@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/Satoshi-Bold.woff2') format('woff2'), url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/Satoshi-Bold.woff") format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/Satoshi-Medium.woff") format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/Satoshi-Light.woff2') format('woff2'), url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/Satoshi-Light.woff") format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/Satoshi-Regular.woff") format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
html {
	scroll-behavior: smooth;
}
body {
	padding: 0;
	background: #fff;
	color: #000000;
	font-family: 'Satoshi', sans-serif;
	/* font-family: "Montserrat", sans-serif; */
	font-weight: normal;
	-webkit-overflow-scrolling: touch
}
div,
h1,
p,
img {
	margin: 0;
	padding: 0;
}
section,
nav {
	display: block;
}
a {
	outline: none;
	color: inherit;
	text-decoration: none;
}
a:hover {}
img {
	border: none;
}
* {
	box-sizing: border-box;
}
h1 {
	font-family: "Outfit", sans-serif;
	font-size: 65px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
.outlet_container {
	max-width: 1450px;
	margin: 0 auto;
}
.heroSection {
	width: 100%;
	background: url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/topBanner1.png?v1.1")top center;
	background-size: cover;
}
/* Menu Section */
.menuSection {
    width: 100%;
    background: #000;
    position: fixed;
    top: 0;
    z-index: 9;
}
.callIcon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 0 20px;
}
.callIcon p {
	color: #FFF;
	display: flex;
	flex-direction: column;
	margin: 0 0 0 10px;
	font-size: 16px;
}
.callIcon p a {
	font-weight: 600;
}
.callIcon p a:hover {
	color: #FFF;
}
/* Banner Section */
.banner {
	overflow: hidden;
	padding: 165px 0 269px;
}
.banner-left {
	float: left;
	width: 60%;
	text-align: left;
	padding: 15px 0 0;
	position: relative;
}
.bnr-rat-text {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #FFF;
	padding-bottom: 10px;
	letter-spacing: 0.5px;
}
.star {
	display: inline-block;
	vertical-align: middle;
	margin: -7px 6px 0 0;
}
.banner-heading {
    float: left;
    width: 100%;
    font-size: 70px;
    line-height: 1;
    font-weight: 900;
    color: #FFF;
    position: relative;
    z-index: 2;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -1px;
}
.banner-product {
    position: absolute;
    right: -30%;
    top: 26%;
    max-width: 100%;
    z-index: 3;
}
.priceTag {
	position: absolute;
	right: -20%;
    bottom: 10%;
	max-width: 100%;
	z-index: 3;
	width: 170px;
	height: 162px;
	background: url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/priceTagBg.webp?v1") center center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.priceTag small {
    width: 70%;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    display: block;
    font-family: 'Satoshi', sans-serif;
    line-height: 1.2;
    letter-spacing: 2px;
}
.priceTag span {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	padding: 5px 0 0 0;
}
.priceTag em {
	font-size: 35px;
	font-weight: 700;
	color: #ffffff;
	font-style: normal;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
}
.scrollSeal {
    position: absolute;
    right:0;
    top: 100%;
    max-width: 100%;
    z-index: 3;
}
.banner_text {
    font-size: 28px;
    line-height: 1.2;
    color: #FFF;
    font-weight: 500;
    letter-spacing: -1px;
}
ul.banner-point {
	float:left;
	width: 100%;
	margin-top: 10px;
	padding:0;
	list-style-type:none;
}
.banner_text {
	font-size: 29px;
	line-height: 42px;
}
ul.banner-point li{
	float:left;
	width:100%;
	margin-top:11px;
	padding-left:35px;
	font-size:22px;
	line-height:30px;
	color:#FFF;
	font-weight:500;
	text-align:left;
	background: url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/banner-chk.png") no-repeat left 5px;
	letter-spacing: 0.5px;
}
.botton {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 464px;
	margin-top: 30px;
}
a.click-btn {
	float: left;
	width: 100%;
	height: 75px;
	font-size: 24px;
	line-height: 75px;
	color: #ffffff;
	text-align: center;
	border-radius: 50px;
	background: #409ee4;
	font-weight: 700;
	letter-spacing: 0.5px;
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.3);
	text-shadow: 0 1px 2px rgb(0 0 0 / 30%);
}
a.click-btn img {
	margin: -3px 5px 0 0;
}
a.click-btn:hover {
	background: #3082c0;
}
.btn-pr {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #FFF;
	margin-top: 15px;
	text-align: center;
	position: relative;
}
.btn-pr img {
	display: inline-block;
	margin: -4px 8px 0 0;
}
.banner-right {
    float: right;
    width: 40%;
    position: relative;
    min-height: 800px;
    overflow: hidden;
    margin: -101px -80px -80px 0;
    clip-path: polygon(0 0, 0 0, 827% 10%, 18% 99%);
}
.banner-right:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 200vh;
    content: "";
    left: 0px;
    right: 0;
    bottom: -94px;
    top: -94px;
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/banner-image.webp?v2.3") center top repeat-y;
    animation: 25s linear infinite scrollBgGridLinks;
}
@keyframes scrollBgGridLinks {
0% {transform: translateY(0);}
100% {transform: translateY(-50%);}
}
/* Ads Brand */
.ads_brand {
	padding: 40px 0 40px;
}
.ads_brand .outlet_container {
	padding: 0;
}
.ads_brand .ads_bar {
	display: flex;
	align-items: center;
	padding: 0 30px;
	flex-direction: column;
	justify-content: space-between;
}
.ads_bar .ads_text {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}
.ads_bar .ads_text p {
	font-family: 'Satoshi', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.ads_bar .ads_logos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 100%;
	width: 88%;
}
/* Simple Instal */
.simpleInstal {
	width: 100%;
	position: relative;
	padding: 135px 0;
}
.commn-btn {
	background: #409ee4;
	padding: 16px 0;
	color: #fff;
	font-family: 'Satoshi', sans-serif;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 2px;
	display: block;
	align-items: center;
	justify-content: space-between;
	max-width: 384px;
	border-radius: 50px;
	text-align: center;
}
.commn-btn:hover{
	background: #3082c0;
	color: #fff;
}
.simpleInstal .delivered {
	text-align: left;
	padding-top: 5px;
	color: #010101;
	font-family: 'Satoshi', sans-serif;
	font-weight: 500;
	font-size: 16px !important;
}
.protector_part {
	width: 100%;
}
.protector_part h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 60px;
	font-weight: 800;
	color: #040404;
	line-height: 1;
	width: 90%;
}
.protector_part h2 span {
	color: #ff7208;
}
.protector_part p {
	font-family: 'Satoshi', sans-serif;
	font-size: 25px;
	line-height: 1.2;
	color: #000;
	padding: 10px 0 0 0;
	width: 94%;
}
.protector_part .order-btn {
	width: 100%;
}
/* Shap Div */
.shapDiv1 {
	margin: -370px 0 0 0 !important;
}
/* Simple Point */
.simplePoint {
	width: 100%;
	background: #f4f4f4;
	padding:135px 0;
}
.simplePoint h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 60px;
	font-weight: 800;
	color: #040404;
	line-height: 1;
	margin: 0px auto;
	width: 70%;
	text-align: center;
}
.simplePoint .ptxt {
	font-family: 'Satoshi', sans-serif;
	font-size: 25px;
	line-height: 1.2;
	color: #000;
	padding: 20px 0 70px 0;
	margin: 0px auto;
	width: 40%;
	text-align: center;
}
.whiteBox {
	width: 100%;
	background: #FFF;
	padding: 30px;
	min-height:400px;
	box-shadow: 8px 4px 11px -5px rgba(0, 0, 0, 0.1);
}
.whiteBox h4 {
	font-family: 'Satoshi', sans-serif;
	font-size: 27px;
	font-weight: 600;
	color: #040404;
	padding: 0 0 10px 0;
}
.whiteBox p {
	font-family: 'Satoshi', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #040404;
	padding: 60px 0 0 0;
	width: 95%;
	line-height: 1.4;
}
.pgBtnDiv {
	width: 100%;
	text-align: center;
	padding: 60px 0 100px 0;
}
.pgBtnDiv .order-btn a {
	margin: 0px auto;
}
.pgBtnDiv .delivered {
	text-align: center;
}
/* Built Winds */
.builtWinds {
	width: 100%;
	background: #f4f4f4 url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/blueBg.webp?v1") top center no-repeat;
	background-size: cover;
	padding: 600px 0 175px;
	margin: -170px 0 0 0px;
	position:relative;
}
.hrprductImg{
	position: absolute;
    content: '';
    left: 0;
    right: 0;
    top:-5px;
    transform: translateX(50%);
}
.protector_part_blue {
	width: 100%;
}
.protector_part_blue h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 60px;
	font-weight: 800;
	color: #040404;
	line-height: 1;
	width: 95%;
}
.protector_part_blue p {
	font-family: 'Satoshi', sans-serif;
	font-size: 25px;
	line-height: 1.2;
	color: #040404;
	padding: 20px 0 0 0;
	width: 80%;
}
.protector_part_blue .order-btn {
    padding-top: 150px;
}
.protector_part_blue .order-btn a {
	background: #409ee4;
}
.protector_part_blue .order-btn a:hover {
	background: #3082c0;
}
.builtImg {
    float: right;
}
.builtWinds .delivered {
	text-align: left;
}
/* Seal Gap */
.sealGap {
	width: 100%;
	background: url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/sealgapbg.png?v2.1") left center no-repeat;
	background-size: cover;
	padding: 200px 0 175px;
}
.sealGap h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 78px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
}
.sealGap p {
	font-family: 'Satoshi', sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	color: #FFF;
	padding: 10px 0 0 0;
}
.sealGap .order-btn {
	width: 100%;
	padding: 40px 0 0 0;
}
.sealGap .delivered {
	text-align: left;
}
/* Daily Comfort */
.dailyComfort {
	width: 100%;
	padding: 150px 0;
}
.dailyComfort h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 800;
    color: #040404;
    line-height: 1;
    margin: 0px auto;
    width: 50%;
    text-align: center;
    padding: 0 0 100px 0;
}
.dailyBox {
	background: url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/dailyBoxBG.webp?v1") left center no-repeat;
	background-size: cover;
	padding: 45px 30px 45px 70px;
	position: relative;
	width: 160%;
	margin:60px 0 0 70px;
}
.dailyBox img {
	position: absolute;
	left: -20px;
}
.dailyBox h4 {
	font-size: 27px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
	font-family: 'Satoshi', sans-serif;
}
.dailyBox p {
	font-size: 20px;
	line-height: 1.2;
	color: #000;
	font-weight: 400;
	width: 45%;
	font-family: 'Satoshi', sans-serif;
}
.dailybox2 {
	margin-left: 120px;
}
.midImg {
    z-index: 2;
    position: relative;
    right: -70px;
    top: -55px;
}
.dailyBox_right {
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/dailyboxbg2.webp") right center no-repeat;
    background-size: cover;
    padding: 25px 70px 100px 30px;
    position: relative;
    width: 120%;
    margin: 60px 0 0 0;
}
.dailyBox_right img {
	position: absolute;
	right: -20px;
}
.dailyBox_right h4 {
	font-size: 27px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
	font-family: 'Satoshi', sans-serif;
	text-align: right;
}
.dailyBox_right p {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    font-weight: 400;
    font-family: 'Satoshi', sans-serif;
    text-align: right;
    width: 65%;
    float: right;
}
.dailyComfort .pgBtnDiv{
	padding:40px 0 0 0;
}
.shapDiv {
	width: 100%;
	margin: -150px 0 0 0;
}
.pointrow{transform: translateX(-100px);}
.dailyBox_mobo{
	min-height: auto;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 20px;
    padding: 18px;
    margin-bottom: 20px;
	background:#f8f8f8;
	min-height: 135px;
}
.dailyBox_mobo h4{
	font-family: 'Satoshi', sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #040404;
}
.dailyBox_mobo p {
  font-family: 'Satoshi', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #040404;
  line-height: 1.4;
}
.dailyMainMobo{
	width:100%;
	text-align:center;
	padding: 10px 0 30px 0;
}
/* DEAL SECTION */
.deal_section {
	background: #f8f8f8;
	padding: 85px 0 125px 0;
}
.deal_section .mainHeader h2 {
	margin-bottom: 10px;
	font-size: 63px;
	font-weight: 800;
	color: #000;
	font-family: "Montserrat", sans-serif;
	text-align: center;
}
.deal_section .mainHeader h4 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
	padding-bottom: 20px;
}
.deal_section .mainHeader .package_below {
	font-size: 30px;
	font-family: 'Satoshi', sans-serif;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}
