.service_top_head {
    padding: 20px 0;
    text-align: center;
}

.service_top_head h6 {
    font-size: 19px;
    line-height: 25px;
}

.detail_box h4 {
    font-weight: 600;
    margin: 20px 0;
}

.detail_box {
    margin: 30px 0;
    background: #fff;
    padding: 20px 40px 40px 40px;
    border-radius: 20px;
    box-shadow: 0 2px 13px #e8eaec;
    position: relative;
}

.detail_box .form-group .label {
    font-size: 14px;
}

.detail_box .form-group .label span {
    color: red;
}

.detail_box .form-group .input {
    width: 100%;
    outline: none;
    font-size: 15px;
    border-radius: 5px;
    padding: 8px 10px;
    border: 1px solid #D8D5D5;
}


.detail_box .form-group .check_detail {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}


.detail_box .form-group .check_detail div {
    margin: 10px 20px 0 0;
    display: flex;
    cursor: pointer;
}

.detail_box .form-group .check_detail div label {
    font-size: 14px;
    cursor: pointer;
}



.custome_checkbox[type=checkbox] {
    position: relative;
    border: 2px solid #000;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    scale: 0.8 !important;
    display: block;
    -webkit-appearance: none;
    opacity: .5;
}

.custome_checkbox[type=checkbox]:checked {
    background-color: #ff9a34;
    border: 2px solid #ff9a34;
    opacity: 1;
}

.custome_checkbox[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 52%;
    top: 50%;
    width: 4px;
    height: 14px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.custome_checkbox[type=checkbox]::after {
    content: '';
    position: absolute;
    right: 47%;
    top: 79%;
    width: 6px;
    transform: rotate(52deg) translate(-50%, -50%);
    z-index: 2;
    height: 2px;
    background-color: #fff;
}

.detail_box .form-group .rediao_detail input[type="radio"] {
    scale: 1.3;
    cursor: pointer;
}

.detail_box .form-group .rediao_detail {
    display: flex;
    align-items: center;
}

.detail_box .form-group .rediao_detail label {
    margin: 0 10px;
    cursor: pointer;
}


.detail_box .add_more button {
    display: flex;

    align-items: center;
    font-size: 14px;
}

.detail_box .add_more button i {
    margin-right: 10px;
}



.ml-auto {
    margin-left: auto !important;
}

.remove_btn {
    width: fit-content;
    margin-left: auto;
}

.add_more span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.submit-btn button {
    padding: 12px 0;
}

.duplicate_form {
    padding: 12px 0;
    margin: 20px 0;
    border-top: 1px solid #80808073;
}

@media(max-width:768px) {
    .detail_box {
        padding: 20px 0 40px 0;
    }

    .service_top_head h6 {
        font-size: 16px;
        line-height: 21px;
    }

    .submit-btn {
        width: 80%;


    }

    .duplicate_form h4 {
        font-size: 18px;
    }

    .submit-btn button {
        padding: 12px 0 !important;
    }
}








#grooming-tabs.container {
    margin: 40px 0;
}

#grooming-tabs>.tab-section-wrap {
    margin: 0.5rem 16px;
}

#grooming-tabs .tab-section-wrap>.heading-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}

#grooming-tabs .category-selector {
    flex: 1;
}

#grooming-tabs .category-selector ul {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;

    list-style: none;
}

@media(max-width:1024px) {
    #grooming-tabs .category-selector ul {
        flex-wrap: wrap;
    }
}

@media(max-width:768px) {
    #grooming-tabs .category-selector ul {
        flex-wrap: nowrap;
    }

    #grooming-tabs .tab-category {
        max-width: 200px !important;
    }
}

@media(max-width:420px) {
    #grooming-tabs .category-selector ul {
        flex-wrap: wrap;
    }

    #grooming-tabs .tab-category {
        max-width: 120px !important;
    }

    #appointment-tabs .category-selector ul {
        gap: 10px !important;

    }

    .tab_link {
        max-width: 800px !important;
    }
}

#grooming-tabs .category-selector li {
    list-style: none;
}

#grooming-tabs .tab-category {
    cursor: pointer;
    max-width: 290px;
    width: 100%;
}

