@charset "utf-8";

/*-----------------------
SECTION-1
------------------------*/
.section-1{
	float:left;
	width:100%;
	background:url(../images/sec1.webp) center top no-repeat;
	background-size:cover;
}
.sec1_content{
	width:54%;
	text-align:left;
	padding:100px 0;
	position:relative;
}
.sec1_rating{
	    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    background: #ddf0ff;
    border-radius: 100px;
    padding: 10px 20px;
    display: inline-block;
    vertical-align: top;
}
.sec1_rating img{
	width:97px;
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
}
.sec1_heading{
	font-size: 60px;
	line-height: 76px;
	font-weight: 800;
	color: #000;
	margin: 15px 0 0;
	font-family: "Playfair Display", serif;
}
.sec1_heading span{
	color: #41a0e8;
	background: url(../images/sec1-hdg-line.webp) center bottom no-repeat;
}
.sec1_text{
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	margin: 20px 0 0;
	display: inline-block;
	width: 90%;
}
.button_box{
	display:inline-block;
	vertical-align:top;
	max-width:415px;
	width:100%;
	text-align:center;
	margin:40px 0 0;
}
.button_top{
	font-size:13px;
	line-height:15px;
	font-weight:600;
	position:relative;
	margin:0 0 10px;
}
.button_top:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:7px;
	height:7px;
	background:#20dc4c;
	box-shadow:0px 0px 0px 3px #caf0d9;
	border-radius:50%;
	margin:-2px 10px 0 0;
	animation:breath 1.3s infinite;
}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0.5;}
	100% { opacity:1;}
}
.common_button{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #ffa200;
    height: 63px;
    font-size: 22px;
    line-height: 63px;
    font-weight: 800;
    color: #ffffff;
    border-radius: 12px;
}
.common_button img{
	display: inline-block;
    vertical-align: middle;
    width: 17px;
    margin: -5px 0 0 5px;
    filter: invert(1);
}
.button_btm{
	font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button_btm img{
	width:13px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 3px 0 0;
}
ul.sec1_logos{
	display:flex;
	display:-webkit-flex;
	gap:45px;
	margin:50px 0 0;
}
ul.sec1_logos li img{
	height:35px;
}
.sec1_seal{
	position: absolute;
    top: 380px;
    right: -110px;
    width: 114px;
}

.ben_sld_sec{
	float:left;
	width:100%;
	border-bottom:1px solid #cfd1d4;
	}
.ben_sld{
	padding:22px 0;
	overflow: hidden;
	display: flex;
    flex-wrap: nowrap;
	}
.ben_sld_track{
	display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 40s linear infinite;
	}
.ben_sld_bx{
	display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
	padding:0 20px;
	}
.ben_sld_img{
	display:inline-block;
	vertical-align:middle;
	margin:2px 10px 0 0;
	width:28px;
	}
.ben_sld_img img{
	width:100%;
}
.ben_sld_bx p{
	font-size:16px;
	font-weight:700;
	color:#000;
	display:inline-block;
	vertical-align:middle;
	}
@keyframes marquee-horizontal {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

/*-------------------------
     PRODUCT SECTION CSS
--------------------------*/
.prod-section{
	float: left;
	width: 100%;
	padding: 60px 0;
	text-align: center;
	}
.common_heading{
	    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: #000000;
	font-family: "Playfair Display", serif;
}
.common_text{
	    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    margin: 25px 0 0;
	
}
.sec-heading{
	    float: left;
    width: 100%;
    font-size: 34px;
    line-height: 52px;
    color: #000000;
    font-weight: 600;
	}
.prod-box{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	}
.prod-sec .sec1-box{ margin-top:0;}
.prod-bx-pr{
	float:right;
	font-size:16px;
	line-height:24px;
	font-weight:600;
	color:#ffc200;
	margin-top:20px;
	padding-right: 45px;
	position:relative;
	}
.prod-bx-pr a{ color:#ffc200;}
.prod-bx-pr:after{
	position:absolute;
	content:'';
	width:40px;
	height:4px;
	background:#ffc200;
	top:11px;
	bottom:0;
	right:0;
	}
.com-heading{
	float:left;
	width:100%;
	font-size:40px;
	line-height:50px;
	color:#000000;
	font-weight: normal;
	}
.com-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	color:#333333;
	margin-top:15px;
	}
.shop-box{
	    float: left;
    width: 100%;
    margin-top: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
	}

.shop-colm-list{
	width: 23%;
    padding: 0 15px 30px;
    border-radius: 10px;
    background: #f2f5fc;
    text-align: center;
	}
.wdth-50{
	width: 32%;
	padding: 20px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	    flex-wrap: wrap;
}
.wdth-50 .left{ width:100%;}
.wdth-50 .right{ width:100%; float:right;}
.sp-img{
	display:inline-block;
	vertical-align:middle;
	margin-left: -22px;
	}
.shop-prod{
	float: left;
    width: 100%;
    /* height: 300px; */
    margin-top: -30px;
    margin-bottom: 10px;
    
	}
.prod-picc{
	display:inline-block;
	vertical-align:middle;
	margin-top:45px;
	}
.sp-bx-pr{
	    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 34px;
	}
.sp-bx-pr span{ font-weight:400; font-size:16px; line-height:24px;}
.sp-bx-pr2{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 26px;
    color: #333333;
    margin-top: 10px;
    font-weight: 700;
	}
.sp-bx-pr2 img{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 10px 0 0;
	width:93px;
	}
a.click-btn2{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    height: 52px;
    font-size: 20px;
    line-height: 51px;
    color: #fff;
    border-radius: 9px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    background: #ffa200;
	}

/*-----------------------
SECTION-4
------------------------*/
.section-4{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f2f5fc;
}
.sec4_left{
	float:left;
	width:46%;
	text-align:left;
}
.sec4_right{
	float:right;
	width:46%;
	text-align:left;
}
.sec4_videobx{
	float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    /* height: 527px; */
    margin: 40px auto 0;
    border-radius: 10px;
}
.sec4_videobx video, .sec4_video_img{
    width: 100%;
    background: #000;
}
ul.sec4_list{
	display:flex;
	display:-webkit-flex;
	padding:25px 0;
	border-bottom:2px solid #41a0e8;
}
ul.sec4_list li{
	position:relative;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	padding:0 25px;
	width:33.3%;
}
ul.sec4_list li:before{
	content:'';
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	border-right:1px solid #e1e1e1;
}
ul.sec4_list li:last-child:before{border-right:none;}
.sec4_list_content{
	width:calc(100% - 57px);
	padding:0 0 0 20px;
	text-align:left;
}
.sec4_list_hdg{
	font-size:24px;
	line-height:28px;
	font-weight:800;
}
.sec4_list_txt{
	font-size:18px;
	line-height:26px;
	margin:8px 0 0;
}
.sec4_list_icon{
	width:57px;
}

/*-----------------------
SECTION-5
------------------------*/
.section-5{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
}
.sec5_inner{
	    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin: 30px 0 0px;
}
.sec5_inner_box{
	width:31.5%;
	background:#fff;
	border-radius:12px;
	padding:25px 10px 0;
	position:relative;
}
.sec5_box_num{
	width:32px;
	height:32px;
	background:#ffa200;
	border-radius:50%;
	position:absolute;
	right:15px;
	top:25px;
	font-size:18px;
	line-height:32px;
	font-weight:700;
	color:#fff;
	text-align:center;
}
.sec5_box_hdg{
	    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    color: #000000;
    text-align: left;
    padding: 0 25px 0 16px;
}
.sec5_box_img{
	max-width: 100%;
	border-radius: 20px;
	border: 10px solid #f2f6fb;
	margin: 20px auto 0;
}
.sec5_box_txt{
	    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    margin: 15px 0 0;
    padding: 0;
}
	
/*===========sec-6=============*/
.section6{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f2f5fc;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:1000px;
	width:100%;
	margin:20px 0 0;
	padding:0 15px 15px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	-webkit-box-shadow:0 4px 9px 1px rgba(0,0,0,0.1);
	box-shadow:0 4px 9px 1px rgba(0,0,0,0.1);
	margin-top:25px;
	border-radius:10px;
	background:#fff;
	overflow:hidden;
	}
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat right 15px center;
	padding:25px 45px 25px 25px;
	font-size:20px;
	line-height:26px;
	font-weight:700;
	color:#000;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat right 15px center #fff;
	border:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	padding:0 30px 15px 25px;
	}
.acdn-para{
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 15px;
	}

/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 40px 0;
}
.trms-innner {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
}
.trms-sec2 h1{
	    height: 40px;
    line-height: 40px;
    background: #41a0e8;
    color: #fff;
    margin: 20px 0 20px 0;
    padding: 0 10px;
    font-size: 20px;
    float: left;
    width: 100%;
}
.trms-sec2 h3{
	font-size:18px;
	font-weight:700;
	float:left;
	width:100%;
	margin:0px 0 10px;
}
.trms-sec2 p{
	    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0 20px;
}
.trms-sec2 ol{
	float:left;
	width:100%;
	padding:0 20px;
	}
