
@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=MonteCarlo&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    color: #2a2a2a;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    font-weight: 400;
}

* {
    border: medium none;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

a:hover {
    text-decoration: none;
    outline: none;
}

textarea {
    resize: none;
}

.mar-top {
    margin-top: 30px;
}

p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #535151;
}

/*#######################*/

.btn {
    font-size: 1rem;
}



.color_cgreen {
    color: #BDF2C7;
}

.color_blue {
    color: #00287D;
}

.color_light_green {
    color: #0BD032;
}
.seagreen_color{
    color:#057958;
}

.green_grad {
    background: -webkit-linear-gradient(50deg, #00287D, #0BD230);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blue_green_grad {
    background: -webkit-linear-gradient(50deg, #0084E7, #0BD230);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.green_color {
    font-weight: bold;
    background: linear-gradient(270deg, rgba(239, 32, 32, 1) 20%, rgba(11, 210, 48, 1) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.greenBack{
    background:#066C19;
}

.blueback{
    background:#061E4F;
}

.bg_light_green {
    background: #EEF9E9;
}

.style-btn-one {
    background: linear-gradient(45deg, #072A3E, #063C52);
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 40px;
    border: 0;
    color: #fff;
    font-weight: 500;
    transform: scale(1);
    transition: all ease .3s;
}

.style-btn-one:hover {
    background: linear-gradient(45deg, #072A3E, #063C52);
    border: 0;
    color: #fff;
    transform: scale(0.98);
    transition: all ease .3s;
}

.style-btn-two {
    background: #fff;
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 40px;
    border: 1px solid #fff;
    color: #063C52;
    font-weight: 600;
    transform: scale(1);
    transition: all ease .3s;
}

.style-btn-two:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #063C52;
    transform: scale(0.98);
    transition: all ease .3s;
}

.style-btn-three {
    background: #063C52;
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 40px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    transform: scale(1);
    transition: all ease .3s;
}

.style-btn-three:hover {
    background: #063C52;
    border: 1px solid #fff;
    color: #fff;
    transform: scale(0.98);
    transition: all ease .3s;
}

.btn-style-one {
    background: linear-gradient(45deg, #072A3E, #063C52);
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #072A3E;
    color: #fff;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
}

.btn-style-one:hover {
    background: linear-gradient(45deg, #072A3E, #063C52);
    color: #fff;
    border: 1px solid #072A3E;
    transform: scale(1);
    opacity: 0.89;
    transition: all ease .3s;
}

.btn-style-five {
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    background: #fff;
    color: #072A3E;
    border: 1px solid #072A3E;
}

.btn-style-five:hover {
    background: #fff;
    color: #072A3E;
    transform: scale(1);
    opacity: 0.89;
    transition: all ease .3s;
}

.ctplqryform h2{
    font-size:25px;
    font-weight:bold;
    text-align:center;
}

/*header css starts*/

header.header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 10px 0 0;
    width: 100%;
}

/*header css ends*/

/*hero section starts*/

section.hero_section {
    position: relative;
    padding: 150px 0 60px;
    background: url('../../images/frontend/banner_img23.png');
    background-size: cover;
    background-position:right center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: unset;
}

section.hero_section .hero_cont h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}


section.hero_section .hero_cont p {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    font-style:italic;
    line-height:30px;
    border-left:1px solid #fff;
    padding:2% 0% 2% 2%;
}


section.hero_section .hero_cont hr {
    border: 4px solid #249038;
    width: 200px;
    margin-left: 0;
    opacity: 1;
}

section.hero_section .hero_cont h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
}

section.hero_section .hero_cont h2 {
    font-size: 24px;
    background: #066C19;
    background: linear-gradient(143deg,rgba(6, 108, 25, 1) 40%, rgba(11, 42, 16, 1) 100%);
    padding: 10px 30px;
    border-radius: 10px;
    width: fit-content;
    margin-top: 80px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
}
section.hero_section .hero_cont h2 span{
    font-size:18px;
}

@media (max-width: 767.98px) {
    section.hero_section {
        position: relative;
        padding: 80px 0 0;
        background: transparent;
    }
    section.hero_section .hero_conts {
        background: url('../../images/frontend/banner_img11.png');
        background-size: cover;
        background-position:center top;
        background-repeat: no-repeat;
        height: auto;
        padding-top:5%;
        margin-top:0%;
    }
    section.hero_section .hero_cont h1 {
        font-size: 24px;
    }
    section.hero_section .hero_cont h1 span {
        font-size: 30px;
        font-weight:700;
    }
    section.hero_section .hero_cont h2 {
        font-size: 14px;
        padding: 10px 20px;
        margin-top: 200px;
        width:auto;
        text-align:center;
    }
    section.hero_section .hero_cont p {
        font-size: 18px;
        line-height: 25px;
    }
    section.hero_section  p.mobilePara {
        font-size: 15px;
        line-height: 19px;
        color: #000;
        font-weight: 400;
        font-style:italic;
        text-align:center;
    }
    section.hero_section {
        height: auto;
    }
    .address_list {
        text-align: center;
    }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    position: absolute;
    top: 1px;
    right: 5px !important;
    width: 20px;
}

.phonewithcountrycode input#mobile_number {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*hero section ends*/

/*welcome section starts*/

section.welcome_section {
    position: relative;
    padding: 60px 0;
    text-align: center;
}

section.welcome_section .welcome_cont h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: rgb(0 0 0 / 60%);
    font-weight: 700;
    line-height: normal;
}

section.welcome_section .welcome_cont h2 span {
    text-transform: capitalize;
    display: block;
    font-size: 42px;
    font-weight: 500;
}

section.welcome_section .welcome_cont p {
    font-size: 17px;
    color: rgb(0 0 0 / 80%);
    font-weight: 400;
    line-height: normal;
}

section.welcome_section a{
    font-size:25px;
    padding-left:10%;
    padding-right:10%;
}

section.welcome_section .wel_dv h3 {
    font-size: 16px;
    color: rgb(0 0 0 / 60%);
    font-weight: 500;
}

section.welcome_section .wel_dv h3 span {
    font-size: 28px;
    font-weight: 700;
    display: block;
}

section.welcome_section .wel_dv {
    position: relative;
    background: #fff;
}

@media (max-width: 767.98px) {
    section.welcome_section {
        position: relative;
        padding: 0px 0px;
        text-align: center;
    }
    section.welcome_section .welcome_cont h2 span {
        font-size: 20px;
        font-weight:bold;
    }
    section.welcome_section a {
        font-size: 16px;
        margin-top: -4% !important;
    }
    section.welcome_section .welcome_cont h2 {
        font-size: 16px;
    }
    section.welcome_section .wel_dv h3 {
        font-size: 17px;
        color:#000;
    }
    section.welcome_section .wel_dv h3 span {
        font-size: 40px;
    }
    section.welcome_section .wel_dv h3 span.legacy {
        font-size: 40px;
        display:contents;
    }
    section.welcome_section .wel_dv {
        text-align: left;
    }
    section.welcome_section .welcome_cont p {
        font-size: 15px;
        text-align:justify;
    }
}

/*welcome section ends*/

/*Accreditations section starts*/

section.accredi_section {
    position: relative;
    padding: 0;
}

@media (max-width: 767.98px) {
    section.accredi_section .accre_cont h2 {
        font-size: 22px;
    }
    section.accredi_section {
        margin-top: 5%;
        font-weight: bold;
    }
    section.accredi_section{
        margin-top:10%;
    }
}

/*Accreditations section ends*/

/* why choose Pharmacy section start  */

.whyChoosePharmacy{
    padding:0%;
}
.whyChoosePharmacy h2{
    text-align:center;
    font-weight: 400;
}
.whyChoosePharmacy p{
    font-size:22px;
    font-weight:600;
    color:rgba(0,0,0,0.5);
    text-align:justify;
    line-height:30px;
}
.whyChoosePharmacy hr{
    width:60%;
    border:1px solid rgba(0,0,0,0.5);
    margin:1% auto;
}
@media (min-width:320px) and (max-width:480px){
    .whyChoosePharmacy p {
        font-size: 15px;
    }
}

/* why choose Pharmacy section end */

/* Pharmacy Program section start  */

.PharmacyProgram{
    background: #F1F1F1;
    padding:4% 0%;
}
.PharmacyProgram h2{
    text-align:center;
    color:#000;
    font-weight:400;

}
.PharmacyProgram h2 span{
    font-weight:700;
    font-size:50px;
}
.PharmacyProgram hr{
    border-top:1px solid #fff;
    width:50%;
    margin:1% auto;
}
.PharmacyProgram .carousel2 .flickity-viewport{
    height:570px !important;
}
.PharmacyProgram .carousel-cell3 {
    width: 30%;
    height: 100px;
    max-height: 1000px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 50px 0px;
    counter-increment: carousel-cell;
    margin-top: 20px;
    background:transparent;
}
.PharmacyProgram .carousel2 .card-title{
    font-size:17px;
    font-weight:600;
    margin-top:5%;
}
.PharmacyProgram .carousel-cell3 img{
    height: auto;
    width:25%;
    padding: 0px;
    margin-top:4%;
}
.PharmacyProgram .carousel-cell3 .card{
    background:url('../../../default/images/frontend/programBack.png');
    background-size:100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height:430px;
}
@media (min-width:320px) and (max-width:480px){
    .PharmacyProgram{
        background:#F1F1F1;
        padding:15% 0%;
    }
    .PharmacyProgram h2{
        font-size:20px;
    }
    .PharmacyProgram h2 span {
        font-size: 30px;
    }
    .PharmacyProgram .carousel-cell3 {
        width: 100%;
        height: 100px;
        max-height: 1000px;
        margin-right: 5px;
        margin-bottom: 30px;
        border-radius: 5px;
        padding: 0px 0px;
        counter-increment: carousel-cell;
        margin-top: 20px;
    }
    .PharmacyProgram .carousel2 .flickity-viewport{
        height:500px !important;
    }
}

/* Pharmacy Program section end */

/* why choose section start */

.whyChooseSection{
    background:url('../../../default/images/frontend/whyChooseBack.png');
    background-size:30% 70%;
    background-position: left bottom;
    background-repeat: no-repeat;
    height:100%;
    padding:3% 0%;
}
.whyChooseSection h2{
    font-weight:400;
    color:#000;
    text-align:center;
    font-size:55px;
}
.whyChooseSection h2 span{
    font-weight:700;
}
.whyChooseSection .whyChooseCard{
    padding:3% 3% 1% 3%;
    border-radius:15px;
    margin-top:4%;
    border:4px solid #fff;
    box-shadow:0px 0px 30px rgba(0,0,0,0.3);
}
.whyChooseSection .whyChooseCard h4{
    font-size:25px;
    color:#000;
}
.whyChooseSection .whyChooseCard p{
    color:rgba(0,0,0,0.7);
    font-size:20px;
}
@media (min-width:320px) and (max-width:480px){
    .whyChooseSection h2 {
        font-size: 30px;
    }
    .whyChooseSection .whyChooseCard h4 {
        font-size: 13px;
        font-weight:bold;
    }
    .whyChooseSection .whyChooseCard p {
        font-size: 10px;
        line-height: 13px;
        font-weight: 500;
    }
    .whyChooseSection{
        background:url('../../../default/images/frontend/whyChooseBack.png');
        background-size:60% 70%;
        padding:8% 0%;
        background-repeat: no-repeat;
        background-position: left bottom;
    }
}

/* why choose section end */

/* mdu diffrence section start  */

.mduDiff{
    padding:4% 0%;
}
.mduDiff .carousel-cell2 {
    width: 33%;
    height: 100px;
    max-height: 1000px;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 0px 0px;
    counter-increment: carousel-cell;
    margin-top: 20px;
}
.mduDiff .carousel-cell2 img{
    height: auto;
    width: 100%;
    padding: 0px;
    margin-left:5%;
}
.mduDiff .mduDiffContent{
    background:#f2f2f2;
    padding:4%;
}
.mduDiff .mduDiffContent h2{
    text-align:center;
    font-weight:bold;
    font-size:40px;
}
.mduDiff .mduDiffContent p{
    font-size:25px;
    text-align:center;
}
.mduDiff .mduDiffContent .carousel2 .carousel-cell2{
    text-align:center;
}
.mduDiff .mduDiffContent .carousel2 .flickity-viewport{
    height:260px !important;
}
.mduDiff .mduDiffContent .carousel2 .carousel-cell2  h3{
    text-align:center;
    font-weight:bold;
    font-size:20px;
}
.mduDiff .mduDiffContent .carousel2 .carousel-cell2  h4{
    text-align:center;
    font-weight:bold;
    font-size:20px;
}
.mduDiff .mduDiffContent .carousel2 .carousel-cell2  p{
    font-size:18px;
}
.mduDiff .mduDiffContent .carousel2 .carousel-cell2  img{
    width:50%;
}
@media (min-width:320px) and (max-width:480px){
    .mduDiff .mduDiffContent h2 {
        font-size: 28px;
    }
    .mduDiff .mduDiffContent p {
        font-size: 17px;
        text-align: center;
    }
    .mduDiff .carousel-cell2 {
        width: 100%;
        height: 130px;
        max-height: 1000px;
        margin-right: 10px;
        margin-bottom: 30px;
        border-radius: 5px;
        padding: 0px 0px;
        counter-increment: carousel-cell;
        margin-top: 20px;
    }
    .mduDiff .mduDiffContent .carousel .carousel-inner {
        padding-bottom: 12%;
    }
    .mduDiff .mduDiffContent {
        background: #f2f2f2;
        padding: 12% 4%;
    }
}

/* mdu diffrence section end */

/* program section start  */

.programSection{
    padding:4% 0% 0% 0%;
}
.programSection h2{
    font-size:85px;
    font-weight:bold;
}
.programSection p{
    font-size:30px;
    font-weight:500;
    color:#000;
}
.programSection .nav .nav-link.active{
    background:transparent;
    font-size:52px;
    font-weight:700;
    background: -webkit-linear-gradient(50deg, #00287D, #0BD230);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align:center;
    line-height:24px;
}
.programSection .nav .nav-link.active span{
    color:rgba(0,0,0,0.7);
    font-size:25px;
    font-weight:400;
    background:transparent;
}
.programSection .nav .nav-link{
    color:#000;
    font-size:30px;
    text-align:center;
    font-weight:bold;
}
.programSection .nav .nav-link span{
    font-weight:400;
    font-size:20px;
}
.programSection .tab-content{
    margin-top:4%;
    box-shadow:0px 0px 30px rgba(0,0,0,0.5);
    padding:4%;
}
.programSection .tab-content ul li{
    font-size:20px;
    color:#000;
    font-weight:500;
    margin-top:2%;
    line-height:30px;
}
.programSection .tab-content ul li span{
    font-weight:bold;
    font-size:30px;
}
@media (min-width:320px) and (max-width:480px){
    .programSection p {
        font-size: 14px;
    }
    .programSection h2 {
        font-size: 26px;
    }
    .programSection .tab-content ul li {
        font-size: 14px;
        margin-top: 8%;
        line-height: 23px;
    }
    .programSection .tab-content ul li span {
        font-size: 18px;
    }
    .programSection .nav .nav-link.active {
        font-size: 18px;
        line-height: 24px;
    }
    .programSection .nav .nav-link.active span {
        font-size: 20px;
    }
    .programSection .nav .nav-link {
        font-size: 14px;
        line-height:12px;
    }
    .programSection .nav .nav-link span {
        font-size: 12px;
    }
    .programSection .nav .nav-link{
        padding:0px !important;
    }
}

/* program section end */

/* placement opportunities section start  */

.placementOpportunity{
    padding:4% 0%;
}
.placementOpportunity p{
    font-size:20px;
}
.placementOpportunity h2{
    font-size:40px;
}
@media (min-width:320px) and (max-width:480px){
    .placementOpportunity {
        padding: 15% 0%;
    }
    .placementOpportunity p {
        font-size: 16px;
    }
}

/* placement opportunities section end */

/* our recruiters section start  */

.ourRecruiters{
    padding:4% 0% 0% 0%;
    background: rgb(0,40,128);
    background: linear-gradient(180deg, rgba(0,40,128,1) 0%, rgba(6,30,79,1) 100%);
}
.ourRecruiters h2{
    color:#fff;
    font-size:30px;
    text-align:center;
    margin-bottom:4%;
}
.ourRecruiters img{
    width:70%;
}
@media (min-width:320px) and (max-width:480px){
    .ourRecruiters img {
        width: 100%;
    }
    .ourRecruiters {
        padding: 10% 0% 0% 0%;
    }
    .ourRecruiters h2 {
        color: #fff;
        font-size: 20px;
        text-align: center;
        margin-bottom: 4%;
    }
}

/* our recruiters section end */

/*Alumni section starts*/

.alumini_section {
    position: relative;
    padding: 60px 0;
    background: rgba(0,0,0,0.3);
}

.alumini_section .alumini_dv h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}

.alumini_section .alumini_slider_con {
    padding-top: 20px;
}

.alumini_section .alumini_slider_con .alim_img {
    width: 100%;
    margin: auto;
    position: relative;
}

.alumini_section .alumini_slider_con .alim_img img{
    border-radius:50%;
    border:10px solid #000;
}

/* .alumini_section .alumini_slider_con .alim_img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    width: 25px;
    height: 25px;
    background: #0BD230;
    border-radius: 50px;
    margin: auto;
    z-index: 1;
    border: 3px solid #fff;
} */

.alumini_section .alumini_slider_con h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0;
}

.alumini_section .alumini_slider_con p {
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
}

.alumini_section .alumini_slider_con h4 {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}

.alumini_section a.carousel-control-prev {
    left: -75px;
}

.alumini_section a.carousel-control-next {
    right: -75px;
}

@media (max-width: 768px) {
    .alumini_section .carousel-inner .carousel-item>div {
        display: none;
    }
    .alumini_section .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
    .alumini_section .alumini_slider_con .alim_img {
        width: 60%;
        margin: auto;
        position: relative;
    }
    .alumini_section {
        padding: 20px 0;
    }
}

.alumini_section .carousel-inner .carousel-item.active,
.alumini_section .carousel-inner .carousel-item-next,
.alumini_section .carousel-inner .carousel-item-prev {
    display: flex;
}

/* large - display 6 */

@media (min-width: 992px) {
    .alumini_section .carousel-inner .carousel-item-right.active,
    .alumini_section .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }
    .alumini_section .carousel-inner .carousel-item-left.active,
    .alumini_section .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

.alumini_section .carousel-inner .carousel-item-right,
.alumini_section .carousel-inner .carousel-item-left {
    transform: translateX(0);
}

@media (max-width: 767.98px) {
    .alumini_section .alumini_dv h2 {
        font-size: 25px;
    }
    .alumini_section a.carousel-control-prev {
        left: 0;
    }
    .alumini_section a.carousel-control-next {
        right: 0;
    }
}

/*Alumni section ends*/

/* high paying opp section start  */

.highPayingOpp{
    border-bottom:2px solid rgba(0,0,0,0.5);
}
.highPayingOpp h2{
    font-size:65px;
    font-weight:800;
}
.highPayingOpp h4{
    font-size:40px;
    margin-top:5%;
    color:rgba(0,0,0,0.5);
}
.highPayingOpp h4 span{
    color:#000;
    font-size:50px;
    font-weight:bold;
}
@media (min-width:320px) and (max-width:480px){
    .highPayingOpp h2 {
        font-size: 18px;
    }
    .highPayingOpp{
        padding:10% 0% 0% 0%;
    }
    .highPayingOpp h4 {
        font-size: 20px;
    }
    .highPayingOpp h4 span {
        font-size: 16px;
    }
}

/* high paying opp section end */

/*faq section starts*/

section.faq_section {
    position: relative;
    padding: 60px 0 0;
}

.faq_dv {
    position: relative;
    padding: 60px;
}
.faq_dv h2 {
    font-size: 46px;
    color: #000;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
}
.faq_dv h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 150px;
    height: 5px;
    background: #EE7202;
}
.faq_section #faq .card {
    margin: 0 0 0 0;
    border: 0;
    border-bottom: 1px solid #0000003d;
}

