section.reservation {
    padding: 75px 0 0 0;
    /*background-color: rgb(11,116,189);*/
    /*background-image: url(/assets/img/bg-overlay.png);*/
    /*background-image: url(/assets/img/bg-overlay.png), -moz-linear-gradient(180deg, rgba(11,116,189,1) 0%, rgba(20,9,88,1) 100%);*/
    /*background-image: url(/assets/img/bg-overlay.png), -webkit-linear-gradient(180deg, rgba(11,116,189,1) 0%, rgba(20,9,88,1) 100%);*/
    /*background-image: url(/assets/img/bg-overlay.png), linear-gradient(180deg, rgba(11,116,189,1) 0%, rgba(20,9,88,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b74bd",endColorstr="#140958",GradientType=1);*/
}

section.reservation .header {
    position: absolute;
    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: #fff;
}

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

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

section.reservation .header h1 {
    color: #FFFF00;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-size: 36px;
    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: 42px;
    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;
}

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: #fff;
    margin: 0 20vw;
    /*padding: 100px 20px 10px 20px;*/
    min-height: 50vh;
    border-radius: 0px;
}

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: 20vw;
    bottom: 0;
    right: 20vw;
    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: center;
    padding: 0 10px;
}

section.reservation .step-info h1 {
    text-align: center;
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 10px;
}

section.reservation .step-info p {
    color: #fff;
    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: #FFFF00;
    transition: border-color .25s ease-out;
}

section.reservation .geopoint-item.active h1 {
    color: #2f2257;
    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 #FFFF00 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: 0;
    /*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: #fff !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: center;
}

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

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

section.reservation .slot-times a {
    color: #4a4a4a;
    border-radius: 0px !important;
}

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

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: #2f2257;
    background-color: #FFFF00;
}

section.reservation label {
    color: #fff;
}

section.reservation 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: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

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

section.reservation .form-control {
    font-size: 22px;
}

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

section.reservation .form-group label.control-label {
    font-size: 90%;
    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;
}

.client-satisfactions {
    height: 40px;
    width: 40px;
}
@media screen and (min-width: 1101px) {
    .services {
        width: 80px;
    }
    .services_text {
        font-size: 14px;
        text-align: center;
    }
    section.reservation .slider-item > div {
        padding: 100px 20px 10px 20px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 800px) {
    .services {
        width: 60px;
    }
    .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: 100px 20px 10px 20px;
    }
}

@media screen and (max-width: 800px) {
    .services {
        width: 50px;
    }
    .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: 130px 20px 10px 20px;
    }
}
.popover{
    min-width: 140px;
}
h3.popover-title{
    color: #000000; !important;
}

.justify-content-center{
    display: flex!important;
    justify-content:center!important
}

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

.btn-group-chat {
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}