﻿/*---> 
****
****
**** BEGIN REFERRAL PAGE ---
****
****
*/
.cta-module .container .row {
    margin-left: -15px;
    margin-right: -15px;
}

.referral {
    margin: 15px 0px;
}

.referral-form-wrapper {
    border: 1px solid #ccc;
    padding: 0px 30px 30px;
}

    .referral-form-wrapper .buttonDown {
        position: absolute;
        top: 14px;
        right: 15px;
        pointer-events: none;
    }

    .referral-form-wrapper p {
        line-height: 25px;
    }

    .referral-form-wrapper .divide-line {
        height: 2px;
        background-color: #590e1a;
        width: 80px;
        margin: 15px 0px;
        display: inline-block;
    }

    .referral-form-wrapper ul[role="tablist"] {
        display: none;
        text-align: right;
    }

        .referral-form-wrapper ul[role="tablist"] .current-info {
            display: none;
        }

        .referral-form-wrapper ul[role="tablist"] .number {
            display: none;
        }

        .referral-form-wrapper ul[role="tablist"] li {
            display: inline-block;
        }

            .referral-form-wrapper ul[role="tablist"] li a {
                display: block;
                background: #4d0e1f;
                color: #FFF;
                text-transform: uppercase;
                padding: 10px 30px;
                margin-left: 10px;
            }

    .referral-form-wrapper input,
    .referral-form-wrapper select,
    .referral-form-wrapper textarea {
        border-radius: 0px;
        /*margin-bottom: 20px;*/
        /*grid-column: 1 / span 1;
		grid-row: 1;*/
    }

        /*.referral-form-wrapper select{
		background: url('../images/arrow-down.png') no-repeat 97% 13px;
	}*/

        .referral-form-wrapper input::placeholder,
        .referral-form-wrapper select::placeholder,
        .referral-form-wrapper textarea::placeholder {
            font-style: normal;
        }

    .referral-form-wrapper textarea {
        height: 100px;
    }

.form-group.col-md-6 {
    /*position: relative;*/
    /*display: grid;*/
    padding-left: 0;
    padding-right: 0;
}

.referral-form-wrapper label.error {
    /*grid-column: 1 / span 1;
		grid-row: 2;*/
    color: #e04100;
    font-style: italic;
    font-weight: normal;
    /*position: absolute;*/
    text-align: right;
    margin-bottom: 0;
    display: block;
    clear: both;
}

.referral-form-wrapper ul[aria-label="Pagination"] {
    padding: 0px;
    margin: 0px;
    text-align: right;
}

    .referral-form-wrapper ul[aria-label="Pagination"] li {
        display: inline-block;
    }

        /*.referral-form-wrapper ul[aria-label="Pagination"] li a[href="#previous"] {
                display: none;
            }*/

        .referral-form-wrapper ul[aria-label="Pagination"] li.disabled {
            display: none;
        }

        .referral-form-wrapper ul[aria-label="Pagination"] li a {
            display: block;
            background: #e0a33a;
            color: #333;
            text-transform: uppercase;
            padding: 10px 20px;
            margin-left: 2px;
            border: 1px solid transparent;
            border-color: #ccc;
            border-radius: 4px;
        }

            .referral-form-wrapper ul[aria-label="Pagination"] li a:hover {
                background-color: #d7d2cb;
            }

.referral-form-wrapper .case-form {
    margin-top: 22px;
}

.referral-form-wrapper .title-step {
    font-family: 'futura-book', sans-serif !important;
    font-weight: bold;
}

.referral-form-wrapper .note_submit {
    position: absolute;
    width: 32%;
    color: #a6a8aa;
}

.referral-form-wrapper .note_submit:lang(ar) {
    left: 40px;
}

    .referral-form-wrapper .note_submit a {
        font-weight: normal;
        font-family: 'futura-book' !important;
        color: #a6a8aa;
    }

.referral-form-wrapper .location-1,
.referral-form-wrapper .location-2 {
    position: relative;
}

