body {
	color: var(--primary-text-color);
	background-color: var(--primary-background-color);
	font-family: 'Poppins', sans-serif;
}

.main-container {
	margin: 0 auto;
}

.serviceone-container {
	padding-top: 110px;
}

.footer-banner-logo {
	width: 170px;
}

.cpd-banner-container {
	background-color: var(--secondary-text-color);
	background-image: url('../images/vectors/vector8.png');
	background-size: 250px;
	background-position: center;
	background-repeat: no-repeat;
}

.program-banner-image {
	height: 100%;
	object-fit: cover;
}

.content-container {
	margin: 0 auto;
	max-width: 90%;
	margin-top: 100px;
}

.services-card {
	border-radius: 12px;
	/* background: #FFF; */
	border: 1px solid #848199;
	box-shadow: 0px 29px 11px 0px rgba(112, 181, 255, 0.01), 0px 16px 10px 0px rgba(112, 181, 255, 0.05), 0px 7px 7px 0px rgba(112, 181, 255, 0.09), 0px 2px 4px 0px rgba(112, 181, 255, 0.10), 0px 45px 12px 0px rgba(112, 181, 255, 0.00);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 10px;
}

.divider {
	border: 1px solid rgba(234, 236, 240, 1);
}

.services-tabs-horizontal li a {
	color: var(--light-text-color);
}

.services-tabs-horizontal li a.active {
	color: var(--secondary-text-color);
	border-bottom: 3px solid var(--secondary-text-color);
    padding-bottom: 7px;
}

.services-carousel button.active {
	background-color: var(--secondary-text-color) !important;
}

.pricing-option-tabs {
	width: 230px;
	margin: 0 auto;
	border: none;
	padding: 0;
	text-align: center;
}

.pricing-tab-item {
	width: 115px;
	height: 40px;
	background-color: transparent;
	color: var(--text-color-grey);
	border: 1px solid var(--text-color-grey);
	border-radius: 0;
}

.pricing-tab-item.active {
	background-color: var(--secondary-text-color);
	color: var(--text-color-light);
}

.monthly-tab-item {
	margin-left: 25px;
	background-color: var(--primary-disable-background);
	border-radius: 25px;
	border: none;
}

.yearly-tab-item {
	position: absolute;
	margin-left: -105px;
	background-color: var(--primary-disable-background);
	border-radius: 25px;
	border: none;
}

.price-list {
	position: relative;
	/* min-height: 625px; */
	height: auto;
	/* overflow: auto; */
}

.discount-ribbon {
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	background-color: var(--secondary-text-color);
	color: white;
	padding: 5px 10px;
	z-index: 1;
	border-radius: 10px;
}

.plan_footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.plan_footer_btn {
	height: 40px;
	font-size: 14px;
	color: var(--secondary-text-color);
	border: 1px solid var(--secondary-text-color);
	background: transparent;
}

/* .faq-accordion {
	width: 90%;
	margin: 0 auto;
} */

.faq-content {
	display: flex;
	width: 100%;
	justify-content: space-between;
	text-decoration: none;
	color: var(--container-heading-text-color);
	line-height: 28px;
}

.faq-card {
	margin-bottom: 15px;
}

.feature-card-container {
	width: 320px;
	padding: 0;
}

.default-text {
	color: var(--primary-text-color);
}

.banner-inner-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0;
}

.left-container,
.right-container {
	padding: 0 12px;
}

.sparkles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.sparkle {
	position: absolute;
	/* width: 50px; */
	height: auto;
}

.sparkle1 {
	top: 55%;
	left: -5%;
}

.sparkle2 {
	top: -20%;
	left: -5%;
}

.sparkle3 {
	top: -20%;
	left: 85%;
}

.sparkle4 {
	top: 7%;
	left: 70%;
}

.sparkle5 {
	top: 5%;
	left: 30%;
}

.sparkle6 {
	top: 40%;
	left: 90%;
}

.sparkle7 {
	top: 45%;
	left: -75%;
}

.sparkle9 {
	left: 80px;
	top: -35px;
	width: 30px;
}

.sparkle10 {
	width: 30px;
	top: 130px;
	right: 220px;
}

.sparkle11 {
	width: 30px;
	top: 165px;
	left: 220px;
}

.sparkle12 {
	width: 30px;
	top: 30px;
	right: 0;
}

@media (max-width: 991px) {
	.sparkle9 {
		left: 20px;
	}
    .sparkle10 {
		top: 95%;
        right: 80%;
	}
	.sparkle11 {
		top: 95%;
        left: 80%;
	}
	.sparkle12 {
		top: 10px;
	}
}

.service_vector1 {
	top: 20%;
    right: 50%;
}

.service_vector2 {
	top: 20%;
	right: 0;
	width: 120px;
}

.service_vector3 {
	top: 60%;
	right: 60%;
	width: 120px;
}

.service_vector4 {
	top: 60%;
	right: 0;
	width: 120px;
}

.banner-image {
	border-radius: 10px;
	float: right;
	position: relative;
	z-index: 1;
}

