﻿/* Customizing Base :: BEGIN */

body {
    font-weight: var(--font-weight-regular, normal);
    font-size: var(--font-size-base, 1.6rem);
    overflow: auto;
    overflow: overlay;
}

/* Button :: BEGIN */

.sk-button.whatsapp-button {
    background: var(--color-success);
    color: var(--color-white);
}

.sk-button.sk-secondary,
.sk-alert.sk-secondary,
.sk-badge.sk-secondary,
.sk-card.sk-secondary {
    color: var(--color-primary);
    border-color: currentColor
}

/* Button :: END */

h1,
h2,
h3,
h4,
h5,
h6,
.sk-h1,
.sk-h2,
.sk-h3,
.sk-h4,
.sk-h5,
.sk-h6,
.title {
    color: var(--color-primary);
}

.sk-sub-heading,
.contact-card .title:not(h2) {
    font-size: 1.8rem;
    font-weight: var(--font-weight-bold, bold);
    color: var(--color-grey);
    padding-bottom: var(--gutter-small);
}

.contact-card h2.title {
    margin-bottom: 0;
    font-size: 2.4rem;
}

.contact-card .sk-badge {
    text-transform: uppercase;
    letter-spacing: .05rem;
}

/* Customizing Base :: END */


/* Page Styles Begin :: BEGIN */

header {
    color: var(--color-primary);
    padding: var(--gutter-small);
    z-index: var(--zindex-1);
    box-shadow: var(--box-shadow-1);
}

    header .book-appointments {
        margin: 0 0 0 auto;
    }

        header .book-appointments .hours {
            color: var(--color-body-color);
        }

.social .sk-icons svg {
    fill: var(--color-primary);
}

.social .sk-icons:hover svg {
    fill: var(--color-link)
}

header .book-appointments .contact-number {
    font-size: 2.4rem;
}

.store-highlights {
    padding: 0 0 calc(var(--gutter-xlarge) * 2);
}

.sk-empty-state svg {
    fill: currentColor;
}

.hero-section .header {
    position: relative;
    z-index: 1;
    padding: var(--gutter-base) 0 0;
}

.header {
    line-height: .6;
}

    .header > a {
        display: inline-block;
        color: var(--color-white);
        height: 5rem;
    }

        .header > a img {
            width: 100%;
            height: 100%;
        }




.contact-number span.sk-icons svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
}

.contact-number a {
    color: currentColor;
    display: flex;
    gap: 1rem;
    align-items: center;
}

/* SVG Icons Display Inherit */
.key-highlights .sk-icons svg {
    display: initial;
    fill: var(--color-white);
}

.hero-section .sk-backdrop {
    display: none;
}

.hero-section .sk-button-group .sk-button {
    gap: 1rem;
}

.hero-section h1 {
    font-size: 3rem;
    color: var(--color-white);
    margin: var(--gutter-xlarge) 0;
}

.hero-section .sk-ratings a {
    color: var(--color-white);
}

.share-info {
    margin-top: 1rem;
}

    .share-info .sk-flex-row {
        gap: 1rem;
    }

/* Ratings :: BEGIN */
.sk-ratings .sk-star {
    margin: 0
}

.sk-ratings {
    /* gap: 1rem; */
    align-items: flex-start;
    margin-bottom: 2rem;
}

    /* .sk-ratings {
    display: flex;
    flex-direction: column;
} */

    .sk-ratings a {
        text-decoration: underline;
    }

    .sk-ratings .rating-group b {
        font-size: 3rem;
    }


    .sk-ratings.sk-flex-column {
        align-items: center;
        justify-content: center;
    }

        .sk-ratings.sk-flex-column .rating-group {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

    .sk-ratings .review-count {
        color: #222F5A;
    }

    .sk-ratings.sk-flex-column .rating-group b {
        font-size: 4.2rem;
        margin-bottom: 1rem;
    }

.ratings {
    display: flex;
    gap: 1rem;
    align-items: center;
}

    .ratings .sk-ratings {
        align-items: center;
        gap: 1rem;
        margin: 0;
    }

        .ratings .sk-ratings b {
            font-size: 4.2rem;
        }

/* Ratings :: END */

/* Hero Section :: BEGIN */
.hero-section figure {
    height: 75vh;
    max-height: 75vh;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    /* background: var(--color-primary);
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%); */
}

    .hero-section figure img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        /* object-position: bottom right; */
    }

    .hero-section figure div {
        width: 100vw;
        height: 100%;
    }

.key-highlights .sk-flex-row {
    gap: 5rem;
}

    .key-highlights .sk-flex-row span {
        font-size: 1.8rem;
        color: var(--color-white);
        display: flex;
        align-items: center;
        gap: 1rem;
    }

.hero-section h2 {
    font-size: 5.2rem;
    color: var(--color-white);
    margin-bottom: var(--gutter-base);
}

.hero-section {
    color: var(--color-white);
    padding-bottom: 5rem;
    background: var(--color-header-bg);
}

.sub-text {
    font-weight: var(--font-weight-normal, normal);
    margin-bottom: var(--gutter-base);
    line-height:27px;
    width:85%;
}

.store-highlights .sk-ratings {
    padding: 0 0 var(--gutter-xlarge);
    margin-bottom: 0;
    flex-direction: revert;
    align-items: center;
    gap: 1rem;
}

.hero-section .sk-button-group {
    margin: 4.5rem 0;
    column-gap: 3rem;
}

.main-content [class^=sk-col-] article,
[class^=sk-col] article {
    margin-right: calc(var(--gutter-base) * -1);
}

/* Key Features :: BEGIN */

.contact-section .logo {
    border-radius: 1.5rem;
    border: 1rem solid var(--color-light);
    top: calc(var(--gutter-base) * -5.67);
    background: var(--color-white);
    position: absolute;
    width: 23rem;
    height: 23rem;
}

.logo + .highlights {
    margin-left: 27rem;
}

.contact-section {
    /* color: var(--color-primary); */
    position: relative;
    z-index: 1;
    margin-top: -5rem;
}

/*contact-details {
    padding-bottom: var(--gutter-xlarge);
}*/
.contact-details .sk-flex-row {
    gap: var(--gutter-large);
}

    .contact-details .sk-flex-row .contact-card {
        flex: 1 1 auto;
    }

.contact-form-section.sk-panel-onpage {
    border-radius: 1.5rem;
}

.quick-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: underline;
    /*height: 6rem;*/
    border-radius: var(--radius-base);
}

/*.quick-actions:hover {
        background: var(--color-light);
    }*/

.contact-section .sk-container {
    background: var(--color-white);
    border-radius: 1.5rem;
    padding: calc(var(--gutter-base) * 2);
}


.logo h1 {
    margin-bottom: 0;
}

.logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem;
}

address {
    font-style: normal;
    line-height: 1.8;
    font-weight: var(--font-weight-medium, medium);
}

    address .sk-h2 {
        margin-bottom: 1rem
    }

.sk-button-group:has(button.sk-large) {
    gap: var(--gutter-large)
}

.sk-button-group:has(.social) {
    flex-wrap: wrap;
}

/* Key Features :: END */

.header + .sk-text-end {
    display: flex;
    gap: var(--gutter-base);
    align-items:center;
}

    .header + .sk-text-end .sk-button {
        font-size: 1.4rem;
    }

        .header + .sk-text-end .sk-button:not(.sk-round) .sk-icons svg {
            width: 1.6rem;
            height: 1.6rem;
        }

/* Hero Section :: END */
/* Page Content :: BEGIN */
.main-content {
    margin-top: calc(var(--gutter-base) * 2)
}

/* Floating Left Nav :: BEGIN */
aside.floating-nav.sk-sticky {
    top: 9rem;
    background: transparent;
    margin-bottom: 3rem;
}



.floating-nav:not(.sk-sticky) .sk-menu {
    background: var(--color-white);
}

