﻿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;
}

.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: 100%;
    --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: 100%;
    --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';
    width: var(--radio-switch-width);
}

    .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: var(--radio-switch-width);
}

.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));
    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;
}

.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';
}

@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) {

        .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;
        }
        .mbo.progress-section {
            max-width: 100% !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;
        }

        .plan-img-docs {
            text-align: center;
        }

        .plan-image {
            width: 66%;
        }

        .estimate-right-col {
            margin-top: 10px;
        }
    }

    @media (max-width: 1400px) {

        .es-av-bill-h {
            font-size: 8px !important;
        }



       .PlanDiv {
            min-height: 470px !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) {

        .search-result {

            width: 96% !important;

        }

        .CSRscript-section {
            padding-bottom: 1rem !important;
            background-color: var(--clr-neutral-50);
            align-self: start;
            height: initial !important;
            position: inherit !important;
            overflow-y: auto;
            width: auto !important;
            overflow-x: hidden;
            padding-right: 0px !important;
            border-right: none !important;
            border-left: none !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) {
        .search-result::before {
            left: 50% !important;
        }

        .table-responsive-md {
            margin-bottom: 30px;
        }

        .PlanName {
            font-size: 26px !important;
        }

        #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;
        }

        .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;
        }

        .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;
        }

        .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;
        }

        .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;
        }
    }

    .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 {
        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: 220px;
    }

    .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: 180px;
            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.5rem;
        }

        #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;
        }

        .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;
    }

#DepositExpirationDate.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;
        }

    .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/plan-header-1.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;
}

    .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: 10px;
        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) {

        .search-result {
/*            max-width: 850px !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:5px;
    width:100%;
}

.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%;
}

.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 {
    background: transparent linear-gradient(101.12deg, #FFD27D 0%, #00B49D 48.26%, #09507F 99.51%) 0% 0% no-repeat padding-box;
    background-position-y: 75px;
}

.benefit-card {
    padding: 35px 25px 25px 25px;
    text-align:center;
}

.card-b-t {
    padding: 25px 2rem 25px 3rem;
    background-color: #ECECEC;
    box-shadow: none;
}

.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: 991px) {
    .benefits-container {
        background-position-y: 120px;
    }

    .benefits-row {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .top-b-p {
        font-size: 14px;
    }

    .top-b-heading {
        font-size: 22px;
    }
}

@media (max-width: 767px) {

    .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:36px;
}


.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;
}

.tier1-circle {
    background: #00B49D;
}

.tier2-circle {
    background: #ffc24f;
 }

.tier3-circle {
    background: #ff4f4f;
}

.span-circle {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 6px;
    color: #fff;
    text-align: center;
    display: grid;
    align-content: center;
}

.btn.btn-email-info {
    background: #ECECEC !important;
    border-color: #ECECEC;
    color: #09507F;
}

.hide-table-padding td {
    padding: 0px;
    border-bottom: none;
}

#Search {
    background: white;
    border-width: 2px;
    padding-right: 50px;
}

.search-icon {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 2;
    display: block;
    width: 20px;
    height: calc(3.1rem + 2px);
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    display: inline-flex !important;
    align-items: center;

}

.search-result {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0, 0.12);
    border-radius: 15px;
    position: absolute;
    z-index: 1;
    background: white;
  /*  max-width: 900px;*/
    width: 63%;
    display: block;
}

.search-result-table td, .search-result-table th 
{
    vertical-align:middle;
    border:none;
}

.search-result-table {
    margin-bottom: 0px;
    font-size: 17px;
    width: 1443px;
}

.search-result-table tr td:last-child {
    width: 1%;
    white-space: nowrap;
}

.btn.btn-success {
    background: #0fd873;
    border-color: #0fd873;
    font-family: "Larken";
}

.search-result-table tr:nth-child(even) {
    background-color: #f7f7f7;
}

.search-result:before {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    top: -10px;
    left: 20%;
    margin-left: -25px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0, 0.12);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search_content {
    border-radius: 15px;
    background: white;
    position: relative;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 370px;
    overflow-y: scroll;
}

.form-floating-group {
    position: relative;
}

.btn-group-txt {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 92%;
    border: none;
    background: #d9d9d9
}

.message-from-csr {
    background: #f5f5f5;
    border-radius: 0px 20px 20px 20px;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #00b49d;
}

.message-from-customer {
    background: #00b49d;
    border-radius: 20px 20px 0px 20px;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.message-footer
{
    font-size:12px;
}

.main-menu li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.main-menu li a{
    text-decoration:none;
}
    .main-menu {
    gap: 30px;
    display: flex;
    margin:auto;
}
.dt-layout-cell.dt-start {
    display:none !important;
}
#RenderPlanPartialViewHtml input[type='search'] {
    background: white;
    border-width: 2px;
    padding-right: 50px;
    border-radius: 2em;
    height: calc(3.1rem + 2px);
    line-height: 1.25;
    padding: 1rem 1.25rem;
    padding: 0.65rem 1.25rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid #EDEDED;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 2rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: 'Futura PT Book';
    font-weight: 400;
    width:30%;
}
#RenderPlanPartialViewHtml input[type='search']:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.cursor-pointer
{
    cursor:pointer;
}

.mainbodyDiv
{
    overflow:hidden;
}

table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
    border-bottom: 1px solid #00B49D !important;
    text-align:center;
}

.dt-column-title {
    color: #09507F;
}

#PlansGrid.dataTable th.dt-type-numeric, #PlansGrid.dataTable th.dt-type-date, #PlansGrid.dataTable td.dt-type-numeric, #PlansGrid.dataTable td.dt-type-date {
    text-align: center;
}


div.dt-container.dt-empty-footer tbody > tr:last-child > * {
    border-bottom: 1px solid #00B49D !important;
}

.dt-search {
    display: none;
}

table.dataTable > tbody > tr > td {
    vertical-align: middle;
}

.CSRscript-section {
    padding-bottom: 4rem;
    background-color: var(--clr-neutral-50);
    align-self: start;
    height: calc(100svh - 93px);
    position: fixed;
    overflow-y: auto;
    width: 33%;
    overflow-x: hidden;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.sticky-top.bg-white {
    border-bottom: 1px solid #BCBCBC;
}

.brder-right {
    border-right: 1px solid #BCBCBC;
}

.brder-left {
    border-left: 1px solid #BCBCBC;
}


.form-check-input-csr {
    width: 20px;
    height: 20px;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #6C757D;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    cursor: pointer;
    border-radius: 50%;
    background-color: transparent;

}



.form-check .form-check-input-csr {
    float: left;
    margin-left: -1.5em;
}

.message-csr {
    margin-left: 9px;
    margin-top: 0px;
    padding-top: 2px;
}

.form-check-input-csr:checked {
    background-color: #00B49D;
    border-color: #00B49D;
    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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}