.faq_section #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

.faq_section #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: #F3F0F0;
    color: #000;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 30px;
}
.faq_section #faq .card .card-header .btn-header-link span.secondTxt{
    font-size:25px;
    font-weight:500;
}

.faq_section #faq .card .card-body {
   padding-top:20px;
}

.faq_section #faq .card .card-body ul {
    list-style:disc;
    padding-left:4%;
}

.faq_section #faq .card .card-body ul li{
    font-size:25px;
    font-weight:600;
    color:rgba(0,0,0,0.7);
    margin-top:1%;
}

.faq_section #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  color: #ee7202;
}

.faq_section #faq .card .card-header .btn-header-link.collapsed {
  background: #F3F0F0;
  color: #000;
}

.faq_section #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

.faq_section #faq .card .collapsing {
  background: #F3F0F0;
  line-height: 30px;
}

.faq_section #faq .card .collapse {
  border: 0;
}

.faq_section #faq .card .collapse.show {
  background: #F3F0F0;
  line-height: 30px;
  color: #222;
}
@media screen and (max-width: 767.98px) {
    .faq_dv {
        padding: 0px;
    }
    .faq_section #faq .card .card-header .btn-header-link {
        padding: 10px 10px;
        font-size: 20px;
        line-height: 20px;
    }
    .faq_section #faq .card .card-header .btn-header-link span.secondTxt {
        font-size: 16px;
    }
    .faq_section #faq .card .card-body ul li {
        font-size: 14px;
        margin-top: 0%;
    }
}

