body {
  font-family: "Open Sans", sans-serif;
  background-size: cover;
  font-size: 18px;
  color: #000;
  overflow-x: hidden;
  /*font-family: "Inter", sans-serif;*/
}
*{
    touch-action: manipulation;
}


body,
html {
  max-width: 100%;
}
html{
    
  overflow-x: hidden;
}
*:hover,
*:focus {
  outline: none!important;
  text-decoration: none!important;
  /* border: none!important;
  box-shadow: none!important; */
}

.btn:focus,
.form-control:focus {
  box-shadow: none;
}
.row {
    display: -webkit-flex;
}
img {
  max-width: 100%;
}

* {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

a:hover {
  color: #1477bd !important;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1{
  font-weight: bold;
}

section {
  position: relative;
}


.row:before,
.row:after {
  width: 0px;
  height: 0px;
  content: "";
}
.align-items-center {
    -webkit-align-items: center;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.justify-content-between {
    -webkit-justify-content: space-between;
}


#hero-container{
  background: url(../images/hero-bg2.png?v=1.5) no-repeat no-repeat;
  background-size: cover;
  padding-top: 20px;
}

.custon-btn{
  background-color: #FFB000;
  border-radius: 9px;
  font-size: 22px;
  color: #000000;
  text-decoration: none;
  padding: 15px 30px;
  font-weight: bold;
}
.top-bar .container{
  display: flex
  ;
      align-items: center;
      justify-content: space-between;
}
.custon-btn span img{
  position: relative;
  bottom: 2px;
  
}
.custon-btn:hover{
  color: #000 !important;
}

.pro-content h1{
  font-size: 45px;
  color: #fff;
  font-weight: 800;
  font-family: "Inter", sans-serif;
}

.pro-content h2{
  font-size: 27px;
  color: #FFB000;
  margin-top: 15px;
}
.pro-content ul li{
font-size: 19px;
color: #fff;
font-weight: bold;
margin-bottom: 8px;
list-style: none;
position: relative;
}
.pro-content ul {
  margin-top: 15px;
  margin-bottom: 30px;
}
.pro-content ul li:after{
  position: absolute;
  content: url(../images/hero-check.png?v=1.0);
  left: -30px;
  top:2px
}
.rvw-img-set{
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 15px 0px;
}

.hero-rvw h4{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}
.hero-rvw p{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.hero-rvw{
  color: #fff;
  max-width: 370px;
}
.hero-rvw p.hu-name{
  font-size: 12px;
  font-weight: bold;
}
.pro-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-img img{
  position: absolute;
  right: -200px;
  top: -120px;
}
.hero-content-wrapper{
  position: relative;
  margin-top: 60px;
}

 h2.sec-head{
  font-size: 45px;
  font-weight: 800;
  font-family: "Inter", sans-serif;
}
.gd-right h3{
 color: #4227E2;
 font-size: 30px;
 margin-right: 10px;
}
.gd-wrapper,.gd-left{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;

}
.gd-left,.gd-right{
  width: calc(50% - 20px);
}
.inset-type{
  width: 100%;
}
.inset-type{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 400px;
}
.inset-box{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 20px;
}
.inset-box img{
  width: 75px;
}
.inset-box h3{
  font-size: 16px;
  font-weight: 600;
}
.inset-item{
  position: absolute;
  left: 41%;
  top: 0px;
  transform: translateX(-50%);
  width: 230px;
}

#good-bye{
  padding: 0px;
}
.pom-left h2{
  
line-height: .8;
}
.pom-left h2 img{
  position: relative;
  top: 8px;
}
.om-right-box h3{
  font-size: 21px;
  font-weight: bold;
  margin:10px 0px;
}
.om-right-box p{
  color: #5A5A5A;
  font-size: 17px;
}

#peace-of-mind{
  background-color: #f9f3e4;
  padding: 30vh 0px ;
}
#peace-of-mind .top-bg2{
  position: absolute;
  top: -3px;
  width: 100%;
  transform: rotatey(180deg);
}
#peace-of-mind .btm-bg2{
  position: absolute;
  bottom: -3px;
  width: 100%;
  transform: rotatey(180deg);
}
.pom-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.pom-left ,.pom-right{
  width: calc(50% - 20px);
}
.pom-right{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.om-right-box{
  width: calc(50% - 20px);
  margin-bottom: 20px;
}
.step-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.step-content{
  width: calc(33% - 15px);
  text-align: center;
  max-width: 410px;
}
.step-content h4{
font-size: 22px;
font-weight: bold;
margin-bottom: 10px;
}
.step-content p{
  color: #5A5A5A;
  font-size: 16px;
  
}
.step-content img{
  height: 360px;
  object-fit: contain;
  width: 280px;
}

#step-box{
  padding: 0px;
}
.dashed-line{
  position: absolute;
  width: auto;
  top: 24%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.text-bg{
  background-color: #fff;
}

#power-sec{
  background: url(../images/pro-sec.png?v=1.0) no-repeat no-repeat;
  background-size: cover;
  padding: 25vh 0px;
}
#power-sec .top-bg2{
  position: absolute;
  top: -3px;
  width: 100%;
}
#power-sec .btm-bg2{
  position: absolute;
  bottom: -3px;
  width: 100%;
}
.power-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

.prw-left,.prw-right{
  width: calc(50% - 20px);
}

