@import "import.css";

html {
	scroll-behavior: smooth;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: var(--text-gray);
}
.mb-100 {
	margin-bottom: 100px;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
	outline: 0px !important;
	-webkit-appearance: none;
	box-shadow: none !important;
}
:root {
	--bg-color: #f4f9ff;
	--dark-blue: #1e266d;
	--light-blue: #3181dd;
	--sec-bg: #f4f9ff;
	--yellow: #ffd396;
	--bg-yellow: #fffbf5;
	--body-font-style: inter;
	--main-font-style: DM Sans;
	--text-black: #363a5a;
	--text-gray: #505050;
	--white: #ffffff;
}

.schrev-logo {
	width: 150px;
}
.mobile-nav-btn {
	display: none;
}
.nav-links {
	font-size: 16px;
	line-height: 27px;
	color: var(--text-gray);
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 400;
	margin-right: 40px;
}
.nav-links:hover {
	color: var(--dark-blue);
}
.nav-links .active {
	font-weight: 700;
	color: var(--dark-blue);
}
.nav-icon {
	color: var(--dark-blue);
	font-size: 24px;
}

.nav-btn {
	background: var(--light-blue);
	border-radius: 5px;
	color: var(--white);
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 27px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	border: none;
}

.nav-btn:hover,
.schrev-btn:hover {
	background: var(--yellow);
	transition: ease-in-out 900ms;
	color: var(--dark-blue);
}
.nav-bg {
	width: 100%;
	height: auto;
	background-color: var(--white);
	padding: 10px;
	z-index: 9999;
	box-shadow: 0 0 22px rgb(0 0 0 / 10%);
	-webkit-animation: slideInDown 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	animation: slideInDown 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.schrev-hero-wrapper {
	padding: 30px 1rem;
}
.schrev-bg {
	background: url("../images/bg.svg") right;
	background-size: contain;
	background-repeat: no-repeat;
}
.media-body-container{
	width: 1000px;
	max-width: 100%;
}
.media-body-container .title .mb-1{
	font-size: 4rem !important; 
}
.schrev-btn {
	background: var(--light-blue);
	border-radius: 5px;
	color: var(--white);
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 27px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 155px;
	border: none;
}
.schrev-hero-img {
	width: 500px;
	object-fit: cover;
}
.schrev-hero-content h3 {
	font-family: var(--main-font-style);
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	line-height: 67px;
	letter-spacing: -1px;
	color: var(--dark-blue);
	margin-bottom: 10px;
	position: relative;
}
.schrev-hero-content h3 span {
	text-decoration: underline solid var(--light-blue) 7px;
}
.schrev-hero-content p {
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 31px;
	color: var(--text-black);
	margin-bottom: 10px;
	word-wrap: break-word;
}
.schrev-product {
	margin: 30px 0px;
}
.schrev-product p {
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 31px;
	color: var(--text-black);
	margin-bottom: 30px;
}
.schrev-product-container {
	background: var(--white);
	height: 126.46px;
	padding: 20px;
	border-radius: 7.75833px;
	border: 0.7px solid #e5f7ff;
	box-sizing: border-box;
	box-shadow: 3.10333px 9.31px 18.62px rgba(36, 71, 113, 0.04);
}

.schrev-img-container {
	object-fit: contain;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.schrev-img-container img {
	width: 150px;
	height: auto;
}
.schrev-slider-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.schrev-slider-container h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	font-family: var(--main-font-style);
	text-align: center;
	letter-spacing: -1px;
	color: var(--dark-blue);
}
.schrev-slider-container p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 31px;
	text-align: center;
	font-style: var(--body-font-style);
	color: var(--text-black);
}
.schrev-slider-img {
	width: 450px;
	height: auto;
}
.schrev-slider-content {
	padding: 40px 30px;
}
.schrev-slider-content div {
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 31px;
	color: var(--light-blue);
	padding-bottom: 10px;
}
.schrev-slider-content h4 {
	font-family: var(--main-font-style);
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	letter-spacing: -1px;
	color: var(--dark-blue);
	padding-bottom: 5px;
}
.schrev-slider-content p {
	font-style: var(--body-font-style);
	color: var(--text-black);
	font-style: normal;
	font-weight: 400;
	line-height: 31px;
	font-size: 18px;
	width: 420px;
	word-wrap: break-word;
}

.schrev-why-container {
	background: var(--sec-bg);
	padding: 80px 0;
}
.schrev-why-wrapper {
	padding: 40px;
}
.schrev-why-wrapper h3 {
	font-family: var(--main-font-style);
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	letter-spacing: -1px;
	color: var(--dark-blue);
	margin-bottom: 60px;
}
.schrev-why-card {
	background: #ffffff;
	box-shadow: 8px 12px 24px rgba(36, 71, 113, 0.03);
	border-radius: 10px;
	padding: 46px 55px;
	position: relative;
	height: 240px;
}

.schrev-why-card h4 {
	font-family: var(--main-font-style);
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -1px;
	color: var(--dark-blue);
}
.schrev-why-card p {
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: var(--text-black);
}
.schrev-why-card span svg {
	margin-bottom: 10px;
}

