@charset "UTF-8";

dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
    margin-top: 0
}

.col{
    max-width: 100%
}

.badge,
.btn,
.navbar-brand {
    white-space: nowrap
}

ul.numbered-list-lg li:before {
    counter-increment: li;
    content: counter(li);
    text-align: center;
    font-weight: 700;
    position: absolute;
    border-radius: 50%;
    top: 0;
    background-color: #015e2f;
}

figure{
    display: inline-block;
    margin: 0 0 1rem
}

.img-fluid{
    max-width: 100%;
    height: auto
}

.dropdown-menu,
.nav,
.navbar-nav {
    list-style: none
}

.btn,
.navbar-toggler-icon,
img {
    vertical-align: middle
}

body,
html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    min-height: 100%
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar
}

body {
    font-family: var(--font-main);
    margin: 0;
    background-color: #fff
}

dl,
ol,
p,
ul {
    margin-bottom: 1rem
}

a {
    color: #545454;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.modal-open,
.slider-gallery,
body.noScroll,
svg:not(:root) {
    overflow: hidden
}

button,
hr,
input {
    overflow: visible
}

[role=button],
a,
area,
button,
input:not([type=range]),
select,
textarea {
    touch-action: manipulation
}

th {
    text-align: inherit
}

.input-group .form-control:not(:first-child):not(:last-child),
button {
    border-radius: 0
}

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

pre,
textarea {
    overflow: auto
}

button,
select {
    text-transform: none
}

button{
    -webkit-appearance: button
}

button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.badge:empty,
.collapse,
.collapsed-view-all-list,
.tab-content>.tab-pane,
template{
    display: none
}

.d-none,
.header-content.stuck .catalog-widget,
[hidden]{
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #444
}

.form-group,
hr,
pre {
    margin-bottom: 1rem
}

.h1,
.h2,
h1,
h2 {
    font-size: 36px
}

.collapse-wrap .collapse-title,
.h3,
h3 {
    font-size: 26px
}

.h4,
.layout-medlab .footer h3,
h4 {
    font-size: 24px
}

.h5,
h5 {
    font-size: 20px
}

.h6,
h6 {
    font-size: 19px
}

hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}
.table{
    background-color: transparent
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters{
    margin-right: 0
}

.navbar-nav .nav-link,
.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 1280px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef
}

.table tbody+tbody {
    border-top: 2px solid #e9ecef
}

.form-control[readonly],
.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #e9ecef
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-responsive.table-bordered {
    border: 0
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px 12px;
    line-height: 19px;
    color: #424242;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e5e5e5;
    outline: 0;
    box-shadow: none
}

.form-control::placeholder {
    color: #545454;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #424242;
    background-color: #fff
}

