@media (max-width:767px) {
    .curricular-gallery a img {
        width: 100% !important;
    }
    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 45%;
        font-size: 26px;
        background: #ff6a01;
        right: -20px;
        color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 45%;
        font-size: 26px;
        background: #ff6a01;
        left: -20px;
        color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .owl-theme .owl-dots,
    .owl-theme .owl-nav {
        display: none;
    }
    .nav__container {
        padding: 0 20px;
    }
    .top-header img {
        /* width: 100%; */
    }
    .top-header .pd-0 {
        padding: 0 !important;
    }
    .pd-0 {
        padding: 0 !important;
    }
    .nav__mobile {
        display: flex;
        justify-content: space-between;
        position: absolute;
        right: 22px;
        top: 30px;
    }
    .top-header {
        border-bottom: 1px solid #908a8a;
    }
    .services .features-item {
        background-color: #f2f1f8;
        margin-bottom: 110px;
        padding: 48px 25px 20px;
        /* position: relative; */
        height: 200px;
        border-radius: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .nav__menu .dropdown li a {
        display: block;
        font-size: .875rem;
        text-transform: capitalize;
        color: #fff;
        text-decoration: none;
    }
    .section-space {
        margin: 0;
    }
    .mobile-view {
        text-align: center;
    }
    .header-carousel .carousel-indicators li {
        display: none;
    }
    .title-around-contact:before,
    .title-around-contact:after {
        content: '';
        display: inline-block;
        width: 60px;
        height: 3px;
        vertical-align: middle;
        background-color: #c4781e;
    }
    .pd-20 {
        padding-top: 20px;
    }
    .mobile-view {
        min-height: 150px !important;
    }
    .About-text {
        background: #dce8f5;
        padding: 38px;
        margin-left: 0;
    }
    .title-around:before,
    .title-around:after {
        content: '';
        display: inline-block;
        width: 25px;
        height: 3px;
        vertical-align: middle;
        background-color: #002147;
    }
    .text-start {
        text-align: left !important;
        font-size: 16px;
    }
    .title-text::before {
        position: absolute;
        content: "";
        width: calc(100% + 80px);
        height: 2px;
        top: 5px;
        display: none;
        left: -40px;
        background: #c4781e;
        z-index: -1;
    }
    .title-around {
        text-align: center;
        color: #002147;
        font-size: 20px;
    }
    .courses-information .sidebar-menu span {
        color: #444;
        float: none;
        font-weight: 600;
        letter-spacing: .4px;
        padding-left: 70px;
    }
    .dropdown ul {
        display: none;
    }
    .dropdown.active ul {
        display: block;
    }
    section.cal-to-action {
        padding-bottom: 0px;
        position: relative;
        top: 0;
        z-index: 999;
    }
    .box-details {
        margin-bottom: 30px;
    }
    .right-box1 {
        margin-left: 0 !important;
    }
    .row.topPad {
        padding: 0 !important;
    }
    .cards_item {
        flex: 1 1 100%;
        padding: 0.5rem;
    }
    .card_image img {
        width: 50%;
        margin-left: 96px;
        margin-right: auto;
    }
    .readmore p {
        font-size: 14px;
    }
    .box-vision {
        margin-bottom: 20px;
    }
}