header.blue {
    background: #055DFF !important;
}
header.header-style-light {
    background: #fff!important;
    box-shadow: 0px 4px 4px rgba(119, 131, 143, 0.25)!important;
}
header.header-style-light .hsec1-body-right .hsec1-body-right-menu > ul > li > a {
    color: #000000;
}
.container-fluid {
    max-width: 1400px!important;
}
footer {
    display: none!important;
}
.column.discuss a {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #000000;
}
@media screen and (min-width: 1090px) {
    .header-style-light .hsec1 .hsec1-body .hsec1-body-right{
        justify-content: flex-end !important;
    }
    header.header-style-light .hsec1-body-right .hsec1-body-right-menu .menu > li > a {
        padding: 10px 30px!important;
    }
}

.pricing-new .pricing-plans__toggle {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    max-width: 240px;
    width: 100%;
    background: #f8fafd;
    margin-left: 0px;
    border-radius: 8px;
    padding: 8px 6px;
}
.pricing-new .active-shadow {
    top: 8px;
    height: 38px;
}


.pricing-plan.card{
    border: 1px solid #E7EAF3;
}
.pricing-plan.card:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.pricing-plan.card:first-child {
    border-radius: 8px 0 0 8px;
}



.pricing-plan.card:last-child {
    border-radius: 0 8px 8px 0;
}
.business .pricing-row:first-child .column.service,
.business .pricing-row:first-child .column.service img{
    border-radius: 5px 0 0 0;
}
.business .pricing-row:last-child .column.service,
.business .pricing-row:last-child .column.service img{
    border-radius: 0 0 0 5px;
}
.business .pricing-row:first-child .column.discuss{
    border-radius: 0 5px 0 0;
}
.business .pricing-row:last-child .column.discuss{
    border-radius: 0 0 5px 0;
}



.individuals .column.service {
    border: 1px solid #E7EAF3;
}
.individuals .pricing-row:first-child .first-box{
    border-radius: 8px 0 0 0;
}
.individuals .pricing-row:first-child .img-column{
    border-radius: 0 8px 0 0;
}
.individuals .pricing-row:last-child .first-box {
    border-radius: 0 0 0 8px;
}
.individuals .pricing-row:last-child .img-column {
    border-radius: 0 0 8px 0;
}

.compare-rows {
    border: 1px solid #E6EAF3;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 35px rgba(140, 152, 164, 0.12);
}

.pricing-row .column {
    border: 1px solid #E6EAF3;
}
.pricing-row .column.highlight {
    border-color: #fff #E6EAF3 #fff #E6EAF3;
}

.compare-rows .pricing-row:first-child .column.highlight {
    border-color: #E6EAF3 #E6EAF3 #fff #E6EAF3;
}
.compare-rows .pricing-row:last-child .column.highlight {
    border-color: #fff #E6EAF3 #E6EAF3 #E6EAF3;
}

.account-plan>.container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    width: 100%;
}
.left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding: 1rem 0;
}

.left .pricing-plans {
    margin: 0;
    font-family: Poppins;
    font-size: 42px;
    font-weight: 400;
    line-height: 52px;
    text-align: left;
}

