@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-Bold.woff2') format('woff2'),
        url('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('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('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    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-ExtraBold.woff2') format('woff2'),
        url('Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*-----------------------
CSS FOR TOP STRIP
------------------------*/		
.top_strip{
	float:left;
	width:100%;
	background:#1c1c1c;
	padding:8px 0;
	}	
.top_strip p{
	font-size:14px;
	line-height:15px;
	letter-spacing:0.3px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	}	
	
/*-----------------------
CSS FOR HEADER
------------------------*/	
.header{
	background:#fff;
	float:left;
	width:100%;
	height:80px;
	}
.logo{
	float:left;
	width:137px;
	margin-top:12px;
	}
.header_btn{
    float: right;
    width: 100%;
    max-width: 190px;
    height: 42px;
    border-radius: 35px;
    color: #fff;
    font-size: 13px;
	text-transform:uppercase;
    line-height: 42px;
    font-weight: bold;
    margin-top: 19px;
	background: #C89229;
	background: linear-gradient(90deg, rgba(200, 146, 41, 1) 10%, rgba(226, 172, 49, 1) 45%, rgba(200, 146, 41, 1) 89%);

	box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
	}			
 	
/*-----------------------
		BANNER
------------------------*/	
.banner_section{
	background:url(../images/banner-bg.webp) no-repeat center top;
	float:left;
	width:100%;
	background-size:cover;
	position:relative;
	overflow-x: clip;
	}	
.bnr_sec_inner{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	}		
.bnr_content{
	width:52%;
	text-align:left;
	padding:40px 0 50px;
	}
.bnr_reviews_text{
	font-size:15px;
	line-height:15px;
	color:#000;
	}	
.bnr_reviews_text img{
	display:inline-block;
	vertical-align:middle;
	width:76px;
	margin:-7px 8px 0 0;
	}	
.bnr_heading{
    font-size: 52px;
    line-height: 58px;
	color:#000;
	font-weight:600;
	margin-top:8px;
	}
.bnr-line-img{
	display:inline-block;
	vertical-align:top;
	width:440px;
	margin-top:15px;
	}	
.bnr_text{
    font-size: 17px;
    line-height: 25px;
	color:#000;
	margin-top:20px;
	}
ul.bnr_list{
	width:100%;
	margin:36px auto 0;
	display: -webkit-flex;
	display: flex;
	column-gap: 16px;
	}	
ul.bnr_list li{
	display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    column-gap: 10px;
    text-align: left;
	}	
ul.bnr_list li img{
	display:block;
	width:auto;
	height:35px;
	}
ul.bnr_list li h3{
	font-size:18px;
	line-height:20px;
	color:#000;
	font-weight:600;
	margin-top:6px;
	}
ul.bnr_list li p{
	font-size:15px;
	line-height:16px;
	color:#000;
	margin-top:6px;
	}	
.bnr_list_line{
	background:#ddd1b1;
	width:1px;
	}
	
/*Button*/
.button__box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:50px;
	}
.banner_section .button__box{ margin-top:45px;}	
.button__width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:435px;
	text-align:center;
	}
.button_stock{
	font-size:14px;
	line-height:16px;
	color:#000;
	margin-bottom:10px;
	}
.button_stock:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34c759;
    margin: -1px 7px 0 0;
    animation: breath 1.3s infinite;
	}	
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0;}
	100% { opacity:1;}
	}	
.button_stock img{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin: -1px 0 0 10px;
	}	
.common__button{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 65px;
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 65px;
    font-weight: bold;
	background: #C89229;
	border:1px solid #c48e24;
	text-transform:uppercase;
	background: linear-gradient(90deg, rgba(200, 146, 41, 1) 7%, rgba(226, 172, 49, 1) 45%, rgba(200, 146, 41, 1) 93%);
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.1);
	}
.common__button img{
	display:inline-block;
	vertical-align:middle;
	width:24px;
	margin:-5px 0 0 20px;
	}
.btn_mnybk_text{
	font-size:14px;
	line-height:14px;
	color:#000;
	margin-top:10px;
	}	
.btn_mnybk_text img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 7px 0 0;
	width:14px;
	}	
	
.bnr-model{
	position:absolute;
	right:-100px;
	bottom:0;
	width:651px;
	}	
.bnr-adt-img{
    position: absolute;
    right: 192px;
    bottom: 90px;
    width: 326px;
	}	
.bnr-prod{
    position: absolute;
    top: 0;
    right: 304px;
    width: 295px;
	}	
	
/*-----------------------
 Features Strip
------------------------*/	
.features_strip{
	float:left;
	width:100%;
	background:#7c7165;
	}
.features_strip_inner{
	float: left;
    width: 100%;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
	}
.features_left{
    text-align: left;
    width: 46.4%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	}	
.features_content{
	text-align:left;
	}
.features_content img{
    display: block;
    width: auto;
    height: 44px;
	}
.features_content p{
	font-size:20px;
	line-height:22px;
	color:#fff;
	font-weight:500;
	margin-top:8px;
	}	
.features_imgbx{
    width: 205px;
    flex-shrink: 0;
    margin-top: -33px;
	}	
.features_imgbx img{
	margin:0 auto 0;
	display:block;
	}				
.fs_line{
    background: #988f86;
    width: 1px;
    margin: 22px 0;
	}
.brand_box{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
	}	
ul.brand_list{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	column-gap:50px;
	}
ul.brand_list li{
	display:inline-block;
	vertical-align:middle;
	}		
ul.brand_list li img{
	margin:0 auto 0;
	display:block;
	height:44px;
	width:auto;
	}						
	
