@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.13/css/intlTelInput.css");
@import url("https://cdn.jsdelivr.net/gh/Wruczek/Bootstrap-Cookie-Alert@gh-pages/cookiealert.css");

:root {
  --primary-color: #67c011;
  --primary-dark: #47840b;
  --secondary-color: #3c3c3c;
  --secondary-dark: #222222;
  --white: #ffffff;
  --primary-text: #222222;
  --secondary-text: #454545;
}

.flag-dropdown {
  display: none;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

body {
  font-family: "Rubik", sans-serif;
  color: var(--secondary-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
}

h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-transform: uppercase;
  color: var(--primary-text);
}

h3 {
  font-size: 35px;
  line-height: 48px;
  margin: 25px 0px;
  color: var(--primary-text);
}

.display-mobile {
  display: none;
}

.display-web {
  display: block;
}

.internal-btn {
  margin: 0 auto;
  width: fit-content;
}

.section-padding {
  padding-top: 140px;
  padding-bottom: 100px;
}

.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-transform: uppercase;
  color: var(--primary-text);
  margin-bottom: 25px;
  font-family: "Inter", sans-serif;
}

.title-afer-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  margin-bottom: 25px;
  color: #454545;
}

.cta-head-text {
  color: var(--primary-text);
  font-size: 25px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 600;
}

.cta-btn {
  background: var(--primary-color);
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s;
  width: max-content;
  margin: 25px auto;
  text-transform: uppercase;
  max-width: 300px;
}

.overlay-bg {
  position: relative;
  width: 100%;
  display: block;
}