#grooming-tabs .tab-category h4 {
    font-size: clamp(16px, 2vw, 20px);
    letter-spacing: 0.25px;
    line-height: 1;
    text-align: center;
    color: rgb(0, 32, 91, 0.5);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

#grooming-tabs .tab-category.active h4 {
    color: #00205b;
}

#grooming-tabs .tab-category .active-indicator {
    height: 5px;
    width: 0;
    background: #00205b;
}

#grooming-tabs .tab-category.active .active-indicator {
    width: 100%;
    transition: width 0.15s ease-in;
    border-radius: 8px;
}

#grooming-tabs .tab-content {
    display: none;
    flex-direction: column;
}

#grooming-tabs .tab-content.active {
    display: flex;
}

#grooming-tabs .tab-content .heading-wrap {
    margin-bottom: 40px;
}

#grooming-tabs .heading-wrap p {
    color: #00205b;
}

#grooming-tabs .m-only {
    display: none;
}

@media screen and (max-width: 768px) {
    #grooming-tabs.container {
        margin: 40px auto 20px auto;
    }

    #grooming-tabs .tab-section-wrap>.heading-wrap h2 {
        max-width: 365px;
        margin-bottom: 10px;
    }

    #grooming-tabs .tab-category h4 {
        font-size: 18px;
    }

    #grooming-tabs .category-selector ul {
        justify-content: space-evenly;
    }

    #grooming-tabs .tab-content .heading-wrap {
        margin-bottom: 20px;
    }
}

#grooming-tabs--main>.category-selector {
    border-bottom: 2px solid rgb(0, 32, 91, 0.5);
    margin-bottom: 20px;
}

#grooming-tabs--main>.category-selector ul {
    align-items: flex-end;
}

#grooming-tabs--main>.category-selector .tab-category {
    transition: 300ms ease-in-out;
}

#grooming-tabs--main>.category-selector .tab-category:hover {
    background-color: rgb(0, 32, 91, 0.1);
    border-radius: 8px 8px 0 0;
}

#grooming-tabs .tab-category h4 {
    margin: 15px 0 10px;
    transition: 300ms ease-in-out;
}

#grooming-tabs--main>.category-selector .tab-category:hover h4 {
    color: #00205b;
}

@media screen and (max-width: 768px) {
    #grooming-tabs--main .heading-wrap {
        display: flex;
    }

    #grooming-tabs--main>.heading-wrap h1 {
        margin-bottom: 20px;
    }

    #grooming-tabs--main>.category-selector {
        margin-bottom: 0;
    }
}

/* tab content */

#grooming-tabs .grooming-content {
    flex-direction: column;
}

#grooming-tabs .service-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    border-radius: 8px;
    /* overflow: hidden; */
    max-width: 520px;
    margin: 0 auto;
}

#grooming-tabs .service-text-wrap:nth-child(2) {
    margin-top: 24px;
}

#grooming-tabs .service-text-wrap .title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f2f2f2;
    padding: 10px;
    border-bottom: 5px solid #00205b;
    border-radius: 8px 8px 0 0;
    height: 65px;
    box-sizing: border-box;
    width: 100%;
}

#grooming-tabs .service-text-wrap .title-wrap img {
    object-fit: contain;
    height: 100%;
    max-width: 46px;
}

#grooming-tabs .service-text-wrap .title-wrap .text-wrap {
    display: flex;
    flex-direction: column;
}

#grooming-tabs .service-text-wrap .title-wrap .text-wrap p {
    font-family: "PetcoCircular-Medium", Arial, sans-serif !important;
    font-size: 14px;
    line-height: 1;
    color: #00205b;
    padding-bottom: 5px;
}

#grooming-tabs .service-text-wrap .title-wrap h5 {
    font-size: 20px;
    font-weight: bold;
    color: #00205b;
}

#grooming-tabs .service-text-wrap .pricing-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00205b;
    clip-path: circle();
    max-width: 45px;
    width: 100%;
    max-height: 45px;
    height: 100%;
    z-index: 2;
}

