@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');
@import url('https://fonts.googleapis.com/css2?family=Average&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: 'Montserrat';
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

* {
    border: medium none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Product Sans'; */
}

ul {
    list-style-type: none;
}

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

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

textarea {
    resize: none;
}

.btns-style-one {
    font-size: 16px;
    background: #000;
    padding: 10px 15px;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0px 2.6px 53.89px hwb(0deg 0% 100% / 25%);
    transform: scale(1);
    transition: all ease .3s;
}

.btns-style-one:hover {
    color: #fff;
    box-shadow: 0px 2.6px 53.89px hwb(0deg 0% 100% / 50%);
    transform: scale(0.95);
}

.color-pink {
    color: #D1153D;
}

.pink_back {
    background: #D1153D;
}

/*header starts*/

header.header {
    position: relative;
    padding: 10px 0;
}

header.header a {
    display: block;
}

/*header ends*/

/*banner starts*/

section.banner-section .banner-con-one {
    background-image: url('https://sbsu-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Sbsu/bca/images/banner_img11.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 15px 0;
    height: auto;
}

section.banner-section .banner-content h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    font-family: "Average", serif;
}

section.banner-section .banner-content h1 span {
    display: block;
    font-size: 16px;
    margin: 0;
    line-height: normal;
    color: rgba(255, 255, 255, 0.5);
}

section.banner-section .banner-content p {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    font-family: "Average", serif;
    margin: 15px 0px;
}

section.banner-section .banner-content h2 {
    position: relative;
    text-align: center;
}

section.banner-section .banner-content h2 .fnt-one {
    /* display: block; */
    width: 100%;
    background: #fff;
    padding: 15px 100px 15px 15px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px;
}

section.banner-section .banner-content h2 .fnt-four {
    /* position: absolute; */
    right: 0;
    top: 0;
    height: 100%;
    width: 145px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 16px;
    background: #D1153D;
    border-radius: 8px;
    text-align: center;
}

section.banner-section .banner-content h3 {
    font-size: 22px !important;
    color: #fff;
    margin-top: 40px;
    opacity: 1;
    font-family: "Inter", sans-serif;
    line-height: 26px;
    margin-bottom: 30px;
}

section.banner-section .banner-con-two {
    padding: 30px 20px;
    background: linear-gradient(90deg, #D1153D, #A21331);
}

section.banner-section .banner-con-two .row>div {
    max-width: 20%;
    flex: 0 0 20%;
    text-align: center;
    border-right: 1px dashed #fff;
}

section.banner-section .banner-con-two h3 {
    font-size: 35px;
    color: #fff;
    font-family: "Average", serif;
    margin: 0;
}

section.banner-section .banner-con-two p {
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    margin: 0;
    font-weight: 500;
}

section.banner-section .banner-con-two .row>div:last-child {
    border: 0;
}

@media (min-width:320px) and (max-width:480px) {
    section.banner-section .banner-con-one {
        background-image: url('https://sbsu-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Sbsu/main-page/images/banner_img.png');
    }
}

/*banner ends*/

/* course section start */

.health-program-section {
    background: #f4f4f4;
    padding: 80px 0;
}

.health-program-section .section-heading h2 {
    font-family: serif;
    font-size: 42px;
    color: #243b5a;
    margin-bottom: 30px;
}

.health-program-section .section-title {
    font-family: "Average", serif;
    font-size: 50px;
    margin-bottom: 4%;
    color: #17345A;
}

.health-program-section .subheading {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.health-program-section .subheading span {
    color: #d7193f;
    font-weight: 600;
}

.health-program-section .doctor-wrapper {
    position: relative;
    display: inline-block;
}

.health-program-section .red-shape {
    position: absolute;
    width: 200px;
    height: 230px;
    background: #d7193f;
    transform: skewX(-15deg);
    left: 30px;
    top: 50px;
    z-index: 1;
}

.health-program-section .doctor-img {
    position: relative;
    z-index: 2;
    max-width: 230px;
}

.health-program-section .apply-btn {
    display: inline-block;
    /* margin-top: 15px; */
    background: #000;
    color: #fff;
    padding: 10px 25px;
    border-radius: 6px;
    width: 60%;
}

.health-program-section .program-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
}

.health-program-section .program-card h5 {
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: bold;
}

.health-program-section .program-card p {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 500;
}

.health-program-section .program-card span {
    color: #d7193f;
    font-weight: 600;
    font-size: 12px;
}

.health-program-section .program-tabs .nav-link {
    color: #5a6c7d;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.health-program-section .program-tabs .nav-link.active {
    color: #243b5a;
    font-weight: 600;
}


@media(max-width:991px) {

    .health-program-section .doctor-col {
        margin-bottom: 40px;
    }

    .health-program-section .program-tabs {
        margin-top: 30px;
    }

    .health-program-section .section-heading h2 {
        font-size: 32px;
    }

}

/* course section end */

/* why choose section start  */

.allied-health-section {
    background: #fff;
    padding: 80px 0;
}
.allied-health-section .section-header p {
    font-size: 16px;
    color: #444;
    margin-bottom: 5px;
}
.allied-health-section  ul li{
    font-size:12px;
}
.allied-health-section .section-header h2 {
    font-size: 40px;
    font-family: serif;
    margin-bottom: 60px;
}
.allied-health-section .feature-box {
    margin-bottom: 40px;
}
.allied-health-section .feature-inner {
    padding-left: 20px;
    position: relative;
}
.allied-health-section .feature-inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 22px;
    width: 3px;
    background: #d61b3c;
}
.allied-health-section .feature-inner h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.allied-health-section .feature-inner p {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
    margin: 0;
}
.allied-health-section .apply-btn-wrap {
    margin-top: 30px;
}
.allied-health-section .apply-btn {
    background: #000;
    color: #fff;
    padding: 12px 35px;
    border-radius: 6px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
}
.allied-health-section .apply-btn:hover {
    background: #222;
    color: #fff;
}

/* why choose section end */

section.get-hired-section {
    position: relative;
    padding: 60px 0 0;
    background: linear-gradient(75deg, #17345A, #0B213D);
}

section.get-hired-section .get-contnet h2 {
    font-size: 40px;
    text-align: right;
    color: #fff;
    font-weight: 500;
    font-family: 'Average';
}

section.get-hired-section .get-contnet h2 span {
    font-size: 20px;
    display: block;
    font-family: 'Inter';
    margin-bottom: 6px;
}

section.get-hired-section .get-list-box ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

section.get-hired-section .get-list-box ul li {
    width: 25%;
    padding: 10px;
}

section.get-hired-section .get-list-box ul li h3 {
    background: #D1153D;
    color: #fff;
    font-size: 44px;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 4px;
}

section.get-hired-section .get-list-box ul li p {
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    font-weight: 500;
}

section.get-hired-section .get-check-list-box {
    border-top: 2px dashed #ffffff69;
    margin-top: 40px;
    padding-top: 40px;
}

section.get-hired-section .get-check-list-box ul {
    display: flex;
    flex-wrap: wrap;
}

section.get-hired-section .get-check-list-box ul li {
    width: 32%;
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
    text-indent: -10px;
}

section.get-hired-section .carousel-cell {
    width: 16.66%;
    padding: 20px;
}

section.get-hired-section .get-hired-content-box {
    margin-left: -45%;
    position: relative;
}

section.get-hired-section .get-hired-content-box.mt-4 p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    opacity: 0.6;
}

/*research section starts*/

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

 .research-section .research-head p span {
    font-size: 22px;
    font-weight: 600;
}

 .research-section .research-head {
    margin-bottom: 30px;
}

.research-section .research-head ul{
    list-style:disc;
}
.research-section .research-head ul li{
    font-size:18px;
    font-weight:500;
    opacity: 1;
}

 .research-section .research-head p {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

 .research-section .research-head h2 {
    font-size: 40px;
    color: #17345A;
    font-family: 'Average';
}

section.research-section .research-sb-cont {
    padding: 20px 15px;
    border-bottom: 1px dashed #000;
}

section.research-section .research-sb-cont h3 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

section.research-section .research-sb-cont h3 .fnt-one {
    font-size: 44px;
    color: #d1153d;
    font-weight: 500;
    font-family: "Average", serif;
    display: block;
}

section.research-section .research-sb-cont h3 .fnt-two {
    font-size: 14px;
    font-weight: 700;
    margin-left: 15px;
}

section.research-section .research-content .col-md-6:nth-child(3) div,
section.research-section .research-content .col-md-6:nth-child(4) div {
    border: 0;
}

section.research-section .research-sb-cont p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    opacity: 1;
    margin-bottom: 0;
}

/*research section ends*/

/*beyond classroom section starts*/

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

section.clubs-section>div {
    background: #000;
    padding: 50px;
    color: #fff;
}

.clubs-section .clubs-title h2 {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4;
}

.clubs-section .clubs-title span {
    font-size: 65px;
    color: #e4002b;
    font-weight: 700;
}

.clubs-section .club-item {
    margin-bottom: 25px;
    padding-left: 18px;
    position: relative;
}

.clubs-section .club-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 3px;
    height: 35px;
    background: #e4002b;
}

