/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Global */

li:not(.menu__item) {
margin-bottom: 8px;
}


@media (min-width: 1024px) {
  h1 {
    line-height: 70px;
  }
}

@media (max-width: 1024px) {
  h1 {
    line-height: 54px;
  }
}
/* Footer start */

.footer-bottom_bar .bottom-footer-module-4-flexbox-positioning {
  align-items: flex-start !important;
}

.footer .hs_cos_wrapper_type_rich_text a {
  font-weight: 600;
  position: relative; 
}


  .button-wrapper {
/*     justify-content: flex-end !important; */
  }
}

.footer .hs_cos_wrapper_type_rich_text a:hover {
  color: #fff;
}

.footer .hs_cos_wrapper_type_rich_text a::after, .menu__link::after {
  content: "";
  height: 2px;
  background-color: #EEBA00;
  width: 0%;
  bottom: -2px;
  position: absolute;
  width: 0%;
  left: 0;
  bottom: -2px;
  transition: all .2s ease-in-out;
}

.footer .hs_cos_wrapper_type_rich_text a:hover::after, .menu__link:hover::after {
  width: 100%;
  transition: all .2s ease-in-out;
}

.footer-bottom_bar a {
  font-weight: 400;
  font-size: 14px;
  position: relative;
}

.footer-bottom_bar a:hover{
  text-decoration-color: #EEBA00;
}

.footer .btn_link {
  font-size: 18px;
  line-height: 24px !important;
}

.footer svg {
  fill: #072951;
}

.footer a:hover svg {
  fill: #EEBA00;
}

.footer {
  background-color: #072951;
}

.footer-bottom_bar .dnd-section {
  border: 0 !important;
}

.footer .content-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.footer-bottom_bar a {
    color: #fff;
    text-decoration: underline;
    margin-left: 25px;
}

@media(min-width: 768px){
  .footer .span2.widget-span {
    flex-basis: max-content;
    min-width: 110px;
  }
  
  .footer .span1.widget-span { 
      min-width: 110px;
  }
  
  .footer .row-fluid {
    flex-wrap: wrap !important;
  }

}

/* Footer end */


/* Global Background Cards Start */

