.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left {
  width: 100%;
  height: 80px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1b1a22;
  justify-content: center;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  box-shadow: 0 4px 20px rgba(3, 0, 26, .15);
}

.navbar-logo-left.navbar_wrap {
  background-color: #1b1a22;
  align-items: center;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbarcontainer {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-content {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_logo {
  width: auto;
  height: 47px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -3px;
}

.nav_menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
  transition: all 0.2s ease;
}

.nav_link:hover {
  color: #00e0b1;
}

.nav_link.w--current {
  color: #00e0b1;
  border: 1px solid #00e0b1;
}

.nav_link.nav_link_dd {
  padding-right: 35px;
}

.nav_link.nav_link_dd_sm {
  display: none;
}

.frame-1000000829 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid #00e0b1;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 20px;
  display: flex;
}

.text {
  color: #00e0b1;
  font-size: 16px;
  font-weight: 400;
}

.navbar-link-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: flex;
}

.text-2 {
  color: #fff;
  font-weight: 400;
}

.vectors-wrapper-2 {
  width: 20px;
  height: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-link-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: flex;
}

.hero {
  width: 100%;
  height: 990px;
  max-width: 1920px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home_hero {
  height: 100vh;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.hero-back {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-text {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 60px 60px 360px;
  display: flex;
}

.her-subtext {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -75px;
  left: -1066px;
}

.text-4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #00e0b1;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 20px rgba(94, 89, 254, .2);
}

.text-5 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.as-you-strive-to-provide-the-best-medical-care-we-strive-to-get-you-the-best-reimbursement-0 {
  color: rgba(255, 255, 255, .9);
  font-size: 50px;
  font-weight: 400;
}

.as-you-strive-to-provide-the-best-medical-care-we-strive-to-get-you-the-best-reimbursement-1 {
  color: rgba(255, 255, 255, .9);
  font-size: 50px;
  font-weight: 300;
}

.as-you-strive-to-provide-the-best-medical-care-we-strive-to-get-you-the-best-reimbursement-2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

.home_hero_inner {
  z-index: 2;
  width: 100%;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.home_hero_inner.shape_bg_inner {
  width: 56%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
}

.container {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container.home_hero_cont, .container.home_hero_cont.med_bg_cont {
  margin-right: auto;
}

.home_hero_holder {
  width: 100%;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.home_hero_holder.med_bill_holder {
  width: auto;
}

.home_hero_left {
  width: 50%;
}

.home_hero_right {
  width: 40%;
  padding-right: 80px;
}

.as-you-strive-to-provide-the-best-medical-care-we-strive-to-get-you-the-best-reimbursement-3 {
  color: rgba(255, 255, 255, .9);
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.as-you-strive-to-provide-the-best-medical-care-we-strive-to-get-you-the-best-reimbursement-4 {
  color: rgba(255, 255, 255, .9);
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.as-you-strive-to-provide-the-best-medical-care-we-strive-to-get-you-the-best-reimbursement-5 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.home_hero_heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 138%;
}

.body {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 130%;
  background-color: #1e1e1e;
  overflow-x: hidden;
}

.wbold {
  font-weight: 700;
}

.home_hero_para {
  color: #fff;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 175%;
}

.btn_inline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  cursor: pointer;
  background-color: #00e0b1;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  box-shadow: 0 10px 20px rgba(94, 89, 254, .2);
}

.btn_inline:hover {
  background-color: #00f9c5;
}

.btn_inline.btn_stroke {
  color: #00e0b1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #00e0b1;
}
.btn_inline.btn_stroke:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn_txt.green_txt {
  transition: all 0.2s ease;
}
.btn_inline.btn_stroke:hover .btn_txt.green_txt {
  color: #ffffff;
}

.text-6 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.home_hero_shape {
  display: none;
}

.bg_shape {
  z-index: 1;
  width: 90%;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(94, 89, 254, .76);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-50px)skew(-6deg);
}

.bg_shape.med_bg_shape {
  width: 74%;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.testim_wrap {
  background-color: #1b1a22;
}

.global_section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.global_section.testim_wrap {
  padding-bottom: 250px;
  overflow: hidden;
}

.global_section.medical_bill_wrap {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 250px;
}

.global_section.offer_sec_wrap {
  background-color: #1d1c3d;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.global_section.help_wrap {
  background-color: #1e1e1e;
}

.global_section.benifit_sec {
  background-color: #1d1c3d;
  overflow: hidden;
}

.global_section.services_billing {
  padding: 160px 50px;
}

.global_section.abt_service_showcase, .global_section.abt_solutions, .global_section.team_wrap {
  background-color: #1b1a22;
}

.global_section.abt_service_showcase {
  overflow: hidden;
}

.global_section.abt_footer_img_wrap {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testim_slide_holder  {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.testim_slide_item {
  z-index: 2;
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  cursor: grab;
}
.testim_slide_item:focus {
  cursor: grabbing;
}
.testim_slide_holder .owl-stage-outer, .abt_service_slide_wrap .owl-stage-outer {
  overflow: visible;
}
.testim_slide_holder .owl-stage-outer .owl-item, .abt_service_slide_wrap .owl-stage-outer .owl-item {
  opacity: 20%;
  transition: all 0.2s ease;
}
.testim_slide_holder .owl-stage-outer .owl-item.active, .abt_service_slide_wrap .owl-stage-outer .owl-item.active  {
  opacity: 100%;
}
.testim_slide_holder .owl-nav {
  position: relative;
  z-index: 1;
  top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.testim_slide_holder .owl-nav .owl-prev {
  transform: rotate(180deg);
}
.testim_slide_holder .owl-nav .owl-prev,.owl-next:hover {
  background-color: transparent !important;
}
.testim_slide_holder .owl-nav .owl-prev,.owl-next img {
  width: 46px;
}
.testim_slide_holder .owl-dots,.abt_service_slide_wrap .owl-dots {
  position: relative;
  z-index: 1;
}
.testim_slide_holder .owl-dot span, .abt_service_slide_wrap .owl-dots span {
  background-color: #00E0B1 !important;
  opacity: 20%;
  transition: all 0.2s ease;
  width: 6px !important;
  height: 6px !important;
}
.testim_slide_holder .owl-dot.active span, .abt_service_slide_wrap .owl-dot.active span {
  background-color: #00E0B1 !important;
  width: 24px !important;
  opacity: 100%;
}

.testim_bg_shape {
  width: 84% !important;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: none !important;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.testim_slide_in {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 120px 20px;
  display: flex;
  position: relative;
}

.testim_quote {
  width: auto !important;
  height: 60px !important;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testim_desc {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.testim_memb_info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testim_memb_name {
  color: #e0e0e0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.tstm_desg {
  color: #e0e0e0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.testim_comp {
  color: #e0e0e0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.testim_slide_dot {
  z-index: 2;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper-6 {
  width: 56px;
  height: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-1000000808 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-7 {
  width: 6px;
  height: 6px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-8 {
  width: 24px;
  height: 6px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 130%;
}

.section_heading.text_center {
  text-align: center;
}

.section_heading.text_center.md_txt {
  font-size: 40px;
}

.testim_slide_bg {
  z-index: 1;
  width: 778px;
  height: 778px;
  opacity: .35;
  filter: blur(100px);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: linear-gradient(rgba(94, 89, 254, 0), #5e59fe);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.medical_bil_hd {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 140%;
}

.green_txt {
  color: #00e0b1;
}

.hero-stack {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #1d1c3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 200px 360px;
  display: flex;
  position: relative;
}

.offer_item_shape {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.offer_cont_in {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.offer_cont_in.width_80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.offer_cont_in.width_75 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.title-section {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.offer_cont {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.offer_cont.reliable_exp {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.text-7 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.offer_column {
  width: 100%;
  max-width: 860px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.offer_column:hover.offer_item_shape{
  transform: scale(1.05);
}

.frame-1000000821 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.offer_item_img {
  width: 80px;
  height: 80px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  transition: all 0.2s ease;
  transform-origin: center;
}

.offer_item_hd {
  color: #a7a5ff;
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  transition: all 0.2s ease;
  position: relative;
  top: 0;
}

.offer_sub_hd {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 140%;
}

.offer_sub_desc {
  color: #e0e0e0;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.offer_vector {
  width: auto;
  height: 136px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.help_sec_inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.help_sec_left {
  width: 40%;
}

.column {
  width: 100%;
  max-width: 436px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.how-can-we-help {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
}

.help_info {
  color: rgba(255, 255, 255, .85);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.ctas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #00e0b1;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 32px;
  display: flex;
  box-shadow: 0 10px 20px rgba(94, 89, 254, .2);
}

.btn_txt {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.btn_txt.green_txt {
  color: #00e0b1;
}

.vectors-wrapper-12 {
  width: 73.8456px;
  height: 121px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.help_sec_right {
  width: 60%;
}

.help_rt_row {
  width: 100%;
  max-width: 684px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.help_rt_col {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-3 {
  width: 188px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.help_rt_grid_item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.help_rt_grid_item:hover .help_img_wrap{
  background-color: rgba(144, 105, 227, 0.55);
}
.help_rt_grid_item:hover .help_item_desc {
  color: #a7a5ff;
}


.help_grid_icon {
  width: 60px;
  height: 60px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.help_item_desc {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.2s ease;
}

._3-columns-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-14 {
  width: 60px;
  height: 60px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.help_img_wrap {
  width: 100px;
  height: 100px;
  background-color: rgba(144, 105, 227, .2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 0.2s ease;
}

.footer {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #1b1a22;
  border: 0 solid #5e59fe;
  border-top-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 24px 20px;
  display: flex;
  position: relative;
}

.footer.footer_wrap {
  border-style: dashed none none;
  border-width: 2px;
}

.columns {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000000800 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_logo {
  height: 80.0032px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-c398f63a-6fd9-ca39-4401-f69df771e103 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.footer_right_col {
  width: 50%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 128px;
  display: flex;
}

.footer_col {
  width: 50%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-2 {
  width: 100%;
  max-width: 284px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_link_hd {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.footer-links {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_link {
  color: #fff;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.footer_link:hover {
  color: #00e0b1;
}

.footer_float_shape {
  width: 144.999px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.copyright {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.text-11 {
  color: #333;
  font-size: 14px;
  line-height: NaNundefined;
  text-align: center;
  text-transform: undefined;
  font-weight: 400;
}

.text-12 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}

.text-0 {
  color: #333;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.text-1 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.text-13 {
  color: #333;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.text-14 {
  color: #333;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}

.footer_left_col {
  width: 30%;
}

.footer_desc {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.copyrt_txt {
  color: #fff;
}

.hero-heading-left {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #1d1c3d;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 360px;
  display: flex;
}

.container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000000802 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-15 {
  color: #e0e0e0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.frame-1000000804 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.frame-1000000830 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-17 {
  width: 20px;
  height: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-16 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-17 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.column-7 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rectangle-84 {
  object-fit: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.benefits-of-working-with-us-0 {
  color: #5e59fe;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.benefits-of-working-with-us-1 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.benifit_left {
  width: 50%;
  padding-right: 30px;
}

.benifit_right {
  width: 50%;
}

.benifit_row {
  align-items: center;
  display: flex;
}

.bnft_col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1000000831 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bnft_desc {
  color: #e0e0e0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
}

.bnft_list_wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.bnft_list_item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bnft_list_icon {
  width: 20px;
  height: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bnft_list_txt {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.ctas-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #00e0b1;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 32px;
  display: flex;
  box-shadow: 0 10px 20px rgba(94, 89, 254, .2);
}

.text-20 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.benefits-of-working-with-us-2 {
  color: #5e59fe;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.benefits-of-working-with-us-3 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.blue_txt {
  color: #5e59fe;
}

.bnft_rt_img {
  max-width: none;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.help_info_wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  display: flex;
}

.help_rt_grid {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.home_hero_sm {
  display: none;
}

.legal_link {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
}

.legal_link:hover {
  color: #00e0b1;
}

.service_hero {
  height: auto;
  margin-top: 80px;
}

.service_hero_cont {
  z-index: 2;
  background-image: linear-gradient(#5e59fe, #5e59fe 47%, #5551e6 63%, rgba(73, 69, 197, .88) 73%, rgba(0, 0, 0, 0));
  padding: 100px 50px 250px;
  position: relative;
}

.service_hero_img {
  z-index: 1;
  width: 100%;
  margin-top: -250px;
  position: relative;
}

.service_hero_cont_in {
  width: 66%;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-21 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
}

.serve_hero_cont_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ctas-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #00e0b1;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 32px;
  display: flex;
  box-shadow: 0 10px 20px rgba(94, 89, 254, .2);
}

.strive-medical-billing-aims-to-deliver-the-best-possible-medical-billing-services-for-healthcare-providers-we-offer-comprehensive-cost-effective-solutions-with-a-commitment-to-hipaa-compliance-and-quality-customer-service-0 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.strive-medical-billing-aims-to-deliver-the-best-possible-medical-billing-services-for-healthcare-providers-we-offer-comprehensive-cost-effective-solutions-with-a-commitment-to-hipaa-compliance-and-quality-customer-service-1 {
  color: #00e0b1;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.strive-medical-billing-aims-to-deliver-the-best-possible-medical-billing-services-for-healthcare-providers-we-offer-comprehensive-cost-effective-solutions-with-a-commitment-to-hipaa-compliance-and-quality-customer-service-2 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.service_hero_desc {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.services_grid_wise {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: linear-gradient(#1b1a22, #1d1c3d);
  justify-content: center;
  align-items: center;
  padding: 160px 50px;
  display: flex;
}

.services_grid_wise.global_section {
  padding: 160px 50px;
  display: block;
  position: relative;
}

.services_grid_wise.global_section.reverse_gradient {
  background-image: linear-gradient(#1d1c3d, #1b1a22);
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service_txt_col {
  width: 100%;
  max-width: 500px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper {
  width: 60px;
  height: 60px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-22 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
}

.section_desc {
  color: #e0e0e0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.section_desc.text_center {
  text-align: center;
}

.section_desc.text_center.pc_top_desc {
  width: 87%;
}

.section_desc.text_center.width_80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.column-9 {
  width: 100%;
  max-width: 600px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 20px rgba(94, 89, 254, .3);
}

.image-wrapper {
  width: 100%;
  height: 600px;
  max-width: 600px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ellipse-1630 {
  object-fit: cover;
  background-image: linear-gradient(#5e59fe 0%, rgba(94, 89, 254, 0) 100%);
}

.serve_item_icon {
  width: 60px;
}

.services_item_wrap {
  grid-column-gap: 80px;
  align-items: center;
  display: flex;
}

.services_item_wrap.reverse {
  flex-direction: row-reverse;
}

.serve_item_img_wrap {
  width: 600px;
  height: 600px;
  background-color: #313061;
  border-radius: 50%;
}

.service_item_img {
  width: 600px;
  height: 600px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  top: -20px;
}

.service_row_wise {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: linear-gradient(#1d1c3d 0%, #1b1a22 100%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 160px 360px;
  display: flex;
}

.service_row_wise.global_section {
  padding-left: 50px;
  padding-right: 50px;
}

.med_code_in {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code_set_item {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-23 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
}

.text-24 {
  color: #e0e0e0;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.code_sets_wrap {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code_set_hd {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.code_set_row {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.code_set_row.four_set_grid {
  width: 85%;
  grid-column-gap: 15px;
}

.code_set_row.abt_service_slide_wrap {
  flex-flow: column wrap;
  margin-top: 50px; 
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.code_set_in {
  width: 100%;
  height: 224px;
  max-width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  background-image: radial-gradient(circle, #1d1c3d, #1b1a22);
  border: 1px solid #5e59fe;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.code_set_in:hover {
  background-image: radial-gradient(circle, #5e59fe, #302e67);
}

.code_set_in img {
  transition: all 0.1s ease;
}
.code_set_in div {
  transition: all 0.1s ease;
}

.code_set_in:hover img {
  transform: scale(0.97);
}
.code_set_in:hover div {
  transform: scale(0.97);
}

.code_set_in.row_flex {
  flex-direction: column;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
}

.serve_sm_grid_desc {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.row_wise_item_top {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.row_wise_item_top.prov_cred_top {
  width: 60%;
}

.violet_txt {
  color: #a7a5ff;
}

.btn_wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.row_wise_code_top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about_hero {
  background-color: #1e1e1e;
  margin-top: 80px;
  padding: 100px 50px;
  position: relative;
  overflow: hidden;
}

.abt_hero_cont {
  z-index: 2;
  width: 68%;
  height: auto;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.abt_sec_full_img {
  width: 100%;
}

.solutions_row {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: center;
  display: flex;
}

.solution_right {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.solution_item_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.solution_item_in {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.solution_item {
  width: 100%;
  max-width: 500px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #1d1c3d;
  border: 1px solid #5e59fe;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.vectors-wrapper-18 {
  width: 40px;
  height: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.abt_sol_txt {
  color: #e9e1f9;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.team_hd_top {
  width: 80%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team_member_wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.team_item_wrap {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #1d1c3d;
  border: 1px solid #5e59fe;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.team_item_in {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.team_item_in.reverse {
  flex-direction: row-reverse;
}

.team_item_img {
  width: 100%;
  height: 460px;
  max-width: 320px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.memb_img_wrap {
  width: 100%;
  height: 460px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.memb_img {
  width: 100%;
  height: 460px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team_text_info {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.memb_name {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.memb_desig {
  color: #00e0b1;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.memb_desc {
  color: #e0e0e0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.abt_btm_info_wrap {
  width: 600px;
  height: 600px;
  background-color: #1d1c3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.abt_btm_info_in {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 65px;
  padding-right: 65px;
  display: flex;
}

.abt_btm_info_desc {
  width: 95%;
  color: #fff;
  line-height: 170%;
}

.faq_heading {
  text-align: center;
}

.faq_body {
  background-color: #1e1e1e;
  background-image: linear-gradient(#1f1e3f, #1b1a22);
  margin-top: 80px;
  padding: 100px 50px;
  position: relative;
  overflow: hidden;
}

.faq-holder {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.faq-item {
  grid-column-gap: 26px;
  cursor: pointer;
  border: 1px solid #5e59fe;
  border-radius: 10px;
  padding: 36px 36px 36px 80px;
  display: flex;
  position: relative;
}

.faq-answer {
  color: #e0e0e0;
  margin-bottom: 0;
  padding-top: 24px;
  line-height: 150%;
  display: none;
}

.faq-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.faq-content {
  flex-direction: column;
  display: flex;
}

.faq-state {
  width: 30px;
  position: absolute;
  left: 36px;
}

.faq-state-icon {
  width: 20px;
  transition: all .4s cubic-bezier(.526, .019, .25, 1);
  position: absolute;
  top: 8px;
}

.faq-sl {
  min-width: 20px;
  display: inline-block;
}

.faq-link {
  color: #00e0b1;
  text-decoration: none;
}

.faq-link:hover {
  text-decoration: underline;
}

.contact_heading {
  text-align: center;
}

.contact-holder {
  grid-row-gap: 24px;
  background-color: rgba(29, 28, 61, .5);
  border: 1px solid #5e59fe;
  border-radius: 40px;
  flex-direction: column;
  padding: 48px;
  display: flex;
}

.input-label {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
}

.input-field {
  height: 60px;
  color: #fff;
  background-color: #1c1c38;
  border-radius: 10px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 140%;
}
input,textarea,select {
  font-size: 14px;
}
.input-field::placeholder{
  color: #48455B;
}
.textarea::placeholder{
  color: #48455B;
}

.form-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.div-block {
  text-align: center;
}

.select-field {
  height: 60px;
  color: #fff;
  background-color: #1c1c38;
  border: 1px #000;
  border-radius: 10px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 140%;
}

select:-internal-list-box option {
  line-height: initial !important;
}

.select-field-holder {
  border: 1px solid #fff;
  border-radius: 10px;
  padding-right: 10px;
}

.textarea {
  height: 150px;
  min-height: 150px;
  color: #fff;
  background-color: #1c1c38;
  border-radius: 10px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 140%;
}

.contact-form-body {
  background-color: #1e1e1e;
  background-image: linear-gradient(#1f1e3f, #1b1a22);
  margin-top: 80px;
  padding: 100px 50px;
  position: relative;
  overflow: hidden;
}

.contact-info {
  background-color: #1e1e1e;
  background-image: linear-gradient(#1b1a22, #1f1e3f);
  margin-top: 0;
  padding: 120px 50px 40px;
  position: relative;
  overflow: hidden;
}

.contact-info-header {
  text-align: center;
}

.ci-header {
  color: #00e0b1;
}

.ci-subheader {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.contact-info-body {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.contact-info-inner {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.contact-info-item {
  width: 240px;
  height: 240px;
  grid-row-gap: 20px;
  cursor: auto;
  background-image: radial-gradient(circle, #1d1c3d, #1b1a22);
  border: 1px solid #5e59fe;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  color: #fff !important;
  text-decoration: none !important;
}
.contact-info-item-div {
  width: 240px;
  height: 240px;
  grid-row-gap: 20px;
  cursor: auto;
  background-image: radial-gradient(circle, #1d1c3d, #1b1a22);
  border: 1px solid #5e59fe;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  color: #fff !important;
  text-decoration: none !important;
}

a.contact-info-item {
  cursor: pointer;
}

a.contact-info-item:hover {
  background-image: radial-gradient(circle, #454383, #1b1a22);
}

a.contact-info-item:hover img {
  transform: scale(0.97);
}
a.contact-info-item:hover .cii-text {
  transform: scale(0.97);
}

.contact-info-item img {
  transition: all 0.1s ease;
}
.cii-text {
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.1s ease;
}
.cii-text-div {
  color: #fff !important;
  text-decoration: none !important;
}

.cont_submit_msg {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(94, 89, 254, .19);
  border: 1px solid #5e59fe;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 19px;
  display: inline-block;
}

.sub_msg_txt {
  color: #fff;
  display: inline-block;
}

.cont_sucs_msg_wrap {
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
}
.cont_error_txt {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.cont_sub_icon {
  width: 35px;
  filter: invert();
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.cont_sub_icon.error_icon {
  width: 24px;
}

.error_txt {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  position: static;
}

.legal_wrap {
  background-image: linear-gradient(#1f1e3f, #1b1a22);
  margin-top: 80px;
  padding: 160px 50px;
  word-wrap: break-word;
  overflow: hidden;
}

.legal_in {
  margin-top: 40px;
}

.leagal_sec_heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 24px;
  line-height: 130%;
}

.legal_desc {
  color: rgba(255, 255, 255, .6);
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.legal_desc.white_txt {
  color: #fff;
}

.section_sub_desc {
  color: rgba(255, 255, 255, .8);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.terms_wrap {
  margin-top: 100px;
}

.legal_shape {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.abt_trust_img_sm {
  display: none;
}

.nav_menu_toggle {
  color: #fff;
  padding: 0;
}

.nav_menu_caret {
  font-size: 16px;
  position: absolute;
  top: 1px;
  bottom: auto;
  left: auto;
  right: 0;
  padding: 10px;
  width: auto;
  height: auto;
  margin: 0;
  z-index: 10;
}

.nav_dd_list {
  width: 300px;
  background-color: #32303f;
  padding-top: 15px;
  padding-bottom: 15px;
  top: 100%;
  left: 0%;
  right: 0%;
  border-radius: 15px;
  box-shadow: 0px 2px 15px rgb(29 28 37 / 59%);
}

.nav_dd_list.w--open {
  background-color: #32303f;
}

.nav_dd_item {
  color: #fff;
  cursor: pointer;
  transition: all .2s;
  text-transform: capitalize;
}

.nav_dd_item:hover, .nav_dd_item.w--current {
  color: #00e0b1;
}

.cream_txt {
  color: #e9e1f9;
}

.abt_serve_item .code_set_in {
  cursor: auto;
}

.abt_serve_item .code_set_in:hover {
  background-image: radial-gradient(circle, #1d1c3d, #1b1a22);
}

.abt_serve_item .code_set_in:hover img {
  transform: scale(1);
}

.abt_serve_item .code_set_in:hover div {
  transform: scale(1);
}

.abt_serve_item .abt_serve_icon {
  width: 80px !important;
  height: 80px !important;
}
.abt_serve_item_row {
  display: flex;
  gap: 20px;
  cursor: grab;
}
.abt_serve_item_row .abt_serve_item {
  flex: 0 0 48%;
  max-width: 48%;
}

.gmap_inner {
  height: 700px;
  width: 100%;
}

.offer_col_in {
  cursor: pointer;
}
.offer_col_in:hover .offer_item_img{
  transform: scale(1.07);
}
.offer_col_in:hover .offer_item_hd{
  text-shadow: 0px 0px 15px rgb(202 201 255);
}

.menu_tgl:focus,.menu_tgl:focus-visible,.menu_tgl:active,.menu_tgl:visited,.menu_tgl:focus-within,.menu_tgl:target {
  background: transparent !important;
}

.w-nav-button.w--open {
  background-color: transparent !important;
}

.abt_btm_info_wrap .abt_btm_circle_sm {
  display: none;
}

.home_hero_anim {
  opacity: 0;
}

.home_hero_anim.start_anim {
  animation: homeHeroAnim forwards 0.8s linear;
}

@keyframes homeHeroAnim {
  0% {opacity: 0; transform: translateX(-200px);}
  /* 50% {opacity: 1; transform: translateX(-100px);} */
  100% {opacity: 1; transform: translateX(0px);}
}

@media screen and (min-width: 1440px) {
  .home_hero {
    overflow: hidden;
  }

  .home_hero_inner {
    z-index: 2;
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    position: relative;
  }

  .home_hero_holder {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }

  .home_hero_left {
    width: 50%;
  }

  .home_hero_right {
    width: 40%;
    padding-right: 80px;
  }

  .home_hero_heading {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 400;
    line-height: 138%;
  }

  .body {
    font-family: Poppins, sans-serif;
  }

  .wbold {
    font-weight: 700;
  }

  .home_hero_para {
    color: #fff;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 175%;
  }

  .btn_inline, .btn_inline.button_inline {
    display: inline-block;
  }

  .home_hero_shape {
    width: 100%;
    object-fit: fill;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .bg_shape {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: rgba(94, 89, 254, .76);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(-50px)skew(-6deg);
  }
}

@media screen and (min-width: 1920px) {
  .home_hero_holder {
    width: 100%;
  }

  .body {
    background-color: rgba(0, 0, 0, 0);
  }

  .bg_shape {
    width: 85%;
  }
}

@media (max-width: 1440px) {
  .testim_slide_in {
    padding: 80px 80px 20px;
  }
}

@media (max-width: 1199px) {
  .testim_slide_in {
    padding: 60px 40px 20px;
  }
  .home_hero_inner.shape_bg_inner {
    padding-left: 25px;
  }
  .medical_bil_hd {
    font-size: 55px;
  }
  .global_section.help_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .benifit_left {
    padding-left: 24px;
  }
  .gmap_inner {
    height: 400px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-left: 15px;
    padding-right: 0;
  }

  .navbar-logo-left.navbar_wrap {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .navbar_logo {
    height: 45px;
  }

  .nav_menu {
    width: 70%;
    max-width: unset;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #1b1a22;
    flex-direction: row;
    justify-content: flex-start;
    padding: 30px 30px;
  }

  .nav_link {
    justify-content: flex-start;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 8px 0;
  }

  .nav_link.w--current {
    border-style: none;
  }

  .nav_link.nav_link_dd {
    display: none;
  }

  .nav_link.nav_link_dd_sm {
    width: 90%;
    display: flex;
  }

  .navbar-link-2, .navbar-link-3 {
    justify-content: center;
  }

  .home_hero {
    height: auto;
    background-image: none !important;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    margin-top: 80px;
  }

  .home_hero_inner {
    flex-direction: column;
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .home_hero_inner.shape_bg_inner {
    width: 70%;
  }

  .home_hero_holder {
    background-color: #4e4bc8;
    padding-left: 50px;
    padding-right: 50px;
  }

  .home_hero_holder.med_bill_holder {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }

  .home_hero_left, .home_hero_right {
    width: 100%;
  }

  .bg_shape {
    display: block;
  }

  .bg_shape.med_bg_shape {
    width: 90%;
    transform: translate(-90px)skew(-6deg);
  }

  .bg_shape.home_bg_shape {
    display: none;
  }

  .global_section {
    padding: 60px 50px;
  }

  .global_section.testim_wrap {
    padding-bottom: 150px;
  }

  .global_section.medical_bill_wrap {
    z-index: 1;
    padding-top: 200px;
    padding-bottom: 0;
    position: relative;
  }

  .global_section.offer_sec_wrap {
    z-index: 2;
    margin-top: 0;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .global_section.abt_footer_img_wrap {
    background-color: #1b1a22;
    background-image: none !important;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testim_slide_holder {
    width: 80%;
  }

  .testim_slide_in {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section_heading {
    font-size: 48px;
  }

  .section_heading.help_hd {
    text-align: center;
  }

  .testim_slide_bg {
    width: 630px;
    height: 630px;
  }

  .medical_bil_hd {
    font-size: 40px;
  }

  .offer_cont_in.width_80 {
    width: 85%;
  }

  .offer_cont_in.width_75 {
    width: 79%;
  }

  .offer_cont {
    align-items: center;
  }

  .offer_column {
    flex-direction: row;
    align-items: center;
  }

  .offer_item_img {
    width: 50px;
    height: 50px;
  }

  .offer_item_hd {
    font-size: 30px;
  }

  .offer_sub_hd {
    font-size: 44px;
  }

  .offer_sub_desc {
    font-size: 20px;
  }

  .offer_vector {
    width: auto;
    height: 110px;
  }

  .help_sec_inner {
    flex-direction: column;
  }

  .help_sec_left {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .column.help_left_col {
    max-width: 100%;
    align-items: center;
  }

  .help_sec_right {
    width: 100%;
  }

  .help_rt_col, ._3-columns-2, .columns {
    flex-direction: column;
    align-items: center;
  }

  .columns.footer_main_col {
    align-items: flex-start;
  }

  .column-4 {
    align-items: center;
  }

  .footer_right_col {
    width: 80%;
    padding-top: 90px;
  }

  .footer_col {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content-2 {
    align-items: center;
  }

  .content-2.footer_rt_item {
    align-items: flex-start;
  }

  .footer-links {
    align-items: center;
  }

  .footer-links.footer_link_wrap {
    align-items: flex-start;
  }

  .footer_float_shape {
    width: 100px;
    height: auto;
  }

  .footer_left_col {
    width: 68%;
  }

  .container-2 {
    flex-direction: column;
    align-items: center;
  }

  .benifit_left, .benifit_right {
    width: 100%;
  }

  .benifit_row {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .bnft_list_wrap {
    padding-left: 0;
  }

  .bnft_rt_img {
    width: 120%;
  }

  .help_info_wrap {
    text-align: center;
  }

  .home_hero_sm {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
  }

  .menu_tgl {
    color: #fff;
    z-index: 2;
  }

  .menu_tgl:active {
    background-color: rgba(0, 0, 0, 0);
  }

  .service_hero_cont {
    padding-bottom: 250px;
  }

  .service_hero_cont_in {
    width: 100%;
    grid-row-gap: 10px;
  }

  .serve_hero_cont_wrap {
    grid-row-gap: 20px;
  }

  .services_grid_wise.global_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-4 {
    flex-direction: column;
    align-items: center;
  }

  .service_txt_col {
    max-width: 100%;
  }

  .section_desc.text_center.width_80 {
    width: 100%;
  }

  .services_item_wrap {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .services_item_wrap.reverse {
    flex-direction: column;
  }

  .serve_item_img_wrap {
    width: 400px;
    height: 400px;
  }

  .service_item_img {
    width: 400px;
    height: 400px;
    top: -15px;
  }

  .code_set_item {
    width: 30%;
    flex-direction: column;
    justify-content: flex-start;
  }

  .code_set_row {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .row_wise_item_top {
    width: 90%;
  }

  .row_wise_item_top.prov_cred_top, .abt_hero_cont {
    width: 100%;
  }

  .solutions_row {
    flex-direction: column;
    align-items: flex-start;
  }

  .solution_item_in {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .solution_item {
    max-width: 100%;
  }

  .team_item_in {
    flex-direction: row;
    align-items: flex-start;
    padding: 30px;
  }

  .team_item_in.reverse {
    flex-direction: row;
  }

  .memb_desc {
    font-size: 14px;
  }

  .abt_btm_info_wrap {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-info {
    padding-top: 100px;
  }

  .ci-header {
    margin-top: 0;
  }

  .contact-info-item {
    width: 200px;
    height: 200px;
  }
  .contact-info-item-div {
    width: 200px;
    height: 200px;
  }

  .cii-text {
    font-size: 13px;
  }
  .cii-text-div {
    font-size: 13px;
  }

  .legal_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .abt_trust_img_sm {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
  }

  .nav_dd_list.w--open {
    width: 100%;
    position: absolute;
  }

  .nav_dd_outer {
    width: 100%;
    justify-content: space-between;
    display: flex;
    position: relative;
  }

  .link-block {
    text-decoration: none;
  }

  .nav_dd_main {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .abt_serve_item_row {
    gap: 18px;
  }

  .abt_serve_item_row .abt_serve_item {
    flex: 0 0 47%;
    max-width: 47%;
  }

  .w-nav-overlay {
    z-index: 3 !important;
  }
}

@media screen and (max-width: 767px) {

  .navbar_logo {
    width: auto;
    height: 40px;
  }

  .nav_menu {
    width: 80%;
  }

  .home_hero {
    margin-top: 70px;
  }

  .home_hero_inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home_hero_holder {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home_hero_right {
    padding-right: 0;
  }

  .home_hero_heading {
    font-size: 35px;
  }

  .btn_inline {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 18px;
  }

  .bg_shape.med_bg_shape {
    width: 100%;
  }

  .global_section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .global_section.testim_wrap {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .global_section.medical_bill_wrap {
    padding-top: 150px;
  }

  .global_section.offer_sec_wrap {
    padding-bottom: 150px;
  }

  .global_section.abt_footer_img_wrap {
    overflow: hidden;
  }

  .testim_slide_holder {
    width: 100%;
  }

  .testim_slide_in {
    padding-top: 50px;
  }

  .section_heading, .section_heading.text_center {
    font-size: 36px;
  }

  .section_heading.text_center.md_txt {
    font-size: 30px;
  }

  .section_heading.help_hd {
    font-size: 36px;
  }

  .testim_slide_bg {
    width: 580px;
    height: 580px;
    background-image: linear-gradient(rgba(94, 89, 254, 0), #5e59fe 62%);
    top: 300px;
  }

  .medical_bil_hd {
    font-size: 26px;
  }

  .offer_cont_in.width_80, .offer_cont_in.width_75 {
    width: 100%;
  }

  .offer_column {
    grid-column-gap: 30px;
  }

  .offer_item_hd {
    font-size: 23px;
  }

  .offer_sub_hd {
    font-size: 32px;
  }

  .offer_sub_desc {
    font-size: 18px;
  }

  .offer_vector {
    width: auto;
  }

  .btn_txt {
    font-size: 16px;
  }

  .help_grid_icon {
    width: 45px;
    height: 45px;
  }

  .help_item_desc {
    font-size: 14px;
  }

  .help_img_wrap {
    width: 85px;
    height: 85px;
  }

  .footer.footer_wrap {
    padding-top: 60px;
  }

  .footer_logo {
    width: auto;
    height: 60px;
  }

  .footer_left_col {
    width: 75%;
  }

  .benifit_left {
    padding-right: 0;
  }

  .bnft_rt_img {
    width: 110%;
  }

  .help_rt_grid {
    grid-column-gap: 25px;
    grid-row-gap: 30px;
    align-items: start;
  }

  .home_hero_sm {
    height: 360px;
  }

  .service_hero {
    margin-top: 70px;
  }

  .service_hero_cont {
    background-image: linear-gradient(#5e59fe, #5e59fe 18%, #5551e6 55%, rgba(73, 69, 197, .88) 70%, rgba(0, 0, 0, 0) 87%);
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .service_hero_img {
    height: 350px;
    object-fit: cover;
    object-position: 100% 50%;
  }

  .service_hero_cont_in {
    width: 100%;
    grid-row-gap: 15px;
  }

  .serve_hero_cont_wrap {
    grid-column-gap: 10px;
    grid-row-gap: 15px;
  }

  .service_hero_desc {
    font-size: 18px;
  }

  .services_grid_wise.global_section {
    padding: 48px 30px;
  }

  .service_row_wise.global_section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .code_set_item {
    width: 45%;
  }

  .about_hero {
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .team_item_in, .team_item_in.reverse {
    flex-direction: column;
  }

  .team_item_img {
    height: 380px;
  }

  .memb_img_wrap {
    height: 380px;
    object-position: 50% 50%;
  }

  .memb_img {
    height: 380px;
    object-position: 50% 0%;
  }

  .abt_btm_info_wrap {
    width: 540px;
    height: 540px;
  }

  .faq_body {
    margin-top: 70px;
    padding: 60px 24px;
  }

  .faq-sl {
    display: none;
  }

  .contact-holder {
    padding: 16px;
  }

  .form-col {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .contact-form-body {
    margin-top: 70px;
    padding: 60px 24px;
  }

  .contact-info-body {
    flex-flow: column wrap;
  }

  .contact-info-inner {
    flex-direction: column;
  }

  .contact-info-item {
    width: 100%;
    height: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px;
  }

  .contact-info-item-div {
    width: 100%;
    height: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px;
  }

  .cont_info_img {
    width: 40px;
  }

  .legal_wrap {
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .abt_trust_img_sm {
    height: 350px;
  }

  .nav_dd_list.w--open {
    position: absolute;
  }

  .gmap_inner {
    height: 300px;
  }

  .abt_serve_item_row {
    gap: 16px;
  }

  .code_set_in:hover {
    background-image: radial-gradient(circle, #1d1c3d, #1b1a22);
  }

  .code_set_in:hover div {
    transform: scale(1);
  }
}

@media screen and (max-width: 479px) {
  .navbar_logo {
    height: 34px;
  }

  .nav_menu {
    width: 90%;
    padding: 30px 25px;
  }

  .home_hero {
    margin-top: 60px;
  }

  .hero-text {
    flex-direction: column;
    align-items: center;
  }

  .home_hero_inner.shape_bg_inner {
    width: 75%;
    grid-row-gap: 20px;
  }

  .home_hero_holder {
    padding: 48px 24px;
  }

  .home_hero_holder.med_bill_holder {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .home_hero_heading {
    font-size: 26px;
  }

  .btn_inline {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .bg_shape.med_bg_shape {
    width: 100%;
    transform: translate(-42px)skew(-6deg);
  }

  .global_section {
    padding: 48px 24px;
  }

  .global_section.testim_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .global_section.medical_bill_wrap {
    padding-top: 100px;
  }

  .global_section.offer_sec_wrap {
    padding-top: 200px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .testim_slide_item {
    width: 100%;
  }

  .testim_slide_in {
    padding-left: 0;
    padding-right: 0;
  }

  .testim_quote {
    width: auto;
    height: 50px;
  }

  .testim_desc {
    font-size: 16px;
  }

  .section_heading {
    font-size: 28px;
  }

  .section_heading.text_center {
    font-size: 26px;
  }

  .section_heading.text_center.md_txt {
    font-size: 27px;
  }

  .section_heading.help_hd {
    font-size: 32px;
  }

  .testim_slide_bg {
    width: 160px;
    height: 160px;
    background-image: linear-gradient(rgba(94, 89, 254, 0), #5e59fe 55%);
    top: 220px;
  }

  .about_hero .testim_slide_bg {
    width: 350px;
    height: 350px;
    top: 320px;
  }

  .medical_bil_hd {
    font-size: 18px;
  }

  .offer_item_shape {
    width: 440px;
    top: 63%;
  }

  .offer_item_shape.abt_oft_shape {
    top: 55%;
  }

  .offer_cont {
    margin-top: -50px;
  }

  .offer_cont.reliable_exp {
    padding-left: 0;
    padding-right: 0;
  }

  .offer_item_img {
    width: 35px;
    height: 35px;
  }

  .offer_item_hd {
    font-size: 14px;
  }

  .offer_sub_hd {
    font-size: 22px;
  }

  .offer_sub_desc {
    font-size: 14px;
  }

  .offer_vector {
    height: 70px;
  }

  .help_grid_icon {
    width: 30px;
    height: 30px;
  }

  .help_item_desc {
    font-size: 12px;
    line-height: 130%;
  }

  .help_img_wrap {
    width: 54px;
    height: 54px;
  }

  .footer.footer_wrap {
    grid-row-gap: 40px;
  }

  .frame-1000000800 {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

  .footer_right_col {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
  }

  .footer_col {
    width: 100%;
  }

  .footer_link_hd {
    margin-bottom: 10px;
  }

  .footer_link {
    text-decoration: none;
  }

  .footer_float_shape {
    display: none;
  }

  .copyright.copyright_wrap {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .footer_left_col {
    width: 100%;
  }

  .footer_desc {
    font-size: 16px;
  }

  .bnft_col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bnft_desc {
    font-size: 14px;
  }

  .bnft_list_icon {
    width: 16px;
    height: 16px;
  }

  .bnft_list_txt {
    font-size: 16px;
  }

  .bnft_rt_img {
    width: 116%;
  }

  .help_rt_grid {
    grid-column-gap: 0;
    grid-row-gap: 20px;
  }

  .home_hero_sm {
    height: 230px;
    object-fit: cover;
  }

  .legal_link {
    text-decoration: none;
  }

  .service_hero {
    margin-top: 60px;
  }

  .service_hero_cont {
    background-image: linear-gradient(#5e59fe, #5e59fe 18%, #5551e6 64%, rgba(73, 69, 197, .88) 70%, rgba(0, 0, 0, 0) 87%);
    padding-left: 24px;
    padding-right: 24px;
  }

  .service_hero_img {
    height: 350px;
    object-fit: cover;
    object-position: 90% 50%;
  }

  .service_hero_cont_in {
    width: 100%;
  }

  .services_grid_wise.global_section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section_desc {
    font-size: 14px;
  }

  .serve_item_img_wrap, .service_item_img {
    width: 250px;
    height: 250px;
  }

  .service_row_wise.global_section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .code_set_item {
    width: 100%;
  }

  .code_sets_wrap {
    text-align: center;
  }

  .code_set_hd {
    font-size: 18px;
  }

  .btn_wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .row_wise_code_top {
    text-align: center;
  }

  .about_hero {
    margin-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .solutions_row {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .solution_item {
    padding: 15px;
  }

  .abt_sol_txt {
    font-size: 14px;
  }

  .team_item_in {
    padding: 20px;
  }

  .team_item_img, .memb_img_wrap, .memb_img {
    height: 330px;
  }

  .memb_name {
    line-height: 140%;
  }

  .memb_desc {
    font-size: 14px;
  }

  .abt_btm_info_wrap {
    width: 100%;
    height: 500px;
    position: relative;
    left: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .abt_btm_info_wrap .abt_btm_circle_sm {
    display: block;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: #1d1c3d;
    position: absolute;
    left: calc(50% - 250px);
    z-index: 1;
  }

  .abt_btm_info_in {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 2;
  }

  .abt_btm_info_desc {
    font-size: 14px;
  }

  .faq_body {
    margin-top: 60px;
    padding: 40px 10px;
  }

  .faq-heading {
    line-height: 30px;
  }

  .faq-sl {
    display: none;
  }

  .contact-form-body {
    margin-top: 60px;
    padding: 40px 10px;
  }

  .contact-info {
    padding: 48px 24px;
  }

  .contact-info-item {
    padding: 15px;
  }

  .contact-info-item-div {
    padding: 15px;
  }
  

  .legal_wrap {
    margin-top: 65px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .legal_in {
    margin-top: 24px;
  }

  .legal_desc {
    font-size: 14px;
  }

  .abt_trust_img_sm {
    height: 230px;
    object-position: 100% 50%;
  }

  .nav_dd_list.w--open {
    position: absolute;
  }

  .nav_dd_item {
    font-size: 13px;
  }

  .code_set_row.abt_service_slide_wrap {
    width: 100%;
  }

  .abt_serve_item .abt_serve_icon {
    width: 45px !important;
    height: 45px !important;
  }

  .code_set_item.abt_serve_item .code_set_in {
    padding: 20px;
    height: 194px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .code_set_item.abt_serve_item .serve_sm_grid_desc {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
  .code_set_item.abt_serve_item .code_set_in.row_flex {
    padding-left: 15px;
    padding-right: 15px;
  } 
  .team_hd_top {
    width: 100%;
  } 
  .contact_heading .section_heading {
    font-size: 32px;
  }

  .testim_slide_holder .owl-stage-outer {
    overflow: hidden;
  }

  .testim_slide_item .testim_slide_bg {
    display: none !important;
  }
}

.capcha_holder {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}




