@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
.top-bottom-spaceing {
  padding: 5rem 0;
}
@media (max-width: 995px) {
  .top-bottom-spaceing {
    padding: 3rem 0;
  }
}
@media (max-width: 900px) {
  .top-bottom-spaceing br {
    display: none;
  }
}

.main-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: clamp(32px, 14.5px + 3.5vw, 46px);
  line-height: clamp(36px, 18.5px + 3.5vw, 50px);
  color: #1D2B4E;
  margin-bottom: 3rem;
}
.main-title span {
  color: #F05A25;
}

.main-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 13.5px + 0.5vw, 18px);
  line-height: clamp(24px, 16.5px + 1.5vw, 30px);
  letter-spacing: 3%;
  color: #1D2B4E;
  max-width: 607px;
}

@media (max-width: 995px) {
  .navbar-collapse {
    height: 100vh;
    background: white;
  }
  .navbar-collapse .navbar-nav {
    margin-top: 5rem;
  }
  .navbar-collapse .navbar-nav .nav-item {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar-collapse .mav-item-mob {
    margin-top: 1.5rem !important;
  }
}
.about-hero-wrapper {
  background-color: #063D74;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  flex-direction: column;
}
@media (max-width: 995px) {
  .about-hero-wrapper {
    height: 360px;
    align-items: flex-start;
    padding-left: 0.8rem;
  }
}
.about-hero-wrapper .about-breadcrumb .breadcrumb a {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  padding: 0 10px;
  color: #BDBDBD;
}
.about-hero-wrapper .about-breadcrumb .breadcrumb a.active {
  color: #ffffff;
}
@media (max-width: 995px) {
  .about-hero-wrapper .about-breadcrumb .breadcrumb a {
    padding-left: 0;
  }
}
@media (max-width: 995px) {
  .about-hero-wrapper .about-breadcrumb .breadcrumb span {
    padding-right: 10px;
  }
}
.about-hero-wrapper .about-hero-content {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 998px;
}
.about-hero-wrapper .about-hero-content h1 {
  font-size: clamp(34px, 19px + 3vw, 46px);
  line-height: clamp(40px, 16.25px + 4.75vw, 59px);
  font-weight: 200;
}
@media (max-width: 995px) {
  .about-hero-wrapper .about-hero-content h1 {
    text-align: left;
  }
}

.about-content-wrapper .about-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1044px;
  padding-top: 3rem;
}
@media (max-width: 995px) {
  .about-content-wrapper .about-container {
    padding-top: 1rem;
  }
}
.about-content-wrapper .about-container h2, .about-content-wrapper .about-container .why-we-exist h3 {
  font-family: "Roboto", sans-serif;
  color: #1D2B4E;
  font-weight: 600;
  margin-bottom: 16px;
}
.about-content-wrapper .about-container h2 {
  font-size: clamp(18px, 8px + 2vw, 26px);
  line-height: clamp(24px, 10.25px + 2.75vw, 35px);
}
.about-content-wrapper .about-container p, .about-content-wrapper .about-container .why-we-exist p {
  font-family: "Roboto", sans-serif;
  color: #1D2B4E;
  font-size: clamp(16px, 13.5px + 0.5vw, 18px);
  line-height: clamp(24px, 16.5px + 1.5vw, 30px);
  font-weight: 400;
  margin-bottom: 4.2rem;
}
@media (max-width: 995px) {
  .about-content-wrapper .about-container p, .about-content-wrapper .about-container .why-we-exist p {
    margin-bottom: 3.2rem;
  }
}
.about-content-wrapper .about-container .why-we-exist h3 {
  font-size: clamp(30px, 25px + 1vw, 34px);
  line-height: clamp(30px, 13.75px + 3.25vw, 43px);
  font-weight: 400;
}
.about-content-wrapper .about-container .why-we-exist p {
  font-size: clamp(18px, 19.5px + 0.5vw, 24px);
  line-height: clamp(28px, 31.5px + 0.5vw, 36px);
  font-weight: 300;
  margin-bottom: 16px;
}
.about-content-wrapper .about-container .why-we-exist a {
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  color: #F05A25;
  text-decoration: none;
  border-bottom: 1.3px solid #F05A25;
  padding: 6px 0px;
  transition: all 0.3s ease;
}
.about-content-wrapper .about-container .why-we-exist a:hover {
  text-decoration: none;
  padding: 6px 12px;
  text-align: center;
}
.about-content-wrapper .about-container .what-we-offers {
  margin-top: 5rem;
}
.about-content-wrapper .about-container .what-we-offers img {
  max-width: 380px;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
@media (max-width: 995px) {
  .about-content-wrapper .about-container .what-we-offers img {
    margin-bottom: 2rem;
  }
}
.about-content-wrapper .about-container .what-we-offers h4 {
  font-size: clamp(32px, 27px + 1vw, 36px);
  line-height: clamp(40px, 36.25px + 0.75vw, 43px);
  font-weight: 500;
}
.about-content-wrapper .about-container .what-we-offers ul {
  padding-left: 18px;
}
.about-content-wrapper .about-container .what-we-offers ul li {
  font-size: clamp(17px, 15.75px + 0.25vw, 18px);
  line-height: clamp(28px, 25.5px + 0.5vw, 30px);
  font-weight: 400;
  padding: 4px 10px;
}

.Smarter-Clinics {
  background-color: #F9F9FA;
}
.Smarter-Clinics .Smarter-Clinics-wrapper .main-title {
  text-align: center;
  margin-bottom: 16px;
}
.Smarter-Clinics .Smarter-Clinics-wrapper .main-description {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
  max-width: 649px;
  width: 100%;
}
.Smarter-Clinics .Smarter-Clinics-wrapper .Smarter-Clinics-card-wrapper {
  margin-top: 4rem;
  text-align: center;
}
.Smarter-Clinics .Smarter-Clinics-wrapper .Smarter-Clinics-card-wrapper .Smarter-Clinics-card {
  justify-content: center;
  margin-bottom: 2.6rem;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 995px) {
  .Smarter-Clinics .Smarter-Clinics-wrapper .Smarter-Clinics-card-wrapper .Smarter-Clinics-card {
    margin-bottom: 2rem;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.Smarter-Clinics .Smarter-Clinics-wrapper .Smarter-Clinics-card-wrapper .Smarter-Clinics-card .icon {
  margin-bottom: 1rem;
}
.Smarter-Clinics .Smarter-Clinics-wrapper .Smarter-Clinics-card-wrapper .Smarter-Clinics-card .caption {
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #1D2B4E;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
.Smarter-Clinics .Smarter-Clinics-wrapper .Smarter-Clinics-card-wrapper .Smarter-Clinics-card p {
  text-align: center;
  width: 100%;
}

.about-book-demo-wrapper {
  background-color: #DFF3FF;
}
.about-book-demo-wrapper .about-book-demo {
  font-family: "Roboto", sans-serif;
  color: #1D2B4E;
  text-align: center;
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.about-book-demo-wrapper .about-book-demo h4 {
  font-size: clamp(22px, 17px + 1vw, 26px);
  line-height: clamp(32px, 28.25px + 0.75vw, 35px);
  font-weight: 500;
  margin-bottom: 16px;
}
.about-book-demo-wrapper .about-book-demo p, .about-book-demo-wrapper .about-book-demo .about-content-wrapper .about-container .why-we-exist p, .about-content-wrapper .about-container .why-we-exist .about-book-demo-wrapper .about-book-demo p {
  font-size: clamp(17px, 13.25px + 0.75vw, 20px);
  line-height: clamp(26px, 18.5px + 1.5vw, 32px);
  font-weight: 400;
  margin-bottom: 2.5rem;
}
.about-book-demo-wrapper .about-book-demo a {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 16px;
  padding: 12px 20px;
  border: 1px solid #F05A25;
  border-radius: 40px;
  color: #F05A25;
  text-decoration: none;
  transition: all 0.3s ease;
}
.about-book-demo-wrapper .about-book-demo a:hover {
  color: #ffffff;
  background-color: #F05A25;
}

.book-demo-wrapper {
  background-color: #fff;
  padding: 45px 0px;
}
.book-demo-wrapper .book-demo-content .book-demo-caption {
  font-family: "Roboto", sans-serif;
}
.book-demo-wrapper .book-demo-content .book-demo-caption .s1 {
  font-size: 58px;
  font-weight: 800;
  color: #1D2B4E;
  letter-spacing: -0.1px;
  margin-bottom: 22px;
}
@media (max-width: 900px) {
  .book-demo-wrapper .book-demo-content .book-demo-caption .s1 {
    text-align: center;
    font-size: 36px !important;
    line-height: 35px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.book-demo-wrapper .book-demo-content .book-demo-caption .s1 span {
  color: #F15A26;
}
.book-demo-wrapper .book-demo-content .book-demo-caption .s2 {
  max-width: 610px;
  font-size: 45px;
  line-height: 52px;
  font-weight: 400;
  color: #1D2B4E;
  letter-spacing: -0.3px;
  margin-bottom: 15px;
}
.book-demo-wrapper .book-demo-content .book-demo-caption .s3 {
  font-size: 45px;
  line-height: 52px;
  font-weight: 400;
  color: #105FAE;
  letter-spacing: -0.3px;
  margin-bottom: 15px;
}
.book-demo-wrapper .book-demo-form-wrapper .book-demo-card {
  max-width: 352px;
  background: #F15A26;
  margin: 0 auto;
  border-radius: 14px;
}
.book-demo-wrapper .book-demo-form-wrapper .book-demo-card h4 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.1px;
  margin-bottom: 13px;
}
.book-demo-wrapper .book-demo-form-wrapper .book-demo-card .form-control {
  font-size: 20px;
  line-height: auto;
  font-weight: 400;
  color: #fff !important;
  max-width: 300px;
  border-radius: 6px;
  background-color: #FF8257;
  border: none !important;
  box-shadow: none !important;
  padding: 10px;
  margin: 8px auto;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: border-color 0.3s ease;
}
.book-demo-wrapper .book-demo-form-wrapper .book-demo-card .form-control:focus {
  border-color: #F05A25;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.book-demo-wrapper .book-demo-form-wrapper .book-demo-card .form-control::-moz-placeholder {
  color: #fff !important;
}
.book-demo-wrapper .book-demo-form-wrapper .book-demo-card .form-control::placeholder {
  color: #fff !important;
}
.book-demo-wrapper .book-demo-form-wrapper .book-demo-card .book-demo-submit-btn {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
  color: #F05A25;
  border: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  margin-top: 14px;
}

.book-demo-carousel-wrapper .owl-carousel {
  background-color: #fff;
}
.book-demo-carousel-wrapper .owl-carousel .item {
  margin: 6px 3px;
}

.book-demo-why-choosing-wrapper {
  background-color: #fff !important;
}
.book-demo-why-choosing-wrapper .book-demo-why-choosing-card-wrapper {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.book-demo-why-choosing-wrapper .book-demo-why-choosing-card-wrapper p, .book-demo-why-choosing-wrapper .book-demo-why-choosing-card-wrapper .about-content-wrapper .about-container .why-we-exist p, .about-content-wrapper .about-container .why-we-exist .book-demo-why-choosing-wrapper .book-demo-why-choosing-card-wrapper p {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .book-demo-wrapper .book-demo-content .book-demo-caption .s1 {
    font-size: 38px;
    margin-bottom: 7px;
  }
  .book-demo-wrapper .book-demo-content .book-demo-caption .s2,
  .book-demo-wrapper .book-demo-content .book-demo-caption .s3 {
    max-width: 100%;
    font-size: 31px;
    line-height: 38px;
    margin-bottom: 8px;
  }
  .book-demo-caption {
    margin-bottom: 3rem;
  }
}
.modules-hero-wrapper {
  background-color: #063D74 !important;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  flex-direction: column;
}
@media (max-width: 900px) {
  .modules-hero-wrapper {
    height: 60vh;
    align-items: flex-start;
    padding-left: 0.8rem;
  }
}
.modules-hero-wrapper .modules-breadcrumb {
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .modules-hero-wrapper .modules-breadcrumb {
    justify-content: flex-start;
  }
}
.modules-hero-wrapper .modules-breadcrumb .breadcrumb a {
  font-family: "Roboto", sans-serif;
  color: #bdbdbd;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  padding: 0 10px;
}
.modules-hero-wrapper .modules-breadcrumb .breadcrumb a.active {
  color: #ffffff;
}
@media (max-width: 900px) {
  .modules-hero-wrapper .modules-breadcrumb .breadcrumb a {
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  .modules-hero-wrapper .modules-breadcrumb .breadcrumb span {
    padding-right: 10px;
  }
}
.modules-hero-wrapper .modules-hero-content {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.modules-hero-wrapper .modules-hero-content h1 {
  font-size: clamp(32px, 19px + 3vw, 64px);
  line-height: clamp(40px, 16.25px + 4.75vw, 72px);
  font-weight: 200;
}
@media (max-width: 900px) {
  .modules-hero-wrapper .modules-hero-content h1 {
    text-align: left;
  }
}

.modules-content-wrapper .modules-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1044px;
  padding-top: 0 !important;
}
.modules-content-wrapper .modules-container .modules-card {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 995px) {
  .modules-content-wrapper .modules-container .modules-card {
    margin-bottom: 0rem;
  }
}
.modules-content-wrapper .modules-container .modules-card-content {
  display: flex;
  height: 100%;
  align-items: center;
  max-width: 460px;
  padding-left: 2rem;
}
@media (max-width: 995px) {
  .modules-content-wrapper .modules-container .modules-card-content {
    padding-left: 1rem;
  }
}
.modules-content-wrapper .modules-container img {
  height: auto;
  width: 100%;
}
@media (max-width: 995px) {
  .modules-content-wrapper .modules-container img {
    margin-bottom: 1.4rem;
  }
}
.modules-content-wrapper .modules-container h4 {
  font-family: "Roboto", sans-serif;
  color: #1D2B4E;
  font-weight: 600;
  margin-bottom: 16px;
  font-size: clamp(22px, 8px + 2vw, 26px);
  line-height: clamp(28px, 10.25px + 2.75vw, 35px);
}
.modules-content-wrapper .modules-container p, .modules-content-wrapper .modules-container .about-content-wrapper .about-container .why-we-exist p, .about-content-wrapper .about-container .why-we-exist .modules-content-wrapper .modules-container p {
  font-family: "Roboto", sans-serif;
  color: #1D2B4E;
  font-size: clamp(16px, 13.5px + 0.5vw, 18px);
  line-height: clamp(24px, 16.5px + 1.5vw, 30px);
  font-weight: 400;
}
@media (max-width: 900px) {
  .modules-content-wrapper .modules-container p, .modules-content-wrapper .modules-container .about-content-wrapper .about-container .why-we-exist p, .about-content-wrapper .about-container .why-we-exist .modules-content-wrapper .modules-container p {
    margin-bottom: 3.2rem;
  }
}
.modules-content-wrapper .modules-container a {
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  color: #F05A25;
  text-decoration: none;
  border-bottom: 1.3px solid #F05A25;
  padding: 6px 0;
  transition: all 0.3s ease;
}
.modules-content-wrapper .modules-container a:hover {
  text-decoration: none;
  padding: 6px 12px;
  text-align: center;
}

.modules-book-demo-wrapper {
  background-color: #ffeeee;
}
.modules-book-demo-wrapper .modules-book-demo {
  font-family: "Roboto", sans-serif;
  color: #1D2B4E;
  text-align: center;
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.modules-book-demo-wrapper .modules-book-demo h4 {
  font-size: clamp(22px, 17px + 1vw, 26px);
  line-height: clamp(32px, 28.25px + 0.75vw, 35px);
  font-weight: 500;
  margin-bottom: 16px;
}
.modules-book-demo-wrapper .modules-book-demo p, .modules-book-demo-wrapper .modules-book-demo .about-content-wrapper .about-container .why-we-exist p, .about-content-wrapper .about-container .why-we-exist .modules-book-demo-wrapper .modules-book-demo p {
  font-size: clamp(17px, 13.25px + 0.75vw, 20px);
  line-height: clamp(26px, 18.5px + 1.5vw, 32px);
  font-weight: 400;
  margin-bottom: 2.5rem;
}
.modules-book-demo-wrapper .modules-book-demo a {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 16px;
  padding: 12px 20px;
  border: 1px solid #F05A25;
  border-radius: 40px;
  color: #F05A25;
  text-decoration: none;
  transition: all 0.3s ease;
}
.modules-book-demo-wrapper .modules-book-demo a:hover {
  color: #ffffff;
  background-color: #F05A25;
}

.features-hero-wrapper {
  background-color: #005856 !important;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  flex-direction: column;
}
@media (max-width: 900px) {
  .features-hero-wrapper {
    height: 80vh;
    align-items: flex-start;
    padding-left: 0.8rem;
  }
}
.features-hero-wrapper .features-hero-content-buttons {
  max-width: 760px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
}
.features-hero-wrapper .features-hero-content-buttons a {
  text-decoration: none;
  border: 1px solid #00A9A5;
  color: #00A9A5;
  border-radius: 30px;
  margin: 4px;
  padding: 6px 10px;
  min-width: 65px;
  transition: all 0.3s ease;
}
.features-hero-wrapper .features-hero-content-buttons a:hover {
  background-color: #00A9A5;
  color: #005856;
}
.features-hero-wrapper .features-breadcrumb {
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .features-hero-wrapper .features-breadcrumb {
    justify-content: flex-start;
  }
}
.features-hero-wrapper .features-breadcrumb .breadcrumb a {
  font-family: "Roboto", sans-serif;
  color: #bdbdbd;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  padding: 0 10px;
}
.features-hero-wrapper .features-breadcrumb .breadcrumb a.active {
  color: #ffffff;
}
@media (max-width: 900px) {
  .features-hero-wrapper .features-breadcrumb .breadcrumb a {
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  .features-hero-wrapper .features-breadcrumb .breadcrumb span {
    padding-right: 10px;
  }
}
.features-hero-wrapper .features-hero-content {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.features-hero-wrapper .features-hero-content h1 {
  font-size: clamp(32px, 19px + 3vw, 64px);
  line-height: clamp(40px, 16.25px + 4.75vw, 72px);
  font-weight: 200;
}
@media (max-width: 900px) {
  .features-hero-wrapper .features-hero-content h1 {
    text-align: left;
  }
}

.features-content-wrapper .features-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1044px;
  padding-top: 0 !important;
}
.features-content-wrapper .features-container .features-card {
  display: flex;
  margin-bottom: 6rem;
  justify-content: center;
}
@media (max-width: 995px) {
  .features-content-wrapper .features-container .features-card {
    margin-bottom: 0rem;
  }
}
.features-content-wrapper .features-container .features-card-content {
  display: flex;
  height: 100%;
  align-items: center;
  max-width: 430px;
  padding-left: 2rem;
}
@media (max-width: 995px) {
  .features-content-wrapper .features-container .features-card-content {
    padding-left: 1rem;
  }
}
.features-content-wrapper .features-container .features-card-content ul {
  padding-left: 16px;
}
.features-content-wrapper .features-container .features-card-content ul li {
  font-family: "Roboto", sans-serif;
  color: #1D2B4E;
  margin-bottom: 4px;
  font-size: 16px;
}
@media (max-width: 900px) {
  .features-content-wrapper .features-container .features-card-content ul {
    margin-bottom: 3.2rem;
  }
}
.features-content-wrapper .features-container img {
  height: auto;
  width: 100%;
  max-width: 380px;
  border-radius: 18px;
}
@media (max-width: 995px) {
  .features-content-wrapper .features-container img {
    margin-bottom: 1.4rem;
  }
}
.features-content-wrapper .features-container h4 {
  font-family: "Roboto", sans-serif;
  color: #1D2B4E;
  max-width: 394px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: clamp(22px, 8px + 2vw, 26px);
  line-height: clamp(28px, 10.25px + 2.75vw, 35px);
}
.features-content-wrapper .features-container p, .features-content-wrapper .features-container .about-content-wrapper .about-container .why-we-exist p, .about-content-wrapper .about-container .why-we-exist .features-content-wrapper .features-container p {
  font-family: "Roboto", sans-serif;
  color: #1D2B4E;
  font-size: clamp(16px, 13.5px + 0.5vw, 18px);
  line-height: clamp(24px, 16.5px + 1.5vw, 30px);
  font-weight: 300;
  opacity: 40%;
  margin-bottom: 14px;
}
.features-content-wrapper .features-container a {
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  color: #F05A25;
  text-decoration: none;
  border-bottom: 1.3px solid #F05A25;
  padding: 6px 0;
  transition: all 0.3s ease;
}
.features-content-wrapper .features-container a:hover {
  text-decoration: none;
  padding: 6px 12px;
  text-align: center;
}

.features-book-demo-wrapper {
  background-color: #ffeeee;
}
.features-book-demo-wrapper .features-book-demo {
  font-family: "Roboto", sans-serif;
  color: #1D2B4E;
  text-align: center;
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.features-book-demo-wrapper .features-book-demo h4 {
  font-size: clamp(22px, 17px + 1vw, 26px);
  line-height: clamp(32px, 28.25px + 0.75vw, 35px);
  font-weight: 500;
  margin-bottom: 16px;
}
.features-book-demo-wrapper .features-book-demo p, .features-book-demo-wrapper .features-book-demo .about-content-wrapper .about-container .why-we-exist p, .about-content-wrapper .about-container .why-we-exist .features-book-demo-wrapper .features-book-demo p {
  font-size: clamp(17px, 13.25px + 0.75vw, 20px);
  line-height: clamp(26px, 18.5px + 1.5vw, 32px);
  font-weight: 400;
  margin-bottom: 2.5rem;
}
.features-book-demo-wrapper .features-book-demo a {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 16px;
  padding: 12px 20px;
  border: 1px solid #F05A25;
  border-radius: 40px;
  color: #F05A25;
  text-decoration: none;
  transition: all 0.3s ease;
}
.features-book-demo-wrapper .features-book-demo a:hover {
  color: #ffffff;
  background-color: #F05A25;
}

.contact-wrapper {
  background-color: #f9f9fa;
  font-family: "Roboto", sans-serif;
  color: #1D2B4E;
}
.contact-wrapper h2 {
  font-size: 26px;
  font-weight: 700;
  color: #0E1E2D;
  font-family: "Open Sans", sans-serif;
}
.contact-wrapper .contact-info-box {
  border-radius: 8px;
  padding: 2rem 0;
}
.contact-wrapper .contact-info-box .info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.contact-wrapper .contact-info-box .info-item i.fas {
  font-size: 18px;
  color: #F15A26 !important;
  min-width: 24px;
  margin-right: 1rem;
  margin-top: 0.2rem;
}
.contact-wrapper .contact-info-box .info-item a {
  color: #0E1E2D;
  font-weight: 200;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  transition: color 0.3s ease;
  font-size: 24px;
  padding-top: 6px;
}
.contact-wrapper .contact-info-box .info-item a:hover {
  color: #F15A26;
  text-decoration: underline;
}
.contact-wrapper .contact-info-box .info-item strong {
  font-weight: 600;
  color: #00131A;
  font-family: "Open Sans", sans-serif;
}
.contact-wrapper form {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1.5rem;
  font-family: "Roboto", sans-serif;
}
.contact-wrapper form .form-label {
  font-weight: 600;
  color: #0E1E2D;
  margin-bottom: 0.5rem;
}
.contact-wrapper form .form-control {
  border-radius: 6px;
  border: 1px solid rgb(144.406779661, 183.7288135593, 220.593220339);
  padding: 10px 14px;
  font-family: "Roboto", sans-serif;
  transition: border-color 0.3s ease;
}
.contact-wrapper form .form-control:focus {
  border-color: #F15A26;
  outline: none;
  box-shadow: none;
}
.contact-wrapper form button.btn-primary {
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  background-color: #F15A26;
  border: none;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.contact-wrapper form button.btn-primary i.fas {
  margin-right: 0.5rem;
}
.contact-wrapper form button.btn-primary:hover {
  background-color: rgb(214.1818181818, 65.1428571429, 13.8181818182);
}
@media (max-width: 767.98px) {
  .contact-wrapper .row {
    flex-direction: column;
  }
  .contact-wrapper form,
  .contact-wrapper .contact-info-box {
    padding: 1.25rem;
  }
}

.contact-us-h1 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrap {
  background-color: #fff;
}
.footer-wrap .footer-sec .main-footer {
  padding: 68px 0px;
}
.footer-wrap .footer-sec .main-footer .footer-left {
  max-width: 310px;
  margin-top: -100px;
}
@media (max-width: 995px) {
  .footer-wrap .footer-sec .main-footer .footer-left {
    margin-bottom: 3rem;
  }
}
.footer-wrap .footer-sec .main-footer .footer-left .footer-logo {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  margin-top: -110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.footer-wrap .footer-sec .main-footer .footer-left .footer-para {
  margin-bottom: 40px;
}
.footer-wrap .footer-sec .main-footer .footer-left .footer-para p {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #313131;
}
.footer-wrap .footer-sec .main-footer .footer-left .footer-social-links a {
  margin-right: 28px;
  text-decoration: none;
}
.footer-wrap .footer-sec .main-footer .footer-right h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
  color: #313131;
}
.footer-wrap .footer-sec .main-footer .footer-right ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  gap: 34px;
}
.footer-wrap .footer-sec .main-footer .footer-right ul li {
  margin-bottom: 6px;
}
.footer-wrap .footer-sec .main-footer .footer-right ul li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  color: #313131;
  transition: 0.3s all ease-in-out;
}
.footer-wrap .footer-sec .main-footer .footer-right ul li a:hover {
  color: #EF4100;
}
@media (max-width: 995px) {
  .footer-wrap .footer-sec .main-footer .footer-right ul {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .footer-wrap .footer-sec .main-footer .footer-right ul li {
    margin-bottom: 0px;
  }
  .footer-wrap .footer-sec .main-footer .footer-right ul li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    color: #313131;
    transition: 0.3s all ease-in-out;
    padding-right: 20px;
  }
  .footer-wrap .footer-sec .main-footer .footer-right ul li a:hover {
    color: #EF4100;
  }
}
.footer-wrap .footer-sec .bootom-footer {
  padding: 1rem;
  background-color: #393939;
  color: #fff;
}
.footer-wrap .Areas-Coverd {
  border-bottom: 1px solid rgb(230, 230, 230);
  background: #f8f8f8;
  padding: 1rem 0;
}
.footer-wrap .Areas-Coverd .heading {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
}
.footer-wrap .Areas-Coverd .Areas-Coverd-inners {
  padding-left: 4.3rem;
}
@media (max-width: 995px) {
  .footer-wrap .Areas-Coverd .Areas-Coverd-inners {
    padding-left: 0rem;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
  }
}
.footer-wrap .Areas-Coverd .Areas-Coverd-inners span {
  font-size: 14px;
  opacity: 40%;
  padding: 0 10px 0 10px;
}
.footer-wrap .Areas-Coverd .Areas-Coverd-inners a {
  text-decoration: none;
  color: #1D2B4E;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(29, 43, 78, 0.3803921569);
}
.footer-wrap .Areas-Coverd .Areas-Coverd-inners a:hover {
  color: #F15A26;
  border-bottom: 1px solid #F15A26;
}
.footer-wrap .bootom-location {
  background-color: #f8f8f8;
  padding: 1rem 0.5rem 0rem 0;
}
.footer-wrap .bootom-location p, .footer-wrap .bootom-location .about-content-wrapper .about-container .why-we-exist p, .about-content-wrapper .about-container .why-we-exist .footer-wrap .bootom-location p {
  max-width: 250px;
  font-size: 14px;
  font-weight: 400;
}
.footer-wrap .bootom-location p span, .footer-wrap .bootom-location .about-content-wrapper .about-container .why-we-exist p span, .about-content-wrapper .about-container .why-we-exist .footer-wrap .bootom-location p span {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.6rem;
  display: block;
}
.footer-wrap .bootom-footer {
  text-align: center;
}
.footer-wrap .bootom-footer .bottom-footer-content {
  max-width: 940px;
  margin: 0 auto;
}
.footer-wrap .bootom-footer h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #FFFFFF;
}
.footer-wrap .bootom-footer p, .footer-wrap .bootom-footer .about-content-wrapper .about-container .why-we-exist p, .about-content-wrapper .about-container .why-we-exist .footer-wrap .bootom-footer p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.5;
  margin: 0;
}
.footer-wrap .bootom-footer a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid;
}

@media (max-width: 995px) {
  .footer-list {
    margin-top: 2rem;
  }
}
@media (max-width: 575.98px) {
  .footer-logo {
    width: 90px !important;
    height: 90px !important;
  }
}
@media (max-width: 575.98px) {
  .footer-logo img {
    width: 60px;
    height: 60px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1D2B4E;
}

body {
  background: #F15A26;
  color: white;
}

.top-nav {
  background-color: #333333;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 995px) {
  .top-nav {
    display: none;
  }
}
.top-nav .top-nav-content {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.top-nav .top-nav-content .left {
  margin: 0;
}
.top-nav .top-nav-content .left span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  opacity: 80%;
  margin: 0 !important;
}
.top-nav .top-nav-content .right {
  display: flex;
}
.top-nav .top-nav-content .right .sep {
  color: #fff;
  opacity: 40% !important;
}
.top-nav .top-nav-content .right span {
  margin-right: 10px;
}
.top-nav .top-nav-content .right span a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  opacity: 80% !important;
  margin: 0 !important;
  text-decoration: none;
}

.navbar {
  height: 80px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.navbar.scrolled {
  background-color: white !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 995px) {
  .navbar .navbar-collapse {
    height: 100vh;
    background: white;
  }
  .navbar .navbar-collapse .navbar-nav {
    margin-top: 5rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar .navbar-collapse .mav-item-mob {
    margin-top: 1.5rem !important;
  }
}
.navbar .navbar-toggler {
  background-color: #fff;
  color: #fff;
  border: none !important;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: none !important;
  cursor: pointer;
}
.navbar .nav-item {
  padding-right: 16px;
  color: #1D2B4E;
}
.navbar .nav-item a:hover {
  color: #F15A26;
}
.navbar .nav-item a.btn-enqiry {
  transition: all 0.3s ease;
}
.navbar .nav-item a.btn-enqiry:hover {
  color: #ffffff;
  background-color: #d6400c;
}
.navbar .nav-item a.active {
  color: #F15A26;
}
.navbar .btn-enqiry {
  background-color: #F15A26;
  padding: 10px 16px;
  border-radius: 26px;
  text-decoration: none;
  color: #ffffff;
}

.hero-wrapper .item {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 !important;
  padding: 0 !important;
  height: 80vh;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .hero-wrapper .item {
    height: 60vh;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.hero-wrapper .item .hero-content {
  color: #0E1E2D;
  font-family: "Roboto", sans-serif;
  text-align: center;
  justify-content: center;
  max-width: 1057px;
}
@media (max-width: 900px) {
  .hero-wrapper .item .hero-content {
    padding-left: 1.5rem;
    padding-top: 0rem;
  }
}
.hero-wrapper .item .hero-content .hero-info {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2%;
}
@media (max-width: 900px) {
  .hero-wrapper .item .hero-content .hero-info {
    display: none;
  }
}
.hero-wrapper .item .hero-content .hero-caption {
  font-size: clamp(38px, 3.393vw + 27.15px, 76px);
  line-height: clamp(39px, 4.107vw + 25.86px, 85px);
  font-weight: 300;
  margin-top: 16px;
  letter-spacing: -1%;
}
.hero-wrapper .item .hero-content .hero-caption span {
  color: #F05A25;
}
.hero-wrapper .item .hero-content .hero-discription {
  font-size: clamp(17px, 1.2vw + 14px, 26px);
  line-height: clamp(21px, 1.5vw + 19px, 40px);
  font-weight: 300;
  margin-top: 16px;
  letter-spacing: -1%;
  margin-bottom: 34px;
}
.hero-wrapper .item .hero-content .hero-btn-wrapper .hero-btn-primary {
  display: inline-block;
  background-color: #F15A26;
  text-align: center;
  max-width: 180px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  margin-right: 10px;
  border-radius: 6px;
  color: #ffffff;
}
@media (max-width: 900px) {
  .hero-wrapper .item .hero-content .hero-btn-wrapper .hero-btn-primary {
    max-width: 150px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }
}
.hero-wrapper .item .hero-content .hero-btn-wrapper .hero-btn-secondary {
  display: inline-block;
  background-color: #019DDF;
  text-align: center;
  width: 180px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  border-radius: 6px;
  color: #ffffff;
}
@media (max-width: 900px) {
  .hero-wrapper .item .hero-content .hero-btn-wrapper .hero-btn-secondary {
    max-width: 150px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }
}
.hero-wrapper .item .hero-content .hero-img {
  height: 100%;
  display: flex;
  justify-content: end;
}
.hero-wrapper .item .hero-content .hero-img img {
  height: auto;
  width: 100%;
}

.Features {
  background-color: #F8F8FA;
}
@media (max-width: 995px) {
  .Features {
    padding-top: 0rem;
  }
}
.Features .Features-wrapper {
  padding: 1rem 3rem;
}
@media (max-width: 995px) {
  .Features .Features-wrapper {
    padding: 1rem 1rem;
  }
}
.Features .Features-wrapper .Features-card-wrapper .Features-card {
  padding: 10px 0px 10px 0px;
  max-width: 328px;
}
@media (max-width: 995px) {
  .Features .Features-wrapper .Features-card-wrapper .Features-card {
    padding: 16px 0px 10px 0px;
  }
}
.Features .Features-wrapper .Features-card-wrapper .Features-card .num {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 46px;
  line-height: 35.6px;
  color: #F15A26;
  margin-bottom: 20px;
}
.Features .Features-wrapper .Features-card-wrapper .Features-card .caption {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 27px;
  color: #1D2B4E;
  margin-bottom: 12px;
}
@media (max-width: 995px) {
  .Features .Features-wrapper .Features-card-wrapper .Features-card .caption {
    font-size: 22px;
  }
}
.Features .Features-wrapper .Features-card-wrapper .Features-card p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #1D2B4E;
  letter-spacing: 2%;
  opacity: 80%;
}
.Features .Features-wrapper .hidden-feature {
  display: none;
}
.Features .Features-wrapper .btn-more-features {
  text-align: center;
  margin-top: 3rem;
}
.Features .Features-wrapper .btn-more-features a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  color: #1D2B4E;
  border: 1px solid #CECECE;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 40px;
  text-align: center;
  transition: all 0.3s ease;
}
.Features .Features-wrapper .btn-more-features a:hover {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  color: #F15A26;
  border: 1px solid #F15A26;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 40px;
  text-align: center;
}

.Features-diagram {
  background-color: #fff;
}
.Features-diagram .Features-diagram-wrapper .main-title {
  text-align: center;
  margin-bottom: 3rem;
}
.Features-diagram .Features-diagram-wrapper .Features-diagram-img {
  display: flex;
  justify-content: center;
}
.Features-diagram .Features-diagram-wrapper .Features-diagram-img img {
  max-width: 860px;
  width: 100%;
  height: auto;
}

.Patient-Journey {
  background: #0E1E2D;
}
.Patient-Journey .Patient-Journey-wrapper .main-title {
  text-align: center;
  margin-bottom: 3rem;
  color: #ffffff;
}
.Patient-Journey .Patient-Journey-wrapper .Patient-Journey-diagram-img {
  display: flex;
  justify-content: center;
}
.Patient-Journey .Patient-Journey-wrapper .Patient-Journey-diagram-img img {
  max-width: 1100px;
  width: 100%;
  height: auto;
}

.clients {
  background-color: #F8F8FA;
}
.clients .clients-wrapper .main-title {
  text-align: center;
  color: #1D2B4E;
  margin-bottom: 1rem;
}
.clients .clients-wrapper .main-description {
  max-width: 814px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
.clients .clients-wrapper .clients-cards {
  display: flex;
  justify-content: center;
}
.clients .clients-wrapper .clients-cards .clients-carousel .item {
  margin-right: 10px;
}
.clients .clients-wrapper .clients-cards .clients-carousel .item img {
  border: 1px solid #E3E3E3;
}

.Testimonials {
  background-color: #FFFFFF;
}
.Testimonials .Testimonials-wrapper .btn-more-Testimonials {
  text-align: center;
}
.Testimonials .Testimonials-wrapper .btn-more-Testimonials a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  color: #1D2B4E;
  border-bottom: 1px solid #CECECE;
  text-decoration: none;
  padding: 6px 0px;
  text-align: center;
  transition: all 0.3s ease;
}
.Testimonials .Testimonials-wrapper .btn-more-Testimonials a:hover {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  color: #F15A26;
  border: 1px solid #F15A26;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 40px;
  text-align: center;
}
.Testimonials .Testimonials-wrapper .main-title {
  text-align: center;
  color: #1D2B4E;
  margin-bottom: 1rem;
}
.Testimonials .Testimonials-wrapper .main-description {
  margin-left: auto;
  margin-right: auto;
  max-width: 735px;
  text-align: center;
}
.Testimonials .Testimonials-wrapper .Testimonials-carousel .Testimonials-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px 24px 28px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.Testimonials .Testimonials-wrapper .Testimonials-carousel .Testimonials-card .Testimonials-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.Testimonials .Testimonials-wrapper .Testimonials-carousel .Testimonials-card .Testimonials-header img {
  border-radius: 50px;
  max-width: 50px;
  width: 100%;
  height: auto;
  margin-right: 10px;
  border: 0.5px solid #D5D5D5;
}
.Testimonials .Testimonials-wrapper .Testimonials-carousel .Testimonials-card .Testimonials-header h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  color: #1D2B4E;
  padding-top: 10px;
}
.Testimonials .Testimonials-wrapper .Testimonials-carousel .Testimonials-card .Testimonials-body p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2%;
  color: #1D2B4E;
  padding-bottom: 0px;
  margin-bottom: 16px;
}
.Testimonials .Testimonials-wrapper .Testimonials-carousel .Testimonials-card .Testimonials-body span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #1D2B4E;
  opacity: 60%;
  padding-top: 20px;
}

.faqs {
  background-color: #F8F8FA;
}
.faqs .faqs-wrapper .main-title {
  text-align: center;
  color: #1D2B4E;
  margin-bottom: 3rem;
}
.faqs .faqs-wrapper .faqs-btn {
  text-decoration: none;
  border: 1px solid #737d94;
  border-radius: 20px;
  padding: 6px 12px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #737d94;
  background-color: transparent !important;
  margin-top: 2rem;
  box-shadow: none !important;
}
.faqs .faqs-wrapper .accordion {
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  box-shadow: none !important;
  background-color: transparent !important;
}
.faqs .faqs-wrapper .accordion .accordion-item {
  border-bottom: transparent;
  border-top: 0.5px solid #CFCFCF;
  border-right: transparent;
  border-left: transparent;
  background-color: transparent !important;
  box-shadow: none !important;
}
.faqs .faqs-wrapper .accordion .accordion-item .accordion-collapse {
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none !important;
}
.faqs .faqs-wrapper .accordion .accordion-item .accordion-button,
.faqs .faqs-wrapper .accordion .accordion-item .accordion-button:focus,
.faqs .faqs-wrapper .accordion .accordion-item .accordion-button:hover,
.faqs .faqs-wrapper .accordion .accordion-item .accordion-button.collapsed {
  box-shadow: none !important;
  background-color: transparent;
}
.faqs .faqs-wrapper .accordion .accordion-item .accordion-button:not(.collapsed) {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1D2B4E;
  background-color: transparent !important;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none !important;
}
.faqs .faqs-wrapper .accordion .accordion-item .accordion-header {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1D2B4E;
  background-color: transparent !important;
  box-shadow: none !important;
}
.faqs .faqs-wrapper .accordion .accordion-item .accordion-body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #1D2B4E;
  opacity: 60%;
  box-shadow: none !important;
  padding: 0 3rem 1.6rem 2.1rem;
  background-color: transparent !important;
}

.Relevant {
  background-image: url(../images/relavent-bg.webp);
}
.Relevant .Relevant-wrapper .main-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 1rem;
}
.Relevant .Relevant-wrapper .main-description {
  max-width: 635px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 300;
  color: #ffffff;
}
@media (max-width: 995px) {
  .Relevant .Relevant-wrapper .main-description {
    margin-bottom: 3rem;
  }
}
.Relevant .Relevant-wrapper .Relevant-list-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 995px) {
  .Relevant .Relevant-wrapper .Relevant-list-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.Relevant .Relevant-wrapper .Relevant-list-wrapper .Relevant-list li {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 10px;
  letter-spacing: 4%;
}
@media (max-width: 995px) {
  .Relevant .Relevant-wrapper .Relevant-list-wrapper .Relevant-list li {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */