
@media only screen and (max-width:1200px){
	.menubar > ul > li > a {
	padding: 8px 16px;
    }
}


@media only screen and (max-width:991px) {
    .menubar ul li a {
        padding: 15px 9px;
    }
    header {
	padding: 10px 0;
    }
    .blog-image img{
        width: 70%;
    }
    

   
    
}

@media only screen and (max-width:767px) {
    .review-next{
        display: none;
    }
    .review-prev{
        display: none;
    }
    .community-image img {
    width: 100%;
        margin-bottom: 15px;
    }
     .community-box h4 {
    font-size: 18px;
         line-height: 26px;
    }
    .page-section h2 {
    font-size: 28px;
    }
    .blog-image img{
        width: 80%;
    }
}

@media only screen and (max-width:575px) {
    body {
        font-size: 14px;
    }
    .home-section h2 {
	font-size: 40px;
    }
    .home-section h1 {
	font-size: 40px;
        line-height: 51px;
    }
    .home-section h6 {
	font-size: 18px;
    }
    .section-title h4 {
	font-size: 24px;
    }
    .section-title h4::after {
	margin: 0 auto;
	margin-top: 20px;
    }
    .alsery-view-section h4 {
	font-size: 24px;
        line-height: 32px;
    }
    .section-title2 h6 {
	font-size: 18px;
        padding-bottom: 6px;
    }
    .section-title2 h4 {
	font-size: 28px;
    }
    .contact-section-title h4 {
	font-size: 28px;
    }
    .contact-section .contact-bottom h6 {
	font-size: 18px;
    }
    .page-section h2 {
	font-size: 28px;
    line-height: 38px;
    }
    .section-title h4::after {
	margin-top: 0px;
    }
    .education-box h4 {
    font-size: 21px;
    }
    .education-box img {
    top: 37px;
    }
    .course-title h5 {
    text-align: center;
    }
    .blog-page-title h2 {
    font-size: 24px;
    }
    .community-box a {
    font-size: 14px;

    }
    .section-title h4 {
    font-size: 24px;
    }
    .consulating-about-left h4 {
    font-size: 22px;
    }
    .take-consultion-head h4 {
    font-size: 30px;
    }
    .take-consulation-box a {
    font-size: 15px;
    padding: 8px 20px;
    }
    .contact-section-title h4 {
    font-size: 25px;
    }
    .home-social a i {
    margin: 0 0px;
    }
    .social-contact  a i {
         height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .social-contact h4 {
    font-size: 25px;
    line-height: 35px;
    }
    .project-text span {
    font-size: 16px;
    }
    .project-text h4 {
    font-size: 30px;
    }
    .about-page-box i {
    font-size: 40px;
    }
    .about-page-box h6 {
    font-size: 16px;
    }
    .about-page-box p {
    padding: 10px 0;
    }
    .blog-image img{
        width: 100%;
    }
    .logo .logo-link img {
        width: 80px;
    }
   
}
   


@media only screen and (max-width:400px) {
    .mobile-menu{
        width: 100%;
    }


}