#grooming-tabs .service-text-wrap ul.add-ons li .pricing-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6edcfa;
    clip-path: circle();
    max-width: 42px;
    width: 100%;
    height: 42px;
    z-index: 2;
}

#grooming-tabs .service-text-wrap .pricing-wrap p {
    font-family: "PetcoCircular-Black", Arial, sans-serif !important;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}

#grooming-tabs .service-text-wrap ul.add-ons li .pricing-wrap p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    color: #00205b;
}

#grooming-tabs .service-text-wrap .list-wrap {
    display: flex;
    flex-direction: column;
    border: 3px solid #f2f2f2;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 20px;
}

#grooming-tabs .service-text-wrap .list-wrap ul {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#grooming-tabs .service-text-wrap .list-wrap ul.add-ons {
    margin-bottom: 0px;
}

#grooming-tabs .service-text-wrap .list-wrap li {
    display: flex;
    align-items: center;

    gap: 10px;
    width: calc(50% - 10px);
}

#grooming-tabs .service-text-wrap .list-wrap ul.single-column-list li {
    width: 100%;
}

#grooming-tabs .service-text-wrap .list-wrap ul.add-ons li {
    align-items: center;
}

#grooming-tabs .service-text-wrap .list-wrap img {
    max-width: 16px;
    margin-top: 4px;
}

#grooming-tabs .service-text-wrap .list-wrap li p {
    color: #00205b;
    line-height: 1.125;
    font-size: 15px;
    font-weight: 400;
}

#grooming-tabs .service-text-wrap .list-wrap ul.add-ons li p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    color: #00205b;
}

#grooming-tabs .service-text-wrap .cta-wrap {
    margin: 0 20px;
    width: auto;
    display: flex;
    justify-content: center;
}

#grooming-tabs .service-text-wrap p.disclaimer-text {
    font-size: 11px;
    text-align: center;
    color: #3d3d3d;
    margin-top: 20px;
    font-weight: 400;
}

#grooming-tabs .service-text-wrap p.additional-text {
    font-size: 16px;
    font-weight: bold;
    color: #00205b;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    #grooming-tabs .service-text-wrap {
        max-width: 100%;
    }

    #grooming-tabs .service-text-wrap .text-wrap {
        max-width: 100%;
        width: 100%;
    }

    #grooming-tabs .service-text-wrap .list-wrap {
        padding: 20px 10px;
    }

    #grooming-tabs .service-text-wrap .list-wrap li p {
        font-size: 13px;
    }
}

#appointment-tabs {
    margin: 20px 0;
}

#appointment-tabs .tab-section-wrap {
    display: flex;
    gap: 20px;
}

#appointment-tabs .category-selector ul {
    gap: 16px;
}

#appointment-tabs .category-selector li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#appointment-tabs .appointment-category {
    transition: 300ms ease-in-out;
}

#appointment-tabs .appointment-category:hover {
    background-color: rgb(0, 32, 91, 0.1);
    border-radius: 8px;
}

#appointment-tabs .appointment-category h4 {
    transition: 300ms ease-in-out;
}

#appointment-tabs .appointment-category:hover h4 {
    color: #00205b;
}

#appointment-tabs .appointment-category .img-wrap {
    display: flex;
}

#appointment-tabs .appointment-category .img-wrap:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#appointment-tabs .appointment-category img {
    object-fit: cover;
    border: 5px solid transparent;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}

#appointment-tabs .appointment-category.active img {
    border: 5px solid #00205b;
}

#appointment-tabs .appointment-category h4 {
    margin: 16px 0;
}

#appointment-tabs .appointment-content {
    flex: 1;
}

#appointment-tabs .appointment-content .cta-wrap a {
    max-width: 100%;
}

#appointment-tabs .service-text-wrap .grooming-badge {
    margin: 25px 20px 25px 20px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#appointment-tabs .service-text-wrap .grooming-badge img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    max-width: 55px;
    margin: 0;
    padding: 0;
}

#appointment-tabs .service-text-wrap .grooming-badge p {
    color: #00205b;
    font-size: 13px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}

