/*!
    Theme Name: vanilla_theme
    Theme URI: https://example.com/
    Author: WpTz Team
    Author URI: https://example.com/
    Description: Custom theme developed by WpTz Team
    Version: 1.0.0
    License: GNU General Public License v2 or later
    Text Domain: custom_theme
    Tags: custom-design, custom-backend, simple-administration
*/
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@font-face {
    font-family: "Lao MN";
    src: local("Lao MN"), local("LaoMN"), url("./assets/fonts/LaoMN.woff2") format("woff2"), url("./assets/fonts/LaoMN.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: local("Inter Regular"), local("Inter-Regular"), 
    url("./assets/fonts/Inter-Regular.woff2") format("woff2"), 
    url("./assets/fonts/Inter-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: local("Inter Medium"), local("Inter-Medium"), url("./assets/fonts/Inter-Medium.woff2") format("woff2"), url("./assets/fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: local("Inter SemiBold"), local("Inter-SemiBold"), url("./assets/fonts/Inter-SemiBold.woff2") format("woff2"), url("./assets/fonts/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    line-height: 1.9rem;
    font-weight: 400;
    font-style: normal;
    background-color: #dad7d0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
    body {
        font-size: 1.5rem;
        line-height: 2.3rem;
    }
}

@media (min-width: 1199px) {
    body {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
ol,
ul,
dl {
    margin: 0;
    padding: 0;
}

main,
li {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
}

strong {
    font-weight: 700;
}

a,
button {
    color: inherit;
    transition: 0.3s;
}

a:hover {
    color: #444750;
}

a {
    text-decoration: none;
}

button {
    background: none;
    border: 0;
    cursor: pointer;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    overflow: visible;
    padding: 0;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
}

dt,
dd {
    display: block;
    margin: 0;
    padding: 0;
}

input,
select,
textarea {
    border-radius: 0;
}

[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body .container,
.woocommerce:not(.single-product),
.masthead .owl-dots,
.main-wrapper>p,
.main-wrapper>h1,
.main-wrapper>h2,
.main-wrapper>h3,
.main-wrapper>h4,
.main-wrapper>h5,
.main-wrapper>h6,
.main-wrapper>ul,
.main-wrapper>blockquote,
.main-wrapper>pre,
.main-wrapper>.wp-block-buttons,
.main-wrapper>.wp-block-cover .wp-block-cover__inner-container,
.main-wrapper>.wp-block-image,
.main-wrapper>.wp-block-gallery,
.main-wrapper>.wp-block-pullquote,
.main-wrapper>.wp-block-table,
.main-wrapper>.wp-block-media-text,
.main-wrapper>.wp-block-video,
.main-wrapper>.wp-block-columns,
.main-wrapper>.wp-block-group,
.main-wrapper>.wp-block-spacer,
.main-wrapper>.wp-block-separator,
.main-wrapper>.page-links,
.main-wrapper>.post-thumbnail,
.main-wrapper>.wp-block-calendar,
.main-wrapper>.wp-block-post-date,
.main-wrapper>.wp-block-post-excerpt,
.main-wrapper>.wp-block-post-featured-image,
.main-wrapper>.wp-block-query,
.main-wrapper>.wp-block-latest-comments,
.main-wrapper>.wp-block-search,
.main-wrapper>.wp-block-social-links,
.main-wrapper>.wp-block-loginout,
.main-wrapper>.wp-block-embed,
.main-wrapper>.wp-block-heading,
.main-wrapper>.wp-block-tag-cloud,
.main-wrapper>.wp-block-social-links,
.main-wrapper>.wp-block-search__button-outside,
.main-wrapper>.wp-block-search__inside-wrapper,
.main-wrapper>.components-placeholder,
.main-wrapper>.wp-block-page-list,
.main-wrapper>.wp-block-latest-posts__list,
.main-wrapper>.has-avatars,
.main-wrapper>.wp-block-categories-list,
.main-wrapper>.wp-block-archives-list,
.main-wrapper>.wp-block-spacer,
.main-wrapper>.wp-block-separator,
.main-wrapper>.wp-block-file,
.main-wrapper>.is-responsive.wp-block-navigation.is-layout-flex,
.main-wrapper>.wp-block-post-author-name,
.main-wrapper>.wp-block-post-author,
.main-wrapper>.entry-content.wp-block-post-content.is-layout-flow,
.main-wrapper>.wp-block-avatar,
.main-wrapper>.wp-block-cover:not(.our-commit),
.wp-block-cover-image {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {

    body .container,
    .woocommerce:not(.single-product),
    .masthead .owl-dots,
    .main-wrapper>p,
    .main-wrapper>h1,
    .main-wrapper>h2,
    .main-wrapper>h3,
    .main-wrapper>h4,
    .main-wrapper>h5,
    .main-wrapper>h6,
    .main-wrapper>ul,
    .main-wrapper>blockquote,
    .main-wrapper>pre,
    .main-wrapper>.wp-block-buttons,
    .main-wrapper>.wp-block-cover .wp-block-cover__inner-container,
    .main-wrapper>.wp-block-image,
    .main-wrapper>.wp-block-gallery,
    .main-wrapper>.wp-block-pullquote,
    .main-wrapper>.wp-block-table,
    .main-wrapper>.wp-block-media-text,
    .main-wrapper>.wp-block-video,
    .main-wrapper>.wp-block-columns,
    .main-wrapper>.wp-block-group,
    .main-wrapper>.wp-block-spacer,
    .main-wrapper>.wp-block-separator,
    .main-wrapper>.page-links,
    .main-wrapper>.post-thumbnail,
    .main-wrapper>.wp-block-calendar,
    .main-wrapper>.wp-block-post-date,
    .main-wrapper>.wp-block-post-excerpt,
    .main-wrapper>.wp-block-post-featured-image,
    .main-wrapper>.wp-block-query,
    .main-wrapper>.wp-block-latest-comments,
    .main-wrapper>.wp-block-search,
    .main-wrapper>.wp-block-social-links,
    .main-wrapper>.wp-block-loginout,
    .main-wrapper>.wp-block-embed,
    .main-wrapper>.wp-block-heading,
    .main-wrapper>.wp-block-tag-cloud,
    .main-wrapper>.wp-block-social-links,
    .main-wrapper>.wp-block-search__button-outside,
    .main-wrapper>.wp-block-search__inside-wrapper,
    .main-wrapper>.components-placeholder,
    .main-wrapper>.wp-block-page-list,
    .main-wrapper>.wp-block-latest-posts__list,
    .main-wrapper>.has-avatars,
    .main-wrapper>.wp-block-categories-list,
    .main-wrapper>.wp-block-archives-list,
    .main-wrapper>.wp-block-spacer,
    .main-wrapper>.wp-block-separator,
    .main-wrapper>.wp-block-file,
    .main-wrapper>.is-responsive.wp-block-navigation.is-layout-flex,
    .main-wrapper>.wp-block-post-author-name,
    .main-wrapper>.wp-block-post-author,
    .main-wrapper>.entry-content.wp-block-post-content.is-layout-flow,
    .main-wrapper>.wp-block-avatar,
    .main-wrapper>.wp-block-cover:not(.our-commit),
    .wp-block-cover-image {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (min-width: 1199px) {

    body .container,
    .woocommerce:not(.single-product),
    .masthead .owl-dots,
    .main-wrapper>p,
    .main-wrapper>h1,
    .main-wrapper>h2,
    .main-wrapper>h3,
    .main-wrapper>h4,
    .main-wrapper>h5,
    .main-wrapper>h6,
    .main-wrapper>ul,
    .main-wrapper>blockquote,
    .main-wrapper>pre,
    .main-wrapper>.wp-block-buttons,
    .main-wrapper>.wp-block-cover .wp-block-cover__inner-container,
    .main-wrapper>.wp-block-image,
    .main-wrapper>.wp-block-gallery,
    .main-wrapper>.wp-block-pullquote,
    .main-wrapper>.wp-block-table,
    .main-wrapper>.wp-block-media-text,
    .main-wrapper>.wp-block-video,
    .main-wrapper>.wp-block-columns,
    .main-wrapper>.wp-block-group,
    .main-wrapper>.wp-block-spacer,
    .main-wrapper>.wp-block-separator,
    .main-wrapper>.page-links,
    .main-wrapper>.post-thumbnail,
    .main-wrapper>.wp-block-calendar,
    .main-wrapper>.wp-block-post-date,
    .main-wrapper>.wp-block-post-excerpt,
    .main-wrapper>.wp-block-post-featured-image,
    .main-wrapper>.wp-block-query,
    .main-wrapper>.wp-block-latest-comments,
    .main-wrapper>.wp-block-search,
    .main-wrapper>.wp-block-social-links,
    .main-wrapper>.wp-block-loginout,
    .main-wrapper>.wp-block-embed,
    .main-wrapper>.wp-block-heading,
    .main-wrapper>.wp-block-tag-cloud,
    .main-wrapper>.wp-block-social-links,
    .main-wrapper>.wp-block-search__button-outside,
    .main-wrapper>.wp-block-search__inside-wrapper,
    .main-wrapper>.components-placeholder,
    .main-wrapper>.wp-block-page-list,
    .main-wrapper>.wp-block-latest-posts__list,
    .main-wrapper>.has-avatars,
    .main-wrapper>.wp-block-categories-list,
    .main-wrapper>.wp-block-archives-list,
    .main-wrapper>.wp-block-spacer,
    .main-wrapper>.wp-block-separator,
    .main-wrapper>.wp-block-file,
    .main-wrapper>.is-responsive.wp-block-navigation.is-layout-flex,
    .main-wrapper>.wp-block-post-author-name,
    .main-wrapper>.wp-block-post-author,
    .main-wrapper>.entry-content.wp-block-post-content.is-layout-flow,
    .main-wrapper>.wp-block-avatar,
    .main-wrapper>.wp-block-cover:not(.our-commit),
    .wp-block-cover-image {
        padding-right: 15px;
        padding-left: 15px;
        max-width: 1170px;
    }
}

.main-wrapper>.wp-block-group.page-title>.wp-block-group {
    padding: 0 15px;
    max-width: 1375px;
}

.page-title .main-wrapper>section,
.main-wrapper>div {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .main-wrapper>.wp-block-media-text:not(.has-media-on-the-right) {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .main-wrapper>.wp-block-media-text.has-media-on-the-right {
        padding-right: 0;
    }
}

.main-wrapper>.wp-block-gallery .blocks-gallery-item {
    padding-left: 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.container:before,
.container:after,
.row:before,
.row:after {
    display: table;
    content: " ";
}

.container:after,
.row:after {
    clear: both;
}

.align-items-center {
    align-items: center !important;
}

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

.justify-space-between {
    justify-content: space-between !important;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .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%;
    }
}

@media (min-width: 768px) {
    .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%;
    }
}

@media (min-width: 992px) {
    .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%;
    }
}

@media (min-width: 1199px) {
    .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%;
    }
}

@media (min-width: 1750px) {
    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
}



b,
.bold {
    font-weight: 700;
}

h1,
.h1 {
    color: #444750;
    font-weight: 400;
    font-family: "Lao MN", sans-serif;
    font-size: 2.8rem;
    line-height: 3.8rem;
    margin-bottom: 0.8rem;
}

@media (min-width: 992px) {

    h1,
    .h1 {
        color: #444750;
        font-size: 3.8rem;
        line-height: 5.2rem;
        margin-bottom: 1.6rem;
    }

    .row-reverse {
        flex-direction: row-reverse !important;
    }
}

@media (min-width: 1199px) {

    h1,
    .h1 {
        font-size: 4.8rem;
        line-height: 6.6rem;
    }
}

.dark-bg h1,
.dark-bg .h1 {
    color: #ffffff;
}

h2,
.h2 {
    color: #444750;
    font-family: "Lao MN", sans-serif;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 3.8rem;
    margin-bottom: 1.6rem;
}

@media (min-width: 1199px) {

    h2,
    .h2 {
        font-size: 3.2rem;
        line-height: 4.4rem;
        margin-bottom: 3.2rem;
    }
}

@media (min-width: 992px) {

    h2 span,
    .h2 span {
        display: inline-flex;
        padding-right: 103px;
        position: relative;
    }

    h2 span:before,
    h2 span:after,
    .h2 span:before,
    .h2 span:after {
        display: none;
    }
}

@media (min-width: 992px) and (min-width: 992px) {

    h2 span:before,
    h2 span:after,
    .h2 span:before,
    .h2 span:after {
        display: block;
    }
}

@media (min-width: 992px) {

    h2 span:before,
    .h2 span:before {
        position: absolute;
        background: #444750;
        width: 72px;
        height: 1px;
        content: " ";
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    h2 span:after,
    .h2 span:after {
        position: absolute;
        background: #444750;
        border-radius: 5px;
        width: 10px;
        height: 10px;
        content: " ";
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.dark-bg h2,
.dark-bg .h2 {
    color: #ffffff;
}

.dark-bg h2 span:before,
.dark-bg h2 span:after,
.dark-bg .h2 span:before,
.dark-bg .h2 span:after {
    background: #ffffff;
}

h3,
.h3 {
    color: #444750;
    font-family: "Lao MN", sans-serif;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 3.8rem;
    margin-bottom: 0.2rem;
}

.dark-bg h3,
.dark-bg .h3 {
    color: #ffffff;
}

h4,
.h4 {
    color: #000710;
    font-family: "Lao MN", sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.3rem;
    margin-bottom: 1.6rem;
}

.dark-bg h4,
.dark-bg .h4 {
    color: #ffffff;
}

h5,
.h5,
h6,
.h6 {
    color: #444750;
    font-family: "Lao MN", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 4rem;
}

@media (min-width: 1199px) {

    h5,
    .h5,
    h6,
    .h6 {
        font-size: 2rem;
        line-height: 2.4rem;
        margin-bottom: 4rem;
    }
}

.dark-bg h5,
.dark-bg .h5,
.dark-bg h6,
.dark-bg .h6 {
    color: #ffffff;
}

h6,
.h6 {
    font-family: "Inter", sans-serif;
}

p {
    font-family: "Inter", sans-serif;
    color: #2d2d2d;
    font-weight: 400;
    font-size: 1.6rem;
    /*line-height: 2.2rem;*/
    line-height: 2.4rem;
    margin-bottom: 2.2rem;
}

.dark-bg p {
    color: #ffffff;
}

small,
.small {
    letter-spacing: 0.16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #000000;
    line-height: 1.8rem;
    margin-bottom: 1.5rem;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
}

ul li {
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #444750;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 0 0 0 3.2rem;
    margin: 0 0 1.4rem;
}

@media (min-width: 1199px) {
    ul li {
        /*font-size: 2rem;*/
        /*margin: 0 0 2.4rem;*/
        margin: 0 0 1.4rem;
    }
}

.dark-bg ul li {
    color: #ffffff;
}

ul li:before {
    content: " ";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(./assets/icons/list-icon.svg);
    top: 0.75px;
    left: 0;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg .headline,
.dark-bg p,
.dark-bg para2,
.dark-bg small,
.dark-bg ul li {
    color: #ffffff;
}

img {
    max-width: 100%;
}

section {
    overflow: hidden;
}

body .mfp-container .mfp-content .gform_wrapper form .gform_footer button.btn,
body .main-wrapper .page-title-advanced .gform_wrapper form .gform_footer button.btn,
body .main-wrapper .contact-form .gform_wrapper form .gform_footer button.btn,
.btn,
.gform_wrapper.gravity-theme .gform_footer button,
.woocommerce div.product form.cart .button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
input[type=submit],
.wp-block-button a,
.wp-element-button {
    border: none;
    cursor: pointer;
    padding: 12px 24px;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #ffffff;
    background: #444750;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    border-radius: 0.8rem;
    display: inline-block;
    white-space: nowrap;
    transition: all 300ms linear;
}

@media (min-width: 992px) {

    body .mfp-container .mfp-content .gform_wrapper form .gform_footer button.btn,
    body .main-wrapper .page-title-advanced .gform_wrapper form .gform_footer button.btn,
    body .main-wrapper .contact-form .gform_wrapper form .gform_footer button.btn,
    .btn,
    .gform_wrapper.gravity-theme .gform_footer button,
    .woocommerce div.product form.cart .button,
    .woocommerce .cart .button,
    .woocommerce .cart input.button,
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button,
    input[type=submit],
    .wp-block-button a,
    .wp-element-button {
        padding: 16px 32px;
        font-size: 1.8rem;
    }
}

body .mfp-container .mfp-content .gform_wrapper form .gform_footer button.btn:hover,
body .main-wrapper .page-title-advanced .gform_wrapper form .gform_footer button.btn:hover,
body .main-wrapper .contact-form .gform_wrapper form .gform_footer button.btn:hover,
.btn:hover,
.gform_wrapper.gravity-theme .gform_footer button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
input[type=submit]:hover,
.wp-block-button a:hover,
.wp-element-button:hover {
    background: #ffffff;
    color: #444750 !important;
}

.dark-bg body .mfp-container .mfp-content .gform_wrapper form .gform_footer button.btn,
.dark-bg body .main-wrapper .page-title-advanced .gform_wrapper form .gform_footer button.btn,
.dark-bg body .main-wrapper .contact-form .gform_wrapper form .gform_footer button.btn,
.dark-bg .btn,
.dark-bg .gform_wrapper.gravity-theme .gform_footer button,
.dark-bg .woocommerce div.product form.cart .button,
.dark-bg .woocommerce .cart .button,
.dark-bg .woocommerce .cart input.button,
.dark-bg .woocommerce #respond input#submit,
.dark-bg .woocommerce a.button,
.dark-bg .woocommerce button.button,
.dark-bg .woocommerce input.button,
.dark-bg input[type=submit],
.dark-bg .wp-block-button a,
.dark-bg .wp-element-button {
    background: #ffffff;
    color: #444750;
    box-shadow: 0 0 0 1px #ffffff;
}

.dark-bg body .mfp-container .mfp-content .gform_wrapper form .gform_footer button.btn:hover,
.dark-bg body .main-wrapper .page-title-advanced .gform_wrapper form .gform_footer button.btn:hover,
.dark-bg body .main-wrapper .contact-form .gform_wrapper form .gform_footer button.btn:hover,
.dark-bg .btn:hover,
.dark-bg .gform_wrapper.gravity-theme .gform_footer button:hover,
.dark-bg .woocommerce div.product form.cart .button:hover,
.dark-bg .woocommerce .cart .button:hover,
.dark-bg .woocommerce .cart input.button:hover,
.dark-bg .woocommerce #respond input#submit:hover,
.dark-bg .woocommerce a.button:hover,
.dark-bg .woocommerce button.button:hover,
.dark-bg .woocommerce input.button:hover,
.dark-bg input[type=submit]:hover,
.dark-bg .wp-block-button a:hover,
.dark-bg .wp-element-button:hover {
    background: #444750;
    color: #ffffff !important;
}

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

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gform_wrapper.gravity-theme input[type=email]:not([class*=ui-datepicker]),
input[type=text]:not([class*=ui-datepicker]),
input[type=password]:not([class*=ui-datepicker]),
input[type=email]:not([class*=ui-datepicker]),
input[type=number]:not([class*=ui-datepicker]),
input[type=tel]:not([class*=ui-datepicker]),
select:not([class*=ui-datepicker]),
textarea:not([class*=ui-datepicker]) {
    width: 100%;
    max-width: 100%;
    height: 4rem !important;
    padding: 0.5rem 1.6rem !important;
    margin-bottom: 3rem;
    border-radius: 8px !important;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #444750;
    border: 1px solid rgba(68, 71, 80, 0.15) !important;
    background: transparent !important;
    font-size: 1.4rem !important;
    box-shadow: none !important;
    line-height: 2.8rem !important;
}

.dark-bg .gform_wrapper.gravity-theme input[type=email]:not([class*=ui-datepicker]),
.dark-bg input[type=text]:not([class*=ui-datepicker]),
.dark-bg input[type=password]:not([class*=ui-datepicker]),
.dark-bg input[type=email]:not([class*=ui-datepicker]),
.dark-bg input[type=number]:not([class*=ui-datepicker]),
.dark-bg input[type=tel]:not([class*=ui-datepicker]),
.dark-bg select:not([class*=ui-datepicker]),
.dark-bg textarea:not([class*=ui-datepicker]) {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

body div select:not([class*=ui-datepicker]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("./assets/images/dropdown.png") no-repeat scroll center right !important;
}

body div select:not([class*=ui-datepicker]) option {
    color: #000000;
}

body div select:not([class*=ui-datepicker]).placeholder-shown {
    color: rgba(68, 71, 80, 0.5) !important;
}

body div select:not([class*=ui-datepicker]).placeholder-hidden {
    color: color(#444750, 1);
}

body div.sidebar select:not([class*=ui-datepicker]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("./assets/images/dropdown.png") no-repeat scroll center right !important;
}

body div.sidebar select:not([class*=ui-datepicker]) option {
    color: #000000;
}

body div.sidebar select:not([class*=ui-datepicker]).placeholder-shown {
    color: rgba(68, 71, 80, 0.5) !important;
}

body div.sidebar select:not([class*=ui-datepicker]).placeholder-hidden {
    color: color(#444750, 1);
}

body *.dark-bg select:not([class*=ui-datepicker]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("./assets/images/dropdown.png") no-repeat scroll center right !important;
}

body *.dark-bg select:not([class*=ui-datepicker]) option {
    color: #000000;
}

body *.dark-bg select:not([class*=ui-datepicker]).placeholder-shown {
    color: rgba(255, 255, 255, 0.5) !important;
}

body *.dark-bg select:not([class*=ui-datepicker]).placeholder-hidden {
    color: color(#ffffff, 1);
}

textarea {
    min-height: 80px;
    min-block-size: 8rem !important;
}

.mfp-content .gform_wrapper.gravity-theme input[type=email],
.mfp-content input[type=text],
.mfp-content input[type=password],
.mfp-content input[type=email],
.mfp-content input[type=number],
.mfp-content input[type=tel],
.mfp-content select,
.mfp-content textarea {
    font-size: 1.4rem !important;
}

.gform_wrapper.gravity-theme input[type=email][aria-invalid=true]:not([class*=ui-datepicker]),
input[type=text][aria-invalid=true]:not([class*=ui-datepicker]),
input[type=password][aria-invalid=true]:not([class*=ui-datepicker]),
input[type=email][aria-invalid=true]:not([class*=ui-datepicker]),
input[type=number][aria-invalid=true]:not([class*=ui-datepicker]),
input[type=tel][aria-invalid=true]:not([class*=ui-datepicker]),
select[aria-invalid=true]:not([class*=ui-datepicker]),
textarea[aria-invalid=true]:not([class*=ui-datepicker]) {
    border-color: red !important;
}

.wpcf7 form .wpcf7-response-output {
    position: relative;
    padding: 0.75rem 1.25rem !important;
    margin: 1rem 0 1rem !important;
    border: 1px solid transparent !important;
    border-radius: 0.25rem !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: #721c24;
    background-color: #fff3cd;
    border-color: #f5c6cb !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #5cc373;
    background-color: #d4edda;
    border-color: #c3e6cb !important;
}

.wpcf7-not-valid {
    border: 1px solid #ffffff !important;
}

.wpcf7-not-valid-tip:empty {
    display: none !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(68, 71, 80, 0.5) !important;
}

.dark-bg * ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(68, 71, 80, 0.5) !important;
}

.dark-bg * ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(68, 71, 80, 0.5) !important;
}

.dark-bg * :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(68, 71, 80, 0.5) !important;
}

.dark-bg * :-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.gform_validation_errors,
.validation_message {
    display: none !important;
}

h1 span,
h1 strong {
    color: #444750;
}

p.orange {
    color: #5cc373;
}

div:where(.wp-block-columns.is-layout-flex) {
    gap: 2rem;
}

@media (min-width: 768px) {
    div:where(.wp-block-columns.is-layout-flex) {
        gap: 3rem;
    }
}

.gform_wrapper form .gform_footer button {
    background: #2d2d2d;
    color: #ffffff;
    border: transparent;
}

.gform_wrapper.gravity-theme * {
    overflow: visible;
}

.tailored ul li a:before {
    background: url(./assets/icons/small-list-icon.svg) no-repeat scroll center;
}

body.admin-bar header.header {
    top: 46px;
}

@media (min-width: 783px) {
    body.admin-bar header.header {
        top: 32px;
    }
}

body .mfp-container {
    padding: 25px 8px;
}

@media (min-width: 992px) {
    body .mfp-container {
        padding: 50px 8px;
    }
}

body .mfp-content {
    margin: 0 auto 25px;
    max-width: 96%;
    background: white;
    padding: 5rem 2.5rem;
    border-radius: 0 2.5rem 2.5rem 2.5rem;
}

@media (min-width: 992px) {
    body .mfp-content {
        margin: 0 auto 50px;
        max-width: 900px;
        padding: 5rem 7rem;
        border-radius: 0 5rem 5rem 5rem;
    }
}

body .mfp-content h4 {
    margin-bottom: 1rem;
}

body .mfp-content .gform_title {
    font-size: 2.2rem;
    line-height: 3.2rem;
    letter-spacing: -0.7px;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    body .mfp-content .gform_title {
        font-size: 2.5rem;
        line-height: 3.5rem;
        letter-spacing: -1.5px;
    }
}

@media (min-width: 1199px) {
    body .mfp-content .gform_title {
        font-size: 3rem;
        line-height: 4rem;
    }
}

@media (min-width: 1750px) {
    body .mfp-content .gform_title {
        font-size: 5rem;
        line-height: 6rem;
    }
}

body .mfp-content .gfield--type-html p {
    margin-bottom: 1rem;
}

#get-quote .gform-theme--framework .gfield--type-choice .gfield_radio {
    flex-direction: unset;
    flex-wrap: wrap;
}

#get-quote .gform-theme--framework .gfield--type-choice .gfield_radio .gchoice label {
    padding: 10px 20px;
    border: 2px solid #444750;
    background: transparent;
    border-radius: 0 10rem 10rem;
    color: #444750;
    font-weight: 600;
    margin-left: 0;
    cursor: pointer;
}

#get-quote .gform-theme--framework .gfield--type-choice .gfield_radio .gchoice input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

#get-quote .gform-theme--framework .gfield--type-choice .gfield_radio .gchoice input:checked+label {
    background: #444750;
    color: #ffffff;
}

.corner__bottom,
.corner__top {
    z-index: 10;
    background: #dad7d0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
}

@media (min-width: 992px) {

    .corner__bottom,
    .corner__top {
        height: 40px;
    }
}

.corner__top {
    top: -1px;
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 100%);
}

.corner__bottom {
    bottom: -1px;
    clip-path: polygon(0 95%, 100% 0, 100% 100%, 0% 100%);
}

blockquote {
    background: url("./assets/images/quote-light.png") no-repeat scroll left top;
    padding-top: 32px;
    font-family: "Inter", sans-serif;
    color: #2d2d2d;
    font-weight: 400;
    font-style: italic;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 0.8rem;
}

.dark-bg blockquote {
    color: rgba(255, 255, 255, 0.7);
}

blockquote span {
    padding-top: 0.8rem;
    color: #ffffff;
    font-style: normal;
    display: block;
}

.masthead__shape-cont,
.single-post__content-with-bg,
.single-post__sidebar .sidebar,
.single-post-text>*,
.leave-reply,
.content .container>*,
.professional-profile .col-12>*,
.masthead__content,
.masthead__img-cont,
.about .col-xl-5,
.about .col-xl-7,
.trust .col-12,
.popular__title,
.trusted-brands .col-lg-6,
.stats ul,
.page-index__title,
.page-index ul,
.medically-reviewed__by,
.references .col-lg-6,
.faq__title,
.faq__content,
.finance-option__title,
.finance-option__title+p,
.popular__row,
.meet-surgeons .container,
.patient-reviews__row-inner .col-lg-6,
.approved-hostpital__title,
.approved-hostpital .col-lg-5,
.approved-hostpital .col-lg-7,
.patient-reviews__title,
.before-after__title,
.image-with-text__title,
.image-with-text .col-lg-6,
.consultation .col-12,
.footer .col-xl-3,
.footer .footer__copyright,
.breadcrumb,
.sticky-nav,
.finance-option .col-lg-4,
.video-popup,
.price-from h4.text-center,
.price-from .col-lg-6,
.meet-consultants .col-lg-4,
.before-after__slider .col-lg-6,
.related-slider__title,
section.title,
.consultation-locations__title,
.get-in-touch__title,
.get-in-touch .col-12,
.before-after__title,
.testimonials__title,
.footer__ppc-info,
.footer__social-links,
.owl-carousel {
    /* opacity: 0;
  transform: translate3d(0, 100%, 0);
  animation-duration: 0.5s;
  animation-fill-mode: both; */
}

.masthead__shape-cont.fadeInUp,
.single-post__content-with-bg.fadeInUp,
.single-post__sidebar .sidebar.fadeInUp,
.single-post-text>*.fadeInUp,
.leave-reply.fadeInUp,
.content .container>*.fadeInUp,
.professional-profile .col-12>*.fadeInUp,
.masthead__content.fadeInUp,
.masthead__img-cont.fadeInUp,
.about .col-xl-5.fadeInUp,
.about .col-xl-7.fadeInUp,
.trust .col-12.fadeInUp,
.popular__title.fadeInUp,
.trusted-brands .col-lg-6.fadeInUp,
.stats ul.fadeInUp,
.page-index__title.fadeInUp,
.page-index ul.fadeInUp,
.medically-reviewed__by.fadeInUp,
.references .col-lg-6.fadeInUp,
.faq__title.fadeInUp,
.faq__content.fadeInUp,
.finance-option__title.fadeInUp,
.finance-option__title+p.fadeInUp,
.popular__row.fadeInUp,
.meet-surgeons .container.fadeInUp,
.patient-reviews__row-inner .col-lg-6.fadeInUp,
.approved-hostpital__title.fadeInUp,
.approved-hostpital .col-lg-5.fadeInUp,
.approved-hostpital .col-lg-7.fadeInUp,
.patient-reviews__title.fadeInUp,
.before-after__title.fadeInUp,
.image-with-text__title.fadeInUp,
.image-with-text .col-lg-6.fadeInUp,
.consultation .col-12.fadeInUp,
.footer .col-xl-3.fadeInUp,
.footer .footer__copyright.fadeInUp,
.breadcrumb.fadeInUp,
.sticky-nav.fadeInUp,
.finance-option .col-lg-4.fadeInUp,
.video-popup.fadeInUp,
.price-from h4.text-center.fadeInUp,
.price-from .col-lg-6.fadeInUp,
.meet-consultants .col-lg-4.fadeInUp,
.before-after__slider .col-lg-6.fadeInUp,
.related-slider__title.fadeInUp,
section.title.fadeInUp,
.consultation-locations__title.fadeInUp,
.get-in-touch__title.fadeInUp,
.get-in-touch .col-12.fadeInUp,
.before-after__title.fadeInUp,
.testimonials__title.fadeInUp,
.footer__ppc-info.fadeInUp,
.footer__social-links.fadeInUp,
.owl-carousel.fadeInUp {
    /* animation-name: fadeInUp; */
}

.masthead__shape-cont.fadeIn,
.single-post__content-with-bg.fadeIn,
.single-post__sidebar .sidebar.fadeIn,
.single-post-text>*.fadeIn,
.leave-reply.fadeIn,
.content .container>*.fadeIn,
.professional-profile .col-12>*.fadeIn,
.masthead__content.fadeIn,
.masthead__img-cont.fadeIn,
.about .col-xl-5.fadeIn,
.about .col-xl-7.fadeIn,
.trust .col-12.fadeIn,
.popular__title.fadeIn,
.trusted-brands .col-lg-6.fadeIn,
.stats ul.fadeIn,
.page-index__title.fadeIn,
.page-index ul.fadeIn,
.medically-reviewed__by.fadeIn,
.references .col-lg-6.fadeIn,
.faq__title.fadeIn,
.faq__content.fadeIn,
.finance-option__title.fadeIn,
.finance-option__title+p.fadeIn,
.popular__row.fadeIn,
.meet-surgeons .container.fadeIn,
.patient-reviews__row-inner .col-lg-6.fadeIn,
.approved-hostpital__title.fadeIn,
.approved-hostpital .col-lg-5.fadeIn,
.approved-hostpital .col-lg-7.fadeIn,
.patient-reviews__title.fadeIn,
.before-after__title.fadeIn,
.image-with-text__title.fadeIn,
.image-with-text .col-lg-6.fadeIn,
.consultation .col-12.fadeIn,
.footer .col-xl-3.fadeIn,
.footer .footer__copyright.fadeIn,
.breadcrumb.fadeIn,
.sticky-nav.fadeIn,
.finance-option .col-lg-4.fadeIn,
.video-popup.fadeIn,
.price-from h4.text-center.fadeIn,
.price-from .col-lg-6.fadeIn,
.meet-consultants .col-lg-4.fadeIn,
.before-after__slider .col-lg-6.fadeIn,
.related-slider__title.fadeIn,
section.title.fadeIn,
.consultation-locations__title.fadeIn,
.get-in-touch__title.fadeIn,
.get-in-touch .col-12.fadeIn,
.before-after__title.fadeIn,
.testimonials__title.fadeIn,
.footer__ppc-info.fadeIn,
.footer__social-links.fadeIn,
.owl-carousel.fadeIn {
    /* animation-name: fadeIn; */
}

.single-post {
    padding-top: 8px;
    padding-bottom: 64px;
}

@media (min-width: 992px) {
    .single-post {
        padding-top: 48px;
        padding-bottom: 72px;
    }
}

.single-post__content-with-bg {
    padding: 32px;
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 32px;
    border-radius: 8px;
}

@media (min-width: 992px) {
    .single-post__content-with-bg {
        margin-bottom: 24px;
    }
}

.single-post__content-with-bg h6 {
    font-weight: 600;
    margin-bottom: 32px;
}

.single-post__content-with-bg ul {
    margin-bottom: 0;
}

.single-post__content-with-bg ul li {
    font-size: 16px;
    line-height: 19px;
    color: rgba(68, 71, 80, 0.8);
}

@media (min-width: 992px) {
    .single-post__content-with-bg ul li {
        font-size: 16px;
        line-height: 24px;
    }
}

.single-post__content-with-bg ul li:last-child {
    margin-bottom: 0;
}

.single-post__content-with-bg ul li a {
    font-size: inherit;
    line-height: inherit;
}

.single-post__content-with-bg ul li:before {
    top: 0;
    transform: none;
}

/* Components Css */
.mobile-sticky {
    position: fixed;
    bottom: 0;
    padding: 10px 30px;
    left: 0;
    width: 100%;
    background-color: #a36911;
    z-index: 9999;
    text-align: center;
}

@media (min-width: 992px) {
    .mobile-sticky {
        display: none;
    }
}

.mobile-sticky__btn {
    width: max-content;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    color: #FFF;
    border: 2px solid #fff;
    background: transparent;
    padding: 6px 20px;
    margin: auto;
}

/*.mobile-sticky__btn {
  display: none;
}*/

.header {
    padding: 1.2rem 2rem;
    padding-bottom: 0.7rem;
    position: fixed;
    top: 10px;
    left: 20px;
    width: calc(100% - 40px);
    background: #444750;
    z-index: 99999;
    border-radius: 40px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 300ms linear;
}

@media (max-width: 380px) {
    .header {
        padding: 1.2rem 0rem;
    }
}

@media (min-width: 992px) {
    .header {
        width: 100%;
        top: 0;
        left: 0;
        padding: 1.6rem 0;
        padding-bottom: 1.2rem;
        border-radius: 0;
    }
}

.header__call-link,
.header__schedule-link {
    margin-top: 9px;
    display: inline-block;
    float: right;
}

.header__call-link img,
.header__schedule-link img {
    margin-right: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

@media (min-width: 992px) {

    .header__call-link,
    .header__schedule-link {
        display: none;
    }
}

.header__schedule-link {
    margin-right: 30px;
}

@media (max-width: 380px) {
    .header__schedule-link {
        margin-right: 15px;
    }
}

.header.sticky {
    background: #444750;
}

a.header__logo-link {
    display: block;
}

.header__logo {
    /* -o-object-fit: contain;
  object-fit: contain; */
    /* -o-object-position: left center;
  object-position: left center; */
    /* float: left; */
    height: 48px;
    object-fit: cover;
    -o-object-fit: cover;
    /* mix-blend-mode: lighten; */
}

@media (min-width: 992px) {
    .header__logo {
        width: 165px;
        height: 48px;
    }
}

.header__burger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    /* float: right; */
    position: relative;
    /* margin-left: 10px; */
    z-index: 10;
}

@media (min-width: 992px) {
    .header__burger {
        display: none;
    }
}

.page-template-template-ppc .header__burger {
    display: none;
}

.header__burger .line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.header__burger .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.header__burger .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.header__burger .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.header__burger.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.header__burger.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.header__burger.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.header .nav-main {
    float: right;
    display: none;
    position: fixed;
    right: 0;
    padding: 80px 15px 30px;
    max-width: 280px;
    top: 0;
    background: #444750;
    height: 100vh;
}

@media (min-width: 992px) {
    .header .nav-main {
        height: auto;
        position: static;
        background: none;
        padding: 0;
        max-width: none;
        display: block !important;
    }
}

.header .nav-main .menu {
    float: left;
    margin: 0;
    padding: 0;
}

.header .nav-main .menu-item {
    float: left;
    padding: 0 0;
    width: 100%;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .header .nav-main .menu-item {
        width: auto;
        margin-bottom: 0;
        padding: 0 8px;
    }
}

@media (min-width: 1199px) {
    .header .nav-main .menu-item {
        padding: 0 12px;
    }

    .header .nav-main .menu-item:last-child {
        padding-right: 0px;
    }
}

.header .nav-main .menu-item i.dropdown-arv {
    position: absolute;
    right: 15px;
    width: 12px;
    height: 12px;
    text-align: center;
    top: 43%;
    z-index: 5;
    border-top: 2px solid #d9d9d9;
    border-right: 2px solid #d9d9d9;
    transform: translateY(-50%) rotate(135deg);
}

.header .nav-main .menu-item i.dropdown-arv.active {
    transform: rotate(-45deg);
}

.header .nav-main .menu-item .dropdown-arv-cont {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 44px;
    height: 100%;
}

@media (min-width: 992px) {
    .header .nav-main .menu-item .dropdown-arv-cont {
        display: none;
    }
}

.header .nav-main .menu-item:before {
    display: none;
}

.header .nav-main .menu-item:first-child {
    margin-left: 0;
}

.header .nav-main .menu-item:last-child {
    margin-right: 0;
}

.header .nav-main .menu-item.header__btn a {
    font-size: 14px;
    padding: 9px 16px;
    line-height: 20px;
    background: #a36911;
    border: 1px solid #a36911;
    border-radius: 20px;
}

.header .nav-main .menu-item.header__btn a:hover {
    border-color: #ffffff;
    background: white;
    color: #444750;
}

.header .nav-main .menu-item.header__btn a:before {
    display: none;
}

.header .nav-main .menu-item.header__btn.call a {
    display: none;
    position: relative;
    padding: 9px 16px 9px 22px;
    border-color: rgba(255, 255, 255, 0.18);
    background: transparent;
    overflow: hidden;
}

@media (min-width: 992px) {
    .header .nav-main .menu-item.header__btn.call a {
        display: block;
        text-indent: -500px;
    }
}

@media (min-width: 1199px) {
    .header .nav-main .menu-item.header__btn.call a {
        padding: 9px 16px 9px 48px;
        text-indent: 0;
    }
}

.header .nav-main .menu-item.header__btn.call a:before {
    display: block !important;
    content: " ";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 7px;
    top: 7px;
    background: url(./assets/icons/call.svg) no-repeat scroll center;
}

@media (min-width: 1199px) {
    .header .nav-main .menu-item.header__btn.call a:before {
        left: 16px;
    }
}

.header .nav-main .menu-item.header__btn.call a:hover {
    background: #ffffff;
    color: #000000;
}

.header .nav-main .menu-item.header__btn.call a:hover:before {
    filter: invert(1);
}

.header .nav-main .menu-item a {
    font-family: "Lao MN", sans-serif;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    font-size: 1.5rem;
    float: left;
    color: #ffffff;
    width: 100%;
    padding: 9px 0px;
    line-height: 2.2rem;
}

@media (min-width: 992px) {
    .header .nav-main .menu-item a {
        color: #ffffff;
        width: auto;
        font-size: 1.4rem;
    }
}

/* @media (min-width: 1199px) {
  .header .nav-main .menu-item a {
    font-size: 1.6rem;
  }
} */
.header .nav-main .menu-item a:before {
    content: " ";
    width: 0;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 300ms linear;
}

.header .nav-main .menu-item a:hover {
    color: #ffffff;
}

.header .nav-main .menu-item a:hover .dropdown-arv {
    border-color: #ffffff;
}

.header .nav-main .menu-item a:hover:before {
    width: 100%;
}

.header .nav-main .menu-item.current-menu-item a,
.header .nav-main .menu-item.current-menu-parent>a {
    /* background: #444750; */
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header .nav-main .menu-item.current-menu-item a:before,
.header .nav-main .menu-item.current-menu-parent>a:before {
    width: 100%;
}

.header .nav-main .menu-item.current-menu-item a .dropdown-arv,
.header .nav-main .menu-item.current-menu-parent>a .dropdown-arv {
    border-color: #ffffff;
}

.header .nav-main .menu-item .sub-menu {
    display: none;
    width: 100%;
    padding-bottom: 10px;
}

@media (min-width: 992px) {
    .header .nav-main .menu-item .sub-menu {
        width: 240px;
        position: absolute;
        top: 100%;
        left: 0;
        background: #ffffff;
        border-top: 2px solid #5cc373;
        padding: 10px 0;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
    }
}

@media (max-width: 991px) {
    .header .nav-main .menu-item .sub-menu.active {
        display: block;
        float: left;
        width: 100%;
    }
}

.header .nav-main .menu-item .sub-menu .menu-item {
    margin: 0;
}

.header .nav-main .menu-item .sub-menu .menu-item a {
    color: #2d2d2d;
    width: 100%;
    padding: 3px 15px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .header .nav-main .menu-item .sub-menu .menu-item a {
        padding: 5px 15px;
    }

    .mobile-header .search_bar {
        display: none;
    }
}

.header .nav-main .menu-item .sub-menu .menu-item a:hover {
    color: #5cc373;
    background: transparent;
}

.header .nav-main .menu-item .sub-menu .menu-item a:before {
    content: "-";
    display: none;
    padding-right: 5px;
}

@media (max-width: 991px) {
    .header .nav-main .menu-item .sub-menu .menu-item a:before {
        display: inline-block;
    }

    .mobile-header {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 15px;
    }
}

.header .nav-main .menu-item .sub-menu .menu-item.current-menu-item a {
    color: #5cc373;
    background: transparent;
}

@media (min-width: 992px) {
    .header .nav-main .menu-item:hover .sub-menu {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}

.header__nav-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header__calling {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    padding: 0.9rem;
    gap: 20px;
    border-radius: 10px;
    margin-right: 15px;
}

@media (min-width: 992px) {
    .header__calling {
        margin-left: 10px;
        margin-right: 0px;
    }
}

@media (min-width: 1199px) {
    .header__calling {
        padding: 0.9rem 2rem;
    }
}

@media (min-width: 1750px) {
    .header__calling {
        margin-left: 15px;
        padding: 0.9rem 3rem;
    }
}

.header__calling-text {
    margin-bottom: 0;
    color: #112747;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    display: none;
}

@media (min-width: 1199px) {
    .header__calling-text {
        display: inline-block;
    }
}

.header__calling-text small {
    color: #112747;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    display: inline-block;
    margin-bottom: 5px;
    float: left;
    clear: both;
}

.header__calling-text span {
    float: left;
    clear: both;
}

.footer {
    border-top: 1px solid rgba(68, 71, 80, 0.2);
    padding-top: 32px;
}

@media (min-width: 992px) {
    .footer {
        padding-top: 40px;
    }
}

.footer ul {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .footer ul {
        margin-bottom: 32px;
    }
}

.footer ul li {
    font-size: 14px;
    line-height: 24px;
    padding-left: 0;
    margin-bottom: 8px;
}

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

.footer__title {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
}

@media (min-width: 992px) {
    .footer__title {
        margin-bottom: 3.2rem;
    }
}

.footer iframe {
    border-radius: 8px;
    max-width: 100%;
    height: 160px;
    filter: grayscale(1);
    margin-bottom: 4rem;
}

.footer iframe.doctify-widget {
    filter: none;
}

@media (min-width: 992px) {
    .footer iframe {
        height: 120px;
        margin-bottom: 0;
    }
}

.footer__term {
    font-size: 14px;
    line-height: 24px;
}

.footer__form {
    margin: 0 -10px;
}

.footer__form .col-12 {
    padding: 0 10px;
}

.footer__form .col-12 input {
    color: #444750 !important;
    margin-bottom: 20px;
    border-color: rgba(68, 71, 80, 0.3) !important;
}

.footer__form .col-12 input.btn {
    color: #ffffff !important;
}

.footer__form .col-12 input.btn:hover {
    color: #444750 !important;
}

.footer__form .col-12 input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #444750 !important;
}

.footer__form .col-12 input::-moz-placeholder {
    /* Firefox 19+ */
    color: #444750 !important;
}

.footer__form .col-12 input:-ms-input-placeholder {
    /* IE 10+ */
    color: #444750 !important;
}

.footer__form .col-12 input:-moz-placeholder {
    /* Firefox 18- */
    color: #444750 !important;
}

.footer__logo {
    mix-blend-mode: color-burn;
    margin-bottom: 32px;
}

.footer__text {
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .footer__text {
        margin-bottom: 32px;
    }
}

.footer__map-text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
}

.footer__term {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px;
}

.footer .footer__social-links {
    overflow: hidden;
}

.footer .footer__social-links .footer__social-item {
    float: left;
    overflow: hidden;
    padding-right: 12px;
}

.footer .footer__social-links .footer__social-item:last-child {
    padding-right: 0;
}

.footer .footer__social-links .footer__social-link {
    padding: 8px;
    background: rgba(68, 71, 80, 0.1);
    border-radius: 16px;
    float: left;
}

.footer .footer__social-links .footer__social-link img {
    float: left;
    width: 20px;
}

.footer__map {
    margin-bottom: 4rem;
}

@media (min-width: 992px) {
    .footer__map {
        margin-bottom: 0;
    }
}

.footer__copyright {
    max-width: 100%;
    margin: 40px auto 25px;
    border-top: 1px solid rgba(68, 71, 80, 0.2);
    padding-top: 16px;
}

.footer__copyright p {
    font-size: 12px;
    line-height: 20px;
}

.footer__copyright .col-12 p {
    margin: 8px 0 0;
}

@media (min-width: 992px) {
    .footer__copyright {
        /* max-width: 800px; */
        margin: 56px auto 16px;
    }
}

.footer__copyright-text,
.footer__copyright-link {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 0;
}

.footer__copyright-text {
    color: rgba(68, 71, 80, 0.6);
    text-align: center;
}

@media (min-width: 992px) {
    .footer__copyright-text {
        text-align: left;
    }
}

.footer__copyright-link {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .footer__copyright-link {
        justify-content: right;
    }
}

.footer__link {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: self-start;
}

.footer__link img {
    margin-right: 8px;
    width: 22px;
    margin-top: 5px;
}

.footer__trust {
    margin-bottom: 4rem;
}

@media (min-width: 1199px) {
    .footer__trust {
        margin-bottom: 0;
    }
}

.footer.footer__ppc {
    border-top: none;
}

.footer.footer__ppc .footer__ppc-info {
    display: flex;
    flex-wrap: wrap;
    background: #a36911;
    padding: 9px 16px;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 48px;
}

@media (min-width: 992px) {
    .footer.footer__ppc .footer__ppc-info {
        display: inline-flex;
        flex-wrap: nowrap;
        margin-bottom: 32px;
    }
}

@media (max-width: 991px) {
    .footer.footer__ppc .footer__ppc-info {
        gap: 8px;
    }
}

.footer.footer__ppc .footer__ppc-info h6 {
    color: #ffffff;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .footer.footer__ppc .footer__ppc-info h6 {
        margin-bottom: 0;
        padding-right: 16px;
    }
}

@media (max-width: 991px) {
    .footer.footer__ppc .footer__ppc-info h6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.footer.footer__ppc .footer__ppc-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #ffffff;
    justify-content: center;
}

@media (max-width: 991px) {
    .footer.footer__ppc .footer__ppc-link {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.footer.footer__ppc .footer__ppc-link img {
    margin-right: 8px;
}

@media (min-width: 992px) {
    .footer.footer__ppc .footer__ppc-link:last-child {
        padding-left: 16px;
        margin-left: 16px;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.footer.footer__ppc .footer__social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .footer.footer__ppc .footer__social-links {
        flex-wrap: wrap;
    }
}

.footer.footer__ppc .footer__social-links h4 {
    margin-bottom: 0;
}

/* @media (max-width: 991px) {
    .footer.footer__ppc .footer__social-links li:first-child {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding-bottom: 16px;
        padding-right: 0;
        margin-bottom: 0;
    }
} */

.footer.footer__ppc .small {
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    margin-bottom: 0;
    text-align: center;
}

.masthead {
    position: relative;
    padding-top: 0;
}

@media (min-width: 992px) {
    .masthead {
        padding-top: 8rem;
    }
}

.masthead__bg {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.masthead__container {
    position: relative;
    z-index: 5;
}

@media (min-width: 992px) {
    .masthead__row {
        flex-direction: row-reverse;
    }
}

@media (min-width: 992px) {
    section.masthead__patient-review .masthead__row {
        align-items: center;
    }
}

@media (min-width: 992px) {
    section.masthead__patient-review .masthead__row .col-lg-6:nth-child(1) {
        position: static;
    }
}

@media (max-width: 991px) {
    .masthead__row .col-lg-6:nth-child(2) {
        z-index: 5;
    }
}

.masthead__content {
    position: relative;
    padding: 40px 20px 110px;
    margin: 0 -20px;
    text-align: center;
    background: #444750;
}

@media (min-width: 992px) {
    .masthead__content {
        background: transparent;
        padding: 115px 0 135px;
        margin: 0;
        text-align: left;
    }
}

@media (min-width: 1199px) {
    .masthead__content {
        padding: 215px 0 235px;
    }
}

.masthead__content p:last-child {
    margin-bottom: 0;
}

.masthead__content .corner__bottom {
    bottom: 100%;
    background: #444750;
    display: block;
}

@media (min-width: 992px) {
    .masthead__content .corner__bottom {
        display: none;
    }
}

@media (max-width: 991px) {

    .masthead__content h1,
    .masthead__content p {
        color: #ffffff;
    }
}

.masthead__content h1 span {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-size: 16px;
    line-height: 20px;
}

@media (max-width: 991px) {
    .masthead__content .btn {
        background: #ffffff;
        color: #444750;
        box-shadow: 0 0 0 1px #ffffff;
    }

    .masthead__content .btn:hover {
        background: #444750;
        color: #ffffff !important;
    }
}

.masthead__img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@media (min-width: 992px) {
    .masthead__img {
        -o-object-position: bottom center;
        object-position: bottom center;
        /*-o-object-fit: contain;
       object-fit: contain;*/
    }
}

.masthead__img-cont {
    position: relative;
    height: 703px;
    margin: 0 -20px;
}

@media (min-width: 992px) {
    .masthead__img-cont {
        height: 100%;
        margin: 0 auto;
    }
}

.masthead .corner__bottom {
    height: 70px;
}

@media (min-width: 992px) {
    .masthead .corner__bottom {
        height: 40px;
    }
}

.masthead.dark-bg ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.masthead.dark-bg ul li {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 1.4rem;
    line-height: 24px;
    margin-bottom: 1.5rem;
}

.masthead.dark-bg ul li:last-child {
    margin-bottom: 0;
}

.masthead.dark-bg ul li:before {
    background: url("./assets/images/masthead-check.png") no-repeat scroll center;
}

.masthead__shape {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.masthead__shape-cont {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

@media (min-width: 992px) {
    .masthead__shape-cont {
        width: 48%;
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .masthead__shape-cont:not(.no-shape) {
        -webkit-mask-image: url("./assets/images/masthead-seo-mask.png");
        mask-image: url("./assets/images/masthead-seo-mask.png");
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }
}

.masthead__trust {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    gap: 16px;
    padding-bottom: 35px;
}

.masthead__slider {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px) !important;
    height: 500px;
}

#section-home-banner .masthead__slider {
    height: 703px;
}

@media (min-width: 992px) {
    .masthead__slider {
        position: absolute !important;
        width: 52vw !important;
        left: 52%;
        top: 0;
        height: 100%;
    }

    #section-home-banner .masthead__slider {
        height: 100%;
    }
}

body:not(.home) .masthead__slider {
    -webkit-mask-image: url("./assets/images/masthead-seo-mask.png");
    mask-image: url("./assets/images/masthead-seo-mask.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.masthead__slider .masthead__slider-img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

#section-home-banner .masthead__slider .masthead__slider-img {
    height: 703px;
}

@media (min-width: 992px) {
    .masthead__slider .masthead__slider-img {
        height: 100%;
    }

    #section-home-banner .masthead__slider .masthead__slider-img {
        height: 100%;
    }
}

.masthead__slider .owl-stage-outer {
    height: 100%;
}

.masthead__slider .owl-stage-outer .owl-stage {
    height: 100%;
    position: relative;
}

.masthead__slider .owl-stage-outer .owl-stage .owl-item {
    position: relative;
    height: 100%;
}

.masthead__slider .owl-stage-outer .owl-stage .owl-item .masthead__slider-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.masthead__slider .owl-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

@media (min-width: 992px) {
    .masthead__slider .owl-nav {
        bottom: 60px;
    }
}

.masthead__slider-item-text {
    position: absolute;
    background: rgba(68, 71, 80, 0.6);
    bottom: 80px;
    /*right: 20px;*/
    left: 5%;
    border-radius: 200px;
    padding: 16px 24px;
    max-width: 280px;
}

@media (min-width: 992px) {
    .masthead__slider-item-text {
        bottom: 75px;
        left: 9%;
        /*transform: translateX(-50%);*/
    }
}

.masthead__slider-item-text h5 {
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
    margin-bottom: 0;
}

.home .masthead__slider-item-text h5 {
    color: #ffffff;
}

.masthead__profile .masthead__bg,
.masthead__ppc .masthead__bg,
.masthead.masthead__patient-review .masthead__bg {
    left: auto;
    right: 0;
    width: 100%;
}

.masthead__profile .masthead__content,
.masthead__ppc .masthead__content,
.masthead.masthead__patient-review .masthead__content {
    text-align: left;
    padding-top: 32px;
    padding-bottom: 104px;
}

@media (min-width: 992px) {

    .masthead__profile .masthead__content,
    .masthead__ppc .masthead__content,
    .masthead.masthead__patient-review .masthead__content {
        padding-bottom: 76px;
        padding-top: 77px;
    }
}

.masthead__profile .masthead__content p,
.masthead__ppc .masthead__content p,
.masthead.masthead__patient-review .masthead__content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4rem;
}

.masthead__profile .masthead__img-cont,
.masthead__ppc .masthead__img-cont,
.masthead.masthead__patient-review .masthead__img-cont {
    height: 500px;
}

/* Mobile */
.masthead.masthead__patient-review.masthead__single-post .masthead__img-cont {
    height: 262px;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .masthead.masthead__patient-review.masthead__single-post .masthead__img-cont {
        height: 340px;
    }

    .masthead.masthead__patient-review.masthead__single-post picture img {
        object-fit: cover;
        height: 100%;
    }
}

/* Desktop */
@media (min-width: 1025px) {


    .masthead.masthead__patient-review.masthead__single-post .masthead__img-cont {
        height: 500px;
    }

}

@media (min-width: 991px) {
    .masthead__ppc>.corner__bottom {
        clip-path: polygon(50% 0%, 100% 90%, 100% 100%, 0 100%, 0 90%);
        height: 35px;
    }

}


.masthead.masthead__profile {
    padding-top: 90px;
}

@media (min-width: 992px) {
    .masthead.masthead__profile {
        padding-top: 80px;
    }
}

.masthead.masthead__profile .masthead__bg {
    left: auto;
    right: 0;
    width: 100%;
}

.masthead.masthead__profile .masthead__img-cont {
    height: 300px;
}

@media (min-width: 992px) {
    .masthead.masthead__profile .masthead__img-cont {
        height: 500px;
    }
}

.masthead.masthead__profile .masthead__img-cont .masthead__img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 992px) {
    .masthead.masthead__profile .masthead__img-cont .masthead__img {
        width: 358px;
        height: 358px;
    }

    .masthead.masthead__single-post .masthead__content .corner__bottom {
        display: block;
    }
}

@media (max-width: 991px) {
    .masthead.masthead__profile .masthead__content {
        padding-top: 0;
        text-align: center;
    }
}

@media (max-width: 991px) {

    .masthead.masthead__profile .masthead__content h1,
    .masthead.masthead__profile .masthead__content p {
        margin-bottom: 24px;
    }
}

.masthead.masthead__profile .masthead__content p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.masthead.masthead__single-post .masthead__content h1 {
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .masthead.masthead__single-post .masthead__content h1 {
        margin-bottom: 15px;
    }
}

.masthead.masthead__single-post .masthead__content p.masthead__author {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .masthead.masthead__single-post .masthead__content p.masthead__author {
        margin-bottom: 15px;
    }
}

.masthead.masthead__single-post .masthead__content p.masthead__author a {
    color: #e1ac5d;
}

.masthead.masthead__single-post .masthead__content p.masthead__author a:hover {
    color: #ffffff;
}

.masthead.masthead__single-post .masthead__content p.masthead__date {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
    /*color: rgba(255, 255, 255, 0.3);*/
}

.about {
    padding: 64px 0 0;
}

@media (min-width: 992px) {
    .about {
        padding: 112px 0 32px;
    }
    section#section-home-about {
        padding-top: 50px;
    }

    .page-id-3454 .about {
        padding: 12px 0 32px !important;
    }
}

.about__row {
    /*align-items: flex-end;*/
}

.about__row .col-12:last-child {
    align-self: flex-end;
}

.about__row .col-12 p:last-child {
    margin-bottom: 0;
}

.about__card-cont {
    text-align: center;
    margin: 2rem auto;
}

@media (min-width: 992px) {
    .about__card-cont {
        border-radius: 0.8rem;
        padding: 16px 18px;
        background: rgba(255, 255, 255, 0.4);
    }
}

@media (min-width: 1199px) {
    .about__card-cont {
        margin: 0rem auto;
    }
}

.about__card-cont svg,
.about__card-cont img {
    margin-bottom: 16px;
}

@media (min-width: 992px) {

    .about__card-cont svg,
    .about__card-cont img {
        margin-bottom: 32px;
    }
}

.about__card-cont p {
    margin-bottom: 0;
}

.video-popup {
    padding: 2.4rem 0;
}

@media (min-width: 992px) {
    .video-popup {
        padding: 3.2rem 0;
    }
}

.professional-profile+.video-popup {
    padding-bottom: 32px;
}

@media (min-width: 992px) {
    .professional-profile+.video-popup {
        padding-top: 8px;
        padding-bottom: 56px;
    }
}

.video-popup__img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.video-popup__img-cont {
    position: relative;
    padding: 0 0 56.25%;
    display: block;
}

.video-popup__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9.2rem;
    height: 9.2rem;
}

@media (min-width: 992px) {
    .video-popup__play {
        width: auto;
        height: auto;
    }
}

.trust {
    padding: 3.2rem 0 6.4rem;
}

@media (min-width: 992px) {
    .trust {
        padding: 3.2rem 0 110px;
    }
}

.trust .row::before,
.trust .row::after {
    display: none;
}

.video-popup+.trust {
    padding-bottom: 32px;
}

@media (min-width: 992px) {
    .video-popup+.trust {
        padding-bottom: 56px;
    }
}

.breadcrumb+.trust {
    padding: 8px 0 32px;
}

@media (min-width: 992px) {
    .breadcrumb+.trust {
        padding: 56px 0;
    }
}

.trust__title {
    margin-bottom: 0.8rem;
}

.trust p:last-child {
    margin-bottom: 3.2rem;
}

@media (min-width: 992px) {
    .trust p:last-child {
        margin-bottom: 0;
    }
}

.trust__row:before,
.trust__row:after {
    display: none;
}

.patient-reviews {
    padding: 0px 0 32px;
}

@media (min-width: 992px) {
    .patient-reviews {
        /* padding: 56px 0 72px; */
        padding: 56px 0 0px;
    }
    .page-id-7160 .patient-reviews{
        padding-bottom: 30px;
    }
}

.patient-reviews__title {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .patient-reviews__title {
        margin-bottom: 16px;
    }
}

.patient-reviews__row-inner {
    padding: 2rem 0;
    align-items: center;
}

@media (min-width: 992px) {
    .patient-reviews__row-inner {
        padding: 4rem 0;
    }
}

.patient-reviews__row-inner:nth-child(even) {
    /*flex-direction: row-reverse;*/
}

.patient-reviews__img {
    margin-bottom: 2.4rem;
}

@media (min-width: 992px) {
    .patient-reviews__img {
        margin-bottom: 0;
    }
}

.patient-reviews__patients-review .patient-reviews__row-inner {
    padding: 0;
    flex-direction: row-reverse;
}

.patient-reviews__patients-review .patient-reviews__row-inner.justify-content-center .col-lg-8 .patient-reviews__img-cont {
    padding-bottom: 200px;
}

@media (min-width: 992px) {
    .patient-reviews__patients-review .patient-reviews__row-inner.justify-content-center .col-lg-8 .patient-reviews__img-cont {
        padding-bottom: 300px;
    }
}

@media (min-width: 992px) {
    .patient-reviews__patients-review .patient-reviews__row-inner:nth-child(odd) .col-lg-6:first-child {
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .patient-reviews__patients-review .patient-reviews__row-inner:nth-child(odd) .col-lg-6 .patient-reviews__img-cont {
        margin-left: -15px;
    }
}

@media (min-width: 992px) {
    .patient-reviews__patients-review .patient-reviews__row-inner:nth-child(even) .col-lg-6:first-child {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .patient-reviews__patients-review .patient-reviews__row-inner:nth-child(even) .col-lg-6 .patient-reviews__img-cont {
        margin-right: -15px;
    }
}

.patient-reviews__patients-review .patient-reviews__row-inner .col-lg-6:first-child {
    padding-top: 32px;
    padding-bottom: 32px;
}

.patient-reviews__patients-review .patient-reviews__row-inner .col-lg-6 p:last-child {
    margin-bottom: 0;
}

.patient-reviews__patients-review .patient-reviews__row-inner .col-lg-6 .patient-reviews__img {
    margin-bottom: 0;
}

.patient-reviews__patients-review .patient-reviews__img-cont {
    position: relative;
    display: block;
    overflow: hidden;
}

.patient-reviews__patients-review .patient-reviews__img-cont .patient-reviews__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9.2rem;
    height: 9.2rem;
}

.patient-reviews__patients-review .patient-reviews__img-cont .patient-reviews__img {
    width: 100%;
    float: left;
}

.patient-reviews__patients-review .patient-reviews__img-cont.popup-youtube {
    padding-bottom: 56%;
}

.page-template-templates #section-pantien-review-list .patient-reviews__img-cont .patient-reviews__img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@media (min-width: 992px) {
    .patient-reviews__patients-review .patient-reviews__img-cont.popup-youtube {
        position: relative;
        padding-bottom: 108.11%;
    }

    .patient-reviews__patients-review .patient-reviews__img-cont {
        padding-bottom: 57.59%;
    }



    .patient-reviews__patients-review .patient-reviews__img-cont .patient-reviews__play {
        width: auto;
        height: auto;
    }
}

.patient-reviews__patients-review .patient-reviews__img-cont.popup-youtube .patient-reviews__img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.approved-hostpital {
    position: relative;
    background: #444750;
    padding: 126px 0;
}

@media (min-width: 992px) {
    .approved-hostpital {
        padding: 112px 0;
    }
}

.image-with-text {
    position: relative;
    padding: 32px 0 64px;
}

@media (min-width: 992px) {
    .image-with-text {
        padding: 56px 0 112px;
    }
}

.image-with-text__img {
    margin-bottom: 2.4rem;
}

@media (min-width: 992px) {
    .image-with-text__img {
        margin-bottom: 0;
    }
}

.image-with-text.sidebar {
    position: relative;
    padding-top: 0px;
    padding-bottom: 25px;
    margin-bottom: 24px;
}

.image-with-text.sidebar:before {
    content: " ";
    width: 210px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: rgba(68, 71, 80, 0.2);
}

.image-with-text.sidebar:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.image-with-text.sidebar:last-child:before {
    display: none;
}

.home .image-with-text .corner__top {
    display: none;
}

.popular {
    position: relative;
    padding: 104px 0 112px;
    background: #444750;
}

.popular__title {
    padding-right: 64px;
    color: white;
    margin-bottom: 3.2rem;
}

@media (min-width: 992px) {
    .popular__title {
        padding-right: 0;
        margin-bottom: 4rem;
    }
}

.popular__title span:before,
.popular__title span:after {
    background: #ffffff;
}

.popular__slider {
    max-width: 320px;
}

@media (min-width: 768px) {
    .popular__slider {
        max-width: 100%;
    }
}

.popular__slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.popular__slider.owl-carousel .owl-nav {
    position: absolute;
    left: calc(100vw - 40px);
    top: -32px;
    transform: translateX(-100%) translateY(-100%);
    min-width: 64px;
}

@media (min-width: 768px) {
    .popular__slider.owl-carousel .owl-nav {
        left: auto;
        right: 0;
        top: -40px;
        transform: translateY(-100%);
    }
}

.popular__slider.owl-carousel .owl-nav button svg {
    float: left;
}

.popular__slider.owl-carousel .owl-nav button.disabled svg path {
    fill: #a36911;
}

.popular__slider-item {
    overflow: hidden;
    border-radius: 8px;
}

.popular__img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.popular__img-cont {
    position: relative;
    height: 280px;
    border-bottom: 2px solid #444750;
}

.popular__content {
    text-align: center;
    background: #ffffff;
    padding: 16px 20px;
}

@media (min-width: 992px) {
    .popular__content {
        padding: 24px 43px;
    }
}

.popular__content p span {
    display: inline-block;
    padding-right: 22px;
    position: relative;
    color: #606268;
}

.popular__content p span:before {
    background: #b9bbc4;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    content: " ";
    right: 8px;
    transform: translateY(-50%);
}

.popular__content p span:last-child:before {
    display: none;
}

/* .popular__row {
    padding-top: 2rem;
} */

/* @media (min-width: 992px) {
    .popular__row {
        padding-top: 4rem;
    }
} */

.meet-surgeons {
    position: relative;
    padding: 64px 0 32px;
}

@media (min-width: 992px) {
    .meet-surgeons {
        padding: 112px 0 56px;
    }
}

.meet-surgeons__title {
    margin-bottom: 3.2rem;
    text-align: center;
}

.meet-surgeons__slider {
    max-width: 100%;
    width: 100% !important;
    margin: 0 auto;
}

.meet-surgeons__slider-item {
    background: #a36911;
    border-radius: 4rem;
    max-width: 100%;
    padding: 32px 24px 101px;
    width: 100%;
}

@media (min-width: 576px) {
    .meet-surgeons__slider-item {
        margin-top: 8.2rem;
        float: left;
        padding: 0 24px 93px;
    }
}

.meet-surgeons__slider.owl-carousel .owl-nav {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 32px;
}

.meet-surgeons__slider.owl-carousel .owl-nav button {
    margin: 0 28px;
}

.meet-surgeons__slider.owl-carousel .owl-nav button svg {
    float: left;
}

.meet-surgeons__slider.owl-carousel .owl-nav button svg path {
    fill: #ffffff;
}

.meet-surgeons__slider.owl-carousel .owl-nav button svg:hover path {
    fill: #444750;
}

.meet-surgeons__slider.owl-carousel .owl-nav button.disabled svg path {
    fill: #444750;
}

.meet-surgeons__slider.owl-carousel .owl-nav button:first-child {
    margin-left: 0;
}

.meet-surgeons__slider.owl-carousel .owl-nav button:last-child {
    margin-right: 0;
}

.meet-surgeons__img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.meet-surgeons__img-cont {
    overflow: hidden;
    margin: 0 auto;
    width: 16.4rem;
    height: 16.4rem;
    position: relative;
    border: 3px solid #ffffff;
    border-radius: 50%;
}

@media (min-width: 576px) {
    .meet-surgeons__img-cont {
        margin-top: -8.2rem;
    }

}

.meet-surgeons__content {
    text-align: center;
    padding: 32px 0 0px;
}

.meet-surgeons__overview {
    margin-bottom: 20px;
}

.meet-surgeons__details {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    text-align: center;
}

.meet-surgeons__details li {
    align-items: baseline;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 4px;
    justify-content: center;
    line-height: 1.45;
    margin-bottom: 8px;
}

.meet-surgeons__details li:before {
    display: none;
}

.meet-surgeons__details li:last-child {
    margin-bottom: 0;
}

.meet-surgeons__details strong,
.meet-surgeons__details span {
    display: inline;
}

@media (min-width: 992px) {
    .meet-surgeons__content {
        padding: 32px 0 0px;
    }
}

.before-after {
    position: relative;
    padding: 64px 0 32px;
}

@media (min-width: 992px) {
    .before-after {
        padding: 112px 0 56px;
    }
}

.sticky-nav+.before-after {
    padding-top: 56px;
}

.before-after__title {
    padding-right: 64px;
    margin-bottom: 3.2rem;
}

@media (min-width: 992px) {
    .before-after__title {
        padding-right: 0;
        margin-bottom: 4rem;
    }
}

.before-after__instagram {
    padding: 64px 0 32px;
}

@media (min-width: 992px) {
    .before-after__instagram {
        padding: 112px 0 56px;
    }
}

.before-after__instagram-slider .before-after__img-cont {
    height: 334px;
}

@media (min-width: 992px) {
    .before-after__instagram-slider .before-after__img-cont {
        height: 430px;
    }

    .before-after__instagram-slider .owl-item {
        width: 430px !important;
    }
}

.before-after__instagram-slider.before-after__slider.owl-carousel .owl-dots {
    display: none;
}

.before-after__clinic {
    padding-top: 32px;
    padding-bottom: 64px;
}

@media (min-width: 992px) {
    .before-after__clinic {
        padding-top: 56px;
        padding-bottom: 112px;
    }
}

.before-after__clinic-slider {
    max-width: 358px !important;
}

@media (min-width: 992px) {
    .before-after__clinic-slider {
        max-width: none !important;
    }
}

.before-after__clinic-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

@media (min-width: 992px) {
    .before-after__clinic-slider.owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    /*.before-after__clinic-slider .before-after__img-cont .before-after__img {
    min-height: 277px !important;
  }*/
}

.before-after__clinic-slider.before-after__slider.owl-carousel .owl-dots {
    display: none;
}

.before-after__clinic-slider .before-after__img-cont {
    background: white;
    height: 320px;
    border: none;
    padding-top: 0;
}

.before-after__clinic-slider .before-after__img-cont {
    overflow: hidden;
}

.before-after__clinic-slider .before-after__img-cont .before-after__img {
    width: 140px;
    height: 100%;
    left: auto;
    right: 0;
    position: absolute;
    top: 0px;
}

.popular__slider.owl-carousel {
    margin-bottom: 50px;
}

.before-after__clinic-slider .before-after__img-cont .before-after__slider-content {
    position: absolute;
    width: calc(100% - 140px);
    height: 100%;
    padding: 24px 16px;
}

.before-after__clinic-slider .before-after__img-cont .before-after__slider-content p {
    margin-bottom: 16px;
}

.before-after__clinic-slider .before-after__img-cont .before-after__slider-content p:first-child {
    font-weight: 700;
}

.before-after__slider.before-after__clinic-slider.sidebar.owl-carousel .before-after__img-cont {
    /*padding-bottom: 63%;*/
    padding-bottom: 0%;
}

.before-after__clinic-slider .before-after__img-cont .before-after__slider-content a {
    display: inline-flex;
    align-items: center;
}

.before-after__clinic-slider .before-after__img-cont .before-after__slider-content a.before-after__slider-content-link {
    gap: 4px;
    color: #a36911;
}

.before-after__clinic-slider .before-after__img-cont .before-after__slider-content a.before-after__slider-content-link img {
    width: 16px;
    height: 16px;
}

.before-after__clinic-slider .before-after__img-cont .before-after__slider-content a.before-after__slider-link {
    gap: 8px;
    /*position: absolute;*/
    bottom: 24px;
    left: 16px;
}

.before-after__clinic-slider .before-after__img-cont .before-after__slider-content a.before-after__slider-link img {
    width: 16px;
    height: 16px;
}

.before-after__name {
    background: rgba(68, 71, 80, 0.7);
    font-size: 18px;
    line-height: 20px;
    padding: 17px 15px;
    border-radius: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    position: absolute;
    text-align: center;
    color: #ffffff;
}

.before-after__youtube {
    padding: 32px 0 32px;
}

@media (min-width: 992px) {
    .before-after__youtube {
        padding: 56px 0;
    }
}

.before-after__youtube-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

body.page-template-template-patient-review .before-after__youtube-slider.owl-carousel .owl-stage-outer {
    /*  overflow: visible !important;*/
}

.before-after__youtube .before-after__slider-item {
    width: 445px;
}

.before-after__youtube-slider .before-after__img-cont {
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .before-after__youtube-slider .before-after__img-cont {
        /*width: 445px;*/
        /*height: 360px;*/
    }
}

.before-after__youtube-slider .before-after__img-cont:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("./assets/images/youtube-play.svg") no-repeat scroll center;
    background-size: contain;
    width: 65px;
    height: 46px;
    z-index: 2;
}

@media (min-width: 992px) {
    .before-after__youtube-slider .before-after__img-cont:before {
        width: 96px;
        height: 68px;
    }
}

.before-after__youtube-slider.before-after__slider.owl-carousel .owl-dots {
    display: none;
}

.before-after__profile {
    padding: 32px 0;
}

@media (min-width: 992px) {
    .before-after__profile {
        padding: 56px 0;
    }
}

.before-after .popular__row .text-center {
    text-align: left;
}

@media (min-width: 992px) {
    .before-after .popular__row .text-center {
        text-align: center;
    }
}

.before-after__slider {
    max-width: 100%;
}

.before-after__slider.owl-carousel {
    max-width: 334px;
}

@media (min-width: 992px) {
    .before-after__slider.owl-carousel {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .page-template-template-ppc .before-after__slider.owl-carousel .owl-dots {
        display: none;
    }
}

.before-after__slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

@media (min-width: 992px) {
    .before-after__slider.owl-carousel .owl-stage-outer {
        overflow: hidden;
    }
}

.before-after__slider.owl-carousel .owl-nav {
    position: absolute;
    left: calc(100vw - 50px);
    top: -32px;
    transform: translateX(-100%) translateY(-100%);
    min-width: 64px;
}

@media (min-width: 992px) {
    .before-after__slider.owl-carousel .owl-nav {
        display: block;
        left: auto;
        right: 0;
        top: -40px;
        transform: translateY(-100%);
    }
}

@media (max-width: 991px) {
    div.before-after__slider.sidebar.owl-carousel .owl-nav {
        transform: translateX(-100%) translateY(-100%);
    }
}

@media (max-width: 767px) {
    .before-after__slider.owl-carousel .owl-nav {
        left: calc(100vw - 30px);
    }
}

.before-after__slider.owl-carousel .owl-nav button svg {
    float: left;
}

.before-after__slider.owl-carousel .owl-nav button.disabled svg path {
    fill: #a36911;
}

.before-after__slider.owl-carousel .owl-dots {
    justify-content: center;
    display: none;
}

@media (min-width: 768px) {
    .before-after__slider.owl-carousel .owl-dots {
        display: flex;
    }
}

.before-after__slider.owl-carousel .owl-dots button {
    margin: 4px;
}

.before-after__slider.owl-carousel .owl-dots button span {
    float: left;
    width: 8px;
    height: 8px;
    opacity: 0.3;
    background: #444750;
    border-radius: 4px;
}

.before-after__slider.owl-carousel .owl-dots button.active span {
    opacity: 1;
}

.before-after__slider-item {
    overflow: hidden;
    border-radius: 1px;
}

#section-clinic-location .before-after__img {
    position: absolute;
    top: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    /* width: 100%; */
    border-radius: 8px;
}

.single-blur-link img.before-after__img {
    position: relative;
}

.before-after__img-hide:before {
    color: #ffffff;
    content: attr(data-text);
    position: absolute;
    line-height: 20px;
    padding: 8px 8px 8px 38px;
    background: url(./assets/images/eye.png) no-repeat scroll left center, rgba(68, 71, 80, 0.5);
    z-index: 2;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}

.before-after__img-hide:after {
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(68, 71, 80, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1;
    border-radius: 8px;
}

.before-after__img-cont {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 8px;
    /*  overflow: hidden;*/
    /* padding-top: 57.59%; */
}

@media (min-width: 768px) {
    .before-after__img-cont {}
}

.before-after__content {
    padding: 24px 0 0;
}

.before-after__content h3 {
    font-size: 2.6rem;
}

@media (min-width: 992px) {
    .before-after__content {
        padding: 16px 0 0;
        display: block;
    }
}

.before-after.sidebar {
    position: relative;
    padding-top: 0;
    padding-bottom: 25px;
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .before-after.sidebar {
        padding-top: 64px;
    }
}

.before-after.sidebar .popular__row {
    padding-top: 1rem;
}

.before-after.sidebar .sidebar {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.before-after.sidebar .sidebar::before {
    display: none;
}

.before-after.sidebar:before {
    content: " ";
    width: 210px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: rgba(68, 71, 80, 0.2);
}

.before-after.sidebar:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.before-after.sidebar:last-child:before {
    display: none;
}

.before-after__slider.sidebar.owl-carousel {
    max-width: 334px;
}

@media (min-width: 992px) {
    .before-after__slider.sidebar.owl-carousel {
        max-width: 100%;
    }
}

.before-after__slider.sidebar.owl-carousel .owl-stage-outer {
    overflow: visible;
}

@media (min-width: 992px) {
    .before-after__slider.sidebar.owl-carousel .owl-stage-outer {
        overflow: hidden;
    }
}

.before-after__slider.sidebar.owl-carousel.before-after__youtube-slider {
    max-width: 310px;
}

@media (min-width: 992px) {
    .before-after__slider.sidebar.owl-carousel.before-after__youtube-slider {
        max-width: 100%;
    }
}

.before-after__slider.sidebar.owl-carousel.before-after__youtube-slider .owl-stage-outer {
    overflow: visible;
}

@media (min-width: 992px) {
    .before-after__slider.sidebar.owl-carousel.before-after__youtube-slider .owl-stage-outer {
        overflow: hidden;
    }
}

.before-after__slider.sidebar.owl-carousel .owl-nav .owl-prev,
.before-after__slider.sidebar.owl-carousel .owl-nav .owl-next {
    float: left;
}

.before-after__slider.sidebar.owl-carousel .before-after__img-cont {
    max-width: 100%;
    height: auto;
    /*  padding: 0 0 48%;*/
}

.before-after__slider.sidebar.owl-carousel .before-after__slider-item {
    width: 100%;
}

.before-after__slider.sidebar.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -32px;
    transform: translateY(-100%);
    min-width: 64px;
}

.before-after__slider.sidebar.owl-carousel .owl-nav button svg {
    float: left;
}

.before-after__slider.sidebar.owl-carousel .owl-dots {
    display: none !important;
}

.client-slider {
    position: relative;
    padding: 64px 0 32px;
}

@media (min-width: 768px) {
    .client-slider {
        padding: 64px 0;
    }
}

.client-slider__slider {
    width: 302px !important;
    max-width: 100%;
}

@media (min-width: 768px) {
    .client-slider__slider {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .client-slider__slider.owl-carousel {
        padding: 0 48px;
    }
}

.client-slider__slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

@media (min-width: 768px) {
    .client-slider__slider.owl-carousel .owl-stage-outer {
        overflow: hidden;
    }
}

.client-slider__slider.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: -32px;
    transform: translateY(-100%);
    display: none;
}

@media (min-width: 768px) {
    .client-slider__slider.owl-carousel .owl-nav {
        height: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        top: 50%;
        transform: translateY(-50%);
    }
}

.client-slider__slider.owl-carousel .owl-nav button svg {
    float: left;
}

@media (min-width: 768px) {
    .client-slider__slider.owl-carousel .owl-nav button svg {
        transform: translateY(-50%);
    }
}

.client-slider__slider-item {
    text-align: center;
}

.consultation {
    position: relative;
    background: #444750;
    padding: 112px 0;
}

.consultation .screen-reader-response {
    display: none;
}

.consultation h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .consultation h3 {
        font-size: 34px;
        line-height: 44px;
    }
}

.consultation p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 41px;
}

@media (min-width: 992px) {
    .consultation p {
        margin-bottom: 32px;
    }
}

.consultation__inner {
    padding: 32px;
    /* background: rgba(255, 255, 255, 0.3); */
    background: rgb(68 71 81);
    border-radius: 8px;
}

.consultation__inner h5 {
    color: #fff;
}

.consultation__inner .container {
    padding-left: 0;
    padding-right: 0;
}

.consultation.sidebar {
    background: none;
    padding-top: 0;
}

@media (min-width: 992px) {
    .consultation.sidebar .col-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.consultation.sidebar .col-12 .gform_wrapper.gravity-theme input[type=email]:not([class*=ui-datepicker]),
.consultation.sidebar .col-12 input[type=text]:not([class*=ui-datepicker]),
.consultation.sidebar .col-12 input[type=password]:not([class*=ui-datepicker]),
.consultation.sidebar .col-12 input[type=email]:not([class*=ui-datepicker]),
.consultation.sidebar .col-12 input[type=number]:not([class*=ui-datepicker]),
.consultation.sidebar .col-12 input[type=tel]:not([class*=ui-datepicker]),
.consultation.sidebar .col-12 select:not([class*=ui-datepicker]),
.consultation.sidebar .col-12 textarea:not([class*=ui-datepicker]) {
    margin-bottom: 16px;
    background: #ffffff !important;
    border-color: rgba(68, 71, 80, 0.16);
}

.consultation.sidebar .col-12 .gform_wrapper.gravity-theme input[type=email]:not([class*=ui-datepicker]):focus,
.consultation.sidebar .col-12 .gform_wrapper.gravity-theme input[type=email]:not([class*=ui-datepicker]):focus-within,
.consultation.sidebar .col-12 input[type=text]:not([class*=ui-datepicker]):focus,
.consultation.sidebar .col-12 input[type=text]:not([class*=ui-datepicker]):focus-within,
.consultation.sidebar .col-12 input[type=password]:not([class*=ui-datepicker]):focus,
.consultation.sidebar .col-12 input[type=password]:not([class*=ui-datepicker]):focus-within,
.consultation.sidebar .col-12 input[type=email]:not([class*=ui-datepicker]):focus,
.consultation.sidebar .col-12 input[type=email]:not([class*=ui-datepicker]):focus-within,
.consultation.sidebar .col-12 input[type=number]:not([class*=ui-datepicker]):focus,
.consultation.sidebar .col-12 input[type=number]:not([class*=ui-datepicker]):focus-within,
.consultation.sidebar .col-12 input[type=tel]:not([class*=ui-datepicker]):focus,
.consultation.sidebar .col-12 input[type=tel]:not([class*=ui-datepicker]):focus-within,
.consultation.sidebar .col-12 select:not([class*=ui-datepicker]):focus,
.consultation.sidebar .col-12 select:not([class*=ui-datepicker]):focus-within,
.consultation.sidebar .col-12 textarea:not([class*=ui-datepicker]):focus,
.consultation.sidebar .col-12 textarea:not([class*=ui-datepicker]):focus-within {
    border-color: rgba(68, 71, 80, 0.14);
}

.consultation.sidebar .col-12 .gform_wrapper.gravity-theme input[type=email]:not([class*=ui-datepicker])::-webkit-input-placeholder,
.consultation.sidebar .col-12 input[type=text]:not([class*=ui-datepicker])::-webkit-input-placeholder,
.consultation.sidebar .col-12 input[type=password]:not([class*=ui-datepicker])::-webkit-input-placeholder,
.consultation.sidebar .col-12 input[type=email]:not([class*=ui-datepicker])::-webkit-input-placeholder,
.consultation.sidebar .col-12 input[type=number]:not([class*=ui-datepicker])::-webkit-input-placeholder,
.consultation.sidebar .col-12 input[type=tel]:not([class*=ui-datepicker])::-webkit-input-placeholder,
.consultation.sidebar .col-12 select:not([class*=ui-datepicker])::-webkit-input-placeholder,
.consultation.sidebar .col-12 textarea:not([class*=ui-datepicker])::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(68, 71, 80, 0.5) !important;
}

.consultation.sidebar .col-12 .gform_wrapper.gravity-theme input[type=email]:not([class*=ui-datepicker])::-moz-placeholder,
.consultation.sidebar .col-12 input[type=text]:not([class*=ui-datepicker])::-moz-placeholder,
.consultation.sidebar .col-12 input[type=password]:not([class*=ui-datepicker])::-moz-placeholder,
.consultation.sidebar .col-12 input[type=email]:not([class*=ui-datepicker])::-moz-placeholder,
.consultation.sidebar .col-12 input[type=number]:not([class*=ui-datepicker])::-moz-placeholder,
.consultation.sidebar .col-12 input[type=tel]:not([class*=ui-datepicker])::-moz-placeholder,
.consultation.sidebar .col-12 select:not([class*=ui-datepicker])::-moz-placeholder,
.consultation.sidebar .col-12 textarea:not([class*=ui-datepicker])::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(68, 71, 80, 0.5) !important;
}

.consultation.sidebar .col-12 .gform_wrapper.gravity-theme input[type=email]:not([class*=ui-datepicker]):-ms-input-placeholder,
.consultation.sidebar .col-12 input[type=text]:not([class*=ui-datepicker]):-ms-input-placeholder,
.consultation.sidebar .col-12 input[type=password]:not([class*=ui-datepicker]):-ms-input-placeholder,
.consultation.sidebar .col-12 input[type=email]:not([class*=ui-datepicker]):-ms-input-placeholder,
.consultation.sidebar .col-12 input[type=number]:not([class*=ui-datepicker]):-ms-input-placeholder,
.consultation.sidebar .col-12 input[type=tel]:not([class*=ui-datepicker]):-ms-input-placeholder,
.consultation.sidebar .col-12 select:not([class*=ui-datepicker]):-ms-input-placeholder,
.consultation.sidebar .col-12 textarea:not([class*=ui-datepicker]):-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(68, 71, 80, 0.5) !important;
}

.consultation.sidebar .col-12 .gform_wrapper.gravity-theme input[type=email]:not([class*=ui-datepicker]):-moz-placeholder,
.consultation.sidebar .col-12 input[type=text]:not([class*=ui-datepicker]):-moz-placeholder,
.consultation.sidebar .col-12 input[type=password]:not([class*=ui-datepicker]):-moz-placeholder,
.consultation.sidebar .col-12 input[type=email]:not([class*=ui-datepicker]):-moz-placeholder,
.consultation.sidebar .col-12 input[type=number]:not([class*=ui-datepicker]):-moz-placeholder,
.consultation.sidebar .col-12 input[type=tel]:not([class*=ui-datepicker]):-moz-placeholder,
.consultation.sidebar .col-12 select:not([class*=ui-datepicker]):-moz-placeholder,
.consultation.sidebar .col-12 textarea:not([class*=ui-datepicker]):-moz-placeholder {
    /* Firefox 18- */
    color: rgba(68, 71, 80, 0.5) !important;
}

.consultation.sidebar .col-12 select:not([class*=ui-datepicker]) {
    background: url("./assets/images/dropdown-dark.png") no-repeat scroll center right, #ffffff !important;
}

.consultation.sidebar .col-12 select.placeholder-shown {
    color: rgba(68, 71, 80, 0.5) !important;
}

.consultation.sidebar .col-12 select.placeholder-hidden {
    color: color(#444750, 1);
}

.consultation__or {
    padding: 32px 0;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.consultation__or:before {
    content: " ";
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.consultation__or-text {
    position: relative;
    z-index: 5;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    background: #444750;
    padding: 0 17px;
}

.consultation__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.consultation__btns .btn__icon {
    position: relative;
    color: #ffffff !important;
    background: #62646c !important;
    box-shadow: 0 0 0 1px #7b7d84 !important;
    padding-left: 56px !important;
}

.consultation__btns .btn__icon:before {
    width: 24px;
    height: 24px;
    content: " ";
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.consultation__btns .btn__icon.btn__icon-call:before {
    background: url("./assets/icons/call-btn.svg") no-repeat scroll center;
}

.consultation__btns .btn__icon.btn__icon-chat:before {
    background: url("./assets/icons/message.svg") no-repeat scroll center;
}

.page-index {
    position: relative;
    padding: 104px 0 112px;
    background: #444750;
}

.page-index__title {
    color: white;
    margin-bottom: 3.2rem;
}

@media (min-width: 992px) {
    .page-index__title {
        margin-bottom: 4rem;
    }
}

.page-index__title span:before,
.page-index__title span:after {
    background: #ffffff;
}

.page-index ul {
    display: flex;
    flex-wrap: wrap;
}

.page-index ul li {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
    .page-index ul li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.page-index ul li a {
    color: rgba(255, 255, 255, 0.7);
}

.page-index ul li a:hover {
    color: white;
}

.page-index ul li:before {
    width: 8px;
    height: 8px;
    background: #a36911;
    top: 10px;
    transform: none;
    border-radius: 4px;
}

.medically-reviewed {
    padding: 64px 0 32px;
}

@media (min-width: 992px) {
    .medically-reviewed {
        padding: 64px 0 32px;
    }
}

.medically-reviewed.single-post {
    padding: 32px 0;
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .medically-reviewed.single-post {
        padding: 24px 0;
        margin-bottom: 8px;
    }
}

.medically-reviewed__by {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    max-width: 911px;
}

@media (min-width: 992px) {
    .medically-reviewed__by {
        align-items: center;
    }
}

.medically-reviewed__img {
    width: 100px;
    height: 100px;
    border-radius: 76px;
}

.medically-reviewed__cont {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .medically-reviewed__cont {
        flex: 0 0 calc(100% - 160px);
        max-width: calc(100% - 160px);
    }
}

.medically-reviewed__cont p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
}

@media (min-width: 992px) {
    .medically-reviewed__cont p {
        text-align: left;
    }
}

.medically-reviewed__cont p a {
    color: #a36911;
}

.medically-reviewed__cont p a:hover {
    color: #444750;
}

.medically-reviewed__cont p span {
    color: rgba(68, 71, 80, 0.6);
}

.breadcrumb {
    padding: 24px 0;
}

.breadcrumb ul li {
    display: inline-flex;
    padding-left: 0;
    padding-right: 40px;
    margin-bottom: 0;
    color: #444750;
}

.breadcrumb ul li:before {
    background: url("./assets/images/right-arrow-crumb.png") no-repeat scroll center;
    left: auto;
    right: 8px;
}

.breadcrumb ul li:last-child {
    padding-right: 0;
}

.breadcrumb ul li:last-child:before {
    display: none;
}

.breadcrumb ul li,
.breadcrumb ul li a {
    font-size: 14px;
}

.breadcrumb ul li a {
    font-size: 14px;
    color: rgba(68, 71, 80, 0.5);
}

.breadcrumb ul li a:hover {
    color: #444750;
}

@media (max-width: 991px) {
    .sticky-nav {
        overflow-x: auto;
    }
}

.masthead__ppc+.sticky-nav {
    margin-top: 6.4rem;
}

@media (min-width: 992px) {
    .masthead__ppc+.sticky-nav {
        margin-top: 8rem;
    }
}

.sticky-nav ul {
    padding: 16px 8px;
    border-top: 1px solid rgba(68, 71, 80, 0.14);
    border-bottom: 1px solid rgba(68, 71, 80, 0.14);
    margin-bottom: 8px;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    flex-wrap: nowrap;
}

@media (min-width: 992px) {
    .sticky-nav ul {
        margin-left: 0;
        margin-right: 0;
    }
}

.sticky-nav ul li {
    padding: 0 16px;
    margin-bottom: 0;
    position: relative;
}

.sticky-nav ul li:before {
    display: none;
}

.sticky-nav ul li.active:before {
    display: block;
    background: url("./assets/images/sticky-arrow.png") no-repeat scroll center;
    width: 20px;
    height: 9px;
    top: calc(100% + 16px);
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}

.sticky-nav ul li.active:after {
    width: calc(100% - 32px);
    height: 1px;
    background: #444750;
    content: " ";
    position: absolute;
    left: 16px;
    top: calc(100% + 16px);
}

.sticky-nav ul li a {
    font-size: 16px;
    color: rgba(68, 71, 80, 0.6);
    float: left;
    white-space: nowrap;
}

.sticky-nav ul li.active a {
    color: #444750;
}

.sticky-nav ul li:first-child {
    padding-left: 0;
    padding-right: 0;
}

.sticky-nav ul li:first-child a {
    background: url("./assets/images/arrow-up.png") no-repeat scroll left center;
    padding-right: 16px;
    border-right: 1px solid rgba(68, 71, 80, 0.14);
    width: 40px;
    height: 24px;
}

.trusted-brands {
    padding: 32px 0;
}

@media (min-width: 992px) {
    .trusted-brands {
        padding: 56px 0;
    }
}

.trusted-brands__images {
    display: flex;
    gap: 40px;
    padding-bottom: 64px;
}

@media (min-width: 992px) {
    .trusted-brands__images {
        flex-wrap: wrap;
        padding-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .trusted-brands__images {
        overflow-x: auto;
    }
}

.trusted-brands__images li {
    margin-bottom: 0;
    padding: 0;
}

.trusted-brands__images li:before {
    display: none;
}

.trusted-brands__images li img {
    max-width: none;
}

.trusted-brands__text {
    padding: 32px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
}

.trusted-brands__text p {
    color: #606268;
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.trusted-brands__text p:last-child {
    margin-bottom: 0;
}

.stats {
    padding: 32px 0 0;
}

@media (min-width: 992px) {
    .stats {
        padding: 56px 0 0;
    }
}

.stats ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.stats ul li {
    border: 1px solid rgba(68, 71, 80, 0.3);
    font-size: 16px;
    /* line-height: 2.8px; */
    line-height: 1.3;
    margin-bottom: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 18px 20px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
}

@media (min-width: 768px) {
    .stats ul li {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media (min-width: 992px) {
    .stats ul li {
        padding: 16px 20px;
        flex: 0 0 calc(33.333333% - 20px);
        max-width: calc(33.333333% - 20px);
    }
}

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

.references {
    padding: 32px 0;
}

@media (min-width: 992px) {
    .references {
        padding: 56px 0;
    }
}

.references ul {
    display: inline-block;
    margin-bottom: 4rem;
}

@media (min-width: 992px) {
    .references ul {
        margin-bottom: 0;
    }
}

.references ul li:before {
    background: url("./assets/images/check-round.svg") no-repeat scroll center;
}

.references ul li a {
    text-decoration: underline;
}

.references ul li a:hover {
    text-decoration: none;
}

.references__title {
    margin-bottom: 4rem;
}

.references .btn__references {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.references .btn__references:hover {
    color: #ffffff !important;
    background: #444750;
}

.faq {
    padding: 32px 0 64px;
}

@media (min-width: 992px) {
    .faq {
        padding: 56px 0 70px;
    }
}

.faq__title {
    text-align: center;
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .faq__title {
        margin-bottom: 40px;
    }
}

.faq__content {
    padding: 24px 0;
    border-bottom: 1px solid rgba(68, 71, 80, 0.1);
}

.faq__content h3 {
    margin-bottom: 0.9rem;
}

.faq__content h6 {
    font-size: 18px;
    margin-bottom: 16px;
}

.faq__content p {
    color: #606268;
}

.faq__content p:last-child {
    margin-bottom: 0;
}

.faq__content p a {
    color: #a36911;
}

.price-from {
    padding: 32px 0 64px;
}

@media (min-width: 992px) {
    .price-from {
        padding: 56px 0 112px;
    }
}

.price-from h4 {
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .price-from h4 {
        margin-bottom: 80px;
    }
}

.price-from__btn {
    display: block;
    text-align: center;
    margin-top: 8px;
}

@media (min-width: 576px) {
    .price-from__btn {
        margin-top: 8px;
        display: inline-block;
    }
}

.price-from__img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.price-from__img-cont {
    position: relative;
    padding: 107.5px 0;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 4rem;
}

@media (min-width: 992px) {
    .price-from__img-cont {
        padding: 50% 0;
        margin-top: 0rem;
    }
}

.meet-consultants {
    position: relative;
    background: #444750;
    padding: 92px 0 85px;
}

@media (min-width: 992px) {
    .meet-consultants {
        padding: 112px 0 74px;
    }
}

.meet-consultants .position {
    padding-top: 16px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.meet-consultants__details {
    margin-top: 16px;
    padding: 0;
}

.meet-consultants__details li {
    display: block;
    margin: 0 0 8px;
    padding: 0 0 0 18px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.meet-consultants__details li:before {
    width: 8px;
    height: 8px;
    background: #a36911;
    top: 6px;
    transform: none;
    border-radius: 4px;
}

.meet-consultants__details strong,
.meet-consultants__details span {
    display: inline;
}

.meet-consultants__slider {
    max-width: 300px;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .meet-consultants__slider {
        max-width: none;
        margin-top: 0;
    }
}

.meet-consultants__slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

@media (min-width: 992px) {
    .meet-consultants__slider.owl-carousel .owl-stage-outer {
        overflow: hidden;
    }
}

.meet-consultants__slider .meet-consultants__img-cont {
    position: relative;
    width: 100%;
    height: 365px;
    overflow: hidden;
    border-radius: 8px;
}

.meet-consultants__slider .meet-consultants__img-cont .meet-consultants__img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    filter: grayscale(1);
    transition: all 300 linear;
}

.meet-consultants__slider .meet-consultants__img-cont:hover .meet-consultants__img {
    filter: grayscale(0);
}

.meet-consultants__slider-nav {
    text-align: right;
    padding-top: 32px;
}

@media (min-width: 992px) {
    .meet-consultants__slider-nav {
        text-align: left;
    }
}

.meet-consultants__slider-nav img {
    cursor: pointer;
}

.meet-consultants__slider-nav img.disabled {
    opacity: 0.5;
}

.meet-consultants__name {
    background: rgba(68, 71, 80, 0.7);
    font-size: 18px;
    line-height: 20px;
    padding: 17px 15px;
    border-radius: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    position: absolute;
    text-align: center;
    color: #ffffff;
}

.related-slider {
    padding: 32px 0;
}

@media (min-width: 992px) {
    .related-slider {
        padding: 56px 0;
    }
}

.related-slider .owl-nav {
    display: none;
}

.dark-bg+.related-slider {
    padding: 64px 0 32px;
}

@media (min-width: 992px) {
    .dark-bg+.related-slider {
        padding: 112px 0 56px;
    }
}

.related-slider+.related-slider {
    padding: 32px 0 64px;
}

@media (min-width: 992px) {
    .related-slider+.related-slider {
        padding: 56px 0 112px;
    }
}

.related-slider__title {
    text-align: center;
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .related-slider__title {
        margin-bottom: 8rem;
    }
}

.related-slider .related-slider__cont.owl-carousel {
    display: block !important;
}

@media (max-width: 767px) {
    .related-slider .related-slider__cont.owl-carousel {
        max-width: 320px;
    }
}

.related-slider .related-slider__cont.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.related-slider .related-slider__cont-item {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 0;
}

.related-slider .related-slider__cont-item img {
    max-width: 80px;
    flex: 0 0 80px;
}

.related-slider .related-slider__cont-item p {
    margin-bottom: 0;
    max-width: calc(100% - 80px);
    flex: calc(100% - 80px);
}

.finance-option {
    position: relative;
    background: #444750;
    padding: 80px 0 116px;
}

@media (min-width: 992px) {
    .finance-option {
        padding: 112px 0 164px;
    }
}

.finance-option__cont {
    border-radius: 8px;
    background: #ffffff;
    padding: 24px;
    margin-bottom: 3rem;
}

@media (min-width: 992px) {
    .finance-option__cont {
        margin-bottom: 0;
        padding: 32px;
    }
}

.finance-option .container .row:first-child {
    padding-bottom: 4rem;
}

@media (min-width: 992px) {
    .finance-option .container .row:first-child {
        padding-bottom: 8rem;
    }
}

@media (max-width: 767px) {
    .finance-option__row {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}

@media (max-width: 767px) {
    .finance-option__row .col-12 {
        max-width: 340px;
        flex: 0 0 340px;
    }
}

.finance-option__finance {
    background: none;
    padding: 40px 0 32px;
}

@media (min-width: 992px) {
    .finance-option__finance {
        padding: 56px 0;
    }
}

.finance-option__finance .container .row:first-child {
    padding-bottom: 0rem;
}

.finance-option h3 {
    /* display: flex; */
    color: #444750;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(68, 71, 80, 0.1);
    margin-bottom: 16px;
    align-items: center;
    text-align: left;
    font-size: 22px;
    line-height: 1.2;
}

.finance-option h3 .pound {
    font-size: 16px;
    line-height: 20px;
    padding-right: 8px;
}

.finance-option h3 .price {
    font-family: "Lao MN", sans-serif;
    font-size: 38px;
    line-height: 52px;
    display: inline-flex;
    align-items: center;
    max-width: 50%;
    flex: 0 0 50%;
}

@media (min-width: 992px) {
    .finance-option h3 .price {
        font-size: 48px;
        line-height: 66px;
    }
}

.finance-option h3 .text {
    max-width: 50%;
    flex: 0 0 50%;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}

.finance-option ul {
    margin-bottom: 24px;
}

.finance-option ul li {
    margin: 0 0 8px;
    padding: 0 15px 0 0;
    font-size: 16px;
    line-height: 35px;
    color: rgba(68, 71, 80, 0.8);
    text-align: left;
}

@media (min-width: 992px) {
    .finance-option ul li {
        margin: 8px 0;
    }
}

.finance-option ul li:before {
    left: auto;
    right: 0;
    width: 9px;
    height: 7px;
    background: url(./assets/images/right-check.svg) no-repeat scroll center;
    top: 18px;
    transform: translateY(-50%);
    text-align: left;
}

.finance-option__btn.btn {
    color: #ffffff !important;
    background: #444750 !important;
}

.finance-option__btn.btn:hover {
    color: #444750 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 1px #444750;
}

.content {
    padding: 32px 0 64px;
}

@media (min-width: 992px) {
    .content {
        padding: 56px 0 112px;
    }
}

.content .container *:last-child {
    margin-bottom: 0;
}

.before-after-list {
    position: relative;
    padding: 2px 0 32px;
}

@media (min-width: 992px) {
    .before-after-list {
        padding: 26px 0 56px;
    }
}

.before-after-list .before-after__slider {
    max-width: none;
}

.before-after-list .before-after__slider-item {
    overflow: hidden;
    border-radius: 8px;
}

.before-after-list .col-lg-6.col-12:nth-child(n+2) {
    margin-top: 3rem;
}

/*.before-after-list .col-lg-6.col-12:nth-child(n+3) {
  margin-top: 0;
}*/
.before-after-list .before-after__slider .col-lg-6 .before-after__content p:last-child {
    margin-bottom: 0;
}

.before-after-list .before-after____img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.before-after-list .before-after____img-hide:before {
    color: #ffffff;
    content: attr(data-text);
    position: absolute;
    line-height: 20px;
    padding: 8px 8px 8px 38px;
    background: url(./assets/images/eye.png) no-repeat scroll left center, rgba(68, 71, 80, 0.5);
    z-index: 2;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}

.before-after-list .before-after____img-hide:after {
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background-color: rgba(68, 71, 80, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1;
}

.before-after-list .before-after____img-cont {
    display: block;
    width: 100%;
    position: relative;
    height: 221px;
    border-radius: 8px;
    border: 2px solid #ffffff;
    overflow: hidden;
}

@media (min-width: 768px) {
    .before-after-list .before-after____img-cont {
        height: 265px;
        border-width: 3px;
    }
}

.before-after-list .before-after__content {
    padding: 24px 0 0;
}

@media (min-width: 992px) {
    .before-after-list .before-after__content {
        padding: 16px 0 0;
    }
}

.professional-profile {
    padding: 40px 0 32px;
}

@media (min-width: 992px) {
    .professional-profile {
        padding: 40px 0 56px;
    }
}

.professional-profile .professional-profile__social-links {
    padding: 30px 0;
    overflow: hidden;
}

.professional-profile .professional-profile__social-links .professional-profile__social-item {
    float: left;
    overflow: hidden;
    padding-left: 0;
    padding-right: 12px;
}

.professional-profile .professional-profile__social-links .professional-profile__social-item:last-child {
    padding-right: 0;
}

.professional-profile .professional-profile__social-links .professional-profile__social-item:before {
    display: none;
}

.professional-profile .professional-profile__social-links .professional-profile__social-link {
    padding: 12px;
    background: rgba(68, 71, 80, 0.1);
    border-radius: 22px;
    float: left;
}

.professional-profile .professional-profile__social-links .professional-profile__social-link img {
    float: left;
    width: 20px;
    height: 20px;
}

.professional-profile .col-12 p.para-big {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 26px;
    font-weight: 700;
    padding-top: 30px;
}

@media (min-width: 992px) {
    .professional-profile .col-12 p.para-big {
        padding-top: 0;
    }
}

.professional-profile .col-12 p:last-child {
    margin-bottom: 0;
}

.professional-profile__with-bg {
    margin-top: 16px;
    background: rgba(255, 255, 255, 0.3);
    padding: 32px 32px 40px;
    border-radius: 8px;
}

@media (min-width: 992px) {
    .professional-profile__with-bg {
        margin-top: 32px;
        padding: 32px 34px 40px;
    }
}

.professional-profile__with-bg h4 {
    margin-bottom: 32px;
}

.professional-profile__with-bg ul {
    margin-bottom: 0;
}

.professional-profile__with-bg ul li {
    font-size: 16px;
    margin-bottom: 15px;
}

.professional-profile__with-bg ul li:last-child {
    margin-bottom: 0;
}

.title {
    padding: 32px 0;
}

@media (min-width: 992px) {
    .title {
        padding: 56px 0;
    }
}

.title__title {
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .title__title {
        margin-bottom: 24px;
    }
}

.title__sub-title {
    margin-bottom: 0;
}

.consultation-locations {
    padding: 32px 0 64px;
}

@media (min-width: 992px) {
    .consultation-locations {
        padding: 56px 0 112px;
    }
}

.consultation-locations__title {
    text-align: center;
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .consultation-locations__title {
        margin-bottom: 40px;
    }
}

.consultation-locations__slider .consultation-locations__img-cont {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.consultation-locations__slider .consultation-locations__img-cont img {
    min-height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
    float: left;
}

.consultation-locations__slider-nav {
    display: none;
}

.consultation-locations__slider.owl-carousel .owl-dots {
    padding-top: 32px;
    justify-content: center;
    display: flex;
}

.consultation-locations__slider.owl-carousel .owl-dots button {
    margin: 4px;
}

.consultation-locations__slider.owl-carousel .owl-dots button span {
    float: left;
    width: 8px;
    height: 8px;
    opacity: 0.3;
    background: #444750;
    border-radius: 4px;
}

.consultation-locations__slider.owl-carousel .owl-dots button.active span {
    opacity: 1;
}

.consultation-locations__name {
    max-width: calc(100% - 16px);
    background: rgba(68, 71, 80, 0.6);
    padding: 24px 15px;
    border-radius: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    position: absolute;
    text-align: center;
    color: #ffffff;
}

@media (min-width: 992px) {
    .consultation-locations__name {
        width: 350px;
        left: 50%;
        right: auto;
        bottom: 16px;
        transform: translateX(-50%);
    }
}

.consultation-locations__name address {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
    font-style: normal;
}

.consultation-locations__name address bold {
    display: block;
    font-weight: 700;
    padding-bottom: 8px;
}

.get-in-touch {
    padding: 32px 0;
}

@media (min-width: 992px) {
    .get-in-touch {
        padding: 56px 0;
    }
}

.get-in-touch__title {
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .get-in-touch__title {
        margin-bottom: 64px;
    }
}

.get-in-touch iframe {
    max-width: 100%;
    width: 100%;
    height: 340px;
    filter: grayscale(1);
}

@media (max-width: 991px) {
    .get-in-touch iframe {
        margin-top: 30px;
    }
}

.get-in-touch ul {
    margin-bottom: 24px;
}

.get-in-touch ul li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 0;
    margin-bottom: 11px;
}

.get-in-touch ul li:before {
    display: none;
}

.get-in-touch__link {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: flex-start;
}

.get-in-touch__link img {
    margin-right: 8px;
    width: 22px;
}

.get-in-touch__map {
    margin-top: 24px;
}

@media (min-width: 992px) {
    .get-in-touch__map {
        margin-top: 0;
    }
}

.testimonials {
    padding: 64px 0 32px;
}

@media (min-width: 992px) {
    .testimonials {
        padding: 112px 0 56px;
    }
}

.testimonials__slider {
    max-width: 100%;
}

@media (min-width: 992px) {
    .testimonials__slider {
        padding: 0 97px;
    }
}

.testimonials__slider-item blockquote {
    padding-top: 48px;
    background: url("./assets/images/quote-testi.svg") no-repeat scroll top left;
}

.testimonials__slider.owl-carousel .owl-nav {
    display: none;
}

@media (min-width: 768px) {
    .testimonials__slider.owl-carousel .owl-nav {
        width: 100%;
        left: 0;
        right: 0;
        top: calc(50% - 44px);
        position: absolute;
        height: 0;
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .testimonials__slider.owl-carousel .owl-nav {
        display: none;
    }
}

.testimonials__slider.owl-carousel .owl-nav button svg {
    float: left;
}

.testimonials__slider.owl-carousel .owl-dots {
    justify-content: center;
    display: flex;
    padding-top: 3.2rem;
}

@media (min-width: 992px) {
    .testimonials__slider.owl-carousel .owl-dots {
        padding-top: 4rem;
    }
}

.testimonials__slider.owl-carousel .owl-dots button {
    margin: 4px;
}

.testimonials__slider.owl-carousel .owl-dots button span {
    float: left;
    width: 8px;
    height: 8px;
    opacity: 0.3;
    background: #444750;
    border-radius: 4px;
}

.testimonials__slider.owl-carousel .owl-dots button.active span {
    opacity: 1;
}

.testimonials__trust {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.testimonials__trust-text {
    color: #444750 !important;
    white-space: nowrap;
}

.testimonials__date {
    color: #444750;
}

.testimonials__author-details {
    padding-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-post-text {
    padding: 32px 0;
}

.single-post-text__social-share {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(68, 71, 80, 0.1);
}

@media (min-width: 992px) {
    .single-post-text__social-share {
        /*justify-content: flex-end;*/
    }
}

.single-post-text__social-share:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 3px;
    background: rgba(68, 71, 80, 0.1);
    width: 100%;
    height: 1px;
}

.single-post-text__social-share li {
    padding-left: 0;
    margin-bottom: 10px;
}

.single-post-text__social-share li:before {
    display: none;
}

.single-post-text__social-share li a {
    font-size: 14px;
    display: inline-flex;
    gap: 16px;
    align-items: center;
}

.single-post-text h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
}

.leave-reply {
    padding-bottom: 64px;
}

@media (min-width: 992px) {
    .leave-reply {
        padding-bottom: 0;
    }
}

.leave-reply .container {
    padding-left: 0;
    padding-right: 0;
}

.leave-reply h2 {
    margin-bottom: 8px;
}

.leave-reply p {
    color: #606268;
}

.leave-reply .text-center {
    padding-bottom: 32px;
}

.leave-reply .text-center p {
    margin-bottom: 0;
}

.sidebar.consultation,
.sidebar {
    position: relative;
    padding-top: 0px;
    padding-bottom: 25px;
    margin-bottom: 24px;
}

.sidebar.consultation:before,
.sidebar:before {
    content: " ";
    width: 210px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: rgba(68, 71, 80, 0.2);
}

.sidebar.consultation:last-child,
.sidebar:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar.consultation:last-child:before,
.sidebar:last-child:before {
    display: none;
}

.sidebar__inner {
    border-radius: 8px;
    padding: 24px 32px;
    border: 1px solid rgba(68, 71, 80, 0.1);
}

.sidebar ul {
    margin-bottom: 0;
}

.sidebar ul li {
    padding-left: 0;
    margin-bottom: 0;
}

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

.sidebar.social .social__links {
    overflow: hidden;
}

.sidebar.social .social__links .social__item {
    float: left;
    overflow: hidden;
    padding-right: 12px;
}

.sidebar.social .social__links .social__item:last-child {
    padding-right: 0;
}

.sidebar.social .social__links .social__link {
    padding: 10px;
    background: #444750;
    border-radius: 20px;
    float: left;
}

.sidebar.social .social__links .social__link img {
    filter: brightness(10);
    float: left;
}

@media (min-width: 992px) {
    .sidebar.social .social__links .social__link img {
        width: 20px;
        height: 20px;
    }

}

.sidebar.search input {
    margin-bottom: 0;
}

/*=== Custom CSS ==*/

.pt-112 {
    padding-top: 40px;
}

.surgical-treatment {
    padding-bottom: 50px;
}

.surgical-wrap .surgical-box {
    height: calc(100% - 1.6rem);
    margin-top: 1.6rem;
}

.surgical-box {
    padding: 3.2rem;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    /* opacity: 0;
  transform: translate3d(0, 100%, 0);
  animation-duration: 0.5s;
  animation-fill-mode: both; */
}

.surgical-box.fadeInUp {
    animation-name: fadeInUp;
}

.surgical-box>h6 {
    font-family: "Lao MN", sans-serif;
    font-size: 1.8rem;
    line-height: 1.39;
    margin-bottom: 2.4rem;
}

.arrows-list li {
    font-size: 1.4rem;
    line-height: 1.21;
    font-weight: 400;
    margin-bottom: 1.6rem;
    padding-left: 0;
}

.arrows-list li:last-child {
    margin-bottom: 0;
}

.arrows-list li:before {
    display: none;
}

.arrows-list li a {
    display: block;
    position: relative;
    padding-right: 20px;
}

.arrows-list li a img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 16px;
    margin: auto 0;
}

.our-team {
    padding: 56px 0 0px;
}

.our-team-list .team-col {
    padding-bottom: 112px;
}

.team-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    text-align: center;
    padding: 0 32px 32px;
    /*   opacity: 0; */
    /*   transform: translate3d(0, 100%, 0); */
    /*   animation-duration: 0.5s; */
    /*   animation-fill-mode: both; */
}

/* .team-box.fadeInUp {
  animation-name: fadeInUp;
} */
.team-box:before {
    content: '';
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #A36911;
    border-radius: 32px;
    z-index: 0;
}

.team-box .img-wrap {
    width: 164px;
    height: 164px;
    border: 3px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}

.team-box .img-wrap img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.team-box h5 {
    line-height: 1.35;
    color: #fff;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
}

.team-box p {
    line-height: 1.25;
    color: #fff;
    opacity: 0.6;
    margin-bottom: 2.4rem;
    position: relative;
    z-index: 1;
}

.team-box .btn {
    font-size: 1.6rem;
    line-height: 1.25;
    background: #ffffff;
    padding: 11px 23px;
    color: #A36911;
    box-shadow: 0 0 0 1px #ffffff;
    position: relative;
    z-index: 1;
}

.team-box .btn:hover {
    background-color: #444750;
    color: #fff !important;
}

.blogs-list-section {
    padding: 48px 0 112px;
}

#section-patient-information-resources,
#section-surgical-treatments {
    padding: 48px 0 0;
}

.filter-wrap {
    padding-bottom: 80px;
    position: relative;
    z-index: 5;
    /* opacity: 0;
  transform: translate3d(0, 100%, 0);
  animation-duration: 0.5s;
  animation-fill-mode: both; */
}

.filter-wrap.fadeInUp {
    animation-name: fadeInUp;
}

.filter-wrap>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -4px;
}

.filter-wrap>ul>li {
    padding: 4px;
    margin: 0;
}

.filter-wrap>ul>li:before {
    display: none;
}

.filter-wrap>ul>li>a {
    font-size: 1.6rem;
    line-height: 1.25;
    border-radius: 8px;
    font-weight: 500;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    transition: all 0.4s ease;
}

.filter-wrap>ul>li>a:hover {
    background-color: rgba(68, 71, 80, 0.15);
}

.filter-wrap>ul>li.active>a {
    background-color: #444750;
    color: #fff;
}

.filter-wrap.filter-white>ul>li>a {
    color: #fff;
}

.filter-wrap.filter-white>ul>li.active>a {
    background-color: #fff;
    color: #444750;
}

.filter-wrap.filter-active-white>ul>li.active>a {
    background-color: #fff;
    color: #444750;
}

.custom-dropdown {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.25;
}

.custom-dropdown a {
    font-size: 1.6rem;
    line-height: 1.25;
    border-radius: 8px;
    font-weight: 500;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    transition: all 0.4s ease;
}

.custom-dropdown>a {
    padding-right: 52px;
    position: relative;
}

.custom-dropdown>a img {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    margin: auto 0;
    transition: all 0.2s ease;
}

.custom-dropdown.active>a {
    background-color: rgba(68, 71, 80, 0.15);
}

.custom-dropdown.active>a img {
    transform: rotate(180deg);
}

.custom-dropdown ul {
    position: absolute;
    right: 0;
    top: 100%;
    padding: 8px 0;
    background-color: #fff;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s ease;
}

.custom-dropdown.active ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.custom-dropdown ul li {
    font-size: 1.6rem;
    line-height: 1.25;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.custom-dropdown ul li:before {
    display: none;
}

.custom-dropdown ul li a {
    border-radius: 0;
    display: block;
    text-align: left;
}

.custom-dropdown ul li.active a {
    background-color: #444750;
    color: #fff;
}

.custom-dropdown ul li a:hover {
    background-color: rgba(68, 71, 80, 0.15);
}

.blogs-list {
    position: relative;
    z-index: 1;
}

.blogs-list .blog-list-col {
    padding-bottom: 30px;
}

.blog-box {
    position: relative;
    padding-top: 139.66%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 8px;
    /* opacity: 0; */
    /* transform: translate3d(0, 100%, 0);
  animation-duration: 0.5s;
  animation-fill-mode: both; */
}

/* .blog-box.fadeInUp {
  animation-name: fadeInUp;
} */
.blog-box .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.4s ease;
}

.blog-box:hover .img-wrap {
    transform: scale(1.15) rotate(2deg);
}

.blog-box .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    display: block;
}

.blog-box .img-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44.6%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
    transition: all 0.4s ease;
}

.blog-box:hover .img-wrap:before {
    height: 60%;
}

.blog-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.6rem;
    letter-spacing: 2%;
    z-index: 1;
    color: #fff;
}

.blog-box-content .blog-category {
    padding-bottom: 1.6rem;
}

.blog-box-content .blog-category a {
    font-size: 1.4rem;
    line-height: 1.21;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 24px;
    background-color: #FF6969;
    padding: 8px 16px;
}

.blog-box-content .blog-category a.cat-blue {
    background-color: #69B7FF;
}

.blog-box-content .blog-category a.cat-purple {
    background-color: #7569FF;
}

.blog-box-content .blog-category a.cat-pink {
    background-color: #FF69F0;
}

.blog-box-content .blog-name {
    font-size: 2.4rem;
    line-height: 1.375;
    color: #fff;
    margin-bottom: 1.6rem;
}

.blog-box-content .blog-name a {
    color: #fff;
}

.blog-box-content .blog-name img {
    display: inline;
    vertical-align: middle;
    margin-left: 2px;
}

.blog-box-content .blog-info {
    font-size: 1.4rem;
    line-height: 1.21;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

/* .blogs-pagination {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  animation-duration: 0.5s;
  animation-fill-mode: both;
} */

.blogs-pagination.fadeInUp {
    animation-name: fadeInUp;
}

.blogs-pagination>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -8px;
}

.blogs-pagination>ul>li {
    font-size: 1.6rem;
    line-height: 4rem;
    font-weight: 500;
    text-align: center;
    padding: 8px;
    margin: 0;
}

.blogs-pagination>ul>li:before {
    display: none;
}

.blogs-pagination>ul>li a,
.blogs-pagination>ul>li span {
    display: block;
    width: 4rem;
    border-radius: 8px;
    transition: all 0.4s ease;
}

.blogs-pagination>ul>li a:hover {
    background-color: rgba(68, 71, 80, 0.15);
}

.blogs-pagination>ul>li.first,
.blogs-pagination>ul>li.prev,
.blogs-pagination>ul>li.last,
.blogs-pagination>ul>li.next {
    font-size: 0;
    line-height: 0;
}

.blogs-pagination>ul>li .first,
.blogs-pagination>ul>li .prev,
.blogs-pagination>ul>li .last,
.blogs-pagination>ul>li .next {
    font-size: 0;
    line-height: 0;
}

.blogs-pagination>ul>li.first a,
.blogs-pagination>ul>li.prev a,
.blogs-pagination>ul>li.last a,
.blogs-pagination>ul>li.next a {
    height: 4rem;
}

.blogs-pagination>ul>li.active a,
.blogs-pagination>ul>li span.current {
    background-color: #444750;
    color: #fff;
    cursor: auto;
    pointer-events: none;
}

.blogs-pagination>ul>li.dots a {
    cursor: auto;
    pointer-events: none;
}

.blogs-pagination>ul>li.last img,
.blogs-pagination>ul>li.next img {
    transform: scaleX(-1);
}

.blogs-pagination>ul>li a.next img {
    transform: scaleX(-1);
}

.masthead__title+.btn {
    margin-top: 2.4rem;
}

.btn.btn-sm {
    font-size: 1.4rem;
    line-height: 1.43;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 8px;
}

.btn.btn-white {
    background-color: #fff;
    color: #444750;
}

.btn.btn-white:hover {
    background-color: #a36911;
    color: #fff !important;
}

.patient-gallery {
    padding: 56px 0 82px;
}

.gallery-box {
    padding-bottom: 30px;
    /* opacity: 0;
  transform: translate3d(0, 100%, 0);
  animation-duration: 0.5s;
  animation-fill-mode: both; */
}

.gallery-box.fadeInUp {
    animation-name: fadeInUp;
}

.gallery-box .gallery-img-slider {
    opacity: 1;
    transform: none;
}

.gallery-box .gallery-img-slider.fadeInUp {
    animation: none;
}

.gallery-img-slider {
    position: relative;
    overflow: hidden;
    line-height: 0;
    border-radius: 8px;
    margin-bottom: 16px;
}

.gallery-img-slider:before,
.gallery-img-slider:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 22.6%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    opacity: 0;
    transition: all 0.4s ease;
}

.gallery-img-slider:after {
    left: auto;
    right: 0;
    transform: scaleX(-1);
}

.gallery-img-slider:hover:before,
.gallery-img-slider:hover:after {
    opacity: 0.7;
}

.gallery-img-slider .owl-stage-outer {
    z-index: 0;
}

.gallery-img-slider .owl-dots {
    display: none;
}

.gallery-img-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0.8rem;
    right: 0.8rem;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.gallery-img-slider:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.gallery-img-slider .owl-nav button {
    width: 32px;
    height: 32px;
    background-image: url('./assets/icons/arrow-left-white.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 10px 20px !important;
}

.gallery-img-slider .owl-nav button.owl-next {
    transform: scaleX(-1);
}

.gallery-img-slider .owl-nav button span {
    display: none;
}

.gallery-img-slide {
    position: relative;
    /*padding-top: 111.73%;*/
    padding-top: 100%;
}

.gallery-img-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.container.container-sm {
    max-width: 970px;
}

.our-clinic-wrap {
    margin-bottom: 112px;
}

.our-clinic-wrap>h2 {
    text-align: center;
}

.our-clinic-box {
    border-radius: 8px;
    overflow: hidden;
    /* opacity: 0;
  transform: translate3d(0, 100%, 0);
  animation-duration: 0.5s;
  animation-fill-mode: both; */
}

.our-clinic-box.fadeInUp {
    animation-name: fadeInUp;
}

.our-clinic-box .img-wrap {
    position: relative;
    height: 100%;
    line-height: 0;
}

.our-clinic-box .img-wrap .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.59%;
}

.our-clinic-box .img-wrap .play-icon a {
    display: block;
    line-height: 0;
    padding: 0;
}

.our-clinic-box .img-wrap .play-icon img {
    width: 100%;
}

.our-clinic-box>h4 {
    color: #fff;
}

.clinic-address-box {
    padding: 24px;
    background-color: #444750;
    color: #fff;
}

.clinic-address-box>h4 {
    color: #fff;
}

.clinic-address-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.clinic-address-wrap .address-left {
    width: 51%;
    padding: 15px;
}

.clinic-address-wrap .address-right {
    width: 49%;
    padding: 15px;
}

.contact-types li {
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 400;
    padding: 0;
    margin-bottom: 16px;
    color: #fff;
}

.contact-types li:before {
    display: none;
}

.contact-types li a {
    color: #fff;
    padding-left: 28px;
    display: inline-block;
    position: relative;
}

.contact-types li a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
}

.timings-table {
    width: 51%;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.timings-table table {
    border-collapse: collapse;
    width: 100%;
}

.timings-table table td {
    font-size: 1.4rem;
    line-height: 1.7;
}

.timings-table table td:first-child {
    opacity: 0.5;
    text-align: left;
    padding-right: 8px;
}

.map-address p {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 8px;
}

.map-address .map-wrap {
    line-height: 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding-top: 47.98%;
}

.map-address .map-wrap a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-address .map-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
}

.map-address .map-wrap iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    mix-blend-mode: luminosity;
}

.clinic-address-wrap .cta-wrap {
    padding-top: 2.4rem;
}

.clinic-address-box .note {
    font-size: 1.2rem;
    line-height: 1.67;
    padding: 1.6rem 2.4rem;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.08);
    margin-top: 3.2rem;
}

.clinic-address-box .note span {
    opacity: 0.5;
}

.clinic-slider {
    position: relative;
    overflow: hidden;
    line-height: 0;
    border-radius: 8px;
    margin-bottom: 16px;
}

.clinic-slider:before,
.clinic-slider:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 22.6%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    opacity: 0.7;
    transition: all 0.4s ease;
}

.clinic-slider:after {
    left: auto;
    right: 0;
    transform: scaleX(-1);
}

.clinic-slider .owl-stage-outer {
    z-index: 0;
}

.clinic-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0.8rem;
    right: 0.8rem;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    transition: all 0.4s ease;
}

.clinic-slider .owl-nav button {
    width: 32px;
    height: 32px;
    background-image: url('./assets/icons/arrow-left-white.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 10px 20px !important;
}

.clinic-slider .owl-nav button.owl-next {
    transform: scaleX(-1);
}

.clinic-slider .owl-nav button span {
    display: none;
}

.clinic-slider .owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 2.4rem;
    left: 0;
    z-index: 2;
    width: 100%;
}

.clinic-slider .owl-dots button {
    width: 8px;
    height: 8px;
    font-size: 0px;
    line-height: 0;
    border-radius: 8px;
    opacity: 0.3;
    background-color: #444750 !important;
    margin: 0 4px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.clinic-slider .owl-dots button.active {
    opacity: 1;
}

.clinic-surgeons {
    padding: 112px 0 34px;
    background-color: #444750;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.clinic-surgeons+.consultation .corner__top {
    display: none;
}

.clinic-surgeon-wrap {
    margin: -15px;
    display: flex;
    flex-wrap: wrap;
    /* opacity: 0;
  transform: translate3d(0, 100%, 0);
  animation-duration: 0.5s;
  animation-fill-mode: both; */
}

.clinic-surgeon-wrap.fadeInUp {
    animation-name: fadeInUp;
}

.clinic-surgeon-wrap>.col-left {
    width: 32.89%;
    padding: 15px;
}

.clinic-surgeon-wrap .col-left h2 {
    color: #fff;
    margin-bottom: 8px;
}

.clinic-surgeon-wrap .col-left p {
    font-size: 1.6rem;
    line-height: 1.375;
    margin-bottom: 0;
    color: #fff;
}

.clinic-surgeon-wrap .col-left .cta-wrap {
    padding-top: 32px;
}

.clinic-surgeon-wrap .col-right {
    width: 67.11%;
    padding: 15px;
}

.surgeons-slider .owl-nav,
.surgeons-slider .owl-dots {
    display: none;
}

.surgeon-slider-arrows {
    display: flex;
    padding-top: 32px;
}

.surgeon-slider-arrows>div {
    width: 32px;
    height: 32px;
    position: relative;
    cursor: pointer;
}

.surgeon-slider-arrows>div img {
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.surgeon-slider-arrows>div.next-arrow img {
    transform: translate(-50%, -50%) scaleX(-1);
}

.surgeon-box .img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background-color: #444750;
}

.surgeon-box .img-wrap img {
    mix-blend-mode: luminosity;
    transition: all 0.4s ease;
}

.surgeon-box .img-wrap .name {
    font-size: 1.8rem;
    line-height: 1.11;
    color: #fff;
    text-align: center;
    padding: 17px 15px;
    background-color: rgba(68, 71, 80, 0.7);
    border-radius: 16px;
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    opacity: 0.5;
    transform: translateY(150%);
    transition: all 0.4s ease;
}

.active+.active .surgeon-box .img-wrap .name {
    transform: translateY(150%);
    opacity: 0.5;
}

.active .surgeon-box .img-wrap .name {
    transform: translateY(0%);
    opacity: 1;
}

.active+.active .surgeon-box .img-wrap img {
    mix-blend-mode: luminosity;
}

.active .surgeon-box .img-wrap img {
    mix-blend-mode: normal;
}

.surgeon-box p {
    font-size: 1.4rem;
    line-height: 1.57;
    color: #fff;
    text-align: center;
    margin: 16px 0 0;
}

.lph-welcome {
    padding: 48px 0 112px;
}

.lph-welcome .container.container-sm {
    max-width: 934px;
}

.lph-welcome-wrap {
    text-align: center;
    /* opacity: 0;
  transform: translate3d(0, 100%, 0);
  animation-duration: 0.5s;
  animation-fill-mode: both; */
}

.lph-welcome-wrap.fadeInUp {
    animation-name: fadeInUp;
}

.lph-welcome-wrap h2 {
    margin-bottom: 8px;
}

.lph-welcome-wrap p {
    margin-bottom: 3.2rem;
}

.lph-welcome-wrap .img-wrap {
    line-height: 0;
    padding-bottom: 3.2rem;
}

.lph-welcome-wrap .img-wrap img {
    width: 100%;
}

.cta-inline {
    display: flex;
    flex-wrap: wrap;
    margin: -4px;
}

.cta-inline .cta-wrap {
    flex-grow: 1;
    padding: 4px;
}

.cta-inline .btn {
    width: 100%;
}

.btn .arrow-round-white {
    margin-bottom: -7px;
    position: relative;
    top: -2px;
    transition: all 300ms linear;
}

.btn:hover .arrow-round-white {
    filter: brightness(0.29);
}

.lph-surgeries {
    padding-bottom: 112px;
}

.lph-surgeries .container {
    max-width: 822px;
}

.lph-tabs {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    /* opacity: 0;
  transform: translate3d(0, 100%, 0);
  animation-duration: 0.5s;
  animation-fill-mode: both; */
}

.lph-tabs.fadeInUp {
    animation-name: fadeInUp;
}

.lph-tabs ul {
    display: flex;
    flex-wrap: wrap;
    margin: -4px -4px 4px;
}

.lph-tabs ul li {
    padding: 4px;
    width: 25%;
    margin: 0;
    min-width: 168px;
    flex-grow: 1;
}

.lph-tabs ul li:before {
    display: none;
}

.tab-btn a {
    display: block;
    text-align: center;
    padding: 3.5rem 1rem;
    background-color: #fff;
    border-radius: 8px;
    transition: all 0.4s ease;
}

.tab-btn a .icon-wrap {
    height: 4.8rem;
    margin-bottom: 20px;
}

.tab-btn a .icon-wrap img {
    max-height: 100%;
    width: auto;
    transition: all 0.4s ease;
}

.tab-btn h6 {
    font-size: 1.6rem;
    line-height: 1.375;
    font-weight: 600;
    margin-bottom: 0;
    transition: all 0.4s ease;
}

.tab-btn a.active {
    background-color: #A36911;
}

.tab-btn a.active .icon-wrap img {
    filter: contrast(0) brightness(2);
}

.tab-btn a.active h6 {
    color: #fff;
}

.lph-tab-content {
    text-align: center;
    /* opacity: 0;
  transform: translate3d(0, 100%, 0);
  animation-duration: 0.5s;
  animation-fill-mode: both; */
}

.lph-tab-content.fadeInUp {
    animation-name: fadeInUp;
}

.lph-tab-content .img-wrap {
    padding-bottom: 2.4rem;
    line-height: 0;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
}

.lph-tab-content .img-wrap img {
    width: 100%;
}

.lph-tab-content h2 {
    margin-bottom: 8px;
}

.lph-tab-content p {
    color: #606268;
    margin-bottom: 3.2rem;
}

.section-title {
    text-align: center;
    /* opacity: 0;
  transform: translate3d(0, 100%, 0);
  animation-duration: 0.5s;
  animation-fill-mode: both; */
}

.section-title.fadeInUp {
    animation-name: fadeInUp;
}

.section-cta {
    padding-top: 3.4rem;
    text-align: center;
    /* opacity: 0;
  transform: translate3d(0, 100%, 0);
  animation-duration: 0.5s;
  animation-fill-mode: both; */
}

.section-cta.fadeInUp {
    animation-name: fadeInUp;
}

.patient-stories {
    background-color: #444750;
    padding: 112px 0 88px;
    position: relative;
}

.patient-stories .section-title h2 {
    color: #fff;
}

.instagram-journeys {
    padding: 112px 0;
}

.insta-journey-row {
    padding-bottom: 30px;
    /* opacity: 0;
  transform: translate3d(0, 100%, 0);
  animation-duration: 0.5s;
  animation-fill-mode: both; */
}

.insta-journey-row.fadeInUp {
    animation-name: fadeInUp;
}

.insta-journey-wrap .icon-wrap {
    padding-bottom: 32px;
    line-height: 0;
}

.insta-journey-wrap .icon-wrap img {
    width: 80px;
}

.insta-journey-wrap h2 {
    margin-bottom: 8px;
}

.insta-journey-wrap p {
    color: #606268;
    margin-bottom: 0;
}

.insta-journey-img img {
    width: 100%;
}

.blog-posts {
    background-color: #444750;
    padding: 112px 0 72px;
    position: relative;
}

.blog-posts .section-title h2 {
    color: #fff;
}

.blog-posts+.consultation .corner__top {
    display: none;
}

.filter-type-dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 32px;
    position: relative;
    z-index: 11;
    /* opacity: 0;
  transform: translate3d(0, 100%, 0);
  animation-duration: 0.5s;
  animation-fill-mode: both; */
}

.filter-type-dropdown.fadeInUp {
    animation-name: fadeInUp;
}

.filter-type-dropdown p {
    font-weight: 600;
    margin-bottom: 0;
}

.filter-type-dropdown .custom-dropdown>a {
    background-color: rgba(68, 71, 80, 0.15);
}

.clinic-slider .owl-stage {
    display: flex;
}

.clinic-slider .img-wrap {
    height: 100%;
}

.clinic-slider .img-wrap img {
    height: 100%;
    object-fit: cover;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s ease;
}

.popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.popup-inner {
    display: table;
    width: 100%;
    height: 100%;
}

.popup-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.popup-content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    padding: 40px;
    background-color: #444750;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.popup-close:before,
.popup-close:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 4px;
    background-color: #fff;
}

.popup-close:after {
    transform: translateY(-50%) rotate(-45deg);
}

.popup .corner__top,
.popup .corner__bottom {
    display: none;
}

.popup .wpcf7+.row {
    display: none;
}

.popup .consultation {
    padding: 0;
}

.popup .wpcf7-response-output:empty {
    display: none;
}

.popup .container {
    padding: 0;
}

.popup .col-12 {
    opacity: 1;
    transform: none;
    animation: none;
}

.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 20;
    background-color: #444750;
    border-radius: 0.8rem;
    line-height: 0;
    padding: 8px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
}

.back-to-top svg {
    display: block;
    transform: rotate(-90deg);
    position: relative;
    top: -1px;
}

.masthead__slider.owl-carousel .owl-dots {
    justify-content: center;
    display: flex;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
}

.masthead__slider.owl-carousel .owl-dots button {
    margin: 4px;
}

.masthead__slider.owl-carousel .owl-dots button span {
    float: left;
    width: 8px;
    height: 8px;
    opacity: 0.3;
    background: #444750;
    border-radius: 4px;
}

.masthead__slider.owl-carousel .owl-dots button.active span {
    opacity: 1;
}

.sticky-nav {
    position: sticky;
    top: 100px;
    background-color: #dad7d0;
    z-index: 99;
}

.single-post__sidebar h2.before-after__title {
    font-size: 2.8rem;
    line-height: 3.8rem;
}

.single-post__sidebar .before-after__slider.sidebar.owl-carousel .owl-nav {
    top: -12px;
}

.masthead__profile .masthead__row {
    align-items: center;
}

.before-after.sidebar {
    padding-top: 0;
}

.see-reports {
    padding-bottom: 80px;
}

.see-reports-box {
    color: #fff;
    padding: 24px;
    border-radius: 8px;
    /*  background-color: #6C266A;*/
    width: 100%;
    max-width: 668px;
    margin: 0 auto;
}

.see-reports-box-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: -10px;
}

