.cm_pricing_wrap .tab_titles_wrap {
	padding-top: 1.5rem;!;
	padding-bottom: 4rem;!;
}

.cm_pricing_wrap .tab_titles_wrap button {
	position: relative;
	background: #ffffff;
	margin-left: -6px;
	font-family: lemonde-courrier, serif;
	max-width: 180px;
	min-width: 180px;
	height: 50px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 0.95rem;
	border: solid 1px #ccc;
	color: #999;
	border-radius: 0;
	text-transform: capitalize;
	outline: none;
}

.cm_pricing_wrap .content-wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

.cm_pricing_wrap .tab_titles_wrap button:last-child {
	border-radius: 0 30px 30px 0;
}

.cm_pricing_wrap .tab_titles_wrap button:first-child {
	border-radius: 30px 0 0 30px;
	margin-left: -6px;
}

.cm_pricing_wrap .tab_titles_wrap .tab {
	text-align: center;
}

.cm_pricing_wrap .pricing-table {
	padding: 0 12px 6px;
}

.cm_pricing_wrap .pricing-table #toggleContainer {
	padding: 48px 0 6px;
}

.cm_pricing_wrap .tab_titles_wrap button.active {
	background: -webkit-gradient(linear, left top, right top, from(#1FAAB4), color-stop(55%, #0599C9), to(#665cb7));
	background: -webkit-linear-gradient(left, #1FAAB4 0%, #0599C9 55%, #665cb7 100%);
	background: -o-linear-gradient(left, #1FAAB4 0%, #0599C9 55%, #665cb7 100%);
	background: linear-gradient(to right, #1FAAB4 0%, #0599C9 55%, #665cb7 100%);
	color: #ffffff;
}

.cm_pricing_wrap .pricing-table:not(.active),
.cm_pricing_wrap .pricing-table:not(:has(.pricing__price__area h2+h2)) #toggleContainer {
	display: none;
}

.cm_pricing_wrap .pricing-table .inner_main {
	padding-top: 3rem !important;
}

.cm_pricing_wrap .pricing-table .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cm_pricing_wrap .pricing-table:not(:has(.pricing__price__area h2+h2)) {
	padding-top: 6px;
}

.cm_pricing_wrap .popular-icon {
	position: absolute;
	left: 37px;
	top: -22px;
}

.cm_pricing_wrap .pricing-table .cm_card {
	margin-bottom: 1.5rem;
	text-align: center;
	-webkit-box-orient: vertical ;
	-webkit-box-direction: normal;
	-ms-flex-direction: column ;
	flex-direction: column ;
	display: -webkit-box ;
	display: -ms-flexbox;
	display: flex;
}

.cm_pricing_wrap .pricing-table .cm_card>div {
	background-color: #ffffff;
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	border-radius: 1rem;
}

.cm_pricing_wrap .pricing-table .cm_card .ribbon {
	background: #a83db4;
	background: linear-gradient(to right, #a83db4 0%, #cd1f97 55%, #e86c52 100%);
	background: linear-gradient(to right, #a83db4 0%, #cd1f97 55%, #e86c52 100%);
	padding: 5px;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	margin: auto;
	line-height: 60px;
	font-family: lemonde-courrier, serif;
	font-size: 22px;
	font-weight: 400;
	color: #FFF;
}

.cm_pricing_wrap .pricing-table .cm_card .pricing-content {
	padding: 1.5rem;
}

.cm_pricing_wrap .pricing-table .cm_card .btn_wrapp {
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}

.cm_pricing_wrap .pricing-table .pricing-content>h2 {
	padding-top: 1rem;
	margin: 0;
}

.cm_pricing_wrap .pricing-table .pricing-content p {
	margin: 0;
}

.cm_pricing_wrap .pricing-table:not(:has(.pricing__price__area h2+h2)) .pricing-content .pricing__price__area h2 {
	font-size: 2.9em;
	line-height: 0.7;
}

.cm_pricing_wrap .pricing-table .pricing-content .pricing__price__area h2 {
	margin: 0;
}

.cm_pricing_wrap .pricing-table .pricing-content .pricing__price__area h2 .prefix {
	font-size: 18px;
	margin-bottom: 20px;
	display: inline-block;
	color: #06183f;
}

.cm_pricing_wrap .pricing-table .pricing-content .pricing__price__area h2 .suffix {
	color: #06183f;
	font-size: 0.75rem;
	display: inline-block;
}

.cm_pricing_wrap .pricing-table .pricing-content .pricing__price__area .act_price {
	background-image: rgb(32, 170, 180);
	background-image: linear-gradient(to right, rgb(32, 170, 180) 0%, rgb(5, 153, 201) 55%, rgb(102, 92, 183) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}

.cm_pricing_wrap .pricing-table .pricing-content .pricing__price__area .pricing__price sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
	top: -.5em;
	color: #665cb7;
}

.cm_pricing_wrap .pricing-table .cm_card .pricing-content>h4 {
	padding-top: 3rem;!;
}

.cm_pricing_wrap .pricing-table .cm_card .pricing-features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: left;
	padding-top: 1rem;!;
}

.cm_pricing_wrap .pricing-table .cm_card .pricing-features p {
	padding-left: 25px;
	margin-bottom: 1rem;
}

.cm_pricing_wrap .pricing-table .cm_card .pricing-features p img {
	max-width: 20px;
	margin-right: 5px;
	margin-left: -25px;
	position: absolute;
}

.cm_pricing_wrap .tab_contents {
	background: #f5f5f5;
}

.cm_pricing_wrap .tab_contents .content-wrapper.pb-6 {
	text-align: unset;
	background: transparent;
	border: none;
	padding-bottom: 4rem;
	text-align: center;
	font-size: 0.75rem;
}

.cm_pricing_wrap .pricing-table>.text-center {
	text-align: center;
}

.cm_pricing_wrap .pricing-table>.text-center p {
	font-size: 1.2em;
	margin: 0;	
}

.cm_pricing_wrap .pricing-table>.text-center p span {
	font-weight: bold;
}

.cm_pricing_wrap .pricing-table #toggleContainer .monthlyBold {
	font-weight: 700;
	margin-top: 0.5rem !important;
	font-family: "Source Sans Pro", sans-serif;
}

.cm_pricing_wrap .pricing-table #toggleContainer .toggle-btn {
	text-align: center;
}

.cm_pricing_wrap .pricing-table #toggleContainer .switch {
	margin-bottom: 0.5rem;
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.cm_pricing_wrap .pricing-table #toggleContainer .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.cm_pricing_wrap .pricing-table #toggleContainer .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1e2321;
	-webkit-transition: 0.4s;
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: 0.6s ease transform, 0.6s -webkit-box-shadow;
	transition: 0.6s ease transform, 0.6s -webkit-box-shadow;
	-o-transition: 0.6s ease transform, 0.6s box-shadow;
	transition: 0.6s ease transform, 0.6s box-shadow;
	transition: 0.6s ease transform, 0.6s box-shadow, 0.6s -webkit-box-shadow;
	border-radius: 34px;
}

.cm_pricing_wrap .pricing-table #toggleContainer .switch .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-radius: 50%;
}

.cm_pricing_wrap .pricing-table #toggleContainer .annuallyBold {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 700;
	margin-top: 0.5rem !important;
}

