/*
 Theme Name:        Mitchell1 — Theme 1
 Theme URI:         https://mitchell1.com/
 Author:            Xfive
 Author URI:        https://xfive.co
 Template:          mitchell1
 Version:           1.0
 Requires at least: 5.0
 Tested up to:      5.9
 Requires PHP:      7.4
 License:           GNU General Public License v2 or later
 License URI:       http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:       m1-theme
*/


/* ==========================================================================
   #RESET
   ========================================================================== */

html {
    height: 100%;
}
body {
    --wp--style--global--content-size: 1300px;
    --wp--style--global--wide-size: 1300px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
body img {
    padding: 0;
    height: auto;
    max-width: 100%;
}
h1 {
    font-weight: 700;
}
h3 {
    font-style: normal;
    letter-spacing: normal;
}
.wp-site-blocks {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.wp-block-button .wp-block-button__link:hover {
    opacity: 0.9;
}
.hidden {
    display: none !important;
}
.text-center {
    text-align: center;
}

:focus-visible {
    outline: none;
}
.text-single-line {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* Fix - Design break issue */
body div.wp-block-cover {
    display: flex !important;
}
.wp-block-column {
    box-sizing: border-box;
}
.text-blue-mobile > span {
    color: #2167f7;
}

/* Owl carousel equal height */
.owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.owl-carousel .owl-item .wp-block-columns {
    height: 100%;
}
.owl-item.center {
    text-align: unset;
}

/* ==========================================================================
   #HEADER
========================================================================== */
.c-top-banner {
    padding: 0 1.875rem;
}
.c-top-banner p {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0.75rem 0;
    text-transform: uppercase;
}
.c-middle-block {
    font-weight: normal;
    padding: 0.875rem 1.875rem 0;
}
.c-site-shop-info {
    font-size: 0.75rem;
    flex: 1 0 auto;
    padding: 0 6.25rem;
    justify-content: space-evenly;
}
.shop-review p {
    margin: 0;
}

/* Header Shop Hours */
header .shop-hours,
header .shop-address {
    display: flex;
    align-items: center;
    column-gap: 0.375rem;
}
.shop-review a, .shop-address a {
    color: inherit;
}
.shop-review a .reviewCount,
header .shop-hours .shop-hours-selected {
    text-decoration: underline;
}
header .shop-hours strong {
    font-weight: 300;
}
header .shop-hours {
    cursor: pointer;
    position: relative;
}
header .shop-hours .shop-hours-selected {
    position: relative;
    padding-right: 16px;
}
header .shop-hours .shop-hours-selected::after {
    position: absolute;
    content: "";
    top: 5px;
    right: 0;
    border: 1px solid;
    border-bottom: 0;
    border-left: 0;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
}
header .shop-hours .shop-hours-list {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--wp--preset--color--white);
    z-index: 10;
    min-width: 160px;
    margin: 5px 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
header .shop-hours .shop-hours-list.open {
    opacity: 1;
    visibility: visible;
}
.shop-hours ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
header .shop-hours .shop-hours-list ul li {
    border-bottom: 1px solid var(--wp--preset--color--custom-efefef);
    padding: 10px;
    font-size: 12px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 5px;
}
.shop-hours-list ul li strong {
    min-width: 30px;
    display: inline-block;
}
header .sticky-clone.sticky-is-active {
    height: auto;
}
.c-middle-block .wp-block-button__link {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.438rem 1.563rem;
}
.c-main-header-container {
    border-bottom: none;
    font-weight: normal;
    padding-bottom: 1rem;
    height: auto;
}
.c-main-header-container.sticky-is-active {
    height: auto;
    padding: 1.125rem 0;
}
.c-site-logo {
    padding: 0 0.75rem;
	min-width: 200px;
	min-height: 100px;
}
body .c-site-logo > a {
    justify-content: flex-start;
}
.wp-block-navigation {
    font-size: 0.875rem;
    text-transform: uppercase;
}
.c-main-nav-desktop .wp-block-navigation__container {
    gap: 3.125rem;
}
.c-main-nav-desktop.wp-block-navigation .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
    color: var(--wp--preset--color--primary);
}
.c-site-phone {
    flex: 1;
    font-weight: bold;
    max-width: 214px;
    min-width: 214px;
    text-align: center;
}
.c-site-phone a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--custom-color-1);
}
.c-hamburger-menu-container {
    border: none;
    margin-top: 0;
    padding: 0 1.875rem;
}
.c-hamburger-menu-container .c-hamburger-menu-buttons {
    border-left: none;
    position: relative;
    padding: 0;
    margin: 0;
}
.c-hamburger-menu-container[aria-expanded=true] + .c-main-nav-mobile,
.c-hamburger-menu-container[aria-expanded=true] + .c-main-nav-mobile > .c-main-nav-mobile {
    display: flex !important;
}

/* Header Main Menu */
.c-site-nav {
    padding: 10px 0;
}
.c-site-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.c-site-navbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 30px;
    text-transform: uppercase;
}
ul.c-site-navbar li {
    position: relative;
}
ul.c-site-navbar > li.menu-item-has-children::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 37px;
    z-index: 5;
}
ul.c-site-navbar > li.menu-item-has-children > a {
    padding-right: 16px;
}
.menu-item-has-children > a::after {
    position: absolute;
    content: "";
    top: 3px;
    right: 3px;
    border: 1px solid;
    border-bottom: 0;
    border-left: 0;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
    transition: all 0.3s ease-in-out 0s;
}
.menu-item-has-children:hover > a::after {
    transform: rotate(315deg);
    top: 6px;
}
ul.c-site-navbar li a {
    display: block;
    color: var(--wp--preset--color--custom-color-1);
    font-size: 14px;
    line-height: 15px;
    transition: all 0.4s ease;
}
ul.c-site-navbar li.current-menu-item a,
ul.c-site-navbar li a:hover {
    color: var(--wp--preset--color--primary);
    font-weight: 700;
}
ul.c-site-navbar > li > a {
    border-bottom: 2px solid transparent;
}
ul.c-site-navbar > li.current-menu-item > a,
ul.c-site-navbar > li > a:hover {
    border-bottom-color: var(--wp--preset--color--primary);
}
ul.sub-menu {
    display: none;
    background-color: var(--wp--preset--color--custom-color-2);
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 52px;
    left: 0;
    min-width: 200px;
    width: 100%;
    z-index: 5;
}
.sticky-is-active ul.sub-menu {
    top: 41px;
}
ul.c-site-navbar li:hover > ul.sub-menu {
    display: block;
}
ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
}
ul.sub-menu li + li {
    border-top: 1px solid rgb(12 11 16 / 10%);
}
ul.sub-menu .menu-item-has-children::after {
    top: 8px;
    right: 10px;
}
ul.sub-menu .menu-item-has-children:hover > a::after {
    top: 10px;
    transform: rotate(40deg);
}
ul.sub-menu li a {
    padding: 6px 10px;
}
ul.sub-menu .menu-item-has-children > a::after {
    top: 8px;
    right: 12px;
}

/* Hamberger menu */
.wp-block-navigation .c-main-nav-mobile {
    display: block !important;
}
ul.c-main-nav-mobile {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.c-main-nav-mobile li:first-child {
    border-top: 1px solid rgb(12 11 16 / 10%);
}
ul.c-main-nav-mobile li {
    position: relative;
}
ul.c-main-nav-mobile > li {
    border-bottom: 1px solid rgb(12 11 16 / 10%);
}
ul.c-main-nav-mobile li a {
    display: block;
    padding: 10px 30px;
}


/* Theme wise Body Class Header CSS - m1multisite003 */
.m1-multisite header .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.m1-multisite header .c-middle-block > .wp-block-group,
.m1-multisite header .c-main-header-container > .wp-block-group {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}
.m1-multisite .header-bg, .multisite .mobile-main-header {
    background-color: var(--wp--preset--color--custom-color-2);
}
.m1-summary, .m1-summary a,
.m1-multisite .header-bg {
    color: var(--wp--preset--color--custom-color-3);
}
.m1-multisite .main-header {
    color: var(--wp--preset--color--custom-color-1);
}
.m1-multisite .main-header.sticky-is-active {
    padding-left: 20px;
    padding-right: 20px;
}
.m1-summary .reviewCount {
    opacity: 1;
}

/* LeftRight Border Heading CSS */
.home-post-heading {
    position: relative;
    margin-bottom: 100px;
}
.home-post-heading .wp-block-column {
    text-align: center;
}
.home-post-heading h4 {
    display: inline-block;
    position: relative;
}
.home-post-heading h4:before,
.home-post-heading h4:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 5px;
    border-top: 2px solid #F3F3F3;
    border-bottom: 2px solid #F3F3F3;
    z-index: 1;
}
.home-post-heading h4:before {
    right: 100%;
    margin-right: 20px;
}
.home-post-heading h4:after {
    left: 100%;
    margin-left: 20px;
}

