﻿html{
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
	font-size: 1.12rem;
	height: 100%;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}
img{
	max-width: 100%;
	display: block;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6, p, a, button, select, textarea{
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul, ol, li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
a{
	color: #2fcfde;
}
a:hover, a:active, a:focus, button:hover, button:active, button:focus{
	color: #0e3265;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input:focus, select:focus{
	box-shadow: inherit !important;
}
/*--text color--*/
.text-green{color: #ade4b8;}
.text-darkgreen{color: #559665;}
.text-white{color: #fff;}

/*--font size css--*/



/*--font weight--*/
.f-w-100{	font-weight: 100;}
.f-w-200{	font-weight: 200;}
.f-w-300{	font-weight: 300;}
.f-w-400{	font-weight: 400;}
.f-w-500{	font-weight: 500;}
.f-w-600{	font-weight: 600;}
.f-w-700{	font-weight: 700;}
.f-w-800{	font-weight: 800;}
.ptb-80{ padding: 80px 0; }
/*--btn css--*/
.btn {
	display: inline-block;
	text-align: center;
	height:39px;
	line-height: 36px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	min-width: 120px;
	padding: 0 10px;
	font-size: 14px;
	color: #2fcfde;
	border: 2px solid #2fcfde;
	border-radius: 0px;
}
.btn:hover{
	background-color: #2fcfde;
	color: #fff;
}

/*----Header css start here---*/
header {
    width: 100%;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-weight: 600;
}
.topheader{
	border-bottom: 1px solid #c0f1f5;
	padding: 10px 0;
}
.topheader p{
	display: flex;
	color: #5e6b7f;
	font-size: 12px;
	font-weight: 700;
	justify-content: space-between;
}
.free-shipping {
	color: #2fcfde;
	font-size: 12px;
	margin-left: 10px;
}
.topheader .top-address{
	display: flex;
	margin-left: 32%;
	margin-right: auto;
}
.top-icon{margin-right: 10px;}
.navbar-nav li{
	margin: 0 20px;
}
.navbar-nav li:last-child{
	margin-right: 0px;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show > .nav-link, 
.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .nav-link.active {
    color: #2fcfde;
}
.navbar-light .navbar-nav .nav-link:focus:after, 
.navbar-light .navbar-nav .nav-link:hover:after,
.navbar-light .navbar-nav .show > .nav-link:after, 
.navbar-light .navbar-nav .active > .nav-link:after, 
.navbar-light .navbar-nav .nav-link.show:after, 
.navbar-light .navbar-nav .nav-link.active:after {
	content: '';
	width: 90%;
	display: block;
	height: 2px;
	background-color: #5fcfde;
	position: absolute;
	left: 5%;
	bottom: 0px;
}
.topheader{
	transition: all 0.2s;
}
.top-nav-collapse {
    background-color: #ffffff;
}
.top-nav-collapse .topheader{
	display: none;
}
.login-btn img{
	margin-left: 5px;
}
.login-btn{
	display: flex;
    text-align: center;
    height: 39px;
    line-height: 36px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    padding: 0 15px;
    font-size: 14px;
    color: #2fcfde;
    align-items: center;
    justify-content: center;
    border: 2px solid #2fcfde;
    border-radius: 0px;
}
.login-btn:hover{
	border-color: #364152;
}

.navbar-light .navbar-nav .nav-link{
	font-size: 16px;
	color: #364152;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
}
.navbar{
	padding: 0px 0;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
.container{
	max-width: 1202px;
}

.banner-img{
	display: flex;
	justify-content: center;
	position: relative;
}
.banner-img img{
	background-size: cover;
	width: 100%;
}
.banner-text{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner-text .container{
	max-width: 1100px;
}
.bigtext {
    display: block;
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.banner-text h1{
	text-transform: uppercase;
	color: #2fcfde;
	font-size: 7rem;
	text-align: center;
	letter-spacing: -0.5px;
	line-height: normal;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
}
.subheading{
	font-size: 3.5rem;
	text-align: center;
	font-weight: 400;
	color: #2f3b51;
	margin-bottom: 50px;
	font-family: 'Fira Sans Condensed', sans-serif;
}
.offcanvas-collapse {
    position: fixed;
    top: 7rem;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #ffffff;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.navbar-brand.logo-image {
    max-width: 120px;
    position: absolute;
    padding: 0 10px;
    margin-right: 0;
    top: -32px;
}
.fixed-top .navbar-brand.logo-image {
    max-width: 70px;
    top: 0;
}
.fixed-top .offcanvas-collapse{
	padding: 20px 0;
}
/*.header-banner {
    margin-top: 147px;
}*/
.nav-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.banner-boxes{
	display: flex;
	max-width: 90%;
	margin:0 auto;
}
.banner-icon{
	background: url(../images/banner_iconbg.png) no-repeat 0 0;
	width: 102px;
	height: 104px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	font-family: 'Fira Sans', sans-serif;
}
.banner-boxes li, .banner-boxes li a{
	display: flex;
	align-items: center;
	margin-right: 20px;
	color: #2f3b51;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif;
}
.banner-icon img{
	background-size: contain;
	width: auto;
}

/*--main content css start here--*/
.heading-center{
	text-align: center;
	width: 100%;
	margin-bottom: 4.5rem;
}
.heading-center h2{
	color: #2fcfde;
	font-size: 40px;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 500;
	position: relative;
	text-align: center;
}


.heading-center h2:after{
	content: '';
	height: 3px;
	width: 150px;
	text-align: center;
	background-color: #2fcfde;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -75px;
	display: inline-block;
}

.welcome-section p{
	color: #6a7990;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 2rem;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 400;
}

.products-block{
	background-color: #f5f5f7;
	display: flex;
	align-items: center;
}
h2{
	font-size: 40px;
	line-height:48px;
	font-weight: 400;
	color: #2fcfde;
	margin-bottom: 2rem;
}
.subheading-text{
	color: #39465d;
	font-size: 24px;
	line-height: 31px;
	font-weight: 400;
	margin:1rem 0 1rem 0;
}
.products-block p{
	color: #6a7990;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 1rem;
}
.home-product{
	display: flex;
	background-color: #fff;
	border: 20px solid #eeeeee;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}
.product-home{
	margin-bottom: 5rem;
}
.product-home:nth-child(2n) .home-product-bg{
	order: 1;
}
.product-home:nth-child(2n) .home-product-text{
	order: 2;
}
.contact-info {
	margin-top: 2rem;
}
.contact-info .label{
	font-size:24px;
	color: #39465d;
	display: flex;
	margin-bottom: 5px;
	line-height: 20px;
	align-items: center;
}
.contact-info .label img{
	margin-right: 10px;
}
.contact-info .label-text{
	color: #6a7990;
	font-size: 16px;
}
.spacing-div{
	height: 120px;
	width: 100%;
	display: block;
}
/*--Footer Css start here--*/
footer,.footer-section{
	background-color: #39465d;
	padding: 58px 0 0;
	width: 100%;
	display: block;
	color: #e4ebf7;
}
.footer-section h4{
	color: #fff;
	font-size:18px;
	margin-bottom: 20px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
}
.foot-link li{
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
	color: #e4ebf7;
	margin-bottom: 5px;
	font-family: 'Fira Sans', sans-serif;
	letter-spacing: 0.5px;
}
.foot-link li a{
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
	color: #e4ebf7;
	font-family: 'Fira Sans', sans-serif;
}
.foot-link li a:hover{
	color: #fff;
}
.foot-address .icon{
	margin-right: 10px;
}
.foot-address li{
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	align-items: center;
}
.foot-address li:first-child{
	align-items:flex-start;
}
.foot-address .f-15 {
    max-width: 91%;
    line-height: normal;
}
.nesletter-form{
	display: flex;
	flex-direction: column;
}
.nesletter-form p{
	font-size: 12px;
	color: #c5cfe1;
	line-height: 20px;
	display: block;
	margin-bottom: 10px;
}
.instration{
	padding: 20px 0 0;
	color: #eaf0fa;
}
.nesletter-form form{
	display: flex;
	position: relative;
}
.nesletter-form input[type="text"]{
	height: 42px;
	background-color: #39465d;
	display: flex;
	padding: 5px 63px 5px 10px;
	font-size: 16px;
	color: #c5cfe1;
	font-family: 'Fira Sans', sans-serif;
	border: 1px solid rgba(255, 255, 255, 0.49);
	border-radius: 6px;
	width: 100%;
	font-weight: 400;
}
.nesletter-form .send-email-btn{
	background-color: transparent;
	color: transparent;
	border: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.49);
	background-image: url(../images/send_email.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 42px;
	width: 54px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.footer-bottom{
	padding: 15px 0;
	background-color: #39465d;
	margin-top: 50px;
	border-top: 1px solid #99a6bc;
	display: flex;
}
.footer-bottom .container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.copyright{
	color: #ffffff;
	font-size: 14px;
	line-height:normal ;
	font-weight: 300;
	font-family: 'Fira Sans', sans-serif;
	letter-spacing: 0.5px;
}
.social-meida{
	display: flex;
}
.social-meida li{
	display: inline-block;
	margin: 0 5px;
}
.social-meida li .fb{
	background: url(../images/fb.png) no-repeat 0 0;
	height: 32px;
	width: 32px;
	display: block;
}
.social-meida li .insta{
	background: url(../images/insta.png) no-repeat 0 0;
	height: 32px;
	width: 32px;
	display: block;
}
.paworedby{
	display: flex;
	margin-top: 20px;
}
.paworedby img{
	margin-right: 10px;
}

.social-meida li:hover .insta,
.social-meida li:hover .fb{
	background-position: 0 bottom;
}

/*---Shop Now page css start here--*/
.innerpage-title{
	background-color: #2fcfde;
	padding: 20px 0;
}
.innerpage-title .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.innerpage-title .banner-boxes{
	max-width: 72%;
	margin-left: auto;
	margin-right: 0;
}
.innerpage-title .banner-boxes li{
	color: #fff;
	font-size: 0.955rem;
	line-height: 21px;
	letter-spacing: 0;
	float: left;
	width: 100%;
}
.innerpage-title .banner-boxes li a{
	color: #fff;
	font-size: 0.955rem;
	line-height: 21px;
	letter-spacing: 0;
	float: left;
	width: 100%;
	margin-right: 0px;
}
.innerpage-title .banner-boxes li:first-child{
	width: 42%;
}
.innerpage-title .banner-boxes li:nth-child(2){
	width: 33%;
}
.innerpage-title .banner-boxes li:last-child{
	width: 25%;
}

.innerpage-title .banner-icon {
    background: url(../images/banner_iconbg_white.png) no-repeat 0 0;
    background-size: 100%;
    width: 50px;
    height: 74px;
    float: left;
}
/*.innerpage-title .banner-icon img {
	max-width: 20px;
}*/
.innerpage-title .banner-boxes li .banner-box-text{
	display: inline-block;
	max-width: 60%;
}

h1{
	color: #fff;
	font-size: 2.5rem;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 500;
}

.product-list-view{
	display: flex;
	margin-top: 5rem;
	margin-bottom: 3rem;
}
.product-img{
	background-color: #fff;
	border: 1px solid #efefef;
	padding: 10px;
	margin-right: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40%;
}
.product-content{
	width: 56%;
}
h3{
	color: #364152;
	font-size: 1.85rem;
	line-height: 2.5rem;
	font-weight: 600;
	font-family: 'Fira Sans', sans-serif;
	/*margin-bottom: 1rem;*/
}
.product-content h3 a{
	color: #364152;
	font-size: 1.85rem;
	line-height: 2.5rem;
	font-weight: 600;
	font-family: 'Fira Sans', sans-serif;
}
.price{
	font-size: 2.1rem;
	color: #536062;
	font-weight:400;
	line-height: 2.5rem;
	margin-bottom: 1rem;
	font-family: 'Fira Sans', sans-serif;
}
.price p,
.product-detail-content .price p{
	font-size: 2.1rem;
	color: #536062;
	font-weight:400;
	line-height: 2.5rem;
}
.tags {
    background-color: #2fcfde;
    padding: 3.25px 20px;
    min-width: 180px;
    color: #fff;
    font-size: 13px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    margin: 0 0 2rem 0;
}
.btn-cart{
	background-color: #76b744;
	border-radius: 6px;
	height: 51px;
	line-height: 48px;
	min-width:131px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	border-color: #76b744;
}
.btn-cart:hover{
	background-color: transparent;
	color: #76b744;
}
.view-links{
	margin: 0 20px;
	color: #2fcfde;
	text-decoration: underline;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	position: relative;
}

.view-links:hover{
	text-decoration:none;
}

.thumbnails{
	list-style-type: none;
	width: 94px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}
.thumbnails li{
	width: 100%;
	margin:0 10px 10px 0 ;
	float: left;
}
.thumbnails li a{
	border: 1px solid #efefef;
	display: block;
	padding: 10px;
}
.product-img-zoom{
	position: relative;
	width: 64%;
	display: flex;
	justify-content: space-between;
}
.product-detail .product-content{
	margin-left: 2.5rem;
}
.product-detail-content h3{
	margin-bottom: 0.5rem;
}
.product-detail-content p{
	font-size: 24px;
	color: #364152;
	line-height: 31px;
	font-weight: 300;
	font-family: 'Fira Sans', sans-serif;
	margin-bottom: 1rem;
}
.product-detail-content .tags{
	margin-bottom: 1rem;
}

.anal-probe-section{
	background-color: #ececec;
	padding: 1rem;
	border-radius: 4px;
	margin: 1rem 0;
	border: 1px solid #d6d7d4;
}
.anal-probe-section h6{
	font-size: 14px;
	font-weight: 500;
	font-family: 'Fira Sans', sans-serif;
	color: #424040;
}
.anal-probe-section p{
	font-size: 14px;
	color: #424040;
	line-height: 21px;
	margin-bottom: 1rem;
	font-weight: 400;
	font-family: 'Fira Sans', sans-serif;
}
.anal-probe-section p:last-child{
	margin-bottom: 0;
}
.review-policy-section .panel{
	border: 1px solid #d6d7d4;
	border-radius: 6px;
	background-color: #ececec;
	padding: 1.5rem;
	margin-bottom: 1rem;
	font-family: 'Fira Sans', sans-serif;
}
.review-policy-section h4.panel-title{
	text-align: center;
	font-size: 24px;
	color: #364152;
	font-family: 'Fira Sans', sans-serif;
}
.review-policy-section p{
	font-size: 16px;
	color: #364152;
	font-family: 'Fira Sans', sans-serif;
	padding-top: 1.2rem;
}
.no-records{
	text-align: center;
}
.review-policy-section .panel-heading{
	position: relative;
	cursor: pointer;
}

.product-review-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-review-tab h4.panel-title{
	margin-left: auto;
	margin-right: auto;
}
.product-review-tab .arrow-icon img{
	-webkit-transform: rotate(-91deg);
	-moz-transform: rotate(-91deg);
	-ms-transform: rotate(-91deg);
	-o-transform: rotate(-91deg);
	transform: rotate(-91deg);
}
.review-policy-section .panel-heading[data-toggle="collapse"]::after {
    content: "";
    position: absolute;
    background: url(../images/arrow_down.png) no-repeat 0 0;
    right: 0px;
    top: calc(50% - 5px);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 20px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
}
.review-policy-section .panel-heading[data-toggle="collapse"].collapsed::after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.related-product .product-list-view{
	margin-top: 0;
	flex-direction: column;
}
.related-product h3{
	margin-bottom: 2rem;
}

.related-product .product-img{
	margin-right: 0;
	width: 100%;
	min-height: 250px;
	max-height: 267px;
	overflow: hidden;
	margin-bottom: 1rem;
}
.related-product .product-img a{
	display: flex;
	justify-content: center;
	align-items: center;
}

.related-product .product-content{
	width: 100%;
}
.related-product .product-content h3, 
.related-product .product-content h3 a{
	font-size: 20px;
	min-height: 85px;
	line-height:1.8rem ;
}
.related-product .price, .related-product .price p{
	font-size: 1.5rem;
	line-height: 1.5rem;
}
.related-product .price{padding-top: 15px;}
.related-product .cart-action{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.ratings{
	display: flex;
	align-items: center;
}	
.ratings img{width: auto; height: auto; margin-left: 2px;}
.points-box li{
	padding-left: 30px;
	background: url(../images/check_point.png) no-repeat 0 1px;
	font-size:14px;
	color: #536062;
	line-height: normal;
	margin-top: 10px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
}
.shopping li{	
	color: #6a7990;
	font-size: 1.1rem;
	line-height: 26px;
	margin-bottom: 1.5rem;
	list-style-type: decimal;
	margin-left: 1.5rem;
	padding-left: 1rem;
}
.product-bottom{
	padding: 1.5rem;
	margin-bottom: 5rem;
}
.product-bottom h5{
	font-size: 1rem;
	color: #2fcfde;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.product-bottom p{
		color: #06252a;
		font-size: 1rem;
		line-height: 26px;
		margin-bottom: 2rem;
}
.product-bottom .points-box li{
	color: #06252a;
	font-weight: 700;
	margin-bottom: 1rem;
}
.product-bottom .points-box li:last-child{
	margin-bottom: 0;
}	
.product-bottom h4{
	color: #06252a;
	font-weight: 700;
	font-size: 18px;
	line-height:26px ;
	margin-bottom: 5px;
}

.welcome-section h3{
	color: #39465d;
	font-size: 2rem;
	font-weight: 500;
	line-height: normal;
	font-family: 'Fira Sans Condensed', sans-serif;
}
.our-ceo-speak{
	background-color: #39465d;
}
.ceo-speak h4{
	font-size: 1.85rem;
	color: #2fcfde;
	line-height: normal;
	margin-bottom: 2rem;
	font-weight: 400;
	font-family: 'Fira Sans Condensed', sans-serif;
}
.ceo-speak p{	
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 1.1rem;
	line-height: 26px;
	color: #fff;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 1.2rem;
}
.ceo-detial p{
	margin-bottom: 0;
}
.ceo-detial .name{
	font-weight: 400;
	margin-bottom: 0px;
	color: #fff;
	font-size: 1.4rem;
	font-style: normal;
}
.ceo-detial .specialist{
	color: #2fcfde;
	font-size: 1rem;
	font-style: normal;
}
.aboutus-bottom h3{
	font-size: 2rem;
	color: #39465d;
	font-family: 'Fira Sans Condensed', sans-serif;
	
}
.aboutus-bottom p{
	color: #6a7990;
	font-size: 1.1rem;
	line-height: 26px;
	margin-bottom: 1rem;
}
.partner-logo{
	border-radius: 6px;
	border: 1px solid rgba(0, 1, 1, 0.12);
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.brands-logo{
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-gap: 15px;
	margin-top: 2rem;
}

.aboutus-bottom .points-box{
	margin-left: 2rem;
	margin-top: 1rem;
}

.oping-hours .label-text {
    display: block;
}
.contact-us-page .spacing-div{
	height: 40px;
}
.the7-form-terms {
    margin-right: 5px;
}
.the7-form-terms-wrap {
    display: flex;
    align-items: flex-start;
}
.the7-form-terms-wrap label {
    margin-top: -3px;
    font-size: 14px;
    color: #6a7990;
}
.login-page{
	padding: 50px 0 100px 0;
}
.paworedby{
	display: none!important;
}

.blog-post {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e8f6fd;
    box-shadow: 0 8px 15px rgba(190, 190, 190, 0.15);
    margin-bottom: 30px;
}
.blog-thumb {
    margin-bottom: 23px;
    display: block;
}
.blog-post-detial {
    padding: 0 25px 25px 25px;
}
.postby {
    display: flex;
    font-size: 14px;
    flex-direction: row;
    justify-content: space-between;
    
    margin-bottom: 18px;
}
.postby .post-date, .postby .post-by {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #405461;
    font-size: 14px;
}
.postby .post-date{
	margin-right: 20px;
}
.postby .post-date span, .postby .post-by span {
    margin-left: 10px;
    color: #405461;
}
.blog-post-detial h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #192228;
    line-height: normal;
}
.blog-post-detial h3 a {
    color: #192228;
    line-height: normal;
    font-size: 20px;
    text-transform: none;
}
.blog-post-detial p {
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #405461;
    margin-bottom: 20px;
}
.pagination-block {
    margin: 0px auto 0 auto;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li.active > a, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #2fcfde;
    border-color: #2fcfde;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2fcfde;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #2fcfde;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.blog-section .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
}
.blog-post-detail ul {
    margin-left: 20px;
}
.blog-post-detail ul li {
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #405461;
    margin-bottom: 10px;
    list-style-type: square;
    padding-left: 10px;
}
blockquote {
    font-size: 24px;
    line-height: 38px;
    padding: 40px;
    font-weight: normal;
    text-align: center;
    margin-top: 50px;
    color: #676666;
    display: block;
    margin-bottom: 10px;
    background-color: #ebfdff;
    border: 1px solid #2fcfde;
    border-radius: 12px;
}
.welcome-img{
	margin-top: 16%;
}
/*--Responsive Css Start here--*/
@media(min-width: 992px){

	.offcanvas-collapse {
	    position: static;
	    top: auto;
	    bottom: auto;
	    left: auto;
	    width: auto;
	    padding-right: 0;
	    padding-left: 0;
	    background-color: transparent;
	    overflow-y: visible;
	    visibility: visible;
	    padding: 40px 0;
	}
}
@media(max-width: 1400px){
	.banner-text h1{
		font-size: 5.2rem;
	}
}

@media(max-width: 1200px){
	.topheader .top-address{
		margin-left: 19.5%;
	}
	.container{
		max-width: 1024px;
	}
	.banner-text h1{
		font-size: 4rem;
	}
	.subheading{
		font-size: 2.5rem;
	}
	.banner-boxes li,
	.footer-section h4{
		font-size: 1rem;
	}
	.products-block p{
		font-size: 1rem;
		/*line-height:0.5rem;*/
	}
	.contact-info .label{
		font-size: 1.2rem;
	}
	h2{
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.subheading-text{
		font-size: 1.1rem;
		line-height: 1.5rem;
	}
	h3, .product-content h3 a{
		font-size: 1.2rem;
		line-height: 1.7rem;
	}
	.product-detail-content p{
		font-size: 1.1rem;
		line-height: normal;
	}
	.price p, .product-detail-content .price p{
		font-size: ;
	}
	.anal-probe-section p{
		font-size: 14px;
	}
	.related-product .product-content h3, .related-product .product-content h3 a{
		font-size: 1.1rem;
		line-height: normal;
	}
}

@media(max-width: 1024px){
	.container{
		max-width: 90%;
	}
	.navbar-light .navbar-nav .nav-link{
		font-size: 0.8rem;
		padding: 0;
	}
.welcome-img iframe{
	height: 300px;
}
}
@media(max-width: 1020px){
	.topheader .top-address {
	    margin-left: 28.5%;
	}
}
@media(max-width: 991px){
	.blog-section .col-lg-4 {
	    -ms-flex: 0 0 33.333%;
	    flex: 0 0 33.333%;
	    max-width: 33.333%;
	}
	h1{
		font-size: 2rem;
	}
	.innerpage-title .banner-boxes{
		display: none;
	}
	.contact-us-page{
		padding-top: 50px;
	}
	.contact-us-page .col-lg-8 {
	    -ms-flex: 0 0 66.666667%;
	    flex: 0 0 66.666667%;
	    max-width: 66.666667%;
	}
	.contact-us-page .col-lg-4 {
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	}
	.contact-us-page .col-lg-6 {
  	  -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.thumbnails{
		width: 100%;
		position: relative;
		display: flex;
		margin-top: 1rem;
	}
	.thumbnails li {
		width: auto;
	}
	.thumbnails li a{
		height:150px;
		width: 150px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.review-policy-section h4.panel-title{
		font-size: 1.1rem;
	}
	.related-product .col-lg-4 {
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	}
	.offcanvas-collapse{
		top: 4.4rem;
	}
	.topheader{
		display: none;
	}
	/*.header-banner {
	    margin-top: 0;
	}*/

	.offcanvas-collapse.open {
	    visibility: visible;
	    -webkit-transform: translateX(-100%);
	    transform: translateX(-100%);
	}
	.navbar-brand.logo-image {
	    max-width: 60px;
	    top: 0;
	    position: relative;
	}
	.navbar{
		padding: 5px 0 10px 0;
	}
	.footer-section .col-lg-2,
	.footer-section .col-lg-4{
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.news-bg{
		margin-bottom: 20px;
	}
	
	.offcanvas-collapse{
		z-index: 1;
	}
	.navbar-light .navbar-nav .nav-link {
	    font-size: 1rem;
	    padding: 10px;
	}
	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav  .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	    color: #5fcfde;
	    background-color: rgba(153, 166, 188, 0.1);
	}
	.navbar-light .navbar-nav .nav-link:focus::after, 
	.navbar-light .navbar-nav .nav-link:hover::after, 
	.navbar-light .navbar-nav .show > .nav-link::after, 
	.navbar-light .navbar-nav .active > .nav-link::after, 
	.navbar-light .navbar-nav .nav-link.show::after, 
	.navbar-light .navbar-nav .nav-link.active::after{
		content: normal;
	}
	.ptb-80 {
	    padding: 40px 0;
	}
	.heading-center h2{
		font-size: 2rem;
		line-height: normal;
	}
	.product-home .home-product-bg{
		order: 1;
		margin-bottom: 20px;
	}
	.product-home .home-product-text {
	    order: 2;
	}
	.spacing-div{height: 0px;}
	.contact-info .col-lg-6{
		margin-bottom: 20px;
	}
	.contact-info {
	    margin-top: 0;
	}
	.product-home {
	    margin-bottom: 3rem;
	}
	.nav-fixed{
		position: relative;
	}
	.product-detail-content .price p,
	.price, .price p{
		font-size: 1.8rem;
	}


	.product-img{
		margin-right: 2rem;
	}
	.product-list-view{
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	.innerpage-title{
		padding: 15px 0;
		text-align: center;
	}

	.related-product .product-content h3, .related-product .product-content h3 a{
		min-height: inherit;
	}
	.product-bottom{margin-bottom: 3rem;}
	.related-product .product-content h3, .related-product .product-content h3 a{
		font-size: 1rem;
		text-align: center;
	}
	.related-product .price {
	    padding-top: 0;
	}
	.related-product .cart-action,
	.related-product .product-content .d-flex{
		flex-direction: column;
		justify-content: center!important;
		align-items: center;
	}
	.related-product .cart-action .view-links{
		margin-top: 1rem;
	}
	.ratings{
		margin-bottom: 1rem;
	}
	.product-list-view{
		display: flex;
		flex-direction: column;
	}
	.product-img-zoom{
		width: 100%;
		margin-bottom: 1rem;
		flex-direction: column;
	}

	.product-detail .product-content{
		width: 100%;
		margin: 0;
	}
	.ceo-speak{
		margin-top: 1rem;
	}
	.aboutus-bottom h3{
		font-size: 1.5rem;
	}
	.brands-logo{
		grid-template-columns: 33.333% 33.333% 33.333%;
	}
}

@media(max-width: 850px){
	.blog-section .col-lg-4{
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.footer-section .col-lg-3{
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	
	.foot-link{
		margin-bottom: 30px;
	}
	.footer-bottom{
		margin-top: 10px;
	}

	
}

@media(max-width: 767px){
	.contact-us-page .col-lg-8,
	.contact-us-page .col-lg-4,
	.contact-us-page .col-lg-6 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.contact-us-page .heading-center h2{
		margin-bottom: 2rem;
		margin-top: 2rem;
	}
	.design_maximize h3,
	.related-product h3{
		text-align: center;
	}
	.review-policy-section .panel{
		padding: 1rem;
	}
	.related-product .product-img{
		max-height: inherit;
	}
	.related-product .col-lg-4 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.banner-boxes{
		display: none;
	}
	.welcome-section,
	.welcome-section p{
		text-align: center;
	}
	.banner-text h1 {
	    font-size: 2.1rem;
	}
	.subheading {
	    font-size: 1.5rem;
	    margin-bottom: 0;
	}
	.product-home .home-product-text{
		text-align: center;
	}
	h2{font-size: 1.5rem; line-height: 1.5rem;}
	.food-bottom-box{
		grid-template-columns: 100%;
	}
	.brand-logo {
	    justify-content: center;
	    display: flex;
	}
	.food-bottom-box{
		grid-template-columns: 50% 50%;
	}
	.welcome-img{
		margin-top: 20px;
	}
	.footer-bottom,
	.footer-bottom .container{
		flex-direction: column;
	}
	.copyright{margin-bottom: 1rem;}
	.product-list-view{
		flex-direction: column;
	}
	.product-img{margin-bottom: 2rem;}
	.product-img, .product-content{
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.thumbnails li a{
		height:90px;
		width: 90px;
	}
 
	.welcome-img iframe {
	    height: 400px;
	}

 
}

@media(max-width: 600px){
	.blog-section .col-lg-4{
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.brands-logo{
		grid-template-columns: 50% 50%;
	}
	.innerpage-title{
		padding: 20px 0;
	}
	h1{
		font-size: 2rem;
	}
	
	.footer-section .col-lg-2,
	.footer-section .col-lg-4{
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	
	footer, .footer-section{
		padding-top: 30px;
	}
	.nesletter-form{margin-bottom: 20px;}

	.footer-bottom .container{
		flex-direction: column;
	}
	.copyright {
		text-align: center;
		margin-bottom: 10px;
	}
	.aboutus-bottom h3,
	.aboutus-bottom p,
	.ceo-speak h4,
	.ceo-speak p{
		text-align: center;
	}
	.ceo-speak p br{
		display: none;
	}
}
@media(max-width: 500px){
	.thumbnails li a{
		height:50px;
		width: 50px;
	}
	.aboutus-bottom p{
		font-size: 0.875rem;
	}
	.heading-center h2{
		font-size: 1.5rem;
	}
}


