
@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.eot');
    src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.ttf') format('truetype'), url('../fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype'), url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Forma DJR Display Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Forma DJR Display Regular'), url('../fonts/FormaDJRDisplay-Regular-Testing.woff') format('woff');
}

@font-face {
    font-family: 'Forma DJR Display Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Forma DJR Display Bold'), url('../fonts/FormaDJRDisplay-Bold-Testing.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
    font-family: "Forma DJR Display Regular" !important;
    letter-spacing: 1.2px;
}

:root {
    color-scheme: only light !important;
    --main-color: #007367;
    --main-light-color: #8BCBB7;
    --secondary-color: #F4E4C9;
    --secondary-dark-color: #A58255;
}
header {
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    position: absolute;
    width: 100%;
}

    header.sticky {
        padding: 0 10px;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 999;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    header .logo {
        width: 150px;
        height: auto;
    }

.bg-yellow {
    background-color: var(--secondary-color) !important;
}


header .contactNo {
    border: 1px solid var(--main-color);
    padding: 10px 15px;
    border-radius: 20px;
    background: var(--main-color);
    color: #fff !important;
    /* -webkit-color: #fff;
    -moz-color: #ffff; */
}

.contactNo a:-webkit-any-link[href^="tel"] {
    color: #fff !important;
    text-decoration: none;
}

.contactNo a {
    color: #fff !important;
}

header .contactNo h6 {
    font-size: 15px;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2ebed !important;
    border-radius: 8px;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select {
    border: 1px solid #d2ebed;
    border-radius: 8px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eaecf4;
    opacity: 1;
}

.form-control,
.form-select {
    height: calc(1.5em + 0.75rem + 0px);
    font-size: 13px !important;
}

.regForm label {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 13px;
    color: #000 !important;
}

.regForm .labelFont {
    font-size: 10px;
}

.mainColor {
    color: var(--main-color);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.form-check-input:checked {
    background-color: var(--main-color);
    border: 1px solid var(--main-color) !important;
}

.inputBtn {
    color: #fff;
    font-weight: 500;
    font-size: 16px !important;
}

p {
    font-size: 14px;
}

.containerSec {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* description section */


.descriptionSec {
    /*position: absolute;*/
    width: 100%;
    /*margin-top: -135px;*/
    /* margin-top: -465px; */
}

.cardBox {
    background: #fff;
    padding: 15px 10px 10px 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    margin-bottom: 22px;
    min-height: 110px;
}


    .cardBox .cardValue {
        color: var(--main-color);
        font-weight: 600;
    }

.sub-container {
    border: 1px solid #e8e2e2;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

/* .sub-heading {
    font-weight: 600;
    color: var(--main-color);
} */

.titleSec {
    display: flex;
    align-items: end;
    margin-bottom: 20px;
}

.sec-title {
    font-weight: 600;
    color: #3D3D3D;
}

.sub-title {
    color: var(--main-color);
    margin-top: 15px;
}

.line {
    width: 40px;
    height: 3px;
    background-color: #007367;
    margin-bottom: 15px;
    margin-left: 5px;
}

.line1 {
    width: 90px;
    height: 1px;
    background-color: #c4bfc1;
}

.admissionSec .sub-container h6 {
    font-size: 15px;
}

.admissionSec .sub-container p {
    color: #807f7f;
    font-size: 13px;
}

/* descipline section */
.dispCard {
    text-align: center;
    margin-bottom: 30px;
    padding: 2px;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.desciplineSec .dispCard i {
    font-size: 60px;
    color: #e6273e;
}

.dispCard .cardTitle {
    font-size: 16px;
    font-weight: 500;
}

.desciplineSec a {
    text-decoration: none !important;
}

.desciplineSec .imageDetails {
    width: 60px;
    margin: auto;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
}

    .desciplineSec .imageDetails img {
        text-align: center;
    }

.scrollTop {
    position: fixed;
    right: -56px;
    top: 50%;
    z-index: 9999;
    transition: all 0.4s ease-in-out 0s;
    transform: rotate(-90deg);
    border-radius: 0px;
}

.instrtitle {
    display: none;
}

/* .instrtitle1 {
    display: block;
} */

@media only screen and (max-width:767px) {
    .scrollTop {
        display: block;
    }

    .instrtitle {
        display: block;
    }

    .instrtitle1 {
        display: none;
    }

    .containerSec {
        padding: 40px 20px;
    }

    .footer-sec {
        flex-direction: column;
        text-align: center;
        bottom: 30px !important;
    }

    .footerSec {
        padding: 15px 20px 35px 20px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .containerSec {
        padding: 40px 0px;
    }
}

@media only screen and (max-width:991px) {
    .scholarshipSec1 {
        margin-top: -90px !important;
    }

    .dispCard {
        min-height: 135px;
    }
}


/* footer section */
.footer-sec {
    display: flex;
    justify-content: space-between;
}

.footerSec {
    background: #000;
    color: #fff;
    padding: 20px;
    position: relative;
    bottom: 0;
}

.green {
    color: green;
    float: right;
}

.btn-toggle {
    margin: 0 5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    background: #fff;
    border: 1px solid #9d9d9d;
}

    /* .feeStructure .btn-toggle {
    color: #fff !important;
} */


    .btn-toggle:focus,
    .btn-toggle:focus.active,
    .btn-toggle.focus,
    .btn-toggle.focus.active {
        outline: none;
    }

    .btn-toggle:before,
    .btn-toggle:after {
        width: 5rem;
        text-align: center;
        font-size: 16px;
        position: absolute;
        bottom: 0;
        transition: opacity .25s;
        font-weight: 600;
    }

.admTestSec .btn-toggle:before,
.admTestSec .btn-toggle:after {
    font-size: 20px;
    bottom: -3px;
}

.btn-toggle:before {
    content: 'Undergraduate';
    left: -9rem;
}

.btn-toggle:after {
    content: 'Postgraduate';
    right: -5rem;
    opacity: .5;
}

.btn-toggle > .handle {
    position: absolute;
    top: 2px;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #007367;
    transition: left .25s;
}

/* .feeStructure .btn-toggle>.handle {
    background: #8f6d41;
} */

.btn-toggle.active {
    transition: background-color .25s;
}

.btn-toggle.active {
    background-color: #fff;
}

    .btn-toggle.active > .handle {
        left: 1.6875rem;
        transition: left .25s;
    }

    .btn-toggle.active:before {
        opacity: .5;
    }

    .btn-toggle.active:after {
        opacity: 1;
    }

.btn-toggle:hover {
    background-color: #fff !important;
    border: 1px solid #9d9d9d !important;
}

.regForm .btn-toggle:before {
    content: 'Register';
    left: -5rem;
}

.regForm .btn-toggle:after {
    content: 'Login';
    right: -5rem;
}

.admTestSec .btn-toggle:before {
    content: 'GAT';
    left: -4rem;
}

.admTestSec .btn-toggle:after {
    content: 'GBAT';
    right: -4.5rem;
}

/*End toggle styles */

.dashboardCardContainer .cardBox .cardItem {
    align-items: center;
    display: flex;
    margin-bottom: 5px;
    justify-content: space-between;
}

.dashboardCardContainer .cardBox .cardTitle {
    text-align: left;
    font-weight: 400;
    margin-bottom: 6px;
    font-size: 15px;
    color: #b1040e;
}

.dashboardCardContainer .cardBox .cardValue {
    font-size: 15px !important;
    color: #302f2f;
}

.dashboardCardContainer .cardBox .divider {
    height: 1px;
    background-color: #efefef;
    margin: 0px 0px 15px 0px;
    border-radius: 10px;
}

.scholarshipSec1 {
    margin-top: -160px;
}

.bgRed {
    background-color: var(--main-color);
}

ul li,
ol li {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.7;
}

/* accordian styles */
.withOutBorder .accordion-item {
    border: none !important;
    border-bottom: 1px solid var(--bs-border-color) !important;
    box-shadow: none;
}

.withOutBorder .accordion-button {
    font-weight: 500;
    padding-left: 0;
}

.instrSec {
    margin-top: 160px;
}

.scholarshipSec .accordion-button {
    background-color: #e5f0ef;
    color: var(--main-color);
    /* background-color: var(--main-light-color); */
}

.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #fbeaec;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

    .accordion-item:first-of-type {
        border-top-left-radius: none;
        border-top-right-radius: none;
    }

.accordion-button {
    font-weight: 500;
}

.feeStructure .accordion-button {
    /* background-color: #656363; */
    background-color: var(--main-color);
    color: #fff;
}

.feeStructure .accordion-item {
    border: none;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:not(:first-of-type) {
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed) {
    color: var(--main-color);
    background-color: #fff;
    border-bottom: 1px solid #f0eded;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.signInSec {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid #999;
    padding: 10px 50px;
    border-radius: 5px;
    margin: 10px 0;
}

    .signInSec img {
        width: 20px;
    }

.card {
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.bg-pink {
    background: #F8E5E9;
}



/* form floating styles */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: 0px !important;
}

    .form-floating > .form-control-plaintext ~ label,
    .form-floating > .form-control:focus ~ label,
    .form-floating > .form-select ~ label,
    .form-floating > .form-control:not(:placeholder-shown) ~ label {
        top: -8px;
        background-color: #fff;
        width: auto;
        opacity: 1;
        padding: 0px 4px;
        margin: 5px;
        height: 25px;
    }

.registerForm .form-control:focus,
.loginForm .form-control:focus,
.registerForm .form-select:focus {
    box-shadow: 0 0 0 2px rgb(158, 48, 55);
}


.form-floating > .form-control:focus ~ label,
.form-floating > .form-select:focus ~ label {
    font-size: 15px;
}

.form-floating > label {
    padding: 0.3rem 0.75rem;
    color: #57595d !important;
}

.form-floating > .form-select ~ label {
    opacity: 1;
    padding: 10px 0.75rem;
    padding-top: 3px;
}

.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.325rem;
    padding-bottom: 1.025rem;
}

.form-floating > .form-select {
    padding-bottom: 0;
    padding-top: 0;
}

.form-floating > .form-select {
    height: 40px !important;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
    height: 1em !important;
}

.regForm .card {
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
   max-height:auto;
}

@media only screen and (max-width:1200px) {
    * {
        letter-spacing: 1px;
    }

    .descriptionSec {
        position: inherit;
        margin-top: 0;
    }

    .instrSec {
        margin-top: 0;
    }

    .regForm {
        position: inherit !important;
        top: 60px;
        right: 20px;
    }

        .regForm .card {
            background-color: rgba(255, 255, 255, 0.8);
            height: auto;
        }

        .regForm label {
            color: #000 !important;
        }
}

/* @media (min-width:1301px) and (max-width:1399px) {
    .descriptionSec {
        margin-top: -575px;
    }
} */

@media (min-width:1200px) and (max-width:1550px) {
    .regForm.col-xl-3 {
        width: 33.33333333%;
    }
}


.tabsContainer .tabsFill .nav-tabs .nav-item.show .nav-link,
.tabsContainer .tabsFill .nav-tabs .nav-link.active {
    border: 1px solid var(--main-color);
    color: #fff;
    background-color: var(--main-color);
}

.nav-tabs .nav-link {
    border-radius: 20px;
    color: #495057;
    padding: 6px 20px;
    margin-right: 5px;
    background: #fff;
}

.nav-item {
    margin-bottom: 0;
}

.nav.nav-tabs {
    justify-content: center;
    border: 1px solid #ccc;
    width: 570px;
    margin: auto;
    padding: 5px;
    border-radius: 25px;
    background: #e5f0ef;
    margin-bottom: -24px;
    position: relative;
    flex-wrap: wrap;
}

#scholarcollapseSix .nav.nav-tabs {
    width: 655px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 1px solid var(--main-color);
}

.tab-content {
    border: 1px solid #ccc;
    padding: 40px 20px 20px 20px;
    border-radius: 20px;
    /* background: #F7F7F7; */
    background-color: #fff;
}

/* fee-structure */
.feeStructure .dash_large_card_colors .cardBox {
    /* background-color: #8F6D41; */
    background-color: #004740;
    color: #fff !important;
}

.feeStructure .form-select {
    /* border: 1px solid var(--main-color); */
    border-radius: 4px;
    /* background-color: var(--main-color); */
    /* color: #fff; */
}

.dash_large_card_colors .cardBox {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0px;
}

.dash_large_card_colors .card-body {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px 10px 15px;
}

.dash_large_card_colors .cardBox .cardTitle {
    text-align: left;
    font-weight: 400;
    /* color: #fff; */
    font-size: 15px;
    margin-bottom: 10px !important;
}

.dash_large_card_colors .cardBox .cardValue {
    font-size: 20px !important;
    color: #fff;
    display: flex;
    align-items: center;
}

.dash_large_card_colors .card-footer {
    /* background-color: #848484; */
    background-color: var(--main-color);
    padding: 15px 10px 10px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #DBDADA;
}

    .dash_large_card_colors .card-footer h6 {
        display: flex;
        align-items: center;
    }


.dash_large_card_colors .cardBox .subTitle {
    margin-bottom: 2px;
    font-size: 12px;
    text-align: left;
}

@media (min-width: 1200px) {
    .dash_large_card_colors .col-xl-3 {
        flex: 0 0 auto;
        width: 20% !important;
    }
}

.borderRight {
    border: 1px solid #fff;
    height: 35px;
}

.mainClr {
    color: var(--main-color);
}

a {
    color: #007367;
    text-decoration: none;
    font-size: 15px;
}

/* .table th,
.table td {
    font-size: 14px;
} */

.table td {
    font-size: 13px;
    padding: 5px 10px !important;
}

.table th {
    background-color: #e1e1e1 !important;
    border-right: 1px solid #c8bfbf;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px !important;
}

.tier {
    margin-right: 50px;
}

.showcase {
    position: relative;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
    padding: 0;
}

    .showcase video {
        width: 100%;
        /* height: 100%; */
        transition: height 0.3s ease;
        object-fit: cover;
    }

@media only screen and (max-width: 768px) {
    .showcase {
        height: 330px;
    }

        .showcase video {
            height: 100%;
        }

    ol,
    ul {
        padding-left: 5px;
    }

    .nav.nav-tabs {
        width: 100% !important;
    }

    .nav-item {
        margin-bottom: 10px !important;
    }

    .scrollTop {
        bottom: 0px;
        top: 95% !important;
        height: 40px;
        border-radius: 0px;
        width: 100%;
        left: 0px;
        transform: rotate(0deg) !important;
        transition: all 0.4s ease-in-out 0s;
    }

    .footerSec {
        bottom: 20px !important;
    }

    .nav-tabs .nav-link {
        padding: 6px 15px;
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .showcase video {
        height: 100%;
    }
}

.exam-instr-sec .selectState ul {
    list-style: none;
    padding-left: 0;
}

.exam-instr-sec .selectState li {
    background: var(--secondary-color);
    padding: 5px;
}

.exam-instr-sec li i {
    color: var(--main-color);
    font-size: 16px;
}

.imgWidth img {
    /* width: 40px; */
    margin-bottom: 10px;
}

/* imp dates */
.datesCard {
    text-align: center;
    padding: 24px;
    /* color: #fff !important; */
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

    .datesCard.datesCard1::after {
        content: "";
        position: absolute;
        right: -55px;
        width: 55px;
        /* height: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; */
        border-top: 2.8675px solid #d7d2d2;
        top: 50%;
    }



@media only screen and (max-width:1200px) {
    .datesCard.datesCard1::after {
        display: none;
    }

    .datesCardWidth {
        margin-right: 12px;
    }
}

@media (min-width:1201px) and (max-width:1399px) {
    .datesCard.datesCard1::after {
        right: -18px;
        width: 18px;
    }
}


.datesCardWidth {
    width: 170px;
}

.datesCard h1 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 28px;
    color: var(--main-color);
}

.datesCard h6 {
    font-weight: 600;
    font-size: 14px;
    margin-top: 25px;
    line-height: 20px;
}

@media (min-width: 576px) and (max-width: 767px) {
    .container-fluid {
        max-width: 540px;
    }
}

@media (min-width: 992px) {
    .th-w-330 {
        width: 330px;
    }
}

.anchor {
    display: block;
    height: 115px;
    margin-top: -65px;
    visibility: hidden;
}


/*radio button styles*/
.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}


    .custom-radio label::before {
        content: "\f00c";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 17px;
        height: 17px;
        text-align: center;
        color: transparent;
        background-color: #FFFFFF;
        border: 1px solid #979090;
        border-radius: 50%;
        font-size: 12px
    }

/* Style the radio button indicator when it is checked */
.custom-radio input[type="radio"]:checked + label::before {
    color: white;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    padding-top: 0px;
    padding-bottom: 17px;
}

#gvScholarship tr th{
    width:50%;
}
@media (max-width:575px) {
    #rddegree tbody{
        display: block !important;
    }
}


