@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@200;300;400;500;600;700;800&display=swap");

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

* {
  font-family: "Oxanium", cursive;
}

a {
  text-decoration: none !important;
  outline: none;
}

button {
  border: none !important;
  outline: none !important;
}

button:focus {
  border: none !important;
  outline: none !important;
}

/* common */
.vel-btn-solid {
  background: #451257;
  border-radius: 60px;
  padding: 10px 26px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  border: none;
  outline: none;
  margin: 15px;
}

.vel-btn-light {
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  border: none;
  outline: none;
  background: #451257;
  margin: 15px;
}

.btns a {
  width: 284px;
  border-radius: 50px;
  padding: 16px 88px;
  font-weight: 600 !important;
}

.btns a:nth-child(1) {
  background: transparent;
  border: 2px solid #451257;
  color: #451257;
  font-size: 16px;
}

.topHead .subHead {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #52525b;
}

.topHead {
  text-align: center;
}

.topHead .mainHead {
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 62px;
  color: #451257;
}

.topHead .mainHeadp {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #52525b;
}

/* common */

/* navbar */

.header .navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  padding: 12px 30px !important;
  background: transparent;
  transition: 0.3s linear;
}

.navbar {
  z-index: 999;
  padding: 12px 30px !important;
  background: transparent;
  transition: 0.3s linear;
}

.navbar.scroll {
  padding: 6px 30px !important;
  background: #ffffff;
  transition: 0.3s linear;
}

.navbar .navbar-brand {
  height: 38px;
}

.navbar .navbar-toggler img {
  height: 23.33px;
  width: auto;
}

.navbar .nav-link {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #2f2f2f;
  margin: 0 12px;
}

.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none !important;
}

.navbar .navbar-toggler[aria-expanded="true"] img:nth-of-type(1) {
  display: none;
}

.navbar .navbar-toggler[aria-expanded="true"] img:nth-of-type(2) {
  display: block;
}

.navbar .navbar-toggler[aria-expanded="false"] img:nth-of-type(1) {
  display: block;
}

.navbar .navbar-toggler[aria-expanded="false"] img:nth-of-type(2) {
  display: none;
}

/* heroSec */
.heroSec {
  background: url(../assets/Background.png);
  background-size: cover;
  background-position: 30% 100%;
  background-repeat: no-repeat;
  height: 100vh;
}

.heroSec h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 76px;
  line-height: 110%;
  text-align: center;
  color: #451257;
}

.heroSec p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.008em;
  color: #435057;
}

/* heroSec */

/* Services */
.serviceSec .card {
  background: #ffffff;
  text-align: center;
  position: relative;
  border: none;
  padding: 40px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  margin-top: 24px;
}

.serviceSec .card .iconWrapper {
  width: 100px;
  height: 100px;
  left: 29%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.serviceSec .card .iconWrapper img {
  height: 60px;
}

.serviceSec .card h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  text-align: start;
  color: #000000;
  padding-top: 30px;
}

.serviceSec .card p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: start;
  letter-spacing: -0.008em;
  color: #435057;
}

/* Services */

/* resultSec */
.resultSec {
  background: #f6f6f6;
}

.resultSec .swiper-slide .slideInner {
  background: #ffffff;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  padding: 18px;
  position: relative;
}

.resultSec .swiper-slide.swiper-slide-next .slideInner::after,
.resultSec .swiper-slide.swiper-slide-active .slideInner::after {
  content: none;
}

.resultSec .swiper-slide .slideInner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #ffffff;
  opacity: 0.5;
  border-radius: inherit;
}

.resultSec .mySwiper .result-swiper-button-prev,
.resultSec .mySwiper .result-swiper-button-next {
  background: transparent;
  border-radius: 10px;
  width: 55px;
  height: 55px;
  font-size: 28px;
  color: #000;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.resultSec
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background: #ffffff !important;
  border: 4px solid #888888 !important;
  transition: all 0.2s linear;
}

.resultSec
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #888888;
  transition: all 0.2s linear;
}

.resultSec .tokenWrap {
  padding: 22px;
  border-bottom: 1px solid #cad1da;
}

