/*
Theme Name: Tutorspectrum
Author: tutorspectrum 
Description: A WordPress Custom theme
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&display=swap');


body {
	font-family: "DM Sans", sans-serif;
	letter-spacing: .25px;
	background: #fff;
	line-height: 22px;
	font-weight: 400;
	font-size: 14px;
	color: #4C4C4CB2;
}

h1 {
	font-size: 54px;
	line-height: 64px;
}

h2 {
	font-size: 40px;
	line-height: 50px;
}

h3 {
	font-size: 30px;
	line-height: 40px;
}

h4 {
	font-size: 24px;
	line-height: 34px;
}

h5 {
	font-size: 18px;
	line-height: 28px;
}

h6 {
	font-size: 14px;
	line-height: 24px;
}

a,
span {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

a {
	color: #907268;
	text-decoration: none;
}

a:hover {
	color: #4C4C4C;
	opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4C4C4C;
	font-weight: 600;
	font-family: "Outfit", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-bottom: 15px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "DM Sans", sans-serif;
	line-height: 20px;
	font-size: 14px;
}

ol li,
ul li {
	margin: 0;
	padding: 0;
}

ol li a,
ul li a {}

img {
	width: 100%;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

p,
a,
label,
input,
button,
select,
textarea {
	color: #0C1713;
	font-size: 14px;
	line-height: 20px;
	font-family: "DM Sans", sans-serif;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

input,
button,
select,
textarea {
	width: 100%;
	color: #00000066;
	min-height: 40px;
	padding: 5px 10px;
	border-radius: 5px;
	letter-spacing: 1px;
	border: 1px solid #0000001F;
	font-family: "DM Sans", sans-serif;
}

input:active,
button:active,
select:active,
textarea:active,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
}

p {
	color: #4C4C4CB2;
}

h6 {
	gap: 10px;
	display: flex;
	color: #907268;
	font-weight: 500;
	position: relative;
	align-items: center;
	text-transform: uppercase;
}

h6:before,
.hd:after {
	content: '';
	background: #907268;
	display: block;
	height: 5px;
	width: 5px;
}

.link,
button,
input.wpcf7-submit {
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	padding: 10px 55px 10px 20px !important;
	border: 2px solid #907268 !important;
	opacity: 1 !important !important;
	background: #907268 !important;
	text-align: center !important;
	position: relative !important;
	border-radius: 0px !important;
	width: fit-content !important;
	font-weight: 500 !important;
	color: #fff !important;
}

.link:after,
button:after {
	content: '';
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	width: 38px;
	background: url(/wp-content/uploads/2026/02/button.png);
	background-size: contain;
	background-position: center;
}

.link:hover,
button:hover,
input.wpcf7-submit:hover {
	background: #fff !important;
	color: #907268 !important;
}

section {
	padding: 70px 0;
}

.color {
	color: #907268;
	display: unset;
}

.js {
	justify-content: center;
}

.page-id-3870 .form, .page-id-3870 section.learning.footer-learning {
    display: none;
}

/*-- Header --*/

header {
	padding: 5px 0;
	background: #fbfbfb;
	border-bottom: 1px solid #0000001A;
}

header .navbar-brand {
	max-width: 119px;
}

header nav {
	padding: 0 !important;
	margin: 0 !important;
}

header nav ul {
	gap: 35px;
	align-items: center;
}

header nav ul li {
	position: relative;
}

header nav ul li.current-menu-item,
header nav ul li:hover {
	position: relative;

}

header nav ul li.current-menu-item:after,
header nav ul li:hover:after {
	content: '';
	left: 0;
	right: 0;
	bottom: -42px;
	border-radius: 5px;
	position: absolute;
	border-bottom: 2px solid #907268;
}

header nav ul li a {
	padding: 0 !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	color: #1E2023CC !important;
	font-family: "Outfit", sans-serif;
}

header nav ul li a:hover {
	color: #907268 !important;
}

header nav ul li.current-menu-item a {
	color: #907268 !important;
	font-weight: 600 !important;
}

