#Content {
    padding-top: 0px !important;
}

.hideNav {
    display: none !important;
}

.badgeDark {
    position: absolute;
    top: 30%;
    z-index: 3;
}

.badgeDark .mfn-inline-editor {
    width: fit-content;
    padding: 2px 16px;
    margin: 0;
    border-radius: 110px;
    background: #3c3c3c;
    color: var(--text-white);
}

.header-btn a,
.header-btn a:hover {
    background: url('https://hohstagging-lp.quadranttech.co/wp-content/uploads/2026/07/call-phone.svg') no-repeat 30px 10px;
}

.locationOuterWrapper {
    position: static;
    transform: translateX(100%);
}

.location-details {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.detail-item {
    flex: 1;

    & .button.call_btn {
        padding: 0 !important;
    }
}

.detail-item h4 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.2;
    color: var(--text-primary);
}

.detail-item .title {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 160%;
    color: var(--text-primary);
}

.item-end {
    align-items: end;
    padding-top: 24px;
}

.detail-item p {
    margin: 0 0 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: var(--text-secondary);
}

.detail-item p:last-child {
    margin-bottom: 0;
}

.locationPhone {
    color: var(--text-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    padding-left: 28px;
    background: url('../images/call-phone.svg') no-repeat 0 0;
}

.detail-item .outlineBtn.btn {
    padding: 16px 18px;
}

.detail-item p:last-child {
    margin-bottom: 0;
}

.locationCard {
    transition: all 0.3s ease-in-out;

    .mfn-wrapper-for-wraps {
        .outlineBtn {
            a {
                padding: 14px 20px;
            }
        }

        /*         &:hover {
            .outlineBtn {
                a {
                    background: var(--text-primary) !important;

                    .button_label {
                        color: var(--text-white);
                    }
                }
            }
        } */
    }

    .button_icon {
        display: flex;
    }

    .call_btn {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .locationCardDetails {
        .mcb-item-html-inner {
            transition: all 0.3s ease-in-out;
        }
    }

    .mfn-wrapper-for-wraps.mcb-wrap-inner {
        transition: all 0.3s ease-in-out;
    }

    &.active {
        .mfn-wrapper-for-wraps.mcb-wrap-inner {
            background: var(--text-white);
            box-shadow: 0 9px 28px 0 rgba(0, 0, 0, 0.06);
        }
    }

    &:hover {
        .locationCardDetails {
            .mcb-item-html-inner {
                background: var(--text-white) !important;
                border-color: var(--text-white) !important;
                box-shadow: 0 9px 28px 0 rgba(0, 0, 0, 0.06);

                /*                 .detail-item {
                    .outlineBtn {
                        &.btn {
                            background: var(--text-primary) !important;

                            .button_label {
                                color: var(--text-white) !important;
                            }
                        }
                    }
                } */
            }
        }
    }
}

.location-map {
    height: 100%;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.location_wraper>.section_wrapper {
    position: static;
}

.one-second.mcb-wrap.mapWraper {
    position: absolute;
    right: 0;
    width: 50%;
    bottom: 0;
    top: 0;

    &.mapWraperLeft {
        left: 0;
        right: auto;
    }

    * {
        height: 100%;
    }
}

.socialWrapper.mfn-nested-wrap.mcb-wrap {
    width: fit-content;
}



footer {
    .textSmall {
        p {
            font-size: 14px;
            margin: 0;

            a {
                text-decoration: underline;

                &:hover {
                    text-decoration: underline;
                }
            }
        }
    }

    p {
        color: var(--text-white);

        a,
        a:hover {
            color: var(--text-white) !important;
        }
    }
}

.footerSection .mfn-footer-menu-style-vertical li a {
    font-weight: 400;
    text-transform: capitalize;
}

.footerSection .mfn-footer-menu-style-vertical li a:hover {
    color: var(--text-white) !important;
}

.imgOverlay .column_image {
    position: relative;
}

.imgOverlay .column_image:before {
    border-radius: 3946px;
    background: #FDFDF1;
    filter: blur(60px);
    width: 3946px;
    height: 445px;
    position: absolute;
    content: "";
    left: 50%;
    bottom: -200px;
    z-index: 2;
    transform: translateX(-50%);
}

.team-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.team-card {
    perspective: 1200px;
    height: 580px;
}

.card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: .8s;
    transform-style: preserve-3d;
}

.team-card:hover .card-inner {
    transform: rotateY(180deg);
}

.team-card {

    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;

    .card-front {
        background: #fff;
    }

    /*     .card-front,
    .card-back {
        position: absolute;
        inset: 0;
        border-radius: 16px;
        overflow: hidden;
        backface-visibility: hidden;
    } */

    .card-front,
    .card-back {
        position: absolute;
        inset: 0;
        border-radius: 16px;
        overflow: hidden;
        background: #fff;

        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;

        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
    }

    .card-front img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        display: block;
    }

    .card-name {
        position: absolute;
        left: 50px;
        right: 50px;
        bottom: 50px;
        background: var(--text-white);
        border-radius: 18px;
        padding: 20px;
        text-align: center;
        z-index: 5;
        box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
    }

    .card-name h3 {
        font-size: 24px;
        margin-bottom: 0px;
        line-height: 1.6;
    }

    .card-name span {
        color: #777;
        font-size: 15px;
    }

    .card-back {
        transform: rotateY(180deg);
        background: linear-gradient(135deg, #eefbd4, #d9ef97, #eefbd4);
        padding: 40px;
        display: flex;
        align-items: center;
    }

    .content h3 {
        font-size: 30px;
        margin-bottom: 20px;
        color: #000000;
    }
}

.content p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-primary);
    margin-bottom: 18px;
}

.buttonWrap .mcb-wrap-inner {
    gap: 24px;
}

.conditions-section {
    position: relative;
    margin: 96px auto;
    overflow: hidden;
    border: 1px solid #515151;
    background: linear-gradient(111deg, #252525 -36.9%, rgba(37, 37, 37, 0.00) 184.44%);
    backdrop-filter: blur(17.200000762939453px);
    border-radius: 16px;
    max-width: 1092px;
}

.conditions-wrap {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: start;
    padding: 30px 29px 30px 80px;
}

.conditions-wrap-inner {
    padding: 45px 0;
}

.conditions-heading {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
    color: var(--text-white);
}


/* ===== LEFT: content panels (desktop) ===== */

.content-panels {
    border-radius: 8px;
}

.content-panel {
    display: none;
}

.content-panel.active {
    display: block;
    animation: fadeIn .35s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.content-panel img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    height: 300px !important;
    filter: saturate(0.9) contrast(1.02);
    margin-bottom: 24px;
}

.content-panel-body h4 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: var(--text-white);
    margin-bottom: 8px;
}

.content-panel-body p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: var(--text-white);
    margin-bottom: 32px;
}

.content-panel-button {
    display: flex;
    justify-content: end;
}

.cta {
    display: inline-block;
    width: 244px;
    padding: 12px 20px;
    border: 1px solid var(--text-white);
    border-radius: 30px;
    color: var(--text-white);
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    background: transparent;
    cursor: pointer;
    transition: background .25s ease, color .25s ease;
}

