
:root {
    --colorPrimary: #5ea2da;
    --colorSecondary: #272727;
    --colorBtn: #ffffff;
}
#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%);
}
/*.loading {*/
/*    height: 0;*/
/*    width: 0;*/
/*    padding: 4vw;*/
/*    border: 0.8vw solid #ccc;*/
/*    border-right-color: #888;*/
/*    border-radius: 6vw;*/
/*    -webkit-animation: rotate 1s infinite linear;*/
/*}*/
@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;
}
input#modal_my_mobile {
    width: 60%;
}
/*--for thank you page --*/
.thankyou-text p {text-align: center !important;}

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

}

.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;
}

.location{
    height: 300px;
    width: 100%;
}

.rera{
    height: 110px;
    width: 400px;
}

.mrera{
    height: 90px;
    width: 90px;
}

iframe {width: 100%;height: 38vh;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;}
} 

 @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;
}

.rera{
    height: 60px;
    width: 200px;
}

.mrera{
    height: 90px;
    width: 90px;
}

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

}

/* Styles for the fixed bottom section */
.fixed-bottom-mobile {
    display: none; /* Hide by default */
    text-align: center;
    padding: 5px;
    padding-left: 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.fixed-bottom-mobile a{
    color: #ffffff;
}

.error-message {
    color: red;
    font-size: 0.9em;
    display: none;
}

/* Media query for mobile view */
@media only screen and (max-width: 768px) {
    .fixed-bottom-mobile {
        display: block; /* Show on mobile view */
    }
}