[class^=sk-col-] .floating-nav,
[class^=sk-col] .floating-nav {
    margin-left: calc(var(--gutter-base) * -1);
}

.floating-nav .sk-menu {
    background: var(--color-white);
    border-radius: 1.5rem;
    padding: 2rem 0;
    z-index: 1;
}

.floating-nav.sticky .sk-menu {
    position: fixed;
}

.sk-menu.sk-vertical ul {
    gap: 1rem;
}

.sk-menu li {
    border-radius: var(--radius-base);
    color: var(--color-primary);
    padding: 0;
}

    .sk-menu li.sk-active {
        background: var(--color-secondary);
        color: var(--color-white);
    }

    .sk-menu li a {
        text-transform: none;
        font-size: 1.8rem;
        font-weight: var(--font-weight-medium, medium);
        width: 100%;
        justify-content: center;
        padding: 0 var(--gutter-base);
    }

/* Floating Left Nav :: END */

/* Page Sections :: BEGIN */
.main-content article > section:not(.sk-panel) {
    background: var(--color-white);
    border-radius: var(--gutter-base);
    padding: calc(var(--gutter-base) * 2);
    margin-bottom: calc(var(--gutter-base) * 2)
}

/* Page Sections :: END */

/* Book appointment :: BEGIN */
.book-appointments {
    margin-top: calc(var(--gutter-base) * 2);
    display: flex;
    gap: 2rem;
    align-items: center;
}

    .book-appointments .sk-h6 {
        color: var(--color-body-color);
    }

    .book-appointments .contact-number {
        /* color: var(--color-primary); */
        margin-bottom: 0;
        font-size: 2.4rem;
    }

/* Book appointment :: END */


/* Branches :: BEGIN */
.branch-locations > ul {
    display: flex;
    gap: var(--gutter-base);
    flex-wrap: wrap;
}

    .branch-locations > ul li {
        flex: 1 0 20%;
        width: 20%;
        text-align: center;
        background: var(--color-body-background);
        border-radius: var(--radius-base);
    }

        .branch-locations > ul li a {
            color: var(--color-body-color);
            padding: var(--gutter-base);
            display: flex;
            text-transform: none;
            font-size: 2rem;
            height: 100%;
            font-weight: var(--font-weight-medium, medium);
            justify-content: center;
            align-items: center;
        }

.branch-locations .sk-pagination {
    margin-top: var(--gutter-large)
}

.branch-locations .sk-ratings {
    justify-content: center;
    align-items: center;
    margin: var(--gutter-base) 0 0;
}

/* Branches :: END */

/* Reviews :: BEGIN */

/* Progress :: BEGIN */
.reviews-section .sk-flex {
    align-items: center;
    gap: 3rem;
}

.progress-bar-group {
    flex: 1 1 50%;
    padding: 0 var(--gutter-base) 0 0;
    max-width: 50%;
}

    .progress-bar-group .progress-bar {
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
    }

    .progress-bar-group .progress-bar-title {
        width: 2rem;
        /* font-size: 2rem; */
        font-weight: var(--font-weight-medium, medium);
    }

.progress-bar progress,
.progress-bar progress[value]::-webkit-progress-value {
    border-radius: 1.5rem;
}

    .progress-bar progress,
    .progress-bar progress[value]::-webkit-progress-bar {
        background-color: var(--color-accent-2);
        border-radius: 1.5rem;
        border: none !important;
        height: 1rem;
        width: 100%;
    }

        .progress-bar progress[value]::-webkit-progress-value {
            background: #ffb540;
        }

/* Progress :: END */



/* Reviews :: END */

/* Avatar :: BEGIN */
.sk-avatar .sk-avatar-title {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    font-size: 2.4rem;
    color: #878787;
    border-radius: 100%;
    background-color: var(--color-accent-3);
    flex-shrink: 0;
    display: block;
}

    .sk-avatar .sk-avatar-title.sk-small {
        height: 4.8rem;
        width: 4.8rem;
        line-height: 4.8rem;
        font-size: 2.8rem;
        margin-right: 1rem;
    }

    .sk-avatar .sk-avatar-title.sk-xsmall {
        height: 3rem;
        width: 3rem;
        line-height: 3rem;
        font-size: 1.6rem;
        margin-right: 1rem;
    }

.sk-avatar .sk-thumbnail {
    width: 100%;
    height: 100%;
}

    .sk-avatar.sk-thumbnail .sk-avatar-title {
        width: 100%;
        height: 100%;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4.6rem;
    }

/* Avatar :: END */

/* Review Head :: BEGIN */
.ratings + .reviews {
    margin: var(--gutter-xlarge) 0 0;
}

.review-content {
    display: flex;
    gap: 3rem;
    margin-bottom: 3rem;
}

    .review-content .rating {
        display: flex;
        align-items: center;
        gap: 1.5rem;
    }

        .review-content .rating .sk-ratings {
            margin-bottom: 0;
        }

    .review-content .review {
        margin: 1rem 0;
        line-height: 3.2rem;
    }

    .review-content .reviewer-name {
        font-weight: var(--font-weight-bold, bold);
        margin-bottom: 1rem;
    }

.view-all-reviews a {
    padding: var(--gutter-base) 0
}

.view-all-reviews .sk-pagination li:has(a) {
    border: 0.1rem solid #144C92;
    color: var(--color-primary);
}

.view-all-reviews .sk-pagination li.sk-active {
    color: var(--color-white);
}

/* Review Head :: END */


/* Q & A and FAQ Section :: BEGIN */
.qna-section .sk-expansion-inner {
    border-bottom: .1rem solid var(--color-light);
}

    .qna-section .sk-expansion-inner .sk-expansion-header::before {
        content: 'Q.';
        font-size: 2rem;
        font-weight: var(--font-weight-bold, bold);
        align-self: flex-start;
        padding: var(--gutter-base) 0;
    }

    .qna-section .sk-expansion-inner .sk-expansion-content {
        padding: 1rem calc(var(--gutter-base) + 2rem);
    }

.qna-section .content-list.intent li {
    padding-bottom: 1rem;
}

/* Q & A and FAQ Section :: END */


/* Form Elements :: BEGIN */

.sk-text-field.sk-large .sk-input,
.sk-text-field.sk-xlarge .sk-input,
.sk-text-select.sk-large select,
.sk-text-select.sk-xlarge select,
.sk-text-select.sk-xlarge .sk-selected-text,
.sk-text-select.sk-large .sk-selected-text,
.sk-autocomplete.sk-large .sk-selected-text,
.sk-autocomplete.sk-large .sk-selected-text .sk-input,
.sk-autocomplete.sk-xlarge .sk-selected-text,
.sk-autocomplete.sk-xlarge .sk-selected-text .sk-input,
.sk-textarea.sk-large .sk-input {
    font-size: 1.6rem;
    background: transparent;
}

.sk-panel-onpage .contact-form {
    width: 50%;
}

h2 {
    margin-bottom: 3.6rem;
}

/* Form Elements :: END */

/* Photo gallery :: BEGIN */
.sk-gallery-panel .sk-gallery-header {
    background: #333
}

.sk-gallery-panel .sk-gallery-body {
    background: #444;
}

/* Photo gallery :: END */

/* Contact Card :: BEGIN */

.contact-card .info {
    font-weight: normal;
    padding-bottom: 1rem;
}

    .contact-card .info a:not(.quick-actions) {
        color: currentColor;
    }

    .contact-card .info a.quick-actions {
        font-size: 1.4rem;
    }

.contact-card .sk-flex:not(:has(address)) {
    gap: .7rem;
    align-items: center;
}

.contact-card .sk-icons {
    display: flex;
}

.contact-card:last-child {
    margin-bottom: 0;
}

/* Contact Card :: END */



/* Overlay Content :: BEGIN */

