
:root {
    --mon: "Montserrat", sans-serif;
    --blue: #8a6bff;
    --darkblue: #0a0a36;
  }
  .container {
    width: 100%;
    /* max-width: 1140px; */
    margin: auto;
    padding: 0;
  }
  .sec-title {
    margin-bottom: 50px;
    padding-bottom: 15px;
    position: relative;
  }
  .sec-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #000;
  }
  .sec-title h2 {
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--blue);
  }
  .sec-title p {
    font-size: 18px;
    line-height: 28px;
  }
  .section.testimonial  {
    background: var(--blue);
    position: relative;
    z-index: 2;
    padding: 50px 0;
  }
  section.testimonial  .owl-carousel {
    padding: 0px;
  }
  
  .single-testimonial {
    position: relative;
      z-index: 2;
      flex-direction: column;
      background: var(--white-color);
      border-radius: 10px;
      padding: 35px 30px;
      text-align: center;
      box-shadow: 0 0 10px #00000059;
  }
  .single-testimonial p {
        color: #333;
      font-size: 15px;
      line-height: 24px;
  }
  .single-testimonial::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat;
    background-size: 60%;
    width: 126px;
    height: 100px;
    transform: rotate(180deg);
    background-position: 34px 15px;
    display: none;
  }
  .client-details h3{
      color: var(--black-color);
      font-size: 16px;
      text-align: center;
      font-weight: bold;
      margin-bottom: 5px;
  }
  section.testimonial p.testi-para {
      margin-bottom: 0px;
      margin-bottom: 5px;
      font-size: var(--f13);
      line-height: 1.4;
      color: #999999;
      height: auto;
  }
  section.testimonial p.testi-date {
      margin-bottom: 0px;
      font-size: var(--f13);
      line-height: 1.4;
      color: var(--primary-color);
      height: auto;
      text-align: center;
  }
  .single-testimonial::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat;
    background-size: 60%;
    width: 126px;
    height: 100px;
    background-position: 34px 19px;
    display: none;
  }
  .round {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }
  .round-1::before {
    content: "";
    position: absolute;
    left: 88px;
    top: -7px;
    width: 50px;
    height: 7px;
    background: #fff;
    border-radius: 30px;
  }
  .round-1::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 62px;
    width: 7px;
    height: 50px;
    background: #fff;
    border-radius: 30px;
  }
  .round-2::before {
    content: "";
    position: absolute;
    right: 87px;
    bottom: -7px;
    width: 50px;
    height: 7px;
    background: #fff;
    border-radius: 30px;
    z-index: 1;
  }
  .round-2::after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: 62px;
    width: 7px;
    height: 50px;
    background: #fff;
    border-radius: 30px;
    z-index: 1;
  }
  .client-video {
    padding-right: 15px;
  }
  .client-video h3{
      margin-bottom: 0;
  }
  .client-info {
    position: relative;
    z-index: 3;
  }
  .client-info a {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    font-size: 22px;
  }
  .client-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
  .client-info h6 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
  }
  .client-info span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
  }
  .sec-title.white-title h2 {
    color: #fff;
  } 
   .owl-dots button {
    background: #fff !important;
    width: 10px;
    height: 10px;
    border-radius: 26px;
    margin: 0 5px;
    transition: 0.3s;
  }
   .owl-dots {
    text-align: center;
    margin-top: 50px;
  }
  .owl-dot.active{
    width: 50px;
      background: #fff;
      border-radius: 10px;
      height: 12px;
  }
  .owl-dot.active span{
      width: 0 !important;
      background: #fff !important;
  }
  .owl-dots{
      display: flex;
      justify-content: center;
      align-items: center;
  }
  section.testimonial .owl-prev, section.testimonial .owl-next {
      border-radius: 100% !important;
      padding: 5px !important;
      border: 1px solid #000;
      left: auto;
      background: rgb(255 255 255 / 35%) !important;
      border-color: transparent;
      color: #000 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      box-shadow: 0 0 7px #00000033;
      width: 35px !important;
      height: 35px !important;
  }
  section.testimonial .overlay{
    background: transparent;
  }
  section.testimonial .owl-nav {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-top: 20px;
  }
  
  /*end Review section*/
  
  /*Guests css start*/
  
  .guests img{
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-radius: 15px;
  }
  .guests .col-6{
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .guests .col-6.guest-img {
      gap: 20px;
  }
  .guests .guest-inner {
      display: flex;
      justify-content: space-between;
  }
  .guests .guest-inner img{
      width: 48.5%;
  }
  .guests .col-6.guest-content {
      padding-left: 5%;
  }
  .guests .col-6.guest-content p{
      /* height: 120px; */
      overflow: hidden;
  }
  .guests a.main-btn.show-more {
      width: 180px;
      display: block;
      text-align: center;
  }
  
  .guest-content-section {
      height: 425px;
      overflow: hidden;
  }
  .form-control:focus{
      box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
  }
  .edgtf-cut-off-effect.top {
      transform: rotate(180deg);
  }
  
  /*Attraction css*/
  
  section.how-we-value-wrapp .head-sec{
      display: flex;
      justify-content: center;
      flex-direction: column;
      height: 100%;
      text-align: center;
      margin-bottom: 40px;
  }
  section.how-we-value-wrapp .head-sec p{
      margin-bottom: 0px;
  }
  .how-we-value-wrapp h2{
      color: var(--heading-color);
      /* font-weight: 500; */
      margin-bottom: 0px;
      /* font-size: var(--f48); */
  }
  .attr-btn{
      display: flex;
      justify-content: center;
  }
  .how-we-value-wrapp h6{
      line-height: 1.3;
      color: var(--primary-color);
      letter-spacing: 0.03em;
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 0px;
  }
  .how-we-value-wrapp .atrr{
     padding: 8px;
      position:relative;
  }
  .how-we-value-wrapp .atr-btn {
      text-align: center;
  }
  .how-we-value-wrapp .atrr a{
      position:relative;
  }
  .how-we-value-wrapp img.img-fluid {
      border-radius: 0px;
      -webkit-transition: 0.5s all;
      -ms-transition: 0.5s all;
      transition: 0.5s all;
      width: 100%;
      height: 400px;
      object-fit: cover;
  }
  .how-we-value-wrapp .row{
      gap: 30px 0;
  }
  .how-we-value-wrapp .img-card {
      border-radius: 10px;
      overflow: hidden;
      transition: all 0.7s ease;
      position: relative;
      transform: translateY(0px);
  }
  .how-we-value-wrapp .img-card:hover{
      transform: translateY(-30px)
  }
  .how-we-value-wrapp .atr-cont{
     background: transparent;
      width: 100%;
  }
  .how-we-value-wrapp .atr-cont h4 {
      font-weight: 600;
      margin-bottom: 0px;
      font-size: 20px;
       color: #000;
      font-family: var(--primary-font);
      padding: 15px 0;
      text-align: center;
  }
  
  .how-we-value-wrapp .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(0,0,0, 0);
      display: none;
  }
  .how-we-value-wrapp .atr-cont .arrow{
      width: 58px;
      height: 58px;
      border-radius: 50%;
      color: #fff;
      flex-shrink: 0;
      -webkit-transition: 0.5s all;
      -ms-transition: 0.5s all;
      transition: 0.5s all;
      background: var(--heading-color);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 900;
      border: 1px solid var(--heading-color);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
  }
  .how-we-value-wrapp .arrow:hover{
      background: #fff;
      color: var(--heading-color);
  }
  .how-we-value-wrapp a.main-btn {
      width: 180px;
      text-align: center;
      margin: auto;
      margin-top: 10px;
  }
  .how-we-value-wrapp .pro-btn{
      text-align: center;
      margin-top: 30px;
  }
  .how-we-value-wrapp .attr:hover .atr-cont{
      background: #fff;
      box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
  }
  .how-we-value-wrapp .atrr:hover .atr-cont h4{
      color: var(--heading-color);
      text-shadow: 0px 0px 0px #000;
  }
  .how-we-value-wrapp .atrr:hover .arrow{
      opacity: 1;
      visibility: visible;
  }
  .how-we-value-wrapp .attraction-btn{
      margin-top: 30px;
  }
  .datepicker{
      left: 0;
  }
  
  .servics-cards {
      height: 290px;
      background-color: url("/public_html/under-construction/zmgroup/front/images/services1.jpg");
  }
  
  .heading_sec{
      margin-bottom: 20px;
      text-align: center;
  }
  .about-img1{
      text-align: left;
  }
  
  .heading_sec h2{
      color: var(--heading-color);
      font-size: var(--f50);
      line-height: 1;
      margin-bottom: 25px;
  }
  .services-heading{
      color:var(--secondary-color);
  }
  .about-big{
      color:var(--secondary-color);
  }
  
  h6 span{
      color: var(--secondary-color);
  
  }
  
  .fa-phone-volume{
      color: var(--secondary-color);
  }
  
  
  .fa-trophy{
      color: var(--secondary-color);
  }
  
  .about-img1 img{
      height: auto;
      object-fit: cover;
      max-width: 350px;
      margin-top: 30px;
  }
  
  .about-img1 .icons{
       width: 45px;
       height: 45px;
      margin-top: 0px;
  }
  
  
  
  .g5-img{
      height: 413px;
  }
  
  
  
  .power{
      border: 4px solid rgb(221, 219, 219);
      padding-right: 100px;
      padding-left: 50px;
  
  }
  
  .about-img1 p{
      margin-top: 0px;
      margin-left: 0px;
      font-weight: 500;
      margin-bottom: 0px;
  }
  .about-img1 h3{
      margin-top: 0px;
  }
  
  .about-img1 .fa-check-circle{
      color: var(--secondary-color);
      font-size: 36px;
  }
  
  .about-img1 h3{
      color: var(--secondary-color);
      font-weight: 500;
      font-size: 28.8px;
      text-transform: uppercase;
  }
  
  /* h5{
      font-size: 20px;
      font-weight: 500;
  } */
  
  .line-img{
      background-color: transparent;
      background-image: linear-gradient(90deg, var(--e-global-color-f7ab3d8) 30%, #c4c4c4 40%);
      height: 4px;
  }
  
  
  .Partnerships-content h6{
      font-weight: 500;
      margin-bottom: 0;
  }
  
  .partnerships-list{
      line-height: 28px;
  }
  
  
  .started h6{
      font-weight: bold;
      color: var(--heading-color);
      font-size: 19.2px;
      margin-bottom: 30px;
  }
  
  .main-btn {
      border-radius: 50px;
  }
  
  .abt-para.main-btn:hover{
      background-color: var(--white-color);
      color: var(--secondary-color);
      }
  
  .atr h5{
      color: var(--secondary-color);
  }
  
  .hero-section{
      background-image: url("../images/hero-img.webp");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 95vh;
      /* filter: brightness(80%); */
  }
  
  .overlay{
      background-color: #000;
      opacity: .5;
  }
  
  .hero-section h1{
      font-size: 3.2em;
      font-weight: 700;
      text-align: center;
      color: white !important;
   
  }
  
  .hero-section p{
      text-align: center;
      color: var(--text-white);
      font-size: 1.4em;
      padding-top: 30px;
      padding-bottom: 80px;
  
  }
  
  
  .input-text{
      display: flex;
      gap: 30px;
  }
  
  .hero-section p{
      color: white !important;
  }
  .top-text p{
      color: var(--text-white) !important;
  }
  
  
  /*About css*/
  section#about {
      padding-top: 80px;
      z-index: 1;
      position: relative;
      background: #fff;
  }
  section#about .abt-content{
      background-image: url("../images/arrow-yellow.png");
      background-position: 0px 20vh;
      background-repeat: no-repeat;
      background-size: 80% auto;
  }
  section#about .abt-content h3{
      font-size: 89px;
      text-align: left;
      line-height: 1;
      margin-bottom: 60px;
  }
  section#about .abt-content p{
      font-size: 17.6px;
      font-weight: 400;
  }
  section#about .abt-content a.main-btn{
      width: 174px;
      height: 48px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      margin-top: 30px;
  }
  section#about .abt-image {
      padding-left: 60px;
  }
  section#about .about-img1 .d-flex{
      margin-top: 15px;
      gap: 28px;
  }
  .divider{
      background-image: linear-gradient(84deg, #2488e5  30%, #c4c4c4 41%);
      height: 4px;
      width: 185px;
     display: flex;
     
  }
  section#about .abt-para {
      height: auto;
      overflow: hidden;
  }
  
  .logos-sec h2{
      font-size: 3.12rem;
      line-height: 1;
      margin-bottom: 25px;
  }
  .logos-sec h5{
      font-size: 29px;
      line-height: 1;
      margin-bottom: 0px;
  }
  
  /*Banner css*/
  section.banner {
      padding: 0px;
      height: 800px;
      background-image: url(../images/hero-img.webp);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
  }