.see-reports-box-wrap>div {
    padding: 10px;
}

.see-reports-box .logo-wrap img {
    width: 126px;
}

.see-reports-box h6 {
    font-size: 1.6rem;
    line-height: 1.375;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}

.see-reports-box p {
    font-size: 1.2rem;
    line-height: 1.83;
    margin-bottom: 0;
    color: #fff;
}

.see-reports-box .status span {
    font-size: 1.6rem;
    line-height: 1.375;
    padding: 4px 26px 4px 8px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    position: relative;
    display: inline-block;
}

.see-reports-box .status span:after {
    content: '';
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #0DCA20;
}

.see-reports-box .date {
    font-size: 12px;
    line-height: 1.83;
    color: #fff;
    opacity: 0.6;
    margin-bottom: 4px;
}

.about-stats {
    padding: 112px 0;
    background-color: #444750;
    position: relative;
}

.about-stats .about__card-cont {
    background-color: #fff;
    border-radius: 0.8rem;
    padding: 16px 18px;
    min-height: 100%;
}

.about__card-cont strong {
    display: none !important;
}

.masthead.masthead__single-post .masthead__content p.masthead__author span {
    color: #fff;
}

.masthead.masthead__single-post .masthead__content p.masthead__author+.btn {
    margin-top: 25px;
}

