/* Banner section css start here */
.banner-section {
    display: flex;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0 !important;
    padding-left: 0px !important;
  /* padding: 60px 0 60px 0px !important; */
  justify-content: center;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  
  background: #F6FAFE;
  }
  
  .banner-container .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px 0 0 0px;
    justify-content: left;
    align-items: end;
    /* gap: 30px; */
    align-self: stretch;
  }
  
  .banner-container .security-compliances .row {
    align-items: center;
  }
  
  
  @media (max-width: 1200px) {
  .banner-container .row {
    gap: 0px;
  }
  }
  
  .banner-section .banner-left {
    display: flex;
  /* width: 710px; */
  padding-top: calc(0px + (80 - 0) * ((100vw - 320px) / (1920 - 320)));
  padding-right: calc(0px + (24 - 0) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: 0px;
  padding-left: 0px;
  /* padding: 140px 24px 0px 0px; */
  flex-direction: column;
  justify-content: flex-end;
  /* align-items: center; */
  gap: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
  /* gap: 24px; */
  align-self: stretch;
  
  border-radius: 12px;
  }
  
  @media (max-width: 1600px) {
  .banner-section .banner-left {
    padding: 0px;
  }
  }
  
  .banner-section .banner-left h1 {
  color: var(--Text-Black-Text--P2, #666);
  font-family: Barlow;
  font-size: calc(32px + (48 - 32) * ((100vw - 320px) / (1920 - 320)));
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 60px */
  letter-spacing: -0.24px;
  margin-bottom: 0px;
  text-decoration: none !important;
  }
  
  .banner-section .banner-left h1 span {
    align-self: stretch;
  color: #0F6060 !important;
  font-style: normal;
  
  color: var(--Text-Color-Text--P1, #0F6060);
  font-family: Barlow;
  font-size: calc(32px + (48 - 32) * ((100vw - 320px) / (1920 - 320))) !important;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 60px */
  letter-spacing: -0.24px;
  }
  
  .banner-section .rating-content {
  color: var(--Text-Black-Text--P2, #666);
  font-family: Manrope;
  font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (1920 - 320))) !important;
  font-style: normal;
  font-weight: 400;
  line-height: calc(11px + (24 - 11) * ((100vw - 320px) / (1920 - 320))) !important;
  margin-top: 12px;
  }
  
  .banner-section .h1-subheading {
    color: var(--Text-Black-Text--P2, #666);
  font-family: Manrope;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.72px;
  margin-bottom: calc(24px + (48 - 24) * ((100vw - 320px) / (1920 - 320))) !important;
  }
  
  
  .banner-section .banner-cta {
    display: flex;
    justify-content: flex-start;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin-bottom: calc(0px + (80 - 0) * ((100vw - 320px) / (1920 - 320))) !important;
  }
  
  @media (max-width: 1200px) {
    .banner-section .banner-cta {
      gap: 10px;
    }
  }
  
  @media (max-width: 599px) {
    .banner-section .banner-cta {
      display: none;
    }
  }
  
  /* .banner-section .banner-cta {
    display: flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  
  border-radius: 8px;
  border: 1.5px solid #0F6060;
  background: #F6FAFE;
  } */
  
  .banner-section .banner-cta button {
    color: #0A726B;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  }
  
  .banner-section .book-a-demo button {
    display: flex;
    padding-top: calc(4px + (12 - 4) * ((100vw - 320px) / (1920 - 320))) !important;
    padding-bottom: calc(4px + (12 - 4) * ((100vw - 320px) / (1920 - 320))) !important;
    padding-right: calc(20px + (36 - 20) * ((100vw - 320px) / (1920 - 320))) !important;
    padding-left: calc(20px + (36 - 20) * ((100vw - 320px) / (1920 - 320))) !important;
  /* padding: 12px 36px; */
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  
  border-radius: 8px;
  border: 1.5px solid var(--Tertiary-CTA-Tertiary-CTA--Stroke, #0A726B);
  background: var(--Tertiary-CTA-Tertiary-CTA--Default, #F6FAFE);
  
  color: var(--Text-Color-Text--P1, #0A726B);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;  
  font-weight: 600;
  line-height: 150%; /* 27px */
  }
  
  .banner-section .get-free-quote button {
    display: flex;
  /* padding: 12px 36px; */
  padding-top: calc(4px + (12 - 4) * ((100vw - 320px) / (1920 - 320))) !important;
  padding-bottom: calc(4px + (12 - 4) * ((100vw - 320px) / (1920 - 320))) !important;
  padding-right: calc(20px + (36 - 20) * ((100vw - 320px) / (1920 - 320))) !important;
  padding-left: calc(20px + (36 - 20) * ((100vw - 320px) / (1920 - 320))) !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  
  border-radius: 8px;
  /* background: linear-gradient(180deg, #10AB74 -66.92%, #054B32 70.05%); */
  background: var(--Primary-CTA-Primary-CTA--Default, #267E5E) !important;
  border: 2.67px solid #267E5E;
  color: var(--Text-Black-Text--White, #FFF);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  }
  
  .banner-section .security-compliances {
    display: flex;
  /* height: 48px; */
  align-items: center;
  /* gap: 48px; */
  align-self: stretch;
  padding-bottom: 40px;
  } 
  
  .banner-section .security-compliances img {
    /* width: 40.323px; */
  /* height: 38px; */
  }
  
  /* .banner-section .rating-card {
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
  
    border-radius: 16px;
  }
  
  .banner-section .rating-card .rating-left {
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  }
  
  .banner-section .rating-card .rating-left h3 {
    align-self: stretch;
  
    color: #2D69A5;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.1px;
  }
  
  .banner-section .rating-card .rating-left p {
    align-self: stretch;
  
    color: #585F64;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.1px;
  }
  
  .banner-section .rating-card .rating-right img {
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  margin-bottom: 12px;
  }
  
  .banner-section .rating-card .rating-right p {
    align-self: stretch;
  
    color: #585F64;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.1px;
  } */
  
  .banner-section .banner-right {
    /* display: flex; */
  /* padding: 2px 0px; */
  /* flex-direction: column; */
  /* align-items: flex-start; */
  /* gap: 10px; */
  /* flex: 1 0 0; */
  position: absolute;
  width: calc(100px + (860 - 100) * ((100vw - 320px) / (1920 - 320))) !important;
  /* width: 945px; */
  right: 0px;
  border-radius: 8px 0px 0px 0px !important;
  /* box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.15);   */
  box-shadow: -15px -15px 35px 0px rgba(0, 0, 0, 0.15);
  }
  
  .banner-section .banner-right-img {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  width: calc(100px + (860 - 100) * ((100vw - 320px) / (1920 - 320))) !important;
  min-width: 20px;
  overflow: hidden;
  max-height: calc(130px + (565 - 130) * ((100vw - 320px) / (1920 - 320))) !important;
  background-color: #F6FAFE !important;
  border-radius: 8px 0px 0px 0px !important;
  }

  @media (max-width: 991.98px){
    .banner-section .banner-right-img {
        display: none;
    }
  }
  
  .banner-section .banner-right-img img {
    opacity: 1;
    transition: opacity 0.2s ease-in-out 0s;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    /* height: 100%; */
    width: 100%;
    left: 0px;
    top: 0px;
  }
  
  .banner-section .css-imgsupport {
    width: 100%;
    padding-top: 84.7%;
    pointer-events: none;
    font-size: 0px;
  }
  
  .banner-section .banner-right-mob {
    /* position: absolute; */
  /* width: 80% !important; */
  /* right: 0px; */
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.15);
  }
  
  /* Banner section css ends here */


  /* Common CSS Start Here */
  .commonSection1 .technology-container h2 {
    align-self: stretch;
    color: var(--Brand-1-09, #034E49) !important;
text-align: center;
font-family: Lexend;
font-size: 48px;
font-style: normal;
font-weight: 300;
line-height: 120%; /* 57.6px */
  }

    .primary_care_providers_card {
        display: flex;
/* width: 240px; */
padding: var(--Main-System-24px, 24px);
flex-direction: column;
justify-content: center;
align-items: center;
gap: var(--Main-System-24px, 24px);
height: 100%;
text-align: center;

border-radius: var(--Main-System-24px, 24px);
border: 1px solid var(--Brand-1-01, #E0FFFD);
background: var(--Neutral, #FFF);
box-shadow: 0px 0px 12px 0px rgba(70, 206, 198, 0.04);
    }

    .primary_care_providers_card1 {
        display: flex;
        padding: var(--Main-System-24px, 24px);
        align-items: center;
        gap: var(--Main-System-24px, 24px);
        flex: 1 0 0;
        border-radius: var(--Main-System-24px, 24px);
background: var(--Background-BG-3, #F9FCFC);
    }

    .col-margin {
        margin-bottom: calc(40px + (140 - 40) * ((100vw - 320px) / (1920 - 320))) !important;
    }