@media (min-width:576px) {
    .container {
        max-width: 100%
    }
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .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%
    }
}

@media (min-width:768px) {
    .container {
        max-width: 100%
    }
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .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%
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 900px
    }
    .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%
    }
}

@media (min-width:1230px) {
    .container {
        max-width: 1130px
    }
    .header-info+*,
    .header-phone+* {
        margin-left: 0 !important;
        padding-left: 15px !important
    }
    .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%
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1200px
    }
}

@media print {
    .d-print-block {
        display: block !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-none {
        display: none !important
    }
}

@media (max-width:1023px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg.table-bordered {
        border: 0
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
    body {
        font-size: 15px;
        line-height: 24px
    }
}

@media (max-width:1229px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl.table-bordered {
        border: 0
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
    .p-lg,
    p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px
    }
}

@media (max-width:800px) {
    .p-lg,
    p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 21px
    }
}

@media (max-width:767px) {
    .h-650px{
        height:300px;
    }
    .h1,
    h1 {
        font-size: 20px
    }
    .h2,
    h2 {
        font-size: 19px
    }
    .h3,
    h3 {
        font-size: 18px !important
    }
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md.table-bordered {
        border: 0
    }
    .h-350px,
    .h-375px {
        height: 200px
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
    body {
        font-size: 14px;
        line-height: 20px
    }
    .p-lg,
    p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px
    }
}

@media (max-width:1023px) {
    .h1,
    h1,
    h2 {
        font-size: 30px;
        line-height: 1.2em
    }
    .h1+.h-decor,
    h1+.h-decor {
        position: relative;
        top: -5px
    }
}

@media (max-width:767px) {
    .h1,
    h1 {
        font-size: 20px;
        line-height: 30px
    }
    .h1+.h-decor,
    h1+.h-decor {
        top: -10px
    }
}

@media (max-width:1023px) {
    h2+.h-decor {
        position: relative;
        top: -5px
    }
    h3 {
        font-size: 20px
    }
}

@media (max-width:1229px) {
    h6 {
        font-size: 17px
    }
    .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
    }
    .bg-fullheight {
        background-size: 100% auto
    }
}

@media (max-width:1023px) {
    h4 {
        font-size: 20px
    }
    h5 {
        font-size: 17px;
        line-height: 24px
    }
    h6 {
        font-size: 16px
    }
    .h-sub,
    .h-sub-lined {
        font-size: 15px;
        margin-bottom: 10px
    }
    .h-sub-lined:before {
        width: 30px;
        height: 2px
    }
    .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,
    ul.numbered-list-lg,
    ul.numbered-list-xl {
        font-size: 15px;
        line-height: 20px
    }
    ul.marker-list-md li:not(:last-child),
    ul.numbered-list li:not(:last-child) {
        margin-bottom: 7px
    }
    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),
    ul.numbered-list-xl li:not(:last-child) {
        margin-bottom: 20px
    }
    ul.numbered-list-xl h5 {
        margin-bottom: 7px;
        padding-top: 0
    }
    ul.numbered-list-xl li {
        padding: 0 0 0 67px
    }
    ul.numbered-list-xl li:before {
        font-size: 18px;
        height: 56px;
        width: 56px
    }
    ul.circle-list,
    ul.circle-list-bordered,
    ul.circle-list-dark,
    ul.marker-list-md,
    ul.marker-list-md-bordered,
    ul.marker-list-md-dark,
    ul.marker-list-md-line {
        font-size: 15px;
        line-height: 22px
    }
    ul.circle-list li:not(:last-child) {
        margin-bottom: 10px
    }
    ul.marker-list-md-line li:not(:last-child) {
        margin-bottom: 12px
    }
    ul.categories-list {
        font-size: 15px;
        line-height: 26px
    }
}

@media (max-width:767px) {
    h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom:10px !important;
    }
    h2+.h-decor {
        top: -10px
    }
    h3,
    h4 {
        font-size: 18px
    }
    h5 {
        font-size: 15px;
        line-height: 22px
    }
    .h-sub,
    .h-sub-lined {
        font-size: 13px;
        margin-bottom: 10px;
        letter-spacing: .5px
    }
    .h-sub-lined:before {
        width: 20px;
        height: 1px
    }
    .title-wrap+* {
        margin-top: 20px
    }
    .title-wrap-alt+* {
        margin-top: 12px
    }
    .btn-link {
        font-size: 14px;
        line-height: 16px
    }
    .btn,
    body:not(.touch) .btn:focus {
        font-size: 12px;
        line-height: 16px;
        padding: 9px 22px;
        border-radius: 18px;
        border-width: 1px;
        box-shadow: inset 0 0 0 1px #3368c6
    }
    .btn [class*=icon],
    body:not(.touch) .btn:focus [class*=icon] {
        top: 1px
    }
    .btn-group-sm>.btn,
    .btn-sm,
    .btn-xs,
    body:not(.touch) .btn-group-sm>.btn:focus,
    body:not(.touch) .btn-sm:focus,
    body:not(.touch) .btn-xs:focus {
        font-size: 12px;
        line-height: 16px;
        padding: 8px 22px;
        border-radius: 18px;
        border-width: 1px;
        box-shadow: inset 0 0 0 1px #3368c6
    }
    .btn-group-lg>.btn,
    .btn-lg,
    body:not(.touch) .btn-group-lg>.btn:focus,
    body:not(.touch) .btn-lg:focus {
        padding: 9px 25px;
        font-size: 18px;
        line-height: 30px;
        border-radius: 25px;
        border-width: 1px
    }
    .btn-group-lg>.btn [class*=icon],
    .btn-lg [class*=icon],
    body:not(.touch) .btn-group-lg>.btn:focus [class*=icon],
    body:not(.touch) .btn-lg:focus [class*=icon] {
        font-size: 16px;
        line-height: 24px;
        top: 1px
    }
    .btn-white,
    .btn-white:focus,
    .btn-white:hover,
    body:not(.touch) .btn-white:focus,
    body:not(.touch) .btn-white:hover {
        box-shadow: inset 0 0 0 1px #fff
    }
    ul.circle-list-dark li:not(:last-child),
    ul.marker-list-md-dark li:not(:last-child) {
        margin-bottom: 7px
    }
    ul.circle-list-bordered li:not(:last-child),
    ul.marker-list-md-bordered li:not(:last-child) {
        margin-bottom: 15px
    }
    ul.marker-list-md {
        font-size: 14px;
        line-height: 22px
    }
    ul.marker-list-md-line {
        font-size: 14px;
        line-height: 20px
    }
    ul.icn-list li>[class*=icon] {
        font-size: 14px
    }
}

@media (max-width:1023px) {
    ul.categories-list li:not(:last-child) {
        margin-bottom: 7px
    }
    ul.marker-list {
        font-size: 17px;
        line-height: 22px
    }
    ul.marker-list li:not(:last-child) {
        margin-bottom: 16px
    }
    ul.marker-list-md {
        font-size: 14px;
        line-height: 18px
    }
    ul.marker-list-md li:not(:last-child) {
        margin-bottom: 9px
    }
    ul.icn-list,
    ul.icn-list-sm,
    ul.marker-list-sm {
        font-size: 14px;
        line-height: 20px
    }
    ul.header-icn-list,
    ul.icn-list-lg {
        font-size: 15px;
        line-height: 22px
    }
    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
    }
}

@media (max-width:767px) {
    .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 .icn-text-circle {
        flex-basis: 74px;
        width: 74px;
        height: 74px;
        margin: 0
    }
    .icn-text [class*=icon] {
        line-height: 74px
    }
}

@media (max-width:1023px) {
    .icn-text .icn-text-circle {
        margin-top: 10px
    }
    .icn-text>*+* {
        margin-top: 22px
    }
    .icn-text-num-number {
        font-size: 52px
    }
}

@media (max-width:767px) {
    .icn-text>*+* {
        margin-top: 18px
    }
    .icn-text p {
        font-size: 14px;
        line-height: 20px
    }
}

@media (max-width:1229px) {
    .bg-md-none {
        background: 0 0 !important
    }
    .nav-pills-icons .nav-link {
        font-size: 13px;
        line-height: 18px;
        padding: 19px 10px
    }
    .nav-pills-icons .nav-link [class*=icon] {
        font-size: 52px
    }
    .nav-pills-icons .nav-link span {
        margin-top: 15px
    }
    .text-image-block .image-col img {
        max-height: 95%;
        margin-right: -5%
    }
}

@media (max-width:1023px) {
    .icn-text-num-title {
        font-size: 15px;
        line-height: 24px
    }
    .icn-text-alt {
        flex-direction: column;
        text-align: center
    }
    .icn-text-alt .icn-text-alt-title {
        font-size: 17px;
        line-height: 24px
    }
    .icn-text-alt .icn-text-alt-icn {
        padding-left: 0
    }
    .icn-text-alt .icn-text-alt-icn [class*=icon] {
        font-size: 42px
    }
    .icn-text-alt>*+* {
        margin-left: 0;
        margin-top: 7px
    }
    .icn-text-vert .icn-text-vert-title {
        font-size: 13px;
        line-height: 18px
    }
    .tab-vert-wrap h3 {
        font-size: 26px;
        line-height: 1.2em;
        margin-bottom: 20px
    }
    .tab-content-v .tab-pane {
        padding: 20px 30px
    }
    .info-box-color {
        padding: 25px 20px 15px
    }
    .info-box-grey {
        padding: 15px 20px
    }
    .info-grid-text {
        font-size: 24px
    }
    .quote {
        padding-left: 100px
    }
    .quote:after {
        font-size: 120px;
        left: 30px
    }
    .video-wrap {
        max-width: 425px;
        margin-left: auto;
        margin-right: auto
    }
    .nav-pills-v {
        padding: 0 25px 30px
    }
    .nav-pills-icons .nav-link {
        width: 170px;
        max-width: 100%
    }
    .service-img-caption {
        padding: 10px 18px;
        font-size: 28px;
        line-height: 35px;
        bottom: 10%
    }
}

@media (max-width:1023px) {
    .video-box .video-btn {
        bottom: 30px;
        padding: 12px 55px 12px 19px;
        height: 45px;
        font-size: 13px;
        line-height: 21px;
        font-weight: 500;
        border-radius: 0 22px 22px 0
    }
    .video-box span:last-child {
        top: 7px;
        right: 8px;
        width: 30px;
        height: 30px;
        font-size: 14px;
        box-shadow: 0 0 0 4px rgba(255, 255, 255, .2)
    }
    .video-btn-circle-left {
        width: 64px;
        height: 64px;
        font-size: 20px
    }
}

