*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font-family: "Barlow", sans-serif !important;
}
a {
  text-decoration: none !important;
}
.bg-theme-1 {
  background: #0a1344;
}
.bg-theme-2 {
  background: #00b852 !important;
}
.bg-theme-gradient {
  background: -webkit-linear-gradient(180deg, #0a1344, #2b4af9) !important;
}
.mybg{
    background: linear-gradient(180deg,#e0fffe 0,#fff1f6 99.83%);
    background-attachment: fixed;
}
.bg-black {
  background: #000 !important;
}
.text-1 {
  color: #0a1344 !important;
}
.text-2 {
  color: #00b852 !important;
}
a {
  text-decoration: none;
}

.t-10 {
  font-size: 10px;
}
.t-12 {
  font-size: 12px;
}
.t-14 {
  font-size: 14px;
}
.t-16 {
  font-size: 16px;
}
.t-18 {
  font-size: 18px;
}
.t-20 {
  font-size: 20px;
}
.fw-700 {
  font-weight: 700;
}
.fw-900 {
  font-weight: 900;
}
.space {
  padding: 5rem 0;
}
.relative {
  position: relative !important;
}
.cover {
  object-fit: cover !important;
}
.contain {
  object-fit: contain !important;
}
.bg-black {
  background: #000;
}
.o-hidden {
  overflow: hidden;
}
.ox-hidden {
  overflow-x: hidden;
}
.oy-hidden {
  overflow-y: hidden;
}
a.navbar-brand {
  width: 200px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 600;
  color: #0a1344;
  opacity: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #00b852;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #0a1344 !important;
  font-weight: 600;
  opacity: 1;
}
.hero-img {
  z-index: 4;
}
.hero-img img {
  z-index: 4;
  position: relative;
}

.bg-none {
  background: transparent;
}

.btn-hero {
  background: #00b852 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 16px;
  /* min-width: 300px; */
  position: relative;
  border: none !important;
  border-radius: 4rem;
}

.btn-hero:hover {
  background: #017d39 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 13px 13px 26px #ddd, -13px -13px 26px #edf6f2;
}

.hero-text h2 {
  font-size: 50px;
  font-weight: 800;
  /* text-transform: capitalize; */
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: #0a1344;
}
.hero-text h3 {
  width: 12ch;
  /* animation: typing 2s steps(12), blink 0.5s step-end infinite alternate; */
  white-space: nowrap;
  overflow: hidden;
  font-size: 40px;
  font-weight: 700;
  /* text-transform: capitalize; */
  color: #00b852;
}
/* .typed-cursor {
  display: none !important;
} */
.typed-cursor {
  animation: blinkCursor 0.8s linear infinite;
  font-weight: 100 !important;
}
.drop-links {
  padding: 5px 0;
}
@keyframes blinkCursor {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
.absolute-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.absolute-box .nav_buttons {
  border: 1px solid #0a1344;
  border-radius: 3rem;
  margin-left: 10px;
  padding: 5px 20px !important;
  font-size: 14px;
  color: #0a1344 !important;
}
.absolute-box .nav_buttons:hover {
  background: #00b852 !important;
  color: #fff !important;
  border: 1px solid #00b852;
}
.downloadap_drop {
  border-radius: 3rem !important;
  /*background: #fff !important;*/
  border: 1px solid #0a1344;
  color: #0a1344;
  padding: 3px 20px;
  font-size: 18px;
}
.downloadap_drop:hover {
  background: #00b852 !important;
  color: #fff;
}
#mydropdown .dropdown-menu {
  min-width: 350px;
  left: -150%;
  top: 100%;
  padding: 20px;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 10px #ddd;
  border: 1px solid #ddd;
  border-top: none;
}
#mydropdown .dropdown-toggle::after {
  border: none;
  margin: 0;
  padding: 0;
  display: none;
}
#mydropdown .floating-label {
  position: absolute;
  top: 26%;
  left: 42px;
  font-size: 12px;
  pointer-events: none;
  z-index: 9;
  width: fit-content;
  background-color: #fff;
  transition: all 0.3s;
  padding: 0px 5px;
}
#mydropdown input[type="submit"] {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
.floating-span {
  border-right: 0;
  border-radius: 3rem;
}
#floatingInput {
  border-left: 0;
}
#floatingInput:focus + label,
.floatUp + label {
  top: -25% !important;
}
#floatingInput:focus {
  box-shadow: none;
  outline: none;
  border: none;
  border: 1px solid #00b852;
  border-left: 0;
}
.floatUp {
  border: 1px solid #00b852;
  border-left: 0;
}
.dropdown-menu {
  min-width: 350px;
  top: 100% !important;
  border: 1px solid #ddd;
  border-top: none;
  box-shadow: 0 0 10px #ddd;
  left: -50%;
  top: 100%;
  padding: 20px;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.drop-links .icon {
  width: 24px;
}
.dropdown-item:hover {
  background: transparent;
}
.drop-links .text {
  width: calc(100% - 30px);
  padding-left: 10px;
  padding-top: 3px;
  font-size: 14px;
  color: #0a1344;
  font-weight: 500;
}
.drop-links .text:hover {
  color: #00b852;
}
.rounded-5 {
  border-radius: 5rem !important;
}
/* .form-control {
  box-shadow: none !important;
} */
.hero-section {
  z-index: 4;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 10rem;
  background: #f7f7f7;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #f7f7f7;
  /* box-shadow: 0px 2px 20px 0px #cfc2c2; */
}
.quarter-circle-top-left {
  position: absolute;
  right: 0px;
  top: 59px;
  transform: rotate(180deg);
  width: 100px;
  height: 100px;
  background: #0a1344;
  border-radius: 0 0 100px 0;
  -moz-border-radius: 0 0 100px 0;
  -webkit-border-radius: 0 0 100px 0;
}
.quarter-circle-top-right {
  position: absolute;
  left: 0px;
  top: 59px;
  transform: rotate(270deg);
  width: 100px;
  height: 100px;
  background: #00b852;
  border-radius: 0 0 100px 0;
  -moz-border-radius: 0 0 100px 0;
  -webkit-border-radius: 0 0 100px 0;
}
.top_links a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px;
}
.top_links .left-links span {
  margin-right: 17px;
  position: relative;
}
.top_links .left-links span:not(:last-child)::before {
  content: "|";
  position: absolute;
  right: -9px;
  top: 0;
  color: #fff;
}
.right-links span {
  margin-left: 17px;
  position: relative;
}
.top_links .right-links span:not(:last-child)::before {
  content: "|";
  position: absolute;
  right: -9px;
  top: 0;
  color: #fff;
}
.right-links span ion-icon {
  position: relative;
  top: 3px;
}

