* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	height: 100vh;
	font-family: "Lato", sans-serif;
}

:root {
	--reg-size: 1rem;
	--lg-size: 4rem;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Inter", sans-serif;
}

p {
	line-height: 1.5;
	font-family: "Lato", sans-serif;
	font-size: var(--reg-size);
}

button:focus {
	outline: none !important;
}

body {
	height: 100vh;
	font-family: "Lato", sans-serif;
}
.landing-main {
	padding: 10rem 0rem 0 10.5rem;
}
.section-header {
	background: linear-gradient(
		180.23deg,
		#ffffff -1.97%,
		#ffeeee 47.65%,
		#fff2f1 117.71%
	);
	position: relative;
	width: 100%;
}
.span-dot {
	position: absolute;
	border-radius: 50%;
	background-color: #c51c2f;
}
.span-dot:nth-of-type(1) {
	top: 17%;
	right: 23%;
	width: 23.98px;
	height: 23.98px;
	background: #d9e8ff;
}
.span-dot:nth-of-type(2) {
	top: 25%;
	right: 21%;
	width: 9.99px;
	height: 9.99px;
	background: #ffc4c4;
}
.span-dot:nth-of-type(3) {
	top: 24%;
	left: 24%;
	width: 19.52px;
	height: 19.52px;
	background: #ffe6c1;
}
.span-dot:nth-of-type(4) {
	top: 43%;
	right: 24.5%;
	width: 17.32px;
	height: 17.32px;
	background: #ffc774;
}
.span-dot:nth-of-type(5) {
	top: 65%;
	left: 21%;
	width: 17.32px;
	height: 17.32px;
	background: #edb1b7;
}

.examcenter-logo {
	width: 135px;
}
.exam-links {
	font-family: inter;
	font-style: normal;
	text-decoration: none;
}
.exam-links:hover {
	text-decoration: none;
}
.navbar-nav {
	align-items: center;
}
.nav-links {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #676767;
	margin-right: 51px;
}
.nav-links:hover {
	color: #c51c2f;
	transition: ease-in-out 900ms;
}
.navigation-btn {
	background: #c51c2f;
	border-radius: 5px;
	color: #ffffff;
	width: 139px;
	height: 43px;
	border: none;
	display: inline-block;
	text-align: center;
	line-height: 43px;
}
.navigation-btn:hover {
	color: #ffffff;
}
.exctr-content-conatiner {
	margin: 50px 0;
}
.hero-section {
	display: flex;
	align-items: center;
	height: 371px;
	margin-top: 20px;
	background: #c51c2f url("../images/bg1.jpg") no-repeat right bottom;
}

.hero-header-title {
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 43px;
	color: #ffffff;
}
.exctr-process-title {
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #c51c2f;
}
.exctr-process-content {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #8a8383;
}
.exctr-faq-conatiner {
	margin: 100px 0;
}
.accordion .card {
	border: none;
	margin-bottom: 20px;
	cursor: pointer;
}
.accordion .card h2 {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #c51c2f;
}
.card-head h2::after {
	content: "\f054";
	font-family: "FontAwesome";
	color: #8a8383;
	float: right;
	font-size: 13px;
}

.accordion .card h2[aria-expanded="true"]::after {
	content: "\f078";
	font-family: "FontAwesome";
	color: #8a8383;
	float: right;
	font-size: 13px;
}
.exctr-card-body {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #595858;
	margin: 9px 0px;
}
/* .links-container{
padding: 13px 25px;
} */

/* .button-container{
padding: 2px 0;
} */
.user-container {
	margin: 45px;
}
.user-link {
	border-radius: 5px;
	margin: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
}
.login-btn {
	border: 1.5px solid #c51c2f;
	padding: 10px 46px;
	color: #c51c2f;
}
.login-btn:hover {
	color: #c51c2f;
}

.signup-btn {
	background: #c51c2f;
	padding: 11.5px 46px;
	color: #ffffff;
}
.signup-btn:hover {
	color: #ffffff;
}

.dash-container {
	height: 800.94px;
	width: 994px;
	margin: 0 auto;
	position: relative;
}

.dash-container::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		180.23deg,
		transparent 37.03%,
		#ffeeee 90.65%,
		#fffbf9 115.71%
	);
}

