﻿body
{
}

footer {
    background-color: #094E80;
    color: #FFD478;
    font-weight: 600;
    font-size: 14px;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
     color: #FFD478;
}

footer h6
{
    font-size:16px;
    margin-bottom:20px;
    font-weight:bold;
}

footer .nav-link{
        font-size: 16px;
}

footer .nav-link i{
    margin-right:20px;
    font-size:20px;
}

h1, h2, h3,h4,h5 {
    font-family:"Larken";
}

.menu-icon
{
    font-size:20px;
}

.futura-demi
{
    font-family:"Futura PT Demi";
}

.primary-font-color {
    color:#09507F;
}

.secondary-font-color {
    color: #00B49D !important;
}

.testi-smalltx {
    font-size: 12px;
    line-height: 10px;
}

.grid-image1{
    background-image: url(../../../assets/images/grid-bkv.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
}

.small-font-16
{
    font-size:14px;
}

.small-font-12 {
    font-size: 12px;
}


.top-buffer {
    margin-top: 50px;
}

.header-inner-ct {
    padding-right: 10%;
    margin-top: 20px;
    font-size: 20px;
}

.header-inner-ct.renewal {
        font-size: 18px !important;
    }
.gap-height
{
 height:300px;
}

.main-image {
    background-image: url(../../../assets/images/main.png),url(../../../assets/images/grid-bkv.jpg); 
    background-repeat: no-repeat;
    background-position-y: top,bottom;
    background-position-x: right,left;
    background-size: 70%,100%
}

.your-selection
{
    font-size:20px;
}

.plan-image {
    width: 100%;
    border-radius:10px;
}


:root {
    /* colors */
    --ri5-color-primary-hsl: 250, 84%, 54%;
    --ri5-color-bg-hsl: 0, 0%, 100%;
    --ri5-color-contrast-high-hsl: 230, 7%, 23%;
    --ri5-color-contrast-higher-hsl: 230, 13%, 9%;
    --ri5-color-bg-darker-hsl: 240, 4%, 90%;
    --ri5-color-white-hsl: 0, 0%, 100%;
    /* typography */
    --ri5-text-sm: 0.833rem;
}

@media(min-width: 64rem) {
    :root {
        /* typography */
        --ri5-text-sm: 1rem;
    }
}


/* component */
:root {
    --radio-switch-width: 200px;
    --radio-switch-height: 46px;
    --radio-switch-height-renewal: 30px;
    --radio-switch-padding: 3px;
    --radio-switch-padding-renewal: 3px;
    --radio-switch-padding-a: 3px;
    --radio-switch-width-a: 250px;
    --radio-switch-width-renewal: 320px;
    --radio-switch-radius: 50em;
    --radio-switch-animation-duration: 0.3s;
}

.radio-switch.radio-switch-deposit .radio-switch__item {
    position: relative;
    display: inline-block;
    height: calc(var(--radio-switch-height) - 2*var(--radio-switch-padding));
    width: calc(var(--radio-switch-width-a)*0.5 - var(--radio-switch-padding));

}

.radio-switch {
    position: relative;
    display: inline-block;
    display: inline-flex;
    padding: var(--radio-switch-padding);
    border-radius: calc(var(--radio-switch-radius) * 1.4);
    border: 1px solid #00B49D;
    margin-bottom:0px;
    font-family:'Futura PT Book';
}

    .radio-switch:focus-within, .radio-switch:active {
        box-shadow: 0 0 0 2px hsla(var(--ri5-color-contrast-higher-hsl), 0.15);
    }

.radio-switch__item {
    position: relative;
    display: inline-block;
    height: calc(var(--radio-switch-height) - 2*var(--radio-switch-padding));
    width: calc(var(--radio-switch-width)*0.5 - var(--radio-switch-padding));
}

.radio-switch__label {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: var(--radio-switch-radius);
    cursor: pointer;
    font-size: var(--ri5-text-sm);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all var(--radio-switch-animation-duration);
    color: #00B49D;
}

.radio-switch__input:checked ~ .radio-switch__label {
    color: hsl(var(--ri5-color-white-hsl));
}

.radio-switch__input:focus ~ .radio-switch__label {
    background-color: hsla(var(--ri5-color-primary-hsl), 0.6));
}

.radio-switch__label :not(*):focus-within, .radio-switch__input:focus ~ .radio-switch__label {
    background-color: transparent;
}

.radio-switch__marker {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -100%;
    border-radius: var(--radio-switch-radius); 
    background-color: #00B49D;
    height: calc(var(--radio-switch-height) - 2*var(--radio-switch-padding));
    width: calc(var(--radio-switch-width)*0.5 - var(--radio-switch-padding));
    box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03),0 3.1px 5.5px rgba(0, 0, 0, 0.08),0 14px 25px rgba(0, 0, 0, 0.12);
    transition: -webkit-transform var(--radio-switch-animation-duration);
    transition: transform var(--radio-switch-animation-duration);
    transition: transform var(--radio-switch-animation-duration), -webkit-transform var(--radio-switch-animation-duration);
}


.radio-switch.radio-switch-deposit .radio-switch__marker {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -100%;
    border-radius: var(--radio-switch-radius);
    background-color: #00B49D;
    height: calc(var(--radio-switch-height) - 2*var(--radio-switch-padding));
    width: calc(var(--radio-switch-width-a)*0.5 - var(--radio-switch-padding));
    box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03),0 3.1px 5.5px rgba(0, 0, 0, 0.08),0 14px 25px rgba(0, 0, 0, 0.12);
    transition: -webkit-transform var(--radio-switch-animation-duration);
    transition: transform var(--radio-switch-animation-duration);
    transition: transform var(--radio-switch-animation-duration), -webkit-transform var(--radio-switch-animation-duration);
}

.radio-switch__input:checked ~ .radio-switch__marker {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

/* utility classes */
.ri5-sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    white-space: nowrap;
}

.text-right
{
    text-align:right;
}

.estimated-rate 
{
    font-size:34px;
    line-height:5px;
}

.font-larken
{
    font-family:"Larken";
}

.perm {
    font-size: 14px;
    font-family:"Futura PT Book" !important;
}

.estimated-value {
    font-size: 34px;
    line-height:34px;
}
.estimated-value-v4 {
    font-size: 26px;
    line-height: 26px;
}

.esbls {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 15px;
    margin-top: 5px;
}
}





.logo {
    height: 65px;
}
/*! nouislider - 14.0.3 - 10/10/2019 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-connect {
    height: 100%;
    width: 100%
}

.noUi-origin {
    height: 10%;
    width: 10%
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height:0px
}

    .noUi-horizontal .noUi-handle {
        width: 34px;
        height: 28px;
        left: -17px;
        top: -6px
    }

.noUi-vertical {
    width: 18px
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px
    }

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto
}

.noUi-target {


}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3FB8AF
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    font-size:14px;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-sub {
    background: #AAA
}

.noUi-marker-large {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 50px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 5px;
    width:5px;
    border-radius:50%;
    top:18px;
    background:#fff;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0,50%);
    transform: translate(0,50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    right: 120%
}

.form-group {
    display: flow-root;
}

.estimate-right-col {
    background: rgb(216,242,239);
    background: linear-gradient(0deg, rgba(216,242,239,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
    margin-bottom: -24px !important;
    border-bottom-right-radius: 20px;
}

.graph img
{
    max-width:100%;
}

.newsletter-parent{
max-width: 500px;
margin: auto;
}

.plan-bt-row {
    padding: 120px 0px 100px;
}

.bt-section {
    margin-top: -100px;
    background-image: url(../../../assets/images/bkv-grid.jpg);
    background-size:cover;

    background-repeat:no-repeat;
}

.pt-100{
    padding-top:100px;
}

.fa-exclamation-circle {
    color:#F9D585;
}

li::marker {
    color: #FFD27D;
    font-size: 25px;
}

.DivAuthorization li::marker {
    color: #172B4D;
    font-size: 25px;
}

.deposit-dropzone {
    background-color: #EDEDED !important;
    border: none !important;
    border-radius: 25px !important;
}

.dropzone-icon
{
    font-size:40px !important;
/*    margin-top:50px;*/
}

