html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
.w-90 {
    width: 90%;
    margin: auto;
}
.w-95 {
    width: 95%;
    margin: auto;
}
.popup__toggle-vid {
    width: 80%;
}
.popup__toggle-vid img.lft_img {
    height: 285px;
    object-fit: cover;
    width: 100%;
}
#myModal {
    z-index: 11111 !important;
}
#myModal .close {
    right: -32px;
    position: absolute;
    background: #fff;
    opacity: 1;
    border-radius: 100%;
    width: 28px;
    height: 28px;
}
#myModal .modal-body {
    padding: 0px;
}

.single-featured-option {
    width: 20%;
    padding: 0px 1%;
}

.image-gallery .single-gallery.span-9 {
    width: 79%;
    padding-right: 0;
}
.single-gallery .img-holder img {
    width: 100%;
    object-fit: cover;
}
.image-gallery .single-gallery.span-3 {
    width: 21%;
    margin-bottom: 16px;
}
.image-gallery .single-gallery.span-3 img {
    height: 112px;
  }
.image-gallery .single-gallery.span-33 {
    width: 19.7%;
    /* margin-top: -10.5%;   */
    padding-right: 0;  
}
.image-gallery .single-gallery.span-33 img {
    height: 111px;
}
.image-gallery .single-gallery.span-9 img {
    height: 371px;
}

.location-map img {
  width: 85%;
  cursor: pointer;
  filter: drop-shadow(2px 3px 3px #25252512);
  margin: auto;
  display: block;
}



/* Tabs panel */
.tabbable-panel {
    /* border:1px solid #eee; */
    padding: 10px;
  }
  
  /* Default mode */
  .tabbable-line > .nav-tabs {
    border-left: none;
    border-right: none;
    margin: 0px 0px 15px;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
  }
  .tabbable-line > .nav-tabs > li {
    margin-right: 2px;
  }
  .tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #252525;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    padding: 5px 15px;
  }
  .tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
  }
  .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    /* border-bottom: 4px solid #fbcdcf; */
  }
  .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: #252525 !important;
    color: #fff !important;
    border-radius: 10px;
  }
  .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #252525;
  }
  .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
  }
  .tabbable-line > .nav-tabs > li.active {
    /* border-bottom: 4px solid #f3565d; */
    position: relative;
  }
  .tabbable-line > .nav-tabs > li.active > a {
    border: 1px solid #252525;
    color: #fff;
    background: #252525;
    padding: 5px 15px;
    border-radius: 10px;
  }
  .tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
  }
  .tabbable-line > .tab-content {
    /* margin-top: -3px; */
    /* background-color: #fff; */
    border: 0;
    /* border-top: 1px solid #eee; */
    /* padding: 15px 0; */
  }
  .portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
  }
  
  /* Below tabs mode */
  
  .tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
  }
  .tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
  }
  .tabbable-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
  }
  .tabbable-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
  }
  .tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }
  .nav.nav-tabs:before, .nav.nav-tabs:after {
    display: none;
  } 

.location-map {
    align-self: center;
}
.location-map .inner_location {
    position: relative;
}
.location-map .inner_location:after {
    content: '';
    background-color: #0000008a;
    background-image: url(../images/zoom-in.png);
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    border-radius: 100%;
    right: 0;
    top: 50%;
    margin: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: .3s ease-in-out;
    cursor: pointer;
}
.location-map:hover .inner_location:after {
    opacity: 1;
}
.location-height {
    min-height: 602px;
}
  .location-list {
    margin-bottom: 5px;
    padding-left: 3%;
  }
  .location-list:first-child {
    margin-top: 25px;
  }
  .location-list h4 {
    color: #252525;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
    margin-left: 30px;
    position: relative;
  }
  .location-list h4::before {
    content: '';
    /* background: url(../images/bullet-button.png); */
    width: 10px;
    height: 10px;
    background-size: contain;
    position: absolute;
    left: -16px;
    top: 6px;  
  }
  .location-list span {
    font-style: italic;
    font-size: 13px;
    color: #252525;
  }
  .location-list hr {
    border-color: #252525;
    border-style: dashed;
  }
  .location-list p span {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-style: normal;
  }
  .location-list p {
    font-size: 13px;
    color: #252525;
  }

