html {
    scroll-behavior: smooth;
}

/*Nutrilise*/
.menu-list-normal.active {
    border-bottom: 3px solid transparent !important;
    color: #27282b !important;
}

.fweight-700 {
    font-weight: 700;
}

#content-one .heading-h1 {
    color: #293A88;
}

.section-height {
    position: relative;
    height: 80px;
}

.section-height2 {
    position: relative;
    height: 40px;
}

.col-three-wrap {
    padding: 20px 0px 40px 0px;
}

.col-3-icon-box {
    position: relative;
    width: 50px;
    padding-right: 12px;
    padding-top: 2px;
}

.width-full-col-three-right {
    position: relative;
    float: left;
    width: calc(100% - 50px);
}

.width-full-col {
    position: relative;
    float: left;
    width: 100%;
}

.cols-boxs {
    position: relative;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 44px 0px rgba(25, 73, 129, 0.04);
}

.cols-boxs.col-padding-4 {
    position: relative;
    padding: 24px;
    margin-bottom: 24px;
}

.col-3-icon-box img {
    position: relative;
    width: 28px;
}



@media (max-width: 768px) {
    .section-height {
        position: relative;
        height: 60px;
    }

    .section-height2 {
        position: relative;
        height: 40px;
    }
}


/*Banner*/
.mpq-landing-banner {
    width: 100%;
    height: 100%;
    background: url(../images/landing_pages/mpq/banners/landing.svg) repeat-x, linear-gradient(360deg, rgba(0, 133, 255, 0.19) -1.58%, rgba(0, 133, 255, 0.04) 73.65%);
    background-blend-mode: normal;
    padding-top: 120px;
    padding-bottom: 60px;
}

#id-mpq-landing-banner .heading-caption {
    position: relative;
    font-size: 38px;
    margin-bottom: 8px;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 114%;
    color: #293A88;
}


.mpq-inner-banner-right-img-wrap img {
    border-radius: 12px;
    border: 5px solid #FFF;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.04);
}

