
/*===================================*
16. PRICING PAGE
*===================================*/
.pricing_box {
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	background-color: white;
}

.tab-custom-s2 .nav-tabs li>a {
	padding: 5px 8px;
}
.tab-custom-s2 .nav-tabs li>a.active {
	border-bottom: 2px solid #f75231;
}

.pr_title h3, .pr_title span {
	color: #ffffff;
}
.pr_title {
	padding: 20px 10px;
}
.pr_title h3 {
	font-size: 42px !important;
	font-weight: 500;
	margin: 0;
}

.pr_priceContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pr_FOXT {
	font-size: 34px !important;
	margin: 0 !important;
}

.pr_smallPricesContainer {
	position: relative;
	width: 84px;
	height: 40px;
	margin-left: 10px;
}

.pr_smallPricesUsd {
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	top: 3px;left: 0;
}
.pr_smallPricesEth {
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	top: 17px;
	left: 0;
}

@media only screen and (max-width: 1500px) {
	.pr_title h3 {
		font-size: 36px !important;
	}
	.pr_FOXT {
		font-size: 30px !important;
		width: 170px;
	}

	.pr_smallPricesContainer {
		top: -3px;
	}

}

.price_tage {
	padding: 25px;
}
.pr_content li {
  padding: 10px;
  line-height: normal;
  color: #032872;
  font-family: Poppins;
  font-weight: 400;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pr_footer {
	padding: 10px 10px 30px;
	color: #032872;
}

.blue_light_bg,
.v_blue_pro {
	background-color: #5957cd;
}
.light_blue_dark_bg {
	background-color: #4a49bf;
}
.blue_lightdark_bg {
	background-color: #4241b8;
}
.bg_gray {
	background-color: #f1f1f1;
}
.pink_bg {
	background-color: #ff68ca;
}
.yellow_bg {
	background-color: #ffca69;
}


/* PLANS AND PRICING */
.silver-bg {
	background-image: linear-gradient(to right, #bdc5c8, #c7d2e2);
}

.gold-bg {
	background-image: linear-gradient(to right, #ffd07f, #ffe29f);
}

.platinum-bg {
	background-image: linear-gradient(to right, #80ecf0, #a3fbdb);
}

.diamond-bg {
	background-image: linear-gradient(to right, #94bdf7, #c8cbf1);
}

.plansIconsContainer {
	height: 80px;
	width: 140px;
	margin: -60px auto 10px;
	border-radius: 70px 70px 0 0;
	padding: 20px;

}
.plansIconsContainer img {
	height: 50px;
	width: auto;
}

.plansIconsContainer_silver {
	background-image: linear-gradient(to right, #c1cad1, #c4ced9);
}

.plansIconsContainer_gold {
	background-image: linear-gradient(to right, #ffd689, #ffdc95);
}

.plansIconsContainer_platinum {
	background-image: linear-gradient(to right, #8bf1e9, #97f6e2);
}

.plansIconsContainer_diamond {
	background-image: linear-gradient(to right, #a5c2f5, #b7c6f3);
}

/*===================================*
16. END PRICING PAGE
*===================================*/

.m-t-15 {
    margin-top: 15px;
}

.m-t-25 {
    margin-top: 25px;
}