.overlay-bg:before {
  position: absolute;
  content: "";
  background: radial-gradient(66.34% 66.34% at 50% 25.71%,
      rgba(16, 24, 40, 0.7) 0,
      rgba(16, 24, 40, 0.97) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 600px) {
  .section-padding {
    padding-top: 90px;
    padding-bottom: 30px;
  }

  h2 {
    font-size: 24px;
    line-height: 34px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0px;
  }

  .title-afer-heading {
    font-size: 18px;
    line-height: 28px;
  }
}

header {
  background: rgb(10 16 28 / 60%);
  position: absolute;
  width: 100%;
  backdrop-filter: blur(8px);
  padding: 10px 0px;
  z-index: 1;

  .logo-container {
    position: relative;

    img {
      width: 100%;
    }
  }

  .right-wrapper {
    display: grid;
    align-items: center;
    justify-content: flex-end;
  }

  .right-menu-container {
    ul {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 20px;
      margin: 0px;
      list-style: none;
      padding: 0px;

      li {
        color: var(--white);
        font-size: 16px;
        font-weight: 400;

        a {
          color: var(--white);
          text-decoration: none;
        }

        img {
          width: 20px;
          margin-right: 5px;
        }
      }
    }
  }
}

@media (max-width: 600px) {
  header {
    .logo-container {
      width: 140px;
      margin: 0px auto;
    }
  }

  .right-wrapper {
    margin-top: 10px;
    padding: 0px;
  }

  .right-menu-container {
    ul {
      gap: 5px;
      margin: 0px;
      display: block !important;

      li {
        font-size: 13px !important;
        padding-bottom: 2px;

        img {
          width: 15px !important;
        }
      }
    }
  }
}

@media (max-width: 330px) {
  header {
    .logo-container {
      width: 122px;
    }
  }
}

/* ======Hero Section Start======= */

.hero-section {
  background-image: url(../images/hero-section-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  .hero-content-container {
    h1 {
      font-size: 50px;
      color: var(--white);
      font-weight: 700;
      line-height: 60px;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 20px;

      span {
        color: var(--primary-color);
      }
    }

    h2 {
      font-size: 23px;
      line-height: 33px;
      color: var(--white);
      font-weight: 500;
      position: relative;
      font-family: "Rubik", sans-serif;
      border-left: 3px solid var(--primary-color);
      padding-left: 20px;
      span {
        background: var(--primary-dark);
        padding: 2px 5px;
        margin-bottom: 10px;
      }
    }

    ul {
      list-style-image: url(../images/check-mark.png);
      margin: 20px 0px 0px 28px;
      padding: 0px;
      position: relative;

      li {
        color: var(--white);
        padding: 5px 0px;
        font-size: clamp(1rem, 1.8vw, 1.2rem);
        font-weight: 500;
        line-height: clamp(1.4rem, 2.4vw, 2rem);
      }
    }
  }
}

@media (max-width: 600px) {
  .hero-section {
    .hero-content-container {
      h1 {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
      }

      h2 {
        font-size: 16px;
        line-height: 28px;
        border-left: 0px solid var(--primary-color);
        padding-left: 0px;
        text-align: center;
      }

      ul {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
                padding-right: 20px;
      }
    }
  }
}

/* ======Form Section Start======= */

.result-guarantee {
  position: absolute;
  top: -28px;
  right: -41px;
  width: 135px;

  img {
    width: 100%;
  }
}

.note-text {
  font-size: clamp(0.8rem, 1.2vw, 0.9rem);
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0px;
  color: var(--primary-text);
}

.form-title {
  columns: var(--secondary-color);
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 700;
  line-height: clamp(1.6rem, 2.8vw, 2rem);
  text-align: left;
  margin-bottom: 30px;
  width: 90%;
}

.form-wrapper {
  position: relative;

  .contact-form {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 60px hsla(0, 0%, 61%, 0.2);
    padding: 50px 25px;
  }

  .form-group {
    margin-bottom: 15px;

    h2 {
      text-align: center;
      font-size: clamp(2rem, 2vw, 2rem);
    }
  }

  .form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 0.8rem;
    font-weight: 500;
  }

  .form-group input,
  .form-group textarea,
  .form-group select {
    width: 100%;
    padding: 18px 20px;
    border: 1px solid #2425491a;
    border-radius: 15px;
    font-size: 14px;
  }

  .select2-container {
    width: 55px !important;
    position: absolute;
    top: 25px;
    left: 13px;
  }

  .form-position {
    position: relative;
  }

  .select2-container--default .select2-selection--single {
    width: 100%;
    padding: 15px 10px;
    border: 0px solid #2425491a;
    border-radius: 15px;
    font-size: 14px;
    height: auto;
    background: transparent;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 16px;
    right: 1px;
    width: 20px;
  }

  .phone-number-input {
    padding: 18px 20px 18px 60px !important;
  }

  .form-group textarea {
    resize: vertical;
    min-height: 100px;
  }

  .submit-btn {
    width: 100%;
    background: var(--primary-color);
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    text-transform: uppercase;
    font-weight: 600;
  }

  .submit-btn:hover {
    background: var(--secondary-dark);
  }
}

@media (max-width: 600px) {
  .form-wrapper {
    margin-top: 20px;

    .contact-form {
      padding: 15px;
    }

    .form-group input,
    .form-group textarea {
      padding: 10px 15px;
    }

    .phone-number-input {
      padding: 10px 20px 10px 60px !important;
    }

    .select2-container--default .select2-selection--single {
      padding: 6px 10px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 8px;
    }

    .form-group {
      margin-bottom: 10px;
    }
  }
}

@media (max-width: 330px) {
  .result-guarantee {
    width: 107px;
  }
}

/* ======Fact Section start======= */

.fact-section {
  background-color: #101828;
  position: relative;
  padding: 50px 0px;

  h3 {
    color: var(--white);
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    text-transform: capitalize;

    span {
      color: var(--primary-color);
      font-weight: 700;
      text-transform: uppercase;
    }
  }

  .fact-container {
    position: relative;
    background: #0a101c;
    padding: 30px;
    border-radius: 20px;
    margin-top: 15px;

    img {
      width: 80px;
    }

    h4 {
      color: var(--white);
      font-size: 45px;
      font-weight: 800;
      margin-top: 15px;

      span {
        font-size: 19px;
        text-transform: capitalize;
      }
    }

    p {
      color: var(--white);
      margin-bottom: 0px;
    }
  }
}

@media (max-width: 600px) {
  .fact-section {
    padding-top: 5px;
    text-align: center;

    .fact-container {
      padding: 15px;
      min-height: auto;
      text-align: left;

      img {
        width: 50px;
      }

      h4 {
        font-size: 30px;
        margin-top: 10px;

        span {
          font-size: 16px;
        }
      }
    }

    h3 {
      font-size: 24px;
      line-height: 34px;
      text-align: center;
    }
  }
}

/* ======Form Section End======= */

/* ======client Section start======= */

.clients-section {
  padding: 60px 0px;

  h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    text-transform: capitalize;

    span {
      color: var(--primary-color);
      font-weight: 700;
      text-transform: uppercase;
    }
  }

  .client-container {
    padding: 5px;
    border-radius: 20px;
    box-shadow: rgba(17, 12, 46, 0.06) 0px 5px 15px 0px;

    img {
      width: 100%;
      /* filter: grayscale(100%); */
    }

    img:hover {
      filter: none;
    }
  }
}