/* Overlay Content :: END */

/* Location Map :: BEGIN */
.location-map .book-appointments {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
}

.location-map .social {
    padding: 0 0 var(--gutter-base);
}

    .location-map .social .sk-icons svg {
        width: 3rem;
        height: 3rem;
    }

.quick-action-group {
    display: flex;
    gap: var(--gutter-large);
}

    .quick-action-group:not(.sk-web-hide) {
        padding: 0 var(--gutter-base);
    }

/* Location Map :: END */

/* Footer :: BEGIN */
footer {
    width: 100%;
    margin: calc(var(--gutter-base) * 2) 0;
}

    footer .sk-row {
        margin-right: 0;
        margin-left: 0;
    }

.copyright {
    text-align: right;
}

/* Footer :: END */


/* Videos section css :: BEGIN */

.video-list-item {
    position: relative;
}

    .video-list-item label {
        background: #4CBBB0;
        color: var(--color-white);
        font-size: 1.4rem;
        left: 0;
        padding: 0.5rem 1rem;
        position: absolute;
        top: 0;
        width: fit-content;
        z-index: 10;
    }

    .video-list-item .sk-card-media,
    .podcast .sk-card-media {
        background: var(--color-grey);
        position: relative;
        height: 15rem;
    }

    .video-list-item .sk-card {
        border-radius: 1.5rem;
    }

    .video-list-item .sk-card-media {
        border: .1rem solid var(--color-light);
        height: 20rem;
    }

        .video-list-item .sk-card-media:only-child {
            border-radius: 1.5rem;
            box-shadow: var(--box-shadow-1);
        }

    .video-list-item ul {
        display: flex;
        gap: var(--gutter-base);
        flex-wrap: wrap;
    }

    .video-list-item li {
        flex: 0 0 32.3%;
        max-width: 32.3%;
    }

    .video-list-item .sk-card-media .overlay-content {
        height: 100%;
        background: rgb(var(--color-black-rgb) / 38%);
    }

    .video-list-item .sk-card {
        background: var(--color-light);
        margin-bottom: 0;
        height: 100%;
    }

    /* .video-list-item .sk-card-media img {
    border-radius: 0;
}
.podcast .sk-card .sk-card-media img {
    border-radius: 0;
} */

    .video-list-item .sk-card-secondary {
        background: var(--color-light);
    }

    .video-list-item .sk-card-primary p {
        margin-bottom: 0;
    }

.podcast .sk-card {
    background: var(--color-light);
}

.podcast-list-item .sk-card-media {
    background: rgb(var(--color-black-rgb) / 38%);
}



.play-icon {
    cursor: pointer;
    position: absolute;
    z-index: 10;
}

/* Videos section css :: END */


/* News section css :: BEGIN  */

.news-section .sk-flex-row {
    gap: 4rem;
}

.news-section h4 {
    color: var(--color-body-color);
}

.news-section a {
    text-decoration: underline;
}

.news-section .sk-flex-row .news-image {
    border-radius: var(--radius-base);
    cursor: pointer;
    flex: 0 0 24%;
}

    .news-section .sk-flex-row .news-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top left;
        border-radius: inherit;
    }

.news-content {
    border-bottom: 0.1rem solid var(--color-grey);
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}

.news-articles {
    position: relative;
}

    .news-articles .sk-carousel-nav {
        position: absolute;
        right: 2rem;
        top: 3rem;
    }

    .news-articles .sk-carousel .sk-carousel-nav .sk-prev,
    .news-articles .sk-carousel .sk-carousel-nav .sk-next {
        top: 50%;
        position: initial;
        transform: translateY(0);
    }

    .news-articles .sk-carousel .sk-carousel-nav svg {
        fill: var(--color-black);
    }

    .news-articles .sk-carousel-item .sk-card {
        background: var(--color-grey);
        cursor: pointer;
        border-top-right-radius: var(--radius-base);
        border-top-left-radius: var(--radius-base);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .news-articles .sk-carousel .sk-carousel-item {
        border: 0;
    }

    .news-articles .overlay-content {
        background: rgb(var(--color-black-rgb) / 53%);
    }

/* News section css :: END  */


/* Web Stories section css :: BEGIN */

.web-stories .photo-grid li {
    border-radius: var(--radius-base);
}

    .web-stories .photo-grid li img {
        border-radius: inherit;
    }

    .web-stories .photo-grid li .overlay-content {
        align-items: flex-end;
        justify-content: flex-start;
        padding: var(--gutter-base);
        background: rgb(var(--color-black-rgb) / 53%);
        border-radius: var(--radius-base);
    }

        .web-stories .photo-grid li .overlay-content h4 {
            color: var(--color-white);
        }

.web-stories a {
    text-decoration: underline;
}

.web-stories h2 {
    margin-bottom: 0;
}

.web-stories .photo-grid {
    margin-top: 3rem;
}

    .web-stories .photo-grid li .overlay-content p:last-child {
        margin-bottom: 0;
        line-height: 1.2;
    }

    .web-stories .photo-grid li .overlay-content h4 {
        margin-bottom: 1rem;
    }

/* Web Stories section css :: END */

/* Contact Form :: BEGIN */
.contact-form-section {
    margin-bottom: calc(var(--gutter-base) * 2);
}

    .contact-form-section.sk-panel .sk-appbar {
        border: 0;
    }

[class^="sk-"][class$="-header"] h2 {
    margin-bottom: 0;
}

:not(.sk-panel-onpage) [class^="sk-"][class$="-header"] h2 {
    font-size: 2.6rem;
}

.sk-panel.sk-panel-onpage .sk-panel-inner {
    padding: calc(var(--gutter-base) * 1.09);
}

.sk-panel.sk-panel-onpage button.sk-web-hide {
    display: none;
}

.sk-panel.sk-show button.sk-web-hide {
    display: block !important;
}

/* Contact Form :: END */

/* Animations :: BEGIN */
.sk-button {
    overflow: hidden;
}

    .sk-button:after {
        background: var(--color-light);
        content: "";
        height: 155px;
        left: -75px;
        opacity: .2;
        position: absolute;
        top: -50px;
        width: 50px;
        -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg);
        z-index: 1;
    }

    .sk-button:not(.sk-round):hover:after {
        left: 120%;
        -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    }