header nav ul li.last_btn a {
	color: #4C4C4C;
	border-radius: 2px;
	text-transform: uppercase;
	border: 1px solid #4C4C4C;
	font-weight: 500 !important;
	padding: 10px 18px !important;
}

header nav ul li.last_btn a:hover {
	color: #fff !important;
	background: #4C4C4C;
	border: 1px solid #4C4C4C;
}
header nav ul li.last_btn:after {
	display: none;
}

header nav ul li.last_btn:hover:after {
	display: none;
}

/*-- Slider --*/

.slider {
	padding: 70px 0 50px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(244, 191, 173, 0.2) 100%);
}

.slider h1 {
	font-weight: 700;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.slider p {
	color: #666666;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.slider .slider-section {
	padding: 50px 0 0;
	overflow: hidden;
}

.slider .owl-carousel .item {
	transition: 0.5s;
	transform: scale(0.75);
}

.slider .owl-carousel .item img {
	width: 100%;
	height: 320px;
	object-fit: cover;
}

.slider .owl-carousel .center .item {
	transform: scale(1.1);
	opacity: 1;
	z-index: 2;
}

.slider .owl-dots,
.slider .owl-nav {
	display: none;
}

/*-- About --*/

.about h2 {
	max-width: 470px;
}

.box-it {
	gap: 20px;
	display: flex;
	margin-bottom: 20px;
	align-items: anchor-center;
}

.box-it img {
	max-width: 40px;
}

.box-it h5 {
	font-size: 16px;
	line-height: 26px;
}

.box-it h5,
.box-it p {
	margin-bottom: 0
}

.about a {
	margin-top: 20px;
}

.about .image_box {
	position: relative;
}

.about .image_box img.banner {
	border-left: 100px solid #fff;
}

.about .image_box .t-spectrum {
	left: 0;
	bottom: -70px;
	padding: 25px;
	background: #fff;
	position: absolute;
	box-shadow: 0px 6px 44px 0px #0000001A;
}

.about .image_box .t-spectrum p {
	color: #00000099;
	font-size: 18px;
	line-height: 28px;
}

.t-spectrum ul {
	display: flex;
	align-items: center;
	color: #907268;
	font-weight: 500;
	letter-spacing: 1px;
	gap: 20px;
	margin-top: 20px;
	font-size: 18px;
}

.t-spectrum ul img {
	max-width: 200px;
}

.about .image_box .t-spectrum .icon_moov {
	background: #907268;
	padding: 10px;
	border-radius: 50%;
	position: relative;
}

.about .image_box .t-spectrum .icon_moov:after,
.about .image_box .t-spectrum .icon_moov:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	position: absolute;
	background: #907268;
	animation: scaleRing 3s ease-in-out infinite;
}

@keyframes scaleRing {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.15);
		opacity: 0.5;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}


.about .image_box .t-spectrum .icon_moov:after {
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	opacity: .6;
}

.about .image_box .t-spectrum .icon_moov:before {
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	opacity: .3;
}

.about .image_box .t-spectrum .icon_moov img {
	width: 25px;
	height: 25px;
	object-fit: contain;
	position: relative;
	z-index: 1;
}