@media (max-width: 600px) {
  .clients-section {
    padding: 35px 0px 5px;

    h2 {
      font-size: 24px;
      line-height: 34px;
      text-align: center;
    }
  }
}

/* ======client Section start======= */

/* ======client Section start======= */

.success-matrix-section {
  padding: 20px 0px 60px 0px;

  h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    text-transform: capitalize;
  }

  .success-matrix-wrapper {
    width: 20%;
  }

  .success-matrix-container {
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(17, 12, 46, 0.06) 0px 5px 15px 0px;
    margin-top: 15px;

    h3 {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 26px;
    }

    p {
      margin: 0px;
      font-weight: 500;
      font-size: 16px;
    }

    img {
      width: 60px;
    }
  }
}

@media (max-width: 600px) {
  .success-matrix-section {
    padding: 20px 0px 30px 0px;

    .success-matrix-wrapper {
      width: 100%;
    }

    .success-matrix-container {
      padding: 15px;
      text-align: center;

      h3 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 20px;
      }

      img {
        width: 50px;
      }
    }
  }
}

/* ======client Section start======= */

/* ======video tour Section start======= */

.video-tour-section {
  background: url(../images/tour-video-bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 40px 0px 40px;
  background-size: cover;
  background-color: #e8e8e8;

  .play-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 25px;
    border: 0px;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 50px);
    background: radial-gradient(circle,
        rgba(103, 192, 17, 1) 0%,
        rgba(97, 182, 13, 1) 50%,
        rgba(72, 134, 11, 1) 100%);
    top: 30%;
  }

  h2 {
    font-size: 28px;
    text-align: center;
  }

  .laptop-dashboard-img {
    width: 70%;
    margin: 0px auto;
    position: relative;
  }

  .video-content {
    padding: 50px 0px 100px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .video-tour-section {
    .laptop-dashboard-img {
      width: 100%;
      margin: 0px auto;
      position: relative;
    }

    .play-btn {
      width: 70px;
      height: 70px;
      padding: 18px;
      left: calc(50% - 35px);
      top: 30%;
    }
  }
}

@media (max-width: 360px) {
  .video-tour-section {
    padding: 20px 0px 20px;

    h2 {
      font-size: 20px;
      text-align: center;
    }
  }
}

/* ======Video Tour Section start======= */

/* ======Benifits Section start======= */

.benifits-section {
  padding: 100px 0px 60px;

  .benifit-head {
    font-size: 35px;
    line-height: 45px;
    margin: 10px 0px;
  }

  .benifit-sub-head {
    font-weight: 600;
    font-size: 17px;
    color: var(--primary-text);
  }
}