@media (max-width:1229px) {
    .text-image-block [data-title]:after {
        font-size: 100px;
        left: 50%;
        right: auto;
        transform: translateX(-47%)
    }
    .block-full-appointment {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (max-width:1229px) {
    .title-with-clone:after {
        font-size: 100px;
        left: 50%
    }
    .double-title:after {
        font-size: 100px
    }
}

@media (max-width:1023px) {
    .text-image-block .image-col img {
        max-height: 95%;
        margin-right: -20%
    }
    .text-image-block .text-col {
        z-index: 2
    }
    .block-full-appointment {
        padding-top: 80px;
        padding-bottom: 80px
    }
    .block-full-appointment .text1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 20px
    }
    .block-full-appointment .text2 {
        font-size: 14px;
        line-height: 24px
    }
    .box-progress-number {
        font-size: 42px;
        min-width: 100px
    }
    .box-progress-number sup {
        font-size: 24px;
        top: -16px
    }
    .box-progress h5 {
        margin-bottom: 15px
    }
    .title-with-clone {
        display: block
    }
    .title-with-clone:after {
        font-size: 100px;
        left: auto;
        right: 0
    }
    .title-wrap.text-center:not(.text-md-left) .title-with-clone:after {
        top: -.35em
    }
}

@media (max-width:1023px) {
    .title-wrap.text-center.text-md-left .title-with-clone {
        display: block
    }
    .title-wrap.text-center.text-md-left .title-with-clone:after {
        z-index: 0;
        right: auto;
        left: 50%;
        top: -.5em;
        transform: translateX(-50%)
    }
    .promo-text {
        padding: 18px 15px 25px
    }
    .promo-text h4 {
        font-size: 18px
    }
    .promo-text .text-lg {
        font-size: 28px
    }
}

@media (max-width:1023px) {
    .promo-text [class*=icon] {
        top: 2px;
        font-size: 40px
    }
    ul.collapsed-md.collapsed-md--3 li:nth-child(3)~li,
    ul.collapsed-md.collapsed-md--7 li:nth-child(7)~li {
        display: none
    }
    .collapsed-view-all-list {
        display: block
    }
    ul.collapsed-md.collapsed-md--3 li:nth-child(3),
    ul.collapsed-md.collapsed-md--7 li:nth-child(7) {
        opacity: .5
    }
}

@media (max-width:1229px) {
    .bg-title {
        font-size: 100px;
        margin-bottom: -.75em
    }
}

@media (min-width:1230px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .row-shift {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
    .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-column-reverse {
        flex-direction: column-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
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !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
    }
    .two-col-list-xl {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
    .text-lg-left .double-title:after {
        left: -.2em
    }
    .col-shift-right {
        flex: 0 0 calc(50% + 70px);
        max-width: calc(50% + 70px);
        padding: 75px 0;
        margin-top: 15px
    }
    .col-shift-right .container-shift-left {
        margin-left: calc(100% - 640px)
    }
    .col-shift-left {
        margin-left: -55px
    }
    .col-shift-left .container-shift-right {
        padding-left: 135px
    }
}

@media (max-width:1229px) {
    .text-lg-left .double-title:after {
        left: 0
    }
    .double-title--center-lg:after,
    .double-title--right:after {
        right: auto;
        left: 50%;
        transform: translateX(-50%)
    }
    .over-image-card.pos-center,
    .over-image-card.pos-center-1 {
        right: 40px;
        left: auto
    }
    .over-image-card.pos-left {
        left: 15px;
        bottom: 0
    }
    .over-image-card {
        width: 398px;
        max-width: 100%;
        padding: 25px
    }
    .over-image-card h4 {
        font-size: 20px;
        line-height: 1.1em;
        margin-bottom: 10px
    }
    .over-image-card-icon {
        font-size: 45px;
        padding-right: 15px
    }
    .over-image-card--sm {
        width: 390px;
        padding: 25px
    }
    .counter-box {
        padding: 45px 10px 63px
    }
}

@media (max-width:1023px) {
    .over-image-card.pos-center {
        width: 330px;
        bottom: -10px;
        padding: 25px 20px
    }
    .over-image-card.pos-center-1 {
        position: relative;
        right: -20px;
        top: -50px;
        margin-bottom: -50px;
        z-index: 1
    }
    .over-image-card.pos-left {
        left: 0
    }
    .over-image-card--sm {
        width: 350px;
        padding: 25px
    }
    .title-button-right {
        position: static;
        margin-top: 20px
    }
}

@media (max-width:1229px) {
    .counter-box-sm-number {
        font-size: 40px
    }
    .counter-box-sm-text {
        font-size: 15px;
        line-height: 23px
    }
    .over-image-counter {
        padding: 25px 10px
    }
}

@media (max-width:1023px) {
    .img-with-bg {
        margin-left: 30px
    }
    .img-with-bg+.video-btn-circle-left {
        left: 15px
    }
    .img-with-bg .img-bg {
        top: auto;
        left: -50%;
        bottom: -40px
    }
    .image-corner {
        width: 66px;
        height: 66px;
        font-size: 30px
    }
    .counter-box {
        padding: 20px 5px 28px;
        max-width: 192px;
        margin-left: auto;
        margin-right: auto
    }
    .counter-box>:not(:first-child) {
        margin-top: 8px
    }
    .counter-box-icon {
        font-size: 36px
    }
    .counter-box-number {
        font-size: 30px
    }
    .counter-box .decor:not(:first-child) {
        margin-top: 15px;
        width: 26px
    }
    .counter-box-text {
        font-size: 14px
    }
    .counter-box-text:not(:first-child) {
        margin-top: 13px
    }
    .counter-box-sm-number {
        font-size: 38px
    }
    .counter-box-grid .counter-box-sm {
        padding: 0 20px 15px
    }
}

@media (max-width:1023px) {
    .over-image-counter {
        padding: 28px 10px;
        max-width: 100%
    }
    .filterCarousel:not(:first-child) {
        margin-top: 25px
    }
}

@media (max-width:1229px) {
    .over-image-counter .counter-box-sm {
        margin: 0 25px
    }
    .over-image-counter .counter-box-sm:not(:last-child):after {
        right: -20px
    }
}

@media (max-width:767px) {
    .icn-text-sm {
        font-size: 14px;
        line-height: 22px;
        padding: 0
    }
    .icn-text-alt .icn-text-alt-title+*,
    .icn-text-num-text:not(:first-child),
    .icn-text-vert .icn-text-vert-icn+* {
        margin-top: 10px
    }
    .icn-text-alt .icn-text-alt-title {
        font-size: 16px;
        line-height: 20px
    }
    .icn-text-alt .icn-text-alt-icn [class*=icon] {
        font-size: 36px
    }
    .tab-vert-wrap h3 {
        font-size: 18px;
        line-height: 1.2em;
        margin-bottom: 10px
    }
    .tab-content-v .tab-pane {
        display: block !important;
        padding: 0;
        opacity: 1
    }
    .tab-content-v .tab-pane .nav-pills-v {
        display: block !important
    }
    .tab-content-m {
        padding: 20px 10px
    }
    .info-grid,
    .info-grid [class*=col-]:nth-last-child(-n+2) {
        border-bottom: 0
    }
    .info-grid [class*=col-] {
        border-bottom: 1px solid #ebebeb
    }
    .quote {
        padding-left: 70px
    }
    .quote:after {
        font-size: 80px;
        left: 20px
    }
    .nav-pills-v {
        display: none !important;
        padding: 0
    }
    .nav-pills-v .nav-link {
        width: auto;
        margin: 0 10px;
        padding: 21px 0;
        font-size: 18px
    }
    .nav-pills-v .nav-link:hover:after {
        width: 100%
    }
    .nav-pills .nav-link {
        font-size: 15px;
        line-height: 15px;
        min-width: calc(50% - 8px);
        text-align: center
    }
    .service-img-caption {
        padding: 5px 10px;
        font-size: 18px;
        line-height: 25px
    }
    .doctor-page-table,
    .price-table,
    .table-striped-custom {
        font-size: 14px;
        line-height: 20px
    }
    .doctor-page-table th,
    .price-table th,
    .table-striped-custom th {
        font-size: 14px
    }
    .doctor-page-table td,
    .doctor-page-table th,
    .price-table td,
    .price-table th {
        padding: 7px 10px
    }
    .content-social {
        line-height: 62px
    }
    .content-social a {
        width: 60px;
        height: 60px
    }
    .video-box .video-btn {
        bottom: 10px;
        padding: 10px 50px 10px 20px;
        height: 37px;
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        border-radius: 0 18px 18px 0
    }
    .video-box span:last-child {
        top: 7px;
        right: 8px;
        width: 22px;
        height: 22px;
        font-size: 12px;
        box-shadow: 0 0 0 4px rgba(255, 255, 255, .2)
    }
    .video-box {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto
    }
    .video-btn-circle {
        right: 0;
        width: 48px;
        height: 48px;
        font-size: 16px
    }
    .text-image-block .image-col img {
        max-width: 100%;
        max-height: none;
        margin: 0
    }
    .text-image-block .text-col {
        padding: 50px 15px 20px;
        order: -1
    }
    .text-image-block .text-col .title-wrap {
        text-align: center
    }
    .block-full-appointment {
        padding-top: 50px;
        padding-bottom: 50px;
        background-position: right
    }
    .block-full-appointment .text1 {
        font-size: 26px;
        line-height: 30px
    }
    .block-full-appointment .text2 {
        font-size: 13px;
        line-height: 18px
    }
    .box-progress {
        flex-direction: column;
        align-items: center
    }
    .box-progress-number {
        font-size: 38px;
        padding: 0 0 10px;
        text-align: center
    }
    .box-progress-number sup {
        font-size: 22px;
        top: -15px
    }
    .box-progress-text {
        text-align: center;
        max-width: 240px
    }
    .box-progress h5 {
        margin-bottom: 10px
    }
    .box-progress+.box-progress {
        margin-top: 30px
    }
    .promo-text {
        padding: 15px
    }
    .simple-content-carousel img {
        max-width: 70%;
        margin-bottom: 20px
    }
    .over-image-card.pos-center {
        position: relative;
        max-width: calc(100vw - 30px);
        bottom: 25px;
        left: auto;
        right: auto
    }
    .over-image-card.pos-center-1 {
        right: 0
    }
    .over-image-card {
        position: static
    }
    .over-image-card h4 {
        font-size: 18px;
        font-weight: 500
    }
    .signature-text h5 {
        font-size: 16px;
        font-weight: 400
    }
    .img-with-bg {
        margin-left: 30%
    }
    .img-with-bg+.video-btn-circle-left {
        left: calc(30% - 17px);
        top: 30px
    }
    .img-with-bg .img-bg {
        max-width: 200vw;
        top: 40px;
        bottom: auto
    }
    .counter-box {
        padding: 45px 15px 65px;
        max-width: 250px
    }
    .counter-box-icon {
        font-size: 44px
    }
    .counter-box-number {
        font-size: 38px
    }
    .counter-box-sm-number {
        font-size: 32px
    }
    .counter-box-sm-text {
        font-size: 13px;
        line-height: 17px
    }
    .over-image-counter {
        position: static;
        text-align: center;
        width: auto !important
    }
    .over-image-counter .counter-box-sm {
        margin: 0 15px
    }
    .form-control {
        min-height: 36px;
        padding: 5px 10px;
        white-space: nowrap;
        font-size: 13px
    }
}

@media (max-width:1023px) {
    .filterCarousel {
        margin-bottom: 20px
    }
}

@media (max-width:1229px) {
    .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: 40px;
        margin-top: 0
    }
    .page-content .page-content-first,
    .page-content .section-booking:first-child+.section,
    .page-content>.section:first-child {
        margin-top: 60px
    }
    .bg-grey-lg {
        padding: 80px 0
    }
}

@media (max-width:1023px) {
    .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: 35px;
        margin-top: 0
    }
    .page-content .page-content-first,
    .page-content .section-booking:first-child+.section,
    .page-content>.section:first-child {
        margin-top: 50px
    }
    .bg-grey,
    .full-bg-grey {
        padding: 50px 0
    }
    .bg-dotted {
        padding: 50px 0 40px
    }
}

@media (min-width:1024px) and (max-width:1229px) {
    .two-col-list-lg {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
    .half-col>.col-text:first-child,
    .half-col>.col-text:last-child {
        padding-left: 40px;
        padding-right: 40px
    }
    .half-col .image-caption {
        width: calc(60% - 135px)
    }
}

@media (max-width:1023px) {
    .bg-grey-lg {
        padding: 70px 0
    }
    .bg-grey-1 {
        padding: 30px 0
    }
    .half-col>.col-text:first-child {
        padding-right: 0
    }
    .half-col>.col-text:last-child {
        padding-left: 0
    }
    .half-col .image-caption {
        position: relative;
        width: 100%;
        font-size: 50px;
        line-height: 60px;
        min-height: 200px
    }
    .half-col>[class*=col] {
        position: relative
    }
    .half-col>.col-text {
        padding: 0 55px 40px
    }
    .half-col>.col-text h3 {
        font-size: 32px
    }
    .half-col>.col-img {
        padding: 60px 0;
        margin: 0 -15px -50px;
        flex: 0 0 calc(100% + 30px);
        max-width: calc(100% + 30px)
    }
    .half-col .img-cover-left,
    .half-col .img-cover-right,
    img.w-md-100 {
        width: 100%
    }
    .half-col>.col-img:first-child .image-caption {
        right: 82px
    }
    .half-col>.col-img:last-child .image-caption {
        padding-left: 82px
    }
    .aside {
        padding-right: 15px
    }
    .image-shift-right {
        margin: 0
    }
    .image-right-fullheight {
        top: 40px;
        left: 20px;
        width: calc(100% + 20px)
    }
    .image-right-fullheight img {
        position: relative;
        left: -50%;
        max-height: 415px
    }
    .white-col-wrap .white-col:after {
        right: -80px
    }
}

@media screen and (max-width:767px) and (orientation:landscape) {
    .image-right-fullheight {
        top: 40px;
        left: 0;
        width: 100%
    }
    .image-right-fullheight img {
        position: relative;
        left: 0;
        max-height: 415px
    }
}

@media (min-width:1024px) {
    .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: .55rem;
        padding-left: .55rem
    }
    .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
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
    .modal-lg {
        max-width: 800px
    }
    .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-column-reverse {
        flex-direction: column-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
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
    .m-lg-0 {
        margin: 0 !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
    }
    .m-lg-1 {
        margin: 10px !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
    }
    .m-lg-15 {
        margin: 15px !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
    }
    .m-lg-2 {
        margin: 20px !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
    }
    .m-lg-3 {
        margin: 30px !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
    }
    .m-lg-4 {
        margin: 40px !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
    }
    .m-lg-5 {
        margin: 50px !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
    }
    .m-lg-6 {
        margin: 60px !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
    }
    .m-lg-7 {
        margin: 70px !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
    }
    .m-lg-8 {
        margin: 80px !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
    }
    .m-lg-auto {
        margin: auto !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
    }
    .row>:not(:first-child)>.icn-text-vert:after {
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #f2f2f3
    }
    .modal-open .stuck {
        padding-right: 17px
    }
    .page-content .mt-lg-large {
        position: relative;
        margin-top: 154px
    }
    .btco-hover-menu .collapse ul li,
    .btco-hover-menu .collapse ul ul li,
    .btco-hover-menu .collapse ul ul ul li,
    .header .nav-item {
        position: relative
    }
    .dropdown-item+.dropdown-menu,
    .header .navbar-nav>.nav-item>.dropdown-menu {
        display: block !important;
        visibility: hidden;
        position: absolute;
        top: 85%;
        left: unset;
        right: 0;
        pointer-events: none;
        opacity: 0;
        min-width: 240px;
        /*max-height:300px;*/
        /*overflow:scroll;*/
        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-top: 2px solid #3368c6;
        border-radius: 0
    }
    .dropdown-item+.dropdown-menu a,
    .header .navbar-nav>.nav-item>.dropdown-menu a {
        color: #444;
        font-size: 14px;
        line-height: 26px;
        font-weight: 500;
        font-family: Poppins, serif;
        background-color: transparent;
        padding: 7px
    }
    .dropdown-item+.dropdown-menu a.dropdown-toggle,
    .header .navbar-nav>.nav-item>.dropdown-menu a.dropdown-toggle {
        padding-right: 40px
    }
    .dropdown-item+.dropdown-menu a:hover,
    .header .navbar-nav>.nav-item>.dropdown-menu a:hover {
        color: #3368c6
    }
    .header .navbar-nav .dropdown-item+.dropdown-menu:hover,
    .header .navbar-nav .dropdown-item:hover+.dropdown-menu,
    .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)
    }
    .btco-hover-menu .active a,
    .btco-hover-menu .active a:focus,
    .btco-hover-menu .active a:hover,
    .btco-hover-menu li a:focus,
    .btco-hover-menu li a:hover,
    .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
    }
    .btco-hover-menu .collapse ul ul,
    .btco-hover-menu .collapse ul ul.dropdown-menu {
        background: #fff
    }
    .btco-hover-menu .collapse ul ul ul,
    .btco-hover-menu .collapse ul ul ul.dropdown-menu {
        background: #f8f8f8
    }
    .btco-hover-menu .collapse ul ul ul ul,
    .btco-hover-menu .collapse ul ul ul ul.dropdown-menu {
        background: #f5f5f5
    }
    .btco-hover-menu {
        background: 0 0;
        margin: 0;
        padding: 0;
        min-height: 20px
    }
    .btco-hover-menu .collapse ul li:hover>ul,
    .btco-hover-menu .collapse ul ul li:hover>ul {
        display: block
    }
    .btco-hover-menu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none
    }
    .btco-hover-menu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none
    }
    .btco-hover-menu .collapse ul ul ul li:hover ul {
        display: block;
        transform: translateX(0) !important
    }
    .btco-hover-menu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: auto;
        right: 100%;
        min-width: 250px;
        display: none;
        z-index: 1;
        transform: translateX(10px) !important
    }
    .btco-hover-menu .dropdown-menu .dropdown-toggle:after {
        position: absolute;
        top: 50%;
        right: 25px;
        margin: 0;
        height: auto;
        content: '\e930';
        font-family: dentco;
        font-size: 8px;
        color: #3368c6;
        transform: translateY(-50%);
        border: 0
    }
}