/*faq section ends*/

/* admission process start  */

.admissionProcess{
    padding:3% 0%;
    margin:0% 4%;
}
.admissionProcess .admissonContentDiv{
    padding:3%;
    background: rgb(238,252,241);
    background: linear-gradient(180deg, rgba(238,252,241,1) 0%, rgba(238,240,246,1) 100%);
} 
.admissionProcess .admissonContentDiv h2{
    font-size:50px;
    text-align:center;
    font-weight:800;
    line-height:38px;
}
.admissionProcess .admissonContentDiv h2 span.sub_text{
    font-size:25px;
    font-weight:500;
}
.admissionProcess .admissonContentDiv p{
    font-size:25px;
    text-align:center;
    font-weight:600;
    color:rgba(0,0,0,0.4);
}

.admissionProcess .admissonContentDiv .steps-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
    position: relative;
    max-width: 1500px;
    margin: auto;
}

.admissionProcess .admissonContentDiv .step {
    flex: 1 1 160px;
    min-width: 150px;
    position: relative;
    text-align: center;
}

.admissionProcess .admissonContentDiv .step .circle {
    width: 20px;
    height: 20px;
    background-color: #1e40af;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}



.admissionProcess .admissonContentDiv .step:last-child .circle::before {
    display: none;
}

.admissionProcess .admissonContentDiv .step h3 {
    margin: 1rem 0 0.5rem;
    font-size: 16px;
    font-weight:bold;
}

.admissionProcess .admissonContentDiv .step p {
    font-size: 14px;
    color: #555;
    line-height: 18px;
}

.admissionProcess .admissonContentDiv .step-number {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
    margin-top:5%;
}

.admissionProcess .admissonContentDiv .step-line {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d1d5db;
    z-index: 0;
}

@media (max-width: 768px) {
    .admissionProcess .admissonContentDiv .steps-container {
      flex-direction: column;
      align-items: flex-start;
    }

    .admissionProcess .admissonContentDiv .step {
      flex: 1 1 100%;
      text-align: left;
      padding-left: 2rem;
    }

    .admissionProcess .admissonContentDiv h2 span.sub_text {
        font-size: 14px;
        font-weight: 500;
    }

    .admissionProcess .admissonContentDiv .step .circle {
      margin: 0;
      position: absolute;
      left: 0;
    }

    .admissionProcess .admissonContentDiv .step .circle::before {
      width: 2px;
      height: 100%;
      top: 30px;
      left: 50%;
      transform: translateX(-50%);
    }

    .admissionProcess .admissonContentDiv .step-line {
      display: none;
    }

    /* .admissionProcess .admissonContentDiv .step-number {
      margin-left: -2rem;
    } */
    .admissionProcess .admissonContentDiv .step .circle::before {
        content: "";
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 135px;
        background-color: #d1d5db;
        z-index: -1;
    }
    .admissionProcess .admissonContentDiv .step p {
        text-align:left;
    }
    .admissionProcess .admissonContentDiv .step h3 {
        font-size: 20px;
    }
    .admissionProcess .admissonContentDiv .step-number {
        font-size: 1.7rem;
        margin-top: 0%;
    }
    .admissionProcess .admissonContentDiv p {
        font-size: 16px;
        line-height: 18px;
    }
    .admissionProcess .admissonContentDiv h2 {
        font-size: 22px;
        text-align: center;
        font-weight: 800;
        line-height: 25px;
    }
    .admissionProcess .admissonContentDiv {
        padding: 10% 3%;
    }
    
}

/* admission process end */

/* eligibility criteria section start  */

.eligibilityCriteria{
    padding:3% 0%;
}
.eligibilityCriteria h2{
    font-weight:800;
    font-size:55px;
}
.eligibilityCriteria hr{
    border:1px solid rgba(0,0,0,0.2);
}
.eligibilityCriteria p{
    font-size:25px;
    color:#000;
    font-weight:600;
    line-height:35px;
}
@media (min-width:320px) and (max-width:480px){
    .eligibilityCriteria h2 {
        font-size: 30px;
    }
    .eligibilityCriteria p {
        font-size: 14px;
        line-height:16px;
    }
}

/* eligibility criteria section end */

/* why choose section start  */

.whyChoose{
    background: rgb(0,40,128);
    background: linear-gradient(180deg, rgba(0,40,128,1) 0%, rgba(6,30,79,1) 100%);
    margin-top:-10%;
}
.whyChoose .whyChooseContent{
    padding:20% 3% 3% 3%;
    background:rgba(0,0,0,0.2);
}
.whyChoose .whyChooseContent p{
    color:#fff;
    text-align:center;
    font-size:25px;
}
.whyChoose .whyChooseContent h2{
    font-size:50px;
    text-align:center;
    font-weight:bold;
    background: -webkit-linear-gradient(50deg, #0084E7, #0BD230);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.whyChoose .whyChooseContent .whyChooseCard{
    background:#fff;
    padding:10% 4%;
    border-radius:10px;
    height:195px;
}
.whyChoose .whyChooseContent .whyChooseCard h3{
    font-size:22px;
    font-weight:bold;
}
.whyChoose .whyChooseContent .whyChooseCard p{
    color:#000;
    text-align:left;
    font-size:18px;
    font-weight:bold;
}
.whyChoose .whyChooseContent .carousel .carousel-inner{
    padding-bottom:8%;
}
.whyChoose .whyChooseContent h5{
    color:#fff;
    font-size:22px;
    text-align:center;
}
@media (min-width:320px) and (max-width:480px){
    .whyChoose .whyChooseContent p {
        font-size: 18px;
    }
    .whyChoose .whyChooseContent h2 {
        font-size: 22px;
    }
    .whyChoose .whyChooseContent .whyChooseCard{
        height:145px;
        margin-top:15%;
    }
    .whyChoose .whyChooseContent .carousel .carousel-inner{
        padding-bottom:18%;
    }
    .whyChoose .whyChooseContent .whyChooseCard h3 {
        font-size: 13px;
    }
    .whyChoose .whyChooseContent .whyChooseCard p {
        font-size: 14px;
        line-height: 16px;
    }
    .whyChoose .whyChooseContent h5 {
        font-size: 15px;
    }
}

/* why choose section end */

/*sustainable css starts*/

section.sustainable_section {
    padding: 60px 0 80px;
}
.section.sustainable_section h2{
    color:#000;
    font-size:30px;
    font-weight:500;
}
section.sustainable_section h2 span{
    font-size:60px;
    font-weight:700;
}
section.sustainable_section h4{
    font-size:40px;
    font-weight:400;
    color:rgba(0,0,0,0.6);
}
section.sustainable_section h6{
    font-weight:bold;
    margin-top:2%;
}
section.sustainable_section p{
    color:#000;
    font-weight:500;
}

@media (max-width: 767.98px) {
    section.sustainable_section h2 span {
        font-size: 40px;
    }
    section.sustainable_section h2{
        font-size:15px;
    }
    section.sustainable_section h4 {
        font-size: 34px;
    }
    section.sustainable_section p{
        line-height: 16px;
        font-size: 12px;
    }
    section.sustainable_section h6{
        font-size:14px;
    }
}

/*sustainable css ends*/

/*Scholarship section starts*/

section.scholarship_content {
    position: relative;
    background: #EEF9E9;
}

section.scholarship_content .scholar_cont h2 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 50px;
}

section.scholarship_content .head_bg_sch {
    position: relative;
    background: #0A1323;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px 10px;
    text-align: center;
}

section.scholarship_content .head_bg_sch h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

section.scholarship_content .schl_des {
    position: relative;
    padding: 25px 15px;
    background: #072A3E;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

section.scholarship_content .schl_des h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

section.scholarship_content .schl_des h4 span {
    font-size: 18px;
}

section.scholarship_content .schl_des p {
    font-size: 14px;
    color: #fff;
    line-height: normal;
    margin-bottom: 0;
}

section.scholarship_content .schl_des ul {
    list-style: none;
    padding: 0;
}

section.scholarship_content .schl_des ul li p {
    font-size: 16px;
    font-weight: 700;
}

section.scholarship_content .schl_des ul li {
    margin-bottom: 22px;
}

section.scholarship_content .schl_des ul li hr {
    border-color: #fff;
    background: #fff;
    height: 2px;
    margin: 5px 0px;
}

section.scholarship_content .schl_des ul li p span {
    font-size: 24px;
}

section.scholarship_content .schl_des ul.schl_listtwo li p {
    font-size: 18px;
    font-weight: 700;
}

section.scholarship_content .note_dv ul li,
section.scholarship_content .note_dv p {
    font-size: 14px;
    margin: 0 0px;
}

section.scholarship_content .note_dv ul {
    padding-left: 30px;
}

section.scholarship_content .nav-tabs {
    display: none;
}

section.scholarship_content .scholar_contdv {
    background: #072A3E;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
}

section.scholarship_content .scholar_contdv h3 {
    padding: 10px;
    background: #0A1323;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

section.scholarship_content .table_dv {
    padding: 15px;
    width: 80%;
    margin: auto;
    background: #E7E7E7;
    box-shadow: 0px 5.07px 126.73px 0px rgb(0 0 0 / 30%);
    position: relative;
    margin-top: 40px;
    border-image: linear-gradient(161deg, #ffffff 50%, #0BD032 100%) 3;
    border-radius: 5px;
    border-width: 4px;
    border-style: solid;
}

section.scholarship_content .table_dv tr td {
    font-size: 18px;
    color: #23376C;
    font-weight: 600;
}

section.scholarship_content .table_dv tr th {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

section.scholarship_content .table_dv tr td:nth-child(2n) {
    text-align: right;
}

section.scholarship_content .table_dvs tr td:nth-child(2n) {
    width: 200px;
}

section.scholarship_content .table_dv tr td span {
    font-size: 12px;
    text-align: right;
    font-weight: 500;
}

section.scholarship_content .table_dv tr td small {
    font-size: 12px;
    text-align: right;
    font-weight: 500;
}

section.scholarship_content .nav-tabs .nav-link {
    color: #00000075;
    font-weight: 600;
    display: block;
    padding: 5px;
    text-transform: uppercase;
}

section.scholarship_content .nav-tabs .nav-link span {
    display: block;
    color: #000;
}

section.scholarship_content .nav-tabs .nav-item.show .nav-link,
section.scholarship_content .nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border: 0;
}

section.scholarship_content .nav-tabs .nav-item.show .nav-link span,
section.scholarship_content .nav-tabs .nav-link.active span {
    background: -webkit-linear-gradient(50deg, #00287D, #0BD230);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
}

@media(min-width:991.98px) {
    section.scholarship_content .nav-tabs {
        display: block;
    }
    section.scholarship_content .card {
        border: none;
        background: transparent;
    }
    section.scholarship_content .card .card-header {
        display: none;
    }
    section.scholarship_content .card .collapse {
        display: block;
    }
}

@media(max-width:767px) {
    section.scholarship_content .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
    }
}

@media (max-width: 991.98px) {
    section.scholarship_content .scholar_contdv {
        margin: 15px auto 15px;
        width: 95%;
    }
    section.scholarship_content .tab-content>.tab-pane {
        margin-bottom: 10px;
    }
    section.scholarship_content .table_dvs tr td:nth-child(2n) {
        min-width: 100px;
    }
    section.scholarship_content img {
        display: none;
    }
    section.scholarship_content .scholar_cont h2 {
        font-size: 20px;
    }
    section.scholarship_content .head_bg_sch h3 {
        font-size: 16px;
    }
    section.scholarship_content .schl_des h4 {
        font-size: 24px;
    }
    section.scholarship_content .schl_des h4 span {
        font-size: 14px;
    }
    section.scholarship_content .schl_des ul li p {
        font-size: 16px;
    }
    section.scholarship_content .schl_des ul li p span {
        font-size: 20px;
    }
    section.scholarship_content .schl_des ul li {
        margin-bottom: 15px !important;
    }
}

/*Scholarship section ends*/

/* cta section start  */

.ctaSection .ctaSectionContent{
    background: rgb(1,18,55);
    background: linear-gradient(180deg, rgba(1,18,55,1) 0%, rgba(6,30,79,1) 100%);
    padding:3%;
}
.ctaSection .ctaSectionContent p{
    color:rgba(255,255,255,0.6);
    font-weight:bold;
    font-size:20px;
    margin-bottom:0%;
}
.ctaSection .ctaSectionContent h2{
    background: -webkit-linear-gradient(50deg, #0084E7, #0BD230);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:400;
    font-size:150px;
    margin-top:-2%;
}
.ctaSection .ctaSectionContent h3{
    font-size:30px;
    color:#fff;
}
.ctaSection .ctaSectionContent h4{
    font-size:40px;
    color:#fff;
}
.ctaSection .ctaSectionContent hr{
    border:1px solid #fff;
    width:30%;
}
@media (min-width:320px) and (max-width:480px){
    .ctaSection .ctaSectionContent {
        padding: 10% 5%;
    }
    .ctaSection .ctaSectionContent p {
        text-align:center;
        margin-bottom:5%;
    }
    .ctaSection .ctaSectionContent h2 {
        font-size: 70px;
        text-align:center;
    }
    .ctaSection .ctaSectionContent h3 {
        font-size: 21px;
        font-weight:bold;
        text-align:center;
    }
    .ctaSection .ctaSectionContent hr{
        border:1px solid #fff;
        width:30%;
        margin:0% auto;
    }
    .ctaSection .ctaSectionContent h4 {
        font-size: 25px;
        color: #fff;
        text-align:center;
    }
}

/* cta section end */

/*footer css starts*/

footer.footer {
    position: relative;
    background: #292929;
    padding: 60px 0 0;
}

footer.footer h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
}

footer.footer .social_icon ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

footer.footer .social_icon ul li {
    margin-right: 20px;
}

footer.footer .social_icon ul li a {
    font-size: 16px;
    background: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 4px 0;
    border-radius: 30px;
    display: block;
    color: #000;
    transition: all ease .3s;
    transform: scale(1);
}

footer.footer .social_icon ul li a:hover {
    transition: all ease .3s;
    transform: scale(0.98);
    opacity: 0.7;
}

footer.footer .copyright {
    padding: 15px 10px;
}

footer.footer .copyright p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

footer.footer .copyright ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: right;
    margin: 0;
}

footer.footer .address_list ul li {
    padding-left: 30px;
}

footer.footer .address_list ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: block;
    opacity: 0.8;
    transition: all ease .3s;
}

footer.footer .address_list ul li a:hover {
    opacity: 1;
    transition: all ease .3s;
}

footer.footer .address_list ul li a i {
    width: 23px;
    height: 23px;
    border: 1px solid #fff;
    text-align: center;
    padding: 5px 2px;
    border-radius: 70px;
    font-size: 14px;
    background: #fff;
    color: #000;
    margin-right: 5px;
    position: relative;
    margin-left: -30px;
    text-indent: 0px;
    display: inline-block;
}

@media (max-width: 767.98px) {
    footer.footer {
        padding: 30px 0 0;
    }
    footer.footer .logo {
        text-align: center;
    }
    footer.footer h4 {
        text-align: center;
    }
    footer.footer .social_icon ul {
        justify-content: center;
    }
    footer.footer .copyright {
        text-align: center;
    }
    footer.footer .copyright ul {
        justify-content: center;
        margin: 0;
    }
}

/*footer css ends*/

/* Form Css Starts */

.banner_form_sec {
    background: #fff;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    padding: 20px 15px;
    position: relative;
    border-radius: 15px;
    z-index: 1;
    box-shadow: 0 10px 44px 0px #0000005c;
}

.banner_form_sec h4.form_title {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}

.banner_form_sec .form-control {
    height: 40px !important;
    padding: 10px 15px;
    background: #ffffff;
    color: #000 !important;
    border: 1px solid #b9b9b9;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 5px !important;
    background: #ffffff !important;
    border: 1px solid #b9b9b9 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}

.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 40px !important;
    border-color: #b9b9b9 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding: 6px 0 !important;
}

.banner_form_sec a.btn.btn-link.forPwd.showifvalid.toggleAction {
    padding: 0;
    color: #000;
    font-weight: 500;
}

.register-panel .form-group.agrCheck .checkText {
    color: #000;
}

.banner_form_sec ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.banner_form_sec ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.banner_form_sec :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.banner_form_sec :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

/* Form Css Ends */

section.course_section .nav-tabs {
    display: none;
}

section.course_section .card-body h3 {
    color: #249038;
    font-size: 32px;
    font-weight: 700;
}

section.course_section .card-body h4 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    border-top: 1px solid #00000040;
    padding-top: 15px;
    margin-top: 15px;
}

section.course_section .cust_mrgn_one p {
    margin-top: 40px !important;
}

section.course_section .course_dtl ul {
    list-style: disc;
    padding-left: 16px;
}

section.course_section .course_dtl ul li {
    font-size: 14px;
    font-weight: 500;
    color: #6e6e6e;
}

section.course_section .course_dtl p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #333;
}

