@media (max-width: 767px) {
    h2,
    .h2 {
        font-size: 1.4rem;
    }
    .left_content {
        width: 100%;
        margin: 0 auto;
    }
    .why_chos_contnt {
        margin-bottom: 50px;
        border-radius: 0;
    }
    .content_left {
        margin-bottom: 50px;
        margin-top: 30px;
        display: block;
    }
    .imgleft {
        margin-bottom: 0;
        margin-top: 35px;
    }
    .imgleft img {
        box-shadow: none;
    }
    .registration-section {
        margin-bottom: 50px;
    margin-top: 0;
    }
    .testimonial_section .about_content .layer_content{
        padding:0;
    }
    #popup_form .close{
        right: -4px;
        top: -3px; 
        background: #274196;
        color:#fff;
    }
        
        
    .social-container {
        margin-top: 10px;
    }
    .footer-classic {
        padding-top: 35px;
    }
    .glance-content{
        margin-top:30px;
    }
    .partners .owl-nav {
        top: 0;
        right: 15px;
    }
    .contact-form {
        width: 100%;
        margin-bottom: 50px;
    }
    .contact-image img {
        width: 20%;
    }
    .contact-bg.jumbotron{
        max-height:135px;
    }
    .contact-bg.jumbotron h2 {
        font-size: 25px;
    }
        
    .btnn br {
        display: none;
    }
    
    .btnn {
        margin-top: 20px;
    }
    
    h1, .h1 {
        font-size: 2rem;
    }
    
    .registration-section .col-lg-6.col-md-6:nth-child(3) {
        order: 1;
    }
    .navbar-collapse.show{
        width:100% !important;
    }
    .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
        height: 550px !important;
    }
}

@media (max-width:410px) {
    
    .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
        height: 715px !important;
    }
}

@media (max-width:1024px) {
    
    .navbar-expand-lg .navbar-nav .nav-item {
        flex-direction: row;
        margin: 0;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        margin: 0 auto;
        margin-right: 20px !important;
    }
    
    .logo-mobile {
        display: block;
        width: 70%;
    }
    .collapse:not(.show) {
        position: absolute;
        left: -999px;
        transition: .5s;
        display: block;
        opacity: 0;
    }
    .navbar-collapse.show {
        position: fixed;
        width: 50%;
        height: 100vh;
        background: #fff;
        left: 0;
        z-index: 10;
        top: 0;
        padding: 15px;
        transition: .5s;
        opacity: 1;
    }
    .headerclose {
        box-shadow: none;
        outline: 0;
        display: block;
    }
    
    .mobile-element {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .aboutus_sec .row {
        align-items: center;
    }
    .registration-section .row .col-md-6 {
        margin-bottom: 30px;
    }
}


@media (min-width: 1200px){
    .container {
        max-width: 1240px;
    }
}