@media (min-width: 1680px) {
   
}

@media (min-width: 1800px) {
   .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px !important;
    }
  .booking-area, .hero-content{
   max-width:1400px !important; 
  }
}
@media (min-width: 2000px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1800px !important;
    }
  .booking-area, .hero-content{
   max-width:1600px !important; 
  }
}
@media (min-width: 1400px) {

}

@media (max-width: 1366px) {
  
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
   .hero-content{
     max-width: 960px;
  }
  .booking-area{
    max-width: 960px;
  }
  .contact-page-section .inner-container{
        padding: 20px 20px;
  }
}

@media (max-width: 1024px) {
.property-list-sec .main {
    width: 100%;
}
  .sidebar.right {
    width: 100%;
}
}


@media (max-width: 980px) {
  header.header.desk-header {
        display: none;
    }

    header.mob {
        display: block !important;
        z-index: 9;
        padding: 10px 0;
        position: absolute;
        width: 100%;
        background: rgb(21 31 53 / 98%);
    }

    header img {
        width: 200px;
    }
.mobile-menu-logo{
    margin-bottom:20px;
}
    header a.logo {
        width: auto;
        padding: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    header a.nav-link {
        margin-right: 0px;
    }

    header a.nav-link:hover {
        border-color: var(--secondary-color);
        color: var(--secondary-color);
    }

    header nav.navbar.navbar-expand-lg.navbar-dark.bg-primary {
        border-bottom: 0px solid;
    }

    header div#menu-toggle1 {
        width: auto;
    }

    header .row {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    header ul.navbar-nav {
        display: block;
    }


    div#tag1 .mobile-nav li {
        margin-bottom: 10px;
    }
div#tag1 .mobile-nav ul.subnav li{
    margin-bottom: 0px;
}
    div#tag1 .mobile-nav li a {
        color: var(--secondary-color);
    }

    div#tag1 .mobile-nav li a:hover {
        /* color: var(--other-color); */
        /* text-decoration: underline; */
    }

    div#tag1 {
        position: fixed;
        left: -1px;
        top: 0;
        width: 100%;
        transform: translateX(-47em);
        height: 100%;
        transition: all .5s ease-in-out;
        display: block;
        padding: 0px;
    }

    div#tag1 .mobile-nav {
        padding: 2rem 20px 20px;
        background: rgb(21 31 53 / 98%);
        text-align: center;
        width: 350px;
        height: 100vh;
        position: relative;
    }

    i#close-menu1 {
        cursor: pointer;
        font-size: 28px;
        color: #fff;
    }

    #close-menu {
        right: 1rem;
        position: absolute;
        top: 10px;
    }

    nav.navbar.navbar-expand-lg.navbar-dark.bg-primary {
        display: block;
    }

    header a.nav-link {
        padding: 0px 0 !important;
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 5px;
        border-left: 0px solid;
        color: #fff !important;
        padding-bottom: 5px !important;!i;!;
        width: auto;
        display: inline-block;
        border-bottom: 3px solid transparent;
    }

    header a.nav-link:hover {
        border-color: #fff !important;
        color: #fff !important;
    }
    header li.nav-item.guest-nav:hover ul.subnav{
    display:block;
    position: relative;
}

    div#mob_nav {
        margin-top: var(--m20);
    }

    .menu-toggle1 i {
        color: #fff;
        font-size: 28px;
        cursor: pointer;
    }

    header li.nav-item.dropdown:hover ul.dropdown-menu {
        width: 100%;
        position: relative;
    }

    header li .dropdown-item {
        text-align: center;
    }
  video{
   height:550px; 
  }
  .booking-area{
   width:90%; 
    box-shadow: 0 0 15px #00000040;
  }
  .banner-wrapper {
    height: 900px;
    position: relative;
}
  .video-sec {
    height: 550px;
    overflow: hidden;
    position: relative;
}
  .hero-content{
    align-items: center;
    max-width: 720px;
        flex-direction: column;
    justify-content: center;
        padding-bottom: 0px;
  }
  .h-big{
        text-align: center;
  }
  .hero-content p{
     text-align: center;
  }
  .booking-area .col-lg.md-3.icns.mb-lg-0.position-relative {
    margin-bottom: 15px;
}
  .property-sec {
    padding: 50px 0;
  }
  .property-sec .col-lg-4 {
    width: 50%;
}
  .attr-f img{
    height: 350px;
  }
  .right_copyright p img {
    width: 120px;
}
  .rsDefault .rsGCaption{
    bottom: 48px !important;
  }
  .get-quote{
   margin-top:30px; 
  }
  .summary-section .inner-column .image img{
    width: 100%;
    display: block;
    height: 450px;
    max-width: 100%;
    position: relative;
  }
  .dot{
   display:none; 
  }
  .inner-column-content{
    margin-bottom: 0px;
  }
  .inner-column-content{
     min-height: auto; 
}
  section.Blog-details img {
    width: 100%;
    min-width: 100%;
    margin-right: 0px;
    float: none;
    height: 400px;
    object-fit: cover;
    margin-bottom: 30px;
}
  .paras {
    min-height: auto;
}
  .contact-page-section{
        padding: 60px 0px 50px;
  }
  .contact-page-section .inner-container{
   padding:30px 30px; 
  }
  .contact-page-section .row.mt-md-5 .col-md-6 {
    width: 100%;
}
  .contact-map {
    margin-top: 30px;
}
  .contact-map iframe, .contact-map{
   height:450px; 
  }
}

