@charset "utf-8";
button.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  border: none;
  background: #444;
  color: #fff;
  width: 40px;
  font-size: 24px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
}
button.btn-close:hover {
  background: #ff9c25;
}
/* chronic care management */
:root {
  --dodger-blue: #0088ca;
  --main--black: #3e4348;
  --text: #7f8893;
  --light--grey: #f6f6f7;
  --orange: #ff9c25;
  --divider: #c4cbd5;
  --light-blue:#e2f4ff;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden !important;
  background-color: #fff;
  color: #565656;
  transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) ease-in;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
a {
  text-decoration: none !important;
}
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
}
img{
  max-width: 100%;
}
h2{
  font-size: 40px;
  color: #000;
  line-height: 50px;
  font-weight: 600;
}
h6{
  font-size: 16px;
  color: #000;
  line-height: 26px;
}
.pad-70{
  padding-top: 70px;
  padding-bottom: 70px;
}
.mb-80{
  margin-bottom: 80px;
}
.bg-grey-section{
  background-color: var(--light--grey);
}
.footer_last_link li a {
  text-decoration: none;
}
.modal-open .modal{
  padding-right: 17px;
}
.main-bg{
  background: url(/assets/images/chronic-care-management/choronic-care-banner-img.webp);
  background-color: var( --light-blue);
  background-size: contain;
  background-repeat: no-repeat;
  height: 62vh;
  background-position: top right;
  overflow: hidden;
  background-position-x: 85%;
}
.main-bg .container{
  z-index: 2;
}
.banner-col-contentless{
  height: 62vh;
}
.banner-h1 {
  color: #000000;
  font-size: 46px;
  font-weight: 600;
  text-transform: none;
  line-height: 54px;
  letter-spacing: 0px;
  word-spacing: 0em;
}
.p-lg{
  font-size: 22px;
}
.btn-bnr{
  color: #fff;
  background: linear-gradient(90deg, #2086f9 0%, #39b8e4 100%);
  display: inline-block;
  border-radius: 10px;
  border: none;
  padding: 10px 18px;
}
.btn-bnr:hover{
  background:#fff ;
}
.btn-bnr.orange{
  color: #fff;
  background: var(--orange);
}
.btn-bnr.orange:hover{
  color:var(--orange);
  background: #fff;
}
/* 2nd */
.service-cards{
  position: relative;
  z-index: 2;
}
.card-wrapper{
  position: relative!important;
  background-color: #fff;
  border-radius: 16px;
  padding: 35px 12px 22px 12px;
  position: relative;
  z-index: 2;
  transition:all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  height: 204px;
}
.card-wrapper:hover{
  transform: translateY(-14px);
  box-shadow: 0 16px 13px rgba(0, 0, 0, 0.08);
}
.card-wrapper:hover img{
  filter: brightness(0) saturate(100%) invert(39%) sepia(75%) saturate(2124%) hue-rotate(170deg) brightness(92%) contrast(105%);
}
.card-wrapper h6 {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 0;
}

.card-wrapper:hover  h6{
  color: #39b8e4;
}

  .line-top {
    width: 120px;
    z-index: 0;
    background: transparent;
    border: none;
    border-top: dashed 2px#d4d4d4;
    padding: 40px 40px;
    margin: 20px -50px 0;
    position:absolute!important;
    top: 50%;
    right: 0;
}
/* 3rd */
h2 .sub-head{
  font-size:32px ;
  color:#5e5e5e ;
  line-height: 38px;
  font-weight: 400;
}
/* 4th */
.custom-card-container {
  --background-color: #fafafa;
  --text-color: #52525b;
  --card-background-color: transparent;
  --card-border-color: #dce0f7;
  --card-label-color: #18181b;
  --card-icon-color: #18181b;
  --card-icon-background-color: rgba(24, 24, 27, 0.04);
  --card-shine-opacity: 0.3;
  --card-shine-gradient: conic-gradient(
    from 225deg at 50% 50%,
    rgba(16, 185, 129, 0) 0deg,
    #0986c2 25deg,
    #edfaf6 285deg,
    #fff 345deg,
    rgba(16, 185, 129, 0) 360deg
  );
  --card-line-color: #e9e9e7;
  --card-tile-color: #0087ca5c;
  --card-hover-border-color: rgba(24, 24, 27, 0.15);
  --blur-opacity: 0.1;
}
.custom-card-container .grid {
  display: grid;
  grid-template-columns: repeat(3, 30.33%);
  grid-gap: 50px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.icon-iner {
  padding-bottom: 20px;
}
.custom-card-container .card {
  background-color: var(--background-color);
  border: 2px solid var(--card-border-color);
  padding: 35px 25px 25px 25px;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  min-height: 330px;
}
.custom-card-container .card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  background-color: var(--card-background-color);
}
.custom-card-container .card h4 {
  z-index: 2;
  position: relative;
  font-family: inherit;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
}
.custom-card-container .card p {
  z-index: 2;
  position: relative;
  color: #303e47;
  font-size: 16px;
  margin-bottom: 0px;
}
.custom-card-container .card .shine {
  border-radius: inherit;
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}
.custom-card-container .card .shine:before {
  content: "";
  width: 150%;
  padding-bottom: 150%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 55%;
  filter: blur(35px);
  opacity: var(--card-shine-opacity);
  transform: translateX(-50%);
  background-image: var(--card-shine-gradient);
}
.icon-crd {
      z-index: 999;
      background-color: var(--card-icon-background-color);
      transition: background-color 0.25s, border-color 0.25s;
      padding: 10px 10px;
      height: 57px;
      width: 57px;
      border-radius: 5px;
      display: inline-block;
}
.custom-card-container .card .background {
  border-radius: inherit;
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(
    circle at 60% 5%,
    black 0%,
    black 15%,
    transparent 60%
  );
  mask-image: radial-gradient(
    circle at 60% 5%,
    black 0%,
    black 15%,
    transparent 60%
  );
}
.custom-card-container .card:hover .icon-crd img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(75%) saturate(2124%) hue-rotate(170deg) brightness(92%) contrast(105%);
}
.custom-card-container .card .background .tiles {
  opacity: 0;
  transition: opacity 0.25s;
}
.custom-card-container .card .background .tiles .tile {
  position: absolute;
  background-color: var(--card-tile-color);
  animation-duration: 8s;
  animation-iteration-count: infinite;
  opacity: 0;
}
.custom-card-container .card .background .tiles .tile.tile-4,
.custom-card-container .card .background .tiles .tile.tile-6,
.custom-card-container .card .background .tiles .tile.tile-10 {
  animation-delay: -2s;
}
.custom-card-container .card .background .tiles .tile.tile-3,
.custom-card-container .card .background .tiles .tile.tile-5,
.custom-card-container .card .background .tiles .tile.tile-8 {
  animation-delay: -4s;
}
.custom-card-container .card .background .tiles .tile.tile-2,
.custom-card-container .card .background .tiles .tile.tile-9 {
  animation-delay: -6s;
}
.custom-card-container .card .background .tiles .tile.tile-1 {
  top: 0;
  left: 0;
  height: 10%;
  width: 22.5%;
}
.custom-card-container .card .background .tiles .tile.tile-2 {
  top: 0;
  left: 22.5%;
  height: 10%;
  width: 27.5%;
}
.custom-card-container .card .background .tiles .tile.tile-3 {
  top: 0;
  left: 50%;
  height: 10%;
  width: 27.5%;
}
.custom-card-container .card .background .tiles .tile.tile-4 {
  top: 0;
  left: 77.5%;
  height: 10%;
  width: 22.5%;
}
.custom-card-container .card .background .tiles .tile.tile-5 {
  top: 10%;
  left: 0;
  height: 22.5%;
  width: 22.5%;
}
.custom-card-container .card .background .tiles .tile.tile-6 {
  top: 10%;
  left: 22.5%;
  height: 22.5%;
  width: 27.5%;
}
.custom-card-container .card .background .tiles .tile.tile-7 {
  top: 10%;
  left: 50%;
  height: 22.5%;
  width: 27.5%;
}
.custom-card-container .card .background .tiles .tile.tile-8 {
  top: 10%;
  left: 77.5%;
  height: 22.5%;
  width: 22.5%;
}
.custom-card-container .card .background .tiles .tile.tile-9 {
  top: 32.5%;
  left: 50%;
  height: 22.5%;
  width: 27.5%;
}
.custom-card-container .card .background .tiles .tile.tile-10 {
  top: 32.5%;
  left: 77.5%;
  height: 22.5%;
  width: 22.5%;
}
@keyframes tile {
  0%,
  12.5%,
  100% {
    opacity: 1;
  }
  25%,
  82.5% {
    opacity: 0;
  }
}
.custom-card-container .card .background .line {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s;
}
.custom-card-container .card .background .line:before,
.custom-card-container .card .background .line:after {
  content: "";
  position: absolute;
  background-color: var(--card-line-color);
  transition: transform 0.35s;
}
.custom-card-container .card .background .line:before {
  left: 0;
  right: 0;
  height: 1px;
  transform-origin: 0 50%;
  transform: scaleX(0);
}
.custom-card-container .card .background .line:after {
  top: 0;
  bottom: 0;
  width: 1px;
  transform-origin: 50% 0;
  transform: scaleY(0);
}
.custom-card-container .card .background .line.line-1:before {
  top: 10%;
}
.custom-card-container .card .background .line.line-1:after {
  left: 22.5%;
}
.custom-card-container .card .background .line.line-1:before,
.custom-card-container .card .background .line.line-1:after {
  transition-delay: 0.3s;
}
.custom-card-container .card .background .line.line-2:before {
  top: 32.5%;
}
.custom-card-container .card .background .line.line-2:after {
  left: 50%;
}
.custom-card-container .card .background .line.line-2:before,
.custom-card-container .card .background .line.line-2:after {
  transition-delay: 0.15s;
}
.custom-card-container .card .background .line.line-3:before {
  top: 55%;
}
.custom-card-container .card .background .line.line-3:after {
  right: 22.5%;
}
.custom-card-container .card:hover .shine {
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.custom-card-container .card:hover .background .tiles {
  opacity: 1;
  transition-delay: 0.25s;
}
.custom-card-container .card:hover .background .tiles .tile {
  animation-name: tile;
}
.custom-card-container .card:hover .background .line {
  opacity: 1;
  transition-duration: 0.15s;
}
.custom-card-container .card:hover .background .line:before {
  transform: scaleX(1);
}
.custom-card-container .card:hover .background .line:after {
  transform: scaleY(1);
}
.custom-card-container .card:hover .background .line.line-1:before,
.custom-card-container .card:hover .background .line.line-1:after {
  transition-delay: 0s;
}
.custom-card-container .card:hover .background .line.line-2:before,
.custom-card-container .card:hover .background .line.line-2:after {
  transition-delay: 0.15s;
}
.custom-card-container .card:hover .background .line.line-3:before,
.custom-card-container .card:hover .background .line.line-3:after {
  transition-delay: 0.3s;
}
/* 5th */
.bg-light_blue {
  background: #eef9ff;
}
h4{
  color: #0087c9;
  font-size:22px ;
  line-height: 32px;
}
.modal-body {
  padding: 20px 40px 25px;
}
#determine_eligible_patients_popup .hs-form-field {
  width: calc(50% - 10px);
  float: left;
  margin-right: 10px;
  height: 90px;
}
#determine_eligible_patients_popup label {
  font-size: 14px;
  width: 130px;
  text-align: right;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#determine_eligible_patients_popup .hs-form-field label:not(.hs-error-msg) {
  color: #918B8B;
  font-family: Open Sans;
  font-size: 13px;
}
#determine_eligible_patients_popup .hs-error-msgs {
  padding: 2px 0 0 7px;
  list-style-type: none;
  line-height: 6px;
  margin-bottom: 0;
}
#determine_eligible_patients_popup .hs-error-msgs label {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 0;
  color: #f2545b;
}
#determine_eligible_patients_popup .hs-form-required {
  color: red;
}
#determine_eligible_patients_popup .hs-input {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#determine_eligible_patients_popup .hs-submit {
  width:calc(50% - 10px);
  float: left;
  margin-right: 10px;
}
#determine_eligible_patients_popup .hs-submit .actions {
  text-align: left;
  margin-top: 10px;
}
#determine_eligible_patients_popup .hs-submit .hs-button {
  background: #FFA539;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  border: none;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 6px;
}
.hs-input:focus{
  outline: none;
  box-shadow: none;
}
#determine_eligible_patients_popup .hs-form-required {
  color: red;
}
#determine_eligible_patients_popup .modal-body .hs-message {
  -webkit-appearance: none;
  margin-top: 0px;
  margin-bottom: 0px;
 
  width: 100% !important;
  max-width: 100% !important;
}
#determine_eligible_patients_popup .modal-body .hs-message  textarea{
  height: 55px;
  width: calc(100% - 10px);
  max-width: calc(100% - 10px);
}
.range-slider-wrapper {
    margin: 60px 0;
}
input[type="text"]~.dollar-sign {
  position: absolute;
  top: 7px;
  left: 10px;
  color: #818181;
}
input[type="text"] {
  padding-left: 20px;
}
.slider {
  position: relative;
  width: 75%;
  height: 8px;
  margin-left: 15px;
  background: #b1e5ff!important;
  margin-bottom: 25px;
  border-radius: 0px;
  border:none;
}
.slider::before{
  content: '10,000';
  position: absolute;
  top: -27px;
  right: 0;
  width: 63px;
  height: 20px;
  font-size: 16px;
  color: #565656;
}
.slider::after{
  content: 'Patients';
  position: absolute;
  bottom: -22px;
  right: 0;
  width: 63px;
  height: 20px;
  font-size: 16px;
  color: #565656;
}
.slider .ui-slider-handle {
  display: block;
  position: absolute;
  top: 50%!important;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #0087c9!important;
  border-radius: 100%;
  box-shadow: none;
  cursor: pointer;
  outline: none;
}
.value {
  display: block;
  position: absolute;
  padding: 4px 18px;
  background-color: #0087c9;
  border-radius: 5px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 11px;
}
.ui-state-hover {
  border-color: transparent !important;
}
.ui-widget-header{
    background: #0088ca!important;
} 
.calculate-your-revenue .calculate-rev-text{
  text-align: center;
  line-height: 22px;
}
.custom-calculator .form-control{
  box-shadow: inset 0px 2px 11px -1px rgb(0 0 0 / 0.14);
  background-color: transparent;
  border: 1px solid rgb(0 0 0 /0.10);
  border-radius: 10px;
}
@media (min-width: 1600px) {
  .main-bg{
    height: 56vh;
  }
  .banner-col-contentless{
  height: 51vh;
}
}
@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1199px) {
  .banner-h1 {
    font-size: 40px;
    line-height: 48px;
}
  h2 {
    font-size: 30px;
    line-height: 38px;
}
p{
  font-size: 16px;
  line-height: 32px;
}
h2 .sub-head{
  font-size:26px ;
  line-height: 32px;
}
.custom-card-container .grid {
  grid-template-columns: repeat(2, 40vw);
}
}
@media (max-width: 991px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
}
    .footer-mobile {
        flex-wrap: wrap !important;
    }
