.lp-logo img{
    max-width: 500px;
}
.lp-header {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.lp-hearder-right ul {
    padding-left: 0px;
    text-align: right;
	margin-bottom: 0px;
}

.banner-mobile-logos{
    display: none;
}

.lp-hearder-right ul li{
	list-style: none;
	display: inline-block;
}
.custom-container{
    width: 84vw;
    margin: 0px auto;
    position: relative;
}

.lp-hearder-right ul li a span {
    background-color: #ec1b24;
    width: 32px;
    display: inline-block;
    height: 32px;
    text-align: center;
    border-radius: 50%;
	margin-right: 10px;
	padding-top: 1px;
}

.lp-hearder-right ul li {
    margin-left: 15px;
}

.lp-hearder-right ul li a{
	font-family: "Inter", serif;
	color: #505050;
	font-size: 1.125rem;
	text-decoration: none;
}

.lp-banner-inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    gap: 10px;
    align-items: center;
}

.lp-banner-left {
    width: 65%;
    background-image: url(../images/lp-banner-sec-jan-bg.jpg);
    height: 628px;
    background-size: cover;
    background-position: top center;
	display: flex;
    align-items: end;
}



.lp-baner-content {
    padding: 20px;
    width: 100%;
    position: relative;
}


.lp-year-list{
	padding-left: 0px;
}

.lp-baner-content:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 44%), rgb(14 25 66 / 79%), rgb(8 12 17 / 80%), rgb(5 13 46 / 80%));
    left: 0;
    bottom: 0;
    position: absolute;
}


.lp-yearsection {
	position: relative;
    z-index: 10;
}


.lp-banner-right {
    width: calc( 35% - 10px);
    padding: 24px 26px 14px 26px;
    position: relative;
	background-color: #F8F8F8;
	box-shadow: -1px 3px 10px 1px rgba(32, 33, 36, 12%);
}

.number-section {
    background-color: #29c6c7;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px;
}

.num-block {
    padding-top: 20px;
    padding-bottom: 20px;
}

.num-heading {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 2.8rem;
    text-align: center;
    font-weight: 600;
}

.num-subheading {
    font-family: "Poppins", serif;
    color: #fff;
    font-weight: 400;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 10px;
}
.bdr-right {
    border-right: 1px solid #fff;
}

.banner-heading {
    color: #fff;
    font-family: "Poppins", serif;
    font-size: 2.5rem;
    font-weight: 700;
	position: relative;
    z-index: 10;
    text-transform: uppercase;
}

.lp-year-list {
    padding-left: 0px;
    margin: 25px 0 0 0;
}

.lp-year-list li {
    display: inline-block;
    color: #fff;
    list-style: none;
    font-family: "Poppins", serif;
    font-size: 1.375rem;
    font-weight: 500;
    margin-right: 20px;
    position: relative;
}

.lp-year-list li:after {
    content: "";
    width: 2px;
    height: 76%;
    background-color: #F07A05;
    position: absolute;
    right: -12px;
    top: 4px;
}

.lp-year-list li:first-child:after {
	display: none;
}

.lp-year-list li:last-child:after {
	display: none;
}


.lp-year-list li span {
    background-color: #ec1b24;
    padding: 6px 14px;
}


.lp-banner-sub-heading {
    font-family: "Poppins", serif;
    color: #fff;
    font-size: 1.375rem;
    margin-top: 26px;
    font-weight: 600;
}

.year-left-content {
    width: 60%;
    float: left;
	position: relative;
}

.right-logos-part {
    width: 40%;
    float: right;
	position: relative;
}

.right-logos-part ul {
    padding-left: 0px;
    text-align: right;
	margin-bottom: 0px;
	margin-top: 20px;
}

.right-logos-part ul li {
    display: inline-block;
    margin: 0 10px;
	margin-top: 22px;
}

.get-touch-form-heading {
    color: #BFAB79;
    font-family: "Poppins", serif;
    font-size: 1.625rem;
    text-align: center;
    font-weight: 600;
        text-transform: uppercase;
}

.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    margin-bottom: 15px;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.welcome-read-more-btn a {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    background-color: #f8e4f8;
    color: #000;
    padding: 9px 32px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 10px;
    text-decoration: none;
}

.welcome-read-more-btn a:hover {
    background-color: #000;
    color: #fff;
}

.lp-form-sub-text {
    color: #505050;
    text-align: center;
	font-family: "Poppins", serif;
	font-size: 16px;
}