/* Animation */
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated,
.animate__pulse {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animate__pulse {
    opacity: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.animate_delay,
.animate__animated * {
    animation-delay: .5s;
}

.key-highlights .animate__animated:nth-child(2) {
    animation-delay: .5s;
}

.key-highlights .animate__animated:nth-child(3) {
    animation-delay: 1s;
}

section {
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.key-highlights .sk-flex-row > span {
    /* opacity: 0; */
    animation-fill-mode: forwards;
}

.key-highlights {
    margin-bottom: var(--gutter-xlarge);
}

.contact-section {
    animation-duration: .7s;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }
}

.animate__pulse {
    /*animation-delay: 2s;*/
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.animate__animated .animate__pulse {
    animation-delay: .5s;
}

.animate__animated + .animate__animated {
    animation-delay: .3s;
}

/* Animations :: END */

.fb_iframe_widget iframe {
    border: 1px solid #ced9de !important;
    border-radius: 1.2rem !important;
}

.social-feed h3 .sk-icons svg {
    display: inline-block;
    vertical-align: bottom;
    fill: currentColor;
}

.social-feed h3 {
    color: var(--color-body-color);
}

.logo a img {
    width: 100%;
    height: auto;
}

.contact-details .sk-flex-row {
    gap: var(--gutter-base);
}

.hero-section figure img {
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    width: 100%;
    object-fit:cover;
}

.sk-appbar-align-end svg {
    display: inline;
}

.sk-panel .status-message {
    font-size: 2rem;
}

.sk-panel-footer .sk-button:not(.sk-round) {
    min-width: 15rem;
}

@media(min-width: 1024px) {

    /*.sk-panel:not(.sk-panel-onpage) .sk-panel-body {
        padding: var(--gutter-base) var(--gutter-xlarge);
    }*/
    .sk-sticky:has(.sk-menu) {
        background: transparent;
    }
}

/* Page Content :: END */

@media (max-width: 1366px) {
    .hero-section h1 {
        margin-bottom: var(--gutter-small);
    }

    .store-highlights .sk-ratings {
        padding: 0 0 var(--gutter-large);
        flex-wrap: wrap;
    }

    .key-highlights {
        margin-bottom: var(--gutter-large);
    }
}

@media (max-width: 1024px) {
    .quick-action-group.sk-web-hide {
        margin: var(--gutter-large) 0 0;
        flex-wrap: wrap;
    }

    .sk-menu li {
        height: 3.8rem;
    }

    .sk-carousel .sk-carousel-nav {
        display: block;
    }

        .sk-carousel .sk-carousel-nav .sk-prev,
        .sk-carousel .sk-carousel-nav .sk-next {
            background: var(--backdrop-dark);
            border-radius: var(--radius-round);
        }

    .sk-sticky-top-2 {
        top: 6.3rem;
    }

    .social-feed .sk-row .sk-col-6 {
        padding: var(--gutter-large) var(--gutter-base);
    }

        .social-feed .sk-row .sk-col-6:not(:first-child) {
            border-top: .1rem solid var(--color-light)
        }

    .contact-details .sk-flex-row .contact-card:first-child {
        max-width: 100%;
    }

    .header > a {
        max-width: 12rem;
    }

    .main-content {
        margin-top: 0;
        padding-bottom: 10rem;
    }

    .sk-col-fluid {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    h2 {
        font-size: 2rem;
        margin-bottom: var(--gutter-base);
    }

    .mobile-menu {
        background: var(--color-white)
    }

    .hero-section h1 {
        font-size: 1.6rem;
        margin-bottom: var(--gutter-xlarge);
    }

    .hero-section .sk-container {
        padding-left: 0;
        padding-right: 0;
        background: var(--color-header-bg);
    }

    .store-highlights {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        z-index: 1;
        position: relative;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }

    .contact-form-section .sk-appbar {
        height: auto
    }

    .sk-panel.sk-panel.sk-panel-onpage .sk-panel-inner {
        padding: 0;
    }

    .contact-form-section.sk-panel .sk-panel-header {
        padding: var(--gutter-base) 0;
    }

    .sk-menu li a {
        font-size: var(--font-size-base, 1.6rem);
    }

    .store-highlights .sk-ratings .rating-group b {
        font-size: 2.5rem;
    }

    .hero-section h2 + .sub-text {
        font-size: 3.2rem;
    }

    .hero-section figure {
        height: 65rem;
        max-height: 65rem;
        background: var(--color-primary);
        background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%);
    }

        .hero-section figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 70%;
        }

    /* .store-highlights {
        padding: var(--gutter-base) 0 calc(var(--gutter-xlarge) * 2);
    } */

    .sk-sub-heading,
    .contact-card .title {
        font-size: 1.6rem;
    }

    .key-highlights .sk-icons svg {
        vertical-align: sub;
        height: 1.8rem;
        width: 1.8rem;
    }

    .contact-section .logo {
        position: absolute;
        top: calc(var(--gutter-base) * -4.67);
        width: 15rem;
        height: 15rem;
        margin: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .logo + .highlights {
        margin: 0;
        padding: 0;
        margin-top: 7rem;
    }

    .contact-details {
        padding-bottom: 0;
    }

    .hero-section .sk-backdrop {
        display: block;
        position: absolute;
        background: rgba(var(--color-black-rgb) / 60%);
    }

    /*.sk-button.sk-large:not(.sk-round) .sk-icons {
        margin: 0;
    }*/

    /*.sk-button.whatsapp-button span:not(.sk-icons) {
        display: none;
    }*/

    .contact-section {
        position: relative;
        margin-bottom: var(--gutter-large)
    }

    .sk-menu.sk-scrollable {
        padding: var(--gutter-small) 0;
        background: var(--color-white);
    }

    .sk-sticky .sk-menu.sk-scrollable {
        box-shadow: var(--box-shadow-1);
    }

    .sk-menu.sk-scrollable nav {
        padding: 0;
        border: 0;
    }

    /*.sk-menu nav*/

    .contact-actions {
        position: fixed;
        bottom: -1px;
        left: 0;
        right: 0;
        background: var(--color-white);
        padding: var(--gutter-base);
        box-shadow: 0 -1px 3px rgba(var(--color-black-rgb) / 12%), 0 -1px 2px rgba(var(--color-black-rgb) / 24%);
        z-index: var(--zindex-1);
        justify-content: space-evenly;
    }

        .contact-actions .quick-action-group {
            display: none;
        }

    .sk-button.sk-large:not(.sk-round) {
        font-size: 1.4rem;
        min-width: unset;
        padding: 0 var(--gutter-base);
    }

    .hero-section h2 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
        width: 100%;
    }

    .hero-section .sk-button-group {
        flex-wrap: wrap;
        margin: var(--gutter-base) 0;
        gap: var(--gutter-base);
    }

    .sub-text,
    .hero-section h2 + .sub-text {
        font-size: 1.6rem;
        display: block;
        width: 100%;
        line-height: 1.4;
    }

    .store-highlights .sk-ratings {
        padding: 0 0 var(--gutter-base);
    }

    .key-highlights {
        margin-bottom: var(--gutter-large);
    }

        .key-highlights .sk-flex-row span {
            font-size: 1.4rem;
        }

    .hero-section .sk-button-group .sk-button {
        width: 100%;
        height: 6rem;
    }

    .hero-section figure > .sk-container .sk-row {
        top: 10rem;
        z-index: 1;
    }

    /* .key-features .sk-container {
        margin-top: calc(var(--gutter-base) * -0.5);
    } */

    .key-highlights .sk-flex-row {
        gap: 1rem;
    }

    .main-content > .sk-row > .sk-col-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .contact-section .sk-container {
        padding: var(--gutter-base);
        border-radius: 0;
    }

    .contact-card {
        margin-bottom: 2rem;
    }

    .location-map iframe {
        height: 25rem;
        margin-bottom: 2rem;
    }

    .main-content article > section:not(.sk-panel) {
        padding: var(--gutter-base);
    }

    .branch-locations > ul li {
        flex: 1 1 40%;
        width: revert;
    }

    .branch-locations .sk-ratings {
        margin-top: .5rem;
    }

    .sk-panel-onpage .contact-form {
        width: 100%;
    }


    /* .contact-form .sk-button {
        width: 100%;
    } */

    .book-appointments .contact-number,
    .book-appointments .hours {
        align-self: flex-start;
    }

    .book-appointments .hours {
        margin: 0;
    }

    .branch-locations > ul li a {
        padding: var(--gutter-base);
        font-size: 1.6rem;
    }

    /* Flating Nav :: BEGIN */
    [class^=sk-col-] .floating-nav,
    [class^=sk-col] .floating-nav,
    .main-content [class^=sk-col-] article,
    [class^=sk-col] article {
        margin: 0;
    }

    .main-content article > section:not(.sk-panel),
    .contact-form-section.sk-panel-onpage {
        border-radius: 0;
    }

    .floating-nav .sk-menu {
        border-radius: 0;
        border-bottom: .1rem solid var(--color-light);
    }

    .sk-menu.sk-vertical ul {
        flex-direction: row;
        gap: 0;
    }

    /* Flating Nav :: END */

    /* Book appointment :: BEGIN */
    .book-appointments {
        flex-direction: column;
        gap: 0.5rem;
        margin-top: var(--gutter-base);
    }

    /* Book appointment :: END */

    .powered-by,
    .copyright {
        text-align: center;
        margin-bottom: var(--gutter-base)
    }

    .ratings {
        flex-direction: column;
        align-items: revert;
    }

    .progress-bar-group {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .ratings + .reviews {
        margin: 5rem 0 0;
    }

    .review-content {
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .news-section .sk-flex-row {
        flex-wrap: wrap;
    }

        .news-section .sk-flex-row .news-image {
            width: 100%;
            height: 15rem;
            flex: 1 0 100%;
        }

            .news-section .sk-flex-row .news-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: top left;
            }

    .news-articles .sk-carousel-nav {
        right: 1rem;
        top: 1rem;
        display: none;
    }

    .web-stories h2 {
        margin-bottom: 1rem;
    }

    .web-stories .photo-grid {
        margin-top: 3rem;
        display: flex;
        flex-wrap: wrap;
        gap: var(--gutter-base);
    }

        .web-stories .photo-grid li {
            flex: 1 0 40%;
            height: 22rem;
        }

    .news-content:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }

    /* .web-stories .photo-grid li:first-child img {
        height:30rem;
    } */

    .video-list-item li {
        flex: 1 0 100%;
        max-width: revert;
    }

    .web-stories .photo-grid li {
        flex: 1 0 100%;
    }

    .services-offered .sk-button {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .sk-panel.sk-panel-onpage {
        display: block;
        position: static;
        z-index: auto;
    }

        .sk-panel.sk-panel-onpage .sk-backdrop {
            display: none;
        }

        .sk-panel.sk-panel-onpage button.sk-web-hide {
            display: none;
        }

    .sk-panel.sk-show button.sk-web-hide {
        display: block;
    }

    .hero-section figure img {
        display: none;
    }
}


/* Page Styles Begin :: END */


@media (max-width: 350px) {

    .sub-text,
    .hero-section h2 + .sub-text {
        display: none;
    }

    .branch-locations > ul li {
        flex: 1 1 100%;
    }

    .contact-actions .sk-button.sk-success span:not(.sk-icons) {
        display: none;
    }

    .contact-actions .sk-button.sk-success:not(.sk-round) .sk-icons {
        margin: 0;
    }
}

h2 + .sk-toggle-button {
    margin-bottom: 3.6rem;
}

.sk-toggle-button {
    border-radius: .5rem;
    gap: 0;
}

    .sk-toggle-button .sk-button {
        border-radius: 0;
        box-shadow: none;
    }

        .sk-toggle-button .sk-button:hover::after {
            display: none;
        }

        .sk-toggle-button .sk-button:first-child {
            border-radius: var(--radius-base) 0 0 var(--radius-base);
        }

        .sk-toggle-button .sk-button:last-child {
            border-radius: 0 var(--radius-base) var(--radius-base) 0;
        }

.services-offered .owl-item li {
    /*cursor: pointer;
    user-select: none;
    position: relative;
    height: 18rem;
    overflow: hidden;*/
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.services-offered .owl-item figure {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

    .services-offered .owl-item figure img {
        object-fit: cover;
        width: 100%;
        object-position: top center;
    }



.location-map .quick-action-group:not(.sk-web-hide) {
    padding: 0;
}

.services-offered .sk-overlay-content,
.products-offered .sk-overlay-content {
    background: linear-gradient(to top, rgb(var(--color-black-rgb) /90%), rgb(var(--color-black-rgb) /30%), transparent);
}

@media (max-width: 1024px) {
    h2 + .sk-toggle-button {
        margin-left: 0;
    }

    .contact-number span.sk-icons svg,
    .quick-actions span.sk-icons svg {
        width: 3rem;
        height: 3rem;
    }
}

.otp-dialog.sk-panel .sk-panel-inner {
    min-height: 50rem
}

    .otp-dialog.sk-panel .sk-panel-inner .sk-panel-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

section,
.contact-form-section.sk-panel-onpage {
    scroll-margin-top: 9rem;
}

/* Google posts :: BEGIN */
.sk-card-media label {
    background: var(--color-black);
    border-radius: var(--border-radius-4) 0;
    color: var(--color-white);
    font-size: 1.4rem;
    left: 0;
    padding: 0.5rem 1rem;
    position: absolute;
    top: 0;
    width: fit-content;
    border-radius: inherit;
}

.google-posts .sk-carousel {
    position: relative;
}

    .google-posts .sk-carousel .sk-card .sk-card-media {
        overflow: hidden;
    }

        .google-posts .sk-carousel .sk-card .sk-card-media img {
            object-fit: cover;
            transition: all 1s ease;
        }

    .google-posts .sk-carousel .sk-card:hover .sk-card-media img {
        transform: scale(1.2);
    }

    .google-posts .sk-carousel .sk-carousel-nav .sk-prev {
        left: 0;
        transform: translate(-50%, -50%);
    }

    .google-posts .sk-carousel .sk-carousel-nav .sk-next {
        transform: translate(50%, -50%);
    }

    .google-posts .sk-carousel .sk-carousel-nav .sk-prev,
    .google-posts .sk-carousel .sk-carousel-nav .sk-next {
        background: var(--backdrop-dark);
        border-radius: var(--radius-round);
        transition: all .3s ease
    }

        .google-posts .sk-carousel .sk-carousel-nav .sk-prev:hover,
        .google-posts .sk-carousel .sk-carousel-nav .sk-next:hover {
            box-shadow: var(--box-shadow-2);
        }

    .google-posts .sk-carousel .sk-carousel-nav svg {
        padding: .5rem;
    }

.google-posts .sk-card-action-img {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: flex-end;
}

.google-posts .sk-card-actions .sk-text-end img {
    width: 2.5rem;
    height: 2.5rem;
    border: 0.1rem solid rgba(var(--color-black-rgb) / 20%);
    border-radius: 50%;
}

/* Google posts :: END */

.sk-panel-body .sk-h6 {
    color: var(--color-body-color);
}


/*Randam Color for business name first letter*/
.reviews .review-content:nth-child(10n+1) .sk-avatar .sk-avatar-title {
    background: #f8d7e8;
}

.reviews .review-content:nth-child(10n+2) .sk-avatar .sk-avatar-title {
    background: #bad5f0;
}

.reviews .review-content:nth-child(10n+3) .sk-avatar .sk-avatar-title {
    background: #d6eff6;
}

.reviews .review-content:nth-child(10n+4) .sk-avatar .sk-avatar-title {
    background: #fae4cd;
}

.reviews .review-content:nth-child(10n+5) .sk-avatar .sk-avatar-title {
    background: #e2f4da;
}

.reviews .review-content:nth-child(10n+6) .sk-avatar .sk-avatar-title {
    background: #f8d7e8;
}

.reviews .review-content:nth-child(10n+7) .sk-avatar .sk-avatar-title {
    background: #bad5f0;
}

.reviews .review-content:nth-child(10n+8) .sk-avatar .sk-avatar-title {
    background: #d6eff6;
}

.reviews .review-content:nth-child(10n+9) .sk-avatar .sk-avatar-title {
    background: #fae4cd;
}

.reviews .review-content:nth-child(10n+10) .sk-avatar .sk-avatar-title {
    background: #e2f4da;
}


/* Service Detail :: BEGIN */
.service-detail .sk-flex {
    gap: var(--gutter-base)
}

.service-detail figure {
    margin: 0;
    border-radius: var(--radius-base);
    overflow: hidden;
    flex: 1 0 20%;
    max-width: 10rem;
    height: 10rem;
}

    .service-detail figure img {
        object-fit: cover;
        height: 10rem;
        width: 10rem;
    }

.service-detail .price {
    font-size: 1.8rem;
    font-weight: var(--font-weight-bold, bold);
    margin-left: auto;
    flex-shrink: 0;
    align-self: flex-start;
}

.service-detail ul:not(.sk-list-inline) {
    padding: 0 var(--gutter-base);
}

.service-detail .description-text {
    font-size: 1.4rem;
    letter-spacing: .03rem;
    color: var(--color-grey);
    padding-top: var(--gutter-small)
}

.service-detail :not(.sk-list-inline) > li {
    border-bottom: .1rem solid var(--color-light);
    padding: var(--gutter-large) 0;
}

    .service-detail :not(.sk-list-inline) > li:last-child {
        border: none;
    }

.sk-list-inline {
    display: flex;
    padding: 0;
    gap: var(--gutter-base);
    list-style-position: inside;
}

.sk-bulleted-list {
    list-style-type: disc;
}

.sk-list-inline li:first-child {
    list-style-type: none;
}

.service-detail p {
    font-size: 1.4rem;
    padding-top: var(--gutter-base);
    line-height: 2.3rem;
}

    .service-detail p:last-child {
        margin: 0;
    }


@media (max-width: 1024px) {
    .service-detail .sk-flex {
        flex-wrap: wrap;
    }

    .service-detail figure {
        flex-basis: 100%;
        max-width: unset;
        height: 15rem;
        object-fit: contain;
        background: var(--color-light);
    }

        .service-detail figure img {
            object-fit: contain;
            height: 100%;
            margin: auto;
        }

    .sk-appbar-align-start,
    .sk-title-bar-start {
        padding-left: var(--gutter-base);
    }
}

.service-detail .sk-flex > div {
    flex: 1 1 auto;
}

/* Service Detail :: END */


/*============================================ owl carousel Start ============================================*/
/* new owl-carousel start*/
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791
    }

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0)
    }

    .owl-carousel .owl-item,
    .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
    }

    /*.owl-carousel .owl-item img {
            display: block;
            width: 100%
        }*/

    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-dots {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        margin-top: 15px;
    }

        .owl-carousel .owl-dots .owl-dot {
            display: inline-block;
            zoom: 1
        }

            .owl-carousel .owl-dots .owl-dot span {
                width: 10px;
                height: 10px;
                margin: 5px 7px;
                border: 0.1rem solid var(--color-primary);
                display: block;
                -webkit-backface-visibility: visible;
                transition: opacity .2s ease;
                border-radius: 30px
            }

            .owl-carousel .owl-dots .owl-dot.active span,
            .owl-carousel .owl-dots .owl-dot:hover span {
                background: var(--color-primary)
            }

.owl-theme .owl-nav .disabled {
    opacity: 0;
}

.owl-carousel .owl-nav div {
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 70%;
    display: block;
    height: 50px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    top: 30%;
    background-clip: padding-box;
    background-repeat: no-repeat;
    background-position: 50%;
    vertical-align: middle;
    width: 50px;
    cursor: pointer;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 50%;
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), box-shadow .2s cubic-bezier(.4, 0, .2, 1);
    transition: background-color .2s cubic-bezier(.4, 0, .2, 1), box-shadow .2s cubic-bezier(.4, 0, .2, 1);
    will-change: background-color, box-shadow;
}

    .owl-carousel .owl-nav div img {
        height: 42px;
        width: 42px;
    }

    .owl-carousel .owl-nav div:hover {
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .19), 0 6px 3px 0 rgba(0, 0, 0, .23);
        background-color: rgba(255, 255, 255, .9);
        cursor: pointer;
        background-color: rgba(255, 255, 255, .9)
    }

    .owl-carousel .owl-nav div.owl-next,
    .owl-carousel .owl-nav div.owl-prev {
        display: flex;
        align-items: center;
        justify-content: center;
        top: 50%;
    }

        .owl-carousel .owl-nav div.owl-next svg,
        .owl-carousel .owl-nav div.owl-prev svg {
            fill: var(--color-white);
            width: 3.6rem;
            height: 3.6rem;
        }

        .owl-carousel .owl-nav div.owl-next:hover svg,
        .owl-carousel .owl-nav div.owl-prev:hover svg {
            fill: var(--color-body-color);
        }

    .owl-carousel .owl-nav div.owl-next {
        right: 0;
        transform: translate(50%, -100%);
    }

    .owl-carousel .owl-nav div.owl-prev {
        left: 0;
        transform: translate(-50%, -100%);
    }

        .owl-carousel .owl-nav div.owl-next.disabled,
        .owl-carousel .owl-nav div.owl-prev.disabled {
            display: none
        }

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

    .owl-carousel.owl-rtl .owl-item {
        float: right
    }

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-item > .sk-card {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

    .owl-item > .sk-card .sk-card-actions:not(:empty) {
        margin-top: auto;
    }

.owl-item > ul {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

/*============================================ owl carousel end ============================================*/
.insta-feed {
    gap: var(--gutter-large);
    overflow: hidden;
    overflow-x: auto;
    overflow-x: overlay;
    max-width: 100%;
    flex-wrap: nowrap;
}

    .insta-feed a {
        flex: 0 0 25rem;
        height: 25rem;
        width: 25rem;
        overflow: hidden;
        position: relative;
        transition: all .5s ease;
    }

        .insta-feed a::before {
            content: '';
            background: url(https://d3aew4oo17ml6.cloudfront.net/common/images/microsites/instagram-logo.svg);
            background-size: 4rem;
            position: absolute;
            top: 50%;
            left: 50%;
            background-repeat: no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            z-index: 1;
            height: 100%;
            transform: translate(-3rem, -3rem);
            opacity: 0;
            transition: all .3s ease-in-out
        }

        .insta-feed a::after {
            content: '';
            background: var(--backdrop-dark);
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            opacity: 0;
        }

        .insta-feed a:hover::before,
        .insta-feed a:hover::after {
            opacity: 1;
        }


        .insta-feed a img {
            object-fit: cover;
        }

.contact-us .sk-lead {
    margin-bottom: var(--gutter-base);
    font-size: 1.6rem;
}

.contact-us .contact-card {
    margin-bottom: 2rem;
}

.contact-us > .contact-card:last-child {
    margin-bottom: 0;
}

.contact-us .contact-card .title:not(h2) {
    color: var(--color-body-color);
    font-size: 1.6rem;
}

.contact-us .contact-card .info {
    padding-bottom: 0;
}



/* Contact Us popup :: BEGIN*/
/* .contact-us .sk-panel-body {
    padding: var(--gutter-xlarge) var(--gutter-large);
} */

@media (min-width: 1025px) {

    .contact-us [class^=sk-col-],
    .contact-us [class^=sk-col] {
        padding: var(--gutter-base) var(--gutter-xlarge);
    }

    .sk-panel.contact-us .sk-appbar {
        padding-left: var(--gutter-xlarge)
    }
}

.contact-us .sk-text-field,
.contact-us .sk-text-select,
.contact-us .sk-autocomplete {
    margin-bottom: 2.5rem;
}

.contact-us .sk-textarea .sk-event-group {
    height: 10rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: var(--gutter-base);
}

    .contact-info .contact-card {
        width: 100%;
    }

        .contact-info .contact-card .info,
        .contact-info .contact-card .info address {
            font-weight: var(--font-weight-medium);
        }

            .contact-info .contact-card .info address {
                padding-left: 1rem;
            }

            .contact-info .contact-card .info > .sk-icons {
                flex: 0 0 5rem;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 0.1rem solid var(--color-primary);
                border-radius: var(--radius-round);
                max-width: 5rem;
                height: 5rem;
            }

.contact-us svg {
    fill: var(--color-primary);
}

.contact-info > img {
    width: auto;
    max-height: 18rem;
    margin-bottom: var(--gutter-base);
}

.contact-us .sk-row.social {
    align-items: center;
    text-align: center;
    padding: var(--gutter-large) 0 0;
    margin: var(--gutter-large) 0 0;
    border-top: 0.1rem solid var(--color-light);
}

    .contact-us .sk-row.social .title {
        font-weight: normal;
        color: var(--color-body-color);
    }

@media (max-width: 1366px) {
    .contact-info > img {
        max-height: 15rem;
    }

    .contact-us .sk-row.social {
        margin: 0;
        padding-top: 0;
    }
}

@media (max-width: 1024px) {
    .contact-us .contact-form {
        border-top: .1rem solid var(--color-light);
        margin-top: 2rem;
        padding-top: 2rem;
    }

    .contact-info .contact-card {
        margin: 0;
    }

    .contact-us .sk-row.social {
        margin-top: var(--gutter-base);
        padding-top: var(--gutter-base);
    }
}

/* Contact Us popup :: END*/


.google-posts .owl-carousel .owl-stage {
    display: flex;
}


/* Photo Grid & Services offered :: BEGIN */
.photo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gutter-base);
    grid-auto-rows: minmax(100px, auto);
}

    .photo-grid li:first-child {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }

    .photo-grid li {
        position: relative;
        cursor: pointer;
        user-select: none;
        border: 0.1rem solid var(--color-light);
        overflow: hidden;
    }

        .photo-grid li img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-position: center;
            z-index: 0;
        }

