body {
	font-family: Barlow, sans-serif;
	font-weight: 400;
	outline: 0;
	position: relative;
	font-size: 16px;
	text-rendering: optimizelegibility;
	word-wrap: break-word;
	font-smooth: always;
	font-weight: inherit;
	webkit-font-smoothing: antialiased;
	letter-spacing: .5px;
	background-size: cover;
	color: #000
}
aside, div, footer, header, input, label, li, section, ul, ul li {
	box-sizing: border-box
}
h1 {
	font-weight: 700;
	padding: 0;
	margin: 0
}
h2, h3 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-weight: 700
}
.langdiv select {
    appearance: auto;
}
li, ul, ul li {
	list-style-type: none
}
ol, ul {
	padding: 0;
	margin: 0
}
a, a:active, a:focus, a:hover {
	text-decoration: none;
	outline: 0;
	transition: ease-in .3s
}
input:focus {
	outline: 0
}
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none
}
.contact__us {
    background: #e2f2ff;
    border: 1px solid #0e66af;
}
.contact__us span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #0e66ae;
    display: inline-block;
    border-radius: 25% 0px;
    color: #fff;
    text-align: center;
    margin: 15px 5px 15px 15px;
}
.contact__us h3 {
    background: #0e66ae;
    color: #fff;
    padding: 7px 0px 9px;
    font-size: 24px;
    text-align: center;
}
.coupon_box {
  animation: blink 1s linear infinite;
}
@keyframes blink{
0%{background: #2a7a9d;}
100%{background: red;}
}
.contact__us p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.container {
	max-width: 1250px
}
.loader {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #fff;
	z-index: 99999;
	display: block;
	text-align: center;
	display: table
}
.cart_area_top {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.price__select select {
    height: 45px;
    border-radius: 40px;
    width: 110px;
    margin-left: 15px;
    border: 1px solid #0b7ad4;
    color: #fff;
    font-weight: 600;
    padding-left: 25px;
    background: #0985e9 url(../images/select_red_arrow.png) no-repeat right 20px top 17px;
}
header.sticky {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 99;
	transition: all .6s ease;
	box-shadow: 0 0 8px 0 rgba(51,51,51,.31);
	top: 0
}
.loader figure {
	display: table-cell;
	vertical-align: middle
}
.loader img {
	vertical-align: middle
}
.top_head {
	width: 100%;
	display: block;
	color: #fff;
	background: #1b73bb
}
.top_head ul {
	width: 100%;
	float: left;
	text-align: right;
	padding: 15px 0
}
.top_head ul li {
	width: auto;
	display: inline-block;
	margin-right: 15px
}
.top_head ul li figure {
	width: 40px;
	float: left;
	margin: 0
}
.top_head ul li .dtls {
	width: calc(100% - 40px);
	float: left;
	padding-left: 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px
}
.top_head ul li .dtls span {
	display: block;
	font-size: 14px;
	font-weight: 400
}
.top_head ul li img {
	padding: 0 3px 0 0
}
.top_head ul li a {
	sdisplay: inline-block;
	color: #000;
	font-size: 12px;
	letter-spacing: .5px
}
.top_head ul li a:hover {
	color: #f10000
}
.top_head ul li:last-child a {
	border: none
}
header {
	width: 100%;
	float: left;
	color: #000;
	padding: 0 0;
	background: #fff
}
header .cart_call .cart_area {
	width: auto;
	min-height: 35px;
	border-radius: 20px;
	border: solid 1px #dedede;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0
}
.bst-bnr-email {
    position: absolute;
    left: 15px;
    bottom: 10px;
}
header .cart_call .cart_area ul {
	width: auto;
	float: left;
	padding: 0 15px
}
header .cart_call .cart_area ul li {
	width: auto;
	display: inline-block;
	padding: 0 5px;
	font-size: 12px;
	line-height: 35px
}
header .cart_call .cart_area ul li img {
	padding: 0 5px 0 0
}
header .cart_call .call_area {
	width: auto;
	min-height: 35px;
	border-radius: 20px;
	border: solid 1px #dedede;
	display: inline-block;
	vertical-align: middle
}
header ul.call_email_top {
	width: 100%;
	float: left;
	text-align: right;
	padding: 0 10px
}
header ul.call_email_top li {
	width: auto;
	display: inline-block;
	padding: 0 10px;
	letter-spacing: .5px;
	font-size: 13px;
	line-height: 35px
}
header ul.call_email_top li a {
	color: #000
}
header .logo_area {
	width: 100%;
	float: left;
	padding: 15px 0
}
header .logo_area img {
	max-width: 100%
}
nav {
	width: 100%;
	background-image: linear-gradient(-90deg, #0987ee 0, #0e66ae 100%);
	float: left;
	height: auto;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .5px;
	padding: 0 0 0;
	position: relative
}
nav ul {
	padding: 0;
	margin: 0 0 0;
	float: left;
	text-align: left;
	letter-spacing: .5px;
	width: auto;
	text-align: right
}
nav ul li {
	width: auto;
	float: left;
	display: inline;
	padding: 0 0;
	position: relative
}
nav ul li a {
	width: auto;
	padding: 12px 16px;
	display: inline-block;
	color: #fff;
	transition: ease-in .3s;
	border-right: solid 1px #3195e6
}
nav ul li:last-child a {
	border: none
}
nav ul li:hover a {
	border-radius: 0;
	color: #fff;
	background: #1a98ff
}
nav ul li ul.drop1_list {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 999999;
	width: 500px;
	top: 50px;
	left: 0;
	transform: scale(1, .5);
	-webkit-transform: scale(1, .5);
	-moz-transform: scale(1, .5);
	transform-origin: top;
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	background: #fff;
	text-align: left;
	padding: 15px 5px;
	box-shadow: 0 0 16px 0 #5a5a5a
}
nav ul li ul.drop1_list::before {
	content: '\f0d8';
	font-family: FontAwesome;
	position: absolute;
	top: -25px;
	font-size: 30px;
	left: 14%;
	color: #fff
}
nav ul li ul.drop1_list .box_1 {
	width: 100%;
	float: left;
	padding: 0 15px;
	position: relative;
	z-index: 10
}
nav ul li ul.drop1_list .box_1.ed_box{ width:50%;}
nav ul li ul.drop1_list .box_1 ul {
	width: 100%;
	float: left;
	min-height: 80px;
	margin: 0 0 10px
}
nav ul li ul.drop1_list h3 {
	width: 100%;
	float: left;
	font-size: 12px;
	text-transform: uppercase!important;
	padding: 0 0 5px 0;
	color: #f25423;
	border-bottom: 1px solid #e5e6e7;
	margin: 0 0 5px;
	line-height: 18px
}
nav ul li ul.drop1_list li {
	display: inline;
	position: relative;
	width: 100%;
	float: left
}
nav ul li ul.drop1_list li span {
	width: 100%;
	float: left
}
nav ul li ul.drop1_list li span img {
	max-width: 180px
}
nav ul li ul.drop1_list li.mn_ht {
	min-height: 120px
}
nav ul li ul.drop1_list img.nav_img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	max-width: 100%;
	height: 100%
}
nav ul li ul.drop1_list li:last-child a {
	border-bottom: 0 solid #ffefee;
	position: relative;
	border: none
}
nav ul li ul.drop1_list li a {
	display: inline-block;
	padding: 5px 0;
	text-transform: none!important;
	text-align: left;
	background-color: transparent;
	border-radius: 0;
	font-size: 15px;
	color: #000!important;
	text-transform: none;
	width: 100%;
	border: none
}
nav ul li ul.drop1_list li a strong {
	color: #2f458f
}
nav ul li ul.drop1_list li:hover a {
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	color: #1b73bb!important
}
nav ul li:hover ul.drop1_list {
	opacity: 1;
	visibility: visible;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1)
}
.country_area {
	width: auto;
	float: right;
	margin: 15px 15px 0 0;
	padding: 0 0
}
.btn_language {
	background: #2f458f;
	color: #fff;
	border-radius: 20px;
	border: solid 1px #2f458f;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding: 10px 20px;
	border-radius: 40px;
	text-transform: uppercase;
	transition: ease-in .3s
}
.btn_language:hover {
	background: #1c83d8;
	border: solid 1px #1c83d8
}
.hidden_now {
	display: none
}
.right_nav {
	width: auto;
	float: right;
	text-align: right;
	font-size: 12px;
	padding: 0;
	line-height: 18px
}
.right_nav li {
	position: relative;
	width: auto;
	display: inline-block;
	padding: 15px 5px 0
}
.right_nav li .circle_cart {
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #fff;
	border-radius: 50%;
	color: #000;
	top: 0;
	text-align: center;
	right: 0
}
.right_nav li a {
	padding: 15px 8px 10px
}
.right_nav li:hover a {
	background: 0 0!important
}
.mobile_nav {
	width: 100%;
	float: left;
	background: 0 0;
	border: solid 0 #fff;
	border-width: 0;
	margin: 0 0!important;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 0;
	cursor: pointer;
	display: none;
	top: 0;
	line-height: 40px
}
.nav_right {
	right: 0;
	z-index: 500;
	-webkit-animation: menu .7s;
	animation: menu .7s;
	top: 0;
	position: absolute;
	background: #1b73bb;
	width: 300px
}
nav ul li span.clck_nav {
	width: auto;
	position: absolute;
	right: 10px;
	display: none;
	visibility: hidden;
	cursor: pointer;
	top: 6px;
	font-size: 16px
}
.search_area {
	width: 100%;
	text-align: center;
	padding: 16px 0;
	cursor: pointer
}
.hide_nav {
	display: none
}
@keyframes menu {
0% {
opacity:.6;
right:-300px
}
100% {
opacity:1;
right:0
}
}
@-webkit-keyframes menu {
0% {
opacity:.6;
right:-300px
}
100% {
opacity:1;
right:0
}
}
.cart_area_top {
	width: auto;
	float: right;
	display: block;
	position: relative;
	margin: 15px 0 0
}
.cart_area_top a {
	display: block;
	width: 100%;
	color: #fff;
	background-image: linear-gradient(140deg, #0987ee 0, #0e66ae 100%);
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding: 10px 15px;
	border-radius: 40px;
	text-transform: uppercase
}
.cart_area_top label {
	margin: 0;
	color: #fff
}
.cart_area_top span.product_count {
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #fff;
	border-radius: 50%;
	color: #000!important;
	top: -10px;
	text-align: center;
	right: -15px;
	font-size: 12px
}
.cart_area_top a:hover {
	background-image: linear-gradient(140deg, #0e66ae 0, #0987ee 100%);
	box-shadow: 2px 0 18px 5px #5ab4ff
}
.outer_area {
	width: 100%;
	float: left;
	background: #fff;
	padding: 20px 0
}
.top_banner {
	width: 100%;
	float: left;
	position: relative
}
.top_banner img {
	width: 100%;
	height: auto
}
.top_banner .carousel-caption {
	width: 100%;
	height: 100%;
	left: 0;
	padding: 6% 0 0 0;
	top: 0;
	text-align: center;
	text-shadow: none;
	color: #fff;
	letter-spacing: .5px
}
.top_banner .carousel-caption h1 {
	width: auto;
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	text-transform: none;
	letter-spacing: .5px;
	margin: 0 0 5px;
	text-shadow: 1px 1px 5px #516b78
}
.top_banner .carousel-caption label {
	font-size: 32px;
	font-weight: 600;
	line-height: 30px;
	text-shadow: 1px 1px 5px #516b78
}
.top_banner .carousel-caption h1 span {
	font-weight: 700;
	font-size: 42px;
	display: block
}
.top_banner .carousel-caption p {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0;
	width: 100%;
	float: left;
	color: #000;
	letter-spacing: 1px;
	font-weight: 700
}
.top_banner .carousel-caption p strong {
	width: 100%;
	float: left;
	font-size: 24px;
	margin: 0 0 10px
}
.top_banner .carousel-caption p strong span {
	font-size: 18px;
	display: block;
	text-transform: uppercase;
	padding: 5px 0 0
}
.top_banner .carousel-caption p b {
	width: 100%;
	float: left;
	font-size: 36px;
	color: #1b73bb;
	margin: 0 0 10px
}
.top_banner .carousel-caption p b span {
	font-size: 18px;
	color: #000
}
.top_banner .carousel-caption a {
	display: block;
	width: 140px;
	border-radius: 25px;
	line-height: 40px;
	background-image: linear-gradient(140deg, #0987ee 0, #0e66ae 100%);
	color: #fff;
	float: left;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700
}
.top_banner .carousel-caption a:hover {
	background-image: linear-gradient(140deg, #0e66ae 0, #0987ee 100%);
	box-shadow: 2px 0 18px 5px #5ab4ff
}
.top_banner .carousel-indicators {
	bottom: 30px
}
.top_banner .carousel-indicators li {
	cursor: pointer;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	border: solid 1px #282c2d;
	background: 0 0
}
.top_banner .carousel-indicators li.active {
	background: #282c2d
}
.blog_home_area {
	width: 100%;
	float: left;
	background: #fff;
	padding: 50px 0;
	border-top: solid 1px #eee
}
.blog_home_area h3 {
	width: 100%;
	float: left;
	padding: 0 0 10px;
	font-size: 32px;
	color: #1b73bb;
	text-transform: uppercase;
	text-align: center
}
.blog_home_area h3 img {
	margin: 0 5px 0 0
}
.blog_home_area ul {
	width: 100%;
	float: left;
	padding: 0 0 0;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between
}
.blog_home_area ul li {
	flex: 0 0 32%;
	max-width: 32%;
	padding: 12px 10px;
	border: solid 1px #1b73bb;
	margin: 15px 0;
	border-radius: 15px
}
.blog_home_area ul li figure {
	width: 100%;
	float: left;
	border-radius: 20px;
	overflow: hidden
}
.blog_home_area ul li figure img {
	width: 100%;
	min-height: 150px
}
.blog_home_area ul li .othr_dtls {
	width: 100%;
	float: left
}
.blog_home_area ul li .othr_dtls h2 {
	width: 100%;
	float: left;
	font-size: 15px;
	font-weight: 600
}
.blog_home_area ul li .othr_dtls h2 a {
	color: #1b73bb
}
.blog_home_area ul li .othr_dtls ul.date_admin {
	width: 100%;
	float: left;
	display: block;
	margin: 10px 0 5px
}
.blog_home_area ul li .othr_dtls ul.date_admin li {
	width: auto;
	border-width: 0 1px 0 0;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	border-radius: 0;
	font-weight: 500;
	max-width: inherit
}
.blog_home_area ul li .othr_dtls ul.date_admin li a {
	color: #1b73bb
}
.blog_home_area ul li .othr_dtls ul.date_admin li i {
	margin: 0 3px 0 0;
	vertical-align: middle
}
.blog_home_area li .othr_dtls p {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #000;
	line-height: 22px;
	letter-spacing: .5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 67px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}
.blog_home_area ul li .othr_dtls .cta_area {
	width: 100%;
	float: left;
	margin: 15px 0 5px
}
.blog_home_area ul li .othr_dtls .cta_area a {
	width: auto;
	display: inline-block;
	padding: 7px 20px;
	background: #0d70c1;
	color: #fff;
	border-radius: 25px
}
.pay_option {
	width: 100%;
	float: left;
	background: #fff;
	border: solid 1px #d7d7d7;
	border-radius: 3px;
	padding: 10px
}
.pay_option h3 {
	width: 100%;
	float: left;
	padding: 10px 15px;
	font-size: 22px;
	color: #1b73bb;
	text-transform: uppercase
}
.pay_option h3 img {
	vertical-align: middle;
	margin: -5px 5px 0 0
}
.pay_option img {
	max-width: 100%
}
.main_product_area {
	width: 100%;
	float: left;
	padding: 25px 0 0
}
.outer_area .top_main_txt h2, .outer_area .top_main_txt h1 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 32px;
	color: #1b73bb;
	margin: 0 0 10px
}
.main_product_area h3 {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #000;
	position: relative;
	padding: 0 0 15px;
	margin: 0 0 30px;
	text-align: center
}
.main_product_area h3 a {
	color: #000
}
.main_product_area h3::after {
	content: "";
	width: 140px;
	height: 3px;
	position: absolute;
	background: #12afa3;
	bottom: 0;
	left: 45%
}
.main_product_area p {
	font-size: 17px
}
.product_list_area {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.product_list_area.pro_list_cat {
	justify-content: center
}
.product_list_area li {
flex: 0 0 31%;
	margin: 0 1% 20px;
	background: #fff;
	position: relative;
	overflow: hidden;
	border: solid 1px #f2f2f2;
	transition: ease-in .3s
}

.product_list_area.pro_list_cat li {
	flex: 0 0 31%;
	margin: 0 1% 20px
}
.main_product_area.home_pro_list .product_list_area li{flex:0 0 23%;	}
.product_list_area li figure {
	width: 100%;
	float: left;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	padding: 10px 25px 5px;
	position: relative
}
.product_list_area li figure .leaflet {
	width: auto;
	position: absolute;
	right: 8px;
	top: 5px;
	font-size: 18px
}
.product_list_area li figure .leaflet a {
	color: #7b7b7b
}
.product_list_area li figure img {
	max-width: 90%;
	width: auto!important;
	display: inline-block!important;
	max-height: 125px
}
.product_list_area li:hover h4 a {
	color: #000
}
.product_list_area li:hover .btn_area a {
	background: #000
}
.product_list_area li .pro_dtls_home .rating {
	width: 100%;
	float: left;
	text-align: center;
	color: #fad31e;
	font-size: 14px;
	margin: 0 0 5px;
	display: none
}
.cat_home_list {
	width: 100%;
	float: left
}
.cat_home_list ul {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between
}
.cat_home_list ul li {
	flex: 0 0 23.5%;
	background: #fff;
	position: relative;
	margin: 0 0 20px 0;
	border: solid 0 #f2f2f2;
	transition: ease-in .3s
}
.cat_home_list ul.ed_box li{ flex:0 0 32%;}
.cat_box_area {
	width: 100%;
	float: left;
	border: solid 0 #ccc;
	margin: 0 0 00px;
	overflow: hidden;
	transition: ease-in .3s
}
.cat_box_area h3 {
	width: 100%;
	float: left;
	background: #1b73bb;
	font-weight: 500;
	color: #fff;
	font-size: 18px!important;
	text-transform: capitalize;
	margin: 0!important;
	text-align: center
}
.cat_home_list ul li:hover img {
	transform: scale(1.1)
}
.cat_box_area h3 a {
	color: #fff!important;
	display: block;
	padding: 10px 15px!important
}
.cat_box_area figure {
	width: 100%;
	float: left;
	margin: 0;
	overflow: hidden
}
.cat_box_area figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: ease-in .3s
}
.cat_box_area a.main_btn {
	width: 100%;
	float: left;
	text-align: center;
	padding: 10px 15px;
	color: #fff;
	background: #2f458f;
	font-weight: 500;
	font-size: 16px
}
.cat_box_area:hover a.main_btn {
	background: #2f458f
}
.cat_box_area:hover {
	box-shadow: 0 25px 25px #928f8f
}
.product_list_area li .pro_dtls_home {
	width: 100%;
	float: left;
	padding: 0 15px 12px
}
.product_list_area li h4 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .5px;
	padding: 0;
	margin: 10px 0 5px;
	text-align: center;
	text-transform: none;
	line-height: 25px;
	text-align: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 30px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.product_list_area li h4 a {
	color: #1b73bb
}
.product_list_area li p {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #000;
	line-height: 22px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	min-height: 88px;
	max-height: 96px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin: 0 0 10px;
	letter-spacing: .5px
}
.product_list_area li h5 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	padding: 0;
	margin: 0 0 5px
}
.product_list_area li .buynowhere {
	width: 100%;
	float: left;
	margin: 5px 0;
	position: relative
}
.product_list_area li .buynowhere .star_field {
	width: auto;
	position: absolute;
	top: 7px;
	right: 30px;
	color: red;
	font-size: 18px
}
.product_list_area li .buynowhere select {
	width: 100%;
	height: 35px;
	padding: 0 25px 0 10px;
	background: #fff url(../images/select_arrow.png) no-repeat right 10px top 15px;
	border: solid 1px #c2c2c2;
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
	letter-spacing: .5px
}
.product_list_area li .btn_area a {
	width: 100%;
	display: inline-block;
	background: #1b73bb;
	text-transform: uppercase;
	line-height: 35px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 700
}
.product_list_area li .btn_area a.out_stock {
	background: #333
}
.product_list_area li .btn_area a img {
	vertical-align: middle
}
.product_list_area li .btn_area a:hover {
	background: #000
}
.sleeping_pills_area {
	width: 100%;
	float: left;
	background: url(../images/water_girl.jpg) no-repeat left bottom #8b8882;
	min-height: 500px;
	background-size: cover;
	position: relative;
	background-attachment: fixed
}
.sleeping_pills_area::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8)
}
.sleeping_pills_area .part_2 {
	width: 100%;
	float: left;
	color: #fff;
	padding: 30px 0 20px
}
.sleeping_pills_area .part_2 h2 {
	width: 100%;
	float: left;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: .5px;
	margin: 0 0 10px
}
.sleeping_pills_area .part_2 p {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 24px
}
.sleeping_pills_area .part_2 p a {
	color: #1a98ff;
	font-weight: 700
}
.sleeping_pills_area .part_2 p a.extra_link {
	color: #fff!important
}
.testimonial_area {
	width: 100%;
	float: left;
	padding: 50px 0
}
.testimonial_area h2 {
	width: 100%;
	float: left;
	font-size: 48px;
	letter-spacing: 1px;
	padding: 0 50px 0 0
}
.sub_heading {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: 500;
	vertical-align: middle;
	margin: 0 0 10px;
	padding: 0
}
.sub_heading .line {
	width: 85px;
	height: 2px;
	background: #1b73bb;
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle
}
.sub_heading .head_title {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	color: #1b73bb;
	text-transform: uppercase
}
.testimonial_area ul {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between
}
.testimonial_area ul li {
	flex: 0 0 48%;
	max-width: 48%;
	border: solid 1px #eee;
	text-align: center;
	padding: 25px
}
.testimonial_area ul li p {
	font-size: 20px;
	line-height: 30px
}
.testimonial_area ul li h4 {
	color: #1b73bb;
	text-transform: uppercase;
	font-size: 20px;
	text-transform: uppercase;
	border-top: solid 2px #1b73bb;
	width: auto;
	margin: 10px auto 0;
	display: inline-block;
	padding: 10px 0 0
}
.about_company_area {
	width: 100%;
	float: left;
	padding: 50px 0;
	background-image: linear-gradient(140deg, #0987ee 0, #0e66ae 100%);
	min-height: 600px;
	color: #fff
}
.about_company_area .sub_heading {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: 700;
	vertical-align: middle;
	margin: 0 0 5px;
	padding: 0
}
.about_company_area .sub_heading .line {
	width: 85px;
	height: 2px;
	background: #fff;
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle
}
.about_company_area .sub_heading .head_title {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase
}
.about_company_area .content_part {
	width: 100%;
	float: left;
	padding: 0
}
.about_company_area .content_part h2 {
	width: 100%;
	float: left;
	font-size: 32px;
	margin: 0 0 10px
}
.about_company_area .content_part p {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 28px
}
.about_company_area .content_part p a {
	color: #fff;
	font-weight: 700
}
.about_company_area ul {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between
}
.about_company_area ul li {
	flex: 0 0 33.3%;
	text-align: center;
	padding: 15px 0
}
.about_company_area ul li figure {
	width: 100%;
	float: left
}
.about_company_area ul li h4 {
	width: 100%;
	float: left;
	padding: 0 10%;
	font-size: 18px;
	text-transform: uppercase
}
.about_sleepingpills {
	width: 100%;
	float: left;
	padding: 40px 0
}
.about_sleepingpills h2, .about_sleepingpills h3 {
	font-size: 24px;
	color: #1b73bb;
	padding: 20px 0 5px;
	font-weight: 600;
	letter-spacing: .5px;
	width: 100%;
	float: left;
	text-transform: none;
	letter-spacing: 1px
}
.about_sleepingpills h2 span {
	color: #41941e
}
.about_sleepingpills h5 {
	width: 100%;
	font-size: 18px;
	border-bottom: solid 1px #f1f1f1;
	color: #000;
	font-weight: 700;
	letter-spacing: .5px;
	padding: 10px 20px 10px 0;
	cursor: pointer
}
.about_sleepingpills p, .outer_area .top_main_txt p {
	font-size: 18px;
	width: 100%;
	display: block;
	letter-spacing: .5px;
	line-height: 27px;
	text-align: left;
	padding: 0 0 20px;
	color: #000;
	margin: 0
}
.outer_area .top_main_txt p a {
	font-weight: 700;
	color: #1b73bb
}
.about_sleepingpills ul {
	width: 100%;
	float: unset;
	font-size: 18px;
	line-height: 27px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
}
.about_sleepingpills ul li {
	width: 100%;
	float: unset;
	padding: 5px 0 5px 26px;
	position: relative
}
.about_sleepingpills ul li::before {
	position: absolute;
	content: "\f0a4";
	font-family: fontawesome;
	font-size: 20px;
	left: 0
}
.about_sleepingpills p a {
	color: #0e66ae;
	font-weight: 700
}
.customer_support {
	width: 100%;
	float: left;
	background: #dfe5ea url(../images/contact_bg.jpg) no-repeat right bottom;
	background-size: contain;
	min-height: 400px
}
.customer_support h2 {
	width: 100%;
	float: left;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 10px
}
.customer_support p {
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	float: left
}
.customer_support .customer_box {
	width: 100%;
	float: left;
	padding: 30px 0
}
.customer_support figure {
	width: 50%;
	float: right;
	margin: 0
}
.customer_support figure img {
	width: 100%
}
.customer_support .customer_box ul {
	width: 100%;
	float: left;
	margin: 10px 0
}
.customer_support .customer_box ul li {
	width: 100%;
	float: left;
	margin: 10px 0
}
.customer_support .customer_box ul li figure {
	width: auto;
	float: left;
	display: inline-block;
	vertical-align: top
}
.customer_support .customer_box ul li .dtls {
	width: auto;
	float: left;
	display: inline-block;
	padding: 0 0 0 20px
}
.customer_support .customer_box ul li .dtls h4 {
	font-size: 21px;
	color: #1b73bb;
	font-weight: 700;
	margin: 0 0 5px
}
.customer_support .customer_box ul li .dtls p {
	width: 100%;
	float: left;
	font-size: 18px;
	margin: 0
}
.customer_support .customer_box a.contact {
	display: block;
	width: auto;
	padding: 6px 40px;
	border-radius: 25px;
	line-height: 40px;
	background-image: linear-gradient(140deg, #0987ee 0, #0e66ae 100%);
	color: #fff;
	float: left;
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 700
}
.customer_support .customer_box a.contact:hover {
	background-image: linear-gradient(140deg, #0e66ae 0, #0987ee 100%);
	box-shadow: 2px 0 18px 5px #5ab4ff
}
footer {
	width: 100%;
	float: left;
	background: #1b73bb;
	padding: 30px 0 0 0;
	color: #333
}
footer h3 {
	width: 100%;
	float: left;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 15px 0;
	padding: 0 0 15px;
	color: #fff;
	text-align: left;
	position: relative
}
footer h3::after {
	content: "";
	width: 50px;
	height: 3px;
	position: absolute;
	background: #fff;
	bottom: 0;
	left: 0
}
footer .address_detials {
	width: 100%;
	float: left;
	color: #fff
}
footer .address_detials ul {
	width: 100%;
	float: left;
	margin: 0 0 10px;
	padding: 0
}
footer .address_detials ul li {
	width: 100%;
	float: left;
	padding: 10px 0;
	margin: 0;
	list-style: none;
	line-height: 16px;
	font-size: 15px;
	color: #fff;
	border-bottom: solid 1px #1867a8
}
footer .address_detials ul li a {
	font-size: 15px;
	color: #fff
}
footer .address_detials ul li figure {
	width: 35px;
	float: left;
	margin: 0
}
footer .address_detials ul li span {
	width: calc(100% - 35px);
	float: left;
	padding: 0
}
footer .address_detials ul li:before {
	display: none
}
footer .address_detials p {
	color: #fff;
	margin: 0 0 10px
}
footer .resource {
	width: 100%;
	float: left;
	height: auto;
	padding: 0 0 15px
}
footer .resource li {
	width: 50%;
	float: left;
	padding: 0 10px 0 0;
	letter-spacing: .5px;
	font-size: 14px
}
footer .resource.treats li{ width:100%; padding:0;}
footer .resource li a {
	color: #fff;
	width: 100%;
	display: inline-block;
	padding: 8px 0;
	transition: ease-in .3s
}
footer .resource li a:hover {
	color: #91b3ff
}
footer ul.social-icon {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 0 15px
}
footer ul.social-icon li {
	width: auto!important;
	display: inline-block;
	margin: 0 2px 0 0;
	border: none
}
footer ul.social-icon li a {
	padding: 0;
	text-align: center;
	margin: 0 3px;
	display: block;
	line-height: 34px;
	color: #fff;
	vertical-align: middle;
	transition: .3s;
	font-size: 16px;
	color: #fff;
	background: #03457a;
	width: 35px;
	height: 35px;
	border-radius: 50%
}
footer ul.social-icon li a:hover {
	color: #fff
}
footer .last_footer {
	color: #fff;
	padding-top: 10px;
	color: #fff;
	width: 100%;
	background: #03457a;
	text-align: center
}
footer .last_footer p {
	padding: 10px 0 15px;
	font-size: 14px;
	margin: 0
}
footer .last_footer ul {
	text-align: right;
	padding: 5px 0 0;
	font-size: 14px
}
footer .last_footer ul li span {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px
}

.scrollup {
	display: none;
	position: fixed;
	bottom: 5em;
	right: 15px;
	width: 47px;
	height: 47px;
	background: url(../images/back-top-btn.png);
	text-indent: -999999px;
	transition: ease-in .3s all;
	z-index: 999
}
.scrollup:hover {
	background-position: left bottom
}
.breadcrumb_main {
	width: 100%;
	float: left;
	background: 0 0;
	border-bottom: solid 1px #d0d0d0;
	border-radius: 0;
	padding: 0 0 12px 0;
	margin: 0 0 30px
}
.breadcrumb_main ol, .breadcrumb_main ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0
}
.breadcrumb_main ol li, .breadcrumb_main ul li {
	width: auto;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
	color: #1b73bb;
	position: relative
}
.breadcrumb_main ol li a, .breadcrumb_main ul li a {
	color: #000;
	position: relative
}
.breadcrumb_main ol li::before, .breadcrumb_main ul li::before {
	content: "\f0da";
	font-family: FontAwesome;
	position: absolute;
	left: -10px;
	top: 0;
	color: #1b73bb
}
.breadcrumb_main ol li:first-child::before, .breadcrumb_main ul li:first-child::before {
	display: none
}
.breadcrumb_main ol li:last-child a, .breadcrumb_main ul li:last-child a {
	color: #1b73bb
}
.pro_dtl_area {
	width: 100%;
	float: left;
	background: #fff;
	padding: 0
}
.product_main_area {
	width: 100%;
	float: left
}
.product_main_area .left_side {
	width: 35%;
	float: right;
	border: solid 1px #f1f1f1;
	text-align: center;
	padding: 15px;
	margin: 0
}
.product_main_area .left_side figure {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0;
	line-height: 200px
}
.product_main_area .left_side figure img {
	max-width: 90%;
	max-height: 220px;
	width: auto;
	height: auto
}
.product_main_area .left_side .cta_pro {
	width: 100%;
	float: left;
	text-align: center; display:flex; justify-content:space-between;
	margin: 10px 0 0
}
.product_main_area .left_side .cta_pro select {
	width: 65%;
	height: 40px;
	border-radius: 3px;
	border: solid 1px #ccc;
	background: #fff url(../images/select_red_arrow.png) no-repeat right 15px top 15px;
	margin: 5px 0;
	padding: 0 20px;
	font-size: 16px
}
.product_main_area .left_side .cta_pro button {
	width: auto;
	display: inline-block;
	margin: 5px;
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 16px;
	font-weight: 700;
	background: #1b73bb;
	color: #fff;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	min-width: auto;
}
.product_main_area .left_side .cta_pro button.outstock {
	background: #333;
	cursor: no-drop
}
.note_area {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: 600;
	padding: 15px;
	background-image: linear-gradient(-90deg, #0987ee 0, #0e66ae 100%);
	color: #fff;
	border-radius: 3px;
	margin: 30px 0;
	border: dashed 1px #eaeaea
}
.note_area p {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0
}
.product_main_area .txt_area {
	width: 65%;
	float: left;
	padding: 0 30px 0 0
}
.product_main_area h1 {
	font-size: 32px;
	float: left;
	width: 100%;
	margin: 0 0 5px;
	color: #1b73bb
}
.product_main_area .txt_area p {
	width: 100%;
	float: left;
	text-align: justify;
	font-size: 18px;
	letter-spacing: .75px;
	line-height: 27px;
	margin: 0
}
.prodct_table_main {
	width: 100%;
	float: left;
	padding: 25px 0 0
}
.prodct_table_main table {
	width: 100%;
	float: left
}
.prodct_table_main table tr th {
	background: #000;
	color: #fff;
	font-weight: inherit;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px
}
.prodct_table_main table tr td {
	font-size: 16px;
	vertical-align: middle
}
.prodct_table_main table tr td button {
	width: auto;
	display: inline-block;
	border: none;
	background: #1b73bb;
	color: #fff;
	border-radius: 3px;
	padding: 3px 10px;
	cursor: pointer;
	transition: ease-in .3s
}
.prodct_table_main table tr td button:hover {
	background: #000
}
.product_other_info {
	width: 100%;
	float: left
}
.product_other_info table.table tr td:nth-child(1) {
	width: 225px
}
.product_other_info table.pro_tbl_main p {
	margin: 0
}
.product_other_info table.half_tbl tr td {
	width: 33%!important;
	font-size: 18px;
	text-align: center
}
.product_other_info table.table tr td .product_other_info table.pro_tbl_main tr td img {
	max-height: 140px;
	display: block;
	margin: 0 auto;
	border: solid 5px #fff;
	box-shadow: 0 0 5px 0 #ccc
}
.product_other_info h2, .product_other_info h3 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 15px 0 5px;
	font-size: 21px;
	color: #1b73bb;
	text-align: left
}
.product_other_info h3 a {
	color: #1b73bb
}
.product_other_info p {
	font-size: 18px;
	letter-spacing: .5px;
	line-height: 27px;
	text-align: left;
	padding: 0 0 15px;
	color: #000;
	margin: 0
}
.product_other_info table tr td {
	font-size: 18px;
	letter-spacing: .5px;
	line-height: 27px;
	text-align: left
}
.other_content_area p a, .other_content_area tr td a, .other_content_area ul li a, .product_main_area .txt_area p a, .product_other_info p a, .product_other_info ul li a {
	color: #0e66ae;
	font-weight: 700
}
figure.mid_img_bnr {
	width: 100%;
	float: left;
	position: relative;
	margin: 20px 0
}
figure.mid_img_bnr img {
	width: 100%
}
figure.mid_img_bnr .mid_bnr_txt {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0;
	position: absolute;
	background: rgba(255,255,255,.3);
	top: 0;
	left: 0
}
figure.mid_img_bnr .mid_bnr_txt h4 {
	width: 100%;
	position: absolute;
	font-size: 42px;
	font-weight: 700;
	color: #1b73bb
}
figure.mid_img_bnr .mid_bnr_txt h4.top {
	top: 25px
}
figure.mid_img_bnr .mid_bnr_txt h4.bottom {
	bottom: 25px
}
.product_other_info ul {
	width: 100%;
	display: block;
	font-size: 18px;
	line-height: 27px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0
}
.product_other_info ul li {
	width: 100%;
	padding: 5px 0 5px 26px;
	position: relative
}
.product_other_info ul li::before {
	position: absolute;
	content: "\f0a4";
	font-family: fontawesome;
	font-size: 20px;
	left: 0
}
.about_us_area {
	width: 100%;
	float: left;
	margin: 0 0;
	background: #fff;
	padding: 0 0
}
.about_us_area p {
	width: 100%;
	float: left;
	text-align: justify;
	margin: 0 0 30px
}
.about_category {
	width: 100%;
	float: left;
	margin: 0 0;
	border: solid 1px #00acb2;
	padding: 15px;
	min-height: 325px
}
.about_category h2 {
	font-size: 22px;
	color: #232176;
	margin: 5px 0 5px
}
.about_category p {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	letter-spacing: .5px;
	text-align: justify;
	margin: 0 0 15px 0
}
.about_category a {
	width: auto;
	display: inline-block;
	margin: 15px 0 10px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 15px;
	border-radius: 3px;
	border: solid 1px #105d9e;
	color: #105d9e;
	font-size: 16px
}
.about_delivery {
	width: 100%;
	float: left;
	margin: 0 0;
	border: solid 1px #00acb2;
	padding: 15px;
	margin: 15px 0
}
.about_delivery h2 {
	font-size: 22px;
	color: #232176;
	margin: 5px 0 5px
}
.about_delivery p {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	letter-spacing: .5px;
	text-align: justify;
	margin: 0 0 15px 0
}
.shopping_cart_area {
	width: 100%;
	float: left;
	color: #000;
	background: #fff;
	padding: 20px
}
.shopping_cart_area h1 {
	font-size: 32px;
	float: left;
	width: 100%;
	margin: 0 0 20px;
	color: #1b73bb
}
.shopping_cart_area .left_cart {
	width: 70%;
	float: left
}
.shopping_cart_area .cart_img {
	max-height: 70px
}
.shopping_cart_area .quantity span {
	width: auto;
	height: 30px;
	background: #1b73bb;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 2px 5px;
	vertical-align: top
}
.shopping_cart_area .quantity .input_qty {
	width: 40px;
	height: 30px;
	display: inline-block;
	text-align: center;
	border-radius: 0;
	appearance: none;
	-moz-appearance: none;
	border: solid 1px #ccc
}
.table h4 {
	font-size: 18px
}
.shopping_cart_area .action {
	width: auto;
	font-size: 16px
}
.shopping_cart_area .action a {
	color: #333;
	border: solid 1px #ccc;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 5px 0 0;
	display: inline-block
}
.shopping_cart_area .action a:hover {
	color: #1b73bb;
	border: solid 1px #1b73bb
}
.shopping_cart_area .table-bordered thead th {
	text-align: center;
	background: #000;
	color: #fff;
	font-weight: inherit;
	font-size: 16px
}
.shopping_cart_area .table-bordered tr td {
	vertical-align: middle
}
.shopping_cart_area .coupon_code {
	width: auto;
	margin: 0 auto;
	display: inline-block;
	border: dashed 1px #333;
	padding: 10px 20px
}
.shopping_cart_area .coupon_code label {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase
}
.shopping_cart_area .coupon_code input {
	width: 280px;
	padding: 0 20px;
	height: 40px;
	text-align: left;
	border-radius: 25px;
	appearance: none;
	-moz-appearance: none;
	border: solid 1px #ccc
}
.shopping_cart_area .coupon_code button {
	background: #1b73bb;
	color: #fff;
	border-radius: 3px;
	border: none;
	padding: 7px 15px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	margin: 0 8px
}
.shopping_cart_area .right_checkout {
	width: 30%;
	float: left
}
.shopping_cart_area .right_checkout .checkout_area {
	width: 100%;
	float: left;
	padding: 0 20px
}
.shopping_cart_area .right_checkout .checkout_area .btn_checkout {
	background: #1b73bb;
	color: #fff;
	border-radius: 25px;
	border: none;
	font-size: 16px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	margin: 10px 0;
	width: 100%;
	height: 50px
}
.shopping_cart_area .right_checkout .checkout_area .btn_checkout:hover {
	background: #000;
	transition: ease-in .3s
}
.shopping_cart_area .right_checkout .checkout_area .btn_shopping {
	background: #fff;
	color: #1b73bb;
	border-radius: 25px;
	border: solid 1px #1b73bb;
	font-size: 16px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	margin: 10px 0;
	width: 100%;
	height: 50px
}
.shopping_cart_area .right_checkout .checkout_area .btn_shopping:hover {
	background: #1b73bb;
	color: #fff;
	transition: ease-in .3s
}
.checkout_details {
	width: 100%;
	float: left;
	background: #fff;
	font-size: 14px;
	color: #000
}
.checkout_details h3 {
	width: 100%;
	float: left;
	background: #000;
	color: #fff;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase
}
.checkout_details ul {
	width: 100%;
	float: left;
	padding: 10px 15px;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between
}
.checkout_details ul li {
	flex: 0 0 48%;
	float: left;
	margin: 10px 0 0;
	position: relative
}
.checkout_details ul li .form-control {
	width: 100%;
	height: 45px;
	border-radius: 0;
	font-size: 14px
}
.checkout_details ul li select {
	background: url(../images/select_arrow.png) no-repeat right 10px top 20px #fff;
	height: 45px!important
}
.checkout_details label {
	width: 100%;
	float: left;
	padding: 5px 15px;
	font-size: 14px;
	color: #000
}
.checkout_details .sbmt_area {
	width: 100%;
	float: left;
	padding: 0 15px 15px
}
.checkout_details .sbmt_area button {
	background: #1b73bb;
	color: #fff;
	border-radius: 22px;
	border: none;
	font-size: 16px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	margin: 10px 0;
	width: auto;
	padding: 0 40px;
	height: 43px
}
.checkout_details .sbmt_area button:hover {
	background: #1b73bb;
	transition: ease-in .3s
}
.checkout_details .cta_area {
	width: 100%;
	float: left;
	text-align: center;
	padding: 15px
}
.checkout_details .cta_area button {
	background: #1b73bb;
	color: #fff;
	border-radius: 22px;
	border: none;
	font-size: 16px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	margin: 10px 0;
	width: auto;
	padding: 0 40px;
	height: 43px
}
.checkout_details .cta_area button:hover {
	background: #000;
	transition: ease-in .3s
}
.payment_details {
	width: 100%;
	float: left;
	background: #fff;
	font-size: 14px;
	color: #000;
	margin: 20px 0
}
.payment_details h3 {
	width: 100%;
	float: left;
	background: #000;
	color: #fff;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase
}
.payment_opt {
	text-align: center;
	padding: 10px 15px;
	width: 100%;
	float: left
}
.payment_opt ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center
}
.payment_opt ul li {
	flex: 0 0 24%;
	vertical-align: top;
	float: none;
	height: auto;
	border: #ccc 1px solid;
	padding: 10px 5px;
	text-align: center;
	cursor: pointer;
	margin: 3px;
	min-width: auto;
	text-align: left;
	background: #fff
}
.payment_opt ul li figure {
	max-width: 25%;
	width: 60px;
	float: left;
	height: auto
}
.payment_opt ul li figcaption {
	width: 75%;
	float: left;
	height: auto;
	padding: 0 0 0 10px
}
.payment_opt ul li figure img {
	display: inline-block;
	float: left;
	max-width: 100%;
	height: auto
}
.payment_opt ul li figcaption h4 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	padding: 0 0 5px;
	width: 100%;
	float: left;
	font-weight: 700
}
.payment_opt ul li figcaption span {
	font-size: 13px;
	color: #1b73bb;
	font-weight: 700;
	line-height: 14px;
	display: inline-block;
	min-height: 25px
}
.card_details_main {
	width: 100%;
	float: left;
	margin: 0 0 25px;
	padding: 0 15px;
	background: #fff;
	border: solid 0 #ccc;
	text-align: left
}
.card_details_main h2 {
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
	margin: 0 0 15px
}
.card_details_main p {
	width: 100%;
	float: left;
	text-align: center;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px
}
.card_details_main .main_div {
	width: 100%;
	float: left
}
.card_details_main .main_div .left_side {
	width: 20%;
	float: left;
	font-size: 14px;
	font-weight: 700;
	padding: 13px 0 0
}
.card_details_main .main_div .right_side {
	width: 80%;
	float: left
}
.card_details_main .check_first .form-control {
	margin: 7px 0;
	background: 0 0;
	border: solid 1px #ccc;
	padding: 0 10px;
	height: 40px;
	width: 100%
}
.card_details_main .check_first .card_width {
	width: 100%!important;
	float: left
}
.card_details_main .check_first .card_width .form-control {
	border: solid 1px #ccc;
	border-width: 1px
}
.card_details_main .check_first .card_width li {
	width: 100%;
	float: left;
	height: auto;
	list-style: none;
	padding: 0 0;
	border: none
}
.card_details_main .check_first figure {
	width: 100%;
	float: left;
	line-height: 42px
}
.card_details_main .check_first figure img {
	max-width: 100%;
	max-height: 30px
}
.card_details_main .check_first small {
	font-size: 11px
}
.card_details_main .card_dtls {
	width: 100%;
	float: left
}
.card_details_main .card_dtls li {
	width: 40%;
	float: left;
	padding: 0 15px 0 0
}
.card_details_main .card_dtls li label {
	padding: 0;
	margin: 10px 0 0;
	font-weight: 700
}
.card_details_main .card_dtls li select {
	background: url(../images/select_arrow.png) no-repeat right 10px top 20px #fff!important;
	height: 40px!important
}
.pay_card {
	width: 100%;
	float: left;
	color: #fff
}
.pay_card li {
	width: 100%;
	float: left;
	border-bottom: solid 1px #333;
	color: #fff;
	cursor: pointer;
	padding: 5px 0;
	text-transform: uppercase
}
.pay_card li:last-child {
	border: none
}
.pay_card li img {
	max-height: 30px;
	margin-right: 5px
}
.process_btn button {
	background: #1b73bb;
	border: none;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 12px 26px;
	border-radius: 4px;
	transition: .5s;
	cursor: pointer;
	margin: 15px 0 0;
	text-transform: uppercase
}
.process_btn button:hover {
	background: #000;
	transition: .5s
}
.check_right {
	width: 100%;
	float: left;
	background: #fff;
	padding: 0 0 0;
	color: #000
}
.check_right table {
	margin: 0
}
.my_cart table {
	background: #fff;
	margin-bottom: 0;
	border: #e4e2e2 1px solid;
	margin-bottom: 10px
}
.my_cart table th {
	background: #000;
	text-align: center;
	color: #fff;
	padding: 10px!important;
	font-size: 16px;
	font-weight: inherit
}
.my_cart table td:first-child, .my_cart table th:first-child {
	text-align: left
}
.my_cart table td {
	text-align: center;
	color: #262627;
	font-size: 13px;
	padding: 16px 5px!important
}
.my_cart table td.active, .my_cart table th.active {
	text-align: left
}
.my_cart table td i {
	color: #f23b3b;
	cursor: pointer
}
.cart-quantity {
	text-align: center;
	width: 90px;
	margin: auto;
	color: #404040
}
.cart-quantity span {
	float: left;
	border: #ccc 1px solid;
	border-radius: 2px;
	width: 28px;
	height: 28px;
	line-height: 26px;
	font-weight: 600
}
.cart-quantity span:first-child {
	border-right: none;
	cursor: pointer
}
.cart-quantity span:last-child {
	border-left: none;
	cursor: pointer
}
.contact_form {
	width: 100%;
	float: left
}
.contact_form ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0
}
.contact_form ul li {
	width: 50%;
	float: left;
	margin: 7px 0
}
.contact_form ul li input {
	width: 95%
}
.contact_form ul li textarea {
	width: 97.5%
}
.contact_form ul li label {
	font-weight: 700
}
.contact_form ul li:last-child, .contact_form ul li:nth-child(5) {
	width: 100%
}
.contact_form .sbmt_btn {
	width: auto;
	display: inline-block;
	float: left;
	margin: 10px 0 10px;
	border-radius: 3px;
	border: solid 1px #fff;
	background: #1b73bb;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 15px;
	color: #fff;
	cursor: pointer
}
.contact_form .sbmt_btn:hover {
	background: #1b73bb
}
.contact_area {
	width: 100%;
	float: left;
	height: auto;
	background: #f1f1f1;
	border: solid 1px #f1f1f1;
	margin: 20px 0;
	border-radius: 3px
}
.contact_area .address_area {
	width: 100%;
	float: left;
	height: auto
}
.contact_area .address_area li {
	width: 100%;
	float: left;
	height: auto;
	list-style: none;
	margin: 0 0;
	border-bottom: solid 1px #fff;
	padding: 20px 20px
}
.contact_area .address_area li:last-child {
	border: none
}
.contact_area .address_area figure {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	float: left;
	text-align: center;
	background: #1b73bb;
	line-height: 55px;
	margin: 0;
	padding: 0
}
.contact_area p {
	text-align: left
}
.contact_area .address_area figure i {
	color: #fff;
	font-size: 22px
}
.contact_area .address_area figure img {
	display: inline-block;
	max-height: 20px
}
.contact_area .address_area .details {
	width: calc(100% - 50px);
	float: left;
	padding: 0 15px;
	box-sizing: border-box
}
.contact_area .address_area .details h3 {
	width: 100%;
	float: left;
	padding: 0;
	font-size: 14px;
	margin: 0;
	color: #1b73bb
}
.contact_area .address_area .details p {
	font-size: 16px;
	padding: 0;
	margin: 0;
	text-align: left
}
.faq_area {
	width: 100%;
	float: left
}
.faq_area #accordion {
	width: 100%;
	float: left
}
.faq_area h2 span {
	color: #41941e
}
.faq_area h3 {
	width: 100%;
	font-size: 20px;
	border-bottom: solid 1px #f1f1f1;
	color: #00acb2;
	letter-spacing: .5px;
	padding: 10px 20px 10px 0;
	cursor: pointer;
	font-weight: inherit
}
.faq_area p {
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 24px;
	text-align: justify;
	border-bottom: solid 1px #f1f1f1;
	padding: 0 0 15px;
	color: #000
}
.cust_reviews_area {
	width: 100%;
	float: left
}
.cust_reviews_area ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0
}
.cust_reviews_area ul li {
	width: 100%;
	float: left;
	border: solid 1px #f1f1f1;
	padding: 15px;
	border-radius: 3px;
	margin: 10px 0
}
.cust_reviews_area ul li p {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0
}
.cust_reviews_area ul li span {
	width: 100%;
	float: left;
	color: #ffb500;
	margin: 10px 0 5px
}
.cust_reviews_area ul li h4 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 20px
}
.content_page {
	width: 100%;
	float: left
}
.content_page figure {
	width: 100%;
	float: left;
	margin: 15px 0
}
.content_page figure img {
	max-width: 100%;
	width: 100%;
	height: auto
}
.content_page h1 {
	width: 100%;
	float: left;
	margin: 10px 0 5px 0;
	font-size: 32px;
	color: #1b73bb;
	padding: 0;
	letter-spacing: .5px;
	font-weight: 700
}
.content_page h2, .content_page h3 {
	width: 100%;
	float: left;
	margin: 10px 0 5px 0;
	font-size: 24px;
	color: #1b73bb;
	padding: 0;
	letter-spacing: .5px;
	font-weight: 600
}
.content_page p {
	font-size: 18px;
	letter-spacing: .5px;
	line-height: 27px;
	text-align: justify;
	padding: 0 0 15px;
	color: #000;
	margin: 0
}
.content_page ul {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 27px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0
}
.content_page ul li {
	width: 100%;
	float: left;
	padding: 5px 0 5px 26px;
	position: relative
}
.content_page ul li::before {
	position: absolute;
	content: "\f0a4";
	font-family: fontawesome;
	font-size: 20px;
	left: 0
}
.content_page ul.faq_main {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
	margin: 0
}
.content_page ul.faq_main li {
	flex: 0 0 31%;
	float: left;
	padding: 0;
	border: solid 1px #eee;
	text-align: center;
	margin: 8px 1%;
	border-radius: 3px;
	transition: ease-in .3s
}
.content_page ul.faq_main li figure {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	background: #f1f1f1;
	text-align: center;
	line-height: 80px;
	display: block
}
.content_page ul.faq_main li figure.full {
	width: 100%;
	height: auto;
	line-height: inherit;
	margin: 10px 0 10px;
	border-radius: 0;
	float: left;
	background: 0 0
}
.content_page ul.faq_main li figure img {
	max-width: 80%
}
.content_page ul.faq_main li figure.full img {
	max-width: 100%;
	max-height: 35px
}
.content_page ul.faq_main li span {
	width: 100%;
	float: left;
	margin: 0 0 2px;
	text-align: center
}
.content_page ul.faq_main li span i {
	font-size: 24px;
	color: #000;
	color: #1b73bb
}
.content_page ul.faq_main li::before {
	display: none
}
.content_page ul.faq_main li a {
	color: #000;
	padding: 10px;
	display: inline-block;
	width: 100%;
	font-weight: 700;
	font-size: 16px
}
.content_page ul.faq_main li:hover {
	box-shadow: 0 0 15px 0 #eee
}
.empty_cart {
	width: 100%;
	float: left;
	padding: 50px 0;
	text-align: center
}
.empty_cart h3 {
	font-size: 22px
}
.empty_cart a {
	width: auto;
	display: inline-block;
	padding: 12px 25px;
	border: solid 1px #1b73bb;
	border-radius: 25px;
	color: #1b73bb;
	margin: 15px 0 0
}
.empty_cart a:hover {
	background: #1b73bb;
	color: #fff
}
.sitemap_page {
	width: 100%;
	float: left;
	font-size: 15px
}
.sitemap_page h1 {
	width: 100%;
	float: left;
	margin: 10px 0 8px;
	color: #1b73bb;
	font-size: 32px
}
.sitemap_page h3 {
	width: 100%;
	float: left;
	margin: 10px 0 8px;
	color: #00acb2;
	font-size: 22px
}
.sitemap_page ul.pro_site {
	width: 100%;
	font-size: 13px;
	float: left;
	border-right: solid 0 #ccc;
	padding: 0 0 0 10px;
	margin: 0 0 0
}
.sitemap_page ul {
	padding: 0
}
.sitemap_page ul li {
	width: 100%;
	float: left;
	padding: 8px 0;
	font-size: 16px;
	font-weight: 600
}
.sitemap_page ul li a {
	color: #1b73bb;
	text-transform: none
}
.coupons h3, .sitemap_page ul li a:hover {
	color: #000
}
.sitemap_page .pro_links li {
	width: 33%;
	list-style-type: disc;
	padding: 7px 0;
	box-sizing: border-box
}
textarea {
	resize: none
}
.blog_area {
	width: 100%;
	float: left
}
.blog_area h1 {
	width: 100%;
	float: left;
	padding: 0 0 15px;
	font-size: 28px;
	color: #1b73bb
}
.blog_area li {
	width: 100%;
	float: left;
	margin: 0 0 30px;
	list-style: none;
	background-image: none;
	background: #f2f2f2
}
.blog_area li h2 {
	width: 100%;
	float: left;
	padding: 0;
	text-align: left;
	margin: 0 0 5px!important;
	font-size: 20px!important;
	color: #0d70c1;
	font-weight: 700;
	letter-spacing: .5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 26px;
	line-height: 26px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.blog_area li figure a, .blog_area li h2 a {
	color: #0d70c1;
	background: 0 0;
	padding: 0;
	border-radius: 0;
	margin: 0
}
.blog_area li figure {
	width: 30%;
	float: left;
	margin: 0 0 0;
	overflow: hidden
}
.blog_area li .othr_dtls {
	width: 70%;
	float: left;
	padding: 8px 15px
}
.blog_area li .othr_dtls .cta_area {
	width: 100%;
	float: left;
	margin: 0 0 0;
	padding: 5px 0 0;
	border-top: solid 0 #eee
}
.blog_area li .othr_dtls .cta_area .tag_area {
	width: 75%;
	float: left
}
.blog_area li .othr_dtls .cta_area .tag_area h4 {
	width: auto;
	float: left;
	font-size: 16px
}
.blog_area li .othr_dtls .cta_area .tag_area h4 span {
	font-size: 14px;
	color: #0d70c1
}
.blog_area li figure img {
	width: 100%;
	height: auto;
	max-height: 185px;
	min-height: 150px;
	transition: ease-in .3s;
	object-fit: cover
}
.blog_area li:hover img {
	transform: scale(1.1)
}
.blog_area li p {
	width: 100%;
	float: left;
	font-size: 15px;
	color: #000;
	line-height: 22px;
	letter-spacing: .5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 45px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 0 5px
}
.blog_area li a.read_more {
	width: auto;
	display: inline-block;
	padding: 3px 0 0;
	color: #2f458f;
	margin: 0 0 0;
	transition: ease-in .3s;
	font-weight: 700;
	font-size: 15px;
	float: left
}
.blog_area li a.read_more:hover {
	color: #0d70c1
}
.blog_area li::after {
	display: none
}
.blog_area .col-md-12 {
	padding: 0!important
}
.blog-pagination {
	width: 100%;
	float: left;
	text-align: left;
	margin: 10px 0;
	padding: 0 0
}
.blog-pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block
}
.blog-pagination ul li {
	display: inline-block;
	text-align: center;
	background: #2f458f;
	margin: 1px;
	padding: 3px 10px;
	line-height: 20px;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	width: auto;
	float: left
}
.blog_img, .desc-img {
	width: 100%;
	float: left;
	text-align: center
}
.blog-pagination ul li.current-page, .blog-pagination ul li:hover {
	background: #1b73bb
}
.blog_details_area {
	width: 100%;
	float: left;
	margin: 0 0 20px
}
.blog_details_area h1 {
	width: 100%;
	float: left;
	font-size: 28px;
	color: #2f458f;
	letter-spacing: .5px;
	margin: 0 0 8px
}
.blog_details_area figure {
	width: 100%;
	float: left;
	margin: 10px 0 10px
}
.blog_details_area figure img {
	width: 100%;
	height: 360px
}
.blog_details_area h2, .blog_details_area h3, .blog_details_area h4, .blog_details_area h5, .blog_details_area h6 {
	font-size: 22px;
	font-weight: 600;
	padding: 0;
	color: #0d70c1;
	margin: 15px 0 5px;
	width: 100%;
	float: left;
	letter-spacing: .5px
}
.blog_content p {
	color: #000;
	font-size: 18px;
	line-height: 27px;
	width: 100%;
	display: block;
	letter-spacing: .5px;
	text-align: left;
	margin: 0 0 15px
}
.blog_content p a, .blog_content ul li a {
	font-weight: 700;
	color: #0d70c1
}
.blog_content ol, .blog_content ul {
	width: 100%;
	display: block;
	padding: 0 0 0 20px;
	margin: 0 0 15px
}
.blog_content ol li, .blog_content ul li {
	font-size: 18px;
	line-height: 27px;
	width: 100%;
	letter-spacing: .5px;
	list-style-type: circle;
	margin: 7px 0;
	color: #000;
	text-align: left
}
.date_admin {
	width: 100%;
	float: left;
	margin: 0 0 5px
}
.date_admin li {
	border: none;
	width: auto;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0!important;
	font-size: 13px;
	color: #333;
	float: left;
	list-style: none;
	border-right: solid 1px #ccc;
	font-weight: 700
}
.date_admin li:last-child {
	border: none
}
.date_admin li i {
	font-size: 16px;
	color: #0d70c1;
	margin: 0 5px 0 0
}
.pro_dtl_area .blog_area {
	width: 100%;
	float: left;
	margin: 20px 0 0;
	border-top: solid 1px #eee;
	padding: 20px 0 0
}
.pro_dtl_area .blog_area h2 {
	width: 100%;
	float: left;
	font-size: 26px;
	margin: 0 0 15px
}
.related_post_area {
	width: 100%;
	float: left;
	border-top: solid 1px #ccc;
	padding: 10px 0 0;
	margin: 20px 0 20px 0
}
.related_post_area .prev_nxt {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0
}
.related_post_area .prev_nxt li {
	width: 50%!important;
	float: left;
	text-align: left;
	list-style: none
}
.related_post_area .prev_nxt li h3 {
	text-align: inherit;
	width: 100%;
	float: left;
	font-size: 16px;
	margin: 10px 0 0;
	padding: 0;
	min-height: auto;
	color: #2a3b93
}
.related_post_area .prev_nxt li p {
	width: 100%;
	float: left;
	margin: 10px 0!important;
	padding: 0!important;
	min-height: auto;
	height: auto
}
.related_post_area .prev_nxt li a {
	color: #121212
}
.related_post_area .prev_nxt li a h3 {
	color: #2a3b93!important
}
.related_post_area .prev_nxt li a:hover {
	opacity: .5
}
.related_post_area .prev_nxt li p {
	font-size: 18px;
	text-align: inherit;
	margin: 5px 0 0!important
}
.related_post_area .prev_nxt li+li {
	text-align: right
}
.new_intro {
	width: 90%;
	float: left;
	margin: 15px;
	border: dashed 1px #1ab642
}
.new_intro figure {
	width: 25%;
	float: left;
	height: auto;
	padding: 10px
}
.new_intro figure img {
	max-width: 100%
}
.new_intro figcaption {
	width: 75%;
	float: left;
	height: auto;
	padding: 15px
}
.new_intro figcaption h3 {
	font-weight: 700;
	font-size: 20px;
	color: #1ab642;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0
}
.new_intro figcaption .note {
	width: 100%;
	float: left;
	font-size: 15px;
	padding: 5px 0;
	display: inline-block;
	border-radius: 5px;
	color: #333;
	line-height: 24px;
	margin: 10px 0 5px;
	font-weight: 400
}
.new_intro figcaption a {
	width: auto;
	display: inline-block;
	background: #1ab642;
	color: #fff;
	padding: 5px 20px;
	text-transform: uppercase;
	border-radius: 5px;
	margin: 5px 5px;
	font-size: 13px;
	font-weight: 900
}
.new_intro figcaption a.cancel {
	background: #000
}
.buy_pro_area {
	width: 100%;
	float: left;
	background: #f7f7f7;
	position: relative;
	overflow: hidden;
	margin: 20px 0 20px 0;
	border: solid 1px #f2f2f2;
	transition: ease-in .3s
}
.buy_pro_area figure {
	width: 100%;
	float: left;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	padding: 5px 15px;
	position: relative
}
.buy_pro_area figure img {
	max-width: 100%;
	width: auto!important;
	display: inline-block!important;
	max-height: 125px
}
.buy_pro_area:hover h4 a {
	color: #000
}
.buy_pro_area:hover .btn_area a {
	background: #000
}
.buy_pro_area .pro_dtls_home .rating {
	width: 100%;
	float: left;
	text-align: center;
	color: #fad31e;
	font-size: 14px;
	margin: 0 0 10px
}
.buy_pro_area .pro_dtls_home {
	width: 100%;
	float: left;
	padding: 0 10px 12px
}
.buy_pro_area h4 {
	width: 100%;
	float: left;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .5px;
	padding: 0;
	margin: 0 0 5px;
	text-align: center;
	text-transform: none;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 25px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.buy_pro_area h4 a {
	color: #000
}
.buy_pro_area p {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #000;
	line-height: 22px;
	text-align: center
}
.buy_pro_area .btn_area a {
	width: 100%;
	display: inline-block;
	background: #1b73bb;
	text-transform: uppercase;
	line-height: 35px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 700
}
.buy_pro_area .btn_area a img {
	vertical-align: middle
}
.buy_pro_area .btn_area a:hover {
	background: #000
}
.content_page ul.next_prev {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	border-top: solid 1px #eee;
	margin: 15px 0;
	padding: 10px 0 0
}
.content_page ul.next_prev li {
	width: auto;
	padding: 0
}
.content_page ul.next_prev li a {
	width: auto;
	display: inline-block;
	border-radius: 3px;
	padding: 6px 20px;
	border: solid 1px #1b73bb;
	color: #1b73bb;
	font-weight: 700
}
.content_page ul.next_prev li a:hover {
	background: #1b73bb;
	color: #fff
}
.content_page ul.next_prev li::before {
	display: none
}
.patient_link {
	width: 100%;
	float: left;
	margin: 10px 0
}
.patient_link a {
	padding: 5px 15px;
	color: #000;
	background: #eaeaea;
	border-radius: 5px;
	margin: 5px 5px 0 0;
	width: auto;
	display: inline-block;
	font-weight: 500
}
.patient_link a:hover {
	background: #1b73bb;
	color: #fff
}
.coupons {
	width: 100%;
	float: left;
	border: dashed 1px #002039;
	margin: 10px 0 20px 0;
	padding: 15px
}
.coupons h3 {
	width: 100%;
	float: left;
	font-size: 20px;
	margin: 0 0 10px;
	color: #002039
}
.coupons input {
	width: 70%;
	float: left;
	border-radius: 5px 0 0 5px;
	height: 40px
}
.coupons button {
	width: auto;
	float: left;
	border-radius: 0 5px 5px 0;
	height: 40px;
	background: #0b759d;
	border: solid 1px #0b759d
}
.coupons button:hover {
	background: #002039
}
.coupons .error_msg {
	width: 100%;
	display: block;
	color: red;
	float: left;
	font-size: 12px;
	margin: 10px 0 5px
}
.cat_products_area {
	width: 100%;
	float: left;
	padding: 0 0 0
}
.cat_top_area {
	width: 100%;
	float: left
}
.cat_top_area h1 {
	width: 100%;
	float: left;
	margin: 10px 0 5px 0;
	font-size: 32px;
	color: #1b73bb;
	padding: 0;
	letter-spacing: .5px;
	font-weight: 700
}
.padd_bot{ padding-bottom:0}

.cat_top_area p {
	width: 100%;
	float: left;
	font-size: 18px;
	letter-spacing: .5px;
	line-height: 27px;
	text-align: left;
	padding: 0 0 0;
	color: #000;
	margin: 0 0 20px;
}
.cat_top_area h2 {
	width: 100%;
	float: left;
	margin: 25px 0 0px 0;
	font-size:28px;
	color: #1b73bb;
	padding: 0;
	letter-spacing: .5px;
	font-weight: 600
}
.cat_img {
	width: 100%;
	float: left;
	margin: 20px 0;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	border: solid 5px #fff;
	box-shadow: 0 0 15px 0 #ccc
}
.cat_img img {
	width: 100%;
	height: auto
}
.other_content_area {
	width: 100%;
	float: left;
	padding: 0 0 40px
}
.other_content_area h2, .other_content_area h3 {
	font-size: 24px;
	color: #1b73bb;
	padding: 20px 0 5px;
	font-weight: 600;
	letter-spacing: .5px;
	width: 100%;
	float: left;
	text-transform: none;
	letter-spacing: 1px
}
.other_content_area h4 {
	font-size: 20px;
	color: #1b73bb;
	padding: 0 0 5px;
	font-weight: 600;
	letter-spacing: .5px;
	width: 100%;
	float: left;
	text-transform: none;
	letter-spacing: .5px
}
.other_content_area p {
	font-size: 18px;
	letter-spacing: .5px;
	line-height: 27px;
	text-align: left;
	padding: 0 0 20px;
	color: #000;
	margin: 0
}
.other_content_area ul {
	width: 100%;
	display: block;
	font-size: 18px;
	line-height: 27px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0
}
.other_content_area table {
	font-size: 18px;
	line-height: 27px
}
.other_content_area table td:nth-child(1) {
	width: 340px
}
.other_content_area ul li {
	width: 100%;
	float: unset;
	padding: 5px 0 5px 26px;
	position: relative
}
.other_content_area ul li::before {
	position: absolute;
	content: "\f0a4";
	font-family: fontawesome;
	font-size: 20px;
	left: 0
}
.other_content_area p a, .other_content_area ul li a {
	color: #1b73bb
}
a.extra_link {
	color: #000!important;
	font-weight: 700
}
label.error {
	color: red;
	font-weight: 700;
	font-size: 14px;
	padding: 5px 0
}
.bst_tab_area {
	width: 100%;
	float: left;
	padding: 0 0
}
.bst_tab_area .faq_area_pro {
	width: 100%;
	float: left;
	margin: 20px 0;
	border: solid 1px #1b73bb;
	padding: 15px
}
.bst_tab_area .faq_area_pro h2:first-child {
	font-size: 26px;
	color: #000;
	margin: 0 0 15px
}
.bst_tab_area .nav-tabs {
	background-image: linear-gradient(-90deg, #0987ee 0, #0e66ae 100%);
	border-bottom: none;
	margin: 0
}
.bst_tab_area .nav-tabs .nav-link {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 25px;
	border: none;
	border-radius: 0
}
.bst_tab_area .nav-tabs .nav-item {
	width: auto;
	margin: 0;
	padding: 0;
	margin: 0
}
.bst_tab_area .nav-tabs .nav-item::before {
	display: none
}
.bst_tab_area .nav-tabs .nav-item:last-child {
	border-right: none
}
.bst_tab_area .nav-tabs .nav-link.active {
	background: #fff;
	color: #1b73bb;
	border: solid 1px #1b73bb;
	border-bottom: none
}
.bst_tab_area .tab-content>.tab-pane {
	width: 100%;
	float: left;
	border: solid 1px #1b73bb;
	padding: 15px;
	border-top: none
}
.side_nav h3 {
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: 600;
	background: #1b73bb;
	color: #fff;
	padding: 15px 15px;
	position: relative;
	text-transform: uppercase
}
.side_nav {
	padding: 0;
	margin: 0 0 15px;
	border: 0;
	line-height: 1;
	position: relative;
	width: 100%;
	float: left;
	background: #f2f2f2;
	font-weight: 500
}
.side_nav a {
	display: block;
	padding: 15px 10px 15px 25px;
	color: #000;
	text-decoration: none;
	text-transform: none;
	font-size: 16px;
	letter-spacing: .5px
}
.side_nav a:hover {
	color: #1b73bb
}
.side_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative
}
.side_nav ul li {
	float: left;
	width: 100%;
	vertical-align: middle;
	border-bottom: 1px solid silver;
	width: 100%;
	transition: ease-in .3s;
	position: relative;
	padding: 8px 10px
}
.side_nav ul li::before {
	content: "\f105";
	font-family: Fontawesome;
	position: absolute;
	left: 15px;
	top: 14px;
	font-size: 18px;
	display: none
}
.side_nav ul li:last-child {
	border: none
}
.cstm_chek {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
	padding: 8px 0 6px 26px
}
.cstm_chek input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}
.checkmark {
	position: absolute;
	top: 6px;
	left: 0;
	height: 22px;
	width: 22px;
	border: solid 1px #9a9797;
	border-radius: 3px
}
.cstm_chek:hover input~.checkmark {
	border: solid 1px #1b73bb
}
.cstm_chek input:checked~.checkmark {
	background-color: #1b73bb;
	border: solid 1px #1b73bb
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none
}
.cstm_chek input:checked~.checkmark:after {
	display: block;
	content: "\f00c";
	font-family: Fontawesome;
	color: #fff;
	font-size: 13px
}
.cstm_chek .checkmark:after {
	left: 4px;
	top: 3px;
	width: 5px;
	height: 10px
}
.sitemap_page ul.pro_site {
	margin-bottom: 0
}
.sitemap_page ul.pro_site li {
	width: 100%;
	list-style: disc;
	padding: 5px 0
}
.sitemap_page ul.pro_site li a {
	font-size: 13px;
	font-weight: 400;
	color: #000
}
.pro-review {
	overflow: hidden;
	width: 100%;
	border: solid 1px #1b73bb;
	padding: 15px;
	margin: 20px 0;
	float: left
}
.review-sec {
	width: 100%;
	float: left;
	margin: 10px 0 20px 0;
	padding: 0 0 20px;
	border-bottom: solid 1px #eee
}
.admin-image {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
	background: #ddd;
	border-radius: 50%;
	position: relative;
	text-align: center;
	font-size: 24px;
	line-height: 60px
}
.admin-image .fa-user-o:before {
	font-size: 30px;
	line-height: 60px
}
.admin-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%
}
.admin-review {
	float: left;
	border: #ddd 1px solid;
	width: calc(100% - 70px);
	padding: 10px 20px;
	border-radius: 4px;
	color: #292828
}
.admin-ranking {
	float: left;
	width: 100%
}
.admin-ranking a {
	color: #000
}
.admin-ranking b {
	font-weight: 700
}
.star {
	position: relative;
	float: left;
	font-size: 14px
}
.star i {
	color: #e65700
}
.discription {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #292828;
	margin-top: 6px;
	font-style: italic
}
.review-mid-content {
	width: 100%;
	float: left;
	padding: 0 0 15px 0
}
.review-mid-content h3 {
	color: #002008c76339;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px
}
.review-mid-content p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	padding: 0
}
.rating-star {
	width: 100%;
	position: relative;
	margin-top: 5px
}
.rating-star a {
	display: inline-block;
	text-indent: -999em;
	width: 100%;
	width: 16px;
	height: 16px;
	position: relative
}
.rating-star a::before {
	content: "\f006";
	position: absolute;
	font-size: 16px;
	font-family: FontAwesome;
	left: 0;
	display: block;
	text-indent: 0;
	color: #002039
}
.rating-star a:hover::before {
	content: "\f005";
	position: absolute;
	font-size: 16px;
	font-family: FontAwesome;
	left: 0;
	display: block;
	text-indent: 0;
	color: #002039
}
.review-mid-content .sub-btn1 {
	background: #333;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 7px 20px;
	border-radius: 3px
}
.review-mid-content .sub-btn1:hover {
	background: #e65700
}
.review-form {
	margin-top: 0
}
.form-row textarea {
	height: 100px
}
.form-row {
	margin: 20px 0
}
.form-row label {
	font-size: 17px;
	margin-bottom: 5px;
	display: block;
	font-weight: 700
}
.form-row label.error {
	color: red;
	font-size: 15px
}
.sub-btn {
	margin-top: 20px;
	background: #e65700;
	border: #e65700 1px solid;
	color: #fff;
	font-weight: 600;
	padding: 8px 26px;
	border-radius: 4px;
	cursor: pointer
}
.sub-btn:hover {
	background: 0 0;
	border: #000 1px solid;
	color: #fff;
	color: #002039;
	transition: .5s
}
.rating {
	float: left;
	position: relative
}
.rating:not(:checked)>input {
	position: absolute;
	clip: rect(0,0,0,0)
}
.rating:not(:checked)>label {
	float: right;
	width: 20px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 20px;
	line-height: 1.2;
	color: #ddd;
	margin: 0 5px 0 0
}
.rating:not(:checked)>label:before {
	content: '\f005';
	font-family: Fontawesome
}
.rating>input:checked~label {
	color: #f70;
	text-shadow: 1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5)
}
.rating:not(:checked)>label.error {
	display: block;
	color: red;
	position: absolute;
	font-size: 15px;
	text-shadow: none;
	font-weight: 700;
	left: 140px;
	top: 5px;
	width: 100%
}
.g-recaptcha {
	margin-bottom: 15px
}
.rating:not(:checked)>label.error::before {
	display: none
}
.rating:not(:checked)>label:hover, .rating:not(:checked)>label:hover~label {
	color: gold;
	text-shadow: 1px 1px #daa520, 2px 2px #b57340, .1em .1em .2em rgba(0,0,0,.5)
}
.rating>input:checked+label:hover, .rating>input:checked+label:hover~label, .rating>input:checked~label:hover, .rating>input:checked~label:hover~label, .rating>label:hover~input:checked~label {
	color: #ea0;
	text-shadow: 1px 1px #daa520, 2px 2px #b57340, .1em .1em .2em rgba(0,0,0,.5)
}
.rating>label:active {
	position: relative;
	top: 2px;
	left: 2px
}
.product_main_area .txt_area .top-review {
	width: 100%;
	float: left;
	margin: 0 0 10px
}
ul.blog_area_list {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0
}
ul.blog_area_list li {
	width: 100%;
	float: left;
	margin: 8px 0;
	list-style: none
}
ul.blog_area_list li::before {
	position: relative;
	content: '\f0a4';
	font-family: Fontawesome;
	font-weight: 400;
	margin-right: 5px
}
ul.blog_area_list li a {
	color: #000;
	font-weight: 400
}
ul.blog_area_list li a:hover {
	color: #0d70c1
}
.more_post_area {
	width: 100%;
	float: left;
	padding: 30px 0 50px 0;
	border-top: solid 1px #eee;
	margin-top: 25px
}
.more_post_area h3 {
	font-size: 24px;
	width: 100%;
	float: left;
	text-align: center;
	color: #000;
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 30px;
	color: #000
}
.more_post_area h3::after {
	content: "";
	width: 140px;
	height: 3px;
	left: 43%;
	position: absolute;
	background: #12afa3;
	bottom: 0
}
.more_post_area ul.blog_area_list li {
	width: 50%;
	font-size: 18px;
	padding: 0;
	margin: 10px 0
}
.author_info {
	width: 100%;
	float: left;
	margin: 10px 0 20px;
	background: #fff;
	padding: 20px;
	border-top: solid 0 #ccc;
	background: #f7f7f7;
	position: relative;
	border-radius: 15px
}
.author_info figure {
	width: 120px;
	height: 120px;
	background: #fff;
	border-radius: 10px;
	float: left;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 0 9px 0 #ccc;
	border: solid 3px #fff;
	margin: 0
}
.author_info figure img {
	max-width: 100%;
	height: auto!important
}
.author_info .other_dtls {
	width: calc(100% - 120px);
	float: left;
	padding: 0 0 0 25px
}
.author_info .other_dtls h4 {
	width: 100%;
	float: left;
	margin: 0 0 5px;
	padding: 0;
	font-size: 20px
}
.author_info .other_dtls p {
	width: 100%;
	float: left;
	margin: 0 0 0;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400
}
.author_info .other_dtls a {
	color: #0d70c1;
	margin: 0
}
.like_post_area {
	width: auto;
	float: right;
	margin: 10px 0;
	position: relative
}
.like_post_area a {
	width: auto;
	padding: 5px 15px;
	border: solid 1px #0d70c1;
	border-radius: 0;
	color: #0d70c1;
	display: inline-block;
	font-size: 16px;
	margin: 0!important
}
.like_post_area a i {
	font-size: 18px;
	vertical-align: middle
}
.like_post_area a:hover {
	color: #fff;
	background: #0d70c1;
	border: solid 1px #0d70c1
}
.like_post_area .alert {
	position: absolute;
	top: 40px;
	right: 0;
	min-width: 290px
}
.blog_content_form {
	width: 100%;
	float: left;
	padding: 15px;
	border: solid 1px #eee;
	margin: 0 0 25px
}
.blog_content_form h3 {
	width: 100%;
	float: left;
	font-size: 22px;
	margin: 0 0 5px;
	color: #1b73bb;
	text-align: left;
	font-weight: 700
}
.blog_content_form p {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 10px
}
.blog_content_form ul {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	padding: 0;
	margin: 0 0 20px
}
.blog_content_form ul li {
	flex: 0 0 48%;
	margin: 8px 0;
	padding: 0
}
.blog_content_form ul li::before {
	display: none
}
.blog_content_form ul li label {
	width: 100%;
	float: left;
	font-weight: 700;
	margin: 0 0 5px
}
.blog_content_form ul li label.error {
	color: red
}
.blog_content_form ul li:last-child, .blog_content_form ul li:nth-child(3) {
	flex: 0 0 100%
}
.blog_content_form button {
	background: #1b73bb;
	border: none;
	padding: 8px 25px;
	font-weight: 700
}
.blog_content_form button:hover {
	background: #000
}
.blog_content {
	width: 100%;
	float: left;
	position: relative
}
.select_dosase {
	width: 100%;
	float: left;
	height: 40px
}
.select_dosase h3 {
	color: #0289cb;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	border-bottom: 1px solid;
	display: inline-block;
	padding-bottom: 10px
}
.select_dosase ul {
	width: 100%;
	float: left;
	margin: 0 0 0;
	padding: 0;
	display: flex
}
.select_dosase ul li {
	width: auto;
	float: left;
	margin: 0 8px;
	list-style: none;
	border: none;
	padding: 0;
	min-width: inherit;
	min-height: inherit
}
.select_dosase ul li label {
	margin: 0;
	font-size: 16px
}
.radio_btn {
	display: block;
	position: relative;
	padding-left: 10px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
	border: solid 1px #08233b;
	padding: 5px 10px;
	color: #08233b
}
.select_dosase ul li.active .radio_btn {
	background: #08233b;
	color: #fff
}
.radio_btn input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}
.radio_btn:hover input[type=radio]~.checkmark {
	background-color: #fff
}
.radio_btn input[type=radio]:checked~.checkmark {
	background-color: #fff
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none
}
.radio_btn input[type=radio]:checked~.checkmark:after {
	display: block
}
.radio_btn .checkmark:after {
	left: 7px;
	top: 4px;
	width: 7px;
	height: 12px;
	border: solid #0363d2;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.select_dosase h2 {
	font-size: 18px;
	color: #1b73bb;
	float: left;
	text-align: left;
	margin-bottom: 5px;
	padding-left: 8px
}
.bnr_txt_1 {
	width: auto;
	position: absolute;
	left: 50px;
	top: 40%;
	max-width: 360px
}
.bnr_txt_1 span, .bnr_txt_2 span {
	font-size: 20px;
	color: #000;
	display: block;
	font-weight: 600
}
.bnr_txt_1 label {
	font-size: 32px;
	line-height: 36px;
	margin: 0;
	font-weight: 700;
	color: #1b73bb
}
.bnr_txt_2 {
	width: auto;
	position: absolute;
	right: 50px;
	top: 40%;
	max-width: 360px
}
.bnr_txt_2 label {
	font-size: 32px;
	line-height: 36px;
	margin: 0;
	font-weight: 700;
	color: #1b73bb
}
.bnr_txt_1 label a, .bnr_txt_2 label a {
	color: #1b73bb
}
.blog_content .box_listing {
	width: 100%;
	float: left;
	margin: 15px 0;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch
}
.blog_content .box_listing .box_left {
	flex: 0 0 30%;
	background: #f7f7f7;
	text-align: center;
	padding: 15px
}
.blog_content .box_listing .box_left label {
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: 600;
	color: #0d70c1;
	margin: 0 0 5px
}
.blog_content .box_listing .box_left figure {
	width: 100%;
	float: left;
	margin: 0
}
.blog_content .box_listing .box_left figure img {
	max-width: 100%;
	max-height: 120px;
	width: auto
}
.blog_content .box_listing .box_right {
	flex: 0 0 70%;
	padding: 15px;
	border: solid 1px #eee
}
.blog_content .box_listing .box_right p {
	margin: 0
}
.top_fltr {
	width: 100%;
	float: left;
	padding: 15px
}
.top_fltr h4 {
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: 700;
	color: #0e67b0;
	margin: 15px 0 10px
}
.top_fltr .pro_cat {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap
}
.top_fltr .pro_cat label {
	margin-right: 15px
}
.select_cat, .select_pro {
	display: none
}
.select_cat.active, .select_pro.active {
	display: block
}
.fix_rgt {
	position: fixed;
	top: 145px;
	width: 100%;
	max-width: 285px;
	z-index: 500
}
.share_page_area {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 30px
}
.blog_detail_left h3 {
	font-size: 22px;
	width: 100%;
	float: left;
	color: #0289cb;
	font-weight: 600
}
.share_page_area ul.share_list {
	width: 100%;
	float: left;
	text-align: center
}
.share_page_area ul.share_list li {
	width: auto;
	display: inline-block;
	margin: 5px;
	float: none;
	text-align: center
}
.share_page_area ul.share_list li a {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 8px;
	box-shadow: 0 0 5px 0 #696969;
	display: inline-block;
	font-size: 18px
}
.share_page_area ul.share_list li a.fb {
	background: #1877f2
}
.share_page_area ul.share_list li a.twit {
	background: #1da1f2
}
.share_page_area ul.share_list li a.fb_msg {
	background: #fff
}
.share_page_area ul.share_list li a.telegram {
	background-image: linear-gradient(0deg, #229fda 0, #29aaec 100%)
}
.share_page_area ul.share_list li a.whatsapp {
	background: #4fc95e
}
.share_page_area ul.share_list li a i {
	font-size: 48px!important;
	vertical-align: middle;
	color: #fff
}
.share_page_area ul.share_list li img {
	max-height: 48px;
	width: auto
}
.msg-box_al {
	width: 100%;
	float: left
}
.alert.alert-success {
	width: 50%!important
}
.like_post_area a {
	background: #0e66ae;
	padding: 10px 15px;
	display: inline-block;
	margin-top: 10px;
	color: #fff;
	border-radius: 5px
}
.like_post_area a:hover {
	background: #1a98ff;
	color: #fff
}
.pro_tbl_main tr td img {
	width: 200px;
	height: 170px
}
figure.mid_img_bnr img {
	width: 100%;
	height: 366px
}
.select_dosase ul li input {
	margin-right: 10px
}
.desk__hibe {
	display: none
}
ul.trail-para {
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding-left: 2px;
}
ul.trail-para li {
	list-style: none;
	width: 100%;
	float: left;
	text-align: justify;
	font-size: 18px;
	letter-spacing: .50px;
	line-height: 27px;
	margin: 5px 0px;
}
ul.trail-para li strong {
	font-weight: 600;
}
ul.trail-para li strong i {
	font-size: 20px;
}
.product_main_area .left_side figure .bst-trail {
	max-width: 100%;
	max-height: 300px;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.txt_area p {
	margin-bottom: 20px !important;
}
.trail-bnr {
	position: absolute;
	top: 70px;
	left: 30% !important;
	border: 1px solid #fff;
	padding: 15px;
	text-align: center;
	z-index: 99; max-width:450px; background:rgb(47 69 143 / 30%);
}
.trail-bnr a:hover {
	color: #000;
}
.trail-bnr span {
	font-size: 20px;
	margin-bottom: 0px;
	line-height: 30px; font-weight:600; width:100%; float:left;
	color: #fff;
}
.trail-bnr label {
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	float: left;
	line-height: 20px;
	margin: 5px 0px;
	color: #fff; 

}
.trail-bnr a {
	background: #fff;
	display: inline-block;
	padding: 3px 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 600; margin:20px 0 0;
}
.top_banner .carousel-caption {
	padding: 12% 0 0 0 !important;
}
.cta_pro span {
	font-weight: 500;
	border: 1px solid #ccc;
	display: inline-block;
	width: 60%;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
}

 @media screen and (min-width: 1600px) {
.top_banner .carousel-caption {
	padding: 9% 0 0 0 !important;
}
.trail-bnr {
	left: 41%;
}
}
@media screen and (min-width: 1900px) {
.top_banner .carousel-caption {
	padding: 7% 0 0 0 !important;
}
.trail-bnr {
	left: 44%;
}
}
@media screen and (min-width: 1700px) {
.top_banner .carousel-caption {
	padding: 14% 0 0 0 !important;
}
.trail-bnr {
	left: 37%;
}
}
@media screen and (min-width: 1800px) {
.top_banner .carousel-caption {
	padding: 14% 0 0 0 !important;
}
.trail-bnr {
	left: 37%;
}
}
 @media screen and (min-width: 2000px) {
.top_banner .carousel-caption {
	padding: 14% 0 0 0 !important;
}
.trail-bnr {
	left: 37% !important;
}
}
.trial-pack {
	border: solid 1px #f2f2f2;
	padding: 15px;
}
figure.trail-image.cat-img img {
	max-width: 100%;
}
.trial-pack a {
	width: 100%;
	background: #1b73bb;
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px 0px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
}
.trial-pack a:hover {
	background: #000;
}
.trial-pack.desktop {
	display: none;
}
.trial-pack-destop {
	display: none;
}
.trial-pack h2 {
	font-size: 22px;
	text-align: center;
}
figure.trail-image.cat-img {
	margin-bottom: 0px;
}
ul.trail-para.product-box {
	width: 100%;
	float: left;
	margin: 10px 0 15px 0 !important;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 25px;
}
ul.trail-para.product-box li {
	flex: 0 0 32%;
	background: #eaeaea;
	margin: 0 0 0px 0;
	padding: 8px !important;
	border: 1px dashed #0e67b0;
	border-radius: 5px;
	font-size: 14px;
	line-height: 20px;
}
ul.trail-para.product-box li strong {
	display: block;
}
ul.trail-para.product-box li strong i {
	display: none;
}
.note_area.note1 {
	margin: 15px 0px !important;
}
ul.trail-para.product-box li figure {
	float: left;
	width: 20%;
	line-height: 70px;
	margin-bottom: 0px;
}
.pro-box-pay {
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 70px;
	justify-content: center;
}
.modal-title {
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1b73bb;
    font-weight: 700;
}
.pop_txt {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 10px;
}
.pop_txt p {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 20px;
    margin: 0 0 15px;
    font-weight: 500;
}
.pop_txt p b {
    font-weight: 700;
    margin: 0 0 5px;
    display: block;
    text-transform: capitalize;
}
.pop_txt a.shop_now {
    background: #1b73bb;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
}
ul.pop_pro {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    background: #f6f8fb;
    padding: 10px 15px 20px;
    border-radius: 5px;
    border: 1px solid #eee;
}
ul.pop_pro li h3 {
    font-size: 20px;
    font-weight: 600;
}
a.cart {
 background: #1b73bb;
    padding: 7px 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    font-size: 14px;
}
ul.pop_pro figure {
    margin: 12px 0px 15px;
}
.card_width {
    display: flex;
    justify-content: center;
    align-items: center;
}
.card_details_main .check_first figure {
  margin-bottom: 0;
    margin-left: 10px;
}

.quick_checkout{ width:100%; float:left;  display: flex; flex-flow: row wrap; align-items: stretch; border:solid 1px #0d6bb7; margin:10px 0 30px;}
.quick_checkout .img_area{ flex:0 0 30%; display:flex; align-items:center; justify-content:center; padding:0 15px;}
.quick_checkout .img_area img{ max-width:100%; height:auto; width:auto;}
.quick_checkout .pro_part_area{ flex:0 0 70%; padding:25px 15px;}
.quick_checkout .pro_part_area .pro_qty{ width:100%; float:left;  display: flex; flex-flow: row wrap; align-items:center; margin:0 0 25px;}
.quick_checkout .pro_part_area .pro_qty h4{ flex:0 0 100%;font-size:24px; font-weight:600; text-transform:uppercase; margin:0 0 5px;}
.quick_checkout .pro_part_area .pro_qty h5{ flex:0 0 120px; text-transform:uppercase; font-size:18px; font-weight:500; }

.pro_qty ul.pro_strength { display: flex; flex-flow: row wrap; align-items: stretch; padding:0; margin:0 0px;}
.pro_qty ul.pro_strength li {  list-style: none;  color: #000; font-weight:500; margin:0 8px 5px 0;  padding:0 0px;  height: 35px; border:solid 2px #000;  width: auto;   line-height: 35px; cursor:pointer; text-align:center; line-height:35px; position:relative; text-transform:uppercase;}
.pro_qty ul.pro_strength li input[type=radio]{ width:100%; height:100%; position:absolute; left:0; top:0; opacity:0; visibility:hidden;}
.pro_qty ul.pro_strength li label.radio_btn_2{ cursor:pointer; width:100%; margin:0; text-align:center; position:relative; z-index:5; margin:0; font-size:18px; padding:0 20px; }
.pro_qty ul.pro_strength li.active, .pro-size ul li:hover{ border:solid 2px #0c71c3; color:#0c71c3; }

.pro_qty ul.pro_strength li label.radio_btn_3{ cursor:pointer; width:100%; margin:0; text-align:center; position:relative; z-index:5; margin:0; padding:0 0 0 30px; font-size:16px; }

.pro_qty ul.pro_strength li label.radio_btn_3 input { position: absolute; opacity: 0; cursor: pointer;}

.pro_qty ul.pro_strength li label.radio_btn_3 .checkmark { position: absolute; top:5px; left: 0; height: 25px; width: 25px; background-color: #eee;}

.pro_qty ul.pro_strength li label.radio_btn_3:hover input ~ .checkmark { background-color: #ccc;}

.pro_qty ul.pro_strength li label.radio_btn_3 input:checked ~ .checkmark { background-color: #2196F3;}

.pro_qty ul.pro_strength li label.radio_btn_3 .checkmark:after { content: ""; position: absolute; display: none;}

.pro_qty ul.pro_strength li label.radio_btn_3 input:checked ~ .checkmark:after { display: block;}


.pro_qty ul.pro_strength li label.radio_btn_3 .checkmark:after { left: 9px; top: 5px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  transform: rotate(45deg);}

.pro_qty ul.pro_strength.pro_name_list li{ border:none; background:#e2e1e1; border-radius:35px; font-size:14px; }
.pro_qty ul.pro_strength.pro_name_list li.active{ background:#0c71c3; color:#fff;}
.pro_qty ul.pro_strength.pro_name_list li label.radio_btn_2{ font-size:14px;}

.pro_qty ul.pro_strength.pill_str li{ border:none; background:#none;  padding:0 10px 0 0; }

.select_pro_med {
    width: 100%;
    float: left;
    height: 321px;
    overflow: scroll;
}
.price_part{ width:100%; float:left; display:flex; align-items:center; margin:8px 0px 0;}
.price_part .price_left{ width:auto; float:left; margin-right:30px; font-weight:700; color:#0c71c3; font-size:36px; line-height:28px;  }
.price_part .price_left span{ display:block; font-size:15px; font-weight:600; font-style:italic; color:#000; text-transform:uppercase; letter-spacing:0px;}
.price_part .check_rgt{ width:auto; float:left;}
.price_part .check_rgt button{ width:auto; font-size:18px; font-weight:700; height:50px; background:#0c71c3; padding:0 30px; color:#fff; border:none; cursor:pointer;}
@media only screen and (max-width: 600px) {
figure.trail-image {
	line-height: 200px !important;
}
.note_area.note1 {
    margin: 0px 0px 15px !important;
}
.trial-pack-destop {
	display: unset !important;
	background: #fff;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
}
figure.trail-image.cat-img {
	line-height: 85px !important;
	margin-bottom: 0;
}
.trial-pack-destop a {
	font-weight: 600;
	font-size: 20px;
	color: #1b73bb;
	line-height: 22px;
}
.trial-pack {
	display: none;
}
.top_banner .carousel-caption {
	padding: 20% 0 0 0 !important;
}
.trail-bnr {
	position: absolute;
	top: 2px;
	left: 25%;
	padding: 3px;
}
.trail-bnr h1 {
	font-size: 18px;
	margin-bottom: 0px;
	line-height: 18px;
	color: #fff;
}
.trail-bnr label {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	float: left;
	line-height: 14px;
	margin: 5px 0px;
	color: #fff;
}
.trail-bnr a {
	background: #fff;
	display: inline-block;
	padding: 2px 10px;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
}
ul.trail-para {
	margin: 0px 0px 16px 0px;
}
.product_main_area .left_side .cta_pro button {
	width: 100% !important;
}
ul.trail-para.product-box li {
	flex: 0 0 100% !important;
	background: #eaeaea;
	margin: 0px 0px 10px 0px !important;
	padding: 8px !important;
	border: 1px dashed #0e67b0;
	border-radius: 5px;
}
p{
    font-size:16px !important;
    line-height:26px;
}
ul li{
    font-size:16px !important;
    line-height:26px;
}
ul.main_menu.nav_right li a {
    padding: 10px 15px !important;
}
nav ul li ul.drop1_list li {
    padding: 0 0px !important;
}
.box_1.ed_box li a{
     padding: 10px 10px !important;
}
.contact_form h1 {
    margin: 10px 0px;
    font-size: 28px;
}
.cat_box_area a.main_btn {
    padding: 5px 15px;
    font-size: 14px;
}
}
.home_coupon{ position:absolute; right:0px; bottom:50px; max-width:30%;}

.coupon_area_cat{ width:100%; float:right; border-radius:8px;	border: dashed 0px #eb0606; max-width:400px;
	 display:flex; flex-flow:row; align-items:center; justify-content:space-between; padding:5px 10px; margin:10px 0 0px ; background: #f1f8ff; border:dashed 1px #1b73bb}
.coupon_area_cat p{ font-size:18px !important; font-weight:700; margin:0; text-align: left; color:#000; text-transform:uppercase; line-height:20px; font-style:italic;}
.coupon_area_cat h4{ font-weight:700; font-size:16px; text-transform:uppercase; color:#057793; margin:5px 0 5px; }
.coupon_area_cat h4{ font-weight:700; font-size:16px; text-transform:uppercase; color:#000; margin:0px 0 5px; text-align:center; }
.coupon_area_cat .coupon_box{ font-size:24px; background:#1b73bb; color:#fff; padding:5px 10px; display:inline-block; border:dashed 1px #fff; font-weight:700; line-height:24px; letter-spacing:2px; }
.home_coupon .coupon_area_cat { max-width:350px;}

@media only screen and (max-width: 600px) {
    .product_main_area .left_side .cta_pro{ flex-flow:wrap;}
.home_coupon{ max-width:100%; float:left; padding:0px 10px 10px; position:static;}    
.trail-bnr{ height:175px !important;}
  .top_banner .bst-bnr-email img {
    min-height: 50px;
    height: 50px;
}
.bst-bnr-email {
    position: absolute;
    left: 1%;
    bottom: 1px;
}
    .top_banner .carousel-caption h1 {
    font-size: 13px !important;
}
.price__select select {
    height: 36px;
    border-radius: 4px;
    width: 85px;
    margin-left: 1px;
    border: 1px solid #0b7ad4;
    color: #fff;
    font-weight: 600;
    padding-left: 10px;
    background: #0985e9 url(../images/select_red_arrow.png) no-repeat right 20px top 17px;
}
}