@media (max-width:1570px) {
    .header-lang-dropdown {
        left: auto;
        right: -10px
    }
    .header-lang-dropdown:after {
        left: auto;
        right: 0
    }
}

@media (min-width:1024px) {
    .header-mobile-info,
    .header-mobile-top {
        display: none
    }
    .header-cart,
    .header-lang,
    .header-search {
        top: 0 !important
    }
    #mainSlider .slide-btn .btn,
    #mainSlider .slide-btn .btn:focus {
        line-height: 25px;
        padding: 15px 38px;
        border-radius: 30px
    }
}

@media (max-width:1229px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .4rem;
        padding-left: .4rem
    }
    .container-shift-left,
    .container-shift-right {
        margin: 0;
        padding: 0 15px
    }
    .header-contact {
        font-size: 15px
    }
    .header-content {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .header-nav .nav-item {
        padding: 0
    }
    .header-nav .nav-item>.nav-link {
        font-size: 12px
    }
    .header-mobile-top {
        background-color: #3368c6
    }
    .header-mobile-top .row {
        height: 44px
    }
    .header-mobile-info-toggle {
        color: #fff;
        cursor: pointer
    }
    .header-mobile-info-toggle:before {
        display: inline-block;
        font-family: dentco;
        content: '\e931';
        font-size: 16px;
        line-height: 44px;
        position: relative;
        transition: .2s ease-out
    }
    .header-mobile-info-toggle.opened:before {
        transform: rotate(180deg)
    }
    .header-mobile-info-content {
        display: none;
        padding: 15px;
        background-color: #fff
    }
    .header-mobile-info-content .social-list {
        margin-bottom: 0
    }
    .header-mobile-info-content .social-list a {
        font-size: 20px;
        line-height: 20px
    }
    .header-mobile-info-content.opened {
        display: block
    }
    .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
    }
    .header-content.stuck .header-cart,
    .header-content.stuck .header-lang {
        margin-top: 0
    }
   
}

@media (max-width:1023px) {
    .white-col-wrap .white-col-inside {
        padding: 40px 0 0 15px
    }
    .header-topline {
        background-color: #22201f;
        color: #fff;
        min-height: 36px;
        max-width: 100%
    }
    .header-nav .nav-item,
    .header-topline>.container>.row>:last-child {
        padding: 0
    }
    .header-topline .dropdown-toggle:after {
        content: none
    }
    .header-topline.active .header-toggle-slide {
        border-color: transparent
    }
    .header-info [class*=icon-],
    .header-info span {
        color: #fff
    }
    .header-toggle-slide {
        display: inline-block;
        padding: 0 15px;
        color: #fff;
        border-left: 1px solid #3c3c3c;
        font-size: 14px;
        line-height: 36px
    }
    .header-toggle-slide [class*=icon-] {
        font-size: 15px
    }
    .header-toggle-slide:hover {
        color: #fff;
        text-decoration: none;
        opacity: .75
    }
    .header-toggle-slide.active {
        background-color: #3368c6;
        border-color: transparent
    }
    .header-toggle-slide span {
        padding-left: 10px
    }
    .header-logo,
    .header-logo img {
        max-width: 175px;
        max-height: 60px
    }
    .header-content {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .header-content.stuck .header-cart,
    .header-content.stuck .header-lang,
    .header-content.stuck .header-search,
    .header-content.stuck .navbar-toggler {
        margin-top: 0;
        top: 50% !important;
        transform: translateY(-50%)
    }
    .navbar-toggler {
        display: block
    }
    .navbar {
        justify-content: flex-end;
        margin-top: -30px
    }
    .navbar .dropdown-menu {
        border: 0;
        box-shadow: 0 !important
    }
    .nav-item>.nav-link {
        cursor: pointer
    }
    .nav-item>.nav-link:before {
        display: none
    }
    .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
    }
    .header .dropdown-item.dropdown-toggle,
    .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 !important
    }
    .header .dropdown-menu ul>li>a {
        padding-left: 40px
    }
    .header .dropdown-menu ul ul>li>a {
        padding-left: 80px
    }
    .header .dropdown-item {
        padding: 10px 0;
        position: relative;
        color: #444;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        font-family: Poppins, serif;
        white-space: normal
    }
    .header .dropdown-item:focus,
    .header .dropdown-item:hover {
        color: #3368c6;
        background: 0 0
    }
    .header .dropdown-item.dropdown-toggle:after {
        content: '\e930'
    }
    .header .navbar-nav li {
        border-top: 1px solid #f5f5f5
    }
    .header .navbar-nav>li:first-child {
        border: 0
    }
    .header .dropdown-item.dropdown-toggle:after,
    .nav-link.dropdown-toggle:after {
        position: absolute;
        top: 50%;
        right: 15px;
        margin: 0;
        height: auto;
        content: '\e930';
        font-family: dentco;
        font-size: 12px;
        color: #3368c6;
        transform: translateY(-50%);
        border: 0;
        pointer-events: none
    }
    .header-cart a.icon,
    .header-lang a.icon,
    .header-search [class*=icon-] {
        font-size: 28px
    }
    .header-cart,
    .header-lang {
        position: absolute;
        right: 67px;
        top: 25px;
        margin-top: 5px
    }
    .has-lang .header-cart {
        right: 109px
    }
    .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 h4 {
        font-size: 32px
    }
    .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 .slide-txt1 {
        font-size: 30px;
        line-height: 1.16em
    }
    #mainSlider .slide-txt2 {
        font-size: 14px
    }
    #mainSlider .slide-btn {
        margin-top: 35px
    }
}

@media (max-width:767px) {
    .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
    }
    .container-fluid-visible-sm.container-fluid {
        overflow: visible
    }
    .page-content .section {
        margin-top: 40px
    }
    #mainSlider .slide-content .vert-wrap,
    .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: 10px
    }
    .page-content .page-content-first,
    .page-content .section-booking:first-child+.section,
    .page-content>.section:first-child {
        margin-top: 30px
    }
    .bg-grey-lg {
        padding: 70px 0
    }
    .half-col .image-caption {
        font-size: 32px;
        line-height: 44px;
        align-items: flex-start
    }
    .half-col>.col-img:first-child .image-caption {
        right: 15px
    }
    .half-col>.col-img:last-child .image-caption {
        padding-left: 15px
    }
    .half-col>.col-text {
        padding: 0 0 40px
    }
    .half-col>.col-img {
        padding: 60px 0
    }
    .image-shift-right {
        display: block
    }
    img.w-sm-100 {
        width: 100% !important
    }
    .image-right-fullheight-col {
        background-color: #fff
    }
    .white-col-wrap .white-col-inside {
        padding: 40px 15px
    }
    .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-cart a.icon,
    .header-lang a.icon,
    .header-search [class*=icon-],
    .navbar-toggler:not(.collapsed) {
        font-size: 18px
    }
    .header-logo {
        width: 120px
    }
    .navbar-collapse {
        padding: 0 0 10px
    }
    .navbar-collapse .dropdown-item,
    .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-cart,
    .header-lang {
        top: 7px;
        right: 45px
    }
    .has-lang .header-cart {
        right: 75px
    }
    .header-lang-dropdown {
        width: 170px;
        padding: 10px 15px
    }
    .header-lang-dropdown:after {
        width: 45px
    }
    .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
    }
    .footer h2 {
        font-size: 44px
    }
    .footer h4 {
        font-size: 32px
    }
    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,
    .footer-post-title a {
        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: 170px
    }
   
}

@media (max-width:1023px) {
    #mainSlider .slick-dots {
        margin: -30px 0 0
    }
    .service-card {
        padding: 0 15px 25px
    }
}

@media (max-width:767px) {
    #mainSlider .slick-dots {
        margin: -30px 0 0
    }
    #mainSlider .slick-dots li button {
        width: 9px;
        height: 9px
    }
    .service-card-style2 {
        padding: 25px 20px
    }
}

@media (max-width:1679px) {
    .service-box {
        height: 22vw
    }
    .service-box.service-box--hiddenbtn .service-box-caption {
        padding: 4% 5%
    }
    .service-box p {
        max-width: 420px
    }
}

@media (max-width:1500px) {
    .service-box p,
    .service-box-caption>*+*,
    .service-box-caption>*+.btn-wrap {
        margin-top: 15px
    }
    .service-box {
        height: 22vw
    }
    .service-box.service-box--hiddenbtn .service-box-caption {
        padding: 4% 5%
    }
    .service-box .service-box-title {
        font-size: 24px;
        line-height: 1.1875em
    }
    .service-box-icon {
        font-size: 95px
    }
    .service-box p {
        font-size: 15px;
        line-height: 22px
    }
    .services-box-wrap .col-8.order-3 .service-box-image {
        background-position: 28%
    }
}