/* Services Offered Section :: BEGIN */
.products-offered :not(.sk-pagination) ul {
    display: flex;
    gap: var(--gutter-base);
    flex-wrap: wrap;
}

.products-offered :not(.sk-pagination) > ul li {
    flex: 1 0 30%;
    position: relative;
}

.products-offered li svg {
    fill: var(--color-primary);
    display: inline-block;
    vertical-align: sub;
}

.products-offered li svg {
    fill: var(--color-primary);
    display: inline-block;
    vertical-align: sub;
}

.products-offered :not(.sk-pagination) ul li figure {
    margin: 0;
    overflow: hidden;
    height: 18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-light);
}

    .products-offered :not(.sk-pagination) ul li figure img {
        object-fit: cover;
        width: 100%;
    }

.services-offered .sk-overlay-content h4,
.services-offered .sk-overlay-content p,
.web-stories .sk-overlay-content h4,
.web-stories .sk-overlay-content p {
    color: var(--color-white);
    max-width: 100%;
    margin-bottom: 0;
}

.services-offered .sk-overlay-content p,
.web-stories .sk-overlay-content p {
    font-size: 1.4rem;
}

.services-offered .sk-overlay-content .sk-overlay-inner,
.products-offered .sk-overlay-content .sk-overlay-inner,
.web-stories .sk-overlay-content .sk-overlay-inner {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
}

