.toc-list {
    margin: 0;
    padding-left: 0px !important
}

.toc-link::before {
    background-color: none !important;
    content: "";
    /* display: none  !important; */
    /* height: inherit;
    left: 0; */
    margin-top: 0px !important;
    /* position: inherit  !important; */
    width: 0px !important;
}


.is-active-link::before {
    background-color: none !important;
}

:root {
    --page-max-width: 1200px;
    --page-min-width: 1200px;
    --root-padding: 15px;
}

.icon {
    display: inline-block
}

.icon--right {
    transform: rotate(-90deg);
}

.flex--equal-width {
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0
}

.space {
    display: block;
    flex: none;
    width: 16px;
    height: 16px;
}

.breadcrumb {
    color: var(--text-color);
    list-style-type: none;
    background: var(--background-color);
    font-size: 16px;
    padding: 0px;
    display: block;
}

.breadcrumb>* {
    /* opacity: .65; */
    transition: opacity .3s;
}

.breadcrumb .breadcrumb-item {
    display: inline
}

.breadcrumb__left {
    width: calc((var(--page-max-width) - var(--root-padding)*4)/12*2 + var(--root-padding)/2)
}

.pattern {
    background-image: radial-gradient(circle at 1px 1px, var(--line) 1px, transparent 0);
    background-size: 4px 4px;
    background-position: center left
}

.pattern--cubes {
    height: 24px;
    color: var(--line);
    background-image: radial-gradient(circle at 1px 1px, #1370b5 1px, transparent 0);
    background-size: 4px 4px;
    background-position: center left
}

.pattern--cubes-12 {
    height: 12px
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
}

.text-red {
    color: #db1e1ea8;
    font-weight: 600;
}

/* .cta {
            background: #27ae60;
            color: white;
            display: inline-block;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            margin-top: 10px;
        } */

.default-table tr td {
    vertical-align: top;
}

.doctors-carousel .owl-nav {
    display: none;
}

.team-section-two {
    padding: 0;
}

.flags {
    display: flex;
    justify-content: center;
    /* Центр по горизонтали */
    align-items: center;
    /* Центр по вертикали */
    gap: 0.5em;
    /* Расстояние между флагами */
}

/* .social-links {
        list-style: none;
        padding: 0;
        margin: 0.8em 0 0;
        display: flex;
        justify-content: center;
        gap: 0.6em;
    }

    .social-links li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2em;
        color: #555;
        text-decoration: none;
    }

    .social-links li a:hover {
        color: #000;
    } */

.doctor-info-list {
    position: inherit;
}

.doctor-info-list li {
    position: inherit;
    padding-left: 0px;
}

.doctor-info-list li strong {
    position: inherit;
}

.doctor-info-list li p {
    position: inherit;
}

.team-block {
    margin-bottom: 10px;
}

.docter-detail .designation {
    margin-bottom: 0px;
}

.mb-15 {
    margin-bottom: 15px;
}

.news-block .image-box .category-badge {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #1370b5;
    padding: 5px 20px;
    border-radius: 0px 10px 0px 10px;
    bottom: inherit;
}

.latest-news .post-thumb img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.whatsapp-theme {
    position: relative;
    display: inline-block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.whatsapp-theme .icon {
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #1370b5;
    color: #ffffff;
    z-index: 1;
    font-size: 42px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(19, 112, 181, .3);
    -moz-box-shadow: 0 0px 10px 0 rgba(19, 112, 181, .3);
    -ms-box-shadow: 0 0px 10px 0 rgba(19, 112, 181, .3);
    -o-box-shadow: 0 0px 10px 0 rgba(19, 112, 181, .3);
    box-shadow: 0 0px 10px 0 rgba(19, 112, 181, .3);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.whatsapp-theme .ripple,
.whatsapp-theme .ripple:before,
.whatsapp-theme .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(19, 112, 181, .6);
    -moz-box-shadow: 0 0 0 0 rgba(19, 112, 181, .6);
    -ms-box-shadow: 0 0 0 0 rgba(19, 112, 181, .6);
    -o-box-shadow: 0 0 0 0 rgba(19, 112, 181, .6);
    box-shadow: 0 0 0 0 rgba(19, 112, 181, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.whatsapp-theme .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.whatsapp-theme .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}


.items-container.row {
    align-items: stretch;
}

.news-block {
    display: flex;
}

.news-block .inner-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.news-block .lower-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.news-block .lower-content .post-info {
    margin-top: auto;
}

.category-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.category-carousel .card-body>a {
    margin-top: auto;
}

.category-carousel .owl-item {
    display: flex;
}

.category-carousel .owl-item .item {
    display: flex;
    width: 100%;
}

.category-carousel .card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.category-carousel .card-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.main-footer .logo-text{
        fill:#ffffff;
        font-size: 249px;
}
.main-footer .logo-navy{fill:#ffffff}