.rom-first-child-section {
    margin-top: 55px;
}

.slide-up-container {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.slide-up-animation {
    opacity: 0;
    transform: translateY(100%);
    animation: slideUp 2s ease forwards;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.divider-long {
    border-bottom: 1px solid #e4e4e4 !important;
}
.hidden {
    display: none;
}

label.radio-card {
    cursor: pointer;
}
label.radio-card .card-content-wrapper {
    background: #fff;
    border-radius: 5px;
    min-height: 139px;
    border: 1px solid #e9e9e9;
    padding: 15px;
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
    transition: 100ms linear;
    display: flex;
}
label.radio-card .check-icon {
    width: 17px;
    height: 17px;
    display: inline-block;
    border: solid 2px #e3e3e3;
    border-radius: 50%;
    transition: 200ms linear;
    position: relative;
}
label.radio-card .check-icon:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center center;
    transform: scale(1.3);
    transition: 100ms linear;
    opacity: 0;
}
label.radio-card input[type='radio'] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
label.radio-card input[type='radio']:checked + .card-content-wrapper {
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 1px #00897b;
}
label.radio-card input[type='radio']:checked + .card-content-wrapper .check-icon {
    background: #00897b;
    border-color: #00897B;
    transform: scale(1.2);
}
label.radio-card input[type='radio']:checked + .card-content-wrapper .check-icon:before {
    transform: scale(1);
    opacity: 1;
}
label.radio-card input[type='radio']:focus + .card-content-wrapper .check-icon {
    box-shadow: 0 0 0 3px rgb(197, 248, 243);
    border-color: #00897B;
}
label.radio-card .card-content img {
    margin-bottom: 10px;
}
label.radio-card .card-content h4 {
    font-size: 16px;
    letter-spacing: -0.24px;
    color: #016157;
    margin-bottom: 10px;
}
label.radio-card .card-content h5 {
    font-size: 14px;
    line-height: 1.4;
    color: #686d73;
    margin-bottom: 0;
}
.sticky-plan , .sticky-plan2 {
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}
.chart-container {
    border: 1px solid #e9e9e9;
}
.feature-comparison-table {
    background: #fff;
    border: 1px solid #e9e9e9;
    z-index: 10;
    font-size: 22px;
}

tr td.expand-all {
    border-top-color: rgba(0, 0, 0, 0);
    padding: 15px 20px;
    font-size: 14px;
}

.expand-label {
    margin-bottom: 0;
}
.right-border {
    border-right: 1px solid #e9e9e9; /* Adjust the color and thickness as needed */
}

.text-align-start {
    text-align: start;
}

.all-plans-head,
.panel tr td:first-child {
    text-align: start;
}

tr td {
    border: 1px solid #e9e9e9;
    text-align: center;
}

.panel td , .panel2 td{
    width: 25% !important;
    padding: 16px 20px;
}



.table-heading {
    font-size: 28px;
    display: inline-block;
    margin-bottom: 24px;
}

.plan-interval-toggle {
    font-size: 16px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    margin: 0 6px;
    vertical-align: middle;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    border-radius: 50%;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.chart-container {
    position: static;
    width: 100%;
    max-width: 2150px;
    margin: 0 auto;
}
.plan-details td p {
    margin: 0;
}
.plan-name {
    display: block;
    font-size: 14px;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.get-started-cta {
    display: inline-block;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    min-width: 84px;
}

.get-started-cta:hover {
    background-color: #00897b;
    border: 1px solid #00897b;
    color: #ffffff !important;
}

.feature-comparison-table .plan-price {
    font-size: 26px;
}

tr td.text-align-center {
    text-align: center !important;
}
.card{
    border: none !important;
}
.card-header {
    background-color: #ffffff;
    border: 1px solid #ddd;
}

.card-header h2 {
    color: #999999;
    border: 0 !important;
}

.card-header button {
    padding: 0;
    outline: 0 !important;
    font-weight: bold;
    color: #00897b;
}

.btn:focus {
    box-shadow: none !important;

}

.btn:hover {
    color: #00897b !important;
}
.yes-no-icon {
    width: 24px;
}

.no-icon,
.yes-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: no-repeat 50%/cover;
}

.inclusive-ckbox {
    opacity: 0;
    position: absolute;
}

.inclusive-ckbox-label,
.inclusive-ckbox-label::before,
.inclusive-ckbox-label::after {
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.inclusive-ckbox-label {
    position: relative;
    display: block;
    border-radius: 2em;
    cursor: pointer;
    text-shadow: 0 2px 2px #fff;
    margin-bottom: 0;
    padding: 0 0 0 67px !important;
}

.inclusive-ckbox-label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.7em;
    width: 3em;
    height: 1.2em;
    border-radius: 0.6em;
    transform: translateY(-50%);
    box-shadow: 0 1px 3px rgba(100, 100, 100, .5) inset, 0 0 10px rgba(100, 100, 100, .2) inset;
    background:  #00897b;
}

.inclusive-ckbox-label::after {
    content: '';
    position: absolute;
    top: 45%;
    left: 0.5em;
    width: 1.4em;
    height: 1.4em;
    border: 0.25em solid #fafafa;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #ddd;
    background-image: linear-gradient(to top, #fff 0%, #fff 40%, transparent 100%);
    transform: translateY(-50%);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .5);
}

.inclusive-ckbox:checked+.inclusive-ckbox-label::before {
    background: #00897b;
}

.inclusive-ckbox:checked+.inclusive-ckbox-label::after {
    transform: translateX(2em) translateY(-50%);
}

.top-plan-change-section {
    width: 100%;
    margin-top: 15px;
}

.top-plan-change-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.top-plan-change-section ul li {
    display: inline-block;
}

.top-plan-change-section ul li a {
    text-decoration: none;
    background-color: #d9d9d9;
    padding: 6px 10px;
    border-radius: 5px;
    text-align: center;
    min-width: 150px;
    display: inline-block;
    color: #000;
    position: relative;
    border: 2px solid #d9d9d9;
    margin: 0 -6px;
}

.top-plan-change-section ul li a.active {
    background-color: #fff;
    font-weight: 500;
    border: 1px solid #00897b;
    z-index: 1;
}

.lots-more-cta {
    display: block;
    font-size: 14px;
    margin: 0 15px 25px;
    color: #000;
    border-bottom: 1px solid #000;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
}


.plan-name {
    display: block;
    font-size: 14px;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.monthly-plan {
    font-size: 28px;
}

@media screen and (max-width: 768px) {
    .bill-alert {
        width: 100%;
    }

    .plan-card {
        width: 47% !important;
        margin: 10px auto !important;
    }

    .feature-comparison-table-container {
        margin-top: 0 !important;
        overflow-x: auto;
    }
    .plan-name {
        font-size: 12px;
    }
}

@media screen and (max-width: 430px) {
    td {
        padding: 10px 10px;
    }

    .bill-alert {
        width: 100%;
    }

    .plan-card {
        width: 90% !important;
        margin: 10px auto !important;
    }

    .feature-comparison-table-container {
        margin-top: 0 !important;
        overflow-x: auto;
    }
    .get-started-cta {
        padding: 4px 14px;
    }

    .monthly-plan {
        font-size: 16px;
    }
    .bottom-border{
        border-bottom: 1px solid #e9e9e9;
    }
}