@media only screen and (min-device-width: 2550px) and (max-device-width: 2561px) {
}
@media only screen and (min-device-width: 1919px) and (max-device-width: 1990px) {
}
@media only screen and (min-device-width: 1440px) and (max-device-width: 1499px) {
  .navbar-brand img {
    width: 240px;
  }
  .navbar-nav .nav-item {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar-nav .nav-link {
    font-size: 11px;
  }
  .dwnld-btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  header {
    width: 100%;
  }
  .navbar-nav .nav-item {
    border: none;
  }
  .navbar-nav .nav-link {
    font-size: 17px;
  }
  .navbar-nav .nav-item {
    padding: 15px 0 20px 0;
  }
  p {
    text-align: center;
  }
  .form-section {
    position: initial;
    height: auto;
    padding-right: 0;
    margin: 0;
  }
  .highlight-div {
    position: initial;
    background: #fff;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .highlight-div li {
    color: #000;
  }
  .highlight-div h6 {
    color: #044b2d;
    color: #044b2d;
    display: block;
    padding: 3px;
    font-size: 24px;
    font-weight: 600;
    margin: 5px 0;
    text-shadow: 0 1px 1px #000;
    text-transform: uppercase;
  }
  .promise-div {
    display: none;
  }
  .bg-blck {
    background: #dadada;
    color: #383636;
  }
  .blink {
    background: rgba(66, 65, 65, 0.7);
    padding: 5px 0;
  }
  .gold-strip {
    margin: 0;
    padding: 5px 0;
  }
  .sec-header {
    position: initial;
    writing-mode: initial;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    font-size: 34px;
  }
  h2 {
    font-size: 35px;
    text-align: center;
  }
  .overview {
    text-align: center;
  }
  .overview p {
    text-align: justify !important;
  }
  .price img {
    margin: 0 auto;
  }
  .floorplan h5 {
    width: 100%;
  }
  .overlay1 {
    width: 100%;
    height: 95%;
    opacity: 1;
  }
  .sec-content {
    margin: 0;
  }
  .location ul {
    margin-bottom: 5px;
  }
  .overlay {
    height: 100%;
    top: 0;
    transform: initial;
  }
  .overlay img {
    margin-top: 12%;
  }
  .top-btn {
    border-radius: 0;
    padding: 0;
  }
  .top-btn a {
    padding: 10px 5px;
    display: inline-block;
    font-size: 19px;
  }
  .float-btn {
    position: fixed;
    bottom: 5%;
    right: 5px;
  }
  .price-div {
    margin-bottom: 30px;
  }
  .price-div p {
    margin-bottom: 5px;
  }
  .virtualtour h3 {
    font-size: 35px;
  }
  .floorplan h4 {
    display: none;
  }
  .overlay1 .dwnld-btn {
    padding: 10px 20px;
  }
  .form-offer-sec .dwnl-btn {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 1.75rem;
    font-size: 16px !important;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: Muli-Regular !important;
  }
}
@media only screen and (max-width: 568px) {
  .overlay img {
    width: 40px;
    margin: 0;
  }
  .virtualtour h3 {
    font-size: 24px;
  }
  .sm-none {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .location img,
  .sitevisit img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 801px) {
  .amenity-custom {
    margin: 10px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .desk-btn {
    margin-left: 22%;
  }
}