section.course_section .nav-tabs .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border: 0;
}

section.course_section .nav-tabs .nav-item.show .nav-link,
section.course_section .nav-tabs .nav-link.active {
    color: #000;
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    border: 0;
}

@media(min-width:991.98px) {
    section.course_section .nav-tabs {
        display: block;
    }
    section.course_section .card {
        border: none;
    }
    section.course_section .card .card-header {
        display: none;
    }
    section.course_section .card .collapse {
        display: block;
    }
    section.course_section .tab-content>.active .collapse {
        display: block;
    }
    section.course_section .collapse:not(.show) {
        display: block;
    }
}

@media(max-width:991.98px) {
    section.course_section .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
        background: #fff;
        margin-bottom: 10px;
        border: 0;
        border-bottom: 1px solid #00000038;
        border-radius: 0;
    }
    section.course_section .tab-content {
        padding: 0;
        background: transparent;
    }
    section.course_section .card-body h3 {
        font-size: 24px;
    }
    section.course_section .card-body h4 {
        color: #333;
        font-size: 20px;
        font-weight: 700;
    }
    .card-header p a {
        font-size: 18px;
        color: #fff;
    }
    .card-header {
        background: #249038;
    }
    .active .card-header {
        background: #249038;
    }
    .card-header p a {
        color: #fff;
    }
}

