.vet_slider {
	margin-top: 30px;
	border-radius: 30px;
}
.vet_slider_move {
	margin-top: 30px;
	border-radius: 50px;
}
.features_3 {
	margin: 0px 0px 15px 0px;
	font-size: 1.5rem;
	text-align: center;
	color: #F48221; /*#0D4087;*/
	font-weight: 500;
	border: 1px solid #E5E5E5;
	padding: 15px 0px 0px 0px;
	background-color: #FFF; /*#ffe2aa;*/
	border-radius: 10px;
}
.features_3 img{
	max-height: 35px;
	padding-bottom: 5px;
}
.features_4 {
	margin: 0px 0px 15px 0px;
	font-size: 1.5rem;
	text-align: center;
	color: #F48221; /*#0D4087;*/
	font-weight: 500;
	border: 1px solid #E5E5E5; /*#E5E5E5*/
	padding: 15px 0px 0px 0px;
	background-color: #FFF; /*#F48221*/
	border-radius: 10px;
}
.features_4 img{
	max-height: 35px;
	padding-bottom: 5px;
}
.features_4 p{
	color: #0D4087;
}
.faq_list {
	font-size: 1.5rem;
	line-height: 28px;
	list-style: none;
	color: #C0C0C0;
	transition: .6s;	
}
.faq_list:hover {
	transition: .6s;
	color: #F48221;
	padding-left: 10px;
}
.faq_theme {
	font-size: 2rem;
	color: #F48221;
	font-weight: 600;
	padding: 20px 0px 10px 0px;
}
.faq_icon {
	background: #F48221;
	height: 60px;
	width: 60px;    
	position: fixed;
	right: 0px;
	text-align: center;
	z-index: 100;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   bottom: 30%;
   padding-top: 20px;
   border-radius: 12px 0px 0px 12px;
}
.faq_icon p {
	color: #FFF;
   font-family: Roboto;
	font-size: 22px;
   font-weight: 600;
}
@media (max-width: 767px) {
	.faq_icon {
		display: none;
	}
}
.cart--head {
	background-color: #F48120;
	margin-bottom: 20px;
	padding: 15px 20px 5px 20px;
	overflow: hidden;
	border-radius: 15px;
}
.cart--head p {
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #FFF;
	font-weight: 600;
}
.cart--head--red {
	background-color: #DD0000;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 15px 20px 5px 20px;
	overflow: hidden;
	border-radius: 15px;
}
.cart--head--red p {
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #FFF;
	font-weight: 600;
}
.cart--head .cart-gifttxt {
	/*position: relative;*/
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 10px;
	font-style: italic;
	font-weight: 500;
	padding: 0px 0px 5px 0px;
}
.cart--head--green {
	background-color: #13a538;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 15px 20px 5px 20px;
	overflow: hidden;
	border-radius: 15px;
}
.cart--head--green p {
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #FFF;
	font-weight: 600;
}