@media (min-width: 1330px) { 
    .container{
        max-width: 1300px;
    }

    .quote-form-wrapper{
        max-width: 450px;
    }
 }

 /*@media (max-width: 1000px){
    .topbar ul .hide-tab{
         display: none !important;
     }
 }*/

 @media (max-width: 991.98px) {
    .faqs-on-home .container-column{
        width: 100%;
    }
    .faqs-on-home .img-box-area{
        width: 0;
    }
    .container{
        max-width: 100% !important;
    }
  }

 @media (min-width: 768px) and (max-width: 991.98px) { 
    .services-box-wrapper .service-card{
        margin: -120px 15px 30px 15px;
    }
  }


 @media (max-width: 768.98px) { 
    /*.topbar{
        display: none;
    }*/
    .form-top-quote{
        z-index: 9999;
    }
    .services-content-image::before{
        left: 10px;
    }
    
    .services-content-image-right::before{
        position: absolute;
        right: 10px;
    }

    .banner-content {
        position: relative;
        top: 30px;
    }

    .banner-content h1 {
        font-size: 32px;
    }

    .banner-content h5{
        font-size: 16px;
        line-height: 20px;
    }
    .our-services-wrapper{
        padding-top: 40px;
    }

    .services-box-wrapper .service-card{
        margin: -120px 15px 30px 15px;
    }

    .services-box-wrapper .service-card img{
        width: 60px;
        height: auto;
    }

    .services-box-wrapper .service-card h5{
        font-size: 18px;
    }

    .our-trust-wrapper{
        padding-top: 15px;
    }

    .services-main-content{
        margin-top: 30px;
    }

    .ttm-processbox-wrapper .ttm-processbox{
        margin: 0 auto;
    }

    .ttm-processbox{
        margin-bottom: 30px !important;
        margin-top: 0 !important;
    }
    .ttm-processbox-wrapper:before{
        left: 0;
        right: 0;
        background-image: none;
    }
    
    .guid-table{
        font-size: 13px;
    }
    .guid-table tr td{
        padding: 7px 3px;
        word-break: break-all;
    }
    

 }

 @media (max-width: 575.98px) {
    .services-section{
        margin-top: 100px;
    }
    .services-content-image::before,
    .services-content-image-right::before {
        font-size: 110px;
        top: -100px;
    }

    .services-section h1{
        font-size: 24px;
    }

    .services-content h5{
        font-size: 16px;
    }

    .services-content p{
        font-size: 14px;
    }

    .footer h5{
        margin-bottom: 15px;
    }

    .client-info .img img{
        width: 40px;
        height: 40px;
    }
    .client-info {
        position: relative;
        padding-left: 64px;
        margin-bottom: 15px;
    }
    .client-info .client-title{
        display: block;
    }

    .feature-card{
        padding: 0;
    }

    .post-info .info-cont{
        padding: 15px;
    }
}
