@media only screen and (max-width: 992px) {
    .landing-banner .content-area{
      min-height: 100%;
      /* padding-top: 160px !important */
      padding-top: 190px !important;
    }
    .landing-banner h1 {
        font-size: 34px !important;
    }
    .sub-heading-1{
        font-size: 24px !important;
    }
    p,ul{
        font-size: 14px !important;
    }
    .btn-std{
        font-size: 17px !important;
    }
    .overview-blocks{
        min-height: auto !important;
    }
    .mv-desc {
        padding: 20px !important;
    }
    .info-block{
        padding: 20px 10px !important;
    }
    footer .copyrights-section{
        margin-top: 25px !important;
    }
    .sub-heading-2{
        font-size: 24px !important;
    }
    .contact-us-page .contact-info-display {
        padding: 40px 20px !important;
    }
    .landing-banner .carousel-item .container {
        padding: 1rem 2rem;
        min-height: 100vh;
    }
    .custom-dropdown-menu{
        box-shadow: none !important;
    }
    
  }

  @media only screen and (max-width: 1200px) {
    .home-overview {
        margin-top: 25px !important;
        padding-top: 85px !important;
    }
    .sub-heading-1{
        font-size:20px !important;
    }
	.sub-heading-2{
        font-size: 20px !important;
    }
  }

  @media only screen and (max-width: 767px) {
    .count-properties{
        text-align: center;
    }
    .sub-banner h1 {
        font-weight: 700;
        font-size: 35px;
    }
    .sub-banner {
        min-height: 262px;
        padding-top: 112px;
    }
    section{
        max-width: 100vw;
        overflow-x: hidden !important
    }
    .footer-iso {
        font-size: 14px;
    }
    .home-about .about-img-custom {
        max-width: 300px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width:991.5px) {
    .iso-container{
        text-align: center;
    }
    .iso-container .iso-footer-logo{
        margin: auto;
    }
  }