.clubs-section .club-item h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

.clubs-section .club-item p {
    font-size: 12px;
    color: #bbb;
    margin: 0;
}

/* Responsive */

@media (max-width:768px) {

    .clubs-section .clubs-title {
        margin-bottom: 30px;
    }

    .clubs-section .clubs-title h2 {
        font-size: 20px;
    }

    .clubs-section .club-item {
        margin-bottom: 20px;
    }

}


/*beyond classroom section ends*/

/* ncc section start   */

.ncc_section {
    position: relative;
    padding: 0px 60px 0px 60px;

}

section.ncc_section>div {
    background-image: url('https://sbsu-prod-public.s3.ap-south-1.amazonaws.com/landing_page/Sbsu/main-page/images/ncc_back.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 80vh;
    padding: 50px;
}

.ncc_section h2 {
    color: #fff;
    font-family: "Average", serif;
    font-size: 50px;
    line-height: 40px;
}

.ncc_section h2 span {
    font-size: 35px;
}

.ncc_section h6 {
    color: #fff;
    font-size: 11px;
}

.ncc_section .col-md-4 {
    border-left: 2px solid #D1153D;
    padding-left: 2%;
}

/* ncc section end   */

/* life section start  */

.life-section {
    position: relative;
    padding: 0px 60px 0px 60px;
    color: #fff;
}

section.life-section>div {
    background: #000;
    padding: 50px;
}

.life-section .gallery img {
    height: 120px;
    object-fit: cover;
    margin-bottom: 10px;
}

.life-section .gallery-text {
    font-size: 18px;
    line-height: 1.6;
}

.life-section .features {
    margin-top: 60px;
}

.life-section .feature {
    padding-left: 15px;
    position: relative;
    margin-bottom: 30px;
}

.life-section .feature:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 35px;
    background: #d7193f;
}

