form.greyForm .nice-select.parsley-error {
    border-color: #f16d7d;
}

.transfer-form {
    margin-top: 50px;
}

.transfer-form .prev-autocomplete .auto-wrap {
    position: absolute;
    background: #50bbee;
    top: 100%;
    width: 100%;
    z-index: 999;
    margin-top: -10px;
    max-height: 300px;
    overflow: scroll;
}

.transfer-form .prev-autocomplete .auto-wrap a {
    text-decoration: none;
}

.transfer-form .prev-autocomplete .auto-wrap .item-block p {
    margin: 0;
    color: #fff;
    font-weight: 700;
    padding: 15px 20px;
}

.transfer-form .prev-autocomplete .auto-wrap .item-block p:hover {
    background: #419fcc;
}

.transfer-form .powermail_field legend,
.verify-form .powermail_field legend {
    margin-top: 5px;
    font-weight: 700;
    font-size: 18px;
    color: #50bbee;
}

.verify-form .powermail_field.customer {
    margin-top: 20px;
}

.transfer-form form .cols-3 .fieldwrap {
    width: 33%;
    vertical-align: bottom;
}

.transfer-form form .powermail_field.checkradio {
    margin-bottom: 15px;
}

.transfer-form form .cols-3 .fieldwrap legend {
    margin-bottom: 10px;
}

.transfer-form form input[type="radio"],
.transfer-form form input[type="checkbox"],
.verify-form form input[type="radio"],
.verify-form form input[type="checkbox"] {
    width: 18px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    height: 26px;
}

.transfer-form form label,
.verify-form form label {
    margin-right: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
}

.transfer-form form label.show-surgery {
    display: none;
    color: #ef6f7f;
}

.transfer-form form .schedule {
    background: #f4f4f4;
    padding: 15px 25px 15px 25px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    border-right: 10px solid #fff;
}

#schedules legend,
.transfer-form form .schedule:last-child {
    margin-bottom: 20px;
}

#schedules .error {
    font-weight: 700;
    color: #f16d7d;
}

#schedules .error p {
    font-weight: 700;
}

#patientid.error,
#fullname.error,
#dateofbirth.error {
    border-color: #f16d7d;
    color: #f16d7d;
}

#patientid.success,
#fullname.success,
#dateofbirth.success {
    border-color: #71d38a;
    color: #71d38a;
}

.transfer-form form .schedule h4,
.transfer-form form .schedule h4:first-of-type {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.transfer-form form .schedule p {
    font-weight: 700;
    margin: 0;
}

.transfer-form form .schedule label {
    margin: 0;
    font-weight: 400;
    position: absolute;
    right: 15px;
    bottom: 5px;
}

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

.ui-datepicker select.ui-datepicker-year {
    width: auto;
    opacity: 1;
    position: relative;
    height: auto;
    border: none;
    background: transparent;
}

#ajax-loading,
#notification,
#content-area,
#waitlist-area {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999999999999;
}

/* Base Loading */
#ajax-loading {
  display: none;
  text-align: center;
  padding: 24px 0;
  width: 100%;
}

/* New Loading */
#ajax-loading .loader {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: conic-gradient(
        #0060c6 0deg,
        #2371c4 120deg,
        #93c5fd 240deg,
        #ffffff 360deg,
        transparent 480deg 
    );
    /* make it a ring (hole in center) */
    -webkit-mask: radial-gradient(circle, transparent 50%, black 52%) !important;
    mask: radial-gradient(circle, transparent 50%, black 52%) !important;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Old Loading */
/* #ajax-loading .loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 16px solid #e3e3e3;
    border-radius: 50%;
    border-top: 16px solid #50bbee;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
} */

#notification .content-wrap {
    width: 320px;
    height: 405px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e5e5;
}

#notification .content-wrap span {
    font-weight: 700;
    color: #56bcec;
}

#content-area .content-wrap,
#waitlist-area .content-wrap {
    width: 90%;
    max-width: 1024px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 30px auto;
    background: #fff;
    padding: 20px;
    border: 1px solid #e5e5e5;
    overflow-y: scroll;
}

#content-area .content-wrap::-webkit-scrollbar-track,
#waitlist-area .content-wrap::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}

#content-area .content-wrap::-webkit-scrollbar,
#waitlist-area .content-wrap::-webkit-scrollbar {
    width: 10px;
    background-color: #f4f4f4;
}

#content-area .content-wrap::-webkit-scrollbar-thumb,
#waitlist-area .content-wrap::-webkit-scrollbar-thumb {
    background-color: #56bcec;
}

#get-detailed {
    display: none;
}

.grey-block {
    background: #f8f8f8;
    padding: 20px 22px;
    margin-bottom: 20px;
}

.grey-block button {
    outline: none;
}

.grey-block .red {
    background: #ef6f7f;
}

.grey-block .red:hover {
    color: #ef6f7f;
    border-color: #ef6f7f;
    background: #fff;
}

.close {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.3;
    background: #fff;
    border: none;
}

.close:hover {
    opacity: 1;
    border: none;
}

.close:before,
.close:after {
    position: absolute;
    right: 10px;
    top: 0;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: #333;
}

.close:hover:before,
.close:hover:after {
    background-color: #56bcec;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #f4f4f4;
}

.checkbox-container:hover input~.checkmark {
    background-color: #efecec;
}

.checkbox-container input:checked~.checkmark {
    background-color: #56bcec;
}

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

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 768px) {

    .transfer-form form .fieldwrap,
    .transfer-form form .cols-3 .fieldwrap {
        width: 100%;
    }

    .nice-select span {
        width: 260px;
    }

    .transfer-form form .schedule {
        width: 100%;
        border-right: 0;
    }

    .transfer-form form .schedule label {
        position: static;
    }

    #content-area .content-wrap {
        width: 100%;
        margin: auto;
    }
}

.doctors .nice-select .option[data-value^="KMN"],
.doctors .nice-select .current,
#schedules .schedule h4 {
    text-transform: capitalize;
}

button#terms-confirmation-btn.disabled {
    background: #bbb;
}

button#terms-confirmation-btn.disabled:hover {
    background: #bbb;
    border-color: #bbb;
    color: #fff;
}

.slick-slider .hero .content {
    top: 45%;
}

.glider,
.glider-contain {
    margin: 0 auto;
    position: relative;
}

.glider,
.glider-track {
    transform: translateZ(0);
}

.glider-dot,
.glider-next,
.glider-prev {
    border: 0;
    padding: 0;
    user-select: none;
    outline: 0;
}

.glider-contain {
    width: 100%;
}

.glider {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

.glider-track {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 1;
}

.glider.draggable {
    user-select: none;
    cursor: -webkit-grab;
    cursor: grab;
}

.glider.draggable .glider-slide img {
    user-select: none;
    pointer-events: none;
}

.glider.drag {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.glider-slide {
    user-select: none;
    justify-content: center;
    align-content: center;
    width: 100%;
    min-width: 150px;
}

.glider-slide img {
    max-width: 100%;
}

.glider::-webkit-scrollbar {
    opacity: 0;
    height: 0;
}

.glider-next,
.glider-prev {
    position: absolute;
    background: 0 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: -23px;
    top: 30%;
    cursor: pointer;
    color: #666;
    opacity: 1;
    line-height: 1;
    transition:
        opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),
        color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.glider-next:focus,
.glider-next:hover,
.glider-prev:focus,
.glider-prev:hover {
    color: #ccc;
}

.glider-next {
    right: -23px;
    left: auto;
}

.glider-next.disabled,
.glider-prev.disabled {
    opacity: 0.25;
    color: #666;
    cursor: default;
}

.glider-hide {
    opacity: 0;
}

.glider-dots {
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}

.glider-dot {
    display: block;
    cursor: pointer;
    color: #ccc;
    border-radius: 999px;
    background: #ccc;
    width: 12px;
    height: 12px;
    margin: 7px;
}

.glider-dot:focus,
.glider-dot:hover {
    background: #ddd;
}

.glider-dot.active {
    background: #a89cc8;
}

@media (max-width: 36em) {
    .glider::-webkit-scrollbar {
        opacity: 1;
        -webkit-appearance: none;
        width: 7px;
        height: 3px;
    }

    .glider::-webkit-scrollbar-thumb {
        opacity: 1;
        border-radius: 99px;
        background-color: rgba(156, 156, 156, 0.25);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
        box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    }
}

.datepicker-container {
    background-color: #fff;
    direction: ltr;
    font-size: 12px;
    left: 0;
    line-height: 30px;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 210px;
    z-index: -1;
}

.datepicker-container:after,
.datepicker-container:before {
    border: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.datepicker-dropdown {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 0 3px 6px #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    z-index: 1;
}

.datepicker-inline {
    position: static;
}

.datepicker-top-left,
.datepicker-top-right {
    border-top-color: #39f;
}

.datepicker-top-left:after,
.datepicker-top-left:before,
.datepicker-top-right:after,
.datepicker-top-right:before {
    border-top: 0;
    left: 10px;
    top: -5px;
}

.datepicker-top-left:before,
.datepicker-top-right:before {
    border-bottom-color: #39f;
}

.datepicker-top-left:after,
.datepicker-top-right:after {
    border-bottom-color: #fff;
    top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
    border-bottom-color: #39f;
}

.datepicker-bottom-left:after,
.datepicker-bottom-left:before,
.datepicker-bottom-right:after,
.datepicker-bottom-right:before {
    border-bottom: 0;
    bottom: -5px;
    left: 10px;
}

.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
    border-top-color: #39f;
}

.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
    border-top-color: #fff;
    bottom: -4px;
}

.datepicker-bottom-right:after,
.datepicker-bottom-right:before,
.datepicker-top-right:after,
.datepicker-top-right:before {
    left: auto;
    right: 10px;
}

.datepicker-panel>ul {
    margin: 0;
    padding: 0;
    width: 102%;
}

.datepicker-panel>ul:after,
.datepicker-panel>ul:before {
    content: " ";
    display: table;
}

.datepicker-panel>ul:after {
    clear: both;
}

.datepicker-panel>ul>li {
    background-color: #fff;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
}

.datepicker-panel>ul>li:hover {
    background-color: #e5f2ff;
}

.datepicker-panel>ul>li.muted,
.datepicker-panel>ul>li.muted:hover {
    color: #999;
}

.datepicker-panel>ul>li.highlighted {
    background-color: #e5f2ff;
}

.datepicker-panel>ul>li.highlighted:hover {
    background-color: #cce5ff;
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
    color: #39f;
}

.datepicker-panel>ul>li.disabled,
.datepicker-panel>ul>li.disabled:hover {
    background-color: #fff;
    color: #ccc;
    cursor: default;
}

.datepicker-panel>ul>li.disabled.highlighted,
.datepicker-panel>ul>li.disabled:hover.highlighted {
    background-color: #e5f2ff;
}

.datepicker-panel>ul>li[data-view="month next"],
.datepicker-panel>ul>li[data-view="month prev"],
.datepicker-panel>ul>li[data-view="year next"],
.datepicker-panel>ul>li[data-view="year prev"],
.datepicker-panel>ul>li[data-view="years next"],
.datepicker-panel>ul>li[data-view="years prev"],
.datepicker-panel>ul>li[data-view="next"] {
    font-size: 18px;
}

.datepicker-panel>ul>li[data-view="month current"],
.datepicker-panel>ul>li[data-view="year current"],
.datepicker-panel>ul>li[data-view="years current"] {
    width: 150px;
}

.datepicker-panel>ul[data-view="months"]>li,
.datepicker-panel>ul[data-view="years"]>li {
    height: 52.5px;
    line-height: 52.5px;
    width: 52.5px;
}

.datepicker-panel>ul[data-view="week"]>li,
.datepicker-panel>ul[data-view="week"]>li:hover {
    background-color: #fff;
    cursor: default;
}

.datepicker-hide {
    display: none;
}

.blanklist,
ul.parsley-errors-list,
.powermail_message.powermail_message_error,
.slick-dots,
footer .footerMain ul,
.mobileBooking ul,
.docDetail .locations ul,
.openinghours ul,
ul.treatments,
.page-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    /* list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) */
}