.btn-block,
.gallery-specialist .gallery-item img,
.header-nav,
.input-group,
.input-group .form-control.datetimepicker,
.input-group .form-control.timepicker {
    width: 100%
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

#mainSliderWrapper,
.breadcrumbs>*,
.btn .badge,
.double-title,
.dropdown,
.footer>.container,
.main-slider,
.nav-link,
.page-link,
.select-wrapper,
.title-wrap{
    position: relative
}

.btn {
    display: inline-block;
    text-align: center;
    user-select: none
}

.btn-block,
.collapse.show,
.dropdown-menu.show,
.row.slick-slider,
.row.slick-slider [class*=col],
.tab-content>.active{
    display: block
}

.btn:focus,
.btn:hover,
.faq-item [data-toggle=collapse]:hover,
.footer ul.icn-list a,
.icn-text:hover,
.nav-link:focus,
.nav-link:hover,
.navbar-brand:focus,
.navbar-brand:hover,
.navbar-toggler:focus,
.navbar-toggler:hover{
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled{
    pointer-events: none
}

.btn-block+.btn-block {
    margin-top: .5rem
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show,
.gallery-item:hover .hover,
.gallery-specialist .gallery-item:hover .hover,
.slider-gallery-main.slick-initialized,
.slider-gallery-thumbs .slick-slide:hover img,
.slider-gallery-thumbs .slick-slide:not(.slick-active)+.slick-slide.slick-active img,
.slider-gallery-thumbs.slick-initialized {
    opacity: 1
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    vertical-align: .255em;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    height: 0;
    content: ""
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.dropdown-toggle::after {
    margin-left: .255em;
    border-top: .3em solid;
    border-bottom: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 16px;
    color: #545454;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.input-group .form-control:not(:last-child){
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}


.input-group {
    display: flex;
    align-items: stretch
}

.input-group .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover{
    z-index: 3
}

.banner-center,
.banner-left,
.input-group .form-control{
    display: flex;
    align-items: center
}

.badge,
.close,
b,
strong {
    font-weight: 700
}

.doctor-box:hover .doctor-box-photo{
    border-radius: 50%
}

.nav,
.navbar {
    flex-wrap: wrap;
    display: flex
}

.nav {
    padding-left: 0;
    margin-bottom: 0
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.navbar {
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit
}

.list-group,
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    content: "";
    background: center center/100% 100% no-repeat
}

.modal-content {
    background-clip: padding-box
}
.header-social a:last-child:after {
    right: 0;
    left: auto
}

.breadcrumb,
.pagination {
    display: flex;
    list-style: none;
    border-radius: .25rem;
    flex-wrap: wrap
}

#mainSlider.arrows-white .slick-next:before,
#mainSlider.arrows-white .slick-prev:before,
.contact-box,
.contact-box a,
.contact-box ul.icn-list li b,
.footer-bottom,
.footer-bottom a,
.header-info:hover [class*=icon-],
.header-phone a,
.services-nav ul .nav-link.active:before,
.services-nav ul .nav-link:hover:before,
.slick-next:hover:before,
.slick-prev:hover:before,
body:not(.touch) .btn-hover-fill:hover [class*=icon],
body:not(.touch) .quickLinks.closed .quickLinks-open:hover span {
    color: #fff
}
.pagination {
    padding-left: 0
}

.page-item:first-child .page-link {
    margin-left: 0;
}

.page-item.active .page-link {
    z-index: 2;
    color: #545454;
    background-color: transparent;
}

.page-link {
    display: block;
    padding: 5px 10px;
    margin-left: -1px;
    line-height: 39px;
    color: #d5d5d5;
    background-color: transparent;
    border: 1px solid #d5d5d5
}

.badge,
.close {
    line-height: 1
}

.page-link:focus,
.page-link:hover {
    text-decoration: none;
    background-color: transparent;
}


.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25rem
}

.btn .badge {
    top: -1px
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.nav-link:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-link:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.nav-link.disabled,
.nav-link:disabled {
    color: #868e96;
    background-color: #fff
}

.nav-link.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.services-nav .nav-item:last-child .nav-link,
ul.services-list li:last-child {
    border-bottom: 0
}

.close {
    float: right;
    font-size: 1.5rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.modal-backdrop.fade{
    opacity: 0
}

button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal.show .modal-dialog {
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 1199px) {
    .modal-lg {
        max-width: 800px
    }
}

.link-drop .row-table td,
.quickLinks .link-drop .row-table td {
    padding: 5px 0
}

.slick-prev {
    left: 0
}

body>.quickLinks-wrap {
    top: 0
}

.slick-next {
    right: 0
}

ul.list-unstyled li:not(:last-child) {
    margin-bottom: 8px
}

.side-block h5 {
    bottom: 0
}

.modal-form form>*+* {
    margin-top: 8px
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #e9ecef !important
}

.border-0 {
    border: 0 !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-left,
.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.blog-post .post-image+.post-meta,
.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.errorform p,
.mb-0,
.my-0,
.slider-gallery-main li,
.slider-gallery-thumbs li,
.successform p {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: 10px !important
}

.mt-1,
.my-1 {
    margin-top: 10px !important
}

.mr-1,
.mx-1 {
    margin-right: 10px !important
}

.mb-1,
.my-1 {
    margin-bottom: 10px !important
}

.ml-1,
.mx-1 {
    margin-left: 10px !important
}

.m-15 {
    margin: 15px !important
}

.mt-15,
.my-15 {
    margin-top: 15px !important
}

.mr-15,
.mx-15 {
    margin-right: 15px !important
}

.mb-15,
.my-15 {
    margin-bottom: 15px !important
}

.ml-15,
.mx-15 {
    margin-left: 15px !important
}

.m-2 {
    margin: 20px !important
}

.mt-2,
.my-2 {
    margin-top: 20px !important
}

.mr-2,
.mx-2 {
    margin-right: 20px !important
}

.mb-2,
.my-2 {
    margin-bottom: 20px !important
}

.ml-2,
.mx-2 {
    margin-left: 20px !important
}

.m-3 {
    margin: 30px !important
}

.mt-3,
.my-3 {
    margin-top: 30px !important
}

.mr-3,
.mx-3 {
    margin-right: 30px !important
}

.mb-3,
.my-3 {
    margin-bottom: 30px !important
}

.ml-3,
.mx-3 {
    margin-left: 30px !important
}

.m-4 {
    margin: 40px !important
}

.mt-4,
.my-4 {
    margin-top: 40px !important
}

.mr-4,
.mx-4 {
    margin-right: 40px !important
}

.mb-4,
.my-4 {
    margin-bottom: 40px !important
}

.ml-4,
.mx-4 {
    margin-left: 40px !important
}

.m-5 {
    margin: 50px !important
}

.mt-5,
.my-5 {
    margin-top: 50px !important
}

.mr-5,
.mx-5 {
    margin-right: 50px !important
}

.mb-5,
.my-5 {
    margin-bottom: 50px !important
}

.ml-5,
.mx-5 {
    margin-left: 50px !important
}

.m-6 {
    margin: 60px !important
}

.mt-6,
.my-6 {
    margin-top: 60px !important
}

.mr-6,
.mx-6 {
    margin-right: 60px !important
}

.mb-6,
.my-6 {
    margin-bottom: 60px !important
}

.ml-6,
.mx-6 {
    margin-left: 60px !important
}

.m-7 {
    margin: 70px !important
}

.mt-7,
.my-7 {
    margin-top: 70px !important
}

.mr-7,
.mx-7 {
    margin-right: 70px !important
}

.mb-7,
.my-7 {
    margin-bottom: 70px !important
}

.ml-7,
.mx-7 {
    margin-left: 70px !important
}

.m-8 {
    margin: 80px !important
}

.mt-8,
.my-8 {
    margin-top: 80px !important
}

.mr-8,
.mx-8 {
    margin-right: 80px !important
}

.mb-8,
.my-8 {
    margin-bottom: 80px !important
}

.ml-8,
.mx-8 {
    margin-left: 80px !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.input-group .form-control:first-child,
.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.input-group .form-control:last-child,
.pl-0,
.px-0{
    padding-left: 0 !important
}

.p-1 {
    padding: 10px !important
}

.pt-1,
.py-1 {
    padding-top: 10px !important
}

.pr-1,
.px-1 {
    padding-right: 10px !important
}

.pb-1,
.py-1 {
    padding-bottom: 10px !important
}

.pl-1,
.px-1 {
    padding-left: 10px !important
}

.p-15 {
    padding: 15px !important
}

.pt-15,
.py-15 {
    padding-top: 15px !important
}

.pr-15,
.px-15 {
    padding-right: 15px !important
}

.pb-15,
.py-15 {
    padding-bottom: 15px !important
}

.pl-15,
.px-15 {
    padding-left: 15px !important
}

.p-2 {
    padding: 20px !important
}

.pt-2,
.py-2 {
    padding-top: 20px !important
}

.pr-2,
.px-2 {
    padding-right: 20px !important
}

.pb-2,
.py-2 {
    padding-bottom: 20px !important
}

.pl-2,
.px-2 {
    padding-left: 20px !important
}

.p-3 {
    padding: 30px !important
}

.pt-3,
.py-3 {
    padding-top: 30px !important
}

.pr-3,
.px-3 {
    padding-right: 30px !important
}

.pb-3,
.py-3 {
    padding-bottom: 30px !important
}

.pl-3,
.px-3 {
    padding-left: 30px !important
}

.p-4 {
    padding: 40px !important
}

.pt-4,
.py-4 {
    padding-top: 40px !important
}

.pr-4,
.px-4 {
    padding-right: 40px !important
}

.pb-4,
.py-4 {
    padding-bottom: 40px !important
}

.pl-4,
.px-4 {
    padding-left: 40px !important
}

.p-5 {
    padding: 50px !important
}

.pt-5,
.py-5 {
    padding-top: 50px !important
}

.pr-5,
.px-5 {
    padding-right: 50px !important
}

.pb-5,
.py-5 {
    padding-bottom: 50px !important
}

.pl-5,
.px-5 {
    padding-left: 50px !important
}

.p-6 {
    padding: 60px !important
}

.pt-6,
.py-6 {
    padding-top: 60px !important
}

.pr-6,
.px-6 {
    padding-right: 60px !important
}

.pb-6,
.py-6 {
    padding-bottom: 60px !important
}

.pl-6,
.px-6 {
    padding-left: 60px !important
}

.p-7 {
    padding: 70px !important
}

.pt-7,
.py-7 {
    padding-top: 70px !important
}

.pr-7,
.px-7 {
    padding-right: 70px !important
}

.pb-7,
.py-7 {
    padding-bottom: 70px !important
}

.pl-7,
.px-7 {
    padding-left: 70px !important
}

.p-8 {
    padding: 80px !important
}

.pt-8,
.py-8 {
    padding-top: 80px !important
}

.pr-8,
.px-8 {
    padding-right: 80px !important
}

.pb-8,
.py-8 {
    padding-bottom: 80px !important
}

.pl-8,
.px-8 {
    padding-left: 80px !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

#mainSlider,
.p-lg {
    margin-bottom: 30px
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-muted {
    color: #868e96 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.p-lg,
body,
p,
ul.icn-list-lg {
    font-size: 16px;
    line-height: 27px
}

body,
html {
    -webkit-font-smoothing: antialiased
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

body {
    color: #545454;
    font-weight: 400;
    overflow-x: hidden
}

.h1,
h1,
h2,
h3,
h4,
h5 {
    font-weight: 600
}

:focus {
    outline: 0 !important
}

.btn,
button {
    cursor: pointer
}

.blog-post .post-teaser p:last-child,
.collapse-wrap>*,
.doctor-box>*,
.footer-text p:last-child,
.h-decor+h5,
.modal-form .modal-body .form-group,
.review p:last-child,
.side-block:last-child,
p:last-child {
    margin-bottom: 0
}

p {
    margin-bottom: 27px
}

@media (max-width: 1229px) {

    .p-lg,
    p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px
    }

    h6 {
        font-size: 17px
    }
}

@media (max-width: 800px) {

    .p-lg,
    p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 21px
    }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #444;
    transition: .2s
}

.h1,
h1,
h2 {
    line-height: 1em;
    margin-bottom: 10px
}

h3,
h5{
    margin-bottom: 20px
}

h3+.h-decor,
h5+.h-decor {
    top: -20px;
    position: relative
}

.doctor-box-name,
h3,
h5 {
    line-height: 1em
}

h3+.h-decor {
    height: 2px;
    width: 27px
}

h4 {
    line-height: 1.55em;
    margin-bottom: 18px
}

.h-sub,
h6 {
    line-height: 1.2em
}

h5+.h-decor {
    height: 1px;
    width: 25px
}

.blog-post.post-preview .post-title+*,
.page-title .container>*+*,
h2+h5 {
    margin-top: 5px
}

h6 {
    margin-bottom: 22px
}

.h-sub {
    position: relative;
    z-index: 1;
    margin-bottom: 17px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px
}

.h-sub:not(.theme-color) {
    color: #494949
}

.h-decor {
    position: relative;
    display: inline-block;
    height: 3px;
    width: 53px;
}

.h-decor+h5 {
    line-height: 34px
}

.more-link {
    font-size: 24px;
    line-height: 1em;
    text-transform: uppercase
}

.more-link:hover {
    text-decoration: none;
    color: #545454
}

.icn-text>*+*,
.title-wrap+* {
    margin-top: 34px
}

.title-wrap-alt+* {
    margin-top: 24px
}

.page-title {
    background-color: #f5f6f7
}

.breadcrumbs-wrap {
    background-color: #f8f8f8;
    padding: 20px 0
}

.breadcrumbs,
.p-sm {
    font-size: 13px;
    line-height: 18px
}

.breadcrumbs,
.breadcrumbs a {
    color: #9b9b9b
}

.breadcrumbs>a:after {
    content: '/';
    display: inline-block;
    padding: 0 4px 0 5px
}

.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
    background-image: 0
}

.btn,
body:not(.touch) .btn:focus {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-shadow: none;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    padding: 15px 25px;
    border-radius: 26px;
    background: 0 0;
    text-transform: none;
    letter-spacing: .05em;
    transition: .3s
}

.btn [class*=icon],
body:not(.touch) .btn:focus [class*=icon] {
    position: relative;
    display: inline-block;
    top: 0;
    font-size: 14px;
    transition: .3s
}

.btn .icon-right-arrow,
body:not(.touch) .btn:focus .icon-right-arrow {
    font-size: 12px
}

.btn.btn-noanimate [class*=icon]:first-child,
body:not(.touch) .btn:focus.btn-noanimate [class*=icon]:first-child {
    margin-right: 15px
}

.btn:not(.btn-noanimate) [class*=icon]:first-child,
body:not(.touch) .btn:focus:not(.btn-noanimate) [class*=icon]:first-child {
    transform: translateX(-55px);
    opacity: 0;
    width: 0
}

.blog-post.post-preview .post-image>:not(:first-child),
.btn:not(.btn-noanimate) [class*=icon]:last-child,
body:not(.touch) .btn:focus:not(.btn-noanimate) [class*=icon]:last-child {
    padding-left: 10px
}

.btn.icn-left:not(.btn-noanimate) [class*=icon]:first-child,
body:not(.touch) .btn:focus.icn-left:not(.btn-noanimate) [class*=icon]:first-child {
    width: auto;
    padding-right: 10px;
    transform: translateX(0);
    opacity: 1
}

.btn.icn-left:not(.btn-noanimate) [class*=icon]:last-child,
body:not(.touch) .btn:focus.icn-left:not(.btn-noanimate) [class*=icon]:last-child {
    width: 0;
    padding-left: 0;
    transform: translateX(55px);
    opacity: 0
}

body:not(.touch) .btn:not(.btn-noanimate):hover [class*=icon]:first-child {
    width: auto;
    padding-right: 10px;
    transform: translateX(0);
    opacity: 1
}

body:not(.touch) .btn:not(.btn-noanimate):hover [class*=icon]:last-child {
    width: 0;
    padding-left: 0;
    transform: translateX(55px);
    opacity: 0
}

body:not(.touch) .btn:not(.btn-noanimate):hover.icn-left [class*=icon]:first-child {
    width: 0;
    padding-right: 0;
    transform: translateX(-55px);
    opacity: 0
}

body:not(.touch) .btn:not(.btn-noanimate):hover.icn-left [class*=icon]:last-child {
    width: auto;
    padding-left: 10px;
    transform: translateX(0);
    opacity: 1
}

@media (max-width: 1229px) {

    .btn,
    body:not(.touch) .btn:focus {
        font-size: 14px;
        line-height: 18px;
        padding: 15px 25px;
        border-radius: 25px
    }

    .btn:not(.btn-noanimate) [class*=icon]:last-child,
    body:not(.touch) .btn:focus:not(.btn-noanimate) [class*=icon]:last-child {
        padding-left: .6em
    }

    .btn.icn-left:not(.btn-noanimate) [class*=icon]:first-child,
    body:not(.touch) .btn:focus.icn-left:not(.btn-noanimate) [class*=icon]:first-child {
        padding-right: .6em
    }

    body:not(.touch) .btn:not(.btn-noanimate):hover [class*=icon]:first-child {
        padding-right: .6em
    }

    body:not(.touch) .btn:not(.btn-noanimate):hover.icn-left [class*=icon]:last-child {
        padding-left: .6em
    }
}

.btn-sm,
body:not(.touch) .btn-sm:focus {
    padding: 11px 21px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    border-radius: 20px;
    text-transform: none;
    border-width: 1px;
}

.btn-sm [class*=icon],
body:not(.touch) .btn-sm:focus [class*=icon] {
    line-height: 19px
}

body:not(.touch) .btn-hover-fill:hover {
    color: #fff;
    box-shadow: none !important
}

.bg-cover,
.bg-full,
.bg-norepeat {
    background-repeat: no-repeat
}

.dropdown {
    max-width: 370px
}

.btn.dropdown-toggle {
    padding: 15px 30px 15px 22px;
    min-height: 60px;
    border-radius: 0;
    text-align: left;
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    cursor: pointer
}

.btn.dropdown-toggle [class*=icon] {
    padding-right: 16px;
    top: 4px
}

.btn.dropdown-toggle.btn-light,
.btn.dropdown-toggle.btn-light:focus {
    background: #fff;
    color: #545454;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    border: 1px solid #f3f3f3
}

.btn+.btn {
    margin-left: 12px
}

.doctor-box-name+.doctor-box-position,
.doctor-box>:not(:first-child),
.dropdown+.dropdown {
    margin-top: 16px
}

.btn.dropdown-toggle:after {
    position: absolute;
    top: 50%;
    right: 46px;
    margin-top: -16px;
    border: 0;
    content: '\e935';
    font-size: 19px;
    font-family: hotelfont
}

.dropdown.show .btn.dropdown-toggle:after {
    content: '\e936'
}

.blog-post .post-meta .post-meta-reviews span{
    font-size: 14px
}

.dropdown-menu .close {
    position: absolute;
    z-index: 1;
    font-size: 14px;
    right: 15px;
    top: 15px;
    color: #212121;
    cursor: pointer;
    opacity: 1;
    transition: .2s
}

.dropdown-menu .close:hover{
    text-decoration: none;
}

.flex-wrap-center {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-text p {
    margin-bottom: 10px
}

ul.header-icn-list,
ul.icn-list,
ul.icn-list-lg {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.numbered-list-lg {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    counter-reset: li;
    list-style-type: none;
    font-size: 16px;
    line-height: 27px
}

ul.numbered-list-lg li {
    position: relative;
    padding: 0 35px 0 70px
}

ul.numbered-list-lg li:before {
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    color: #fff;
    left: 15px
}

ul.numbered-list-lg li:not(:last-child) {
    margin-bottom: 24px
}

ul.categories-list{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 22px
}

ul.categories-list li{
    position: relative;
    padding-left: 24px
}

@media (max-width: 1023px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    body {
        font-size: 15px;
        line-height: 24px
    }

    .h1,
    h1,
    h2 {
        font-size: 30px;
        line-height: 1.2em
    }

    .h1+.h-decor,
    h1+.h-decor,
    h2+.h-decor {
        position: relative;
        top: -5px
    }

    h3,
    h4 {
        font-size: 20px
    }

    h5 {
        font-size: 17px;
        line-height: 24px
    }

    h6 {
        font-size: 16px
    }

    .h-sub {
        font-size: 15px;
        margin-bottom: 10px
    }

    .h-decor {
        height: 2px;
        width: 34px
    }

    .title-wrap+* {
        margin-top: 24px
    }

    .title-wrap.d-none.d-lg-block+* {
        margin-top: 0
    }

    .title-wrap-alt+* {
        margin-top: 20px
    }

    .btn,
    body:not(.touch) .btn:focus {
        font-size: 13px;
        line-height: 18px;
        padding: 10px 23px;
        border-radius: 21px;
        letter-spacing: 0
    }

    .btn.dropdown-toggle {
        padding: 10px 30px 10px 20px;
        font-size: 24px;
        line-height: 30px;
        min-height: 50px
    }

    .btn.dropdown-toggle [class*=icon] {
        font-size: 22px
    }

    ul.numbered-list-lg {
        font-size: 15px;
        line-height: 20px
    }

    ul.numbered-list-lg li {
        padding: 0 0 0 50px
    }

    ul.numbered-list-lg li:before {
        font-size: 15px;
        line-height: 35px;
        left: 0
    }

    ul.numbered-list-lg li:not(:last-child) {
        margin-bottom: 20px
    }
}

ul.categories-list li:not(:last-child){
    margin-bottom: 16px
}

@media (max-width: 767px) {

    .p-lg,
    body,
    p {
        font-size: 14px;
        line-height: 20px
    }

    .p-lg,
    p {
        margin-bottom: 20px
    }

    .h1,
    h1 {
        font-size: 25px;
        line-height: 30px
    }

    .h1+.h-decor,
    h1+.h-decor,
    h2+.h-decor {
        top: -10px
    }

    h2 {
        font-size: 26px;
        line-height: 30px
    }

    h3,
    h4 {
        font-size: 18px
    }

    h5 {
        font-size: 15px;
        line-height: 22px
    }

    .h-sub {
        font-size: 13px;
        margin-bottom: 10px;
        letter-spacing: .5px
    }

    .title-wrap+* {
        margin-top: 20px
    }

    .title-wrap-alt+* {
        margin-top: 12px
    }

    .btn,
    body:not(.touch) .btn:focus {
        font-size: 12px;
        line-height: 16px;
        padding: 9px 22px;
        border-radius: 18px;
        border-width: 1px;
    }

    .btn [class*=icon],
    body:not(.touch) .btn:focus [class*=icon] {
        top: 1px
    }

    .btn-sm,
    body:not(.touch) .btn-sm:focus{
        font-size: 12px;
        line-height: 16px;
        padding: 8px 22px;
        border-radius: 18px;
        border-width: 1px;
    }
}

ul.categories-list li:before {
    content: '\e906';
    font-size: 10px;
    font-family: dentco;
    position: absolute;
    left: 0;
    top: 1px;
}

@media (min-width: 576px) {

    .col-sm,
    .container {
        max-width: 100%
    }

    .col-sm {
        flex-basis: 0;
        flex-grow: 1
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        width: auto
    }

    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }

    .modal-sm {
        max-width: 300px
    }

    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: 10px !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 10px !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 10px !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 10px !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 10px !important
    }

    .m-sm-15 {
        margin: 15px !important
    }

    .mt-sm-15,
    .my-sm-15 {
        margin-top: 15px !important
    }

    .mr-sm-15,
    .mx-sm-15 {
        margin-right: 15px !important
    }

    .mb-sm-15,
    .my-sm-15 {
        margin-bottom: 15px !important
    }

    .ml-sm-15,
    .mx-sm-15 {
        margin-left: 15px !important
    }

    .m-sm-2 {
        margin: 20px !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 20px !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 20px !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 20px !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 20px !important
    }

    .m-sm-3 {
        margin: 30px !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 30px !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 30px !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 30px !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 30px !important
    }

    .m-sm-4 {
        margin: 40px !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 40px !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 40px !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 40px !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 40px !important
    }

    .m-sm-5 {
        margin: 50px !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 50px !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 50px !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 50px !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 50px !important
    }

    .m-sm-6 {
        margin: 60px !important
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 60px !important
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 60px !important
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 60px !important
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 60px !important
    }

    .m-sm-7 {
        margin: 70px !important
    }

    .mt-sm-7,
    .my-sm-7 {
        margin-top: 70px !important
    }

    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 70px !important
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 70px !important
    }

    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 70px !important
    }

    .m-sm-8 {
        margin: 80px !important
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: 80px !important
    }

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 80px !important
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 80px !important
    }

    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 80px !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: 10px !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 10px !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 10px !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 10px !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 10px !important
    }

    .p-sm-15 {
        padding: 15px !important
    }

    .pt-sm-15,
    .py-sm-15 {
        padding-top: 15px !important
    }

    .pr-sm-15,
    .px-sm-15 {
        padding-right: 15px !important
    }

    .pb-sm-15,
    .py-sm-15 {
        padding-bottom: 15px !important
    }

    .pl-sm-15,
    .px-sm-15 {
        padding-left: 15px !important
    }

    .p-sm-2 {
        padding: 20px !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 20px !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 20px !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 20px !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 20px !important
    }

    .p-sm-3 {
        padding: 30px !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 30px !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 30px !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 30px !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 30px !important
    }

    .p-sm-4 {
        padding: 40px !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 40px !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 40px !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 40px !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 40px !important
    }

    .p-sm-5 {
        padding: 50px !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 50px !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 50px !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 50px !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 50px !important
    }

    .p-sm-6 {
        padding: 60px !important
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 60px !important
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 60px !important
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 60px !important
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 60px !important
    }

    .p-sm-7 {
        padding: 70px !important
    }

    .pt-sm-7,
    .py-sm-7 {
        padding-top: 70px !important
    }

    .pr-sm-7,
    .px-sm-7 {
        padding-right: 70px !important
    }

    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 70px !important
    }

    .pl-sm-7,
    .px-sm-7 {
        padding-left: 70px !important
    }

    .p-sm-8 {
        padding: 80px !important
    }

    .pt-sm-8,
    .py-sm-8 {
        padding-top: 80px !important
    }

    .pr-sm-8,
    .px-sm-8 {
        padding-right: 80px !important
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 80px !important
    }

    .pl-sm-8,
    .px-sm-8 {
        padding-left: 80px !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }

    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

.icn-text {
    display: flex;
    text-decoration: none
}

.icn-text{
    text-align: center
}

ul.icn-list {
    font-size: 16px;
    line-height: 24px
}

ul.services-list li {
    line-height: 20px;
    font-size: 14px
}

ul.header-icn-list li,
ul.icn-list li,
ul.icn-list-lg li {
    position: relative;
    padding-left: 35px
}

ul.icn-list li>[class*=icon] {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
}

.footer ul.icn-list .phone,
ul.icn-list li b {
    font-weight: 600;
}

.question-box-title,
ul.icn-list li:not(:last-child) {
    margin-bottom: 18px
}

.footer-bottom b {
    font-weight: 500
}

ul.header-icn-list li>[class*=icon],
ul.icn-list-lg li>[class*=icon] {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 18px;
}

.page-item.active,
ul.header-icn-list li b,
ul.icn-list-lg li b {
    font-weight: 600
}

.contact-box ul.icn-list li:not(:last-child),
ul.header-icn-list li:not(:last-child),
ul.icn-list-lg li:not(:last-child) {
    margin-bottom: 5px
}

ul.icn-list-lg .d-flex>span {
    min-width: 50%
}

ul.header-icn-list {
    font-size: 17px;
    line-height: 30px
}

.doctor-box-photo+.doctor-box-name,
.icn-list+.icn-list,
.side-block+.side-block,
.specialist-carousel .slick-dots {
    margin-top: 30px
}

ul.services-list {
    margin: -5px 0 0;
    padding: 0;
    list-style: none;
    max-width: 100%
}

ul.services-list li {
    position: relative;
    border-bottom: 1px dotted #ccc7c8;
    padding: 7px 0 7px 30px;
    text-align: right
}

ul.services-list li [class*=icon-] {
    color: #695c5d;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    font-size: 17px
}

.messengers-list a {
    padding: 0 10px;
    color: #c3c3c3;
    font-size: 28px;
    line-height: 40px
}

.icn-text {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 368px
}

.icn-text.icn-text-wmax {
    max-width: 343px
}

.icn-text:hover .icn-text-title {
    transition: .25s
}

.icn-text .icn-text-title {
    margin-bottom: 0;
    transition: .25s
}

.icn-text .icn-text-title+* {
    margin-top: 23px
}

@media (max-width: 1023px) {

    ul.header-icn-list,
    ul.icn-list-lg{
        font-size: 15px;
        line-height: 22px
    }

    ul.categories-list {
        font-size: 15px;
        line-height: 26px
    }

    ul.categories-list li:not(:last-child) {
        margin-bottom: 7px
    }

    ul.icn-list{
        font-size: 14px;
        line-height: 20px
    }

    ul.header-icn-list li>[class*=icon],
    ul.icn-list-lg li>[class*=icon] {
        top: 3px
    }

    ul.header-icn-list li .d-flex,
    ul.icn-list-lg li .d-flex {
        max-width: 300px
    }

    ul.services-list li {
        font-size: 13px;
        line-height: 18px;
        padding-left: 20px
    }

    ul.services-list li [class*=icon-] {
        font-size: 15px
    }

    .icn-text .icn-text-title+* {
        margin-top: 15px
    }
}

.icn-text .icn-text-simple [class*=icon] {
    font-size: 55px;
    line-height: 67px;
}

.icn-text .icn-text-simple [class*=icon].icon-innovation:before {
    font-size: 67px;
    line-height: 60px
}

@media (max-width: 767px) {
    ul.icn-list li>[class*=icon] {
        font-size: 14px
    }

    .icn-carousel [class*=col-]+*,
    .icn-text+.icn-text {
        margin-top: 15px
    }

    .icn-carousel .title-wrap {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .icn-carousel>:not(:first-child) {
        margin-top: 20px
    }

    .icn-text {
        padding-left: 0;
        padding-right: 0
    }

    .icn-text .icn-text-title+* {
        margin-top: 10px
    }
}

.icn-text [class*=icon] {
    font-size: 42px;
    line-height: 81px
}

.icn-text .icon-syringe {
    line-height: 72px
}

.icn-text>.icn-text-simple+* {
    margin-top: 22px
}

.backToTop:hover{
    box-shadow: 0 0 0 10px rgba(51, 104, 198, .2)
}

@media (min-width: 768px) {

    .col-md,
    .container {
        max-width: 100%
    }

    .col-md {
        flex-basis: 0;
        flex-grow: 1
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }

    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .mt-md-0,
    .my-md-0{
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 10px !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 10px !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 10px !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 10px !important
    }

    .mt-md-15,
    .my-md-15 {
        margin-top: 15px !important
    }

    .mr-md-15,
    .mx-md-15 {
        margin-right: 15px !important
    }

    .mb-md-15,
    .my-md-15 {
        margin-bottom: 15px !important
    }

    .ml-md-15,
    .mx-md-15 {
        margin-left: 15px !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 20px !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 20px !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 20px !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 20px !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 30px !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 30px !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 30px !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 30px !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 40px !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 40px !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 40px !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 40px !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 50px !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 50px !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 50px !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 50px !important
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 60px !important
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 60px !important
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 60px !important
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 60px !important
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 70px !important
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 70px !important
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 70px !important
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left: 70px !important
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: 80px !important
    }

    .mr-md-8,
    .mx-md-8 {
        margin-right: 80px !important
    }

    .mb-md-8,
    .my-md-8 {
        margin-bottom: 80px !important
    }

    .ml-md-8,
    .mx-md-8 {
        margin-left: 80px !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: 10px !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 10px !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 10px !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 10px !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 10px !important
    }

    .p-md-15 {
        padding: 15px !important
    }

    .pt-md-15,
    .py-md-15 {
        padding-top: 15px !important
    }

    .pr-md-15,
    .px-md-15 {
        padding-right: 15px !important
    }

    .pb-md-15,
    .py-md-15 {
        padding-bottom: 15px !important
    }

    .pl-md-15,
    .px-md-15 {
        padding-left: 15px !important
    }

    .p-md-2 {
        padding: 20px !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 20px !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 20px !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 20px !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 20px !important
    }

    .p-md-3 {
        padding: 30px !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 30px !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 30px !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 30px !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 30px !important
    }

    .p-md-4 {
        padding: 40px !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 40px !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 40px !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 40px !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 40px !important
    }

    .p-md-5 {
        padding: 50px !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 50px !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 50px !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 50px !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 50px !important
    }

    .p-md-6 {
        padding: 60px !important
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 60px !important
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 60px !important
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 60px !important
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 60px !important
    }

    .p-md-7 {
        padding: 70px !important
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 70px !important
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 70px !important
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 70px !important
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 70px !important
    }

    .p-md-8 {
        padding: 80px !important
    }

    .pt-md-8,
    .py-md-8 {
        padding-top: 80px !important
    }

    .pr-md-8,
    .px-md-8 {
        padding-right: 80px !important
    }

    .pb-md-8,
    .py-md-8 {
        padding-bottom: 80px !important
    }

    .pl-md-8,
    .px-md-8 {
        padding-left: 80px !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }

    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }

    .icn-carousel {
        opacity: 1 !important
    }
}


.tags-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.tags-list li {
    display: inline-block;
    padding: 0;
    margin-bottom: 5px;
    margin-right: 2px
}

.tags-list li a {
    display: block;
    color: #545454;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 0;
    background: #f8f8f8;
    transition: .2s
}

.bg-cover {
    background-size: cover;
    background-position: top center
}

.bg-full {
    background-position: center
}

.bg-fixed {
    background-attachment: fixed
}

.bg-left {
    background-position-x: left
}

.bg-right {
    background-position-x: right
}

.bg-bottom {
    background-position-y: bottom
}

.bg-top {
    background-position-y: top
}

.bg-full {
    background-size: 100% auto
}

.tab-bg {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0
}

.blog-post img,
.tab-bg img {
    max-width: 100%
}

.nav-pills .nav-link {
    margin-right: 4px;
    margin-bottom: 10px;
    cursor: pointer;
    text-shadow: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    padding: 14px 16px;
    color: #444;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    white-space: nowrap;
    transition: .3s
}

.services-nav>.nav-item>.nav-link {
    border: 0;
    font-weight: 600;
    transition: .3s;
}

.nav-pills .nav-link:hover {
    background: 0 0;
}

.content-search button:hover,
body:not(.touch) .content-search button:focus:hover {
    color: #fff
}

.filters-by-category ul a.selected,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: 0 0;
    color: #444;
}

.services-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #e6e6e6
}

.services-nav>.nav-item>.nav-link {
    display: block;
    background-color: #f8f8f8;
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    color: #444;
    padding: 15px
}

.services-nav ul .nav-item {
    position: relative;
    transition: .3s
}

.services-nav ul .nav-item:hover {
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1)
}

.services-nav ul .nav-link {
    display: block;
    position: relative;
    border: 0;
    background-color: #fff;
    margin-bottom: 0;
    padding: 15px 15px 15px 50px;
    border-bottom: 1px solid #e6e6e6 !important;
    border-radius: 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    transition: .3s
}

.services-nav ul .nav-link:before {
    content: '\e921';
    font-family: dentco;
    position: absolute;
    left: 24px;
    top: 17px;
    font-size: 9px;
    display: block;
}

.services-nav ul .nav-link.active,
.services-nav ul .nav-link:hover {
    background: #6c94d9;
    color: #fff
}

@media (max-width: 1023px) {

    .icn-text>*+* {
        margin-top: 22px
    }
}

.pagination .page-link {
    font-size: 15px;
    line-height: 36px;
    font-weight: 400;
    width: 41px;
    height: 41px;
    border-radius: 50% !important;
    border-width: 2px;
    padding: 0;
    margin-left: 7px;
    color: #545454;
    transition: .2s;
    text-align: center
}

@media (max-width: 767px) {
    .icn-text [class*=icon] {
        line-height: 74px
    }

    .icn-text>*+* {
        margin-top: 18px
    }

    .icn-text p{
        font-size: 14px;
        line-height: 20px
    }

    .nav-pills .nav-link {
        font-size: 15px;
        line-height: 15px;
        min-width: calc(50% - 8px);
        text-align: center
    }

}

.footer ul.icn-list,
.quickLinks .link-drop p{
    font-size: 15px;
    line-height: 24px
}

.table-scroll {
    position: relative;
    margin: auto;
    overflow: hidden
}

.table-scroll .clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

.table-scroll .clone tbody th,
.table-scroll .clone td {
    visibility: hidden
}

.table-wrap {
    width: 100%;
    overflow: auto
}

.contact-map iframe,
.google-map iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.content-social a {
    border-radius: 50%;
}

.contact-map {
    width: 100%;
    height: 357px
}

.content-social {
    font-size: 17px;
    line-height: 69px
}

.content-social a {
    display: inline-block;
    margin-right: 4px;
    width: 69px;
    height: 69px;
    background-color: #f8f8f8;
    text-align: center;
    transition: .2s
}

.double-title span{
    position: relative;
    z-index: 1
}

.blog-post-info,
.doctor-info{
    display: flex
}

.footer ul.icn-list li:not(:last-child) {
    margin-bottom: 7px
}

.double-title:after {
    font-size: 120px;
    white-space: nowrap;
    content: attr(data-title);
    line-height: 1em
}

.double-title:after {
    position: absolute;
    z-index: 0;
    right: 0;
    left: -.05em;
    top: -.65em;
    color: #f7f9fb
}

.double-title--vcenter:after {
    top: -.36em
}

.double-title--center:after {
    right: auto;
    left: 50%;
    transform: translateX(-50%)
}

@media (min-width: 1230px) {
    .container {
        max-width: 1200px
    }

    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: 10px !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 10px !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 10px !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 10px !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 10px !important
    }

    .m-xl-15 {
        margin: 15px !important
    }

    .mt-xl-15,
    .my-xl-15 {
        margin-top: 15px !important
    }

    .mr-xl-15,
    .mx-xl-15 {
        margin-right: 15px !important
    }

    .mb-xl-15,
    .my-xl-15 {
        margin-bottom: 15px !important
    }

    .ml-xl-15,
    .mx-xl-15 {
        margin-left: 15px !important
    }

    .m-xl-2 {
        margin: 20px !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 20px !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 20px !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 20px !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 20px !important
    }

    .m-xl-3 {
        margin: 30px !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 30px !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 30px !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 30px !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 30px !important
    }

    .m-xl-4 {
        margin: 40px !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 40px !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 40px !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 40px !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 40px !important
    }

    .m-xl-5 {
        margin: 50px !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 50px !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 50px !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 50px !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 50px !important
    }

    .m-xl-6 {
        margin: 60px !important
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 60px !important
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 60px !important
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 60px !important
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 60px !important
    }

    .m-xl-7 {
        margin: 70px !important
    }

    .mt-xl-7,
    .my-xl-7 {
        margin-top: 70px !important
    }

    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 70px !important
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 70px !important
    }

    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 70px !important
    }

    .m-xl-8 {
        margin: 80px !important
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: 80px !important
    }

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 80px !important
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 80px !important
    }

    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 80px !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: 10px !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 10px !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 10px !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 10px !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 10px !important
    }

    .p-xl-15 {
        padding: 15px !important
    }

    .pt-xl-15,
    .py-xl-15 {
        padding-top: 15px !important
    }

    .pr-xl-15,
    .px-xl-15 {
        padding-right: 15px !important
    }

    .pb-xl-15,
    .py-xl-15 {
        padding-bottom: 15px !important
    }

    .pl-xl-15,
    .px-xl-15 {
        padding-left: 15px !important
    }

    .p-xl-2 {
        padding: 20px !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 20px !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 20px !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 20px !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 20px !important
    }

    .p-xl-3 {
        padding: 30px !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 30px !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 30px !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 30px !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 30px !important
    }

    .p-xl-4 {
        padding: 40px !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 40px !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 40px !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 40px !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 40px !important
    }

    .p-xl-5 {
        padding: 50px !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 50px !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 50px !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 50px !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 50px !important
    }

    .p-xl-6 {
        padding: 60px !important
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 60px !important
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 60px !important
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 60px !important
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 60px !important
    }

    .p-xl-7 {
        padding: 70px !important
    }

    .pt-xl-7,
    .py-xl-7 {
        padding-top: 70px !important
    }

    .pr-xl-7,
    .px-xl-7 {
        padding-right: 70px !important
    }

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 70px !important
    }

    .pl-xl-7,
    .px-xl-7 {
        padding-left: 70px !important
    }

    .p-xl-8 {
        padding: 80px !important
    }

    .pt-xl-8,
    .py-xl-8 {
        padding-top: 80px !important
    }

    .pr-xl-8,
    .px-xl-8 {
        padding-right: 80px !important
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 80px !important
    }

    .pl-xl-8,
    .px-xl-8 {
        padding-left: 80px !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }

    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }

    .text-lg-left .double-title:after {
        left: -.2em
    }
}