@media screen and (max-width: 768px) {
    #appointment-tabs .tab-section-wrap {
        flex-direction: column;
    }

    #appointment-tabs .appointment-category h4 {
        margin: 10px 0;
    }

    #appointment-tabs .service-text-wrap .grooming-badge {
        margin: 10px 0 25px 0;
    }
}

#walk-in-tabs {
    margin: 20px 0;
}

#walk-in-tabs .tab-section-wrap {
    display: flex;
    gap: 20px;
}

#walk-in-tabs .category-selector ul {
    gap: 16px;
}

#walk-in-tabs .category-selector li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#walk-in-tabs .walk-in-category {
    transition: 300ms ease-in-out;
}

#walk-in-tabs .walk-in-category:hover {
    background-color: rgb(0, 32, 91, 0.1);
    border-radius: 8px;
}

#walk-in-tabs .walk-in-category .img-wrap {
    display: flex;
}

#walk-in-tabs .walk-in-category .img-wrap:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#walk-in-tabs .walk-in-category img {
    object-fit: cover;
    border: 5px solid transparent;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}

#walk-in-tabs .walk-in-category.active img {
    border: 5px solid #00205b;
}

#walk-in-tabs .walk-in-category h4 {
    transition: 300ms ease-in-out;
    margin: 16px;
}

#walk-in-tabs .walk-in-category:hover h4 {
    color: #00205b;
}

#walk-in-tabs .walk-in-content {
    flex: 1;
}

#walk-in-tabs .service-text-wrap .list-wrap ul {
    margin-bottom: 0;
}

#walk-in-tabs .service-text-wrap .grooming-badge {
    margin: 25px 20px 10px 20px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#walk-in-tabs .service-text-wrap .grooming-badge img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    max-width: 55px;
    margin: 0;
    padding: 0;
}

#walk-in-tabs .service-text-wrap .grooming-badge p {
    color: #00205b;
    font-size: 14px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}

@media screen and (max-width: 768px) {
    #walk-in-tabs .tab-section-wrap {
        flex-direction: column;
    }

    #walk-in-tabs .service-text-wrap .grooming-badge {
        margin: 25px 0 10px 0;
        width: auto;
    }
}


#appointment-needs-tabs {
    margin: 20px 0;
}

#appointment-needs-tabs .tab-section-wrap {
    display: flex;
    gap: 20px;

}



#appointment-needs-tabs .category-selector li {
    display: flex;
    flex-direction: column;
    flex: auto;
    /* width: calc(33.3333% - 30px); */
}

#appointment-needs-tabs .category-selector .content-wrap {
    display: flex;
    flex-direction: column;

    align-items: center;
}

#appointment-needs-tabs .appointment-package-category .img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #e4e5e6;
    border-radius: 50%;
    overflow: hidden;
    transition: 300ms ease-in-out;
    box-sizing: border-box;
    width: 200px !important;
    height: 200px !important;
    width: 100%;
    background-color: #fff !important;
}

#appointment-needs-tabs .appointment-package-category.active .img-wrap {
    background-color: #cbccce !important;
    border: 3px solid #00205b;
}

#appointment-needs-tabs .appointment-package-category .img-wrap:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#appointment-needs-tabs .category-selector li:hover .img-wrap {
    background-color: rgb(0, 32, 91, 0.1);
}

#appointment-needs-tabs .appointment-package-category svg {
    max-width: 100px;
    width: 50%;
    max-height: 100px;
    height: 70%;
}

#appointment-needs-tabs .appointment-package-category svg .appointment-package-icon {
    fill: #00205b;
}

#appointment-needs-tabs .appointment-package-category.active svg .appointment-package-icon {
    fill: #fff;
}

#appointment-needs-tabs .appointment-package-category h4 {
    color: #00205b !important;
    margin: 16px 0;
}

#appointment-needs-tabs .appointment-package-content {
    justify-content: center;
    flex: 1;
}

#appointment-needs-tabs .service-text-wrap {
    flex: none;
}

#appointment-needs-tabs .service-text-wrap .grooming-badge {
    margin: 20px 0 10px 0;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#appointment-needs-tabs .service-text-wrap .grooming-badge img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    max-width: 55px;
    margin: 0;
    padding: 0;
}

