html {
	scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.form-no-style {
    display: inline-block;
    margin:0;
}
.btn-no-style {
    background-color: transparent;
    border: none;
    padding:0;
    margin:0;
    color: #5C3791;
}
.no-height {
    height: 0;
    padding-inline: 2px;
    margin-inline: 2px;
    border: 0;
}
.border {
    border: 1px solid #5C3791;
    border-radius: 10px;
    margin: 1px;
    box-shadow: 0px 4px 12px rgba(55, 81, 255, 0.24);
    border-color: #4D2E79
}
.error {
    border-color: red !important;
    color: red !important;
}
/* [dir="rtl"] .iti--allow-dropdown .iti__country-container {
	right: auto !important;
	left: 0 !important;
}
[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel] {
    padding-right: var(--iti-input-padding) !important;
    padding-left: var(--iti-selected-country-arrow-padding) !important;
    margin-left: 0;
}
[dir=rtl] .iti .iti__selected-dial-code {
    margin-left: 4px !important;
    margin-right: 4px;
  }
  [dir=rtl] .iti__arrow {
    margin-left: var(--iti-arrow-padding);
    margin-right: 0;
  }
  [dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
    margin-left: 0;
    margin-right: var(--iti-spacer-horizontal);
  }
  [dir=rtl] .iti--allow-dropdown .iti__country-container {
    right: auto;
    left: 0;
  } */
.img-action {
    margin: 3px;
    width: 20px;
    height:20px
}
::-moz-selection {
	/* Code for Firefox */
	color: #FFFFFF;
	background: #355efc;
}

::selection {
	color: #FFFFFF;
	background: #355efc;
}

.header {
	padding: .8rem 0;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	z-index: 1;
	position: relative;
}

.header .navbar {
	float: left;
}

.nav-link {
	font-size: 14px;
}

.float_right {
	float: right;
}

.header .navbar-nav {
	padding: 0 0 0 0;
}

.header .navbar-nav .nav-link {
	padding-right: 1.2rem;
	padding-left: 1.2rem;
	font-weight: 400;
}

.searchbox {
	position: relative;
	float: left;
	margin: 0 6px 0 0;
}

.search-toggle .search-icon.icon-close {
	display: none;
}

.search-toggle.opened .search-icon.icon-search {
	display: none;
}

.search-toggle.opened .search-icon.icon-close {
	display: block;
}

.search-container {
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	max-height: 0;
	overflow: hidden;
	min-width: 500px;
}

.search-container.opened {
	max-height: 100px;
	background-color: #FFFFFF;
	border: solid 1px #eee;
	border-radius: 6px;
	margin-top: 10px;
	box-shadow: 0px 4px 12px rgba(55, 81, 255, 0.24)
}

.search-container input[type="text"] {
	outline: none;
	margin: 12px;
	width: 300px;
	background-color: #FFFFFF;
	border: 0;
}

.search-container .search-icon {
	vertical-align: middle;
	float: right;
	margin: 8px;
}

.search-container {
	position: absolute;
	right: 0;
}

/* .banner {
    background-image: url(../images/slider/tai4.jpg);
    background-image: url(../images/slider/3433830.jpg);
    background-image: url(../images/slider/crt6.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 130px 0;
    background-size: cover;
} */

.banner {
    /* background-image: url(../images/slider/001.png); app.blade.php */
	background-repeat: no-repeat !important;
	background-position: center top !important;
	padding: 100px 0;
	background-size: cover;
	min-height: 850px
}

/* .text_header {
    color: #4e2289;
} */

.banner h1 small {
	display: block;
	font-size: 70%;
}

.banner h1 {
	text-transform: uppercase;
	font-size: 3rem;
}

.banner p {
	padding: 1rem 0;
}

.banner h6 {
	font-weight: 400;
}

.bannerbtn_list {
	padding: 5px 0 0 0;
}

.bannerbtn_list li {
	display: block;
	float: left;
	margin-right: 5px;
}

.bannerbtn_list li a {
	color: #FFFFFF;
	display: block;
	border: solid 1px #FFFFFF;
	border-radius: 100px;
	text-align: center;
	padding: .5rem 1.1rem;
}

.bannerbtn_list li a:hover,
.bannerbtn_list li a:focus {
	background: #371862;
	border: solid 1px #371862;
	box-shadow: 0px 4px 12px rgba(55, 81, 255, 0.24);
}

.partner_wrap h6 {
    color: #5C3791;
    font-weight: 500;
    padding: 40px 0 20px 0;
}

.wedo_wrap {
	position: relative;
}

.section_h {
	padding: 60px 0;
	clear: both;
}

.wedo_l {
	position: absolute;
	top: 0;
	left: 0;
}

.wedo_r {
	position: absolute;
	top: 0;
	right: 0;
}

.wedo_r img {
	width: 300px;
	height: auto;
}

.heading {
	margin-bottom: 2rem;
}

.heading h6 {
	color: #535353;
}

.heading h2 {
	color: #5C3890;
}

.heading h5 {
	color: #FF4000;
	text-transform: uppercase;
	font-weight: 500;
}

.wedo_bg {
    /* background-image: url(../images/assets/wedo_bg.png); app.blade.php */
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.whatwedo_box {
    color: #FFFFFF;
    padding: 1rem;
    border-radius: 10px;
    overflow: hidden;
    /* background-image: url(../images/assets/wedo.png); app.blade.php */
    background-repeat: no-repeat !important;
    background-position: right top !important;
}

.whatwedo_box img {
	width: 70px;
}

.whatwedo_box h5 {
	margin-top: 1rem;
	font-weight: 600;
	font-size: 1.1rem;
}

.yellowbg {
	background: #DFBC44;
}

.greenbg {
	background: #00A757;
}

.bluebg {
	background: #5C3791;
}

.pinkbg {
	background: #E9517C;
}

.whatwedo_box:hover {
	transform: scale(1.05);
	transition: all .2s ease-in-out;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

a.viewbtn,
a.learnbtn {
	padding: 0.8rem 1.5rem;
}

.featured_school_wrap {
    /* background-image: url(../images/assets/schoolbg.png); app.blade.php */
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: 100%;
}

.featured_container {
	max-width: calc((((100% - 1170px)/2) + 1170px) + 225px);
	margin: auto;
}

.featured_botom {
	overflow: hidden;
}

.owl-nav {
	position: absolute;
	width: 100%;
	height: 40px;
	top: calc(50% - 20px);
	left: 0;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}



@media (max-width: 767px) {
	.featured_container {
		max-width: 540px;
		transform: translateX(0);
		padding: 0 15px;
		margin: auto;
	}
}

@media (min-width: 1400px) and (max-width: 1700px) {
	.featured_container {
		max-width: calc((((100% - 1200px)/2) + 1200px));
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.featured_container {
		max-width: calc((((100% - 1140px)/2) + 1140px));
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.featured_container {
		max-width: calc((((100% - 960px)/2) + 960px));
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.featured_container {
		max-width: calc((((100% - 720px)/2) + 720px));
	}
}

.available_info {
	color: #808080;
	list-style: none;
}

.available_info i {
	width: 14px;
	color: #001282;
	display: block;
	float: left;
	padding: 0;
}

.available_info li:first-child {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 50px;
	overflow: hidden;
}


.available_info li span {
	display: block;
	margin-left: 22px;
}

.available_info li+li {
	margin-top: .5rem;
	margin-bottom: 15px;
	line-height: 16px;
}

.feedback {
	font-size: .9rem;
}

.feedback i.active_color {
	color: #f1c40f;
}

.feedback i {
	color: #aeaeae;
}

.featured_school_slider .card-body,
.learn_school_slider .card-body,
.climate_school_wrap .card-body,
.top_school_wrap .card-body {
	padding: 0;
}

.card .fav-btn {
	font-size: .9rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #fff;
	width: 30px;
	height: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 10rem;
	color: #001282;
	z-index: 99;
	opacity: 1;
}

.card:hover .fav-btn {
	opacity: 1;
}

.card .fav-btn:hover {
	background-color: #001282;
	color: #fff;
}

.card_img {
	border-radius: 12px 12px 0 0;
	overflow: hidden;
	height: 212px;
}

.card_img img {
	object-fit: cover;
	vertical-align: top;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
	left: 0;
	top: 0;
	-moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.card_img:hover img {
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}

.card_text {
	padding: 1.5rem;
	position: relative;
}

.card_text p {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	min-height: 75px;
	overflow: hidden;
}

.card_text p.post {
	text-overflow: unset;
	display: block;
	-webkit-line-clamp: 1;
	min-height: auto;
}

.school_logo {
	position: absolute;
	width: 84px;
	height: 84px;
	top: -46px;
	right: 20px;
	background: #FFFFFF;
	border: 1px solid #3D0094;
	border-radius: 100px;
	overflow: hidden;
}

.school_logo img {
	width: 100% !important;
	height: auto;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.card_text h6 {
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 46px;
}

.card_text h6 a {
	color: #5C3890
}


.why_wrap {
    /* background-image: url(../images/assets/WHY_bg.png); app.blade.php */
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover;
    position: relative;
}

.why_wrap .shape1 {
	position: absolute;
	bottom: 70px;
	left: 100px;
}

.why_wrap .shape2 {
	position: absolute;
	left: 30px;
}

.why_wrap .shape3 {
	position: absolute;
	right: 0;
	top: 170px;
}

.why_wrap .shape4 {
	position: absolute;
	bottom: 220px;
	right: 0px;
}

.why_wrap .shape5 {
	position: absolute;
	right: 130px;
	bottom: 70px;
}


.choose_wrap {
    position: relative;
    background-color: #F0F0F0;
    /* background-image: url(../images/choose_bg.png); app.blade.php */
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: 100%;
}


.learn_school_wrap {

    /* background-image: url(../images/assets/learn_school_bg.png); app.blade.php */
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: 100%;
}

.ads_wrap {
    background-color: #5C3791;
    /* background-image: url(../images/assets/ads_bg.png); app.blade.php */
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: 100%;
}

.ads_baner {
	border-radius: 12px;
	overflow: hidden;
	height: 260px;
}


.ads_wrap .container-fluid {
	width: 100%;
	padding-right: 5%;
	padding-left: 5%;
	margin-right: auto;
	margin-left: auto;
}

.choose_l {
	position: absolute;
	bottom: 0;
	left: 0;
}

.choose_r {
	position: absolute;
	top: 0;
	right: 0;
}


.top_school_wrap {
    background-color: #F6F0FF;
    /* background-image: url(../images/assets/learn_school_bg.png); app.blade.php */
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: 100%;
}


.partner_wrap,
.wedo_wrap,
.why_wrap {
	background: #FFFFFF;
}

.ranking_wrap {
    background: #FFFFFF;
    /* background-image: url(../images/assets/rankingbg.png); app.blade.php*/
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover;
}


.rankbox {
	background: #FFFFFF;
	border-radius: 10px;
	margin: 1.5rem auto;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px;
}

.rankicon {
    margin: 0 auto;
    /* background-image: url(../images/assets/rankiconbg.png); app.blade.php */
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 10px;
    height: 130px;
    width: 130px;
    background-size: cover;
}

.rankbox h4 {
	font-weight: 500;
	color: #5C3890;
	font-size: 26px;
	padding-top: 10px;
}

.rankbox a.btn-link {
	font-size: 24px;
}

.testimonial_wrap {
	background: #FFFFFF;
}

.testimonialbox p {
	font-style: italic;
	font-size: 1.2rem;

}

.testimonialbox h5 {
	color: #FF4000;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.testimonialbox h6 {
	font-weight: 300;
	padding: 0;
	margin: 0;
}

.partner_btm_wrap {
    background: #FFFFFF;
    /* background-image: url(../images/assets/partnerbg.png); app.blade.php */
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover;
}

.artical_wrap {
    position: relative;
    background-color: #FFFFFF;
    /* background-image: url(../images/assets/article_line.png); app.blade.php */
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: cover;
}

.artical_l {
	position: absolute;
	bottom: 0;
	left: 0;
}

.articalbox h6 {
	font-size: .9rem;
	color: #000000;
	font-weight: 400;
}

.articalbox h4 {
	font-weight: 400;
	font-size: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.articalbox h4 a {
	color: #5C3890;
}

.artical_img {
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	height: 180px;
	margin-bottom: 20px;
}

.artical_img img {
	vertical-align: top;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
	/* left: 0; */
	/* top: 0; */
	/* left: 50%; */
	/* top: 50%; */
	/* transform: translate(-50%, -50%); */
	/* -webkit-transform: translate(-50%, -50%); */
	-moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	-webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
	object-fit: cover;
}

.artical_img:hover img {
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}

.footer {
	background: #5C3890;
}

.footer hr {
	border-color: #FFFFFF;
}

.footerlist li {
	display: block;
	float: left;
	padding: .3rem 0;
	width: 100%;
}

.footerlist li a {
	color: #e1e1e1;
}

.footerlist li a:hover {
	color: #FFFFFF;
}

.footer h5,
.footer h4 {
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

a.footerbtn {
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: solid 1px #FFFFFF;
	display: block;
	width: 100%;
	color: #FFFFFF;
	padding: 10px 20px;
	text-align: center;
	border-radius: 6px;
}

a.footerbtn:hover,
a.footerbtn:focus {
	background: #371862;
	border: solid 1px #371862;
	box-shadow: 0px 4px 12px rgba(55, 81, 255, 0.24)
}

.footer_list {
	float: right;
	margin-bottom: .5rem;
}

.footer_list li:first-child {
	padding: 0;
}

.footer_list a.social {
	margin: .2rem 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 1rem;
	text-align: center;
	display: block;
	color: #ccc;
}

.footer_list a.social:hover {
	color: #FFFFFF;
}

.footer_list li {
	display: block;
	float: left;
	padding: 0 0 0 1rem;
}


#navbarToggleExternalContent {
	transform: translateX(-100%);
	transition: transform .35s ease;
	display: block;
	height: 100%;
	min-height: 100%;
}

#navbarToggleExternalContent.menu-show {
	transform: translateX(0%);
	z-index: 9999999;
}

#navbarToggleExternalContent .navbar-toggler {
	padding: 1rem;
}

.sidebarmenu {
	background: #FFFFFF;
	box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.25);
}

.section-heading {
    /* background: #5C3890 url(../images/background/heading-bg.jpg); app.blade.php */
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover;
}

.title {
	text-align: center;
	color: #FFFFFF;
	padding: 60px 0;
}

.title h1 {
	font-size: 2.375rem;
}

.title h4 {
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 0;
}

.section-make-business {
	position: relative;
}

.bg-make-business {
	position: absolute;
	right: 0;
	top: 20%;
}

.business-image {
    /* background: url(../images/assets/wedo_bg.png); app.blade.php */
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain;
    padding: 60px 0;
}

.faq-accordion .card {
	background-color: #FFFFFF;
	border: none;
	border-radius: 0px;
	margin-bottom: 15px;
	box-shadow: none;
}

.faq-accordion .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: #F6F0FF;
	border-bottom: 0;
	border-radius: 10px;
}

.faq-accordion .card-body {
	padding: 1rem 0rem 0rem 0rem;
}

.faq-accordion .accordion-title {
	color: #5C3890;
	display: block;
	padding: 14px 20px;
	font-weight: 400;
	font-size: 18px;
}

.faq-accordion .accordion-title:before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f068";
	padding-right: 5px;
}

[dir="rtl"] .faq-accordion .accordion-title:before {
	float: left !important;
	font-family: FontAwesome;
	content: "\f068";
	padding-right: 5px;
}

.faq-accordion .accordion-title.collapsed:before {
	float: right !important;
	content: "\f067";
}

[dir="rtl"] .faq-accordion .accordion-title.collapsed:before {
	float: left !important;
	content: "\f067";
}

.section-why-gaeem h4 {
	color: #5C3890;
}

.section-account {
    /* background: url(../images/background/bg-account.png); app.blade.php */
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: 100% auto;
    padding: 100px 0px;
    flex-grow: 1;
}

.account-box {
	background: #FFFFFF;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.account-form {
    /* background: url(../images/background/bg-account-form.png); app.blade.php */
    background-repeat: no-repeat !important;
    background-position: right top !important;
    padding-inline: 80px;
    padding-block: 25px;
}

.account-form h3 {
	color: #5C3791;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.btn-primary-alt {
    font-weight: 400;
    font-size: 14px !important;
    box-shadow: 0px 4px 12px rgba(55, 81, 255, 0.24);
    border-color: #4D2E79
}

.otp_box .form-group {
	margin-right: 30px;
}

.otp_box .form-group:last-child {
	margin-right: 0;
}

.otp_box {
	display: flex;
}

.account-form h6 {
	text-align: center;
	margin-bottom: 2rem;
}

.account-text {
    /* background: url(../images/background/bg-account-text.png); app.blade.php */
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-size: cover;
    color: #FFFFFF;
    text-align: center;
    padding: 14% 30px !important;
}

.gaeem-logo {
	margin-bottom: 2rem;
}

.gaeem-logo img {
	height: 80px;
	display: block;
	margin: auto;
}

.select-register-type .register-type {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.register-type [type="radio"]:checked,
.register-type [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.register-type label {
	position: relative;
	cursor: pointer;
	line-height: normal;
	display: inline-block;
	color: #5C3791;
	border: 1px solid #5C3791;
	border-radius: 50px;
	padding: 5px 20px;
}

.register-type [type="radio"]:checked+label {
	position: relative;
	cursor: pointer;
	line-height: normal;
	display: inline-block;
	color: #FFFFFF;
	border: 1px solid #5C3791;
	background: #6100FF;
	box-shadow: 0px 4px 12px #9043FF;
	border-radius: 50px;
	padding: 5px 20px;
}

.school-listing-topbar {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.school-listing-topbar select {
	background-color: #fff;
	border: 1px solid #A0A0A0;
	border-radius: 7px;
	padding: 5px 13px;
}

.result-number {
	font-weight: 600;
	color: #000;
}

.result-number span {
	color: #5C3890;
	font-weight: 600;
}

.widget .widget-title {
	font-size: 16px;
	font-weight: 500;
	color: #4D2E79;
	margin-bottom: 10px;
}

.filter-box {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	padding: 15px;
	background: #FFFFFF;
	margin-bottom: 1.5rem;
}

.widget .widget-content ul {
	padding: 0;
	list-style: none;
}

.widget .widget-content ul li {
	margin-bottom: 5px;
}

.widget .widget-content ul li:last-child {
	margin-bottom: 0px;
}

.grade-selection {
	margin: 0;
}

.grade-selection li {
	display: inline-block;
	margin-right: 10px;
}

.grade-selection [type="radio"]:checked,
.grade-selection [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.grade-selection label {
	position: relative;
	cursor: pointer;
	line-height: normal;
	display: inline-block;
	color: #737373;
	border: 1px solid #737373;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	padding: 0;
}

.grade-selection [type="radio"]:checked+label {
	position: relative;
	cursor: pointer;
	line-height: normal;
	display: inline-block;
	color: #FFFFFF;
	border: 1px solid #474747;
	background: #474747;
	border-radius: 50px;
	padding: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
}

.grade-selection .register-type [type="radio"]:checked+label {
	box-shadow: none;
}

.school-image-box {
	position: relative;
}

.school-image-box img {
	width: 100%;
	height: auto;
	display: block;
	height: 395px;
	object-fit: cover;
}

.school-wishlist {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.school-wishlist a {
	display: inline-block;
	background: #FFFFFF;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	margin-left: 10px;
}

.school-logo {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #fff;
	padding: 10px;
	overflow: hidden;
	position: absolute;
	left: 40px;
	top: -60px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.school-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.school-basic-info {
	padding-left: 180px;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.school-basic-info h1 {
	font-size: 1.75rem;
	font-weight: 500;
	color: #4D2E79;
}

.school-basic-attributes {
	padding: 0;
	list-style: none;
}

.school-basic-attributes li {
	display: inline-block;
	margin-right: 2rem;
}

.average-rating {
	margin-bottom: 10px;
}

.average-rating i {
	color: #ff9900;
	margin: 0 2px;
}
.cardParent_row {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.cardParent {
    display: flex;
    flex-direction: column;
    margin-block: 1.5rem;
}

.card_details {
    display: flex;
    border-radius: 25px;
    border: #5C3890 0.5px solid;
    display: flex;
    align-items: center;
    gap: 2.2rem;
    padding: 1.5rem;

}

.card_details_content_total {
    background: #5C3791;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    size: 3rem;
}
.card_details_content_tution {
    background: #5C379112;
    color: #000;
    border-radius: 15px;
    text-align: center;
    margin-top: 1rem;
}
.card_details_content {
    background: #5C379112;
    color: #000000;
    border-radius: 15px;
    text-align: center;
}

.card_details_content_total span {
    background-color: #fff;
    color: #5C3791;
    border-radius: 15px;
    padding: 0.5rem;
    font-size: 2.4rem;
    font-weight: bold;
}

.card_details_content_total h3 {
    display: flex;
    padding: 0.5rem;
    align-self: center;
    text-align: center;
    margin: 1rem;
}
.card_details_content_tution span {
    background-color: #5C3791;
    color: #fff;
    border-radius: 15px;
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
}

.card_details_content_tution h6 {
    display: flex;
    padding: 0.5rem;
    align-self: center;
    text-align: center;
    margin: 1rem;
    justify-content: center;
}
.card_details_content span {
    background-color: #fff;
    color: #5C3791;
    border-radius: 15px;
    padding: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
}

.card_details_content h6 {
    display: flex;
    padding: 0.5rem;
    align-self: center;
    text-align: center;
    margin: 0.5rem;
}
.card > :first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title_card {
    text-align: center;
    justify-self: center;
    align-self: center;
    background: #fff;
    z-index: 2;
    margin-bottom: -0.9rem;
    color: #5C3890;
    font-weight: bold;
    font-size: 0.875rem;
    border-radius: 15px;
    border: #5C3890 1px solid;
    padding: 0 2rem;
}

.img-about {
    height: 250px;
    width: 250px;
    border-radius: 25px;
    border: #5C3890 1px solid;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.whitebox {
	background: #FFFFFF;
	border-radius: 10px;
	margin-block: 1.5rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.whitebox h4 {
	color: #4D2E79;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: normal;
}

.whitebox-content {
	padding: 1rem;
}

.overview-image img {
	margin-bottom: 1rem;
	overflow: hidden;
	max-height: 145px;
	object-fit: cover;
}

.overview-image img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	display: block;
}

.overall-grade {
	text-align: center;
	padding: 40px 0;
	font-size: 22px;
	color: #222222;
}

.overall-grade span {
	background: #309700;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	line-height: 60px;
	margin: auto auto 15px auto;
	box-shadow: 0px 2px 6px rgba(92, 56, 144, 0.2);
	-webkit-box-shadow: 0px 2px 6px rgba(92, 56, 144, 0.2);
	-moz-box-shadow: 0px 2px 6px rgba(92, 56, 144, 0.2);
}

.grade-report {
	margin-bottom: 10px;
}

.grade-report span {
	background: #309700;
	color: #FFFFFF;
	display: inline-block;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	margin-right: 10px;
	box-shadow: 0px 2px 6px rgba(92, 56, 144, 0.2);
	-webkit-box-shadow: 0px 2px 6px rgba(92, 56, 144, 0.2);
	-moz-box-shadow: 0px 2px 6px rgba(92, 56, 144, 0.2);
}

.school-department {
	list-style: none;
	padding: 0;
	font-weight: 500;
}

.school-department li {
	display: inline-block;
	border: 1px solid #5C3890;
	border-radius: 50px;
	padding: 6px 15px;
	margin-right: 10px;
	font-size: 14px;
	color: #222222;
	margin-bottom: 10px;
}

.school-contact-info {
	padding: 0;
	list-style: none;
	margin: 0;
}

.school-contact-info li {
	margin-top: 15px;
	font-size: 18px;
	color: #222;
	font-weight: 400;
}

.school-contact-info li span {
	width: 30px;
	height: 30px;
	background: #BDBDBD;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	padding: 7px;
}

.school-contact-info li span img {
	display: block;
	margin: auto;
}

.application-info {
	padding: 0;
	list-style: none;
}

.application-info li {
	line-height: normal;
	margin-bottom: 1rem;
}

.application-info li span {
	float: right;
}

.bg-gray {
	background: #F4F4F4;
}

.total-reviews span {
	color: #ff9900;
}

.review-list .review-rating {
	color: #ff9900;
	margin-bottom: 5px;
	display: block;
}

.review-meta>a {
	display: inline-block;
	text-decoration: none;
	font-weight: 400;
	margin-right: 20px;
}

.review-list {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #dddddd;
}

.school-statistics {
	list-style: none;
	padding: 0;
}

.school-statistics li {
	margin-bottom: 1rem;
	text-align: center;
}

.school-statistics li span {
	display: block;
	color: #222222;
	font-size: 22px;
	font-weight: 500;
}

.school-detail-tabs .nav-tabs {
	border: 0;
	position: relative;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.school-detail-tabs .nav-tabs .nav-item.show .nav-link,
.school-detail-tabs .nav-tabs .nav-link.active {
	color: #FFFFFF;
	background-color: #5C3890;
	border-color: #5C3890 #5C3890 #5C3890;
}

.school-detail-tabs .nav-tabs .nav-link {
    border-radius: 0;
    text-decoration: none;
    color: #222222;
    font-weight: 500;
    line-height: 30px;
    padding: 15px;
}

.school-detail-tabs .nav-tabs .nav-link:focus,
.school-detail-tabs .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.section-school-basic-info {
    position: relative;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.yearly-tution {
    text-align: center;
    font-size: 22px;
    color: #222;
    font-weight: 500;
    line-height: normal;
}

.yearly-tution span {
	color: #4D2E79;
    font-weight: 600;
    display: block;
    line-height: normal;
    font-size: 2rem;
}

.upcoming-event h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    color: #222222;
}

.upcoming-event .event-date {
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.btn-more {
    padding: 6px 20px;
}

.event-image img {
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 125px;
    object-fit: cover;
}
.img-fluid-event {
    width: 13%;
}

.img-fluid-logo {
    border-radius: 100%;
    height: 200px;
    width: 200px;
}
.upcoming-event {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.upcoming-event:last-child {
    border-bottom: 0px solid #dddddd;
    margin-bottom: 0rem;
    padding-bottom: 1rem;
}

.ranking-box {
	background: #F4F4F4;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    margin-bottom: 2rem;
    line-height: normal;
}

.ranking-box h6 {
    margin: 10px 0 0 0;
    font-size: 24px;
}

.ranking-box h6 span {
	color: #4D2E79;
}

.state-box .state-number {
	color: #5C3890;
    font-size: 2rem;
    line-height: normal;
    font-weight: 500;
}

.state-box .state-title {
    font-weight: 500;
    color: #222222;
}

.academics-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.academics-list li {
    margin-bottom: 10px;
    line-height: 30px;
	color: #5C3890;
}

.academics-list li span {
    width: 30px;
    height: 30px;
    background: #309700;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}

.academics-list li .no-of-student {
    float: right;
    color: #828282;
}

.poll-box {
    position: relative;
    margin-top: 1rem;
    padding-left: 60px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}

.poll-box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.poll-box .poll-number {
	color: #4D2E79;
    font-size: 34px;
    margin: 10px 0;
    font-weight: 500;
}

.poll-box p {
    margin: 0;
}

.poll-box .poll-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.poll-percentage-stripe {
    margin-bottom: 1rem;
}

.poll-percentage-stripe:last-child {
    margin-bottom: 0rem;
}

.percentage-bar {
    background: #cccccc;
    line-height: 20px;
    border-radius: 5px;
    position: relative;
    height: 30px;
    overflow: hidden;
}

.poll-percentage-stripe h5 {
    font-weight: 400;
	color: #5C3890;
    font-size: 1rem;
}

.percentage-bar .percentage-line {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.percentage-bar .percentage-value {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    font-weight: 500;
}

.student-diversity {
    position: relative;
    padding-left: 50px;
}

.student-diversity span {
    background: #309700;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
}

.student-diversity h3 {
    font-weight: 400;
    font-size: 22px;
    color: #222222;
}

.student-diversity .student-no {
	color: #5C3890;
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
}


/* new css added by harsh */
.compare_section .card_img {
    height: 200px;
}

.compare_section .compare_box .school_info h6 {
    height: auto;
    margin-top: 15px;
}

.compare_section .compare_box .school_info .overallgrade h6 {
    color: #B391E4;
    font-weight: 500;
}

.compare_section .compare_box .school_info .overallgrade .grade span {
    background-color: #309700;
    color: #fff;
    border-radius: 100%;
    font-size: 25px;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
}

.compare_section .compare_box .school_info .grade_info .grade span {
    background-color: #94D576;
    color: #fff;
    border-radius: 100%;
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
}

.text-purple {
    color: #B391E4;
}

.compare_section .compare_box .compare_footer {
    background: #F4F4F4;
    padding: 20px;
    border-radius: 0px 0px 14px 14px;
}

.booking_form_sec form {
	background: #FFFFFF;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 35px;
    margin-top: -90px;
}

.filter-box .search {
    position: relative;
    color: #4D2E79;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}


.filter-box .search input {
    width: 100%;
    height: 35px;
    background: #fcfcfc;
    border: 1px solid #4D2E79;
    border-radius: 10px;
    text-indent: 17px;
    padding-left: 30px;
}

.filter-box .search input::placeholder {
    color: #000;
}

.filter-box .search .fa-search {
    position: absolute;
    top: 15px;
    font-size: 25px;
}

.filter-box .search .fa-search {
    left: auto;
    left: 10px;
    top: 9px;
    font-size: 16px;
}

.compare_section .search {
    position: relative;
    color: #4D2E79;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.compare_section .search input {
    width: 100%;
    height: 55px;
    background: #fcfcfc;
    border: 1px solid #4D2E79;
    border-radius: 10px;
    text-indent: 17px;
}

.compare_section .search input::placeholder {
    color: #000;
}

.compare_section .search .fa-search {
    position: absolute;
    top: 15px;
    font-size: 25px;
}

.compare_section .search .fa-search {
    left: auto;
    right: 10px;
}

.filter-box .clear_btn {
    position: absolute;
    right: 30px;
}

.teacher_profile .teacher_profile_box .profile_info {
    padding-right: 20px;
}

.teacher_profile .teacher_profile_box .profile_info .border-right {
    border-right: 1px solid rgba(0, 0, 0, 1);
}

.teacher_profile .teacher_profile_box,
.classbook_sec .classbook,
.thankyou_sec .thankyou_box {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    border-radius: 10px;
    margin-top: -100px;
    background: #fff;
}

.teacher_profile .teacher_profile_box .prfile_img {
    position: relative;
	height: 240px;
    overflow: hidden;
	border-radius: 10px;
}

.teacher_profile .teacher_profile_box .prfile_img .fav_icon {
    position: absolute;
    right: 10px;
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid rgba(61, 0, 148, 1);
    top: 10px;
}

.teacher_profile .teacher_profile_box .prfile_img .fav_icon a i {
    line-height: 40px;
}

.teacher_profile .teacher_profile_box .prfile_img img {
	width: 100%;
}

.nav.nav-pills .nav-link {
    text-decoration: none;
    border-radius: 10px 10px 0px 0px;
    margin-left: 6px;
    border: 1px solid #5C3890;
    color: #000;
    background-color: #fff;
}

.nav.nav-pills .nav-link.active {
    color: #fff;
    background: #5C3890;
}

.classdetail_tabsec .nav.nav-pills {
    padding: 0 20px;
}

.classdetail_tabsec .tab-content {
    background: #FFFFFF;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px;
    margin-top: -1px;
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
}

.classdetail_tabsec .tab-content ul li {
    margin-bottom: 15px;
}

.classdetail_tabsec .tab-content .service_list p {
    position: relative;
    padding-left: 15px;
}

.classdetail_tabsec .tab-content .service_list p:before {
    position: absolute;
    content: '';
    background: #5C3890;
    width: 6px;
    height: 6px;
    left: 0;
    border-radius: 100%;
    top: 9px;
}

.classdetail_tabsec .location_box .info_box {
    border: 1px solid #5C3890;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.classdetail_tabsec .location_box .info_box ul li {
    margin-bottom: 0;
    font-weight: bold;
    color: #5C3890;
}

.classdetail_tabsec .location_box .info_box ul li p {
    font-weight: normal;
}

.review_list li {
    margin-right: 20px;
}

.review_list li a {
    text-decoration: none;
}

.classdetail_tabsec .review_box .review_inner_box {
    margin-left: 40px;
    margin-top: 15px;

}

.classdetail_tabsec .business_box .badge-pill {
    padding: 6px 15px;
}


.review_modal .feedback i {
    font-size: 25px;
    margin-right: 5px;
}



.classbook_sec .classbook .custom_radio input[type="radio"] {
    display: none;
}

.classbook_sec .classbook .custom_radio label {
    padding: 10px 30px;
    display: inline-block;
    border: 1px solid grey;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 8px;
}

.classbook_sec .classbook .custom_radio input[type="radio"]:checked+label {
    background: #5C3890;
    color: #fff;
}

.classbook .timeslot_button label {
    height: 100%;
}

.calendar {
    width: 350px;
    margin: 50px auto 0;
}

.calendar__month {
    font-size: 20px;
    font-weight: 800;
    padding: 10px 0;
    width: 100%;
    position: relative;
}

.cal-month__previous,
.cal-month__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
}

.cal-month__previous:hover,
.cal-month__next:hover {
    background-color: #42a5f5;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    font-weight: 800;
    color: #111;
}

.cal-month__next {
    right: 0;
}

.cal-month__current {
    text-align: center;
    color: #000;
}

.cal-head__day,
.cal-body__day {
    display: inline-block;
    width: 50px;
    height: 50px;
    float: left;
}

.cal-body__week,
.calendar__head {
    display: block;
    height: 50px;
    width: 350px;
}

.calendar__head {
    line-height: 50px;
    position: relative;
}

.calendar__head:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #90caf9;
}

.cal-body__day {
    color: #777;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.cal-day__month--current {
    color: #e1e1e1;
}

.cal-day__day--today {
    font-weight: 800;
    color: #2196f3;
}

.cal-day__day--selected {
    background-color: #2196f3;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    color: #111;
}

.thankyou_sec .thankyou_box {
    padding: 50px 0;
}

.thankyou_sec .thankyou_box img,
.thankyou_sec .reject_box img {
    margin-bottom: 30px;
}

.thankyou_sec .reject_box {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
    padding: 50px;
    border-radius: 10px;
    margin-top: 30px;
    background: #fff;
}

.about_images {
    position: relative;
}

.about_images .about_shape {
    position: absolute;
    left: 120px;
    bottom: -20px;
}


.contactbox {
    background: #FFFFFF;
    border-radius: 10px;
    margin: 1.5rem auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    height: 380px;
}


.contactbox h4 {
    font-weight: 500;
    color: #5C3890;
    font-size: 26px;
    padding-top: 10px;
}

.contactbox a.btn-link {
    font-size: 24px;
}

.school_dropdown select {
    word-wrap: normal;
    background: #fff;
    border: 1px solid #A0A0A0;
    border-radius: 6px;
    padding: 6px 10px;
}

.whitebox .grade span {
    background: #309700;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 50px;
    margin: auto auto 15px auto;
    box-shadow: 0px 2px 6px rgba(92, 56, 144, 0.2);
    -webkit-box-shadow: 0px 2px 6px rgba(92, 56, 144, 0.2);
    -moz-box-shadow: 0px 2px 6px rgba(92, 56, 144, 0.2);
    text-align: center;
    margin-right: 15px;
}

/* switch */

.switch {
    position: fixed;
    display: inline-block;
    margin: 0 0;
    bottom: 30px;
    right: 30px;
	z-index: 22
}

.switch>span {
    position: absolute;
    top: 5px;
    pointer-events: none;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center;
}

input.check-toggle-round-flat:checked~.off {
    color: #fff;
}

input.check-toggle-round-flat:checked~.on {
    color: #000;
}

.switch>span.on {
    left: 0;
    padding-left: 2px;
    color: #fff;
}

.switch>span.off {
    right: 0;
    padding-right: 4px;
    color: #000;
}

.check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.check-toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.check-toggle-round-flat+label {
    padding: 2px;
    width: 97px;
    height: 35px;
    background-color: #5C3890;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

input.check-toggle-round-flat+label:before,
input.check-toggle-round-flat+label:after {
    display: block;
    position: absolute;
    content: '';
}

input.check-toggle-round-flat+label::before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #d9d9d9;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

input.check-toggle-round-flat+label::after {
    top: 0;
    left: 0;
    bottom: 0;
    width: 53px;
    background-color: #5C3890;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
}

input.check-toggle-round-flat:checked+label {}

input.check-toggle-round-flat:checked+label:after {
    margin-left: 44px;
}

/* switch */

.header .profile_btn button {
    padding: 6px 15px;
    border: 1px solid #5C3890;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 8px;
}

.header .profile_btn button img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.profile_sidebar {
    background: #FFFFFF;
    border: 1px solid #5C3890;
    border-radius: 10px;
}

.sidebar_profile {
    padding: 15px;
}

.profile_sidebar .profile_img {
    position: relative;
    overflow: hidden;
}

.profile_sidebar .profile_img img {
    height: 130px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.profile_sidebar .profile_img.dashboard_profile img {
    height: 130px;
    width: 130px;
    object-fit: cover;
    border-radius: 100%;
    border: 4px solid #5b3591;
}

.profile_sidebar .profile_img .edit_btn {
    position: absolute;
    top: 0;
    right: 0;
}

.profile_sidebar .profile_img .edit_btn img {
    height: auto;
    width: auto;
    border: none;
}

.profile_sidebar .sidebar_profile h6 {
    padding-top: 15px;
    font-weight: 600;
}

.profile_sidebar hr {
    border-top: 1px solid #000000;
}

.sidebar_nav li {
	padding: .4rem 0;
    float: left;
    display: block;
    width: 100%;
}

.sidebar_nav li a span {
    padding-left: 10px;
    color: #000;
}

.main_heading {
    border-bottom: solid 1px #ccc;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

.main_heading h4 {
    font-weight: 600;
    color: #5C3890;
    margin: 0;
    padding: 0;
}

.dashboard_rightside .dashboard_box {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    height: 100px;
    margin-bottom: 20px;
}

.dashboard_rightside .dashboard_box h4 {
    color: #5C3890;
}

.dashboard_rightside .dashboard_box .icon {
    margin-right: 10px;
}

.dashboard_rightside .dashboard_box .info span {
    font-size: 13px;
}

.dashboard_rightside .dashboard_box .info p {
    font-weight: 400;
}


.dashboard_rightside .request_box {
    background: #FFFFFF;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    padding: 20px;
}

.bg-purple {
    background-color: #F7F1FF;
}

.bg-blue {
    background-color: #F6F0FF;
}

.profilebox {
    position: relative;
    display: flex;
}

.profilebox_1 {
    display: block;
    float: left;
    overflow: hidden;
    height: 60px;
    width: 60px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 100px;
}

.profilebox_1 img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.profilebox_r {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}

.profilebox_r h6 {
    font-weight: 600;
    color: #5C3890;
}

.network_table .table td {
    border-top: 1px solid #dee2e6;
    font-weight: 300;
    font-size: 13px;
    vertical-align: middle;
}

.network_table .table th {
    font-weight: 400;
}

.network_table .table td span {
    font-size: 12px;
}

.network_table .table td {
    font-weight: 300;
    font-size: 14px;
}

.whitebox h5 {
    font-size: 18px;
    font-weight: 500;
}

.upload_btn {
    border: 1px solid #A0A0A0;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    padding: 12px 10px;
    margin-bottom: 15px;
}

.whitebox form label {
    font-size: 18px;
    font-weight: 500;
    color: #5C3890;
    margin-bottom: 15px;
}

.dashboard_rightside .btn {
    padding: 9px 45px;
}


.school_img_upload .imagePreview {
    width: 100%;
    height: 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
}

.school_img_upload .file-upload {
    display: inline-block;
    position: relative;
}

.school-image-delete {
    position: absolute;
    top: 4px;
    right: 4px;
    background: #FFFFFF;
    height: 20px;
    width: 20px;
    text-align: center;
    padding: 0;
    line-height: 20px;
    color: #FF0000;
    font-size: 14px;
    border-radius: 4px;
}

.school-image-delete:hover {
    background: #FF0000;
    color: #FFFFFF;
}

.school_img_upload .file-select {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.school_img_upload .file-select.file-select-box {
    width: 100%;
    height: 90px;
    display: inline-block;
    border-radius: 14px;
    min-width: 175px;
}

.school_img_upload .file-upload-custom-btn {
    width: 100%;
    height: 100px;
    border: none;
    background-color: #5C3890;
    color: #fff;
    font-size: 30px;
    z-index: 1;
    position: relative;
}

.school_img_upload .file-select-name {
    margin-left: 15px;
}

.school_img_upload .file-select input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.school_img_upload .file-select.file-select-box input[type=file] {
    z-index: 2;
}

.school_img_upload .file-upload+.school_img_upload .file-upload {
    margin-left: 10px;
}



/* ----- MODAL right STYLE ----- */

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}


.modal.right.fade .modal-dialog {
    right: -400px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.modal.right .modal-content {
    border-radius: 0;
    border: none;
    padding: 15px;
}

.right h4 {
    font-weight: 600;
    font-size: 1.1rem;
}

.right .modal-footer {
    display: block;
    border: none;
}

.modal_body {
    overflow-y: auto;
}

/* ----- MODAL right STYLE ----- */

.right .modal-footer a img {
    width: 15px;
    margin-right: 5px;
}

.right .modal-footer a.btn {
    padding: 10px 10px;
}

.staff_wrap {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(55, 81, 255, 0.24);
    border-radius: 8px;
}

.staff_wrap.add_info {
    padding: 20px;
}


.staffwrap_top {
    border-radius: 8px;
    display: block;
    position: relative;
    /* background-image: url(../images/icons/bg_staff.png); app.blade.php */
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: auto;
    text-align: center;
    padding: 15px 15px 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.staffwrap_top h6 {
    font-weight: 700;
    text-transform: uppercase;
}

.staff_wrap .staff_info {
    padding: 20px;
}

.staff_wrap .staff_info a i {
    background-color: #BDBDBD;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 30px;
    margin-right: 10px;
    color: #000;
    text-align: center;
}

.staff_wrap .staff_info li a {
    color: #737373;
}

.staff_wrap .staff_info li {
    margin-bottom: 15px;
}

.profile_dtl_img {
    display: block;
    position: absolute;
    width: 120px;
    height: 120px;
    max-height: 130px;
    margin: -75px auto 0 auto;
    border-radius: 100px;
    overflow: hidden;
    left: 0;
    right: 0;
}

.profile_dtl_img img {
    width: 100% !important;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.staffwrap_top h6 {
    padding-top: 50px;
}

.staffwrap_top p {
    margin: 0;
}

.event_img {
    overflow: hidden;
    border-radius: 10px;
}

.event_img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    overflow: hidden;
}

.modal .event_info span {
    font-size: 14px;
}

.modal .event_info h5 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

/* add item */

.list input {
    width: 75%;
    border-radius: 7px;
    border: 1px solid #A0A0A0;
    padding: 5px 10px;
}

.btn-remove.js-remove--exam-row {
    position: absolute;
    right: 20px;
    background: #d9d9d9;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #FF0000;
}

.btn-add.js-add--exam-row,
.btn-add.js-add--exam-row2 {
    background: #FCFDFE;
    border: 1px solid #5C3890;
    border-radius: 4px;
    color: #5C3890 !important;
    font-size: 14px;
    padding: 2px 7px;
}

.add_item_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

/* add item end */

.name {
    margin-bottom: 15px;
}

.name span.dot {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #5C3890;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.pricingtbl {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(55, 81, 255, 0.24);
    border-radius: 20px;
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
    height: 100%;
    position: relative;
}

.Subscriptionsbox .priceplan {
    height: 130px;
}

.priceplan {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    padding: 17px 11px;
    background-color: #ECDEFF;
    /* background-image: url(../images/plan.png); app.blade.php */
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% 100%;
    height: 160px;
}

.cplan {
    position: absolute;
    top: 12px;
    right: -29px;
    background: linear-gradient(90deg, #015EB7 4.14%, #D80102 100%);
    box-shadow: 0px 4px 12px rgba(55, 81, 255, 0.24);
    transform: rotate(41.9deg);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 24px;
}

.Subscriptionsbox .priceplan h3 {
    font-size: 1.6rem;
}

.priceplan h3 {
    padding-top: 10px;
    color: #5C3890;
    font-size: 2.4rem;
}

.priceplan h3 span {
    font-size: 16px;
    color: #000;
    font-weight: 300;
}

.priceplan p {
    font-size: 12px;
    color: #000;
}

.Subscriptionsbox .planlist {
    padding-top: 30px;
}


.Subscriptionsbox ul li {
    padding-left: 5px;
    padding-right: 5px;
}

.planlist li {
    padding: 1.2rem 0;
    font-weight: 300;
    position: relative;
}

.planlist li::before {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    /* content: url(../images/icons/check_subscription.png); app.blade.php */
    height: 16px;
    width: 16px;
    margin: 0 auto;
    border-radius: 100px;
}


.ad_list li {
    margin-bottom: 7px;
    font-weight: 300;
    font-size: 14px;
}

.ad_list li span {
    font-size: 14px;
    font-weight: 300;
    width: 97px;
    display: inline-block;
}

.advertise_box {
    position: relative;
}

.advertise_box .dlt {
    position: absolute;
    right: 20px;
    top: 0;
}

.advertise_box .advertise_img {
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
}

.advertise_box .advertise_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.edit_profile form label {
    font-size: 16px;
    color: #2E2E2E;
    font-weight: 400;
}

.account-box .request_tabs .nav-pills .nav-link {
    padding: 5px 30px;
}

.request_tabs .nav-pills .nav-link {
    color: #000;
    border: 1px solid #5C3791;
    background: #fff;
    border-radius: 50px;
    padding: 5px 20px;
    width: 190px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}


.request_tabs .nav-pills .nav-link.active {
    color: #fff;
    border: 1px solid #5C3791;
    background: #6100FF;
    box-shadow: 0px 4px 12px #9043FF;
    border-radius: 50px;
    padding: 5px 20px;
}

/* blog */

.blog_sec .blog_box {
    margin-bottom: 30px;
}

.blog_sec .blog_box span {
    font-size: 14px;
    color: #000;
}

.blog_sec .blog_box a {
    text-transform: uppercase;
    font-weight: 700;
}

.blog_sec .blog_box h6 {
    font-weight: 500;
    font-size: 18px;
    color: #5C3890;
    margin-bottom: 15px;
}

.blog_img {
    margin-bottom: 15px;
    position: relative;
    height: 200px;
}

.blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
}

.blog_img .date {
    background: #5C3890;
    padding: 5px 10px;
    color: #fff !important;
    border-radius: 6px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-weight: 600;
    font-size: 16px;
}

.blog_inner_sec {
    position: relative;
    margin-top: -130px;
}

.blog_inner_sec .share_button {
    position: absolute;
    left: 310px;
    top: 310px;
}

.blog_inner_sec .share_button ul li {
    text-align: center;
    border: 1px solid #5C3890;
    padding: 10px 3px;
}

.blog_inner_sec .share_button ul li i {
    font-size: 25px;
}


.blog_inner_sec .blog_inner_img img {
    width: 100%;
}

.blog_inner_sec .blog_detail .author {
    color: #000;
}

.blog_inner_sec .blog_detail h2 {
    font-weight: 500;
    font-size: 32px;
    color: #5C3890;
    margin-top: 15px;
}


.about_author h5 {
    color: #5C3890;
    font-weight: 500;
}

/* terms */

.terms_sec h3 {
    font-weight: 500;
    font-size: 32px;
    color: #5C3890;
}

.terms_info h4,
.blog_info h4 {
    font-weight: 500;
    color: #5C3890;
}

.terms_info h3,
.blog_info h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.terms_info ul li {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}

.terms_info .why_list li {
    font-size: 16px;
    font-weight: 400;
    color: #535353;
}

.terms_info .why_list {
    padding-left: 20px;
}

/* student dashboard */
.sidebartop {
    box-shadow: 0px 4px 12px rgba(55, 81, 255, 0.24);
    border-radius: 10px 10px 0px 0px;
    /* background-image: url(../images/assets/profile_bg2.png); app.blade.php */
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.btn_table {
    padding: 2px 11px;
    border-radius: 5px;
    font-size: 13px;
    box-shadow: 0px 4px 12px rgba(55, 81, 255, 0.24);
}


.time-pill span {
    margin-right: 5px;
}

.survey_title {
    font-size: 18px;
    font-weight: 600;
    color: #5C3890;
}

.survey_title span {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 300;
    margin-left: 10px;
}

.survey_box {
    background: #F7F1FF;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px;
}

.survey_details {
    margin-bottom: 20px;
}

.survey_detail p {
    font-weight: 400;
    color: #2d2d2d;
}

.badge-active {
    background: #1E78FF;
    color: #fff;
}

.survey_box .badge-pill {
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.top_line {
    background: #5C3890;
    height: 20px;
}

.nav-pills.favourite_tabs .nav-link.active {
    background: #6100FF;
    box-shadow: 0px 4px 12px #9043FF;
    border-radius: 50px;
    color: #fff;
}

.nav-pills.favourite_tabs .nav-link {
    color: #000;
    border: 1px solid #5C3791;
    border-radius: 50px;
    margin-right: 10px;
    padding: 8px 30px;
}


/* survey_form */

.survey_form_sec {
    position: relative;
}

.survey_form_sec .survey_bg_shape {
    position: absolute;
    right: 0;
    top: -160px;
    z-index: 0;
}

.dropdown_dashboard {
    padding: 10px;
    border: 1px solid #A0A0A0;
    background: #fff;
    border-radius: 8px;
    padding: 7px 23px;
}

.kid_box .kid_profile img {
    width: 72px;
    height: 72px;
    border-radius: 100%;
}

.kid_box {
    position: relative;
}

.kid_box .btn_group {
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 1;
}

.kid_box .info span {
    font-size: 13px;
}

/* ----------wizard -------------- */

.wizard .nav-tabs {
    border: none;
}

.wizard>div.wizard-inner {
    position: relative;
    text-align: center;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 14px;
    padding: 7px 30px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
    box-shadow: 0px 4px 12px rgba(55, 81, 255, 0.24);
    border: 1px solid #5C3890;
    background: #fff;
}

.next-step {
    background: #4D2E79;
    color: #fff;
}

.skip {
    text-decoration: underline;
    background-color: transparent;
    border: none;
    margin-right: 15px;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
	padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
	border-radius: .25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
	padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
	border-radius: 0 .25rem .25rem 0;
}

.footer-link {
    margin-top: 30px;
}

.list-content {
    margin-bottom: 10px;
}

.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav>li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inline li {
    display: inline-block;
}

.pull-right {
    float: right;
}

.survey_form_sec .title_form h3 {
    font-size: 30px;
    color: #5C3890;
    font-weight: 600;
}

.survey_form_sec .wizard {
    background: #FFFFFF;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 40px;
    position: relative;
}

.survey_form_sec .wizard .survey_shape1 {
    position: absolute;
    right: 0;
    top: 0;
}

.survey_form_sec .wizard .border-bottom {
    border-bottom: 1px solid #000000 !important;
}

.survey_form_sec .wizard .survey_shape2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.survey_form_sec .btn_footer {
    width: 100%;
    text-align: right;
}

.no_data_img {
    width: 340px;
	margin-bottom: 25px;
    text-align: center;
}

/*------------------ custom checkbox ---------------------------*/

.custom_checkbox label {
    position: relative;
    padding: 15px 30px 15px 50px;
    border-radius: 6px;
    background-color: #FFFFFF;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #A0A0A0;
    width: 100%;
}

.custom_checkbox label input[type=checkbox] {
    display: none;
}

.custom_checkbox label .checkbox {
    display: block;
    position: absolute;
    top: 17.5px;
    left: 25px;
    width: 20px;
    height: 20px;
    border: 2px solid #5C3890;
    border-radius: 4px;
}

.custom_checkbox label .checkbox::before {
    display: block;
    content: '';
    position: absolute;
    bottom: 8px;
    left: 7%;
    width: 58%;
    height: 80%;
    max-width: 0%;
    max-height: 0%;
    opacity: 0;
    border-width: 0px 2px 2px 0px;
    border-style: solid;
    border-color: #5C3890;
    transform-origin: left bottom;
    transform: rotate(45deg);
    transition: all 0ms ease;
}

.custom_checkbox label input[type=checkbox]:checked~.checkbox:before {
    max-width: 50%;
    max-height: 110%;
    opacity: 1;
	transition: opacity 0ms linear 0ms, max-width 35ms ease-in 0ms, max-height 35ms ease-out 35ms;
}

.btn_choose_sent input {
    -webkit-appearance: none;
    display: block;
    margin: 10px;
    width: 18px;
    height: 18px;
    border-radius: 12px;
    cursor: pointer;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid #5C3890;
	background-image: -webkit-radial-gradient(#5C3890 0%, #5C3890 15%, #5C3890 28%, #5C3890 70%);
    background-repeat: no-repeat;
    outline: none;
}

.custom_survey_radio .btn_choose_sent input,
.custom_survey_radio .btn_choose_sent input:active {
    background-position: 0 24px;
}

.custom_survey_radio .btn_choose_sent input:checked {
    background-position: 0 0;
}

.custom_survey_radio .btn_choose_sent input:checked~input,
.custom_survey_radio .btn_choose_sent input:checked~input:active {
    background-position: 0 -24px;
}

.custom_survey_radio .btn_choose_sent {
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    color: #000;
    border: 1px solid #A0A0A0;
    border-radius: 8px;
    font-size: 16px;
    line-height: 10px;
    padding: 19px 0 16px 40px;
    text-align: left;
    display: inline-block;
    text-decoration: none;
    margin-right: 30px;
	transition: all .3s;
    height: auto;
    cursor: pointer;
    position: relative;
    outline: none;
}

.custom_survey_radio .btn_choose_sent input {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    top: 3px;
}

.custom_survey_radio .btn_choose_sent input:after {
    position: absolute;
    content: '';
    width: 15rem;
    left: 0;
    right: 0;
    height: 40px;
    top: -10px;
}

.subject_box {
    background: #FFFFFF;
    border: 1px solid #7A7A7A;
    border-radius: 10px;
    padding: 10px;
}

/* ---------add slot--------- */
.btn-add,
.btn-remove {
    border-radius: 4px;
    padding: 2px 11px;
}

.subject_detail_box h5 {
    font-size: 22px;
    font-weight: 600;
}

.student_profile_dtl_img img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.infolist li {
    display: block;
    float: left;
    width: 100%;
    padding: 5px 0;
    color: #FFFFFF;
}

.infolist li a {
    color: #737373;
}

.infolist li a i {
    display: block;
    float: left;
    font-size: 16px;
    color: #000000;
    margin-right: 10px;
}

.infolist li a span {
    display: block;
    margin-left: 30px;
    font-weight: 400;
    color: #3D3D3D;
}

.infolist {
    margin-bottom: 25px;
}

.dashboard_tabs {
    margin-top: -20px;
    position: relative;
    z-index: 1;
}

.culturalevent_sec .owl-carousel .owl-dots .owl-dot span {
    background: #fff;
    border: 1px solid #3D0094;
}

.culturalevent_sec .owl-carousel .owl-dots .owl-dot:hover span {
    background: #3D0094;
}

.culturalevent_sec .owl-carousel .owl-dots .owl-dot.active span {
    background: #3D0094;
    border: 1px solid #3D0094;
}

.culturalevent_inner .event_info h5 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}

.date {
    font-weight: 600;
    font-size: 20px;
    color: #5C3890;
}

.event_title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.event_profile {
    text-align: center;
}

.event_profile img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    margin-bottom: 20px;
}

.event_profile h6 {
    font-weight: 500;
    color: #000;
    font-size: 18px;
}

.student_info h6 {
    color: #5C3890;
    font-weight: 500;
}

.student_box .profilebox_1 {
    width: 100px;
    height: 100px;
    margin-right: 25px;
}

.student_box {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.student_box .profilebox_r {
    margin-left: 0;
}

.location_title {
    color: #5C3890;
    font-weight: 500;
    font-size: 24px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #DED7E9 !important;
    border: none !important;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #A0A0A0;
}

.teacher_img img {
    height: 125px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.teacher_img {
    overflow: hidden;
}

.mobile-menu-btn {
    display: none;
}

.date-picker-wrapper .month-wrapper table,
.date-picker-wrapper .month-wrapper table.month2 {
    width: 100% !important;
    float: left;
}


.timeslot_box h4 {
    font-size: 15px;
    color: #3D3D3D;
}

.timeslot_box button {
    font-size: 14px;
}

.header_timeslot {
    background-color: #C5EDFF;
    border-radius: 6px;
    padding: 16px 1px;
}

.timeslot_button input[type="radio"] {
    display: none;
}

.timeslot_button label {
    padding: 12px 10px;
    display: inline-block;
    border: 1px solid grey;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    border-radius: 6px;
    margin-right: 20px;
    /* height: 100%; */
}

.timeslot_button .blank-label {
    display: none;
}

.timeslot_button input[type="radio"]:checked+label {
    background: #283B8A;
    color: #fff;
}

.timeslot_button input[type="radio"]:disabled+label {
    background-color: #D2D6D7;
    border: none;
    color: #9F9F9F;
}

.school-grade {
	background-color: #4D2E79;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	color: #fff;
    position: absolute;
	right: 0;
	padding: 10px;
	top: 100px;
}

.school-grade .grade-report {
    margin: 0;
}

.bg_surveybox {
    border: 1px solid #f9f5ff;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 15px 15px 10px 15px;
    background: #fff;
}

.ans {
    background: #f9f5ff;
    margin-top: 10px;
    border-radius: 6px;
    padding: 6px 13px;
    font-size: 14px;
    overflow: hidden;
}

.ans label {
    margin-bottom: 0 !important;
    display: block;
    float: left;
    width: 70%;
}


.ans span.text-success {
    float: right;
    font-weight: 600;
    display: block;
}

.ans span.slider_no {
    float: none;
    text-align: right;
    display: block;
}

.ans label span {
    margin-bottom: 0;
    width: 80%;
    float: left;
}




.changeprofile .inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}

.changeprofile .inputGroup label {
    padding: 15px 20px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3c454c;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    background: #FFFFFF;
    /* button / accent default */



    box-shadow: 0px 4px 12px rgba(55, 81, 255, 0.24);
    border-radius: 8px;
    border: 2px solid #FFFFFF;
}

.changeprofile .inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.changeprofile .inputGroup label:after {
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid #FFFFFF;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}

.changeprofile .inputGroup input:checked~label {
    color: #000000;
    border: 2px solid #4D2E79;
}

.changeprofile .inputGroup input:checked~label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.changeprofile .inputGroup input:checked~label:after {
    border-color: #FFFFFF;
    /* background-image: url(../images/icons/yes.png); app.blade.php */
    background-position: center top;
}

.changeprofile .inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.popup_profileimg {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    height: 70px;
    width: 70px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 100px;
    border: 4px solid #5b3591;
}

.popup_profileimg img {
    object-fit: cover;
    vertical-align: top;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;


}



.popup_profile {
    display: block;
    margin-left: 90px;
    margin-top: 12px;
}

.slot_btn .btn {
    font-size: 14px;
    padding: 6px 16px;
    margin-right: 10px;
}

.slot_btn a:last-child {
    margin-right: 0;
}

.slot_btn {
    display: flex;
    justify-content: end;
}



/*  */

.why_wrap .why_img_wrap {
    position: relative;
}

.why_wrap .why_img_wrap .why_img img {
    width: 520px;
    height: 520px;
    border-radius: 100%;
    border: 10px solid #5C3791;
    z-index: 0;
    object-fit: cover;
}

.why_wrap .why_img_wrap .why_img {
    z-index: 0;
    position: relative;
}

.why_wrap .why_img_wrap .why_shape {
    position: absolute;
    top: 0;
    left: 0;
}

/*  */


/*  */
.banner .banner_img .img1 {
	grid-row: span 2;
	z-index: 1;
}

.banner .banner_img .img2 {
	display: flex;
	justify-content: flex-end;
	z-index: 1;
}

.banner .banner_img {
	display: grid;
	gap: 30px;
	grid-template-columns: 0.6fr 0.4fr;
	padding-left: 0;
}

.banner .banner_img .img3 {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	bottom: -100px;
	z-index: 0;
	right: 0;
}

.banner .banner_img .banner_shape {
	position: absolute;
	left: -6px;
	top: -24px;
}

.banner .banner_img .banner_shape2 {
	position: absolute;
	right: 110px;
	top: 124px;
}


.partner_logo.owl-carousel .owl-item .item {
    position: relative;
    overflow: hidden;
    height: 60px;
}

.partner_logo.owl-carousel .owl-item img {
    display: block;
    vertical-align: top;
    width: auto;
    height: 100%;
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}




.logo_web {
    display: block;
}

.logo_mobile {
    display: none;
}




#school-photo-gallery .ads_baner {
    height: 120px;
}

/**************************************
Application for Admission
***************************************/
.account-form h5 {
    font-weight: 500;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 1rem;
}

.deletbtn {
    float: right;
}

.schoolborder {
    border-radius: 8px;
    padding: 15px;
    border: solid 1px #eee;
}
