*{
    font-family: 'Montserrat', sans-serif;
}
html{
    scroll-behavior:smooth;
}
.inner-container{
    width: 70%;
    margin: 0 auto;
}
.header h1{
    font-family: 'Source Serif Pro', serif;
    font-weight: bold;
}

.header{
    padding: 65px 0px;
}
.white-btn{
    border: 1px solid #212529;
    font-size: 20px;
    background: #fff;
    color: #212529;
    border-radius: 10px;
    padding: 9px 20px;
    text-align: center;
}
.white-btn:hover{
    background: #fff;
    opacity: 0.8;
    color: #212529;
    text-decoration: none;
}

.blue-btn-small{
    border: 1px solid #0198ff;
    font-size: 20px;
    background: #0198ff;
    color: #fff;
    border-radius: 10px;
    padding: 9px 20px;
    text-align: center;
    box-shadow: 10px 9px 19px 0px rgba(1,152,255,0.34);
    -webkit-box-shadow: 10px 9px 19px 0px rgba(1,152,255,0.34);
    -moz-box-shadow: 10px 9px 19px 0px rgba(1,152,255,0.34);
}
.blue-btn-small:hover{
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}
nav.navbar ul{
    margin-left: 25px;
}
nav.navbar ul li a{
    color: #212529;
    font-size: 14px;
    text-decoration: none;
}
.header-content{
    position: relative;
    background-repeat: no-repeat;
    background: url(../img/header.svg);
    background-size: cover;
    background-position: bottom;
    padding-top: 15px;
    padding-bottom: 85px;
}
.logo-container{
    min-width: 290px;
}
.header-content p{
    text-align: left;
    width: 70%;
    padding-left: 17%;
    padding-top: 20px;

}

.header-btn-container{
    padding-top: 55px;
}
h3{
    color: #0198ff;
    font-size: 20px;
}
h4 {
    font-size: 20px;
}

/*section 2*/
.section_2{
    padding-bottom: 50px;
}
.section_2 .heading h2{
    margin-right: 20px;
    display: inline-block;
    font-size: 20px;
    color: #0198ff;
}
.section_2 .heading img{
    margin-right: 5px;
    vertical-align: initial;
    width: 15px;
}
/*section 3*/
.section_3{
    margin-top: 50px;
    padding-bottom: 50px;
}
.section_3 h3{
    margin-bottom: 30px;
}
.section_3 h4{
    font-size: 20px;
    margin-bottom: 15px;
}
.section_3 img{
    margin-top: -30px;
}
/*section 4*/
.section_4{
    margin-top: 50px;
    padding-bottom: 50px;
}
.section_4 h3{
    margin-bottom: 50px;
}
.step > div{
    color: #0198ff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
}
.step > img{
    height: 70px;
    margin-bottom: 25px;
}
.step > p{
    font-size: 13px;
    line-height: 15px;
}
.step:after{
    position: absolute;
    content: "";
    width: 25px;
    background: url(../img/icon-arrow-right.svg) no-repeat;
    right: -10px;
    height: 25px;
    top: 83px;
    bottom: 0;
}
.step:last-of-type:after{
    display: none;
}
/*section 5*/
.section_5:before{
    position: absolute;
    content: "";
    border-top: 1px solid #212529;
    width: 80%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.section_5:after{
    position: absolute;
    content: "";
    border-bottom: 1px solid #212529;
    width: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.section_5{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.section_5 h3{
    margin-bottom: 50px;
}
.section_5 p{
    width: 45%;
    margin: 0 auto 30px;
}
/*section 6*/
.section_6{
    margin-top: 50px;
    padding-bottom: 50px;
}
.section_6 h3{
    margin-bottom: 20px;
}
.screening-population p{
    color: #0198ff;
}
.screening-population img{
    height: 80px;
}
.screening-population a{
    padding: 10px !important;
    display: block;
}
.screening-population a:hover{
    background: rgba(0,0,0,.01) !important;
    text-decoration: none;
}
footer {
    background: #ebebeb;
    padding: 50px;
    margin-top: 60px;
}
footer .social a{
    padding: 5px;
}
footer .social a:hover{
    text-decoration: none;
}
footer .social a>img{
    height: 20px;

}

footer ul li a{
    color: #212529;
    font-size: 16px;
}
footer ul li{
    list-style: none;
}
/*header*/
.tel-header img, .tel-header-mobile img{
    border: 1px solid #5a5a58;
    padding: 3px 6px;
    border-radius: 4px;
    width: 30px;
    margin-right: 15px;
}
.tel-header a{
    color: #212529;
}
.my-account-header img{
    width: 25px;
}
.hippa-logo-header img{
    width: 100px;
    margin-right: 20px;
}
.search-form-header{
    margin-right: 15px;
}
.search-form-header div{
    border: 1px solid #5a5a58;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
    display: inline-block;
    padding: 2px;
    margin-right: -5px;
}
.search-form-header div img{
    margin-left: 5px;
    width: 16px;
    margin-right: 10px;
}
.search-form-header input{
    border: 1px solid #5a5a58;
    border-left: none;
    padding: 2px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 150px;
}
.search-form-header input:focus {
    outline: none;
}

/*testimonial*/
.testimonial h3{
    margin-bottom: 30px;
}
.testimonial{
    margin-top: 50px;
}
.testimonial-content .author{
    text-align: right;
    font-weight: bold;
}
.testimonial-content{
    width: 50%;
    margin: 0 auto;
    font-size: 18px;
    position: relative;
    padding-top: 15px;
}
.testimonial .carousel-control-prev img, .testimonial .carousel-control-next img{
    width: 45px;
}
.testimonial .carousel-control-next img{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.testimonial-content span{
    position: absolute;
    font-size: 90px;
    left: -45px;
    top: -31px;
    z-index: 9999;
    font-family: 'Source Serif Pro', serif;
}

@media only screen and (max-width: 768px) {
    h1{
        font-size: 22px;
    }
    .header {
        padding: 15px 15px;
    }
    .blue-btn-small{
        font-size: 16px;
    }
    .header-content p{
        display: none;
    }
    .header-btn-container {
        padding-top: 15px;
    }
    .inner-container {
        width: auto;
    }
    .section_2 a.blue-btn-small{
        display: block;
    }
    .section_4{
        margin-top: 0px;
    }
    .section_5 p{
        width: auto;
    }
    .section_6 a.blue-btn-small{
        display: block;
    }
    .testimonial {
        margin-top: 0;
    }
    .testimonial-content {
        width: 70%;
    }
    footer{
        text-align: center;
    }
    footer ul{
        padding-left: 0px;
        margin-top: 15px;
    }
    .section_3 h3{
        text-align: center;
    }
    .section_3{
        margin-top: 0px;
    }
    .logo-container img{
        width: 210px;
    }
    .step:nth-of-type(3):after{
        display: none;
    }
    .logo-container {
        min-width: 220px;
    }
    .hippa-logo-header img {
        margin-right: 0;
    }
}