body {
	font-family: Nunito, sans-serif;
	outline: 0;
	position: relative;
	font-size: 16px;
	text-rendering: optimizelegibility;
	word-wrap: break-word;
	font-smooth: always;
	font-weight: 300;
	webkit-font-smoothing: antialiased;
	letter-spacing: .5px;
	color: #000
}
aside, div, footer, header, input, label, li, section, ul, ul li {
	box-sizing: border-box
}
h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	font-weight: 700
}
.copy_link img {
    width: 100%;
}
label.show_mb {
    display: none;
}
select::-ms-expand {
display:none
}
.modal-title {
	font-size: 20px;
	line-height: 24px;
	text-transform: capitalize;
	color: #08c763
}
.site__map__noo li{
	flex: 0 0 23% !important;
}
.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: 600;
	letter-spacing: .5px;
	line-height: 20px;
	margin: 0 0 15px
}
.pop_txt p b {
	font-weight: 700;
	margin: 0 0 5px;
	display: block;
	text-transform: capitalize
}
.pop_txt a.shop_now {
	background: #08c763;
	padding: 10px 30px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 700;
	font-size: 16px;
	display: inline-block
}
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;
	border: solid 1px #eee;
	height: 40px;
	color: #333;
	font-size: 14px;
	padding: 0 15px;
	position: relative;
	background: url(../images/select_arrow2.png) no-repeat right 10px top 15px
}
select option {
	font-size: 14px;
	padding: 5px 0;
	font-weight: 400
}
.container {
	max-width: 1170px
}
.country_area {
	width: auto;
	float: right;
	margin: 16px 0 0;
	text-align: right
}
.country_area .dropdown {
	width: auto;
	display: inline-block
}
.country_area .dropdown label {
	width: 100%;
	float: left
}
.country_area .dropdown button.btn {
	background: 0 0;
	color: #fff;
	background: #08c763;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 0;
	width: 145px;
	border-radius: 0
}
.country_area .dropdown button.btn:focus {
	outline: 0;
	box-shadow: none
}
.country_area .dropdown-menu.show {
	right: -8px;
	left: inherit!important;
	font-size: 14px
}
header .searc_area {
	width: auto;
	float: right;
	margin: 15px 20px 0;
	position: relative
}
header .searc_area input {
	min-width: 300px;
	height: 40px;
	border: solid 1px #f1f1f1;
	border-radius: 25px 0 0 25px;
	float: left;
	padding: 0 20px
}
header .searc_area button {
	min-width: auto;
	height: 40px;
	border: solid 1px #f1f1f1;
	border-radius: 0 25px 25px 0;
	float: left;
	padding: 0 20px;
	background: #08c763;
	color: #fff;
	cursor: pointer
}
header .searc_area button:hover {
	background: #edb500
}
header .trustpilot {
	width: auto;
	float: right;
	margin: 23px 20px 0 0
}
header {
	width: 100%;
	float: left;
	color: #000;
	padding: 0 0
}
header .logo_area {
	width: 100%;
	float: left;
	padding: 10px 0;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left
}
header .logo_area a {
	color: #1ab642
}
header .logo_area a:hover {
	background: 0 0
}
header .logo_area img {
	max-width: 100%;
	height: auto;
	width: auto
}
nav {
	width: 100%;
	float: left;
	background: #f7f7f7;
	height: auto;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 0;
	position: relative;
	font-weight: 400
}
nav ul {
	padding: 0;
	margin: 0 0 0;
	width: auto;
	float: left;
	text-align: left;
	letter-spacing: .5px;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between
}
nav ul li {
	flex: auto;
	position: relative;
	padding: 0 0
}
nav ul li a {
	width: auto;
	padding: 8px 8px 8px;
	display: block;
	color: #000;
	transition: ease-in .3s;
	text-align: center
}
nav ul li:last-child a {
	border: none
}
nav ul li:hover a {
	color: #fff;
	background: #08c763;
	border-radius: 0
}
nav ul li ul.drop1_list {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 999;
	width: 200px;
	top: 42px;
	box-shadow: 0 0 5px 0 #999;
	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
}
nav ul li ul.drop1_list li {
	display: inline;
	position: relative;
	width: 100%
}
nav ul li ul.drop1_list li:last-child a {
	border-bottom: 0 solid #ffefee
}
nav ul li ul.drop1_list li a {
	display: block;
	padding: 8px 15px;
	color: #000;
	text-transform: inherit;
	text-align: left;
	background-color: #fff;
	border-bottom: 1px solid #e5e6e7;
	border-radius: 0;
	font-size: 14px;
	font-weight: 400;
	width: 100%
}
nav ul li ul.drop1_list li:hover a {
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	background-color: #1ab642;
	color: #fff
}
nav ul li span.clck_nav {
	width: auto;
	position: absolute;
	right: 10px;
	display: none;
	visibility: hidden;
	cursor: pointer;
	top: 6px;
	font-size: 16px
}
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)
}
nav ul li ul.drop1_list li ul {
	left: 201px!important;
	top: 0;
	width: 220px;
	box-shadow: 0 0 5px 0 #999;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	position: absolute;
	background: #fff;
	display: none
}
nav ul li ul.drop1_list li:hover ul {
	opacity: 1;
	visibility: visible;
	display: block
}
nav ul li ul.drop1_list li ul li a {
	width: 100%;
	float: left;
	opacity: 1;
	visibility: visible;
	background: #fff!important;
	color: #000!important;
	border-right: none
}
nav ul li ul.drop1_list li ul li a:hover {
	background-color: #1ab642!important;
	color: #fff!important
}
nav ul li.blg_nv, nav ul li.faq_nv {
	position: relative
}
nav ul li ul.products_nav {
	width: 650px;
	box-shadow: 0 6px 9px 3px #afafaf;
	border-top: solid 3px #edb500;
	background: #fff;
	border-radius: 5px;
	overflow: hidden
}
nav ul li ul.products_nav .box_1 {
	width: 185px;
	float: left;
	padding: 10px 0 10px 15px
}
nav ul li ul.products_nav .box_1 li {
	border: none;
	margin: 8px 0;
	display: inline-block
}
nav ul li ul.products_nav .box_1 li a {
	padding: 0 0;
	border: none;
	font-size: 16px
}
nav ul li ul.products_nav .box_1 li a.view_all {
	width: 100%;
	text-align: center;
	border: solid 1px #08c763;
	color: #08c763;
	padding: 6px 10px;
	border-radius: 3px
}
nav ul li ul.products_nav .box_1 li a:hover {
	background: 0 0;
	color: #edb500
}
nav ul li ul.products_nav .box_1 li a.view_all:hover {
	color: #edb500;
	border: solid 1px #edb500
}
nav ul li ul.products_nav .box_2 {
	width: calc(100% - 185px);
	float: left;
	text-align: right;
	overflow: hidden
}
nav ul li ul.products_nav .box_2 a.nav_link {
	padding: 0;
	background: 0 0;
}

