
        
        html {
            scroll-behavior: smooth;
        }
        
        a {
            text-decoration: none;
        }



        body {
            margin: 0;
        }

        .labelws__content {
            word-break: break-word;
        }

        /*NAVBAR RESPONSIVE*/

        .website__container {
            max-width: 1940px;
            margin: 0 auto;
            overflow-x: clip;
            align-items: center;
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .link-item {
            cursor: pointer !important;
        }

        /* Templates 01*/
        .templatews-01__container {
            position: relative !important;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            background: white;
            height: calc(100vh - 185px);
            overflow-y: auto;
        }

        /* Templates 01*/

        /*GENERAL STYLES*/
        .background-image-ws__container {
            width: 100%;
            height: 100vw;
            max-height: 850px;
            object-fit: cover;
            background-position: 85%;
            background-repeat: no-repeat;
        }

        .background-section__change-color {
            display: flex;
            -moz-column-gap: 40px;
            column-gap: 40px;
            width: 100%;
            justify-content: center;
        }

        /*GENERAL STYLES*/

        /* Services section ***********************************************************************/
        .services01__container {
            display: flex;
            flex-direction: column;
            margin-top: 75px;
        }

        .services01__header-content {
            display: flex;
            flex-direction: column;
        }

        .services01__header-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0 30px;
            box-sizing: border-box;
            row-gap: 5px;
        }

        .services01__label-title {
            font-family: "Inter";
            font-style: normal;
            font-weight: 700;
            font-size: 20px;
            line-height: 40px;
            letter-spacing: -0.025em;
            font-feature-settings: "liga" off;
            color: #111827;
            padding: 0 20px;
            box-sizing: border-box;
            text-align: center;
        }

        .services01__label-subtitle {
            font-family: "Inter";
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 28px;
            font-feature-settings: "liga" off;
            padding: 0 20px;
            box-sizing: border-box;
            text-align: center;
        }

        .services01__content-subtitle {
            font-family: "Inter";
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 28px;
            text-align: center;
            font-feature-settings: "liga " off;
            color: #111827;
        }

        /*****Personalized theme 01***/
        .services01__content-title.labelws__content {
            max-width: 100vw;
        }

        .services01__content-subtitle.labelws__content {
            max-width: 800px;
        }

        .services01__items-list-content {
            display: flex;
            justify-content: center;
            width: 100%;
            column-gap: 55px;
            row-gap: 40px;
            padding: 70px 0;
            flex-wrap: wrap;
            max-width: 1050px;
            margin: 0 auto;
        }

        .services01__item-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 300px;
            row-gap: 10px;
            min-width: 300px;
        }

        .services01__item-content-title {
            display: flex;
            font-family: "Inter";
            font-style: normal;
            font-weight: 700;
            font-size: 30px;
            line-height: 40px;
            text-align: center;
            font-feature-settings: "liga" off;
            color: #111827;
            max-width: 300px;
        }

        .services01__item-content-subtitle {
            font-family: "Inter";
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            font-feature-settings: "liga" off;
            color: #374151;
            max-width: 300px;
        }

        /*****Personalized theme 01***/
        /* Services section ***********************************************************************/

        /* Partners section ***********************************************************************/
        .partners01__container {
            display: flex;
            justify-content: center;
            column-gap: 35px;
        }

        .partners01__middle-content {
            padding: 35px 80px;
            box-sizing: border-box;
            width: 80vw;
            max-width: 800px;
            border-top: 1px solid #e5e7eb;
            border-bottom: 1px solid #e5e7eb;
            display: flex;
            justify-content: space-between;
            column-gap: 35px;
        }

        /*****Personalized theme 01***/
        .partners01__item {
            position: relative !important;
        }

        .partners01__item-icon {
            width: 100%;
            max-width: 60px;
            min-width: 30px;
        }

        /*****Personalized theme 01***/

        /* Partners section ***********************************************************************/

        /*
    Suffle component
    */
        .sufflews__button {
            position: absolute !important;
            cursor: pointer;
            top: -3px;
            left: -26px;
        }

        /*
    Suffle component
    */

        /*
    Banner component
    */
        .banner01__container {
            width: 100%;
            object-fit: cover;
            background-position: 75%;
            background-repeat: no-repeat;
            /*height: 60vw;*/
            height: 1140px;
            max-height: 1130px;
        }

        .banner01__content {
            display: flex;
            column-gap: 40px;
            width: 100%;
            justify-content: center;
            margin-top: 248px;
            flex-wrap: wrap;
        }

        .banner01__asset-image {
            max-width: 640px;
        }

        .banner01__asset-image-content {
            display: flex;
            /*width: 30%;*/
            width: 340px;
            /* background-color: yellowgreen; */
            position: relative;
            margin: auto 0;
            z-index: 20;
        }

        .banner01__label-container {
            display: flex;
            flex-direction: column;
            width: 734px;
            align-items: flex-start;
            justify-content: center;
            row-gap: 10px;
        }

        .banner01__asset-image-container {
            margin-top: 20%;
        }

        .banner01__label-subtitle {
            font-family: "Inter" !important;
            font-style: normal !important;
            font-weight: 300 !important;
            font-size: 18px !important;
            line-height: 28px !important;
            font-feature-settings: "liga" off !important;
            color: #374151 !important;
        }

        .banner01__label-title {
            width: 100%;
            height: auto;
            font-style: normal;
            font-family: "Inter";
            font-style: normal;
            font-weight: 700;
            font-size: 60px;
            line-height: 72px;
            letter-spacing: -0.025em;
            font-feature-settings: "liga" off;
            color: rgba(0, 0, 0, 0.87);
            position: relative;
            box-sizing: border-box;
            /*margin: auto;*/
            max-width: 640px;
        }

        .banner01__content-subtitle {
            margin-right: auto;
        }

        .imagews__image-suffle-content {
            position: relative;
        }

        .banner01__container-image {
            position: absolute;
            top: 0;
            /*width: 1940px;*/
            width: 100%;
            max-width: 1940px;
        }

        .banner01__circle {
            position: absolute;
            top: 0;
            right: 0;
            filter: blur(30px);
        }

        .banner01__primary-bar {
            position: absolute;
            top: 0;
        }

        .banner01__objects-content {
            width: 100%;
            position: absolute;
            min-width: 1440px;
            right: 0;
            overflow-x: auto;
        }

        /*
    Banner component
    */

        /*
    Label component
    */
        .labelws__content {
            position: relative;
        }

        .labelws__component[contenteditable="true"] {
            cursor: inherit;
        }

        /*
    Label component
    */

        /*
    Button component
    */

        .buttonws__component {
            min-width: 170px;
            min-height: 56px;
            background: #7c3aed;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: "Inter";
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            font-feature-settings: "liga" off;
            color: #ffffff;
        }

        /*
    Button component
    */

        /*
    Image component
    */

        /*Content table  01*/
        .table01__container {
            width: 100%;
            max-height: 850px;
            -o-object-fit: cover;
            object-fit: cover;
            background-position: 0px;
            background-repeat: no-repeat;
        }

        .table01__content {
            display: flex;
            flex-direction: column;
            height: 100%;
            padding: 99px 55px 90px 55px;
            box-sizing: border-box;
        }

        .table01__label-header-title {
            font-family: "Inter";
            font-style: normal;
            font-weight: 700;
            font-size: 48px;
            line-height: 50px;
            letter-spacing: -0.025em;
            font-feature-settings: "liga" off;
            color: #ffffff;
            max-width: 80%;
        }

        #table01__label-header-title {
            font-family: "Inter";
            font-style: normal;
            font-weight: 700;
            font-size: 48px;
            line-height: 50px;
            letter-spacing: -0.025em;
            font-feature-settings: "liga" off;
            color: #ffffff;
            max-width: 80%;
        }

        .table01__label-header-subtitle {
            font-family: "Inter";
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 28px;
            font-feature-settings: "liga" off;
            color: #ffffff;
            max-width: 517px;
        }

        #table01__label-header-subtitle {
            font-family: "Inter";
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 28px;
            font-feature-settings: "liga" off;
            color: #ffffff;
            max-width: 517px;
        }

        .services01__label-header-title {
            font-family: "Inter";
            font-style: normal;
            font-weight: 700;
            font-size: 48px;
            line-height: 60px;
            text-align: center;
            letter-spacing: -0.025em;
            font-feature-settings: "liga" off;
            color: #111827;
            max-width: 700px;
        }

        #services01__title01 {
            font-family: "Inter";
            font-style: normal;
            font-weight: 700;
            font-size: 48px;
            line-height: 60px;
            text-align: center;
            letter-spacing: -0.025em;
            font-feature-settings: "liga" off;
            color: #111827;
            max-width: 700px;
        }

        .services01__label-header-subtitle {
            font-family: "Inter";
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 28px;
            text-align: center;
            font-feature-settings: "liga" off;
            color: #111827;
            max-width: 850px;
        }

        #services01__subtitle01 {
            font-family: "Inter";
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 28px;
            text-align: center;
            font-feature-settings: "liga" off;
            color: #111827;
            max-width: 850px;
        }

        .table01__label-container {
            display: flex;
            flex-direction: column;
            row-gap: 10px;
        }

        .table01__prices-list-content {
            height: 100%;
            margin: auto;
            margin-top: 80px;
            max-width: 100%;
        }

        .table01__table-container {
            display: flex;
            column-gap: 30px;
        }

        .table01__details-columns {
            display: flex;
            column-gap: 30px;
            overflow-x: auto;
        }

        .table01__table-column {
            /*background: #f8f8f8;*/
            border-radius: 20px;
            max-width: 185px;
            min-width: 185px;
            width: 100%;
        }

        .table01__table-header-column {
            text-align: center;
            border-radius: 20px 20px 0 0;
            max-width: 185px;
            min-width: 145px;
            width: 100%;
            min-height: 65px;
            display: flex;
            background: white;
            justify-content: center;
            align-items: center;
            padding: 0px 15px;
            box-sizing: border-box;
        }

        .table01__table-body-column {
            padding: 20px 20px;
            background: rgba(248, 248, 248, 1);
            border-radius: 0 0 20px 20px;
            display: flex;
            flex-direction: column;
            row-gap: 10px;
            max-width: 250px;
            text-align: center;
        }

        .table01__table-head-label {
            font-family: "Inter";
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 22px;
            color: #1db5be;
            text-align: center;
            word-break: break-word;
        }

        .table01__table-row-label {
            font-family: "Inter";
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            text-align: center;
            color: #393939;
        }

        /*Schedule 01*/

        .schedule01__schedule-container {
            display: flex;
            width: 100%;
            align-items: flex-end;
            /* background: darkslategray; */
            padding-bottom: 30px;
            column-gap: 30px;
        }

        .banner01__facebook-button {
            padding: 19px 25px;
            border-radius: 8px;
            color: white;
            font-weight: bold;
            /*max-height: 80px;*/
            box-sizing: border-box;
            z-index: 10;
            height: auto;
            width: auto;
            margin-top: 25px;
        }

        .banner01__label-btn {
            font-family: "Inter";
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            font-feature-settings: "liga" off;
            color: #ffffff;
        }

        .schedule01__schedule-title-subtitle-content {
            padding-bottom: 90px;
        }

        .schedule01__schedule-image-content {
            padding: 90px 0;
            position: relative;
            width: 100vw;
            max-width: 639px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 610px;
            /*background: yellowgreen;*/
        }

        .schedule01__schedule-svg-lines {
            position: absolute;
        }

        .schedule01__schedule-image-phone {
            position: absolute;
            padding-right: 87px;
            padding-bottom: 34px;
        }

        .schedule01__schedule-details-title {
            font-family: "Inter";
            font-style: normal;
            font-weight: 600;
            font-size: 22.6416px;
            line-height: 30px;
            display: flex;
            text-align: right;
            font-feature-settings: "liga" off;
            color: #363636;
            margin-top: 55px;
            max-width: 145px;
            word-break: inherit;
        }

        .schedule01__schedule-details-container {
            display: flex;
            width: 100%;
            /*background: aquamarine;*/
            height: auto;
            /*padding-top: 395px;*/
            column-gap: 40px;
            padding-right: 40px;
            box-sizing: border-box;
        }

        .schedule01__schedule-title {
            font-family: "Inter";
            font-style: normal;
            font-weight: 700;
            font-size: 48px;
            line-height: 50px;
            letter-spacing: -0.025em;
            font-feature-settings: "liga" off;
            color: #111827;
            padding: 15px;
            box-sizing: border-box;
        }

        .schedule01__schedule-subtitle {
            font-family: "Inter";
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 20px;
            font-feature-settings: "liga" off;
            color: #111827;
            padding: 0 15px;
            box-sizing: border-box;
            word-break: break-word !important;
        }

        .schedule01__schedule-details-content {
            display: flex;
        }

        .schedule01__schedule-details {
            padding-left: 55px;
            padding-top: 20px;
            box-sizing: border-box;
        }

        .schedule01__table-row-label {
            max-height: 300px;
            font-size: 70px;
            color: white;
        }

        .schedule01__schedule-day-item {
            font-family: "Inter";
            font-style: normal;
            font-weight: 500;
            font-size: 20.1259px;
            line-height: 35px;
            display: flex;
            align-items: center;
            color: #565656;
            display: flex;
            -moz-column-gap: 30px;
            border-bottom: 1.25787px solid #d8d8d8;
            width: 400px;
            justify-content: space-between;
        }

        .schedule01__schedule-day-label {
            text-align: center;
            width: 220px;
        }

        .location01__location-container {
            background: #7c3aed;
            display: flex;
            width: 100%;
            flex-wrap: wrap;
        }

        .location01__location-map-image {
            width: 100%;
            z-index: 1;
            object-position: center;
            object-fit: cover;
            min-width: 600px;
            max-height: 410px;
        }

        .location01__location-map-content {
            display: flex;
            min-width: 600px;
            width: 100%;
            max-height: 550px;
            flex: 1;
        }

        .location01__location-description-content {
            display: flex;
            align-items: center;
            justify-content: right;
            position: relative;
            padding: 25px;
            box-sizing: border-box;
            min-width: 723px;
            flex: 1;
        }

        .location01__location-details-content {
            display: flex;
            flex-direction: column;
            row-gap: 40px;
            width: auto;
        }

        .location01__location-detail-title-label {
            font-family: "Inter";
            font-style: normal;
            font-weight: 700;
            font-size: 48px;
            line-height: 58px;
            font-feature-settings: "liga" off;
            color: #ffffff;
        }

        .location01__location-points-content {
            padding-left: 5px;
            display: flex;
            flex-direction: column;
            row-gap: 10px;
        }

        .location01__location-detail-points-label {
            font-family: "Inter";
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 22px;
            font-feature-settings: "liga" off;
            color: #ffffff;
        }

        .location01__line-arrow-content {
            position: relative;
        }

        .location01__line-arrow {
            position: absolute;
            width: 100%;
            /* top: -13px; 
    width: 100%;
    width: auto;*/
        }

        .location01__greeting-label-content {
            border-bottom: 1px solid #e0e0e094;
            width: 100%;
            padding-bottom: 15px;
        }

        .location01__greeting-label {
            font-family: "Inter";
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 22px;
            font-feature-settings: "liga" off;
            color: #ffffff;
        }

        .contact01__contact-container {
            display: flex;
            width: 100%;
        }

        .contact01__contact-image {
            object-fit: cover;
            object-position: top;
            margin-right: auto;
            width: 100%;
        }

        .contact01__contact-details-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            row-gap: 40px;
            padding: 30px 0;
            flex: 1;
            min-width: 764px;
            box-sizing: border-box;
        }

        .contact01__phone-label,
        .contact01__email-label,
        .contact01__phone-description-label,
        .contact01__email-description-label {
            font-family: "Inter";
            font-style: normal;
            font-weight: 500;
            font-size: 18.8889px;
            line-height: 31px;
            letter-spacing: -0.02em;
            color: white;
        }

        .contact01__contact-details-header {
            display: flex;
            flex-direction: column;
            align-items: center;
            row-gap: 5px;
        }

        .contact01__title-label {
            font-family: "Inter";
            font-style: normal;
            font-weight: 700;
            font-size: 48px;
            line-height: 60px;
            text-align: center;
            letter-spacing: -0.025em;
            font-feature-settings: "liga" off;
            color: white;
            padding: 0 15px;
            box-sizing: border-box;
        }

        .contact01__contact-image-container {
            display: flex;
        }

        .contact01__subtitle-label {
            font-family: "Inter";
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 28px;
            text-align: center;
            font-feature-settings: "liga" off;
            color: white;
            padding: 0 15px;
            box-sizing: border-box;
        }

        .contact01__contact-details-body {
            display: flex;
            align-items: center;
            column-gap: 60px;
        }

        .contact01__icon-title-content {
            display: flex;
            column-gap: 20px;
            align-items: center;
        }

        .contact01__phone-content,
        .contact01__email-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            row-gap: 20px;
        }

        #adcentral-template__container {
            overflow-y: auto;
            height: 100vh;
        }

        .schedule01__top-line {
            display: none;
        }

        .services01__item-content-title {
            font-family: "Inter";
            font-style: normal;
            font-weight: bold;
            font-size: 30px;
            line-height: 40px;
            text-align: center;
            font-feature-settings: "liga" off;
        }

        .contact01__description-content {
            padding: 15px 10px;
            background: #ffffff;
            border-radius: 12px;
            text-align: center;
            margin: 0 15px;
        }

        .contact01__phone-description-label {
            font-family: "Inter" !important;
            font-style: normal !important;
            font-weight: 700 !important;
            font-size: 35.7745px !important;
            line-height: 37px !important;
            text-align: center !important;
            letter-spacing: -0.02em !important;
        }

        .location01__new-locations-content {
            display: flex;
            align-items: center;
        }

        .location01__new-locations-content {
            min-width: 11px;
        }

        .banner01__asset-image01 {
            width: 100%;
        }

        /*Styles new logo shape*/
        .change-shape-btn {
            position: fixed;
            z-index: 1;
            top: 46px;
            right: 58px;
        }

        .nav>.nav-header>.nav-title {
            display: inline-block;
            font-size: 22px;
            color: black;
            padding: 0px !important;
            min-width: 275px !important;
        }
        /*Styles new logo shape*/

        .widget-booking__button-content:hover {
            filter: brightness(90%);
        }
        
        /*Solution banner generate overflow*/
        @media (max-width: 1940px) {
            .banner01__container-image {
                position: absolute;
                top: 0;
                right: 0;
                width: 1940px;
            }
        }

        /*Solution banner generate overflow*/

        @media only screen and (min-width: 1501px) {
            .location01__location-icon {
                opacity: 10%;
                position: absolute;
                left: -100px;
            }

            .table-first-column {
                max-width: 214px !important;
                min-width: 214px !important;
            }

            .table01__table-column {
                max-width: 177px;
                min-width: 177px;
            }

            .table01__table-header-column {
                max-width: 214px;
                min-width: 145px;
                min-height: 65px;
            }

            /*Widget view*/
            .widget-booking__btn-container {
                background: #FFFFFF;
                border-radius: 7.09084px;
                width: 440.97px;
                height: 70.34px;
                background: #FFFFFF;
                border-radius: 9.1106px;
                margin: 0 auto;
                margin-top: 25px;
                margin-bottom: 25px;
                display: flex;
                justify-content: center;
                align-items: center;
                column-gap: 14px;
                z-index: 1;
                box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
                transform: scale(1.5);
                transform-origin: center;
            }

            .widget-booking__button-content {
                width: auto;
                height: 43px;
                border-radius: 8px;
                display: flex;
                justify-content: center;
                align-items: center;
                column-gap: 5.5px;
                padding: 0 11px;
                cursor: pointer;
                box-sizing: border-box;
            }

            .widget-booking__button-icon {
                cursor: pointer;
                pointer-events: none;
                width: 25px;
            }

            .widget-booking__phone-icon {
                width: 27.31px;
            }

            .widget__labels-content {
                display: flex;
                flex-direction: column;
            }

            :where(.widget__labels-first-text, .widget__labels-second-text) {
                pointer-events: none;
            }

            .widget__labels-first-text {
                font-family: 'Inter';
                font-style: normal;
                font-weight: 300;
                font-size: 12px;
                line-height: 15px;
                display: flex;
                align-items: flex-end;
                font-feature-settings: 'liga' off;
                color: white;
                cursor: pointer;
            }

            .widget__labels-second-text {
                font-family: 'Inter';
                font-style: normal;
                font-weight: 700;
                font-size: 14px;
                line-height: 9px;
                display: flex;
                align-items: flex-end;
                font-feature-settings: 'liga' off;
                color: white;
                cursor: pointer;
            }
        }

        @media only screen and (min-width: 1001px) and (max-width: 1500px) {

            /*Styles new logo shape*/
            .banner01__content {
                margin-top: 130px;
                padding: 0 25px;
                box-sizing: border-box;
            }

            .banner01__container-image {
                width: 1741px;
                position: absolute;
                right: 0;
                /* width: 100%;*/
            }

            .banner01__container {
                height: 1055px;
            }

            .banner01__container {
                width: 100%;
                /*height: auto;*/
                max-height: inherit;
                object-fit: cover;
                background-position: 75%;
                background-repeat: no-repeat;
            }

            .location01__location-icon {
                opacity: 10%;
                position: absolute;
                left: -100px;
            }

            .banner01__label-title {
                max-width: none;
                font-weight: 700;
                font-size: 48px;
                line-height: 60px;
                letter-spacing: -0.025em;
            }

            .banner01__asset-image-content {
                margin: 0;
            }

            .banner01__objects-content {
                width: 100%;
                position: absolute;
                min-width: 1200px;
                right: 0px;
            }

            .services01__label-header-title {
                font-family: "Inter";
                font-style: normal;
                font-weight: 700;
                font-size: 36px;
                line-height: 45px;
                text-align: center;
                letter-spacing: -0.025em;
                font-feature-settings: "liga" off;
                color: #111827;
            }

            #services01__title01 {
                font-family: "Inter";
                font-style: normal;
                font-weight: 700;
                font-size: 36px;
                line-height: 45px;
                text-align: center;
                letter-spacing: -0.025em;
                font-feature-settings: "liga" off;
                color: #111827;
            }

            .services01__label-header-subtitle {
                font-family: "Inter";
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 28px;
                text-align: center;
                font-feature-settings: "liga" off;
                color: #111827;
            }

            #services01__subtitle01 {
                font-family: "Inter";
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 28px;
                text-align: center;
                font-feature-settings: "liga" off;
                color: #111827;
            }

            .table01__label-container {
                display: flex;
                flex-direction: column;
                row-gap: 10px;
            }

            .table01__table-head-label {
                text-align: center;
                font-size: 12.6822px;
                line-height: 15px;
            }

            .table01__table-row-label {
                font-size: 11.273px;
                line-height: 14px;
            }

            .table01__table-container {
                display: flex;
                column-gap: 20px;
            }

            .table01__details-columns {
                display: flex;
                column-gap: 20px;
            }

            .table01__table-column {
                /*background: white;*/
                border-radius: 20px;
                min-width: 150px;
                max-width: 150px;
            }

            .schedule01__schedule-details {
                padding-left: 15px;
                padding-right: 15px;
                padding-top: 20px;
                box-sizing: border-box;
            }

            .schedule01__schedule-image-phone {
                position: absolute;
                right: 0;
                padding-right: 15px;
            }

            .schedule01__schedule-svg-lines {
                display: none;
            }

            .contact01__contact-container {
                display: flex;
                flex-direction: column;
            }

            .table01__content {
                display: flex;
                flex-direction: column;
                height: 100%;
                padding: 69px 67px 90px 67px;
                box-sizing: border-box;
            }

            .services01__item-content-title {
                font-family: "Inter";
                font-style: normal;
                font-weight: 700;
                font-size: 24px;
                line-height: 32px;
                text-align: center;
                font-feature-settings: "liga" off;
            }

            .contact01__title-label {
                font-family: "Inter";
                font-style: normal;
                font-weight: 700;
                font-size: 36px;
                line-height: 60px;
                text-align: center;
                letter-spacing: -0.025em;
                font-feature-settings: "liga" off;
            }

            .contact01__phone-description-label {
                font-family: "Inter";
                font-style: normal;
                font-weight: 700;
                font-size: 33.3232px;
                line-height: 35px;
                display: flex;
                align-items: center;
                text-align: center;
                letter-spacing: -0.02em;
            }

            .table-first-column {
                max-width: 150px !important;
                min-width: 150px !important;
                width: 100%;
            }

            .table01__table-container {
                column-gap: 10px;
            }

            .table01__table-column {
                max-width: 124px;
                min-width: 124px;
            }

            .table01__table-header-column {
                text-align: center;
                border-radius: 14px 14px 0 0;
                max-width: 150px;
                min-width: 124px;
                min-height: 43px;
                display: flex;
                background: white;
                justify-content: center;
                align-items: center;
                padding: 0px 15px;
                box-sizing: border-box;
            }

            .table01__table-body-column {
                border-radius: 0 0 14px 14px;
            }

            .table01__details-columns {
                column-gap: 10px;
            }

            .location01__location-map-content {
                display: flex;
                min-width: 600px;
                width: 100%;
                max-height: 550px;
            }

            /*Widget view*/
            .widget-booking__btn-container {
                background: #FFFFFF;
                border-radius: 7.09084px;
                width: 440.97px;
                height: 70.34px;
                background: #FFFFFF;
                border-radius: 9.1106px;
                margin-top: 25px;
                margin-bottom: 25px;
                display: flex;
                justify-content: center;
                align-items: center;
                column-gap: 14px;
                z-index: 1;
                box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
                padding: 0 15px;
    box-sizing: border-box;
            }

            .widget-booking__button-content {
                width: 315px;
                height: 43px;
                background: #A192FD;
                border-radius: 8px;
                display: flex;
                justify-content: center;
                align-items: center;
                column-gap: 5.5px;
                padding: 0 11px;
                cursor: pointer;
                box-sizing: border-box;
            }

            .widget-booking__button-icon {
                cursor: pointer;
                pointer-events: none;
                width: 25px;
            }

            .widget-booking__phone-icon {
                width: 27.31px;
            }

            .widget__labels-content {
                display: flex;
                flex-direction: column;
            }

            :where(.widget__labels-first-text, .widget__labels-second-text) {
                pointer-events: none;
            }

            .widget__labels-first-text {
                font-family: 'Inter';
                font-style: normal;
                font-weight: 300;
                font-size: 12px;
                line-height: 15px;
                display: flex;
                align-items: flex-end;
                font-feature-settings: 'liga' off;
                color: white;
                cursor: pointer;
            }

            .widget__labels-second-text {
                font-family: 'Inter';
                font-style: normal;
                font-weight: 700;
                font-size: 14px;
                line-height: 9px;
                display: flex;
                align-items: flex-end;
                font-feature-settings: 'liga' off;
                color: white;
                cursor: pointer;
            }
        }

        @media only screen and (min-width: 1px) and (max-width: 500px) {
            .banner01__content {
                margin-left: auto;
            }
        }
        @media only screen and (min-width: 1px) and (max-width: 1000px) {

            .banner01__label-subtitle {
                max-width: 590px;
                padding: 0 20px;
                box-sizing: border-box;
            }

            /*Styles new logo shape*/
            .location01__location-icon {
                opacity: 10%;
                position: absolute;
            }

            .location01__location-map-content {
                display: flex;
                min-width: 100%;
                width: 100%;
                max-height: 550px;
            }

            .banner01__container-image {
                width: 100%;
            }

            .contact01__contact-container {
                display: flex;
                flex-direction: column;
            }

            .schedule01__schedule-svg-lines {
                display: none;
            }

            .banner01__container {
                width: 100%;
                height: auto;
                max-height: inherit;
                object-fit: cover;
                background-position: 75%;
                background-repeat: no-repeat;
            }

            .banner01__label-container {
                display: flex;
                flex-direction: column;
                width: 100%;
                padding: 0 0px;
                box-sizing: border-box;
                margin-top: 0px !important;
            }

            .banner01__content {
                display: flex;
                flex-direction: column;
                align-items: center;
                height: auto;
                max-height: none;
                margin-top: 134px;
            }

            .banner01__asset-image-content {
                margin: 0px;
                min-width: 370px;
            }

            .banner01__label-title {
                max-width: none;
                font-weight: 700;
                font-size: 30px;
                line-height: 45px;
                letter-spacing: -0.025em;
                padding: 0 20px;
                box-sizing: border-box;
            }

            .banner01__objects-content {
                min-width: 1943px;
                /*right: -41%;*/
            }

            .partners01__middle-content {
                padding: 23px 32px;
            }

            .banner01__label-container {
                display: flex;
                flex-direction: column;
                /* width: 50%; */
                align-items: flex-start;
                justify-content: center;
                row-gap: 10px;
                /*margin-top: 100px;*/
                margin-bottom: 30px;
            }

            .location01__location-detail-title-label {
                font-size: 36px;
                line-height: 44px;
                word-break: break-all;
            }

            .location01__greeting-label {
                word-break: break-all;
            }

            .location01__location-detail-points-label {
                font-size: 18px;
                line-height: 22px;
            }

            .location01__location-container {
                display: flex;
                flex-direction: column;
                width: 100%;
            }

            .location01__location-description-content {
                /*height: 290px;*/
                margin: auto 0;
                justify-content: center;
                min-width: auto;
                width: 100%;
            }

            .location01__location-icon {
                height: 80%;
            }

            .location01__location-map-content {
                display: flex;
                max-height: 373px;
                max-width: inherit;
            }

            .location01__location-map-image {
                object-position: center;
                object-fit: cover;
            }

            .services01__label-header-title {
                font-family: "Inter";
                font-style: normal;
                font-weight: 700;
                font-size: 36px;
                line-height: 45px;
                text-align: center;
                letter-spacing: -0.025em;
                font-feature-settings: "liga" off;
                color: #111827;
                padding: 0 15px;
                box-sizing: border-box;
                width: 100%;
            }

            #services01__title01 {
                font-family: "Inter";
                font-style: normal;
                font-weight: 700;
                font-size: 36px;
                line-height: 45px;
                text-align: center;
                letter-spacing: -0.025em;
                font-feature-settings: "liga" off;
                color: #111827;
                padding: 0 15px;
                box-sizing: border-box;
                width: 100%;
            }

            #services01__label-header-title {
                font-family: "Inter";
                font-style: normal;
                font-weight: 700;
                font-size: 36px;
                line-height: 45px;
                text-align: center;
                letter-spacing: -0.025em;
                font-feature-settings: "liga" off;
                color: #111827;
                padding: 0 15px;
                box-sizing: border-box;
                width: 100%;
            }

            .services01__container {
                width: 100%;
            }

            .schedule01__schedule-title {
                font-family: "Inter";
                font-style: normal;
                font-weight: 700;
                font-size: 35px;
                line-height: 45px;
                letter-spacing: -0.025em;
                font-feature-settings: "liga" off;
                color: #111827;
                word-break: break-all;
                padding-bottom: 0px;
            }

            .schedule01__schedule-subtitle {
                word-break: break-all;
            }

            .services01__label-header-subtitle {
                font-family: "Inter";
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 28px;
                text-align: center;
                font-feature-settings: "liga" off;
                color: #111827;
                padding: 0 15px;
                box-sizing: border-box;
                width: 100%;
            }

            #services01__subtitle01 {
                font-family: "Inter";
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 28px;
                text-align: center;
                font-feature-settings: "liga" off;
                color: #111827;
                padding: 0 15px;
                box-sizing: border-box;
                width: 100%;
            }

            .table01__table-head-label {
                text-align: center;
                font-size: 12.6822px;
                line-height: 15px;
            }

            .table01__table-row-label {
                font-size: 11.273px;
                line-height: 14px;
            }

            .table01__content {
                display: flex;
                flex-direction: column;
                height: 100%;
                padding: 60px 20px 75px 35px;
                box-sizing: border-box;
            }

            .table01__table-container {
                display: flex;
                justify-content: inherit;
                column-gap: 30px;
                box-sizing: border-box;
                padding-bottom: 20px;
            }

            .table01__details-columns {
                display: flex;
                column-gap: 30px;
                overflow-x: auto;
            }

            .table-first-column {
                position: sticky;
                left: 0;
                z-index: 3;
                left: -15px;
            }

            .contact01__contact-container {
                display: flex;
            }

            .contact01__contact-details-body {
                display: flex;
                align-items: center;
                column-gap: 60px;
                flex-direction: column;
                row-gap: 20px;
            }

            .schedule01__schedule-day-item {
                width: 340px;
            }

            .schedule01__schedule-day-label {
                font-family: "Inter";
                font-style: normal;
                font-weight: 500;
                font-size: 16.6888px;
                line-height: 29px;
            }

            .table01__label-header-title {
                font-family: "Inter";
                font-style: normal;
                font-weight: 700;
                font-size: 30px;
                line-height: 40px;
                font-feature-settings: "liga" off;
            }

            #table01__label-header-title {
                font-family: "Inter";
                font-style: normal;
                font-weight: 700;
                font-size: 30px;
                line-height: 40px;
                font-feature-settings: "liga" off;
            }

            .table01__label-header-subtitle {
                font-family: "Inter";
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                font-feature-settings: "liga" off;
            }

            #table01__label-header-subtitle {
                font-family: "Inter";
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                font-feature-settings: "liga" off;
            }

            .services01__label-title {
                font-family: "Inter";
                font-style: normal;
                font-weight: 700;
                font-size: 24px;
                line-height: 32px;
                text-align: center;
                font-feature-settings: "liga" off;
            }

            .services01__item-content-title {
                font-family: "Inter";
                font-style: normal;
                font-weight: 700;
                font-size: 24px;
                line-height: 32px;
                text-align: center;
                font-feature-settings: "liga" off;
            }

            .contact01__title-label {
                font-family: "Inter";
                font-style: normal;
                font-weight: 700;
                font-size: 36px;
                line-height: 44px;
                text-align: center;
                letter-spacing: -0.025em;
                font-feature-settings: "liga" off;
            }

            .contact01__phone-description-label {
                font-family: "Inter";
                font-style: normal;
                font-weight: 700;
                font-size: 28.0458px;
                line-height: 29px;
                display: flex;
                align-items: center;
                text-align: center;
                letter-spacing: -0.02em;
            }

            .table-first-column {
                max-width: 150px !important;
                min-width: 150px !important;
                width: 100%;
            }

            .table01__table-container {
                column-gap: 10px;
            }

            .table01__table-column {
                max-width: 124px;
                min-width: 124px;
            }

            .table01__table-header-column {
                text-align: center;
                border-radius: 14px 14px 0 0;
                max-width: 150px;
                min-width: 124px;
                min-height: 43px;
                display: flex;
                background: white;
                justify-content: center;
                align-items: center;
                padding: 0px 15px;
                box-sizing: border-box;
            }

            .table01__table-body-column {
                border-radius: 0 0 14px 14px;
            }

            .table01__details-columns {
                column-gap: 10px;
            }

            /*Widget view*/
            .widget-booking__btn-container {
                background: #FFFFFF;
                border-radius: 7.09084px;
                margin: 0 auto;
                transform: scale(1.6);
                transform-origin: center;
                width: 340px;
                height: 49.91px;
                background: #FFFFFF;
                border-radius: 7.1106px;
                margin-top: 25px;
                display: flex;
                justify-content: center;
                align-items: center;
                column-gap: 12px;
                z-index: 1;
                box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
                padding: 2px 10px;
                box-sizing: border-box;
            }

            .widget-booking__button-content {
                width: 215.17000000000002px;
                height: 32.28px;
                background: #A192FD;
                border-radius: 5px;
                display: flex;
                justify-content: center;
                align-items: center;
                column-gap: 5.5px;
                padding: 0 10px;
                cursor: pointer;
                box-sizing: border-box;
            }

            .widget-booking__button-icon {
                cursor: pointer;
                pointer-events: none;
                width: 17px;
            }

            .widget-booking__phone-icon {
                width: 18.61px;
            }

            .widget__labels-content {
                display: flex;
                flex-direction: column;
            }

            :where(.widget__labels-first-text, .widget__labels-second-text) {
                pointer-events: none;
            }

            .widget__labels-first-text {
                font-family: 'Inter';
                font-style: normal;
                font-weight: 300;
                font-size: 6.9px;
                line-height: 9px;
                display: flex;
                align-items: flex-end;
                font-feature-settings: 'liga' off;
                color: white;
                cursor: pointer;
            }

            .widget__labels-second-text {
                font-family: 'Inter';
                font-style: normal;
                font-weight: 700;
                font-size: 7.9px;
                line-height: 4px;
                display: flex;
                align-items: flex-end;
                font-feature-settings: 'liga' off;
                color: white;
                cursor: pointer;
            }

        }

        /*Special cases to responsiveness*/
        @media only screen and (min-width: 1px) and (max-width: 890px) {
            .contact01__contact-details-container {
                min-width: auto;
                width: 100%;
                padding: 25px;
                box-sizing: border-box;
            }

            .schedule01__schedule-container {
                width: auto;
            }

            .schedule01__schedule-title-subtitle-content {
                padding: 0 25px;
                padding-top: 63px;
                padding-bottom: 40px;
            }

            .schedule01__schedule-image-content {
                display: none;
            }

            .schedule01__schedule-details-container {
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 100%;
                /* background: aquamarine; */
                height: auto;
                padding: 60px 20px;
                column-gap: 40px;
                padding-top: 0px;
                box-sizing: border-box;
            }

            .schedule01__schedule-details-title {
                max-width: none;
                margin-bottom: 40px;
            }

            .schedule01__lateral-line {
                display: none;
            }

            .schedule01__schedule-details {
                padding-left: 0px;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .schedule01__top-line {
                display: block;
                margin-bottom: 20px;
            }

            .location01__location-map-image {
                min-width: 100%;
            }
        }

        @media only screen and (min-width: 1px) and (max-width: 600px) {
            .widget-booking__btn-container {
                transform: inherit;
            }
        }

        @media only screen and (min-width: 1px) and (max-width: 450px) {
            .partners01__middle-content {
                padding: 23px 0px !important;
                width: 90vw !important;
            }

            .location01__location-icon {
                position: absolute;
                height: 65%;
                width: 100%;
            }

            .location01__location-map-image {
                min-width: 100%;
            }
        }