.lpform-filed {
    width: 100%;
    height: 40px;
    border: 0px;
    border-bottom: 1px solid #d5d5d5;
    background-color: transparent;
	color: #BFBFBF;
	font-family: "Inter", serif;
	font-size: 15px;
	padding-left: 8px;
}

.lpform-filed::placeholder{
	color: #BFBFBF;
}

.lpform-filed.select-grade{
	color: #505050;
}

.lpform-filed:focus{
	outline: none;
}

.lp-field-item {
    display: flex;
    align-items: center;
	margin: 15px 0;
}

.check-box-recived {
	font-size: 14px;
	color: #505050;
	font-family: "Poppins", serif;
}

.lp-submit-btn {
    background-color: #F07A05;
    color: #fff;
    border: 0px;
    padding: 8px 26px;
	font-family: "Poppins", serif;
	font-size: 16px;
}

.lp-submit-btn:hover{
	 background-color: #000;
}

.lp-about-section{
	position: relative;
}

.space-T-80{
	padding-top: 80px;
}

.lp-text-info{
	font-family: "Poppins", serif;
	color: #505050;
	font-size: 16px;
	font-weight: normal;
}

.lp-about-thumb img{
	width: 100%;
}

.explore-ib-programs-inner{
	background-image: url(../images/ib-bg-sec.jpg);
	background-size: cover;
	background-position: top center;
	padding: 50px 0px;
}

.fee-structure-btn {
	text-align: center;
	margin-top: 30px;
}

.fee-structure-btn a {
    background-color: #f8e4f8;
    color: #000;
    font-family: "Roboto", sans-serif;
    padding: 12px 16px;
    font-size: 1.1rem;
    display: inline-block;
    border-radius: 12px;
    text-decoration: none;
}

.read-more-btn {
    text-decoration: none;
    color: #ec1b24;
    cursor: pointer;
}

.read-more-btn:hover{
    color: #ec1b24;
}

.fee-structure-btn a:hover{
	background-color: #000;
	 color: #fff;
	 text-decoration: none;
}

.admission-btn a {
    background-color: #f8e4f8;
    color: #000;
    font-family: "Roboto", sans-serif;
    padding: 16px 20px;
    font-size: 1.3rem;
    display: inline-block;
    border-radius: 12px;
}

.fee-structure-btn a:hover{
	background-color: #000;
	 color: #fff;
	 text-decoration: none;
}

.page-heading {
	font-family: "Poppins", serif;
	color: #000;
	font-size: 2.5rem;
	font-weight: 600;
}

.our-school-section {
    padding-bottom: 0px;
    position: relative;
}

.our-school-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 26px;
}

.school-box {
    margin: 8px;
}

.our-school-box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 26px;
}

.school-box{
  margin: 8px;
}

.flip-box {
    width: 300px;
    height: 470px;
    border-radius: 10px;
    perspective: 1000px;
}

.flip-box p{
    color: #000;
   font-family: "Poppins", serif;
    font-size: 1.4rem;
    font-weight: normal;
}

.f-ornage{
    background-color: #f8e4f8;
}

.f-green{
    background-color: #cbe0e0;
}

.f-blue{
    background-color: #f8e4f8;
}

.f-red{
    background-color: #cbe0e0;
}

.our-school-sub-h {
    font-family: "Poppins", serif;
    font-size: 1.5rem;
    
    margin: 16px 0px;
    font-weight: 500;
}

.our-sch-read-btn{
    text-align: center;
    padding-top: 10px;
}

.f-ornage .our-sch-read-btn a{
    background-color: #cbe0e0;
}

.f-green .our-sch-read-btn a{
    background-color: #f8e4f8;
}

.f-blue .our-sch-read-btn a{
    background-color: #cbe0e0;
}

.f-red .our-sch-read-btn a{
    background-color: #f8e4f8;
}

.f-ornage .our-school-sub-h{
   color: #000;
}

.f-green .our-school-sub-h{
   color: #000;
}

.f-blue .our-school-sub-h{
    color: #000;
}

.f-red .our-school-sub-h{
     color: #000;
}

.our-sch-read-btn a{
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    padding: 8px 20px;
    color: #000;
    border-radius: 30px;
    text-decoration: none;
}

