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:font-family:'GoogleSans'*/;
 line-height:20px;
 font-size:14px;
}
ol li,
ul li {
 /*font-family: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 h1 {
    position: relative;
    top: 15px;
}
.login-header .lgo h1 a {
	padding: 40px 30px;
}
.login-header .lgo h1 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-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: var(--bs-gray);
	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);
    box-shadow: 0px 3px 0 var(--bs-shadow-mid-yellow);
	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 {
	/*border-radius: 0 0 100px 100px;*/
    height: auto;
    /*min-height: 893px;*/
    max-height: 1024px; 
    padding-bottom: 60px;
    z-index: 1;
}
.herobanner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*border-radius: 0 0 100px 100px;  */  
    background: rgba(0,0,0,59%);
}
.registerForm-outer {
    padding: 0 87px;
    position: relative;
}
.grn-bs-bx {
    position: relative;
    max-width: 100%;
	margin-top: 6px;   
    padding-bottom: 50px;
	/*border-bottom: 1px solid var(--bs-light-blue);*/
}
/*.grn-bs-bx::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    border: 5px solid var(--bs-light-blue);
    border-radius: 50%;
    
}*/
.blink_effect_01 {
    animation: blinkMe 2.2s linear infinite;
}
.grn-bs-bx > .start-title {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -.5px;
	color: var(--bs-white);
	text-transform: uppercase;
}
.grn-bs-bx > p {
    font-family: system-ui;
	font-size: 18px;
	line-height: 1;
	color: var(--bs-white);
	margin: 0;
}
.grn-bs-bx > .end-title {
	font-size: 22px;
    font-weight: 700;
	/*line-height: 1.2;*/    
	color: #fba700;
    text-transform: uppercase;
    font-family: math;
}
.grn-bs-bx > h1 {
    font-family: math;
	font-size: 45px;
    color:#FFFFFF;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -.5px;  
	margin: 0 0 10px;
	text-transform: uppercase;    
}
.herobanner__slider--content {
    background: #07133e59;
    position: relative;
    padding: 15px;
    border: 1px solid #fff;
}
.herobanner__slider--content h2 {
    font-family: math;
	font-size: 29px;
	font-weight: 700;
	color: var(--bs-white);
	line-height: 30px;
	text-transform: uppercase;
    
}
.herobanner__slider--content h2 span {
	display: block;
	font-size: 24px;
	color: var(--bs-mid-yellow);
}
.qs-ranking {
	background: var(--bs-more-blue);
	border-radius: 10px;
	padding: 20px;
	border: 1px solid var(--bs-light-blue);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	width: 350px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qs-ranking__content span {
	display: block;
	font-size: 12px;
	color: var(--bs-white);
	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 {
	font-size: 30px;
    font-weight: 700;
	color: var(--bs-pale-yellow);
	line-height: 34px;
	margin-bottom: 5px;
}
.qs-ranking__content p {
	font-size: 16px;
	line-height: 16px;
	color: var(--bs-white);
	margin: 0;
	font-weight: 700;
}
.qs-ranking__image {
	display: inline-block;
}
.qs-ranking__image img {
    margin-top: 20px;
}
.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;
}
.other-ranking-slider__item--thumb {
	display: flex;
	align-items: end;
    justify-content: space-between;
    margin-top: 30px;    
}
.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, .crown-slider .slick-arrow, .rankings-slider .slick-arrow, .student-slider .slick-arrow, .testimonial-slider .slick-arrow, .complogos-slider .slick-arrow, .lab-slider .slick-arrow, .highlight-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, .crown-slider .slick-arrow:hover, .rankings-slider .slick-arrow:hover, .student-slider .slick-arrow:hover, .testimonial-slider .slick-arrow:hover, .complogos-slider .slick-arrow:hover, .lab-slider .slick-arrow:hover, .highlight-slider .slick-arrow:hover {
	background: var(--bs-light-blue);
}
.other-ranking-slider .slick-next {
    left: 50px;
}
.other-ranking-slider .slick-next::after, .crown-slider .slick-next::after, .rankings-slider .slick-next::after, .student-slider .slick-next::after, .testimonial-slider .slick-next::after, .complogos-slider .slick-next::after, .lab-slider .slick-next::after, .highlight-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, .crown-slider .slick-prev::after, .rankings-slider .slick-prev::after, .student-slider .slick-prev::after, .testimonial-slider .slick-prev::after, .complogos-slider .slick-prev::after, .lab-slider .slick-prev::after, .highlight-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: 1px solid var(--bs-light-blue);
	border-radius: 10px;
	margin-top: 76px;
	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:12px;
 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: 25px;
	font-weight: 700;
	color: var(--bs-white);
	text-align: center;
	text-transform: uppercase;
}
.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-semi-mid-yellow);
    box-shadow:0px 3px 0 var(--bs-shadow-mid-yellow);
}
.login-btn input.grd-lyr2:hover {
	background: var(--bs-shadow-mid-yellow);
}
.login-btn input.grd-lyr3 {
    background: var(--bs-pale-yellow);
    box-shadow:0px 3px 0 var(--bs-shadow-pale-yellow);
}
.login-btn input.grd-lyr3:hover {
	background: var(--bs-shadow-pale-yellow);
}

