@media (min-width: 992px) {
    .contact_ep {
        position: relative;
        top: 10px;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        padding: 0;
    }

    .navbar-nav > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 991px) {
    
    .country_small_wrap .box .country_small_box {
        width: calc(100%/2 - 15px);
    }
    
    .study_page_box .study_form {
        width: 100%;
        display: none;
    }

    .study_page_box .study_tabs {
        width: 100%;
    }

    .study_tabs_links ul li {
        width: 50%;
    }

    .study_tabs_links ul li a {
        min-height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0;
        white-space: pre-wrap;
    }
    
    .value_box .img {
        width: 100%;
    }
    
    .value_box .content {
        width: 100%;
        padding: 0;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    
    body {
        padding-bottom: 70px;
    }
    
    #mb_bottom_bar {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9;
        right: 0;
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    #mb_bottom_bar a:first-child {
        background-color: #2e2e95;
    }
    
    #mb_bottom_bar a:nth-child(2) {
        background-color: #25d366;
    }
    
    #mb_bottom_bar a:last-child {
        background-color: #ef434c;
    }
    
    #mb_bottom_bar > a {
        width: calc(100%/3 - 6px);
        display: inline-block;
        text-align: center;
        padding: 10px;
        color: #fff;
        margin: 0 1px;
    }
    
    #mb_bottom_bar > a i {
        display: block;
        margin-bottom: 5px;
        font-size: 150%;
    }
    
    #home_slider .slide_desc, .banner_content {
        padding: 15px;
    }
    
    #home_slider .slide_content {
        padding: 0;
        min-height: 60vh;
    }
    
    .contact_container > div {
        width: 100% !important;
    }
    
    .reviews_box .rev_img {
        width: 100%;
    }
    
    .reviews_box .rev_content {
        width: 100%;
        padding: 15px;
        padding-top: 30px;
        text-align: center;
    }
    
    .address_inn_box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .color_box .icon {
    width: 100%;
    text-align: center;
    padding: 15px;
}

.color_box .content {
    width: 100%;
}

.color_box .icon img {
    width: 48px;
}
    
    .reapp_small_wrap ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    }
    
    .reapp_btn {
    padding: 10px 15px;
    width: 300px;
}

.reapp_cta {
    display: block;
}

.reapp_cta .img, .reapp_cta .content {
    width: 100%;
}
    
    .country_small_wrap .box .country_small_box {
        width: 100%;
        margin-right: 0;
    }

    .navbar-brand > img {
        margin-top: 0;
    }

    .top_bar > div {
        width: 100%;
    }

    .top_bar .right {
        text-align: center;
    }

    .top_bar .links_list a {
        border: 0;
        /* margin-bottom: 5px; */
    }

    .short_banner {
        padding: 70px 0;
    }

    .short_banner .title {
        font-size: 250%;
    }

    .icon_list_box li {
        width: 100%;
        margin-right: 0;
    }

    .web_content .title {
        font-size: 150%;
    }

    .google_reviews .title {
        font-size: 150%;
    }

    .web_btn {
        margin-top: 15px;
    }

    .google_reviews .box {
        margin-top: 30px;
    }

    .footer_box {
        margin-bottom: 30px;
    }

    .pricing_box {
        width: 100%;
        margin-right: 0;
    }

    .study_tabs .tab-content {
        padding: 30px 15px;
    }

    #home_slider .slide_content .subtitle, 
    .services_banner .title {
        font-size: 180%;
    }
    
    .services_banner .banner_box {
        min-height: 40vh;
    }

    .carousel-control {
        width: 40px;
        height: 40px;
    }

    .carousel-control .icon-next:before,
    .carousel-control .icon-prev:before {
        top: -20px;
    }

    .top_bar {
        padding: 10px 0;
    }

    .top_wrap {
        display: none;
    }

    .layout_3 .services_box {
        width: 100% !important;
        margin: 0;
        margin-bottom: 30px;
    }

    .about_card_box {
        min-height: auto;
        margin-bottom: 30px;
    }

    .why_choose_main_box {
        width: calc(100%/2 - 10px);
        margin: 0 5px;
        margin-bottom: 10px;
    }

    .google_reviews.bg_gradient {
        text-align: center;
    }

    .study_tabs_links ul li {
        width: 120px !important;
        display: inline-block;
    }

    .study_tabs_links ul {
        white-space: nowrap;
        display: inline-flex;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .study_tabs_links {
        overflow-y: hidden;
    }
    
    .section_title .title {
        font-size: 210%;
    }
    
    .banner_search .web_btn {
        width: 100%;
    }
    
    .team_box::before {
        display: none;
    }
    
    
    .team_box .head img {
        width: 80px;
    }
    
    .team_box .head .info {
        width: calc(100% - 80px);
        padding: 0;
        padding: 10px 0 0 15px;
    }
    
    .team_box .head .info .name {
        font-size: 160%;
    }
    
    .calendar_box {
         width: calc(100%/2 - 10px);
    }
    
    .web_modal .modal-body {
        padding: 15px;
    }
    
    .choose_service_box {
        min-height: 150px;
    }

}