ol,
ul {
    list-style: none;
}

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

section.reservation .header {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #4caf50;
    border-radius: 0px;
    z-index: 99;
    left: calc(24vw - 15px);
    right: calc(24vw - 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.reservation h1 {
    color: #004F6F;
    font-weight: 700;
}

section.reservation h1 small {
    color: #333;
}

.form-group label.control-label {
    color: #35495E !important;
}

section.reservation .header h1 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

section.reservation .header p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 5px;
}

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

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

section.reservation 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.reservation ul.slider-selectors.waiting {
    top: -41px;
    transition: top .2s ease-out;
}

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

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

section.reservation ul.slider-selectors a.active {
    /*background-color: #03a9f4;*/
    color: #35495E !important;
}

section.reservation ul.slider-selectors a.disabled:not(.active) {
    color: rgba(255, 255, 255, 0.25)
}

section.reservation .reservation-slider {
    width: 100%;
}

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

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

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

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

section.reservation .slider-item>div .opacity.waiting {
    display: block;
    z-index: 999;
}

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

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

section.reservation .step-info h1 {
    text-align: left;
    font-size: 34px;
    margin: 20px;
    color: #003F5C;
    font-weight: 600;
}

section.reservation .step-info p {
    color: #35495E;
    font-size: 18px;
    /* margin-bottom: 20px; */
}

section.reservation .geopoint-item {
    position: relative;
    background-color: #f5f5f5;
    color: #333;
    padding: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    /* border-radius: 0px;
    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.reservation .geopoint-item.active {
    border-color: #0b74bd;
    transition: border-color .25s ease-out;
}

section.reservation .geopoint-item.active h1 {
    color: #0b74bd;
    transition: color .25s ease-out;
}

section.reservation .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.reservation .geopoint-item.active .triangle {
    border-color: transparent #0b74bd transparent transparent;
    transition: border-color .25s ease-out;
}

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

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

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

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

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

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

section.reservation .site-item {
    position: relative;
    background-color: #f5f5f5;
    color: #333;
    padding: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 0px;
    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.reservation .site-item.active {
    border-color: #0b74bd;
    transition: border-color .25s ease-out;
}

section.reservation .site-item.active h1 {
    color: #0b74bd;
    transition: color .25s ease-out;
}

section.reservation .site-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.reservation .site-item.active .triangle {
    border-color: transparent #0b74bd transparent transparent;
    transition: border-color .25s ease-out;
}

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

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

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

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

section.reservation .site-item>div>span {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 5px;
    word-wrap: break-word;
}

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

section.reservation .slot-item {
    position: relative;
    padding: 6px;
    margin-bottom: 6px;
    border-radius: 0px;
    /* border-bottom: 1px solid; */
    /*box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);*/
    /* box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.6), 0 1px 6px 0 rgba(0, 0, 0, 0.6); */
}

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

}

section.reservation .clinic-info .text-success {
    color: #fff !important;
}

.client-form .text-success {
    color: #fff !important;
}

.client-form .form-control {
    color: #35495E !important;
}

.client-form h5 {
    color: #FFF !important;
}


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

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

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

section.reservation .slot-item span {
    text-align: left;
}

section.reservation .slot-date {
    color: #004F6F !important;
    text-align: left !important;
    font-weight: 700 !important;
    padding-top: 10px !important;
}

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

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

section.reservation .slot-times {
    /* border-left: 1px solid #35495E; */
}

section.reservation .slot-times a {
    color: #004F6F;
    font-weight: 700;
    border-radius: 10px !important;

}

section.reservation .slot-times a {
    background-color: transparent;
    font-size: 16px;
    border: 1px solid;
    padding: 8px 0;
    width: 100%;
    margin-top: 6px;
    direction: ltr !important;
}

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

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

section.reservation .slot-times a.active {
    color: #fff;
    background-color: #0b74bd;
}

section.reservation label {
    color: black;
    font-size: 16px;
}

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

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

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

}

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

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

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

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

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

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