.package__card_head {
	vertical-align: middle;
	font-size: 24px;
	line-height: 32px;
	color: #010101;
	font-weight: 600;
	font-family: 'Satoshi', sans-serif;
	position: relative;
	text-align: center;
	padding-top: 60px;
	width: 100%;
	float: left;
}
.package__card_head img {
	margin-right: 10px;
	margin-top: -7px;
}
.cards_list {
	width: 100%;
	margin-top: 25px;
	display: flex;
	align-items: center;
	column-gap: 15px;
	justify-content: center;
	list-style-type: none;
	padding: 20px 0 0 0;
}
.cards_list li {
	width: auto;
}
.cards_list li img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.acto_package.selected {
	transition: .3s;
	border: 2px solid #ff5b02;
	transition: all ease 0.3s;
}
.package_item {
	width: 100%;
	float: left;
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 45px 10px 41px;
	box-shadow: 0 6px 10px 0 #2b33430d;
	cursor: pointer;
	transition: .3s;
}
.pakge_seal_free {
	position: absolute;
	right: -5px;
	top: 25px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f2da0d;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pakge_heading {
	width: 100%;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: .3px;
	font-family: 'Outfit', sans-serif;
	font-weight: 700;
}
.free_shipping {
	font-family: 'Outfit', sans-serif;
	font-weight: 700;
	color: #409ee4;
	font-size: 1rem;
	line-height: 1.5;
	text-transform: uppercase;
}
.pakge_price {
	font-size: 30px;
	line-height: 32px;
	font-family: 'Satoshi', sans-serif;
	color: #409ee4;
	font-weight: bold;
}
.pakge_price span {
	margin: 0 2px 0 0;
	position: relative;
	color: #000;
	font-size: 22px;
	font-weight: 600;
}
.pakge_shipping small {
	font-weight: 600;
}
.pkg_price_box {
	padding-bottom: 30px;
}
.checkoutBtn {
	background: #1986e7;
	padding: 18px 95px;
	letter-spacing: .6px;
	text-decoration: none;
	font-family: 'Satoshi', sans-serif;
	width: 292px;
	margin: 30px auto 0 auto;
	font-size: 21px;
	line-height: 48px;
	border-radius: 50px;
	color: #fff;
}
.checkoutBtn:hover {
	background: #3082c0;
	color: #fff;
}
.package01 {
	text-align: center;
}
.package01.active,
.package_item01.active,
.package_item01:hover {
	border: 2px solid #409ee4;
	transition: .3s;
}
.package_item01 {
	border: 2px solid #fff;
	border-radius: 0px;
	padding: 40px 0 25px 0;
	box-shadow: 0 6px 10px 0 #2b33430d;
	position: relative;
	cursor: pointer;
	transition: .3s;
	background: #fff;
	float: left;
	width: 100%;
	cursor: pointer;
}
.checkoutBtn01 {
	background: #409ee4;
	padding: 15px 80px;
	letter-spacing: .6px;
	text-decoration: none;
	font-family: 'Satoshi', sans-serif;
	width: 292px;
	margin: 30px auto 0 auto;
	font-size: 19px;
	line-height: 48px;
	border-radius: 50px;
	color: #fff;
}
.pakge_seal_free01 {
	position: absolute;
	right: 42px;
	top: 12%;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #ff010d;
	font-size: 16px;
	line-height: 23px;
	color: #FFF;
	font-weight: bold;
	padding: 15px 7px;
}
.pakge_prod_box01 {
	margin: 30px 0;
	position: relative;
}
.package_box01 {
	padding: 0;
	margin-bottom: 35px;
}
.deal_section01 .mainHeader h2 {
	margin-bottom: 0;
}
.deal_section01 .mainHeader {
	padding-bottom: 55px;
}
.package {
	text-align: center;
	background: #fff;
	border-radius: 10px;
}
.pakge_popular {
	left: 0;
	top: -20px;
	width: 165px;
	padding: 10px 16px 7px;
	font-family: 'Satoshi', sans-serif;
	background: #409ee4;
	border-radius: 0px;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	letter-spacing: .7px;
	right: 0;
	margin: 0 auto;
}
/* Refund CSS START */
.fefund_section {
	padding: 90px 0;
	width: 100%;
	background: url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/suportBg.webp?v1") center center no-repeat;
	background-size: cover;
}
.fefund_inner {
	padding-top: 35px;
	border-right: solid 1px #d2d2d2;
	margin-right: 17px;
}
.fefund_inner.last_child {
	border-right: solid 1px transparent;
}
.fefund_inner h5 {
	font-size: 24px;
	line-height: 32px;
	color: #FFF;
	font-weight: bold;
	font-family: 'Satoshi', sans-serif;
	padding-bottom: 20px;
}
.fefund_inner p {
	font-size: 18px;
	line-height: 27px;
	color: #FFF;
	font-weight: 400;
	max-width: 395px;
}
.fefund_section img {
	filter: brightness(1) invert(1);
}
/* Review Section */
.reviews_section {
	padding: 130px 0;
	width: 100%;
}
.reviews_section h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 800;
    color: #040404;
    line-height: 1;
    text-align: center;
    margin: 0px auto;
    width: 90%;
}
.reviews_section .bnr-rat-text{
	padding:15px 0 0 0;
	color:#000;
}
.reviews_section .bnr-rat-text {
	text-align: center;
	width: 100%;
	justify-content: center;
	margin-bottom: 50px;
}
.revw_block {
	vertical-align: top;
	width: 100%;
	margin: 0px auto;
}
.revw_row {
	width: 100%;
	margin-top: 30px;
	border-radius: 10px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid #c0c0c0;
}
.revw_img_box {
	width: 323px;
	position: relative;
}
.revw-img {
	display: block;
	margin: 0 auto;
	width: 323px;
}
.revw_cont {
	width: calc(100% - 323px);
	padding: 10px 35px 0;
	text-align: left;
}
.revw-star {
	display: inline-block;
	vertical-align: top;
	width: 114px;
}
.already {
	font-size: 25px;
	line-height: 1.2;
	font-weight: 700;
	padding: 15px 0 10px 0;
}
.revw_text {
	font-size: 20px;
	line-height: 1.5;
	color: #000;
	letter-spacing: 0.5px;
}
.revw_vrfy {
	font-size: 20px;
	line-height: 1.2;
	color: #000;
	font-weight: bold;
}
.revw_vrfy span {
	font-size: 12px;
	line-height: 16px;
}
.verified {
	position: absolute;
	top: 20px;
	left: 18px;
	background: #ffffffcc;
	border-radius: 10px;
	padding: 5px 10px;
	color: #000;
	font-size: 12px;
	display: table;
	font-weight: 600;
}
.verified p {
	float: left;
	text-transform: capitalize;
}
.verified img {
	float: left;
	margin-right: 4px;
	margin-top: 2px;
}
.revw_vrfy span img {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	margin: -1px 5px 0 10px;
}
.reviewsDiv {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 15px;
	margin: 15px 0 0 0;
}
.reviewsUser img {
	width: 90px;
}
.fiveStar {
	width: 100px;
}
.reviewBox{
	width: 100%;
    border: 1px solid #c0c0c0;
}
.reviewTextBox{
	width:100%;
	padding: 20px 20px 30px;
}
.reviewTextBox .already {
    font-size: 18px;
    padding: 15px 0 0;
  }