.dash-img {
	max-width: 1140px;
	padding: 20px 0;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.dash-itm:nth-of-type(1) {
	width: 25%;
	padding: 20px;
}

.dash-itm:nth-of-type(2) {
	width: 50%;
	padding: 20px;
	transform: translateY(150px);
}

.dash-itm:nth-of-type(3) {
	width: 25%;
	padding: 20px;
}

.dash-itm img {
	width: 100%;
}

.image-one {
	position: absolute;
	width: 261.33px;
	height: 261.33px;
	top: 11px;
	left: -60.04px;
}

.image-two {
	position: absolute;
	width: 502px;
	height: 502px;
	top: 170px;
	left: -60px;
}

.image-three {
	position: absolute;
	width: 261.33px;
	height: 261.33px;
	top: 11px;
	left: 200px;
}

.img-center {
	width: 502px;
	height: 502px;
}

.img-end {
	width: 293.53px;
	height: 437.45px;
}

.shapes-image {
	position: absolute;
	width: 398px;
	height: 398px;
	left: 67px;
	top: 41px;
}

.positioning {
	position: relative;
	bottom: 133px;
}
.header-text {
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 47px;
	color: #c51c2f;
}
.school-logo {
	margin-top: 30px;
	/* display: flex; */
	justify-content: space-evenly;
	margin-top: 50px;
}
.header-img {
	padding: 0 60px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	height: 65.38px;
	object-fit: contain;
}
.header-img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	cursor: pointer;
}

.school-name {
	font-size: 0.7rem;
	text-align: center;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
}

.school__container1 {
	position: absolute;
	width: 1148px;
	height: 461px;
	top: 1350px;
	align-items: center;
	justify-self: center;
}

.section-grid2 {
	position: absolute;
	width: 1440px;
	height: 690px;
	top: 1982px;
	align-items: center;
	justify-self: center;
	background: rgba(255, 251, 245, 0.5);
}

.school__column-grid h1 {
	margin-top: 100px;
	align-items: center;
	justify-self: center;
}

.images-info {
	position: absolute;
	width: 615.69px;
	height: 507px;
}

.school-names {
	text-transform: capitalize;
}

.header-img:hover + .school-name {
	opacity: 1;
	visibility: visible;
}
/* section application details */
.section-grid {
	background: #ffffff;
	font-style: normal;
}

.school-grid2 {
	font-style: normal;
}
.section-school {
	background: #ffffff;
	font-style: normal;
}

.paragraph-container {
	text-align: center;
	padding: 30px 20px 10px 20px;
	width: 90%;
	margin: auto;
}
.school__heading-pry {
	font-style: normal;
	font-family: Inter;
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	color: #c51c2f;
	padding: 65px 0 4px 0;
}
.school__paragraph {
	font-style: normal;
	font-family: lato;
	font-weight: normal;
	font-size: 22px;
	line-height: 32px;
	color: #484848;
}
.school__simpilfied {
	text-align: center;
	padding-top: 59px;
}
.text-school {
	margin: 0 0 70px 0;
}

.school__grid-column1 {
	padding: 30px;
	height: 314px;
}
.school__grid-column2 {
	padding: 30px;
	height: 314px;
	margin-top: 110px;
}

.school__grid-column2 h1 {
	color: #c51c2f;
	font-style: normal;
	font-size: 40px;
	line-height: 44px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0em;
}

.school__heading-sec {
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 38px;
	color: #c51c2f;
	margin: 0;
	padding-top: 12px;
}
.school__paragraph2 {
	font-style: normal;
	font-family: lato;
	font-weight: normal;
	font-size: 15.9718px;
	line-height: 150.8%;
	color: #594345;
	margin: 0;
}
.school__heading-pry2 {
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	color: #c51c2f;
	padding: 80px;
	position: relative;
}
#applicantscount,
#applicationscount {
	color: #c51c2f;
}
.school__heading-pry2::after {
	content: url(../images/mark.png);
	position: absolute;
	width: 0;
	transform: scale(0.5);
}

.school__grid-container2 {
	background: #fff7f3;
	border-radius: 18.9655px;
	padding: 40px 120px 40px 40px;
	justify-content: center;
}

.btn-wrap {
	width: 100%;
	height: 50px;
	position: relative;
	z-index: 5;
}

.btn-wrap a {
	width: 200px;
	padding: 0 10px;
	height: 45px;
	line-height: 45px;
	border: 1.5px solid #c51c2f;
	color: #c51c2f;
	text-decoration: none;
	font-weight: 700;
	border-radius: 5px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
}

.schools-img {
	width: 33%;
	height: auto;
}