.progress-bar-text
{
    font-size:12px;
}

.futura-medium {
    font-family: 'Futura PT Medium';
}

.futura-pt-book
{
    font-family:'Futura PT Book';
}

ul.list-img {
    padding:0;
    margin:0;
    list-style: none;
}
    ul.list-img li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: self-start;
        line-height: 1.5;
        margin-bottom: 5px;
    }
        ul.list-img li img {
            width: 18px;
            vertical-align: sub;
            margin-right: 7px;
        }

.card1 { background-color: #fff;
}
@media (max-width:1199px) {
    .estimate-right-col {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .estimate-right-col h5
    {
        font-size:16px;
    }

    .pricing-detail {
        font-size: 16px;
    }
}

@media (max-width:768px) {

    .phone-link {

        font-size: 14px !important;
    }

    .phone-link img {
            width:20px;
     }

    .desk-header {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-right: -12px;
        margin-left: -12px;
    }

    .mbo.progress-section {
        max-width: 100% !important;
    }

    .progress {
        border-radius: 0px;
    }

    .progress-bar {
        border-radius: 0px;
    }


        .benefits-list {
            column-count: 2 !important;
            -webkit-column-count: 2 !important;
            -moz-column-count: 2 !important;
        }
            .desktop-tb {
            display: none;
        }

        .mobile-tb {
            display: block !important;
        }
       
        .planrightside {
            margin-top: 10px;
            margin-bottom: 10px;
        }

        #lessDetail {
            border-right: none !important;
            border-bottom: 1px solid #00B49D !important;
        }

        .estimated-value {
            font-size: 30px !important;
            line-height: 30px !important;
        }
        .estimated-value-v4 {
            font-size: 22px !important;
            line-height: 22px !important;
        }

            .estimated-value.estimated-value-v3 {
                line-height: 0px !important;
            }

        .plan-inner-vv3.inner-plan-ver-pad {
            padding-right: 25px !important;
            padding-left: 25px !important;
        }

        .plan-img-docs {
            text-align: center;
        }

        .plan-image {
            width: 66%;
        }

        .estimate-right-col {
            margin-top: 10px;
        }

        .referralbannerdiv {
            font-size: 14px;
            margin-left: 2px !important;
            margin-right: 2px !important;
        }
    }

    @media (max-width: 1400px) {

        .select-plan.select-plan-v3{
            padding-top: 0.5rem !important;
            padding-bottom: 0.5rem !important
        }

        .inner-plan-ver-pad {
            padding-right: 0px !important;
            padding-left: 0px !important;
        }

        .es-av-bill-h {
            font-size: 8px !important;
        }
       
        .PlanDiv {
            min-height: 470px !important;
        }


            .PlanDiv.PlanDivV3 {
                min-height: 440px !important;
            }


        .update-estimate-btn {
            font-size: 11px !important;
        }

        .more-detail {
            font-size: 14px !important;
        }

        .Planaddresssearchmaindiv .col-sm-8 {
            font-size: 14px;
            line-height: 20px;
        }

        .SelectAddress {
            align-self: center;
            padding: 3px 15px;
            font-size: 15px;
        }

        .SelectAddressText {
            font-size: 13px !important;
        }

        .carousel-control-prev, .carousel-control-next {
            width: 5%;
        }

        .btn.btn-light {
            padding-top: 3px !important;
            padding-bottom: 3px !important;
            font-size: 14px !important;
        }

        .greybg.btn.btn-light {
            padding-top: 0.50rem !important;
            padding-bottom: 0.50rem !important;
        }
        .select-plan {
            padding-top: 3px !important;
            padding-bottom: 3px !important;
            padding-left: unset !important;
            padding-right: unset !important;
            font-size: 13px !important;
        }

        .nav-link {
            font-size: 12px;
        }

        .plan-inner {
            padding-left: 0px !important;
            font-size: 14px !important;
        }

        .doc-links a {
            margin-right: 12px !important;
            margin-left: 0px !important;
        }


        .doc-links-selected.doc-links a {
            margin-right: 12px !important;
            margin-left: 12px !important;
        }

        .progress-section {
            max-width: 400px !important;
        }

        h1, .h1 {
            font-size: 62px;
            line-height: 62px;
        }

        .main-image {
            background-size: 56%,100%;
        }

        .gap-height {
            height: 0px;
        }
    }

    @media (max-width:1199px) {

        .filter-heading {
            font-size: 12px !important;
        }
        .update-estimate-btn {
            font-size: 11px !important;
            width: initial !important;
        }



        h1, .h1 {
            font-size: 52px;
            line-height: 52px;
        }

        .main-image {
            background-size: 62%,100%;
        }
    }



    @media (max-width:992px) {

        .desk-header {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
            margin-right: -12px;
            margin-left: -12px;
        }

        .mbo.progress-section {
            max-width: 100% !important;
        }

        .progress {
            border-radius: 0px;
        }

        .progress-bar {
            border-radius: 0px;
        }

        .hbspt-form {
            border-left: none !important;
            margin-top:30px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom:100px;
        }
        .customer-detail-col {
            padding-right: initial !important;
        }

        .selected-plan-div {
            padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
            margin-bottom: 40px;
        }

        #Dv_SelectedPlan {
            max-width: 350px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 40px;
        }

        #PlanDescription {
            margin-top: 15px;
        }

        .pricing-detail {
            font-size: 14px;
        }

        .header-inner-ct {
            padding-right: 0px;
        }

        h1, .h1 {
            font-size: 36px;
            line-height: 36px;
        }

        .main-image {
            background-size: 45%,100%;
        }
    }


    @media (max-width:768px) {

        .table-responsive-md {
            margin-bottom: 30px;
        }

        .PlanName {
            font-size: 26px !important;
        }

            .PlanName.PlanName-M {
                font-size: 30px !important;
                font-weight: 900;
            }

        #btnUpdateEstimates {
            width: 100% !important;
            display: block;
            margin-top: 15px;
            margin-bottom: 25px;
            height: 48px;
            font-size: 14px !important;
        }

        #PlanEcrodAddressAutoFill {
            width: 100% !important;
        }

        .card-cust .card-header:first-child {
            border-radius: 20px 20px 0px 0px !important;
        }

        .grey-col {
            border-top-right-radius: 0px !important;
        }

        .PlanDiv {
            margin-bottom: 40px;
        }

        #PlanDescription p {
            font-size: 15px !important;
        }

        #PlanDescription ul, #PlanDescription ol, #PlanDescription li::marker {
            font-size: 15px !important;
            line-height: 20px !important;
        }

        #Section_ProductAddons .form-check-label {
            font-size: 13px !important;
        }

        .prim {
            margin-bottom: 10px !important;
        }


        .esbls {
            font-size: 16px !important;
            line-height: 16px !important;
            margin-bottom: 4px;
            margin-top: 10px;
        }

        .font-small {
            font-size: 15px !important;
        }

        #PlanDetailsView h5 {
            font-size: 17px !important;
        }

        .pricing-detail p {
            font-size: 15px !important;
            line-height: 20px !important;
        }

        .HouseSizeSub {
            font-size: 12px !important;
            line-height: 14px;
        }

        #BtnFindPower.BtnFindPower.btn {
            margin-top: 15px;
            font-size: 0.8rem !important;
            padding: 10px 20px;
        }

        .noUi-value {
            font-size: 14px !important;
        }

        .main-image {
            background-image: none;
        }

        .pricing-detail {
            font-size: 18px;
        }
    }

    @media (max-width:768px) {
        .carousel-indicators.position-relative.d-flex.align-items-center
        {
            display:none !important;
        }

        .carousel-control-prev, .carousel-control-next {
            position: inherit;
            display: initial;
        }
        .carousel-control-next {
            right: -50%;
        }

        .carousel-control-prev {
            left:30% ;
            
        }
        .carousel-control-prev, .carousel-control-next {
            width: auto !important;
        }

        .pt-100 {
            padding-top: 25px;
        }
    }

    @media (max-width:575px) {

        .benefits-list {
            column-count: 1 !important;
            -webkit-column-count: 1 !important;
            -moz-column-count: 1 !important;
        }
            .g-5, .gx-5 {
            --bs-gutter-x: 0rem;
        }

        #btnHome {
            font-size: 14px;
        }
    }

    @media (max-width:1200px) {
    }


    @media only screen and (min-width: 768px) and (max-width: 1200px) {
        .more-detail {
            font-size: 12px !important;
        }

        .plan-inner {
            padding-left: 0px !important;
            font-size: 12px !important;
        }

        #btnUpdateEstimates {
            padding: 14px 10px;
            font-size: 12px;
        }

        .carousel-control-prev, .carousel-control-next {
            width: 6%;
        }

        .nav-link {
            padding: 2px;
        }

        .noUi-value {
            font-size: 15px;
        }

        .estimate-right-col h5 {
            font-size: 15px;
        }

        .estimated-value {
            font-size: 18px;
            line-height: 18px;
        }
        .estimated-value-v4 {
            font-size: 12px;
            line-height: 12px;
        }

        .es-av-bill {
            font-size: 18px;
        }

        plan-inner {
            font-size: 10px !important;
        }

        .btn.btn-light {
            padding-top: 3px !important;
            padding-bottom: 3px !important;
            font-size: 11px !important;
        }

        .es-av-bill-h {
            font-size: 8px !important;
        }

        .doc-links {
            font-size: 11px !important;
        }

        .select-plan {
            padding-top: 3px !important;
            font-size: 10px !important;
            padding-bottom: 3px !important;
            padding-left: unset !important;
            padding-right: unset !important;
        }

        .PlanName {
            font-size: 24px !important;
            line-height: 24px !important;
            padding-bottom: 0px !important;
        }

        .text-center-c {
            text-align: center;
        }
    }


    @media only screen and (min-width: 768px) and (max-width: 991px) {
    }




    #ErcorAddressSearchList .addresssearchmaindiv:nth-child(2n) {
        background: #efecec;
    }

    #PlanErcorAddressSearchList .Planaddresssearchmaindiv:nth-child(2n) {
        background: #efecec;
    }


    .addresssearchmaindiv, .Planaddresssearchmaindiv {
        padding: 10px 20px;
        border-bottom: 1px solid #ddd;
    }

    .addresssearchmaindiv, .Planaddresssearchmaindiv {
        font-size: 16px;
        cursor: pointer;
    }

    div#EcrodAddressAutoFill, div#EcrodAddressAutoFill_esiid, div#PlanEcrodAddressAutoFill {
        background: #fff;
        overflow-x: hidden;
        margin-top: 1px;
        z-index: 111;
        width: 120%;
        box-shadow: 0px 2px 12px #F6780D57;
        border: 1px solid #0061BB65 !important;
        border-radius: 5px;
    }