.video-popup+.faq {
    padding-top: 8px;
}

.insta-posts {
    padding: 40px 0 112px;
}

.insta-posts .img-wrap {
    padding-bottom: 64px;
}

.insta-posts .img-wrap:last-child {
    padding-bottom: 0;
}

.insta-posts .img-wrap a {
    display: block;
    line-height: 0;
}

.insta-posts .img-wrap img {
    width: 100%;
}

.patient-reviews-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(68, 71, 80, 0.2);
}

.patient-reviews-wrap:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.patient-reviews-wrap .logo-wrap {
    width: 34.22%;
    padding-right: 30px;
    line-height: 0;
}

.patient-reviews-slider {
    width: 65.78%;
}

.our-clinic-slider-ext .owl-dots {
    padding-top: 4rem;
}

section.pb-112 {
    padding-bottom: 112px;
}

.surgical-treatment.london-surgical-treatment {
    padding: 112px 0;
}

.thank-you-cards-list {
    padding: 40px 0 32px 0 !important;
}

.thank-you-cards-list .before-after__slider-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsla(228, 8%, 29%, 0.5);
    overflow: hidden;
    position: relative;
}

.thank-you-cards-list .before-after__img-cont {
    /*  height: auto;*/
    /*  line-height: 0;*/
    /*  padding-top: 56.25%;*/
    /*  padding-top: 0;*/

    width: 430px;
    height: 430px;

}

