@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-ExtraBold.woff2') format('woff2'),
        url('Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    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;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*-----------------------
CSS FOR TOP STRIP
------------------------*/		
.top_strip{
	float:left;
	width:100%;
	background:#d62429;
	padding:7px 0;
	}	
.top_strip p{
	font-size:16px;
	line-height:16px;
	letter-spacing:0.3px;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	}	
	
/*-----------------------
CSS FOR HEADER
------------------------*/	
.header{
	background:#fff;
	float:left;
	width:100%;
	height:70px;
	padding:10px 0;
	}
.logo{
	float:left;
	width:156px;
	margin-top:10px;
	}	
.header_btn{
    float: right;
    width: 100%;
	background: #00a80c;
    max-width: 175px;
    height: 48px;
    border-radius: 8px;
    color: #fff;
    font-size: 17px;
	text-transform:uppercase;
    line-height: 48px;
    font-weight: 800;
	box-shadow:0 4px 8px rgba(0,0,0,.18), 0 8px 18px rgba(0,0,0,.08);
	}	
	
/*-----------------------
		BANNER
------------------------*/	
.banner_section{
	background:#fffbf7;
	float:left;
	width:100%;
	padding:55px 0;
	overflow:hidden;
	}
.banner_inner{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}			
.bnr_content{
    width: 56%;
    text-align: left;
    position: relative;
    z-index: 2;
	}
.bnr_review_text{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 6px;
	}
.bnr-review-star{
	width: 77px;
    margin-top: -4px;
	}	
.bnr_review_text p{
	font-size:14px;
	line-height:14px;
	color:#000;
	}	
.bnr-review-pics{ width:129px;}	
.bnr_heading{
    font-size: 60px;
    line-height: 60px;
	color:#000;
	font-weight:800;
	margin-top:5px;
	}
.bnr_heading span{ color:#d62429;}
.bnr_text{
    font-size: 18px;
    line-height: 26px;
	color:#000;
	margin-top:15px;
	}
ul.bnr_points{
	float:left;
	width:100%;
	max-width:500px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:27px;
	}
ul.bnr_points li{
	text-align:center;
	}	
ul.bnr_points li img{
	margin:0 auto 0;
	display:block;
	width:67px;
	}	
ul.bnr_points li p{
	font-size:17px;
	line-height:17px;
	color:#000;
	font-weight:600;
	margin-top:6px;
	}		
ul.bnr_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:12px;
	}
ul.bnr_list li{
	background:url(../images/bnr-list-tk.webp) no-repeat left 4px;
	float:left;
	width:100%;
	text-align:left;
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:600;
	background-size:16px;
	padding-left:28px;
	margin-top:12px;
	}	
	
/*Button*/
.button__box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:50px;
	}
.button__width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:465px;
	text-align:center;
	}
.button_stock{
	font-size:14px;
	line-height:14px;
	color:#000;
	font-weight:800;
	margin-bottom:8px;
	}
.button_stock img{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin: -3px 8px 0 0;
	}	
.common__button{
    display: inline-block;
    vertical-align: top;
    width: 100%;
	background:#00a80c;
    height: 70px;
	border-radius: 12px;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 70px;
    font-weight: 800;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .18), 0 8px 18px rgba(0, 0, 0, .08);
	}
.common__button img{
	display:inline-block;
	vertical-align:middle;
	width:24px;
	margin:-5px 0 0 17px;
	}
.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:-4px 7px 0 0;
	width:15px;
	}
.banner_section .button__box{ margin-top:35px;}	
.banner_section	.common__button{ font-size:26px; height:80px; line-height:80px;}	
	
	
.bnr_prodbx{
    float: right;
    width: 44%;
    position: relative;
    margin: 20px -60px 0 0;
	}
.bnr_prod{
	margin:0 auto 0;
	display:block;
	position:relative;
	z-index:2;
	width:250px;
	}	
.bnr_seal{
    position: absolute;
    top: 0;
    right: 90px;
    width: 86px;
    z-index: 2;
	}

	
.protectAnimation{
	position:absolute;
	right:240px;
	top:250px;
	width:50px;
	height:50px;
	}

