* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scroll-margin-top: 75px;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #fbfbfe;
}
body.no-scroll {
  overflow: hidden;
}
/* ------------------- Containers ------------------- */
.container-full {
  padding: 48px;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
/* ------------------- buttons ------------------- */
.order-now{
	background-color: #22441c;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: auto;
	padding: 0 1em;
	height: 40px;
	line-height: 44px;
	border-radius: 10px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}
.btn-box {
  max-width: 410px;
  width: 100%;
  margin-top: 35px;
}
.btn-box.centered {
  margin: 35px auto 0;
}

.btn {
  width: 100%;
  color: #fff;
  background-color: #22441c !important;
  border-bottom: 2px solid #11220e;
  border-radius: 8px;
  
  font-family: "Inter", sans-serif;
  padding: 8px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  -webkit-animation: pulse 1.5s infinite ease-in-out;
          animation: pulse 1.5s infinite ease-in-out;
  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;
  text-decoration: none;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.btn img {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 15px;
}

.btn-txt {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
.btn-txt p {
  padding: 0 8px;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0;
}
.btn-txt .btn-text1:before {
  display: inline-block;
  margin: -2px 5px 0 0;
  width: 9px;
  height: 9px;
  background: #6fb620;
  border-radius: 50%;
  content: "";
  -webkit-animation: fade 1s ease-in-out infinite;
          animation: fade 1s ease-in-out infinite;
}
.btn-txt .hourglass {
  margin: -2px 3px 0 0;
  -webkit-animation: rotateP 2.5s ease-in-out forwards infinite;
          animation: rotateP 2.5s ease-in-out forwards infinite;
}
/* ------------------- Animations ------------------- */
@-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%;
  }
}
@-webkit-keyframes rotateP {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes rotateP {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes pulse {
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* ------------------- hero ------------------- */
.hero{
	background: url("../img/bg.PNG");
	padding: 25px 0px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
h1{
	font-size: 56px;
	line-height: 62px;
	font-weight: bold;
	margin-top: 10px;
	
}
.hero-mobile{
	display: none;
}
.hero-inner{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 6.6fr 5.4fr;
	align-items: center;
	-webkit-box-align: center;
}
.hero-inner{
	color: #fff;
}
.hero-inner .hero-left .hero-list li{
	padding-left: 40px;
	background: url("../img/liststyle.PNG");
	background-size: 32px 32px;
	background-position: 0px 2px;
	background-repeat: no-repeat;
	list-style:none;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0.3px;
	margin-top: 25px;
	text-align: left;
}
.hero-inner .hero-left .hero-social{
	background-color: #fff;
	border-radius: 10px;
	margin-top: 20px;
	padding: 8px 22px;
	display: flex;
	max-width: 500px;
	width: 100%;
	align-items: center;
}
.hero-social-img{
	height: 32px;
	max-width: 96px;
	width: 100%;
}
.hero-social-text{
	display: flex;
	margin: 0px 12px;
	align-items: center;
	color: #4f4f4f;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	gap:5px;
}
.hero-rating-img{
	max-width: 85px;
}
.hero-inner .hero-right {
  -max-width: 580px;
  width: 100%;
  -webkit-animation: fadeInAnimation ease 1s;
          animation: fadeInAnimation ease 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.hero-text{
	font-size: 24px;
	font-weight: 600px;
	line-height: 32px;
	margin-top:10px;
}
/*---------------------Guarantee---------------------*/
.Guarantee-full{
	background-color: #000;
	padding: 16px;
	color: #fff;
}
.Guarantee{
	display: flex;
	gap: 24px;
	justify-content: space-evenly;
	margin: 0 auto;
}
.Guarantee img{
	width: 50px;
	height: 50px;
	max-width: 100%;
}
.Guarantee-item{
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #bdbdbd;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	max-width: 200px;
	margin: 0 auto;
}
/*--------------------Overview-----------------------*/
#overview{
	padding: 80px 0px;
}
.overview .overview-img.hidden-desktop {
  display: none;
}
.overview{
	display: grid;
	grid-template-columns: 470px auto;
	align-items: center;
	gap: 40px;
	margin: 0 auto;
}
.overview .title h2{
	text-align: start;
}
.overview .overview-img{
	position: relative;
	width: 470px;
}
.overview .overview-img .overview-back {
  width: 100%;
  -webkit-animation: fadeInAnimation ease 1s;
          animation: fadeInAnimation ease 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.overview .overview-img .overview-front {
  position: absolute;
  top: 0px;
  right: 80px;
  z-index: 10;
  left: 50%;
  -webkit-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%);
}
@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.overview .overview-p{
	font-size: 17px;
	line-height:26px;
	font-weight: normal;
	color: #000;
	letter-spacing: 0.5px;
	margin-top: 20px;
	padding-right: 60px;
}
/*--------------------Features-----------------------*/
#features{
	background: url("../img/features-bg.jpg");
	color: #fff;
}
.features{
	max-width: 1530px;
	margin: 24px auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: start;
}
.features .features-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.features .feature-item {
  display: grid;
  grid-template-columns: 80px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  margin: 16px 0;
}
.features .feature-item h3 {
  padding-top: 13px;
  font-size: 24px;
}
.features .feature-item p {
  font-size: 20px;
  padding-top: 12px;
}
.features .feature-item img {
  width: 100%;
  max-width: 80px;
}
.features .feature-center {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  -ms-flex-item-align: center;
      align-self: center;
}
.title h2 {
  font-size: 50px;
  line-height: 70px;
  font-weight: 800;
  margin-top: 10px;
  text-align: center;
}
.title{
	text-align: center;
}
.feature-center.hidden-desktop{
	display: none;
}
/*--------------------grid-2-------------------------*/
#benefits{
	background-color: #fff;
}

.grid-2-container{
	margin: 35px auto;
	max-width: 1135px;
	width: 100%;
}
.grid-2{
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap:40px;
	margin-bottom: 68px;
	background-color: #fcf8eb;
	border-radius: 8px;
}
.grid-2-text{
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 20px 20px;
}
.grid-2 .grid-2-text h4:first-child{
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	color: #6fb620;
}
.grid-2 .grid-2-text h4{
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
}
.grid-2 p{
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
}
.text{
	font-size: 24px;
	line-height: 34px;
	max-width: 1015px;
	margin: 3px auto 0 auto;
}
.grid-2 img{
	width: 100%;
	border-radius: 8px;
}
.grid-2:nth-child(2),
  .grid-2:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
/*--------------------Card---------------------------*/
#highlight{
	background: #f4f6ff;
}
.card{
	display: flex;
	gap: 25px;
	margin: 30px 0 40px 0;
	flex-wrap: wrap;
	justify-content: space-between;
}
.card-inner{
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	padding: 16px;
	background-color: #fff;
	width: calc(25% - 19px);
}
.card-img{
	border-radius: 12px;
	width: 100%;
	height: 237px;
	object-fit: cover;
	margin-bottom: 12px;
}
.card-title{
	font-size: 20px;
	font-weight: 700;
    line-height: 32px;
	text-align: left;
	text-transform: capitalize;
	color:#333;
	margin-bottom: 8px;
}
.card-text{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color:#828282;
}
.highlight h2{
	font-size: 40px;
	line-height: 56px;
	font-weight: 700;
	color: #333;
	padding-bottom: 16px;
}
/*--------------------Comparison---------------------*/
#comparison{
	background: #fff;
}
.s6compbox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	width:100%;
	max-width: 1030px;
	background: #fff;
	border-radius: 20px;
	margin: 0 auto;
	margin-top:220px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
}
.s6compbox .s6col1{
	float: left;
	width: 37%;
	padding: 25px 0;
	position: relative;
}
.s6compbox .s6col1 ul{
	float: left;
	list-style-type: none;
	width: 100%;
}
.s6compbox .s6col1 ul li{
	float: left;
	width: 100%;
	height: 70px;
	text-align: left;
	font-size: 19px;
	line-height: 30px;
	color: #000;
	letter-spacing: 0.3px;
	font-weight: 600;
	padding: 0 0 0 60px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #e7e7e7;
	background: url("../img/comp-point.png") no-repeat 22px 25px;
}
.s6compbox .s6col1 ul li:last-child{
	border: none;
}
.s6col2{
	float: left;
	width: 19%;
	border-radius: 20px;
	margin: -95px 20px -25px 0;
}
.s6col2 .s6col2Top{
	float: left;
	width: 100%;
	height: 115px;
}
.s6col2 .s6col2Top .s6col2Prod{
	display: block;
	margin: -65px auto 10px;
	max-width: 100%;
}
.s6col2 .s6col2Top p{
	font-size: 20px;
	line-height: 18px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-align: center;
}
.s6col2 .s6col2Top img{
	height: auto;
}
.s6col2 ul{
	float: left;
	width: 100%;
	padding-top: 5px;
	list-style-type: none;
}
.s6col2 ul li{
	float: left;
	width: 100%;
	height: 70px;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #6cb9b3;
}
.s6col2 ul li:last-child{
	border-bottom: none;
	height: 115px;
}
.s6col2 ul li img{
	height: auto;
	max-width: 100%;
}
.s6col3{
	background: #383838;
}
.s6col3 ul li{
	border-bottom: 1px solid #484848;
}
.s6col4{
	background:#383838;
}
.s6col4 ul li{
	border-bottom: 1px solid #484848;
}
.mobile-btn-container {
  padding: 20px 0;
}
/* ------------------- Moneyback ------------------- */
#moneyback {
  background-color: #191919;
}

