@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'DM Sans';
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.fl {float: left;}
.fr {float: right;}

/*====Fonts====*/
@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-Medium.woff2') format('woff2'),
        url('DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

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

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

/*====top-strip====*/
.top-strip{
	float: left;
	width: 100%;
	background: #163143;
	padding: 10px 0;
	}
.top-strip-inner{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	column-gap:15px;
	}
.top-strip-content{
	text-align:left;
	position:relative;
	padding-left:35px;
	}
.top-strip-text1{
	font-size:16px;
	line-height:18px;
	color:#fff;
	font-weight:700;
	letter-spacing:0.3px;
	text-transform:uppercase;
	}
.top-strip-text1 span{ color: #ffe42b;}
.top-strip-text2{
	font-size:15px;
	line-height:17px;
	color:#fff;
	font-weight:700;
	letter-spacing:0.3px;
	}
.top-strip-icn{
	position: absolute;
	left: 0;
	width: 18px;
	top: -1px;
	}	

/*====header====*/
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top:-70px;
	top:70px;
	position:relative;
	background:#fff;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}				
.logo{
	float: left;
	max-width: 100%;
	margin-top: 22px;
	}
.header-btn{
	float:right;
	width:100%;
	max-width:165px;
	height:42px;
	background:#f67a01;
	border-radius:45px;
	font-size:20px;
	line-height:40px;
	color:#fff;
	text-align:center;
	font-weight:900;
	margin-top:14px;
	}

/*====banner-section====*/
.banner-section{
	float: left;
    width: 100%;
    background: #f0fffe;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
	}
.banner-inner{
	width:100%;
	max-width:870px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative;
	}
.banner_left{
	float:left;
	width:68%;
	text-align:left;
	}
.banner_rev-text{
	font-size:15px;
	line-height:21px;
	color:#000;
	}
.banner_rev-text img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 5px 0 0;
	width:77px;
	}
.banner_heading{
	font-size: 60px;
    line-height: 68px;
    font-weight: 700;
    color: #183246;
    margin-top: 10px;
	}
.banner-text1{
	font-size: 18px;
	line-height: 26px;
	color: #000;
	margin-top: 15px;
	}
.banner-img{
	position: absolute;
	right: 0;
	top: 60px;
	max-width: 100%;
	}
.banner-prod-box{
	width:100%;
	}
	
ul.banner_point{
	display:inline-block;
	vertical-align:middle;
	margin-top:15px;
	}
ul.banner_point li{
	font-size: 22px;
    line-height: 26px;
    color: #000;
    text-align: left;
    padding: 0 0 12px 35px;
    background: url(../images/bnr_tik.webp) no-repeat left 2px;
    background-size: 23px;
    margin-top: 8px;
    position: relative;
    font-weight: 500;
	}
ul.banner_point li:before{
	content:"";
	position:absolute;
	border-bottom:1px solid #d7d7d7;
	bottom:0;
	right:0;
	left:35px;
	}
ul.banner_point li:last-child{ padding-bottom:0;}
ul.banner_point li:last-child:before{
	display:none;
	}
.banner-product{
	position: absolute;
	right: -42px;
	bottom: 0;
	width: 444px;
	}
	
.button_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:475px;
	margin-top:40px;
	text-align:center;
	}
.sell-fast{
	width:100%;
	max-width:365px;
	background: #fffed9;
    border: 1px dashed #df6411;
    border-radius: 5px;
    padding:8px 10px 8px 10px;
    position: relative;
    margin-top: 15px;
    animation: jump 1.5s ease infinite;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 auto;
	}
.sell-fast:after{
	content:"";
	position:absolute;
	left:20px;
	bottom:-6px;
	background:#f5fed9;
	border-right: 1px dashed #df6411;
	border-bottom: 1px dashed #df6411;
	width:8px;
	height:8px;
	transform:rotate(45deg);
	}
.sell-fast-text{
	font-size:13px;
	line-height:17px;
	color:#000;
	text-transform:uppercase;
	}
.fire-icn{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	margin:-6px 5px 0 0;
	}
.commonBtn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height:70px;
    background: #f67a01;
    border-radius:45px;
    font-size: 24px;
    line-height:70px;
    color: #fff;
    font-weight:700;
	text-transform:capitalize;
    text-align: center;
    margin: 0px 0 10px;
	}
.btn-arrow{
	display:inline-block;
	vertical-align:middle;
	width:26px;
	margin:-2px 0 0 10px;
	}
.button-list{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	column-gap:15px;
	}
.button-list li{
	font-size:14px;
	line-height:20px;
	color:#000;
	text-align:left;
	padding-left:20px;
	position:relative;
	}
.btn-list-tick{
	position:absolute;
	left:0;
	top:3px;
	width:14px;
}
	
/*--------BANNER STRIP--------*/
.bnrstrip{
	float: left;
	width: 100%;
	padding: 20px 0 18px;
	border-bottom: 1px solid #cccccc;
	}
.bnrstrip-hding{
	font-size:23px;
	line-height:30px;
	color:#29323a;
	font-weight:700;
	text-align:center;
	}
.bnrstrip-hding:before,.bnrstrip-hding:after{
	display:inline-block;
	vertical-align:middle;
	width:70px;
	margin:-5px 10px;
	border-bottom:1px solid #ddd;
	content:"";
	}
.bnrstrip-para{
	font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-top: 10px;
	}