.px_2 {
    padding-left: 2%;
}
.quick_links {
    margin-top: 5%;
}
  .news-list {
    display: flex;
    padding-right: 5%;
    justify-content: center;
    position: relative;
  }
  /* .news-list:after {
    content: '';
    border-right: 1px solid #B5B5B5;
    right: -10px;
    position: absolute;
    height: 36px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .news-list::before {
    content: '';
    border-left: 1px solid #B5B5B5;
    left: -10px;
    position: absolute;
    height: 36px;
    top: 0;
    bottom: 0;
    margin: auto;
  } */
  .news-list img {
    width: 22px !important;
    height: 22px;
    margin-top: 3px;
    margin-right: 19px;
  }
  .news-list p {
    color: #000;
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.28px;
    text-align: left;
    margin: 0;
    width: 70%;
  }
  /* .owl-item.active:nth-child(2) .news-list {
    border-left: 1px solid #B5B5B5;
  }
  .owl-item.cloned.active:nth-child(2) .news-list {
    border-left: 1px solid #B5B5B5;
  } */
  .owl-nav {
    display: none !important;
  }
  .owl-dot {
    border-radius: 6px;
    background: #F2F2F2; 
    border: none;
    width: 27px;
    height: 25px;
    margin: auto 2px;
  }
  .owl-theme .owl-dots .owl-dot span {
    display: none !important;
  }
  .owl-dot.active {
    background: #4E4E4E;
  }
  .owl-theme .owl-dots {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .owl-theme .owl-dots .owl-dot.active:before {
    color: #fff;
  }
  .owl-theme .owl-dots .owl-dot:before {
    color: #4E4E4E; 
    font-size: 15px;
  }
  .owl-theme .owl-dots .owl-dot:nth-child(1):before {
    content: '1';
  } 
  .owl-theme .owl-dots .owl-dot:nth-child(2):before {
    content: '2';
  } 
  .owl-theme .owl-dots .owl-dot:nth-child(3):before {
    content: '3';
  } 
  .owl-theme .owl-dots .owl-dot:nth-child(4):before {
    content: '4';
  } 
  .owl-theme .owl-dots .owl-dot:nth-child(5):before {
    content: '5';
  } 
  .owl-theme .owl-dots .owl-dot:nth-child(6):before {
    content: '6';
  } 
  .owl-theme .owl-dots .owl-dot:nth-child(7):before {
    content: '7';
  } 
  .owl-theme .owl-dots .owl-dot:nth-child(8):before {
    content: '8';
  } 
  .owl-theme .owl-dots .owl-dot:nth-child(9):before {
    content: '9';
  } 
  .owl-theme .owl-dots .owl-dot:nth-child(10):before {
    content: '10';
  } 
  .owl-carousel .single-gallery .img-holder .content .image-view {
    background: #fff;
    top: unset !important;
    bottom: 0 !important;
  }
.owl-carousel .single-gallery .img-holder .content .title-holder {
    opacity: 1;
    filter: alpha(opacity=100);
}
  .owl-carousel .single-gallery .img-holder img {
    height: 200px;
  }
  .owl-carousel .single-gallery .img-holder .content .title-holder h4 {
    color: #252525;
  }
  .owl-carousel .single-gallery .img-holder:after {
    content: '';
    background-color: #0000008a;
    background-image: url(../images/zoom-in.png);
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    border-radius: 100%;
    right: 0;
    top: 50%;
    margin: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: .3s ease-in-out;
    cursor: pointer;
  }
  .owl-carousel .single-gallery .img-holder:hover::after {
    opacity: 1;
  }
  #mobile-nav-sticky {
    display: none;
  }
  .location-address ul {
    display: flex;
    margin-top: 7%;

  }
  .location-address ul li {
    margin-right: 4%;
  }
.location-address ul li a {
    background: #fff;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    border-radius: 100%;
}
.project-panel li i {
    margin-right: 5px;
}