.moneyback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 80px;
}
.moneyback .moneyback-img {
  width: 100%;
  max-width: 289px;
}
.moneyback .moneyback-text {
  max-width: 624px;
  color: white;
}
.moneyback .moneyback-text .moneyback-title {
  font-size: 53px;
  line-height: 60px;
  font-weight: 600;
  margin-top: 20px;
}
.moneyback .moneyback-text .moneyback-p {
  font-size: 17px;
  line-height: 26px;
  font-weight: normal;
  margin-top: 20px;
  letter-spacing: 0.5px;
}
/*--------------------Reviews------------------------*/
#reviews{
	background: #fff;
}
.reviews{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	max-width: 1024px;
	margin: 34px auto;
	gap: 16px;
}
.reviews .review{
	display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	      -ms-flex-direction: column;
	          flex-direction: column;
	  gap: 6px;
	  margin-bottom: 25px;
}
.reviews .review .cover{
	border-radius: 8px;
	width: 100%;
}
.reviews .review .stars{
	width: 82px;
	height: auto;
	margin-top: 9px;
}
.reviews .review .reviewer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 5px;
	font-size: 12px;
	line-height: 22px;
}
.reviews .review .reviewer span {
  color: #1bba86;
}
.review p{
	font-size: 16px;
	line-height: 22px;
}
/* ------------------- Faq ------------------- */
#faq {
  padding-bottom: 0 !important;
}

