@font-face {
    font-family: 'Arya Double';
    src: url('../fonts/Arya-Double.eot');
    src: url('../fonts/Arya-Double.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arya-Double.woff2') format('woff2'),
        url('../fonts/Arya-Double.woff') format('woff'),
        url('../fonts/Arya-Double.ttf') format('truetype'),
        url('../fonts/Arya-Double.svg#Arya-Double') format('svg');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Black.eot');
    src: url('../fonts/Outfit-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Black.woff2') format('woff2'),
        url('../fonts/Outfit-Black.woff') format('woff'),
        url('../fonts/Outfit-Black.ttf') format('truetype'),
        url('../fonts/Outfit-Black.svg#Outfit-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype'),
        url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-ExtraBold.eot');
    src: url('../fonts/Outfit-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-ExtraBold.woff2') format('woff2'),
        url('../fonts/Outfit-ExtraBold.woff') format('woff'),
        url('../fonts/Outfit-ExtraBold.ttf') format('truetype'),
        url('../fonts/Outfit-ExtraBold.svg#Outfit-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Light.eot');
    src: url('../fonts/Outfit-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Light.woff2') format('woff2'),
        url('../fonts/Outfit-Light.woff') format('woff'),
        url('../fonts/Outfit-Light.ttf') format('truetype'),
        url('../fonts/Outfit-Light.svg#Outfit-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-ExtraLight.eot');
    src: url('../fonts/Outfit-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-ExtraLight.woff2') format('woff2'),
        url('../fonts/Outfit-ExtraLight.woff') format('woff'),
        url('../fonts/Outfit-ExtraLight.ttf') format('truetype'),
        url('../fonts/Outfit-ExtraLight.svg#Outfit-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff'),
        url('../fonts/Outfit-Medium.ttf') format('truetype'),
        url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff'),
        url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
        url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype'),
        url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Thin.eot');
    src: url('../fonts/Outfit-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Thin.woff2') format('woff2'),
        url('../fonts/Outfit-Thin.woff') format('woff'),
        url('../fonts/Outfit-Thin.ttf') format('truetype'),
        url('../fonts/Outfit-Thin.svg#Outfit-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}





html,
body {
    height: 100%;
    position: relative;
}


body {
    padding-top: 115px;
    margin: 0px;
    font-size: 20px;
    overflow-x: hidden;
    font-family: 'Outfit';
    font-weight: normal;
    position: relative;
    line-height: 1;
}

* {
    box-sizing: border-box;
}

/* Reset margin and padding for common text elements */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
blockquote,
pre,
figure,
figcaption {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

.container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0;

}

.containerFluid {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 1000;
    padding: 22px 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.header .headerLogoInner {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.header .headerLogoInner .headerContent .admisOpening {
    text-align: center;
    font-size: 20px;
    color: #102B4E;
    font-weight: bold;
}

.header .headerLogoInner .headerLogoRight {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.header .headerLogoInner .headerLogo a {
    display: block;
    width: 65px;
}


.heroSec {
    background-image: url(../images/mba-admission-2026.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 80vh;
    /* background-attachment: fixed; */
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
}

/* .headerLogoRight img {
    width: 80px;
} */
.headerLogoRight {
    display: flex;
    align-items: center;
    gap: 12px;
    /* space between logos */
}

.headerLogoRight img {
    max-width: 70px;
    /* control size */
    width: 100%;
    height: auto;
    object-fit: contain;
}







.heroForm .formHeading {
    margin: 0px 0px 0px 0px;
    padding: 21px 20px 17px 20px;
    background-color: #002147;
    color: #fff;
    text-align: center;

}

.heroForm .formHeading h2 {
    font-size: 20px;
}

.collaboratorsOuter {
    /* display: flex;
    align-items: center;
    justify-content: end; */
}

.heroForm {
    background-color: #fff;
    width: 400px;
    float: right;
    min-height: 200px;
    margin: 20px;
}

.heading {
    font-family: 'Arya Double';
    font-size: 32px;
    color: #102B4E;
    font-weight: 400;
    line-height: 1.2;
}

.admissionSec,
.facultySec,
.programSec,
.aboutPUSec,
.scholarshipSec,
.site-footer {
    padding: 60px 20px;
}

.scholarshipSec .subContent,
.scholarshipSec .heading {
    padding-bottom: 20px;
}

.admissionSec {
    text-align: center;
    background-image: url("../images/mba-admission.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.admissionSec .heading {
    padding-bottom: 10px;
    color: #fff;
}

.admissionSec .admission-subtitle {
    font-size: 24px;
    color: #fff;
    font-family: "Outfit";
    font-weight: 400;
    line-height: 1.2;
    max-width: 65%;
    margin: 0 auto 45px;
}

.admissionSec .admission-btn {
    color: #102B4E;
    background-color: #fff;
}

.admissionSec .admission-subtitle strong {
    display: block;
    font-weight: 600;
}

.admissionSec .subTitle {
    font-family: 'Outfit';
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 30px;
}

.btn {
    font-size: 20px;
    font-family: 'Outfit';
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    line-height: 1.1;
    background-color: #102B4E;
    padding: 12px 35px;
    border-radius: 5px;
    display: inline-block;
}

.programSec {
    background-image: url("../images/embaProgram.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

.programSec .heading {
    text-align: center;
    padding-bottom: 30px;
}

.programSec .program-box {
    background-color: #102B4E;
    padding: 20px;
    border-radius: 5px;
}

.programSec .program-grid {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    max-width: 920px;
    margin: 0 auto;
}

.programSec .program-heading {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.programSec .program-box .program-list {
    margin: 0;
    padding: 0 0 0 25px;
}

.programSec .program-heading>span {
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.programSec .program-box .program-list li {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
}

.programSec .program-box .program-list li+li {
    margin-top: 3px;
}

.programSec .program-box .program-heading.mt-20 {
    margin-top: 15px;
}

.facultySec {
    background-color: #102B4E;
    background-image: url("../images/executiveMBAfor-working-professionals.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
}

.facultySec .container {
    position: relative;
    z-index: 1;
}

.facultySec::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 300px;
    background: url("../images/weekendExecutiveMBA.png") no-repeat right bottom;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}

.facultySec .heading {
    color: #fff;
    text-align: center;
    padding-bottom: 40px;
}

.facultySec .facultyGrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px 25px;
}

.facultySec .facultyCard {
    border-radius: 5px;
}

.facultySec .facultyCard .facultyInfo {
    padding: 10px;
}

.facultySec .facultyCard .facultyImg {
    width: 100%;
    line-height: 0;
}

.facultySec .facultyCard .facultyInfo .facultyName {
    font-size: 12px;
    font-weight: bold;
    color: #102B4E;
    text-align: center;
}

.facultySec .facultyCard .facultyInfo .facultyQualification,
.facultySec .facultyCard .facultyInfo .facultyPosition {
    font-size: 12px;
    color: #102B4E;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
}

.subContent {
    margin: 0px;
    font-size: 20px;
    overflow-x: hidden;
    font-family: 'Outfit';
    font-weight: normal;
    position: relative;
    line-height: 26px;
}

.aboutPUSec {
    background-color: #102B4E;
    position: relative;
    background-image: url(../images/executiveMBAfor-working-professionals.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
}

.aboutPUSec .row {
    align-items: center;
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
}

.aboutPUSec .heading {
    color: #fff;
    max-width: 320px;
    padding-bottom: 20px;
}

.aboutPUSec .subContent {
    color: #fff;
    font-weight: 400;
    line-height: 30px;
}

.aboutPUSec p+p {
    margin-top: 20px;
}


.aboutPUSec .video-thumbnail img {
    border-radius: 20px;
}

.aboutPUSec .video-thumbnail {
    position: relative;
}

.aboutPUSec .video-thumbnail .play-btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
}

.aboutPUSec::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 90px;
    height: 140px;
    background-image: url('../images/globalExecutiveMBA.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.aboutPUSec .colLeft {
    width: 59%;
}

.aboutPUSec .colRight {
    width: 41%;
}

/* VIDEO BOX */
.responsive-iframe {
    display: none;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 20px;
}

.responsive-iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.profileBuildSec .row {
    display: flex;
    width: 100%;
    gap: 100px;
    padding: 30px 0px;
    flex-wrap: nowrap;
}

.profileBuildSec .colLeft,
.profileBuildSec .colRight {
    width: 50%;
}

.profileBuildSec .row .subTitle,
.profileBuildSec .row .profile-col-title {
    font-size: 32px;
    font-family: 'Outfit';
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 10px;
    text-align: center;
    color: #102B4E;
}

.profileBuildSec .row .profile-col-title {
    padding-bottom: 50px;
}

.profileBuildSec .subContent {
    padding-bottom: 20px;
    text-align: center;
    color: #102B4E;
}

.profileBuildSec {
    position: relative;
    padding: 0px 20px 40px;
}

.profileBuildSec .heading {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
}

.profileBuildSec .row::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 45%;
    background-color: #D9D9D9;
    bottom: 130px;
}

.profileBuildSec .buttonWrapper {
    text-align: center;
}

.profileBuildSec::before {
    content: "";
    position: absolute;
    left: 0;
    top: 90px;
    width: 50px;
    height: 170px;
    background: url("../images/brofileBuildingBG.png") no-repeat left top;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}


.scholarshipGride {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 90px;
    align-items: center;
    padding-bottom: 30px;
}

.scholarshipGride img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.scholarshipSec {
    display: block;
    text-align: center;
}

.scholarshipSec .profileImgWrapper img {
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}

.scholarshipSec .subContent {
    color: #102B4E;
}


.eligibilitySec .heading {
    text-align: center;
    padding-bottom: 20px;
}

.eligibilitySec .faq-item {
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #0D2A53;
}

.eligibilitySec .faq-header {
    width: 100%;
    padding: 18px 25px;
    border: none;
    outline: none;
    appearance: none;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    position: relative;
    cursor: pointer;
    background-color: #0d2a5300;
}

.eligibilitySec .faq-header .faq-icons {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease;
}

.eligibilitySec .faq-content {
    background: #0d2a53;
    color: #fff;
    padding: 0 0;
    overflow: hidden;
    max-height: 0;
    border-radius: 0 0 10px 10px;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.eligibilitySec .faq-content .faq-contentWrapper {
    padding: 0px 20px 20px;
    font-size: 20px;
    line-height: 1.3em;
    display: block;
}

.eligibilitySec .faq-content .faq-contentWrapper p {
    padding-bottom: 15px;
}

.eligibilitySec .faq-content .faq-contentWrapper ul {
    padding: 0px 25px 0px;
}

.eligibilitySec .faq-item.active .faq-header .faq-icons {
    transform: translateY(-50%) rotate(180deg);
}

.eligibilitySec .faq-header::-moz-focus-inner {
    border: 0;
}

.eligibilitySec {
    background-image: url(../images/scholarshipsProgram.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
    position: relative;
}

.eligibilitySec::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 140px;
    background-image: url("../images/sports-scholarships-for-admissions.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: -1;
}

.eligibilitySec {
    padding: 0px 20px 60px;
}



.site-footer {
    position: relative;
    background: #e6e7e84d;
    z-index: 1;
    padding-bottom: 20px;
    background-image: url("../images/undergraduateProgram.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.site-footer .footer-logo img {
    width: 170px;
    padding-bottom: 10px;
    max-width: 100%;
}

.site-footer .footer-address h4 {
    color: #102B4E;
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
}

.site-footer .footer-address p {
    font-size: 16px;
    color: #102B4E;
    line-height: 21px;

}


.site-footer .footer-bottom p {
    text-align: center;
    font-size: 14px;
    color: #00000090;
    padding-top: 10px;
    list-style: 1.4;
}

.site-footer .footer-social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.site-footer .footer-contact .letConnect {
    color: #102B4E;
    font-size: 24px;
    padding-bottom: 10px;
}

.site-footer .footer-contact p {
    padding-bottom: 10px;
}

.site-footer .footer-top {
    position: relative;
    padding-bottom: 30px;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.site-footer .footer-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    width: calc(100% - 80px);
    border-bottom: 1px solid rgb(0 0 0 / 27%);
}


.site-footer .footer-phone img {
    width: 24px;
}

.site-footer .footer-phone {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-footer .footer-phone a {
    color: #102B4E;
    text-decoration: none;
}

.facultySec .container {
    padding: 0px 70px;
}

.socialFixedIcon .whatsappIcon {
    margin-bottom: 10px;
}

.socialFixedIcon .whatsappIcon svg {
    width: 30px;
    height: 30px;
}

.socialFixedIcon .phoneIcon svg {
    width: 25px;
    height: 25px;
}

.socialFixedIcon a {
    text-align: center;
    display: inline-flex;
    align-items: center;
    width: 45px;
    height: 45px;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
    padding: 8px;
    box-shadow: 0 0 20px 0 rgba(0 0 0 / 15%);
}

.socialFixedIcon {
    display: grid;
    position: fixed;
    right: 20px;
    bottom: 189px;
    z-index: 99;
}



@media screen and (max-width: 1024px) {
    body {
        padding-top: 100px;
    }

    .heading {
        font-size: 24px;
    }

    .header .headerLogoInner {
        grid-template-columns: 1fr 2fr 1fr;
    }

    .subContent {
        font-size: 16px;
    }

    .headerLogoRight img {
        max-width: 60px;
    }

    .btn {
        font-size: 18px;
    }

    .aboutPUSec .row {
        display: block;
    }

    .aboutPUSec .colLeft {
        padding-bottom: 30px;
    }

    .aboutPUSec .colRight,
    .aboutPUSec .colLeft {
        width: 100%;
    }

    .admissionSec .admission-subtitle {
        font-size: 20px;
        max-width: 80%;
        margin: 0 auto 35px;
    }

    .profileBuildSec .row .subTitle,
    .profileBuildSec .row .profile-col-title {
        font-size: 22px;
    }

    .profileBuildSec .row::after {
        height: 28%;
    }

    .aboutPUSec {
        background-size: 60px 50%;
        background-position: left bottom;
    }

    .admissionSec .subTitle {
        font-size: 22px;
        padding-bottom: 20px;
    }

    .facultySec .facultyGrid {
        grid-template-columns: repeat(3, 1fr);
    }

    .scholarshipGride {
        gap: 20px;
    }

    .eligibilitySec .faq-header {
        font-size: 20px;
        padding: 12px 25px;
    }

    .site-footer .footer-address h4,
    .site-footer .footer-contact h4 {
        font-size: 20px;
    }

    .site-footer .footer-address p {
        font-size: 14px;
    }

    .site-footer .footer-phone img {
        width: 20px;
    }

    .site-footer .footer-phone a {
        font-size: 18px;
    }

    .programSec .program-heading {
        font-size: 16px;
    }

    .programSec .program-grid {
        gap: 15px;
        max-width: 100%;
    }

    .facultySec .facultyGrid {
        gap: 25px 25px;
    }

    .eligibilitySec .faq-content .faq-contentWrapper {
        font-size: 18px;
        line-height: 1.3em;
    }

    .eligibilitySec::after {
        width: 45px;
        height: 80px;
    }

    .facultySec .container {
        padding: 0px 0px;
    }

    .eligibilitySec {
        padding: 0px 60px 60px;
        background-size: 70px 85%;
        background-position: left bottom;
    }

    .profileBuildSec .subContent {
        padding: 0px 40px 20px;
    }

}




@media screen and (max-width: 767px) {
    .heading {
        font-size: 20px;
    }

    body {
        padding-top: 72px;
    }

    .header {
        padding: 16px 20px;
    }

    .subContent {
        font-size: 16px;

    }

    .btn {
        font-size: 16px;
    }

    .heroSec {
        background-image: url("../images/executiveMBA.png");
        background-size: cover;
        width: 100%;
        height: 400px;
        padding: 0px;
        position: relative;
        justify-content: center;
    }

    .aboutPUSec .subContent {
        text-align: center;
        line-height: 1.6;
    }

    .aboutPUSec .heading {
        max-width: 100%;
        text-align: center;
    }

    .aboutPUSec .colLeft,
    .aboutPUSec .colRight,
    .profileBuildSec .colLeft,
    .profileBuildSec .colRight {
        width: 100%;
    }

    .aboutPUSec .subContent {
        color: #fff;
    }

    .facultySec,
    .aboutPUSec {
        background-image: none;
    }

    .aboutPUSec .video-thumbnail img {
        border-radius: 10px;
    }

    .programSec,
    .eligibilitySec {
        background: none;
    }

    .programSec .program-grid {
        display: block;
    }

    .programSec .program-box {
        margin-bottom: 20px;
    }

    .eligibilitySec .faq-content .faq-contentWrapper {
        font-size: 16px;
        line-height: 1.3em;
    }

    .programSec .program-heading {
        font-size: 18px;
    }

    .profileBuildSec .heading {
        max-width: 70%;
    }

    .profileBuildSec .row {
        display: block;
    }

    .profileBuildSec .row::after {
        display: none;
    }

    .profileBuildSec .row .profile-col-title {
        padding-bottom: 20px;
    }

    .profileBuildSec .colLeft {
        padding-bottom: 30px;
    }

    .facultySec .facultyGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    .scholarshipGride {
        grid-template-columns: repeat(2, 1fr);
    }

    .eligibilitySec .faq-header {
        font-size: 16px;
        padding: 12px 40px 12px 20px;
    }

    .eligibilitySec .faq-header .faq-icons {
        right: 20px;
    }

    .site-footer .footer-top {
        display: block;
    }

    .site-footer .footer-address h4,
    .site-footer .footer-contact .letConnect {
        font-size: 18px;
    }

    .profileBuildSec .heading {
        max-width: 100%;
    }

    .profileBuildSec .subContent {
        padding: 0px 0px 20px;
    }

    .footer-left {
        padding-bottom: 20px;
    }

    .site-footer .footer-bottom p {
        font-size: 12px;
    }

    .eligibilitySec {
        padding: 0px 20px;
    }

    .admissionSec .admission-subtitle {
        max-width: 100%;
    }

    .facultySec .container {
        padding: 0px 0px;
    }

    .admissionSec .admission-subtitle {
        font-size: 18px;
    }

    .header .headerLogoInner .headerContent .admisOpening {
        text-align: center;
        font-size: 16px;
    }

    .scholarshipSec .heading {
        padding: 0 15px 20px;
    }

    .heroForm {
        width: 90%;
        /* left: 50%;
        transform: translate(-50%, -50%);
        min-height: initial;
        top: 50%;
        height: 90%;
        overflow-y: scroll;
        right: initial; */
    }

    .header .headerLogoInner {
        gap: 5px;
    }

    .headerLogoRight img {
        max-width: 100%;
        width: 40px;
    }

    .headerLogo img {
        width: 40px;
    }

    .header .headerLogoInner .headerLogoRight {
        gap: 6px;
    }

    .heroForm .formHeading {
        padding: 15px;
    }

    .facultySec .facultyGrid {
        gap: 25px 25px;
    }

    .heroForm .formHeading h2 {
        font-size: 16px;
    }

    .eligibilitySec .faqWrapper p {
        font-size: 14px;
        line-height: 1.3em;
    }

    .aboutPUSec::after,
    .facultySec::after,
    .eligibilitySec::after,
    .profileBuildSec::before {
        display: none;
    }

    .eligibilitySec .faq-item {
        margin-bottom: 20px;
    }

    .site-footer .footer-top::after {
        left: 0px;
        width: 100%;
    }

    .socialFixedIcon a {
        width: 40px;
        height: 40px;
    }

    .collaboratorsSec {
        width: 100%;
    }











}


/* Start form section */
.block-class {
    max-width: 100%;
    background-color: #fff;
}

.block-class .form-control {
    padding-left: 10px;
}

.block-class .input-group-btn.bs-dropdown-to-select-group {
    padding-right: 3px !important;
}

.block-class .dynamic_theme_block .form-custom .form-group.StateId {
    padding: 0 10px 0 0;
}

.block-class .panel, .block-class .panel-default >.panel-heading {
    background-color: transparent !important;
}

.block-class .panel-default, .block-class .panel-default >.panel-heading {
    border: none;
    padding: 0;
}

.panel-default >.panel-heading {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 100%;
}

.form-heading {
    padding-top: 10px;
    margin: 0
}

.form-block {
    max-width: 400px;
    min-width: 400px;
    font-size: 12px;
    position: absolute;
    left: 50%;
    margin-left: 176px
}

.form-block-inner {
    background-color: #fff
}

.form-group>label {
    font-weight: normal;
    line-height: 18px;
    display: none
}

.form-group>label[for="termscondition"] {
    display: block
}

input[type="checkbox"] {
    vertical-align: top
}

.form-control::-moz-placeholder,.has-error .SumoSelect::-moz-placeholder {
    color: #333
}

.select-arrow-cust {
    background-color: transparent
}

.has-error .form-control,.has-error .SumoSelect,.has-error .SumoSelect .SelectBox {
    border-color: #f44336;
    box-shadow: none;
    color: #f44336
}

.has-error .form-control::-webkit-input-placeholder,.has-error .SumoSelect::-webkit-input-placeholder {
    color: #f44336
}

.has-error .form-control:-moz-placeholder,.has-error .SumoSelect:-moz-placeholder {
    color: #f44336
}

.has-error .form-control::-moz-placeholder,.has-error .SumoSelect::-moz-placeholder {
    color: #f44336
}

.has-error .form-control:-ms-input-placeholder,.has-error .SumoSelect:-ms-input-placeholder {
    color: #f44336
}

.panel.dynamic_theme_block {
    border: none;
    padding: 10px 15px 10px 15px;
    margin-bottom: 0;
    /* border-radius: 10px; */
}

.panel.dynamic_theme_block .nav-tabs {
    border: none
}

.panel.dynamic_theme_block .nav>li>a {
    padding: 5px 15px;
    border: none;
    font-size: 14px;
    color: #2874f0;
    border-bottom: 1px solid #ddd;
    padding-left: 18px;
    padding-right: 18px;
}

.panel.dynamic_theme_block .nav-tabs>li.active>a,.panel.dynamic_theme_block .nav-tabs>li.active>a:focus,.panel.dynamic_theme_block .nav-tabs>li.active>a:hover {
    border: none;
    /* background-color: #dd302e; */
    padding-right: 18px;
    border-bottom: 1px solid #dd302e;
    font-size: 15px;
    padding-left: 18px;
}

.panel.dynamic_theme_block .nav-tabs>li>a:focus,.panel.dynamic_theme_block .nav-tabs>li>a:hover {
    background-color: transparent;
}

.panel.dynamic_theme_block .panel-body {
    box-shadow: 0 0 0 #fff;
    margin-top: 15px;
    padding: 0;
}

.panel.dynamic_theme_block .form-custom .Mobile .form-control,.panel.dynamic_theme_block .form-custom .Mobile .has-error .SumoSelect,.has-error .panel.dynamic_theme_block .form-custom .Mobile .SumoSelect {
    padding: 0 0 5px
}

.panel.dynamic_theme_block .or-seperator {
    margin: 20px 0 10px
}

.panel.dynamic_theme_block .form-custom {
    max-height: 100%;
    padding-right: 0
}

.panel.dynamic_theme_block .btn-npf {
    background-color: #002468;
    border: none;
    color: #fff;
    font-size: 17px;
    width: 100%;
    margin-top: 10px;
    /* margin-bottom: 5px; */
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
}

.accordionStyle .panel-accordion {
    border-radius: 0;
    border: 1px solid #ccc
}

.accordionStyle .panel-heading {
    padding: 0
}

.form-control, .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .input-group-btn .btn {
    background-color: transparent;
    border: 1px solid #e6e6e6;
    color: #000;
    border-radius: 0;
}

.dynamic_theme_block .form-control[disabled], .dynamic_theme_block .form-control[readonly], .dynamic_theme_block fieldset[disabled] .form-control {
    background-color: transparent;
    color: #999;
    border: 1px solid #e6e6e6;
    border-radius: 0;
}

.form-group.label-floating.Mobile.country_dial_code.reg_mobile_div span {
    font-size: 11px!important;
    /* margin-bottom: -9px; */
    color: #f44336;
    font-weight: 600;
}

.merge_field_div {
    margin-bottom: 15px;
}

.merge_field_div .form-group.label-floating {
    display: contents;
}

.panel.dynamic_theme_block .nav>li>a {
    text-decoration: none;
}

.input-group .form-group {
    vertical-align: top;
    display: table-cell;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

/** Start css for focus on input field **/
.input-focus::-webkit-input-placeholder {
    color: #ccc;
}

.input-focus::-moz-placeholder {
    color: #ccc;
}

.input-focus::-ms-input-placeholder {
    color: #ccc;
}

/** End css for focus on input field **/
.panel.dynamic_theme_block .form-custom .Mobile .form-control, .panel.dynamic_theme_block .form-custom .Mobile .has-error .SumoSelect, .has-error .panel.dynamic_theme_block .form-custom .Mobile .SumoSelect {
    padding: 6px 6px 6px 10px;
}

.dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select {
    background-color: #fff;
    padding: 8px 10px;
    border-top: 1px solid #e6e6e6 !important;
    border-right: 1px solid #e6e6e6 !important;
    border-left: 1px solid #e6e6e6 !important;
    border-radius: 0;
    color: #000;
}

.input-group-btn:first-child >.btn, .input-group-btn:first-child >.btn-group {
    margin-right: 0;
}

.dynamic_theme_block .form-custom .form-group.CourseId {
    width: 100%;
    padding: 0;
    display: inline-block;
    position: relative;
}

.dynamic_theme_block .form-custom .agree-group .agree-condition {
    color: #000;
    line-height: 12px;
    font-size: 12px;
}

.CountryId:before, .StateId:before, .CityId:before, .CourseId:before, .reg_specialization_id_div:before, .reg_university_id_div:before {
    z-index: 1;
    color: #000;
    font-size: 16px;
    margin-bottom: -10px;
}

.CourseId:before {
    right: 10px;
}

.form-group.label-floating.field-select.reg_university_id_div {
    position: relative;
}

.reg_university_id_div:before {
    position: absolute;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.form-control:focus {
    border-color: lightgrey;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(211,211,211,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(211,211,211,.6);
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-custom {
    overflow: unset;
}

.dynamic_theme_block .tab-pane .form-group, .dynamic_theme_block .form-custom .merge_field_div, .dynamic_theme_block .form-custom .checkbox {
    margin-bottom: 15px;
}

.dynamic_theme_block .btn-register {
    margin: 0;
}

.dynamic_theme_block .fpass a {
    color: #2874f0;
    text-transform: uppercase;
}

span.agree-condition {
    color: #000;
    font-size: 12px;
}

.form-group.agree-group.col-md-12.m0.has-error .help-block {
    font-size: 10px;
}

.form-group.agree-group.col-md-12.m0.has-error {
    line-height: 18px;
}

.StateId:before {
    right: 20px;
}

.panel.dynamic_theme_block .nav>li>a[aria-expanded="true"] {
    color: #000;
    /* text-shadow: 1px 1px 1px #000; */
}

.form-control {
    padding: 0 5px 0px;
    height: 36px;
}

.dynamic_theme_block .tab-pane .form-group {
    margin-bottom: 10px;
}

/* .panel-default>.panel-heading {margin-top: 5px;display: none;} */
.dynamic_theme_block .form-custom .captcha {
    margin-top: 0px;
}

.dynamic_theme_block .form-custom .form-group.StateId {
    margin-top: 0px;
    padding: 0 10px 0 0;
}

.dynamic_theme_block .form-custom .form-group.CityId {
    margin-top: 0px;
}

.dynamic_theme_block .tab-pane .form-group, .dynamic_theme_block .form-custom .merge_field_div, .dynamic_theme_block .form-custom .checkbox {
    margin-bottom: 5px;
}

.dynamic_theme_block .form-custom .checkbox {
    margin: 5px 0 0;
}

input#Captcha {
    padding: 14px 5px;
}

.block-class input#Captcha {
    padding-left: 10px;
}

.dynamic_theme_block .form-custom .form-group.captcha-text {
    width: 50%;
}

.dynamic_theme_block .form-group.has-error .help-block {
    color: red;
}

.dynamic_theme_block .form-custom .captcha {
    width: 100%;
    float: left;
    padding: 0;
    z-index: 999;
    position: relative;
    clear: both;
    margin-bottom: 5px;
}

.dynamic_theme_block .captcha img {
    width: 50%;
    height: 36px;
    float: left;
    padding-right: 10px;
    margin-right: 0;
}

.dynamic_theme_block .captcha .CaptchaRefreshBtn {
    top: 8px;
    right: 50%;
    color: #000;
    border: none;
    position: absolute;
    background-color: #fff;
    font-size: 0px;
    margin-right: 20px;
}

.dynamic_theme_block #forgotBtn {
    margin-top: 20px;
}

.form-control {
    font-size: 13px;
    z-index: 11;
}

.form-group.label-floating.Mobile.country_dial_code.reg_mobile_div.is-focused .help-block {
    display: block;
    color: #767676;
}

.help-block {
    font-size: 10px;
}

.form-group.label-floating.is-empty.captcha-text.has-error .help-block {
    margin-bottom: 10px;
}

.form-group.is-focused .help-block {
    line-height: 12px;
}

.dynamic_theme_block .tab-content .help-block {
    line-height: 12px;
    font-size: 10px;
    /* color: red; */
}

.dynamic_theme_block .form-group.has-error .help-block {
    font-size: 11px;
    /* margin-top: 2px; */
}

input#forgetEmail {
    margin-top: 10px;
}

.reg_specialization_id_div:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    font-size: 16px;
    color: #000;
    top: 4px;
}

.reg_specialization_id_div {
    display: inline-block;
    width: 100%;
    position: relative;
}

/* .form-group.label-floating.reg_email_div.Email_email .help-block {line-height: 12px !important;margin-top: 2px !important;}
.form-group.label-floating.reg_email_div.Email_email .help-block{color: red !important;font-size: 9px;} */
.dynamic_theme_block .tab-content {
    line-height: 18px;
}

.fbLogin, .gpLogin, .inLogin {
    padding: 5px 3px;
    font-size: 12px;
}

.row.margin-top-10.margin0 .col-sm-6 {
    width: 48%;
    padding-right: 0;
}

.gpLogin {
    padding: 5px;
}

#tab3default >div >div.form-group.agree-group.col-sm-6.col-xs-6.text-left.fpass >a {
    float: left;
}

#tab3default >div >div.form-group.agree-group.col-sm-6.col-xs-6.text-right.fpass >a {
    margin-right: 0;
}

button#registerBtn {
    margin-bottom: 10px;
}

h2#alertTitle {
    font-size: 22px;
}

.dynamic_theme_block .CaptchaRefreshBtn:before {
    content: "\e031";
    font-family: 'Glyphicons Halflings';
    font-size: 14px;
}

.CountryId:before, .StateId:before, .CityId:before, .CourseId:before, .reg_specialization_id_div:before, .reg_university_id_div:before {
    content: '';
    border-color: transparent #a0a0a0 #a0a0a0 transparent;
    border-style: solid;
    border-width: 6px;
    right: 0px;
    bottom: 0;
    margin-bottom: 0;
    top: auto;
}

.StateId:before {
    right: 10px;
}

.form-group.label-floating.reg_name_div {
    margin-top: -5px;
}

.site-logo {
    padding: 4px 0;
}

.block-class .StateId:before {
    right: 10px;
}

.help-block {
    color: red;
}

.form-group.label-floating.has-error .help-block {
    margin-top: 2px;
}

label.control-label.widget_label {
    display: none;
}

.panel.dynamic_theme_block {
    padding: 3px 15px 15px 15px;
}

.link-border .panel.dynamic_theme_block .nav>li>a[aria-expanded="true"] {
    color: #000;
    text-shadow: unset;
    font-size: 15px;
    padding-bottom: 10px;
}

.panel.dynamic_theme_block .nav>li>a {
    border: none;
    color: #333131;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
    text-decoration: none;
}

.panel.dynamic_theme_block .nav-tabs>li.active>a, .link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:focus, .link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:hover, .panel.dynamic_theme_block .nav-tabs>li.active>a:hover {
    background-color: transparent;
    border-bottom: 2px solid #dd302e;
}

.panel.dynamic_theme_block .nav>li>a:hover {
    color: #000;
}

.panel.dynamic_theme_block .nav-tabs>li.active>a, .link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:focus, .link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:hover {
    background-color: transparent;
    border-bottom: 2px solid #dd302e;
}

padding-left:16px;padding-right:16px;}

input#FieldDateTest {
    border: 1px solid #e6e6e6;
}

.panel.dynamic_theme_block .tab-pane .form-group.fpass a.registerYet {
    float: left;
    margin-left: -15px;
    font-size: 13px;
}

.panel.dynamic_theme_block .tab-pane .form-group.fpass a {
    text-transform: uppercase;
    text-decoration: none;
}

.form-group.agree-group.col-md-12.text-center.fpass {
    margin-bottom: 0;
}

.form-group.agree-group.col-sm-6.col-xs-6.text-left.fpass {
    margin-bottom: 0;
}

.form-group.agree-group.col-sm-6.col-xs-6.text-right.fpass {
    margin-bottom: 0;
}

.resentVerification.text-center {
    text-transform: uppercase;
    margin-top: 2px;
}

.resetVerify a {
    font-size: 11px;
}

.text-center.center-link a {
    font-size: 13px;
}

/** Start Strong Password Section **/
.info-password {
    right: 50%;
    margin-right: -146px;
    margin-top: 2px;
}

.popover {
    font-size: 12px;
}

/** End Strong Password Section **/
/* Start Inline class section */
.inline-class {
    max-width: 100%;
    background-color: #fff;
}

.inline-class .panel, .inline-class .panel-default >.panel-heading {
    background-color: transparent !important;
    color: red !important;
}

.inline-class .panel.dynamic_theme_block .nav>li>a {
    color: #000;
    /* border-bottom: 1px solid #ddd; */
}

.inline-class .panel.dynamic_theme_block .nav>li>a[aria-expanded="true"] {
    color: #000;
}

.inline-class .dynamic_theme_block .fpass a {
    color: #2874f0;
}

.inline-class .dynamic_theme_block .form-custom .agree-group .agree-condition {
    color: #000;
}

.inline-class .form-control, .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .input-group-btn .btn {
    color: #000;
    background-color: transparent;
    border-radius: 0;
    border: 0;
}

.inline-class .dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select {
    background-color: #fff;
    border: 0 !important;
    border-radius: 0;
    color: #000;
}

.inline-class .CountryId:before, .inline-class .StateId:before, .inline-class .CityId:before, .inline-class .CourseId:before, .inline-class .reg_specialization_id_div:before {
    color: #000;
    font-size: 16px;
}

.inline-class .dynamic_theme_block .form-control[disabled], .dynamic_theme_block .form-control[readonly], .dynamic_theme_block fieldset[disabled] .form-control {
    background-color: transparent;
    color: #999;
    border: none;
    border-bottom: 1px solid #e6e6e6;
}

.inline-class .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}

.inline-class .dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group {
    /* border-bottom: 1px solid lightgrey; */
}

.inline-class .dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select {
    padding: 8px 10px 8px 10px;
    border-bottom: 1px solid #e6e6e6 !important;
}

.inline-class .panel.dynamic_theme_block .form-custom .Mobile .form-control, .inline-class .panel.dynamic_theme_block .form-custom .Mobile .has-error .SumoSelect, .inline-class .has-error .panel.dynamic_theme_block .form-custom .Mobile .SumoSelect {
    border-radius: 0;
}

.inline-class .form-control {
    font-size: 13px;
    z-index: 11;
}

.inline-class .panel.dynamic_theme_block {
    padding: 8px 20px 11px 20px;
}

.inline-class .panel-default>.panel-heading {
    margin-top: 5px;
    border-bottom: unset;
}

.inline-class .dynamic_theme_block .tab-pane .form-group, .inline-class .dynamic_theme_block .form-custom .merge_field_div, .inline-class .dynamic_theme_block .form-custom .checkbox {
    margin-bottom: 8px;
}

.inline-class span.agree-condition {
    color: #000;
}

.inline-class .panel.dynamic_theme_block .nav-tabs>li.active>a, .inline-class .panel.dynamic_theme_block .nav-tabs>li.active>a:focus, .inline-class .panel.dynamic_theme_block .nav-tabs>li.active>a:hover {
    border-bottom: 2px solid #dd302e;
}

.inline-class .dynamic_theme_block .form-custom .checkbox {
    margin: 5px 0 0;
}

.inline-class .panel.dynamic_theme_block .form-custom {
    max-height: 100%;
    overflow: unset;
}

.inline-class .form-group.label-floating.Mobile.country_dial_code.reg_mobile_div .help-block {
    position: absolute;
    bottom: -13px;
}

.inline-class .has-error .form-control {
    border-color: red;
}

.inline-class .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.inline-class .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.inline-class .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.inline-class .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

/** Start css for focus on input field **/
.inline-class .form-control.input-focus::-webkit-input-placeholder {
    color: #ccc;
}

.inline-class .form-control.input-focus::-moz-input-placeholder {
    color: #ccc;
}

.inline-class .form-control.input-focus::-ms-input-placeholder {
    color: #ccc;
}

/** End css for focus on input field **/
/* End inline class section */
/** Start color class section **/
.color-class {
    background-color: #2e6a8f;
}

.color-class button.btn.btn-default.dropdown-toggle.as-is.bs-dropdown-to-select {
    background-color: #fff;
    color: #000;
    border-radius: 2px;
}

.color-class .dynamic_theme_block .form-custom .agree-group .agree-condition {
    color: #fff;
}

.color-class .form-control {
    color: #000;
    background-color: #fff;
    border-radius: 2px;
}

.color-class .CountryId:before, .color-class .StateId:before, .color-class .CityId:before, .color-class .CourseId:before, .color-class .reg_specialization_id_div:before, .color-class .reg_university_id_div:before {
    color: #fff;
    z-index: 9999;
}

.color-class .reg_specialization_id_div:before {
    color: #fff;
}

.color-class .panel.dynamic_theme_block .nav>li>a {
    color: #fff;
}

.color-class span.agree-condition {
    color: #fff;
}

.color-class .dynamic_theme_block .fpass a {
    color: #fff;
}

.color-class .form-group.label-floating.Mobile.country_dial_code.reg_mobile_div span {
    color: #fff;
}

.color-class .form-control.select-arrow-cust option {
    color: #000;
}

.color-class .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.color-class .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.color-class .form-control::-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.color-class .form-control::-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.color-class .form-click {
    background-color: #2e6a8f;
    color: #fff;
}

.color-class .form-group.agree-group.col-md-12.m0.has-error .help-block {
    color: yellow;
    font-size: 11px;
}

.color-class .form-group.label-floating.reg_email_div.Email_email .help-block {
    color: #fff !important;
}

.color-class .form-group.label-floating.has-error .help-block {
    color: #fff;
}

.color-class .form-group.label-floating.reg_email_div.Email_email.has-error .help-block a {
    color: yellow;
}

.color-class .form-group.label-floating.reg_email_div.Email_email .help-block a {
    color: yellow;
}

.color-class .form-group.label-floating.has-error .help-block a {
    color: yellow;
}

.color-class .form-group.label-floating.reg_name_div .help-block {
    color: #fff;
}

.color-class .form-group.label-floating.Mobile.country_dial_code.reg_mobile_div.is-focused .help-block {
    color: #fff;
}

.color-class .dynamic_theme_block .form-control[disabled], .color-class .dynamic_theme_block .form-control[readonly], .color-class .dynamic_theme_block fieldset[disabled] .form-control {
    background-color: #f1f1f1;
    color: #000;
    border-radius: 2px;
}

.color-class .panel.dynamic_theme_block .form-custom .Mobile .form-control, .color-class .panel.dynamic_theme_block .form-custom .Mobile .has-error .SumoSelect, .color-class .has-error .panel.dynamic_theme_block .form-custom .Mobile .SumoSelect {
    border-radius: 2px;
}

.color-class .dynamic_theme_block .captcha img {
    border-radius: 2px;
    width: 47%;
    margin-right: 8px;
    padding-right: 0;
}

.color-class .dynamic_theme_block .form-custom .form-group.captcha-text {
    padding-left: 1px;
}

.color-class .fbLogin {
    color: #fff;
    border-color: #fff;
}

.color-class .gpLogin, .color-class .inLogin {
    color: #fff;
    border-color: #fff;
}

.color-class .form-heading {
    color: #fff;
}

.color-class .text-center.center-link a {
    color: #fff;
}

.color-class .resetVerify a {
    color: #fff;
    text-decoration: none;
}

.color-class .resetVerify a:hover {
    text-decoration: underline;
}

.inline-class.color-class .panel.dynamic_theme_block .nav>li>a[aria-expanded="true"] {
    color: #fff;
}

.color-class .text-danger {
    color: #fff;
}

/** End color class section **/
/** Start css for focus on input field **/
.color-class .form-control.input-focus::-webkit-input-placeholder {
    color: #ccc;
}

.color-class .form-control.input-focus::-moz-input-placeholder {
    color: #ccc;
}

.color-class .form-control.input-focus::-ms-input-placeholder {
    color: #ccc;
}

/** End css for focus on input field **/
/** Start color class media query for image captcha **/
@media (max-width: 1100px) and (min-width: 400px) {
    .color-class .dynamic_theme_block .captcha img {
        width: 50%;
        margin-right: 0;
        padding-right: 10px;
    }

    .color-class .dynamic_theme_block .form-custom .form-group.captcha-text {
        padding-left: 0;
    }
}

/** End color class media query for image captcha **/
/** Start Link-Border Class **/
.link-border .panel.dynamic_theme_block {
    padding: 3px 20px 15px 20px;
}

.link-border .panel.dynamic_theme_block .nav>li>a[aria-expanded="true"] {
    color: #000;
    text-shadow: unset;
    font-size: 15px;
    padding-bottom: 7px;
}

.link-border .panel.dynamic_theme_block .nav>li>a {
    border: none;
    color: #333131;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
}

.link-border .panel.dynamic_theme_block .nav-tabs>li.active>a, .link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:focus, .link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:hover {
    background-color: transparent;
    border-bottom: 2px solid #dd302e;
}

.link-border .panel.dynamic_theme_block .nav>li>a:hover {
    color: #000;
}

.link-border .panel.dynamic_theme_block .nav-tabs>li.active>a, .link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:focus, .link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:hover {
    padding-left: 16px;
    padding-right: 16px;
}

/** End Link-Border Class **/
/** Start Link-Border Class with color class **/
.color-class.link-border .panel.dynamic_theme_block .nav>li>a[aria-expanded="true"] {
    color: #fff;
}

.color-class.link-border .panel.dynamic_theme_block .nav>li>a {
    color: #fff;
}

/** End Link-Border Class with color class **/
/*** Start Form float design section ***/
.floatForm {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    z-index: 9999;
    right: 0;
    top: 100px;
}

.form-heading {
    background-color: transparent;
    color: #000;
    padding: 10px;
    margin: 0;
    font-size: 21px;
    padding-bottom: 0;
}

.floatForm.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    top: 80px;
}

.form-clickOuter {
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    margin-left: -107px;
    webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.form-click {
    background-color: #dd302e;
    color: #fff;
    position: relative;
    font-size: 22px;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    border: 1px solid #fff;
    border-bottom: none;
}

.form-inner {
    position: relative;
}

.form-block {
    max-width: 400px;
    min-width: 400px;
    font-size: 12px;
}

.form-block-inner {
    background-color: #fff;
}

.has-error .SumoSelect .SelectBox span.placeholder,.dynamic_theme_block .has-error.agree-group .agree-condition {
    color: #f44336
}

/*** End Form float design section ***/
/* Strat footer section */
.footer-top {
    /* background-color: #f9f9f9; */
    padding: 5px 0;
}

/* End footer section */
/* Start Change Pass page */
.createPassword .heading-bar h3 {
    font-size: 18px;
    font-weight: 600;
}

.createPassword .heading-bar p {
    font-size: 15px;
}

.createPassword .form-group.field-create-password,.createPassword .form-group.field-confirm-create-password {
    margin-bottom: 15px;
    position: relative;
}

.createPassword .form-group.field-create-password .form-control,.createPassword .form-group.field-confirm-create-password .form-control {
    padding: 0 35px 0 10px;
}

.field-create-password .toggle-password-button, .field-confirm-create-password .toggle-password-button {
    top: 8px;
}

.createPassword .form-custom p.text-warning {
    color: #ff5722;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.field-create-password .error:not(:empty), .field-confirm-create-password .error:not(:empty) {
    display: block !important;
}

/* End Change Pass page */
/** Start Form position section **/
@media (min-width: 1099px) {
    .formContainer {
        max-width:350px;
        min-width: 350px;
        z-index: 1;
        border-radius: 5px;
    }

    .form-absolute {
        position: absolute;
        top: 12px;
    }

    .form-fixed {
        position: fixed;
    }

    .form-relative {
        position: relative;
        top: 12px;
    }

    .form-position-left {
        left: 50%;
        margin-left: -585px;
    }

    .form-position-right {
        right: 50%;
        margin-right: -600px;
        /* border-radius: 5px; */
        box-shadow: 0 0 10px #000;
    }

    /**.resentVerification.text-center {text-transform: uppercase;margin-top: 2px;position: absolute;bottom: 1px;z-index: 9999;right: 90px;}**/
    .center-link {
        text-align: left;
        display: inline-block;
        position: relative;
    }
}

/** End Form position section **/
/* Start media query for mobile view */
@media (max-width: 1100px) {
    /** Start form section **/ .form-control {
        height: 38px;
    }

    .panel.dynamic_theme_block {
        padding: 12px;
    }

    .CountryId:before, .StateId:before, .CityId:before, .CourseId:before, .reg_specialization_id_div:before {
        content: '';
        border-color: transparent #a0a0a0 #a0a0a0 transparent;
        border-style: solid;
        border-width: 6px;
        right: 0px;
        bottom: 0;
        margin-bottom: 0;
        top: auto;
    }

    .color-class .CountryId:before, .color-class .StateId:before, .color-class .CityId:before, .color-class .CourseId:before, .color-class .reg_specialization_id_div:before {
        border-color: transparent #a0a0a0 #a0a0a0 transparent;
    }

    .inline-class .StateId:before {
        right: 15px;
    }

    .has-error.CountryId:before, .has-error.StateId:before, .has-error.CityId:before, .has-error.CourseId:before, .has-error.reg_specialization_id_div:before {
        bottom: 3px;
    }

    .dynamic_theme_block .CaptchaRefreshBtn:before {
        font-size: 13px;
    }

    .dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select {
        padding: 8px 10px 9px 10px;
    }

    .dynamic_theme_block .captcha img {
        height: 38px !important;
    }

    .dynamic_theme_block .captcha .CaptchaRefreshBtn {
        top: 9px;
    }

    .captcha {
        margin-bottom: 8px;
    }

    .fbLogin, .gpLogin {
        font-size: 15px;
        padding: 8px 10px;
        text-decoration: none;
        text-align: center;
    }

    .row.margin-top-10.margin0 .col-sm-6 {
        width: 100%;
        padding-right: 15px;
        text-align: center;
    }

    .dynamic_theme_block .form-custom .captcha {
        margin-bottom: 14px;
    }

    .inline-class .panel.dynamic_theme_block {
        padding: 15px 20px 8px 20px;
    }

    .text-center.center-link a {
        font-size: 14px;
    }

    .resetVerify a {
        font-size: 12px;
    }

    /** End form section **/
}

/* End media query for mobile view */


.form-group.label-floating.reg_university_id_div.UniversityId.field-select {
    width: 50%;
    display: inline-block;
}

.form-group.label-floating.Mobile.country_dial_code.reg_mobile_div .tel {flex-grow: 1;}

.heroForm .fade {
    opacity: 1;
}
.dynamic_theme_block .npf_cpt_new img {
    width: 100%;
    height: 38px;
    float: left;
    padding-right: 10px;
}
.dynamic_theme_block .btn-register {
    background-color: #002468 !important;
    border-color: #002468 !important;
    color: #fff !important;
    text-transform: uppercase;
}

span#clockdivMobile {
    color: black !important;
}
span#otpverifylink-textMobile {
    color: black !important;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #002147!important;
}

.modal-header .close {
    margin-top: -2px;
    opacity: 1!important;
    color: white!important;
}

span#clockdivForget {
    color: black !important;
}

a.btn.requestInfo {
    color: white !important;
}