/*-----------------------
 Section 1
------------------------*/
.section_1{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.common_sub_heading{
	font-size:22px;
	line-height:24px;
	color:#af974f;
	font-weight:600;
	margin-bottom:15px;
	}
.csh_red{ color:#d21113;}		
.common_heading{
    font-size: 45px;
    line-height: 50px;
	color:#000;
	font-weight:600;
	}
.cmn-hdng-border{
	display:inline-block;
	vertical-align:top;
	margin-top:16px;
	}	
.common_text{
    font-size: 18px;
    line-height: 27px;
	color:#000;
	margin-top:20px;
	}
.common_text-fs17{
	font-size:17px;
	line-height:25px;
	}		
	
.s1_problem_wrap{
	margin:40px auto 0;
	width:100%;
	max-width:1030px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}	
.s1_problem_imgbx{
    width: 51.75%;
	}	
.s1_problem_imgbx img{
	margin:0 auto 0;
	display:block;
	border-radius:12px;
	}	
.s1_problem_contentbx{
	width:45%;
	text-align:left;
	}	
ul.s1_problem_list{
	float:left;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	row-gap:30px;
	}	
ul.s1_problem_list li{
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #d21113;
    padding: 18px 112px 18px 25px;
    text-align: left;
    position: relative;
	}	
.s1_problem_list_text{
    position: absolute;
    top: -6px;
    left: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #d21113;
    font-weight: 600;
    text-transform: uppercase;
	}	
.s1_problem_list_text span{
	background:#fff;
	position:relative;
	padding:0 10px;
	}	
.s1_problem_list_heading{
	font-size:26px;
	line-height:30px;
	color:#000;
	font-weight:600;
	}
.s1_p_list_text{
	font-size:17px;
	line-height:22px;
	color:#000;
	margin-top:5px;
	}	
.s1-problem-list-icns{
	position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -34px;
	width:auto;
	height:64px;
	}	
	
.s1_smart_text{
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:600;
	margin-top:60px;
	}	
.s1_sos_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:495px;
	border:1px solid #af974f;
	border-radius:8px;
	text-align:center;
	margin-top:52px;
	}	
.sos_strip{
	display: inline-block;
    vertical-align: top;
    background-size: 100%;
    width: 100%;
    max-width: 381px;
    padding: 10px;
    border: 10px solid transparent;
    border-image: url(../images/sos-strip-bg.webp) 10 fill stretch;
    box-sizing: border-box;
	font-size:21px;
	line-height:23px;
	color:#fff;
	font-weight:800;
	margin-top: -34px;
	}	
.sos_strip_logobx{
    display: inline-block;
    vertical-align: top;
    background: #fff;
    position: relative;
    padding: 0 14px;
    margin: 14px 0 -8px 0;
	}	
.sos-strip-logo{
	margin:0 auto 0;
	display:block;
	width:178px;
	}	
	
ul.s1_sos_list{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    width: 100%;
    margin: 35px auto 0;
	}	
ul.s1_sos_list li{
	display:inline-block;
	vertical-align:top;
	font-size:17px;
	line-height:21px;
	color:#000;
	font-weight:600;
	}	
.dot_text{
	background:#d21113;
	width:6px;
	height:6px;
	border-radius:50%;
	}	
	
	
/*-----------------------
 Section 2
------------------------*/
.section_2{
	background:#f9f5f0;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}	
.s2_video_wrap{
	margin:50px auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}	
.s2_video_left{ width:51.4%;}
.s2_video_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	border: 5px solid #fff;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
	cursor:pointer;
	overflow:hidden;	
	}
.s2-video-img, .s2_video_box video{
    display: block;
    margin: 0 auto 0;
    width: 100%;
    height: 380px;
    object-fit: cover;
	}
.s2-video-play-button{
	position:absolute;
	left:50%;
	top:50%;
	content:"";
	background:url(../images/play-button.webp) no-repeat center center;
	background-size:100%;
	width:70px;
	height:70px;
	animation: pulse 1.725s ease-out infinite forwards;
	margin-top:-35px;
	margin-left:-35px;
	box-shadow:0 0 9px 2px rgba(0,0,0,0.3);
	border-radius:50%;
	}
@keyframes pulse {
    45% {
        opacity: 0.8;
		transform:scale(0.8);
    }

    55% {
        opacity: 1
		transform:scale(1);
    }
}		
	
.s2_right_content{
	width:44%;
	text-align:left;
	}	
.mt_0{ margin-top:0 !important;}	
	
ul.s2_notice_list{
	margin:40px auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap:40px;
	position:relative;
	}	
ul.s2_notice_list:before, ul.s2_notice_list:after{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	right:0;
	background:#e8e2db;
	height:1px;
	}	
ul.s2_notice_list:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
	width:1px;
	height:auto;
	}		
ul.s2_notice_list li{
	float:left;
	width:50%;
	display: -webkit-flex;
	display: flex;
	align-items: center;	
	}	
ul.s2_notice_list li:nth-child(2), ul.s2_notice_list li:nth-child(4){ padding-left:20px;}	
.s2_list_iconbx{
	width:63px;
	flex-shrink:0;
	}	
.s2_list_iconbx img{
	margin:0 auto 0;
	display:block;
	}	
.s2_list_contentbx{
	text-align:left;
	padding-left:10px;
	}	
.s2_list_contentbx h3{
	font-size:22px;
	line-height:24px;
	color:#000;
	font-weight:600;
	}	
.s2_list_contentbx p{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:5px;
	}		
	
.s2-t-img-row{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: flex-start;
    margin: 70px auto 0;
    width: 100%;
    max-width: 1098px;
	}
.s2-t-img-col{
	float:left;
	width:25%;
	padding:5px;
	background:#fff;
	box-shadow:0 2px 5px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 2px 5px 1px rgba(0,0,0,0.1);
	}
.s2-t-img-col:nth-child(1){transform: rotate(-9deg); -webkit-transform: rotate(-9deg);  z-index: 2; margin-top:10px;}	
.s2-t-img-col:nth-child(2){transform: rotate(6deg); -webkit-transform: rotate(6deg);  z-index: 1;}
.s2-t-img-col:nth-child(3){transform: rotate(-4deg); -webkit-transform: rotate(-4deg); z-index:2; margin-top:5px;}
.s2-t-img-col:nth-child(4){transform: rotate(10deg); -webkit-transform: rotate(10deg); z-index:3; margin-top:10px;}
.s2-t-img-col img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}	
	
/*-----------------------
 Section 3
------------------------*/
.section_3{
	background:#f1ebe5;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}	
.s3_inner{
    margin: 0 auto 0;
    width: 100%;
    max-width: 930px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}	
.s3_inner_left{
	width:23%;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
	}	
.s3_inner_logo{
	margin:0 auto 0;
	display:block;
	width:196px;
	}	
.s3_innr_cross{
	font-size:25px;
	line-height:25px;
	color:#000;
	font-weight:500;
	}	
.s3-adt-seal{
	margin:0 auto 0;
	display:block;
	width:96px;
	}	
.s3_inner_right{
    width: 72%;
    text-align: left;
    border-left: 1px solid #d4c39e;
    padding-left: 55px;
	}
	
/*-----------------------
 Section 4
------------------------*/
.section_4{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}	
.safety_cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
	position:relative;
	margin:40px auto 0;
	}
.safety_cards:before{
	content:'';
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:14px;
	width:70%;
	border-top:2px dotted #af974f;
	z-index:1;
	}