.left p {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

.toggle {
    display: flex;
    gap: 0.5rem;
}

.toggle button {
    border: 1px solid #ddd;
    background: white;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border-radius: 6px;
    cursor: pointer;
}

.toggle button.active {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.right {
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.card {
    display: flex;
    position: relative !important;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px!important;
    background: #fff;
    align-items: flex-start !important;
}
.card .desc {
    margin-bottom: 20px;
}

.note{
    position: absolute;
    bottom: 25px;
    left: 40px;
}
.highlight {
    background: #EDF3FF;
}

.card .plan-title {
    font-size: 20px;
    font-weight: 600;
    color: #055DFF;
    margin: 0;
}

.card .price {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
    text-align: left;
    color: #000000;
    margin-top: 13px;
    margin-bottom: 15px;
}

.card .price b{
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
}

.card .price span {
    color: #000000;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
}

.card p {
    color: #000000;
    margin: 0;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}

.card .book-btn,
.individuals .book-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #055DFF;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-top: auto;
    margin-bottom: 30px;
    height: 50px;
    width: 100%;
    min-width: 100%;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.individuals .book-btn {
    margin-top: 20px;
    width: 165px;
    max-width: 165px;
    min-width: 165px;
}

.card .book-btn.secondary,
.individuals .book-btn.secondary {
    background: transparent;
    color: #055DFF;
    border: 2px solid #055DFF;
}
.book-btn:hover{
    background-color: #fff!important;
    color: #055DFF!important;
    border: 2px solid #055DFF;
}
.book-btn.secondary:hover {
    background-color: #055DFF!important;
    color: #fff!important;
}

.pricing-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    align-items: center;
    background: white;
    width: 100%;
}


.column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    height: 100%;
    padding: 30px;
}
.column.discuss {
    align-items: center;
}
.column.service {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    padding: 0px;
}

.service img {
    width: 132px;
    height: 100%;
    object-fit: cover;
}

.service .text {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.service .title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin: 0;
}

.service .badge {
    background: #FFCC18;
    color: #000;
    text-align: center;
    padding: 6px;
    width: max-content;
    border-radius: 100px;
    margin-left: 40%;
    font-family: Poppins;
    font-size: 10px;
    font-weight: 700;
    line-height: 8px;
    height: 18px;
}

.service .description {
    color: #000000;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
.not-available {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    opacity: 0.4;
}
.cell img {
    height: 25px;
}
.info-block .price {
    margin: 0;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 500;
    line-height: 54px;
    text-align: right;
    margin-left: 15px;
}

.info-block .price:before{
    content: '$';
    position: absolute;
    margin-left: -15px;
    margin-top: 10px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
}
.price-details {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.extras {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.extras .item {
    background: #EDF3FF;
    color: #055DFF;
    padding: 4px 6px;
    border-radius: 100px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    display: flex;
    gap: 5px;
    white-space: nowrap;
    cursor: pointer;
}

.info img {
    width: 12px;
}
.highlight .extras .item {
    background: #fff;
}

.item.info:hover {
    background: #e0f0ff;
}

.action {
    font-size: 1.1rem;
    font-weight: bold;
    color: #007bff;
    cursor: pointer;
}

.action:hover {
    text-decoration: underline;
}

.info-block {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: start;
}

.cost-title,
.table-title{
    margin-bottom: 40px;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
}



.pricing-new section {
    margin-top: 50px;
    margin-bottom: 50px;
}


.table-container {
    margin: 50px auto;
    background-color: #ffffff;
    border-radius: 2px;
}

.responsive-table {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    border-collapse: collapse;
    border: 1px solid #E7EAF3;
}

.cell {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 15px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #E7EAF3;
    background-color: #fff;
    height: 100%;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    max-height: 82px;
}
.cell.col_1 {
    text-align: left;
    justify-content: flex-start;
    padding-left: 35px;
}
.cell.highlight {
    background-color: #EDF3FF;
    border-color: #fff #E7EAF3 #fff #E7EAF3;
}
header.no-scrolled.header-new-2 {
    background: #fff;
}
.bottom-note {
    margin-top: 25px;
}

.account-plan.fixed {
    position: fixed;
    z-index: 9999;
    background: #fff;
    top: 0;
    left: 50%;
    transform: translate(-50%, 25px);
    width: 100%;
    box-shadow:
            0px -2px 4px rgba(119, 131, 143, 0.25),
            0px 4px 4px rgba(119, 131, 143, 0.25);
}
.fixed + section {
    margin-top: 150px;
}
.fixed .card {
    padding: 20px 20px 30px!important;
    justify-content: space-between;
    margin-bottom: 0px;
}

.fixed .card .plan-title {
    font-size: 18px!important;
    font-weight: 700;
    margin-top: 5px;
}
.fixed .card .price span {
    font-size: 18px!important;
    font-weight: 400!important;
}

.fixed .right {
    box-shadow: none;
}
.fixed .card .book-btn{
    margin-bottom: 0px;
}
.fixed .card .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
    width: 100%;
}
.fixed .card .price {
    margin: 0px!important;
}
.fixed .card .price span {
    line-height: 25px;
}

.fixed .card .price,
.fixed .card .price b {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
}
.fixed .left .pricing-plans,
.fixed .pricing-plans__toggle,
.fixed .desc,
.fixed .note{
    display: none;
}
.fixed .scrolled{
    display: block!important;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    margin-top: -20px;
}

.fixed .plan-title {
    color: #000000;
}

/****************/
.extras {
    position: relative;
}
.info-popup {
    position: absolute;
    top: 135%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0px 10px 35px rgba(140, 152, 164, 0.5);
    border-radius: 8px;
    padding: 15px;
    width: 280px;
    display: none;
    z-index: 1000;
    color: #000000;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    transition: opacity 0.3s ease;
}
.info-popup li>span{
    width: fit-content;
    white-space: nowrap;
    text-align: right;
    padding-left: 10px;
}


.info-popup::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    box-shadow: 0px 10px 35px rgba(140, 152, 164, 0.5);
    z-index: 1;
}

.info-popup .info-title {
    margin: 0 0 10px;
    display: flex;
    justify-content: space-between;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    align-items: flex-end;
}

.info-popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-popup ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.info-popup a {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
}

.info-popup a:hover {
    text-decoration: underline;
}

.includes .inc-title {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    margin-bottom: 15px;
}

.inc-cols>ul {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    flex-wrap: wrap;
}

.inc-cols>ul>li {
    width: 45%;
    margin-right: 10px;
}
.includes.mob {
    width: 100%;
}
.inc-cols>ul {
    list-style: none;
    padding: 0;
}

.inc-cols>ul>li {
    margin-bottom: 10px;
}

.inc-cols>ul>li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    color: #1E2022;
    margin-right: 5px;
}

.inc-cols>ul>li a {
    color: #007bff;
    text-decoration: none;
}

.inc-cols>ul>li a:hover {
    text-decoration: underline;
}

.pricing-plans__year,
.pricing-plans__month {
    color: #000000!important;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.bottom-note {
    margin-top: -25px;
    margin-bottom: 95px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}
.bottom-note a {
    text-decoration: underline;
    color: #055DFF;
}
@media (max-width: 767.98px) {
    .lg {
        display: none!important;
    }
    .card .price {
        line-height: 38px;
    }
    .inc-cols {
        width: 105%;
    }
    .card .info-popup p {
        font-size: 12px;
    }
    .card .price b {
        font-size: 32px;
        font-weight: 400;
        text-align: left;
    }
    .card .price span {
        font-size: 24px;
        font-weight: 500;
        text-align: left;
    }
    .card.highlight {
        background: #EDF3FF;
    }
    .overlay.active {
        display: block;
    }

    .mob .info-popup {
        top: 22%;
        position: fixed;
        width: 321px;
        padding: 30px 25px 20px;
    }
    .mob .info-popup.active {
        display: block!important;
    }
    .mob .info-popup:before {
        display: none;
    }
    .pricing-new .account-plan {
        margin-top: 0px;
    }
    .mob .info-popup .book-btn {
        margin-top: 30px;
    }
    .pricing-plans__toggle .active-shadow {
        top: 9px;
        height: 32px;
    }
    .notarization-cost,
    .table-container, .note {
        display: none;
    }
    .pricing-plans__year,
    .pricing-plans__month {
        font-size: 14px!important;
    }

    .pricing-new .pricing-plans__toggle {
        margin-left: auto;
    }
    .left .pricing-plans {
        font-size: 24px;
        font-weight: 400;
        line-height: 27px;
        text-align: center;
    }
    .right{
        box-shadow: none;
    }
    .card {
        padding: 20px;
        margin-bottom: 15px;
        border-radius: 6px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        padding: 20px 20px 25px !important;
    }
    .card .book-btn {
        margin-bottom: 20px;
    }
    .responsive-table {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .section {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .pricing-row, .account-plan>.container {
        display: block;
    }

    .right {
        grid-template-columns: 1fr;
    }
    .left {
        text-align: center;
    }
    .bottom-note p{
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
    }
    .bottom-note {
        margin-top: -45px;
        margin-bottom: 35px;
    }
}

@media (min-width: 768px) {
    .cost-title {
        margin-left: calc(50% - 20px);
    }

    .table-title {
        margin-left: calc(50% - 60px);
    }
    .temp-v1 .table-title {
        width: 100%;
        margin-left: 0px;
        font-family: Poppins;
        font-weight: 400;
        font-size: 32px;
        line-height: 100%;
        text-align: center;
    }
    .includes.mob{
        display: none;
    }
    .fixed .pricing-plan.card.highlight + .card p {
        display: none;
    }
}


.individuals .right {
    grid-template-columns: 1fr;
}

.individuals .pricing-row {
    display: grid;
    grid-template-columns: 1.1fr 1.25fr 0.9fr;
    /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
    height: 200px;
}

.individuals .column.service.img-column{
    background-size: cover !important;
}

.individuals .bottom-note {
    margin-top: 25px;
}
.column.service.img-column {
    justify-content: flex-end;
}

.column.service {
    border-right: 1px solid #E6EAF3;
}

.business .column.service,
.column.not-availb {
    background: #F8FAFD;
}

.column.prices-box {
    padding-left: 45px;
}

.individuals .left .description {
    margin-left: 20px;
    max-width: 80%;
}
.individuals .left li {
    list-style: disc;
}

.individuals .service .badge {
    margin-top: 25px;
}

.pricing-new.individuals {
    margin-top: 80px;
}

.individuals .service .text {
    justify-content: flex-end;
}

/* The switch - the box around the slider */
.switch {
    top: -15px;
    margin-bottom: -5px;
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #77838F;
    border: 1px solid #77838F;
    transition: .4s;
    border-radius: 30px;
}

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

input:checked + .slider {
    background-color: #055DFF;
    border: 1px solid #055DFF;
}

input:focus + .slider {
    box-shadow: 0 0 1px #007bff;
}

input:checked + .slider:before {
    transform: translateX(0.86em);
    background-color: #fff;
}
.year_text,
.month_text{
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #77838F;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin-left: 0px;
    margin-top: -25px;
}
.column-titles {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
}
.column-titles div {
    display: flex;
    justify-content: flex-start;
    padding: 15px 0px;
    font-size: 18px;
}

.temp-v1 .account-plan>.container {
    grid-template-columns: 1fr;
}

.temp-v1 h2.pricing-plans {
    font-family: Poppins;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 45px;
}

.temp-v1 .cell.col_title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
}

.temp-v1 .table-container {
    background: #F8FAFD;
    padding-top: 80px;
    padding-bottom: 70px;
    margin-top: 70px;
    margin-bottom: 0px;
}

@media (max-width: 767.98px) {
    .temp-v1 h2.pricing-plans {
        font-size: 24px;
        padding-top: 55px;
        padding-bottom: 30px;
    }
    .switch {
        top: -12px;
    }
    .year_text, .month_text {
        margin-left: 2px;
        margin-top: -20px;
    }
    .slider:before {
        bottom: 1.5px;
    }
    .individuals .right {
        display: none;
    }
    .individuals .pricing-row {
        display: grid;
        grid-template-columns: 1fr;

    }

    .individuals .left .pricing-plans {
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        text-align: left;
        max-width: 80%;
    }
    .individuals .column.service {
        flex-direction: row;
        justify-content: center;
        text-align: left;
        padding: 20px;
    }
    .individuals .service .badge {
        margin-left: 85%;
    }

    .individuals .service.first-box {
        justify-content: flex-start;
        padding-left: 45px;
    }
    .left .description {
        margin-left: 20px;
        text-align: left;
        margin-bottom: 20px;
    }
    .service .text {
        margin-left: 0px;
    }

    .individuals .left {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        padding: 20px;
    }
    .individuals .left li {
        list-style: none !important;
    }
    .individuals .book-btn {
        margin-top: 0px;
        min-width: 100%;
        margin-bottom: 0px;
    }
    a.book-btn.secondary {
        margin-top: 15px;
    }
    .individuals  .left {
        gap: 25px;
        padding-bottom: 30px !important;
    }
    .individuals .inc-cols {
        margin-bottom: 15px;
    }

}


@media (min-width: 768px) and  (max-width: 1399px){
    .service .text {
        margin-left: 5px;
    }
    .column {
        padding: 10px;
    }

}

@media (min-width: 991px) and  (max-width: 1200px){
    .individuals .pricing-row {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (min-width: 1400px) {
    .pricing-new .container {
        max-width: 1356px;
    }
    .temp-v1 .pricing-new .container {
        max-width: 1011px;
    }
    .pricing-new.individuals .container {
        max-width: 100%;
        padding: 0 120px;
    }
}

@media (min-width: 1500px) {
    .pricing-new.individuals .container {
        max-width: 1390px;
        padding: 0 80px;
    }
}

.pricing-plan.card.highlight {
    background: #EDF3FF;
}
.pricing-plans__toggle {
    display: none !important;
}

@media (max-width: 1023.98px) {
    .pricing-new .container {
        margin: 0 3% 0;
        max-width: 96%;
    }
}
@media (max-width: 768px){
    .card .price {
        font-size: 32px;
    }
    .left .pricing-plans {
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 1439.98px) {

    .note {
        bottom: 20px;
        left: 35px;
        font-size: 14px;
    }

    .cost-title, .table-title {
        margin-bottom: 35px;
    }

    .left .pricing-plans {
        font-size: 32px;
        max-width: 80%;
    }

    .pricing-plans__toggle {
        display: none !important;
    }
    .info-block .price:before {
        margin-top: 7px;
    }
    .column {
        padding: 25px;
    }
    .extras {
        display: flex;
        justify-content: flex-start;
    }
    .service img {
        width: 98px;
        height: 68px;
        object-fit: cover;
        border-radius: 6px !important;
    }

    .pricing-new.business .column.service {
        flex-direction: column;
        padding: 25px;
    }
    .column.service.first-box {
        padding-left: 25px;
    }

    .service .badge {
        right: 10px;
        top: -68px;
        position: absolute;

    }

    .individuals .service .badge {
        top: 5px !important;
    }

    .service .text {
        margin-left: 0px;
        padding-top: 15px;
        position: relative;
    }
    .service .description {
        max-width: 80%;
    }

    .info-block .price {
        padding-bottom: 5px;
    }
    p.price-details {
        position: absolute;
        margin-top: 35px;
    }
    p.price-details b {
        margin-left: 70px;
        margin-top: -20px;
        max-width: 100px;
        position: absolute;
    }

}


@media (min-width: 1023px){
    .left {
        justify-content: flex-start;
        align-items: flex-start;
        height: 100%;
        padding-top: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {

    h2.pricing-plans {
        text-align: center !important;
        width: 100%;
    }
    br.lg {
        display: none;
    }
    .account-plan>.container {
        display: block!important;
    }

    .cost-title,
    .table-title{
        margin-left: 0px;
        text-align: center;
    }
    .account-plan .container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto auto;
        gap: 20px;
    }

    .left {
        grid-column: 1 / -1;
    }
    .pricing-plans__toggle {
        display: none !important;
    }

    .pricing-new section {
        margin-top: 0px;
    }

    .pricing-new.business .pricing-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto auto;
    }

    .service .text {
        max-width: 78%;
        margin-left: 0px;
        padding-top: 0px;
        position: relative;
    }
    .service img {
        width: 76px;
        height: 53px;
    }
    .pricing-new.business .column.service {
        grid-column: 1 / -1;
        flex-direction: row;
        padding: 25px;
        gap: 15px;
    }
    .service .description {
        max-width: 80%;
    }
    .service .badge {
        right: -35px;
        top: 0px;
        position: absolute;
    }
    .extras {
        max-width: 80%;
    }


    .responsive-table {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto auto;
    }

    .cell.col_1 {
        padding-left: 25px;
        grid-column: 1 / -1;
    }

    .pricing-new.individuals .left {
        gap: 0px;
    }

    .pricing-new.individuals h1.pricing-plans {
        text-align: center;
        max-width: 100%;
    }

    .individuals .left .description {
        margin-left: 20px;
        max-width: 100%;
    }
    .individuals .left .description.lg>ul {
        display: flex;
        justify-content: center;
    }
    .individuals .left .description.lg {
        display: block;
    }
    .individuals .left .description.lg>ul>li {
        width: auto;
        padding-right: 5px;
    }
    .individuals .left li {
        list-style: none;
    }
    .individuals .left li:after {
        content: ',';
    }
    .individuals .left li:last-child:after {
        display: none;
    }

}




html,body{
    overflow-x: hidden;
}
header {
    position: fixed!important;
    width: 100%;
}
.pricing-plan .toggle {
    height: 0px;
}
.card .price {
    margin-bottom: 30px;
}
.pricing-plan .switch {
    top: -27px;
}
.pricing-plan .year_text,
.pricing-plan .month_text {
    margin-top: -33px;
}

.pricing-row .column {
    border: 1px solid #E7EAF3!important;
}
.fixed .scrolled {
    margin-top: 20px;
}

.fixed .pricing-plan .toggle {
    display: none!important;
}

@media (min-width: 1440px) {
    .business .pricing-row .column {
        height: 145px;
        padding: 25px 40px;
    }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
    .fixed .pricing-plan.card.highlight + .card .top {
        justify-content: start !important;
    }
    .left .pricing-plans {
        max-width: 80%;
        text-align: center !important;
        margin: 0 auto;
    }
}

@media (max-width: 1023.98px) {
    .fixed .scrolled {
        display: none!important;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .column.service {
        align-items: center;
    }
    .service .description {
        max-width: 100%;
    }
    .account-plan.fixed {
        transform: translate(-50%, 80px)!important;
    }

}

@media (min-width: 1400px) {
    .pricing-new.individuals .container {
        max-width: 1124px!important;
        padding: 0px!important;
    }
}

@media (max-width: 1023.98px) {
    main.pricing-new.business {
        margin-top: 80px !important;
    }
}

@media (min-width: 1024px){
    main.pricing-new.business {
        margin-top: 160px!important;
    }
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
    .left .pricing-plans {
        text-align: left !important;
        margin-left: 0px;
    }
    .individuals .service .title {
        font-size: 20px;
    }
    .individuals .service .badge {
        top: -15px !important;
        right: 65px;
    }
    .individuals .column.prices-box {
        padding-left: 25px;
        padding-right: 45px;
    }
    main.pricing-new.individuals {
        margin-top: 190px !important;
    }
    .service .title {
        font-size: 16px;
    }
    .service .text {
        padding-top: 8px;
    }
    .business .column {
        max-height: 181px;
    }
    .card .price {
        margin-bottom: 20px;
    }
    p.price.pricing-plan__price-number {
        min-height: 85px;
        max-width: 80%;
    }
    .pricing-plan .switch {
        top: -50px;
    }
    .pricing-plan .year_text, .pricing-plan .month_text {
        margin-top: -82px;
    }
    .fixed .scrolled {
        font-size: 24px;
        line-height: 100%;
        padding-top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .individuals .column.service.first-box {
        padding-left: 25px;
        padding-right: 45px;
        padding-top: 30px!important;
    }
    .individuals .service .badge {
        right: 20px;
        top: 0px !important;
        margin-top: -7px;
    }
    .individuals .pricing-row {
        height: 100% !important;
    }
    .individuals .bottom-note {
        margin-bottom: 25px;
    }
    .individuals section {
        margin-bottom: 0px;
    }
    p.price.pricing-plan__price-number {
        min-height: 85px;
        max-width: 80%;
    }
    .pricing-plan .switch {
        top: -60px;
    }
    .pricing-plan .year_text, .pricing-plan .month_text {
        margin-top: -102px;
    }

    .fixed .left {
        display: none;
    }
    .pricing-plan.card {
        box-shadow: none !important;
        border: none;
    }
}

@media (min-width: 768px) and (max-width: 1439.98px) {
    .account-plan:not(.fixed) h3.plan-title {
        height: 40px;
    }

    .fixed .scrolled {
        margin-top: 12px;
    }

    .fixed p.price.pricing-plan__price-number {
        position: absolute;
        right: 20px;
        top: 15px;
        white-space: nowrap;
    }

    .fixed .card .plan-title {
        font-size: 12px !important;
    }
    .fixed .card .top {
        align-items: center;
        margin-bottom: 20px;
    }
    .fixed .card .price,
    .fixed .card .price span,
    .fixed .card .price b {
        font-size: 12px!important;
    }
    .fixed .card .plan-title {
        margin-top: 0px;
    }
}


@media (min-width: 768px) {
    .individuals .bottom-note {
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .individuals .left {
        justify-content: center;
    }
    header.no-scrolled.header-new-2 {
        box-shadow: 0px 2px 4px rgba(142, 152, 163, 0.25);
    }
    .individuals .bottom-note {
        margin-top: 45px;
        margin-bottom: 0px!important;
    }

    .individuals .account-plan>.container {
        max-width: 940px;
    }
    .individuals .column.service.first-box {
        min-width: 242px;
    }
    .individuals .right {
        max-width: 697px;
    }
    .individuals .left {
        min-width: 243px;
    }
}

@media (min-width: 1440px) {
    .fixed .pricing-plan.card.highlight + .card .top {
        justify-content: center ;
    }
    .pricing-new.individuals section {
        margin-top: 110px;
    }
    header.no-scrolled.header-new-2 {
        box-shadow: 0px 2px 4px rgba(142, 152, 163, 0.25);
    }
    .individuals .bottom-note {
        margin-top: 45px;
        margin-bottom: 0px!important;
    }
    .individuals .column.service.first-box {
        min-width: 307px;
    }
    .individuals .right {
        max-width: 777px;
    }
    .individuals .left {
        min-width: 347px;
    }
    .individuals .column.prices-box {
        padding-left: 20px;
    }
    .individuals .extras {
        justify-content: flex-start;
        max-width: 70%;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .individuals .service .badge {
        right: -10px;
    }
}