@media (max-width: 576px) {
    .abt-content{
        padding-top: 20px;
    }
    .abt-image{
        height: auto !important;
    
    }
    .px-sm-0{
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-brand{
        width: 250px;
    }
    .bg-mob-white{
        background-color: #fff;
    }
    .navbar .navbar-nav .nav-link{
        color: #00529D; 
    }
    .carousel-caption h1{
        line-height: 60px;
    }
    .mb-xs-3{
        margin-bottom: 1rem;
    }
    .carousel-caption p{
        margin-bottom: 15px;
    }
    .ptb-sm-40{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .my-sm-2{
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .quote-text h3{
        padding: 10px 0px 10px;
    }
    .testimonial-thumb{
        width: 100%;
    height: auto;
    }
    .pt-xs-4{
        padding-top: 1.5rem !important;
    }
    .mb-sm-0{
        margin-bottom: 0px !important;
    }
    .mt-sm-0{
        margin-top: 0px !important;
    }
    .carousel-control-prev, .carousel-control-next{
        width: auto !important;
    }
    .testbg{
        padding: 0px;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .bloginf img{
        width: 100% !important;
    }
    .testbg .bloginf{
        flex-direction: column;
    }

}
@media (max-width: 768px) {
    .abt-content{
        padding: 0px !important;
    }
    .abt-content p{
        text-align: justify;
        padding-top: 20px;
    }
    .abt-content h2{
        text-align: center;
        padding-top: 20px;
    }
    .bg-mob-white{
        background-color: #fff;
    }
    .navbar .navbar-nav .nav-link{
        color: #00529D; 
    }
    .testimonial-item blockquote{
        font-size: 13px !important;
    }
    .testimonial-item{
        padding: 30px 10px 30px 10px;
    }
    .testimonial-thumb{
        width: 100%;
    height: auto;
    }
    .quote-text{
        background-color: #00529D; 
    }
    .img-right{
        background-color: #FFD966;
        padding: 20px !important;
    }
    .mob-background{
        background-color: #fff; 
    }
    .testimonial-carousel{
        margin-top: 0px !important;
    }
    .testbg .testi{
        padding-top: 20px;
        text-align: center;
    }
    .about-section {
        padding: 35px 0px 35px;
    }
    .service-tab{
        margin-bottom: 20px;
    }
    .service-text{
        margin-top: 20px !important;
        margin-bottom: 10px !important;
    }
    .service-tab{
        display: none;
    }
    .abt-img h3{
        text-align: center;
    }
    .partner img{
        width: 100% !important;
    }
    .contact-details ul{
        flex-direction: column;
    }
    .title-section{
        margin-top: 20px;
    }
    .main-contact li{
        margin-bottom: 20px;
    }
}
@media (max-width: 992px) {
    .testimonial-thumb{
        width: 100%;
    height: auto;
    }
}
@media (min-width: 992px) {
    .form-background{
        background: linear-gradient(90deg, #00529D 50%, #FFD966 50%);
    }
}