ul.bnrstrip-list{
	float: left;
    width: 100%;
    margin-top:0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.bnrstrip-list li{
	float: left;
	width: 16.33%;
	padding: 0 10px 0 60px;
	text-align: left;
	position: relative;
	}
ul.bnrstrip-list li:after {
    content: '';
    position: absolute;
    right: 15px;
    bottom: 0;
    height:52px;
    width: 1px;
    background: #dddddd;
	}
ul.bnrstrip-list li:last-child:after{ display:none;}			
ul.bnrstrip-list li img{
	position: absolute;
	left: 0;
	top: 0px;
	max-width: 44px;
	}		
ul.bnrstrip-list li p{
	font-size: 17px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}
	
/*-----------------------
Section_1
------------------------*/
.section1{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0;
	position:relative;
	}
.s1_content{
	float: right;
	width: 55%;
	text-align: left;
	padding-left: 40px;
	}	
.common_heading{
	font-size:44px;
	line-height:54px;
	color:#163143;
	font-weight:700;
	position:relative;
	z-index:1;	
	}
.common_heading span{ color:#0098dc;}	
.common_text{	
    font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:20px;
	position:relative;
	z-index:1;	
	}
.exrtrabold{ font-weight:800;}
.red{ color:#f01010;}

ul.s1_list{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 10px;
	}		
ul.s1_list li{
	background: url(../images/s1-lst-cross.webp) no-repeat left 2px;
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 28px;
	color: #000;
	font-weight: 700;
	text-align: left;
	position: relative;
	background-size: 30px;
	padding: 5px 0 5px 40px;
	margin-top: 10px;
	}
.training_box{
	float:left;
	width:100%;
	text-align:center;
	margin-top:40px;
	border:1px solid #000;
	border-radius:12px;
	overflow:hidden;
	position:relative;
	z-index:2;
	}	
.training_header{
	float: left;
    width: 100%;
    background: #000000;
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    font-weight: 700;
    padding: 10px 10px 13px;
    position: relative;
	}
.training_header:before{
	content:'';
	position:absolute;
    left: 50%;
    bottom: -10px;
    margin: 0 0 0 -10px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #000;
	}	
.training_mid{
	float: left;
	width: 100%;
	background: #fff;
	padding: 50px 25px 50px;
	}		
ul.training_list{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	}
ul.training_list li{
	float:left;
	text-align:center;
	}	
ul.training_list li h3{
	    font-size: 24px;
    line-height: 34px;
    color: #000;
    font-weight: 700;
    position: relative;
    z-index: 2;
    text-shadow: 2px 2px #fff;
	}
ul.training_list li p{
	font-size:18px;
	line-height:25px;
	letter-spacing:0.2px;
	color:#000;
	margin-top:27px;
	}
.text_cross{
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
	}
.s1_dog_img{
	position: absolute;
	top: 0;
	left: 0;
	}
.s1-restore-box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 40px;
}
.s1-restore-product {
    display: block;
    margin: 0 auto;
    width: 440px;
}
.s1-restore-text {
    font-size: 26px;
    line-height: 36px;
    color: #000;
    font-weight: 700;
    margin-top: 5px;
}
	
/*=====section2=====*/
.section2{
	float:left;
	width:100%;
	background:#f0fffe;
	padding:60px 0;
	}
.s2-top-arrow{
	position:absolute;
	left:50%;
    transform: translateX(-50%);
	top:-80px;
	width:42px;
	height:42px;
	border-radius:50%;
	background:#163143;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	}
.s2-top-arrow img{
	display:block;
	margin:0 auto;
	width:25px;
	}
.s2_trains_wrap{
	margin:50px auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s2_trains_imgbx{ width:46%; text-align:center;}
.s2_trains_imgbx img{
	display: inline-block;
	max-width: none;
	margin: 0px 0 0 0px;
	}
.s2_trains_contbx{
	width:54%;
	}
.s2_trains_list{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	row-gap:20px;
	}
.s2_trains_list li{
	float:left;
	width:100%;
	background:#fff;
	text-align:left;
	border-radius:8px;
	position:relative;
	padding:20px 25px 20px 90px;
	-webkit-box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.1);
	}
.s2_trains_list li img{
    position: absolute;
    top: 24px;
    left: 15px;
    width: 58px;
	}
.s2_trains_list li h3{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:800;
	}	
.s2_trains_list li p{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:normal;
	margin-top:5px;
	}
	
/*=====section3=====*/
.section3{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}
.sec3-block{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
	padding-bottom:65px;
	}	
.s3-prod-box{
	position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
	}	
.s3-prod-box img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}	
.s3-list{ width:358px; margin-top:70px;}	
.s3-list li{
	float:left;
	width:100%;
	margin-bottom:55px;
	position:relative;
	}
.s3-list li:last-child{ margin-bottom:0;}	
.s3-list.fl li{ text-align:left;}	
.s3-list.fr li{ text-align:right;}
	
.s3-list.fl li p{ text-align:left; padding-right:70px;}	
.s3-list.fr li p{ text-align:right; padding-left:70px;}	

.s3-list-lns{
	max-width:100%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:20px;
	}	
.s3-list li span{
	float: left;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-weight: 700;
	}
.s3-list li span span{ font-size:18px; font-weight:400;}
.s3-list li p{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    color: #000;
    margin-top: 10px;
	}	
.s4-lft-pics, .s3-rgt-pics{
	position:absolute;
	top:0;
	right:0;
	border-radius:50%;
	background:#fff;
	padding:2px;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	z-index:1;
	max-width: 160px;
	}
.s3-pic1{ top: -20px; right: -156px;}
.s3-pic2{ top: -80px; right: -40px;}

.s3-rgt-pics{
	right:auto;
	left:0;
	}	
.s3-pic3{ top: -20px; left: -156px;}
.s3-pic4{ top: -80px; left: -40px;}

.s3-left-icns, .s3-rgt-icns{
	position:absolute;
	top:0;
	right:0;
	}
.s3-icn1{
    position: absolute;
    top: 100px;
    right: -20px;	
	}	
.s3-icn2{
    position: absolute;
    top: 55px;
    right: -45px;
	}
.s3-rgt-icns{
	right:auto;
	left:0;
	}
.s3-icn3{
    position: absolute;
    top: 100px;
    left: -20px;	
	}	
.s3-icn4{
    position: absolute;
    top: 70px;
    left: -45px;
	}							

.s3-btm-head{
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
	background: url(../images/s3-border.webp) no-repeat center center;
}
.s3-btm-list{
	float:left;
	width:100%;
	margin-top:25px;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}	
.s3-btm-list li{
	float:left;
	width:16.66%;
	text-align:center;
	position:relative;
	}
.s3-btm-list li:after{
    content: '';
    top: 30px;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 1px;
    background: #e1e1e1;		
	}	
.s3-btm-list li:last-child:after{ display:none;}	
.s3-btm-list li img{
	margin:0 auto 0px;
	display:block;
	}	
.s3-btm-list li p{
	font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
}	

/*=====section4=====*/
.section4{
	float:left;
	width:100%;
	background:#edf9f6;
	padding:60px 0;
	}
.s4-row{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 35px auto 0;
    gap: 23px;
	}
.s4-col{
	width:23.5%;
	}
.s4-col-top{
	display:inline-block;
	vertical-align:top;
	width:100%;
    position: relative;
    border-radius: 12px;
    background: #000;
    margin: 0 auto;
	}
.s4_img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
	}
.s4-col-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	    width: 100%;
	}
