section.assessment {
    padding: 60px 0 0 0;
    height: auto;
}

section.assessment .header {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #4caf50;
    border-radius: 0px;
    z-index: 99;
    left: calc(19vw - 15px);
    right: calc(19vw - 15px);
    margin-top: -60px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

section.assessment h1 {
    color: #35495E;
}

section.assessment .header h1 {
    color: #fff;
    font-family: "Varela Round", "Khmer OS Battambang", "Arial", sans-serif;
    font-size: 32px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 5px;
    text-wrap: nowrap;
}

section.assessment .header h1>small {
    color: #EEEEEE;
}

section.assessment .container-selectors {
    margin: 10px 0 5px 0;
    height: 42px;
    overflow: hidden;
}

section.assessment .container-selectors i {
    font-style: normal;
}

section.assessment .form-check-label {
    font-size: 1.3em;
}

@media (max-width: 768px) {
    section.assessment .form-check-label {
        font-size: 1em;
        line-height: 26px;
    }
}

.feedback-question {
    font-size: 1.3em;
    font-weight: bold;
}

section.assessment ul.slider-selectors {
    position: relative;
    width: 100%;
    margin: 0;
    top: 0;
    padding: 5px;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    transition: top .25s ease-out;
}

section.assessment ul.slider-selectors.waiting {
    top: -41px;
    transition: top .2s ease-out;
}

section.assessment ul.slider-selectors>li {
    display: table-cell;
    width: 1%;
}

section.assessment ul.slider-selectors span,
section.assessment ul.slider-selectors a {
    white-space: nowrap;
    color: #35495E;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500px;
    padding: 5px 0;
    border-radius: 0px;
    display: block;
    margin-left: 3px;
    margin-right: 3px;
    background-color: lightgray;
    border-radius: 5px;
}

section.assessment ul.slider-selectors a.active {
    background-color: #03a9f4;
    color: #000;
}

section.assessment ul.slider-selectors a.disabled:not(.active) {
    color: #a9a9a9;
}

section.assessment .assessment-slider {
    width: 100%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

section.assessment .slider-item>div {
    color: #35495E;
    margin: 0 15vw 0 15vw;
    padding: 70px 20px 10px 20px;
    /*min-height: 50vh;*/
    border-radius: 10px;
}

@media (max-width: 350px) {
    section.assessment .slider-item>div {
        padding: 130px 20px 10px 20px;
    }
}

section.assessment .slider-item:first-child>div {
    padding-top: 0px;
}

section.assessment .navigator button {
    width: 100%;
    padding: 12px 0;
    background-color: transparent;
    color: #333;
    border: 2px solid #262528;
    border-radius: 10px;
}

section.assessment .navigator button.active {
    color: #fff;
    border-color: transparent;
    background-color: #03a9f4;
    transition: all .25s ease-out;
}

section.assessment .slider-item>div .opacity {
    position: absolute;
    top: 0;
    left: 15vw;
    bottom: 0;
    right: 15vw;
    border-radius: 10px;
    background-color: #fff;
    opacity: 0.9;
    display: none;
}

section.assessment .slider-item>div .opacity.waiting {
    display: block;
}

section.assessment .slider-item>div .opacity>div {
    font-size: 88px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50vh;
    transform: translate(-50%, -100%);
}

section.assessment .step-info {
    text-align: left;
    padding: 0 10px;
}

section.assessment .step-info h1 {
    text-align: left;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    section.assessment .step-info h1 {
        font-size: 16px;
        line-height: 24px;
    }
}

section.assessment .step-info p {
    color: #35495E;
    font-size: 16px;
    margin-bottom: 20px;
}

section.assessment .geopoint-item {
    position: relative;
    display: none;
    background-color: #f5f5f5;
    color: #333;
    padding: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 2px;
    border-top: 1px solid #ddd;
    border-top-width: 5px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

section.assessment .geopoint-item.active {
    border-color: #f44336;
    transition: border-color .25s ease-out;
}

section.assessment .geopoint-item.active h1 {
    color: #f44336;
    transition: color .25s ease-out;
}

section.assessment .geopoint-item .triangle {
    position: absolute;
    text-align: right;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #ddd transparent transparent;
}

section.assessment .geopoint-item.active .triangle {
    border-color: transparent #f44336 transparent transparent;
    transition: border-color .25s ease-out;
}

section.assessment .geopoint-item .triangle>i {
    display: none;
    position: relative;
    left: 22px;
    top: 3px;
    color: #fff;
    font-size: 22px;
}

section.assessment .geopoint-item>div.main-body {
    position: relative;
    margin-left: 160px;
    min-height: 150px;
    padding-left: 20px;
    border-left: 1px solid #ddd;
}

section.assessment .geopoint-item>div.main-body>img {
    position: absolute;
    width: 150px;
    height: auto;
    max-height: 150px;
    left: -160px;
}

section.assessment .geopoint-item>div>h1 {
    margin: 0 15px 20px 0;
    font-size: 24px;
    color: #000;
}

section.assessment .geopoint-item>div>span {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 5px;
}

section.assessment .geopoint-item>div>span>span:first-child {
    position: absolute;
    margin-left: -30px;
    margin-top: 3px;
}

section.assessment .slot-item {
    position: relative;
    padding: 6px;
    margin-bottom: 6px;
    border-radius: 2px;
    border: 0;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

section.assessment .clinic-info {
    margin-bottom: 20px !important;
    text-align: center;
}

section.assessment .slot-item h1 {
    margin-top: 6px;
    text-align: center;
    font-size: 24px;
}

section.assessment .slot-item a>span:first-of-type {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: center center;
}

section.assessment .slot-item a>span.glyphicon {
    position: relative;
    top: 3px;
}

section.assessment .slot-item span {
    text-align: center;
}

section.assessment .slot-date {
    color: #222;
    text-align: center;
    padding-top: 10px;
}

section.assessment .slot-date>span {
    display: block;
    line-height: 1;
    font-size: 16px;
    opacity: .6;
}

section.assessment .slot-date>span:nth-child(2) {
    font-size: 64px;
    opacity: 1;
}

section.assessment .slot-times {
    border-left: 1px solid #ddd;
}

section.assessment .slot-times a {
    color: #4a4a4a;
}

section.assessment .slot-times a {
    background-color: #f5f5f5;
    font-size: 18px;
    padding: 8px 0;
    width: 100%;
    margin-top: 6px;
}

section.assessment .slot-times a>span:first-child {
    font-size: 60%;
}

section.assessment .slot-times a>span {
    position: relative;
    top: 2px;
}

section.assessment .slot-times a.active {
    color: #fff;
    background-color: #f44336;
}

section.assessment label {
    color: #35495E;
}

section.assessment select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 4px 6px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    section.assessment select {
        padding: 2px 0px;
    }
}

section.assessment .form-group {
    margin-top: 5px;
}

section.assessment .form-control {
    font-size: 22px;
    border: solid 1px #35495E;
    border-radius: 4px;
    background-image: none;

}

section.assessment .form-control-feedback {
    top: inherit;
    margin-top: -44px;
}

section.assessment .form-group label.control-label {
    font-size: 90%;
    margin-top: 5px;
    margin-bottom: 5px;
}

section.assessment .code {
    margin-bottom: 20px;
}

section.assessment .code label {
    margin-bottom: 10px;
}

section.assessment .code .label {
    font-size: inherit;
}

section.assessment .code h1 {
    margin-top: 0px;
}

section.assessment table.resume tr>td:first-child {
    white-space: nowrap;
    text-align: right;
}

.avatar-col {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.avatar-doctor {
    max-width: 280px;
    width: 25%;
    height: auto;
    margin: 0 auto;
}

.btn-text {
    margin-top: 10px;
    height: 35%;
    font-weight: 500;
    color: #000 !important;
}

.header_topnav {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    /* padding-top: 30px; */
}

nav {
    background-color: #fff;
}


header span.snippet a {
    color: #006E83;
}

header span.snippet a:hover {
    color: #9ED5E1;
}

section.assessment .header_welcome {
    background-color: #006E83;
    border-top: 5px solid #9ED5E1;
}

section.assessment .header {
    background-color: #006E83;
    border-top: 5px solid #9ED5E1;
}

section.assessment ul.slider-selectors a.active {
    background-color: #9ED5E1;
    color: #fff;
}

section.assessment .navigator button:hover {
    color: #006E83;
    border-color: #006E83;
}

section.assessment .navigator button.active {
    color: #fff;
    background-color: #006E83;
}

section.assessment .geopoint-item:hover {
    border-color: #006E83;
}

section.assessment .geopoint-item:hover h1 {
    color: #006E83;
}

section.assessment .geopoint-item:hover .triangle {
    border-color: transparent #006E83 transparent transparent;
}

section.assessment .slot-times a:hover {
    background-color: #006E83;
}

.swal2-html-container,
.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
    font-size: 14px;
}

.que_txt {
    color: #006E83;
    font-weight: 700;
}

@media (max-width: 800px) {
    .avatar-doctor {
        max-width: 280px;
        width: 100px;
        height: auto;
        margin: 0 10px;
    }
}

.section-logos-div {
    padding: 5px !important;
}

.section-logos-div-v {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}

.price-info {
    color: #000 !important;
    font-size: 14px !important;
}

h3.recommendation {
    color: #1A1818;
    font-weight: 500;
}


h2.result-color,
h3,
h4 {
    color: #006E83;
    font-weight: 700;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.form-group.has-error.particular-case .control-label {
    border-bottom: 2px solid #f44336;
}

.form-group.particular-case small {
    display: none;
    color: #f44336;
}

.form-group.has-error.particular-case small {
    display: block;
}

.header_welcome {
    width: 100%;
    margin-top: -60px;
}

.col-middle {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.popover {
    max-width: 90%;
}

.ui-datepicker {
    z-index: 10000 !important;
}

.datepicker {
    color: #000;
}

.btn-group>.btn-first {
    float: none !important;
}

.btn-continue {
    border-radius: 10px;
}

.btn-continue {
    box-shadow: 0 2px 5px 0 rgba(66, 133, 244, .16),
        0 2px 10px 0 rgba(66, 133, 244, .12) !important;
}

.btn-continue:active,
.btn-continue:focus,
.btn-continue:hover {
    box-shadow: 0 5px 11px 0 rgba(231, 52, 57, .18),
        0 4px 15px 0 rgba(231, 52, 57, .15) !important;
}

.btn-continue.next-prev-step {
    border-radius: 10px;
}

.btn-continue.next-prev-step {
    box-shadow: 0 2px 5px 0 #006E83,
        0 2px 10px 0 #006E83 !important;
}

.btn-continue.next-prev-step:active,
.btn-continue.next-prev-step:focus,
.btn-continue.next-prev-step:hover {
    box-shadow: 0 5px 11px 0 #006E83,
        0 4px 15px 0 #006E83 !important;
}

@media screen and (min-width: 1101px) {
    h1.qsmall {
        font-size: 30px !important;
    }

    .services {
        width: 80px;
    }

    .services_text {
        color: #35495E;
        font-size: 14px;
        text-align: center;
    }

    .img-center {
        width: 125px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .section-logos {
        margin: 20px;
        background: #FFF;
    }
}

@media screen and (max-width: 1100px) and (min-width: 800px) {
    h1.qsmall {
        font-size: 24px !important;
    }

    .services {
        width: 60px;
    }

    .services_text {
        color: #35495E;
        font-size: 12px;
        text-align: center;
    }

    .service {
        padding-left: 0;
        padding-right: 0;
    }

    .img-center {
        width: 100px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .section-logos {
        margin: 20px;
        background: #FFF;
    }
}

@media screen and (max-width: 800px) {
    h1.qsmall {
        font-size: 16px !important;
        line-height: 24px;
    }

    .services {
        width: 80px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .services_text {
        color: #35495E;
        font-size: 11px;
        text-align: center;
        line-height: 1.3em;
    }

    .service {
        padding-left: 0;
        padding-right: 0;
    }

    .img-center {
        width: 100px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .section-logos {
        margin: 20px;
        background: #FFF;
    }

    .logo-div {
        width: 100px !important;
        display: inline-block;
    }

    .btn-text {
        font-size: 18px !important;
    }

    .services-box {
        min-height: 115px
    }

    .header_welcome {
        padding: 0px;
        /* height: 200px; */
    }

    #play_div div {
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    .tx-welcome {
        font-size: 18px !important;
        /* padding-top: 25px !important; */
        width: 100% !important;
    }

    .img-block {
        /* margin-left: 150px !important; */
        width: 200px !important;
    }

    .header_topnav {
        /* padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-top: 30px; */
        padding: 0px;
    }

    header .banner {
        width: 100%;
    }


}


@media screen and (min-width: 801px) {
    .btn-text {
        font-size: 18px !important;
    }

    .services-box {
        min-height: 155px
    }

    .tx-welcome {
        font-size: 18px !important;
        font-weight: bold !important;
    }

    .col-middle {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin-top: 10px;
    }


}

.popover {
    min-width: 200px;
}

h3.popover-title {
    color: #000000 !important;
}



html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.logo-div {
    width: 100px;
    display: inline-block;
}

.bordercurb {
    background-color: #FFFFFF;
    border-radius: 15px;
    margin-bottom: 20px;
}

.img-block {
    /* margin-left: 150px !important; */
    width: 100%;
}

.help-row {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
    text-align: center;
    font-size: 20px;
    background-color: #006E83;
    color: #FFF;
}

.help-row a {
    color: #FFF;
    text-decoration: underline;
}

img.grayscale {
    filter: grayscale(100%);
}