.our-sch-read-btn a:hover{
     background-color: #fff;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box:hover .flip-box-front{
    visibility: hidden;
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
   -moz-backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flip-box-front {
  padding: 10px;
  color: black;
  border-radius: 10px;
}

.flip-box-front img {
    width: 100%;
   max-width: 260px;
}

.flip-box-back {
  
  color: #000;
  transform: rotateY(180deg);
  border-radius: 10px;
  padding: 16px;
}

.flip-box-back img{
     width: 100%;
    max-width: 260px;
}

.flip-box-back p{
    margin-top: 10px;
    margin-bottom: 10px;
}

.flip-box-back p {
    font-family: "Poppins", serif;
    font-size: 1.4rem;
    font-weight: normal;
}

.lp-explore-item-thumb img{
	width: 100%;
}

.lp-explore-item {
    margin-top: 46px;
    position: relative;
	overflow: hidden;
	border: 1px solid #c7a03cfa;
}

.lp-explore-item-content {
    position: absolute;
    background-color: #fff;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate(-100%, 0px);
	padding: 12px;
	transition: transform 0.8s;
}

.lp-explore-item-content .lp-text-info {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.2;
}

.lp-hover-content-title {
    font-family: "Poppins", serif;
    font-size: 1.625rem;
    text-align: center;
    margin-top: 3px;
    font-weight: 600;
    color: #BFAB79;
    position: relative;
    margin-bottom: 18px;
}

.lp-hover-content-title:before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #BFAB79;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.lp-explore-item:hover{
	border: 1px solid #fff;
}

.lp-explore-item:hover .lp-explore-item-content {
    transform: translate(0%, 0%);
	
}

.lp-usp-sec-inner{
	display: flex;
	flex-wrap: wrap;
	margin-top: 38px;
}

.lp-usp-item {
    width: 25%;
    padding: 20px;
    position: relative;
    text-align: center;
}

.lp-usp-item img{
    width: 60px;
}

.bdr-b {
	border-bottom: 1px solid #ccd1d9;
}

.bdr-left{
	border-left: 1px solid #ccd1d9;
}

.gallery-section {
	position: relative;
}

.lp-gallery-thumbnail{
	position: relative;
	margin-top: 20px;
	overflow: hidden;
}

.lp-gallery-thumbnail img{
	width: 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.lp-gallery-thumbnail img:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1); 
}


.testimonail-section{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;
}

.persion-pic{
	width: 68px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 10px;
}

.person-name {
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 400;
    margin-left: 15px;
}

.child-name {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    color: #494949;
    font-weight: 400;
    text-align : center;
}

.testimonial-content {
    padding: 40px;
    background-color: #fff;
    box-shadow: -1px 3px 10px 1px rgb(32 33 36 / 12%);
    border-radius: 14px;
	position: relative;
	    min-height: 460px;
}

.testimonial-content .lp-text-info{
    font-size: 20px;
}


#testimonial-slider .owl-stage-outer{
	padding-top: 66px;
    padding-bottom: 66px;
}
#testimonial-slider .owl-item {
    transform: scale(0.9);
}

#testimonial-slider .owl-item.active.center{
	 transform: scale(1.08);
	  transition: transform .3s; /* Animation */
}

.person-name {
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 400;
    margin-left: 15px;
}

.collage-slider-main{
	margin-top: 40px;
}

.collage-slider-main .collage-slide-item img{
	width:  70% !important; 
}

.collage-slider-main .collage-slide-item.ucla img {
    width: 100px !important;
}


/* alimni section css */

.alumani-section{
    padding-top: 40px;
    padding-bottom: 70px;
}

.alumni-content p{
    color: #000;
    font-size: 1.2rem;
}

.alumni-content h2{
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
}

.alumni-item {
    background-color:  #cbe0e0;
    padding: 18px 30px;
    position: relative;
    margin-top: 42px;
    border-radius: 20px;
}

.alumni-item-inner{
    display: flex;
}

.alumni-content{
    width: 50%;
}

.alumni-img-block {
    width: 50%;
    min-height: 720px;
    background-size: cover;
    margin-bottom: -25px;
    position: relative;
    right: -30px;
}

.alumni-img-block img{
    width: 100%;
}

#alumni-slider-detail .owl-prev {
    top: 40%;
    width: 36px;
    height: 36px;
    left: -55px;
    position: absolute;
    background-color: #39479a;
    border-radius: 50%;
}

#alumni-slider-detail .owl-next {
    top: 40%;
    width: 36px;
    right: -55px;
    height: 36px;
    position: absolute;
    background-color: #39479a;
    border-radius: 50%;
}