@media (max-width:1229px) {
    .service-box {
        height: 24vw;
        min-height: 230px
    }
    .service-box p,
    .service-box-icon-bg {
        display: none
    }
    .service-box .service-box-title {
        font-size: 20px
    }
    .service-box.service-box--hiddenbtn .service-box-title {
        margin-top: 8px !important
    }
    .service-box-icon {
        font-size: 75px;
        position: static;
        transform: none;
        opacity: 1 !important
    }
    .service-box-caption.w-50 {
        width: 41% !important;
        padding-left: 10px;
        padding-right: 10px
    }
    .service-box.service-box--hiddenbtn .service-box-caption {
        justify-content: center
    }
    .services-box-wrap .col-8.order-3 .service-box-image {
        background-position: 40%
    }
    .services-tab-wrap {
        width: 100%;
        min-width:100%;
        padding: 50px 30px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .two-col-list-md {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
    .service-box .service-box-title {
        font-size: 18px
    }
    .service-box-icon {
        font-size: 65px
    }
    .service-box.service-box--hiddenbtn .service-box-title {
        margin-top: 6px !important
    }
    .services-box-wrap .col-8.order-3 .service-box-image {
        background-position: 40%
    }
    .banner-center-text1.max-450-md {
        max-width: 450px
    }
}

@media (min-width:576px) and (max-width:767px) {
    .two-col-list-sm {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
    .service-box--hiddenbtn .btn-wrap,
    .service-box.service-box--hiddenbtn.service-box .btn {
        position: absolute;
        margin: 0;
        top: 0;
        height: 100%;
        left: 0;
        right: 0
    }
    .service-box {
        height: 20vw;
        min-height: 200px
    }
    .service-box .service-box-title {
        font-size: 18px
    }
    .service-box.service-box--hiddenbtn.service-box .btn {
        opacity: 0;
        z-index: 1
    }
    .services-box-wrap .col-8.order-3 .service-box-image {
        background-position: 36%
    }
}

@media (max-width:1229px) {
    .services-wrap,
    .services-wrap1 {
        width: 100%;
        padding: 50px 30px
    }
    .special-card-caption {
        padding-top: 9%;
        left: auto;
        right: 2%;
        width: 42%
    }
}

@media (min-width:1024px) and (max-width:1229px) {
    .dropdown-item+.dropdown-menu a,
    .header .navbar-nav>.nav-item>.dropdown-menu a {
        font-size: 16px
    }
    .service-tab-banner-alt.bg-left {
        background-position: -7% center
    }
}

@media (max-width:1023px) {
    .service-card-photo {
        margin-left: -15px;
        margin-right: -15px
    }
    .service-card-name,
    .service-card-name a {
        font-size: 20px
    }
    .service-card>ul.marker-list-md:not(:first-child) {
        margin-top: 15px
    }
    .service-card ul.marker-list-md li,
    .service-card-style2 ul.marker-list-md li {
        font-size: 15px;
        line-height: 20px
    }
    .service-card ul.marker-list-md li:not(:last-child),
    .service-card-style2 ul.marker-list-md li:not(:last-child) {
        margin-bottom: 8px
    }
    .service-card-style2 .service-card-name {
        font-size: 18px;
        line-height: 1.2em
    }
    .services-tab-wrap,
    .services-wrap,
    .services-wrap1 {
        padding: 50px 30px 50px 15px
    }
    .service-tab-banner img {
        transform: translateX(-15%);
        max-height: 530px
    }
    .department-tabs2 {
        margin: -10px -10px 0
    }
    .department-tabs2>* {
        flex: 0 0 calc(50% - 20px);
        min-width: calc(50% - 20px);
        margin: 10px
    }
    .department-tab2 {
        padding: 5px
    }
    .department-tabs2-bg img {
        max-width: 65vw
    }
    .department-tab2-number {
        font-size: 62px
    }
    .department-tab2-text {
        font-size: 15px
    }
}

@media (max-width:1023px) {
    .department-tab2-decor {
        width: 22px;
        height: 2px
    }
    .department-tab2-decor:not(:first-child) {
        margin-top: 12px
    }
    .department-carousel,
    .department-carousel2 {
        margin: 45px 0
    }
}

@media (max-width:1023px) {
    .department-carousel h3,
    .department-carousel2 h3 {
        font-size: 24px;
        margin-bottom: 20px
    }
    .department-carousel h3:after,
    .department-carousel2 h3:after {
        font-size: 100px
    }
}

@media (max-width:575px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm.table-bordered {
        border: 0
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
    .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
    }
    ul.circle-list-bordered li,
    ul.marker-list-md-bordered li {
        padding-left: 27px
    }
    ul.circle-list-bordered li:after,
    ul.circle-list-bordered li:before,
    ul.marker-list-md-bordered li:after,
    ul.marker-list-md-bordered li:before {
        left: 0
    }
    .icn-text>*+* {
        margin-top: 15px
    }
    .row>:not(:first-child) .icn-text-num {
        margin-top: 30px
    }
    .icn-text-vert>*+* {
        margin-top: 7px
    }
    .col-sm-4:not(:first-child) .icn-text-vert {
        margin-top: 20px
    }
    .nav-pills-simple .nav-link {
        padding: 0 7px;
        font-size: 12px
    }
    .nav-pills .nav-link,
    img.w-xs-100 {
        width: 100%
    }
    .nav-pills-icons {
        margin-left: -4px;
        margin-right: -4px
    }
    .nav-pills-icons .slick-next,
    .nav-pills-icons .slick-prev {
        width: 32px;
        height: 32px;
        margin-top: -16px
    }
    .nav-pills-icons .slick-prev {
        left: -10px
    }
    .nav-pills-icons .slick-next {
        right: -10px
    }
    .nav-pills-icons .slick-next:before,
    .nav-pills-icons .slick-prev:before {
        font-size: 14px;
        line-height: 32px
    }
    .nav-pills-icons .nav-link {
        width: calc(33.3% - 8px);
        padding: 11px 4px 8px;
        margin: 0 4px 8px;
        font-size: 12px;
        line-height: 13px;
        letter-spacing: -.01em
    }
    .nav-pills-icons .nav-link [class*=icon] {
        font-size: 30px
    }
    .nav-pills-icons .nav-link span {
        margin-top: 6px;
        height: 27px;
        overflow: hidden
    }
    .contact-inline {
        margin: 0 -2px
    }
    .contact-inline li {
        margin: 0 2px
    }
    .contact-inline [class*=icon] {
        font-size: 12px
    }
    .contact-inline a>[class*=icon] {
        padding: 0 1px
    }
    .video-btn-circle-left {
        right: 0;
        width: 48px;
        height: 48px;
        font-size: 16px
    }
    .text-image-block [data-title]:after {
        top: -10px;
        font-size: 70px;
        left: 50%;
        right: auto;
        transform: translateX(-50%)
    }
    .bg-title,
    .title-with-clone:after {
        font-size: 70px
    }
    .promo-text h4 {
        font-size: 15px
    }
    .promo-text .text-lg {
        font-size: 24px
    }
    .promo-text [class*=icon] {
        display: block;
        top: 0;
        margin-bottom: 5px;
        font-size: 40px
    }
    .double-title:after {
        font-size: 35px
    }
    .over-image-card--sm {
        width: 295px;
        padding: 20px
    }
    .counter-box-grid .counter-box-sm {
        padding: 0 10px 15px
    }
    .over-image-counter {
        padding: 20px 0
    }
    .over-image-counter .counter-box-sm {
        margin: 0;
        padding: 0 10px
    }
    .over-image-counter .counter-box-sm:not(:last-child):after {
        right: -5px
    }
    .filterCarousel {
        margin-bottom: 25px
    }
    .footer-bottom,
    .form-container .col-td-1,
    .form-container .col-td-3,
    .form-container .custom-control-description {
        font-size: 12px;
        line-height: 18px
    }
    .form-container .form-row {
        flex-wrap: wrap
    }
    .form-container .col-td-3 {
        flex: 1;
        min-width: 100%
    }
    .form-container .col-sm+.col-sm {
        margin-top: 12px
    }
    .download-block-icon {
        flex: 0 0 80px;
        min-width: 80px
    }
    .download-block-icon [class*=icon] {
        width: 62px;
        height: 62px;
        font-size: 28px
    }
    .bg-grey {
        padding: 40px 0
    }
    .bg-dotted {
        padding: 40px 0 20px
    }
    .image-right-fullheight {
        top: 0;
        margin-left: 25px;
        width: calc(100% - 25px);
        height: 225px
    }
    .image-right-fullheight img {
        position: static;
        width: auto;
        max-height: 100%
    }
    .header-cart-dropdown {
        width: 270px;
        padding: 15px;
        right: -35px
    }
    .footer-bottom [class*=icon] {
        font-size: 11px
    }
   
    #mainSlider .slide-txt1 {
        font-size: 20px
    }
    #mainSlider .slide-btn [class*=icon-],
    #mainSlider .slide-txt2,
    .services-box-wrap-desktop {
        display: none
    }
    #mainSlider .slide-btn {
        display: none;
        margin-top: 20px
    }
    #mainSlider .slide-btn .btn,
    #mainSlider .slide-btn .btn:focus {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 20px
    }
    #mainSlider .slick-dots {
        margin: -20px 0 0
    }
    .services-box-wrap-mobile {
        display: block;
        max-width: 270px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto
    }
    .service-box .service-box-title {
        font-size: 18px;
        line-height: 24px
    }
    .service-box-icon {
        font-size: 72px
    }
    .service-box {
        min-height: none
    }
    .services-tab-wrap .nav-pills .nav-link {
        width: auto
    }
    .department-tab-icon {
        width: 70px;
        height: 70px
    }
    .department-tab-text {
        font-size: 13px
    }
    .department-tab2 {
        padding: 5px
    }
    .department-tab2-number {
        font-size: 50px
    }
    .department-tab2-text {
        font-size: 12px;
        font-weight: 500
    }
    .department-tab2-decor {
        width: 19px;
        height: 2px
    }
    .department-tab2-decor:not(:first-child) {
        margin-top: 8px
    }
    .department-carousel .department-tab,
    .department-carousel2 .department-tab {
        display: flex
    }
    .department-carousel h3,
    .department-carousel2 h3 {
        font-size: 16px;
        margin-bottom: 20px
    }
    .department-carousel h3:after,
    .department-carousel2 h3:after {
        top: -20px;
        font-size: 70px;
        left: 50% !important;
        transform: translateX(-50%)
    }
}

@media (max-width:767px) {
    .services-tab-wrap,
    .services-wrap,
    .services-wrap1 {
        min-width: inherit;
        padding: 0 20px 30px
    }
    .services-tab-wrap .nav-pills {
        margin-right: auto;
        padding-left: 0;
        flex-wrap: wrap
    }
    .service-tab-banner {
        margin-left: -20px;
        margin-right: -20px
    }
    .service-tab-banner img {
        width: 100%;
        max-height: 450px;
        transform: translateX(0)
    }
    .single-service h3 {
        font-size: 19px;
        line-height: 1em;
        margin-bottom: 27px
    }
    .single-service .col-img {
        order: -1;
        text-align: center !important
    }
    .single-service [class*=col-]>div {
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .department-tabs2-bg img {
        max-width: 120vw
    }
    .department-carousel,
    .department-carousel2 {
        text-align: center;
        margin-left: -15px;
        margin-right: -15px
    }
    .department-carousel .department-item,
    .department-carousel2 .department-item {
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden
    }
    .department-carousel .slick-next,
    .department-carousel .slick-prev,
    .department-carousel2 .slick-next,
    .department-carousel2 .slick-prev {
        top: 120px
    }
    .department-carousel .slick-next,
    .department-carousel .slick-next:hover,
    .department-carousel .slick-prev,
    .department-carousel .slick-prev:hover,
    .department-carousel2 .slick-next,
    .department-carousel2 .slick-next:hover,
    .department-carousel2 .slick-prev,
    .department-carousel2 .slick-prev:hover {
        border: 0;
        background-color: transparent !important
    }
    .department-carousel .slick-next:before,
    .department-carousel .slick-next:hover:before,
    .department-carousel .slick-prev:before,
    .department-carousel .slick-prev:hover:before,
    .department-carousel2 .slick-next:before,
    .department-carousel2 .slick-next:hover:before,
    .department-carousel2 .slick-prev:before,
    .department-carousel2 .slick-prev:hover:before {
        color: #3368c6
    }
}

@media (min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }
    .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 .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }
    .form-inline .form-check-label {
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0
    }
    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align: text-bottom
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
    .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-column-reverse {
        flex-direction: column-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
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !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
    }
    .two-col-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
    .department-carousel .slick-list,
    .department-carousel2 .slick-list {
        overflow: visible
    }
    .department-carousel .slick-next,
    .department-carousel .slick-prev,
    .department-carousel2 .slick-next,
    .department-carousel2 .slick-prev {
        bottom: -70px;
        top: auto;
        margin: 0
    }
    .department-carousel .slick-prev,
    .department-carousel2 .slick-prev {
        left: 0
    }
    .department-carousel .slick-next,
    .department-carousel2 .slick-next {
        left: 60px
    }
    .reviews-photo.order-0 {
        display: flex;
        justify-content: flex-end
    }
}

@media (max-width:1229px) {
    .special-card-txt1 {
        font-size: 28px;
        line-height: 32px
    }
    .special-card-txt2 {
        font-size: 19px;
        line-height: 1em
    }
    .special-card-txt3 {
        margin-top: 15px;
        font-size: 15px;
        line-height: 20px
    }
    .special-card .btn {
        margin-top: 20px
    }
    .banner-left {
        min-height: 40vw;
        max-height: 100vh;
        background-position: center 20%
    }
    .banner-call .d-flex {
        padding-left: 0
    }
}