.home-banner {
	display: block;
	width: 100%;
	border-radius: 20px;
	height: 480px;
	position: relative;
	background-image: url('../images/banners/service_one_banner2.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.home-banner-image {
	position: absolute;
	top: 0;
	left: 0;
}

.home-banner-overlay {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	border-radius: 20px;
	text-align: start;
	left: 12px;
}

.home-banner-content {
	/* width: 50%; */
	/* height: 100%; */
	display: flex;
	/* align-items: center; */
	justify-content: center;
	color: #FFFFFF;
}

.home-banner-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    background: white;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slide-track {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    animation: scroll 20s linear infinite;
}

.slide-image {
    flex: 0 0 auto;
    width: 160px; 
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.mission-banner-vectors-left {
	position: absolute;
    display: flex;
    flex-direction: column;
    width: 5%;
	top: -55px;
    left: -45px;
	-webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mission-banner-vectors-right {
	position: absolute;
    right: -65px;
    z-index: -1;
    top: 30px;
    width: 5%;
}

.statistics-card {
	border-radius: 24px;
	border: 1px solid #F8F8F8;
	background: #FFF;
	box-shadow: 0px 2px 4px 0px rgba(112, 181, 255, 0.10), 0px 29px 11px 0px rgba(112, 181, 255, 0.01), 0px 45px 12px 0px rgba(112, 181, 255, 0.00), 0px 16px 10px 0px rgba(112, 181, 255, 0.05), 0px 7px 7px 0px rgba(112, 181, 255, 0.09), 0px 2px 4px 0px rgba(112, 181, 255, 0.10), 0px 29px 11px 0px rgba(112, 181, 255, 0.01), 0px 45px 12px 0px rgba(112, 181, 255, 0.00);
}

.statistics-card-ring1,
.statistics-card-ring2 {
	top: -40px;
    position: absolute;
    z-index: -1;
}
.statistics-card-ring1 {
    left: 10%;
}
.statistics-card-ring2 {
    left: 18%;
}

.progress {
	width: 80px;
	height: 80px;
	line-height: 75px;
	background: none;
	margin: 0 auto;
	box-shadow: none;
	position: relative;
}

.progress:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 12px solid #F3F6FF;
	position: absolute;
	top: 0;
	left: 0;
}

.progress>span {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}

.progress .progress-bar {
	color: #F3F6FF;
}

.progress .progress-left {
	left: 0;
}

.progress .progress-bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 12px;
	border-style: solid;
	position: absolute;
	top: 0;
}

.progress .progress-left .progress-bar {
	left: 100%;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}

.progress .progress-right {
	right: 0;
}

.progress .progress-right .progress-bar {
	left: -100%;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
	animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
	width: 100%;
	border-radius: 50%;
	background: #ffffff;
	font-size: 16px;
	/* color: #d10b4f; */
	position: absolute;
}

.progress.progress-animate .progress-left .progress-bar {
	animation: loading-2 1.5s linear forwards 1.8s;
}

.number-contianer {
	width: 65px;
	height: 65px;
	border-radius: 25px 0px;
	background: var(--secondary-text-color);
}

.footer-section {
	display: flex;
	flex-direction: column;
	text-align: center;
	/* max-width: 1024px; */
	margin: 0 auto;
}

.footer-container {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
}

.void-social-container {
	display: flex;
	justify-content: flex-end;
}

.social-icons {
	margin-right: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.footer-divider {
	border: none;
	height: 1px;
	background-color: var(--primary-text-color);
	margin-top: 0;
}

@media (max-width: 991px) {
	.serviceone-container {
		padding-top: 65px;
	}
	
	.main-container {
		overflow: hidden;
	}
	
	.left-container,
	.right-container {
		padding: 0;
	}
	
	#section1 {
		order: 3;
    }

    #section2 {
		order: 1;
    }

    #section3 {
		order: 2;
    }
    
    .progress {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    
    .progress-value {
        font-size: 10px !important;
    }
    
    .home-banner {
		border-radius: 0;
		background-size: cover;
	}
	
	.home-banner-overlay {
		border-radius: 0;
	}
	
	.discount-ribbon {
		top: 0;
	}

	/* #pricingTab {
		display: flex;
		flex-direction: column;
	}*/
	#servicesTab li,
	#pricingTab li {
		padding-bottom: 10px;
	}
	
	.footer-banner-logo {
		width: 100px;
	}

	.footer-container {
		text-align: start;
		font-size: 14px;
	}

	.footer-disclaimer {
		font-size: 14px;
	}

	.footer-terms-container {
		margin-top: 15px !important;
	}

	.footer-social-icons {
		margin-bottom: 15px !important;
	}
}

@media (min-width: 992px) {
	.left-container {
		flex: 0 0 50%;
	}

	.banner-image {
		bottom: -6px;
	}

	.faq-accordion {
		width: 60%;
		margin: 0 auto;
	}
	
	.footer-terms-container {
		width: 218px;
	}

	.footer-container li {
		margin-right: 15px;
	}

	.void-social-container {
		width: 45%;
	}
}