section.banner-section .banner-overlay {
    background-color: rgba(3, 10, 27, .61);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgb(0 0 0 / 50%), rgb(255 255 255 / 50%));
}
section.banner .main-btn{
 font-weight:400;
 margin-top:35px;
}
section.banner .main-btn:hover{
    
}
  section.banner .container{
      position: relative;
      /* z-index: 1; */
  }
  section.banner .banner-content{
      margin-top: 0px;
      text-align: center;
  }
  section.banner .banner-content h1{
      stroke: #000;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
      margin-bottom: 60px;
      font-size: 55px;
  }
  section.banner .banner-content p{
      font-size: var(--f25);
      color: var(--white-color);
      max-width: 53%;
      margin: auto;
  }
  /*Search form css*/
  section.search-form {
     padding: 0px;
      margin-top: -159px;
      position: relative;
      margin-bottom: 0;
  }
  section.search-form .search-form-box{
      padding: var(--p30) var(--p20);
      background: #042d79;
  }
  section.search-form .input-text h6 {
      color: var(--white-color);
      line-height: 1;
      margin-bottom: 30px;
  }
  section.search-form .input-text {
      display: flex;
      gap: 40px;
  }
  section.search-form .input-text p{
      color: #d6d6d6;
      line-height: 1.3;
  }
  section.search-form .submit-btn {
      font-weight: 700;
      border-radius: 50px 50px 50px 50px;
      /* padding: 14px 74px; */
      background-color: var(--secondary-color);
      color: var(--white-color);
      font-size: 15px;
      border: 0px solid;
      height: 47px;
      width: 20%;
  }
  section.search-form .hero-form-input input{
     background-color: #fff;
      border-color: #bbb;
      border-radius: 50px 50px 50px 50px;
      padding: 5px 14px;
      border: none;
      color: #555;
      font-size: 16px;
      height: 47px;
  }
  section.search-form .hero-form-input input:focus-visible{
      border: none !important;
  }
  section.search-form .hero-form-input{
      display: flex;
      gap: 10px;
      margin-top: 0px;
  }
  /*Services css*/
  section.services {
      padding: 0;
      padding-bottom: var(--p60);
  }
  section.services .heading_sec h2{
      font-size: 55px;
  }
  section.services h5{
      font-size: 22.4px;
      font-family: var(--primary-font);
      color: var(--black-color);
      line-height: 1;
      margin-bottom: 22px;
  }
  section.services .col-md-3{
  padding: 0px 7px;
  }
  section.services .col-md-3 img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0
  }
  section.services .servics-cards{
  height: 300px;
      position: relative;
  }
  
  section.services .servics-cards .card-overlay{
     background-color: #000;
      opacity: .5;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute;
  }
  section.services .servics-cards h2 {
      margin-top: 0px;
      color: white;
      font-size: 2em;
      position: relative;
      line-height: 1;
      padding-top: 60px;
      margin-bottom: 80px;
      height: 130px;
      overflow: hidden;
  }
  section.services .servics-cards .crad-bottom-bg {
      background-color: var(--secondary-color);
      position: relative;
      margin-top: auto;
      margin-bottom: 10px;
      padding: 10px 30px;
  }
  section.services .servics-cards .crad-bottom-bg span.card-bottom-text {
      font-size: 19.2px;
      color: var(--white-color);
      line-height: 20px;
      font-style: italic;
      font-weight: 300;
  }
  
  /*Crowd css*/
  section.crowd {
      background-color: #f4f5f8;
  }
  section.crowd .col-md-4 {
      width: 30%;
      padding: 0px;
  }
  section.crowd .partnerships-content {
      width: 70%;
      padding: 0px;
      padding-left: 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  section.crowd .partnerships-content h6{
      font-size: 22.4px;
      font-weight: 500;
      line-height: 1;
      font-family: var(--primary-font);
      margin-bottom: 22px;
  }
  section.crowd .partnerships-content h3{
      font-size: 50px;
      line-height: 1;
      margin-bottom: 40px;
  }
  section.crowd .partnerships-content .divider{
      margin-bottom: 45px;
  }
  section.crowd .partnerships-content p{
      max-width: 560px;
  }
  section.crowd .partnerships-content ul{
      padding-left: 40px;
  }
  section.crowd .partnerships-content li{
      color: var(--secondary-color);
      font-size: var(--f16);
      font-weight: 300;
      line-height: 1.88;
      list-style: initial;
  }
  /*Started css*/
  section.started {
      padding: 60px 0;
  }
  section.started h5{
      font-size: 22.4px;
      font-family: var(--primary-font);
      color: var(--black-color);
      line-height: 1;
      margin-bottom: 22px;
  }
  section.started .col-md-6{
      padding: 15px;
  }
  section.started .next-step {
      padding: 30px;
      border-radius: 10px;
      border: 2px solid var(--secondary-color);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
      height: 100%;
  }
  section.started .next-step img{
      width: 48px;
      margin: auto;
      margin-bottom: 15px;
      margin-top: 0px;
  }
  section.started .next-step p{
      height: 90.23px;
      overflow: hidden;
  }
  section.started .next-step p span{
      color: var(--secondary-color);
  }
  section.started .next-step .main-btn{
      width: 174px;
      height: 48px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
  }
  /*Multiple Images css*/
  section.multiple-images{
      padding: 0px;
  }
  section.multiple-images .container-fluid{
      padding: 0px;
  }
  section.multiple-images .col-md-4{
      padding: 0px;
  }
  section.multiple-images .inner-img-div {
      height: 470px;
  }
  section.multiple-images .inner-img-div img{
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  section.multiple-images .inner-img-div .img-overlay{
      background-color: rgba(6, 3, 27, .7);
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
  }
  section.multiple-images .inner-img-div:hover .img-overlay{
      opacity: .5;
  }
  section.multiple-images h5{
     font-size: 22.4px;
     line-height: 1;
     padding-left: 30px;
     position: absolute;
     bottom: 40px;
     margin-bottom: 0px;
     width: 100%;
     font-weight: bold;
     color: var(--white-color);
     text-shadow: 0 0 3px #00000061;
  }
  section.multiple-images h5 a{
  color: var(--white-color);
  font-family: var(--heading-font);
  }
  
  /*Logos css*/
  section.logos-sec {
      background: #f4f6f9;
      padding: 60px 0;
  }
  section.logos-sec .container{
      max-width: 1024px;
      padding: 10px;
  }
  section.logos-sec .upper-row {
      border: 3px solid #dadada;
  }
  section.logos-sec .upper-row .col-9{
  padding: 15px 0px 15px 60px;
      width: 69.457%;
  }
  section.logos-sec .upper-row .col-3{
      width: 30.454%;
      padding: 10px;
  }
  section.logos-sec .upper-row .col-3 img{
      width: 180px;
  }
  section.logos-sec .logos-section {
      margin-top: 60px;
  }
  section.logos-sec .logos-section img{
      max-width: 100%;
  }
  section.logos-sec .logos-section .col-md-3{
      padding: 10px;
  }
  /*Blog css*/
  section.blog{
      /*padding: 110px 0;*/
  }
  section.blog h5{
      font-size: 22.4px;
      font-family: var(--primary-font);
      color: var(--secondary-color);
      line-height: 1;
      margin-bottom: 22px;
  }
  section.blog .heading_sec h2{
      margin-bottom: 30px;
  }
  section.blog .heading_sec{
      margin-bottom: 30px;
  }
  section.blog .divider{
      margin: auto;
  }
  section.blog .row{
      padding: 10px;
  }
  section.blog .row .col-4{
      padding: 30px 15px;
      padding-top: 0;
  }
  section.blog img{
      width: 100%;
      height: 222px;
      object-fit: cover;
      margin-bottom: 20px;
  }
  section.blog h3{
      font-size: 19.36px;
      margin-bottom: 0px;
  }
  section.blog h3 a{
      color: var(--heading-color);
      font-family: var(--heading-font);
  }
  section.blog h3 a:hover{
      color: var(--secondary-color);
  }
  section.blog .blog-sec {
      width: 100%;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      overflow: hidden;
  }
  section.blog .blog-sec:hover{
  transform: scale(.9);
  }
  /*Property section css*/
  section.property-list {
      background-color: #f4f5f8;
  }
  section.property-list h5{
      color: var(--secondary-color);
  }
  section.property-list .heading_sec {
      margin-bottom: 80px;
      }
      section.property-list .col-4{
          padding: 10px;
      }
      section.property-list .img-sec{
          height: 234px;
          width: 100%;
          overflow: hidden;
      }
      section.property-list img{
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: all .5s ease-in-out;
      transform: scale(1);
      }
      section.property-list img:hover{
          transform: scale(1.1);
      }
      section.property-list .cont-sec {
      border-style: solid;
      border-width: 0px 1px 1px 1px;
      border-color: #eaeaea;
      padding: 15px 0px 0px 0px;
      background-color: #fff;
      border-radius: 0px 0px 10px 10px;
  }
  section.property-list .cont-sec p.addr {
      padding-left: 20px;
      padding-right: 20px;
      display: flex;
      align-items: center;
      font-size: var(--f12);
      color: var(--secondary-color);
      gap: 10px;
      margin-bottom: 8px;
  }
  section.property-list .cont-sec p.addr i{
      font-size: var(--f18);
  }
  section.property-list .cont-sec h5 {
      padding-left: 20px;
      padding-right: 20px;
      font-size: 20.36px;
      font-weight: 500;
      line-height: 1.2em;
      margin-top: 15px;
      margin-bottom: 22px;
      height: 24px;
      overflow: hidden;
  }
  section.property-list .cont-sec h5 a{
  color: var(--black-color);
  font-family: var(--heading-font);
  }
  section.property-list .cont-sec h5 a:hover{
  color: var(--secondary-color);
  }
  section.property-list .cont-sec ul{
      border-top: 1px solid #eaeaea;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #eaeaea;
  }
  section.property-list .cont-sec ul li{
      border-right: 1px solid #eaeaea;
      padding: 25px 0 20px;
      width: 33.33%;
      text-align: center;
      /* border-bottom: 1px solid #eaeaea; */
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      gap: 20px;
  }
  section.property-list .cont-sec ul li:last-child{
      border-right: 0px solid;
  }
  section.property-list .cont-sec ul li i{
      font-size: 30px;
      color: var(--secondary-color);
  }
  section.property-list .cont-sec ul li span{
      font-size: 13px;
      color: var(--black-color);
  }
  section.property-list .cont-sec .view-btn {
      padding: 10px 20px;
  }
  section.property-list .cont-sec .view-btn a{
      display: flex;
      width: 100px;
      height: 30px;
      font-size: 14px;
      border: 1px solid var(--secondary-color);
      border-radius: 25px;
      justify-content: center;
      align-items: center;
      gap: 5px;
      background: var(--secondary-color);
      color: var(--white-color);
  }
  section.property-list .cont-sec .view-btn a:hover{
      color: var(--secondary-color);
      background: var(--white-color);
  }
  section.property-list .owl-nav button.owl-prev, section.property-list .owl-nav button.owl-next{
      width: 51px;
      height: 51px;
      color: #183555;
      background: #D4DCE4;
      font-size: 15px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
  }
  section.property-list .owl-nav{
      width: 100%;
  }
  section.property-list .owl-nav button.owl-prev{
      left: -56px;
  }
  section.property-list .owl-nav button.owl-next{
      right: -56px;
      left: auto;
      }
  
      #myModal1{
      background: rgba(0, 0, 0, 0.70);
  }
  #myModal1 .modal-dialog {
      max-width: 670px;
      padding: 25px;
  }
  #myModal1 .modal-content {
      border-radius: 0 0 10px 10px;
  }
  #myModal1 .modal-body {
      padding: 0px;
      border-radius: 0px;
  }
  #myModal1 .modal-image img{
      width: 100%;
  }
  #myModal1 .modal-upper .col-6{
      padding: 10px;
  }
  #myModal1 .modal-upper .modal-left{
      padding-right: 5px;
  }
  #myModal1 .modal-upper .modal-right{
      padding-left: 5px;
      display: flex;
      flex-direction: column;
      gap: 10px;
  }
  #myModal1 .modal-upper img{
      width: 100%;
  }
  #myModal1 .modal-upper .modal-right img{
      width: 100%;
      height: 170px;
      object-fit: cover;
  }
  #myModal1 .modal-upper .modal-left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
      }
  #myModal1 button.btn-close {
      width: 41px;
      height: 41px;
      border: 2px solid var(--white-color);
      border-radius: 100%;
      padding: 0px;
      position: absolute;
      right: -30px;
      top: -30px;
      background: url(../images/close.png);
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center;
  }
  #myModal1 .popup-content {
      padding: 40px;
  }
  #myModal1 .popup-content h3{
      font-size: var(--f36);
      text-align: center;
      line-height: 1;
      margin-bottom: 45px;
      letter-spacing: 1px;
  }
  #myModal1 .popup-content p{
      text-align: center;
      margin-bottom: 46px;
  }
  #myModal1 form input{
      background-color: #EFF2F5;
      border-style: solid;
      border-width: 1px 1px 1px 1px;
      border-color: #EFF2F5;
      border-radius: 10px 10px 10px 10px;
      color: #00545F;
      padding: 22px 20px 22px 20px;
      width: 100%;
  }
  #myModal1 button.main-btn{
      width: 144px;
      height: 70px;
      display: flex;
      align-items: center;
      gap: 5px;
  }
  #myModal1 form.newsletter-data {
      display: flex;
      align-items: center;
      gap: 5px;
  }

