/*------------reset-----------------*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	scroll-margin-top: 60px;
}

body {
	font-family: "Poppins", sans-serif;
	overflow-x: hidden;
}

html {
	font-size: 16px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}
/*-------------btn----------------*/
header .header-inner nav .headerbtn{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.625rem;
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: bold;
	margin-left: 3rem;
	padding: 0.3125rem 1.375rem;
	background-color: #FFC300;
	border: 1px solid #DF7802;
	text-decoration: none;
	border-radius: 0.5rem;
}
header .header-inner nav .headerbtn img{
	width: 1.6rem;
	height: 1.6rem;
}
#header-btn{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.625rem;
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: bold;
	margin-left: 3rem;
	padding: 0.3125rem 1.375rem;
	background-color: #FFC300;
	border: 1px solid #DF7802;
	text-decoration: none;
	border-radius: 0.5rem;
	color: #000;
}
.btn-box {
	margin-top: 0.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.btn-box .btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.625rem;
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: bold;
	padding: 0.5rem 2rem;
	background-color: #FFC300;
	border: 1px solid #DF7802;
	color: #000;
	text-decoration: none;
	border-radius: 0.5rem;
	box-shadow: 0rem 0.25rem 0.25rem 0rem #B9B3AC82;
	max-width: 30rem;
}

.btn-text-row {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	display: flex;
	flex-direction: row;
	margin-top: 0.625rem;
}

.btn-text-row .btn-text {
	display: flex;
	flex-direction: row;
}

.btn-text-row .btn-text::before {
	content: "";
	width: 0.625rem;
	height: 0.625rem;
	border-radius: 50%;
	background-color: #95df89;
	margin-right: 0.5rem;
	position: relative;
	top: 25%;
	-webkit-animation: fade 1s ease-in-out infinite;
	animation: fade 1s ease-in-out infinite;
}

@-webkit-keyframes fade {
	0% {
		opacity: 100%;
	}

	50% {
		opacity: 30%;
	}

	70% {
		opacity: 100%;
	}

	100% {
		opacity: 100%;
	}
}

@keyframes fade {
	0% {
		opacity: 100%;
	}

	50% {
		opacity: 30%;
	}

	70% {
		opacity: 100%;
	}

	100% {
		opacity: 100%;
	}
}

.btn-stock {
	margin: 0.0525rem 0.4rem;
}

.btn-stock span {
	background-color: rgba(217, 217, 217, 0.6);
	display: inline-block;
	height: 8px;
	width: 8px;
}