section.reservation table.resume tr>td:first-child {
    /*white-space: nowrap;*/
    text-align: right;
    width: 350px;
}

.client-satisfactions {
    height: 40px;
    width: 40px;
}

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


.btn_nav_success {
    background-color: #003F5C !important;
    color: #fff !important;
}

@media screen and (min-width: 1101px) {
    .services {
        width: 80px;
    }

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

    .services_text {
        font-size: 14px;
        text-align: center;
    }

    section.reservation .slider-item>div {
        padding: 50px 20px 10px 20px;
    }

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

@media screen and (max-width: 1100px) and (min-width: 800px) {
    .services {
        width: 60px;
    }

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

    .services_text {
        font-size: 12px;
        text-align: center;
        line-height: 1.3em;
    }

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

    section.reservation .slider-item>div {
        padding: 50px 20px 10px 20px;
    }

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

@media screen and (max-width: 800px) {
    .services {
        width: 80px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

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

    .services_text {
        font-size: 12px;
        text-align: center;
        line-height: 1.3em;
    }

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

    section.reservation .slider-item>div {
        padding: 50px 20px 10px 20px;
    }

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

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

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

    header .banner {
        width: 100%;
    }

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

.popover {
    min-width: 200px;
}

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



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

.res_mode_editable {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    height: 30px !important;
    line-height: 30px !important;
    display: inline-block !important;
    padding: 4px 6px !important;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    color: #555555 !important;
    vertical-align: middle !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    appearance: auto !important;
    font-size: 16px !important;
    width: 200px !important;
}

.info-circle {
    padding: 0px !important;
    font-size: 20px !important;
    border: none !important;
    /* border-radius: 20px; */
    background: none !important;
    box-shadow: none !important;
    color: #35495E !important;
    margin-left: 10px !important;
}

.btn-default {
    /* background-color: #FFFFFF !important; */
    color: #0080A7 !important;
    box-shadow: none !important;
}

.modal-title {
    color: #004F6F !important;
    font-weight: 700 !important;
    font-size: 2.3em !important;
}

nav {
    background-color: #fff;
}

.service-list-container {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
}

.service-list,
.service-list-mobile {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 30px);
    position: relative !important;
}

.service-list.expanded,
.service-list-mobile.expanded {
    white-space: normal;
}

.expand-icon,
.expand-icon-mobile {
    cursor: pointer;
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block;
    user-select: none;
}

a.clinic_pre {
    color: black;
    text-decoration: underline;
}

header span.snippet a {
    color: #003F5C;
}

header span.snippet a:hover {
    color: #0090C2;
}

section.reservation .header {
    background-color: #003F5C;
    border-top: 5px solid #0090C2;
}

section.reservation ul.slider-selectors a.active {
    background-color: #0090C2;
    color: #FFFFFF !important;
}

section.reservation .navigator button {
    color: #003F5C;
    font-weight: 700;
    border-color: #CED2D4;
    background-color: transparent;
    border-radius: 15px;
}

section.reservation .navigator button.hover {
    color: #FFFFFF;
    border-color: #0090C2;
    background-color: #0090C2;
}

section.reservation .navigator button.active {
    color: #FFFFFF;
    background-color: #0090C2;
}

section.reservation .geopoint-item:hover {
    border-color: #003F5C;
}

section.reservation .geopoint-item:hover h1 {
    color: #003F5C;
}

section.reservation .geopoint-item:hover .triangle {
    border-color: transparent #003F5C transparent transparent;
}

section.reservation .slot-times a:hover {
    background-color: #003F5C;
}

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

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;
}

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

/*input[type=checkbox] {*/
/*-webkit-appearance: checkbox !important;*/
/*-moz-appearance: checkbox !important;*/
/*appearance: checkbox !important;*/
/*}*/

.datepicker {
    color: #000;
}

.select-filter {
    /* background-color: #0090C2 !important;
    margin: 0px; */
    padding: 0px 4px;
    border: 1px solid;
    border-radius: 5px;
}

.bootstrap-select>.dropdown-toggle {
    margin: 1px;
}

.opt_out_question .fa-chevron-up {
    display: none;
}

.opt_out_question .dropdowncontent {
    display: none;
}

.opt_out_question.active .fa-chevron-up {
    display: inline-block;
}

.opt_out_question.active .fa-chevron-down {
    display: none;
}

.opt_out_question.active .dropdowncontent {
    display: inline-block;
}

.clinic_score {
    font-size: 0.5em;
    font-weight: bold;
}

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

.stepper-wrapper {
    font-family: Arial;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin: 0 20vw;

    @media (max-width: 768px) {
        margin: 0 5vw;
    }
}


.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;

    @media (max-width: 768px) {
        font-size: 12px;
    }
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ffffff;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ffffff;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #004f6f;
    border: 2px solid #ffffff;
    color: #ffffff;
    margin-bottom: 6px;
}

.stepper-item.active {
    font-weight: bold;
}

.stepper-item.active .step-counter {
    font-weight: 700;
    color: #ffffff;
    background-color: #0fa0cc;
    border: 2px solid #0fa0cc;
}

.stepper-item.completed .step-counter {
    font-weight: 700;
    color: #ffffff;
    background-color: #004f6f;
    border: 2px solid #0fa0cc;
}

.stepper-item.completed.active .step-counter {
    font-weight: 700;
    color: #ffffff;
    background-color: #0fa0cc;
    border: 2px solid #0fa0cc;
}

.step-name {
    color: #ffffff;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #0fa0cc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.stepper-item.completed.active::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ffffff;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

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

.input_border {
    border-radius: 10px;
}

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

.btn-continue.next-prev-step.self-report {
    width: 100%;
    height: 150px;
    margin-right: unset;
    text-wrap: wrap;
}

.btn-continue.next-prev-step {
    box-shadow: 0 2px 5px 0 #003F5C,
        0 2px 10px 0 #003F5C !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 #003F5C,
        0 4px 15px 0 #003F5C !important;
}

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

.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;
}


.input-txt::placeholder {
    padding-left: 6px;
    font-size: 20px !important;
}

.input-txt {
    padding-left: 6px;
    font-size: 20px !important;
}

.alert.alert-primary {
    background-color: #D6EAF3 !important;
    color: #4A6E7A !important;
    max-width: 400px;
}

.client_country_code {
    max-width: 50px;
    margin-left: unset;
    margin-right: 5px;
}

.client_country_code_label {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    margin-top: 8px;
    text-align: right;
}


/* HTML DIR IS RTL */

html[dir="rtl"] .client_country_code {
    max-width: 50px;
    margin-left: 5px;
    margin-right: unset;
}

html[dir="rtl"] .client_country_code_label {
    width: 20px;
    height: 20px;
    margin-right: unset;
    margin-left: 2px;
    margin-top: 8px;
    text-align: left;
}

html[dir="rtl"] .stepper-item::before {
    right: -50%;
    left: 0;
}

html[dir="rtl"] .stepper-item::after {
    right: 50%;
    left: 0;
}

html[dir="rtl"] .stepper-item.completed::after {
    right: 50%;
    left: 0;
}

html[dir="rtl"] .stepper-item.completed.active::after {
    right: 50%;
    left: 0;
}

html[dir="rtl"] section.reservation .step-info h1,
html[dir="rtl"] section.reservation .slot-date {
    text-align: right !important;
}

html[dir="rtl"] section.reservation table.resume tr>td:first-child {
    text-align: left !important;
}

html[dir="rtl"] section.reservation .geopoint-item>div>span {
    padding-left: 0px;
    padding-right: 30px;
}

html[dir="rtl"] section.reservation .geopoint-item>div>span>span:first-child {
    margin-left: 0px;
    margin-right: -30px;
}

html[dir="rtl"] section.reservation .geopoint-item>div.main-body {
    padding-left: 10px;
    padding-right: 20px;
}