body,
html {
    overflow-x: hidden;
}

body {
    font-family: 'GoogleSans' !important;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'GoogleSans';
}

p {
    font-family: 'GoogleSans';
    line-height: 20px;
    font-size: 14px;
}

ol li,
ul li {
    font-family: 'GoogleSans';
    font-size: 13px;
    line-height: 20px;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

a:focus,
a:hover {
    outline: 0;
}

button,
input,
select,
textarea {
    border: 0;
    transition: all .3s ease-in-out;
}

.fileContainer,
button,
input[type=file],
input[type=submit] {
    cursor: pointer;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

section {
    position: relative;
    width: 100%;
}

.ui-helper-hidden-accessible {
    display: none;
}

.noscroll {
    overflow: hidden;
}

input:-internal-autofill-selected {
    background-color: transparent;
}

.loginPopup {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: -100%;
    bottom: 0;
    background: #fff;
    z-index: 100;
    overflow: auto;
    padding: 0;
    transition: 0.5s;
}

#closePopup {
    position: absolute;
    border: 0;
    right: 30px;
    top: 30px;
    width: 50px;
    background: transparent;
    z-index: 9
}

#closePopup img {
    width: 100%
}

.loginPopup.swap {
    top: 0;
    transition: all .4s ease-in-out;
}

.loginPopup .userLoginFrom input[type="password"] {
    background: var(--bs-white);
    color: var(--bs-mid-dark);
}

.login-background {
    background-image: url('../img/login-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
    text-align: center;
    overflow-x: hidden;
}

.login-background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(5, 52, 118, .9);
}

.login-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.login-header .lgo span {
    position: relative;
    top: 15px;
}
.login-header .lgo span a {
	padding: 40px 30px;
}
.login-header .lgo span a .curve-shape {
	top: -15px;
}
.curve-shape-right {
    position: absolute;
    left: -100px;
    top: -15px;
}
#curved-corner-topright {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
}
#curved-corner-topright:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;    
    top: 0;
    right: 0;
    box-shadow: 50px -50px 0 0 var(--bs-white);
}

.login-header .lgo span {
    position: relative;
    top: 15px;
    display: inherit;
}

.login-header .lgo span a {
    padding: 40px 30px;
}

.login-box {
    background: var(--bs-white);
    width: 473px;
    margin: 0 auto;
    border-radius: 6px;
    padding: 37px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.login-box .section-heading h2 {
    font-size: 24px;
}

.userLoginFrom .form-group {
    position: relative;
    margin-bottom: 15px
}

.userLoginFrom .form-group input[type="text"],
.userLoginFrom .form-group input[type="password"] {
    width: 100%;
    height: 48px;
    border: 1px solid var(--bs-light-gray);
    padding: 0;
    border-radius: 6px;
    padding: 0 45px 0 20px;
}

.userLoginFrom .form-group input[type="text"]::placeholder,
.userLoginFrom .form-group input[type="password"]::placeholder {
    color: rgba(17, 17, 17, 0.6);
    font-size: 13px;
    text-transform: uppercase;
}

#txtUserId {
    background-image: url(../img/envelope-solid.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 95% center;
}

#txtPassword {
    background-image: url(../img/lock-solid.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 95% center;
}

.userLoginFrom .form-group input[type="submit"],
.btn_custom {
    width: 100%;
    height: 47px;
    border: 0;
    background: var(--bs-mid-yellow);
    color: var(--bs-white);
    font-weight: 700;
    border-radius: 6px;
}

.showSingle {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--bs-mid-dark);
}

.registerForm span[id*="rfv"],
#span_dob,
.userLoginFrom span[id*="rfv"] {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 12px;
    color: var(--bs-danger);
    letter-spacing: .2px;
}

#p_LoginError {
    color: var(--bs-danger);
}

#div_Forgot_Options {
    text-align: start;
}

#lblForgotOptionsMessage {
    color: var(--bs-mid-dark) !important;
    line-height: 18px;
    display: block;
    margin-bottom: 10px;
}

#rbtnlForgotOptions input[type="radio"] {
    margin-right: 8px;
}

#lblMessage {
    line-height: 20px;
    display: block;
}

#trDOB_C_Message {
    padding: 0 !important;
}

.login-footer {
    position: relative;
    margin-bottom: 30px;
}

.herobanner {
    height: 100vh;
    min-height: 909px;
    max-height: 1024px;
    padding-bottom: 60px;
    z-index: 1;
}

.herobanner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(13, 52, 103, .85);
}

.registerForm-outer {
    padding: 0 0 0 87px;
    position: relative;
}
.registerForm-outer::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    background: url(../img/border-shade.webp) no-repeat;
    background-size: contain;
    width: 1px;
    height: 542px;    
}

.grn-bs-bx {
    position: relative;
}

.grn-bs-bx>.start-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--bs-white);
    text-transform: uppercase;
    white-space: nowrap;
}

.grn-bs-bx>p {
    font-size: 14px;
    line-height: 18px;
    color: var(--bs-white);
    margin: 0;
}

.grn-bs-bx>.end-title {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--bs-white);
    margin-top: 20px;
}
.grn-bs-bx>.end-title span {
    display: block;
    position: relative;
    font-family: 'Lufga';    
    font-size: 132px;
    font-weight: 900;
    line-height: 110px;
    color: var(--bs-white);
    padding-left: 60px;
    display: flex;
    align-items: center;
    max-width: 345px;  
    margin-top: 5px;
}
.grn-bs-bx>.end-title span::before {
    content: "";
    position: absolute;
    left: 0;
    background: url(../img/code-img-left.webp) no-repeat;
    background-size: contain;
    width: 19px;
    height: 74px;
}
.grn-bs-bx>.end-title span::after {
    content: "";
    position: absolute;
    right: 0;
    background: url(../img/code-img-right.webp) no-repeat;
    background-size: contain;
    width: 18px;
    height: 74px;
}
.grn-bs-bx > .end-title span sup {
	font-size: 32px;
	line-height: 81px;
    font-weight: 700;
	color: var(--bs-bright-sky);
	top: -22px;
    left: 40px;
	position: absolute;
}
.grn-bs-bx > .end-title span sub {
	font-size: 32px;
	line-height: 81px;    
	position: absolute;
    right: 40px;
}

.grn-bs-bx>h1 {
    font-family: 'Lufga';
    font-size: 65px;
    color: #e5f0f1;
    line-height: 55px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.grn-bs-bx>h1 span {
    color: var(--bs-bright-sky);
    display: block;
    white-space: nowrap;
}

.earn-sec {
	display: flex;
	align-items: end;
    height: 100%;
    position: relative;
}
.earn-sec img {
	position: absolute;
	right: -20px;
	bottom: -120px;
}
.earn-box {
	background: #123b70;
	border: 1px solid rgba(173, 225, 250, .15);
	padding: 10px 25px;
	border-radius: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 50%;
	margin-left: 60px;
}
.earn-box::before {
    content: "";
    position: absolute;
    left: -12px;
    background: url(../img/twinkle-border.webp) no-repeat;
    background-size: contain;
    width: 22px;
    height: 154px;
}
.earn-box h2 {
    font-family: 'Lufga';
    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--bs-white);    
    text-transform: uppercase;    
}
.earn-box h2 span {
    display: block;
    font-size: 60px;
    font-weight: 900;
    color: var(--bs-bright-sky);      
}
.earn-box h2 big {
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: var(--bs-white);      
}
.earn-box p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
    max-width: 205px;
    color: var(--bs-white);    
}

.herobanner__slider--content {
    position: relative;
}

.qs-ranking {
    background: #f1f9fa;
    border-radius: 10px;
    padding: 23px;
    width: 350px;
    height: 181px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.qs-ranking__content span {
    display: block;
    font-size: 12px;
    color: var(--bs-mid-dark);
    font-weight: 700;
}

.manyText span {
    margin-bottom: 15px;
}

.other-ranking-slider .qs-ranking__content .top-no sup {
    text-transform: none;
    top: -11px;
    left: -7px;
    font-size: 64%;
}

.qs-ranking__content .top-no.main {
    font-size: 44px;
}

.qs-ranking__content .top-no.main sup {
    font-size: 24px;
}

.qs-ranking__content .top-no.main {
	font-size: 24px;
	line-height: 26px;
    color: var(--bs-mid-dark);
}
.qs-ranking__content .top-no.main highlight {
	color: var(--bs-bright-sky);
} 

.qs-ranking__content .top-no {
    font-size: 30px;
    font-weight: 700;
    color: var(--bs-bright-sky);
    line-height: 34px;
    margin-bottom: 5px;
}

.qs-ranking__content p {
    font-size: 16px;
    line-height: 16px;
    color: var(--bs-mid-dark);
    margin: 0;
    font-weight: 700;
}

.qs-ranking__image {
    display: inline-block;
}

.qs-ranking__image h5 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: var(--bs-white);
    margin-left: -5px;
}

.slick-slider div {
    transition: none;
}