.schrev-why-card:hover {
	background: var(--light-blue);
	color: var(--white);
	-webkit-transition: ease-out 1s;
	-moz-transition: ease-out 1s;
	-o-transition: ease-out 1s;
	transition: ease-out 1s;
	cursor: pointer;
}
.schrev-why-card:hover p,
.schrev-why-card:hover h4 {
	color: var(--white);
}

.schrev-why-card:hover svg path {
	fill: var(--white);
}
.schrev-why-card:hover svg rect,
.schrev-why-card:hover svg .acc-one {
	fill: var(--dark-blue);
}

.schrev-how-container {
	padding: 40px;
}
.schrev-how-container h3 {
	font-family: var(--main-font-style);
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	letter-spacing: -1px;
	color: var(--dark-blue);
	margin-bottom: 60px;
}

.schrev-how-card {
	border: 1px solid #dddddd;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 30px 40px;
	height: 170px;
}
.schrev-how-card h4 {
	font-family: var(--main-font-style);
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -1px;
	color: var(--dark-blue);
}
.schrev-how-card i {
	color: var(--light-blue);
	font-size: 20px;
}
.schrev-how-card p {
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	width: 90%;
	line-height: 24px;
	color: var(--text-black);
}
.schrev-footer {
	background: var(--dark-blue);
	padding: 100px 3rem 30px;
}

.schrev-subcribe-wrapper {
	text-align: center;
	padding-bottom: 150px;
}
.schrev-subcribe-wrapper h3 {
	font-family: var(--main-font-style);
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	line-height: 73px;
	color: var(--white);
}
.schrev-subcribe-wrapper p {
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 34px;
	color: var(--white);
	margin: 0px auto;
	width: 40%;
}
.schrev-newsletter {
	background: var(--white);
	border-radius: 5px;
	width: 400px !important;
	border: none;
	padding: 10px 46px 10px 25px !important;
	height: 48px !important;
}
.schrev-newsletter-btn {
	width: 153px;
	height: 48px;
	background: #ffd396;
	border-radius: 5px;
	font-family: var(--body-font-style);
	color: var(--dark-blue);
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
}
.schrev-newsletter::-webkit-input-placeholder {
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: var(--dark-blue) !important;
}
.schrev-footer-address {
	padding: 1rem;
}
.footer-address h4 {
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: var(--white);
}
.footer-address p {
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: var(--white);
	opacity: 0.6;
}
.footer-copytext {
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: var(--white);
	opacity: 0.6;
	margin-bottom: 10px;
}
.footer-link {
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: var(--white);
}
.footer-link:hover {
	color: var(--yellow);
}
.slider {
	margin: 40px;
	padding: 0px 20px;
	overflow-x: hidden;
	height: 550px;
}
.slider::-webkit-scrollbar {
	display: none;
}

/* start custom vertical dot slider */

.vertical-dots {
	left: 10px;
	list-style: none;
	display: block;
	position: absolute;
	top: 40%;
	margin-top: -10px;
	text-align: right;
}
.vertical-dots li {
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.vertical-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.vertical-dots li button:hover,
.vertical-dots li button:focus {
	outline: none;
}
.vertical-dots li button:hover:before,
.vertical-dots li button:focus:before {
	opacity: 1;
}
.vertical-dots li button:before {
	font-family: "slick";
	font-size: 25px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	color: #e0e0e0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.vertical-dots li.slick-active button:before {
	color: var(--light-blue);
	opacity: 1;
}

.container-single p{
	color: var(--text-black) !important;
}
.container-single{
	padding: 0 !important;
}

/* end custom vertical dot slider */

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -200%, 0);
	}
	100% {
		-webkit-transform: none;
	}
}
@-moz-keyframes slideInDown {
	0% {
		-moz-transform: translate3d(0, -200%, 0);
	}
	100% {
		-moz-transform: none;
	}
}
@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -200%, 0);
		-moz-transform: translate3d(0, -200%, 0);
		-ms-transform: translate3d(0, -200%, 0);
		-o-transform: translate3d(0, -200%, 0);
		transform: translate3d(0, -200%, 0);
	}
	100% {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}