/* Theme2-review */
.multisite-id-6 .header-bg, .multisite-id-6 .mobile-main-header {
    background-color: var(--wp--preset--color--white);
}
/* Theme3-call-to-action */
.theme3-home-inner-group {
    display: inline-block;
    max-width: 760px !important;
}

.service-list li {
    pointer-events: none;
}

/* =======================================================
                        #FOOTER
========================================================== */
footer[class*=wp-block-template-part] {
    margin-top: auto !important;
}
.m1crm-footer {
    padding: 6.25rem 1.875rem 3.75rem;
}
.m1crm-footer h3 {
    margin-bottom: 0.625rem;
}
.m1crm-footer .wp-block-heading ~ .wp-block-heading {
    padding-top: 2.813rem;
}
.footer-service-menu {
    list-style-type: none;
    padding: 0;
}
footer .m1crm-footer-container .wp-block-column p,
.footer-service-menu li {
    font-size: 18px !important;
}
.footer-service-menu li {
    padding-left: 0;
    position: relative;
    line-height: 1.2;
}
.footer-service-menu li::before {
    content: '';
    border-radius: 50px;
    position: absolute;
    top: 7px;
    left: -15px;
    height: 6px;
    width: 6px;
}
.footer-service-menu li ~ li {
    margin-top: 10px !important;
}
.m1crm-footer .wp-block-buttons {
    gap: 1.125rem;
    padding-top: 2.125rem;
}
.c-site-social {
    font-size: 1.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.375rem;
}
.c-social-icon__icon {
    height: 28px;
}
.fa-x-custom {
    height: 36px;
    width: 30px;
    position: relative;
}
.fa-x-custom > i {
    height: 30px;
    width: 30px;
    position: relative;
}
.fa-x-custom > i:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("/wp-content/uploads/2024/01/icons8-twitter-48.svg");
    background-size: 100%;
}
.fa-x-custom:hover > i:before {
    background-image: url("/wp-content/uploads/2024/01/icons8-twitter-48-hover.svg");
}
.c-site-payment {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.m1crm-footer-container {
    max-width: var(--wp--style--global--content-size);
}
.c-site-copyright {
    padding: 5rem 0 1.875rem;
}
.wp-block-mitchell1-copyright, .wp-block-mitchell1-copyright + p {
    font-size: 18px !important;
}
footer .menu {
    padding-left: 0;
}


/* ==============================================================
                #Home page
================================================================= */
.m1-multisite.page-id-3 .wp-site-blocks > .wp-block-group {
    padding: 75px 30px;
}

body .wp-block-post-content {
    padding-top: 0 !important;
}
.buttons .wp-block-button {
    max-width: 307px;
    width: 100%;
    height: 58px;
}
.buttons a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.font-weight-light {
    font-weight: 300;
}
.home-hero-info {
    width: 44%;
}
.wp-block-buttons > .wp-block-button.is-style-outline:hover {
    transition: all 0.5s ease-in-out;
}
.address-sec .home-services-heading p {
    margin-top: 47px;
    margin-bottom: 30px;
}
.home-testimonial-heading > .wp-block-column {
    max-width: 750px;
    margin: 0 auto 10px !important;
}

/* Call Now Appointment Section */
.call-now-appointment-section {
    margin-top: -100px !important;
}

/* Client Logo Slider */
.client-logo-slider .swiper-pagination-bullets {
    display: none;
}
.client-logo-slider .lgx_app_content_wrapper {
    padding: 0 30px;
}
.client-logo-slider .lgx_lsw_nav_wrap {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 222;
    pointer-events: none;
    left: 0;
}
.client-logo-slider .lgx_lsw_nav_wrap > div {
    pointer-events: visible;
}
.client-logo-slider .lgx_lsw_nav_button i {
    width: 25px;
    height: 37px;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.client-logo-slider .lgx_lsw_nav_button.lgx_lsw_nav_button_prev i {
    background-image: url('/wp-content/uploads/2023/11/Left-arrow.png');
}
.client-logo-slider .lgx_lsw_nav_button.lgx_lsw_nav_button_next i {
    background-image: url('/wp-content/uploads/2023/11/Right-arrow.png');
}

/* Home Service Box */
.home-service-box {
    max-width: 890px;
    margin: 0 auto 148px;
    text-align: left;
}

/* Service Slider */
.white-bg-with-border .offer-content {
    background-color: var(--wp--preset--color--white);
    border-width: 3px;
    border-style: solid;
}
.simple-link a.wp-block-button__link {
    background-color: transparent;
    font-weight: bold;
    text-decoration: underline;
    padding: 0;
}
.simple-link a.wp-block-button__link:hover {
    text-decoration: none;
}
.white-bg-with-border .content-blue-bg > *,
.white-bg-with-border .content-blue-bg a {
    color: var(--wp--preset--color--white) !important;
}

/* Phone Number Section */
.phone-number-sec a {
    font-size: 80px;
    font-family: 'Gotham', sans-serif;
    font-weight: 300;
    line-height: 98px;
    color: var(--wp--preset--color--white);
}

/* Offer Section */
.offer-sec .offer-content {
    border-radius: 39px;
}
.offer-sec .wp-block-columns {
    gap: 0;
}
.offer-sec img {
    width: 100%;
}
.offer-sec .offer-start-left .wp-block-column:first-child {
    position: relative;
    margin-right: -20px;
}
.offer-sec .offer-start-right .wp-block-column:last-child {
    position: relative;
    margin-left: -20px !important;
}

/* Appointment section */
.appointment-sec {
    overflow: visible !important;
}
.appointment-sec .appointment-left-img .wp-block-image {
    margin: -44px 0 -27px;
}

/* Address section */
.address-sec .address-sec-inner {
    justify-content: center;
}
.address-sec .shop-hours,
.add-rhs-col figure.wp-block-image,
.add-rhs-col .wp-block-heading,
.add-rhs-col > p,
.add-rhs-col .wp-block-buttons,
.add-rhs-col > .simple-link {
    padding-left: 23px;
}
.add-rhs-col > .simple-link a.wp-block-button__link {
    font-size: 20px;
    font-family: 'Gotham';
    font-weight: bold;
    line-height: 30px;
}
.address-sec .shop-hours ul {
    color: #39393a;
    font-size: 22px;
    margin-top: 8px;
}
.address-sec .shop-hours ul.time-list li strong {
    display: inline-block;
    padding-right: 0;
    max-width: 65px;
    width: 100%;
}
.address-sec .shop-hours ul li strong {
    padding-right: 8px;
    min-width: 56px;
    display: inline-block;
}
.address-sec p {
    color: #39393a;
    font-size: 22px;
    line-height: 30px;
    margin-top: 10px;
}

/* Testimonial Section */
.has-text-align-center.heading-underline {
    position: relative;
}
.has-text-align-center.heading-underline::after {
    content: "";
    width: 307px;
    height: 7px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
/* Testimonial Slider */
.testimonials-slider .owl-stage-outer {
    padding: 40px 0 80px;
}
.testimonials-slider .owl-item {
    margin-top: 0;
    margin-bottom: 80px;
    transition: margin 1s ease-in-out;
}
.testimonials-slider .owl-item.active {
    z-index: 5;
}
.testimonials-slider .owl-item.active.center {
    margin-top: 80px;
    margin-bottom: 0;
    z-index: 10;
}
.testimonials-slider .owl-item .testimonials-slider-details {
    background-color: var(--wp--preset--color--white);
    border: 4px solid transparent;
    border-radius: 39px;
    box-shadow: none !important;
    text-align: left;
    padding: 44px 50px;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0.1;
    transition: all 0.5s ease-in-out;
}
.testimonials-slider .owl-item.active .testimonials-slider-details {
    box-shadow: 0px 10px 10px #00000029 !important;
    opacity: 0.38;
}
.testimonials-slider .owl-item.active.center .testimonials-slider-details {
    border-color: var(--wp--preset--color--primary);
    box-shadow: 10px 10px 10px #00000029 !important;
    opacity: 1;
}
.testimonials-slider .testimonials-slider-avtar img {
    margin: 0;
    max-width: 147px;
    width: 100%;
}
.testimonials-slider .testimonials-slider-avtar {
    margin-bottom: 25px;
}
.testimonials-slider .testimonials-slider-description {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.testimonials-slider .testimonials-slider-description p {
    margin: 0;
}
.testimonials-slider .testimonials-slider-rating {
    margin-bottom: 20px;
}
.testimonials-slider .testimonials-slider-rating i {
    font-size: 30px;
    color: var(--wp--preset--color--primary);
    line-height: 1;
}
.testimonials-slider .testimonials-slider-meta h4 {
    font-size: 22px !important;
    margin: 0;
}
.testimonials-slider .testimonials-slider-meta p {
    font-size: 22px !important;
    line-height: 30px !important;
    margin: 0;
}
.testimonials-slider .owl-nav,
.mobile-slider .owl-nav {
    display: flex;
    margin: 0;
    justify-content: center;
    gap: 154px;
}
.testimonials-slider .testimonials-slider-description *:not(p),
.testimonials-slider .owl-nav button span,
.mobile-slider .owl-nav button span {
    display: none;
}
.testimonials-slider .owl-nav button,
.mobile-slider .owl-nav button {
    border: none !important;
    position: relative;
    margin: 0 !important;
    height: 51px !important;
    width: 51px !important;
}
.testimonials-slider .owl-nav button:before,
.mobile-slider .owl-nav button:before {
    content: "";
    background-color: var(--wp--preset--color--pale-pink);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonials-slider .owl-nav button.owl-prev:before,
.mobile-slider .owl-nav button.owl-prev:before {
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="73.326" height="73.326" viewBox="0 0 73.326 73.326"><path id="Path_1010" data-name="Path 1010" d="M0,0,0,10.925v33.81H10.309V27.2l0-8.423,0-1.175L44.56,51.849l7.289-7.289L17.6,10.309l1.175,0h25.96V0Z" transform="translate(0 36.663) rotate(-45)" fill="%23e4e4e4"/></svg>');
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="73.326" height="73.326" viewBox="0 0 73.326 73.326"><path id="Path_1010" data-name="Path 1010" d="M0,0,0,10.925v33.81H10.309V27.2l0-8.423,0-1.175L44.56,51.849l7.289-7.289L17.6,10.309l1.175,0h25.96V0Z" transform="translate(0 36.663) rotate(-45)" fill="%23e4e4e4"/></svg>');
}
.testimonials-slider .owl-nav button.owl-next:before,
.mobile-slider .owl-nav button.owl-next:before {
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="73.314" height="73.314" viewBox="0 0 73.314 73.314"><path id="Path_1009" data-name="Path 1009" d="M0,0,0,10.925v33.81H10.309V27.2l0-8.423,0-1.175L44.56,51.849l7.289-7.289L17.6,10.309l1.175,0h25.96V0Z" transform="matrix(-0.695, 0.719, -0.719, -0.695, 73.314, 36.018)" fill="%23e4e4e4"/></svg>');
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="73.314" height="73.314" viewBox="0 0 73.314 73.314"><path id="Path_1009" data-name="Path 1009" d="M0,0,0,10.925v33.81H10.309V27.2l0-8.423,0-1.175L44.56,51.849l7.289-7.289L17.6,10.309l1.175,0h25.96V0Z" transform="matrix(-0.695, 0.719, -0.719, -0.695, 73.314, 36.018)" fill="%23e4e4e4"/></svg>');
}

/* Post list section */
.post-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 0 -15px;
}
.post-list-wrap .post-info {
    width: 33.33%;
    padding: 0 15px;
    box-sizing: border-box;
}
.post-list-wrap .post-info h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}
.post-content .blogPostContent {
    margin-bottom: 0;
}

/* Shop Affiliates */
.shop-affiliates .wp-block-cover__inner-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.shop-affiliates .wp-block-cover__inner-container img {
    margin: 0;
}


/* Read More button */
#showMoreBtn {
    display: none;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .read-more {
      overflow: hidden;
      max-height: 128px;
      transition: max-height 0.3s ease-out;
    }
    #showMoreBtn {
        margin-bottom: 20px;
        display: block;
    }
}

/* Service Box */
.service-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 50px 20px;
}
.active-img {
    display: none;
}
.service-list li {
    /* border: 3px solid transparent; */
    border-radius: 39px;
    display: flex;
    font-weight: bold;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
    min-width: 200px;
    width: 25%;
    width: calc(25% - 15px);
}
.service-list li img {
    max-height: 100px;
}
.service-list li:hover .default-img,
.service-list li:focus .default-img {
    display: none;
}
.service-list li:hover .active-img,
.service-list li:focus .active-img {
    display: block;
}
.service-list li:hover mark,
.service-list li:focus mark{
    color: var(--wp--preset--color--custom-000001) !important;
}
.service-list-wrapper {
    min-height: 360px;
}
section.service-list-wrapper .service-list li {
    gap: 54px;
}

