
/*------------ search page ----------------*/
@font-face {
    font-family: 'Poppins-Black';
    src: url(../fonts/Poppins-Black.ttf);
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'NunitoSans_10pt-Regular';
    src: url(../fonts/NunitoSans_10pt-Regular.ttf);
}

@font-face {
    font-family: 'NunitoSans_10pt_Expanded-Bold';
    src: url(../fonts/NunitoSans_10pt_Expanded-Bold.ttf);
}

body {
    font-family: 'NunitoSans_10pt-Regular', sans-serif !important;
}

    body.search-banner {
        width: 100%;
        background-image: url('../images/search-banner.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

section.store-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 90px 0 80px;
    position: relative;
}

.custom-convert {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.stru-start {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-image: url('../images/verbanner1.png');
    background-size: 100% 99%;
    background-repeat: no-repeat;
}

    .stru-start img.pos-details {
        width: 100%;
    }

    .stru-start img.log-sec {
        max-width: 500px;
    }

.log-sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .log-sec img {
        max-width: 265px;
        width: 100%;
    }

.choose-parts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    padding: 40px 0 0;
}

    .choose-parts h4 {
        width: 100%;
        font-size: 24px;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Poppins-Bold', sans-serif;
        margin: 0 0 35px;
        color: #184474;
    }

        .choose-parts h4 span {
            font-family: 'Poppins-Regular', sans-serif;
        }

.links-details a {
    background-color: #de192c;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #f1807e;
    text-decoration: none;
    padding: 8px 0;
    width: 350px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
    vertical-align: middle;
    font-family: 'Montserrat-Bold', sans-serif;
    box-shadow: 0px 2px 6px #a1a1a1;
    font-size: 18px;
}

.links-details {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 120px 40px;
}

    .links-details span.link-pages:first-child {
        display: block;
        width: 100%;
        text-align: center;
    }

span.link-pages {
    padding: 0 15px 40px;
    width: 50%;
    text-align: center;
}

.bottom-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 15px 100px;
}

.logo-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

    .logo-footer span.mid-height a img {
        max-width: 228px;
    }

    .logo-footer span {
        display: inline-block;
        padding: 0 15px 15px;
    }

        .logo-footer span a {
            text-decoration: none;
        }

            .logo-footer span a img {
                max-width: 200px;
            }

.bottom-footer p {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 0 4px;
    font-size: 10px;
    color: #2382d1;
    font-family: 'NunitoSans_10pt-Regular', sans-serif;
    font-weight: 600;
}

    .bottom-footer p a {
        text-decoration: none;
        color: #2382d1;
    }

    .bottom-footer p span {
        position: relative;
    }

    .bottom-footer p span {
        position: relative;
        padding: 0 20px 0 0;
    }

        .bottom-footer p span::after {
            content: '';
            width: 2px;
            height: 11px;
            position: absolute;
            background-color: #2382d1;
            top: 1px;
            right: 8px;
        }

.links-details a span {
    font-family: 'Montserrat-Regular', sans-serif;
}

.links-details span.link-pages:nth-child(3) a {
    /*padding: 1px 0 !important;
    line-height: 21px;*/
}

.bottom-footer p a:hover {
    color: #0e5c9d;
}

.links-details a:hover {
    background-color: #ab0e1d;
    border: 3px solid #e36866;
}

.arrow-steps {
    width: 100%;
}

img.custom-awrleft {
    position: absolute;
    top: 10px;
    left: 11px;
    max-width: 315px;
}

img.custom-awrmid {
    position: absolute;
    top: 0px;
    right: 24%;
    max-width: 201px;
}

img.custom-awrright {
    position: absolute;
    top: 43px;
    right: 0;
    max-width: 240px;
}

.cover-informations {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    top: -52px;
    position: relative;
}

/*------------ DFW & SHR VERSION ----------------*/

body.dfwversion-banner.dallas {
    width: 100%;
    background-image: url('../images/dfwbanner.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.dfw-version {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-image: url('../images/verbanner1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.dfw-information {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}

    .dfw-information .log-sec img {
        max-width: 265px;
    }

.bundle-banners {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0 0;
}

.left-bdns {
    padding: 0 15px;
}

.right-bdns {
    padding: 14px 32px;
}

.left-bdns img {
    max-width: 80px;
}

.right-bdns h6 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Poppins-Regular', sans-serif;
    letter-spacing: 2px;
    color: #144571;
    margin: 0;
}

.right-bdns h5 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Poppins-Bold', sans-serif;
    letter-spacing: 2px;
    color: #144571;
    margin: 0;
}