.section-title h3 {
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
  color: #0a1344;
  position: relative;
  padding-bottom: 0.6rem;
}
.section-title h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  background: #00b852;
}

.why_box {
  border-radius: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  transition: all 0.4s ease-in;
  box-shadow: 0 0 7px #ddd;
  min-height: 331px;
}
.why_box:hover {
  transform: translateY(-20px);
}
.why_box .icon {
  width: 76px;
  height: 76px;
  background: #00b852;
  transform: rotate(270deg);
  border-radius: 0 0 100px 0;
  -moz-border-radius: 0 0 100px 0;
  -webkit-border-radius: 0 0 76px 0;
}
.why_box .icon img {
  position: relative;
  top: -4px;
  left: 0px;
  transform: rotate(90deg) scale(0.5);
}
.why_box h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.why_box .dots {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  transform: rotate(180deg);
  opacity: 0;
  transition: all 0.5s;
  z-index: 4;
}
.why_box:hover {
  box-shadow: 13px 13px 26px #ddd, -13px -13px 26px #edf6f2;
}
.why_box:hover .dots {
  opacity: 1;
}
.why_box:nth-of-type(2) .icon img {
  transform: rotate(90deg);
}
.why_box:nth-of-type(3) .icon img {
  transform: rotate(90deg);
}
.fund-box {
  margin-bottom: 2rem;
}
.fund-box .icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
}
.fund-box .text {
  width: calc(100% - 40px);
  padding-left: 10px;
}
.fund-box .text h4 {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}
.fund-box .text p {
  font-size: 14px;
}
.fund-box {
  border-radius: 1rem;
}
.fund-box:hover {
  box-shadow: 13px 13px 26px #ddd, -13px -13px 26px #edf6f2;
}
/* .nav-tabs {
  border: none !important;
} */
/* .nav-tabs .nav-link {
  border: none;
  padding: 12px 30px;
  background-color: #00b852;
  color: #fff;
  margin: 0 20px;
  border-radius: 2rem;
} */
/* .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none !important;
  background-color: #0a1344;
  color: #fff;
  border-radius: 2rem;
  box-shadow: 13px 13px 26px #058f549c, -13px -13px 26px #edf6f2;
} */
.shadow-theme {
  box-shadow: 13px 13px 26px #058f549c, -13px -13px 26px #edf6f2;
}
.shadow-1 {
  box-shadow: 0 11px 35px 0 rgb(43 98 192 / 20%);
}
.rounded-theme {
  border-radius: 1rem !important;
}
.range {
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.range::-ms-tooltip {
  display: none;
}

.track {
  width: 100%;
  height: 4px;
  background: #dddddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.track-inner {
  width: 0;
  height: 100%;
  background: #00b852;
}

.thumb {
  width: 16px;
  height: 16px;
  background: #aaaaaa;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  pointer-events: none;
}
.piechart {
  width: 220px;
  height: 220px;
}
#cta {
  background: linear-gradient(180deg, #0a1344c8, #0a1344cc),
    url(../img/cta.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.health-box {
  background-color: #00b8521f;
  border-top-left-radius: 1rem;
}
.health-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: -200px;
  width: 200px;
  height: 100%;
  background-color: #00b8521f;
  z-index: -1;
  border-bottom-right-radius: 1rem;
}
.health_faq {
  top: 3rem;
}
.accordion-button {
  border: none !important;
  background: #fff !important;
  box-shadow: none !important;
}
.accordion-item {
  border: none !important;
  padding: 20px 0;
}
.accordion-item:not(:last-of-type) {
  border-bottom: 1px solid #0a1344 !important;
}
.accordion-item .accordion-button {
  color: #0a1344 !important;
}
.accordion-item .accordion-button span {
  width: 40px;
  height: 40px;
  background: #0a1344;
  color: #fff !important;
  /* transform: rotate(270deg); */
  border-radius: 0 0 100% 0;
  -moz-border-radius: 0 0 100% 0;
  -webkit-border-radius: 0 0 100% 0;
  margin-right: 10px;
  box-shadow: 13px 13px 26px #058f549c, -13px -13px 26px #edf6f2;
}
.health-box h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 2rem;
  color: #0a1344;
}
/* .brand-logos {
  height: 100px;

  transition: all 0.5s;
} */
.brand-logos:hover {
  filter: none;
}
.owl-nav {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  justify-content: center;
}
.owl-nav button {
  margin-right: 20px;
}
.owl-nav .nav-button {
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
}
.w-fit {
  width: fit-content !important;
}

.testimonial {
  padding: 40px;
  transition: all 0.5s;
}


.testimonial span i {
  color: #ffb700;
}

.downloadform {
  background-color: #00b852;
  box-shadow: 10px 10px 10px #d1d9e6, -10px -10px 10px #f9f9f9;
  border-radius: 1rem;
}
.downloadform .form-control {
  background-color: #ecf0f3;
  transition: 0.25s ease;
  border-radius: 8px;
  box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
}
.downloadform .input-group-text {
  box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
  background: #ecf0f3 !important;
}
.downloadform .btn {
  box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
  background: #ecf0f3 !important;
}
.mobileApp {
  height: 550px;

  background-color: #e1fef1;
  position: relative;
  /* border-top-right-radius: 5rem; */
}
.mobileApp::before {
  content: "";
  position: absolute;
  left: -200px;
  width: 200px;
  height: 100%;
  background-color: #e1fef1;
  z-index: -1;
  /* border-bottom-left-radius: 5rem; */
}
#accordionExample2 .accordion-item {
  width: 47%;
  margin-right: 2%;
  float: left;
}
.bg-light-theme {
  background-color: #e1fef1;
}
.applink h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0a1344;
  letter-spacing: 1px;
}
.applink p {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 1px;
}
.applink .input-group {
  border-radius: 4rem;
}
.applink .input-group .form-control {
  box-shadow: none !important;
  height: 50px;
  line-height: 2;
  padding-left: 20px;
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
}
.applink .input-group .input-group-text {
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
}
.footer-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-widget ul li a {
  color: #fff;
}
.footer-widget ul li {
  padding-bottom: 10px;
}
.footer-widget h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.progress-box {
  background: linear-gradient(to right, #00b852 49%, #ddd 49%);
  height: 4px;
  width: 100%;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

.progress-box::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: ew-resize;
  background: #0a1344;
}
.slider-for button.slick-arrow {
  font-size: 30px;
  color: #0a1344;
}
#testimonials .slick-prev,
#testimonials .slick-next {
  position: absolute;
  z-index: 9;
  font-size: 30px;
  /* color: #fff; */
  color: #00b852 !important;
  top: 110%;
  transform: translateY(-50%);
  height: 50px;
  width: 70px;
}
.slick-prev:before {
  content: "";
}
.slick-next:before {
  content: "";
}
#testimonials .slick-prev {
  left: 27%;
}
#testimonials .slick-next {
  right: 27%;
}
.testimonial-bg {
  background: linear-gradient(
      rgba(255, 255, 255, 0.93),
      rgba(255, 255, 255, 0.93)
    ),
    url(../img/world.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-bg .user {
  padding: 10px;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.testimonial-bg .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.testimonial-bg strong {
  color: #00b852;
}
.item-logo {
  width: 10%;
  min-width: 80px;
  padding: 4px;
}
.item-logo .brand-logos {
  min-width: 70px;
  height: 70px;
}
.item-logo .brand-logos img {
  border-radius: 10px;
}
.footer-list {
  list-style: none;
  padding: 0;
}
.footer-list li {
  margin-bottom: 10px;
}
.footer-list li a {
  color: #fff;
  font-size: 14px;
}
.footer-logo {
  width: 120px;
}
.footer-widget a {
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
}
.footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  width: fit-content;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.social-list {
  list-style: none;
}
.social-list li a {
  padding: 0 5px;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
  padding: 0;
  margin-right: 12px;
  border-radius: 50%;
}
/* #features .slick-next:before, #features .slick-prev:before{
  color: #000 !important;
  position: absolute;
  bottom: 100% !important;
} */
#features .slick-prev {
  left: 43% !important;
}
#features .slick-next {
  right: 37% !important;
}

#features .slick-next,
#features .slick-prev {
  color: #00b852 !important;
  font-size: 30px;
  top: 100% !important;
  transform: translateX(-50%);
  border-radius: 10px;
  height: 50px;
  width: 70px;
  position: absolute;
}