.other-ranking-slider {
    position: relative;
    top: -30px;
}
.vertical-sl.slick-initialized .slick-slide {
	display: flex;
}
.vertical-sl.slick-initialized .slick-slide .other-ranking-slider__item--thumb:first-child {
	border-radius: 10px 0 0 10px;
}
.vertical-sl.slick-initialized .slick-slide .other-ranking-slider__item--thumb:last-child {
	border-radius: 0 10px 10px 0;
}
.vertical-sl .slick-dots li button::before, .plac-slider .slick-dots li button::before, .benefit-slider .slick-dots li button::before, .entre-slider .slick-dots li button::before {
	font-size: 20px;
	opacity: .11;
	color: #125680;
}
.vertical-sl .slick-dots li.slick-active button::before, .plac-slider .slick-dots li.slick-active button::before, .benefit-slider .slick-dots li.slick-active button::before, .entre-slider .slick-dots li.slick-active button::before {
	opacity: 1;
	color: #0a65a4;
}
.other-ranking-slider__item--thumb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
	background: #f1f9fa; 
    padding: 15px 22px;
    height: 181px;
}

.qs-ranking__content {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 12px;
}

.other-ranking-slider__item img {
    display: inline-block;
}

.other-ranking-slider .slick-arrow,
.rankings-slider .slick-arrow,
.student-slider .slick-arrow,
.testimonial-slider .slick-arrow,
.lab-slider .slick-arrow,
.chd-slider .slick-arrow {
    height: 42px;
    width: 42px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    font-size: 0;
    position: absolute;
    bottom: -40px;
    left: 0;
    transform: translateX(-455px);
}

.other-ranking-slider .slick-arrow:hover,
.rankings-slider .slick-arrow:hover,
.student-slider .slick-arrow:hover,
.testimonial-slider .slick-arrow:hover,
.lab-slider .slick-arrow:hover,
.chd-slider .slick-arrow:hover {
    background: var(--bs-light-blue);
}

.other-ranking-slider .slick-next {
    left: 50px;
}

.other-ranking-slider .slick-next::after,
.rankings-slider .slick-next::after,
.student-slider .slick-next::after,
.testimonial-slider .slick-next::after,
.lab-slider .slick-next::after,
.chd-slider .slick-next::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f054";
    position: absolute;
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.other-ranking-slider .slick-prev::after,
.rankings-slider .slick-prev::after,
.student-slider .slick-prev::after,
.testimonial-slider .slick-prev::after,
.lab-slider .slick-prev::after,
.chd-slider .slick-prev::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f053";
    position: absolute;
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
}

.registerForm {
    margin-left: auto;
    max-width: 579px;
    padding: 30px 40px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

.registerForm .formField {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

.registerForm .formBody input,
.registerForm .formBody select {
    border-radius: 6px;
    border: 0
}

.registerForm .formBody input[type=email],
.registerForm .formBody input[type=text],
.registerForm .formBody select,
.registerForm .formBody textarea {
    float: left;
    width: 100%;
    height: 40px;
    background-color: var(--bs-white) !important;
    font-size: 12px;
    color: #737373;
    letter-spacing: 0;
    padding: 10px 15px;
    border: 0
}

.registerForm .formBody select {
    width: 100%;
    height: 40px;
    border: 0;
    padding: 0;
    font-size: 12px;
    -webkit-appearance: none;
    background-image: url(../img/caret.webp);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 95% center;
    background-color: var(--bs-white);
    padding-right: 20px;
    padding-left: 15px;
    outline: 0
}

.login-btn input {
    display: inline-block;
    background-color: #fff;
    margin-right: 5px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px;
    color: #333;
    width: 100%;
    height: 40px
}

.login-btn input:last-child {
    margin-right: 0
}

.login-btn input.grd-lyr2,
.login-btn input:hover {
    color: var(--bs-white);
}

.registerHeader h4 {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 700;
    color: var(--bs-white);
    text-align: center;
    text-transform: uppercase;
}

.registerHeader h6 {
    color: var(--bs-white);
    text-transform: uppercase;    
    font-size: 14px;
    margin-bottom: 15px;
}

.registerForm p.notif {
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
    color: var(--bs-white);
    line-height: 12px;
}

.row.mrg20.dateinfo {
    margin-top: 0;
}

img[id*="imgLoading"] {
    position: absolute;
    right: 12px;
    top: 14px;
    width: 14px;
    display: none
}

#lblPrintMessage {
    color: var(--bs-white);
    font-size: 12px;
    line-height: 14px;
    display: block;
    background: var(--bs-sky);
    padding: 5px 7px;
    border-radius: 6px;
}

#lnkbtnResendOTP {
    color: var(--bs-pale-yellow);
    display: block;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 5px;
    padding: 3px 7px;
    border: 1px solid var(--bs-pale-yellow);
    border-radius: 6px;
    display: none;
}

#lnkbtnResendOTP:hover {
    color: var(--bs-mid-dark);
    background: var(--bs-pale-yellow);
}

.otp-sec p {
    font-size: 12px;
    margin-bottom: 0;
    color: var(--bs-white);
}

.login-btn {
    margin-top: 10px;
}

.program-label {
    font-size: 12px;
    line-height: 12px;
    color: var(--bs-white);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #737373;
}

/************************* API REGFORM SELECT2 CUSTOM CSS *************************/

.select2-selection__rendered {
    text-transform: uppercase;
}

.select2-container {
    margin: 0 !important;
    text-align: left !important;
}

.select2-container .select2-selection--single {
    height: 40px;
    font-size: 12px;
}

.select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #666 transparent transparent transparent;
    border-width: 5px 5px 0px 5px;
}

.select2-results__options {
    scrollbar-width: thin;
}

.select2-results__option {
    font-size: 12px;
    line-height: 14px;
    padding: 7px 6px;
}

.select2-dropdown {
    z-index: 10;
}

ul[class*="ui-front"] {
    z-index: 5;
    padding-left: 0;
    padding-bottom: 0;
    width: 244px !important;
    background: var(--bs-white);
    border: 1px solid var(--bs-gray-300);
    overflow-y: scroll;
    max-height: 200px;
    font-size: 12px;
    scrollbar-width: thin;
    border-radius: 6px;
    margin-bottom: 0;
}

.ui-menu .ui-menu-item div {
    padding: 6px;
    line-height: 15px;
    font-size: 14px;
    color: var(--bs-mid-gray);
    text-decoration: none;
    display: block;
}

.ui-menu .ui-menu-item div.ui-state-active {
    background: var(--bs-off-white);
    cursor: pointer;
}

.login-btn input.grd-lyr2 {
    background: var(--bs-bright-sky);
}

.login-btn input.grd-lyr2:hover {
    background: #2fa4ff;
}

.login-btn input.grd-lyr3 {
	background: #84a1b8;
	color: var(--bs-white);
}

.login-btn input.grd-lyr3:hover {
    background: #7fc6ff;
}

.crowning-sec {
    background: var(--bs-white);
    padding: 85px 0 0;
    margin-top: -100px;
}

.crown-content {
    position: relative;
    margin-top: -100px;
    z-index: 2;
}

.crown-content a {
    text-decoration: none;
}

.crown-content img.h-181 {
	border-radius: 10px;
	height: 181px;
	object-fit: cover;
}

.crown-box {
    margin-bottom: 20px;
}

.crown-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 6px 6px;
    background: linear-gradient(to bottom, rgba(31, 31, 33, 0) 0%, rgba(45, 45, 45, 1) 100%);
}

.crown-box.black::before {
    background: linear-gradient(to bottom, rgba(31, 31, 33, 0) 0%, rgba(67, 68, 85, 1) 100%);
}

.crown-box.red::before {
    background: linear-gradient(to bottom, rgba(31, 31, 33, 0) 0%, rgba(134, 81, 92, 1) 100%);
}

.benefit-slider .b-item:nth-child(even) {
    margin-top: 50px;
}
.bnft-box {
    background-repeat: no-repeat;
    background-size: cover;
    height: 576px;
    border-radius: 10px;
    padding: 36px 20px;
}
.bnft-content {
    position: absolute;
    bottom: 70px;
    left: 18px;
    right: 0;
    padding: 24px;
    color: var(--bs-white); 
    height: 222px;
    border-radius: 10px 0 0 10px;
    background: rgba(9, 144, 248, 0.7);
}
.benefit-slider .b-item:nth-child(even) .bnft-content {
    background: rgba(13, 52, 103, 0.7);
}
.bnft-content p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 4px;
}
.mb-0 {
    margin-bottom: 0!important;
}
.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.bg-transparent {
    background: transparent!important;
}
.border-0 {
    border: 0!important;
}
.justify-content-between {
	justify-content: space-between!important;
}
.bnft-content h3 {
    font-family: 'Lufga';
    font-size: 54px;
    line-height: 54px;
    font-weight: 800;    
    margin-bottom: 0;
}
.bnft-content h5 {
	font-family: 'Lufga';
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 0;
	max-width: 60%;
}

.moment-content {
    padding: 10px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.moment-content span {
    font-size: 10px;
    color: var(--bs-white);
    text-transform: uppercase;
}

.moment-content span span {
    font-size: 12px;
    margin: 0 12px;
}

.moment-content h6 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: var(--bs-white);
    margin-top: 10px;
    margin-bottom: 12px;
}

.rankings-slider .slick-arrow,
.student-slider .slick-arrow,
.lab-slider .slick-arrow {
    transform: translateX(0);
    z-index: 1;
    bottom: unset;
    top: 42%;
    background: var(--bs-light-gray);
}

