.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1e488b;
    min-height: 400px;
    padding: 34px 0;
}
.cover h2, .cover h1, .cover h3 {
    font-size: 80px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}
.cover.light-blue {
    background-color: #16b0f1;
}
.cover.blue {
    background-color: #1e488b;
}
.cover.white {
    background-color: #E0F1FB;
}
.cover-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cover.cover-extended h2,
.cover.cover-extended h1,
.cover.cover-extended h3 {
    font-size: 60px;
}
.content-container-cover.para {
    font-size: 20px
}
.light-blue .cover-caption,
.blue .cover-caption {
    color: #fff;
}
.white .cover-caption {
    color: #1e488b;
}
.cover.cover-extended {
    padding: 0;
    position: relative;
}
.cover.cover-extended .cover-image .container {
    padding: 60px 15px;
}
.content-container-cover {
    max-width: 70%;
}
.content-container-cover.para {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 50%;
}
.cta-container.cta-container--cover .cta-button {
    max-width: 500px;
    box-shadow: 0 0 0 6px #017db8;
}
.editor.button-align-left .cta-container .cta-button {
    margin-left: 0 !important;
}
.editor.button-align-left .cta-container {
    margin-top: 30px;
}
.cta-container.cta-container--cover {
    position: absolute;
    bottom: -97px;
    width: 100%;
    z-index: 1;
    left: 0;
}
.editor.button-align-left .cta-container .cta-button {
    margin-left: 0;
}
.custom-doctor-cover .cta-button {
    font-size: 34px;
    padding: 14px 33px;
}
@media(max-width: 767px){
    .content-container-cover.para p span {
        font-size: 20px !important;
    }
    .cover.cover-extended h2,
    .cover.cover-extended h1,
    .cover.cover-extended h3 {
        font-size: 35px;
    }
    .cover-caption.mobile {
        padding: 20px;
        background: #044589;
    }
    .cta-container.cta-container--cover.mobi{
        position: relative;
        bottom: 0;
        width: 100%;
        margin-bottom: -61px;
    }
    .custom-doctor-cover .cta-container.cta-container--cover.mobi {
        margin-bottom: -46px;
    }
    .cover-caption.mobile .content-container-cover.para {
        margin-top: 0;
        margin-bottom: 0;
        max-width: 100%;
    }
    .cover h2, .cover h1, .cover h3 {
        font-size: 48px;
    }
}