:root {
  --orange: #ff8812;
  --darkblack: #221e1e;
  --grey: #525252;
  --white: #ffffff;
  --family1: "Barlow", sans-serif;
  --family2: "Helvetica Neue", sans-serif;
  --poppins: "Poppins", sans-serif;
}

.orange {
  color: var(--orange);
}

.grey {
  color: var(--grey);
}

.white {
  color: var(--white);
}

.darkblack {
  color: var(--darkblack);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--poppins);
}

section {
  padding: 40px 0px;
}

.sec-1 {
  background: url(images/topbg1.png) no-repeat;
  background-size: cover;
  position: relative;
}

.topcorner {
  position: absolute;
  top: 0;
  left: 0;
}

.topcorner img {
  max-width: 100px;
}

.banner img {
  width: 100%;
  max-width: 620px;
}

.logo img {
  max-width: 200px;
}

.bantext h1 {
  font-weight: 400;
  font-size: calc(35px + 0.7vw);
  margin-top: 23%;
}

div#contform {
  background-color: #ff8812;
  padding: 40px 20px;
  border-radius: 25px;
  box-shadow: 0px 0px 16px 0px #bfbdbd;
}

.contactfrm h3 {
  font-family: var(--family1);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
  margin-bottom: 25px;
  font-size: calc(18px + 0.5vw);
}

.bantext p {
  font-size: 23px;
  color: var(--grey);
}

.counter-value {
  font-weight: 700;
  font-size: 23px;
  color: var(--grey);
  margin-top: 10px;
}

.button button {
  background-color: #ffffff;
  color: var(--grey);
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 22px;
  padding: 5px 20px;
  box-shadow: 0px 0px 10px #6d6d6d;
  border-radius: 5px;
  margin-top: 15px;
}

.count.text-center {
  font-size: 20px;
  color: var(--grey);
}

div#counter {
  margin-bottom: 7%;
}

.sec-3 {
  background-color: #f4f4f4;
  padding-bottom: 0;
}
section.sec-9 {
  background-color: #f7f7f7;
}
.sec-3 img {
  width: 100%;
  max-width: 600px;
  margin-top: -23%;
  filter: drop-shadow(2px 0px 6px rgba(86, 86, 86, 0.7));
}
.sec-3-2 img {
  width: 100%;
  max-width: 450px;
}
.cards {
  height: 100%;
  background-color: #fafafa;
  padding: 48px 14px;
  box-shadow: 0px 0px 8px 0px #cccccc;
}

.sec-3-2 img {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  display: block;
}

.sec32row {
  align-items: flex-end;
  margin-top: -14%;
}

.sec-4 {
  background-color: #ff8812;
}

.sec-4 p {
  color: #ffffff;
  font-size: 18px;
}

.sec-4 img {
  width: 100%;
  max-width: 450px;
}

.registrbtn a {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff8812;
  font-size: 18px;
  border-radius: 5px;
  padding: 5px 15px;
  margin-top: 20px;
  display: inline-block;
}

.consultbtn a {
  text-decoration: none;
  background-color: #ff8812;
  color: #ffffff;
  font-size: 18px;
  border-radius: 5px;
  padding: 5px 15px;
  margin-top: 10px;
  display: inline-block;
}

.sec-6 img {
  width: 90%;

  display: block;
  margin: 0 auto;
}

.sec-7 {
  background-color: #f4f4f4;

}

.ribbon {
  position: relative;
  /* background: url(./images/ribbinbg.png)no-repeat;
    background-size: contain;
    background-position: top center; */
}

/* .ribbon::after{
      content: url(./images/ribbon.png);
      position: absolute;
      top: 0;
      left: 0;
      width: 500px;
  } */
  .ribbonimg img {
    width: 100%;
    margin-top: -279px;
}
.sec-8 img {
  width: 100%;
  max-width: 275px;
  margin: 0 auto;
  display: block;
}

.capsule img {
  max-width: 520px;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}

.heartbeat img {
  display: inline-block;
  margin-bottom: 15px;
}

.sec-10 {

  padding: 50px 0px;
  background: url(images/leave-bg.png)no-repeat;
  background-size: 100%;
  background-position: center top;
  background-color: #E7E6E7;
}

.dietcharts {
  align-items: flex-end;
}

.dietcharts img {
  display: inline-block;
  padding-right: 20px;
  border-right: 1px dashed #282828;
}

.dietcharts p {
  margin-bottom: 0px;
  padding-left: 20px;
}

.company-logo-swiper {
  max-width: 750px;
}
.slider-card {
  position: relative;
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 10px;
}

.bottomform {
  background-color: #ff8812;
  padding: 50px;
  border-radius: 8px;
}

.bottomform form.myForm {
  max-width: 812px;
  margin: 0 auto;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
}

.faq h2 {
  font-weight: 700;
  text-transform: capitalize;

  margin: 20px 0px 30px 0px;
}

.accordion-body p,
.accordion-body ol li {
  font-weight: 400;
  font-size: 16px;
  color: var(--grey);
}

.accordion-button {
  color: var(--grey) !important;
  font-weight: 500;
  font-size: 20px;
}

.input-group-prepend span {
  background-color: #ffffff;
  padding: 10px 13px;
  border-right: 0px;
}

.form-control {
  border-left: 0px;
}

.accordion-item {
  background-color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #494949;
  background-color: #f5f4f4;
}

.accordion-item {
  margin-bottom: 15px;
}

.accordion-button {
  color: #494949;
  background-color: #f5f4f4;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;

  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.mview {
  display: none;
}

@media screen and (min-width: 1399px) {
  .ribbonimg img {
    width: 100%;
    margin-top: -220px;
}
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 768px) {
  .topcorner img {
    max-width: 33px;
  }

  .sec-3 img {
    margin-top: 0;
  }

  .sec32row {
    margin-top: 0;
  }

  .sec-6 img {
    width: 100%;
    display: block;
    margin: 20px 0 0 0;
  }

  .ribbonimg img {
    margin: 0;
  }

  .exclusive {
    width: 100%;
  }
}