@import url(https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&family=Michroma&display=swap);
/* Font Family */
/* Font Family List */
/* Looping the font family based on the index value */
/* Color */
/* Font Size */
/* Font Weight */
/* Font Family */
:root {
  --theme-bg-color: $theme-bg-color;
  /* Background Color */
  --primary-font-color: $primary-font-color;
  /* Text Color */
  --secondary-font-color: $secondary-font-color;
  /* Text Color */
  --yellow-color: $yellow-color;
  --dark-yellow-color: $dark-yellow-color;
  --border-color: $border-color;
  --violet-color: $violet-color;
}

/* Common Styles */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  /* Base Font Size */
  scroll-behavior: smooth;
}

body {
  background: #FDFDFD;
  color: #ffffff;
  font-family: "Blinker", sans-serif;
  line-height: normal;
  overflow-x: hidden;
  overflow-y: auto;
}

.noscroll {
  touch-action: none !important;
  -ms-touch-action: none !important;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 6.4rem;
}

h2 {
  font-size: 6rem;
}

h3 {
  font-size: 4.8rem;
}

h4 {
  font-size: 4rem;
}

h5 {
  font-size: 3.6rem;
}

h6 {
  font-size: 2.8rem;
}

p {
  font-size: 1.6rem;
}

span {
  font-size: 1.4rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

ul li {
  list-style-type: none;
}

.head-container {
  max-width: 128rem;
  margin: 0 auto;
}

.theme-head.about-topic {
  display: none;
}
@media (max-width: 1280px) {
  .theme-head.about-topic {
    display: block;
    margin-bottom: 2rem;
    margin-top: 2.5rem;
  }
}
.theme-head h3 {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 5.76rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: #0C0C0C;
}
@media (max-width: 1440px) {
  .theme-head h3 {
    font-size: clamp(2.8rem, 1.4667rem + 2.3148vw, 4.8rem);
    line-height: 1.2;
  }
}
.theme-head p {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.08rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: #0C0C0C;
  padding-top: 1.6rem;
}
@media (max-width: 1440px) {
  .theme-head p {
    font-size: clamp(1.6rem, 1.2rem + 0.6944vw, 2.2rem);
  }
}
@media (max-width: 1366px) {
  .theme-head p {
    line-height: 1.2;
  }
}

.start-earn-button {
  padding: 2rem 0 2rem 3rem;
  border-radius: 1.2rem;
  width: 46rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  background: #88C75B;
  border: 1px solid transparent;
  color: #ffffff;
  margin-top: 3.2rem;
}

.contact-label-content {
  position: relative;
  margin-top: 3rem;
}

.contact-label {
  color: #9B9B9B;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.92rem;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 15px;
  padding: 0 5px;
  background: transparent;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.contact-input {
  font-size: 1.6rem;
  display: block;
  width: 100%;
  background: transparent;
  font-weight: 400;
  line-height: 1.92rem;
  color: #222222;
  padding: 1.6rem 2rem;
  border-radius: 1rem;
  border: 1px solid #9B9B9B;
}
@media (max-width: 576px) {
  .contact-input {
    line-height: 1.72rem;
    padding: 1.4rem 2rem;
  }
}
.contact-input:focus {
  outline: none;
}
.contact-input:focus ~ .contact-label {
  top: -8px;
  font-size: 1.4rem;
  line-height: 1.68rem;
  background: #ffffff;
}

.contact-input:not(:placeholder-shown) ~ .contact-label,
.contact-input:-webkit-autofill ~ .contact-label {
  top: -8px;
  font-size: 1.4rem;
  background: #ffffff;
}

.contact-btn {
  width: 100%;
  padding: 1.8rem 2rem;
  border-radius: 1rem;
  background: #88C75B;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-align: center;
  border: none;
  margin-top: 3rem;
  font-family: "Blinker", sans-serif;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}

.error-sec {
  padding-top: 0.3rem;
}
.error-sec .error-msg {
  color: #CB0000;
  font-weight: 400;
  line-height: 1.68rem;
  font-size: 1.4rem;
}
.error-sec .error-suggest {
  color: #A0A0A0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.92rem;
  padding-top: 0.5rem;
}
.error-sec .error-suggest span {
  color: #787878;
}

.parsley-errors-list {
  color: #CB0000;
  font-weight: 400;
  line-height: 1.68rem;
  font-size: 1.4rem;
}

.sticky-chat {
  position: fixed;
  right: 1.5rem;
  bottom: 5.5rem;
  z-index: 999;
  border-radius: 50%;
  width: 6rem;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1019607843);
  transition: 0.3s all ease-in-out;
}
.sticky-chat:hover {
  box-shadow: 0px 2px 20px 0px #88C75B;
}
@media (max-width: 1440px) {
  .sticky-chat {
    bottom: 13rem;
  }
}
@media (max-width: 1024px) {
  .sticky-chat {
    bottom: 12.7rem;
  }
}
@media (max-width: 991px) {
  .sticky-chat {
    bottom: 12.5rem;
  }
}
@media (max-width: 768px) {
  .sticky-chat {
    bottom: 11.7rem;
  }
}
@media (max-width: 678px) {
  .sticky-chat {
    bottom: 15rem;
  }
}
@media (max-width: 576px) {
  .sticky-chat {
    bottom: 15rem;
  }
}
@media (max-width: 490px) {
  .sticky-chat {
    width: 4.2rem;
    height: 4.2rem;
  }
}
@media (max-width: 320px) {
  .sticky-chat {
    bottom: 15.5rem;
  }
}
@media (max-width: 320px) {
  .sticky-chat {
    bottom: 15rem;
  }
}
.sticky-chat img {
  width: 100%;
}

input::-moz-placeholder {
  color: #9B9B9B;
}

input::placeholder {
  color: #9B9B9B;
}

.contact-input,
textarea {
  caret-color: #222222;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #88C75B;
}

.ambs {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.chat-bubble-reg {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.chat-bubble-reg:hover .tooltip-text-register-btn {
  visibility: visible;
}
.chat-bubble-reg .tooltip-text-register-btn {
  visibility: hidden;
  width: 150px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #000;
  color: #fff !important;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  font-size: 14px;
  position: absolute;
  bottom: 120%;
  left: 43%;
  margin-left: -60px;
  line-height: 1.5;
}

.user-login-start.chat-bubble-reg .tooltip-text-register-btn {
  top: 120%;
}

.notifyjs-corner .notifyjs-bootstrap-error {
  white-space: wrap;
}

input:-webkit-autofill {
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

#header-scroll.header-scroll {
  background: #FDFDFD;
  box-shadow: 0px 1px 1px 0px rgba(136, 199, 91, 0.3);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1000;
}
header .head-container {
  max-width: 128rem;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  header .head-container {
    max-width: 192rem;
  }
}
header .header-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.3rem 0;
}
@media (max-width: 1440px) {
  header .header-main {
    padding: 1.3rem 2rem;
  }
}
@media (max-width: 991px) {
  header .header-main {
    padding: 1.3rem 1.5rem;
  }
}
header .header-main .logo {
  display: block;
  max-width: 24rem;
}
@media (max-width: 768px) {
  header .header-main .logo {
    max-width: 14rem;
  }
}
header .header-main .logo img {
  width: 100%;
}
@media (max-width: 991px) {
  header .header-main.menu-open .nav-wrap {
    right: 0;
  }
  header .header-main.menu-open .hamburger {
    border-color: #000000;
  }
  header .header-main.menu-open .hamburger span {
    background: #88C75B;
    transition: 0.3s all ease-in-out;
  }
  header .header-main.menu-open .hamburger span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .header-main.menu-open .hamburger span:nth-child(2) {
    top: 50%;
    transform: translateX(-300%);
    opacity: 0;
  }
  header .header-main.menu-open .hamburger span:nth-child(3) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
header .header-main .hamburger {
  display: none;
}
@media (max-width: 991px) {
  header .header-main .hamburger {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    position: relative;
    z-index: 100;
  }
}
@media (max-width: 991px) {
  header .header-main .hamburger span {
    width: 2.3rem;
    height: 0.2rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #88C75B;
    border-radius: 0.2rem;
    position: absolute;
  }
}
header .header-main .hamburger span:nth-child(1) {
  top: 0.9rem;
}
header .header-main .hamburger span:nth-child(2) {
  top: 1.5rem;
}
header .header-main .hamburger span:nth-child(3) {
  top: 2.1rem;
}
header .header-main .nav-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .header-main .nav-wrap .logo {
  display: none;
}
@media (max-width: 991px) {
  header .header-main .nav-wrap {
    position: fixed;
    width: 28rem;
    height: 100dvh;
    top: 0;
    right: -100%;
    background: #FDFDFD;
    border-radius: 0;
    display: block;
    padding: 1.5rem 1.5rem 0 1.5rem;
    z-index: 100;
    transition: 0.3s all ease-in-out;
  }
  header .header-main .nav-wrap .nav-rt .user-login {
    width: 50%;
    font-size: 1.4rem;
    padding: 1.2rem;
  }
  header .header-main .nav-wrap .nav-rt .user-login-start {
    width: 50%;
    font-size: 1.4rem;
    padding: 1.2rem;
  }
  header .header-main .nav-wrap .logo {
    display: block;
    width: 22rem;
  }
}
@media (max-width: 991px) {
  header .header-main .nav-wrap .nav-web-wrap {
    margin-top: 2.5rem;
  }
}
header .header-main .nav-wrap .nav-web-wrap nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 44rem;
}
@media (max-width: 1199px) {
  header .header-main .nav-wrap .nav-web-wrap nav ul {
    width: 36rem;
  }
}
@media (max-width: 991px) {
  header .header-main .nav-wrap .nav-web-wrap nav ul {
    display: block;
  }
}
header .header-main .nav-wrap .nav-web-wrap nav li a {
  color: #020202;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.92rem;
}
header .header-main .nav-wrap .nav-web-wrap nav li a:hover {
  color: #88C75B;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991px) {
  header .header-main .nav-wrap .nav-web-wrap nav li a {
    margin-bottom: 2rem;
    display: inline-block;
    color: #000000;
  }
}
header .header-main .nav-wrap .nav-rt {
  display: none;
}
@media (max-width: 991px) {
  header .header-main .nav-wrap .nav-rt {
    display: flex;
  }
}
header .header-main .nav-rt {
  display: flex;
  gap: 2rem;
}
@media (max-width: 991px) {
  header .header-main .nav-rt {
    display: none;
  }
}
header .header-main .nav-rt a {
  display: inline-block;
}
@media (max-width: 991px) {
  header .header-main .nav-rt a {
    background: #ffffff;
  }
}
header .header-main .nav-rt .user-login {
  width: 14rem;
  border: 1px solid #88C75B;
  padding: 1.6rem 3rem 1.6rem 3rem;
  color: #88C75B;
  border-radius: 1.2rem;
  text-align: center;
  font-size: 1.6rem;
  background: #ffffff;
  transition: 0.3s all ease-in-out;
}
header .header-main .nav-rt .user-login:hover {
  color: #ffffff;
  background: #88C75B;
  border: 1px solid #88C75B;
}
header .header-main .nav-rt .user-login-start {
  width: 14rem;
  border: 1px solid #88C75B;
  padding: 1.6rem 3rem 1.6rem 3rem;
  color: #ffffff;
  border-radius: 1.2rem;
  text-align: center;
  font-size: 1.6rem;
  background: #88C75B;
  transition: 0.3s all ease-in-out;
}
header .header-main .nav-rt .user-login-start:hover {
  background: #ffffff;
  color: #88C75B;
  border: 1px solid #88C75B;
}
header .header-main .overlay {
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s all ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
header .header-main .overlay.overlay-active {
  opacity: 1;
  visibility: visible;
}

.footer-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  margin-top: 1rem;
}
@media (max-width: 678px) {
  .footer-section {
    flex-direction: column;
    gap: 1rem;
  }
}
.footer-section a {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.16rem;
  color: #0C0C0C;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991px) {
  .footer-section a {
    font-size: 1.4rem;
  }
  .footer-section a .ambs {
    font-size: 1.4rem;
  }
}
.footer-section a:hover {
  color: #88C75B;
}
.footer-section .social-links {
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 576px) {
  .footer-section .social-links {
    gap: 0.5rem;
  }
}
.footer-section .social-links .social-logo {
  width: 5.4rem;
  display: block;
  font-size: 2.5rem;
  color: #000;
}
@media (max-width: 768px) {
  .footer-section .social-links .social-logo {
    width: 4rem;
  }
}
.footer-section .disclaimer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 678px) {
  .footer-section .disclaimer {
    flex-direction: column;
    gap: 0.6rem;
  }
}
.footer-section .disclaimer .disclaimer_copy {
  font-weight: 300;
  color: #7D7D7D;
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  .footer-section .disclaimer .disclaimer_copy {
    font-size: 1.4rem;
  }
}

.banner-section {
  background: linear-gradient(180deg, rgba(136, 199, 91, 0.1) 0%, rgba(136, 199, 91, 0) 100%);
  position: relative;
}
.banner-section .banner-image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.banner-section .head-container {
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1366px) {
  .banner-section .head-container {
    padding: 0 3rem;
  }
}
@media (max-width: 991px) {
  .banner-section .head-container {
    padding: 10rem 1.5rem 4rem 1.5rem;
    height: auto;
  }
}
@media (max-width: 576px) {
  .banner-section .head-container {
    padding: 8rem 1.5rem 1.5rem;
    height: auto;
  }
}
.banner-section .banner-left {
  max-width: 80.1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.banner-section .banner-left h1 {
  font-family: "Blinker", sans-serif;
  font-size: 6.4rem;
  line-height: 7.68rem;
  font-weight: 600;
  color: #020202;
  text-transform: uppercase;
  padding-bottom: 1rem;
  text-wrap: balance;
}
@media (min-width: 1921px) {
  .banner-section .banner-left h1 {
    padding-bottom: 2rem;
  }
}
@media (max-width: 1440px) {
  .banner-section .banner-left h1 {
    font-size: clamp(3.2rem, 1.0667rem + 3.7037vw, 6.4rem);
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-left h1 {
    font-size: clamp(2.8rem, 2.4216rem + 1.3514vw, 3.2rem);
    line-height: 1.2;
  }
}
.banner-section .banner-left h1 span {
  font-family: "Blinker", sans-serif;
  color: #88C75B;
  font-size: 6.4rem;
  line-height: 7.68rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .banner-section .banner-left h1 span {
    font-size: clamp(3.2rem, 1.0667rem + 3.7037vw, 6.4rem);
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-left h1 span {
    font-size: clamp(2.8rem, 2.4216rem + 1.3514vw, 3.2rem);
    line-height: 1.2;
  }
}
.banner-section .banner-left p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #020202;
  text-wrap: wrap;
  text-transform: capitalize;
}
@media (min-width: 1921px) {
  .banner-section .banner-left p {
    padding-bottom: 2rem;
  }
}
@media (max-width: 490px) {
  .banner-section .banner-left p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
.banner-section .banner-left .start-button {
  width: 18rem;
  padding: 1.6rem 3rem 1.6rem 3rem;
  color: #ffffff;
  border-radius: 1.2rem;
  text-align: center;
  background: #88C75B;
  border: none;
  margin-top: 1.6rem;
  cursor: pointer;
  font-family: "Blinker", sans-serif;
  font-size: 1.6rem;
  line-height: 1.92rem;
  border: 1px solid #88C75B;
  transition: 0.3s all ease-in-out;
}
.banner-section .banner-left .start-button:hover {
  background: #ffffff;
  color: #88C75B;
}
@media (max-width: 576px) {
  .banner-section .banner-left .start-button {
    padding: 1rem 2rem;
  }
}

.earning-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2.9rem;
  padding: 9.2rem 0;
  width: 100%;
}
@media (max-width: 1366px) {
  .earning-section {
    padding: 4rem 3rem;
  }
}
@media (max-width: 1280px) {
  .earning-section {
    gap: 2rem;
  }
}
@media (max-width: 1199px) {
  .earning-section {
    gap: 1rem;
  }
}
@media (max-width: 991px) {
  .earning-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7rem;
    padding: 3rem 1.6rem;
  }
}
@media (max-width: 576px) {
  .earning-section {
    gap: 5rem;
    padding: 3rem 1.5rem;
  }
}
.earning-section .calc-section {
  position: relative;
  width: 43%;
}
@media (max-width: 1199px) {
  .earning-section .calc-section {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .earning-section .calc-section {
    width: 100%;
  }
}
.earning-section .calc-section .logo {
  cursor: auto;
}
.earning-section .calc-section .logo img {
  margin: 5rem 0 0 3rem;
  max-width: 24rem;
}
@media (max-width: 768px) {
  .earning-section .calc-section .logo img {
    margin: 3rem 0 0 3rem;
    max-width: 14rem;
  }
}
.earning-section .calc-section .earn-outer-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.earning-section .calc-section .earn-outer-img img {
  width: 100%;
  height: 100%;
}
.earning-section .calc-section .calc-inner-section {
  margin: 3.2rem;
}
@media (max-width: 576px) {
  .earning-section .calc-section .calc-inner-section {
    margin: 1rem;
  }
}
.earning-section .calc-section .calc-inner-section .calc-para {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  text-align: left;
  color: #020202;
  padding-bottom: 1.9rem;
}
@media (max-width: 991px) {
  .earning-section .calc-section .calc-inner-section .calc-para {
    font-size: 1.5rem;
    padding-bottom: 1.2rem;
  }
}
.earning-section .calc-section .calc-inner-section .input-section {
  display: flex;
  gap: 1.9rem;
  padding-bottom: 3.2rem;
}
@media (max-width: 991px) {
  .earning-section .calc-section .calc-inner-section .input-section {
    padding-bottom: 1.5rem;
    gap: 1.2rem;
  }
}
@media (max-width: 490px) {
  .earning-section .calc-section .calc-inner-section .input-section {
    padding-bottom: 1rem;
    gap: 1rem;
  }
}
.earning-section .calc-section .calc-inner-section .input-section .rupee_symbol {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-family: "Blinker", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #020202;
}
@media (max-width: 768px) {
  .earning-section .calc-section .calc-inner-section .input-section .rupee_symbol {
    font-size: 1.6rem;
    left: 8.8px;
  }
}
.earning-section .calc-section .calc-inner-section .input-section .calc_input_wrap {
  position: relative;
  width: calc(100% - 11.5rem);
}
@media (max-width: 392px) {
  .earning-section .calc-section .calc-inner-section .input-section .calc_input_wrap {
    width: calc(100% - 6rem);
  }
}
.earning-section .calc-section .calc-inner-section .input-section .calc_input_wrap input,
.earning-section .calc-section .calc-inner-section .input-section .calc_input_wrap textarea {
  caret-color: #020202;
}
.earning-section .calc-section .calc-inner-section .input-section .calc_input_wrap .calc-input {
  width: 100%;
  padding: 1.6rem 2rem 1.6rem 4rem;
  border-radius: 1.2rem;
  border: 1px solid #88C75B;
  background: #FDFDFD;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3.3rem;
  letter-spacing: 0.08em;
  color: #020202;
}
.earning-section .calc-section .calc-inner-section .input-section .calc_input_wrap .calc-input::-moz-placeholder {
  font-size: 2.8rem;
  font-family: "Blinker", sans-serif;
  letter-spacing: 0.02em;
}
.earning-section .calc-section .calc-inner-section .input-section .calc_input_wrap .calc-input::placeholder {
  font-size: 2.8rem;
  font-family: "Blinker", sans-serif;
  letter-spacing: 0.02em;
}
@media (max-width: 1440px) {
  .earning-section .calc-section .calc-inner-section .input-section .calc_input_wrap .calc-input::-moz-placeholder {
    font-size: clamp(1.4rem, 0.4667rem + 1.6204vw, 2.8rem);
  }
  .earning-section .calc-section .calc-inner-section .input-section .calc_input_wrap .calc-input::placeholder {
    font-size: clamp(1.4rem, 0.4667rem + 1.6204vw, 2.8rem);
  }
}
@media (max-width: 768px) {
  .earning-section .calc-section .calc-inner-section .input-section .calc_input_wrap .calc-input::-moz-placeholder {
    font-size: 1.6rem;
  }
  .earning-section .calc-section .calc-inner-section .input-section .calc_input_wrap .calc-input::placeholder {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .earning-section .calc-section .calc-inner-section .input-section .calc_input_wrap .calc-input::-moz-placeholder {
    font-size: 1.4rem;
  }
  .earning-section .calc-section .calc-inner-section .input-section .calc_input_wrap .calc-input::placeholder {
    font-size: 1.4rem;
  }
}
@media (max-width: 1440px) {
  .earning-section .calc-section .calc-inner-section .input-section .calc_input_wrap .calc-input {
    font-size: clamp(1.4rem, 0.4667rem + 1.6204vw, 2.8rem);
  }
}
@media (max-width: 768px) {
  .earning-section .calc-section .calc-inner-section .input-section .calc_input_wrap .calc-input {
    font-size: 1.6rem;
    padding: 1rem 2rem 1rem 2rem;
  }
}
@media (max-width: 576px) {
  .earning-section .calc-section .calc-inner-section .input-section .calc_input_wrap .calc-input {
    font-size: 1.4rem;
    padding: 0.6rem 2rem 0.6rem 2rem;
  }
}
.earning-section .calc-section .calc-inner-section .input-section .calc_input_wrap .calc-input:focus {
  background: #FDFDFD;
  outline: none;
  border: 1px solid #88C75B;
}
.earning-section .calc-section .calc-inner-section .input-section .calc-rupee {
  width: 9.6rem;
  border: 1px solid #88C75B;
  color: #020202;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3.3rem;
  letter-spacing: 0.08em;
  border-radius: 1.2rem;
  padding: 1.6rem 0;
  text-align: center;
}
@media (max-width: 1440px) {
  .earning-section .calc-section .calc-inner-section .input-section .calc-rupee {
    font-size: clamp(1.4rem, 0.4667rem + 1.6204vw, 2.8rem);
  }
}
@media (max-width: 768px) {
  .earning-section .calc-section .calc-inner-section .input-section .calc-rupee {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}
@media (max-width: 576px) {
  .earning-section .calc-section .calc-inner-section .input-section .calc-rupee {
    font-size: 1.4rem;
    padding: 0.6rem 2rem;
  }
}
@media (max-width: 392px) {
  .earning-section .calc-section .calc-inner-section .input-section .calc-rupee {
    width: 6rem;
  }
}
.earning-section .calc-section .calc-inner-section .inner-profit .profit-sec {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.earning-section .calc-section .calc-inner-section .inner-profit .profit-sec:nth-child(1) {
  padding-bottom: 1.6rem;
}
@media (max-width: 576px) {
  .earning-section .calc-section .calc-inner-section .inner-profit .profit-sec:nth-child(1) {
    padding-bottom: 1rem;
  }
}
.earning-section .calc-section .calc-inner-section .inner-profit .profit-sec .casino {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #020202;
}
@media (max-width: 576px) {
  .earning-section .calc-section .calc-inner-section .inner-profit .profit-sec .casino {
    font-size: 1.2rem;
  }
}
.earning-section .calc-section .calc-inner-section .inner-profit .profit-sec .commission,
.earning-section .calc-section .calc-inner-section .inner-profit .profit-sec span {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #020202;
}
@media (max-width: 576px) {
  .earning-section .calc-section .calc-inner-section .inner-profit .profit-sec .commission,
  .earning-section .calc-section .calc-inner-section .inner-profit .profit-sec span {
    font-size: 1.2rem;
  }
}
.earning-section .calc-section .calc-inner-section .start-earn-button {
  padding: 2rem 3rem;
  border-radius: 1.2rem;
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  background: #88C75B;
  color: #ffffff;
  margin-top: 3.2rem;
  cursor: pointer;
  font-family: "Blinker", sans-serif;
  transition: 0.3s all ease-in-out;
  display: block;
  text-align: center;
  border: 1px solid #88C75B;
}
.earning-section .calc-section .calc-inner-section .start-earn-button:hover {
  background: #ffffff;
  color: #88C75B;
}
@media (max-width: 576px) {
  .earning-section .calc-section .calc-inner-section .start-earn-button {
    padding: 1rem 2rem;
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
@media (max-width: 490px) {
  .earning-section .calc-section .calc-inner-section .start-earn-button {
    margin-top: 1rem;
  }
}
.earning-section .calc-section .calc-inner-section .start-earn-button .earn_rupee {
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .earning-section .calc-section .calc-inner-section .start-earn-button .earn_rupee {
    font-size: 1.4rem;
  }
}
.earning-section .calc-section .calc-inner-section .start-earn-button .amount_span {
  font-size: 2rem;
}
@media (max-width: 576px) {
  .earning-section .calc-section .calc-inner-section .start-earn-button .amount_span {
    font-size: 1.4rem;
  }
}
.earning-section .calc-section .calc-inner-section .payment-method {
  text-align: center;
  padding: 1rem 0 3.2rem 0;
}
@media (max-width: 576px) {
  .earning-section .calc-section .calc-inner-section .payment-method {
    padding: 1rem 0 2rem 0;
  }
}
.earning-section .calc-section .calc-inner-section .payment-method img {
  width: 20%;
}
.earning-section .calc-section .calc-inner-section .payment-para {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.16rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: #616161;
}
@media (max-width: 576px) {
  .earning-section .calc-section .calc-inner-section .payment-para {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
}
.earning-section .earning-right {
  width: 56.3%;
}
@media (max-width: 1199px) {
  .earning-section .earning-right {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .earning-section .earning-right {
    width: 100%;
  }
}
.earning-section .earning-right .start-advert-sec {
  margin-top: 6rem;
  display: flex;
  gap: 1rem;
}
@media (max-width: 1280px) {
  .earning-section .earning-right .start-advert-sec {
    margin-top: 2rem;
  }
}
@media (max-width: 1199px) {
  .earning-section .earning-right .start-advert-sec {
    gap: 0.5rem;
  }
}
@media (max-width: 576px) {
  .earning-section .earning-right .start-advert-sec {
    gap: 1.5rem;
  }
}
@media (max-width: 490px) {
  .earning-section .earning-right .start-advert-sec {
    flex-wrap: wrap;
  }
}
.earning-section .earning-right .start-advert-sec .start-join {
  width: 33%;
  padding: 1.4rem 2rem 1.4rem 2rem;
}
@media (max-width: 1280px) {
  .earning-section .earning-right .start-advert-sec .start-join {
    padding: 1.2rem;
  }
}
@media (max-width: 1199px) {
  .earning-section .earning-right .start-advert-sec .start-join {
    padding: 0.5rem;
  }
}
@media (max-width: 490px) {
  .earning-section .earning-right .start-advert-sec .start-join {
    width: 100%;
  }
}
.earning-section .earning-right .start-advert-sec .start-join > div {
  text-align: center;
  padding-bottom: 1.366rem;
}
@media (max-width: 576px) {
  .earning-section .earning-right .start-advert-sec .start-join > div {
    padding-bottom: 0.36rem;
  }
}
@media (max-width: 576px) {
  .earning-section .earning-right .start-advert-sec .start-join > div img {
    width: 16%;
  }
}
.earning-section .earning-right .start-advert-sec .start-join h5 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.16rem;
  color: #88C75B;
  text-align: center;
}
.earning-section .earning-right .start-advert-sec .start-join p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.52rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: #0C0C0C;
  padding-top: 0.683rem;
}
@media (max-width: 1280px) {
  .earning-section .earning-right .start-advert-sec .start-join p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 678px) {
  .earning-section .earning-right .start-advert-sec .start-join p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 576px) {
  .earning-section .earning-right .start-advert-sec .start-join p {
    padding-top: 0.2rem;
  }
}
.earning-section .earning-right .start-advert-sec .start-join p a {
  color: #88C75B;
}

.comm-section {
  padding: 6rem 0;
  position: relative;
}
@media (max-width: 1280px) {
  .comm-section {
    padding: 6rem 2rem;
  }
}
@media (max-width: 678px) {
  .comm-section {
    padding: 2rem 1.5rem 2rem 1.5rem;
  }
}
.comm-section .comm-vecimage {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.comm-section .commission-container {
  max-width: 120.8rem;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .comm-section .commission-container {
    max-width: 144rem;
  }
}
.comm-section .commission-container .theme-head p {
  max-width: 93.7rem;
  text-align: center;
  margin: 0 auto;
}
.comm-section .commission-container .tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 6rem 0 5rem 0;
}
@media (max-width: 768px) {
  .comm-section .commission-container .tabs {
    margin: 3rem 0 2rem 0;
  }
}
.comm-section .commission-container .tabs .tab {
  width: 12rem;
  border-radius: 1.2rem;
  color: #88C75B;
  background: #ffffff;
  padding: 1.6rem 3rem 1.6rem 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.92rem;
  letter-spacing: 0.02em;
  border: 1px solid #88C75B;
  cursor: pointer;
}
@media (max-width: 576px) {
  .comm-section .commission-container .tabs .tab {
    padding: 0.8rem 3rem 0.8rem 3rem;
  }
}
.comm-section .commission-container .tabs .tab:nth-child(2) {
  border-radius: 0 1.2rem 1.2rem 0;
}
.comm-section .commission-container .tabs .tab.tab-active {
  background: #88C75B;
  color: #ffffff;
}
.comm-section .commission-container .tab-content {
  display: none;
}
.comm-section .commission-container .tab-content .tab-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 1199px) {
  .comm-section .commission-container .tab-content .tab-flex {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .comm-section .commission-container .tab-content .tab-flex {
    gap: 1.1rem;
  }
}
@media (max-width: 576px) {
  .comm-section .commission-container .tab-content .tab-flex {
    flex-wrap: wrap;
    gap: 1.1rem;
  }
}
.comm-section .commission-container .tab-content .tab-flex .silver-sec {
  width: 25%;
  border-radius: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  gap: 2rem;
}
@media (max-width: 768px) {
  .comm-section .commission-container .tab-content .tab-flex .silver-sec {
    padding: 1rem 1rem;
    gap: 0.4rem;
  }
}
@media (max-width: 576px) {
  .comm-section .commission-container .tab-content .tab-flex .silver-sec {
    width: calc(50% - 1.1rem);
    border-radius: 1.5rem;
  }
}
@media (max-width: 320px) {
  .comm-section .commission-container .tab-content .tab-flex .silver-sec {
    width: 100%;
  }
}
.comm-section .commission-container .tab-content .tab-flex .silver-sec.silver {
  box-shadow: -0.5px -0.5px 0px 0px #939393;
  border: 2px solid rgba(167, 167, 167, 0.1607843137);
  background: linear-gradient(128.44deg, rgba(255, 255, 255, 0.16) 36.15%, rgba(167, 167, 167, 0) 94.06%);
}
.comm-section .commission-container .tab-content .tab-flex .silver-sec.gold {
  background: linear-gradient(128.44deg, rgba(248, 180, 48, 0.16) 33.79%, rgba(167, 167, 167, 0) 94.06%);
  box-shadow: -0.5px -0.5px 0px 0px #EEB258;
  border: 1px solid rgba(248, 180, 48, 0.1607843137);
}
.comm-section .commission-container .tab-content .tab-flex .silver-sec.platinum {
  background: linear-gradient(128.44deg, rgba(112, 90, 184, 0.16) 23.95%, rgba(167, 167, 167, 0) 94.06%);
  box-shadow: -0.5px -0.5px 0px 0px #676ED9;
  border: 1px solid rgba(112, 90, 184, 0.1607843137);
}
.comm-section .commission-container .tab-content .tab-flex .silver-sec.diamond {
  background: linear-gradient(128.44deg, rgba(165, 115, 204, 0.16) 23.95%, rgba(167, 167, 167, 0) 94.06%);
  box-shadow: -0.5px -0.5px 0px 0px #A573CC;
  border: 1px solid rgba(165, 115, 204, 0.1607843137);
}
.comm-section .commission-container .tab-content .tab-flex .silver-sec .comm-text {
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.6rem;
  text-align: center;
}
@media (max-width: 991px) {
  .comm-section .commission-container .tab-content .tab-flex .silver-sec .comm-text {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .comm-section .commission-container .tab-content .tab-flex .silver-sec .comm-text {
    font-size: 1.8rem;
  }
}
.comm-section .commission-container .tab-content .tab-flex .silver-sec .comm-text.silver {
  color: #6D6D6D;
}
.comm-section .commission-container .tab-content .tab-flex .silver-sec .comm-text.gold {
  color: #EEB258;
}
.comm-section .commission-container .tab-content .tab-flex .silver-sec .comm-text.platinum {
  color: #676ED9;
}
.comm-section .commission-container .tab-content .tab-flex .silver-sec .comm-text.diamond {
  color: #A573CC;
}
.comm-section .commission-container .tab-content .tab-flex .silver-sec .progress-circle {
  width: 7.5rem;
  height: 7.5rem;
  background: #CECECE;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .comm-section .commission-container .tab-content .tab-flex .silver-sec .progress-circle {
    width: 6rem;
    height: 6rem;
  }
}
.comm-section .commission-container .tab-content .tab-flex .silver-sec .progress-circle span {
  width: 6rem;
  height: 6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.88rem;
  text-align: center;
  color: #0C0C0C;
}
@media (max-width: 768px) {
  .comm-section .commission-container .tab-content .tab-flex .silver-sec .progress-circle span {
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
  }
}
.comm-section .commission-container .tab-content .tab-flex .silver-sec .earning-amtpara {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.88rem;
  text-align: center;
  color: #0C0C0C;
}
@media (max-width: 991px) {
  .comm-section .commission-container .tab-content .tab-flex .silver-sec .earning-amtpara {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .comm-section .commission-container .tab-content .tab-flex .silver-sec .earning-amtpara {
    font-size: 1.4rem;
  }
}
.comm-section .commission-container .tab-content.tab-active {
  display: block;
}
.comm-section .commission-container .start-earn-button {
  font-size: 1.6rem;
  padding: 1.6rem 2rem 1.6rem 2rem;
  width: 100%;
  max-width: 28.3rem;
  cursor: pointer;
  border: 1px solid;
  transition: 0.3s all ease-in-out;
  font-family: "Blinker", sans-serif;
  display: block;
  text-align: center;
  margin: 6rem auto;
}
.comm-section .commission-container .start-earn-button:hover {
  background: #ffffff;
  color: #88C75B;
}
@media (max-width: 768px) {
  .comm-section .commission-container .start-earn-button {
    margin: 2rem auto;
  }
}
@media (max-width: 576px) {
  .comm-section .commission-container .start-earn-button {
    padding: 1rem;
    font-size: 1.4rem;
    margin: 1.2rem auto;
  }
}
@media (max-width: 320px) {
  .comm-section .commission-container .start-earn-button {
    font-size: 1.2rem;
  }
}

.downloadAppSection {
  padding: 6rem 0;
  position: relative;
}
@media (max-width: 1366px) {
  .downloadAppSection {
    padding: 6rem 2rem;
  }
}
@media (max-width: 678px) {
  .downloadAppSection {
    padding: 2rem 1.5rem 2rem 1.5rem;
  }
}
.downloadAppSection .download-vecimage {
  position: absolute;
  top: -50%;
  left: 0;
  z-index: -1;
}
.downloadAppSection .downloadAppContainer {
  max-width: 128rem;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(236, 236, 236, 0.3) 0%, rgba(136, 199, 91, 0.3) 100%);
  border-radius: 5rem;
  box-shadow: -0.5px -0.5px 0px 0px #88C75B;
  padding: 1rem 7rem 0 7rem;
}
@media (max-width: 991px) {
  .downloadAppSection .downloadAppContainer {
    padding: 1rem 3rem 0 3rem;
  }
}
@media (max-width: 768px) {
  .downloadAppSection .downloadAppContainer {
    padding: 2rem 3rem;
  }
}
@media (max-width: 392px) {
  .downloadAppSection .downloadAppContainer {
    padding: 2rem;
  }
}
.downloadAppSection .downloadAppContainer .downloadAppInnerWrapper {
  display: flex;
  align-items: center;
  gap: 4rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .downloadAppSection .downloadAppContainer .downloadAppInnerWrapper {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .downloadAppSection .downloadAppContainer .downloadAppInnerWrapper {
    flex-direction: column;
  }
}
.downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppImgWrapper {
  max-width: 38.2rem;
}
@media (max-width: 1366px) {
  .downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppImgWrapper {
    max-width: 30rem;
  }
}
@media (max-width: 991px) {
  .downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppImgWrapper {
    max-width: 28rem;
    position: relative;
    bottom: -0.5rem;
  }
}
@media (max-width: 576px) {
  .downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppImgWrapper {
    max-width: 20rem;
  }
}
@media (max-width: 392px) {
  .downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppImgWrapper {
    max-width: 15rem;
  }
}
.downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppImgWrapper img {
  width: 100%;
}
.downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper {
  text-align: center;
  color: #0C0C0C;
  max-width: 620px;
  margin: auto;
  padding-bottom: 1.3rem;
}
.downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper h3 {
  font-size: clamp(1.8rem, 0.75vw + 1.36rem, 2.8rem);
  margin-bottom: 1.6rem;
  font-weight: 600;
  max-width: 500px;
  margin: auto auto 1.6rem auto;
}
.downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper p {
  font-size: clamp(1.4rem, 0.188vw + 1.34rem, 1.7rem);
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper p {
    margin-bottom: 2rem;
  }
}
.downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper .downloadAppBtnWrapper {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
}
@media (max-width: 392px) {
  .downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper .downloadAppBtnWrapper {
    flex-direction: column;
  }
}
.downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper .downloadAppBtnWrapper .androidBtn img {
  filter: invert(1);
}
.downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper .downloadAppBtnWrapper .androidBtn,
.downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper .downloadAppBtnWrapper .iosBtn {
  background: #ffffff;
  border: 1px solid #ffffff;
  outline: 0;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Blinker", sans-serif;
  padding: 0.8rem 0;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  width: 100%;
  max-width: 16.5rem;
  text-align: left;
}
@media (max-width: 576px) {
  .downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper .downloadAppBtnWrapper .androidBtn,
  .downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper .downloadAppBtnWrapper .iosBtn {
    max-width: 100%;
    font-size: 1.6rem;
  }
}
.downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper .downloadAppBtnWrapper .androidBtn span,
.downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper .downloadAppBtnWrapper .iosBtn span {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}
.downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper .downloadAppBtnWrapper .androidBtn span p,
.downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper .downloadAppBtnWrapper .iosBtn span p {
  margin: 0;
  color: #000000;
  line-height: 2.4rem;
  font-weight: 600;
  font-size: clamp(1.4rem, 0.375vw + 1.28rem, 2rem);
}
@media (max-width: 991px) {
  .downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper .downloadAppBtnWrapper .androidBtn span p,
  .downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper .downloadAppBtnWrapper .iosBtn span p {
    line-height: normal;
  }
}
.downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper .downloadAppBtnWrapper .androidBtn img,
.downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper .downloadAppBtnWrapper .iosBtn img {
  width: 3rem;
}
@media (max-width: 576px) {
  .downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper .downloadAppBtnWrapper .androidBtn img,
  .downloadAppSection .downloadAppContainer .downloadAppInnerWrapper .downloadAppContentWrapper .downloadAppBtnWrapper .iosBtn img {
    width: 2rem;
  }
}

.about-section {
  position: relative;
}
.about-section .about-vecimage {
  position: absolute;
  top: -27%;
  left: 0;
  z-index: -1;
}
.about-section .about-container {
  max-width: 125.5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 5rem 0;
  position: relative;
}
@media (min-width: 1921px) {
  .about-section .about-container {
    max-width: 144rem;
  }
}
@media (max-width: 1366px) {
  .about-section .about-container {
    margin: 0 5rem;
  }
}
@media (max-width: 1280px) {
  .about-section .about-container {
    margin: 0 7rem;
    align-items: stretch;
  }
}
@media (max-width: 991px) {
  .about-section .about-container {
    margin: 0 2rem;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .about-section .about-container {
    justify-content: center;
    margin: 0 1.5rem;
  }
}
.about-section .about-container .about-head {
  font-family: "Blinker", sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 7.72rem;
  text-align: center;
  color: rgba(12, 12, 12, 0.6);
}
@media (max-width: 1280px) {
  .about-section .about-container .about-head {
    display: none;
  }
}
.about-section .about-container .about-content {
  margin-bottom: 3rem;
}
@media (max-width: 1280px) {
  .about-section .about-container .about-content {
    max-width: calc(50% - 1rem) !important;
  }
}
@media (max-width: 991px) {
  .about-section .about-container .about-content {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .about-section .about-container .about-content {
    max-width: 100% !important;
  }
}
.about-section .about-container .about-content:nth-child(1) {
  max-width: 62.2rem;
  width: 100%;
}
@media (min-width: 1921px) {
  .about-section .about-container .about-content:nth-child(1) {
    max-width: 80rem;
  }
}
.about-section .about-container .about-content:nth-child(2) {
  max-width: 45rem;
  width: 100%;
}
@media (min-width: 1921px) {
  .about-section .about-container .about-content:nth-child(2) {
    max-width: 60rem;
  }
}
.about-section .about-container .about-content:nth-child(3) {
  max-width: 45rem;
  width: 100%;
  position: relative;
  top: 2.5rem;
  left: 7rem;
}
@media (min-width: 1921px) {
  .about-section .about-container .about-content:nth-child(3) {
    max-width: 60rem;
  }
}
@media (max-width: 1280px) {
  .about-section .about-container .about-content:nth-child(3) {
    position: unset;
  }
}
.about-section .about-container .about-content:nth-child(4) {
  max-width: 56rem;
  position: relative;
  top: -7rem;
  width: 100%;
  left: 4rem;
}
@media (min-width: 1921px) {
  .about-section .about-container .about-content:nth-child(4) {
    max-width: 70rem;
  }
}
@media (max-width: 1280px) {
  .about-section .about-container .about-content:nth-child(4) {
    position: unset;
  }
}
.about-section .about-container .about-content:nth-child(5) {
  max-width: 56rem;
  width: 100%;
  position: relative;
  top: 5rem;
  left: 1.1rem;
}
@media (min-width: 1921px) {
  .about-section .about-container .about-content:nth-child(5) {
    max-width: 60rem;
  }
}
@media (max-width: 1280px) {
  .about-section .about-container .about-content:nth-child(5) {
    position: unset;
  }
}
.about-section .about-container .about-content:nth-child(6) {
  max-width: 45rem;
  width: 100%;
  position: relative;
  top: -4.1rem;
  left: 4rem;
}
@media (min-width: 1921px) {
  .about-section .about-container .about-content:nth-child(6) {
    max-width: 60rem;
  }
}
@media (max-width: 1280px) {
  .about-section .about-container .about-content:nth-child(6) {
    position: unset;
  }
}
.about-section .about-container .about-content:nth-child(7) {
  max-width: 47rem;
  width: 100%;
}
@media (min-width: 1921px) {
  .about-section .about-container .about-content:nth-child(7) {
    max-width: 60rem;
  }
}
@media (max-width: 1280px) {
  .about-section .about-container .about-content:nth-child(7) {
    display: grid;
    place-items: end;
    order: 1;
  }
}
@media (max-width: 1024px) {
  .about-section .about-container .about-content:nth-child(7) {
    justify-content: center;
    align-items: center;
  }
}
.about-section .about-container .about-content:nth-child(8) {
  max-width: 62.7rem;
  width: 100%;
}
@media (min-width: 1921px) {
  .about-section .about-container .about-content:nth-child(8) {
    max-width: 80rem;
  }
}
.about-section .about-container .about-content:nth-child(8) .about-innercon {
  position: relative;
}
.about-section .about-container .about-content:nth-child(8) .about-innercon .ldy-image {
  position: absolute;
  bottom: 100%;
  left: -7.4rem;
  width: 34.5rem;
}
@media (min-width: 1921px) {
  .about-section .about-container .about-content:nth-child(8) .about-innercon .ldy-image {
    left: -3.4rem;
  }
}
@media (max-width: 1366px) {
  .about-section .about-container .about-content:nth-child(8) .about-innercon .ldy-image {
    left: -4.5rem;
  }
}
@media (max-width: 1280px) {
  .about-section .about-container .about-content:nth-child(8) .about-innercon .ldy-image {
    display: none;
  }
}
.about-section .about-container .about-content:nth-child(8) .about-innercon .ldy-image img {
  width: 90%;
}
@media (max-width: 1366px) {
  .about-section .about-container .about-content:nth-child(8) .about-innercon .ldy-image img {
    width: 80%;
  }
}
.about-section .about-container .about-content .about-innercon {
  background: linear-gradient(180deg, rgba(236, 236, 236, 0.1) 0%, rgba(136, 199, 91, 0.1) 100%);
  padding: 2.4rem 3rem;
  border-radius: 4.4rem;
  border: 0.25px solid rgba(236, 236, 236, 0.1019607843);
  box-shadow: -0.5px -0.5px 0px 0px #88C75B;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1280px) {
  .about-section .about-container .about-content .about-innercon {
    flex-direction: column-reverse;
    justify-content: start;
  }
}
@media (max-width: 678px) {
  .about-section .about-container .about-content .about-innercon {
    padding: 2.4rem;
  }
}
@media (max-width: 576px) {
  .about-section .about-container .about-content .about-innercon {
    border-radius: 1.5rem;
  }
}
@media (max-width: 1280px) {
  .about-section .about-container .about-content .about-innercon.column {
    flex-direction: column;
  }
}
.about-section .about-container .about-content .about-innercon .about-desc {
  text-align: center;
}
.about-section .about-container .about-content .about-innercon .about-desc p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.52rem;
  text-align: center;
  color: #0C0C0C;
  display: inline;
}
@media (max-width: 678px) {
  .about-section .about-container .about-content .about-innercon .about-desc p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.about-section .about-container .about-content .about-innercon .about-desc span {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.52rem;
  text-align: center;
  color: #88C75B;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 678px) {
  .about-section .about-container .about-content .about-innercon .about-desc span {
    font-size: 1.4rem;
  }
}
.about-section .about-container .about-content .about-innercon .about-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-section .about-container .about-content .about-innercon .about-image h4 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.88rem;
  text-align: center;
  color: #88C75B;
  text-wrap: nowrap;
}
@media (max-width: 678px) {
  .about-section .about-container .about-content .about-innercon .about-image h4 {
    font-size: 2rem;
  }
}
.about-section .about-container .about-content .about-btn {
  display: flex;
  gap: 2rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .about-section .about-container .about-content .about-btn {
    flex-direction: column;
  }
}
.about-section .about-container .about-content .about-btn .more-info {
  max-width: 22.4rem;
  width: 100%;
  padding: 1.6rem 3rem;
  border-radius: 1.2rem;
  border: 1px solid #88C75B;
  color: #88C75B;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.92rem;
  letter-spacing: 0.02em;
  background: transparent;
  text-wrap: nowrap;
  cursor: pointer;
  text-align: center;
  font-family: "Blinker", sans-serif;
  transition: 0.3s all ease-in-out;
}
.about-section .about-container .about-content .about-btn .more-info:hover {
  background: #88C75B;
  color: #ffffff;
}
@media (max-width: 576px) {
  .about-section .about-container .about-content .about-btn .more-info {
    padding: 1.2rem 3rem;
  }
}
.about-section .about-container .about-content .about-btn .more-info.btn-active {
  background: #88C75B;
  color: #ffffff;
  border: 1px solid #88C75B;
}
.about-section .about-container .about-content .about-btn .more-info.btn-active:hover {
  background: #ffffff;
  color: #88C75B;
}

.award-section {
  padding: 5rem 0;
}
@media (max-width: 678px) {
  .award-section {
    padding: 2rem 0;
  }
}
@media (max-width: 576px) {
  .award-section {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .award-section .theme-head.players-head {
    padding: 2rem;
  }
}
@media (max-width: 576px) {
  .award-section .theme-head.players-head {
    padding: 1.5rem;
  }
}
.award-section .theme-head.players-head p {
  max-width: 100.8rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1.6rem;
}
.award-section .swiper {
  background: linear-gradient(180deg, #81C45C 0%, #4FA67B 100%);
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .award-section .swiper {
    padding: 2rem 0;
  }
}
.award-section .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
@media (max-width: 991px) {
  .award-section .swiper .swiper-wrapper .swiper-slide img {
    width: 60%;
  }
}
.award-section .award-register {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.9rem;
  max-width: 133.7rem;
  margin: 0 auto;
}
@media (max-width: 678px) {
  .award-section .award-register {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.award-section .award-register .award-average {
  position: relative;
  width: 25%;
}
@media (max-width: 678px) {
  .award-section .award-register .award-average {
    width: calc(50% - 0.5rem);
  }
}
.award-section .award-register .award-average::after {
  content: "";
  width: 100%;
  position: absolute;
  top: -1px;
  bottom: -1px;
  background: linear-gradient(90deg, rgba(136, 199, 91, 0) 0%, #88C75B 49.99%, rgba(136, 199, 91, 0) 100%);
  z-index: -1;
}
.award-section .award-register .award-average .award-bg-sec {
  position: absolute;
  background: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.award-section .award-register .award-average .award-bg-sec::before {
  height: 15px;
  width: 180px;
  background: #88C75B;
  border-radius: 50%;
  filter: blur(50px);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.award-section .award-register .award-average .award-text {
  position: relative;
  z-index: 3;
  padding: 1.5rem;
}
@media (max-width: 1280px) {
  .award-section .award-register .award-average .award-text {
    padding-top: 0.9rem;
  }
}
.award-section .award-register .award-average .award-text .award-head {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.88rem;
  color: #525252;
  text-align: center;
  padding-bottom: 0.5rem;
}
@media (max-width: 1440px) {
  .award-section .award-register .award-average .award-text .award-head {
    font-size: clamp(1.4rem, 0.7333rem + 1.1574vw, 2.4rem);
    line-height: 1.2;
  }
}
.award-section .award-register .award-average .award-text .award-para {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #88C75B;
  text-align: center;
}
@media (max-width: 1440px) {
  .award-section .award-register .award-average .award-text .award-para {
    font-size: clamp(1.1rem, 0.5rem + 1.0417vw, 2rem);
    line-height: 1.2;
  }
}

.faq-section {
  margin: auto;
  padding: 5rem 0;
  position: relative;
}
@media (max-width: 1280px) {
  .faq-section {
    padding: 5rem 3rem;
  }
}
.faq-section .faq-vecimage {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .faq-section {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .faq-section .faq-inner {
    padding: 3rem 1.5rem;
  }
}
.faq-section .faq-inner .faq-headsec {
  padding-bottom: 4rem;
}
@media (max-width: 991px) {
  .faq-section .faq-inner .faq-headsec {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .faq-section .faq-inner .faq-headsec {
    padding-bottom: 0;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .faq-section .faq-inner .faq-headsec {
    padding-bottom: 1rem;
  }
}
.faq-section .faq-inner .faq-headsec .faq-head {
  color: #ffffff;
  font-weight: #ffffff;
  text-transform: capitalize;
}
@media (max-width: 576px) {
  .faq-section .faq-inner .faq-headsec .faq-head {
    text-align: center;
  }
}
.faq-section .faq-inner .faq-headsec .faq-para {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
}
@media (max-width: 576px) {
  .faq-section .faq-inner .faq-headsec .faq-para {
    text-align: center;
    font-size: 1.6rem;
    padding-top: 0.5rem;
  }
}
.faq-section .faq-inner .faq-block .faq-wrap {
  padding: 3rem 0;
  border-bottom: 1px solid #AAAAAA;
  cursor: pointer;
}
.faq-section .faq-inner .faq-block .faq-wrap:last-child {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .faq-section .faq-inner .faq-block .faq-wrap {
    padding: 2rem;
  }
}
@media (max-width: 490px) {
  .faq-section .faq-inner .faq-block .faq-wrap {
    padding: 1.5rem;
  }
}
@media (max-width: 320px) {
  .faq-section .faq-inner .faq-block .faq-wrap {
    padding: 1.3rem;
  }
}
.faq-section .faq-inner .faq-block .faq-wrap .faq-title-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.faq-section .faq-inner .faq-block .faq-wrap .faq-title-wrap .faq-lt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.1rem;
}
@media (max-width: 991px) {
  .faq-section .faq-inner .faq-block .faq-wrap .faq-title-wrap .faq-lt {
    width: calc(100% - 1.9rem);
  }
}
@media (max-width: 768px) {
  .faq-section .faq-inner .faq-block .faq-wrap .faq-title-wrap .faq-lt {
    gap: 1.5rem;
  }
}
@media (max-width: 490px) {
  .faq-section .faq-inner .faq-block .faq-wrap .faq-title-wrap .faq-lt {
    gap: 1.2rem;
  }
}
.faq-section .faq-inner .faq-block .faq-wrap .faq-title-wrap .faq-lt h6 {
  color: #0C0C0C;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
}
@media (max-width: 1024px) {
  .faq-section .faq-inner .faq-block .faq-wrap .faq-title-wrap .faq-lt h6 {
    font-size: 1.8rem;
  }
}
@media (max-width: 490px) {
  .faq-section .faq-inner .faq-block .faq-wrap .faq-title-wrap .faq-lt h6 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
.faq-section .faq-inner .faq-block .faq-wrap .faq-title-wrap .faq-icon {
  width: 3rem;
  height: 3rem;
  position: relative;
  transition: 0.3s all ease-in-out;
  border-radius: 50%;
  border: 1px solid #88C75B;
}
@media (max-width: 991px) {
  .faq-section .faq-inner .faq-block .faq-wrap .faq-title-wrap .faq-icon {
    width: 1.9rem;
    height: 1.9rem;
  }
}
.faq-section .faq-inner .faq-block .faq-wrap .faq-title-wrap .faq-icon:after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 0.18rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #88C75B;
  border-radius: 0.4rem;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991px) {
  .faq-section .faq-inner .faq-block .faq-wrap .faq-title-wrap .faq-icon:after {
    width: 1.1rem;
  }
}
.faq-section .faq-inner .faq-block .faq-wrap .faq-title-wrap .faq-icon:before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 0.18rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background: #88C75B;
  border-radius: 0.4rem;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991px) {
  .faq-section .faq-inner .faq-block .faq-wrap .faq-title-wrap .faq-icon:before {
    width: 1.1rem;
  }
}
.faq-section .faq-inner .faq-block .faq-wrap .faq-desc {
  padding-top: 2rem;
  color: #303030;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.52rem;
  max-width: 122rem;
  width: 100%;
  display: none;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .faq-section .faq-inner .faq-block .faq-wrap .faq-desc {
    font-size: 1.6rem;
    padding-top: 1.2rem;
    line-height: 2rem;
  }
}
@media (max-width: 678px) {
  .faq-section .faq-inner .faq-block .faq-wrap .faq-desc {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.faq-section .faq-inner .faq-block .faq-wrap:first-child .faq-desc {
  display: block;
}
.faq-section .faq-inner .faq-block .faq-wrap.faq-active .faq-icon:before {
  opacity: 0;
}
.faq-section .faq-inner .faq-block .faq-wrap.faq-active .faq-title-wrap .faq-lt h6 {
  color: #88C75B;
}

.contact-section {
  padding: 5rem 0;
}
@media (max-width: 1280px) {
  .contact-section {
    padding: 5rem 3rem;
  }
}
@media (max-width: 991px) {
  .contact-section {
    padding: 5rem 2rem;
  }
}
@media (max-width: 678px) {
  .contact-section {
    padding: 2rem;
  }
}
@media (max-width: 576px) {
  .contact-section {
    padding: 2rem 1.5rem;
  }
}
.contact-section .contact-head {
  text-align: center;
  margin: 0 auto;
}
.contact-section .contact-head h6 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3.36rem;
  color: #020202;
}
@media (max-width: 576px) {
  .contact-section .contact-head h6 {
    font-size: 2.6rem;
  }
}
.contact-section .contact-head p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 3rem;
  color: #020202;
}
@media (max-width: 576px) {
  .contact-section .contact-head p {
    font-size: 1.6rem;
  }
}
.contact-section .contact-outer {
  display: flex;
  gap: 6rem;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  width: 100%;
}
@media (min-width: 1921px) {
  .contact-section .contact-outer {
    justify-content: space-around;
  }
}
@media (max-width: 991px) {
  .contact-section .contact-outer {
    gap: 3rem;
    flex-wrap: wrap;
  }
}
.contact-section .contact-outer .contact-left {
  position: relative;
}
.contact-section .contact-outer .contact-left .contact-world img {
  width: 100%;
}
@media (max-width: 1366px) {
  .contact-section .contact-outer .contact-left .contact-world img {
    width: 84%;
  }
}
@media (max-width: 991px) {
  .contact-section .contact-outer .contact-left .contact-world img {
    width: 100%;
  }
}
.contact-section .contact-outer .contact-left .contact-right-image img,
.contact-section .contact-outer .contact-left .contact-left-image img {
  width: 100%;
}
@media (max-width: 1366px) {
  .contact-section .contact-outer .contact-left .contact-right-image img,
  .contact-section .contact-outer .contact-left .contact-left-image img {
    width: 84%;
  }
}
@media (max-width: 991px) {
  .contact-section .contact-outer .contact-left .contact-right-image img,
  .contact-section .contact-outer .contact-left .contact-left-image img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact-section .contact-outer .contact-left .contact-right-image img,
  .contact-section .contact-outer .contact-left .contact-left-image img {
    width: 70%;
  }
}
@media (max-width: 576px) {
  .contact-section .contact-outer .contact-left .contact-right-image img,
  .contact-section .contact-outer .contact-left .contact-left-image img {
    width: 60%;
  }
}
@media (max-width: 490px) {
  .contact-section .contact-outer .contact-left .contact-right-image img,
  .contact-section .contact-outer .contact-left .contact-left-image img {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .contact-section .contact-outer .contact-left .contact-right-image img,
  .contact-section .contact-outer .contact-left .contact-left-image img {
    width: 40%;
  }
}
.contact-section .contact-outer .contact-left .contact-right-image,
.contact-section .contact-outer .contact-left .contact-left-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-section .contact-outer .contact-left .contact-right-image {
  position: absolute;
  top: -26.1px;
  right: 24px;
}
@media (max-width: 490px) {
  .contact-section .contact-outer .contact-left .contact-right-image {
    right: 0;
  }
}
.contact-section .contact-outer .contact-left .contact-left-image {
  position: absolute;
  top: 89.3px;
  left: -18px;
}
@media (max-width: 490px) {
  .contact-section .contact-outer .contact-left .contact-left-image {
    left: 0;
  }
}
.contact-section .contact-outer .contact-left .contact-name {
  max-width: 10.1rem;
  width: 100%;
  padding: 0.4rem 0.6rem;
  border-radius: 7.82px;
  background: #88C75B;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 576px) {
  .contact-section .contact-outer .contact-left .contact-name {
    width: 80%;
    margin-top: 0.5rem;
  }
}
@media (max-width: 490px) {
  .contact-section .contact-outer .contact-left .contact-name {
    width: 70%;
    max-width: 7.9rem;
  }
}
@media (max-width: 392px) {
  .contact-section .contact-outer .contact-left .contact-name {
    max-width: 8rem;
  }
}
@media (max-width: 320px) {
  .contact-section .contact-outer .contact-left .contact-name {
    width: 60%;
    margin-top: 0.4rem;
  }
}
.contact-section .contact-outer .contact-left .contact-name h6 {
  font-size: 1.173rem;
  font-weight: 600;
  line-height: 1.408rem;
  color: #161616;
}
@media (max-width: 576px) {
  .contact-section .contact-outer .contact-left .contact-name h6 {
    font-size: 1rem;
    line-height: 1.1rem;
  }
}
@media (max-width: 490px) {
  .contact-section .contact-outer .contact-left .contact-name h6 {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
@media (max-width: 320px) {
  .contact-section .contact-outer .contact-left .contact-name h6 {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
}
.contact-section .contact-outer .contact-left .contact-name p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.32rem;
  color: #f9f9f9;
}
@media (max-width: 576px) {
  .contact-section .contact-outer .contact-left .contact-name p {
    font-size: 1rem;
    line-height: 1.1rem;
  }
}
@media (max-width: 490px) {
  .contact-section .contact-outer .contact-left .contact-name p {
    font-size: 0.9rem;
    line-height: 1rem;
  }
}
@media (max-width: 320px) {
  .contact-section .contact-outer .contact-left .contact-name p {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
}
.contact-section .contact-outer .contact-right {
  width: 35%;
}
@media (max-width: 1366px) {
  .contact-section .contact-outer .contact-right {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .contact-section .contact-outer .contact-right {
    width: 100%;
  }
}
.contact-section .contact-outer .contact-right .contact-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}
.contact-section .contact-outer .contact-btn {
  width: 100%;
  padding: 1.8rem 2rem;
  border-radius: 1rem;
  background: #88C75B;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-align: center;
  border: none;
  cursor: pointer;
  font-family: "Blinker", sans-serif;
  transition: 0.3s all ease-in-out;
  border: 1px solid #88C75B;
}
.contact-section .contact-outer .contact-btn:hover {
  background: #ffffff;
  color: #88C75B;
}
@media (max-width: 576px) {
  .contact-section .contact-outer .contact-btn {
    padding: 1.5rem 2rem;
  }
}
.contact-section .contact-outer .contact-para {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.08rem;
  text-align: center;
  color: #020202;
  padding-top: 3rem;
}
@media (max-width: 576px) {
  .contact-section .contact-outer .contact-para {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .contact-section .contact-outer .contact-label-content {
    margin-top: 2rem;
  }
}
.contact-section .contact-outer .contact-label-content textarea {
  resize: none;
}
.contact-section .contact-outer .alert {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  margin-top: 3rem;
  border: 1px solid #9B9B9B;
}
.contact-section .contact-outer .alert.success_msg {
  color: #88C75B;
}
.contact-section .contact-outer .alert .closebtn {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 2rem;
  cursor: pointer;
  color: #000000;
}
.contact-section .contact-outer .alert ul li {
  font-size: 1.2rem;
  line-height: 2rem;
}
.contact-section .contact-outer .err_cont {
  color: #CB0000;
}

.footer-outer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #4A4A4A;
  margin-top: 10px;
}
@media (max-width: 1280px) {
  .footer-outer {
    padding: 1rem 1rem 0 1rem;
  }
}
@media (max-width: 991px) {
  .footer-outer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .footer-outer {
    flex-direction: column;
    gap: 2rem;
  }
}
.footer-outer .foot-logo {
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .footer-outer .foot-logo {
    text-align: center;
  }
}
.footer-outer .foot-logo a {
  display: block;
  max-width: 16rem;
}
.footer-outer .foot-logo a img {
  width: 100%;
}
@media (max-width: 991px) {
  .footer-outer .nav-wrap {
    padding-bottom: 1.5rem;
  }
}
.footer-outer .nav-wrap nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 47.7rem;
}
@media (max-width: 768px) {
  .footer-outer .nav-wrap nav ul {
    width: unset;
    gap: 1.8rem;
  }
}
@media (max-width: 576px) {
  .footer-outer .nav-wrap nav ul {
    gap: 1rem;
    width: unset;
  }
}
.footer-outer .nav-wrap nav li a {
  color: #020202;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.16rem;
}
.footer-outer .nav-wrap nav li a:hover {
  color: #88C75B;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 576px) {
  .footer-outer .nav-wrap nav li a {
    font-size: 1.7rem;
  }
}
@media (max-width: 320px) {
  .footer-outer .nav-wrap nav li a {
    font-size: 1.5rem;
  }
}

.custom-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.custom-modal.custom-modal-open {
  opacity: 1;
  visibility: visible;
}
.custom-modal.custom-modal-open .custom-modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.custom-modal .custom-modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.custom-modal .custom-modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50rem;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  border-radius: 6px;
  max-height: 90%;
  padding: 2.4rem;
}
@media (max-width: 576px) {
  .custom-modal .custom-modal-wrapper {
    width: 90%;
    padding: 2rem;
  }
}
.custom-modal .custom-modal-wrapper .custom-modal-body p {
  color: #0C0C0C;
  margin-bottom: 0;
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .custom-modal .custom-modal-wrapper .custom-modal-body p {
    font-size: 1.4rem;
  }
}
.custom-modal .custom-modal-wrapper .custom-modal-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #000000;
}
@media (max-width: 576px) {
  .custom-modal .custom-modal-wrapper .custom-modal-title {
    margin-bottom: 1.2rem;
  }
}
.custom-modal .custom-modal-wrapper .custom-modal-title h4 {
  color: #88C75B;
  font-weight: 600;
  font-size: 2rem;
}
@media (max-width: 991px) {
  .custom-modal .custom-modal-wrapper .custom-modal-title h4 {
    font-size: 1.8rem;
  }
}
.custom-modal .custom-modal-wrapper .custom-modal-title .custom-modal-close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  background: none;
  position: relative;
}
.custom-modal .custom-modal-wrapper .custom-modal-title .custom-modal-close:before {
  content: "";
  width: 14px;
  height: 2px;
  background: #88C75B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
}
.custom-modal .custom-modal-wrapper .custom-modal-title .custom-modal-close:after {
  content: "";
  width: 14px;
  height: 2px;
  background: #88C75B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
}

.sp-c-tc-page-wrapper .sp-c-tc-page-container {
  max-width: 144rem;
  margin: 10rem auto 3rem auto;
}
@media (max-width: 1440px) {
  .sp-c-tc-page-wrapper .sp-c-tc-page-container {
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media (max-width: 576px) {
  .sp-c-tc-page-wrapper .sp-c-tc-page-container {
    margin: 9rem auto 2rem auto;
  }
}
.sp-c-tc-page-wrapper .sp-c-tc-page-container .sp-c-tc-page-content {
  max-width: 128rem;
  margin: 0 auto;
  padding-bottom: 3rem;
}
.sp-c-tc-page-wrapper .sp-c-tc-page-container .sp-c-tc-page-content .sp-c-tc .sp-c-tc__heading {
  font-size: 3.6rem;
  margin-bottom: 3rem;
  color: #000000;
}
@media (max-width: 678px) {
  .sp-c-tc-page-wrapper .sp-c-tc-page-container .sp-c-tc-page-content .sp-c-tc .sp-c-tc__heading {
    font-size: 2.6rem;
    margin-bottom: 2.4rem;
  }
}
.sp-c-tc-page-wrapper .sp-c-tc-page-container .sp-c-tc-page-content .sp-c-tc .sp-c-tc__heading .ambs {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
}
.sp-c-tc-page-wrapper .sp-c-tc-page-container .sp-c-tc-page-content .sp-c-tc .sp-c-tc-container h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  color: #000000;
}
@media (max-width: 678px) {
  .sp-c-tc-page-wrapper .sp-c-tc-page-container .sp-c-tc-page-content .sp-c-tc .sp-c-tc-container h4 {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.sp-c-tc-page-wrapper .sp-c-tc-page-container .sp-c-tc-page-content .sp-c-tc .sp-c-tc-container p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  color: #000000;
}
@media (max-width: 678px) {
  .sp-c-tc-page-wrapper .sp-c-tc-page-container .sp-c-tc-page-content .sp-c-tc .sp-c-tc-container p {
    font-size: 1.4rem;
  }
}
.sp-c-tc-page-wrapper .sp-c-tc-page-container .sp-c-tc-page-content .sp-c-tc .sp-c-tc-container ol {
  list-style-position: inside;
  padding-left: 0;
  color: #000000;
}
.sp-c-tc-page-wrapper .sp-c-tc-page-container .sp-c-tc-page-content .sp-c-tc .sp-c-tc-container ol li {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #000000;
}
@media (max-width: 678px) {
  .sp-c-tc-page-wrapper .sp-c-tc-page-container .sp-c-tc-page-content .sp-c-tc .sp-c-tc-container ol li {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
  }
}
.sp-c-tc-page-wrapper .sp-c-tc-page-container .sp-c-tc-page-content .sp-c-tc .sp-c-tc-container ol .bulleted-list {
  list-style-type: disc;
  padding-left: 2rem;
  margin-bottom: 3rem;
  color: #000000;
}
@media (max-width: 678px) {
  .sp-c-tc-page-wrapper .sp-c-tc-page-container .sp-c-tc-page-content .sp-c-tc .sp-c-tc-container ol .bulleted-list {
    margin-bottom: 2rem;
  }
}
.sp-c-tc-page-wrapper .sp-c-tc-page-container .sp-c-tc-page-content .sp-c-tc .sp-c-tc-container ol .bulleted-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  font-weight: 400;
  list-style-type: disc;
  color: #000000;
}
@media (max-width: 678px) {
  .sp-c-tc-page-wrapper .sp-c-tc-page-container .sp-c-tc-page-content .sp-c-tc .sp-c-tc-container ol .bulleted-list li {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}

.signup-container {
  max-width: 106.2rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 5rem 2rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .signup-container {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .signup-container {
    padding: 3rem 2rem;
  }
}
.signup-container .signup-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .signup-container .signup-left {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
}
.signup-container .signup-left .logo {
  text-align: center;
  max-width: 24rem;
}
.signup-container .signup-left .logo img {
  width: 100%;
}
@media (max-width: 768px) {
  .signup-container .signup-left .logo img {
    width: 65%;
  }
}
.signup-container .signup-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .signup-container .signup-right {
    padding-bottom: 3rem;
  }
}
.signup-container .signup-right .signup-right-inner-wrapper {
  padding: 4rem 6rem;
  border-radius: 4.2rem;
  border: 0.7px solid #88C75B;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #F1F1F1;
  box-shadow: 3px 3px 10px 0px #88C75B;
  min-width: 59.8rem;
  max-width: 59.8rem;
  width: 100%;
  min-height: 85rem;
}
@media (max-width: 1024px) {
  .signup-container .signup-right .signup-right-inner-wrapper {
    padding: 4rem 6rem;
  }
}
@media (max-width: 991px) {
  .signup-container .signup-right .signup-right-inner-wrapper {
    padding: 4rem 5rem;
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .signup-container .signup-right .signup-right-inner-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 576px) {
  .signup-container .signup-right .signup-right-inner-wrapper {
    min-height: 100%;
  }
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input {
  width: 100%;
}
@media (max-width: 768px) {
  .signup-container .signup-right .signup-right-inner-wrapper .signup-input .contact-label-content {
    margin-top: 2rem;
  }
}
@media (max-width: 576px) {
  .signup-container .signup-right .signup-right-inner-wrapper .signup-input .contact-label-content {
    margin-top: 1.5rem;
  }
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .contact-label-content .contact-input {
  font-size: 1.6rem;
  display: block;
  width: 100%;
  background: transparent;
  font-weight: 400;
  line-height: 1.92rem;
  color: #222222;
  padding: 1.6rem 5rem 1.6rem 2rem;
  border-radius: 1rem;
  border: 1px solid #9B9B9B;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .contact-label-content .contact-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #F1F1F1 inset !important;
}
@media (max-width: 576px) {
  .signup-container .signup-right .signup-right-inner-wrapper .signup-input .contact-label-content .contact-input {
    line-height: 1.72rem;
    padding: 1.4rem 4.5rem 1.4rem 2rem;
  }
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .contact-label-content .contact-input:focus {
  outline: none;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .contact-label-content .contact-input:focus ~ .contact-label {
  top: -8px;
  font-size: 1.4rem;
  line-height: 1.68rem;
  background: #F1F1F1;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .contact-label-content .contact-input:not(:placeholder-shown) ~ .contact-label,
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .contact-label-content .contact-input:-webkit-autofill ~ .contact-label {
  top: -8px;
  font-size: 1.4rem;
  background: #F1F1F1;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .contact-label-content .parsley-errors-list {
  color: #CB0000;
  font-weight: 400;
  line-height: 1.68rem;
  font-size: 1.4rem;
  padding: 0;
  margin-top: 0.8rem;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .contact-btn {
  font-family: "Blinker", sans-serif;
  width: 100%;
  cursor: pointer;
  border: 1px solid #88C75B;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .contact-btn:hover {
  background: #F1F1F1;
  color: #88C75B;
}
@media (max-width: 768px) {
  .signup-container .signup-right .signup-right-inner-wrapper .signup-input .contact-btn {
    margin-top: 2rem;
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
  }
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .contact-btn.logout-btn {
  background: #F1F1F1;
  color: #88C75B;
  border: 1px solid;
  display: block;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .contact-btn.logout-btn:hover {
  background: #88C75B;
  color: #F1F1F1;
}
@media (max-width: 490px) {
  .signup-container .signup-right .signup-right-inner-wrapper .signup-input .contact-label {
    font-size: 1.2rem;
  }
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input.otp-sec .error-sec {
  text-align: center;
  padding-top: 1rem;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input.otp-sec .contact-input {
  text-align: center;
  padding: 0.5rem;
  width: 5.1rem;
  height: 5.1rem;
  -webkit-box-shadow: inset 0 0 0 30px #F1F1F1;
  -webkit-text-fill-color: #88C75B;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input.otp-sec .contact-input:-webkit-autofill {
  background-color: #F1F1F1;
  -webkit-box-shadow: inset 0 0 0 30px #F1F1F1;
  -webkit-text-fill-color: #88C75B;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input.otp-sec .contact-input:-webkit-autofill:focus {
  background-color: #F1F1F1;
  -webkit-box-shadow: inset 0 0 0 30px #F1F1F1;
  color: #88C75B;
}
@media (max-width: 490px) {
  .signup-container .signup-right .signup-right-inner-wrapper .signup-input.otp-sec .contact-input {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 320px) {
  .signup-container .signup-right .signup-right-inner-wrapper .signup-input.otp-sec .contact-input {
    width: 3rem;
    height: 3rem;
  }
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input.otp-sec .resend {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.92rem;
  text-align: center;
  padding-top: 1rem;
  color: #88C75B;
  display: block;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input.otp-sec .resend-otp {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.92rem;
  text-align: left;
  color: #020202;
  text-align: center;
  padding-top: 3rem;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input.otp-sec .resend-otp span {
  color: #88C75B;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .cancel {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-align: center;
  color: #020202;
  margin-top: 2rem;
  display: block;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .password-toggle .eye-open {
  opacity: 0;
  visibility: hidden;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .toggle-password {
  position: absolute;
  top: 2rem;
  right: 2rem;
  transform: translateY(-0.4rem);
  cursor: pointer;
}
@media (max-width: 768px) {
  .signup-container .signup-right .signup-right-inner-wrapper .signup-input .toggle-password {
    top: 1.6rem;
  }
}
@media (max-width: 320px) {
  .signup-container .signup-right .signup-right-inner-wrapper .signup-input .toggle-password {
    top: 1.7rem;
  }
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .signup-head {
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.8rem;
  text-align: center;
  color: #020202;
  margin-bottom: 5rem;
}
@media (max-width: 1440px) {
  .signup-container .signup-right .signup-right-inner-wrapper .signup-input .signup-head {
    font-size: clamp(2.5rem, 1.5rem + 1.7361vw, 4rem);
  }
}
@media (max-width: 768px) {
  .signup-container .signup-right .signup-right-inner-wrapper .signup-input .signup-head {
    margin-bottom: 2rem;
  }
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .otp-para {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.16rem;
  text-align: center;
  color: #7C7C7C;
  max-width: 36.7rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .signup-container .signup-right .signup-right-inner-wrapper .signup-input .otp-para {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .otp-verify-input {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .otp-verify-input input {
  color: #88C75B;
}
@media (max-width: 490px) {
  .signup-container .signup-right .signup-right-inner-wrapper .signup-input .otp-verify-input {
    gap: 0.5rem;
  }
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .error-msg {
  text-align: center;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .parsley-required {
  margin-bottom: 0.7rem;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .account-para,
.signup-container .signup-right .signup-right-inner-wrapper .signup-input span {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.92rem;
  text-align: center;
  color: #020202;
  margin-top: 3rem;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .account-para span,
.signup-container .signup-right .signup-right-inner-wrapper .signup-input span span {
  color: #88C75B;
}
@media (max-width: 576px) {
  .signup-container .signup-right .signup-right-inner-wrapper .signup-input .account-para,
  .signup-container .signup-right .signup-right-inner-wrapper .signup-input span {
    font-size: 1.4rem;
  }
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-input .signup-forgot {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.92rem;
  color: #88C75B;
}
@media (max-width: 576px) {
  .signup-container .signup-right .signup-right-inner-wrapper .signup-input .signup-forgot {
    font-size: 1.3rem;
  }
}
@media (max-width: 320px) {
  .signup-container .signup-right .signup-right-inner-wrapper .signup-input .signup-forgot {
    font-size: 1.2rem;
  }
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-agree {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.1rem;
  text-align: center;
  color: #020202;
  padding-top: 2rem;
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-agree .ambs {
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 576px) {
  .signup-container .signup-right .signup-right-inner-wrapper .signup-agree {
    font-size: 1.3rem;
  }
}
.signup-container .signup-right .signup-right-inner-wrapper .signup-agree a,
.signup-container .signup-right .signup-right-inner-wrapper .signup-agree span {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1rem;
  text-align: center;
  color: #88C75B;
}
@media (max-width: 576px) {
  .signup-container .signup-right .signup-right-inner-wrapper .signup-agree a,
  .signup-container .signup-right .signup-right-inner-wrapper .signup-agree span {
    font-size: 1.3rem;
  }
}
.signup-container .signup-text {
  font-size: 6rem;
  font-weight: 400;
  line-height: 7.2rem;
  text-align: center;
  color: #88C75B;
}
@media (max-width: 1440px) {
  .signup-container .signup-text {
    font-size: clamp(3rem, 1rem + 3.4722vw, 6rem);
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .signup-container .signup-text {
    font-size: 2.5rem;
  }
}

.forgot-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.forgot-wrapper .remember-link-wrap input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.forgot-wrapper .remember-link-wrap input:checked + .remember-link:before {
  background: #88C75B;
  border-color: transparent;
}
.forgot-wrapper .remember-link-wrap input:checked + .remember-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 5px;
  height: 13px;
  border: 1px solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media (max-width: 576px) {
  .forgot-wrapper .remember-link-wrap input:checked + .remember-link:after {
    width: 5px;
    height: 11px;
    left: 5.3px;
    top: 1.1px;
  }
}
.forgot-wrapper .remember-link-wrap .remember-link {
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #020202;
}
@media (max-width: 576px) {
  .forgot-wrapper .remember-link-wrap .remember-link {
    font-size: 1.3rem;
  }
}
@media (max-width: 320px) {
  .forgot-wrapper .remember-link-wrap .remember-link {
    font-size: 1.2rem;
  }
}
.forgot-wrapper .remember-link-wrap .remember-link:before {
  content: "";
  -webkit-appearance: none;
  padding: 1rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  background: transparent;
  border: 1px solid #88C75B;
  pointer-events: all;
  border-radius: 3px;
}
@media (max-width: 576px) {
  .forgot-wrapper .remember-link-wrap .remember-link:before {
    padding: 0.8rem;
  }
}