.cta:hover {
    color: var(--text-white);
    text-decoration: none;
}


/* ===== RIGHT: sidebar list (desktop) ===== */

.conditions-sidebar {
    list-style: none;
    margin: 0;
    padding: 26px 19px;
    background: var(--text-primary);
    border-radius: 8px;
    max-height: 770px;
    overflow-y: auto;
}

.conditions-sidebar::-webkit-scrollbar {
    width: 6px;
}

.conditions-sidebar::-webkit-scrollbar-thumb {
    background: rgba(245, 241, 234, 0.18);
    border-radius: 3px;
}

.conditions-sidebar li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
    user-select: none;
    color: var(--text-white);
}

.conditions-sidebar li:hover {
    color: var(--text-secondary);
}

.conditions-sidebar li.active {
    background: var(--text-secondary);
    color: var(--text-white);
}


/* ===== ACCORDION (mobile) ===== */

.conditions-accordion {
    display: none;
	.accordion-item {
		border-bottom: 1px solid rgba(245, 241, 234, 0.18);
	}

	.accordion-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 16px 8px;
		font-size: 20px;
		color: var(--text-white);
		cursor: pointer;
	}

	.accordion-header .plus {
		font-size: 24px;
		color: var(--text-white);
		transition: transform .25s ease;
		flex-shrink: 0;
		margin-left: 12px;
		font-weight: 100;
	}

	.accordion-item.open .accordion-header {
		color: var(--text-white);
	}

	.accordion-item.open .plus {
		transform: rotate(45deg);
	}

	.accordion-panel {
		max-height: 0;
		overflow: hidden;
		transition: max-height .35s ease;
	}

	.accordion-item.open .accordion-panel {
		max-height: 600px;
		margin-top: 20px;
	}

	.accordion-inner {
		padding: 0 8px 24px;
	}

	.accordion-inner img {
		width: 100%;
		aspect-ratio: 16/9;
		object-fit: cover;
		border-radius: 4px;
		margin-bottom: 16px;
		height: 300px !important;
	}

	.accordion-inner p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 1.6;
		color: var(--text-white);
		margin: 0 0 20px;
	}
}



.checklist-card {
    max-width: 566px;
    background: #eef0e3;
    border-radius: 16px;
    padding: 30px 20px;

    &.tapping-checklist-card {
        max-width: 90%;
        margin: 0 auto;
        background: var(--text-white);
        overflow: hidden;
        padding: 30px 40px;
        box-shadow: 0 9px 28px 0 rgba(0, 0, 0, 0.06);
        position: relative;

        .checklist-grid {
            width: 70%;
        }

        .checklist-grid-wrap {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .checklist-img {
            position: absolute;
            right: 0;
            height: 100%;
        }
    }

    &.dark {
        background: rgba(115, 110, 96, 0.20);

        & .checklist-item span.label {
            color: var(--text-white);
        }
    }

    &.light {
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 9px 28px 0 rgba(0, 0, 0, 0.06);

        & .checklist-item span.label {
            color: #171717;
        }
    }

    &.checklist-card-spinal {
        max-width: 95%;
        margin: 0 auto;
        background: var(--text-white);
        box-shadow: 0 9px 28px 0 rgba(0, 0, 0, 0.06);

        .checklist-item {
            .icon {
                background: #F2F4E7;
            }

            span.label {
                color: var(--text-secondary);
                text-transform: capitalize;
            }
        }
    }

    .checklist-item .icon {
        background: #F2F4E7;
    }
}

.auto-accident.checklist-card {
    .checklist-item .icon {
        background: #fff;
    }
}

.checklist-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 24px;

    &.flex {
        display: flex;
        flex-direction: column;
        gap: 32px;

    }
}

.checklist-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.checklist-item .icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--text-white);
}

.checklist-item .icon svg {
    width: 14px;
    height: 14px;
}

.checklist-item span.label {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--text-primary);
    text-transform: capitalize;
}

.autoAccidentBanner h2 {
    color: var(--text-white);
}

.autoAccidentBanner .badge {
    & .mcb-column-inner {
        box-shadow: 0 4px 14px 0 #69665B;
    }
}

.autoAccidentBanner:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background: url('https://hohstagging.quadranttech.co/wp-content/uploads/2026/07/car.png') no-repeat 0 0;
    background-size: cover;
    right: 0;
    bottom: 0;
}