.life-section .feature h6 {
    font-size: 14px;
    font-weight: 600;
}

.life-section .feature p {
    font-size: 12px;
    color: #bbb;
    margin: 0;
}


@media(max-width:768px) {

    .life-section .life-banner h2 {
        font-size: 28px;
    }

    .life-section .gallery img {
        height: 90px;
    }

    .life-section .gallery-text {
        margin-top: 20px;
    }

}

/* life section end */

/*join section starts*/

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

section.join-section h2 {
    font-size: 44px;
    color: #17345A;
    font-family: 'Average';
}

section.join-section p {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

/*join section ends*/

/* footer section start  */

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

footer.footer h6 {
    font-size: 18px;
    font-weight: 700;
    color: #D1153D;
    text-align: right;
}

footer.footer .phone-footer {
    display: block;
    font-size: 28px;
    text-align: right;
    color: #000;
    font-weight: 600;
}

footer.footer .mail-footer {
    display: block;
    font-size: 18px;
    text-align: right;
    color: #000;
    font-weight: 600;
}

footer.footer .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #17345A;
    color: #fff;
    font-size: 24px;
    transition: 0.3s;
    margin-right: 15px;
    border: 2px solid #17345A;
    transition: all ease .3s;
}

footer.footer .social-icon:hover {
    background: #fff;
    color: #17345A;
    text-decoration: none;
    border: 2px solid #17345A;
}

footer.footer .footer-rule hr {
    opacity: 1;
    border-width: 4px;
    background: #000;
    border-radius: 15px;
    margin-top: 25px;
}

/* footer section end */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 85px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #17345A;
    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: #000;
    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  */