p{
  font-size: 15px;
  line-height: 28px;
}
.banner-h1 {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 13px;
  color: #fff;
}
.p-lg {
  font-size: 20px;
  color: #e1e1e1;
}
h2 .sub-head{
  font-size:22px ;
  line-height: 28px;
}
.slider {
  width:93%;
}
.main-bg::after{
  content: '';
  background-color: #000000de;
  opacity: 0.7;
  WIDTH: 100%;
  HEIGHT: 100%;
  POSITION: ABSOLUTE;
  TOP: 0;
  LEFT: 0;
}
.service-cards-col:nth-of-type(4) .line-top{
  display: none;
}
.calculate-your-revenue .calculate-rev-text{
  text-align: left;
}
}
@media (max-width: 767px) {
  .banner-h1 {
    font-size: 32px;
    line-height: 39px;
}
  h2 {
    font-size: 24px;
    line-height: 28px;
}
.main-bg {
  padding: 60px 0px 60px 0px;
  height: auto;
}
h2 .sub-head{
  font-size:20px ;
  line-height: 25px;
}
h4 {
  font-size: 20px;
  line-height: 28px;
}
.custom-card-container .card h4 {
  font-size: 20px;
  line-height: 26px;
}
.custom-card-container .grid {
  grid-gap: 25px;
}
.mb-80 {
  margin-bottom: 40px;
}
#determine_eligible_patients_popup .hs-form-field {
  width: 100%;
  float: left;
  margin-right: 0px;
  height: 90px;
}
#determine_eligible_patients_popup .modal-body .hs-message  textarea {
  width: 100%;
  max-width: 100%;
}
.hs-form-field {
  width: 100%;
  float: none;
  margin-right: 0px;
  height: 90px;
}
.line-top {
 display: none;
}
}
@media (max-width: 575px) {
  
  h2 {
    font-size: 22px;
    line-height: 25px;
}
.main-bg{
  background-size: cover;
}
.banner-h1 {
  font-size: 28px;
  line-height: 34px;
}
.p-lg {
  font-size: 18px;
}
.btn-bnr {
  padding: 8px 15px;
  font-size: 15px;
}
h2 .sub-head{
  font-size:18px ;
  line-height: 24px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
}
  .pad-70{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  p{
    font-size: 14px;
    line-height: 26px;
  }
  .custom-card-container .card h4 {
    font-size: 18px;
  }
  .custom-card-container .card {
    min-height: fit-content;
}
  .custom-card-container .grid {
    grid-template-columns: repeat(1, 300px);
  }
  .range-slider-wrapper {
    margin: 60px 0 35px;
    width: 100%;
}

    .calculate-your-revenue fieldset {
        display: flex;
        flex-direction: column;
    }
    .form-check.mb-4.pl-0 {
    margin-bottom: 2px !important;
}
#determine_eligible_patients_popup .modal-dialog {
  max-width: calc(100% - 30px);
  margin: 1.75rem auto;
}
#determine_eligible_patients_popup .modal-body {
  padding: 15px 25px 30px;
}
}


