@media (max-width: 767px) {
    .hero-img {
        height: 82vh;
    }
    .hero-title {
        font-size: 25px;
    }
    .quote-form{
        width: 320px;
        height: 523px;
    }
    .navbar-brand img {
        height: 60px;
    }
   
    .om-hero-area{
        padding:40px 0;
    }
    .service-section{
        padding: 40px 0;
    }
    .why-us-section{
        padding: 40px 0;
    }
    .om-city-area{
        padding: 40px 0;
    }
    .om-process-area{
        padding: 40px 0;
    }
    .request-btn{

        padding: 8px 8px;
        font-size: 10px;
    }
    .sub-title {
        font-size: 20px;
    }
    .why-info p{
        font-size: 14px;
    }
    .why-item p{
        font-size: 14px;
    }
    .main-title {
        font-size: 26px;
    }
    .welcome-text{
        font-size: 14px;
        margin-bottom: -13px;
    }
    .hero-desc{
        font-size: 14px;
    }
    .quote{
        font-size: 12px;
    }
    .more{
        font-size: 12px;
    }
    .section-title h2{
        font-size: 22px;
    }

    .moving-content {
        padding: 36px 17px;
        line-height: 30px;
    }
    .feature-list p{
        font-size: 16px;
    }
    .core-service img{
        margin: auto;
        display: block;

    }

    .about-info {
       
        margin-top: -2px;
        padding: 30px 8px;
    }
    .about-info h4{
        font-size: 22px;
    }

    .counter-info p {
        font-size: 12px;
    }
    .pre-footer p{
        font-size: 16px;
    }
    .pre-footer h4{
        font-size: 24px;
    }
    .number-info p{
        font-size: 21px;
    }
    .footer-section{
        background-color: #d3151b;
        background-image: none;
        height:620px;

    }

    .contact-area h2{
        font-size: 24px;
    }
    .about-left img {
        height: 330px;
    }
    #heroSlider .carousel-item {
        display: none;
      }
    
      #heroSlider .carousel-item.active {
        display: block;
      }
    
    .about-area img{
        height: 152px;
    }
    .services-area img{
        height: 152px;
    }
    .contact-banner img{
        height: 152px;
    }
    .pre-item-left a {
        font-size: 10px;
       
    }
    .pre-item-left i {
      
        margin-top: 1px;
    }

    .om-section-title{
        font-size: 26px;
    }
     
    .hero-content .col-lg-6:first-child {
        display: none;
    }

   
    .hero-content .col-lg-6:last-child {
        width: 100%;
    }
        .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
   .why-content {
        padding-left: 0;
        margin-top: 20px;
    }

}