.blanklist li,
ul.parsley-errors-list li,
.powermail_message.powermail_message_error li,
.slick-dots li,
footer .footerMain ul li,
.mobileBooking ul li,
.docDetail .locations ul li,
.openinghours ul li,
ul.treatments li,
.page-navigation ul li {
    line-height: normal;
}

.blanklist li::before,
ul.parsley-errors-list li::before,
.powermail_message.powermail_message_error li::before,
.slick-dots li::before,
footer .footerMain ul li::before,
.mobileBooking ul li::before,
.docDetail .locations ul li::before,
.openinghours ul li::before,
ul.treatments li::before,
.page-navigation ul li::before {
    display: none;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.container {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.rowStyle {
    box-sizing: border-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.rowStyle.reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.col-xs {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.col-xs-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-xs-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-xs-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-xs-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-xs-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-xs-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-xs-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-xs-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-xs-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0;
}

.col-xs-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 25%;
}

.col-xs-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 50%;
}

.col-xs-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 75%;
}

.col-xs-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 100%;
}

.col-xs {
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    max-width: 100%;
}

.start-xs {
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.center-xs {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
}

.end-xs {
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
}

.top-xs {
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.middle-xs {
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

.bottom-xs {
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
}

.between-xs {
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.first-xs {
    -ms-flex-order: -1;
    order: -1;
}

.last-xs {
    -ms-flex-order: 1;
    order: 1;
}

@media only screen and (min-width: 460px) {
    .col-xs {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .col-xs-1 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xs-2 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xs-3 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-xs-4 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xs-5 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xs-6 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-xs-7 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xs-8 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xs-9 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-xs-10 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xs-11 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xs-12 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-xs-offset-0 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 0;
    }

    .col-xs-offset-1 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 8.3333333333%;
    }

    .col-xs-offset-2 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 16.6666666667%;
    }

    .col-xs-offset-3 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 25%;
    }

    .col-xs-offset-4 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 33.3333333333%;
    }

    .col-xs-offset-5 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 41.6666666667%;
    }

    .col-xs-offset-6 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 50%;
    }

    .col-xs-offset-7 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 58.3333333333%;
    }

    .col-xs-offset-8 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 66.6666666667%;
    }

    .col-xs-offset-9 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 75%;
    }

    .col-xs-offset-10 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 83.3333333333%;
    }

    .col-xs-offset-11 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 91.6666666667%;
    }

    .col-xs-offset-12 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 100%;
    }

    .col-xs {
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        max-width: 100%;
    }

    .start-xs {
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .center-xs {
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .end-xs {
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right;
    }

    .top-xs {
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-xs {
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bottom-xs {
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .around-xs {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    .between-xs {
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .first-xs {
        -ms-flex-order: -1;
        order: -1;
    }

    .last-xs {
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 768px) {
    .col-sm {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .col-sm-1 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-offset-0 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 0;
    }

    .col-sm-offset-1 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 8.3333333333%;
    }

    .col-sm-offset-2 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 16.6666666667%;
    }

    .col-sm-offset-3 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-5 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 41.6666666667%;
    }

    .col-sm-offset-6 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-8 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 66.6666666667%;
    }

    .col-sm-offset-9 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-11 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 91.6666666667%;
    }

    .col-sm-offset-12 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 100%;
    }

    .col-sm {
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        max-width: 100%;
    }

    .start-sm {
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .center-sm {
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right;
    }

    .top-sm {
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-sm {
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bottom-sm {
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    .between-sm {
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .first-sm {
        -ms-flex-order: -1;
        order: -1;
    }

    .last-sm {
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 1025px) {
    .col-md {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .col-md-1 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-0 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 0;
    }

    .col-md-offset-1 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 8.3333333333%;
    }

    .col-md-offset-2 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 16.6666666667%;
    }

    .col-md-offset-3 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 25%;
    }

    .col-md-offset-4 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 33.3333333333%;
    }

    .col-md-offset-5 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 41.6666666667%;
    }

    .col-md-offset-6 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 50%;
    }

    .col-md-offset-7 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 58.3333333333%;
    }

    .col-md-offset-8 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 66.6666666667%;
    }

    .col-md-offset-9 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 75%;
    }

    .col-md-offset-10 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 83.3333333333%;
    }

    .col-md-offset-11 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 91.6666666667%;
    }

    .col-md-offset-12 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 100%;
    }

    .col-md {
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        max-width: 100%;
    }

    .start-md {
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .center-md {
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .end-md {
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right;
    }

    .top-md {
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-md {
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bottom-md {
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    .between-md {
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .first-md {
        -ms-flex-order: -1;
        order: -1;
    }

    .last-md {
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 1200px) {
    .col-lg {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .col-lg-1 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-0 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 0;
    }

    .col-lg-offset-1 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-2 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 16.6666666667%;
    }

    .col-lg-offset-3 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-5 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 41.6666666667%;
    }

    .col-lg-offset-6 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-8 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 66.6666666667%;
    }

    .col-lg-offset-9 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-11 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 91.6666666667%;
    }

    .col-lg-offset-12 {
        box-sizing: border-box;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 100%;
    }

    .col-lg {
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        max-width: 100%;
    }

    .start-lg {
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .center-lg {
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right;
    }

    .top-lg {
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-lg {
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bottom-lg {
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    .between-lg {
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .first-lg {
        -ms-flex-order: -1;
        order: -1;
    }

    .last-lg {
        -ms-flex-order: 1;
        order: 1;
    }
}

[class^="icon-"],
[class*="icon-"],
.iconElement,
.slick-prev:before,
.slick-next:before,
.nice-select:after,
.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before,
a.phone::before,
a.whatsapp::before,
a.message::before,
a.calendar::before,
a.eye::before,
a.back::before,
a.mail::before,
a.download::before,
a.arrow::after,
p.icon::before,
.btn.video::before,
button.video::before,
input.video[type="submit"]::before,
footer .footerMain ul li a::after,
.imageWrap a.enlarge::after,
.reviews .slide .quoteContent::before,
.reviews .slide .quoteContent::after,
.mobileBooking ul li a::before,
.patientTestimonial blockquote.quoteContent::before,
.patientTestimonial blockquote.quoteContent::after,
.acc-element .acc-title::after,
.docsList .doctor h6 a::after,
.breadcrumbs span::after,
.docfilter #filtererror h4::before,
.docfilter #filtererror .acc-element .acc-title h1::before,
.acc-element .acc-title .docfilter #filtererror h1::before,
.docfilter #filtererror .acc-element .acc-title h2::before,
.acc-element .acc-title .docfilter #filtererror h2::before,
.docfilter #filtererror .acc-element .acc-title h3::before,
.acc-element .acc-title .docfilter #filtererror h3::before,
.docfilter #filtererror .acc-element .acc-title h5::before,
.acc-element .acc-title .docfilter #filtererror h5::before,
.docfilter #filtererror .acc-element .acc-title h6::before,
.acc-element .acc-title .docfilter #filtererror h6::before,
.docDetail .locations ul li::before,
.locationblock::before,
.openinghours::before,
.publicTransport::before,
.car::before,
ul.treatments li a::before {
    font-family: "kmn-iconfont" !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
    content: "";
}

.icon-video:before {
    content: "";
}

.icon-lupe:before {
    content: "";
}

.icon-car:before {
    content: "";
}

.icon-mail:before {
    content: "";
}

.icon-public:before {
    content: "";
}

.icon-clock:before {
    content: "";
}

.icon-kmn-doctor-error:before {
    content: "";
}

.icon-quotes-down:before {
    content: "";
}

.icon-quotes-up:before {
    content: "";
}

.icon-download:before {
    content: "";
}

.icon-fax:before {
    content: "";
}

.icon-map:before {
    content: "";
}

.icon-arrow:before {
    content: "";
}

.icon-arrow-left:before {
    content: "";
}

.icon-xing:before {
    content: "";
}

.icon-linkedin:before {
    content: "";
}

.icon-facebook:before {
    content: "";
}

.icon-twitter:before {
    content: "";
}

.icon-instagram:before {
    content: "";
}

.icon-eye:before {
    content: "";
}

.icon-user:before {
    content: "";
}

.icon-calendar:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.icon-message:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.icon-phone:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.icon-mail:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.icon-whatsapp:before {
    font: var(--fa-font-brands);
    content: "\f232";
}

label.radio,
label.checkbox {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
}

label.radio input,
label.checkbox input {
    display: inline-block;
    float: left;
    position: relative;
    top: -5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 28px;
    width: 28px;
    border: 1px solid #56bcec;
    border-width: 1px 1px 1px 1px;
    border-color: #56bcec;
    vertical-align: middle;
    border-radius: 50%;
    cursor: pointer;
    margin: 0;
    margin-right: 10px;
    background: #fff;
}

label.radio input::-ms-check,
label.checkbox input::-ms-check {
    color: transparent;
    border: 1px solid #56bcec;
}

label.radio .checkmark,
label.checkbox .checkmark {
    display: block;
    top: 1px;
    left: 5px;
    position: absolute;
    background: transparent;
    display: none;
}

label.radio .checkmark::before,
label.checkbox .checkmark::before {
    color: #56bcec;
}

label.radio input:checked,
label.checkbox input:checked {
    background: #56bcec;
}

label.radio input:checked::-ms-check,
label.checkbox input:checked::-ms-check {
    background: #56bcec;
}

label.radio input:checked+.checkmark,
label.checkbox input:checked+.checkmark {
    display: block;
}

@-webkit-keyframes slide-down {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slide-down {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slide-up {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slide-up {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.powermail_field {
    position: relative;
}

input.parsley-error,
textarea.parsley-error {
    border-color: #ef6f7f !important;
}

ul.parsley-errors-list {
    position: absolute;
    top: 0;
    right: 0;
    background: #ef6f7f;
}

ul.parsley-errors-list li {
    font-size: 12px;
    padding: 3px 5px;
    color: #fff;
    font-weight: 700;
}

.powermail_message.powermail_message_error li {
    background: #ef6f7f;
    margin-bottom: 5px;
    font-size: 12px;
    padding: 3px 5px;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 650px) {
    ul.parsley-errors-list {
        position: relative;
        top: -15px;
    }
}

.style-carousel {
    position: sticky;
    padding-left: 0.5rem !important;

}
.carousel-title  h3{
    font-size: x-large !important;
    color: #56bcec !important;
}
.style-carousel p {
    font-weight: 300;
    display: -webkit-box;
    height: 6em;
    line-height: 1.5em;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-indicators {
    position: absolute;
    bottom: -50px;
    right: -920px !important;

}

/* .carousel-indicators button {
    border: 3px solid lightslategray !important;
    border-radius: 50% !important;
    width: 15px !important;
    height: 15px !important;
    margin: 0 5px !important;
}

.carousel-indicators .active {
    background-color: #56bcec;
    border: 3px solid #56bcec !important;
    width: 15px !important;
    height: 15px !important;
} */

.carousel-indicators button {
    background: rgba(0, 96, 198, .3) !important;
    border-radius: 999px !important;
    width: 8px !important;
    height: 8px !important;
    cursor: pointer !important;
    transition: width .3s, background .3s !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.carousel-indicators .active {
    /* background: var(--kmn-blue) !important; */
    background: rgba(255, 255, 255, 0.5) !important;
    width: 32px !important;
}


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url("../../../_assets/da0cbeac266062e155672aaa62693297/img/ajax-loader.gif") center center no-repeat;
}

@font-face {
    font-family: "slick";
    src: url("../../../_assets/da0cbeac266062e155672aaa62693297/fonts/slick.eot");
    src:
        url("../../../_assets/da0cbeac266062e155672aaa62693297/fonts/slick.eot?#iefix") format("embedded-opentype"),
        url("../../../_assets/da0cbeac266062e155672aaa62693297/fonts/slick.woff") format("woff"),
        url("../../../_assets/da0cbeac266062e155672aaa62693297/fonts/slick.ttf") format("truetype"),
        url("../../../_assets/da0cbeac266062e155672aaa62693297/fonts/slick.svg#slick") format("svg");
    font-weight: 400;
    font-style: normal;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    margin: 0;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #56bcec;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "";
}

[dir="rtl"] .slick-prev:before {
    content: "";
}

.slick-next {
    right: 0;
    color: #56bcec;
    transition: all 0.2s ease-in-out;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f054";
    vertical-align: middle;
    margin-right: 1px;
    font-weight: 600;
}

[dir="rtl"] .slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f054";
    vertical-align: middle;
    margin-right: 1px;
    font-weight: 600;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    margin: 0;
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 3px solid #727174;
    border-radius: 50%;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li.slick-active button {
    background: #56bcec;
    border-color: #56bcec;
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: transparent;
    border-radius: 0;
    border: solid 3px #aaa;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 56px;
    line-height: 54px;
    outline: none;
    padding-left: 20px;
    padding-right: 40px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select span {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nice-select:hover {
    border-color: #56bcec;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #56bcec;
}

.nice-select:after {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f054";
    font-weight: 600;
    color: #56bcec;
    font-size: 70%;
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition:
        transform 0.15s ease-in-out,
        -webkit-transform 0.15s ease-in-out;
}

.nice-select.open:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.nice-select.open .list {
    left: -3px;
    right: -3px;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    max-height: 216px;
    overflow-y: auto;
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #b2e0f6;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: -3px;
    right: -3px;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 0;
    box-sizing: border-box;
    opacity: 0;
    border: 3px solid #56bcec;
    border-width: 0 3px 3px 3px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-28px);
    -ms-transform: scale(0.75) translateY(-28px);
    transform: scale(0.75) translateY(-28px);
    transition:
        all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 20px;
    padding-right: 31px;
    text-align: left;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #0060C6;
    color: #fff;
}

.nice-select .option.selected {
    font-weight: 600;
}

.nice-select .option.disabled {
    display: none;
    background-color: transparent;
    color: #999;
    cursor: default;
}

select {
    position: absolute;
    height: 56px;
    opacity: 0;
    z-index: 900;
    width: 100%;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

@media (max-width: 1024px) {
    select {
        /* display: block !important; */
    }

    .nice-select {
        font-size: 12px;
    }
}

body.compensate-for-scrollbar {
    overflow: hidden;
    -ms-overflow-style: none;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition:
        opacity 0.25s ease,
        visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition:
        opacity 0.25s ease 0s,
        visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px 44px 0 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property:
        opacity,
        -webkit-transform;
    transition-property: transform, opacity;
    transition-property:
        transform,
        opacity,
        -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide--image {
    padding: 44px 0 0 0;
}

.fancybox-slide--image {
    overflow: visible;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px 6px 0 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 44px 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property:
        opacity,
        -webkit-transform;
    transition-property: transform, opacity;
    transition-property:
        transform,
        opacity,
        -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-slide--html .fancybox-content {
    margin: 0 0 6px 0;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: calc(100% - 44px);
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
    width: 100%;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background: transparent;
    height: 100px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    background: rgba(30, 30, 30, 0.6);
    height: 100%;
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0;
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1;
}

.fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate 0.8s infinite linear;
    animation: fancybox-rotate 0.8s infinite linear;
    background: transparent;
    border: 6px solid rgba(100, 100, 100, 0.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: 0.6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0 0 0;
    }

    .fancybox-slide--image .fancybox-content {
        margin-bottom: 6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

@media all and (max-width: 768px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    max-width: 100%;
    padding: 0.2em 0.2em 0;
    display: none;
    background: #fff;
    margin-top: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
}

.ui-datepicker a {
    color: #727174;
}

.ui-datepicker a:hover {
    color: #56bcec;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    text-align: center;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before {
    content: ">";
    display: block;
    font-size: 70%;
    line-height: 2.8em;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-prev::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled::before {
    color: #d6d6d6;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-next.ui-state-disabled::before {
    color: #d6d6d6;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    font-weight: 700;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker tr {
    border: none;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: 700;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td.ui-state-disabled {
    color: #d6d6d6;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
    transition: all 0.15s ease;
}

.ui-datepicker td span:hover,
.ui-datepicker td a:hover {
    background: #56bcec;
    color: #fff;
}

.ui-datepicker-current-day a {
    background: #56bcec;
    color: #fff;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
}

.cc-window.cc-invisible {
    opacity: 0;
}

.cc-animate.cc-revoke {
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition:
        transform 1s ease,
        -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    -ms-transform: translateY(2em);
    transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline;
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}

.cc-window.cc-static {
    position: static;
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cc-revoke {
    padding: 0.5em;
}

.cc-header {
    font-size: 18px;
    font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer;
}

.cc-link {
    opacity: 0.8;
    display: inline-block;
    padding: 0.2em;
}

.cc-link:hover {
    opacity: 1;
}

.cc-link:active,
.cc-link.nice-select.open,
.cc-link:visited {
    color: initial;
}

.cc-btn {
    display: block;
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline;
}

.cc-close {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 1.6em;
    opacity: 0.9;
    line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1;
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset;
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}

.cc-top {
    top: 1em;
}

.cc-left {
    left: 1em;
}

.cc-right {
    right: 1em;
}

.cc-bottom {
    bottom: 1em;
}

.cc-floating>.cc-link {
    margin-bottom: 1em;
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center;
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}

.cc-banner .cc-message {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em;
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.cc-floating .cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1;
}

.cc-btn+.cc-btn {
    margin-left: 0.5em;
}

@media print {

    .cc-revoke,
    .cc-window {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal;
    }
}

@media screen and (max-width: 414px) and (orientation: portrait),
screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0;
    }

    .cc-window.cc-bottom {
        bottom: 0;
    }

    .cc-window.cc-banner,
    .cc-window.cc-floating,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0;
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .cc-window.cc-floating {
        max-width: none;
    }

    .cc-window .cc-message {
        margin-bottom: 1em;
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset;
    }

    .cc-window.cc-banner .cc-message {
        margin-right: 0;
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none;
}

.cc-theme-classic .cc-btn {
    border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block;
}

.cc-theme-edgeless.cc-window {
    padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: 0.8em 1.8em;
    height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0;
}

h1,
h2,
h3,
h4,
.acc-element .acc-title h1,
.acc-element .acc-title h2,
.acc-element .acc-title h3,
.acc-element .acc-title h4,
.acc-element .acc-title h5,
.acc-element .acc-title h6,
h5,
h6,
.like-h1,
.like-h2,
.like-h3,
.like-h4,
.like-h5,
.like-h6 {
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    text-transform: none;
    color: #174079;
    margin: 0;
    font-weight: 400;
}

h1:first-of-type,
h2:first-of-type,
h3:first-of-type,
h4:first-of-type,
.acc-element .acc-title h1:first-of-type,
.acc-element .acc-title h2:first-of-type,
.acc-element .acc-title h3:first-of-type,
.acc-element .acc-title h4:first-of-type,
.acc-element .acc-title h5:first-of-type,
.acc-element .acc-title h6:first-of-type,
h5:first-of-type,
h6:first-of-type,
.like-h1:first-of-type,
.like-h2:first-of-type,
.like-h3:first-of-type,
.like-h4:first-of-type,
.like-h5:first-of-type,
.like-h6:first-of-type {
    margin-top: 0;
}

.like-h2v2 {
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #174079;
    margin: 0;
    font-weight: 400;
    font-size: 2.813em;
}

.like-h3v3 {
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #174079;
    margin: 0;
    font-weight: 400;
    font-size: 2.188em;
}

.d-flex-heading {
    display: flex;
    gap: 8px;
    align-items: baseline;
    flex-wrap: wrap;
}

h1,
.like-h1 {
    font-size: 3.125em;
    margin-bottom: 40px;
}

h2,
.like-h2 {
    font-size: 2.813em;
    margin-bottom: 3.75rem;
}

h3,
.like-h3 {
    font-size: 2.188em;
    margin-bottom: 2.25rem;
}

h4,
.acc-element .acc-title h1,
.acc-element .acc-title h2,
.acc-element .acc-title h3,
.acc-element .acc-title h4,
.acc-element .acc-title h5,
.acc-element .acc-title h6,
.like-h4 {
    font-family: "Asap", "Open Sans", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    color: #56bcec;
    font-size: 1.625em;
    text-transform: none;
    margin-bottom: 1.25rem;
}

h5,
.like-h5 {
    font-size: 1.563em;
    margin-bottom: 1rem;
}

h6,
.like-h6 {
    font-size: 1.263em;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.contentWrap header:only-child h1 {
    margin: 0;
}

@media all and (max-width: 1200px) {

    h1,
    .like-h1 {
        font-size: 1.875em;
        margin-bottom: 26px;
    }

    h2,
    .like-h2,
    .like-h2v2 {
        font-size: 1.563em;
        margin-bottom: 20px;
    }

    h3,
    .like-h3,
    .like-h3v3 {
        font-size: 1.25em;
    }

    .d-flex-heading {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }

    .d-flex-heading [class^="like-h"] {
        margin-bottom: 0;
    }

    h4,
    .acc-element .acc-title h1,
    .acc-element .acc-title h2,
    .acc-element .acc-title h3,
    .acc-element .acc-title h4,
    .acc-element .acc-title h5,
    .acc-element .acc-title h6,
    .like-h4 {
        font-size: 1em;
    }
}

a {
    color: #56bcec;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a::before {
    color: #56bcec;
    transition: all 0.2s ease-in-out;
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

a.phone::before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f095";
    vertical-align: middle;
    margin-right: 1px;
    font-weight: 600;
}

a.whatsapp::before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f232";
    vertical-align: middle;
    margin-right: 1px;
    font-weight: 400;
}

a.message::before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f086";
    vertical-align: middle;
    margin-right: 1px;
    font-weight: 900;
}

a.calendar::before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f073";
    vertical-align: middle;
    margin-right: 10px;
    font-weight: 600;
}

a.eye::before {
    content: "";
    vertical-align: middle;
    margin-right: 10px;
}

a.back::before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f053";
    vertical-align: middle;
    margin-right: 10px;
    font-size: 70%;
    position: relative;
    top: -1px;
    font-weight: 600;
}

a.mail::before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f0e0";
    vertical-align: middle;
    margin-right: 1px;
    position: relative;
    top: -1px;
    font-weight: 600;
}

a.download::before {
    content: "";
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

a.arrow::after {
    content: "";
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    font-size: 70%;
    margin-left: 10px;
    top: -1px;
    color: #56bcec;
}

p {
    line-height: 1.5em;
    font-weight: 300
}

p:first-of-type {
    margin-top: 0;
}

p.icon {
    line-height: normal;
}

p.icon::before {
    color: #56bcec;
    margin-right: 20px;
    vertical-align: baseline;
}

p.icon.author::before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f007";
    font-weight: 600;
}

p.icon.treatment::before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f06e";
    font-weight: 600;
}

ul {
    padding-left: 10px;
}

ul li {
    list-style-type: none;
    position: relative;
    font-weight: 300;
    line-height: 31px;
}

ul li:before {
    content: "\2022";
    display: inline-block;
    color: #56bcec;
    position: absolute;
    left: -10px;
    top: 1px;
}

ul li.nobullet:before {
    display: none;
}

strong,
b {
    font-weight: 600;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.redStrikethrough {
    color: #d94242;
    text-decoration: line-through;
}

.redStrikethrough s {
    text-decoration: none;
    color: #727174;
}

h1 .redStrikethrough,
h2 .redStrikethrough,
h3 .redStrikethrough,
h4 .redStrikethrough,
.acc-element .acc-title h1 .redStrikethrough,
.acc-element .acc-title h2 .redStrikethrough,
.acc-element .acc-title h3 .redStrikethrough,
.acc-element .acc-title h4 .redStrikethrough,
.acc-element .acc-title h5 .redStrikethrough,
.acc-element .acc-title h6 .redStrikethrough,
h5 .redStrikethrough,
h6 .redStrikethrough,
.like-h1 .redStrikethrough,
.like-h2 .redStrikethrough,
.like-h3 .redStrikethrough,
.like-h4 .redStrikethrough,
.like-h5 .redStrikethrough,
.like-h6 .redStrikethrough {
    color: #d94242;
    text-decoration: line-through;
}

h1 .redStrikethrough s,
h2 .redStrikethrough s,
h3 .redStrikethrough s,
h4 .redStrikethrough s,
.acc-element .acc-title h1 .redStrikethrough s,
.acc-element .acc-title h2 .redStrikethrough s,
.acc-element .acc-title h3 .redStrikethrough s,
.acc-element .acc-title h4 .redStrikethrough s,
.acc-element .acc-title h5 .redStrikethrough s,
.acc-element .acc-title h6 .redStrikethrough s,
h5 .redStrikethrough s,
h6 .redStrikethrough s,
.like-h1 .redStrikethrough s,
.like-h2 .redStrikethrough s,
.like-h3 .redStrikethrough s,
.like-h4 .redStrikethrough s,
.like-h5 .redStrikethrough s,
.like-h6 .redStrikethrough s {
    text-decoration: none;
    color: #174079;
}

.hero .content * .redStrikethrough {
    color: #d94242 !important;
    text-decoration: line-through;
}

.hero .content * .redStrikethrough s {
    text-decoration: none;
    color: #fff !important;
}

.btn-basic,
button,
input[type="submit"] {
    border-radius: 0;
    padding: 14px 24px;
    letter-spacing: .02em;
    color: #fff;
    background: #56bcec;
    margin: 10px 0;
    border: 3px solid transparent;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
    margin-right: 15px;
    text-decoration: none;
}

.btn-basic::before,
button::before,
input[type="submit"]::before {
    color: #fff;
}

.btn-basic:hover,
button:hover,
input[type="submit"]:hover {
    text-decoration: none;
    background: transparent;
    color: #0060c6;
    border-color: #0060c6;
}

.btn-basic:hover::before,
button:hover::before,
input[type="submit"]:hover::before {
    color: #56bcec;
}

.btntype[disabled],
.btn-basic.disabled,
buttontype[disabled],
button.disabled,
input[type="submit"]type[disabled],
input[type="submit"].disabled {
    cursor: not-allowed;
    background: #f4f4f4;
    color: #727174;
}

.btntype[disabled]:hover,
.btn-basic.disabled:hover,
buttontype[disabled]:hover,
button.disabled:hover,
input[type="submit"]type[disabled]:hover,
input[type="submit"].disabled:hover {
    border-color: #f4f4f4;
}

.btn-basic.secondary,
button.secondary,
input[type="submit"].secondary {
    background: #174079;
    color: #fff;
}

.btn-basic.secondary:before,
button.secondary:before,
input[type="submit"].secondary:before {
    color: #56bcec;
}

.btn-basic.secondary:hover,
button.secondary:hover,
input[type="submit"].secondary:hover {
    background: transparent;
    color: #174079;
    border-color: #174079;
}

.btn-basic.secondary:hover::before,
button.secondary:hover::before,
input[type="submit"].secondary:hover::before {
    color: #174079;
}

.btn-basic.white,
button.white,
input[type="submit"].white {
    background: #fff;
    color: #56bcec;
}

.btn-basic.white:before,
button.white:before,
input[type="submit"].white:before {
    color: #56bcec;
}

.btn-basic.white:hover,
button.white:hover,
input[type="submit"].white:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-basic.video,
button.video,
input[type="submit"].video {
    background: #56bcec;
}

.btn-basic.video::before,
button.video::before,
input[type="submit"].video::before {
    line-height: 17px;
    content: "";
    color: #fff;
    font-size: 0;
}

@media (max-width: 1024px) {
    .btn-basic,
    button,
    input[type="submit"] {
        font-size: 12px;
    }

    .btn-basic.video,
    button.video,
    input[type="submit"].video {
        font-size: 0;
    }

    .btn-basic.video::before,
    button.video::before,
    input[type="submit"].video::before {
        font-size: 12px;
    }
}

form fieldset {
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin: 0 -7.5px;
    position: relative;
}

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

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

form label {
    font-weight: 700;
    margin-bottom: 5px;
}

form .nice-select {
    margin-bottom: 15px;
}

form ::-webkit-input-placeholder {
    color: #fff;
}

form ::-moz-placeholder {
    color: #fff;
}

form :-ms-input-placeholder {
    color: #fff;
}

form :-moz-placeholder {
    color: #fff;
}

form .fieldwrap {
    width: 50%;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 0 7.5px;
    position: relative;
}

form .fieldwrap:only-child {
    width: 100%;
}

form input:not([type="submit"]) {
    border: 3px solid #fff;
    width: 100%;
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-weight: 700;
    background: transparent;
    color: #fff;
    outline: 0;
    height: 56px;
    padding: 0 20px;
    margin-bottom: 15px;
    transition: all 0.3s ease-out;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0;
}

form input:not([type="submit"]):focus {
    background: #fff;
    color: #56bcec;
}

form textarea {
    border-radius: 0;
    border: 3px solid #fff;
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-weight: 700;
    background: transparent;
    color: #fff;
    outline: 0;
    width: 100%;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    resize: none;
    transition: all 0.3s ease-out;
}

form textarea:focus {
    background: #fff;
    color: #56bcec;
}

form button {
    margin: 0;
}

form input.mobileDatepicker {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

form.greyForm ::-webkit-input-placeholder {
    color: #727174;
}

form.greyForm ::-moz-placeholder {
    color: #727174;
}

form.greyForm :-ms-input-placeholder {
    color: #727174;
}

form.greyForm :-moz-placeholder {
    color: #727174;
}

form.greyForm input:not([type="submit"]) {
    border-color: #727174;
    color: #727174;
}

form.greyForm input:not([type="submit"]):focus {
    color: #56bcec;
    border-color: #56bcec;
}

form.greyForm .nice-select {
    border-color: #727174;
}

form.greyForm .nice-select.open {
    border-color: #56bcec;
}

form.greyForm textarea {
    border-color: #727174;
    color: #727174;
}

form.greyForm textarea:focus {
    color: #56bcec;
    border-color: #56bcec;
}

@media (max-width: 1024px) {

    form input,
    form textarea {
        font-size: 12px;
    }

    form input:not([type="submit"]) {
        padding: 0 20px;
    }

    form textarea {
        padding: 20px;
    }

    form input[type="number"] {
        -webkit-appearance: number;
        -moz-appearance: number;
        appearance: number;
    }
}

@media (max-width: 600px) {
    .text_image form .fieldwrap {
        width: 100%;
    }
}

@media (max-width: 450px) {
    form input:not([type="submit"]) {
        padding: 0 10px;
    }

    form textarea {
        padding: 10px;
    }
}

table {
    width: 100%;
    font-family: "Asap", "Open Sans", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
}

table td,
table th {
    vertical-align: middle;
    text-align: left;
    padding: 15px 0;
}

table th {
    color: #56bcec;
    padding: 0 0 15px 0;
    font-weight: 400;
}

table tr {
    border: 1px solid #d6d6d6;
    border-width: 0 0 1px 0;
}

table tr:last-child {
    border: 0;
}

footer {
    position: relative;
    background-color: #f4f4f4;
}

footer .footerMain {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
}

footer .footerMain h5 {
    margin-bottom: 20px;
    color: #727174;
}

footer .footerMain h3 {
    display: none;
    width: 100%;
    color: #727174;
    margin-bottom: 10px;
    text-align: center;
}

footer .footerMain p,
footer .footerMain a.btn-basic,
footer .footerMain button {
    font-size: 14px;
    margin-right: 0;
}

footer .footerMain a.btn-basic {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

footer .footerMain ul li a.hoverRight {
    color: #727174;
    font-size: 14px;
    padding: 9px 10px 9px 0;
    display: inline-block;
    width: 100%;
    position: relative;
    /* font-weight: 1000; */
    border-bottom: 1px solid #d6d6d6;
    transition: all 0.3s ease-out;
}

footer .footerMain ul li a.hoverRight:hover {
    color: #56bcec;
    text-decoration: none;
}

footer .footerMain ul li a.hoverRight:hover {
    right: -5px;
}

footer .footerMain ul li a {
    color: #727174;
    font-size: 14px;
    padding: 9px 10px 9px 0;
    display: inline-block;
    width: 100%;
    position: relative;
    font-weight: 300;
    border-bottom: 1px solid #d6d6d6;
    transition: all .3s ease-out;
}

footer .footerMain ul li a i {
    /* content: ""; */
    position: absolute;
    right: 0;
    color: #56bcec;
    font-size: 15px;
    line-height: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: right 0.1s ease-out;
    text-decoration: none;
}

footer .footerMain ul li:last-child a {
    border-bottom: 0;
    text-decoration: none;
}

footer .footerMain ul.meta {
    margin-top: 65px;
    padding-left: 20px;
}

footer .footerMain ul.meta li {
    display: inline-block;
    margin-right: 20px;
}

footer .footerMain ul.meta li a {
    padding: 0;
    border: 0;
    font-weight: 700;
    color: #bbb;
}

footer .footerMain ul.meta li a::after {
    display: none;
}

footer .footerMain ul.meta li a:hover {
    color: #727174;
}

footer .footerMain ul.social {
    text-align: right;
    margin-top: 65px;
    padding-right: 20px;
}

footer .footerMain ul.social li {
    display: inline-block;
    margin-right: 20px;
}

footer .footerMain ul.social li:last-child {
    margin: 0;
}

footer .footerMain ul.social li a {
    padding: 0;
    border: 0;
    font-size: 16px;
}

footer .footerMain ul.social li a::before {
    color: #727174;
}

footer .footerMain ul.social li a::after {
    display: none;
}

footer .footerMain .footerLeft {
    padding: 80px 0 45px;
    width: 70%;
    position: relative;
}

footer .footerMain .footerLeft .container {
    right: 0;
    width: 100%;
    max-width: 974px;
    padding-right: 40px;
}

footer .footerMain .footerLeft .container>.rowStyle {
    margin: 0 -20px;
    -ms-flex-align: start;
    align-items: flex-start;
}

footer .footerMain .footerLeft .col {
    padding: 0 20px;
    width: 29.166%;
}

footer .footerMain .footerLeft .col:last-child {
    width: 41.667%;
    padding-right: 20px;
}

footer .footerMain .footerRight {
    background: #727174;
    width: 30%;
    overflow: hidden;
    padding: 80px 50px 45px;
    color: #fff;
}

footer .footerMain .footerRight::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #727174;
    position: absolute;
    left: -2px;
    top: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

footer .footerMain .footerRight h5 {
    color: #fff;
}

footer .footerMain .footerRight form input:not([type="submit"]) {
    height: 50px;
}

footer .footerMain .footerRight form .fieldwrap {
    padding: 0 10px;
}

footer .footerMain .copy {
    margin-top: 65px;
    text-align: right;
    position: absolute;
    bottom: 35px;
    right: 20px;
}

footer .footerMain .copy p {
    font-size: 11px;
    color: #fff;
}

footer.alternative .footerMain .footerLeft {
    width: 100%;
    padding-bottom: 15px;
}

footer.alternative .footerMain .footerLeft .container {
    position: static;
    max-width: 1200px;
    margin: 0 auto;
}

footer.alternative .footerMain .footerLeft .col {
    width: 21.6%;
}

footer.alternative .footerMain .footerLeft .col:nth-child(3) {
    width: 35%;
}

footer.alternative .footerMain .footerLeft .col:last-child {
    width: 21.6%;
}

footer.alternative .footerMain .copy {
    width: 100%;
    margin-top: 20px;
}

footer.alternative .footerMain .copy p {
    color: #727174;
}

@media (max-width: 1240px) {
    footer .footerMain {
        margin: 0 20px;
    }

    footer .footerMain .footerLeft .container {
        padding-right: 20px;
    }

    footer .footerMain .footerLeft .container>.rowStyle {
        margin: 0 -10px;
    }

    footer .footerMain .footerLeft .col {
        padding: 0 10px;
    }

    footer .footerMain .footerLeft .col:last-child {
        padding-right: 10px;
    }

    footer .footerMain .footerRight {
        padding: 80px 0 45px 20px;
    }

    footer .footerMain ul.social {
        padding-right: 10px;
    }

    footer .footerMain ul.meta {
        padding-left: 10px;
    }
}

@media (max-width: 1110px) {
    footer .footerMain .footerLeft .container>.rowStyle:first-child {
        display: none;
    }

    footer .footerMain {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }

    footer .footerMain .footerLeft {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    footer .footerMain .footerLeft .container {
        position: static;
        max-width: 100%;
        padding: 30px 20px;
    }

    footer .footerMain .footerLeft .container>.rowStyle {
        margin: 0;
    }

    footer .footerMain .footerRight {
        width: 300%;
        padding: 40px 20px;
    }

    footer .footerMain .footerRight form {
        margin: 0 auto;
    }

    footer .footerMain .footerRight::after {
        display: none;
    }

    footer .footerMain ul.meta,
    footer .footerMain ul.social {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 800px) {

    footer .footerMain ul.social,
    footer .footerMain ul.meta {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    footer .footerMain h3 {
        display: block;
    }

    footer .footerMain ul.social {
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 10px;
    }

    footer .footerMain ul.social li {
        background: #727174;
        display: inline-block;
        height: 50px;
        width: 50px;
        text-align: center;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    footer .footerMain ul.social li a {
        font-size: 20px;
        line-height: 50px;
    }

    footer .footerMain ul.social li a::before {
        color: #fff;
    }

    footer .footerMain ul.meta {
        -ms-flex-order: 2;
        order: 2;
    }

    footer .footerMain ul.meta li a {
        font-size: 12px;
    }

    footer.alternative .footerMain .copy {
        text-align: center;
    }
}

@media (max-width: 600px) {
    footer .footerMain {
        text-align: left;
    }

    footer .footerMain ul.social,
    footer .footerMain ul.meta,
    footer .footerMain .copy,
    footer .footerMain h3 {
        text-align: left;
    }

    footer.alternative .footerMain .copy {
        text-align: left;
    }
}

@media (max-width: 410px) {
    footer .footerMain ul.meta li {
        margin-right: 10px;
    }
}

.text_image h2 {
    margin-bottom: 40px;
}

.text_image h3 {
    margin-bottom: 20px;
}

.text_image h4,
.text_image .acc-element .acc-title h1,
.acc-element .acc-title .text_image h1,
.text_image .acc-element .acc-title h2,
.acc-element .acc-title .text_image h2,
.text_image .acc-element .acc-title h3,
.acc-element .acc-title .text_image h3,
.text_image .acc-element .acc-title h4,
.acc-element .acc-title .text_image h4,
.text_image .acc-element .acc-title h5,
.acc-element .acc-title .text_image h5,
.text_image .acc-element .acc-title h6,
.acc-element .acc-title .text_image h6 {
    margin-bottom: 20px;
}

.text_image img {
    width: 100%;
}

.text_image figure.imageWrap {
    margin-bottom: 20px;
}

.text_image.image_top img {
    margin-bottom: 20px;
}

.text_image.image_top .contentWrap {
    padding: 20px;
}

.text_image.iconHeadline header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.text_image.iconHeadline header img {
    width: 70px;
    margin-right: 20px;
}

.text_image.iconHeadline header h3 {
    margin: 0;
    max-width: 330px;
}

.text_image.fullscreen {
    margin: 0;
    background: #56bcec;
    color: #fff;
}

.text_image.fullscreen h1,
.text_image.fullscreen h2,
.text_image.fullscreen h3,
.text_image.fullscreen h4,
.text_image.fullscreen .acc-element .acc-title h1,
.acc-element .acc-title .text_image.fullscreen h1,
.text_image.fullscreen .acc-element .acc-title h2,
.acc-element .acc-title .text_image.fullscreen h2,
.text_image.fullscreen .acc-element .acc-title h3,
.acc-element .acc-title .text_image.fullscreen h3,
.text_image.fullscreen .acc-element .acc-title h5,
.acc-element .acc-title .text_image.fullscreen h5,
.text_image.fullscreen .acc-element .acc-title h6,
.acc-element .acc-title .text_image.fullscreen h6,
.text_image.fullscreen h5,
.text_image.fullscreen h6 {
    color: #fff;
}

.text_image.fullscreen img {
    width: 100%;
}

.text_image.w50 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.text_image.w50.image_right {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.text_image.w50.image_right .contentWrap {
    padding-right: 50px;
}

.text_image.w50.image_left {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.text_image.w50.image_left .contentWrap {
    padding-left: 50px;
}

.text_image.w50>div {
    width: 50%;
    max-width: 50%;
}

.text_image.w50 .imageWrap {
    overflow: hidden;
}

.text_image.w50 .imageWrap img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.text_image.w50 .contentWrap {
    padding: 50px 0;
    width: 600px;
}

.imageWrap a.enlarge {
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    display: block;
}

.imageWrap a.enlarge img {
    width: 100%;
    height: auto;
}

.imageWrap a.enlarge:hover::after {
    opacity: 1;
}

.imageWrap a.enlarge::after {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(86, 188, 236, 0.7);
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding-top: 32%;
}

@media (min-width: 768px) {
    .text_image.image_top img {
        width: auto;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .text_image.image_top .contentWrap {
        padding: 0;
    }
}

@media (max-width: 1240px) {
    section.no-padding .contentWrap {
        padding: 0 20px;
    }

    .text_image.w50.image_right .contentWrap {
        padding-left: 20px;
    }

    .text_image.w50.image_left .contentWrap {
        padding-right: 20px;
    }
}

@media (max-width: 1100px) {
    .text_image.w50 .contentWrap {
        padding: 50px 20px;
    }
}

@media (max-width: 1065px) {
    .text_image.w50 {
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media (max-width: 1024px) {
    .text_image.w50 .contentWrap {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 50px 20px !important;
    }

    .text_image.w50 .contentWrap .btn-basic {
        width: 100%;
        text-align: center;
    }
}

.reviews {
    position: relative;
}

.reviews+.reviews {
    padding-top: 50px;
    margin-top: 0;
}

.reviews+.reviews .wave {
    display: none;
}

.reviews .slide .rowStyle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
}


.reviews .slide .rowStyle>div {
    width: 50%;
}

.reviews .slide .imageContainer {
    text-align: center;
    padding-right: 80px;
    -ms-flex-item-align: center;
    align-self: center;
}

.reviews .slide .imageContainer img {
    max-width: 100%;
    vertical-align: bottom;
}

.reviews .slide .contentContainer {
    padding-top: 60px;
}

.reviews .slide .contentContainer h4,
.reviews .slide .contentContainer .acc-element .acc-title h1,
.acc-element .acc-title .reviews .slide .contentContainer h1,
.reviews .slide .contentContainer .acc-element .acc-title h2,
.acc-element .acc-title .reviews .slide .contentContainer h2,
.reviews .slide .contentContainer .acc-element .acc-title h3,
.acc-element .acc-title .reviews .slide .contentContainer h3,
.reviews .slide .contentContainer .acc-element .acc-title h5,
.acc-element .acc-title .reviews .slide .contentContainer h5,
.reviews .slide .contentContainer .acc-element .acc-title h6,
.acc-element .acc-title .reviews .slide .contentContainer h6 {
    margin: 0 0 20px 0;
}

.reviews .slide .contentContainer h2 {
    margin: 0 0 40px 0;
}

.reviews .slide .quoteContent {
    position: relative;
    margin: 0;
}

.reviews .slide .quoteContent p {
    font-size: 24px;
    font-family: "Asap", "Open Sans", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-style: italic;
}

.reviews .slide .quoteContent p:last-child {
    margin-bottom: 0;
}

.reviews .slide .quoteContent::before,
.reviews .slide .quoteContent::after {
    position: absolute;
    color: #f0f0f0;
    font-size: 52px;
    z-index: -1;
}

.reviews .slide .quoteContent::before {
    content: "";
    top: 0;
    left: 0;
    -webkit-transform: translate(-60%, -45%);
    -ms-transform: translate(-60%, -45%);
    transform: translate(-60%, -45%);
}

.reviews .slide .quoteContent::after {
    content: "";
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0, 30%);
    -ms-transform: translate(0, 30%);
    transform: translate(0, 30%);
}

.reviews .slide p.icon {
    margin: 10px 0;
    display: inline-block;
}

.reviews .slide p.icon::before {
    color: #56bcec;
}

.reviews .slide p.icon:first-of-type {
    margin-right: 30px;
}

.reviews .slick-dots {
    width: auto;
    right: 0;
    bottom: 50px;
}

.reviews .wave {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    z-index: -1;
}

.reviews .wave img {
    width: 100%;
}

@media (max-width: 1240px) {
    .reviews .container {
        padding: 0 20px;
    }
}

@media (max-width: 1024px) {
    .reviews .slide .quoteContent p {
        font-size: 16px;
    }

    .reviews .slick-dots {
        bottom: 20px;
    }

    .reviews .slick-dots li button {
        height: 14px;
        width: 14px;
    }
}

@media (max-width: 820px) {
    .reviews {
        background-color: #f4f4f4;
    }

    .reviews .slide .rowStyle>div {
        width: 100%;
    }

    .reviews .slide .rowStyle .imageContainer {
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
    }

    .reviews .slide .rowStyle .contentContainer {
        -ms-flex-order: 1;
        order: 1;
        padding: 0 10px;
    }

    .reviews .slick-dots {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .reviews .slick-dots li button {
        border-color: #fff;
    }

    .reviews .slick-dots li.slick-active button {
        border-color: #56bcec;
    }

    .reviews .wave {
        bottom: inherit;
        top: 0;
        -webkit-transform: translateY(-75%);
        -ms-transform: translateY(-75%);
        transform: translateY(-75%);
    }
}

@media (max-width: 550px) {
    .reviews .slide .quoteMeta p {
        display: block;
    }

    .reviews .slick-prev,
    .reviews .slick-next {
        top: 70%;
    }
}

.mobileBooking {
    display: block;
    position: fixed;
    z-index: 10;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.mobileBooking ul li {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #56bcec;
    width: auto;
    -webkit-transform: translateX(71%);
    -ms-transform: translateX(71%);
    transform: translateX(71%);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition:
        transform 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
}

.mobileBooking ul li:hover {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.mobileBooking ul li:active,
.mobileBooking ul li.nice-select.open {
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.mobileBooking ul li a {
    padding: 20px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding-left: 55px;
    position: relative;
    font-size: 12px;
    width: 100%;
    text-decoration: none;
}

.mobileBooking ul li a:hover {
    text-decoration: none;
}

.mobileBooking ul li a i {
    position: absolute;
    color: #fff;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 15px;
    font-size: 17px;
}

.mobileBooking ul li:last-child {
    background: #174079;
}

@media (max-width: 1380px) {
    .mobileBooking {
        display: block;
    }
}

@media (max-width: 1024px) {
    .mobileBooking {
        bottom: 0;
        top: inherit;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
    }

    .mobileBooking ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .mobileBooking ul li {
        min-width: 50%;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .mobileBooking ul li a span {
        max-width: 80px;
        display: inline-block;
    }
}

@media (max-width: 500px) {
    .mobileBooking ul li {
        text-align: left;
    }
}

.patientTestimonial {
    position: relative;
}

.patientTestimonial .rowStyle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

.patientTestimonial .rowStyle>div {
    width: 50%;
}

.patientTestimonial .imageContainer {
    text-align: center;
}

.patientTestimonial .imageContainer img {
    max-width: 100%;
    vertical-align: bottom;
}

.patientTestimonial .contentContainer {
    padding-top: 60px;
}

.patientTestimonial .contentContainer h4,
.patientTestimonial .contentContainer .acc-element .acc-title h1,
.acc-element .acc-title .patientTestimonial .contentContainer h1,
.patientTestimonial .contentContainer .acc-element .acc-title h2,
.acc-element .acc-title .patientTestimonial .contentContainer h2,
.patientTestimonial .contentContainer .acc-element .acc-title h3,
.acc-element .acc-title .patientTestimonial .contentContainer h3,
.patientTestimonial .contentContainer .acc-element .acc-title h5,
.acc-element .acc-title .patientTestimonial .contentContainer h5,
.patientTestimonial .contentContainer .acc-element .acc-title h6,
.acc-element .acc-title .patientTestimonial .contentContainer h6 {
    margin: 0 0 20px 0;
}

.patientTestimonial .contentContainer h2 {
    margin: 0 0 40px 0;
}

.patientTestimonial blockquote.quoteContent {
    position: relative;
    margin: 0;
}

.patientTestimonial blockquote.quoteContent p {
    font-size: 24px;
    font-family: "Asap", "Open Sans", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-style: italic;
}

.patientTestimonial blockquote.quoteContent p:last-child {
    margin-bottom: 0;
}

.patientTestimonial blockquote.quoteContent::before,
.patientTestimonial blockquote.quoteContent::after {
    position: absolute;
    color: #f0f0f0;
    font-size: 52px;
    z-index: -1;
}

.patientTestimonial blockquote.quoteContent::before {
    content: "";
    top: 0;
    left: 0;
    -webkit-transform: translate(-60%, -45%);
    -ms-transform: translate(-60%, -45%);
    transform: translate(-60%, -45%);
}

.patientTestimonial blockquote.quoteContent::after {
    content: "";
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0, 30%);
    -ms-transform: translate(0, 30%);
    transform: translate(0, 30%);
}

.patientTestimonial .quoteMeta p {
    margin: 10px 0;
    display: inline-block;
}

.patientTestimonial .quoteMeta p:first-child {
    margin-right: 30px;
}

.patientTestimonial .quoteMeta p span {
    color: #56bcec;
}

.patientTestimonial .icon {
    margin: 10px 0;
    display: inline-block;
}

.patientTestimonial .icon:first-child {
    margin-right: 30px;
}

.patientTestimonial .icon span {
    color: #56bcec;
}

.patientTestimonial .wave {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    z-index: -1;
}

.patientTestimonial .wave img {
    width: 100%;
}

@media (max-width: 1024px) {
    .patientTestimonial blockquote.quoteContent p {
        font-size: 16px;
    }
}

@media (max-width: 820px) {
    .patientTestimonial .rowStyle>div {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .patientTestimonial .contentContainer {
        -ms-flex-order: 1;
        order: 1;
    }

    .patientTestimonial .imageContainer {
        -ms-flex-order: 2;
        order: 2;
    }
}

.helpBar {
    background: #56bcec;
    margin: 0;
    padding: 20px 0;
}

.helpBar h4,
.helpBar .acc-element .acc-title h1,
.acc-element .acc-title .helpBar h1,
.helpBar .acc-element .acc-title h2,
.acc-element .acc-title .helpBar h2,
.helpBar .acc-element .acc-title h3,
.acc-element .acc-title .helpBar h3,
.helpBar .acc-element .acc-title h4,
.acc-element .acc-title .helpBar h4,
.helpBar .acc-element .acc-title h5,
.acc-element .acc-title .helpBar h5,
.helpBar .acc-element .acc-title h6,
.acc-element .acc-title .helpBar h6,
.helpBar p {
    color: #fff;
    margin: 0;
}

.helpBar .col {
    padding: 0 10px;
}

@media (max-width: 1024px) {
    .helpBar {
        display: none;
    }
}

.acc-element {
    border: 1px solid #d6d6d6;
    border-width: 0 0 1px 0;
    padding: 40px 0;
}

.acc-element .acc-title {
    color: #56bcec;
    position: relative;
    cursor: pointer;
    padding-right: 30px;
}

.acc-element .acc-title h1,
.acc-element .acc-title h2,
.acc-element .acc-title h3,
.acc-element .acc-title h1,
.acc-element .acc-title h2,
.acc-element .acc-title h3,
.acc-element .acc-title h4,
.acc-element .acc-title h5,
.acc-element .acc-title h6,
.acc-element .acc-title h5,
.acc-element .acc-title h6 {
    margin: 0;
}

.acc-element .acc-title::after {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f054";
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition:
        transform 0.3s ease-out,
        -webkit-transform 0.3s ease-out;
}

.acc-element .acc-title.acc-open::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.acc-element .acc-cont {
    padding: 30px 0 0 0;
}

.acc-element:last-child {
    border-width: 0;
}

@media (max-width: 1024px) {
    .acc-element {
        padding: 20px 0;
    }
}

.docsList header {
    margin-top: 45px;
    border: 1px solid #d6d6d6;
    border-width: 0 0 1px 0;
    margin-bottom: 20px;
}

.docsList .docsGroup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.docsList .doctor {
    max-width: 50%;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.docsList .doctor .imageWrap {
    margin-right: 30px;
}

.docsList .doctor .imageWrap .imageWrap-inner {
    height: 118px;
    width: 118px;
    background: #f4f4f4;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg,
            #f6f8f9 0%,
            #e5ebee 50%,
            #d7dee3 51%,
            #f5f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=1);
}

.docsList .doctor .imageWrap .imageWrap-inner img {
    width: 100%;
    height: auto;
}

.docsList .doctor .contentWrap p:last-child {
    margin-bottom: 0;
}

.docsList .doctor h6 {
    margin-bottom: 25px;
    text-transform: none;
}

.docsList .doctor h6 a {
    position: relative;
    padding-right: 20px;
    overflow: visible;
    color: #174079;
    font-weight: 400;
    transition: all 0.15s ease-in-out;
}


.docsList .doctor h6 a:hover {
    text-decoration: none;
    color: #56bcec;
}

.docsList .doctor h6 a:hover::after {
    margin-left: 20px;
}

@media (max-width: 1024px) {
    .docsList .doctor {
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
        width: 50%;
    }

    .docsList .doctor h6 {
        margin: 0;
        font-size: 14px;
    }

    .docsList .doctor .imageWrap .imageWrap-inner {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 900px) {
    .docsList .doctor .contentWrap p {
        display: none;
    }

    .docsList .doctor h6 a {
        display: block;
    }

    .docsList .doctor h6 a::after {
        right: 0;
        left: inherit;
    }
}

@media (max-width: 750px) {
    .docsList .docsGroup {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .docsList .doctor {
        width: 100%;
        max-width: 100%;
    }
}

.textImageSlider {
    background: #56bcec;
    margin: 0;
}

.textImageSlider.greyBg,
.textImageSlider.whiteBg {
    padding: 0;
}

.textImageSlider.greyBg .textWrap h1,
.textImageSlider.greyBg .textWrap h2,
.textImageSlider.greyBg .textWrap h3,
.textImageSlider.greyBg .textWrap h4,
.textImageSlider.greyBg .textWrap .acc-element .acc-title h1,
.acc-element .acc-title .textImageSlider.greyBg .textWrap h1,
.textImageSlider.greyBg .textWrap .acc-element .acc-title h2,
.acc-element .acc-title .textImageSlider.greyBg .textWrap h2,
.textImageSlider.greyBg .textWrap .acc-element .acc-title h3,
.acc-element .acc-title .textImageSlider.greyBg .textWrap h3,
.textImageSlider.greyBg .textWrap .acc-element .acc-title h5,
.acc-element .acc-title .textImageSlider.greyBg .textWrap h5,
.textImageSlider.greyBg .textWrap .acc-element .acc-title h6,
.acc-element .acc-title .textImageSlider.greyBg .textWrap h6,
.textImageSlider.greyBg .textWrap h5,
.textImageSlider.greyBg .textWrap h6,
.textImageSlider.greyBg .textWrap p,
.textImageSlider.whiteBg .textWrap h1,
.textImageSlider.whiteBg .textWrap h2,
.textImageSlider.whiteBg .textWrap h3,
.textImageSlider.whiteBg .textWrap h4,
.textImageSlider.whiteBg .textWrap .acc-element .acc-title h1,
.acc-element .acc-title .textImageSlider.whiteBg .textWrap h1,
.textImageSlider.whiteBg .textWrap .acc-element .acc-title h2,
.acc-element .acc-title .textImageSlider.whiteBg .textWrap h2,
.textImageSlider.whiteBg .textWrap .acc-element .acc-title h3,
.acc-element .acc-title .textImageSlider.whiteBg .textWrap h3,
.textImageSlider.whiteBg .textWrap .acc-element .acc-title h5,
.acc-element .acc-title .textImageSlider.whiteBg .textWrap h5,
.textImageSlider.whiteBg .textWrap .acc-element .acc-title h6,
.acc-element .acc-title .textImageSlider.whiteBg .textWrap h6,
.textImageSlider.whiteBg .textWrap h5,
.textImageSlider.whiteBg .textWrap h6,
.textImageSlider.whiteBg .textWrap p {
    color: #727174;
}

.textImageSlider.greyBg .slick-dots li button,
.textImageSlider.whiteBg .slick-dots li button {
    border-color: #727174;
}

.textImageSlider.greyBg .slick-dots li.slick-active button,
.textImageSlider.whiteBg .slick-dots li.slick-active button {
    background: #56bcec;
    border-color: transparent;
}

.textImageSlider.whiteBg {
    background: #fff;
}

.textImageSlider .slideWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
}

.textImageSlider .textWrap {
    padding: 50px 0;
    width: 600px;
    padding-right: 80px;
}

.textImageSlider .textWrap h1,
.textImageSlider .textWrap h2,
.textImageSlider .textWrap h3,
.textImageSlider .textWrap h4,
.textImageSlider .textWrap .acc-element .acc-title h1,
.acc-element .acc-title .textImageSlider .textWrap h1,
.textImageSlider .textWrap .acc-element .acc-title h2,
.acc-element .acc-title .textImageSlider .textWrap h2,
.textImageSlider .textWrap .acc-element .acc-title h3,
.acc-element .acc-title .textImageSlider .textWrap h3,
.textImageSlider .textWrap .acc-element .acc-title h5,
.acc-element .acc-title .textImageSlider .textWrap h5,
.textImageSlider .textWrap .acc-element .acc-title h6,
.acc-element .acc-title .textImageSlider .textWrap h6,
.textImageSlider .textWrap h5,
.textImageSlider .textWrap h6 {
    color: #fff;
    margin-bottom: 30px;
}

.textImageSlider .textWrap p {
    color: #fff;
}

.textImageSlider .textWrap p:last-child {
    margin-bottom: 0;
}

.textImageSlider .imageWrap {
    width: 50%;
}

.textImageSlider .imageWrap img {
    width: 100%;
    height: auto;
}

.textImageSlider .slick-dots {
    bottom: 50px;
    max-width: 600px;
    left: 50%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    text-align: right;
    padding-right: 60px;
}

.textImageSlider .slick-dots li {
    margin: 0 5px;
}

.textImageSlider .slick-dots li button {
    border-color: #fff;
}

.textImageSlider .slick-dots li.slick-active button {
    background: #fff;
}

@media (max-width: 1520px) {
    .textImageSlider .slick-dots {
        bottom: 30px;
    }
}

@media (max-width: 1410px) {
    .textImageSlider .slideWrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .textImageSlider .textWrap {
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        padding: 30px 30px 80px 30px;
    }

    .textImageSlider .imageWrap {
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }

    .textImageSlider .slick-dots {
        right: 0;
        padding: 0;
        bottom: 30px;
        text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.breadcrumbs {
    margin: 15px 0;
    text-align: right;
}

.breadcrumbs.align-left {
    text-align: left;
    padding-top: 30px;
}

.breadcrumbs span {
    color: #56bcec;
    font-style: italic;
}

.breadcrumbs span a {
    color: #727174;
    vertical-align: middle;
    overflow: visible;
}

.breadcrumbs span::after {
    content: "";
    font-size: 70%;
    margin: 0 10px;
}

.breadcrumbs span.current::after {
    content: "";
    display: none;
    overflow: visible;
}

.breadcrumb-link-wrap a i {
    padding-right: 15px;
    box-sizing: border-box;
    margin-left: 1rem;
    margin-right: 1rem;
}

@media (max-width: 1024px) {
    .breadcrumbs span {
        font-size: 12px;
    }
}

.docfilter {
    margin-top: 0;
}

.docfilter .filter {
    background: #f4f4f4;
    padding: 35px 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.docfilter .filter h4,
.docfilter .filter .acc-element .acc-title h1,
.acc-element .acc-title .docfilter .filter h1,
.docfilter .filter .acc-element .acc-title h2,
.acc-element .acc-title .docfilter .filter h2,
.docfilter .filter .acc-element .acc-title h3,
.acc-element .acc-title .docfilter .filter h3,
.docfilter .filter .acc-element .acc-title h5,
.acc-element .acc-title .docfilter .filter h5,
.docfilter .filter .acc-element .acc-title h6,
.acc-element .acc-title .docfilter .filter h6 {
    margin: 0;
    line-height: normal;
    color: #174079;
}

.docfilter .filter form {
    font-size: 0;
    margin: 0 -10px;
    width: 800px;
}

.docfilter .filter form fieldset {
    font-size: 18px;
    display: inline-block;
    width: 50%;
    padding: 0 10px;
    margin: 0;
}

.docfilter .filter form fieldset .nice-select {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.docfilter .filter form fieldset .nice-select span {
    display: inline-block;
    position: absolute;
    width: 100%;
    padding: 0 60px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.docfilter .filter form fieldset .nice-select .option {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.docfilter #filtererror {
    display: none;
    background: #ffffff;
    padding: 30px 50px;
    text-align: center;
}

.docfilter #filtererror h4,
.docfilter #filtererror .acc-element .acc-title h1,
.acc-element .acc-title .docfilter #filtererror h1,
.docfilter #filtererror .acc-element .acc-title h2,
.acc-element .acc-title .docfilter #filtererror h2,
.docfilter #filtererror .acc-element .acc-title h3,
.acc-element .acc-title .docfilter #filtererror h3,
.docfilter #filtererror .acc-element .acc-title h5,
.acc-element .acc-title .docfilter #filtererror h5,
.docfilter #filtererror .acc-element .acc-title h6,
.acc-element .acc-title .docfilter #filtererror h6 {
    color: #6a7282;
    margin: 0;
}

.docfilter #filtererror h4::before,
.docfilter #filtererror .acc-element .acc-title h1::before,
.acc-element .acc-title .docfilter #filtererror h1::before,
.docfilter #filtererror .acc-element .acc-title h2::before,
.acc-element .acc-title .docfilter #filtererror h2::before,
.docfilter #filtererror .acc-element .acc-title h3::before,
.acc-element .acc-title .docfilter #filtererror h3::before,
.docfilter #filtererror .acc-element .acc-title h5::before,
.acc-element .acc-title .docfilter #filtererror h5::before,
.docfilter #filtererror .acc-element .acc-title h6::before,
.acc-element .acc-title .docfilter #filtererror h6::before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f119";
    font-size: 80px;
    color: #6a7282;
    vertical-align: middle;
    opacity: 0.4;
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .docfilter .filter {
        display: block;
    }

    .docfilter .filter h4,
    .docfilter .filter .acc-element .acc-title h1,
    .acc-element .acc-title .docfilter .filter h1,
    .docfilter .filter .acc-element .acc-title h2,
    .acc-element .acc-title .docfilter .filter h2,
    .docfilter .filter .acc-element .acc-title h3,
    .acc-element .acc-title .docfilter .filter h3,
    .docfilter .filter .acc-element .acc-title h5,
    .acc-element .acc-title .docfilter .filter h5,
    .docfilter .filter .acc-element .acc-title h6,
    .acc-element .acc-title .docfilter .filter h6 {
        margin-bottom: 20px;
        text-align: center;
    }

    .docfilter .filter form {
        width: 100%;
    }

    .docfilter #filtererror h4::before,
    .docfilter #filtererror .acc-element .acc-title h1::before,
    .acc-element .acc-title .docfilter #filtererror h1::before,
    .docfilter #filtererror .acc-element .acc-title h2::before,
    .acc-element .acc-title .docfilter #filtererror h2::before,
    .docfilter #filtererror .acc-element .acc-title h3::before,
    .acc-element .acc-title .docfilter #filtererror h3::before,
    .docfilter #filtererror .acc-element .acc-title h5::before,
    .acc-element .acc-title .docfilter #filtererror h5::before,
    .docfilter #filtererror .acc-element .acc-title h6::before,
    .acc-element .acc-title .docfilter #filtererror h6::before {
        margin-bottom: 30px;
        display: block;
    }
}

@media (max-width: 750px) {
    .docfilter .filter form {
        margin: 0;
    }

    .docfilter .filter form fieldset {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
        display: block;
    }

    .docfilter .filter form fieldset:last-child {
        margin: 0;
    }
}

@media (max-width: 500px) {
    .docfilter .filter {
        padding: 20px;
        margin-bottom: 20px;
    }
}

.docDetail h1 {
    margin-bottom: 0;
    margin-left: -4px;
    text-transform: none;
}

.docDetail h6 {
    text-transform: none;
}

.docDetail .doctorImage img {
    width: 100%;
}

.docDetail article header {
    border-bottom: 1px solid #d6d6d6;
}

.docDetail .locations {
    margin-bottom: 20px;
}

.docDetail .locations ul li {
    padding: 15px 25px;
    font-weight: 400;
    border: 1px solid #d6d6d6;
    border-width: 0 0 1px 0;
}

.docDetail .locations ul li::before {
    content: "";
    display: inline-block;
    left: 0;
}

.docDetail .locations ul li:last-child {
    border: none;
}

@media (max-width: 1024px) {
    .docDetail .doctorImage {
        margin-bottom: 50px;
    }
}

.teatments a {
    color: #727174;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

.teatments a:hover {
    text-decoration: none;
    color: #56bcec;
}

.contact-element a {
    color: #727174;
    font-weight: 400;
}

.contact-element .content {
    margin: 20px 0;
}

.contact-element .content a {
    display: block;
    margin-bottom: 10px;
}

.contact-element .content a:hover {
    text-decoration: none;
    color: #56bcec;
}

.locationblock {
    padding-left: 0px;
    position: relative;
}

.locationblock::before {
    font-family: "Font Awesome 5 Free" !important;
    position: absolute;
    font-weight: 900;
    left: 0;
    top: 7px;
    font-size: 80%;
}

.locationblock span.title {
    font-weight: 400;
}

.openinghours {
    padding-left: 0px;
    position: relative;
}

.openinghours::before {
    font-family: "Font Awesome 5 Free" !important;
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 80%;
    color: #56bcec;
    weight: 600;
}

.openinghours ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 31px;
}

.openinghours .days {
    font-weight: 400;
}

.openinghours .times {
    font-weight: 300;
}

.publicTransport {
    padding-left: 20px;
    position: relative;
}

.publicTransport::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 80%;
    content: "\f277";
    color: #56bcec;
}

.car {
    padding-left: 20px;
    position: relative;
}

.car::before {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 80%;
    content: "";
    color: #56bcec;
}

ul.treatments {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
}

ul.treatments li {
    width: 50%;
}

ul.treatments li a::before {
    font-size: 70%;
    margin-right: 10px;
}

.bigList {
    position: relative;
}

.bigList::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #d6d6d6;
    position: absolute;
    top: 0;
    left: 29px;
    z-index: 2;
}

.bigList .point {
    padding-left: 80px;
    position: relative;
    z-index: 3;
}

.bigList .point img {
    max-width: 100%;
    width: auto;
}

.bigList .point .count {
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border: 2px solid #d6d6d6;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    font-size: 26px;
    color: #d6d6d6;
    font-family: "Asap", "Open Sans", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    box-shadow:
        0 10px 0 #fff,
        0 -10px 0 #fff;
}

.bigList .point header {
    padding-top: 17px;
}

.bigList .point p:last-child {
    margin-bottom: 0;
}

.bigList .point:last-child::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10%;
    background: #fff;
    z-index: -1;
}

.bigList .imageWrap {
    display: inline;
    margin: 10px 10px 10px 0;
}

.banner {
    position: relative;
    background: #38a6d6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../../../_assets/da0cbeac266062e155672aaa62693297/img/banner_bg.svg");
    background-size: contain;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.banner .textWrap,
.banner .imageWrap {
    position: relative;
}

.banner .textWrap {
    padding: 30px;
}

.banner .imageWrap figure {
    height: 100%;
}

.banner .imageWrap img {
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
}

.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner .acc-element .acc-title h1,
.acc-element .acc-title .banner h1,
.banner .acc-element .acc-title h2,
.acc-element .acc-title .banner h2,
.banner .acc-element .acc-title h3,
.acc-element .acc-title .banner h3,
.banner .acc-element .acc-title h4,
.acc-element .acc-title .banner h4,
.banner .acc-element .acc-title h5,
.acc-element .acc-title .banner h5,
.banner .acc-element .acc-title h6,
.acc-element .acc-title .banner h6,
.banner h5,
.banner h6,
.banner p {
    color: #fff;
}

@media (max-width: 900px) {
    .banner .imageWrap {
        display: none;
    }

    .banner .textWrap {
        padding: 20px;
    }
}

.page-navigation {
    text-align: center;
    margin: 50px 0;
}

.page-navigation p {
    display: none;
}

.page-navigation ul li {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 5px;
    font-weight: 700;
}

.page-navigation ul li a {
    display: block;
    line-height: 34px;
    height: 100%;
    text-align: center;
    border: 3px solid #56bcec;
    transition: all 0.15s ease-in-out;
    font-weight: 300;
}

.page-navigation ul li a:hover {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    background: #56bcec;
}

.page-navigation ul li.next,
.page-navigation ul li.previous {
    width: auto;
}

.page-navigation ul li.next a,
.page-navigation ul li.previous a {
    border: none;
}

.page-navigation ul li.next a:hover,
.page-navigation ul li.previous a:hover {
    background: transparent;
    color: #56bcec;
    font-weight: 300;
}

.blogList .blog-article {
    max-width: 50%;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
}

.blogList .blog-article .imageWrap .imageWrap-inner {
    border-radius: 0;
    margin-right: 10px;
}

.blogList .blog-article .imageWrap .imageWrap-inner img {
    width: auto;
}

@media (max-width: 1024px) {
    .blogList .blog-article {
        padding: 10px;
        width: 100%;
    }

    .blogList .blog-article h6 {
        margin: 0;
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .blogList .blog-article {
        width: 100%;
        max-width: 100%;
    }

    .blogList .blog-article h6 a {
        display: block;
    }

    .blogList .blog-article h6 a::after {
        right: 0;
        left: inherit;
    }
}

@media (max-width: 750px) {
    .blogList .blogGroup {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.ytVideo {
    width: 100%;
    padding-bottom: 56%;
    position: relative;
}

.ytVideo iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#doctor-filtering-container .result {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
}

#doctor-filtering-container .result article {
    max-width: 50%;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

#doctor-filtering-container .result article .imageWrap {
    margin-right: 30px;
}

#doctor-filtering-container .result article .imageWrap .imageWrap-inner {
    height: 118px;
    width: 118px;
    background: #f4f4f4;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg,
            #f6f8f9 0%,
            #e5ebee 50%,
            #d7dee3 51%,
            #f5f7f9 100%);
}

#doctor-filtering-container .result article .imageWrap .imageWrap-inner img {
    width: 100%;
    height: auto;
}

#doctor-filtering-container .result article .contentWrap h6 {
    margin-bottom: 25px;
    text-transform: none;
}

#doctor-filtering-container .result article .contentWrap h6 a::after {
    left: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    font-size: 70%;
    margin-left: 20px;
    color: #56bcec;
    transition: all 0.15s ease-in-out;
}

.docsList header {
    margin-top: 45px;
    border: 1px solid #d6d6d6;
    border-width: 0 0 1px 0;
    margin-bottom: 20px;
}

#doctor-filtering-container .result article .imageWrap .imageWrap-inner {
    height: 118px;
    width: 118px;
    background: #f4f4f4;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg,
            #f6f8f9 0%,
            #e5ebee 50%,
            #d7dee3 51%,
            #f5f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=1);
}

#doctor-filtering-container .result article .imageWrap .imageWrap-inner img {
    width: 100%;
    height: auto;
}

#doctor-filtering-container .result article .contentWrap p:last-child {
    margin-bottom: 0;
}

#doctor-filtering-container .result article .contentWrap h6 {
    margin-bottom: 25px;
    text-transform: none;
}

#doctor-filtering-container .result article .contentWrap h6 a {
    position: relative;
    padding-right: 20px;
    overflow: visible;
    color: #174079;
    font-weight: 400;
    transition: all 0.15s ease-in-out;
}

#doctor-filtering-container .result article .contentWrap h6 a::after {
    left: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\27A4";
    font-size: 100%;
    margin-left: 20px;
    color: #56bcec;
    transition: all 0.15s ease-in-out;
}

#doctor-filtering-container .result article .contentWrap h6 a:hover {
    text-decoration: none;
    color: #56bcec;
}

#doctor-filtering-container .result article .contentWrap h6 a:hover::after {
    margin-left: 20px;
}

@media (max-width: 1024px) {
    #doctor-filtering-container .result article {
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
        width: 50%;
    }

    #doctor-filtering-container .result article .contentWrap h6 {
        margin: 0;
        font-size: 14px;
    }

    #doctor-filtering-container .result article .imageWrap .imageWrap-inner {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 900px) {
    #doctor-filtering-container .result article .contentWrap p {
        display: none;
    }

    #doctor-filtering-container .result article .contentWrap h6 a {
        display: block;
    }

    #doctor-filtering-container .result article .contentWrap h6 a::after {
        right: 0;
        left: inherit;
    }
}

@media (max-width: 750px) {
    #doctor-filtering-container .result {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #doctor-filtering-container .result article {
        width: 100%;
        max-width: 100%;
    }
}

#doctor-filtering-container {
    margin-top: 0;
}

#doctor-filtering-container .filter {
    background: #f4f4f4;
    padding: 35px 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

#doctor-filtering-container .filter h4 {
    margin: 0;
    margin-right: 30px;
    line-height: normal;
    color: #174079;
}

#doctor-filtering-container .filter form {
    font-size: 0;
    margin: 0 -10px;
    width: 800px;
}

#doctor-filtering-container .filter form fieldset {
    font-size: 18px;
    display: inline-block;
    width: 50%;
    padding: 0 10px;
    margin: 0;
}

#doctor-filtering-container form fieldset .nice-select {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

#doctor-filtering-container form fieldset .nice-select span {
    display: inline-block;
    position: absolute;
    width: 100%;
    padding: 0 60px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#doctor-filtering-container form fieldset .nice-select .option {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#doctor-filtering-container #filtererror {
    display: none;
    background: #ffffff;
    padding: 30px 50px;
    text-align: center;
}

#doctor-filtering-container #filtererror h4 {
    color: #6a7282;
    margin: 0;
}

#doctor-filtering-container #filtererror h4::before {
    content: "";
    font-size: 80px;
    color: #6a7282;
    vertical-align: middle;
    opacity: 0.4;
    margin-right: 20px;
}

@media (max-width: 1024px) {
    #doctor-filtering-container .filter {
        display: block;
    }

    #doctor-filtering-container.filter h4 {
        margin-bottom: 20px;
        text-align: center;
    }

    #doctor-filtering-container .filter form {
        width: 100%;
    }

    #doctor-filtering-container #filtererror h4::before {
        margin-bottom: 30px;
        display: block;
    }
}

@media (max-width: 750px) {
    #doctor-filtering-container.filter form {
        margin: 0;
    }

    #doctor-filtering-container .filter form fieldset {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
        display: block;
    }

    #doctor-filtering-container .filter form fieldset:last-child {
        margin: 0;
    }
}