@media (max-width:1399px) {
    section.banner-section .banner-content h2 .fnt-one {
        font-size: 20px;
    }

    section.banner-section .banner-content h2 .fnt-four {
        width: 125px;
        font-size: 20px;
    }

    section.banner-section .banner-content h3 {
        font-size: 16px;
    }

    section.recognitions-section h2 {
        font-size: 24px;
    }

    section.get-hired-section .get-list-box ul li h3 {
        font-size: 34px;
        padding: 10px 10px;
    }

    section.get-hired-section .get-list-box ul li p {
        font-size: 12px;
    }

    section.get-hired-section .get-check-list-box ul li {
        width: 48%;
    }

    section.get-hired-section .get-hired-content-box.mt-4 p {
        font-size: 14px;
    }

    .left-head h2 {
        font-size: 36px;
    }

    footer.footer .social-icon {
        width: 40px;
        height: 40px;
    }

    footer.footer .footer-rule hr {
        margin-top: 20px;
    }

    section.admission-section h3 {
        font-size: 14px;
    }
}

@media (max-width:1299px) {
    section.recognitions-section h2 {
        font-size: 22px;
    }

    footer.footer .social-icon {
        width: 40px;
        height: 40px;
        margin: 2px;
    }

    .right-content-box h4 {
        font-size: 18px;
    }

    .right-content-box p {
        font-size: 14px;
    }

    .left-img-one img {
        height: 120px;
    }
}

@media (max-width:1199px) {
    section.banner-section .banner-con-one {
        padding: 30px 45px 0;
    }

    section.programs-section .carousel-cell {
        width: 50%;
        padding: 10px;
        height: 260px;
    }

    section.programs-section .floater-img {
        position: absolute;
        width: 35%;
    }

    section.programs-section div#v-pills-basicsci .carousel-cell {
        width: 50%;
        height: auto;
    }

    .left-img-one img {
        height: 100%;
    }
}

@media (max-width:1099px) {
    section.banner-section .banner-con-two h3 {
        font-size: 36px;
    }

    section.banner-section .banner-con-two p {
        font-size: 14px;
    }

    section.programs-section .flickity-viewport {
        overflow: visible;
    }
}

@media (max-width:991.98px) {}