.safety_card{
    text-align: center;
	display: flex;
    flex-direction: column;
	}
.safety_step_num{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #af974f;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 30px;
    position: relative;
    z-index: 2;
	}
.safety_card_inner{
    background: #f9f5f0;
    border-radius: 10px;
    padding: 30px 20px 20px;
	text-align:left;
    display: flex;
	align-items: flex-start;
    flex-direction: column;
    flex: 1;
	position:relative;
	}
.safety_tag{
    background: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #af974f;
    padding: 6px 12px;
    text-align: center;
    border-radius: 50px;
    display: -webkit-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 7px;
	margin-bottom:15px;
	}
.safety_tag:before{
	content: '';
    background: #af974f;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    z-index: 1;
    animation: fade 1.2s ease-in-out infinite;
    position: relative;
	}
.safety_icns{
    position: absolute;
    top: 25px;
    right: 20px;
    width: 33px;
	}			
.safety_title{
    font-size: 24px;
	line-height:27px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
	}
.safety_text{
	font-size:17px;
	line-height:25px;
	color:#000;
    margin:0 0  30px;
	}
.safety_image{
  	margin: auto auto 0;
    display: block;
	border-radius:6px;
	}		
	
.secuirity_strip{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:350px;
	border:1px solid #baa566;
	border-radius:10px;
	text-align:left;
	position:relative;
	padding:12px 15px 14px 70px;
	margin-top:50px;
	background: linear-gradient(180deg, #ffffff 0%, #fefcf8 45%, #fcf7ef 100%);
	box-shadow:0 1px 2px rgba(198, 160, 53, 0.45), 0 4px 8px rgba(0, 0, 0, 0.08), 0 8px 18px rgba(0, 0, 0, 0.06); 
	}
.secuirity-img{
    position: absolute;
    top: 50%;
    left: 20px;
    width: 40px;
    margin-top: -20px;
	}		
.secuirity_text{
	font-size:17px;
	line-height:25px;
	color:#000;
	}	
	
/*-----------------------
 Section 5
------------------------*/
.section_5{
	background:#f1ebe5;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}		
.stories_wrap{
	display:inline-block;
	vertical-align:top;
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.stories_inner_wrap{
	float:left;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.stories_box{
	width: 24%;
	display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
	}
.stories_box_top{
	float:left;
	width:100%;
	text-align:left;
	}
.stories_video_box{
    float: left;
    width: 100%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
	}	
.nw-video-review-card__header{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px 10px;
	padding: 10px 16px;
	background-color: #F8F4EE;
	}
.nw-video-review-card__username-wrap{
	display: flex;
	align-items: center;
	gap: 6px;
	}
.nw-video-review-card__avatar{
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	}
.nw-video-review-card__quote-cover{
    border: 1px solid #7C7165;
    border-radius: 8px;
    margin-top: 8px;
    padding: 14px 16px;
    margin-bottom: 1px;
	}
.nw-video-review-card__username{
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: inherit;
	flex: 1 1 auto;
	min-width: 0;
	}
.nw-video-review-card__followers{
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: inherit;
	white-space: nowrap;
	}	
.story-video-imgs, .stories_video_box video{
    display: block;
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
    height: 397px;
	cursor: pointer;
	}		
.play_btn{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	cursor:pointer;
	}	
	
.story-ratting{
	display:inline-block;
	vertical-align:top;
	width:75px;
	margin-top:24px;
	}	
.story_text{
	font-size:17px;
	line-height:23px;
	color:#000;
	margin-top:10px;
	}
.stories_box_bottom{
	float:left;
	width:100%;
	text-align:left;
	}		
.story_name_text{
	font-size:15px;
	line-height:15px;
	color:#000;
	margin-top:20px;
	}
.story_name_text span{
	font-size:13px;
	line-height:13px;
	}		
.story-verify{
	display:inline-block;
	vertical-align:middle;
	width:14px;
	margin:0 4px 0 11px;
	}	
	
/*-----------------------
 Section 6
------------------------*/
.section_6{
	background:#fdfbf4;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.ecosystem_wrap{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	margin-top:80px;
	}			
.ecosystem-img{
	position:absolute;
	top:20px;
	right:0;
	width:566px;
	}	
	
ul.ecosystem_list{
    float: left;
    width: 46%;
	}	
ul.ecosystem_list li{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	padding:0 0 15px 66px;
	margin-bottom:15px;
	}
ul.ecosystem_list li:last-child{ padding-bottom:0; margin-bottom:0;}		
ul.ecosystem_list li:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background: #E1E1E1;
	background: linear-gradient(90deg, rgba(225, 225, 225, 1) 0%, rgba(239, 238, 234, 1) 43%, rgba(244, 242, 238, 1) 76%, rgba(248, 246, 241, 1) 99%);
	height:1px;
	}
ul.ecosystem_list li:last-child:before{ display:none;}			
ul.ecosystem_list li img{
	position:absolute;
	top:7px;
	left:0;
	width:45px;
	}	
ul.ecosystem_list li h3{
	font-size:24px;
	line-height:29px;
	color:#000;
	font-weight:600;
	}	
ul.ecosystem_list li p{ margin-top:10px;}		
	
.ecosystem_strip{
	display: inline-block;
    vertical-align: top;
    background-size: 100%;
    width: 100%;
    max-width: 520px;
    padding: 0 10px 20px;
    border: 1px solid transparent;
    border-image: url(../images/ecosystem-strip-bg.webp) 1 fill stretch;
    box-sizing: border-box;
	margin-top:40px;
	}	
.ecosystem-strip-img{
	display: inline-block;
    vertical-align: top;
    width: 56px;
    margin: -12px 0 0 4px;
	}	
.ecosystem_strip_text{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	margin-top:12px;
	}	
	
/*-----------------------
 Section 7
------------------------*/
.section_7{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.s7_style_block{
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin:40px auto 10px;
	}
.s7_style_box{
	width:32%;
	position:relative;
	}
.s7-style-box-img{
	display:block;
	margin:0 auto;
	border-radius:10px;
	}
	
.s7_style_box_cont{
	position:absolute;
	top:0;
	left:0;
	padding:20px 28px;
	width:100%;
	text-align:left;
	}
.s7_style_box_cont h3{
	font-size:26px;
	line-height:32px;
	color:#fff;
	font-weight:600;
	}
.s7_style_box_cont p{
	font-size:16px;
	line-height:22px;
	color:#fff;
	margin-top:8px;
	}

/*-----------------------
 Section 8
------------------------*/
.section_8{
	background:#fdfbf4;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.s8_safety_block{
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin:35px auto 10px;
	row-gap:40px;
	}
.s8_safety_box{
	width:23%;
	}
.s8_safety_box img{
	display:block;
	margin:0 auto;
	border-radius:12px;
	}
.s8_safety_box p{
	font-size:19px;
	line-height:23px;
	color:#000;
	font-weight:bold;
	margin-top:14px;
	}

.gift_box {
    display: inline-block;
    vertical-align: top;
    background-size: 100%;
    width: 100%;
    max-width:660px;
    margin-top: 60px;
   
    border: 18px solid transparent;
    border-image: url(../images/gift-box-bg.webp) 18 fill stretch;
    box-sizing: border-box;
	position:relative;
	}
.gift_box_inr{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:35px 20px 35px;
	}
.gift_heading{
	font-size: 35px;
    line-height: 45px;
	color:#000;
	font-weight:600;
	}
	
/*-----------------------
 Section 9
------------------------*/
.section_9{
	background:#f8f4ee;
	float:left;
	width:100%;
	overflow:hidden;
	}
.sec9_inner{
	float:left;
	width:100%;
	position:relative;
	}
.s9_inner_block{
	float:left;
	width:100%;
	max-width:660px;
	padding:80px 0 80px;
	}
.s9_inner_box{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #cfbb8a;
	border-radius:10px;
	padding:40px 25px 45px;
	}
.guarantee-seal{
	display:block;
	margin:0 auto 12px;
	width:144px;
	}
.guarantee_heading{
	font-size:45px;
    line-height:55px;
	color:#000;
	font-weight:600;
	}
.guarantee-hdng-bdr{
	display:block;
	margin:20px auto 0;
	width:398px;
	}
.s9-girl-img{
	position:absolute;
	bottom: -35px;
    right: -90px;
	width:593px;
	}
	
/*-----------------------
 Section 10
------------------------*/
.section_10{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.rating_count{
	font-size:50px;
	line-height:58px;
	color:#000;
	font-weight:600;
	margin-top:30px;
	}
.rate-star{
	display:block;
	margin:15px auto 0;
	width:168px;
	}
.rating_text{
	font-size:16px;
	line-height:20px;
	color:#000;
	margin-top:15px;
	}
	
.review_block{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin:50px 0 0;
	padding:0 2px 50px;
	position:relative;
	overflow: hidden;
	}
.review_box{
	width:100%;
	padding:0 0 0;
	}
.review_col{
	width:31.33%;
	text-align:left;
	padding:18px 18px 20px;
	border-radius:10px;
	background:#fff;
	border:1px solid #af974f;
	border-radius:10px;
	
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
	}
.revw-col-img{
	display:block;
	margin:0 auto 0;
	width:334px;
	border-radius:12px;
	}
.review_heading{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	margin-top:20px;
	}
.yellow-star{
	display:block;
	margin:13px 0 0;
	width:88px;
	}
.review_text{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:15px;
	}
.review_verify{
	float:left;
	width:100%;
	margin:25px auto 0;
    text-align: left;
	}
.review_verify_name{
	font-size:17px;
	line-height:23px;
	color:#000;
	font-weight:bold;
	}
.review_verify_text{
    display: inline-block;
    vertical-align: middle;
	font-size:13px;
	line-height:15px;
	color:#000;
	font-weight:400;
	margin-top:-2px;
	}
.review_verify_text img{
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    margin: -2px 6px 0 10px;
	}
	
/*-----------------------
 Section 11
------------------------*/
.section_11{
	background:#f9f5f0;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.s11_mid_wrap{
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	
	width:100%;
	max-width:1110px;
	margin:50px auto 0;
	}
.s11_mid_wrap_left{
	width:48%;
	position:relative;
	}
.s11-mid-wrap-img{
	display:block;
	margin:0 auto;
	border-radius:12px;
	}
.quote-img{
	position:absolute;
	top: 5px;
    right: -35px;
	width:60px;
	}
.s11_mid_wrap_right{
	width:48%;
	text-align:left;
	}
.s11_mid_wrap_text{
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	}
.signature_text{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:35px;
	}
.sign-img{
	width:136px;
	}
.signature_text p{
	font-size:16px;
	line-height:20px;
	color:#000;
	font-weight:500;
	margin-top:4px;
	}
	
/*-----------------------
 Section 12
------------------------*/
.section_12{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 30px;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:775px;
	width:100%;
	margin:20px auto 0;
	}
.up-slide-dwn{
	width: 100%;
    float: left;
    margin-top:20px;
    padding: 0 25px;
	border-radius:10px;
	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);
	}
.accordion{
	text-align:left;
	background:url(../images/close-btn.webp) no-repeat right center;
	background-size:18px;
	padding:22px 20px 22px 0;
	font-size:19px;
	line-height:26px;
	font-weight:bold;
	color:#000;
	cursor:pointer;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.webp) no-repeat right center;
	background-size:18px;
	}
.acdn-content{
	text-align:left;
	padding:25px 0 5px;
	border-top:1px solid #d7d7d7;
	}
.acdn-para{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-bottom: 20px;
	}
ul.acdn-list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-bottom:25px;
	padding:0 25px;
	text-align:left;
	}
ul.acdn-list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#000;
	position:relative;
	padding-left:25px;
	margin-top:10px;
	}
ul.acdn-list li:before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
    transform: translateY(-50%);
	}
	
