/* Extra Small Device */
@media only screen and (max-width: 430px) {
    .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: 32px !important;
    }
    .fs-2,
    .fs-3 {
        font-size: 28px !important;
    }
    .fs-4 {
        font-size: 26px !important;
    }

    .logo {
        max-width: 112px;
    }
    .menu-btn,
    .menu-close {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .hero--section {
        min-height: 480px;
    }
    .treatments__thumb {
        width: 100%;
        height: 244px;
    }
    .treatments--section,
    .introduction__wrapper,
    .testimonial--section,
    .training--section,
    .contact--section {
        padding: 60px 0;
    }
    .introduction__thumb__wrap {
        width: 336px;
        height: 336px;
    }
    .introduction__obj {
        max-height: 400px;
    }
    .testimonial__heading {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .testimonial--section .swiper-pagination {
        bottom: -30px;
    }
    .training__wrapper {
        padding: 40px;
    }
    .footer__top {
        padding: 56px 0;
    }
}

/* Medium Device. */
@media only screen and (min-width: 768px) {
    .container {
        width: 720px;
    }

    .fs-1 {
        font-size: 48px !important;
    }
    .fs-2 {
        font-size: 40px !important;
    }
    .fs-3 {
        font-size: 36px !important;
    }

    .fs-4 {
        font-size: 32px !important;
    }

    .title-obj__image {
        max-height: 80px;
    }
    .section__pretitle {
        font-size: 18px;
    }

    .hero--section {
        min-height: 592px;
    }
    .hero__pretitle {
        font-size: 20px;
    }
    .client-name {
        font-size: 16px;
    }
    .testimonial--section .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        margin: 0 5px;
    }
    .testimonial__heading {
        font-size: 32px;
        margin-bottom: 60px;
    }
    .impression__thumb {
        height: 340px;
    }
    .form__field {
        margin-bottom: 28px;
    }
    .footer__top {
        gap: 80px;
    }
}

/* LG Device. */
@media only screen and (min-width: 992px) {
    .container {
        width: 960px;
    }

    .fs-1 {
        font-size: 54px !important;
    }

    .logo {
        max-width: 152px;
    }
    .hero__wrapper {
        padding-top: 56px;
    }
    .treatments--section,
    .introduction__wrapper,
    .testimonial--section,
    .training--section,
    .contact--section {
        padding: 80px 0;
    }
    .introduction__thumb__wrap {
        width: 100%;
        height: 100%;
    }
    .introduction__mini__thumb {
        padding: 8px;
    }
    .introduction__obj {
        max-height: 512px;
    }
    .testimonial--section .swiper-pagination {
        bottom: -40px;
    }
    .training__wrapper {
        padding: 60px;
    }
    .training__wrapper::after {
        background: linear-gradient(to right, #f4eee7 75%, #fff0 100%);
    }
    .contact__content {
        padding: 30px 0;
    }
    .contact__thumb {
        height: auto;
    }
    .form__field input {
        padding: 28px 0 20px;
    }
    .form__field textarea {
        height: 100px;
        padding-top: 28px;
    }
    .form__field input:focus ~ label,
    .form__field input:valid ~ label {
        font-size: 13px;
    }
    .footer__copyright {
        padding: 30px 0;
    }
    .footer__top {
        gap: 128px;
    }
    .footer__logo {
        max-width: 200px;
    }
    .footer__content {
        gap: 80px;
    }
    .footer__ul,
    .footer__contact__top,
    .footer__contact__bottom {
        gap: 24px;
    }
}

/* Large Device :992px. */
@media only screen and (min-width: 1200px) {
    .container {
        width: 1140px;
    }

    body {
        font-size: 17px;
    }

    .fs-1 {
        font-size: 60px !important;
    }
    .fs-2 {
        font-size: 48px !important;
    }
    .fs-3 {
        font-size: 44px !important;
    }
    .fs-4 {
        font-size: 40px !important;
    }

    .btn {
        padding: 16px 36px;
        gap: 7px;
        font-size: 18px;
    }
    .btn__icon {
        width: 21px;
    }

    .title-obj__image {
        max-height: 96px;
    }
    .section__pretitle {
        font-size: 20px;
    }

    .logo {
        max-width: 200px;
    }
    .header__ul {
        gap: 56px;
    }
    .hero--section {
        min-height: 736px;
    }
    .hero__wrapper {
        padding-top: 64px;
    }
    .hero__pretitle {
        font-size: 24px;
    }
    .introduction__obj {
        max-height: 676px;
        margin-top: -56px;
    }
    .treatments__content {
        padding: 28px 52px 22px;
    }
    .testimonial--section {
        padding: 100px 0;
    }
    .client-name {
        font-size: 18px;
    }
    .testimonial__heading {
        font-size: 36px;
        margin-bottom: 100px;
    }
    .testimonial--section .swiper-pagination {
        bottom: -48px;
    }
    .testimonial--section .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        margin: 0 7px;
        border-width: 2px;
    }
    .training--section,
    .contact--section {
        padding: 112px 0;
    }
    .training__wrapper {
        padding: 92px;
    }
    .contact__wrapper__row.gx-lg-5 {
        --bs-gutter-x: 70px;
    }
    .form__field {
        margin-bottom: 36px;
    }
    .footer__content {
        gap: 120px;
    }
    .footer__ul {
        gap: 34px;
    }
    .footer__contact {
        height: 100%;
    }
    .footer__contact__top {
        gap: 32px;
    }
}

