.rbs-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;
}

.sticky-plan {
    background-color: #dbc0c081;
    position: fixed;
    top: 50px;
    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-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: #003a72;
    border: 1px solid #003a72;
    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;
    margin-bottom: 0 !important;
}

.card-header h2 {
    color: #999999;
}

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

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

}

.btn:hover {
    color: #003a72 !important;
}

.plan-details td p {
    margin: 0;
}

.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: #003a72;
}

.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: #003a72;
}

.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 #003a72;
    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;
    }

    .plan-details-section {
        width: 1100px;
    }

    .get-started-cta {
        padding: 4px 14px;
    }

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