#appointment-needs-tabs .service-text-wrap .grooming-badge p {
    color: #00205b;
    font-size: 14px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}

#appointment-needs-tabs .category-selector ul {
    flex-wrap: wrap !important;
    justify-content: space-around;
}

@media screen and (max-width: 768px) {
    #appointment-needs-tabs .tab-section-wrap {
        flex-direction: column;
    }



    #appointment-needs-tabs .appointment-package-category svg {
        max-width: 50px;
        max-height: 50px;
    }

    #appointment-needs-tabs .appointment-package-category h4 {
        font-size: 16px;
        margin: 16px 0 0 0;
    }

    #appointment-needs-tabs .appointment-package-content .service-text-wrap {
        max-width: 100%;
    }


}


.grooming_banner {
    width: 100%;
    margin: 15px 0;
    height: 150px;
}

.grooming_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#appointment-pricing {
    margin: 20px 0;
}

#appointment-pricing>.content-wrap {
    display: flex;
    position: relative;
    gap: 16px;
    justify-content: center;
    

}

#appointment-pricing .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    background-color: #00205b;
    padding: 5px;
    cursor: pointer;
    max-width: 240px;
    width: 100%;
}

.product_arrow a {
    color: #00205b;
}

#appointment-pricing .content .img-wrap {
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    height: 199px;
    width: 100%;
}

#appointment-pricing .content .img-wrap:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#appointment-pricing .content .img-wrap img {
    object-fit: cover;
    object-position: center top;
    height: 100%;
    width: 100%;
}

#appointment-pricing .content>.text-wrap {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

#appointment-pricing .content>.text-wrap p {
    color: #fff;
    font-size: 14px;
    line-height: 1.125;
    padding-bottom: 10px;
}

#appointment-pricing .content>.text-wrap a {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.125;
    letter-spacing: 0.2px;
    color: #6edcfa;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;

}

#appointment-pricing .content>.text-wrap p.heading {
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 5px;
}

#appointment-pricing .content>.text-wrap p:last-of-type {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.125;
    letter-spacing: 0.2px;
    color: #6edcfa;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
}

#grooming-tabs .cta-wrap a.btn-book {

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    text-transform: uppercase;
    text-decoration: none !important;
    line-height: 1.125px;
    height: 56px;
    width: 100%;
    background: #00205b;
    color: #fff;
    padding: 0 16px;
    white-space: nowrap;
    box-sizing: border-box;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: 2px solid #00205b;
    transition: 300ms ease-in-out;

}



#grooming-tabs .cta-wrap a.btn-book:hover {
    color: #00205b !important;
}

.book_app:hover {
    background: #00205b !important;
}

@media screen and (max-width: 768px) {
    #appointment-pricing>.content-wrap {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        /* padding: 0 16px; */
    }

    #appointment-pricing>.content-wrap::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 0;
        height: 0;
    }

    #appointment-pricing .content {
        min-width: 200px;
    }

    #appointment-pricing .content .img-wrap {
        max-height: 175px;
    }
}

#appointment-pricing .panel--close {
    cursor: pointer;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
}

#appointment-pricing .panel-item--close {
    margin: 5px 0;
    background-color: #00205b;
    border-radius: 8px;
    width: 20px;
    height: 5px;
}

#appointment-pricing .item--close1 {
    transform: rotate(45deg);
    position: absolute;
}

#appointment-pricing .item--close2 {
    transform: rotate(-45deg);
    position: absolute;
}

#appointment-pricing .panel {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100vh;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

#appointment-pricing .panel.is-active {
    z-index: 10;
    width: 415px;
}

#appointment-pricing .panel-content {
    opacity: 0;
    transition: opacity 1s ease;
}

#appointment-pricing .panel.is-active .panel-content {
    opacity: 1;
}

#appointment-pricing .panel-content {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 60px 16px 160px 16px;
}

#appointment-pricing .panel .content-wrap {
    display: flex;
    gap: 16px;
    border-bottom: 2px solid rgba(0, 32, 91, 0.25);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#appointment-pricing .panel .img-wrap {
    display: flex;
    align-items: center;
    flex: 1;
}

