.components-forms-search-global {
    padding: 196px 0px 200px;
    background-image: url("/upload/images/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.components-forms-search-global ._h1 {
    font-weight: 600;
    color: #fff;
    font-size: 45px;
}

.components-forms-search-global ._icon > svg {
    fill: var(--primary-color);
}

.padding-large {
    padding-top: 7em;
    padding-bottom: 7em;
}

.container-plus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    gap: 1%;
}

.container-plus ._item-plus {
    width: 24%;
}

.container-plus ._item-plus .counter-info {
}

.container-plus ._item-plus .counter-info .counter-number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--bs-primary-rgb);
    font-size: 57px;
    gap: 10px;
}

.container-plus ._item-plus .counter-info .counter-number .timer {
    margin: 0px;
}

.container-plus ._item-plus .counter-info .counter-prefix {
    font-size: 4.5rem;
}

.container-plus ._item-plus .counter-info .counter-description {
    font-size: 20px;
    height: 72px;
}

.our-services {
    background-image: url(/upload/images/services-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-position: top;
    margin-bottom: 12em;
}

.container-services {
}

.container-services ._header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    gap: 1%;
    padding-top: 4em;
    padding-bottom: 4em;
}

.container-services ._header ._left {
    width: 37%;
    text-align: left;
    color: #fff;
}

.container-services ._header ._right {
    width: 60%;
    color: #fff;
}

.container-services ._header ._left h2 {
    text-align: left;
    font-weight: 600;
}

.container-services ._header ._right p {
    margin: 0px;
    font-size: 20px;
}

.our-reviews {
    background-image: url("/upload/images/review-bg.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-reviews {
    padding: 80px 0px;
    display: flex;
    flex-wrap: wrap;
}

.container-reviews > ._left {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.container-reviews > ._left > ._image-holder {
}

.container-reviews > ._left > ._image-holder > img {
}

.container-reviews > ._right {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.items-reviews-index {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.items-reviews-index .clinic-img-cnt-slide {
    height: auto;
}

.items-reviews-index .clinic-slide-nav {
    display: none;
}

.items-reviews-index .owl-controls {
    display: block !important;
}

.items-reviews-index .review-item {
    position: relative;
}

.items-reviews-index .review-item .quote {
    width: 40px;
    height: 29px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.items-reviews-index .review-item .quote-up {
    background-image: url("/upload/images/quote-up.png");
}

.items-reviews-index .review-item .quote-down {
    background-image: url(/upload/images/quote-down.png);
    right: 1px;
    bottom: 28px;
}

.items-reviews-index .review-item blockquote {
    padding: 0px 13px;
}

.items-reviews-index .review-item blockquote > p {
    margin: 0px;
    font-size: 20px;
    line-height: 25px;
}

.items-reviews-index .review-item blockquote > .author-detail {
}

.items-reviews-index .review-item blockquote > .author-detail > .name {
    font-size: 20px;
    font-weight: bold;
    padding-top: 14px;
}

.main-specialists {
    display: flex;
    align-items: unset;
    justify-content: space-between;
    flex-flow: row wrap;
    gap: 15px;
}

.main-specialists ._letter {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 13px;
}

.main-specialists ul {
}

.main-specialists ul li {
    padding-bottom: 5px;
}

.main-specialists ul li a {
    font-size: 16px;
}

.container-specialist {
    width: 20%;
    background-color: var(--light-color) !important;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 2px 40px rgba(8, 70, 78, 0.1);
    display: flex;
    flex-direction: column;
}

.diagnostic-category-content,
.services-content-tree {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
    justify-content: space-between;
}

.diagnostic-category,
.service-category {
    width: 29%;
    display: block;
    background-color: var(--light-color) !important;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 2px 40px rgba(8, 70, 78, 0.1);
    display: flex;
    flex-direction: column;
}

.diagnostic-category-name,
.service-category-name {
    padding-bottom: 11px;
}

.diagnostic-category-name a,
.service-category-name a {
    color: #54667a;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.diagnostic-category-list {
    flex: 1 100%;
}

.diagnostic-category-list ul {
}

.diagnostic-category-list ul li {
    padding-bottom: 5px;
}

.diagnostic-category-list ul li::before,
.service-category-list ul li::before {
    display: none;
    content: " ";
    padding-right: 5px;
}

.diagnostic-category-list a,
.service-category-list a {
    color: #54667a;
    font-size: 16px;
}

.diagnostic-category ._show-all,
.service-category ._show-all {
    padding-top: 13px;
}

.diagnostic-category ._show-all a {
}

.service-category-list ul li {
    padding-bottom: 5px;
}

@media screen and (max-width: 1173px) {
    .diagnostic-category,
    .service-category {
        flex: 1 28%;
    }
}

@media screen and (max-width: 1157px) {
    .container-plus ._item-plus {
        flex: 1 33%;
    }
}

@media screen and (max-width: 1044px) {
    .container-specialist {
        flex: 1 20%;
    }
}

@media screen and (max-width: 768px) {
    .container-specialist {
        flex: 1 43%;
    }

    .container-reviews > ._left {
        display: none;
    }

    .container-reviews > ._right {
        width: 100%;
    }
}

@media screen and (max-width: 604px) {
    .container-plus ._item-plus {
        flex: 1 100%;
    }

    .our-services {
        margin-bottom: 6em;
    }

    .padding-large {
        padding-top: 5em;
        padding-bottom: 3em;
    }

    .diagnostic-category,
    .service-category {
        flex: 1 47%;
    }
}

@media screen and (max-width: 480px) {
    .container-services ._header ._left {
        width: 100%;
    }

    .container-services ._header ._right {
        width: 100%;
    }
}
