/* Extra Small Device */
@media only screen and (max-width: 460px) {
    .menu .offcanvas-start {
        width: 100%;
    }
}

/* Small Device :550px. */
@media only screen and (min-width: 576px) {
    .container {
        width: 540px;
        padding: 0 12px;
    }

    .fs-1 {
        font-size: 56px !important;
    }

    .fs-2 {
        font-size: 28px !important;
        line-height: 1;
    }

    .btn {
        font-size: 14px;
        width: auto;
    }

    .logo {
        max-width: 128px;
    }

    .hero--section {
        min-height: 640px;
    }

    .hero__signature {
        max-width: 160px;
        margin-bottom: 36px;
    }

    .reference__wrapper {
        padding: 32px;
    }

    .footer__form__card {
        padding: 32px 24px 28px;
    }

    /* companies.html Page Responsive Start */
    .expertises--companies .expertises__items {
        padding: 32px;
    }

    .expertises__lg__card {
        padding: 32px 24px 40px;
    }

    /* companies.html Page Responsive End */

    /* health.html Page Responsive Start */
    .benefits__wrapper {
        padding: 40px;
    }

    .benefits__ul {
        gap: 24px;
    }

    /* health.html Page Responsive End */
}

/* Medium Device. */
@media only screen and (min-width: 768px) {
    .container {
        width: 720px;
    }

    .fs-2 {
        font-size: 34px !important;
    }

    .hero--section::after {
        background: linear-gradient(-78deg, #490e1900 0%, #01172c 75%);
    }

    .hero__para {
        font-size: 24px;
    }

    .hero__signature {
        transform: unset;
    }

    .expertises--section {
        padding: 64px 0 144px;
    }

    .expertises__mini__card {
        padding: 25px 30px 32px;
    }

    .reference__wrapper {
        padding: 48px;
    }

    .reference__slider__item {
        padding: 32px 32px 64px;
        gap: 20px;
    }

    .reference__slider__avatar {
        width: 64px;
        height: 64px;
    }

    .reference__person__company {
        font-size: 16px;
    }

    .reference__heading {
        font-size: 20px;
    }

    .reference__slider__btns__inner {
        padding: 20px 40px;
        gap: 22px;
    }

    .reference--section .swiper-pagination-bullet {
        width: 40px;
        height: 40px;
    }

    .reference__slider__btn {
        width: 24px;
        height: 12px;
    }

    .counter-block {
        padding-top: 64px;
    }

    .counter-block__wrapper {
        padding-bottom: 64px;
    }

    .footer__wrapper {
        padding: 64px 0 80px;
    }

    .contact__top {
        padding-bottom: 64px;
        margin-bottom: 54px;
    }

    /* companies.html Page Responsive Start */
    .hero.hero--page {
        height: 390px;
        padding-bottom: 30px;
    }

    .hero__content span.pretitle {
        font-size: 26px;
    }

    .hero.hero--page .hero__content h1 {
        font-size: 45px;
    }

    .footer--topSpace {
        padding-top: 332px;
        margin-top: -332px;
    }

    .expertises--companies {
        padding-bottom: 48px;
    }

    /* companies.html Page Responsive End */

    /* healt.html Page Responsive Start */
    .textBlock--section {
        padding: 64px 0;
    }

    .benefits__wrapper {
        padding: 48px 64px;
    }

    .benefits__icon {
        width: 26px;
        height: 26px;
        border: 2px solid #425a73;
        margin-top: -3px;
    }

    /* healt.html Page Responsive End */
}

/* LG Device. */
@media only screen and (min-width: 992px) {
    .container {
        width: 960px;
    }

    .fs-1 {
        font-size: 60px !important;
    }

    .pretitle {
        font-size: 16px;
    }

    .btn {
        height: 56px;
        padding: 19px 37px;
        gap: 15px;
    }

    .btn__icon {
        width: 24px;
        height: 24px;
    }

    .header--area {
        padding: 24px 0;
    }

    .hero--section {
        min-height: 720px;
    }

    .hero__wrapper {
        margin-top: -12px;
    }

    .hero__btns {
        gap: 16px;
    }

    .hero__signature {
        max-width: 200px;
    }

    .expertises--section .section__head {
        gap: 28px;
    }

    .expertise__title {
        font-size: 23px;
    }

    .expertises__badge {
        font-size: 14px;
        padding: 7px 20px;
    }

    .reference--section .swiper-pagination-bullet {
        width: 60px;
        height: 60px;
    }

    .counter-block__icon {
        width: 80px;
        height: 80px;
        border: 4px solid #425a73;
    }

    .counter-block__digit {
        font-size: 28px;
    }

    .contact-item {
        gap: 16px;
    }

    .contact__way {
        gap: 22px;
    }

    /* companies.html Page Responsive Start */
    .hero.hero--page {
        padding-bottom: 40px;
    }

    .hero__content span.pretitle {
        margin-bottom: 8px;
    }

    .expertises--companies .expertises__items {
        padding: 64px;
    }

    .expertises__lg__card {
        padding: 40px 30px 48px;
    }

    /* companies.html Page Responsive End */

    /* health.html Page Responsive End */
    .benefits__title {
        font-size: 20px;
    }

    .benefits__item {
        width: calc(50% - 12px);
    }

    /* health.html Page Responsive End */
}

/* Large Device :992px. */
@media only screen and (min-width: 1200px) {
    .container {
        width: 1140px;
    }

    .fs-1 {
        font-size: 68px !important;
    }

    .logo {
        max-width: 152px;
    }

    .header__left {
        gap: 60px;
    }

    .header__ul {
        gap: 40px;
    }

    .hero--section {
        min-height: 800px;
    }

    .hero__para {
        font-size: 30px;
    }

    .hero__signature {
        max-width: 288px;
    }

    .expertises--section .section__head {
        gap: 48px;
    }

    .expertises__right {
        max-width: 480px;
    }

    .expertises__mini__card {
        padding: 30px 30px 48px;
    }

    .expertise__title {
        font-size: 25px;
    }

    .reference__heading {
        font-size: 22px;
    }

    .reference__wrapper {
        padding: 64px;
    }

    .reference__slider__item {
        padding: 40px 40px 80px;
    }

    .reference__slider__avatar {
        width: 80px;
        height: 80px;
    }

    .reference__slider__content {
        max-width: 700px;
    }

    .reference__para {
        max-width: 624px;
    }

    .reference__slider__btns__wrap {
        margin-top: -56px;
    }

    .counter-block {
        padding-top: 72px;
    }

    .counter-block__digit {
        font-size: 32px;
    }

    .counter-block__text {
        font-size: 16px;
    }

    .contact__top {
        padding-bottom: 80px;
    }

    .footer__wrapper {
        padding: 64px 0 104px;
    }

    .footer__form__wrap {
        margin-left: 32px;
    }

    .footer__form__card {
        padding: 50px 40px;
    }

    .contact {
        max-width: 428px;
    }

    .form__title {
        font-size: 30px;
        margin-bottom: 36px;
    }

    .form__input {
        height: 56px;
        padding: 16px 26px;
    }

    .form__input--textarea {
        height: 146px;
    }

    .main-thumb {
        max-height: 300px;
    }

    /* companies.html Page Responsive Start */
    .hero.hero--page {
        height: 450px;
        padding-bottom: 50px;
    }

    .hero__content span.pretitle {
        margin-bottom: 14px;
        font-size: 40px;
        line-height: 1.2;
    }

    .hero.hero--page .hero__content h1 {
        font-size: 60px;
        line-height: 1;
        font-weight: 500;
    }

    /* companies.html Page Responsive End */

    /* healt.html Page Responsive Start */
    .textBlock--section {
        padding: 80px 0;
    }

    .benefits__title {
        font-size: 23px;
    }

    .benefits__wrapper {
        padding: 64px;
    }

    .benefits__icon {
        width: 32px;
        height: 32px;
    }

    /* health.html Page Responsive End */
    .about__thumbnail {
        width: 425px;
        height: 425px;
    }

    .about--area {
        padding: 70px 0px 70px;
    }
}

/* XL Device :1280px. */
@media only screen and (min-width: 1400px) {
    .container {
        width: 1320px;
    }

    .fs-1 {
        font-size: 74px !important;
    }

    .fs-2 {
        font-size: 40px !important;
    }

    .header__left {
        gap: 76px;
    }

    .header__ul {
        gap: 56px;
    }

    .hero--section {
        min-height: 920px;
    }

    .hero__btns {
        gap: 20px;
    }

    .hero__signature {
        max-width: 368px;
        margin-bottom: 48px;
    }

    .expertises--section {
        padding: 76px 0 156px;
    }

    .expertises--section .section__head {
        gap: 86px;
    }

    .expertises__items__row.g-lg-4 {
        --bs-gutter-x: 28px;
        --bs-gutter-y: 30px;
    }

    .reference__wrapper {
        padding: 73px 134px 68px;
    }

    .reference--section .swiper-pagination-bullet {
        width: 74px;
        height: 74px;
    }

    .counter-block__digit {
        font-size: 36px;
    }

    .footer__wrapper {
        padding: 64px 0 104px;
    }

    .footer__form__wrap {
        margin-left: 64px;
    }

    .contact-item {
        gap: 20px;
    }

    .form__submit.btn {
        min-width: 350px;
    }

    .main-thumb {
        max-height: 392px;
    }

    /* companies.html Page Responsive Start */
    .expertises--companies {
        padding-bottom: 48px;
    }

    .expertises--companies .expertises__items {
        padding: 64px 96px;
    }

    .expertises__lg__card {
        padding: 48px 30px 58px;
    }

    .benefits__wrapper {
        padding: 64px 104px 88px;
    }

    .about__content {
        gap: 46px;
    }

    /* companies.html Page Responsive End */
}

/* XXL Device. */
@media only screen and (min-width: 1601px) {
    .container {
        width: 1550px;
    }

    .fs-1 {
        font-size: 80px !important;
    }

    .logo {
        max-width: 172px;
    }

    .hero__wrapper {
        margin-top: -24px;
    }

    .hero__para {
        font-size: 37px;
    }

    .hero__signature {
        max-width: 458px;
    }

    .reference__slider__avatar {
        width: 108px;
        height: 108px;
    }

    .reference__heading {
        font-size: 24px;
    }

    .reference__slider__btns__wrap {
        margin-top: -70px;
    }

    .counter-block__icon {
        width: 108px;
        height: 108px;
        border: 5px solid #425a73;
    }

    .footer__wrapper {
        padding: 64px 0 124px;
    }

    .contact__top {
        padding-bottom: 96px;
    }

    /* companies.html Page Responsive Start */
    .footer--topSpace {
        padding-top: 400px;
        margin-top: -400px;
    }

    .expertises--companies .expertises__items {
        padding: 64px 128px;
    }

    .expertises--companies .expertises__items__row.g-lg-4 {
        --bs-gutter-y: 40px;
    }

    /* companies.html Page Responsive End */

    /* healt.html Page Responsive Start */
    .textBlock--section {
        padding: 80px 0 96px;
    }

    .benefits__title {
        font-size: 25px;
    }

    .benefits__wrapper {
        padding: 64px 136px 88px;
    }

    .benefits__icon {
        width: 40px;
        height: 40px;
    }

    /* health.html Page Responsive End */
    .about__thumbnail {
        width: 524px;
        height: 524px;
        padding: 40px;
    }
}

/* Big Device. */
@media only screen and (min-width: 1800px) {
    .container {
        max-width: 1608px;
        width: 100%;
    }
}