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

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}

/*======Fonts======*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/04a182ba-798d-4093-9569-44d6fd12909e/66ed35b6-5370-4c19-b7df-75afd28c28fd/Inter-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraBold.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/04a182ba-798d-4093-9569-44d6fd12909e/66ed35b6-5370-4c19-b7df-75afd28c28fd/Inter-ExtraBold.woff") format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/04a182ba-798d-4093-9569-44d6fd12909e/66ed35b6-5370-4c19-b7df-75afd28c28fd/Inter-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/04a182ba-798d-4093-9569-44d6fd12909e/66ed35b6-5370-4c19-b7df-75afd28c28fd/Inter-Medium.woff") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url("https://assets.checkoutchamp.com/Funnel/assets/images/04a182ba-798d-4093-9569-44d6fd12909e/66ed35b6-5370-4c19-b7df-75afd28c28fd/Inter-SemiBold.woff") format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.scraped-container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
.topStrip{
    float: left;
    width: 100%;
    background: #fff8ca;
    padding:5px 0;
	}
.topStrip p{
    display: inline-block;
    vertical-align: middle;
    color: #041e33;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-decoration: underline;
	}
.topStrip p img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 10px 0;
	}
		
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom: 80px;
	}
.nav-sec{
	background:#fff;
	float:left;
	width:100%;
	height:80px;
	
	margin-top:-80px;
	top:80px;
	position:relative;
	}
.fixed-nav .nav-sec{
	position: fixed;
	z-index: 10;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-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);				
	}
	
.logo{
	float:left;
	margin-top:8px;
	}				
ul.menu-list{
    display: inline-block;
    vertical-align: middle;
    margin: 29px 0 0 30px;
	}
ul.menu-list li{
	float: left;
	border-right: 1px solid #000;
	}
ul.menu-list li:last-child{ border:none;}	
ul.menu-list li a{
	float:left;
    color: #000;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.3px;
	padding:0 18px;
	}	
ul.menu-list li a:hover{ color:#009ddb;}
ul.menu-list li a.active{ color:#009ddb;}

a.hdr-btn{
	float: right;
    background: #ffd814;
    width: 155px;
    height: 50px;
    text-align: center;
    font-size: 19px;
    line-height: 50px;
    color: #000;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 15px;
	}
	
/*=======Contact Strip=======*/	
.contact-strip{
	float:left;
	width:100%;
	background:#e3f6fc;
	padding:8px 0;
	}
ul.cont-strp-list{
	margin:0 auto 0;
	width:100%;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}
ul.cont-strp-list li{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}
ul.cont-strp-list li p{
	font-size:14px;
	line-height:14px;
	color:#383838;
	font-weight:500;
	}	
ul.cont-strp-list li img{ margin-right:10px; width:26px;}					
	
/*-----------------------
		BANNER
------------------------*/	
.bnr-section{
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/04a182ba-798d-4093-9569-44d6fd12909e/66ed35b6-5370-4c19-b7df-75afd28c28fd/bnr-bg.jpg") no-repeat center top;
	float:left;
	width:100%;
	padding:50px 0;
	overflow:hidden;
	}	
.bnr-cont{
	float:left;
	width:49%;
	text-align:left;
	}
.bnr-txt1{
	font-size:17px;
	line-height:21px;
	color:#000;
	font-weight:600;
	}	
.bnr-txt1 img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
	}	
.bnr-heading{
    font-size: 53px;
    line-height: 63px;
	color:#000;
	letter-spacing:0.5px;
	font-weight: 800;
	margin-top:12px;
	}