@media (max-width:1023px) {
    .department-carousel .slick-next,
    .department-carousel .slick-prev,
    .department-carousel2 .slick-next,
    .department-carousel2 .slick-prev {
        bottom: -50px
    }
    .department-carousel2 {
        margin: 0
    }
    .department-carousel2 h3 {
        font-size: 26px;
        line-height: 30px
    }
    .special-card-caption {
        padding-top: 6%;
        left: auto;
        right: 2%;
        width: 42%
    }
    .special-card-txt1 {
        font-size: 20px;
        line-height: 24px
    }
    .special-card-txt2 {
        font-size: 14px
    }
    .special-card-txt3 {
        height: 34px;
        overflow: hidden;
        font-size: 12px;
        line-height: 17px;
        margin-top: 10px
    }
    .special-card .btn {
        margin-top: 14px
    }
    .special-card .btn,
    .special-card btn:focus {
        font-size: 12px;
        line-height: 16px;
        padding: 8px 10px;
        border-radius: 18px
    }
    .special-carousel .slick-dots {
        margin: 25px 0 -10px
    }
    .banner-full {
        padding: 20px
    }
    .banner-full-text1 {
        font-size: 50px;
        line-height: 44px;
        width: 80%
    }
    .banner-full-text2 {
        font-size: 24px
    }
    .banner-full-image {
        bottom: -35px;
        left: 38%;
        width: 24%
    }
    .banner-left-caption {
        padding: 62px 25px
    }
    .banner-left-text1 {
        font-size: 40px
    }
    .banner-center-caption {
        padding: 60px 30px
    }
    .banner-center-text1 {
        font-size: 38px;
        line-height: 47px;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:767px) {
    .department-carousel2 {
        margin-top: 0;
        text-align: left
    }
    .department-carousel2 .department-item {
        padding: 0
    }
    .department-carousel2 h3 {
        font-size: 26px;
        line-height: 30px
    }
    .special-card-txt1 {
        font-size: 18px;
        line-height: 22px
    }
    .special-card .btn,
    .special-card btn:focus {
        font-size: 12px;
        line-height: 16px;
        padding: 8px 10px;
        border-radius: 18px
    }
    .special-carousel .special-card {
        margin-top: 0
    }
    .special-carousel .slick-dots {
        margin: 15px 0 -9px
    }
    .banner-full {
        padding: 20px 0 100px
    }
    .banner-full-text1 {
        width: 100%;
        margin-bottom: 5px;
        font-size: 34px;
        line-height: 40px
    }
    .banner-full-text2 {
        font-size: 22px
    }
    .banner-full-image {
        bottom: -25px;
        left: calc(50% - 75px);
        width: 150px
    }
    .banner-left-caption {
        padding: 30px 25px
    }
    .banner-left-text1 {
        font-size: 32px
    }
    .banner-left .btn-fill,
    body:not(.touch) .banner-left .btn-fill:focus {
        font-size: 14px !important;
        line-height: 16px !important
    }
    .banner-center-text1 {
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 0
    }
}

@media (max-width:1023px) {
    .banner-center-text1-1 {
        font-size: 38px;
        line-height: 47px
    }
    .banner-center-text2 {
        font-size: 14px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .banner-center-text1-1 {
        font-size: 30px;
        line-height: 38px
    }
    .banner-center-text1-1.max-450-md,
    .banner-center-text5.max-450-md {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:767px) {
    .banner-center-text1-1 {
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 0
    }
}

@media (max-width:1023px) {
    .banner-center-text3 {
        font-size: 20px
    }
    .banner-center-text4 {
        font-size: 14px;
        line-height: 20px;
        padding: 0 20px
    }
}

@media (max-width:767px) {
    .banner-center-text3 {
        font-size: 18px;
        line-height: 24px;
        padding: 0 20px
    }
}

@media (max-width:767px) {
    .banner-center-text4 {
        letter-spacing: .5px;
        padding: 0 35px
    }
    .banner-center .btn-fill:not(:first-child),
    .banner-center-text4:not(:first-child),
    body:not(.touch) .banner-center .btn-fill:focus:not(:first-child) {
        margin-top: 15px
    }
}

@media (max-width:359px) {
    .banner-center-text4 {
        padding: 0 10px
    }
}

@media (max-width:767px) {
    .banner-center .btn-fill,
    body:not(.touch) .banner-center .btn-fill:focus {
        font-size: 14px !important;
        line-height: 16px !important
    }
    .banner-center--p-sm .banner-center-caption {
        padding: 60px 40px
    }
}

@media (max-width:1229px) {
    .banner-call img.shift-left-1 {
        max-width: 145%;
        margin-left: -80px
    }
    .banner-call img.shift-right-2 {
        max-width: 110%;
        margin-left: -7%
    }
    .banner-contact-us img.shift-left,
    .banner-contact-us img:not([class]) {
        max-width: 120%;
        margin-left: -115px
    }
    .faq-item [data-toggle=collapse] {
        font-size: 18px;
        padding: 18px 42px 18px 20px
    }
}

@media (max-width:1023px) {
    .banner-call img.shift-right,
    .banner-call img.shift-right-1,
    .banner-call img:not([class]) {
        max-width: 160%;
        margin-left: -50px
    }
    .banner-call img.shift-right-2 {
        max-width: 165%;
        margin-left: -15%
    }
    .banner-call img.shift-left,
    .banner-call img:not([class]) {
        max-width: 160%;
        margin-left: -100px
    }
    .banner-call img.shift-left-1 {
        max-width: 150%;
        margin-left: -58px
    }
    .banner-call-phone {
        font-size: 21px
    }
    .banner-call-phone [class*=icon] {
        font-size: 18px
    }
    .banner-contact-us img.shift-left,
    .banner-contact-us img:not([class]) {
        max-width: 130%;
        margin-left: -115px
    }
    .banner-contact-us img.shift-right {
        margin-left: 0;
        max-width: 135%
    }
    .banner-contact-us .contact-form textarea.form-control {
        min-height: 70px
    }
}

@media (max-width:767px) {
    .banner-call img.shift-right,
    .banner-call img:not([class]) {
        max-width: 130%;
        margin-left: -3%
    }
    .banner-call img.shift-right-1 {
        max-width: 110%;
        margin-left: -5%
    }
    .banner-call img.shift-right-2 {
        max-width: 110%;
        margin-left: -10%
    }
    .banner-call img.shift-left,
    .banner-call img:not([class]) {
        max-width: 130%;
        margin-left: -33px
    }
    .banner-call img.shift-left-1 {
        max-width: 120%;
        margin-left: -5%
    }
    .banner-call-phone {
        font-size: 18px
    }
    .banner-call-phone [class*=icon] {
        font-size: 16px
    }
    .banner-contact-us {
        overflow: hidden
    }
    .banner-contact-us img.shift-left,
    .banner-contact-us img:not([class]) {
        max-width: 125%;
        margin-left: -100px
    }
    .banner-contact-us img.shift-right {
        max-width: 80%;
        margin: 0 auto
    }
    .banner-contact-us .contact-form .mt-15 {
        margin-top: 5px !important
    }
}

@media (max-width:1023px) {
    .banner-contact-us [data-title]:after {
        top: 0
    }
    .banner-appointment-form .contact-form textarea.form-control {
        min-height: 70px
    }
}

@media (max-width:767px) {
    .banner-contact-us [data-title] {
        width: 100%;
        justify-content: center;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }
    .banner-contact-us [data-title]:after {
        font-size: 80px
    }
    .banner-appointment-form .contact-form .mt-15 {
        margin-top: 5px !important
    }
}

@media (max-width:1023px) {
    .banner-appointment-form .double-title--center:after {
        left: 85%
    }
    .banner-appointment-form-image {
        max-height: 480px;
        margin-left: -10%
    }
    .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
    }
    .faq-wrap .nav-pills .nav-link {
        font-size: 13px
    }
}

@media (max-width:767px) {
    .banner-appointment-form-image {
        max-height: none;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    .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
    }
}

@media (max-width:1023px) {
    .faq-wrap .nav-pills--noborder .nav-link {
        font-size: 15px
    }
    .faq-wrap--pad-lg {
        padding: 65px 15px
    }
}

@media (max-width:575px) and (min-width:320px) {
    .collapse .row-sm-space .col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px)
    }
}

@media (max-width:1229px) {
    .faq-wrap .nav-pills--noborder .nav-link {
        margin-right: 18px
    }
    .faq-wrap--pad-md {
        padding: 25px 15px
    }
    .filters-toggle {
        top: 12px
    }
    .reviews-wrap-alt {
        padding: 25px 80px 25px 0
    }
    .reviews-wrap-alt .reviews-text-carousel:before {
        display: none
    }
    .reviews-carousel:before {
        font-size: 740px;
        top: -740px
    }
    .reviews-text-carousel:before {
        left: -25px;
        top: -60px;
        font-size: 140px
    }
    .reviews-author-carousel>div .img-after img {
        transform: translateX(100px);
        margin-top: 0
    }
    .reviews-author-carousel>div .img-before {
        top: 66%;
        left: -20px
    }
}

@media (max-width:1023px) {
    .collapse-wrap {
        margin-bottom: 20px
    }
    .collapse-wrap .collapse-title {
        font-size: 20px
    }
    .newsletter-card {
        padding: 25px
    }
    .newsletter-card h2 {
        margin-top: -10px;
        font-size: 50px
    }
    .newsletter-card form {
        display: flex
    }
    .newsletter-card form .btn {
        margin-left: 8px;
        min-height: 42px;
        padding: 7px 20px
    }
    .newsletter-card form .form-control {
        min-height: 42px;
        padding: 7px 12px
    }
    .rating-box {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        font-size: 22px;
        line-height: 30px
    }
    .rating-box>* {
        padding: 7px 0
    }
    .review-box {
        padding: 22px 36px 30px 26px
    }
    .reviews-wrap {
        padding: 10px 80px 10px 35px
    }
    .reviews-carousel {
        margin-top: 10px
    }
    .reviews-carousel .review-text,
    .reviews-wrap-alt .reviews-carousel .review-text {
        font-size: 16px;
        line-height: 27px
    }
    .reviews-carousel:before {
        font-size: 720px;
        top: -720px;
        right: -35px
    }
    .reviews-text-carousel:before {
        left: -30px;
        top: -50px;
        font-size: 120px
    }
    .reviews-author-carousel>div .img-after img {
        transform: translateX(-60px);
        height: 100%;
        width: auto;
        max-width: none;
        float: none
    }
}

@media (max-width:1023px) {
    .reviews-author-carousel>div .img-before {
        top: 52%;
        left: -70px
    }
    .reviews-photo img {
        max-height: 450px
    }
}

@media (min-width:576px) and (max-width:767px) {
    .reviews-author-carousel>div .img-after img {
        height: auto;
        width: 350px;
        margin: 0 auto;
        float: none;
        transform: translateX(0)
    }
    .reviews-author-carousel>div .img-before {
        top: 58%;
        left: 50%;
        margin-left: -225px
    }
}

@media (max-width:1229px) {
    .reviews-author-carousel>div .img-before img {
        max-width: 170px
    }
    .reviews-style2 .reviews-carousel .review-text {
        font-size: 18px;
        line-height: 28px
    }
    .reviews-style2 .reviews-carousel .slick-next,
    .reviews-style2 .reviews-carousel .slick-prev {
        margin-top: 20px
    }
    .reviews-left,
    .reviews-right {
        width: 25%;
        position: absolute;
        top: 0;
        bottom: 0
    }
}

@media (max-width:1023px) {
    .reviews-style2 .reviews-carousel:before,
    .reviews-title-icon {
        font-size: 120px;
        margin-top: -30px
    }
    .reviews-style2 .reviews-carousel .review-text {
        font-size: 16px;
        line-height: 24px
    }
    .reviews-style2.reviews-wrap {
        padding: 85px 30px 30px
    }
}

@media (max-width:1229px) {
    .reviews-left {
        background-position: right;
        left: 0
    }
    .reviews-right {
        right: 0;
        background-position: left
    }
}

@media (max-width:767px) {
    .faq-wrap--pad-lg,
    .faq-wrap--pad-md {
        padding: 25px 15px
    }
    .collapse-wrap {
        margin-bottom: 0
    }
    .collapse-wrap .collapse-title {
        font-size: 18px
    }
    .newsletter-card {
        padding: 20px 15px;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px)
    }
    .newsletter-card h2 {
        margin-top: 0;
        font-size: 44px
    }
    .newsletter-card form {
        flex-direction: column
    }
    .newsletter-card form .btn {
        margin-left: 0;
        margin-top: 10px
    }
    .modal-form .modal-dialog,
    .modal-form-sm .modal-dialog {
        max-width: calc(100% - 20px)
    }
    .modal-form .modal-body {
        padding: 8px
    }
    .filters-toggle {
        top: 0
    }
    iframe.iframe-250px-m {
        height: 250px !important
    }
    .rating-box>:not(:first-child) {
        margin: 0
    }
    .review-box {
        padding: 20px
    }
    .reviews-wrap {
        padding: 27px 15px
    }
    .reviews-wrap-alt {
        max-width: none;
        padding: 15px 0
    }
    .reviews-carousel {
        margin-top: 5px
    }
    .reviews-carousel .review-text {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 24px;
        text-align: left
    }
    .reviews-carousel:before {
        font-size: 620px;
        top: -620px
    }
    .reviews-carousel .slick-dots {
        margin: 30px 0 -25px;
        text-align: center
    }
    .order-1 .reviews-carousel .slick-dots {
        text-align: center
    }
    .reviews-wrap-alt .reviews-carousel .review-text {
        max-height: 72px;
        font-size: 15px;
        line-height: 24px;
        text-align: left
    }
    .reviews-text-carousel:before {
        left: -3px;
        top: -57px;
        font-size: 120px
    }
    .reviews-author-carousel>div {
        margin: 0 auto
    }
    .reviews-author-carousel>div .img-before img {
        max-width: 140px
    }
    .reviews-style2 .reviews-carousel:before {
        font-size: 140px;
        margin-top: -20px
    }
    .reviews-style2.reviews-wrap {
        padding: 85px 15px 30px
    }
    .reviews-left {
        position: relative;
        height: 380px;
        width: 72%;
        background-position: left
    }
}