@media (max-width: 1229px) {
    .bg-md-none {
        background: 0 0 !important
    }

    .double-title:after {
        font-size: 100px
    }

    .text-lg-left .double-title:after {
        left: 0
    }

    .double-title--center-lg:after {
        right: auto;
        left: 50%;
        transform: translateX(-50%)
    }
}

.double-title--left:after {
    left: -.2em
}

.double-title--right:after {
    left: auto;
    right: -.2em
}

@media (max-width: 1229px) {
    .double-title--right:after {
        right: auto;
        left: 50%;
        transform: translateX(-50%)
    }
}

.double-title--top-md:after,
.double-title--top:after {
    left: -.2em;
    top: -.76em
}

.over-image-card {
    position: absolute;
    z-index: 1;
    display: flex;
    width: 455px;
    padding: 30px;
    color: #fff
}

.over-image-card h3 {
    color: #fff;
    margin-bottom: 10px
}

.over-image-card p {
    margin-bottom: 25px
}

.over-image-card.pos-right {
    right: 0;
    bottom: 0
}

.over-image-card.pos-left {
    left: 25px;
    bottom: -15px
}

.over-image-card-icon {
    font-size: 70px;
    padding-right: 25px
}

.over-hidden {
    overflow: hidden !important
}

.over-visible {
    overflow: visible !important
}