.left-bdns {
    padding: 0 15px;
    border-right: 1px solid #144571;
}

.cusinfo-mains {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 50px 30px;
    margin: 0 auto;
}

    .cusinfo-mains h2 {
        width: 100%;
        text-align: center;
    }

    .cusinfo-mains h2 {
        width: 80%;
        text-align: center;
        font-family: 'Poppins-Medium', sans-serif;
        text-transform: uppercase;
        font-size: 50px;
        color: #144571;
        letter-spacing: 2px;
        margin: 10px 0 0;
    }

        .cusinfo-mains h2 span.bls-clr {
            font-family: 'Poppins-Black', sans-serif;
        }

        .cusinfo-mains h2 span.win-clr {
            font-family: 'Poppins-Black', sans-serif;
            color: #ed1c24;
            font-style: italic;
            padding-right: 8px;
        }

    .cusinfo-mains h3 {
        width: 100%;
        text-align: center;
        margin: 0;
    }

span.opt-or {
    width: 45px;
    height: 45px;
    background-color: #ed1c24;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-family: 'Poppins-Regular', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    padding: 8px 0;
    position: relative;
}

    span.opt-or::before {
        content: '';
        position: absolute;
        width: 114px;
        height: 1px;
        background-color: #ed1c24;
        top: 22px;
        left: -130px;
    }

    span.opt-or::after {
        content: '';
        position: absolute;
        width: 114px;
        height: 1px;
        background-color: #ed1c24;
        top: 22px;
        left: 58px;
    }

.cusinfo-mains h4 {
    width: 100%;
    text-align: center;
    font-family: 'Poppins-Black', sans-serif;
    text-transform: uppercase;
    font-size: 38px;
    color: #144571;
    letter-spacing: 2px;
    margin: 0;
}

    .cusinfo-mains h4 span {
        font-family: 'Poppins-Medium', sans-serif;
    }

.cusinfo-mains h6 {
    width: 100%;
    text-align: center;
    padding: 15px 0 25px;
    margin: 0;
    font-family: 'Poppins-Regular', sans-serif;
    color: #144571;
    font-size: 16px;
}

    .cusinfo-mains h6 span {
        display: block;
    }

.filled-details {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}

    .filled-details .form-group {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
        position: relative;
    }

        .filled-details .form-group input.form-control {
            border: 2px solid #2d3786;
            width: 100%;
            height: 50px;
            border-radius: 30px;
            padding: 15px;
            font-size: 12px;
            font-family: 'Poppins-Bold', sans-serif;
            color: #535353;
        }

        .filled-details .form-group select.form-control {
            border: 2px solid #2d3786;
            width: 100%;
            height: 50px;
            border-radius: 30px;
            padding: 15px;
            font-size: 12px;
            text-transform: uppercase;
            font-family: 'Poppins-Bold', sans-serif;
            color: #535353;
        }

        .filled-details .form-group select.form-control {
            border: 2px solid #2d3786;
            width: 100%;
            height: 50px;
            border-radius: 30px;
            padding: 15px;
            font-size: 12px;
            text-transform: uppercase;
            font-family: 'Poppins-Bold', sans-serif;
            color: #ed1c24;
        }

input#dateOfBirth {
    color: #ed1c24;
}

.form-control:focus {
    box-shadow: 2px 2px transparent !important;
}

.filled-details input::placeholder {
    color: #ed1c24 !important;
    opacity: 1; /* Firefox */
    text-transform: uppercase !important;
}

.filled-details input::-ms-input-placeholder { /* Edge 12-18 */
    color: #ed1c24 !important;
    text-transform: uppercase !important;
}

.filled-details .col-md-12, .filled-details .col-md-8, .filled-details .col-md-4 {
    padding: 0 4px;
}

input.btn-submit {
    background-color: #de192c;
    border-radius: 25px;
    border: 2px solid #f1807e;
    padding: 5px 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins-Bold', sans-serif;
    min-width: 135px;
    margin-top: 25px;
}

    input.btn-submit:hover {
        background-color: #ab0e1d;
        border: 2px solid #e36866;
    }