/*-----------------------
 Section 13
------------------------*/
.section_13{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 30px;
	}
.s13_block{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	max-width:1920px;
	margin:0 auto 0;
	height:455px;
	column-gap:12px;
	}
.s13_box1 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    height: 100%;
   	column-gap: 12px;
    flex: 3 0 0;
	}
.s13_box1_col1{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-direction: column;	
	height: 100%;
	row-gap: 12px;
	}
.s13_box1_col1_row{
	width: 100%;
	height:100%;
	}
.s13-box1-imgs{
	display:block;
	margin:0 auto;
	object-fit: cover;
	height: 100%;
	border-radius:6px;
	}
.s13-box1-img{ margin:20px auto 0;}

.s13_box2{
    max-width: 665px !important;
	background:#e9decc;
	border-radius:10px;
	height:100%;
	flex:3 0 0;
	height:100%;
	padding:55px 20px;
	}
.s13_box2_hdg{
	font-size:45px;
	line-height:55px;
	color:#242424;
	font-weight:600;
	}

/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
    width:100%;
	text-align:center;
	background:#fff;
    padding:40px 0 60px;
	}
.footer-logo{
	display:inline-block;
	vertical-align:top;
	width:148px;
	margin-bottom:16px;
	}	
.footer_text{
    font-size:17px;
    line-height:23px;
    color:#000;
	margin-top:16px;
	}	