@media (max-width: 540px) {
      video, .video-sec{
        height: 350px;
    }
  .h-big{
    font-size: 28px;
    margin-top: 60px;
  }
  .h-big span {
    font-size: 28px;
}
      .booking-area {
        padding-left: 10px;
        padding-right: 10px;
  }
      .banner-wrapper {
        height: 720px;
  }
      .property-sec {
        padding: 40px 0;
    }
  .heading_sec h3{
    font-size: 24px;
  }
  .heading_sec{
    padding: 0;
    margin-bottom:10px;
  }
     .property-sec .col-lg-4 {
        width: 100%;
        padding: 0;
    }
  .property-sec img {
    height: 250px;
  }
  .pro-sec-right h6 {
    font-size: 18px;
  }
  .pro-sec-right h2 {
    font-size: 22px;
    line-height: 25px;
    margin: 10px 0;
    height: auto;
  }
  .price {
       font-size: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .pro-sec-right a {
    margin-top: 0px;
    padding: 8px 15px;
}
  .amnt .elementor-counter-number {
    font-size: 21px;
  }
  .elementor-counter-title {
    font-size: 15px;
}
  .property-sec .row {
    gap: 30px 0px;
}
  .pro-sec-right p.descr {
    height: auto;
  }
  .more-btn{
    margin-top: 30px;
  }
  .fourth-sec {
    padding: 40px 0px 40px;
  }
  .attr-f{
   width:100%; 
  }
  .fourth-sec .grid{
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 30px;
  }
  .text-overlay h4 {
    font-size: 24px;
  }
  .attr-f h4 a{
    font-size: 21px;
  }
  .attr-f img {
        height: 300px;
    }
  .catch-f .row{
    padding: 40px 0px;
  }
  .catch-f h3 {
    font-size: 24px;
  }
  footer{
    padding: 30px 0 0;
  }
  footer .row{
   gap:20px 0;
  }
  .footer_links h4 {
    font-size: 19px;
  }
  .copyright{
    margin-top: 20px;
padding: 15px 0;
  }
  .copyright p{
        text-align: center;
    font-size: 14px;
  }
   footer .copyright .row{
     gap:0px 0;
  }
  section.property-list-sec{
   padding:40px 0; 
  }
  .page-title h1{
    font-size: 28px;
    padding-left: 12px;
        padding-right: 12px;
    top: 20px;
  }
  .property-list-sec .main {
        width: 100%;
        padding: 0;
    }
      .sidebar.right {
        width: 100%;
        padding: 0;
    }
  .pro-img-part, .about-pro-list{
    width: 100%;
}
  .pro-list-left{
   flex-direction: column;
  }
  .property-list-sec img {
    width: 100%;
    height: 250px;
  }
  .about-pro-list{
   padding:0;
    margin-top:20px;
  }
  section.property-list-sec h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  p.pro-list-price span {
    font-size: 21px;
  }
  .forms-booking-tab {
    padding: 20px 15px;
  }
  .rental_item{
    display: block;
    width: 100%;
  }
  .upper-box-rental{
        flex-direction: column;
  }
  .pro-list-dec {
    display: flex;
    gap: 0;
    justify-content: space-between;
}
  .map iframe{
    height:300px;
  }
  div#gaurav-new-data-area .col-md-6{
        width: 50%;
  }
  section#property .col-lg-8.listing1.property-details, section#property .col-lg-4{
   padding:0; 
  }
  .contact-page-section .inner-container{
    padding: 15px 10px;
  }
  .contact-page-section.lv .contact-form .form-group.col-lg-6.col-md-6 {
    width: 100%;
    padding: 0;
}
  section#property .form-group.col-lg-4.col-md-4.col-sm-6, .contact-page-section.lv .contact-form .form-group.col-lg-4.col-md-4.col-sm-12{
   width:100%; 
  }
  .contact-form .form-group{
    padding: 0;
  }
  h3.heading-2 {
    font-size: 24px;
  }
  .contact-page-section .sec-title h3 {
    margin-bottom: 15px;
}
  .comment-meta h3 {
    font-size: 20px;
  }
  .abouttext h4{
    font-size: 20px !important;
  }
  section#property{
   padding-top:40px;
    padding-bottom:40px;
  }
  .upper-box .col-lg-9{
   width: 100%;
  }
  .upper-box h3{
        font-size: 24px;
  }
  .upper-box .col-lg-3{
    width: 100%;
  }
  .upper-box .price{
   height:auto;
    font-size:20px;
  }
  .upper-box .food-list li{
    font-size: 15px;
  }
  .checklist{
   display:none; 
  }
  .page-title .auto-container {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    bottom: 0px;
    justify-content: center;
}
  section.get-quote-sec {
    padding-top: 40px;
    padding-bottom: 40px;
}
  section.get-quote-sec .col-md-12.text-center {
    padding: 0;
}
  section.get-quote-sec h2{
        font-size: 28px;
  }
  .table-box {
    overflow-x: auto;
}
  section.summary-section{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.summary-section .col-lg-7.col-md-12.col-sm-12.position-relative, section.summary-section .col-lg-5.col-md-12.col-sm-12.position-relative.right-contentss{
    padding: 0;
}
  .summary-section .inner-column .image img{
    height: 350px;
  }
  .summary-section .inner-column-content h3{
    font-size:24px;
  }
  section.summary-section a{
    font-size:24px;
  }
  .summary-section .row {
    margin-bottom: 3.5rem;
}
  section.Blog-details img{
   height:300px; 
  }
  section.Blog-details{
    padding-top: 40px;
    padding-bottom: 40px;
  }
      .contact-page-section {
        padding: 40px 0px 40px;
    }
  .contact-info-box {
    position: relative;
    margin-bottom: 20px;
    border-right: 0px solid #cdcdcd;
    padding: 0;
}
  .contact-info-box .box-inner {
    position: relative;
    padding: 0;
}
  .contact-info-box .box-inner h5{
        font-size: 19px;
  }
  .contact-page-section .row.mt-md-5 .col-md-6 {
        width: 100%;
        padding: 0;
    }
      .contact-page-section .row.mt-md-5 .inner-container {
        padding: 25px 20px;
    }
  .contact-page-section .row.mt-md-5 .sec-title h3{
    font-size: 28px;
  }
      .contact-map iframe, .contact-map {
        height: 350px;
    }
}

@media (max-width: 360px) {

}

@media (max-width: 320px) {
  
}