.bnr-heading span{ color:#009ddb;}
.bnr-para{
    font-size: 18px;
    line-height: 28px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:12px;
	}	
ul.bnr-strip{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:490px;
	border-top:1px solid #a8a8a8;
	border-bottom:1px solid #a8a8a8;
	padding:14px 0;
	margin-top:17px;
	}
ul.bnr-strip li{
	display:inline-block;
	vertical-align:middle;
	border-right:1px solid #dedede;
	padding:0 15px 0 10px;
	}
ul.bnr-strip li:first-child{ padding-left:0;}		
ul.bnr-strip li:last-child{ border:none; padding-right:0;}	
ul.bnr-strip li img{
	display:inline-block;
	vertical-align:middle;
	width:33px;
	margin-right:5px;
	}
ul.bnr-strip li p{
	display:inline-block;
	vertical-align:middle;
	font-size:21px;
	line-height:23px;
	color:#000;
	font-weight:bold;
	}
	
ul.bnr-list{
	display:inline-block;
	vertical-align:top;
	width:100%;	
	margin-top:12px;
	}
ul.bnr-list li{
	background: url("https://assets.checkoutchamp.com/Funnel/assets/images/04a182ba-798d-4093-9569-44d6fd12909e/66ed35b6-5370-4c19-b7df-75afd28c28fd/bnr-list-tike.png") left 5px no-repeat;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    color: #000;
    padding: 0 0 0 40px;
    font-weight: bold;	
    margin-top: 8px;
	}	
	
	
.btnBox {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    max-width: 420px;
    margin-top: 50px;
	}	
.bnr-section .btnBox{ margin-top:20px;}	
.btn-txt1{
    font-size: 14px;
    line-height: 14px;
    color: #002039;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:10px;
	}
a.common-btn{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #ffd814;
    text-align: center;
    height: 70px;
    font-size: 23px;
    line-height: 70px;
    color: #000;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
	}
a.common-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 10px;
	}	
.btn-txt2{
    font-size: 14px;
    line-height: 14px;
    color: #002039;
	font-weight:600;
	text-transform:uppercase;
	margin-top:12px;
	}
.btn-txt2 img{
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0px 0 0;
    width: 16px;
	}
	
.bnr-test-Box{
	display:inline-block;
	vertical-align:top;	
    width: 100%;
	max-width:440px;
	background:#f8f4ee;
	border:1px solid #e4dbcd;
	border-radius:10px;
    text-align: left;
    position: relative;
    padding: 10px 10px 10px 80px;
	margin-top:25px;
	}
.bnr-test-Box img{
	position:absolute;
	top:15px;
	left:15px;
	border-radius:50%;
	}	
.bnr-test-Box p{
	font-size:14px;
	line-height:20px;
	color:#000;
	}
.bnr-test-Box h3{
	font-size:16px;
	color:#000;
	font-weight:bold;
	margin-top:5px;
	}
.bnr-test-Box h3 span{
	font-weight:normal;
	font-style:italic;
	}	
	
.bnr-prod{
    position: absolute;
    top: 310px;
    right: 190px;
	}							

/*-----------------------
Logos Sliider
------------------------*/
.logoSlider{
	float:left;
	width:100%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
    background:#fff;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
	height:120px;
	}
.logoSlider p{
	font-size:15px;
	line-height:15px;
	color:#002847;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	top:15px;
	left:50%;
	transform: translateX(-50%);
	z-index: 1;
	}	
.slider_track{
	position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-horizontal 20s linear infinite;
    justify-content: flex-start;
    align-items: center;
    display: flex;
	margin:45px auto 0;
	}
.slide_logo{
	flex: none;
    margin-right:65px;
	}
.slide_logo_img{
	display:block;
	margin:0 auto 0;
	width:140px;
	}	
.slide_logo_img2{ width:150px;}
.slide_logo_img3{ width:140px;}
.slide_logo_img4{ width:120px;}
.slide_logo_img5{width:110px;}
.slide_logo:nth-child(1), .slide_logo:nth-child(6), .slide_logo:nth-child(11), .slide_logo:nth-child(15), .slide_logo:nth-child(5), .slide_logo:nth-child(10){ margin-right:35px;}