#appointment-pricing .panel .text-wrap {
    display: flex;
    flex-direction: column;
    flex: 1.5;
}

#appointment-pricing .panel .text-bubble {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #00205b;
    background-color: #00205b;
    height: 25px;
    border-radius: 15px;
    margin-bottom: 20px;
    width: max-content;
}

#appointment-pricing .panel .text-bubble h4 {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 15px 0 15px;
}

#appointment-pricing .panel p {
    color: #00205b;
}

#appointment-pricing .panel .text-wrap>p {
    font-size: 25px;
    margin-bottom: 20px;
}

#appointment-pricing .panel .text-wrap--inner {
    display: flex;
    flex-direction: column;
}

#appointment-pricing .panel .text-wrap--inner>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

#appointment-pricing .panel .text-wrap--inner p:nth-child(1) {
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
}

#appointment-pricing .panel .text-wrap--inner p:nth-child(2) {
    font-size: 16px;
    text-align: center;
}

#appointment-pricing .panel .text-wrap--inner hr {
    background-color: rgba(0, 32, 91, 0.25);
    border-radius: 8px;
    border: 0;
    height: 2px;
    width: 100%;
    margin: 10px 0;
}

#appointment-pricing .panel .cta-wrap {
    margin: 20px 0;
}

#appointment-pricing .panel .cta-wrap a {
    max-width: 100%;
}

#appointment-pricing .panel p.disclaimer-text {
    font-size: 14px;
    color: #3d3d3d;
}

@media screen and (max-width: 768px) {
    #appointment-pricing .panel.is-active {
        width: 100%;
        border-radius: 8px;
    }

    #appointment-pricing .panel {
        top: auto;
        bottom: 0;
        height: auto;
    }
}

#experience-tabs {
    margin: 20px 0 0 0;
}

#experience-tabs .heading-wrap {
    flex-direction: column;
}

.heading-wrap h1 {
    margin: 0;
    padding: 2% 0 0;
    font-size: 2em;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.74em;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #00205b;
}

.heading-wrap h3 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 600 !important;
    line-height: 1.25em;
    letter-spacing: 0.225px;
    text-transform: uppercase;
    color: #00205b;
}

#experience-tabs .heading-wrap p {
    color: #00205b;
}

#experience-tabs .tab-section-wrap {
    display: flex;
    gap: 16px;
}

#experience-tabs .category-selector {
    flex: 1;
}

#experience-tabs .category-selector ul.tab-selector {
    display: flex;
    flex-direction: column;
    list-style: none;
}

#experience-tabs .category-selector li.tab-category {
    list-style: none;
}

.tab_link {
    max-width: 800px !important;
    width: 100%;
}

#experience-tabs .tab-category {
    display: flex;
    flex: 1;
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#experience-tabs .tab-category.active {
    background-color: #f2f2f2;
}

#experience-tabs .tab-category:first-of-type {
    border-radius: 8px 8px 0 0px;
}

#experience-tabs .tab-category .tab-heading {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 16px;
    cursor: pointer;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    position: relative;
}

#experience-tabs .tab-category h4 {
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 1;
    color: #00205b;
    text-transform: none;
    margin: 0;
}

#experience-tabs .tab-category .active-indicator {
    height: 5px;
    width: 0;
    background: #00205b;
}

#experience-tabs .tab-category.active .active-indicator {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: width 0.15s ease-in;
    border-radius: 8px;
}

#experience-tabs .tab-content {
    display: none;
    justify-content: center;
    align-items: center;
    flex: 1;
}

#experience-tabs .tab-content.active {
    display: flex;
}

#experience-tabs .experience-content-d {
    flex-direction: column;
}

#experience-tabs .number-wrap {
    font-family: "PetcoCircular-Black", Arial, sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6edcfa;
    clip-path: circle();
    max-width: 45px;
    width: 100%;
    height: 45px;
    z-index: 2;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    color: #00205b;
}

#experience-tabs .experience-tab-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    max-width: 450px;
    border-radius: 8px;
}

#experience-tabs .experience-tab-wrap .content-wrap--inner {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
}