div#EcrodBillingAddressAutoFill {
    background: #fff;
    overflow-x: hidden;
    margin-top: 1px;
    z-index: 111;
    width: 100%;
    box-shadow: 0px 2px 12px #F6780D57;
    border: 1px solid #0061BB65 !important;
    border-radius: 5px;
    position: absolute;
}
    .SelectAddress {
        align-self: center;
    }

    #divBtnApply {
        text-align: center;
    }

    .mtop5 {
        margin-top: 5px;
    }

    .mtop1 {
        margin-top: 4px;
    }

    .cal.form-check-input {
    }

    .menubar ul li {
        list-style: none;
        display: inline-block;
        position: relative;
    }

        .menubar ul li a {
            font-size: 16px;
            color: #09507f;
            text-transform: uppercase;
            padding: 15px 20px;
            display: block;
            font-weight: 400;
            position: relative;
            font-family: 'Futura PT Light';
        }


            .menubar ul li a:hover {
                color: #00b49d;
            }

    .menubar {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: space-evenly;
        list-style-type: none;
        opacity: 0;
        transform: translateX(100%);
        transition: .3s all ease-in;
        pointer-events: none;
        margin: 0;
        margin-right: 0px;
        margin-right: 20px;
    }

        .menubar .sub-menu {
            display: none;
            position: absolute;
            top: 52px;
            left: 0;
            background-color: #f5f5f5;
            list-style: none;
            padding: 25px 45px 55px 100px;
            border-radius: 20px;
            box-shadow: 0px 3px 20px rgba(105,105,105,.2);
            margin: 0;
            min-width: 280px;
        }

            .menubar .sub-menu li a {
                padding: 0px;
                font-family: 'Futura PT Book';
                line-height: 29px;
                text-transform: initial;
                font-size: 19px;
                font-weight: 400;
            }

                .menubar .sub-menu li a:hover {
                    font-weight: 600;
                }

                .menubar .sub-menu li a:hover {
                    color: #00b49d;
                }

            .menubar .sub-menu li {
                padding: 0px;
                margin: 0px;
            }

        .menubar li:hover .sub-menu {
            display: block;
        }

        .menubar .sub-menu::after {
            content: "";
            background-image: url(../../../assets/images/arrow_menu.svg);
            position: absolute;
            top: 26px;
            left: 26px;
            width: 35px;
            height: 36px;
            transition: .3s ease transform;
        }

        .menubar .sub-menu:hover::after {
            content: "";
            background-image: url(../../../assets/images/arrow_menu_hover.svg);
            transform: rotate(90deg);
        }

    .menu-open.menubar {
        opacity: 1;
        transform: translateX(0);
        pointer-events: all;
    }



    .menubar ul {
        margin-bottom: 0px;
        padding-left: 0px;
    }

        .menubar ul li a {
            text-decoration: none;
        }

    #main-menu {
        padding: 10px;
        cursor: pointer;
    }

    .navbar {
        display: none;
    }

    .font-small {
        font-size: 14px;
    }

    .sweet-spot {
        position: absolute;
        transform: rotate(15deg);
        font-weight: 700;
    }

        .sweet-spot p {
            margin-bottom: -13px;
            font-size: 13px;
        }

        .sweet-spot i {
            margin-left: -30px;
        }

    #PlanTermsFilter {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .question-mark {
        font-size: 13px;
        margin-left: 8px;
        font-weight: 300;
        background: #FFD27D;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 15px;
        margin-bottom: 5px;
    }



    .dollar-sign {
        font-size: 24px;
        font-weight: bold;
    }

    @media screen and (max-width: 1199px) {

        .carousel-control-prev-icon, .carousel-control-next-icon {
            width: 2rem;
            height: 2rem;
        }

        .menubar ul li {
            margin: 5px 5px;
        }

        .menu-icon {
            margin-right: 5px;
        }
    }

    @media screen and (max-width: 992px) {

        .navbar {
            display: block;
        }

        .desk-header.deskh-none {
            display: none !important;
        }

        .main-logo {
            display: none !important;
        }

        .main-nav {
            display: none !important;
        }

        .top-buffer {
            margin-top: -50px;
        }
    }

    .input-group .creditcardimg {
        z-index: 2;
    }

    .input-group > .form-control:focus {
        z-index: 0;
    }

    .form-check-label {
        cursor: pointer;
    }

    .got-to-top {
        display: inline-block;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .go-top-parent {
        position: relative;
        right: 0;
        bottom: 0;
        padding-top: 35px;
    }

    @-webkit-keyframes button-hover {
        1% {
            transform: scale(1.05);
        }

        100% {
            transform: scale(1);
        }

        1% {
            transform: scale(1.05);
        }

        100% {
            transform: scale(1);
        }
    }

    .progress-bar.progress-completed {
        text-align: center;
        font-size: 16px;
        font-family: 'Futura PT Medium';
    }

    .progress-icon {
        position: absolute;
        top: -23px;
        right: -4px;
        font-size: 20px;
    }

    .card-footertooltip {
        padding: 10px 25px;
        background-color: #F5F6FA;
        display: flex;
    }

        .card-footertooltip:last-child {
            border-radius: 0 0 calc(15px - 1px) calc(15px - 1px);
        }

    .card-bodytooltip {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 15px 25px 10px 25px;
        font-size: 14px;
        font-family: 'Futura PT';
    }

    .card-bodytooltip-m {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 5px 10px 5px 10px;
        font-size: 14px;
        font-family: 'Futura PT';
    }

    .cardcardtoptip {
        word-wrap: break-word;
    }

    .cardtooltip {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 15px;
        color: #09507F;
        font-weight: lighter;
        box-shadow: 0px 3px 5px #69696931;
    }

    .cardtooltip-m {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        border-radius: 5px;
        color: #09507F;
        font-weight: lighter;
    }

    .ToolTip-Heading {
        font-size: 15px;
        font-weight: 700;
    }

    .ToolTip-HeadingTop {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        font-family: 'Larken';
    }

    .ToolTip-Sub {
        font-size: 9px;
    }

    .Right-Value {
        float: right;
        font-weight: bold;
    }

    .Monthly-Saving-btn {
        right: 3px;
        bottom: 12px;
        background-color: #00B49D;
        padding: 5px 7px !important;
        border-radius: 8px;
        transition: ease-in .5s all !important;
        color: #fff;
        font-weight: 600;
        font-size: 13px;
        cursor: pointer;
        float: right;
        margin-left: 15px;
    }

    .MontlySavinglbl {
        margin: auto;
        margin-left: 0px;
    }

    .navbar-toggler {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: rgba(0,0,0,0);
        border: none;
        cursor: pointer;
    }

    .navbar-toggler-icon {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
        transition: .2s all ease-in;
    }

        .navbar-toggler-icon:hover .bar-top {
            transform: rotate(-45deg);
            left: 0;
            top: 6px;
        }

        .navbar-toggler-icon:hover .bar {
            background-color: #00b49d;
        }

        .navbar-toggler-icon:hover .bar-bottom {
            transform: rotate(45deg);
            left: 0;
            top: 22px;
        }



        .navbar-toggler-icon .bar {
            display: block;
            background-color: #09507f;
            width: 24px;
            height: 2px;
            position: absolute;
            left: 3px;
            transition: .2s all ease-out;
        }

        .navbar-toggler-icon .bar-top {
            top: 7px;
        }

        .navbar-toggler-icon .bar-middle {
            opacity: 1;
            top: 14px;
        }

        .navbar-toggler-icon .bar-bottom {
            top: 21px;
        }

    .menu-opened .navbar-toggler-icon .bar-top {
        top: 14px;
        transform: rotate(-45deg);
        left: 0;
    }

    .menu-opened .navbar-toggler-icon .bar-middle {
        opacity: 0;
    }

    .menu-opened .navbar-toggler-icon .bar-bottom {
        transform: rotate(45deg);
        top: 14px;
        left: 0;
    }

    .menu-opened .navbar-nav {
        opacity: 1;
        transform: translateX(0);
        pointer-events: all;
    }

    .main-nav__frame {
        display: flex;
        align-items: center;
        margin-left: auto;
    }

    .navbar-nav {
        display: contents;
        gap: 20px;
        align-items: center;
        justify-content: space-evenly;
        list-style-type: none;
        opacity: 0;
        transform: translateX(100%);
        transition: .3s all ease-in;
        margin: 0;
        margin-right: 0px;
        margin-right: 50px;
    }

        .navbar-nav > li > a {
            font-size: 16px;
            color: #09507f;
            text-transform: uppercase;
            padding: 15px 20px;
            display: block;
            font-weight: 400;
        }

    .menu-opened .navbar-toggler-icon .bar {
        background-color: #00b49d;
    }

    .progress-section {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
    }

    .LegalDisclaimerDiv {
    }

    .ml-auto {
        margin-left: auto;
    }


    .feather-upload-icon {
        width: 40px;
        height: 40px;
        display: inline-block;
        -webkit-mask-image: url(../icons/upload-icon.svg);
        mask-image: url(../icons/upload-icon.svg);
        background-color: #00B49D;
        mask-size: 40px;
        -webkit-mask-size: 40px;
    }

    .zip-area .requiredcls {
        display: none;
    }

    .zip-area {
        flex-direction: row !important;
    }

    @media (min-width:992px) {
    }

    @media (min-width: 1200px) {

        .planleftside {
            width: 88%;
        }

        .planrightside {
            width: 12%;
        }

        #PlanTermsFilter {
            margin-top: 10px;
            margin-bottom: 40px;
        }

        .desk-header {
            padding-top: 0.9rem;
            padding-bottom: 0.9rem;
        }

        .est-total-col {
            padding-bottom: 30px !important;
        }

        .mb10px {
            margin-bottom: 10px;
        }

        .plan-detail-col {
            padding-right: 0px;
        }

        .plan-img-col {
            padding-left: 50px;
        }

        .BtnFindPower.btn {
            font-size: 0.8rem;
        }


        .pricing-detail p {
            font-size: 13px;
            line-height: 20px;
        }

        .estimated-value {
            font-size: 28px;
            line-height: 28px;
        }
        .estimated-value-v4 {
            font-size: 20px;
            line-height: 20px;
        }

        .dollar-sign {
            font-size: 20px;
        }

        #PlanDetailsView h5 {
            font-size: 16px !important;
        }


        .PlanAddons p {
            font-size: 13px;
            margin-bottom: 5px;
            line-height: 15px;
        }

        #PlanDescription ul, #PlanDescription ol, #PlanDescription li::marker {
            font-size: 13px;
            line-height: 15px;
        }

        .prim {
            margin-bottom: 10px !important;
        }

        .smallText {
            font-size: 10px !important;
        }
    }

    @media (min-width: 1400px) {


        .desk-header {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .est-total-col {
            padding-bottom: 50px !important;
        }

        .noUi-value {
            font-size: 15px;
        }

        .font-small {
            font-size: 16px;
        }

        .mb10px {
            margin-bottom: 15px;
        }

        .plan-bsect {
            margin-top: 10px;
        }

        .BtnFindPower.btn {
            font-size: 0.9rem;
        }

        .whatissweetspot {
            font-size: 14px !important;
        }



        .estimated-value {
            font-size: 32px;
            line-height: 32px;
        }
        .estimated-value-v4 {
            font-size: 22px;
            line-height: 22px;
        }

        .dollar-sign {
            font-size: 24px;
        }

        #PlanDetailsView h5 {
            font-size: 18px !important;
        }


        .PlanAddons p {
            font-size: 16px;
            margin-bottom: 5px;
            line-height: 18px;
        }
    }

    @media (min-width: 1720px) {


        .perm {
            font-size: 18px;
            line-height: 24px;
        }

        .pricing-detail p {
            font-size: 17px !important;
            line-height: 28px !important;
        }

        .small-font-16 {
            font-size: 17px;
        }

        #PlanTermsFilter {
            margin-top: 25px;
        }

        #PlanDescription ul, #PlanDescription ol, #PlanDescription li::marker {
            font-size: 18px !important;
            line-height: 18px !important;
        }

        #PlanDescription ol, #PlanDescription li {
            margin-bottom: 10px;
        }

        .top-row-planpg {
            margin-bottom: 20px;
            margin-top: 20px;
        }

        #PlanDescription p {
            font-size: 18px !important;
            margin-bottom: 10px !important;
            line-height: 18px !important;
        }

        #PlanDetailsView h5 {
            font-size: 22px !important;
        }

        .HouseSizeSub {
            font-size: 16px !important;
            line-height: 18px !important;
            padding-left: 0px !important;
        }

        .mb10px {
            margin-bottom: 25px;
        }

        .font-small {
            font-size: 18px;
        }

        .noUi-value {
            font-size: 18px;
        }

        #Section_ProductAddons .form-check-label {
            font-size: 18px !important;
        }

        .estimated-value {
            font-size: 38px;
            line-height: 38px;
        }
        .estimated-value-v4 {
            font-size: 26px;
            line-height: 26px;
        }

        .esbls {
            font-size: 18px;
            margin-bottom: 0px;
            line-height: 20px;
            margin-top: 10px;
        }

        .smallText {
            font-size: 13px !important;
        }
    }

    @media (min-width: 2500px) {



        #PlanDetailsView h5 {
            font-size: 24px !important;
        }

        .top-row-planpg {
            margin-bottom: 25px;
            margin-top: 30px;
        }

        .esbls {
            font-size: 20px;
            margin-bottom: 0px;
            line-height: 22px;
            margin-top: 12px;
        }

        .estimated-value {
            font-size: 40px;
            line-height: 40px;
        }
        .estimated-value-v4 {
            font-size: 32px;
            line-height: 32px;
        }
    }

    .whatissweetspot {
        font-size: 13px;
        line-height: 13px;
    }
    
    .HouseImage {
        height: 100%;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

    .pricing-detail p {
        font-size: 14px;
        line-height: 20px;
    }

    #PlanDescription p {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 14px;
        color: #00B49D;
    }

    #PlanDescription ul, #PlanDescription ol, #PlanDescription li::marker {
        font-size: 14px;
        line-height: 20px;
    }



    .PlanAddons ul {
        font-size: 15px;
        line-height: 20px;
    }

    #Section_ProductAddons .form-check-label {
        font-size: 15px;
        line-height: 20px;
    }

    .card-wrapper {
        position: sticky;
        top: 120px;
    }

        .card-wrapper .card-rotating {
            height: 100%;
            -webkit-transition: .5s;
            transition: .5s;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }

            .card-wrapper .card-rotating .face {
                position: relative;
                z-index: 2;
                width: 100%;
                background: #fff;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
            }

            .card-wrapper .card-rotating .front {
                z-index: 1;
            }

        .card-wrapper .card-up {
            height: 200px;
            overflow: hidden;
        }

        .card-wrapper .card-rotating .front, .card-wrapper .card-rotating .back {
            -webkit-transition: 1s;
            transition: 1s;
        }


        .card-wrapper .card-rotating .face {
            position: relative;
            z-index: 2;
            width: 100%;
            background: #fff;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .card-wrapper .card-rotating.flipped {
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

    .face.back {
        font-size: 15px;
        border-radius: 25px;
        display: none;
    }

    .mstextsms {
        margin-left: 2.3rem !important;
    }




    #PlanDetailsView .form-check-input {
        width: 20px;
        height: 20px;
    }

    .BtnFindPower.btn {
        font-size: 0.9rem;
    }

    .estimated-usage-txt {
        font-size: 14px;
    }

    #PlanDetailsView .card-body {
        padding: 15px;
    }

    .mb-n1 {
        margin-bottom: -0.1rem;
    }


    .plan-docs {
        line-height: 17px;
    }

    .tdsp-txt {
        font-size: 14px;
        line-height: 14px;
        color: #00B49D;
        margin-bottom: 10px;
    }

    .HouseSizeSub {
        font-size: 13px;
        line-height: 13px;
    }

    #PlanDetailsView h5 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    header.desk-header nav.main-nav {
        margin-left: auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 30px;
    }

    .phone-no {
        font-size: 16px;
        font-family: 'Futura PT Medium';
    }

    .btntopheader {
        padding: 13px 28px;
        font-family: 'Futura PT Medium';
    }

    .highcharts-background {
        fill-opacity: 0;
    }

    .est-total-col {
        padding-bottom: 50px;
    }

