@media screen and (max-width:991px){
    header .bottom_bar .inner_wrapper .social-icon {
        display: none;
    }
    header .bottom_bar nav.navbar button.navbar-toggler {
        color: var(--secondarycolor);
    }
    header .bottom_bar nav.navbar .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }
    .info_wrapper .callOption a.headQuoteBtn{
        padding:11px 12px;
        text-align:center;
    }
    header .bottom_bar .inner_wrapper nav {
        width: 100%;
    }
    header .bottom_bar ul.navbar-nav li.dropdown ul.dropdown-menu{
        display:none;
        transition: inherit;
    }
    header .bottom_bar ul.navbar-nav li.dropdown:hover ul.dropdown-menu{
        top:inherit;opacity:inherit;visibility:inherit;
        display:none;
    }
}
@media screen and (max-width:767px) {
    header .bottom_bar {
        padding: 0;
    }
   
    header .logo_header img {
        height: 70px;
    }
    header .icon_wrapper {
        display: none;
    }
    
    header .bottom_bar a.headQuoteBtn{
        display: none;
    }
    .inner_slider .title_content .banner_title h2{
        font-size: 15px;
    }
    .inner_slider .carousel-item:first-child .banner_title p{
        font-size: 12px;
        text-align: left;
    }
    .inner_slider .carousel-item h2 span{
        font-size: 23px;
    }
    .inner_slider .title_content a.contactbtn{
        padding: 6px 10px;
        font-size: 12px;
    }
    .inner_slider .carousel-item img {
        height: 200px;
         object-fit: cover;
        object-position: center;  
    }
    .inner_slider .title_content p img{
        height: 35px;
    }
    .contact_box .phone_wrapper{
    display: block;
    }
    section.form-content .message_content{
        width: 100%;
    }
    section.content .content_title p{
        font-size: 15px;
    }
    a.cBtn{
        margin-bottom: 20px;
    }
    footer .content_title h2{
        margin-top: 39px;
    }
    section.form-content .message_content h3{
        font-size: 15px;
    }
    section.flag-box h2{
        font-size: 23px;
    }
    .contact_box .system p{
        font-size: 13px;
    }
    .contact_box .system h4{
        font-size: 30px;
    }
    .contact_box .phone_wrapper a,.contact_box .phone_wrapper p{
        font-size: 21px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon{
        display: none;
    }
     header .logo_header{
         text-align: center;
     }
     .inner_slider .title_content p{
         gap: 12px;
     }
     section.apexal-content .service h3{
         font-size: 17px;
     }
     footer#footer .footer_top{
         padding: 50px 0;
     }
     footer .content_title img{
         margin-bottom: 36px;
     }
     footer iframe{
        margin: 0;
     }
     header .bottom_bar ul.navbar-nav li.dropdown ul.dropdown-menu{
         display: none;
     }
     section.about-content .breadcrumb li.breadcrumb-item a, section.about-content .breadcrumb li.breadcrumb-item{
         font-size: 18px;
     }
     .image .bnText{
         font-size: 18px;
     }
     section.course_wrapper .image img{
         height: 240px;
     }
     .testimonial .mission{
         padding: 26px;
         margin: 0;
     }
     section.testimonial{
         padding: 40px 0;
     }
     .testimonial .inner-box h2{
         margin-top: 20px;
         font-size: 25px;
     }
     section.testimonial .inner-box p{
         font-size: 14px;
     }
}