#alumni-slider-detail .owl-prev img{
    width: 22px;
    margin-top: 4px;
    margin-left: 5px;
}

#alumni-slider-detail .owl-next img{
    width: 22px;
    margin-top: 4px;
    margin-left: 5px;
}

/* End alimni section css */

.parents-testimonial {
	position: relative;
}

.parents-testimonial-outer{
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 20px;
	border: 2px solid #BFAB79;
}

.parents-testimonial-outer-main {
       padding-top: 4%;
    padding-bottom: 8%;
}

.parents-testimonial-inner{
	background-color: #011438;
}

.parents-testimonial-in-m{
	display: flex;
	flex-wrap: wrap;
}

.parent-testimoanil-left{
	width: 50%;
	position: relative;
}

.parent-testimoanil-right {
    width: 50%;
    right: 0;
    position: absolute;
        top: -48%;
}

.parents-testimonial-title-sec {
	padding: 25px;
}

.parents-testimonial-block {
    background-color: #011438;
    padding: 56px;
}

.parent-testimonial-heading {
    color: #BFAB79;
    font-size: 3.75rem;
    margin: 0px;
    font-family: "Poppins", serif;
	font-weight: 700;
}

.parent-video-section {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: end;
    position: absolute;
    top: -52%;
    right: -30px;
    left: -30px;
}

.parents-video-item{
	width: 46%;
	position: relative;
}

.lp-video-item {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
	z-index: 10;
}

.parents-video-item img{
	width: 100%;
	position: relative;
	    z-index: 10;
}

.play-pause-icon {
    background-color: #fff;
    border-radius: 50%;
    width: 74px !important;
}

.parents-video-item:before {
    content: "";
    width: 95%;
    height: 100%;
    border: 1px solid #BFAB79;
    position: absolute;
    left: -10px;
    top: -13px;
    z-index: 1;
}


.qoute-top {
    position: absolute;
    top: -60px;
    left: 18%;
    background-color: #fff;
    padding: 8px;
}

.quote-bottom {
    position: absolute;
    bottom: -60px;
    left: 64%;
    background-color: #fff;
    padding: 8px;
}


.testimonial-play-btn {
    position: absolute;
    bottom: 30px;
    left: 24px;
}

.affiliations-slide-item img {
    width: 158px !important;
}

.affiliations-slide-item.af-sm-logo img {
    width: 60px !important;
    margin: 0px auto;
}

.affiliations-slider-main{
	    margin-top: 40px;
}

.footer-form-section-inner{
	display: flex;
	flex-wrap: wrap;
	background-color: #F8F8F8;
	align-items: center;
}

.footer--form-left {
    width: 50%;
        padding-left: 8%;
    position: relative;
    padding-top: 38px;
    padding-right: 3%;
}

.footer--form-image-part {
    background-image: url(../images/school-Image.jpg);
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 600px;
}

.lp-footer{
	background-color: #011943;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.lp-footer-address-item{
	display: flex;
}

.lp-footer-iocn{
	width: 42px;
}

.lp-footer-iocn img{
        width: 34px;
}

.lp-footer-content {
    width: calc(100% - 42px);
    padding-left: 18px;
}

.lp-fotter-text {
    font-family: "Poppins", serif;
    color: #505050;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 4px;
}

.lp-fotter-text a{
	color: #505050;
	text-decoration: none;
}

.lp-footer-inner {
    background-color: #fff;
    padding: 30px 20px;
}

.address-title{
	color: #011943;
	font-size: 1.25rem;
	font-family: "Poppins", serif;
}

.lp-footer-bottom {
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 40px;
    border-top: 1px solid #243b61;
}

.lp-copyright-text{
	margin-bottom: 0px;
	font-size: 15px;
	font-family: "Poppins", serif;
	color: #fff;
}

/* Carousel Section Styling */
.trusted-partnerships {
    padding: 40px 20px;
    background-color: #f9f9f9;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/edu-partner-bg.jpg);
}

.trusted-partnerships .container {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.trusted-partnerships .section-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

/* Swiper Container */
.swiper-container {
    padding: 20px 0;
    width: 100%;
   
}

/* Slide Styling */
.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 10px;
    object-fit: contain;
}

.partner-name {
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

/* Pagination Styling */
.swiper-pagination-bullet {
    background: #333;
}

.button-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically (if needed) */
    margin-top: 20px; /* Optional spacing above the button */
}


