.fme html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers /*/
.fme article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.fme body {
	line-height: 1; 
	background: #fff;
	font-family: 'Dosis', sans-serif;
	color: #000d1f;
}	
.fme ol, ul {
	list-style: none;
}
.fme blockquote, q {
	quotes: none;
}
.fme blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
.fme a {
	text-decoration: none;
	transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
}
.fme table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*     Css Starting*/


/*
.wrapper {
	box-sizing: border-box;
	padding: 0px 15px; 
}
*/


.fme .product-items-carousel{
	max-width: 1250px;
	margin: 0 auto;
	box-sizing: border-box;
}



/*            Carousel slider*/



.fme .parent-product-carousel{
	position: relative;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
.fme .product-items-carousel {
	margin-top: 50px;
}
.fme .product-item-img img {
	background-color: white;
	max-width: 100%;
	
}
.product-item-details {

	margin-left:24px !important;
}

.fme .product-item-description {
	background-color: #f6fbff;
	min-height: 180px !important;
	text-align: center;
	padding: 10px !important;
}


.fme .product-item-description h6 {
	font-size: 17px;
	font-weight: 500;
	padding-top: 15px;
	padding-bottom: 20px;
	color: #217ac1;
}


.fme .owl-buttons{
	position: relative;
}

.fme .owl-control{
	display: block !important;
}

.fme-wbtab .owl-buttons div.owl-prev, .fme-wbtab .customNavigation a.prev {
   right: auto !important;
} 