.crowning-sec {
	background: var(--bs-off-white);
	/*padding: 85px 0 0;*/
	/*border-radius: 0 0 100px 100px;*/
	margin-top: -100px;
}
.crown-content {
    position: relative;    
    margin-top: -100px;
    z-index: 2;
}
.crown-content a {
    text-decoration: none;
}
.crown-content img {
    border-radius: 6px;
    width: 100%;
}
.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%);
}
.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;
}
.crown-slider .slick-slide a:hover .crown-box::before {
    background: linear-gradient(to bottom, rgba(31,31,33,.2) 0%, rgb(67, 68, 85) 100%);
}
.crown-slider .slick-slide {
    margin-right: 24px;
}
.crown-slider .slick-arrow, .rankings-slider .slick-arrow, .student-slider .slick-arrow, .complogos-slider .slick-arrow, .lab-slider .slick-arrow, .highlight-slider .slick-arrow {
	transform: translateX(0);
	z-index: 1;
	bottom: unset;
	top: 42%;
    background: var(--bs-light-gray);
}
.crown-slider .slick-prev, .rankings-slider .slick-prev, .student-slider .slick-prev, .complogos-slider .slick-prev, .lab-slider .slick-prev, .highlight-slider .slick-prev {
    left: -50px;
}
.crown-slider .slick-next, .rankings-slider .slick-next, .student-slider .slick-next, .complogos-slider .slick-next, .lab-slider .slick-next, .highlight-slider .slick-next {
    right: -50px;
    left: auto;
}
.rankings-slider .slick-arrow, .student-slider .slick-arrow {
    background: rgba(255,255,255,.2);
}
.rankings-slider .slick-slide {
    margin: 0 10px;
    margin-top: 30px;
}
.rankings-slider .qs-ranking__content .top-no {
	font-size: 48px;
	line-height: 42px;
	color: #ffe000;   
}
.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: bold;    
}
.rankings-slider .qs-ranking__content p {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
    text-transform: capitalize;
    font-family: math;
    
}
.rankings-slider .qs-ranking__content p span {
	font-size: 14px;
    margin-bottom: 5px;
    color: #ff6060;
    font-weight: 700px;
}
.schol-box {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 25px;
    border-radius: 10px;
}
.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;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.schol-headline h5, .schol-headline h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: var(--bs-white);
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
}
.schol-headline h5 span {
    color: var(--bs-mid-yellow);
    display: block;
}
.schol-figure h2 span {
    font-size: 84px;
    display: block;
    color: var(--bs-mid-yellow);  
}
.schol-figure h2 span sup {
	font-size: 37px;
	top: -48px;
	left: 8px;
}
.schol-figure {
	text-align: center;
	margin-top: 28px;
}
.schol-figure h2 {
    display: block;
}
.schol-figure h5 {
    margin-top: 22px;
}
.schol-content h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: var(--bs-mid-dark);
    text-transform: uppercase;
    margin-bottom: 15px;
}
.schol-content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: var(--bs-mid-gray);
    margin-bottom: 20px;
}
.prc-bx {
    position: relative;    
    padding: 30px;
    border-radius: 10px;
    background-color: var(--bs-white);    
}
.prc-hdr {
    margin-bottom:15px;
    background: #131b3e;
    padding: 10px;
    border-radius: 5px;
}
.prc-hdr > h5 {
	color: #ffffff;
	font-size: 24px;
    line-height: 24px;
	margin-bottom: 0;
	font-weight: 700;
}
.prc-hdr > span {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;    
}
.prc-bdy {
	padding-left: 0;
	list-style: none;
	margin-bottom: 25px;
}
.prc-bdy > li {
	color: #061a50;
	font-size: 14px;
	padding: 5px 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-mid-yellow);
    box-shadow: 0px 3px 0 var(--bs-shadow-mid-yellow);
    border-radius: 6px;
}
.prc-bx > a:hover {
	background: var(--bs-shadow-mid-yellow);
}
.prc-bx > a.disabled {
    pointer-events: none;
    opacity: .6;
}
.prc-bx.active {
    background-repeat: no-repeat;
    background-size: cover;
}
.prc-bx.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;   
    border-radius: 10px;
    background-color: rgba(5,52,118,.9); 
}
.prc-bx.active .prc-hdr > h5 {
	color: var(--bs-mid-yellow);
}
.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;
}
.chancellor-content {
    margin-top: 180px;
}
.chancellor-content p {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
    color: var(--bs-mid-dark); 
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.chancellor-content p::before {
	content: "“";
	position: absolute;
	z-index: -1;
	top: 90px;
	left: -16px;
	font-size: 382px;
	font-weight: normal;
	color: var(--bs-pale-yellow);
}
.chancellor-content h2 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
    color: #db9506; 
    margin-top: 40px;
    margin-bottom: 2px;
}
.chancellor-content span {
	font-size: 24px;
	line-height: 36px;
    color: var(--bs-mid-dark);    
}
.find_course {
	background: var(--bs-white);
	padding: 15px 0 10px;
}
.rqst-cal > h3, .counclingPrograms.p-0 .acp-section__heading h2, .section-heading h2 {
	margin: 0 0 15px;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
    color: var(--bs-mid-dark);
	text-transform: uppercase;
}
.rqst-cal > p, .acp-section__content ul li {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 30px;
    color: var(--bs-mid-gray);
}
.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', sans-serif;
	text-transform: uppercase;
	color: var(--bs-gray);
	background-color: var(--bs-white);
	border: 1px solid var(--bs-mid-gray);
}
.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-mid-yellow);
	box-shadow: 0px 3px 0 var(--bs-shadow-mid-yellow);
	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 li small {
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: var(--bs-mid-gray);
}
.acp-section {
	padding: 10px 0 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	position: relative;
    /*border-radius: 100px 100px 0 0;*/
}
.acp-section::before{
	content: '';
	background: #000000ab;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
    /*border-radius: 100px 100px 0 0;*/    
}
.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: #ffffff;
}
.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: 1px solid transparent; 
    transition: all .2s ease-in-out;    
}
.nav-pills .nav-link.active {
    opacity: 1;
    background: var(--bs-theme-blue);
    border: 1px solid var(--bs-sky);
    box-shadow: 0 0 8px var(--bs-sky);
}
.acp-section__number.stats h3 {
    font-size: 40px;
}
.acp-section__content.text-white ul li, .acp-section__content.text-white li small {
	color: var(--bs-white);
}
pack {
    color: var(--bs-mid-yellow);
}
.video_section.student-slider.slick-initialized .slick-slide {
    display: flex;
    align-items: center;
}
.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: 70%;
}
.student_info h4 {
	margin-bottom: 8px;
	color: var(--bs-mid-yellow);
	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 {
    border-radius: 100px 100px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -100px;
}
.naac-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100px 0 0;
	width: 48%;
	background-image: url(../img/naac-before-bg.webp);    
	background-color: var(--bs-more-blue);
	background-blend-mode: soft-light;
    background-size: cover;
    background-repeat: no-repeat;
}
.naac-section .container {
    position: relative;
    z-index: 1;
}
.why-naac, .aboutNaac {
    max-width: 73%;
}
.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: '\f005';
	color: var(--bs-white);
    left: -40px;
}
.naccPlus-sec {
    background: var(--bs-off-white);
    border-radius: 0 0 100px 100px;
    position: relative;
    z-index: 1;
}
.naccPlus-sec .uniqueThumbContent h2 {
	font-size: 60px;
	line-height: 55px;
	margin-bottom: 15px;
	color: var(--bs-more-blue);
	font-weight: 700;
    margin-bottom: 5px;
}
.naccPlus-sec .uniqueThumbContent h2 span {
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: var(--bs-mid-gray);
}
.naccPlus-sec .uniqueThumbContent h4 {
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: var(--bs-mid-gray);
}
.services-icon {
	width: 70px;
    margin-top: 20px;
    position: relative;
}
.services-icon::after {
	content: "";
	position: absolute;
	bottom: 28px;
	left: 60px;
	border: 1px solid var(--bs-light-gray);
	width: 345%;
}
.services-icon.no-border::after {
    display: none;
}
.thinkBeyond_sec .crown-box {
    margin-bottom: 30px;
    height: 600px;
}
.thinkBeyond_sec .crown-box img {
	border-radius: 6px;
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.thinkBeyond_sec .moment-content {
	padding: 40px;
	bottom: 0;
    width: 100%;
}
.thinkBeyond_sec .moment-content span {
	font-size: 100px;
	color: transparent;
	font-weight: 700;
	-webkit-text-stroke: 1px var(--bs-white);
}
.thinkBeyond_sec .moment-content h6 {
	font-size: 24px;
	line-height: 24px;
	margin-top: -20px;
}
.thinkBeyond_sec .crown-box.half-height {
    height: 285px;
}
.thinkBeyond_sec .crown-box.half-height .moment-content {
	display: flex;
	align-items: end;
	gap: 10px;
}
.thinkBeyond_sec .crown-box.half-height .moment-content span {
	bottom: -33px;
	position: relative;
	font-size: 115px;
}
.explore-sec {
    padding-bottom: 300px;
}
.explore-sec .acp-section__number h3 {
	font-size: 40px;
}
.explore-sec .acp-section__number h3 span big {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 4px;
	margin-bottom: 14px;
}
.international-sec {
    margin-top: -300px;
}
.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: 76%;
    border-radius: 0 6px 6px 0;
}
.news-section__content.blue-bg {
    background: var(--bs-more-blue);
}
.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);
}
.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: var(--bs-theme-blue);
}
.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: 25px;
    z-index: 1;
    right: 50px;
    left: unset;
}
.testimonial-slider .slick-prev {
    right: 100px;
}
.testimonial-box {
    position: relative;
}
.testimonial-box img {
    border-radius: 6px;
}
.testimonial-content {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 320px;
}
.testimonial-content p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: var(--bs-white);
	text-shadow: 1px 1px 10px rgba(0,0,0,.9);
}
.testimony {
    background: var(--bs-mid-yellow);
    padding: 10px 20px;
    border-radius: 10px;
}
.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: 18px;
	font-weight: 600;
	color: var(--bs-white);
	display: block;
}
.complogos-slider .slick-slide {
    margin: 0 20px;
}
.complogos-slider .slick-arrow {
	top: 17%;
}
.complogos-slider img {
	border-radius: 6px;
}
.lab-slider img {
    border-radius: 6px 6px 0 0;
}
.lab-slider .slick-slide, .highlight-slider .slick-slide {
    margin: 0 15px;
}
.lab-item {
    position: relative;
}
.lab-caption {
	background: rgba(33, 101, 172, 0.8);
	border-radius: 15px 15px 0 0;
	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: "\f139";     
    position: absolute;
    top: 0;
    right: 0;     
    font-family: "Font Awesome 5 Pro";   
    font-weight: 900;  
    color: var(--bs-pale-yellow);   
    transition: all .3s ease-in-out;    
}
.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 {
    transform: rotate(180deg);
}
.kc-logo {
	display: inline-block;
	background: var(--bs-white);
	padding: 15px;
	border-radius: 10px;
}
.kc-logo:hover {
    transform: scale(1.03);
}
.chandigarh-sec {
    border-radius: 0 0 100px 100px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -100px;
    padding-bottom: 190px;
    background-position: 28%;
}
.chandigarh-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 100px 100px;    
    background: rgba(31,31,31,.2);
}
.custom-mt {
    margin-top: 100px;
}
.chandigarh-sec .text-block {
    margin-bottom: 40px;
}
.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: 992px) {
    .registerForm {
        max-width: 630px;
    } 
    .dsu-form {width: 400px;}
    .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;
    }    
}
@media (min-width: 1600px) {
    .registerForm {
        margin-right: 88px;  
    }
}
@media (max-width: 1800px) {
    .registerForm-outer {
        padding-right: 0;
    } 
    .grn-bs-bx > h1 {
        line-height: 50px;
    } 
    .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: -70px;
    }  
    .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;
    } 
    .chancellor-content {
        margin-top: 85px;
    }    
}
@media (max-width: 1399px) {
    .news-section__image {
        padding-bottom: 88.6%;
    }    
}
@media (max-width: 1285px) {
    .grn-bs-bx {
        max-width: 64%;
    }    
    .other-ranking-slider .slick-arrow {
        transform: translateX(-400px);
    }        
}
@media (min-width: 768px) and (max-width: 991px) {
    .prmo-vdo-mckp {
        margin-top: 0;
    }
    .prmo-vdo {
        margin-top: 40px;
    } 
    .student_info img {
        max-width: 150px;
    }    
}
@media (min-width: 992px) and (max-width: 1099px) {
    .crown-slider .slick-prev, .complogos-slider .slick-prev, .lab-slider .slick-prev, .highlight-slider .slick-prev {
        left: -12px;
    }   
    .crown-slider .slick-next, .rankings-slider .slick-next, .student-slider .slick-next, .complogos-slider .slick-next, .lab-slider .slick-next, .highlight-slider .slick-next {
        right: -12px;
    } 
    .rankings-slider .slick-prev, .student-slider .slick-prev {
        left: -18px;
    }    
}
@media (min-width: 992px) and (max-width: 1199px) {
    .herobanner .row > .col-lg-5{ max-width: 100%; flex: 0 0 100%;}
    .herobanner .row > .col-lg-7{ max-width: 100%; flex: 0 0 100%;}      
}
@media (min-width: 992px) and (max-width: 1099px) {
    .crowning-sec {
        overflow: hidden;
        
    }
    
} 
@media (min-width: 992px) {
    
    .dsu-form{width: 400px;}
}  
@media (max-width: 1199px) {
    .login-header .lgo a:last-child {
        display: unset!important;
    }   
    .herobanner {
        padding-bottom: 100px;
        height: auto;
        max-height: inherit;        
    } 
    .registerForm-outer {
        padding-left: 0;
    }      
    .grn-bs-bx {
        max-width: 80%;
    }    
    .grn-bs-bx, .registerForm {
        margin-top: 130px;
    }    
    .grn-bs-bx > h1 {
        font-size: 54px;
    } 
    .chancellor-content p {
        font-size: 24px;
        line-height: 28px;
    } 
    .chancellor-content p::before {
        top: 63px;
        left: -10px;
        font-size: 272px;
    }  
    .chancellor-content h2 {
        font-size: 30px;
        line-height: 30px;
        margin-top: 18px;
    }   
    .chancellor-content span {
        font-size: 20px;
        line-height: 30px;
    }    
    .other-ranking-slider {
        top: unset;
        max-width: 350px;
    } 
    .other-ranking-slider .slick-arrow {
        transform: translateX(400px);
        bottom: unset;
        top: 32px;
        z-index: 2;
    }   
    .services-icon::after {
        width: 100px;
    }    
    .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, .international-slider .slick-dots {
        bottom: -50px;  
    }
    .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);
    }    
    .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) {  
    .grn-bs-bx > p {
        font-size: 14px;
        line-height: 18px;
    } 
    .registerForm {
        margin: auto;
        margin-top: 50px;
    }
    .other-ranking-slider .slick-arrow {
        transform: translateX(290px);
        top: -69px;
    } 
    .other-ranking-slider__item--thumb {
        margin-top: 0;
        margin-bottom: 25px;
    }  
    .crown-content {
        margin-top: -50px;
    } 
    .counclingPrograms {
        margin-top: 40px;
    }
    .thinkBeyond_sec .crown-box {
        height: 400px;
    } 
    .thinkBeyond_sec .crown-box.half-height {
        height: 185px;
    }    
    .thinkBeyond_sec .moment-content {
        padding: 15px;
    }
    .thinkBeyond_sec .crown-box.half-height .moment-content span {
        font-size: 90px;
        bottom: -22px;
    }    
}
@media (max-width: 800px) {
    .other-ranking-slider .slick-arrow {
        transform: translateX(250px);
        top: -30px;
    } 
    .crown-slider .slick-prev, .lab-slider .slick-prev, .highlight-slider .slick-prev {
        left: 5px;
    }
    .crown-slider .slick-next, .lab-slider .slick-next, .highlight-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;
    }  
    .dsu-form {width: auto!important;/*float: right;*/}
}
@media (max-width: 768px) {
    .grn-bs-bx {
        max-width: 92%;
    } 
    .herobanner, .herobanner::before, .crowning-sec, .crowning-sec::before, .chandigarh-sec::before {
        border-radius: 0 0 50px 50px;
    }
    /*.acp-section, .acp-section::before, .naac-section, .naac-section::before {
        border-radius: 50px 50px 0 0;
    } */
    .naccPlus-sec, .chandigarh-sec {
        border-radius: 0 0 50px 50px;
    }
    .chandigarh-sec {
        background-position: 20%;
    }    
    .pt-9 {
        padding-top: 60px;
    }
    .pb-9 {
        padding-bottom: 60px;
    } 
    .rankings-slider__item {
        text-align: center;
    }
    .choose_jobsec {
        margin-bottom: 60px;
        padding-top: 0;
    }
    .prmo-vdo {
        margin-top: 0;
    }   
}
@media (max-width: 767px) {
    .login-header .lgo h1 a {
        padding: 33px;
    }
    .login-header .lgo h1 a img {
        width: 120px;
    }      
    .grn-bs-bx {
        max-width: 100%;
    } 
    .crowning-sec {
        padding: 85px 0 30px;
    } 
    .find_course {
        padding: 85px 0 170px;
    }    
    .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;
    }
    .naccPlus-sec .uniqueThumbContent h2 {
        font-size: 44px;
        line-height: 48px;
    }   
	.acp-section__number {
        text-align: center;
    }    
    .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;
    }    
    .naac-section::before {
        width: 100%;
        height: 46%;
    } 
    .why-naac, .aboutNaac {
        max-width: 100%;
    }
    .aboutNaac .section-heading {
        margin-top: 50px;
    }     
    .m-l-auto {
        margin-left: auto;
    }
    .testimonial-slider .slick-arrow {
        bottom: unset;
        right: 10px;
        top: 35%;
    } 
    .testimonial-slider .slick-prev {
        right: 65px!important;
    }    
    .testimonial-content {
        position: unset;
        width: 100%;
        margin-top: 20px;
    } 
    .testimonial-content p {
        font-size: 16px;
        line-height: 20px;
        color: var(--bs-mid-gray);
        text-shadow: none;
    }
    .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;
    }  
    .thinkBeyond_sec .crown-box, .thinkBeyond_sec .crown-box.half-height {
        height: auto;
    }     
    