nav ul li ul.products_nav .box_2 img {
	max-width: 100%;
	height: 100%;
	width: auto
}
.hidden_now {
	display: none
}
.mobile_nav {
	width: 100%;
	float: right;
	background: 0 0;
	border: solid 0 #fff;
	border-width: 0;
	height: 28px;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 0;
	cursor: pointer;
	display: none;
	top: 0
}
.nav_right {
	left: 0;
	text-align: left;
	z-index: 9999;
	background: #fff;
	-webkit-animation: menu .7s;
	animation: menu .7s;
	top: 40px;
	min-width: 300px;
	box-shadow: 0 0 5px 0 #ccc
}
@keyframes menu {
0% {
opacity:.6;
left:-320px
}
100% {
opacity:1;
left:0
}
}
@-webkit-keyframes menu {
0% {
opacity:.6;
left:-320px
}
100% {
opacity:1;
left:0
}
}
.cart_area_top {
	width: auto;
	float: right;
	background: #08c763;
	display: block;
	position: relative
}
.cart_area_top a {
	display: block;
	width: 100%;
	color: #fff;
	padding: 8px 10px 6px;
	vertical-align: middle;
	position: relative;
	z-index: 500
}
.cart_area_top img {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	max-height: 20px;
	width: auto
}
.cart_area_top span {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #edb500;
	color: #fff;
	font-size: 10px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
	text-align: center
}
.cart_area_top label {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
	vertical-align: middle;
	margin: 0
}
.top_banner {
	width: 100%;
	float: left;
	position: relative;
	background: url(../images/banner_2.jpg) no-repeat right top;
	padding: 45px 0 35px
}
.overlay_bg {
	width: 50%;
	float: left;
	background: rgba(255,255,255,0);
	padding: 0 0
}
.top_banner img {
	width: 100%;
	height: auto
}
.top_banner h1, .top_banner label {
	width: 100%;
	float: left;
	color: #000;
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 20px;
	position: relative;
	line-height: 36px;
	padding: 0 0 15px
}
.top_banner h1::after, .top_banner label::after {
	content: "";
	width: 60px;
	height: 6px;
	border-radius: 4px;
	background: #08c763;
	position: absolute;
	left: 0;
	bottom: 0
}
.top_banner ul {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: 400
}
.top_banner ul li {
	width: 100%;
	float: left;
	padding: 5px 0
}
.top_banner ul li i {
	color: #08c763
}
.top_banner a {
	display: inline-block;
	background: #4472c3;
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	position: relative
}
.top_banner .carousel-indicators {
	bottom: 50px;
	margin: 0
}
.top_banner .carousel-indicators li {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	cursor: pointer;
	background: 0 0;
	border: solid 1px #fff
}
.top_banner .carousel-indicators li.active {
	background: #fff
}
.inner_banner {
	width: 100%;
	float: left;
	position: relative;
	border-bottom: solid 0 #f1f1f1
}
.inner_banner img {
	width: 100%
}
.inner_banner img {
	width: 100%;
	height: auto
}
.inner_banner .carousel-caption {
	width: 100%;
	height: auto;
	left: 0;
	top: 25%;
	text-align: left;
	text-shadow: none;
	color: #000;
	letter-spacing: .5px;
	padding: 0 0
}
.inner_banner .carousel-caption label {
	width: 100%;
	float: left;
	color: #000;
	max-width: 430px;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 20px;
	position: relative;
	line-height: 45px;
	padding: 0 0 15px
}
.inner_banner .carousel-caption p {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 24px
}
.inner_banner .carousel-caption ul {
	width: 100%;
	float: left;
	font-size: 28px;
	font-weight: 400
}
.inner_banner .carousel-caption ul li {
	width: 100%;
	float: left;
	padding: 10px 0
}
.inner_banner .carousel-caption ul li i {
	color: #08c763
}
.select_pills {
	width: 100%;
	float: left;
	text-align: center;
	background: #08c763;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	border: dashed 1px #ccc;
	margin: 25px 0 0
}
.select_pills .select_area {
	width: auto;
	display: inline-block;
	text-align: left
}
.select_pills .select_area h3 {
	font-size: 24px;
	margin: 0 0 5px
}
.select_pills .select_area select {
	border-bottom: solid 2px #fff;
	border-width: 0 0 2px 0;
	color: #fff;
	font-size: 26px;
	width: auto;
	min-width: 350px;
	padding: 0 10px;
	min-height: 50px;
	background: url(../images/select_arrow.png) no-repeat right transparent;
	padding-right: 40px;
	font-weight: 700
}
.select_pills .select_area p {
	font-size: 22px;
	margin: 0
}
.select_pills .select_area select option {
	font-size: 20px;
	color: #000;
	padding: 10px
}
.select_pills .cta_area {
	width: auto;
	display: inline-block;
	text-align: left;
	padding: 15px;
	vertical-align: top
}
.select_pills .cta_area a {
	background: #edb500;
	color: #fff;
	padding: 15px 35px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 30px
}
.select_pills .cta_area a:hover {
	background: #fff;
	color: #edb500
}
.how_it_work {
	width: 100%;
	float: left;
	padding: 50px 0 30px;
	text-align: center
}
.how_it_work h1, .how_it_work h2 {
	color: #434343;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 35px;
	font-size: 32px
}
.how_it_work h1::after, .how_it_work h2::after {
	width: 55px;
	height: 4px;
	background: #1ab642;
	content: '';
	position: absolute;
	bottom: -20px;
	left: 47%
}
.how_it_work p {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 26px
}
.how_it_work p a, a.extra_link {
	color: #353535
}
.how_it_work ul.listing {
	width: 100%;
	float: left;
	margin: 15px 0 35px;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	padding: 0 30px
}
.how_it_work ul.listing li {
	flex: 0 0 30%;
	max-width: 30%;
	text-align: left;
	margin: 0 0;
	border: solid 1px #f1f1f1;
	border-radius: 5px;
	transition: ease-in .3s;
	border: solid 4px #4472c3;
	border-radius: 0 15px 15px 15px;
	padding: 25px 25px 25px 30px;
	position: relative
}
.how_it_work ul.listing li:nth-child(2) {
	border-color: #08c763
}
.how_it_work ul.listing li:nth-child(3) {
	border-color: #edb500
}
.how_it_work ul.listing li::before {
	content: "1";
	position: absolute;
	font-size: 90px;
	color: #4273c5;
	left: -35px;
	top: 10px;
	line-height: 90px;
	font-weight: 800
}
.how_it_work ul.listing li:nth-child(2)::before {
	content: "2";
	color: #08c763
}
.how_it_work ul.listing li:nth-child(3)::before {
	content: "3";
	color: #edb500
}
.how_it_work ul.listing li p {
	font-size: 18px;
	margin: 0
}
.how_it_work ul.listing li figure {
	width: 100%;
	float: left;
	margin: 0 0 10px;
	overflow: hidden
}
.how_it_work ul.listing li figure img {
	max-width: 100%;
	transition: ease-in .3s
}
.how_it_work ul.listing li:hover img {
	transform: scale(1.1)
}
.how_it_work ul.listing li h4 {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px;
	color: #434343
}
.how_it_work ul.listing li p.price {
	color: #df1f26;
	font-size: 18px
}
.faq_home_area {
	width: 100%;
	float: left;
	padding: 50px 0;
	border-top: solid 4px #edb500
}
.faq_home_area h2 {
	color: #434343;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 50px;
	width: 100%;
	float: left;
	text-align: center;
	font-size: 28px
}
.faq_home_area h2::after {
	width: 55px;
	height: 4px;
	background: #1ab642;
	content: '';
	position: absolute;
	bottom: -20px;
	left: 48%
}
.faq_home_area ul {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin: 0 0 30px 0;
	padding: 0
}
.faq_home_area ul.left_pd {
	padding-left: 100px
}
.faq_home_area ul li {
	width: 100%;
	float: left;
	padding: 8px 0 8px 30px;
	position: relative
}
.faq_home_area ul li a {
	color: #000
}
.faq_home_area ul li::before {
	position: absolute;
	content: "\f0a4";
	font-family: fontawesome;
	font-size: 20px;
	left: 0
}
.sleeping_products_area {
	width: 100%;
	float: left;
	background: #08c763;
	color: #fff;
	padding: 40px 0
}
.sleeping_products_area h2 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 50px;
	text-align: center;
	font-size: 32px
}
.sleeping_products_area h2::after {
	width: 55px;
	height: 4px;
	border-radius: 3px;
	background: #fff;
	content: '';
	position: absolute;
	bottom: -20px;
	left: 47%
}
.sleeping_products_area ul.listing {
	width: 100%;
	float: left;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	padding: 0 0
}
.sleeping_products_area ul.listing li {
	flex: 0 0 33.33%;
	max-width: 33.3%;
	text-align: center;
	border-right: solid 1px #18a73d;
	padding: 0 15px 0;
	position: relative
}
.sleeping_products_area ul.listing li figure {
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	border: solid 2px #fff
}
.sleeping_products_area ul.listing li figure img {
	width: 120%
}
.sleeping_products_area ul.listing li:last-child {
	border: none
}
.sleeping_products_area ul.listing li h2, .sleeping_products_area ul.listing li h3 {
	width: 100%;
	float: left;
	margin: 0 0 15px;
	font-size: 24px;
	font-weight: 400;
	text-transform: capitalize
}
.sleeping_products_area ul.listing li h3 a {
	width: 100%;
	color: #fff;
	border: solid 1px #1dec80;
	padding: 5px 0;
	background: #04b357;
	border-radius: 5px;
	display: inline-block
}
.sleeping_products_area ul.listing li .box_info {
	width: 100%;
	float: left;
	color: #fff;
	padding: 0 0;
	transition: ease-in .3s
}
.sleeping_products_area ul.listing li .box_info h4 {
	width: 100%;
	float: left;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #000
}
.sleeping_products_area ul.listing li .box_info ul {
	width: 100%;
	float: left;
	margin: 0 0 15px
}
.sleeping_products_area ul.listing li .box_info ul li {
	padding: 5px;
	width: 50%;
	float: left;
	border: none;
	font-size: 15px;
	max-width: inherit
}
.sleeping_products_area ul.listing li .box_info ul li a {
	color: #fff;
	border: solid 1px #3efb98;
	width: 100%;
	display: block;
	padding: 5px 0;
	border-radius: 3px
}
.sleeping_products_area ul.listing li .box_info a.view_all {
	border: solid 0 #fff;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 20px;
	margin: 0 0 0;
	text-transform: uppercase;
	font-weight: 700;
	background: #edb500;
	width: 100%;
	float: left;
	text-align: center
}
.sleeping_products_area ul.listing li .box_info a.view_all:hover {
	background: #fff;
	color: #edb500
}
.content_area {
	width: 100%;
	float: left;
	padding: 50px 0 30px;
	background: #f7f7f7
}
.content_area .table {
	background: #fff;
	font-size: 13px
}
.content_area .table.no_bg {
	background: 0 0
}
.content_area .table.no_bg td {
	border: none;
	padding: 8px 15px 8px 0
}
.content_area .table tr td strong {
	font-weight: 700
}
.content_area .table tr td strong a {
	color: #08c763
}
.content_area .table tr td em {
	display: block
}
.content_area .table tr th:nth-child(1) {
	width: 160px
}
.content_area .table tr td a.info_faq {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	background: #08c763;
	border-radius: 15px;
	padding: 1px 10px;
	margin: 7px 0 0;
	color: #fff;
	font-size: 11px
}
.content_area .table tr td a.info_faq:hover {
	background: #edb500
}
.content_area .table tr td a.info {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	color: #696969
}
.content_area h2 {
	color: #434343;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 35px
}
.content_area h2::after {
	width: 55px;
	height: 4px;
	background: #1ab642;
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0
}
.content_area h3 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 15px 0 5px;
	font-size: 22px;
	text-transform: uppercase;
	color: #08c763
}
.content_area h4 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 15px 0 5px;
	font-size: 18px;
	color: #000;
	font-weight: 400
}
.content_area p {
	width: 100%;
	float: left;
	font-size: 19px;
	letter-spacing: .5px;
	line-height: 27px;
	text-align: left;
	padding: 0 0 15px;
	color: #000;
	margin: 0
}
.content_area p img {
	width: auto;
	float: left;
	margin: 8px 15px 10px 0;
	max-width: 300px
}
.content_area p strong {
	font-weight: 600
}
.content_area p a {
	color: #08c763
}
.content_area ul, .treatment_list ul {
	width: 100%;
	float: left;
	font-size: 19px;
	line-height: 27px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0
}
.content_area ul li, .treatment_list ul li {
	width: 100%;
	float: left;
	padding: 5px 0 5px 26px;
	position: relative
}
.content_area ul li::before, .treatment_list ul li::before {
	position: absolute;
	content: "\f0a4";
	font-family: fontawesome;
	font-size: 20px;
	left: 0
}
.content_area ul li a, .treatment_list ul li a {
	color: #000
}
.content_area .pdf_link_area {
	width: 100%;
	float: left;
	margin: 20px 0;
	border-top: solid 1px #ccc;
	padding: 20px 0 0
}
.content_area .pdf_link_area h2 {
	width: auto;
	float: left;
	font-size: 28px;
	margin: 0 0 8px
}
.content_area .pdf_link_area a {
	width: auto;
	float: right;
	background: #08c763;
	padding: 8px 15px;
	border-radius: 30px;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: .5px;
	font-weight: 600;
	font-size: 13px;
	display: inline-block
}
.content_area .pdf_link_area a:hover {
	background: #edb500
}
.content_area .coutry_list_home {
	width: 100%;
	float: left;
	padding: 10px 0
}
.content_area .coutry_list_home ul {
	width: 33%;
	float: left
}
.content_area .coutry_list_home ul li {
	position: relative;
	padding-left: 28px
}
.content_area .coutry_list_home ul li::before {
	background: url(../images/all_flags.png) no-repeat;
	content: "";
	width: 23px;
	height: 15px;
	position: absolute;
	top: 10px
}
.content_area .coutry_list_home ul li.austria::before {
	background-position: 0 0
}
.content_area .coutry_list_home ul li.belgium::before {
	background-position: -24px 0
}
.content_area .coutry_list_home ul li.bulgaria::before {
	background-position: -48px 0
}
.content_area .coutry_list_home ul li.croatia::before {
	background-position: -96px 0
}
.content_area .coutry_list_home ul li.czech::before {
	background-position: -72px 0
}
.content_area .coutry_list_home ul li.cyprus::before {
	background-position: -120px 0
}
.content_area .coutry_list_home ul li.denmark::before {
	background-position: -144px 0
}
.content_area .coutry_list_home ul li.estonia::before {
	background-position: -168px 0
}
.content_area .coutry_list_home ul li.finland::before {
	background-position: -192px 0
}
.content_area .coutry_list_home ul li.france::before {
	background-position: -216px 0
}
.content_area .coutry_list_home ul li.germany::before {
	background-position: 0 -16px
}
.content_area .coutry_list_home ul li.greece::before {
	background-position: -24px -16px
}
.content_area .coutry_list_home ul li.hungary::before {
	background-position: -48px -16px
}
.content_area .coutry_list_home ul li.ireland::before {
	background-position: -72px -16px
}
.content_area .coutry_list_home ul li.italy::before {
	background-position: -96px -16px
}
.content_area .coutry_list_home ul li.latvia::before {
	background-position: -120px -16px
}
.content_area .coutry_list_home ul li.lithuania::before {
	background-position: -144px -16px
}
.content_area .coutry_list_home ul li.luxembourg::before {
	background-position: -168px -16px
}
.content_area .coutry_list_home ul li.malta::before {
	background-position: -192px -16px
}
.content_area .coutry_list_home ul li.netherlands::before {
	background-position: -216px -16px
}
.content_area .coutry_list_home ul li.norway::before {
	background-position: 0 -32px
}
.content_area .coutry_list_home ul li.poland::before {
	background-position: -24px -32px
}
.content_area .coutry_list_home ul li.portugal::before {
	background-position: -48px -32px
}
.content_area .coutry_list_home ul li.romania::before {
	background-position: -72px -32px
}
.content_area .coutry_list_home ul li.slovakia::before {
	background-position: -96px -32px
}
.content_area .coutry_list_home ul li.slovenia::before {
	background-position: -120px -32px
}
.content_area .coutry_list_home ul li.spain::before {
	background-position: -144px -32px
}
.content_area .coutry_list_home ul li.sweden::before {
	background-position: -168px -32px
}
.content_area .coutry_list_home ul li.united_kingdom::before {
	background-position: -192px -32px
}
.see_country {
	width: auto;
	cursor: pointer;
	color: #000;
	font-weight: 500;
	border-bottom: solid 1px #000
}
.hide_country {
	width: auto;
	cursor: pointer;
	color: #000;
	font-weight: 500;
	display: none;
	border-bottom: solid 1px #000
}
.about_us_area table tr td a {
	color: #000
}
.about_us_area .top_head {
	width: 100%;
	float: left;
	margin: 0 0 10px;
	position: relative
}
.about_us_area .top_head .download_leaflet {
	width: auto;
	position: absolute;
	right: 0;
	top: 15px
}
.about_us_area .top_head .download_leaflet a {
	background: #08c763;
	padding: 12px 20px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 700
}
.about_us_area .top_head .download_leaflet a:hover {
	background: #edb500
}
.blog_home_area {
	width: 100%;
	float: left;
	padding: 50px 0;
	text-align: center;
	border-top: solid 1px #eee
}
.blog_home_area h2 {
	color: #434343;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 35px
}
.blog_home_area h2::after {
	width: 55px;
	height: 4px;
	background: #1ab642;
	content: '';
	position: absolute;
	bottom: -20px;
	left: 47%
}
.blog_home_area p {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 26px
}
.blog_area_home .cta_area, .blog_home_area .cta_area {
	width: 100%;
	float: left;
	margin: 0 0 0;
	text-align: center
}
.blog_area_home .cta_area a, .blog_home_area .cta_area a {
	background: #08c763;
	padding: 10px 25px;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
	display: inline-block
}
.blog_area_home .cta_area a:hover, .blog_home_area .cta_area a:hover {
	background: #edb500
}
.blog_home_area ul.listing {
	width: 100%;
	float: left;
	margin: 10px 0 35px;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	padding: 0 50px
}
.blog_home_area ul.listing li {
	flex: 0 0 48%;
	text-align: left;
	margin: 0 0;
	border: solid 1px #f1f1f1;
	border-radius: 0;
	transition: ease-in .3s;
	border: solid 1px #f1f1f1;
	padding: 0;
	position: relative;
	margin: 15px 0
}
.blog_home_area ul.listing li figure {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0
}
.blog_home_area ul.listing li h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 7px;
	color: #000
}
.blog_home_area ul.listing li p {
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	color: #333
}
.blog_home_area ul.listing li label {
	color: #08c763;
	font-weight: 600;
	font-size: 16px;
	margin: 5px 0 10px
}
.blog_home_area ul.listing li figure img {
	width: 100%;
	transition: ease-in .3s
}
.blog_home_area ul.listing li .dtls {
	width: 100%;
	float: left;
	padding: 20px
}
.blog_home_area ul.listing li:hover img {
	transform: scale(1.1)
}
.side_blog {
	width: 100%;
	float: left
}
.side_blog h2, .side_blog h3 {
	width: 100%;
	float: left;
	padding: 15px;
	background: #08c763;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px
}
.side_blog ul {
	width: 100%;
	float: left;
	padding: 8px 0
}
.side_blog ul li {
	width: 100%;
	float: left;
	border-bottom: solid 1px #eee;
	padding: 5px 0;
	font-weight: 600
}
.side_blog ul li a {
	padding: 10px 0;
	display: block;
	color: #000;
	font-weight: 600
}
.side_blog ul li span {
	float: right
}
.blog_home_area #accordion {
	width: 100%;
	float: left;
	text-align: left;
	margin: 15px 0 25px
}
.blog_home_area .card {
	background: 0 0;
	border: solid 1px #eee;
	border-width: 0 0 1px 0;
	width: 100%;
	border-radius: 0
}
.blog_home_area .card .collapse {
	padding: 0 0 25px
}
.blog_home_area .card h4 {
	width: 100%;
	cursor: pointer;
	color: #434343;
	position: relative;
	margin: 15px 0;
	font-size: 20px;
	text-transform: uppercase
}
.blog_home_area .card h4 a {
	width: 100%;
	color: #000
}
.blog_home_area .card h4::after {
	content: "\f107";
	font-family: Fontawesome;
	right: 0;
	top: 5%;
	position: absolute
}
.blog_home_area .card h4.collapsed::after {
	content: "\f105";
	font-family: Fontawesome;
	right: 0;
	top: 5%;
	position: absolute
}
.blog_home_area .card-body {
	padding: 0
}
.blog_home_area .card-body h3 {
	width: 100%;
	float: left;
	color: #1ab642;
	position: relative;
	margin: 15px 0;
	font-size: 20px;
	text-transform: capitalize
}
.blog_home_area .card-body p {
	width: 100%;
	float: left;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 24px;
	text-align: left;
	padding: 0 0 15px;
	color: #000;
	margin: 0
}
.blog_home_area .card-body p a {
	color: #000
}
.blog_home_area .card-body p strong {
	font-weight: 700
}
.blog_home_area .card-body ul {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0
}
.blog_home_area .card-body ul li {
	width: 100%;
	float: left;
	padding: 5px 0 5px 26px;
	position: relative
}
.blog_home_area .card-body ul li::before {
	position: absolute;
	content: "\f0a4";
	font-family: fontawesome;
	font-size: 20px;
	left: 0
}
.blog_home_area .card-body ul li a {
	color: #000
}
.blog_home_area .cta_pro {
	width: 100%;
	float: left;
	margin: 0 0 0;
	text-align: center
}
.blog_home_area .cta_pro a {
	background: #08c763;
	padding: 10px 25px;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
	display: inline-block;
	margin: 20px 0 0
}
.blog_home_area .cta_pro a:hover {
	background: #edb500
}
.blog_home_area .table tr td:nth-child(1), .blog_home_area .table tr th:nth-child(1) {
	text-align: left;
	width: 215px
}
.blog_home_area .table tr td, .blog_home_area .table tr th {
	text-align: center
}
.blog_home_area .table tr td a, .blog_home_area .table tr th a {
	color: #000
}
.blog_home_area .table tr th {
	font-size: 16px;
	font-weight: 700
}
.blog_home_area .table tr td.green {
	color: #1ab642
}
.newsletter_signup {
	width: 100%;
	float: left;
	background: #f1f1f1;
	background-size: cover;
	padding: 50px 0;
	text-align: left;
	color: #000
}
.newsletter_signup h3 {
	width: 100%;
	font-size: 20px;
	margin: 0 0 20px
}
.newsletter_signup .form_area {
	width: 100%;
	float: left;
	border-bottom: solid 1px #333;
	margin: 20px 0 0
}
.newsletter_signup input {
	width: calc(100% - 50px);
	float: left;
	height: 45px;
	background: 0 0;
	border: solid 0 #fff;
	padding: 0 0;
	font-size: 20px;
	color: #333;
	border-width: 0 0 0
}
.newsletter_signup input::placeholder {
color:#333
}
.newsletter_signup button {
	color: #08c763;
	border: none;
	width: 50px;
	height: auto;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	transition: ease-in .3s;
	background: 0 0;
	font-size: 36px
}
.newsletter_signup button:focus, .newsletter_signup button:hover {
	background: 0 0;
	color: #000;
	border: none;
	outline: 0
}
.newsletter_signup ul {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch
}
.newsletter_signup ul li {
	flex: 1;
	display: inline-block;
	margin: 5px 2px;
	text-align: center;
	background: #08c763;
	color: #fff
}
.newsletter_signup ul li figure {
	margin: 0 0 5px
}
.newsletter_signup ul li a {
	color: #fff;
	padding: 10px;
	display: block;
	line-height: 15px
}
footer {
	width: 100%;
	float: left;
	min-height: 300px;
	background: #1e2836;
	padding: 25px 0 0 0;
	color: #fff;
	border-top: solid 4px #edb500;
	font-weight: 400
}
footer h3 {
	width: 100%;
	float: left;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin: 25px 0 15px 0;
	color: #fff;
	text-align: left;
	padding: 0
}
footer .brdr_rgt {
	border: solid 1px #e9e9e9;
	border-width: 0 1px 0 0
}
footer .resource {
	width: 100%;
	float: left;
	height: auto;
	padding: 0 0 35px 0
}
footer .resource ul {
	width: 100%;
	float: left
}
footer .resource ul li {
	width: 100%;
	float: left;
	padding: 0 10px 0 0;
	letter-spacing: .5px;
	font-size: 13px
}
footer .resource ul li a {
	color: #bdbdbd;
	width: 100%;
	display: inline-block;
	padding: 6px 0;
	transition: ease-in .3s
}
footer .resource ul li a:hover {
	color: #fff
}
footer .half_ul ul li {
	width: 50%!important;
	float: left
}
footer .pay_list {
	width: 100%;
	float: right;
	color: #fff;
	padding: 20px 0 0 0
}
footer .pay_list img {
	max-width: 100%
}
footer .pay_list h3 {
	margin-top: 0
}
footer ul.social-icon {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 0 0
}
footer ul.social-icon li {
	width: auto!important;
	display: inline-block;
	margin: 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: #1ab642;
	width: 35px;
	height: 35px;
	border-radius: 50%
}
footer ul.social-icon li a:hover {
	color: #fff;
	background: #edb500
}
footer .last_footer {
	width: 100%;
	display: block;
	background: #0d1623;
	color: #fff;
	padding: 20px 0
}
footer .last_footer p {
	padding: 0;
	text-align: center;
	font-size: 12px;
	margin: 0
}
.scrollup {
	display: none;
	position: fixed;
	bottom: 4em;
	right: 15px;
	width: 45px;
	height: 45px;
	background: #08c763;
	color: #fff;
	line-height: 45px;
	font-family: fontawesome;
	transition: ease-in .3s all;
	z-index: 999;
	text-align: center;
	font-size: 20px
}
.scrollup:hover {
	background: #edb500;
	color: #fff
}
.treatment_list {
	width: 100%;
	float: left;
	padding: 0 0 50px 0
}
.treatment_list .mrgn_top {
	margin-top: 30px
}
.treatment_list h1 {
	width: 100%;
	text-align: left;
	margin: 0 0 15px;
	padding: 0 0 15px;
	color: #000;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: .5px;
	display: block;
	position: relative
}
.treatment_list h1::after {
	content: "";
	width: 60px;
	height: 6px;
	border-radius: 4px;
	background: #08c763;
	position: absolute;
	left: 0;
	bottom: 0
}
.sitemap_page_area {
	width: 100%;
	float: left
}
.sitemap_page_area h2 {
	width: 100%;
	text-align: left;
	margin: 15px 0 0;
	padding: 0 0 15px;
	color: #000;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: .5px;
	display: inline-block;
	position: relative
}
.sitemap_page_area h2::after {
	content: "";
	width: 60px;
	height: 6px;
	border-radius: 4px;
	background: #08c763;
	position: absolute;
	left: 0;
	bottom: 0
}
.treatment_list h2 {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 0 0;
	padding: 15px 0 5px;
	color: #08c763;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .5px;
	display: block;
	position: relative
}
.treatment_list p {
	width: 100%;
	float: left;
	font-size: 19px;
	letter-spacing: .5px;
	line-height: 27px;
	text-align: left;
	padding: 0 0 15px;
	color: #000;
	margin: 0
}
.treatment_list table td {
	font-size: 19px;
	line-height: 27px
}
.treatment_list p.font_19 {
	font-size: 19px;
	line-height: 27px
}
.treatment_list p a {
	color: #08c763
}
.treatment_list p strong {
	font-weight: 700
}
.treatment_list .cat_btn {
	width: 100%;
	float: left;
	text-align: center;
	margin: 15px 0 0
}
.treatment_list .cat_btn a {
	background: #08c763;
	padding: 8px 20px;
	border-radius: 30px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
	display: inline-block
}
.treatment_list .cat_btn a:hover {
	background: #edb500
}
.treatment_list .faq_btn {
	width: 100%;
	float: left;
	text-align: right;
	margin: 15px 0 0
}
.treatment_list .faq_btn a {
	background: #08c763;
	padding: 8px 10px;
	border-radius: 30px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
	display: inline-block
}
.treatment_list .faq_btn a:hover {
	background: #edb500
}
.about_us_area {
	width: 100%;
	float: left
}
.treatment_list h3, .treatment_list h4 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 15px 0 5px;
	font-size: 22px;
	color: #08c763
}
.about_us_area h2, .about_us_area h3 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 15px 0 5px;
	font-size: 22px;
	color: #08c763
}
.about_us_area h4 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 15px 0 5px;
	font-size: 18px;
	color: #000;
	font-weight: 400
}
.about_us_area p {
	width: 100%;
	float: left;
	font-size: 19px;
	letter-spacing: .5px;
	line-height: 27px;
	text-align: left;
	padding: 0 0 15px;
	color: #000;
	margin: 0
}
.about_us_area p a {
	color: #000
}
.about_us_area p strong {
	font-weight: 700
}
.about_us_area ul {
	width: 100%;
	float: left;
	font-size: 19px;
	line-height: 27px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0
}
.about_us_area ul li {
	width: 100%;
	float: left;
	padding: 5px 0 5px 26px;
	position: relative
}
.about_us_area ul li::before {
	position: absolute;
	content: "\f0a4";
	font-family: fontawesome;
	font-size: 20px;
	left: 0
}
.about_us_area ul li a {
	color: #000
}
.treatment_list h2.title_pro {
	width: 100%;
	float: left;
	text-align: left;
	margin: 15px 0 15px;
	padding: 0 0 15px;
	color: #000;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .5px;
	display: block;
	position: relative
}
.treatment_list h2.title_pro::after {
	content: "";
	width: 60px;
	height: 6px;
	border-radius: 4px;
	background: #08c763;
	position: absolute;
	left: 0;
	bottom: 0
}
#newsemailErr {
	display: block;
	font-weight: 700;
	width: 100%;
	float: left;
	margin: 10px 0 0
}
.product-box {
	width: 100%;
	float: left;
	border: 1px #ccc solid;
	margin: 15px 0
}
.product-box figure {
	width: 100%;
	float: left;
	padding: 15px; text-align:center;
	margin: 0
}
.product-box figure img {
	max-width: 100%; max-height:110px; width:auto;
	height: auto
}
.product-box .detail {
	width: 100%;
	float: left;
	padding: 0 10px 10px;
	min-height: 140px
}
.product-box .detail p {
	width: auto;
	margin: 5px 0;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	padding: 0
}
.product-box .detail h3 {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	color: #000;
	margin: 0 0 10px
}
.product-box .detail h3 a {
	color: #000
}
.product-box .detail h3 .download_leaflet {
	width: auto;
	position: absolute;
	right: 0;
	top: 0
}
.product-box .detail h3 .download_leaflet a {
	background: #08c763;
	padding: 4px 12px;
	border-radius: 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 700;
	font-size: 15px
}
.product-box .detail h3 .download_leaflet a:hover {
	background: #edb500
}
.product-box .detail p span {
	width: auto;
	font-size: 16px;
	font-weight: 500;
	color: #08c763
}
.buynowhere {
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
	position: relative;
	padding: 0 15px
}
.buynowhere .star_field {
	width: auto;
	position: absolute;
	top: 10px;
	right: 45px;
	color: red;
	font-size: 18px
}
.outofstock {
	background: #333!important
}
.outofstock a {
	font-size: 16px;
	color: #fff
}
.buynowhere select {
	width: 100%;
	float: left;
	height: 35px;
	border: solid 1px #ccc;
	font-size: 13px;
	padding: 0 50px 0 10px
}
.product-box .btn_area {
	width: 100%;
	float: left;
	border-top: solid 0 #f1f1f1;
	padding: 0 15px 10px
}
.product-box .btn_area a {
	width: 100%;
	display: inline-block;
	margin: 0 0 5px;
	border-radius: 0;
	border: solid 1px #fff;
	background: #edb500;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px 15px;
	color: #fff;
	text-align: center
}
.product-box .btn_area a:hover {
	background: #08c763
}
.breadcrumb_main {
	width: 100%;
	float: left;
	background: 0 0;
	border-bottom: solid 1px #f1f1f1;
	border-radius: 0;
	padding: 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: #51338b;
	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: #1ab642
}
.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: #1ab642
}
.contact_form ul li label.error {
	color: red
}
.pro_dtl_area {
	width: 100%;
	float: left;
	background: #fff;
	padding: 20px
}
.pro_dtl_area .bottom_area {
	width: 100%;
	float: left;
	margin: 15px 0 10px;
	border-top: solid 1px #eee;
	padding: 30px 0 0;
	text-align: center
}
.pro_dtl_area .bottom_area a {
	background: #08c763;
	padding: 10px 25px;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
	display: inline-block
}
.pro_dtl_area .bottom_area ul {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between
}
.pro_dtl_area .bottom_area ul li {
	width: auto;
	padding: 0
}
.pro_dtl_area .bottom_area ul li::before {
	display: none
}
.pro_dtl_area .bottom_area a:hover {
	background: #edb500
}
.how_work_area .bottom_area {
	width: 100%;
	float: left;
	margin: 15px 0 10px;
	border-top: solid 1px #eee;
	padding: 30px 0 0;
	text-align: center
}
.how_work_area .bottom_area a {
	background: #08c763;
	padding: 10px 25px;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
	display: inline-block
}
.how_work_area .bottom_area ul {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between
}
.how_work_area .bottom_area a:hover {
	background: #edb500
}
.content_area .bottom_area {
	width: 100%;
	float: left;
	margin: 25px 0 0;
	border-top: solid 1px #c3c3c3;
	padding: 30px 0 0;
	text-align: center
}
.content_area .bottom_area a {
	background: #08c763;
	padding: 10px 25px;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
	display: inline-block
}
.content_area .bottom_area ul {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	margin: 0;
	padding: 0
}
.content_area .bottom_area ul li {
	width: auto;
	float: none;
	padding: 0
}
.content_area .bottom_area ul li::before {
	display: none
}
.content_area .bottom_area a:hover {
	background: #edb500
}
.about_us_area .bottom_area {
	width: 100%;
	float: left;
	margin: 15px 0 10px;
	border-top: solid 0 #eee;
	padding: 15px 0 0;
	text-align: center
}
.about_us_area .bottom_area a {
	background: #08c763;
	padding: 12px 35px;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
	display: inline-block
}
.about_us_area .bottom_area a:hover {
	background: #edb500
}
.product_main_area {
	width: 100%;
	float: left
}
.product_main_area figure {
	width: 40%;
	float: left;
	border: solid 1px #f1f1f1;
	text-align: center;
	padding: 15px;
	margin: 0;
	line-height: 200px
}
.product_main_area figure img {
	max-width: 90%
}
.product_main_area .txt_area {
	width: 60%;
	float: left;
	padding: 0 0 0 20px;
	position: relative
}
.product_main_area .txt_area h1 {
	font-size: 22px;
	float: left;
	width: 100%;
	margin: 0 0 15px;
	color: #000;
	position: relative
}
.product_main_area .txt_area .download_leaflet {
	width: auto;
	position: absolute;
	right: 0;
	top: 0
}
.product_main_area .txt_area .download_leaflet a {
	background: #08c763;
	padding: 6px 12px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 700;
	font-size: 12px
}
.product_main_area .txt_area .download_leaflet a:hover {
	background: #edb500
}
.term_link {
	width: 50px;
	float: right
}
.term_link img {
	max-height: 50px
}
.product_main_area .txt_area p {
	width: 100%;
	float: left;
	text-align: justify;
	font-size: 18px;
	letter-spacing: .5px;
	line-height: 27px;
	margin: 0
}
.product_main_area .txt_area .note_img {
	width: calc(100% - 70px);
	float: left;
	border: dashed 1px #ccc;
	color: #000;
	padding: 7px 10px;
	font-size: 12px
}
.product_main_area .txt_area .note_img strong {
	font-weight: 700
}
.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-bordered td, .prodct_table_main .table-bordered th {
	border: solid 1px #eee
}
.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: #08c763;
	color: #fff;
	border-radius: 3px;
	padding: 3px 10px;
	cursor: pointer;
	transition: ease-in .3s
}
.prodct_table_main table tr td button:hover {
	background: #000
}
.seperator {
	width: 100%;
	float: left;
	border-bottom: solid 1px #eee;
	padding: 25px 0 0;
	margin: 0 0 25px
}
.product_other_info {
	width: 100%;
	float: left
}
.product_other_info h2, .product_other_info h3 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 15px 0 5px;
	font-size: 21px;
	color: #08c763
}
.product_other_info p {
	width: 100%;
	float: left;
	font-size: 19px;
	letter-spacing: .5px;
	line-height: 27px;
	text-align: left;
	padding: 0 0 15px;
	color: #000;
	margin: 0
}
.product_other_info p a {
	color: #000;
	font-weight: 600;
	color: #000
}
.product_other_info p strong {
	font-weight: 700
}
.product_other_info ul {
	width: 100%;
	float: left;
	font-size: 19px;
	line-height: 27px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0
}
.product_other_info ul li {
	width: 100%;
	float: left;
	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
}
.prodct_dtls_area figure {
	width: 100%;
	float: left;
	border: solid 1px #ccc;
	padding: 25px;
	text-align: center
}
.prodct_dtls_area figure img {
	max-width: 100%;
	max-height: 420px
}
.prodct_dtls_area h1 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
	color: #434343
}
.prodct_dtls_area label.price {
	font-size: 18px;
	font-weight: 700;
	margin: 15px 0 0;
	padding: 0 0 15px;
	border-bottom: solid 1px #ccc;
	width: 100%;
	float: left;
	margin: 0 0 15px
}
.prodct_dtls_area label.price span {
	color: #1ab642;
	font-size: 24px
}
.prodct_dtls_area .rating {
	width: 100%;
	float: left;
	text-align: left;
	color: #fad31e;
	margin: 0 0 10px;
	border-bottom: solid 1px #ccc;
	padding: 10px 0 10px
}
.prodct_dtls_area button {
	width: 250px;
	background: #1ab642;
	height: 50px;
	text-transform: uppercase;
	border: none;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer
}
.prodct_dtls_area button:hover {
	background: #434343
}
.inner_page_area {
	width: 100%;
	float: left;
	background: #fff;
	padding: 0 0 30px
}
.inner_page_area h1 {
	width: 100%;
	float: left;
	font-size: 32px;
	color: #000;
	text-transform: capitalize;
	letter-spacing: .5px;
	margin: 0 0 20px;
	position: relative;
	padding: 0 0 15px
}
.inner_page_area h1::after {
	content: "";
	width: 60px;
	height: 6px;
	border-radius: 4px;
	background: #08c763;
	position: absolute;
	left: 0;
	bottom: 0
}
.shopping_cart_area {
	width: 100%;
	float: left;
	color: #000
}
.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: #1ab642;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 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: #1ab642;
	border: solid 1px #1ab642
}
.shopping_cart_area .table-bordered thead th {
	text-align: center;
	background: #434343;
	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: #434343;
	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: #1ab642;
	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: #434343;
	transition: ease-in .3s
}
.shopping_cart_area .right_checkout .checkout_area .btn_shopping {
	background: #fff;
	color: #1ab642;
	border-radius: 25px;
	border: solid 1px #1ab642;
	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: #1ab642;
	color: #fff;
	transition: ease-in .3s
}
.checkout_details {
	width: 100%;
	float: left;
	border: solid 1px #f1f1f1;
	font-size: 14px;
	color: #000;
	font-weight: 300
}
.checkout_details h3 {
	width: 100%;
	float: left;
	background: #434343;
	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
}
.checkout_details ul li {
	flex: 0 0 50%;
	float: left;
	margin: 10px 0
}
.checkout_details ul li .form-control {
	width: 96%;
	height: 45px;
	border-radius: 0;
	font-size: 14px;
	font-weight: 300
}
.checkout_details ul li select {
	background: url(../images/select_arrow2.png) no-repeat right 10px top 18px #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: #434343;
	color: #fff;
	border-radius: 22px;
	border: none;
	font-size: 16px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-weight: 900;
	cursor: pointer;
	margin: 10px 0;
	width: auto;
	padding: 0 40px;
	height: 43px
}
.checkout_details .sbmt_area button:hover {
	background: #434343;
	transition: ease-in .3s
}
.payment_details {
	width: 100%;
	float: left;
	border: solid 0 #f1f1f1;
	font-size: 14px;
	color: #000;
	margin: 20px 0
}
.payment_details h3 {
	width: 100%;
	float: left;
	color: #000;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase
}
.payment_opt {
	text-align: center;
	padding: 10px 0;
	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: 1;
	vertical-align: top;
	float: none;
	height: auto;
	border: #ccc 1px solid;
	padding: 15px 10px;
	text-align: center;
	cursor: pointer;
	margin: 5px;
	min-width: auto;
	background: #fff
}
.payment_opt ul li figure {
	max-width: 100%;
	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 h4 {
	margin: 0 0 5px;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	padding-top: 0 0 5px;
	width: 100%;
	float: left
}
.payment_opt ul li figure {
	width: 100%;
	float: left;
	text-align: center;
	float: left;
	height: auto
}
.payment_opt ul li figure img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	float: none
}
.payment_opt ul li p {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #000;
	margin: 0
}
.payment_opt ul li p span {
	color: #08c763;
	font-weight: 600;
	font-size: 14px
}
.payment_opt ul li h4 span {
	font-size: 12px;
	color: red;
	font-weight: 400;
	line-height: 14px;
	display: inline-block;
	min-height: 25px
}
.payment_opt ul li figcaption h4 {
	margin: 0 0 5px;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	padding-top: 0 0 5px;
	width: 100%;
	float: left
}
.payment_opt ul li figcaption span {
	font-size: 12px;
	color: red;
	font-weight: 400;
	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: 13px;
	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%;
	font-weight: 300;
	font-size: 14px
}
.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;
	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_arrow2.png) no-repeat right 10px top 15px #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: #08c763;
	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;
	font-weight: 700
}
.process_btn button:hover {
	background: #434343;
	transition: .5s
}
.check_right {
	width: 100%;
	float: left;
	background: #fff;
	padding: 0 0 20px;
	color: #000
}
.my_cart table {
	background: #fff;
	margin-bottom: 0;
	border: #e4e2e2 1px solid;
	margin-bottom: 10px
}
.my_cart table th {
	background: #434343;
	text-align: center;
	color: #fff;
	padding: 10px!important;
	font-size: 16px;
	font-weight: inherit;
	font-weight: 600
}
.my_cart table td {
	text-align: center;
	color: #262627;
	font-size: 14px;
	padding: 16px 14px!important
}
.my_cart table td:nth-child(1), .my_cart table th:nth-child(1) {
	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: 10px 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), .contact_form ul li:nth-child(6), .contact_form ul li:nth-child(7) {
	width: 100%
}
.contact_form ul li.cust_subject {
	width: 100%;
	display: none
}
.contact_form ul li ul.query_type {
	width: 100%;
	float: left;
	margin: 10px 0
}
.contact_form ul li ul.query_type li {
	width: auto;
	display: inline-block;
	margin: 0 15px 0 0
}
.contact_form ul li ul.query_type li input[type=radio] {
	width: 15px;
	float: left
}
.contact_form ul li ul.query_type li label {
	width: auto;
	float: left;
	margin: 0 0 0 5px;
	line-height: 15px;
	font-weight: 400;
	cursor: pointer
}
.contact_form .sbmt_btn {
	width: auto;
	display: inline-block;
	float: left;
	margin: 10px 0 10px;
	border-radius: 3px;
	border: solid 1px #fff;
	background: #434343;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 15px;
	color: #fff;
	cursor: pointer
}
.contact_form .sbmt_btn:hover {
	background: #434343
}
.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: #08c763;
	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: #434343
}
.contact_area .address_area .details p {
	font-size: 16px;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #000
}
.about_us_area ul.policy_list {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between
}
.about_us_area ul.policy_list li {
	flex: 0 0 30%;
	border: solid 1px #eee;
	margin: 15px 0;
	text-align: center;
	transition: ease-in .3s
}
.about_us_area ul.policy_list li a {
	display: inline-block;
	padding: 15px;
	width: 100%
}
.about_us_area ul.policy_list li a i {
	font-size: 32px;
	color: #08c763
}
.about_us_area ul.policy_list li h4 {
	width: 100%;
	float: left;
	font-size: 20px;
	padding: 0;
	margin: 12px 0 0
}
.about_us_area ul.policy_list li::before {
	display: none
}
.about_us_area ul.policy_list li:hover {
	box-shadow: 3px 7px 16px 1px #f3f3f3
}
.checkout_details label.error {
	padding: 0;
	font-weight: 700;
	color: red
}
.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 #08c763;
	border-radius: 25px;
	color: #08c763;
	margin: 15px 0 0
}
.empty_cart a:hover {
	background: #08c763;
	color: #fff
}
.how_work_area h2 {
	width: 100%;
	text-align: left;
	margin: 25px 0 0;
	padding: 0 0 15px;
	color: #000;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: .5px;
	display: block;
	position: relative;
	float: left
}
.how_work_area h2::after {
	content: "";
	width: 60px;
	height: 6px;
	border-radius: 4px;
	background: #08c763;
	position: absolute;
	left: 0;
	bottom: 0
}
.browse_faq {
	width: 100%;
	float: left
}
.browse_faq ul {
	width: 100%;
	float: left;
	margin: 15px 0;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch
}
.browse_faq ul li {
	flex: 0 0 31%;
	max-width: 31%;
	margin: 15px 2% 15px 0;
	border: solid 1px #eee;
	padding: 15px
}
.about_us_area .browse_faq ul li::before {
	display: none
}
.browse_faq ul li figure {
	width: 50px;
	height: 50px;
	background: #08c763;
	border-radius: 50%;
	float: left;
	margin: 0;
	text-align: center;
	line-height: 50px
}
.browse_faq ul li .dtls {
	width: calc(100% - 50px);
	float: left;
	padding: 0 0 0 15px
}
.browse_faq ul li .dtls h2, .browse_faq ul li .dtls h3 {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 50px
}
.browse_faq ul li .dtls h2, .browse_faq ul li .dtls h2 a, .browse_faq ul li .dtls h3, .browse_faq ul li .dtls h3 a {
	color: #000
}
.browse_faq ul li .dtls ul {
	width: 100%;
	float: left;
	display: block;
	margin: 0;
	position: relative
}
.browse_faq ul li .dtls ul li {
	width: 100%;
	max-width: inherit;
	float: left;
	border: none;
	padding: 8px 0 8px 25px;
	margin: 0;
	position: relative
}
.browse_faq ul li .dtls ul li::before {
	position: absolute;
	content: "\f0a4";
	font-family: fontawesome;
	font-size: 20px;
	left: 0;
	top: 2px
}
.browse_faq ul li .dtls ul li a {
	color: #000
}
.browse_faq ul li .dtls ul li a:hover {
	color: #08c763
}
.faq_area {
	width: 100%;
	float: left;
	font-weight: 400
}
.faq_area .top_faq_head {
	width: 100%;
	float: left;
	margin: 0 0 10px;
	position: relative
}
.inner_page_area .faq_area .top_faq_head h1 {
	margin: 0 0 10px;
	padding: 0
}
.faq_area .top_faq_head h1 button {
	width: auto;
	background: 0 0;
	border: none;
	cursor: pointer;
	color: #777;
	font-size: 24px;
	padding: 8px 0 0;
	margin-left: 5px
}
.inner_page_area .faq_area .top_faq_head h1::after {
	display: none!important
}
.faq_area .top_faq_head h1 button:hover {
	color: #333;
	outline: 0;
	border: none
}
.faq_area .top_faq_head h1 button:focus {
	outline: 0;
	border: none
}
.faq_area .top_faq_head h4 {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 500
}
.faq_area .top_faq_head .download_leaflet {
	width: auto;
	position: absolute;
	right: 0;
	top: 25px
}
.faq_area .top_faq_head .download_leaflet a {
	background: #08c763;
	padding: 12px 25px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 700
}
.faq_area .top_faq_head .download_leaflet a:hover {
	background: #edb500
}
.faq_area .faq_dtls {
	width: 100%;
	float: left;
	margin: 20px 0 10px
}
.faq_area .faq_dtls .coutry_list_home {
	width: 100%;
	float: left;
	padding: 10px 0;
	display: none
}
.faq_area .faq_dtls .coutry_list_home ul {
	width: 33%;
	float: left
}
.faq_area .faq_dtls .coutry_list_home ul li {
	padding-left: 15px;
	font-size: 14px
}
.faq_area .faq_dtls .coutry_list_home ul li::before {
	content: "\f105"
}
.faq_area .faq_dtls .coutry_list_home ul li {
	width: 100%;
	float: left;
	padding: 5px 0 5px 15px;
	position: relative
}
.faq_area .faq_dtls .coutry_list_home ul li::before {
	position: absolute;
	content: "\f105";
	font-family: fontawesome;
	font-size: 20px;
	left: 0;
	top: 0
}
.faq_area .faq_dtls h2, .faq_area .faq_dtls h3 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 5px;
	color: #08c763
}
.faq_area .faq_dtls p {
	width: 100%;
	float: left;
	font-size: 19px;
	line-height: 27px;
	margin: 0 0 30px;
	font-weight: 300
}
.faq_area .bottom_area {
	width: 100%;
	float: left;
	margin: 0 0 10px;
	border-top: solid 1px #eee;
	padding: 25px 0 0
}
.faq_area .bottom_area ul {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between
}
.faq_area .bottom_area ul li a {
	color: #333;
	text-transform: uppercase;
	font-weight: 700
}
.faq_area .bottom_area ul li a:hover {
	color: #08c763
}
.faq_area .bottom_area ul li:nth-child(2) a {
	background: #08c763;
	padding: 12px 30px;
	border-radius: 30px;
	color: #fff
}
.faq_area .bottom_area ul li:nth-child(2) a:hover {
	background: #edb500
}
.how_work_area {
	width: 100%;
	float: left
}
.how_work_area p {
	width: 100%;
	float: left;
	font-size: 19px;
	letter-spacing: .5px;
	line-height: 27px;
	text-align: left;
	padding: 0 0 15px;
	color: #000;
	margin: 0
}
.how_work_area p strong {
	font-weight: 700
}
.how_work {
	width: 100%;
	float: left
}
.how_work ul {
	width: 100%;
	float: left;
	margin: 15px 0;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch
}
.how_work ul li {
	flex: 0 0 31%;
	max-width: 31%;
	margin: 15px 2% 15px 0;
	border: solid 1px #eee;
	padding: 25px 15px
}
.how_work ul li figure {
	width: 60px;
	height: 60px;
	background: #08c763;
	border-radius: 50%;
	margin: 0 auto 10px;
	display: block;
	text-align: center;
	line-height: 60px
}
.how_work ul li .dtls {
	width: 100%;
	float: left;
	padding: 0
}
.how_work ul li h3 {
	width: 100%;
	display: block;
	font-size: 18px;
	text-align: center;
	margin: 0 0 15px;
	padding: 0
}
.browse_faq ul li .dtls h3, .how_work ul li h3 a {
	color: #000
}
.how_work ul li .dtls ul {
	width: 100%;
	float: left;
	display: block;
	margin: 0;
	position: relative
}
.how_work ul li .dtls ul li {
	width: 100%;
	max-width: inherit;
	float: left;
	border: none;
	padding: 6px 0 6px 0;
	margin: 0;
	position: relative;
	text-align: center
}
.how_work ul li .dtls ul li a {
	color: #000
}
.how_work ul li .dtls ul li a:hover {
	color: #08c763
}
.help_area {
	width: 100%;
	float: left
}
.help_area ul {
	width: 100%;
	float: left;
	margin: 15px 0;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch
}
.help_area ul li {
	flex: 0 0 31%;
	margin: 15px 2% 15px 0;
	border: solid 1px #eee;
	padding: 30px
}
.about_us_area .help_area ul li::before {
	display: none
}
.help_area ul li figure {
	width: 100%;
	height: auto;
	float: left;
	text-align: center
}
.help_area ul li .dtls {
	width: 100%;
	float: left;
	padding: 0
}
.help_area ul li .dtls h2, .help_area ul li .dtls h3 {
	width: 100%;
	float: left;
	font-size: 22px;
	text-align: center;
	margin: 0 0 10px;
	padding: 0
}
.help_area ul li .dtls p {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: center
}
.inner_page_area .side_faq {
	width: 100%;
	float: left;
	border: solid 1px #eee
}
.inner_page_area .side_faq h3 {
	width: 100%;
	float: left;
	font-size: 18px;
	background: #08c763;
	color: #fff;
	padding: 10px 15px
}
.inner_page_area .side_faq ul {
	width: 100%;
	float: left;
	display: block;
	margin: 0;
	position: relative;
	padding: 15px
}
.inner_page_area .side_faq ul li {
	width: 100%;
	float: left;
	border: none;
	padding: 10px 0 10px 25px;
	margin: 0;
	position: relative;
	border-bottom: solid 1px #eee
}
.inner_page_area .side_faq ul li::before {
	position: absolute;
	content: "\f0a4";
	font-family: fontawesome;
	font-size: 20px;
	left: 0;
	top: 2px
}
.inner_page_area .side_faq ul li:last-child {
	border: none
}
.inner_page_area .side_faq ul li a {
	color: #000
}
.inner_page_area .side_faq ul li a:hover {
	color: #08c763
}
.success_page {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	border: solid 1px #eee;
	padding: 15px;
	display: block;
	text-align: center
}
.success_page h4 b {
	font-weight: 700
}
.success_page h4 span.waiting {
	color: red
}
.success_page p {
	width: 100%;
	float: none;
	text-align: center;
	display: block
}
.success_page .table-bordered tr tH, .success_page .table-bordered tr td {
	border: solid 1px #eee;
	text-align: left
}
.success_page .table-bordered strong {
	font-weight: 700
}
.autocomplete {
	position: relative;
	display: inline-block
}
.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0
}
.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4
}
.autocomplete-items div:hover {
	background-color: #e9e9e9
}
.autocomplete-active {
	background-color: #1e90ff!important;
	color: #fff
}
.blog_area {
	width: 100%;
	float: left
}
.blog_area h1 {
	width: 100%;
	float: left
}
.blog_area ul.listing_blog {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center
}
.blog_area li {
	flex: 0 0 48%;
	list-style: none;
	margin: 0 0 35px
}
.blog_area li h2 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 5px 0 10px;
	font-size: 18px!important;
	color: #08c763;
	font-weight: 400;
	letter-spacing: .5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 50px;
	line-height: 26px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.blog_area li figure a, .blog_area li h2 a {
	color: #08c763;
	background: 0 0;
	padding: 0;
	border-radius: 0;
	margin: 0
}
.blog_area li figure {
	width: 100%;
	float: left;
	margin: 0 0 0;
	position: relative;
	overflow: hidden
}
.blog_area li .dtls {
	width: 100%;
	float: left;
	padding: 15px 10px
}
.blog_area li .dtls span.techno {
	width: auto;
	float: left;
	background: #08c763;
	color: #fff;
	padding: 2px 10px;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase
}
.blog_area li .dtls span.techno a {
	background: #08c763;
	color: #fff;
	padding: 2px 10px;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase
}
.blog_area li figure img {
	width: 100%;
	height: auto;
	max-height: 155px;
	min-height: 140px;
	transition: ease-in .3s
}
.blog_area li .dtls p {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	letter-spacing: .5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 80px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 0 0 5px;
	padding: 0 0 0
}
.blog_area li .read_more {
	width: 100%;
	float: left;
	display: inline-block;
	padding: 8px 0;
	margin: 5px 0 0;
	transition: ease-in .3s;
	font-weight: 700;
	font-size: 16px;
	border: solid 1px #eee;
	border-width: 1px 0;
	text-align: center
}
.blog_area li .read_more a {
	color: #000
}
.blog_area li .read_more a:hover {
	color: #08c763
}
.blog_area li::after {
	display: none
}
.blog_area li ul.social_share {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 15px
}
.blog_area li ul.social_share li {
	width: auto;
	display: inline-block;
	margin: 0 6px!important;
	border: none!important;
	font-size: 16px
}
.blog_area li ul.social_share li a {
	color: #7d7d7d
}
.blog_area li ul.social_share li a:hover {
	color: #08c763
}
.blog_img, .desc-img {
	width: 100%;
	float: left;
	text-align: center
}
.blog_details_area {
	width: 100%;
	float: left;
	margin: 0 0 20px
}
.blog_details_area h1 {
	width: 100%;
	float: left;
	font-size: 28px;
	letter-spacing: .5px;
	margin: 0 0 25px
}
.blog_details_area figure {
	width: 100%;
	float: left;
	margin: 0 0 15px;
	position: relative;
	font-weight: 900;
	color: #fff
}
.blog_details_area figure .txt_1 {
	position: absolute;
	font-size: 36px;
	width: auto;
	top: 15px;
	left: 25px;
	text-shadow: 3px 3px 0 #495461
}
.blog_details_area figure .txt_2 {
	position: absolute;
	font-size: 36px;
	width: auto;
	bottom: 15px;
	right: 25px;
	text-shadow: -1px 3px 0 #495461
}
.blog_details_area figure .txt_2 span {
	font-size: 24px;
	color: #efac00
}
.blog_details_area figure img {
	width: 100%;
	height: auto
}
.blog_details_area h2, .blog_details_area h3, .blog_details_area h4, .blog_details_area h5, .blog_details_area h6 {
	font-size: 18px;
	font-weight: 400;
	padding: 0;
	color: #08c763;
	margin: 15px 0 5px;
	width: 100%;
	float: left;
	letter-spacing: .5px
}
.blog_content p {
	color: #000;
	font-size: 19px;
	line-height: 27px;
	width: 100%;
	float: left;
	letter-spacing: .5px;
	text-align: justify;
	margin: 0 0 15px
}
.blog_content p img {
	float: left;
	margin: 5px 10px 0 0
}
.blog_content ol, .blog_content ul {
	width: 100%;
	float: left;
	padding: 0 0 0 20px
}
.blog_content ol li, .blog_content ul li {
	font-size: 19px;
	line-height: 27px;
	width: 100%;
	float: left;
	letter-spacing: .5px;
	list-style-type: circle;
	margin: 7px 0;
	color: #000;
	text-align: justify
}
.date_admin {
	width: 100%;
	float: left;
	margin: 0 0 10px
}
.date_admin li {
	width: auto;
	padding: 0;
	margin: 0 15px 0 0!important;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	float: left;
	list-style: none;
	padding: 0 15px 0 0!important;
	font-weight: 600;
	border: none!important;
	border-right: solid 2px #ccc!important
}
.date_admin li:last-child {
	border-right: none!important
}
.date_admin li i {
	font-size: 16px;
	color: #08c763;
	margin: 0 5px 0 0
}
.date_admin li strong {
	font-weight: 700;
	color: #08c763
}
.blog_content {
	font-size: 19px;
	line-height: 27px
}
.blog_content ol li a, .blog_content p a, .blog_content p ul li a {
	color: #08c763
}
.blog_content ol li a.extra_link, .blog_content p a.extra_link, .blog_content ul li a.extra_link {
	color: #000
}
a.extra_link {
	color: #000!important
}
.related_post_area {
	width: 100%;
	float: left;
	border-top: solid 1px #eee;
	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;
	padding: 0
}
.related_post_area .prev_nxt li::before {
	display: none
}
.related_post_area .prev_nxt li h3 {
	text-align: inherit;
	width: 100%;
	float: left;
	font-size: 16px;
	margin: 10px 0 5px;
	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: #08c763!important
}
.related_post_area .prev_nxt li a:hover {
	opacity: .5
}
.related_post_area .prev_nxt li p {
	font-size: 18px;
	text-align: inherit
}
.related_post_area .prev_nxt li+li {
	text-align: right
}
.blog_content .author_info {
	width: 100%;
	float: left;
	margin: 40px 0 0;
	background: #fff;
	padding: 15px;
	border-top: solid 1px #eee;
	position: relative
}
.blog_content .author_info figure {
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50%;
	float: left;
	overflow: hidden;
	line-height: 90px;
	text-align: center;
	box-shadow: 0 0 9px 0 #ccc;
	border: solid 3px #a9a5a5;
	margin: 0
}
.blog_content .author_info figure img {
	max-width: 80%
}
.blog_content .author_info .other_dtls {
	width: calc(100% - 100px);
	float: left;
	padding: 0 15px
}
.blog_content .author_info .other_dtls h4 span {
	font-size: 20px;
	margin-right: 25px
}
.blog_content .author_info .other_dtls p {
	width: 100%;
	float: left;
	margin: 0 0 15px;
	font-size: 14px;
	font-weight: 600
}
.blog_content .author_info .other_dtls a {
	color: #1da1f2;
	margin: 0 10px 0 0
}
.side_blog ul.listing_blog {
	width: 100%;
	float: left
}
.side_blog ul.listing_blog li {
	margin: 10px 0
}
.side_blog ul.listing_blog li figure {
	width: 25%;
	float: left
}
.side_blog ul.listing_blog li figure img {
	width: 100%;
	min-height: 50px
}
.side_blog ul.listing_blog li .dtls {
	width: 75%;
	float: left;
	padding: 0 10px
}
.side_blog ul.listing_blog li .dtls h2 {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	letter-spacing: .5px;
	padding: 0;
	background: 0 0
}
.side_blog ul.listing_blog li a {
	padding: 0;
	margin: 0
}
.side_blog ul.listing_blog li .dtls h2 p {
	font-size: 123px;
	width: 100%;
	float: left;
	margin: 10px 0 0
}
footer .copy_link {
	margin: 10px 0 0;
	width: 100%;
	float: left
}
.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: 16px;
	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
}
.read_less_3, .read_more_3 {
	width: auto;
	cursor: pointer;
	color: #0e4da4
}
.read_more_area {
	display: none
}
.blog_content table {
	width: 100%;
	float: left;
	border: solid 0 #eee;
	margin: 15px 0
}
.blog_content table tr td {
	padding: 0x;
	vertical-align: top;
	font-size: 19px
}
.blog_content table.table_pro tr td {
	text-align: center
}
.blog_content table.table_pro tr td:first-child {
	text-align: left
}
.blog_content table.table_pro tr td a {
	color: #08c763
}
.blog_content table tr td p {
	line-height: 26px;
	font-size: 13px
}
.blog_content table.table-striped tr td p {
	line-height: 24px;
	font-size: 15px
}
.blog_content ol, .blog_content ul {
	padding: 0
}
.blog_content ul li {
	width: 100%;
	float: left;
	padding: 0 0 5px 20px;
	position: relative;
	list-style: none
}
.blog_content ul li::before {
	position: absolute;
	content: "\f00c";
	font-family: fontawesome;
	font-size: 16px;
	left: 0;
	top: 0
}
.trustpilot_area {
	width: 100%;
	float: left;
	border-top: solid 1px #eee;
	padding: 50px 0
}
.trustpilot_area h2 {
	width: 100%;
	float: left;
	text-align: center;
	color: #434343;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 35px;
	font-size: 32px
}
.trustpilot_area h2::after {
	width: 55px;
	height: 4px;
	background: #1ab642;
	content: '';
	position: absolute;
	bottom: -20px;
	left: 47%
}
.trustpilot_area ul {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	margin: 25px 0 15px
}
.trustpilot_area ul li {
	flex: 0 0 32.5%;
	max-width: 32.5%;
	padding: 15px 15px 5px;
	border: solid 1px #eee;
	background: #f5f5f5;
	margin: 8px 0
}
.trustpilot_area ul li::before {
	display: none
}
.trustpilot_area ul li figure {
	width: 100%;
	float: left;
	margin: 0
}
.trustpilot_area ul li figure img {
	max-height: 25px
}
.trustpilot_area ul li h4 {
	width: 100%;
	float: left;
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 5px
}
.trustpilot_area ul li h4 a {
	color: #434343
}
.trustpilot_area ul li h5 {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0;
	font-weight: 300
}
.trustpilot_area ul li h5 a {
	color: #000
}
.trustpilot_area ul li p {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 300
}
.trustpilot_area p.note {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: 300
}
.pro_dtls_area {
	width: 100%;
	float: left
}
.pro_dtls_area #accordion {
	width: 100%;
	float: left;
	text-align: left;
	margin: 15px 0 25px
}
.pro_dtls_area .card {
	background: 0 0;
	border: solid 1px #eee;
	border-width: 0 0 1px 0;
	width: 100%;
	border-radius: 0
}
.pro_dtls_area .card .collapse {
	padding: 0 0 25px
}
.pro_dtls_area .card h4 {
	width: 100%;
	cursor: pointer;
	font-size: 22px;
	color: #08c763;
	text-transform: capitalize;
	position: relative;
	margin: 15px 0;
	text-transform: capitalize
}
.pro_dtls_area .card h4 a {
	width: 100%;
	color: #000
}
.pro_dtls_area .card h4::after {
	content: "\f107";
	font-family: Fontawesome;
	right: 0;
	top: 5%;
	position: absolute
}
.pro_dtls_area .card h4.collapsed::after {
	content: "\f105";
	font-family: Fontawesome;
	right: 0;
	top: 5%;
	position: absolute
}
.pro_dtls_area .card-body {
	padding: 0
}
.pro_dtls_area .card-body h3 {
	width: 100%;
	float: left;
	color: #1ab642;
	position: relative;
	margin: 15px 0;
	font-size: 20px;
	text-transform: capitalize
}
.pro_dtls_area .card-body p, .pro_dtls_area p {
	width: 100%;
	float: left;
	font-size: 19px;
	letter-spacing: .5px;
	line-height: 27px;
	text-align: left;
	padding: 0 0 12px;
	color: #000;
	margin: 0
}
.pro_dtls_area .card-body p a {
	color: #000
}
.pro_dtls_area .card-body p strong {
	font-weight: 700
}
.pro_dtls_area .card-body ul {
	width: 100%;
	float: left;
	font-size: 19px;
	line-height: 27px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0
}
.pro_dtls_area .card-body ul li {
	width: 100%;
	float: left;
	padding: 5px 0 5px 26px;
	position: relative
}
.pro_dtls_area .card-body ul li::before {
	position: absolute;
	content: "\f0a4";
	font-family: fontawesome;
	font-size: 20px;
	left: 0
}
.pro_dtls_area .card-body ul li a {
	color: #000
}
.pro_dtls_area h3, .pro_dtls_area h4 {
	width: 100%;
	float: left;
	padding: 0;
	margin: 15px 0 5px;
	font-size: 22px;
	color: #08c763;
	text-transform: capitalize
}
.pro_dtls_area h2 {
	width: 100%;
	float: left;
	font-size: 24px;
	margin: 20px 0 5px;
	color: #08c763
}
.pro_dtls_area p a, .pro_dtls_area ul li a {
	color: #000
}
a.int_link {
	color: #08c763!important
}
.main_blog_area {
	width: 100%;
	float: left;
	margin: 0 0 30px 0
}
.main_blog_area h2 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 26px;
	margin: 0 0 20px
}
.main_blog_area .blog_area ul.listing_blog li {
	flex: 0 0 48%;
	border: solid 1px #eee;
	margin: 0 1% 10px 1%;
	padding: 0
}
.main_blog_area .blog_area ul.listing_blog li::before {
	display: none
}
.main_blog_area .blog_area li figure img {
	min-height: 155px
}
.blog_area li figure .txt_1 {
	position: absolute;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	width: auto;
	top: 15px;
	left: 15px;
	text-shadow: 3px 3px 0 #495461
}
.blog_area li figure .txt_2 {
	position: absolute;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	width: auto;
	bottom: 15px;
	right: 15px;
	text-shadow: -1px 3px 0 #495461
}
.blog_area li figure .txt_2 span {
	font-size: 14px;
	color: #efac00
}
.main_blog_area .blog_area li h2 {
	text-align: left;
	font-size: 16px!important;
	line-height: 18px;
	min-height: 36px;
line-height:font-weight:500;
	margin: 5px 0 10px
}
.main_blog_area_2 {
	width: 100%;
	float: left;
	margin: 30px 0
}
.main_blog_area_2 h2 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 26px;
	margin: 0 0 20px
}
.main_blog_area_2 .blog_area ul.listing_blog {
	justify-content: center;
	margin: 0 -10px
}
.main_blog_area_2 .blog_area ul.listing_blog li {
	flex: 0 0 32%;
	margin: 15px 1.5% 15px 0;
	padding: 0 0;
	border: solid 1px #eee
}
.main_blog_area_2 .blog_area ul.listing_blog li:nth-child(3n) {
	margin-right: 0
}
.main_blog_area_2 .blog_area li figure img {
	min-height: 155px
}
.main_blog_area_2 .blog_area li h2 {
	text-align: left;
	font-size: 16px!important;
	line-height: 18px;
	min-height: 36px;
	font-weight: 500;
	margin: 5px 0 10px
}
.how_work ul li figure.new_img {
	width: 100px;
	height: 100px;
	margin: 0 auto 15px;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	border: solid 2px #ccc
}
.how_work ul li figure.new_img img {
	max-width: 100%;
	width: 100%
}
.how_work ul li a.view_all {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: 600;
	color: #08c763
}
.blog-pagination {
	width: 100%;
	float: left;
	text-align: left;
	margin: 10px 0;
	padding: 0 0;
	display: none;
	border-top: solid 1px #eee
}
.blog-pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	float: left;
	text-align: center;
	padding: 15px 0 0
}
.blog-pagination ul li {
	display: inline-block;
	text-align: center;
	background: #1e2836;
	margin: 1px;
	padding: 5px 15px;
	line-height: 20px;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	width: auto;
	float: none;
	border-radius: 15px
}
.blog-pagination ul li.current-page, .blog-pagination ul li:hover {
	background: #08c763
}
.blog_content_form {
	width: 100%;
	float: left;
	padding: 15px;
	border: solid 1px #eee;
	margin: 0 0 25px
}
.blog_content_form h2 {
	width: 100%;
	float: left;
	font-size: 22px;
	margin: 0 0 5px;
	color: #08c763;
	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;
	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 {
	flex: 0 0 100%
}
.like_post_area {
	width: auto;
	position: absolute;
	right: 0;
	top: 20px
}
.like_post_area a {
	width: auto;
	padding: 5px 15px;
	border: solid 1px #ccc;
	border-radius: 30px;
	color: #000;
	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: #08c763;
	border: solid 1px #08c763
}
.like_post_area .alert {
	position: absolute;
	top: 40px;
	right: 0;
	min-width: 290px
}
.imp_info {
	width: 100%;
	float: left;
	margin: 15px 0
}
.imp_info h3 {
	width: auto;
	float: left;
	padding: 8px 15px;
	background: #08c763;
	color: #fff;
	margin: 0
}
.imp_info .text_new {
	width: 100%;
	float: left;
	border: solid 1px #eee;
	background: #f5f5f5;
	padding: 15px 15px 5px 15px
}
.pro_dtl_area .bottom_area {
	margin: 0;
	padding: 20px 0 0;
	border: none
}
.blog_home_area .card-body p a.inner_link {
	color: #1ab642
}
.tp_review_area {
	width: 100%;
	float: left;
	border-top: solid 1px #eee;
	padding: 0 0 0;
	margin: 30px 0 0
}
.tp_review_area ul {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	margin: 0 0 15px
}
.tp_review_area ul li {
	flex: 0 0 100%;
	padding: 15px 0 5px;
	border-bottom: solid 1px #eee;
	margin: 8px 0
}
.tp_review_area ul li::before {
	display: none
}
.tp_review_area ul li figure {
	width: 100%;
	float: left;
	margin: 0
}
.tp_review_area ul li figure img {
	max-height: 25px
}
.tp_review_area ul li h4 {
	width: 100%;
	float: left;
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 5px
}
.tp_review_area ul li h4 a {
	color: #434343
}
.tp_review_area ul li h5 {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0;
	font-weight: 300
}
.tp_review_area ul li h5 a {
	color: #000
}
.tp_review_area ul li p {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 300
}
a.int_links {
	font-weight: 400;
	color: #08c763!important
}
.bottom_area_rev {
	width: 100%;
	float: left;
	margin: 15px 0 10px;
	border-top: solid 1px #eee;
	padding: 30px 0 0;
	text-align: center
}
.bottom_area_rev a {
	background: #08c763;
	padding: 10px 25px;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
	display: inline-block
}
.bottom_area_rev ul {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between
}
.bottom_area_rev a:hover {
	background: #edb500
}
.trustpilot_area ul li h4 a {
	color: #434343
}
.tooltip-inner {
	background-color: #fff;
	width: 320px;
	max-width: 320px;
	opacity: 1!important;
	color: #000;
	padding: 0;
	box-shadow: 0 0 15px 0 #ccc
}
.tooltip-inner img {
	max-width: 100%
}
.tooltip-inner h4 {
	font-family: Nunito;
	font-weight: 700;
	text-align: left;
	padding: 10px 10px 5px;
	font-size: 18px;
	margin: 0
}
.tooltip-inner p {
	padding: 0 10px 10px;
	text-align: left;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .5px;
	font-family: Nunito;
	font-weight: 300
}
.tooltip-inner ul {
	width: 100%;
	padding: 0 5px 15px 30px;
	margin: 0
}
.tooltip-inner ul li {
	text-align: left;
	list-style-type: disc;
	margin: 5px 0;
	font-size: 14px;
	font-weight: 400
}
.tooltip.show {
	opacity: 1
}
.dspl_blk {
	display: block
}
.cta_review {
	width: 100%;
	float: left;
	text-align: center
}
.cta_review a {
	background: #08c763;
	padding: 10px 25px;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
	display: inline-block
}
.cta_review a img {
	vertical-align: middle;
	max-height: 25px;
	width: auto
}
.blog_audio {
	width: 100%;
	float: left;
	margin: 0 0 15px;
	text-align: center;
	display: none;
	position: relative
}
.blog_audio span.close_audio {
	width: auto;
	position: absolute;
	right: -20px;
	top: 5px;
	cursor: pointer;
	padding: 4px 10px;
	border-radius: 15px;
	background: #333;
	color: #fff;
	font-size: 16px;
	display: inline-block
}
.blog_audio #myAudio {
	width: 100%;
	height: 45px
}
.blog_audio #myAudio:focus {
	outline: 0
}
.date_admin li span.play_blog {
	cursor: pointer;
	color: #08c763;
	font-size: 16px;
	border-bottom: solid 1px #08c763
}
h2.specl_title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 28px;
	color: #000;
	position: relative;
	padding: 0 0 20px;
	margin: 15px 0 25px
}
h2.specl_title::after {
	content: "";
	width: 60px;
	height: 6px;
	border-radius: 4px;
	background: #08c763;
	position: absolute;
	left: 47%;
	bottom: 0
}
h2.pro_title {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 28px;
	color: #000;
	position: relative;
	padding: 0 0 20px;
	margin: 15px 0 25px
}
h2.pro_title::after {
	content: "";
	width: 60px;
	height: 6px;
	border-radius: 4px;
	background: #08c763;
	position: absolute;
	left: 0;
	bottom: 0
}
.pro_review_area {
	width: 100%;
	float: left;
	border-bottom: solid 1px #eee;
	padding: 10px 0 30px 0;
	margin: 0 0 20px
}
.pro_review_area h2 {
	width: 100%;
	float: left;
	text-align: center;
	color: #434343;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 35px;
	font-size: 32px
}
.pro_review_area h2::after {
	width: 55px;
	height: 4px;
	background: #1ab642;
	content: '';
	position: absolute;
	bottom: -20px;
	left: 47%
}
.pro_review_area ul {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	margin: 25px 0 15px
}
.pro_review_area ul li {
	flex: 0 0 32.5%;
	max-width: 32.5%;
	padding: 15px 15px 5px;
	border: solid 1px #eee;
	background: #f5f5f5;
	margin: 8px 0
}
.pro_review_area ul li::before {
	display: none
}
.pro_review_area ul li figure {
	width: 100%;
	float: left;
	margin: 0
}
.pro_review_area ul li figure img {
	max-height: 25px
}
.pro_review_area ul li h4 {
	width: 100%;
	float: left;
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 5px
}
.pro_review_area ul li h4 a {
	color: #434343
}
.pro_review_area ul li h5 {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0;
	font-weight: 300
}
.pro_review_area ul li h5 a {
	color: #000
}
.pro_review_area ul li p {
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 22px;
	font-weight: 300
}
.pro_review_area p.note {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: 300
}
.card_box ul.twobtn+.bestVal {
	text-align: right!important;
	width: 43%
}
.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
}
.blog_area_home {
	width: 100%;
	float: left;
	padding: 40px 0
}
.blog_area_home .main_blog_area {
	margin: 0
}
.blog_area_home .main_blog_area h2.specl_title {
	color: #434343;
	font-size: 32px
}
.blog_area_home .blog_area li .read_more {
	border-width: 1px 0 0;
	padding-bottom: 0
}
.sleep_img_area {
	width: 100%;
	float: left;
	margin: 25px 0;
	position: relative
}
.sleep_img_area img {
	width: 100%;
	border-radius: 15px;
	border: solid 3px #fff;
	box-shadow: 0 0 15px 0 #ccc
}
.sleep_img_area .caption_area {
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	text-align: left;
	padding: 60px 45px
}
.sleep_img_area .caption_area h3 {
	font-size: 45px;
	color: #08c762;
	margin: 0 0 100px
}
.sleep_img_area .caption_area h4 {
	font-size: 45px;
	color: #4273c5;
	margin: 0
}
.cat_img_new {
	width: 100%;
	float: left;
	margin: 15px 0;
	position: relative
}
.cat_img_new img {
	width: 100%;
	border: solid 5px #fff;
	box-shadow: 0 0 15px 0 #ccc
}
.cat_img_new .caption_area {
	width: 30%;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	text-align: left;
	padding: 0 25px;
	display: flex;
	align-items: center
}
.cat_img_new .caption_area h4 {
	font-size: 42px;
	color: #fff;
	margin: 0;
	font-weight: 700
}
.cat_table tr td {
	font-size: 19px;
	line-height: 27px
}
.cat_table tr td:first-child {
	width: 340px
}
.google_img {
	width: 100%;
	float: left;
	margin: 15px 0;
	position: relative;
	text-align: center
}
.google_img img {
	max-width: 100%
}
.treatment_list_pro {
	width: 100%;
	float: left
}
.mobile_product_listing {
	width: 100%;
	float: left;
	background: #08c763;
	padding: 20px 10px;
	display: none;
	text-align: center;
	margin: 20px 0
}
.mobile_product_listing figure {
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	border: solid 2px #fff
}
.mobile_product_listing figure img {
	width: 120%
}
.mobile_product_listing h2, .mobile_product_listing h3 {
	width: 100%;
	float: left;
	margin: 0 0 15px;
	font-size: 22px;
	font-weight: 400;
	text-transform: capitalize
}
.mobile_product_listing h3 a {
	width: 100%;
	color: #fff;
	border: solid 1px #1dec80;
	padding: 5px 0;
	background: #04b357;
	border-radius: 5px;
	display: inline-block
}
.mobile_product_listing .box_info {
	width: 100%;
	float: left;
	color: #fff;
	padding: 0 0;
	transition: ease-in .3s
}
.mobile_product_listing .box_info h4 {
	width: 100%;
	float: left;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 10px;
	color: #000
}
.mobile_product_listing .box_info ul {
	width: 100%;
	float: left;
	margin: 0 0 15px
}
.mobile_product_listing .box_info ul li {
	padding: 5px;
	width: 50%;
	float: left;
	border: none;
	font-size: 15px;
	max-width: inherit
}
.mobile_product_listing .box_info ul li::before {
	display: none
}
.mobile_product_listing .box_info ul li a {
	color: #fff;
	border: solid 1px #3efb98;
	width: 100%;
	display: block;
	padding: 5px 0;
	border-radius: 3px
}
.mobile_product_listing .box_info a.view_all {
	border: solid 0 #fff;
	color: #fff;
	padding: 5px 10px;
	border-radius: 20px;
	margin: 0 0 0;
	text-transform: uppercase;
	font-weight: 700;
	background: #edb500;
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px
}
.mobile_product_listing .box_info a.view_all:hover {
	background: #fff;
	color: #edb500
}
.blog_prodcts {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between
}
.blog_prodcts .main_box {
	flex: 1;
	margin: 10px;
	border: solid 1px #eee;
	text-align: center;
	padding: 10px
}
.blog_prodcts .main_box strong {
	display: block;
	margin: 0 0 10px
}
.blog_prodcts .main_box a strong {
	color: #08c763
}
.blog_prodcts .main_box img {
	max-width: 100%;
	max-height: 100px
}
.review_list_ul {
	width: 100%;
	float: left;
	padding: 0
}
.review_list_ul ul.listing {
	margin: 10px 0;
	padding: 0
}
.review_list_ul ul.listing li {
	flex: 0 0 100%;
	max-width: inherit;
	margin: 15px 0;
	padding: 20px 25px 20px 30px
}
.review_list_ul ul.listing li p {
	padding: 0;
	font-size: 19px;
	line-height: 27px
}
.review_list_ul ul.listing li::before {
	font-family: Nunito;
	top: 0
}
.about_us_area p img.tp_img {
	width: auto;
	float: right;
	margin: 0 0 0 10px
}
.cat_img_new .btc_txt_1 {
	width: auto;
	position: absolute;
	right: 10%;
	top: 80px;
	text-align: left;
	padding: 0 25px;
	display: flex;
	align-items: left
}
.cat_img_new .btc_txt_1 h4 {
	width: auto;
	font-size: 34px;
	font-weight: 700
}
.cat_img_new .btc_txt_1 h4 span {
	display: block;
	font-size: 26px
}
.cat_img_new .btc_txt_2 {
	width: auto;
	position: absolute;
	right: 0;
	bottom: 15px;
	text-align: left;
	padding: 0 25px;
	display: flex;
	align-items: left
}
.cat_img_new .btc_txt_2 h4 {
	width: auto;
	font-size: 24px;
	font-weight: 700;
	color: #1ab642
}
.btc_company_area {
	width: 100%;
	float: left;
	text-align: center;
	margin: 20px 0 10px
}
.btc_company_area h2 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 24px
}
.btc_company_area h2::after {
	display: none
}
.btc_company_area ul.logo_list {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
	margin: 15px 0 0
}
.btc_company_area ul.logo_list li {
	flex: 1;
	margin: 10px;
	background: #fff;
	box-shadow: 0 0 10px 0 #ccc;
	padding: 0
}
.btc_company_area ul.logo_list li img {
	max-width: 100%;
	display: inline-block
}
.btc_company_area ul.logo_list li label {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: 700;
	color: #1ab642
}
.btc_company_area ul.logo_list li::before {
	display: none
}
.btc_accept_area {
	width: 100%;
	float: left;
	border-radius: 10px;
	margin: 40px 0;
	border: dashed 2px #f7931a;
	padding: 20px;
	background: #fbfbfb
}
.btc_accept_area figure {
	width: 300px;
	float: left;
	margin: 0
}
.btc_accept_area .dtls_btc {
	width: calc(100% - 300px);
	float: left;
	padding: 0 0 0 25px;
	text-align: center
}
.btc_accept_area .dtls_btc p {
	width: 100%;
	float: left;
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 10px
}
.btc_accept_area .dtls_btc a {
	width: auto;
	display: inline-block;
	background: #f7931a;
	border-radius: 35px;
	color: #fff;
	padding: 10px 30px;
	font-weight: 700
}
.btc_accept_area .dtls_btc a:hover {
	background: #08c763
}
.inner_page_area h1.check_head {
	width: 100%;
	float: left;
	font-size: 26px;
	color: #000;
	text-transform: capitalize;
	font-weight: 700;
	letter-spacing: .5px;
	text-align: center;
	margin: 0 0 20px;
	position: relative;
	padding: 0 0 15px
}
.inner_page_area h1.check_head::after {
	display: none
}
.btc_calculator {
	width: 100%;
	float: left;
	text-align: center;
	margin: 20px 0
}
.btc_calculator h3 {
	margin: 0 0 15px
}
.btc_calculator .btc_box {
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 8px 0 #ccc;
	padding: 15px;
	border-radius: 15px;
	display: flex
}
.btc_calculator .btc_box ul {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	margin: 0
}
.btc_calculator .btc_box ul li {
	flex: 0 0 48%;
	margin: 12px 0;
	padding: 0
}
.btc_calculator .btc_box ul li input, .btc_calculator .btc_box ul li select {
	width: 100%;
	float: left;
	height: 40px;
	border: solid 1px #ccc;
	font-size: 15px;
	padding: 0 15px;
	border-radius: 5px
}
.btc_calculator .btc_box ul li button {
	width: 100%;
	height: 40px;
	background: #08c763;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 17px;
	letter-spacing: 5px
}
.btc_calculator .btc_box ul li button:hover {
	background: #edb500
}
.btc_calculator .btc_box ul li:last-child {
	flex: 0 0 100%
}
.btc_calculator .btc_box ul li::before {
	display: none
}
.blog_area_home .main_blog_area .blog_area ul.listing_blog li {
	flex: 0 0 31.33%
}
.pro_tab_area {
	width: 100%;
	float: left;
	padding: 25px 0
}
.pro_tab_area .nav-tabs {
	background: #08c763;
	border-bottom: none;
	margin: 0
}
.pro_tab_area .nav-tabs .nav-link {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 25px;
	border: none;
	border-radius: 0
}
.pro_tab_area .nav-tabs .nav-item {
	width: auto;
	margin: 0;
	padding: 0;
	margin: 0
}
.pro_tab_area .nav-tabs .nav-item::before {
	display: none
}
.pro_tab_area .nav-tabs .nav-item:last-child {
	border-right: none
}
.pro_tab_area .nav-tabs .nav-link.active {
	background: #fff;
	color: #08c763;
	border: solid 1px #08c763;
	border-bottom: none
}
.pro_tab_area .tab-content>.tab-pane {
	width: 100%;
	float: left;
	border: solid 1px #08c763;
	padding: 15px;
	border-top: none
}
.faq_area_cat {
	width: 100%;
	float: left;
	margin: 25px 0 0
}
.faq_area_cat h2 {
	font-size: 30px;
	font-weight: 700
}
.cstm_chek {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
	padding: 6px 0 6px 35px
}
.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 #ccc;
	border-radius: 3px
}
.cstm_chek:hover input~.checkmark {
	border: solid 1px #08c763
}
.cstm_chek input:checked~.checkmark {
	background-color: #08c763;
	border: solid 1px #08c763
}
.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: 1px;
	width: 5px;
	height: 10px
}
.pro_dosase {
	height: auto;
	display: flex;
	align-items: center;
	margin: 0 0 10px;
	background: #fff;
	border: solid 1px #08c763;
	border-radius: 40px;
	padding: 3px;
	overflow: hidden;
	width: 50%
}
.pro_dosase h3 {
	margin: 0!important;
	width: auto;
	border: none;
	flex: 0 0 35%;
	padding: 8px 0 8px 15px!important;
	color: #08c763!important;
	font-size: 14px!important;
	text-align: center;
	font-weight: 900
}
.select_dosase ul li {
	width: auto;
	float: left;
	margin: 0 8px;
	list-style: none;
	border: none;
	padding: 0;
	min-width: inherit;
	min-height: inherit
}
.pro_dosase ul li {
	width: 50%;
	text-align: center;
	margin: 0
}
.select_dosase ul li.active .radio_btn {
	background: #08233b;
	color: #fff;
	font-weight: 600;
	border-radius: 40px;
	font-size: 16px
}
.select_dosase ul li.active label {
	color: red
}
.select_dosase ul li label {
	display: block;
	position: relative;
	padding-left: 26px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.select_dosase ul li label input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}