.benifits-list {
  list-style-image: url(../images/check-mark.png);
  margin: 20px 0px 0px 28px;
  padding: 0px;
  position: relative;

  li {
    padding: 5px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
}

@media (max-width: 600px) {
  .benifits-section {
    padding: 30px 0px 0px;

    .benifit-head {
      font-size: 25px;
      line-height: 35px;
    }
  }
}

/* ======Benifits Section End======= */

/* ======Testimonial Section start======= */

.testimonial-section {
  padding: 100px 0px 0px;
  background: radial-gradient(66.34% 66.34% at 50% 25.71%,
      rgb(239 249 228) 0,
      rgb(255 255 255) 100%);
}

.video-testimonial {
  padding: 50px 0px;

  .video-testimonial-container {
    background: #eff5ff;
    background-image: url(../images/video-testimonial-ng.webp);
    padding: 15px;
    background-size: cover;
    background-position: center;
    padding: 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    box-shadow: rgb(176 197 231) 0px 10px 4px 0px;
    border: 3px solid #dce7f9;
    position: relative;

    .play-btn {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      position: absolute;
      padding: 25px;
      left: 150px;
      top: 180px;
      border: 0px;
      background: radial-gradient(circle,
          rgba(103, 192, 17, 1) 0%,
          rgba(97, 182, 13, 1) 50%,
          rgba(72, 134, 11, 1) 100%);

      img {
        width: 100%;
      }
    }

    .video-text-container {
      padding: 25px;

      p {
        font-size: 25px;
        font-weight: 500;
        line-height: 42px;
        color: #404f69;
        padding: 0px;
        margin: 0px;
        width: 90%;
      }

      .video-brand {
        display: flex;
        margin: 15px 0px 0px;
        align-items: center;

        .brand-content {
          p {
            font-size: 16px;
            font-weight: 600;
            line-height: 25px;
            width: auto;

            span {
              font-weight: 400;
            }
          }
        }

        .brand-logo {
          margin-right: 15px;
        }
      }
    }
  }
}

.modal.show .modal-dialog {
  max-width: 800px;
}

@media (max-width: 600px) {
  .video-testimonial {
    padding-top: 0px;

    .video-testimonial-container {
      display: block;
      text-align: center;

      .video-text-container {
        padding: 15px 0px;

        p {
          font-size: 18px;
          line-height: 30px;
          width: 100%;
        }

        .video-brand {
          display: block;
        }
      }

      .play-btn {
        width: 80px;
        height: 80px;
        padding: 25px;
        left: calc(50% - 40px);
      }
    }
  }
}

/* ======mlm plan Section start======= */

.mlm-plans-section {
  padding: 100px 0px;
  background-color: #101828;
  position: relative;

  h2 {
    color: var(--white);
  }

  .title-afer-heading {
    color: var(--white);
  }

  .mlm-plan-container {
    /* position: relative; */
    height: 180px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    text-align: center;
    background: #0a101c;
    width: 180px;
    padding: 15px;
    margin: 15px auto;

    p {
      color: var(--white);
      margin: 0px;
      font-size: 18px;
      font-weight: 600;
    }
  }

  .mlm-plan-left100 {
    left: 100px;
  }

  .mlm-plan-left0 {
    left: 0px;
    margin-left: 0px;
  }

  .mlm-plan-left150 {
    left: 150px;
  }

  .mlm-plan-left180 {
    left: 180px;
  }

  .mlm-plan-left200 {
    left: 200px;
    margin-right: 0px;
  }

  .mlm-plan-left150 {
    left: 150px;
  }

  .cta-color-box {
    background: #1c283f;
    padding: 15px;
    border-radius: 20px;

    p {
      color: #fff;
      font-size: 25px;
      margin: 0px;
      text-transform: uppercase;
      font-weight: 600;
    }

    .small-text {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
    }
  }
}

/* ======mlm plan Section End======= */

/* ======Features Section start======= */

.features-section {
  padding: 100px 0px 60px 0px;
  position: relative;

  .feature-container {
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(17, 12, 46, 0.06) 0px 5px 15px 0px;
    margin-top: 15px;
    width: calc(25% - 30px);
    margin: 15px;

    h3 {
      font-size: 25px;
      line-height: 35px;
      margin: 15px 0px;
    }

    img {
      width: 60px;
    }
  }
}

@media (max-width: 600px) {
  .features-section {
    padding: 30px 0px 10px 0px;

    .feature-container {
      padding: 20px;
      margin-top: 15px;
      width: calc(100% - 20px);
      margin: 10px;

      h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 10px 0px;
      }

      img {
        width: 55px;
      }
    }
  }
}