.resultSec .tokenWrap.big,
.resultSec .tokenWrap:nth-of-type(3) {
  border: none;
}

.resultSec .tokenWrap .img-tok {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #faf9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resultSec .tokenWrap .img-tok img {
  width: 64px;
  height: 64px;
}

.resultSec .tokenWrap .dets {
  margin: 6px 20px 0 5px;
}

.resultSec .tokenWrap .dets h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.012em;
  color: #04151f;
}

.resultSec .tokenWrap .dets p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #52525b;
}

.resultSec .tokenWrap .badgeToken {
  padding: 5px 18px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.012em;
  color: #000000;
  border: 2px solid #25eb8c;
  height: fit-content;
  border-radius: 50px;
}

.resultSec .total .inner {
  padding: 18px;
  border-bottom: 1px solid #e2e8f0;
}

.resultSec .total .inner h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 42px !important;
  line-height: 47px !important;
  letter-spacing: -0.012em;
  color: #451257;
}

.resultSec .total .inner h3 {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 28px !important;
  line-height: 42px !important;
  letter-spacing: -0.012em;

  color: #52525b;
}

.resultSec .total .inner1 {
  border-right: 1px solid #e2e8f0;
}

.resultSec .modal-report {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 47px;
  letter-spacing: -0.012em;
  color: #451257;
}

.resultSec .modal-report i {
  font-size: 29px;
  rotate: -45deg;
}

@media screen and (min-width: 1300px) {
  .resultSec .modal .modal-dialog {
    max-width: 80vw !important;
    margin: 0 auto;
    position: relative;
  }
}

.resultSec .modal .modal-dialog {
  max-width: 70vw !important;
  margin: 0 auto;
  position: relative;
}

.resultSec .modal .modal-dialog .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999999;
}

.resultSec .modal .slideInner {
  padding: 8px;
}

.resultSec .modal .tokenWrap.big .img-tok {
  width: 100px;
  height: 100px;
}

.resultSec .modal .tabsModal,
.resultSec .modal .wholeTok .innerWrapper {
  background: #ffffff;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.Revenuebtn {
  padding: 7px 38px;
  width: 200px;
  height: 46px;
  background: #a7ddc3;
  border-radius: 10px !important;
  border: none !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 32px;
  letter-spacing: -0.012em;
  color: #43936c !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resultSec .modal .tokenWrap.big .img-tok img {
  width: 75px;
  height: 75px;
}

.resultSec .modal .wholeTok .tokenWrap .img-tok {
  width: 55px;
  height: 55px;
  background: #451257;
}

.resultSec .modal .tokenWrap.blue .img-tok {
  background: #7390f9;
}

.resultSec .modal .tokenWrap {
  padding: 10px 12px;
}

.resultSec .modal .tokenWrap .dets h3 {
  font-size: 18px !important;
  line-height: 24px !important;
}

.resultSec .modal .tokenWrap .dets .paraDets {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 26px !important;
  letter-spacing: -0.012em;
  color: #636e74 !important;
}

.resultSec .modal .tokenWrap .dets p {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  /* identical to box height */

  letter-spacing: -0.012em;

  color: #451257;
}

.resultSec .modal .total h3 {
  font-size: 18px;
  line-height: 22px;
}

.resultSec .modal .total h2 {
  font-size: 24px;
  line-height: 34px;
}

.resultSec .modal .tokenWrap .img-tok img {
  width: 35px;
  height: 35px;
}

.resultSec .modal .tabsModal .innerMainTabs > .nav-tabs .nav-link {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #000000 !important;
}

.resultSec .modal .tabsModal .innerMainTabs > .nav-tabs .nav-link.active {
  border-bottom: 3px solid #44ea72 !important;
  font-weight: bold;
}

.resultSec .modal .tabs-drop .nav-link {
  font-style: normal;
  font-weight: 300;
  font-size: 10.78px;
  line-height: 13px;
  color: #0a0a0a;
}

.resultSec .modal .tabs-drop .nav-link.active {
  font-weight: bold;
  background: #dee3e7;
  border-radius: 2px;
}

