/* ------------------------------------------------------------------------------ 
Project Name : Friska 
Description : Main Style Sheet 
Author : Imran Rovan 
Created On : 07 July 2018 
--------------------------------------------------------------------------------*/

/** Google Fonts **/
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,800|Playfair+Display:400,700');


/*  Reset */
html, body {
	margin: 0;
	padding: 0;
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
img {
	display: block;
	outline: none;
}
img, input, textarea, button, select {
	border: 0;
	outline: 0 !important;
	resize: none;
}
a, a:hover, a:focus {
	text-decoration: none;
	-moz-transition: all .200s ease-in-out;
	-webkit-transition: all .200s ease-in-out;
	transition: all .200s ease-in-out;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
li.clearfix {
	display: list-item;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, p, a, li, span, div {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
.inline {
	display: inline;
	padding: 5px 10px;
}
/* Theme */
body {
	color: #000;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	-ms-overflow-style: scrollbar;
}

.header-top {
	position: relative;
	background: #231f20;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
}
.header-top ul li {
	float: left;
	margin-right: 20px;
	font-size: 15px;
}
.header-top ul li:last-child {
	margin: 0;
}
.header-top ul li span {
	margin-right: 10px;
}
.header-top ul li a {
	position: relative;
	line-height: 24px;
	color: #dddddd;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.social-icon {
	float: right;
}
.social-icon > ul {
	float: left
}
.social-icon > a {
	float: right;
	margin-left: 10px;
	color: #000;
	background: #e3e11e;
	height: 28px;
	margin-top: 6px;
	line-height: 28px;
	padding: 0 15px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 700;
	display: none !important;
}
.header-top .social-icon ul li span {
	margin-right: 3px;
}
header {
	position: relative;
	padding: 0px 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
header .logo {
	float:left;
}
header .logo img {
	width: auto;
	height: 100px;
	padding: 3px 0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
header.header-fixed {
	position: fixed;
	width: 100%;
	top:0;
	left:0;
	z-index: 9999;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.23);
}
header.header-fixed .logo img {
	height: 70px;
}
.rev_slider_wrapper .text-center {text-align: center !important;}
.rev_slider_wrapper .slide-content-box .tag-line {font-family: 'Playfair Display', serif;color: #fff;font-size: 22px;line-height: 28px;font-style: italic;}
.rev_slider_wrapper .slide-content-box .tag-line.has-line:after {content: '';width: 62px;height: 1px;background: #fff;}
.rev_slider_wrapper .slide-content-box .tag-line.has-line.is-inline:after {display: inline-block;margin-left: 20px;}
.rev_slider_wrapper .slide-content-box .big-title {color: #fff;font-size: 50px;line-height: 55px;font-weight: 600;}
.rev_slider_wrapper .slide-content-box .text {color: #fff;font-size: 18px;line-height: 26px;}
.rev_slider_wrapper .slide-content-box .btn-box .slide-btn {background: #fff;color: #242424;padding: 17.5px 41.5px;letter-spacing: .03em;font-size: 18px;border-radius: 30px;}
.mrgt30 {
	margin-top: 30px;
}
.aboutBlk {
	padding:90px 0 50px 0; 
}
.aboutBlk h5 {
	color: #222;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}
.aboutBlk h2 {
	color: #c6a05e;
	font-size: 45px;
	font-weight: 700;
	line-height: 55px;
	margin-bottom: 10px;
	font-family: 'Playfair Display', serif;
}
.aboutBlk p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px;
	color: #333;
	margin-top: 25px;
}
.single-items {
	margin-top: 40px;
}
.single-items h3 {
	font-size: 25px;
	margin-bottom: 22px;
	margin-top: 18px;
	color: #3e3e3e;
	font-weight: 300;
}
.single-items h5 {
	color: #565656;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 17px;
	text-transform: none;
}
.aboutBlk .col-md-6 img {
	max-width: 100%;
	float: right;
	padding-left: 60px;
}
.more-btn {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	margin-right: 10px;
	color: #d55137;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.hover-rotate i {
	font-weight: 600;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 50%;
	border: 2px #d55137 solid;
	font-size: 10px;
	width: 22px;
	height: 22px;
	display: inline-block;
	text-align: center;
	line-height: 18px;
}

.hover-rotate:hover i {
	-webkit-transform: translate(-10px) rotate(90deg);
	transform: translate(-10px) rotate(90deg);
	border: 2px #c6a05e solid;
}
.hover-rotate::hover {
	color: #25b2fc;
}
.know-more-btn {
	border-radius: 3px;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	padding: 0 43px;
	position: relative;
	z-index: 5;
}
.more-btn:hover {
	color: #c6a05e;
}
.prodCaro .item .prodsingle {
	width: 100%;
	position: relative;
}
.prodCaro .item .prodsingle .prdimg img {
	width: 100%;
	height: auto;
}
.prodCaro .item .prodsingle .container {
	height: 100%;
}
.prodbg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(left,#444 48%,transparent 48%);
	background: linear-gradient(to left,#444 48%,transparent 48%);
}
.prodCaro .item .prodsingle .proddata {
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	display: table;
	position: relative;
	float: right;
}

.prodCaro .item .prodsingle .svgholder {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}
.prodCaro .item .prodsingle .svgholder svg {
	width: auto;
	height: 100%;
	vertical-align: middle;
	position: relative;
	right: 40%;
}
.prodCaro .item .prodsingle .slideholder {
	z-index: 999;
	position: relative;
	display: table-cell;
	padding: 0 0 0 115px;
	vertical-align: middle;
}
.prodCaro .item .prodsingle .slideholder  h2 {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	color: #fff;
	font-weight: 800;
	font-family: 'Playfair Display', serif;
}
.prodCaro .item .prodsingle .slideholder  h3 {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.prodCaro .item .prodsingle .slideholder  p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
	font-weight: 400;
	color: #fff;
}
.prodCaro .item .prodsingle .slideholder a {
	color: #1b4973;
	font-weight: 800;
}
.prodCaro .owl-dots {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 99;
	width: 30px;
	height: 115px;
	margin-top: -50px;
}
.prodCaro .owl-dots button {
	width: 10px;
	height: 10px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 50%;
	display: block;
	margin-bottom: 10px;
}
.prodCaro .owl-dots button.active {
	background-color:rgba(255,255,255,0.4);
}
.more-prod {
	color: #333;
	background-color: #fff;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	outline: 0;
	line-height: 40px;
	font-weight: 500;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	-webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
	-moz-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
	transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
	padding: 0px 50px 0 15px;
	font-size: 13px;
}
.more-prod span {
	color: #333;
}
.more-prod .btn-icon-holder {
	position:absolute;
	top:0;
	right:0;
	line-height: 40px;
	background-color: #f3f3f3;
	font-size: 13px;
	width: 39px;
	text-align: center;
	border-radius: 0 5px 5px 0;
	-webkit-transition: border-color .2s ease-in-out,background-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out,background-color .2s ease-in-out;
	transition: border-color .2s ease-in-out,background-color .2s ease-in-out;
}
.medBlk {
	padding: 50px 0;
	position: relative;
}
.medBlk:after {
	position: absolute;
	content: "";
	width: 623px;
	height: 583px;
	background-image: url(../images/doctor_shap.png);
	background-size: 100%;
	background-repeat: no-repeat;
	bottom: 30px;
	left: 0;
	z-index: -1;
}
.medBlk .medDtlhme h2 {
	text-align: center;
	font-size: 22px;
	color: #666;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 20px;
}
.medBlk .medDtlhme h2 span {
	display:block;
	font-weight: 800;
	font-size: 50px;
	color: #333;
	margin-top: 5px;
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
}
.medBlk .medDtlhme p {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 20px;
}
.medcaro .item {
	padding: 15px;
}
.medcaro .item a {
	display: block;
	margin-top: 15px;
	text-align: center;
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
	transition: .3s linear;
}
.medcaro .item a:hover {
	transform: translateY(5px); 
}
.medcaro .item img {
	padding: 0px;
	margin-bottom: 10px;
}
.medcaro .item h6 {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #333;
	font-weight: 500;
}
.medcaro .item p {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 0px;
	color: #666;
}
.medcaro .item span {
	width: 100%;
	height: 20px;
	display: block;
	background: url(../images/star.png) no-repeat center center;
}
.parallax {
	padding: 100px 0;
	background: url(../images/parallax.jpg) no-repeat center top ;
	background-attachment: fixed;
	background-size: cover;
}
.parallax .bannerTitle .cell-view {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 0;
	height: 108px;
	position: relative;
	z-index: 100;
}
.parallax .bannerTitle h2 {
	font-family: "Playfair Display";
	font-weight: 700;
	font-style: italic;
	font-size: 50px;
	color: #fff;
	margin-bottom: 20px;
}
.parallax .bannerTitle p {
	font-style: italic;
	color: #fff;
	font-size: 23px;
	line-height: 32px;
}
.colored_line {
	overflow: hidden;
}
.colored_line > div {
	float: left;
	width: 25%;
	height:6px;
}
.colored_line .colored_line_color1 {
	background-color: #0e196e;
}
.colored_line .colored_line_color2 {
	background-color: #3545c2;
}
.colored_line .colored_line_color3 {
	background-color: #257e40;
}
.colored_line .colored_line_color4 {
	background-color: #38b163;
}
.hmebrands .medDtlhme h2 span {
	display: block;
	font-weight: 800;
	font-size: 40px;
	color: #333;
	margin: 15px 0 0px 0;
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
}

.brandcaro .item img {
	width: 100%;
	padding: 15px;
}
footer {
	background: #444;
	padding: 40px 0 0 0;
	overflow: hidden;
}
footer h4 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #fff;
}
footer a {
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
	color: #fff;
}
footer a:hover {
	color: #eac1da;
}
footer .col-md-4:last-child {
	text-align:center;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	line-height: 25px;
}
footer .col-md-4:last-child p {
	font-size: 16px;
	margin-bottom: 15px;
	border-bottom: 2px rgba(255, 255, 255, 0.45) dotted;
	padding-bottom: 15px;
}
footer .col-md-4:last-child ul li {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}
footer .col-md-4:last-child ul li i {
	display: inline-block;
	margin-right: 8px;
	color: #ccc;
}
footer .copyright {
	background: #222;
	height: 45px;
	line-height: 45px;
	margin-top:20px;
}
footer .copyright p {
	font-size:14px;
	line-height: 45px;
	color: #fff;
	padding-left: 15px;
	float: left;
}
footer .copyright .cmalogo {
	float:right;
	height: 60px;
	background: #666;
	position: relative;
	margin-top: -15px;
	padding-top: 15px;
	width: 300px;
}
footer .copyright .cmalogo:before {
	content: '';
	background: url(../images/menu-border.png) no-repeat left top;
	position: absolute;
	width: 56px;
	height: 60px;
	left:-56px;
	top: 0;
}
footer .copyright .cmalogo:after {
	background: #666;
	content: '';
	position: absolute;
	top: 0;
	right: -300%;
	display: block;
	width: 300%;
	height: 64px;
}
.socialico {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 10px;
}
.socialico span {
	display: inline-block;
	font-size: 26px;
	color: #fff;
}
.innerban {
	margin: 0;
	padding: 70px 0 0 0;
	background: url(../images/banner.jpg) center top no-repeat;
	background-size: cover;
	text-align: center;
}
.innerban h2 {
	margin: 0;
	padding: 0;
	font-size: 48px;
	color: #e3e11e;
	font-weight: 600;
	text-shadow: 0 2px 3px  rgba(0,0,0,0.6);
}
.innerban nav  { 
	display: inline-block;
	margin-top:15px;
}
.innerban .breadcrumb  {
	border-radius:0;
	margin-bottom:0; 
	background-color: rgba(8, 62, 92, 0.3);
	padding:14px 30px;  
}
.innerban .breadcrumb li {  
	font-size:14px; 
	color:#fff !important;
	font-weight:600; 
	text-transform: uppercase; 
}
.innerban .breadcrumb li a {  
	color:#fff !important; 
}
.innerban .breadcrumb-item + .breadcrumb-item::before  { 
	color:#fff !important; margin:0 5px; 
}
.content {
	padding: 60px 0;
}
.title {
	text-align: center;
	margin-bottom: 15px;
}
.title h3 {
	font-size:35px;
	color: #31343d;
	position: relative;
	padding-bottom: 20px;
	margin: 0 auto 15px;
}
.title h3:before {
	content: "";
	width: 50px;
	height: 4px;
	bottom: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #e3e11e;
}
.title span {
	display: block;
	font-size: 18px;
	width: 65%;
	margin: 0 auto;
	color: #6c6c6c;
	margin-bottom: 40px;
	line-height: 35px;
}
.content p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px;
	color: #333;
	margin-top: 10px;
}
.content p small {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 0px;
	color: #000;
	display: block;
}
.contactBlk {
	border: 1px solid #eee;
	padding: 30px;
}
.contactBlk > h5, .form >h5 {
	color: #333232;
	font-size: 22px;
	margin-bottom: 5px;
	font-weight: 600;
	text-transform: uppercase;
}
.contactBlk > p, .form > p {
	font-size: 16px;
	margin: 10px 0 30px 0;
	line-height: 24px;
}
.content .contactBlk ul {
	list-style: none;
	margin: 0;
}
.contactBlk ul li {
	position: relative;
	margin-bottom: 30px;
}
.contactBlk ul li .icon {
	float: left;
	border: 1px solid #eee;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 48px;
}
.contactBlk ul li .icon i {
	color: #00ADEF;
	font-size: 25px;
}
.contactBlk ul li .icon-content {
	float: left;
	width: calc(100% - 45px);
	padding-left: 20px;
}
.contactBlk ul li .icon-content h6 {
	color: #333;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 600;
	text-transform: uppercase;
}
.contactBlk ul li .icon-content p {
	font-size: 16px;
	margin:0 0 5px 0;
	line-height: 22px;
}
.form {
	background-color: #f5f6f6;
	padding: 30px;
}
.form form .formelem {
	margin-bottom: 15px;
}
.form form .formelem input, .form form .formelem textarea {
	border:1px solid  #c0c0c0;
	padding: 10px 20px;
	height: 45px;
	width: 100%;
}
.form >h5 {
	margin-bottom: 15px;
}
.form form .formelem textarea {
	height: 120px;
}
.form form .site-button {
	background-color: #0e8440;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	font-size: 16px;
	outline: none;
	cursor: pointer;
	outline: none;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	line-height: 1.42857;
	border-radius: 3px;
	position: relative;
	margin-top: 15px;
}

.prodList {
	position: relative;
	float: left;
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}
.prodList img {
	width: 100%;
	padding: 15px 0;
}
.prodList .prod-dtl {
	background-color: #fafafa;
	padding: 10px;
}
.prodList .prod-dtl span {
	width: 100%;
	height: 20px;
	display: block;
	background: url(../images/star.png) no-repeat center center;
}
.prodList .prod-dtl h6 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 0px;
	color: #4b5ebb;
	font-weight: 800;
	text-transform: uppercase;
}
.prodList .prod-dtl p {
	font-size: 14px;
	line-height: 30px;
	margin: 0px;
	color: #545454;
	font-style: italic;
}
.prodList .rating i {
	color: #333;
	margin-top: 15px;
	font-size: 13px;
}
.content ul {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 15px;
}
.content ul.num {
	list-style: decimal;
}
.content ul li {
	margin-bottom: 15px;
	padding-left: 10px;
}
.content .sidebar {
	list-style: none;
	margin: 0;
}
.content .sidebar li {
	margin-bottom: 15px;
}
.sidebar li a {
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: block;
	padding: 12px 15px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 5px;
	background: #ffffff;
	color: #000;
}
.sidebar li.active a {
	color: #ca6934;
	border-color: #ca6934;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(202, 105, 52, 0.15);
	box-shadow: 0px 5px 10px 0px rgba(202, 105, 52, 0.15);
}
.proddtls h6, .chooseus h6 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	color: #041d6c;
	margin-bottom: 15px;
	margin-top: 25px;
	position: relative;
}
.proddtls h6:after, .chooseus h6:after {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #ed1c24;
	display: block;
	margin-top: 5px;
}
.proddtls ol li {
	font-size: 15px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
.proddtls ol li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 50%;
	background: #c8c616;
}
.proddtls .prod-image img {
	width: 100%;
	margin-bottom: 15px;
}
.mgtop25 {
	margin-top: 50px;
}
/*.projgal {
	margin-top: 50px;
}
.projgal .owl-dots, .projgal .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.projgal .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.projgal .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.projgal .owl-dots .owl-dot.active span, .projgal .owl-dots .owl-dot:hover span {
    background: #869791;
}
.projgal .item img {
	max-height: 200px;
}
*/

.prodcard {
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	border:1px solid #ccc;
	padding:0px;
	border-radius: 5px;
}
.card-img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	padding: 15px;
}
.card-img .prod-image {
	width: 230px;
	margin-bottom: 0;
}
.card-img .prod-image img {
	width: 100%;
	position: relative;
	border: 1px solid #f3f3f3;
}
.card-img .prod-desc {
	width: calc(100% - 230px);
	padding-left: 30px;
	padding-bottom: 0;
	text-align: left;
}
.card-img .prod-desc h3 {
	font-size:22px;
	font-weight:600;
	margin-bottom:10px;
}
.card-img .prod-desc h4 {
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
}
.card-img .prod-desc h5 a {
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	color: #041d6c;
	margin-bottom: 5px;
	position: relative;
	display: block;
}
.certimg {
	height: 35px;
	width: auto !important;
}
.probtn {
	margin-top: 15px;
}
.probtn a:first-child {
	display: inline-flex!important;
	margin-right: 25px;
	width: auto;
	border: 0;
	color: #fff;
	text-align: center;
	font-size: 13px;
	height:35px;
	line-height: 35px;
	padding: 0px 25px;
	border-radius: 5px;
	background-color: #2f2f2f;
}
.probtn a:last-child {
	display: inline-flex!important;
	width: auto;
	border: 0;
	font-size: 13px;
	color: #2f2f2f;
	border-bottom: 1px dashed #333;
}
.content ul.miniprod {
	margin: 15px 0 0 0;
	background: #eee;
	padding: 10px;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.content ul.miniprod li {
	width:33.33%;
	display: flex;
	align-items: center;
	margin: 0;
}
.content ul.miniprod li h5 a {
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	color: #041d6c;
	margin-bottom: 15px;
	position: relative;
	display: block;
}
.content ul.miniprod li .minprodtl > a {
	color: #2f2f2f;
	font-size: 13px;
	font-weight: 600;
	border-bottom: 1px dashed #333;
}
.content ul.miniprod .minprodtl {
	padding: 0 10px;
}
.minproimg img {
	height: 90px;
}
.prodpage {
	width: 100%;
}
.prodpage img, .bg-white img, .bg-light img {
	max-width: 100%;
}
.prodpage h1 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}
.prodpage h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	color: #041d6c;
	margin-bottom: 25px;
	margin-top: 5px;
	position: relative;
	display: block;
}
.prodpage h3 {
	font-size: 22px;
	line-height: 20px;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
	position: relative;
	display: block;
	text-transform: uppercase;
}
.prodpage h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #666;
	margin-bottom: 15px;
	position: relative;
	display: block;
}
.prodpage .intro {
	font-style: italic;
	font-weight:600;
	line-height:28px;
}
.prodpage div > img {
	margin-bottom: 20px;
} 
.prodpage .imgleft {
	width: 30%;
	float: left;
	margin-right: 30px;
}
.prodpage .imgright {
	width: 30%;
	float: right;
	margin-left: 30px;
}
.bg-light {
	background-color: #f3f3f3;
	padding: 30px 0;
}
.bg-white {
	background-color: #fff;
	padding: 30px 0;
}
.mgbtm {
	margin-bottom: 25px;
}
.icostar {
	width: 20px;
	height: 20px;
	background: url(../images/icons/star.jpg) no-repeat center center;
	background-size: contain;
	display: inline-block;
	margin-right: 6px;
}
.infoblk {
	margin: 15px 0;
}
.infoblk h6 {
	text-align: center;
	padding: 10px;
	border:1px solid #000;
	margin: 0;
	color: #000;
	font-weight: 600;
}
.caution h6 {
	background-color: #ffcf01;
}
.notice h6 {
	background-color: #005f9e;
}
.warn h6 {
	background-color: #e0861b;
}
.infoblk p {
	text-align: left;
	padding: 10px;
	border:1px solid #000;
	border-top:0;
	margin: 0;
}
.content .clientlist {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 25px;
}
.content .clientlist li {
	width: 25%;
	list-style: none;
	border: 1px solid #ccc;
	margin-bottom: 0;
	padding: 0;
}
.content .clientlist li img {
	width:80%;
	margin: auto;
}
.content .clientlist  li p {
	font-size: 13px;
	border-top: 1px solid #ddd;
	line-height: 20px;
	text-align: center;
	margin: 0;
	padding: 10px 5px;
}