.reviewTextBox  .revw_text {
    font-size: 16px;
}
.reviewTextBox .revw_vrfy {
  font-size: 18px;
}
.wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
	display:none;
}
.slick-slide .revw-img {
  display: block;
  width:100%;
}
/* faq_section */
.faq_section {
	width: 100%;
	background: #FFF url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/faqBG.webp") center top no-repeat;
	background-size: cover;
	padding: 350px 0 120px;
	margin: 0;
	position: relative;
}
.faqductImg{
	position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -60px;
    transform: translateX(50%);
}
.faq_heading {
	margin: 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 50px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1;
	text-align: center;
	padding: 0 0 50px 0;
}
.faq_accordion_style {
	max-width: 886px;
	margin: auto;
}
.faq_accordion_style .accordion-item {
	background-color: transparent;
	border: none;
	background: #ffffff;
	margin-bottom: 15px;
	border-radius: 2px;
	padding: 14px 23px;
}
.delivered {
	text-align: center;
	padding-top: 18px;
	color: #010101;
	font-family: 'Satoshi', sans-serif;
	font-weight: 500;
	font-size: 16px !important;
}
.delivered img {
	margin-right: 10px;
}
.order-btn {
	padding-top: 60px;
}
.faq_accordion_style .accordion-item .accordion-header button {
	padding: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
	font-family: 'Satoshi', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #010101;
}
.faq_accordion_style .accordion-item .accordion-body {
	padding: 20px 0 0;
}
.faq_accordion_style .accordion-item .accordion-body p.commn_para {
	font-family: 'Satoshi', sans-serif;
	font-size: 18px;
	color: #010101;
	font-weight: 500;
}
.faq_accordion_style .accordion-item .accordion-body p {
	margin: 0;
	padding-right: 50px;
}
.faq_accordion_style .accordion-button:not(.collapsed) {
	color: #0d0c0c;
}
.faq_accordion_style .accordion-button::after {
	display: none;
}
.faq_accordion_style .accordion-button .plusMinus_box {
	margin-left: auto;
	text-align: center;
	border-radius: 100%;
	padding: 11px;
	border: solid 1px #2f2f2f;
	width: 40px;
	height: 40px;
}
.faq_accordion_style .accordion-button .plusMinus_box {
	margin-left: auto;
	text-align: center;
	border-radius: 100%;
	padding: 11px;
	border: solid 1px #2f2f2f;
	width: 40px;
	height: 40px;
}
.faq_accordion_style .accordion-button .plusMinus_box .minus_icon {
	display: none;
}
.faq_accordion_style .accordion-button .plusMinus_box .plus_icon {
	display: block;
}
.faq_accordion_style .accordion-button:not(.collapsed) .plusMinus_box .minus_icon {
	display: block;
}
.faq_accordion_style .accordion-button:not(.collapsed) .plusMinus_box .plus_icon {
	display: none;
}
.faq_accordian {
	z-index: 2;
	position: relative;
}
.faq_section .order-btn a {
	background: #409ee4;
	margin: 0px auto;
	color:#FFF;
}
.faq_section .order-btn a:hover {
	background: #3082c0;
	color:#FFF;
}
.faq_section .delivered {
	color: #FFF;
}
/* faq_section */
/*-----------------------
Footer CSS START
------------------------*/
.footer {
	text-align: center;
	background: #fff;
	padding: 65px 0 40px 0;
	width: 100%;
	font-family: 'Satoshi', sans-serif;
	font-weight: 500;
	font-style: normal;
}
.footer_top_text {
	font-size: 15px;
	line-height: 18px;
	color: #313131;
	margin: 0 auto;
	font-family: 'Satoshi', sans-serif;
	font-weight: 500;
	padding-bottom: 15px;
}
.footer__text {
	color: #111b2a;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}
.footer_copyright {
	font-size: 15px;
	line-height: 18px;
	color: #313131;
	margin: 0 auto;
	font-family: 'Satoshi', sans-serif;
	font-weight: 500;
	padding-top: 10px;
}
.footer-txt1 {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0;
	color: #000;
	padding-bottom: 12px;
}
.footer-txt1 a {
	padding: 0 5px;
	color: #313131;
	font-family: 'Satoshi', sans-serif;
	font-weight: 500;
	font-size: 15px;
	text-decoration: none;
}
.footer-txt1 a:hover {
	color: #409ee4;
}
.miniMob {
	display: none !important;
}
.forMob {
	display: none;
}
.forTab {
	display: none;
}
.showTab{
	display:none;
}
.formob_star{display:none;}
.padd_top5{
	padding-top: 5px;
}
/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
	0% {
		transform: scale(0.9);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.9);
	}
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
	}
	50% {
		-webkit-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.95);
	}
}
.updown {
	animation-name: updown;
	-webkit-animation-name: updown;
	animation-duration: 1.5s;
	-webkit-animation-duration:1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes updown {
	0% {
		top: 98%
	}
	50% {
		top: 100%
	}
	100% {
		top: 98%
	}
}
@-webkit-keyframes updown {
	0% {
		top: 98%
	}
	50% {
		top: 100%
	}
	100% {
		top: 98%
	}
}
#ctabtn-mob {
	background: #000;
	padding: 9px 10px;
	position: fixed;
	bottom: 0;
	left: auto;
	z-index: 2;
	transition: bottom 1s;
	display: table;
	width: 100%;
}
#ctabtn-mob a.click-btn {
	height: 64px;
	font-size: 23px;
	line-height: 64px;
	margin: 0;
	border-radius: 8px;
	background:#409ee4;
	color: #fff;
	font-weight: 700;
	letter-spacing: .5px;
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .3);
	text-shadow: 0 1px 2px rgb(0 0 0 / 30%);
	float: left;
	width: 100%;
}
.mobile_show{display:none;}
.btnSection{display:none;}

