body {
    font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
    html {
        font-size: 9px;
    }
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

.landing-page .container {
    max-width: 980px;
}

.landing-page__header img {
    max-height: 70px;
}

.landing-page__header {
    height: 70px;

    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.landing-page__header_content {
    display: flex;
    height: 70px;
    justify-content: space-between;
    align-items: center;
}

.landing-page__headings {
    max-width: 500px;
    text-align: center;
}

.landing-page__back-button {
    display: inline-block;
    padding: 7px 15px;

    background: #fff;
    border: 1px solid #87b725;
    border-radius: 5px;
    color: #87b725;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 200ms;
}

.landing-page__back-button:hover {
    background: #87b725;
    color: #fff;
}

.landing-page__form p {
    margin: 0 0 20px 0;

    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
}

.landing-page__form span.errors {
    margin: 2px 0 8px 5px;
}

.landing-page__editor-styles {
    font-size: 1.7rem;
    line-height: 1.5;
}

.landing-page__editor-styles ul {
    margin: 10px 0;
    padding: 0;
}

.landing-page__editor-styles ul li {
    position: relative;

    list-style-type: none;
    margin: 0;
    padding: 10px 0 0 30px;
}

.landing-page__editor-styles ul li:before {
    position: absolute;
    top: 0;
    left: 0;

    margin-right: 10px;

    content: '✓';
    color: #87b725;
    font-size: 30px;
}

.landing-page__form {
    max-width: 400px;
    padding: 30px 50px;
    float: right;

    background: #87b725;
    border-radius: 30px;
    color: #fff;
}

.landing-page__form label {
    font-size: 11px;
}

.landing-page__form input, .landing-page__form select {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 7px;

    border: none;
    background: #fff;
    color: #444;
    font-size: 14px;
}

.landing-page__form input[type="checkbox"] {
    width: auto;
    float: left;
    margin: 0 3px 3px 0;
}

.landing-page__form .form-errors ul {
    margin-top: -5px;
    padding: 0 0 0 15px;
    color: #aa3838;
}

.landing-page__form .col-md-6 {
    width: 100%;
}

.landing-page__form form > div {
    padding: 0;
}

.landing-page__form a {
    color: #fff;
    text-decoration: underline;
}

.landing-page__form .form-description, .landing-page .content, .landing-page br, .landing-page .help-block, .landing-page #id_other_file {
    display: none;
}

.landing-page__form button, .landing-page__form input[type="submit"] {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 20px;

    border: none;
    font-size: 14px;
    background: #fff;
    color: #87b725;
}

.landing-page .lading-page__section1 {
    padding: 30px 0;
}

.landing-page__content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-page__image-main {
    text-align: center;
    margin-bottom: 30px;
}

.landing-page__image-main img {
    max-width: 100%;
    height: auto;
}

.landing-page__cta {
    text-align: center;
}

.landing-page__cta a {
    display: inline-block;
    padding: 10px 20px;

    background: #87b725;
    color: #fff;
    font-size: 20px;
}

.landing-page__footer {
    padding: 20px 0;

    background: #87b725;
    color: #fff;
    text-align: center;
}

.therapist_round img {
    max-width: 150px;
    height: auto;
}

.landing-page__about {
    display: flex;
    padding: 30px 40px;
    margin-bottom: 50px;

    background: #eee;
    border-radius: 50px;
}

.landing-page__about h4 {
    margin: 0 0 10px 0;

    font-size: 18px;
    font-weight: bold;
}

.landing-page__about img {
    border-radius: 50%;
    border: 2px solid #87b725;
    background: #fff;
}

.landing-page__about > div:last-child {
    padding: 0 0 0 30px;
}

@media (max-width: 570px) {
    .landing-page__about {
        padding: 30px 20px;
        flex-direction: column;
        text-align: center;
    }

    .landing-page__about > div:last-child {
        padding: 30px 0 0 0;
    }
}


/* fd */
.landing-page--fd .landing-page__form {
    background: #1d8fce;
}

.landing-page--fd .landing-page__form button {
    background: #1d8fce;
    color: #fff;
}

.landing-page--fd .landing-page__header {
    background: #222222;
}

.landing-page--fd .landing-page__footer {
    background: #222322;
}

.landing-page--fd .landing-page__about img {
    border-color: #1d8fce;
}

.landing-page--fd .landing-page__header img {
    max-height: 50px;
}

.landing-page--fd .landing-page__form button, .landing-page--fd .landing-page__form input[type="submit"] {
    background: #fff;
    color: #1d8fce !important;
}

.landing-page--fd .landing-page__back-button {
    background: #1d8fce;
    border: none;
    color: #fff;
}

.landing-page--fd .landing-page__back-button:hover {
    background: #fff;
    color: #1d8fce;
}


/* Media queries */

@media (max-width: 767px) {
    .landing-page__form {
        margin-top: 30px;
        max-width: 100%;
        float: none;
        padding: 30px 20px;
    }
}

/* Replace old styles */
.checkbox, .radio {
    padding-left: 0;
}

#contactForm .send-form {
    float: none;
    width: 100%;

    color: #87b725;
}

#contactForm span.errors {
    padding: 0;
}

#contactForm input, #contactForm textarea {
    padding: 7px;
}