@media (max-width:1229px) {
    .reviews-title:after {
        font-size: 100px
    }
    .reviews-style3 {
        max-width: 100%;
        padding: 85px 25% 25px
    }
}

@media (max-width:1229px) {
    .reviews-style3 .reviews-carousel .review-text,
    .reviews-style4 .reviews-carousel .review-text {
        font-size: 18px;
        line-height: 28px
    }
    .reviews-style4 {
        max-width: 100%;
        padding: 65px 0
    }
    .reviews-style4-image-right {
        max-height: 500px
    }
    .reviews-style5 {
        margin-top: -20px;
        min-height: 57vw;
        height: auto;
        background-size: auto calc(57vw + 5px)
    }
    .reviews-style5 .slick-slider {
        margin-bottom: 0
    }
}

@media (max-width:1229px) {
    .reviews-style5 .review-right img {
        left: -4vw;
        right: auto
    }
    .reviews-style5 .review-left img {
        right: -4vw;
        left: auto
    }
    .reviews-style5 .review-title-1 {
        font-size: 74px
    }
}

@media (max-width:1023px) {
    .reviews-style3 {
        padding: 65px 23% 25px
    }
    .reviews-style3 .reviews-carousel .review-text,
    .reviews-style4 .reviews-carousel .review-text {
        font-size: 16px;
        line-height: 24px
    }
    .reviews-style4 {
        padding: 55px 0
    }
    .reviews-style5 .review-center {
        max-width: 410px;
        padding-top: 7vw
    }
    .reviews-style5 .review-box:before {
        top: 20px;
        left: 20px;
        font-size: 36px
    }
}

@media (max-width:767px) {
    .reviews-right {
        order: -1;
        height: 380px;
        width: 50%;
        background-position: left
    }
    .reviews-title-icon {
        font-size: 140px;
        margin-top: -20px
    }
    .reviews-style3-wrap {
        flex-direction: column
    }
    .reviews-style3 {
        padding: 65px 15px 0
    }
    .reviews-style3 .reviews-carousel .review-text {
        text-align: center
    }
    .reviews-style4 {
        padding: 55px 0 25px;
        text-align: center
    }
    .reviews-style4 .reviews-carousel {
        margin-bottom: 0
    }
    .reviews-style4 .reviews-carousel .review-text {
        text-align: center;
        margin-bottom: 20px
    }
    .reviews-style4 .reviews-carousel .slick-dots {
        text-align: center;
        margin-top: 25px
    }
    .reviews-style5 .review-title-1 {
        font-size: 50px
    }
}

@media (max-width:1229px) {
    .reviews-style5 .review-title-2 {
        margin-top: 5vw;
        font-size: 31px
    }
    .reviews-style5 .review-box .review-text {
        font-size: 15px;
        line-height: 24px;
        max-height: 74px;
        overflow: hidden
    }
}

@media (max-width:767px) {
    .reviews-style5 .review-title-2 {
        font-size: 26px
    }
}

@media screen and (max-width:767px) and (orientation:landscape) {
    .reviews-style5 .review-title-2 {
        margin-top: 10vw
    }
}

@media (max-width:1023px) {
    .reviews-style5 .review-box:before {
        top: 15px;
        left: 15px;
        font-size: 28px
    }
    .reviews-style5 .slick-dots,
    .testimonial-photo+.testimonial-title {
        margin-top: 15px
    }
}

@media (max-width:1023px) {
    .testimonial-title {
        font-size: 18px;
        line-height: 26px
    }
    .testimonial-card-text {
        font-size: 15px;
        line-height: 24px;
        margin-top: 15px
    }
    .testimonial-card-name,
    .testimonial-card-position {
        font-size: 15px
    }
}

@media (max-width:1229px) {
    .reviews-style5 .review-box .review-author {
        margin-bottom: 8px;
        font-size: 18px
    }
    .reviews-style5 .review-box {
        margin: 20px 0;
        padding: 25px 35px
    }
    .testimonial:hover .testimonial-photo img+img {
        width: 150px;
        height: 150px;
        left: 80%;
        top: -25px
    }
    .testimonials-icon {
        width: 75px;
        left: 220px
    }
    .testimonials-icon span span {
        font-size: 70px
    }
    .gallery-smiles .gallery-caption {
        padding: 15px
    }
    .gallery-smiles .gallery-caption .gallery-caption,
    .gallery-smiles .gallery-caption h5 {
        font-size: 18px
    }
    .gallery-smiles .gallery-caption p {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width:767px) {
    .reviews-style5 .review-box .review-text {
        font-size: 14px;
        line-height: 20px;
        max-height: none
    }
    .reviews-style5 .review-box .review-author {
        font-size: 15px
    }
    .testimonial {
        padding: 35px 30px 20px
    }
    .testimonial>:not(:first-child) {
        margin-top: 10px
    }
    .testimonial:hover .testimonial-photo img+img {
        width: 120px;
        height: 120px;
        left: 55%;
        top: -40px
    }
    .testimonial-title {
        font-size: 16px;
        line-height: 22px
    }
    .testimonial-card-name,
    .testimonial-card-position,
    .testimonial-name,
    .testimonial-position {
        font-size: 14px
    }
    .testimonial p,
    .testimonial-card-text {
        font-size: 14px;
        line-height: 20px
    }
    .testimonial-card {
        padding: 20px
    }
    .testimonial-card:before {
        right: 50%;
        transform: translateX(60%)
    }
    .gallery-smiles .gallery-item,
    .gallery-specialist .gallery-item {
        width: calc(50% - 15px)
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .gallery-hover-item.style-1 .gallery-hover-item-after,
    .gallery-hover-item.style-1 .gallery-hover-item-before {
        background-position: 80% 0
    }
    .gallery-hover-item.style-1 .gallery-hover-item-after .gallery-hover-item-txt1,
    .gallery-hover-item.style-1 .gallery-hover-item-before .gallery-hover-item-txt1 {
        width: 32%;
        padding: 0 30px 35px 0;
        left: auto;
        right: 0;
        text-align: right;
        justify-content: flex-end;
        align-items: flex-end
    }
    .gallery-hover-item.style-1 .gallery-hover-item-after .gallery-hover-item-txt2,
    .gallery-hover-item.style-1 .gallery-hover-item-before .gallery-hover-item-txt2 {
        width: 40%;
        padding: 30px 30px 0 0;
        left: auto;
        right: 0;
        justify-content: flex-end;
        align-items: flex-start;
        text-align: left
    }
    .blog-post-sm-text {
        padding-right: 10px
    }
}

@media (max-width:767px) {
    .filters-by-category ul li {
        min-width: calc(50% - 8px)
    }
    .filters-by-category ul a {
        font-size: 15px;
        line-height: 15px
    }
    .gallery-hover-item-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px
    }
    .gallery-hover-item.style-1 .gallery-hover-item-before {
        background-position: 8% 0
    }
    .gallery-hover-item.style-1 .gallery-hover-item-after {
        background-position: 86% 0
    }
    .gallery-hover-item.style-1 .gallery-hover-item-before .gallery-hover-item-txt1,
    .gallery-hover-item.style-2 .gallery-hover-item-after .gallery-hover-item-txt1,
    .gallery-hover-item.style-3 .gallery-hover-item-before .gallery-hover-item-txt1 {
        width: 50%;
        padding: 20px 0 35px 30px;
        left: 0;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start
    }
    .gallery-hover-item.style-1 .gallery-hover-item-before .gallery-hover-item-txt2,
    .gallery-hover-item.style-3 .gallery-hover-item-before .gallery-hover-item-txt2 {
        width: 50%;
        padding: 0 0 35px 30px;
        left: 0;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-end
    }
    .gallery-hover-item.style-1 .gallery-hover-item-after .gallery-hover-item-txt2,
    .gallery-hover-item.style-3 .gallery-hover-item-after .gallery-hover-item-txt2 {
        width: 50%;
        padding: 20px 30px 0 0;
        left: auto;
        right: 0;
        justify-content: flex-end;
        align-items: flex-start;
        text-align: right
    }
    .gallery-hover-item.style-1 .gallery-hover-item-after .gallery-hover-item-txt1,
    .gallery-hover-item.style-2 .gallery-hover-item-before .gallery-hover-item-txt1,
    .gallery-hover-item.style-3 .gallery-hover-item-after .gallery-hover-item-txt1 {
        width: 50%;
        padding: 0 30px 15px 0;
        left: auto;
        right: 0;
        text-align: right;
        justify-content: flex-end;
        align-items: flex-end
    }
    .gallery-hover-item.style-2 .gallery-hover-item-before {
        background-position: 10% 0
    }
    .gallery-hover-item.style-2 .gallery-hover-item-after,
    .gallery-hover-item.style-3 .gallery-hover-item-after {
        background-position: 85% 0
    }
    .gallery-hover-item.style-2 .gallery-hover-item-after .gallery-hover-item-txt2 {
        transform: translateX(0);
        width: 50%;
        padding: 0 0 35px 30px;
        left: 0;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start
    }
    .gallery-hover-item.style-2 .gallery-hover-item-before .gallery-hover-item-txt2 {
        transform: translateX(0);
        width: 50%;
        padding: 20px 30px 0 0;
        left: auto;
        right: 0;
        justify-content: flex-end;
        align-items: flex-start;
        text-align: right
    }
    .gallery-hover-item.style-3 .gallery-hover-item-before {
        background-position: 15% 0
    }
    .slick-slider {
        margin-bottom: 30px
    }
}

@media (max-width:1023px) {
    .gallery-smiles .gallery-caption {
        padding: 12px;
        top: 50%;
        bottom: auto;
        width: 80%;
        left: 10%;
        transform: translateY(-50%) !important;
        opacity: 0
    }
    .gallery-smiles .gallery-caption .gallery-caption,
    .gallery-smiles .gallery-caption h5 {
        font-size: 16px
    }
    .gallery-smiles .gallery-caption p {
        font-size: 13px;
        line-height: 18px
    }
    .gallery-smiles .after-label,
    .gallery-smiles .before-label {
        line-height: 22px;
        padding: 0 15px
    }
    .gallery-hover {
        margin-left: -15px;
        margin-right: -15px
    }
    .sm-gallery-row .col {
        min-width: 25%;
        flex-basis: 25%
    }
    .sm-gallery-row .col:nth-child(8)~.col {
        display: none
    }
    .slick-dots {
        margin: 35px 0 -20px
    }
}

@media (max-width:767px) {
    .blog-post {
        margin-bottom: 50px
    }
    .blog-isotope .blog-post .post-image .post-link,
    .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
    }
    .comments-block .comment.replay {
        margin-left: 70px
    }
}

@media (max-width:1229px) {
    .blog-grid .post-title {
        font-size: 22px;
        line-height: 30px
    }
    .blog-grid-full .blog-post-style2 .post-image,
    .blog-grid-full .blog-post-style3 .post-image {
        margin-left: -20px;
        margin-right: -20px
    }
    .blog-grid-full .blog-post-style2 .post-image:first-child,
    .blog-grid-full .blog-post-style3 .post-image:first-child {
        margin-top: -20px
    }
    .blog-grid-full .blog-post-style2,
    .blog-grid-full .blog-post-style3 {
        padding: 20px 20px 32px
    }
    .quickLinks .link-drop {
        width: 357px
    }
}

@media (max-width:1023px) {
    .slick-slide .animation {
        opacity: 1 !important;
        animation-name: none !important;
        -webkit-animation-name: none !important
    }
    .blog-post-single {
        padding-bottom: 40px
    }
    .blog-isotope .blog-post {
        width: 100%
    }
    .blog-grid .blog-post>*+* {
        margin-top: 20px
    }
    .blog-grid .post-title {
        font-size: 18px;
        line-height: 24px;
        max-width: 80%
    }
    .blog-grid .blog-post:not(.post-preview) .post-date {
        margin-right: 13px;
        width: 63px;
        min-width: 63px;
        height: 63px;
        font-size: 27px;
        line-height: 27px
    }
    .blog-grid .blog-post:not(.post-preview) .post-date span {
        font-size: 12px;
        line-height: 12px;
        font-weight: 400
    }
    .blog-grid-full .blog-post>*+* {
        margin-top: 15px
    }
    .blog-grid-full .post-title {
        font-size: 18px
    }
    .blog-grid-full .blog-post-style2 .post-title {
        margin-top: 22px
    }
    .blog-grid-full .blog-post-style3 .post-title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0
    }
    .blog-grid-full .blog-post .post-teaser {
        font-size: 14px;
        line-height: 20px
    }
    .blog-post-style4 .blog-post-info {
        padding: 20px
    }
    .blog-post-style4 .post-title {
        font-size: 20px;
        line-height: 28px
    }
    .blog-post-style4 .post-date-simple {
        font-size: 13px
    }
}

@media (max-width:1023px) {
    .blog-post-style4 .post-title+* {
        margin-top: 12px
    }
    .blog-post-style4 .post-teaser+* {
        margin-top: 12px;
        font-size: 15px;
        line-height: 24px
    }
    .blog-grid-carousel-full {
        margin-left: 50px;
        margin-right: 50px
    }
}