.prw-text{
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  padding-left: 60px;
  min-height: 100px;
}
.prw-text h4{
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.prw-text p{
  margin-bottom: 0px;
}
.prw-text:after{
  position: absolute;
  content: "";
  background-color: #211156;
  width: 18px;
  height: 18px;
  border: 4px solid #FFB000;
  top:5px;
  left: 0px;
  border-radius: 50%;
}
.prw-text:before{
  position: absolute;
    content: "............";
    top: 52px;
    left: -30px;
    font-size: 30px;
    transform: rotate(90deg);
}

.prw-right .prw-text:last-child:before{

  display: none;

}

.prw-left img{
  display: table;
  margin-left: auto;
  margin-right: 50px;
}
.etu-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.etu-box{
  width: calc(33% - 20px);
  max-width: 385px;
  margin-bottom: 40px;
}

.etu-box h4{
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0px 10px;
}
.etu-box p{
  color: #5A5A5A;
  text-align: center;
  margin-bottom: 0px;
}
#etu-sec h2{
  margin-bottom: 50px;
}
#etu-sec{
  padding-bottom: 0px;
}

#reviewSec{
  background-color: #F9F3E4;
  padding: 30vh 0px 60px;
}

.gd-right h3 img{
  width: 200px;
}

#power-sec h2 img{
  max-width: 370px;
}

.rvw-box p{
  color: #5A5A5A;
  font-size: 16px;
  margin-top: 10px;
}
.rvw-name h5{
  font-size: 17px;
  font-weight: 600;
}
.rvw-name h6{
  font-size: 17px;
  font-weight: 600;
  color: #6EB620;
  margin-top: 5px;
}

.rvw-user-img{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.rvw-name-pro{
  width: 75px;
}
.rvw-name{
  width: calc(100% - 95px);
}

.rvw-box{
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  margin-bottom: 30px;
  padding-bottom: 0px;
}

#reviewSec .top-bg2 {
  position: absolute;
  top: -3px;
  width: 100%;
  transform: rotatey(180deg);
}

#reviewSec .owl-carousel .owl-item img {
  display: initial;
  width: auto;
}

.rvw-name h6 img{
  position: relative;
  bottom: 1px;
}

#reviewSec h2{
  margin-bottom: 40px;
}

#reviewSec .owl-dots{
  display: none !important;
}

#reviewSec .owl-nav{
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.owl-continer{
  position: relative;
}

#reviewSec .owl-nav .owl-prev{
  left: -80px;
  position: absolute;
  width: 50px;
}

#reviewSec .owl-nav .owl-next{
  right: -80px;
  position: absolute;
  width: 50px;
}

#reviewSec .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}

#gdBye{
  background: url(../images/gdBye.png?v=1.0) no-repeat no-repeat;
  background-size: cover;
  padding: 70px 0px;
}

#gdBye h2{
  font-size: 51px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
#gdBye h5{
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}

#gdBye h3{
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}
#gdBye h3 span{
  color: #FFB000;
}

.info-text h6{
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px;
}
.gdByeText{
  max-width: 620px;
}
.info-text h6 img{
  position: relative;
  bottom: 2px;
}

.gd-pro{
  position: absolute;
bottom: 30px;
  right: -150px;
}

.faq-qsn{
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-right: 50px;
  cursor: pointer;
}
.faq-qsn:after{
  position: absolute;
  content: url(../images/accordian-plus.png);
  right: 0px;
  top: 0px;
  
}
.faq-qsn.active:after{
  content: url(../images/accordian-minus.png);
}
.faq-ans{
  color: #5A5A5A;
  font-size: 16px;
 
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.faq-ans-inner{
  padding: 10px 70px 0px 0px;
}
#faq-container{
  padding: 100px 0px 100px;
}
#faq-container h2{
  margin-bottom: 50px;
}

#faq-container .container{
  max-width: 900px;
}
.top-bar{
  position: relative;
  z-index: 2;
}

.faqBox{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 29px 0px;
  background-color: #fff;
  border-radius: 10px;
  padding:25px;
  margin-bottom: 20px;
}

.mback-wrapper{
  background-color: #211156;
  padding: 40px 70px;
  border-radius: 28px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.mback-img{
  width: 236px;
}
.mback-text{
  width: calc(100% - 286px);
}

.mback-text h2{
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
}
.mback-text p{
  color: #BBB5CF;
  font-size: 19px;
  font-family: "Inter", sans-serif;
  margin-bottom: 0px;
  line-height: 1.8;
}
.mback-text p a{
  color: #fff;
  text-decoration: none;
}
.mback-text p a:hover{
  color: #ffb000 !important;
}

footer{
  background-color: #F9F3E4;
  padding: 12px 0px 50px;
}
.ftr-link{
  text-align: center;
}
.ftr-link a{
  color: #000;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.ctext{
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

#money-back:after{
  position: absolute;
  content: "";
  background-color: #f9f3e4;
  width: 100%;
  height: 100px;
  bottom: 0px;
  z-index: -1;
}


.custon-btn span img{

 
    -webkit-transform: translateZ(0);
    transform: translateZ(0);



  
}

.custon-btn:hover span img{
  -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.owl-carousel .owl-stage { display: flex; }
.rvw-box { height: 100%; }

.mob-hero-img{
        max-width: 350px;
    object-fit: contain;
    margin: 0 auto;
}