.footer_text a{
	color:#000;
	padding:0 15px;
	}	
	

/*=======Media Query========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	

@media only screen and (max-width:1200px){
.container{width:1004px;}

.bnr_content{ width: 57%;}
.bnr_heading{ font-size: 46px; line-height: 52px;}
.bnr-model{ right:-170px;}
.bnr-adt-img{ right:122px;}
.bnr-prod{ right: 234px; width: 260px;}

.features_content p{ font-size:19px;}
ul.brand_list{ column-gap: 34px;}

.common_sub_heading{ font-size: 20px; line-height: 22px;}
.common_heading{ font-size: 40px; line-height: 45px;}	
.s1_problem_list_heading{ font-size: 24px; line-height: 28px;}	
	
.s2_video_left{ width: 47%;}
.s2-video-img, .s2_video_box video{ height:340px;}	
.s2_right_content{ width: 49%;}	
.s2_list_iconbx{ width: 56px;}	
.s2_list_contentbx h3{ font-size: 20px; line-height: 22px;}	
.s2_list_contentbx p{ font-size: 16px; line-height: 24px;}	
.s2-t-img-row{ max-width:915px;}	
	
.safety_title{ font-size: 22px; line-height: 25px;}

.nw-video-review-card__header{ gap: 8px; padding: 10px 8px;}
.nw-video-review-card__username{ font-size:12px;}

.ecosystem_wrap{ margin-top:60px;}
ul.ecosystem_list li h3{ font-size: 22px; line-height: 27px;}
.ecosystem-img{ width:500px;}	

.s9_inner_block{ max-width: 570px; padding: 70px 0 70px;}
.s9_inner_box{ padding: 40px 18px 45px;}
.guarantee_heading { font-size: 38px; line-height: 48px;}
.s9-girl-img{ width: 520px;}

.s11_mid_wrap{ align-items: flex-start;}

.s13_block{column-gap: 10px;}
.s13_box1{column-gap: 10px;}
.s13_box2{ padding:30px 20px;}
.s13_box2_hdg{ font-size: 36px; line-height: 44px;}
.s13_box2 .button__box{ margin-top:30px;}
}

@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}


.bnr_content{ width: 69%;}
.bnr_reviews_text{ font-size: 14px; line-height: 14px;}
.bnr_heading{ font-size: 40px; line-height: 44px;}
.bnr_text{ font-size: 16px; line-height: 22px; margin-top: 15px;}
ul.bnr_list{ width: 100%; margin: 30px auto 0; column-gap: 12px;}
ul.bnr_list li h3{ font-size: 17px; line-height: 19px;}
ul.bnr_list li p{ font-size: 14px; line-height: 16px;}
.bnr-model{ right: -260px; width: 550px;}
.bnr-adt-img{ right: -8px; width: 250px; bottom: 80px;}
.bnr-prod{ right: 114px; width: 190px;}


.features_left{ width: 39%;}
.features_content p{ font-size: 15px; line-height: 21px;}
.features_imgbx{ width: 150px; margin-top: -12px;}
ul.brand_list{ column-gap: 18px;}


.section_1{ padding:50px 0 60px;}
.common_sub_heading{ font-size: 19px; line-height: 21px;}
.common_heading{ font-size: 36px; line-height: 42px;}
.common_text{ font-size: 17px; line-height: 25px;}
.s1_problem_wrap{ align-items: flex-start;}
.s1_problem_imgbx{ width:47%;}
.s1_problem_contentbx{ width:48%;}
ul.s1_problem_list li{ padding: 18px 96px 18px 20px;}
.s1-problem-list-icns{ right: 20px; height: 55px;}
.s1_problem_list_heading{ font-size: 22px; line-height: 26px;}
.s1_p_list_text { font-size: 15px; line-height: 21px;}
.common_text{ font-size: 17px; line-height: 25px;}
.common_text-fs17{ font-size: 15px; line-height: 23px;}
.s1_smart_text{ font-size: 20px; line-height: 24px;}
.sos_strip{ font-size:20px; line-height:22px;}


.section_2{ padding:50px 0 60px;}
.s2-video-img, .s2_video_box video{ height:300px;}	
ul.s2_notice_list{ margin: 25px auto 0; row-gap: 35px;}
.s2_list_iconbx{ width: 40px;}
ul.s2_notice_list li:nth-child(2), ul.s2_notice_list li:nth-child(4){ padding-left: 10px;}
.s2_list_contentbx{ padding-left: 7px;}
.s2_list_contentbx h3{ font-size: 16px; line-height: 20px;}
.s2_list_contentbx p{ font-size: 14px; line-height: 18px;}
.s2-t-img-row{ margin: 60px auto 0; max-width: 685px;}


.section_3{ padding:50px 0 60px;}
.s3-adt-seal{ width:76px;}


.section_4{ padding:50px 0 60px;}
.safety_cards{ gap: 20px;}
.safety_card_inner{ padding: 25px 15px 15px;}
.safety_title{ font-size: 20px; line-height: 24px;}
.safety_text{ font-size: 16px; line-height: 24px;}
.secuirity_text{ font-size: 16px; line-height: 24px;}


.section_5{ padding:50px 0 60px;}
.story_text{ font-size: 16px; line-height: 22px;}
.story-video-imgs, .stories_video_box video{ height: 248px;}
.nw-video-review-card__username{ font-size: 7px;}
.nw-video-review-card__followers{ font-size:11px;}


.section_6{ padding:50px 0 60px;}
.ecosystem_wrap{ margin-top: 40px;}
ul.ecosystem_list{ width: 53%;}
ul.ecosystem_list li h3{ font-size: 20px; line-height: 25px;}
.ecosystem-img{ width: 330px;}	

.section_7{ padding: 50px 0 60px;}
.s7_style_block{ margin:30px auto 0;}
.s7_style_box_cont{ padding: 12px 15px;}
.s7_style_box_cont h3{ font-size: 23px; line-height: 28px;}
.s7_style_box_cont p{ font-size: 15px; line-height: 21px;}


.section_8{ padding: 50px 0 60px;}
.s8_safety_block{ margin: 30px auto 10px; row-gap: 30px;}
.s8_safety_box{ width: 24%;}
.s8_safety_box p{ font-size: 18px; line-height: 22px; margin-top: 13px;}
.gift_box{ margin-top: 50px;}
.gift_heading{ font-size: 33px; line-height: 40px;}


.s9_inner_block{ max-width: 450px; padding: 50px 0 60px;}
.guarantee-seal{ margin: 0 auto 10px; width: 100px;}
.s9_inner_box{ padding: 30px 14px 35px;}
.guarantee_heading{ font-size: 30px; line-height: 40px;}
.guarantee-hdng-bdr{ margin: 15px auto 0; width: 365px;}
.s9-girl-img{ width: 480px; bottom: -12px; right: -183px;}


.section_10{ padding: 50px 0 60px;}
.rating_count{ font-size: 42px; line-height: 52px; margin-top: 20px;}
.rate-star{ margin: 10px auto 0; width: 130px;}
.rating_text{ font-size: 15px; line-height: 20px; margin-top: 13px;}
.review_block{ margin: 35px 0 0; padding: 0 2px 45px;}
.review_col{ padding: 14px 14px 18px;}
.review_heading{ font-size: 18px; line-height: 24px; margin-top: 17px;}
.yellow-star{ margin: 10px 0 0; width: 80px;}
.review_text{  font-size: 16px; line-height: 24px; margin-top: 12px;}
.review_verify_name{ font-size: 16px; line-height: 20px;}


.section_11{ padding: 50px 0 60px;}
.s11_mid_wrap{ margin: 35px auto 0;}
.quote-img{ top: 3px; right: -28px; width: 54px;}


.section_12{ padding: 50px 0 20px;}
.accordion{  background-size: 16px; padding: 20px 18px 20px 0; font-size: 18px; line-height: 24px;}
.up-slide-dwn{ margin-top: 18px; padding: 0 25px;}
.acdn-para{ font-size: 16px; line-height: 24px; margin-bottom: 22px;}


.section_13{ padding: 50px 0 20px;}
.s13_block{ column-gap: 8px;}
.s13_box1{ column-gap: 8px;}
.s13_box2{ max-width: 320px !important;padding: 6px;}
.s13_box2_inr{ height: 100%; padding: 15px 10px;}
.s13_box2_hdg{ font-size:32px; line-height: 40px;}
.s13_box2 .common__button{ height: 60px; font-size: 15px; line-height: 60px;}
.s13_box2 .common__button img{ width: 18px; margin: -3px 0 0 12px;}

.footer{ padding: 35px 0 55px;}
.footer-logo{ width: 130px; margin: 0 auto 15px;}
.footer_text{ font-size: 16px; line-height: 22px; margin-top: 14px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}


.top_strip{ padding:6px 0;}
.top_strip p{ font-size: 10px; line-height: 12px;}


.header{ height: 60px;}
.header_btn, .bnr-prod, .bnr-adt-img, .bnr-model{ display:none;}
.logo{ display: inline-block; vertical-align: top; float: none; width: 115px; margin-top: 8px;}


.banner_section{ background:#f9f5f0;}
.bnr_content{ width: 100%; padding: 25px 0 25px;}
.bnr_reviews_text{ font-size: 12px; line-height: 12px;}
.bnr_reviews_text img{ width: 63px; margin: -6px 6px 0 0;}
.bnr_heading{ font-size: 30px; line-height: 36px;}
.bnr-line-img{ display:none;}
.bnr-prod-mob{ margin:20px auto 0; border-radius:8px; position:relative; z-index:2;}
.bnr_text{ font-size: 14px; line-height: 20px; margin-top: 20px; position: relative; z-index: 2; max-width: 360px; padding-right: 83px;}
.bnr_list_mob{	width: 100%; max-width: 400px; position: relative; margin: 30px auto 0; display: -webkit-flex; display: flex;}	
ul.bnr_list{ width: auto; margin: 0; column-gap: normal; flex-direction: column;}	
.bnr_list_line{ display:none !important;}
ul.bnr_list li{ display:inline-block; vertical-align:top;width:100%; position:relative; border-bottom:1px solid #e2ddd7; padding:0 0 8px 44px; margin-bottom:8px;}
ul.bnr_list li:last-child{ border:none; padding-bottom:0; margin-bottom:0;}
ul.bnr_list li img{ position:absolute; top:50%; left:0; height:26px; margin-top:-14px;}
ul.bnr_list li:nth-child(3) img{ height:32px; margin-top:-18px;}
ul.bnr_list li:nth-child(5) img{ margin-top:-8px;}
ul.bnr_list li h3{ font-size: 14px; line-height: 16px;}    
ul.bnr_list li p{ font-size: 12px; line-height: 14px;}
.bnr-jellwery-mob{ width: 234px;  margin: -192px -62px 0 0;}
	
	
.banner_section .button__box{ margin-top: 15px; text-align: center;}	
.button__box{ margin-top:30px;}
.button__width{ max-width: 345px;}
.button_stock{ font-size: 11px; line-height: 11px;}	
.button_stock img{ width: 17px;}
.common__button{ height: 50px; font-size: 15px; line-height: 50px;}	
.common__button img{ width: 18px; margin: -3px 0 0 12px;}	
.btn_mnybk_text{ font-size: 11px; line-height: 11px;}	
.btn_mnybk_text img{ width: 12px;}	
	
	
.bnr_feature_box{ float:left; width:calc(100% + 30px); margin:0 0 0 -15px;}	
.bnr-featr-logo{ margin:0 auto 0; display:block; width:110px;}	
.bnr_feature_text{ font-size:20px; line-height:26px; color:#000; font-weight:500; margin-top:2px;}	
.bnr-feature-model-m{ margin:-74px auto 0; display:block;}	

/*====scroll_strip====*/
.scroll_strip_mob{
	float: left;
	width: 100%;
	background:#7c7165;
	padding: 12px 0 10px; 
	}