.thank-you-cards-list .before-after__img-cont img {
    /*  position: relative;*/
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    /* Ensures the image covers the entire box */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-us {
    padding: 0px 0 70px;
}

.contact-us-title {
    text-align: center;
}

.clinic-address-box.dark-style {
    background-color: transparent;
    padding: 0;
    color: #444750;
}

.dark-style .contact-types li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 13px;
    text-align: left;
}

.dark-style .contact-types li a {
    color: #444750;
    padding-left: 36px;
}

.dark-style .map-address {
    margin-bottom: 24px;
    margin-top: 24px;
}

.dark-style .map-address p,
.dark-style .clinic-timings p {
    font-size: 16px;
    line-height: 1.5;
    color: #444750;
    margin-bottom: 0;
    text-align: left;
}

.dark-style .map-address p a {
    color: #444750;
}

.contact-us .address-right .map-address {
    margin: 0;
}

.contact-us .address-right .map-address,
.contact-us .map-address .map-wrap,
.contact-us .map-address .map-wrap iframe {
    height: 100%;
}

.contact-us .clinic-address-wrap .address-left {
    width: 36.25%;
}

.contact-us .clinic-address-wrap .address-right {
    width: 63.75%;
}

.before-after__img-cont.video-popup__img-cont {
    padding-top: 57.5%;
    padding-bottom: 0;
}