.container-fluid.px-0{
    overflow-x: hidden;
    overflow-y: hidden
}

.text-no-uppercase {
    text-transform: none !important
}

.title-button-right {
    position: absolute;
    top: 30px;
    right: 0
}

.modal-form {
    line-height: 20px
}

.col-news-bg {
    display: flex;
    flex-direction: column;
    height: auto
}

.content-search .input-wrap,
.doctor-info-name,
.input-group .datepicker-wrap {
    flex: 1
}

.container {
    margin: 0 auto
}

.form-control {
    font-size: 14px;
    font-weight: 400;
    min-height: 41px
}

.form-control:focus,
.input-group:hover:after,
.modal-form textarea.form-control:focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .05)
}

.content-search .form-control:focus {
    box-shadow: none
}

.footer-copyright{
    font-size: 15px
}

.input-group {
    position: relative;
    align-items: flex-start;
    flex-wrap: wrap
}

.input-group [class*=icon-] {
    display: inline-block;
    top: 4px;
    margin: 0 4px;
    position: relative;
    z-index: 3;
    font-size: 18px;
    line-height: 35px;
    width: 35px;
    text-align: center
}

.input-group:after {
    position: absolute;
    z-index: 1;
    border-radius: 5px;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 43px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    transition: .2s;
    pointer-events: none
}

.input-group button:focus,
.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
    outline: 0 !important;
    box-shadow: none
}

.input-group .form-control {
    border: 0;
    z-index: 2;
    background: 0 0
}

.modal-form .input-group:after {
    height: 40px
}

.modal-form textarea.form-control:not(:focus) {
    border: 1px solid #d5d5d5;
    height: 75px
}

.modal-form .select.form-control {
    background: 0 0;
    border: 0
}

.modal-form .selectWrapper:before {
    margin-top: -9px
}

.link-drop .input-group:after {
    height: 35px;
    border: 0
}

.link-drop .input-group [class*=icon-] {
    top: 1px
}

.link-drop .input-group .form-control {
    border: none;
    background-color: transparent;
    font-size: 15px;
    line-height: 19px;
    padding: 7px 10px 8px 0;
    min-height: 0;
    height: 35px;
    max-height: 35px
}

.number-spinner {
    width: 108px;
    margin-right: 50px
}

.custom-checkbox {
    align-items: center
}

.contact-box ul.icn-list li {
    padding-left: 30px
}

.selectWrapper {
    width: 100%;
    position: relative
}

.selectWrapper:after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    width: 100%;
    background: #fff;
    pointer-events: none
}

.select-wrapper:before,
.selectWrapper:before {
    content: '\25BE';
    position: absolute;
    pointer-events: none
}

.selectWrapper:before {
    z-index: 2;
    right: 12px;
    top: 50%;
    margin-top: -14px
}

.selectWrapper select {
    width: 100%;
    padding: 10px;
    margin-left: -20px;
    -webkit-appearance: none
}

.selectWrapper.input-group select,
.selectWrapper.input-group select:last-child {
    margin-left: -34px;
    padding-left: 35px !important
}

.modal-form .form-control {
    min-height: 41px;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 23px
}

.modal-form .modal-content textarea,
.modal-form textarea,
.quickLinks.stuck .col>.link {
    min-height: 98px
}

.modal-form .datepicker-wrap:after {
    margin-top: -11px
}

.errorform,
.successform {
    display: none;
    min-height: 50px;
    margin-top: 15px
}

.successform {
    color: green
}

.errorform {
    color: #c0392b
}

.contact-form .form-control {
    font-size: 14px;
    min-height: 45px
}

.contact-form textarea.form-control {
    min-height: 155px
}

.content-search {
    position: relative;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto
}

.content-search .form-control {
    min-height: 43px;
    height: 43px;
    background-color: #fff;
    border-right: 5px solid #fff;
    border-radius: 4px 0 0 4px
}

.content-search button,
body:not(.touch) .content-search button:focus {
    position: absolute;
    right: 0;
    top: 0;
    min-height: 43px;
    height: 43px;
    font-size: 22px;
    line-height: 23px;
    padding: 10px;
    background: #fff;
    border-radius: 0 7px 7px 0;
    border: 1px solid #e5e5e5;
    border-left: 0;
    overflow: visible
}

.blog-post .post-teaser+*,
.title-wrap+.content-search {
    margin-top: 40px
}

select [disabled=disabled] {
    color: red
}

.select-wrapper:before {
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 37px;
    height: 37px;
    font-size: 14px;
    line-height: 37px;
    color: #545454;
    text-align: center
}

.select-wrapper select {
    height: 39px;
    width: 100%;
    padding: 0 40px 0 15px;
    background-color: #fff;
    font-size: 14px;
    color: #2b2b2b;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #d5d5d5;
    border-radius: 6px
}

::-webkit-input-placeholder {
    color: #a9a9a9 !important
}

:-ms-input-placeholder {
    color: #a9a9a9 !important
}

::-moz-placeholder {
    color: #a9a9a9 !important;
    opacity: 1
}

:-moz-placeholder {
    color: #a9a9a9 !important;
    opacity: 1
}

select::-ms-expand {
    display: none
}

.max-500,
.max-600,
.max-900 {
    margin-left: auto;
    margin-right: auto
}

.blog-post:not(.post-preview)>*+*,
.footer-social:not(.first-child) {
    margin-top: 35px
}
.faq-wrap .nav-pills .nav-link:last-child:after{
    display: none
}

@-webkit-keyframes molecule-animation {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0)
    }
}

@keyframes molecule-animation {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0)
    }
}

@-webkit-keyframes connection-animation {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    to {
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1)
    }
}

@keyframes connection-animation {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    to {
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1)
    }
}

#overlay,
.stuck {
    position: fixed;
    top: 0
}

#overlay {
    z-index: 99999;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .9);
    transition: 1s .4s
}