.btn-stock span:first-child {
	background-color: #fc2201;
}
.btn-text-row .low{
	color: #fc2201;
	font-weight: 600;
}
.btn.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.7s;
  -webkit-animation-duration: 1.7s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.btn-box.center{
	margin-top: 1.5rem;
	align-items: center;
	margin-right: 3.5rem;
}
/*-------------container----------------*/
.container {
	max-width: 1180px;
	margin: 0 auto;
	width: 100%;
	padding: 1.5rem 0rem;
}
.hero .container{
	padding: 0rem;
}
/*-------------hero----------------*/
.hero{
	background: url("../img/pc-hero-bg.png") no-repeat right center/cover,
	rgba(251, 251, 251, 1);
	position: relative;
	padding: 4rem 0rem;
	overflow: hidden;
}
.hero.end{
	background: url("../img/hero-end-bg.png") no-repeat left center/cover,
	rgba(251, 251, 251, 1);
}
.hero.end .hero-inner{
	margin-left: 50%;
}
.pc-badge{
	position: absolute;
	right: 2%;
	top: 5%;
	width: 7.5rem;
	height: 7.5rem;
}
.hero.end .pc-badge{
	left: 2%;
}
.hero-inner{
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	padding: 0rem 0.625rem;
	max-width: 34.375rem;
}
.hero-inner .rating{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.3125rem;
}
.hero-inner .rating p{
	font-size: 0.875rem;
	font-weight: 400;
}
.hero-inner .rating span{
	font-weight: 600;
}
.hero-inner h1{
	font-weight: 700;
	font-size: 3.125rem;
	line-height: 3.75rem;
	color: #221C44;
}
.hero-inner h1 span{
	color: #169FFF;
}
.hero .hero-inner .sub-title{
	font-size: 1.125rem;
	line-height: 1.5625rem;
	margin: 0.3rem 0;
	font-weight: 700;
}
.hero .hero-inner ul{
	list-style: none;
}
.hero .hero-inner ul li{
	font-size: 1rem;
	line-height: 2rem;
	font-weight: 400;
	background: url("../img/check.svg") no-repeat left 0.3rem / 1.5rem auto;
	padding-left: 2rem;
}
.mobile-hero-bg{
	display: none;
}
.mobile-badge{
	display: none;
}
/*-------------header----------------*/
header{
	position: sticky;
	top: -70px;
	transition: all 0.3s ease;
	z-index: 1000;
	height: 4.375rem;
	background-color: #fff;
	box-shadow: 0.0625rem 0.0625rem 0.5rem 0.0625rem rgba(132, 132, 132, 0.2);
	padding: 0.3125rem 0rem;
}
header.sticky{
	position: sticky;
	top: 0;
	transition: 0.5s;
}
header .header-inner{
	max-width: 1180px;
	padding: 0.8rem 1.875rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .header-inner .logo{
	width: 13.75rem;
	height: 1.875rem;
}
header .header-inner .menu-btn{
	cursor: pointer;
	display: none;
}
header .header-inner nav{
	display: flex;
	flex-direction: row;
	gap: 1.25rem;
	align-items: center;
}
header .header-inner nav a{
	text-decoration: none;
	color: #000;
	font-size: 0.9375rem;
	font-weight: 400;
}
/*-------------Ads seen on----------------*/
.AdsSeenOn{
	background: #000;
	color: #fff;
}
.AdsSeenOn-inner{
	display: flex;
	flex-direction: row;
	gap: 4rem;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0rem 1rem;
}
.AdsSeenOn .AdsSeenOn-inner p{
	font-size: 1rem;
}
.AdsSeenOn .AdsSeenOn-inner .tv{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2.5rem;
}
.AdsSeenOn .AdsSeenOn-inner .tv img{
	height: 1.8rem;
	width: auto;
}
/*-------------AdsSeenOn-slide-mobile----------------*/
.AdsSeenOn-slide-mobile{
	display: none;
	background: #000;
}
.AdsSeenOn-slide-mobile .AdsSeenOn-inner{
	overflow: hidden;
}
.AdsSeenOn-slide-mobile .AdsSeenOn-inner .tv{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 4.5rem;
	 -webkit-animation: moveCustomersPhotos 20s linear infinite;
	animation: moveCustomersPhotos 20s linear infinite;
}
.AdsSeenOn-slide-mobile .AdsSeenOn-inner .tv img{
	width: 6rem;
	height: auto;
}
/*-------------features----------------*/
.features{
	background:#E9F5FF;
}
.features-inner{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	justify-content: center;
}
.features-col{
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.features-item{
	background: #2F2F66;
	border-radius: 0.3125rem;
	display: flex;
	flex-direction: row;
	gap: 0.8rem;
	align-items: center;
	color: #fff;
	max-width: 20rem;
	height: 6.25rem;
	overflow: hidden;
}
.features-icon{
	width: 4rem;
	background: #14B9D8;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.features-text{
	flex: 1;
}
.features-img{
	width: 21.875rem;
	height: auto;
}
.features .title h2{
	font-size: 2rem;
	margin-bottom: 2.5rem;
	font-weight: bold;
	text-align: center;
	color: #1A2A4F;
}
.features .title p{
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	margin-bottom: 0.325rem;
}
.features-text .features-text-title{
	font-weight: 700;
	margin-bottom: 0.3125rem;
}
.mobile-features-img{
	display: none;
}

/*-------------slider----------------*/
.slide-section{
	background: #2F2F66;
	color: #fff;
	text-align: center;
	border-radius: 0.625rem;
	
}
.slider-container {
  overflow: hidden;
  margin: 1.2rem auto 0.2rem auto;
}
.slider img{
	width: 9.625rem;
	height: auto;
}
.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  animation: initial;
}
.special{
	display: none;
}
/*-------------cards2----------------*/
.cards2-inner{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}
.cards2-item{
	border-radius: 1.25rem;
	box-shadow: 0rem 0rem 0.625rem 0rem rgba(0, 0, 0, 0.2);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.cards2-item .cards2-inner-text{
	flex: 1;
	padding: 1rem 2rem;
}
.cards2-item img{
	width: 100%;
	height: auto;
}
.cards2-inner-text p{
	font-weight: 600;
	font-size: 1.3rem;
	margin-bottom: 0.3125rem;
}
.cards2-item.white{
	background-color: #2F2F66;
	color: #fff;
}
.cards2-inner-text ul{
	list-style-type: none;
	margin-left: -0.5rem;
}
.cards2-item.white .cards2-inner-text ul{
	list-style-type: none;
	margin-left: -0.2rem;
}
.cards2-item .cards2-inner-text ul li{
	padding-left: 2rem;
	margin-bottom: 0.3125rem;
	background-image: url("../img/cross.svg");
	background-size: 2rem 2rem;
	background-repeat: no-repeat;
	background-position: left center;
}
.cards2-item.white .cards2-inner-text ul li{
	padding-left: 2.2rem;
	margin-bottom: 0.3125rem;
	background-image: url("../img/checkmark2.png");
	background-size: 2rem 2rem;
	background-repeat: no-repeat;
	background-position: left center;
}
.cards2 .title h2{
	font-size: 2rem;
	margin-bottom: 2.5rem;
	font-weight: bold;
	text-align: center;
	color: #1A2A4F;
}
.cards2 .title p{
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	margin-bottom: 0.325rem;
}
/*-------------how to use----------------*/
.howtouse{
	background:#E9F5FF;
}
.howtouse .title h2{
	font-size: 2rem;
	margin-bottom: 2.5rem;
	font-weight: bold;
	text-align: center;
	color: #1A2A4F;
}
.howtouse .title p{
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	margin-bottom: 0.325rem;
}
.howtouse-inner{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
}
.howtouse-item{
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	text-align: start;
	border-radius: 0.9375rem;
}
.howtouse-item img{
	height: 15rem;
	object-fit: cover;
	border-radius: 0.9375rem;
}
.howtouse-text{
	flex:1;
}
.howtouse-text p{
	font-size: 1rem;
}
.howtouse-text .title{
	font-weight: 600;
	font-size: 1.2rem;
	margin-bottom: 0.3rem;
}
.howtouse-item.step1{
	position: relative;
}
.howtouse-item.step2{
	position: relative;
}
.howtouse-item.step3{
	position: relative;
}
.howtouse-item.step1::after{
	content:"";
	background: url("../img/s1.png") no-repeat center/ cover;
	width: 3rem;
	height: 3rem;
	top: -8%;
	right: 44%;
	position: absolute;
	z-index: 10;
}
.howtouse-item.step2::after{
	content:"";
	background: url("../img/s2.png") no-repeat center/ cover;
	width: 3rem;
	height: 3rem;
	top: -8%;
	right: 44%;
	position: absolute;
	z-index: 10;
}
.howtouse-item.step3::after{
	content:"";
	background: url("../img/s3.png") no-repeat center/ cover;
	width: 3rem;
	height: 3rem;
	top: -8%;
	right: 44%;
	position: absolute;
	z-index: 10;
}
/*--------------whyBreezeBox---------------*/
.whyBreezeBox .title h2{
	font-size: 2rem;
	margin-top: 2rem;
	margin-bottom: 2.5rem;
	font-weight: bold;
	text-align: center;
	color: #1A2A4F;
}
.whyBreezeBox-inner{
	display: flex;
	flex-direction: column;
	gap: 5rem;
	
}

.whyBreezeBox-item{
	display: flex;
	flex-direction: row;
	gap: 1.5rem;
}
.whyBreezeBox-item img{
	width: 50%;
	height: auto;
	border-radius: 0.625rem;
}
.whyBreezeBox-text{
	width: 50%;
}
.whyBreezeBox-item.reverse{
	flex-direction: row-reverse;
	
}
.whyBreezeBox-text{
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0.3125rem 0rem;
}
.whyBreezeBox-text p{
	color: #000000;
	font-size: 1.1rem;
	font-weight: 300;
	letter-spacing: 0.8px;
	line-height: 1.6;
}
.whyBreezeBox-text .title{
	font-size: 2rem;
	font-weight: 600;
	color: #221C44;
	letter-spacing: 0px;
}
.testimonial-card {
	width: 50%;
	margin: 2.5rem auto;
	padding: 1.25rem 1.25rem;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #2F2F66;
}
.whyBreezeBox .whyBreezeBox-text .card {
	display: flex;
    flex-direction: row;
	gap: 1rem;
}
.whyBreezeBox .whyBreezeBox-text .card p{
	color: #fff;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.5;
}
.whyBreezeBox .whyBreezeBox-text .card .highlight{
	font-weight: 600;
	color: #c70000;
	font-size: 1.5rem;
}

/*-------------moneyback----------------*/
.moneyback {
	background: #221C44;
	border-radius: 1.25rem;
	max-width: 1180px;
	margin: 0 auto;
}

.moneyback-img {
	width: 10rem;
	height: auto;
}

.moneyback .moneyback-inner {
	display: flex;
	flex-direction: row;
	gap: 1.25rem;
	justify-content: center;
	max-width: 37.5rem;
	margin: 0 auto;
	padding: 0rem 1rem;
}

.moneyback .moneyback-inner .moneyback-text {
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
}
.moneyback .moneyback-inner .moneyback-text span{
	color: #34DDEA;
	font-weight: 700;
}
.moneyback .moneyback-inner .moneyback-text .title {
	font-size: 1.5625rem;
	line-height: 1.5rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1rem;
}
/* ------------ Comparison ------------ */
.container-full .title h2{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #1A2A4F;
}
.container-full .title p{
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	margin-bottom: 0.325rem;
}
.s4CompBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 10rem;
  margin-bottom: 120px;
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #000;
}
.s4CompBox .compCol1 {
  
  width: 57%;
  padding: 15px 0;
  position: relative;
  padding-top: 120px;
}
.s4CompBox .compCol1 ul {
  padding-left: 0;
  width: 100%;
}
.s4CompBox .compCol1 ul li {
  width: 100%;
  height: 70px;
  text-align: left;
  padding: 10px 0 10px 20px;
  position: relative;
  border-bottom: 1px solid #c2c2c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s4CompBox .compCol1 ul li:last-child {
  border-bottom: none;
}
.s4CompBox .compCol1 ul li p {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.s4CompBox .compCol2 {
  width: 21.5%;
  background: #2F2F66;
  border-radius: 10px;
  margin: -30px 0px -44px 0;
  padding-bottom: 15px;
}
.s4CompBox .compCol2 ul {
  list-style: none;
  padding-top: 5px;
  padding-left: 0;
  width: 100%;
}
.s4CompBox .compCol2 ul li {
  width: 100%;
  height: 70px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s4CompBox .compCol2 ul li:last-child {
  border-bottom: none;
}
.s4CompBox .compCol2 ul li svg {
  color: #ffffff;
  height: 30px;
  width: 30px;
}
.s4CompBox .compCol2Top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 145px;
  width: 100%;
}
.s4CompBox .compCol2Top.compCol3Top {
  height: 115px;
  margin-top: 35px;
  -webkit-transform: translateY(-13px);
          transform: translateY(-13px);
}
.s4CompBox .compCol2Top.compCol3Top p {
  display: inline-block;
  line-height: 22px;
  letter-spacing: 0.3px;
  padding: 6px 15px;
  border-radius: 50px;
  color: #161616;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 0;
}
.s4CompBox .compCol2Top .compCol2Prod {
  margin: auto;
  max-width: 90%;
}
.s4CompBox .compCol2Prod.product {
  margin-top: -80px;
}
.s4CompBox .compCol3 {
  background-color: transparent;
}
.s4CompBox .compCol3 ul{
	padding-top: 0px;
}
.s4CompBox .compCol3 ul li {
  border-bottom: 1px solid #c2c2c2;
}
.s4CompBox .compCol3 ul li svg {
  color: #adadad;
}
/*-------------reviews----------------*/
.reviews {
	background:#E9F5FF;
}

.reviews .title {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	font-weight: bold;
	text-align: center;
	color: #1E415F;
}

.reviews-rate {
	background: #fff;
	border-radius: 0.9375rem;
	margin: 0 auto;
	padding: 1.5rem 4rem;
	max-width: 31.25rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 5rem;
}

.reviews-rate-left img {
	display: inline-block;
	width: 7.5rem;
	height: auto;
}

.reviews-rate-left {
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
}

.reviews-rate-left-line {
	display: flex;
	gap: 0.625rem;
	align-items: center;
}

.reviews-rate-right {
	margin-top: -20px;
}

.reviews-rate-right .rate {
	color: #1E415F;
	font-size: 4.5rem;
	font-weight: 600;
}

.reviews-rate-right .rate-text {
	margin-top: -20px;
	padding: 0.3125rem;
}

.reviews-card {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 1.875rem;
	padding: 0 2rem;
}

.reviews-card-item {
	background: #fff;
	box-shadow: 0rem 0.4375rem 1rem 0.1rem rgba(0, 0, 0, 0.2);
	border-radius: 2.6875rem;
	width: 20rem;
	height: auto;
	overflow: hidden;

	object-fit: cover;

}

.reviews-product {
	width: 20rem;
	height: 20rem;
	object-fit: cover;
}

.reviews-card-user {
	padding: 0.9375rem 1rem 1.2rem 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	align-items: flex-start;
}

.reviews-card-user-info {
	display: flex;
	flex-direction: row;
	gap: 0.9375rem;
}

.verified img {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	position: relative;
	top: 0.125rem;
}

.reviews-user-name {
	font-size: 1.25rem;
	font-weight: 500;
}

.verified span {
	font-weight: 300;
	font-size: 0.8rem;
}

.stars5 {
	width: 5.5rem;
	height: auto;
}
/*-------------faq----------------*/
.faq {
	background: #fff;
}
.faq .title h2{
	font-size: 2rem;
	margin-bottom: 2.5rem;
	font-weight: bold;
	text-align: center;
	color: #1A2A4F;
}
.faq .title p{
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 0.325rem;
}

.faq-accordion-inner {
	max-width: 50rem;
	margin: 1.875rem auto;
}

.faq-accordion {
	border-radius: 0.9375rem;
	box-shadow: 0rem 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin-bottom: 15px;
	width: 100%;
}

.accordion {
	background-color: #fff;
	border: none;
	color: #000;
	cursor: pointer;
	font-size: 1.1rem;
	letter-spacing: 0.3px;
	line-height: 28px;
	font-weight: 600;
	outline: none;
	padding: 18px;
	text-align: left;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	width: 100%;
	position: relative;
}

.panel {
	background-color: #fff;
	max-height: 0;
	overflow: hidden;
	padding: 0 18px;
	text-align: left;
	-webkit-transition: max-height 0.4s ease-out;
	transition: max-height 0.4s ease-out;
}

.panel p {
	color: #545454;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 20px;
	padding-top: 0;
}

.accordion:after {
	content: "";
	display: inline-block;
	background: url("../img/left-triangle.svg") no-repeat center/cover;
	width: 0.6rem;
	height: 1.2rem;
	position: absolute;
	left: 95%;
	top: 40%;
}

.active:after {
	background: url("../img/bottom-triangle.svg") no-repeat center/cover;
	width: 1.2rem;
	height: 0.6rem;
}
.faq .container{
	padding: 1rem 1rem;
}
/*-------------footer----------------*/
.footer {
	background: url("../img/reviews-bg.png") no-repeat top center/cover;
}

.footer-inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	justify-content: space-between;
}

.footer nav a {
	display: block;
	text-decoration: none;
	color: #000;
	text-align: center;
}

.footer img {
	width: 15rem;
	height: auto;
	margin-left: 3.75rem;
}

.footer nav a:hover {
	color: #1F88DB;
	text-decoration: underline;
}
/*-------------policy----------------*/
.header-content{
	max-width: 1180px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 0.625rem 2.5rem;
}
.header-content .logo{
	max-width: 18.125rem;
	height: auto;
}
.container-all{
	padding: 0.625rem 1.875rem;
}
.container-all h3{
	text-align: center;
	font-size: 1.875rem;
	margin-bottom: 1.25rem;
}
.container-all p{
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-bottom: 1.25rem;
	font-weight: 300;
}
.container-all .highlight{
	font-weight: 600;
}
/*-------------media queries----------------*/
@media (max-width: 1400px){
	.hero{
		background-size: auto 100%;
		background-position: 45%;
	}
	.hero.end{
		background-size: auto 100%;
		background-position: 45%;
	}
}
@media (max-width: 1024px){
	html {
		font-size: 16px;
	}
	.hero,.hero.end{
		background-image: initial;
		padding: 1.5rem 0rem;
	}
	.pc-badge{
		display: none;
	}
	.hero .hero-inner,.hero.end .hero-inner{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		max-width: 100%;
		padding: 0rem;
		gap: 0rem;
	}
	
	.hero .hero-inner .rating,.hero.end .hero-inner .rating{
		flex-direction: column;
		gap: 0.625rem;
		margin-bottom: 0.625rem;
	}
	.hero .hero-inner .rating p,.hero.end .hero-inner .rating p{
		font-size: 0.8rem;
	}
	.hero .hero-inner h1,.hero.end .hero-inner h1{
		text-align: center;
		padding: 0rem 0.4rem;
		margin-bottom: 0.625rem
	}
	.hero .hero-inner .sub-title,.hero.end .hero-inner .sub-title{
		max-width: 28.125rem;
		text-align: center;
		margin-top: 0.625rem;
		margin-bottom: 0.625rem;
	}
	.mobile-hero-bg{
		display: block;
		width: 100%;
		
	}
	.relative{
		position: relative;
		width: 100%;
	}
	.hero .mobile-badge{
		display: block;
		position: absolute;
		right: 2%;
		top: 5%;
		width: 5.5rem;
		height: 5.5rem;
	}
	.hero.end .mobile-badge{
		left: 2%;
	}
	.hero .btn-box ,.hero.end .btn-box{
		align-items: center;
		margin-top: 0.625rem;
		margin-bottom: 0.625rem;
	}
	.hero ul li{
		margin-bottom: 0.3125rem;
	}
	
	.AdsSeenOn-inner{
		gap: 1.5rem;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 0rem 1rem;
	}
	.AdsSeenOn .AdsSeenOn-inner .tv{
		gap: 1.5rem;
	}
	.AdsSeenOn .AdsSeenOn-inner .tv img{
		height: 1.5rem;
		width: auto;
	}
	.AdsSeenOn-slide-mobile{
		display: block;
		margin-top: -0.125rem;
	}
	.AdsSeenOn{
		display: none;
	}
	.AdsSeenOn-inner{
		gap: 1.5rem;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 1rem 1rem;
	}
	.AdsSeenOn-slide-mobile .AdsSeenOn-inner .tv{
		 display: flex;
		 flex-direction: row;
		 align-items: center;
		 gap: 6.5rem;
		  -webkit-animation: moveCustomersPhotos 20s linear infinite;
		 animation: moveCustomersPhotos 20s linear infinite;
	}
	@-webkit-keyframes moveCustomersPhotos {
	  0% {
	    -webkit-transform: translateX(0);
	            transform: translateX(0);
	  }
	  100% {
	    -webkit-transform: translate(-62rem);
	            transform: translate(-62rem);
	  }
	}
	
	@keyframes moveCustomersPhotos {
	  0% {
	    -webkit-transform: translateX(0);
	            transform: translateX(0);
	  }
	  100% {
	    -webkit-transform: translate(-62rem);
	            transform: translate(-62rem);
	  }
	}
	.features .features-inner{
		display: flex;
		flex-direction: column;
		max-width: 100%;
		padding: 0rem 2rem;
		gap: 1.25rem;
		
	}
	.features-item{
		max-width: 40rem;
		font-size: 1.2rem;
	}
	.features-img{
		display: none;
	}
	.features-text{
		padding: 0rem 0.3rem;
	}
	.features-icon img{
		max-width: 2.5rem;
		height: auto;
	}
	
	.mobile-features-img{
		margin: 0 auto;
		max-width: 20rem;
		margin-bottom: 1.5rem;
	}
	
	.features .title h2{
		margin-bottom: 1.5rem;
	}
	.mobile-features-img{
		display: block;
	}
	
	.btn-box.center{
		margin-right: initial;
	}
	.slider {
	  -webkit-animation: moveCustomer 35s linear infinite;
	          animation: moveCustomer 35s linear infinite;
	}
	
	@-webkit-keyframes moveCustomer {
	  0% {
	    -webkit-transform: translateX(0);
	            transform: translateX(0);
	  }
	  100% {
	    -webkit-transform: translate(-47.3125rem);
	            transform: translate(-47.3125rem);
	  }
	}
	
	@keyframes moveCustomer {
	  0% {
	    -webkit-transform: translateX(0);
	            transform: translateX(0);
	  }
	  100% {
	    -webkit-transform: translate(-47.3125rem);
	            transform: translate(-47.3125rem);
	  }
	}
	.special{
		display: block;
	}
	.cards2-inner{
		grid-template-columns: 1fr;
		gap: 2rem;
		padding: 0rem 2rem;
	}
	.howtouse-inner{
		grid-template-columns: 1fr;
		gap: 4rem;
		max-width: 25rem;
		margin: 0 auto;
	}
	.howtouse-item img{
		height: 16rem;
		object-fit: cover;
	}
	.whyBreezeBox-inner{
		gap: 2rem;
	}
	.whyBreezeBox-item{
		display: flex;
		flex-direction: column;
		gap: 1.5rem;
	}
	.whyBreezeBox-item img{
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 0rem 1.5rem;
	}
	.whyBreezeBox-text{
		width: 90%;
		padding: 0rem 1.5rem;
		margin: 0 auto;
	}
	.whyBreezeBox-item.reverse{
		flex-direction: column-reverse;
	}
	.whyBreezeBox-item:nth-child(2n+1){
		flex-direction: column-reverse;
	}
	.whyBreezeBox-item:nth-child(3){
		position: relative;
	}
	.whyBreezeBox-item:nth-child(3)::before {
		content: "Cold Air";
		position: absolute;
		width: 7rem;
		height: 2rem;
		top: 0.6rem;
		left: 5rem;
		color: #fff;
		background-color: #2196F3;
		border-radius: 0.625rem;
		font-weight: bold;
		font-size: 1rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.whyBreezeBox-item:nth-child(3)::after {
		content: "Hot Air";
		position: absolute;
		width: 7rem;
		height: 2rem;
		top: 0.6rem;
		right: 5rem;
		color: #fff;
		background-color: #A40202;
		border-radius: 0.625rem;
		font-weight: bold;
		font-size: 1rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.moneyback .moneyback-inner {
		flex-direction: column;
		gap: 1.25rem;
		align-items: center;
		justify-content: center;
		text-align: center;
		max-width: 37.5rem;
		margin: 0 auto;
		padding: 1rem 1rem;
	}
	#comparison {
	  padding-top: 40px !important;
	}
	.s4CompBox{
	}
	.container-full .container{
		padding: 1.5rem 1rem;
	}
	.s4CompBox .compCol2Prod.product{
		margin-top: -65px;
	}
	.footer-inner {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
		gap: 0.5rem;
	}
	
	.footer-inner img {
		margin: auto;
	}
	
	.footer nav a {
		display: inline;
		text-align: center;
	}
	
	.footer nav a::after {
		content: "|";
		margin: 0 0.3125rem;
	}
	
	.footer nav a:nth-child(3)::after {
		content: none;
	}
	
	.footer-inner p {
		text-align: center;
	}
}
@media (max-width: 768px){
	html {
		font-size: 15px;
	}
	header .header-inner .menu-btn{
		display: block;
	}
	header .header-inner nav{
		position: fixed;
		top: 4.375rem;
		left: 0;
		right: 0;
		flex-direction: column;
		gap: 0;
		max-height: 0;
		overflow: hidden;
	}
	header .header-inner nav a {
		background: #2196f3;
		width: 100%;
		text-align: start;
		color: #fff;
		padding: 1rem;
		border-bottom: 1px solid #fff;
	}
	
	#header-btn {
		display: none;
	}
	
	header .header-inner nav.nav-open {
		max-height: 200px;
	}
	
	body.menu-open::before {
		content: "";
		background: rgba(0, 0, 0, 0.2);
		position: fixed;
		top: 200px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 999;
	}
	
	body.menu-open {
		overflow: hidden;
	}
	.hero .hero-inner h1{
		font-size: 2.375rem;
		line-height: 3rem;
	}
	.AdsSeenOn-slide-mobile .AdsSeenOn-inner .tv{
		 gap: 4.5rem;
	}
	@-webkit-keyframes moveCustomersPhotos {
	  0% {
	    -webkit-transform: translateX(0);
	            transform: translateX(0);
	  }
	  100% {
	    -webkit-transform: translate(-52.25rem);
	            transform: translate(-52.25rem);
	  }
	}
	
	@keyframes moveCustomersPhotos {
	  0% {
	    -webkit-transform: translateX(0);
	            transform: translateX(0);
	  }
	  100% {
	    -webkit-transform: translate(-52.25rem);
	            transform: translate(-52.25rem);
	  }
	}
	.reviews-rate {
		padding: 1.5rem 3rem;
	}
	
	.reviews-card {
		display: grid;
		grid-template-columns: 1fr;
		gap: 2.25rem;
	}
	
	.reviews-card-item {
		margin: 0 auto;
	}
	
	.reviews-text {
		font-size: 1rem;
	}
	.mobile-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-color: #e7f9ff;
		position: fixed;
		bottom: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		left: 0;
		width: 100%;
		padding-top: 0.9375rem;
		padding-bottom: 0.5rem;
		z-index: 10;
	}
	
	.mobile-btn .btn-box {
		margin: 0;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	
	}
	
	.mobile-btn.btn-default {
		position: relative;
		background-color: white;
	}
	
	.mobile-btn.btn-default .btn-box {
		-webkit-animation: none;
		animation: none;
	}
	.btn-box{
		display: none;
	}
	#header-btn{
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 1rem;
		font-weight: bold;
		margin-left: 2rem;
		padding: 0.2rem 0.6rem;
		background-color: #FFC300;
		border: 1px solid #DF7802;
		text-decoration: none;
		border-radius: 0.5rem;
		color: #000;
	}
	.header-content{
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		padding: 0.625rem 0.6rem;
	}
	.header-content .logo{
		max-width: 14.125rem;
		height: auto;
		
	}
}
@media (max-width: 480px){
	html {
		font-size: 14px;
	}
}
@media (max-width: 420px) {
	html {
		font-size: 12px;
	}
}

@media (max-width: 360px) {
	html {
		font-size: 11px;
	}
}