@font-face {
  font-family: space-grotesk-b;
  src: url("./../fonts/space-grotesk/SpaceGrotesk-Bold.otf");
}
@font-face {
  font-family: space-grotesk-l;
  src: url("./../fonts/space-grotesk/SpaceGrotesk-Light.otf");
}
@font-face {
  font-family: space-grotesk-m;
  src: url("./../fonts/space-grotesk/SpaceGrotesk-Medium.otf");
}
@font-face {
  font-family: space-grotesk-r;
  src: url("./../fonts/space-grotesk/SpaceGrotesk-Regular.otf");
}
@font-face {
  font-family: plusjakartasans-b;
  src: url("./../fonts/PlusJakartaSans/PlusJakartaSans-Bold.ttf");
}
@font-face {
  font-family: plusjakartasans-m;
  src: url("./../fonts/PlusJakartaSans/PlusJakartaSans-Medium.ttf");
}
@font-face {
  font-family: plusjakartasans-r;
  src: url("./../fonts/PlusJakartaSans/PlusJakartaSans-Regular.ttf");
}
@font-face {
  font-family: plusjakartasans-sb;
  src: url("./../fonts/PlusJakartaSans/PlusJakartaSans-SemiBold.ttf");
}
@font-face {
  font-family: space-grotesk-r;
  src: url("./../fonts/Inter/Inter-Regular.ttf");
}
@font-face {
  font-family: space-grotesk-m;
  src: url("./../fonts/Inter/Inter-Bold.ttf");
}
@font-face {
  font-family: inter-sb;
  src: url("./../fonts/Inter/Inter-SemiBold.ttf");
}
@font-face {
  font-family: inter-eb;
  src: url("./../fonts/Inter/Inter-ExtraBold.ttf");
}
@font-face {
  font-family: space-grotesk-r;
  src: url("./../fonts/Inter/Inter-Regular.ttf");
}
html {
  scroll-behavior: smooth;
}

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

body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #F5F5F5;
}

/*for fixed header*/
header {
  width: 100%;
  height: auto;
}

