@media (max-width: 767px) {
    .testimonial {
        padding: 30px 0;
    }

    .aboutus {
        padding: 20px 0 10px 0px;
    }

    .carrer-img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .max-md-hidden {
        display: none;
    }

    .inner_titles {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 0;
    }

    header {
        z-index: 0;
        position: relative;
    }

    .logo_width {
        width: 146px;
    }

    .logo_width_mobile {
        width: 70%;
        float: left;
        padding-left: 15px;
        padding-top: 9px;
    }

    nav.header_width {
        float: right;
    }

    .counter .wrapper {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .counter .wrapper img {
        width: 50px;
        height: 50px;
    }

    .counter .wrapper h2 {
        font-size: 25px;
    }

    .contact_from .form-md {
        padding-left: 0px !important;
    }

    #branches img {
        width: 100%;
    }

    .top_bar .wrapper {
        flex-direction: column;
    }

    .welcome .wrapper {
        flex-direction: column;
        gap: 0;
    }

    .common_btn {
        padding: 9px 45px;
    }

    .about .right_wrapper .overlay_container img {
        width: 100%;
    }

    #course button.owl-prev {
        top: 40%;
        font-size: 25px;
        left: 0;
    }

    #course button.owl-next {
        top: 40%;
        font-size: 25px;
        right: 0;
    }

    .welcome .wrapper h2 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }

    .heading {
        font-size: 24px;
        line-height: 30px;
    }

    .testimonial .wrapper div {
        width: 285px;
    }

    .mobile_logo {
        width: 42% !important;
        float: left;
        padding-top: 8px;
        padding-left: 15px;
    }

    .right_wrapper .common_btn {
        width: 100%;
        padding: 9px 20px;
    }

    .register {
        padding: 70px 0 50px 0;
    }

    .gallery .left_wrapper div:nth-child(1) {
        gap: 0px;
    }

    nav.nav_mobile {
        float: right;
    }

    .footer .footer_bottom {
        flex-direction: column;
    }

    .mobile_header .wrapper {
        display: block !important;
    }

    .course_hero .left_wrapper .data_lang {
        display: flex;
        align-items: start;
        flex-direction: column;
        gap: 6px;
    }

    .popup_wrapper {
        padding: 32px 20px;
        background-image: url(/assets/frontend/images/popup_bg.png);
    }

    .courseTop {
        margin-top: 0;
    }

    .right_wrapper .content {
        padding: 0px 12px 20px;
    }

    section.course .owl-nav {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    
     body {
         overflow-x: hidden;
    }
    
    html {
        overflow-x: hidden;
    }
    
   
    
    .top_bar .wrapper {
        flex-direction: column;
    }

    .courseTop {
        margin-top: 0;
    }

  

    .right_wrapper .content {
        padding: 0px 12px 20px;
    }

    .testimonial .wrapper div .desc {
        padding: 0px 100px;
    }

    .heading {
        font-size: 32px;
        font-weight: 600;
        line-height: 45px;
    }

    .logo_width_mobile {
        width: 70%;
        float: left;
        padding-left: 15px;
        padding-top: 9px;
    }

    .mobile_logo {
        width: 42% !important;
        float: left;
        padding-top: 8px;
        padding-left: 15px;
    }

    nav.nav_mobile {
        float: right;
    }

    nav.header_width {
        float: right;
    }

    .contact_from .form-md {
        padding-left: 0px !important;
    }

    .about .right_wrapper .overlay_container img {
        width: 100%;
    }
    
 #testimonial p.desc  {
    padding: 0px 80px ;
}

#testimonial button.owl-prev {
    position: absolute;
    top: 45%;
    font-size: 40px;
    color: #eea943;
    transform: translateY(-50%);
    transition: background-color 0.3s, color 0.3s;
    left: 25px;
}

#testimonial button.owl-next {
    position: absolute;
    top: 45%;
    font-size: 40px;
    color: #eea943;
    transform: translateY(-50%);
    transition: background-color 0.3s, color 0.3s;
    right: 31px;
}
}

@media screen and (max-width: 991px) {
    .mobile_header .wrapper_menu {
        display: block;
    }

    section.menu_bar {
        display: none;
    }

    .course_content .right_wrapper {
        display: none;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .dropdown-menu .list-group-item {
        width: 31%;
        box-sizing: border-box;
        padding: 10px;
    }
}

nav {
    /* background-color: #fff; */
    height: 50px;
    padding: 0 16px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    /* fade in checked menu */
}

nav.breadcrumb {
    justify-content: center;
}

nav .m-menu__checkbox {
    display: none;
}

nav label.m-menu__toggle {
    cursor: pointer;
}

nav .m-menu {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 450px;
    width: calc(100vw - 30px);
    height: 100%;
    -moz-transform: translate3d(-450px, 0, 0);
    -o-transform: translate3d(-450px, 0, 0);
    -ms-transform: translate3d(-450px, 0, 0);
    -webkit-transform: translate3d(-450px, 0, 0);
    transform: translate3d(-450px, 0, 0);
    -moz-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 99;
    overflow: hidden;
    background-color: #fff;
}

nav .m-menu__overlay {
    background-color: rgba(103, 103, 103, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    display: none;
}

nav .m-menu__header {
    padding: 0 16px;
    height: 50px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
}

nav .m-menu__header span {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

nav .m-menu .m-menu {
    -moz-transform: translate3d(480px, 0, 0);
    -o-transform: translate3d(480px, 0, 0);
    -ms-transform: translate3d(480px, 0, 0);
    -webkit-transform: translate3d(480px, 0, 0);
    transform: translate3d(480px, 0, 0);
}

nav .m-menu ul {
    height: 100%;
    overflow-y: auto;
    list-style: none;
    padding-left: 0;
}

nav .m-menu ul li a {
    display: block;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    text-align: left;
    line-height: 40px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 0px solid #e8e8e8;
    position: relative;
}

nav .m-menu ul li label {
    display: block;
    text-align: left;
    padding: 0 15px;
    line-height: 40px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

nav .m-menu ul li label.a-label__chevron::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-color: #333;
    border-style: solid;
    border-width: 1px 1px 0 0;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -5px;
    right: 16px;
}

nav .m-menu ul li .-invisible {
    border-bottom: 0;
}

nav .m-menu .m-menu label.m-menu__toggle {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

nav .m-menu__checkbox:checked~.m-menu__overlay {
    display: block;
}

nav .m-menu__checkbox:checked~.m-menu {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.wrapper_menu {
    width: 100%;
    max-height: 500px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}

.top_bar .wrapper_menu {
    display: block;
    align-items: center;
    /* justify-content: space-between; */
    background: transparent !important;
}

.top_bar .new_list p {
    color: white;
    font-size: 14px !important;
    margin-bottom: 0;
    text-align: center;
    line-height: 22px !important;
}

body .pdleft40 {
    margin-left: 0px !important;
}

body .pdrght40 {
    margin-right: 0px !important;
}

.top_bar .button_area ul {
    gap: 7px;
    padding-left: 0;
}

.top_bar .button_area ul li {
    padding: 4px 7px;
    font-size: 10px;
}

select.goog-te-combo {
    background: transparent !important;
    padding-left: 0px;
    padding-right: 0;
    border: 1px solid #ffffff6b !important;
    color: #ffffffde !important;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .md-hidden {
        display: none;
    }
}