/*////////////////////////////////////////////////////// Responsive CSS Structure //////////////////////////////////////////////////////*/
@media (min-width: 1200px) and (max-width: 1920px){
}

@media (min-width: 1400px) and (max-width: 1499px){
}

@media (min-width: 1400px) {
    .container {max-width: 1200px;}
}

@media (min-width: 1300px) and (max-width: 1399px) {
    /* Common Style Start */
    .main-title { font-size: 52px; }
    .section-title { font-size: 46px; }
    .large-title { font-size: 38px; }
    .small-section-title { font-size: 36px; }
    .block-title { font-size: 30px; }
    .small-block-title { font-size: 26px; }
    .small-title { font-size: 24px; }
    .extra-small-title { font-size: 22px; }
    .large-detail {font-size: 18px;}
    .common-detail {font-size: 16px;}
    /* Common Style End */

    /* Header Start */
    .header .navbar-nav .nav-item { padding: 0 30px; } 
    /* Header End */

    /* Home page Start */
    .community-main .row { margin: 0 -35px; }
    .community-main .row>* { padding: 0 35px; }
    /* Home page End */
}

@media (min-width: 1200px) and (max-width: 1299px) {
    /* Common Style Start */
    .main-title { font-size: 52px; }
    .section-title { font-size: 46px; }
    .large-title { font-size: 38px; }
    .small-section-title { font-size: 36px; }
    .block-title { font-size: 30px; }
    .small-block-title { font-size: 26px; }
    .small-title { font-size: 24px; }
    .extra-small-title { font-size: 22px; }
    .large-detail {font-size: 18px;}
    .common-detail {font-size: 16px;}
    /* Common Style End */
    
    /* Header Start */
    .header .navbar-nav .nav-item { padding: 0 30px; } 
    /* Header End */

    /* Home page Start */
    .community-main .row { margin: 0 -35px; }
    .community-main .row>* { padding: 0 35px; }
    /* Home page End */
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* Common Style Start */
    .main-title { font-size: 50px; }
    .section-title { font-size: 46px; }
    .large-title { font-size: 38px; }
    .small-section-title { font-size: 36px; }
    .block-title { font-size: 30px; }
    .small-block-title { font-size: 26px; }
    .small-title { font-size: 24px; }
    .extra-small-title { font-size: 22px; }
    .large-detail {font-size: 18px;}
    .common-detail {font-size: 16px;}
    .btn { font-size: 16px; padding: 11px 30px 10px 30px;}
    /* Common Style End */

    /* Header Start */
    .navbar-brand { max-width: 220px; }
    .header .navbar-nav .nav-item { padding: 0 15px; }
    /* Header End */

    /* Home page Start */
    .banner-wrp { padding: 110px 0 120px; }

    .about-wrp { padding: 70px 0 44px; }
    
    .degree-programs-wrp { padding: 44px 0 70px; }
    .degree-programs-title .block-title { margin: 0 0 20px; } 
    .degree-programs-title { margin: 0 0 50px; }

    .our-progarm-wrp { padding: 60px 0 60px; }

    .community-wrp { padding: 80px 0 90px; }
    .community-main .row { margin: 0 -18px; }
    .community-main .row>* { padding: 0 18px; }
    .community-content { margin: 0; }
    
    .why-choose-section .row {margin: 0 -22px;}
    .why-choose-section .row>* { padding: 0 22px; }
    .why-choose-wrp { padding: 65px 0 60px; }
    .why-choose-main .block-title { margin: 0 0 45px; }

    .our-progarm-content .block-title { margin: 0 0 20px; } 
    /* Home page End */
    
    /* Program Details Page Start */
    .program-details-wrp { padding: 60px 0 60px; }
    .program-details-main .small-section-title { margin: 0 0 65px; }
    /* Program Details Page End */
    
    /* Footer Start */
    .social-media ul li { font-size: 26px; line-height: 26px; margin: 0 20px 0 0; }
    .footer-top { padding: 56px 0 80px; }
    .footer-bottom { padding: 25px 0 40px; }    
    /* Footer End */

    /* Typography Start */
    .typography-main {padding: 70px 0;}
    .typography-content .main-title {margin: 0 0 30px;}
    /* Typography End */
}

@media (min-width: 992px) {
    .header .navbar-nav .nav-item:hover .dropdown-menu {display: block !important; left: 0;}
    .header .navbar-nav .nav-item:hover .dropdown-toggle::after { transform: rotate(270deg); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); }
}

