/* Footer section start */
@media screen and (max-width: 992px){
    .footer-section .bg-color{max-width: 100% !important; padding: 24px !important;}
    .footer-section .top-footer .footer-content .social-info li a{font-size: 14px !important;}
    .footer-section .top-footer h3{font-size: 20px !important;}
}

@media screen and (max-width: 400px) {
    .footer-section .logo-wrap img {
        height: 50px;
    }
}
@media screen and (max-width: 768px) {
    .footer-section .logo-wrap img {
        width: auto;
        display: block;
        height: 59px;
        margin: auto;
    }
}
/* Footer section end */






/* success-stories-sec start */
@media screen and (max-width: 992px){
    .success-stories-sec .row{justify-content: center;}
}
/* success-stories-sec end */





/* tabination-sec start */
@media screen and (max-width: 992px){
    .tabination-sec .tab-content {
        max-width: 90%;
    }
}
@media screen and (max-width: 576px){
    .tabination-sec .tab-content {
        max-width: 100%;
    }
    .tab-content .tuition-person-img img {
        width: 100%;
    }
}
/* tabination-sec end */




@media screen and (max-width: 992px){
    .our_prtners .video_title h3{font-size: 30px;}
}






