@font-face {
font-family: 'Source Sans Pro';
src: url('../font/SourceSansPro-Regular.otf');
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat";
    
}

p{
    font-family: "Source Sans Pro" !important;
}

#ast-desktop-header{
    display: none;
}

.sec-thank {
    padding: 70px 0px;
}

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #a89b42 ;
    color: #fff;
    border-radius: 50%;
    padding: 20px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.oops {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
}

.car-next,.car-prev{
    background-color: transparent !important;
    border: none !important;
}

.go-home {
    color: #284057;
    font-size: 19px;
    padding: 10px;
    width: 235px;
    margin: 0px auto;
    color: #fff;
    background: #a89b42;
    border-radius: 25px;
    border-radius: 25px;
    margin-top: 30px;
    transition: ease 0.5s;
}

#main-footer{
    background-color: #a89b42;
    padding-block: 70px;
}

#main-footer .cta-wrapper{
    margin-bottom: 20px;
}

#main-footer .cta-wrapper a{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

#main-footer .logo-wrapper img{
    width: 120px;
}

#main-footer .disclaimer-txt{
    margin-bottom: 30px;
}

#main-footer .disclaimer-txt .info{
    font-size: 12px;
    color: #fff;
    text-align: justify;
}

#main-footer .qr-wrapper {
    text-align: center;
}

#main-footer .qr-wrapper img{
    width: 100px;
}

#enquire-now .input-group{
    position: relative;
}
#enquire-now .input-group-addon{
    position: absolute;
    left: 10px;
    top: 27%;
    z-index: 99;
}

#main-popup .input-group-addon{
    position: absolute;
    left: 10px;
    top: 27%;
    z-index: 99;
}

.enq-button{
    background-color: #a89b42;
}

#contact-us .input-group{
    position: relative;
}
#contact-us .input-group-addon{
    position: absolute;
    left: 10px;
    top: 27%;
    z-index: 99;
}
.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
    padding-inline: 2em;
}

.ast-header-break-point #ast-mobile-header {
    /* display: block; */
    background-color: #f5f5f5;
}

.mt{
    text-align: center;
    margin-top: 30px;
}
.price-form{
    display: inline-block;
    text-align: center;
    background-color: #a89b42;
    color: #ffffff;
    padding: 5px 15px;
    border: 1px solid #eeeeee;
    cursor: pointer;
    transition: all 0.5s;
}
.price-form p {
    margin-bottom: 0;
}

/* ============================= swiper js Slider Start ==================== */

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
   
  }

  /* .swiper-slide::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: red;
  } */

  .hidden-xl{
    display: none;
  }

/* ============================= swiper js Slider End ==================== */

.ast-builder-html-element img.alignnone {
    filter: invert(1);
}

@media (max-width:500px) {
    #main-footer .logo-wrapper{
        text-align: center;
        margin-bottom: 20px;
    }
    #main-footer .disclaimer-txt .info{
        font-size: 16px;
    }
    #main-footer .cta-wrapper a {
        font-size: 22px;
    }
    .top{
        top: 82px;
    }
    
    .hidden-xs{
        display: none !important;
    }
    .hidden-xl{
        display: block;
    }
}

#main-popup .form-control{
    padding-left: 40px;
}