.cm_pricing_wrap .pricing-table .tp_title {
	text-align: center;
}

.cm_pricing_wrap .pricing-table .tp_title p {
	margin-top: 1.5rem;!;
	font-weight: 700;!;
	font-size: 1.3em;
}

.cm_pricing_wrap .pricing-table .cm_card .pricing-content>h3 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.cm_pricing_wrap .pricing-table .tp_title p span {
	background-image: rgb(32, 170, 180) !important;
	background-image: linear-gradient(to right, rgb(32, 170, 180) 0%, rgb(5, 153, 201) 55%, rgb(102, 92, 183) 100%) !important;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}

.cm_pricing_wrap .pricing-table:has(.pricing__price__area h2+h2) .pricing__price__area h2 {
	font-size: 2.9em;
	line-height: 0.5;
}

.cm_pricing_wrap .pricing-table .pricing__price__area .annually {
	display: none;
}

.cm_pricing_wrap .pricing-table #toggleContainer .switch input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-o-transform: translateX(26px);
	transform: translateX(26px);
}

.cm_pricing_wrap .pricing-table #toggleContainer .switch input:checked+.slider {
	background-image: -webkit-gradient(linear, left top, right top, from(#167a82), color-stop(55%, #0593c9), to(#3d3a73));
	background-image: -webkit-linear-gradient(left, #167a82 0%, #0593c9 55%, #3d3a73 100%);
	background-image: -o-linear-gradient(left, #167a82 0%, #0593c9 55%, #3d3a73 100%);
	background-image: linear-gradient(to right, #167a82 0%, #0593c9 55%, #3d3a73 100%);
}

.cm_pricing_wrap .pricing-table #toggleContainer:not(:has(input:checked))~.inner_main .ann,
.cm_pricing_wrap .pricing-table #toggleContainer:has(input:checked)~.inner_main .month,
.cm_pricing_wrap .pricing-table #toggleContainer:has(input:checked)~.inner_main .monthly {
	display: none;
}

.cm_pricing_wrap .pricing-table #toggleContainer:has(input:checked)~.inner_main .monthly+h2 {
	display: block;
}
@media (max-width: 992px) {
	.cm_pricing_wrap .popular-icon {
		position: absolute;
		left: -30px;
		top: 4px;
	}


	.cm_pricing_wrap .tab_titles_wrap button.active {
		border-radius: 0 30px 30px 0;
	}
}
@media (max-width: 767px) {
	.cm_pricing_wrap .tab_titles_wrap button:first-child,
	.cm_pricing_wrap .tab_titles_wrap button,
	.cm_pricing_wrap .tab_titles_wrap button:last-child {
		border-radius: 30px 30px 30px 30px;
		margin-bottom: 1em;
	}
}

@media (max-width: 576px) {
	.cm_pricing_wrap .popular-icon {
		left: auto;
		top: -11px;
		right: -8px;
	}
	.tabs-wrapper {
		width: 65%;
		margin-left: auto;
		margin-right: auto;
	}
	.cm_pricing_wrap .tab_titles_wrap button.active {
		border-radius: 30px;
	}
}