.rankings-slider .slick-prev,
.student-slider .slick-prev,
.lab-slider .slick-prev {
    left: -50px;
}

.rankings-slider .slick-next,
.student-slider .slick-next,
.lab-slider .slick-next {
    right: -50px;
    left: auto;
}

.rankings-slider .slick-arrow {
    background: rgba(102, 102, 102, .2);
}
.rankings-slider .slick-prev::after, .rankings-slider .slick-next::after {
	color: rgba(134, 134, 134, 0.21);
}
.rankings-slider .slick-arrow:hover.slick-prev::after, .rankings-slider .slick-arrow:hover.slick-next::after {
	color: rgba(189, 189, 189, 0.21);
}
.rankings-slider .slick-prev {
	left: -90px;
}
.rankings-slider .slick-next {
	right: -90px;
}

.rankings-slider .slick-slide {
    margin: 0 10px;
    margin-top: 30px;
}

.rankings-slider .qs-ranking__content .top-no {
    font-size: 48px;
    line-height: 42px;
	color: var(--bs-mid-dark);
	font-family: 'Lufga';
	font-weight: 800;
}


.rankings-slider .qs-ranking__content .top-no sup {
    text-transform: none;
    top: -18px;
    left: -11px;
    font-size: 55%;
}

.rankings-slider .qs-ranking__content span {
    font-weight: normal;
}

.rankings-slider .qs-ranking__content p {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.rankings-slider .qs-ranking__content p span {
    font-size: 14px;
    margin-bottom: 5px;
}

.schol-box {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.schol-box img {
    position: absolute;
    bottom: 0;
    right: -70px;
}

.schol-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: rgba(11, 54, 113, .9);
}

.schol-headline {
    position: relative;
    max-width: 65%;
}

.schol-headline h5,
.schol-headline h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    color: var(--bs-white);
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    font-family: 'Lufga';
}

.schol-headline h5 span {
    color: var(--bs-bright-sky);
}

.schol-figure {
	margin-top: 20px;
	padding: 65px 45px;
	display: inline-block;
	background: url('../img/crore-bg.webp') no-repeat;
	height: 183px;
}

.schol-figure h2 span {
	font-size: 116px;
	display: block;
	font-weight: 900;
}

.schol-figure h2 span sup {
	font-size: 37px;
	top: -12px;
	left: -22px;
	position: absolute;
	font-family: 'GoogleSans';
	font-weight: 700;
}

.schol-figure h2 {
    display: block;
}

.schol-figure h5 {
	margin-top: 22px;
	font-size: 33px;
	text-align: center;
	display: block;
}

.schol-content h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: var(--bs-mid-dark);
    text-transform: uppercase;
    margin-bottom: 15px;
}
.schol-content h2 big {
    font-size: 42px;
    display: block;
}

.schol-content p {
    font-size: 18px;
    line-height: 24px;
    color: var(--bs-mid-dark);
    margin-bottom: 20px;
}

.prc-bx {
    position: relative;
    padding: 30px;
    border-radius: 10px;
    background-color: #e5f0f1;
    border: 1px solid rgba(10, 109, 156, .15);
}

.prc-hdr {
    margin-bottom: 15px;
}

.prc-hdr>h5 {
    color: var(--bs-more-blue);
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 700;
}
.prc-hdr h3 {
	font-size: 24px;
	line-height: 24px;
	color: var(--bs-white);
	font-weight: 700;
}
.prc-hdr>span {
    font-size: 14px;
    font-weight: 700;
    color: var(--bs-mid-gray);
}

.prc-bdy {
    padding-left: 0;
    list-style: none;
    margin-bottom: 25px;
}

.prc-bdy>li {
    color: var(--bs-mid-gray);
    font-size: 14px;
    padding: 10px 0;
}

.prc-bdy>li span {
    font-size: 18px;
    font-weight: 700;
}

.prc-bx>a {
    display: inline-block;
    color: var(--bs-white);
    padding: 14px 35px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    background: var(--bs-bright-sky);
    border-radius: 6px;
}

.prc-bx>a:hover {
    background: var(--bs-shadow-mid-yellow);
}

.prc-bx>a.disabled {
    pointer-events: none;
    opacity: .6;
    background: #84a1b8;
}

.prc-bx.active {
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgb(29, 40, 41);
}

.prc-bx.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    background-color: rgba(5, 52, 118, .9);
}

.prc-bx.active .prc-hdr>h5 {
    color: var(--bs-bright-sky);
}

.prc-bx.active .prc-hdr>span,
.prc-bx.active .prc-bdy>li {
    color: var(--bs-white);
}

.prc-bx.active .prc-hdr,
.prc-bx.active .prc-bdy,
.prc-bx.active a {
    position: relative;
    z-index: 1;
}

.rqst-cal>h3,
.counclingPrograms.p-0 .acp-section__heading h2,
.section-heading h2 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: var(--bs-white);
    text-transform: uppercase;
}

.counclingPrograms.p-0 .acp-section__heading h2 {
    line-height: 24px;
}

.rqst-cal>p,
.acp-section__content ul li {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--bs-white);
}

.find_course .formField select {
    width: 100%;
    height: 48px;
    padding: 0 36px 0 15px;
    -webkit-appearance: none;
    background-image: url(../img/caret.webp) !important;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 95% center;
    outline: 0;
    border-radius: 6px;
    font-size: 14px;
    font-family: 'GoogleSans';
    text-transform: uppercase;
    color: var(--bs-gray);
    background-color: var(--bs-white);
    border: 1px solid var(--bs-mid-gray);
}

.fc-box {
	padding: 50px;
	border-radius: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.fintechPrograms {
    padding: 0 30px;
}  
.fintechPrograms, .prc-bdy.ait-spec > li, .acp-section__content ul li a {
    color: var(--bs-white);
}
.fintechPrograms ul li {
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
}
.fintechPrograms.acp-section__content ul li::after {
	content: '';
	position: absolute;
	left: -34px!important;
	top: 0px;
	font-family: unset;
	font-size: unset;
	font-weight: unset;
	color: unset;
    background: url(../img/ext-blue-link.webp) no-repeat;
    background-size: contain;
    width: 21px;
    height: 21px;
}

.cta-btn-lg {
    padding: 13px 30px 13px;
    display: inline-block;
    border-radius: 6px;
}

.rqst-cal-frm .formField {
    position: relative;
    margin-bottom: 25px;
}

.rqst-cal-frm .required-field,
.rqst-cal-frm span {
    position: absolute;
    bottom: 2px;
    right: 18px;
    font-size: 12px;
    color: var(--bs-danger);
    letter-spacing: .2px;
}

.rqst-cal-frm input[type="submit"],
.counclingPrograms.p-0 .cta-btn-lg {
    z-index: 5;
    position: relative;
    color: var(--bs-white);
    background: var(--bs-bright-sky);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.counclingPrograms .acp-section__heading {
    margin-bottom: 24px;
}

.counclingPrograms.p-0 .cta-btn-lg:hover,
.rqst-cal-frm input[type="submit"]:hover {
    background: var(--bs-pale-yellow);
    color: var(--bs-mid-dark);
    box-shadow: 0px 3px 0 var(--bs-shadow-pale-yellow);
}

#div_ProgramDetails {
    z-index: 999999;
    background: rgba(0, 0, 0, 0.9);
    overflow: auto;
}

#div_ProgramDetails .modal-header {
    background: var(--bs-theme-blue);
    color: var(--bs-white);
}

#div_ProgramDetails .modal-header h4 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin-right: 10px;
}

#div_ProgramDetails .modal-body img {
    width: 40px;
}

#div_ProgramDetails .modal-body h2,
#div_ProgramDetails .modal-body h3 {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--bs-theme-blue);
    margin-bottom: 15px;
}

#div_ProgramDetails .modal-body .other-program-sec {
    margin-top: 15px;
}

#div_ProgramDetails .modal-body .table-bordered th {
    text-align: start;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    vertical-align: top;
}

#div_ProgramDetails .modal-body .scrollable-table th {
    background: var(--bs-off-white);
}

#div_ProgramDetails .modal-body .table-bordered td {
    font-size: 14px;
    line-height: 18px;
}

#div_ProgramDetails .modal-body .program_details hr {
    margin: 25px 0;
    border-top: 0;
}

#close-program-popup {
    background: transparent;
}

#close-program-popup img {
    width: 40px;
}

.acp-section__content ul {
    padding-left: 34px;
    margin-bottom: 0;
}

.acp-section__content ul li {
    display: block;
    color: var(--bs-mid-dark);
    margin-bottom: 15px;
    position: relative;
    text-align: left;
}

.acp-section__content ul li::after {
    content: '\f178';
    position: absolute;
    left: -34px;
    top: 0px;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-weight: 400;
    color: var(--bs-mid-yellow);
}

.acp-section__content.cucet-comp ul {
    padding-left: 28px;
}

.acp-section__content.cucet-comp ul li::after {
    left: -28px;
}

.acp-section__content li small {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: var(--bs-mid-gray);
}