#Highcharts1 {
    height: 300px;
}

    .mob-est-head {
        display: none;
    }

    @media (max-width: 1199px) {
        #PlanTermsFilter {
            margin-top: 10px;
        }

        .card-footertooltip {
            padding: 5px 10px !important;
        }

        .ToolTip-Heading {
            font-size: 13px !important;
        }

        .card-bodytooltip {
            font-size: 13px !important;
            padding: 5px 10px 10px 10px;
        }


        .ToolTip-HeadingTop {
            font-size: 13px !important;
        }

        .desk-header {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .sweet-spot p {
            font-size: 11px;
        }

        .plan-image {
            margin-top: -10px;
        }

        #Highcharts1 {
            height: 280px;
            width: 100%;
        }

        .logo {
            height: 50px !important;
        }

        .btntopheader {
            padding: 8px 15px;
            font-size: 10px !important;
        }

        #PlanDetailsView h5 {
            font-size: 14px;
            margin-bottom: 0px;
        }

        .progress-bar-text {
            font-size: 10px;
            line-height: 10px;
        }

        .progress-section {
            max-width: 400px !important;
        }

        .phone-no {
            font-size: 13px;
        }

        .menubar ul li a {
            font-size: 12px;
            padding: 5px 10px;
        }

        header.desk-header nav.main-nav {
            gap: 15px;
        }

        .progress {
            --bs-progress-font-size: 0.75rem;
        }

        #PlanDescription ul, #PlanDescription ol, #PlanDescription li::marker {
            font-size: 13px;
            line-height: 18px;
        }

        #PlanDescription p {
            font-size: 13px;
        }

        .smallText {
            font-size: 9px !important;
        }

        .HouseSizeSub {
            font-size: 10px;
            line-height: 12px;
        }

        .estimated-value {
            font-size: 24px;
            line-height: 24px;
        }
        .estimated-value-v4 {
            font-size: 16px;
            line-height: 16px;
        }

        .dollar-sign {
            font-size: 18px;
        }

        .font-small {
            font-size: 12px;
        }

        .noUi-value {
            font-size: 10px;
        }

        .estimated-usage-txt {
            font-size: 12px;
        }

        .small-font-16 {
            font-size: 13px;
        }

        #Section_ProductAddons .form-check-label {
            font-size: 12px;
        }

        .pricing-detail p {
            font-size: 12px;
            line-height: 15px;
        }

        .est-total-col {
            padding-bottom: 20px;
        }

        .perm {
            font-size: 12px;
        }

        .esbls {
            font-size: 12px;
            line-height: 12px;
        }

        #PlanDetailsView .card-body {
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .estimate-right-col {
            margin-bottom: -15px !important;
        }
    }

    @media (max-width: 992px) {

        .filtersDiv {
            margin-bottom: 20px;
        }

        .smallText {
            font-size: 15px !important;
            line-height: 24px;
        }

        .plan-image {
            margin-top: 10px;
        }

        .top-est-head {
            display: none;
        }

        .mob-est-head {
            display: block;
            margin-bottom: 20px;
        }
    }


    .question-mark::before {
        content: "?";
    }

    .plan-img-docs {
        align-self: end;
    }

