@font-face {
  font-family: 'Helvetica Now Display Light';
  src: local("Helvetica Now Display Light"), local("Helvetica-Now-Display-Light"), url("../fonts/HelveticaNowDisplay-Light.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Light.woff") format("woff"), url("../fonts/HelveticaNowDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display Regular';
  src: local("Helvetica Now Display Regular"), local("Helvetica-Now-Display-Regular"), url("../fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Regular.woff") format("woff"), url("../fonts/HelveticaNowDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display Medium';
  src: local("Helvetica Now Display Medium"), local("Helvetica-Now-Display-Medium"), url("../fonts/HelveticaNowDisplay-Medium.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Medium.woff") format("woff"), url("../fonts/HelveticaNowDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display Bold';
  src: local("Helvetica Now Display Bold"), local("Helvetica-Now-Display-Bold"), url("../fonts/HelveticaNowDisplay-Bold.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Bold.woff") format("woff"), url("../fonts/HelveticaNowDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/* =====[Start: Global rules]===== */
* {
  box-sizing: border-box;
  /* font-family: "Helvetica Now Display Regular"; */
  font-family: "Urbanist";
}

body {
  padding-top: 114px;
  padding-top: 80px; 
  background:#FCF9F9;
}
  @media (max-width: 820px) {
    body {
      padding-top: 75px; } }

a {
  text-decoration: none !important; }

@media (min-width: 1400px) {
  .container {
    /* max-width: 1074px; */
  } 
}

/* width */
::-webkit-scrollbar {
  width: 7px; }

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e0e0e0; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7A74D1; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(122, 116, 209, 0.8); }

/* =====[End: Global rules]===== */
.main-btn {
  background-color: #EA435D;
  font-size: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
  /*text-transform: capitalize;*/
  border-radius: 6px;
  padding: 17px 40px;
  padding: 10px 30px; }
  .main-btn:hover {
    color: #FFF; }
  @media (max-width: 820px) {
    .main-btn {
      font-size: 20px;
      padding: 12px 30px; } }

.navbar {
  /* height: 114px; */
  background-color: #FFF;
  box-shadow: 0 0 4px -2px #000; }
  @media (max-width: 820px) {
    .navbar {
      height: 75px; } }
  .navbar .container {
    max-width: 1360px; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .navbar .container {
        max-width: 1140px; } }
  .navbar .navbar-brand {
    margin-right: 111px; }
    @media (min-width: 992px) and (max-width: 1025px) {
      .navbar .navbar-brand {
        margin-right: 75px; } }
    @media (max-width: 820px) {
      .navbar .navbar-brand {
        margin-right: 0; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .navbar .navbar-brand {
        margin-right: 40px; } }
    .navbar .navbar-brand img {
      width: 147px;
      height: 51px;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-width: 820px) {
        .navbar .navbar-brand img {
          width: 100px;
          height: 36px; } }
      /* @media (min-width: 1200px) and (max-width: 1400px) {
        .navbar .navbar-brand img {
          width: 125px; } } */
  @media (max-width: 820px) {
    .navbar-nav{
      margin-top:3rem;
    }
    .navbar .navbar-collapse {
      padding: 13px 15px 25px;
      background: #FFF;
      /* margin: 22px -8px; */
      box-shadow: 0px 0px 6px #DDD;
      display: block !important;
      height: calc(100vh - 75px) !important;
      /* max-width: 245px !important; */
      width: 245px;
      width: 100%;
      position: fixed;
      left: -100%;
      bottom: 0;
      top: 53px;
      top: 0;
      transition: all 0.2s ease-in-out; }
      .navbar .navbar-collapse.show {
        left: 0; } }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    /* font-family: Helvetica Now Display Regular; */
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    padding: 0; }
    @media (min-width: 992px) and (max-width: 1025px) {
      .navbar .navbar-nav .nav-item .nav-link {
        font-size: 12px; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px; } }
  @media (max-width: 820px) {
    .navbar .navbar-nav .nav-item {
      padding: 10px 0;
      border-bottom: 0.5px solid #CCC; }
      .navbar .navbar-nav .nav-item:last-child {
        border-bottom: none; } }
  .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
    margin-right: 26px;
    margin-right: 40px;
  }
    @media (max-width: 820px) {
      .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
        margin: 0; } }
  .navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item:hover .nav-link {
    position: relative; }
    .navbar .navbar-nav .nav-item.active .nav-link::before, .navbar .navbar-nav .nav-item:hover .nav-link::before {
      content: "";
      position: absolute;
      top: auto;
      right: 0;
      bottom: -15px;
      left: 0;
      height: 2px;
      background-color: #7A74D1;
      width: 100%; }
      @media (max-width: 820px) {
        .navbar .navbar-nav .nav-item.active .nav-link::before, .navbar .navbar-nav .nav-item:hover .nav-link::before {
          display: none; } }

@media (max-width: 820px) {
  .navbar-right-side {
    text-align: center;
    margin-top: 20px; } }

.navbar-right-side a {
  display: inline-block; }
  .navbar-right-side a.login-and-sign-up {
    font-size: 16px;
    font-family: Helvetica Now Display Medium;
    font-weight: 500;
    color: #000;
    margin-right: 19px; }
    @media (max-width: 820px) {
      .navbar-right-side a.login-and-sign-up {
        margin: 0; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .navbar-right-side a.login-and-sign-up {
        font-size: 14px; } }
  .navbar-right-side a.talk-to-expert {
    font-size: 20px;
    font-family: Helvetica Now Display Medium;
    font-weight: 500;
    color: #FFF;
    line-height: 43px;
    background-color: #7A74D1;
    width: 184px;
    height: 47px;
    border: double 2px transparent;
    border-radius: 10px;
    background-image: linear-gradient(#EA435D, #EA435D), radial-gradient(circle at top left, #FDFDFE, #EA435D);
    background-origin: border-box;
    background-clip: content-box, border-box; }
    @media (max-width: 820px) {
      .navbar-right-side a.talk-to-expert {
        font-size: 16px;
        width: 155px;
        height: 40px;
        line-height: 37px; } }
    @media (min-width: 992px) and (max-width: 1025px) {
      .navbar-right-side a.talk-to-expert {
        display: none; } }

.mobile-login-and-sign-up {
  font-size: 14px;
  font-family: Helvetica Now Display Medium;
  font-weight: 500;
  color: #000; }
  @media (max-width: 820px) {
    .mobile-login-and-sign-up {
      margin-left: auto;
      margin-right: 15px; } }

.animated-icon2 {
  width: 24px;
  height: 20px;
  position: relative;
  margin: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer; }

.animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out; }

.animated-icon2 span {
  background-color: #100040; }

.animated-icon2 span:nth-child(1) {
  top: 0; }

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 8px; }

.animated-icon2 span:nth-child(4) {
  top: 16px; }

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0;
  left: 50%; }

.animated-icon2.open span:nth-child(2) {
  transform: rotate(45deg); }

.animated-icon2.open span:nth-child(3) {
  transform: rotate(-45deg); }

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0;
  left: 50%; }

.navbar-toggler {
  border: none;
  padding: 0;
  margin-right: 14px;
  margin-top: -4px; }
  .navbar-toggler:focus {
    box-shadow: none;
    border: none; }

.shared-header {
  min-height: 444px;
  min-height: 320px;
  display: flex;
  align-items: center;
  padding: 50px 0; }
  @media (max-width: 820px) {
    .shared-header {
      min-height: 230px; } }
  .shared-header.purple-bg {
    background-color: #FBDBD7; }
  .shared-header.pink-bg {
    background-color: #EA435D; }
  .shared-header.light-pink-bg {
    background-color: #E087B7; }
  .shared-header__title {
    font-size: 64px;
    font-weight: 300;
    color: #100040;
    margin: 0;
    display: flex;
    align-items: center;
    letter-spacing: 4px;
  }
    @media (max-width: 820px) {
      .shared-header__title {
        font-size: 35px; } }
    .shared-header__title img {
      width: 94px;
      height: 94px;
      -o-object-fit: contain;
         object-fit: contain;
      margin-right: 24px; }
      @media (max-width: 820px) {
        .shared-header__title img {
          width: 65px;
          height: 65px;
          margin-right: 12px; } }

.discount-section {
  background-color: #7A74D1;
  background: linear-gradient(to bottom, #7A74D1,rgb(122 116 209 / 70%));
  padding: 79px 0 108px;
  padding: 50px 0 50px;
}
  @media (max-width: 820px) {
    .discount-section {
      padding: 50px 0 80px; } }
  /* .discount-section.in-brand-portfolio {
    margin-bottom: 200px; } */
    @media (max-width: 820px) {
      .discount-section.in-brand-portfolio {
        margin-bottom: 100px; } }
  /* .discount-section .container {
    max-width: 1161px; } */
  .discount-section__info {
    padding-right: 50px; }
    @media (max-width: 820px) {
      .discount-section__info {
        padding-right: 0;
        margin-bottom: 50px; } }
  .discount-section__title {
    font-size: 40px;
    font-size: 36px;
    font-family: Helvetica Now Display Regular;
    font-weight: 400;
    color: #FFF;
    line-height: 65px;
    line-height: 50px;
    margin-bottom: 10px;
  }
    @media (max-width: 820px) {
      .discount-section__title {
        font-size: 28px;
        line-height: 38px; }
    }
        
  .discount-section__desc {
    font-size: 20px;
    font-family: Helvetica Now Display Regular;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 40px; }
    @media (max-width: 820px) {
      .discount-section__desc {
        font-size: 18px;
        margin-bottom: 33px; } }

.discount-box {
  width: 287px;
  min-height: 272px;
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: 15px 15px 21px #EA435D; }
  @media (max-width: 820px) {
    .discount-box {
      margin: auto; } }
  .discount-box__label {
    font-size: 40px;
    font-family: Helvetica Now Display Light;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px; }
    .discount-box__label span {
      color: #EA435D;
      font-family: "Helvetica Now Display Medium";
      font-weight: 500; }
  .discount-box__desc {
    font-size: 24px;
    font-family: Helvetica Now Display Light;
    font-weight: 300;
    color: #000;
    margin: 0; }

.brand-portfolio {
  padding: 133px 0 110px; }
  @media (max-width: 820px) {
    .brand-portfolio {
      padding: 80px 0; } }
  @media (min-width: 992px) and (max-width: 1025px) {
    .brand-portfolio {
      padding: 80px 0; } }
  @media (max-width: 820px) {
    .brand-portfolio .row > div:first-child {
      order: 2; } }
  @media (max-width: 820px) {
    .brand-portfolio .row > div:last-child {
      order: 1; } }
  .brand-portfolio .container {
    max-width: 1161px; }
  .brand-portfolio__info {
    /* margin-top: 65px; */
    padding-right: 25px; }
    @media (max-width: 820px) {
      .brand-portfolio__info {
        margin-top: 35px;
        padding-right: 0; } }
  .brand-portfolio__title {
    font-size: 40px;
    font-family: Helvetica Now Display Light;
    font-weight: 300;
    color: #2B2B2B;
    /*text-transform: capitalize;*/
    margin-bottom: 20px; }
    @media (max-width: 820px) {
      .brand-portfolio__title {
        font-size: 24px;
        margin-bottom: 12px; } }
  .brand-portfolio__sub-title {
    font-size: 36px;
    font-weight: 400;
    color: #100040;
    text-transform: capitalize;
    margin-bottom: 30px;
    letter-spacing:1px;
  }
    @media (max-width: 820px) {
      .brand-portfolio__sub-title {
        font-size: 15px;
        margin-bottom: 12px; } }
  .brand-portfolio__desc {
    font-size: 22px;
    font-weight: 200;
    color: #2B2B2B;
    margin-bottom: 24px;
    letter-spacing: 1px;
  }
    @media (max-width: 820px) {
      .brand-portfolio__desc {
        font-size: 15px; } }
  @media (max-width: 820px) {
    .brand-portfolio__img {
      text-align: center; } }
  .brand-portfolio__img img {
    width: 577px;
    height: 440px;
    max-width: 100%;
    max-height: initial;
    -o-object-fit: contain;
       object-fit: contain; }
    @media (max-width: 820px) {
      .brand-portfolio__img img {
        width: 100%;
        height: auto;
        max-width: 454px;
        max-height: 349px; } }

.brand-plans {
  margin-bottom: 40px;
  padding-bottom: 57px;
  background: linear-gradient(180deg, #ffffff 414px, #F9F9F9 264px); }
  @media (max-width: 820px) {
    .brand-plans {
      margin-bottom: 43px; } }
  .brand-plans .gray-color {
    background-color: #3B3B3A; }
  .brand-plans .light-green-color {
    background-color: #7DBAA7; }
  .brand-plans .green-color {
    background-color: #5E9683; }
  .brand-plans .light-pink-color {
    background-color: #E38CBA; }
  .brand-plans .red-color {
    background-color: #EB4F66; }
  .brand-plans .main-color {
    background-color: #7A74D1; }
  .brand-plans img {
    width: 171px; }
  .brand-plans thead {
    font-size: 14px;
    font-family: Helvetica Now Display Regular;
    font-weight: 400;
    color: #FFF;
    text-transform: capitalize; }
    .brand-plans thead th {
      padding: 8px 23px; }
  .brand-plans .main-side-col {
    font-size: 14px;
    font-family: Helvetica Now Display Medium;
    font-weight: 500;
    color: #7A74D1;
    text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px; }
  .brand-plans .table {
    background-color: #F7F7F7;
    box-shadow: 0 4px 4px rgba(155, 155, 155, 0.5);
    border-radius: 20px;
    overflow: hidden; }
  .brand-plans .table tbody {
    text-align: left; }
    .brand-plans .table tbody td {
      font-size: 11px;
      font-family: Helvetica Now Display Regular;
      font-weight: 400;
      color: #000;
      /*text-transform: capitalize;*/
    }
  .brand-plans tbody .white-bg {
    background-color: #FFF; }
    .brand-plans tbody .white-bg td {
      font-size: 13px;
      font-family: Helvetica Now Display Bold;
      font-weight: 700;
      color: #000;
      text-transform: capitalize; }
  .brand-plans .main-text-color {
    color: #7A74D1; }
  .brand-plans .address-title a {
    color: rgba(125, 125, 125, 0.7); }
  .brand-plans .email-title {
    background-color: #7A74D1; }
    .brand-plans .email-title a {
      color: #f7f7f7;
      font-size: 13px;
      text-transform: lowercase; }
  .brand-plans.cost-effective-table .table {
    border-radius: 0 0 20px 20px; }
  .brand-plans.cost-effective-table thead th {
    text-align: center; }
  .brand-plans.cost-effective-table .main-side-col {
    color: black;
    font-size: 11px; }
  .brand-plans.cost-effective-table .discount-label {
    font-size: 25px;
    text-align: left; }
  .brand-plans.cost-effective-table .precent-val {
    font-size: 25px; }
    .brand-plans.cost-effective-table .precent-val.green-label {
      color: #5E9683; }
    .brand-plans.cost-effective-table .precent-val.pink-label {
      color: #E38CBA; }
    .brand-plans.cost-effective-table .precent-val.red-label {
      color: #EB4F66; }
    .brand-plans.cost-effective-table .precent-val.move-label {
      color: #7A74D1; }
  @media (max-width: 820px) {
    .brand-plans.cost-effective-table .sub-side-col {
      min-width: 200px; } }
  .brand-plans.cost-effective-table .point-label {
    font-size: 12px;
    color: #8b8b8b;
    font-weight: 100;
    display: block;
    text-align: center; }
    .brand-plans.cost-effective-table .point-label strong {
      font-weight: bold;
      font-size: 15px; }
      @media (max-width: 820px) {
        .brand-plans.cost-effective-table .point-label strong {
          display: block; } }
  .brand-plans.cost-effective-table .check-mark {
    display: inline-block;
    transform: rotate(45deg);
    height: 20px;
    width: 9px;
    border-bottom: 3px solid black;
    border-right: 3px solid black;
    margin: auto;
    display: block; }
    .brand-plans.cost-effective-table .check-mark.green-border {
      border-color: #5E9683; }
    .brand-plans.cost-effective-table .check-mark.pink-border {
      border-color: #E38CBA; }
    .brand-plans.cost-effective-table .check-mark.red-border {
      border-color: #EB4F66; }
    .brand-plans.cost-effective-table .check-mark.move-border {
      border-color: #7A74D1; }
  .brand-plans.cost-effective-table .no-mark {
    height: 3px;
    width: 12px;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 10px auto;
    display: block; }

.brand-plans__title {
  font-size: 63px;
  font-family: Helvetica Now Display Bold;
  font-weight: 700;
  color: #7A74D1;
  text-transform: capitalize;
  margin-bottom: -4px; }
  @media (max-width: 820px) {
    .brand-plans__title {
      font-size: 24px;
      margin-bottom: 4px; } }

.brand-plans__desc {
  font-size: 13px;
  font-family: Helvetica Now Display Regular;
  font-weight: 400;
  color: #7A74D1;
  /*text-transform: capitalize;*/
}
  @media (max-width: 820px) {
    .brand-plans__desc {
      font-size: 12px; } }

.cost-effective-info {
  margin-top: -40px; }
  .cost-effective-info .cost-effective-wrapper {
    background-color: #FFF;
    box-shadow: 9px 10px 23px rgba(0, 0, 0, 0.1);
    padding: 90px; }
    @media (max-width: 820px) {
      .cost-effective-info .cost-effective-wrapper {
        padding: 30px; } }
  .cost-effective-info .container {
    position: relative; }

.cost-effective-item {
  position: relative; }
  .cost-effective-item:not(:last-child) {
    margin-bottom: 100px; }
    @media (max-width: 820px) {
      .cost-effective-item:not(:last-child) {
        margin-bottom: 70px; } }
  .cost-effective-item:not(:first-child)::before {
    content: "";
    width: 63px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: -49px; }
    @media (max-width: 820px) {
      .cost-effective-item:not(:first-child)::before {
        top: -36px;
        width: 50px; } }

.cost-effective__titles {
  margin-bottom: 14px; }
  @media (max-width: 820px) {
    .cost-effective__titles {
      margin-bottom: 9px; } }

.cost-effective__percent-val {
  font-size: 48px;
  font-family: Helvetica Now Display Regular;
  font-weight: 400;
  color: #7A74D1;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 24px; }
  @media (max-width: 820px) {
    .cost-effective__percent-val {
      font-size: 30px;
      margin-right: 10px; } }

.cost-effective__main-title {
  font-size: 40px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #2B2B2B;
  text-transform: capitalize;
  margin-bottom: 0; }
  @media (max-width: 820px) {
    .cost-effective__main-title {
      font-size: 22px; } }

.cost-effective__desc {
  font-size: 19px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #2B2B2B;
  /*text-transform: capitalize;*/
  margin-bottom: 0; }
  @media (max-width: 820px) {
    .cost-effective__desc {
      font-size: 16px; } }

.cost-effective-bg {
  margin-top: -105px; }
  @media (max-width: 820px) {
    .cost-effective-bg {
      margin-top: -65px; } }
  .cost-effective-bg img {
    width: 100%;
    height: 515px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 820px) {
      .cost-effective-bg img {
        height: 300px; } }

.loyalty-program {
  margin-top: 135px;
  padding-bottom: 57px;
  background: linear-gradient(180deg, #ffffff 672px, #F9F9F9 264px); }
  @media (max-width: 820px) {
    .loyalty-program {
      margin-top: 50px; } }
  /* .loyalty-program .container {
    max-width: 896px; } */

.loyalty-program__title {
  font-size: 40px;
  font-family: Helvetica Now Display Regular;
  font-weight: 400;
  color: #7A74D1;
  text-transform: uppercase;
  margin-bottom: 25px; }
  @media (max-width: 820px) {
    .loyalty-program__title {
      font-size: 28px;
      margin-bottom: 13px; } }

.loyalty-program__desc {
  font-size: 19px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #2B2B2B;
  /*text-transform: capitalize;*/
  margin-bottom: 30px; }
  @media (max-width: 820px) {
    .loyalty-program__desc {
      font-size: 16px;
      margin-bottom: 11px; } }

.loyalty-program__img {
  margin-top: 60px; }
  @media (max-width: 820px) {
    .loyalty-program__img {
      margin-top: 40px; } }
  .loyalty-program__img img {
    width: 896px;
    height: 632px;
    max-width: 100%; }
    @media (max-width: 820px) {
      .loyalty-program__img img {
        width: 100%;
        height: auto;
        max-width: 896px; } }

.clinical-support-brief {
  padding: 142px 0 100px; }
  @media (max-width: 820px) {
    .clinical-support-brief {
      padding: 60px 0 40px; } }

.clinical-support-brief__label {
  font-size: 20px;
  font-family: Helvetica Now Display Regular;
  font-weight: 400;
  color: #EA435D;
  text-transform: capitalize;
  margin-bottom: 20px; }
  @media (max-width: 820px) {
    .clinical-support-brief__label {
      font-size: 20px;
      margin-bottom: 15px; } }

.clinical-support-brief__desc {
  font-size: 24px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #2B2B2B;
  /*text-transform: capitalize;*/
}
  @media (max-width: 820px) {
    .clinical-support-brief__desc {
      font-size: 20px; } }

.future-box {
  height: 642px;
  background: url("../images/global/future-box-bg.png") no-repeat center center;
  background-size: cover; }
  @media (max-width: 820px) {
    .future-box {
      height: 400px; } }
  .future-box .container {
    max-width: 1250px; }
  .future-box h2 {
    width: 538px;
    height: 270px;
    font-size: 64px;
    font-family: Helvetica Now Display Light;
    font-weight: 300;
    color: #F5F5F5;
    text-transform: capitalize;
    background-color: rgba(234, 67, 93, 0.9);
    padding: 60px 50px;
    display: flex;
    align-items: center;
    margin: 0; }
    @media (max-width: 820px) {
      .future-box h2 {
        width: 80%;
        min-height: 215px;
        height: auto;
        margin: auto;
        padding: 40px 30px;
        font-size: 38px; } }

.treeatment-plans {
  padding: 120px 0 74px; }
  @media (max-width: 820px) {
    .treeatment-plans {
      padding: 70px 0 0; } }

@media (min-width: 769px) {
  .treeatment-plans__info {
    padding-right: 55px; } }

.treeatment-plans__title {
  font-size: 36px;
  font-family: Helvetica Now Display Regular;
  font-weight: 400;
  color: #7A74D1;
  /*text-transform: capitalize;*/
  margin-bottom: 25px; }
  @media (max-width: 820px) {
    .treeatment-plans__title {
      font-size: 29px;
      margin-bottom: 11px; } }

.treeatment-plans__desc li:not(:last-child) {
  margin-bottom: 20px; }

.treeatment-plans__desc p {
  font-size: 24px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #2B2B2B;
  /*text-transform: capitalize;*/
  margin: 0; }
  @media (max-width: 820px) {
    .treeatment-plans__desc p {
      font-size: 20px;
      margin-bottom: 11px; } }

.treeatment-plans__img img {
  width: 463px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain; }
  @media (max-width: 820px) {
    .treeatment-plans__img img {
      width: 100%;
      height: auto;
      max-width: 463px;
      max-height: 300px;
      display: block;
      margin: 25px auto 0; } }

.prouding-message {
  background-color: #F9FAFC;
  padding: 55px 0; }
  @media (max-width: 820px) {
    .prouding-message {
      padding: 30px 0; } }
  .prouding-message p {
    margin: 0;
    font-size: 36px;
    font-family: Helvetica Now Display Regular;
    font-weight: 400;
    color: #4A4A4D;
    /*text-transform: capitalize;*/
    padding-right: 115px; }
    @media (max-width: 820px) {
      .prouding-message p {
        padding-right: 0;
        font-size: 23px; } }
    .prouding-message p span {
      color: #7A74D1; }

.treatment-columns {
  padding: 74px 0; }

.treatment-columns__col img {
  display: block;
  width: 52px;
  height: 77px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 25px; }

.treatment-columns__col p {
  font-size: 24px;
  font-family: Helvetica Now Display Light;
  font-weight: 200;
  color: #2B2B2B;
  /*text-transform: capitalize;*/
  width: 74%;
  margin: auto; }
  @media (max-width: 820px) {
    .treatment-columns__col p {
      width: 80%;
      font-size: 19px; } }

.treatment-columns__col.second-col {
  margin-top: 102px; }
  @media (max-width: 820px) {
    .treatment-columns__col.second-col {
      margin: 15px 0 0; } }

.parisAline-product {
  padding: 70px 0; }
  @media (max-width: 820px) {
    .parisAline-product {
      padding: 50px 0; } }

.parisAline-product__info p {
  font-size: 30px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #2B2B2B;
  /*text-transform: capitalize;*/
}
  @media (max-width: 820px) {
    .parisAline-product__info p {
      font-size: 25px; } }
  .parisAline-product__info p:not(:last-child) {
    margin-bottom: 25px; }

@media (max-width: 820px) {
  .parisAline-product__img {
    text-align: center; } }

.parisAline-product__img img {
  max-width: 100%; }

.hospitalxp-video img {
  width: 1440px;
  width: 100%;
  height: 600px;
  max-width: 100%;
  margin: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer; }
  @media (max-width: 820px) {
    .hospitalxp-video img {
      max-width: 428px;
      height: 221px;
      width: 100%;
      max-height: 221px; } }

.hospitalxp-video .modal-dialog {
  max-width: 700px; }
  .hospitalxp-video .modal-dialog video {
    max-width: 100%; }

.hospitalxp-video .modal-header {
  border: none;
  border: none;
  position: absolute;
  right: 0;
  top: -38px; }

.hospitalxp-video .modal-content {
  background: none;
  border: none;
  position: relative; }

.hospitalxp-video .btn-close {
  background-image: url("../images/icons/cancel.png"); }

.hospitalxp-video .modal.show .modal-dialog {
  transform: none;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto !important; }

.parisaline-product-info {
  padding: 117px 0; }
  @media (max-width: 820px) {
    .parisaline-product-info {
      padding: 70px 0 0; } }
  .parisaline-product-info .row > div:nth-child(3), .parisaline-product-info .row > div:nth-child(4) {
    margin-top: 70px; }
    @media (max-width: 820px) {
      .parisaline-product-info .row > div:nth-child(3), .parisaline-product-info .row > div:nth-child(4) {
        margin-top: 0; } }
  @media (max-width: 820px) {
    .parisaline-product-info .row > div:first-child() {
      order: 1; }
    .parisaline-product-info .row > div:nth-child(2) {
      order: 2; }
    .parisaline-product-info .row > div:nth-child(3) {
      order: 4; }
    .parisaline-product-info .row > div:nth-child(4) {
      order: 3; } }

.parisaline-product__data h3 {
  font-size: 40px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #2B2B2B;
  text-transform: capitalize;
  margin-bottom: 30px; }
  @media (max-width: 820px) {
    .parisaline-product__data h3 {
      font-size: 30px;
      margin-bottom: 20px; } }

.parisaline-product__data p {
  font-size: 24px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #2B2B2B;
  /*text-transform: capitalize;*/
  padding-right: 77px; }
  @media (max-width: 820px) {
    .parisaline-product__data p {
      font-size: 18px;
      padding-right: 0; } }

@media (max-width: 820px) {
  .parisaline-product__img {
    margin-top: 20px;
    margin-bottom: 70px; } }

@media (max-width: 820px) {
  .parisaline-product__img img {
    width: 100%;
    height: auto;
    max-width: 430px;
    margin: auto;
    display: block; } }

.contact-us {
  background-color:#FCF9F9;
  padding:160px 120px;
}
  @media (max-width: 820px) {
    .contact-us {
      padding: 70px 0 38px; } }
  .contact-us__title {
    font-size: 64px;
    font-family: Helvetica Now Display Regular;
    font-weight: 400;
    color: #FFF;
    /* text-transform: capitalize; */
    margin-bottom: 40px;
    width: 575px; }
    @media (max-width: 820px) {
      .contact-us__title {
        width: auto;
        font-size: 35px;
        margin-bottom: 15px; } }
  .contact-us__desc {
    font-size: 32px;
    font-family: Helvetica Now Display Medium;
    font-weight: 500;
    color: #FFF;
    /* text-transform: capitalize; */
    margin-bottom: 40px;
    width: 780px; }
    @media (max-width: 820px) {
      .contact-us__desc {
        width: auto;
        font-size: 20px; } }
  .contact-us form {
    background-color: #FDFDFE;
    padding: 57px 62px 40px;
    margin-bottom: 72px;
    border-radius: 8px; }
    @media (max-width: 820px) {
      .contact-us form {
        padding: 28px 30px 30px;
        margin-bottom: 35px; } }
  .contact-us .form-group {
    margin-bottom: 12px; }
    .contact-us .form-group label {
      font-size: 13px;
      font-family: Helvetica Now Display Light;
      font-weight: 300;
      color: rgba(0, 0, 0, 0.5);
      text-transform: capitalize;
      margin-bottom: 5px; }
    .contact-us .form-group input {
      height: 59px;
      border: 1px solid #7A74D1;
      border-radius: 6px;
      font-size: 20px; }
      @media (max-width: 820px) {
        .contact-us .form-group input {
          height: 40px; } }
      .contact-us .form-group input:focus, .contact-us .form-group input:active {
        box-shadow: none; }
  .contact-us .submit-group {
    text-align: center;
    margin-top: 28px; }
    .contact-us .submit-group .main-btn {
      width: 364px;
      height: 54px;
      line-height: 17px;
      border: none !important;
      font-size: 16px;
      font-family: Helvetica Now Display Bold;
      font-weight: 700;
      color: #FDFDFE; }
      @media (max-width: 820px) {
        .contact-us .submit-group .main-btn {
          width: 165px;
          height: 45px; } }

.contact-us__sub-desc {
  font-size: 24px;
  font-size: 14px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #FDFDFE; }
  @media (max-width: 820px) {
    .contact-us__sub-desc {
      font-size: 18px;  font-size: 14px; } }

.jsCalendar table {
  width: 100%;
  margin-top: 28px;
  box-shadow: none;
  background-color: #FFF;
  border-radius: 6px; }

.jsCalendar tbody td, .jsCalendar thead .jsCalendar-week-days th {
  width: 58px; }
  @media (max-width: 820px) {
    .jsCalendar tbody td, .jsCalendar thead .jsCalendar-week-days th {
      width: 36px; } }
  @media (min-width: 992px) and (max-width: 1025px) {
    .jsCalendar tbody td, .jsCalendar thead .jsCalendar-week-days th {
      width: 36px; } }

.jsCalendar thead .jsCalendar-title {
  display: flex;
  justify-content: center;
  margin-bottom: 20px; }

.jsCalendar thead .jsCalendar-nav-right {
  background: url("../images/icons/next-icon.png") no-repeat center center;
  background-size: contain;
  font-size: 0;
  width: 20px;
  height: 20px; }

.jsCalendar thead .jsCalendar-nav-left {
  background: url("../images/icons/prev-icon.png") no-repeat center center;
  background-size: contain;
  font-size: 0;
  width: 20px;
  height: 20px; }

.jsCalendar thead .jsCalendar-title-name {
  padding: 0 40px; }

.jsCalendar tbody td.jsCalendar-current {
  background-color: #4D94FF; }

.client-delight {
  padding: 143px 0 129px; }
  @media (max-width: 820px) {
    .client-delight {
      padding: 50px 0 39px; } }
  .client-delight__label {
    font-size: 16px;
    font-family: Helvetica Now Display Regular;
    font-weight: 400;
    color: #E087B7;
    text-transform: capitalize;
    margin-bottom: 13px; }
    @media (max-width: 820px) {
      .client-delight__label {
        font-size: 14px; } }

.client-delight__info .easy-access {
  margin-bottom: 155px; }

.client-delight__info .smooth-submission {
  margin-top: 70px;
  margin-bottom: 100px; }

@media (max-width: 820px) {
  .client-delight__info > div {
    margin-bottom: 40px !important;
    margin-top: 0 !important; } }

.client-delight__title {
  font-size: 24px;
  font-family: Helvetica Now Display Regular;
  font-weight: 400;
  color: #7A74D1;
  /*text-transform: capitalize;*/
  margin-bottom: 12px; }
  @media (max-width: 820px) {
    .client-delight__title {
      font-size: 22px; } }

.client-delight__desc {
  font-size: 19px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #2B2B2B;
  /*text-transform: capitalize;*/
  margin-bottom: 0; }
  @media (max-width: 820px) {
    .client-delight__desc {
      font-size: 17px; } }

@media (max-width: 820px) {
  .client-delight__img {
    display: none; } }

.client-delight__img img {
  width: 299px;
  height: 438px; }
  @media (max-width: 820px) {
    .client-delight__img img {
      max-width: 299px;
      max-height: 438px;
      width: auto;
      height: auto; } }

.glocalization__info {
  margin-top: 70px; }
  @media (max-width: 820px) {
    .glocalization__info {
      margin-top: 0; } }

.glocalization__title {
  font-size: 64px;
  font-family: Helvetica Now Display Regular;
  font-weight: 400;
  color: #7A74D1;
  text-transform: capitalize;
  margin-bottom: 9px; }
  @media (max-width: 820px) {
    .glocalization__title {
      font-size: 50px; } }

.glocalization__sub-title {
  font-size: 36px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #EA435D;
  /*text-transform: capitalize;*/
  margin-bottom: 30px; }
  @media (max-width: 820px) {
    .glocalization__sub-title {
      font-size: 28px; } }
  .glocalization__sub-title span {
    color: #2A2D32; }

.glocalization__desc {
  font-size: 20px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #2B2B2B;
  /*text-transform: capitalize;*/
  margin-bottom: 0;
  width: 379px; }
  @media (max-width: 820px) {
    .glocalization__desc {
      width: auto;
      font-size: 18px; } }

@media (max-width: 820px) {
  .glocalization__img {
    text-align: center;
    margin-top: 40px; } }

.glocalization__img img {
  width: 464px;
  height: auto; }
  @media (max-width: 820px) {
    .glocalization__img img {
      max-width: 464px;
      width: 80%; } }

.simplest-workflow {
  background-color: #7A74D1;
  padding: 70px 0 125px; }
  @media (max-width: 820px) {
    .simplest-workflow {
      padding: 50px 0 103px;
      margin-top: 37px;
      margin-bottom: 70px; } }
  @media (min-width: 992px) and (max-width: 1025px) {
    .simplest-workflow {
      padding-bottom: 120px; } }

.simplest-workflow__title {
  font-size: 40px;
  font-family: Helvetica Now Display Regular;
  font-weight: 400;
  color: #FFF;
  text-transform: capitalize;
  margin-bottom: 26px; }
  @media (max-width: 820px) {
    .simplest-workflow__title {
      font-size: 30px;
      margin-bottom: 8px; } }

.simplest-workflow__desc {
  font-size: 24px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #FFF;
  /*text-transform: capitalize;*/
  margin-bottom: 0; }
  @media (max-width: 820px) {
    .simplest-workflow__desc {
      font-size: 18px; } }

.parisAline-steps {
  margin-top: -56px;
  margin-bottom: 118px; }
  @media (max-width: 820px) {
    .parisAline-steps {
      margin-bottom: 90px; } }
  .parisAline-steps .row > div {
    margin-bottom: 78px; }
    @media (max-width: 820px) {
      .parisAline-steps .row > div {
        margin: 0; }
        .parisAline-steps .row > div:first-child {
          order: 1; }
        .parisAline-steps .row > div:nth-child(2) {
          order: 2; }
        .parisAline-steps .row > div:nth-child(3) {
          order: 4; }
        .parisAline-steps .row > div:nth-child(4) {
          order: 3; }
        .parisAline-steps .row > div:nth-child(5) {
          order: 5; }
        .parisAline-steps .row > div:nth-child(6) {
          order: 6; }
        .parisAline-steps .row > div:nth-child(7) {
          order: 8; }
        .parisAline-steps .row > div:nth-child(8) {
          order: 7; }
        .parisAline-steps .row > div:nth-child(9) {
          order: 9; }
        .parisAline-steps .row > div:nth-child(10) {
          order: 10; } }

.parisAline-steps-wrapper {
  background-color: #FFF;
  box-shadow: 9px 10px 23px rgba(0, 0, 0, 0.1);
  padding: 85px 65px 7px; }
  @media (max-width: 820px) {
    .parisAline-steps-wrapper {
      padding: 48px 20px 7px; } }

.parisAline-steps__num {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  font-size: 19px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #FFF;
  line-height: 27px;
  text-transform: capitalize;
  margin: 2px 9px 0 0;
  background-color: #7A74D1;
  flex: 0 0 27px;
  max-width: 27px;
  text-align: center; }
  @media (max-width: 820px) {
    .parisAline-steps__num {
      font-size: 17px; } }

.parisAline-steps__desc {
  font-size: 19px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #2B2B2B;
  /*text-transform: capitalize;*/
  margin: 0; }

@media (max-width: 820px) {
  .parisAline-steps__img {
    margin: 20px 0 50px;
    text-align: center; } }

.parisAline-steps__img img {
  max-width: 416px;
  height: auto; }
  @media (max-width: 820px) {
    .parisAline-steps__img img {
      width: 100%; } }

.open-system {
  margin-bottom: 170px; }
  @media (max-width: 820px) {
    .open-system {
      margin-bottom: 90px; } }

.open-system__title {
  font-size: 55px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #7A74D1;
  /*text-transform: capitalize;*/
  margin-bottom: 20px; }
  @media (max-width: 820px) {
    .open-system__title {
      font-size: 36px;
      margin-bottom: 12px; } }
  @media (min-width: 992px) and (max-width: 1025px) {
    .open-system__title {
      font-size: 50px; } }
  .open-system__title span {
    color: #EA435D;
    font-weight: 400;
    font-size: 60px;
    font-family: "Helvetica Now Display Regular"; }
    @media (max-width: 820px) {
      .open-system__title span {
        font-size: 36px; } }

.open-system__desc {
  font-size: 20px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #424242;
  /*text-transform: capitalize;*/
  margin: 0; }
  @media (max-width: 820px) {
    .open-system__desc {
      font-size: 17px; } }

.open-system__img {
  margin-top: 20px; }
  @media (max-width: 820px) {
    .open-system__img {
      margin-top: 30px; } }
  .open-system__img img {
    max-width: 712.33px;
    height: auto; }
    @media (max-width: 820px) {
      .open-system__img img {
        width: 100%; } }
    @media (min-width: 992px) and (max-width: 1025px) {
      .open-system__img img {
        max-width: 100%; } }

.relationship-with-client {
  background: url("../images/global/relationship-with-client.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 619px; }
  @media (max-width: 820px) {
    .relationship-with-client {
      min-height: initial;
      padding: 70px 0; } }

.relationship-with-client__wrapper {
  width: 611px;
  height: auto;
  padding: 85px 60px;
  background-color: #FFF; }
  @media (max-width: 820px) {
    .relationship-with-client__wrapper {
      width: 80%;
      padding: 43px 30px;
      margin: auto; } }

.relationship-with-client__title {
  font-size: 40px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #424242;
  /*text-transform: capitalize;*/
  margin-bottom: 13px; }
  @media (max-width: 820px) {
    .relationship-with-client__title {
      font-size: 24px;
      margin-bottom: 11px; } }

.relationship-with-client__desc {
  font-size: 19px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #424242;
  /*text-transform: capitalize;*/
  margin: 0; }
  @media (max-width: 820px) {
    .relationship-with-client__desc {
      font-size: 16px; } }

.main-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-position: top;
  /* background-size: cover; */
  height: 1024px;
  height: 700px;
  height: 500px;
  position: relative; }
  @media (max-width: 820px) {
    .main-header {
      min-height: calc(100vh - 75px);
      min-height: calc(100vh - 250px);
      min-height: calc(100vh - 100px);
      height: auto;
      display: flex;
      align-items: center;
      align-items: end;
      align-items: baseline;
      padding-bottom: 40px;
      background-position: 94% 125%;
    }
  }
  .main-header::after, .main-header::before {
    /* content: ""; */
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 1; 
  }
  .main-header::after {
    background-image: linear-gradient(to right, #161616, transparent);
    width: 546px;
    left: 0; }
    @media (max-width: 820px) {
      .main-header::after {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  .main-header::before {
    background-image: linear-gradient(to left, #161616, transparent);
    width: 347px;
    right: 0; }
    @media (max-width: 820px) {
      .main-header::before {
        display: none; } }
  .main-header .container {
    height: 100%;
    position: relative;
    z-index: 2;
    margin-top:100px;
  }

.main-header__title {
  font-size: 96px;
  font-size: 64px;
  /* font-family: Helvetica Now Display Light; */
  font-weight: 300;
  color: #100040;
  text-transform: capitalize;
  margin-bottom: 15px; }
  @media (max-width: 820px) {
    .main-header__title {
      font-size: 45px;
      margin-bottom: 10px; } }
  .main-header__title strong {
    font-weight: 400;
    /* font-family: "Helvetica Now Display Regular"; */
    color:#F9A195;
    font-style: italic;
    text-transform: lowercase;
    font-family: Pauline;
  }

.main-header__desc {
  font-size: 36px;
  font-size: 26px;
  font-size: 22px;
  /* font-family: Helvetica Now Display Light; */
  font-weight: 300;
  color: #100040;
  /*text-transform: capitalize;*/
  width: 620px;
  width: 525px;
  margin-bottom: 20px; }
  @media (max-width: 820px) {
    .main-header__desc {
      width: auto;
      font-size: 20px;
      margin-bottom: 22px; } }

.main-header__btn {
  height: 57px;
  max-width: 275px;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  padding: 0;
  text-align: center;
  line-height: 57px;
  border-radius: 0;
}
  @media (max-width: 820px) {
    .main-header__btn {
      height: 45px;
      line-height: 45px;
      font-size: 19px; } }

.all-in-one {
  padding: 72px 0 0;
  /* background: url("../images/girl-bg.png"); */
  /* background-position: center; */
}
  @media (max-width: 820px) {
    .all-in-one {
      padding-top: 50px; } }
  /* .all-in-one .container {
    max-width: 1360px; } */

.all-in-one__title {
  font-size: 64px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #000;
  /*text-transform: capitalize;*/
  margin-bottom: 80px; }
  @media (max-width: 820px) {
    .all-in-one__title {
      font-size: 40px;
      margin-bottom: 40px; } }
  .all-in-one__title strong {
    color: #EA435D; }


.all-in-one__info {
  display: flex;
  margin-bottom: 92px; }
  @media (max-width: 820px) {
    .all-in-one__info {
      margin-bottom: 23px; } }

.avatars .all-in-one__info{
  box-shadow: 1px 1px 1px 1px #ddd;
  border-radius: 13px;
  padding: 0.5rem;
}

.all-in-one__icon {
  margin-right: 19px; }
  .all-in-one__icon img {
    max-width: 50px;
    height: auto;
    margin-top: 10px; }

.all-in-one__desc {
  font-size: 17px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #4A4A4D;
  /* text-transform: capitalize; */
}
  .all-in-one__desc strong {
    font-size: 20px; }

@media (max-width: 820px) {
  .all-in-one__img {
    margin-bottom: 35px; } }

.all-in-one__img img {
  max-width: 100%;
  opacity:0.20;
}

.time-saving__top-img {
  position: relative;
  margin-bottom: 120px; }
  @media (max-width: 820px) {
    .time-saving__top-img {
      margin-bottom: 65px; } }
  .time-saving__top-img::before {
    content: "";
    position: absolute;
    bottom: -11.5px;
    left: 0;
    width: 163px;
    height: 23px;
    background-color: #EA435D;
    display: block; }
  .time-saving__top-img img {
    width: 100%;
    height: 652px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 820px) {
      .time-saving__top-img img {
        height: 232px; } }

.time-saving__bottom-img {
  margin-top: 100px; }
  @media (max-width: 820px) {
    .time-saving__bottom-img {
      margin-top: 55px; } }
  .time-saving__bottom-img img {
    width: 100%;
    height: 530px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 820px) {
      .time-saving__bottom-img img {
        height: 232px; } }

@media (max-width: 820px) {
  .time-saving__product-img {
    text-align: center; } }

.time-saving__product-img img {
  width: 50%;
  height: auto;
  max-width: 100%;
  margin-bottom: 1rem;
}

.time-saving__product-info {
  margin-left: 60px; }
  @media (max-width: 820px) {
    .time-saving__product-info {
      margin-left: 0; } }

.time-saving__title {
  /* font-size: 64px; */
  /* font-family: Helvetica Now Display Medium; */
  /* font-weight: 500; */
  /* color: #EA435D; */
  /*text-transform: capitalize;*/
  margin-bottom: 35px; }
  @media (max-width: 820px) {
    .time-saving__title {
      /* font-size: 50px; */
      margin-bottom: 15px;
      margin-top: 15px;
    }
  }

.time-saving__desc {
  font-size: 20px;
  font-weight: 200;
  color: #2B2B2B;
  /*text-transform: capitalize;*/
  margin-bottom: 10px;
  margin-left: 0;
  letter-spacing: 2px;
}
  @media (max-width: 820px) {
    .time-saving__desc {
      margin-bottom: 30px; } }
  .time-saving__desc span {
    color: #F9A195;
    font-weight: 500;
    display: block;
    font-style: italic;
  }

.time-saving__btn {
  width: 240px;
  height: 60px;
  font-weight: 300;
  background-color: #5DB653;
  display: block;
  border-radius: 40px;
  margin:auto;
}
.time-saving__btn img{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.time-saving__btn span{
  display: block;
  text-align: center;
  margin-left: 35px;
  line-height: 1;
  font-size: 14px;
}
.time-saving__btn strong{
  display: block;
  text-align: center;
  margin-left: 40px;
  font-weight: 700;
  letter-spacing: 1px;
}

.time-saving__general-label {
  font-size: 24px;
  font-weight: 300;
  color: #100040;
  margin: 50px 0 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

  .time-saving__general-label strong {
    color: #818181;
    font-weight: 500;
    font-family: "Helvetica Now Display Medium"; }

.fda {
  padding: 67px 0 60px;
  background-color: #F8F8FC; }
  @media (max-width: 820px) {
    .fda {
      padding: 50px 0 50px; } }

.fda-product {
  position: relative; }
  .fda-product img {
    width: 630px;
    height: auto;
    max-width: 100%;
    position: relative;
    top: 210px; }
    @media (max-width: 820px) {
      .fda-product img {
        position: static;
        margin-bottom: 44px; } }

.fda-product__go-to-buy {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 214px;
  right: 106px;
  display: block;
  z-index: 2; }
  @media (max-width: 820px) {
    .fda-product__go-to-buy {
      top: auto;
      bottom: 65px;
      left: 226px; } }
  .fda-product__go-to-buy::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #EA435D;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    width: 29px;
    height: 29px; }

.fda-info {
  margin-left: 50px; }
  @media (max-width: 820px) {
    .fda-info {
      margin: 0; } }

.fda-info__icon {
  width: 68px;
  height: 68px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 13px; }

.fda-info__title {
  font-size: 64px;
  font-family: Helvetica Now Display Medium;
  font-weight: 500;
  color: #424242;
  /*text-transform: capitalize;*/
  margin-bottom: 40px;
  position: relative; }
  @media (max-width: 820px) {
    .fda-info__title {
      font-size: 35px;
      margin-bottom: 30px; } }
  .fda-info__title::after, .fda-info__title::before {
    content: "";
    display: block;
    background-color: #6B6B6B;
    position: absolute; }
  .fda-info__title::after {
    width: 1px;
    height: 86px;
    left: -37px;
    top: 0; }
    @media (max-width: 820px) {
      .fda-info__title::after {
        left: 82px;
        height: 60px;
        top: -78px; } }
  .fda-info__title::before {
    width: 179px;
    height: 135px;
    background: none;
    border-left: 1px solid #6B6B6B;
    border-top: 1px solid #6B6B6B;
    left: -215px;
    top: 44px; }
    @media (max-width: 820px) {
      .fda-info__title::before {
        border: none;
        border-right: 1px solid #6B6B6B;
        border-bottom: 1px solid #6B6B6B;
        left: 82px;
        top: -181px; } }
  .fda-info__title span {
    color: #EA435D; }

.fda-info__btn {
  font-weight: 300;
  font-family: "Helvetica Now Display Light"; }

.invest-in-you {
  padding-top: 122px; }
  @media (max-width: 820px) {
    .invest-in-you {
      padding-top: 0; } }

.invest-in-you__title {
  font-size: 64px;
  font-family: Helvetica Now Display Medium;
  font-weight: 500;
  color: #424242;
  /* text-transform: capitalize; */
  margin: 0;
  width: 422px;
  margin-top: 66px; }
  @media (max-width: 820px) {
    .invest-in-you__title {
      width: auto;
      font-size: 35px;
      margin-top: 50px;
      margin-bottom: 20px; } }
  .invest-in-you__title span {
    color: #7A74D1; }

.invest-in-you__certification img {
  width: 421px;
  height: 597px;
  -o-object-fit: contain;
     object-fit: contain; }
  @media screen and (max-width: 820px) {
    .invest-in-you__certification img {
      width: auto;
      height: auto;
      max-width: 100%; max-width: 50%; } }

.invest-in-you__brief {
  background-color: #F8F8FC;
  padding: 86px 0 171px;
  margin-top: -285px; }
  @media (max-width: 820px) {
    .invest-in-you__brief {
      padding-top: 45px;
      margin-top: 35px; } }
  .invest-in-you__brief p {
    font-size: 24px;
    font-family: Helvetica Now Display Light;
    font-weight: 300;
    color: #424242;
    /* text-transform: capitalize; */
    margin: 0; }
    @media (max-width: 820px) {
      .invest-in-you__brief p {
        font-size: 17px; } }

.certefication-course form {
  height: 236px;
  background-color: #2F2F2F;
  border-radius: 8px;
  padding: 56px 85px;
  margin-top: -119px; }
  @media (max-width: 820px) {
    .certefication-course form {
      padding: 37px 25px;
      height: auto;
      margin-top: -135px; } }

.certefication-course .form-group {
  margin-bottom: 22px; }
  .certefication-course .form-group input {
    height: 50px; }
    @media (max-width: 820px) {
      .certefication-course .form-group input {
        height: 40px; } }

.certefication-course .form-submit button, .certefication-course .form-submit input {
  border: none;
  width: 100%;
  height: 50px;
  font-size: 15px;
  line-height: 17px; }
  @media (max-width: 820px) {
    .certefication-course .form-submit button, .certefication-course .form-submit input {
      height: 40px; } }

.beautiful-reasons {
  padding: 144px 0 93px; }
  @media (max-width: 820px) {
    .beautiful-reasons {
      padding: 75px 0 25px; } }

.beautiful-reasons__title {
  font-size: 64px;
  font-family: Helvetica Now Display Medium;
  font-weight: 500;
  color: #424242;
  /* text-transform: capitalize; */
  margin-bottom: 50px;
  width: 702px;
  text-align: left; }
  @media (max-width: 820px) {
    .beautiful-reasons__title {
      width: auto;
      margin-bottom: 35px;
      font-size: 30px; } }
  .beautiful-reasons__title span {
    color: #EA435D; }

.beautiful-reasons__item img {
  width: 172px;
  height: 172px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto; }
  @media (max-width: 820px) {
    .beautiful-reasons__item img {
      width: 130px;
      height: 130px; 
      width: 80px;
      height: 80px;
    } }

.beautiful-reasons__item h3 {
  font-size: 36px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #2F2F2F;
  text-transform: capitalize;
  margin: 34px 0 0;
}
@media (max-width: 820px) {
  .beautiful-reasons__item h3 {
    margin: 15px 0 50px;
    font-size: 25px;
  }
}


/* Home - Stats */
.stats {
  padding: 80px 0 80px;
}
@media (max-width: 820px) {
  .stats {
    padding: 75px 0 25px;
  }
}
.stats .row div:not(.stats .row div:last-child){
  border-right: 2px solid #100040;
}
.stats__title span {
  color: #EA435D;
}
.stats__item img {
  width: 172px;
  height: 172px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
@media (max-width: 820px) {
  .stats__item img {
    width: 130px;
    height: 130px; 
    width: 80px;
    height: 80px;
  }
}
.stats__item h3 {
  font-size: 30px;
  font-weight: 300;
  color: #100040;
  margin: 20px 0 0;
}
@media (max-width: 820px) {
  .stats__item h3 {
    margin: 15px 0 50px;
    font-size: 25px;
  }
}


/* Home - Altering Issues */
.altering-issues {
  padding: 144px 0 93px;
}
@media (max-width: 820px) {
  .altering-issues {
    padding: 75px 0 25px;
  }
}
.altering-issues__title {
  font-size: 46px;
  font-weight: 300;
  color: #424242;
  color:#100040;
  margin-bottom: 10px;
  text-align: left;
}
.altering-issues__desc{
  font-size: 36px;
  font-size: 30px;
  font-weight: 300;
  color: #100040;
  margin-bottom: 50px;
  text-align:left;
}

@media (max-width: 820px) {
  .altering-issues__title {
    width: auto;
    margin-bottom: 35px;
    font-size: 30px;
  }
}
.altering-issues__title span {
  color: #EA435D;
}
.altering-issues__item img {
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
  background: #FBDBD7;
  padding: 2rem;
  border-radius: 15px;
  width: 100%;
}

.altering-issues__item h3 {
  font-size: 32px;
  font-weight: 600;
  color: #100040;
  margin-left: 0.5rem;
  /* margin: 34px 0 0; */
}
@media (max-width: 820px) {
  .altering-issues__item h3 {
    margin: 15px 0 50px;
    font-size: 25px;
  }
}

/* Homepage - Trending */
.trending {
  padding: 100px 0 93px; 
}
@media (max-width: 820px){
  .beautiful-reasons {
    padding: 75px 0 25px; 
  }
}
.trending__title {
  font-size: 54px;
  font-weight: 300;
  color: #100040;
  margin-bottom: 50px;
}

.trending__title span {
  color: #EA435D;
}
.trending__item img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
      object-fit: cover;
  margin: auto;
}

.trending__item h3 {
  font-size: 36px;
  font-weight: 300;
  color: #2F2F2F;
  text-transform: capitalize;
  margin: 34px 0 0;
}
@media (max-width: 820px) {
  .beautiful-reasons__item h3 {
    margin: 15px 0 50px;
    font-size: 25px;
  }
}

.homepage-porfolio {
  background-color: #2F2F2F;
  padding: 144px 0 131px;
  padding: 100px 0 100px; }
  @media (max-width: 820px) {
    .homepage-porfolio {
      padding: 60px 0 25px; } }

.homepage-porfolio__title {
  font-size: 64px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #FDFDFE;
  /*text-transform: capitalize;*/
  margin-bottom: 20px; }
  @media (max-width: 820px) {
    .homepage-porfolio__title {
      font-size: 40px; } }

.homepage-porfolio__desc {
  font-size: 24px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #FDFDFE;
  /* text-transform: capitalize; */
  margin-bottom: 35px; }
  @media (max-width: 820px) {
    .homepage-porfolio__desc {
      font-size: 15px;
      margin-bottom: 25px; } }

.homepage-porfolio__btn {
  font-family: "Helvetica Now Display Light";
  font-weight: 300; }

.homepage-porfolio__img {
  margin-left: 80px; }
  @media (max-width: 820px) {
    .homepage-porfolio__img {
      margin: 50px 0 0; } }
  @media (min-width: 992px) and (max-width: 1025px) {
    .homepage-porfolio__img {
      margin: 0; } }
  .homepage-porfolio__img img {
    width: 507px;
    height: 363px;
    -o-object-fit: contain;
       object-fit: contain; }
    @media (max-width: 820px) {
      .homepage-porfolio__img img {
        width: 100%; } }
    @media (min-width: 992px) and (max-width: 1025px) {
      .homepage-porfolio__img img {
        max-width: 100%; } }

.homepage-glocalization {
    padding: 90px 0 165px;
    padding: 90px 0 90px;
}
  @media (max-width: 820px) {
    .homepage-glocalization {
      padding: 41px 0 75px; } }

.homepage-glocalization__title {
  font-size: 64px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #424242;
  text-transform: capitalize;
  margin-bottom: 49px; }
  @media (max-width: 820px) {
    .homepage-glocalization__title {
      font-size: 33px;
      margin-bottom: 17px; } }
  .homepage-glocalization__title span {
    color: #7A74D1; }

.homepage-glocalization__desc {
  font-size: 24px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #424242;
  /* text-transform: capitalize; */
  margin: 0 auto 60px;
  width: 751px; }
  @media (max-width: 820px) {
    .homepage-glocalization__desc {
      width: 80%;
      font-size: 15px;
      margin-bottom: 33px; } }

.homepage-glocalization__img {
  margin-bottom: -66px; }
  @media (max-width: 820px) {
    .homepage-glocalization__img {
      margin-bottom: -30px; } }
  .homepage-glocalization__img img {
    width: 1026px;
    width: 800px;
    height: auto;
    max-width: 100%; }

.homepage-glocalization__btn {
  font-family: "Helvetica Now Display Light";
  font-weight: 300;
  height: 57px; }
  @media (max-width: 820px) {
    .homepage-glocalization__btn {
      font-size: 14px; } }

.loyalty-section {
  background-color: #F8F8FC;
  padding: 177px 0 107px;
  padding: 100px 0 100px;
  padding: 60px 0 60px;}
  @media (max-width: 820px) {
    .loyalty-section {
      padding: 55px 0 80px; } }

.loyalty-section__title {
  font-size: 64px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #424242;
  text-transform: capitalize;
  margin-bottom: 35px; }
  @media (max-width: 820px) {
    .loyalty-section__title {
      font-size: 37px;
      margin-bottom: 15px; } }
  .loyalty-section__title span {
    color: #7A74D1; }

.loyalty-section__desc {
  font-size: 24px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #424242;
  /* text-transform: capitalize; */
  margin-bottom: 30px;
  width: 453px; }
  @media (max-width: 820px) {
    .loyalty-section__desc {
      width: auto;
      font-size: 17px; } }

.loyalty-section__btn {
  height: 57px;
  font-family: "Helvetica Now Display Light";
  font-weight: 300; }

@media (max-width: 820px) {
  .loyalty-section__img {
    margin-top: 60px; } }

.loyalty-section__img img {
  width: 390px;
  width: 320px;
  width: 250px;
  height: auto;
  max-width: 100%; }
  @media (max-width: 820px) {
    .loyalty-section__img img {
      width: 80%;
      max-width: 390px; } }

.become-our-distributor {
  padding: 40px 0 40px;
  /*background-color: rgb(122 116 209 / 70%);*/
}
  @media (max-width: 820px) {
    .become-our-distributor {
      padding-bottom: 50px; } }
  /* .become-our-distributor .container {
    max-width: 1254px; } */

.become-our-distributor__title {
  font-size: 23px;
  font-family: Helvetica Now Display Medium;
  font-weight: 500;
  color: #424242;
  text-transform: capitalize;
  margin-bottom: 10px; }
  @media (max-width: 820px) {
    .become-our-distributor__title {
      font-size: 22px; } }
  .become-our-distributor__title span {
    color: #EA435D; }

.become-our-distributor__desc {
  font-size: 23px;
  font-size: 20px;
  font-family: Helvetica Now Display Light;
  font-weight: 300;
  color: #424242;
  color: #fff;
  /* text-transform: capitalize; */
  margin-bottom: 10px;
  margin-bottom: 30px;
  font-size: 16px;
  margin-bottom: 1rem;
  color:#424242;
}
.become-our-distributor .h2{
    font-size: 20px;
    line-height: 20px;
    color: #424242;
}
  @media (max-width: 820px) {
    .become-our-distributor__desc{
      font-size: 17px;
    }
  }

.become-our-distributor__submit {
  font-size: 24px;
  font-family: Helvetica Now Display Regular;
  font-weight: 400;
  color: #7A74D1;
  text-transform: capitalize;
  text-decoration: underline !important;
  text-underline-position: under; }
  @media (max-width: 820px) {
    .become-our-distributor__submit {
      font-size: 19px; } }

footer {
  background-color: #100040;
  padding: 42px 0 100px;
  padding: 80px 0 10px; }
  @media (max-width: 820px) {
    footer {
      padding: 42px 0; } }
  footer .container {
    max-width: 1360px; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      footer .container {
        max-width: 1140px; } }
  /* footer .footer-logo {
    text-align: right;
  } */
    @media (max-width: 820px) {
      footer .footer-logo {
        text-align: center; } }
    footer .footer-logo img {
      width: 200px;
      height: 70px;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-width: 820px) {
        footer .footer-logo img {
          width: 150px;
          height: 53px; } }

.footer-menu-title {
  font-size: 14px;
  font-family: Helvetica Now Display Medium;
  font-weight: 500;
  color: #E5E5E5;
  text-transform: capitalize;
  margin-bottom: 17px; }

.footer-menu li:not(:last-child) {
  margin-bottom: 15px; }

.footer-menu a {
  font-size: 14px;
  font-family: Helvetica Now Display Regular;
  font-weight: 400;
  color: #E5E5E5;
  text-transform: capitalize;
  opacity: 0.5; }
  .footer-menu a.highlight-item, .footer-menu a:hover {
    color: #FFF;
    opacity: 0.8; }

.middle-footer {
  margin-top: 35px;
  margin-top: 0;
}
  .middle-footer .lang-switch {
    padding-left: 25px; }
    .middle-footer .lang-switch__title {
      font-size: 14px;
      font-family: Helvetica Now Display Medium;
      font-weight: 500;
      color: #E5E5E5;
      text-transform: capitalize;
      margin-bottom: 16px;
      position: relative; }
      .middle-footer .lang-switch__title::before {
        content: "";
        background: url("../images/icons/languages-icon.svg") no-repeat center center;
        background-size: contain;
        width: 16px;
        height: 16px;
        display: block;
        position: absolute;
        left: -26px;
        top: 0px; }
    .middle-footer .lang-switch__menu a {
      font-size: 14px;
      font-family: Helvetica Now Display Regular;
      font-weight: 500;
      color: #E5E5E5;
      text-transform: capitalize;
      opacity: 0.5; }
      .middle-footer .lang-switch__menu a.active, .middle-footer .lang-switch__menu a:hover {
        opacity: 1; }
      .middle-footer .lang-switch__menu a:not(:last-child) {
        margin-right: 30px; }
        @media (max-width: 820px) {
          .middle-footer .lang-switch__menu a:not(:last-child) {
            margin-right: 15px; } }
/* 
.footer-social-media {
  justify-content: flex-end;
  margin-right: -24px;
} */
  .footer-social-media li:not(:last-child) {
    margin-right: 22px; }
    @media (max-width: 820px) {
      .footer-social-media li:not(:last-child) {
        margin-right: 9px; } }
  .footer-social-media li img {
    width: 37px;
    height: 37px; }
    @media (max-width: 820px) {
      .footer-social-media li img {
        width: 30px;
        height: 30px; } }

.footer-bottom {
  margin-top: 47px;
  margin-top: 20px;
  border-top: 1px solid #FFF;
  padding-top: 20px; }
  @media (max-width: 820px) {
    .footer-bottom {
      flex-wrap: wrap; } }
  @media (max-width: 820px) {
    .footer-bottom__copyrights {
      justify-content: space-between; } }
  .footer-bottom__copyrights p {
    font-size: 14px;
    font-family: Helvetica Now Display Regular;
    font-weight: 500;
    color: #E5E5E5;
    /*text-transform: capitalize;*/
    opacity: 0.5;
    margin-bottom: 0; }
    @media (max-width: 820px) {
      .footer-bottom__copyrights p {
        font-size: 12px; } }
    .footer-bottom__copyrights p:not(:last-child) {
      margin-right: 157px; }
      @media (max-width: 820px) {
        .footer-bottom__copyrights p:not(:last-child) {
          margin: 0; } }
  .footer-bottom__policy-map {
    justify-content: flex-end; }
    @media (max-width: 820px) {
      .footer-bottom__policy-map {
        justify-content: center;
        margin-top: 20px; } }
    .footer-bottom__policy-map a {
      font-size: 14px;
      font-family: Helvetica Now Display Regular;
      font-weight: 500;
      color: #E5E5E5;
      text-transform: capitalize;
      opacity: 0.5; }
      @media (max-width: 820px) {
        .footer-bottom__policy-map a {
          font-size: 12px; } }
      .footer-bottom__policy-map a:not(:last-child) {
        margin-right: 24px; }
      .footer-bottom__policy-map a:hover {
        opacity: 1; }
        
        
        .dropdown-item.active, .dropdown-item:active{
            background-color: #7a74d1;
        }




/* Navbar */
ul.navbar-nav{
  width: 90%;
  justify-content: center;
}

@media screen and (min-width: 992px){
  /* Bootstrap Fix */
  .col-md-2-5 {
    flex: 0 0 auto;
    width: 21%
  }
  .col-md-4-5 {
    flex: 0 0 auto;
    width: 37%
  }
  .col-lg-2-5 {
  flex: 0 0 auto;
  width: 21%
  }
  .col-lg-4-5 {
  flex: 0 0 auto;
  width: 37%
  }

  .col-md-1-7 {
  flex: 0 0 auto;
  width: 14.28%
  }
  .col-lg-1-7 {
  flex: 0 0 auto;
  width: 14.28%
  }
  .time-saving__btn {
    margin-left: auto;
    margin-right: -6rem;
  }
  .time-saving__product-img img {
    width: 601px;
    height: auto;
    max-width: 100%;
    margin-bottom: 3rem;
  }
  .time-saving__desc {
    margin-left: -150px;
  }
  .virtual-consultation__box {
    transform: translatex(50px);
  }
  .altering-issues__item img {
    width: 172px;
    height: 172px;
    -o-object-fit: contain;
        object-fit: contain;
    margin: auto;
    background: #FBDBD7;
    padding: 2rem;
    border: 20px solid #fdf9f9;
    border-radius: 40px;
  }
  .time-saving__general-label {
    max-width: 65%;
  }
  div .slick-prev:before,
  div .slick-next:before{
    font-size: 44px;
    color:#D7D7D7;
    color:#F9A195;
  }
  div .slick-prev{
    left: -100px;
  }
  div .slick-next{
    right: -75px;
  }
}