/****** 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;
	}     
}
.dsu-form {width: 400px;/*float: right;*/padding: 0px 0 0;background-color: #131b3e;}
.frmBg {text-align: center;padding: 10px 10px 0;position: relative;border-bottom: 1px solid rgba(255,255,255,0.2);}
.frmBg h4 { font-size: 22px; line-height: 26px; color: #FFF; display: block; font-weight: 300;}
.applyBox {  margin-top: 0%;}
.contact_fild {padding: 20px 8px;}
.contact-fild-box .form-control { font-size: 13px; color: rgba(0,0,0,0.8); border: 0px; border-radius: 0px; background-color: #a5cdd7;
     margin: 0 auto;}
.form-group { margin-bottom: 0px;}
.btn_submit { width: 100%; background: #211a4d; color: #FFF; font-size: 24px; font-weight: 400; position: relative; border-radius: 0px; padding: 10px 20px; margin-top: 20px; line-height: normal;}
.btn_submit:hover {background: #efc603; color: #1b1c1d;}
.contact-fild-box { margin-bottom: 10px; position: relative;}
.contact-fild-box.text-center { margin-bottom: 0px;}
.dsu-intro { position: absolute; width: 100%; top: 0%; z-index: 1; left: 0;}
.dsu-addmission {margin-top: 23%; display: block; padding: 0px;}
.dsu-addmission h2 { color: #ffc600; font-weight: 900; font-size: 50px; line-height: 55px;  }
.dsu-addmission p { font-size: 20px; line-height: 26px; width: 280px; }
.formIDfid {padding: 0 10px;}
.contact-fild-box .form-control option { color: #000; }
.notif { color: #FFFFFF; margin: 15px; }
@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: 516px) {
    .grn-bs-bx {
        padding-bottom: 15px;
    }  
    .registerForm-outer .row.mt-5 {
        margin-top: 2rem!important;
    }
    .grn-bs-bx > h1 {
        font-size: 27px;
        line-height: 28px;
    }
    .grn-bs-bx > .start-title {
        font-size: 14px;
        line-height: 16px;
    } 
    .chancellor-content {
        margin-top: 50px;
    }    
    .herobanner__slider--content h2 {
        font-size: 22px;
        line-height: 22px;
    }  
    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;
    }
    .section-heading h2, .schol-content h2, .prmo-vdo > h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .schol-box {
        padding: 15px;
    }    
    .schol-headline {
        flex-direction: column;
    } 
    .schol-headline h5 {
        text-align: center;
    }
    .schol-figure {
        margin-top: 44px;
    }
    .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: 18px;
        line-height: 22px;
    }  
    ul[class*="ui-front"] {
        width: 160px!important;
    }        
}
@media (max-width: 460px) {
    .other-ranking-slider .slick-arrow {
        transform: translateX(255px);
        top: 15px;
    } 
    .registerForm {
        padding: 15px;
    }
    .crown-slider .slick-slide {
        margin: 0 5px;
    }
    .crown-slider .slick-arrow, .lab-slider .slick-arrow, .highlight-slider .slick-arrow {
        height: 30px;
        width: 30px;
    }      
}
@media (max-width: 360px) {
    .qs-ranking {
        padding: 20px;
        width: 320px;
    } 
    .other-ranking-slider .slick-arrow {
        transform: translateX(240px);
    }     
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.titlei{
    color: #061a50;
    font-weight: 500;
}