.compulsory-sec {
	background: #f1f9fa;
	padding: 200px 0 85px;
	margin-top: -150px;
}
.acp-section__content.prgm-lst ul li {
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
}
.acp-section__content.prgm-lst li small {
	font-weight: normal;
	color: var(--bs-mid-dark);
}
.acp-section__content.prgm-lst ul li::after {
	content: '';
	font-family: unset;
	font-size: unset;
	font-weight: unset;
	color: unset;
	background: url(../img/play-grey.webp) no-repeat;
	background-size: contain;
	width: 15px;
	height: 18px;
}
.schol-content.subpara {
	max-width: 65%;
}
.schol-content.subpara p {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
    margin-bottom: 36px;
}
.acp-section__content.schol-ul ul li {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px;
}
.acp-section__content.schol-ul li small {
	line-height: 18px;
	font-weight: normal;
    margin-top: 10px;
}
.acp-section__content.schol-ul ul li::after {
	content: '';
	font-family: unset;
	font-size: unset;
	font-weight: unset;
	color: unset;
	background: url(../img/medical-star.webp) no-repeat;
	background-size: contain;
	width: 18px;
	height: 20px;
}
.achieve-sec {
    background: var(--bs-white);
    padding: 85px 0 120px;
}

.acp-section {
    padding: 100px 0 330px;
    position: relative;
    background: #15345d;
}

.acp-section .container,
.chandigarh-sec .container {
    position: relative;
    z-index: 1;
}

.acp-section__number h3 {
    color: var(--bs-white);
    font-weight: 700;
    font-size: 44px;
}

.acp-section__number h3 sub {
    bottom: 0;
    font-size: 20px;
}

.acp-section__number h3 span {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    display: block;
    color: var(--bs-white);
}

.acp-section__number h3 span big {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
}

.acp-section__number.borders {
    margin-top: -150px;
}

.acp-section__number.borders h3 {
    color: var(--bs-more-blue);
}

.acp-section__number.borders h3 sub {
    font-size: 30px;
}

.acp-section__number.borders .row>.col-6 {
    border: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 0;
    border-right: 0;
}

.acp-section__number.borders .row>.col-6:last-child {
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.highlight-cov {
    background: var(--bs-sky);
    border-radius: 6px;
    border-color: transparent !important;
}

.highlight-box {
    padding: 25px 10px;
}

.rank-stars svg {
    width: 14px;
    height: 14px;
    fill: var(--bs-mid-yellow);
    margin-right: 5px;
}

.section-heading h2 {
    color: var(--bs-white);
    margin-bottom: 20px;
}

.pt-9 {
    padding-top: 100px;
}

.pb-9 {
    padding-bottom: 100px;
}

.nav-pills .nav-link {
    padding: 18px 20px;
    margin: 0 10px;
    border-radius: 6px;
    opacity: .5;
    border-bottom: 5px solid transparent;
    transition: all .2s ease-in-out;
}

.nav-pills .nav-link.active {
	opacity: 1;
	background: transparent;
	border-bottom: 5px solid var(--bs-bright-sky);
	border-radius: 5px;
}

.nav-pills .nav-link img {
    filter: grayscale(1);
}
.nav-pills .nav-link.active img {
    filter: unset;
}

.rankingthumb {
	position: relative;
	padding-right: 40px;
}
.rankingthumb::before {
	content: "";
	position: absolute;
	right: -20px;
	top: 15px;
	background: url(../img/rank-side-star.webp);
	height: 116px;
	width: 11px;
}

.acp-section__number.stats h3 {
	font-size: 48px;
	font-family: 'Lufga';
    padding-left: 40px;
}
.acp-section__number.stats h3 span {
	font-size: 17px;
	line-height: 19px;
	font-family: 'GoogleSans';
}

.acp-section__content.text-white ul li,
.acp-section__content.text-white li small {
    color: var(--bs-white);
}
.stat-row .col-6 {
	border: 1px solid rgba(229, 240, 241, .2);
	height: 161px;
	display: flex;
	align-items: center;
    border-top: 0;
}
.stat-row .col-6:nth-child(odd) {
	border-left: 0;
}
.stat-row .col-6:nth-child(1) h3, .stat-row .col-6:nth-child(5) h3 {
	padding-left: 0;
}
.stat-row .col-6:nth-child(4), .stat-row .col-6:nth-child(8) {
    border-right: 0;
}
.stat-row .col-6:nth-child(5), .stat-row .col-6:nth-child(6), .stat-row .col-6:nth-child(7), .stat-row .col-6:nth-child(8) {
    border-bottom: 0;
}

pack {
    color: var(--bs-bright-sky);
}
.placement-sec {
    padding-bottom: 100px;
    margin-top: -215px;
}
.plac-item {
    margin: 0 15px;
}
.plac-slider .slick-dots, .benefit-slider .slick-dots {
    bottom: -50px;
}
.plac-item .bnft-box {
	height: 411px;
	background-image: url('../img/place-blur-bg.webp');
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.plac-logo {
	background: var(--bs-white);
	border-radius: 0 0 10px 10px;
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 0;
	padding: 15px;
	height: 60px;
	display: flex;
	align-items: center;
}
.plac-content {
	color: var(--bs-white);
	position: relative;
	z-index: 2;
}
.plac-content h5 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 5px;
}
.plac-content p {
	font-size: 14px;
    line-height: 14px;
}
.plac-content h3 {
	font-size: 62px;
	font-weight: 700;
    color: var(--bs-mid-yellow);
}
.plac-content h3 sup {
	font-size: 20px;
	top: -30px;
}
.plac-content h3 sub {
	bottom: 0;
	font-size: 23px;
	right: -5px;
}
.read-m-link {
	position: absolute;
	left: 20px;
	bottom: 30px;
}
.read-m-link a {
	color: var(--bs-white);
	font-size: 14px;
    text-decoration: underline;
    display: none; /** temporary none **/
}
.read-m-link a:hover {
	color: var(--bs-white);
    opacity: .8;
    text-decoration: none;
}
.plac-outset {
	position: absolute;
	right: -15px;
	bottom: 0;
    z-index: 1;
}
.placements-logos__slider .slick-slide {
	margin: 0 10px;
}
.pl-s-item {
	border: 1px solid #ececec;
	border-radius: 10px;
}
.pl-s-item img {
	width: 100%;
	border-radius: 10px;
}
.achieve-sec .section-heading h2, .acp-section .section-heading h2  {
	font-size: 30px;
	line-height: 40px;
}
.section-heading p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: var(--bs-mid-gray);
}
.entre-item {
    margin: 0 12px;
}
.entre-item .bnft-box {
	height: 594px;
	border-radius: 0;
	padding: 0;
}
.entre-item .bnft-content {
	bottom: 10px;
	left: 45px;
	right: 0;
	padding: 0;
	height: auto;
	border-radius: 0;
	background: transparent;
	max-width: 50%;
	height: 214px;
}
.entre-item .bnft-content h3 {
	font-size: 100px;
	line-height: 100px;
}
.entre-item .bnft-content p {
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
}
.stu-sec {
	background: var(--bs-bright-sky);
    margin-top: 60px;
}
.video_section {
	margin-top: -190px;
}
.video_section.student-slider.slick-initialized .slick-slide {
    display: flex;
    align-items: center;
}
.student-slider .slick-arrow {
	background: rgba(255, 255, 255, 0.2);
    top: 50%;
}
.student-slider .slick-prev {
	left: -130px;
}
.student-slider .slick-next {
	right: -130px;
}

.student_info {
    margin-bottom: 20px;
}

.choose_jobsec .user_image {
    width: 100px;
    border-radius: 100%;
    background: var(--bs-off-white);
    overflow: hidden;
    display: none;
}

.choose_jobsec .user_image img {
    border-radius: 100%;
}

.prmo-vdo-mckp {
    filter: grayscale(1);
}

.prmo-vdo-mckp img {
    max-width: 100%;
}

.prmo-vdo {
    margin-top: 100px;
}

.prmo-vdo>h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: var(--bs-white);
    margin: 0 0 17px;
}

.prmo-vdo>p {
    font-size: 18px;
    line-height: 22px;
    color: var(--bs-white);
    margin-bottom: 18px;
    max-width: 95%;
}

.student_info h4 {
    margin-bottom: 8px;
    color: var(--bs-white);
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}

.student_info h4 span {
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: var(--bs-white);
    margin: 8px 0 10px;
}

.student_info img {
    max-width: 200px;
    width: 100%;
    display: block;
    background: var(--bs-white);
    border-radius: 10px;
}

.student_content img {
    padding: 15px;
}

.naac-section {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 993px;
	display: flex;
	align-items: end;
    padding-bottom: 80px;
}

.naac-section::before {
	content: "";
	position: absolute;
	top: 54%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(13, 52, 103, 0.9);
}

.naac-section .container {
    position: relative;
    z-index: 1;
}

.acp-section__content.star-list {
    margin-top: 30px;
}

.acp-section__content.star-list ul {
    padding-left: 40px;
}

.acp-section__content.star-list ul li::after {
	content: '';
	color: var(--bs-white);
	left: -40px;
	background: url('../img/yellow-star.webp') no-repeat;
	background-size: contain;
    width: 21px;
    height: 21px;
}
.acp-section__content.star-list ul li {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 18px;
}
.video-cucet img {
    border-radius: 10px;
}
.video-cucet a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: var(--bs-white);
	border-radius: 50%;
	width: 78px;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-in-out;
}
.video-cucet a:hover {
    opacity: 0.85;
}
.video-cucet a::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 90px;
	height: 90px;
	background: var(--bs-white);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}    