/* about us*/
.schrev-bg-two {
	background: url("../images/bg2.png") center;
	background-size: cover;
	background-repeat: no-repeat;
}
.schrev-hero-wrapper-about {
	padding: 30px 1rem;
	max-height: 50vh;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.schrev-hero-content-about h1 {
	font-family: var(--main-font-style);
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	line-height: 67px;
	letter-spacing: -1px;
	color: var(--dark-blue);
	margin-bottom: 20px;
	text-align: center;
	max-width: 70%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.schrev-minor-label {
	padding: 8px 25px;
	height: 43px;
	background: #e0edff;
	border-radius: 20px;
	font-size: 16px;
	line-height: 27px;
	color: var(--light-blue);
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
}
.schrev-hero-content-about p {
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 31px;
	color: var(--text-black);
	margin-bottom: 20px;
	text-align: center;
	word-wrap: break-word;
	max-width: 70%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.schrev-started-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.schrev-started-container h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	font-family: var(--main-font-style);
	text-align: center;
	letter-spacing: -1px;
	color: var(--dark-blue);
}
.schrev-started-container p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 31px;
	text-align: center;
	max-width: 90%;
	width: auto;
	font-style: var(--body-font-style);
	color: var(--text-black);
	margin: 20px auto;
}
.schrev-started-card {
	border-radius: 20px;
	margin: 30px 0;
	padding: 20px 50px;
	width: 90%;
	background-size: cover !important;
	background: url("../images/bg3.png") center center no-repeat;
}
.schrev-started-container .schrev-started-card h4 {
	font-family: var(--main-font-style);
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 47px;
	letter-spacing: -0.01em;
	color: var(--white);
	margin: 20px auto;
}
.schrev-started-container .schrev-started-card p {
	font-weight: 400;
	font-size: 18px;
	line-height: 31px;
	width: 100%;
	text-align: left;
	color: var(--white);
	margin: 20px 0;
}
.schrev-started-container .schrev-started-card a {
	width: 183px;
	height: 48px;
	background: #ffffff;
	border-radius: 10px;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: var(--dark-blue);
	font-family: var(--main-font-style);
	display: flex;
	justify-content: center;
	align-items: center;
}

.schres-trusted-wrapper h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	font-family: var(--main-font-style);
	text-align: center;
	letter-spacing: -1px;
	color: var(--dark-blue);
	width: 60%;
	margin: 0 auto 50px;
}
.schres-trusted-slider {
	margin: 0 auto;
	width: 100%;
}
.schres-trusted-slider img {
	padding: 0 60px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	height: 65.38px;
	object-fit: contain;
}
.schres-trusted-slider p {
	font-size: 0.7rem;
	text-align: center;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
}
/* .school-logo-container {
  flex-flow: wrap-reverse;
} */

.schres-trusted-slider img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	cursor: pointer;
}
.schres-trusted-slider img:hover + p {
	opacity: 1;
	visibility: visible;
}

