



@media (min-width: 768) and (max-width: 1024px) {
	
	.about_courses a .box img {
    max-width: 16% !important;
    margin: 0 auto;
    margin-bottom: 10px;
}
	
	}


@media (max-width:1024px) {
    .about_logos .content_box br {
        display: none;
    }
    .about_courses a .box p {
        font-size: 20px;
        line-height: 30px;
    }
    .abot_student .contact .adress p br {
        display: none;
    }
    header ul.navbar-nav li.nav-item {
        padding-left: 12px;
    }
    header ul.navbar-nav li.nav-item a {
        font-size: 14px;
    }
   
    .about_banner .container .content h2 {
        font-size: 50px;
    }
    .about_courses .tab-content .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .about_courses .tab-content a {
        min-height: 210px;
    }
    .about_courses a .box {
        padding: 20px;
    }
    .about_logos .content_box {
        font-size: 25px;
        line-height: 50px;
    }
    .abot_student .contact .adress {
        padding-left: 0px;
    }
    footer .btn {
        width: 205px;
    }
    .about_content .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width:767px) {
    .fixed-top{
        position: fixed;
    }
    .about_courses .tab-content .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
   
    .about_banner  .content h2 {
        font-size: 5vw;
    line-height: 38px;
    margin-top: 3rem;
}
    .about_banner  .content h6 {
    font-family: 'montserratbold';
    font-size: 16px;
    line-height: 28px;
    padding: 0px 0px 60px 0px;
    color: #fff;
    text-shadow: 0 0 black;
}
    .about_banner  .content .search_textbox{
        width: 90%;
    }
    .about_banner  .content .search_button{
        margin-top: 20px;
    }
    .about_content h3,h3{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .about_content {
    padding: 60px 0px 60px 0px;
}
    .about_logos .content_box {
    font-size: 19px;
    line-height: 35px;
}
    .about_courses .tab-content a{
        width: 100%;
    }
    .abot_student .row1 > div.col-xs-12{
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 60px;
    }
    .abot_student .contact .adress{
        padding-top: 30px;
    }
    .abot_student .contact .adress p{
        padding-left: 0px;
        font-size: 15px;
    }
    footer .row>div:last-child{
        text-align: center;
        margin-top: 20px;
    }

    header .navbar-toggle{
        display: none;
    }
	
	.call h3{display:none;}
	
	.call {background: #fff !important;}

}

.call{float: right;
    right: 0;
    bottom: 10em;
    /* top: 40em; */
    position: fixed;
    margin: 0 !important;
    width: auto;
	z-index:999;
    padding: 3px;
    height: auto;
    background-color: #ffc107;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);}
	
	.call h3{ font-size: 1.5vw;
    color: #000;
    float: left;
	margin: 13px 2px 1px 8px;
font-family: 'montserratbold';} 
	
	.call img{float: left;
    max-width: 53px;
}