.s4-col-btm{
	text-align:left;
	padding:20px 0 0;
	width:100%;
	}
.s4-col-text1{
	    font-size: 22px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
	}
.s4-col-text2{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:8px;
	}
	
/*=====section5=====*/
.section5{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 40px;
	}
.s5-row{
	width:100%;
	display:flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:60px auto 0;
	position:relative;
	}
.s5-col{
	width:31.5%;
    background: #fff;
	border:2px solid #e22328;
	border-radius:10px;
	padding:25px 20px 20px;
	position:relative;
	z-index: 1;
	}
.s5-col-icn{
	position:absolute;
	width:37px;
	top:-18px;
	left:50%;
	margin-left:-18px;
	}
.s5-col-heading{
    font-size: 22px;
    line-height: 28px;
    color: #e22328;
    font-weight: 700;
	}
.s5-col-img-box{
	display:inline-block;
	vertical-align:top;
	margin-top:15px;
	}
.s5-col-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s5-col-list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:280px;
	}
.s5-col-list li{
	font-size:18px;
    line-height:24px;
    color: #000;
    font-weight:700;
	
	margin-top:10px;
	background:#ffced0;
	border-radius:45px;
	padding:4px 10px
	}
.s5-col-two{
	border-color:#072c24;
	}
.s5-col-two .s5-col-heading{ color:#072c0e;}
.s5-col-two .s5-col-list li{ background:#d1f2ea;}
.s5-prod-col{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	}
.s5-product-img{
	display:block;
	margin:0 auto;
	width:495px;
	}
.s5-text1{
	font-size: 22px;
	line-height: 24px;
	color: #000;
	letter-spacing: 0.5px;
	font-weight: 500;
	margin-top: 60px;
	}
.s5-benefit-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	margin:35px auto 0;
	}
.s5-benefit-col{
	width:25%;
	padding:0 20px;
	position:relative;
	}
.s5-benefit-col:before{
	content:"";
	position:absolute;
	border-right:1px solid #ccc;
	height:130px;
	right:0;
	top:20px;
	}	
.s5-benefit-col:first-child{
	padding-left:0;
	}
.s5-benefit-col:last-child{
	padding-right:0;
	}
.s5-benefit-col:last-child:before{
	display:none;
	}
.s5-benefit-icn-box{
	width:110px;
	height:110px;
	background:#f0fffe;
	border-radius:50%;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	margin:0 auto;
	}
.s5-benefit-icn{
	display:block;
	margin:0 auto;
	width:54px;
	max-width:100%;
	}
.s5-benefit-col-btm{
	text-align:center;
	padding:15px 0 0;
	}
.s5-benefit-col-text1{
	font-size:22px;
	line-height:24px;
	color:#000;
	font-weight:700;
	}
.s5-benefit-col-text2{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}
	
/*=====section6=====*/
.section6{
	float:left;
	width:100%;
	background:#f0fffe;
	padding:60px 0;
	}
.s5CompBox{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:830px;
	background:#fff;
	border-radius:20px;
	margin-top:200px;
	margin-bottom:30px;
	box-shadow:0 0 15px 2px rgba(0,0,0,0.2);
	}
.s5Col1{
	float: left;
    width: 38%;
    padding: 25px 0 10px;
    position: relative;
    background: #ecf8fa;
    border-radius: 20px 0 0 20px;
	}
.s5Col1 ul{
	float:left;
	width:100%;
	}
.s5Col1 ul li{
	float: left;
    width: 100%;
    height: 58px;
    text-align: left;
    font-size: 18px;
    line-height: 58px;
    color: #000;
    font-weight: 500;
    padding: 0 0 0 25px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #c7c7c7;
    background: url(../images/comp-point.png) no-repeat 20px 27px;
	}
.s5Col1 ul li:last-child{ border:none;}
.s5Col1 ul li img{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-13px;
	}
.s5Col2{
	    float: left;
    width: 25%;
    background: #fff;
    border-radius: 15px;
    margin: -95px 0px -25px 0;
    border: 2px solid #163143;
	}
.s5Col2Top{
	float: left;
	width: 100%;
	height: 93px;
	background: #163143;
	position: relative;
	margin-bottom: 20px;
	border-radius: 11px 11px 0 0;
	}
.s5Col2Top:after{
	border-left: 102px solid transparent;
    border-right: 102px solid transparent;
    border-top: 20px solid #163143;
    position: absolute;
    bottom: -20px;
    left: 0;
    content: '';
	}
.s5Col3 .s5Col2Top, .s5Col4 .s5Col2Top{ background:none;}
.s5Col3 .s5Col2Top:after, .s5Col4 .s5Col2Top:after{ display:none;}
.s5Col2Prod{
	display:block;
	margin:-66px auto 5px;
	max-width:100%;
	}
.compair_logo {margin-top: 10px;}
.s5Col3Prod{
	display:block;
	margin:-15px auto 10px;
	max-width:100%;
	}
.s5Col4Prod{
	display:block;
	margin:-15px auto 10px;
	max-width:100%;
	}
.s5Col2Top p{
	font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 5px;
	}
.s5Col3Top p, .s5Col4Top p{ 
	font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
}
.s5Col2 ul{
	float:left;
	width:100%;
	padding-top:5px;
	}
.s5Col2 ul li{
	float: left;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	height: 58px;
	}
.s5Col2 ul li:nth-child(even){ background:#f0fffe;}
.s5Col2 ul li:last-child{ border:none; height:85px; }

.s5Col3{ 
	background:none; 
	border:none; 
	width: 17%; 
	border-right: 1px solid #c7c7c7;     
	border-radius: 0;
}
.s5Col3 ul li{ border-bottom:1px solid #c7c7c7;}
.s5Col3 ul li:nth-child(even){ background:none;}
.s5Col4{ background:none; border:none; width: 17%;}
.s5Col4 ul li{ border-bottom:1px solid #c7c7c7;}
.s5Col4 ul li:nth-child(even){ background:none;}
.s5Col3 ul li:last-child, .s5Col4 ul li:last-child{ height: 70px; padding-bottom: 0;}

.guarantee_box{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 830px;
    background: #163143;
    /* border: 2px solid #01863d; */
    margin: 30px auto 0;
    padding: 20px 70px 20px 20px;
    border-radius: 12px;
}
.guarantee_seal{
	display:block;
	margin:0 auto;
}
.guarantee_cont_bx{
	width:calc(100% - 173px);
	padding-left:30px;
	text-align:left;
}
.guarantee_cont_bx h3{
	font-size: 30px;
    line-height: 38px;
    color: #fff;
    font-weight: 700;
}
.guarantee_cont_bx p{
	font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-top: 10px;
}
	
/*=====section7=====*/
.section7{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}
.review_box{
	width:100%;
	margin:15px auto 10px;
	display: -webkit-flex;
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	}
.review_col{
	width:49%;
	background:#fff;
	border:1px solid #163143;
	border-radius:8px;
	padding:8px;
	margin-top:30px;
	}
.rev_col_bf_afbox{
	width:100%;
	display: -webkit-flex;
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	}
.rev_col_bf, .rev_col_af{
	width:49.2%;
	border-radius:8px;
	position:relative;
	overflow:hidden;
	}
.rev_col_bf_img, .rev_col_af_img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	}
.rev_col_bf_text, .rev_col_af_text{
	position:absolute;
	left:50%;
	width:72px;
	margin-left:-36px;
	bottom:10px;
	font-size:18px;
	line-height:26px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	}	
.rev_col_content{
	display: -webkit-flex;
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	flex-direction: column;
	flex:1;
	width:100%;
	padding:25px 10px 20px;
	position:relative;
	text-align:left;
	}
.rev_col_content_top{
	width:100%;
	text-align:left;
	}
.rev_img{
	position:absolute;
	left:50%;
	margin-left:-40px;
	border:5px solid #fff;
	top:-40px;
	border-radius:50%;
	}	
.rev_heding{
	font-size:23px;
	line-height:28px;
	color:#000;
	font-weight:700;
	}
.rev_star{
	display:inline-block;
	vertical-align:middle;
	width:81px;
	margin-top:10px;
	}
.rev_paragraph{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:10px;
	width:95%;
	}
.rev_name{
	font-size:14px;
	line-height:20px;
	color:#11b666;
	margin-top:15px;
	}
.rev_name span{
	font-size:19px;
	line-height:27px;
	color:#000;
	font-weight:700;
	}	
.rev_name img{
	display:inline-block;
	vertical-align:middle;
	width:12px;
	margin:-3px 5px 0 8px;
	}	
	
/*PACKAGE CSS*/
.section8{
    background: #f4fdff;
    float: left;
    width: 100%;
    position: relative;
	padding:60px 0 70px;
	}
.pack_hdg{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	font-weight:700;
	margin:20px 0 0;
}
.pack_sec{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	margin:20px 0 0;
}
.pack_box{
	width:32%;
	border:2px solid #e2e2e2;
	background:#fff;
	padding:20px;
	margin:20px 0 0;
	overflow:hidden;
	border-radius: 10px;
}
.pack_box .button_box{ margin-top:30px;}
.pack_box .commonBtn{ line-height: 60px; height: 60px;}
.pack_qty{
	font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #163143;
    text-transform: uppercase;
}
.pack_strp{
	font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin: 10px 0 0;
    text-transform: uppercase;
}
.pack_prod{
	display: inline-block;
    vertical-align: top;
    margin: 20px 0 10px;
}
.pack_prc_box{
	float:left;
	width:100%;
}
.pack_save_txt{
	margin:-12px auto 0;
	font-size:16px;
	line-height:20px;
}
.pack_save_txt span{
	display: inline-block;
	vertical-align: top;
	background: #fff;
	padding: 5px 20px;
	font-size: 18px;
	font-weight: 700;
	color: #163143;
	border: 1px dashed #f67a01;
	border-radius: 20px;
	margin-top: 10px;
}
.pack_offer_txt{
	font-size:17px;
	line-height:22px;
	margin:5px 0 0;
}
.pack_prc{
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	margin: 0;
	color: #163143;
}
.pack_prc small{font-size:20px; line-height:20px; font-weight:500; color:#000;}
.pack_btn{
	display:inline-block;
	vertical-align:top;
	max-width:326px;
	width:100%;
	height:60px;
	background:#0ad255;
	border-radius:100px;
	font-size:24px;
	line-height:60px;
	font-weight:600;
	color:#fff;
	margin:30px 0 0;
}
.pack_btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 8px;
}
.secure_txt{
	font-size:14px;
	line-height:18px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:8px 0 0;
}
.pack_box-2{
	padding:30px 20px 35px;
	background:#fff;
	border:2px solid #163143;
}

/*=====section8=====*/
.section9{
	float:left;
	width:100%;
	background:#ffffff;
	padding:60px 0;
	}
.faq_section{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:830px;
	border-radius:0px;
	margin:30px 0 15px;
	}
.faq_slide_row{
	float:left;
	width:100%;
	border-bottom:1px solid #a6b3c0;
	}
.faq_slide_row.last{ border-bottom:none;}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.webp) no-repeat right 0 center;
	background-size:19px;
	padding:20px 30px 20px 0;
	position:relative;
	cursor:pointer;
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:700;
	text-align:left;
	letter-spacing:0.3px;
	}
.acdn_heading.accordion_open{
	background:url(../images/open.webp) no-repeat right 0 center;
	background-size:19px;
	padding-bottom:20px;
	}
.acdn_content{
	float:left;
	width:100%;
	text-align:left;
	padding:5px 10px 5px 0;
	}
.accordion.last, .acdn_content.last{border-bottom:none;}
.acdn_para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-bottom:20px;
	font-weight:400;
	}	

