@media (max-width: 1600px) {
    .container {
        max-width: 1400px;
    }

    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 38px;
    }

    h4 {
        font-size: 25px;
    }

    /* .banner-txt .apply a {
        font-size: 14px;
    } */
    .benefits-box a,
    .course-box a,
    .ftr-btn a,
    .pro-text-sec .pro h4 {
        font-size: 22px;
    }

    p, .banner-btn a {
        font-size: 18px;
    }

    .course {
        margin-top: -112px;
    }

    /* .scholarship .row {
        max-width: 1030px;
    } */

    .pro-text-sec .pro h4 {
        min-height: 100px;
    }
}



@media (max-width: 1400px) {
    .container {
        max-width: 1250px;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px;
    }

    h4 {
        font-size: 20px;
    }

    .course-box a, .ftr-btn a,
    .benefits-box, .pro-text-sec .pro h4 {
        font-size: 18px;
    }

    p, .banner-btn a {
        font-size: 16px;
    }

    .banner-txt span,
    .banner-txt .apply a {
        font-size: 14px;
    }

    .logo-sec figure img {
        max-width: 200px;
    }

    .banner-txt p {
        margin: 15px 0 20px;
    }

    .banner-btn a {
        margin-bottom: 30px;
    }

    .benefits-box a {
        padding: 10px 0;
    }

    .course-box a {
        padding: 10px 0;
    }

    .university-img figure img {
        width: 280px;
        aspect-ratio: 2 / 1;
        object-fit: contain;
    }

    .pro-text-sec .pro h4 {
        min-height: 70px;
    }

    .future-img figure img {
        max-width: 280px;
    }

    .ftr-btn a {
        margin-top: 15px;
    }

    .benefits-box {
        min-height: auto;
    }

    .course-box {
        min-height: 90px;
    }
}


@media (max-width: 1200px) {
    .container {
        max-width: 1050px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 27px;
    }

    h4 {
        font-size: 17px;
    }

    .pro-text-sec .pro h4 {
        font-size: 16px;
    }

    p, .banner-btn a {
        font-size: 14px;
    }

    .banner-txt span,
    .banner-txt .apply a {
        font-size: 12px;
    }

    .banner-btn a {
        margin-bottom: 20px;
    }

    .pro h3,
    .ftr-btn a {
        padding: 10px 30px;
    }

    .course-box a, .benefits-box a, .ftr-btn a {
        font-size: 15px;
    }

    /* .scholarship .row {
        max-width: 840px;
    } */
}