/* Slider1 section */
.tool-slider .wp-block-cover__inner-container {
    max-width: 1050px;
    margin: 0 auto;
}
.tool-slider .owl-stage {
    display: flex;
    align-items: stretch;
}
.tool-slider .owl-item .wp-block-group {
    height: 100%;
    padding-bottom: 40px !important;
}
.tool-slider .owl-stage-outer {
    max-width: none;
}
.tool-slider.style-1 .owl-stage-outer {
    padding: 82px 0;
}
.tool-slider .owl-item.center {
    z-index: 100;
}
.tool-slider .owl-item.active.center .has-black-background-color {
    padding-bottom: 40px !important;
}
.tool-slider .owl-item .wp-block-group {
    scale: 1;
    transition: all 0.4s ease-in-out;
}
.tool-slider .owl-item.center .wp-block-group {
    background-color: var(--wp--preset--color--primary) !important;
    scale: 1.2;
}
.tool-slider.style-1 .wp-block-image {
    background-color: var(--wp--preset--color--white);
    width: 208px;
    height: 208px;
    padding: 54px;
    box-sizing: border-box;
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tool-slider.style-1 .owl-item.center .wp-block-heading {
    color: var(--wp--preset--color--black) !important;
}
.tool-slider.style-1 .owl-item.center .wp-block-button__link {
    color: var(--wp--preset--color--white) !important;
}
.nav-style-1 .owl-nav,
.profile-slider-section .owl-nav,
.iconbox-four-col-slider .owl-nav,
.m1-home-service-slider .owl-nav {
    margin: 0 !important;
}
.nav-style-1 .owl-nav button,
.profile-slider-section .owl-nav button,
.iconbox-four-col-slider button,
.m1-home-service-slider .owl-nav button {
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    width: 20px;
    height: 37px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.slider-section .owl-nav button.owl-prev,
.nav-style-1 .owl-nav button.owl-prev,
.profile-slider-section .owl-nav button.owl-prev,
.iconbox-four-col-slider .owl-nav button.owl-prev,
.m1-home-service-slider .owl-nav button.owl-prev {
    background-color: var(--wp--preset--color--primary);
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.148" height="37.163" viewBox="0 0 20.148 37.163"><defs><clipPath id="clip-path"><rect id="Rectangle_277" data-name="Rectangle 277" width="37.163" height="20.148" fill="%23fff"/></clipPath></defs><g id="Group_405" data-name="Group 405" transform="translate(0 37.163) rotate(-90)"><g id="Group_403" data-name="Group 403" clip-path="url(%23clip-path)"><path id="Path_979" data-name="Path 979" d="M1.567,20.148a1.561,1.561,0,0,0,1.107-.459L18.582,3.782,34.49,19.689A1.566,1.566,0,1,0,36.7,17.474L19.69.459a1.566,1.566,0,0,0-2.215,0L.46,17.474a1.566,1.566,0,0,0,1.108,2.674" transform="translate(-0.001)" fill="%23fff"/></g></g></svg>');
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.148" height="37.163" viewBox="0 0 20.148 37.163"><defs><clipPath id="clip-path"><rect id="Rectangle_277" data-name="Rectangle 277" width="37.163" height="20.148" fill="%23fff"/></clipPath></defs><g id="Group_405" data-name="Group 405" transform="translate(0 37.163) rotate(-90)"><g id="Group_403" data-name="Group 403" clip-path="url(%23clip-path)"><path id="Path_979" data-name="Path 979" d="M1.567,20.148a1.561,1.561,0,0,0,1.107-.459L18.582,3.782,34.49,19.689A1.566,1.566,0,1,0,36.7,17.474L19.69.459a1.566,1.566,0,0,0-2.215,0L.46,17.474a1.566,1.566,0,0,0,1.108,2.674" transform="translate(-0.001)" fill="%23fff"/></g></g></svg>');
    left: -118px;
}
.slider-section .owl-nav button.owl-next,
.nav-style-1 .owl-nav button.owl-next,
.profile-slider-section .owl-nav button.owl-next,
.iconbox-four-col-slider .owl-nav button.owl-next,
.m1-home-service-slider .owl-nav button.owl-next {
    background-color: var(--wp--preset--color--primary);
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.148" height="37.163" viewBox="0 0 20.148 37.163"><defs><clipPath id="clip-path"><rect id="Rectangle_277" data-name="Rectangle 277" width="37.163" height="20.148" fill="%23fff"/></clipPath></defs><g id="Group_404" data-name="Group 404" transform="translate(20.148) rotate(90)"><g id="Group_403" data-name="Group 403" clip-path="url(%23clip-path)"><path id="Path_979" data-name="Path 979" d="M1.567,20.148a1.561,1.561,0,0,0,1.107-.459L18.582,3.782,34.49,19.689A1.566,1.566,0,1,0,36.7,17.474L19.69.459a1.566,1.566,0,0,0-2.215,0L.46,17.474a1.566,1.566,0,0,0,1.108,2.674" transform="translate(-0.001)" fill="%23fff"/></g></g></svg>');
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.148" height="37.163" viewBox="0 0 20.148 37.163"><defs><clipPath id="clip-path"><rect id="Rectangle_277" data-name="Rectangle 277" width="37.163" height="20.148" fill="%23fff"/></clipPath></defs><g id="Group_404" data-name="Group 404" transform="translate(20.148) rotate(90)"><g id="Group_403" data-name="Group 403" clip-path="url(%23clip-path)"><path id="Path_979" data-name="Path 979" d="M1.567,20.148a1.561,1.561,0,0,0,1.107-.459L18.582,3.782,34.49,19.689A1.566,1.566,0,1,0,36.7,17.474L19.69.459a1.566,1.566,0,0,0-2.215,0L.46,17.474a1.566,1.566,0,0,0,1.108,2.674" transform="translate(-0.001)" fill="%23fff"/></g></g></svg>');
    right: -118px;
}
.owl-nav button span {
    display: none !important;
}

/* Profile Slider Section */
.profile-slider-section {
    overflow-y: visible !important;
}
.profile-slider-section > .wp-block-cover__inner-container {
    margin-top: -20px !important;
    max-width: 1300px;
    margin: 0 auto;
}
.profile-slider-section:not(.theme3-hero-slider) .owl-stage-outer {
    max-width: none;
}
.profile-slider-section .owl-nav button.owl-prev,
.profile-slider-section .owl-nav button.owl-next {
    background-color: var(--wp--preset--color--white);
}
.profile-slider-section .owl-nav button.owl-prev {
    left: -52px;
}
.profile-slider-section .owl-nav button.owl-next {
    right: -52px;
}
.profile-slider-section.theme3-hero-slider > .wp-block-cover__inner-container {
    margin-top: 0 !important;
    max-width: 1120px;
}

/* Home Service Slider */
.tires-section > .wp-block-cover__inner-container {
    z-index: 2;
}

/* Home Service Slider Static */
.iconbox-four-col-slider {
    margin-top: 0;
}
.iconbox-four-col-slider .owl-item .wp-block-group {
    background-color: var(--wp--preset--color--white) !important;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.16);
    transition: all 0.5s ease-in-out;
}
.iconbox-four-col-slider .owl-item .wp-block-group:hover,
.iconbox-four-col-slider .owl-item.center .wp-block-group {
    background-color: var(--wp--preset--color--custom-janitor) !important;
}
.iconbox-four-col-slider .wp-block-image {
    margin-left: auto;
    margin-right: auto;
    height: 100px;
}
.iconbox-four-col-slider .wp-block-image img {
    max-height: 100%;
    transition: all 0.5s ease-in-out;
}
.iconbox-four-col-slider .owl-item .wp-block-group .wp-block-heading,
.iconbox-four-col-slider .owl-item .wp-block-group p,
.iconbox-four-col-slider .owl-item .wp-block-group .wp-block-button .wp-block-button__link {
    transition: all 0.5s ease-in-out;
}
.iconbox-four-col-slider .wp-block-button .wp-block-button__link {
    text-underline-offset: 2px;
}
.iconbox-four-col-slider .owl-item .wp-block-group:hover .wp-block-image img,
.iconbox-four-col-slider .owl-item.center .wp-block-group .wp-block-image img {
    filter: brightness(800%);
}
.iconbox-four-col-slider .owl-item .wp-block-group:hover .wp-block-heading,
.iconbox-four-col-slider .owl-item .wp-block-group:hover p,
.iconbox-four-col-slider .owl-item .wp-block-group:hover .wp-block-button .wp-block-button__link,
.iconbox-four-col-slider .owl-item.center .wp-block-group .wp-block-heading,
.iconbox-four-col-slider .owl-item.center .wp-block-group p,
.iconbox-four-col-slider .owl-item.center .wp-block-group .wp-block-button .wp-block-button__link {
    color: var(--wp--preset--color--white) !important;
}

/* Home service slider dynamic */
.m1-home-service-slider.owl-carousel .owl-stage {
    display: flex;
}
.m1-home-service-slider.owl-carousel .owl-stage .wp-block-post,
.m1-home-service-slider.owl-carousel .owl-stage .wp-block-post > div {
    height: 100%;
}
.m1-home-service-slider .owl-item.center {
    text-align: left;
}
.m1-home-service-slider .owl-item .wp-block-group {
    box-shadow: 10px 10px 10px rgba(0,0,0,0.16);
}
.m1-home-service-slider .owl-item .wp-block-group,
.services-box-section .m1-service-grid ul li.service > .wp-block-group {
    transition: all 0.5s ease-in-out;
}
.services-box-section .m1-service-grid ul li.service > .wp-block-group {
    height: calc(100% - 104px);
}
.m1-home-service-slider .wp-block-post-featured-image.aligncenter {
    margin: 0 auto;
}
.m1-home-service-slider .owl-item .wp-block-group:hover,
.m1-home-service-slider .owl-item.center .wp-block-group {
    background-color: var(--wp--preset--color--primary) !important;
}
.m1-home-service-slider .owl-item .wp-block-group .wp-block-post-title,
.m1-home-service-slider .owl-item .wp-block-group p,
.m1-home-service-slider .owl-item .wp-block-group .wp-block-post-excerpt__more-link {
    transition: all 0.5s ease-in-out;
}
.m1-home-service-slider .owl-item .wp-block-post-excerpt__more-text {
    line-height: 1;
}
.m1-home-service-slider .owl-item .wp-block-post-excerpt__more-link {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.m1-home-service-slider .owl-item .wp-block-group:hover .wp-block-post-title,
.m1-home-service-slider .owl-item .wp-block-group:hover p,
.m1-home-service-slider .owl-item .wp-block-group:hover .wp-block-post-excerpt__more-link,
.m1-home-service-slider .owl-item.center .wp-block-group .wp-block-post-title,
.m1-home-service-slider .owl-item.center .wp-block-group p,
.m1-home-service-slider .owl-item.center .wp-block-group .wp-block-post-excerpt__more-link {
    color: var(--wp--preset--color--white) !important;
}
.m1-home-service-slider .owl-nav button.owl-prev,
.iconbox-four-col-slider .owl-nav button.owl-prev {
    left: -50px;
}
.m1-home-service-slider .owl-nav button.owl-next,
.iconbox-four-col-slider .owl-nav button.owl-next {
    right: -50px;
}

/* Tires2 Section */
.tires2-section {
    margin-top: -130px !important;
    z-index: 1;
}

/* Read More Or Less */
.read-more-button {
    display: none;
}

/* Form section css */
.form-section > div {
    min-height: 720px;
    height: 100% !important;
}

/* Contact Form */
.contact-form p label {
    color: #515152;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}
.contact-form input {
    height: 50px;
}
.contact-form p textarea {
    padding-top: 20px;
    resize: none;
    min-height: 291px;
}
.contact-address-sec .contact-form input {
    height: 58px;
    margin-top: 17px;
}
.contact-form p .wpcf7-not-valid-tip {
    font-size: 14px;
    padding: 6px 0 0 20px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
}
.contact-address-sec .wpcf7 form .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    max-width: 630px;
}
.contact-form input, .contact-form textarea {
    border: 1px solid #515152;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(0 0 0 / 16%);
    font-family: 'Gotham', sans-serif;
    font-size: 22px;
    font-weight: 500;
    padding: 5px 20px;
    margin-top: 10px;
    max-width: 670px;
    width: 100%;
}
.contact-form .wpcf7-submit {
    border: none;
    border-radius: 0;
    color: var(--wp--preset--color--white);
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    max-width: max-content;
    min-width: 250px;
}
.contact-form .wpcf7-submit:hover {
    opacity: 0.9;
}
.contact-form input::-webkit-input-placeholder {
    color: rgba(3 2 6 / 58%);
}
.contact-form input::-moz-placeholder {
    color: rgba(3 2 6 / 58%);
}
.contact-form input:-ms-input-placeholder {
    color: rgba(3 2 6 / 58%);
}
.contact-form input:-moz-placeholder {
    color: rgba(3 2 6 / 58%);
}
.contact-form textarea::-webkit-input-placeholder {
    color: rgba(3 2 6 / 58%);
}
.contact-form textarea:-moz-placeholder {
    color: rgba(3 2 6 / 58%);
}
.contact-form textarea::-moz-placeholder {
    color: rgba(3 2 6 / 58%);
}
.contact-form textarea:-ms-input-placeholder {
    color: rgba(3 2 6 / 58%);
}
.wp-block-mitchell1-google-maps iframe {
    border-radius: 23px;
}

.wp-site-blocks > .wp-block-post-content .contact-address-sec .contact-form p + p {
    margin-top: 56px;
}
.contact-map-block .simple-link,
.address-map .simple-link {
    display: none;
}


/* Appointment Page */
.address-block p {
    margin-top: 10px;
}

/* Specials Page */
.offer-sec .offer-start-right.specials-right-top .wp-block-column:last-child {
    margin-left: -100px !important;
    margin-top: -20%;
}
.specials-right-top .offer-image img {
    width: auto;
}

/* Services Page */
/* Services Box Section */
.view-moreservices-btn-wrap {
    display: none !important;
}
.overflow-visible {
    overflow: visible;
}
.overflow-y-visible {
    overflow-y: visible;
}
.blue-man-section .img-rhs {
    margin-top: -155px;
}

/* Services Box Section Dynamic */
.m1-service-grid .wp-block-post-template-is-layout-grid.wp-container-core-post-template-layout-1 {
    row-gap: 97px;
}
.m1-service-grid .wp-block-post-template-is-layout-grid .wp-block-post-featured-image {
    margin-top: -150px;
}
.m1-service-grid .wp-block-post-template-is-layout-grid .wp-block-post-featured-image img {
    width: auto;
    margin: 0 auto;
    display: block;
}
.m1-service-grid .wp-block-post-excerpt__more-text {
    line-height: 1;
}
.m1-service-grid .wp-block-post-excerpt__more-link {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: underline;
}
.m1-service-grid .wp-block-post .wp-block-group:hover .wp-block-post-title,
.m1-service-grid .wp-block-post .wp-block-group:hover .wp-block-post-excerpt__more-link {
    color: var(--wp--preset--color--black) !important;
}
.m1-service-grid .wp-block-post .wp-block-group:hover .wp-block-post-excerpt__excerpt {
    color: var(--wp--preset--color--white) !important;
}

.service1-offer-sec .offer-content h4 sub,
.specials-offer .offer-content h4 sub {
    font-size: 100px;
    vertical-align: baseline;
}

/* Review Page */

/* Testimonial Slider Section */
.review-testimonial-slider > .wp-block-cover__image-background {
    height: 50%;
    top: auto;
}
.review-testimonial-slider .tg_testimonials_wrapper .owl-nav button:before {
    background-color: var(--wp--preset--color--black);
}

body .m1-list {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
body .reviewsContainer {
    max-width: none;
    width: 87%;
    margin: 0 auto;
}

/* Testimonial List Section */
.testimonials-list-meta-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.testimonials-list {
    padding-left: 50px;
    padding-right: 50px;
}
.testimonials-list:not(:last-child) {
    border-bottom: 2px solid;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.testimonials-list-avtar {
    width: 147px;
}
.testimonials-list-meta {
    width: calc(100% - 147px);
    padding-left: 30px;
    box-sizing: border-box;
}
.testimonials-list-meta .rating {
    margin-bottom: 15px;
}
.testimonials-list-meta .rating i {
    font-size: 30px;
}
.testimonials-list-meta h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: var(--wp--preset--color--custom-jet-black) !important;
    margin-top: 0;
    margin-bottom: 15px;
}
.testimonials-list-meta p {
    margin: 0;
    color: var(--wp--preset--color--custom-jet-black) !important;
    font-size: 24px;
    line-height: 34px;
}
.testimonials-list-description {
    color: var(--wp--preset--color--custom-jet-black) !important;
    font-size: 30px;
    line-height: 40px;
}

body .entry-content .block-hide {
    display: none !important;
}
.home-about-section figure {
    border-radius: 39px !important;
}

body div.d-none {
    display: none !important;
}
.m1-bg .wp-block-cover__image-background.is-repeated {
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.iconbox-icon svg {
    height: auto;
}

/* ==============================================================
                #BREAKPOINTS
================================================================= */
@media only screen and (max-width: 1440px) {
    /* Appointment */
    .appointment-sec {
        min-height: 349px;
    }

    /* Profile Slider Section */
    .profile-slider-section .owl-nav button.owl-prev {
        left: -33px;
    }
    .profile-slider-section .owl-nav button.owl-next {
        right: -33px;
    }

    /* Home Service Slider */
    .iconbox-four-col-slider .owl-nav button.owl-prev,
    .m1-home-service-slider .owl-nav button.owl-prev {
        left: -28px;
    }
    .iconbox-four-col-slider .owl-nav button.owl-next,
    .m1-home-service-slider .owl-nav button.owl-next {
        right: -28px;
    }
}
@media only screen and (max-width: 1365.98px) {
    .c-site-shop-info {
        flex-wrap: wrap !important;
        flex: 1;
        row-gap: 0;
        padding: 0;
    }
    .c-main-nav-desktop {
        flex: 1;
    }
    .c-main-nav-desktop .wp-block-navigation__container {
        justify-content: center;
        column-gap: 1.563rem;
        row-gap: 0;
    }
    .m1crm-footer-container .wp-container-core-columns-layout-1.wp-container-core-columns-layout-1 {
        gap: 2rem;
    }

    /* Slider1 */
    .nav-style-1 .owl-nav button.owl-prev {
        left: -32px;
    }
    .nav-style-1 .owl-nav button.owl-next {
        right: -32px;
    }
}

@media only screen and (min-width: 782px) and (max-width: 1199px) {
    /* Footer */
    .m1crm-footer .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
        font-size: 16px;
        line-height: normal;
    }
    .m1crm-footer .m1crm-footer-top > .wp-block-columns {
        gap: 26px;
    }
    .m1crm-footer .c-site-social {
        font-size: 20px;
        gap: 12px;
    }
    .m1crm-footer .c-site-payment {
        gap: 6px;
    }
    .m1crm-footer .c-site-payment  > img {
        max-width: 50px;
        height: auto;
    }
    .m1crm-footer .c-site-logo img {
        max-width: 80%;
    }

}
@media only screen and (max-width: 1280px) {
    /* Header menu */
    ul.c-site-navbar {
        gap: 10px 20px;
    }
    header .c-site-phone a {
        font-size: 16px;
    }
    /* Profile Slider Section */
    .profile-slider-section .wp-block-heading {
        font-size: 70px !important;
        line-height: 80px !important;
    }
    .profile-slider-section p {
        font-size: 30px !important;
        line-height: 46px !important;
    }
}

@media only screen and (min-width: 1200px) {
    /* Logo Slider Theme_2-4 */
    .client-logo-slider .lgx_app_content_wrapper .lgx_app_item_row {
        display: flex;
        align-items: center;
    }
    .client-logo-slider .lgx_app_content_wrapper .lgx_app_item_row .swiper-slide {
        width: 20%;
    }
    .client-logo-slider .lgx_app_content_wrapper .lgx_lsw_nav_wrap.lgx_lsw_nav_top_right {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    /* Hero section */
    .home-hero-info {
        width: 50%;
    }

    /* Phone Number Section */
    .hero-heading,
    .testimonial-slider .wp-block-heading,
    .heading-blue-outline-block .wp-block-heading,
    .address-sec:not(.contact-address-sec) h2 {
        font-size: 70px !important;
    }
    .phone-number-sec a {
        font-size: 70px;
        line-height: 80px;
    }

    /* Offer Section */
    .offer-sec {
        min-height: inherit !important;
        padding-bottom: 80px !important;
    }
    .offer-sec .wp-block-column h4.wp-block-heading {
        font-size: 70px !important;
        text-align: left;
    }
    .offer-sec .offer-content {
        border-radius: 39px;
        padding: 20px 20px 20px 40px !important;
    }
    .offer-sec .offer-start-right .offer-content {
        padding: 20px 40px 20px 20px !important;
    }

    /* Appointment section */
    .appointment-sec {
        min-height: inherit !important;
        /* padding: 20px 0 !important; */
    }
    .appointment-sec h1 {
        font-size: 50px !important;
        padding-right: 20px;
    }
    .appointment-sec h2,
    .heading-blue-block .wp-block-heading {
        font-size: 70px !important;
    }

    /* Address section */
    .address-sec .wp-block-columns {
        gap: 24px;
    }
    .address-sec .wp-block-group, .address-sec .wp-block-group h6 {
        font-size: 22px;
        line-height: 30px !important;
    }
    .address-sec .wp-block-group h6 {
        margin-top: 17px !important;
        margin-bottom: 18px !important;
    }
    .address-sec .wp-block-group + .wp-block-group {
        margin-top: 36px;
    }
    /* .address-sec .wp-block-group p {
        margin-top: 0;
    } */
    .address-sec .wp-block-buttons {
        margin-top: 36px;
    }

    .home-service-box {
        font-size: 70px !important;
    }

    /* Services Page */
    .service-list li {
        font-size: 20px !important;
        gap: 20px;
    }
    .service-list li img {
        max-width: max-content;
        height: 80px;
    }

    /* Services Box Section */
    .services-box-col {
        column-gap: 30px !important;
    }
    .m1-service-grid .wp-block-post-template-is-layout-grid.wp-container-core-post-template-layout-1 {
        column-gap: 30px;
    }

    /* Blue Man Section */
    .blue-man-section .wp-block-heading {
        font-size: 70px !important;
    }

    /* Services #1 Page */
    .service1-offer-sec {
        padding-bottom: 220px !important;
    }
    .service1-offer-block .wp-block-heading {
        font-size: 70px !important;
    }

}
@media only screen and (max-width: 1024px) {
    /* Profile Slider Section */
    .profile-slider-section > .wp-block-cover__inner-container {
        margin-top: 0 !important;
    }

    /* Services Page */
    .m1-service-grid .wp-block-post-template-is-layout-grid.wp-container-core-post-template-layout-1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* Services #1 Page */
    .service1-offer-sec {
        padding-bottom: 80px !important;
    }

    /* Post list section */
    .post-list-wrap .post-info {
        width: 50%;
    }

    .service-list li {
        width: calc(50% - 15px);
    }
}
@media only screen and (max-width: 991px) {
    /* Appointment section */
    .appointment-sec h1 {
        font-size: 40px !important;
    }
    .appointment-sec h2,
    .heading-blue-block .wp-block-heading {
        font-size: 50px !important;
    }
    /* Hero section */
    .home-hero-info h1 {
        font-size: 50px !important;
    }
    /* Logo slider */
    .client-logo-slider {
        padding-top: 0 !important;
        min-height: auto !important;
    }
    /* About Section */
    .home-about-section .wp-block-media-text {
        display: block;
    }
    .home-about-section h1.wp-block-heading {
        font-size: 50px !important;
    }
    /* Offer section */
    .offer-sec h1 {
        font-size: 50px !important;
        margin-bottom: 0;
    }
    /* Testimonial */
    .testimonial-slider h1 {
        font-size: 50px !important;
    }
    .home-testimonial-heading > .wp-block-column {
        max-width: 750px;
        margin: 0 auto 40px !important;
    }
    .home-testimonial-heading h1.wp-block-heading:before {
        bottom: -40px;
    }
    /* Address Section */
    .address-sec h1 {
        font-size: 50px !important;
    }
    .address-sec .home-services-heading p {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 28px !important;
        line-height: 42px !important;
    }
    .address-sec div#showMoreBtn {
        margin-top: 0 !important;
    }

    /* Profile Slider Section */
    .profile-slider-section .wp-block-heading {
        font-size: 50px !important;
        line-height: 60px !important;
    }
    .profile-slider-section p {
        font-size: 28px !important;
        line-height: 40px !important;
    }

    /* Home Service Box */
    .home-service-box {
        font-size: 50px !important;
    }

    .home-about-section figure {
        margin-bottom: 48px !important;
    }
    .home-about-section .wp-block-media-text__content h2 {
        padding-bottom: 0 !important;
        /* margin-bottom: 100px !important;*/
    }
}
@media only screen and (max-width: 991px) and (min-width: 782px) {
    .address-sec .shop-hours ul.time-list li strong {
        max-width: 100%;
    }
}
@media only screen and (min-width: 800px){
    .blue-man-section {
        margin-top: 80px !important;
    }
}
@media only screen and (max-width: 799.98px) {
    /* Hero section */
    .hero-sec {
        background-color: var(--wp--preset--color--black);
        flex-direction: column-reverse;
    }
    .hero-sec > .wp-block-cover__image-background {
        position: static;
        width: calc(100% + 380px);
        object-position: 0 20px !important;
        margin-bottom: -160px;
        margin-left: -20px;
    }
    .home-hero-info {
        width: 100%;
    }
    header
    .c-middle-block .c-site-shop-info > *:not(.shop-address),
    .c-middle-block .wp-block-buttons,
    .c-main-header-row > *:not(.c-site-phone) {
        display: none;
    }
	body header .c-middle-block {
		display: block;
	}
    .c-main-header-row {
        justify-content: center !important;
    }
    .c-main-header-container {
        padding-bottom: 0 !important;
    }
    .c-main-header-container {
        margin-bottom: 0;
    }
    .c-site-logo {
        margin: 0 !important;
        padding: 0;
    }
    header .c-top-banner p {
        font-size: 12px !important;
        line-height: 13px !important;
        padding: 8px 0 9px !important;
    }
    .page .wp-block-navigation.items-justified-center.is-vertical {
        color: var(--wp--preset--color--custom-cinder);
    }
    .mobile-main-header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-top: 7px;
        padding-bottom: 14px;
    }
    .c-hamburger-menu-container .c-hamburger-menu-buttons .c-hamburger-menu-button .wp-block-button__link svg {
        width: 30px;
        height: 22px;
    }
    .mobile-main-header.c-hamburger-menu-container[aria-expanded=true] {
        background-color: #f8f8f8;
    }

    /* Mobile Menu */
    .page .c-main-nav-mobile {
        border: none;
    }
    .page .c-main-nav-mobile .wp-block-navigation__container .wp-block-navigation-item.current-menu-item {
        color: var(--wp--preset--color--white);
    }
    .page .c-main-nav-mobile .wp-block-navigation__container .wp-block-navigation-item {
        border-bottom: 1px solid var(--wp--preset--color--white)4a;
    }
    .page .c-main-nav-mobile .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
        text-align: left;
        padding: 0.5rem 1.875rem;
    }

    /* Hero section */
    .hero-sec .is-content-justification-center {
        flex-direction: inherit;
    }
    .hero-heading,
    .heading-with-icon,
    .testimonial-slider .wp-block-heading,
    .heading-blue-outline-block .wp-block-heading,
    .address-sec:not(.contact-address-sec) h2 {
        font-size: 50px !important;
    }
    .hero-heading,
    .heading-with-icon {
        text-align: left !important;
    }
    .hero-sec {
        min-height: 40vh;
    }

    /* Phone numver */
    .phone-number-sec {
        text-align: center;
    }
    .phone-number-sec a {
        font-size: 40px;
        line-height: 1;
    }

    /* Appointment section */
    .offer-sec .offer-start-left .wp-block-column:first-child {
        margin-right: 0;
    }
    .offer-sec .offer-content,
    .offer-sec .offer-start-right .offer-content {
        padding: 35px 14px 45px 14px !important;
    }
    .offer-sec .wp-block-column h4.wp-block-heading {
        font-size: 70px !important;
        line-height: 90px;
    }
    .offer-sec .wp-block-cover__inner-container > .wp-block-group {
        gap: 32px;
    }
    .offer-sec .offer-start-right .wp-block-column:last-child {
        margin-left: 0 !important;
    }
    .appointment-sec .appointment-left-img .wp-block-image {
        margin: 0;
    }

    /* Appointment section */
    .appointment-sec .appointment-left-img {
        margin: 0;
    }
    .appointment-sec h1 {
        font-size: 45px !important;
        padding-right: 0;
    }
    .appointment-sec div + .wp-block-column {
        padding: 0 30px;
    }
    .appointment-sec .wp-block-buttons {
        margin-block-start: 33px;
    }

    /* Slider1 */
    .tool-slider .owl-stage-outer,
    .tool-slider.style-1 .owl-stage-outer {
        overflow: visible;
        padding: 20px 0;
    }
    .tool-slider .owl-item.center .wp-block-group {
        scale: 1.05;
    }
    .tool-slider.style-1 .wp-block-image {
        padding: 40px;
        height: 179px;
        width: 179px;
    }

    /* Tires2 Section */
    .tires2-section {
        background-color: #161620;
        flex-direction: column-reverse;
        padding-top: 120px !important;
        padding-bottom: 0 !important;
    }

    /* Landing Page Hero Section */
    .landing-hero-sec {
        flex-direction: column;
        min-height: auto !important;
        padding: 0 !important;
    }
    .landing-hero-sec .wp-block-cover__image-background {
        position: static;
    }
    .landing-hero-sec > .wp-block-cover__inner-container {
        box-sizing: border-box;
        padding: 30px 5vw;
    }
    .landing-hero-sec .hero-heading {
        color: var(--wp--preset--color--black) !important;
        width: 100%;
    }

    /* Landing Page Call Now Appointment Section */
    .call-now-appointment-section {
        margin-top: 0 !important;
    }

    /* About section */
    .home-about-section .wp-block-media-text__content {
        padding-left: 0;
        padding-right: 0;
    }
    .home-about-section p {
        font-size: 28px !important;
        line-height: 40px;
    }

    /* Home Service Box */
    .home-service-box {
        margin-bottom: 30px !important;
    }

    /* Testimonial Slider */
    .testimonial-slider {
        padding-bottom: 30px !important;
    }
    .testimonial-slider h1 {
        text-align: left;
    }
    .home-testimonial-heading h1.wp-block-heading:before {
        width: 100%;
    }

    /* Services #1 Page */
    .service1-offer-block .wp-block-heading {
        font-size: 50px !important;
    }

    /* Footer */
    .m1crm-footer {
        padding: 46px 35px 56px;
    }
    .m1crm-footer h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .m1crm-footer .m1crm-footer-container .wp-container-core-columns-layout-5 {
        gap: 44px;
    }
    .wp-block-mitchell1-copyright span {
        display: inline-block;
    }
    .m1crm-footer .wp-block-mitchell1-copyright {
        display: contents;
    }
}
@media only screen and (max-width: 781px) {
    /*ul.sub-menu {
        display: block;
        position: static;
    }*/
    .owl-carousel .owl-item .wp-block-columns {
        height: auto;
    }
    .menu-item-has-children::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        bottom: 0;
        z-index: 8;
    }
    .menu-item-has-children > a::after {
        top: 16px !important;
        right: 32px !important;
    }
    .menu-item-has-children:hover > a::after {
        top: 20px !important;
    }
    ul.c-main-nav-mobile li:hover > .sub-menu {
        display: block;
        position: static;
    }
    ul.sub-menu .menu-item-has-children:hover > a::after {
        transform: rotate(315deg);
    }
    ul.sub-menu li a {
        padding-left: 50px !important;
    }
    ul.sub-menu ul.sub-menu li a {
        padding-left: 70px !important;
    }

    .column-reverse-mobile {
        flex-direction: column-reverse;
    }

    /* Specials Page Hero Section */
    .services-banner-section .wp-block-media-text {
        display: block;
    }
    .services-banner-section .wp-block-media-text .wp-block-media-text__media {
        margin-bottom: 20px;
    }
    .services-banner-section .wp-block-media-text .wp-block-media-text__content {
        padding: 0 30px !important;
    }

    /* Specials Offer Section */
    .specials-offer-sec {
        padding-top: 44px !important;
    }
    .appointment-sec div + .wp-block-column {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .offer-sec .offer-start-right.specials-right-top .wp-block-column:last-child {
        margin-left: 0 !important;
        margin-top: 0;
    }
    .specials-right-top .offer-image img {
        width: 100%;
    }
    .offer-sec .offer-start-right > div:first-child {
        order: 1;
    }
    .offer-sec .offer-start-right > div:last-child {
        order: 0;
    }
    .offer-sec img {
        margin-bottom: -22px;
    }

    /* Specials Text Block Section */
    .specials-text-block {
        margin-bottom: 60px !important;
    }
    .specials-text-block p,
    .appoint-text-block p {
        text-align: left;
        font-size: 28px !important;
        line-height: 40px !important;
    }
    .heading-blue-block {
        margin: 60px 0 !important;
    }

    /* Services Box Section */
    .services-box-section {
        padding-top: 48px !important;
        padding-bottom: 100px !important;
    }
    .m1-service-grid .wp-block-post-template-is-layout-grid.wp-container-core-post-template-layout-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 34px;
    }
    .m1-service-grid .wp-block-query:not(.show-all) .wp-block-post-template-is-layout-grid li:not(:nth-child(-n+4)) {
        display: none;
    }
    .view-moreservices-btn-wrap {
        display: flex !important;
    }
    .hide-mobile {
        display: none !important;
    }

    /* Blue Man Section */
    .blue-man-section .wp-block-column:first-child {
        padding-top: 60px !important;
    }
    .blue-man-section .wp-block-heading {
        font-size: 50px !important;
    }
    .blue-man-section .img-rhs {
        margin-top: 0;
    }
    .blue-man-section .img-rhs .wp-block-image {
        text-align: center;
    }

    /* Tire Section */
    .tire-section {
        background-color: var(--wp--preset--color--custom-black-v-1);
        flex-direction: column-reverse;
        padding-top: 60px !important;
        padding-bottom: 0 !important;
    }
    .tire-section .wp-block-cover__image-background {
        position: static;
        width: auto;
    }

    /* Review Page */
    /* Heading Blue Outline Block */
    .heading-blue-outline-block > .wp-block-group {
        padding: 30px 35px !important;
    }

    /* Testimonials List Section */
    .testimonials-list-section {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .testimonials-list {
        padding-left: 0;
        padding-right: 0;
    }
    .testimonials-list-avtar {
        margin-bottom: 20px;
        width: 100%;
    }
    .testimonials-list-meta {
        padding-left: 0;
        width: 100%;
    }
    .testimonials-list-meta h4,
    .testimonials-list-meta p,
    .testimonials-list-description {
        font-size: 22px;
        line-height: 26px;
    }
    .testimonials-list-meta-wrap {
        margin-bottom: 20px;
    }

    /* Home Page */
    /* Testimonials slider */
    .testimonials-slider .owl-stage-outer {
        padding-bottom: 50px;
    }
    .testimonials-slider .owl-item.active.center {
        margin-top: 0;
    }
    .testimonials-slider .testimonials-slider-avtar img {
        max-width: 122px;
    }
    .testimonials-slider .owl-nav,
    .mobile-slider .owl-nav {
        gap: 65px;
    }
    .testimonials-slider .owl-nav button,
    .mobile-slider .owl-nav button {
        width: 33px !important;
        height: 33px !important;
    }
    .testimonials-slider .owl-nav button:before,
    .mobile-slider .owl-nav button:before {
        width: 33px;
        height: 33px;
    }

    /* Post list section */
    .post-list-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .post-list-wrap .post-info {
        width: 100%;
    }

    /* Service section */
    .service-list li {
        width: 100%;
    }

    /* Review Page */
    /* Testimonial Slider */
    .has-text-align-center.heading-underline::after {
        width: 150px;
    }
    .review-testimonial-slider {
        padding-bottom: 70px !important;
    }

    .iconbox-four-col-slider,
    .m1-home-service-slider {
        padding-left: 30px;
        padding-right: 30px;
    }
    .mobile-slider .owl-stage-outer,
    .iconbox-four-col-slider .owl-stage-outer,
    .m1-home-service-slider .owl-stage-outer {
        overflow: visible;
    }
    .offer-sec .mobile-slider .offer-content {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: left;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .service1-offer-sec.offer-sec .offer-content h4,
    .specials-offer.wp-block-group .offer-content h4 {
        font-size: 100px !important;
    }
    .service1-offer-sec .offer-content h4 sub,
    .specials-offer .offer-content h4 sub {
        font-size: 70px;
    }
    .address-sec .shop-hours, .add-rhs-col figure.wp-block-image, .add-rhs-col .wp-block-heading, .add-rhs-col > p, .add-rhs-col .wp-block-buttons, .add-rhs-col > .simple-link {
        padding-left: 8px;
        padding-right: 8px;
    }

    .address-sec-inner .form-section > div {
        margin: 0;
    }

    /* Read More Or Less */
    .read-more-text {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .read-more-text.full {
        -webkit-line-clamp: unset;
    }
    .read-more-button {
        display: inline-block;
        color: var(--wp--preset--color--black);
        font-family: 'Gotham HTF';
        font-size: 20px;
        line-height: 1.2;
        font-weight: 300;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .profile-slider-section a.read-more-button {
        color: var(--wp--preset--color--white);
    }

    .appoint-text-block + .address-sec {
        margin-top: 10px !important;
    }
    .appoint-text-block,
    .services-banner-section + div.wp-block-cover {
        padding-top: 44px !important;
    }
    .services-box-section {
        margin-top: 44px !important;
    }
    .review-testimonial-slider + .appointment-sec {
        margin-top: 60px !important;
    }

    .justify-content-center-mobile {
        justify-content: center !important;
    }
    .flex-column-mobile {
        flex-direction: column;
    }
    .mt-mobile-70 {
        margin-top: 70px !important;
    }

    /* Footer */
    .m1crm-footer .m1crm-footer-top > .wp-block-columns {
        gap: 42px;
    }
}
@media only screen and (max-width: 767px) {
    footer .c-scroll-top {
        right: 20px;
    }

    .lh-border-heading {
        margin-bottom: 80px;
    }
    .lh-border-heading .title-border {
        border-width: 0 20px;
    }

    /* home footer above btn center */
    .mobile-center {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Tires2 Section */
    .tires2-section.wp-block-cover .wp-block-cover__image-background {
        left: 90px;
    }
    .tires2-section.wp-block-cover .wp-block-columns {
        max-width: 80%;
        margin-left: 0 !important;
    }
    .tires2-section.wp-block-cover .wp-block-columns  a.wp-block-button__link {
        padding-left: 15px !important;
        padding-right: 15px !important;
        font-size: 16px;
    }
    .tires2-section.wp-block-cover .wp-block-columns h2 {
        font-size: 32px !important;
    }

    .multisite-id-6 .appoint-text-block p {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .multisite-id-6 .read-more-button {
        font-size: 16px;
        margin-top: 15px;
    }

    /* Landing page */
    .heading-desc-section .read-more-text {
        margin-bottom: 20px !important;
    }
    .heading-desc-section .read-more-button + .wp-block-heading {
        margin-top: 50px !important;
    }
    .offer-content h5 {
        font-size: 22px !important;
    }

    /* Profile Slider Section */
    .profile-slider-section p {
        margin-bottom: 10px !important;
    }
    .profile-slider-section .read-more-button {
        color: var(--wp--preset--color--white);
        margin-bottom: 40px;
    }
    .profile-slider-section .wp-block-buttons {
        justify-content: center;
        margin-top: 0;
    }
    .profile-slider-section .read-more-button + .wp-block-buttons {
        justify-content: inherit;
    }

    /* Heading Blue Block Section */
    .heading-blue-block > .wp-block-group {
        padding: 20px !important;
    }

    /* .profile-slider-section {
        padding-top: 40px !important;
    } */
    .slider1-section .owl-item .wp-block-group {
        padding: 27px 23px 40px !important;
    }
    .profile-slider-section .owl-nav button {
        top: 150px;
        transform: none;
    }

    /* Testimonials slider */
    .testimonials-slider .owl-item {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 599px) {
    /* theme 4 */
    .slider2-section.theme4-tool-slider .owl-nav button.owl-prev {
        background-color: var(--wp--preset--color--red);
        -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.148" height="37.163" viewBox="0 0 20.148 37.163"><defs><clipPath id="clip-path"><rect id="Rectangle_277" data-name="Rectangle 277" width="37.163" height="20.148" fill="%23fff"/></clipPath></defs><g id="Group_405" data-name="Group 405" transform="translate(0 37.163) rotate(-90)"><g id="Group_403" data-name="Group 403" clip-path="url(%23clip-path)"><path id="Path_979" data-name="Path 979" d="M1.567,20.148a1.561,1.561,0,0,0,1.107-.459L18.582,3.782,34.49,19.689A1.566,1.566,0,1,0,36.7,17.474L19.69.459a1.566,1.566,0,0,0-2.215,0L.46,17.474a1.566,1.566,0,0,0,1.108,2.674" transform="translate(-0.001)" fill="%23fff"/></g></g></svg>');
        mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.148" height="37.163" viewBox="0 0 20.148 37.163"><defs><clipPath id="clip-path"><rect id="Rectangle_277" data-name="Rectangle 277" width="37.163" height="20.148" fill="%23fff"/></clipPath></defs><g id="Group_405" data-name="Group 405" transform="translate(0 37.163) rotate(-90)"><g id="Group_403" data-name="Group 403" clip-path="url(%23clip-path)"><path id="Path_979" data-name="Path 979" d="M1.567,20.148a1.561,1.561,0,0,0,1.107-.459L18.582,3.782,34.49,19.689A1.566,1.566,0,1,0,36.7,17.474L19.69.459a1.566,1.566,0,0,0-2.215,0L.46,17.474a1.566,1.566,0,0,0,1.108,2.674" transform="translate(-0.001)" fill="%23fff"/></g></g></svg>');
        left: -24px;
    }
    .slider2-section.theme4-tool-slider .owl-nav button.owl-next {
        background-color: var(--wp--preset--color--red);
        -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.148" height="37.163" viewBox="0 0 20.148 37.163"><defs><clipPath id="clip-path"><rect id="Rectangle_277" data-name="Rectangle 277" width="37.163" height="20.148" fill="%23fff"/></clipPath></defs><g id="Group_404" data-name="Group 404" transform="translate(20.148) rotate(90)"><g id="Group_403" data-name="Group 403" clip-path="url(%23clip-path)"><path id="Path_979" data-name="Path 979" d="M1.567,20.148a1.561,1.561,0,0,0,1.107-.459L18.582,3.782,34.49,19.689A1.566,1.566,0,1,0,36.7,17.474L19.69.459a1.566,1.566,0,0,0-2.215,0L.46,17.474a1.566,1.566,0,0,0,1.108,2.674" transform="translate(-0.001)" fill="%23fff"/></g></g></svg>');
        mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.148" height="37.163" viewBox="0 0 20.148 37.163"><defs><clipPath id="clip-path"><rect id="Rectangle_277" data-name="Rectangle 277" width="37.163" height="20.148" fill="%23fff"/></clipPath></defs><g id="Group_404" data-name="Group 404" transform="translate(20.148) rotate(90)"><g id="Group_403" data-name="Group 403" clip-path="url(%23clip-path)"><path id="Path_979" data-name="Path 979" d="M1.567,20.148a1.561,1.561,0,0,0,1.107-.459L18.582,3.782,34.49,19.689A1.566,1.566,0,1,0,36.7,17.474L19.69.459a1.566,1.566,0,0,0-2.215,0L.46,17.474a1.566,1.566,0,0,0,1.108,2.674" transform="translate(-0.001)" fill="%23fff"/></g></g></svg>');
        right: -24px;
    }
}
@media only screen and (max-width: 400px) {
    .hero-heading,
    .heading-with-icon,
    .testimonial-slider .wp-block-heading,
    .heading-blue-outline-block .wp-block-heading,
    h2 {
        font-size: 40px !important;
    }
    .phone-number-sec a {
        font-size: 30px;
        line-height: 1;
    }
    .appointment-sec div + .wp-block-column {
        padding: 0 20px;
    }
    .tool-slider.style-1 .wp-block-heading {
        font-size: 30px !important;
    }
    .tool-slider.style-1 .wp-block-group p {
        font-size: 26px !important;
    }
    .profile-slider-section .wp-block-button__link {
        padding: .667em 1.333em !important;
    }
    .service1-offer-sec.offer-sec .offer-content h4,
    .wp-block-group.specials-offer .offer-content h4 {
        font-size: 60px !important;
    }
    .service1-offer-sec .offer-content h4 sub,
    .specials-offer .offer-content h4 sub {
        font-size: 50px;
    }
    body .m1-slider {
        margin-left: -35%;
    }
}