.utilites {
	width: 371.07px;
	padding-top: 126px;
}
.school__heading-sec2 {
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 44px;
	color: #c51c2f;
}
.school__paragraph3 {
	font-style: normal;
	font-family: lato;
	color: #303030;
	font-weight: normal;
	font-size: 18px;
	line-height: 150.8%;
}
.iphone-container {
	padding-left: 7rem;
}
.frame-container {
	margin-top: 30px;
	margin-bottom: 25px;
	padding-bottom: 8.5rem;
}
.school__frame {
	width: 358.22px;
	padding: 20px;
	margin: 0 auto;
}
.boy-img {
	width: 290px;
	object-fit: cover;
}
.heading-blue {
	font-size: 35px;
	line-height: 40px;
	color: #2d5ac6;
}
.school__grid-column2 {
	border-radius: 18.9655px;
	height: 644.89px;
	display: flex;
	padding: 40px;
	flex-direction: column;
}
.color1 {
	background: #fff3f5;
}
.color2 {
	background: #f1f7ff;
}
/* section review */
.review__column-container {
	display: block;
}
.review__column-container::after {
	position: absolute;
	height: 120px;
	content: "";
	top: 200px;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		180.23deg,
		rgba(255, 255, 255, 0) -61.37%,
		#ffffff 56.33%
	);
}
.review-column {
	/* position: absolute; */
	padding: 20px;
	border-radius: 10px;
	background: #fff7f3;
	border: 1px solid #ffcb3c;
	margin-bottom: 31px;
	height: 150px;
}

.review {
	margin-bottom: 100px;
}

.review-text {
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #f9a527;
}
.review-heading {
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	color: #c51c2f;
	padding-top: 40px;
}
.review-text2 {
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	opacity: 0.5;
}
.review-paragraph {
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	color: #303030;
	opacity: 0.7;
}
.slider {
	overflow-x: hidden;
	height: 280px;
}

.slider::-webkit-scrollbar {
	display: none;
}

.review-para {
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 32px;
	color: #484848;
}
.image-container {
	margin: 41px 0 50px;
}
.school-text {
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 32px;
	color: #c51c2f;
	text-align: center;
	padding: 20px;
}
.partners-image {
	padding: 0 10px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	object-fit: contain;
}
.partners-image:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	cursor: pointer;
}

/* newsletter */
.section-newsletter {
	background: #fff7f3;
	border-radius: 12.4891px;
	padding: 50px 20px 2px 0;
	margin-top: 60px;
}
.newsletter-heading {
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	color: #c51c2f;
	padding-top: 80px;
	text-align: center;
}
.newsletter-paragraph {
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 32px;
	color: #303030;
	padding: 10px;
	text-align: center;
}
.newsletter-email {
	width: 350px;
	height: 50px;
	padding: 10px 46px 10px 25px;
	border: 1.5px solid rgba(48, 48, 48, 0.5);
	background: #fff7f3;
	border-radius: 5px;
}
.newsletter-email::-webkit-input-placeholder {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: rgba(48, 48, 48, 0.5);
}