.circle{
    position:absolute;
    left:50%;
    top:50%;
    width:50px;
    height:50px;
    box-shadow: inset 0 0 3px 3px #7ec5ec;
    border-radius:50%;
    

    transform:translate(-50%, -50%) scale(1);
    opacity:1;

    will-change:transform, opacity;
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    transform-style:preserve-3d;
    -webkit-transform-style:preserve-3d;

    animation:ripple 2s linear infinite;
}

.circle2{
    animation-delay:.5s;
}

.circle3{
    animation-delay:1s;
}

.circle4{
    animation-delay:1.5s;
}

@keyframes ripple{
    0%{
        transform:translate(-50%, -50%) scale(1);
        opacity:1;
    }

    100%{
        transform:translate(-50%, -50%) scale(12);
        opacity:0;
    }
}

.device_details_box{
	margin:30px auto 0;
	width:100%;
	max-width:380px;
	background:#fff2de;
	border:1px solid #cd0101;
	border-radius:5px;
	padding:12px 8px;
	position:relative;
	z-index:2;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	column-gap:10px;
	}	
.device_imgbx{
	flex-shrink:0;
	width:71px;
	}	
.device_imgbx img{
	margin:0 auto 0;
	display:block;
	}	
.device_contbx{
	text-align:left;
	}	
.device_contbx h3{
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:800;
	}	
.device_contbx p{
	font-size:15px;
	line-height:20px;
	color:#000;
	margin-top:4px;
	}	
.device_contbx p span{
	color:#d62429;
	font-weight:800;
	}	
	
/*-----------------------
Brand Strip
------------------------*/	
.brand_strip{
	float:left;
	width:100%;
	padding:22px 0;
	background:#fff;
	border-bottom:1px solid #d7d7d7;
	}
.brand_box{
    width: 100%;
    margin: 0 auto 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 25px;
	}	
.feature_text{
	font-size: 16px;
    line-height: 16px;
    color: #000;
	font-weight:bold;
    text-transform: uppercase;
	}	
ul.brand_list{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	column-gap:45px;
	}
ul.brand_list li{
	display:inline-block;
	vertical-align:middle;
	}		
ul.brand_list li img{
	margin:0 auto 0;
	display:block;
	height:53px;
	width:auto;
	}			
	
/*-----------------------
 Section 1
------------------------*/
.section_1{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 80px;
	}
.common_heading{
    font-size: 48px;
    line-height: 54px;
	color:#000;
	font-weight:800;
	}