/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#f0fffe;
	padding:45px 0 55px;
	}
.ftr-logo{
	display:block;
	margin:0 auto;
	width:190px;
	}
.footer-txt1{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:15px;
	}
.footer-txt1 a{ padding:0 5px;}
.dscl_text{
	font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 15px;
    border: 1px solid #d7d7d7;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 900px;
    padding: 15px 20px;
	}

/*=======Contact======*/
.contact-sec{
	float: left;
    width: 100%;
    padding: 60px 0;
    background: #ffffff;
    text-align: left;
    border-top: 1px solid #f3f3f3;
	}
.contact-lft{
	width:40%;
	float:left;
	}
.contact-hd{
	font-size:42px;
	line-height:46px;
	font-weight:bold;
	}
.contact-tx{
	font-size:18px;
	line-height:26px;
	margin-top:5px;
	}
ul.contact-lst{
	float:left;
	width:100%;
	}
ul.contact-lst li{
	float: left;
    width: 100%;
    position: relative;
    padding-left: 50px;
    margin-top: 20px;
	}	
.contact-lst-icn{
	position:absolute;
	left:0;
	top:0;
	}
ul.contact-lst li h3{
	font-size:22px;
	line-height:30px;
	font-weight:500;
	}
ul.contact-lst li p{
	font-size:18px;
	line-height:26px;
	margin-top:5px;
	}
