







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */









@media (max-width: 990px) {
  #main-content {
    margin-top: 74px;
  }
}

.content-wrapper {
  max-width: 1240px;
}

footer .content-wrapper {
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 14px;
  scroll-behavior: smooth;
}

body {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #494A52;
  overflow-x: hidden;
}

.checkmark li {
  list-style: none;
  position: relative;
}

.checkmark ul {
  padding-left: 1.7em;
}

.checkmark li::before {
  content: '';
  position: absolute;
  left: -1.7em;
  top: 0.15em;
  width: 1.1em;
  height: 1.1em;
  background-image: url('https://www.buddyhealthcare.com/hubfs/page-content/2020/checkmark.svg');
  background-size: 100%;
}

.checkmark-white li::before {
  filter: brightness(100);
}


img {
  pointer-events: none;
}

/* Paragraphs */

p {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  color: #1be5b5;
}

a:hover,
a:focus {
  color: #00bd8d;
}

a:active {
  color: #43ffdd;
}

/* Headings */

h1 {
  font-weight: 700; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  color: #2f99d6;
  font-size: 48px;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  color: #2f99d6;
  font-size: 32px;
}

h3 {
  font-weight: 700; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  color: #2f99d6;
  font-size: 26px;
}

h4 {
  font-weight: bold; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  color: #3b3b45;
  font-size: 18px;
}

h5 {
  font-weight: normal; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  color: #3b3b45;
  font-size: 16px;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  color: #494A52;
  font-size: 14px;
}

ul {
  padding-left: 1em;
}

/* Blockquote */

blockquote {
  border-left-color: #F8FAFC;
}






buton:hover, .button, .hs-button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    opacity: .75;
    color: #fff;
}

button, .button, .hs-button, input[type="submit"], input[type="button"] {
    width: max-content;
    display: block;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    border: 0;
    color: #fff;
    cursor: pointer;
    margin-bottom: 50px;
    margin-top: 20px;
    fmedia line-height: 125%;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 500;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 15px 22px;
    background-color: #1be5b5;
    border-radius: 16px 0px;
    outline: 0;
    font-size: 16px;
    font-weight: bold;
}






form,
.submitted-message {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

form p{
  font-size: 1em;
}

form textarea, form .input input{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
}

form textarea{
   width: 100%;
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(47, 153, 214, 1.0)

;
  color: #F8FAFC;
}



/* Form help text */

form legend {
  color: #2f99d6;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: #D1D6DC;
  color: #494A52;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #2f99d6;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #494A52;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #494A52;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #2f99d6;
}

.fn-date-picker td .pika-button:hover {
  background-color: #2f99d6 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #2f99d6;
}







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #2f99d6;
}

th,
td {
  border-color: #2f99d6;
  color: #2f99d6;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(47, 153, 214, 1.0)

;
  border-bottom-color: #2f99d6;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #2f99d6;
}











.footer .footer-row-1-background-gradient{
  color: #fff;
  font-size: 14px;
  position: relative;
}

.footer .footer-row-1-background-gradient::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px !important;
  background-image: url('https://www.buddyhealthcare.com/hubfs/assets/graphical-elements/footer-background-wave.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-top: -56px;
}

.footer .footer-row-1-background-gradient a{
  color: #fff;
  font-size: 1em;
  line-height: 1em;
}

.footer .footer-row-1-background-gradient h3, body .footer .footer-row-1-background-gradient li{
  color: #ffffff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0.6em;
  display: block;
  text-transform: none;
  padding: 0;
}

.footer .footer-row-1-background-gradient h3{
  text-transform: uppercase;
}

body .footer .footer-row-1-background-gradient li a{
  font-weight: 500;
}

body .footer .footer-row-1-background-gradient li a:hover{
  text-decoration: underline;
  color: #fff;
}

.footer__copyright::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__copyright {
  position: relative;
}

@media only screen and (max-width: 768px) {
  footer.footer .footer__copyright .dnd-section .row-fluid {
    width: 90%;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 2em;
  }
  
  footer .social-links, footer .social-links--right {
    text-align: left;
  }
  
  .footer .footer-row-1-background-gradient h3{
    margin-top: 2em;
  }
  
  footer .widget-span {
    padding: 0 !important;
  }
  
  footer .submenu.level-1 > li > a {
    padding: 0.3em 0;
  }
  
  footer .submenu.level-1 > li {
    border: none;
  }
}





.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog listing */

.blog-index__post-title-link {
  color: #2f99d6;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #494A52;
}

/* Blog pagination */

.blog-pagination__link {
  color: #494A52;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #2f99d6;
}

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: #494A52;
}

/* Blog related posts */

.blog-related-posts__title a {
  color: #2f99d6;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #1be5b5;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #00bd8d;
}

#comments-listing .comment-reply-to:active {
  color: #43ffdd;
}











.card__price {
  font-weight: 700; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  color: #2f99d6;
  font-size: 26px;
}