body {
	font-family: 'Nunito', sans-serif;
	scroll-behavior: smooth;
}
html{
	scroll-behavior: smooth;
}

/* img,p,h1,h2,h3,h4,div{
	user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
} */



.bc1 {
	border: 1px solid red;
}



.bc2 {
	border: 1px solid green;
}

.bc3 {
	border: 1px solid yellow;
}

.bc4 {
	border: 1px solid blue;
}

.bc5 {
	border: 1px solid black;
}

img.call-img {
	width: 25px;
	height: 25px;
	margin: 0px 2px;
}

.pt-logo img {
	/*max-width: 75px;*/
	height: 80px;
}



.ptft-logo {
	position: absolute;
	left: 20px;
	bottom: 0px;
}

.container-fluid.stickheader-menu nav#mySidenav {
	position: fixed;
	top: 0px;
	z-index: 2;
	width: 100%;
}

.h-100vh {
	height: 100vh;
}

.head-topnavblock li.nav-item.whatsapp a {
	font-size: 16px;
	margin-bottom: 0px;
	padding: 0px;
	font-weight: 600;
}

.head-topnavblock {
	position: relative;
}

.head-topnavblock:before {
	content: '';
	background: #f9f9f9;
	content: '';
	left: -15px;
	right: -15px;
	height: 100%;
	/* width: 100%; */
	position: absolute;
	top: 0px;
	z-index: -1;
	bottom: 0px;
}

#mySidenav.sticky {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 9;
}
.mode_list_attr{
	display: block;
}
.list_by_chunk{
	display: none;
}

.footer-block-section {
	margin-bottom: 30px;
	/* box-shadow: -4px -3px 2px 1px #efeaea; */
}

#mySidenav {
	background: #fff;
}

.bottom-header-nav:before {
	content: '';
	background: #fff;
	content: '';
	left: -15px;
	right: -15px;
	height: 100%;
	/* width: 100%; */
	position: absolute;
	top: 0px;
	z-index: -1;
	bottom: 0px;
	box-shadow: 0 16px 24px 2px rgb(255 213 213 / 14%), 0 6px 30px 5px rgb(213 181 181 / 12%), 0 8px 10px -7px rgb(82 73 73 / 20%);
}

.text-transfer-upprecase {
	text-transform: uppercase;
}


.navbar-light .bottom-header-nav.navbar-nav .nav-link {
	color: #333;
	font-weight: 600;
	white-space: nowrap;
}

a.top_header_fz_sign_btn {
	padding: 3px 6px;
	margin: 5px 0px;
	border-radius: 10px;
}

.w-100vw {
	width: 100%;
	overflow-x: hidden;
}

.textabove-search {
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Josefin Sans", sans-serif;
	margin: 20px 0px 0px;
}

.text-1.bannertxt-block {
	font-size: 1.8rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

@media (min-width: 577px) {
	html,
	body {
		padding: 0;
		margin: 0;
		background: #f9f9f9;
		height: 100%;
		font-family: 'Nunito', sans-serif;
		/*font-family: 'Quattrocento Sans', sans-serif;*/
	}
	#body_all_wrapper {
		overflow-x: hidden;
	}
	/* Scroll bar */
	.scroll {
		position: relative;
		height: 100%;
		width: 100%;
		overflow: auto;
		/* overflow-y: scroll; */
	}
	.scroll a {
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}
	.scroll a:hover {
		text-decoration: none;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}
	.scroll {
		scroll-behavior: smooth;
	}
	.ts-scroll-content {
		position: relative;
		width: 100%;
		height: 100%;
		max-width: 100%;
		max-height: 100%;
		transform: translateZ(0);
		pointer-events: all;
		user-select: auto;
	}
	.ts-scroll-content.dragging {
		pointer-events: none;
		user-select: none;
	}
	.ts-scroller {
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none !important;
		scrollbar-width: none !important;
	}
	.ts-scroller::-webkit-scrollbar,
	.ts-scroller::-webkit-scrollbar-thumb,
	.ts-scroller::-webkit-scrollbar-button,
	.ts-scroller::-webkit-scrollbar-track,
	.ts-scroller::-webkit-scrollbar-track-piece,
	.ts-scroller::-webkit-scrollbar-corner,
	.ts-scroller::-webkit-resizer {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
		opacity: 0 !important;
	}
	.ts-scrollbar {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		width: 10px;
		background-color: rgba(0, 0, 0, 0.05);
		opacity: 0;
		transition: opacity 0.25s ease 0.25s, background-color 0.25s ease;
	}
	.ts-thumb {
		position: absolute;
		top: 0;
		right: 2px;
		width: 6px;
		height: 200px;
		min-height: 3s0px;
		border-radius: 3px;
		background-color: rgba(0, 0, 0, 0.2);
		transform-origin: top right;
		pointer-events: all;
		transition: background-color 0.25s ease;
		z-index: 9;
	}
	.ts-scroll-content:hover .ts-scrollbar,
	.ts-scroll-content.dragging .ts-scrollbar {
		opacity: 1;
	}
	.ts-thumb:hover,
	.ts-scroll-content.dragging .ts-thumb {
		background-color: rgba(0, 0, 0, 0.3);
	}
}


/* Scroll bar */

@media (max-width: 576px) {
	html,
	body {
		/*font-family: 'Quattrocento Sans', sans-serif;*/
		font-size: 16px;
		overflow: auto;
		scroll-behavior: smooth;
		background: #f9f9f9;
	}
	a {
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}
	a:hover {
		text-decoration: none;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}
	.ts-scrollbar {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		width: 10px;
		background-color: rgba(0, 0, 0, 0.05);
		opacity: 0;
		transition: opacity 0.25s ease 0.25s, background-color 0.25s ease;
	}
}


/*********** Main Css Starts from here *****/


/* Icon 1 */

#nav-icon1 {
	width: 30px;
	height: 30px;
	position: relative;
	margin: 5px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon1 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #e89897;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
	top: 0px;
}

#nav-icon1 span:nth-child(2) {
	top: 8px;
}

#nav-icon1 span:nth-child(3) {
	top: 16px;
}

#nav-icon1.open span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#nav-icon1.open span:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


/* Icon 1 */

#pt-land {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.headerpt-land#pt-land {
	background-image: inherit;
}

.headerpt-land {
	position: relative;
	/* overflow-x: hidden; */
}

.headerpt-land:after {
	display: none;
	background-image: url(../images/bgright.png);
	/* left: 0px; */
	content: '';
	position: absolute;
	/* right: 0px; */
	height: 100%;
	/* right: 0px; */
	/* width: calc(100% + 152px); */
	background-size: 100% 100%;
	background-repeat: no-repeat;
	/* z-index: 2; */
	right: -8.7%;
	top: 0px;
	z-index: -1;
	left: 0px;
	bottom: -13px;
}

.headerpt-land:before {
	background-image: url(../images/bgleft.png);
	right: 0px;
	content: '';
	position: absolute;
	z-index: -1;
	right: 0px;
	left: 0px;
	height: 100%;
	/* right: 0px; */
	/* width: calc(100% + 152px); */
	background-size: 35% 100%;
	background-repeat: no-repeat;
}

.bg-trans {
	background: transparent
}

.logo1 img {
	height: 45px;
}

.whatsapp a {
	font-size: 1.3rem;
	font-weight: 500;
	border: 0 !important;
}

.whatsapp a:hover {
	color: #707070 !important;
	border: 0 !important;
}

.only-border {
	border: 2px solid rgba(0, 0, 0, 0.7);
	border-radius: 30px;
}

.my-primary {
	padding: 6px 14px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 5px;
	background: rgb(255, 178, 132);
	    background: #00963f;
    border: 1px solid rgb(255 255 255);
}

.my-primary:hover {
	color: #ffffff;
}

.my-primary:focus,
.my-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 178, 132, 0.4);
}

.my-success {
	padding: 14px;
	font-size: 16px;
	letter-spacing: 1px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 30px;
	/*















	background: rgb(255,178,132);















	background: linear-gradient(45deg, rgba(255,178,132,1) 30%, rgba(232,152,151,1) 100%);















	*/
	border: 1px solid rgb(255, 178, 132);
	background: transparent;
	color: rgb(255, 178, 132);
}

.my-success:hover {
	color: #ffffff;
	background: linear-gradient(143deg, rgba(255, 178, 132, 1) 19%, rgba(232, 152, 151, 1) 100%);
}

.my-success:focus,
.my-success.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 178, 132, 0.4);
}

.btn-width {
	width: 160px;
}

.navbar-light .navbar-nav .nav-link {
	color: #707070;
	font-size: 16px;
	border-bottom: 2px solid transparent;
}

.ash_sign_btn {
    padding: 3px 6px;
    margin: 5px 0px;
    border-radius: 3px;
	width: 106px;
}



.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color:#00963f;
}

.bottom-header-nav li a {
	position: relative;
}

.bottom-header-nav li a::before {
	content: '';
	left: 0px;
	bottom: 0px;
}

.bottom-header-nav li a:hover::before {
	right: 0px;
	background: #ffb285;
	height: 1px;
	position: absolute;
}



@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		margin-right: 0.75rem;
		margin-left: 0.75rem;
	}
}

.text-block {
	position: relative;
	bottom: -1rem;
	/* left: 2rem; */
}

.text-1,
.text-1 h1 {
	font-size: 34px;
	color: #505050;
	font-weight: 600;
	/* font-family: 'Merriweather Sans', sans-serif; */
}

.text-2 {
	font-size: 3rem;
	color: #29ab87;
	font-weight: 600;
	text-shadow: 1px 1px #6b6b6b;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px;
}

.text-3 {
	font-size: 1.8rem;
	text-align: center;
	color: #707070;
	font-weight: 600;
	line-height: 1.2;
}

.ss {
    background: #c7c19f;
    /* padding: 10px; */
    display: flex;
    font-size: 12px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: #f9f9f9;
    z-index: 10;
    justify-content: center;
    align-items: center;
}

/* .ss:hover {
	background: rgba(255, 178, 132, 1);
} */

#pt-sec-2 {
	background-image: url(../images/bg2r.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.toppad {
	padding-top: 7vmax;
}

.botpad {
	padding-bottom: 7vmax;
}

.topmar {
	margin-top: 7vmax;
}

.botmar {
	margin-bottom: 7vmax;
}

.pil {
	height: 400px;
	width: 230px;
	border-radius: 200px;
}

.pills-block-1 {
	background: url('../images/class.jpg');
}

.pills-block-2 {
	background: url('../images/subject.jpg');
}

.pills-block-3 {
	background: url('../images/language.jpg');
}

.pills-block-4 {
	background: url('../images/hobby.jpg');
}

.plan-pills {
	/* width: 100%;

	height: 400px;

	border-radius: 200px;

	background: linear-gradient(0deg, rgba(255, 178, 132, 0.90) 0%, rgba(232, 152, 151, 0.90) 100%); */
	width: 100%;
	height: 400px;
	border-radius: 20px;
	background: linear-gradient( 0deg, rgba(255, 178, 132, 0.90) 0%, rgba(232, 152, 151, 0.90) 100%);
}

.pills-text {
	padding-top: 20px;
	text-align: center;
	color: #ffffff;
	font-size: 1.5rem;
	padding-bottom: 40px;
}

.btn-view {
	background: #ffffff;
	color: #e89897;
	padding: 7px 5px;
	width: 120px;
}

.btn-view:hover {
	background: linear-gradient(143deg, rgba(255, 178, 132, 1) 19%, rgba(232, 152, 151, 1) 100%);
	color: #ffffff;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.pills-label {
	padding-top: 1rem;
	text-align: center;
	font-size: 1.4rem;
}

#pt-sec-3 {
	background-image: url(../images/bg3l.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.how {
	border-radius: 100px;
	/* 
	border-bottom-left-radius: 100px; */
	background: #fbfbfb;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.1)!important;
	padding: 20px;
}

.how-icon img {
	width: 140px;
}

.service-headi {
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px;
    text-align: left;
    font-weight: 800;
}

.how-heading {
	color: #00963f;
	font-size: 1.4rem;
	font-weight: 700;
}

.how-para {
	font-size: 14px;
}

#pt-sec-4 {
	background-image: url('../images/what-looking.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.what-looking {
	position: relative;
	background: #fbfbfb;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 10px;
	border: 4px solid transparent;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.1)!important;
	transition: 0.5s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.what-looking:hover {
	border: 4px solid rgb(140, 134, 99);
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.2)!important;
}

.what-looking img {
	width: 100px;
}

.what-text {
	font-size: 20px;
	font-weight: 600;
	color: #707070;
	text-transform: uppercase;
}

.what-para {
	color: #707070;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}

#pt-sec-5 {
	background-image: url('../images/why-pt.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.why-pt {
	background: #ffffff;
	padding: 0.75rem 1.5rem;
	border-radius: 3rem;
	font-size: 1.25rem;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.1)!important;
}

.why-pt img {
	width: 50px;
}

.why-text {
	margin: auto auto;
	font-size: 1rem;
}

.why-para {
	margin: auto 15%;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}

.btn-width-2 {
	width: 200px;
}

.stats img {
	width: 80px;
	border-radius: 50%;
	box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1), -0.2rem -0.2rem 0.5rem rgba(0, 0, 0, 0.1);
}

