
: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;
}


.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;
}



.scholarshipSec1 {
    margin-top: -160px;
}

.bgRed {
    background-color: var(--main-color);
}


/* 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;
}


.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;
			margin-top:30px;
        }

        .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%;
    }
}


.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%;
        }

    .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;
    }
.bg-pink h2{
	display:none;
  
}
}

@media (min-width: 768px) and (max-width: 1200px) {
    .showcase video {
        height: 100%;
    }
}



@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;
}


@media (min-width:1400px) and (max-width:1699px) {
    .regForm.col-xxl-3 {
        width: 31%;
    }
}
@media (max-width:1199px) {
    .anchor {
        display: block;
        height: 115px;
        margin-top: -110px;
        visibility: hidden;
    }
    .regForm {
       margin: auto !important;
       margin-top:1rem !important;
    }
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
}
@media (max-width:575px) {
    .regForm {
        margin: auto 25px !important;
        margin-top: 1rem !important;
    }
    #rddegree tbody {
        display: block !important;
    }
    #rddegree tr{
        text-align: left !important;
    }
}

.regForm {
            position: absolute;
            top: 23px;
            right: 30px;
        }

            .regForm .card {
                /*height: 450px;*/
                position: relative;
                
                /* max-height: 510px; */
            }


        #regsiter {
            color: #007467;
        }

      
        .regForm .card-body {
            padding: 20px 20px;
        }

        #rdreg label {
            margin-right: 15px;
        }

        #lblerrormessage {
            display: block;
            color: red;
        }

        .descriptionSec{
            background: #f3e5cb;
        }
        .cardBox {
   
    min-width: 210px;
    margin-right: 15px;
}
        .cardBoxPurple {
    border-left: 0px solid purple;
}
	.bg-pink h2{
            position: absolute;
    bottom: 30%;
    left: 0%;
    font-size: 40px;
    background: #0e706a;
    color: #fff;
        }
        .cardValue img{width:80px;}
       .research .inner {
    background: #fff;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 25px;
    min-height: 150px;
}
        .research .inner img{
            width:80px;
            display: block;
            margin: auto;
        }
        .research .inner span{
            text-align: center;
        }
        .research .inner span {
    text-align: center;
    display: block;
    font-size: 14px;
}
       section.research {
    margin: 60px auto 30px;
}
      
        .FAQSec{
            background: #fff;
            padding: 50px 0 40px;
        }
        .reasearchcard__container {
    display: flex ;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
}
        .reasearchcard__wrap {
    background-color: rgba(139, 203, 183, .15);
   /* display: flex;*/
    flex-direction: column;
    padding: 1rem;
    border-radius: 10px;
            margin-bottom: 10px;
   /* width: calc(33.3333% - 16px);*/
}
        .reasearchcard__head {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    color: #007367;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 115, 103, .15);
}
        .reasearchcard__paratext {
    line-height: 1.4;
    font-size: 0.75rem;
    font-weight: 600;
    padding-top: 8px !important;
            margin-bottom: 0px;
}
        .reasearchcard__campusqualification {
    display: flex
;
    align-items: center;
    font-size: 0.75rem;
    flex-wrap: wrap;
    gap: 10px;
    padding: 4px 0 16px;
}
        .reasearchcard__qualification {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    flex-wrap: wrap;
    gap: 10px;
    padding: 4px 0 8px;
    border-bottom: 1px solid rgba(0, 115, 103, .15);
}
        .reasearchcard__degree {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    max-width: 100px;
    flex-grow: 1;
    position: relative;
    line-height: 1.5
}

.reasearchcard__degree::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(https://www.gitam.edu/themes/gitam/assets/images/tick.svg) no-repeat center;
    background-color: #007367;
    border-radius: 50%;
    margin-right: 10px
}

.reasearchcard__degree.hypen::after {
    content: "-";
    background: 0 0;
    width: 16px;
    height: 16px
}

.reasearchcard__eligibilitytitle {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.4
}

.reasearchcard .icon-columns__paratext {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    font-family: "Forma DJR Display Regular";
    color: #303630
}
#register-form .form-check {
    height: 60px;
    overflow: auto;
    margin-right: 0px;
}
        #register-form .form-check-label {
    text-align: justify;
    margin-right: 10px;
}