#progstat {
    font-size: .7em;
    letter-spacing: 3px;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #fff
}

.modal-backdrop,
.stuck {
    z-index: 1030
}

.page-content .section {
    position: relative;
    margin-top: 110px
}

.page-content .section-top-padding {
    padding-top: 110px;
    margin-top: 0
}

.page-content .section-bottom-padding {
    padding-bottom: 110px
}

.page-content .section-bottom-padding-half {
    padding-bottom: 60px
}

.page-content>.section:first-child {
    margin-top: 100px
}

.page-content .page-content-first {
    margin-top: 92px
}

.full-bg-grey {
    position: relative;
    padding: 75px 0;
    background-color: #e5e5e5;
    overflow: hidden
}

.bg-grey {
    padding: 100px 0;
    background: url("../images/bg-grey.jpg") #f6f7f5
}

.bg-grey-dark {
    background: url("../images/bg-grey-dark.jpg")
}

.bg-grey-lg {
    padding: 110px 0;
    background-color: #f6f7f5
}

.bg-grey-1 {
    padding: 50px 0;
    background-color: #e5e5e5
}

.vert-wrap {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1
}

.vert {
    display: table-cell;
    vertical-align: middle
}

.col-20 {
    flex: 0 0 20%;
    max-width: 20%
}

.row.row-md-space {
    margin-left: -10px;
    margin-right: -10px
}

.row.row-md-space [class*=col] {
    padding-left: 10px;
    padding-right: 10px
}

.row.row-sm-space {
    margin-left: -8px;
    margin-right: -8px
}

.row.row-sm-space [class*=col] {
    padding-left: 8px;
    padding-right: 8px
}

.row.row-xs-space {
    margin-left: -4px;
    margin-right: -4px
}

.row.row-xs-space [class*=col] {
    padding-left: 4px;
    padding-right: 4px
}

.row.col-equalH {
    margin-top: -30px
}

.row.col-equalH [class*=col] {
    display: flex;
    margin-top: 30px
}

.aside {
    padding-right: 30px
}

.shadow-bot {
    box-shadow: 0 15px 15px rgba(0, 0, 0, .02)
}

.shadow-all {
    box-shadow: 0 0 25px rgba(0, 0, 0, .05)
}

.max-575 {
    max-width: 575px !important
}

.max-670 {
    max-width: 670px !important
}

.max-730 {
    max-width: 730px !important
}

.max-900 {
    max-width: 900px !important
}

.max-500 {
    max-width: 520px !important
}

.max-600 {
    max-width: 600px !important
}

.container-shift-left {
    margin-left: calc(100% - 570px)
}

.container-shift-right {
    margin-right: calc(100% - 570px)
}

.image-shift-right {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    margin-right: -25px
}

.header {
    color: #545454
}

.header:not(.off-shadow) {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

.header-info+*,
.header-phone+* {
    position: relative;
    margin-left: 29px;
    padding-left: 30px
}

.header-info+:before,
.header-phone+:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 1px;
    height: 22px;
    background-color: rgba(255, 255, 255, .2)
}

.header-phone [class*=icon-] {
    font-size: 16px;
    top: 2px;
    color: rgba(255, 255, 255, .6)
}

.header-social:not(:first-child){
    margin-left: 6px
}

.header-social a {
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 0;
    text-decoration: none;
    position: relative;
    border-radius: 50%
}

.header-social a:before,
.header-social a:last-child:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 48px;
    background-color: rgba(255, 255, 255, .2)
}

.header-social [class*=icon-] {
    display: block;
    position: relative;
    height: 48px;
    padding: 0 13px;
    z-index: 1;
    font-size: 22px;
    line-height: 48px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .2);
    transition: .2s;
    border-radius: 50%
}

.header-logo,
.header-logo img {
    max-width: 205px;
    max-height: 60px
}

.header-content.stuck .header-logo,
.header-content.stuck .header-logo img {
    max-height: 48px
}

.header-content {
    position: relative;
    padding-top: 28px;
    padding-bottom: 28px
}

.header-content.stuck {
    position: fixed;
    padding-top: 9px;
    padding-bottom: 9px;
    background: #fff;
    width: 100%;
    max-width: 100vw;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

.header-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header-nav .navbar {
    padding: 0;
    margin: 0
}

.header-nav .navbar-nav {
    flex-wrap: wrap;
    justify-content: flex-end
}

.header-nav .nav-item {
    padding: 0 15px
}

.header-nav .nav-item>.nav-link {
    position: relative;
    padding: 0;
    color: #444;
    font-size: 15px;
    line-height: 52px;
    font-weight: 600;
    text-transform: uppercase;
    background: 0 0;
    border: 0;
    transition: .3s
}

.header-nav .nav-item:last-child {
    padding-right: 0
}

.navbar-toggler {
    display: none;
    font-size: 26px;
    padding: 5px 10px;
    position: absolute;
    right: 10px;
    z-index: 1
}

.navbar-toggler:not(.collapsed) {
    font-size: 28px
}

.navbar-toggler:not(.collapsed) .icon-menu:before {
    content: '\e937';
    position: relative;
    top: -2px
}

.header-content.stuck .navbar-toggler {
    margin-top: -10px
}

@media (min-width: 1200px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }

    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 10px !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 10px !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 10px !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 10px !important
    }

    .mt-lg-15,
    .my-lg-15 {
        margin-top: 15px !important
    }

    .mr-lg-15,
    .mx-lg-15 {
        margin-right: 15px !important
    }

    .mb-lg-15,
    .my-lg-15 {
        margin-bottom: 15px !important
    }

    .ml-lg-15,
    .mx-lg-15 {
        margin-left: 15px !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 20px !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 20px !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 20px !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 20px !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 30px !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 30px !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 30px !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 30px !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 40px !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 40px !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 40px !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 40px !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 50px !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 50px !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 50px !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 50px !important
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 60px !important
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 60px !important
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 60px !important
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 60px !important
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 70px !important
    }

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 70px !important
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 70px !important
    }

    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 70px !important
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: 80px !important
    }

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 80px !important
    }

    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 80px !important
    }

    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 80px !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: 10px !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 10px !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 10px !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 10px !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 10px !important
    }

    .p-lg-15 {
        padding: 15px !important
    }

    .pt-lg-15,
    .py-lg-15 {
        padding-top: 15px !important
    }

    .pr-lg-15,
    .px-lg-15 {
        padding-right: 15px !important
    }

    .pb-lg-15,
    .py-lg-15 {
        padding-bottom: 15px !important
    }

    .pl-lg-15,
    .px-lg-15 {
        padding-left: 15px !important
    }

    .p-lg-2 {
        padding: 20px !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 20px !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 20px !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 20px !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 20px !important
    }

    .p-lg-3 {
        padding: 30px !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 30px !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 30px !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 30px !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 30px !important
    }

    .p-lg-4 {
        padding: 40px !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 40px !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 40px !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 40px !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 40px !important
    }

    .p-lg-5 {
        padding: 50px !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 50px !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 50px !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 50px !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 50px !important
    }

    .p-lg-6 {
        padding: 60px !important
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 60px !important
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 60px !important
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 60px !important
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 60px !important
    }

    .p-lg-7 {
        padding: 70px !important
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 70px !important
    }

    .pr-lg-7,
    .px-lg-7 {
        padding-right: 70px !important
    }

    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 70px !important
    }

    .pl-lg-7,
    .px-lg-7 {
        padding-left: 70px !important
    }

    .p-lg-8 {
        padding: 80px !important
    }

    .pt-lg-8,
    .py-lg-8 {
        padding-top: 80px !important
    }

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 80px !important
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 80px !important
    }

    .pl-lg-8,
    .px-lg-8 {
        padding-left: 80px !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }

    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }

    .modal-open .stuck {
        padding-right: 17px
    }

    .page-content .mt-lg-large {
        position: relative;
        margin-top: 154px
    }

    .header .nav-item {
        position: relative
    }

    .header .navbar-nav>.nav-item>.dropdown-menu {
        display: block !important;
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: -20px;
        pointer-events: none;
        opacity: 0;
        min-width: 230px;
        z-index: 1000;
        list-style: none;
        margin: 0;
        padding: 10px 0;
        text-align: left;
        transform: translateX(-20px);
        transition: none;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .15) !important;
        border: 0;
        border-radius: 0
    }

    .header .navbar-nav>.nav-item>.dropdown-menu a {
        color: #444;
        font-size: 15px;
        line-height: 26px;
        font-weight: 500;
        background-color: transparent;
        padding: 7px 20px
    }

    .header .navbar-nav>.nav-item>.dropdown-menu a.dropdown-toggle {
        padding-right: 40px
    }

    .header .navbar-nav>.nav-item:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0);
        transition: .5s .1s
    }

    .header .navbar-nav>.nav-item:hover>.dropdown-menu {
        transform: translateX(9px)
    }

    .navbar>.show>a,
    .navbar>.show>a:focus,
    .navbar>.show>a:hover {
        color: #000;
        background: 0 0;
        outline: 0
    }

    .dropdown-menu {
        padding: 0;
        margin: 0;
        border: 0 solid transition !important;
        border-radius: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .header-search {
        top: 0 !important
    }
}

@media (min-width: 1200px) and (max-width:1229px) {

    .header .navbar-nav>.nav-item>.dropdown-menu a {
        font-size: 16px
    }
}

.header-list-info {
    font-size: 15px;
    line-height: 24px;
    padding-left: 28px;
    position: relative;
    color: #677d8f
}

.banner-center-text2:not(:first-child),
.header-list-info:not(:first-child),
.modal-form .modal-content .form-control+*,
.side-block-title+.blog-post.post-preview {
    margin-top: 10px
}

.header-list-info a {
    color: #677d8f
}

.header-list-info .icon {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px
}

.header-list-info .icon.icon-speech-bubble {
    top: 6px
}

body:not(.touch) .faq-wrap .nav-link:hover{
    background: #fff;
    border-color: #e6e6e6
}

.header-search {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 20px
}

.header-search [class*=icon-] {
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    z-index: 1;
    cursor: pointer;
    display: block;
    color: #444;
    font-size: 20px;
    line-height: 35px;
    min-width: 40px;
    text-align: center;
    background-color: #fff
}

.header-search ::-webkit-input-placeholder {
    color: #444
}

.header-search ::-moz-placeholder {
    color: #444
}

.header-search :-ms-input-placeholder {
    color: #444
}

.header-search :-moz-placeholder {
    color: #444
}

.footer {
    margin-top: 110px;
    background: #f7f7f7;
    overflow: hidden
}

.footer .col-light {
    position: relative;
    z-index: 3;
    background-color: #f3f3f3;
    color: #545454;
    padding-top: 65px !important;
    padding-left: 45px;
    padding-right: 45px;
    box-shadow: 10px 0 20px rgba(0, 0, 0, .1)
}

.footer>.container>.row>* {
    padding-top: 45px;
    padding-bottom: 45px
}

.footer-bottom {
    padding: 11px 0;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300
}

.footer-bottom [class*=icon] {
    font-size: 16px;
    position: relative;
    top: 1px
}

.footer-copyright a,
.footer-copyright span {
    color: #878787
}

.footer-social {
    font-size: 16px;
    line-height: 48px
}

.footer-social a {
    display: inline-block;
    margin-right: 4px;
    width: 48px;
    height: 48px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: .2s
}

.footer-social a:hover {
    text-decoration: none;
    box-shadow: inset 0 0 0 5px rgba(51, 104, 198, .2)
}

.footer ul.icn-list li {
    position: relative;
    padding-left: 31px
}

.footer ul.icn-list li>[class*=icon] {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 18px;
}

.footer ul.icn-list .btn {
    margin-top: 5px;
    margin-bottom: 15px;
    letter-spacing: 0
}

.footer-subscribe .input-group {
    max-width: 300px
}

.backToTop {
    position: fixed;
    z-index: 1020;
    right: 25px;
    bottom: -25px;
    opacity: 0;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 63px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    transition: .25s, bottom .75s ease-in-out
}

.backToTop [class*=icon] {
    display: inline-block;
    transition: .5s
}

.backToTop:hover [class*=icon] {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.backToTop.visible {
    opacity: 1;
    bottom: 45px
}

#mainSlider {
    transition: opacity .5s;
    opacity: 0
}

#mainSlider{
    height: 762px
}