/* XL Device :1280px. */
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1344px;
        width: 100%;
    }

    .fs-1 {
        font-size: 66px !important;
    }
    .fs-2 {
        font-size: 55px !important;
    }
    .fs-3 {
        font-size: 50px !important;
    }
    .fs-4 {
        font-size: 45px !important;
    }
    .title-obj__image {
        max-height: 116px;
    }

    .logo {
        max-width: 240px;
    }
    .hero--section {
        min-height: 848px;
    }
    .hero__pretitle {
        font-size: 28px;
    }
    .hero__para {
        line-height: 2;
    }
    .treatments--section {
        padding: 92px 0 104px;
    }
    .introduction .section__para {
        line-height: 1.9;
    }
    .introduction__wrapper {
        padding: 84px 0 120px;
    }
    .introduction__mini__thumb {
        margin-left: -15%;
        margin-bottom: -8%;
        padding: 12px;
    }
    .introduction__obj {
        max-height: 676px;
    }
    .testimonial--section {
        padding: 128px 0;
    }
    .testimonial__heading {
        font-size: 40px;
        margin-bottom: 140px;
    }
    .testimonial--section .swiper-pagination {
        bottom: -72px;
    }
    .training__wrapper {
        padding: 124px;
        min-height: 664px;
    }
    .training__wrapper::after {
        background: linear-gradient(to right, #f4eee7 50%, #fff0 100%);
    }
    .contact__wrapper__row.gx-lg-5 {
        --bs-gutter-x: 92px;
    }
    .form__field input {
        padding: 32px 0 20px;
        font-size: 18px;
    }
    .form__field textarea {
        height: 120px;
        padding-top: 32px;
    }
    .form__field label {
        font-size: 18px;
    }
    .form__field input:focus ~ label,
    .form__field input:valid ~ label {
        font-size: 14px;
    }
    .footer__logo {
        max-width: 248px;
    }
    .footer__content {
        gap: 192px;
    }
    .footer__ul {
        gap: 44px;
    }
    .footer__contact__top {
        gap: 48px;
        padding-bottom: 40px;
    }
    .footer__contact__bottom {
        gap: 32px;
        padding-top: 24px;
    }
    .footer__copyright {
        padding: 36px 0;
    }
}

@media only screen and (min-width: 1600px) {
    .logo {
        max-width: 200px;
    }
}


@media only screen and (max-width: 767px) {
    .treatments__content {
        padding: 28px 52px 22px;
    }
}