.editor {
    padding: 80px 0;
}
.editor.blue {
    background-color: #017DBE;
}
.editor.turquoise {
    background-color: #017DB8;
}
.editor.white {
    background-color: #DFF2FB;
}
.editor h2,
.editor h1,
.editor h3 {
    font-weight: 600;
    margin: 35px 0 15px 0;
}
.aligncenter {
    clear: both;
    margin: 0 auto;
    display: table;
}
.editor .container-inner {
    max-width: 800px;
    margin: 0 auto;
}
.editor.white p,
.editor.white h2,
.editor.white h1,
.editor.white h3,
.editor.white {
    color: #03458A;
}
.editor {
    font-weight: 400;
}
.editor.white h2,
.editor.white h1,
.editor.white h3 {
    margin-top: 35px;
}
.container-inner img {
    max-width: 100%;
    height: auto;
}
.editor p {
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.editor.blue p,
.editor.blue h2,
.editor.blue h1,
.editor.blue h3,
.editor.turquoise p,
.editor.turquoise h2,
.editor.turquoise h1,
.editor.turquoise h3 {
    color: #fff;
}
span.wpcf7-spinner {
    position: absolute;
    background: red;
    display: block;
    left: 50%;
    margin: 0;
    margin-left: -15px;
}
.form-container.form-simple input[type="text"], .form-container.form-simple input[type="tel"], .form-container.form-simple input[type="email"] {
    background-color: rgba(0,0,0,0.2);
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    padding: 10px 24px;
    line-height: 20px;
    font-weight: lighter;
    margin-top: 16px;
    width: 100%;
}
.form-container.form-simple ::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.form-container.form-simple :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
.wpcf7-not-valid-tip {
    color: #fff;
    font-weight: bold;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #000;
    text-align: center;
    background: #ff8800;
    font-weight: 500;
}
.form-container.form-simple span.wpcf7-form-control.wpcf7-radio.course-treatment {
    color: #fff;
    margin-top: 15px;
    display: table;
    width: 100%;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #FF811E;
    border: 2px solid #FF811E;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    padding: 4px 30px;
    min-width: 158px;
    margin-top: 20px;
    transition: 0.3s ease;
}
.form-container.form-simple ::placeholder {
    color: #fff;
}
.form-container.form-simple {
    text-align: center;
    padding-top: 30px;
    max-width: 550px;
    margin: 0 auto;
}
.cta-container {
    margin: 60px 0;
}
.cta-button:hover,
.cta-button:focus,
input.wpcf7-form-control.has-spinner.wpcf7-submit:hover,
input.wpcf7-form-control.has-spinner.wpcf7-submit:focus {
    background: #1e3661;
    color: #fff;
    border-color: #1e3661;
}
.cta-button {
    transition: 0.3s ease;
    background-color: #FF801E;
    font-size: 21px;
    font-weight: 400;
    max-width: 81%;
    margin: 0 auto;
    display: table;
    border-radius: 50px;
    border: 2px solid #FF801E;
    padding: 7px 33px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-style: italic;
}
.editor.has-bg.contain {
    background-size: contain;
}
.editor.has-bg.cover {
    background-size: cover;
}
.editor.has-bg {
    background-position: center;
    background-repeat: no-repeat;
}
.image-overlap img {
    margin-top: -150px;
}
.editor.button-align-left .cta-container .cta-button {
    margin-left: 0 !important;
}
.editor.button-align-left .cta-container {
    margin-top: 30px;
}
@media(max-width: 490px){
    .editor p span {
        font-size: 17px !important;
    }
    body .cover {
        background-position: 70%;
        min-height: 240px;
    }
    .editor p br {
        display: none;
    }
    body .editor.has_minh {
        min-height: 40vh !important;
    }
}
@media(max-width: 767px){
    .editor.has_minh {
        min-height: 50vh !important;
    }

    .editor h2 span, .editor h1 span, .editor h3 span{
        font-size: 31px !important;
        margin-bottom: 17px;
    }
    body .page-title {
        font-size: 25px;
        height: auto;
    }


    .page-container {
        margin-bottom: 35px;
    }

    .treatments .flex.flex-inline.flex-between {
        flex-direction: column;
    }

    .treatments .flex.flex-inline.flex-between .flex-item {
        width: 100%;
    }

    img.worldwide-education {
        margin-left: -41px;
        margin-bottom: -90px;
        margin-top: -90px;
    }
}
@media(min-width: 1200px){
    .cover.cover-extended.custom-doctor-cover .cover-image {
        min-height: 750px;
        background-position: top;
    }
    .custom-doctor-cover .content-container-cover {
        margin-top: 13%;
    }
}