#Deposit_ExpirationDate.form-control::placeholder, #ExpirationDate.form-control::placeholder, #SSNMasked.form-control::placeholder, #CreditCardExpirationDate.form-control::placeholder, #DOB.form-control::placeholder {
    color: #828282;
}

    .focusedfield {
        padding-top: 1.625rem !important;
        padding-bottom: 0.625rem !important;
    }

    .fixedlbl {
        opacity: 0.65;
        transform: scale(0.75) translateY(-0.4rem) translateX(0.25rem);
    }

    .logo {
        height: 60px;
    }

    .carousel-inner {
        padding: 15px;
        padding-bottom: 25px;
    }

    .futura-pt {
        font-family: 'Futura PT';
    }

    .nav.nav-pills.nav-fill {
        padding: 2px;
        border: 1px solid #00B49D;
        border-radius: 6px;
    }

.btn.btn-light {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    color: #09507F;
    font-weight: 500;
    background: #ECECEC;
    border-color: #ECECEC;
    width: 100%;
    padding-left: unset;
    padding-right: unset;
    text-align: center;
    border-width:1px;
}

    .plan-inner {
        font-size: 15px;
        padding-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .doc-links {
        font-size: 14px;
        align-self: center;
    }

        .doc-links a {
            margin-right: 7px;
            margin-left: 7px;
            color: #797979;
        }
.eflLinkNew {
    color: #797979 !important;
    text-decoration: underline !important;
}
    .es-av-bill-h {
        font-size: 10px;
        float: right;
        line-height: 10px;
    }

    .es-av-bill {
        font-size: 20px;
        float: right;
        font-family: 'Larken';
    }

    .per-month {
        font-size: 10px;
        font-family: 'Futura PT Book';
    }

    .plan-header-image {
/*        background-image: linear-gradient(180deg, #12323B00 40%, #12323B 100%), url('../../../images/planimages/plan-header-1.jpg');*/
        background-image: url('../../../images/planimages/bluebonnet-v3.jpg');
        background-repeat: no-repeat;
        background-size: cover
    }

    .card-header.plan-header-image {
        min-height: 140px;
        background-color: transparent;
    }

    .PlanName {
        font-size: 32px;
        padding-bottom: 5px;
        font-family: "Larken";
        line-height:32px;
    }


    .grey-col {
        background-color: #F3F5F6;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .card-cust {
        border-radius: var(--bs-card-border-radius);
        box-shadow: 0px 10px 15px #69696931;
        border-radius: 20px;
    }

    .grey-col-font {
        font-size: 22px;
    }

    .table-graph th, .table-graph td {
        font-size: 10px;
        line-height: 11px;
        text-align: center;
        font-weight: 300;
        font-family: 'Futura PT';
    }

    .th-bb {
        border-bottom: 1px solid #00B49D;
    }

    .td-bc {
        background-color: #ECECEC;
    }

.tdr-bc {
    background: #D5EEEA;
    height: 28px;
    width: 55px;
    display: block;
    position: absolute;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding-top: 8px;
    font-size: 13px;
    top: -11px;
}

    .tdrb-bc {
        background: #D5EEEA;
        height: 28px;
        width: 55px;
        display: block;
        position: absolute;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        padding-top: 8px;
        font-size: 13px;
    }


    .tdrm-bc {
        background: #00B49D;
        width: 60px;
        height: 19px;
        right: 4px;
        position: relative;
        color: #F3F5F6;
        padding-top: 4px;
        border-radius: 5px;
    }

    .icon-table {
        font-size: 13px !important;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .small-logoicon {
        background-image: url('../../../images/planimages/small-icon.png');
        background-repeat: no-repeat;
        display: inline-block;
        width: 10px;
        height: 10px;
        background-size: cover;
    }

.update-estimate-btn {
    text-transform: uppercase;
    font-size: 13px;
    height: 100%;
    width: 100%;
    max-height:53px;
}

.text-uppercase {
    text-transform: uppercase;
}
    .btn.update-estimate-btn {
        --bs-btn-padding-x: inherit !important;
    }

    .more-detail {
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .width33 {
        width: 33.33%;
    }

    .planboxdiv {
        border-radius: 20px;
        box-shadow: 0px 3px 30px #1F378C26;
    }

    #lessDetail.plans-more {
        border-right: 1px solid #00B49D;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .fpl-bx {
        border-radius: 20px;
        border: 1px solid #09507F;
        text-align: center;
        padding: 30px 15px;
        align-self: center;
    }

    .fa-arrow-circle-right {
        font-size: 35px;
        font-weight: 500 !important;
        margin-top: 10px;
    }

    .planpricediv {
        font-size: 12px;
        line-height: 14px;
    }

    .plantermdivv {
        font-size: 14px;
    }

    .rateRenewal {
        font-size: 34px;
    }

    .perm-r {
        font-family: 'Larken';
        font-size: 10px !important;
        color: var(--bs-body-color);
    }


    .max-w-600p {
        max-width: 600px;
    }

    .leftpnl {
        padding-right: 40px;
    }

    #moreDetail.plans-more {
        border-right: 1px solid #00B49D;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
    }

    .IsSearchByESIID-lbl {
        margin-left: 5px;
    }



    .btn-secondary.active {
        color: #09507F;
        background-color: #fff;
        border-color: #FFD27D;
    }

    .card.card-less {
        padding: 10px 20px;
        font-size: 14px;
        border: 0px;
    }

    .solar-buypack {
        width: max-content;
        display: block ruby;
        background: white;
        height: fit-content;
        padding: 0px 10px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        color: #09507F;
        opacity: 0.8;
        border-radius: 7px;
        margin-top: 5px;
        font-size: 15px;
        line-height: 24px;
    }

        .solar-buypack i {
            margin-right: 10px;
        }

    .select-plan {
        padding: 5px 15px;
    }

    .card-cust .card-header:first-child {
        border-radius: 20px 0px 0px 0px;
        padding: 0.5rem 1rem;
    }

    .filter-heading {
        font-size: 13px;
    }

    .term-month {
        font-size: 16px;
        font-weight: inherit;
    }


    .btn-light.sec-btn {
        background: transparent;
        border-color: #09507F;
        border-width:1px;
    }

    .cent {
        font-size: 5px;
    }

    .leftsideinner {
        padding-right: 5%;
    }

    #EcrodAddressAutoFill.AddressCustomerDetail {
        width: 100%;
    }

    .selected-plan-div {
        padding-left: 0px;
    }

    .customer-detail-col {
        padding-right: 40px;
    }

    @media only screen and (min-width: 1199px) and (max-width: 1400px) {

        .google-logo{
            width:18px !important;
        }

        #ReviewScore .jq-star {
            width: 18px !important;
            height: 18px !important;
        }

        .google-review-heading {
            font-size: 10px !important;
        }

        .google-sub-heading {
            font-size: 9px !important;
            line-height: 9px !important;
        }

        .selected-plan-div {
            padding-right: 0px;
        }
    }

    #select-files\ text-decoration-underline {
        color: #00B49D;
    }

    .table-graph-m {
        width: 100%;
        font-size: 12px;
    }

    .tb-g {
        background-color: #009a88;
    }

    .tb-gd {
        background-color: #077f80;
    }

    .mobile-tb {
        display: none;
    }