@media (max-width:1350px){
  .main-bg {
   
    background-position-x: 95%;
}
}

@media (max-width:1200px){
     .main-bg{
       height: 55vh;
     }
}

@media (max-width:1024px){
      .main-bg {
        height: 48vh;
        background-position-x: 100%;
    }
}

@media (max-width: 991px) {
    .main-bg {
        height: 57vh;
        background-position: center;
        padding-top: 14px;
    }
}

@media (max-width: 768px) {
    .main-bg {
        height: 47vh;
        background-position: center;
        padding-top: 51px;
    }
}

@media (max-width: 575px) {
    .main-bg {
        height: 50vh;
        background-position: center;
        padding-top: 81px;
    }
}

@media (max-width: 400px) {
    .main-bg {
        height: 49vh;
        background-position: 76%;
        padding-top: 65px;
    }
        .banner-h1 {
        font-size: 25px;
        line-height: 32px;
    }
}

@media (max-width: 390px) {
        .main-bg {
        height: 62vh;
        background-position: 76%;
        padding-top: 50px;
    }
    .btn-wrapper.animate-up {
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}
.btn-bnr.mr-2{
  margin-right: 0px !important;
}
}

.bg-billing{
	margin-top: 95px;
}
@media (max-width: 1400px){
	.widthwidth .home-form .tab-content .tab-pane .hbspt-form .hs_submit input[type='submit'] {
    	padding: 5px 15px !important;
	}
	.widthwidth .home-form .tab-content .tab-pane .hbspt-form .hs-form-field {
	    max-width: 100% !important;
	}
	.widthwidth .home-form .tab-content .tab-pane .hbspt-form fieldset.form-columns-1 {
    max-width: 221px !important;
	}

}


/* =========================================================== */