.background-cards .os_flexitem.bg-1 {
  background: radial-gradient(59.9% 34.19% at 100% -4.91%, #D4E7FF 0%, #FFF 100%);
}

.background-cards .os_flexitem.bg-2 {
  background: radial-gradient(48.4% 44.72% at 100% -4.91%, #FFF0BA 0%, #FFF 100%);
}


.background-cards .os_flexitem.bg-3 {
  background: radial-gradient(53.9% 50.63% at 100% -4.91%, #FFE0C7 0%, #FFF 100%);
}

.background-cards .os_flexitem .os_t_img {
  flex-direction: column;
  align-items: flex-start !important;
  gap: 24px !important;
}

/* Global Background Cards End */


/* Homepage Hero Start */

.homepage-hero .hb_btn_area {
    align-items: center; /* vertical alignment */
}

.header__btnarea.action-primary::after, .homepage-hero .hb_first_btn .action-primary::after {
  content: "";
  display: inline-block;
  margin-left: 8px;       /* space between text and arrow */
  width: 9px;
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="16" viewBox="0 0 9 16" fill="none"><path d="M1 1L8 8L1 15" stroke="%23EEBA00" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.2s ease;
}

.homepage-hero .hb_second_btn .hbsbtn {
position: relative;
}

.homepage-hero .hb_second_btn .hbsbtn:after {
  content: "";
  display: inline-block;
  margin-left: 8px; 
  width: 9px;
  height: 16px;
  background: url('https://243009170.fs1.hubspotusercontent-na2.net/hubfs/243009170/arrow-right-blue.svg') no-repeat center;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.2s ease;
}

.homepage-hero .hb_second_btn:hover .hbsbtn:after {
  background: url('https://243009170.fs1.hubspotusercontent-na2.net/hubfs/243009170/arrow-right-white.svg') no-repeat center;
}

.banner_slider .hb_flexitem .hb_content .hb_btn_area  {
@media(max-width: 1052px){ 
  flex-direction: column !important;
   gap: 24px !important;
   align-items: flex-start !important;
  }
}

/* Homepage Hero End */

/* Secondary Masthead */

.section_heading .main_title {
letter-spacing: 2px;
}

/* Navigation Start */
.navigationmenu {
  margin-right: 0 !important;
}

.navigation_header .headerflex {
  gap: 40px !important;
}

.header__column_cta .header__btnarea.action-primary {
  border: 1px solid #00397D;
  line-height: 18px;
}
/* Navigation End */


.section_heading.color--light.callout-box-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.homepage-animated .cn_prefix {
  order: 1;
  margin-left: 5px;
}

.homepage-animated-four .cn_flexitem:last-child .cn_number {
  display: none;
}

/* Counter start */

.homepage-animated .cn_number.experience-counter::before {
  content: "~";
  margin-right: 4px;      /* space between ~ and number */
  color: inherit;         /* match number color */
  font-size: 0.9em;       /* slightly smaller than number */
  opacity: 0.8;           /* lighter look for approximation */
}

.homepage-animated .cn_number, .homepage-animated .cn_prefix, .homepage-animated .cn_suffix {
  font-weight: 300 !important;
} 

@media(max-width: 1200px) {
  #hp-counter .cn_flex {
    grid-template-columns: repeat(1, 1fr) !important;  
  }
}


/* Counter End */

.product-introduction-section-for-patients .is_box {
  border-radius: 50px;
  border: 2px solid #D9D9D9;
  background: radial-gradient(1162.55% 148.37% at 129.18% 50.1%, #ECECEC 0%, #FFF 67.95%, #ECECEC 100%);
  box-shadow: 0 141px 40px 0 rgba(135, 143, 146, 0.00), 0 90px 36px 0 rgba(135, 143, 146, 0.01), 0 51px 31px 0 rgba(135, 143, 146, 0.04), 0 23px 23px 0 rgba(135, 143, 146, 0.07), 0 6px 12px 0 rgba(135, 143, 146, 0.08);
}

.product-introduction-section-for-patients img {
  height: 500px !important;
}

.product-introduction-section-for-patients .action-link-primary {
  color: #696B6F;
  position: relative;
  text-decoration: none !important;
  font-weight: 400;
}

.product-introduction-section-for-patients .action-link-primary::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 33px;
  height: 32px;
  background: url('https://243009170.fs1.hubspotusercontent-na2.net/hubfs/243009170/arrow-right-gray.svg') no-repeat center;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.2s ease;
}

.product-introduction-section-for-patients .action-link-primary::before {
 content: "";
  height: 3px;
  background-color: #EEBA00;
  width: 0%;
  bottom: -2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
  transition: all .2s ease-in-out;
}



.product-introduction-section-for-patients .action-link-primary:hover::before {
  background-color: #00397D;
}

.product-introduction-section-for-patients .action-link-primary:hover {
  color: #696B6F;
}

.product-introduction-section-for-patients .is_desc p {
  font-weight: 400;
  line-height: 150%;
}

 .product-introduction-section-for-patients.info_showcase .is_box .is_flex .is_flexitem_img img {
  object-fit: cover;
}

@media(min-width: 768px) {
.product-introduction-section-for-patients.info_showcase .is_box .is_flex .is_flexitem_content, .product-introduction-section-for-patients.info_showcase .is_box .is_flex .is_flexitem_img {
  flex: 0 50%;
  max-width: 50%;
}
}
.section_heading.sec_bg_c {
    border-radius: 24px;
    background: var(--Color-Colors-on-light-Primary-Surface, #00397D);
    color: #fff;
}

.section_heading.sec_bg_c ul li::before {
  top: 6px;
}
 
/* Oris Bridge digital health patient section start */

.homepage-digital-health-section .title {
  font-weight: 600;
}

.homepage-digital-health-section ul li, .custom-list ul li {
  position: relative;
  margin-left: 32px;
}

.homepage-digital-health-section ul li::before, .custom-list ul li::before {
  content: "";
  position: absolute;
  background-image: url('https://243009170.fs1.hubspotusercontent-na2.net/hubfs/243009170/CheckCircle.svg');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  left: -8px;
}

/* Oris Bridge digital health patient section end */


/* Theme Overrides */

.fq_answer ul {
  list-style: disc;
  padding-left: 32px;
  line-height: normal;
}

.mobile_menu_container {
background-color: #00397d;
}

.ourservice .os_t_img img.os_img {
  object-fit: contain !important;
}

.cn_number, .cn_prefix, .cn_suffix {
  font-weight: 400 !important;
  letter-spacing: -0.84px;
}


@media(max-width: 1200px) {
  .counter_number .cn_flex  {
    grid-template-columns: repeat(1, 1fr) !important;  
  }
}