@charset "utf-8";
/* CSS Document */




@media screen and (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1230px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px)  {
} 
@media screen and (min-width: 768px) and (max-width: 991px)  {
   
}
@media screen and (min-width: 577px) and (max-width: 768px)  {
    .noticebox_box {
        padding: 1.8rem 5rem 2.5rem;
    }
}
@media only screen and (max-width : 576px) {
    p{
        font-size: 13px;
    }
    .topbar{
        display: none;
    }
    .herobanner img{
        border-radius: 10px;
        width: 95% !important;
        margin: auto;
        display: block;
    }
    .owl-nav button{
        width: 23px;
        height: 23px;
        font-size: 10px !important;
    }
    .herobanner .owl-nav button.owl-prev{
        left: 0px;
    }
    .herobanner .owl-nav button.owl-next{
        right: 0px;
    }
    .owl-nav button.owl-prev{
        left: -9px;
    }
    .owl-nav button.owl-next{
        right: -9px;
    }
    .section {
        padding: 25px 0;
    }
    .section_title {
        margin-bottom: 10px;
    }
    .section_title h1 {
        font-size: 20px;
    }
    .cat_box {
        height: 142px;
        font-size: 13px;
    }
    .cat_box img {
        width: 49px !important;
        height: 49px;
    }
    .noticebox_box {
        padding: 2.8rem 2rem 3.5rem;
    }
    .course_box img {
        width: 100%;
        height: 110px;
    }
    .course_body {
        padding: 7px 11px;
    }
    .course_body .ccod {
        padding: 2px 8px;
        font-size: 11px;
    }
    .course_body h1 {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .course_body .ccat {
        font-size: 11px;
    }
    .crsdur {
        padding: 0px 9px;
    }
    .crsdur span {
        font-size: 13px;
        display: block;
        margin: 6px 0;
    }
    .course_footer {
        padding: 9px;
    }
    .subcenter_box img {
        width: 100%;
        height: 110px;
    }
    .subcenter_body {
        padding: 7px 11px;
    }
    .subcenter_body .ccod {
        padding: 2px 8px;
        font-size: 11px;
    }
    .subcenter_body h1 {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .subcenter_body .scat {
        font-size: 11px;
    }
    .subcenter_footer {
        padding: 9px;
    }
    .subcenter_footer span {
        font-size: 13px;
        display: block;
        margin: 6px 0;
    }
    .subcenter_body p{
        font-size: 12px;
        line-height: 1.4;
        margin-top: 6px;
    }
    .subcenter_body p i.fa{
        font-size: 20px;
        min-width: 17px;
        transform: translate(0px, 2px);
    }
    .topstd_box h4 {
        font-size: 16px;
    }
    .placementbox img{
        width: 100%;
        height: 100px;
    }
    .placementbox p{
        font-size: 12px;
    }
    .test_cont h6 {
        font-size: 14px;
    }
    .tsticon .svg-inline--fa {
        width: 37px;
        height: 37px;
    }
    .inner_banner{
        height: 110px;
    }
    .subcenter_img {
        width: 100%;
        height: 200px;
    }
    .foot_widget {
        padding: 0 0 20px;
    }
    .tz-gallery a {
        height: 170px;
    }
}




