.tg-header__right-side {
    border-left: none
}

@media screen and (max-width: 480px) {
    .course-search {
        display: flex;
        flex-direction: column;

        input {
            width: 100%;
            margin-right: 10px;
            border-radius: 30px;
            height: 45px;
            margin-bottom: 10px;
        }

        .btn::after {
            margin-left: auto;
        }
    }

    .nav-tabs {
        margin: 10px 0;
    }

    .brand-item img {
        height: auto !important;
    }

    .footer__newsletter-inner form .btn i {
        margin-left: auto;
    }
}

@media screen and (max-width: 640px) {
    .distance h2.title {
        font-size: 35px !important;
    }

    .app-screens .owl-item img {
        max-height: 550px;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }

    .sm-flex-reverse {
        flex-direction: column-reverse;
    }

    .pdf-doc {
        text-align: left;
        margin-top: 10px;
    }

    .entry-header1 {
        padding: 40px 10px;
        margin-top: 20px;
    }

    .sm-title {
        font-size: 1.5rem;
        font-weight: 500;
    }

    .blog__details-content>.title {
        font-size: 25px;
    }

    .blog__sidebar,
    .annual-report-card {
        margin-top: 20px;
    }

    .sidebar__post-item {
        flex-direction: column;
    }

    .sidebar__post-thumb {
        width: 100%;
    }

    .sidebar__widget {
        padding: 20px;
    }

    .uk-grid>* {
        padding: 0 20px !important;
    }

    .zoom-link {
        font-size: 10px;
    }

    .footer__newsletter-inner form .btn {
        display: flex;
        justify-content: space-between
    }


}

@media screen and (min-width: 480px) and (max-width: 1024) {

    .brand-item img {
        height: 45px !important;
    }


}

@media screen and (max-width: 992px) {
    .tgmobile__menu .nav-logo img {
        min-height: 50px;
    }

    nav .searchbar input[type="text"].active {
        width: 200px !important;
        margin: 10px 25px !important;
    }

    nav .searchbar .icon {
        margin-right: 20px;
    }

    .announcements-bx {
        place-content: center;
    }

    .announcements-section {
        padding: 0;
        overflow: hidden;
        box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.1);
    }

    .announcements-bx {
        top: 0;
        left: 0;
        max-width: 100px;
        height: 100%;
        padding: 5px;
    }

    .announcements-section h3 {
        font-size: 25px !important;
        margin: 10px 0 0;
        padding-left: 110px;
    }

    #announcements,
    .contact-form,
    .blog__post-two {
        margin-top: 1rem;
    }

    marquee {
        margin: 0 !important;
    }

    .about__bg {
        padding: 50px 0;
    }

    .about__img-wrap-two {
        margin: 0;
    }

    .services__item-two {
        min-height: auto;
        margin-bottom: 5rem;
    }

    .counter-item,
    .footer-widget {
        margin-top: 2.5rem;
    }

    .partners__area-six .about-bottom {
        margin-top: 4rem;
    }

    .footer__newsletter-two {
        width: 90%;
    }

    .footer__newsletter-inner .title {
        font-size: 22px;
    }

    .footer__newsletter-two {
        margin: 2rem auto;
        padding: 30px 10px;
    }

    .footer__newsletter-inner form input {
        margin-bottom: 10px;
    }

    .footer__top-two {
        padding-top: 70px !important;
    }

    .copyright-text-two p {
        text-align: center !important;
        padding-top: 5px;
    }

    .counter-item .icon {
        font-size: 50px;
        height: 100px;
        width: 100px;
        line-height: 70px;
    }

    .distance img {
        aspect-ratio: 8/6;
    }

    .accordion-button::after,
    .accordion-button::before {
        right: 0;
    }

    .Previous-two {
        margin-bottom: 20px;
        border: 1px solid #efefef;
    }


}

@media screen and (min-width: 768px) {
    .tgmenu__navbar-wrap>ul>li:last-child {
        margin-left: auto;
    }

    .tg-header__area-two .tgmenu__navbar-wrap ul {
        width: 100%;
        align-items: center;
    }

    .blog__post-two{
        height: 100%;
    }

}