/* General Styles */
/* General Styles */
.contact-section {
    padding: 40px 0;
    background-color: #f5f5f5;
}

.container-fluid {
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

/* Left Section */
.left-section {
    padding: 0px 0px;
    text-align: left;
    height: auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.left-section h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.left-section .tagline {
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
}

.contact-details {
    list-style: none;
    padding: 0;
    font-size: 14px;
    color: #000;
}

.contact-details li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.contact-details span {
    margin-right: 10px;
}

/* Right Section */
.right-section {
    background-color: #fff;
    padding: 20px 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.right-section h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.right-section .subtext {
    font-size: 14px;
    margin-bottom: 20px;
    color: #666;
}

/* Form Styles */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form input,
.contact-form select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group {
    display: flex;
    gap: 10px;
}

.captcha {
    display: flex;
    gap: 10px;
    align-items: center;
}

.captcha img {
    height: 40px;
    width: auto;
}

/* Submit Button */
.submit-btn {
    background-color: #dc3545; /* Red background */
    color: #fff; /* White text */
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
}

.submit-btn:hover {
    background-color: #c82333; /* Darker red on hover */
}



/* Popup container - hidden by default */
.fee-popup .popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #cbe0e0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border-radius: 10px;
}
    
    .fee-popup .popup img{
        width: 100%;
    }

    /* Overlay for the popup */
.fee-popup .overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 999;
    }

    /* Close button */
.fee-popup .popup .close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      background: none;
      border: none;
      font-size: 16px;
    }
    
.fee-popup .popup .close-btn svg{
    width: 20px;
}    






@media (max-width: 767px) {
	.lp-logo{
		text-align: center;
	}
	
	.lp-logo img{
	        max-width: 300px;
	}
	
	.lp-hearder-right{
		margin-top: 15px;
	}
	
	.desk-logos{
	    display: none;
	}
	
	.custom-container {
      width: 92vw;
	}
	
	.lp-year-list li span{
	        padding: 4px 3px;
	}
	
	.lp-hearder-right ul li a span{
		padding-top: 2px;
	}
	
	.lp-hearder-right ul li a{
		font-size: 1rem;
	}
	
	.lp-hearder-right ul{
		    text-align: center;
	}
	
	.lp-year-list li:after{
		    right: -7px;
	}
	
	.lp-banner-inner{
		margin-top: 4px;
	}
	
	.right-logos-part ul{
	        margin-top: 0px;
	}
	
	.lp-hearder-right ul li {
    margin-left: 0px;
    margin-top: 10px;
    }
    
    .banner-mobile-logos{
        display: block;
    }
    
   .right-logos-part.banner-mobile-logos{
       position: relative;
   }
   
   .right-logos-part.banner-mobile-logos ul{
       position: relative;
   }
   
   .right-logos-part.banner-mobile-logos:before {
    content: "";
    background: linear-gradient(to top, rgb(0 0 0 / 0%), rgb(0 0 0 / 44%), rgb(14 25 66 / 51%), rgb(8 12 17 / 53%), rgb(5 13 46 / 70%));
    position: absolute;
    width: 100%;
    height: 100%;
}
	
	.lp-banner-left {
        width: 100%;
        /*flex-direction: column; */
        /* justify-content: space-between; */
        align-items: end;
    }
	
	.lp-banner-right {
      width: calc(100% - 0px);
	}
	
	.year-left-content {
    width: 100%;
	}
	
	.right-logos-part ul li{
	        margin-top: 8px;
	}
	
	.lp-year-list {
    padding-left: 0px;
    margin: 14px 0 0 0;
}
	
	.lp-year-list li{
		font-size: 1.075rem;
		margin-right: 10px;
	}
	
	.banner-heading{
		    font-size: 1.2rem;
	}
	
	.lp-banner-sub-heading{
	        font-size: 1.2rem;
	}
	
	.right-logos-part {
    width: 100%;
	}
	
	.right-logos-part ul li img{
		    width: 60px;
	}
	
	.space-T-80 {
    padding-top: 50px;
   }
   
   .page-heading{
	       font-size: 1.5rem;
   }
   
   .lp-explore-title-text{
	   font-size: 1.125rem;
	   margin-top: 20px;
       margin-bottom: 16px;
   }
   
   .bdr-left {
    border-left: 0px solid #ccd1d9;
   }
   
   .m-bdr-l{
	   border-left: 1px solid #ccd1d9;
   }
   
   .nobdr-b-mb{
	   border-bottom: 1px solid #ccd1d9;
   }
	
	.lp-usp-item {
    width: 50%;
	}
	
	
	.parent-testimoanil-left {
    width: 100%;
	}
	
	.alumani-section{
	        padding-bottom: 0px;
	}
	
	.parent-testimoanil-right {
     right: 0;
    position: relative;
    background-color: #fff;
    top: 0;
    width: 100%;
	}
	
	#alumni-slider-detail .owl-stage-outer {
    padding-top: 15px;
    padding-bottom: 15px;
      padding-bottom: 38px;
   }
   
   .person-name {
    font-size: 1.6rem;
    font-weight: 500;
   }
   
   .left-section{
           height: 400px;
   }
   
  
   
   .testimonial-content .lp-text-info {
    font-size: 16px;
}
	
	.parent-testimonial-heading{
		font-size: 1.75rem;
	}
	
	.lp-text-info{
		    font-size: 15px;
	}
	
	.parent-video-section {
     gap: 14px;
	justify-content: end;
    position: relative;
    top: 42px;
    right: -16px;
    left: 2px;
}