@media (min-width:768px) {
    .w-lg-75{
        width:75% !important;
    }
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block,
    .tab-content-v .tab-pane .collapse {
        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-column-reverse {
        flex-direction: column-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
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0,
    .service-box--hiddenbtn:hover .service-box-title {
        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
    }
    .m-md-1 {
        margin: 10px !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
    }
    .m-md-15 {
        margin: 15px !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
    }
    .m-md-2 {
        margin: 20px !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
    }
    .m-md-3 {
        margin: 30px !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
    }
    .m-md-4 {
        margin: 40px !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
    }
    .m-md-5 {
        margin: 50px !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
    }
    .m-md-6 {
        margin: 60px !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
    }
    .m-md-7 {
        margin: 70px !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
    }
    .m-md-8 {
        margin: 80px !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
    }
    .m-md-auto {
        margin: auto !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
    }
    .service-box-image.shift-bg-desktop {
        background-position-x: 30%
    }
    .service-box--hiddenbtn:hover .service-box-caption {
        justify-content: center
    }
    .service-box--hiddenbtn:hover .service-box-icon {
        opacity: 0;
        font-size: 0;
        top: 5%
    }
    .service-box--hiddenbtn:hover .service-box-icon-bg {
        top: 5%;
        opacity: .1
    }
    .service-box--hiddenbtn:hover .btn-wrap {
        height: 59px;
        opacity: 1
    }
    .cd-schedule .events .cd-schedule .doctor-card {
        width: 40%
    }
}

@media (min-width:1024px) {
    .blog-grid-full .blog-post-style2 .post-title {
        font-size: 24px;
        line-height: 30px
    }
    body.touch .col.hovered .link-drop,
    body:not(.touch) .quickLinks .col:hover .link-drop {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        transform: translateY(0) !important;
        transition-delay: 0s, 0s, 0s, 0.3s;
        pointer-events: auto
    }
    .quickLinks.stuck .col:hover .link-drop {
        top: 100%
    }
    .cd-schedule .events .events-group>ul::after,
    .cd-schedule::after {
        clear: both;
        content: "";
        display: block
    }
    .cd-schedule::before {
        content: 'desktop'
    }
    .cd-schedule .timeline {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        padding-top: 55px
    }
    .cd-schedule .timeline li {
        position: relative;
        height: 55px
    }
    span .cd-schedule .timeline li::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #e6e6e6
    }
    .cd-schedule .events .events-group>ul:after,
    .cd-schedule .timeline li:last-of-type::after {
        display: none
    }
    .cd-schedule .timeline li:last-child {
        border-bottom: 1px solid #e6e6e6
    }
    .cd-schedule .timeline li:after {
        width: 100%;
        left: 0
    }
    .cd-schedule .timeline li span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 145px;
        height: 55px;
        border: 1px solid #e6e6e6;
        border-top: 0
    }
    .cd-schedule .events {
        float: left;
        width: 100%;
        width: calc(100% - 145px);
        margin-left: 145px
    }
    .cd-schedule .events .events-group {
        width: 14.2857142857%;
        float: left;
        border: 1px solid #fff;
        margin-bottom: 0;
        border-top: 0
    }
    .cd-schedule .events .events-group:not(:first-of-type) {
        border-left-width: 0
    }
    .cd-schedule .events .events-group:last-child {
        border-right: 1px solid #e6e6e6
    }
    .cd-schedule .events .events-group>ul {
        height: 660px;
        display: block;
        overflow: visible;
        padding: 0
    }
    .cd-schedule .events .doctor-card {
        position: absolute;
        z-index: 3;
        width: calc(100% + 2px);
        left: -1px;
        flex-shrink: 1;
        height: auto;
        max-width: none;
        margin-right: 0;
        margin-top: 1px;
        border: 1px solid #fff;
        border-bottom: 0
    }
    .cd-schedule .events .doctor-card a {
        padding: 14px 5px;
        display: block;
        text-decoration: none !important;
        text-align: center;
        color: inherit
    }
    .cd-schedule .events .doctor-card:first-of-type {
        border-top: 0
    }
    .cd-schedule .events .doctor-card:last-of-type {
        margin-right: 0;
        margin-top: 0
    }
    .cd-schedule .events .doctor-card:last-of-type.before-last-time:after {
        position: absolute;
        content: '';
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #e6e6e6
    }
    .cd-schedule .events .doctor-card.selected-event {
        visibility: hidden
    }
    .cd-schedule .events .events-group:last-child .doctor-card {
        border-right: 0
    }
    .cd-schedule .events .events-group:first-child .doctor-card {
        border-left: 1px solid #e6e6e6;
        left: -2px;
        width: calc(100% + 3px)
    }
    .cd-schedule .event-name {
        font-size: 14px
    }
    .cd-schedule .event-modal {
        right: auto;
        width: auto;
        height: auto;
        transform: translateX(0);
        will-change: transform, width, height;
        transition: height .4s, width .4s, transform .4s, visibility .4s;
        transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1)
    }
    .cd-schedule .event-modal .header {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        height: 100%
    }
    .cd-schedule .event-modal .header .content {
        display: block;
        padding: .8em
    }
    .cd-schedule .event-modal .event-info>div {
        padding: 2em 3em 2em 2em
    }
    .cd-schedule .event-modal .body {
        height: 100%;
        width: auto
    }
    .cd-schedule .event-modal .body-bg,
    .cd-schedule .event-modal .header-bg {
        transform: translateZ(0);
        will-change: transform;
        backface-visibility: hidden
    }
    .cd-schedule .event-modal .header-bg {
        transition: transform .4s cubic-bezier(0.5, 0, 0.1, 1)
    }
    .cd-schedule .event-modal .body-bg {
        opacity: 0;
        transform: none
    }
    .cd-schedule .event-modal .event-date {
        display: block
    }
    .cd-schedule .event-modal .close,
    .cd-schedule .event-modal .event-info {
        opacity: 0
    }
    .cd-schedule .event-modal .close {
        width: 40px;
        height: 40px;
        background: 0 0
    }
    .cd-schedule .event-modal .close::after,
    .cd-schedule .event-modal .close::before {
        background: #424242;
        height: 16px
    }
    .cd-schedule.animation-completed .event-modal .close,
    .cd-schedule.content-loaded.animation-completed .event-modal .event-info {
        opacity: 1;
        transition: opacity .2s
    }
    .cd-schedule.modal-is-open .body-bg {
        opacity: 1;
        transition: transform .4s cubic-bezier(0.5, 0, 0.1, 1)
    }
}

@media (min-width:1230px) {
    .single-service-carousel .slick-prev {
        left: -23px
    }
    .single-service-carousel .slick-next {
        right: -23px
    }
    .faq-wrap-bg {
        margin-left: -65px;
        width: calc(100% + 65px)
    }
    .cd-schedule .event-modal .header .content {
        padding: 1.2em
    }
}

@media (max-width:1023px) {
    .blog-post-sm-photo {
        min-width: 128px;
        flex-basis: 128px
    }
    .blog-post-sm-photo img {
        width: calc(100% - 20px)
    }
    .blog-post-sm-date,
    .doctor-box-phone {
        font-size: 13px
    }
    .blog-post-sm-title:not(:first-child) {
        margin-top: 8px
    }
    .blog-post-sm-title {
        font-size: 13px;
        line-height: 17px
    }
    .blog-post-sm-readmore {
        padding-top: 7px
    }
    .quickLinks .col>.link {
        font-size: 10px
    }
    .header-top-links .link {
        font-size: 10px;
        line-height: 12px
    }
    .quickLinks .col>.link>[class*=icon-] {
        font-size: 30px
    }
    .quickLinks.stuck .col>.link {
        min-height: 76px
    }
    .header-top-links .quickLinks,
    .quickLinks.stuck {
        position: relative !important;
        transform: translateY(0)
    }
    .quickLinks>.container {
        padding: 0
    }
    .quickLinks .col-close {
        display: none
    }
    .header-top-links .quickLinks {
        width: 100%;
        max-width: 100vw;
        top: 0
    }
    .header-top-links .quickLinks:not(.stuck)>.container>.row {
        flex-direction: row
    }
    .doctor-box {
        padding: 0 10px
    }
    .doctor-box-bottom {
        padding: 10px 0 20px
    }
    .doctor-box-social {
        padding-left: 5px
    }
    .specialist-carousel {
        margin-left: 50px;
        margin-right: 50px
    }
    .specialist-carousel2 .slick-dots {
        margin: 35px 0 0
    }
    .doctor-box-h {
        padding: 25px;
        margin: 0 15px
    }
}

@media (max-width:1023px) {
    .doctor-box-h-photo {
        width: 43%
    }
    .doctor-box-h-name {
        font-size: 20px
    }
    .doctor-box-h-info {
        width: 57%;
        padding: 0 0 0 25px
    }
    .doctor-box-h-info>:not(:first-child) {
        margin-top: 25px
    }
    .doctor-box-h-table {
        font-size: 15px;
        line-height: 21px
    }
    .doctor-box-h-table th {
        padding: 5px 10px;
        font-size: 15px
    }
}

@media (max-width:767px) {
    .w-sm-100{
        width:100% !important;
    }
    .blog-grid .blog-post .post-image .post-link {
        font-size: 5vw
    }
    .blog-grid .blog-post:not(.post-preview) .post-date,
    .blog-grid-full .blog-post:not(.post-preview) .post-date {
        margin-right: 13px;
        width: 49px;
        min-width: 49px;
        height: 49px;
        font-size: 22px;
        line-height: 22px
    }
    .blog-grid .blog-post:not(.post-preview) .post-date span,
    .blog-grid-full .blog-post:not(.post-preview) .post-date span {
        font-size: 10px;
        line-height: 10px;
        font-weight: 300;
        color: #3368c6
    }
    .blog-grid-carousel-full,
    .specialist-carousel {
        margin: 0
    }
    .blog-post-sm-photo {
        min-width: 100px;
        flex-basis: 100px
    }
    .blog-post-sm-photo img {
        width: calc(100% - 18px)
    }
    .blog-post-sm-readmore,
    .blog-post-sm-title:not(:first-child) {
        margin-top: 4px
    }
    .doctor-box-h-name,
    .quickLinks .col>.link>[class*=icon-] {
        font-size: 18px
    }
    .header-top-links .link>span {
        display: none
    }
    .quickLinks.stuck .col>.link {
        min-height: 36px
    }
    .header-top-links-inner .link-drop {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 15px 25px
    }
    .header-top-links-inner .link-drop-title {
        font-size: 19px
    }
    .header-top-links-inner .link-drop-title>[class*=icon-] {
        font-size: 25px
    }
    .doctor-box-phone {
        font-size: 13px
    }
    .doctor-box-booking>a {
        height: 47px;
        font-size: 12px
    }
    .specialist-carousel2 {
        margin-left: 0;
        margin-right: 0
    }
    .doctor-box-h {
        flex-direction: column;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
        padding: 15px
    }
    .doctor-box-h-photo {
        width: 100%
    }
    .doctor-box-h-info {
        width: 100%;
        padding: 20px 0 0
    }
    .doctor-box-h-info>:not(:first-child) {
        margin-top: 20px
    }
    .doctor-box-h-table {
        font-size: 14px;
        line-height: 20px
    }
    .doctor-box-h-table td {
        padding: 5px
    }
}

