@charset "utf-8";
/* CSS Document */

/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000000;
	text-align: center;
	font-family: 'Inter';
	font-weight: normal;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
	margin: 0;
	padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}

table,
tr,
td {
	border: 0;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:hover {}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

.img-full {
	max-width: 100%;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/*=========FONTS===========*/
@font-face {
	font-family: 'Caudex';
	src: url('Caudex-Bold.woff2') format('woff2'),
		url('Caudex-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Caudex';
	src: url('Caudex.woff2') format('woff2'),
		url('Caudex.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
		url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('Inter-Regular.woff2') format('woff2'),
		url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
		url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('Inter-Bold.woff2') format('woff2'),
		url('Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/*==========Header==============*/
.topStrip {
	float: left;
	width: 100%;
	background: #007c70;
	height: 32px;
	padding: 4px 0;
	overflow: hidden;
	position: relative;
}

.topStrip img {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin: -2px 4px 0 0;
}

.topStrip p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-weight: 500;
}


.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}

.header {
	float: left;
	width: 100%;
	height: 70px;
	margin-top: -70px;
	position: relative;
	top: 70px;

	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.fixed-nav .header {
	position: fixed;
	z-index: 11;
	top: 0;
	background: #fff;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
}

.logo {
	float: left;
	margin-top: 15px;
}

a.header-btn {
	float: right;
	width: 160px;
	font-size: 15px;
	color: #000;
	height: 45px;
	border-radius: 6px;
	font-weight: 600;
	line-height: 45px;
	background: #fdc22f;
	text-transform: uppercase;
	margin-top: 13px;
}

a.header-btn img {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 8px;
}

ul.mainMenu {
	display: inline-block;
	vertical-align: middle;
	margin: 22px 0 0 50px;
}

ul.mainMenu li {
	float: left;
	padding: 0 20px;
}

ul.mainMenu li a {
	float: left;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
}

ul.mainMenu li a.active,
ul.mainMenu li a:hover {
	color: #007c70;
}


.header .container {
	position: static;
}

.dropMenu2 {
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
	top: 65px;
	opacity: 0;
	visibility: hidden;
	display: block;
	padding: 0;
	transition: all 0.3s ease-in-out;
	z-index: 9;
	-webkit-box-shadow: 0 10px 5px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 5px 1px rgba(0, 0, 0, 0.1);
	border-top: 1px solid #f1f1f1;
}

ul.mainMenu li:hover .dropMenu2 {
	opacity: 1;
	visibility: visible;
}

.megaMenu {
	float: left;
	width: 100%;
	padding: 25px 0;
}

.menuOpen {
	position: relative;
}

.menuOpen:after {
	content: '+';
	position: absolute;
	right: 20px;
	top: 13px;
	color: #333;
	font-size: 25px;
	line-height: 24px;
}

.menuOpen.mnutog:after {
	content: '-';
}

ul.dropdown-mobile {
	float: left;
	width: 100%;
	display: none;
	padding: 10px 25px 15px;
	background: #d6fbff;
}

ul.dropdown-mobile li {
	border: none;
}

ul.dropdown-mobile li a {
	border: none;
	font-size: 16px;
	padding: 10px 32px;
	color: #1a1a1a;
	position: relative;
}

ul.dropdown-mobile li a:before {
	position: absolute;
	left: 8px;
	top: 15px;
	/*background:#1a6834;*/
	background: url(../images/drop-menu-arw.png) no-repeat left center;
	width: 11px;
	height: 15px;
	background-size: 100%;
	/*border-radius:50%;*/
	content: "";
}

ul.mainMenu li a img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}

/* ul.mainMenu li:hover a img{filter: brightness(99);} */
ul.mainMenu li .dropMenu {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	display: none;
	padding: 0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	background: #1a6834;
	top: 23px;
	left: 0;
	overflow: hidden;
	z-index: 99;
	min-width: 220px;
}

.dropMenu ul {
	float: left;
	width: 100%;
}

.dropMenu ul li {
	float: left;
	width: 100%;
	border: none;
	text-align: left;
	padding: 0 !important;
}

.dropMenu ul li a {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	padding: 15px 20px;
	border-top: 1px solid #46875b;
	text-align: left;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

.dropMenu ul li:hover {
	background: #1a6834;
	color: #fff;
}

ul.mainMenu li:hover .dropMenu {
	opacity: 1;
	visibility: visible;
	display: block;
	transform: translateY(18px);
	-webkit-transform: translateY(18px);
	-ms-transform: translateY(18px);
}

ul.tips-list {
	width: 100%;
	margin: 0 auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

ul.tips-list li {
	float: left;
	width: 32%;
	text-align: left;
	background: #fff;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid #dadada;
	position: relative;
	overflow: hidden;
}

ul.tips-list li a {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

ul.tips-list li .tips-img {
	width: 145px;
	margin: 0;
}

ul.tips-list li div {
	width: calc(100% - 145px);
	text-align: left;
	padding-left: 25px;
}

.saving-tips-title {
	font-size: 20px;
	line-height: 28px;
	color: #000;
	text-align: left;
	font-family: 'Caudex';
	font-weight: bold;
}

.saving-tips-title small {
	font-weight: normal;
	font-size: 13px;
	font-family: 'Inter';
}


ul.nav-rgt {
	float: right;
	text-align: left;
	margin: 20px 20px 0 0;
}

ul.nav-rgt li {
	display: inline-block;
	vertical-align: middle;
}

ul.nav-rgt li img {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
}

/*MOBILE MENU CSS*/
.mob-mnu-ic {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 26px;
	z-index: 16;
	height: 30px;
}

.mob-mnu-ic button {
	outline: none;
	-webkit-appearance: none;
	background: none;
	padding: 0;
	cursor: pointer;
	border: none;
	margin: 0;
}

.mob-mnu-ic span {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-top: 4px;
	margin-right: 5px;
}

.bar1,
.bar2,
.bar3 {
	width: 30px;
	height: 3px;
	background-color: #a7a7a7;
	transition: 0.4s;
}

.bar2 {
	margin: 6px 0;
}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background: #a7a7a7;
}

.dl-active .bar2 {
	opacity: 0;
}

.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background: #a7a7a7;
}

.mobilemenu {
	left: 0;
	position: fixed;
	top: 100px;
	background: #fff;
	z-index: 12;
	right: 0;
	bottom: 0;
	overflow: scroll;
	display: none;
	border-top: 1px solid #ddd;
}

.mobimenu-top {
	top: 70px;
}

.mobilemenu li {
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.mobilemenu li a {
	float: left;
	width: 100%;
	padding: 17px 20px;
	font-size: 18px;
	color: #000;
}

.mobilemenu li a.header-btn {
	float: left;
	width: 150px;
	font-size: 18px;
	color: #ffffff;
	height: 42px;
	line-height: 40px;
	font-weight: 600;
	margin: 10px 0;
	border-radius: 20px;
	background: #19c354;
	padding: 0;
	text-align: center;
}

/*==============banner===============*/
.banner-section {
	background: url(../images/bnr-bg.jpg)#f3efeb no-repeat center top;
	float: left;
	width: 100%;
	height: 621px;
	padding: 90px 0;
}

.bnr-content {
	float: left;
	width: 48%;
	text-align: left;
}

.bnr-tag-txt {
	font-size: 20px;
	line-height: 22px;
	color: #006e63;
	font-weight: 600;
	text-transform: uppercase;
}

.bnr-heading {
	font-size: 48px;
	line-height: 58px;
	color: #000;
	font-family: 'Caudex';
	font-weight: bold;
	margin-top: 20px;
}

.bnr-para {
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0.5px;
	color: #000000;
	font-weight: 500;
	margin-top: 17px;
}

.btn-box {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 330px;
	max-width: 100%;
	position: relative;
	margin-top: 50px;
}

.shop-btn {
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #fdc22f;
	border-radius: 6px;
	height: 60px;
	overflow: hidden;
	color: #000;
	font-size: 20px;
	line-height: 60px;
	letter-spacing: 1px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}

.btn-arw {
	display: inline-block !important;
	vertical-align: middle;
	margin: -2px 0 0 15px;
}

.btn-guaranty {
	float: left;
	width: 100%;
	position: relative;
	font-size: 13px;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.3px;
	margin-top: 7px;
}

.btn-guaranty span {
	position: relative;
}

.btn-guaranty span:before,
.btn-guaranty span:after {
	content: '';
	position: absolute;
	top: 8px;
	left: -60px;
	background: #000;
	/*width:50px;*/
	height: 1px;
}

.btn-guaranty span:after {
	left: auto;
	right: -60px;
}

.bnr-seal {
	position: absolute;
	top: 120px;
	right: 500px;
}

/*===========Logos Section==============*/
.logos-section {
	background: #fff;
	float: left;
	width: 100%;
	padding: 25px 0;
}

.featr-txt {
	font-size: 18px;
	line-height: 22px;
	color: #000;
	font-weight: 600;
}

.logos-list {
	margin: 0 auto 0;
	width: 100%;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.logos-list li {
	display: inline-block;
	vertical-align: middle;
}

.logos-list li p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	font-weight: 500;
}

.logos-list li img {
	display: inline-block;
	vertical-align: middle;
}

.logos-list li:nth-child(2) img,
.logos-list li:nth-child(3) img {
	width: 85px;
}

.logos-list li:nth-child(4) img {
	width: 100px;
}

.logos-list li:nth-child(5) img {
	width: 95px;
}

.logos-list li:nth-child(6) img,
.logos-list li:nth-child(7) img {
	width: 150px;
}

/*==========sectionOne============*/
.sectionOne {
	background: #007c70;
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	position: relative;
}

.sectionOne:after {
	content: '';
	position: absolute;
	bottom: -45px;
	left: 50%;
	background: #ffba99;
	width: 1px;
	height: 90px;
}

.common-tag-txt {
	font-size: 20px;
	line-height: 22px;
	color: #006e63;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.color-1 {
	color: #ffdbb3;
}

.common-heading {
	font-size: 48px;
	line-height: 58px;
	color: #000;
	font-family: 'Caudex';
	font-weight: bold;
}

.white {
	color: #fff;
}

ul.s1-list {
	margin: 60px auto 0;
	width: 100%;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.s1-list li {
	text-align: center;
}

ul.s1-list li img {
	margin: 0 auto 0;
	display: block;
	width: 80px;
}

ul.s1-list li p {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin-top: 20px;
}

/*=============sectionTwo============*/
.sectionTwo {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
}

.common-para {
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0.5px;
	color: #000000;
	margin-top: 20px;
}

.s2-product-wrap {
	margin: 0 auto 0;
	width: 100%;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s2-product-col {
	float: left;
	width: 31.5%;
	text-align: center;
	margin-top: 45px;
}

.s2-prdbox {
	float: left;
	width: 100%;
	padding: 30px 10px;
	background: #eef7f7;
	position: relative;
}

.s2-prods {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	width: 240px;
}

.s2-prod-details {
	float: left;
	width: 100%;
	text-align: left;
	padding: 25px 0 0;
	position: relative;
}

.s2-prod-name {
	font-size: 30px;
	line-height: 34px;
	color: #000;
	font-weight: 600;
}

.s2-prod-desc {
	margin-top: 7px;
}

.s2-prod-icn1 {
	position: absolute;
	top: 47px;
	right: 10px;
	width: 40px;
}

.s2-prod-prcbox {
	width: 100%;
	margin: 35px auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.s2-prod-prcbox h4 {
	font-size: 24px;
	line-height: 24px;
	color: #0d776b;
	font-weight: bold;
}

.s2-prod-prcbox h4 span {
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

.s2-prod-prcbox p {
	font-size: 15px;
	line-height: 23px;
	color: #000000;
}

a.s2-order-btn {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 55px;
	background: #fff;
	text-align: center;
	border: 1px solid #000;
	border-radius: 5px;
	font-size: 18px;
	line-height: 55px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 30px;
	transition: 0.5s all ease;
}

a.s2-order-btn img {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 20px;
}

a.s2-order-btn:hover {
	background: #fdc22f;
	border: 1px solid #fdc22f;
}

/*===============sectionThree==========*/
.sectionThree {
	background: url(../images/sec3-bg.jpg) no-repeat center top;
	float: left;
	width: 100%;
	background-size: cover;
	padding: 60px 0 70px;
	overflow: hidden;
}

.s3-content {
	float: right;
	width: 50%;
	text-align: left;
}

.s3-prod-img {
	position: absolute;
	top: 21px;
	left: 40px;
}

/*==========sectionFour================*/
.sectionFour {
	background: #fff;
	float: left;
	width: 100%;
	padding: 70px 0 80px;
	overflow: hidden;
}

.s4-cont {
	float: left;
	width: 25%;
	text-align: left;
}

.s4-star {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}

.s4-rev-txt {
	font-size: 24px;
	line-height: 26px;
	color: #000;
	font-family: 'Caudex';
	font-weight: bold;
	margin-top: 12px;
}

.s4-rgt {
	float: right;
	width: 70%;
}

.s4-product-wrap {
	float: left;
	width: 1440px;
}

.s4-product-col {
	float: left;
	text-align: left;
	width: 310px;
}

.s4-sld-heading {
	font-size: 18px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
}

.t-star {
	display: inline-block !important;
	vertical-align: top;
	margin-top: 12px;
	width: 86px;
}

.s4-sld-para {
	margin-top: 15px;
}

.s4-sld-nmbox {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
	padding: 3px 0 3px;
	margin-top: 15px;
}

.s4-sld-nmbox h4 {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	font-weight: 600;
}

.s4-sld-nmbox p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 14px;
	color: #23ae40;
	font-weight: 500;
	margin-left: 10px;
}

.very-img {
	display: inline-block !important;
	vertical-align: top;
	margin: 2px 2px 0 0;
	width: 12px;
}

/*==============sectionFive===============*/
.sectionFive {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.s5-mid-wrap {
	float: left;
	width: 100%;
}

.s5-mid-row {
	width: 100%;
	margin: 0 auto 0;
	background: #ecf2fe;
	position: relative;

	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-align: center;
	align-items: center;
}

.s5-mid-row:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -4000px;
	background: #ecf2fe;
}

.s5-mid-cont {
	width: 50%;
	text-align: left;
	position: relative;
	z-index: 2;
}

.s5-mid-row .s5-mid-cont {
	padding-left: 45px;
}

.s5-mid-row2 .s5-mid-cont {
	padding-right: 45px;
	padding-left: 0;
}

.s5-mid-row2 {
	background: #fff3f4;
}

.s5-mid-row2:before {
	left: -4000px;
	right: 0;
	background: #fff3f4;
}

.s5-mid-imgbx {
	width: 50%;
	height: 594px;
	position: relative;
}

.s5-mid-imgbx:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: -400px;
	background: url(../images/s5-bnr-img1.jpg) no-repeat right top;
}

.s5-mid-row2 .s5-mid-imgbx:before {
	left: 0;
	right: -400px;
	background: url(../images/s5-bnr-img2.jpg) no-repeat right top;
}

/*=============sectionSix=============*/
.sectionSix {
	background: #fff;
	float: left;
	width: 100%;
	padding: 60px 0 70px;
}

ul.s6-list {
	margin: 0 auto 10px;
	width: 100%;
	padding: 0 40px;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.s6-list li {
	text-align: center;
	margin-top: 50px;
}

ul.s6-list li img {
	margin: 0 auto 0;
	display: block;
	width: 105px;
}

/*=============sectionSeven=============*/
.sectionSeven {
	background: #fffbec;
	float: left;
	width: 100%;
	padding: 60px 0 70px;
}

.s7-block {
	float: left;
	width: 100%;
}

.s7-row {
	float: left;
	width: 100%;
}

.s7-imgbox {
	float: left;
	width: 34%;
}

.s7-bnr-img {
	margin: 0 auto 0;
	display: block;
	border-radius: 12px;
}

.s7-content {
	float: right;
	width: 60%;
	text-align: left;
	margin-top: 30px;
}

.s7-innerbox {
	float: left;
	width: 100%;
	text-align: left;
	background: #fff;
	border-radius: 22px;
	padding: 30px 30px 40px;
	margin-top: 25px;
}

.s7-heading {
	font-size: 30px;
	line-height: 30px;
	color: #000;
	font-family: 'Caudex';
	font-weight: bold;
}

.s7-heading img {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 12px;
}

.s7-para {
	margin-top: 0 !important;
}

.s7-tp {
	margin-top: 12px;
}

.s7-prodBox {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border-top: 1px solid #d2e9e9;
	padding-top: 25px;
	margin-top: 22px;
}

.s7-left {
	float: left;
	width: 44%;
	text-align: left;
	position: relative;
	padding: 4px 0 4px 75px;
}

.s7-left img {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
}

.s7-left h4 {
	font-size: 24px;
	line-height: 24px;
	color: #000;
	font-family: 'Caudex';
	font-weight: bold;
}

.s7-left p {
	font-size: 24px;
	line-height: 24px;
	color: #0d776b;
	font-weight: bold;
	margin-top: 5px;
}

.s7-right {
	float: right;
	width: 53%;
	text-align: right;
}

.s7-right .btn-box {
	margin: 0 auto 0;
}


.package__option {
	margin-top: 25px;
	display: flex;
	-webkit-display: flex;
	border: 2px solid #e1e1e1;
	border-radius: 5px;
	float: left;
	width: 100%;
}

.package__option li.active {
	background: #effffe;
}

.package__option li {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	/* border-right: 3px solid #e1e1e1;*/
	cursor: pointer;
	position: relative;
	padding: 18px 5px;
}

.package__option__text {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.3px;
	font-weight: bold;
	width: 100%;
}

.package__option li.active .pkg-prc {
	color: #007c71;
	font-weight: 600;
}

.package__selection li.active:after,
.package__option li.active:after {
	content: '';
	position: absolute;
	left: -2px;
	right: -2px;
	top: -2px;
	bottom: -2px;
	border: 2px solid #000;
	border-radius: 4px;
	transition: all ease 0.5s;
}

/*==========footer===================*/
.footer {
	background: #01867d;
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}

.footer-col {
	float: left;
	width: 24%;
	text-align: left;
}

.footer-col-1 {
	width: 32%;
	padding-right: 30px;
}

.footer-col-2 {
	width: 24%;
}

.footer-col-3 {
	width: 20%;
}

.footer-logo {
	float: left;
}

.footer-para {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.5px;
	margin-top: 22px;
}

.footer-social {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.footer-social li {
	float: left;
	margin-right: 25px;
}

.footer-heading {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 19px;
	line-height: 23px;
	font-weight: bold;
}

ul.foter-links {
	float: left;
	width: 100%;
	margin-top: 20px;
}

ul.foter-links li {
	float: left;
	width: 100%;
	margin-top: 12px;
}

ul.foter-links li a {
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.3px;
}

ul.foter-links li a img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
}

.footer-bottom {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.ftr-dscripbx {
	float: left;
	width: 100%;
	border: 1px solid #80c3be;
	padding: 12px;
	font-size: 13px;
	line-height: 21px;
	color: #fff;
}

.ftr-text1 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin-top: 40px;
}

/*==========terms==============*/
.terms p {
	text-align: justify;
	margin-bottom: 10px;
}

.terms h2 {
	margin-bottom: 20px;
}

.terms h3 {
	text-align: justify;
	margin-top: 30px;
	margin-bottom: 15px;
}

.terms ul li {
	text-align: justify;
	list-style: unset;
	list-style-position: inside;
	margin-bottom: 15px;
	margin-left: 15px;
}

/*==========other==============*/
.has-error {
	border: 1px solid red !important;
}

.error-message {
	color: red;
	font-size: 0.9em;
	margin-left: 2px;
	visibility: hidden;
	display: inline-block;
}

#submit-message-error {
    display: block;
    width: 100%;
    margin-top: 10px;
    clear: both;
    color: red;
}

@media (max-width: 768px) {
	.error-message.discount-offer-popup-error {
		font-size: 0.8em;
	}
}

/*================Money back guarantee modal===============*/
.chk-mbgbx {
	margin: 94px auto 0 auto;
	width: 100%;
	border: 1px solid #969696;
	border-radius: 20px;
	padding: 0 15px 15px 15px;
}

.chk-mbgbx img {
	margin: -52px auto 12px auto;
	display: block;
}

.chk-mgbbx-hding {
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
	color: #084d72;
	text-align: center;
	text-transform: uppercase;
}

.chk-mgbbx-txt {
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	padding: 10px 0 0 0;
}

.email_us a {
	font-size: 18px;
}

@media only screen and (max-width:1023px) {
	.email_us a {
		font-size: 16px;
	}
}

@media only screen and (max-width:767px) {
	.email_us a {
		font-size: 18px;
	}
}

.free-delivery {
	color: #fdc22f;
}

.hide-mob .free-delivery {
	color: #fdc22f;
}

.hide-desk .free-delivery {
	color: #fdc22f;
}