.footer-dfw {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 50px 35px;
}

.left-efwlinks {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}

.right-efwlinks {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.left-efwlinks span img {
    max-width: 180px;
}

.left-efwlinks span {
    margin-right: 25px;
    margin-bottom: 10px;
}

    .left-efwlinks span.sec-log img {
        max-width: 230px;
    }

.left-efwlinks p {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0 0 4px;
    font-size: 10px;
    color: #3854a5;
    font-family: 'NunitoSans_10pt-Regular', sans-serif;
    font-weight: 600;
}

    .left-efwlinks p span {
        position: relative;
        padding: 0 20px 0 0;
        margin-right: 0;
        margin-bottom: 0;
        display: inline-block;
    }

        .left-efwlinks p span::after {
            content: '';
            width: 2px;
            height: 11px;
            position: absolute;
            background-color: #3854a5;
            top: 1px;
            right: 8px;
        }

    .left-efwlinks p a {
        text-decoration: none;
        color: #3854a5;
    }

        .left-efwlinks p a:hover {
            color: #0b4b80;
        }

.right-efwlinks p {
    width: 100%;
    text-align: right;
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    color: #3854a5;
    padding: 50px 0 0;
}

.right-efwlinks span.social-links a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #3753a4;
    border-radius: 50%;
    padding: 8px 0;
    text-align: center;
}

    .right-efwlinks span.social-links a img {
        max-width: 22px;
        max-height: 22px;
    }

    .right-efwlinks span.social-links a:hover {
        background-color: #1e3b8e;
    }

span.social-links {
    margin: 0 2px;
}

img.artman {
    position: absolute;
    bottom: 0;
    right: 0;
}

img.artman {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 605px;
}

span.arrow-sel {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #ed1c24;
    pointer-events: none;
}

    span.arrow-sel i {
        color: #ed1c24;
        font-size: 24px;
    }

img.custom-awrlast {
    position: absolute;
    top: 0;
    left: 30%;
    max-width: 198px;
}

.dfwversion-banner img.custom-awrmid {
    position: absolute;
    top: 0;
    right: 24%;
    max-width: 201px;
}

.dfwversion-banner img.custom-awrright {
    max-width: 236px;
    top: 0;
}

.dfwversion-banner img.custom-awrleft {
    max-width: 236px;
    top: 0;
    left: 0;
}

.dfwversion-banner section.store-section {
    padding: 20px 0 80px;
}

img.ceedee {
    position: absolute;
    right: 28%;
    bottom: 16%;
}

main.pb-3 {
    padding-bottom: 0 !important;
}

/*---------------- Thank you page ----------------*/

.thankyou-parts .cusinfo-mains h2 {
    width: 100%;
    text-align: center;
    font-family: 'Poppins-Black', sans-serif;
    text-transform: capitalize;
    font-size: 75px;
    color: #ed1c24;
    letter-spacing: unset;
    margin: 30px 0 0;
}

.thankyou-parts .cusinfo-mains h4 {
    width: 100%;
    text-align: center;
    font-family: 'Poppins-Medium', sans-serif;
    text-transform: unset;
    font-size: 40px;
    color: #144571;
    letter-spacing: unset;
    margin: 0;
}

.thankyou-parts .cusinfo-mains h2 span {
    font-family: 'Poppins-Regular', sans-serif;
}

.thankyou-parts .cusinfo-mains h4 span {
    font-family: 'Poppins-Black', sans-serif;
    color: #ed1c24;
}

.thankyou-parts .left-efwlinks {
    width: 100%;
    align-items: flex-end;
}

.page-visits {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0 40px;
}

    .page-visits h6 {
        text-transform: uppercase;
        padding: 0;
    }

    .page-visits ul {
        width: 100%;
        list-style: none;
        padding: 10px 0;
        margin: 0;
        text-align: center;
    }

        .page-visits ul li {
            display: inline-flex;
        }

        .page-visits ul li {
            display: inline-block;
            padding: 0 10px;
            position: relative;
        }

            .page-visits ul li:after {
                content: '';
                position: absolute;
                width: 5px;
                height: 5px;
                background-color: #ed1c24;
                border-radius: 50%;
                top: 10px;
                right: -4px;
            }

            .page-visits ul li:last-child:after {
                display: none;
            }

            .page-visits ul li a {
                color: #144471;
                text-transform: uppercase;
                font-size: 13px;
                font-weight: 600;
            }

                .page-visits ul li a:hover {
                    color: #ed1c24;
                }

    .page-visits p {
        font-size: 13px;
        text-transform: uppercase;
        color: #134570;
        text-align: center;
        width: 82%;
        line-height: 28px;
    }