.common_heading span{ color:#b42513;}	
.common_text{
    font-size: 18px;
    line-height: 26px;
	color:#000;
	margin-top:20px;
	}	
.red_color{ color:#b42513;}
.common_tag{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	border:1px solid #000;
	border-radius:30px;
	font-size:17px;
	line-height:19px;
	color:#000;
	font-weight:600;
	text-align:center;
	padding:4px 14px;
	margin-bottom:17px;
	}	
.common_sub_heading{
	font-size:17px;
	line-height:19px;
	color:#000;
	font-weight:600;
	margin-bottom:14px;
	}	
.s1-prod{
	margin:27px auto 0;
	display:block;
	width:662px;
	}
.problem_wrap{
	margin:10px auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.problem_box{
	width: 23.2%;
    background: #fff;
    border-radius: 12px;
    padding: 20px 18px 15px;
    text-align: left;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 4px 10px rgba(0, 0, 0, .06), 0 8px 24px rgba(0, 0, 0, .05);
	}
.problem_box h3{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	}
.problem-imgs{
    position: absolute;
    top: 15px;
    right: 14px;
    width: auto;
    height: 37px;
	}
.problem_box p{ margin-top:15px;}

.wranning_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:635px;
	margin-top:45px;
	background:#b42513;
	border:1px solid #ff0000;
	border-radius:10px;
	text-align:center;
	padding:0 20px 20px;
	}
.warn-img{
	margin:-24px auto 0;
	display:block;
	width:48px;
	}
.wranning_box h3{
	font-size:22px;
	line-height:26px;
	color:#fff;
	font-weight:600;
	margin-top:15px;
	}
.warn-strip{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	border:1px solid #ff0000;
	border-radius:30px;
	font-size:20px;
	line-height:22px;
	color:#d33e2b;
	font-weight:800;
	text-align:center;
	text-transform:uppercase;
	padding:4px 18px;
	margin-top:18px;
	}

/*-----------------------
 Section 2
------------------------*/
.section_2{
	background:#fffbf7;
	float:left;
	width:100%;
	padding:75px 0 70px;
	position:relative;
	}
.section_2:before{
	content:'';
	position:absolute;
	top:-15px;
	left:50%;
	background:url(../images/s2-down-arrow.webp) no-repeat center center;
	width:131px;
	height:54px;
	margin-left:-65px;
	}	
.s2_video_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:540px;
	background:#000;
	border:1px solid #000;
	overflow:hidden;
	margin-top:30px;
	position:relative;
	cursor:pointer;
	}	
.s2-video-img, .s2_video_box video{
    display: block;
    margin: 0 auto 0;
    width: 100%;
    height: 331px;
    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:53px;
	height:53px;
	animation: pulse 1.725s ease-out infinite forwards;
	margin-top:-26px;
	margin-left:-26px;
	box-shadow:0 0 9px 2px rgba(0,0,0,0.3);
	border-radius:50%;
	}


ul.s2_list{
	margin:37px auto 0;
	width:100%;
	max-width:1100px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
ul.s2_list li{
	width:33.33%;
	text-align:center;
	padding:0 30px;
	position:relative;
	}
ul.s2_list li:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	background:#e1e1e1;
	width:1px;
	}	
ul.s2_list li:last-child:before{ display:none;}	
ul.s2_list li img{
	margin:0 auto 0;
	display:block;
	width:53px;
	}
ul.s2_list li h3{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:800;
	margin-top:10px;
	}
ul.s2_list li p{ margin-top:10px;}

/*-----------------------
 Section 3
------------------------*/
.section_3{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
ul.s3_list{
	margin:40px auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
ul.s3_list li{
    width: 28.4%;
    text-align: center;
	}
ul.s3_list li:nth-child(2), ul.s3_list li:nth-child(4){
	width: 33px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	}	
ul.s3_list li h3{
	font-size:24px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	}
.s3-list-imgs{
	margin:20px auto 0;
	display:block;
	width:332px;
	}
.s3-list-arw{
	margin:0 auto 0;
	display:block;
	}
.section_3 .button__box{ margin-top:0;}

/*-----------------------
 Section 4
------------------------*/
.section_4{
	background:#eef8ff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	overflow:hidden;
	}
.protection_wrap{
	margin:40px auto 0;
	width:100%;
	max-width:900px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.protection_prodbx{
	width:36%;
	position:relative;
	}	
.protection_prodbx img{
	margin:0 auto 0;
	display:block;
	z-index:2;
	position:relative;
	}
	
.protectAnimation{
	position: absolute;
    right: 160px;
    top: 240px;
	width:50px;
	height:50px;
	}	
	
.protection_contentbx{ width:56%;}	
ul.protection_list{
	width:100%;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    column-gap:34px;
    row-gap:20px;
	}
ul.protection_list li{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    text-align:center;
	}
ul.protection_list li img{
	margin:0 auto -5px;
	display:block;
	width:130px;
	}
ul.protection_list li p{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:600;
	}

/*-----------------------
 Section 5
------------------------*/
.section_5{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	overflow:hidden;
	}
.works_block{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin:50px 0 0;
	padding:0 2px 50px;
	position:relative;
	}
.works_box{
	float:left;
	width:100%;
	overflow: hidden;
	}
.works_col{
	width:31.33%;
	text-align:left;
	padding:15px 15px 20px;
	background:#faefe3;
	border-radius:25px;
	}
.works_col_top{
	float:left;
	width:100%;
	}
.works_col_tag_header{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.works_tag_strip{
	display:inline-block;
	vertical-align:middle;
	background:#e25151;
	border-radius:30px;
	text-align:center;
	font-size:12px;
	line-height:12px;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	padding:7px 20px 6px 10px;
	position:relative;
	}	
.works_tag_strip:after{
    content: '';
    position: absolute;
    top: 10px;
    right: -113px;
    background: url(../images/wt-line.webp) no-repeat;
    width: 114px;
    height: 6px;
	}	
.work_tag_icnbx{
	flex-shrink:0;
	width:46px;
	}	
.work_tag_icnbx img{
	margin:0 auto 0;
	display:block;
	}	
.works_bx_heading{
	font-size:24px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	margin-top:5px;
	}	
.works_col_btm{
	float:left;
	width:100%;
	margin-top:20px;
	}
.works-col-imgs{
	margin:0 auto 0;
	display:block;
	border-radius:20px;
	}	
.works_bx_text{ margin-top:12px !important;}

/*-----------------------
 Section 6
------------------------*/
.section_6{
	background:url(../images/sec6-bg.webp) no-repeat center top;
	background-size:cover;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
ul.s6_seal_list{
	margin:50px auto 0;
	width:100%;
	max-width:1050px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
ul.s6_seal_list li{
	text-align:center;
	width:13%;
	}
ul.s6_seal_list li img{
	margin:0 auto 0;
	display:block;
	width:135px;
	}

/*-----------------------
 Section 7
------------------------*/
.section_7{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 10px;
	}
.steps-wrap{
	width:100%;
    margin:60px auto 10px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
	}
.step-card{
    position:relative;
    background:#fff;
    border:1px solid #e9482f;
    border-radius:22px;
	}
.step-image{ 
	height:358px; 
	border-radius:22px; 
	overflow:hidden;
	}
.step-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
	}
.step-number{
    position:absolute;
    top:-24px;
    left:50%;
    transform:translateX(-50%);
    width:54px;
    height:54px;
    border-radius:50%;
    background:#b42513;
    border:2px solid #fff;
    color:#fff;
    font-size:26px;
    font-weight:bold;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:10;
    box-shadow:0 4px 10px rgba(0,0,0,.18);
	padding-bottom: 3px;
	}	
.step-content{
    padding:20px 30px 22px;
    background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 22%);
    margin-top:-55px;
    position:relative;
    z-index:2;
	text-align:left;
	border-radius:0 0 22px 22px; 
	}
.step-content h3{
    font-size:24px;
    line-height:28px;
    font-weight:bold;
    color:#000;
   }
.step-content p{ margin-top:10px !important;}

/*-----------------------
 Section 8
------------------------*/
.section_8{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 10px;
	}
.guarantee_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	border:2px solid #b42513;
	}
.guarantee_box_top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#b42513;
	padding:30px 40px 90px;
	}
.guarantee_box_top_txt{
	font-size:22px;
	line-height:26px;
	color:#fff;
	font-weight:600;
	}
.guarantee_box_top_hdng{
	font-size: 45px;
    line-height: 53px;
    color: #fff;
    font-weight: 800;
	margin-top:3px;
	}
.guarantee_box_inr{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:0 25px 30px;
	}
.guarantee-seal{
	display:block;
	margin:-75px auto 0;
	width:168px;
	}
.guarantee_box .button__box{ margin-top:40px;}	
	
/*-----------------------
 Section 9
------------------------*/
.section_9{
	background:#fff;
	float:left;
	width:100%;
	padding:50px 0 70px;
	}
.rating_box{
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	width:100%;
	max-width:360px;
	margin:35px auto 0;
	}
.rating_box h2{
	font-size:60px;
	line-height:64px;
	color:#000;
	font-weight:800;
	}	
.rate_bx_inr{
	padding-left:20px;
	text-align:left;
	}
.rate_bx_inr img{
	margin:0 auto;
	width:168px;
	}
.rate_bx_inr p{
	font-size:18px;
	line-height:20px;
	color:#000;
	margin-top:4px;
	}

.testimonial_box{
	width:100%;
	max-width:1030px;
	margin:50px auto 0;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	row-gap:45px;
	}
.testimonial_col{
	width: 47.66%;
    background: #fff;
    padding: 18px 24px 20px;
    border-radius: 6px;
    border: 1px solid #b42513;
    box-shadow: 0 0 7px 4px #fae7e5;
    -webkit-box-shadow: 0 0 7px 4px #fae7e5;
	
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
	}
.testimonial_col_inr{
	width:100%;
	text-align:left;
	position:relative;
	}	
.quote{
	position:absolute;
	top: -35px;
    right: 20px;
	width:37px;
	}
.testimonial_col_hdng{
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight:bold;
	}
.testi_col_star{
	display:block;
	width:110px;
	margin-top:12px;
	}
.testimonial_col_text{
    font-size: 18px;
    line-height:24px;
    color: #000;
	font-weight:500;
    margin-top:15px;
	}
.testi_verify_row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	position:relative;
	margin:20px auto 0;
	}
.testi-verify-row-img{
	width:45px;
	border-radius:50%;
	}
.testi_verify_col{
	width:calc(100% - 45px);
	text-align:left;
	padding-left:15px;
	}
.testi_verify_name_text{
  	font-size:16px;
    line-height: 20px;
    color: #000;
    font-weight:bold;
	}
.testi_verify_text{
	font-size:14px;
	line-height:18px;
	color:#000;
	margin-top:3px;
	}
.verify_icn{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-3px 2px 0 0;
	}
/*-----------------------
 Section 10
------------------------*/
.section_10{
	background:#fffbf7;
	float:left;
	width:100%;
	padding:60px 0 80px;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:720px;
	width:100%;
	margin:25px auto 10px;
	}
.up-slide-dwn{
	width: 100%;
    float: left;
	background:#fff;
    margin-top:20px;
    padding: 0 25px;
	}
.accordion{
	text-align:left;
	background:url(../images/close-btn.webp) no-repeat right center;
	background-size:14px !important;
	padding:20px 20px 20px 0;
	font-size:20px;
	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;
	}
.up-slide-dwn.active{
	border-radius:6px;
	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);
	}
.acdn-content{
	text-align:left;
	padding:20px 0 5px;
	border-top:1px solid #d7d7d7;
	}
.acdn-para{
	font-size:17px;
	line-height:25px;
	color:#000;
	letter-spacing:0.3px;
	margin-bottom: 20px;
	}

/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
    width:100%;
	text-align:center;
	background:#fff;
    padding:40px 0;
	}