.panel-title[aria-expanded="true"] .fa-plus::before {
    content: "\f068";
  }
  .panel-title[aria-expanded="false"] .fa-plus::before {
    content: "\f067";
  }
  .brochure {
    margin-top: 3%;
  }
  .brochure a {
    border: 1px solid;
    padding: 6px 8px;
    font-weight: bold;
  }
  .gallery_grid .img-holder {
    position: relative;
  }
  .gallery_grid .img-holder:hover::after {
    opacity: 1;
  }
.gallery_grid .img-holder:after {
    content: '';
    background-color: #0000008a;
    background-image: url(../images/zoom-in.png);
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    border-radius: 100%;
    right: 0;
    top: 50%;
    margin: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: .3s ease-in-out;
    cursor: pointer;
  }
.get-in h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .8px;
    margin-bottom: 7px;
}
.get-in .title-part {
    margin-top: -140px;
}
.get-in {
    padding: 0 5%;
}
.get-in p {
    width: 100%;
}
.ph-icon {
    width: 35px;
    height: 35px;
    background: #252525;
    border-radius: 100%;
    padding-top: 9px;
    margin: 4% auto auto;
}
.ph-icon img {
    width: 20px;
    margin: auto;
    display: block;
}

.get-in ul {
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 3%;
    padding-bottom: 10px;
}
/* .get-in ul li {
    width: 50%;
    margin: auto;
} */
.get-in ul li:nth-child(3) {
  /* margin-top: 3%; */
  position: relative;
  /* left: -13px; */
}
.get-in ul li a {
  text-decoration: none !important;
  color: #252525; 
  font-size: 15px;
  /* font-weight: 600;
  text-align: center;
  justify-content: center; */
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
}
.get_inner {
    width: 100%;
    /* margin: auto; */
}
.get_inner h1{
  font-size: 17px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20%;
}
.get_inner p {
    width: 100%;
    text-align: left;
    margin-top: 5%;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 10px;
}
.get_inner p a {
     display: inline-block;
     background: #25d366;
    color: #fff;
    padding: 0px 8px;
    border-radius: 5px;
}


.contact-rgt {
    padding: 3% 5%;
    position: relative;
    margin-top: -29%;
    background: #fff;
    border-radius: 5px;
    width: 93%;
    z-index: 1;
  }
  .contact-rgt:before {
    content: '';
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    /* z-index: -1; */
  }
  .contact-rgt:after {
    content: '';
    background: #fff;
    position: absolute;
    width: 104%;
    height: 102%;
    left: -2%;
    top: 0;
    z-index: -1;
  }
  .contact-rgt h6 {
    font-size: 20px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
    font-weight: unset;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
  }
  .form-section {
    z-index: 11;
position: relative;
  }
  .form-section .form-group .submit-btn {
    background: #000;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 2px 16px;
    height: 31px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    font-weight: 600;
  }
.popup img {
    width: 55px;
    margin: auto;
    display: block;
}
.main_logo {
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 1;
    /*background: #fff;*/
    padding: 8px;
}

