:root {
    --colorPrimary: #FECB10;
    --colorSecondary: #FECB10;
    --colorBtn: #000000;
}

#loader {
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
}

.loader-text {
    display: block;
    text-align: center;
    color: #d7d7d7;
    font-family: Arial, sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@keyframes loader {
    0% {
        filter: grayscale(0);
    }

    50% {
        filter: grayscale(100%);
    }

    100% {
        filter: grayscale(0);
    }
}

.loader-logo {
    width: 300px;
    -webkit-animation: loader 1.3s infinite linear;
    -moz-animation: loader 1.3s infinite linear;
    -ms-animation: loader 1.3s infinite linear;
    -o-animation: loader 1.3s infinite linear;
    animation: loader 1.3s infinite linear;
}

.pload {
    display: none;
}

.iti__flag-container {
    display: none;
}

section#mymap {
    height: 540px;
}

button.btn.btn-sm.btn-outline-info.sectio-bro-btn.overflow-hidden.enqModal {
    margin-bottom: 15px;
}

input#submitBtn {
    margin: 15px 0;
}

.textcolor {
    color: #fff;
}

button.btn.btn-info.micro-form-btn.effetMoveGradient.submitBtn.enqModal {
    margin-bottom: 15px;
}

a.drift-open-chat {
    color: #fff;
}

p {
    text-align: justify;
}

select.my_country_name.form-control.rounded-0.micro-form-field {
    float: left;
    display: inline-block;
    width: 40%;
    padding-left: 8px;
}

#phone {
    width: 60%;
}

.modal-call-btn {
    display: none;
}
/*--for thank you page --*/
.thankyou-text p {
    text-align: center !important;
}
.free-ride-mobile-section {
    display: none;
}
.logo {
    padding: 8px;
}
.g-recaptcha iframe {
    height: auto;
    border: 0px;
}
.blur {
    filter: blur(4px);
}
@media only screen and (max-width: 600px) {
    .free-ride-mobile-section {
        display: block;
        margin-top: 40px;
        text-align: center;
    }
}




iframe {
    width: 100%;
    height: 40vh;
    border: 2px solid #d7d7d7;
}

@media only screen and (max-width: 1024px) {
    iframe {
        width: 100%;
        height: 32vh;
        border: 2px solid #d7d7d7;
    }
}

@media only screen and (max-width: 992px) {
    iframe {
        width: 100%;
        height: 18vh;
        border: 2px solid #d7d7d7;
    }
}

@media only screen and (max-width: 800px) {
    iframe {
        width: 100%;
        height: 26vh;
        border: 2px solid #d7d7d7;
    }
}

@media only screen and (max-width: 768px) {
    iframe {
        width: 100%;
        height: 20vh;
        border: 2px solid #d7d7d7;
    }
}

@media only screen and (max-width: 500px) {
    iframe {
        width: 100%;
        height: 50vh;
        border: 2px solid #d7d7d7;
    }
}

.newlist {
    list-style: none;
    line-height: 25px;
    padding-left: 22px;
    text-align: left;
}
.newlist li:before {
    content: '✓';
    font-weight: 800;
    margin-right: 10px;
    font-size: 13px;
    margin-left: -22px;
}



.action-icon img {
    height: 22px;
    width: auto;
    margin-right: 7px;
    /*margin-right: 4px;*/
}
.ft-main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0% 2%;
    font-size: 14px;
}
.ft-left {
    width: 82%;
}
.ft-right {
    width: 16%;
}
.acceptcookies {
    font-size: 16px;
    padding: 3px 30px;
}
#popup_phone {
    width: 60%;
}
@media (min-width: 1920px) and (max-width: 2560px) {
    .ft-main {
        font-size: 19px;
    }
}
@media (min-width: 2561px) and (max-width: 5120px) {
    .ft-main {
        font-size: 36px;
    }
}
@media (min-width: 1920px) and (max-width: 5120px) {
    .acceptcookies {
        font-size: 46px;
        padding: 3px 30px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .ft-main {
        display: block;
    }
    .ft-left {
        width: 100%;
        text-align: justify;
    }
    .ft-right {
        width: 100%;
    }
    .acceptcookies {
        margin-top: 10px;
        margin-left: 0px !important;
    }
}

      .card-d-custom {
                    width: 95%;
                    justify-content: center;
                    text-align: center;
                    margin: 0 auto 15px;


                }