body {
	margin: 0px !important;
}

.flex-instructor .elementor-icon-box-title {
	margin: 0px !important;
}

.flex-star {
	position: absolute !important;
	right: 10%;
}

.flex-instructor .elementor-icon-box-icon {
	background-color: #fff;
	border-radius: 50%;
	padding: 10px;
}

.flex-flexible-classes figure.elementor-image-box-img {
	background-color: #553CDF;
	border-radius: 50%;

	padding: 7px;
}

.flex-counter-img img {
	background-color: #fff;
	border-radius: 50% !important;
	padding: 10px;
	height: 60px !important;
	width: 60px !important;
}

.flex-live-video .premium-video-box-play-icon-container {
	animation: pulse 1s infinite;
}

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

	50% {
		transform: scale(1.05);
		opacity: 0.7;
	}

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

.flex-featured-courses .course-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 20px;
}

.flex-student-img {
	position: relative;
	display: inline-block;
}

.flex-student-img:before {
	content: "";
	position: absolute;
	top: 63%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #543BDE;
	height: 73%;
	width: 88%;
	border-radius: 50%;
	z-index: 0;
}

.flex-student-img img {
	position: relative;
	z-index: 1;
}

.flex-counter-section {
	counter-reset: my-sec-counter;
}

.flex-counter-img-conatiner {
	counter-increment: my-sec-counter;
}

.flex-counter-img-conatiner::before {
	content: "0 " counter(my-sec-counter);
	color: #E5E1FA;
	font-size: 36px;
	font-weight: 900;
	position: absolute;
	left: 70%;
	top: 9%;
	width: fit-content;
	height: fit-content
}

/* ***********events section css **************8 */
.event-day {
	font-size: 50px;
	font-weight: 900;
	color: #553CDF;
}

.event-month-year {
	font-size: 22px;
	font-weight: bold;
	color: #000;
}

.event-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.event-read-more-wrapper {
	text-align: right;
}

.event-time-location-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}

.event-time-wrapper {
	display: flex;
	align-content: center;
	align-items: center;
}

.event-time-wrapper p {
	margin: 0px !important;
}

.event-read-more svg {
	height: 26px;
	width: 25px;
}

.event-read-more-div {
	width: fit-content;
	height: fit-content;
	background-color: #0000001A;
	border-radius: 50%;
	padding: 9px 11px;
}

.event-read-more-wrapper {
	display: flex;
	justify-content: flex-end;
}

.event-container {
	border-bottom: 2px solid;
	padding: 30px 0px 20px 0px;
}

h3.event-title {
	margin: 0px 0px 20px 0px;
	color: #000;
	font-size: 22px;
	font-weight: bold;
}

h3.event-title:hover {
	margin: 0px 0px 20px 0px;
	color: #553CDF;
}

.event-container:hover .event-title {
	color: #553CDF;
}

.event-container:hover {
	border-color: #553CDF;
}

.event-read-more-div:hover {
	background-color: #553CDF;
}

.event-read-more-div:hover svg {
	fill: #fff;
}

.event-container:hover .event-read-more-div {
	background-color: #553CDF;
}

.event-container:hover .event-read-more-div svg {
	fill: #fff;
}

/* ***********************88 */
/* ***************team section css******************* */
.flex-social-media-btn {
	background-color: #553CDF;
	border-radius: 30px;
}

.social-media-main-div {
	display: flex !important;
	justify-content: end !important;
	align-items: end !important;
}

.flex-social-media-btn .elementor-social-icons-wrapper.elementor-grid {
	gap: 10px !important;
}

.flex-social-media-1 {
	position: relative;
}

.flex-social-media-btn {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	position: static;
	transition: none;
}

.flex-social-media-btn .elementor-social-icons-wrapper {
	display: flex !important;

	gap: 10px;
}

.flex-social-media-btn {
	right: -17px !important
}

.flex-social-media-1 {
	position: absolute !important;
	top: 75%;
	right: 5%;
}

.flex-team-member ul.eael-team-member-social-profiles {
	display: none;
}

.flex-counter-img-conatiner-1 {
	counter-increment: my-sec-counter;
}

.flex-counter-img-conatiner-1::after {
	content: "0 " counter(my-sec-counter);
	color: #E5E1FA;
	font-size: 36px;
	font-weight: 900;
	position: absolute;
	left: 0%;
	top: 9%;
}

.flex-img:before {
	content: "";
	position: absolute;
	top: 63%;
	left: 40%;
	transform: translate(-50%, -50%);
	background-color: #E5E1FA;
	height: 74%;
	width: 80%;
	border-radius: 50%;
	z-index: 0;
}

.flex-img img {
	position: relative;
	z-index: 1;
}


.flex-share-btn:hover {
	background-color: #553CDF !important;
	padding: 9px;
	border-radius: 0px 0px 30px 30px;
	right: -17px;

}

.flex-share-btn:hover svg,
.flex-social-media-btn:hover svg {
	fill: #fff !important;
}

.flex-share-btn:hover svg,
.flex-social-media-btn:hover svg {
	fill: #fff !important;
}

.flex-share-btn:hover .flex-social-media-btn,
.flex-social-media-btn:hover {
	bottom: 0px !important;
}

.flex-share-btn:hover .flex-social-media-btn,
.flex-social-media-btn:hover {
	bottom: 0px !important;
}

/* ***********************How to work section css**************** */
.flex-work-img img {
	background-color: #553CDF;
	padding: 18px 29px;
	border-radius: 50% !important;
}

.flex-work-img-1 img {
	background-color: #553CDF;
	padding: 18px 29px;
	border-radius: 50% !important;
}

.flex-work-counter {
	counter-reset: my-sec-counter;
}

.flex-work-img {
	counter-increment: my-sec-counter;
}

.flex-work-img::before {
	content: "0" counter(my-sec-counter) " ";
	display: block;
	color: #E5E1FA;
	font-size: 36px;
	font-weight: 900;
	position: absolute;
	left: 81%;
	top: -4%;
}

.flex-work-counter {
	counter-reset: my-sec-counter;
}