/* schalrship section css starts */

section.scholarship_content {
    position: relative;
    background: url(../../images/frontend/scholarship_img.png);
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: top left;
    background-size: cover;
}

.swiper-content h3 {
    font-size: 20px;
    color: #00000070;
    text-align: center;
}

.swiper-content h3 span {
    display: block;
    font-size: 26px;
    color: #000;
    opacity: 1;
}

.swiper-content hr {
    height: 2px;
    background: #00287D;
    opacity: 0.4;
}

.swiper-content h4 {
    font-size: 20px;
    text-align: center;
    color: #000;
    position: relative;
}

.scholarship_slider-slider {
    background: #fff;
    box-shadow: 0px 0px 60px 0px #0000003b;
}

.scholarship_slider-slider .swiper-content {
    padding: 40px;
    position: relative;
}

.scholarship_slider {
    width: 100%;
    max-width: 100%;
    margin: 40px auto 0;
}

.scholarship_slider-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.scholarship_slider-slider .swiper-slide {
    width: auto;
    /* height: 400px; */
}

.scholarship_slider-slider .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.scholarship_slider-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.scholarship_slider-thumbs .swiper-slide {
    width: 25%;
    height: 100px;
    text-align: center;
    overflow: unset;
    /* opacity: 1; */
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 4px 100px 0px rgb(0 0 0 / 25%);
    display: flex;
    align-items: center;
    position: relative;
}