.video-cucet a::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 78px;
	height: 78px;
	background: var(--bs-white);
	border-radius: 50%;
	transition: all 200ms;
}
.video-cucet a span {
	position: relative;
	z-index: 2;
	width: 0;
	height: 0;
	border-left: 26px solid var(--bs-bright-sky);
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	margin: 0 auto;
	left: 4px;
}    
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
} 

.explore-sec {
    padding-bottom: 0;
}

.explore-sec .acp-section__number h3 {
	font-size: 60px;
	color: var(--bs-bright-sky);
	line-height: 65px;
	font-family: 'Lufga';
}

.explore-sec .acp-section__number h3 span {
    font-family: 'GoogleSans';    
}
.explore-sec .acp-section__number h3 span big {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 4px;
    margin-bottom: 14px;
}

.international-slider {
	position: relative;
	z-index: 1;
}

.news-section__content {
    height: 326px;
    background: var(--bs-sky);
    padding: 40px;
    border-radius: 6px;
}

.news-section__content h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: var(--bs-white);
    text-transform: uppercase;
}

.news-section__content p {
    font-size: 16px;
    line-height: 18px;
    color: var(--bs-white);
    margin: 15px 0 0;
    max-width: 85%;
}

.news-section__image {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60%;
    border-radius: 0 6px 6px 0;
}

.news-section__content.blue-bg {
    background: var(--bs-more-blue);
}
.news-section__content.blue-bg.op-bg {
    background: rgba(21, 52, 93, .8);
}
.news-section__content.op-bg {
    background: rgba(9, 144, 248, .8);
}

.news-section__content.yellow-bg {
    background: var(--bs-mid-yellow);
}

.arrow_box {
    position: relative;
    background: var(--bs-off-white);
    border-radius: 6px 0 0 6px;
}

.arrow_box:after {
    left: 100%;
    top: 20%;
    border: solid transparent;
    content: "";
    position: absolute;
    border-left-color: var(--bs-off-white);
    border-width: 20px;
    margin-top: -20px;
}

.arrow_box h4,
.arrow_box p {
    color: var(--bs-mid-dark);
}

.disney-sec {
    margin-top: -500px;
}
.disney-sec img {
    width: 100%;
    object-fit: cover;
}
.achieve-sec.about-section .section-heading h2 {
   line-height: 36px; 
}

.box-icon {
    content: '';
    position: absolute;
    width: 55px;
    bottom: 24px;
    left: 50px;
}

.about-section .text-block,
.chandigarh-sec .text-block {
    margin-bottom: 25px
}

.about-section .text-block h5,
.chandigarh-sec .text-block h5 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #0a65a4;
}

.about-section .text-block p,
.chandigarh-sec .text-block p {
    font-size: 14px;
    line-height: 16px;
    color: var(--bs-mid-gray);
}

.testimonial-slider .slick-arrow {
    transform: translateX(0);
    bottom: unset;
    top: 42%;
    z-index: 1;
    background: #e0e0e0;
}

.testimonial-slider .slick-prev {
    left: -90px;
}
.testimonial-slider .slick-next {
    right: -90px;
    left: unset;
}
.testimonial-slider .slick-prev::after, .testimonial-slider .slick-next::after {
	color: rgba(134, 134, 134, 0.21);
}

.testimonial-box {
    position: relative;
}

.testimonial-box img {
    border-radius: 10px;
}

.testimonial-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	background: #15345d;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px;
    border-radius: 0 10px 10px 0;
}

.testimonial-content p {
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	color: var(--bs-white);
	margin-bottom: 20px;
    position: relative;
}
.testimonial-content p::before {
    content: "“";
    font-size: 150px;
    font-weight: 600;
    color: rgba(255, 255, 255, .15);
    position: absolute;
    top: 0;
    left: -5px;
}

.testimony {
    background: var(--bs-bright-sky);
    padding: 10px 20px;
    border-radius: 10px;
    max-width: 320px;    
}

.testimony h5 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--bs-white);
    margin-bottom: 1px;
}

.testimony span {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: var(--bs-white);
	display: block;
}

.lab-slider img {
    border-radius: 10px;
}

.lab-slider .slick-slide {
    margin: 0 15px;
}

.lab-item {
    position: relative;
}

.lab-caption {
    background: #15345d;
    border-radius: 0 0 10px 10px;
    padding: 20px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.lab-caption p {
    display: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
    color: var(--bs-white);
}

.lab-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: var(--bs-white);
    margin-bottom: 0;
    position: relative;
    transition: all .3s ease-in-out;
}

.lab-title::after {
	content: "Read More";
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 700;
	color: var(--bs-white);
	font-size: 13px;
	text-decoration: underline;
	text-transform: uppercase;
}

.lab-title:hover,
.lab-title:hover::after {
    cursor: pointer;
    color: var(--bs-mid-yellow);
}

.lab-caption.show-desc .lab-title {
    color: var(--bs-pale-yellow);
}

.lab-caption.show-desc .lab-title:hover {
    color: var(--bs-mid-yellow);
}

.lab-caption.show-desc .lab-title::after {
    content: "\f139";
    position: absolute;
    top: 0;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: unset;
	text-decoration: unset;    
    color: var(--bs-pale-yellow);
    transition: all .3s ease-in-out;
    transform: rotate(180deg);    
}

.kc-logo {
	display: inline-block;
	background: #0d3467;
	padding: 15px;
	border-radius: 10px;
	position: absolute;
	right: 50px;
	top: 50px;
}

.kc-logo:hover {
    transform: scale(1.03);
}
.naac-section .section-heading h2 {
    font-size: 30px;
    line-height: 30px;
}

.chandigarh-sec {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 135px;
}
.section-heading.jumbo h2 {
    font-size: 53px;
    line-height: 50px;
    font-weight: 800;
    font-family: 'Lufga';
}

.chandigarh-sec .text-block {
    margin: 0 12px;
    height: 370px;
    position: relative;
}
.text-block img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.icon-heading {
    margin-bottom: 10px !important;
}

.icon-heading svg {
    fill: var(--bs-mid-yellow);
    width: 24px;
    vertical-align: top;
    margin-left: 5px;
}

.highlight-item img {
    border-radius: 6px;
}

.highlight-details {
    margin-top: 20px;
    margin-bottom: 25px;
}

.highlight-details h6 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: var(--bs-mid-dark);
    text-transform: uppercase;
}

.highlight-details p,
.highlight-tag {
    font-size: 16px;
    line-height: 20px;
    color: var(--bs-mid-gray);
    margin-top: 12px;
}

.highlight-tag {
    font-size: 14px;
    background: var(--bs-off-white);
    padding: 7px 15px;
    ;
    border-radius: 6px;
    display: inline-block;
}

/***** Custom Add to Home Screen PWA *****/
.block__install {
    display: none;
}

/*******************  RESPONSIVE STYLES  *****************/
@media (min-width: 576px) {
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%%;
    }    
}
@media (min-width: 992px) {
    .registerForm {
        max-width: 630px;
    }

    .registerForm .formBody input[type="email"],
    .registerForm .formBody input[type="text"],
    .registerForm .formBody select,
    .registerForm .formBody textarea,
    .select2-container .select2-selection--single,
    .select2-container--default .select2-selection--single .select2-selection__arrow,
    .login-btn input {
        height: 50px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 49px;
    }

    img[id*="imgLoading"] {
        top: 18px;
    }
    .text-lg-start {
        text-align: left!important;
    }  
    .other-ranking-slider__item--thumb {
        width: 50%;
    }    
}

@media (min-width: 1400px) {
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }    
}
@media (min-width: 1600px) {
    .registerForm {
        margin-right: 88px;
    }
}
@media (min-width: 1920px) {
    .container {
        max-width: 1652px;
    }
    .registerForm-outer {
        padding: 0 0 0 125px;
    }    
}

@media (max-width: 1919px) {
    .qs-ranking__content .top-no.main {
        font-size: 20px;
        line-height: 22px;
    }  
    .qs-ranking__content span {
        font-size: 10px;
    }    
    .qs-ranking__content .top-no {
        font-size: 24px;
        line-height: 24px;
    }    
    .qs-ranking__image img {
        width: 130px;
    }
    .qs-ranking__content p {
        font-size: 12px;
        line-height: 12px;
    } 
    .other-ranking-slider__item img {
        max-width: 60px;
    }    
    .bnft-content h3 {
        font-size: 40px;
        line-height: 40px;
    }    
    .bnft-content h5 {
        max-width: 70%;
    } 
    .schol-box img {
        right: -95px;
        width: 300px;
    }
    .fc-box {
        padding: 40px;
    }    
    .fintechPrograms {
        padding: 0 15px;
    }  
    .fc-box .prc-bx {
        padding: 15px;
    }    
    .entre-item .bnft-box {
        height: 464px;
    }  
    .video_section {
        margin-top: -125px;
    } 
    .naac-section {
        padding-bottom: 30px;
    }  
    .news-section__image {
        padding-bottom: 76%;
    }  
    .testimonial-box img {
        border-radius: 10px 10px 0 0;
    }    
    .testimonial-content {
        position: unset;
        border-radius: 0 0 10px 10px;
    }
    .testimonial-content p::before {
        font-size: 125px;
    }    
    .testimonial-slider .slick-prev {
        left: unset;
        right: 80px;
        top: 5%;
    }  
    .testimonial-slider .slick-next {
        right: 30px;
        left: unset;
        top: 5%;
    }
    .chandigarh-sec .text-block {
        height: 335px;
    }    
}