.contact-rgt{
	width:48.71%;
	float:right;
	}
.contact-frm-hd{
	font-size:24px;
	line-height:30px;
	font-weight:500;
	}
.half{width:46%;}
.full{width:100%;}
.frm-fld{
	position:relative;
	padding:0 15px 0 35px;
	border-bottom:1px solid #000;
	margin-top:20px;
	}
.frm-fld-icn{
	position:absolute;
	left:0;
	bottom:8px;
	}
.txtare-icn{
	bottom:18px;
	}
.inp-fld{
	-webkit-appearance:none;
	outline:none;
	border:none;
	float:left;
	width:100%;
	height:46px;
	background:none;
	font-family: inherit;
	font-size:18px;
	line-height:22px;
	resize:none;
	padding-top:10px;
	}
.inp-fld::placeholder{
	color:#444;
	line-height:20px;
	}
.contact-btn{
	    width: 240px;
    height: 45px;
    background: #f67a01;
    border-radius: 34px;
    color: #fff;
    -webkit-appearance: none;
    outline: none;
    border: none;
    font-family: inherit;
    margin-top: 50px;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
	}
textarea.inp-fld{height:80px; vertical-align:bottom; padding-top:38px;}
.half{width:100%;}


.black-text{ color:#000;}


.fordesk{ display:block;}
.fortab, .formob{ display:none;}
/*=====Media-Querry=====*/

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

.banner_left { width: 62%;}
.banner_heading { font-size: 54px; line-height: 62px;}
.banner-img { right: 0; max-width: 270px; top: 166px;}
.banner-product{width: 340px; right: 90px;}

ul.bnrstrip-list li {padding: 0px 10px 0 64px;}
ul.bnrstrip-list li img {left: 7px;top: 7px;max-width: 50px;}

.common_heading{ font-size: 38px; line-height: 48px;}
.training_header{ font-size: 24px; line-height: 34px;}
.s1_dog_img{ width:460px;}	
.s1_btm_text{ font-size: 26px; line-height: 36px; margin-top: 50px;}
.training_box{margin-top: 25px;}
ul.training_list li h3{ font-size: 20px; line-height: 30px;}

.s2_trains_imgbx{ width: 48%;}
.s2_trains_imgbx img{ width: 490px; margin: 59px 0 0 0px;}
.s2_trains_contbx{ width:52%;}

.s3-list{ width:310px;}
.s3-prod-box{ top:185px;}
.s3-prod-box img{ width:330px;}
.s3-list.fl li p{padding-right: 60px;}
.s3-list.fr li p{ padding-left: 60px;}
.s4-lft-pics, .s3-rgt-pics{ max-width: 140px;}
.s3-pic2 { top: -70px; right: -70px;}
.s3-pic4{ top: -70px; left: -70px;}
.s3-icn1{ top: 80px; right: -50px;}
.s3-icn3{top: 80px; left: -50px;}

.s4-col-text2 { font-size: 17px; line-height: 25px;}

.s5-col-heading { font-size: 20px; line-height: 28px;}

.s5-benefit-col { padding: 0 12px;}
.s5-benefit-col-text2 { font-size: 17px; line-height: 25px;}

.order-strip-heading { font-size: 42px; line-height: 45px;}

}