.thanks-version {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-image: url('../images/verbanner1.png');
    background-size: 100% 94%;
    background-repeat: no-repeat;
}

.thankyou-parts .log-sec img {
    max-width: 265px;
}

.thanks-version .dfw-information {
    top: -80px;
}

section.store-section.thankyou-parts {
    padding: 102px 0 20px;
}

img.thxabs {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 475px;
}

.thankyou-parts .cusinfo-mains h2.wtm-stu {
    margin: 0;
}

/*--------------- lus version ---------------*/
body.lsuversion-banner {
    width: 100%;
    background-image: url('../images/lsubanner.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.lsu-version {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-image: url('../images/verbanner4.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.lus-footer .right-efwlinks span.social-links a {
    background-color: #502e84;
}

    .lus-footer .right-efwlinks span.social-links a:hover {
        background-color: #412073;
    }

.lus-footer .right-efwlinks p {
    color: #502e84;
    text-align: left;
    padding: 0;
}

.lus-footer span.social-connect {
    display: block;
    padding: 0 2px;
}

.lus-footer .right-efwlinks {
    justify-content: flex-start;
}

.lus-footer .left-efwlinks span {
    margin-right: 0;
}

.lsu-version .cusinfo-mains h2 {
    color: #451c7d;
}

    .lsu-version .cusinfo-mains h2 span.bls-clr {
        color: #7e2d8b;
    }

    .lsu-version .cusinfo-mains h2 span.win-clr {
        color: #7e2d8b;
    }

.lsu-version span.opt-or {
    background-color: #7e2d8b;
    color: #fcd124;
}

    .lsu-version span.opt-or::before {
        background-color: #451c7d;
    }

    .lsu-version span.opt-or::after {
        background-color: #451c7d;
    }

.lsu-version .cusinfo-mains h4 {
    color: #7e2d8b;
}

    .lsu-version .cusinfo-mains h4 span {
        color: #451c7d;
    }

.lsu-version .left-efwlinks p {
    color: #442277;
}

    .lsu-version .left-efwlinks p a {
        color: #442277;
    }

    .lsu-version .left-efwlinks p span::after {
        background-color: #442277;
    }

    .lsu-version .left-efwlinks p a:hover {
        color: #34106a;
    }

.lsu-version input.btn-submit {
    background-color: #fdc80d;
    border: 2px solid #d0a015;
    color: #502e84;
}

.lsu-version .filled-details .form-group input.form-control, .lsu-version .filled-details .form-group select.form-control {
    border: 2px solid #92278f;
    color: #502e84;
}

.lsu-version .filled-details input::placeholder {
    color: #502e84 !important;
    opacity: 1; /* Firefox */
    text-transform: uppercase !important;
}

.lsu-version .filled-details input::-ms-input-placeholder { /* Edge 12-18 */
    color: #502e84 !important;
    text-transform: uppercase !important;
}

.lsu-version span.arrow-sel i {
    color: #fdc80d;
    font-size: 24px;
}

.lsu-version .cusinfo-mains h6 {
    color: #461d7d;
}

img.tigerman {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 462px;
}

.lsuversion-banner section.store-section {
    padding: 30px 0 80px;
}

.lsu-version .right-bdns img {
    max-width: 212px;
}

.lsu-version .right-bdns {
    padding: 0 10px;
}

.lsu-version input.btn-submit:hover {
    background-color: #eac02b;
    border: 2px solid #ac8512;
}

.lsu-version .left-efwlinks {
    width: 55%;
}

.lsu-version .right-efwlinks {
    width: 45%;
}
/*Austin CSS*/

body.dfwversion-banner.austin {
    background-image: url('../images/aus_bg.png');
}

.dfw-version.austin {
    background-image: url('../images/aus_form_bg.png');
}

body.austin .cusinfo-mains h2 span.win-clr, body.austin .cusinfo-mains h2 span.bls-clr, body.austin .cusinfo-mains h4, body.austin span.arrow-sel {
    color: #c25b27;
}

    body.austin .cusinfo-mains h2, body.austin .cusinfo-mains h4 span {
        color: #783516;
    }

body.austin span.opt-or::before, body.austin span.opt-or::after, body.austin span.opt-or {
    background-color: #040505;
}

body.austin .cusinfo-mains h4 span {
    font-family: 'Poppins-Medium', sans-serif;
}

body.austin .cusinfo-mains h6 {
    color: #131313;
}

body.austin .filled-details .form-group input.form-control {
    border-color: #c25b27;
}

body.austin .filled-details .form-group select.form-control {
    color: #c25b27;
    border-color: #c25b27;
}

body.austin .filled-details .form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body.austin .filled-details .form-group input::placeholder {
    color: #c25b27 !important;
    text-transform: uppercase !important;
}

body.austin .filled-details .form-group input::-ms-input-placeholder {
    color: #c25b27 !important;
    text-transform: uppercase !important;
}

body.austin input.btn-submit {
    background-color: #f27328;
    border: 2px solid #d26328;
}

body.austin .left-efwlinks p, body.austin .left-efwlinks p a, body.austin .left-efwlinks p a:hover {
    color: #232325;
}

body.austin span.arrow-sel i, body.austin .social-connect {
    color: #000002;
}

body.austin .right-efwlinks span.social-links a {
    background-color: #000002;
}

    body.austin .right-efwlinks span.social-links a:hover {
        background-color: #122a71;
    }

body.austin .left-efwlinks p span::after {
    background-color: #4D4D4E;
}

body.austin .bannerTag {
    color: #c25b27;
    font-family: 'Poppins-Bold', sans-serif;
    font-size: 13px;
}

body.austin .right-efwlinks p {
    text-align: center;
    padding: 0;
}

body.austin img.artman {
    max-width: 410px;
}

body.dfwversion-banner.houston {
    background-image: url('../images/hou_bg.png');
}

.dfw-version.houston {
    background-image: url('../images/hou_form_bg.png');
}

body.houston .cusinfo-mains h2 {
    font-size: 80px;
    color: #063f63;
    text-transform: none;
    font-family: 'Poppins-medium';
    letter-spacing: 2px;
    line-height: 1;
}

    body.houston .cusinfo-mains h2 span {
        font-size: 98px;
        color: #063f63;
        font-family: "Poppins-bold",sans-serif;
        text-transform: uppercase;
    }

        body.houston .cusinfo-mains h2 span.bls-clr {
            font-style: italic;
            color: #ed1f26;
        }

body.houston .cusinfo-mains h4 {
    font-family: 'Poppins-medium';
    color: #063f63;
    text-transform: none;
    letter-spacing: 0;
    font-size: 38.5px;
    word-spacing: 2px;
}

    body.houston .cusinfo-mains h4 span {
        text-transform: uppercase;
        font-family: "Poppins-black",sans-serif;
        color: #063f63;
        word-spacing: 2px;
    }

        body.houston .cusinfo-mains h4 span.red_clr {
            font-style: italic;
            color: #ed1f26;
        }

body.houston .cusinfo-mains h6 {
    color: #1d4f79;
}

body.houston .list_contents p {
    font-size: 32px;
    text-transform: uppercase;
    color: #ed1f26;
    font-family: "Poppins-black",sans-serif;
    line-height: 1;
    padding-left: 26px;
}

    body.houston .list_contents p span {
        font-family: 'Poppins-Medium';
        text-transform: none;
    }

    body.houston .list_contents p:before {
        content: "";
        width: 13px;
        height: 16px;
        background-image: url(../images/right__arrow.svg);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }

body.houston .filled-details .form-group input.form-control, body.houston .filled-details .form-group select.form-control {
    border-color: #2F3487;
}

body.houston .filled-details .form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body.houston .filled-details .form-group input::placeholder {
    color: #ED1C24 !important;
    text-transform: uppercase !important;
}

body.houston .filled-details .form-group input::-ms-input-placeholder {
    color: #ED1C24 !important;
    text-transform: uppercase !important;
}

body.houston input.btn-submit {
    background-color: #DE192C;
    border: 2px solid #E02032;
}

body.houston .left-efwlinks p, body.houston .left-efwlinks p a, body.houston .left-efwlinks p a:hover {
    color: #00395D;
}

body.houston span.arrow-sel i {
    color: #ED1C24;
}

body.houston .social-connect {
    color: #00395D;
}

body.houston .right-efwlinks span.social-links a {
    background-color: #00395D;
}

    body.houston .right-efwlinks span.social-links a:hover {
        background-color: #00395D;
    }

body.houston .left-efwlinks p span::after {
    background-color: #4D4D4E;
}

body.houston .bannerTag {
    color: #c25b27;
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 18px;
}

body.houston .right-efwlinks p {
    text-align: left;
    padding: 0;
}

body.houston img.artman {
    max-width: 500px;
}

body.houston .left-efwlinks {
    width: 50%;
}

body.houston .right-efwlinks {
    width: 50%;
}

.form-group.error {
    position: relative;
}

    .form-group.error:before {
        position: absolute;
        width: 18px;
        height: 18px;
        content: "";
        z-index: 1;
        background-image: url(../images/erroricon.svg);
        right: 10px;
        top: 15px;
    }

.form-group.val-cal.error:before {
    right: 41px;
}

input#dateOfBirth {
    color: #ed1c24;
    text-transform: uppercase;
}

.lsuversion-banner #dateOfBirth {
    color: #502e84;
}