.main_logo img {
  width: 120px;
}
.pro-title h2:after {
  display: none !important;
}
.pl_5 {
  padding-left: 5%;
  margin-top: 2% !important;
}

  @media (max-width: 600px) {
    .section-title h2 {
      font-size: 17px !important;
    }
    .main_logo img {
      width: 60px;
  }
    #mobile-nav-sticky {
        display: block;
        position: fixed;
        bottom: 30px;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 99999;
        padding: 6px 18px 5px;
        border-radius: 0px;
        box-shadow: 0 0 10px 2px rgb(0 0 0 / 8%);
        box-sizing: border-box;
      }
      #mobile-nav-sticky ul.mns-list {
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }
      #mobile-nav-sticky ul.mns-list li {
        list-style: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 17%;
        flex: 1 0 17%;
        text-align: center;
      }
      #mobile-nav-sticky ul.mns-list li a {
        display: block;
        color: #1b1b1b;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 0.5px;
      }
      #mobile-nav-sticky ul.mns-list li a strong {
        font-weight: bold;
      }
      #mobile-nav-sticky ul.mns-list li a .mnv-icon-view.mnv-icon-call {
        background: url(../images/mns-icon-call.png) no-repeat center center;
        background-size: 100%;
      }
      #mobile-nav-sticky ul.mns-list li a .mnv-icon-view.mnv-icon-whatsapp {
        background: url(../images/mns-icon-whatsapp.png) no-repeat center center;
        background-size: 100%;
      }
      #mobile-nav-sticky ul.mns-list li a .mnv-icon-view.mnv-icon-inquiry {
        background: url(../images/mns-icon-enquiry.png) no-repeat center center;
        background-size: 100%;
      }
      #mobile-nav-sticky ul.mns-list li a .mnv-icon-view.mnv-icon-mail {
        background: url(../images/mns-icon-mail.png) no-repeat center center;
        background-size: 100%;
      }
      #mobile-nav-sticky ul.mns-list li a .mnv-icon-view {
        display: block;
        width: 25px;
        height: 25px;
        margin: 0 auto;
      }
      #mobile-nav-sticky ul.mns-list li.mnv-logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
        margin-left: -37px;
      }
      #mobile-nav-sticky ul.mns-list li.mnv-logo .mnv-logo-img {
        display: block;
        width: 70px;
        height: 70px;
        background: #fff url(../images/footer-icon.png) no-repeat center center;
        background-size: 70%;
        border-radius: 50%;
        margin: -13px auto;
        box-shadow: 0 0 0 5px rgb(196 196 196 / 17%);
      }
      .enquire-btn {
        display: none;
      }
      .whatsappIcon {
        display: none;
      }

      .main-slider-right-side .center-logo img {
        width: 53%;
        margin: 10% auto auto;
    }
    .main-slider-right-side .content {
        margin-top: 4%;
    }
    .rera_no {
        margin-top: 5%;
        margin-bottom: 3%;
    }   
    .social-icons-list {
        display: none;
    }   
    .main-slider-right-side {
        display: none;
    }
    #banner-resp .porperty-details {
        width: 100% !important;
    }
    #banner-resp .porperty-details .border {
        padding-bottom: 20px;
        padding-top: 0;
    }
    .popup__toggle-vid img.lft_img {
        height: auto;
    }
    .centered {
        font-size: 15px;
        width: 85%;
    }
  
    #about-section {
        position: relative;
        padding: 25px 0;
      }
      .modal.fade .modal-dialog {
        width: 80%;
        margin: auto !important;
      }
      #about-section p {
        text-align: justify;