#experience-tabs .experience-tab-wrap .img-wrap {
    display: flex;
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    min-height: 215px;
}

#experience-tabs .experience-tab-wrap .img-wrap img {
    object-fit: cover;
    max-width: 100%;
}

#experience-tabs .experience-tab-wrap .text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1.5;
}

#experience-tabs .experience-tab-wrap .text-wrap p {
    color: #00205b;
    font-weight: 400;
    font-size: 14px;
}

#experience-tabs .experience-tab-wrap .text-wrap p.disclaimer-text {
    font-size: 12px;
    line-height: 1.125;
    color: #3d3d3d;
    margin-top: 20px;
}

#experience-tabs .experience-tab-wrap .cta-wrap {
    flex: 1;
    box-sizing: border-box;
    padding: 16px;
    margin: 0;
    width: 100%;
}

#experience-tabs .experience-tab-wrap .cta-wrap a {
    max-width: 100%;
}

#experience-tabs .experience-content-m {
    display: none !important;
}

@media screen and (max-width: 768px) {
    #experience-tabs .category-selector li.tab-category {
        flex-direction: column;
    }

    #experience-tabs .experience-tab-wrap {
        max-width: 100%;
    }

    #experience-tabs .experience-content-d {
        display: none !important;
    }

    #experience-tabs .tab-category.active .experience-content-m {
        display: flex !important;
    }
}

#walk-in-needs-tabs {
    margin: 20px 0 0 0;
}

#walk-in-needs-tabs .heading-wrap {
    flex-direction: column;
}

#walk-in-needs-tabs .tab-section-wrap {
    display: flex;
    gap: 16px;
}

#walk-in-needs-tabs .category-selector {
    flex: 1;
}

#walk-in-needs-tabs .category-selector ul.tab-selector {
    display: flex;
    flex-direction: column;
    list-style: none;
}

#walk-in-needs-tabs .category-selector li.tab-category {
    list-style: none;
}

#walk-in-needs-tabs .tab-category {
    display: flex;
    flex: 1;
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

#walk-in-needs-tabs .tab-category.active {
    background-color: #f2f2f2;
}

#walk-in-needs-tabs .tab-category:first-of-type {
    border-radius: 8px 8px 0 0px;
}

#walk-in-needs-tabs .tab-category .tab-heading {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 16px;
    cursor: pointer;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    position: relative;
}

#walk-in-needs-tabs .tab-category h4 {
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 1;
    color: #00205b;
    text-transform: none;
    margin: 0;
}

#walk-in-needs-tabs .tab-category .active-indicator {
    height: 5px;
    width: 0;
    background: #00205b;
}

#walk-in-needs-tabs .tab-category.active .active-indicator {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: width 0.15s ease-in;
    border-radius: 8px;
}

#walk-in-needs-tabs .tab-content {
    display: none;
    justify-content: center;
    align-items: center;
    flex: 1;
}

#walk-in-needs-tabs .tab-content.active {
    display: flex;
}

#walk-in-needs-tabs .needs-content-d {
    flex-direction: column;
}

#walk-in-needs-tabs .number-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6edcfa;
    clip-path: circle();
    max-width: 45px;
    width: 100%;
    height: 45px;
    z-index: 2;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    color: #00205b;
}

#walk-in-needs-tabs .needs-tab-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    max-width: 450px;
    border-radius: 8px;
}

#walk-in-needs-tabs .needs-tab-wrap .content-wrap--inner {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
}

#walk-in-needs-tabs .needs-tab-wrap .img-wrap {
    display: flex;
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    min-height: 215px;
}

#walk-in-needs-tabs .needs-tab-wrap .img-wrap img {
    object-fit: cover;
    max-width: 100%;
}

#walk-in-needs-tabs .needs-tab-wrap .text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1.5;
}

#walk-in-needs-tabs .needs-tab-wrap .text-wrap p {
    color: #00205b;
}

#walk-in-needs-tabs .needs-tab-wrap .text-wrap p.disclaimer-text {
    font-size: 14px;
    line-height: 1.125;
    color: #3d3d3d;
    margin-top: 20px;
}