.footer-logo{
	width:138px;
	margin:0 auto 25px;
	display:block;
	}	
.foot_txt{
    font-size:15px;
    line-height:20px;
    color:#000;
	margin-top:10px;
	}	
.foot_txt a{ color:#000; padding:0 8px;}


/*=======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_heading{ font-size: 50px; line-height: 52px;}
.bnr_prodbx{ width: 42%; margin: 40px 0 0 0;}
.bnr_prod{ width:188px;}
.protectAnimation{ right: 230px; top: 200px;}	
@-webkit-keyframes circle {
0% {height:50px;width:50px;}
100% {height:460px;width:460px;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}
}

@keyframes circle {
0% {height:50px;width:50px;}
100% {height:460px;width:460px;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}
}


ul.brand_list{ column-gap: 25px;}

.common_heading{ font-size: 44px; line-height: 50px;}
.problem_box h3{ font-size: 17px; line-height: 21px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.banner_section{ padding:45px 0 50px;}
.bnr_heading{ font-size: 38px; line-height: 38px;}
.bnr_text{ font-size: 17px; line-height: 25px;}
.bnr-review-pics{ width:110px;}
ul.bnr_points li p{ font-size: 16px; line-height: 16px;}
ul.bnr_points li img{ width:60px;}
ul.bnr_list li{ font-size: 17px; line-height: 23px; padding-left: 26px; margin-top: 10px;}
.device_contbx h3{ font-size: 17px;}
.device_imgbx{ width: 60px;}
.protectAnimation{ right: 160px;}	

.brand_box{ column-gap: 20px;}
.feature_text{ font-size: 15px; line-height: 15px;}
ul.brand_list{ column-gap: 16px;}
ul.brand_list li img{ height:40px;}

.section_1{ padding:50px 0 70px;}
.common_tag{ font-size:15px; line-height:17px;}
.common_sub_heading{ font-size:16px; line-height:17px;}
.common_heading{ font-size: 36px; line-height: 40px;}
.common_text{ font-size: 17px; line-height: 24px; margin-top:15px;}
.s1-prod{ width:600px;}
.problem_box{ width: 23.8%; padding: 15px 12px;}

.section_2{ padding: 65px 0 60px;}
ul.s2_list li{ padding:0 20px;}

.section_3{ padding:50px 0 60px;}
ul.s3_list li h3{ font-size: 22px; line-height: 24px;}

.section_4{ padding:50px 0 60px;}
ul.protection_list li img{ width:100px;}
ul.protection_list li p{ font-size: 18px; line-height: 22px;}

.section_5{ padding:50px 0 60px;}
.works_bx_heading{ font-size: 22px; line-height: 25px;}

.section_6{ padding:50px 0 60px;}
ul.s6_seal_list{ margin: 30px auto 0; max-width: 650px;}

.section_7{ padding:50px 0 10px;}
.steps-wrap{ margin: 55px auto 0;}
.step-image{ height: 230px;}
.step-number{ width: 48px; height: 48px; font-size: 22px;}
.step-content{ padding: 20px 15px 20px;}
.step-content h3{ font-size: 22px; line-height: 27px;}

.section_8{ padding: 40px 0 10px;}
.guarantee_box_top{ padding: 25px 35px 83px;}
.guarantee_box_top_hdng{ font-size: 40px; line-height: 48px;}
.guarantee-seal{ margin: -70px auto 0; width: 130px;}

.section_9{ padding: 40px 0 50px;}
.rating_box h2{ font-size: 50px; line-height: 55px;}
.rate_bx_inr{ padding-left: 10px;}
.rate_bx_inr img{ width: 140px;}
.rate_bx_inr p{ font-size: 17px; line-height: 18px;}
.testimonial_box{ row-gap:30px;}
.testimonial_col{ width: 48%;padding: 20px 15px 25px 15px;}
.testimonial_col_hdng{ font-size: 20px; line-height: 26px;}
.testi_col_star{ width: 90px; margin-top: 10px;}
.testimonial_col_text{ font-size: 17px; line-height: 23px; margin-top: 15px; letter-spacing: 0;}
.testi_verify_namebx{ width: 45px; height: 45px; font-size: 20px; line-height: 45px;}
.testi_verify_name_text{ font-size: 15px; line-height: 20px;}
.testi_verify_text{ font-size: 13px; line-height: 15px;}


.section_10{ padding: 50px 0 60px;}
.accordion{ padding: 20px 18px 20px 0; font-size: 18px; line-height: 24px;}
.up-slide-dwn{ margin-top: 18px; padding: 0 25px;}
}

@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:5px 0;}
.top_strip p{ font-size: 12px; line-height: 12px;}

.header{ height: 45px; padding: 10px 0;}
.header_btn{ display:none;}
.logo{ display: inline-block; vertical-align: top; float: none; width: 120px; margin-top: 0;}

.banner_section{ padding:20px 0 35px;}
.bnr_content{ width:100%; text-align:center;}
.bnr_review_text{ justify-content: center;}
.bnr-review-star{ width: 60px; margin-top: -4px;}
.bnr_review_text p{ font-size: 12px; line-height: 12px;}
.bnr-review-pics{ width: 90px;}
.bnr_heading{ font-size: 33px; line-height: 34px; position:relative; z-index:2;}
.bnr_text{ font-size: 14px; line-height: 20px; padding: 0 10px; margin-top: 12px; position:relative; z-index:2;}
.prod_box_mob{ display:inline-block; vertical-align:top; position:relative;  margin-top: -20px;}
.bnr_prod{ width: 309px; margin: 62px auto 0;}
.bnr_seal{ top: 62px; right: 0; width: 60px;}
.protectAnimation{ right: 50%; top: 200px; width: 390px; margin-right: -195px;}	
@-webkit-keyframes circle {
0% {height:50px;width:50px;}
100% {height:420px;width:420px;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}
}

@keyframes circle {
0% {height:50px;width:50px;}
100% {height:420px;width:420px;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}
}

ul.bnr_points{ margin: 20px auto 0; position: relative; z-index: 2; max-width: 400px; float: none;}		
ul.bnr_points li img{ width:50px;}
ul.bnr_points li p{ font-size: 12px; line-height: 14px;}
ul.bnr_list{ max-width: 346px;}
ul.bnr_list li{ font-size: 15px; line-height: 21px; padding-left: 23px; background-size: 14px; margin-top: 9px;}
.bnr_prodbx{ width:100%; margin:0;}
.device_imgbx{ width: 65px;}
.device_contbx h3{ font-size: 17px; line-height: 21px;}
.device_contbx p{ font-size: 14px; line-height: 19px;}

.button__box{ margin-top:30px !important;}
.button_stock{ font-size: 12px; line-height: 12px;}
.button_stock img{ width: 12px; margin: -5px 5px 0 0;}
.common__button{ height: 60px !important; font-size: 17px !important; line-height: 60px !important;}
.common__button img{ width:18px;}
.btn_mnybk_text{ font-size: 12px; line-height: 12px;}
.btn_mnybk_text img{ margin: -4px 5px 0 0; width: 13px;}

/*====scroll_strip====*/
.scroll_strip_mob{
	float: left;
	width: 100%;
	background:#fff;
	padding: 20px 0 15px; 
	border-bottom: 1px solid #d7d7d7;
	}
.feature_text{ font-size: 13px; line-height: 13px;}	
.scroll_strip{
	float:left;
	width:100%;
	overflow: hidden;
	
	display: flex;
    flex-wrap: nowrap;
	margin-top:18px;
	}
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 10px;	
	position:relative;
	}
