/*for mobile*/
@media only screen and (max-width:760px) {
.top_email {display: none;}
.all_padding {padding: 20px 0px;}
.main_tit {font-size: 20px}
h1{font-size: 21px;}
p {font-size: 15px;}
.seo_smo_part {width: 100%;}
.seo_smo_heading h3 {margin-bottom: 2px; font-size: 20px;}
.seo_php_ul li {font-size: 14px; padding: 3px 0px;}.home_contact  h2{font-size: 20px;}
.courses_ul {padding-left: 0px;}.courses_ul li {font-size: 15px;}
.footer_submit {width: 115px;}.about_query {padding: 10px 0px;}
.about_query h2 {font-size: 20px;}.about_us_section h3 {font-size: 20px;}
.offer_bg_border {padding: 10px;}.offer_ul li {padding: 4px 7px; font-size: 16px;}
.other_service_ul li {width: 32.22%;}.other_service_ul li h5 {font-size: 14px;}
.other_service_ul li {width: 32.22%; height: 132px; overflow: hidden; padding: 25px 0px;}.about_us_section {padding: 0px 0px;}
}
/*for medium mobile*/
@media only screen and (min-width:480px) and (max-width:760px) {.top_course_body {min-height: 273px !important;}
.seo_smo_heading {padding: 13px;}.seo_smo_body {padding: 14px;}
.seo_php_ul {min-height: 420px;}.navigation li {width: 13%;}.navigation li a {padding: 10px 5px;}
}
/*for tablet*/
@media only screen and (min-width:760px) and (max-width:1100px) {.top_course_body {min-height: 273px !important;}
.seo_smo_heading {padding: 13px;}.seo_smo_body {padding: 14px;}.seo_php_ul {min-height: 420px;}.navigation li {width: 13%;}.navigation li a {padding: 10px 5px;}
}

/*for destop*/
@media (min-width: 1200px){
 .container { width: 1180px;}

 }

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}