.verifybtn {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 0.50rem;
    padding-bottom: 0.50rem;
    font-size: inherit !important;
}

.greybg {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 0.50rem !important;
    padding-bottom: 0.50rem !important;
    font-weight:700 !important;
    font-size:inherit !important;
}



    #OTP_Modal .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }


.PlanDiv {
    min-height: 480px;
}


.select-plan {
    width: 100%;
    padding-left:unset;
    padding-right:unset;
    border-width:1px;
}

.radio-switch.login-switch {
    min-width: 290px;
}

.login-switch .radio-switch__marker {
    width: 100%;   
}


.login-switch .radio-switch__item {
    position: relative;
    display: inline-block;    
    width: 100%;
}

.radio-switch.renewal-switch {
    border-radius: 15px;
    width: 100%;
    padding: 2px;
}

.renewal-switch .radio-switch__marker {
    border-radius: 5px;
    width: 100%;
    height: calc(var(--radio-switch-height-renewal) - 2*var(--radio-switch-padding-renewal));
}


.renewal-switch .radio-switch__item {
    position: relative;
    display: inline-block;
    height: calc(var(--radio-switch-height-renewal) - 2*var(--radio-switch-padding-renewal));
    width: 100%;
}
.reduceyourrate .radio-switch__marker,
.reduceyourrate {
    width: 100%;
}
.reduceyourrate .radio-switch__item {
    position: relative;
    display: inline-block;
    width: 100%;
}
.table-graph {
    width: 100%;
}
.highcharts-legend-item {

font-family:'Futura PT' !important
}

.btn.show {
    color: #09507F !important;
}

.font-17 {
    font-size: 17px;
}
.link.red-tooltip {
    color: #0d6efd !important;
}

