:root {
  --dodger-blue: #2ca6d9;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

h1 {
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #2ca6d9;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #b2b2b2;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 26px;
}

a {
  color: #00e;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #e64949;
  border-radius: 20px;
  padding: 16px 28px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #323232;
}

.navigation {
  background-color: #fff;
  height: 70px;
}

.brand {
  top: 14px;
}

.navigation-link {
  padding-top: 15px;
  padding-bottom: 20px;
  font-size: 10px;
  font-weight: 500;
  transition: background-color .2s;
}

.navigation-link:hover {
  color: #fff;
  background-color: #424242;
}

.navigation-link.w--current {
  color: #fff;
  background-color: #2ca6d9;
  height: auto;
  font-size: 10px;
}

.banner {
  float: none;
  text-overflow: clip;
  background-image: url('../images/Dec-3-Screenshot-from-Media-Library.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 1080px 480px;
  height: 500px;
  padding-top: 20px;
  position: static;
}

.section {
  border-left: 1px solid #000;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.section.gray {
  background-color: #f0f5f7;
}

.section.parallax {
  background-image: radial-gradient(circle, #8ecbe6, #2ca6d9d1), url('../images/banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.top-title {
  text-align: center;
  margin-bottom: 60px;
}

.lighter {
  font-weight: 400;
}

.blue {
  color: #2ca6d9;
}

.sub-title {
  color: #000;
  font-size: 15px;
  line-height: 30px;
}

.sub-title.dark {
  color: #636363;
}

.services-wrapper {
  text-align: center;
}

.services-icon {
  background-color: #fff0;
  background-image: url('../images/Home-Edit-Page-Thumbnail.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 23%;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.services-icon.icon-2 {
  background-image: url('../images/Home-Edit-Page-Thumbnail-1.webp');
  background-position: 0 0;
  background-size: contain;
  background-attachment: scroll;
  position: relative;
}

.services-icon.icon-2.c2 {
  background-image: url('../images/Home-Edit-Preview-1.webp');
  background-size: contain;
}

.services-icon.icon-3 {
  background-image: url('../images/Home-Edit-Page-Thumbnail-300x300.webp'), url('../images/heartbeat_ffffff_101heartbeat_ffffff_100.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: contain, 100px;
  background-attachment: scroll, fixed;
}

.services-icon.icon-3.ic3 {
  background-image: url('../images/Home-Edit-Preview-2.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
}

.services-icon.icon-3.c4 {
  background-image: url('../images/Home-Edit-Preview-3.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
}

.services-icon.c1 {
  background-image: url('../images/Home-Edit-Preview.webp');
}

.small-space {
  margin-top: 20px;
}

.text-link {
  color: #2ca6d9;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.text-link:hover {
  color: #b2b2b2;
}

.plus {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: 2px;
}

.team-content {
  margin-top: 20px;
}

.team-sub-title {
  color: #b2b2b2;
  margin-top: -7px;
  margin-bottom: 15px;
}

.team-sub-title.red-color {
  color: #8c8c8c;
}

.social-team {
  margin-top: 20px;
}

.social-icon {
  background-color: #2ca6d9;
  background-image: url('../images/facebook_ffffff_101facebook_ffffff_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  margin-right: 5px;
  transition: background-color .3s;
}

.social-icon:hover {
  background-color: #323232;
}

.social-icon.twitter {
  background-image: url('../images/twitter_ffffff_101twitter_ffffff_100.png');
}

.social-icon.rss {
  background-image: url('../images/rss_ffffff_101rss_ffffff_100.png');
}

.social-icon.linkdin {
  background-image: url('../images/linkedin_ffffff_101linkedin_ffffff_100.png');
}

.white {
  color: #fff;
}

.text-field {
  float: left;
  border-width: 0;
  border-color: #000;
  width: 371px;
  height: 50px;
  margin-bottom: 18px;
  margin-right: 20px;
  font-size: 13px;
  display: inline-block;
}

.center {
  text-align: center;
}

.features-wrapper {
  margin-bottom: 30px;
}

.features-icon {
  float: left;
  background-image: url('../images/hospital-o_2ca6d9_101hospital-o_2ca6d9_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 70px;
  height: 70px;
}

.features-icon.icon-2 {
  background-image: url('../images/stethoscope_2ca6d9_101stethoscope_2ca6d9_100.png');
}

.features-icon.icon-3 {
  background-image: url('../images/plus-circle_2ca6d9_101plus-circle_2ca6d9_100.png');
}

.features-icon.icon-4 {
  background-image: url('../images/heartbeat_2ca6d9_101heartbeat_2ca6d9_100.png');
}

.features-icon.icon-5 {
  background-image: url('../images/user-md_2ca6d9_101user-md_2ca6d9_100.png');
}

.features-icon.icon-6 {
  background-image: url('../images/ambulance_2ca6d9_101ambulance_2ca6d9_100.png');
}

.features-content {
  position: relative;
  overflow: hidden;
}

.list-icon {
  float: left;
  background-image: url('../images/plus-square_e64949_101plus-square_e64949_100.png');
  background-position: 0 31%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 25px;
  height: 30px;
  margin-right: 8px;
}

.row-space {
  margin-top: 20px;
}

.client-wrapper {
  width: 20%;
}

.footer {
  background-color: #2ca6d9;
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyright {
  color: #fff;
}

.red-seperator {
  color: #fff;
  text-align: center;
  background-color: #e64949;
  border-radius: 20px;
  padding: 20px 42px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  top: -32px;
  right: 50%;
  transform: translate(50%);
}

.inner-banner {
  background-image: url('../images/brickwall_2X.png');
  background-repeat: repeat;
  background-size: 110px;
  background-attachment: fixed;
  height: 170px;
}

.center-container {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.field-label {
  color: #8f8f8f;
  font-size: 13px;
  font-weight: 500;
}

.another-text-field {
  color: #b2b2b2;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 15px;
}

.another-text-field.area {
  padding-bottom: 103px;
}

.success-message {
  text-align: center;
  background-color: #17ad32;
  border-radius: 5px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.paragraph-form {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}

.error-message {
  text-align: center;
  background-color: #e36868;
  border-radius: 5px;
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner-title {
  font-size: 45px;
  line-height: 55px;
}

.text-badge-wrapper {
  z-index: 1;
  height: 18px;
  position: relative;
  overflow: hidden;
}

.badge-content {
  z-index: 9999;
  position: fixed;
  inset: auto 15px 15px auto;
}

.code-embed {
  color: #000;
}

.badge-wrapper {
  z-index: 999;
  grid-row-gap: 5px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.remove-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -5px -5px auto auto;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.badge-paragraph.biger {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.text-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffffed;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 13px 10px 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-badge-hover {
  background-color: #9bfa13;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto 15px 15px;
}

.icon-badge {
  z-index: 1;
  width: 20px;
  height: 20px;
  position: relative;
}

.photo-badge {
  background-image: url('../images/unlock-2_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  min-width: 140px;
  min-height: 130px;
}

.photo-badge-2 {
  background-image: url('../images/unlock-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  min-width: 140px;
  min-height: 130px;
}

.text-badge-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #fffffff7;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 13px 10px 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-badge-hover-2 {
  background-color: #4353ff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto 15px 15px;
}

.heading {
  text-align: center;
  padding-top: 20px;
}

.paragraph {
  text-align: center;
}

.timeline-wrapper {
  border: 1px solid #4a7c3f;
  border-left-width: 2px;
  margin-left: 40px;
  padding-left: 40px;
}

.timeline-wrapper.timeline-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: 0;
  display: flex;
}

.container {
  padding-top: 40px;
}

.past-work-icons {
  clear: none;
  text-align: center;
  background-image: url('../images/Minimal-Vector-Image-Medical-Devices.webp');
  background-position: 50% 100%;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.past-work-icons.type {
  background-image: url('../images/Copilot-Aug-8-2025.avif');
}

.past-work-icons.type2 {
  background-image: url('../images/Minimal-Vector-Image-Ink-Company.webp');
}

.container-2 {
  padding-bottom: 40px;
}

.image {
  width: 160px;
  max-width: 160px;
  padding-top: 5px;
  display: block;
}

.heading-2 {
  font-size: 12px;
}

.columns {
  font-size: 10px;
}

.column {
  background-image: url('../images/Home-Edit-Page-Image.webp');
  background-position: 0 0;
  background-size: cover;
}

.column-2 {
  height: 80px;
  display: block;
}

.column-3 {
  background-image: url('../images/Home-Edit-Page-Thumbnail.webp');
  background-position: 0 0;
  background-size: auto;
}

.div-block {
  background-image: url('../images/Home-Edit-Page-Thumbnail-1.webp');
  background-position: 0 0;
  background-size: auto;
}

.column-4 {
  background-image: url('../images/Home-Edit-Page-Image.webp');
  background-position: 0 0;
  background-size: auto;
}

.div-block-2 {
  outline-offset: 0px;
  outline: 3px #333;
  text-decoration: none;
  transition: opacity .2s;
}

.slide {
  background-image: url('../images/Cream-Aesthetic-Vision-Board-Preview-Jul-15.png');
  background-position: 0 0;
  background-size: auto;
  height: 600px;
}

.slide-nav {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-2 {
  background-image: url('../images/Dec-3-Screenshot-from-Media-Library.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Dec-3-Screenshot-from-Media-Library-1.png');
  background-position: 0 0;
  background-size: cover;
}

.slider {
  height: 400px;
}

.section-2 {
  background-image: url('../images/Dec-3-Screenshot-from-Media-Library.png');
  background-position: 0 0;
  background-size: auto;
}

.slider-2 {
  height: 500px;
}

.slide-4 {
  background-image: url('../images/ChatGPT-Image-Mar-31-2026-at-11_04_55-AM.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/ChatGPT-Image-Mar-31-2026-at-11_08_28-AM.png');
  background-position: 0 0;
  background-size: cover;
}

.heading-3, .paragraph-2 {
  text-align: center;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.heading-4 {
  text-align: center;
  margin-top: 50px;
}

.paragraph-3 {
  color: #000;
  text-align: center;
  margin-top: 50px;
  margin-left: 100px;
  margin-right: 100px;
  font-size: 15px;
}

.div-block-3 {
  margin-top: 100px;
}

.client-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.rb-post-wrap {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px 80px;
}

.rb-post-title {
  margin-bottom: 24px;
  font-weight: 700;
}

.rb-post-meta {
  margin-bottom: 32px;
  font-size: 13px;
}

.rb-post-banner {
  border-radius: 10px;
  margin-bottom: 48px;
}

.rich-text-block {
  color: #374151;
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 1.8em;
}

.container-3 {
  margin-top: 7px;
}

.dropdown-toggle {
  padding-top: 15px;
}

.text-block {
  margin-top: -11px;
  font-size: 11px;
  display: inline-block;
  position: relative;
}

.icon-7 {
  margin-top: 19px;
}

.container-4 {
  margin-top: 7px;
}

.image-3 {
  width: 160px;
  max-width: 160px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.dropdown-toggle-2 {
  padding-top: 0;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .navigation {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brand {
    top: 1px;
  }

  .brand.w--current {
    top: 3px;
  }

  .navigation-link {
    color: #fff;
    max-width: 100%;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .banner {
    background-image: url('../images/Dec-3-Screenshot-from-Media-Library.png');
    background-position: 37%;
    height: 600px;
    padding-top: 73px;
  }

  .section {
    padding-top: 20px;
  }

  .sub-title {
    color: #000;
  }

  .text-field {
    width: 344px;
  }

  .hamburger.w--open {
    background-color: #2ca6d9;
  }

  .responsive-menu {
    background-color: #136487d9;
  }

  .paragraph-3 {
    margin-bottom: 49px;
  }

  .client-card {
    padding-left: 20px;
  }

  .image-2 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    background-image: linear-gradient(#2ca6d9b3, #ffffffeb), url('../images/slide-one.jpg');
    background-position: 0 0, 37%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 500px;
  }

  .section.parallax {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-wrapper, .team-wrapper {
    margin-bottom: 40px;
  }

  .text-field {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .client-wrapper {
    width: 33.333%;
    margin-bottom: 25px;
  }

  .red-seperator {
    padding-left: 0;
    padding-right: 0;
    line-height: 26px;
    top: -52px;
  }

  .lightbox-image {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    height: 634px;
    padding-top: 56px;
  }

  .section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .client-wrapper {
    text-align: center;
    width: 100%;
  }

  .hamburger {
    outline-offset: 0px;
    color: #1a4f9f;
    outline: 3px #1a4f9f;
  }

  .slide-4 {
    background-position: 100%;
    background-repeat: repeat-x;
    background-size: auto 60vh;
    background-attachment: fixed;
  }
}