body.dfwversion-banner.austin #dateOfBirth {
    color: #c25b27;
}

.form-group.val-cal.error:before {
    right: 36px;
}

.bundle-banners img.randallLogo {
    max-width: 245px;
}

body.austin input.btn-submit:hover {
    background-color: rgb(226 107 38);
}

body.houston .cusinfo-mains h6.text-left {
    padding-left: 4px;
    padding-right: 4px;
    text-align: left;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #38383885;
    top: 0;
    z-index: 9;
    display: none;
}

.spin-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    top: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 90px;
    z-index: 10;
}

.thankyou-parts .cusinfo-mains h2 span.sy-font {
    font-family: 'NunitoSans_10pt-Regular';
}

.thankyou-parts .cusinfo-mains h4 span.sy-font {
    font-family: 'NunitoSans_10pt-Regular';
}

.thankyou-parts .cusinfo-mains h2 span.let-small {
    font-family: 'Poppins-Black', sans-serif;
    text-transform: lowercase;
}

#dateOfBirth {
    position: relative;
}

    #dateOfBirth:before {
        position: absolute;
        top: 14px;
        left: 13px;
        content: attr(data-date);
        display: inline-block;
        right: 0;
        background: #FFF;
        width: 100%;
        margin: auto;
        color: #ed1c24;
    }

    #dateOfBirth.onload:before {
        content: "Date Of Birth";
    }