.feature_text{ font-size: 12px; line-height: 12px; padding: 0;}	
.scroll_strip{
	float:left;
	width:100%;
	overflow: hidden;
	
	display: flex;
    flex-wrap: nowrap;
	}
ul.scroll_strip_list{
    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 18s linear infinite;
	}
ul.scroll_strip_list li{
	display: flex;
    align-items: center;
    justify-content: center;
	padding:0 14px;	
	position:relative;
	}
ul.scroll_strip_list li img{
	display:inline-block;
	vertical-align:middle;
	height:34px;
	width:auto;
	}

@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
	
	
.section_1{ padding:30px 0 35px; text-align:left;}	
.common_sub_heading{ font-size: 18px; line-height: 20px;  margin-bottom:12px;}
.section_1 .common_heading{ letter-spacing:-1px;}	
.common_heading{ font-size: 30px; line-height: 36px;}
.common_text{ font-size: 16px; line-height: 24px; margin-top: 15px;}
.common_text-fs17{ font-size: 14px; line-height: 20px;}
.s1-problem-img-mob{ margin:20px auto 0; border-radius:8px;}
.s1_problem_contentbx{ width:100%;}
.s1_problem_wrap{ margin: 30px auto 0;}
ul.s1_problem_list li{ padding: 18px 65px 15px 15px;}
.s1_p_list_text{ font-size: 14px; line-height: 20px;}
.s1_smart_text{ font-size: 18px; line-height: 24px; text-align: center; margin-top: 20px;}
.s1_sos_box{ border-radius: 4px; margin: 52px auto 0; display: block;}
.sos_strip{ max-width: 330px; padding: 7px 5px 6px; margin-top: -30px;}
.sos_strip span{ font-size:22px; line-height:22px;}
.sos_strip_logobx{ margin: 10px 0 -6px 0;}
.sos-strip-logo{ width: 160px;}
ul.s1_sos_list{ column-gap: 8px; margin: 30px auto 0;}
ul.s1_sos_list li{ font-size: 14px; line-height: 16px;}
.dot_text{ width: 5px; height: 5px; margin-top: 2px;}