.flex-work-img-1 {
	counter-increment: my-sec-counter;
}

.flex-work-img-1::after {
	color: #E5E1FA;
	font-size: 36px;
	font-weight: 900;
	position: absolute;
	left: -14%;
	top: 70%;
	content: "0 " counter(my-sec-counter) " ";
	display: block;
}

.flex-work-counter-reset-1:after {
	content: url('https://license.flextheme.net/theme-images/flex-education-pro/how-to-work/arrow-1.png');
	display: inline-block;
	width: 40px;
	height: auto;
	margin-right: 10px;
	position: absolute;
	left: 109%;
	top: 15%;
}


.reste1:after {
	content: url('https://license.flextheme.net/theme-images/flex-education-pro/how-to-work/arrow.png');
	display: inline-block;
	width: 40px;
	height: auto;
	margin-right: 10px;
	position: absolute;
	left: 110%;
	bottom: 12%;
}

.flex-work-img-2 img {
	background-color: #553CDF;
	padding: 20px 29px;
	border-radius: 50% !important;
}

.reste1:after {
	content: url('https://license.flextheme.net/theme-images/flex-education-pro/how-to-work/arrow.png');
	display: inline-block;
	width: 40px;
	height: auto;
	margin-right: 10px;
	position: absolute;
	left: 110%;
	bottom: 12%;
}

.flex-work-img-2 img {
	background-color: #553CDF;
	padding: 20px 29px;
	border-radius: 50% !important;
}

/* *************************course category slider css******************  */
.flex-subscribe-form {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

.flex-submitnow p {
	margin: 0px !important;
}


.swiper-slider-wrapper {
	max-width: 100%;
	overflow: hidden;
	padding: 0 15px;
	box-sizing: border-box;
}

.swiper-container {
	width: 100%;
	overflow: hidden;
}

.swiper-slide {
	box-sizing: border-box;
	padding: 10px;
}

.category-content {
	text-align: center;

	padding: 20px;
	border-radius: 10px;
}

a.category-img {
	text-align: center;
	display: flex;
	justify-content: center;
}

.category-title a {
	font-size: 20px;
	color: #000 !important;
}

.swiper-slide {
	margin: 10px !important;
}

.category-description {
	font-size: 16px;
}


.course-category-slider .swiper-button-prev:after {
	content: '\2190' !important;
	position: relative;
	bottom: 7px;
	font-size: 31px !important;
	font-weight: bold;
}

.course-category-slider .swiper-button-next:after {
	content: '\2192' !important;
	position: relative;
	bottom: 7px;
	font-size: 31px !important;
	font-weight: bold;
}

.swiper-button-prev {
	background-color: #EDEBFC;
	border-radius: 50%;
	width: 44px !important;
	position: absolute;
	left: -67px !important;
	top: 45% !important;
}

.swiper-button-next {
	background-color: #EDEBFC;
	border-radius: 50%;
	width: 44px !important;
	position: absolute;
	right: -80px !important;
	top: 45% !important;
}

.swiper-pagination {
	display: none;
}


.course-read-more-wrapper {
	text-align: center !important;
}


.flex-course-image {
	display: flex;
	justify-content: center;
}

a.category-img {
	background-color: #EEEBFC !important;
	width: fit-content;
	border-radius: 50%;
	padding: 15px;
}

.category-img img {
	width: 30px;
}

.course-author {
	justify-content: flex-start !important;
	margin-bottom: 20px;
}

.course-title a {
	font-weight: bold;
	font-size: 19px;
}

.course-rating-main {
	display: flex;
	justify-content: space-between;
}

.course-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
}

.course-item {
	box-shadow: 0px 3px 6px #00000029;

	padding: 15px;
	border-radius: 8px;
	background: #fff;

}

.course-image img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.course-title {
	margin-top: 10px;
	font-weight: 600;
	font-size: 16px;
}

.course-title a {
	text-decoration: none;
	color: #000 !important;
}

.course-author {
	display: flex;
	align-items: center;
	justify-content: center;

}

.course-author img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 10px;
}

.course-rating .star {
	color: #ccc;
}

.course-rating .star.filled {
	color: #FFAA00;
}

button.enroll-now-button.popmake-1001.pum-trigger {
	background-color: #F0EEFF;
}

.enroll-now-button {
	font-family: "Lato", Sans-serif;
	padding: 10px 43px;
	background-color: #F0EEFF;
	color: #000 !important;
	font-size: 13px;
	font-weight: 500;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

.course-tag {
	font-size: 19px;
	font-weight: bold;
	text-transform: capitalize;

}

.course-buttons {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	gap: 10px;
}

.course-author span {
	text-transform: capitalize;
}

span.courser-rating-text {
	font-size: 15px;
	font-weight: 500;
}

.enroll-now-button:hover {
	background-color: #543BDE !important;
	color: #fff !important;
}

.course-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
	gap: 20px;
}

.premium-video-box-play-icon-container {
	background: #553CDF !important;
	box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.4);
}

.courses-blog-section h2 {
	margin-bottom: 10px !important;
}

.courses-blog-section .entry-title a:hover {
	color: #543BDE !important;
}


.courses-blog-section .elementskit-post-body {
	padding: 0px !important;
}

.courses-blog-section .elementskit-entry-header a {
	padding-bottom: 0px !important;
}

.flex-contact-form1 input {
	padding: 15px;
	border-radius: 5px;
	border: 0px;
	margin-top: 10px;
	width: 100%;
}

.flex-submit-btn {
	width: fit-content !important;
	background-color: #553CDF !important;
	color: #fff !important;
	font-family: "Lato", Sans-serif;
	font-size: 16px !important;
}

.flex-business-theme-input p {
	margin-top: 0px !important;
}

.contact-links {
	color: #000 !important;
}

.breadcrumb-title {
	color: #000 !important;
}


.courses-blog-section span.post-comment {
	position: absolute;
	bottom: 5%;

}

.flex-business-theme-input p {
	margin-top: 0px !important;
}

.courses-blog-section a.elementskit-btn.whitespace--normal {
	position: relative;
	top: 6px !important;
	padding-right: 0px !important;
}

