@media only screen and (min-width:300px) and (max-width:767px) {

    /* ------- default Section Responsive Style ------- */
    .container-fluid {
        width: 100%;
        max-width: unset;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .navbar-nav {
        gap: 15px;
    }

    .navbar-toggler {
        border: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .top-header-right {
        display: none;
    }

    .header-left-item:first-child {
        display: none;
    }

    .top-header-left p {
        font-size: 13px;
    }

    .banner {
        padding: 40px 0px;
    }

    .banner-caption h4 {
        font-size: 18px;
    }

    .banner-caption h2 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 24px;
    }

    .banner-caption p {
        font-size: 15px;
        line-height: 24px;
        margin: 0px 0px;
    }

    .university-benfit {
        padding: 28px 0px;
    }

    .benfit-box-text h3 {
        font-size: 18px;
    }

    .benfit-box-text p {
        font-size: 14px;
    }

    .benfit-box {
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .admissions-text {
        padding: 25px 18px;
    }

    .common-content h2 {
        font-size: 24px;
    }

    .admissions-text span {
        font-size: 16px;
    }

    .common-content p {
        font-size: 14px;
        margin-top: 12px;
        line-height: 24px;
    }

    .recognition-inner {
        margin-top: 40px;
        
    }

    .recognition-icon {
        width: 145px;
        height: 79px;
        margin-bottom: 15px;
    }

    .secGap {
        padding: 30px 0px;
    }

    .about-caption span {
        font-size: 16px;
        line-height: 24px;
    }

    .feature-box {
        margin-bottom: 30px;
    }

    .feature-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .feature-icon img {
        width: 45px;
        margin-bottom: 13px;
    }

    .banner-caption img {
        padding: 16px 0px;
        width: 90px;
    }

    .course-box {
        padding: 0px 0px;
        margin-bottom: 40px;
        height: auto;
    }

    .course-text h3 {
        font-size: 20px;
    }

    .course-text p {
        padding: 15px 0px 20px;
    }

    .news-title {
        text-align: center;
    }

    .blog-caption h3 {
        font-size: 17px;
    }

    .recent-blog-item .blog-caption h3 {
        font-size: 14px;
        margin-right: 0rem;
    }

    .recent-blog {
        margin-bottom: 30px;
    }

    .recent-blog-item {
        gap: 15px;
    }

    .recent-blog-img img {
        min-width: 72px;
    }

    .news-link {
        padding: 30px 40px 40px 30px;
        background-color: #131733;
    }

    .news-link-item p {
        font-size: 20px;
    }

    .news-link-item li a {
        font-size: 16px;
    }

    .news-link-btn {
        padding: 20px 20px 20px 20px;
        background-color: #f9af3f;
    }

    .news-link-btn a {
        font-size: 20px;
    }

    .news-link-btn a img {
        width: 60px;
        padding-right: 10px;
    }

    .affiliations-box {
        padding: 55px 15px;
    }

    .affiliations-text h3 {
        font-size: 18px;
    }

    .affiliations-box {
        padding: 55px 15px;
    }

    .banner-caption .default-btn {
        font-size: 16px;
        padding: 8px 24px;
    }

    .blog-box {
        margin-bottom: 24px;
    }

    .testimonial-inner::after {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -41%);
        z-index: 99;
        width: 345px;
        height: 575px;
        background-size: 100%;
    }

    .bridgetown-wapper {
        width: 100%;
        height: 382px;
    }

    .bridgetown-wapper img {
        height: 70%;
    }

    .testimonial-inner .owl-carousel .owl-stage {
        padding: 60px 0px 0px;
    }

    .bridgetown-inner {
        margin-top: 20px;
    }

    .bridgetown-btn {
        margin-top: 0.5rem;
    }

    .bridgetown-btn a {
        font-size: 14px;
        padding: 15px 15px 14px;
    }

    .testimonial-wapper {
        position: relative;
        height: auto;
    }

    .testimonial-wapper {
        border-radius: 10px;
    }

    .video-caption h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .video-caption p {
        font-size: 14px;
    }

    .play-btn img {
        width: 55px !important;
    }

    .search-inner button {
        padding: 14px 0px;
        font-size: 14px;
        color: #000;
    }

    .accordion-button {
        font-size: 16px !important;
        gap: 10px;
        line-height: 24px !important;
    }

    .accordion-body {
        font-size: 14px;
    }

    .footer-contact a {
        font-size: 14px;
    }

    .footer-about h3 {
        font-size: 18px;
        margin-top: 24px;
    }

    .footer-about li a {
        font-size: 14px;
    }

    .footer-about p {
        font-size: 14px;
    }

    .footer-about ul {
        margin-bottom: 0rem;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .container-fluid {
        width: 100%;
        max-width: unset;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .navbar-nav {
        gap: 15px;
    }

    .navbar-toggler {
        border: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .top-header {
        display: none;
    }

    .banner {
        padding: 40px 0px;
    }

    .banner-caption h4 {
        font-size: 18px;
    }

    .banner-caption h2 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 24px;
    }

    .banner-caption p {
        font-size: 15px;
        line-height: 24px;
        margin: 0px 0px;
    }

    .university-benfit {
        padding: 28px 0px;
    }

    .benfit-box-text h3 {
        font-size: 15px;
    }

    .benfit-box-text p {
        font-size: 13px;
    }

    .benfit-box {
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .admissions-text {
        padding: 25px 18px;
    }

    .common-content h2 {
        font-size: 24px;
    }

    .admissions-text span {
        font-size: 16px;
    }

    .common-content p {
        font-size: 14px;
        margin-top: 12px;
        line-height: 24px;
    }

    .recognition-inner {
        margin-top: 40px;
       
    }

    .recognition-icon {
        width: 145px;
        height: 79px;
        margin-bottom: 15px;
    }

    .secGap {
        padding: 30px 0px;
    }

    .about-caption span {
        font-size: 16px;
        line-height: 24px;
    }

    .feature-box {
        margin-bottom: 25px;
        padding-right: 10px;

    }

    .feature-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .feature-icon img {
        width: 45px;
        margin-bottom: 13px;
    }

    .banner-caption img {
        padding: 16px 0px;
        width: 90px;
    }

    .course-box {
        padding: 0px 0px;
        margin-bottom: 40px;
        height: auto;
    }

    .course-text h3 {
        font-size: 20px;
    }

    .course-text p {
        padding: 15px 0px 20px;
    }

    .news-title {
        text-align: center;
    }

    .blog-caption h3 {
        font-size: 17px;
    }

    .recent-blog-item .blog-caption h3 {
        font-size: 14px;
        margin-right: 0rem;
    }

    .recent-blog {
        margin-bottom: 30px;
    }

    .recent-blog-item {
        gap: 15px;
    }

    .recent-blog-img img {
        min-width: 72px;
    }

    .news-link {
        padding: 20px 40px 20px 30px;
        background-color: #131733;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }

    .news-link-item p {
        font-size: 20px;
    }

    .news-link-item li a {
        font-size: 16px;
    }

    .news-link-btn {
        padding: 20px 20px 20px 20px;
        background-color: #f9af3f;
        display: flex;
        align-items: center;
        width: 50%;
    }

    .news-sec .col-md-12 {
        display: flex;
    }

    .news-link-btn a {
        font-size: 20px;
    }

    .news-link-btn a img {
        width: 60px;
        padding-right: 10px;
    }
    .news-sec {
    padding-top: 30px;
}

    .affiliations-box {
        padding: 55px 15px;
    }

    .affiliations-text h3 {
        font-size: 18px;
    }

    .affiliations-box {
        padding: 55px 15px;
    }

    .banner-caption .default-btn {
        font-size: 16px;
        padding: 8px 24px;
    }

    .blog-box {
        margin-bottom: 24px;
    }

    .testimonial-inner::after {
        display: none;
    }

    .testimonial-inner .owl-carousel .owl-stage {
        padding: 0px 0px;
    }

    .bridgetown-inner {
        margin-top: 20px;
    }

    .bridgetown-btn {
        margin-top: 0.5rem;
    }

    .bridgetown-btn a {
        font-size: 14px;
        padding: 15px 15px 14px;
    }

    .testimonial-wapper {
        position: relative;
        height: auto;
    }

    .testimonial-wapper {
        border-radius: 10px;
    }

    .video-caption h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .video-caption p {
        font-size: 14px;
    }

    .play-btn img {
        width: 55px !important;
    }

    .search-inner button {
        padding: 14px 0px;
        font-size: 14px;
        color: #000;
        width: 60% !important;
    }

    .accordion-button {
        font-size: 16px !important;
        gap: 10px;
        line-height: 24px !important;
    }

    .accordion-body {
        font-size: 14px;
    }

    .footer-contact a {
        font-size: 14px;
    }

    .footer-about h3 {
        font-size: 18px;
        margin-top: 24px;
    }

    .footer-about li a {
        font-size: 14px;
    }

    .footer-about p {
        font-size: 14px;
    }

    .footer-about ul {
        margin-bottom: 0rem;
    }
}

@media only screen and (min-width:1024px) and (max-width:1260px) {

    .mobile-close-btn {
    display: none !important;
}
    .container-fluid {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .top-header-left p {
        font-size: 13px;
    }

    .header-right-item a {
        font-size: 13px;
    }

    .top-header-left i {
        font-size: 14px;
    }

    .navbar-nav {
        gap: 15px;
    }

    .navbar-toggler {
        border: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .banner {
        padding: 40px 0px;
    }

    .banner-caption h4 {
        font-size: 18px;
    }

    .banner-caption h2 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 24px;
    }

    .banner-caption p {
        font-size: 15px;
        line-height: 24px;
        margin: 0px 0px;
    }

    .university-benfit {
        padding: 28px 0px;
    }

    .benfit-box-text h3 {
        font-size: 15px;
    }

    .benfit-box-text p {
        font-size: 13px;
    }

    .benfit-box {
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .admissions-text {
        padding: 25px 18px;
    }

    .common-content h2 {
        font-size: 24px;
    }

    .admissions-text span {
        font-size: 16px;
    }

    .common-content p {
        font-size: 14px;
        margin-top: 12px;
        line-height: 24px;
    }

    .recognition-inner {
        margin-top: 40px;
        
    }

    .recognition-icon {
        width: 145px;
        height: 79px;
        margin-bottom: 15px;
    }

    .secGap {
        padding: 30px 0px;
    }

    .about-caption span {
        font-size: 16px;
        line-height: 24px;
    }

    .feature-box {
        margin-bottom: 25px;
        padding-right: 10px;

    }

    .feature-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .feature-icon img {
        width: 45px;
        margin-bottom: 13px;
    }

    .banner-caption img {
        padding: 16px 0px;
        width: 90px;
    }

    .course-box {
        padding: 0px 0px;
        margin-bottom: 40px;
        height: auto;
    }

    .course-text h3 {
        font-size: 20px;
    }

    .course-text p {
        padding: 15px 0px 20px;
    }

    .news-title {
        text-align: center;
    }

    .blog-caption h3 {
        font-size: 16px;
    }

    .recent-blog-item .blog-caption h3 {
        font-size: 14px;
        margin-right: 0rem;
    }

    .recent-blog {
        margin-bottom: 30px;
    }

    .recent-blog-item {
        gap: 15px;
    }

    .recent-blog-img img {
        min-width: 72px;
    }

    .news-link {
        padding: 40px 20px 40px;
    }

    .news-link-item p {
        font-size: 20px;
    }

    .news-link-item li a {
        font-size: 16px;
    }

    .news-link-btn {
        padding: 20px 20px 20px 20px;
        background-color: #f9af3f;
        width: 100%;
    }

    /* .news-sec .col-md-12 {
        display: flex;
    } */

    .news-link-btn a {
        font-size: 20px;
    }

    .news-link-btn a img {
        width: 60px;
        padding-right: 10px;
    }

    .affiliations-box {
        padding: 55px 15px;
    }

    .affiliations-text h3 {
        font-size: 18px;
    }

    .affiliations-box {
        padding: 55px 15px;
    }

    .banner-caption .default-btn {
        font-size: 16px;
        padding: 8px 24px;
    }

    .blog-box {
        margin-bottom: 24px;
    }

    .testimonial-inner::after {
        transform: translate(-46%, -52%);
        z-index: 99;
        width: 440px;
        height: 100%;
    }

    .testimonial-inner .owl-carousel .owl-stage {
        padding: 40px 0px 95px;
    }

    .bridgetown-inner {
        margin-top: 20px;
    }

    .bridgetown-btn {
        margin-top: 0rem;
    }

    .bridgetown-btn a {
        font-size: 14px;
        padding: 15px 15px 14px;
    }

    .testimonial-wapper {
        position: relative;
        height: auto;
    }

    .testimonial-wapper {
        border-radius: 10px;
    }

    .video-caption h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .video-caption p {
        font-size: 14px;
    }

    .play-btn img {
        width: 55px !important;
    }

    .search-inner button {
        padding: 14px 0px;
        font-size: 14px;
        color: #000;
    }

    .accordion-button {
        font-size: 16px !important;
        gap: 10px;
        line-height: 24px !important;
    }

    .accordion-body {
        font-size: 14px;
    }

    .footer-contact a {
        font-size: 14px;
    }

    .footer-about h3 {
        font-size: 18px;
        margin-top: 24px;
    }

    .footer-about li a {
        font-size: 14px;
    }

    .footer-about p {
        font-size: 14px;
    }

    .footer-about ul {
        margin-bottom: 0rem;
    }

}

@media only screen and (min-width: 992px) and (max-width:1023.98px) {
    .container-fluid {
        width: 100%;
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .navbar-nav {
        gap: 15px;
    }

    .navbar-toggler {
        border: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .top-header {
        display: none;
    }

    .banner {
        padding: 40px 0px;
    }

    .banner-caption h4 {
        font-size: 18px;
    }

    .banner-caption h2 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 24px;
    }

    .banner-caption p {
        font-size: 15px;
        line-height: 24px;
        margin: 0px 0px;
    }

    .university-benfit {
        padding: 28px 0px;
    }

    .benfit-box-text h3 {
        font-size: 15px;
    }

    .benfit-box-text p {
        font-size: 13px;
    }

    .benfit-box {
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .admissions-text {
        padding: 25px 18px;
    }

    .common-content h2 {
        font-size: 24px;
    }

    .admissions-text span {
        font-size: 16px;
    }

    .common-content p {
        font-size: 14px;
        margin-top: 12px;
        line-height: 24px;
    }

    .recognition-inner {
        margin-top: 40px;
       
    }

    .recognition-icon {
        width: 145px;
        height: 79px;
        margin-bottom: 15px;
    }

    .secGap {
        padding: 30px 0px;
    }

    .about-caption span {
        font-size: 16px;
        line-height: 24px;
    }

    .feature-box {
        margin-bottom: 25px;
        padding-right: 10px;

    }

    .feature-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .feature-icon img {
        width: 45px;
        margin-bottom: 13px;
    }

    .banner-caption img {
        padding: 16px 0px;
        width: 90px;
    }

    .course-box {
        padding: 0px 0px;
        margin-bottom: 20px;
    }

    .course-text h3 {
        font-size: 20px;
    }

    .course-text p {
        padding: 15px 0px 20px;
    }

    .news-title {
        text-align: center;
    }

    .blog-caption h3 {
        font-size: 17px;
    }

    .recent-blog-item .blog-caption h3 {
        font-size: 14px;
        margin-right: 0rem;
    }

    .recent-blog {
        margin-bottom: 30px;
    }

    .recent-blog-item {
        gap: 15px;
    }

    .recent-blog-img img {
        min-width: 72px;
    }

    .news-link {
        padding: 20px 40px 20px 30px;
        background-color: #131733;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }

    .news-link-item p {
        font-size: 20px;
    }

    .news-link-item li a {
        font-size: 16px;
    }

    .news-link-btn {
        padding: 20px 20px 20px 20px;
        background-color: #f9af3f;
        display: flex;
        align-items: center;
        width: 50%;
    }

    .news-sec .col-md-12 {
        display: flex;
    }

    .news-link-btn a {
        font-size: 20px;
    }

    .news-link-btn a img {
        width: 60px;
        padding-right: 10px;
    }

    .affiliations-box {
        padding: 55px 15px;
    }

    .affiliations-text h3 {
        font-size: 18px;
    }

    .affiliations-box {
        padding: 55px 15px;
    }

    .banner-caption .default-btn {
        font-size: 16px;
        padding: 8px 24px;
    }

    .blog-box {
        margin-bottom: 24px;
    }

    .testimonial-inner::after {
        display: none;
    }

    .testimonial-inner .owl-carousel .owl-stage {
        padding: 0px 0px;
    }

    .bridgetown-inner {
        margin-top: 20px;
    }

    .bridgetown-btn {
        margin-top: 0.5rem;
    }

    .bridgetown-btn a {
        font-size: 14px;
        padding: 15px 15px 14px;
    }

    .testimonial-wapper {
        position: relative;
        height: auto;
    }

    .testimonial-wapper {
        border-radius: 10px;
    }

    .video-caption h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .video-caption p {
        font-size: 14px;
    }

    .play-btn img {
        width: 55px !important;
    }

    .search-inner button {
        padding: 14px 0px;
        font-size: 14px;
        color: #000;
        width: 60% !important;
    }

    .accordion-button {
        font-size: 16px !important;
        gap: 10px;
        line-height: 24px !important;
    }

    .accordion-body {
        font-size: 14px;
    }

    .footer-contact a {
        font-size: 14px;
    }

    .footer-about h3 {
        font-size: 18px;
        margin-top: 24px;
    }

    .footer-about li a {
        font-size: 14px;
    }

    .footer-about p {
        font-size: 14px;
    }

    .footer-about ul {
        margin-bottom: 0rem;
    }
}


@media only screen and (min-width:1061px) and (max-width:1360px) {
    .container-fluid {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}