#partnerUs .slick-next {
  right: 33% !important;
}
#partnerUs .slick-prev {
  left: 40% !important;
}

#partnerUs .slick-next,
#partnerUs .slick-prev {
  color: #00b852 !important;
  font-size: 30px;
  top: 100% !important;
  transform: translateX(-50%);
  border-radius: 10px;
  height: 50px;
  width: 70px;
  position: absolute;
}

.partners_heading {
  font-size: 50px;
  font-weight: 300;
  color: #0a1344;
}
.fb-bg {
  background-color: #4267b2 !important;
}
.twitter-bg {
  background-color: #1da1f2;
}
.insta-bg {
  background-color: #833ab4;
}
.youtube-bg {
  background-color: #ff0000;
}
#floatLabelSearch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  pointer-events: none;
  z-index: 9;
  transition: all 0.3s;
  padding: 0 10px;
  background: #fff;
}
#searchBox {
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  border-right: none;
}
#searchBtn {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  border: 1px solid #ddd;
  border-left: none;
  background-color: #fff !important;
}
#searchBox:focus {
  box-shadow: none;
  border-color: #00b852;
}
#searchBox:focus + label {
  top: -8%;
}
.floatUpsearch {
  border-color: #00b852 !important;
}
.floatUpsearch + label {
  top: -8% !important;
}
/* .moreDetails{
  position: absolute;
  bottom: 30px;
  left: 0px;
} */
.mutual-card:hover {
  box-shadow: 0 0 10px #ddd;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background: #00b852;
  border: none;
  /* font-weight: 700; */
  /* color: #000; */
  border: 1px solid #ddd;
}
.nav-tabs .nav-link {
  background-color: #ddd;
  color: #000;
  border-radius: 0;
  border-top: 1px solid #fff;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #fff;
  background: #00b852;
  border: 1px solid #ddd !important;
}
.nav-tabs li {
  margin-right: 10px;
}
#amtdisplay {
  background: #baffd9;
  border: none;
  font-weight: 800;
  padding: 10px;
  color: gray;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