.before-after__img-cont.video-popup__img-cont .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17.5%;
    line-height: 0;
}

.before-after__img-cont.video-popup__img-cont .play-icon img {
    width: 100%;
}

.our-surgeons-videos {
    padding: 40px 0 112px;
}

.surgeon-profile {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px;
    background-color: #444750;
    border-radius: 8px 8px 0px 0px;
}

.surgeon-profile .img-wrap {
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.surgeon-profile .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.surgeon-profile .name {
    font-family: "Lao MN", sans-serif;
    font-size: 20px;
    line-height: 1.35;
    color: #fff;
    font-weight: 400;
    padding: 0 16px;
    /*max-width: calc(100% - 155px);*/
    max-width: calc(100% - 40px);
}

.surgeon-profile .cta-wrap {
    width: 115px;
}

.surgeon-profile .cta-wrap .btn {
    width: 100%;
    padding: 6px 15px;
    text-align: center;
}

.our-surgeons-videos-list {
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    margin-bottom: 80px;
}

.our-surgeons-videos-list:last-child {
    margin-bottom: 0;
}

.our-surgeons-videos-list>.row {
    margin-bottom: -30px;
}

.our-surgeon-video {
    padding-bottom: 30px;
}

.our-surgeon-video a {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    line-height: 0;
    padding-top: 68.3%;
}

.our-surgeon-video a>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.our-surgeon-video .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18%;
}

