@media (min-width: 991.98px) {
    .header .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu,
    .profile-dropdown .dropdown-menu {
        display: block;
        box-shadow: 0 0 20px rgb(0 0 0 / 15%);
        opacity: 0;
        visibility: hidden;
        transform: scaleY(0);
        transform-origin: 0 0 0;
        border: none;
        border-radius: 5px;
    }

    .profile-dropdown .dropdown-menu {
        left: auto;
        right: 0;
    }

    .header .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu,
    .profile-dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }

    .header .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu a,
    .profile-dropdown .dropdown-menu a {
        font-size: 16px;
        color: #232323;
        font-weight: 500;
        padding: 10px 20px;
    }

        .header .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu a:hover,
        .profile-dropdown .dropdown-menu a:hover {
            background: #C7D9F9;
        }
}

@media (min-width: 1299.98px) {
    .quote-steps-main .container {
        max-width: 1260px;
    }
}

@media (min-width: 1399.98px) {
    .quote-steps-main .container {
        max-width: 1360px;
    }
}

@media (min-width: 1499.98px) {
    .quote-steps-main .container {
        max-width: 1460px;
    }
}

@media (min-width: 1599.98px) {
    .quote-steps-main .container {
        max-width: 1560px;
    }
}

@media (max-width: 1399.98px) {
    .get-started-main .box h2 {
        font-size: 30px;
    }

    .f-links a {
        font-size: 15px;
    }

    .plan-box h4 {
        max-width: 350px;
    }

    .info-listing li h4 {
        max-width: 240px;
    }

    .solutions-main p {
        font-size: 16px;
        line-height: 28px;
    }

    .text-area .main-heading {
        font-size: 44px;
    }

    .account-banner .heading-32 {
        font-size: 28px;
        line-height: 34px;
    }

    .top-banner h1 {
        font-size: 50px;
    }

    .top-banner .logo-text img {
        height: 45px;
    }

    .top-banner p {
        font-size: 17px;
    }

    .compare-head {
        flex-wrap: wrap;
    }

        .compare-head h2:not(#plansHeader) {
            margin-bottom: 15px !important;
        }

    .all-plans-table .table tr th .heading-16 {
        font-size: 14px;
        line-height: 22px;
    }

    .filter-main-div {
        flex: auto;
    }

    .filter-main {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 1199.98px) {
    .steps-listing ul li a {
        font-size: 16px;
    }

    .solutions-main h3 {
        font-size: 22px;
    }

    .solutions-main p {
        font-size: 16px;
        line-height: 28px;
    }

    .get-started-main .box {
        padding: 30px;
    }

        .get-started-main .box h2 {
            font-size: 26px;
            line-height: 40px;
        }

    .plan-box .details li {
        padding: 10px;
    }

        .plan-box .details li:last-child {
            padding: 10px;
        }

    .plan-box h4 {
        font-size: 15px;
        max-width: 280px;
    }

    .info-listing li h4 {
        max-width: 185px;
        font-size: 16px;
    }

    .c-banner h3 {
        font-size: 22px;
        line-height: 36px;
        max-width: 470px;
    }

    .header .navbar-brand img {
        height: 40px;
    }

    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 16px;
        font-size: 15px;
    }

    .c-banner {
        padding: 60px 0;
    }

    .text-area .main-heading {
        font-size: 40px;
        line-height: 50px;
    }

    .text-area .heading-24 {
        font-size: 20px;
        line-height: 30px;
    }

    .meet-honesty-sec .text {
        padding: 30px;
        border-radius: 30px;
    }

    .major-medical-sec.solutions-main .box {
        min-height: 557px;
    }

    .quote-box .c-box h3 {
        left: 75px;
        transform: translate(0, -50%);
        font-size: 16px;
    }

    .account-banner .heading-32 {
        font-size: 24px;
    }

    .account-banner .theme-btn {
        font-size: 16px;
        padding: 10px 25px;
    }

    .sq-img img {
        height: 450px;
    }

    .top-banner h1 {
        font-size: 42px;
    }

    .top-banner .logo-text img {
        height: 38px;
    }

    .top-banner p {
        font-size: 16px;
        line-height: 26px;
    }

    .top-banner .theme-btn {
        margin-top: 20px;
        font-size: 16px;
        padding: 10px 35px;
    }

    .start-quote-main .main-heading {
        font-size: 42px;
        line-height: 50px;
    }

    .start-quote-main .heading-32 {
        font-size: 28px;
        line-height: 40px;
    }

    .rec-plan {
        background-size: 44px;
        background-position: 0px 15px;
    }

    .plan-box .title {
        flex: 0 0 42%;
        max-width: 42%;
    }

    .plan-box .p-details {
        flex: 0 0 58%;
        max-width: 58%;
    }

    .offcanvas.pd-modal {
        width: 900px;
    }

    .steps-form-main h2 {
        font-size: 28px;
    }

    .all-plans-table .table thead {
        display: none;
    }

    .all-plans-table .table tbody {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 14px;
    }

        .all-plans-table .table tbody tr {
            flex: 0 0 calc(50% - 7px);
            max-width: calc(50% - 7px);
        }

    .all-plans-table .table tr td {
        display: block;
    }

        .all-plans-table .table tr td + td {
            border: none;
            padding-top: 0;
        }

        .all-plans-table .table tr td:first-child {
            border-radius: 0;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .all-plans-table .table tr td:last-child {
            border-radius: 0;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            padding-top: 15px;
        }

            .all-plans-table .table tr td:last-child .text-center {
                display: flex;
            }

                .all-plans-table .table tr td:last-child .text-center .theme-btn {
                    order: 2;
                }

        .all-plans-table .table tr td:nth-child(3):before {
            content: attr(data-th);
            font-size: 14px;
            line-height: 24px;
            font-weight: 600;
            color: #232323;
            margin-bottom: 5px;
            display: block;
        }
}

@media (max-width: 991.98px) {
    .plan-box h4 {
        max-width: 100%;
    }

    .category-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .category-radio {
        display: flex;
        padding: 15px;
    }

        .category-radio figure {
            flex: 0 0 64px;
            max-width: 64px;
        }

        .category-radio .text {
            flex: 0 0 calc(100% - 64px);
            max-width: calc(100% - 64px);
            padding-left: 15px;
            text-align: left;
        }

        .category-radio h4 {
            margin-top: 0;
        }

        .category-radio p {
            max-width: 280px;
            margin: 5px 0 0;
        }

    .top-banner ul li {
        font-size: 16px;
        line-height: 28px;
    }

    .main-heading {
        font-size: 38px;
        line-height: 50px;
    }

    .solutions-main figure {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

        .solutions-main figure img {
            height: 60px;
        }

    .solutions-main .box h3 span {
        display: inline-block !important;
    }

    .f-links a + a {
        margin-left: 20px;
    }

    .f-text {
        margin-bottom: 20px;
    }

    .plan-box .details li {
        flex: 1;
    }

        .plan-box .details li.month-price {
            width: auto;
        }

        .plan-box .details li:last-child {
            width: 100%;
            border-top: 1px solid #C7D9F9;
            text-align: right;
        }

    .detail-collapse .table {
        width: 700px;
    }

    .step-4 .plan-box .details li {
        flex: 0 0 50%;
        max-width: 50%;
        border-bottom: 1px solid #C7D9F9;
    }

        .step-4 .plan-box .details li:last-child {
            border-top: none;
            border-bottom: 0;
            border-top: 0;
        }

        .step-4 .plan-box .details li:nth-child(2n+1) {
            border-left: 0;
        }

    .success-step h3 {
        font-size: 32px;
        line-height: 44px;
    }

    .plan-box .details li p {
        font-size: 14px;
    }

    .plan-box {
        flex-wrap: wrap;
        padding-top: 15px;
        padding-left: 0;
    }

        .plan-box .c-logo {
            margin-left: 15px;
        }

        .plan-box .details {
            border-top: 1px solid #C7D9F9;
            margin-top: 10px;
            width: 100%;
        }

            .plan-box .details li:first-child {
                border-left: 0;
            }

    .step-4 .plan-box {
        padding-top: 0;
    }

        .step-4 .plan-box .details {
            margin-top: 0;
            border-top: 0;
        }

    .info-listing {
        grid-template-columns: repeat(2, 1fr);
    }

        .info-listing li:nth-child(3n) {
            border-right: 1px solid #C7D9F9;
        }

        .info-listing li:nth-child(2n) {
            border-right: 0;
        }

        .info-listing li {
            padding: 10px;
        }

    .quote-info-box > h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .text-area .main-heading {
        font-size: 38px;
        line-height: 48px;
    }

    .text-area p {
        font-size: 16px;
        line-height: 26px;
    }

    .about-honesty-sec .row,
    .meet-honesty-sec .row {
        align-items: end !important;
    }

    .major-plan-sec .row {
        align-items: center !important;
    }

    .about-honesty-sec .text,
    .meet-honesty-sec .text {
        margin-bottom: 30px;
    }

    .meet-honesty-sec .text {
        padding: 30px 20px;
    }

    .s-box-main.solutions-main .box {
        padding: 20px;
    }

    .c-tabs .nav-item .nav-link {
        padding: 10px 10px;
        font-size: 14px;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
        box-shadow: none !important;
    }

    .header .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu {
        background: #C7D9F9;
        border-radius: 10px;
        margin: 0;
        padding: 0;
        border: 0;
    }

        .header .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu a {
            font-size: 14px;
            line-height: 24px;
            padding: 10px 20px;
        }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0px;
        background: rgb(255, 255, 255);
        z-index: 999;
        box-shadow: 1px 5px 5px rgb(0 0 0 / 10%);
    }

        .navbar-collapse .navbar-nav {
            max-width: 720px;
            padding: 0 10px;
        }

    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .account-banner .heading-32 {
        max-width: 280px;
    }

    .account-banner .theme-btn {
        padding: 10px 25px;
    }

    .theme-btn {
        padding: 10px 30px;
        font-size: 16px;
    }

    .text-btn {
        padding: 0;
    }

    .link-btn {
        font-size: 16px;
    }

    .quote-detail-mascot img {
        max-width: 300px;
        margin: auto;
    }

    .top-banner .banner-img img {
        height: 300px;
        width: 300px;
    }

    .top-banner h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .top-banner p {
        font-size: 14px;
        line-height: 24px;
    }

    .top-banner .theme-btn {
        font-size: 14px;
        padding: 10px 18px;
    }

    .enroll-img img {
        width: 250px;
        height: 250px;
        object-fit: cover;
        object-position: top;
    }

    .ready-review-text {
        min-height: auto;
    }

    .start-quote-main .main-heading {
        font-size: 38px;
    }

    .start-quote-main .heading-32 {
        font-size: 24px;
        line-height: 38px;
    }

    .plan-box .title,
    .plan-box .details {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .offcanvas.pd-modal {
        width: 700px;
    }

    .pd-modal .plan-box .title,
    .pd-modal .plan-box .details li {
        padding: 12px 15px;
    }

    .pd-modal .plan-box .title {
        padding-top: 0;
    }

    .steps-form-main h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .steps-form-main .step-3 h2 {
        flex: none;
        margin-right: 15px;
    }

    .sq-img img {
        height: 250px;
        margin-top: 30px;
    }

    .filter-main {
        justify-content: start;
    }
}

@media (max-width: 767.98px) {
    .logo img {
        height: 30px;
    }

    .mail-us {
        font-size: 15px;
    }

    .top-banner {
        padding: 30px 0 50px;
    }

    .theme-btn {
        font-size: 16px;
    }

    .top-banner .banner-img {
        text-align: center;
    }

        .top-banner .banner-img img {
            margin-bottom: 15px;
        }

    .solutions-main {
        padding: 50px 0;
    }

    .main-heading {
        font-size: 30px;
        line-height: 40px;
    }

    .get-started-main .box h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .f-links a + a {
        margin-left: 0;
    }

    .f-links a {
        font-size: 14px;
    }

    .social-links {
        margin-top: 20px;
    }

    .get-started-main {
        padding-bottom: 40px;
    }

    .steps-form-main h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .steps-form-main {
        padding: 30px 0 40px 0;
    }

    .steps-listing {
        padding: 20px 0 0;
        min-height: auto;
        position: relative;
        width: auto;
        left: 0;
        height: auto;
    }

        .steps-listing::before {
            display: none;
        }

        .steps-listing ul li {
            text-align: left;
        }

            .steps-listing ul li a {
                font-size: 20px;
                line-height: 30px;
                width: 100%;
                padding-right: 0;
                position: absolute;
                left: -9999px;
                padding-bottom: 15px;
            }

                .steps-listing ul li a.current {
                    position: relative;
                    left: 0;
                }

                .steps-listing ul li a.current, .steps-listing ul li a.done {
                    font-weight: 800;
                    color: #1E55BD;
                }

                .steps-listing ul li a span {
                    font-weight: 700;
                    font-size: 20px;
                }

            .steps-listing ul li + li {
                margin: 0;
            }

            .steps-listing ul li a::before {
                content: "Step " counter(number) " of 5";
                width: auto;
                height: auto;
                background: none;
                border: none;
                font-size: 18px;
                line-height: 30px;
                color: #232323;
                opacity: 0;
                visibility: hidden;
            }

            .steps-listing ul li a.current::before, .steps-listing ul li a.done::before {
                background: none;
                color: #232323;
                font-weight: 500;
                text-indent: inherit;
            }

            .steps-listing ul li a::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                border-radius: 30px;
                height: 5px;
                width: 100%;
                background: -webkit-linear-gradient(left, #1E55BD 20%, #C7D9F9 0%);
            }

            .steps-listing ul li:nth-child(2) a::after {
                background: -webkit-linear-gradient(left, #1E55BD 40%, #C7D9F9 0%);
            }

            .steps-listing ul li:nth-child(3) a::after {
                background: -webkit-linear-gradient(left, #1E55BD 60%, #C7D9F9 0%);
            }

            .steps-listing ul li:nth-child(4) a::after {
                background: -webkit-linear-gradient(left, #1E55BD 80%, #C7D9F9 0%);
            }

            .steps-listing ul li:nth-child(5) a::after {
                background: -webkit-linear-gradient(left, #1E55BD 100%, #C7D9F9 0%);
            }

    .step-btn {
        text-align: right;
    }

    .success-step {
        padding: 0 0 30px;
    }

    .f-links {
        display: inline-block;
    }

        .f-links a {
            margin-left: 0;
            margin-top: 5px;
        }

    .footer {
        padding-top: 30px;
    }

    .detail-modal .plan-box {
        padding: 0;
    }

        .detail-modal .plan-box .details {
            border: 0;
            margin: 0;
        }

    .benefit-accordian .accordion-item .accordion-body > p,
    .a-details ul li p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .benefit-accordian .accordion-item .accordion-button {
        font-size: 14px;
    }

    .info-listing li h4 {
        max-width: 130px;
        font-size: 14px;
    }

    .c-banner h3 {
        font-size: 18px;
        line-height: 30px;
        max-width: 370px;
    }

    .c-banner {
        padding: 40px 0;
    }

    .a-img img {
        width: 280px;
    }

    .meet-img img {
        width: 250px;
        margin-bottom: 30px;
    }

    .c-tabs .nav-item .nav-link {
        border-radius: 10px;
        margin: 5px;
    }

    .c-tabs {
        justify-content: start !important;
    }

    .major-medical-sec.solutions-main .box {
        min-height: auto;
        margin-bottom: 30px;
    }

    .navbar-collapse .navbar-nav {
        max-width: 540px;
    }

    .account-banner .heading-32 {
        max-width: 100%;
    }

    .account-banner {
        padding-top: 10px;
    }

        .account-banner .theme-btn {
            padding: 7px 25px;
            margin-left: 0 !important;
            margin-top: 10px;
            font-size: 14px;
        }

    .member-details {
        grid-template-columns: repeat(2, 1fr);
    }

    .profile-box .user-details {
        flex: 0 0 calc(100% - 80px);
        max-width: calc(100% - 80px);
    }

        .profile-box .user-details .text-16 {
            font-size: 14px;
        }

        .profile-box .user-details ul li {
            width: 100%;
        }

            .profile-box .user-details ul li + li {
                margin-left: 0;
                margin-top: 5px;
            }

    .profile-box .user-img {
        flex: 0 0 80px;
    }

        .profile-box .user-img img {
            height: 80px;
        }

    .c-alert {
        margin-top: 15px;
    }

    .quote-box .c-box h3 {
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
    }

    .account-banner .mascot-img img {
        height: 160px;
        max-width: max-content;
    }

    .f-links ul li {
        width: 100%;
    }

        .f-links ul li + li {
            margin-top: 10px;
            margin-left: 0;
        }

    .main-section,
    .steps-main,
    .empty-state-main {
        min-height: calc(100vh - 214px);
    }

    .category-radio-main .category-radio p {
        margin-left: 0;
    }

    .heading-32 {
        font-size: 24px;
        line-height: 40px;
    }

    .se-btn-row > div:nth-child(2) {
        order: 1;
        margin-bottom: 20px;
    }

    .se-btn-row > div {
        order: 2;
    }

    .quote-title {
        display: none;
    }

    .start-quote-main .heading-32 {
        font-size: 17px;
        line-height: 30px;
    }

    .start-quote-main .theme-btn {
        padding: 8px 22px;
    }

    .category-radio p {
        margin-left: 0;
    }

    .mobile-pregress-line {
        position: absolute;
        width: 2px;
        height: 5px;
        background: #fff;
        bottom: 0;
        z-index: 99;
    }

        .mobile-pregress-line.one {
            left: 20%;
        }

        .mobile-pregress-line.two {
            left: 40%;
        }

        .mobile-pregress-line.three {
            left: 60%;
        }

        .mobile-pregress-line.four {
            left: 80%;
        }

    .start-quote-main .main-heading {
        font-size: 28px;
    }

    .offcanvas.pd-modal {
        width: 500px;
    }

    .pd-modal .benefits-ul li {
        width: 100%;
    }

        .pd-modal .benefits-ul li + li p:before {
            display: none;
        }

    .plan-collapses-main .collapse-content .card-body {
        padding: 10px;
    }

        .plan-collapses-main .collapse-content .card-body .p-text {
            font-size: 12px;
            line-height: 20px;
        }
}

@media (max-width: 575.98px) {
    .spouse-or-dependent {
        flex-wrap: wrap;
    }
    .custom-label {
        font-size: 14px;
        line-height: 1.2rem;
    }

    .theme-sm-btn {
        width: 200px;
    }

    .mail-us {
        font-size: 13px;
    }

        .mail-us a + a {
            font-size: 12px;
            margin-top: 2px;
        }

    .top-banner h1 {
        font-size: 29px;
        line-height: 40px;
    }

    .theme-btn {
        font-size: 14px;
    }

    .get-started-main .box h2 {
        line-height: 28px;
        margin-bottom: 10px !important;
    }

    .f-text {
        margin-bottom: 0;
    }

    .f-links {
        margin-top: 20px;
    }

        .f-links a + a {
            margin-left: 20px;
            margin-top: 0;
        }

        .f-links p {
            margin-bottom: 10px;
        }

    .f-logo img {
        height: 30px;
    }

    .category-radio figure {
        flex: 0 0 48px;
        max-width: 48px;
    }

    .category-radio .text {
        flex: 0 0 calc(100% - 48);
        max-width: calc(100% - 48);
    }

    .category-radio a {
        margin-top: 5px;
    }

    .dependent-box .box {
        padding: 30px 15px 0;
    }

    .mem-info-box {
        padding: 20px 10px 0;
    }

    .dependent-box .box .delete {
        margin-top: 0;
    }

    .step-btn .theme-btn {
        padding: 8px 24px;
    }

    .detail-collapse {
        padding: 10px;
    }

    .plan-box .details li,
    .plan-box .details li:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: row;
        justify-content: start;
        border-left: 0;
    }

        .plan-box .details li .select-btn {
            order: 2;
            margin-left: auto;
        }

        .plan-box .details li p {
            margin-top: 0;
            margin-left: auto;
        }

    .detail-collpase {
        margin-left: 5px;
    }

    .plan-box .title {
        padding-top: 0;
    }

    .step-4 .plan-box .details li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .success-step h3 {
        font-size: 24px;
        line-height: 35px;
    }

    .success-step p {
        margin: 10px 0 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .detail-modal .offcanvas-body {
        padding: 20px;
    }

    .pagination-container {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .theme-btn.text-btn {
        padding: 0;
    }

    .detail-modal .name-logo figure {
        width: 100%;
    }

    .detail-modal .name-logo h4 {
        margin-left: 0;
        font-size: 16px;
        max-width: 130px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .detail-modal .name-logo .theme-btn {
        padding: 6px 25px;
    }

    .detail-modal .plan-box .details li {
        width: 100%;
        flex: auto;
    }

    .benefits-list ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .offcanvas.detail-modal {
        width: 90%;
    }

    .big-btn {
        padding: 12px 40px;
    }

    .plan-box .c-logo img {
        max-height: 30px;
        max-width: 90px;
    }

    .plan-box {
        margin-top: 10px;
    }

    .info-listing {
        grid-template-columns: repeat(1, 1fr);
    }

        .info-listing li:nth-child(3n) {
            border-right: 0;
        }

        .info-listing li {
            border-right: 0;
        }

    .quote-info-box {
        padding: 15px;
    }

        .quote-info-box > h3 {
            font-size: 18px;
            line-height: 26px;
        }

            .quote-info-box > h3 img {
                width: 34px;
            }

    .d-box .info-listing li > img {
        width: 34px;
    }

    .quote-main {
        padding: 20px 0 40px;
    }

    .info-listing li h4 {
        max-width: 200px;
    }

    .c-label {
        font-size: 14px;
    }

    .c-banner h3 {
        font-size: 15px;
        line-height: 26px;
        max-width: 370px;
    }

    .c-banner .main-heading {
        margin-top: 10px;
        font-size: 24px;
        line-height: 30px;
    }

    .padd-60 {
        padding: 40px 0;
    }

    .padd-top-60 {
        padding-top: 40px;
    }

    .padd-bottom-60 {
        padding-bottom: 40px;
    }

    .text-area .main-heading {
        font-size: 28px;
        line-height: 38px;
    }

    .text-area .heading-24 {
        font-size: 16px;
        line-height: 28px;
        margin-top: 10px;
    }

    .text-area p {
        font-size: 14px;
        line-height: 24px;
    }

    .c-tabs .nav-item {
        width: 100%;
    }

        .c-tabs .nav-item .nav-link {
            margin: 5px 0;
            width: 100%;
        }

    .faq-accordian .accordion-item .accordion-button {
        font-size: 15px;
        line-height: 24px;
    }

    .faq-accordian .accordion-item .accordion-body p {
        font-size: 14px;
        color: #666;
        line-height: 24px;
    }

    .work-step-main .text {
        padding-left: 0;
        margin-top: 20px;
    }

    .work-step-main figure img {
        width: 200px;
    }

    .work-steps-sec .row:before {
        display: none;
    }

    .work-steps-sec .row + .row {
        margin-top: 30px;
    }

    .work-step-main .text .label {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .text-area p {
        margin-top: 10px;
    }

    .header .top-bar p {
        font-size: 13px;
    }

    .header .top-bar .theme-btn {
        font-size: 14px;
    }

    .navbar-collapse .navbar-nav {
        max-width: 100%;
    }

    .header .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu a {
        font-size: 13px;
        line-height: 20px;
        padding: 7px 15px;
    }

    .header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .c-banner {
        padding: 25px 0;
    }

    .l-logo {
        display: none;
    }

    .auth-form {
        flex: 0 0 100%;
        max-width: 100%;
        border-radius: 20px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        position: relative;
        padding: 20px;
    }

    .login-mobile {
        padding-top: 20px;
        display: block !important;
        box-shadow: none
    }

        .login-mobile .m-img img {
            margin-bottom: -10px;
        }

    .auth-main {
        display: block;
        padding: 0;
    }

    .account-banner {
        padding-top: 20px;
        text-align: center;
    }

        .account-banner .theme-btn {
            margin: 10px auto 0 !important;
        }

        .account-banner .mascot-img img {
            height: 150px;
        }

        .account-banner .heading-32 {
            font-size: 20px;
            width: 100%;
        }

    .account-tabs li a {
        padding: 8px 15px;
        font-size: 13px;
    }

        .account-tabs li a i {
            font-size: 15px;
            margin-right: 5px;
        }

    .profile-box .edit-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 0 10px;
        font-size: 13px;
    }

        .profile-box .edit-btn i {
            margin-right: 3px !important;
            display: inline-block;
            transform: translateY(0);
        }

    .c-box {
        padding: 15px;
    }

    .profile-box .user-details .heading-24 {
        font-size: 18px;
    }

    .profile-box .user-details ul li i {
        font-size: 15px;
    }

    .profile-box .member-details .text-16 {
        font-size: 14px;
    }

    .member-details {
        grid-gap: 15px;
    }

    .profile-box .user-details.update-btns {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0 !important;
        margin-top: 10px;
    }

        .profile-box .user-details.update-btns .theme-btn {
            padding: 4px 20px;
            font-size: 13px;
        }

    .quote-box .c-box {
        padding: 10px;
    }

    .lightblue-box {
        padding: 15px;
    }

    .header {
        padding: 13px 0;
    }

    .main-section,
    .steps-main,
    .empty-state-main {
        min-height: calc(100vh - 307px);
    }

    .grid-row {
        grid-row-gap: 20px;
    }

    .text-18 {
        font-size: 16px;
        line-height: 26px;
    }

    .sq-img img {
        height: 220px;
    }

    .start-quote-main {
        text-align: center;
    }

    .detail-steps {
        margin-bottom: 30px;
    }

    .mail-us a:nth-child(1), .mail-us a:nth-child(2) {
        display: none !important;
    }

    .mail-us a.mobile-phone {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin: 0;
        font-size: 14px;
        border-radius: 50%;
        color: #fff;
        background: #437eeb;
    }

    .header .col-lg-3 {
        margin-left: auto;
    }

    .start-quote-main {
        margin-bottom: 40px;
    }

        .start-quote-main .theme-btn {
            min-width: 300px;
            margin-top: 20px;
        }

    .contact-phone {
        flex-wrap: wrap;
        margin-top: 15px;
        grid-gap: 0;
        justify-content: center;
    }

        .contact-phone .form-group {
            flex: 0 0 300px;
        }

        .contact-phone .theme-btn {
            flex: 0 0 calc(50% - 20px);
            min-width: auto;
        }

            .contact-phone .theme-btn + .theme-btn {
                margin-left: 10px;
            }

    .dependent-box .box .remove-dependent {
        top: 7px;
        right: 7px;
    }

    .radio-group {
        padding-left: 15px;
    }

    .steps-form-main h2 {
        font-size: 18px;
        line-height: 28px;
    }

        .steps-form-main h2.mb-30 {
            margin-bottom: 15px !important;
        }

    .slider-wrap .slide img {
        height: 85px;
    }

    .slider-wrap .slide {
        width: 90px;
    }

    .js-marquee {
        grid-gap: 40px;
    }

    .top-banner .logo-text img {
        height: 26px;
    }

    .top-banner p {
        max-width: 350px;
        margin: 15px auto 0;
    }

    .top-banner .theme-btn + .theme-btn {
        margin-left: 10px;
    }

    .top-banner .theme-btn {
        font-size: 14px;
        padding: 8px 30px;
    }

    .get-started-main .box .theme-btn {
        margin: 0 4px !important;
        font-size: 13px;
        padding: 8px 24px;
    }

    .solutions-main .box .work-counter {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 50px;
    }

    .enroll-img img {
        width: 200px;
        height: 200px;
    }

    .enrolled-plan-box {
        padding: 15px;
        background-size: 60px;
    }

        .enrolled-plan-box .details {
            padding-left: 70px;
        }

    .ready-review-text ul li {
        width: 100%;
    }

        .ready-review-text ul li + li {
            margin-left: 0;
            margin-top: 15px;
        }

    .as-btns .theme-btn {
        margin: 10px auto 0;
    }

    .c-pagination li + li {
        margin-left: 0;
    }

    .c-pagination li {
        margin: 0 3px;
    }

        .c-pagination li a {
            width: 28px;
            height: 28px;
            font-size: 13px;
            line-height: 28px;
        }

    .offcanvas.pd-modal {
        width: 320px;
    }

    .pd-modal .offcanvas-body {
        padding: 0 15px 15px;
    }

    .plan-collapses-main .collapse-content button {
        display: block;
        position: relative;
    }

        .plan-collapses-main .collapse-content button span {
            width: 95%;
            display: inline-block;
            text-align: left;
            margin-top: 5px;
        }

        .plan-collapses-main .collapse-content button:after {
            transform: rotate(180deg) translateY(50%);
            position: absolute;
            top: 50%;
            right: 8px;
            font-size: 10px;
        }

        .plan-collapses-main .collapse-content button.collapsed:after {
            transform: rotate(0) translateY(-50%);
        }

    .pd-modal .offcanvas-body .white-box {
        padding: 10px;
    }

    .pd-modal .plan-box .title, .pd-modal .plan-box .details li {
        padding: 5px 8px;
    }

    .steps-form-main .step-3 > .d-flex {
        flex-wrap: wrap;
        margin: 0 !important;
    }

    .steps-form-main .step-3 h2:not(#plansHeader) {
        order: 2;
        margin-top: 15px;
    }

    .steps-form-main .step-3 h2 + .ms-auto {
        margin-left: 0 !important;
        order: 1;
    }

    .offcanvas.filter-modal {
        width: 320px;
    }

    .rec-plan .details p {
        min-height: auto;
    }

    .rec-plan {
        padding: 20px 10px 5px;
        margin-top: 10px;
    }

        .rec-plan .details {
            text-align: left;
        }

        .rec-plan .amount-select .emp-text {
            position: absolute;
            top: 20px;
            right: 15px;
            display: flex;
            flex-direction: column;
        }

            .rec-plan .amount-select .emp-text .p-text {
                order: 2;
                font-size: 11px;
            }

        .rec-plan .amount-select h3 {
            font-size: 22px;
            font-weight: 700;
            margin: 0 !important;
        }

        .rec-plan .theme-btn {
            max-width: inherit;
            margin: 0 !important;
        }

        .rec-plan .details h4 {
            padding-left: 38px;
            margin-top: 4px;
            font-size: 16px;
        }

        .rec-plan .details h3 {
            font-size: 17px;
            line-height: 26px;
        }

    .compare-all-btn {
        box-shadow: 0 0 0 3px #fff, 0 5px 10px rgb(0 0 0 / 50%);
        width: 200px;
    }

    .applied-filters p {
        margin-right: 10px;
    }

    .plans-listing > h2 {
        margin: 10px 0 !important;
    }

    .profile-dropdown .dropdown-toggle img {
        width: 30px;
        height: 30px;
    }

    .step-btn .link-btn {
        font-size: 13px;
    }

    .filter-main .tag-group {
        width: 160px;
    }

    .filter-main .sort-group {
        flex: 0;
    }

    .compare-box {
        margin: 10px 0;
    }

    .filter-main .form-group .form-control,
    .filter-btn {
        font-size: 13px;
    }

        .filter-btn i {
            font-size: 14px;
            margin-left: 6px;
        }

    .all-plans-table .table tbody tr {
        flex: 0 0 100%;
        max-width: 100%;
    }
   .enroll-step-btn .theme-btn.text-btn {
        font-size: 13px;
        padding: 0;
    }

    .enroll-step-btn .theme-btn {
        padding: 5px 10px;
        font-size: 13px;
    }

    .ct-form-group {
        max-width: 300px;
        margin: auto !important;
    }

    .plan-detail-modal .offcanvas-body {
        padding: 35px 15px 20px;
    }

    .plan-detail-modal .name-details .theme-btn {
        font-size: 13px;
        padding: 5px 20px;
    }
}

@media (max-width: 576px) {
    .left-nt-82.dropdown-menu[data-bs-popper] {
        left: -82px;
    }
    .detail-steps-title {
        text-align: center;
    }
}

@media(max-width: 1200px) and (min-width: 992px) {
    .theme-btn {
        padding: 10px 30px;
    }
}