#amtdisplay:focus {
  outline: 0;
  box-shadow: none;
}
#show_principle {
  background: #baffd9;
  border: none;
  font-weight: 800;
  padding: 10px;
  color: gray;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
#show_principle:focus {
  outline: 0;
  box-shadow: none;
}
.rupe_sign {
  background: #baffd9;
  height: 100%;
  width: 30px;
  display: grid;
  place-content: center;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
.resultCalculate {
  background-color: #ecf0f3;
  transition: 0.25s ease;

  box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
}
.brands {
  height: 60px !important;
  box-shadow: 0 0 6px #ddd;
}
.bg-footer {
  background: #434343;
}
.product_feature span {
  margin-right: 10px;
}
.product_feature span:nth-child(5) i {
  color: #ffb700;
}
.product_feature span:nth-child(even) {
  font-size: 6px;
  color: #00b852;
}
.mutual-card .icon {
  width: 50px;
}
.mutual-card .text {
  width: calc(100% - 50px);
}
.mutual-card h2 {
  color: #0a1344;
}
label#floatingLabel2 {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  font-size: 14px;
  z-index: 9;
  pointer-events: none;
  transition: all 0.5s;
}
#floatingInput2:focus + label {
  top: -5%;
  background: linear-gradient(180deg, #baffd9a7, #fff);
  padding: 0 5px;
}
#floatingInput2:focus{
  border: 1px solid #00b852;
  border-right: none;
}
.floatUpsearch2 + label {
  top: -5% !important;
  background: linear-gradient(180deg, #baffd9a7, #fff);
  padding: 0 5px;
}
.floatUpsearch2 {
  border: 1px solid #00b852;
  border-right: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.ourFeatures h2{
    font-size:50px;
}
#registerBg{
    background:linear-gradient(180deg, rgba(255,255,255,0.8), rgba(255,255,255,0.7)), url('../img/vector.png');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