.lp-explore-item-content .lp-text-info {
    font-size: 13px;
	margin-bottom: 5px;
	        line-height: 1.3;
}

#alumni-slider-detail .owl-next{
    display: none;
}

#alumni-slider-detail .owl-prev{
    display: none;
}

.alumni-item {
    padding: 16px 22px 0;
    margin-top: 34px;
}

.alumni-img-block {
    width: 100%;
    min-height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -65px;
    position: relative;
    right: 0;
    background-position: right;
}

.alumni-item-inner {
    display: block;
}

.alumni-content p {
    font-size: 1rem;
}

.alumni-content {
    width: 100%;
    display: block;
    clear: both;
}

.bdr-right {
    border-right: 0px solid #fff;
    border-bottom: 1px solid #fff;
}

.num-heading{
        font-size: 2rem;
}

.flip-box p{
    font-size: 1.2rem;
    font-weight: normal;
}

.testimonial-content {
    padding: 14px;
}

.num-subheading{
        font-size: 1.2rem;
}


.lp-hover-content-title{
	font-size: 1.225rem;
	margin-bottom: 20px;
}

.parents-testimonial-outer{
	padding: 18px;
}

.parents-testimonial-block {
    background-color: #011438;
    padding: 18px;
}

.quote-bottom {
    position: absolute;
    bottom: 0px;
    left: 100%;
    padding: 6px;
}

#testimonial-slider .owl-stage-outer{
        padding-bottom: 0px;
}

.quote-bottom img{
	width: 17px;
}

.qoute-top img{
	width: 17px;
}

.qoute-top{
	    top: -46px;
}

.testimonial-play-btn{
	    bottom: 16px;
}

.testimonial-play-btn img{
	width: 38px !important;
}

.footer--form-left {
    width: 96%;
    padding-left: 8%;
}

.footer--form-image-part{
  width: 100%;
  min-height: 274px;
  margin-top: 30px;
}

.lp-footer-address-item {
    display: flex;
    margin-top: 6px;
    margin-bottom: 6px;
}

.lp-fotter-text{
	font-size: 15px;
}

.lp-copyright-text{
	font-size: 14px;
}

.lp-footer-iocn {
    width: 38px;
}

.lp-footer-iocn img{
    width: 38px;
}

.fee-popup .popup{
    width: 90%;
}

}


@media only screen and (min-width: 768px) and (max-width: 1000px)  {
  .lp-explore-item-content .lp-text-info{
	   font-size: 14px;
	   padding-top: 6px;
	   margin-bottom: 7px;
  }
  
.parent-video-section {
    gap: 15px;
    top: -64%;
    right: -34px;
    left: 14px;
}

.lp-explore-title-text{
    margin-top: 22px !important;
    margin-bottom: 22px !important;
}

.parents-testimonial-outer-main {
    padding-bottom: 26%;
    padding-top: 8%;
}

.testimonial-content{
        min-height: 402px;
}


.parent-testimoanil-right{
     top: -94%;
}




}