/* Services Offered Section :: END */

@media (max-width: 1024px) {

    /*.services-offered :not(.sk-pagination) ul,*/
    .photo-grid {
        display: flex;
        flex-wrap: wrap;
        gap: var(--gutter-base);
    }

    .services-offered > ul {
        padding-bottom: var(--gutter-base);
    }

    /*.services-offered :not(.sk-pagination) > ul li,*/
    .photo-grid li {
        flex: 1 0 40%;
    }

    .photo-grid li {
        max-height: 15rem;
    }

    .services-offered .sk-overlay-content h4,
    .web-stories .sk-overlay-content h4 {
        font-size: 1.4rem;
    }

    .services-offered .sk-overlay-content p,
    .web-stories .sk-overlay-content p {
        font-size: 1.2rem;
    }

    .sk-overlay-content {
        padding: var(--gutter-small);
    }

    .contact-info .sk-flex-no-wrap.sk-flex-row {
        flex-wrap: wrap !important;
    }
}

/* Photo Grid & Services offered :: END */


.store-highlights .sk-ratings {
    padding: 0 0 var(--gutter-large);
    flex-flow: row;
    align-items: center;
    gap: var(--gutter-base);
    flex-wrap: wrap;
}

@media (min-width: 1025px){
    .hero-section h2{
        font-size: 2rem;
    }
    .hero-section h1{
        font-size: 2.5rem;
        font-weight: 300;
    }
}