@media (min-width:320px) and (max-width:767px) {
    section.programs-section .carousel-cell {
        width: 100%;
        padding: 10px;
    }

    section.programs-section .left-area .content-wrapper {
        padding: 10px 10px 20px 10px;
    }

    section.programs-section .programme-menu {
        text-align: center;
        font-size: 20px;
    }

    section.banner-section.px-md-5 {
        padding: 20px;
    }

    header.header a {
        display: none;
    }

    section.banner-section .banner-content {
        padding: 15px;
    }

    section.banner-section .banner-content h1 {
        font-size: 20px;
        margin-top: 0;
        font-family: "Average", serif;
    }

    section.banner-section .banner-content h1 span {
        font-size: 16px;
        margin-bottom: 5px;
    }

    section.banner-section .banner-content p {
        font-size: 12px;
    }

    section.banner-section .banner-content p br {
        display: none;
    }

    section.banner-section .banner-content h2 .fnt-one {
        display: block;
        padding: 15px 15px 15px 15px;
        font-size: 16px;
    }

    section.banner-section .banner-content h2 .fnt-four {
        width: 100px;
        font-size: 16px;
    }

    section.banner-section .banner-content h3 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }

    section.banner-section .banner-con-two .row>div {
        max-width: 50%;
        flex: 0 0 50%;
        text-align: center;
        border-right: 0;
        padding: 14px;
    }

    section.advantage-section .adv-head p {
        font-size: 18px;
    }

    section.advantage-section .adv-head h2 {
        font-size: 24px;
    }

    section.advantage-section .adv-sb-cont h3 .fnt-one {
        font-size: 32px;
    }

    section.advantage-section .adv-sb-cont h3 .fnt-two {
        font-size: 14px;
        font-weight: 700;
        margin-left: 5px;
    }

    section.advantage-section .adv-fac-box p {
        font-size: 14px;
        margin: 0;
    }

    section.advantage-section .adv-fac-box {
        position: relative;
        padding: 0 15px 0px;
    }

    section.programs-section .prog-head p span {
        font-size: 16px;
    }

    section.programs-section .prog-head h2 {
        font-size: 30px;
    }

    section.programs-section .content-wrapper .nav .nav-link {
        background: transparent;
        text-align: left;
        color: #17345A;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 0px;
        margin-top: 10px;
        padding-bottom: 0;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
    }

    section.programs-section .flickity-viewport {
        overflow: visible;
    }

    section.programs-section div#v-pills-basicsci .carousel-cell {
        width: 100%;
    }

    section.programs-section .floater-img {
        display: none;
    }

    section.get-hired-section .get-contnet h2 {
        font-size: 26px;
        text-align: left;
    }

    section.get-hired-section .get-list-box ul li {
        width: 50%;
        padding: 10px;
    }

    section.get-hired-section .get-list-box ul li h3 {
        font-size: 30px;
    }

    section.get-hired-section .get-list-box ul li p {
        font-size: 12px;
    }

    section.get-hired-section .get-check-list-box ul li {
        width: 46%;
        padding: 5px 10px;
        font-size: 12px;
        color: #ffffffba;
        font-weight: 500;
        margin-left: 8px;
        text-indent: -8px;
    }

    section.get-hired-section .carousel-cell {
        width: 33.33%;
        padding: 10px;
    }

    section.get-hired-section .get-hired-content-box {
        margin-left: 0;
        position: relative;
    }

    section.get-hired-section .get-hired-content-box.mt-4 p {
        font-size: 14px;
    }

    .research-head h2 {
        font-size: 34px;
    }

    .research-head p {
        font-size: 14px;
    }

    .research-head {
        margin-bottom: 20px;
    }

    section.research-section .research-sb-cont h3 .fnt-one {
        font-size: 30px;
    }

    section.research-section .research-sb-cont h3 .fnt-two {
        font-size: 12px;
        font-weight: 700;
        margin-left: 5px;
    }

    section.research-section .research-sb-cont {
        padding: 20px 5px;
    }

    section.research-section .research-sb-cont p {
        font-size: 12px;
        margin-top: 10px;
    }

    footer.footer * {
        text-align: center !important;
    }

    footer.footer .logo-footer {
        margin-bottom: 20px;
    }

    section.banner-section .banner-con-one {
        padding: 30px 15px 0;
    }

    section.recognitions-section .col {
        flex: 0 0 100%;
    }

    section.clubs-section {
        position: relative;
        padding: 30px 15px 0px 15px;
    }

    section.clubs-section>div {
        background: #000;
        padding: 15px;
    }

    .ncc_section {
        position: relative;
        padding: 0px 15px 0px 15px;

    }

    section.ncc_section>div {
        background: #0B213E;
        background-size: cover;
        height: auto;
        padding: 15px;
    }

    .ncc_section h2 {
        font-size: 40px;
        line-height: 30px;
        padding-top: 10%;
    }

    .ncc_section h2 span {
        font-size: 25px;
    }

    .life-section {
        position: relative;
        padding: 0px 15px 0px 15px;

    }

    section.life-section>div {
        background: #000;
        height: auto;
        padding: 15px;
    }

    section.admission-section h2 {
        font-size: 38px;
    }

    section.admission-section .col {
        flex: 0 0 80%;
        text-align: left;
        margin: auto;
    }

    section.admission-section .step-icon {
        float: left;
        margin-right: 15px;
    }

    section.admission-section h3 {
        text-align: left;
        margin-bottom: 45px !important;
    }

    section.admission-section .step-item::after {
        content: '';
        position: absolute;
        top: 0;
        left: 14px;
        width: 12px;
        border-left: 2px dashed #ccc;
        z-index: 0;
        height: 100px;
    }

    section.join-section h2 {
        font-size: 26px;
    }

    section.join-section p {
        font-size: 14px;
    }

    section.advantage-section .adv-sb-cont h3 {
        display: block;
    }

    section.advantage-section .adv-sb-cont h3 .fnt-two br {
        display: none;
    }

    section.advantage-section .adv-sb-cont {
        padding: 20px 0px;
    }

    section.advantage-section .adv-sb-cont h3 .fnt-two {
        font-size: 14px;
        display: block;
    }
}

/* Form Css Starts */

.banner_form_sec {
    background: #fff;
    width: 100% !important;
    padding: 20px 15px;
    position: relative;
    border-radius: 15px;
    z-index: 1;
    /* box-shadow: 0 10px 44px 0px #0000005c; */
    height: auto;
    margin-bottom: 50px;
}

.banner_form_sec h2 {
    font-size: 24px !important;
    text-align: center;
    margin: 10px 0 20px;
}

.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;
}

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

.btn-style-five,
.btn-style-five:hover {
    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: #D1153D;
    border: 1px solid #D1153D;
}

.loginwithotpbtn,
.loginwithotpbtn:hover {
    padding: 10px 10px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}

#loginregister {
    box-shadow: none !important;
}

form#dataFormRegistration {
    display: block !important;
}

/* Form Css Ends */