@media only screen and (min-width: 1001px) and (max-width: 1150px)  {
.lp-explore-block .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.lp-explore-item-content .lp-text-info {
    font-size: 14px;
    margin-bottom: 4px;
    padding-top: 10px;
}

.lp-explore-item-content {
    padding: 12px;
}

.lp-hover-content-title {
    font-size: 1.4rem !important;
}

.lp-explore-title-text{
    font-size: 1.425rem !important;
    margin-top: 26px !important;
    margin-bottom: 26px !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 1199px)  {
	
	.lp-hearder-right ul li a{
		          font-size: 14px;
	}
	
	.lp-hearder-right ul li a span {
		padding-top: 4px;
	}
	
	.lp-logo img{
		width: 100%;
	}
	
	.year-left-content {
    width: 100%;
	}
	
	.right-logos-part {
    width: 100%;
	}
	
	.custom-container {
      width: 94vw;
	}
	
	.lp-banner-inner{
		    margin-top: 10px;
	}
	
	.banner-heading{
		font-size: 1.5rem;
	}
	
	.lp-year-list{
	        margin: 6px 0 0 0;
	}
	
	.lp-banner-sub-heading{
	        margin-top: 18px;
	}
	
	.right-logos-part ul{
	        margin-top: 0px;
	}
	
	.right-logos-part ul li{
	        margin-top: 0px;
	}
	
	.lp-year-list li{
		    font-size: 1.175rem;
	}
	
	.right-logos-part ul li img{
		width: 60px;
	}
	
	.lp-banner-left {
    width: 60%;
	    height: 472px;
	}
	
	.lp-banner-right {
    width: calc(40% - 10px);
    padding: 11px 10px 11px 10px;
	}
	
	.space-T-80 {
    padding-top: 55px;
   }
   
   .lp-text-info{
	       font-size: 15px;
   }
   
   .get-touch-form-heading{
	       font-size: 1.225rem;
   }
   
   .page-heading{
	       font-size: 1.7rem;
   }
   
   .flip-box {
      width: 362px;
   }
   
   .lp-explore-title-text{
	  font-size: 1.225rem;
	 margin-top: 45px;
     margin-bottom: 45px;
   }
   
   .lp-explore-item-content{
	   padding: 4px;
   }
   
   .lp-hover-content-title {
    font-size: 1rem;
    margin-top: 6px;
    font-weight: 600;
   margin-bottom: 10px;
  }
  
 
  .num-heading{
          font-size: 1.8rem;
  }

.num-subheading{
        font-size: 1.2rem;
}

.alumni-content p{
    font-size: 1rem;
}


.alumni-img-block {
    min-height: 360px;
    width: 62%;
    margin-right: -12px;
}

.alumni-content {
   width: 65%;
  
}

#alumni-slider-detail .owl-prev{
    display: none;
}

#alumni-slider-detail .owl-next{
    display: none;
}

.testimonial-content {
    padding: 14px;
}

.alumani-section{
    padding-bottom: 12px;
}

.testimonial-content .lp-text-info {
    font-size: 17px;
}
  
  .lp-explore-item {
    margin-top: 26px;
  }
  
  .lp-usp-item {
    padding: 10px;
  }
  
  .parents-testimonial-block{
	      padding: 18px;
  }
  
  .parent-testimonial-heading{
	      font-size: 2rem;
  }
  
  .parent-testimoanil-left {
    width: 34%;
  }
  
 
  


.qoute-top img{
	width: 32px;
}

.quote-bottom img{
	width: 32px;
}

.qoute-top {
    top: -50px;
}

.quote-bottom {
     bottom: -48px;
}



.footer--form-left{
	padding-left: 7%;
	padding-top: 10px;
}

.footer--form-image-part{
	    min-height: 480px;
}

.lp-footer-address-item {
    display: flex;
    margin: 8px 0px;
}

.lp-fotter-text{
	    font-size: 15px;
}

.lp-copyright-text{
	font-size: 14px;
}
	
}

@media only screen and (min-width: 1001px) and (max-width: 1199px)  {
  .lp-explore-item-content .lp-text-info{
	   font-size: 13.4px;
	   margin-bottom: 4px;
	   
  }
  
  .parent-video-section{
	          top: -96%;
  }
  
  
.parent-testimoanil-right {
width: 65%;
    top: -94%;
}
  
.parents-testimonial-outer-main {
    padding-bottom: 25%;
    padding-top: 10%;
}

.testimonial-content{
    min-height: 370px;
}

.testimonial-content .lp-text-info {
    font-size: 18px !important;
}

.trusted-partnerships.mt-5{
    margin-top: 0px !important;
}

}