.stats-num {
	color: rgba(140, 132, 81, 0.99);
	font-size: 20px;
}

.stats-text {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}


/* ****** Testimonial ********* */

.shadow-effect {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	text-align: left;
	border: 1px solid #ECECEC;
	box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.10), 0px 5px 10px 5px rgba(0, 0, 0, 0.02);
	border-radius: 30px;
}

#customers-testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 400;
	padding: 10px 10px;
}

.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: #3190E7;
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	opacity: .2;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 120%;
}

#customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
	width: 120%;
}

.owl-item img {
	transform-style: preserve-3d;
	width: 70px;
	margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
	background: #3190E7;
	transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
	display: inline-block;
	width: 100%;
	text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
	background: #3190E7;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
}

.item .fa-quote-left {
	background: linear-gradient(to top, #ffb284, #e89897);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: none;
}

.item .fa-quote-right {
	background: linear-gradient(to top, #ffb284, #e89897);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: none;
}

.tutor-name {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.tutor-addr {
	font-size: 14px;
	color: #707070;
}

.fa-15 {
	font-size: 1.5rem;
}


/* ****** Testimonial ********* */


/* ****** Mail Subscription ********* */

#pt-sec-7 {

    background-image: url(../images/subscribe-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 100px 0px;

}

.mail-block .text-1 {
	color: #fff;
    font-size: 26px;
}

/* .mail-block {
	margin-left: 13%;
	margin-right: 13%;
} */

.text-4 {
	font-size: 1.5rem;
	color: #fff;
	font-weight: 400;
	line-height: 1.2;
}
.footer_newsletter_fz .text-4 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
}
.footer_newsletter_fz .my-prepend{  margin-bottom: 0px;
    margin-top: 15px!important;}

.my-prepend {
	overflow: hidden;
	background: #ffffff;
	border-radius: 30px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
}

.search-inputform {
	max-width: 100%;
	outline: 4px solid transparent;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.1)!important;
	border-radius: 10px;
	padding: 0px!important;
}

.search-inputform:hover {
	outline-color: rgb(199 193 157)!important;
}

.search-inputform input {
	padding: 10px 0px;
	text-align: center;
}

.my-prepend .input-group-prepend {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	background: #ffffff;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.search-inputform .input-group-prepend {
	border-top-left-radius: 5px;
	border-top-right-radius: 10%;
	background: #ffb284;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 10%;
}

.my-prepend .my-form-control {
	border: 0;
	height: auto;
}

.my-prepend .my-form-control::placeholder {
	color: #b3b3b3;
}

.my-prepend .form-control:focus {
	outline: 0;
	box-shadow: none;
}

.my-prepend img {
	width: 32px;
	height: 32px;
	margin: auto 10px;
}

.my-prepend button {
	z-index: 1;
}


/* ****** Mail Subscription ********* */


/* ****** Modal CSS ********* */

.my-modal .modal-header {
	padding: 1rem 1.75rem;
}

.my-modal .modal-body {
	padding: 1.75rem;
}

.my-modal .modal-content {
	background: #f9f9f9;
}

.my-card {
	/* border: 0;
	border-radius: 2rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important; */
	background: transparent;
	border: 0px;
	box-shadow: none;
}

.sign-in .card-header {
	background: transparent;
	/* background: linear-gradient(45deg, rgba(255, 178, 132, 1) 9%, rgba(232, 152, 151, 1) 100%);
	color: #ffffff;
	border-bottom: none; */
	text-align: center;
	font-size: 1.5rem;
	border-top-left-radius: 2rem;
	
	border-top-right-radius: 2rem;
	text-transform: uppercase;
    font-weight: 800;
    color: #ee9f93;
}


.my-form-control:focus {
	color: #495057;
	border-color: rgba(232, 152, 151, 1);
	outline: 0;
	box-shadow: 0 0 0 0.2rem transparent;
}

.form-wrapper .or {
	font-size: 1rem;
	color: #212529;
}

.form-wrapper a:hover {
	text-decoration: none;
}

.modal .myclose {
	position: absolute;
	z-index: 1;
	right: 10px!important;
	top: 6px!important;
	height: 2.5rem;
	width: 2.5rem;
	background: rgba(0, 0, 0)!important;
	border-radius: 50%;
	font-size: 1.8rem;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	color: #fff;
}

.myclose:hover {
	color: rgba(232, 152, 151, 1);
	text-decoration: none;
}

.myclose:focus {
	outline: 0;
	box-shadow: 0 8px 17px 0 rgba(232, 152, 151, 0.3), 0 6px 20px 0 rgba(255, 178, 132, 0.3);
}

.my-modal .nav-link {
	display: block;
	padding: 0.75rem 2rem;
	font-size: 1.25rem;
	background: #ffffff;
	color: #212529;
}

.my-modal .nav-pills .nav-link {
	border-radius: 2rem;
}

.my-modal .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #ffffff;
	background: linear-gradient(45deg, rgba(255, 178, 132, 1) 9%, rgba(232, 152, 151, 1) 100%);
}


/* ****** Modal CSS ********* */


/******* Footer **********/

#pt-sec-8 {
	background-image: url('../images/footer-bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center bottom;
}

.footer-copyright {
	font-size: 1.2rem;
}

.copyright-text {
	position: relative;
	color: #333;
	font-size: 16px;
}

.footer-head {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

.footer-link,
.footer-link a {
	font-size: 15px;
	color: #fff;
}

.footer-link a:hover {
	color: #e89897;
	text-decoration: underline;
}

.footer-addr {
	font-size: 1.3rem;
	font-weight: 600;
	color: #707070;
}

.footer-social .ss {
	background: linear-gradient( -45deg, rgb(255 255 255) 19%, rgb(255 255 255) 100%);
	color: #dd9584;
	border-radius: 50%;
	color: #ffffff;
}



/******* Footer **********/

@media screen and (max-width: 991px) {
	/* Sidenav */
	#mySidenav.navbar {
		-ms-flex-align: start;
		align-items: start;
	}
	.sidenav .navbar-nav .nav-link {
		margin-right: 0.75rem;
		margin-left: 0.75rem;
	}
	.sidenav {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 11;
		top: 0;
		left: 0;
		overflow-x: hidden;
		transition: 0.5s;
		/*background:rgba(254, 254, 254, 0.95);*/
		box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
		/*background-image: url(../images/sidebg.png), url(../images/white.png);*/
		background: #fff;
		background-position: center bottom, left top;
		background-repeat: no-repeat, repeat;
	}
	/*















		.sidenav:before {















		content: "";















		position: absolute;















		height:calc(100% - 7px);















		width: 100%;















		display: block;















		overflow-y: hidden;















	}















	















		body .sidenav:before {















		background: url('../images/sidebg.png');















		background-repeat:no-repeat;















		background-position:bottom;















	}















	*/
	.sidenav a {
		padding: 8px 8px 8px 32px;
		text-decoration: none;
		font-size: 25px;
		color: #818181;
		display: inline-block;
		transition: 0.3s;
	}
	.sidenav a:hover {
		color: #f1f1f1;
	}
	.sidenav .closebtn {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
	}
	
	.btn-width {
		width: 140px;
	}
	.my-flex-row {
		flex-direction: row;
	}
	.text-block {
		position: relative;
		bottom: 0;
		left: 0;
	}
	.text-1 {
		font-size: 2.5rem;
	}
	.dot1 {
		background-image: url(../images/mobile-bg.png);
		background-repeat: no-repeat;
		background-size: 40px 40px;
		background-position: center 10px;
	}
	.dot-1 h1 {
		text-align: center !important;
	}
	.text-2 {
		font-size: 3.4rem;
		color: #29ab87;
		font-weight: 600;
		text-shadow: 1px 1px #6b6b6b;
		font-family: 'Montserrat', sans-serif;
		letter-spacing: 3px;
	}

	.side-social {
		position: absolute;
		bottom: 0;
	}
	#pt-land {
		background-image: url(../images/mobile-bg.png);
		background-repeat: no-repeat;
		background-size: 150px 150px;
		background-position: -75px -75px;
	}
	#pt-sec-2,
	#pt-sec-3,
	#pt-sec-4,
	#pt-sec-5,
	#pt-sec-6,
	#pt-sec-7 {
		background-image: none;
	}
	.pills-text {
		font-size: 1.4rem;
	}
	.pil {
		height: 400px;
		width: 230px;
		border-radius: 200px;
	}
	.how {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-radius: 10px;
		background: #fdfdfd;
		margin-right: 0;
		margin-left: 0;
		padding: 1rem;
		box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.1)!important;
	}
	.how-heading {
		font-size: 1.5rem;
		padding-top: 0.5rem
	}
	.how-para {
		font-size: 1.1rem;
		padding-top: 0.5rem;
	}
	.how-icon img {
		width: 100px;
	}
	.why-para {
		margin: auto 5%;
		font-size: 1.25rem;
	}
	.stats-text {
		line-height: 1;
	}
	#customers-testimonials .item {
		width: 75vw;
		margin-left: auto;
		margin-right: auto;
	}
	#customers-testimonials .owl-item.active.center .item {
		width: 75vw;
		margin-left: auto;
		margin-right: auto;
	}
	#customers-testimonials .shadow-effect p {
		font-size: 16px;
		padding: 10px 0px;
	}
	.text-4 {
		font-size: 1.5rem;
	}
	.mail-icon {
		width: 100%;
		text-align: center;
	}
	.mail-icon img {
		width: 50%;
	}
	.mail-block {
		margin-left: 1%;
		margin-right: 1%;
	}
	.my-prepend button {
		width: 110px;
	}
	#pt-sec-8 {
		background-image: url('../images/footer-bg.png');
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center bottom;
	}
	.footer-copyright {
		font-size: 1rem;
	}
	.copyright-text {
		position: relative;
	}
}

@media screen and (max-height: 450px) {}


/* Sidenav */

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

.azeoloadersec {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1080;
	background: rgba(13, 31, 45, 0.3);
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}

.azeoloader {
	position: absolute;
	top: 40%;
	width: 260px;
	height: 150px;
	background: rgba(255, 255, 255, 0.98);
	z-index: 1085;
	border-radius: 40px;
}

.redc {
	color: red;
	font-weight: 600;
}


/* tutor in delhi */




/*********** Main Css Starts from here *****/


/*--- shail css --*/

.text-wrappper {
	text-align: center;
}

