*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem !important;
  font-weight: 300;
}
a {
  text-decoration: none !important;
  color: #000 !important;
}
.header {
  display: flex;
  padding: 4rem 0;
  justify-content: center;
}
#img2{
  margin-left: 30px;
  width: 100%;
}
#Welcomeh1 {
  font-size: 2rem;
}
#Welcomeh2 {
  font-size: 3.6rem;
}

.section--hero {
  background-color: #efefef;
}
.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

section {
  padding: 4rem 14rem;
}
.rght--cnt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 50px;
}
.rght--cnt img {
  width:100%;
}
#MainHeading {
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
#ButtonHeading {
  font-size: 2.8rem;
  color: #fff !important;
  white-space: nowrap;
  border-radius: 2rem;
  border: 2px solid #000;
  padding: 1.8rem 2rem;
  background: #fa1a08;
}
#Thought {
  font-size: 2.6rem;
}
#ThoughtBy {
  font-size: 1.8rem;
  padding-left: 4rem;
}

.features--wrapper {
  margin: 8rem 0 2rem 0;
}
.grid{
    display: grid;
    grid-template-columns: 5fr 2fr;
    grid-template-rows: 1fr;
    gap: 1rem;
}
.lft {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.feature--card {
  background-color: #f4f7fa;
  padding: 2.6rem;
}
.feature--card p {
  font-size: 1.7rem;
  font-weight: 500;
}
.feature--card h3 {
  margin-bottom: 1rem;
  font-weight: 700;
}
.mt-3 {
  margin-top: 3rem !important;
}
.rght {
  flex: 1.2 !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-color: #9fd8dd;
  padding: 10px;
}

#BigBox5Heading {
  font-size: 2.8rem;
  align-self: flex-start;
  padding-left: 1rem;
  font-weight: 600;
}
#Box5Content {
  padding-left: 1rem;
  font-weight: 500;
  text-align: left;
  width: 100%;
}
#Box5ButtonText {
  background-color: #fff;
  padding: 1.2rem 3rem;
  margin-left: 2rem;
  border-radius: 3rem;
}
.rght p {
  width: 80%;
  font-size: 1.8rem;
  font-weight: 400;
}
.flex > * {
  flex: 1;
}
.section--faq {
  background: #e5e5e5;
}
.faq--heading {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 8rem;
}
.accordion-item button,
.accordion-item h2 {
  font-size: 1.8rem;
}
.accordion-item {
  padding: 1rem;
}
.accordion-body {
  padding: 1rem;
  font-weight: 500;
}
.lft-cnrt {
  flex: 2;
}
.g-2 {
  gap: 4rem;
}
#GuaranteeHeading {
  color: rgb(201, 3, 3);
  width: 90%;
  line-height: 1;
  font-size: 5rem !important;
}
#GuaranteeDiscription {
  font-size: 2.2rem;
  line-height: 1.6;
  padding-top: 2rem;
}
#BenifitsHeading {
  text-align: center;
  font-size: 2rem;
}
.bene--card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 1rem;
}
.bene--card h5 {
  font-size: 3.4rem;
  padding-bottom: 4rem;
  text-align: center;
}
.bene--card p {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
}
.bene--card:first-of-type {
  background-color: #f9e79b;
}
.bene--card:last-of-type {
  background-color: #f9e79b;
}
.carousel-inner img {
  width: 10rem;
  object-fit: cover;
  height: 10rem;
  border-radius: 50%;
}
.section--reviews {
  background-color: lightblue;
  padding: 8rem 0;
}
.carousel-item {
}
.carousel--card {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 4rem;
}
.carousel--card h5 {
  font-weight: 500;
  font-size: 2.2rem;
  width: 60%;
  line-height: 1.6;
  text-align: center;
  padding: 1rem 0;
}
.carousel--heaidng {
  font-size: 4rem;
  padding-bottom: 1rem;
  text-align: center;
}
.carousel-control-prev-icon {
  height: 8rem !important;
  width: 8rem !important;
}
.carousel-control-next-icon {
  height: 8rem !important;
  width: 8rem !important;
}
.last--lft {
  text-align: right;
  position: relative;
  flex: 0 0 40%;
  min-width: 45%;
}
#UperSmallHeading {
  text-align: right;
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 3rem;
}
#PercentOff {
  font-weight: 700;
  line-height: 117px;
  font-size: 161px!important;
}
#SubHeadingOff {
  font-size: 48px;
  padding-left: 0%;
  margin-bottom: 3rem;
  font-weight: 600;
}
.rght--lft {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

#OffDiscription {
  margin: 40px auto 0;
  text-align: center;
  font-size: 2.4rem;
}
.ylow-circ {
  width: 22rem;
  position: absolute;
  height: 22rem;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #f1c50d;
}
.footer {
  background-color: #333333;
  color: #fff;
  padding: 4rem 12rem;
}
.foot--links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.302);
  margin-bottom: 2rem;
}
.foot--links ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 3rem;
  flex-wrap: wrap;
}
.foot--links ul li a {
  font-weight: 300;
  color: #fff !important;
}
#FooterData {
  font-size: 1.5rem;
  padding: 1rem 0;
  font-weight: 300;
  text-align: center;
}
.section--last {
  margin: 4rem 0;
}
#FinalButtonHeading {
  background-color: #f1c50d;
  padding: 1rem;
  color: #fff !important;
  font-size: 3rem;
  border-radius: 1rem;
  margin-top: 2rem;
  text-align: center;
  display: block;
  border: 2px solid #000;
}
@media (max-width: 1300px) {
  
  .lft{
    flex: 0 0 74%!important;
  }
}
@media (max-width: 1200px) {
  #MainHeading{
    font-size: 35px;
  }
}
@media (max-width: 1104px) {
  .rght{
    margin-bottom: 10px!important;
  }
  .last--lft{
    margin-top: 38px;
  }
  .ylow-circ{
    left: 20%;
  }
}
@media (max-width: 69em) {
  .grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .flex-rev {
    flex-direction: column-reverse;
    text-align: center;
  }
  .last--lft {
    width: 70%;
  }
  .rght--cnt {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #img2,
  #img1 {
    width: 44rem;
  }
  .rght {
    min-height: 100%;
    width: 100%;
    grid-row: 1;
    margin-bottom: 4rem;
  }
  .lft {
    justify-content: center;
  }
}
@media (max-width: 53.75em) {
  section {
    padding: 4rem 8rem;
  }
  #img2,
  #img1 {
    width: 80%;
    height: auto;
    /* transform: translateX(-4rem); */
  }
  h1,
  h2 {
    font-size: 3rem !important;
  }
  .ylow-circ{
    left: 0;
  }
  .last--lft {
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #SubHeadingOff {
    font-size: 5rem;
    padding-left: 0%;
    font-weight: 600;
  }
  #UperSmallHeading {
    text-align: center;
    padding-bottom: 2rem;
  }
}
@media (max-width: 41em) {
  .lft{
    grid-template-columns: 1fr;
  }
  .rght--cnt, .rght--lft {
    padding: 20px;
  }
  .ylow-circ{
    width: 16rem;
    height: 16rem;
  }
  #UperSmallHeading{
    padding-bottom: 0;
  }
  #PercentOff {
    line-height: 98px;
    font-size: 104px!important;
}
#OffDiscription {
  font-size: 1.5rem;
}
  a {
    font-size: 1.6rem !important;
  }
  #img3 {
    width: auto;
    height: 24rem;
  }
  .footer {
    background-color: #333333;
    color: #fff;
    padding: 4rem 4rem;
  }
}
@media (max-width: 33em) {
  section {
    padding: 4rem 3rem;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col > * {
    width: 100%;
  }
  .feature--card {
    background-color: #f4f7fa;
    width: 100%;
    padding: 2.6rem;
  }
  .carousel--card h5 {
    font-size: 1.5rem !important;
  }
  #FooterData {
    font-size: 1.1rem;
  }
  #MainHeading {
    font-size: 2.4rem !important;
  }
  #ButtonHeading {
    font-size: 1.1rem !important;
  }
  #Welcomeh2 {
    font-size: 2rem;
  }
}
@media (max-width:767px) {
  .feature--card{
    flex: 0 0 47%;
  }
  #OffDiscription{
    margin: 0 auto;
  }
}
@media (max-width:576px) {
  .feature--card{
    flex: 0 0 100%;
  }
  .rght{
    width: 100%;
    padding: 13px;
  }
  .rght p{
    width: 100%;
  }
  #Box5Content,#BigBox5Heading{
    padding-left: 0;
    text-align: center;
  }
  #Box5ButtonText{
    margin: 0 auto;
  }
  #GuaranteeHeading{
    font-size: 38px !important;
  }
  #MainHeading {
    font-size: 20px !important;
}
}
@media (min-width:1820px) {
  .ylow-circ {
    left: 19%;
  }
}