@media (max-width:767px) {
    .doctor-box-h-table th {
        font-size: 14px
    }
    .doctor-box-h-table tr>td:first-child {
        font-weight: 500
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .blog-post-sm-carousel {
        display: block;
        margin-top: 24px
    }
    .blog-post-sm-carousel .blog-post-sm {
        margin-top: 0 !important
    }
    .blog-post-sm-carousel.slick-initialized .blog-post-sm.slick-slide {
        display: flex
    }
    .blog-post-sm-carousel .slick-dots {
        margin: 35px 0 20px
    }
    .blog-post-sm-vertical {
        display: none
    }
    .prd-grid:not(.prd-carousel) .prd {
        width: calc(50% - 30px)
    }
    .prd-grid:not(.prd-carousel) .prd:nth-child(2n) {
        margin-right: 0
    }
    .prd-grid:not(.prd-carousel) .prd:nth-child(odd) {
        clear: left
    }
}

@media (max-width:767px) {
    .doctor-box-h-booking {
        text-align: center
    }
    .prd-info .btn,
    body:not(.touch) .prd-info .btn:focus {
        padding: 10px 15px
    }
    .prd-info .btn i,
    body:not(.touch) .prd-info .btn:focus i {
        display: none
    }
    .prd-grid:not(.prd-carousel) .prd {
        width: calc(50% - 30px)
    }
    .prd-grid:not(.prd-carousel) .prd:nth-child(2n) {
        margin-right: 0
    }
    .prd-grid:not(.prd-carousel) .prd:nth-child(odd) {
        clear: left
    }
}

@media (max-width:374px) {
    .prd-grid {
        margin-right: 0;
        margin-left: 0
    }
    .prd-grid:not(.prd-carousel) .prd {
        width: calc(100% - 30px)
    }
    .prd-info a.btn span {
        display: none
    }
}

@media (max-width:1023px) {
    .doctor-info {
        flex-direction: column;
        align-items: center;
        text-align: center
    }
    .doctor-info>*+* {
        margin-top: 5px
    }
    ul.category-list li:not(:last-child) {
        margin-bottom: 14px
    }
    .filters-row {
        flex-direction: column;
        font-size: 15px
    }
    .filters-row-right {
        margin: 10px auto 0 0
    }
    .filters-row .form-inline select {
        min-width: 100px
    }
    .product-previews {
        width: 80px
    }
    .product-block-add-to-cart {
        padding-right: 20px !important;
        padding-left: 20px !important
    }
}

@media (max-width:1023px) {
    .product-block-mainimage {
        width: calc(100% - 100px)
    }
    .product-block-title {
        font-size: 28px;
        line-height: 36px
    }
}

@media (max-width:1023px) {
    .product-block-description {
        font-size: 15px;
        line-height: 20px
    }
    .product-block-description table td:first-child span {
        padding-left: 20px
    }
}

@media (max-width:1023px) {
    .product-block-description table td:first-child span:before {
        top: -1px;
        left: 0
    }
    body.miot-medical-home .header-content .col-lg:last-child {
        position: static
    }
    .prices-box-title {
        padding: 20px 10px
    }
    .prices-box {
        margin-bottom: 20px
    }
    .prices-carousel {
        margin-left: 50px;
        margin-right: 50px
    }
    .prices-carousel .slick-dots {
        margin: 10px 0 -10px
    }
    .prices-box.prices-box--style2 {
        margin-bottom: 25px
    }
    .prices-carousel-column .slick-dots {
        position: absolute;
        margin: 5px 0 0
    }
    .miot-medical-template .footer h3 {
        font-size: 20px
    }
}

@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
    }
    .banner-center-text1-1 {
        font-size: 26px;
        line-height: 30px;
        font-weight: 500
    }
    .banner-center-text3 {
        font-size: 13px;
        line-height: 18px
    }
    .banner-center-text5 {
        font-size: 12px;
        line-height: 18px
    }
    .banner-center--p-sm .banner-center-caption {
        padding: 50px 15px
    }
    .banner-contact-us img.shift-left,
    .banner-contact-us img:not([class]) {
        position: relative;
        max-width: 100%;
        margin: 0
    }
    .banner-contact-us img.shift-right,
    .reviews-photo img {
        max-width: 100%
    }
    .banner-appointment-form .contact-form,
    .banner-contact-us .contact-form {
        margin-bottom: 0
    }
    .banner-contact-us [data-title]:after {
        top: -10px;
        font-size: 70px;
        left: 50%;
        right: auto;
        transform: translateX(-50%)
    }
    .banner-contact-us [data-title].title-left:after {
        left: 50%
    }
    .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
    }
    .reviews-author-carousel>div .img-after img {
        transform: translateX(70px);
        height: auto;
        width: 350px
    }
    .reviews-author-carousel>div .img-before {
        top: 58%;
        left: -34px
    }
    .reviews-left {
        background-position: right
    }
    .reviews-title:after {
        font-size: 70px
    }
    .reviews-style4-image-right {
        max-height: none;
        width: 115%
    }
    .reviews-style5 .review-left img,
    .reviews-style5 .review-right img {
        max-height: 200px;
        top: 0
    }
    .reviews-style5 .review-right img {
        right: -7vw;
        left: auto
    }
    .reviews-style5 .review-left img {
        left: -7vw;
        right: auto
    }
    .reviews-style5 .review-center {
        max-width: 274px
    }
    .reviews-style5 .review-title-1 {
        font-size: 38px
    }
    .reviews-style5 .review-title-2 {
        font-size: 16px
    }
    .reviews-style5 .review-box {
        z-index: 10;
        margin: 20px 0
    }
    .reviews-style5 .slick-dots {
        margin-top: -5px;
        bottom: 5px;
        position: relative
    }
    .testimonials-icon {
        top: 39%;
        left: 43%;
        width: 16%
    }
    .testimonials-icon span span {
        font-size: 14vw
    }
    .gallery-smiles .gallery-item,
    .gallery-specialist .gallery-item {
        width: 100%;
        margin-bottom: 15px
    }
    .filters-by-category ul li,
    .prd-md-grid .col-xs-6 {
        width: 100%
    }
    .gallery-hover-item-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px
    }
    .gallery-hover-item.style-1 .gallery-hover-item-before {
        background-position: 25% 0
    }
    .gallery-hover-item.style-1 .gallery-hover-item-after {
        background-position: 73% 0
    }
    .gallery-hover-item.style-1 .gallery-hover-item-before .gallery-hover-item-txt1,
    .gallery-hover-item.style-2 .gallery-hover-item-after .gallery-hover-item-txt1,
    .gallery-hover-item.style-3 .gallery-hover-item-before .gallery-hover-item-txt1 {
        width: 70%;
        padding: 20px 0 35px 30px;
        left: 0;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start
    }
    .gallery-hover-item.style-1 .gallery-hover-item-before .gallery-hover-item-txt2,
    .gallery-hover-item.style-3 .gallery-hover-item-before .gallery-hover-item-txt2 {
        width: 70%;
        padding: 0 0 35px 30px;
        left: 0;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-end
    }
    .gallery-hover-item.style-1 .gallery-hover-item-after .gallery-hover-item-txt2,
    .gallery-hover-item.style-3 .gallery-hover-item-after .gallery-hover-item-txt2 {
        width: 70%;
        padding: 20px 30px 0 0;
        left: auto;
        right: 0;
        justify-content: flex-end;
        align-items: flex-start;
        text-align: right
    }
    .gallery-hover-item.style-1 .gallery-hover-item-after .gallery-hover-item-txt1,
    .gallery-hover-item.style-2 .gallery-hover-item-before .gallery-hover-item-txt1,
    .gallery-hover-item.style-3 .gallery-hover-item-after .gallery-hover-item-txt1 {
        width: 70%;
        padding: 0 30px 15px 0;
        left: auto;
        right: 0;
        text-align: right;
        justify-content: flex-end;
        align-items: flex-end
    }
    .gallery-hover-item.style-2 .gallery-hover-item-before {
        background-position: 20% 0
    }
    .gallery-hover-item.style-2 .gallery-hover-item-after {
        background-position: 75% 0
    }
    .gallery-hover-item.style-2 .gallery-hover-item-after .gallery-hover-item-txt2 {
        transform: translateX(0);
        width: 70%;
        padding: 0 0 35px 30px;
        left: 0;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start
    }
    .gallery-hover-item.style-2 .gallery-hover-item-before .gallery-hover-item-txt2 {
        transform: translateX(0);
        width: 70%;
        padding: 20px 30px 0 0;
        left: auto;
        right: 0;
        justify-content: flex-end;
        align-items: flex-start;
        text-align: right
    }
    .gallery-hover-item.style-3 .gallery-hover-item-before {
        background-position: 35% 0
    }
    .gallery-hover-item.style-3 .gallery-hover-item-after {
        background-position: 65% 0
    }
    .sm-gallery-row .col {
        min-width: 50%;
        flex-basis: 50%
    }
    .sm-gallery-row .col:nth-child(6)~.col,
    .smile-popover .arrow {
        display: none
    }
    .smile-popover {
        width: 240px;
        min-height: 175px
    }
    .slick-dots {
        margin: 10px 0 -20px
    }
    .slick-dots li button {
        width: 6px;
        height: 6px
    }
    .blog-post-info {
        flex-direction: column;
        align-items: center
    }
    .blog-post-info>*+*,
    .prd-info>*,
    .prices-box.prices-box--style3 .prices-box-title+* {
        margin-top: 10px
    }
    .comments-block .comment.replay {
        margin-left: 30px
    }
    .blog-isotope .post-title {
        font-size: 18px
    }
    .blog-grid .blog-post-info>*+*,
    .blog-grid-full .slick-dots {
        margin-top: 0
    }
    .blog-grid .blog-post-info,
    .blog-grid-full .blog-post-info {
        flex-direction: row
    }
    .blog-grid-full .blog-post {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto
    }
    .blog-post-style4 .blog-post-info {
        align-items: flex-start
    }
    .blog-post-style4 .post-title {
        font-size: 18px;
        line-height: 24px;
        max-width: 100%
    }
    .blog-post-style4 .post-teaser+* {
        font-size: 14px;
        line-height: 20px
    }
    .blog-post-style3 .post-date-bg {
        height: 30px;
        padding: 0 20px;
        top: -15px;
        font-size: 12px;
        line-height: 30px;
        border-radius: 15px;
        letter-spacing: .5px
    }
    .specialist-carousel2 .slick-dots {
        margin: 25px 0 0
    }
    .doctor-box-h-table,
    .doctor-box-h-table th {
        font-size: 12px
    }
    .prd {
        margin-top: 15px
    }
    .prd-info {
        padding: 0 8px
    }
    .filters-row .form-inline {
        display: block;
        margin-left: 0 !important;
        margin-top: 10px
    }
    .product-previews {
        width: 60px
    }
    .product-block-mainimage {
        width: calc(100% - 85px)
    }
    .product-block-title {
        font-size: 22px;
        line-height: 32px
    }
    .btn.product-block-add-to-cart {
        width: 100%;
        margin-top: 10px
    }
    .product-block-description {
        padding: 10px 0;
        font-size: 14px;
        line-height: 18px
    }
    .product-block-actions {
        flex-direction: column;
        text-align: center
    }
    .qty-count {
        margin-right: 0
    }
    .prd-tabs-wrap .tab-content {
        padding: 15px
    }
    .prices-box.prices-box--style3 .prices-box-title-wrap {
        margin-bottom: 25px;
        padding: 19px 20px 16px
    }
    .prices-box.prices-box--style3 .prices-box-title {
        font-size: 18px
    }
    .prices-box.prices-box--style3 .prices-box-price {
        font-size: 34px
    }
    .prices-box.prices-box--style3 .prices-box-price+* {
        margin-top: 4px
    }
    .prices-box.prices-box--style3 .prices-box-text {
        font-size: 14px
    }
    .prices-box.prices-box--style3 .prices-box-link .btn-link.btn-link--sm {
        padding: 19px 25px
    }
    .prices-box.prices-box--style3 .prices-box-link {
        margin-top: 25px
    }
    .prices-carousel {
        margin-left: 0;
        margin-right: 0
    }
    .prices-carousel .slick-dots {
        margin: 10px 0
    }
    .prices-box.prices-box--style2 {
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .product-block-description table td:first-child span {
        padding-left: 15px
    }
    .prices-box.prices-box--style3 .prices-box-row {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
        margin-left: 20px;
        margin-right: 20px;
        padding-right: 30px
    }
    .miot-medical-template .tab-content>.tab-pane h3 {
        margin-bottom: 15px
    }
    .miot-medical-template .btn-white,
    .miot-medical-template .btn-white:focus,
    .miot-medical-template:not(.touch) .btn-white:focus {
        box-shadow: inset 0 0 0 1px #fff
    }
    iframe.iframe-250px-m {
        height: 250px !important
    }
}

@media (max-width:575px) {
    .miot-medical-template .tab-content>.tab-pane h3 {
        margin-bottom: 10px
    }
}

@media (max-width:1229px) {
    .quickLinks:not(.stuck) .link-drop {
        left: -357px !important
    }
    .quickLinks .google-map {
        width: 357px
    }
    .miot-medical-template ul.marker-list-md {
        font-size: 14px;
        line-height: 22px
    }
}

@media (min-width:1024px) {
    .prd-grid:not(.prd-carousel) .prd:nth-child(3n) {
        margin-right: 0
    }
    .prd-grid:not(.prd-carousel) .prd:nth-child(3n+1) {
        clear: left
    }
    body.miot-medical-home .header-nav {
        display: inline-block
    }
    .header-content .col-lg.ml-auto {
        text-align: right
    }
    .miot-medical-template .btn:not(.btn-xs):not(.btn-sm):not(.btn-lg),
    .miot-medical-template:not(.touch) .btn:focus:not(.btn-xs):not(.btn-sm):not(.btn-lg) {
        font-size: 14px;
        line-height: 22px;
        padding: 15px 30px
    }
}

@media (max-width:767px) {
    .miot-medical-template .footer h3 {
        font-size: 18px
    }
}

@media all and (min-width:769px) and (max-width:991px) {
    .pt-250 {
        padding-top: 175px
    }
}

@media all and (min-width:1024px) and (max-width:1229px) {
    #mainSlider .slide-txt1 {
        font-size: 40px;
        line-height: 1.26em;
        font-weight: 400
    }
}

@media all and (max-width:1229px) {
    .double-title:after {
        font-size: 50px
    }
}

@media all and (max-width:675px) {
    .iframe-dynamic-height {
        height: 250px !important
    }
}
@media (max-width:1400px) and (min-width:1025px) {
    .address-top{
    width:45%;
}
.w-85-per{
    width:85%;
}
span.address-span{
    width:90%;
    display:inline-block;
    position:relative;
}
.header-nav .nav-item>.nav-link {
    font-size: 12px;
    line-height: 50px;
}
  .h1, .h2, h1, h2 {
    font-size: 28px;
}
.p-lg, body, p {
    font-size: 14px;
    line-height: 27px;
}
.h4, .miot-medical-template .footer h3, h4 {
    font-size: 20px;
}
}
