.mob_block {
    display: none !important;
}
body,
html {
    overflow-x: hidden;
}

@media screen and (min-width: 1400px) {
    html {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 1400px) and (min-width: 1300px) {
    html {
        font-size: 15px !important;
    }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
    html {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1100px) {
    html {
        font-size: 13px !important;
    }
}
@media screen and (max-width: 1100px) and (min-width: 1050px) {
    html {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 1050px) and (min-width: 992px) {
    html {
        font-size: 11px !important;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (max-width: 992px) {
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .burger.mob_block {
        display: flex !important;
    }
    .btn {
        width: 100%;
        font-size: unset;
        height: 3.5rem;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .marquee-inner {
        width: calc(100vw - 15px);
        margin-left: -15px;
        padding-left: 15px;
    }
    .search--show {
        margin-right: 1.5rem;
    }
    .hero-section {
        padding-top: 6rem;
    }
    .hero-inner {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .hero-main,
    .hero-photo,
    .hero-video,
    .hero-services {
        grid-column: 1 / 2;
        grid-row: auto;
    }
    .hero-main {
        min-height: 20rem;
    }
    .section-title {
        font-size: 1.85rem;
    }
    .hero-main-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }
    .hero-main-bottom .btn {
        width: 100%;
    }
    .hero-photo {
        height: 26rem;
    }
    .hero-tag {
        padding: 0 1.125rem 0 0.375rem;
        font-size: 1rem;
    }
    .hero-tag span {
        width: 1.5rem;
        height: 1.5rem;
    }
    .hero-tag.one {
        top: 2rem;
        left: 1rem;
    }
    .hero-tag.two {
        top: 13rem;
        left: 1rem;
    }
    .hero-tag.three {
        top: 21rem;
        left: 1rem;
        max-width: calc(100% - 2rem);
        height: auto;
        padding: 0.5rem 0.85rem 0.5rem 0.375rem;
    }
    .hero-tag {
        gap: 0.85rem;
    }
    .hero-video {
        height: 15rem;
    }
    .hero-services {
        height: auto;
        min-height: 15rem;
        gap: 2.5rem;
    }
    .hero-services-text {
        font-size: unset;
    }
    .hero-video-play {
        width: 4.5rem;
        height: 4.5rem;
    }
    .hero-video-play img {
        width: 1.3rem;
    }
    .logo img {
        height: 2.75rem;
    }
    .header {
        padding: 1.1rem 0;
    }
    .hero-services-circle {
        width: 5.85rem;
        height: 5.85rem;
    }
    .hero-main-text br {
        display: none;
    }

    .about-inner {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 0.85rem;
    }
    .about-content,
    .about-photo {
        grid-column: 1 / 3;
        grid-row: auto;
    }
    .about-content .btn {
        width: 100%;
        margin-top: 1.5rem;
    }
    .about-text {
        margin-bottom: 0;
        font-size: unset;
    }
    .about-photo {
        height: 18rem;
        margin-top: 1rem;
    }
    .about-card {
        min-height: 12rem;
        padding: 1.25rem;
    }
    .about-card-num {
        font-size: 3rem;
    }

    .services-head {
        margin-bottom: 1.5rem;
    }
    .services-head .section-title {
        margin-bottom: 1rem;
    }
    .services-head-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }
    .services-head-text {
        font-size: unset;
    }
    .services-head-text br {
        display: none;
    }
    .service-card .btn {
        width: 80%;
    }
    .services-grid {
        grid-template-columns: 1fr;
    }
    .service-card-text br {
        display: none;
    }
    .header-submenu-icon {
        height: 1.5rem;
        width: 1.5rem;
    }

    .why-inner .section-title {
        margin-bottom: 1.75rem;
    }
    .why-item {
        grid-template-columns: 3.25rem minmax(0, 1fr);
        align-items: flex-start;
        gap: 1rem 1.65rem;
        min-height: unset;
        padding: 1.25rem;
    }
    .why-item-name {
        align-self: center;
    }
    .why-item-text {
        grid-column: 1 / 3;
        font-size: unset;
    }
    .why-item-photo {
        position: relative;
        top: unset;
        left: unset;
        grid-column: 1 / 3;
        width: 100%;
        height: 0;
        margin: 0;
        transform: none;
        transition: all 0.45s ease;
    }
    .why-item.active .why-item-photo {
        height: 14rem;
        margin-bottom: 0.25rem;
        transform: none;
    }
    .doctors-head-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }
    .doctors-head-text {
        width: unset;
    }
    .doctors-arrows {
        justify-content: center;
        width: 100%;
    }
    .doctor-card-photo {
        height: 20rem;
    }
    .doctor-card-photo img {
        /* object-position: top; */
    }
    .clean-content {
        width: 100%;
    }
    .clean-content .btn {
        width: 100%;
    }
    .clean-inner {
        height: unset;
        align-items: flex-start;
        gap: 1.5rem;
        padding: 1.25rem;
        flex-direction: column-reverse;
    }
    .clean-img {
        position: relative;
        height: 15rem;
    }
    .reviews-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    .review-card-stars {
        font-size: unset;
    }

    .results-head {
        margin-bottom: 1.5rem;
    }
    .results-head .section-title {
        margin-bottom: 1rem;
    }
    .results-head-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .results-head-text {
        font-size: unset;
    }
    .results-head-text br {
        display: none;
    }
    .results-head .btn {
        width: 100%;
    }
    .results-tabs {
        /* gap: 1.75rem; */
        margin: 0 -15px 1.85rem;
        padding: 0 15px;
        overflow-x: auto;
    }
    .results-tabs::-webkit-scrollbar {
        display: none;
    }
    .results-tab {
        flex-shrink: 0;
        font-size: 1.15rem;
    }
    .results-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .compare {
        margin-bottom: 1rem;
        height: 20rem;
    }
    .result-card-text {
        padding-bottom: 1.5rem;
        font-size: unset;
    }
    .result-card .btn {
        width: 70%;
    }

    .consult-section {
    }
    .consult-photo-img {
        display: none;
    }
    .consult-inner {
        min-height: unset;
        justify-content: flex-start;
        padding: 1.5rem;
    }
    .form-back {
        object-fit: cover;
        object-position: right center;
    }
    .consult-form {
        width: 100%;
    }
    .consult-form .section-title {
        margin-bottom: 1.5rem;
    }
    .consult-form .input {
        height: 3.5rem;
        padding: 0 1.5rem;
        font-size: unset;
    }
    .consult-form-policy {
        margin-bottom: 1.5rem;
    }
    .consult-form .btn {
        width: 100%;
    }

    .faq-head {
        margin-bottom: 1.75rem;
    }
    .faq-head .section-title {
        margin-bottom: 0.75rem;
    }
    .faq-list {
        width: 100%;
        gap: 1rem;
    }
    .faq-item {
        padding: 1rem;
    }
    .faq-head-row {
        gap: 1rem;
    }
    .faq-content {
        padding-top: 0.5rem;
    }
    .faq-question {
        font-size: 1.35rem;
    }
    .faq-item.open .faq-body {
        max-height: 30rem;
    }
    .faq-answer {
        padding-top: 0.65rem;
        font-size: unset;
    }

    .contacts-inner {
        padding: 0;
        overflow: unset;
    }
    .contacts-map {
        position: relative;
        height: 20rem;
        border-radius: 1.25rem;
    }
    .con-overlay {
        border-radius: 1.25rem;
    }
    .contacts-card {
        border-radius: 1.25rem;
        width: 100%;
        align-items: stretch;
        padding: 1.25rem;
        /* border: 1px solid black; */
        box-shadow: 0 0 11.4px 0 rgba(0, 0, 0, 0.2);
    }
    .contacts-card .section-title {
        margin-bottom: 1.5rem;
    }
    .contacts-addr,
    .contacts-work,
    .contacts-phone-text {
        margin-bottom: 1.5rem;
    }
    .contacts-soc {
        margin-bottom: 1.75rem;
    }
    .contacts-soc-link {
        font-size: 2.5rem;
    }
    .contacts-card .btn {
        width: 100%;
    }

    .footer-logo {
        justify-content: center;
    }
    .footer-logo img {
        height: 4rem;
    }
    .footer-inner {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .footer-nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        font-size: unset;
    }
    .footer-contact {
        justify-self: start;
    }
    .footer-phone {
        font-size: 1.65rem;
    }
    .footer-phone-text br,
    .footer-policy br {
        display: none;
    }
    .footer-form-row {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }
    .footer-form .input {
        height: 3.5rem;
        font-size: 1.15rem;
    }
    .footer-form .btn {
        width: 100%;
        justify-content: center;
        gap: 1rem;
        padding: 0 1.5rem;
    }
    .btn-img {
        width: 2.15rem;
        height: 2.15rem;
    }
    .footer-soc {
        justify-content: flex-start;
        padding-top: 0;
    }
    .footer-made {
        grid-column: 1 / 2;
        justify-self: start;
        text-align: left;
    }
    .why-num {
        height: 3.5rem;
        width: 3.5rem;
        padding: 0.85rem;
    }
    .why-item-num {
        height: 2.7rem;
        width: 2.7rem;
    }
    .footer-soc-link {
        height: 3.25rem;
        width: 3.25rem;
        font-size: 1.85rem;
    }

    .page-hero-inner {
        align-items: flex-end;
        min-height: unset;
        /* padding: 18rem 0 0; */
    }
    .page-hero-img {
        display: none;
    }
    .page-hero-content {
        width: 100%;
        gap: 1rem;
        margin-left: 0;
        padding: 1.25rem;
    }
    .blue-grid {
        grid-template-columns: 1fr;
    }
    .blue-grid .about-card {
        height: unset;
        min-height: 12.5rem;
    }
    .mis-inner {
        width: unset;
    }
    .mis-fon {
        opacity: 1;
    }
    .circle-back {
        height: 140%;
        border-radius: 14rem 14rem 0 0;
    }
    .mis-img3 {
        margin-top: 1rem;
    }

    .calm-inner {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }
    .calm-video {
        min-height: 21rem;
    }
    .calm-btns .btn,
    .calm-btns .btn.blue {
        width: 100%;
        height: 3.35rem;
        padding: 0 0.5rem;
        font-weight: 500;
        font-size: 0.95rem;
    }
    .img-inner1 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .in-img1 {
        height: 18rem;
    }
    .in-img1.img2 {
        height: 18.5rem;
    }
    .marquee-card {
        width: 12rem;
        height: 9.5rem;
        padding: 1rem;
    }
    .marquee-card img {
        width: 3.25rem;
        height: 3.25rem;
    }
    .marquee-track {
        animation-duration: 24s;
    }
    .srv-hero-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .srv-hero-content {
        align-items: stretch;
    }
    .srv-hero-photo {
        height: 20rem;
    }
    .srv-hero-photo-name {
        bottom: 1.5rem;
        left: 1.5rem;
        font-size: 1.85rem;
    }
    .srv-hero-content .section-title {
        font-size: 1.85rem;
    }

    .symptoms-back {
        display: none;
    }
    .symptoms-inner {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .symptoms-arrows {
        gap: 1rem;
    }
    .symptoms-box {
        width: 100%;
        gap: 2rem;
    }
    .symptoms-arrow {
        width: 6rem;
        height: 3.25rem;
        font-size: 1.35rem;
    }
    .symptom-card {
        height: 20rem;
    }

    .price-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    .price-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.5rem 0;
    }
    .price-row-cost {
        text-align: left;
        font-weight: 500;
    }

    .gallery-section {
        overflow: visible;
    }
    .gallery-slide img {
        height: 25rem;
    }
    .gallery-slider .slick-current .gallery-slide img {
        height: 25rem;
    }
    .gallery-inner::before,
    .gallery-inner::after {
        width: 0;
    }
    .gallery-inner .slider-arrow {
        position: unset;
    }
    .mob-gallary-btns {
        display: flex;
        align-items: center;
        gap: 1.25rem;
        justify-content: center;
        position: relative;
        top: 3rem;
    }
    .feat-bottom {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .feat-inner {
        height: 26rem;
    }
    .feat-tag.one {
        top: 2rem;
        left: 1.25rem;
    }
    .feat-tag.two {
        top: 7rem;
        left: 4.5rem;
    }
    .feat-tag.three {
        top: 12rem;
        left: 9.5rem;
    }
    .feat-tag.four {
        top: 17rem;
        left: 2.5rem;
        right: unset;
    }
    .feat-tag.five {
        top: 22rem;
        left: 10.25rem;
    }
    .doctors-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .doc-inner {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .doc-photo {
        height: 26rem;
    }
    .doc-content {
        align-items: stretch;
    }
    .doc-tags {
        flex-wrap: wrap;
        gap: 0.65rem;
        margin-bottom: 1rem;
    }
    .doc-block {
        margin-bottom: 1.5rem;
    }
    .doc-content .btn {
        width: 100%;
    }
    .edu-inner {
        grid-template-columns: minmax(0, 1fr) 4.5rem;
        gap: 1.5rem;
    }
    .edu-years {
        grid-column: 1 / 2;
    }
    .edu-year {
        gap: 1rem;
        height: 4.25rem;
        padding-left: 0;
        font-size: 2.25rem;
    }
    .edu-years-slider .slick-current .edu-year {
        font-size: 2.75rem;
    }
    .edu-content-slider {
        grid-column: 1 / 3;
    }
    .edu-content {
        height: 13rem;
    }
    .edu-content-title {
        font-size: 1.35rem;
    }
    .edu-content-text {
        width: 100%;
    }
    .edu-arrows {
        gap: 0.85rem;
    }
    .edu-arrows .slider-arrow {
        width: 3.25rem;
        height: 4.5rem;
    }
    .edu-arrows {
        display: flex;
    }
    .cert-card {
        height: 26rem;
    }
    .cert-section {
        border-radius: 1.5rem;
        padding: 1.5rem 0;
    }
    .choose-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .search-input {
        font-size: 1.1rem;
    }
    .case-img {
        display: none;
    }
    .case-content .section-title {
        font-size: 1.85rem;
    }
    .case-top {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
    .case-compare {
        height: 22rem;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 550px) {
    body {
        font-size: 1.15rem;
    }
}