.email-box {
	margin: 20px 0 30px;
}
.newsletter-btn {
	background: #ffcb3c;
	border-radius: 5px;
	padding: 10px 46px;
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	color: #303030;
}
.letter-image {
	display: flex;
	justify-content: flex-end;
	width: 91%;
}
.arrow-img {
	width: 175.96px;
}
.section-footer {
	background: #ffffff;
	padding: 100px 0;
}
.footer-column {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-text {
	font-family: lato;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #424242;
}
.footer-paragraph {
	font-family: lato;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #424242;
	opacity: 0.6;
}

.footer-copytext {
	font-family: lato;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.8px;
	color: #424242;
	opacity: 0.6;
}
.media-container {
	margin: 35px 0;
}
.footer-link {
	text-decoration: none;
	color: #424242;
	font-family: lato;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	padding: 0 20px;
}
.footer-link:hover {
	color: #424242;
	text-decoration: none;
}

/******** schools-section page *******************/
.school-card-container {
	padding: 8rem 0;
}
.all-schools {
	font-size: 36px;
	font-style: normal;
	margin-bottom: 40px;
	font-weight: bold;
	color: #595858;
}
.filter-container {
	display: flex;
}

.filter-icon {
	font-size: 23px;
}
.filter-icon {
	font-size: 22px;
}
.filter-input {
	padding: 11px 26px;
	width: 260px;
	height: 44px;
	border: 1px solid rgba(130, 127, 127, 0.5);
	border-radius: 30px;
	margin-left: 20px;
	background-color: transparent;
	color: rgba(130, 127, 127, 0.5);
	outline: none;
	appearance: none;
}
.schools-img {
	width: 33%;
	height: 60px;
	object-fit: contain;
	margin-bottom: 20px;
}
.select-state {
	position: relative;
}
.select-state::after {
	content: "\f078";
	position: absolute;
	font-family: "FontAwesome";
	top: 16px;
	right: 32px;
	font-size: 0.7rem;
	color: rgba(130, 127, 127, 0.5);
}

.filter-text {
	color: #484848;
	font-family: Lato;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 32px;
	padding-left: 10px;
}
.schools-section {
	background: linear-gradient(
		180.23deg,
		#ffffff -1.97%,
		#ffeeee 47.65%,
		#fffbf9 117.71%
	);
}
.schools-container {
	text-align: center;
	margin-top: 50px;
}

.schools-card {
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid #fff7f3;
	box-sizing: border-box;
	padding: 16.8528px;
	justify-content: center;
	margin-bottom: 30px;
	height: 220px;
	border-radius: 7px;
}

.school-names {
	margin-top: 18px;
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #595858;
}
.span-circle {
	position: absolute;
	border-radius: 50%;
}

.span-circle:nth-of-type(1) {
	top: 341px;
	right: 325px;
	width: 131px;
	height: 131px;
	background: #d9e8ff;
}
.span-circle:nth-of-type(2) {
	top: 819px;
	right: 669px;
	width: 39px;
	height: 39px;
	background: #ffc774;
}
.span-circle:nth-of-type(3) {
	top: 1120px;
	left: 394px;
	width: 18.55px;
	height: 18.55px;
	background: #c51c2f;
}
/* .span-circle:nth-of-type(2) {
  top: 17%;
  right: 23%;
  width: 23.98px;
  height: 23.98px;
  background: #d9e8ff;
} */

.content-block {
	width: 100%;
	height: auto;
	padding: 100px 0;
}

.white-bg {
	background-color: #fff;
}

.lavender-bg {
	background: #fffbf5;
}

.text-img-box {
	width: 100%;
	min-height: 200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.text-img-box .img {
	width: 45%;
}

.text-img-box .img:nth-of-type(1) {
	width: 35%;
	height: auto;
}

.text-img-box .img img {
	width: 100%;
}

.text-img-box .text {
	width: 50%;
	height: auto;
}

.text-img-box .text h3 {
	font-size: 40px;
	line-height: 44px;
	color: #c51c2f;
}

.text-img-box .text p {
	font-size: 20px;
	line-height: 150.8%;
	color: #303030;
}

.container {
	width: 90%;
	margin: 0 auto;
}

@media only screen and (min-width: 1441px) {
}

@media only screen and (max-width: 1280px) {
	.school__grid-container2 {
		padding: 40px 27px 40px 28px;
	}
}

@media only screen and (max-width: 1024px) {
	.span-circle {
		display: none;
	}
	.image-container {
		margin: 41px 101px 50px;
	}
	.partners-image {
		padding: 0;
	}
	.header-img {
		padding: 0 47px;
	}
	.span-dot {
		display: none;
	}

	.dash-container {
		height: auto;
		width: 100%;
		max-width: 1140px;
		margin: 0 auto;
	}

	.dash-img {
		max-width: 994px;
		padding: 20px 0;
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
	}

	.dash-itm:nth-of-type(1) {
		width: 25%;
		padding: 20px;
	}

	.dash-itm:nth-of-type(2) {
		width: 50%;
		padding: 20px;
	}

	.dash-itm:nth-of-type(3) {
		width: 25%;
		padding: 20px;
	}

	.dash-itm img {
		width: 100%;
	}

	.header-img {
		padding: 0 27px;
	}

	.school__grid-container2 {
		padding: 41px 8px;
	}
	.utilites {
		padding-top: 0;
	}
	.iphone-container {
		/* width: 100%; */
		padding-left: 0;
	}
	.phone-img {
		width: 272px;
	}
	.school__heading-pry {
		font-size: 47px;
	}
	.school__grid-column {
		margin-top: 20px;
		padding: 34px;
	}
	.school__grid-column2 {
		margin-bottom: 20px;
	}
	.footer-link {
		padding: 0;
	}
	.schools-img {
		width: 15%;
	}
	.schools-container {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 900px) {
	.text-img-box .text h3 {
		font-size: 32px;
		line-height: 36px;
	}

	.dash-img {
		padding: 20px;
		width: 100%;
		height: auto;
	}
	.dash-container {
		height: auto;
		width: auto;
	}
	.header-img {
		padding: 0 27px;
	}
	.span-dot {
		display: none;
	}
	.image-container {
		margin: 41px 28px 50px;
	}
	.utilites {
		width: 365px;
	}
	.school__grid-container2 {
		padding: 41px 8px;
	}
	.iphone-container {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	.phone-img {
		width: 198px;
	}
	.school__heading-pry {
		font-size: 47px;
	}
	.school__grid-column {
		margin-top: 30px;
	}
	.school__grid-column2 {
		margin-bottom: 30px;
	}
	.review {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 480px) {
	.utilities2 {
		padding: 0 25px;
	}
	.examcenter-logo {
		width: 100px;
	}
	.nav-fixed {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.navbar-nav {
		float: right;
		display: block;
		padding: 20px 0;
	}
	.nav-bg {
		background-color: #fff2f2;
		padding-bottom: 15px;
	}
	.navigation-btn {
		background: #c51c2f;
		border-radius: 5px;
		color: #ffffff;
		width: 80px;
		line-height: 30px;
		font-size: 14px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.nav-item {
		padding: 10px 0;
	}
	.school__heading-pry {
		font-size: 28px;
		line-height: 1.3;
		padding: 90px 0 8px 0;
	}
	.text-img-box .text h3 {
		font-size: 28px;
		line-height: 1.3;
		padding: 15px 0;
	}
	.user-container {
		margin: 42px 0;
	}

	.content-block {
		padding: 70px 0;
	}

	.dash-container {
		height: auto;
		width: auto;
	}
	.positioning {
		bottom: 0;
	}

	.text-img-box {
		flex-direction: column;
	}

	.text-img-box .img {
		width: 95%;
		margin: 10px auto;
		order: 1;
	}

	.text-img-box .text {
		width: 95%;
		margin: auto;
		text-align: center;
		order: 2;
	}

	/* .school-logo-container {
    margin-bottom: 20px;
  } */
	.header-img {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}
	.top-school-slider {
		height: 78px;
	}
	.school-logo {
		margin-top: 0;
	}
	.btn-wrap {
		width: 100%;
		height: 50px;
		margin-bottom: 0;
	}
	.btn-wrap a {
		width: 200px;
		padding: 0 10px;
		height: 45px;
		line-height: 45px;
		color: grey;
		border: none;
		font-size: 14px;
		text-decoration: none;
		font-weight: 700;
		border-radius: 5px;
		text-align: center;
		margin: 0 auto;
	}
	.btn-wrap a:hover {
		color: #c51c2f;
	}
	.span-arrow {
		display: none;
	}
	.header-text {
		font-size: 19px;
	}
	.header-img:hover + .school-name {
		opacity: 0;
	}
	.header-img {
		padding: 10px;
		width: 65px;
		height: 65.38px;
	}
	.exam-links {
		display: block;
	}
	.login-btn {
		margin-bottom: 24px;
	}
	.school__paragraph {
		font-size: 16px;
		line-height: 1.5;
		width: 88%;
		margin: 10px auto;
	}
	.paragraph-container {
		padding: 30px 20px 10px 20px;
	}
	.span-dot {
		display: none;
	}
	.school__grid-column {
		margin-top: 30px;
		height: 263px;
	}
	.school__heading-pry2 {
		font-size: 28px;
		line-height: 1.4;
		padding: 0;
		margin: 2rem 0;
	}
	.school__heading-pry2::after {
		top: 18px;
		right: 55px;
		transform: scale(0.3);
	}
	.school__grid-container2 {
		padding: 41px 8px;
		margin: 0 11px;
	}

	.dash-img {
		flex-direction: column;
	}

	.dash-itm:nth-of-type(1) {
		width: 40%;
		padding: 10px;
	}

	.dash-itm:nth-of-type(2) {
		width: 90%;
		padding: 10px;
		transform: translateY(0%);
	}

	.dash-itm:nth-of-type(3) {
		width: 50%;
		padding: 10px;
		transform: translateX(70%);
	}

	.utilites {
		margin-top: 30px;
		padding: 0 32px;
		width: 100%;
	}
	.school__icon {
		width: 12%;
	}
	.iphone-container {
		width: 100%;
		padding-left: 0;
	}
	.phone-img {
		width: 200px;
	}
	.school__heading-sec {
		font-size: 20px;
	}
	.school__paragraph2 {
		font-style: normal;
		font-family: lato;
		font-weight: normal;
		font-size: 16px;
		line-height: 150.8%;
		color: #594345;
		margin: 0;
	}
	.school__heading-sec2 {
		font-size: 20px;
		line-height: 1.5;
	}
	.school__simpilfied {
		text-align: center;
		padding: 40px 0;
	}
	.school__paragraph3 {
		font-size: 16px;
		line-height: 1.5;
	}
	.school__grid-column2 {
		border-radius: 18.9655px;
		height: 515.89px;
		display: flex;
		padding: 40px;
		flex-direction: column;
		margin-bottom: 30px;
	}
	.school__frame {
		width: 274.22px;
	}
	.boy-img {
		width: 221px;
	}
	.frame-container {
		padding-bottom: 0;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.review {
		display: none;
	}
	.review-heading {
		font-size: 28px;
		line-height: 1.5;
	}
	.review-para {
		font-size: 18px;
		line-height: 2;
	}
	.review__column-container {
		padding: 20px;
		height: 500px;
	}
	.review-column {
		padding: 17px;
	}
	.school-text {
		padding: 0;
		margin-top: 50px;
	}
	.partners-image {
		width: 19%;
	}
	.section-newsletter {
		background: #fff7f3;
		border-radius: 12.4891px;
		padding: 25px 20px 0px 15px;
		margin-top: 60px;
	}
	.newsletter-heading {
		font-size: 28px;
		line-height: 1.5;
	}
	.newsletter-paragraph {
		font-size: 14px;
		line-height: 1.5;
	}
	.form-group {
		margin-bottom: 2rem;
	}
	.newsletter-btn {
		width: 100%;
	}
	.email-box {
		margin: 20px 0 30px;
		padding: 0 20px;
	}
	.arrow-img {
		width: 114.96px;
	}
	.section-footer {
		background: #ffffff;
		padding: 50px 0;
	}
	.footer-link-container {
		margin: 20px 0;
	}
	.footer-link {
		padding: 0;
	}

	.footer-copytext {
		margin-bottom: 20px;
	}

	.hero-section {
		height: 200px;
		margin-top: 50px;
	}

	.hero-header-title {
		font-size: 25px;
		text-align: center;
	}
	.exctr-faq-conatiner {
		margin: 50px 0;
	}
	.accordion {
		padding-right: 5px;
	}
	.accordion .card h2 {
		font-size: 14px;
		line-height: 27px;
		color: #c51c2f;
		padding-right: 20px;
	}
	.exctr-card-body {
		font-size: 14px;
		padding-right: 20px;
	}
	.card-head h2::after {
		right: 1px;
		position: absolute;
		top: 5px;
	}
	.schools-img {
		width: 26%;
	}
	.schools-container {
		padding: 0 20px;
	}
}
@media only screen and (max-width: 375px) {
	.examcenter-logo {
		width: 100px;
	}

	.partners-image {
		padding: 0;
	}

	.image-container {
		margin: 41px 0 50px;
	}
	.phone-img {
		width: 162px;
	}

	.header-img {
		padding: 12px;
		width: 63px;
		height: 65.38px;
	}
	.school__heading-pry2 {
		font-size: 22px;
	}
	.exctr-faq-conatiner {
		margin: 50px 0;
	}
	.accordion {
		padding-right: 5px;
	}
	.accordion .card h2 {
		font-size: 14px;
		line-height: 27px;
		color: #c51c2f;
		padding-right: 20px;
	}
	.exctr-card-body {
		font-size: 14px;
		padding-right: 20px;
	}
	.card-head h2::after {
		right: 0;
		position: absolute;
		top: 5px;
	}
}
@media only screen and (max-width: 280px) {
	.user-link {
		padding: 10px 20px;
	}
	.school-logo-container {
		flex-flow: wrap-reverse;
	}
	.header-img {
		padding: 4px;
		width: 51px;
	}
	.school__grid-column {
		height: 375px;
	}
	.phone-img {
		display: none;
	}
	.school__frame {
		width: 216.22px;
	}
	.newsletter-email {
		width: 257px;
	}

	.school__heading-pry2 {
		font-size: 17px;
	}
}

@media (max-width: 900px) {
	.container {
		max-width: initial !important;
	}
}