.resultSec .modal .tabs-drop .dropdown a {
  background: #f0f4f7;
  border: 1px solid #dee3e7;
  border-radius: 1px;
}

.resultSec .modal .tabs-drop .dropdown a,
.resultSec .modal .tabs-drop .dropdown {
  font-style: normal;
  font-weight: 400;
  font-size: 10.0942px;
  line-height: 12px;
  color: #0a0a0a;
}

.resultSec .modal .innerContent .tab-pane.active {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.resultSec .modal .innerContent .tab-pane .date {
  font-style: normal;
  font-weight: 400;
  font-size: 14;
  line-height: 12px;
  color: #ffffff;
  background: #353f49;
  border-radius: 2px;
  padding: 6px 8px;
  margin-bottom: 12px;
}

.resultSec .modal .innerContent .tab-pane .details {
  margin-bottom: 12px;
}

.resultSec .modal .innerContent .tab-pane .details p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  color: #0a0a0a;
  margin-bottom: 0;
}

/* resultSec */

/* meet-ceo */
.meet-ceo .row .ceoImg {
  width: 400px;
  height: 400px;
  border-radius: 50%;
}

.meet-ceo .row .ceoImg img {
  border-radius: 50%;
  object-position: center;
  object-fit: cover;
}

.meet-ceo .row .quote img {
  height: 40px;
  margin-top: -30px;
}

.meet-ceo .row .caption h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 44px;
  color: #000000;
}

.meet-ceo .row .caption h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #451257;
  margin-bottom: 0;
}

.meet-ceo .row .caption p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #52525b;
}

.meet-ceo .row .caption p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;

  color: #777777;
}

.meet-ceo .row .caption .icons .icon-Connect {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #451257;
}

.meet-ceo .row .caption .icons .icon-Connect img {
  height: 20px;
}

/* meet-ceo */

/* FAQs */
.faqs-sec {
  background: #f6f6f6;
}

.faqs-sec .accordion {
  background: #ffffff;
  padding: 0;
  border-radius: 10px 10px 0px 0px;
}

.faqs-sec .accordion-item {
  background-color: transparent;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #e4e4e7 !important;
}

.faqs-sec .accordion-item:nth-child(5) {
  border-bottom: none !important;
}

.faqs-sec .accordion-header .accordion-button {
  border-radius: 0 !important;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  position: relative;
  padding-bottom: 0;
}

.faqs-sec .accordion-header {
  padding: 16px 0;
}

.faqs-sec .accordion-button::after {
  content: none !important;
}

.faqs-sec .accordion .sNo {
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 120%;
  letter-spacing: 0.25px;
  color: rgba(60, 60, 67, 0.5);
}

.faqs-sec .accordion .accordion-button.collapsed {
  color: #090914;
}

.faqs-sec .accordion .accordion-button {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #451257;
}

.faqs-sec .accordion .collapsed .accordIcon {
  background: transparent;
}

.faqs-sec .accordion .collapsed .accordIcon span {
  background: #000000;
  transition: all 0.2s linear;
}

.faqs-sec .accordion .accordIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 40px;
}

.faqs-sec .accordion .accordIcon span {
  display: block;
  width: 14px;
  height: 2px;
  background: #000;
  transition: all 0.2s linear;
}

.faqs-sec .accordion .collapsed .accordIcon span:nth-child(1) {
  transform: translate(7px, 0);
}

.faqs-sec .accordion .collapsed .accordIcon span:nth-child(2) {
  transform: rotate(90deg) translate(0px, 7px);
}

.faqs-sec .accordion .accordIcon span:nth-child(1) {
  transform: translate(7px, 0);
}

.faqs-sec .accordion .accordIcon span:nth-child(2) {
  transform: rotate(0deg) translate(-7px, 0);
}

.faqs-sec .accordion .accordion-body {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #52525b;
  width: 80%;
}

/* FAQs */

/* contact */
.contact-sec {
  background: url(../assets/BG.png) center;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.contact-sec .topHead p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;

  color: #cbd5e1;
}

.contact-sec .row .form-control {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 9px;
  padding: 16px 20px 14px 20px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #878787;
}

.contact-sec .row .form-control::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;

  color: #ffffff;
}