@media (max-width: 992px) {
    .container {
        max-width: 750px;
    }

    section {
        padding: 30px 0;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3, h4 {
        font-size: 15px;
    }

    .course-box a, .benefits-box a, .ftr-btn a {
        font-size: 14px;
    }

    p, .banner-btn a {
        font-size: 12px;
    }

    /* .program h2,  */
    .course--three-txt, .university-sec h2 {
        margin-bottom: 30px;
    }

    /* .pro-text-sec {
        padding: 30px 50px;
    } */

    .pro-text-sec .pro h4 {
        min-height: 60px;
    }

    .program-img-sec figure img, .structure-img-sec figure img {
        border-radius: 30px;
    }

    .university-img figure img {
        width: 230px;
    }

    .future-img figure img {
        max-width: 250px;
    }

    .ftr-btn a {
        padding: 5px 20px;
    }

    footer {
        padding: 20px 0;
    }

    .benefits-box {
        min-height: 75px;
        margin-right: 0;
    }

    .course-box {
        min-height: 75px;
        margin-right: 0;
    }
}


@media (max-width: 768px) {
    .container {
        max-width: 660px;
    }

    h1 {
        font-size: 25px;
    }

    .pro-text-sec .pro h4 {
        font-size: 14px;
    }

    .banner-txt {
        left: 60px;
    }

    /* .course-sec p br, */
    .pro-hdng-sec p br {
        display: none;
    }

    .course-box-sec {
        padding-right: 15px;
        box-shadow: 6px 9px 4px #d5d7d8;
    }

    .program-sec p:first-child {
        margin-bottom: 15px;
    }

    .pro-hdng-sec p {
        margin: 20px 0;
    }

    /* .pro-text-sec {
        padding: 20px 30px;
    } */

    .pro-text-sec .pro {
        padding: 20px 10px;
    }

    /* .pro h3 {
        padding: 10px 20px;
    }

    .pro p {
        padding: 15px 0 20px;
    } */

    .structure-sec p {
        margin: 10px 0;
    }

    .benefits-box {
        margin-right: 10px;
        margin-bottom: 15px;
    }

    .course-box {
        margin-right: 10px;
        margin-bottom: 15px;
    }

    .course-box a, .benefits-box a, .ftr-btn a {
        font-size: 13px;
    }

    .university-img figure img {
        width: 180px;
    }

    .future-img figure img {
        max-width: 230px;
    }

    .ftr-btn a {
        margin-top: 10px;
    }

    .scholarship h2 {
        margin-bottom: 15px;
    }

    .course-box-sec .course-sec h2 {
        border-right: none;
        margin-bottom: 10px;
    }
}


@media (max-width: 576px) {
    .container {
        max-width: 540px;
    }

    .course {

        padding-bottom: 30px !important;
    }

    h2 {
        font-size: 22px;
    }

    header {
        padding: 15px;
        height: 600px;
        background: url(../images/mobile-banner-1.jpg) no-repeat;
        background-size: cover;
    }

    .mob-logo {
        display: block;
    }

    .logo-sec figure img {
        max-width: 180px;
        /* background-image: linear-gradient(170deg, rgba(241, 241, 241, 0.8), rgba(200, 200, 200, 0.8)); */
    }

    /* .banner-txt {
        left: 20px;
        transform: translateY(20%);
    } */

    .banner-txt p {
        margin: 10px 0 15px;
    }

    .banner-btn a {
        margin-bottom: 2px;
    }

    .banner-txt span,
    .banner-txt .apply a {
        font-size: 10px;
    }

    .course-box-sec {
        padding: 15px 20px 15px 5px;
    }

    .program-sec p:first-child {
        margin: 20px 0 10px;
    }

    .pro-hdng-sec p {
        margin: 15px 0 20px;
    }

    .pro-text-sec .pro {
        width: 50%;
    }

    .pro-text-sec .pro:nth-child(2),
    .pro-text-sec .pro:nth-child(4) {
        border-right: none;
        border-bottom: 1px solid #ec1b30;
    }

    .pro-text-sec .pro:nth-child(3) {
        border-right: 1px solid #ec1b30;
    }

    .pro-text-sec .pro h4 {
        min-height: 45px;
    }

    .structure-sec p:last-child {
        margin-bottom: 20px;
    }

    .benefits-box {
        margin-right: 0;
    }

    .course-box {
        /* margin-bottom: 15px; */
        margin-right: 0;
    }

    .scholarship h2 br,
    .future-sec p br,
    .mob-logo {
        display: none;
    }

    /* iframe {
        height: 420px;
    } */

    footer {
        margin-bottom: 100px;
    }

    .course-three-clmn .row {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .container {
        padding: 0 20px;
    }
    .banner-txt {
        left: 20px;
        /* transform: translateY(0%); */
    }

    .banner-btn a {
        margin-bottom: 10px;
    }

    .benefits-box a {
        padding: 10px;
    }

    .course-box a {
        padding: 10px;
    }

    .course {
        margin-top: 0;
    }

    .course-sec p {
        margin: 10px 0;
    }

    .future {
        text-align: center;
    }

    .future-sec {
        margin-top: 30px;
    }
.apbtn {
        display: none !important;
    }

    .navbar-mobile {
        position: fixed !important;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        color: #37517e !important;
    }

#hero.sot-page-hero .col-12 {
    background: #0000008c;
    padding: 10px;
}
}