/*-- Subjects --*/
.subjects {
	margin-top: 100px;
	background: url(https://tutorspectrum.com/wp-content/uploads/2026/02/Subject-scaled.png) no-repeat;
	background-size: cover;
}

.subjects .max-width {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.subjects .box-gsts {
	height: 100%;
	background: #fff;
	position: relative;
	margin-top: 20px;
	border: 1px solid #90726880;
}

.subjects .box-gsts img {
	position: absolute;
	max-width: 300px;
	bottom: 0;
	right: 0;
}

.subjects .box-gsts h3 {
	background: #907268;
	color: #fff;
	padding: 20px;
}

.subjects .box-gsts ul {
	gap: 15px;
	padding: 25px;
	display: flex;
	margin-bottom: 20px;
	flex-direction: column;
}

.subjects .box-gsts ul li {
	font-size: 18px;
	font-weight: 500;
	color: #4C4C4CCC;
	line-height: 28px;
}


/*-- Exam Preparation --*/
.exam-pre ul.ex-ul {
	gap: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.exam-pre ul.ex-ul p {
	max-width: 400px;
}

.exam-pre ul.ex-ul h2 {
	margin: 0 !important;
}

.exam-pre ul.uti {
	gap: 30px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	justify-content: space-between;
}

.exam-pre ul.uti li {
	width: 31.75%;
}

.exam-pre ul.uti li .box {
	width: 100%;
	padding: 20px;
	background: #F4BFAD0F;
	border: 0.5px solid #90726880;
}

.exam-pre ul.uti li .box h5 {
	gap: 10px;
	display: flex;
	align-items: center;
}

.exam-pre ul.uti li .box h5 img {
	height: 20px;
	width: auto;
}

.exam-pre ul.uti li .box p {
	margin-bottom: 0;
	color: #4C4C4C99;
}

/*-- Learning --*/
.learning {
	margin-top: 100px;
	position: relative;
	background-image: linear-gradient(to right, #907268, #F4BFAD);
}

.learning h6,
.learning h2,
.learning p {
	color: #fff;
}

.learning h6:after,
.learning h6:before {
	background: #fff;
}


.learning img {
	position: absolute;
	max-width: 50%;
	bottom: 0;
	right: 0;
}

.learning .link {
	color: #907268;
	background: #fff;
	border-color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
}

.learning .link:hover {
	color: #fff;
	background: #907268;
}

.learning .link:after {
	background: url(/wp-content/uploads/2026/02/coloraero.png);
	background-position: center;
	background-size: cover;
}

/*-- Testimonials --*/
.testimonials {
	position: relative;
	margin: 70px 0;
}

.testimonials:after {
	right: 0;
	top: 25px;
	width: 55%;
	content: '';
	bottom: 25px;
	position: absolute;
	background: #907268;
}

.testimonials .container {
	position: relative;
	z-index: 1;
}

.testimonials img {
	max-height: 400px;
	object-fit: cover;
	object-position: center;
	border-right: 20px solid #907268;
}

.testimonials h6,
.testimonials h2,
.testimonials p {
	color: #fff;
}

.testimonials h6:before,
.testimonials .hd:after {
	background: #fff;
}

.testimonials .testimonial-text {
	position: relative;
}

.testimonials .testimonial-text::before {
	content: "“";
	font-size: 100px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.1;
	font-family: 'Outfit';
	line-height: 80px;
	color: #fff;
}

.testimonials .testimonial-text p {
	padding: 10px 0 0;
}

.testimonials .testimonial-text {
	font-size: 20px;
	line-height: 1.5;
	max-width: 800px;
	position: relative;
}

.testimonials .testimonial-name {
	margin-top: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}

.testimonials .stars {
	color: #f6c343;
	margin-top: 5px;
}

.testimonials .owl-nav {
	position: absolute;
	right: 40px;
	bottom: 0;
}

.testimonials .owl-nav button {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #fff !important;
	color: #8b756a !important;
	font-size: 20px !important;
	margin-left: 10px;
	overflow: hidden;
}

.testimonials .owl-nav button:nth-child(1) {
	transform: rotate(220deg);
}

.testimonials .owl-nav button:nth-child(2) {
	transform: rotate(42deg);
}

.testimonials .owl-nav button:hover {
	opacity: .5 !important;
}


/*-- Sess --*/
.sess {
	padding-top: 0;
}

.sess ul {
	display: flex;
	justify-content: space-between;
}

.sess ul li {
	min-width: 25%;
}

.sess ul li:nth-child(2),
.sess ul li:nth-child(3) {
	border-left: 1px solid #4C4C4C33;
}

.sess ul li:nth-child(3) {
	border-right: 1px solid #4C4C4C33;
}

.sess ul li .box {
	margin: 0 auto;
	width: fit-content;
}

.sess ul li:nth-child(1) .box {
	margin: 0;
	width: fit-content;
}

.sess ul li:nth-child(4) .box {
	width: fit-content;
	float: right;
}

.sess ul h2 {
	margin-bottom: 5px;
}

.sess ul p {
	margin: 0;
	font-size: 18px;
}


/*-- Form --*/
.form {
	background: #000;
	position: relative;
}

.form img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .6;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: top;
}

.form section {
	z-index: 1;
	position: relative;
}

.form section h6,
.form section h2 {
	color: #fff;
}

.form section h6:before {
	background: #fff;
}

.form h2 {
	max-width: 465px;
}

.form h2 {
	max-width: 465px;
}

.form form {
	background: #fff;
	padding: 15px;
}

.form form p {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.form form p br {
	display: none;
}

.form form p span.wpcf7-form-control-wrap {
	padding: 7px;
	max-width: 100%;
	width: 100%;
}

.form form p span.wpcf7-form-control-wrap:nth-child(1),
.form form p span.wpcf7-form-control-wrap:nth-child(3) {
	max-width: 50%;
	width: 50%;
}

.form form textarea,
.form form input.wpcf7-validates-as-required {
	width: 100%;
	border-radius: 0;
	padding: 10px 15px;
	max-height: 110px;
}

span.wpcf7-spinner {
	position: absolute;
	left: 0;
	top: 0;
}

input.wpcf7-submit {
	width: 100%;
	margin: 5px 7px 5px;
}

/*-- Footer --*/

.page-id-1090 section.learning.footer-learning, .page-id-1102 .form {
    display: none;
}

.footer {
	background: #1E2022;
	padding: 60px 0 20px;
}

.footer ul.ul_con {
	gap: 20px;
	display: flex;
	justify-content: space-between;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a {
	color: #fff;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	font-weight: 500;
}

.footer .logo {
	margin-bottom: 15px;
}

.footer ul.ul_con li.con_ct a {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	max-width: 250px;
}

.footer ul.ul_con li.con_ct a img {
	width: 25px;
	margin-right: 8px;
}

.social_media {
	display: flex;
	gap: 10px;
}

.social_media a {
	background: #fff;
	color: #907268;
	width: 35px;
	font-size: 17px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
}

.footer .logo img {
	width: 115px;
}

.social_media a:hover {
	color: #fff;
	background: #907268;
}

.footer ul.footer_list {
	gap: 50px;
	display: flex;
	margin-top: 40px;
	padding: 30px 10px;
	justify-content: center;
	border-top: 1px solid #FFFFFF29;
	border-bottom: 1px solid #FFFFFF29;
}

.footer ul.footer_list li a {
	font-weight: 500;
	letter-spacing: 1px;
}

.footer ul.footer_list li a:hover {
	color: #907268 !important;
}

.copy_box .box {
	display: flex;
	margin-top: 25px;
	justify-content: space-between;
}

.copy_box .box p {
	margin: 0;
}

.copy_box .box ul {
	display: flex;
	gap: 25px;
}

.copy_box .box p,
.copy_box .box a {
	opacity: .7;
}

.copy_box .box a:hover {
	opacity: 1;
}

.plan-price .col-md-12 p {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

/*-- Responsive Css --*/

@media (max-width: 1024px) {
	h1 {
		font-size: 46px;
		line-height: 56px;
	}

	h2 {
		font-size: 36px;
		line-height: 46px;
	}

	h3 {
		font-size: 30px;
		line-height: 40px;
	}

	h4 {
		font-size: 24px;
		line-height: 34px;
	}

	h5 {
		font-size: 18px;
		line-height: 28px;
	}

	header .navbar-brand {
		max-width: 85px;
	}

	header nav ul li.current-menu-item:after,
	header nav ul li:hover:after {
		bottom: -31px;
	}

	.about .image_box img.banner {
		border-left: 50px solid #fff;
	}

	.about .image_box .t-spectrum p {
		font-size: 16px;
		line-height: 26px;
	}

	.t-spectrum ul {
		font-size: 14px;
	}

	.about .image_box .t-spectrum {
		padding: 20px;
	}

	.subjects {
		margin-top: 50px;
	}

	.subjects .box-gsts img {
		max-width: 200px;
	}

	.subjects .box-gsts ul {
		gap: 10px;
		padding: 20px;
		margin-bottom: 15px;
	}

	.subjects .box-gsts h3 {
		margin: 0;
		padding: 10px 20px;
	}

	.exam-pre ul.uti {
		gap: 15px;
	}

	.exam-pre ul.uti li {
		width: 32%;
	}

	.learning {
		margin-top: 0;
	}
}

@media (max-width: 992px) {}

@media (max-width: 991px) {
	.slider .owl-carousel .item img {
		height: 300px;
	}

	.subjects .box-gsts ul li {
		font-size: 16px;
		line-height: 26px;
	}

	.exam-pre ul.uti li {
		width: 100%;
	}

	h2 {
		font-size: 32px;
		line-height: 42px;
	}

	.about a {
		margin-top: 10px;
	}

	.subjects .box-gsts img {
		max-width: 150px;
	}

	.form form p span.wpcf7-form-control-wrap:nth-child(1),
	.form form p span.wpcf7-form-control-wrap:nth-child(3) {
		max-width: 100%;
		width: 100%;
	}

	element.style {}

	.footer ul.ul_con {
		flex-wrap: wrap;
	}

	.footer ul.ul_con {
		justify-items: anchor-center;
		align-items: center;
	}

	.footer ul.ul_con li:nth-child(1) {
		order: 2;
	}

	.footer ul.ul_con li:nth-child(2) {
		order: 1;
		width: 100%;
	}

	.footer ul.ul_con li:nth-child(3) {
		order: 3;
	}
}

@media (max-width: 768px) {
	section {
		padding: 50px 0;
	}
}

@media (max-width: 767px) {
	.page-template-template-order-php h1 {
        font-size: 28px;
        line-height: 46px;
    }
	body button.navbar-toggler {
    padding: 10px 20px 10px 20px !important;
}
	h1 {
		font-size: 36px;
		line-height: 46px;
	}

	h2 {
		font-size: 30px;
		line-height: 40px;
	}

	h3 {
		font-size: 24px;
		line-height: 34px;
	}

	h4 {
		font-size: 20px;
		line-height: 30px;
	}

	h5 {
		font-size: 16px;
		line-height: 26px;
	}
	
	header nav ul {
		gap: 15px;
	}
	
	header nav ul li.menu-item-3626 a {
		padding: 5px 10px !important;
	}
	
	button.navbar-toggler:after {
		display: none;
	}
	
	button.navbar-toggler {
		padding: 0 6px;
	}
	 
	header nav ul li.current-menu-item:after, header nav ul li:hover:after {
		display: none;
	}
	
	#mynavbar ul {
		position: absolute;
		background: #fff;
		left: 0;
		right: 0;
		padding: 10px;
	}
}

@media (max-width: 575px) {
	.slider {
		padding: 40px 10px 10px;
	}

	.about .image_box img.banner {
		border-left: 0;
		margin-top: 20px;
	}

	.t-spectrum ul img {
		max-width: 140px;
	}

	.subjects .box-gsts {
		margin-bottom: 0;
	}

	.subjects .row .col-md-6:nth-child(2) {
		margin-bottom: 20px;
	}

	.exam-pre ul.ex-ul {
		gap: 15px;
		flex-direction: column;
		align-items: inherit;
	}

	.exam-pre ul.uti li .box {
		padding: 15px;
	}

	.learning img {
		position: relative;
		max-width: 100%;
		margin-bottom: 50px;
	}

	section.learning {
		padding-top: 10px;
		text-align: center;
	}

	section.learning h6.hd {
		justify-content: center;
		margin: 5px;
	}

	.testimonials:after {
		right: 0;
		top: 0;
		width: 100%;
		bottom: 0;
	}

	.testimonials {
		position: relative;
		margin: 0px 0 50px;
	}

	.testimonials img {
		border-right: 0;
		margin-bottom: 20px;
	}

	.sess ul h2 {
		font-size: 18px;
	}

	.sess ul p {
		font-size: 12px;
	}

	.form form {
		margin-top: 15px;
	}

	.footer p br {
		display: none;
	}

	.footer ul.ul_con li:nth-child(2) {
		text-align: left !important;
	}

	.footer ul.footer_list {
		gap: 15px;
		padding: 20px 0;
	}

	.copy_box .box {
		flex-direction: column;
		gap: 15px;
		text-align: center;
	}

	.copy_box .box ul {
		justify-content: center;
	}
}

/*-- Other Page --*/
.lea_mb {
    margin-bottom: 70px;
}

.page_banner {
    background: #90726866;
    position: relative;

}

.page_banner img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    position: absolute;
    object-position: center;
    opacity: .1;
}

.page_banner .banner_cover {
    padding: 195px 10px;
    position: relative;
    z-index: 1;
}

.page_banner .banner_cover ul {
    gap: 5px;
    color:#666666;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}


/*-- Service Page --*/

.banner_bottom_text p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.our_off {}

.ser_sub {
    margin-top: 0;
}

.subjects .box-gsts ul {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}

.ser_sub .box-gsts img {
    max-width: 200px;
    opacity: .25;
}

.ser_sub .box-gsts ul li{
    color: #907268;
}

.our_off .box {
    padding-left: 15px;
    margin-bottom: 30px;
}

.our_off .box h5 {
    margin-bottom: 10px;
    color: #907268;
}

.our_off .box ul {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.our_off .box ul li {
    padding-left: 30px;
    background: url(https://tutorspectrum.com/wp-content/uploads/2026/02/SealCheck.png);
    background-size: 20px;
    background-position: center left;
    background-repeat: no-repeat;
}

/*-- Conatct Page --*/

.con_page .git_page {
    background: #907268;
    padding: 50px;
}

.con_page .git_page h2 {
    color: #fff;
}

.con_page .git_page a.mem {
    gap: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
	max-width: 300px;
}

.con_page .git_page a.mem img {
    width: 45px;
}

.con_page .git_page a.mem .f_box span {
    font-size: 14px;
    display: flex;
    opacity: .7;
    font-weight: 400;
    margin-bottom: 3px;
    line-height: 14px;
}

.con_page .git_page h5 {
    color: #fff;
    font-weight: 400;
    margin-top: 150px;
}

.con_page .git_page .social_media a:hover {
    box-shadow: 0 0 10px #fff;
}

.con_page .git_page  .social_media {
    margin-bottom: 15px;
}

.banner_bottom_text {
    padding-bottom: 0;
}

.con_page .pcon-form {}

.con_page .pcon-form p {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.con_page .pcon-form p label span {
    display: block;
    margin-top: 5px;
}

.con_page .pcon-form p label {
    flex: 0 0 100%;
}

.con_page .pcon-form p label:nth-child(1),
.con_page .pcon-form p label:nth-child(2) {
    flex: 0 0 48.5%;
}

.con_page .pcon-form p input,
.con_page .pcon-form p textarea {
    padding: 10px;
    max-height: 100px;
    border-radius: 0;
}
.con_page .git_page {
    border-left: 20px solid #fff;
}
.ser_sub p {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.plan-price {
    margin-top: 70px;
}

.plan-price .box_dark {
    background: #907268;
    padding: 40px 20px 20px;
    margin-top: 20px;
}

.plan-price .box_dark img {
    width: auto;
    height: 40px;
    margin-bottom: 15px;
}

.plan-price .box_dark p,
.plan-price .box_dark h4,
.plan-price .box_dark h1,
.plan-price .box_dark ul li{
    color: #fff;
}

.plan-price .box_dark p {
    opacity: .8;
    max-width: 300px;
}

.plan-price .box_dark h1 sub {
    font-weight: 300;
    font-size: .5em;
}

.plan-price .box_dark  ul {
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.plan-price .box_dark ul li {
    padding-left: 28px;
    background-image: url(https://tutorspectrum.com/wp-content/uploads/2026/02/SealCheck-1.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 18px;
}

.plan-price .box_dark select {
    color: #fff;
    margin: 7px 0;
    border-radius: 0;
    background: #b08f83;
    border-right: 10px solid #b08f83;
}

.plan-price .box_dark  p.tp {
    display: none;
}
.plan-price .box_dark  p.tp {
    max-width: 100%;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
	opacity: 1;
}

.plan-price .box_dark p.tp b {
    font-size: 32px;
    line-height: 42px;
    font-weight: 300;
}

.plan-price .box_dark  a {
    background: #fff;
    width: 100%;
    text-align: center;
    color: #907268;
    font-weight: 600;
    line-height: 44px;
    margin-top: 10px;
}

.plan-price .box_dark a:hover {
    background: #4c4c4c;
    color: #fff;
}

.plan-price .text-center h5 {
    margin-top: 40px;
    color: #907268;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.page-template-template-about-us .banner_bottom_text p {
    max-width: 1000px;
}

.tutoring {
    background: #F4BFAD0F;
    margin-top: 70px;
}

.tutoring img {
    margin: 20px 0;
}

.tutoring p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.tutoring p b {
    color: #907268;
    font-weight: 500;
}

.tool_comm .row {
    align-items: center;
}

.tool_comm .rev {
    margin-bottom: 60px;
}
.pl-left {
    padding-left: 25px;
}

@media (max-width: 1024px) {
	.page_banner .banner_cover {
		padding: 110px 10px;
	}
	.pl-left {
		padding-left: 5px;
	}
}

@media (max-width: 992px) {
	.page_banner .banner_cover {
		padding: 90px 10px;
	}
	.form form p span.wpcf7-form-control-wrap:nth-child(1),
	.form form p span.wpcf7-form-control-wrap:nth-child(3) {
		max-width: 100%;
		width: 100%;
	}
	.plan-price {
    margin-top: 40px !important;
}
	.con_page .pcon-form p label:nth-child(1), .con_page .pcon-form p label:nth-child(2) {
    flex: 0 0 100%;
}
	.con_page .git_page h5 {
    margin-top: 50px;
}
	.con_page .git_page {
    background: #907268;
    padding: 25px;
    border-left: 10px solid #fff !important;
}
}

@media (max-width: 991px) {
	
}

@media (max-width: 768px) {
	.page_banner .banner_cover {
		padding: 75px 10px;
	}
}

@media (max-width: 767px) {
	.con_page .git_page {
        padding: 15px;
        border-left: 0px solid #fff !important;
    }
	input.wpcf7-submit {
    margin: 5px 0;
}
	.con_page .row {
    flex-direction: column-reverse;
    gap: 30px;
}
	.con_page .pcon-form p label:nth-child(1),
.con_page .pcon-form p label:nth-child(2) {
    flex: 0 0 100%;
}
.con_page .git_page {
    border-left: 0 solid #fff;
}
	.page-template-template-about-us-php .about .row {
    flex-direction: column-reverse;
    gap: 100px;
}

.page-template-template-about-us-php .about .col-md-6:nth-child(1) {
    text-align: center;
}

.page-template-template-about-us-php .about .col-md-6:nth-child(1) h6 {
    justify-content: center;
}

section.tutoring {
    margin: 0;
}

.tool_comm {
    text-align: center;
}

.tool_comm h6 {
    justify-content: center;
}

.tool_comm .rev {
    flex-direction: column-reverse;
}

.tool_comm img {
    margin-bottom: 20px;
}
	.our_off.rev .row {
    flex-direction: column-reverse;
}

.our_off.rev .row img {
    margin-bottom: 20px;
}
	.subjects .box-gsts {
    height: fit-content;
}
	.our_off .box {
    padding-left: 0;
}
}

@media (max-width: 575px) {
	.page_banner .banner_cover {
        padding: 50px 10px;
    }
	.plan-price .text-center h5 {
    margin-top: 20px !important;
}
	.plan-price .box_dark {
    padding: 20px;
	}
}