.boxed-shadow {
    box-shadow: 0px 3px 15px #69696931;
}

#KBADialog .carousel-inner {
    padding: 0px 15px;
    padding-bottom: 25px;
    margin-top: 30px;
}

.benefits-container {

}

.benefit-card {
    padding: 35px 45px 25px 45px;
    text-align: center;
    min-height: 258px;
    /*box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.2) 0px 0px 0px 1px;*/
}

.card-b-t {
    padding: 25px 2rem 25px 3rem;
    /*box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.2) 0px 0px 0px 1px;*/
}

.benefits-row {
    padding-right: 4rem;
    padding-left: 4rem;
}


.top-b-p {
    font-size: 16px;
    margin-bottom: 0px;
    font-family: "Futura PT Medium";
}

.top-bi-head {
    font-weight: 700;
    margin-bottom:5px;
}


@media (max-width: 1399.98px) {
    .benefits-container {       
        background-position-y: 90px;
    }

}

@media (max-width: 991.98px) {
    .benefits-container {
        background-position-y: 120px;
    }

    .benefits-row {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .top-b-p {
        font-size: 14px;
        margin-bottom:35px;
    }

    .top-b-heading {
        font-size: 25px !important;
        line-height: 30px !important;
        text-align: center;
        margin-bottom: 25px;
    }
}

@media (max-width: 767.98px) {

    .main-heading
    {
        line-height:32px;
    }

    .btn-orange-address {
        margin-top: 10px;
    }

    .unlock-heading {
        font-size: 28px !important;
    }
    .card-b-t {
        padding: 25px 25px;
    }
    .benefits-container {
        background-position-y: 190px;
    }


.top-b-heading {
    font-size: 30px;

}

    .top-bi-head
    {
        margin-top:10px;
    }
 }

.top-b-heading {
    line-height:45px;
}


.USPSEnterAddressbtn {
    color: #00B49D !important;
    border-color: #00B49D !important;
    background: #fff !important;
}

.benefits-list i{
    margin-right:10px;
    
}

.benefits-list {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 5px;
}

.optional {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    color: #e9ecef;
}

.benefit-icon {
    height: auto;
    max-width: 70px;
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.jq-stars {
    display: inline !important;
}

.jq-star {
    width: 20px !important;
    height: 20px !important;
}

.google-review-heading {
    font-size: 12px;
    vertical-align: middle;
}

.google-sub-heading{
    font-size:10px;
    line-height:10px;
}

.google-logo {
    width: 20px;
}

.color-dark {
    color: #333 !important;
}

.line-height5
{
    line-height:5px;
}

.plan-inner-v3 {
    font-size: 14px;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 15px;

}

.PlanDiv.PlanDivV3 {
    min-height: 440px;
}

.inner-plan-ver-pad {
    padding-right: 15px;
    padding-left: 15px;
}

.position-initial
{
    position:initial !important;
}


.card-header.plan-header-image.card-header-v3 {
    min-height: 50px;
}


.plan-inner-mr {
    padding-top: 18px;
}

.plan-inner-mrr {
    padding-top: 19px;
    padding-bottom: 20px;
}


.hs-dependent-field {
    font-family: "Futura PT Book", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.hbspt-form {
    border-left: 1px solid #09507F;
    padding-left: 50px;
    min-height: 450px;
}

h5.ben-head {
    font-size: 20px !important;
    font-weight: 700;
    margin-bottom: 15px;
}

.unlock-sub-heading {
    font-size: 21px;
    padding-top: 12px;
}

.unlock-heading {
    margin-top: 25px;
}

.renewal-lbl {
    font-family: "Larken";
    color: #00B49D;
    margin-bottom:10px;
}

.benefit-icon-pc {
    height: auto;
    max-height: 14px;
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
}

.benefit-icon-pc-ci {
    height: auto;
    max-width: 35px;
    display: table;
    text-align: center;
    margin-left: auto;
    margin-bottom: 5px;
}

.benefit-card-pc {
    padding: 4px 4px 4px 4px;
    text-align: center;
/*    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.2) 0px 0px 0px 1px;*/
    box-shadow: rgba(0, 0, 0, 0.02) 1px 1px 3px 4px, rgba(27, 31, 35, 0.2) 0px 0px 0px 1px;
    border-radius: 30px;
}

.ben-head-pc {
    font-size: 10px;
    margin-bottom:0px;
}

.card-service-type {
    --bs-card-spacer-y: 25px;
    --bs-card-spacer-x: 25px;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 2px;
    --bs-card-border-color: #EDEDED;
    --bs-card-border-radius: 20px;
    --bs-card-box-shadow:;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: grid;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border-radius: var(--bs-card-border-radius);
    border: solid 2px #EDEDED;
}

.card-service-type input[type=radio]:checked ~ span {
        background: green;
}

    .card-service-type:has(input[type="radio"]:checked) {
        border: solid 2px #00B49D;
        color: #00B49D;
    }
/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
    border-radius: 10px;
    padding: 0px;
    box-shadow: 0px 0px 4px 0px #00000040;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    border: 1px solid #757575;
    display: table-cell;
    padding: 3px 10px;
    border-top: 0px;
    text-align: center;
    font-family: Futura PT;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.51px;
    width: 50%;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.doc-links-selected-multi a
{
    display:block;
    line-height:20px;
}

.card-header.plan-header-image.plan-header-image-multi {
    min-height: 150px;
}

span.per-month-m {
    font-size: 15px;
    font-family: var(--bs-body-font-family);
    color: var(--bs-body-color);
}

.cursor-pointer{
    cursor:pointer;
}

.secondary-bg-color {
    background-color:#00B49D;
}

.multi-cal {
    margin-top: 0px !important;
    box-shadow: none !important;
    margin-bottom: 0px !important;
}

#divCalender .multidetaildivterm.detailheading {
    box-shadow: none !important;

}

.swtichtypesel.multiswtichtypesel {
    margin:0px 0px 0px !important;
}

.modal-content.modal-content-calendar{
    border-radius:30px;
}

    .modal-content.modal-content-calendar .modal-header {
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important;
    }

.cal-clinks {
    padding: 10px 60px 0px 60px;
    font-size: 20px;
}


.btn.btn-light-m {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    color: #636363;
    font-weight: 500;
    background: #ECECEC;
    border-color: #ECECEC;
    width: 100%;
    padding-left: unset;
    padding-right: unset;
    text-align: center;
    border-width: 1px;
    font-weight:700;
}

@media (max-width:575px) {
    .b-text{
        padding-left:10px;
    }

    .searchresult-m#EcrodBillingAddressAutoFill
    {
        width:365px !important;
    }
}

.text-left{
    text-align:left;
}

.bccard {
    line-height: 22px;
    border-radius: 20px !important;
    box-shadow: 0px 3px 15px #69696931;
}


.wswd-head{
    font-size:32px;
    margin-bottom:35px;
}

@media (max-width:768px) {
    .sticky-top {
        position: relative;
    }

    .logo {
        width: 90px;
        height: 36px !important;
    }

    .radio-switch {
        width: 100%;
    }

    .radio-switch__item {
        width: 50%;
    }

    .radio-switch__marker {
        width: 100%;
    }
    .tooltipCustom {
        margin-left: 10px;
        margin-top: 15px;
        margin-right: 5px;
    }

    .ToolTipCol
    {
        display:flex;
    }

    .carousel-item
    {
        display:block;
        float:initial;
    }

    .zip-carousel-item.carousel-item {
        float: left;
    }
}
.col-3.px-0.pt-2.text-center.step1-text.secondary-font-color.text-decoration-underline.cursorpointer {
    text-decoration: none !important;
}

/*.BlendExtend .border-top {
    border-top: 2px solid black !important;
}*/
.yellow-right-arrow-icon
{
    position:relative;
    top:44px;
}
.BlendExtend .dropdown-as-label {
    border: none;
    background: none;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    color: #797979;
    width: 70px;
}
.BlendExtend .dropdown-as-label:focus,
.BlendExtend .dropdown-as-label:active {
    border: none;
    outline: none;
    box-shadow: none;
}

.phone-link {
    color: #094e89;
    text-decoration: none;
    display: flex;
    font-size: 16px;
}
    .phone-link img {
        margin-right: 5px;
    }

.phone-link:hover {
    color: #094e89;
}

.MoreDetailsHeading {
    font-size: 15px;
    margin-top: 15px;
}

.MoreDetailsHeading-sc {
    font-size: 15px;
    display: block ruby;
    margin-right: 15px;
    align-self: center;
    margin-bottom: initial;
}

.MoreDetailsHeadingn{
    font-size: 22px;
    line-height: 28px;
}

.plan-attr-ul li::marker {
    color:#797979;
    font-size: initial;
}
.plan-link li::marker {
    color: var(--bs-link-color);
    font-size: initial;
}

.mt-30 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.benefits-ul {
    list-style: none;
    padding-left: 0px;
}

    .benefits-ul li {
        display: flex;
        align-items: flex-start; /* or align-items: flex-start */
        line-height: 1.3;
        margin-bottom: 7px;
    }

    .benefits-ul li::before {
        content: "\f058"; /* You can replace it with any marker */
        font-size: 1.2em;
        margin-right: 8px;
        /*margin-top: 3px;*/
        line-height: 1.2em; /* Adjust as needed */
        font-family: "Font Awesome 5 Free";
        color: #00B49D
    }

.avg-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    box-shadow: 0px 3px 15px #69696931;
    border-radius: 20px;
}

    .avg-table tr th,
    .avg-table tr td {
        border-right: 1px solid #737373;
        border-bottom: 1px solid #737373;
        padding: 3px;
    }

        .avg-table tr th:first-child,
        .avg-table tr td:first-child {
            border-left: 1px solid #bbb;
        }

    .avg-table tr th {
        border-top: 1px solid #bbb;
    }

    /* top-left border-radius */
    .avg-table tr:first-child th:first-child {
        border-top-left-radius: 20px;
    }

    /* top-right border-radius */
    .avg-table tr:first-child th:last-child {
        border-top-right-radius: 20px;
    }

    /* bottom-left border-radius */
    .avg-table tr:last-child td:first-child {
        border-bottom-left-radius: 20px;
    }

    /* bottom-right border-radius */
    .avg-table tr:last-child td:last-child {
        border-bottom-right-radius: 20px;
    }

    .mb-10{
        margin-bottom:15px !important;
    }

.p-attr {
    font-size: 24px;
    font-weight: 700;
}

#EstimatedBillStartingModal {
    font-size: 28px;
    font-weight: 900;
    display:flex;
}