@keyframes marquee-horizontal {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

/*-----------------------
Section-1
------------------------*/
.section-1{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.common-heading{
	font-size:42px;
	line-height:52px;
	color:#000;
	font-weight:800;	
	}
.common-heading span{ color:#009ddb;}	
.red{ color:#ee0f0f;}	
.common-para{	
    font-size:18px;
	line-height:26px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:20px;
	}
	
ul.s1-list{
	margin:50px auto 0;
	width:100%;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}
ul.s1-list li{
	float:left;
	width:100%;
	max-width:186px;
	text-align:center;
	border-radius:12px;
	overflow:hidden;
	}	
ul.s1-list li img{
	margin:0 auto 0;
	display:block;
	}
.s1-list-btm{
	float:left;
	width:100%;
	background:#ce1717;
	padding:5px;
	font-size:22px;
	line-height:28px;
	color:#fff;
	font-weight:bold;
	}
.s1-block{
	float:left;
	width:100%;
	margin-top:70px;
	position:relative;
	}
.s1-cont-txt1{
	font-size:28px;
	line-height:38px;
	color:#000;
	letter-spacing:0.3px;
	}	
.s1-cont-txt1 span{ color:#00447a; font-weight:bold;}		
.s1-cont{
	margin:30px auto 0;
    width: 100%;
    max-width: 640px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}					
ul.s1-cont-list{
	display:inline-block;
	vertical-align:middle;	
	}
ul.s1-cont-list li{
	background: url("https://assets.checkoutchamp.com/Funnel/assets/images/04a182ba-798d-4093-9569-44d6fd12909e/66ed35b6-5370-4c19-b7df-75afd28c28fd/bnr-list-tike.png") left 5px no-repeat;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    color: #000;
    padding: 0 0 0 40px;
    font-weight: 600;	
    margin-bottom: 14px;
	}
ul.s1-cont-list li:last-child{ margin-bottom:0;}	
.s1-prod{
	display:inline-block;
	vertical-align:middle;
	}
		
/*-----------------------
Slider Strip
------------------------*/
.sliderStrip{
	float:left;
    width: 100%;
    background:#2e3b6e;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
	height:49px;
	}
.track-horizontal{
	position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-horizontal 30s linear infinite;
    justify-content: flex-start;
    align-items: center;
    display: flex;
	margin:-2px auto 0;
	}
.strp-lst-bx1{
	flex: none;
    margin-right:65px;
	}
.strp-lst-bx1 p{
	display:inline-block;
	vertical-align:middle;
	font-size:17px;
	line-height:17px;
	font-weight:500;
	color:#fff;
	text-align:left;
	padding-left:8px;
	letter-spacing:0.7px;
	}
.strip-icn{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
	}	
	
@keyframes marquee-horizontal {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}		

/*-----------------------
Section-2
------------------------*/
.section-2{
	float:left;
    width:100%;
	background:#fff;
	padding:60px 0 70px;
	}	
ul.s2-list{
	float:left;
	width:100%;
	margin:0 auto 0;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;	
	}
ul.s2-list li{
	float:left;
	width:23.3%;
	text-align:center;
	position:relative;
	margin-top:60px;
	}
.s2-imgbox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	}	
.s2-bnr-imgs{
	margin:0 auto 0;
	display:block;
	border:1px solid #000;
	border-radius:10px;
	}	
.s2-imgs{
	position: absolute;
    right: 15px;
    bottom: -25px;
	}
.s2-img5{
	right:0;
	bottom:-38px;
	}	
ul.s2-list li h3{
	font-size:24px;
	line-height:32px;
	color:#002f54;
	font-weight:bold;
	margin-top:30px;
	}	
ul.s2-list li p{ margin-top:15px;}				
		
.plus-strp{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:55px 0 30px;
	position:relative;
	}
.plus-strp:before{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	right:0;
	background:#dedede;
	height:1px;
	}	
.plus-strp span{
	position:relative;
	background:#fff;
	z-index:2;
	}			
.plus-strp span img{
	margin:0 auto 0;
	display:block;
	}
	
.s2-ofer-txt{
	font-size:28px;
	line-height:36px;
	color:#002f54;
	font-weight:bold;
	}			
		
ul.s2-offer-list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:50px 0 20px;
	}
ul.s2-offer-list li{
	display:inline-block;
	vertical-align:top;
	border-right:1px solid #dedede;
	padding:0 40px;
	position:relative;
	}
ul.s2-offer-list li:last-child{ border:none;}				
ul.s2-offer-list li img{
	margin:0 auto 0;
	display:block;
	}
ul.s2-offer-list li p{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:500;
	margin-top:15px;
	}
ul.s2-offer-list li p span{ color:#00447a;}				
.free-seal{
	position: absolute;
    top: 10px;
    right: 50px;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/04a182ba-798d-4093-9569-44d6fd12909e/66ed35b6-5370-4c19-b7df-75afd28c28fd/free-seal-img.png") no-repeat;
	width:91px;
	height:85px;
	text-align:center;
	font-size:26px;
	line-height:85px;
	color:#fff;
	font-weight:800;
	text-transform:uppercase;
	}		
		
/*-----------------------
Section-3
------------------------*/
.section-3{
	background:#eafcfe;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
ul.s3-list{
	margin:50px auto 20px;
	width:100%;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.s3-list li{
	float:left;
	width:31%;
	text-align:center;
	}	
ul.s3-list li img{
	margin:0 auto 0;
	display:block;
	}	
ul.s3-list li h2{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	margin-top:25px;
	}
ul.s3-list li p{ margin-top:15px;}		
			
/*-----------------------
Section-4
------------------------*/
.section-4{
	float:left;
    width:100%;
	background:#fff;
	padding:60px 0 20px;
	}
.review__row {
	float:left;
    width: 100%;
	}
.review__left{
	float:left;
	width:100%;
	margin-top:40px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;	
	}
.review__rating-box{
	text-align:center;
	width:26%;
	}
.review__rating-no{
	float: left;
    width: 100%;
    color: #000;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
	}
.review__rating-star{
	display:inline-block;
	vertical-align:top;
	margin-top:15px;
	width:180px;
	}
.reviw__rating-verify{
	float:left;
	width:100%;
	margin-top:15px;
	color:#000;
	font-size:17px;
	font-weight:500;
	line-height:20px;
	}
.review__rating-list{
	width:32%;
	}
.review__rating-list li{
	padding: 8px 10px;
	text-align:left;
	border-bottom:1px solid #e1e1e1;
	color:#000;
	font-size:16px;
	font-weight:500;
	line-height:23px;
	}
.review__rating-list li:last-child{ border-bottom:none;}
.review__rating-list li span{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	}
.review__rating-list li span img{
	display:inline-block;
	vertical-align:middle;
	width:72px;
	margin: -4px 10px 0 0;
	}
	
.testi-box{
	margin:40px auto 0;
    width: 100%;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
.testi-row{
	float:left;
	width:32%;
	background:#fff;
	text-align:left;
	padding:25px 20px 20px;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	border-radius:12px;
	}		
.t-star{
    display: inline-block;
    vertical-align: top;
	width:86px;
	}	
.t-para{ margin-top:8px;}
.t-nmbox{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    padding: 3px 0 3px;
    margin-top: 15px;
	}
.t-nmbox h4{
    font-size: 17px;
    line-height: 17px;
    color: #122e4b;
    font-weight: bold;
	}	
.t-nmbox p{
    font-size: 12px;
    line-height: 27px;
    color: #000;
    font-weight: 500;
    margin-top: 6px;
	}	
.t-very-img{
    display: inline-block;
    vertical-align: top;
    margin: 6px 2px 0 0;
	width:17px;
	}			
	
/*-----------------------
Section-5
------------------------*/
.section-5{
	float:left;
    width:100%;
	background:#fff;
	padding:60px 0 70px;
	}
.package_section{
	margin:90px auto 0;
	width:100%;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: flex-start;
	}
.package{
	float:left;
	width:32%;
	background:#fff;
	border:2px solid #b6b6b6;
	border-radius:10px;
	overflow:hidden;
	}
.package.active{ border:2px solid #103c5e; margin-top:-50px;}	
.pkage1{ order:2;}
.pkage2{ order:1;}
.pkage3{ order:2;}
.pkage_heading{
	float:left;
	width:100%;
	background:#fff;
	font-size:27px;
	line-height:29px;
	font-weight:bold;
	color:#00447a;
	padding:15px 10px;
	}
.package.active .pkage_heading{
	background:#00447a;
	color:#fff;
	}	
.pkage_prod_box{
	float:left;
	width:100%;
	margin:10px auto 0;
	position:relative;
	}
.pkage_prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.pkg-free-seal{
	position: absolute;
    top: 40px;
    right: 30px;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/04a182ba-798d-4093-9569-44d6fd12909e/66ed35b6-5370-4c19-b7df-75afd28c28fd/free-seal-img.png") no-repeat;
	width:82px;
	height:82px;
	background-size:82px;
	text-align:center;
	font-size:20px;
	line-height:22px;
	color:#fff;
	font-weight:800;
	text-transform:uppercase;
	padding-top:12px;
	}
.pkg-free-seal span{ font-size:13px;}		
		
ul.pkage_list{
	float:left;
	width:100%;
	padding:0 15px;
	margin-top:15px;
	}
ul.pkage_list li{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	padding:6px 5px 6px 25px;
	font-size:16px;
	line-height:22px;
	color:#000;
	border-bottom:1px solid #dedede;
	background:url("https://assets.checkoutchamp.com/Funnel/assets/images/04a182ba-798d-4093-9569-44d6fd12909e/66ed35b6-5370-4c19-b7df-75afd28c28fd/pakcge_check.png") no-repeat left 10px;
	background-size:15px;	
	}
ul.pkage_list li:last-child{ border-bottom:none;}	
ul.pkage_list li .price{
    float: right;
	color:#103d60;
	}
	
.gift-incl{
    float: left;
    width: 100%;
    background: #fff8de;
    padding:12px 15px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #d7d7d7;
	cursor:pointer;
	margin-top:15px;
	}
.gift-row{
    float: left;
    width: 100%;	
	position: relative;
	}	
.gift-row:after{
    content: '';
    position: absolute;
 	right: 3%;
    top: 50%;
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/04a182ba-798d-4093-9569-44d6fd12909e/66ed35b6-5370-4c19-b7df-75afd28c28fd/pck-grn-arw.png") right top no-repeat;
    width: 26px;
    height: 26px;
    transition: all ease 0.5s;
	margin-top:-12px;
	}	
.gift-row.open:after{
    transform: rotate(180deg);
	}		
.gift-incl h3{
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    color: #002d51;
	}	

ul.gift-lst{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.gift-lst li{
	position:relative;
	font-size:15px;
	line-height:20px;
	padding-left:18px;
	letter-spacing:0.5px;
	margin:8px 0 0;
	}
ul.gift-lst li:after{
	content:'';
	position:absolute;
	left:0;
	top:6px;
	width:6px;
	height:6px;
	background:#222;
	border-radius:50%;
	}	
			
.cut_price{
	display:inline-block;
	vertical-align:top;
	font-size:34px;
	line-height:34px;
	color:#8f8f8f;
	font-weight:500;
	margin-top:15px;	
	}	
.cut_price span{ position:relative;}	
.cut_price span:after{
    position: absolute;
    content: "";
    left: -5px;
    right: -5px;
    top: 24px;
    border-top: 2px solid #ff1111;
	}	
.pkage_price{
	font-size:34px;
	line-height:34px;
	color:#103d60;
	font-weight:bold;
	margin-top:7px;	
	}	
.pkg_btnbox{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:330px;
	margin-top:22px;
	}
.pkg_btn-txt1{
    font-size: 14px;
    line-height: 14px;
    color: #002039;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:7px;
	}
a.package_btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
    background: #0fc270;
	text-align:center;
    height: 55px;
    font-size: 25px;
    line-height: 55px;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
	letter-spacing:0.5px;
	}
a.package_btn img{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 10px;
	}			
.pkg-card{
	display:inline-block;
	vertical-align:top;
	margin-top:12px;
	}	
.pkg_ship{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#edf3f7;
	padding:5px;
	font-size:13px;
	color:#070808;
	margin-top:10px;	
	}	
.pkg_ship img{
	display:inline-block;
	vertical-align:middle;
	margin:0 3px 0 0;
	}
	
.space_line{
	float:left;
	width:100%;
	min-height:136px;
	}		

/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
    width:100%;
	text-align:center;
	background:#fff;
    padding:40px 0;
	border-top: 1px solid #ccc;
	}
.ftr-logo{
	margin:0 auto 15px;
	display:block;
	}	
.ftr-txt{
    float:left;
	width:100%;
	font-size:17px;
	line-height:31px;
	color:#000000;
	}	
.footer .ftr-txt a{
    padding:0 3px;
    color:#000;
	}							
	
/*--------------------PLUSE--------------------*/	
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
 0% {
 transform: scale(0.9);
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(0.9);
}
}
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(0.95);
}
 50% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.95);
}
}

/*=========Media Query=========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	

@media only screen and (max-width:1200px){
.scraped-container{width:1004px;}

.bnr-cont{ width:54%;}
.bnr-heading{ font-size: 48px; line-height: 58px;}
.bnr-prod{ top: 405px; right: 150px; width: 375px;}

ul.s1-list li{ max-width:160px;}

.space_line{ min-height:158px;}
ul.pkage_list li{ font-size:14px;}
.pkg_btnbox{ max-width:290px;}
}


@media only screen and (max-width:1021px){
.scraped-container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.mob-mnu-ic{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 16;
    height: 30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3{
	width: 30px;
	height: 3px;

	background-color: #737373;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#737373;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#737373;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:116px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}	
.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:hover{color:#000;}

ul.menu-list{ display:none;}

a.hdr-btn{ margin:15px 50px 0 0;}

.bnr-txt1{ font-size:16px; line-height:20px;}
.bnr-heading{ font-size: 37px; line-height: 47px;}
ul.bnr-list li{ font-size:20px;}
.bnr-prod{ width: 320px; right: 0; top: 460px;}

.section-1{ padding:50px 0 60px;}
.common-heading{ font-size: 36px; line-height: 46px;}
ul.s1-list li{ max-width: 115px;}
.s1-list-btm{ font-size:18px; line-height:24px;}
.s1-cont-txt1{ font-size: 24px; line-height: 32px;}
ul.s1-cont-list li{ font-size:20px;}
.btnBox{ margin-top:35px;}

.section-2{ padding:50px 0 60px;}
ul.s2-list li{ width:24%;}
ul.s2-list li h3{ font-size:20px; line-height:26px;}
.s2-ofer-txt{ font-size: 26px; line-height: 32px;}
ul.s2-offer-list li{ padding: 0 10px; width: 32%;}
ul.s2-offer-list li p{ font-size: 16px; line-height: 24px;}

.section-3{ padding:50px 0 60px;}
ul.s3-list li{ width:32%;}
ul.s3-list li h2{ font-size: 22px; line-height: 28px;}

.section-4{ padding:50px 0 20px;}
.review__rating-box{ width:36%;}
.review__rating-list{ width:45%;}
.testi-row{ padding:20px 10px;}
	
.section-5{ padding:50px 0 60px;}
.pkage_heading{ font-size:20px; line-height:26px;}
.pkage_prod_box{ padding:0 10px;}
ul.pkage_list{ padding:0 10px;}
ul.pkage_list li{ font-size: 10px; padding: 5px 5px 5px 20px;}
.gift-incl h3{ font-size: 15px; line-height: 15px;}
.pkg_btnbox{ max-width: 225px;}
a.package_btn{ font-size:22px;}
ul.gift-lst li{ font-size:14px; line-height:18px;}
.space_line{ min-height: 160px;}

}

@media only screen and (max-width:767px){
.scraped-container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.topStrip{ padding:6px 0;}
.topStrip p{ font-size: 13px; line-height: 19px; position: relative;}
.topStrip p img{ margin: 0; position: absolute; top: 6px; left: -37px;}
.topStrip p img.stp-icn2{ left:auto; right:-37px;}

.mob-mnu-ic{ top:2px; right:15px; display:none;}
.mobilemenu{ top:80px;}
.mobimenu-top{ top: 50px;}

.top-fix-bar{ margin-bottom:55px;}
.nav-sec{ height:55px; margin-top: -55px; top: 55px; padding:6px 0;}
.logo{ width: 100px; float:none; margin:0 auto 0; display:block;}

.contact-strip{ padding:7px 0;}
ul.cont-strp-list, ul.cont-strp-list li{ justify-content: center;}
ul.cont-strp-list li img, ul.cont-strp-list li p{ display: inline-block;vertical-align: middle;}
ul.cont-strp-list li img{ margin-right: 7px; width: 22px;}

.bnr-section{ background:#fff; padding:22px 0 25px;}
.bnr-cont{ width:100%; text-align:center;}
.bnr-txt1{ font-size: 14px; line-height: 18px;}
.bnr-txt1 img{ margin: -3px 3px 0 0; width: 80px;}
.bnr-heading{ font-size: 30px; line-height: 36px; margin-top:10px;}
.bnr-para{ font-size: 16px; line-height: 24px;}
.bnr-prod-mob{ margin:10px auto 0;}
.banner_stock-strip{
	float: left;
    font-size: 14px;
    line-height:20px;
    font-weight: 600;
    color: #000;
	margin-top:20px;
	background:#fff1b7;
	border-radius:50px;
	padding:9px 20px 9px 15px;
	}
.banner_stock-strip span{
	display:inline-block;
	vertical-align:middle;
	}
.banner_stock-strip span:first-child {
    padding-left: 15px;
    position: relative;
	}
.banner_stock-strip span:first-child:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0fae5a;
    animation: blinker 1s infinite ease-in-out;
	}
.hourglass{
    display: inline-block;
    vertical-align: middle;
    margin: -3px 2px 0 6px;
    width: 8px;
	}	
	
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
	}	

.hourglass{
	animation:rotate 2.5s  ease-in-out forwards infinite 
	}
@keyframes rotate{
0%{transform:rotate(0)}
50%{transform:rotate(180deg)}
100%{ transform:rotate(180deg)}
} 	

ul.bnr-list{ max-width:305px;}
ul.bnr-list li{ font-size: 18px; line-height: 28px; background-size: 20px; padding-left: 35px; margin-top: 6px;}
.bnr-section .btnBox{ margin-top: 25px;}
a.common-btn{ height: 60px; font-size: 20px; line-height: 60px;}
.bnr-test-Box{ padding:10px 10px 10px 70px;}
.bnr-test-Box img{ left:10px;}
.bnr-test-Box h3{ font-size:15px;}

.logoSlider{ height:85px;}
.slider_track{ margin: 36px auto 0;  animation: marquee-horizontal 5s linear infinite;}
.logoSlider p{ font-size: 14px; line-height: 14px;}
.slide_logo{ margin-right:38px;}
.slide_logo:nth-child(1), .slide_logo:nth-child(6), .slide_logo:nth-child(11), .slide_logo:nth-child(15), .slide_logo:nth-child(5), .slide_logo:nth-child(10){ margin-right:5px;}
.slide_logo_img{ width:110px;}
.slide_logo_img2{ width:150px;}
.slide_logo_img3{ width:105px;}
.slide_logo_img4{ width:100px;}
.slide_logo_img5{ width:90px;}

.section-1{ padding: 25px 0 20px;}
.common-heading{ font-size: 26px; line-height: 36px;}
.common-para{ font-size: 16px; line-height: 24px; margin-top: 15px;}
ul.s1-list{ margin:18px auto 0;}
ul.s1-list li{ max-width: 110px; margin-top: 8px;}
.s1-list-btm{ font-size: 15px; line-height: 21px;}
.s1-block{ margin-top:30px;}
.s1-prod{ width: 80px;}
.s1-cont-txt1{ font-size: 22px; line-height: 28px;}
ul.s1-cont-list li{ font-size: 17px; line-height: 26px; padding-left: 32px; background-size: 20px; margin-bottom: 8px}

.sliderStrip{ width:calc(100% + 30px); margin:5px auto 0; margin-left:-15px; height:41px;}
.track-horizontal{ margin:9px auto 0; animation: marquee-horizontal 20s linear infinite;}
.strp-lst-bx1{ margin-right:20px;}
.strp-lst-bx1 p{ font-size:15px; line-height:15px; padding-left:5px;}
.strip-icn{ width:20px;}

.section-2{ padding: 25px 0 35px;}
ul.s2-list{ margin:25px auto 0;}
ul.s2-list li{ margin:0 0 40px;}
ul.s2-list li:last-child{ margin-bottom:0;}
ul.s2-list li{ width:100%;}
ul.s2-list li h3{ margin-top:20px;}
ul.s2-list li p{ margin-top: 10px;}
.plus-strp{ margin:35px 0 22px;}
.plus-strp span img{ width:40px;}
.s2-ofer-txt{ font-size: 21px; line-height: 28px;}
ul.s2-offer-list{ margin:10px 0 0;}
ul.s2-offer-list li{ padding: 0 0 15px 86px; width: 100%; border: none; border-bottom: 1px solid #dedede; text-align: left; margin-top: 15px; position: relative;}
ul.s2-offer-list li img{ position: absolute; top: 0; left: 0; width: 70px;}
ul.s2-offer-list li p{ font-size:18px; line-height:26px; margin-top:2px;}
.free-seal{ right: auto; top: 4px; left: 42px; background-size: 30px; width: 30px; height: 30px;
line-height: 30px; font-size: 9px;}
ul.s2-offer-list li:last-child{ padding-bottom:0;}

.section-3{ padding: 25px 0 35px;}
ul.s3-list{ margin: 25px auto 0;}
ul.s3-list li{ width: 100%; text-align: left; padding: 0 0 20px 80px; margin-top: 20px;
position: relative; border-bottom: 1px solid #dedede;}
ul.s3-list li:last-child{ padding-bottom:0; border:none;}
ul.s3-list li img{ position: absolute; top: 12px; left: 0; width: 75px;}
ul.s3-list li:nth-child(2) img{ width:65px;}
ul.s3-list li h2{ font-size: 20px; line-height: 26px; margin-top:0;}
ul.s3-list li p{ margin-top: 10px;}

.section-4{ padding: 25px 0 20px;}
.review__row{ margin:20px auto 0;}
.review__left{ width:100%; margin:0;}
.review__rating-box{ width:100%;}
.review__rating-no{ font-size: 42px; line-height: 42px;}
.review__rating-list{ width:100%; margin-top: 15px;}
.review__rating-list li{ padding: 6px 5px; font-size: 16px;}
.review__rating-star{ margin-top: 10px; width: 110px;}
.reviw__rating-verify { margin-top: 10px; font-size: 15px;}
.testi-box{ margin-top:20px;}
.testi-row{ width:100%; margin-top: 12px; padding: 17px 15px 13px;}
.t-para{ margin-top:8px;}

.section-5{ padding: 25px 0 35px;}
.package_section{ margin:10px auto 0;}
.package{ width:100%; margin-top:25px;}
.pkage1{ order:1; float:left;}
.pkage2{ order:2;}
.pkage3{ order:3;}
.package.active{ margin-top:10px;}
.space_line{ display:none;}

.pkage_heading{ font-size: 24px; line-height: 30px; padding:12px;}
ul.pkage_list li{ font-size:15px; padding-left:24px;}
.pkg_btnbox{ max-width:90%;}
.gift-incl p{ font-size:17px; color:#103d60; font-weight:bold;}
.gift-incl p span{ font-size:22px; line-height:26px;}
.gift-incl:after{ top: 50%; margin-top: -12px;}
ul.gift-lst{ margin-bottom:8px;}
.pkage3 ul.gift-lst{ margin-bottom:0;}

.footer{ padding:0 0 20px;}
.ftr-logo{ margin: 20px auto 10px; width: 100px;}
.ftr-txt{ font-size: 15px; line-height: 26px;}

#ctabtn-mob{
	background: #000;
	padding:10px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#ctabtn-mob .btnBox{ margin-top:0;}
#ctabtn-mob .btn-txt2{ color:#fff;}	

}

@media only screen and (max-width:360px){

}