/* ======Features Section start======= */

.rating-award-section {
  padding-bottom: 100px;
  padding-top: 50px;
}

.awards-section {
  padding-bottom: 100px;

  .award-container {
    background: url(../images/awards-bg.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    position: relative;
    padding: 50px 0px;
    border-radius: 20px;

    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(66.34% 66.34% at 50% 25.71%,
          rgb(239 249 228) 0,
          rgb(255 255 255/20%) 100%);
    }

    .title {
      margin-bottom: 25px;
      position: relative;
    }

    .title-afer-heading {
      position: relative;
    }

    .award-box {
      text-align: center;
      position: relative;
      margin-top: 15px;

      img {
        width: 150px;
      }
    }
  }

  .award-container-2 {
    background: none;

    &::before {
      background: none;
    }
  }
}

.awards-section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* ======FAQ Section start======= */
.faq-section {
  padding: 60px 0px 60px;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #1c283f;
}

.accordion-button:focus {
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-button {
  color: #353f4f;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  padding: 25px;
}

.bg {
  background-image: linear-gradient(90deg,
      rgba(206, 211, 246, 0) 0,
      #bbb 38%,
      #bbb 64%,
      rgba(206, 211, 246, 0) 99%);
  border: none;
  opacity: 0.4;
  background-color: transparent;
  width: 100%;
  height: 1px;
}

/* ======FAQ Section End======= */

.integrations-section {
  padding: 100px 0px;
  background-color: #101828;
  overflow: hidden;
}

.integrations-section .title {
  color: var(--white);
}

.integrations-section .title-afer-heading {
  color: var(--white);
}

.association-section {
  padding-top: 100px;
  background-size: 100%;
  position: relative;
}

.association-section .association-container {
  padding: 20px;
  border-radius: 20px;
  box-shadow: rgba(17, 12, 46, 0.06) 0px 5px 15px 0px;
  margin-top: 15px;

  img {
    width: 100%;
  }
}

.association-section .bottom-image {
  width: 100%;

  img {
    width: 100%;
  }
}

.whatsapp-button {
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1;

  img {
    width: 100%;
  }
}

.footer-section {
  background-color: #101828;
  padding: 20px 0px;
  text-align: center;

  p {
    margin: 0px;
    color: var(--white);
    font-size: 14px;
    text-align: center;
  }
}

.tagline-section {
  padding: 0px 0px 60px;
  p{
    color: var(--white);
        font-weight: 600;
        font-size: 26px;
        text-transform: uppercase;
        margin: 0px;
  }
}

.taglineOne-container {
  background-image: url(../images/tagline-bg1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #101828;
  padding: 30px 0px 30px 0px;
  text-align: center;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  h2 {
    color: var(--white);
    font-size: 40px;
    line-height: 55px;
  }
}

/* ======Case study Section End======= */

.case-study-section {
  padding: 100px 0px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: url(../images/case-study-bg.png);
  background-size: cover;
}

.case-study-section .title {
  color: var(--white);
  span {
        color: var(--primary-color);
  }
}

.case-study-section::after {
  position: absolute;
  height: calc(100% + 100px);
  width: 38.5%;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #1c283f;
  z-index: -1;
}

.carousel-inner {
  background-color: var(--white);
  border-radius: 25px;

  .cta-btn {
    display: block;
    text-decoration: none;
    margin: 20px auto 0px;
  }
}

.carousel-item {
  padding: 60px;
  background-color: #f8f9fa;
  min-height: 300px;
  text-align: center;
}

.carousel-item h3 {
  font-size: 25px;
  line-height: 35px;
  margin: 15px 0px;
}

.carousel-item p {
  font-weight: 500;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #101828;
  padding: 15px;
  border-radius: 50%;
  background-size: 70%;
}

@media (max-width: 600px) {
  .tagline-section {
    padding: 0px 0px 30px;
  }

  .case-study-section {
    padding: 30px 0px;
  }

  .carousel-item {
    padding: 25px;
  }

  .carousel-item h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0px;
  }

}

.pulse {
  animation: animate-pulse 3s linear infinite;
  cursor: pointer;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(103, 192, 17, 0.7), 0 0 0 0 rgba(72, 134, 11, 0.7);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(103, 192, 17, 0), 0 0 0 0 rgba(72, 134, 11, 0.7);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(103, 192, 17, 0),
      0 0 0 30px rgba(72, 134, 11, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(103, 192, 17, 0), 0 0 0 30px rgba(72, 134, 11, 0);
  }
}

.select2-container--default .select2-selection--single {
  height: 40px;
  display: flex;
  align-items: center;
}

.select2-selection__rendered {
  display: flex;
  align-items: center;
}

.img-flag {
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 2px;
}

.modal-body {
  padding: 5px;
  margin: 0px;
}

.modal-content .btn-secondary {
  position: absolute;
  right: -4px;
  z-index: 1;
  top: -10px;
  border-radius: 50%;
  background: #2a2a2a;
  border: 0px;
}

/* ======Media query Start======= */

@media (max-width: 600px) {
  .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .form-title {
    margin-bottom: 15px;
    width: 80%;
  }

  .result-guarantee {
    top: -20px;
    right: -25px;
    width: 125px;
  }

  .taglineOne-container {
    display: block;
    padding: 15px;

    h2 {
      font-size: 20px;
      line-height: 30px;
      margin-top: 15px;
    }
    p {
      font-size: 18px;
    }
  }

  .mlm-plans-section {
    padding: 30px 0px;

    .mlm-plan-container {
      position: unset;
      width: 105px;
      height: 105px;
      margin: 5px 5px;
      padding: 10px;
      border-radius: 15px;

      p {
        font-size: 14px;
        font-weight: 500;
      }
    }

    .mlm-plan-container2 {
      width: calc(50% - 10px);
      float: left;
    }

    .plans-wrapper {
      display: flex;
      padding: 0px;
    }

    .plans-wrapper2 {
      display: block;
      padding: 0px;
    }

    .cta-color-box {
      p {
        font-size: 20px;
      }
    }
  }

  .testimonial-section {
    padding: 30px 0px;
  }

  .rating-award-section {
    padding-bottom: 30px;
    padding-top: 0px;
  }

  .integrations-section {
    padding: 30px 0px 30px;
  }

  .awards-section {
    padding-bottom: 30px;

    .award-container {
      padding: 30px 0px;
    }
  }

  .faq-section {
    padding: 30px 0px 30px;
  }

  .accordion {
    padding: 0px;
  }

  .accordion-button {
    font-size: 14px;
    line-height: 23px;
    padding: 12px;
  }

  .association-section {
    padding-top: 5px;
  }

  .association-section .association-container {
    padding: 5px;
  }

  .display-mobile {
    display: block;
  }

  .display-web {
    display: none;
  }

  .overlay-bg:before {
    background: radial-gradient(66.34% 66.34% at 50% 25.71%,
        rgba(16, 24, 40, 0.8) 0,
        rgba(16, 24, 40, 0.97) 100%);
  }

  .order-bottom {
    order: 1;
  }

  .cta-head-text {
    font-size: 20px;
  }
}

.zoom-loop {
  animation: zoomLoop 2s ease-in-out infinite;
}

@keyframes zoomLoop {

  0%,
  100% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1.1);
  }
}