@media (min-width:1200px) {

.container {
    max-width: 90%;
    
}
}

@media (min-width:991px) {
    .navbar-collapse {
    flex-direction: column;
    justify-content: end;
    }
    
    .location {
        position:relative;
    }
    
    .location .row {
        height:550px;
    }
    
     .location .row .col-lg-6:first-child {
        margin-left:0;
    }
    
    .location .row .col-lg-6:last-child {
        position:absolute;
        right:0;
        height:100%;
    }
    
    .map {
        height:100%;
        object-fit:cover
    }
    
.amenities .h2 {
    margin-bottom:-20px;
}   

.navbar-collapse {
    flex-direction:row;
}
.topicons {
    margin:0;
    margin-left:10px;
}
    
}


@media only screen and (min-width:992px) and (max-width:1250px) { 
    .fixform .form-feild {width:19.2%;}
    .fixform .form-feild.last {width:18%;}
    .about p br {display:none;}
    .location__details p br {display:none;}
    .location .row {height:auto; padding-bottom:40px;}
    .about {padding-bottom:60px;}
    .about-image {max-width:60%;}
    
}


@media only screen and (max-width: 991px) {
    
body {
    margin-top: 65px;
}
    
  nav {
      background:#000;
  }    
  
  nav .logoblack {
      display:none;
  }
  nav .logowhite {
    display: block;
}
  nav img {
    width: 130px;
  }
  nav .navbar-brand {
    margin-left: 15px;
  }
  nav .navbar-toggler-icon {
    background: #606d6d;
    width: 50px;
    height: 2px;
  }
  
  .toplinks {
      display:none;
  }
  
  nav .navbar-nav {
      margin-top:30px;
      margin-bottom:30px;
  }
  
  nav .navbar-nav .nav-item {
      margin-bottom:10px;
  }
  
  nav .navbar-nav .nav-item:last-child {
      margin-bottom:0px;
  }
  nav .navbar-nav .nav-item {
    margin-left: 15px;
}
  
  .pad80 {
    padding: 40px 0px;
  }
  
  .padt80 {
      padding-top:40px;
  }
  
  .about img {
      width:100%;
  }
  
  .banner {
      height:500px;
  }
  
  .about p br {
      display:none;
  }
  
  .about .container .row {
      align-items:end;
  }
  
  .amenities-slider .amenities-box {
      padding:0px 8px 0;
  }
  
  .location__details .reach-btn {
      margin-top:10px;
      margin-bottom:40px;
  }
  
  .location__details img {
    margin-bottom: 30px;
    border-radius: 30px;
}
  
  .mobile-show {
      display:block;
  }
  .desktop-show {
      display:none;
  }
  
.nav-item .reach-btn {
    color: #ffffffe0;
    background: none;
    padding: 7px 0rem;
    font-size: 16px;
}

.nav-item .reach-btn i {
    display:none;
}

.cursor-arrow1 {
    display:none;
}

.fixform {
    display:none;
}

.form-btn {
    display: block;
    position: fixed;
    bottom: 0;
    width:100%;
    border-radius:0px;
    z-index:99999;
    background:#000;
    color:#fff;
    text-align:center;
}

.form-btn i {
    background:#fff;
    color:#000;
}


.form-btn.active {
    transition:all 0.5s ease 0s;
    opacity:0;
    visibility:hidden
}

.contactbg {
    padding-bottom:20px;
}

.contactbg p.mb-5{
    margin-bottom:25px !important;
    
}


.bottom-footer {
    background:#151515;
}
.bottom-footer, .bottom-footer .text-right {
    text-align:center !important;
}

.bottom-footer .text-right {
    margin-top:10px;
}

.about-image {
    margin-right:0;
    max-width:100%;
}

.yellow-circle {
    width:100px;
}

.watch {
    width: 60px !important;
    bottom: -25px;
}

.green-circle {
    left: -30px;
    width: 100px;
}

.bag {
    width:80px !important;
}

.contact_form .reach-btn {
    margin-top:15px;
}


.topicons {
    justify-content: flex-start !important;

}
.social-links a {
    background:#fff;
}

 
}



@media (max-width:767px) {
    
   
nav > .container {
    padding-left:15px !important;
    padding-right:15px !important;
}
    
.container {
    padding-left:30px;
    padding-right:30px;
}
    
nav .navbar-nav .nav-item {
    margin-left: 15px;
}  

.banner {
    height: auto;
}

.h2 {
    font-size:30px;
    margin-bottom:20px;
}

.banner-left, .banner-right {
    width:100%;
}

.banner0 {
    padding-top:25px;
    padding-bottom:25px;
}

.bannercontainer {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.banner .h2 {
    font-size: 30px;
    line-height: 1;
}

.banner-left {
    height:570px;
}

.banner0 img {
    max-width: 150px;
    margin-top: 15px;
}

.tag {
    font-size:23px;
}

.banner-right {
    padding:40px;
}

nav .navbar-nav .nav-link {
    color:#fff;
}

.about-image {
    margin-top:30px;
}

.amenities-slider .amenities-box img {
    height:350px;
    max-height:350px;
}


.slideitems img {
    height:350px;
    object-fit:cover
}

.cursor-arrow1 {
    display:none;
}

.contact p br {
    display:none;
}

footer {
    padding-top:0px;
}

.bottom-footer {
    font-size:9px;
}
.bottom-footer .col-lg-6 {
    padding:0px;
}
    

   
}