@media (max-width: 1800px) {
    .registerForm-outer {
        padding-right: 0;
    }

    .other-ranking-slider .slick-arrow {
        transform: translateX(-415px);
    }
}

@media (max-width: 1599px) {
    .registerForm-outer {
        padding-left: 17px;
    }
}

@media (max-width: 1440px) {
    .other-ranking-slider .slick-arrow {
        transform: translateX(-415px);
    }
}

@media (max-width: 1400px) {
    .other-ranking-slider .slick-arrow {
        transform: translateX(-455px);
    }

    .acp-section__number.borders {
        margin-top: -140px;
    }

    .acp-section__number h3 {
        font-size: 38px;
    }

    .acp-section__number.borders h3 sub {
        font-size: 22px;
    }

    .acp-section__number h3 span big {
        margin-top: 10px;
    }

}

@media (max-width: 1399px) { 
    .qs-ranking__content .top-no.main {
        font-size: 18px;
        line-height: 20px;
    }  
    .qs-ranking__image img {
        width: 120px;
    }  
    .entre-item .bnft-box {
        height: 482px;
    }  
    .video_section {
        margin-top: -160px;
    }   
    .student-slider .slick-prev {
        left: -50px;
    }   
    .student-slider .slick-next {
        right: -50px;
    }    
    .naac-section::before {
        top: 47%;
    }    
    .news-section__image {
        padding-bottom: 88.6%;
    }
    .lab-title {
        font-size: 17px;
        line-height: 21px;
    } 
    .lab-title::after {
        font-size: 12px;
    }      
}

@media (min-width: 1700px) and (max-width: 1829px) {
    .earn-sec img {
        bottom: -95px;
        width: 445px;
    }    
}
@media (min-width: 1400px) and (max-width: 1919px) {
    .chandigarh-sec .col-xxl-4 {
        width: 41.66666667%;
    }  
    .achieve-sec.about-section .col-xxl-3 {
        width: 33.33333333%;
    }       
}
@media (min-width: 1400px) and (max-width: 1699px) {
    .flex-clmn .col-xl-7.col-xxl-8 {
        width: 58.33333333%;
    }  
    .flex-clmn .col-xl-5.col-xxl-4 {
        width: 41.66666667%;
    }
    .registerForm-outer .col-xxl-4 {
        width: 45%;
    }
    .registerForm-outer .col-xxl-8 {
        width: 55%;
    }     
}
@media (min-width: 1200px) and (max-width: 1699px) {   
    .earn-sec {
        flex-direction: column-reverse;
        align-items: center;
    }  
    .earn-sec img {
        right: unset;
        bottom: unset;
        top: -45px;
        width: 285px;
    } 
    .earn-box {
        margin-left: 0;
    }      
}
@media (min-width: 1200px) and (max-width: 1299px) {
    .rankings-slider .slick-prev, .student-slider .slick-prev, .lab-slider .slick-prev {
        left: -40px;
    } 
    .rankings-slider .slick-next, .student-slider .slick-next, .lab-slider .slick-next {
        right: -40px;
    }    
}   
@media (max-width: 1285px) {
    .other-ranking-slider .slick-arrow {
        transform: translateX(-400px);
    }
}

@media (min-width: 1200px) and (max-width: 1269px) {
    .w55 {
        width: 55%;
    }
    .w45 {
        width: 45%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .login-header .lgo span a img {
        width: 150px;
    }    
}
@media (min-width: 768px) and (max-width: 991px) {
    .prmo-vdo-mckp {
        margin-top: 0;
    }

    .prmo-vdo {
        margin-top: 40px;
    }  
    .other-ranking-slider__item--thumb {
        width: 50%;
    }
    .other-ranking-slider__item img {
        max-width: 80px;
    }  
    .stat-row {
        justify-content: center;
    }  
    .stat-row .col-6:nth-child(2) {
        border-right: 1px solid rgba(229, 240, 241, .2)!important;
    }      
    .stat-row .col-6:nth-child(3) {
        border-right: 0;
    }
    .stat-row .col-6:nth-child(4) {
        border-right: 1px solid rgba(229, 240, 241, .2);
    }    
    .student_info img {
        max-width: 150px;
    }
}

@media (min-width: 992px) and (max-width: 1099px) {

    .lab-slider .slick-prev {
        left: -12px;
    }

    .rankings-slider .slick-next,
    .student-slider .slick-next,
    .lab-slider .slick-next {
        right: -12px;
    }

    .rankings-slider .slick-prev,
    .student-slider .slick-prev {
        left: -18px;
    }  
}

@media (min-width: 992px) and (max-width: 1199px) {
    .flex-clmn {
        align-items: start!important;
    }
    .col-xl-6.col-xxl-4.w55 {
        width: 75%;
    }   
    .col-xl-6.col-xxl-8.w45 {
        width: 25%;
    } 
    .grn-bs-bx > .end-title {
        margin-top: 64px;
    }    
    .grn-bs-bx > .end-title span {
        font-size: 80px;
        line-height: 80px;
        max-width: 250px;
    }
    .grn-bs-bx > .end-title span sub {
        font-size: 28px;
        line-height: 69px;
        right: 30px;
    }    
    .earn-box {
        position: absolute;
        left: -75px;
        bottom: -66px;
        padding: 10px 15px;
    }    
    .earn-sec img {
        display: none;
    }    
    .registerForm {
        padding-top: 0;
        padding-right: 15px;
    }    
    .herobanner .row>.col-lg-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .herobanner .row>.col-lg-7 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .other-ranking-slider__item--thumb {
        padding: 15px 15px;
        margin-top: 0;
    }        
}

@media (min-width: 992px) and (max-width: 1099px) {
    .crowning-sec {
        overflow: hidden;
    }   
}

@media (max-width: 1199px) {
    ul[class*="ui-front"] {
        width: 205px !important;
    }      
    .login-header .lgo a:last-child {
        display: unset !important;
    }

    .herobanner {
        padding-bottom: 100px;
        height: auto;
        max-height: inherit;
    }

    .registerForm-outer::after {
        top: 150px;
        right: -36px;
    }
    .grn-bs-bx,
    .registerForm {
        margin-top: 170px;
    }

    .grn-bs-bx>h1 {
        font-size: 54px;
        line-height: 50px;
    }
    .earn-box {
        margin-left: 0;
    }    

    .other-ranking-slider {
        top: unset;
    }

    .other-ranking-slider .slick-arrow {
        transform: translateX(400px);
        bottom: unset;
        top: 32px;
        z-index: 2;
    }
    
    .qs-ranking__content .top-no.main {
        font-size: 13px;
        line-height: 17px;
    }    

    .slide-hide .col-md-6:first-child {
        width: 100%;
    }

    .slide-hide .col-md-6:last-child {
        display: none;
    }

    .international-slider .slick-slide {
        margin: 0 15px;
    }

    .cphase-slider .slick-dots {
        bottom: 0;
    }
.cphase-slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}    

    .cphase-slider .slick-dots li button::before,
    .international-slider .slick-dots li button::before {
        font-size: 34px;
        line-height: 34px;
        color: var(--bs-mid-gray);
    }

    .cphase-slider .slick-dots li.slick-active button::before,
    .international-slider .slick-dots li.slick-active button::before {
        color: var(--bs-mid-yellow);
    }

.mt--4 {
	margin-top: 50px;
}    
.bnft-box {
	height: 500px;
}   
.bnft-content {
	bottom: 18px;
}  
.schol-content h2 big {
	font-size: 36px;
}  
.schol-headline {
	max-width: 100%;
}    
.fc-box {
	padding: 30px;
}    
.fintechPrograms ul li {
	font-size: 16px;
	line-height: 18px;
} 
.fintechPrograms.acp-section__content ul li::after {
	left: -24px!important;
	width: 18px;
	height: 18px;
} 
.nav-pills .nav-link img {
	max-width: 130px;
} 
.rankings-slider .qs-ranking__content .top-no {
	font-size: 42px;
	line-height: 36px;
}    
.rankings-slider .qs-ranking__content p {
	font-size: 16px;
	line-height: 16px;
}
.stat-row .col-6 {
	height: 145px;
}  
.acp-section__number.stats h3 {
	font-size: 40px;
}   
.plac-item .bnft-box {
	height: 330px;
} 
.plac-content h5 {
	font-size: 22px;
} 
.plac-content h3 {
	font-size: 48px;
}  
.plac-content h3 sup {
	font-size: 18px;
	top: -25px;
}   
.plac-content h3 sub {
	font-size: 22px;
}    
.plac-outset {
	width: 200px;
}    
.entre-item .bnft-box {
	height: 399px;
}
.entre-item .bnft-content {
	max-width: 65%;
}  
.entre-item .bnft-content h3 {
	font-size: 88px;
	line-height: 88px;
}    
.naac-section {
	background-position: 40%;
} 
.naac-section::before {
	top: 52%;
}    
.naac-section .section-heading h2 {
	font-size: 26px;
	line-height: 26px;
} 
.acp-section__content.star-list ul li {
	font-size: 16px;
	line-height: 20px;
}    
.disney-sec {
	margin-top: -200px;
}  
.disney-item img {
	height: 600px;
}
.pb-9 {
	padding-bottom: 40px;
}   
.chandigarh-sec {
	padding-top: 90px;
}
.section-heading.jumbo h2 {
	font-size: 46px;
	line-height: 44px;
}
.chd-slider .slick-prev {
    left: -12px;
    top: 42%;
    bottom: unset;
    z-index: 1;
    transform: translate(0);
}    
.chd-slider .slick-next {
    right: -12px;
    top: 42%;
    left: unset;
    bottom: unset;
    z-index: 1;
    transform: translate(0);
}     

    .arrow_box {
        border-radius: 6px;
    }

    .arrow_box:after {
        display: none;
    }

    .news-section__content {
        padding: 25px;
    }

    .box-icon {
        left: 30px;
    }

    .news-section__content p {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
ul[class*="ui-front"] {
	width: 165px !important;
}    
.registerForm span[id*="rfv"], #span_dob, .userLoginFrom span[id*="rfv"] {
	font-size: 10px;
}    
.grn-bs-bx > .start-title {
	font-size: 15px;
}    
.grn-bs-bx > h1 {
	font-size: 40px;
	line-height: 38px;
}    
    .grn-bs-bx>p {
        font-size: 14px;
        line-height: 18px;
    }
.grn-bs-bx > .end-title {
	font-size: 20px;
}    
.grn-bs-bx > .end-title span {
	font-size: 80px;
	line-height: 80px;
	max-width: 255px;
}  
.grn-bs-bx > .end-title span sub {
	font-size: 28px;
	line-height: 70px;
	right: 35px;
}       
   
.earn-sec {
	margin-top: 7px;
}    
.earn-box {
	min-width: 80%;
    padding: 10px;
} 
.earn-box h2 {
	font-size: 16px;
	line-height: 36px;
}    
.earn-box h2 span {
	font-size: 54px;
} 
.earn-box h2 big {
	font-size: 22px;
}    
.earn-sec img {
	right: -98px;
	width: 240px;
	bottom: -58px;
} 
.registerForm {
    margin: auto;
    margin-top: 80px;
    padding-right: 15px;        
}
.registerHeader h4 {
	line-height: 26px;
} 
.vertical-sl.slick-initialized .slick-slide {
	display: flex;
} 
.vertical-sl.slick-initialized .slick-slide .other-ranking-slider__item--thumb:first-child {
	border-radius: 10px 0 0 10px;
} 
.vertical-sl.slick-initialized .slick-slide .other-ranking-slider__item--thumb:last-child {
	border-radius: 0 10px 10px 0;
    border-top: 0;
}    

    .other-ranking-slider .slick-arrow {
        transform: translateX(290px);
        top: -69px;
    }

    .other-ranking-slider__item--thumb {
        margin-bottom: 25px;
	    margin-top: 30px;        
    }
.schol-content h2 {
	font-size: 24px;
    line-height: 34px;
}  
.schol-content h2 big {
	font-size: 28px;
}  
.schol-headline {
	max-width: 65%;
}    
.schol-figure {
	position: relative;
}  
.schol-figure h2 span {
	font-size: 90px;
}  
.schol-figure h2 span sup {
	font-size: 30px;
	top: -5px;
}    
.schol-figure h5 {
	margin-top: 14px;
	font-size: 26px;
}    
.schol-figure::after {
	content: "";
	background: url('../img/crore-bg.webp') no-repeat;
	height: 183px;
	position: absolute;
	right: -20px;
	width: 20px;
	top: 0;
	transform: rotate(180deg);
} 
.schol-box img {
	right: 0;
}
.cphase-slider {
	margin-top: 30px;
} 
.flx-rev {
	flex-direction: column-reverse;
	gap: 45px;
}    
.compulsory-sec {
	padding-top: 150px;
}    
.schol-content.subpara {
	max-width: 100%;
}  
.nav-pills .nav-link img {
	max-width: 100px;
}  
.stat-row .col-6 {
	height: 115px;
}    
.stat-row .col-6:nth-child(1) h3, .stat-row .col-6:nth-child(5) h3 {
	padding-left: 40px;
}  
.stat-row .col-6:nth-child(even) {
	border-left: 0;
}    
.stat-row .col-6:nth-child(2), .stat-row .col-6:nth-child(6) {
	border-right: 0;
}  
.stat-row .col-6:nth-child(5), .stat-row .col-6:nth-child(6) {
	border-bottom: 1px solid rgba(229, 240, 241, .2);
}
.acp-section__number.stats h3 {
	font-size: 36px;
}  
.acp-section__number h3 sub {
	font-size: 18px;
}  
.acp-section__number.stats h3 span {
	font-size: 16px;
	line-height: 18px;
}    
.read-m-link {
	z-index: 2;
}  
.entre-item .bnft-box {
	height: 449px;
}   
.video_section {
	margin-top: 0;
} 
.achieve-sec {
    padding-bottom: 34px;
}
.stu-sec {
	margin-top: 40px;
	padding-top: 50px;
} 
.prmo-vdo-mckp img {
	position: relative;
	bottom: -15px;
} 
.naac-section::before {
	top: 42%;
}
.disney-item img {
	height: 460px;
}
.lab-caption {
	padding: 15px;
} 
.chandigarh-sec {
	padding-top: 60px;
}    
.section-heading.jumbo h2 {
	font-size: 40px;
	line-height: 40px;
}    
    .crown-content {
        margin-top: -50px;
    }

    .counclingPrograms {
        margin-top: 40px;
    }
}