.our-surgeon-video .play-icon img {
    width: 100%;
}

.our-surgeon-video p {
    font-size: 1.8rem;
    line-height: 1.22;
    margin-bottom: 0;
    margin-top: 16px;
}

.patient-reviews-insta {
    padding: 40px 0 112px;
}

.patient-reviews-insta-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.patient-reviews-insta-list>li {
    padding-left: 0;
    margin-bottom: 0;
    padding: 15px;
    width: 33.33%;
}

.patient-reviews-insta-list>li:before {
    display: none;
}

.patient-reviews-insta-list .img-wrap a {
    display: block;
    line-height: 0;
}

.patient-reviews-insta-list .img-wrap img {
    width: 100%;
    border-radius: 16px;
}

.privacy-policy {
    padding: 56px 0 112px;
}

.privacy-policy h3 {
    margin-bottom: 8px;
}

.privacy-policy p {
    color: #606268;
}

.privacy-policy h3~ {
    margin-top: 40px;
}

.consultation-request {
    padding: 56px 0 32px;
}

.consultaion-request-box {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 24px;
}

.consultaion-request-box p a {
    font-weight: 700;
    color: #A36911;
}

.instruction-box-section .blog-box {
    padding-top: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.instruction-box-section .blog-box .img-wrap {
    position: relative;
    line-height: 0;
    height: auto;
    transform: none;
}

.instruction-box-section .blog-box .img-wrap:before {
    display: none;
}

.instruction-box-section .blog-box .img-wrap img {
    height: auto;
}

.instruction-box-section .blog-box-content {
    position: relative;
    text-align: center;
}

.instruction-box-section .blog-box-content .blog-info {
    display: block;
}

.instruction-box-section .blog-box-content .blog-info h4 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.instruction-box-section .blog-box-content .blog-info p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0.8rem;
}