.scholarship_slider-thumbs .swiper-slide-active {
    opacity: 1;
}

.scholarship_slider-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}

.scholarship_slider-thumbs {
    overflow: unset !important;
    margin-top: 0;
}

.scholarship_slider-thumbs .swiper-slide h3 {
    font-size: 16px;
    color: #00000070;
}

.scholarship_slider-thumbs .swiper-slide h4 {
    font-size: 18px;
    color: #000;
}

section.scholarship_content .table_two tr td {
    font-size: 14px;
    color: #23376C;
    font-weight: 600;
}

section.scholarship_content .table_dvthree {
    /* width: 100%; */
}

section.scholarship_content .table_dvthree tr td:nth-child(2n) {
    text-align: right;
    width: 130px;
}

section.scholarship_content .table_dv tr th:nth-child(2n) {
    text-align: right;
}

.scholarship_slider-thumbs .swiper-slide-active h3 {
    background: -webkit-linear-gradient(50deg, #00287D, #0BD230);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.scholarship_slider-thumbs {
    height: 100px;
}

.swiper-button-prev {
    background: #23376C;
    color: #fff !important;
    padding: 15px;
    width: 70px !important;
    height: 40px !important;
    left: -20px !important;
    border-radius: 100px;
}

.swiper-button-next {
    background: #23376C;
    color: #fff !important;
    padding: 15px;
    width: 70px !important;
    height: 40px !important;
    right: -20px !important;
    border-radius: 100px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.table td,
.table th {
    border-color: #0000002b;
}

.swiper-slide.swiper-slide-active:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}

.scholar_dv {
    background: #0A1323;
    position: relative;
    padding: 15px;
    text-align: center;
}

section.scholar_section {
    position: relative;
    background: #072A3E;
    padding-bottom: 30px;
}

.scholar_dv h2 {
    font-size: 20px;
    margin: 0;
    color: #fff;
}

.scholar_dv:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #0A1323, #0BC131, #0A1323);
}

