@media (min-width:1200px) {

.container {
    max-width: 1160px;
}
}

@media (min-width:991px) {
    .navbar-collapse {
    flex-direction: column;
    justify-content: end;
    }
    

.navbar-collapse {
    flex-direction:row;
}

nav .navbar-nav .nav-link.menubtn {
    transition: all 0.5s ease 0s;
    cursor: pointer;
    border-radius: 30px;
    background:#fff;
    color:#000 !important;
    padding:10px 15px !important;
}

nav .navbar-nav .nav-link.menubtn::after {
    display:none;
}
nav .navbar-nav .nav-link.menubtn:hover {
    background:#000 !important;
    color:#fff !important;
}
    
}


@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;
      top:0px;
  }    
  
  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  {
      height:auto;
  }
  
  .abimg {
      height:auto;
      display:block;
      margin-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;
            border: none;
}

.nav-item .reach-btn i {
    display:none;
}

.cursor-arrow1 {
    display:none;
}

.fixform {
    display:none;
}

.form-btn {
    display: none;
    position: fixed;
    bottom: 0;
    width:100%;
    border-radius:0px;
    z-index:99999;
    background:#e8262b;
    border:0px;
    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:#e8262b;
}
.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;
}

.amenities-slider .amenities-box .ref {
    right: 8px;
    left: 8px;
}


.right-detail {
    margin-right: 0px;
}

.main-details {padding:20px 0px;}
.main-details .h2 {font-size:25px;}
.main-details .h2 br {display:none;}
.right-detail h2 {
    padding: 5px 2px;
    font-size: 9px;
}

.map_pointers {display:flex;}
.row-flex {flex-direction:column-reverse;}
.map {margin-bottom:10px;}
.map-inner {margin-bottom:0px;}
.banner_slider {height:100%;}
.bannerimg {height:100%; object-fit:cover}
.slide-text h1 {font-size: 23px;} 
.slid-reach h3 span { font-size: 23px;}
.bannerleft {font-size:15px;}
.p_detail {
    position: initial;
    background: #f3f3f3;
    transform: translateY(0%);
    max-width: 100%;
    padding: 20px;
    padding-bottom: 90px;
    min-height: 870px;
}
.p_detail li {background:#fff;}
.p_detail h4 {
    margin-top: 30px;
    color: #F90A0B;
    margin-bottom: 30px;
}
.p_detail li {color:#000;}
.p_detail li span {color:#000;}
.project-section .custom-controls {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerleft {width:350px;}
.project-logo {margin-top:15px;}
.custom-controls span {background:#000000;} 
 
 
}

.modal-open .modal {
    z-index: 9999999999;
    background: #0000005e;
}

@media (max-width:767px) {
    .topicons {
        display:none !important;
    }

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: 650px;
}

.h2 {
    font-size: 30px;
    margin-bottom: 50px;
}

.banner-left, .banner-right {
    width:100%;
}

.banner-right {  background-position:right bottom;}

.banner0 {
    padding-top:25px;
    padding-bottom:25px;
}

.bannercontainer {
    display: flex;
    height: 100%;
    flex-direction: column-reverse;
}

.banner .h2 {
    font-size: 28px;
    line-height: 1;
}

.banner-left {
    height:570px;
}

.banner0 img {
    max-width: 150px;
    margin-top: 15px;
}

.tag {
    font-size:23px;
}

.banner-right {
    padding: 40px;
    height: 400px;
}

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;
    padding: 20px;
}
.bottom-footer .col-lg-6 {
    padding:0px;
}
 .abimg {margin-top:20px;}   
 
 /*.ref {left:0px; padding-left:10px;}*/
 .slideitems p {padding-bottom:75px; }



.mobile-icons {
    display: flex !important;
    background: red;
    /*background: url(../images/bannerbg.png) center center;*/
    position: fixed;
    bottom: 0;
    width: 100%;
    align-items: center;
    justify-content: center !important;
    z-index: 2;
    padding: 10px;
    border-top: 1px solid #ffffff8f;
}
.mobile-icons.social-links a {
    width: 35px;
    height: 35px;
    font-size: 25px;
    background: none;
    border: 0;
    color: #fff;
    border-radius: 0px;
    border-right: 1px solid #ffffff8f;
    padding-right: 50px;
    margin-right: 30px !important;
}

.mobile-icons.social-links a:last-child {
    padding-right:0 !important;
    margin-right:0 !important;
    border:0 !important;
}

.mobile-icons .fa-phone {
    position:relative;
    top:1px;
}

.mobile-icons .fa-whatsapp {
    font-size:27px;
    position:relative;
    top:1px;
}

.mobile-icons .fa-pencil-square-o {
    font-size:22px;
    position:relative;
    top:3px;
    left:1px;
}
.projects_slide .item img {
    border-radius: 15px;
    /*height: 250px;*/
    object-fit: cover;
}

.map img {height:260px;}
.map_pointers {
    display: flex;
    flex-direction: column;
}

.map-inner {
    margin-bottom: 0px;
    width: 100%;
}
.project-logo {
    margin-top: 15px;
    margin-bottom: 0px;
}
.p_detail h4 {margin-top:20px;}

.map_pointers .map-inner:first-child {margin-bottom:10px;}

.desc {bottom:70px; width:220px;}

   
}