.courses-blog-section img {
	height: 200px !important;
	object-fit: cover !important;
	border-radius: 10px !important;

}

.courses-blog-section .post-meta-list {
	margin: 0px !important;
}

.courses-blog-section .elementskit-post-image-card:hover .elementskit-entry-thumb>img {
	transform: scale(1.1) !important;
	opacity: .8;
}

.courses-blog-section .elementskit-entry-thumb {
	padding: 0px !important;
}

.edu-banner {
	background-size: 100% 100% !important;
}

/* single-blog-page-css */

.flex-container {
	max-width: 1300px !important;
	margin: 0 auto;
}

.flex-reviews li {
	list-style: none !important;
	padding-top: 10px !important;
}

h3.flex-recent-reviews {
	font-family: "Lato", Sans-serif;
	font-size: 30px !important;
}

h1.post-title {
	font-size: 36px !important;
	font-weight: 600 !important;
	font-family: "Lato", Sans-serif;
	margin: 20px 0px !important;
}

.review-form {
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
	padding: 20px;
	border-radius: 10px;
}

.flex-reviews {
	margin: 0px !important;
	padding: 0px !important;
}


.post-thumbnail {
	text-align: center;
	display: flex;
	justify-content: center;
}


.single-blog-content {
	padding: 20px 0px !important;
	margin: 0px !important;
}

a.flex-post-title {
	font-family: "Lato", Sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #000 !important;
}

.flex-sing-post {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 0px !important;
	padding: 0px !important;
}

.post-meta1 svg {
	height: 14px !important;
}

img.flex-thumb-image.wp-post-image {
	aspect-ratio: 1/1;
	object-fit: cover;
	width: 100% !important;
	height: 200px !important;
}

.flex-sing-post li {
	border: 1px solid #DFDFDF !important;
	padding: 15px !important;
	border-radius: 10px;
	list-style: none !important;
	background-color: #fff;
}

p.flex-post-category {
	background-color: #3d7aff !important;
	z-index: 1;
	position: relative;
	width: fit-content;
	padding: 5px 10px !important;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
	font-family: "Lato", Sans-serif;
	margin: 0;
	bottom: 5%;
	left: 6%;
}

.post-meta1 {
	font-family: "Lato", Sans-serif;
	font-size: 16px !important;
	color: #000 !important;
	font-weight: 500 !important;
}

.flex-single-post-meta-data {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: 10px;
}

.read-more {
	font-family: "Lato", Sans-serif;
	font-size: 16px !important;
	font-weight: 500;
	color: #000 !important;
}

.star-rating {
	display: flex;
	gap: 5px;
	font-size: 24px;
	cursor: pointer;
	color: #ccc;
}

.star-rating .star.filled {
	color: #f5a623;
}

.comment-rating {
	color: #f5a623;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.average-rating {
	font-size: 1.2em;
	color: #f5a623;
	margin-bottom: 15px;
}

.custom-review-form input {
	width: 95%;
	border: 0px !important;
	padding: 10px;
	margin-top: 10px;
	border-radius: 5px;
}

.custom-review-form textarea {
	width: 95%;
	border: 0px !important;
	padding: 10px;
	margin-top: 10px;
	border-radius: 5px;
}

.review-submit-btn {
	width: fit-content !important;
	background-color: #543BDE !important;
	color: #fff !important;
	cursor: pointer;
	border: none;
	border-radius: 5px;
}

.review-form {
	background-color: #F0EEFF !important;
}

.review-star1 {
	margin-bottom: 05px !important;
}

a.read-more {
	display: flex;
	align-items: center;
}

h2.flex-related-post {
	font-weight: 600 !important;
	text-align: center;
}

.flex-related-post-desc {
	text-align: center;
}

@media screen and (min-width:1300px) and (max-width:1600px) {
	.flex-container {
		max-width: 1140px !important;
		margin: 0 auto;
	}
}

@media screen and (max-width:1299px) {
	.flex-container {
		padding: 0px 20px;
	}
}

@media screen and (max-width:1023px) {
	.review-wrapper {
		flex-direction: column;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.flex-sing-post {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media screen and (max-width:767px) {
	.flex-sing-post {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

.sticky-header {
	position: fixed !important;
	top: 0 !important;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #fff !important;
	z-index: 99999 !important;
}

.edu-banner {
	position: relative;
	top: -101px;
	z-index: 1 !important;
}

#popmake-1001 input {
	width: 100%;
	padding: 15px !important;
	margin-top: 10px;
	border: 10px !important;
	border-radius: 10px !important;
}

div#popmake-1001 {
	background-color: #EDEBFC !important;
	padding: 50px !important;
	border-radius: 10px !important;
}

#pum-1001 {
	background-color: #27272782 !important;
}

button.pum-close.popmake-close {
	background-color: #553CDF !important;
}

#popmake-1001 textarea {
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	border: 10px !important;
}

#popmake-1001 .wpcf7-response-output {
	color: #000 !important;
}

div#pum_popup_title_1001 {
	font-family: "Lato", Sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
}

.gallery-img img {
	height: 235px !important;
	object-fit: cover;
	aspect-ratio: 1/1;
}

.gallery-img-1 img {
	height: 250px !important;
	object-fit: cover;
	aspect-ratio: 1/1;
}

.flex-email input {
	padding: 10px 20px !important;
	border-radius: 5px;
	width: 600px;
	background-color: #ff000000 !important;
	border: 0px !important;
	outline: 1px solid #fff !important;
}

.flex-submit-btn {
	padding: 10px;
	border-radius: 5px;
	color: #000 !important;
	color: #fff !important;
	border: 0px !important;
	cursor: pointer;
	font-weight: 500;

}

@media screen and (min-width:1024px) and (max-width:1400px) {

	.course-banner-sub-main-div {
		display: flex !important;
		flex-direction: row !important;
	}

	.course-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
		gap: 20px;
	}

	.course-title a {
		font-weight: bold;
		font-size: 15px;
	}

	.enroll-now-button {
		padding: 9px 16px !important;

	}
}