@media only screen and (max-width:1919px) {
	img {
		height: auto;
	}
}
@media only screen and (max-width:1680px) {
	.shapDiv1 {
		margin: -330px 0 0 0 !important;
	}
	.hrprductImg {
    	transform: translateX(40%);
	}
	.faqductImg {
    	transform: translateX(40%);
	}
	.builtWinds{padding:400px 0 175px;}
}
@media only screen and (max-width:1580px) {
	.shapDiv1 {
		margin: -320px 0 0 0 !important;
	}
	.dailyPoint{transform: scale(0.9);}
	.hrprductImg {transform: translateX(20%);}
	.pointrow {
    	transform: translateX(-100px);
	}
	.faqductImg {
        transform: translateX(30%);
    }
}
@media only screen and (max-width:1448px) {
	.whiteBox {
    	min-height: 463px;
	}
}
@media only screen and (max-width:1400px) {
	.shapDiv1 {
		margin: -300px 0 0 0 !important;
	}
	.hrprductImg {
        transform: translateX(35%);
        top: -60px;
    }
}
@media only screen and (max-width:1368px) {
	/* .banner-heading {
		font-size: 90px;
	} */
	.banner-product {
		top: 5%;
	}
	.ads_brand {
		padding: 0 0 40px;
	}
	.protector_part h2 {
		font-size: 56px;
	}
	.protector_part p {
		font-size: 20px;
	}
	.sealGap h2 {
		font-size: 70px;
	}
	.sealGap p {
		font-size: 28px;
		width: 85%;
	}
	.dailyComfort h3 {
		font-size: 60px;
		width: 70%;
		padding: 0 0 20px 0;
	}
	.dailyComfort .order-btn{
		padding:0;
	}
	.dailyComfort {
		padding: 100px 0;
	}
	.shapDiv {
		margin: -150px 0 0 0;
	}
	.deal_section {
		padding: 30px 0 100px 0;
	}
	.faq_heading {
  		font-size: 47px;
	}
	.midImg {
		right: -20px;
	}
	.faqductImg {
        transform: translateX(37%);
        top: -60px;
    }
}
@media only screen and (max-width:1360px) {
	.banner-heading {
    	font-size: 65px;
	}
	.banner_text {
    	font-size: 27px;
    	line-height: 37px;
	}

}
@media only screen and (max-width:1340px) {
	.shapDiv1 {
		margin: -273px 0 0 0 !important;
	}
	.protector_part_blue h2 {
		font-size: 56px;
	}
	.protector_part_blue p {
		font-size: 22px;
	}
	.dailyComfort h3 {
    	font-size: 56px;
	}
	.deal_section .mainHeader h2 {
  		font-size: 56px;
	}
	.deal_section .mainHeader .package_below {
  		font-size: 26px;
	}
	.reviews_section h2 {
  		font-size: 56px;
	}
}
@media only screen and (max-width:1304px) {
	.protector_part h2 {
		font-size: 50px;
	}
	.simplePoint h3 {
		font-size: 57px;
	}
	.simplePoint .ptxt {
		font-size: 24px;
	}
	.banner-product {
        top: 15%;
    }
}
@media only screen and (max-width:1200px) {
	.banner-heading {
		font-size: 58px;
	}
}
@media only screen and (max-width:1199px) {
	.banner-right {
    	min-height: 593px;
		margin: -90px -80px 0 0;
    	clip-path: polygon(0 0, 0 0, 827% 10%, 0 99%);
	}
	.banner-right:before {
    	left: -60px;
	}
	.banner {
    	padding: 110px 0 100px;
	}
	.banner-heading {
        font-size: 50px;
    }
	.banner_text {
        font-size: 22px;
        line-height: 32px;
    }
	ul.banner-point li {
    	margin-top: 5px;
    	font-size: 18px;
	}
	.botton {
		max-width: 370px;
	}
	.banner-product {
        top: 50px;
        width: 52%;
    }
	.priceTag {
    	transform: scale(0.8);
		bottom: 20%;
    }
	.simpleInstal {
		padding: 80px 0;
	}
	.protector_part h2 {
		font-size: 42px;
	}
	.protector_part p {
		font-size: 18px;
	}
	.shapDiv1 {
		margin: -220px 0 0 0 !important;
	}
	.simplePoint h3 {
		font-size: 47px;
	}
	.simplePoint .ptxt {
		font-size: 20px;
	}
	.whiteBox h4 {
		font-size: 20px;
	}
	.whiteBox p {
		font-size: 18px;
		padding: 30px 0 0 0;
	}
	.protector_part_blue h2 {
		font-size: 48px;
	}
	.hrprductImg {
        transform: translateX(30%);
        width: 60%;
        top: 10px;
    }
	.builtWinds {
		background-position: top left;
		background-size: cover;
		padding: 350px 0 120px;
		margin: -10% 0 0 0;;
	}
	.sealGap p {
		font-size: 24px;
		width: 100%;
	}
	.dailyComfort h3 {
		font-size: 47px;
		width: 65%;
	}
	.dailyPoint{display:none;}
	.showTab{display:block;}
	.shapDiv {
		margin: -100px 0 0 0;
	}
	.deal_section .mainHeader h2 {
    	font-size: 47px;
  	}
	.reviews_section h2 {
		font-size: 47px;
	}
	.reviews_section {
		padding: 85px 0;
	}
	.revw_text {
  		font-size: 16px;
	}
	.whiteBox {
    	min-height:430px;
	}
	.simplePoint {
    	padding: 135px 0 0;
	}
	.faq_section {
    	padding: 220px 0 100px;
	}
	.sealGap h2 {
        font-size: 50px;
    }
	.faqductImg {
        transform: translateX(30%);
        top: -25px;
        width: 55%;
    }
}
@media only screen and (max-width:1080px) {}
@media only screen and (max-width:991px) {
	.banner-right {
        min-height: 593px;
        margin: -20px -80px 0 0;
        clip-path: polygon(0 0, 0 0, 900% 10%, 0 99%);
        width:48%;
    }
	ul.banner-point li {
        margin-top: 0;
        font-size: 16px;
    }
	.priceTag {
        transform: scale(0.6);
        bottom: 15%;
    }
	.banner-product {
        top: 170px;
        width: 50%;
        right: -15%;
    }
	.banner {
        padding: 90px 0 120px;
    }
	.banner-heading {
        font-size: 38px;
    }
	.banner_text {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0;
    }
	a.click-btn {
		transform: scale(0.8);
	}
	.scrollSeal {
		display: none;
	}
	.bnr-rat-text {
		font-size: 16px;
	}
	.star {
		width: 100px;
	}
	.ads_bar .ads_logos {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex: 100%;
		width: 100%;
		flex-wrap: wrap;
		gap: 20px;
	}
	.hideTab {
		display: none !important;
	}
	.forTab {
		display: block !important;
	}
	.protector_part h2 {
		font-size: 32px;
	}
	.protector_part p {
		font-size: 16px;
	}
	.simpleInstal .delivered {
		font-size: 14px !important;
	}
	.shapDiv1 {
		margin: -170px 0 0 0 !important;
	}
	.whiteBox {
		min-height: 577px;
	}
	.protector_part_blue h2 {
		font-size: 37px;
	}
	.protector_part_blue p {
		font-size: 19px;
	}
	.builtWinds .delivered {
		text-align: center;
		font-size: 14px !important;
	}
	.sealGap h2 {
		font-size: 56px;
	}
	.sealGap p {
		font-size: 18px;
	}
	.simplePoint h3 {
		width: 95%;
	}
	.dailyComfort h3 {width: 84%;}
	.shapDiv {
    	margin: -50px 0 0 0;
  	}
	.checkoutBtn01 {
  		padding: 15px 58px;
  		font-size: 16px;
	}
	.fefund_inner {
		margin-right: 0px;
		padding-right: 10px;
	}
	.reviews_section h2 {
		font-size: 37px;
	}
	.already {
		font-size: 18px;
		padding: 5px 0;
	}
	.revw_text {
		font-size: 15px;
		line-height: 1.4;
	}
	.reviews_section .bnr-rat-text {
		margin-bottom: 0;
	}
	.faq_heading {
		font-size: 40px;
	}
	.simplePoint {
		padding: 100px 0;
	}
	.simplePoint .ptxt {
    	width: 60%;
		padding: 20px 0 40px 0;
	}
	.simplePoint .order-btn {
    	padding-top: 0;
	}
	.simplePoint .pgBtnDiv {
    	padding: 20px 0 0 0;
	}
	.builtWinds {
        background-position: top left;
        background-size: cover;
        padding: 250px 0 70px;
        margin: -13% 0 0 0;
    }
	.hrprductImg {
        top: -1%;
        transform: translateX(15%);
    }
	.protector_part_blue .order-btn {
    	padding-top:0;
	}	
	.sealGap {
    	padding: 100px 0;
	}
	.faqductImg {
        top:8px;
    }
	.sealGap h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width:870px) {
	.banner-product {
        top: 30%;
        width: 56%;
        right: -15%;
    }
	.priceTag {
        transform: scale(0.6);
        bottom: 10%;
        right: -8%;
    }
}
@media only screen and (max-width:818px) {
	.banner-product {
        top: 34%;
        width: 60%;
        right: -15%;
    }
}
@media only screen and (max-width:794px) {
	.banner-product {
        top: 40%;
	}
}
@media only screen and (max-width:767px) {
	.navbar {
		padding-top: .1rem;
		padding-bottom: .1rem;
	}
	.menuSection .logoimg{width:140px;}
	.callIcon{display:none;}
	.navbar-dark .navbar-brand {
    	margin: 0px auto;
	}
	.heroSection {
    	background: url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/topBanner_mobo1.webp?v1.3") top center no-repeat;
        background-size: cover;
	}
	
	.protector_part h2 {
        font-size: 35px;
    }
	.banner {
        padding: 0;
    }
	ul.banner-point {
		transform: translateX(28%);
		margin-top:25px;
	}
	.btn-pr {
    	color: #000;
	}
	.callIcon p {
		display: none;
	}
	.menuSection {
		top:0px;
		position: relative;
	}
	.hide-mob {
		display: none !important;
	}
	.forTab {
		display: none !important;
	}
	.formob_star{
		display:inline-block;
	}
	.banner-left {
		float: none;
		text-align: center;
		margin: 0px auto;
		width:100%;
	}
	.banner_text {
		width: 100%;
	}
	.forMob {
		display: block;
	}
	.banner-product {
        position: relative;
        right: 0;
        top: 23px;
        margin: 0 0 0 -22%;
        width: 250px;
    }
	.btnSection{
		display:block;
		padding: 30px 0 50px;
	}
	.botton {
        top:0px;
		position: relative;
		margin: 0px auto;
		display: block;
    }
	.priceTag {
        bottom: auto;
        transform: scale(0.7);
        right: auto;
        left: 25%;
        top: 32%;
    }
	.banner-heading {
		width:100%;
        margin: 0px auto;
        float: none;
    }
	.banner_text {
        font-size:18px;
        margin: 0px auto;
        padding:10px 0 0 0;
    }
	.banner-right-mob {
        width: calc(100% + 20px);
        margin: 18px 0px 0px -10px;
        height: 220px;
        position: relative;
        overflow: hidden;
        transform: translate3d(0px, 0px, 0px);
    }
	.banner-right-mob::before {
        position: absolute;
        display: block;
        width: 1500px;
        height: 100%;
        content: "";
        inset: 0px;
        background: url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/banner-image-m.webp?v1.1") center top / 750px repeat-x;
        transform: translate3d(0px, 0px, 0px);
        animation: 15s linear 0s infinite normal none running moveSlideshow;
    }
	@keyframes moveSlideshow {
		100% {transform: translateX(-50%);}
	}
	.simpleInstal {
		padding: 50px 0;
	}
	.protector_part h2 {
		text-align: center;
	}
	.protector_part p {
		font-size: 18px;
		text-align: center;
		width: 100%;
	}
	.productMoboImg {
		margin: 0px auto;
		padding: 30px 0 0 0;
	}
	.shapDiv1 {
		display: none !important;
	}
	.whiteBox {
		min-height: auto;
		display: flex;
		justify-content: start;
		align-items: start;
		gap: 20px;
		padding: 18px;
		margin-bottom: 20px;
	}
	.whiteBox p {
		padding: 0;
	}
	.simplePoint h3 {
		font-size: 35px;
		width: 100%;
	}
	.simplePoint .ptxt {
		font-size: 18px;
		width: 100%;
		padding-bottom: 30px;
	}
	.simplePoint {
		padding: 50px 0;
	}
	.pgBtnDiv {
		padding: 0 0 50px 0;
	}
	.pgBtnDiv .delivered {
		text-align: center;
		font-size: 12px !important;
	}
	.protector_part_blue h2 {
		font-size: 35px;
		text-align: center;
	}
	.protector_part_blue p {
        font-size: 19px;
        text-align: center;
        width: 360px;
        margin: 0px auto;
    }
	.protector_part_blue .order-btn {
    	padding-top: 60px;
	}
	.protector_part_blue .order-btn a {
		margin: 0px auto;
	}
	.builtWinds {
		width: 100%;
		background: #f8f8f8 url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/bluebgmobo.webp?v1") top center no-repeat;
		background-size: cover;
		margin: -20px 0 0 0px;
		padding:25% 0 50px;
	}
	.hrprductImg {
        transform: translateX(14%);
        width: 60%;
        top: -38px;
    }
	.builtImg.forMob{
		width:100%;
		margin: 0 0 30px 0;
	}
	.protector_part_blue h2 {
        padding: 40px 0 0 0;
        width: 364px;
        margin: 0px auto;
        display: block;
    }
	.sealGap {
		background: url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/sealgapbgmobo.webp?V2.3")top center no-repeat;
		background-size: cover;
		padding: 70px 0 410px;
	}
	.sealGap h2 {
        font-size:40px;
        text-align: center;
        width: 400px;
        margin: 0px auto;
    }
	.sealGap p {
		font-size:18px;
		text-align: center;
		width: 370px;
        margin: 0px auto;
	}
	.sealGap .order-btn a {
		margin: 0px auto;
	}
	.sealGap .delivered {
		text-align: center;
		font-size: 12px !important;
	}
	.dailyComfort {
		padding: 60px 0;
	}
	.dailyComfort h3 {
		width: 100%;
		font-size: 35px;
	}
	.deal_section .mainHeader h2 {
		font-size: 35px;
	}
	.deal_section .mainHeader .package_below {
		font-size: 22px;
	}
	.checkoutBtn{
		width: 90% !important;
		display: block;
		padding: 6px 0;
		margin-top: 0;
	}
	.pakge_seal_free01 {
  		right: 20px;
	}
	/* .package_item01 {
  		border: 2px solid #ff5b02;
	} */
	.package {
		margin-bottom:25px !important;
	}
	.package__card_head {
  		font-size: 18px;
	}
	.deal_section {
		padding-bottom:50px;
	}
	.fefund_section {
		background:url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/suportbgmobo.webp?v1")center center no-repeat;
		background-size:cover;
	}
	.fefund_inner {
		border-right: solid 1px transparent;
		border-bottom: solid 1px #d2d2d2;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.fefund_inner p {
		max-width: 100%;
	}
	.fefund_section {
  		padding: 50px 0 20px;
	}
	.fefund_inner.last_child {
		border-right: solid 1px transparent;
		border-bottom: solid 1px transparent;
	}
	.faq_heading {
		font-size: 33px;
		line-height: 1.2;
	}
	/* .faq_section {
		background: #FFF url("https://assets.checkoutchamp.com/Funnel/assets/images/d5a2b63d-28a2-4ddf-b5e9-48da17831542/e371640e-9cdc-45ff-b6d0-b369ddd148e3/faqBG_mobo.webp") center top no-repeat;
		background-size: cover;
		padding: 400px 0 61px;
	} */
	.faq_accordion_style .accordion-item .accordion-header button {
  		font-size: 22px;
	}
	.faq_accordion_style .accordion-item .accordion-body p.commn_para {
  		font-size: 16px;
	}
	.faq_section .delivered {
		font-size: 12px !important;
	}
	.footer {
  		padding: 40px 0 40px 0;
	}
	.wrapper{display:block;}
	    .reviews_section h2 {
        font-size: 34px;
        text-align: center;
        width: 395px;
        margin: 0px auto;
    }
	.reviews_section {
		padding: 59px 0 0;
	}
	.mobile_show{display:block;}
}
@media only screen and (max-width:742px) {
	.banner-left {
		width: 100%;
	}
}
@media only screen and (max-width:650px) {
	.faqductImg {
        top: 40px;
    }
	.hrprductImg {
        top: -15px;
    }
}
@media only screen and (max-width:576px) {
	.faqductImg {
        top:73px;
    }
	.banner-heading {
        font-size:34px;
    }
	ul.banner-point {
        transform: translateX(10%);
    }
}
@media only screen and (max-width:511px) {}
@media only screen and (max-width:439px) {
	.banner-heading {width: 100%;}
	.banner_text {width:100%;}
	.protector_part h2 {width:100%;}
	.protector_part_blue h2 {width:100%;}
	.protector_part_blue p {width:100%;}
	.sealGap h2 {width:100%;}
	.sealGap p {width:100%;}
	.reviews_section h2 {width:100%;}
	.banner-product {
        margin: 0 0 0 -36%;
	}
	.priceTag {
        left: 10%;
        top: 35%;
    }

}
@media only screen and (max-width:400px) {
	.sealGap h2 {
        font-size: 38px;
    }
	.faqductImg {
        top: 80px;
    }
}
@media only screen and (max-width:377px) {
	.builtWinds {
		padding: 57% 0 120px;
	}
	.hrprductImg {
        top: 10px;
    }
}
@media only screen and (max-width:362px) {
	.builtWinds {
		padding: 57% 0 120px;
	}
	.faqductImg {
        top: 90px;
    }
}
@media only screen and (max-width:360px) {
	.builtWinds {
		padding: 64% 0 120px;
	}
}
@media only screen and (max-width:350px) {
	.banner_text {
		font-size: 18px;
	}
	.priceTag {
		transform: scale(0.6);
	}
	.btn-pr {
		font-size: 12px;
	}
	.sealGap h2 {
		font-size:32px;
	}
}