/* Branches :: BEGIN */


.branch-list {
    /*margin: 0 12rem;*/
    gap: var(--gutter-large);
    flex-flow: row wrap;
    justify-content: flex-start;
}

.branch-card {
    flex: 0 0 48%;
    max-width: 45rem;
    padding: var(--gutter-base);
    color: var(--color-text-muted);
    font-size: 1.6rem;
    display: flex;
    flex-flow: column;
    gap: var(--gutter-base);
    margin-bottom: 0;
}

    .branch-card > *:not(.sk-flex-row) {
        padding-left: var(--gutter-base);
    }

    .branch-card :is(.location-name) {
        color: var(--color-body-color);
        font-weight: var(--font-weight-medium, medium);
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        gap: var(--gutter-base);
    }

.location-name a {
    color: inherit;
}

.branch-card .location-name::before {
    content: "\2022";
    color: var(--color-primary);
    font-weight: bold;
    font-size: 4rem;
    width: 1rem;
    line-height: 0;
}

.branch-card .sk-chip {
    color: var(--color-primary);
    border-color: currentColor;
}

    .branch-card .sk-chip:hover::after {
        background: rgb(var(--color-primary-rgb) / 5%);
    }

.branch-card .book-appointments,
.branch-card .book-appointments .open-status {
    margin: 0;
    font-size: 1.6rem;
    font-weight: normal;
    cursor: auto;
}

    .branch-card .book-appointments .sk-icons.sk-icons:not(.dropdown-icon) svg {
        fill: var(--color-primary);
    }

@media (max-width: 1024px) {
    .branch-list {
        margin: 0;
        gap: var(--gutter-base)
    }

    .branch-card {
        flex-basis: 100%;
        max-width: revert;
        align-items: flex-start;
    }
}
.sk-outlined {
    border: 0.1rem solid rgb(var(--color-black-rgb) / 16%);
}
/* Branches :: END */

.sk-ratings .sk-button{
    background: transparent;
    color: var(--color-white);
    border-color: currentColor
}

aside.floating-nav.sk-sticky.sk-mobile-hide {
    z-index: 9;
}

.sk-avatar .sk-avatar-title img{
    font-size: 1rem;
}

.branch-card .book-appointments {
    color: var(--color-primary);
}


/* listings page :: BEGIN */
/* listings hero :: BEGIN */
.hero.listings {
    /*background: var(--color-header-bg);*/
    position: relative;
    color: var(--color-white);
    padding-top: calc(6.4rem + var(--gutter-large));
    padding-bottom: calc(6.4rem + var(--gutter-large));
}

    .hero.listings .sk-container {
        position: relative;
        display: flex;
        align-items: center;
        flex-flow: column nowrap;
        z-index: 1;
    }

    .hero.listings h1 + .description-text {
        font-size: 2rem;
    }

    .hero.listings > figure {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        margin: 0;
        border-radius: inherit;
        overflow: hidden;
    }

        .hero.listings > figure::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgb(var(--color-black-rgb) / 50%);
        }

    .hero.listings figure img {
        object-fit: cover;
        object-position: bottom right;
        width: 100%;
        height: 100%;
    }

    .hero.listings h1 {
       color: var(--color-white);
    }

    .hero.listings {
        text-align: center;
    }

/* listings hero :: END */

/* search widget :: BEGIN */
.search-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: var(--gutter-large) 0;
}

    .search-group .sk-text-field {
        margin: 0;
        flex: 1 1 60%;
        max-width: 60%;
    }

        .search-group .sk-text-field .sk-event-group,
        .search-group .sk-text-field .sk-event-group:hover {
            border-radius: var(--radius-base) 0 0 var(--radius-base);
            border: none;
        }

        .search-group .sk-text-field .sk-overflow-list {
            width: 100%;
            left: 0;
            border-radius: 0 0 var(--radius-base) var(--radius-base);
            top: calc(100% - 0.5rem);
            color: var(--color-body-color);
            padding: 0.5rem 0;
        }

    .search-group li a {
        color: inherit;
    }

    .search-group .sk-button {
        border-radius: 0 var(--radius-base) var(--radius-base) 0;
    }