.instruction-box-section .blog-box-content .blog-info .btn {
    padding: 10px;
    margin: 0.8rem 0.4rem 0rem;
    width: 40px;
    line-height: 0;
    text-align: center;
    border-radius: 50px;
}

.instruction-box-section .blog-box-content .blog-info .btn img {
    width: 100%;
    transition: all 300ms linear;
}

.instruction-box-section .blog-box-content .blog-info .btn:not(:hover) img {
    filter: contrast(0) brightness(2);
}

.instruction-box-section .blog-box-content .blog-info ul li {
    padding-left: 30px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 10px;
}

.instruction-box-section .blog-box-content .blog-info ul li:before {
    background-image: url('./assets/icons/arrow-right-white.svg');
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: center;
    background-color: #444750;
    border-radius: 50px;
    width: 20px;
    height: 20px;
}

section.approved-hostpital.dark-bg h2~br {
    display: none;
}

section.approved-hostpital.dark-bg {
    color: #fff;
}

.meet-surgeons__slider .owl-stage {
    display: flex;
}

.meet-surgeons__slider-item {
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(100% - 10px);
}

.wpcf7 form .wpcf7-response-output:empty {
    display: none;
}

.header__schedule-link {
    display: none;
}

main.single-post+.testimonials {
    padding-top: 0;
}

