@media (max-width: 1366px) {
.service-info-tabs {
    height: 370px;
}
.see-more {
    height: 260px;
}
}

@media (max-width: 1280px) {
 .service-info-tabs {
    height: 395px;
}
.see-more {
    height: 280px;
}  
}
@media (max-width: 992px) {
.service-info-tabs {
    height: 320px;
}
.see-more {
    height: 208px;
}
.annual-membership-box {
    height: 365px;
}
.annual-membership-box .see-more {
    height: 250px;
}
}

@media (max-width: 576px) {
    .option-range, .assesment-range {
        margin: 0px 5px 12px 0px;
        width: 47%;
    }
.annual-sales-range h3 {
    font-size: 14px;
    line-height: 19px;
}
.recommended-btn-sec {
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.paymentmodal-section .modal-dialog .payment-card.row {
    margin: 16px 0px;
}
.paymentmodal-section .modal-dialog .container {
    padding: 0px;
}

.recommended-btn-sec .view-tier-details {width: 100%;text-align: center;}

.recommended-btn-sec button.cart-btn {
    width: 100%;
}
.susceptible-secs {
    overflow-x: scroll;
    overflow-y: hidden;
}
.susceptible-secs .table.cart-table {
    width: 650px;
}
.cart-buttons .comp-btn {
    margin: 0px;
    min-width: unset !important;
    line-height: 30px;
}
.cart-buttons button.card-btn.ms-3 {
    margin-left: 0px !important;
    margin-top: 0px;
    padding: 2px 40px;
}
.cart-buttons.mt-3 {
    margin-top: 40px !important;
}
.susceptible-secs::-webkit-scrollbar {
    box-shadow: inset 0 0 5px #bfbfbf;
    border-radius: 10px;
    height: 6px;
}
    .susceptible-secs::-webkit-scrollbar-thumb {
    background: #939393;
    border-radius: 10px;
}
    .text-total-price {
        margin-top: 30px;
    }

.service-info-tabs {
    height: unset;
}
.see-more {
    height: unset;
    padding-bottom: 15px;
} 
}