@media (min-width: 1400px) {}




@media(max-width:1199px) {
    .header-info {
        display: none;
    }

    .banner-wrap h2 {
        padding-top: 0;
    }

    .slider-info {
        top: 35%;
        transform: translateY(-35%);
    }

    .main-header {
        display: none;
    }

    .header {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .about-wrapper.style-2 .about-image-items .about-image-1 .about-image-2 {
        display: none;
    }

    .about-wrapper.style-2 .about-image-items .about-image-1 {
        max-width: 100%;
        height: 550px;
    }

    .about-wrapper.style-2 .about-image-items .circle-shape {
        right: 0;
    }

    .about-wrapper .about-image-items .counter-shape {
        left: 0;
        right: 0;
        margin: auto;
        justify-content: center;
        max-width: 190px;
    }

    .study-abraod-page .col-xl-3 {
        width: 33.3333% !important;
    }
}





@media(max-width:991px) {
    .slider-info h3 {
        max-width: 100%;
    }

    .slider-info p {
        max-width: 100%;
    }

    .trust-title {
        margin-bottom: 15px;
    }

    .trust-title h3 {
        border: none
    }

    .about-wrapper.style-2 .about-image-items .about-image-1 {
        background-position: top;
    }

    .about-wrapper .about-image-items .counter-shape {
        left: auto;
        bottom: -9px;
    }

    .about-content {
        padding-left: 0;
        margin-top: 30px;
    }

    .notice-col {
        margin-top: 25px;
    }

    .testimonial-section .testimonial-content .inner-box {
        display: block;
        height: 100%;
    }

    .testimonial-section .testimonial-content .inner-box .icon-box i {
        font-size: 70px;
    }

    .testimonial-section .testimonial-content .inner-box .inner {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }

    .testimonial-content .image-box {
        width: 150px;
    }

    .testimonial-section .testimonial-content .inner-box .inner .text p {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .testimonial-section .testimonial-content .inner-box .inner .author-info h4 {
        margin-bottom: 0;
    }

    .owl-theme .owl-nav {
        bottom: 0;
    }

    .counter-wrap {
        margin-top: 30px;
    }

    .fun-fact {
        padding-top: 10px;
    }

    .work-process .work-block:before {
        display: none;
    }

    .work-block-one {
        margin-top: 30px;
    }

    .newsletter {
        margin-left: 0;
        margin-top: 25px;
    }

    .footer-bottom-wrap {
        display: block;
        text-align: center;
    }

    .develop span {
        margin-top: 5px;
    }

    .study-abroad-sidebar {
        margin-left: 0;
        margin-top: 25px;
    }

    .general-page-sidebar {
        margin-left: 0;
        margin-top: 20px;
    }

    .about-point .nav-tabs {
        position: static;
        margin-bottom: 25px;
    }

    .about-point-content {
        height: 100%;
        margin-bottom: 20px;
    }

    .payment-col {
        margin-top: 25px;
    }

    .payment-head h4 {
        margin-bottom: 10px;
    }

    .admission-apply-sidebar {
        padding-left: 0;
        margin-top: 20px;
    }

    .enquiry-page {
        padding-bottom: 50px;
    }

    .enquiry-page-content {
        padding: 50px 0 40px;
    }

    .icon-items {
        margin-top: 30px;
    }

    .about-points {
        padding-top: 20px;
    }

    .course .row .col-lg-3 {
        width: 25%;
    }

    .course .row .col-lg-3:nth-child(5) .course-wrap {
        border-right: 1px solid var(--border-color);
        border-bottom: none;
    }

    .course .row .col-lg-3:nth-child(4) .course-wrap {
        border-right: none;
    }

    .curve {
        display: none;
    }

    .footer-links ul {
        justify-content: center;
    }

    .footer-links {
        margin-top: 15px;
    }

    .footer-wrap {
        margin-bottom: 40px;
    }

    .footer-bottom {
        margin-top: 10px;
    }

    .space-footer {
        padding-left: 0;
    }

    .popular-goals-wrap {
        margin-top: 25px;
    }

    .language-training.features.mt1 {
        margin-top: 55px;
    }

    .language-training .col-lg-6:nth-child(3) .popular-goals-wrap {
        flex-direction: row;
    }

    .language-training .col-lg-6:nth-child(4) .popular-goals-wrap {
        flex-direction: row;
    }

    .language-training .col-lg-6:nth-child(3) .popular-goals-content::before {
        left: auto;
        right: -33px;
        border-left-color: var(--bg-color);
        border-right-color: transparent;
    }

    .language-training .col-lg-6:nth-child(4) .popular-goals-content::before {
        left: auto;
        right: -33px;
        border-left-color: var(--bg-color);
        border-right-color: transparent;
    }
}





@media(max-width:767px) {
    .only-desktop {
        display: none;
    }

    .only-mobile {
        display: block;
    }

    .th-left ul li:first-child {
        display: none;
    }

    .th-left ul li:nth-child(2) a::before {
        display: none;
    }

    .th-left ul li:nth-child(2) a {
        padding-left: 0;
        margin-left: 0;
    }

    .slider-info h3 {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .slider-info .main-btn a {
        padding: 12px 20px;
        font-size: 13px;
    }

    .slider-info p {
        font-size: 16px;
    }

    .carousel-item {
        height: 500px;
    }

    .carousel-control-prev {
        left: 20px;
    }

    .carousel-control-next {
        right: 20px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        height: 35px;
        width: 35px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 35px;
        height: 35px;
    }

    .carousel-control-prev-icon::before,
    .carousel-control-next-icon::before {
        font-size: 15px;
    }

    .slider-info {
        top: 28%;
        transform: translateY(-28%);
        padding: 0 80px;
    }

    .trust-setion {
        margin-top: -110px;
    }

    .mt {
        margin-top: 50px;
    }

    .mb {
        margin-bottom: 50px;
    }

    .pt {
        padding-top: 50px;
    }

    .pb {
        padding-bottom: 50px;
    }

    .about-content h2 {
        font-size: 40px;
    }

    .testimonial-content .image-box {
        width: 80px;
    }

    .testimonial-section .testimonial-content .inner-box {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .author-info {
        padding-left: 20px;
    }

    .footer-info .col-sm-6:first-child {
        display: none;
    }

    .footer .col-lg-4:nth-child(2) .footer-wrap {
        padding-left: 0;
    }

    .why-abroad ul li {
        flex: 0 0 50%;
    }

    .about-point-content h3 {
        font-size: 40px;
    }

    .formbold-steps li {
        line-height: 18px;
    }

    .formbold-steps li::after {
        top: -41px;
    }

    .apply-form-head {
        flex-wrap: wrap;
    }

    .apply-logo {
        order: 1;
    }

    .apply-form-head-info {
        order: 3;
        width: 100%;
        margin-top: 20px;
    }

    .apply-form-photo.gallery {
        order: 2;
    }

    .course .row .col-lg-3 {
        width: 33.3333%;
    }

    .course .row .col-lg-3:nth-child(3) .course-wrap {
        border-right: none;
    }

    .course .row .col-lg-3:nth-child(4) .course-wrap {
        border-right: 1px solid var(--border-color);
    }

    .course .row .col-lg-3:nth-child(5) .course-wrap {
        border-bottom: 1px solid var(--border-color);
    }

    .course .row .col-lg-3:nth-child(6) .course-wrap {
        border-bottom: 1px solid var(--border-color);
        border-right: none;
    }

    .study-abraod-page .col-xl-3 {
        width: 50% !important;
    }

    .mt1 {
        margin-top: 50px;
    }

    .mb1 {
        margin-bottom: 50px;
    }

    .pt1 {
        padding-top: 50px;
    }

    .pb1 {
        padding-bottom: 50px;
    }

    .university-page.mt1 {
        margin-top: 20px;
    }

    .university-page .col-lg-3 {
        width: 50%;
    }

    .section-title p {
        max-width: 100%;
    }

    .popular-goals-content {
        width: 100%;
    }

    .popular-goals-img {
        width: 100%;
    }

    .popular-goals-wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .popular-goals-content::before {
        display: none;
    }

    .language-training .col-lg-6:nth-child(3) .popular-goals-wrap {
        flex-direction: column-reverse;
    }

    .language-training .col-lg-6:nth-child(4) .popular-goals-wrap {
        flex-direction: column-reverse;
    }

}






@media(max-width:575px) {
    .th-left {
        display: none;
    }

    .th-wrap {
        justify-content: space-between;
    }

    .mobile-logo img {
        height: 40px;
    }

    .small-device {
        display: block;
    }

    .large-device {
        display: none;
    }

    .mobile-menu-wrap {
        flex-direction: row-reverse;
        padding: 8px 0;
    }

    .th-wrap .main-btn a {
        font-size: 14px;
        padding: 4px 13px 6px;
    }

    .th-wrap .main-btn a i {
        font-size: 17px;
        margin-left: 3px;
    }

    .social-media span {
        margin-right: 5px;
    }

    .social-media ul li a {
        font-size: 17px;
    }

    .social-media ul li+li a {
        margin-left: 10px;
    }

    .carousel-item {
        height: 400px;
    }

    .slider-info h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .slider-info span {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .slider-info p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .slider-info .main-btn a {
        padding: 10px 14px;
        font-size: 12px;
    }

    .main-btn a i {
        margin-left: 5px;
    }

    .slider-info .main-btn a+a {
        margin-left: 5px;
    }

    .trust-section-wrap .row .col-lg-2 {
        width: 100%;
    }

    .trust-section-wrap .row .col-lg-10 {
        width: 100%;
    }

    .trust-section-wrap {
        height: 100%;
        padding: 15px 20px;
    }

    .about-image-2 {
        height: 280px;
        width: 280px;
    }

    .about-shape img {
        height: 390px;
    }

    .about-section.pt {
        padding-top: 20px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        bottom: 20px;
    }

    .carousel-control-next {
        right: 10px;
    }

    .carousel-control-prev {
        right: 65px;
    }

    .carousel-control-prev {
        left: 10px;
    }

    .slider-info {
        padding: 0 50px;
    }

    .trust-img {
        border: 1px solid var(--border-color);
        padding: 5px;
        border-radius: var(--border-radius);
    }

    .trust-img img {
        height: 40px;
        width: 100% !important;
        object-fit: contain;
    }

    .trust-title {
        margin-bottom: 10px;
    }

    .trust-setion {
        padding: 15px 0;
    }

    .case-style .section-title {
        margin-bottom: 12px;
    }

    .case-style .col-lg-3 {
        width: 50%;
        padding-left: 7px;
        padding-right: 7px;
    }

    .case-style .row {
        margin-left: -7px;
        margin-right: -7px;
    }

    .case-style .inner-box {
        margin-top: 14px;
        height: 180px;
    }

    .lower-content {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background: rgb(0 0 0 / 60%);
        padding: 15px 10px;
    }

    .lower-content h4 {
        font-size: 14px;
    }

    .section-title h2 {
        font-size: 22px;
        line-height: 1.4;
    }

    .section-title img {
        height: 25px;
        margin-right: 4px;
    }

    .destination .item {
        padding: 0;
    }

    .case-style .owl-theme .owl-nav {
        display: none;
    }

    .destination .inner-box {
        box-shadow: none;
    }

    .destination .lower-content {
        border: 1px solid var(--border-color);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 20px;
    }

    .case-style.pb {
        padding-bottom: 50px;
    }

    .float-btn ul li a {
        font-size: 15px;
        padding: 5px 10px 7px;
    }

    .float-btn ul li a i {
        font-size: 20px;
        margin-right: 7px;
    }

    .float-btn ul li {
        right: -93px;
    }

    .float-btn ul li+li a {
        margin-top: 5px;
    }

    p {
        font-size: 12px;
        line-height: 1.9;
    }

    .sidebar-form-head p {
        line-height: 1.9;
    }

    .sidebar-form-main .form-control {
        font-size: 12px;
    }

    .sidebar-form-main button {
        font-size: 13px;
    }

    .about-wrapper.style-2 .about-image-items .about-image-1 {
        height: 350px;
    }

    .about-wrapper.style-2 .about-image-items .circle-shape {
        right: 25px;
        top: -15px;
    }

    .about-wrapper .about-image-items .counter-shape {
        padding: 10px;
        gap: 10px;
    }

    .icon img {
        height: 30px;
        width: 30px;
        object-fit: contain;
    }

    .about-wrapper.style-2 .about-image-items .counter-shape .content h3 {
        font-size: 18px;
    }

    .about-wrapper.style-2 .about-image-items .counter-shape .content p {
        font-size: 14px;
    }

    .about-wrapper.style-2 .about-image-items .counter-shape .content h3 span {
        font-size: 20px;
        font-weight: 600;
    }

    .about-content>span {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .about-content h2 {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .about-content>p {
        font-size: 12px;
        line-height: 1.9;
    }

    .about-wrapper .about-content .about-icon-items .icon-items {
        width: 100%;
        margin-top: 25px;
    }

    .about-wrapper .about-content .about-icon-items .icon-items .content h4 {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .about-wrapper .about-content .about-icon-items .icon-items .icon {
        width: 45px;
        height: 45px;
    }

    .about-wrapper .about-content .about-icon-items .icon-items .icon img {
        height: 24px;
    }

    .tabs-wrap .nav-tabs .nav-item .nav-link {
        font-size: 13px;
    }

    .notice_board .inner_header h3 {
        line-height: 1;
        font-size: 20px;
    }

    .tabs-wrap {
        margin-bottom: 10px;
    }

    .notice-wraps {
        margin-top: 15px;
        padding: 20px 15px;
        min-height: inherit;
    }

    .notice-btn {
        margin-top: 30px;
    }

    .notice-btn a {
        padding: 10px 20px;
        font-size: 13px;
    }

    .notice-count span {
        font-size: 13px;
    }

    .tabs-wrap .nav-tabs {
        padding: 6px;
    }

    .notice_board .inner_header a {
        font-size: 15px;
        white-space: nowrap;
        padding: 6px 12px;
    }

    .notice_board .inner_header h3 i {
        padding: 3px;
        font-size: 22px;
    }

    .notice-img img {
        margin-right: 0;
    }

    .notice-img {
        width: 50px;
        height: 50px;
    }

    .notice-info {
        width: calc(100% - 30px);
        margin-left: 15px;
    }

    .notice-info h3 {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .notice-info p {
        font-size: 12px;
        line-height: 1.8;
        margin-bottom: 15px;
    }

    .notice-info .post-meta ul li+li {
        display: none;
    }

    .notice-info .post-meta ul li {
        font-size: 12px;
    }

    .course .row .col-lg-3 {
        width: 50%;
    }

    .course-wrap {
        padding: 20px;
    }

    .course-img {
        height: 90px;
        width: 90px;
    }

    .course-content {
        margin-top: 15px;
    }

    .course-content h3 {
        font-size: 14px;
        line-height: 1.4;
    }

    .course .row .col-lg-3:nth-child(2) .course-wrap {
        border-right: none;
    }

    .course .row .col-lg-3:nth-child(3) .course-wrap {
        border-right: 1px solid var(--border-color);
    }

    .course .row .col-lg-3:nth-child(3) {
        display: none;
    }

    .course .row .col-lg-3:nth-child(4) .course-wrap {
        border-right: 1px solid var(--border-color);
    }

    .course .row .col-lg-3:nth-child(5) .course-wrap {
        border-right: none;
    }

    .course .row .col-lg-3:nth-child(6) .course-wrap {
        border-right: 1px solid var(--border-color);
    }

    .course .row .col-lg-3:nth-child(7) .course-wrap {
        border-right: none;
    }

    .testi-img img {
        height: 80px;
        width: 80px !important;
    }

    .testimonial-section .testimonial-content {
        display: block;
    }

    .author-info {
        padding-left: 15px;
        width: calc(100% - 80px);
    }

    .testimonial-content .inner-box p {
        font-size: 12px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 25px;
    }

    .testimonial-section .testimonial-content .inner-box {
        width: 100%;
        padding-left: 0;
    }

    .testimonial-section .testimonial-content .inner-box .inner {
        margin-top: 10px;
    }

    .testimonial-content .image-box {
        width: 100px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .testimonial-section .testimonial-content .inner-box .inner .text p {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .testimonial-section .testimonial-content .inner-box .inner .author-info h4 {
        font-size: 20px;
    }

    .testimonial-section .testimonial-content .inner-box .inner .author-info .designation {
        font-size: 15px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .fun-fact .col-sm-6 {
        width: 50%;
    }

    .counter-wrap {
        margin-top: 25px;
    }

    .counter-box i {
        font-size: 35px;
        height: 60px;
        width: 60px;
        line-height: 60px;
    }

    .count-content {
        margin-top: 10px;
    }

    .count-content span {
        font-size: 25px;
        margin-bottom: 7px;
    }

    .count-content h4 {
        font-size: 13px;
    }

    .fun-fact {
        padding-top: 10px;
        margin-top: 35px;
    }

    .service-section-3 .section-title {
        margin-bottom: 10px;
    }

    .service-box-items .content h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .service-box-items .content p {
        font-size: 12px;
    }

    .service-box-items.style-3 .theme-btn-2 {
        margin-top: 15px;
        padding: 0;
        font-size: 14px;
    }

    .service-box-items {
        margin-top: 35px;
    }

    .theme-btn-2 {
        font-size: 16px;
        padding: 10px 20px;
    }

    .service-box-items .icon img {
        height: 40px;
        width: 40px;
    }

    .service-box-items .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .service-box-items .content {
        padding-left: 15px;
        width: calc(100% - 60px);
    }

    .service-box-items .icon::before {
        width: 90px;
        height: 90px;
    }

    .service-section-3.pb {
        padding-bottom: 50px;
    }

    .success-story .pattern-layer {
        top: 0;
        height: 100%;
    }

    .success-story {
        padding-top: 50px;
        background: #f6f6f6;
        padding-bottom: 40px;
    }

    .success-story .owl-theme .owl-nav {
        display: none;
    }

    .work-process .section-title {
        margin-bottom: 10px;
    }

    .work-block-one .inner-box h4 {
        font-size: 20px;
    }

    .work-block-one .inner-box .icon-box img {
        height: 60px;
        width: 60px;
    }

    .news-events-img {
        height: 230px;
        width: 100%;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
    }

    .news-event-content {
        width: 100%;
        padding: 15px;
        min-height: auto;
    }

    .event-date {
        width: 45px;
        height: 45px;
    }

    .event-date h4 {
        margin-top: 5px;
        font-size: 14px;
    }

    .news-event-content span {
        font-size: 13px;
    }

    .news-event-content h3 {
        font-size: 15px;
    }

    .news-event-content p {
        font-size: 12px;
        line-height: 1.8;
    }

    .events-inner {
        margin-top: 15px;
    }

    .event-title {
        padding-left: 12px;
        width: calc(100% - 45px);
    }

    .event-date b {
        font-size: 18px;
    }

    .marquee-reverse {
        margin-top: 15px;
    }

    .partner {
        padding: 25px 0;
    }

    .partner img {
        max-width: 100px;
    }

    .marquee-list {
        margin-left: 15px;
        gap: calc(clamp(5rem, 1rem + 20vmin, 15rem) / 10);
    }

    .footer {
        padding: 40px 0 25px;
    }

    .copyright p {
        font-size: 12px;
        line-height: 1.7;
    }

    .copyright span {
        font-size: 12px;
    }

    .footer-links ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        text-align: left;
    }

    .footer-links ul li {
        width: 50%;
    }

    .footer-links ul li+li a {
        margin-left: 0;
        margin-top: 5px;
    }

    .footer-links ul li a {
        font-size: 12px;
    }

    .footer-info .col-sm-6 {
        width: 50%;
        padding-left: 7px;
        padding-right: 7px;
    }

    .footer-info {
        margin-left: -7px;
        margin-right: -7px;
    }

    .footer-wrap h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .footer-logo {
        margin-bottom: 20px;
        padding-top: 0;
    }

    .footer .col-lg-3:nth-child(2) {
        width: 50%;
    }

    .footer .col-lg-3:nth-child(3) {
        width: 50%;
    }

    .footer-menu li a {
        padding-left: 15px;
        font-size: 12px;
        line-height: 1.3;
    }

    .footer-menu li+li {
        margin-top: 12px;
    }

    .footer-menu li a::before {
        top: 1px;
    }

    .footer .col-lg-3:nth-child(1) .footer-wrap {
        text-align: center;
    }

    .footer-wrap .social-media {
        justify-content: center;
    }

    .footer-contact li+li {
        margin-top: 15px;
    }

    .footer-contact li span {
        font-size: 12px;
    }

    .footer-contact li i {
        font-size: 18px;
    }

    .footer-bottom {
        margin-top: 0;
    }

    .newsletter {
        padding: 20px;
    }

    .newsletter-icon {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }

    .newsletter-content {
        width: calc(100% - 50px);
        padding-left: 15px;
    }

    .newsletter-content h3 {
        font-size: 22px;
    }

    .newsletter-content p {
        font-size: 16px;
    }

    .banner {
        height: 200px;
    }

    .banner-wrap {
        height: 200px;
    }

    .banner-wrap h2 {
        font-size: 20px;
        line-height: 1.3;
    }

    .study-abraod-page.mt1 {
        margin-top: 34px;
    }

    .mt1 {
        margin-top: 50px;
    }

    .mb1 {
        margin-bottom: 50px;
    }

    .pt1 {
        padding-top: 50px;
    }

    .pb1 {
        padding-bottom: 50px;
    }

    .study-abraod-page .case-block .lower-content {
        padding: 20px;
    }

    .study-abrod-featured-img {
        height: 250px;
    }

    .study-abroad-details-content h2 {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .study-abroad-details-content p {
        font-size: 12px;
        line-height: 1.9;
    }

    .study-abroad-col {
        margin-top: 30px;
        padding-top: 25px;
        border-top: 5px solid #efefef;
    }

    .study-abroad-details-list-wrap h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .why-abroad-col {
        padding: 15px;
        height: 100%;
    }

    .why-abroad-icon {
        height: 50px;
        width: 50px;
    }

    .why-abroad-icon i {
        line-height: 50px;
        font-size: 25px;
    }

    .why-abroad-content span {
        font-size: 15px;
        line-height: 1.3;
    }

    .study-abroad-information .nav-tabs .nav-link {
        font-size: 16px;
        padding: 10px 15px;
    }

    .study-abroad-inf-wrap p {
        font-size: 16px;
    }

    .study-abroad-inf-wrap ul li {
        font-size: 16px;
        line-height: 1.3;
    }

    .study-abroad-inf-wrap ul li+li {
        margin-top: 10px;
    }

    .study-abroad-faqs .accordion-button {
        font-size: 14px;
        padding: 10px 15px;
        padding-right: 35px;
        line-height: 1.5;
    }

    .accordion-body {
        padding: 15px;
    }

    .study-abroad-faqs .accordion-body p {
        font-size: 12px;
    }

    .study-abroad-faqs .accordion-item+.accordion-item {
        margin-top: 10px;
    }

    .accordion-button::after {
        position: absolute;
        right: 12px;
        height: 15px;
        width: 15px;
        background-size: contain;
    }

    .study-abroad-sidebar-wrap h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .study-abroad-sidebar-wrap {
        padding: 20px;
    }

    .study-abroad-sidebar-wrap h3::before {
        height: 25px;
        width: 3px;
    }

    .sidebar-form-head {
        padding: 25px 20px;
    }

    .sidebar-form-main {
        padding: 20px;
    }

    .cta-content {
        padding: 20px;
    }

    .cta-content h3 {
        font-size: 20px;
    }

    .call-us a {
        font-size: 22px;
    }

    .call-us a i {
        font-size: 32px;
        margin-right: 3px;
    }

    .cta-btn a {
        font-size: 13px;
    }

    .university-page.mt1 {
        margin-top: 25px;
    }

    .university-page-img {
        height: 180px;
    }

    .university-page-content h3 {
        font-size: 14px;
        line-height: 1.3;
        padding-left: 7px;
    }

    .university-page-logo img {
        height: 28px;
        width: 28px;
        padding: 3px;
    }

    .university-page-wrap {
        margin-top: 25px;
    }

    .general-featured-img {
        height: 250px;
        margin-bottom: 25px;
    }

    .list-design li {
        font-size: 12px;
        line-height: 1.6;
        padding-left: 20px;
    }

    .list-design li::before {
        top: 0;
    }

    .list-design li+li {
        margin-top: 10px;
    }

    .general-page-menu {
        padding: 20px;
    }

    .general-page-menu h3 {
        font-size: 20px;
    }

    .general-page-menu h3::before {
        top: 4px;
        height: 22px;
        width: 3px;
    }

    .general-page-menu ul li a {
        font-size: 12px;
        line-height: 1.3;
    }

    .general-page-menu ul li a i {
        margin-top: 0;
        font-size: 18px;
    }

    .general-page-sidebar {
        margin-top: 10px;
    }

    .call-to-action {
        margin-top: 25px;
    }

    .course-page .nav-tabs {
        margin-bottom: 10px;
    }

    .about-point .nav-tabs {
        overflow-y: hidden;
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        box-shadow: 0 0px 20px rgb(0 0 0 / 15%);
    }

    .about-point .nav-tabs .nav-item {
        width: 100%;
    }

    .about-point .nav-tabs .nav-item .nav-link {
        padding: 12px 25px;
        font-size: 18px;
    }

    .about-point-content {
        margin-right: 0;
        padding-right: 0;
    }

    .about-point-content h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .about-point-content ul li {
        font-size: 16px;
    }

    .about-point-img {
        height: 250px;
    }

    .service-section-3.mt1 {
        margin-top: 25px;
    }

    .inner-title h2 {
        font-size: 28px;
    }

    .inner-title img {
        height: 30px;
    }

    .inner-title {
        margin-bottom: 10px;
    }

    .team-content span {
        margin-top: 0;
    }

    .team-img {
        width: 100%;
        height: 300px;
    }

    .events-page.mt1 {
        margin-top: 15px;
    }

    .post-meta ul li {
        font-size: 12px;
    }

    .post-meta ul li+li {
        margin-left: 20px;
    }

    .awards-content {
        padding: 0;
    }

    .awards-content h3 {
        font-size: 20px;
    }

    .gallery-page.mt1 {
        margin-top: 25px;
    }

    .gallery-page-wrap {
        height: 250px;
    }

    .program-gallery-wrap {
        height: 250px;
    }

    .gallery-details.mt1 {
        margin-top: 25px;
    }

    .contact-us-form {
        padding: 20px;
    }

    .payment-head h3 {
        font-size: 30px;
    }

    .payment-head p {
        font-size: 16px;
        line-height: 1.3;
    }

    .payment-col {
        padding: 20px;
    }

    .scholarship-main-head h3 {
        font-size: 20px;
    }

    .dt-container .dt-paging .dt-paging-button {
        font-size: 14px;
    }

    .footer-logo img {
        height: 100px;
        /* height: 60px; */
    }

    .scholarship-grid-wrap {
        padding: 15px;
    }

    .scholarship-grid-head h3 {
        font-size: 20px;
    }

    .formbold-steps li {
        font-size: 12px;
        line-height: 16px;
    }

    .step-form-list .form-control {
        font-size: 12px;
    }

    .step-inner-title h3 {
        font-size: 14px;
        line-height: 1.4;
    }

    .form-service .form-check {
        padding-left: 0;
    }

    .form-service ul li {
        font-size: 12px;
    }

    .form-service label {
        font-size: 14px;
    }

    .step-inner-title p {
        font-size: 12px;
    }

    .document-upload h3 {
        font-size: 15px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .required-document-list h4 {
        font-size: 14px;
    }

    .required-document-list {
        padding: 20px;
    }

    .upload-docs-btn button {
        font-size: 14px;
    }

    .inners-title h3 {
        font-size: 18px;
    }

    .inners-title {
        margin-bottom: 20px;
    }

    .formbold-btn {
        font-size: 14px;
    }

    .step-inner-title h4 {
        font-size: 13px;
    }

    .formbold-back-btn {
        font-size: 14px;
    }

    .formbold-steps li::after {
        top: -38px;
    }

    .formbold-steps {
        margin-bottom: 25px;
    }

    .apply-form-head-info {
        order: 2;
    }

    .apply-form-photo.gallery {
        order: 3;
        width: 100%;
        max-width: 200px;
        margin: auto;
        margin-top: 20px;
    }

    .apply-form-head {
        text-align: center;
    }

    .apply-logo {
        width: 100%;
    }

    .apply-form-head-info h3 {
        font-size: 20px;
    }

    .apply-form-head-info p {
        line-height: 1.5;
    }

    .apply-form-head-info span {
        font-size: 16px;
    }

    .apply-form-photo span {
        font-size: 11px;
    }

    .apply-form-body>span {
        font-size: 13px;
    }

    .apply-form-list h3 {
        font-size: 13px;
    }

    .apply-logo img {
        height: 40px;
    }

    .apply-form-wrap {
        padding: 20px;
    }

    .apply-btn button {
        font-size: 14px;
    }

    .enquiry-page-content {
        padding: 50px 0 20px;
    }

    .enquiry-page-form {
        padding: 20px;
        border-radius: 10px;
    }

    .enquiry-page-form h3 {
        font-size: 20px;
    }

    .enquiry-page-form .form-control {
        font-size: 11px;
        border-radius: var(--border-radius);
        height: 40px;
    }

    .enquiry-page-form button {
        font-size: 14px;
    }

    .enquiry-modal .modal-content {
        display: block;
    }

    .enquiry-img {
        width: 100%;
        height: 200px;
    }

    .enquiry-main {
        width: 100%;
        position: static;
        padding: 20px;
    }

    .btn-close {
        background-color: var(--white-color);
        padding: 10px;
        border-radius: 100%;
        opacity: 1;
    }

    .btn-close {
        right: 10px;
        top: 10px;
    }

    .enquiry-main h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .enquiry-main .form-control {
        height: 38px;
        font-size: 12px;
    }

    .enquiry-main textarea.form-control {
        height: 80px;
    }

    .enquiry-main .btns-sub {
        font-size: 15px;
        margin-top: 0;
    }

    .chat-section {
        bottom: 10px;
        right: 10px;
        left: 10px;
        width: auto;
    }

    .skip-ads-col img {
        height: 100%;
        width: 100%;
    }

    .icon-items .icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .icon-items .icon i {
        line-height: 45px;
        font-size: 25px;
    }

    .icon-items .content h4 {
        font-size: 15px;
    }

    .icon-items .content p {
        font-size: 12px;
        margin-top: 10px;
    }

    .icon-items .content {
        width: calc(100% - 45px);
    }

    .about-points {
        padding-top: 10px;
        margin-top: 35px;
    }

    .work-content h4 {
        font-size: 16px;
    }

    .work-content p {
        max-width: 100%;
    }

    .work-content {
        margin-top: 20px;
    }

    .news-event-wrap {
        display: block;
    }

    .study-abraod-page .row {
        margin-left: -7px;
        margin-right: -7px;
    }

    .study-abraod-page .col-xl-3 {
        padding-left: 7px;
        padding-right: 7px;
    }

    .study-abraod-page .inner-box {
        margin-top: 14px;
        height: 190px;
    }

    .study-abraod-page .lower-content {
        padding: 15px 10px;
    }

    .university-page .row {
        margin-left: -7px;
        margin-right: -7px;
    }

    .university-page .col-lg-3 {
        padding-left: 7px;
        padding-right: 7px;
    }

    .course-page.roe {
        margin-left: -7px;
        margin-right: -7px;
    }

    .course-page .col-lg-3 {
        width: 50%;
        padding-left: 7px;
        padding-right: 7px;
    }

    .course-page .course-wrap {
        margin-top: 14px;
        padding: 25px;
    }

    .about-us-page.pb {
        padding-bottom: 20px;
    }

    .team-col table td {
        white-space: nowrap;
    }

    .team-page.mb1 {
        margin-bottom: 30px;
    }

    .awards-wrap {
        margin-bottom: 30px;
    }

    .awards-content h3 {
        font-size: 15px;
    }

    .awards-img {
        height: 250px;
    }

    .section-title p {
        font-size: 12px;
    }

    .contact-us-col {
        padding: 20px;
    }

    .language-training.features.mt1 {
        margin-top: 25px;
    }

    .popular-goals-content {
        padding: 20px;
    }

    .popular-goals-wrap {
        border-radius: 10px;
        overflow: hidden;
    }

    .popular-goals-img {
        height: 250px;
    }
}