ul.scroll_strip_list li img{
	display:inline-block;
	vertical-align:middle;
	height:35px;
	width:auto;
	}

@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}


.section_1{ padding: 25px 0 50px;}
.common_heading{ font-size: 31px; line-height: 33px;}
.common_text{ font-size: 16px; line-height: 24px; margin-top: 15px;}
.s1-prod{ margin: 24px auto 0;}
.problem_wrap{ row-gap: 15px;}
.problem_box{ width: 100%; padding: 20px 10px 17px 70px;}
.problem-imgs{ top: 24px; right: auto; left: 20px; height: 40px;}
.problem_box:nth-child(1) .problem-imgs{ height:45px;}
.problem_box:nth-child(4) .problem-imgs{ height:45px;}
.problem_box h3{ font-size: 21px; line-height: 23px;}
.problem_box p{ margin-top: 8px;}
.wranning_box{ padding: 0 20px 12px;}
.warn-img{ margin: -20px auto 0; width: 38px;}
.wranning_box h3{ font-size: 19px; line-height: 25px; margin-top: 10px;}
.warn-strip{ font-size: 17px; line-height: 19px; margin-top: 14px;}

.section_2{ padding: 0 0 35px;}
.section_2:before{ top: -30px; background: url(../images/s2-down-arrow-m.webp) no-repeat center center; background-size:118px; width: 118px; height: 56px; margin-left: -52.5px; z-index:2;}
.s2-prod-mob{ width:calc(100% + 30px); max-width:none; margin:0 auto -60px; margin-left:-15px;}
.s2_video_box{ margin-top:22px;}
.s2-video-play-button{ width: 44px; height:44px; margin: -22px 0 0 -22px;}
.s2-video-img, .s2_video_box video{ height: 202px;}
ul.s2_list{ margin: 28px auto 0;}
ul.s2_list li{ padding: 0 0 12px 50px; width: 100%; text-align:left; border-bottom:1px solid #e1e1e1; margin-bottom:12px;}
ul.s2_list li:last-child{ border:none; padding-bottom:0; margin-bottom:0;}
ul.s2_list li:before{ display:none;}
ul.s2_list li img{ width: 38px; position: absolute; top: 12px; left: 0;}
ul.s2_list li h3{ margin-top:0;}
ul.s2_list li p{ margin-top: 8px;}
.s2_points_wrap_mob{ display:inline-block; vertical-align:top; width:100%; border:1px solid #ea2107; border-radius:12px; padding:0 12px 12px; margin-top:40px;}
.s2_points_wrap_mob p{ font-size:16px; line-height:16px; color:#000; font-weight:bold; margin-top:-10px;}
.s2_points_wrap_mob p span{ position:relative; padding:0 10px; background:#fffbf7;}

.section_3{ padding: 30px 0 35px;}
ul.s3_list li{ width:100% !important; text-align:left;}
ul.s3_list li:nth-child(2), ul.s3_list li:nth-child(4){ margin:10px 0 20px;}
ul.s3_list li h3{ font-size: 24px; line-height: 26px;}
ul.s3_list li p{ margin-top:8px;}

.section_4{ background: #fffbf7; padding: 30px 0 35px;}
.protection_wrap_mob{ float:left; width:100%; position:relative;}
.protect-prod-mob{ margin:20px auto 0; position:relative; z-index:2;}
.protectAnimation2{ right: 50%; top: 220px; width: 390px; margin-right: -195px;}

.section_5{ padding: 30px 0 35px;}
.works_block{ margin: 10px 0 10px 0; padding: 0;}
.works_col{ float:left; width:100%; margin-top:24px;}

.section_6{ background: url(../images/sec6-bg-mob.webp) no-repeat center top; background-size: cover; padding: 30px 0 50px;}
ul.s6_seal_list{ display:none;}
.s6_prod_box_mob{ margin:40px auto 0; width:100%; max-width:400px; position:relative; display: -webkit-flex; display: flex; justify-content: space-between;}
ul.prod_bx_seal{ display: -webkit-flex; display: flex; flex-direction: column; row-gap:15px; width:87px;}
.s6-prod-mob{ position: absolute; top: -42px; left: 50%; margin-left: -158px;}

.section_7{ padding: 30px 0 15px;}
.steps-wrap{ margin: 45px auto 10px; max-width:400px; grid-template-columns: repeat(1, 1fr); gap:45px;}
.step-card{ width:100%;}
.step-image{ height: 358px;}
.step-content{ padding: 20px 30px;}

.section_8{ padding: 30px 0 10px;}
.guarantee_box_top{ padding: 18px 20px 78px;}
.guarantee_box_top_txt{ font-size: 16px; line-height: 22px;}
.guarantee_box_top_hdng{ font-size: 32px; line-height: 38px;}
.guarantee-seal{ margin: -63px auto 0; width: 140px;}
.guarantee_box_inr{ padding: 0 13px 22px; }

.section_9{ padding: 30px 0 35px;}
.rating_box{ margin: 15px auto 0; flex-direction: column; row-gap:6px;}
.rating_box h2{ font-size: 43px;line-height: 46px; }
.rate_bx_inr img{ width: 130px;}
.rate_bx_inr{ padding-left: 0; text-align: center;}
.rate_bx_inr p{ font-size: 16px; line-height: 18px; margin-top: 5px;}
.quote{ top: -33px; right: 10px; width: 29px;}
.testimonial_box{ margin: 25px auto 0; row-gap:25px;}
.testimonial_col{ width: 100%;}
.testimonial_col_hdng{ font-size: 19px; line-height: 23px;}
.testi_col_star{ width: 80px; margin-top: 10px;}
.testimonial_col_text{ font-size: 15px; line-height: 20px; margin-top: 10px;}	
.testi-verify-row-img{ width: 42px;}
.testi_verify_col{ width: calc(100% - 42px); padding-left: 12px;}
.verify_icn{ width: 12px; margin: -3px 0px 0 0;}

.section_10{ padding: 25px 0 35px;}
.faq-container{ margin: 10px auto;}
.up-slide-dwn{ margin-top: 18px; padding: 0 15px; border-radius: 5px;}
.accordion{ background-size: 13px !important; padding: 16px 25px 16px 0; font-size: 16px; line-height: 22px;}
.acdn-content{ text-align: left; padding: 16px 0 3px;}
.acdn-para{ font-size: 15px; line-height: 22px; margin-bottom: 15px;}

.footer{ padding:20px 0 25px;}
.footer-logo{ width: 100px; margin: 20px auto 15px;}
.foot_txt{ font-size: 14px; line-height: 17px; margin-top:8px;}
.foot_txt a{ padding: 0 6px;}

#call-btn{
	padding:10px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
	
@keyframes ripple{
    0%{
        transform:translate(-50%, -50%) scale(1);
        opacity:1;
    }

    100%{
        transform:translate(-50%, -50%) scale(10);
        opacity:0;
    }
}	

}

@media only screen and (max-width:375px){
.bnr_heading{ font-size: 31px; line-height: 33px;}
}


/*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;
	}
	

.works_box .swiper-button-next, .works_box .swiper-button-prev{
	width:50px;
	height:50px;
	border:2px solid #de5155;
	border-radius:50%;
	top:50%;
	margin-top:-50px;
	}
.works_box .swiper-button-prev{ left:-65px;}
.works_box .swiper-button-next{ right:-65px;}
.works_box .swiper-button-next:after, .works_box .swiper-button-prev:after{
    font-size: 20px;
    color: #de5155;
    font-weight: bold;
	}
	
.works_box .swiper-pagination-bullet{background:#f5e0e0; border:none; width:12px; height:12px; margin:0 6px !important; opacity:1;}
.works_box .swiper-pagination-bullet-active{background:#e25151;}
.works_box.swiper-autoheight .swiper-wrapper{ align-items: unset;}
	
@media only screen and (max-width:1021px){
.works_box .swiper-button-prev{ left:-10px;}
.works_box .swiper-button-next{ right:-10px;}	
}

@media only screen and (max-width:767px){

}