/* ------------8-12-2025-------------- */

.clinic-tour {
    /* background: url(https://stage.abilityclinic.ca/wp-content/uploads/2025/12/Clinic-interior.jpg.webp);
    background-attachment: fixed;
    background-size: cover;
    background-position: center; */
    position: sticky;
    top: 90px;
    z-index: -1;
}

@media (min-width: 768px) {
    .clinic-tour {
        height: 473px;
        overflow: hidden;
        top: 139px;
    }
}

@media screen and (max-width: 767px) {
    .clinic-tour {
        height: 300px;
    }
}


/* .clinic-tour img {
    opacity: 0;
} */

.bgwhite {
    background-color: #fff;
}

.clinic-gallery {
    padding: 50px 0px 0px;
}

@media (min-width: 768px) {
    .clinic-gallery {
        padding: 80px 0px 0px;
    }
}


/*26-12-2025*/

@media (min-width: 992px) {
    .services-home .box {
        flex: 0 0 16.666%;
        width: 16.666%;
    }

    .services-home .box h2 {
        font-size: 22px;
    }
}

.video-cover {
    padding-bottom: 0
}

@media screen and (max-width:767px) {

    .slider .slick-next,
    .slider .slick-prev {
        position: absolute;
        top: 50%;
        right: 5%;
        z-index: 9999
    }

    .animated-button {
        padding: 4px 20px;
        font-size: 12px;
        color: #fff;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        width: max-content;
        margin: auto
    }

    .slide .slide__content--headings h1,
    .slide .slide__content--headings p.slider-large-heading {
        font-size: 1.5rem;
        margin: 10px 0
    }

    .slider .slick-arrow {
        height: 40px;
        border: none;
        background: 0 0;
        color: #fff;
        border-radius: 50%;
        font-size: 20px;
        box-shadow: rgba(14, 30, 37, .12) 0 2px 4px 0, rgba(14, 30, 37, .32) 0 2px 16px 0;
        width: 40px;
        filter: contrast(.5)
    }

    .slider .slick-next {
        transform: translate(-50%, -50%)
    }

    .slider .slick-prev {
        transform: translate(50%, -50%)
    }

    .slide .slide__img img {
        width: 100%;
        height: 60vh;
        object-fit: cover;
        object-position: top center
    }

    .hero .text-bar p,
    .hero .uppertext p {
        font-size: 14px
    }

    .slide__content .get-quote {
        font-size: 12px
    }

    .sticky-heading,
    .sticky-heading-contact,
    .sticky-heading-media {
        isolation: isolate;
        padding-bottom: 1px;
        padding-top: 15px;
        top: 70px
    }

    .sticky-heading {
        position: relative;
        position: sticky;
        background-color: #00305b;
        z-index: 999;
    }

    .sticky-heading-contact {
        position: relative;
        position: sticky;
        background-color: #fff
    }

    .sticky-heading-media {
        z-index: 1;
        position: relative;
        position: sticky;
        background-color: #00305b
    }

    .para-desktop {
        display: none
    }

    section.margine-heading .heading.line-through {
        top: 70px
    }
}

.small-container .container-sm.container-xs {
    max-width: 864px
}

.small-container video {
    margin-bottom: 25px
}

.small-container .media-block {
    max-width: 684px;
    margin: 0 auto
}

.sport-med {
    font-weight: 700
}

.sport-med {
    font-size: 36px !important
}

@media only screen and (max-width:766px) {
    .sport-med {
        font-size: 25px !important
    }
}

.heading.line-through h4 {
    background: #00305b;
    padding: 0 40px
}

@media only screen and (min-width:767px) and (max-width:1024px) {
    .sport-med {
        font-size: 24px !important
    }
}

.sport-med {
    margin-bottom: 1rem
}

.heading-sec {
    padding: 10px 0px;
}

.blue-outline-btn {
    border: 2px solid #1392ec;
    background: transparent;
    color: #1392ec;
    width: 100%;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.parking-link {
    padding: 50px 0px 80px;
}

.parking-link p {
    display: inline-block;
    width: max-content;
    margin: 0px;
}

.parking-link p a {
    text-decoration: none;
    color: #1392ec;
}