@media only screen and (max-width:1021px){
.container{width:750px;}

.fordesk{display: none;}
.fortab{display: block;}

.banner_left { width: 53%;}
.banner_heading { font-size: 40px; line-height: 48px;}
.banner-text1 { font-size: 17px; line-height: 25px;}
ul.banner_point li {font-size: 18px; line-height: 24px; background-size: 20px;}
.banner-product {  width: 300px; right: 40px;}
.banner-seal-row { width: 70px; right: 80px;}
.button_box{ margin-top:25px;}
.commonBtn{ font-size:20px;}
.btn-arrow{ width:20px;}
.banner-img {right: 0; max-width: 340px; top: 0;}

ul.bnrstrip-list li{padding: 0 10px;text-align: center;}
.bnrstrip-hding {font-size: 22px; line-height: 28px;}
ul.bnrstrip-list li p {font-size: 16px;  line-height: 22px;}
ul.bnrstrip-list li img {position: static;max-width: 40px;margin: 0 auto 5px;}
ul.bnrstrip-list li:after {height: 92px; right:0;}

.section1{ padding:50px 0;}
.common_heading {font-size: 36px; line-height: 44px;}
.common_text{ font-size: 17px; line-height: 25px; margin-top:10px;}
ul.s1_list{ margin-top:5px;}
ul.s1_list li{ font-size: 18px; line-height: 26px; background-size: 20px; padding: 0px 0 0px 28px;}
.s1_dog_img{ width: 320px; }
.s1_content{width: 60%;}
.training_box{ margin-top:20px;}
.training_header {font-size: 17px; line-height: 24px;}
.training_mid{ padding:40px 15px 40px;}
ul.training_list li h3{ font-size:17px; line-height: 24px;}
ul.training_list li p{ font-size: 16px; line-height: 20px; margin-top: 32px;}
.s1_btm_text{ font-size: 22px; line-height: 32px; margin-top: 40px;}
.text_cross{max-width: 66px;}
.s1-restore-text{ font-size: 20px; line-height: 30px;}
.s1-restore-box{ margin-top: 30px;}

.section2{padding:50px 0;}
.s2_trains_list li h3{ font-size: 20px; line-height: 26px;}
.s2_trains_list li p{ font-size: 16px; line-height: 24px;}
.s2_trains_imgbx img{ width: 460px; margin: 59px 0 0 -130px;}
.s2_trains_list li{padding: 10px 15px 10px 75px;}
.s2_trains_list li img{top: 15px; width: 48px;}

.section3{padding:50px 0;}
.sec3-block{ padding-bottom:0;}
.s3-list-lns{ display:none;}
.s3-prod-box{ position: static; margin: 30px auto 0; display: block; transform: none;}
.s3-list{ width: 360px; margin-top:10px;}
.s4-lft-pics, .s3-rgt-pics{ position:static; margin-bottom:20px;}
.s3-list li span{ font-size: 22px; line-height: 30px;}
.s3-icn1{ right: 90px; top: 80px;}
.s3-icn2{ right: 105px; top: 80px;}
.s3-icn3{ left: 90px; top: 80px;}
.s3-icn4{ left: 95px; top: 80px;}
.s3-btm-head{ margin-top:40px;}
.s3-list.fl li p { padding-right: 10px;}
.s3-list.fr li p { padding-left: 10px;}
.s3-btm-list li p{font-size: 16px; line-height: 24px;}

.s4-col { width: 47.5%;}

.s5-col { width: 35%; padding: 25px 7px 20px;}
.s5-col-heading { font-size: 18px; line-height: 22px;}
.s5-prod-col{ top: 30px;}
.s5-product-img{ width:420px;}
.s5-col-list li { font-size: 14px; line-height: 20px;}
.s5-benefit-col-text1 { font-size: 19px; line-height: 23px;}
.s5-benefit-row{row-gap:20px;}
.s5-benefit-icn-box{width: 90px; height: 90px;}
.s5-benefit-icn{ width: 44px;}
.s5-benefit-col{width: 49%;}
.s5-benefit-col:before{ height: 165px;}
.s5-benefit-col:nth-child(2):before{ display:none;}

.s5Col1 { padding: 15px 0;}
.s5Col1 ul li { font-size: 16px;}
.s5Col2Prod { margin: -65px auto 2px; }
.s5Col2Top{ margin-bottom:10px;}
.s5Col2Top p { font-size: 15px;}
.s5Col2 ul li img{ width:24px;}
.s5Col2 ul li:last-child {  height: 95px;}
.s5Col3 ul li:last-child, .s5Col4 ul li:last-child  {  height: 76px;}
.s5Col3Top p, .s5Col4Top p{ font-size:14px;}
.s5Col2Top:after{border-left: 92px solid transparent; border-right: 92px solid transparent;}

.order-strip-heading { font-size: 32px; line-height: 36px;}
.order-strip-text { font-size: 24px; line-height: 30px;}

.section7{padding:50px 0;}

.section8{padding:50px 0;}
.pack_box{width:32%;}
.pack_prc{font-size:28px; line-height:28px;}
.pack_save_txt span{padding:0 8px;}
.pack_btn{font-size:22px; line-height:55px; height:55px;}
.secure_txt{letter-spacing:0.5px; font-size:13px;}

/*========Contact-Page============*/
ul.contact-lst li{margin-top:30px;}
.frm-fld{margin-top:15px;}

}


@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.fordesk{display:none;}
.formob{display:block;}
.hidemob{ display:none;}

.top-strip-content { padding-left:35px;}
.top-strip-text1 { font-size: 12px; line-height: 15px;}
.top-strip-text2 { font-size: 11px; line-height: 13px;}
.top-strip-icn { width: 23px; top:0;}

.top-fix-bar { margin-bottom:50px;}
.header { height:50px; margin-top: -50px; top:50px;}
.logo { width:160px; margin-top:17px;}
.header-btn { max-width:120px; height:30px; font-size:14px; line-height:30px; letter-spacing:0.5px; margin-top:10px; text-transform:uppercase;}

.banner-section { padding: 25px 0 30px;}
.banner_left { width:100%;}
.banner_rev-text { font-size: 12px; line-height: 16px;}
.banner_rev-text img { margin: -4px 2px 0 0; width: 65px;}
.banner_heading { font-size: 34px; line-height:38px; letter-spacing:-1px;}
.bnr-heading-arw-mob{ display:inline-block; vertical-align:middle; width:77px; margin:0 0 0 10px;}
.banner-text1 {font-size: 16px; line-height: 22px; width: 100%; margin-top: 10px;}
.banner-img{position: static;  max-width: 100%; margin-top:10px;}
.banner-circle-mob{ position:absolute; width:159px; top:0; right:0; z-index:1}
.banner-prod-box{ position:relative;}
.banner-product { width: 210px; right: -30px; top: 26px; z-index: 1;}
ul.banner_point{ width:100%;}
ul.banner_point li { font-size: 17px; line-height: 24px; padding: 8px 110px 10px 24px; margin-top: 0; background: url(../images/bnr_tik.webp) no-repeat 0 12px; background-size: 16px; width:90%;}
ul.banner_point li:before{ left:0;}
.banner-seal-row{ position:static; width:100%; max-width:200px; justify-content:start; column-gap:12px; margin-top:15px;}
.banner-seal-col { width:26%;}