@media (max-width: 900px) {
    .rankings-slider .slick-prev {
        left: -40px;
    }  
    .rankings-slider .slick-next {
        right: -40px;
    }    
}
@media (max-width: 800px) {
    .other-ranking-slider .slick-arrow {
        transform: translateX(250px);
        top: -30px;
    }

    .lab-slider .slick-prev {
        left: 5px;
    }

    .lab-slider .slick-next {
        right: 5px;
    }

    .rankings-slider .slick-prev {
        left: 0;
    }

    .rankings-slider .slick-next {
        right: 0;
    }

    .student-slider .slick-prev {
        left: 0;
        top: unset;
        bottom: 15px;
    }

    .student-slider .slick-next {
        right: 0;
        left: auto;
        bottom: 15px;
        top: unset;
    }
}

@media (max-width: 768px) {
    .grn-bs-bx {
        max-width: 92%;
    }

    .chandigarh-sec {
        background-position: 20%;
    }

    .pt-9 {
        padding-top: 60px;
    }

    .rankings-slider__item {
        text-align: center;
    }

    .prmo-vdo {
        margin-top: 0;
    }

    .rankings-slider .qs-ranking__content span.d-block img {
        display: inline-block;
    }
}

@media (max-width: 767px) {
.flex-clmn {
    flex-direction: column-reverse;
}  
.registerForm {
    margin-top: 115px;
} 
.grn-bs-bx {
    margin-top: 50px;
}      
    .login-header .lgo span a {
        padding: 33px;
    }

    .login-header .lgo span a img {
        width: 120px;
    }

    .grn-bs-bx {
        max-width: 100%;
    }
.grn-bs-bx > h1 {
	line-height: 40px;
}
.grn-bs-bx > .end-title span {
	font-size: 100px;
    max-width: 295px;
} 
.earn-sec img {
	width: 250px;
	right: 0;
	bottom: -65px;
}
        .registerHeader h4 {
            font-size: 18px;
        }      
.qs-ranking__content .top-no.main {
	font-size: 18px;
	line-height: 20px;
}      
.crown-content img.h-181 {
	margin-top: 30px;
	width: 100%;
	height: 218px;
}
.vertical-sl.slick-initialized .slick-slide {
	display: block;
}
.vertical-sl.slick-initialized .slick-slide .other-ranking-slider__item--thumb {
	border-radius: 10px!important;
} 
.qs-ranking__content .top-no {
	font-size: 26px;
	line-height: 28px;
}    
.qs-ranking__content span {
    font-size: 11px;
}      
.qs-ranking__content p {
    font-size: 14px;
    line-height: 14px;
} 
.other-ranking-slider__item img {
    max-width: 80px;
}     
.mt--4 {
    margin-top: 50px;
} 
.bnft-box {
	height: 400px;
}    
.bnft-content h3 {
	font-size: 38px;
	line-height: 38px;
} 
.schol-box {
	padding-right: 0;
}    
.schol-headline h5, .schol-headline h2 {
	font-size: 28px;
	line-height: 32px;
}   
.schol-figure {
    margin-top: 0;
}
.schol-figure::after {
    display: none;
}    
.schol-figure h2 span {
	font-size: 106px;
}    
.schol-box img {
	right: 0;
	width: 275px;
}
.find_course {
	padding: 0;
} 
.fintechPrograms {
	border-right: 0 !important;
}
.prc-hdr h3 {
	font-size: 22px;
	line-height: 30px;
}    
.prc-bdy.ait-spec {
	column-count: 2;
} 
.nav-pills .nav-link {
	padding: 10px;
} 
.nav-pills .nav-link img {
	max-width: 70px;
}    
.rankingthumb {
	padding-right: 0;
} 
.pb--5 {
    padding-bottom: 50px;
} 
.entre-item .bnft-box {
	height: 324px;
}  
.entre-item .bnft-content {
	left: 25px;
}    
.entre-item .bnft-content h3 {
	font-size: 80px;
	line-height: 80px;
} 
.naac-section {
	padding-bottom: 50px;
	height: auto;
	padding-top: 175px !important;
}
.naac-section::before {
	top: 0;
}    
.achieve-sec .section-heading h2, .acp-section .section-heading h2, .naac-section .section-heading h2 {
	font-size: 28px;
	line-height: 28px;
} 
.explore-sec .acp-section__number h3 {
	font-size: 50px;
	line-height: 55px;
}    
.disney-item img {
	height: 500px;
}   
.testimony h5 {
	font-size: 20px;
	line-height: 22px;
}    
    .crowning-sec {
        padding: 85px 0 30px;
    }

    .rqst-cal>h3,
    .counclingPrograms.p-0 .acp-section__heading h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .rqst-cal>p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .acp-section__number.borders .row>.col-6:nth-child(2) {
        border-right: 1px solid rgba(255, 255, 255, .2);
    }

    .acp-section__number.borders .row>.col-6:last-child {
        border-top: 1px solid rgba(255, 255, 255, .2);
    }

    .acp-section__number.borders .row>.col-6:last-child h3 {
        color: var(--bs-white);
    }

    .prmo-vdo>p {
        max-width: 100%;
    }

    .prmo-vdo-mckp {
        display: none;
    }

    .why-naac,
    .aboutNaac {
        max-width: 100%;
    }

    .aboutNaac .section-heading {
        margin-top: 50px;
    }

    .m-l-auto {
        margin-left: auto;
    }

    .testimonial-content p {
        font-size: 16px;
        line-height: 20px;
    }

    .choose_jobsec .user_image {
        display: inline-block;
        margin-right: 15px;
    }

    .student_info {
        align-items: center;
        display: flex;
    }

    .student_info img {
        max-width: 120px;
    }

    .student_content img {
        padding: 10px;
    }

    .student_info h4 {
        font-size: 20px;
        line-height: 20px;
    }

    .student_info h4 span {
        font-size: 12px;
        line-height: 16px;
    }

    .kc-logo img {
        width: 250px;
    }

    /****** PWA APP STYLING *******/
    .block__install {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999999;
        background: var(--bs-theme-blue);
        padding: 15px;
        border-radius: 30px 30px 0 0;
    }

    .block__install .inner {
        display: flex;
        align-items: center;
    }

    .block__install .inner .close {
        font-size: 32px;
        margin-right: 15px;
        color: var(--bs-white);
    }

    .block__install .inner .close:hover {
        cursor: pointer;
    }

    .block__install .inner .logo {
        width: 48px;
        margin-top: 0;
        border-radius: 6px;
        background: var(--bs-white);
        padding: 2px;
    }

    .block__install .inner .logo img {
        width: 100%;
    }

    .block__install .inner .name {
        padding-left: 10px;
    }

    .block__install .inner .name span {
        display: block;
    }

    .block__install .inner .name span.title {
        font-size: 13px;
        font-weight: 700;
        color: var(--bs-white);
    }

    .block__install .inner .name span.description {
        font-size: 10px;
        font-weight: 600;
        color: var(--bs-white);
    }

    .block__install .inner .cta {
        margin-left: auto;
    }

    .block__install .inner .cta button {
        padding: 5px 20px;
        letter-spacing: .5px;
        border-radius: 20px;
        font-weight: 600;
        background: var(--bs-sky);
        color: var(--bs-white);
        text-transform: uppercase;
    }

    .block__install.is-active {
        display: block;
    }
}

