/* CSS Document */
body {
    color: #000;

}

.banner_free_sleep_quiz {
    position: relative;
}

.free_sleep_banner img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.banner_img_free_sleep {
    position: relative;
}

.banner_img_free_sleep::after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.banner_free_sleep_text {
    position: absolute;
    width: 50%;
    height: 390px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10%;
    color: #fff;
    font-weight: normal;
}

.banner_free_sleep_text a {
    text-decoration: none;
    margin-top: 0px;
    display: inline-block;
    padding: 20px 35px;
}

.banner_free_sleep_text a:hover {
    color: #fff;
}

.cmn_btn2 {
    width: auto;
    height: auto;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 35px 10px 35px;
    line-height: 1;
    border-bottom: 0;
    text-transform: uppercase;
    margin: 13px 0 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.color_btn {
    background: rgb(0, 0, 0);
    background: linear-gradient(274deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgb(133 0 126) 52%, rgba(0, 0, 0, 1) 100%);
}

.free_sleep_logo {
    position: absolute;
    top: -55px;
    width: 200px;
}

.free_sleep_logo img {
    max-width: 100%;
}

.banner_free_sleep_text h2 {
    font-weight: lighter;
}

.banner_free_sleep_text p strong {
    border: 1px solid #fff;
    padding: 5px 16px;
    display: inline-block;
}

.banner_bottom {
    background: rgb(0 120 127);
    text-align: center;
    color: #fff;
    padding: 20px 0px 200px 0px;
}

.sleep_form {
    position: relative;
    margin-top: -180px;
}

.sleep_form label {
    line-height: 18px;
}

.form-check {
    text-align: left;
}

.text-left {
    text-align: left;
}

.start_btn {
    margin-top: 30px;
}

.start_btn a,
.start_btn a:hover {
    text-decoration: none;
    color: #fff;
}

.note_col p {
    line-height: 18px;
}

.sleep_banner,
.sleep_banner img {
    height: 300px;
}

.sleep_banner_main .banner_free_sleep_text {
    width: 40%;
    height: 70px;
}

.sleep_banner_main .free_sleep_logo {
    top: -75px;
}

.switch {
    display: block;
    margin: 12px auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 30px;
    padding: 3px;
    background-color: white;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    cursor: pointer;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #bdc3c7;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background border;
    -moz-transition-property: opacity background border;
    -o-transition-property: opacity background border;
    transition-property: opacity background border;
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    font-size: 14px;
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #000;
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    opacity: 0;
}

.switch-input:checked~.switch-label {
    background: #34495E;
}

.switch-input:checked~.switch-label:before {
    opacity: 0;
}

.switch-input:checked~.switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 9px;
    left: 10px;
    width: 18px;
    height: 18px;
    background: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eeeeee, white);
    background-image: -moz-linear-gradient(top, #eeeeee, white);
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(to bottom, #eeeeee, white);
}


.switch-input:checked~.switch-handle {
    background: #1abc9c;
    left: 45px;
    -moz-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-input:checked~.switch-handle:before {
    background: #1abc9c;
}

.switch-green>.switch-input:checked~.switch-label {
    background: #4fb845;
}

.inner_banner_col {
    height: auto;
}

.banner_img_free_sleep.inner_banner_colimg img {
    height: 322px;
}

.inner_banner_col .free_sleep_logo {
    top: 55px;
    width: 60%;
    height: auto;
}

.inner_banner_col .free_sleep_logo img {
    max-width: 200px;
    margin-bottom: 20px;
}

.progressbar {
    display: inline-block;
    width: 110px;
    margin: 0 0 10px 0;
}

.circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.circle:after {
    width: 120px;
    height: 120px;
    content: "";
    /*border: 2px solid #fb4f14;*/
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
}

.circle canvas {
    vertical-align: middle;
    /*border: 2px solid #fb4f14;*/
    border-radius: 50%;
}

.circle div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -51px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-family: roboto;
    font-size: 24px;
    font-weight: bold;
    color: rgb(128, 0, 119);
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color: white;
    margin-top: 12px;
}

.ul_list {
    margin: 0;
}

.ul_list li {
    list-style: none;
    font-weight: normal;
}