@media only screen and (min-width: 1200px) and (max-width: 1280px)  {
.footer--form-left{
	    padding-left: 7%;
}

.footer--form-image-part{
	    min-height: 465px;
}

.lp-field-item span svg{
        width: 14px;
}

.lpform-filed {
    font-size: 11px;
    padding-left: 4px;
}

.lp-fotter-text{
    font-size: 14px;
}

.flip-box {
    width: 242px;
    height: 430px;
}

.our-school-sub-h{
    font-size: 1.3rem;
}

.num-heading{
        font-size: 2.2rem;
}

.num-subheading{
        font-size: 1.4rem;
}

.flip-box p{
    font-size: 1.1rem;
}

.flip-box-back p {
    font-size: 1.2rem;
    line-height: normal;
}

}

@media only screen and (min-width: 1281px) and (max-width: 1366px)  {
.footer--form-left{
	    padding-left: 7%;
}

.footer--form-image-part{
	    min-height: 465px;
}



.lp-fotter-text{
    font-size: 14px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1366px)  {
	
.lp-banner-left {
    height: 600px;
}

.lp-banner-right{
        padding: 14px 26px 14px 26px;
}

.right-logos-part ul li img{
	width: 70px;
}

.lp-hearder-right ul li a{
	font-size: 1.025rem;
}

.mt-3.recv-text {
    margin-top: 10px !important;
}

.flip-box-back p{
    font-size: 1.2rem;
}

.our-school-sub-h{
        font-size: 1.2rem;
}


.lp-submit-btn{
    padding: 5px 26px;
    font-size: 15px;
}

.mt-3.btn-sub-block {
    margin-top: 10px !important;
}

.lp-form-sub-text{
        font-size: 14px;
}

.get-touch-form-heading{
    font-size: 1.325rem;
}

.lp-explore-item-content{
	    padding: 8px;
}

.lp-hover-content-title {
    font-size: 1.125rem;
    margin-bottom: 12px;
    margin-top: 0px;
}

.lp-text-info{
	font-size: 15px;
}

.lp-explore-title-text{
	font-size: 1.425rem;
    padding: 0 50px;
    margin-top: 26px;
    margin-bottom: 26px;
}

.lp-explore-item-content .lp-text-info {
    margin-bottom: 3px;
    font-size: 10.5px;
}

.check-box-recived {
    font-size: 12px;
}

.lp-field-item{
        margin: 10px 0;
}

.parent-testimonial-heading{
	    font-size: 2.8rem;
}

.space-T-80 {
    padding-top: 70px;
}

.alumni-content p {
    font-size: 14px !important;
}

.alumni-img-block {
    min-height: 540px;
}

.parent-testimoanil-right{
        top: -72%;
}

.parents-testimonial-outer-main {
    padding-top: 6%;
    padding-bottom: 14%;
}

.testimonial-content .lp-text-info {
    font-size: 18px;
}

.trusted-partnerships.mt-5 {
    margin-top: 5px !important;
}

}

@media only screen and (min-width: 1281px) and (max-width: 1366px)  {
.flip-box {
    width: 260px;
    height: 440px;
    
}

.flip-box p{
    font-size: 1.1rem;
}

}

@media only screen and (min-width: 1367px) and (max-width: 1440px)  {
	.lp-hover-content-title {
     font-size: 1.525rem;
    text-align: center;
    margin-top: 7px;
	    margin-bottom: 20px;
	}
	
	.footer--form-left{
	    padding-left: 7%;
    }

.footer--form-image-part{
	    min-height: 530px;
}


.flip-box {
    width: 276px;
}

.our-school-sub-h{
        font-size: 1.4rem;
}

.flip-box p{
        font-size: 1.2rem;
        line-height: normal;
}
.alumni-content p{
        font-size: 1rem;
}

.alumni-img-block{
  min-height: 660px;
}

.parent-testimoanil-right{
    top: -56%;
}

}

@media only screen and (min-width: 1441px) and (max-width: 1599px)  {
    .lp-banner-left {
    height: 626px;
}
    	
    	.lpform-filed{
    	        font-size: 13px;
    	}
    	
    	.alumni-content p {
    font-size: 1.1rem;
}
}


@media only screen and (min-width: 1441px) and (max-width: 1680px)  {
	.lp-hover-content-title {
     font-size: 1.525rem;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 16px;
	}
	
	.lp-explore-item-content .lp-text-info {
    font-size: 12px;
	}
}



@media only screen and (min-width: 1681px) and (max-width: 1800px)  {
	.lp-banner-left{
		  height: 624px;
	}
}


