@media (max-width: 1600px) {
    .container {
        max-width: 1400px;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 27px;
    }

    h4 {
        font-size: 25px;
    }

    .program-tab-sec .nav .nav-link.active, 
    .program-tab-sec .nav .nav-link,
    .career-txt p {
        font-size: 23px;
    }

    p {
        font-size: 20px;
    }

    .car h5 {
        font-size: 80px;
    }

    .about-txt p:first-of-type {
        margin-bottom: 10px;
    }

    .differential-slider .slick-arrow.slick-next, 
    .expert-slider .slick-arrow.slick-next {
        left: -390px;
    }

    .collaboration-img-sec #activeSliderImg, .coll-img img {
        width: 180px;
    }

    .slideCont {
        bottom: -10px;
    }
}

@media (max-width: 1400px) {
    .container {
        max-width: 1250px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 23px;
    }

    h4,.program-tab-sec .nav .nav-link.active, 
    .program-tab-sec .nav .nav-link, .career-txt p {
        font-size: 20px;
    }

    p {
        font-size: 18px;
    }

    .car h5 {
        font-size: 60px;
    }

    .logo-sec img {
        max-width: 170px;
    }
    
    .banner-txt {
        padding-right: 20px;
        left: 30px;
    }

    .program-slider .slick-arrow, 
    .differential-slider .slick-arrow, 
    .expert-slider .slick-arrow, 
    .credibility-slider .slick-arrow, 
    .hero-slider .slick-arrow {
        width: 40px;
        height: 20px;
        background-size: 22px 8px !important;
    }

    .program-slider .slick-arrow.slick-prev, 
    .differential-slider .slick-arrow.slick-prev, 
    .expert-slider .slick-arrow.slick-prev, 
    .credibility-slider .slick-arrow.slick-prev, 
    .hero-slider .slick-arrow.slick-prev {
        right: 75px;
    }

    .program-cont {
        background-size: contain;
    }

    .program-img-sec h4, .expert-txt h4 {
        margin-top: 10px;
    }

    /* .diff-box {
        padding: 25px 0;
    } */

    .differential-slider .slick-arrow.slick-next, 
    .expert-slider .slick-arrow.slick-next {
        left: -355px;
    }

    /* .recruiter-img img {
        width: 230px;
        aspect-ratio: 2 / 1;
        object-fit: contain;
    } */

    .hero-img img {
        width: 150px;
        aspect-ratio: 2 / 1;
        object-fit: contain;
    }

    .coll-img figure {
        padding: 10px;
    }

    .slideCont {
        bottom: 0;
    }

    .coll-img {
        padding: 10px;
    }

    .coll-img h5 {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 1050px;
    }

    .program-img-sec {
        padding-right: 10px;
    }

    .program-cont-tab {
        padding-left: 25px;
        padding-right: 25px;
    }

    .differential-slider .slick-arrow, 
    .expert-slider .slick-arrow {
        bottom: 30px;
    }

    .differential-slider .slick-arrow.slick-next, 
    .expert-slider .slick-arrow.slick-next {
        left: -290px;
    }

    .credibility-slider .slick-arrow, 
    .hero-slider .slick-arrow {
        left: 52%;
    }

    .at-bmu-sec p br {
        display: none;
    }

    .at-bmu-img-sec {
        gap: 20px;
    }

    .form-sec .form-group {
        margin-bottom: 5px;
    }

    .sbt {
        padding: 4px 10px;
        font-size: 17px;
    }

    .collaboration-txt p {
        margin: 15px 0;
    }

    .collaboration .arrow-cont {
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 900px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

    h4, .program-tab-sec .nav .nav-link.active, 
    .program-tab-sec .nav .nav-link {
        font-size: 18px;
    }

    p, .career-txt p {
        font-size: 16px;
    }

    .car h5 {
        font-size: 50px;
    }

    section {
        padding: 30px 0;
    }

    .banner .row > * {
        padding-left: 0;
    }

    /* .banner-txt p {
        margin-top: 5px;
    } */

    .form-sec {
        padding: 10px;
        width: 180px;
    }

    .checkbox-label {
        font-size: 12px;
    }

    .program-tab-sec .nav {
        padding-top: initial;
    }

    .program-tab-sec .nav .nav-link.active, 
    .program-tab-sec .nav .nav-link {
        padding-right: 20px;
    }

    .program-tab-sec .nav .nav-link.active::after {
        width: 50%;
    }

    .diff-sec h2, .expert-sec h2, .at-bmu-sec h2 {
        margin-bottom: 15px;
    }

    .differential-slider .slick-arrow.slick-next, 
    .expert-slider .slick-arrow.slick-next {
        left: -240px;
    }

    .credibility-slider .slick-arrow, 
    .hero-slider .slick-arrow {
        bottom: -40px;
    }

    .alumni-hd {
        margin-top: 15px;
    }

    .at-bmu {
        padding-top: 0;
    }

    footer {
        padding: 40px;
    }

    .collaboration-txt {
        margin-top: 20px;
    }

    .slideCont {
        left: 0;
    }

    .collaboration-txt h2 br,
    .collaboration-txt p br {
        display: none;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 680px;
    }
    h4 {
        font-size: 16px;
    }

    p, .career-txt p {
        font-size: 14px;
    }

    .program-tab-sec,
    .program-tab-sec .nav-item,
    .program-sec {
        width: 50%;
    }
    
    .program-tab-sec .nav .nav-link.active, 
    .program-tab-sec .nav .nav-link {
        padding: 0 20px 20px;
    }

    .program {
        padding-bottom: 0;
    }

    .differential {
        padding-top: 0;
    }

    .program-cont {
        padding: 30px 30px 0;
    }

    .differential-slider .slick-arrow.slick-next, 
    .expert-slider .slick-arrow.slick-next {
        left: -165px;
    }

    .credibility-sec, 
    .at-bmu-sec {
        padding-top: 30px;
    }

    .credibility-sec h2, 
    .alumni-sec h2, 
    .hero-group-sec h2 {
        margin-bottom: 30px;
    }

    .credibility-slider .slick-arrow.slick-prev, 
    .hero-slider .slick-arrow.slick-prev {
        left: 44%;
    }

    .at-bmu-img-sec {
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 540px;
    }

    h2 br {
        display: none;
    }

    .form-sec {
        width: 100%;
    }

    .topenq {
        display: block;
    }

    .about {
        padding-top: 0;
    }

    .about-txt,
    .program-tab-sec {
        margin-top: 20px;
    }

    .program-cont {
        display: block;
    }

    .program-sec,
    .program-tab-sec {
        width: 100%;
    }

    /* .program-slider .slick-arrow {
        top: -80px;
    } */

    .program-cont-tab {
        margin-top: -440px;
    }

    .program-tab-sec .nav .nav-link.active::after {
        bottom: 0;
    }

    .form-sec .form-group,
    .career-hd,
    .expert-sec p,
    .diff-sec p {
        margin-bottom: 20px;
    }

    .diff-box {
        padding: 15px 10px;
    }

    .diff-box:nth-of-type(2) p.focus strong {
        font-size: 30px;
    }

    .career-box {
        position: unset;
        flex-flow: row wrap;
    }

    .credibility-slider .slick-arrow.slick-prev, 
    .hero-slider .slick-arrow.slick-prev {
        left: 42%;
    }

    footer {
        margin-bottom: 50px;
    }

    .coll-img {
        min-height: 60px;
    }

    .coll-img h5 {
        font-size: 16px;
    }

    
}

@media (max-width: 575px) {
    .container {
        padding: 0 20px;
    }

    h2 {
        font-size: 22px;
    }

    p, .career-txt p {
        font-size: 12px;
    }

    .banner-txt {
        padding: 0 20px 0 10px;
        left: 6px;
        top: 4px;
    }

    .banner-txt p.pt-2 {
        padding-top: 2px !important;
    }
    
    .at-bmu-img-sec {
        margin-top: 130px;
    }

    .campus-sec {
        flex-basis: 47%;
    }

    .program-tab-sec .nav .nav-link.active, 
    .program-tab-sec .nav .nav-link {
        font-size: 16px;
        line-height: 1;
    }

    .program-tab-sec .nav .nav-link.active::after {
        bottom: -10px;
    }

    .career-txt {
        flex-basis: 20%;
    }

    .credibility-slider .slick-arrow.slick-prev, .hero-slider .slick-arrow.slick-prev {
        left: 38%;
    }

    .alumni-sec-tab ul.nav {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .alumni-sec-tab .nav-pills .nav-link {
        padding: 3px;
    }

    .alumni-sec-tab .nav-link.active::after {
        width: 60px;
        left: 90px;
    }

    .at-bmu-img-sec {
        margin-top: 30px;
        gap: 18px;
    }

    .campus-sec:nth-of-type(2), 
    .campus-sec:nth-of-type(4), 
    .campus-sec:nth-of-type(6), 
    .campus-sec:nth-of-type(8) {
        margin-top: auto;
    }

    .program-cont-tab {
        padding-left: 15px;
        padding-right: 15px;
    }

    .program-cont-tab {
        margin-top: -470px;
    }

    .program-img-sec h4 {
        font-size: 14px;
    }

    .differential {
        margin-top: -190px;
    }

    .hero-img img,
    .expert-ldr img {
        margin: auto;
    }

    .expert-ldr {
        padding-right: 10px;
    }

    .coll-img figure {
        margin-right: 15px;
    }

    .program-slider1 {
        flex-flow: row wrap;
    }

    .program-slider1 .program-img-sec {
        flex-basis: 50%;
        margin-bottom: 20px;
    }

    .differential .arrow-cont, .expert .arrow-cont {
        position: absolute;
        left: initial;
        right: 25px;
        bottom: 0;
        top: 100px;
    }

    .expert .arrow-cont {
        right: 30px;
        top: 135px;
    }

    .slider-arrow {
        border-radius: 10px;
        width: 30px;
        height: 20px;
    }

    .slider-arrow i {
        font-size: 12px;
    }

    .program-img-sec h4 br {
        display: none;
    }

    .differential-slider,
    .expert-slider {
        margin-top: 25px;
    }

    .collaboration,
    .credibility {
        padding-top: 0;
    }

    .credibility .arrow-cont {
        bottom: -10px;
    }

    .credibility-slider.slick-slider {
        padding: 10px;
    }

    .program-slider .slick-arrow {
        top: initial;
        bottom: -35px;
    }

    .recruiter-img {
        margin-top: 20px;
    }

    .banner-box img, .banner-img, .banner-img.gl figure img, .banner-hd, .program-img-sec figure img {
        border-radius: 15px;
    }

    .bn-bx {
        gap: 10px;
        margin-top: 10px;
    }

    .banner-txt h1 {
        font-size: 30px;
    }

    .bn-txt h1 {
        font-size: 16px;
    }

    .bn-txt h1 sur {
        font-size: 7px !important;
    }

    .bn-txt p {
        font-size: 9px;
    }

    .bn-txt:last-child {
        padding-left: 5px;
    }

    .banner-sec {
        gap: 6px;
    }

    .banner-txt h1,
    .banner-txt p:last-child {
        background: rgba(73, 64, 165, 0.6);
        padding: 0 2px;
    }

    .banner-txt p:nth-of-type(2) {
        padding-bottom: 5px !important;
    }

    .banner-txt h2 {
        font-size: 20px;
    }
}