.section_2{ padding:30px 0 35px; overflow:hidden;}
.cmn-hdng-border{ margin-top: 12px;}
.s2_video_wrap{ margin: 25px auto 0;}
.s2_video_left{ width:100%;}
.s2-video-img, .s2_video_box video{ height:235px;}	
.s2-video-play-button{ width: 56px; height: 56px; margin-top: -28px; margin-left: -28px;}
.s2_right_content{ width:100%; margin-top:24px;}
.notice_block_mob{ width: 100%; max-width: 400px; position: relative; margin: 30px auto 10px; display: -webkit-flex; display: flex; align-items: center;}
ul.s2_notice_list{ display: inline-block; vertical-align: top; margin: 0;}
ul.s2_notice_list:before, ul.s2_notice_list:after{ display:none;}
ul.s2_notice_list li{ width:100%;  border-bottom: 1px solid #cfc7be; padding:0 0 20px 0 !important; margin-bottom: 20px;}
ul.s2_notice_list li:last-child{ padding-bottom:0; margin-bottom: 0; border:none;}
.s2_list_iconbx{ width: 48px;}
.s2-t-img-row{ max-width: 100%; margin: 0 -56px 0 0; width: 180px; flex-direction: column;}
 .s2-t-img-col{ width:100%; padding:4px;}  
.s2-t-img-col:nth-child(1){ transform: rotate(-18deg); -webkit-transform: rotate(-18deg); z-index:1; margin: 0 0 0 -8px;}
.s2-t-img-col:nth-child(2){ transform: rotate(-27deg); -webkit-transform: rotate(-27deg); z-index:3; margin: -60px 0 0 -60px;}
.s2-t-img-col:nth-child(3){ transform: rotate(9deg); -webkit-transform: rotate(9deg); margin: -60px 0 0 -20px;}


.section_3{ padding:30px 0 35px;}
.s3_inner{ align-items: center; flex-direction: column;}
.s3_inner_right{ width: 100%; text-align: center; border-left: none; padding: 0; margin-top: 30px;}
.s3_inner_left{ width:100%; max-width:320px; flex-direction: row; row-gap: normal; align-items: center; justify-content: center;}
.s3_inner_logo{ width:120px;}
.s3_innr_cross{ font-size: 15px; line-height: 15px;}
.s3-adt-seal{ width: 66px;}	


.section_4{ padding:30px 0 35px;}
.safety_cards{ grid-template-columns: repeat(1, 1fr); gap: normal; margin: 25px auto 0;}
.safety_cards:before{ display:none;}
.safety_card{ flex-direction: row; position:relative; column-gap: 10px; padding-bottom:32px;}
.safety_card:last-child{ padding-bottom:0;}
.safety_card:before{ content: ''; position: absolute; left:9px; top: 0; bottom: -12px; width: auto; border-left: 2px dotted #af974f; z-index: 1;}	
.safety_card:last-child:before{ display:none;}	
.safety_step_num{ width: 20px; height: 20px; font-size: 12px; line-height: 20px; margin: 0;}	
.safety_card:nth-child(2) .safety_step_num, .safety_card:nth-child(3) .safety_step_num{ margin-top:12px;}	
.safety_card_inner{ padding: 20px 15px 15px;}	
.safety_tag{ font-size: 11px; line-height: 11px; padding: 5px 10px; margin-bottom:14px;}
.safety_icns{ top: 15px; right: 15px; width: 30px;}
.safety_title{ margin-bottom:12px;}
.safety_text{ font-size: 14px; line-height: 21px; margin-bottom: 20px;}	
.secuirity_strip{ padding: 10px 15px 12px 65px; margin: 37px 0 10px;}	
.secuirity-img{ width: 36px; margin-top: -18px;}	


.section_5{ padding:30px 0 35px; overflow:hidden;}	
.section_5 .common_heading{ letter-spacing:-1px;}	
.stories_wrap{ width: calc(100% + 15px); padding-bottom:50px; margin: 25px 0 0 12px;}
.story-video-imgs, .stories_video_box video{ height:399px;}
.nw-video-review-card__header{ gap: 8px 10px; padding: 10px 16px;}
.nw-video-review-card__username{ font-size:14px;}
.nw-video-review-card__followers{ font-size:14px;}
.story-ratting{ width: 65px; margin-top: 16px;}	
.story_text{ font-size: 14px; line-height: 20px; padding-right: 20px;}	
.story_name_text{ font-size: 14px; line-height: 14px;}
.story_name_text span{ font-size: 12px; line-height: 12px;}
.story-verify{ width:12px;}


.section_6{ padding:30px 0 35px;}		
.ecosystem_wrap{ margin-top: 35px;}	
.ecosystem-img{ position: static; width: 300px; margin: 0 auto; display: block;}	
ul.ecosystem_list{ width:100%; margin-top:30px;}
ul.ecosystem_list li{ padding: 0 0 14px 44px; margin-bottom: 14px;}
ul.ecosystem_list li img{ top: 5px; width: 30px;}
ul.ecosystem_list li p{ margin-top: 6px;}	
.ecosystem_strip{ border: 1px solid transparent; border-image: url(../images/ecosystem-strip-bg-m.webp) 1 fill stretch; padding: 0 20px 15px; max-width:320px;}	
.ecosystem_strip_text{ font-size: 18px; line-height: 24px; margin-top:7px;}
	
	
.section_7{ padding: 30px 0 35px;}
.s7_style_block{ max-width: 375px; margin: 25px auto 0; row-gap:25px; }
.s7_style_box{ width: 100%;}
.s7-style-box-img{ width:auto;}
.s7_style_box_cont{ padding: 18px 23px;}
.s7_style_box_cont h3{ font-size: 24px; line-height: 30px;}
.s7_style_box_cont p{ font-size: 14px; line-height: 20px;}


.section_8{ padding: 30px 0 0;}
.s8_safety_block { margin: 25px auto 5px; row-gap: 25px;}
.s8_safety_box { width: 48%;}
.s8_safety_box p{ font-size: 14px; line-height: 20px; margin-top: 10px; text-align: left;}
.s8_safety_box img{ border-radius: 10px;}
.gift_box{ width: calc(100% + 30px); margin-left: -15px; max-width: 660px; margin-top: 45px; border-image: url(../images/gift-box-bg-m.webp) 15 fill stretch;}
.gift_heading{ font-size: 30px; line-height: 42px;}
.gift_box_inr{ padding: 20px 15px;}
.gift-box-border{ display:block; margin:0 auto 0; padding: 18px 0;}
	
	
.section_9{ padding: 30px 0 0;}
.s9_inner_block{ max-width: 100%; padding: 0;}
.s9_inner_box{ padding: 0; background: #f8f4ee; border: none; border-radius: 0;}
.guarantee-seal{ width: 125px;}	
.guarantee_heading{ font-size: 29px; line-height: 37px;}
.guarantee-hdng-bdr{ margin: 15px auto 0; width: 325px;}
.s9-girl-img{ position: static; margin: 25px auto 0; max-width: none; width: calc(100% + 30px); margin-left: -15px;}


.section_10{ padding: 30px 0 35px;}
.rating_count{ font-size: 36px; line-height: 46px; margin-top: 10px;}
.rate-star{ margin: 6px auto 0; width: 138px;}
.rating_text{ font-size: 13px; line-height: 15px; margin-top: 8px;}
.review_block{ padding: 0; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; margin:25px auto 0; row-gap:23px; }
.review_col{ width: 100%; padding: 0; overflow:hidden;}
.review_col_top{ display: inline-block; vertical-align:top; width:100%;}
.revw-col-img{ width: auto; border-radius:0;}
.review_col_cont{ display:inline-block; vertical-align:top; width:100%; padding:20px 15px 22px;}
.review_heading{ margin-top: 0;}
.yellow-star{ margin: 8px 0 0; width: 60px;}
.review_verify{ margin: 15px auto 0;}


.section_11{ padding: 30px 0 35px;}
.s11_mid_wrap{ margin: 25px auto 0; flex-direction: column; row-gap:40px;}
.s11_mid_wrap_left{ width: 100%;}
.s11-mid-wrap-img{ width:auto;}
.s11_mid_wrap_right{ width: 100%;}
.quote-img{ top: auto; right: auto; left: 7px; bottom: -26px;width: 50px;}
.s11_mid_wrap_text{ font-size: 18px; line-height: 20px;}
.signature_text{ margin-top: 25px;}
.sign-img{ width: 120px;}
.signature_text p{ font-size: 14px; line-height: 16px; margin-top: 2px;}
	
	
.section_12{ padding: 30px 0 35px;}
.faq-container{ margin: 10px auto 0;}
.up-slide-dwn{ margin-top: 15px; padding: 0 13px; border-radius: 5px;}
.accordion{ background-size: 13px; padding: 16px 16px 16px 0; font-size: 16px; line-height: 24px;}
.acdn-content{ text-align: left; padding: 18px 0 3px;}
.acdn-para{ font-size: 14px; line-height: 22px; margin-bottom: 15px;}
ul.acdn-list{ margin-bottom: 16px; padding-left: 15px;}
ul.acdn-list li{ font-size: 14px; line-height: 20px; padding-left: 20px; margin-top: 8px;}
ul.acdn-list li:before{ top: 7px; width: 6px; height: 6px; transform: none;}


.section_13{ padding: 30px 0 35px; background:#e9decb;}
.s13_box2_hdg{ font-size: 30px; line-height: 36px; letter-spacing:-1px;}
.s13_block{ max-width:486px; margin:25px auto 0; height: auto;}
.s13_box1_col1{ row-gap: 7px;}
.s13_box1{ column-gap: 7px;}
	
	
.footer{ padding:20px 0 25px;}
.footer-logo{ width: 115px; margin: 0 auto 10px;}
.footer_text{ font-size: 14px; line-height: 17px; margin-top: 12px;}
.footer_text a{ padding: 0 10px;}	
}


@media only screen and (max-width:375px){
.bnr_text{ padding-right:70px;}	
.bnr-jellwery-mob{ margin-right:-82px;}
.common_heading{ font-size: 29px; line-height: 35px;}
.s2-t-img-row{ width:155px;}
}

/*Swipper Slider*/
/**
 * Swiper 8.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 1, 2022
 */

@font-face {
	font-family: 'swiper-icons';
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	font-weight: 400;
	font-style: normal;
	}
:root {
	--swiper-theme-color: #000;
	}
.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	}
.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
	}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	}