.testimonials__trust .testimonials__trust-text {
    padding-top: 0;
}

.testimonials__trust .testimonials__date {
    padding-top: 0;
    white-space: nowrap;
}

.testimonials__trust .testimonials__trust-text+.testimonials__date {
    padding-left: 11px;
}

/* #section-home-trust+#section-pantien-review-list {
    padding-top: 0;
} */

.header .nav-main .menu-item a {
    position: relative;
}

.menu-toggler {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 10px;
    /* margin: auto 0; */
    width: 20px;
    height: 20px;
    background-image: url('./assets/icons/arrow-down.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    transition: all 0.4s ease;
    filter: contrast(0) brightness(2);
    cursor: pointer;
}

span.menu-toggler.active {
    transform: rotate(180deg);
}

/* .active>.menu-toggler {
  transform: rotate(180deg);
} */

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 16px;
    color: red;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
    margin-top: -30px;
}

#section-pantien-review-list.patient-reviews__patients-review .patient-reviews__img-cont {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}

#section-pantien-review-list.patient-reviews__patients-review .patient-reviews__img-cont .patient-reviews__img {
    /* position: relative; */
    height: auto;
}

.footer__logo {
    width: 168px;
    max-width: 100%;
}

.footer .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.consultation.sidebar .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 12px;
    white-space: nowrap;
    margin-top: -20px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.consultation.sidebar .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin-top: -18px;
}

.footer .screen-reader-response ul {
    display: none;
}

.footer .screen-reader-response p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px;
    color: red;
}

.footer form .wpcf7-response-output {
    display: none;
}

.masthead__content ul li {
    text-align: left;
}

.single-post-text p a {
    color: #a36911;
}

.before-after__clinic-slider .owl-stage {
    display: flex;
}

.before-after__clinic-slider .before-after__slider-item,
.before-after__clinic-slider .before-after__img-cont {
    height: 100%;
}

.before-after__clinic-slider .before-after__img-cont .before-after__slider-content {
    position: relative;
}

.before-after__youtube-slider .before-after__slider-item {
    position: relative;
    padding-top: 56.2%;
    width: 555px;
}

.before-after__youtube-slider .before-after__slider-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* .before-after__img-cont.single-blur-link {
  padding-top: 0;
} */

.before-after__clinic-slider .before-after__img-cont .before-after__slider-content p.before-after__slider-content-para {
    min-height: 120px;
}

#section-home-trust+#section-before-after {
    padding-top: 64px;
    padding-bottom: 40px;
}

.our-surgeon-video iframe,
.patient-video-list .before-after__slider-item iframe {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.testimonials__slider .owl-nav .disabled svg path {
    fill: rgba(68, 71, 80, 0.2);
}

.instruction-box-section .blogs-list .row+.row {
    padding-top: 30px;
}

.masthead__patient-review.masthead__single-post {
    padding-bottom: 58px;
    background-color: #444750;
}

/*== Media CSS ==*/
@media (min-width: 576px) {
    .meet-surgeons__slider-item {
        height: calc(100% - 8.2rem);
    }

    .blog-box .img-wrap img {
        width: 100%;
    }

    .thank-you-cards-list .before-after__slider-item {
        background-color: inherit;
    }

}

@media (min-width: 992px) {
    .before-after-list .col-lg-6.col-12:nth-child(n+2) {
        margin-top: 0;
    }

    .before-after-list .col-lg-6.col-12:nth-child(n+3) {
        margin-top: 3rem !important;
    }

    .cosmetic-surgery__surgery-review.patient-reviews__patients-review .patient-reviews__img-cont {
        padding-bottom: 0;
    }

    .cosmetic-surgery__surgery-review.patient-reviews__patients-review .patient-reviews__img-cont .patient-reviews__img {
        object-fit: unset;
        position: relative;
    }

    .cosmetic-surgery__surgery-review.patient-reviews__patients-review .patient-reviews__row-inner:nth-child(even) .col-lg-6 .patient-reviews__img-cont {}

    .patient-reviews__patients-review .patient-reviews__row-inner.pt-112 {
        padding-top: 112px;
    }

    .inner-banner .masthead__row {
        min-height: 704px;
        align-items: center;
    }

    .pt-112 {
        padding-top: 112px;
    }

    .pt-48 {
        padding-top: 48px !important;
    }

    .surgical-treatment {
        padding-top: 4rem;
        padding-bottom: 112px;
    }

    .our-clinic-wrap>h2 {
        margin-bottom: 4rem;
    }

    .our-clinic-box {
        display: flex;
        flex-wrap: wrap;
    }

    .our-clinic-box .img-wrap>img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .clinic-address-box>h4 {
        margin-bottom: 3.2rem;
    }

    .our-clinic-box>.col-left {
        width: 48.68%;
    }

    .our-clinic-box>.col-right {
        width: 51.32%;
    }

    .our-clinic-box>h4 {
        display: none;
    }

    .our-clinic-box-overlap {
        position: relative;
    }

    .our-clinic-box.our-clinic-box-overlap>.col-left {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .our-clinic-box.our-clinic-box-overlap>.col-right {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 694px;
        transform: translateX(calc(100% - 86px));
        margin-left: auto;
        display: flex;
        flex-wrap: wrap;
        transition: all 0.4s ease;
    }

    .our-clinic-box.our-clinic-box-overlap.active>.col-right {
        transform: translateX(0%);
    }

    .clinic-address-toggle {
        width: 86px;
        background-color: #444750;
    }

    .clinic-address-toggle a {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 16px;
    }

    .clinic-address-toggle .clinic-toggle-wrap {
        display: flex;
        align-items: center;
        width: 100%;
        position: relative;
    }

    .clinic-toggle-wrap .icon-wrap {
        width: 100%;
        line-height: 0;
    }

    .clinic-toggle-wrap .icon-wrap img {
        display: block;
        transition: all 0.4s ease;
    }

    .active .clinic-toggle-wrap .icon-wrap img {
        transform: rotate(180deg);
    }

    .clinic-toggle-wrap span {
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        display: block;
        white-space: nowrap;
        position: absolute;
        left: 100%;
        top: 50%;
        transform: translate(-54%, -50%) rotate(-90deg);
    }

    .our-clinic-box-overlap .clinic-address-box {
        width: calc(100% - 86px);
        padding: 68px 40px 68px 32px;
    }

    .clinic-slider,
    .clinic-slider .owl-stage-outer,
    .clinic-slider .owl-stage,
    .clinic-slider .owl-item {
        height: 100%;
    }

    .patient-stories .filter-wrap {
        padding-bottom: 6.4rem;
    }

    .instagram-journeys .insta-journey-row,
    .instagram-journeys .gallery-box {
        padding-bottom: 64px;
    }

    .patient-stories-filter {
        padding-bottom: 64px;
    }

    #section-before-after-banner.masthead.masthead__patient-review .masthead__img-cont {
        height: 720px;
    }

    .masthead__profile .masthead__content {
        padding-top: 37px;
    }

    .before-after+.our-clinics {
        padding-top: 56px;
    }

    .pt-lg-112 {
        padding-top: 112px;
    }

    .contact-us-title {
        margin-bottom: 25px;
    }

    .patient-video-list .before-after__slider-item {
        margin-bottom: 8.2rem;
    }

    .consultaion-request-box h3 {
        margin-bottom: 30px;
    }

    .header .nav-main .menu-item {
        position: relative;
    }

    .header .nav-main .menu-item .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        border: 0;
        box-shadow: none;
        padding: 0;
        width: auto;
        min-width: 210px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.4s ease;
    }

    .header .nav-main .menu-item .sub-menu li {
        padding: 0;
        width: 100%;
    }

    .header .nav-main .menu-item .sub-menu .menu-item a:hover {
        background-color: #a36911;
        color: #fff;
    }

    .header .nav-main .menu-item .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }

    .header .nav-main .menu-item a:hover+span+.sub-menu,
    .header .nav-main .menu-item .sub-menu:hover {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .header .nav-main .menu-item.mega-menu>.sub-menu {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        width: calc(100% - 30px);
        max-width: 1150px;
        margin: 0 auto;
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        padding: 15px;
        z-index: 2;
    }

    /*.header .nav-main .menu-item.mega-menu > .sub-menu > .menu-item { width: 50%; }*/

    .header .nav-main .menu-item.mega-menu>.sub-menu .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .header .nav-main .menu-item.mega-menu>.sub-menu .menu-item a {
        color: #2d2d2d;
        background-color: transparent;
    }

    .header .nav-main .menu-item.mega-menu>.sub-menu .menu-item a:hover {
        color: #000;
    }

    .header .nav-main .menu-item.mega-menu>.sub-menu>.menu-item>a,
    .header .nav-main .menu-item.mega-menu>.sub-menu>.menu-item>a:hover {
        color: #a36911;
    }

    .header .nav-main .menu-item.mega-menu>.sub-menu .sub-menu a {
        font-size: 1.4rem;
    }

    .professional-profile+.title {
        padding: 0;
    }

}

@media (min-width: 1199px) {

    .surgical-wrap .surgical-box {
        height: calc(100% - 3.2rem);
        margin-top: 3.2rem;
    }

}

@media (max-width: 1200px) {
    .team-box {
        padding: 0 15px 30px;
    }

    .team-box:before {
        border-radius: 20px;
    }
}

@media (max-width: 991px) {
    .inner-banner.masthead__patient-review .masthead__shape-cont {
        height: 520px;
    }

    .inner-banner.masthead__patient-review .masthead__content {
        margin: 0 -30px;
        padding: 40px 30px 110px;
    }

    .our-team {
        padding-top: 0px;
    }

    .our-team-list .team-col {
        padding-bottom: 50px;
    }

    .team-box .img-wrap {
        margin-bottom: 2rem;
    }

    .blogs-list-section {
        padding: 20px 0 50px;
    }

    #section-patient-information-resources,
    #section-surgical-treatments {
        padding: 20px 0 0;
    }

    .filter-wrap {
        padding-bottom: 40px;
    }

    .patient-gallery {
        padding: 20px 0;
    }

    .our-clinic-box {
        padding: 20px;
        background-color: #444750;
    }

    .clinic-address-box {
        padding: 20px 0 0;
    }

    .clinic-address-box>h4 {
        display: none;
    }

    .our-clinic-wrap {
        margin-bottom: 60px;
    }

    .our-clinic-wrap>h2 {
        display: none;
    }

    .clinic-address-toggle {
        display: none;
    }

    .clinic-surgeons {
        padding: 112px 0 30px;
    }

    .clinic-surgeon-wrap>.col-left {
        width: 100%;
    }

    .clinic-surgeon-wrap .col-right {
        width: 100%;
    }

    .surgeon-slider-arrows {
        justify-content: flex-end;
    }

    .lph-welcome {
        padding: 20px 0 50px;
    }

    .patient-stories {
        padding: 50px 0 80px;
    }

    .section-cta {
        padding-top: 1.5rem;
    }

    .instagram-journeys {
        padding: 50px 0;
    }

    .blog-posts {
        padding: 50px 0 20px;
    }

    .insta-journey-wrap {
        padding-bottom: 30px;
        text-align: center;
    }

    .insta-journey-wrap .icon-wrap {
        padding-bottom: 15px;
    }

    .insta-journey-wrap .icon-wrap img {
        width: 50px;
    }

    .back-to-top {
        bottom: 54px;
    }

    body:not(.home) .masthead__slider {
        -webkit-mask-image: none;
        mask-image: none;
    }

    .patient-reviews__patients-review .patient-reviews__row-inner {
        flex-direction: column-reverse;
    }

    .insta-posts {
        padding: 0 0 50px;
    }

    .insta-posts .img-wrap {
        padding-bottom: 50px;
    }

    .insta-posts .img-wrap a {
        padding: 12px 12px;
    }

    .patient-reviews-wrap .logo-wrap {
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px;
        text-align: center;
    }

    .patient-reviews-slider {
        width: 100%;
    }

    .surgical-treatment.london-surgical-treatment {
        padding: 50px 0;
    }

    .contact-us {
        padding: 26px 0 50px;
    }

    .contact-us .clinic-address-wrap {
        text-align: center;
    }

    .contact-us .clinic-address-wrap .address-left {
        width: 100%;
    }

    .contact-us .clinic-address-wrap .address-right {
        width: 100%;
    }

    .our-surgeons-videos {
        padding: 20px 0 50px;
    }

    .our-surgeons-videos-list {
        margin-bottom: 30px;
    }

    .patient-reviews-insta {
        padding: 20px 0 50px;
    }

    .patient-reviews-insta-list>li {
        width: 50%;
    }

    .privacy-policy {
        padding: 20px 0 50px;
    }

    .consultation-request {
        padding: 20px 0 15px;
    }

    .sticky-nav {
        top: 88px;
    }

    .menu-toggler {
        display: block;
    }

    .header .nav-main {
        max-width: 320px;
        left: 20px;
        margin-left: auto;
    }

    .header .nav-main .menu {
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    .header .nav-main .menu-item,
    .header .nav-main .menu-item a {
        float: none;
        width: 100%;
        display: block;
    }

    .header .nav-main .menu-item .sub-menu {
        padding-left: 10px;
        /*border-left: 1px solid #fff;*/
    }

    .header .nav-main .menu-item .sub-menu .menu-item a:before {
        display: none;
    }

    .header .nav-main .menu-item .sub-menu .menu-item a {
        padding: 10px 0;
        color: #fff;
    }

    .masthead__content {
        text-align: left;
    }

    h2.consultation__title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .our-team {
        padding-bottom: 30px;
    }

    .team-box {
        max-width: 500px;
        margin: 0 auto;
    }

    .our-team-list .team-col {
        padding-bottom: 30px;
    }

    .team-box:before {
        top: 60px;
    }

    .team-box .img-wrap {
        width: 120px;
        height: 120px;
    }

    .blog-box-content .blog-name {
        font-size: 2.1rem;
    }

    .masthead__title+.btn {
        margin-top: 1rem;
    }

    .our-clinic-box {
        padding: 16px;
    }

    .clinic-address-box {
        padding: 16px 0 0;
    }

    .clinic-address-wrap .address-left,
    .clinic-address-wrap .address-right {
        width: 100%;
    }

    .timings-table table {
        width: auto;
    }

    .timings-table {
        width: 100%;
    }

    .our-clinic-wrap {
        margin-bottom: 50px;
    }

    .clinic-slider .owl-dots {
        bottom: 15px;
    }

    .surgeon-box .img-wrap .name {
        font-size: 1.4rem;
        padding: 10px;
        border-radius: 8px;
    }

    .lph-surgeries {
        padding-bottom: 50px;
    }

    .filter-type-dropdown {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .filter-type-dropdown p {
        width: 100%;
        margin-bottom: 20px;
    }

    .popup-content {
        padding: 40px 20px;
    }

    .see-reports-box-wrap {
        display: block;
        text-align: center;
    }

    .see-reports {
        padding-bottom: 40px;
    }

    .about-stats {
        padding: 80px 0;
    }

    .insta-posts .img-wrap {
        padding-bottom: 20px;
    }

    .surgeon-profile .name {
        font-size: 16px;
    }

    .our-surgeons-videos-list {
        padding: 16px;
    }

    .patient-reviews-insta-list {
        margin: -8px;
    }

    .patient-reviews-insta-list>li {
        padding: 8px;
    }

    .before-after__youtube .before-after__slider-item {
        width: calc(100vw - 40px);
    }

    .chaty-widget.left-position .chaty-i-trigger .chaty-channel {
        left: -21px !important;
        right: auto;
        bottom: 25px !important;
    }

}

@media (max-width: 479px) {
    .surgeon-slider-arrows {
        display: none;
    }

    .clinic-surgeon-wrap .col-right {
        width: 78.5%;
    }

    .surgeons-slider-wrap {
        width: calc(100vw - 20px);
        overflow: hidden;
    }

    .surgeons-slider-wrap .surgeons-slider {
        width: 73.2%;
    }

    .surgeons-slider.owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .masthead__slider.owl-carousel .owl-dots {
        bottom: 45px;
    }

    .see-reports {
        padding-bottom: 20px;
    }

    .patient-reviews-insta-list>li {
        width: 100%;
    }

    .masthead.dark-bg ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .masthead__slider-item-text {
        max-width: 320px;
    }

    .masthead__slider-item-text h5 {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
}

/** Video Popup css */

.youtube-box {
    position: relative;
    padding-top: 56.2%;
}

.youtube-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cky-consent-bar .cky-banner-btn-close img {
    height: 24px !important;
    width: 12px !important;
}

/* .fadeInUp { 
  animation-name: fadeInUp;
}
0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
} */
@media (max-width: 992px) {
    .page-template-templates #section-pantien-review-list.patient-reviews__patients-review .patient-reviews__row-inner .col-lg-6 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-bottom: 0px;
    }
    .patient-reviews-content{
        padding-top: 0px !important;
    }
}

fieldset.hidden-fields-container {
    border: 0;
}