.autoAccidentBanner:before {
    background: linear-gradient(180deg, rgba(107, 103, 88, 0.00) 0%, #6B6758 100%);
    position: absolute;
    content: '';
    width: 50%;
    height: 380px;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.autoGrid {
    overflow: hidden;
}

.autoGrid:after {
    border-radius: 3906px;
    background: #E1F9B3;
    filter: blur(167.5px);
    position: absolute;
    content: '';
    width: 3906px;
    height: 792px;
    left: 50%;
    top: -55%;
    transform: translateX(-50%);
    z-index: 2;
}

.autoGrid:before {
    border-radius: 3906px;
    background: #F4F9B3;
    filter: blur(167.5px);
    position: absolute;
    content: '';
    width: 3906px;
    height: 792px;
    left: 50%;
    top: -20%;
    transform: translateX(-50%);
    z-index: 1;
}

.section_custom_wrap.autoGrid .section_wrapper {
    z-index: 5;
}

.faq_main {
    .badge {
        position: absolute;
        left: 12px;
        top: 0;
    }

    .faq {
        .heading {
            padding-top: 40px;
        }
    }
}

.communityBanner {
    position: relative;
    overflow: hidden;

    &::after,
    &::before {
        content: "";
        position: absolute;
        top: 0;
        width: 473px;
        height: 100%;
        z-index: 2;
    }

    &::after {
        left: 0;
        background: linear-gradient(90deg, #FDFDF1 0%, rgba(253, 253, 241, 0) 100%);
    }

    &::before {
        right: 0;
        background: linear-gradient(90deg, #FDFDF1 0%, rgba(253, 253, 241, 0) 100%);
        transform: rotate(180deg);
    }
}

.injuryBannerSection {
    .sliderWrapperFull {
        .program-card {
            justify-content: space-between;
        }
    }
}

.sliderWrapperFull {
    max-width: calc(100% - ((100% - 1380px)/2));

    .swiper-slide-active {
        .program-card {
            &::before {
                opacity: 1;
            }
        }
    }

    .program-card {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.00) 146.48%);
        backdrop-filter: blur(37.5px);
        border-radius: 12px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        /*         justify-content: space-between; */
        height: 100%;
        transition: all 0.3s ease-in-out;

        p {
            transition: color .3s ease;
        }

        &::before {
            content: "";
            position: absolute;
            inset: 0;
            background: #FFF;
            opacity: 0;
            transition: opacity .35s ease-in-out;
            z-index: 0;
        }

        >* {
            position: relative;
            z-index: 1;
        }

        &:hover {
            &::before {
                opacity: 1;
            }

            p {
                color: #5B564A;
            }
        }
    }

    .program-top {
        display: flex;
        gap: 12px;
        align-items: center;
        padding: 40px 44px 0;
    }

    .number {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        box-shadow: 0 4px 14px 0 #E3E3D8;
        background: var(--text-white);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        color: var(--text-primary);
        flex-shrink: 0;
    }

    .program-top h5 {
        margin-bottom: 0px;

    }

    .program_img_wraper {
        max-height: 400px;

    }

    .program-card img {
        width: 100%;
        height: 100%;
        object-position: top;
        object-fit: cover;
    }

    .serviceSlider {


        p {
            padding: 20px 44px 40px 44px;
            font-size: 16px;
            line-height: 160%;
            margin-bottom: 0;
            color: rgba(23, 23, 23, 0.7);
            transition: all 0.3s ease-in-out;
        }
    }

    & .serviceSlider.injurySlider {
        p {
            padding: 20px 44px 20px;
            margin: 0;
        }
    }
}

.slider-bottom {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1380px;

    &.dark {
        .swiper-pagination {
            background: #525252;
        }
    }
}

.sliderWrapper {
    .slider-nav {
        display: flex;
    }

    .swiper-button-prev.custom-prev,
    .swiper-button-next.custom-next {
        width: 70px;
        height: 50px;
        padding: 10px 0;
        margin: 0 !important;
        position: relative;
        border: none;
        border-radius: 0;
        background: #F2F4E7;
        color: #555;
        cursor: pointer;
        font-size: 20px;

        .arrow-icon {
            width: 28px;
            height: 28px;
            transition: 0.3s;
        }
    }

    .swiper-button-prev.custom-prev {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        left: 10px;
    }

    .swiper-button-next.custom-next {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        left: -10px;
    }
}

.prev-icon {
    transform: rotate(180deg);
}

.custom-prev,
.custom-next {
    &::after {
        display: none;
    }

    &:hover {
        background: #B9D73C;
    }
}

.sliderWrapper {
    .swiper-pagination {
        order: inherit !important;
        background: #5B564A;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        width: 180px !important;
        height: 4px !important;

        .swiper-pagination-progressbar-fill {
            background: #80BF0A;
            border-radius: 10px;
        }
    }
}

.teamCard {
    transition: all 0.3s ease-in-out;
    border-radius: 16px;
}

.teamCard:hover {
    box-shadow: 0 9px 28px 0 rgba(0, 0, 0, 0.06);
    transform: translateY(-10px);
}

.teamCard.child:nth-child(1) .mfn-wrapper-for-wraps {
    transition-delay: 0.2s;
}

.teamCard.child:nth-child(2) .mfn-wrapper-for-wraps {
    transition-delay: 0.4s;
}

.teamCard.child:nth-child(3) .mfn-wrapper-for-wraps {
    transition-delay: 0.6s;
}

.teamCard.child:nth-child(4) .mfn-wrapper-for-wraps {
    transition-delay: 0.8s;
}

.teamCard.child:nth-child(5) .mfn-wrapper-for-wraps {
    transition-delay: 1s;
}

.mission-section {
	.mission-accordion{
		display:none;
	}	
    .mission-wrap {
        display: grid;
        /* grid-template-columns: 1fr 1fr; */
        grid-template-columns: 44% 56%;
        gap: 114px;
        align-items: stretch;
    }

    /* ===== LEFT: IMAGE STACK ===== */
    .mission-media {
        position: relative;
        overflow: hidden;
        min-height: 480px;
    }

    .media-item {
        position: absolute;
        inset: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity .6s ease-in-out;
    }

    .media-item.active {
        opacity: 1;
        visibility: visible;
    }

    .media-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 1.2s ease-in-out;
    }

    .media-item.active img {
        transform: scale(1.03);
    }

    .media-caption {
        position: absolute;
        left: auto;
        right: 64px;
        bottom: 64px;
        display: flex;
        max-width: 505px;
        padding: 48px 62px;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 16px;
        border: 1px solid #515151;
        background: linear-gradient(111deg, #252525 -36.9%, rgba(37, 37, 37, 0.00) 184.44%);
        backdrop-filter: blur(17.200000762939453px);
        transform: translateY(10px);
        opacity: 0;
		visibility: hidden;
        transition: opacity .5s ease .15s, transform .5s ease .15s;
    }

    .media-item.active .media-caption {
        opacity: 1;
		visibility: visible;
        transform: translateY(0);
    }

    .media-caption h5 {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        color: var(--text-white);
        margin-bottom: 8px;
    }

    .media-caption p {
        margin: 0;
        color: rgba(255, 255, 255, 0.70);
    }

    /* ===== RIGHT: CONTENT ===== */
    .mission-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 700px;
        padding: 103px 0;
        align-items: flex-start;
    }

    .badge {
        margin-bottom: 20px;
        background: #fff;
        padding: 2px 16px;
        border-radius: 26px;
        box-shadow: 0 4px 14px 0 #E3E3D8;

        &.dark {
            background: #3C3C3C;
            box-shadow: none;
        }
    }

    .mission-intro {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        color: var(--text-secondary);
        margin: 0 0 40px;
    }

    .mission-list {
        list-style: none;
        margin: 0;
        padding: 30px 40px;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 16px;
        background: var(--text-white);
        box-shadow: 0 9px 28px 0 rgba(0, 0, 0, 0.06);
        display: flex;
        width: 100%;
        gap: 16px;

        &.dark {
            background: rgba(115, 110, 96, 0.20);

            .mission-item.active .item-arrow {
                background: #E1F9B3;
                color: var(--text-white);

                .arrow-icon {
                    & path {
                        stroke: var(--text-primary);

                        &.line {
                            transform: scaleX(1);
                        }
                    }
                }
            }
        }
    }

    .mission-item {
        width: 100%;

        &:last-child {
            .item-row {
                border-bottom: none;
            }
        }
    }

    .item-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 10px 0 24px;
        cursor: pointer;
        border-bottom: 1px solid rgba(219, 219, 187, 0.20);
        transition: background .35s ease, padding .35s ease, box-shadow .35s ease;
        /* flex-direction: column; */

        /* & .item-row-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        & .for_mobile{
            display: flex;
            flex-direction: column-reverse;
            align-items: center;
        } */
    }

    .item-title {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        margin: 0px;
    }

    .item-arrow {
        flex-shrink: 0;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: none;
        background: #F2F4E7;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out;

        .arrow-icon {
            width: 12px;
            height: 12px;
            transition: 0.3s ease-in-out;

            & path {
                &.line {
                    transform: scaleX(0);
                    transform-origin: right;
                    transition: all 0.3s ease-in-out;
                }
            }
        }
    }

    .mission-item.active .item-arrow {
        background: var(--text-primary);
        color: var(--text-white);

        .arrow-icon {
            & path {
                stroke: var(--text-white);

                &.line {
                    transform: scaleX(1);
                }
            }
        }
    }
}