@media (max-width: 1229px) {
    .over-image-card.pos-left {
        left: 15px;
        bottom: 0
    }

    .over-image-card {
        width: 398px;
        max-width: 100%;
        padding: 25px
    }

    .over-image-card h3 {
        font-size: 20px;
        line-height: 1.1em;
        margin-bottom: 10px
    }

    .over-image-card-icon {
        font-size: 45px;
        padding-right: 15px
    }

    .link-drop .dropdown-menu {
        position: static;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .link-drop .dropdown-menu:after,
    .link-drop .dropdown-menu:before {
        display: none
    }

    body,
    html {
        overflow-x: hidden
    }

    .page-content .section {
        margin-top: 80px
    }

    .page-content .section-bottom-padding {
        padding-bottom: 80px
    }

    .page-content .section-bottom-padding-half {
        padding-bottom: 40px
    }

    .page-content .section-top-padding {
        padding-top: 80px;
        margin-top: 0
    }

    .page-content .page-content-first,
    .page-content>.section:first-child {
        margin-top: 60px
    }

    .bg-grey-lg {
        padding: 80px 0
    }

    .container-shift-left,
    .container-shift-right {
        margin: 0;
        padding: 0 15px
    }

    .header-content {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .header-nav .nav-item {
        padding: 0 7px
    }

    .header-nav .nav-item>.nav-link {
        font-size: 14px
    }

    .header-button-wrap .btn {
        background-color: #fff !important;
        color: #424242 !important;
        font-size: 12px !important;
        line-height: 16px !important;
        height: 30px !important;
        padding: 7px 15px !important
    }

    .header-button-wrap .btn [class*=icon-] {
        top: 1px !important
    }

    #mainSlider{
        height: 590px;
        min-height: 590px;
        max-height: calc(100vh - 178px)
    }
}

#mainSlider.slick-initialized {
    opacity: 1;
    z-index: 101
}

#mainSlider .slide {
    -webkit-transform: translateZ(0) scale(1, 1)
}

#mainSlider .slick-next,
#mainSlider .slick-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px
}

#mainSlider .slick-next:before,
#mainSlider .slick-prev:before {
    font-size: 20px;
    line-height: 48px
}

#mainSlider .slick-prev {
    left: 50px
}

#mainSlider .slick-next {
    right: 50px
}

#mainSlider.arrows-white .slick-next,
#mainSlider.arrows-white .slick-prev,
.question-box .form-control:active,
.question-box .form-control:not(:focus) {
    border-color: #fff
}

#mainSlider.arrows-white .slick-next:hover,
#mainSlider.arrows-white .slick-prev:hover {
    background: rgba(255, 255, 255, .2)
}

#mainSlider.arrows-bottom .slick-prev {
    top: auto;
    bottom: 20px;
    left: auto;
    right: 80px
}

#mainSlider.arrows-bottom .slick-next {
    top: auto;
    bottom: 20px;
    right: 20px
}

#mainSlider .slick-dots {
    margin: -50px 0 0
}

#mainSlider .slick-dots li button {
    width: 11px;
    height: 11px
}

@media (max-width: 1023px) {

    .collapsed-view-all-list,
    .navbar-toggler{
        display: block
    }

    .header-search [class*=icon-] {
        font-size: 28px
    }

    .nav-item>.nav-link:before,
    ul.collapsed-md.collapsed-md--3 li:nth-child(3)~li,
    ul.collapsed-md.collapsed-md--7 li:nth-child(7)~li {
        display: none
    }

    ul.collapsed-md.collapsed-md--3 li:nth-child(3),
    ul.collapsed-md.collapsed-md--7 li:nth-child(7) {
        opacity: .5
    }

    .over-image-card.pos-left {
        left: 0
    }

    .title-button-right {
        position: static;
        margin-top: 20px
    }

    .page-content .section {
        margin-top: 70px
    }

    .page-content .section-bottom-padding {
        padding-bottom: 70px
    }

    .page-content .section-bottom-padding-half {
        padding-bottom: 40px
    }

    .page-content .section-top-padding {
        padding-top: 70px;
        margin-top: 0
    }

    .page-content .page-content-first,
    .page-content>.section:first-child {
        margin-top: 50px
    }

    .bg-grey,
    .full-bg-grey {
        padding: 50px 0
    }

    .bg-grey-lg {
        padding: 70px 0
    }

    .bg-grey-1 {
        padding: 30px 0
    }

    .footer h4{
        font-size: 32px
    }

    img.w-md-100 {
        width: 100%
    }

    .aside {
        padding-right: 15px
    }

    .image-shift-right {
        margin: 0
    }

    .header-nav .nav-item {
        padding: 0
    }

    .header-info [class*=icon-],
    .header-info span {
        color: #fff
    }

    .header-logo,
    .header-logo img {
        max-width: 175px;
        max-height: 60px
    }

    .header-content {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .header-content.stuck .header-search,
    .header-content.stuck .navbar-toggler {
        margin-top: 0;
        top: 50% !important;
        transform: translateY(-50%)
    }

    .navbar {
        justify-content: flex-end;
        margin-top: -30px
    }

    .navbar .dropdown-menu {
        border: 0;
        box-shadow: 0 !important
    }

    .nav-item>.nav-link {
        cursor: pointer
    }

    .navbar-collapse {
        padding: 0 25px 10px;
        background: #fff;
        overflow-y: auto
    }

    .navbar-collapse .nav-item>.nav-link {
        font-size: 16px;
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .navbar-collapse .nav-item>.nav-link.dropdown-toggle {
        padding-right: 40px
    }

    .navbar-collapse .navbar-nav {
        padding-top: 25px;
        width: calc(100vw - 70px)
    }

    .header .dropdown {
        max-width: 100%
    }

    .header .dropdown-menu {
        padding: unset
    }

    .header .dropdown-menu>li>a {
        padding-left: 20px
    }

    .header .dropdown-menu ul>li>a {
        padding-left: 40px
    }

    .header .dropdown-menu ul ul>li>a {
        padding-left: 80px
    }

    .header .navbar-nav li {
        border-top: 1px solid #f5f5f5
    }

    .header .navbar-nav>li:first-child {
        border: 0
    }

    .nav-link.dropdown-toggle:after {
        position: absolute;
        top: 50%;
        right: 15px;
        margin: 0;
        height: auto;
        content: '\e930';
        font-family: dentco;
        font-size: 12px;
        transform: translateY(-50%);
        border: 0;
        pointer-events: none
    }

    .header-search {
        position: absolute;
        top: 24px;
        right: 117px
    }

    .header-search:last-child {
        right: 65px !important
    }

    .has-lang .header-search {
        right: 158px
    }

    .header-content.stuck .navbar {
        position: absolute;
        left: 0;
        right: 0
    }

    .header-content.stuck .navbar-collapse .navbar-nav {
        padding-left: 30px
    }

    .footer {
        margin-top: 80px
    }

    .footer .col-light {
        padding-top: 45px !important;
        padding-bottom: 40px !important;
        padding-left: 15px;
        padding-right: 15px
    }

    .footer>.container>.row>* {
        padding-top: 30px;
        padding-bottom: 25px
    }

    .footer h2 {
        font-size: 50px
    }

    .footer-social:not(.first-child) {
        margin-top: 0
    }

    .backToTop {
        width: 41px;
        height: 41px;
        right: 15px;
        font-size: 13px;
        line-height: 41px
    }

    .backToTop.visible {
        bottom: 65px
    }

    #mainSlider {
        height: 400px;
        min-height: 0;
        max-height: none
    }

    #mainSlider .slick-dots {
        margin: -30px 0 0
    }
}

@media (max-width: 767px) {

    .content-social {
        line-height: 62px
    }

    .content-social a {
        width: 60px;
        height: 60px
    }

    .page-content .page-content-first,
    .page-content>.section:first-child {
        margin-top: 30px
    }

    .over-image-card {
        position: static
    }

    .footer h2 {
        font-size: 44px
    }

    .footer h4 {
        font-size: 32px
    }

    .form-control {
        min-height: 36px;
        padding: 5px 10px;
        white-space: nowrap;
        font-size: 13px
    }

    .input-group [class*=icon-] {
        line-height: 28px
    }

    .input-group:after {
        height: 36px
    }

    .contact-form textarea.form-control {
        min-height: 100px
    }

    .content-search {
        min-width: 250px
    }

    .title-wrap+.content-search {
        margin-top: 20px
    }

    .page-content .section {
        margin-top: 40px
    }

    .page-content .section-bottom-padding {
        padding-bottom: 0
    }

    .page-content .section-bottom-padding-half {
        padding-bottom: 30px
    }

    .page-content .section-top-padding {
        padding-top: 0;
        margin-top: 40px
    }

    .bg-grey-lg {
        padding: 70px 0
    }

    .image-shift-right {
        display: block
    }

    .header-logo,
    .header-logo img {
        max-height: 48px
    }

    .header-content,
    .header-content.stuck {
        padding-top: 9px;
        padding-bottom: 9px
    }

    .navbar-toggler {
        font-size: 18px;
        right: 0
    }

    .header-search [class*=icon-],
    .navbar-toggler:not(.collapsed) {
        font-size: 18px
    }

    .header-logo {
        width: 120px
    }

    .navbar-collapse {
        padding: 0 0 10px
    }

    .navbar-collapse .nav-item>.nav-link {
        font-size: 14px;
        line-height: 20px;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .navbar-collapse .navbar-nav {
        width: calc(100vw - 30px)
    }

    .header-search {
        top: 24px;
        right: 80px;
        margin-top: -4px
    }

    .header-search:last-child {
        right: 37px !important
    }

    .has-lang .header-search {
        right: 108px
    }

    .footer {
        margin-top: 60px
    }

    .footer>.container>.row>* {
        padding-top: 20px;
        padding-bottom: 15px
    }

    body.booking-form-on .footer {
        padding-bottom: 20px
    }

    .footer-social:not(.first-child) {
        margin-top: 25px
    }

    .footer-social {
        line-height: 48px
    }

    .footer-social a {
        width: 48px;
        height: 48px
    }

    .footer ul.icn-list {
        font-size: 14px;
        line-height: 20px
    }

    .footer ul.icn-list li>[class*=icon] {
        font-size: 14px;
        left: 6px
    }

    .footer ul.icn-list li:not(:last-child) {
        margin-bottom: 3px
    }

    .footer-logo {
        max-width: 126px
    }

    #mainSlider{
        height: 300px
    }

    #mainSlider .slick-dots {
        margin: -30px 0 0
    }

    #mainSlider .slick-dots li button {
        width: 9px;
        height: 9px
    }
}

.main-slider .fadeIn {
    -webkit-animation: 2s fadeIn;
    -moz-animation: 2s fadeIn;
    -o-animation: 2s fadeIn;
    animation: 2s fadeIn
}

.main-slider .fadeInUp {
    -webkit-animation: 1s fadeInUp;
    -moz-animation: 1s fadeInUp;
    -o-animation: 1s fadeInUp;
    animation: 1s fadeInUp
}

.doctor-box-photo:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: 0 0;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0 0;
    pointer-events: none
}

.doctor-box:hover .doctor-box-photo:after {
    opacity: .2;
    transition: opacity .5s .2s
}

.faq-wrap .nav-pills .nav-link:hover {
    background: 0 0 !important;
    color: #000
}

.faq-wrap .nav-pills .nav-link:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 2px;
    height: 9px;
    background: #a9aaaa
}

.faq-wrap .nav-pills .nav-link:last-child {
    margin: 0;
    padding: 0
}

@media (max-width: 575px) {

    .h1+.h-decor,
    h1+.h-decor {
        position: relative;
        top: -7px
    }

    h2+.h-decor {
        position: relative;
        top: -10px
    }

    .h-decor {
        height: 2px;
        width: 34px
    }

    .btn [class*=icon],
    body:not(.touch) .btn:focus [class*=icon] {
        top: 1px
    }

    .flex-column.flex-sm-row .btn {
        margin: 0 auto 0 0
    }

    .flex-column.flex-sm-row .btn+.btn {
        margin: 10px auto 0 0
    }

    .icn-text>*+* {
        margin-top: 15px
    }

    .row>:not(:first-child) .icn-text-num {
        margin-top: 30px
    }

    .nav-pills .nav-link{
        width: 100%
    }

    .double-title:after {
        font-size: 70px
    }

    .footer-bottom {
        font-size: 12px;
        line-height: 18px
    }

    .footer-bottom [class*=icon] {
        font-size: 11px
    }

    #mainSlider{
        height: 175px
    }

    #mainSlider .slick-dots {
        margin: -20px 0 0
    }
}

@media (max-width: 1229px) {
    .banner-left {
        min-height: 40vw;
        max-height: 100vh;
        background-position: center 20%
    }
}

.banner-center-text1{
    font-weight: 600;
    color: #fff;
    font-size: 38px;
    line-height: 47px
}

.banner-center-caption {
    padding: 148px 50px;
    width: 100%
}


@media (max-width: 1023px) {

    .banner-center-caption {
        padding: 60px 30px
    }

    .banner-center-text1 {
        font-size: 38px;
        line-height: 47px;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto
    }
}

.banner-center-text2 {
    font-size: 17px;
    line-height: 1em;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1.5px
}