.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
	}
.swiper-pointer-events {
	touch-action: pan-y;
	}
.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
	}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	}
.swiper-slide-invisible-blank {
	visibility: hidden;
	}

/* Auto Height */
.swiper-autoheight, .swiper-autoheight .swiper-slide {height: auto;}
.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
	}
.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
	}
	
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 35%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination,.swiper-pagination2 {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 11px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 11px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #f1faff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  border: 1px solid #000;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}


.swiper-pagination-bullet{
    border: 1px solid #000;
	}
	

.myvideoSwiper .swiper-pagination-bullet{background:#ccc6c0; border:none; width:12px; height:12px; margin:0 6px !important; opacity:1;}
.myvideoSwiper .swiper-pagination-bullet-active{background:#000;}
.myvideoSwiper.swiper-autoheight .swiper-wrapper{ align-items: unset;}

.review_box .swiper-pagination-bullet{background:#f4e9d4; border:none; width:10px; height:10px; margin:0 6px !important; opacity:1;}
.review_box .swiper-pagination-bullet-active{background:#c79128;}
.review_box.swiper-autoheight .swiper-wrapper{ align-items: unset;}
	
@media only screen and (max-width:1021px){
	
}

@media only screen and (max-width:767px){
.myvideoSwiper .swiper-pagination-bullet{ width:8px; height:8px;}

}