.blogWrapper {
    .grid {
        .post-footer {
            display: none;
        }

        .post-desc-wrapper {
            .post-desc {
                padding: 32px 44px;
            }
        }
    }

    article.post {
        border-radius: 16px;
        background: #FDFDF1;
        border: 1px solid #DBDBBB;
        transition: all 0.3s ease-in-out;

        &:hover {
            background: var(--text-white);
            box-shadow: 0 9px 28px 0 rgba(0, 0, 0, 0.06);
        }
    }
}

.single.single-post #Content article {
    padding-top: 80px;

    .entry-title {
        text-align: center;
    }

    .post-meta {
        display: none;
    }
}

.imageHover .media-caption {
    position: absolute;
    left: 27px;
    right: auto;
    bottom: 27px;
    display: flex;
    max-width: 505px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    border: 1px solid #515151;
    background: linear-gradient(111deg, #252525 -36.9%, rgba(37, 37, 37, 0.00) 184.44%);
    backdrop-filter: blur(17.20px);

    h5 {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        color: var(--text-white);
        margin-bottom: 8px;
    }

    p {
        margin: 0;
        color: rgba(255, 255, 255, 0.70);
    }
}

.ChiropracticService {

    .section_wrapper,
    & .ChiropracticService_inner,
    & .ChiropracticService_inner .mcb-wrap-inner {
        position: static;
    }

    & .absolute_img .img-full img {
        object-position: 10% center;
    }

    &:after {
        position: absolute;
        /*         content: ''; */
        background: url(../images/chiropracticImg.png) no-repeat top right;
        background-size: contain;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
    }
}

.shockwaveBanner {
    .section_wrapper {
        position: static;
    }
}

.testimonialSwiper_main.testimonialSwiperWrapper {
    & .testimonialSwiper {
        padding-left: 0;

        &::before {
            display: none;
        }

        & .testimonial-card {
            & h5 {
                color: var(--text-primary);
                margin-bottom: 0px;
            }

            & h6 {
                color: #736E60
            }
        }
    }

    & .swiper-pagination {
        left: 0;
        background: #DBDBBB;
    }
}

.one.column.google-rating {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: fit-content;

    &.left {
        right: unset;
        left: 0;
    }
}

.google-rating-card {
    width: 245px;
    padding: 27px;
    background: #F2F4E7;
    border-radius: 16px;
    text-align: center;
    box-sizing: border-box;

    .review-text {
        margin: 0 0 28px;
        color: var(--text-secondary);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }

    .rating-box {
        background: var(--text-white);
        border-radius: 16px;
        padding: 16px;
        box-shadow: 0 4px 14px 0 #E3E3D8;
    }

    .rating-number {
        font-size: 64px;
        line-height: 1;
        color: var(--text-primary);
        display: flex;
        justify-content: center;
        align-items: baseline;
        margin-bottom: 0px;
        gap: 6px;
    }

    .rating-label {
        margin: 0px;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        color: var(--text-primary);
    }
}

.headingText a {
    text-decoration: underline;
    text-decoration-thickness: 2px;

    &:hover {
        text-decoration: underline;
        text-decoration-thickness: 2px;
    }
}

.fullSliderWrap {
    .testimonialSwiper_main.testimonialSwiperWrapper {
        .slider-bottom {
            max-width: 70%;
            margin: 35px auto 0;
        }

        & .swiper-pagination {
            left: 0;
            top: 0;
            background: #DBDBBB;
        }
    }
}

.gform-theme--foundation.ui-datepicker .ui-datepicker-title select {
    background-image: none !important;
    height: 25px !important;
    line-height: 160% !important;
}

.custom-modal-form {
    .gform-theme--foundation {
        .gform_fields {
            gap: 16px 20px;
            position: relative;
        }
    }

    .form_wraper {
        /* height: 100%; */
        justify-content: center;
        align-items: center;
        display: flex;

        .gform_confirmation_wrapper .gform_confirmation_message {
            height: 90vh;
            background: transparent;
            margin-bottom: 0;

            .thank-you-message {
                height: 100%;
                gap: 24px;
                display: flex;
                align-items: center;

                .thank-you-message-inner {
                    position: relative;
                }

                .success-icon {
                    position: absolute;
                    top: 10px;
                }

                .thank-you-content {
                    max-width: 70%;
                    padding-left: 70px;
                }
            }
        }
    }
}

.sports-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;

    * {
        margin-bottom: 0;
    }

    .card-img {
        border-radius: 16px;
        border-top: 1px solid #DBDBBB;
        border-right: 1px solid #DBDBBB;
        border-left: 1px solid #DBDBBB;
        overflow: hidden;

        img {
            height: 100%;
        }
    }

    & .slide_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
}

.injuryCare .titleWrap {
    padding: 0 25px;
    position: relative;

    &:last-child {
        &:after {
            display: none
        }
    }

    &:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 65px;
        opacity: 0.5;
        background: #DBDBBB;
        top: 50%;
        transform: translateY(-50%);
        right: -14px;
        visibility: visible;
    }
}

.single.single-service {

    .section-post-header,
    .section-post-intro-share,
    .section-post-about,
    .section-post-related,
    .fixed-nav {
        display: none;
    }
}