.radio_btn input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}
.pro_dosase ul li.active label {
	background: #08c763!important;
	color: #fff
}
.pro_dosase ul li label {
	border-radius: 0;
	padding: 8px 15px;
	border-width: 0 0 0 1px;
	color: #08c763;
	line-height: 25px;
	position: relative;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px
}
.select_dosase.pro_dosase ul {
	width: 100%;
	padding: 0;
	margin-bottom: 0
}
.select_dosase.pro_dosase ul li::before {
	position: unset;
	content: ''
}
span#review_response {
	width: 100%;
	float: left;
	margin-top: 15px
}
.alert {
	width: 50%
}
.pro-review {
	overflow: hidden;
	width: 100%;
	float: left
}
.review-sec {
	width: 100%;
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 0 20px;
	border-bottom: solid 0 #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: #ffd100
}
.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: #0020dd232839;
	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
}
.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: 13px;
	text-shadow: none;
	font-weight: 900;
	left: 0;
	top: 40px;
	width: 100%
}
.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 label, .rating>input:checked+label:hover, .rating>input:checked+label:hover~label, .rating>input:checked~label:hover, .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
}
a.extra_link {
	font-weight: 700;
	color: #000!important
}
.browse_faq ul.blog_sitelink {
	justify-content: space-between
}
.browse_faq ul.blog_sitelink li {
	border: none;
	padding: 8px 0 8px 25px;
	max-width: inherit;
	margin: 0;
	position: relative;
	flex: 0 0 48%;
	margin: 2px 0
}
.browse_faq ul.blog_sitelink li::before {
	position: absolute;
	content: "\f0a4";
	font-family: fontawesome;
	font-size: 20px;
	left: 0;
	top: 2px
}
.browse_faq ul.blog_sitelink li a {
	color: #000
}
.pro_dosase {
	border-radius: 0px !important;
	width: 58% !important;
	float: right;
}
.select_dosase ul li.active .radio_btn {
	background: #08233b;
	color: #fff;
	font-weight: 600;
	border-radius: 0px;
	font-size: 16px;
}
.pro_dosase ul li {
	width: 33% !important;
}
.cart_area_top a {
	padding: 4px !important;
}