.accordion-container {
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
          box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  overflow: hidden;
  margin-bottom: 24px;
}

.accordion {
  background-color: inherit;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: rgb(74, 74, 74);
  font-family: "Montserrat", sans-serif;
}
.accordion img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.active img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
}
.panel p {
  padding: 24px;
  color: rgb(74, 74, 74);
  font-size: 16px;
  line-height: 24px;
}
/* ------------ Footer ------------ */
footer{
	background: #fff;
}
footer a,
footer p,
footer span {
  font-size: 14px;
  line-height: 28px;
  color: #808080;
  text-decoration: none;
}
footer .container {
  padding-top: 47px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .container img {
  max-width: 169px;
  margin-bottom: 32px;
}
footer .footer-links {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  text-align: center;
  padding: 15px;
  border-top: 1px solid #dfdfdf;
}

.mobile-order-now {
  display: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -3px 8px 0px #bbbbbb;
          box-shadow: 0px -3px 8px 0px #bbbbbb;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 7px 10px;
}
.mobile-order-now .btn-box {
  margin: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hidden {
  display: none !important;
}
.mobile-btn-container {
  padding: 20px 0;
}
/* ------------------- Typography ------------------- */
header {
  height: 75px;
  padding: 4px 20px;
  -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);
  z-index: 1000;
  position: sticky;
  top: -60px;
  background-color: white;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header.scrolled {
  width: 100%;
  -webkit-animation: 0.3s headerScrolled forwards;
          animation: 0.3s headerScrolled forwards;
  top: 0;
}

.header-inner {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.header-inner .logo {
  max-height: 55px;
  max-width: 250px;
}
.header-inner nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header-inner nav a {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.hamburger {
  cursor: pointer;
  z-index: 16;
  display: none;
}
.hamburger button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  outline: none;
  -webkit-appearance: none;
  background: none;
  padding: 0;
  cursor: pointer;
  border: none;
}
.hamburger button .bar1,
.hamburger button .bar2,
.hamburger button .bar3 {
  width: 25px;
  height: 3px;
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 2px 2px 2px 2px;
}
.hamburger button.menu-open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
          transform: rotate(-45deg) translate(-5px, 5px);
  background: #000;
}
.hamburger button.menu-open .bar2 {
  opacity: 0;
}
.hamburger button.menu-open .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
          transform: rotate(45deg) translate(-5px, -5px);
  background: #000;
}
/* ------------------- media query ------------------- */
@media screen and (max-width: 1500px){
	
}
@media only screen and (max-width: 1301px){
	.container-full {
	  padding: 40px 0 40px !important;
	}
	.container,
	.hero-inner {
	  width: 750px;
	}
	.logos img {
	  height: 25px;
	}
	.hero-inner{
		grid-template-columns: 1fr 1fr;
	}
	.overview {
	  grid-template-columns: auto auto;
	  gap: 0;
	}
	.overview .overview-img {
	  padding-right: 48px;
	  width: 370px;
	}
	.overview .overview-img .overview-front {
	  top: 15px;
	  right: 80px;
	  width: 70%;
	  left: 40%;
	}
	.overview .overview-p {
	    padding: 0;
	  }
	.title {
	    margin-bottom: 20px;
	  }
	.title h2 {
	    font-size: 34px;
	    line-height: 40px;
	    margin-top: 15px;
	}
	.btn {
	    font-size: 18px;
	  }
	  .highlight .container{
	  	width: 985px;
	  }
	.s6compbox .s6col1{
		padding: 15px 0;
		width: 50%;
	}
	.s6compbox .s6col1 ul li{
		height: 60px;
		font-size: 16px;
		line-height: 62px;
		font-weight: 500;
		padding: 0 0 0 50px;
		background-position: 20px 20px;
		-webkit-box-align: normal;
		    -ms-flex-align: normal;
		        align-items: normal;
	}
	.s6col2{
		width: 18%;
		margin: -95px 15px -25px 0;
	}
	.s6col2 .s6col2Top{
		height: 105px;
	}
	.s6col2 .s6col2Top .s6col2Prod{
		margin: -65px auto 10px;
		width: 80px;
	}
	.s6col2 .s6col2Top p{
		font-size:18px;
	}
	.s6col2 ul li{
		height: 60px;
	}
	.s6col2 img{
		width: 24px;
	}
	.moneyback {
	  gap: 65px;
	}
	.moneyback .moneyback-img {
	  max-width: 250px;
	}
	.moneyback .moneyback-text .moneyback-title {
	  font-size: 34px;
	  line-height: 40px;
	  margin-top: 15px;
	}
}
@media only screen and (max-width: 1100px){
	
}
@media only screen and (max-width: 1024px){
	nav {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  position: fixed;
	  top: 100px;
	  left: 0;
	  width: 100%;
	  height: 0;
	  overflow: hidden;
	  background-color: white;
	  -webkit-transition: 0.3s;
	  transition: 0.3s;
	  -webkit-box-orient: vertical !important;
	  -webkit-box-direction: normal !important;
	      -ms-flex-direction: column !important;
	          flex-direction: column !important;
	  padding: 0;
	  z-index: 999;
	}
	nav span {
	  display: none;
	}
	nav a {
	  width: 100%;
	  padding: 12px 20px;
	  font-size: 15px;
	  color: #000;
	  font-weight: 500;
	  border-bottom: 1px solid #dddddd;
	}
	nav.menu-open {
	  height: 100dvh;
	}
	nav .menu-top {
	  top: 75px;
	}
	.hamburger {
	  display: block;
	}
	.order-now {
	  display: none;
	}
	.container,
	.hero-inner {
	  width: 750px;
	}
	.hero-inner{
		grid-template-columns: 1fr;
		max-width: 500px;
		width: 100%;
		padding: 0px 15px;
	}
	h1{
		font-size: 40px;
		line-height: 45px;
		font-weight: 700;
		text-align: center;
	}
	.hero-text{
		font-size: 16px;
		line-height: 24px;
		text-align: center;
		
	}
	.hero-mobile{
		display: block;
	}
	.hero-mobile{
		width: 80%;
		height: auto;
		max-width: 500px;
		margin: 0 auto;
	}
	.hero-right{
		display: none;
	}
	.overview {
	  grid-template-columns: 1fr;
	  gap: 0;
	  width: calc(100% - 330px);
	}
	.overview .overview-img {
	    display: none;
	  }
	.overview .overview-img.hidden-desktop {
	  display: block !important;
	  width: 100%;
	  padding: 0;
	}
	.overview .overview-img .overview-front {
	    top: 4%;
	    right: 80px;
	    width: 78%;
	    left: 51%;
	  }
	#features .title h2 {
	  font-size: 24px;
	}
	.features {
	  grid-template-columns: 1fr;
	}
	.features .features-col {
	  max-width: 600px;
	  margin: 0 auto;
	}
	.features .feature-item {
	  grid-template-columns: 1fr;
	  justify-items: center;
	  text-align: center;
	  gap: 0;
	}
	.features .feature-item h3 {
	  font-size: 20px;
	}
	.features .feature-item p {
	  font-size: 16px;
	}
	.features .feature-center {
	  display: none;
	}
	.feature-center.hidden-desktop{
		display: block;
		width: 80%;
		max-width: 320px;
		margin: 0 auto;
	}
	.grid-2{
		  display: flex;
		  flex-direction: column;
		  max-width: 560px;
		  margin: 0 auto;
		  gap: 20px;
		  margin-bottom: 36px;
		  align-items: start;
	  }
	  .grid-2-text{
		  display: flex;
		  flex-direction: column;
		  gap: 15px;
		  
	  }
	  .grid-2-text h4{
	  		  font-size:22px !important;
	  		  line-height: 26px !important;
	  }
	  .grid-2-text p{
		  font-size: 18px;
		  line-height: 28px;
		  margin-top: 0;
		  max-width: 500px;
	  }
	  .text{
		  font-size: 18px;
		  line-height: 27px;
		  margin-top: 10px;
	  }
	  .card-inner{
		  width: 48%;
	  }
	  .card-img{
		  height: 300px;
	  }
	  .highlight.container{
	  	width: 750px;
	  }
	  .moneyback {
	    gap: 45px;
	  }
	  .reviews {
	      grid-template-columns: 1fr 1fr;
	      max-width: 700px;
	  }
	  
}
@media only screen and (max-width: 915px){
	
}
@media screen and (max-width: 790px){
	
}
@media only screen and (min-width: 768px) {
  .mobile-btn {
    position: relative !important;
  }
}
@media only screen and (max-width: 767px){
	.container-full {
	  padding: 25px 0 20px !important;
	}
	.container,
	.features {
	  width: 100%;
	  padding: 0 15px;
	}
	.container,
	.hero-inner {
	  max-width: 600px;
	}
	.btn-box {
	  display: none;
	}
	.hero-inner .hero-left{
		align-items: center;
		text-align: center;
	}
	h1{
		font-size: 28px;
		line-height: 37px;
		font-weight: 700;
	}
	.hero-social-text > span:first-child{
		display: none;
	}
	.hero-social{
		justify-content: space-evenly;
		margin: 20px auto 0;
		gap:0;
		width: 100%;
		max-width: 350px;
		padding: 8px;
	}
	.hero-list{
		margin-top: 5px;
		vertical-align: top;
		width: 90%;
		display:inline-block;
		float: none;
	}
	.Guarantee{
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 10px 16px;
		justify-content: center;
        align-items: center;
		gap:24px;
		width: 100%;
	}
	.Guarantee-item img{
		max-width: 32px;
		height: auto;
	}
	.Guarantee-item{
		font-size: 14px;
		line-height: 16px;
		max-width: 150px;
	}
	.title {
	  padding: 0 30px;
	}
	.title h2 {
	  font-size: 26px;
	  line-height: 32px;
	  margin-top: 5px;
	}
	.overview {
	  grid-template-columns: 1fr;
	  gap: 0;
	  width: 100%;
	}
	.overview .overview-img {
	  display: none;
	}
	.overview .overview-img.hidden-desktop {
	  display: block !important;
	  width: 100%;
	  padding: 0;
	}
	.overview .overview-img.hidden-desktop .overview-front {
	  width: 80%;
	}
	.overview .overview-p {
	  font-size: 15px;
	  line-height: 22px;
	  margin-top: 10px;
	}
	.overview .title {
	  padding: 0;
	}
	.card-inner{
		margin: 0 0 30px 0;
	}
	.card-title{
		font-size: 20px;
	}
	.card-text{
		font-size: 16px;
	}
	.card-inner{
		width: 100%;
	}
	.s6compbox{
		border-radius: 10px;
		margin-top: 160px;
	}
	.s6compbox .s6col1{
		width: 46%;
		padding: 10px 0;
	}
	.s6compbox .s6col1 ul li{
		font-size: 14px;
		line-height: 18px;
		padding: 13px 0 13px 30px;
		background-position: 10px 14px;
		background-size: 14px;
	}
	.s6col2{
		width: 24%;
		margin: -95px 3% -25px 0;
	}
	.s6col2 .s6col2Top{
		height: 100px;
	}
	.s6col2 .s6col2Top .s6col2Prod{
		margin: -45px auto 10px;
		width: 70px;
	}
	.s6col2 .s6col2Top p{
		font-size: 13px;
	}
	.s6col2 ul li{
		height: 60px;
	}
	.s6col2 ul li img{
		width: 24px;
	}
	.hide-mob {
	  display: none;
	}
	.moneyback {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	      -ms-flex-direction: column;
	          flex-direction: column;
	  -webkit-box-align: center;
	      -ms-flex-align: center;
	          align-items: center;
	  -webkit-box-pack: center;
	      -ms-flex-pack: center;
	          justify-content: center;
	  gap: 10px;
	  text-align: center;
	}
	.moneyback .moneyback-img {
	  max-width: 160px;
	  height: auto;
	}
	.moneyback .moneyback-text .moneyback-title {
	  font-size: 26px;
	  line-height: 32px;
	  margin-top: 5px;
	}
	.moneyback .moneyback-text .moneyback-p {
	  font-size: 15px;
	  line-height: 22px;
	  margin-top: 10px;
	}
	.btn-box {
	  display: none;
	}
	.reviews {
	  grid-template-columns: 1fr;
	  max-width: 342px;
	  margin-bottom: 0;
	}
	#reviews {
	  padding-bottom: 0;
	}
	.accordion-container {
	  margin-bottom: 15px;
	}
	.accordion {
	  padding: 18px;
	  font-size: 12px;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
	  gap: 10px;
	}
	.accordion img {
	  -webkit-transition: 0.3s;
	  transition: 0.3s;
	}
	.panel p {
	  font-size: 12px;
	  padding: 24px;
	}
	.mobile-btn-container {
	    min-height: 118px;
	  }
	  .mobile-btn {
	    position: relative;
	    background-color: white;
	    padding: 20px 10px;
	    bottom: 0;
	    width: 100%;
	    z-index: 20;
	  }
	  .mobile-btn .btn-box {
	    display: block !important;
	    margin: 0 auto;
	  }
	  .mobile-btn .btn-box .btn {
	    width: 80%;
	    margin: 0 auto;
	  }
	
}
@media screen and (max-width: 500px){
	
}
@media only screen and (max-width: 430px){
	
}
