@font-face {
  font-family: "Graphik";
  src: url("../../fonts-plp/Graphik-Regular-Web.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../../fonts-plp/Graphik-Semibold-Web.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "York Grot";
  src: url("../../fonts-plp/YorkGrot-SemiBoldCondensed.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  color: #0B0C0C;
  font-family: "Graphik";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; 
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	max-width: 100%;
}
a {
	color: currentColor;
	text-decoration: underline;
	-webkit-text-decoration-color: currentColor;
	text-decoration-color: currentColor;
	text-underline-offset: 5px;
	word-break: break-word;
	text-decoration-thickness: 1px;
}
a:hover {
	color: #ffd200;
	text-decoration-color: currentColor;
	text-decoration-thickness: 3px;
}
.container {
  max-width: 1488px;
  padding-left: 18px;
  padding-right: 18px;
}
.row {
	margin-right: -18px;
	margin-left: -18px;
}
.row > * {
	padding-right: 18px;
	padding-left:  18px;
}
h1,h2,h3,h4,h5,h6 {
    color:  #0B0C0C;
    font-family: "York Grot";
    font-weight: 600;
    font-style: normal;    
    margin: 0;
	/* word-break: break-all; */
}
h1 {
    font-size: 60px;
    line-height: 57px;
}
h2 {
    font-size: 48px;
    line-height: 52.8px;
}
h3 {
    font-size: 30px;
    line-height: 33px;
}
h4 {
    font-size: 24px;
    line-height: 33px;
}
h5 {
    font-size: 20px;
    line-height: 23px;
}
p {
    font-size: 18px;
    line-height: 27px;   
    margin-bottom: 0; 
	/* word-break: break-all; */
}
p:last-child {
	margin-bottom: 0;
}
.grey-bg {
	background: #EBE9E3;
}
.blue-bg {
	background: #001E82;
}
.magenta-bg {
	background: #3C0032;
}
.green-bg {
	background: #144835;
}
.green-bg * {
	color: #fff;
}
.custom-section {
	padding: 53.6px 0;
}
.custom-section .container {
	row-gap: 36px;
	display: flex;
	flex-direction: column;
}
.grey-bg .custom-card-block {
	background: #fff;
}
.cta {
	border-radius: 48px;
	border: 2.4px solid #0B0C0C;
	display: inline-block;
	padding: 16px 24px;
	vertical-align: middle;
	color: #0B0C0C;
	text-align: center;
	font-family: "Graphik";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	text-decoration: none;
}
.cta:hover {
    color: #ffffff;
    border: 2.4px solid #212222;
    background: #212222;    
}
.cms-card {
	row-gap: 18px;
	display: flex;
	flex-direction: column;
}
.cms-card ul {
	gap: 16px;
	display: flex;
	flex-direction: column;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 25px;
    flex-direction: column;
}

@media (max-width: 1550px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
 }

 @media (max-width: 767px) {
    h1 {
        font-size: 45px;
        line-height: 42.8px;
    }
    h2 {
        font-size: 40px;
        line-height: 40px;
    }
    h3 {
        font-size: 26px;
        line-height: 28px;
    }
    h4 {
        font-size: 22px;
        line-height: 24px;
    }
    h5 {
        font-size: 18px;
        line-height: 20px;
    }
    p {
        font-size: 16px;
        line-height: 24px;    
    }
    .cta {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .custom-section {
        padding: 48px 0;
    }
    .custom-section .container {
        row-gap: 32px;
    }
    .cms-card {
        row-gap: 16px;
    }    
    .cms-card ul {
        gap: 12px;
    }    
}

/* Header CSS */
.header-section {
	background: #0C31AC;
	width: 100%;
	transition: all 0.3s ease-in-out;
	z-index: 2;
}
.header-section .header-container {
	background: #001E82;
	padding: 20px 0;
	border-radius: 0 0 30px 0;
}
.header-section .header-container .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo img {
	height: 100px;
}
.header-btn .cta {
	border-radius: 50px;
	background: #FFD200;
	border: 2.4px solid #FFD200;
	padding: 16px;
	min-width: 161px;
	/*font-size: 16px;
	line-height: 22.4px;*/
}
.header-btn .cta:hover {
    color: #0B0C0C;
    border: 2.4px solid #FFE259;
    background: #FFE259;  
}
.header-section.is-sticky {
	position: fixed;
	transition: all 0.3s ease-in-out;
}
.header-section.is-sticky .header-container {
	border-radius: 0;
}

.header-bottom {
    background: #001E82;
}
.header-bottom-container {
	border-radius: 30px 0 0 0;
	background: #0C31AC;
	padding: 25px 0;
}
.campus-links a {
	color: #fff;
	font-family: "York Grot";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 26.4px;
    text-decoration: none;
}
.campus-links a:hover {
	color: #ffd200;
}

 @media (min-width: 992px) {
    .header-btn {
        display: none;
        transition: all 0.3s ease-in-out;
    } 
    .header-section.is-sticky .header-btn {
        display: block;
    } 
}

 @media (max-width: 991px) {
main {
	padding-top: 90px;
}    
.header-section {
	position: fixed;
	width: 100%;
    z-index: 9;
}    
.header-section .header-container {
	padding: 16px 0;
}
.header-logo img {
	height: 58px;
}
.header-btn .cta {
	padding: 12px 20px;
	min-width: inherit;
}
.header-section .header-container {
	padding: 16px 0;
	border-radius: 0;
}
.header-bottom {
	display: none;
}
 }

/* Footer CSS */ 
.footer-section {
	width: 100%;
	background: #3C0032;
	padding: 53.6px 0;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 36px;
}
.footer-bottom * {
	color: #fff;
}
.footer-links ul {
  display: flex;
  align-items: center;
}
.footer-links li a {
    border-right: 1px solid #fff;
    padding-right: 16px;    
}
.footer-links li {
  padding-right: 16px;
}
.footer-links li:last-child {
	padding: 0;
}
.footer-links li:last-child a {
	padding: 0;
	border: 0;
}


 @media (max-width: 767px) {
    .footer-section {
        padding: 48px 6px;
    }
    .footer-section > * {
        text-align: center;
        font-size: 12px;
        line-height: 16.8px;
    }  
    .footer-bottom * {
        color: #fff;
        justify-content: center;
    }
    .footer-bottom {
        margin-top: 32px;
        gap: 12px;
        flex-direction: column;
    }
    .footer-links ul {
        gap: 20px;
    }
    .footer-links li {
        padding: 0;
    }
    .footer-links li a {
        border: 0;
        padding: 0;
    }
 }


 /* Componant */

/* overlape-content-with-media */ 
.overlape-content-with-media-inner {
	padding: 90px 0;
	border-radius: 18px;
	background-size: cover;
}
.overlape-content-card {
	background: #FFD200;
	padding: 36px;
	max-width: 672px;
	border-radius: 18px;
	position: relative;
	left: -36px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.overlape-content-card h2 {
  color: #0B0C0C;
  font-family: "York Grot";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 57px;
  text-transform: uppercase;
}
.overlape-content-card p {
	margin: 0;
}
.overlape-content-card ul {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}
.overlape-content-card h3 {
	padding-top: 18px;
	font-size: 42px;
	line-height: 42px;
}

@media (min-width: 832px) {
    .overlape-media-mobile {
        display: none;
    }
}

@media (max-width: 1550px) {
	.overlape-content-with-media .container {
		padding-left: 60px;
	}
}

@media (max-width: 831px) {
    .overlape-content-with-media-inner {
        background-color: #FFD200;
        padding: 0;
        background-image: none !important;
        border-radius: 16px;
    }
    .overlape-content-card {
        padding: 24px;
        gap: 16px;
        left: 0;
        max-width: 100%;
    }
    .overlape-content-card h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .overlape-content-with-media-inner .overlape-media-mobile {
        object-fit: cover;
        width: 100%;
        border-radius: 16px;
        object-position: top;
    }
    .overlape-content-card ul {
        row-gap: 12px;
    }
    .overlape-content-card h3 {
        padding-top: 8px;
        font-size: 26px;
        line-height: 28.6px;
    }
	.overlape-content-with-media .container {
		padding-left: 24px;
	}	
}

/* */
.custom-card-inner.custom-card-four {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.custom-card-inner.custom-card-three {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.custom-card-inner.custom-card-two {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1024px) {
    .custom-card-inner.custom-card-four {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .custom-card-inner.custom-card-three {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }    
}

@media (max-width: 767px) {
    .custom-card-inner.custom-card-four {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .custom-card-inner.custom-card-three {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }     
    .custom-card-inner.custom-card-two {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }    
}

/* custom-card Component */
.custom-card {}
.custom-card-block h3 {
	color: #0C31AC;
    padding: 0;
}
.custom-card-inner {
	display: flex;
	gap: 36px;
	height: 100%;
}
.custom-card-block {
	width: 100%;
	background: #EBE9E3;
	padding: 36px;
	border-radius: 18px;
	row-gap: 13.5px;
	flex-direction: column;
	display: flex;
}

@media (max-width: 991px) {
    .custom-card-inner {
        flex-wrap: wrap;
        gap: 24px;
    }
    .custom-card-block {
        flex-wrap: wrap;
        padding: 24px;
        width: 100%;
        row-gap: 12px;
    }
}

.custom-card-with-media {}
.custom-card-with-media .custom-card-block-details h3 {
	color: #FFD200;
    padding: 0;
}
.custom-card-with-media .custom-card-block {
	border-radius: 18px;
	background: #3C0032;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	padding: 0;
	color: #fff;
	row-gap: 0;
	overflow: hidden;
}
.custom-card-with-media .custom-card-block-details {
	padding: 36px;
	row-gap: 13.5px;
	flex-direction: column;
	display: flex;
}

@media (max-width: 991px) {
    .custom-card-with-media .custom-card-block-details {
        padding: 24px;
        row-gap: 12px;
    }
}

/* content with media */
.content-with-media {}
.content-with-media .container {
	flex-direction: inherit;
	gap: 36px;
	display: flex;
}
.content-with-media .content-text {
	width: 68%;
}
.content-with-media .content-media {
	width: 32%;
}
.content-with-media .content-media img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    overflow: hidden;
}

@media (max-width: 767px) {
    .content-with-media .container {
        flex-direction: column;
        gap: 32px;
    }
    .content-with-media .content-text {
        width: 100%;
    }
    .content-with-media .content-media {
        width: 100%;
    }
}

/* */
.content-with-media.content-with-media-half {
}
.content-with-media.content-with-media-half .content-media {
	width: 50%;
}
.content-with-media.content-with-media-half .content-text {
	width: 50%;
}
.content-with-media.content-with-media-half img {
    height: auto;
    border-radius: 16px;
}

@media (max-width: 767px) {
.content-with-media.content-with-media-half .content-media {
	width: 100%;
}
.content-with-media.content-with-media-half .content-text {
	width: 100%;
}
}

/* */

.blue-bg .custom-card-block {
	background: #0C31AC;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.blue-bg .custom-card-block * {
	color: #fff;
}

/* */
.custom-card-with-icon {}
.custom-card-with-icon .custom-card-block {
	background: transparent;
	padding: 0;
	flex-direction: inherit;
	gap: 18px;
}
.custom-card-with-icon .custom-card-block .custom-card-info h3 {
	color: #fff;
}
.custom-card-with-icon .custom-card-block .custom-card-info p {
	color: #fff;
}
.custom-card-with-icon .custom-card-block .custom-card-info a {
	color: #FFD200;
}
.custom-card-with-icon .custom-card-block .custom-card-icon {
	border-radius: 9px;
	background: #610051;
	width: 82px;
	height: 82px;
	align-items: center;
	justify-content: center;
	display: flex;
}
.custom-card-with-icon .custom-card-block .custom-card-icon svg {
	width: 40px;
	height: 40px;
    color: #E0177F;
}
.custom-card-with-icon .custom-card-block .custom-card-info {
	display: flex;
	flex-direction: column;
	row-gap: 9px;
}
.custom-card-with-icon .custom-card-block:hover {

}
@media (max-width: 767px) {
.custom-card-with-icon .custom-card-block {
	flex-wrap: nowrap;
}    
.custom-card-with-icon .custom-card-block .custom-card-icon {
	width: 58px;
	height: 58px;
}
}


/* FAQ */
.accordion .accordion-body {
	padding: 24px;
}
.accordion-button, .accordion-button:focus {
	outline: 0;
	box-shadow: none;
}
.accordion .accordion-item {
    border: 0;
    border-radius: 0;
    border-top: 0.5px solid #0B0C0C;
}
.accordion-item:last-child {
	border-bottom: 0.5px solid #0B0C0C;
}
.accordion .accordion-item .accordion-button {
	color: #0B0C0C;
	font-family: "York Grot";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 26.4px;
    position: relative;
    padding: 24px;
}
.accordion .accordion-item .accordion-button::after {
	background-color: #ffffff;
    border: 1.6px solid #000000;
	width: 26px;
	height: 26px;
	border-radius: 100px;
	font-size: 12px;
	padding: 0;
	line-height: normal;
	background-size: 14px;
	background-position: center;
	position: absolute;
	left: -13px;     
}
.accordion .accordion-item .accordion-button:not(.collapsed):after {
	background-color: #FFD200;
    border: 1.6px solid #FFD200;  
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
	border-radius: 0;
	background: #E3EEF5;
	border-top: 0;
	border-bottom: 0.5px solid #0B0C0C;
	z-index: 0;
}

@media (max-width: 767px) {
.accordion .accordion-item .accordion-button {
	font-size: 22px;
	line-height: 24.2px;
	padding: 20px;
}
.accordion .accordion-body {
	padding: 20px 0;
}
}


/* Tab */
/* Tabs style */
.tabs {
  display: flex;
  gap: 8px;
}
.tab-btn {
	padding: 18px 36px;
	border: 1.6px solid #EBE9E3;
	background: #EBE9E3;
	cursor: pointer;
	border-radius: 6px 6px 0 0;
	font-size: 24px;
	line-height: 26.4px;
	text-decoration: underline;
	font-weight: 600;
	color: #0B0C0C;
	border-bottom: 0;
    font-family: "York Grot";
}
.tab-btn.active {
	color: #0B0C0C;
	background: #fff;
    text-decoration: none;
}
.tab-content {
	display: none;
	padding: 36px;
	border: 1.6px solid #EBE9E3;
	border-radius: 0 18px 18px 18px;
	margin-top: -1.6px;
}
.tab-content.active {
  display: block;
}
.custom-tab h3 {
	padding-top: 18px;
}
.custom-table {
	max-width: 928px;
}
.custom-table th, .custom-table td {
	padding: 13.5px 16px;
	border-bottom: 0.25px solid #0B0C0C;
	color: #0B0C0C;
	font-family: "Graphik";
	font-size: 18px;
	font-style: normal;
	line-height: 27px;
}
.custom-table thead th {
	border-top: 0.25px solid #0B0C0C;
	border-bottom: 0.25px solid #0B0C0C;
	background: #E3EEF5;
	font-weight: 700;
}

@media (max-width: 991px) {
.tab-btn {
	padding: 8px 12px;
	font-size: 22px;
	line-height: 24.2px;
	border-radius: 8px;
	border: 1.6px solid #EBE9E3;
}  
.tab-content {
	padding: 24px;
	margin-top: 8px;
	border-radius: 16px;
} 
.tabs {
	flex-wrap: wrap;
}
.custom-tab h3 {
	padding-top: 16px;
}
.custom-table th, .custom-table td {
	font-size: 13.92px;
	line-height: 22px;
	padding: 4px 8px;
}
}

/* Hero Section */
@media (min-width: 992px) {
  .hero-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
.hero-banner-media-responsive {
	display: none;
}  
}


.hero-section .hero-banner-image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 1006px;
}
.hero-section .container {
	position: relative;
	z-index: 1;
	padding: 53.6px 18px;
}
.hero-section-inner {
	display: flex;
	flex-wrap: wrap;
	min-height: 744px;
	align-items: center;
}

.herosection-left {
	width: 46.3%;
	padding-right: 72px;
	color: #fff;
	align-content: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}
.herosection-left h1 {
	color: #fff;
	text-transform: uppercase;
}
.hero-list {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}
.herosection-right {
	width: 53.7%;
	color: #fff;
}


.register-form {
  background: #fff;
  border-radius: 18px;
  color: #000;
}
.form-title {
  padding: 32px;
  border-bottom: 1px solid #DBDBD3;
}
.lp-form-footer {
  padding: 32px;
  border-top: 1px solid #DBDBD3;
}
.lp-form-body {
	padding: 32px;
	row-gap: 16px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.register-form label {
	color: #232B31;
	font-family: "Graphik";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	width: 100%;
}
.register-form label span {
	color: #B62D2D;
}
.register-form .field {
	display: flex;
	row-gap: 8px;
	flex-wrap: wrap;
	position: relative;
	width: 50%;
	padding: 0 8px;
}
.register-form .field.full-field {
	width: 100%;
}
.register-form .field input, .register-form .field select {
	width: 100%;
	padding: 8px;
	color: #232B31;
	font-family: "Graphik";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	border: 1px solid #8D9695;
	background: #ffffff;
	min-height: 42px;
	outline: none;
	box-shadow: none;
}
.field:has(select) label::after {
	content: "";
	position: absolute;
	top: auto;
	right: 9px;
	pointer-events: none;
	display: inline-block;
	z-index: 1;
	width: 49px;
	height: 40px;
	background-color: #FFD200;
	bottom: 1px;
}
.register-form .field select {
	background: url("https://www.mumbai.york.ac.uk/wp-content/uploads/2026/02/arrow-from.svg") no-repeat right 17.5px center;
	appearance: none;
	z-index: 1;
	position: relative;
}
@media only screen and (max-width:767px) {
	.field:has(select) label::after {
		right: 0px;
	}
}
.form-note {
	color: #232B31;
	font-family: "Graphik";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.form-note a {
	color: #0C31AC;
}
.lp-form-footer .cta {
	min-width: 190px;
	color: #fff;
	border-radius: 48px;
	border: 2.4px solid #0C31AC;
	background: #0C31AC;
}
.lp-form-footer .cta:hover {
    color: #ffffff;
    border: 2.4px solid #001E82;
    background: #001E82;    
}

.success-note {
	border: 1px solid #3A8128;
	background: #E2EDDE;
	padding: 16px;
	flex-direction: column;
	display: flex;
	color: #232B31;
	gap: 8px;
	padding-left: 56px;
	position: relative;
}
.success-note strong {
	color: #232B31;
	font-family: "York Grot";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 26.4px;
}
.success-note svg {
	position: absolute;
	left: 16px;
	top: 20px;
}
.download-link {
	padding-top: 16px;
}
.download-link a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #0C31AC;
	text-decoration: none;
}
.download-link a:hover {
    color: #001E82;
}

@media (min-width: 768px) {
	.register-form .field:nth-child(2n) {
		padding-right: 8px;
	}
	.register-form .field:nth-child(2n+1) {
		padding-left: 8px;
	}
}

@media (max-width: 1550px) {
	.hero-section .container {
		padding-left: 24px;
		padding-right: 24px;
	}
}


@media (max-width: 991px) {
    .hero-section-inner {
        flex-direction: column;
    }
    .herosection-left {
        width: 100%;
        padding: 32px 24px;
        background: #3C0032;
        gap: 16px;
    }
    .herosection-right {
        width: 100%;
    }
    .hero-section .hero-banner-image {
        display: none;
    }
    .hero-section .container {
        padding: 0;
    }
    .hero-list {
        row-gap: 12px;
    }    
    .form-title {
        padding: 32px 24px;
    } 
    .lp-form-body {
        padding: 24px 24px 32px 24px;
        row-gap: 16px;
        margin: 0;
    }
    /*.register-form .field {
        padding: 0;
    }
    .field:has(select) label::after {
        right: 0;
    }*/
    .lp-form-footer {
        padding: 0 24px 48px 24px;
        border-top: 0;
    } 
    .lp-form-footer .cta {
        width: 100%;
		margin-top: 0;
    }
    .success-note strong {
        font-size: 22px;
        line-height: 24.2px;
    }   	 
}

@media (max-width: 767px) {
	.register-form .field {
		width: 100%;
		padding: 0;
	}
}

/* Teastimonials */
.testimonials-section {}
.testimonials-section .item-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 158px;
	position: relative;
	row-gap: 18px;
    padding-top: 16px;
}
.testimonials-section h3 {
	border-radius: 12px;
	border: 2px solid #EBE9E3;
	background: #EBE9E3;
	padding: 36px;
}
.testimonials-section.grey-bg h3{
background: #fff;
}
.media-with-caption img {
	max-width: 120px;
	height: 120px;
	border-radius: 18px;
	object-fit: cover;
	position: absolute;
	top: 56px;
	left: 0;
}
.testimonials-section .item-inner::after {
	content: "“";
	font-family: "York Grot";
	font-size: 180.488px;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	width: 121px;
	height: 105px;
	display: block;
	text-align: center;
	border-radius: 12px;
	line-height: 180.488px;
	position: absolute;
	top: 0;
	left: 68.6px;
	z-index: -1;
	color: #fff;
background: #EBE9E3;
}
.testimonials-section.grey-bg .item-inner::after{
color: #EBE9E3;
background: #fff;
}


.owl-carousel .owl-dots {
	text-align: center;
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 18px;
}
.owl-carousel .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	background: #A3ADB4;
}
.owl-carousel .owl-dots .owl-dot.active {
	background: #001E82;
}

@media (max-width: 767px) {
    .testimonials-section .item-inner {
        padding: 0;
    }
    .testimonials-section .item-inner::after {
        display: none;
    }
    .testimonials-section .item-inner::after {
        display: none;
    }
    .media-with-caption img {
        position: relative;
        left: 0;
        top: 0;
        max-width: 64px;
        height: 64px;
        border-radius: 8px;
    }
    .media-with-caption {
        display: flex;
        gap: 18px;
        width: 100%;
    }
    .testimonials-caption {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 991px){
  .testimonials-slider {
    display:flex;
    flex-wrap:wrap;
    gap:24px;
  }

  .testimonials-slider .item {
    width:100%;
  }
}

.footer-logo img{
	height: auto;
}

@media (max-width: 767px){
.footer-logo img{
	height: auto;
}

}

.register-form .form-note label {
	position: relative;
	padding-left: 30px;
	font-weight: 400;
}
 
.register-form .form-note label input {
	max-width: 20px;
	min-height: 20px;
	position: absolute;
	top: 6px;
	left: 0;
}
#plp-register-form,
#entry-requirements {
  scroll-margin-top: 240px;
}

.campus-text{
color: #fff;
font-weight: 600;
font-family: 'York Grot';
font-size: 24px;
line-height: 26px;
}
	
.custom-card-with-media .custom-card-block img{
border-radius: 18px; 
}

@media (max-width: 767px) {
  .cms-card li {
    font-size: 16px;
    line-height: 24px;
  }
}
/* FAQ fix */
.plp-faq-content ul li {list-style: disc;list-style-position: inside;line-height: 32px;}