/* faq*/
.schrev-hero-wrapper-faq {
	padding: 30px 1rem;
	height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.schrev-hero-content-faq h1 {
	font-family: var(--main-font-style);
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	line-height: 67px;
	letter-spacing: -1px;
	color: var(--dark-blue);
	margin-bottom: 20px;
	text-align: center;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.schrev-hero-content-faq p {
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 31px;
	color: var(--text-black);
	margin-bottom: 20px;
	text-align: center;
	word-wrap: break-word;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.schrev-faq-container .accordion-button:not(.collapsed),
.schrev-faq-container .accordion-button {
	font-family: var(--main-font-style);
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -1px;
	color: var(--dark-blue);
	text-align: left;
	background-color: transparent;
	box-shadow: none;
}
.schrev-faq-container .accordion-body {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 35px;
	color: var(--text-black);
	font-family: var(--body-font-style);
}
.schrev-faq-container .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M5 11h14v2H5z' fill='rgba(30,38,109,1)'/%3E%3C/svg%3E");
}
.schrev-faq-container .accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M11 11V7h2v4h4v2h-4v4h-2v-4H7v-2h4zm1 11C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16z' fill='rgba(30,38,109,1)'/%3E%3C/svg%3E");
}

.schrev-faq-container .accordion-item {
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	padding: 5px;
	border-radius: 10px;
}

/* pricing  */
.schrev-hero-wrapper-price,
.schrev-hero-wrapper-contact {
	padding: 30px 1rem;
	height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.schrev-hero-content-price h1 {
	font-family: var(--main-font-style);
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	line-height: 67px;
	letter-spacing: -1px;
	color: var(--dark-blue);
	margin-bottom: 20px;
	text-align: center;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.schrev-hero-content-price p {
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 31px;
	color: var(--text-black);
	margin-bottom: 20px;
	text-align: center;
	word-wrap: break-word;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.schrev-price-card {
	background: var(--white);
	border: 1px solid #e7e5ea;
	box-sizing: border-box;
	box-shadow: 8px 12px 24px rgba(36, 71, 113, 0.06);
	border-radius: 20px;
	padding: 45px 20px 45px 25px;
	height: 470px;
	position: relative;
}
.schrev-price-card-content h5 {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 27px;
	color: #071e57;
	font-family: var(--main-font-style);
}
.schrev-price-card-content h4 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 43px;
	color: var(--dark-blue);
	font-family: var(--main-font-style);
}

.schrev-price-card-content h4 span {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #c5c5c5;
	font-family: var(--body-font-style);
}
.schrev-price-card-content a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 30px;
	height: 48px;
	border: 1px solid var(--dark-blue);
	box-sizing: border-box;
	border-radius: 10px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 29px;
	font-family: var(--body-font-style);
	color: var(--dark-blue);
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
}
.schrev-price-card-content .schrev-price-card-body .schrev-price-icon svg {
	width: 15px;
	height: 15px;
	margin-top: 4px;
}
.schrev-price-card-content .schrev-price-card-body .schrev-price-list {
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
	margin-left: 5px;
}
.schrev-add-height {
	height: auto;
	max-height: 80vh;
}

.schrev-absolute-top-cnt {
	margin-top: -140px;
}
.schrev-absolute-top-pce {
	margin-top: -170px;
}
.schrev-price-card:hover {
	background: var(--dark-blue);
	color: var(--white);
	-webkit-transition: ease-out 1s;
	-moz-transition: ease-out 1s;
	-o-transition: ease-out 1s;
	transition: ease-out 1s;
	cursor: pointer;
}
.schrev-price-card:hover h5,
.schrev-price-card:hover h4,
.schrev-price-card:hover h3 {
	color: var(--white);
}
.schrev-price-card:hover .schrev-price-list,
.schrev-price-card:hover h4 span {
	color: rgba(255, 255, 255, 0.7);
}
.schrev-price-card:hover a {
	color: var(--white);
	background-color: var(--light-blue);
	border: 1px solid var(--light-blue);
}
.schrev-price-card:hover svg .acc-one {
	fill: #cae3ff;
}
.schrev-price-card:hover svg path {
	fill: rgba(255, 255, 255, 0.7);
}

/* contact */

.schrev-hero-content-contact h1 {
	font-family: var(--main-font-style);
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	line-height: 67px;
	letter-spacing: -1px;
	color: var(--dark-blue);
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.schrev-hero-content-contact p {
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 31px;
	color: var(--text-black);
	margin-bottom: 20px;
	text-align: center;
	word-wrap: break-word;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.schrev-contact-card {
	background: var(--white);
	box-sizing: border-box;
	box-shadow: 8px 12px 24px rgba(36, 71, 113, 0.06);
	border-radius: 20px;
	height: 100%;
	position: relative;
}
.schrev-contact-card-alt {
	background: var(--dark-blue);
	border-radius: 20px;
	height: 100%;
	padding: 45px 30px 45px 25px;
}
.schrev-contact-card-alt h3 {
	font-family: var(--main-font-style);
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	color: var(--white);
	margin-bottom: 30px;
}
.schrev-contact-card-alt h5 {
	font-family: var(--main-font-style);
	color: var(--white);
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.28em;
}
.schrev-contact-card-alt p {
	font-family: var(--main-font-style);
	color: var(--white);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	opacity: 0.8;
}
.schrev-contact-form h3 {
	font-family: var(--main-font-style);
	color: var(--dark-blue);
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: -1px;
}
.schrev-contact-form {
	padding: 20px 40px;
	height: 100%;
}
.schrev-contact-form form {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
.schrev-contact-form .contact-input {
	border: 1px solid var(--dark-blue);
	box-sizing: border-box;
	border-radius: 10px;
	padding: 5px 20px;
	height: 48px;
}
.schrev-contact-form .contact-textarea {
	border: 1px solid var(--dark-blue);
	box-sizing: border-box;
	border-radius: 10px;
	padding: 5px 20px;
	height: 186px;
	resize: none;
}
.contact-input::-webkit-input-placeholder,
.contact-textarea::-webkit-input-placeholder {
	font-family: var(--body-font-style);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	color: #4a4a4a;
}

.schrev-contact-form button {
	background: var(--light-blue);
	font-family: var(--main-font-style);
	border-radius: 5px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	height: 48px;
	letter-spacing: -0.36px;
	color: var(--white);
	border: none;
	margin-top: 20px;
}
.schrev-contact-form .alert button {
	height: 0px;
	margin-top: 0px;
	background: none;
	color: red;
}

  .form-control {
    display: block;
    width: 100% !important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*-------------------------------------------- responsive --------------------------------------------*/
@media screen and (max-width: 320px) {
	.mb-100 {
		margin-bottom: 50px;
	}
	.schrev-hero-wrapper-contact,
	.schrev-hero-wrapper-faq,
	.schrev-hero-wrapper-price {
		max-height: 40vh;
	}
	.schrev-absolute-top-cnt,
	.schrev-absolute-top-pce {
		margin-top: 10px;
	}
	.schrev-logo {
		width: 120px;
	}
	.schrev-minor-label {
		height: 35px;
		font-size: 14px;
		padding: 8px 19px;
	}
	.schrev-hero-content-contact h1,
	.schrev-hero-content-faq h1,
	.schrev-hero-content-price h1 {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 10px;
		width: 100%;
	}
	.schrev-hero-content-contact p,
	.schrev-hero-content-faq p,
	.schrev-hero-content-price p {
		font-size: 14px;
		line-height: 27px;
		width: 100%;
	}
	/* subscribe */
	.schrev-subcribe-wrapper p {
		font-size: 14px;
		line-height: 25px;
		width: 100%;
	}
	.schrev-hero-content h3,
	.schrev-subcribe-wrapper h3 {
		font-size: 30px !important;
		line-height: 40px;
	}
	.schrev-newsletter-btn,
	.schrev-newsletter,
	.schrev-newsletter::-webkit-input-placeholder,
	.schrev-contact-form button {
		height: 40px;
		font-size: 12px;
	}
	.schrev-subcribe-wrapper {
		padding-bottom: 100px;
	}
	.schrev-newsletter {
		width: 100%;
		padding: 10px 20px;
	}
	.schrev-newsletter-btn {
		width: 100%;
	}
	/* footer */
	.schrev-footer {
		padding: 60px 1rem 30px;
	}
	.schrev-footer-address {
		padding: 0rem;
	}
	.footer-link,
	.footer-copytext {
		font-size: 12px;
	}
	.footer-address p {
		font-size: 14px;
	}
	.footer-address h4 {
		font-size: 16px;
	}
	/* contact us */
	.schrev-contact-form {
		padding: 20px;
		height: 100%;
	}
	.schrev-contact-card-alt h3,
	.schrev-contact-form h3 {
		font-size: 16px;
	}
	.schrev-contact-card-alt,
	.schrev-contact-card {
		border-radius: 10px;
	}
	.schrev-contact-card-alt p {
		font-size: 12px;
	}
	.schrev-contact-form .contact-input {
		height: 40px;
		font-size: 12px;
		border-radius: 7px;
		padding: 10px;
	}
	.schrev-contact-form .contact-textarea {
		font-size: 12px;
		border-radius: 7px;
		padding: 10px;
	}
	.contact-input::-webkit-input-placeholder,
	.contact-textarea::-webkit-input-placeholder {
		font-size: 12px;
	}

	/* faq */
	.schrev-faq-container .accordion-button:not(.collapsed),
	.schrev-faq-container .accordion-button {
		font-size: 14px;
	}
	.schrev-faq-container .accordion-body {
		font-size: 12px;
	}
	/* pricing */
	.schrev-price-card {
		border-radius: 10px;
		height: 430px;
	}
	.schrev-price-card-content a {
		height: 40px;
		border-radius: 5px;
		font-size: 14px;
	}
	.schrev-price-card-content .schrev-price-card-body .schrev-price-list {
		font-size: 12px;
	}
	.schrev-price-card-content h4 {
		font-size: 20px;
	}
	.schrev-price-card-content h5 {
		font-size: 14px;
	}
	/* About */
	.schrev-hero-wrapper-about {
		max-height: 80vh;
	}
	.schrev-hero-content-about h1 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 10px;
		max-width: 100%;
	}
	.schrev-hero-content-about p {
		font-size: 14px;
		line-height: 27px;
		max-width: 100%;
	}
	.schrev-started-container .w-75 {
		width: 100% !important;
	}
	.schrev-started-container h3 {
		font-size: 25px;
		line-height: 35px;
	}
	.schrev-started-container p {
		font-size: 14px;
	}
	.schrev-started-card {
		padding: 25px;
	}

	.schrev-started-container .schrev-started-card h4 {
		font-size: 25px;
		line-height: 35px;
		margin: 0;
	}
	.schrev-started-container .schrev-started-card p {
		font-size: 15px;
		line-height: 26px;
	}
	.schrev-started-container .schrev-started-card a {
		width: 140px;
		height: 40px;
		font-size: 14px;
		border-radius: 5px;
	}
	.schrev-started-card .justify-content-end {
		justify-content: flex-start !important;
	}
	.schres-trusted-wrapper h3 {
		font-size: 25px;
		line-height: 35px;
		width: 100%;
	}
}

@media screen and (min-width: 321px) and (max-width: 480px) {
	.mb-100 {
		margin-bottom: 30px;
	}
	.nav-bg {
		height: auto;
		width: 100%;
		background-color: var(--yellow);
		color: var(--white);
	}
	.schrev-hero-content h3,
	.schrev-subcribe-wrapper h3 {
		font-size: 30px !important;
		line-height: 50px;
	}
	.schrev-hero-content p {
		font-size: 20px;
		line-height: 30px;
	}
	.schrev-btn {
		width: 100%;
	}
	.schrev-hero-wrapper .row {
		flex-direction: column-reverse;
		margin-top: 50px;
	}
	.schrev-hero-img {
		width: 400px;
		object-fit: cover;
		margin-bottom: 20px;
	}
	.schrev-slider-container h3 {
		font-size: 30px;
		line-height: 40px;
		text-align: left;
	}
	.schrev-why-container {
		padding: 40px 0;
	}
	.schrev-why-wrapper h3,
	.schrev-how-container h3 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 40px;
	}
	.schrev-slider-container p {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 27px;
		text-align: left;
	}
	.schrev-why-card {
		padding: 30px;
		position: relative;
		height: 270px;
	}
	.schrev-how-card {
		padding: 30px;
		height: 200px;
	}
	.schrev-how-card p {
		width: 100%;
		margin: 5px 0;
	}
	.schrev-subcribe-wrapper p {
		font-size: 18px;
		line-height: 31px;
		width: 100%;
	}
	.schrev-newsletter {
		width: 100%;
		padding: 10px 20px;
	}
	.schrev-newsletter-btn {
		width: 100%;
	}
	.schrev-subcribe-wrapper {
		padding-bottom: 100px;
	}
	.schrev-footer-address {
		padding: 0rem;
	}

	.schrev-minor-label {
		height: 35px;
		font-size: 14px;
		padding: 8px 19px;
	}
	/* contact */

	.schrev-hero-wrapper-contact,
	.schrev-hero-wrapper-faq,
	.schrev-hero-wrapper-price {
		height: 30vh;
	}
	.schrev-hero-content-contact h1,
	.schrev-hero-content-faq h1,
	.schrev-hero-content-about h1 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px;
		max-width: 100%;
	}
	.schrev-hero-content-contact p,
	.schrev-hero-content-faq p,
	.schrev-hero-content-price p,
	.schrev-hero-content-about p {
		font-size: 16px;
		line-height: 27px;
		max-width: 100%;
	}
	.schrev-contact-card {
		height: 100%;
		margin: 10px 20px;
		border-radius: 10px;
	}
	.schrev-contact-form {
		padding: 20px;
		height: 100%;
	}
	.schrev-contact-card-alt {
		height: 400px;
		border-radius: 10px;
	}
	.schrev-absolute-top-cnt {
		margin-top: 0px;
	}
	.schrev-hero-content h3,
	.schrev-subcribe-wrapper h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.schrev-subcribe-wrapper p {
		font-size: 14px;
		line-height: 24px;
	}

	.schrev-newsletter-btn,
	.schrev-newsletter,
	.schrev-newsletter::-webkit-input-placeholder,
	.schrev-contact-form button {
		height: 40px;
		font-size: 14px;
	}

	.schrev-contact-form .contact-input {
		height: 40px;
		font-size: 14px;
		border-radius: 7px;
		padding: 10px;
	}
	.schrev-contact-form .contact-textarea {
		font-size: 14px;
		border-radius: 7px;
		padding: 10px;
	}
	.footer-address h4 {
		font-size: 18px;
	}
	.footer-address p {
		font-size: 16px;
	}
	.schrev-footer {
		padding: 100px 2rem 30px;
	}
	.schrev-logo {
		width: 130px;
	}
	.schrev-faq-container .accordion-button:not(.collapsed),
	.schrev-faq-container .accordion-button {
		text-align: left;
		font-size: 16px;
	}
	.schrev-hero-content-price h1 {
		font-size: 40px;
		line-height: 50px;
		width: 100%;
	}
	.schrev-hero-content-price p {
		width: 100%;
	}
	/* pricing */
	.schrev-absolute-top-pce {
		margin-top: 0;
	}
	/* about us */
	.schrev-hero-wrapper-about {
		height: 55vh;
	}
	.schrev-started-container h3 {
		font-size: 28px;
		line-height: 35px;
		width: 100%;
		text-align: left;
	}
	.schrev-started-container p {
		font-size: 16px;
		line-height: 26px;
		text-align: left;
		width: 100%;
		margin-left: 0;
	}
	.schrev-started-card {
		padding: 30px;
	}
	.schrev-started-container .schrev-started-card h4,
	.schres-trusted-wrapper h3 {
		font-size: 28px;
		line-height: 40px;
	}
	.schrev-started-container .schrev-started-card p {
		font-size: 16px;
		line-height: 25px;
	}
	.schrev-started-card .justify-content-end {
		justify-content: flex-start !important;
	}
	.schrev-started-container .schrev-started-card a {
		width: 150px;
		height: 40px;
		font-size: 16px;
		border-radius: 5px;
	}
	.schrev-started-container .w-75 {
		width: 100% !important;
		padding: 30px;
	}
	.schres-trusted-wrapper h3 {
		font-size: 28px;
		line-height: 40px;
		width: 100%;
		text-align: left;
		padding: 30px;
	}
	.schres-trusted-slider img {
		padding: 10px;
	}
	/* home page */
	.schrev-slider-img {
		width: 350px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.schrev-slider-content p {
		width: 100%;
	}

	.nav-btn {
		background: transparent;
		color: var(--light-blue);
		font-weight: 500;
		font-size: 14px;
		line-height: 27px;
		height: 30px;
		width: 100px;
	}
	.mb-nav {
		align-items: flex-end !important;
	}
	.nav-links {
		margin-right: 10px;
		font-size: 14px;
	}
	.navbar {
		background-color: var(--yellow);
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	.mb-nav {
		align-items: flex-end !important;
	}
	.nav-links {
		margin-right: 10px;
		font-size: 14px;
	}
	.navbar {
		background-color: var(--yellow);
	}
	.mb-100 {
		margin-bottom: 30px;
	}
	.schrev-contact-card {
		height: 100%;
		margin: 5px 20px;
		padding-bottom: 20px;
	}
	.schrev-newsletter,
	.schrev-newsletter-btn {
		width: 100%;
		font-size: 1rem;
		padding: 10px 25px ;
	}
	.schrev-contact-card-alt {
		height: 400px;
	}
	.schrev-subcribe-wrapper p {
		width: 85%;
	}
	.schrev-subcribe-wrapper h3 {
		font-size: 40px;
		line-height: 50px;
	}
	.nav-links {
		line-height: 27px;
		margin-right: 25px;
	}
	.mobile-nav-btn {
		display: block;
		color: var(--light-blue);
		margin-right: 25px;
	}
	.nav-btn {
		display: none;
	}
	.schrev-logo {
		width: 130px;
	}
	.schrev-hero-wrapper-price,
	.schrev-hero-wrapper-contact {
		height: auto;
	}
	.schrev-hero-content-price {
		margin-top: 20px;
	}

	.schrev-absolute-top-pce,
	.schrev-absolute-top-cnt {
		margin-top: 30px;
	}
	/* contact us */
	.schrev-hero-content-contact h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.schrev-hero-content-contact p {
		font-size: 16px;
		line-height: 20px;
	}
	.schrev-minor-label {
		height: 35px;
		font-size: 14px;
		padding: 8px 19px;
	}

	/* faq */
	.schrev-hero-content-faq h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.schrev-hero-content-faq p {
		font-size: 16px;
		line-height: 20px;
		width: 90%;
	}
	.schrev-hero-wrapper-faq {
		height: auto;
	}

	/* pricing */
	.schrev-hero-content-price h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.schrev-hero-content-price p {
		font-size: 16px;
		line-height: 20px;
		width: 80%;
	}
	/* about */
	.schrev-hero-wrapper-about {
		max-height: 80vh;
	}
	.schrev-hero-content-about h1 {
		font-size: 40px;
		line-height: 50px;
		max-width: 100%;
	}
	.schrev-hero-content-about p {
		max-width: 100%;
	}
	.schrev-started-container .w-75 {
		width: 90% !important;
	}
	.schrev-started-container p {
		width: 100%;
	}
	.schrev-started-container h3,
	.schres-trusted-wrapper h3 {
		font-size: 36px;
		width: 100%;
	}
	.schrev-started-card {
		padding: 20px 30px;
	}
	.schrev-started-container .schrev-started-card h4 {
		font-size: 30px;
		margin: 20px auto;
	}
	.schrev-started-container .schrev-started-card p {
		font-weight: 400;
		font-size: 16px;
	}
	.schrev-started-card .justify-content-end {
		justify-content: flex-start !important;
	}
	.schrev-started-container .schrev-started-card a {
		border-radius: 5px;
		margin-bottom: 10px;
	}
	.schres-trusted-slider img {
		padding: 10px;
	}
}

/* @media only screen and (max-width: 896px) and (orientation: landscape) {
	.schrev-hero-wrapper-price,
	.schrev-hero-wrapper-contact {
		height: 70vh;
	}
	.schrev-add-height {
		height: 100vh;
	}
	.schrev-absolute-top {
		margin-top: -50px;
	}
	.schrev-hero-content-contact h1,
	.schrev-hero-content-faq h1,
	.schrev-hero-content-price h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.schrev-hero-content-contact p,
	.schrev-hero-content-faq p,
	.schrev-hero-content-price p {
		font-size: 16px;
		line-height: 27px;
		width: 100%;
	}
	.schrev-minor-label {
		margin-bottom: 15px;
	}
	.schrev-subcribe-wrapper h3 {
		font-size: 40px;
		line-height: 50px;
	}
} */

@media screen and (width: 1024px) {
	.schrev-all-pcd .col-lg-3 {
		width: 50%;
	}
	.schrev-hero-content-about h1,
	.schrev-hero-content-about p,
	.schrev-started-container p {
		width: 100%;
	}
	.schrev-started-card {
		width: 80%;
		padding: 15px 40px;
	}
	.schrev-how-card {
		border: 1px solid #dddddd;
		box-sizing: border-box;
		border-radius: 10px;
		padding: 30px 20px;
		height: 237px;
	}
	.schrev-why-card {
		padding: 46px 30px;
		position: relative;
		height: 300px;
	}
	.schrev-slider-img {
		width: 400px;
		height: auto;
	}
}
/* @media screen and (max-width: 1024px) and (orientation: landscape) {
  .schrev-hero-wrapper-price,
  .schrev-hero-wrapper-contact {
    height: 50vh;
  }
  .schrev-add-height {
    height: 80vh;
  }
  .schrev-absolute-top {
    margin-top: -100px;
  }
  .schrev-all-pcd .col-lg-3 {
    width: 50%;
  }
} */

@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
	.mb-100 {
		margin-bottom: 40px;
	}
	.schrev-subcribe-wrapper p {
		width: 80%;
	}
	.schrev-subcribe-wrapper {
		padding-bottom: 80px;
	}
	.schrev-hero-wrapper-price,
	.schrev-hero-wrapper-contact,
	.schrev-hero-wrapper-faq {
		height: 30vh;
	}
	.schrev-add-height {
		max-height: 45vh;
	}
	.schrev-absolute-top-pce,
	.schrev-absolute-top-cnt {
		margin-top: 0;
	}
	.schrev-all-pcd .col-lg-3 {
		width: 50%;
	}
	.nav-links {
		font-size: 14px;
		margin-right: 20px;
	}
	.mobile-nav-btn {
		display: block;
		color: var(--light-blue);
		margin-right: 0px;
	}
	.nav-btn {
		display: none;
	}
	.schrev-contact-card {
		height: 100%;
	}
	.schrev-contact-card-alt {
		height: 420px;
	}
	.schrev-faq-container .accordion-button:not(.collapsed),
	.schrev-faq-container .accordion-button {
		text-align: left;
	}
	.schrev-contact-card-alt h3,
	.schrev-contact-form h3 {
		font-size: 22px;
	}
	.schrev-contact-card-alt h5 {
		font-size: 18px;
		letter-spacing: 0.2em;
	}
	.schrev-contact-card-alt p {
		line-height: 30px;
		font-size: 16px;
	}
	.contact-input::-webkit-input-placeholder,
	.contact-textarea::-webkit-input-placeholder {
		font-size: 16px;
	}
	.schrev-contact-form {
		padding: 40px 40px;
	}
	.schrev-newsletter {
		width: 350px;
	}

	/* faq */
	.schrev-hero-content-faq p {
		width: 70%;
	}

	/* about */
	.schrev-hero-wrapper-about {
		height: auto;
	}
	.schrev-hero-content-about h1 {
		font-size: 46px;
		max-width: 100%;
	}

	.schrev-hero-content-about p {
		max-width: 100%;
	}

	.schrev-started-container h3 {
		font-size: 36px;
	}
	.schrev-started-container .w-75 {
		width: 100% !important;
	}
	.schrev-started-card .justify-content-end {
		justify-content: flex-start !important;
	}
	.schrev-started-container .schrev-started-card a {
		border-radius: 5px;
		margin-bottom: 10px;
	}
	.schres-trusted-wrapper h3 {
		width: 80%;
		font-size: 36px;
	}
	.schrev-slider-img {
		width: 400px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.schrev-slider-content p,
	.schrev-slider-content div,
	.schrev-slider-content h4 {
		width: 500;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.schrev-hero-wrapper .row {
		flex-direction: column-reverse;
		margin-top: 50px;
	}
	.schrev-hero-img {
		width: 600px;
		object-fit: cover;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1023px) and (orientation: landscape) {
	.mb-100 {
		margin-bottom: 50px;
	}
	.nav-links {
		font-size: 14px;
		margin-right: 20px;
	}
	.mobile-nav-btn {
		display: block;
		color: var(--light-blue);
		margin-right: 0px;
	}
	.nav-btn {
		display: none;
	}
	.schrev-hero-wrapper-price,
	.schrev-hero-wrapper-contact {
		max-height: 65vh;
	}
	.schrev-add-height {
		height: auto;
		max-height: 90vh;
	}
	.schrev-absolute-top-pce,
	.schrev-absolute-top-cnt {
		margin-top: 30px;
	}
	.schrev-all-pcd .col-lg-3 {
		width: 50%;
	}
	/* contact us */
	.schrev-hero-content-contact p {
		font-size: 16px;
		line-height: 20px;
	}
	.schrev-hero-content-contact h1,
	.schrev-subcribe-wrapper h3 {
		font-size: 46px;
		line-height: 50px;
		margin-bottom: 5px;
	}
	.schrev-subcribe-wrapper p {
		width: 70%;
		font-size: 18px;
		line-height: 34px;
	}

	/* faq */
	.schrev-hero-content-faq h1 {
		font-size: 46px;
		line-height: 50px;
		margin-bottom: 5px;
	}
	.schrev-hero-content-faq p {
		font-size: 16px;
		line-height: 31px;
		width: 70%;
	}
	.schrev-hero-wrapper-faq {
		height: 70vh;
	}

	/* pricing */
	.schrev-hero-content-price h1 {
		font-size: 46px;
		line-height: 50px;
		margin-bottom: 5px;
	}
	.schrev-hero-content-price p {
		font-size: 16px;
		line-height: 31px;
	}

	/* about us */
	.schrev-hero-wrapper-about {
		max-height: 80vh;
	}
	.schrev-hero-content-about h1 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 5px;
		width: 90%;
	}
	.schrev-hero-content-about p {
		font-size: 16px;
		line-height: 31px;
		width: 90%;
	}
	.schrev-started-container h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.schrev-started-container p {
		font-size: 16px;
		line-height: 28px;
		width: 100%;
	}
	.schrev-started-container .w-75 {
		width: 90% !important;
	}
	.schrev-started-card {
		padding: 30px;
	}
	.schrev-started-container .schrev-started-card h4 {
		font-size: 28px;
		line-height: 35px;
	}
	.schrev-started-container .schrev-started-card p {
		font-size: 16px;
		line-height: 25px;
	}
	.schrev-started-card .justify-content-end {
		justify-content: flex-start !important;
	}
	.schrev-started-container .schrev-started-card a {
		width: 150px;
		height: 40px;
		background: #ffffff;
		border-radius: 5px;
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 23px;
	}
	.schres-trusted-wrapper h3 {
		font-size: 30px;
		line-height: 40px;
		width: 80%;
	}
}

@media only screen and (min-device-width: 414px) and (max-device-height: 90px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
	.schrev-absolute-top-cnt {
		margin-top: 0;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1180px) and (orientation: landscape) {
	.schrev-how-card {
		border: 1px solid #dddddd;
		box-sizing: border-box;
		border-radius: 10px;
		padding: 30px 20px;
		height: 237px;
	}
	.schrev-why-card {
		padding: 46px 30px;
		position: relative;
		height: 300px;
	}
}