#walk-in-needs-tabs .needs-tab-wrap .cta-wrap {
    flex: 1;
    box-sizing: border-box;
    padding: 16px;
    margin: 0;
    width: 100%;
}

#walk-in-needs-tabs .needs-tab-wrap .cta-wrap a {
    max-width: 100%;
}

#walk-in-needs-tabs .needs-content-m {
    display: none !important;
}


#appointment-needs-tabs .appointment-package-category.cirle_box {
    max-width: 200px !important;
    width: 100%;
}


@media screen and (max-width: 768px) {
    #walk-in-needs-tabs .category-selector li.tab-category {
        flex-direction: column;
    }

    #walk-in-needs-tabs .needs-tab-wrap {
        max-width: 100%;
    }

    #walk-in-needs-tabs .needs-content-d {
        display: none !important;
    }

    #walk-in-needs-tabs .tab-category.active .needs-content-m {
        display: flex !important;
    }

}

@media(max-width:991px) {
    .heading-wrap h1 {
        font-size: 25px;
    }

    .heading-wrap h3 {
        font-size: 22px;
    }

    #clean-grooming-banner .text-wrap p {
        font-size: 14px;
    }

    .heading-wrap {
        flex-direction: column;
    }

    #appointment-needs-tabs .appointment-package-category.cirle_box {
        max-width: 150px !important;
    }

    #appointment-needs-tabs .appointment-package-category .img-wrap {
        width: 150px !important;
        height: 150px !important;
    }
}



@media(max-width:575px) {
    .heading-wrap h1 {
        font-size: 20px;
        line-height: normal;
    }

    .heading-wrap h3 {
        font-size: 18px;
    }

    #walk-in-needs-tabs .tab-category h4 {
        font-size: 14px;
    }

    #grooming-tabs .tab-section-wrap>.heading-wrap {
        margin-bottom: 0;
    }

    .number-wrap {
        width: 30px !important;
        height: 30px !important;
        font-size: 14px !important;
    }

    #grooming-tabs .tab-category .active-indicator {
        height: 3px;
    }

    #grooming-tabs .tab-category h4 {
        font-size: 14px;
    }

    #grooming-tabs .service-text-wrap .list-wrap ul,



    #grooming-tabs .service-text-wrap .list-wrap li {
        width: 100%;
        margin: 1px 0;
        align-items: center;
    }


    #appointment-needs-tabs .appointment-package-category.cirle_box {
        max-width: 130px !important;
        margin: 10px 0;
    }

    #appointment-needs-tabs .category-selector ul {
        justify-content: space-around;
    }

    #appointment-needs-tabs .appointment-package-category .img-wrap {
        width: 130px !important;
        height: 130px !important;
    }


    #appointment-tabs .service-text-wrap .grooming-badge,
    #appointment-needs-tabs .service-text-wrap .grooming-badge,
    #experience-tabs .experience-tab-wrap .content-wrap--inner {
        flex-direction: column;
    }

    #grooming-tabs .service-text-wrap .list-wrap {
        width: 100%;
    }

    #grooming-tabs .cta-wrap a.btn-book {
        font-size: 13px;
        height: 40px;
    }

    #clean-grooming-banner .banner-message {
        margin: 10px 0;
    }

    #grooming-tabs.container {
        margin: 0;
        padding: 0;
    }
}

.slick-track,
.service_slider {
    position: relative;
    height: 192px !important;
}

.service_slider {
    width: 100%;
    display: flex;
}

.service_slider .service_img {
    width: 100% !important;
    height: 100% !important;
}


.service_slider .service_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.service_slider .slick-dots {
    position: absolute;
    left: 50%;
    display: flex;
    gap: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-width: 70px;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    height: 20px;
    bottom: 0;
    transform: translateX(-50%);
}

.service_slider .slick-dots li {
    line-height: 0;
}

.service_slider .slick-dots li {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid;
    font-size: 0;
    background-color: transparent;
    border-radius: 50%;

}

.service_slider .slick-dots li.slick-active {
    background-color: #00205b;
}

.service_slider .slick-dots li button {
    border: none !important;
    background-color: unset;
}


.check_icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #6edcfa;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}