.small-section-h4 {
    color: var(--Neutral-900, #111827);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: -0.36px;
}

.col-padding-4 {
    position: relative;
    padding-bottom: 40px;
}





/*
Cols with Left Icon Set
*/
.colwrap-left-icon {
    padding: 20px 0px 0px 0px;
}

.colwrap-left-icon .small-section-h4 {
    color: var(--Neutral-900, #111827);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: -0.36px;
}

.small-section-h4-small {
    color: var(--Neutral-900, #111827);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.36px;
    color: #6B7280;
}

.colwrap-left-icon .iconbox img {
    position: relative;
    width: 28px;
}

.colwrap-left-icon .iconbox {
    position: relative;
    width: 50px;
    padding-right: 12px;
    padding-top: 2px;
}

.colwrap-left-icon .content-text-wrap {
    position: relative;
    float: left;
    width: calc(100% - 50px);
}

.colwrap-left-icon .div-height-full {
    padding-bottom: 40px;
}

@media (max-width: 992px) {
    .colwrap-left-icon .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .colwrap-left-icon .div-height-full {
        padding-bottom: 24px;
        height: auto !important;
    }
}




/*
Cols with White Box Set
*/
.colwrap-whitebox {
    padding: 20px 0px 0px 0px;
}

.colwrap-whitebox .small-section-h4 {
    color: var(--Neutral-900, #111827);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -0.36px;
    margin-bottom: 0px;
}

.colwrap-whitebox .iconbox img {
    position: relative;
    width: 28px;
}

.colwrap-whitebox .iconbox {
    position: relative;
    width: 50px;
    padding-right: 12px;
    padding-top: 2px;
}

.colwrap-whitebox .content-text-wrap {
    position: relative;
    float: left;
    width: 100%;
}

.colwrap-whitebox .div-height-full {
    position: relative;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 44px 0px rgba(25, 73, 129, 0.04);
    padding-bottom: 40px;
    position: relative;
    padding: 24px;
}

.colwrap-whitebox .div-height-full-col4 {
    position: relative;
    margin-bottom: 24px;
}

.mpq-listwith-icon {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mpq-listwith-icon li {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    line-height: 154%;
    color: #6c757d;
    margin-bottom: 4px;
}

.mpq-listwith-icon li i {
    color: #30A7DD;
    margin-right: 12px;
    font-size: 16px;
    margin-top: 1px;
}

.mpq-listwith-icon li span {
    display: block;
}


@media (max-width: 992px) {
    .colwrap-whitebox .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .colwrap-whitebox .div-height-full {
        padding-bottom: 24px;
        height: auto !important;
    }
}




/*Tab Section*/
.tab-wrap {
    border-radius: 12px;
    background: #FFF;
    gap: 12px;
    box-shadow: 0px 0px 44px 0px rgba(25, 73, 129, 0.07);
    padding: 12px;
    float: left;
}

.tab-wrap .bi-box {
    font-size: 16px;
}

.btn-outline-primary {
    border-radius: 8px;
    border: 1px solid #D4E6F9;
    background: #F3F7FC;
    gap: 8px;
    color: #374151;

    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
}

.btn-outline-primary.active {
    border-radius: 8px;
    border: 1px solid #293A88 !important;
    background: #293A88 !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04), 0px 1px 2px 0px rgba(16, 24, 40, 0.04) !important;
    border-radius: 8px;
}

.btn-outline-primary:hover {
    border-radius: 8px;
    border: 1px solid #293A88 !important;
    background: #293A88 !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04), 0px 1px 2px 0px rgba(16, 24, 40, 0.04) !important;
    border-radius: 8px;
}

#about,
#why,
#who,
#exam,
#about,
#eligibility,
#programdetails {
    scroll-margin-top: 120px;
}


@media (max-width: 768px) {
    .colwrap-left-icon .div-height-full {
        padding-bottom: 24px;
        height: auto !important;
    }

    .mobile-hide {
        display: none;
    }
}




/*Fees Section*/
.table-mpq-fees thead th {
    position: relative;
    border: 1px solid #D4E6F9 !important;
    padding: 0.45rem .75rem;
    font-weight: 500;
    font-size: 14px;
}

.fees-table-head {
    border: 1px solid #D4E6F9 !important;
    background: #293A88 !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04), 0px 1px 2px 0px rgba(16, 24, 40, 0.04) !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-size: 15px !important;
    border: 1px solid #D4E6F9 !important;
}

.fees-table-content {
    position: relative !important;
    background: #F3F7FC !important;
    background: #30A7DD !important;
    border: 2px solid #ffffff !important;
    font-size: 14px !important;
    color: #fff !important;

    border: 1px solid #D4E6F9 !important;
    background: #0195D7 !important;
}

.fees-table-content p {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #ffffff !important;
}

.fees-table-head th {
    border: 2px solid #ffffff;
}

.fees-table-content td {
    border: 2px solid #ffffff;
    border: 1px solid #D4E6F9;
}


.table-head-td {
    border: 1px solid #D4E6F9 !important;
    background: #293A88 !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04), 0px 1px 2px 0px rgba(16, 24, 40, 0.04) !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-size: 15px !important;
    border: 1px solid #D4E6F9 !important;
    position: relative;
    border: 1px solid #D4E6F9 !important;
    padding: 0.45rem .75rem;
    font-weight: 500;
    font-size: 14px;
    width: 180px;
}

.table-content-td {
    position: relative !important;
    background: #F3F7FC !important;
    background: #30A7DD !important;
    border: 2px solid #ffffff !important;
    font-size: 14px !important;
    color: #fff !important;
    border: 1px solid #D4E6F9 !important;
    background: #0195D7 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #ffffff !important;
}


.table-desktop {}

.table-mobile {
    display: none;
}

@media (max-width: 992px) {
    .table-desktop {
        display: none;
    }

    .table-mobile {
        display: block !important;
    }
}