.scholar_dv_s {
    padding: 15px;
    text-align: center;
    border-bottom: 2px solid #ffffff45;
    width: 100%;
    margin: auto;
}

.scholar_dv_s p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.scholar_dvs h3 {
    font-size: 20px;
    color: #fff;
}

.scholar_dvs p {
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
    margin: 0;
}

.scholar_dvs ul li {
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
    margin: 0;
}

.scholar_dvs ul {
    list-style: disc;
    padding-left: 25px;
}

.scholarship_slider-slider .swiper-slide.swiper-slide-active:after {
    display: none;
}

@media (max-width: 768px) {
    .scholarship_slider-thumbs .swiper-slide {
        width: 50%;
    }
    .scholarship_slider-thumbs .swiper-slide h3 {
        font-size: 14px;
        color: #00000070;
    }
    .scholarship_slider-slider .swiper-content {
        padding: 25px 15px;
        position: relative;
    }
    .swiper-content h3 {
        font-size: 16px;
    }
    .swiper-content h4 {
        font-size: 16px;
    }
    section.scholarship_content .table_dv {
        width: 100%;
    }
    section.scholarship_content .table_dv tr td {
        font-size: 14px;
        color: #23376C;
        font-weight: 600;
        padding: 10px;
    }
    section.scholarship_content .table_dvthree tr td:nth-child(3n) {
        min-width: 300px;
    }
    .scholar_dvs h3,
    .scholar_dvs p {
        text-align: center;
    }
    .scholarship_slider-thumbs {
        margin-bottom: 60px !important;
    }
    .table-responsive {
        overflow: scroll !important;
        -webkit-overflow-scrolling: touch;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 280px !important;
    }
}

/* schalrship section css ends */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 90px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #0BD230;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.CallButton a:hover {
    text-decoration: none;
    color: #fff;
}

/* call now button end  */

/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #072a3e;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
}

.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
}

.applyNowButton a h5 {
    font-size: 14px;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}

/* Apply Now  button end  */

section.scholarship_content .t_and_c {
    font-size: 10px;
    display: block;
    margin-top: -6px;
    color: #3c3c3c;
}