.commonBtn { height:50px; font-size: 18px; line-height:50px;}
.btn-arrow { width: 18px;  margin: -2px 0 0 5px;}
.button-list li { font-size: 12px; line-height: 16px;}
.btn-list-tick { top: 1px;}

.bnrstrip {padding: 25px 0;}
.bnrstrip-hding { font-size: 19px;line-height: 26px;}
.bnrstrip-hding:before, .bnrstrip-hding:after{width: 35px; margin: -5px 5px;}
.bnrstrip-para {font-size: 13px;line-height: 20px;margin-top: 6px;}
ul.bnrstrip-list {margin-top: 0px;row-gap: 20px;}
ul.bnrstrip-list li { width: 33%;  margin: 0;}
ul.bnrstrip-list li:after{ height: 80px;}
ul.bnrstrip-list li:nth-child(3):after{ display:none;}
ul.bnrstrip-list li p {font-size: 15px;line-height: 20px;margin-top:1px;}
ul.bnrstrip-list li img {max-width: 32px;margin: 0 auto 5px;}

.section1{ padding: 30px 0 40px; overflow:hidden;}
.s1_content{ width:100%; text-align:center; padding:0;}
.common_heading{ font-size: 26px; line-height: 34px;}
.common_text{ font-size: 16px; line-height: 24px; margin-top:10px;}
.s1_list_mob{ margin: 10px auto 0; width: 100%; max-width: 100%; display: -webkit-flex; display: flex; position: relative; flex-wrap: wrap; flex-direction: column-reverse;}
ul.s1_list{ width: 100%; margin-top: 20px;}
ul.s1_list li{background-size: 20px; padding: 0 0 0 28px; background-position-y: 1px; margin: 0 0 12px;}	
ul.s1_list li:last-child{ margin-bottom:0;}
.s1_dog_img{ width: 100%; position: static;}
.training_box{ float: none; display: inline-block; vertical-align: top; max-width: 100%;}
.training_header{ font-size: 18px; line-height: 26px; padding: 4px 5px 6px;}
.training_header:before{ bottom: -6px; margin: 0 0 0 -6px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 6px solid #000;}
.training_mid{ padding: 30px 10px;}
ul.training_list li h3{ font-size: 16px; line-height: 22px;}
.text_cross{ top: -10px; width: 50px;}
ul.training_list li p{ font-size: 13px; line-height: 18px; margin-top: 24px; padding:0 5px;}
.s1_btm_text{ font-size: 18px; line-height: 24px; padding:0 15px; margin-top: 25px; position:relative; z-index:1;}
.s1-restore-box {margin-top: 20px;}
.s1-restore-text {font-size: 18px; line-height: 26px;}

.section2 { padding: 35px 0 35px;}
.s2-top-arrow{ top:-55px;}
.s2_trains_contbx{ width:100%; margin-top: 10px;}
.s2_trains_wrap{ width: calc(100% + 30px); margin: 0px auto 0px; position: relative; margin-left: -15px;}
.s2_trains_list{ row-gap: 15px; padding:0 15px; position: relative; z-index: 2;}
.s2_trains_list li h3{ font-size: 18px; line-height: 26px;}
.s2_trains_list li p{ font-size: 16px; line-height: 24px;}
.s2_prod_mob{ margin:0 auto 0; position:relative; z-index:1; max-width: 100%;}

.section3 { padding: 30px 0 35px;}
.s3-prod-box img{ width: 280px;}
.s3-left-icns, .s3-rgt-icns{ display:none;}
.s3-list{ width:100%; padding:0 0px; margin-top:0;}
.s3-list li{ margin-bottom:20px;}
.s3-list.fr{ margin-top:35px;}
.s3-list.fl li, .s3-list.fl li p, .s3-list.fr li, .s3-list.fr li p{text-align:center;padding:0;}
.s3-list li span{ font-size: 22px; line-height: 30px;}
.s4-lft-pics, .s3-rgt-pics{ display:inline-block; vertical-align:top; margin-bottom:10px;}
.s3-list li p{ font-size:16px; line-height:24px;}
.s3-btm-head{ font-size: 20px; line-height: 28px; margin-top: 20px;}
.s3-btm-list{ margin-top:0;}
.s3-btm-list li{ width:33.33%; margin-top:15px;}
.s3-btm-list li:after{ display:none;}
.s3-btm-list li img{ margin: 0 auto 5px; width: 50px;}
.s3-btm-list li p{ font-size: 16px; line-height: 24px;}
.s3-prod-box{ margin: 20px auto;}
.s3-list li span span {font-size: 16px; font-weight: 400;}

.section4{ padding:30px 0 35px;}
.s4-row { margin: 25px auto 0; row-gap: 20px; max-width: 100%;}
.s4-col { width: 100%;}
.s4-col-btm{ padding:18px 0 0;}
.s4-col-text1 { font-size: 20px; line-height: 24px;}
.s4-col-text2 { font-size: 16px; line-height: 22px;}

.section5 { padding: 30px 0 35px; overflow:hidden;}
.s5-heading-box-mob{ width:100%; text-align:center; position:relative;}
.s5-product-img{   width: 327px;  margin-top: 20px;}
.s5-row {margin: 15px 0 0 0; width: 100%; justify-content: center; gap: 7px;}
.s5-col { width:49%; padding: 15px 7px 15px;}
.s5-col-icn { width: 22px; top: -13px; margin-left: -11px;}
.s5-col-heading { font-size: 14px; line-height: 17px; letter-spacing:-0.1px;}
.s5-col-list li { font-size: 12px; line-height: 14px; margin-top: 6px; padding: 4px 5px;}
.s5-text1 {font-size: 20px; line-height: 23px; margin: 25px 0; text-align: center; font-weight: 700;}

.s5-benefit-row { margin: 10px auto 0px;}
.s5-benefit-col{ width:100%; padding:0 0 20px; border-bottom:1px solid #ccc; display:flex; flex-direction:row-reverse; justify-content:start;}
.s5-benefit-col:before{ display:none;}
.s5-benefit-col:last-child{ border-bottom:none; padding-bottom:0;}
.s5-benefit-icn-box { width: 85px; height: 85px; flex-shrink:0;}
.s5-benefit-icn{ width:38px;}
.s5-benefit-col-btm{ text-align:left; padding:0 35px 0 0; align-self:center; width:calc(100% - 85px);}
.s5-benefit-col-text1 {font-size: 18px; line-height: 26px;}
.s5-benefit-col-text2 { font-size: 16px; line-height: 24px; margin-top:5px;}

.section6 { padding: 30px 0 35px;}
.s5CompBox { border-radius: 10px; margin-top: 150px;}
.s5Col1 { width: 50%; padding:10px 0; border-radius: 10px 0 0 10px;}
.s5Col1 ul li { font-size: 13px; line-height: 18px; padding: 13px 3px 13px 8px;}
.s5Col2 { width: 24%; border:none;}
.s5Col2Prod {margin: -40px auto 4px;}
.compair_logo{max-width: 90%;}
.s5Col2Top p { font-size: 15px;}
.s5Col2 .s5Col2Top p{ display:none;}
.s5Col3 .s5Col2Top p{ display:block;}
.s5Col3Top p, .s5Col4Top p{ font-size:10px; line-height: 15px;}
.s5Col3Prod { margin: -15px auto 8px;}
.s5Col2 ul{ padding-top:2px;}
.s5Col2 ul li{padding: 20px 0;}
.s5Col2 ul li img {width: 18px;}
.s5Col2 ul li:last-child { height: 85px;}
.s5Col2Top:after{ display:none;}
.s5Col3 ul{border-left: 1px solid #c7c7c7;}
.s5Col3 ul li:last-child {height: 65px;}

.guarantee_box{ margin: 20px auto 0; padding:20px 20px;}	
.guarantee_cont_bx{ width: 100%; text-align: center; padding:0;}
.guarantee_seal{ width: 95px; margin: 0 auto 10px;}
.guarantee_cont_bx h3{ font-size: 21px; line-height: 28px;}
.guarantee_cont_bx p{ font-size: 15px; line-height: 24px; margin-top: 10px;}

.order-strip{ padding:15px 0 18px;}
.order-strip-heading { font-size: 30px; line-height: 34px;}
.order-strip-text { font-size: 22px; line-height: 28px;}

.section7{ padding:30px 0 35px;}
.review_box{width:calc(100% + 16px);margin:10px auto 5px -8px;}
.review_col{ width:100%; margin-top:10px;}
.rev_paragraph{ width:100%; font-size: 16px; line-height: 24px;}
.rev_heding{ font-size:18px; line-height:26px;}
.rev_name{ font-size:12px; line-height:14px;}
.rev_name span{ font-size:16px; line-height:16px;}

.section8{ padding:30px 0 35px;}
.pack_hdg{font-size:18px; line-height:24px;}
.pack_sec{flex-wrap:wrap; -webkit-flex-wrap:wrap; margin:0px 0 0;}
.pack_box{width:100%;}
.pack_box-1{order:3;}
.pack_box-2{order:1;}
.pack_box-3{order:2;}
.pack_box-2{padding:20px;}
.pack_box .button_box {margin-top: 25px;}

.section9{ padding:30px 0 35px;}
.faq_section { margin: 20px 0 10px;}
.accordion{ font-size:18px; line-height:24px; background-size:13px; padding: 15px 30px 15px 0;}
.acdn_heading.accordion_open{ background-size:13px; padding-bottom: 5px;}
.acdn_para{ font-size:16px; line-height:24px; margin-bottom: 15px;}

.footer{ padding:25px 0 30px;}
.ftr-logo{ width:140px;}
.footer-txt1{ font-size: 14px; line-height: 24px; margin-top: 10px;}
.dscl_text{ font-size: 13px; line-height: 22px; padding: 10px 10px; margin-top: 10px;}
.footer-txt1 a {padding: 0 0;}

/*========Contact-Page============*/
.contact-sec{padding: 30px 0 35px;}
.contact-lft, .contact-rgt{width:100%;}
.contact-hd{font-size:32px; line-height:36px;}
.contact-tx{font-size:15px; line-height:22px; letter-spacing:0.3px;}
ul.contact-lst li{padding-left:35px; margin-top:15px;}
.contact-lst-icn{width:26px;}
ul.contact-lst li h3{font-size:20px; line-height:24px;}
ul.contact-lst li p{font-size:15px; line-height:22px; margin-top:5px;}
.contact-rgt{margin-top:30px;}
.contact-frm-hd{font-size:20px; line-height:25px;}
.frm-fld{margin-top:10px;}
.contact-btn{margin-top:35px;}

.margin-top12{ margin-top:12px;}
}


/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: #efefef;
    padding: 30px 20px;
}
.trms-inner {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}
.trms-sec2 h1{
	height:40px;
	line-height:40px;
	background:#333;
	color:white;
	margin:20px 0 20px 0;
	padding:0 10px;
	font-size:26px;
	float: left;
    width: 100%;
}
.trms-sec2 h3{
	font-size:24px;
	font-weight:700;
	float:left;
	width:100%;
	margin:0px 0 10px;
}
.trms-sec2 p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	margin:0px 0 22px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.trms-sec2 ol{
	float:left;
	width:100%;
	padding:0 20px;
	}
.trms-sec2 ol li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0 10px;
    list-style: auto;
}
.trms-sec2 h4, .trms-sec2 h5{
	font-size:20px;
	font-weight:600;
	float:left;
	width:100%;
	margin:10px 0;
	}
.trms-sec2 h5{ font-size:20px; font-weight:400;}
.top_sec {
    float: left;
    width: 100%;
  background: #163143;
    margin-bottom: 20px;
    text-align: left;
}
.trms-sec2 .top-txt {
        float: left;
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 31px;
    /* height: 37px; */
    font-size: 22px;
    padding: 5px 14px;
    margin: 0;
}
.ing-lft-bx {
    float: left;
    width: 100%;
    text-align: center;
}
.ing-lft-bx img {
    max-width: 100%;
}
@media only screen and (max-width:767px){
.trms-sec2 .top-txt{font-size: 18px; line-height: 26px;}
.trms-sec2{padding: 20px 10px;}
}




