.nav-link {
  color: #fff;
  font-size: 16px;
}

.nav-link:hover {
  color: #e30614;
  font-weight: 500;
}

.nav-link.w--current {
  color: #e30614;
  font-weight: 500;
  text-decoration: underline;
}

.image {
  width: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar {
  background-color: #000;
  border-bottom: .5px solid rgba(227, 6, 20, .47);
  padding-top: 5px;
  padding-bottom: 5px;
}

.button {
  background-color: #e30614;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding: 15px 28px;
  font-size: 16px;
}

.button:hover {
  background-color: #720a0c;
}

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

.hero {
  min-height: auto;
  background-image: url('../images/danco-hero.jpg');
  background-position: 0 0;
  background-size: cover;
}

.hero-container {
  height: 500px;
  min-height: auto;
}

.hero-heading {
  width: 400px;
  color: #121a70;
  margin-top: 60px;
  font-size: 36px;
  line-height: 48px;
}

.hero-paragraph {
  max-width: 400px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.hero-button {
  background-color: #e30614;
  border-radius: 10px;
  padding: 15px 28px;
  font-size: 16px;
  line-height: 24px;
}

.hero-button:hover {
  background-color: #000;
}

.hero-button.secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  margin-bottom: 10px;
  margin-left: 0;
}

.hero-button.secondary:hover {
  color: #fff;
  background-color: #000;
}

.hero-button.secondary.gap {
  margin-left: 10px;
}

.hero-button.secondary.gap:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.hero-button.secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  margin-left: 0;
}

.hero-button.secondary.gap {
  margin-left: 10px;
}

.services {
  padding-top: 40px;
  padding-bottom: 40px;
}

.services.usp {
  background-color: #f3f6f8;
}

.services-paragraph {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
}

.services-paragraph.gap {
  margin-top: 10px;
}

.text-span {
  color: #e30614;
  background-color: #fff2f2;
}

.text-span.white {
  background-color: #fff;
}

