.vouchers-btn-container {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 20px;
    padding: 0 20px;
}


.payment-button {
	display: inline-block;
	padding: 13px 25px;
	color: #fff;
	background: #006ad1;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 15px 0;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	min-width: 150px;
	border: none;
	outline: none;
	cursor: pointer;
	font-family: 'Muli', Arial, sans-serif !important;
}

.payment-button:hover {
	background: #0054a6;
}

.payment-button:disabled,
.payment-button[disabled] {
	background: #ccc;
	cursor: default
}
.ar-pbox {
	border: 5px solid #000;
	background: #fff;
	display: block;
	text-align: center;
	min-width: 220px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	border-radius: 12px;
	margin: 15px 10px 10px 10px;
	
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	transition: all 0.3s ease-in-out;
	padding:20px 20px;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100%;
	
}

.ar-pbox .ar-pbox-title {
	font-size: 28px;
	font-weight: 700;
	width: 100%;
	text-shadow: 0 0 13px rgba(0,0,0,0.2)
}

.ar-pbox .ar-pbox-desc {
	text-align: left;
	width: 100%;
	margin: 15px 0 0 0;
	line-height: 28px;
	font-size: 18px;
	font-weight: 400;
	padding-left: 10px;
	flex: 1;
}


.ar-pbox:hover {
	border-color: #0054a6;
	color: #0054a6;
}

.plan_products_active .ar-pbox {
    border-color: #0054a6 !important;
    color: #0054a6 !important;
}

.ar-pbox-wrap {
display: flex;
align-content: center;
justify-content: center;
flex-wrap: wrap;
}

.plan_products_list:hover, .plan_products_list:active, .plan_products_list:focus {
text-decoration:none;
}

.courve-gb-hdr-top, #header .header-animation .support-header-ring { display:none}
#header{max-height:500px;}

.first-items-home{background: #f5f7f9;}


.first-items-home .item-icons {
    padding: 30px;
    margin-top: -125px;
    background: none;
    border: none !important;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.product-price{
	display: block;
	margin-top: 10px;
	font-size: 21px;
	text-decoration: none;
	color: #fff;
	font-family: Century Gothic, CenturyGothic, AppleGothic, Verdana, sans-serif;
}

.voucher-height{
	height: 120px;
}

.first-items-home .item-icons p{margin-bottom:5px; font-size:18px; color:#000;}

@media (max-width:992px) {
 .first-items-home .item-icons {
  margin-top:20px;
  padding:10px;
	 width: 33.333%;
 }
	
	.first-items-home > .container > .row {
		flex-wrap: wrap;
	}
}

@media (max-width:768px) {
 .first-items-home .item-icons {
	 width: auto
 }

}
.ar-pbox { box-shadow: 2px 0 30px 0 rgba(0,0,0,0.35); }
.blog-home-section, .first-items-home {background:#b5b1b1;}
.first-items-home{border-bottom: 3px solid #deeefc;}
