*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

ul {
  list-style: none;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration-skip-ink: auto;
  text-decoration: none;
  color: currentColor;
}

img,
picture,
video,
svg {
  max-width: 100%;
  display: block;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}

h1,
h2 {
  font-family: var(--ff-lato);
  font-weight: bold;
}

svg path,
svg {
  transition: 0.25s ease;
}

b {
  font-weight: 700;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
    width: 100%;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1340px;
    width: 100%;
  }
}

/* top header css */
nav {
  background: #eee;
  height: 36px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding: 0rem 0rem;
}

nav a {
  font-size: 14px;
}

header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 0rem 0rem;
}

.sticky {
  width: 100%;
  padding: 0rem 8rem;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 9999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

header span {
  gap: 2rem;
}

header span a img {
  width: 100%;
}

header span ul {
  align-items: center;
  padding: 0 1rem;
  gap: 1rem;
}

header span ul li {
  padding: 0 .5rem;
  margin: 0;
  list-style: none;
}

header span ul li a {
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header span ul li a img {
  width: 60px;
  height: 60px;
}

header span ul li a:hover {
  color: #376dcc;
}

.btnConnect {
  background: #376dcc;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 15px 20px;
  border-radius: 80px;
  border: 1px solid #376dcc;
  cursor: pointer;
}

.btnConnect:hover {
  opacity: .8
}

/* top header css */
.hero__bgm {
  min-height: 580px;
  background: linear-gradient(to right, #e1edfe, #fff);
  padding: 2rem 0rem 0rem 0rem;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}

.hero__bgm h1 {
  font-size: 32px;
  color: #1c274c;
  padding: 20px 20px 0px 20px;
  margin: 0;
}

.hero__bgm p {
  font-size: 16px;
  color: #000;
  text-align: left;
  padding: 10px 20px;
  margin: 0px;
  line-height: 26px;
}

/* end hero banner css */

/* index header css */
.main__bgm__wapper div {
  margin: 0rem 0rem 0rem 10rem;
}

.main__bgm {
  background: #fff url(../images/new/hero-banner.jpg) no-repeat right top;
  min-height: 464px;
  background-size: contain;
  padding: 2rem 0rem 0rem 0rem;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}

.main__term {
  background: #fff;
  min-height: 464px;
  background-size: contain;
  padding: 2rem 0rem 0rem 0rem;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}

.main__bgm h1,
.main__term h1,
.main__bgm__ecomm h1 {
  font-size: 48px;
  color: #1c274c;
  padding: 20px 20px 0px 20px;
  margin: 0;
  line-height: 56px;
}

.main__bgm p,
.main__term p,
.main__bgm__ecomm p {
  font-size: 16px;
  color: #000;
  text-align: left;
  padding: 10px 20px;
  margin: 0px;
  line-height: 26px;
}

/* end hero banner css */

/* lets connect css */
.lets__connect {
  background: #f1f8fe url('../images/new/lets-connect-bg.jpg')no-repeat;
  width: 100%;
  height: 366px;
  background-position: center;
  background-size: cover;
}

.lets__connect div {
  display: flex;
  height: 366px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem 0rem 0rem 0rem;
}

.lets__connect .lets__title {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 0;
  margin: 0;
}

/* end lets connect css */

/* bizwy products css */
.bizwy__products {
  gap: 1rem;
  align-items: center;
  padding: 3rem 0rem;
  margin: 1rem 0rem;
}

.bizwy__products .yellow {
  font-size: 3rem;
  color: #ffc300;
  padding: 0rem .75rem 0rem 0rem;
}

.bizwy__products img.yellow-img {
  position: absolute;
  right: 5px;
  top: -43px;
}

.bizwy__products p {
  text-align: left;
  color: #000;
}

.bizwy__products .bizwy-products-list {
  gap: 1rem;
}

.tenant-bg {
  background: #fffcfd;
  padding: 10px;
}

/* end bizwy products css */

/* apifirst ecommerce */
.apifirst__ecommerce {
  margin: 0;
  padding: 0;
}

.apifirst__ecommerce h1 {
  font-size: 32px;
  color: #0a0013;
  text-align: center;
  margin: 0;
  padding: 3rem 0;
}

.apifirst__ecommerce h1 span {
  color: #f6c500;
}

.apifirst-wrapper {
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}

.apifirst-wrapper div {
  width: 372px;
  background: #e6f4fb;
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
}

.apifirst-wrapper div img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.apifirst-wrapper div h3 {
  font-size: 1.3rem;
  color: #0a0013;
  font-weight: bold;
  margin: 0;
  padding: 1rem 0rem .6rem 0rem;
}

.apifirst-wrapper div p {
  font-size: .85rem;
  color: #0a0013;
  font-weight: normal;
  margin: 0;
  padding: 0rem 2rem;
  min-height: 120px;
}

/* end apifirst ecommerce */

/* core__features */
.core__features h2 {
  font-size: 26px;
  color: #0a0013;
  text-align: left;
  margin: 0;
  padding: 2.5rem 0rem 0rem 0rem;
}

.core__features--wrapper {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3rem;
}

.core__features--wrapper p {
  font-size: 14px;
  text-align: left;
  padding: 5px 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.core__features--2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.core__features-boxes {
  display: grid;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
}

.core-features--outline h4 {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding: .25rem 0rem .25rem 0rem;
}

.core-features--outline p {
  font-size: .85rem;
  font-weight: normal;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.blueline {
  padding: 15px;
  border: 1px solid #b2e0ff;
  border-radius: 10px;
}

.redline {
  padding: 15px;
  border: 1px solid #f2bfd9;
  border-radius: 10px;
}

.mt-3 {
  margin-top: 3rem;
}

img.core-feature-img-cloud {
  position: absolute;
  border: 0px solid #ccc;
  padding: 9px 5px;
  border-radius: 90px;
  margin: -38px 0px 0px 0px;
  background: #fff;
}

/* end of core__features */

/* footer */
footer {
  background: #0b1728;
  padding: 20px;
  margin: 70px 0px 0px 0px;
}

.footer__wrapper {
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.footer__wrapper div {
  display: grid;
  gap: 2rem;
}

.footer__wrapper span {
  display: flex;
  gap: 1rem;
}

.footer__wrapper ul {
  margin: 0;
  padding: 0;
}

.footer__wrapper ul li {
  font-size: 1rem;
  list-style: none;
  padding: 0 .75rem;
}

.footer__wrapper ul li a {
  color: #fff;
}

.footer__wrapper ul li a:hover {
  color: #0170c1;
}

.footer__wrapper .social--link {
  gap: 3rem;
}

.footer__wrapper .social--link span {
  display: flex;
}

/* end of footer */

.btnCheck {
  background: #0170c1;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  margin: 0;
  border: 1px solid #0170c1;
  border-radius: 90px;
}

.btnCheck:hover {
  opacity: .9;
}

.btnDefault {
  background: #fff;
  color: #0170c1;
  padding: 10px;
  text-align: center;
  margin: 0;
  border: 1px solid #0170c1;
  border-radius: 90px;
}

.btnDefault:hover {
  background: #0170c1;
  color: #fff;
  border: 1px solid #094570;
}

.d-flex {
  display: flex;
  gap: 2rem;
}

.socialicon {
  font-size: 24px;
  color: #fff;
  margin-left: 25px;
}

.foot-right-center {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 10px 0px 30px 0px;
  margin: 35px 0px 0px 0px;
  border-top: 1px solid #5a5a5a;
}

.navToggle {
  font-size: 30px;
}

.tocToggle-bg {
  background: rgb(0, 0, 0, .9);
  min-height: 300px;
  position: absolute;
  top: 128px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 9;
  display: none;
}

/* common css */
.fs-50 {
  font-size: .5rem;
}

.fs-75 {
  font-size: .75rem;
}

.fs-100 {
  font-size: 1rem;
  line-height: 24px;
}

.fs-125 {
  font-size: 1rem;
  line-height: 28px;
  padding: 0rem 0rem 1rem 0rem;
}

.fs-150 {
  font-size: 1.5rem;
  line-height: 30px;
}

.fs-250 {
  font-size: 2.5rem;
  line-height: 38px;
}

.fs-200 {
  font-size: 2rem;
  line-height: 80px;
}

.fs-350 {
  font-size: 3.5rem;
  line-height: 40px;
}

.fs-300 {
  font-size: 3rem;
  line-height: 46px;
}

.btn__common {
  background: #0170c1;
  font-size: 1rem;
  color: #fff;
  padding: 1rem 1.5rem;
  margin: .5rem;
  border: 1px solid #fff;
  border-radius: 4rem;
  cursor: pointer;
}

.btn__common:hover {
  background: #0565ac;
  color: #fff;
  border: 1px solid #0170c1;
}

/* end common css */

/* about bizwy */
.about__bizwy {
  background: #f7fbfe;
  min-height: 450px;
  padding: 2rem 0rem;
  margin: 2rem 0rem;
}

.about___bizwy-top {
  display: grid;
  /* grid-template-columns: 40% 1fr; */
  justify-content: space-between;
  gap: 1rem;
  padding: .5rem 0rem;
  margin: 0rem 0rem;
}

.about___bizwy-bottom {
  gap: 1rem;
}

.Btn_readmore {
  background: #fff;
  color: #006fbc;
  text-align: center;
  padding: 1rem 2rem;
  margin: 1rem 0rem;
  border: 1px solid #006fbc;
  border-radius: 90rem;
  display: inline-block
}

.Btn_readmore:hover {
  background: #eff7fd;
  color: #006fbc;
  text-align: center;
  padding: 1rem 2rem;
  margin: 1rem 0rem;
  border: 1px solid #006fbc;
  border-radius: 90rem;
  display: inline-block
}

.clear {
  clear: both;
}

/* end about bizwy */

/* growing business */
.grow__business {
  background: #fff;
  min-height: 385px;
  padding: 1.5rem 0rem;
}

.grow__business-wrapper {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.grow__business-wrapper .orange {
  width: 218px;
  padding: 15px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #fed1b2;
  display: grid;
  gap: 1rem;
}

.grow__business-wrapper .blue {
  width: 218px;
  padding: 15px;
  text-align: center;
  border-radius: 20px;
  top: 45px;
  position: relative;
  border: 1px solid #b2e1ff;
  display: grid;
  gap: 1rem;
}

.grow__business-wrapper .cyan {
  width: 218px;
  padding: 15px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #f1bfda;
  display: grid;
  gap: 1rem;
}

/* end growing business */

/* what bizwy can do */
.what__bizwy {
  background: #f5fcfe;
  padding: 2rem 0rem 4rem 0rem;
  margin: 4rem 0rem 2rem 0rem;
}

.what__bizwy h2 {
  font-size: 32px;
  text-align: center;
  padding: 1rem 0rem;
  margin: 0rem;
}

.what__bizwy-wrapper {
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.what__bizwy-wrapper div {
  text-align: center;
  margin-top: 1.5rem;
}

.what__bizwy-wrapper div img {
  margin: 0 auto;
}

.what__bizwy-wrapper div h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 1rem 0rem;
  margin: 0rem;
}

.what__bizwy-wrapper div p {
  font-size: 14px;
  text-align: center;
  color: #000;
  line-height: 26px;
}

.what__bizwy-wrapper img.what__bizwy-blue {
  background: #dbeaff;
  padding: 5px;
  border-radius: 90px;
}

.what__bizwy-wrapper img.what__bizwy-orange {
  background: #ffecd1;
  padding: 5px;
  border-radius: 90px;
}

.what__bizwy-wrapper img.what__bizwy-green {
  background: #d2edde;
  padding: 5px;
  border-radius: 90px;
}

.what__bizwy-wrapper img.what__bizwy-brown {
  background: #fee1dd;
  padding: 5px;
  border-radius: 90px;
}

/* end what bizwy can do */

/* testimonials css */
.bizwy_test--blocks {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

/* end of testimonial css */

@media (min-width: 768px) {
  header span {
    display: flex;
  }

  .navToggle {
    display: none;
  }

  .hero__bgm__wapper {
    grid-template-columns: 40% 60%;
    display: grid;
  }

  .main__termsofuse {
    grid-template-columns: 60% 1fr;
    display: grid;
    align-items: center;
  }

  .main__bgm__wapper {
    grid-template-columns: 60% 1fr;
    display: grid;
    align-items: center;
  }

  .apifirst-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .core__features--wrapper {
    display: grid;
    grid-template-columns: 46% 50%;
  }

  .footer__wrapper {
    display: grid;
    grid-template-columns: 30% 70%;
  }

  .footer__wrapper .social--link {
    display: grid;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
  }

  .footer__wrapper ul {
    display: flex;
  }

  .footer__wrapper .social--link span {
    justify-content: flex-end;
  }

  header span ul {
    display: flex;
  }

  .grow__business-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .bizwy__products {
    display: grid;
    grid-template-columns: 45% 1fr;
  }

  .bizwy__products .bizwy-products-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .about___bizwy-bottom {
    display: grid;
    grid-template-columns: 50% 1fr;
  }

  .what__bizwy-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .bizwy_test--blocks {
    display: grid;
    grid-template-columns: 50% 1fr;
  }

  .top-scroller {
    width: auto;
  }
}

@media (max-width: 768px) {
  .top-scroller {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
  }

  header span {
    display: none;
    width: 100%;
    position: absolute;
    top: 128px;
    z-index: 9;
  }

  .navToggle {
    display: inline-block;
  }

  .main__bgm__wapper {
    grid-template-columns: auto;
    display: grid;
  }

  .hero__bgm__wapper {
    grid-template-columns: auto;
    display: grid;
  }

  .apifirst-wrapper {
    display: grid;
    grid-template-columns: auto;
  }

  .core__features--wrapper {
    display: grid;
    grid-template-columns: auto;
  }

  .footer__wrapper {
    display: grid;
    grid-template-columns: auto;
  }

  .footer__wrapper .social--link {
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .footer__wrapper ul {
    display: grid;
  }

  .footer__wrapper .social--link span {
    justify-content: center;
  }

  header span ul {
    display: inline;
  }

  header span ul li a {
    color: #fff;
  }

  header span ul li {
    padding: 10px .5rem;
    border-bottom: 1px solid #ccc;
  }

  .tocClose {
    background: #171717;
    font-size: 36px;
    color: #f00;
    text-align: right;
    position: absolute;
    padding: 0px 10px;
    right: 0px;
    z-index: 999;
  }

  .grow__business-wrapper {
    display: block;
    grid-template-columns: inherit;
  }

  .bizwy__products {
    display: block;
    grid-template-columns: inherit;
  }

  .bizwy__products .bizwy-products-list {
    display: block;
    grid-template-columns: inherit;
  }

  .about___bizwy-bottom {
    display: block;
    grid-template-columns: inherit;
  }

  .what__bizwy-wrapper {
    display: block;
    grid-template-columns: inherit;
  }

  .bizwy_test--blocks {
    display: block;
    grid-template-columns: inherit;
  }

  .btnConnect {
    margin-top: 1rem;
  }

}

.text-center {
  text-align: center;
}

.pb-1 {
  padding-bottom: 1rem;
  line-height: 34px;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.fw-bold {
  font-weight: bold;
}

.times {
  font-family: 'times', sans-serif;
  font-style: italic;
  color: #ccc;
}

/* multi tenant css */
.main__ecommerce {
  width: 100%;
  min-height: 520px;
  background: linear-gradient(45deg, #eff9fa 0%, #e8f0fd 41%, #e6f0fc 41%, #e6f0fc 59%, #fcfdff 100%);
  margin: 0;
  /*display: flex;*/
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}

.main__bgm__ecomm {
  min-height: 545px;
  background: url(../images/banner-hero-bgm.jpg)no-repeat;
  background-size: contain;
  background-position: top right;
  display: grid;
  grid-template-columns: 45% 1fr;
  justify-content: center;
  align-items: center;
  margin: 0rem 0rem 0rem 9rem;
}

.main__bgm--multi {
  min-height: 520px;
  background: #FFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 18%, rgba(233, 233, 235, 1) 100%, rgba(233, 233, 235, 1) 51%);
  padding: 0rem;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}

.main__bgm--multi h1 {
  font-size: 35px;
  color: #1c274c;
  padding: 20px 20px 0px 0px;
  margin: 0;
}

.main__bgm--multi p {
  font-size: 16px;
  color: #000;
  text-align: left;
  padding: 10px 0px;
  margin: 0px;
  line-height: 26px;
}

/* end multi tenant css */

/* careers */
.careers_box {
  margin: 3rem 0rem;
  padding: 0rem;
}

.careers_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3rem;
}

.career_title {
  margin: 0rem !important;
  padding: 0rem;
}

.careers_life {
  background: #e4f6fa;
  margin: 3rem 0rem;
  padding: 2rem 0rem;
}

.career_lifewrapper {
  display: grid;
  grid-template-columns: 40% 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.career_lifewrapper span img {
  width: 75%;
}

.career_lifewrapper .carrer_ul {
  background: #fff;
  padding: 2rem 2rem 3rem 2rem;
  margin: 0rem;
  border-radius: .55rem;
}

.career_lifewrapper .carrer_ul h2 {
  font-size: 24px;
  text-align: left;
  color: #000;
  margin: 0rem;
  padding: 0rem 0rem 1rem 0rem;
}

.career_lifewrapper .carrer_ul ul {
  margin: 0rem 0rem 2rem 1rem;
  padding: 0rem;
}

.career_lifewrapper .carrer_ul ul li {
  background: url(../images/life-bizwy-icon.jpg) no-repeat;
  font-size: 16px;
  color: #000;
  padding: .7rem 0rem .7rem 2.5rem;
  margin: 0rem 0rem;
  list-style-type: none;
  background-position: 0px 7px;
}

/* about us */
.aboutus_bg {
  background: url(../images/aboutus-banner.jpg) no-repeat right;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.aboutus-desc {
  display: grid;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  width: 50%;
}

.aboutus-desc h1 {
  font-size: 48px;
  color: #1c274c;
  padding: 20px 0px 0px 0px;
  margin: 0;
  line-height: 56px;
}

.aboutus-desc p {
  font-size: 15px;
  text-align: left;
  color: #000;
  margin: 0rem;
  padding: 0rem 0rem 1rem 0rem;
}

.about_whoweare {
  background: #fcfbf7 url(../images/aboutus-drpshadow-right.jpg)no-repeat right;
  background-size: cover;
  min-height: 270px;
  padding: 2rem 0rem;
  margin: 1rem 0rem;
}

.about_whoweare h2 {
  font-size: 34px;
  color: #1c274c;
  padding: 2rem 0rem;
  margin: 0rem;
  text-align: center;
}

.about_whoweare p {
  width: 75%;
  font-size: 15px;
  text-align: center;
  color: #000;
  margin: 0rem auto;
  padding: 0rem 0rem 1rem 0rem;
}

.about_whatwedo {
  background: #e4f6fa;
  padding: 2rem 0rem;
  margin: 1rem 0rem;
}

.about_whatwe_wrap {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

.about_whatweleft {
  background: #fff;
  padding: 2rem;
  margin: 0rem;
  min-height: 422px;
  border-radius: .5rem;
}

.about_whatweleft h3 {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  padding: 0rem 0rem 1rem 0rem;
  margin: 0rem;
}

.about_whatweleft h4 {
  font-size: 22px;
  font-weight: normal;
  color: #000;
  padding: 1rem 0rem 1rem 0rem;
  margin: 0rem;
}

.about_whatweleft h3 span {
  color: #f6c500;
}

.about_whatweleft p {
  font-size: 14px;
  text-align: left;
  padding: 0rem;
  margin: 0rem;
  line-height: 24px;
}

.about_whatweleft ul {
  margin: 0rem;
  padding: 0rem 0rem 0rem 2rem;
}

.about_whatweleft ul li {
  font-size: 14px;
  text-align: left;
  padding: 0rem;
  margin: 0rem;
  list-style-type: disc;
  line-height: 36px;
}

.corevalues {
  background: #fff;
  margin: 2rem 0rem;
  padding: 0rem 0rem 2rem 0rem;
  border-radius: .5rem;
}

.corevalues h2 {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  padding: 2rem 0rem 1rem 2rem;
  margin: 0rem;
}

.about_corevalues h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 0rem 0rem 1rem 0rem !important;
  margin: 0rem;
}

.about_corevalues {
  padding: 0rem 2rem;
  margin: 0rem 0rem;
  border-radius: .55rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  gap: 1rem;
}

.about_corevalues p {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding: 0rem 0rem;
  margin: 0rem;
}

.about_whybizwy {
  margin: 2rem 0rem;
  padding: 1rem 0rem;
}

.about_whybizwy h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0rem;
  margin: 0rem;
}

.about_whybizwy h2 span {
  color: #0170c1;
}

.about_whybizwy-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: content;
  align-items: center;
  gap: 1rem;
}

.about_whybizwy-wrap div {
  background: #F2BFD9;
  padding: 2rem;
  margin: 0rem;
  text-align: center;
  border: 1px solid #F2BFD9;
  min-height: 185px;
  border-radius: .55rem;
}

.about_whybizwy-wrap div h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0rem;
  margin: 0rem;
}

.about_whybizwy-wrap div p {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.connectForm {
  background: #fff;
  width: 55%;
  height: auto;
  padding: 2rem;
  position: fixed;
  top: 5%;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 8px;
  box-shadow: 0px 1px 6px #232323;
  display: none;
  z-index: 9999;
}

.connectForm h2 {
  font-size: 20px;
  text-align: center;
  padding: 0rem 0rem .5rem 0rem;
  margin: 0rem 0rem .5rem 0rem;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.connectForm a.connectClose {
  font-size: 14px;
  color: #f00;
  text-align: right;
  padding: 0rem;
  margin: 0rem;
}

.connectForm p {
  font-size: 14px;
  color: #232323;
  text-align: center;
  padding: 0rem;
  margin: 0rem;
}

.form {
  margin: 1rem 0rem;
  padding: 0rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.formflex {
  display: grid;
  justify-content: space-between;
  align-items: center;
}

.formflex label {
  font-size: 13px;
}

.formflex input,
.formflex select {
  width: calc(60vh - 100px);
  padding: .7rem 1rem;
  margin: 0rem;
  font-size: 1rem;
  color: #232323;
  border: 1px solid #ccc;
}

.connectform-overlay {
  background: rgb(0, 0, 0, .6);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0rem;
  z-index: 99;
  display: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f8fafc;
  width: max-content;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  list-style: none;
  padding: 1rem .5rem;
  margin: 0;
  top: 36px;
}

.dropdown-content li {
  padding: 10px 5px;
  cursor: pointer;
}

.dropdown-content li:hover {
  background-color: #fafafa;
}

.termsofuse {
  background: #ecf6ff;
  padding: 2rem;
  margin: 0rem;
  border: 1px solid #cce8fe;
  border-radius: .45rem;
}

.termsofuse h2 {
  font-size: 16px;
  color: #333;
  text-align: left;
  padding: 1rem 0rem;
  margin: 0rem;
}

.termsofuse p {
  font-size: 15px;
  color: #333;
  text-align: left;
  padding: .25rem 0rem;
  margin: 0rem;
}

.termsofuse ul {
  margin: 0px 0px 0px 30px;
  padding: 0px;
}

.termsofuse ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.termsofuse ul li h3 {
  font-size: 15px;
  font-weight: bold;
  padding: 1rem 0rem;
  margin: 0rem;
}