#myModal2 .modal-dialog {
        max-width: 800px;
        margin: 0 auto;
    }
#myModal2 .modal-content{
    border: 1px solid #fff;
    border-radius: 0;
    }
    #myModal2 .modal-body{
        padding: 30px;
    }
    #myModal2 .modal-info {
    padding: 10px;
}
 #myModal2 button.btn-close {
    width: 44px;
    height: 44px;
    display: flex;
    padding: 0px;
    position: absolute;
    top: 0;
    right: 10px;
}
#myModal2 .modal-info h4{
    font-weight: 500;
    margin-bottom: 30px;
    font-size: var(--f30);
    color: var(--heading-color);
    line-height: 1;
}
#myModal2 .modal-info p{
    color: var(--black-color);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 29px;
}
#myModal2 .modal-info h5{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 25px;
}
#myModal2 .modal-info .col-6{
padding: 10px 0;
    width: 48%;
}
#myModal2 .modal-info .row{
    justify-content: space-between;
}
#myModal2 .modal-info label{
    line-height: 19px;
    margin-bottom: 15px;
}
#myModal2 .modal-info label span{
    color: #d63637;
}
#myModal2 .modal-info input, #myModal2 .modal-info textarea{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 3px;
    padding: 8px 10px;
    color: #000;
}
#myModal2 .modal-info textarea{
    height: 120px;
}
#myModal2 .modal-info .col-12{
    padding: 5px 0;
}
#myModal2 .modal-info button.main-btn {
    width: 100%;
    margin-top: 20px;
    padding: 12px 20px;
    border-radius: 15px;
    height: 50px;
    background: #066aab;
    font-size: 17px;
}
#myModal2 .modal-info button.main-btn:hover{
    background: linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),#066aab;
    color: #fff;
}
.search-overlay-info {
    background: #f8f8f8;
    border-radius: 10px 10px 0 0;
    border: 0px solid var(--secondary-color);
    box-shadow: 1px -1px 4px 0px #f6f6f6d1;
    padding: 20px;
    height: 100%;
    box-shadow: 0px -3px 12px 1px rgb(0 0 0 / 82%);
    transition: 0.5s;
    transform: translateY(20px);
    padding-bottom: 40px;
    position:relative;
}
.search-overlay-info a{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.search-overlay-info:hover{
transform: translateY(0px);
}
.search-overlay-icon {
    background: var(--secondary-color);
    display: inline-flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border-radius:100%;
    min-width: 55px;
}
.search-overlay-icon img{
    width: 38px;
}

.search-overlay-upper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}
.search-overlay-upper h4{
    font-size: 23px;
    margin-bottom: 0;
    color: var(--heading-color);
}
.search-overlay-upper h4 span{
    display:block;
    font-size:18px;
    color: var(--secondary-color);
}
.search-overlay-upper h4 a{
    color: var(--heading-color);
}
.search-overlay-info p{
    margin-bottom:0;
    line-height:1.4;
}
.search-overlay-info p a{
    color:var(--primary-color);
}
section.search-overlay {
    padding: 0;
    margin-top: -197.5px;
    position: relative;
}
section.search-overlay .row{
    justify-content:center;
    gap: 0 5px;
}
section.search-overlay .search-head-info {
    display: flex;
    align-items: center;
    height: 100%;
}
section.search-overlay .search-head-info h2{
    color:#fff;
    margin-bottom:0;
    stroke: #000;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}
section.search-overlay h4.search-head{
    color:var(--white-color);
    text-align:center;
    stroke: #000;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}