.text-wrappper div,
.text-wrappper2 div h1 {
	line-height: 50px;
	color: #fff;
	/* text-transform: uppercase; */
	font-weight: 700;
	/* font-family: "Josefin Sans", sans-serif; */
	background:linear-gradient(to right, #2f2482 10%, #2f2482 50%, #00963f 60%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.text-wrappper div {
	text-transform: uppercase;
	animation: textclip 2s linear infinite;
}

.text-wrappper2 div h1 {
	animation: textclip 3s linear infinite;
}

@keyframes textclip {
	to {
		background-position: 200% center;
	}
}

.sing-log-wrap {
	width: 100%;
}

.sing-log-wrap .form-area {
	/* background: url(https://farm8.staticflickr.com/7284/8737553088_e6feca2bc9_b.jpg); */
	/* background-color: #ddd; */
	background-position: center bottom;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.sing-log-wrap .form-area:before {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(75, 17, 249, 0.88) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(75, 17, 249, 0.88) 100%);
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e04b11f9', GradientType=0);
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.sing-log-wrap .form-sing {
	color: #000;
}

.sing-log-wrap .nav-tabs {
	border: none;
	color: red;
}

.sing-log-wrap .tab-content {
	margin-top: 30px;
}

.sing-log-wrap .nav.nav-tabs li a {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-right: 30px;
	padding-left: 0;
	display: block;
	padding-right: 0;
	margin: 0px;
}

.sing-log-wrap .nav>li>a:focus,
.sing-log-wrap .nav>li>a:hover {
	background: none;
	color: #1066F9;
}

.sing-log-wrap .nav-tabs>li.active>a,
.sing-log-wrap .nav-tabs>li.active>a:focus,
.sing-log-wrap .nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background: none;
}

.sing-log-wrap label {
	width: 100%;
	text-transform: uppercase;
	color: #fff
}

.sing-log-wrap .form-input-group label,
.sing-log-wrap .form-input-checkbox {
	padding-left: 17px;
}

.sing-log-wrap .sing-log-wrap .form-input-group input {
	background: rgba(255, 255, 255, .3) none repeat scroll 0 0;
	margin-top: 10px;
}

.sing-log-wrap .form-input-group input:focus-visible {
	outline: none;
}

.sing-log-wrap .sing-log-wrap .form-input-group input:focus-visible {
	outline: none;
	border: none;
}

.sing-log-wrap .form-input-group button {
	font-size: 16px;
	letter-spacing: 1px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 30px;
	background: rgb(255, 178, 132);
	background: linear-gradient( 143deg, rgba(255, 178, 132, 1) 19%, rgba(232, 152, 151, 1) 100%);
	border: 1px solid rgb(255, 178, 132);
	width: 100%;
}

.sing-log-wrap .form-input-group input {
	border: medium none;
	border-radius: 0px;
	color: #222;
	padding: 9px 5px;
	border-bottom: solid 1px grey;
	width: 100%;
	color: #000;
}

.sing-log-wrap .form-input-checkbox label {
	width: auto;
	text-transform: none;
}

.sing-log-wrap .form-input-group label {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.sing-log-wrap .form-input-group button {
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 30px;
	background: rgb(255, 178, 132);
	background: linear-gradient( 143deg, rgba(255, 178, 132, 1) 19%, rgba(232, 152, 151, 1) 100%);
	border: 1px solid rgb(255, 178, 132);
	margin-top: 17px;
	-webkit-transition: .3s;
	transition: .3s;
	width: 125px;
	padding: 10px;
}

.sing-log-wrap .form-input-group button:hover {
	background: #fff none repeat scroll 0 0;
	color: #1161ee;
}

.sing-log-wrap .form-bor {
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.sing-log-wrap .forgot-pass {
	/* color: #dddd; */
	
	text-align: center;
}

.sing-log-wrap .forgot-pass:hover {
	color: #fff
}

.sing-log-wrap .form-input-group {
	margin-bottom: 17px;
}

.login-popup .sing-log-wrap label {
	display: inline-block;
	color: #000;
	padding: 10px 20px;
	padding: 0px;
	border: none;
}

.form-sing .nav-tabs li a {
	display: block;
	padding: 5px;
}

.form-sing .nav-tabs li a:hover {
	cursor: pointer!important;
}

.form-sing .nav-tabs li {
	flex: 1;
	text-align: center;
	padding: 0px;
}

.form-sing .nav-tabs {
	display: flex;
	border-bottom: solid 2px #feb084;
}

.form-sing .nav-tabs li a {
	color: #c1c1c4!important;
	font-weight: bold;
}

.form-sing .nav-tabs li a:hover {
	color: #feb084!important;
}

.form-sing .nav-tabs li a.active {
	background: #feb084!important;
	color: #fff!important;
}

.sing-log-wrap .forgot-pass:hover {
	color: #feb084!important;
}

.signin-btn btn:focus {
	border: none;
	outline: none;
}

.sing-log-wrap .forgot-pass {
	text-decoration: underline;
}

.form-wrapper .or a {
	text-decoration: underline;
}

.usertype-name label img {
	width: 80px;
}

.login-popup .usertype-name label {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5px 10px;
	align-items: center;
	background: #fff;
	border-radius: 10px;
}

.login-popup .usertype-name label:hover {
	border: 2px solid rgb(255, 178, 132);
}

.usertype-name {
	display: flex;
	gap: 15px;
}

.usertype-text {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

span.pass-instructiontext {
	position: absolute;
	left: 80px;
	top: 5px;
	pointer-events: none;
	color: #7d858c;
}

.signup-mobilenum-fields input {
	position: relative;
}

.signup-mobilenum-fields input:focus~span.pass-instructiontext {
	display: none;
}

.modal {
	overflow-x: hidden;
	overflow-y: auto;
}


/*--- subscription plan --*/

@media(min-width:1100px) {
	.subscription-plan-headimg {
		width: 30%!important;
	}
	.mt-m90 {
		margin-top: -130px;
	}
}

.col-md-3.plan-tier-block .watermark-planimg img {
	width: 100%;
}

.col-md-3.plan-tier-block .watermark-planimg {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 15px;
	right: 15px;
	height: 180px;
	background: url(../images/guarantee45.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.col-md-3.plan-tier-block .card-body {
	padding: 1.25rem 10px;
}


/*-- responsive for ipad --*/

@media(min-width:768px) and (max-width:991px) {
	.modal-dialog {
		max-width: 90%;
	}
	.sing-log-wrap .nav.nav-tabs li a {
		font-size: 14px;
	}
	.sing-log-wrap .container {
		padding: 0px;
	}
	.resend-otp-link {
		font-size: 14px;
		margin-top: 10px;
		display: inline-block;
	}
	.resend-otp-block {
		padding-left: 0px;
	}
	.sing-log-wrap .form-input-group input::-webkit-input-placeholder,
	.card-body.login-popup input::-webkit-input-placeholder {
		font-size: 15px;
	}
}


/*-- end ipad css --*/


/*---responsive for mobile --*/

@media(max-width:767px) {
	.modal-open .modal {
		padding-left: 0px;
	}
	.sing-log-wrap .container {
		padding: 0px;
	}
	div#signinModal .modal-body .col-md-7 {
		padding: 0px;
	}
	.sing-log-wrap .nav.nav-tabs li a {
		font-size: 13px;
	}
	.sing-log-wrap .form-input-group input::-webkit-input-placeholder,
	.card-body.login-popup input::-webkit-input-placeholder {
		font-size: 13px;
	}
	.modal .myclose {
		right: 20px!important;
	}
}


/* new css  */

.service_form_card_fz {
	box-shadow: 0 16px 24px 2px rgb(221 192 192 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(207 183 183 / 20%);
	background: #fff;
	padding: 40px 30px;
	border-radius: 10px;
	margin-top: -150px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.service_form_card_fz::before {
	content: '';
	background: #efa092;
	left: 0px;
	right: 0px;
	height: 5px;
	position: absolute;
	top: 0px;
}

.service_form_card_fz h4 {
	font-size: 18px;
	text-align: center;
	display: block;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.fz_service_top_sec_subheading {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
}

.section-default-property {
	padding: 40px 0px;
}
.servec_our_banner_full{    width: 48%;
    margin-bottom: 20px;}

.why_perfectuot_list_details {
	background: #efa092;
	padding: 30px;
}

.why_perfectuot_list_details li {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	display: inline-block;
	width: 48%;
	padding: 10px;
	position: relative;
	padding-left: 45px;
}

.why_perfectuot_list_details li span {
	position: absolute;
	left: 0px;
	background: #fff;
	padding: 4px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #efa092;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	box-shadow: 13px 4px 24px 2px rgb(255 255 255 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 8px 4px 10px -7px rgb(0 0 0 / 20%);
	border: 2px solid #efa092;
}


/* misses section  */

.mission {
	padding-bottom: 90px;
}

.mission-bg {
    background: linear-gradient(rgb(1, 78, 114), rgb(239 160 146 / 31%)), url(../images/mission-bg.jpg) no-repeat center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    padding: 30px;
}

.choose-heading h2 {
	color: #fff;
	text-align: center;
	margin-top: 40px;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
}

.choose-heading p {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.why-we-best .wrapper {
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
	margin-top: -100px;
	border-radius: 4px;
	background-color: #fff;
}

.why-we-best .wrapper .img-box {
	background: url(../images/bg/mission-bg-1.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 4px 0px 0px 4px;
	position: relative;
	height: 300px;
}

.why-we-best .wrapper .best-list-item {
	background: #fff;
	padding: 20px 20px 0px 40px;
	border-radius: 5px 0 0 5px;
}

.best-list-item h4 {
	font-size: 18px;
	font-weight: 700;
	color: #273057;
}

.best-list-item p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	color: #525c65;
}

.heading-text.heading_white {
	color: #fff;
	background: none;
	opacity: 1;
	-webkit-text-fill-color: white;
}

.why-we-best h3 {
	font-size: 20px;
	font-weight: 600;
}

.why-we-best_item {
	padding: 30px;
}
/* 
.fz_smwhy_best_img {
	width: 150px;
	height:150px;
} */

.why-we-best_item li::marker {
	background: #efa092;
	color: #efa092;
}

.why-we-best_item li {
	font-size: 14px;
	margin-top: 10px;
}

.bg_section {
	background: linear-gradient( 143deg, rgba(255, 178, 132, 1) 19%, rgba(232, 152, 151, 1) 100%);
	padding: 30px;
}

.bg_section .heading-text {
	color: #fff;
	background: transparent;
	-webkit-text-fill-color: #333;
}

.faq_img {
	padding-top: 100px;
}






.fz_faq_section .card {margin-bottom: 5px;border-radius: 0px;}

.fz_faq_section .btn-link {
	color: #ffffff;
	background: #efa092;
	text-decoration: none;
	border-radius: 0px;
	padding-right: 40px;
}
.fz_faq_section .btn-link.collapsed::before{    content: "";
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    -webkit-transform: rotate( 
45deg
 );
    position: absolute;
    right: 10px;
    top: 15px;
}
.fz_faq_section .btn-link::before{
	content: "";
	border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
	-webkit-transform: rotate( 
		225deg
		 );
    position: absolute;
    right: 10px;
    top: 15px;
}
.location_page_top_banner {
	max-width: 36%;
}

.desktop-hidden {
	display: none!important;
}

.ash_Services_we_provide h4 {
	display: inline-flex;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
	/*background: #efa092;*/
	color: #333;
	padding: 5px 5px 2px 5px;
	line-height: 20px;
}

.modal {
	z-index: 9;
}

.modal-backdrop.fade.show {
	display: none;
}

.my-modal.show {
	background-color: #00000052;
}

.heading-text::before {
	content: '';
	background: #333;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0px);
	width: 5%;
	bottom: -5px;
}

.why-we-best .wrapper {
	padding-bottom: 30px;
}

.bg_section .primarynew {
	border: 2px solid #fff;
}

.owl-item.active.center .item {
	position: relative;
	z-index: 999;
}

.primarynew.primarynew_sqare {
	padding: 8px 40px!important;
	border-radius: 4px!important;
}

.service_form_card_fz .primarynew {
	margin: 0px 5px;
}

.about_subheading {
	font-size: 20px;
	display: inline-block;
	margin: auto;
	/*background: #efa092;*/
	padding: 0px 10px;
	margin-bottom: 30px;
}

.about_visions_section_division {
	margin-bottom: 30px;
}

.about_visions_section_division .heading-text::before {
	transform: none;
	left: 0px;
}

.fz_service_top_sec {
	padding: 30px 15px;
	color: #fff;
}

.align_item_center {
	align-items: center;
}

.fz_service-text {
	background: #efa092;
	color: #fff;
	padding: 10px;
}



.fz_service_top_sec .text-wrappper div {
	-webkit-text-fill-color: white;
}

.fz_whom_we_serve .card-img-top {
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	border: 2px solid #f9eae8;
	padding: 6px;
}


.serv_modal .card-img-top {
	width: 100px;
}

.fz_whom_we_serve .card {
    padding: 10px;
    border-top: 5px solid #ea9a95;
}
.d_mb_d_flt_p{display: flex;}
.whome_me_serve_card_right_ds{padding: 0px 10px;}
.whome_me_serve_card_right_ds .my-primary {
    padding: 2px 10px;
    font-size: 14px;
}

/*.fz_whom_we_serve .openserve_modal {color: #efa092;
					width: auto;}*/

.fz_whom_we_serve .card p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: left;
}

.fz_guanteed_secftion {
	padding: 30px;
	margin: 60px 0px 0px 0px;
	background: #efa092;
}
.serverice_item_list_data-d ul li a{text-decoration: none;}

.fz_guanteed_secftion .only-border {
	border: 0px;
	background: #fff;
}



.our_facilities_right {
	display: flex;
	align-items: center;
}

.lobe-wrapper:hover {
	background: #efa092;
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%)!important;
}

.lobe-wrapper:hover .lobe {
	-webkit-text-fill-color: white;
}

.about_data_tpl .fz_service-text {
	background: #efa092;
	color: #000;
	padding: 10px;
	box-shadow: 5px 17px 24px 2px rgb(0 0 0 / 14%), 12px 11px 30px 5px rgb(217 182 182 / 12%), 6px 11px 10px -7px rgb(183 168 168 / 20%);
	border-radius: 1px 1px 5px 5px;
	border-top: 2px solid #333;
	border-radius: 0px;
}





.upgrade_itel_list {
	background: #efa092;
	color: #fff;
	margin-bottom: 10px;
	padding: 4px 10px;
	display: inline-block;
	width: 60%;
}


.plan_top_right_sider h4 {
	color: #333;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.top_plan_section_heading {
	margin-bottom: 30px;
}

.heading-text {
	font-size: 26px;
	position: relative;
	margin-bottom: 30px;
	/*background: linear-gradient(to right, #ed9d93 10%, #ffb284 50%, #212529 60%);*/
	background: linear-gradient(to right, #2f2482 10%, #2f2482 50%, #00963f 60%);
	background-size: auto auto;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* text-transform: uppercase; */
	font-weight: 800;
	background-size: 200% auto;
	color: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* display: inline-block; */
	animation: textclip 3s linear infinite;
}

.heading-text.heading-text-left::before {
	left: 0px;
	transform: none;
}

.text-1.heading-text {
	font-size: 30px;
}


/* end mission . section  */


/* emd code  */

.input-search::-webkit-input-placeholder {
	font-size: 15px !important;
}

.review-search .form-control:focus,
.review-search .custom-select:focus {
	color: inherit;
	background-color: inherit;
	border-color: transparent;
	outline: 0;
	box-shadow: inherit;
}

.review-search .form-control,
.review-search .custom-select {
	border-color: transparent;
	background: transparent !important;
}

.review-search {
	border: 1px solid #555;
	padding: 16px 14px;
	border-radius: 50px;
	position: relative;
}

.review-search button {
	position: absolute;
	right: 0;
	height: 100%;
	bottom: 0;
	border-radius: 50px;
	padding: 10px 32px;
}

@media (max-width: 767px) {
	.search-select {
		width: 100% !important;
	}
	.review-search {
		border: 0px;
		padding: 20px 14px 20px;
    border-radius: 21px;
	background: #ffded7;
	}
	.review-search button {

    border-radius: 17px;
    padding: 10px 32px;
    position: initial;
	margin-top: 20px;
	}
}


/* home page top section  */

.banner-wrapper-area {
	position: relative;
	/*z-index: 1;*/
	background-image: url(../images/banner-bg00.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	/* background-size: cover; */
	background-size: 100%;
	padding-top: 30px;
	padding-bottom: 300px;
}

.banner-wrapper-area::before {
	left: 0;
	right: 0;
	content: '';
	z-index: -1;
	bottom: -2px;
	height: 186px;
	position: absolute;
	background-image: url(../images/bg-shape3.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-wrapper-area .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}

.banner-wrapper-content {
	width: 50%;
	margin-left: 50%;
}

.banner-wrapper-content .sub-title {
	margin-bottom: 18px;
	display: inline-block;
	color: #ffffff;
	position: relative;
	background-color: #2f2683;
	border-radius: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 13px;
	font-weight: 600;
}

.banner-wrapper-content .sub-title i {
	position: absolute;
	left: 30px;
	margin-top: -1px;
	font-weight: 400;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-wrapper-content h1 {
	    font-size: 35px;
    margin-bottom: 39px;
    font-weight: 600;
    color: white;
    line-height: 35px;
}

.banner-wrapper-content p {
	    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 26px;
}

.banner-wrapper-content .top_home_form_fz {
	max-width: 560px;
	margin-top: 5px;
	position: relative;
}

.banner-wrapper-content label {
	top: 13px;
	left: 15px;
	line-height: 1;
	font-size: 22px;
	margin-bottom: 0;
	position: absolute;
	display: inline-block;
	color: #FE824C;
	
}

.banner-wrapper-content .input-search {
	width: 100%;
	height: 50px;
	border: none;
	display: block;
	border-radius: 5px;
	color: #110724;
	-webkit-transition: .5s;
	transition: .5s;
	border: 1px solid #FE824C;
	font-size: 15px;
	font-weight: 400;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	outline: 0px!important;
	padding-left: 50px;
}

.banner-wrapper-content button {
	top: 0;
	right: 0;
	height: 50px;
	border: none;
	position: absolute;
	color: #fff;
	border-radius: 5px 5px 5px 5px;
	-webkit-transition: .5s;
	transition: .5s;
	background: linear-gradient( 143deg, rgba(255, 178, 132, 1) 19%, rgba(232, 152, 151, 1) 100%);
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 15px;
	font-weight: 600;
}

.banner-wrapper-content .popular-search-list {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 20px;
}

.banner-wrapper-content .popular-search-list li {
	margin-right: 12px;
	display: inline-block;
	color: #666;
	font-weight: 600;
}

.banner-wrapper-content .popular-search-list li a {
	display: block;
	color: #110724;
	text-decoration: underline;
}

.banner-wrapper-area .text {
	position: absolute;
	right: 42%;
	color: #fdfdfd;
	top: 22%;
	background-color: #96319c;
	border-radius: 5px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
}

.banner-wrapper-area .text {
	right: 38%;
	top: 30%;
}

.banner-wrapper-area .text i {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #FE824C;
	position: absolute;
	left: 20px;
	top: 31%;
}

.banner-arrow {
	-webkit-animation: movebounce 5s linear infinite;
	animation: movebounce 5s linear infinite;
	position: absolute;
	z-index: -1;
	right: 45%;
	top: 30%;
}

.banner-arrow {
	right: 43%;
	top: 36%;
}

.banner-wrapper-content .prepend-icon {
	width: 30px;
}

.categories-area {
	position: relative;
	z-index: 1;
}

.categories-area.minus-top {
	/*top: -85px;
	margin-bottom: -85px;*/
	background-color: #fff;
}

.find_card_item {
	font-size: 20px;
	line-height: 35px;
}

.categories-area .pil {
	height: auto;
}

.categories-area .plan-pills {
	height: auto;
}

.categories-area .view-block {
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translate(-50%, 0%);
}

.categories-area .pills-label {
	padding: 5px;
	padding-bottom: 5px!important;
	border-bottom: 1px solid #fff;
	margin: auto;
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 800;
}

.how_we_work_item_list {
	margin-bottom: 30px;
}

.work_for_studen_fz .how_we_work_item_list .how {
	height: 200px;
	align-items: center;
}

.work_for_studen_fz {
	padding: 0px 10px;
	text-align: center;
}



.work_for_studen_fz h4 {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: 900;
	position: relative;
	display: inline-block;
}

.work_for_studen_fz h4::before {
	content: '';
	background: #ea9b95;
	position: absolute;
	left: 50%;
	bottom: -4px;
	height: 2px;
	width: 50px;
	transform: translate(-50%, 0%);
}

.work_for_studen_fz_odd .how {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

.work_for_tutor_fz .how {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}



.what-looking_left::before {
	content: '';
	background: #efc2c12e;
	position: absolute;
	right: -5px;
	top: -5px;
	bottom: -5px;
	/* width: 100%; */
	border-radius: 10px;
	left: -5px;
}

.what-looking_right::before {
	content: '';
	background: #efc2c12e;
	position: absolute;
	left: -5px;
	top: -5px;
	bottom: -5px;
	/* width: 100%; */
	border-radius: 10px;
	left: -5px;
}

.tutor {
	text-align: center;
}

.section_solid_fill {
	background: #f8ad85;
}

.bg_section_img {
	background-image: url(../images/bg_sss.jpg);
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_section_img::before {
	content: '';
	background: #33333394;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
}

.bg_section_img .stats:hover {
	box-shadow: 11px 7px 24px 2px rgb(219 179 179 / 14%), 0 6px 30px 5px rgb(255 255 255 / 23%), 8px 9px 10px -7px rgb(0 0 0);
	transition: all 1s;
	position: relative;
	/* top: -5px; */
	transform: scale(1.1);
}

.bg_section_img .stats {
	background: #ffffffdb;
	transition: all 1s;
	padding: 10px;
	border-radius: 5px;
}

.fz_top_header {
	border-bottom: 1px solid #e4e2e3;
}

.footer_section {
	background: #333;
}

#pt-sec-8 {
	background: #fff;
	padding: 5px;
}

.footer_section .fa-facebook-f {
	background: #3b5998;
}

.footer_section .fa-twitter {
	background: #629fdf;
}

.footer_section .fa-instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 90%, #285AEB 90%);
}

.footer_section .fa-linkedin {
	background: #1b8db9;
}

.footer_section .fa-youtube {
	background: #d50c0c;
}

.footer_section .footer-social {
	margin-top: 30px;
}

.testimonials .tutor-info {
	display: flex;
}

.fz_testimonial_desc {
	padding: 10px 10px 10px 20px;
	text-align: left;
}

.sectio_internal_bg_grey {
	background: #f3f3f3;
	overflow: hidden;
}


/* hire tutor page 	 */

.hire_a_tutor_page_form {
	width: 100%;
}


.hire_titor_location_card {
	margin-bottom: 20px;
}

.hire_a_tutor_page_form .form-control {
	background-color: transparent;
}

.form_right_hire_tutor {
	display: flex;
	height: 100%;
	align-items: center;
}

.hire_tutot_top_section_fz {
	position: relative;
}

.hire_tutot_top_section_fz::before {
	content: '';
	background-image: url(../images/6663.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	left: 0px;
	top: 0px;
	width: 50%;
	bottom: 0px;
	position: absolute;
	opacity: 0.1;
}

.hire_tutot_top_section_fz::after {
	content: '';
	background-image: url(../images/6663.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	right: 0px;
	top: 0px;
	width: 50%;
	bottom: 0px;
	position: absolute;
	opacity: 0.1;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.footer_newsletter_fz {
	background: #00963f;
}

.work_for_studen_fz_left h4::before {
	content: '';
	background: #ea9b95;
	position: absolute;
	left: 0px;
	bottom: -4px;
	height: 2px;
	width: 50px;
}

.work_for_studen_fz_left h4 {
	position: relative;
	margin-bottom: 20px;
}

.para_defaul_bottom_margin {
	margin-bottom: 30px;
}

.under_line_left_animation_heading::before {
	left: 0px;
	transform: inherit;
}



.default_list_property li {
	margin-bottom: 6px;
	font-size: 14px;
}

p {
	font-size: 16px;
}

.top_bredcumb_section {
	padding: 10px 15px;
	background: #ffb28459;
}


/*.top_bredcumb_section .text-wrappper div{-webkit-text-fill-color: #333;}*/

.top_bredcumb_section .about_subheading {
	/*color: #161313;*/
	/*background: #ffffff;*/
	margin-top: 0px;
	margin-bottom: 0px;
}



.faq_midde_fz_sec h4 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background: #ee9e92;
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
}

.faq_midde_fz_sec p {
	margin-bottom: 20px;
}

.footer_newsletter_fz .mail-icon img {
    width: 100px;
}

.why-para {
	margin-bottom: 30px;
}

.banner-wrapper-content h1 span {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 2px;
}



.nav-item.whatsapp .heading-text::before {
	display: none;
}

.text-animation {
	background: linear-gradient(to right, #2f2482 10%, #2f2482 50%, #00963f 60%);
	background-size: auto auto;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* text-transform: uppercase; */
	font-weight: 800;
	background-size: 200% auto;
	color: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* display: inline-block; */
	animation: textclip 3s linear infinite;
}

.top_banner_ads img {
	width: 100%;
}


/* .top_banner_ads{margin-bottom: 20px;} */

.bg-theme {
	background: #ee9f94;
}

.addmision_form_schools {
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
	padding: 30px;
	background: #fff;
	border-top: 2px solid #fdb085;
}




.section-default-theme {
	padding: 30px 0px;
	background: #f4f4f4;
}



.slick_slider_item_container .slick-prev {
	position: absolute;
	top: 50%;
	z-index: 9;
	left: 10px;
}

.slick_slider_item_container .slick-next {
	right: 10px;
	top: 50%;
	position: absolute;
}


.slick_slider_item {
	padding: 0px 10px;
}

.slick_slider_item_container .slick-arrow {
	color: #fff;
	border: 0px;
	background: linear-gradient( 143deg, rgba(255, 178, 132, 1) 19%, rgba(232, 152, 151, 1) 100%);
	transform: translate(0%, -50%);
	outline: 0px;
}



.tutotu_landing_page_top_sidebar {
	display: flex;
	align-items: center;
	position: relative;
	/* background-image: url(../images/img-8.jpg); */
	padding: 30px 60px;
	color: #fff;
}

.tutotu_landing_page_top_sidebar img {
	width: 100%;
}

.hire_tutot_landing_page_form {
	padding: 30px;
	/* background: #f5f9f7; */
}



.tutotu_landing_page_top_sidebar h2 {
	text-transform: uppercase;
	font-weight: 700;
}



.tutotu_landing_page_top_sidebar img {
	width: 100%;
	margin-bottom: 45px;
}

.tutotu_landing_page_top_sidebar_overlay {
	position: relative;
}

.tutotu_landing_page_top_sidebar::before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	/* background: #0000006e; */
}

.pd_0_lf_lr {
	padding: 0px;
}

.hire_tutot_landing_page_form .my-form-control {
	background: transparent;
}

.service_tp_banner_fz_t {
	background-image: url(../images/service_tp_banner.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.my-whit_btn {
	padding: 6px 14px;
	color: #333;
	font-size: 16px;
	letter-spacing: 1px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 5px;
	background: rgb(255, 255, 255);
	background: linear-gradient( 143deg, rgb(255, 255, 255) 19%, rgb(255, 255, 255) 100%);
	border: 1px solid rgb(255, 255, 255);
}

.tutor_card_row {
	display: flex;
}

.tutor_card_row_img {
	text-align: center;
}



.tutor_card_row_img img {
	width: 90px;
	margin-bottom: 10px;
}

.mr_b_fz_card {
	margin-bottom: 10px;
}



.view_btn {
	padding: 10px;
	text-align: center;
	display: block;
}

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


/* hire tuior page  */

.schools_details_top {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #00000094;
	color: #fff;
	padding: 30px;
	width: 350px;
	display: flex;
	align-items: center;
}

.top_banner_ads .scholl_logo {
	width: 70px;
	margin-bottom: 20px;
}

.schools_details_top h4 {
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 35px;
}

.maxLocationWidth_school {
	margin-bottom: 20px;
}

.top_banner_ads {
	position: relative;
}

.top_banner_ads_item {
	position: relative;
}

.top_banner_ads .slick-dots li button {
	font-size: 0;
	/* more CSS */
}

.top_banner_ads .slick-dots li button {
	width: 40px;
	height: 4px;
	margin: 0px 2px;
	background: #897d7d;
	border: 0px;
	outline: 0px;
	border-radius: 2px;
}

.top_banner_ads li.slick-active button {
	background: #fff;
}

.top_banner_ads .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0%);
	margin: 0px;
	padding: 0px;
	display: flex!important;
}

.top_banner_ads li {
	list-style: none;
}

.off_status {
	background: #f6a88b;
	background: #ab2e00;
	padding: 6px 10px;
	margin-bottom: 10px;
	display: inline-block;
	border-radius: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	/* animation: blink-animation 1s steps(5, start) infinite;
				-webkit-animation: blink-animation 1s steps(5, start) infinite; */
	top: 0px;
	left: 0px;
}

@keyframes blink-animation {
	to {
		visibility: hidden;
	}
}

@-webkit-keyframes blink-animation {
	to {
		visibility: hidden;
	}
}

.off_addmission {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	left: 20px;
}

.off_addmission h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
}





.off_box_add {
	color: #fff;
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	background: #dd2020;
	padding: 0px 10px;
}



.off_box_add span {
	font-size: 16px;
	margin-left: 10px;
}

.off_box_add_desc {
	display: flex;
	align-items: center;
}

.off_box_add_desc div {
	color: #e7ff65;
}

.money_back_data_bg {
    padding: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background: #fff;
	bottom: -100px;
	position: absolute;
	box-shadow: 0 8px 17px 2px rgb(211 187 187 / 45%), 0 3px 14px 2px rgb(255 242 242 / 34%), 0 5px 5px -3px rgb(157 132 132 / 20%);
	width: 60%;
	right: 50px;
	border-radius: 5px;
}

.plan_baner_header_banner {
	position: relative;
	margin-bottom: 100px;
}


/* play button  */

.play_video_btn_d .button {
	display: inline-block;
	position: relative;
}

.play_video_btn_d .button.is-play {
	background-color: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.play_video_btn_d .button.is-play .button-outer-circle {
	background: rgb(255 241 241 / 69%);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.play_video_btn_d .button.is-play .button-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 24px;
	transform: translate(-50%, -50%);
}

.play_video_btn_d .button.is-play .button-icon .triangle {
	-webkit-animation: fadeIn 7s ease;
	animation: fadeIn 7s ease;
}

.play_video_btn_d .button.is-play .button-icon .path {
	stroke-dasharray: 90;
	stroke-dashoffset: 0;
	-webkit-animation: triangleStroke 3s;
	animation: triangleStroke 3s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}

.play_video_btn_d .has-scale-animation {
	-webkit-animation: smallScale 3s infinite;
	animation: smallScale 3s infinite;
}

.play_video_btn_d .has-delay-short {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.play_video_btn_d {
	position: absolute;
	right: 100px;
}

.trabnsparent_btn_border {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
}

.button-icon svg {
	fill: #efa092;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes triangleStroke {
	from {
		stroke-dashoffset: 90;
	}
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes triangleStroke {
	from {
		stroke-dashoffset: 90;
	}
	to {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes smallScale {
	from {
		transform: scale(1);
		opacity: 1;
	}
	to {
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes smallScale {
	from {
		transform: scale(1);
		opacity: 1;
	}
	to {
		transform: scale(1.5);
		opacity: 0;
	}
}

.review_card_item{position: relative;    padding: 20px;
}
.review_card_item_image{    text-align: center;width: 150px;}

.review_card_item_image img{      width: 60px;
    border-radius: 4px;
}
.review_card_item_flex{display: flex;    align-items: center;}
.review_star_listing i{
    font-size: 12px;
}

.detail_item_card_fz.name_dt{    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ea9b95;}
	.review_card_item_details{    padding: 0px 0px 0px 30px;}
	.review_card_item_details table td{    padding: 10px 10px 0px 0px;}
	.user_type_review{position: absolute;
		right: 0px;
		top: 0px;
		background: #efa091;
		padding: 2px 10px;
		color: #fff;}
		.text-wrappper .plan_card_return_desc{    line-height: 30px;}
.bg-image-choose{ 
	background-image: url(../images/bg-about-da.jpg);
	padding: 40px 30px;
    /* color: #fff; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}
	.heading-text.text-white-color-white{-webkit-text-fill-color: white;}
	.heading-text.text-white-color-white::before{    background: #fff;}

	.serverice_item_list_data-d ul{   display: flex;
		margin: 0px;
		padding: 0px;
		list-style: none;}
	.serverice_item_list_data-d ul li div{     
		padding: 20px;
		background: #efa092;
		color: #ffffff;
		text-transform: uppercase;
		font-weight: 800;
		border-radius: 2px;
	}
		.serverice_item_list_data-d ul li{
			width: 25%;
			padding: 0px 10px;
		}
		.online_platform_banner_fz{text-align: center;}
		.online_platform_banner_fz img{width:100%;}
		.fz_faq_section .card-header{    padding: 0px;
			border: 0px;
			border-radius: 0px;}
/* end homepage  */


/*blog page */
.blog_page{font-family: 'Poppins', sans-serif;}

.blog_page .blog{
    width: 100%;
    height: auto;
    /* background-color: #F7A989; */
    background-color: #f9f9f9;
}
.blog_page .blog h5{
	font-size: 20px;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

      
      .blog_page .blockquote-footer::before {
        visibility: hidden;
      }
      
      .blog_page .blockquote-footer strong {
        font-size: 16px;
        transform: translateY(-14px);
        padding: 2px 5px;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0px 3px 10px;
      }

.blog_page .likes {
    position: absolute;
    left: 20px;
    bottom: 23px;
    font-size: 28px;
    cursor: pointer;
  }
  /* likes---------End-------------------------- */

  .studentBlog span,
  .schoolBlog span,
  .tutorsBlog span
  {
      font-size: 16px;
      font-weight: 200;
  }


  .blog_tubmnail_fz{position: relative;}

  .favourite_icon_fz{    position: absolute;
    top: 5px;
    right: 8px;
    background: #ffffff;
    padding: 10px;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    color: #d93131;
    justify-content: center;}
    .meta_deko {line-height: 18px;
    font-weight: 500;
    font-style: normal;
    color: #444;
    font-size: 11px;
        letter-spacing: 2px;
       text-transform: uppercase;
       	position: relative;  
}
.meta_deko:after {
  position: absolute;
    bottom: -6px;
    width: 53px;
    height: 2px;
    left: 0;
    display: block;
    content: '';
    background-color: #f36233;
}

.blog_card_item_list_detail_fz a{text-decoration: none;}
.blog_card_item_list_detail_fz_description{
	color: #3a3a3a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.meta_more{
    font-family: Poppins;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
    color: #444;
    font-size: 11px;
        letter-spacing: 2px;
        text-transform: uppercase;position: relative;

}
.meta_more a{
	color: #ff4f69;
}
.gimmimore {
        position: absolute;
    right: -26px;
    top: 50%;
    margin-top: -9px;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;}
.meta_more a:hover .gimmimore {
    right: -31px;
}
.card_b_blog_dt_fz{    margin-bottom: 30px;}


/*post details page */
.post-single .post-header {
    margin-bottom: 30px;
}
.post-single .post-header .title {
	    color: #333;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    margin: 20px 0;
    font-size: 36px;
}
.post .meta {
    font-size: 14px;
    color: #9faabb;
}
.post .meta li:not(:last-child) {
    margin-right: 0.8rem;
}
.post .meta a {
    color: #9faabb;
    font-weight: 400;
}


.post .meta li img.author {
    margin-right: 12px;
    vertical-align: middle;
}
.post .meta li:after {
    content: "";
    display: inline-block;
    background-color: #FE4F70;
    border-radius: 50%;
    margin-left: 1rem;
    height: 3px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 3px;
}
.post-single .featured-image {
    margin-bottom: 30px;
}
.post-single .featured-image img {
    border-radius: 10px;
    max-width: 100%;
}
.post-single .post-content {
    color: #707a88;
    font-size: 16px;
}
.post-single .post-bottom {
    border-top: solid 1px #EBEBEB;
    padding-top: 30px;
    margin-top: 30px;
}
.blog_details .tag {
    color: #8F9BAD;
    border: solid 1px #EBEBEB;
    border-radius: 25px;
    font-size: 13px;
    display: inline-block;
    padding: 3px 14px;
    margin: 4px 0;
}
.blog_details .social-icons a {
    font-size: 16px;
    color: #333;
	text-decoration: none;
}

.blog_details .section-header {
    margin-bottom: 30px;
    position: relative;
}
.blog_details .section-title {
    font-size: 24px;
    margin: 0;

}
.blog_details .bordered {
    border: solid 1px #EBEBEB;
    background: #fff;
}

.padding-30 {
    padding: 30px!important;
}
.blog_details .comments {
    padding: 0;
    margin: 0;
    background: #fff;
}
.blog_details .comments li {
    list-style: none;
}
.blog_details .comments li.comment {
    margin-bottom: 30px;
}
.comments li.comment .thumb {
    float: left;
}
.comments li.comment .thumb img{
	width: 60px;
}
.comments li.comment .details {
    margin-left: 70px;
}
.blog_details .comments li:after {
    content: "";
    display: block;
    height: 1px;
    margin-top: 30px;
    width: 100%;
    background: #EBEBEB;
    background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
    background: linear-gradient(to left, #EBEBEB 0%, transparent 100%);
}
.comments li.comment .details h4.name {
	    color: #333;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    font-size: 18px;
    margin: 0;
}
.comments li.comment .details h4.name a {
    color: #333;
}
.comments li.comment .details .date {
    color: #9faabb;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}
.btn-default {
    color: #FFF;
    padding: 9.5px 36px;
    background: #FE4F70;
    background: -webkit-linear-gradient(left, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
    background: linear-gradient(to right, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
    background-size: 200% auto;
}
.comments li.comment.child {
    margin-left: 60px;
}
.comments li:after {
    content: "";
    display: block;
    height: 1px;
    margin-top: 30px;
    width: 100%;
    background: #EBEBEB;
    background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
    background: linear-gradient(to left, #EBEBEB 0%, transparent 100%);
}
.blog_details .widget {
    border: solid 1px #EBEBEB;
    padding: 35px 30px;
    margin-bottom: 40px;
}
.blog_details .rounded {
    border-radius: 10px !important;
}
.blog_details .widget .widget-header {
    margin-bottom: 30px;
}
.blog_details .widget .widget-title {
	    color: #333;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    font-size: 20px;
    margin: 0;
}
.blog_details .post.post-list-sm {
    clear: both;
}
.blog_details .post.post-list-sm .thumb {
    float: left;
    position: relative;
}
.blog_details .post.post-list-sm.circle .thumb {
    max-width: 60px;
}
.blog_details .post .thumb.circle .inner {
    overflow: hidden;
    /*border-radius: 50%;*/
}
.blog_details .post .thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog_details .post.post-list-sm.circle .details {
    margin-left: 80px;
}
.post.post-list-sm:after {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    background: #EBEBEB;
    background: -webkit-linear-gradient(right, #EBEBEB 0%, transparent 100%);
    background: linear-gradient(to left, #EBEBEB 0%, transparent 100%);
}.blog_details .my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.blog_details .post.post-list-sm .post-title {
    font-size: 15px;
}
.blog_details .post .post-title a {
    color: #333;
}
.blog_details .post .meta {
    font-size: 14px;
    color: #9faabb;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.blog_details .breadcrumb-item a{color: #fff;}
.blog_details{background-color: #fff;}
.blog_bredcumb .breadcrumb{
    background-color: #ffb284;}
.blog_details .breadcrumb-item + .breadcrumb-item::before{color: #fff;}
.blog_details .breadcrumb-item.active{color: #39424a;}
.blog_details .comments li.comment:last-child{margin-bottom: 0px;}

.default_top_section img{width: 100%;}
.pd-b_0{padding-bottom: 0px!important;}
.youtube-theme{    background: #d50c0c;}
.linkedin-theme{    background: #1b8db9;}
.instagram-theme{    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 90%, #285AEB 90%);}
.twitter-theme{background: #629fdf;}
.facebook-theme{    background: #3b5998;}
.faq_midde_fz_sec .container p:last-child{margin-bottom: 0px;}
.social_data_list_contact_fz{    justify-content: center;
    margin-top: 100px;}
	.social_fixed_footer{position: fixed;
		right: 0px;
		top: 50%;
		transform: translate(0,-50%);z-index: 99;}
		.social_fixed_footer .social{    padding: 8px 0px;}
		#becomeatutorbtn {
		    position: fixed;
    top: 40%;
    left: -3    position: fixed;
    top: 40%;
    left: -43px;
    padding: 1px;
    margin: 0px;
    width: 125px;
    height: 39px;
    background: #2f2683;
    z-index: 15;
    border-radius: 0px 0px 5px 5px;
    -webkit-transform: rotate( -90deg );
    display: flex;
    align-items: center;
    justify-content: center;
		}
		#becomeatutorbtn p {
			margin: 0px;
	
		}
		#becomeatutorbtn a {
			color: #ffffff;
			text-decoration: none;
		}
		.linkedin-pinterest{
			background: #df0022;
		}
		.linkedin-telegram{
			background: #0084c6;
		}
		.social a{text-decoration: none;}
		.blog_details p span{    font-family: 'Nunito', sans-serif!important;}
/*end blog page */

/* admission page  */
.sidebar-wrapper {
    position: sticky;
    top: 100px;

    box-shadow: 0 4px 5px 0 rgb(239 239 239 / 14%), 0 1px 10px 0 rgb(199 187 187 / 12%), 0 2px 4px -1px rgb(227 227 227 / 30%);
    border-radius: 5px;

}
.sidebar-wrapper .sidebar-header {

    padding: 1rem;

    z-index: 1;
   
}
.sidebar-wrapper .widget {
    position: relative;
    background-color: #fff;
    margin-top: 2px;
}
.sidebar-wrapper .widget .widget-title {
    margin: 0;
    font-size: .92rem;
    font-weight: 600;
}
.sidebar-wrapper .widget .widget-title a {
    padding: 1rem;
    display: block;
    color: #444;
	text-decoration: none ;
}
.sidebar-wrapper .widget .widget-title a:after {
    display: inline-block;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    transform: translateY(-50%);
    font-family: "uni";
    font-size: .6rem;
    font-weight: 600;
	content: "\f106";
    font-family: FontAwesome;
    transition: all 300ms;
}
.sidebar-wrapper .widget .widget-title a.collapsed:after {
	content: "\f107";
    font-family: FontAwesome;
}
.sidebar-wrapper .widget .widget-body {
    padding: 0 1rem 1rem;
}
.sidebar-wrapper .widget .widget-body .filter-height {
    /* max-height: 11rem; */
    overflow: hidden;
}

.listImage {
    position: relative;
}
.position-relative {
    position: relative !important;
}
.listImage .listImagemax {
    width: 245px;
    max-height: 147px;
}
.admission-open {
    position: absolute;
    font-size: .7rem;
    color: #fff;
    margin-left: 0;
    line-height: 2;
    z-index: 0;
    top: 0;
    left: 0;
    border-radius: 0 0 5px 0;
}
.listContent {
    padding-top: 16px;
    padding-bottom: 16px;
}
.item-title .h4 {
    font-size: 1.2rem;
    color: #333;
    font-weight: 800;
}
.mw180 {
    max-width: 180px;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.admission-partner.admission-partner-xs {
    white-space: nowrap;
}
.item-label {
    margin-right: 0.25rem;
    display: inline-block;
    line-height: 14px;
}
.item-val {
    color: #303264;
    font-weight: 600;
}
.item-title .font-1{
	font-size: 18px;
}

.item-list-schools{
	background: #fff;
    padding: 10px;
    box-shadow: 0 4px 5px 0 rgb(255 232 232 / 14%), 0 1px 10px 0 rgb(255 213 213 / 12%), 0 2px 4px -1px rgb(149 115 115 / 30%);
    border-radius: 4px;
	margin-bottom: 15px;
	position: relative;
}
.sidebar-wrapper .sidebar-header.sidebar-header-fix {
    position: sticky;
    top: 85px;
    background: #fff;
    border-radius: 4px;
}
.board_list .item-val-board{
	background: #12121229;
    margin-right: 5px;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 14px;
    font-weight: 600;
}
.class_type{    margin-bottom: 10px;}
.item-label-class_type{
	padding-right: 10px;
    font-size: 14px;
	position: relative;
}
.item-label-class_type::after{
	content: '';
    position: absolute;
    right: 2px;
    width: 1px;
    height: 12px;
    background: #a18787;
    top: 50%;
    transform: translateY(-50%);

}

.filter_container_container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: #536777;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .filter_container_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .filter_container_container .checkmark {
	position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1.9px solid #667a89;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgb(204 173 173 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(191 146 146 / 20%);
  }
  
  /* On mouse-over, add a grey background color */
  .filter_container_container:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .filter_container_container input:checked ~ .checkmark {
	background-color: #ee9f92;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .filter_container_container input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .filter_container_container .checkmark:after {
	left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .pagination .page-item a{    color: #333;}
  .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ee9f92;
    border-color: #ee9f92;
}
.applied-text{
	position: absolute;
    right: 10px;
    top: 6px;
}
.dating_d h4{font-size: 18px;text-align: right;}

.dating_d i{    color: #e9ecef;}


.card_scholl_btn_container{
	position: absolute;
    bottom: 10px;
    right: 10px;
}




.school_detail_top_logo_dt{
	display: flex;
	color: #fff;
}

.schoollogo{text-align: right;}
 .schoollogo img{
	 border-radius: 6px;
	 width: 100px;
 }
 .schoollogo_details h4{
	font-size: 30px;
    font-weight: 600;

 }
 .schoollogo_details_li{
    display: flex;
    list-style: none;
    padding: 0px;
    margin-bottom: 10px;
 }
 .schoollogo_details_li li{
	margin-right: 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
 }
 .schoollogo_details_li span i{
	margin-right: 4px;
 }

 .school_detail_top{
    position: relative;
    background-image: url(../images/scholl-banner-ds.jpg);
	padding: 50px 30px;

    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
 }
 .school_detail_top_overlay{
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: linear-gradient(to top,rgba(0,0,0,0.3),#323c4f);
 }
 .z_plus{position: relative;z-index: 9;}
 .schoollogo_details{
	 padding: 0px 20px;
 }
 .schoollogo_details_li span svg{
	/* width: 15px; */
	margin-right: 5px;
	fill: #fff;
 }
 .school_detail_top .applied-text{
	 color: #fff;
 }

 .school_de_page .sub-menu {
    background: #fff;
    text-align: center;
    clear: both;
    width: 100%;
}
.school_de_page .sub-menu.fixed {
	position: fixed;
    z-index: 9;
    top: 60px;
    background: #f6f6f6;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #fdb085;
}
.sub-menu li{
	margin: 0px 15px;
}
.sub-menu ul{
    margin: 0px;
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
}
.sub-menu li a{
	color: #333;
    font-weight: 600;
}
.sub-menu li.active a{
    border-bottom: 2px solid rgb(255, 178, 132);
}


.school_description h4{
	
    font-size: 18px;
    font-weight: 800;

}
.schools_faq_accordian .card-header{
    background: #ee9e92;
    margin-bottom: 12px;
}
.schools_faq_accordian .card-header a{
	color: #fff;
    font-size: 16px;
    font-weight: 600;
	text-decoration: none;
}
.schools_faq_accordian ul{    font-size: 14px;
}
.schools_faq_accordian p{    font-size: 14px;
}
.schools_faq_accordian .card{
	background: transparent;
	border: 0px;
}
.schools_faq_accordian .card-header a.collapsed::before{    content: "\f106";
    content: "\f107";
    font-family: FontAwesome;
    transition: all 300ms;
    position: absolute;
    right: 16px;
}
.desktop_hidden{display: none!important;}
.item-label-class_type:last-child::after{
	display: none;
}
.btn-bordered-detail{
	text-decoration: underline;
}
.btn-bordered-detail:hover{
	text-decoration: underline;
}

.plan_subMenu .sub-menu li a{
	border-radius: 5px;
    padding: 5px 15px;
	transition: all .5s ease;
	border: 0px;
}

.plan_subMenu .sub-menu li.active a{

    background: #fff;
    box-shadow: rgb(255 255 255 / 17%) 15px -12px 10px 13px, rgb(255 147 100 / 97%) -2px 1px 8px 0px, rgb(246 168 139 / 30%) 0px -3px 0px inset;}
.plan_subMenu .sub-menu li a:hover{
    box-shadow: rgb(255 255 255 / 17%) 15px -12px 10px 13px, rgb(255 147 100 / 97%) -2px 1px 8px 0px, rgb(246 168 139 / 30%) 0px -3px 0px inset;
	background: #fff;
}
.plan_subMenu .school_de_page .sub-menu{
background: transparent;
}
.school_de_page .plan_subMenu .sub-menu{
    background: #efefef;
    margin-bottom: 0px;
    padding: 10px 0px;

}
.plan_subMenu .sub-menu li{    margin: 0px 20px;}
.header_marquee {
	display: block;
    padding: 5px 0px;
}
.header_marquee span{
	font-size: 16px;
}
.header_marquee .heading-text::before{
display: none;
}
.empty_plan{
	text-align: center;
    padding: 30px;
}
.empty_plan img{
	width: 400px;
}
.justify_center{
	justify-content: center;
}
.applie_filter_item{
	background: #e2e2e2;
    margin-right: 5px;
    padding: 5px 10px;
    color: #333;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
}
.allpied_filter_ds {
	padding: 10px 0px;
}
.medium_badeges small{
	background: #ffb284;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
	margin-right: 5px;

}
.medium_text_d{
	margin-right: 7px;
    font-size: 14px;
}
.dropdown_menu_header{
	display: none;
	position: absolute;
    z-index: 99;
    background: #fff;
    padding: 0px;
    box-shadow: 0 16px 24px 2px rgb(227 211 211 / 14%), 0 6px 30px 5px rgb(92 86 86 / 12%), 0 8px 10px -7px rgb(209 188 188 / 20%);
    border-radius: 4px;
    list-style: none;
    min-width: 150px;
}
.dropdown_menu_header a{
	color: #333;
    font-weight: 600;
    padding: 6px 14px;
    display: block;
	text-decoration: none;
}
.header_dropdown.active .dropdown_menu_header{
display: block;
}
.bottom-header-nav li a::before{
	display: none!important;
}
.not_found_gif{
    background: #fff;
    padding: 30px;
}
.line_through{
	text-decoration: line-through;
}
.type_sign{
	display: none;
}
.ul_all0{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.state_search::placeholder{font-size: 14px}
.error{color: red;}
.review_read_more{
	color: #efa091;
    font-weight: 700;
    text-decoration: underline;
}
#reviewdetails .modal-dialog{
	max-width: 700px;
}


#review_detailall .review_card_item_details{
	padding: 0px;
}
.comments_areardesc p{
	font-family: 'Nunito', sans-serif!important;
}

.comments_areardesc strong , .comments_areardesc h4, .comments_areardesc span{
	font-family: 'Nunito', sans-serif!important;
}

#reviewdetails.show{
	background: #3333331f;
}

.prev_paginateion_left {
    width: 15px!important;
    transform: rotate(180deg);
}
.next_paginateion_left {
    width: 15px!important;
}



/* jobs page */
.jobspage{
    padding: 30px;
}
.qsb-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    color: #1b2437;
    margin-bottom: 0px;
    line-height: 40px;
}
.qsb-byLine {
    font-size: 17px;
    line-height: 24px;
    color: #8292b4;
	margin-bottom: 20px;
}
.jobs_heading{
	text-align: center;
}
.searchwrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.searchwrapper .innersearchwrapper {
    display: flex;
    align-items: center;
    padding: 9px 9px 9px 24px;
    background: #fff;
    border: 1.26923px solid #eaf1f5;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgb(86 141 187 / 12%);
    border-radius: 100px;
}
.searchwrapper .innersearchwrapper .searchIcon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.flex-wrap {
    flex-wrap: wrap;
}

.field-wrapper .suggestor-box {
    position: relative;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dbdde6;
    padding: 4px 12px;
}
.field-wrapper.active .suggestor-box {
    border-color: #0078db;
}
.searchwrapper .innersearchwrapper .searchwrapperkey .suggestor-box {
    width: 340px;
    padding: 4px 12px 4px 4px;
}
.searchwrapper .innersearchwrapper .field-wrapper .suggestor-box {
    border: none;
}
.field-wrapper .suggestor-box .suggestor-input {
    border: none;
    flex-grow: 1;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #091e42;
    padding: 8px 0;
    font-weight: 500;
	outline: 0px;
}
.searchwrapper .innersearchwrapper .field-wrapper .suggestor-box .suggestor-input {
    font-size: 15px;
    line-height: 22px;

    color: #1b2437;
    font-weight: 400;
}
.searchwrapper .innersearchwrapper .pipe {
    background: #eaf1f5;
    border-radius: 2.53846px;
    width: 1px;
    height: 28px;
}
.searchwrapper .innersearchwrapper .locationSugg {
    margin-left: 0;
}
.searchwrapper .innersearchwrapper .locationSugg .suggestor-box {
    width: 232px;
}



.qsbSubmit {
    padding: 11px 28px;
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    background: linear-gradient( 143deg, rgba(255, 178, 132, 1) 19%, rgba(232, 152, 151, 1) 100%);
    box-shadow: 0 5.07692px 12.6923px rgb(69 126 255 / 10%);
	border: 0px;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
}
.animated_under_0::before{display: none!important;}




/* end job page  */

/* job listing page  */
.br4 {
    border-radius: 4px;
}
.jobTuple {
    border: 1px solid #ebf0f6;
    padding: 24px 24px 16px;
    display: inline-block;
    width: 100%;
}
.jobTuple {
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 106 194 / 20%);
    box-shadow: 0 1px 2px 0 rgb(0 106 194 / 20%);
    -webkit-transition: -webkit-box-shadow .2s linear;
    transition: -webkit-box-shadow .2s linear;
    -o-transition: box-shadow .2s linear;
    transition: box-shadow .2s linear;
    transition: box-shadow .2s linear,-webkit-box-shadow .2s linear;
}
.fleft {
    float: left;
}
.jobTupleHeader>.info {
    width: calc(100% - 80px);
	line-height: 20px;
}
.ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fw500 {
    font-weight: 500;
}
.jobTupleHeader .title {
	font-size: 18px;
    font-weight: 700;
}
.lh16 {
    line-height: 16px;
}
.jobTupleHeader .companyInfo {
    font-size: 14px;
	margin-bottom: 8px;
}
.jobTupleHeader .subTitle, .jobTupleHeader .title {
    color: #091e42!important;
    max-width: 100%;
    display: inline-block;
}
.jobTupleHeader .companyInfo .subTitle {
    max-width: 250px;
}
.jobTupleFooter, .jobTupleHeader, .jobTupleHeader ul, .tags {
    width: 100%;
    display: inline-block;
	list-style: none;
    margin: 0px;
    padding: 0px;
}
.jobTupleHeader ul li {
    margin-left: 16px;
    position: relative;
}
.jobTupleHeader ul li:first-child {
    margin-left: 0;
}
.naukicon {
    line-height: 1;
}
.jobTupleHeader ul li span {
    max-width: 139px;
    display: inline-block;
}
.search-result-container .fs12 {
    font-size: 12px;
}
.tags {
    margin-top: 12px;
}
.tags.has-description {
    max-height: 20px;
    overflow: hidden;
	margin-bottom: 10px;
}
.jobTupleFooter .type {
	padding: 3px 8px;
    display: grid;
    position: relative;
    background: #f4f5f7;
    border-radius: 4px;
    width: auto;
}
.jobTupleFooter .type span {
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block;
    letter-spacing: .2px;

	font-weight: 700;
}
.bgWhite {
    background: #fff;
}
.fs12 {
    font-size: 12px;
}
.grey-text {
    color: #536777;
}
.icon_mr{
	margin-right: 4px;
}

.naukri-js-wdgt * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    word-break: break-word;
}

.tuple {
    padding: 24px 18px;
    -ms-flex-preferred-size: 32%;
   
   background: #fff;
   
   
    -webkit-box-shadow: 0px 4px 10px 0px rgb(0 77 255 / 4%);
    box-shadow: 0px 4px 10px 0px rgb(0 77 255 / 4%);
    cursor: pointer;
}
.standard-collection-main .standard-collection .tuple {
    max-width: 300px;
    border-radius: 16px 6px;
}
.standard-collection-main .standard-collection .tuple:nth-child(2n+1) {
    margin-top: unset;
}
.tuple.standard .imagewrap {
    width: 44px;
    height: 44px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #D3E1EA;
}
.tuple.standard .imagewrap .logoImage {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    position: absolute;
    overflow: hidden;
    height: 104%;
    top: -1px;
    left: 0;
    width: 100%;
}
.tuple .contentwrap {
    width: 100%;
    text-align: left;
    padding: 0px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;   
}
.relevent_listing_container .relevent_listing:last-child .contentwrap{
	border: 0px;
    padding-bottom: 0px;
}
.tuple .contentwrap .additionalDetails {
    color: #8292B4;
    position: relative;
    margin: 2px 0 0 0;
}
.tuple .contentwrap .tagswrap {
    margin-top: 10px;
    max-height: 41px;
    overflow: hidden;
}
.cardtag {
    border: 1px solid #ECF5FF;
    padding: 1px 6px;
    border-radius: 4px;
    max-width: 100%;
    margin-right: 4px;
    color: #8292B4;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.compName{
    font-size: 15px;
    font-weight: 500;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.job_listing_item{margin-bottom: 10px;}
.popular_heading{
	font-size: 16px;
    font-weight: 600;
    margin-bottom: 9px;
    display: inline-block;
    background: #fdb086;
    padding: 5px 20px;
    color: #fff;
	text-transform: uppercase;
}
.listing_inline{display: flex;}

.listing_inline_right{
	padding-left: 10px;
}

.relevent_listing{    border-bottom: 1px solid #d8e7f3;}
.job_detaiils_headbox{
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 5px 10px 2px rgb(195 192 192 / 20%);
    margin-bottom: 20px;
}
.job_detaiils_headbox h4{
	font-size: 18px;
    font-weight: 700;
}


.job_s_name_short_ds ul{margin: 0px; padding: 0px;list-style: none;}
.job_s_name_short_ds li{
	color: #666;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 6px;
}
.job_s_name_short_ds li .icon_mr{
	color: #d5c4c4;
}
.my-primary-solid{
	border: 1px solid rgb(255, 178, 132);
}
.job_etails_apply_btn_container{
	height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
}
.job_mor_detasil{
	margin-top: 20px;

}
.job_mor_detasil td{
	padding: 0px 20px 0px 0px;
    font-size: 14px;
}
.job_mor_detasil td span{
	color: #536777;
}
.job_full_description p{
	font-size: 14px;
    margin-bottom: 4px;
}
.job_mor_detasil p{
	margin-bottom: 4px;
    font-size: 14px;
}
.skill_box a{
	
    font-size: 12px;
    color: #536777;
    border: 1px solid #536777;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 15px;
    text-decoration: none;

}
.relevent_listing_container{
	margin-bottom: 30px;
}
.job_etails_apply_btn_container a{text-decoration: none;}


.sidebar-header .widget{
border: 0px;
}
.sidebar-header h3{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-header h3 a{
	float: right;
    font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
    font-weight: 600;
    color: red;
}
/* end job listing page  */


/* servie page  */
.ash_Services_we_provide {
    box-shadow: rgb(247 169 138 / 17%) 15px -12px 10px 13px, rgb(249 171 137 / 97%) 3px 3px 12px 1px, rgb(246 168 139 / 30%) 0px -3px 0px inset;
    margin: 30px 0px;
    border-radius: 6px;
}
.my-form-control::placeholder{
	font-size: 14px;
}
.inline_elippses{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.mr_b_fz_card .card-title{
	font-size: 16px;
	text-transform: uppercase;
}
.mr_b_fz_card .card-text{
	font-size: 15px;
}
.more_action_btn{
	text-align: right;
    margin: 0px;
    cursor: pointer;
    color: #ed9e93;
    font-weight: 600;
}
.adddmisson1 .select2-container--default .select2-selection--single{
	border: 1px solid #ced4da;
    border-radius: 0.25rem;
	
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
	height: calc(1.5em + 0.75rem + 2px);
	border-color: #aaa;
}
.select2-container--default .select2-selection--multiple{
	height: calc(1.5em + 0.75rem + 2px);
}
.label_100per{
	display: block;
	width: 100%;
}
.form_heading_hiretutot{
	margin-bottom: 20px;
}
.form_heading_hiretutot h4{margin: 0px;}
.form_heading_hiretutot h4::before{display: none;}
.form_heading_hiretutot h5{
	font-size: 14px;
}

button:disabled{
	background: #4444;
    opacity: 0.5;
    color: #333;
    cursor: default;
}
.banner-wrapper-content .popular-search-list li a:hover{
	color: #ee9e93;
}
.tab_logods img{
	width: 80px;
    padding: 10px 0px;
}
/* .navbar-light .bottom-header-nav.navbar-nav .nav-link img{
    width: 28px;
} */
.nav_icon_otherdeevice{
	width: 22px;
}

.contact_page .box_two {
    box-shadow: rgb(247 169 138 / 17%) 15px -12px 10px 13px, rgb(249 171 137 / 97%) 3px 3px 12px 1px, rgb(246 168 139 / 30%) 0px -3px 0px inset;    padding: 30px;
    border-radius: 6px;
}
.sign-in{
	background: transparent;
    padding: 10px;
    border-radius: 10px;
    
	box-shadow: none;
}

.hire_tutot_landing_page_form .sign-in{
	background: #fff;
	box-shadow: 0 8px 17px 2px rgb(211 180 180 / 14%), 0 3px 14px 2px rgb(237 217 217 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
}
.signup-sec-body .sign-in{
	background: #fff;
	box-shadow: 0 8px 17px 2px rgb(211 180 180 / 14%), 0 3px 14px 2px rgb(237 217 217 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
}
.signin-block-body .sign-in{
	background: #fff;
	box-shadow: 0 8px 17px 2px rgb(211 180 180 / 14%), 0 3px 14px 2px rgb(237 217 217 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
}
/* sign page 04-03-2022 */
.section_with_tran_image{
	background-position: top center;
    background-repeat: no-repeat;
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(../images/banner-bg00.png);
    background-size: 100%;
	background-repeat: no-repeat;
}
.heading-text.without_bottom_::before{
display: none;
}
p.heading-text.without_bottom_{
	font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.my-primary.resend-otp-block{
	position: absolute;
    right: 15px;
    top: 0px;
}
.my-primary.resend-otp-block button{
	color: #fff;
	background: transparent;
    border: 0px;
    padding: 0px;
}
#otp_clocktimer{
	font-weight: 400;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
}
/* end data  */

#selectsubjectLandingFOrm::-webkit-scrollbar {
	width: 10px;
  }
  #modeLand::-webkit-scrollbar{
	width: 10px;
  }


.collapse_downarrow{
position: relative;
}
.collapse_downarrow .fa{
	position: absolute;
    right: 5px;
    top: 13px;
    font-size: 14px;
    color: #000;
}
.subject_contain_list{
	background: #fff;
    display: block;
    padding: 8px;
    border: 1px solid #efe2e2;
}

.introLoader, .introLoading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999;
}
.introLoading {
    background-color: rgba(0,0,0,0.8);
}

.introLoader.gifLoader .gifLoaderInner {
    background-image: url(../images/circle-bub_dark.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.introLoader.gifLoader .gifLoaderInner, .introLoader.gifLoader .gifLoaderInnerCustom {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.text-red{
	color: red;
    font-size: 14px;
}


/* blog page  */
.blog_search_field{
    position: relative;
    width: 50%;
    margin: auto;
    margin-bottom: 40px;
}

.blog_search_field button{
	position: absolute;
    right: 0px;
    top: 0px;
}
.blog_search_field .form-group{
display: flex;
align-items: center;
}
.blog_search_field .form-group label{
	white-space: nowrap;
	margin: 0px;
    margin-right: 10px;
	}
/* end blog page  */




/* snacbar  */
#snackbar {
	visibility: hidden; /* Hidden by default. Visible on click */
	min-width: 250px; /* Set a default minimum width */
	margin-left: -125px; /* Divide value of min-width by 2 */
	background-color: #333; /* Black background color */
	color: #fff; /* White text color */
	text-align: center; /* Centered text */
	border-radius: 2px; /* Rounded borders */
	padding: 16px; /* Padding */
	position: fixed; /* Sit on top of the screen */
	z-index: 1; /* Add a z-index if needed */
	left: 50%; /* Center the snackbar */
	bottom: 30px; /* 30px from the bottom */
  }
  
  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  #snackbar.show {
	visibility: visible; /* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
	However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  /* Animations to fade the snackbar in and out */
  @-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
  }
  
/* end snackbar  */

.bg_section ul{
background-color: transparent!important;
}
#customers-testimonials .shadow-effect p span{
	font-family: 'Nunito', sans-serif!important;

}



/* ====================
##. Faq Area
==================== */
.faq {
    padding: 90px 0;
  }
  
  .faq .faq-box .card {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-bottom: 20px;
  }
  
  .faq .faq-box .card .card-header {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  
  .faq .faq-box .card .card-header a {
    display: block;
    height: 55px;
    background: #eeeeee;
    position: relative;
  }
  
  .faq .faq-box .card .card-header a i {
    background: var(--ins-brand-color);
    font-size: 24px;
    color: #fff;
    position: absolute;
    width: 55px;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 15px;
  }
  
  .faq .faq-box .card .card-header a span {
    position: absolute;
    top: 13px;
    left: 10%;
    font-size: 18px;
    color: #222222;
    font-weight: 600;
  }
  
  .faq .faq-box .card .card-header a.hvr-effect.collapsed i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .faq .faq-box .card .card-body {
    border: 1px solid #eeeeee;
    border-top: none;
  }
  
  .faq .faq-box .card .card-body p {
    font-size: 15px;
    color: #969696;
    line-height: 25px;
  }
  
  .faq .faq-widgets .faq-widget {
    border: 1px solid #eeeeee;
    padding: 20px 25px;
    margin-bottom: 35px;
  }
  
  .faq .faq-widgets .faq-widget h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 15px;
    position: relative;
  }
  
  .faq .faq-widgets .faq-widget h5:before {
    position: absolute;
    content: '';
    background: var(--ins-brand-color);
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 0;
  }
  
  .faq .faq-widgets .faq-widget ul li a {
    display: block;
    font-size: 15px;
    color: #555555;
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  .faq .faq-widgets .faq-widget ul li a:hover {
    color: var(--ins-brand-color);
  }
  
  .faq .faq-widgets .faq-widget ul li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  
  .faq .faq-widgets .shedule-box {
    border: 1px solid #eeeeee;
    padding: 20px 25px 25px;
  }
  
  .faq .faq-widgets .shedule-box .open-hr {
    margin-bottom: 28px;
  }
  
  .faq .faq-widgets .shedule-box .open-hr h6 {
    font-size: 17px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 18px;
  }
  
  .faq .faq-widgets .shedule-box .open-hr h6 i {
    color: var(--ins-brand-color);
    margin-right: 8px;
  }
  
  .faq .faq-widgets .shedule-box .open-hr ul li {
    font-size: 15px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #dddddd;
  }
  
  .faq .faq-widgets .shedule-box .open-hr ul li span {
    float: right;
  }
  
  .faq .faq-widgets .shedule-box .help-box h6 {
    font-size: 17px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 13px;
  }
  
  .faq .faq-widgets .shedule-box .help-box h6 i {
    color: var(--ins-brand-color);
    margin-right: 8px;
  }
  
  .faq .faq-widgets .shedule-box .help-box p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  
  .faq .faq-widgets .shedule-box .help-box a {
    font-size: 15px;
    color: #fff;
    background: var(--ins-brand-color);
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 8px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
  }
  
  .faq .faq-widgets .shedule-box .help-box a:hover {
    background: #008FD5;
  }
  
  .faq-two {
    padding: 90px 0 55px;
  }
  
  .faq-two .faq-qes {
    margin-bottom: 30px;
  }
  
  .faq-two .faq-qes ul li a {
    font-size: 17px;
    color: #222222;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .faq-two .faq-qes ul li a:hover {
    color: var(--ins-brand-color);
  }
  
  .faq-two .faq-ans {
    margin-bottom: 28px;
  }
  
  .faq-two .faq-ans .fa-ttl p {
    font-size: 17px;
    color: #222222;
    margin-bottom: 15px;
  }
  
  .faq-two .faq-ans .fa-par p {
    font-size: 15px;
    line-height: 25px;
  }
  
  .faq-two .faq-widgets .faq-widget {
    border: 1px solid #eeeeee;
    padding: 20px 25px;
    margin-bottom: 35px;
  }
  
  .faq-two .faq-widgets .faq-widget h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 15px;
    position: relative;
  }
  
  .faq-two .faq-widgets .faq-widget h5:before {
    position: absolute;
    content: '';
    background: var(--ins-brand-color);
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 0;
  }
  
  .faq-two .faq-widgets .faq-widget ul li a {
    display: block;
    font-size: 15px;
    color: #555555;
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  .faq-two .faq-widgets .faq-widget ul li a:hover {
    color: var(--ins-brand-color);
  }
  
  .faq-two .faq-widgets .faq-widget ul li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  
  .faq-two .faq-widgets .shedule-box {
    border: 1px solid #eeeeee;
    padding: 20px 25px 25px;
  }
  
  .faq-two .faq-widgets .shedule-box .open-hr {
    margin-bottom: 28px;
  }
  
  .faq-two .faq-widgets .shedule-box .open-hr h6 {
    font-size: 17px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 18px;
  }
  
  .faq-two .faq-widgets .shedule-box .open-hr h6 i {
    color: var(--ins-brand-color);
    margin-right: 8px;
  }
  
  .faq-two .faq-widgets .shedule-box .open-hr ul li {
    font-size: 15px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #dddddd;
  }
  
  .faq-two .faq-widgets .shedule-box .open-hr ul li span {
    float: right;
  }
  
  .faq-two .faq-widgets .shedule-box .help-box h6 {
    font-size: 17px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 13px;
  }
  
  .faq-two .faq-widgets .shedule-box .help-box h6 i {
    color: var(--ins-brand-color);
    margin-right: 8px;
  }
  
  .faq-two .faq-widgets .shedule-box .help-box p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  
  .faq-two .faq-widgets .shedule-box .help-box a {
    font-size: 15px;
    color: #fff;
    background: var(--ins-brand-color);
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 8px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
  }
  
  .faq-two .faq-widgets .shedule-box .help-box a:hover {
    background: #008FD5;
  }
  .faq_iocn{
    position: absolute;
      right: 14px;
  }


  .faq_sectiond .card-header{
    background: #f2a38f;
    color: #fff;
  }
  .faq_sectiond .card{
    margin-top: 20px;
  }
  .faq_sectiond .card-header a{
    color: #fff;
  }

.section_shiv{
    padding: 30px 0px;
   
  }
  .section_shiv p{
    color: black;
  
  }

  .sidebar-header img{
    width: 24px;
    margin-right: 11px;
}
.sidebar-header h3{
    font-size: 15px;
    font-weight: 700;
}

.header_dropdown .dropdown-toggle::after{
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 200;
    border: 0px;
    position: absolute;
    right: -9px;
}
.common-content ,.common-content p, .common-content span, .common-content p{
	font-family: 'Nunito', sans-serif!important;
}
.bg_section  .subheading_mobile{
    font-size: 24px;
}
.sitemap_heading {

}
.sitemap_heading h3{
	text-align: center;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-size: 20px;
}
.mission-bg .heading-text.heading_white{
	 margin-top: 0px;
}
.heading-text.heading_white::before{
    background: #fff;
}
.password_validation{
	display: block;
}
.dlfex_card {
	display: flex;
}
.blog_tubmnail_fz a{
    display: block;
    height: 100%;
}
.blog_tubmnail_fz a img{
	height: 100%;
}
.add_list img{width: 100%;}

.my_sidebar_filter_ds .sidebar-left .sidebar-widget {
    padding: 20px;
}
.border-radius-10 {
    border-radius: 10px;
    overflow: hidden;
}
.my_sidebar_filter_ds .font-small {
    font-size: 13px!important;
}
.my_sidebar_filter_ds .text-muted, .my_sidebar_filter_ds .text-muted a {
    color: #9babb6!important;
	margin: 0px;
	padding: 0px;
}
.my_sidebar_filter_ds .sidebar-widget{
	padding: 20px;
	font-family: 'Nunito', sans-serif;
}
.my_sidebar_filter_ds .widget_categories li.cat-item{
	text-align: right;
    display: table;
    width: 100%;
	list-style: none;
}
.my_sidebar_filter_ds .widget_categories li.cat-item a{
	text-align: left;
    float: left;
    padding: 7px 0;
    font-size: 13px;
    font-family: 'Nunito',sans-serif;
    font-weight: 600;
}
.breadcrumb .breadcrumb-item{
    font-size: 14px;
}
.my_sidebar_filter_ds .widget_categories li.cat-item a.active{
	color: #ffb284!important;
}
.writer_details{
	display: flex;
    align-items: center;
    text-align: right;
}
.writer_name{
	font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.writer_img{
    margin-left: 10px;
}
.writer_img img{
	width: 35px;
}
.card_blog_footer{
	display: flex;
    justify-content: space-between;
    align-items: center;
}.blog_updated_text_mute{
	font-size: 12px;
    color: #7e7070;
    font-weight: 400;
}
.ads_section_full{
	margin-bottom: 20px;
}
.ads_section_full img{
	max-width: 100%;
}
.section-padding-02 {
    padding-top: 20px;
}
.text-center {
    text-align: center !important;
}
.section-title .title {
    font-size: 36px;
    font-weight: 700;
    color: #29303b;
    line-height: 42px;
}
.features-cate-3-item-wrapper {
    padding-top: 40px;
}
.courses-subject-item.color-1 {
    background: #4fbc9d;
}
.courses-subject-item.color-2 {
    background: #87c66d;
}
.courses-subject-item.color-2nd{
	background: #5ce1e6;
}

.courses-subject-item {
    background: #2f2683;
    padding: 40px;
    border-radius: 10px;
    margin-top: 30px;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.courses-subject-item .courses-subject-img a {
    background: rgb(0 0 0 / 34%);
    border-radius: 10px;
    width: 118px;
    height: 118px;
    display: inline-grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.courses-subject-item .courses-subject-img a::before {
    content: "";
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    width: 25px;
    height: 25px;
    position: absolute;
    content: "";
    left: -13px;
    top: -11px;
}
.courses-subject-item .courses-subject-img a::after {
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    width: 45px;
    height: 45px;
    position: absolute;
    content: "";
    right: -22px;
    top: 38px;
}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.courses-subject-item .courses-subject-content span {
    font-size: 12px;
    font-weight: 700;
    background: rgba(0,0,0,0.1);
    padding: 0 20px;
    display: inline-block;
    border-radius: 100px;
    height: 38px;
    line-height: 38px;
    margin-top: 10px;
}
.courses-subject-item .courses-subject-content span a {
    color: #fff;
}

.p11{
	    text-align: center;
    padding-bottom: 40px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 42px;
}
.listed li{
	    list-style-type: disclosure-closed;
	    line-height: 34px;
}
.looking{
	position: relative;
    /* z-index: 1; */
    background-image: url(../images/banner-bg00.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-size: 100%;
    padding-top: 30px;
}

@media(max-width: 768px){
	.banner-wrapper-area {
    position: relative;
    /* z-index: 1; */
    background-image: url(../images/mobiles.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-size: 100%;
    padding-top: 30px;
    padding-bottom: 300px;
	}
	.p11 {
    text-align: center;
    padding-bottom: 40px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 23px;
	}
	.banner-wrapper-content .sub-title{
	top: 36px;
	}
}


.m1{
	text-decoration: underline;
	color: white;
}
.gal-img{
	margin-bottom: 20px;
}
.gal-img img{
	width: 100%;
	height: 250px;
}
.fliper{
	background: blanchedalmond;
   /* padding: 10px;*/
    text-align: center;
    margin-bottom: 30px;
}
.text-cen h2{
	font-weight: revert;
    color: #2f2683;
    font-style: italic;
    font-family: 'Font Awesome 5 Brands';
}
.text-cen p{
	    font-weight: 700;
    color: #00963f;
    font-size: 22px;
    margin-bottom: 0px;
}

.courses-subject-item:hover{
	transform: scale(1.04);
	    border: 1px solid black;
}
.courses-subject-item:hover span {
    font-size: 12px;
    font-weight: 700;
    transition: 0.25s;
    background: rgb(0 0 0);
    }

.carousel-item img{
	width: 100%;
}   

@media(max-width: 768px){
	#demo{
	margin-top: 30px;
	margin-bottom: 30p
	}
	.courses-subject-item .courses-subject-content span a {
    color: #fff;
    font-size: 14px;
	} 
}
@media(max-width: 347px){
	#demo{
	margin-top: 30px;
	margin-bottom: 30p
	}
	.courses-subject-item .courses-subject-content span a {
    color: #fff;
    font-size: 11px;
	} 
}
@media only screen and (max-width: 347px) and (min-width: 300px){
	#demo{
	margin-top: 30px;
	margin-bottom: 30p
	}
	.courses-subject-item .courses-subject-content span a {
    color: #fff;
    font-size: 8px;
	} 
}


.courses-subject-img img{
}























.section-default-property1{
         margin-top: 30px;
         margin-bottom: 30px;
      }
      .accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
      }
      .accordion-header {
    margin-bottom: 7px;
   }
   .accordion-header h2{
    font-size: 22px;
   }
   .accordion-buttons{
      width: 100%;
      text-align: left;
      padding: 10px;
      border: none;
   }
   .custom-go .accordion-buttons::after {
    transform: rotate( -90deg) !important;
}

.accordion-buttons::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background: url(../images/download.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
        position: absolute;
    right: 27px;
    margin-top: 10px;
    font-weight: bold;
}
   .content-shadow {
    box-shadow: 0 10px 50px 0 rgb(44 44 52 / 10%);
        border-bottom: 2px solid #d7d7d7;
    border-left: 1px solid #e3e3e3;
}
   .accordion-buttons span{
      font-size: 20px;
   }
   .mb-2a{
      margin-bottom: 20px;
   }
   @media(max-width: 768px){
      .accordion-header span{
    font-size: 16px !important;
      }
   }

   .accordion-buttons:focus {
    outline: 1px dotted;
	}

   .righter{
   	float: right;
   }
   .top_bredcumb_section1 {
    padding: 10px 15px;
    background: #2834ba;
	}
	.top_bredcumb_section1 p{
		margin-bottom: 0px;
	}
	.lefter p{
		font-size: 20px;
		font-weight: 700;
		color: white;
	}
	.righter p a{
		color: white;
	}
	.section-default1{
		    box-shadow: 1px 2px 3px #e3e3e3;
	}
	.lots p{
		color: black;
		font-weight: 600;
		position: relative;
		top: 8px;
		font-size: 23px;
	}