@media screen and (min-width:1006px) and (max-width:1209px) {
	.courses-blog-section span.meta-author {
		top: -134% !important;

	}

	.courses-blog-section .meta-date {
		top: -130% !important;

	}
}

section.bg-img {
	padding: 110px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.flex-import-course-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	padding: 20px 0;
}

.flex-import-course-item {
	border: 1px solid #ddd;
	padding: 15px 15px 20px;
	border-radius: 8px;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 3px 6px #00000029
}

h3.flex-import-course-name {
	font-weight: bold;
	font-size: 19px !important;
	color: #000 !important;
	margin: 15px 0px !important;
}

h3.flex-import-course-name a {
	color: #000 !important;
	font-weight: 600;
}

a.flex-import-read-more-button {
	padding: 10px 30px;
	background-color: #F0EEFF !important;
	color: #000 !important;
	font-size: 13px;
	font-weight: 500;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
}

h3.flex-import-course-name a:hover {
	color: #553cdf !important;
}

a.flex-import-read-more-button:hover {
	background-color: #543BDE !important;
	color: #fff !important;
}

h1.text-center.breadcrumb-cat-title {
	font-size: 55px !important;
	font-weight: 600 !important;
}

@media (min-width: 1400px) {
	.flex-container-1 {
		max-width: 1400PX !important;
	}
}

@media screen and (min-width:1024px) and (max-width:1399px) {
	.flex-import-course-list {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
		gap: 20px;
		padding: 20px 0;
	}
}

.cat-thumbnail-img img {
	width: 100% !important;
	max-width: 100%;
	object-fit: cover;

}