.article-title {
  color: #e30614;
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

.box-text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.card {
  height: auto;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 17px;
}

.card.services {
  height: 315px;
  background-color: #fafafa;
  border: 1px solid #000;
}

.services-title {
  margin-top: 0;
  font-size: 28px;
  font-weight: 500;
}

.columns {
  margin-top: 0;
  margin-bottom: 0;
}

.columns.gap {
  margin-top: 20px;
}

.footer-link {
  color: #fff;
  margin-top: 10px;
  margin-right: 5px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 160%;
  text-decoration: none;
  display: block;
}

.footer-link.copyright {
  font-size: 12px;
}

.footer-column {
  width: 25%;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.footer-column.email-culumn {
  flex: 1;
}

.footer-column.seo-info {
  width: 33%;
  margin-right: 50px;
}

.footer-container {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.footer-container.footer-container-3 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.footer {
  min-height: 300px;
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  padding: 75px 20px;
  display: block;
}

.footer-links-wrapper {
  min-width: 25%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-links-wrapper.on-footer-3 {
  min-width: 60%;
  justify-content: space-between;
}

.features-text {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.ads-hero {
  background-image: url('../images/marketing.png');
  background-position: 0 0;
  background-size: cover;
}

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

.paragraph {
  color: #121a70;
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.text-span-2 {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
}

.column-6 {
  text-align: center;
  border-radius: 0;
}

.image-3 {
  max-width: 100%;
  text-align: center;
  border-radius: 0;
}

.service-list {
  font-size: 16px;
}

.process {
  height: 70px;
}

.heading {
  text-align: center;
}

.heading.our-process {
  margin-top: 0;
  margin-bottom: 40px;
}

.heading.our-process.challenge {
  text-align: left;
  margin-bottom: 10px;
  font-size: 24px;
}

.heading.our-process.cs {
  font-size: 24px;
}

.the-process {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.the-process-column {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.the-process-column.no-gap {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-2 {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.website-hero {
  background-image: url('../images/website.png');
  background-position: 0 0;
  background-size: cover;
}

.portfolio-image {
  height: 200px;
  border-radius: 10px;
}

.portfolio-image.sh {
  background-image: url('../images/pexels-cottonbro-9374638.jpg');
  background-position: 50%;
  background-size: cover;
}

.portfolio-image.nowmed {
  background-image: url('../images/nowmed.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.portfolio-image.rm {
  background-image: url('../images/blur-g12dd6fe65_1920.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.portfolio {
  background-color: #f3f6f8;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.section-3 {
  background-color: #f3f6f8;
  padding-top: 40px;
  padding-bottom: 40px;
}

.desktop-case {
  padding-top: 0;
  padding-bottom: 20px;
}

.body-2 {
  font-family: DM Sans, sans-serif;
}

.mobile-case {
  display: none;
}

.container-2 {
  text-align: center;
}

.image-5 {
  margin-bottom: 10px;
}

.paragraph-2 {
  font-size: 16px;
}

.box {
  background-color: #f8f8f8;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.link {
  color: #293ae5;
}

.container-4 {
  text-align: center;
}

.heading-3 {
  margin-top: 0;
}

.the-approach {
  margin-top: 20px;
}

.paragraph-3 {
  text-align: left;
}

.text-span-3 {
  font-family: "Fa solid 900", sans-serif;
}

.html-embed {
  width: 10px;
}

.google-ads-partner {
  width: 100px;
  margin-top: 10px;
}

.preview-text {
  color: #757575;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.hero-section {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.date-readtime {
  align-items: center;
  display: flex;
}

.author-social-div {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 25px;
  display: flex;
}

.author-img {
  width: 60px;
  margin-right: 10px;
}

.social-link {
  width: 25px;
  margin-left: 10px;
  transition: all .2s;
}

.social-link:hover {
  opacity: .8;
}

.date-readtime-text {
  opacity: .8;
  color: #000;
  margin-right: 4px;
}

.social-links {
  align-items: center;
  display: flex;
}

.intro-div {
  width: 100%;
  max-width: 900px;
}

.author-info-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.author-name {
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
}

.author-div {
  align-items: center;
  display: flex;
}

.heading-1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.profile-button {
  background-color: #7a878d;
  border-radius: 50px;
  margin-left: 10px;
  padding: 3px 10px 2px;
  transition: all .2s;
}

.profile-button:hover {
  opacity: .8;
}

.name-and-button {
  align-items: center;
  margin-bottom: 2px;
  display: flex;
}

.blog-image-section {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.blog-image-wrapper {
  width: 100%;
  height: 425px;
  max-width: 900px;
  background-image: url('../images/google-ads-for-healthcare.png');
  background-position: 50%;
  background-size: cover;
}

.blog-image-wrapper.landing {
  background-image: url('../images/landing.png');
}

.webflowbanner {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d8d8d8;
  border-bottom-style: none;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  overflow: visible;
}

.text-block-85 {
  font-weight: 600;
}

.image-74 {
  width: 55px;
  border-radius: 0;
  margin-top: -50px;
  margin-bottom: 13px;
  padding-left: 0;
  padding-right: 0;
}

.inctabutton {
  width: 100.5%;
  text-align: center;
  background-color: #293ae5;
  border-radius: 0 0 10px 10px;
  margin-bottom: -3px;
  margin-right: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 22px;
  transition: all .2s;
}

.inctabutton:hover {
  background-color: #000;
}

.article-section {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.article-wrapper {
  width: 100%;
  max-width: 600px;
  padding-left: 0;
  padding-right: 20px;
}

.rich-text-block {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.wfinner {
  width: 100%;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  display: flex;
}

.article-cta-wrap {
  width: 100%;
  max-width: 900px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.title {
  color: #3e66fc;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.related-header {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.related-title-div {
  width: 100%;
  max-width: 900px;
  margin-bottom: 40px;
}

.related-article {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px #e4e4e4;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 25px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.related-article:hover {
  background-color: #fafafa;
}

.related-articles {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.read-more {
  align-items: center;
  margin-top: 25px;
  font-weight: 400;
  display: flex;
}

.image-75 {
  margin-top: 2px;
  margin-left: 5px;
}

.text-wrapper {
  width: 60%;
  padding-right: 30px;
}

.paragraph-4 {
  color: #757575;
  font-size: 20px;
  line-height: 29px;
}

.div-block-3 {
  width: 40%;
  height: auto;
  max-width: 40%;
  min-height: 250px;
  background-image: url('../images/google-ads-for-healthcare.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-3.landing {
  background-image: url('../images/landing.png');
}

.heading-4 {
  color: #000;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 600;
  line-height: 37px;
}

.related-article-wrap {
  width: 100%;
  max-width: 900px;
}

.blog-date {
  color: #293ae5;
  text-transform: uppercase;
  font-weight: 700;
}

.text-block-4 {
  color: #293ae5;
  font-size: 16px;
  font-weight: 600;
}

.body-3 {
  font-family: DM Sans, sans-serif;
}

.bold-text {
  color: #e30614;
}

.paragraph-5 {
  max-width: 400px;
  line-height: 29px;
}

.paragraph-5.center {
  text-align: center;
}

.text-span-4 {
  color: #e30614;
  font-family: "Fa solid 900", sans-serif;
}

.image-76 {
  width: 100px;
}

.section-4 {
  background-color: #e30614;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.heading-6 {
  color: #fff;
}

.paragraph-6 {
  color: #fff;
  font-size: 16px;
}

.paragraph-7 {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
}

.faq_wrapper {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, .15);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 24px;
}

.faq_top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_divider {
  height: 1px;
  background-color: rgba(0, 0, 0, .15);
  margin-top: 24px;
  margin-bottom: 24px;
}

.h4 {
  color: #e30614;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

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

.faq_container {
  max-width: 720px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.faq_bottom {
  transform-origin: 50% 0;
  overflow: hidden;
}

.h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 64px;
}

.faq_arrow {
  width: 24px;
}

.faq_text {
  margin-top: 16px;
}

.div-block-4 {
  margin-top: 10px;
}

.image-77 {
  margin-left: 20px;
}

.text-span-5 {
  font-family: "Fa 400", sans-serif;
}

.text-span-6 {
  color: #e30614;
  background-color: #fff2f2;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .hero {
    background-image: linear-gradient(rgba(255, 255, 255, .71), rgba(255, 255, 255, .71)), url('../images/danco-hero.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-column {
    width: 20%;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-links-wrapper.on-footer-3 {
    flex-direction: column;
    align-items: flex-end;
  }

  .features-text {
    max-width: 500px;
    font-size: 14px;
  }

  .hero-section, .blog-image-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .webflowbanner {
    width: 100%;
    max-width: 600px;
    margin-top: 40px;
    position: static;
  }

  .article-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .article-cta-wrap {
    flex-direction: column;
    align-items: center;
  }

  .related-article, .related-articles {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h4 {
    font-size: 22px;
    line-height: 1.3;
  }

  .container-13 {
    width: 90%;
  }

  .faq_container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h2-2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-position: 50% 100%;
  }

  .hero-container {
    padding-left: 20px;
  }

  .footer-column {
    width: 80%;
    margin-bottom: 60px;
  }

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

  .footer-container.footer-container-3 {
    flex-direction: row;
  }

  .footer {
    min-height: 0;
  }

  .footer-links-wrapper {
    margin-bottom: 25px;
  }

  .desktop-case, .hero-section, .blog-image-section, .article-section, .related-title-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h4 {
    font-size: 22px;
    line-height: 34px;
  }

  .container-13 {
    width: 90%;
  }

  .faq_container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    color: #000;
    background-color: #fff;
    border: 1px solid #fafafa;
    text-decoration: underline;
  }

  .image {
    width: 160px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-menu {
    background-color: #fff;
  }

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

  .menu-button.w--open {
    color: #025dff;
    background-color: rgba(0, 0, 0, 0);
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    margin: 20px;
    display: block;
  }

  .hero {
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/danco_1.png');
    background-position: 0 0, 50% 60%;
    background-size: auto, cover;
  }

  .hero-container {
    height: 550px;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading {
    width: auto;
    margin-top: 40px;
    font-size: 36px;
    line-height: 40px;
  }

  .hero-button {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
  }

  .hero-button.secondary {
    background-color: rgba(255, 255, 255, .54);
  }

  .hero-button.secondary.gap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-button.secondary {
    background-color: rgba(255, 255, 255, .54);
  }

  .services {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-paragraph {
    margin-bottom: 10px;
  }

  .services-paragraph.gap {
    margin-top: 20px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .card {
    margin-top: 20px;
  }

  .card.services {
    height: auto;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .services-title {
    font-size: 24px;
    line-height: 30px;
  }

  .footer-link {
    text-align: left;
    font-size: 16px;
  }

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

  .footer-column.email-culumn {
    width: 100%;
  }

  .footer-column.seo-info {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    margin-right: 0;
  }

  .footer-container.footer-container-3 {
    flex-direction: column;
  }

  .footer {
    background-color: #000;
    margin-top: 0;
  }

  .footer-links-wrapper {
    min-width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links-wrapper.on-footer-3 {
    min-width: 100%;
    align-items: center;
    margin-top: -30px;
    margin-bottom: 2px;
  }

  .features-text {
    text-align: center;
  }

  .ads-hero {
    background-image: url('../images/marketing-mb.png');
    background-position: 50%;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    max-width: 85%;
    margin-bottom: 20px;
  }

  .the-process-column {
    margin-top: 40px;
  }

  .the-process-column.no-gap {
    margin-top: 0;
  }

  .website-hero {
    background-image: url('../images/website-mob.png');
    background-position: 50%;
  }

  .portfolio {
    padding-left: 20px;
    padding-right: 20px;
  }

  .desktop-case {
    display: none;
  }

  .image-4 {
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-case {
    display: block;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    margin-top: 10px;
    font-weight: 700;
  }

  .container-3 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .author-social-div {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .social-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .date-readtime-text {
    white-space: nowrap;
  }

  .social-links {
    margin-bottom: 20px;
  }

  .heading-1 {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-image-section {
    padding-top: 20px;
  }

  .blog-image-wrapper {
    height: 300px;
  }

  .article-section {
    padding-top: 20px;
  }

  .related-title-div {
    padding-left: 0;
    padding-right: 0;
  }

  .related-article {
    flex-direction: column-reverse;
  }

  .text-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .div-block-3 {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
  }

  .icon {
    color: #fff;
    font-size: 30px;
  }

  .faq_wrapper {
    margin-top: 60px;
  }

  .faq_top {
    align-items: flex-start;
  }

  .h4 {
    margin-right: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .faq_container {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .h2-2 {
    font-size: 32px;
  }

  .faq_arrow {
    width: 20px;
    margin-top: 10px;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}