.trms-sec2 ol li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0 10px;
    list-style: auto;
}
.trms-sec2 h4, .trms-sec2 h5{
	font-size:20px;
	font-weight:600;
	float:left;
	width:100%;
	margin:10px 0;
	}
.trms-sec2 h5{ font-size:20px; font-weight:400;}
.top_sec {
       float: left;
    width: 100%;
    background: #5ac23b5;
    margin-bottom: 20px;
    text-align: left;
}
.trms-sec2 .top-txt {
	float: left;
	width: 100%;
	font-weight: 700;
	color: #ffffff;
	text-transform: capitalize;
	line-height: 31px;
	/* height: 37px; */
	font-size: 22px;
	padding: 5px 14px;
	margin: 0;
	background: #41a0e8;
}
.ing-lft-bx {
    float: left;
    width: 100%;
    text-align: center;
}
.ing-lft-bx img {
    max-width: 100%;
}

@media only screen and (max-width: 767px){
	.tems_bg {    padding: 10px 0;}
	.trms-sec2{ padding:30px 0;}
.tems_bg {padding: 10px 0;}
.trm-bx{padding: 10px;}
.trms-sec2 h3{font-size: 17px;}
	}

/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	z-index: 9999600 !important;
	border: 0px;
	opacity: 0.75;
	background-color: rgb(0, 0, 0) !important;
}
.pop-up-bg-in {
	height: 100% !important;
	position: fixed !important;
	top: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	border: 0px;
	opacity: 0.93;
	box-shadow: rgba(0, 0, 0, 0.25) 4px 0px 5px 0px !important;
	background-color: rgb(255, 255, 255) !important;
	transition: left 1s ease 0s !important;
	z-index: 10000010 !important;
	width: 390px !important;
	left: 0px;
}
.pop-up-left {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	border: 0px;
	background-color: rgb(0, 0, 0) !important;
	display: none !important;
	opacity: 0.8 !important;
	z-index: 10000001 !important;
}
.pop-up-left-txt {
	    position: fixed !important;
    left: 40px;
    bottom: 50% !important;
    top: initial !important;
    margin-bottom: -120px !important;
    margin-left: 0px !important;
    width: 300px !important;
    min-height: 40px !important;
    height: auto !important;
    z-index: 10000100 !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: left 30px !important;
    background-image: url(../images/ageverify.png) !important;
    background-size: auto 50px !important;
    text-align: left !important;
    text-shadow: none !important;
    color: rgb(0, 0, 0) !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
    text-transform: capitalize;
    box-sizing: initial !important;
    padding: 100px 0px !important;
    overflow-wrap: break-word !important;
    line-height: 31px !important;
    border: none !important;
    transition: left 1s ease 0s !important;
}
.pop-up-left-txt span{
	font-weight: 700 !important;
	}
.no-btn {
	position: fixed !important;
	cursor: pointer;
	left: 190px;
	margin-left: 0px !important;
	top: 50% !important;
	margin-top: 35px !important;
	height: 40px !important;
	width: 140px !important;
	color: rgb(255, 255, 255) !important;
	font-size: 22px !important;
	min-width: 1em !important;
	line-height: 1em !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-align: center !important;
	padding: 0px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	background-image: none !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: #e1bc5c !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: #42ac47 !important;
	z-index: 10000400 !important;
	transition: left 1s ease 0s !important;
	appearance: none !important;
}
.yes-btn {
	position: fixed !important;
	cursor: pointer !important;
	left: 40px;
	margin-left: 0px !important;
	top: 50% !important;
	margin-top: 35px !important;
	height: 40px !important;
	width: 140px !important;
	color: rgb(255, 255, 255) !important;
	font-size: 22px !important;
	min-width: 1em !important;
	line-height: 1em !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-align: center !important;
	padding: 0px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	background-image: none !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: #e1bc5c !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: #42ac47 !important;
	appearance: none !important;
	transition: left 1s ease 0s !important;
	z-index: 10000200 !important;
}