@media (max-width: 500px) {
    #doctor-filtering-container .filter {
        padding: 20px;
        margin-bottom: 20px;
    }
}

#sticky_container {
    z-index: 999;
}

#sticky_button:hover {
    background-color: #fff;
    color: #56bcec;
}

.yt-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.yt-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.yt-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}

.yt-player img:hover {
    -webkit-filter: brightness(75%);
}

.yt-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(https://www.klinikmatanusantara.com/typo3conf/ext/sitetemplate/Resources/Public/img/play-button.png) no-repeat;
    cursor: pointer;
}

.wa-widget-send-button-no-text {
    -webkit-text-size-adjust: 100%;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #727174;
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 20px 0 !important;
    padding-left: 0px;
    padding-right: 0px;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 0 !important;
    text-align: center !important;
    height: 68px;
    min-width: 68px;
    border-radius: 34px;
    visibility: visible;
    transition: none !important;
    background-color: #13c656;
    box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
    right: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wa-widget-send-button-no-text i {
    color: #fff;
    font-size: 30px;
}

.hyperlink-style:hover {
    text-decoration: none;
}

.ui-datepicker-calendar .ui-state-default {
    background-color: white;
    border: none;
}

.ui-datepicker-header  {
    background-color: white;
    border: none;
}

.ui-datepicker-prev .ui-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ffffff' d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/></svg>");
}

.ui-datepicker-next .ui-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ffffff' d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6-6-6z'/></svg>");
}

/* Media query for screens up to 768px */
@media (max-width: 768px) {
    #filterDoctors,
    #filterLocations,
    #filterDate {
        width: 100%;
    }
}

/* Media query for screens larger than 768px */
@media (min-width: 769px) {
    #filterDoctors,
    #filterLocations,
    #filterDate {
        width: 33.33%;
    }
}