@media (max-width: 1023px) {
    .banner-center-text2 {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .banner-center-text1{
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 0
    }
}

.faq-item {
    margin-bottom: 10px;
    border: 0
}

.faq-item [data-toggle=collapse] span:first-child {
    font-size: 16px;
    min-width: 26px;
}

.faq-item [data-toggle=collapse]:after {
    position: absolute;
    top: 50%;
    right: 28px;
    content: '\e932';
    font-family: dentco;
    font-size: 12px;
    transform: translateY(-50%)
}

.faq-item [data-toggle=collapse][aria-expanded=true]:after {
    content: '\e931'
}

.faq-item>a:not(.collapsed){
    color: #444
}

.faq-item .faq-item-content>* {
    padding: 10px 40px 10px 50px
}

.faq-accordion {
    margin: 15px 0 0
}

.faq-item [data-toggle=collapse] {
    display: flex;
    position: relative;
    font-weight: 600;
    line-height: 1em;
    background-color: #fff;
    color: #444;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    font-size: 16px;
    padding: 19px 42px 19px 20px
}

@media (max-width: 1229px) {

    .faq-item [data-toggle=collapse] {
        font-size: 18px;
        padding: 18px 42px 18px 20px
    }
}

.faq-accordion--style2 .faq-item {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05)
}

.faq-accordion--style2 .faq-item [data-toggle=collapse] {
    box-shadow: none;
}

.faq-accordion--style2 .faq-item .faq-item-content>* {
    padding-top: 0;
    padding-bottom: 20px
}

.faq-wrap {
    padding: 65px 100px 65px 80px;
    position: relative
}

.faq-wrap .double-title:after {
    z-index: 0;
    color: #fff
}

.faq-wrap .nav-pills {
    flex-wrap: nowrap;
    margin-left: auto
}

@media (max-width: 1023px) {

    .faq-item .faq-item-content>* {
        padding: 10px 35px 10px 45px
    }

    .faq-accordion {
        margin-top: 5px
    }

    .faq-item [data-toggle=collapse] {
        font-size: 14px;
        line-height: 20px;
        padding: 18px 42px 18px 20px
    }

    .faq-wrap {
        padding: 55px 15px
    }

    .faq-wrap .faq-item [data-toggle=collapse]:after {
        right: 15px
    }

    .faq-wrap .nav-pills {
        margin-top: 13px
    }
}

@media (max-width: 767px) {

    .faq-item [data-toggle=collapse] span:first-child {
        font-size: 14px
    }

    .faq-item .faq-item-content>* {
        padding: 14px 15px 10px 35px
    }

    .faq-accordion {
        margin-top: 0
    }

    .faq-item [data-toggle=collapse] {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 40px 6px 12px
    }

    .faq-wrap {
        padding: 25px 15px
    }

    .faq-wrap .nav-pills {
        margin-right: auto;
        padding-left: 0;
        flex-wrap: wrap
    }
}

.faq-wrap .nav-pills .nav-link {
    position: relative;
    min-width: inherit;
    height: 39px;
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
    background: 0 0;
    color: #444;
    box-shadow: none
}

.faq-wrap .nav-pills [class*=icon] {
    padding-right: 10px;
}

.faq-wrap .nav-pills--noborder .nav-link {
    margin: 0 26px 0 0;
    padding: 0;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0;
    color: #444
}

.faq-wrap .nav-pills--noborder .nav-link:after,
.slick-dots li button:after,
body>.quickLinks-wrap .quickLinks:not(.stuck) .quickLinks-open {
    display: none
}

.faq-wrap .nav-pills--noborder .nav-link:last-child {
    margin: 0
}

.faq-wrap--pad-lg {
    padding: 95px 100px 95px 80px
}

@media (max-width: 1023px) {
    .faq-wrap .nav-pills .nav-link {
        font-size: 13px
    }

    .faq-wrap .nav-pills--noborder .nav-link {
        font-size: 15px
    }

    .faq-wrap--pad-lg {
        padding: 65px 15px
    }
}

@media (max-width: 767px) {
    .faq-wrap--pad-lg {
        padding: 25px 15px
    }
}

.faq-wrap--pad-md {
    padding: 25px 15px 65px 110px;
    max-width: 855px
}

.faq-wrap-bg {
    background: url("../images/bg-grey.jpg") #f6f7f5
}

.collapse-wrap {
    cursor: pointer;
    margin-bottom: 30px
}

.collapse-wrap.collapsed [class*=icon-] {
    position: relative;
    top: 3px;
    display: block;
    transform: rotate(180deg)
}

.collapse-wrap [class*=icon-] {
    font-size: 12px;
}

@media (max-width: 575px) and (min-width:320px) {
    .collapse .row-sm-space .col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.modal-dialog {
    max-width: 800px;
    margin: 35px auto;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    overflow-x: hidden
}

.modal .close {
    position: absolute;
    right: -32px;
    top: -32px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    opacity: 1;
    text-shadow: 0;
    padding: 12px
}

.modal .close:hover {
    opacity: .8
}

.modal-body {
    padding: 5px
}

.modal-content {
    border: 0;
    border-radius: 0
}

.modal-form .modal-dialog {
    max-width: 544px
}

.modal-form .modal-body {
    padding: 35px
}

.modal-form .close {
    font-size: 30px;
    z-index: 1;
    right: 0;
    top: 0;
    color: #e8e8e8;
    transition: .15s ease-out
}

.modal.fade .modal-dialog {
    transition: opacity .3s ease-out;
    transform: translate(0, 0)
}

@media (max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px)
    }
}

.slider-gallery-main,
.slider-gallery-thumbs{
    opacity: 0;
    transition: opacity .5s
}

.slider-gallery-main {
    margin-bottom: 13px
}

.slider-gallery-thumbs {
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px
}

.slider-gallery-thumbs li {
    margin: 0 5px;
    cursor: pointer;
    background-color: #212121
}

.slider-gallery-thumbs .slick-slide img {
    opacity: .5;
    transition: .2s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    margin-bottom: -1px
}

.slider-gallery .slick-next,
.slider-gallery .slick-prev {
    top: 50%;
    display: block;
    width: 30px;
    height: 75px;
    margin-top: -37px;
    cursor: pointer;
    outline: 0;
    background-color: #fff;
    text-align: center;
    transition: .2s;
    border-radius: 10px 0 0 10px;
    border: 0
}

.slider-gallery .slick-prev {
    border-radius: 0 10px 10px 0
}

.slider-gallery .slick-next:before,
.slider-gallery .slick-prev:before {
    font-size: 13px;
    line-height: 75px
}

.slider-gallery .slick-next:before {
    content: "\e930";
    padding-left: 4px
}

.slider-gallery .slick-prev:before {
    content: "\e922";
    padding-right: 2px
}

.slider-gallery-thumbs .slick-next,
.slider-gallery-thumbs .slick-prev {
    height: 54px;
    margin-top: -27px
}

.slider-gallery-thumbs .slick-prev {
    left: 5px
}

.slider-gallery-thumbs .slick-next {
    right: 5px
}

.slider-gallery-thumbs .slick-next:before,
.slider-gallery-thumbs .slick-prev:before {
    line-height: 56px
}

.overlay {
    position: fixed;
    top: 0;
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0)
}


@media (max-width: 1229px) {
    .faq-wrap .nav-pills--noborder .nav-link {
        margin-right: 18px
    }

    .faq-wrap--pad-md {
        padding: 25px 15px
    }
}

@media (max-width: 1023px) {
    .collapse-wrap {
        margin-bottom: 20px
    }

    .collapse-wrap .collapse-title {
        font-size: 20px
    }
}