font-size: 14px;
      }
      .featured-option.style-two .icon-holder {
        width: 50px;
        display: block !important;
        margin: auto auto 5px;
      }
      .featured-option.style-two .content p {
        font-size: 13px;
        margin-bottom: 0;
        margin-top: 0px;
        line-height: 20px;
      }
      .featured-option.style-two .single-featured-option {
        margin-bottom: 25px;
        width: 50%;

      }
      .featured-option {
        width: 90%;
margin: auto;
      }
      .image-gallery .single-gallery.span-9 {
        width: 100%;
        padding-right: 15px;
        margin-bottom: 10px;
      }
      .image-gallery .single-gallery.span-3, .image-gallery .single-gallery.span-33 {
        width: 50%;
        margin-top: auto;
        padding: 0px 15px;
        margin-bottom: 10px;
      }
      .image-gallery .single-gallery.span-9 img {
        height: auto;
      }
      .image-gallery .single-gallery.span-3 img, .image-gallery .single-gallery.span-33 img {
        height: 70px;
      }
      #gallery {
        padding: 30px 0 30px;
      }
      .gallery_grid .img-holder::after {
        content: '';
        width: 38px;
        height: 38px;
        background-size: 16px;
      }
      /* .location-list {
        padding: 0px;
      } */
      .location-list h4 {
        font-size: 13px;
        margin-left: 0;
      }
      .location-list p span {
        font-size: 15px;
      }
      .location-list p {
        margin-bottom: 0;
      }
      .tabbable-line > .nav-tabs > li > a {
        padding: 5px 5px;
        font-size: 11px;
        letter-spacing: .2px;
      }
      .tabbable-line > .nav-tabs > li.active > a {
        padding: 5px 5px;
      }
      .location-list .col-xs-3 {
        width: 19%;
      }
      .location-map {
        align-self: center;
        width: 60%;
        margin: auto;
      }
      .get-in .title-part {
        margin-top: -141px;
      }
      .contact-rgt {
        width: 100%;
        margin-top: 5%;
      }  
      .construction-update {
        margin-top: 30%;
        width: 91%;
      }
      .get-in p {
        font-size: 13px;
        line-height: 23px;
    }
    .location-address h6 {
        font-size: 12px;
    }
    footer p {
        font-size: 12px;
        line-height: 21px;
    }
    .location-address ul {
        justify-content: center;
    }
    .quick_links {
        margin-top: 5%;
        margin-bottom: 15%;
        justify-content: center;
      }
      .tabbable-panel {
        padding: 10px 0px;
      }
}
@media (max-width: 1199px) {
    .d-none {
        display: none;
      }
}
/* @media (min-width: 992px) {
    .main_logo {
        display: none;
    }

} */
@media (min-width: 1199px) {
    .d-lg-block {
        display: block;
    }
    .d-md-none {
        display: none;
    }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
  .section-title h2 {
    font-size: 17px !important;
  }
    .main-slider-right-side .center-logo img {
        width: 53%;
        margin: 10% auto auto;
    }
    .main-slider-right-side .content {
        margin-top: 4%;
    }
    .rera_no {
        margin-top: 5%;
        margin-bottom: 3%;
    }   
    .social-icons-list {
        display: none;
    }   
    .main-slider-right-side {
        display: none;
    }
    .popup__toggle-vid img.lft_img {
        height: auto;
    }
    .popup__toggle-vid {
        width: 58%;
      }
      #about-section {
        position: relative;
        padding: 25px 0;
      }
      .modal.fade .modal-dialog {
        width: 80%;
        margin: auto !important;
      }
      .featured-option.style-two .icon-holder {
        width: 60px;
        display: block !important;
        margin: auto auto 5px;
      }
      .featured-option.style-two .content p {
        font-size: 13px;
        margin-bottom: 0;
        margin-top: 0px;
        line-height: 20px;
      }
      .featured-option.style-two .single-featured-option {
        margin-bottom: 25px;
      }
      /* .image-gallery .single-gallery.span-33 {
        margin-top: -17%;
      } */
      .urbando-logo img {
        width: 16%;
      }
      .location-map {
        align-self: center;
        margin: auto;
      }  
      .location-list h4 {
        font-size: 15px;
      }
      .location-list p span {
        font-size: 16px; 
      }
      .location-height {
        min-height: auto !important;
      }
      .location-map .inner_location::after { 
        width: 50px;
        height: 50px;
        background-size: 20px;
      }
      .get-in .title-part {
        margin-top: -150px;
      }
      .contact-rgt {
        width: 100%;
        margin-top: 5%;
      }  
      .construction-update {
        margin-top: 19%;
      }
      .location-address ul {
        display: flex;
        margin-top: auto;
        justify-content: center;
      }
      .quick_links {
        margin-top: 13px;
        justify-content: center;
      }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #main-slider .carousel-inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #main-slider .carousel-inner .item, #main-slider .carousel-inner, #main-slider {
        height: 100%;
    }
    .pn-btn {
        right: -4%;
    }
    #about-section p {
        font-size: 13px;
        line-height: 24px;
    }
    .featured-option.style-two .icon-holder {
        width: 44px;
      }
      .featured-option.style-two .content p {
        font-size: 13px;
      }
      .featured-option.style-two .content {
        padding-left: 7px;
      }
      .featured-option.style-two .single-featured-option {
        margin-bottom: 25px;
      }
      /* .image-gallery .single-gallery.span-33 {
        margin-top: -13%;
      } */
      .urbando-logo img {
        width: 46%;
        margin-bottom: 13%;
      }
      .location-map {
        align-self: center;
        margin: auto;
      }    
      .get-in .title-part {
        margin-top: -150px;
      }
      .contact-rgt {
        width: 100%;
        margin-top: 5%;
      }  
}
@media screen and (min-width: 1199px) and (max-width: 1365px) {
    .featured-option.style-two .icon-holder {
        width: 44px;
      }
      .construction-update {
        width: 83%;
      }
}
@media screen and (min-width: 1199px) and (max-width: 1399px) {
    .pn-btn {
        right: -5%;
    }
}


@media screen and (min-width: 200px) and (max-width: 600px) {
.location-height {
  min-height: auto !important;
}
}