@media (max-width: 991px) {
    .header {z-index: 999; position: relative;}
    .navbar-brand { max-width: 190px; }
    .header .navbar-toggler { padding: 0; border: none; box-shadow: none; position: relative; z-index: 9; }
    .header .navbar-toggler span { width: 28px; height: 2px; margin-bottom: 6px; background-color: #fff; display: block; position: relative; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; }
    .header .navbar-toggler span:last-child { margin-bottom: 0; }
    .header .navbar-collapse { position: fixed; background-color: #102C47; max-width: 100%; width: 100%; height: 100%; overflow: auto; right: -100%; top: 0; bottom: 0; padding: 81px 40px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; }
    .header .navbar-collapse.show {right: 0; height: auto;}
    .header .navbar-nav .nav-item { padding: 7px 0; }
    .header .navbar-toggler.open span:first-child { top: 8px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
    .header .navbar-toggler.open span:nth-child(2) {opacity: 0;}
    .header .navbar-toggler.open span:last-child { top: -8px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
    .header .navbar-collapse::after { content: ""; position: fixed; background-color: #102C47; max-width: 100%; width: 100%; top: 0; right: -100%; height: 80px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; }
    .header .navbar-collapse.show::after {right: 0;}

    .header .navbar-nav {text-align: center;}
    .header .navbar-nav .nav-item .dropdown-toggle::after {display: none;}
    .header .navbar-nav .nav-item .dropdown-toggle::before {content: "+"; margin: 0 20px 0 0;}
    .header .navbar-nav .nav-item .dropdown-menu {text-align: center;}
    .header .navbar-nav .nav-item .dropdown-toggle.show::before {content: "-";}
    .header .navbar-nav .nav-item .nav-link { font-size: 14px; letter-spacing: 2px; }
    .header .navbar-nav .nav-item .dropdown-item { font-size: 14px; letter-spacing: 2px; }
    .header .navbar-nav .nav-item .dropdown-menu li {margin: 0 0 20px;}
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Common Style Start */
    .main-title { font-size: 40px; }
    .section-title { font-size: 40px; }
    .large-title { font-size: 40px; }
    .small-section-title { font-size: 36px; }
    .block-title { font-size: 30px; }
    .small-block-title { font-size: 26px; }
    .small-title { font-size: 24px; }
    .extra-small-title { font-size: 22px; }
    .large-detail {font-size: 18px;}
    .common-detail {font-size: 16px;}
    .btn { font-size: 16px; line-height: 150%; padding: 11px 30px 10px 30px;}
    /* Common Style End */

    /* Header Start */
    .header {padding: 20px 0;}
    /* Header End */

    /* Home page Start */
    .banner-main { padding: 0 0 0 45px; }
    .banner-wrp { padding: 100px 0 110px; }
    .banner-title::after {left: -30px;}
    .banner-bottom { left: 30px; bottom: 20px; }
    .banner-title .btn { padding: 14px 40px; }

    .about-wrp { padding: 60px 0 30px; }
    .about-main .block-title {margin: 0 0 30px;}
    .about-left .detail { margin: 0 0 30px; }
    .about-right .about-img:last-child { height: 42.5%; }

    .degree-programs-wrp { padding: 30px 0 60px; }
    .degree-programs-img img { height: 205px; }
    .degree-programs-detail {height: calc(100% - 215px);}
    .degree-programs-detail .extra-small-title { margin: 0 0 15px; }
    .degree-programs-detail .common-detail { margin: 0 0 15px; }
    .degree-programs-detail .detail { margin: 0 0 70px; }
    .degree-programs-title .block-title { margin: 0 0 15px; }
    .degree-programs-title { margin: 0 0 40px; }

    .community-main .row>* { padding: 0 15px; }
    .community-main .row { margin: 0 -15px; }
    .community-wrp { padding: 60px 0 50px; }
    .community-right .quote-img { flex: 0 0 30px; }
    .community-content { margin: 0; }
    .community-img {margin: 0 0 40px;}

    
    .why-choose-section .row {margin: 0 -22px;}
    .why-choose-section .row>* { padding: 0 22px; }
    .why-choose-wrp { padding: 50px 0 20px; }
    .why-choose-main .block-title { margin: 0 0 40px; }
    .why-choose-icon {margin: 0 0 20px;}
    .why-choose-block .large-detail { margin: 0 0 12px; }
    .why-choose-block {margin: 0 0 40px;}

    .our-progarm-wrp { padding: 50px 0; }
    .our-progarm-content .block-title { margin: 0 0 15px; }
    .our-progarm-content {padding: 0 0 20px;}
    /* Home page End */

    /* Program Details Page Start */
    .program-details-wrp { padding: 60px 0 60px; }
    .program-details-main .small-section-title { margin: 0 0 50px; }
    .course-details-block {padding: 25px; margin: 0 0 40px;}
    .program-details-block { margin: 0 0 40px; }
    /* Program Details Page End */
    
    /* Footer Start */
    .footer-top { padding: 45px 0 40px; }
    .footer-bottom { padding: 25px 0 40px; }    
    .footer-left .extra-small-title { margin: 0 0 12px; }
    .footer-logo {margin: 0 0 15px;}
    .footer-left { padding: 0 0 30px; margin: 0 0 30px; }
    .footer-left::after { width: 100%; height: 1px; bottom: 0; top: auto; left: 0; right: 0; }
    .social-media ul li { font-size: 26px; line-height: 26px; margin: 0 20px 0 0; }
    /* Footer End */

    /* Typography Start */
    .typography-main {padding: 50px 0;}
    .typography-content .main-title {margin: 0 0 20px;}
    /* Typography End */

    /* 13-9-2024 */
    .tuition-fees-block ul li {
        flex-direction: column;
        padding: 20px;
        gap: 10px;
    }
    .tuition-fees-block-item-left {
        flex: unset;
    }
    .tuition-fees-block-item-right {
        flex: unset;
    }
    /* 13-9-2024 */
}

@media (max-width: 767px) {
    /* Common Style Start */
    .main-title { font-size: 40px; }
    /* .section-title { font-size: 40px; } */
    .section-title { font-size: 30px; }
    .large-title { font-size: 40px; }
    /* .small-section-title { font-size: 36px; } */
    .small-section-title { font-size: 26px; }
    .block-title { font-size: 24px; }
    .small-block-title { font-size: 21px; }
    .small-title { font-size: 18px; }
    .extra-small-title { font-size: 14px; }
    .large-detail {font-size: 18px;}
    .common-detail {font-size: 16px;}
    body {font-size: 14px;}
    .small-detail {font-size: 12px;}
    .btn { font-size: 14px; line-height: 150%; padding: 11px 20px 10px 20px;}
    .btn-link::after {width: 23px; height: 14px;}
    /* Common Style End */

    /* Header Start */
    .header {padding: 20px 0;}
    .navbar-brand { max-width: 160px; }
    .header-btn {flex-direction: column; align-items: stretch;}
    .header-btn .btn { margin: 0 0 2px 0; }
    /* Header End */

    /* Home page Start */
    .banner-wrp { padding: 40px 0 40px; text-align: center; }
    .banner-title::after {display: none;}
    .banner-main { padding: 0; }
    .banner-title .section-title { margin: 0 0 24px 0; }
    .banner-title .btn { padding: 12px 22px; }
    .banner-bottom { position: relative; left: 0; bottom: 0; padding: 20px 15px 0; }
    .banner-wrp::after {background: linear-gradient(180deg, #000 32.86%, rgba(0, 0, 0, 0.00) 52.84%);}
    
    .about-wrp { padding: 40px 0 20px; }
    .about-img { margin: 0 0 20px; }
    .about-right .about-img { margin: 0 0 20px; }
    .about-main {text-align: center;}

    .degree-programs-wrp { padding: 20px 0 40px; }
    .degree-programs-title .block-title { margin: 0 0 15px; }
    .degree-programs-title { margin: 0 0 30px; }
    .degree-programs-img img { height: 210px; }
    .degree-programs-detail { padding: 20px; height: calc(100% - 220px); text-align: center; }
    .degree-programs-detail .extra-small-title {font-size: 18px; margin: 0 0 12px;}
    .degree-programs-detail .btn {left: 0; bottom: 20px; max-width: 140px; width: 100%; right: 0; margin: 0 auto;}
    .degree-programs-detail .detail { margin: 0 0 65px; }

    .our-progarm-wrp { padding: 40px 0 40px; }
    .our-progarm-img { padding: 0 0 30px; margin: 0 0 30px; border-bottom: 1px solid #497E8D;}
    .our-progarm-content::after {display: none;}
    .our-progarm-main {text-align: center;}
    .our-progarm-content .block-title { margin: 0 0 15px; }
    .our-progarm-content {padding: 0 0 15px;}
    .our-program-logos .our-program-icon {margin: 0 10px;}
    .our-program-logos {margin: 0 -15px;}

    .community-wrp { padding: 40px 0 40px; }
    .community-img { margin: 0 0 30px; }
    .community-content {margin: 0;}
    .community-main .row { margin: 0 -15px; }
    .community-main .row>* { padding: 0 15px; }
    .community-main {text-align: center;}
    .community-content .btn {margin: 0 0 0 -20px;}

    .why-choose-wrp { padding: 40px 0 10px; }
    .why-choose-main .block-title { margin: 0 0 30px; }
    .why-choose-section .row { margin: 0 -15px; }
    .why-choose-section .row>* { padding: 0 15px; }
    .why-choose-icon { width: 60px; height: 60px; padding: 15px; margin: 0 auto 20px; }
    .why-choose-block .large-detail { margin: 0 0 10px; }
    .why-choose-block {margin: 0 0 30px; text-align: center;}
    /* Home page End */

    /* Program Details Start */
    .program-details-wrp { padding: 40px 0 20px; }
    .program-details-main .small-section-title {font-size: 28px; margin: 0 0 30px;}
    .program-details-section .row {flex-direction: column-reverse;}
    .course-details-block {padding: 20px; margin: 0 0 30px;}
    .program-details-block .large-detail { margin: 0 0 12px; }
    .program-details-block { margin: 0 0 30px; }
    .course-list {position: relative; margin: 0 0 30px;}
    .program-details-block ul li { margin: 0px 0 8px; }
    .course-list-block ul li span:first-child { flex: 0 0 80px; }
    .course-list-block ul li {padding: 5px 15px;}
    .course-list-block { margin: 0 0 30px; }

    .tuition-fees-block .large-detail { margin: 0 0 12px; }
    /* Program Details End */

    /* Footer Start */
    .footer-top { padding: 45px 0 40px; }
    .footer-bottom { padding: 25px 0 30px; text-align: center; }    
    .footer-left .extra-small-title { margin: 0 0 12px; }
    .footer-logo {margin: 0 auto 15px;}
    .footer-left { padding: 0 0 30px; margin: 0 0 30px; text-align: center; }
    .footer-left::after { width: 100%; height: 1px; bottom: 0; top: auto; left: 0; right: 0; }
    .social-media ul li { font-size: 26px; line-height: 26px; margin: 0 20px 0 0; }
    .footer-bottom-right { text-align: center; padding: 20px 0 0; }
    .footer-block {text-align: center;}
    .social-media ul {justify-content: center;}
    /* Footer End */

    /* Typography Start */
    .typography-main {padding: 40px 0;}
    .typography-content .main-title {margin: 0 0 15px;}
    /* Typography End */

    /* 11-9-2024 */
    .course-d1-details-start {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .course-d1-left {
        flex: unset;
    }
    .course-d1-right {
        flex: unset;
    }
    .course-d1-right .block-title {
        margin-bottom: 20px;
    }
    .course-d1-section {
        padding: 70px 0 37px 0;
    }
    .course-d2-item {
        margin-bottom: 50px;
    }
    .course-d2-section {
        padding: 53px 0 100px 0;
    }
    .course-item-inside {
        flex-direction: column;
        gap: 30px;
    }
    .course-item-left {
        flex: unset;
    }
    .course-item-right {
        flex: unset;
    }
    .course-item-img img {
        width: 140px;
    }
    .course-section {
        padding: 70px 0;
    }
    /* 11-9-2024 */

    /* 13-9-2024 */
    .tuition-fees-block-item-left {
        flex: 0 0 180px;
    }
    .tuition-fees-block-item-right {
        flex: 0 0 calc(100% - 200px);
    }
    /* 13-9-2024 */
}

/*---------- Small Mobile , IPhone Start ----------*/

/*=== Screen Size = 240, 320, 360, 480, 568 ===*/
@media (min-width: 576px) and (max-width: 767px) {
}

@media (max-width: 575px) {

/* 13-9-2024 */
.tuition-fees-block ul li {
    flex-direction: column;
    padding: 20px;
    gap: 10px;
}
.tuition-fees-block-item-left {
    flex: unset;
}
.tuition-fees-block-item-right {
    flex: unset;
}
/* 13-9-2024 */

.courses-details-block {display: block;}
.program-details-middle .courses-details-block .large-detail {margin: 0 0 18px;}

}


