.inner-page-banner{
/*    background-image: url(../images/patient-banner.jpg);*/
    background-size: 50%;
    background-position: right;
}
.visit-sec {
    padding: 100px 0px 70px;
}
.visit-content {
    background: #f8faf7;
    padding: 13px 50px;
    height: 100%;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}
.visit-content .main-heading h3 {
    font-size: 35px;
}
.visit-content p:last-child{
    margin-bottom: 0;
}
.visit-content.second-visit {
    background: #eceeeb;
    /*padding: 40px 30px;*/
}
.visit-content p {
    margin-bottom: 20px;
}
.row.no-gutters.first-row {
    margin-bottom: 35px;
}
.testing-sec.education-sec{
    padding-top: 0;
}
.testing-sec.education-sec .btn {
    margin: 20px 0 0px;
}

/*forms css*/
.patient-forms {
    background-color: #f8faf7;
    padding: 80px 0px;
/*    background-image: url(../images/form-bg.png);*/
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
}
.form-content {
    margin-bottom: 70px;
}
.form-content h3 {
    color: #adbec3;
    font-size: 40px;
    font-weight: 500;
}
.download-icon {
    margin-left: 30px;
}
.download-icon img {
    margin-top: -5px;
    margin-left: 15px;
}
.form-btns {
    margin-bottom: 40px;
}
.form-btns:last-child{
    margin-bottom: 0px;
}
.form-btns h5 {
    font-size: 20px;
    color: #6d7172;
    font-family: 'Quattrocento', serif;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Responsiveness */
@media(max-width: 1439px){
    .inner-page-banner{
        background-size: 50% 100%;
    }
    .patient-forms{
        background-size: 50% 100%;
    }
}
@media(max-width: 1279px){
    .inner-page-banner {
        background-size: contain;
    }
}
@media(max-width: 1023px){
    .testing-sec.education-sec{
        padding-bottom: 30px;
    }
    .patient-forms{
        position: relative;
    }
    .patient-forms:before{
        content: '';
        background: rgb(248,250,247,0.9);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media(max-width: 767px){
    .inner-page-banner {
        background-size: cover;
        background-position: center;
    }
    .visit-sec {
        padding: 50px 0px 50px;
    }
    .visit-content{
        padding: 30px 20px;
    }
    .visit-content .main-heading h3 {
        font-size: 30px;
    }
    .patient-forms{
        background-size: cover;
    }
}
@media(max-width: 479px){
    .form-btns .btn {
        min-width: 230px;
    }
    .download-icon{
        margin-top: 20px;
        margin-left: 0;
    }
}