

@media (max-width: 1024px) {
   a.book-btn {
    width: 120px;
}
}


@media (max-width: 980px) {
.yacht-card {
        flex: 0 1 calc((100% - 24px) / 2);
    }
  .search-bar {
    width: 95%;

}
  .image-overlay-text{
   font-size:44px;
   width: 60%;
  }
 section.car-list-sec{
   padding-bottom:120px; 
  }
  .yacht-wrapper{
   padding-left:0;
    padding-right:0;
  }
    section.head-text {
    padding-bottom: 0;
    padding-top: 100px;
}
}


@media (max-width: 540px) {
.yacht-card {
    flex: 0 1 calc((100% - 0px) / 1);
}
  h5.desk-addr{
   display:none; 
  }
  .mob-addr {
    display: block;
}
 .search-bar-inner .col-3 {
    width: 50%;
}
  .search-bar-inner label {
    font-size: 11px;
  }
  .search-bar-inner .check{
    padding-right: 0;
  }
   .search-bar-inner .check.check-out .check-detail{
       border-right: 0px solid !important;
       padding-left:12px;
   }
  .search-bar-inner .guest-detail{
    padding-right: 0;
  }
  .search-bar-inner input[type=text], .search-bar-inner select{
    font-size: 11px;
  }
  .search-bar-inner .row{
    gap: 14px 0;
  }
  .search-bar-inner .col-6.datepicker-common-2.datepicker-main{
    top: 0;
    margin-top: 25px;
    width: 100%;
  }
  .search-bar-inner .search-btn button{
  font-size: 13px;
  height: 40px;
  }
     .image-overlay-text {
        top: 80px;
        margin-bottom: 0;
        width: 100%;
        font-size: 28px;
    }
  section.car-list-sec {
    padding-top: 24px;
        padding-bottom: 60px;
}
  .yacht-wrapper {
    padding: 0;
}
      a.book-btn {
        width: 100%;
        height: 42px;
    }
      .search-bar-inner .col-6.datepicker-common-2.datepicker-main, .search-bar-inner .search-btn, section.properties-list .col-md-4.col-12 {
        width: 100%;
    }
  .img-fluid1{
    height: 300px;
  }
  .yacht-card img{
    height: 210px;
  }
  .pro-cont {
    padding: 12px 12px 16px;
}
  .new-price span.price {
    font-size: 14px;
  }
  .yacht-card h3{
    font-size: 18px;
    line-height: 23px;
    height: 23px;
    margin-bottom: 8px;
  }
  .yacht-card p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .yacht-card h5 {
    font-size: 12px;
  }
  .prc-btn {
    margin-top: 0;
    flex-direction: column;
    gap: 12px;
  }
  .price-column{
    flex-direction: row;
    gap: 5px;
    align-items: center;
  }
  .from-text {
    font-size: 15px;
    color: var(--secondary-color);
    margin-bottom: 0;
    font-weight: 500;
}
  .price {
    font-weight: 500;
    font-size: 15px;
    color: var(--secondary-color);
  }
  .duration {
    font-size: 15px;
    color: var(--secondary-color);
    font-weight: 500;
}
  .yacht-grid{
   gap:32px 24px; 
  }
  .old-price{
   font-size:14px; 
  }
}