.contact-sec .row .btn-submit {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.016em;
  color: #451257;
  background: #ffffff;
  border-radius: 30px;
  padding: 12px 64px 10px 64px;
  width: 100%;
}

.modal-header {
  border: none !important;
}

.sendmodel {
  margin: 0 auto;
  text-align: center;
}

.sendmodel h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 52px;
  line-height: 86px;

  text-align: center;
  letter-spacing: -2px;
  color: #451257;
}

.sendmodel p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #3f3f46;
}

.sendmodel button {
  border: 2px solid #451257 !important;
  border-radius: 50px;
  background-color: transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.2px;
  color: #451257;
  width: 284px;
  height: 60px;
}

.contactModal .modal-dialog {
  max-width: 712px !important;
  padding: 21px;
}

.contactModal .modal-content {
  border: none !important;
  border-radius: 30px !important;
}

.contactModal .modal-content .modal-header {
  padding: 25px 25px 0 0;
}

.contactModal .modal-content .modal-header button {
  font-size: 22px;
}

/* contact */

/* Footer */
footer {
  margin-top: 120px;
  color: #0a142f;
  background: #f6f6f6;
}

footer .footerLogo {
  height: 40px;
}

footer .note {
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 34px;

  text-align: center;

  color: #52525b;
}

footer .copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;

  text-align: center;

  color: #52525b;
}

/* Footer */

/* BAck to top */
.backToTop {
  background: #451257;
  border-radius: 4px;
  width: 65px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 28px;
  right: 4%;
  z-index: 999;
}

.backToTop i {
  color: #ffffff;
  font-size: 22px;
}

/* BAck to top */

/* media quries start from here */

@media screen and (min-width: 1440px) {
  .serviceSec .card {
    min-height: 35vh;
  }

  .backToTop {
    width: 65px;
    height: 50px;
  }

  .backToTop i {
    font-size: 26px;
  }
}

@media screen and (max-width: 1199px) {
  .heroSec h1 {
    font-size: 71px;
    line-height: 110%;
  }

  .heroSec p {
    font-size: 20px;
    line-height: 28px;
  }

  .vel-btn-light,
  .vel-btn-solid {
    padding: 10px 25px;
  }

  .topHead .mainHead {
    font-size: 40px;
    line-height: 50px;
  }

  .serviceSec .card {
    min-height: 36vh;
  }

  .card h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .card p {
    font-size: 14px;
    line-height: 21px;
  }

  .resultSec .total .inner h3 {
    font-size: 26px !important;
    line-height: 32px !important;
  }

  .resultSec .modal .tokenWrap .dets .paraDets,
  .resultSec .tokenWrap .dets p {
    font-size: 18px;
    line-height: 26px;
  }

  .resultSec .tokenWrap .badgeToken {
    font-size: 20px;
    line-height: 32px;
  }

  .resultSec .modal .wholeTok .tokenWrap .img-tok {
    width: 50px;
    height: 50px;
  }

  .resultSec .modal .tokenWrap .img-tok img {
    width: 28px;
    height: 28px;
  }

  .resultSec .total .inner h2 {
    font-size: 35px !important;
    line-height: 47px !important;
  }

  .resultSec .modal.show .modal-dialog {
    max-width: 90vw !important;
  }

  .resultSec .modal .tabsModal,
  .resultSec .modal .wholeTok .innerWrapper {
    box-shadow: none;
  }

  .meet-ceo .row .caption h2 {
    font-size: 25px;
    line-height: 31px;
  }

  .meet-ceo .row .caption p {
    font-size: 18px;
    line-height: 22px;
  }

  .meet-ceo .row .caption h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .faqs-sec .accordion h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
  }

  .faqs-sec .accordion .accordion-body {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
  }

  .faqs-sec .accordion .sNo {
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0.25px;
  }

  .topHead .mainHead {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
  }

  .contact-sec .row .form-control {
    padding: 16px 21px;
  }

  .contact-sec .row .btn-submit {
    padding: 15px 38px 14px 38px;
  }

  .sendmodel p {
    font-size: 24px;
    line-height: 34px;
  }

  .sendmodel h1 {
    font-size: 52px;
    line-height: 80px;
  }
}

