    body{
        color: #333;
    background-color: #fafafc;
  font-family: 'Montserrat', sans-serif;
     font-weight: normal;
}
header{
    background: #fff;
}
.header__row-2,
.general-text-block .content-wrapper{
        max-width: 1210px;
    margin: 0 auto;
    padding: 0 20px;
}
.dnd-section>.row-fluid {
    max-width: 1170px;
        margin: 0 auto;
            display: flex;
   
}
.row-number-3>.row-fluid{
 justify-content: center;
}
.dnd_area-row-1-padding{
        padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
.footer-row-0-padding{
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
footer{
        background-color: #f5f6f9;
    font-family: Montserrat,sans-serif;
    text-align: center;
}
footer img{
    max-width: 100%;
    margin-bottom: 50px;
}
footer .span4{
   flex: 1 1 30%;
   max-width: 30%;
}
footer .span8{
    flex:1 1 70%;
    max-width: 70%;
        padding-left: 25px;
}
footer .span8 .row-fluid{
    display: flex;
        justify-content: space-evenly;
}
footer .span8 .row-fluid .span4{
    flex:  1 1 33.333%;
    max-width: 33.333%;
}
footer .span8 ul{
    list-style: none;
    padding-left: 0;
}
footer .span8 ul li a{
    padding: 5px 0;
    display: inline-block;
    font-size: 14px;
}
.footer-row-2-background-gradient {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    padding: 20px;
}
.footer-row-2-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
}
.footer-row-2-background-gradient ul{
    padding: 0;
    list-style: none;
        display: flex;
    flex-wrap: wrap;
}
.footer-row-2-vertical-alignment .span6{
    flex: 1 1 50%;
    max-width: 50%;
}
.footer .hs-menu-flow-horizontal ul .hs-menu-item:not(:last-child) {
    margin-right: 15px;
}
.social-links__icon {
    border-radius: 50%;
    display: inline-flex;
    display: -webkit-inline-flex;
    height: 40px;
    margin: 0 0.35rem;
    position: relative;
    width: 40px;
        align-items: center;
}
.footer li, .footer p, .footer span {
    font-size: 14px;
}
.social-links {
    align-items: center;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
        justify-content: flex-end;
}
.social-label {
    display: inline-block;
    margin-right: 15px;
}
.footer .social-links .social-links__link:not(:last-child) {
    margin-right: 10px;
}
.footer a {
    text-decoration: none;
    color: #797979;
}
h1{
    font-size: 48px;
    font-weight: normal;
}
.result{
    font-size:14px;
  }
 .general-text-block{
   background:none;
    padding: 0;
}

.hbspt-form fieldset{
max-width: 100% !important;
}
.hbspt-form fieldset label{
margin-top:20px;
}
.hbspt-form fieldset .inputs-list label{
margin-top:10px;
display: flex;
}
 .richtext-content-block ul,  .richtext-content-block ol{
padding-left:0;
list-style:none;
}
 .richtext-content-block ul li label span,
 .richtext-content-block ul li label span p{
padding-left:10px;
margin-left: 0 !important;
}
 .richtext-content-block ul li label span p{
   font-size: 12px;
padding-left: 0;
}
legend{font-size:16px;}
.hs-input[name="patient_s_phone_number"]{
height: 48px;
    border: 1px solid #e6e6e6;
    line-height: 22px;
    padding: 12px;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 5px;
    width: 100%;
}
h1{
margin-bottom:20px;
}
.hs-button{
    background-color: #009edd;
    color: #fff;
    border: 1px solid #009edd;
    border-radius: 24px;
    padding: 5px 20px;
    font-weight: bold;
}
.richtext-content-block p {
    font-size: 16px;
    margin-top: 15px;
}
.hbspt-form fieldset label.hs-error-msg{
color: #f2545b;
}
input[type="text"],
select{width:100% !important;}
@media (max-width: 767px){
    h1 {
        font-size: 32px;
    }   
}

@media (max-width: 1139px){
     h1 {
        font-size: 40px;
    }   
}
@media screen and (max-width: 991px){
    footer .span8 .row-fluid{
            flex-direction: column;
            argin-bottom: 30px;
    }
    .dnd-section>.row-fluid{
            flex-direction: column;
        justify-content: center;
    }
    footer .span4{
            max-width: 100%;
        flex: 1 1 100%;
        text-align: center;
            margin-bottom: 20px;
    }
    footer .span8 {
        flex: 1 1 100%;
        max-width: 100%;
        padding-left: 0;
            margin-top: 30px;
    }
    footer .span8 .row-fluid .span4 ,
    .footer-row-2-vertical-alignment .span6{
        flex: 1 1 100%;
        max-width: 100%;
    }
    .footer-row-2-background-gradient ul,
    #hs_cos_wrapper_footer-module-19 .social-links{

        justify-content: center;
    }
    .footer span{
            flex: 1 1 100%;
        margin-top: 30px;
    }
}