.mobile-nav {
  display: none;
}
@media (max-width: 575.98px) {
  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: initial;
    z-index: 9999;
    width: 100%;
    transition: all 0.5s;
    height: 60px;
    padding: 5px 125px;
    border-radius: 0px;
    background-color: transparent;
    background-image: url("./../../assets/images/navbar/nav1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: initial;
    z-index: 9999;
    width: 100%;
    transition: all 0.5s;
    height: 60px;
    padding: 5px 125px;
    border-radius: 0px;
    background-color: transparent;
    background-image: url("./../../assets/images/navbar/nav1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: initial;
    z-index: 9999;
    width: 100%;
    transition: all 0.5s;
    height: 60px;
    padding: 5px 45px;
    border-radius: 0px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.mobile-nav .mobile-view {
  background-color: #000;
}
.mobile-nav .mobile-list {
  color: #fff !important;
}
.mobile-nav .main-logo {
  width: 140px;
}

.head-contnt {
  z-index: 9999;
  width: 100%;
  transition: all 0.5s;
  height: 60px;
  padding: 5px 125px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url("./../../assets/images/navbar/nav1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .head-contnt {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .head-contnt {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .head-contnt {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .head-contnt {
    display: none;
  }
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .navbar {
    padding: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar {
    padding: 10px;
  }
}
.navbar #progress-barss {
  --progress: 0px;
  height: 6px;
  width: var(--progress);
  position: absolute;
  z-index: 9999;
  background: -webkit-linear-gradient(331deg, #0C1C32 0%, #62FE7B 100%);
  -webkit-text-fill-color: transparent;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  position: fixed;
  top: 0px;
  right: 0;
  left: 0;
  transition: all ease-in-out;
}
.navbar .nav-item {
  padding: 10px 20px;
}
.navbar .nav-home {
  color: #000;
  font-size: 16px;
  padding: 7px 15px;
  font-family: space-grotesk-m;
}
.navbar .logo-section {
  list-style: none;
  padding: 0px;
  display: flex;
  margin: 0;
}
.navbar .logo-section .main-logo {
  width: 140px;
  padding-top: 6px;
}
@media (max-width: 575.98px) {
  .navbar .logo-section .main-logo {
    width: 100px;
    left: 10%;
    top: 0px;
  }
}
.navbar .navbar-brand {
  padding-bottom: 0;
  padding-top: 0;
}
.navbar .login-txt {
  padding: 7px 20px;
  font-family: plusjakartasans-sb;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #62FE7B !important;
  border-radius: 12px;
  border: 2px solid #62FE7B;
  margin: 0;
  box-shadow: inset 0 0 0 0 #62FE7B;
  transition: all 1s ease-in-out;
}
@media (max-width: 575.98px) {
  .navbar .login-txt {
    margin: 0 auto;
    display: none;
  }
}
.navbar .login-txt:hover {
  box-shadow: inset 400px 0 0 0 #62FE7B;
  color: #000;
}

header .navbar.blackto {
  height: 60px;
  color: #243236 !important;
}
@media (max-width: 575.98px) {
  header .navbar.blackto {
    height: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .navbar.blackto {
    height: 60px;
  }
}

header.blackto a {
  color: #243236 !important;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #e8e8e8;
}

::-webkit-scrollbar-thumb {
  background: #62FE7B;
}

.landing-main {
  width: 100%;
  height: auto;
  position: relative;
}
.landing-main .wavpe-topcontent {
  width: 100%;
  height: auto;
  border-radius: 50px;
  z-index: 9911;
  padding: 7% 0% 2% 0%;
  background-image: url("./../images/landing/home-bcg.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 23px;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-topcontent {
    min-height: 0px;
    background-size: cover;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-topcontent {
    min-height: 0px;
    background-size: cover;
  }
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-topcontent {
    min-height: 0px;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .wavpe-topcontent {
    width: 100%;
    height: auto;
    border-radius: 50px;
    z-index: 9911;
    padding: 0% 0% 7% 0%;
    background-image: url(./../images/landing/home-bcg.webp);
    /* background: red; */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 20px;
  }
}
.landing-main .wavpe-topcontent .main-logo {
  width: 140px;
  padding-top: 6px;
  top: 10px;
  left: 9%;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-topcontent .main-logo {
    width: 100px;
    left: 10%;
    top: 0px;
  }
}
.landing-main .wavpe-topcontent .wavpe-inside {
  width: 100%;
  height: auto;
  text-align: start;
  padding-top: 15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .wavpe-topcontent .wavpe-inside {
    position: relative;
    top: 42%;
  }
}
.landing-main .wavpe-topcontent .wavpe-inside .wavpetitle-content {
  font-size: 50px;
  color: #FFFFFF;
  font-family: space-grotesk-m;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-topcontent .wavpe-inside .wavpetitle-content {
    font-size: 32px;
    margin-bottom: 24px;
    padding-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-topcontent .wavpe-inside .wavpetitle-content {
    font-size: 32px;
    margin-bottom: 24px;
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .wavpe-topcontent .wavpe-inside .wavpetitle-content {
    font-size: 22px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
}
.landing-main .wavpe-topcontent .wavpe-inside .wavpetitle-content span {
  color: #62FE7B;
}
.landing-main .wavpe-topcontent .wavpe-inside .wavpe-subtitle {
  font-size: 22px;
  color: #FFFFFF;
  font-family: inter-sb;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-topcontent .wavpe-inside .wavpe-subtitle {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-topcontent .wavpe-inside .wavpe-subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .wavpe-topcontent .wavpe-inside .wavpe-subtitle {
    padding-top: 15px;
    font-size: 19px;
  }
}
.landing-main .wavpe-topcontent .wavpe-inside .wavpe-para {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6980392157);
  font-family: space-grotesk-r;
  font-weight: 400;
  padding: 0% 30% 0% 0%;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-topcontent .wavpe-inside .wavpe-para {
    padding: 0% 0% 0% 0%;
    padding-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-topcontent .wavpe-inside .wavpe-para {
    padding: 0% 0% 0% 0%;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .wavpe-topcontent .wavpe-inside .wavpe-para {
    padding: 0% 0% 0% 0%;
    padding-bottom: 15px;
  }
}
.landing-main .wavpe-topcontent .wavpe-inside .order-card {
  z-index: 1;
  position: relative;
  padding: 7px 20px;
  font-family: plusjakartasans-sb;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer !important;
  background: rgba(35, 159, 55, 0.6588235294);
  border-radius: 12px;
  border: 2px solid #62FE7B;
  margin: 0;
  box-shadow: inset 400px 0 0 0 transparent;
  color: #FFF;
}
.landing-main .wavpe-topcontent .wavpe-inside .order-card:hover {
  border: 2px solid #62FE7B;
  background: transparent;
  margin: 0;
  box-shadow: inset 0 0 0 0 transparent;
  transition: all 1s ease-in-out;
}
.landing-main .wavpe-topcontent .right-card {
  width: 80%;
  height: 280px;
  background-image: url("./../images/landing/right-card1.png");
  background-size: cover;
  margin: 0 auto;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-topcontent .right-card {
    width: 80%;
    height: 180px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-topcontent .right-card {
    width: 80%;
    height: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .wavpe-topcontent .right-card {
    width: 100%;
    height: 208px;
    background-image: url(./../images/landing/right-card1.png);
    background-size: cover;
    margin: 0 auto;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 38%;
  }
}
.landing-main .wavpe-topcontent .right-card .ownme-btn1 {
  color: #000 !important;
  list-style: none;
  text-decoration: none;
}
.landing-main .wavpe-topcontent .right-card .ownme-btn {
  background-color: #62FE7B;
  color: #000;
  font-family: space-grotesk-m;
  font-size: 16px;
  border: none;
  position: absolute;
  right: 80px;
  padding: 10px 35px;
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-topcontent .right-card .ownme-btn {
    font-size: 13px;
    border: none;
    position: absolute;
    right: 70px;
    padding: 5px 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-topcontent .right-card .ownme-btn {
    font-size: 13px;
    border: none;
    position: absolute;
    right: 70px;
    padding: 5px 14px;
  }
}
.landing-main .wavpe-topcontent .downlod-head {
  font-size: 22px;
  font-family: space-grotesk-r;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .wavpe-topcontent .downlod-head {
    font-size: 20px;
    font-family: space-grotesk-r;
    color: #fff;
    text-align: center;
    padding-top: 73px;
    padding-bottom: 22px;
  }
}
.landing-main .wavpe-topcontent .appstore-content {
  list-style: none;
  padding: 0px;
  justify-content: center;
  display: flex;
}
.landing-main .wavpe-topcontent .appstore-content .store {
  width: 70%;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-topcontent .appstore-content .store {
    width: 65%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-topcontent .appstore-content .store {
    width: 65%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .wavpe-topcontent .appstore-content .store {
    width: 45%;
  }
}
.landing-main .wavpe-topcontent .appstore-content .store-list {
  display: flex;
  justify-content: center;
  position: relative;
  left: 5%;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-topcontent .appstore-content .store-list {
    left: 13%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-topcontent .appstore-content .store-list {
    left: 13%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .wavpe-topcontent .appstore-content .store-list {
    left: 13%;
  }
}
.landing-main .wavpe-topcontent .appstore-content .store-list1 {
  position: relative;
  left: 25px;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-topcontent .appstore-content .store-list1 {
    left: 3%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-topcontent .appstore-content .store-list1 {
    left: 3%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .wavpe-topcontent .appstore-content .store-list1 {
    left: 3%;
  }
}
.landing-main .wavpe-topcontent .strip {
  position: absolute;
  bottom: -64px;
  width: 100%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.landing-main .wavpe-contnectless {
  width: 100%;
  height: auto;
  padding: 4% 0%;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-contnectless {
    padding: 8% 0%;
  }
}
.landing-main .wavpe-contnectless .cardless-allleft {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin: auto 0px;
}
.landing-main .wavpe-contnectless .cardless-allleft .wavpe-leftdata {
  width: 100%;
  height: auto;
  padding-top: 20px;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-contnectless .cardless-allleft .wavpe-leftdata {
    width: 100%;
    padding-top: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-contnectless .cardless-allleft .wavpe-leftdata {
    width: 100%;
  }
}
.landing-main .wavpe-contnectless .cardless-allleft .wavpe-leftdata .contactless-title {
  font-size: 36px;
  color: #0C0B0D;
  font-family: space-grotesk-m;
  padding-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-contnectless .cardless-allleft .wavpe-leftdata .contactless-title {
    font-size: 28px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-contnectless .cardless-allleft .wavpe-leftdata .contactless-title {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .wavpe-contnectless .cardless-allleft .wavpe-leftdata .contactless-title {
    font-size: 28px;
  }
}
.landing-main .wavpe-contnectless .cardless-allleft .wavpe-leftdata .contactless-subtitle {
  font-size: 14px;
  color: rgba(33, 32, 34, 0.9);
  font-family: space-grotesk-r;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .wavpe-contnectless .cardless-allleft .wavpe-leftdata .contactless-subtitle {
    font-size: 13px;
  }
}
.landing-main .wavpe-contnectless .cardless-allleft .wavpe-leftdata .contactless-bottomtitle {
  font-size: 16px;
  line-height: 30px;
  color: rgba(33, 32, 34, 0.9);
  font-family: space-grotesk-r;
}
.landing-main .wavpe-contnectless .cardless-allleft .wavpe-leftdata .buynow-btn {
  width: 120px;
  padding: 10px 30px;
  border-radius: 50px;
  background-color: #000;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #FFFFFF;
  font-family: space-grotesk-m;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
.landing-main .wavpe-contnectless .cardless-right {
  width: 450px;
  height: 310px;
  display: flex;
  justify-content: right;
  align-items: center;
  margin: 0 auto;
  position: relative;
  top: 16px;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-contnectless .cardless-right {
    width: 80%;
    justify-content: center;
    margin-left: 0px;
    height: 240px;
    margin: 0 auto;
    display: flex;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-contnectless .cardless-right {
    width: 80%;
    height: 240px;
    margin: 0 auto;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .wavpe-contnectless .cardless-right {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    display: flex;
    justify-content: left;
  }
}
.landing-main .wavpe-contnectless .cardless-right .image-data {
  width: 100%;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-contnectless .cardless-right .image-data {
    width: 80%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-contnectless .cardless-right .image-data {
    width: 80%;
  }
}
.landing-main .wavpe-businesscard {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2% 0% 6% 0%;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-businesscard {
    padding: 0% 0% 25% 0%;
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-businesscard {
    padding: 0% 0% 25% 0%;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .wavpe-businesscard {
    padding: 0% 0% 25% 0%;
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .landing-main .wavpe-businesscard {
    padding: 0% 0% 25% 0%;
    display: none;
  }
}
.landing-main .wavpe-businesscard.wavpe-businesscard1 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2% 0% 6% 0%;
  display: none;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-businesscard.wavpe-businesscard1 {
    display: flex;
    padding: 0% 0% 25% 0%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-businesscard.wavpe-businesscard1 {
    display: flex;
    padding: 0% 0% 25% 0%;
  }
}
.landing-main .wavpe-businesscard .businesscard-data {
  width: 100%;
  height: auto;
  padding-top: 60px;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-businesscard .businesscard-data {
    padding-top: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-businesscard .businesscard-data {
    padding-top: 0px;
  }
}
.landing-main .wavpe-businesscard .businesscard-data .businesscard-title {
  font-size: 40px;
  color: #0C0B0D;
  font-family: space-grotesk-m;
  font-weight: 700;
  text-align: start;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-businesscard .businesscard-data .businesscard-title {
    font-size: 28px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-businesscard .businesscard-data .businesscard-title {
    font-size: 28px;
  }
}
.landing-main .wavpe-businesscard .businesscard-data .businesscard-subtitle {
  font-size: 14px;
  color: #12141D;
  font-family: space-grotesk-r;
  font-weight: 700;
  text-align: start;
  opacity: 0.7;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-businesscard .businesscard-data .businesscard-subtitle {
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-businesscard .businesscard-data .businesscard-subtitle {
    margin-bottom: 15px;
  }
}
.landing-main .wavpe-businesscard .profile-right-data {
  width: 100%;
}
.landing-main .wavpe-businesscard .profile-right-data .right-profile-img {
  width: 80%;
}
.landing-main .wavpe-businesscard .profile-right-data .right-profile-img1 {
  width: 80%;
  padding-bottom: 40px;
}
.landing-main .pvc-card-content {
  width: 100%;
  height: 180px;
  min-height: auto;
  padding: 2% 0%;
  background-image: url("./../images/landing/pvc-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.landing-main .pvc-card-content .card-img-left {
  width: 60%;
  margin: 0 auto;
  position: relative;
  top: -70px;
}
.landing-main .pvc-card-content .pvc-card-head {
  color: #fff;
  letter-spacing: 20px;
  font-size: 45px;
  font-family: space-grotesk-m;
}
@media (max-width: 575.98px) {
  .landing-main .pvc-card-content .pvc-card-head {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .pvc-card-content .pvc-card-head {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .pvc-card-content .pvc-card-head {
    color: #fff;
    letter-spacing: 19px;
    font-size: 34px;
    font-family: space-grotesk-m;
  }
}
.landing-main .pvc-card-content .order-card {
  z-index: 1;
  position: relative;
  padding: 7px 20px;
  font-family: plusjakartasans-sb;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer !important;
  background: #62FE7B;
  border-radius: 25px;
  margin: 0;
  box-shadow: inset 400px 0 0 0 transparent;
  color: #000000;
  position: relative;
  float: right;
  top: 8%;
  right: 5%;
}
.landing-main .pvc-card-content .order-card:hover {
  border: 2px solid #62FE7B;
  background: transparent;
  margin: 0;
  color: #fff;
  box-shadow: inset 0 0 0 0 transparent;
  transition: all 1s ease-in-out;
}
@media (max-width: 575.98px) {
  .landing-main .pvc-card-content .order-card {
    top: -250px;
    right: 2%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .pvc-card-content .order-card {
    top: -250px;
    right: 2%;
  }
}
.landing-main .getnow-content {
  list-style: none;
  padding: 15px 0px;
  display: flex;
  margin: 0px;
  position: relative;
  z-index: -1;
}
.landing-main .getnow-content .get-section {
  list-style: none;
  display: flex;
  margin: 0px;
}
.landing-main .getnow-content .get-section .get-content {
  color: #000;
  font-size: 16px;
  padding-right: 5px;
  font-family: space-grotesk-r;
}
.landing-main .getnow-content .get-section .get-arrow {
  padding-left: 10px;
  position: relative;
  top: 7px;
  width: 20%;
}
.landing-main .wavpe-advantages {
  width: 100%;
  height: auto;
  padding: 4% 0%;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-advantages {
    padding: 8% 0%;
  }
}
.landing-main .wavpe-advantages .advantages-title {
  font-size: 50px;
  color: #12141D;
  font-weight: 700;
  font-family: space-grotesk-m;
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-advantages .advantages-title {
    font-size: 30px;
    padding-bottom: 20px;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-advantages .advantages-title {
    font-size: 30px;
    padding-bottom: 20px;
    text-align: center;
  }
}
.landing-main .wavpe-advantages .main-advantage {
  width: 100%;
  height: auto;
}
.landing-main .wavpe-advantages .main-advantage .inside-advantages {
  width: 100%;
  height: 290px;
  padding: 40px 15px 15px 15px;
  border-radius: 12px;
  background: linear-gradient(45deg, rgba(92, 206, 255, 0.768627451), rgba(17, 78, 153, 0.7529411765), rgba(127, 0, 206, 0.7529411765), #07051B);
  background-size: 300% 300%;
  animation: bgcolor 12s ease-in-out infinite;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-advantages .main-advantage .inside-advantages {
    height: 265px;
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-advantages .main-advantage .inside-advantages {
    height: 265px;
    margin-top: 10px;
  }
}
.landing-main .wavpe-advantages .main-advantage .inside-advantages.inside-advantages1 {
  background: linear-gradient(45deg, #000, #243402, rgba(68, 255, 0, 0.6705882353), rgba(59, 196, 238, 0.7058823529));
  background-size: 300% 300%;
  animation: bgcolor 12s ease-in-out infinite;
}
.landing-main .wavpe-advantages .main-advantage .inside-advantages.inside-advantages2 {
  background: linear-gradient(45deg, #000, #0C0B0D, rgba(187, 49, 237, 0.7450980392), rgba(197, 50, 251, 0.7176470588));
  background-size: 300% 300%;
  animation: bgcolor 12s ease-in-out infinite;
}
.landing-main .wavpe-advantages .main-advantage .inside-advantages.inside-advantages3 {
  background: #000;
}
.landing-main .wavpe-advantages .main-advantage .inside-advantages .insideadvantages-title {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 700;
  font-family: inter-sb;
  margin-bottom: 20px;
}
.landing-main .wavpe-advantages .main-advantage .inside-advantages .inside-advantage-para {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  height: 130px;
  font-family: space-grotesk-r;
  border-bottom: 1px solid rgba(249, 249, 249, 0.2117647059);
  padding-bottom: 20px;
}
@media (max-width: 575.98px) {
  .landing-main .wavpe-advantages .main-advantage .inside-advantages .inside-advantage-para {
    height: 110px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .wavpe-advantages .main-advantage .inside-advantages .inside-advantage-para {
    height: 110px;
  }
}
.landing-main .wavpe-advantages .main-advantage .inside-advantages .inside-advantage-para.inside-advantage-para1 {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  height: 130px;
  font-family: space-grotesk-r;
  border-bottom: 1px solid transparent;
  padding-bottom: 20px;
}
.landing-main .wavpe-advantages .main-advantage .inside-advantages .title-numbers {
  font-size: 24px;
  color: transparent;
  line-height: 28px;
  font-weight: 700;
  font-family: space-grotesk-m;
  -webkit-text-stroke: 0.7px #FFFFFF;
}
.landing-main .unlash-powerfeatures {
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 4% 0%;
}
@media (max-width: 575.98px) {
  .landing-main .unlash-powerfeatures {
    padding: 10% 0%;
  }
}
.landing-main .unlash-powerfeatures .unlashpower-title {
  width: 80%;
  font-size: 50px;
  color: #fff;
  font-family: space-grotesk-m;
  font-weight: 700;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 40px !important;
}
@media (max-width: 575.98px) {
  .landing-main .unlash-powerfeatures .unlashpower-title {
    width: 100%;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .unlash-powerfeatures .unlashpower-title {
    width: 100%;
    font-size: 34px;
    line-height: 40px;
  }
}
.landing-main .unlash-powerfeatures .inside-features {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 20px 20px 0px 20px;
  border-radius: 22px;
  background-color: #fff;
  margin: 0;
  margin-top: 20px !important;
}
@media (max-width: 575.98px) {
  .landing-main .unlash-powerfeatures .inside-features {
    margin-top: 0px !important;
    position: relative;
    left: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .unlash-powerfeatures .inside-features {
    position: relative;
    left: 10px;
    margin-top: 0px !important;
  }
}
.landing-main .unlash-powerfeatures .inside-features .insidefeatures-title {
  font-size: 20px;
  color: #0C0B0D;
  font-family: inter-sb;
  padding-bottom: 10px;
}
.landing-main .unlash-powerfeatures .inside-features .insidefeatures-para {
  font-size: 14px;
  color: rgba(33, 32, 34, 0.9);
  font-family: space-grotesk-r;
  width: 100%;
}
@media (max-width: 575.98px) {
  .landing-main .unlash-powerfeatures .inside-features .insidefeatures-para {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .unlash-powerfeatures .inside-features .insidefeatures-para {
    width: 100%;
    margin-bottom: 8px;
  }
}
.landing-main .unlash-powerfeatures .inside-features .insidefeatures-para2 {
  font-size: 14px;
  color: rgba(33, 32, 34, 0.9);
  font-family: space-grotesk-r;
  width: 100%;
  margin-bottom: 0px;
}
@media (max-width: 575.98px) {
  .landing-main .unlash-powerfeatures .inside-features .insidefeatures-para2 {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .unlash-powerfeatures .inside-features .insidefeatures-para2 {
    width: 100%;
    margin-bottom: 8px;
  }
}
.landing-main .unlash-powerfeatures .inside-features .image-contents {
  width: 100%;
  height: 325px;
  position: relative;
}
.landing-main .unlash-powerfeatures .inside-features .image-contents .insidefeatures-image {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  border-bottom-right-radius: 22px;
}
.landing-main .unlash-powerfeatures .inside-features-small {
  width: 100%;
  min-height: 280px;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 22px;
  background-color: #fff;
  position: relative;
  margin: 0;
  margin-top: 20px !important;
}
@media (max-width: 575.98px) {
  .landing-main .unlash-powerfeatures .inside-features-small {
    margin-top: 16px !important;
    left: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .unlash-powerfeatures .inside-features-small {
    margin-top: 16px !important;
    left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .unlash-powerfeatures .inside-features-small {
    min-height: 425px;
  }
}
.landing-main .unlash-powerfeatures .inside-features-small .insidefeatures-title {
  font-size: 20px;
  color: #0C0B0D;
  font-family: inter-sb;
  padding-bottom: 10px;
}
.landing-main .unlash-powerfeatures .inside-features-small .insidefeatures-para {
  font-size: 14px;
  color: rgba(33, 32, 34, 0.9);
  font-family: space-grotesk-r;
  width: 100%;
}
@media (max-width: 575.98px) {
  .landing-main .unlash-powerfeatures .inside-features-small .insidefeatures-para {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .unlash-powerfeatures .inside-features-small .insidefeatures-para {
    width: 100%;
    margin-bottom: 8px;
  }
}
.landing-main .unlash-powerfeatures .inside-features-small .image-contents {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-top: auto;
}
.landing-main .unlash-powerfeatures .inside-features-small .image-contents .insidefeatures-image {
  position: absolute;
  right: 0px;
  bottom: -8px;
  width: 110px;
}
.landing-main .unlash-powerfeatures .features-inside-big {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 18px 16px;
  border-radius: 22px;
  background-color: #fff;
  border: none;
  margin: 0;
  margin-top: 25px !important;
}
@media (max-width: 575.98px) {
  .landing-main .unlash-powerfeatures .features-inside-big {
    height: 95%;
    left: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .unlash-powerfeatures .features-inside-big {
    height: 95%;
    left: 16px;
  }
}
.landing-main .unlash-powerfeatures .features-inside-big .insidefeatures-title {
  font-size: 20px;
  color: #0C0B0D;
  font-family: inter-sb;
  padding-bottom: 10px;
}
.landing-main .unlash-powerfeatures .features-inside-big .insidefeatures-para {
  font-size: 14px;
  color: rgba(33, 32, 34, 0.9);
  font-family: space-grotesk-r;
  width: 100%;
}
@media (max-width: 575.98px) {
  .landing-main .unlash-powerfeatures .features-inside-big .insidefeatures-para {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .unlash-powerfeatures .features-inside-big .insidefeatures-para {
    width: 100%;
    margin-bottom: 8px;
  }
}
.landing-main .unlash-powerfeatures .features-inside-big .insidefeatures-image {
  position: absolute;
  right: 0px;
  bottom: -8px;
  width: 110px;
}
.landing-main .unlash-powerfeatures .features-inside-big .feature-p {
  position: relative;
  float: right;
  right: 97px;
  top: 40px;
  font-family: space-grotesk-r;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .landing-main .unlash-powerfeatures .features-inside-big .feature-p {
    top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .unlash-powerfeatures .features-inside-big .feature-p {
    top: 30px;
  }
}
.landing-main .unlash-powerfeatures .features-inside-big .image-content {
  width: 340px;
  position: relative;
  top: 10px;
}
@media (max-width: 575.98px) {
  .landing-main .unlash-powerfeatures .features-inside-big .image-content {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .unlash-powerfeatures .features-inside-big .image-content {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .unlash-powerfeatures .features-inside-big .image-content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    top: 95px;
  }
}
.landing-main .unlash-powerfeatures .features-inside-big .image-content .feautre-images-right {
  width: 100%;
}
@media (max-width: 575.98px) {
  .landing-main .unlash-powerfeatures .features-inside-big .image-content .feautre-images-right {
    width: 95%;
    margin: 0 auto;
  }
}
.landing-main .storage-section {
  width: 100%;
  background-color: #000;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section {
    padding: 8% 0%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section {
    padding: 8% 0%;
  }
}
.landing-main .storage-section .main-storage {
  padding: 3% 0%;
}
.landing-main .storage-section .main-storage .gif-main .storage-img {
  width: 40%;
  margin-left: auto;
  animation: shake 1s infinite;
  display: flex;
  position: relative;
  right: 10%;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage .gif-main .storage-img {
    left: 0%;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage .gif-main .storage-img {
    left: 0%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .storage-section .main-storage .gif-main .storage-img {
    width: 75%;
  }
}
.landing-main .storage-section .main-storage .gif-main .storage-img1 {
  width: 40%;
  margin-right: auto;
  display: flex;
  position: relative;
  left: -10%;
  animation: shake 1s infinite;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage .gif-main .storage-img1 {
    left: 0%;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage .gif-main .storage-img1 {
    left: 0%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .storage-section .main-storage .gif-main .storage-img1 {
    width: 73%;
    position: relative;
    animation: shake 1s infinite;
    margin: 0 auto;
    display: flex;
    left: 3%;
  }
}
.landing-main .storage-section .main-storage .storage-main {
  width: 100%;
  padding: 12% 0%;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage .storage-main {
    text-align: center;
    padding: 4% 3%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage .storage-main {
    padding: 4% 3%;
    text-align: center;
  }
}
.landing-main .storage-section .main-storage .storage-main.storage-main1 {
  padding-left: 20%;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage .storage-main.storage-main1 {
    text-align: center;
    padding: 4% 0%;
    padding-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage .storage-main.storage-main1 {
    padding: 4% 0%;
    text-align: center;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .storage-section .main-storage .storage-main.storage-main1 {
    padding-left: 0%;
  }
}
.landing-main .storage-section .main-storage .storage-main .storage-head {
  font-size: 30px;
  padding-bottom: 20px;
  color: #fff;
  font-family: space-grotesk-m;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage .storage-main .storage-head {
    text-align: center;
    font-size: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage .storage-main .storage-head {
    text-align: center;
    font-size: 26px;
  }
}
.landing-main .storage-section .main-storage .storage-main .storge-para {
  color: #D3D3D3;
  font-size: 16px;
  font-family: space-grotesk-r;
  padding-right: 20%;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage .storage-main .storge-para {
    text-align: center;
    padding-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage .storage-main .storge-para {
    text-align: center;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .storage-section .main-storage .storage-main .storge-para {
    padding-right: 10%;
  }
}
.landing-main .storage-section .main-storage .storage-main .storge-para1 {
  color: #D3D3D3;
  font-size: 16px;
  font-family: space-grotesk-r;
  padding-left: 0%;
}
.landing-main .storage-section .main-storage-reminder {
  padding: 3% 0%;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage-reminder {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage-reminder {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .storage-section .main-storage-reminder {
    display: flex;
  }
}
.landing-main .storage-section .main-storage-reminder.main-storage-reminder1 {
  display: none;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage-reminder.main-storage-reminder1 {
    display: flex;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage-reminder.main-storage-reminder1 {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .storage-section .main-storage-reminder.main-storage-reminder1 {
    display: none;
  }
}
.landing-main .storage-section .main-storage-reminder .gif-main .storage-img {
  width: 40%;
  margin-left: auto;
  animation: shake 1s infinite;
  display: flex;
  position: relative;
  right: 10%;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage-reminder .gif-main .storage-img {
    left: 0%;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage-reminder .gif-main .storage-img {
    left: 0%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .storage-section .main-storage-reminder .gif-main .storage-img {
    width: 75%;
  }
}
.landing-main .storage-section .main-storage-reminder .gif-main .storage-img1 {
  width: 40%;
  margin-right: auto;
  display: flex;
  position: relative;
  left: -10%;
  animation: shake 1s infinite;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage-reminder .gif-main .storage-img1 {
    left: 0%;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage-reminder .gif-main .storage-img1 {
    left: 0%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .storage-section .main-storage-reminder .gif-main .storage-img1 {
    width: 73%;
    position: relative;
    animation: shake 1s infinite;
    margin: 0 auto;
    display: flex;
    left: 3%;
  }
}
.landing-main .storage-section .main-storage-reminder .storage-main {
  width: 100%;
  padding: 12% 0%;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage-reminder .storage-main {
    text-align: center;
    padding: 4% 3%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage-reminder .storage-main {
    padding: 4% 3%;
    text-align: center;
  }
}
.landing-main .storage-section .main-storage-reminder .storage-main.storage-main1 {
  padding-left: 20%;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage-reminder .storage-main.storage-main1 {
    text-align: center;
    padding: 4% 0%;
    padding-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage-reminder .storage-main.storage-main1 {
    padding: 4% 0%;
    text-align: center;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .storage-section .main-storage-reminder .storage-main.storage-main1 {
    padding-left: 10%;
  }
}
.landing-main .storage-section .main-storage-reminder .storage-main .storage-head {
  font-size: 30px;
  padding-bottom: 20px;
  color: #fff;
  font-family: space-grotesk-m;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage-reminder .storage-main .storage-head {
    text-align: center;
    font-size: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage-reminder .storage-main .storage-head {
    text-align: center;
    font-size: 26px;
  }
}
.landing-main .storage-section .main-storage-reminder .storage-main .storge-para {
  color: #D3D3D3;
  font-size: 16px;
  font-family: space-grotesk-r;
  padding-right: 20%;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage-reminder .storage-main .storge-para {
    text-align: center;
    padding-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage-reminder .storage-main .storge-para {
    text-align: center;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .storage-section .main-storage-reminder .storage-main .storge-para {
    padding-right: 10%;
  }
}
.landing-main .storage-section .main-storage-reminder .storage-main .storge-para1 {
  color: #D3D3D3;
  font-size: 16px;
  font-family: space-grotesk-r;
  padding-left: 0%;
}
.landing-main .storage-section .main-storage-events {
  padding: 3% 0%;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage-events {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage-events {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .storage-section .main-storage-events {
    display: flex;
  }
}
.landing-main .storage-section .main-storage-events.main-storage-events1 {
  display: none;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage-events.main-storage-events1 {
    display: flex;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage-events.main-storage-events1 {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .storage-section .main-storage-events.main-storage-events1 {
    display: none;
  }
}
.landing-main .storage-section .main-storage-events .gif-main .storage-img {
  width: 40%;
  margin-left: auto;
  animation: shake 1s infinite;
  display: flex;
  position: relative;
  right: 10%;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage-events .gif-main .storage-img {
    left: 0%;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage-events .gif-main .storage-img {
    left: 0%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .storage-section .main-storage-events .gif-main .storage-img {
    width: 75%;
  }
}
.landing-main .storage-section .main-storage-events .gif-main .storage-img1 {
  width: 40%;
  margin-right: auto;
  display: flex;
  position: relative;
  left: -10%;
  animation: shake 1s infinite;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage-events .gif-main .storage-img1 {
    left: 0%;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage-events .gif-main .storage-img1 {
    left: 0%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .storage-section .main-storage-events .gif-main .storage-img1 {
    width: 73%;
    position: relative;
    animation: shake 1s infinite;
    margin: 0 auto;
    display: flex;
    left: -5%;
  }
}
.landing-main .storage-section .main-storage-events .storage-main {
  width: 100%;
  padding: 12% 0%;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage-events .storage-main {
    text-align: center;
    padding: 4% 3%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage-events .storage-main {
    padding: 4% 3%;
    text-align: center;
  }
}
.landing-main .storage-section .main-storage-events .storage-main.storage-main1 {
  padding-left: 20%;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage-events .storage-main.storage-main1 {
    text-align: center;
    padding: 4% 0%;
    padding-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage-events .storage-main.storage-main1 {
    padding: 4% 0%;
    text-align: center;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .storage-section .main-storage-events .storage-main.storage-main1 {
    padding-left: 10%;
  }
}
.landing-main .storage-section .main-storage-events .storage-main .storage-head {
  font-size: 30px;
  padding-bottom: 20px;
  color: #fff;
  font-family: space-grotesk-m;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage-events .storage-main .storage-head {
    text-align: center;
    font-size: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage-events .storage-main .storage-head {
    text-align: center;
    font-size: 26px;
  }
}
.landing-main .storage-section .main-storage-events .storage-main .storge-para {
  color: #D3D3D3;
  font-size: 16px;
  font-family: space-grotesk-r;
  padding-right: 20%;
}
@media (max-width: 575.98px) {
  .landing-main .storage-section .main-storage-events .storage-main .storge-para {
    text-align: center;
    padding-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .storage-section .main-storage-events .storage-main .storge-para {
    text-align: center;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .storage-section .main-storage-events .storage-main .storge-para {
    padding-right: 10%;
  }
}
.landing-main .storage-section .main-storage-events .storage-main .storge-para1 {
  color: #D3D3D3;
  font-size: 16px;
  font-family: space-grotesk-r;
  padding-left: 0%;
}
.landing-main .simplicity-content {
  width: 100%;
  height: auto;
  padding: 4% 0%;
  background-image: url("./../images/landing/home-bcg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 22px;
}
@media (max-width: 575.98px) {
  .landing-main .simplicity-content {
    padding: 10% 0% 0% 0%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .simplicity-content {
    padding: 10% 0% 0% 0%;
  }
}
.landing-main .simplicity-content .card-details-title {
  font-size: 40px;
  text-align: center;
  color: #62FE7B;
  font-family: space-grotesk-m;
}
.landing-main .simplicity-content .card-details {
  width: 100%;
  height: auto;
  border-bottom: none !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-main .simplicity-content .card-details .card-details-lists {
  margin: 0px 5px;
}
.landing-main .simplicity-content .card-details .card-details-lists .card-details-btn {
  padding: 14px 25px;
  background: rgba(228, 228, 228, 0.4980392157);
  border-radius: 14px;
  font-size: 14px;
  color: #FFFFFF;
  font-family: space-grotesk-m;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.landing-main .simplicity-content .card-details .card-details-lists .card-details-btn.active {
  background-color: #62FE7B;
  color: #000000;
  outline: none;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.landing-main .simplicity-content .card-details .card-details-lists .card-details-btn.active:focus {
  outline: none;
  box-shadow: none;
}
.landing-main .simplicity-content .card-details-bottom {
  width: 100%;
  min-height: 40vh;
  padding: 4% 0%;
}
.landing-main .simplicity-content .card-details-bottom .card-inside-details {
  width: 100%;
  height: auto;
}
.landing-main .simplicity-content .card-details-bottom .card-inside-details .card-inside-left {
  width: 100%;
  height: auto;
}
.landing-main .simplicity-content .card-details-bottom .card-inside-details .card-inside-left .card-details-subtitle {
  font-size: 36px;
  color: #FFFFFF;
  font-family: space-grotesk-m;
  margin-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 575.98px) {
  .landing-main .simplicity-content .card-details-bottom .card-inside-details .card-inside-left .card-details-subtitle {
    font-size: 28px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .simplicity-content .card-details-bottom .card-inside-details .card-inside-left .card-details-subtitle {
    font-size: 28px;
  }
}
.landing-main .simplicity-content .card-details-bottom .card-inside-details .card-inside-left .card-details-para {
  font-size: 14px;
  color: #e5e0e0;
  font-family: space-grotesk-r;
}
.landing-main .simplicity-content .card-details-bottom .card-inside-details .card-inside-left .card-details-para .card-detalis-wave {
  font-size: 14px;
  color: #e5e0e0;
  font-family: space-grotesk-m;
}
.landing-main .simplicity-content .card-details-bottom .card-inside-details .card-details-right {
  width: 400px;
  height: 400px;
  margin-left: auto;
}
@media (max-width: 575.98px) {
  .landing-main .simplicity-content .card-details-bottom .card-inside-details .card-details-right {
    width: 100%;
  }
}
.landing-main .simplicity-content .card-details-bottom .card-inside-details .card-details-right .right-image {
  width: 90%;
}
@media (max-width: 575.98px) {
  .landing-main .simplicity-content .card-details-bottom .card-inside-details .card-details-right .right-image {
    width: 80%;
    margin: 0 auto;
    display: flex;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .simplicity-content .card-details-bottom .card-inside-details .card-details-right .right-image {
    width: 80%;
    margin: 0 auto;
    display: flex;
  }
}
.landing-main .download {
  width: 100%;
  background-color: #f9f9f9;
  padding: 9% 0% 14% 0%;
}
.landing-main .download .download-now {
  width: 100%;
  height: 80px;
  background-image: url("./../images/landing/download-srtip.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.landing-main .download .download-now .scan-qr {
  width: 15%;
  position: relative;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  top: -115px;
}
@media (max-width: 575.98px) {
  .landing-main .download .download-now .scan-qr {
    top: -35px;
    width: 25%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .download .download-now .scan-qr {
    top: -35px;
    width: 25%;
  }
}
.landing-main .appointment-wavpe {
  width: 100%;
  height: auto;
  padding: 0% 0% 4% 0%;
}
@media (max-width: 575.98px) {
  .landing-main .appointment-wavpe {
    padding: 8% 0%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .appointment-wavpe {
    padding: 8% 0%;
  }
}
.landing-main .appointment-wavpe .connect-head {
  color: #000000;
  font-family: space-grotesk-m;
  font-size: 36px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .landing-main .appointment-wavpe .connect-head {
    font-size: 26px;
    margin-bottom: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .appointment-wavpe .connect-head {
    font-size: 26px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .appointment-wavpe .connect-head {
    font-size: 32px;
  }
}
.landing-main .appointment-wavpe .connect-head1 {
  color: #000000;
  font-family: space-grotesk-m;
  font-size: 36px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .landing-main .appointment-wavpe .connect-head1 {
    font-size: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .appointment-wavpe .connect-head1 {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .appointment-wavpe .connect-head1 {
    font-size: 32px;
  }
}
.landing-main .appointment-wavpe .connect-para {
  color: #3d3c3c;
  font-family: space-grotesk-r;
  font-size: 16px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 575.98px) {
  .landing-main .appointment-wavpe .connect-para {
    padding: 10px 10px;
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .appointment-wavpe .connect-para {
    padding: 10px 10px;
    font-size: 14px;
  }
}
.landing-main .appointment-wavpe .apointment-back {
  width: 95%;
  height: auto;
  padding: 4% 4%;
  background-color: #FFFFFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 22px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .landing-main .appointment-wavpe .apointment-back {
    padding: 4% 3%;
    width: 90%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .appointment-wavpe .apointment-back {
    padding: 4% 3%;
    width: 90%;
  }
}
.landing-main .appointment-wavpe .apointment-back .network {
  background-color: #736d6f;
  width: 60px;
  border-radius: 100px;
  height: 60px;
  width: 60px;
  position: absolute;
  right: 118px;
  margin-top: -72px;
}
@media (max-width: 575.98px) {
  .landing-main .appointment-wavpe .apointment-back .network {
    float: right;
    position: relative;
    top: 35px;
    right: -19px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .appointment-wavpe .apointment-back .network {
    float: right;
    position: relative;
    top: 35px;
    right: -19px;
  }
}
@media (max-width: 575.98px) {
  .landing-main .appointment-wavpe .apointment-back .network {
    float: right;
    position: relative;
    top: 35px;
    right: -19px;
  }
}
.landing-main .appointment-wavpe .apointment-back .network-img {
  position: relative;
  top: 20%;
  left: 20%;
  width: 60%;
}
.landing-main .appointment-wavpe .apointment-back .get-head {
  color: #000000;
  font-family: space-grotesk-l;
  font-size: 18px;
  opacity: 0.7;
  padding-bottom: 15px;
}
@media (max-width: 575.98px) {
  .landing-main .appointment-wavpe .apointment-back .get-head {
    padding-top: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .appointment-wavpe .apointment-back .get-head {
    padding-top: 15px;
  }
}
.landing-main .appointment-wavpe .apointment-back .schedule-head {
  color: #000000;
  font-family: space-grotesk-r;
  font-size: 32px;
  padding-bottom: 20px;
}
@media (max-width: 575.98px) {
  .landing-main .appointment-wavpe .apointment-back .schedule-head {
    font-size: 22px;
    padding-bottom: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .appointment-wavpe .apointment-back .schedule-head {
    font-size: 22px;
    padding-bottom: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .appointment-wavpe .apointment-back .schedule-head {
    font-size: 26px;
    padding-bottom: 8px;
  }
}
.landing-main .appointment-wavpe .apointment-back .name-data-list {
  list-style: none;
  padding: 0px;
  display: flex;
  padding-bottom: 15px;
}
@media (max-width: 575.98px) {
  .landing-main .appointment-wavpe .apointment-back .name-data-list {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .appointment-wavpe .apointment-back .name-data-list {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .appointment-wavpe .apointment-back .name-data-list {
    display: block;
  }
}
.landing-main .appointment-wavpe .apointment-back .name-data-list .name-data {
  color: #000000;
  font-family: space-grotesk-r;
  font-size: 16px;
  padding-left: 15px;
  padding-top: 10px;
  margin-bottom: 0px;
}
.landing-main .appointment-wavpe .apointment-back .name-data-list .name-data1 {
  color: #000000;
  font-family: space-grotesk-r;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 0px;
}
.landing-main .appointment-wavpe .apointment-back .name-data-list .data-in {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #807f80;
  padding: 1px 11px;
  color: #000000;
}
.landing-main .appointment-wavpe .apointment-back .under-list {
  list-style: none;
  padding: 0px;
  display: flex;
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .landing-main .appointment-wavpe .apointment-back .under-list {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .appointment-wavpe .apointment-back .under-list {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .appointment-wavpe .apointment-back .under-list {
    display: block;
  }
}
.landing-main .appointment-wavpe .apointment-back .under-list .radio-para {
  color: #000000;
  font-family: space-grotesk-r;
  font-size: 16px;
  position: relative;
  top: -2px;
}
.landing-main .appointment-wavpe .apointment-back .under-list .card-sele-box {
  margin-left: 20px;
}
.landing-main .appointment-wavpe .apointment-back .under-list .card-sele-box .form-check-input {
  margin-top: 5px !important;
}
.landing-main .appointment-wavpe .apointment-back .under-list .card-sele-box .card-sele {
  color: #000000;
  font-family: space-grotesk-r;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .landing-main .appointment-wavpe .apointment-back .under-list .card-sele-box .card-sele {
    font-size: 14px;
  }
}
.landing-main .appointment-wavpe .apointment-back .more-para {
  color: #000000;
  font-family: space-grotesk-r;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .landing-main .appointment-wavpe .apointment-back .more-para {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .appointment-wavpe .apointment-back .more-para {
    font-size: 14px;
  }
}
.landing-main .appointment-wavpe .apointment-back .data-inn {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #807f80;
  padding: 1px 11px;
  color: #000000;
  margin-left: 20px;
}
.landing-main .appointment-wavpe .apointment-back .enquiry {
  padding: 0px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.landing-main .appointment-wavpe .apointment-back .enquiry .enq-list {
  color: #000000;
}
@media (max-width: 575.98px) {
  .landing-main .appointment-wavpe .apointment-back .enquiry .enq-list {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .appointment-wavpe .apointment-back .enquiry .enq-list {
    font-size: 12px;
  }
}
.landing-main .appointment-wavpe .apointment-back .enquiry .enq-list1 {
  color: #000000;
  padding: 0px 20px;
  padding-top: 9px;
}
@media (max-width: 575.98px) {
  .landing-main .appointment-wavpe .apointment-back .enquiry .enq-list1 {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .appointment-wavpe .apointment-back .enquiry .enq-list1 {
    font-size: 12px;
  }
}
.landing-main .appointment-wavpe .apointment-back .enquiry .enqury-btn {
  padding: 10px 20px;
  background-color: rgb(98, 254, 123);
  border: 1px solid rgb(98, 254, 123);
  border-radius: 10px;
  color: rgb(32, 29, 34);
  cursor: pointer;
  font-family: space-grotesk-r;
  box-shadow: inset 0 0 0 0 #62FE7B;
  transition: all 1s ease-in-out;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .landing-main .appointment-wavpe .apointment-back .enquiry .enqury-btn {
    font-size: 14px;
    padding: 8px 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .appointment-wavpe .apointment-back .enquiry .enqury-btn {
    font-size: 14px;
    padding: 8px 20px;
  }
}
.landing-main .appointment-wavpe .apointment-back .enquiry .enqury-btn:hover {
  box-shadow: inset 400px 0 0 0 #000;
  color: #62FE7B;
  border: 1px solid #000;
}
.landing-main .appointment-wavpe .apointment-back .enquiry .enqury-btn1 {
  padding: 10px 20px;
  background-color: transparent !important;
  border: 1px solid rgb(155, 155, 155);
  border-radius: 10px;
  color: #000000;
  font-family: space-grotesk-r;
  box-shadow: inset 0 0 0 0 #62FE7B;
  transition: all 1s ease-in-out;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .landing-main .appointment-wavpe .apointment-back .enquiry .enqury-btn1 {
    font-size: 14px;
    padding: 8px 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .appointment-wavpe .apointment-back .enquiry .enqury-btn1 {
    font-size: 14px;
    padding: 8px 20px;
  }
}
.landing-main .appointment-wavpe .apointment-back .enquiry .enqury-btn1:hover {
  box-shadow: inset 400px 0 0 0 #000;
  color: #62FE7B;
  border: 1px solid #000;
}
.landing-main .appointment-wavpe .apointment-back .schdule {
  width: 80%;
  height: 330px;
  min-height: auto;
  padding: 2% 0%;
  background-image: url("./../images/landing/schedule-phone.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  left: 35%;
  top: 20%;
}
@media (max-width: 575.98px) {
  .landing-main .appointment-wavpe .apointment-back .schdule {
    left: 28%;
    top: 5%;
    background-position: initial;
    width: 80%;
    height: 320px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .appointment-wavpe .apointment-back .schdule {
    left: 28%;
    background-position: initial;
    top: 5%;
    width: 80%;
    height: 320px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .appointment-wavpe .apointment-back .schdule {
    left: 16%;
    background-position: initial;
    top: 38%;
    width: 100%;
    height: 227px;
  }
}
.landing-main .appointment-wavpe .apointment-back .schdule .lote-img {
  transform: rotate(-43deg);
  width: 100px;
  position: relative;
  top: 38%;
  left: 40%;
}
@media (max-width: 575.98px) {
  .landing-main .appointment-wavpe .apointment-back .schdule .lote-img {
    top: 36%;
    left: 44%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .landing-main .appointment-wavpe .apointment-back .schdule .lote-img {
    top: 36%;
    left: 44%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing-main .appointment-wavpe .apointment-back .schdule .lote-img {
    top: 32%;
    width: 85px;
    left: 38%;
  }
}
.landing-main .appointment-wavpe .apointment-back .schdule .lote-img .inspi-img {
  width: 50%;
}

.company-list {
  width: 100%;
  padding: 5% 0% 3% 0%;
}
@media (max-width: 575.98px) {
  .company-list {
    padding: 10% 0% 5% 0%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .company-list {
    padding: 10% 0% 5% 0%;
  }
}
.company-list .collabtrate-head {
  font-size: 50px;
  color: #12141D;
  text-align: center;
  font-family: space-grotesk-m;
  padding: 0% 0% 4% 0%;
}
@media (max-width: 575.98px) {
  .company-list .collabtrate-head {
    font-size: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .company-list .collabtrate-head {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .company-list .collabtrate-head {
    font-size: 32px;
  }
}
.company-list .partners {
  width: 100%;
}
.company-list .partners .partners-box {
  width: 100%;
  padding: 10px;
  position: relative;
  margin: 0px auto;
}
@media (max-width: 575.98px) {
  .company-list .partners .partners-box {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .company-list .partners .partners-box {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.company-list .partners .partners-box .logo-img {
  width: 150px !important;
  height: auto;
  transition: transform 0.5s ease;
  cursor: pointer;
}
.company-list .partners .partners-box .logo-img:hover {
  transform: scale(1.2);
}

.activate-card-details {
  width: 100%;
  padding: 5% 0% 2% 0%;
}
.activate-card-details .slides-content1 {
  width: 100%;
}
@media (max-width: 575.98px) {
  .activate-card-details .slides-content1 {
    overflow-x: hidden;
    padding: 4% 0%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .activate-card-details .slides-content1 {
    overflow-x: hidden;
    padding: 4% 0%;
  }
}
.activate-card-details .slides-content1 .inside-content1 {
  height: auto;
  width: 100%;
}
@media (max-width: 575.98px) {
  .activate-card-details .slides-content1 .inside-content1 {
    padding-top: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .activate-card-details .slides-content1 .inside-content1 {
    padding-top: 0px;
  }
}
.activate-card-details .slides-content1 .inside-content1 .activate-crad {
  font-size: 50px;
  color: #12141D;
  text-align: center;
  font-family: space-grotesk-m;
  padding: 0% 0% 4% 0%;
}
@media (max-width: 575.98px) {
  .activate-card-details .slides-content1 .inside-content1 .activate-crad {
    font-size: 26px;
    padding-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .activate-card-details .slides-content1 .inside-content1 .activate-crad {
    font-size: 26px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .activate-card-details .slides-content1 .inside-content1 .activate-crad {
    font-size: 32px;
  }
}
.activate-card-details .slides-content1 .inside-content1 .inside-left-content-new {
  width: 100%;
}
.activate-card-details .slides-content1 .inside-content1 .inside-left-content-new .design-data-inside-new {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0px;
  list-style: none;
}
.activate-card-details .slides-content1 .inside-content1 .inside-left-content-new .design-data-inside-new.active {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  position: relative;
  margin-right: 0px;
  top: 6px;
}
.activate-card-details .slides-content1 .inside-content1 .inside-left-content-new .design-data-inside-new .design-inside-left-new {
  padding-right: 20px;
  margin-top: -12px;
  background-color: #a6f1b2;
  border: 7px solid transparent;
  color: #000;
  border: 7px solid #fff;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: relative;
  margin-right: 20px;
  top: 10px;
  left: -10px;
}
.activate-card-details .slides-content1 .inside-content1 .inside-left-content-new .design-data-inside-new .design-inside-left-new.active {
  background-color: #62fe7b !important;
  border: 7px solid #fff;
  width: 45px;
  height: 45px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: relative;
  margin-right: 20px;
  top: 10px;
  left: -7px;
  padding-top: 5px;
}
.activate-card-details .slides-content1 .inside-content1 .inside-left-content-new .design-data-inside-new .design-inside-left-new .side-left-img-new {
  position: relative;
  top: 4px;
  left: 10px;
}
.activate-card-details .slides-content1 .inside-content1 .inside-left-content-new .design-data-inside-new .design-inside-left-new .side-left-img-new.active {
  top: 6px;
  position: relative;
}
.activate-card-details .slides-content1 .inside-content1 .inside-left-content-new .design-data-inside-new .design-inside-right-new .design-title-new {
  font-size: 16px;
  font-family: space-grotesk-m;
  margin-bottom: 6px;
  color: rgb(107, 114, 128);
}
.activate-card-details .slides-content1 .inside-content1 .inside-left-content-new .design-data-inside-new .design-inside-right-new .design-title-new.active {
  color: #000000 !important;
}
.activate-card-details .slides-content1 .inside-content1 .inside-left-content-new .design-data-inside-new .design-inside-right-new .design-content-new {
  color: rgb(107, 114, 128);
  font-size: 12px;
  font-family: space-grotesk-r;
  padding-top: 0px;
  margin-bottom: 0px;
}
.activate-card-details .slides-content1 .inside-content1 .inside-left-content-new .design-data-inside-new .design-inside-right-new .design-content-new.active {
  color: rgb(12, 11, 13) !important;
}
.activate-card-details .slides-content1 .inside-content1 .inside-right-content1 {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  border-radius: 40px;
}
@media (max-width: 575.98px) {
  .activate-card-details .slides-content1 .inside-content1 .inside-right-content1 {
    width: 60%;
    height: 450px;
    margin-bottom: 40px;
    position: relative;
    left: 4%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .activate-card-details .slides-content1 .inside-content1 .inside-right-content1 {
    width: 60%;
    height: 450px;
    margin-bottom: 40px;
    position: relative;
    left: 4%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .activate-card-details .slides-content1 .inside-content1 .inside-right-content1 {
    width: 60%;
    height: 450px;
    margin-bottom: 40px;
    position: relative;
    left: 4%;
  }
}
.activate-card-details .slides-content1 .inside-content1 .inside-right-content1 .inside2 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
}
.activate-card-details .slides-content1 .inside-content1 .inside-right-content1 .image-carousel-new {
  display: flex;
  transition: transform 2s ease;
  position: absolute;
  z-index: -1111;
}
.activate-card-details .slides-content1 .inside-content1 .inside-right-content1 .image-carousel-new .left-images-new {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 30px;
}
@media (max-width: 575.98px) {
  .activate-card-details .slides-content1 .inside-content1 .inside-right-content1 .image-carousel-new .left-images-new {
    width: 85%;
    margin-bottom: 40px;
    height: 480px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .activate-card-details .slides-content1 .inside-content1 .inside-right-content1 .image-carousel-new .left-images-new {
    width: 85%;
    margin-bottom: 40px;
    height: 480px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .activate-card-details .slides-content1 .inside-content1 .inside-right-content1 .image-carousel-new .left-images-new {
    width: 85%;
    margin-bottom: 40px;
    height: 480px;
  }
}

.faq-page {
  background-color: #f9f9f9;
  padding: 4% 0%;
}
@media (max-width: 575.98px) {
  .faq-page {
    padding: 12% 0% 4% 0%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .faq-page {
    padding: 12% 0% 4% 0%;
  }
}
.faq-page .faq-heading {
  font-size: 50px;
  color: rgb(32, 29, 34);
  position: relative;
  padding-top: 0px;
  padding-bottom: 30px;
  font-family: space-grotesk-b;
}
@media (max-width: 575.98px) {
  .faq-page .faq-heading {
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .faq-page .faq-heading {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .faq-page .faq-heading {
    font-size: 32px;
  }
}
.faq-page .contents {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .faq-page .contents {
    padding-top: 15px;
  }
}
@media (max-width: 575.98px) {
  .faq-page .contents {
    margin: 0px 10px;
  }
}
.faq-page .contents .TbContent-edit .TbPane-edit .Accordions-edit {
  --bs-accordion-border-color: transparent;
  border-width: 0px;
}
.faq-page .contents .TbContent-edit .TbPane-edit .Accordions-edit .items-edit {
  background-color: transparent;
  margin-bottom: 23px;
  border: none;
}
.faq-page .contents .TbContent-edit .TbPane-edit .Accordions-edit .items-edit .edit-header .BtnAcordion-edit {
  border-radius: 4px;
  font-size: 16px;
  color: rgb(32, 29, 34);
  background-color: #fff;
  font-family: space-grotesk-b;
}
.faq-page .contents .TbContent-edit .TbPane-edit .Accordions-edit .items-edit .edit-header .BtnAcordion-edit::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='green'%3e%3cpath fill-rule='evenodd' d='M3.046 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  color: rgb(98, 254, 123) !important;
  border-radius: 20px;
  font-size: 30px;
}
.faq-page .contents .TbContent-edit .TbPane-edit .Accordions-edit .items-edit .edit-header .accordion-button:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0 0.25rem rgb(255, 255, 255);
}
.faq-page .contents .TbContent-edit .TbPane-edit .Accordions-edit .items-edit .edit-Collapse .body-content-edit {
  background-color: #fff;
  color: rgba(60, 60, 67, 0.85);
  font-size: 14px;
  border-radius: 4px;
  border-width: 0px;
  font-family: space-grotesk-r;
  padding: 10px 25px;
}
.faq-page .contents .TbContent-edit .TbPane-edit .Accordions-edit .items-edit .edit-Collapse .body-content-edit .dot-c {
  font-size: 7px;
  padding-right: 10px;
  position: relative;
  top: -1px;
}
.faq-page .contents .TbContent-edit .TbPane-edit .Accordions-edit .items-edit .edit-Collapse .body-content-edit .body-content-e {
  background-color: #fff;
  color: rgba(28, 28, 31, 0.85);
  font-size: 14px;
  border-radius: 4px;
  border-width: 0px;
  font-family: space-grotesk-b;
}

@keyframes bgcolor {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.footer-bg {
  width: 100%;
  background-color: #000;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4% 0% 3% 0%;
}
.footer-bg .footer-logo {
  width: 60%;
  padding-bottom: 10px;
}
@media (max-width: 575.98px) {
  .footer-bg .footer-logo {
    width: 50%;
    padding-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-bg .footer-logo {
    width: 50%;
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-bg .footer-logo {
    width: 38%;
    padding-bottom: 15px;
  }
}
.footer-bg .footer-box {
  padding-bottom: 40px;
}
@media (max-width: 575.98px) {
  .footer-bg .footer-box {
    padding-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-bg .footer-box {
    padding-bottom: 10px;
  }
}
.footer-bg .footer-box .footer-content {
  list-style: none;
  padding: 0px;
  display: flex;
  position: relative;
  top: 30%;
}
.footer-bg .footer-box .footer-content .footer-list {
  color: rgb(255, 255, 255);
  cursor: pointer;
  text-decoration: none;
  font-family: space-grotesk-r;
  font-size: 13px;
  padding-right: 30px;
}
.footer-bg .foot-p {
  font-size: 14px;
  font-family: space-grotesk-r;
  color: rgb(255, 255, 255);
}
@media (max-width: 575.98px) {
  .footer-bg .foot-p {
    padding-top: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-bg .foot-p {
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-bg .foot-p {
    padding-top: 0px;
  }
}
.footer-bg .r-ico {
  color: #636669;
}
.footer-bg .use-link {
  padding-left: 0%;
}
@media (max-width: 575.98px) {
  .footer-bg .use-link {
    padding-left: 0%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-bg .use-link {
    padding-left: 0%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-bg .use-link {
    padding-left: 0%;
  }
}
.footer-bg .use-link .footer-lin {
  font-size: 16px;
  color: #fff;
  font-family: space-grotesk-m;
  padding-bottom: 20px;
}
.footer-bg .use-link .cst-logo {
  padding-bottom: 20px;
}
.footer-bg .use-link .custom-footer {
  display: flex;
}
.footer-bg .use-link .custom-footer .footer-para {
  font-size: 15px;
  padding-top: 15px;
  margin-bottom: 0px !important;
  font-family: space-grotesk-r;
  color: rgb(255, 255, 255);
  cursor: pointer;
  text-decoration: none;
}
.footer-bg .use-link .custom-footer .footer-para:hover {
  color: #fff;
}
.footer-bg .use-link .custom-footer .location-i {
  padding-right: 20px;
  color: #62FE7B;
}
.footer-bg .follw-h {
  font-size: 25px;
  color: #fff;
}
.footer-bg .copy-r {
  font-size: 14px;
  color: #FBFBFC;
}
.footer-bg .exclusive-newsletter {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: end;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-bg .exclusive-newsletter {
    padding: 4% 8%;
  }
}
.footer-bg .exclusive-newsletter .login-txt {
  padding: 7px 20px;
  font-family: plusjakartasans-sb;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #62FE7B !important;
  border-radius: 12px;
  border: 2px solid #62FE7B;
  margin: 0;
  box-shadow: inset 0 0 0 0 #62FE7B;
  transition: all 1s ease-in-out;
}
@media (max-width: 575.98px) {
  .footer-bg .exclusive-newsletter .login-txt {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-bg .exclusive-newsletter .login-txt {
    display: none;
  }
}
.footer-bg .exclusive-newsletter .login-txt:hover {
  box-shadow: inset 400px 0 0 0 #62FE7B;
  color: #000;
}
.footer-bg .footer-career {
  width: 80%;
  list-style: none;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .footer-bg .footer-career {
    margin-left: 0px;
    padding-left: 2%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-bg .footer-career {
    margin-left: 0px;
    padding-left: 2%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-bg .footer-career {
    margin-left: 0px;
    padding-left: 2%;
  }
}
.footer-bg .footer-career .resourses-head {
  color: #fff;
  font-size: 16px;
  padding-bottom: 20px;
  font-family: space-grotesk-m;
}
@media (max-width: 575.98px) {
  .footer-bg .footer-career .resourses-head {
    padding-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-bg .footer-career .resourses-head {
    padding-top: 30px;
  }
}
.footer-bg .footer-career .career-group {
  width: 100%;
  height: auto;
  color: #FFFFFF;
  font-size: 14px;
  font-family: space-grotesk-r;
  margin-bottom: 15px;
}
.footer-bg .footer-career .career-group .right-icon {
  color: #62FE7B;
  margin-right: 8px;
}
@media (max-width: 575.98px) {
  .footer-bg .footer-career .career-group .right-icon {
    margin-right: 20px;
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-bg .footer-career .career-group .right-icon {
    margin-right: 20px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-bg .footer-career .career-group .right-icon {
    margin-right: 20px;
    font-size: 14px;
  }
}
.footer-bg .footer-career .career-group .inside-group {
  color: rgb(255, 255, 255);
  cursor: pointer;
  text-decoration: none;
  font-family: space-grotesk-r;
  font-size: 15px;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .footer-bg .footer-career .career-group .inside-group {
    font-size: 11px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-bg .footer-career .career-group .inside-group {
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-bg .footer-career .career-group .inside-group {
    font-size: 11px;
  }
}
.footer-bg .footer-career .career-group .inside-group:hover {
  color: #62FE7B;
}
.footer-bg .follow-us {
  width: 100%;
  height: auto;
  margin: 14% 0% 2% 0%;
}
.footer-bg .follow-us.follow-us1 {
  margin: 2% 0% 2% 0%;
}
@media (max-width: 575.98px) {
  .footer-bg .follow-us {
    margin: 5% 0% 0% 0%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-bg .follow-us {
    margin: 5% 0% 0% 0%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-bg .follow-us {
    margin: 5% 0% 0% 0%;
  }
}
.footer-bg .follow-us .title-follow {
  font-size: 16px;
  color: #fff;
  font-family: space-grotesk-m;
}
@media (max-width: 575.98px) {
  .footer-bg .follow-us .title-follow {
    font-size: 16px;
    padding-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-bg .follow-us .title-follow {
    font-size: 16px;
    padding-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-bg .follow-us .title-follow {
    font-size: 16px;
    padding-top: 0px;
    margin-bottom: 0px;
  }
}
.footer-bg .follow-us .title-follow1 {
  font-size: 16px;
  color: #fff;
  font-family: space-grotesk-m;
  padding-bottom: 10px;
}
@media (max-width: 575.98px) {
  .footer-bg .follow-us .title-follow1 {
    font-size: 16px;
    padding-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-bg .follow-us .title-follow1 {
    font-size: 16px;
    padding-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-bg .follow-us .title-follow1 {
    font-size: 16px;
    padding-top: 0px;
    margin-bottom: 0px;
  }
}
.footer-bg .follow-us .footer-social {
  width: 100%;
  padding: 0;
  list-style: none;
  display: inline-flex;
}
@media (max-width: 575.98px) {
  .footer-bg .follow-us .footer-social {
    justify-content: start;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-bg .follow-us .footer-social {
    justify-content: start;
  }
}
.footer-bg .follow-us .footer-social .group-icon {
  width: 45px;
  height: 45px;
  margin: 4% 6% 4% 0%;
}
.footer-bg .follow-us .footer-social .group-icon .inside-group {
  width: 45px;
  height: 45px;
  background-color: #484545;
  border-radius: 2px;
  color: #62FE7B;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4% 6% 4% 0%;
  cursor: pointer;
}
.footer-bg .follow-us .footer-social .group-icon .inside-group:hover {
  background-color: #62FE7B;
  color: #484545 !important;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .footer-bg .follow-us .footer-social .group-icon .inside-group {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-bg .follow-us .footer-social .group-icon .inside-group {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-bg .follow-us .footer-social .group-icon .inside-group {
    width: 30px;
    height: 30px;
  }
}
.footer-bg .follow-us .footer-social .group-icon1 {
  width: 100%;
  height: auto;
}
.footer-bg .follow-us .footer-social .group-icon1 .footer-logo {
  width: 100%;
}
.footer-bg .follow-us .play-store {
  position: relative;
  left: 5%;
  width: 100px;
  top: 60px;
}
.footer-bg .copy-rights-data {
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
  color: #fff;
  font-family: space-grotesk-r;
}

.login-txt {
  padding: 7px 20px;
  font-family: plusjakartasans-sb;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #62FE7B !important;
  border-radius: 12px;
  border: 2px solid #62FE7B;
  margin: 0;
  box-shadow: inset 0 0 0 0 #62FE7B;
  transition: all 1s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .login-txt {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .login-txt {
    display: none;
  }
}
.login-txt:hover {
  box-shadow: inset 400px 0 0 0 #62FE7B;
  color: #000 !important;
}

.down-content {
  font-size: 16px;
  font-family: space-grotesk-m;
  color: #fff;
  padding-bottom: 5px;
}

.play-store-i {
  padding: 0px;
  margin: 0 auto;
  display: flex;
  list-style: none;
  padding-bottom: 40px;
}
.play-store-i .app-store {
  position: relative;
  top: 0px;
  width: 80px;
  left: 0;
  margin-right: 15px;
  padding-top: 11px;
}
.play-store-i .app-store1 {
  position: relative;
  top: 0px;
  width: 140px;
  left: 0;
  margin-right: 0px;
  padding-top: 11px;
}
.play-store-i .app-store2 {
  position: relative;
  top: 0px;
  width: 140px;
  left: 0;
  margin-right: 0px;
  padding-top: 11px;
}

.butn-i {
  display: none;
}

.modal-pop {
  margin-top: 200px;
  background-color: rgba(74, 73, 73, 0.94);
}
.modal-pop .tick-img {
  width: 20%;
  margin: 0 auto;
  display: flex;
}
.modal-pop .btn-close {
  background: url("./../images/footer/close-btn.png");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}
.modal-pop .modal-header {
  border-bottom: none !important;
}
.modal-pop .thank-head {
  font-size: 24px;
  text-align: center;
  padding-top: 8px;
  font-family: space-grotesk-m;
  color: rgb(255, 255, 255);
}
.modal-pop .thank-para {
  font-size: 18px;
  text-align: center;
  font-family: space-grotesk-r;
  color: rgb(255, 255, 255);
  padding-top: 10px;
}

.privacy-content {
  width: 100%;
  padding: 8% 0% 4% 0%;
}
.privacy-content .privacy-head {
  font-size: 22px;
  font-family: space-grotesk-m;
  padding-top: 10px;
  color: #000;
}
.privacy-content .privacy-view {
  font-size: 14px;
  color: #000;
  font-family: space-grotesk-r;
  padding-bottom: 10px;
}
.privacy-content .personal-head {
  font-size: 22px;
  color: #000;
  font-family: space-grotesk-m;
}
.privacy-content .visit-site-para {
  font-size: 14px;
  color: #000;
  font-family: space-grotesk-r;
}
.privacy-content .visit-site-para .device-info {
  font-size: 16px;
  color: #000;
  font-family: space-grotesk-m;
}
.privacy-content .visit-site-para .screen-dot {
  font-size: 6px;
}
.privacy-content .visit-site-para1 {
  font-size: 14px;
  color: #000;
  font-family: space-grotesk-r;
}
.privacy-content .screen-dot {
  font-size: 8px;
  position: relative;
  top: -3px;
  /* right: 5px; */
  padding-right: 7px;
}
.privacy-content .cookies-data {
  font-size: 14px;
  font-family: space-grotesk-r;
}
.privacy-content .cookies-data .cookies-para {
  font-size: 16px;
  font-family: space-grotesk-m;
}

.terms-content {
  padding: 8% 0% 4% 0%;
  width: 100%;
  height: auto;
  background-image: url("../images/background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.terms-content .term-head {
  color: #000;
  font-family: space-grotesk-m;
  font-size: 24px;
  padding-bottom: 30px;
}
.terms-content .term-para1 {
  font-size: 14px;
  font-family: space-grotesk-r;
  color: #000;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.terms-content .sub-para {
  font-size: 8px;
  position: relative;
  top: -3px;
  /* right: 5px; */
  padding-right: 7px;
}
.terms-content .service-head {
  font-size: 14px;
  font-family: space-grotesk-m;
  color: #000;
}
.terms-content .term-para {
  font-size: 14px;
  font-family: space-grotesk-r;
  color: #000;
  margin-bottom: 5px;
  padding-bottom: 20px;
}
.terms-content .future-para {
  font-size: 14px;
  font-family: space-grotesk-r;
  color: #000;
  margin-bottom: 5px;
}
.terms-content .service-head {
  font-size: 15px;
  font-family: space-grotesk-m;
  color: #000;
  padding-bottom: 10px;
}
.terms-content .future-para1 {
  font-size: 14px;
  font-family: space-grotesk-r;
  color: #000;
  padding-bottom: 20px;
}

.accordion-button:not(.collapsed) {
  background-color: #fff !important;
  color: #62FE7B !important;
  border: none !important;
  font-family: space-grotesk-m;
}
.accordion-button:not(.collapsed):focus {
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 575.98px) {
  .row {
    margin-right: 0px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .row {
    margin-right: 0px !important;
  }
}

.form-check-input:checked {
  background-color: #62FE7B !important;
  border: #62FE7B;
}/*# sourceMappingURL=style.css.map */