.disp-none{
	display: none !important;
}
.d-flex{
	display: flex !important;
}
.jc-ce{
	justify-content: center !important;
}
.jc-sb{
	justify-content: space-between !important;
}
.jc-sa{
	justify-content: space-around !important;
}
.jc-se{
	justify-content: space-evenly !important;
}
.jc-fs{
	justify-content: flex-start !important;
}
.jc-fe{
	justify-content: flex-end !important;
}
.ai-ce{
	align-items: center !important;
}
.ai-fs{
	align-items: flex-start !important;
}
.ai-fe{
	align-items: flex-end !important;
}
.pl-1{
	padding-left: 0.25rem !important;
}
.pl-3{
	padding-left: 0.5rem !important;
}
.pl-3{
	padding-left: 0.75rem !important;
}
.bg-red{
	background-color: rgba(255,0,0,0.5) !important;
}

.COLORS_FOR_REFERENCE_ONLY{
	/*MAIN BLUE*/
	color: #00a2ff;
	/*MAIN GREEN*/
	color: #00a346;
	/*MAIN GREY*/
	color: #8d8d8d;
}

.planPriceValue{
	font-weight: bolder !important;
	font-size: 3.8em !important;
	line-height: 1.15em !important;
}

.promotional-container{
	width: 300px !important;
	min-width: 300px !important;
	max-width: 300px !important;
	height: 50px;

	border-top: 3px solid #00a346 !important;
	border-left: 3px solid #00a346 !important;
	border-right: 3px solid #00a346 !important;
	border-radius: 17px 17px 0 0 !important;
	position: absolute !important;
	left: 12.5%;
	top: -30px;
}

.group-name{
	position: absolute;
	left: 50px;
	top: -15px;
	background-color: #00a346 !important;
	/* background-color: #54b5ff !important; */
	border-radius: 20px !important;
	display: inline-block !important;
	padding: 5px 20px !important;
	color: #fff !important;
	/* transform: translateX(-50%) !important; */
	font-size: 15px !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: 0.15s all ease-in;
}

.new-plan-container{
	display: block !important;
	-ms-flex-preferred-size: 0 !important;
	flex-basis: 0 !important;
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
	padding: .75rem !important;

	width: 300px !important;
	min-width: 300px !important;
	max-width: 300px !important;

	position: relative;

	transition: 0.15s all ease-in;
}

.limited-coupon-img{
	position: absolute;
	top: 2.5rem;
	left: -9rem;
	width: 13rem;
	z-index: 500;
	transform: rotate(-5deg);
}

.pricing-card{
	border: 3px solid #00a2ff !important;
	border-radius: 17px !important;
	position: relative !important;
	background-color: white !important;
	transition: 0.15s all ease-in;
}

.secondary .signup-button{
	background-color: #8d8d8d !important;
}
.new-plan-container:hover .signup-button{
	background-color: #00a346 !important;
}
.secondary .pricing-card{	
	border: 3px solid #8d8d8d !important;
	transform: scale(0.9) !important;
}
.new-plan-container:hover .pricing-card{	
	border: 3px solid #00a346 !important;
}
.plan-name-container{
	position: absolute !important;
	top: -20px !important;
	width: calc(100% + 13px);
}
.new-plan-name{
	background-color: #00a2ff !important;
	/* background-color: #54b5ff !important; */
	border-radius: 20px !important;
	display: inline-block !important;
	padding: 5px 20px !important;
	color: #fff !important;
	/* transform: translateX(-50%) !important; */
	font-size: 18px !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: 0.15s all ease-in;
}
.secondary .new-plan-name{
	background-color: #8d8d8d !important;
}
.new-plan-container:hover .new-plan-name{
	background-color: #00a346 !important;
}
.crown-container{
	width: 40px !important;
	min-width: 40px !important;
	height: 40px !important;
	min-height: 40px !important;
	background-color: #00a346 !important;
	border-radius: 500px !important;
	border: 3px solid #00a2ff;
	color: white;
	transition: 0.15s all ease-in;
}
.secondary .crown-container{
	background-color: #aaaaaa !important;
	border-radius: 500px !important;
	border: 3px solid #8d8d8d;
}
.new-plan-container:hover .crown-container{
	background-color: #00a2ff !important;
	border-radius: 500px !important;
	border: 3px solid #00a346;
}
.inner{
	padding-top: 40px !important;
}
.month-price{
	color: #000 !important;
}
.imp-features-container{
	margin: 10px 15px;
	border-top: 2px solid rgba(0,0,0,0.1);
	border-bottom: 2px solid rgba(0,0,0,0.1);
	padding: 10px;
	font-weight: 700;
	color: #000;
	font-size: 20px;
}
.other-features-container{

}
.o-feature{
	margin: 10px;
	/* background-color: rgba(0,0,0,0.25); */
}
.f-icon-container{
	padding: 0 10px;
}
.feature-icon{
	color:#00b773;
	font-size: 21px !important;
}
.plan-comp-th{
	min-width: 7.5rem !important;
}
.add-on{
	font-weight: bold;
	color: #00a346;
}
.gray-font{
	color: #303030;
}
.red-font{
	color: red;
}
.blue-font{
	color: #0073b6;
}

.promo-only{
	position: absolute;
	bottom: -4rem;
	left: 2rem;
	max-width: 15rem !important;
}
.promo-only *{
	font-size: 10px !important;
	/* letter-spacing: 0.25px; */
}