.product-single-details {
    padding-bottom: 60px;
}
.product-single-area-v3 {
    .product-single-details {
        .product-info {
            .size-switch {
                &.package-card {
                    .single-size {
                        height: auto;
                        margin-right: 15px;
                        margin-bottom: 15px;
                        &:last-child {
                            margin-right: 0;
                        }
                    }
                }
            }
        }
    }
    .product-single-left {
        position: sticky;
        top: 13rem;
    }
    .product-bottom-info {
        // background-color: rgba($color: #e8efe4, $alpha: 1.0);
        background-color: transparent;
        border-radius: 0;
        padding: 0 0rem 2rem;
        .nav-tabs-menu {
            background-color: rgba($color: #e8efe4, $alpha: 1.0);
            .nav-tabs {
                &::-webkit-scrollbar {
                    width: 0px;
                    height: 0px;
                  }
                  &::-webkit-scrollbar-track {
                      -webkit-box-shadow: none;
                      box-shadow: none;
                      background-color: transparent;
                  }
                  &::-webkit-scrollbar-thumb {
                    background-color: transparent;
                    outline: none;
                  }
                flex-wrap: nowrap;
                overflow: auto;
                .nav-item {
                    margin-right: 0;
                    .nav-link {
                        background-color: transparent;
                        color: rgba($color: #000000, $alpha: 0.7);
                        font-weight: 600;
                        position: relative;
                        white-space: nowrap;
                        &::before {
                            content: '';
                            position: absolute;
                            left: 0;
                            bottom: -1px;
                            width: 100%;
                            height: 2px;
                            background-color: transparent;
                        }
                        &.active {
                            background-color: transparent;
                            color: rgba($color: #63A731, $alpha: 1);
                            &::before {
                                background-color: #63A731;
                            }
                        }
                    }
                }
            }
        }
    }
}
.custom-nav-tabs {
    // justify-content: center;
}
.heading-section {
    padding-bottom: 2.4rem;
    h2 {
        font-size: 25px;
    }
}
.section-faq {
    padding-top: 1rem;
    padding-bottom: 2rem;
    .accordion-item {
        margin-bottom: 1.6rem;
        border-radius: 1.2rem;
        &:last-child {
            margin-bottom: 0;
        }
        .accordion-header {
            .accordion-button {
                padding: 2.4rem;
                &:after {
                    width: 2rem;
                    height: 2rem;
                    background-size: 2rem;
                }
            }
        }
        .accordion-body {
            padding: 2.4rem;
        }
    }
} 
.testimonials {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.testimonial-slider {
    .testimonial-box {
        margin: 0 15px;
        box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
        border-radius: 12px;
        padding: 24px 30px;
        &:hover {
            transform: translateY(0px);
            background-color: #e8efe4;
        }
    }
    .slick-track {
        display: flex;
        .slick-slide {
            height: auto;
        }
        .slick-list {
            padding: 25px 10px;
        }
    }
}
.slick-arrow {
    background-color: #ffffff;
    border-radius: 5px;
}
.slick-prev,
.slick-next {
    height: 40px;
    width: 40px;
    border: 1px solid #63A731;
    border-radius: 5px;
    z-index: 1;
    &:before {
        font-family: 'FontAwesome';
        color: #000000;
        font-size: 30px;
    }   
    &:hover {
        background-color: #63A731;
        &:before {
            color: #ffffff;
        } 
    }
}
.slick-prev {
    left: -8px;
    &:before {
        content: "\f104";
    }
}
.slick-next {
    right: -8px;
    &:before {
        content: "\f105";
    }
}
.heading-block {
    margin-bottom: 1.6rem;
    .block-title {
        font-size: 20px;
    }
    .block-subtitle {
        font-size: 24px;
        color: #63a731;
    }
}
.product-description {
    p {
        font-size: 2rem;
    }
}
.card-cntr {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 32px;
    .media-holder {
        &.circle-img {
            padding-top: 15px;
            padding-left: 15px;
            padding-right: 15px;
        }
        img {
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }
    }
    .detail-card {
        width: calc(100% / 4 - 30px);
        margin: 15px;
        background-color: rgba($color: #e8efe4, $alpha: 1.0);
        box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        overflow: hidden;
    }
    .detail-card-body {
        padding: 15px;
    }
    .card-title {
        font-size: 24px;
    }
}
.product-general-info {
    padding-top: 32px;
    padding-bottom: 32px;
}
.list-info {
    display: flex;
    flex-wrap: wrap;
    .item {
        width: calc(100% / 6);
    }
}
.note-text-list {
    li {
        background-image: url('../images/check.png');
        background-repeat: no-repeat;
        background-size: 16px;
        padding-left: 25px;
        background-position: left 4px;
    }
}
.package-card {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    .package-item {
        position: relative;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 16px;
        width: calc(100% / 2 - 16px);
        .package-option {
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            cursor: pointer;
            &:checked ~ .package {
                border: 1px solid #63A731;
                box-shadow: 5px 5px 0 0 rgba($color: #63A731, $alpha: 0.5);
                background-color: rgba($color: #63A731, $alpha: 0.05);
            }
        }
        p {
            margin-bottom: 0;
        }
        .package {
            border: 1px solid #dddddd;
            border-radius: 8px;
            padding: 20px 15px;
            text-align: center;
            height: 100%;
            box-shadow: 5px 5px 0 0 rgba($color: #cccccc, $alpha: 0.5);
            background-color: rgba($color: #cccccc, $alpha: 0.05);
            > * {
                margin-bottom: 12px;
                &:last-child {
                    margin-bottom: 0;
                }
            }
            .pack {
                font-size: 20px;
                font-weight: 700;
            }
            .save-amt {

            }
            .save-qty {

            }
            .main_price {

            }
            .dis_price {

            }
            .recommended {
                font-weight: 600;
                line-height: 20px;
            }
        }
    }
}
.book-appointment {
    display: flex;
    align-items: center;
    border: 1px solid #cccccc;
    border-radius: 200px;
    .call {
        display: flex;
        align-items: center;
        img {
            max-width: 90px;
            min-width: 90px;
            border-radius: 50%;
            margin-right: 10px;
        }
        .number {
            h3 {
                color: #63A731;
            }
            a {
                color: #000000;
                font-weight: 500;
            }
        }
    }
    .time {
        margin-left: auto;
        padding-left: 40px;
        padding-right: 40px;
        font-weight: 700;
        border-left: 1px solid #cccccc;
    }
}
.floating-bar-new {
    position: fixed;
    /*z-index: 99999;*/
    z-index: 900;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 12px 0;
    box-shadow: 0 0 12px #0000002e;
    transition: all .3s ease-in-out;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    transform: translate(0, 100%);
    .container > * {
        width: 100% !important;
    }
    &.active-floatingggg {
        transform: translate(0, 0%) !important;
    }
}

.floating-bar-newlp {
    position: fixed;
    /*z-index: 99999;*/
    z-index: 900;
    /*bottom: 66px;*/
    bottom: -16px;
    left: 0;
    right: 0;
    background: white;
    padding: 12px 0;
    box-shadow: 0 0 12px #0000002e;
    transition: all .3s ease-in-out;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    transform: translate(0, 100%);
    .container > * {
        width: 100% !important;
    }
    &.active-floatingggg {
        transform: translate(0, 0%) !important;
    }
}

.inner-part-variant {
    display: flex;
    column-gap: 5%;
    overflow: auto;
    width: 100%;
    /*justify-content: center;*/
    padding-bottom: 15px;
    text-align: center;
    margin-left: 31px;
}

.inner-part-variant > * {
    width: 16%;
    flex-grow: 1;
    max-width: 140px !important;
}

  .floating-bar-new .container {
    padding: 0 10px;
}

  .floating-bar-newlp .container {
    padding: 0 10px;
}

.btn-new-floating {
    background: transparent !important;
    padding: 15px 10px;
    margin: 10px 0 0;
    border: 3px solid #e4e4e4;
    border-radius: 10px;
    outline: none !important;
    transition: all .3s ease-in-out;
}

.btn-new-floating .days-sticky-neww {
    font-weight: 800;
    margin: 0 0 5px;
    font-size: 14px !important;
    line-height: 1.2;
}

.pr-price-sticky-neww .pr-compare-prceess {
    color: #dc3545;
    font-size: 10px;
    margin: 0 0px 0 0;
    font-weight: 800;
    text-decoration:line-through;
}

.pr-price-sticky-neww  .pr-main-priceess {
    font-size: 14px;
    margin: 0 4px 0 0 !important;
    font-weight: 800;
  letter-spacing: -1px;
}


p.pr-price-sticky-neww {
    margin: 0 0;
}

.btn-new-floating:hover , .btn-new-floating.active-float {
    border-color:  #63A731  !important;
}

  .btn-new-floating.active-float:before {
    content: '\2713';
    position: absolute;
    right: -9px;
    color: white;
    background: #63A731;
    text-align: center;
    padding: 3px 7px;
    font-weight: 900;
    border-radius: 50%;
    font-size: 10px;
    top: -11px;
    border: 2px solid white;
    min-width: 36px;
}

.btn-new-floating {
    position: relative;
}
button.btnnss-new-floating {
    width: 100%;
    background: #63A731  !important;
    border-width: 2px;
    outline: none !important;
    border-radius: .8rem;
    padding: 11px 10px;
    color: white !important;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    font-size: 2rem;

    
}
@media (min-width: 768px){
    .floating-bar-new {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }
    
    .floating-bar-newlp {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }
}
@media (max-width: 1199px) {
    .card-cntr {
        .detail-card {
            width: calc(100% / 2 - 30px);
        }
    }
    .list-info {
        .item {
            width: calc(100% / 4);
        }
    }
}
@media (max-width: 991px) {
    .product-single-area-v3 {
        .product-bottom-info {
            .nav-tabs-menu {
                .nav-tabs {
                    justify-content: flex-start;
                    padding-bottom: 0;
                    .nav-item {
                        .nav-link {
                            font-size: 18px;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 767px) {
    .card-cntr {
        margin: 0 -8px;
        .detail-card {
            width: calc(100% / 2 - 16px);
            margin: 8px;
        }
    }
    .list-info {
        .item {
            width: calc(100% / 3);
        }
    }
    .book-appointment {
        .call {
            img {
                max-width: 60px;
                min-width: 60px;
                margin-right: 6px;
            }
            .number {
                h3 {
                    font-size: 14px;
                    line-height: 16px;
                }
            }
        }
        .time {
            padding-left: 10px;
            padding-right: 10px;
            font-size: 13px;
            line-height: 16px;
            min-width: 105px;
        }
    }
    .inner-part-variant {
        overflow: auto;
        
        &::-webkit-scrollbar {
            width: 0px;
            height: 0px;
          }
          &::-webkit-scrollbar-track {
              -webkit-box-shadow: none;
              box-shadow: none;
              background-color: transparent;
          }
          &::-webkit-scrollbar-thumb {
            background-color: transparent;
            outline: none;
          }
    }
    .btn-new-floating {
        flex: 0 0 50.5%;
        /*max-width: 100% !important;*/
        padding: 7px 5px !important;
        
    }
    .section-faq {
        padding: 11px 0px 11px;
    }
}

@media (max-width: 575px) {
    .list-info {
        .item {
            width: calc(100% / 2);
            padding: 0;
        }
    }
}