.referral-form-wrapper .location-2 {
    display: none;
    margin-top: 15px;
}

.referral-form-wrapper .countryCode {
    display: inline-block;
    width: 25%;
    margin-right: 1%;
    grid-column: 1 / span 2;
    grid-row: 2;
    justify-self: left;
}

.referral-form-wrapper .mobileNumber {
    display: inline-block;
    width: 73%;
    margin-left: 1%;
    grid-column: 1 / span 2;
    grid-row: 2;
    justify-self: right;
}

.referral-form-wrapper .wr-mobile {
    position: relative;
    font-size: 0px;
    display: grid;
}

    .referral-form-wrapper .wr-mobile label.error {
        font-size: 14px;
        grid-column: 1 / span 2;
        grid-row: 1;
        /*opacity: 0.7;*/
        display: grid;
    }
/*.referral-form-wrapper .countryCode .countryLeft{float: left; width: 30%; position: relative; padding-left: 15px; padding-right: 5px;}
	.referral-form-wrapper .countryCode .countryRight{float: right; width: 70%; position: relative; padding-left: 5px; padding-right: 15px;}*/
/*
.referral-form-wrapper .wizard {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto;
	grid-gap: 0px;
	padding: 0px;
}
.referral-form-wrapper .wizard .steps{
	 grid-area: 2 / 1 / span 1 / span 1;
}
.referral-form-wrapper .wizard .content{
	 grid-area: 1 / 1 / span 1 / span 1;
}*/
.about-form-Referral .title {
    margin-top: 0px;
    line-height: normal;
}

.about-form-Referral p {
    line-height: normal;
}

.about-form-Referral h3 {
    font-family: 'futura-heavy', sans-serif;
}

.about-form-Referral .text-terms-and-conditions a {
    font-size: 17px;
    font-family: 'futura-book', sans-serif;
}

.tab-bar {
}

    .tab-bar h2 {
        text-align: center;
        margin-top: 35px;
        font-size: 28px;
    }

    .tab-bar .tabs-referral-form {
        border: 3px solid #4d0d1f;
        position: relative;
        font-family: 'futura-book', sans-serif !important;
        font-weight: bold;
        text-align: center;
        padding: 0.5em 0;
        font-size: 29px;
        margin: 40px 0px 0px;
        display: block;
        text-decoration: none;
    }

        .tab-bar .tabs-referral-form.active,
        .tab-bar .tabs-referral-form:hover {
            background-color: #4d0d1f;
            color: #FFF;
        }

            .tab-bar .tabs-referral-form.active .arrow-down,
            .tab-bar .tabs-referral-form:hover .arrow-down {
                display: block;
            }

.referral-form-wrapper .arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #4d0d1f;
    position: absolute;
    display: none;
    bottom: -21px;
    margin-left: -20px;
    left: 50%;
}

.icon-loading {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: -5px 5px 0 0;
}

.thankyou {
    margin-bottom: 40px;
}

    .thankyou .button {
        background-color: #dcb355;
    }

@media (min-width: 768px) {
    .referral {
        margin: 50px 0px;
    }
}

@media (max-width: 999px) {
    .referral-form-wrapper .note_submit {
        width: 165px;
    }
}

@media (max-width: 767px) {
    .about-form-Referral {
        margin-top: 30px;
    }

    .tab-bar .tabs-referral-form {
        font-size: 20px;
    }

    .referral-form-wrapper .note_submit {
        width: 32%;
    }
}

@media (max-width: 479px) {
    .referral-form-wrapper .note_submit {
        position: inherit;
        width: 100%;
    }

    .referral-form-wrapper .countryCode {
        width: 29%;
    }

    .referral-form-wrapper .mobileNumber {
        width: 70%;
    }
}
@media (max-width: 999px) {
    .referral-form-wrapper .note_submit {
        position: initial;
    }
}
    /*---> 
****
****
**** END REFERRAL PAGE ---
****
****
*/
