.subtitle-2{
	font-weight: 500;
	color: #e6e6e6 ! important;
}
.subtitle-2 span{
	font-size: 22px;
	border-bottom: 2px solid #FFEB3B;
}
.features li{
	color: #3c3c3c;
    font-weight: 400 ! important;
}
.footer-socials-links-2 div{
	background: #fff;
	padding: 2px 5px 0px;
	border-radius: 4px;
	font-weight: 600;
	margin-right: 5px;
	margin-bottom: 10px;
	width: fit-content;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #fff;
}
.footer-socials-links-2 div .svg-inline--fa.fa-w-14, .footer-socials-links-2 div .svg-inline--fa.fa-w-16{
	margin-top: -4px ! important;
}
.color-fb{
	color: #1877f2;
	transition: 0.5s;
}
.color-fb:hover{
	color: #fff;
	background: #1877f2;
}
.color-wa{
	color: #1ebea5;
	transition: 0.5s;
}
.color-wa:hover{
	color: #fff;
	background: #1ebea5;
}
.color-tg{
	color: #25a3e1;
	transition: 0.5s;
}
.color-tg:hover{
	color: #fff;
	background: #25a3e1;
}
.box-22{
	background: #fff;
	box-shadow: 1px 1px 50px #c5c5c5 ! important;
	border-radius: 7px;
	padding: 0px ! important;
}
.box-22 div{
	padding: 10px 20px 30px;
}
.box-22 img{
	border-radius: 7px 7px 0px 0px;
	width: 100%;
	height: auto;
}
.box-22 p{
	font-size: 14px;
	font-weight: 500;
	color: #3F51B5;
}
.best-plan{
	margin-top: -22px;
	background: #000;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 4px;
	padding: 10px 0px;
}
.best-plan h2, .best-plan h5{
	color: #fff;
}
.best-plan h2{
	margin-bottom: 0px;
}
/* Switch begin */
.switch-plan .label-left, .switch-plan .label-right {
	cursor: pointer;
}
.switch-plan .label-left, .switch-plan .label-right {
	font-weight: 600;
	font-size: 15px;
	color: #595959;
}
.switch-plan .label-left {
	padding-right: 10px;
}
.switch-plan .label-right {
	padding-left: 10px;
}
.label-left.text-muted, .label-right.text-muted {
	color: #bbbbbb ! important;
	transition: 0.5s;
}
.switch {
	position: relative;
	display: inline-block;
	width: 52px;
	height: 25px;
}
.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: #5f2eed;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.hide{
	display: none;
}
/* Switch end */
.tab-box{
	display: block;
	background: #eee;
	width: fit-content;
	margin: 0px auto 30px;
	padding: 5px 5px 1px;
	border-radius: 25px;
}
.tab-box .btn{
	display: inline-block;
	color: #5f2eed;
	padding: 8px 10px;
	margin-bottom: 5px;
	font-size: 15px;
	text-transform: none;
	border-radius: 25px;
	transition: 0.5s;
}
.tab-box .btn.active{
	background: #5f2eed;
	color: #fff;
	box-shadow: 1px 1px 15px rgb(118 82 215 / 52%);
}
.pricing-table{
	padding: 40px 30px 30px;
}
.blog-post, .blog-post-video{
	margin-bottom: 30px;
}
.pricing-table ul.features {
	padding: 0px 0px 0px;
}
.pricing-section {
	padding: 70px 0px 100px;
}
.pricing-table {
	height: calc(100% - 0px);
}
.pricing-table .feature-box {
	height: 200px;
	overflow-y: auto;
	margin-bottom: 40px;
}
.feature-box::-webkit-scrollbar {
	width: 7px;
}
.feature-box::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #d8d8d8; 
	border-radius: 10px;
}
.feature-box::-webkit-scrollbar-thumb {
	background: #d8d8d8; 
	border-radius: 10px;
}
.feature-box::-webkit-scrollbar-thumb:hover {
	background: #b3b3b3; 
}
.pricing-footer {
	position: absolute;
	width: 100%;
	left: 0px;
	padding: 10px 45px 10px;
	bottom: 30px;
}
.footer-socials-links-2 p{
	font-size: 15px;
	color: #fff;
	line-height: 20px;
}
#scrollUp{
    display: none ! important;
}
@media (max-width: 667px) {
	.pricing-table .feature-box, .pricing-table {
		height: auto ! important;
	}
	.pricing-footer {
		position: relative ! important;
		width: 100%;
		padding: 0px 0px 0px ! important;
	}
	.pricing-table{
		padding: 40px 30px 10px;
	}
}