.therapy-survey-lower {
    background: #717963;
    opacity: 0.8;
    color: #fff;
    /*border: 1px solid #f99f7e; */
    position: fixed;
    top: 50px;
    right: 130px;
    z-index: 9999;
    border-radius: 0.25rem;
    padding: 10px 20px;
}
.therapy-survey-lower:hover {
    background: #23282D;
}
#therapy_survey_op {
    display: none;
}
.therapy-survey-lower label {
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
    font-weight: 700;

}
.therapy-survey-lower label:hover {
    cursor: pointer;
}
.therapy-survey-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    overflow: hidden;
}

.therapy-survey-overlay1 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    overflow: hidden;
}

.therapy-survey-overlay .close-label {
    width: 58px;
    height: 58px;
    position: absolute;
    right: 100px;
    top: 100px;
    z-index: 100;
    cursor: pointer;
}
.therapy-survey-overlay label .close {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.therapy-survey-overlay label .close:hover::before, .therapy-survey-overlay label .close:hover::after {
    background-color: #1ebcc5;
}
.therapy-survey-overlay label .close::before, .therapy-survey-overlay label .close::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000;
}
.therapy-survey-overlay label .close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.therapy-survey-overlay label .close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.therapy-survey-lower~.therapy-survey-overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
#therapy_survey_op:checked~.therapy-survey-overlay-hugeinc {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.therapy-survey-overlay-hugeinc .therapy-survey-container {
    -moz-perspective: 300px;
}

/** start of content */
.therapy-survey-overlay .therapy-survey-container {
    text-align: center;
    position: relative;
    width: calc(100% + 15px);
    overflow-y: auto;
    height: 100%;
}
.therapy-survey-container .therapy-survey-box {
    width: 80%;
    display: inline-block;
    margin-top: 10%;
    max-width: 800px;
    text-align: left;
    margin-bottom: 70px;
}

.therapy-survey-container .therapy-survey-header {
    border-bottom: 2px solid;
}
.therapy-survey-container .therapy-survey-body {
    padding-top: 20px;
}
.therapy-survey-container .therapy-survey-footer {
    padding-top: 20px;
}

#therapy_survey_content ul {
    list-style-type: none;
    padding: 0px;
}

#therapy_survey_content li {
    display: inline-block;
}

#therapy_survey_content .chk-user {
    display: none;
}

#therapy_survey_content li label {
    border: 1px solid #717963;
    border-radius: 3px;
    padding: 15px;
    display: block;
    position: relative;
/*    margin: 10px;*/
    margin-bottom: .3rem;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#therapy_survey_content li p {
    padding: 5px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    background: #717963;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

#therapy_survey_content li label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

#therapy_survey_content li label img {
    width: 100%;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

#therapy_survey_content li label.checked {
    border-color: #ddd;
}

#therapy_survey_content li label.checked::before {
    content: "✓";
    background-color: #717963;
/*    background-color: grey;*/
    transform: scale(1);
}

#therapy_survey_content li label.checked img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1;
}
#therapy_survey_content p {
    text-align: center;
}

.therapy-survey-footer #survey_previous {
    float: left;
    padding: 8px 16px;
    background-color: #f1f1f1;
}
.therapy-survey-footer #survey_previous:hover {
    background-color: #ddd;
    text-decoration: none;
}
.therapy-survey-footer #survey_next {
    float: right;
}
.therapy-survey-footer #survey_next:hover {
    opacity: 0.8;
}

#survey_error {
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;
}

/** radio button */
#therapy_survey_content .radio-container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f3f3f3;
    margin-bottom: 20px;
/*    margin-bottom: 40px;*/
    padding: 16px 10px 16px 50px;
    border-radius: 5px;
}

#therapy_survey_content .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#therapy_survey_content .checkmark {
    position: absolute;
    top: 23px;
    left: 15px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border: 2px solid;
}

#therapy_survey_content .radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

#therapy_survey_content .radio-container input:checked ~ .checkmark {
    background-color: #717963;
}

#therapy_survey_content .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#therapy_survey_content .radio-container input:checked ~ .checkmark:after {
    display: block;
}

#therapy_survey_content .radio-container .checkmark:after {
    left: 7px;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

#therapy_survey_content .therapy-survey-sub-title {
    margin-top: 30px;
    margin-bottom: 30px;
}
.radio-container .therapy-survey-input {
    background-color: #fff;
    border: 1px solid;
}

#therapy_survey_content .contact-input {
    margin-bottom: 20px;
}
.btn {
    font-size: 16px;
    font-weight: 800;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

/* For mobile resonsive*/
.onepress-menu > li > a[href="#match_therapist"] {
    display:none;
}
@media screen and (max-width: 1140px) {
    .onepress-menu.onepress-menu-mobile li a[href="#match_therapist"] {
        display: block;
    }
    .therapy-survey-lower {
        display: none;
    }
    .therapy-survey-overlay .close-label {
        right: 25px;
        top: 70px;
    }
    .therapy-survey-overlay label .close {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 600px) {
    .therapy-survey-overlay .close-label {
        right: 10px;
        top: 10px;
    }
}