@media screen and (max-width: 998px) {
  .navbar .navbar-nav {
    background: #ffffff !important;
  }

  .serviceSec .card {
    min-height: 38vh;
    margin-top: 18px;
  }

  .resultSec .modal.show .modalRow {
    height: auto !important;
  }

  .faqs-sec .accordion .accordIcon {
    top: 10px;
  }

  .faqs-sec .accordion h3 {
    font-size: 23px;
  }

  .sendmodel img {
    height: 90px;
  }

  .sendmodel h1 {
    font-size: 46px;
    line-height: 55px;
  }

  .sendmodel p {
    font-size: 24px;
    line-height: 24px;
  }

  .resultSec .modal.show .modal-dialog {
    overflow: scroll;
  }

  .resultSec .modal .tabsModal {
    overflow-x: scroll;
  }

  .resultSec .modal .tabsModal .innerMainTabs {
    min-width: 1200px;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding: 16px !important;
  }

  .navbar.scroll {
    padding: 8px 0px !important;
  }

  .vel-btn-solid.redirectLink.linksNav {
    display: block;
  }

  .heroSec h1 {
    font-size: 36px;
    line-height: 110%;
  }

  .mySwiper {
    margin-left: 0 !important;
  }

  .btns a {
    padding: 10px 0;
  }

  .heroSec p {
    font-size: 16px;
    line-height: 30px;
    padding: 0 15px;
  }

  .breakLg {
    display: none;
  }

  .vel-btn-light,
  .vel-btn-solid {
    font-size: 14px;
    line-height: 18px;
    margin: 6px !important;
  }

  .btns a:nth-child(1) {
    margin-bottom: 14px !important;
  }

  .heroSec {
    background: url(../assets/small-bg.png);
    background-size: cover;
    background-position: 10% 100%;
    background-repeat: no-repeat;
    height: 100vh;
  }

  .serviceSec .card.first {
    margin-top: 0;
  }

  .resultSec .topHead,
  .serviceSec .topHead {
    padding-top: 2rem !important;
  }

  .serviceSec .cardsMain {
    margin-top: 0 !important;
  }

  .serviceSec .cardsMain .col-xl-6 {
    padding: 0 !important;
  }

  .serviceSec .card {
    min-height: auto;
    padding: 0 16px;
  }

  .serviceSec .card .iconWrapper {
    width: 120px;
  }

  .serviceSec .card h2 {
    font-size: 24px;
    line-height: 30px;
    padding-top: 0;
  }

  .serviceSec .card p {
    font-size: 14px;
    line-height: 20px;
  }

  .resultSec .swiper-slide .slideInner {
    padding: 12px;
  }

  .resultSec .total.col-10 {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  .resultSec .total.col-10 .inner1 {
    border-right: none;
    padding: 4px;
    text-align: center;
  }

  .serviceSec .card .iconWrapper img {
    height: 35px;
  }

  .serviceSec .card .iconWrapper {
    justify-content: start;
  }

  .resultSec .tokenWrap {
    margin-bottom: 0.3rem !important;
    padding: 10px 0 18px 0;
  }

  .resultSec .tokenWrap .dets p,
  .resultSec .total .inner h3 {
    font-size: 17px !important;
    line-height: 23px !important;
  }

  .resultSec .tokenWrap .badgeToken {
    font-size: 15px !important;
    line-height: 27px !important;

    height: 38px;
  }

  .resultSec .tokenWrap .dets h3,
  .resultSec .total .inner h2 {
    text-align: start !important;
    font-size: 25px !important;
    line-height: 38px !important;
    margin-bottom: 0 !important;
  }

  .resultSec .modal-report {
    font-size: 14px;
    line-height: 20px;
  }

  .resultSec .modal-report i {
    font-size: 20px;
  }

  .resultSec .mySwiper .result-swiper-button-prev,
  .resultSec .mySwiper .result-swiper-button-next {
    display: none;
  }

  .resultSec
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }

  .resultSec .modal.show .modal-dialog {
    max-width: 94vw !important;
    margin: 0 auto;
  }

  .meet-ceo > .row {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .meet-ceo .topHead {
    padding-top: 0rem !important;
    margin-bottom: 0rem !important;
    margin-top: 0rem !important;
  }

  .meet-ceo .row .quote img {
    margin: 12px auto !important;
    display: block;
  }

  .meet-ceo .row .caption h3,
  .meet-ceo .row .caption h2 {
    padding: 0 18px;
  }

  .meet-ceo .row .caption p,
  .meet-ceo .row .caption h2 {
    font-size: 15px;
    line-height: 19px;
  }

  .meet-ceo .row .caption .icons .icon-Connect {
    height: 55px;
    width: 55px;
  }

  .meet-ceo .row .ceoImg {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }

  .meet-ceo .row.mx-0.py-5.justify-content-center {
    flex-direction: column-reverse;
  }

  .meet-ceo .row .ceoImg {
    width: 90%;
    height: auto;
  }

  .meet-ceo .row.mx-0.py-5.justify-content-center .my-3.col-md-6.col-sm-10 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .meet-ceo .row .caption .icons .icon-Connect img {
    height: 20px;
  }

  .faqs-sec.py-5 {
    padding-top: 0 !important;
  }

  .faqs-sec .topHead {
    padding-bottom: 22px !important;
  }

  .faqs-sec .accordion-item {
    padding: 12px 0 16px 0 !important;
  }

  .faqs-sec .accordion .accordIcon {
    right: 6px;
    width: 32px;
    height: 32px;
  }

  .topHead .mainHead {
    font-size: 26px;
    line-height: 32px;
  }

  .faqs-sec .accordion-header .accordion-button {
    display: block !important;
    padding-left: 18px !important;
    padding-right: 1.9rem !important;
    padding-top: 0 !important;
  }

  .faqs-sec .accordion-header {
    padding: 0;
  }

  .faqs-sec .accordion .accordIcon {
    bottom: auto;
    top: 24px;
  }

  .faqs-sec .accordion h3 {
    margin-top: 14px;
  }

  .faqs-sec .accordion .accordion-body {
    padding: 0 !important;
    margin-left: 20px !important;
    width: 88%;
    font-size: 16px;
  }

  .faqs-sec .accordion h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
  }

  .faqs-sec .accordion .sNo {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
  }

  .backToTop {
    width: 48.36px;
    height: 28px;
  }

  .backToTop i {
    font-size: 18px;
  }

  .contact-sec .row .form-control::placeholder,
  .contact-sec .row .form-control,
  .contact-sec .row .form-label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .contact-sec .row .form-control {
    padding: 12px 14px 8px 14px;
  }

  .contactModal .modal-content .modal-header button {
    font-size: 16px;
  }

  .sendmodel img {
    height: 75px;
  }

  .sendmodel h1 {
    font-size: 40px;
    line-height: 55px;
  }

  .sendmodel p {
    font-size: 18px;
    line-height: 24px;
  }

  .contactModal .modal-dialog {
    max-width: 88vw !important;
    margin: 0 auto;
    padding: 0;
  }

  .contactModal .modal-content .modal-header {
    padding: 17px 17px 0 0;
  }

  .contactModal .modal-content .modal-header .model-body {
    padding: 18px 14px;
  }

  .contact-sec .row .btn-submit {
    font-size: 16px;
    line-height: 28px;
    padding: 12px;
    width: 100%;
  }

  .resultSec .modal .tokenWrap.big .img-tok img {
    width: 60px;
    height: 60px;
  }

  .resultSec .modal .tokenWrap.big .img-tok {
    width: 80px;
    height: 81px;
  }

  .resultSec .modal .wholeTok {
    margin-top: 0rem !important;
  }

  .resultSec .modal .smPad {
    padding-top: 0 !important;
  }

  .resultSec .modal .tokenWrap {
    margin-bottom: 0.5rem !important;
  }

  .contact-sec {
    background-position: 20%;
  }

  .contact-sec .topHead p {
    font-size: 16px;
    line-height: 25px;
  }

  footer {
    margin-top: 38px;
    padding-top: 0 !important;
    padding-bottom: 10px !important;
  }
}
