@media only screen and (max-width: 1200px) {
  .nav-img {
    display: none;
  }
  .fa-square {
    margin-right: 5px;
    margin-left: 5px;
  }
  .navbar-brand {
    font-size: 14px !important;
    text-align: center !important;
    padding-left: 0 !important;
    margin-top: 0;
    /* box-shadow: 2px 2px 5px grey; */
  }
  .navbar {
    background-color: #fff;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 100 !important;
    min-height: 70px;
    /* box-shadow: 2px 2px 5px grey; */
  }
  .price-table {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 800px) {
  .nav-img {
    /* height: 150px !important; */
    display: none;
  }
 
  .fa-square {
    margin-right: 5px;
    margin-left: 5px;
  }
  .at-a-glance .col {
    width: 30% !important;
  }
  .navbar-brand {
    font-size: 14px !important;
    text-align: center !important;
    padding-left: 0 !important;
    /* box-shadow: 2px 2px 5px grey; */
  }
  .navbar {
    background-color: #fff;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 100 !important;
    min-height: 70px;
    /* box-shadow: 2px 2px 5px grey; */
  }
  .home {
    margin-top: 70px;
    /* height: 50vh; */
  }
  .home h4 {
    margin-top: 18vh;
    margin-bottom: 50px;
    position: static !important;
    font-size: 16px;
    margin-right: 0 !important;
  }
  .p1 {
    padding: 15px;
    font-size: 16px;
  }
  .at-a-glance h2 {
    font-size: 24px;
  }
  .at-a-glance .col {
    padding: 0 24px 0 24px;
  }
  .col1 {
    margin-top: 20px;
  }
  .at-a-glance h4 {
    font-size: 20px;
  }
  .at-a-glance h5 {
    font-size: 14px;
  }
  .at-a-glance img {
    max-width: 44px;
  }
  .overview-img {
    height: 250px !important;
    width: 100%;
    padding-bottom: 5px;
  }
  .coming-soon {
    font-size: 14px;
  }
  .t1 {
    padding-top: 20px;
  }
  .t2 {
    padding-top: 10px;
  }
  .info p {
    font-size: 13px;
  }
  .int-dsg,
  .lgt-dsg {
    padding-top: 20px;
  }
  .int-dsg h4,
  .lgt-dsg h4 {
    font-family: Arial;
  }
  .info h3 {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .info ul {
    padding-left: 12px;
    padding-right: 12px;
  }
  .parallax {
    min-height: auto;
    padding-top: 5px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-bottom: 10px !important;
  }
  .p3 {
    padding: 15px;
    font-size: 16px;
  }
  .project-amenities .row {
    margin: 0 -10px !important;
  }
  .project-amenities .col-sm-4 {
    width: 30% !important;
    /* margin: 5px !important; */
  }
  .project-amenities img {
    padding-top: 10px;
    width: auto;
    height: auto;
    max-width: 100% !important;
    max-height: none !important;
    /* max-width: 100px !important; */
  }
  .slider img {
    width: 100%;
    height: 250px;
  }
  .coming-soon .parallax {
    height: 50vh;
  }
  .carousel-indicators li {
    background-color: #fff !important;
  }
  .sub-title {
    font-size: 24px;
    padding: 10px 25px;
  }
  .cont-info-img3 {
    width: 100%;
  }
  .book h3 {
    font-size: 24px;
    padding: 10px;
  }
  .book h5 {
    padding: 10px;
    font-size: 16px;
  }
  .book button {
    margin-bottom: 20px !important;
  }
  .contact-us h4 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer {
    padding: 20px;
  }
  .p1,
  .p3 {
    text-align: justify;
  }
  .project-amenities .p3 {
    text-align: center;
  }
  .contact-form {
    padding: 10px;
  }
  .nav-link {
    text-align: left;
  }
  .floor-plan-links .col-sm-6 {
    width: auto !important;
    margin-top: 10px;
  }
  .price-table {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 5px !important;
    border-radius: 0;
    background-color: #fff;
    margin-bottom: 8px;
    box-shadow: none;
  }
  .price-table table {
    margin: 0;
    padding: 0;
  }
  .site-overview {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #333;
    margin-bottom: 8px;
  }
  .slider {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }
  .slider .carousel-indicators {
    bottom: -10px;
    z-index: 130;
  }
}