@media (max-width: 699px) {
    .registerForm-outer .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .other-ranking-slider__item--thumb {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .other-ranking-slider .slick-arrow {
        transform: translateX(370px);
        top: -36px;
    }
}

@media (max-width: 692px) {
    .grn-bs-bx>h1 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .earn-sec img {
        width: 230px;
        bottom: -65px;
    } 
    .benefit-slider .b-item:nth-child(even) {
        margin-top: 0;
    }
    .schol-content h2 big {
        font-size: 26px;
    }  
    .schol-box img {
        display: none;
    } 
    .schol-headline {
        max-width: 100%;
        display: flex;
        align-items: center;
    }
    .schol-figure {
        width: 235px;
    } 
    .entre-item .bnft-box {
        height: 597px;
    }
    .video-cucet a::before {
        width: 60px;
        height: 60px;
    }    
    .video-cucet a, .video-cucet a::after {
        width: 55px;
        height: 55px;
    }
    .video-cucet a span {
        border-left: 16px solid var(--bs-bright-sky);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        left: 3px;
    }      
    .section-heading.jumbo h2 {
        font-size: 44px;
    }    
}
@media (max-width: 516px) {
    .grn-bs-bx {
        padding-bottom: 15px;
    }

    .registerForm-outer .row.mt-5 {
        margin-top: 2rem !important;
    }

    .grn-bs-bx>h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .grn-bs-bx>h1 small {
        font-size: 35px;
        line-height: 35px;
    }

    .grn-bs-bx>.start-title {
        font-size: 14px;
        line-height: 16px;
    }

    ul[class*="ui-front"] {
        width: 180px !important;
    }
}

@media (max-width: 480px) {
    .login-background {
        background-image: url('../img/login-bg-mob.webp');
    }

    .login-box {
        width: 90%;
        padding: 25px;
    }

    #closePopup {
        right: 15px;
    }

    .registerForm span[id*="rfv"],
    #span_dob {
        right: 8px;
        font-size: 10px;
    }

    .nav-pills .nav-link {
        padding: 5px;
    } 
    .nav-pills .nav-link img {
        max-width: 40px;
    }     
    .section-heading h2,
    .schol-content h2,
    .prmo-vdo>h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .schol-headline {
        flex-direction: column;
    }

    .schol-headline h5 {
        text-align: center;
    }
    
    .schol-box {
        padding-right: 36px;
    }    

    .schol-figure {
        margin-top: 34px;
        background: var(--bs-bright-sky);
        border-radius: 40px;
    }

    .schol-content p,
    .prmo-vdo>p,
    .acp-section__content ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .lab-caption {
        padding: 15px;
    }

    .lab-title {
        font-size: 16px;
        line-height: 22px;
    }
    .lab-title::after {
        font-size: 11px;
    }  
    .chd-slider .slick-prev {
        left: 0;
    }    
    .chd-slider .slick-next {
        right: 0;
    }

    ul[class*="ui-front"] {
        width: 160px !important;
    }
}

@media (max-width: 460px) {
.earn-box {
	min-width: 100%;
	text-align: center;
}    
.earn-sec img {
    display: none;
}  
.earn-box p {
	max-width: 100%;
}    
    .other-ranking-slider .slick-arrow {
        transform: translateX(255px);
        top: 15px;
    }

    .registerForm {
        padding: 15px;
    }

    .lab-slider .slick-arrow {
        height: 30px;
        width: 30px;
    }
}

@media (max-width: 430px) {
    .cta-btn-lg {
        font-size: 12px!important;
        line-height: 12px!important;
    }
    .schol-headline h5, .schol-headline h2 {
        font-size: 28px;
        line-height: 30px;
    }   
    .schol-figure {
        width: auto;
    }    
    .schol-figure h2 span {
        font-size: 88px;
    } 
    .fc-box .prc-bx {
        padding: 0;
        margin-top: 20px;
    }   
    .prc-hdr h3 {
        font-size: 20px;
        line-height: 26px;
    }   
    .fintechPrograms {
        padding: 0;
    }    
    .fintechPrograms ul {
        margin-bottom: 10px!important;
    }
    .rqst-cal > h3, .counclingPrograms.p-0 .acp-section__heading h2 {
        font-size: 20px;
        line-height: 26px;
    }   
.achieve-sec.about-section .section-heading h2 {
	line-height: 28px;
}    
    .achieve-sec .section-heading h2, .acp-section .section-heading h2, .naac-section .section-heading h2 {
        font-size: 24px;
        line-height: 24px;
    }    
    .acp-section__number.stats h3 {
        padding-left: 18px;
        font-size: 32px;
    }
    .acp-section__number h3 sub {
        font-size: 16px;
    }    
    .stat-row .col-6:nth-child(1) h3, .stat-row .col-6:nth-child(5) h3 {
        padding-left: 18px;
    }  
    .acp-section__number.stats h3 span {
        font-size: 14px;
        line-height: 16px;
    }    
    .entre-item .bnft-box {
        height: 450px;
    } 
    .section-heading p, .acp-section__content.star-list ul li {
        font-size: 16px;
        line-height: 20px;
    }   
    .testimonial-content {
        padding: 26px;
    }   
    .chandigarh-sec {
        padding-top: 70px;
    }    
    .section-heading.jumbo h2 {
        font-size: 32px;
        line-height: 34px;
    }    
}
@media (max-width: 400px) {
    .grn-bs-bx>.end-title {
        font-size: 19px;
    }
}

@media (max-width: 360px) {
    .qs-ranking {
        padding: 20px;
        width: 320px;
    }

    .other-ranking-slider .slick-arrow {
        transform: translateX(240px);
    }
}

