html,
body {
    height: 100%;
}


body {
    font-family: 'Helvetica';
    font-weight: normal;
    color: #333538;
    line-height: 1.5;
}

.btn-outline-success {
    font-size: 22px;
    background: white;
    box-shadow: 0px 0px 10px #0000003B;
    padding: 10px 22px;
    border-radius: 12px;
    color: #101010;
    font-weight: 600;
    border: 2px solid #101010;
    width: 70%;
}
    .btn-outline-success:hover {
        background: linear-gradient(75deg, #20c540, #00abe8);
        color: white;
        border: 0;
        padding: 12px 24px;
    }
    .btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
        background: linear-gradient(75deg, #20c540, #00abe8);
        color: white;
        border: 0;
        padding: 12px 24px;
    }

.box-holder {
    position: relative;
    box-shadow: 0px 0px 30px #0000001C;
    border-radius: 8px;
    background-color: #fff;
}

    .box-holder:before {
        position: absolute;
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        background-color: #4AA1AD;
        color: #fff;
        width: 37px;
        height: 37px;
        line-height: 30px;
        border-radius: 100vmax;
        left: 50%;
        transform: translateX(-50%);
        top: -15px;
        border: 4px solid;
        text-align: center;
    }

    .box-holder.no-arrow:before {
        display: none;
    }

a {
    color: #333538;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: 'Helvetica';
    font-weight: 700;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333538;
    opacity: 1; /* Firefox */
}

.form-control.read-only, .form-control:disabled {
    color: #737578;
    cursor: not-allowed;
}

.form-select {
    background-color: #E4E4E4;
    color: #333538;
    border: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    background-image: url(../img/arrow-down.svg);
}

    .form-select:disabled {
        color: #737578;
        cursor: not-allowed;
    }

select, select option {
    font-family: "Helvetica";
}

select, input[type="checkbox"], input[type="radio"] {
    cursor: pointer;
}

.custom-btn {
    background: transparent linear-gradient(99deg, #5DB764 0%, #3F98D7 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #0000003B;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: inherit;
    border: 0;
    display: inline-block;
    position: relative;
}

    .custom-btn:hover, .custom-btn:focus {
        color: #fff;
        top: 1px;
        left: 1px;
    }

.add-dep-btn {
    background-color: #4AA1AD;
    box-shadow: 0px 0px 10px #0000003B;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
    font-family: inherit;
    border: 0;
    display: inline-block;
    position: relative;
}

    .add-dep-btn:hover {
        background-color: #61B0E5;
        color: #fff;
        left: 1px;
        top: 1px;
    }

.remove-dep-btn {
    background-color: #56AD7E;
    box-shadow: 0px 0px 10px #0000003B;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
    font-family: inherit;
    border: 0;
    display: inline-block;
    position: relative;
}

    .remove-dep-btn:hover {
        background-color: #61B0E5;
        color: #fff;
        left: 1px;
        top: 1px;
    }

a:hover, a:focus {
    color: #3F98D7;
}


.MobiCallMe {
    position: relative;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 26px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #00000015;
    background-color: #4AA1AD;
}

.MobiGetQuote {
    position: relative;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 26px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #00000015;
    background-color: #56AD7E;
}

    .MobiCallMe:hover, .MobiGetQuote:hover {
        background-color: #61B0E5;
        color: #fff !important;
        left: 1px;
        top: 1px;
    }

/* header */
header {
    background-color: #F0F1F1;
}

    header .top-header {
    }

    header .top-header {
        background-color: #5E6367;
    }

        header .top-header ul.top-header-left {
        }

        header .top-header ul.top-header-left {
        }

            header .top-header ul.top-header-left li {
            }

                header .top-header ul.top-header-left li a {
                    color: #333538;
                    font-size: 11px;
                    font-weight: 500;
                    padding-top: 12px;
                    padding-bottom: 11px;
                    background-color: #A8ABAD;
                }

                    header .top-header ul.top-header-left li a.nav-link:hover {
                        background-color: #909497;
                        color: #fff;
                    }

                header .top-header ul.top-header-left li.active a {
                    background-color: #F0F1F1;
                }

        header .top-header .top-header-right {
            background-color: #5E6367;
            padding-right: 15px;
        }

            header .top-header .top-header-right a {
                color: #fff;
            }

                header .top-header .top-header-right a .arrow-circle {
                }

                header .top-header .top-header-right a i.fa-phone-alt {
                }

                header .top-header .top-header-right a:last-child {
                    background-color: #8A8D90;
                    padding: 4px 12px;
                    border-radius: 7px;
                }

                    header .top-header .top-header-right a:last-child i.fa-user {
                    }

                header .top-header .top-header-right a:hover {
                    text-decoration: underline;
                }

    header .navbar {
    }

    header .navbar {
    }

        header .navbar .navbar-brand {
            max-width: 205px;
        }

            header .navbar .navbar-brand.cobranding {
                max-width: 120px;
            }

            header .navbar .navbar-brand.admin {
                max-width: 85px;
            }

            header .navbar .navbar-brand img {
            }

        header .navbar .navbar-toggler {
            border: 0;
            color: #3E95D9;
            font-size: 37px;
        }

            header .navbar .navbar-toggler i {
            }

            header .navbar .navbar-toggler i {
            }

@media(max-width:991.98px) {
    header .navbar .offcanvas {
        width: 81%;
        right: auto;
        left: 0;
        background: transparent linear-gradient(160deg, #5DB560 0%, #3F96D6 79%, #3E95D9 100%) 0% 0% no-repeat padding-box;
    }
}

header .navbar .nav-cta {
}

    header .navbar .nav-cta .phone {
    }

    header .navbar .nav-cta .btns a {
        position: relative;
    }

        header .navbar .nav-cta .btns a:hover {
            background-color: #61B0E5;
            color: #fff;
            left: 1px;
            top: 1px;
        }

    header .navbar .nav-cta .phone a {
    }

        header .navbar .nav-cta .phone a:hover {
            color: #4D8DB7
        }

        header .navbar .nav-cta .phone a i {
        }

    header .navbar .nav-cta .btn {
    }

    header .navbar .nav-cta .call-btn {
    }

    header .navbar .nav-cta .user-btn {
    }

header .navbar .navbar-nav .nav-item {
}

@media(max-width:991.98px) {
    header .navbar .navbar-nav {
        max-height: 100vh;
        overflow-y: auto;
    }

        header .navbar .navbar-nav .nav-item a {
            border-bottom: 1px solid;
            color: #fff;
            padding: 12px 17px;
            font-size: 18px;
        }
}

header .navbar .navbar-nav .dropdown {
}

    header .navbar .navbar-nav .dropdown .dropdown-toggle {
    }

        header .navbar .navbar-nav .dropdown .dropdown-toggle:after {
            border: 0;
            content: "\f107";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            vertical-align: middle;
            float: right;
        }

        header .navbar .navbar-nav .dropdown .dropdown-toggle[aria-expanded='true']:after {
            content: "\f106";
        }

header .navbar .navbar-nav .dropdown-menu {
    background: rgba(0,0,0,.10);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
}

header .navbar .navbar-nav .dropdown-menu {
}

    header .navbar .navbar-nav .dropdown-menu li {
    }

.dropdown-inner {
}

    .dropdown-inner .benefits {
        display: none;
    }

    .dropdown-inner .all-benefits {
    }

    .dropdown-inner .plans {
    }

    .dropdown-inner .blogs {
        display: none;
    }

    .dropdown-inner > div {
    }

    .dropdown-inner .all-benefits > div {
    }

    .dropdown-inner .all-benefits .benefit-title {
        display: none;
    }

    .dropdown-inner .all-benefits ul {
        list-style: none;
        padding-left: 0;
    }

    .dropdown-inner .plans ul {
        list-style: none;
        padding-left: 0;
    }

    .dropdown-inner .blogs-categories ul {
        list-style: none;
        padding-left: 0;
    }

    .dropdown-inner .all-benefits ul li {
    }

    .dropdown-inner .plans ul li {
    }

header .navbar .navbar-nav .dropdown-inner .all-benefits ul li a {
    display: block;
    padding-left: 2rem;
}

header .navbar .navbar-nav .dropdown-inner .plans ul li a {
    display: block;
    padding-left: 2rem;
}

header .navbar .navbar-nav .dropdown-inner .blogs-categories ul li a {
    display: block;
    padding-left: 2rem;
}

.offcanvas-backdrop {
}

/* section - page-header */
.page-header {
    background: transparent linear-gradient(108deg, #5DB560 0%, #3F96D6 79%, #3E95D9 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
}

    .page-header .page-header-block .lead {
        font-family: 'Museo Sans';
        font-weight: 900;
        text-shadow: 2px 2px 6px #00000029;
        letter-spacing: -0.68px;
        font-size: 27px;
        line-height: 33px;
    }

/* plan-list-holder */
.plan-list-holder {
    position: relative;
    margin-top: -20px;
    padding-bottom: 40px;
}

    .plan-list-holder.application .plan-list-body .list-item {
        cursor: pointer;
    }

.inner-plan-list {
    padding: 20px 15px;
}

.plan-list-header h4 {
}

.plan-list-header .input-area {
}

    .plan-list-header .input-area form {
    }

    .plan-list-header .input-area .row > div {
        margin-top: 10px;
    }

    .plan-list-header .input-area .col-auto label {
    }

    .plan-list-header .input-area .col-auto .form-select {
    }

    .plan-list-header .input-area .col-6 {
    }

        .plan-list-header .input-area .col-6 .form-check {
        }

            .plan-list-header .input-area .col-6 .form-check input {
            }

            .plan-list-header .input-area .col-6 .form-check .form-check-label {
            }

.plan-list-body {
    margin-top: 15px;
}

    .plan-list-body a {
        display: block;
    }

        .plan-list-body a:hover {
            color: inherit;
        }

    .plan-list-body .list-item {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        background-color: #F0F1F1;
        padding: 10px;
        border-radius: 8px;
    }

    .plan-list-body a:hover .list-item {
        background-color: #eaeaea;
    }

    .plan-list-body .list-item .list-item-icon {
        background-color: #8ABD68;
        border-radius: 8px;
        padding: 10px;
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .plan-list-body .list-item .list-item-icon i {
            font-size: 28px;
            color: #ffffff;
        } 

        .plan-list-body .list-item .list-item-icon img {
            max-width: 28px;
        }

    .plan-list-body .list-item .plan-price-green {
        font-weight: 700 !important;
        color: #8ABD68;
    }

    .plan-list-body .list-item .plan-price-blue {
        font-weight: 700 !important;
        color: #61B0E5;
    }

    .plan-list-body .list-item .plan-price-red {
        font-weight: 700 !important;
        color: #DD5C61;
    }

    .plan-list-body .list-item .plan-price-grey {
        font-weight: 700 !important;
        color: #879193;
    }

    .plan-list-body .list-item .plan-check {
        background-color: #fff;
        box-shadow: 0 0 0 .25rem #A8ABAD;
    }

    .plan-list-body .list-item .dep-item-icon {
        border-radius: 25px;
        padding: 10px;
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .plan-list-body .list-item .dep-item-icon i {
            font-size: 28px;
            color: #ffffff;
        } 

    .plan-list-body .list-item .list-item-content {
        padding-left: 10px;
    }

        .plan-list-body .list-item .list-item-content h4 {
            font-size: 18px;
            margin-bottom: 0;
        }

            .plan-list-body .list-item .list-item-content h4 span {
                display: table;
                font-weight: normal;
            }

        .plan-list-body .list-item .list-item-content p {
            display: none;
        }

    .plan-list-body .list-item .arrow-right {
        margin-left: auto;
        color: #fff;
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        border-radius: 100vmax;
        position: relative;
    }

    .plan-list-body .list-item .list-item-check {
        margin-left: auto;
        color: #fff;
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        border-radius: 100vmax;
        position: relative;
    }

    .plan-list-body a:hover .list-item .arrow-right {
        left: 2px;
    }

    .plan-list-body .list-item .arrow-right i {
    }

.bottom-navbar {
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .bottom-navbar {
        display: none
    }
}

.bottom-navbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    padding-left: 0;
    padding: 10px 20px;
    z-index: 999;
}

    .bottom-navbar ul a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
        font-size: 12px;
        font-weight: 500;
        text-decoration: none;
        color: #65676b;
        z-index:999;
    }

        .bottom-navbar ul a:hover {
            color: #61b0e5
        }

            .bottom-navbar ul a:hover .icon-loan::before {
                color: #61b0e5
            }

            .bottom-navbar ul a:hover .icon-more::before {
                color: #61b0e5
            }

            .bottom-navbar ul a:hover .icon-other::before {
                color: #61b0e5
            }

            .bottom-navbar ul a:hover .icon-reboot::before {
                color: #61b0e5
            }

    .bottom-navbar ul span {
        font-size: 25px
    }

.plan-list-footer {
    text-align: center;
    color: #5E6367;
    margin-top: 20px;
    min-height: 80px;
}

    .plan-list-footer p {
        font-size: 18px;
        line-height: 22px;
    }


.plan-list-footer a i {
    margin-left: 6px;
}

.plan-list-footer span {
    display: table;
    background-color: #F0F1F1;
    padding: 10px;
    border-radius: 100vmax;
    margin: 15px auto;
}

.plan-list-footer p a {
    font-weight: 700;
    color: #5E6367;
}

    .plan-list-footer p a:hover {
        color: #3F98D7;
    }

    .plan-list-footer p a:last-child {
        text-decoration: underline;
    }

@media(max-width:767.98px) {
    .hidden-xs {
        display: none;
    }
}

    .form-check {
        padding-left: 2rem;
    }

    .form-check .form-check-input {
        margin-left: -2em;
        margin-top: 0;
    }

.form-check-input {
    background-color: #E4E4E4;
    border: 0;
    width: 25px;
    height: 25px;
}

    .form-check-input:checked {
        background-color: #e4e4e4;
        border-color: #e4e4e4;
    }

        .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%234AA1AD' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
        }

.c-green {
    background-color: #8ABD68 !important;
}

.c-blue {
    background-color: #61B0E5 !important;
}

.c-red {
    background-color: #DD5C61 !important;
}

.c-grey {
    background-color: #879193 !important;
}

.c-teal {
    background-color: #73B2AD !important;
}

.c-gb-gradient {
    background: transparent linear-gradient(108deg, #5DB560 0%, #3F96D6 79%, #3E95D9 100%) 0% 0% no-repeat padding-box;
}

/* Co-Branded Log-in */

.login-holder {
    position: relative;
    margin-top: 70px;
    margin-bottom: 70px;
}

.login-holder-inner {
    margin: 0 auto;
    padding: 40px 20px 40px;
    max-width: 600px;
    text-align: center;
}

    .login-holder-inner .cz-login-btn {
        background-color: #5DB764;
        box-shadow: 0px 0px 10px #0000003B;
        border-radius: 6px;
        color: #fff;
        font-weight: 700;
        padding: 10px 15px;
        text-transform: uppercase;
        font-family: inherit;
        border: 0;
        display: inline-block;
        position: relative;
        text-align: center;
    }

        .login-holder-inner .cz-login-btn:hover, .login-holder-inner .cz-login-btn:focus {
            color: #fff;
            top: 1px;
            left: 1px;
        }

    .login-holder-inner .login-holder-footer {
        margin-top: 10px;
    }

        .login-holder-inner .login-holder-footer span {
            cursor: pointer;
        }

/* Get A Quote v1 - header */

.quote-header {
    background: linear-gradient(#0000008a, #000000ea), url(/Content/img/quote-bg.jpg);
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
}

    .quote-header .container {
        max-width: 1200px;
    }

    .quote-header .typo {
        text-align: center;
        width: 80%;
        margin: 36px auto;
    }

        .quote-header .typo h1 {
            font-family: 'Museo Sans';
            font-size: 48px;
            font-weight: 600;
            line-height: 1.2;
            color: white;
            text-transform: capitalize;
        }

        .quote-header .typo span {
            color: #00abe8;
            position: relative;
        }

            .quote-header .typo span img {
                position: absolute;
                width: 100%;
                left: 0;
                bottom: -12px;
            }

        .quote-header .typo p {
            font-size: 22px;
            color: white;
            margin-top: 36px;
        }

@media (max-width: 992px) {
    .quote-header .container {
        max-width: 960px;
    }

    .quote-header .typo {
        width: 90%;
    }

        .quote-header .typo p {
            font-size: 20px;
        }
}

@media (max-width: 768px) {
    .quote-header .typo {
        width: 100%;
    }

        .quote-header .typo p {
            font-size: 18px;
        }
}
/* Get A Quote v1 - Body */

.quote-body {
}

    .quote-body .container {
        max-width: 1200px;
    }

    .quote-body form {
        background: white;
        width: 100%;
        margin: auto;
        border-radius: 8px;
    }

    .quote-body .service {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
        margin-top: 12px;
    }

        .quote-body .service label {
            padding: 12px;
            border-radius: 8px;
            width: 100%;
            aspect-ratio: 1/1;
            overflow: hidden;
            cursor: pointer;
            background: white;
            box-shadow: #959da533 0px 8px 24px;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            max-width: 160px;
            gap: 1rem;
        }

            .quote-body .service label img {
                width: 60px;
                margin: 0 auto;
            }

            .quote-body .service label p {
                font-size: 14px;
                font-weight: 500;
            }

    .quote-body .points {
        width: 100%;
    }

        .quote-body .points .point {
            display: flex;
            align-items: center;
            gap: 1rem;
            font-weight: 500;
            margin-bottom: 30px;
        }

            .quote-body .points .point p {
                font-size: 22px;
                margin-top: 8px;
                margin-bottom: 8px;
            }

            .quote-body .points .point i {
                font-size: 36px;
                color: #8bc540;
            }

    .quote-body .grid-2 {
        display: grid;
        grid-template-columns: 1fr 1px 1.3fr;
        position: relative;
        top: -70px;
        background: white;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        padding: 60px;
        align-items: center;
        border-radius: 8px;
        gap: 60px;
    }

    .quote-body .dag {
        height: 100%;
        background: #00000034;
    }

    .quote-body .quote-field-group {
        margin-bottom: 24px;
    }

        .quote-body .quote-field-group input {
            width: 100%;
            height: 48px;
            border: 1px solid #444444;
            border-radius: 8px;
            padding: 16px 8px;
            font-size: 20px;
        }

        .quote-body .quote-field-group label {
            font-size: 18px;
            font-weight: 600;
        }

    .quote-body .quote-submit-btn {
        width: 100%;
        margin-top: 24px;
        font-size: 22px;
        background: linear-gradient(-45deg, #8bc540, #00abe8);
        box-shadow: 0px 0px 10px #0000003B;
        padding: 12px 36px;
        border-radius: 6px;
        color: white;
        font-weight: 600;
        text-transform: uppercase;
        border: 0;
    }

        .quote-body .quote-submit-btn i {
            color: white;
        }

    .quote-body .quote-disclaimer {
        text-align: center;
        margin-top: 18px;
        font-size: 16px;
    }

        .quote-body .quote-disclaimer a {
            color: #4D8DB7;
        }

            .quote-body .quote-disclaimer a:hover {
                color: #4AA1AD;
                text-decoration: underline;
            }

@media (max-width: 1200px) {
    .quote-body .container {
        max-width: 960px;
    }

    .quote-body .grid-2 {
        padding: 40px;
    }
}

@media (max-width: 992px) {
    .quote-body .container {
        max-width: 720px;
    }

    .quote-body .grid-2 {
        gap: 24px;
    }
}

@media (max-width: 768px) 
{
    .quote-body .container {
        max-width: 600px;
    }

    .quote-body .grid-2 {
        grid-template-columns: 1fr;
        padding: 0;
        gap: 60px 0;
        background: unset;
        box-shadow: unset;
    }

    .quote-body .dag {
        display: none;
    }

    .quote-body .fix {
        min-width: 240px;
        grid-column: 1/2;
        grid-row: 1/2;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        padding: 60px 36px 36px;
    }

    .quote-body .points {
        padding: 0 40px;
    }

        .quote-body .points .point {
            align-items: flex-start;
            gap: 1rem;
            margin-bottom: 12px;
        }

            .quote-body .points .point p {
                font-size: 20px;
                margin-top: 6px;
                margin-bottom: 6px;
            }

            .quote-body .points .point i {
                font-size: 40px;
                color: #8bc540;
            }

    .quote-body .quote-field-group input {
        font-size: 16px;
        padding: 12px 8px;
    }

    .quote-body .quote-submit-btn {
        font-size: 18px;
        padding: 12px 0;
    }
}

/* Get A Quote v2 - header */

.quote-b-header {
    background: url(/Content/img/gs_quote_headerbg.png);
    width: 100%;
    height: 640px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    display: flex;
}

    .quote-b-header .container {
        max-width: 1200px;
    }

    .quote-b-header .typo {
        text-align: center;
        width: 80%;
        margin: 72px auto;
    }

        .quote-b-header .typo img {
            display: block;
            width: 300px;
            margin: 0 auto;
        }

        .quote-b-header .typo h1 {
            width: 50%;
            font-family: 'Museo Sans';
            font-size: 44px;
            font-weight: 600;
            line-height: 1.2;
            color: #404040;
            margin: 36px auto 0;
        }

@media (max-width: 992px) {
    .quote-b-header {
        height: 480px;
    }
        .quote-b-header .container {
            max-width: 960px;
        }

        .quote-b-header .typo {
            width: 90%;
            margin: 56px auto;
        }

            .quote-b-header .typo a {
                width: 260px;
            }

            .quote-b-header .typo h1 {
                width: 60%;
                font-size: 40px;
            }
}

@media (max-width: 768px) {
    .quote-b-header .typo {
        width: 100%;
    }

        .quote-b-header .typo a {
            width: 200px;
        }

        .quote-b-header .typo h1 {
            width: 70%;
            font-size: 32px;
        }
}
/* Get A Quote v2 - Body */

.quote-b-plans {
    margin-top: -48px;
    background-color: #F5F5F5;
}

    .quote-b-plans .container {
        max-width: 1028px;
        display: grid;
        position: relative;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 16px;
        align-items: center;
        padding: 0;
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .quote-b-plans .plan-block {
        margin: 0 auto 48px;
    }

        .quote-b-plans .plan-block .block-content {
            width: 300px;
            height: 500px;
            background-color: #fff;
            box-shadow: 0px 0px 30px #0000001C;
            border-radius: 12px;
            padding: 20px;
            margin: 80px auto 0;
        }

        .quote-b-plans .plan-block img {
            display: block;
            width: 160px;
            margin: 0 auto;
        }

        .quote-b-plans .plan-block p {
            width: 100%;
            text-align: center;
            font-size: 16px;
            margin-bottom: 8px;
        }

        .quote-b-plans .plan-block h4 {
            width: 100%;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 16px;
        }

        .quote-b-plans .plan-block .premium-cost {
            width: 50%;
            display: block;
            margin: 0 auto;
        }

            .quote-b-plans .plan-block .premium-cost p {
                font-size: 14px;
                color: #686868;
                text-align: left;
                margin-bottom: -4px;
                line-height: 1;
            }

            .quote-b-plans .plan-block .premium-cost h3 {
                font-size: 48px;
                color: #00BBE8;
                text-align: left;
                line-height: 1;
                margin-bottom: 16px;
            }

        .quote-b-plans .plan-block .points {
        }

            .quote-b-plans .plan-block .points .point {
                display: flex;
                align-items: flex-start;
                gap: 12px;
                vertical-align: top;
            }

                .quote-b-plans .plan-block .points .point p {
                    font-size: 14px;
                    text-align: left;
                    margin-bottom: 4px;
                    line-height: 1.2;
                }

                .quote-b-plans .plan-block .points .point i {
                    font-size: 12px;
                    color: #8bc540;
                    width: 12px;
                    padding-top: 2px;
                }

    .quote-b-plans .plan-block-center {
        margin: 0 auto 48px;
    }

        .quote-b-plans .plan-block-center .gs-heart {
            margin: 0;
            position: relative;
            width: 128px;
            height: 128px;
            top: 32px;
            left: 198px;
        }

        .quote-b-plans .plan-block-center .most-loved {
            width: 340px;
            color: #fff;
            background: transparent linear-gradient(-45deg, #00ABE8, #8BC540) 0% 0% no-repeat padding-box;
            border-radius: 12px 12px 0 0;
            font-size: 22px;
            font-weight: bold;
            text-align: center;
            text-transform: uppercase;
            padding: 12px 0;
        }

        .quote-b-plans .plan-block-center .block-content {
            width: 340px;
            height: 640px;
            border-radius: 0 0 12px 12px;
            margin: 0 auto;
        }

        .quote-b-plans .plan-block-center p {
            width: 100%;
            text-align: center;
            font-size: 16px;
        }

        .quote-b-plans .plan-block-center h4 {
            width: 100%;
            text-align: center;
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 24px;
        }

        .quote-b-plans .plan-block-center .premium-cost {
            width: 65%;
        }

            .quote-b-plans .plan-block-center .premium-cost p {
                font-size: 16px;
            }

            .quote-b-plans .plan-block-center .premium-cost h3 {
                font-size: 56px;
                margin-bottom: 24px;
            }

        .quote-b-plans .plan-block-center .points {
        }

            .quote-b-plans .plan-block-center .points .point p {
                font-size: 18px;
            }

            .quote-b-plans .plan-block-center .points .point i {
                font-size: 16px;
                width: 16px;
                padding-top: 4px;
            }

.quote-b-body {
    margin-top: -48px;
}

    .quote-b-body .container {
        max-width: 1200px;
    }

    .quote-b-body form {
        background: white;
        width: 100%;
        margin: auto;
    }

        .quote-b-body form p {
            font-size: 16px;
            text-align: center;
        }

    .quote-b-body .summary {
        width: 100%;
    }

        .quote-b-body .summary p {
            font-size: 16px;
        }

    .quote-b-body .grid-2 {
        display: grid;
        grid-template-columns: 1fr 1px 1.3fr;
        background: white;
        padding: 60px;
        align-items: center;
        gap: 60px;
    }

    .quote-b-body .dag {
        height: 100%;
        background: #00000034;
    }

    .quote-b-body .quote-field-group, .quote-b-body .quote-button-group {
        margin-bottom: 24px;
    }

        .quote-b-body .quote-field-group input {
            width: 100%;
            height: 48px;
            box-shadow: 0px 0px 10px #0000003B;
            border: 1px solid #BCBCBC;
            padding: 16px 8px;
            font-size: 20px;
        }

        .quote-b-body .quote-field-group label {
            font-size: 18px;
            font-weight: 600;
        }

    .quote-b-body .quote-submit-btn {
        width: 240px;
        display: block;
        margin: 0 auto;
        font-size: 22px;
        background: linear-gradient(-45deg, #00ABE8, #8BC540);
        box-shadow: 0px 0px 10px #0000003B;
        padding: 8px 24px;
        border-radius: 24px;
        color: white;
        font-weight: 600;
        border: 0;
    }

        .quote-b-body .quote-submit-btn i {
            color: white;
        }

    .quote-b-body .quote-disclaimer {
        text-align: center;
        margin-top: 18px;
        font-size: 16px;
    }

        .quote-b-body .quote-disclaimer a {
            color: #4D8DB7;
        }

            .quote-b-body .quote-disclaimer a:hover {
                color: #4AA1AD;
                text-decoration: underline;
            }

@media (max-width: 1200px) {
    .quote-b-plans .container {
        max-width: 960px;
        gap: 8px;
    }

    .quote-b-plans .plan-block .block-content {
        width: 260px;
        height: 480px;
        padding: 12px;
    }

    .quote-b-plans .plan-block img {
        width: 120px;
    }

    .quote-b-plans .plan-block-center {
    }

        .quote-b-plans .plan-block-center .gs-heart {
            width: 96px;
            height: 96px;
            top: 24px;
            left: 196px;
        }

        .quote-b-plans .plan-block-center .most-loved {
            width: 300px;
        }

        .quote-b-plans .plan-block-center .block-content {
            width: 300px;
            height: 600px;
        }

    .quote-b-body .container {
        max-width: 960px;
    }

    .quote-b-body .grid-2 {
        padding: 40px;
    }
}

@media (max-width: 992px) {
    .quote-b-plans .container {
        max-width: 720px;
        gap: 4px;
    }

    .quote-b-plans .plan-block .block-content {
        width: 200px;
        height: 420px;
    }

    .quote-b-plans .plan-block img {
        width: 108px;
    }

    .quote-b-plans .plan-block p {
        font-size: 12px;
    }

    .quote-b-plans .plan-block h4 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .quote-b-plans .plan-block .premium-cost {
        width: 50%;
    }

        .quote-b-plans .plan-block .premium-cost p {
            font-size: 11px;
            margin-bottom: -2px;
        }

        .quote-b-plans .plan-block .premium-cost h3 {
            font-size: 36px;
            margin-bottom: 16px;
        }

    .quote-b-plans .plan-block .points {
    }

        .quote-b-plans .plan-block .points .point {
            gap: 8px;
        }

            .quote-b-plans .plan-block .points .point p {
                font-size: 12px;
                text-align: left;
                margin-bottom: 4px;
                line-height: 1.2;
            }

            .quote-b-plans .plan-block .points .point i {
                font-size: 10px;
                color: #8bc540;
                width: 10px;
                padding-top: 1px;
            }

    .quote-b-plans .plan-block-center {
    }

        .quote-b-plans .plan-block-center .gs-heart {
            width: 96px;
            height: 96px;
            top: 28px;
            left: 148px;
        }

        .quote-b-plans .plan-block-center .most-loved {
            width: 240px;
            font-size: 18px;
            padding: 8px 0;
        }

        .quote-b-plans .plan-block-center .block-content {
            width: 240px;
            height: 500px;
        }

        .quote-b-plans .plan-block-center p {
            font-size: 14px;
        }

        .quote-b-plans .plan-block-center h4 {
            font-size: 18px;
            margin-bottom: 20px;
        }

        .quote-b-plans .plan-block-center .premium-cost {
            width: 65%;
        }

            .quote-b-plans .plan-block-center .premium-cost p {
                font-size: 12px;
            }

            .quote-b-plans .plan-block-center .premium-cost h3 {
                font-size: 42px;
                margin-bottom: 18px;
            }

        .quote-b-plans .plan-block-center .points {
        }

            .quote-b-plans .plan-block-center .points .point p {
                font-size: 14px;
            }

            .quote-b-plans .plan-block-center .points .point i {
                font-size: 12px;
                width: 12px;
                padding-top: 3px;
            }

    .quote-b-body .container {
        max-width: 600px;
    }

    .quote-b-body .grid-2 {
        grid-template-columns: unset;
        grid-template-rows: 1fr 1px 1.2fr;
        padding: 0;
        gap: 0;
    }

    .quote-b-body .dag {
        width: 90%;
        margin: 0 auto;
        height: 1px;
    }

    .quote-b-body .fix {
        min-width: 240px;
        padding: 36px 36px 36px;
    }

    .quote-b-body .summary {
        padding: 36px 36px 0;
        text-align: center;
    }

    .quote-b-body .quote-field-group input {
        font-size: 16px;
        padding: 12px 8px;
    }

    .quote-b-body .quote-submit-btn {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .quote-b-plans .container {
        max-width: 360px;
        gap: 6px;
    }

    .quote-b-plans .plan-block .block-content {
        width: 110px;
        height: 380px;
        padding: 6px;
        margin: 20px auto 0;
    }

    .quote-b-plans .plan-block img {
        width: 80px;
    }

    .quote-b-plans .plan-block p {
        font-size: 10px;
    }

    .quote-b-plans .plan-block h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .quote-b-plans .plan-block .premium-cost {
        width: 75%;
    }

        .quote-b-plans .plan-block .premium-cost p {
            font-size: 8px;
            margin-bottom: -2px;
        }

        .quote-b-plans .plan-block .premium-cost h3 {
            font-size: 30px;
            margin-bottom: 8px;
        }

    .quote-b-plans .plan-block .points {
    }

        .quote-b-plans .plan-block .points .point {
            gap: 4px;
        }

            .quote-b-plans .plan-block .points .point p {
                font-size: 10px;
                text-align: left;
                margin-bottom: 4px;
                line-height: 1.2;
            }

            .quote-b-plans .plan-block .points .point i {
                font-size: 8px;
                color: #8bc540;
                width: 8px;
                padding-top: 2px;
            }

    .quote-b-plans .plan-block-center {
    }

        .quote-b-plans .plan-block-center .gs-heart {
            width: 72px;
            height: 72px;
            top: 20px;
            left: 60px;
        }

        .quote-b-plans .plan-block-center .most-loved {
            width: 120px;
            font-size: 12px;
            padding: 4px 0;
        }

        .quote-b-plans .plan-block-center .block-content {
            width: 120px;
            height: 520px;
            margin: 0 auto;
        }

        .quote-b-plans .plan-block-center p {
            font-size: 12px;
        }

        .quote-b-plans .plan-block-center h4 {
            font-size: 16px;
            margin-bottom: 12px;
        }

        .quote-b-plans .plan-block-center .premium-cost {
            width: 90%;
        }

            .quote-b-plans .plan-block-center .premium-cost p {
                font-size: 10px;
            }

            .quote-b-plans .plan-block-center .premium-cost h3 {
                font-size: 32px;
                margin-bottom: 12px;
            }

        .quote-b-plans .plan-block-center .points {
        }

            .quote-b-plans .plan-block-center .points .point p {
                font-size: 12px;
            }

            .quote-b-plans .plan-block-center .points .point i {
                font-size: 10px;
                width: 10px;
                padding-top: 2px;
            }
}

/* Get A Quote CTA - Body */

.get-quote-holder {
}

    .get-quote-holder .container {
        max-width: 1200px;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        border-radius: 8px;
        margin: 20px auto;
    }

    .get-quote-holder form {
        background: white;
        width: 600px;
        margin: auto;
        border-radius: 8px;
    }

    .get-quote-holder .container-inner {
        padding: 20px 0 60px;
    }

    .get-quote-holder .container-inner.grid {
        display: grid;
        text-align: center;
        grid-template-columns: 1fr 1fr;
        position: relative;
        background: white;
        padding: 60px;
        align-items: flex-start;
        gap: 60px;
    }

    .get-quote-holder a {
        cursor: pointer;
    }

    .get-quote-holder .quote-group-filters .group-buttons {
        flex-direction: row;
        margin: 0 20px 32px;
        gap: 80px;
        align-items: center;
    }

        .get-quote-holder .quote-group-filters .group-buttons .check-button {
            width: 100%;
            margin-top: 24px;
            font-size: 22px;
            background: white;
            box-shadow: 0px 0px 10px #0000003B;
            padding: 10px 22px;
            border-radius: 12px;
            color: #101010;
            font-weight: 600;
            border: 2px solid #101010;
        }

            .get-quote-holder .quote-group-filters .group-buttons .check-button.cb-on {
                background: linear-gradient(75deg, #20c540, #00abe8);
                color: white;
                border: 0;
                padding: 12px 24px;
            }

    .get-quote-holder .quote-group-filters .quote-submit-btn {
        display: block;
        width: 50%;
        margin: 24px auto 0;
    }

    .get-quote-holder h1 {
        font-size: 54px;
        margin-bottom: 14px;
    }

    .get-quote-holder h2 {
        font-size: 44px;
        margin-bottom: 24px;
    }

    .get-quote-holder h3 {
        font-size: 32px;
    }

    .get-quote-holder h4 {
        font-size: 24px;
    }

    .get-quote-holder .quote-group-plans h2 {
        color: #3ba99d;
    }

    .get-quote-holder .quote-plans-box {
        width: 380px;
        text-align: center;
        box-shadow: 0px 0px 30px #0000001c;
        background: linear-gradient(75deg, #20c540, #00abe8);
        border-radius: 24px;
        padding: 20px 20px;
        overflow: hidden;
        position: relative;
        color: white;
        margin: 24px auto;
        cursor: pointer;
    }

        .get-quote-holder .quote-plans-box img {
            width: 56px;
        }

        .get-quote-holder .quote-plans-box.planbox-pcptu {
            margin-top: 24px;
        }

        .get-quote-holder .quote-plans-box.planbox-pcp {
            margin-top: 70px;
        }

        .get-quote-holder .quote-plans-box.planbox-pctu {
            margin-top: 65px;
        }

        .get-quote-holder .quote-plans-box.planbox-pc {
            margin-top: 115px;
        }

        .get-quote-holder .quote-plans-box.planbox-gc {
            margin-top: 130px;
        }

        .get-quote-holder .quote-plans-box.box-narrow {
            width: 240px;
            padding: 16px 10px;
        }

            .get-quote-holder .quote-plans-box.box-narrow img {
                width: 48px;
            }

            .get-quote-holder .quote-plans-box.box-narrow h3 {
                font-size: 28px;
            }

            .get-quote-holder .quote-plans-box.box-narrow h4 {
                font-size: 20px;
            }

    .get-quote-holder .quote-details-form .quote-field-group {
        display: grid;
        margin-bottom: 24px;
        grid-template-columns: 18px 1fr;
    }

        .get-quote-holder .quote-details-form .quote-field-group input {
            width: 100%;
            height: 48px;
            border: none;
            background-color: #d8d8d8;
            border-radius: 8px;
            padding: 16px 8px;
            font-size: 20px;
        }

            .get-quote-holder .quote-details-form .quote-field-group input:read-only {
                background-color: #c2c2c2;
                color: #626262;
                cursor: not-allowed;
            }

        .get-quote-holder .quote-details-form .quote-field-group .field-required {
            color: #cc2222;
            font-size: 28px;
        }

        .get-quote-holder .quote-details-form .quote-field-group label {
            font-size: 18px;
            font-weight: 600;
        }

    .get-quote-holder .quote-details-form .group-buttons {
        flex-direction: row;
        margin: 0 20px 32px;
        text-align: center;
        gap: 80px;
    }

    .get-quote-holder .quote-submit-btn {
        position: relative;
        width: 100%;
        margin-top: 24px;
        font-size: 22px;
        background: linear-gradient(75deg, #20c540, #00abe8);
        box-shadow: 0px 0px 10px #0000003B;
        padding: 12px 36px;
        border-radius: 12px;
        color: white;
        font-weight: 600;
        text-transform: uppercase;
        border: 0;
        flex: 1;
    }

        .get-quote-holder .quote-submit-btn:disabled {
            color: #eaeaea;
            background: linear-gradient(75deg, #949494, #bababa);
            cursor: not-allowed;
        }

    .get-quote-holder .quote-email-btn {
        width: 100%;
        margin-top: 24px;
        font-size: 22px;
        background: white;
        box-shadow: 0px 0px 10px #0000003B;
        padding: 10px 34px;
        border-radius: 12px;
        color: #101010;
        font-weight: 600;
        text-transform: uppercase;
        border: 2px solid #101010;
        flex: 1;
    }

        .get-quote-holder .quote-email-btn:disabled {
            color: #626262;
            background-color: #eaeaea;
            border-color: #626262;
            cursor: not-allowed;
        }

    .get-quote-holder .budget-slider-group {
        margin-top: 24px;
        margin-bottom: 60px;
    }

    .get-quote-holder .budget-slider {
        appearance: none;
        width: 85%;
        height: 4px;
        outline: none;
        background: #828282;
        cursor: pointer;
    }

        .get-quote-holder .budget-slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 25px;
            height: 25px;
            border: 0;
            border-radius: 50%;
            background: linear-gradient(75deg, #20c540, #00abe8);
        }

        .get-quote-holder .budget-slider::-moz-range-thumb {
            width: 25px;
            height: 25px;
            border: 0;
            border-radius: 50%;
            background: linear-gradient(75deg, #20c540, #00abe8);
        }

    .get-quote-holder .budget-labels {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        margin-top: 8px;
        align-items: center;
    }

    .get-quote-holder .budget-labels .budget-label-item {
        font-size: 16px;
        color: #929292;
    }

        .get-quote-holder .budget-labels .budget-label-item.slider-active {
            color: #333538;
            font-size: 18px;
        }
    
    .get-quote-holder .carousel {
        margin-bottom: 20px;
    }

    .get-quote-holder .carousel-inner {
        height: 690px;
    }

    .get-quote-holder .carousel-control-prev-icon, .get-quote-holder .carousel-control-next-icon {
        background-color: #20b560;
        border-radius: 50%;
        background-size: 80% 80%;
    }

    .get-quote-holder .carousel-control-prev-icon {
        background-position: 20%;
    }

    .get-quote-holder .carousel-control-next-icon {
        background-position: 80%;
    }

    .get-quote-holder .carousel-indicators {
        bottom: -24px;
    }

        .get-quote-holder .carousel-indicators [data-bs-target] {
            background-color: #00abe8;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            border: 10px solid transparent;
            opacity: 1;
        }

        .get-quote-holder .carousel-indicators .active {
            background-color: #20b560;
        }

    .get-quote-holder .quote-plans-radio-holder {
        display: block;
        position: relative;
        font-size: 24px;
        width: 24px;
        height: 24px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 20px auto 30px;
    }
        .get-quote-holder .quote-plans-radio-holder:hover .quote-plans-radio ~ .quote-plans-radio-custom {
            background-color: #d8d8d8;
        }

        .get-quote-holder .quote-plans-radio-holder .quote-plans-radio {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            width: 0;
            height: 0;
        }

        .get-quote-holder .quote-plans-radio-holder .quote-plans-radio-custom {
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer;
            height: 24px;
            width: 24px;
            background-color: white;
            border-radius: 50%;
            border: 1px solid #101010;
        }

            .get-quote-holder .quote-plans-radio-holder .quote-plans-radio-custom:after {
                content: "";
                position: absolute;
                display: none;
                top: 3px;
                left: 3px;
                width: 16px;
                height: 16px;
                border-radius: 50%;
                background-color: #20b560;
            }

        .get-quote-holder .quote-plans-radio-holder .quote-plans-radio:checked ~ .quote-plans-radio-custom:after {
            display: block;
        }

    .get-quote-holder .quote-plans-radio-alt {
        display: block;
        cursor: pointer;
        height: 24px;
        width: 24px;
        background-color: white;
        border-radius: 50%;
        border: 1px solid #101010;
        margin: 20px auto 30px;
    }

        .get-quote-holder .quote-plans-radio-alt:hover {
            background-color: #d8d8d8;
        }

@media (max-width: 1200px) {
    .get-quote-holder .container {
        max-width: 960px;
    }

    .get-quote-holder .container-inner.grid {
        padding: 40px;
    }

    .get-quote-holder .carousel-inner {
        height: 710px;
    }

    .get-quote-holder .quote-plans-box {
        width: 300px;
    }

        .get-quote-holder .quote-plans-box.planbox-pcptu {
            margin-top: 24px;
        }

        .get-quote-holder .quote-plans-box.planbox-pcp {
            margin-top: 40px;
        }

        .get-quote-holder .quote-plans-box.planbox-pctu {
            margin-top: 68px;
        }

        .get-quote-holder .quote-plans-box.planbox-pc {
            margin-top: 83px;
        }

        .get-quote-holder .quote-plans-box.planbox-gc {
            margin-top: 147px;
        }

        .get-quote-holder .quote-plans-box.box-narrow {
            width: 180px;
        }

            .get-quote-holder .quote-plans-box.box-narrow img {
                width: 36px;
            }

            .get-quote-holder .quote-plans-box.box-narrow h3 {
                font-size: 24px;
            }

            .get-quote-holder .quote-plans-box.box-narrow h4 {
                font-size: 18px;
            }
}

@media (max-width: 992px) {
    .get-quote-holder .container {
        max-width: 720px;
    }

    .get-quote-holder .container-inner.grid {
        grid-template-columns: 1fr;
        padding: 0;
        gap: 60px 0;
        background: unset;
        box-shadow: unset;
    }

    .get-quote-holder .quote-plans-box {
        width: 380px;
    }

        .get-quote-holder .quote-plans-box.planbox-pcptu {
            margin-top: 24px;
        }

        .get-quote-holder .quote-plans-box.planbox-pcp {
            margin-top: 70px;
        }

        .get-quote-holder .quote-plans-box.planbox-pctu {
            margin-top: 65px;
        }

        .get-quote-holder .quote-plans-box.planbox-pc {
            margin-top: 115px;
        }

        .get-quote-holder .quote-plans-box.planbox-gc {
            margin-top: 130px;
        }

        .get-quote-holder .quote-plans-box.box-narrow {
            width: 280px;
            padding: 16px 10px;
        }

            .get-quote-holder .quote-plans-box.box-narrow img {
                width: 48px;
            }

            .get-quote-holder .quote-plans-box.box-narrow h3 {
                font-size: 28px;
            }

            .get-quote-holder .quote-plans-box.box-narrow h4 {
                font-size: 20px;
            }
}

@media (max-width: 768px) {
    .get-quote-holder .container {
        max-width: 600px;
    }

    .get-quote-holder form {
        width: 100%;
        min-width: 240px;
    }

    .get-quote-holder .quote-group-filters .group-buttons {
        gap: 40px;
    }

    .get-quote-holder .carousel-inner {
        height: 620px;
    }

    .get-quote-holder .quote-plans-box {
        width: 260px;
    }

        .get-quote-holder .quote-plans-box.planbox-pcptu {
            margin-top: 24px;
        }

        .get-quote-holder .quote-plans-box.planbox-pcp {
            margin-top: 38px;
        }

        .get-quote-holder .quote-plans-box.planbox-pctu {
            margin-top: 62px;
        }

        .get-quote-holder .quote-plans-box.planbox-pc {
            margin-top: 74px;
        }

        .get-quote-holder .quote-plans-box.planbox-gc {
            margin-top: 117px;
        }

        .get-quote-holder .quote-plans-box img {
            width: 48px;
        }

        .get-quote-holder .quote-plans-box h3 {
            font-size: 28px;
        }

        .get-quote-holder .quote-plans-box h4 {
            font-size: 20px;
        }

    .get-quote-holder .quote-plans-box.box-narrow {
        width: 180px;
    }

        .get-quote-holder .quote-plans-box.box-narrow img {
            width: 36px;
        }

        .get-quote-holder .quote-plans-box.box-narrow h3 {
            font-size: 24px;
        }

        .get-quote-holder .quote-plans-box.box-narrow h4 {
            font-size: 18px;
        }

    .get-quote-holder .quote-field-group input {
        font-size: 16px;
        padding: 12px 8px;
    }

    .get-quote-holder .quote-details-form .group-buttons {
        min-width: 240px;
        gap: 20px;
        margin: auto;
    }

        .get-quote-holder .quote-details-form .group-buttons .quote-submit-btn {
            font-size: 18px;
            padding: 12px 12px;
        }

        .get-quote-holder .quote-details-form .group-buttons .quote-email-btn {
            font-size: 18px;
            padding: 10px 10px;
        }

    .get-quote-holder .quote-plans-radio-holder {
        width: 32px;
        height: 32px;
    }

        .get-quote-holder .quote-plans-radio-holder .quote-plans-radio-custom {
            width: 32px;
            height: 32px;
        }

            .get-quote-holder .quote-plans-radio-holder .quote-plans-radio-custom:after {
                width: 24px;
                height: 24px;
            }
}

/* Get A Quote Thank You Page */
.quote-thank-you {
    background-color: #EDEDED;
    padding-top: 48px;
    padding-bottom: 48px;
}

    .quote-thank-you .ty-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 16px;
        margin: 12px auto 24px;
    }

    .quote-thank-you .ty-body {
        width: 580px;
        padding: 32px 32px 0;
    }
        .quote-thank-you .ty-body .ty-logo {
            margin-bottom: 88px;
        }

            .quote-thank-you .ty-body .ty-logo img {
                display: block;
                width: 240px;
                margin-left: -20px;
            }

        .quote-thank-you .ty-body h1 {
            font-size: 96px;
            font-family: 'Museo Sans';
            color: #8bc540;
            font-weight: 800;
            margin-bottom: 0;
            line-height: 1.1;
        }

        .quote-thank-you .ty-body h2 {
            font-size: 68px;
            font-family: 'Museo Sans';
            color: #404040;
            font-weight: 600;
            margin-bottom: 0;
            line-height: 1.1;
        }

        .quote-thank-you .ty-body h4 {
            font-size: 32px;
            color: #404040;
            font-weight: normal;
            margin-top: 36px;
            margin-bottom: 0;
            line-height: 1.1;
        }

    .quote-thank-you .ty-pic {
        width: 100%;
        padding: 32px 32px 0;
        text-align: right;
        margin-top: 48px;
    }

        .quote-thank-you .ty-pic img {
            width: 480px;
        }

@media (max-width: 1200px) {
    .quote-thank-you .ty-body {
        width: 480px;
    }

        .quote-thank-you .ty-body .ty-logo {
            margin-bottom: 64px;
        }

            .quote-thank-you .ty-body .ty-logo a {
                width: 220px;
            }

        .quote-thank-you .ty-body h1 {
            font-size: 72px;
        }

        .quote-thank-you .ty-body h2 {
            font-size: 54px;
        }

        .quote-thank-you .ty-body h4 {
            font-size: 30px;
        }

    .quote-thank-you .ty-pic {
        margin-top: 80px;
        padding: 24px 24px 0;
    }

        .quote-thank-you .ty-pic img {
            width: 360px;
        }
}

@media (max-width: 996px) {
    .quote-thank-you .ty-body {
        width: 380px;
        padding: 16px 0 0;
    }

        .quote-thank-you .ty-body .ty-logo {
            margin-bottom: 52px;
        }

            .quote-thank-you .ty-body .ty-logo a {
                width: 200px;
            }

        .quote-thank-you .ty-body h1 {
            font-size: 60px;
        }

        .quote-thank-you .ty-body h2 {
            font-size: 48px;
        }

        .quote-thank-you .ty-body h4 {
            font-size: 26px;
        }

    .quote-thank-you .ty-pic {
        margin-top: 68px;
        padding: 16px 16px 0;
    }

        .quote-thank-you .ty-pic img {
            width: 300px;
        }
}

@media (max-width: 768px) {
    .quote-thank-you {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .quote-thank-you .ty-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 0;
        margin: 12px auto 24px;
    }

    .quote-thank-you .ty-body {
        width: 380px;
        padding: 16px 16px 0;
        margin: 0 auto;
    }

    .quote-thank-you .ty-pic {
        margin-top: 0;
        text-align: center;
    }

        .quote-thank-you .ty-pic img {
            width: 280px;
        }
}

/* Early Debit */
.quote-header-earlydebit {
    background: url(/Content/img/Early_Debit_Campaign_Banner_Final.jpg);
    width: 100%;
    height: 20vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
}

.decbill-body {
}

    .decbill-body .container {
        max-width: 1200px;
    }

    .decbill-body form {
        background: white;
        width: 100%;
        margin: auto;
        border-radius: 8px;
    }

    .decbill-body .service {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
        margin-top: 12px;
    }

        .decbill-body .service label {
            padding: 12px;
            border-radius: 8px;
            width: 100%;
            aspect-ratio: 1/1;
            overflow: hidden;
            cursor: pointer;
            background: white;
            box-shadow: #959da533 0px 8px 24px;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            max-width: 160px;
            gap: 1rem;
        }

            .decbill-body .service label img {
                width: 60px;
                margin: 0 auto;
            }

            .decbill-body .service label p {
                font-size: 14px;
                font-weight: 500;
            }

    .decbill-body .summary {
        width: 100%;
    }

        .decbill-body .summary p {
            font-size: 16px;
        }

    .decbill-body .grid-2 {
        display: grid;
        grid-template-columns: 1fr 1px 1.3fr;
        position: relative;
        top: -30px;
        background: white;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        padding: 60px;
        align-items: center;
        border-radius: 8px;
        gap: 60px;
    }

    .decbill-body .dag {
        height: 100%;
        background: #00000034;
    }

    .decbill-body .decbill-field-group {
        margin-bottom: 24px;
    }

        .decbill-body .decbill-field-group input {
            width: 100%;
            height: 48px;
            border: 1px solid #444444;
            border-radius: 8px;
            padding: 16px 8px;
            font-size: 20px;
        }

        .decbill-body .decbill-field-group label {
            font-size: 18px;
            font-weight: 600;
        }

    .decbill-body .decbill-submit-btn {
        width: 100%;
        margin-top: 24px;
        font-size: 22px;
        background: linear-gradient(-45deg, #8bc540, #00abe8);
        box-shadow: 0px 0px 10px #0000003B;
        padding: 12px 36px;
        border-radius: 6px;
        color: white;
        font-weight: 600;
        text-transform: uppercase;
        border: 0;
    }

        .decbill-body .decbill-submit-btn i {
            color: white;
        }

    .decbill-body .decbill-disclaimer {
        text-align: center;
        margin-top: 18px;
        font-size: 16px;
    }

        .decbill-body .decbill-disclaimer a {
            color: #4D8DB7;
        }

            .decbill-body .decbill-disclaimer a:hover {
                color: #4AA1AD;
                text-decoration: underline;
            }

@media (max-width: 1200px) {
    .decbill-body .container {
        max-width: 960px;
    }

    .decbill-body .grid-2 {
        padding: 40px;
    }
}

@media (max-width: 992px) {
    .quote-header-earlydebit {
        height: 25vw;
    }

    .decbill-body .container {
        max-width: 720px;
    }

    .decbill-body .grid-2 {
        gap: 24px;
        top: -20px;
    }
}

@media (max-width: 768px) {
    .decbill-body .container {
        max-width: 600px;
    }

    .decbill-body .grid-2 {
        grid-template-columns: unset;
        grid-template-rows: 1fr 1px 1.2fr;
        padding: 0;
        gap: 0;
    }

    .decbill-body .dag {
        width: 90%;
        margin: 0 auto;
        height: 1px;
    }

    .decbill-body .fix {
        min-width: 240px;
        padding: 36px;
    }

    .decbill-body .summary {
        padding: 36px;
    }

    .decbill-body .decbill-field-group input {
        font-size: 16px;
        padding: 12px 8px;
    }

    .decbill-body .decbill-submit-btn {
        font-size: 18px;
        padding: 12px 0;
    }
}

/* Call Me Modal */
.call-me-holder {
    max-width: 600px;
    margin: 0 auto;
}

    .call-me-holder .call-me-header {
        text-align: center;
        margin-bottom: 40px;
    }

        .call-me-holder .call-me-header h2 {
            font-size: 44px;
        }

        .call-me-holder .call-me-header h4 {
            font-size: 32px;
        }

    .call-me-holder .form-group {
        display: grid;
        margin-bottom: 24px;
        grid-template-columns: 18px 1fr;
    }

        .call-me-holder .form-group .field-required {
            color: #cc2222;
            font-size: 28px;
        }

    .call-me-holder .call-me-radio-group {
        display: flex;
        align-content: center;
        flex-direction: row;
        font-size: 20px;
        margin: 20px auto 30px;
    }

    .call-me-holder .call-me-radio-holder {
        display: block;
        position: relative;
        font-size: 20px;
        padding-left: 36px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: auto;
    }

        .call-me-holder .call-me-radio-holder:hover .call-me-radio ~ .call-me-radio-custom {
            background-color: #d8d8d8;
        }

        .call-me-holder .call-me-radio-holder .call-me-radio {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            width: 0;
            height: 0;
        }

        .call-me-holder .call-me-radio-holder .call-me-radio-custom {
            position: absolute;
            top: 5px;
            left: 0;
            cursor: pointer;
            height: 20px;
            width: 20px;
            background-color: white;
            border-radius: 50%;
            border: 1px solid #101010;
        }

            .call-me-holder .call-me-radio-holder .call-me-radio-custom:after {
                content: "";
                position: absolute;
                display: none;
                top: 2px;
                left: 2px;
                width: 14px;
                height: 14px;
                border-radius: 50%;
                background-color: #20b560;
            }

        .call-me-holder .call-me-radio-holder .call-me-radio:checked ~ .call-me-radio-custom:after {
            display: block;
        }

    .call-me-holder .quote-disclaimer {
        margin-top: 8px;
        font-size: 16px;
        text-align: center;
    }

        .call-me-holder .quote-disclaimer a {
            color: #4D8DB7;
        }

            .call-me-holder .quote-disclaimer a:hover {
                color: #4AA1AD;
                text-decoration: underline;
            }

@media (max-width: 768px) {
    .call-me-holder .call-me-header h2 {
        font-size: 36px;
    }

    .call-me-holder .call-me-header h4 {
        font-size: 24px;
    }

    .call-me-holder .call-me-radio-group {
        font-size: 16px;
    }

    .call-me-holder .call-me-radio-holder {
        font-size: 16px;
        padding-left: 24px;
    }

        .call-me-holder .call-me-radio-holder .call-me-radio-custom {
            top: 4px;
            height: 16px;
            width: 16px;
        }

            .call-me-holder .call-me-radio-holder .call-me-radio-custom:after {
                height: 10px;
                width: 10px;
            }
}

/* claims-process */
.claims-process {
    position: relative;
    margin-top: -20px;
    padding-bottom: 40px;
}

.inner-claims-process {
    padding: 20px 15px;
}

.claims-body {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 10px;
}

.claims-item {
    margin-bottom: 8px;
    background-color: #F0F1F1;
    padding: 10px;
    border-radius: 8px;
}
/* contact us */
.contact-holder {
    position: relative;
    margin-top: -20px;
    padding-bottom: 40px;
}

.inner-contact-holder {
    padding: 20px 15px;
}

    .inner-contact-holder .contact-body-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
    }
/* sp-finder */
.sp-finder {
    text-align: center;
    background-image: url(../img/map_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 35px;
    padding-bottom: 35px;
}

    .sp-finder h2 {
        font-family: 'Museo Sans';
        font-weight: bold;
        letter-spacing: -0.7px;
        color: #4AA1AD;
        margin-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sp-finder .box-holder:before {
        display: none;
    }

@media(max-width:991.98px) {
    .sp-finder .box-holder {
        box-shadow: none;
        background-color: transparent;
    }
}

.sp-finder .sp-finder-inner {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 7px;
}

    .sp-finder .sp-finder-inner input {
        border: 0;
        padding: 12px;
        font-size: 18px;
        background-color: #fff;
    }

        .sp-finder .sp-finder-inner input.search-location {
            background-image: url(../img/search-solid.svg);
            background-repeat: no-repeat;
            background-position: right 12px center;
            background-size: 18px;
            padding-right: 38px;
        }

    .sp-finder .sp-finder-inner button {
    }

    .sp-finder .sp-finder-inner .sp-checkbox {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px;
        /* margin-bottom: 10px; */
    }

        .sp-finder .sp-finder-inner .sp-checkbox li {
            margin-right: 15px;
            margin-bottom: 15px;
        }

            .sp-finder .sp-finder-inner .sp-checkbox li .form-check {
            }

                .sp-finder .sp-finder-inner .sp-checkbox li .form-check .form-check-input {
                    background-color: #fff;
                }

                    .sp-finder .sp-finder-inner .sp-checkbox li .form-check .form-check-input#chk_Dentists:checked[type=checkbox] {
                        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%238ABD68' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
                    }

                    .sp-finder .sp-finder-inner .sp-checkbox li .form-check .form-check-input#chk_Phar:checked[type=checkbox] {
                        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23DC692E' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
                    }

                    .sp-finder .sp-finder-inner .sp-checkbox li .form-check .form-check-input#chk_Optometr:checked[type=checkbox] {
                        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23A8ABAD' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
                    }


                .sp-finder .sp-finder-inner .sp-checkbox li .form-check .form-check-label {
                }

                    .sp-finder .sp-finder-inner .sp-checkbox li .form-check .form-check-label img {
                    }

@media(max-width:767.98px) {
    .sp-finder .sp-finder-inner .sp-checkbox li .form-check .form-check-label img {
        display: none;
    }
}

.sp-finder .sp-finder-inner .mobile-search-btn {
}

    .sp-finder .sp-finder-inner .mobile-search-btn button {
    }

.map-holder {
    padding-top: 10px;
}

    .map-holder .embed-map {
        /* border-radius: 7px; */
    }

        .map-holder .embed-map #map {
            height: 400px;
            width: 100%;
            border-radius: 7px;
        }

    .map-holder .map-info {
        margin-top: 20px;
    }

        .map-holder .map-info p {
            font-size: 18px;
            line-height: 25px;
            margin-bottom: 0;
        }

            .map-holder .map-info p a {
                font-weight: 700;
            }

                .map-holder .map-info p a:last-child {
                    text-decoration: underline;
                }

/* NEW homepage jacket */
.home-header-slider .carousel-indicators .active {
    background-color: #222222;
    border: 1px solid black;
}

.home-header-slider .carousel-indicators li {
    background-color: #222222;
}

.home-header-slider .carousel-control-prev-icon {
    filter: invert(100%);
}

.home-header-slider .carousel-control-next-icon {
    filter: invert(100%);
}

.header-bg {
    background-image: url(../img/GSH_home_header.png);
    padding-block: 70px;
    background-size: cover;
}

.pie-img {
    margin-bottom: 30px;
    max-width: 240px;
}

.inner-pie-block {
    padding: 20px 15px;
}

    .inner-pie-block h2 {
        margin-bottom: 20px;
        font-family: 'Museo Sans';
    }

    .inner-pie-block p {
        font-size: 18px;
        max-width: 500px;
        margin-inline: auto;
    }


.benefits-holder {
    background-color: #DBDCDD;
    padding-block: 40px 40px;
}

.benefits-inner-block {
}

.benefits-header {
    margin-bottom: 40px;
}

    .benefits-header p {
        font-size: 18px;
    }

.benefits-body {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.single-benefit {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px #0000001c;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 calc(50% - 5px);
    padding: 10px;
}
    
    .single-benefit a {
        width: 100%;
    }

    .single-benefit img {
        max-width: 75px;
    }

.pie-block-holder {
    margin-block: -25px;
}

.get-in-touch-inner {
    padding: 60px 15px 30px;
}

    .get-in-touch-inner h2 {
        margin-bottom: 30px;
        font-family: 'Museo Sans';
        /* font-size: 32px; */
    }

        .get-in-touch-inner h2 + p {
            font-size: 18px;
        }

.benefits-header h2 {
    margin-bottom: 10px;
    font-family: 'Museo Sans';
}

.call-to-action {
}

.call-to-action {
    margin-top: 50px;
}

    .call-to-action .item {
        margin-bottom: 40px;
        font-weight: 700;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

.get-in-touch {
    margin-block: -25px;
}


.explore-plans-holder {
    background-color: #DBDCDD;
    padding-block: 40px 100px;
}

    .explore-plans-holder h2 {
        font-family: 'Museo Sans';
    }

    .explore-plans-holder .plan-item {
        background-color: #fff;
        border-radius: 10px;
        padding: 30px;
        margin-top: 15px;
    }

        .explore-plans-holder .plan-item .icon {
            height: 82px;
            width: auto;
            margin-bottom: 20px;
        }

        .explore-plans-holder .plan-item .plan-copy {
            min-height: unset;
        }

        .explore-plans-holder .plan-item .btn {
            color: #fff;
            position: relative;
        }

            .explore-plans-holder .plan-item .btn:hover {
                top: 1px;
                left: 1px;
            }

.btn-lightgreen {
    background-color: #95BB72;
}

.btn-lightblue {
    background-color: #74ADE1;
}

.btn-lightred {
    background-color: #CD6564;
}

.find-service-provider {
    background-color: #DBDCDD;
    padding-block: 80px;
}

    .find-service-provider h2 {
        margin-bottom: 30px;
        font-family: 'Museo Sans';
    }

    .find-service-provider p {
        font-size: 18px;
        margin-bottom: 40px;
    }


/* cusromer-review */
.cusromer-review {
    background-color: #DCDDDE;
    padding: 40px 0;
}

    .cusromer-review .container {
        padding: 0 20px;
        position: relative;
    }

.customer-review-slider {
    /* background-color: #fff; */
}

    .customer-review-slider .swiper-slide {
        background-color: #fff;
        border-radius: 4px;
        padding: 15px;
    }

        .customer-review-slider .swiper-slide .top {
            /* margin-bottom: 10px; */
        }

            .customer-review-slider .swiper-slide .top .left {
            }

                .customer-review-slider .swiper-slide .top .left img {
                    border-radius: 100vmax;
                    max-width: 42px;
                }

                .customer-review-slider .swiper-slide .top .left > div {
                    margin-left: 15px;
                    line-height: 20px;
                }

                .customer-review-slider .swiper-slide .top .left .name {
                    font-weight: 700;
                }

                .customer-review-slider .swiper-slide .top .left .date {
                    color: #999;
                    font-size: 14px;
                }

        .customer-review-slider .swiper-slide .star-rating i.fas.fa-star {
            color: #EEBC41;
        }

        .customer-review-slider .swiper-slide .top .right {
        }

            .customer-review-slider .swiper-slide .top .right img {
            }

        .customer-review-slider .swiper-slide .star-rating {
            margin: 10px 0;
        }

            .customer-review-slider .swiper-slide .star-rating i {
            }

        .customer-review-slider .swiper-slide p {
            line-height: 18px;
            font-size: 14px;
            margin-bottom: 0;
        }

.swiper-button-next, .swiper-button-prev {
    color: #999;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 27px;
    }

.swiper-button-prev {
    left: 5px;
}

.swiper-button-next {
    right: 5px;
}
/* blog-holder */
.blog-holder {
    background: transparent linear-gradient(153deg, #5DB560 0%, #3F96D6 79%, #3E95D9 100%) 0% 0% no-repeat padding-box;
    padding: 35px 0;
}

    .blog-holder container {
        padding: 0 20px;
    }

    .blog-holder h2 {
        color: #fff;
    }

    .blog-holder .blog-category-description {
        color: #fff;
        text-align: left;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .blog-holder .blog-post-holder {
        display: flex;
        flex-wrap: wrap;
    }

        .blog-holder .blog-post-holder .blog-post-overview {
            flex: 0 0 auto;
            width: 100%;
            margin-bottom: 10px;
        }

    .blog-holder .blog-item {
        display: flex;
        background-color: #fff;
        margin-top: 10px;
        border-radius: 8px;
        overflow: hidden;
        text-align: left;
    }

        .blog-holder .blog-item img {
            max-width: 50%;
            flex: 0 0 50%;
        }

        .blog-holder .blog-item .blog-content {
            padding: 10px;
            position: relative;
        }

            .blog-holder .blog-item .blog-content .category-name {
                text-transform: uppercase;
                font-size: 13px;
                background-color: #ECECEC;
                padding: 2px 9px;
                border-radius: 6px;
                margin-bottom: 5px;
                display: inline-block;
            }

            .blog-holder .blog-item .blog-content .blog-title {
                font-size: 18px;
            }

    .blog-holder .carousel-inner .carousel-item.active,
    .blog-holder .carousel-inner .carousel-item-next,
    .blog-holder .carousel-inner .carousel-item-prev {
        display: flex;
    }

    .blog-holder .carousel-inner .carousel-item > div {
        display: none;
    }

        .blog-holder .carousel-inner .carousel-item > div:first-child {
            display: block;
        }

    .blog-holder .carousel-control-prev,
    .blog-holder .carousel-control-next {
        width: 5%;
    }

    .blog-holder .blog-item-featured {
        display: flex;
        background-color: #fff;
        margin: 0 auto 0;
        flex-direction: column;
        height: 100%;
        max-width: 276px;
        border-radius: 8px;
        overflow: hidden;
        text-align: left;
    }

        .blog-holder .blog-item-featured img {
            max-width: 100%;
        }

        .blog-holder .blog-item-featured .blog-content {
            padding: 25px 20px 20px;
            text-align: center;
            position: relative;
        }

            .blog-holder .blog-item-featured .blog-content .category-name {
                font-size: 16px;
                padding: 2px 12px;
                position: absolute;
                top: -15px;
                left: 50%;
                transform: translateX(-50%);
                white-space: nowrap;
                text-transform: uppercase;
                background-color: #ECECEC;
                border-radius: 6px;
                margin-bottom: 5px;
                display: inline-block;
            }

            .blog-holder .blog-item-featured .blog-content .blog-title {
                font-size: 22.5px;
            }

    .blog-holder .all-blogs {
        margin-top: 20px;
    }

        .blog-holder .all-blogs a {
            color: #fff;
            text-decoration: underline;
            font-size: 19px;
        }

            .blog-holder .all-blogs a:hover {
                text-decoration: none;
            }

            .blog-holder .all-blogs a i {
                background-color: #fff;
                color: #449BC0;
                width: 23px;
                height: 23px;
                line-height: 23px;
                border-radius: 100vmax;
                text-align: center;
                font-size: 15px;
                margin-left: 7px;
                position: relative;
            }

            .blog-holder .all-blogs a:hover i {
                left: 2px;
            }

        .blog-holder .all-blogs span {
            cursor: pointer;
            color: #fff;
            text-decoration: underline;
            font-size: 19px;
        }

            .blog-holder .all-blogs span:hover {
                text-decoration: none;
            }

            .blog-holder .all-blogs span i {
                background-color: #fff;
                color: #449BC0;
                width: 23px;
                height: 23px;
                line-height: 23px;
                border-radius: 100vmax;
                text-align: center;
                font-size: 15px;
                margin-left: 7px;
                position: relative;
            }

            .blog-holder .all-blogs span:hover i {
                left: 2px;
            }
/* footer */
footer {
    background-color: #5E6367;
    text-align: center;
    color: #DCDDDE;
    padding: 30px 0;
}

    footer p {
        margin-bottom: 0;
        font-size: 13px;
    }

    footer .footer-top {
        margin-bottom: 25px;
    }

        footer .footer-top .social-midea {
            display: flex;
            list-style: none;
            justify-content: center;
            margin-bottom: 5px;
            padding: 0;
        }

            footer .footer-top .social-midea li a {
                font-size: 33px;
                margin: 0 7px;
            }

        footer .footer-top a {
            font-size: 23px;
            font-weight: 700;
            display: block;
            color: #fff;
        }

            footer .footer-top a:hover {
                opacity: .9;
            }

    footer .footer-middle {
    }

        footer .footer-middle p {
        }

        footer .footer-middle ul {
            display: flex;
            list-style: none;
            padding: 0;
            flex-wrap: wrap;
            justify-content: center;
        }

            footer .footer-middle ul li {
            }

                footer .footer-middle ul li a {
                    color: #DCDDDE;
                    font-size: 13px;
                    text-decoration: underline;
                    margin: 0 10px;
                }

                    footer .footer-middle ul li a:hover, footer .footer-middle ul li a:focus {
                        color: #fff;
                    }

    footer .footer-disclaimer a {
        color: #DCDDDE;
        text-decoration: underline;
    }

        footer .footer-disclaimer a:hover {
            color: #fff;
        }











/* Modal DEsign */
/*.modal .modal-dialog {
    min-width: 50%;
}*/

.modal .modal-content {
    margin-top: 30px;
    padding: 1.5rem;
}

    .modal .modal-content .modal-header {
        text-align: center;
    }

        .modal .modal-content .modal-header .modal-title {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

.modal .custom-btn {
    width: 100%;
}

/*.custom-modal-one {}

.custom-modal-one .modal-content {
    margin-top: 30px;
}

.custom-modal-one .modal-content .modal-body {
    padding: 1.5rem;
}

.custom-modal-one .modal-content h4 {
    text-align: center;

}*/

.form-control {
    background-color: #E4E4E4;
    font-size: 18px;
    border: 0;
}

    .form-control.dp {
        cursor: pointer;
    }

        .form-control.dp.greyout {
            color: #737578;
            cursor: not-allowed;
        }

.form-label {
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}

.form-validation-message {
    color: #FF4040;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}

.form-success-message {
    color: #5DB560;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}

.form-popi-check {
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

    .form-popi-check a {
        color: #4AA1AD;
        text-decoration: underline;
    }

    .form-popi-check .form-check-input {
        float: left;
    }

.accordion {
}

    .accordion .accordion-header {
    }

        .accordion .accordion-header button {
            background-color: #E4E4E4;
            padding: .575rem .75rem;
            font-size: 18px;
            border-radius: calc(.25rem - 1px);
        }

    .accordion .accordion-body {
        background-color: #F4F4F4;
        padding-left: 1rem;
        padding-right: 1rem;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
/*.custom-modal-one .modal-content .accordion {}

.custom-modal-one .modal-content .accordion .accordion-header {}

.custom-modal-one .modal-content .accordion .accordion-header button {
    background-color: #E4E4E4;
    padding: .575rem .75rem;
    font-size: 18px;
    border-radius: calc(.25rem - 1px);
}

.custom-modal-one .modal-content .accordion .accordion-body {
    background-color: #F4F4F4;
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}*/

ul.select-time {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

    ul.select-time li {
        flex: 0 0 calc(50% - 14px);
        max-width: calc(50% - 14px);
        border: 1px solid #A3A3A3;
        border-radius: 6px;
        margin: 4px 7px;
        padding: 10px 5px;
        text-align: center;
        cursor: pointer;
    }

        ul.select-time li.selected {
            background-color: #4AA1AD;
            color: #fff;
        }

        ul.select-time li.inactive {
            cursor: not-allowed;
            background-color: #E4E4E4;
        }

.form-select {
    font-size: 18px;
}

.custom-btn {
    text-align: center;
}


    .custom-btn.application-plan-submit-btn {
        text-align: center;
    }

    .custom-btn.application-submit-btn {
        float: right;
    }

    .custom-btn.application-back-btn {
        background-color: #A8ABAD;
        background-image: none;
        float: left;
    }

    .custom-btn.application-otp-btn {
        background-color: #4AA1AD;
        background-image: none;
    }

    .custom-btn.application-resend-otp-btn {
        background-color: #A8ABAD;
        background-image: none;
        float: right;
    }
/*.custom-modal-one .modal-content .modal-body .form-select{
  
font-size: 18px;
}

.custom-modal-one .custom-btn{
  width: 100%;
  text-align: center;
}*/

.form-group {
    margin-bottom: 10px;
}

/* Quote holder */

.quote-holder {
    padding-block: 65px;
}

    .quote-holder .box-holder:before {
        display: none;
    }

.quote-holder-inner {
    max-width: 440px;
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
}

    .quote-holder-inner ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #aaa;
        opacity: 1; /* Firefox */
    }


    .quote-holder-inner ::-ms-input-placeholder { /* Microsoft Edge */
        color: #aaa;
    }

.quote-holder-inner h2 {
    font-weight: 900;
    font-family: "Museo Sans";
    font-size: 28px;
    margin-bottom: 20px;
}

.input-holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


    .input-holder input, .input-holder select {
        border: 0;
        background-color: #F0F0F0;
        padding: 10px 15px;
        border-radius: 6px;
        height: 45px;
    }

    .input-holder select {
        color: #aaa;
        background-image: url(../img/arrow-down.svg);
        background-size: 22px;
        background-position: right 1rem center;
        background-repeat: no-repeat;
        appearance: none;
    }

    .input-holder .validate-message {
        font-size: 14px;
        color: #FF4040;
        text-align: left;
        text-transform: uppercase;
        font-weight: bold;
        width: 100%;
    }

    .input-holder .date {
        cursor: pointer;
    }

        .input-holder .date input {
            cursor: pointer;
            width: calc(100% - 44px);
        }

        .input-holder .date .input-group-append {
            border: 0;
            background-color: #F0F0F0;
            padding: 10px 15px;
            border-radius: 6px;
            height: 45px;
        }

.quote-holder-footer {
    bottom: 0;
    width: 100%;
    padding-top: 45px;
    left: 0;
    text-align: right;
    box-sizing: border-box;
}

    .quote-holder-footer .quote-disclaimer {
        margin-top: 8px;
        font-size: 16px;
        text-align: center;
    }

        .quote-holder-footer .quote-disclaimer a {
            color: #4D8DB7;
        }

            .quote-holder-footer .quote-disclaimer a:hover {
                color: #4AA1AD;
                text-decoration: underline;
            }

.quote-next-btn {
    padding: 6px 15px;
    border-radius: 5px;
    width: calc(100% - 10px);
    display: block;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
    transition: all .5s ease;
}

.submitbtn {
    padding: 6px 15px;
    background: rgba(61, 192, 206,.5);
    border: 1px solid #2597a4;
    border-radius: 4px;
    color: #0b2d35;
}

.Switch {
    position: relative;
    display: inline-block;
    /* font-size: 12px; */
    color: #fff;
    min-width: 50px;
    height: 14px;
    padding: 10px 5px;
    border-radius: 4px;
    background: #8DC73F;
    cursor: pointer;
}

    .Switch.Off {
        background: #00AAE7;
    }

.switch-holder {
    display: flex;
    background-color: #F0F0F0;
    border-radius: 7px;
    padding: 12px;
    margin-top: 20px;
    gap: 15px;
    align-items: center;
}

.topup-switch-holder {
    display: flex;
    width: 90%;
    margin: 20px auto 0;
    gap: 10px;
    align-items: center;
}

    .topup-switch-holder .switch-tag {
        max-width: 260px;
    }

.Switch .Toggle {
    position: absolute;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #fff;
    z-index: 999;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
}

.Switch.On .Toggle {
    left: 60%;
}

.Switch.Off .Toggle {
    left: 5%;
}

.Switch span.On {
    left: -3px;
}

.Switch span.Off {
    right: -6px;
}

.Switch span {
    display: inline-block;
    position: relative;
    top: -12px;
}

.quote-holder-options {
    max-width: 440px;
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
}

    .quote-holder-options h2 {
        font-family: 'Museo Sans';
        max-width: 440px;
        margin: 0 auto 25px;
    }

    .quote-holder-options .plan-item {
        background-color: #fff;
        border-radius: 10px;
        padding: 30px;
        margin-top: 15px;
        box-shadow: 0px 0px 30px #0000001c;
        cursor: pointer !important;
    }

        .quote-holder-options .plan-item .icon {
            height: 82px;
            width: auto;
            margin-bottom: 20px;
        }

        .quote-holder-options .plan-item .plan-copy {
            min-height: unset;
        }

            .quote-holder-options .plan-item .plan-copy ul {
                text-align: left;
            }

        .quote-holder-options .plan-item .plan-quote-radio {
            border: 3px solid #879193;
            width: 37px;
            height: 37px;
            border-radius: 100vmax;
            margin-top: 10px;
            margin-left: auto;
            margin-right: auto;
            cursor: pointer;
        }

            .quote-holder-options .plan-item .plan-quote-radio .radio-inner {
                position: absolute;
                border: 0;
                background-color: #879193;
                width: 24px;
                height: 24px;
                border-radius: 100vmax;
                margin-top: 4px;
                margin-left: 4px;
            }

            .quote-holder-options .plan-item .plan-quote-radio.selected.green {
                border: 3px solid #8ABD68;
            }

                .quote-holder-options .plan-item .plan-quote-radio.selected.green .radio-inner {
                    background-color: #8ABD68;
                }

            .quote-holder-options .plan-item .plan-quote-radio.selected.blue {
                border: 3px solid #61B0E5;
            }

                .quote-holder-options .plan-item .plan-quote-radio.selected.blue .radio-inner {
                    background-color: #61B0E5;
                }

            .quote-holder-options .plan-item .plan-quote-radio.selected.red {
                border: 3px solid #DD5C61;
            }

                .quote-holder-options .plan-item .plan-quote-radio.selected.red .radio-inner {
                    background-color: #DD5C61;
                }

    .quote-holder-options .carousel {
        display: flex;
        min-height: 400px;
        align-items: center;
    }

        .quote-holder-options .carousel .plan-item {
            width: 90%;
            margin: 16px auto;
        }

            .quote-holder-options .carousel .plan-item .plan-copy {
                min-height: 160px;
            }

        .quote-holder-options .carousel .carousel-control-next-icon {
	        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
        }

        .quote-holder-options .carousel .carousel-control-prev-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
        }

    .quote-holder-options .validate-message {
        font-size: 14px;
        color: #FF4040;
        text-align: left;
        text-transform: uppercase;
        font-weight: bold;
        width: 100%;
    }

    .quote-holder-options .quote-holder-footer {
        max-width: 440px;
        margin: auto;
    }

.selected-plan {
    box-shadow: 0px 0px 30px #0000001c;
    padding: 40px 20px;
    overflow: hidden;
    position: relative;
}

.best-badge {
    position: absolute;
    color: #fff;
    background: transparent linear-gradient(99deg, #5db764 0%, #3f98d7 100%) 0% 0% no-repeat padding-box;
    transform: rotate(45deg);
    top: 30px;
    right: -30px;
    font-size: 14px;
    width: 140px;
    text-align: center;
}

.selected-plan h5 {
    font-family: "Museo Sans";
    /* font-weight: 900; */
    margin-bottom: 20px;
}

.selected-plan p.small {
    margin-bottom: 17px;
    max-width: 240px;
    margin-inline: auto;
    line-height: 1.2;
}

.selected-plan table {
    width: 90%;
    margin: 0 auto 16px;
}

    .selected-plan table.plan-benefits tr td:first-child {
        text-align: left;
        padding-left: 20px;
        width: 75%;
    }

    .selected-plan .plan-benefits tr td span.tc-red {
        color: #DD5C61;
    }

    .selected-plan .plan-benefits tr td span.tc-green {
        color: #8ABD68;
    }

.selected-plan .price {
    font-family: "Museo Sans";
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
}

.selected-plan a.custom-btn {
    text-transform: initial;
    font-weight: 500;
    font-size: 16px;
}

.selected-plan .form-topup-check {
    text-align: left;
}

    .selected-plan .form-topup-check .form-check-input {
        float: left;
    }

.group-buttons {
    display: flex;
    flex-direction: column;
}

.btn-start-app {
    background-color: #8DC73F;
    /* color: #fff; */
}

.btn-minor {
    color: #00AAE7 !important;
    text-decoration: underline;
}

.btn-call-me {
    /* color: #fff; */
    background-color: #00AAE7;
}

.group-buttons a {
    color: #fff;
    padding: 10px;
    margin-top: 15px;
    border-radius: 7px;
    position: relative;
}

    .group-buttons a:hover {
        top: 1px;
        left: 1px;
    }

/* Application holder */

.page-header .page-header-block .lead .step-name {
    display: block;
    font-family: 'Museo Sans';
    font-weight: 500;
}

.application-holder-inner {
    /* margin-top: -30px; */
}

.application-holder {
    position: relative;
    margin-top: -20px;
    /* padding: 40px 12px; */
    text-align: center;
}

    .application-holder .application-holder-inner {
        padding: 25px;
        max-width: 600px;
        margin: 0 auto 40px;
    }

        .application-holder .application-holder-inner .inner-div {
            margin-bottom: 20px;
        }

        .application-holder .application-holder-inner .d-grid {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            column-gap: 10px;
        }

        .application-holder .application-holder-inner hr {
            background-color: #000;
            opacity: 1;
            margin: 2rem 0;
        }

        .application-holder .application-holder-inner .blt-blue {
            color: #4AA1AD;
        }

.application-holder .popi-block p {
    text-align: left;
}

.application-holder label.asterisk-legend {
    font-size: 18px;
    text-transform: uppercase;
}

.application-holder .necessary {
    color: #FF4040;
}

.application-holder-inner .application-holder-footer {
    min-height: 80px;
}

.find-nsp {
    background: transparent;
    padding-top: 0 !important;
    margin-top: -20px;
}

    .find-nsp .sp-finder-inner {
        padding: 40px 20px 30px;
        background-color: #F0F1F1;
    }

    .find-nsp .box-holder:before {
        display: block;
    }
/* content-details-page */

.content-details-page {
    margin-top: -20px;
}

.content-details-page-inner {
    padding: 8px;
}

    .content-details-page-inner .content-header {
        background-color: #F0F1F1;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 15px;
    }

        .content-details-page-inner .content-header h4 {
            margin-bottom: 20px;
        }

        .content-details-page-inner .content-header p {
            margin-bottom: 0;
            font-size: 18px;
            line-height: 25px;
        }

    .content-details-page-inner .content-body {
        padding: 15px;
    }

        .content-details-page-inner .content-body h3 {
            font-size: 27px;
            font-weight: bold;
            font-family: 'Museo Sans';
            letter-spacing: -0.9px;
            color: #4AA1AD;
        }

        .content-details-page-inner .content-body ul {
            padding-left: 20px;
        }

            .content-details-page-inner .content-body ul li {
            }

                .content-details-page-inner .content-body ul li::marker {
                    color: #4AA1AD;
                }

.bg-box {
    background-image: url(../img/bg_box.jpg);
    background-size: cover;
    color: #fff;
    position: relative;
    margin-left: -12px;
    margin-right: -12px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    margin-bottom: 15px;
}

    .bg-box:before {
        background: transparent linear-gradient(119deg, #5DB560 0%, #3F96D6 79%, #3E95D9 100%) 0% 0% no-repeat padding-box;
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: .75;
    }

    .bg-box h3 {
    }



    .bg-box p {
        position: relative;
        margin-bottom: 0;
    }

        .bg-box p strong {
            display: block;
        }

            .bg-box p strong a {
                color: #fff;
                text-decoration: underline;
            }

                .bg-box p strong a:hover {
                    text-decoration: none;
                }

.content-details-page-inner .content-body h5 {
}

.content-details-page .page-content-bottom {
    margin-top: 20px;
    margin-bottom: 40px;
}

section.content-details-page .page-content-bottom:before {
    display: none;
}

.content-details-page .page-content-bottom .left {
    background-color: #D7EAED;
    padding: 25px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.content-details-page .page-content-bottom h4 {
}

.content-details-page .page-content-bottom .left p {
}

    .content-details-page .page-content-bottom .left p a {
    }

.content-details-page .page-content-bottom .left .arrow {
    background: transparent linear-gradient(90deg, #5EB85F 0%, #3E97D9 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 100vmax;
}

.content-details-page .page-content-bottom .right {
    padding: 25px;
}

    .content-details-page .page-content-bottom .right .form-group {
    }

    .content-details-page .page-content-bottom .right .custom-btn {
    }


/* plan-details */

.plan-details {
    margin-bottom: 40px;
}

.plan-details-top {
    background-color: #549AC8;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
}

    .plan-details-top.pc-plan {
        background-color: #8ABD68;
    }

    .plan-details-top.pcplus-plan {
        background-color: #549AC8;
    }

    .plan-details-top.gc-plan {
        background-color: #DD5C61;
    }

    .plan-details-top.pcsen-plan {
        background-color: #879193;
    }

    .plan-details-top .plan-name {
        display: flex;
        align-items: center;
    }

        .plan-details-top .plan-name .left {
            background-color: #4D8DB7;
            flex: 0 0 55px;
            max-width: 55px;
            height: 55px;
            text-align: center;
            line-height: 55px;
            border-radius: 8px;
        }

    .plan-details-top.pc-plan .plan-name .left {
        background-color: #76A159;
    }

    .plan-details-top.pcplus-plan .plan-name .left {
        background-color: #4D8DB7;
    }

    .plan-details-top.gc-plan .plan-name .left {
        background-color: #B84D51;
    }

    .plan-details-top.pcsen-plan .plan-name .left {
        background-color: #70787A;
    }

    .plan-details-top .plan-name .left img {
        width: 33px;
    }

    .plan-details-top .plan-name .right {
        flex: 0 0 75%;
        max-width: 75%;
        margin-left: 15px;
    }

        .plan-details-top .plan-name .right h1 {
            margin-bottom: 0px;
            font-family: 'Museo Sans';
            font-weight: 900;
        }

        .plan-details-top .plan-name .right h4 {
            font-size: 18px;
        }

            .plan-details-top .plan-name .right h4 span {
                font-weight: 300;
            }

.plan-details-benefit {
    margin-top: -35px;
}

.benefit-clasification {
    background-color: #fff;
    box-shadow: 0px 0px 30px #0000001C;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
}

    .benefit-clasification h2 {
        font-family: 'Museo Sans';
        font-weight: 900;
        color: #5E6367;
        margin-bottom: 0;
    }

    .benefit-clasification p {
        margin-bottom: 10px;
    }

    .benefit-clasification .accordion {
    }

        .benefit-clasification .accordion .accordion-item {
            margin-bottom: 5px;
            border: 1px solid #A8ABAD;
        }

            .benefit-clasification .accordion .accordion-item:first-child, .benefit-clasification .accordion .accordion-item:first-child h3 button {
                border-top-left-radius: 8px;
                border-top-right-radius: 8px;
            }

            .benefit-clasification .accordion .accordion-item:last-child, .benefit-clasification .accordion .accordion-item:last-child h3 button {
                border-bottom-right-radius: 8px;
                border-bottom-left-radius: 8px;
            }

            .benefit-clasification .accordion .accordion-item h3 {
                /* font-size: 18px; */
            }

                .benefit-clasification .accordion .accordion-item h3 button {
                    font-weight: 500;
                    background-color: #F5F5F5;
                    color: #4D8DB7;
                }

    .benefit-clasification.pc .accordion .accordion-item h3 button {
        color: #76A159;
    }

    .benefit-clasification.pcp .accordion .accordion-item h3 button {
        color: #4D8DB7;
    }

    .benefit-clasification.gc .accordion .accordion-item h3 button {
        color: #B84D51;
    }

    .benefit-clasification.pcps .accordion .accordion-item h3 button {
        color: #70787A;
    }

    .benefit-clasification .accordion .accordion-item h3 button.collapsed {
        background-color: #F5F5F5;
        color: #5E6367;
    }

    .benefit-clasification .accordion .accordion-body {
        background-color: #F5F5F5;
        color: #333538;
    }

        .benefit-clasification .accordion .accordion-body h5 {
            color: #4D8DB7;
            font-weight: 500;
        }

        .benefit-clasification .accordion .accordion-body p {
        }

        .benefit-clasification .accordion .accordion-body ul {
            padding-left: 20px;
        }

            .benefit-clasification .accordion .accordion-body ul li {
            }

        .benefit-clasification .accordion .accordion-body a {
            color: #4D8DB7;
            text-decoration: underline;
        }

.download-plan-item {
}

    .download-plan-item .box-holder {
        padding: 15px;
        margin-top: 15px;
    }

.plan-details .box-holder:before {
    display: none;
}

.download-plan-item .brochure {
    background-image: url(../img/brochure-pcp.png);
}

    .download-plan-item .brochure.pc {
        background-image: url(../img/brochure-pc.png);
    }

    .download-plan-item .brochure.pcp {
        background-image: url(../img/brochure-pcp.png);
    }

    .download-plan-item .brochure.gc {
        background-image: url(../img/brochure-gc.png);
    }

    .download-plan-item .brochure.pcps {
        background-image: url(../img/brochure-pcps.png);
    }

.download-plan-item .infographic {
    background-image: url(../img/infographic-pcp.png);
}

    .download-plan-item .infographic.pc {
        background-image: url(../img/infographic-pc.png);
    }

    .download-plan-item .infographic.pcp {
        background-image: url(../img/infographic-pcp.png);
    }

    .download-plan-item .infographic.gc {
        background-image: url(../img/infographic-gc.png);
    }

    .download-plan-item .infographic.pcps {
        background-image: url(../img/infographic-pcps.png);
    }

    .download-plan-item .brochure a, .download-plan-item .infographic a {
        background: transparent linear-gradient(99deg, #61B0E5 0%, #4D8DB7 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 10px #0000003B;
        border-radius: 8px;
        padding: 10px;
        color: #fff;
        font-weight: 500;
        position: relative;
        transition: none;
    }

    .download-plan-item .brochure.pc a, .download-plan-item .infographic.pc a {
        background: transparent linear-gradient(99deg, #8ABD68 0%, #67A159 100%) 0% 0% no-repeat padding-box;
    }

    .download-plan-item .brochure.pcp a, .download-plan-item .infographic.pcp a {
        background: transparent linear-gradient(99deg, #61B0E5 0%, #4D8DB7 100%) 0% 0% no-repeat padding-box;
    }

    .download-plan-item .brochure.gc a, .download-plan-item .infographic.gc a {
        background: transparent linear-gradient(99deg, #DD5C61 0%, #B84D51 100%) 0% 0% no-repeat padding-box;
    }

    .download-plan-item .brochure.pcps a, .download-plan-item .infographic.pcps a {
        background: transparent linear-gradient(99deg, #879193 0%, #70787A 100%) 0% 0% no-repeat padding-box;
    }

    .download-plan-item .brochure a:hover, .download-plan-item .infographic a:hover {
        background: #61B0E5;
        left: 1px;
        top: 1px;
    }

    .download-plan-item .brochure.pc a:hover, .download-plan-item .infographic.pc a:hover {
        background: #8ABD68;
    }

    .download-plan-item .brochure.pcp a:hover, .download-plan-item .infographic.pcp a:hover {
        background: #61B0E5;
    }

    .download-plan-item .brochure.gc a:hover, .download-plan-item .infographic.gc a:hover {
        background: #DD5C61;
    }

    .download-plan-item .brochure.pcps a:hover, .download-plan-item .infographic.pcps a:hover {
        background: #879193;
    }

.download-plan-item .brochure, .download-plan-item .infographic {
    height: 240px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

    .download-plan-item .brochure:before, .download-plan-item .infographic:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #333538;
        opacity: .46;
    }

.benefit-clasification.topup {
    background-color: #4D8DB7;
    color: #fff;
    margin-bottom: 15px;
}

    .benefit-clasification.topup.pc {
        background-color: #67A159;
    }

    .benefit-clasification.topup.pcp {
        background-color: #4D8DB7;
    }

    .benefit-clasification.topup .accordion .accordion-item h3 button.collapsed {
        background-color: #42799D;
        color: #fff;
    }

    .benefit-clasification.topup.pc .accordion .accordion-item h3 button.collapsed {
        background-color: #6B8F66;
    }

    .benefit-clasification.topup.pcp .accordion .accordion-item h3 button.collapsed {
        background-color: #42799D;
    }

    .benefit-clasification.topup .accordion .accordion-item h3 button.collapsed:after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .benefit-clasification.topup .accordion .accordion-item {
        border-color: #26465C;
    }

    .benefit-clasification.topup.pc .accordion .accordion-item {
        border-color: #265C26;
    }

    .benefit-clasification.topup.pcp .accordion .accordion-item {
        border-color: #26465C;
    }

.get-touch {
    background-color: #F0F1F1;
    padding: 25px;
    border-radius: 8px;
}

    .get-touch .custom-btn {
        margin-bottom: 20px;
    }

    .get-touch p {
        margin-bottom: 0;
        font-size: 22px;
        color: #5E6367;
    }

        .get-touch p a {
            font-weight: bold;
            color: #5E6367;
        }

            .get-touch p a:hover {
                color: #3F98D7;
            }

            .get-touch p a:last-child {
                text-decoration: underline;
                color: #4D8DB7;
            }

            .get-touch p a:hover:last-child {
                color: #3F98D7;
            }

.benefit-clasification.topup h2 {
    color: #fff;
}

.verified-badge {
    margin-left: 8px;
}

    .verified-badge img {
        width: 16px;
    }

.map-holder .map-info + .custom-btn {
    margin-top: 20px;
}

.doctors-holder {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

    .doctors-holder.holder-top {
        margin-top: -60px;
    }

    .doctors-holder h2 {
        font-family: 'Museo Sans';
        font-weight: bold;
        letter-spacing: -0.7px;
        color: #4AA1AD;
        margin-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .doctors-holder .doctors-holder-inner {
        padding: 25px;
        max-width: 600px;
        margin: 0 auto 40px;
    }

.doctor-list-result .list-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    background-color: #F0F1F1;
    padding: 10px;
    border-radius: 8px;
}

    .doctor-list-result .list-item .list-item-content {
        padding-left: 10px;
        text-align: left;
    }

.careers-holder {
    margin-top: -60px;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

    .careers-holder .careers-holder-inner {
        padding: 25px;
        max-width: 800px;
        margin: 0 auto 40px;
    }

.careers-holder-list .list-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    background-color: #F0F1F1;
    padding: 10px;
    border-radius: 8px;
}

    .careers-holder-list .list-item .list-item-content {
        padding-left: 10px;
        text-align: left;
    }

        .careers-holder-list .list-item .list-item-content a {
            color: #4AA1AD;
            text-decoration: underline;
        }

.careers-holder-details {
    text-align: left;
    background-color: #fff;
    box-shadow: 0px 0px 30px #0000001C;
    border-radius: 8px;
    padding: 30px;
    margin-top: 15px;
}

    .careers-holder-details h2, .careers-holder-details h3, .careers-holder-details h4 {
        font-family: 'Museo Sans';
        font-weight: 900;
        color: #5E6367;
        margin-bottom: 10px;
    }

    .careers-holder-details p {
        margin-bottom: 10px;
    }

    .careers-holder-details a {
        color: #4AA1AD;
        text-decoration: underline;
    }

/* benefits details */

.benefit-details {
    margin-bottom: 40px;
}

    .benefit-details .box-holder:before {
        display: none;
    }

.benefit-details-top {
    background: transparent linear-gradient(108deg, #5DB560 0%, #3F96D6 79%, #3E95D9 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
}

    .benefit-details-top.pc-plan {
        background-color: #8ABD68;
    }

    .benefit-details-top.pcplus-plan {
        background-color: #549AC8;
    }

    .benefit-details-top.gc-plan {
        background-color: #DD5C61;
    }

    .benefit-details-top .benefit-name {
        display: flex;
        align-items: center;
    }

        .benefit-details-top .benefit-name right h1 {
            margin-bottom: 0px;
            font-family: 'Museo Sans';
            font-weight: 900;
        }

        .benefit-details-top .benefit-name h1 span {
            font-weight: normal;
        }

        .benefit-details-top .benefit-name right h4 {
            font-size: 28px;
        }

.benefit-details-benefit {
    margin-top: -35px;
}

.benefit-details-body {
    background-color: #fff;
    box-shadow: 0px 0px 30px #0000001C;
    border-radius: 8px;
    padding: 30px;
    margin-top: 15px;
}

    .benefit-details-body h2, .benefit-details-body h3, .benefit-details-body h4 {
        font-family: 'Museo Sans';
        font-weight: 900;
        color: #5E6367;
        margin-bottom: 10px;
    }

    .benefit-details-body p {
        margin-bottom: 10px;
    }

    .benefit-details-body a {
        color: #4AA1AD;
        text-decoration: underline;
    }

    .benefit-details-body img.fbf-logo {
        position: static;
        margin-left: 50%;
        margin-bottom: 10px;
        transform: translateX(-50%);
    }

/* claims process */

.claims-process {
    margin-bottom: 40px;
}

    .claims-process .box-holder .claims-disclaimer {
        padding: 15px;
        margin-top: 15px;
    }

.claims-item {
}

    .claims-item .box-holder {
        padding: 15px;
        margin-top: 15px;
    }

/* contact us */

.contact-holder {
    margin-bottom: 40px;
}

    .contact-holder .box-holder {
        padding: 15px;
        margin-top: 15px;
    }

    .contact-holder .contact-social-media a {
        font-size: 40px;
        padding-left: 4px;
        padding-right: 4px;
    }

/* Legal Details */

.legal-details {
    margin-bottom: 40px;
    color: #333538;
}

    .legal-details .box-holder:before {
        display: none;
    }

    .legal-details .box-holder .about-us, .legal-details .box-holder .tou, .legal-details .box-holder .smtou, .legal-details .box-holder .privacy, .legal-details .box-holder .sitemap {
        background-color: #fff;
        box-shadow: 0px 0px 30px #0000001C;
        border-radius: 8px;
        padding: 30px;
        margin-top: 15px;
    }

    .legal-details h1, .legal-details h2, .legal-details h3, .legal-details h4 {
        font-family: 'Museo Sans';
        font-weight: 900;
        color: #5E6367;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .legal-details p {
        margin-bottom: 10px;
    }

    .legal-details ol li {
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .legal-details .legal-details-block {
        margin-bottom: 30px;
    }

    .legal-details .legal-details-list {
        padding-left: 4rem;
    }


/* blog & articles */
.blog-article-header {
    background-color: #666;
    background-blend-mode: multiply;
    background-size: cover;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 100px;
}

    .blog-article-header .blog-article-header-block h1 {
        font-family: 'Museo Sans';
        font-weight: 900;
        text-shadow: 2px 2px 6px #00000029;
        letter-spacing: -0.68px;
        font-size: 27px;
        line-height: 33px;
    }

    .blog-article-header .blog-article-header-block h4 {
        font-family: 'Helvetica';
        font-weight: normal;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .blog-article-header .blog-article-header-block a {
        color: #fff;
        text-decoration: underline;
    }

.blog-article-main {
    margin-top: -70px;
    margin-bottom: 70px;
}

    .blog-article-main .full-width-article-image {
        width: 100%;
        height: auto;
    }

    .blog-article-main .left-article-image {
        float: left;
        width: 50%;
        max-width: 50%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .blog-article-main .right-article-image {
        float: right;
        width: 50%;
        max-width: 50%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

.blog-article-body {
    background-color: #fff;
    box-shadow: 0px 0px 30px #0000001C;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
}

    .blog-article-body h2, .blog-article-body h3, .blog-article-body h4, .blog-article-body h5 {
        font-family: 'Helvetica';
        font-weight: 900;
        color: #5E6367;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .blog-article-body p {
        margin-bottom: 10px;
    }

    .blog-article-body a {
        color: #4AA1AD;
        text-decoration: underline;
    }



















/* ====================
Responsive CSS
================== */

@media(min-width:768px) {
    .content-details-page .page-content-bottom .left {
        border-top-right-radius: 0;
        border-bottom-left-radius: 8px;
    }

    .download-plan-item {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
    }

    .claims-body {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
    }

    .application-holder .application-holder-inner .d-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
    }

    .blog-holder .carousel-inner .carousel-item > div:nth-child(2) {
        display: block;
    }

    .blog-holder .carousel-inner .carousel-item-end.active,
    .blog-holder .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .blog-holder .carousel-inner .carousel-item-start.active,
    .blog-holder .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }

    .blog-holder .carousel-inner .carousel-item-end,
    .blog-holder .carousel-inner .carousel-item-start {
        transform: translateX(0);
    }

    .pie-img {
        max-width: 360px;
    }

    .single-benefit {
        flex: 0 0 calc(33% - 5px);
    }

    .call-to-action {
        max-width: 510px;
        margin-inline: auto;
    }

        .call-to-action .item {
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }

            .call-to-action .item div {
                flex: 0 0 230px;
                text-align: right;
            }

            .call-to-action .item .custom-btn {
                flex: 0 0 220px;
            }

    .explore-plans-holder .plan-item {
        height: calc(100% - 15px);
    }

        .explore-plans-holder .plan-item .plan-copy {
            min-height: 260px;
        }


    .quote-holder-options .plan-item {
        height: calc(100% - 15px);
    }
}

@media(min-width:992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    header .top-header ul.top-header-left {
        flex: 0 0 27%;
        max-width: 27%;
        flex-wrap: inherit;
    }

    header .top-header .top-header-right a:last-child {
        background-color: transparent;
        font-size: 13px;
    }

    header .top-header .top-header-right a .arrow-circle {
        background: transparent linear-gradient(107deg, #5DB560 0%, #3F96D6 79%, #3E95D9 100%) 0% 0% no-repeat padding-box;
        width: 18px;
        height: 18px;
        display: inline-block;
        line-height: 18px;
        text-align: center;
        border-radius: 100vmax;
    }

    header .top-header ul.top-header-left li a {
        padding-top: 14px;
        padding-bottom: 13px;
    }

    header .navbar {
        padding-top: 18px;
        padding-bottom: 3px;
    }

    header .navbar .nav-cta a {
        font-weight: 700;
        font-size: 18px;
    }

    header .navbar .nav-cta .btns a {
        color: #fff;
        text-transform: uppercase;
        padding: 5px 13px;
        border-radius: 5px;
        box-shadow: 0px 0px 10px #00000015;
    }

    header .navbar .nav-cta .phone a {
        font-size: 22.5px;
        color: #5E6367;
    }

        header .navbar .nav-cta .phone a i {
            transform: rotate(24deg);
            font-size: 75%;
        }

    header .navbar .nav-cta .call-btn a {
        background-color: #4AA1AD;
    }

    header .navbar .nav-cta .quote-btn a {
        background-color: #56AD7E;
    }

    header .navbar .nav-cta .user-btn a {
        background-color: #fff;
        color: #3E95D9;
    }

    header .navbar .nav-cta > div {
        margin-left: 10px;
    }

    header .navbar .nav-cta .phone {
        margin-right: 10px;
    }

    header .navbar .navbar-nav .nav-item a {
        color: #333538;
        padding: 0px 15px 15px 15px;
    }

        header .navbar .navbar-nav .nav-item a:hover {
            color: #4D8DB7;
        }

    header .navbar .nav-cta, header .navbar .navbar-nav {
        justify-content: flex-end;
    }


    .page-header {
        padding-top: 40px;
        padding-bottom: 110px;
    }

        .page-header .page-header-block .lead {
            font-size: 40px;
            line-height: 45px;
        }

    .blog-article-header {
        padding-top: 40px;
        padding-bottom: 110px;
    }

        .blog-article-header .blog-article-header-block h1 {
            font-size: 40px;
            line-height: 45px;
        }

    .inner-plan-list {
        padding: 40px;
    }

    h4 {
        font-size: 22.5px;
    }

    .plan-list-header .input-area .row > div {
        font-size: 18px;
    }

    .form-select, .form-control {
        font-size: 18px;
    }

    .plan-list-header .input-area .row > div .form-check {
        padding-left: 2.5rem;
    }

        .plan-list-header .input-area .row > div .form-check .form-check-input {
            margin-top: 2px;
        }

    .plan-list-body .list-item {
        padding-right: 20px;
    }

        .plan-list-body .list-item .list-item-icon {
            height: 75px;
            width: 75px;
            flex: 0 0 75px;
        }

        .plan-list-body .list-item .list-item-content {
            padding-left: 15px;
            padding-right: 2%;
            flex: 0 0 calc(85%);
            max-width: 85%;
        }

            .plan-list-body .list-item .list-item-content p {
                display: block;
                margin-bottom: 0;
                max-width: 100%;
                line-height: 22px;
            }

        .plan-list-body .list-item .arrow-right {
            flex: 0 0 28px;
            max-width: 28px;
        }

        .plan-list-body .list-item .list-item-content h4 span {
            display: inline;
        }


    h2 {
        font-size: 40px;
    }


    .sp-finder .box-holder {
        padding: 7px;
    }

    .sp-finder .sp-finder-inner {
        padding: 40px;
        background-color: #F0F1F1;
    }

    .custom-btn {
        font-size: 18px;
    }

    .sp-finder .sp-finder-inner .sp-checkbox li .form-check .form-check-label {
        font-size: 18px;
    }

        .sp-finder .sp-finder-inner .sp-checkbox li .form-check .form-check-label img {
            width: 17px;
        }

    .map-holder {
        margin-bottom: 20px;
    }

    .sp-finder .sp-finder-inner .sp-checkbox li {
        margin-right: 26px;
    }

    .sp-finder .sp-finder-inner .mobile-search-btn {
        display: none;
    }

    .customer-review-slider .swiper-slide {
        height: auto;
    }


    .swiper-button-prev {
        left: -15px;
    }

    .swiper-button-next {
        right: -15px;
    }


    footer {
        text-align: left;
    }

        footer .footer-top .social-midea {
            justify-content: flex-start;
            margin-left: -8px;
        }

        footer .footer-middle {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

            footer .footer-middle ul {
                margin-bottom: 3px;
            }

            footer .footer-middle p {
                border-right: 1px solid;
                margin-right: 0px;
                padding-right: 10px;
                line-height: 1;
            }

            footer .footer-middle ul li {
                line-height: 1;
                position: relative;
            }

                footer .footer-middle ul li:before {
                    position: absolute;
                    content: "";
                    background-color: #DCDDDE;
                    width: 5px;
                    height: 5px;
                    border-radius: 100vmax;
                    top: 8px;
                }

                footer .footer-middle ul li:first-child:before {
                    display: none;
                }

    .plan-list-holder {
        margin-top: -70px;
        margin-bottom: -70px;
    }

        .plan-list-holder.application {
            margin-bottom: 0;
        }

    .claims-process {
        margin-top: -70px;
    }

    .contact-holder {
        margin-top: -70px;
    }

        .contact-holder .inner-contact-holder .contact-body-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            column-gap: 10px;
        }

    .sp-finder {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .doctors-holder {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .doctors-holder.holder-top {
        margin-top: -120px;
    }

    .doctors-holder .doctors-list-search {
        padding: 40px 20px;
        margin-bottom: 70px;
    }

    .doctor-list-result .list-item .list-item-content {
        padding-left: 15px;
        padding-right: 2%;
        flex: 0 0 calc(100%);
        max-width: 100%;
    }

    .careers-holder {
        padding-top: 70px;
        padding-bottom: 70px;
        margin-top: -120px;
    }

    .careers-holder-list .list-item .list-item-content {
        padding-left: 15px;
        padding-right: 2%;
        flex: 0 0 calc(100%);
        max-width: 100%;
    }

    .cusromer-review {
        padding: 60px 0;
    }

    .blog-holder {
        padding: 55px 0;
    }

        .blog-holder .blog-post-holder .blog-post-overview {
            flex: 0 0 auto;
            width: 50%;
            padding-left: 12px;
            padding-right: 12px;
        }

        .blog-holder .carousel-inner .carousel-item > div {
            display: block;
        }

        .blog-holder .carousel-inner .carousel-item-end.active,
        .blog-holder .carousel-inner .carousel-item-next {
            transform: translateX(33.3333%);
        }

        .blog-holder .carousel-inner .carousel-item-start.active,
        .blog-holder .carousel-inner .carousel-item-prev {
            transform: translateX(-33.3333%);
        }

        .blog-holder .carousel-inner .carousel-item-end,
        .blog-holder .carousel-inner .carousel-item-start {
            transform: translateX(0);
        }

    .application-holder .application-holder-inner {
        padding: 40px 20px;
        margin-bottom: 70px;
    }

    .application-holder {
        margin-top: -80px;
    }

    .find-nsp {
        margin-top: -80px;
    }

    .content-details-page-inner .content-header {
        padding: 40px;
    }

    .bg-box {
        padding: 55px;
        font-size: 22px;
    }

    .content-details-page {
        margin-top: -70px;
    }

    .plan-details-top .plan-name .left {
        flex: 0 0 80px;
        max-width: 80px;
        height: 80px;
        line-height: 80px;
    }

        .plan-details-top .plan-name .left img {
            width: 48px;
        }

    .benefit-clasification .accordion .accordion-item h3 button {
        font-size: 22px;
    }

    .get-touch p {
        font-size: 27px;
    }

    .benefit-clasification h2 {
        font-size: 33px;
    }

    header .navbar .navbar-nav .dropdown .dropdown-toggle:after {
        display: none;
    }

    header .navbar .navbar-nav .dropdown-menu {
        top: 100%;
        left: auto;
        right: -20px;
        min-width: 54rem;
        background: #fff;
        box-shadow: 0px 15px 20px #0000001C;
        border-radius: 8px;
    }

        header .navbar .navbar-nav .dropdown-menu.plans-ddl {
            min-width: 20rem;
        }

        header .navbar .navbar-nav .dropdown-menu.blogs-ddl {
            min-width: 32rem;
        }

    .dropdown-inner {
        display: flex;
        position: relative;
    }

        .dropdown-inner:before {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 8.5px 15px 8.5px;
            border-color: transparent transparent #ffffff transparent;
            top: -13px;
            right: 58px;
        }

        .dropdown-inner .benefits {
            background-color: #D7EAED;
            flex: 0 0 21%;
            display: block;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        .dropdown-inner .all-benefits {
            display: flex;
            flex: 0 0 79%;
            padding: 23px;
            justify-content: space-between;
        }

    header .navbar .navbar-nav .dropdown-inner .benefits a {
        display: block;
        padding: 23px;
        line-height: 24px;
    }

        header .navbar .navbar-nav .dropdown-inner .benefits a b {
            display: block;
            margin-bottom: 15px;
            font-size: 22.5px;
        }

        header .navbar .navbar-nav .dropdown-inner .benefits a .arrow {
            background: transparent linear-gradient(90deg, #5EB85F 0%, #3E97D9 100%) 0% 0% no-repeat padding-box;
            color: #fff;
            width: 20px;
            display: block;
            height: 20px;
            line-height: 20px;
            text-align: center;
            border-radius: 100vmax;
            font-size: 12px;
            margin-top: 10px;
        }

    .dropdown-inner .all-benefits .benefit-title {
        display: block;
        font-size: 18px;
    }

    header .navbar .navbar-nav .dropdown-inner .all-benefits ul li a {
        display: table;
        padding: 0;
        color: #4AA1AD;
        text-decoration: underline;
    }

    header .navbar .navbar-nav {
        margin-top: 7px;
    }

    .dropdown-inner .plans {
        flex: 0 0 100%;
        display: block;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        padding: 23px;
        justify-content: space-between;
    }

    header .navbar .navbar-nav .dropdown-inner .plans ul li a {
        display: table;
        padding: 0;
        color: #4AA1AD;
        text-decoration: underline;
    }

    .dropdown-inner .blogs {
        background-color: #D7EAED;
        flex: 0 0 41%;
        display: block;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .dropdown-inner .blogs-categories {
        display: flex;
        flex: 0 0 59%;
        padding: 23px;
        justify-content: space-between;
    }

    header .navbar .navbar-nav .dropdown-inner .blogs-categories ul li a {
        display: table;
        padding: 0;
        color: #4AA1AD;
        text-decoration: underline;
    }

    header .navbar .navbar-nav .dropdown-inner .blogs a {
        display: block;
        padding: 23px;
        line-height: 24px;
    }

        header .navbar .navbar-nav .dropdown-inner .blogs a b {
            display: block;
            margin-bottom: 15px;
            font-size: 22.5px;
        }

        header .navbar .navbar-nav .dropdown-inner .blogs a .arrow {
            background: transparent linear-gradient(90deg, #5EB85F 0%, #3E97D9 100%) 0% 0% no-repeat padding-box;
            color: #fff;
            width: 20px;
            display: block;
            height: 20px;
            line-height: 20px;
            text-align: center;
            border-radius: 100vmax;
            font-size: 12px;
            margin-top: 10px;
        }

    .header-bg {
        padding-top: 140px !important;
        padding-bottom: 210px !important;
    }

    .pie-block-holder {
        margin-block: -80px;
    }

    .inner-pie-block {
        padding: 40px;
    }

    .inner-pie-block p {
        font-size: 22px;
    }

    .benefits-holder {
        padding-block: 60px 40px;
    }

    .benefits-header p {
        font-size: 22px;
    }

    .benefits-body {
        gap: 20px;
    }

    .single-benefit {
        flex: 0 0 calc(25% - 15px);
    }

    .get-in-touch {
        margin-block: -60px;
    }

    .get-in-touch-inner h2 + p {
        font-size: 22px;
    }

    .call-to-action .item div {
        font-size: 17px;
        line-height: 1.2;
    }

    .explore-plans-holder {
        padding-block: 40px 170px;
    }

        .explore-plans-holder .plan-item .plan-copy {
            min-height: 180px;
        }

    .benefits-holder .container-fluid {
        max-width: 1300px;
    }

    .find-service-provider {
        padding-block: 140px 80px;
    }

        .find-service-provider .container {
            max-width: 740px;
        }

    .group-buttons {
        flex-direction: row;
        gap: 20px;
        align-items: center;
    }

        .group-buttons a {
            margin-top: 35px;
            flex: 1;
        }

        .group-buttons a.btn-call-me {
            padding-top: 22px;
            padding-bottom: 22px;
        }

    .quote-holder-inner {
        padding-block: 115px;
    }

        .quote-holder-inner h2 {
            font-size: 35px;
        }

    .quote-holder-options {
        max-width: 880px;
    }

        .quote-holder-options .plan-item .plan-copy {
            min-height: 180px;
        }
}

@media(min-width:1400px) {
    header .top-header ul.top-header-left li a {
        padding-left: 38px;
        padding-right: 38px;
    }

    header .top-header .top-header-right {
        padding-right: 25px;
    }

    header .navbar {
        padding: 18px 26px 3px 26px;
    }

        header .navbar .container-fluid {
            align-items: center;
        }

        header .navbar .navbar-brand {
            max-width: 265px;
        }

            header .navbar .navbar-brand.cobranding {
                max-width: 145px;
            }

            header .navbar .navbar-brand.admin {
                max-width: 120px;
            }

        header .navbar .nav-cta .phone a {
            font-size: 31.5px;
        }

        header .navbar .nav-cta .btns a {
            font-size: 26px;
            padding: 8px 22px;
        }

        header .navbar .nav-cta .user-btn a {
            padding-left: 16px;
            padding-right: 16px;
        }

        header .navbar .navbar-nav .nav-item a {
            font-size: 18px;
        }

    .page-header {
        padding-top: 66px;
        padding-bottom: 126px;
    }

        .page-header .page-header-block .lead {
            font-size: 44px;
            line-height: 57px;
        }

    .inner-plan-list {
        padding: 58px;
    }

    .plan-list-body {
        margin-top: 22px;
    }

    h4 {
        font-size: 31.5px;
        margin-bottom: 20px;
    }

    .plan-list-header .input-area .row > div .form-check {
        padding-left: 4.3rem;
    }

        .plan-list-header .input-area .row > div .form-check .form-check-input {
            width: 52px;
            height: 52px;
        }

    .plan-list-header .input-area .row > div {
        font-size: 31.5px;
    }

    .plan-list-body .list-item {
        padding-right: 40px;
    }

        .plan-list-body .list-item .list-item-icon {
            height: 130px;
            width: 130px;
            flex: 0 0 130px;
        }
            .plan-list-body .list-item .list-item-icon i {
                font-size: 72px;
            }

            .plan-list-body .list-item .list-item-icon img {
                max-width: 63px;
            }

        .plan-list-body .list-item .dep-item-icon {
            border-radius: 36px;
            height: 72px;
            width: 72px;
            flex: 0 0 72px;
        }

            .plan-list-body .list-item .dep-item-icon i {
                font-size: 40px;
            }

        .plan-list-body .list-item .list-item-content {
            padding-left: 20px;
        }

            .plan-list-body .list-item .list-item-content h4 {
                font-size: 27px;
                margin-bottom: 3px;
            }

            .plan-list-body .list-item .list-item-content p {
                font-size: 18px;
            }

        .plan-list-body .list-item .arrow-right, .plan-list-body .list-item .list-item-check {
            flex: 0 0 42px;
            max-width: 42px;
            width: 42px;
            height: 42px;
            line-height: 42px;
            font-size: 21px;
        }

    .plan-check {
        width: 52px;
        height: 52px;
    }

    .plan-list-footer p {
        font-size: 31.5px;
        line-height: inherit;
    }

    .custom-btn {
        font-size: 27px;
        padding-left: 23px;
        padding-right: 23px;
    }

    .plan-list-holder {
        margin-bottom: -80px;
    }

        .plan-list-holder.application {
            margin-bottom: 0;
        }

    h2 {
        font-size: 44px;
        margin-bottom: 25px;
    }

    .sp-finder .sp-finder-inner {
        padding: 50px 68px 20px;
    }

        .sp-finder .sp-finder-inner input {
            padding: 13px 20px;
            font-size: 22.5px;
        }

        .sp-finder .sp-finder-inner .col-2 {
            padding-left: 0;
        }

        .sp-finder .sp-finder-inner button {
            width: 100%;
        }

        .sp-finder .sp-finder-inner .sp-checkbox {
            margin-top: 23px;
        }

            .sp-finder .sp-finder-inner .sp-checkbox li .form-check {
                padding-left: 2.6rem;
            }

                .sp-finder .sp-finder-inner .sp-checkbox li .form-check .form-check-input {
                    width: 35px;
                    height: 35px;
                    padding: 0;
                    margin-left: -1.7em;
                }

                .sp-finder .sp-finder-inner .sp-checkbox li .form-check .form-check-label {
                    font-size: 22.5px;
                }

                    .sp-finder .sp-finder-inner .sp-checkbox li .form-check .form-check-label img {
                        width: 22px;
                    }

    .map-holder {
        margin-bottom: 30px;
    }

        .map-holder .map-info, .map-holder .map-info + .custom-btn {
            margin-top: 30px;
        }

            .map-holder .map-info p {
                font-size: 22.5px;
                line-height: 33px;
            }


    .customer-review-slider .swiper-slide p {
        line-height: 22px;
        font-size: 16px;
    }

    .blog-holder .blog-post-holder .blog-post-overview {
        flex: 0 0 auto;
        width: 25%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .blog-holder h2 {
        margin-bottom: 30px;
    }

    .blog-holder .blog-item {
        margin-top: 0;
        flex-direction: column;
        height: 100%;
    }

        .blog-holder .blog-item img {
            max-width: 100%;
        }

        .blog-holder .blog-item .blog-content {
            padding: 25px 20px 20px;
            text-align: center;
        }

            .blog-holder .blog-item .blog-content .category-name {
                font-size: 16px;
                padding: 2px 12px;
                position: absolute;
                top: -15px;
                left: 50%;
                transform: translateX(-50%);
                white-space: nowrap;
            }

            .blog-holder .blog-item .blog-content .blog-title {
                font-size: 22.5px;
            }

    .blog-holder .all-blogs {
        margin-top: 30px;
    }

        .blog-holder .all-blogs a {
            font-size: 22.5px;
        }

        .blog-holder .all-blogs span {
            font-size: 22.5px;
        }

    footer .footer-top {
        display: flex;
        align-items: center;
    }

        footer .footer-top .social-midea {
            margin-right: 25px;
        }

            footer .footer-top .social-midea li a {
                font-size: 40px;
            }

        footer .footer-top a {
            font-size: 27px;
            margin-right: 30px;
        }

    /*.custom-modal-one .modal-content .modal-body {
  padding: 3rem;
}*/


    .accordion .accordion-header button {
        padding: .75rem 25px;
        font-size: 31.5px;
    }
    /*.custom-modal-one .modal-content .accordion .accordion-header button {

  padding: .75rem 25px;
  font-size: 31.5px;

}*/
    .accordion .accordion-header button {
        padding: .75rem 25px;
        font-size: 31.5px;
    }

    ul.select-time li {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin: 6px 10px;
        font-size: 27px;
    }
    /*.custom-modal-one .modal-content {
  margin-top: 97px;
}*/
    .form-control {
        font-size: 24px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .form-select {
        padding-left: 25px;
        padding-right: 25px;
        background-size: 22px;
        background-position: right 1rem center;
    }
    /*.custom-modal-one .modal-content .modal-body .form-select {
  font-size: 31.5px;
}*/
    .form-select {
        font-size: 24px;
    }

    .form-group {
        margin-bottom: 20px;
    }
    /*.custom-modal-one .modal-dialog{
  max-width: 624px;
}*/

    .application-holder .application-holder-inner {
        padding-top: 70px;
        padding-bottom: 70px;
        max-width: 820px;
    }

        .application-holder .application-holder-inner hr {
            margin: 2.5rem 0;
        }

        .application-holder .application-holder-inner .d-grid {
            column-gap: 20px;
        }

    .application-holder-inner .custom-btn {
        margin-top: 30px;
    }

    .application-holder .form-popi-check .form-check-input {
        width: 52px;
        height: 52px;
    }

        .application-holder .form-popi-check-label .tcs .lower {
            text-transform: lowercase;
        }

    .map-holder .embed-map #map {
        height: 514px;
    }

    .doctors-holder .doctors-holder-inner {
        padding-top: 70px;
        padding-bottom: 70px;
        max-width: 820px;
    }

    .doctor-list-result .list-item .list-item-content {
        padding-left: 20px;
    }

    .careers-holder-inner {
        padding-top: 70px;
        padding-bottom: 70px;
        max-width: 820px;
    }

    .careers-holder-list .list-item .list-item-content {
        padding-left: 20px;
    }

    .careers-holder-details {
        margin-top: 20px;
        padding: 40px 50px 60px;
    }

        .careers-holder-details h2 {
            font-size: 40px;
        }

        .careers-holder-details h3 {
            font-size: 32px;
            margin-bottom: 20px;
        }

        .careers-holder-details h4 {
            font-size: 28px;
            margin-bottom: 16px;
        }

        .careers-holder-details p, .careers-holder-details li, .careers-holder-details table {
            font-size: 18px;
        }

    .login-holder-inner {
        max-width: 820px;
    }

        .login-holder-inner .cz-login-btn {
            font-size: 27px;
            padding-left: 23px;
            padding-right: 23px;
        }

    .content-details-page-inner .content-header {
        padding: 51px;
    }

        .content-details-page-inner .content-header h4 {
            margin-bottom: 26px;
            font-size: 27px;
        }

        .content-details-page-inner .content-header p {
            font-size: 27px;
            line-height: 36px;
        }

    .content-details-page-inner .content-body {
        padding: 35px 55px;
    }

        .content-details-page-inner .content-body h3 {
            font-size: 40px;
            margin-bottom: 20px;
        }

        .content-details-page-inner .content-body ul {
            padding-left: 25px;
            margin-bottom: 30px;
        }

            .content-details-page-inner .content-body ul li {
                font-size: 22.5px;
                line-height: 30px;
            }

    .bg-box {
        padding: 90px;
        font-size: 27px;
        line-height: 34px;
        margin-left: -54px;
        margin-right: -54px;
        margin-bottom: 30px;
    }

    .content-details-page-inner .content-body h5 {
        font-size: 22.5px;
        margin-bottom: 25px;
    }

    .content-details-page .page-content-bottom {
        margin-top: 40px;
        margin-bottom: 80px;
    }

        .content-details-page .page-content-bottom .left, .content-details-page .page-content-bottom .right {
            padding: 55px;
        }

            .content-details-page .page-content-bottom .left p {
                font-size: 22.5px;
                line-height: 30px;
            }

    .plan-details-top .plan-name .left {
        flex: 0 0 105px;
        max-width: 105px;
        height: 105px;
        line-height: 105px;
    }

        .plan-details-top .plan-name .left img {
            width: 63px;
        }

    .plan-details-top .plan-name .right h1 {
        margin-bottom: 0px;
        font-size: 44px;
        line-height: 57px;
    }

    .plan-details-top .plan-name .right h4 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .plan-details-top {
        padding-bottom: 50px;
    }

    .plan-details-benefit {
        margin-top: -50px;
    }


    .benefit-clasification {
        padding: 20px 30px 5px;
    }

        .benefit-clasification h2 {
            font-size: 40px;
        }

        .benefit-clasification p {
            font-size: 18px;
        }

        .benefit-clasification .accordion {
            margin-left: -20px;
            margin-right: -20px;
        }

            .benefit-clasification .accordion .accordion-item h3 button {
                font-size: 27px;
                padding-right: 30px;
            }

    .accordion-button::after {
        width: 1.8rem;
        height: 1.8rem;
        background-size: 1.8rem;
    }

    .benefit-clasification .accordion .accordion-body h5 {
        color: #4D8DB7;
        font-size: 27px;
        margin-bottom: 15px;
    }

    .benefit-clasification .accordion .accordion-body p {
        line-height: 24px;
        margin-bottom: 23px;
    }

    .benefit-clasification .accordion .accordion-body ul {
        margin-bottom: 20px;
    }

        .benefit-clasification .accordion .accordion-body ul li {
            font-size: 18px;
            line-height: 24px;
        }

    .benefit-clasification .accordion .accordion-body a {
        font-size: 18px;
    }

    .download-plan-item {
        column-gap: 20px;
    }

        .download-plan-item .box-holder {
            padding: 10px;
            margin-top: 20px;
        }

        .download-plan-item .brochure, .download-plan-item .infographic {
            height: 400px;
        }

            .download-plan-item .brochure a, .download-plan-item .infographic a {
                padding: 12px 24px;
                font-size: 27px;
            }

    .benefit-clasification {
        margin-top: 20px;
    }

        .benefit-clasification.topup {
            margin-bottom: 20px;
        }

    .get-touch {
        padding: 35px;
    }

        .get-touch p {
            font-size: 40px;
        }

    .container {
        max-width: 1200px;
    }

    .sp-finder .sp-finder-inner input.search-location {
        background-position: right 22px center;
        background-size: 32px;
        padding-right: 70px;
    }

    .box-holder:before {
        width: 50px;
        height: 50px;
        line-height: 42px;
        top: -24px;
        border-width: 5px;
        font-size: 24px;
    }

    .benefit-details-top .benefit-name .right h1 {
        margin-bottom: 0px;
        font-size: 44px;
        line-height: 57px;
    }

    .benefit-details-top .benefit-name .right h4 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .benefit-details-top {
        padding-bottom: 50px;
    }

    .benefit-details-benefit {
        margin-top: -50px;
    }


    .benefit-details-body {
        margin-top: 20px;
        padding: 40px 50px 5px;
    }

        .benefit-details-body h2 {
            font-size: 40px;
        }

        .benefit-details-body h3 {
            font-size: 32px;
            margin-bottom: 20px;
        }

        .benefit-details-body h4 {
            font-size: 28px;
            margin-bottom: 16px;
        }

        .benefit-details-body p, .benefit-details-body li, .benefit-details-body table {
            font-size: 18px;
        }

        .benefit-details-body img.fbf-logo {
            position: absolute;
            bottom: 0;
            right: 0;
        }

    .claims-process .box-holder .claims-disclaimer {
        padding: 10px;
        margin-top: 20px;
    }

        .claims-process .box-holder .claims-disclaimer p {
            font-size: 18px;
        }

    .claims-item {
        column-gap: 20px;
    }

        .claims-item .box-holder {
            padding: 10px;
            margin-top: 20px;
        }

            .claims-item .box-holder p {
                font-size: 18px;
            }

    .contact-holder .box-holder .inner-contact-holder {
        padding: 10px;
        margin-top: 20px;
    }

    .contact-holder .inner-contact-holder p, .contact-holder .inner-contact-holder span {
        font-size: 18px;
    }

    .blog-article-body {
        margin-top: 20px;
        padding: 20px 30px 5px;
    }

        .blog-article-body h2 {
            font-size: 40px;
        }

        .blog-article-body h3 {
            font-size: 32px;
        }

        .blog-article-body h4 {
            font-size: 28px;
        }

        .blog-article-body h5 {
            font-size: 22px;
        }

        .blog-article-body p, .blog-article-body li, .blog-article-body table {
            font-size: 18px;
        }

    .inner-pie-block {
        padding: 58px;
    }

    .get-touch {
        padding: 35px;
    }

        .get-touch p {
            font-size: 40px;
        }

    .container {
        max-width: 1200px;
    }

    .benefits-holder {
        padding-block: 80px 40px;
    }

    .single-benefit {
        flex: 0 0 calc(16.67% - 17px);
        padding: 18px 31px;
        font-size: 18px;
        line-height: 1.2;
    }

    .get-in-touch-inner {
        padding-block: 75px 50px;
    }

    .call-to-action {
        max-width: 540px;
        margin-top: 60px;
    }

        .call-to-action .item .custom-btn {
            flex: 0 0 270px;
            font-size: 21px;
        }

    .explore-plans-holder {
        padding-top: 40px;
    }

        .explore-plans-holder .plan-item {
            padding: 50px;
            margin-inline: 15px;
        }

            .explore-plans-holder .plan-item h5 {
                font-size: 21px;
            }

            .explore-plans-holder .plan-item .btn {
                font-size: 20px;
                display: inline-flex;
                align-items: center;
                gap: 8px;
                margin-top: 15px;
            }

                .explore-plans-holder .plan-item .btn i {
                    font-size: 28px;
                }

    .find-service-provider p {
        font-size: 22px;
    }

    .quote-holder-options {
        max-width: 1080px;
    }
}
