@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Open Sans", sans-serif;
}
.mobile-logo {
  display: none;
}

.desktop-logo {
  display: inline;
}
nav{
  position: absolute;
  width:100%;
  padding-top:15px;
  padding-bottom:15px;
  z-index: 9;
}
nav.fixed{
  position: sticky;
  top:0;
  background-color: #fff;
}
nav .links a {
  color: #263238;
  font-size: 16px;
  font-weight: 400;
}
.empower {
  background-image: url("../images/background_health.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-book {
  border-radius: 72px;
  border: 1px solid #0a87c9;
  padding: 15px 35px;
  gap: 10px;
}

.btn-book:hover {
  background-color: #0a87c9;
  color: #fff;
}

.empower a {
  color: #263238;
  font-size: 16px;
  font-weight: 400;
}

.empower .text {
  padding-top: 85px;
  padding-bottom: 45px;
}

.empower .text h2 {
  color: var(--Pr, #000);
  font-weight: 700;
  font-size: 54px;
  line-height: 72px;
}

.health {
  color: #0a87c9;
}

.empower .text p {
  color: var(--Shades, #37474f);
  font-size: 25.2px;
  font-style: normal;
  font-weight: 400;
}

.empower .text .btn-free {
  border-radius: 14px;
  background: #0a87c9;
  border-color: #0a87c9;
  box-shadow: 0px 3.6px 7.2px 0px rgba(0, 0, 0, 0.1) inset;
  padding: 15px 35px;
  color: #fff;
}

.empower .text .btn-free:hover {
  border-color: #0a87c9;
  color: #263238;
  background-color: unset;
}

/* .who{
    background-color: #fff;
} */
.items {
  color: #37393f;
  font-size: 18px;
  font-weight: 500;
}

.who p {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}
.who h2 {
  color: var(--Gray-dark, #333);
  font-size: 35px;
  font-weight: 700;
}

.who .online .card {
  border-radius: 20px;
  background: #f6f4fd;
  border-color: #f6f4fd;
}

.who .funnel .card {
  border-radius: 20px;
  background: #fbe0e0;
  border-color: #fbe0e0;
}

.who .card .card-body h6 {
  color: #37393f;
  font-weight: 600;
  font-size: 24px;
}

.who .customer .card {
  border-radius: 20px;
  background: #f0fcff;
  border-color: #f0fcff;
}

.who .lead .card {
  border-radius: 20px;
  background: #f2f5ff;
  border-color: #f2f5ff;
}
.who .paid .card{
  background-color: #FFFBE4;
  border-color: #FFFBE4;
  border-radius: 20px;
}
.who .influencer .card{
  background-color: #EFFFFA;
  border-color: #EFFFFA;
  border-radius: 20px;
}

.position-relative {
  position: relative;
}

.centered-text {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.technology {
  padding-top: 30px;
  padding-bottom: 20px;
}

.technology h2 {
  color: #37393f;
  font-size: 40px;
  font-weight: 700;
}

.technology .card {
  border-radius: 20px;
  border: 0.5px solid #ededed;
  background: #fff;
  padding: 30px 40px;
}

.technology .card .card-body h6 {
  color: #37393f;
  font-size: 22px;
  font-weight: 600;
}

.technology .card .card-body p {
  color: #667085;
  font-size: 16px;
  font-weight: 400;
}

.industries {
  padding-bottom: 90px;
}

.industries {
  background-image: url("../images/backgroun_icon.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.industries h4 {
  color: #37393f;
  font-size: 32px;
  font-weight: 700;
}

.industries .card {
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  background-color: unset;
}

.industries .card-body h6 {
  margin-left: 0;
  padding-left: 0;
}

.industries .card .card-body .circle {
  color: #fff;
  background-color: #0a87c9;
  border-radius: 50%;
  padding: 5px 5px;
  line-height: 1;
  font-size: 17px;
}

.industries .card .card-body h6 {
  color: #37393f;
  font-size: 20px;
  font-weight: 600;
}

.industries .card .card-body p {
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 400;
  padding-left: 33px;
}

.industries .doctor_img {
  padding-left: 100px;
}

.tailored {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tailored .tailor {
  padding-left: 59px;
}

.tailored h5 {
  font-size: 32px;
  color: #37393f;
  font-weight: 700;
}

.tailored p {
  color: #667085;
  font-size: 18px;
  font-weight: 400;
}

.tailored img {
  padding-left: 150px;
}

.ready {
  background-image: url("../images/radial_background.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* .ready::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./images/frame.svg');
    z-index: -1;
} */
.ready {
  position: relative;
}

.ready::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/radial.png");
  z-index: -1;
}

.ready::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/frame.png");
  z-index: -2;
  background-size: cover;
}

.ready h3 {
  color: #37393f;
  font-size: 32px;
  font-weight: 700;
}

.ready p {
  color: #667085;
  font-size: 20px;
  font-weight: 400;
}

.ready .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .ready .row {
  width: 100%;
} */

.ready .btn-consultation {
  padding: 15px 35px;
  gap: 8px;
  border-radius: 6px;
  background: #0a87c9;
  box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
  color: #fff;
}
.ready .btn-consultation:hover{
  color: #0a87c9;
  border-color: #0a87c9;
  background: transparent;
}

@media only screen and (max-width: 1024px) {
  .empower .text h2 {
    line-height: 62px;
    font-size: 48px;
  }
  .empower .text p {
    font-size: 23px;
  }
  .who .card .card-body img {
    width: 19%;
  }
  .technology .card {
    padding: 10px;
  }
  .industries .card .card-body .circle {
    padding: 3px 3px;
    font-size: 15px;
  }
  .tailored h5 {
    font-size: 30px;
  }
  .tailored p {
    font-size: 16px;
  }
  .tailored img {
    padding-left: 70px;
  }
  .ready h3 {
    font-size: 30px;
  }
  .ready p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 996px) {
    .empower .text{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .empower .text h2 {
        line-height: 40px;
        font-size: 32px;
    }
    .empower .text p{
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
  nav .links a{
    font-size: 13px;
  }
  .btn-book{
    padding: 9px 19px;
  }
  .empower .text h2 {
    font-size: 40px;
    line-height: 52px;
  }
  .empower .text p {
    font-size: 18px;
  }
  .technology h2 {
    font-size: 40px;
  }
  .technology .card {
    padding: 0;
  }
  .industries .doctor_img {
    padding-left: 0px;
  }
  .industries .card .card-body .circle {
    padding: 4px 4px;
    font-size: 17px;
  }
  .tailored h5 {
    font-size: 28px;
  }
  .tailored p {
    font-size: 16px;
  }
  .ready h3 {
    font-size: 30px;
  }
  .ready p {
    font-size: 18px;
  }
  .tailored .tailor{
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 475px){
    .desktop-logo {
        display: none;
    }
    .mobile-logo {
        display: inline;
    }
    .empower .mobile-logo {
        width: 35px;
    }
    .empower .btn-book{
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 425px) {
  .desktop-logo {
    display: none;
  }
  .empower {
    background-image: url("../images/background_mobile.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mobile-logo {
    display: inline;
  }
  .empower .mobile-logo {
    width: 35px;
  }
  .empower .col-lg-6 {
    text-align: center; /* Center the content inside the column */
  }

  .empower .btn-free {
    display: inline-block; /* Change the display to inline-block for better control */
    margin: 20px auto 0 auto; /* Adjust the margins to your preference */
  }
  .empower .btn-book {
    padding: 9px 31px;
  }
  .empower a {
    font-size: 16px;
  }
  .empower .text h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .empower .text p {
    font-size: 16.2px;
  }
  .empower .text .btn-free {
    padding: 15px 30px;
  }
  .empower .man {
    max-width: 100%;
    padding-left: 39px;
    padding-right: 39px;
  }
  .who .card .card-body img {
    width: 60px;
  }
  .who .card .card-body h6 {
    font-size: 20px;
  }
  .who h2 {
    font-size: 30px;
  }
  .who p {
    font-size: 14px;
  }
  .technology .card {
    padding: 0;
  }
  .industries h4 {
    font-size: 30px;
  }
  .industries .card .card-body .circle {
    width: 21px;
    height: 22px;
    font-size: 13px;
    padding: 5px 4px;
  }
  .industries .doctor_img {
    display: none;
  }
  .tailored .tailor {
    padding-left: 21px;
  }
  .tailored h5 {
    font-size: 25px;
    text-align: center;
  }
  .tailored p {
    text-align: center;
    font-size: 14px;
  }
  .tailored img {
    padding-left: 0px;
    max-width: 100%;
  }
  .ready h3 {
    font-size: 23px;
  }
  .ready p {
    font-size: 16px;
  }
  .ready .btn-consultation {
    padding: 14px 40px;
  }
}

@media only screen and (max-width: 375px) {
  .desktop-logo {
    display: none;
  }
  .empower {
    background-image: url("../images/background_mobile.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mobile-logo {
    display: inline;
  }
  .empower .mobile-logo {
    width: 35px;
  }
  .empower .col-lg-6 {
    text-align: center; /* Center the content inside the column */
  }

  .empower .btn-free {
    display: inline-block; /* Change the display to inline-block for better control */
    margin: 20px auto 0 auto; /* Adjust the margins to your preference */
  }
  .empower .text h2 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    padding-top: 24px;
  }
  .empower .text p {
    font-size: 16px;
    text-align: center;
  }
  .empower .btn-book {
    padding: 6px 13px;
  }
  .empower a {
    font-size: 11px;
  }
  .empower .text {
    padding-top: 60px;
    padding-left: 0rem;
  }
  .empower .text .btn-free {
    padding: 14px 30px;
    font-size: 16px;
  }
  .empower .man {
    padding-top: 0rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .empower img {
    max-width: 90%;
  }
  .who h2 {
    font-weight: 600;
  }
  .who .card .card-body img {
    width: 55px;
  }
  .who .card .card-body h6 {
    font-size: 18px;
  }
  .who .card .card-body p {
    font-size: 14px;
  }
  .technology .card {
    padding: 0px;
  }
  .industries h4 {
    font-size: 28px;
  }
  .industries .card .card-body h6 {
    font-size: 18px;
  }
  .industries .card .card-body p {
    font-size: 14px;
  }
  .industries .doctor_img {
    display: none;
  }
  .industries .card .card-body .circle {
    color: #fff;
    background-color: #0a87c9;
    border-radius: 50%;
    padding: 2px;
    line-height: 1;
    font-size: 11px;
    width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
  }
  .industries .card .card-body p {
    padding-left: 25px;
  }
  .tailored {
    padding-top: 70px;
    padding-bottom: 45px;
  }
  .tailored img {
    align-items: center !important;
    width: 100%;
    padding-left: 0px;
  }

  .tailored .tailor {
    padding-left: 30px;
  }
  .tailored h5 {
    font-size: 22px;
    text-align: center;
  }
  .tailored p {
    font-size: 14px;
    text-align: center;
  }
  .ready h3 {
    font-size: 27px;
  }
  .ready p {
    font-size: 14px;
  }
  .ready .btn-consultation {
    padding: 14px 30px;
  }
}

@media only screen and (max-width: 320px) {
  .empower .text h2 {
    font-size: 27px;
    padding-top: 30px;
  }
  .empower .text p {
    font-size: 15px;
  }
  .empower .man {
    padding-top: 0rem;
    padding-left: 15px;
    padding-right: 15px;
}
  .who h2 {
    font-size: 27px;
  }
  .who p {
    font-size: 13px;
  }
  .industries h4 {
    font-size: 23px;
  }
  .tailored h5 {
    font-size: 21px;
  }
  .industries .card .card-body h6 {
    font-size: 17px;
  }
  .industries .card .card-body .circle {
    color: #fff;
    background-color: #0a87c9;
    border-radius: 50%;
    padding: 2px;
    line-height: 1;
    font-size: 11px;
    width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
  }
  .tailored img {
    /*
    padding-left: 17px;
    padding-right: 17px; */
    width: 100%;
    margin: auto;
  }
  .read h3 {
    font-size: 23px;
  }
  .ready .btn-consultation {
    padding: 11px 30px;
  }
}