.per-month-modal {
    font-size: 10px;
    font-family: 'Futura PT Book';
    margin-top: 2px;
    color:#797979;
}

.form-control-modal {
    display: block;
    width: 100%;
    padding: 0.1rem 1rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #bcbcbc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: 'Futura PT Book';
    font-weight: 400;
}


.modal-content-plan::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: inherit;
    background: linear-gradient(151.06deg, #FFD27D -8.32%, #00B49D 47.8%, #094E89 101.73%);
    z-index: -1;
}

.btn-modal-close {
    text-align: right;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 12px;
    height: 12px;
    padding: 4px;
    border: 1px solid;
    z-index: 11;
    background-size: 45%;
    border-radius: 50%;
}

.spn-attr{
    font-size:15px;
}

.modal-content.modal-content-plan {
    border-radius: 20px;
}

body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important; /* Fix for scrollbar shift */
}
.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px;
}
.fs-30 {
    font-size: 30px;
}
.padding-10 {
    font-size: 10px;
}
.fs-35 {
    font-size: 35px;
}
.fs-40 {
    font-size: 40px;
}
.fs-11 {
    font-size: 11px !important;
}
.lh-1 {
    line-height: 1;
}

.lh-120 {
    line-height: 1.2;
}

.lh-130 {
    line-height: 1.3;
}

.lh-150 {
    line-height: 1.5;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fw-900 {
    font-weight: 900;
}
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: calc(2.5rem + 12px);
    line-height: 1.25;
}


highcharts-background,
.highcharts-root {
    pointer-events: none; /* Prevent Highcharts layers from intercepting events */
}

.cardtooltip {
    pointer-events: auto; /* Ensure the tooltip is interactive */
    z-index: 9999;
}
.bg-theme {
    background: #09507F;
}
.btn-theme {
    background: #09507F;
    border-color: #09507F;
    color: #fff;
}

.btn-theme:hover {
    background: transparent;
    border-color: #09507F;
    color: #09507F;
}

.border-theme {
    border-color: #09507F !important;
}
.btn-changeplan {
    border: 1px solid #7C7C7C;
    color: gray;
}
.btn-changeplan:hover {
        background: transparent;
        border-color: #09507F;
        color: #09507F;
}
.no-padding {
    padding: 0 !important;
}
.nowrap-ul li {
    white-space: nowrap;
}
.rounded-35 {
    border-radius: .75rem !important;
}

.aleart-box {
    color: #09507F;
    padding-top: 3px;
    padding: 5px 2px;
    font-size: 12px;
    border: 1px solid #09507F;
    text-align: center;
    line-height: 1;
    border-radius: 15px;
    white-space: nowrap;    
}
.textimonials-container {
    padding: 5rem 4rem;
}
    .textimonials-container .card-text {
        font-size: 1.5rem;
        line-height: 2rem
    }
@media (max-width: 1399px) {
    .aleart-box {
        font-size: 10px;
    }

    #carouselExampleIndicators .carousel-item .card-body .benefits-ul.fs-16 {
        font-size: 13px !important;
    }
    #carouselExampleIndicators .carousel-item .card-body .list-img.fs-16 {
        font-size: 13px !important;
    }
    #carouselExampleIndicators .carousel-item .card-body .futura-demi.fw-600.fs-15 {
        font-size: 13px !important;
    }
    #carouselExampleIndicators .carousel-item .card-body p.fs-15.lh-1 {
        font-size: 13px !important;
    }
}
@media (max-width: 1199px) {
    .aleart-box {
        font-size: 12px;
    }
}

/* For small screens (0px - 800px) */
@media (max-width: 800px) {
    .custom-modal {
        max-width: 100% !important;
    }

    #pdfContainer canvas {
        width: 100% !important;
        height: auto !important;
    }
}

/* For larger screens (801px and above) */
@media (min-width: 801px) {
    .custom-modal {
        max-width: 950px;
    }
}

.per-month-modal-moreDetail-Desktop {
    font-size: 18px;
    font-family: 'Futura PT Book';
    margin-top: 2px;
    color: #797979;
    font-weight: normal
}

.p-attr-moreDetail-Desktop {
    font-size: 18px;
    /*font-weight: 700;*/
    font-family: 'Futura PT Medium';
    font-weight: 500
}

.spn-attr-moreDetail-Desktop {
    font-size: 16px;
    font-family: 'Futura PT Book';
    font-weight: 400
}

.PlanName-moreDetail-Desktop {
    font-size: 24px;
    padding-bottom: 5px;
    font-family: "Larken";
    line-height: 32px;
}

.modal-lgr {
    max-width: 964px; /* Adjust between 900–1050px for your liking */
}


.eflLink-margin {
    margin-right: 25px !important;
    margin-left: 25px !important;
}


.benefits-ul-moreDetail-Desktop li::before {

    line-height: 3.2em !important; /* Adjust as needed */
    
}

.grey-group {
    padding: 1em;
    line-height: 1.5;
    border: 2px solid #ededed;
    border-radius: 2rem !important;
}
.grey-group.active {
   
    border: 2px solid #00b49d;
    
}
    .grey-group ul {
        padding-left: 2em;
    }
    .grey-group ul li::marker {
        color: #00b49d;
        font-size: inherit;
    }

.defaultMarker li::marker {
    color: inherit;
    font-size: inherit;
}