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

}


@media only screen and (max-width:991px) {
    .menubar ul li a {
        padding: 15px 9px;
    }

    .copyright-left {
        text-align: center;
    }

    .copyright-right {
        text-align: center;
        padding-top: 10px;
    }
    .slider-overlay{
        width: 90%;
    }
    .slider-overlay h1 {
	font-size: 58px;
    }
    .slider-section .carousel-item img{
    height: 600px;
    }
    .about-text{
        padding-left: 0;
    }
    .terget-box{
        width: 33.33%;
    }

}

@media only screen and (max-width:767px) {

    .header-middle-content {
        display: inline-block;
    }

    .logo {
        display: inline-block;
    }
    .slider-section .carousel-item img{
    height: 650px;
    }
    .terget-box{
        width: 50%;
    }

    



}

@media only screen and (max-width:575px) {
    body {
        font-size: 14px;
    }

    .prev {
        font-size: 20px;
        height: 35px;
        width: 35px;
        line-height: 35px;
    }

    .next {
        font-size: 20px;
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
    .slider-overlay h1 {
	font-size: 38px;
	line-height: 50px;
    }
    .slider-overlay p {
	font-size: 16px;
    }
    .slider-overlay a {
	font-size: 16px;
	padding: 7px 21px;

    }
    .slider-section .carousel-item img{
    height: 480px;
    }
    .terget-box{
        width: 100%;
    }
    .home-box h6{
        font-size: 18px;
    }
    .about-text h4{
        font-size: 28px;
    }
    .section-title h4{
        font-size: 30px;
    }
    .notification-left h4{
        font-size: 30px;
    }
    .notification-left p{
        font-size: 18px;
    }
    .noti-button{
        font-size: 16px;
    }
    .noti-form input::placeholder{
        font-size: 16px;
    }
    .page-head-section h2{
        font-size: 30px;
    }
    .about-btn{
        font-size: 16px;
    }
    .youtube-icon{
        width: 100px;
    }
    .login-box{
        padding: 15px;
    }
    .login-box button{
        padding: 12px;
    }
    .login-box input{
        padding: 10px;
    }
    .partner-box h6{
        font-size: 22px;
    }
    .services-head h5{
        font-size: 25px;
    }
    .report-box h6{
        font-size: 16px;
    }
    .traning-join-left h2 {
	font-size: 40px;
	line-height: 42px;
    }
    .traning-join-left p{
        font-size: 18px;
    }
    .traning-join-right a{
        font-size: 18px;
    }

}

@media only screen and (max-width:400px) {}