.therapyFaqSection {
    &.pregnancyfaqSection {
        &:after {
            background-image: url('https://hohstagging.quadranttech.co/wp-content/uploads/2026/08/pragnancy_img1.png');
        }
    }

    &:after {
        background-image: url('https://hohstagging.quadranttech.co/wp-content/uploads/2026/08/spinalDecompression.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        content: '';
    }

    .therapyFaq {
        border-radius: 16px;
        background: var(--text-white);
        box-shadow: 0 9px 28px 0 rgba(0, 0, 0, 0.06);
        display: flex;
        padding: 40px;
        flex-direction: column;

        .question {
            border-bottom: 1px solid #DBDBBB;
            margin-bottom: 0;
            background: transparent;
            padding: 10px 0;

            .num,
            &:after,
            &:before {
                display: none
            }

            &:last-child {
                border-bottom: 0px;
            }

            .title {
                font-size: 24px;
                font-style: normal;
                font-weight: 400;
                line-height: 160%;
                color: var(--text-primary);
                padding: 10px 0;
                font-family: "IBM Plex Serif";
                transition: all 0.3s ease-in-out;

                .acc-icon-minus,
                .acc-icon-plus {
                    display: none;
                }

                & .button_icon {
                    position: absolute;
                    display: flex;
                    right: 0;
                    width: 32px;
                    height: 32px;
                    background-color: #F2F4E7;
                    align-items: center;
                    justify-content: center;
                    border-radius: 100%;
                    top: 50%;
                    transform: translateY(-50%);

                    & svg {
                        width: 10px;
                        height: 10px;
                        max-width: 10px;
                        max-height: 10px;
                    }
                }

                &:after {
                    content: none;
                    width: 32px;
                    height: 32px;
                    background: url('../images/arrow.svg') no-repeat 0 0;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                }
            }

            &.active {
                .title {
                    color: var(--text-primary);

                    &:after {
                        width: 32px;
                        height: 32px;
                        background: url('../images/arrowActive.svg') no-repeat 0 0;
                        position: absolute;
                        content: none;
                    }

                    .acc-icon-minus,
                    .acc-icon-plus {
                        display: none;
                    }

                    & .button_icon {
                        background-color: #171717;

                        & svg {
                            filter: brightness(0) saturate(100%) invert(100%) sepia(33%) saturate(929%) hue-rotate(187deg) brightness(109%) contrast(101%);
                        }

                        .arrow-icon {
                            & path {
                                transform: translateX(5px);
                                stroke: #171717;

                                &.line {
                                    transform: scaleX(1);
                                }
                            }
                        }
                    }
                }
            }

            .answer {
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 160%;
                color: var(--text-secondary);
                padding: 0px 0 24px;
            }
        }
    }
}

.videoTestimonialSlider {
    position: relative;

    .testimonialCard {
        position: relative;
        border-radius: 24px;
        overflow: hidden;
    }

    .testimonialCard img {
        width: 100%;
        display: block;
        aspect-ratio: 16/10;
        object-fit: cover;
    }

    .video-thumb {
        display: block;
        width: 100%;
    }

    .video-frame {
        display: none;
        width: 100%;
        height: 100%;
        aspect-ratio: 16/9;
        border: 0;
    }

    .testimonialCard.playing .video-thumb,
    .testimonialCard.playing .reviewInfo,
    .testimonialCard.playing .playBtn {
        display: none;
    }

    .testimonialCard.playing .video-frame {
        display: block;
    }

    .reviewWrapper {
        position: absolute;
        bottom: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90%;
        left: 5%;
    }

    .reviewInfo {
        padding: 6px 72px 6px 16px;
        color: var(--text-white);
        border-radius: 8px;
        border: 1px solid #515151;
        background: linear-gradient(111deg, #252525 -36.9%, rgba(37, 37, 37, 0.00) 184.44%);
        backdrop-filter: blur(17.200000762939453px);
    }

    .reviewInfo p {
        margin: 0;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        color: var(--text-white);
    }

    .reviewInfo span {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        color: var(--text-white);
    }

    .playBtn {
        display: flex;
        align-items: center;
        padding: 10px;
        gap: 10px;
        border-radius: 12px;
        border: 0.143px solid #515151;
        background: linear-gradient(111deg, #252525 -36.9%, rgba(37, 37, 37, 0.00) 184.44%);
        backdrop-filter: blur(2.4653334617614746px);

        span {
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 160%;
            color: var(--text-white);
        }
    }
}

.blogPostItems {
	.section_wrapper {
		position: relative;
		z-index: 1;
		align-items: stretch;
		gap: 24px;
	}
	.blogItem {
		width: 31.5%;
		.blogItemContent {
			    flex: 1;
		}
		.featureImage{
			height: 275px;
			img{
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
		}
		.blogContent {
			padding: 24px 32px 44px;
		}
		.excerpt p{
			-webkit-line-clamp: 4;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			overflow: hidden;
			margin-bottom: 0;
		}
		h5 {
			margin-bottom: 8px;
		}
		.blogItem-categories{
			display: flex;
    		gap: 8px;
			li {
				font-size: 14px;
				font-style: normal;
				font-weight: 400;
				line-height: 160%;
				color: var(--text-primary);
				border-radius: 110px;
				border: 1px solid #DBDBBB;
				padding: 2px 16px;
				margin-bottom: 8px;
			}
		} 
	}
    .mfn-queryloop-item-wrapper {
        border-radius: 16px;
        background: #FDFDF1;
        border: 1px solid #DBDBBB;
        transition: all 0.3s ease-in-out;
        overflow: hidden;

        .mfn-wrapper-for-wraps {
            padding: 32px 44px;
        }
    }

    .catTitle {
        ul {
            li {
                
                display: inline-flex;
                margin-bottom: 8px;

                a {
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 160%;
                    color: var(--text-primary);
					border-radius: 110px;
					border: 1px solid #DBDBBB;
					padding: 2px 16px;

                    &:after {
                        display: none;
                    }
                }
            }
        }
    }
}

.blogCatWrapper {
	ul {
		li {
                display: inline-flex;
			&.active{
				a{
					background: #F2F4E7;
				}
				}
			a {
				font-size: 16px;
				font-weight: 400;
				line-height: 160%;
				color: var(--text-primary);
			    border-radius: 110px;	
				padding: 10px 26px;
				border: 1px solid transparent;
				transition: all 0.3s ease-in-out;
				
				&:hover {
					border: 1px solid #DBDBBB;
				}
				&:after{
					display: none;
				}
			}
		}
	}
}

.no-posts{
	display: block;
    text-align: center;
    width: 100%;
}

.location-map {
    img.mapImage {
        object-fit: cover;
    }
}

.addressCard {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 185px !important;
    display: flex;
    align-items: center;
    transform: translate(-50%, -50%);
    gap: 20px;

    .mapPin {
        width: 46px;
        height: 55px !important;
        object-fit: cover;
    }

    .address {
        border-radius: 16px;
        border: 1px solid #515151;
        background: linear-gradient(115deg, #252525 35.18%, rgba(37, 37, 37, 0.00) 103.8%);
        box-shadow: 7px 10px 20.2px 0 rgba(0, 0, 0, 0.17);
        backdrop-filter: blur(2.5px);
        display: flex;
        padding: 15px 24px;
        flex-direction: column;
        max-width: 300px;
        height: auto !important;

        h3 {
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 160%;
            margin: 0 0 12px;
            color: var(--text-white);
        }

        p {
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 160%;
            color: var(--text-white);
            margin-bottom: 0;
        }

        .location-info {

            a,
            a:hover {
                color: var(--text-white);
            }
        }
    }
}

.backTotop {
    &:hover {
        color: var(--text-white) !important;

        .button_icon {
            padding-right: 3px;
        }
    }

    .button_icon {
        width: 38px;
        height: 38px;
        border-radius: 38px;
        background: rgba(255, 255, 255, 0.10);
        rotate: -90deg;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 6px;
        transition: all 0.3s ease-in-out;

        & svg {
            max-width: 20px;
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(74deg) brightness(110%) contrast(88%);
        }

        .icon-up-open-big {
            display: none;
        }
    }
}

#field_3_12 {
    position: absolute;
    bottom: -82px;
	width: 50%;
	z-index: 2;

    .gfield_label {
        display: none;
    }
}

.imgOverlay {
    .scroll_svg_main {
        z-index: 9
    }
}

.messageBanner {
    .section_wrapper {
        position: static;
    }
}


.imageCardHover {

    .therapy-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        border: 1px solid #DBDBBB;
        border-radius: 16px;
        overflow: hidden;
    }

    .therapy-card {
        position: relative;
        min-height: 700px;
        overflow: hidden;
        background: #fff;
        cursor: pointer;
        border-top: 1px solid #DBDBBB;
        border-right: 1px solid #DBDBBB;

        &:first-child,
        &:nth-child(2) {
            border-top: none;
        }

        &:nth-child(2n) {
            border-right: none;
        }

        &:hover {

            .therapy-image {

                img {
                    transform: scale(1);
                    opacity: 1;
                    object-fit: cover;
                }
            }

            .therapy-content {
                color: #fff;
                transform: translateY(20px);
                opacity: 0;

                p,
                span,
                h4 {
                    color: #fff;
                }
            }
        }
    }

    .therapy-content {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 60px;
        z-index: 3;
        transition: .6s ease;

        span {
            font-size: 14px;
            color: #5B564A;
        }

        p {
            line-height: 1.6;
            color: #5B564A;
        }
    }

    .therapy-image {
        position: absolute;
        inset: 0;
        overflow: hidden;
        z-index: 1;

        img {
            width: 100%;
            height: 100% !important;
            object-fit: cover;
            transform: scale(0);
            opacity: 0;
            transition:
                transform .7s cubic-bezier(.22, 1, .36, 1),
                opacity .5s;
        }
    }
}

#label_3_12_1 {
    color: #5B564A;

    a {
        font-weight: 500;
        color: #5B564A;
        text-decoration: underline;
    }
}


.appointment-card {
    width: 100%;
    max-width: 350px;
    padding: 40px 20px;
    border-radius: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: linear-gradient(111deg, #252525 -36.9%, rgba(37, 37, 37, 0.00) 184.44%);
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    border: 1px solid #515151;
    text-align: center;
    box-shadow:
        0 25px 60px rgba(0, 0, 0, .45),
        inset 0 1px 0 rgba(255, 255, 255, .08);
}

.appointment-card h5 {
    color: #fff;
}

.location-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.city {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}

.phone {
    color: #D9F7A3 !important;
    text-decoration: none;
    transition: .35s;
    display: flex;
    gap: 4px;
    align-items: center;
}

.phone:hover {
    color: #D9F7A3;

    span {
        animation: ring .9s ease-in-out infinite;
    }
}

.phone span {
    display: flex;
}

.divider {
    display: block;
    width: 28px;
    height: 1px;
    background: #5B564A;
    margin: 16px auto;
}

.helpSection {
    .injuryCare {
        .titleWrap {
            padding: 0 15px;
        }
    }

    .badge {
        .mcb-column-inner {
            box-shadow: none;
        }
    }
}



.benefitSectionWrap {
    display: flex;
    justify-content: center;
    align-items: center;

    .benefitItem {
        width: 500px;
        height: 500px;
        border-radius: 100%;
        border: 1px solid #DBDBBB;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-left: -64px;
        position: relative;
        transition: .4s ease;
    }

    .benefitItem:first-child {
        margin-left: 0;
    }

    .benefitContent {
        width: 62%;

        h5 {
            margin-bottom: 8px;
        }
    }

    .benefitItem:hover {
        background: linear-gradient(180deg, rgba(225, 249, 179, 0.00) 0%, #E1F9B3 100%);
        transform: scale(1.02);
        z-index: 5;
    }
}


.tappingBenefitsSection {
    &:after {
        width: 5166px;
        height: 686px;
        border-radius: 5166px;
        background: #FDFDF1;
        filter: blur(130px);
        position: absolute;
        content: '';
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%);
    }
}

.footerText {
    p {
        width: 85%;
    }
}

.privacySection {
    p {
        a {
            text-decoration: underline;
        }
    }
}

.community-service {
    .call_btn {
        .button_label {
            color: #fff !important;
        }

        .button_icon {
            display: flex;

            svg {
                filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%);
            }
        }

        &:hover {
            .button_icon {
                z-index: 1;

                svg {
                    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%);
                }
            }
        }
    }
}

.testimonialGradient {
    background: linear-gradient(180deg, #E1F9B3 0%, rgba(225, 249, 179, 0.00) 100%);
}

.aboutTappingSection {
    .imageHover .media-caption {
        p {
            color: #fff;
        }
    }
}

.whightGradient {
    position: relative;

    &:after {
        content: '';
        position: absolute;
        width: 5166px;
        height: 686px;
        border-radius: 5166px;
        background: #FDFDF1;
        filter: blur(130px);
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.personalInjuryBanner {

    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.spinalBannerSection .mcb-background-overlay {
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(23, 23, 23, 0.00) -44.44%, #171717 60.09%);
}




/* endstyle */


/* ===================================
   RESPONSIVE 
   ===================================== */

@media screen and (min-width: 1600px) {

    .mcb-section .locationCard.mcb-wrap-j78j1mhc,
    .mcb-section .locationCard.mcb-wrap-o4cpr8d {
        max-width: 570px;
        width: 100%;
    }

    .locationOuterWrapper.one-second.mcb-wrap.mcb-wrap-wix7rqcp .mcb-wrap-inner-wix7rqcp {
        flex-direction: column;
    }
}

@media screen and (max-width: 1400px) {
    .mission-section {
        .mission-content {
            max-width: 80%;
        }
    }
}

@media screen and (max-width: 1200px) {
    .slider-bottom {
        padding: 0 20px;
    }

    .headerSection .section_wrapper {
        max-width: 1200px;
    }

    .mcb-section .mcb-wrap.locationCard .mcb-item-8kq5gk9,
    .mcb-section .mcb-wrap.locationCard .mcb-item-oj900m4r,
    .mcb-section .mcb-wrap.locationCard .mcb-item-9kk6d66,
    .mcb-section .mcb-wrap.locationCard .mcb-item-vlhvauqp {
        width: 100%;
    }

    .mcb-section .mcb-wrap.locationCard .mcb-item-oj900m4r .title,
    .mcb-section .mcb-wrap.locationCard .mcb-item-vlhvauqp .title {
        text-align: left;
    }

    .appointment-card {
        max-width: 75%;
    }
}


@media screen and (max-width: 1024px) {

    .column_header_menu.hide-mobile,
    .header_btn {
        display: none !important;
    }

    .column_header_burger.hide-laptop {
        display: block !important;
        width: fit-content !important;
    }

    .team-section {
        grid-template-columns: repeat(2, 1fr);
    }

    .conditions-wrap {
        padding: 30px;
    }

    .conditions-wrap-inner {
        padding: 35px 0;
    }

    .conditions-heading {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .conditions-sidebar li {
        font-size: 16px;
        padding: 6px 10px;
    }

    .content-panel-body h4 {
        font-size: 26px;
    }

    .communityBanner {

        &::before,
        &::after {
            width: 40%;
        }
    }

    .location-details {
        flex-direction: column;
    }

    .mission-section {
        .media-caption {
            max-width: 90%;
            padding: 28px 22px;
            right: 24px;
            bottom: 24px;
        }

        .media-caption h5,
        .item-title {
            font-size: 20px;
        }

        .media-caption p {
            font-size: 14px;
            line-height: 1.6;
        }
    }

    .chiropracticAward.laptop-two-fifth.mcb-wrap {
        width: 50%;
    }

    .therapyFaqSection {
        & .therapyFaq {
            border-radius: 8px;
            padding: 24px;

            & .question {
                .title {
                    font-size: 18px;
                }
            }
        }
    }

    .addressCard {
        width: 90%;
    }

    .imgOverlay .column_image:before {
        height: 355px;
    }

    .appointment-card {
        max-width: 70%;
    }

    #field_3_12 {
        bottom: -102px;
    }

    .imageCardHover {
        .therapy-card {
            min-height: 550px;
        }
    }

    .benefitSectionWrap {
        .benefitItem {
            width: 300px;
            height: 300px;
            margin-left: -14px;
        }
    }
	.blogPostItems {
		& .mfn-queryloop-item-wrapper {
			.mfn-wrapper-for-wraps {
				padding: 32px 24px;
			}
		}
	}
	& .blogItem {
        .blogContent {
            padding: 24px 32px 24px;
        }
    }
}

@media screen and (max-width: 1023px) {
    .checklist-card {
        &.tapping-checklist-card {
            padding: 30px;

            .checklist-img {
                display: none;
            }

            .checklist-grid {
                width: 100%;
            }
        }
    }
}

@media screen and (max-width:991px) {
    .sliderWrapperFull {
        .program-top h3 {
            font-size: 18px;
        }
    }

    .mission-section {
        .mission-wrap {
            grid-template-columns: 1fr;
        }

        .mission-content {
            order: 1;
        }

        .mission-media {
            order: 2;
            min-height: 380px;
        }
    }

    .imageHover .media-caption {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .sliderWrapperFull {
        .program-top {
            padding: 30px 24px 0;
        }

        & .serviceSlider {
            p {
                padding: 20px 24px 40px 24px;
            }
        }
    }
	
	.mission-section{
		.mission-wrap{
			display:none;
		}

		.mission-accordion{
			display:block;
			margin:40px 0;
		}

		.accordion-item{
			border-bottom:1px solid rgba(219, 219, 187, 0.20);
		}
		
		.dark {
			.accordion-header{
				color: #fff;
			}
			.accordion-item.active {
				.item-arrow {
					background: #E1F9B3;
					color: var(--text-white);
					& .arrow-icon {
						& path {
							&.line {
								transform: scaleX(1);
							}
						}
					}
				}
			}
		}

		.accordion-header{
			width:100%;
			display:flex;
			justify-content:space-between;
			align-items:center;
			background:none;
			border:none;
			color: #171717;
			padding: 22px 0;
			cursor:pointer;
			margin-bottom: 0;
		}

		.accordion-header .item-arrow{
			background: #e6e9d8;
		}

		.accordion-content{
			max-height:0;
			overflow:hidden;
			transition:max-height .45s ease;
		}

		.accordion-content img{
			width:100%;
			border-radius:16px;
			display:block;
			object-fit: cover;
            height: 600px !important;
		}

		.accordion-content p{
			color:#fff;
			line-height:1.6;
			padding-bottom:24px;
		}
		
		

		.accordion-item.active {
			.accordion-content{
				max-height:600px;
				position: relative;
				margin-bottom: 20px;
			}
			.media-caption{
				opacity: 1;
				visibility: visible;
			}
			.item-arrow {
                background: var(--text-primary);
        		color: var(--text-white);
				& .arrow-icon {
                    & path {
                        &.line {
                            transform: scaleX(1);
                        }
                    }
                }
            }
		}
	}
}

@media screen and (max-width:900px) {
    .conditions-wrap {
        grid-template-columns: 1fr;
    }

    .conditions-sidebar {
        display: none;
    }

    .content-panels {
        display: none;
    }

    .conditions-accordion {
        display: block;
    }

    .conditions-heading {
        font-size: 1.9rem;
    }

    .footerText {
        p {
            width: 100%;
        }
    }
}


@media screen and (max-width: 959px) {

    .therapyFaqSection {
        --max-height: 500px;
        padding-bottom: var(--max-height);

        &:after {
            background-position: top center;
            top: auto;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            max-height: var(--max-height);
        }
    }
	
	.blogPostItems {
		.blogItem {
			width: 48%;
		}
	}
}

@media screen and (max-width: 768px) {
	
    .teamContentWrap {
        padding-top: 0px;
    }

    .addressCard {
        width: 90%;
    }

    .badgeDark {
        top: 15%;
    }

    .carouselSlider #SR7_2_1 .sr7-arrows.custom {
        right: 80px !important;
    }

    .location-details {
        gap: 10px;
        flex-direction: column;
    }

    .team-section {
        grid-template-columns: repeat(2, 1fr);
    }

    .card-name {
        left: 30px;
        right: 30px;
    }

    .card-name h3 {
        font-size: 18px;
    }

    .team-card {
        height: 460px;
    }

    .content p {
        font-size: 14px;
        line-height: 1.4;
    }

    .content h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .conditions-wrap-inner {
        padding: 0;
    }

    .autoAccidentBanner:before {
        height: 100%;
    }

    .sliderWrapperFull {
        .program-top {
            padding: 20px 24px 0;
        }

        & .serviceSlider {
            p {
                padding: 20px 24px;
            }
        }
    }

    .mission-section {
        .mission-content {
            max-width: 100%;
            padding: 30px 20px;
        }

        .mission-wrap {
            gap: 10px;
        }

        .mission-list {
            padding: 20px;
        }
    }

    .imageHover .media-caption {
        left: 17px;
        right: 17px;
        bottom: 17px;
        padding: 20px;

        h5 {
            font-size: 20px;
        }
    }

    .one.column.google-rating {
        right: 50%;
        bottom: 240px;
        transform: translateX(50%);
    }


    .google-rating-card {
        padding: 20px;

        .rating-number {
            font-size: 34px;

            svg {
                width: 16px;
                height: 16px;
            }
        }

        .rating-label {
            font-size: 14px;
        }
    }

    .testimonialSwiper_main.testimonialSwiperWrapper {
        & .testimonialSwiper {
            & .testimonial-card {
                & h5 {
                    font-size: 16px;
                }
            }
        }

        & .swiper-pagination {
            top: 0px;
        }
    }

    .injuryCare .titleWrap:nth-child(3) {
        &:after {
            display: none
        }
    }

    .sliderWrapperFull {
        & .serviceSlider.injurySlider {
            p {
                padding: 20px 24px 0;
            }
        }
    }

    /* .therapyFaqSection {
        &:after {
            background-position: -140px 0px;
        }
    } */


    .videoTestimonialSlider {
        .testimonialCard {
            border-radius: 16px;
        }

        .reviewInfo {
            padding: 6px 22px 6px 16px;

            p {
                font-size: 16px;
            }

            span {
                font-size: 14px;
            }
        }
    }



    .benefitSectionWrap {
        .benefitItem {
            width: 240px;
            height: 240px;
            margin-left: -14px;
        }

        .benefitContent {
            width: 72%;
        }
    }

    .checklist-card {
        &.tapping-checklist-card {
            padding: 30px;

            .checklist-img {
                display: none;
            }

            .checklist-grid {
                width: 100%;
            }
        }
    }

    .checklist-item span.label {
        font-size: 16px;
    }

    .checklist-grid {
        row-gap: 16px;
    }

    .waveImage {
        svg {
            width: 180px;
            height: 180px;
        }
    }
	
	.mission-section {
		.accordion-content img {
			height: 500px !important;
			border-radius: 10px;
		}
        & .accordion-item.active {
            .accordion-content {
                max-height: 500px;
            }
        }
    }

}

@media screen and (max-width: 767px) {
    .locationMapWrapper.section {
        .section_wrapper {
            margin: 0 -20px;
        }
    }
	
	.blogPostItems {
    .section_wrapper {
		gap: 0;
		}
		}

    .mapWraper.mapWraperLeft {
        order: 2;
    }

    .locationOuterWrapper {
        padding: 120px 20px 0;
        order: 1;
        position: static;
        transform: translateX(0);
    }

    .custom-modal-form {
        & .form_wraper {
            & .gform_confirmation_wrapper .gform_confirmation_message {
                & .thank-you-message {
                    .thank-you-content {
                        max-width: 90%;
                        padding-left: 50px;
                    }
                }
            }
        }
    }

    #field_3_12 {
        position: relative;
        bottom: 0;
		width: 100%;
    }

    .success-icon {
        width: 40px;
        height: 40px;
    }

    .one-second.mcb-wrap.mapWraper {
        position: relative;
        right: 0;
        width: 100%;
        height: 400px;

        &.mapWraperLeft {
            height: 400px;
        }

        & .location-map img.mapImage {
            width: 100%;
        }
    }

    .location-details {
        flex-direction: column;
        gap: 24px;
    }

    .location-details.item-end {
        align-items: center;
    }

    .content-panel-button {
        justify-content: center;
    }

    .sports-card {
        gap: 35px;
    }

    .detail-item h4 {
        margin: 0 0 10px;
    }

    .location-map {
        height: 400px;
    }

    .team-section {
        grid-template-columns: repeat(1, 1fr);
    }

    .conditions-wrap {
        padding: 0;
    }

    .autoAccidentBanner:before {
        height: 40%;
        width: 100%;
    }

    .autoAccidentBanner:after {
        width: 70%;
        background-size: contain;
        background-position: bottom right;
    }

    .slider-bottom {
        flex-direction: column;
        gap: 20px;
    }

    .mission-section {
        .media-caption {
            left: 16px;
            right: 16px;
            bottom: 16px;
            padding: 18px 18px;
            border-radius: 8px;
        }

        .mission-list {
            border-radius: 8px;
        }
    }

    .fullScreenWrapper.full-screen .section_wrapper {
        min-height: 70vh;
    }

    .Schedul-form_wrapper.gform-theme--foundation .gform_fields {
        row-gap: 20px;
    }

    .custom-modal {
        & .form_wraper {
            & .gform_heading {
                & h2 {
                    font-size: var(--h3);
                }

                & .gform_description {
                    max-width: 95%;
                }
            }
        }
    }

    .injuryCare .titleWrap {
        &:after {
            width: 65px;
            height: 1px;
            top: auto;
            left: 50%;
            bottom: -10px;
            transform: translateX(-50%);
            right: -14px;
        }
    }

    .injuryCare .titleWrap:nth-child(3) {
        &:after {
            display: block;
        }
    }



    .review-section {
        align-items: center;

        .review-card {

            h3,
            h5 {
                text-align: center;
            }
        }

        & .award-card {
            max-width: 120px;
        }
    }

    .location_wraper .section_wrapper {
        padding: 0 !important;

        &>*:not(.mapWraper) {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    .footerSection.section {
        padding-left: 0 !important;
        padding-right: 0 !important;

        /*         .column_footer_logo .logo-wrapper {
            justify-content: center;
            margin-bottom: 10px;
        } */
    }

    .slider-bottom {
        margin-top: 25px;
    }

    .sliderWrapper {

        .swiper-button-prev.custom-prev,
        .swiper-button-next.custom-next {
            width: 50px;
            height: 40px;

            .arrow-icon {
                width: 18px;
                height: 18px;
            }
        }
    }

    .imgOverlay {
        .column_image:before {
            filter: blur(30px);
            height: 200px;
            bottom: -117px;
        }

        .scroll_svg_main {
            display: none;
        }
    }

    .conditions-section {
        margin: 60px auto;
    }

    .htmlText h3 {
        text-align: center;
    }

    .mission-section {
        .mission-intro {
            font-size: 14px;
        }
    }

    .badge {
        font-size: 12px;
        line-height: 150%;
    }

    .mission-section {
        .badge {
            font-size: 12px;
            line-height: 150%;
        }
    }

    .videoTestimonialSlider {
        .testimonialCard {
            height: 382px;

            img {
                height: 100%;
            }
        }
    }

    .chiropracticAward.laptop-two-fifth.mcb-wrap {
        width: 100%;
    }

    .ChiropracticService {

        .section_wrapper,
        & .ChiropracticService_inner,
        & .ChiropracticService_inner .mcb-wrap-inner {
            position: relative;
        }

        & .absolute_img {
            max-height: 600px;
            height: auto;
        }

        & .absolute_img .img-full img {
            object-position: top center;
        }
    }

    .imageCardHover {
        .therapy-grid {
            grid-template-columns: repeat(1, 1fr);
        }

        .therapy-card {
            min-height: 450px;

            &:first-child,
            &:nth-child(2),
            &:nth-child(3) {
                border-right: none;
            }

            &:nth-child(2) {
                border-top: 1px solid #DBDBBB;
            }
        }
    }

    .benefitSectionWrap {
        flex-direction: column;
        gap: 20px;

        .benefitItem {
            margin-left: 0;
        }
    }

    .aboutTappingSection {
        .media-caption {
            p {
                text-align: center;
            }
        }

        h4,
        .desc {
            text-align: center;
        }
    }

    .aboutFullscreen.fullScreenWrapper {
        padding-top: 120px;
    }

    .spinalBannerSection {
        .container {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .scroll_svg_main {
            bottom: -80px;
        }
    }

    .full-width .sliderWrapperFull {
        padding: 0 20px;
    }
	.sports_hero_banner_main{
		.scroll_svg_main{
			display: none;
		}
	}
}

@media screen and (max-width: 640px) {
    .carouselSlider sr7-content {
        left: -20px !important;
    }

    .carouselSlider #SR7_2_1 .hermes.sr7-bullets {
        display: none !important;
    }

    .carouselSlider #SR7_2_1 .sr7-arrows.custom {
        right: 40px !important;
    }

    .testimonialSection {
        height: 60vh;
    }

    .testimonialSection sr7-content {
        height: 70vh !important;
    }

    .checklist-card {
        padding: 28px 24px;
        border-radius: 8px;
    }

    .checklist-grid {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .checklist-item span.label {
        white-space: normal;
        font-size: 16px;
    }

    .testimonialSwiper_main {
        & .swiper-pagination {
            top: 10px;
        }
    }
	.mission-section {
		.accordion-content img {
			height: 400px !important;
			border-radius: 10px;
		}
        & .accordion-item.active {
            .accordion-content {
                max-height: 400px;
            }
        }
    }
}

@media screen and (max-width:480px) {
    .conditions-section {
        padding: 48px 16px;
    }

    .conditions-heading {
        font-size: 1.6rem;
    }

    .cta {
        width: 100%;
        text-align: center;
    }
}