.doctor-box {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.filters-by-category ul a{
    font-weight: 600;
    color: #444;
}

.gallery-item:hover .hover .view,
.gallery-specialist .gallery-item:hover .hover .view {
    transform: scale(1)
}

.gallery-specialist .gallery-item {
    position: relative;
    float: left;
    width: calc(33.333% - 20px);
    margin-bottom: 15px
}

.filters-by-category ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.filters-by-category ul li {
    display: block;
    margin-right: 4px;
    margin-bottom: 10px
}

.filters-by-category ul a {
    display: block;
    cursor: pointer;
    text-shadow: none;
    font-size: 14px;
    line-height: 19px;
    padding: 14px 21px;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    text-decoration: none;
    transition: .3s
}

.gallery-wrap {
    position: relative;
    min-height: 50vh
}

.slick-loading .slick-list {
    background: url("../images/ajax-loader.gif") center center no-repeat #fff
}

.slick-slide {
    max-width: none !important
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    margin-top: -23px;
    padding: 0;
    cursor: pointer;
    border: 2px solid #dedede;
    outline: 0;
    background-color: transparent;
    z-index: 99;
    text-align: center;
    transition: .2s;
    border-radius: 50%
}

.slick-next:before,
.slick-prev:before {
    font-family: dentco;
    font-size: 10px;
    line-height: 43px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev:before {
    content: "\e922";
    padding-right: 1px
}

.slick-next:before {
    content: "\e930";
    padding-left: 2px
}

.slick-slider {
    padding: 0;
    list-style: none
}

.slick-slider.nav-dot {
    margin-bottom: 75px
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 50px 0 -35px;
    list-style: none;
    text-align: center
}

.quickLinks,
.quickLinks-wrap {
    width: 98px;
    z-index: 102;
    right: 0
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
    margin: 0 9px;
    padding: 0;
    color: transparent;
    border: 0;
    outline: 0;
    border-radius: 50%;
    background: #e1e5e9;
    cursor: pointer
}

.quickLinks .link-drop,
body>.quickLinks-wrap .quickLinks {
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.blog-post {
    margin-bottom: 80px
}

.blog-post:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.blog-post .post-image {
    position: relative;
    border-radius: 0;
    overflow: hidden
}

.blog-post .post-image .post-link-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center
}

.blog-post .post-image .post-link {
    font-size: 38px;
    line-height: 1em;
    color: #fff;
    transition: .2s;
    text-decoration: none
}

.blog-post .post-image .post-link [class*=icon] {
    font-size: .8em;
    padding-right: .5em
}

.blog-post .post-image .post-link:hover {
    opacity: .6;
    text-decoration: none
}

.blog-post .post-title {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 36px
}

.blog-post .post-meta {
    display: flex;
    align-items: center;
    padding: 0;
    overflow: hidden
}

.blog-post .post-meta>* {
    float: left;
    font-size: 15px
}

.blog-post .post-meta>:not(:last-child) {
    padding-right: 20px
}

.blog-post .post-meta>* [class*=icon],
.blog-post .post-meta>* span {
    display: inline-block;
    vertical-align: middle
}

.blog-post .post-meta>* [class*=icon] {
    position: relative;
    top: -1px;
    font-size: 18px;
    padding-right: 7px;
    color: #aeaeae
}

.blog-post .post-meta-social a {
    margin-right: 15px
}

.blog-post .post-meta-social a [class*=icon] {
    display: inline-block !important;
    font-size: 14px;
    padding-right: 0;
    color: #c8c8c8;
    transition: .2s
}

.blog-post .post-image img {
    width: 100%;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    vertical-align: middle;
    max-width: 100%
}

.blog-post:hover .post-image img{
    -webkit-transition: transform .6s 50ms;
    -o-transition: transform .6s 50ms;
    transition: transform .6s 50ms;
    transition: transform .6s 50ms, -webkit-transform .6s 50ms;
    -webkit-transform: scale(1.1) rotate(.0001deg);
    -ms-transform: scale(1.1) rotate(.0001deg);
    transform: scale(1.1) rotate(.0001deg)
}

.blog-post:not(.post-preview) .post-date {
    display: flex;
    margin-right: 36px;
    flex-direction: column;
    justify-content: center;
    width: 74px;
    min-width: 74px;
    height: 74px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    background-color: #f5f6f7;
    color: #424242;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .03)
}

.blog-post:not(.post-preview) .post-date span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.post-carousel {
    margin-bottom: 0;
    overflow: hidden
}

.blog-post-single {
    padding-bottom: 70px
}

.blog-post.post-preview {
    display: flex;
    padding-bottom: 12px;
    margin-bottom: 22px
}

.blog-post.post-preview:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.blog-post.post-preview .post-image {
    margin-right: 20px;
    margin-bottom: 10px;
    min-width: 77px;
    flex-basis: 77px;
    font-size: 15px;
    line-height: 18px
}

.blog-post.post-preview .post-meta-date [class*=icon] {
    font-size: 13px;
    top: -1px;
    left: 1px
}

.blog-post.post-preview .post-title {
    margin-top: -.25em !important;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 600
}

.blog-post.post-preview .post-title a {
    text-decoration: none;
    transition: color .2s
}

.side-block {
    padding-bottom: 34px
}

.side-block .side-block-title {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 25px
}

.contact-box {
    background-color: #5c88d5;
    padding: 28px 25px;
    height: 100%
}

.contact-box-title {
    margin-bottom: 18px;
    color: #fff
}

.contact-box ul.icn-list {
    font-size: 15px;
    line-height: 26px
}

.contact-box ul.icn-list [class*=icon-] {
    top: 5px;
    font-size: 17px;
    color: #d2def3
}

.contact-box-2 {
    background-color: #749adb
}

.question-box {
    background-color: #f8f8f8;
    padding: 18px 20px
}

.question-box .form-control+* {
    margin-top: 6px
}

.question-box textarea.form-control {
    height: 100px
}

.quickLinks-wrap {
    position: absolute;
    top: 0;
    height: 100%;
    align-items: center;
    pointer-events: none
}

body>.quickLinks-wrap .quickLinks.stuck {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

body:not(.touch) .quickLinks.stuck {
    transition: transform .75s
}

.quickLinks:not(.stuck) {
    transform: translateY(0) !important
}

.quickLinks {
    pointer-events: auto;
    transform: translateY(-100px)
}

.quickLinks:not(.stuck)>.container {
    padding: 0
}

.quickLinks:not(.stuck)>.container>.row {
    flex-direction: column
}

.quickLinks:not(.stuck)>.container>.row>.col {
    width: 100%;
    min-height: inherit
}

.quickLinks .col>.link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3px 12px;
    min-height: 98px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    transition: background-color .3s
}

.quickLinks .col>.link>[class*=icon-] {
    font-size: 38px;
    line-height: 1.3em
}

.quickLinks .col>.link.active,
body:not(.touch) .quickLinks .col>.link:hover {
    text-decoration: none;
    background-color: #fff !important;
    box-shadow: inset 0 8px 8px rgba(0, 0, 0, .05)
}

.quickLinks.stuck {
    position: fixed;
    width: 100%;
    max-width: 100vw;
    top: 0
}

.quickLinks.closed.stuck {
    transform: translateY(-30px) !important
}

.quickLinks .link-drop {
    position: absolute;
    background-color: #f5f5f5;
    color: #424242;
    padding: 10px;
    top: 100%;
    width: 390px;
    max-width: 100vw;
    z-index: -1;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, visibility 0s linear .3s, z-index 0s linear 10ms;
    text-align: left;
    text-transform: none;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.quickLinks .link-drop-title {
    text-transform: none;
    margin-bottom: 18px
}

.link-drop-title>[class*=icon-],
.quickLinks .link-drop-title>[class*=icon-] {
    position: relative;
    top: 3px;
    font-size: 25px;
    line-height: 1em;
    padding-right: 10px
}

.quickLinks .link-drop .row-table {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #545454
}

.link-drop .row-table tr:not(:last-child),
.quickLinks .link-drop .row-table tr:not(:last-child) {
    border-bottom: 1px solid #ededed
}

.quickLinks .link-drop .row-table td:last-child {
    text-align: right;
    color: #444;
    padding-right: 5px;
    padding-left: 5px
}

.quickLinks:not(.stuck) .link-drop {
    top: 0;
    right: 98px;
    width: 540px;
}

.quickLinks:not(.stuck) .col:last-child .link-drop,
.quickLinks:not(.stuck) .col:nth-last-child(2) .link-drop,
.quickLinks:not(.stuck) .col:nth-last-child(3) .link-drop {
    bottom: 0;
    top: auto;
    transform: translateY(-20px)
}

.quickLinks .google-map {
    width: 390px;
    max-width: 100vw;
    height: 312px
}

@media (max-width: 1229px) {

    .quickLinks .google-map,
    .quickLinks .link-drop {
        width: 357px
    }

    .quickLinks:not(.stuck) .link-drop {
        left: -357px !important
    }
}

.quickLinks ul.icn-list li .phone {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #424242;
    position: relative;
    top: -2px
}

.quickLinks ul.icn-list li {
    padding-left: 24px
}

.quickLinks ul.icn-list li>[class*=icon] {
    top: 6px;
    font-size: 14px
}

.quickLinks .col:first-child>.link {
    background-color: #3066b9
}

.quickLinks .col:nth-child(3)>.link {
    background-color: #3a6fcc
}

.quickLinks .col:nth-child(4)>.link {
    background-color: #5582d3
}

.quickLinks .col:nth-child(5)>.link {
    background-color: #658cd7
}

.quickLinks .col:nth-child(6)>.link {
    background-color: #7a9cdd
}

.quickLinks.stuck .link-drop {
    top: -1000%
}

.link-drop-title {
    text-transform: none;
    margin-bottom: 15px
}

.link-drop .row-table {
    width: 100%;
    max-width: 400px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400
}

.link-drop .row-table i {
    color: #545454;
    font-style: normal
}

.link-drop .row-table td:last-child {
    text-align: right
}

.quickLinks-top .link-drop {
    background-color: #f5f5f5;
    color: #424242;
    padding: 15px;
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0) !important;
    transition-delay: 0s, 0s, 0.3s;
    pointer-events: auto
}

.quickLinks-top .link-drop .google-map {
    width: 100%;
    height: 200px
}

.quickLinks .quickLinks-open {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 45px solid rgba(51, 104, 198, .25);
    transform: rotate(-45deg);
    right: -10px;
    top: -20px;
    cursor: pointer
}

.quickLinks .quickLinks-open span {
    position: absolute;
    user-select: none;
    top: -16px;
    right: 20px;
    z-index: 1;
    color: #424242;
    font-size: 30px;
    transform: rotate(45deg)
}

.quickLinks.closed .quickLinks-open {
    top: 70px;
    opacity: 1;
    pointer-events: auto
}

body:not(.touch) .quickLinks.closed .quickLinks-open:hover {
    border-left: 45px solid rgba(51, 104, 198, .5)
}

.quickLinks ul.icn-list .phone {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #444
}

@media (min-width: 1200px) {

    .quickLinks.stuck .col:hover .link-drop {
        top: 100%
    }

    body.shop-page .header-nav {
        display: inline-block
    }

    .header-content .col-lg.ml-auto {
        text-align: right
    }
}

@media (min-width: 1230px) {
    .faq-wrap-bg {
        margin-left: -65px;
        width: calc(100% + 65px)
    }
}

.doctor-box {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 0 15px
}

.doctor-box-photo {
    display: block;
    position: relative;
    overflow: hidden;
    transition: .35s;
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    text-decoration: none
}

.doctor-box-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex
}

.doctor-box-position {
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
}

.doctor-info-phone a {
    color: #444;
    text-decoration: none
}

.doctor-info-phone [class*=icon-] {
    position: relative;
    top: -1px;
    padding-right: 7px;
    font-size: 11px;
}

.doctor-box-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px 30px;
    border-top: 1px solid #f7f7f7
}

.doctor-box-social {
    font-size: 15px;
    line-height: 30px;
    padding-left: 15px
}

.doctor-box-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: .2s
}

.doctor-box-social a:hover,
.doctor-info-social a:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 0 3px rgba(51, 104, 198, .2)
}

.doctor-box-top {
    margin: 0 -15px !important;
    padding: 20px 15px;
    background: #fafbfa
}

.specialist-carousel .slick-slide {
    padding-bottom: 20px
}

.doctor-info-phone {
    color: #444;
    font-weight: 600
}

@media (max-width: 1023px) {

    .slick-dots {
        margin: 35px 0 -20px
    }

    .slick-slide .animation {
        opacity: 1 !important;
        animation-name: none !important;
        -webkit-animation-name: none !important
    }

    .blog-post-single {
        padding-bottom: 40px
    }

    .specialist-carousel {
        margin-left: 50px;
        margin-right: 50px
    }

    .quickLinks .col>.link {
        font-size: 10px
    }

    .quickLinks .col>.link>[class*=icon-] {
        font-size: 30px
    }

    .quickLinks.stuck .col>.link {
        min-height: 76px
    }

    .quickLinks.stuck {
        position: relative !important;
        transform: translateY(0)
    }

    .quickLinks>.container {
        padding: 0
    }

    .doctor-box {
        padding: 0 10px
    }

    .doctor-box-bottom {
        padding: 10px 0 20px
    }

    .doctor-box-social {
        padding-left: 5px
    }

    .doctor-info {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .doctor-info>*+* {
        margin-top: 5px
    }
}

.doctor-info-phone {
    padding: 0 30px;
    font-size: 18px;
    line-height: 37px;
}

.doctor-info-name h3 {
    font-size: 32px;
    line-height: 1em;
    margin-bottom: 18px
}

.doctor-info-name h6 {
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 0;
}

.doctor-info-social {
    font-size: 15px;
    line-height: 37px
}

.doctor-info-social a {
    display: inline-block;
    width: 37px;
    height: 37px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: .2s
}

@media (max-width: 767px) {
    .faq-wrap--pad-md {
        padding: 25px 15px
    }

    .collapse-wrap {
        margin-bottom: 0
    }

    .collapse-wrap .collapse-title,
    .quickLinks .col>.link>[class*=icon-] {
        font-size: 18px
    }

    .modal-form .modal-dialog{
        max-width: calc(100% - 20px)
    }

    .modal-form .modal-body {
        padding: 8px
    }

    .specialist-carousel {
        margin: 0
    }

    .gallery-specialist .gallery-item {
        width: calc(50% - 15px)
    }

    .filters-by-category ul li {
        min-width: calc(50% - 8px)
    }

    .filters-by-category ul a {
        font-size: 15px;
        line-height: 15px
    }

    .slick-slider {
        margin-bottom: 30px
    }

    .blog-post {
        margin-bottom: 50px
    }

    .blog-post .post-image .post-link {
        font-size: 5vw
    }

    .blog-post .post-title {
        font-size: 24px;
        line-height: 30px
    }

    .blog-post .post-meta {
        flex-wrap: wrap
    }

    .blog-post .post-meta>:not(:last-child) {
        padding-right: 15px
    }

    .blog-post .post-meta>*{
        font-size: 13px
    }

    .blog-post .post-meta>* [class*=icon]{
        display: none
    }

    .blog-post .post-teaser+* {
        margin-top: 30px
    }

    .blog-post.post-preview .post-image>:not(:first-child) {
        padding-left: 5px
    }

    .quickLinks.stuck .col>.link {
        min-height: 36px
    }

    .quickLinks-top .link-drop {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 15px 25px
    }

    .quickLinks-top .link-drop-title {
        font-size: 19px
    }

    .quickLinks-top .link-drop-title>[class*=icon-] {
        font-size: 25px
    }
}

.layout-medlab:not(.touch) .btn-hover-fill:focus:hover [class*=icon],
.layout-medlab:not(.touch) .btn-hover-fill:hover [class*=icon] {
    color: #fff
}

@media (max-width: 1023px) {
    body.shop-page .header-content .col-lg:last-child {
        position: static
    }

    .layout-medlab .footer h3 {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .layout-medlab .tab-content>.tab-pane h3 {
        margin-bottom: 15px
    }

    .layout-medlab .footer h3 {
        font-size: 18px
    }
}

@media (max-width: 575px) {
    .banner-center-caption {
        padding: 40px 10px
    }

    .banner-center-text1 {
        font-size: 20px;
        line-height: 25px;
        font-weight: 500;
        max-width: 230px
    }

    .faq-wrap .nav-pills .nav-link {
        width: auto
    }

    .faq-wrap .nav-pills--noborder .nav-link {
        font-size: 13px;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .faq-wrap .nav-pills--noborder .nav-link [class*=icon] {
        padding: 0 0 5px
    }

    .collapse .row-sm-space .col-sm-4:not(:last-child) img {
        margin-bottom: 15px
    }

    .gallery-specialist .gallery-item {
        width: 100%;
        margin-bottom: 15px
    }

    .filters-by-category ul li {
        width: 100%
    }

    .slick-dots {
        margin: 25px 0 -20px
    }

    .slick-dots li button {
        width: 6px;
        height: 6px
    }

    .blog-post-info {
        flex-direction: column;
        align-items: center
    }

    .blog-post-info>*+* {
        margin-top: 10px
    }

    .layout-medlab .tab-content>.tab-pane h3 {
        margin-bottom: 10px
    }
}

.layout-medlab .btn,
.layout-medlab:not(.touch) .btn:focus {
    font-weight: 500;
    color: #fff;
    border: 1px solid transparent;
    box-shadow: none !important
}

.layout-medlab .btn .icon-right-arrow,
.layout-medlab:not(.touch) .btn:focus .icon-right-arrow {
    font-size: 10px
}

.layout-medlab .btn-hover-fill,
.layout-medlab .btn:hover,
.layout-medlab:not(.touch) .btn-hover-fill:focus,
.layout-medlab:not(.touch) .btn-hover-fill:focus:hover,
.layout-medlab:not(.touch) .btn-hover-fill:hover,
.layout-medlab:not(.touch) .btn:focus:hover {
    color: #fff;
    border: 1px solid transparent
}

.layout-medlab .footer-text p {
    font-size: 14px;
    line-height: 23px
}