@media screen and (min-width:768px) and (max-width: 1024px) {
	.flex-import-course-list {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media screen and (max-width:767px) {
	.flex-import-course-list {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}


@media screen and (min-width:1440px) and (max-width:1920px) {
	.courses-blog-section span.meta-author {
		position: absolute;
		top: -133% !important;
		left: 0%;
	}

	.courses-blog-section .meta-date {
		position: absolute;
		top: -128% !important;
		right: 0%;
		margin: 0px !important;
	}
}

@media screen and (min-width:1210px) and (max-width:1920px) {
	.courses-blog-section span.meta-author {
		position: absolute;
		top: -157% !important;

	}

	.courses-blog-section .meta-date {
		position: absolute;
		top: -152% !important;
		right: 0%;
		margin: 0px !important;
	}
}

.flex-social-media-btn {
	transform: rotate(90deg);
	position: absolute;
	bottom: 102px !important;
	right: -82px !important;
}

@media screen and (min-width:1024px) and (max-width:1440px) {
	.courses-about-section .e-con-inner {
		display: flex;
		flex-direction: row !important;
	}

}

@media screen and (min-width:1024px) and (max-width:1170px) {
	.courses-about-section .e-con-inner {
		display: flex;
		flex-direction: row !important;
	}

	.flex-img:before {
		content: "";
		position: absolute;
		top: 63%;
		left: 40%;
		transform: translate(-38%, -50%) !important;
		background-color: #E5E1FA;
		height: 72% !important;
		width: 100% !important;
		border-radius: 50%;
		z-index: 0;
	}
}

.flex-instructor .elementor-icon-box-icon {
	width: fit-content;
}

.category-content {
	background-image: url(https://license.flextheme.net/theme-images/flex-education-pro/course-categories/course-cat-bg-1.png);
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.category-content:hover {
	background-image: url(https://license.flextheme.net/theme-images/flex-education-pro/course-categories/course-cat-bg-2.png) !important;
	text-align: center;

}

.category-content:hover .category-title a {
	color: #fff !important;
}

.category-content:hover .category-description {
	color: #fff !important;
}

.category-title a {
	font-size: 20px;
	font-weight: bold;
	font-family: "Lato", Sans-serif;
	text-transform: capitalize;
}

span.dashicons.dashicons-arrow-right-alt2 {
	background-color: #553CDF;
	border-radius: 50%;
	padding: 10px !important;
	width: 40px !important;
	height: 40px !important;
	position: absolute;
	right: 44%;
	bottom: -5%;
}

.dashicons-arrow-right-alt2:before {
	content: "\2192" !important;
	font-size: 25px;
	position: absolute;
	bottom: 5%;
	left: 24% !important;
	position: absolute;
	bottom: 18px;
	color: #fff !important;
}

@media screen and (max-width:768px) {
	.event-container {
		gap: 20px;
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.event-read-more-wrapper {
		justify-content: flex-start !important;
	}

	.event-time-location-wrapper {
		align-items: flex-start;
	}

	.course-category-slider .swiper-button-next {
		right: 0px !important;
	}

	.course-category-slider .swiper-button-prev {
		left: 0px !important;

	}
}

@media screen and (min-width:390px) and (max-width:480px) {
	.flex-img:before {
		left: 50% !important;
		height: 74% !important;
		width: 50% !important;
	}

	.flex-counter-img-conatiner-1::after {
		left: 71% !important;

	}
}

.flex-course-img img {
	width: fit-content !important;
}

.course-testimonial .uc_author {
	display: flex;
	flex-direction: row !important;
}

.course-testimonial button.owl-next {
	position: absolute;
	left: 8%;
}

.course-testimonial .fa-quote-left-alt::before,
.fa-quote-left::before {
	content: "\f10d";
}

.course-testimonial {
	position: absolute !important;
	z-index: 1 !important;
	top: 0px !important;
	left: 20%;
	background-size: 100% 100% !important;
}

.flex-edu-testimonial p {
	text-align: left !important;
}

.flex-education-title h1{
    color: #000 !important;
}
.flex-education-title h2{
    color: #000 !important;
}
.eduction-student-list span{
    color: #000 !important;
}
.flex-flexible-classes h3{
    color: #000 !important;
}
.education-desc p{
    color:#fff !important;
}
.flex-education-title span{
    color: 000 !important;
}
.enroll-now-button {
    padding: 10px 29px !important;
}

.copyright{
    color:#543BDE;
}

@media screen and (min-width:1024px) and (max-width:1920px) {
	.socail-media {
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
	}

	.social-icon-parent {
		position: absolute !important;
		bottom: 10%;
	}

}

.social-icon-parent {
	position: absolute !important;
	bottom: 10%;
}

@media screen and (max-width:1800px) {
	.flex-education-partners {
		padding: 0px 50px !important;
		width: 100% !important;
	}

	h2 {
		font-size: 25px !important;
	}
}

@media screen and (min-width:1250px) and (max-width:1344px) {
	.flex-img:before {
		left: 45% !important;

	}
}

@media screen and (min-width:1190px) and (max-width:1249px) {
	.flex-img:before {
		left: 46% !important;
		width: 96% !important;
	}
}

@media screen and (min-width:1025px) and (max-width:1189px) {
	.flex-img:before {
		left: 40% !important;
		width: 100% !important;
	}

	.flex-student-img:before {
		width: 100% !important;
	}

	.flex-counter-img-conatiner::before {
		font-size: 30px !important;
	}
}

@media screen and (max-width:767px) {
	.flex-work-img-1::after {
		left: 79% !important;
		top: 0% !important;
	}

	.flex-email input {
		width: fit-content !important;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.flex-work-img::before {
		left: 83% !important;
		top: -12% !important;
	}

	.flex-email input {
		width: fit-content !important;
	}
}

.flex-social-media-btn {
	display: none;
}

.flex-share-btn:hover .flex-social-media-btn {
	display: block !important;
}

.course-category:hover span.dashicons.dashicons-arrow-right-alt2 {
	background-color: #000 !important;
}

.course-title {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}

@media screen and (max-width:768px) {
	.flex-counter-img-conatiner-1::after {
		left: 70% !important;
	}
}

@media screen and (min-width:1024px) and (max-width:1024px) {
	.flex-img:before {
		left: 44% !important;
		width: 56% !important;
	}
}

@media screen and (min-width:950px) and (max-width:1023px) {
	.flex-img:before {
		left: 50%;
		width: 60%;
	}

	.flex-student-img:before {
		left: 50% !important;
		width: 61% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 60% !important;
	}
}

@media screen and (min-width:850px) and (max-width:949px) {
	.flex-student-img:before {
		width: 70% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 70% !important;
	}
}

@media screen and (min-width:768px) and (max-width:849px) {
	.flex-student-img:before {

		width: 80% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 80% !important;
	}
}

@media screen and (min-width:660px) and (max-width:767px) {
	.flex-student-img:before {
		width: 27% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 27% !important;
	}
}

@media screen and (min-width:600px) and (max-width:659px) {
	.flex-student-img:before {
		width: 31% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 31% !important;
	}
}

@media screen and (min-width:500px) and (max-width:599px) {
	.flex-student-img:before {
		width: 38% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 38% !important;
	}
}

@media screen and (min-width:481px) and (max-width:499px) {
	.flex-student-img:before {
		width: 40% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 40% !important;
	}
}

@media screen and (min-width:440px) and (max-width:480px) {
	.flex-student-img:before {
		width: 45% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 45% !important;
	}
}

@media screen and (min-width:400px) and (max-width:439px) {
	.flex-student-img:before {
		width: 50% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 50% !important;
	}
}

@media screen and (min-width:360px) and (max-width:399px) {
	.flex-student-img:before {
		width: 57% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 57% !important;
	}
}

@media screen and (max-width:359px) {
	.flex-student-img:before {
		width: 63% !important;
	}

	.flex-img:before {
		left: 50% !important;
		width: 63% !important;
	}
}
.flex-edu-gallery-img-1 img{
	width: 100% !important;
	height: 250px !important;
	object-fit : cover;
}
.flex-edu-gallery-img img{
	width: 100% !important;
	height: 300px !important;
	object-fit : cover;
}
.courses-blog-section .entry-title{
	margin-top:10px !important;
}
.course-image img {
    width: 100%; 
    height: 150px !important;
    border-radius: 6px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.course-author span {
     text-transform: capitalize;
     font-family: "Lato", Sans-serif;
     font-size: 15px;
     font-weight: 500;
}
 .course-title a {
     font-family: "Lato", Sans-serif;
}
 .course-tag {
     font-family: "Lato", Sans-serif;
}
 .course-buttons {
     gap:20px;
}
 .category-description {
     font-family: "Lato", Sans-serif;
     font-weight: 400;
     color:#000 !important;
}
 .event-day {
     font-family: "Lato", Sans-serif;
}
 .event-month-year {
     font-family: "Lato", Sans-serif;
}
 h3.event-title {
     font-family: "Lato", Sans-serif;
}
 .event-time-wrapper p {
     margin: 0px !important;
     font-family: "Lato", Sans-serif;
     font-size: 16px;
     font-weight: 400;
     color:#000 !important;
}
 .event-location {
     font-family: "Lato", Sans-serif;
     font-weight: 400;
     font-size: 16px;
     color:#000 !important;
}
 .flex-live-video:before {
     content: 'Live';
     position: absolute;
     z-index: 1;
     right: 2%;
     top: 5%;
     background-color: red;
     font-size: 18px;
     color: #fff;
     font-weight: bold;
     padding: 0 10px;
     border-radius: 5px;
}
 .education-testimonial-slider .ue-text p{
     text-align: left !important;
}
 .education-testimonial-slider .ue_title {
     text-align: left;
}
 .education-testimonial-slider .ue-icon i {
     font-size: 66px;
     color: #00000017;
     position: absolute;
     top: 0px;
     right: 42px;
}
 .education-testimonial-slider button.owl-next {
     margin-left: 33px;
     left:40px !important;
}
 .education-testimonial-slider .ue_subtitle {
     text-align: left;
}
 div#popmake-81 {
     background-color: #EDEBFC !important;
     padding: 50px !important;
     border-radius: 10px !important;
}
 #popmake-81 input {
     width: 100%;
     padding: 15px !important;
     margin-top: 10px;
     border: 10px !important;
     border-radius: 10px !important;
}
 #pum-81 {
     background-color: #27272782 !important;
}
 #popmake-81 .wpcf7-response-output {
     color:#000 !important;
}
 @media screen and (min-width:1440px) and (max-width:1920px){
     .course-testimonial-1 {
         position: absolute !important;
         z-index: 1;
         top: -5px;
         right: 40%;
    }
}
 .uc_author {
     display: flex;
     flex-direction: row !important;
}
 .course-testimonial-1 {
     background-size: 100% 100% !important;
}
 @media screen and (max-width: 1209px){
     span.post-comment {
         position: absolute;
         left: 0px;
    }
}
 @media screen and (max-width:480px){
     .flex-subscribe-form {
         display: flex;
         gap: 20px;
         justify-content: center;
         align-items: center;
         flex-direction: column !important;
    }
     .flex-email {
         width:100% !important;
    }
}
 .education-testimonial-slider .ue-text p{
     color: #000 !important;
}
 .education-para p{
     color: #000 !important;
}
 .education-para-1 p{
     color:#fff !important;
}
 .sticky-header {
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
}
 .buynow a {
     color: #fff !important;
     height: 40px !important;
     margin-top: 8px;
     border-radius: 5px;
     background-color: #543BDE !important;
}
 .buynow{
     display: flex;
     align-content: center;
     align-items: center;
}
 .dashicons-arrow-right-alt2:before {
     top: 0px;
}
 .flex-edu-hover-img img {
     transition: transform 0.3s ease;
}
 .flex-edu-hover-img img:hover {
     transform: scale(1.1);
}
 .flex-learn:hover .elementor-counter-number{
     color:#fff !important;
}
 .flex-learn:hover .elementor-counter-number-suffix{
     color:#fff !important;
}
 .flex-learn:hover p{
     color:#fff !important;
}
 .icon-hover {
     font-size: 40px;
     color: #555;
     transition: color 0.3s ease, transform 0.3s ease;
}
 .flex-counter-img {
     display: inline-block;
     perspective: 1000px;
    /* Adds 3D perspective */
}
 .flex-counter-img img {
     font-size: 40px;
     color: #f39c12;
     display: inline-block;
     transition: transform 0.6s ease;
     transform-style: preserve-3d;
}
 .flex-counter-img:hover img {
     transform: rotateY(180deg);
}
 .course-item:hover .course-title a{
     color:#543bde !important;
}
 .course-item:hover .enroll-now-button{
     color:#fff !important;
     background-color:#543bde !important ;
}
 .enroll-now-button {
     width: -webkit-fill-available;
     text-align: center;
}
 .premium-bullet-list-text:before {
     content: 'test';
     background-color: red;
}
 .eduction-student-list .premium-bullet-list-text:before {
     content: '';
     background-image: url(https://license.flextheme.net/theme-images/flex-education-pro/student-of-the-year/tick-1.svg);
     width: 25px;
     height: 25px;
     text-align: center;
     background-repeat: no-repeat;
     border-radius: 50%;
     border:0px !important;
}
 .educaion-team-members:hover{
     background-color: #543bde;
}
 .educaion-team-members:hover h2.eael-team-member-name {
     color: #fff !important;
}
 .educaion-team-members:hover h3.eael-team-member-position {
     color: #fff !important;
}
 .gallery-div{
     overflow: hidden !important;
}
 .courses-blog-section .entry-title a:hover {
     color: #ffffff !important;
}
 .courses-blog-section .elementskit-post-image-card:hover .post-meta-list span{
     color:#fff !important;
     fill:#fff !important;
}
 .courses-blog-section .elementskit-post-image-card:hover .entry-title a{
     color:#fff !important;
}
 .courses-blog-section .elementskit-post-image-card:hover p{
     color:#fff !important;
}
 .courses-blog-section .elementskit-post-image-card:hover a{
     color:#fff !important;
}
 .flex-email::placeholder{
     color:#fff !important;
}
 .newsletter-form .flex-submit-btn {
     background-color: #fff !important;
     color: #000 !important;
     padding: 10px !important;
}
 .newsletter-form .wpcf7-response-output {
     margin-top: 20px !important;
     color: #fff;
     width: fit-content;
     text-align: center;
     display: flex;
     justify-content: center;
}
 .newsletter-form form{
     display: flex;
     flex-direction: column;
     align-items: center;
}
 .flex-email {
     height:50px !important;
}
 .footer-address svg{
     width: 20px !important;
     height: 20px !important;
}
 .review-submit-btn {
     background-color: #543bde !important;
}
 .review-submit-btn:hover {
     background-color: #000 !important;
}
 .education-breadcrumb {
     background-image: url(https://license.flextheme.net/theme-images/flex-education-pro/bredcrumb/breadcrumb-img.png);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     padding: 130px 0px;
     text-align: center;
}
 span.education-breadcrumb-title {
     font-size: 19px;
     color: #000;
}
 a.eucation-home {
     color: #543bde;
     font-size: 19px;
}
 .custom-breadcrumbs{
     display: none !important;
}
 .book-course-btn a{
     background-color: #543bde !important;
     font-size: 15px !important;
}
 .book-course-btn a:hover{
     background-color: #000 !important;
     color: #fff !important;
}
 .book-course-btn {
     width: fit-content !important;
}
 .bookcoursep{
     color: #000 !important;
}
 .bookcourse-list li{
     list-style-type: disc !important;
     color: #000 !important;
}
 .bookcourse-list{
     margin: 0px 0px 20px 20px !important;
}
 .blog-2 ul.post-meta {
     background-color: #F0EEFF !important;
}
 .read-more a{
     background-color: #543bde !important;
     outline: 0px!important;
}
 .read-more a:hover{
     background-color: #000 !important;
}
 #secondary .wp-block-search__button {
     background-color: #543bde !important;
     color: #fff !important;
}
 @media screen and (max-width:1339px){
     .flex-container{
         padding-left: 20px !important;
         padding-right: 20px !important;
    }
}
 .flex-edu-search-pagination .page-numbers, .next{
     border-color: #543BDE !important;
     border: 1px solid #9555df !important;
}
 .flex-edu-search-pagination .current{
     background-color: #543BDE !important;
}
 @media screen and (min-width:768px) and (max-width:1920px){
     .flex-edu-search-post {
         display: grid;
         grid-template-columns: repeat(2,1fr) !important;
         gap: 20px;
    }
}
 #secondary ul li{
     list-style-type: disc !important;
     margin: 0px 0px 10px 20px !important;
}
 #secondary a:hover{
     color:#543BDE !important;
}
 .flex-edu-search-pagination a.page-numbers:hover {
     background-color: #543bde !important;
}
 #secondary ol{
     padding: 0px !important;
}
 button.owl-prev {
     top: 82% !important;
}
 button.owl-next {
     top: 82% !important;
}
/* *************************************** */
 @media screen and (max-width:360px){
     .course-grid {
         grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
    }
}
 @media screen and (min-width:1024px) and (max-width:1024px){
     .flex-student-img:before {
         width: 58% !important;
    }
}
 @media screen and (min-width: 1171px) and (max-width: 1189px) {
     .flex-img:before {
         left: 48% !important;
         width: 94% !important;
    }
}
 @media screen and (min-width: 700px) and (max-width: 767px) {
     .student-oft-year-section-edu {
         padding-top:170px !important;
    }
}
 @media screen and (min-width: 600px) and (max-width: 799px) {
     .student-oft-year-section-edu {
         padding-top:136px !important;
    }
}
 @media screen and (min-width: 500px) and (max-width: 699px) {
     .student-oft-year-section-edu {
         padding-top:70px !important;
    }
}
 @media screen and (min-width:990px) and (max-width:1024px){
     .education-team-section-parent{
         display: flex;
         flex-direction: row !important;
    }
     .flex-team-member h2.eael-team-member-name {
         font-size: 20px !important;
    }
     .share-icon {
         padding: 8px 34px 10px 10px !important;
    }
}
 @media screen and (min-width:889px) and (max-width:989px){
     .social-icon-parent {
         display: flex;
         align-content: flex-end !important;
         align-items: flex-end !important;
    }
     .socail-media .elementor-social-icons-wrapper{
         width: 54px !important;
    }
}
 @media screen and (min-width:660px) and (max-width:767px){
     .educaion-team-members{
         min-height: 90vh !important;
    }
     .socail-media .elementor-social-icons-wrapper{
         width: 54px !important;
    }
     .social-icon-parent {
         display: flex;
         align-content: flex-end !important;
         align-items: flex-end !important;
    }
}
 @media screen and (min-width:600px) and (max-width:659px){
     .educaion-team-members{
         min-height: 85vh !important;
    }
     .socail-media .elementor-social-icons-wrapper{
         width: 54px !important;
    }
     .social-icon-parent {
         display: flex;
         align-content: flex-end !important;
         align-items: flex-end !important;
    }
}
 @media screen and (min-width:550px) and (max-width:599px){
     .educaion-team-members{
         min-height: 80vh !important;
    }
     .socail-media .elementor-social-icons-wrapper{
         width: 54px !important;
    }
     .social-icon-parent {
         display: flex;
         align-content: flex-end !important;
         align-items: flex-end !important;
    }
}
 @media screen and (min-width:460px) and (max-width:549px){
     .educaion-team-members{
         min-height: 70vh !important;
    }
     .socail-media .elementor-social-icons-wrapper{
         width: 54px !important;
    }
     .social-icon-parent {
         display: flex;
         align-content: flex-end !important;
         align-items: flex-end !important;
    }
}
 @media screen and (min-width:670px) and (max-width:767px){
     .how-to-work-sec-edu {
         padding-top: 242px !important;
    }
}
 @media screen and (min-width:600px) and (max-width:669px){
     .how-to-work-sec-edu {
         padding-top: 200px !important;
    }
}
 @media screen and (min-width:500px) and (max-width:668px){
     .how-to-work-sec-edu {
         padding-top: 150px !important;
    }
}
 .courses-blog-section .entry-title a{
     overflow: hidden;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     display: -webkit-box;
}
 @media screen and (min-width:1315px) and (max-width:1400px){
     .featured-coures-section-edu .course-grid {
         grid-template-columns: repeat(4,1fr) !important;
    }
}
 @media screen and (min-width:995px) and (max-width:1314px){
     .featured-coures-section-edu .course-grid {
         grid-template-columns: repeat(3,1fr) !important;
    }
}
 @media screen and (min-width:768px) and (max-width:785px){
     .footer-section .e-con-inner {
         flex-direction: column!important;
    }
     .footer-courses{
         width:50% !important;
    }
}
 @media screen and (min-width:768px) and (max-width:785px){
     .edu-image-slider-div {
         width: 100% !important;
    }
}
 @media screen and (max-width:767px){
     .flex-work-counter-reset-1:after {
         content: none !important;
    }
     .reste1:after {
         content: none !important;
    }
     .flex-subscribe-form {
         flex-direction: column !important;
    }
     .flex-subscribe-form input{
         width:100% !important;
    }
}
 .flex-flexible-classes figure{
     width: fit-content !important;
}
 .couses-save-btn-main {
     display: flex;
     justify-content: space-between;
}
 button.save-course-button {
     border-radius: 50% !important;
     padding: 10px !important;
     border: 0px !important;
}
 button.save-course-button:hover{
     background-color: #543BDE !important;
}
 button.save-course-button:hover svg{
     fill: #fff !important;
}
 button.save-course-button {
     cursor: pointer;
}
 .custom-review-form input[type="submit"] {
     background-color: #543bde !important;
}
 .flex-work-img-1::after {
     content: "0" counter(my-sec-counter) " " !important;
}
 @media screen and (min-width:870px) and (max-width:1024px){
     .edu-header .elementskit-navbar-nav > li > a {
         font-size: 14px;
         color: #000000;
         padding: 0px 10px 0px 10px !important;
    }
}
 .fixed-buy-now-button {
     position: fixed !important;
     top: 50%;
     right: 0;
     z-index: 9999;
}
 .fixed-buy-now-button .elementor-button {
     border-radius: 50px 0px 0px 50px !important;
}
 .fixed-buy-now-button .elementor-button-icon {
     padding: 7px;
     border-radius: 50%;
     box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
 .fixed-buy-now-button .elementor-button-content-wrapper {
     display: flex;
     align-content: center;
     align-items: center;
}
 @media screen and (max-width:1023px){
     .fixed-buy-now-button {
         transform: rotate(-0.25turn) !important;
         right: -41px !important;
    }
     .fixed-buy-now-button .elementor-button {
         border-radius: 10px !important;
         padding: 5px 10px !important;
         font-size: 16px !important;
    }
     .fixed-buy-now-button span.elementor-button-text {
         top: 2px !important;
         left: 4px;
         position: relative;
    }
}
 .fixed-buy-now-button svg {
     animation: rotateIcon 2s linear infinite;
     transform-origin: center;
}
 @keyframes rotateIcon {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
 .fixed-buy-now-button span.elementor-button-text {
     top: 4px;
     left: 4px;
     position: relative;
}
 .new-edu-testimonial .wpr-testimonial-prev-arrow {
     position: absolute !important;
     bottom: 0% !important;
     top: 87% !important;
     left: 4% !important;
}
 .new-edu-testimonial .wpr-testimonial-next-arrow {
     position: absolute !important;
     top: 87% !important;
     right: 81% !important;
}
 .new-edu-testimonial .wpr-testimonial-content-inner {
     display: flex;
     flex-direction: row-reverse;
}
 .new-edu-testimonial .wpr-testimonial-icon {
     position: absolute;
     bottom: 129%;
     right: 7%;
}
 .new-edu-testimonial .wpr-testimonial-content p{
     color: #000 !important;
     text-align: left !important;
}
 @media screen and (min-width:1440px) and (max-width:1650px){
     .new-edu-testimonial .wpr-testimonial-next-arrow {
         position: absolute !important;
         top: 87% !important;
         right: 74% !important;
    }
}
 @media screen and (min-width:500px) and (max-width:680px){
     .new-edu-testimonial .wpr-testimonial-next-arrow {
         position: absolute !important;
         top: 87% !important;
         right: 74% !important;
    }
}
 @media screen and (max-width:499px){
     .new-edu-testimonial .wpr-testimonial-next-arrow {
         position: absolute !important;
         top: 90% !important;
         right: 61% !important;
    }
     .new-edu-testimonial .wpr-testimonial-prev-arrow {
         position: absolute !important;
         bottom: 0% !important;
         top: 90% !important;
         left: 4% !important;
    }
}
 @media screen and (max-width:1439px){
     .course-testimonial-1{
         width:100% !important;
    }
}
 @media screen and (max-width:767px){
     .buynow {
         margin-left: 10px !important;
    }
}
 @media screen and (min-width:768px) and (max-width:1024px){
     .student-oft-year-section-edu{
         padding-top: 0px !important;
    }
}
 @media screen and (max-width:1024px){
     .new-edu-testimonial .wpr-testimonial-icon {
         bottom: 112% !important;
         right: 7%;
    }
}
 @media screen and (max-width:1024px){
     .courses-blog-section .post-meta-list {
         display: flex;
         margin-top: 10px !important;
    }
     .courses-blog-section span.meta-date{
         margin:0px !important;
    }
     .courses-blog-section a.author-name {
         font-size: 17px !important;
    }
     .courses-blog-section span.meta-date-text {
         font-size: 14px !important;
         margin:0px !important;
    }
}
 @media screen and (max-width:768px){
     .education-cat-slider-section{
         margin-top: -100px;
    }
}
 .flex-flexible-classes h3.elementor-image-box-title {
     margin: 0px !important;
}
 .newsletter-form .flex-submit-btn {
     background-color: #fff !important;
     color: #000 !important;
     padding: 15px 10px !important;
}
 .flex-flexible-classes h3.elementor-image-box-title {
     margin: 0px !important;
}
 .flex-img-slider figure{
     width: fit-content !important;
}
 @media screen and (min-width:1025px) and (max-width:1399px){
     .space-add{
         padding-left: 20px !important;
         padding-right: 20px !important;
    }
}
 .new-header-search .premium-search__query-wrap {
     display: none !important;
}
 .flex-edu-search-post-title a:hover{
     color:#543BDE !important;
}
 .copyright-link:hover{
     color:#543BDE !important;
}
 .mtsnb-container-outer{
     background: linear-gradient(91deg, #A279B6 0%, #465BA9 100%) !important;
}
 @media screen and (max-width:767px){
     .top-bar-theme {
         display: flex;
         flex-direction: column;
    }
}
 .mtsnb .mtsnb-container {
     padding: 9px 16px !important;
}
 button.user-registration-Button.button.ur-submit-button {
     background-color: #553CDF !important;
}
 #user-registration{
     padding:0px !important;
}
 .saved-course-content h3 a:hover{
     color: #543bde !important;
}
div#user-registration {
    max-width: 100% !important;
}
#user-registration .user-registration-form-row label {
    width: 100%;
    font-size: 20px;
}
#user-registration .user-registration-form-row span{
	width:100%;
}
#user-registration button.user-registration-Button.button.ur-submit-button {
    width: fit-content;
}
@media screen and (max-width:768px){
	#user-registration div#ur-frontend-form {
    padding: 20px;
}
}
.user-registration-page .flex-edu-right-page-sidebar {
    display: none;
}
@media screen and (max-width:767px){
	.saved-courses-grid {
    display: grid;
    grid-template-columns: repeat(1,1fr) !important;
    gap: 30px;
}
}
@media screen and (min-width:768px) and (max-width:1024px){
	.saved-courses-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr) !important;
    gap: 30px;
}
}
@media screen and (min-width:1025px) and (max-width:1440px){
	.saved-courses-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr) !important;
    gap: 30px;
}
}
.saved-courses-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

.saved-course-item {
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px;
    border-radius: 10px;
}
.saved-course-thumb img{
    height: 200px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}
.saved-course-content h3 a{
	font-size: 20px !important;
	overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin-top: 10px;
}