.hero.listings .sk-chip {
    background: transparent;
    color: inherit;
    border-color: currentColor;
    font-weight: var(--font-weight-medium, medium);
    font-size: 1.4rem;
}

.hero.listings .sk-chipset {
    align-items:center;
}

.hero.listings .sk-chipset .chipset-title {
    color: var(--color-white);
}

.hero.listings .sk-chipset .sk-chip a {
    z-index: 1;
    color: var(--color-white);
}


@media (max-width:460px) {
    .search-group {
        flex-direction: column;
        gap: 2rem;
    }
        .search-group .sk-text-field {
            width: 100%;
            flex: 1 1 100%;
            max-width: 100%;
        }
    .search-group .sk-text-field .sk-event-group {
        border-radius: var(--radius-base);
    }

    .search-group .sk-button {
        width: 100%;
        border-radius: var(--radius-base);
    }

}

/* search widget :: END */
/* Listing Card :: BEGIN */
.listing-cards {
    margin-top: -6rem;
    color: #898FA1;
    width: 100%;
}

    .listing-cards figure {
        border-radius: var(--radius-base);
        border: .1rem solid rgb(var(--color-black-rgb) / 10%);
        width: 100%;
        height: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.hero.listings .listing-cards figure img {
    border-radius: inherit;
    object-fit: contain;
    object-position: center center;
    height: 100%;
}

.sk-flex-column .sk-star {
    margin-right: 0;
}

.rating-group {
    display: flex;
    align-items: center;
    gap: 1rem
}

.listing-cards .sk-h5 {
    margin-bottom: var(--gutter-base);
    color: var(--color-body-color);
}

.listing-cards .sk-ratings {
    gap: 2rem;
}

.listing-cards .sk-card .info {
    gap: var(--gutter-base);
    font-size: 1.4rem;
}

.listing-cards .contact-card {
    margin-bottom: 1rem;
}

    .listing-cards .contact-card .sk-icons svg {
        fill: var(--color-primary);
    }

.listing-cards .sk-flex-row {
    gap: var(--gutter-large)
}

.listing-cards a {
    color: inherit;
}

.listing-cards .sk-card {
    box-shadow: 0 3px 6px rgb(var(--color-black-rgb) / 20%);
    text-align: left;
}

    .listing-cards .sk-card .sk-button-group {
        flex-wrap: wrap;
    }

    .listing-cards .sk-card figure img {
        height: 100%;
        object-fit: contain;
        max-width: 20rem;
    }

    @media (max-width:1024px) {
        .listing-cards .sk-col-3.sk-col-fluid {
        margin-bottom: 2rem;
    }
    .listing-cards figure {
        height: 20rem;
    }
    }

@media (max-width:768px) {

    .listing-cards .sk-flex-row {
        gap: 0.5rem;
    }

    .listing-cards .contact-card .sk-icons {
        flex-shrink: 0;
    }

    .hero.listings {
        padding-top: 4rem;
    }
}




footer .sk-flex-row svg {
    fill: var(--color-primary);
}

@media (max-width:500px) {
    footer .sk-flex-row {
        justify-content: center !important;
    }
}


/* Listing Card :: END */
/* listings page :: END */

.branches .sk-badge {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
    justify-content: center;
    border-radius: var(--radius-round);
    position: relative;
    z-index: 1;
}
.search-separator{
    position: relative;
}

    .search-separator::after {
        content: '';
        position: absolute;
        width: 100%;
        border-bottom: .1rem solid #dcdcdc;
        bottom: 50%;
        left: 0;
        z-index: 0;
    }

.hero.listings h1{
    color: var(--color-white);
}


.sk-gallery-panel .sk-carousel .sk-carousel-inner{
    max-width: revert;
}

.sk-gallery-panel .owl-carousel .owl-item {
    height: calc(100vh - 12rem);
    overflow: hidden;
}

.sk-gallery-panel .sk-carousel img{
    object-fit: contain;
}

.owl-carousel .owl-dots .owl-dot svg{
    width: 1.5rem;
    height: 1.5rem;
}

.sk-gallery-panel .owl-carousel .owl-dots .owl-dot svg{
    fill: #dcdcdc;
}

.sk-gallery-panel .owl-carousel .owl-dots .owl-dot.active svg {
    fill: var(--color-white);
}

.sk-gallery-panel .owl-carousel .owl-nav div.owl-next, .sk-gallery-panel .owl-carousel .owl-nav div.owl-prev {
    transform: none;
}




.branch-listing.sk-chipset {
    align-items: center;
}

.branch-listing .sk-chip a {
    z-index: 1;
}

.branch-listing .sk-chip::after {
    z-index: 0;
}

.branch-listing a, .branch-listing .chipset-title {
    color: var(--color-white);
}

.img-center{
    margin:0 auto;
}

.sk-menu-vertical {
    flex-direction: column !important;
}

/* photo grid :: BEGIN */
.photo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gutter-base);
    grid-auto-rows: minmax(100px, auto);
}

    .photo-grid.grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .photo-grid.grid-3 {
        grid-template-columns: repeat(3, 2fr);
    }

    .photo-grid:not(.grid-2) li:first-child {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }



    .photo-grid li {
        position: relative;
        cursor: pointer;
        user-select: none;
        border: 0.1rem solid rgb(var(--color-black-rgb) / 16%);
        overflow: hidden;
    }

        .photo-grid li img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-position: center;
            z-index: 0;
        }

@media (max-width: 1024px) {
    .photo-grid {
        display: flex;
        flex-wrap: wrap;
        gap: var(--gutter-base);
    }

        .photo-grid li {
            flex: 1 0 40%;
        }

        .photo-grid li {
            max-height: 15rem;
        }
}

/* photo grid :: END */


/* Carousel styles :: END */

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: flex;
}

:not(.carousel-hero).slick-slider .slick-track,
:not(.carousel-hero) .slick-slider .slick-list {
    gap: var(--gutter-xlarge)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Custom carousel styles :: BEGIN */
.slick-dots {
    display: flex !important;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    padding: var(--gutter-small) 0;
    gap: var(--gutter-small);
}

    .slick-dots li button {
        min-width: revert;
        padding: 0;
        width: 1rem;
        height: 1rem;
        font-size: 0;
        border-radius: var(--radius-round);
        opacity: 1;
        border: 0;
        transition: all .3s ease-out;
    }

    .slick-dots li:not(.slick-active) button {
        border: .1rem solid var(--color-secondary);
    }

    .slick-dots li button:hover {
        outline: 0.3rem solid var(--color-primary-light);
        opacity: 1;
    }

    .slick-dots li button::before {
        content: '';
        width: 100%;
        height: 100%;
        background: var(--color-white);
        border-radius: inherit;
    }

    .slick-dots li.slick-active button {
        opacity: 1;
        width: 4rem;
        border-radius: var(--radius-pill);
    }

        .slick-dots li.slick-active button::before {
            background: var(--color-secondary);
        }


/* Custom carousel styles :: END */


/* aster listing css :: start */


.asterlisting {
    background-color: var(--color-white);
}


    .asterlisting section:not(.about-us) {
        max-width: 120rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        padding-top: var(--gutter-xlarge);
        padding-bottom: var(--gutter-xlarge);
        margin: auto;
        border-bottom: 0.1rem solid rgb(var(--color-black-rgb) / 15%);
    }

    .asterlisting .about-us {
        background-color: #164d92;
        padding-top: var(--gutter-xlarge);
        padding-bottom: var(--gutter-xlarge);
        color: var(--color-white);
    }

    .asterlisting .about-us h2 {
        color: var(--color-white);
    }
        /* aster listing css :: end */