.lsuversion-banner #dateOfBirth:before {
    color: #502e84;
}

body.dfwversion-banner.austin #dateOfBirth:before {
    color: #c25b27;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

img.pos-moved {
    position: absolute;
    right: 14px;
    top: 19px;
    width: 12px;
    z-index: 1;
    pointer-events: none;
}

.page-visits p span {
    display: block;
}

.houston .dfw-information .log-sec img {
    max-width: 276px;
}

section.evergreen-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #000;
    padding: 100px 0 90px;
}

.order-online {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
}

    .order-online img.offer-logo {
        max-width: 65%;
    }

    .order-online img.offer-price {
        max-width: 41%;
        position: absolute;
        right: 50px;
        bottom: 44px;
    }

section.evergreen-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    section.evergreen-footer .bottom-footer {
        justify-content: flex-start;
        padding: 50px 0 50px;
        width: 90%;
        margin: auto;
    }

    section.evergreen-footer .logo-footer {
        justify-content: left;
    }

    section.evergreen-footer .bottom-footer p {
        text-align: left;
    }

    section.evergreen-footer .logo-footer span {
        display: inline-block;
        padding: 0 30px 15px 0;
    }

body.evergreen-banner {
    position: relative;
    min-height: 100vh;
}

img.fruit-banner {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 400px;
}


div.dt-container div.dt-layout-cell.dt-start {
    float: left;
}

div.dt-container div.dt-layout-cell.dt-end {
    text-align: right;
}
.float-right {
    float: right;
}