﻿body {
    font-family: 'Helveticaneue_regular', Arial;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Helveticaneue_regular';
    src: url('../fonts/helveticaneue-new/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2') format('woff2');
}

@font-face {
    font-family: 'Helveticaneue_regular';
    src: url('../fonts/helveticaneue-new/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff') format('woff');
}

@font-face {
    font-family: 'Helveticaneue_medium';
    src: url('../fonts/helveticaneue-new/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2') format('woff2');
}

@font-face {
    font-family: 'Helveticaneue_medium';
    src: url('../fonts/helveticaneue-new/7802e576-2ffa-4f22-a409-534355fbea79.woff') format('woff');
}

@font-face {
    font-family: 'Helveticaneue_italic';
    src: url('../fonts/helveticaneue-new/4bd56f95-e7ab-4a32-91fd-b8704cbd38bc.woff2') format('woff2');
}

@font-face {
    font-family: 'Helveticaneue_italic';
    src: url('../fonts/helveticaneue-new/4fe1c328-1f21-434a-8f0d-5e0cf6c70dfb.woff') format('woff');
}

@font-face {
    font-family: 'Helveticaneue_bold';
    src: url('../fonts/helveticaneue-new/800da3b0-675f-465f-892d-d76cecbdd5b1.woff2') format('woff2');
}

@font-face {
    font-family: 'Helveticaneue_bold';
    src: url('../fonts/helveticaneue-new/7b415a05-784a-4a4c-8c94-67e9288312f5.woff') format('woff');
}

@font-face {
    font-family: 'Helveticaneue_light';
    src: url('../fonts/helveticaneue-new/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2') format('woff2');
}

@font-face {
    font-family: 'Helveticaneue_light';
    src: url('../fonts/helveticaneue-new/2a34f1f8-d701-4949-b12d-133c1c2636eb.woff') format('woff');
}

#CustomerTabstrip.k-header {
    border-color: #dbdbdb;
    border-width: 2px;
}

#CustomerTabstrip .k-tabstrip-items {
    background-color: #F0F5F9;
    text-align: center;
    height: 80px;
    padding-top: 45px;
}

.k-tabstrip-items .k-state-active a .tabNumber {
    border: 3px solid #B2CCE3;
    background-color: #CBDCEB;
}

#CustomerTabstrip k-tabstrip-items .k-state-active {
    background-color: #CBDCEB;
}

#CustomerTabstrip .k-tabstrip-items .k-state-active a .tabText {
    border-bottom: 2px solid #B2CCE3;
}

#CustomerTabstrip .k-tabstrip-items .k-item {
    border-width: 0px;
    background-image: none;
    background-color: transparent;
}

    #CustomerTabstrip .k-tabstrip-items .k-item.k-state-disabled {
        border-color: transparent;
    }

#CustomerTabstrip .k-tabstrip-items .k-state-active {
    background-color: #F0F5F9;
    background-image: none;
    border-color: transparent;
}


#CustomerTabstrip .k-state-active, #CustomerTabstrip .k-state-active:hover, #CustomerTabstrip .k-tabstrip .k-state-active {
    border-color: transparent;
}

#CustomerTabstrip .k-tabstrip-items .k-state-active, .k-tabstrip-items .k-tab-on-top {
    margin-bottom: -1px;
    padding-bottom: 0px;
}

ul.listline li {
    list-style-image: url('../Images/listline.png');
}

.marketingQuestionsradio {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #3b4751;
    font-family: Helveticaneue_regular;
}

    .marketingQuestionsradio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.marketingQuestionsradiocheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 2px solid #2d373d;
    border-radius: 50%;
}

.marketingQuestionsradio:hover input ~ .marketingQuestionsradiocheckmark {
    background-color: #fff;
    border: 2px solid #2d373d;
}

.marketingQuestionsradio input:checked ~ .marketingQuestionsradiocheckmark {
    border: 2px solid #439D25;
    background-color: transparent;
    box-shadow: 0px 0px 4px 1px rgba(127,127,250,1);
}

.marketingQuestionsradiocheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

.marketingQuestionsradio input:checked ~ .marketingQuestionsradiocheckmark:after {
    display: block;
}

.marketingQuestionsradio .marketingQuestionsradiocheckmark:after {
    top: 4px;
    left: 4px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #439D25;
}

.scheduleradio {
    display: block;
    position: relative;
    padding-left: 55px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .scheduleradio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.schedulecheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 2px solid #2d373d;
    border-radius: 50%;
}

.scheduleradio:hover input ~ .schedulecheckmark {
    background-color: #fff;
    border: 2px solid #2d373d;
}

.scheduleradio input:checked ~ .schedulecheckmark {
    border: 2px solid #439D25;
    background-color: transparent;
}

.schedulecheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

.scheduleradio input:checked ~ .schedulecheckmark:after {
    display: block;
}

.scheduleradio .schedulecheckmark:after {
    top: 4px;
    left: 4px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #439D25;
}

#calendar .k-autocomplete, .k-button, .k-draghandle, .k-dropdown-wrap, .k-grid-header, .k-grouping-header, .k-header, .k-numeric-wrap, .k-pager-wrap, .k-panelbar .k-tabstrip-items .k-item, .k-picker-wrap, .k-progressbar, .k-state-highlight, .k-tabstrip-items .k-item, .k-textbox, .k-toolbar, .km-pane-wrapper > .km-pane > .km-view > .km-content {
    background-image: none !important;
}

#calendar .k-content, .k-editable-area, .k-panel > li.k-item, .k-panelbar > li.k-item, .k-tiles {
    background-color: transparent !important;
}

#calendar .k-block, .k-widget {
    background-color: transparent !important;
}

#calendar .k-block, .k-button, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: transparent !important;
}

.k-calendar .k-footer {
    display: none !important;
}

#calendar .k-icon > .k-i-arrow-w {
    background: url('../Images/left-calendar.png') no-repeat !important;
    width: 10px;
    height: 16px;
    display: block;
}

#calendar .k-icon > .k-i-arrow-e {
    background: url('../Images/right-calendar.png') no-repeat !important;
    width: 10px;
    height: 16px;
    display: block;
}

#calendar .k-calendar .k-content, .k-calendar .k-content th {
    color: #040066 !important;
    font-size: 13pt !important;
    font-family: Helveticaneue_medium;
}

#calendar .k-dropzone em, .k-other-month, .k-other-month .k-link, .k-slider .k-draghandle, .k-state-disabled, .k-state-disabled .k-button, .k-state-disabled .k-link, .k-tile-empty strong {
    color: #2d373e !important;
    font-size: 13pt !important;
}

.k-calendar .k-link {
    /*color: #2d373e !important;*/
    font-size: 13pt !important;
}

.k-calendar .k-today {
    box-shadow: none !important;
}

.k-calendar td.k-state-selected .k-link, .k-calendar td.k-today.k-state-selected.k-state-hover .k-link {
    color: #040066 !important;
    border: 2px solid #172fe6 !important;
    background-color: #fff !important;
    border-radius: 25px !important;
    width: 20px;
    height: 20px;
    margin-left: 7px;
    padding-left: 5px;
    line-height: 36px !important;
}

.k-calendar td.k-state-focused.k-state-selected, .k-calendar td.k-state-selected.k-state-active, .k-calendar td.k-state-selected.k-state-hover:active, .k-calendar td.k-state-selected:active {
    box-shadow: none !important;
}

#calendar .k-icon.k-i-arrow-w {
    background: url('../Images/left-calendar.png') no-repeat 0 0 !important;
    width: 64px;
    height: 27px;
}

#calendar .k-icon.k-i-arrow-e {
    background: url('../Images/right-calendar.png') no-repeat 0 0 !important;
    width: 65px;
    height: 26px;
}

#calendar .k-button.k-state-active, #calendar .k-button:active, #calendar .k-draghandle.k-state-selected:hover, #calendar .k-state-selected {
    background-image: none !important;
    background-color: transparent;
}

.k-calendar .k-content .k-link {
    line-height: 45px;
    color: #040066;
}

.k-calendar .k-header .k-link.k-nav-next, .k-calendar .k-header .k-link.k-nav-prev {
    width: auto !important;
}

#myTabContent .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: 2px solid #BB0202 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #3C3C3C !important;
    font-size: 13pt !important;
}

#myTab .nav-link {
    color: #5C6A74 !important;
    font-size: 13pt !important;
}

#calendar .k-state-disabled a.k-link {
    display: inline-block;
    position: relative;
}

    #calendar .k-state-disabled a.k-link::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 5px;
        background: linear-gradient(to left top, transparent 46.5%, currentColor 47.5%, currentColor 52.5%, transparent 0%);
        pointer-events: none;
        color: #B3B3B3;
        width: 22px;
        height: 33px;
    }

.k-calendar .k-content, .k-calendar .k-content th {
    text-align: center !important;
}

@media (min-width: 320px) {

    .sticky-hurryup {
        position: fixed;
        bottom: 10px;
        z-index: 9999;
        width: 100%;
      padding:0px 20px 0px 5px;
    }
    .account-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .priceMargin{
        margin-top:0.7rem;
    }
    .optBox {
        padding-left: 15px;
    }
    .payheadBox {
        padding-right: 15px;
    }
    .proMar {
        margin-top: 0px;
    }
    .proHeight{
        min-height:273px;
    }
    .discountHeight {
        min-height: 263px;
    }
    .discountPopupHeight {
        min-height: 215px;
    }
    .mobile-stickyBtns {
        display: flex;
    }
    .right-italic-text {
        font-size: 14px;
        line-height: 24px;
        color: #4A4A4A;
        font-family: Helveticaneue_italic;
    }
    .propDeliveryMargin{
       margin-top:0.5rem;
    }

    .top-heading-div {
        background-color: #F7F7FA;
    }

        .top-heading-div h4 {
            font-size: 20px;
            line-height: 26px;
            color: #040075;
            font-family: Helveticaneue_medium;
            padding: 10px;
        }

    .collapsible.collapsible-button {
        position: absolute;
        justify-content: center;
        text-align: center;
        bottom: -20px;
        left: calc(50% - 10px);
        padding: 7px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        border: 2px solid #211DF0;
        cursor: pointer;
    }

    .twoBorders {
        border-left: 0px solid #D4D4E1;
        border-right: 0px solid #D4D4E1;
        border-top: 1px solid #D4D4E1;
        border-bottom: 1px solid #D4D4E1;
        padding: 15px 0px;
        margin: 20px 0px;
    }
    .firstBorderDiv {
        border-left: 0px solid #D4D4E1;
        border-right: 0px solid #D4D4E1;
        border-top: 0px solid #D4D4E1;
        border-bottom: 1px solid #D4D4E1;
        padding: 0px 0px 15px 0px;
        margin: 20px 0px;
    }
    .lastBorderDiv {
        padding: 0px 0px;
    }

    .boxBorder_CustNewQualify.serviceBox {
        margin-top: 15px;
        margin-left: 0rem;
    }
    .boxBorder_Fixed.fixedBox {
        margin-top: 15px;
        margin-left: 0rem;
    }
    .boxBorder_Service.fixedBox {
        margin-top: 15px;
        margin-left: 0rem;
    }
    
    img[src$="dot.gif"] {
        display: none;
    }

    .pinkLeftDiv {
        width: 100%;
        display: flex;
    }

    .greenTxt {
        font-family: Helveticaneue_regular;
        font-size: 14px;
        line-height: 18px;
        color: #307718;
        align-self: end;
        height:69px;
    }
    .greenTxtQuote {
        font-family: Helveticaneue_light;
        font-size: 14px;
        line-height: 18px;
        color: #2D373E;
        border: 2px solid #439D25;
        border-radius: 4px;
        font-weight: 400;
        border-radius: 4px;
    }
    .paymentPlanQuote {
        font-family: Helveticaneue_light;
        font-size: 14px;
        line-height: 18px;
        color: #2D373E;
        border: 0px solid #439D25;
        border-radius: 4px;
        margin-top: 0px;
    }
    .check-greentick {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background-color: #439D25;
        color: #fff;
        text-align: center;
        margin-right: 9px;
    }
    .check-paymentTick {
        width: 15px;
        height: 18px;
        border-radius: 50%;
        background-color: transparent;
        color: #fff;
        text-align: center;
        margin-right: 11px;
    }
    .check-paymentText {
        width: calc(100% - 32px);
    }
    .check-boldTxt {
        font-family: Helveticaneue_regular;
        font-weight: 700;
        line-height: 24px;
    }
    .check-nrmlTxt {
        font-weight: 400;
        line-height: 20px;
    }
    .check-text {
        width: calc(100% - 27px);
    }

    .pinkMainBox {
        margin-top: 15px;
        width: 200px;
    }

    .mainInnerContent {
        display: block;
    }

    .txtlogin {
        color: #4a4a4a;
        border: 1px solid #454545;
    }

    .txtpartialappliance {
        color: #172fe6;
        width: 20px;
        font-family: Helveticaneue_medium;
        border: none;
        font-size: 20px;
    }

    .lblyourquote {
        background-color: #030066;
        color: #fff;
        font-size: 16px;
        border-radius: 4px;
        font-family: HelveticaNeue_Bold;
    }

    .lnkfaq {
        text-decoration: underline;
        color: #172fe6;
        margin-left: 10px;
        font-size: 15px;
        cursor: pointer;
    }

    .desc-schedulesite {
        color: #2d373e;
        font-size: 13pt;
    }

    .form-control:focus {
        box-shadow: 0 0 0 0.2rem #3996f9;
    }

    .faqaccordian .card-header, .card-body {
        padding: 10px 10px !important;
        font-size: 13px;
        color: #030066 !important;
        font-family: Helveticaneue_light;
        border-bottom: 1px solid #e0e0e0 !important;
    }

    .faqaccordian .btn-link {
        font-size: 13px;
        color: #030066 !important;
        font-family: Helveticaneue_light;
        width: 100%;
        text-align: left;
        padding: 0px;
    }

        .faqaccordian .btn-link:hover {
            font-size: 13px;
            color: #030066 !important;
            font-family: Helveticaneue_light;
            text-decoration: none;
            width: 100%;
            text-align: left;
            padding: 0px;
        }

    .faqaccordian .card {
        border: none;
        border-radius: 0px;
    }

    .faqaccordian .card-header {
        background-color: transparent;
    }

    .faqminus {
        background-image: url('../../Images/minus-accordian.png') !important;
        width: 14px;
        height: 2px;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        margin-right: 10px;
        margin-top: 10px;
        float: left;
    }

    .faqexpand {
        background-image: url('../../Images/plus-accordian.png') !important;
        width: 14px;
        height: 14px;
        background-position: 0px 0px;
        background-repeat: no-repeat;
        margin-right: 10px;
    }

    .faqselectedbg {
        background-color: #EAF1F9 !important;
    }

    .highlightedtext {
        font-family: Helveticaneue_medium !important;
    }

    .lblfaq {
        color: #030066;
        font-size: 32px;
        font-family: Helveticaneue_light;
        text-align: center;
    }

    :focus {
        outline: 1px dotted #B2B2B2 !important;
    }

  
    .height-payperdelivery {
        height: 683px;
    }
    #TankGuage .modal-dialog {
        max-width: 100%;
    }

    #OnlineAccount .modal-dialog {
        max-width: 100%;
    }

    #OrderPropane .modal-dialog {
        max-width: 100%;
    }

    .greenstrip-createaccount {
        position: absolute;
        top: -18px;
        background-color: #6EC552;
        color: #323232;
        padding: 5px;
        font-size: 12px;
    }
    .sticky-wrapper {
        background-color: #040075;
        padding: 10px 15px;
        border: 1px solid #040075;
        border-radius: 6px;
        box-shadow: 0px 9px 24px 0px #04007533;
        scroll-behavior: smooth;
    
    }
    .sticky-arrow{
        display:none;
    }
    .sticky-wrapper .white-txtheading {
        font-size: 17px;
        line-height: 30px;
        font-family: Helveticaneue_bold;
        color: #fff;
        text-align:center;
    }
        .greenstrip-custqualify {
            position: absolute;
            top: -10px;
            left: 20px;
            background-color: #6EC552;
            color: #323232;
            padding: 5px;
            font-size: 12px;
        }

    .lblmessageheading {
        font-size: 18pt;
        color: #040066;
    }

    .lblmessageDesc {
        font-size: 11pt;
        color: #2d373e;
    }

    #SafetyCheckModal .modal-dialog {
        max-width: 100%;
    }

    #TankHoldModal .modal-dialog {
        max-width: 100%;
    }

    #CPModal .modal-dialog {
        max-width: 100%;
    }

    .lblpropanecust-yourallset {
        color: #040072;
        font-size: 28px;
        font-family: Helveticaneue_light;
    }

    .moreinfolinks-yourallset a {
        color: #172FE6;
        font-size: 16px;
        line-height: 18px;
        font-family: Helveticaneue_regular;
        text-decoration: underline;
    }

    .lblmoreinfo-yourallset {
        color: #040066;
        font-size: 22px;
        line-height: 30px;
        font-family: Helveticaneue_light;
    }

    .quotevalidity {
        color: #000;
        font-size: 12px;
        font-family: Helveticaneue_italic;
        padding-left: 10px;
    }

    .lblquoteinstallation {
        color: #2D373E;
        opacity: 0.7;
        font-style: italic;
        font-size: 15px;
        letter-spacing: 0.5px;
    }

    .lblpropaneusage-confirmation {
        color: #4A4A4A;
        font-family: Helveticaneue_light;
        font-size: 14px;
        letter-spacing: 0.3px;
    }

    .lblpropaneusageheading {
        color: #2D373E;
        font-size: 26px;
        line-height: 48px;
        font-family: Helveticaneue_medium;
    }

    .container-contactinfo {
        width: 100%;
        border: 2px solid #D4D4E1;
        padding: 25px 14px 25px 25px;
        border-radius: 4px;
    }

    .border-contact {
        border: 2px solid #D4D4E1;
        border-radius: 4px;
        padding: 25px 14px 25px 25px;
    }

    .create-accountinfo {
        width: 100%;
    }
    .quoteBox{
        width: 100%;
    }

    .safetyassurance {
        display: block;
    }

    .chkfirstdelivery {
        display: block;
        position: relative;
        padding-left: 45px;
        margin-bottom: 12px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 15px;
    }

        .chkfirstdelivery input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    .firstdeliverycheckmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #fff;
        border: 1px solid #979797;
    }

    .chkfirstdelivery:hover input ~ .firstdeliverycheckmark {
        background-color: #ccc;
    }

    .chkfirstdelivery input:checked ~ .firstdeliverycheckmark {
        background-color: #439D25;
    }

    .firstdeliverycheckmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .chkfirstdelivery input:checked ~ .firstdeliverycheckmark:after {
        display: block;
    }

    .chkfirstdelivery .firstdeliverycheckmark:after {
        left: 9px;
        top: 5px;
        width: 7px;
        height: 13px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .firstDelveryWrapper {
        color: #2D373E;
        font-size: 15px;
        width: 100%;
        font-family: Helveticaneue_regular;
        padding-left: 20px;
        padding-right: 20px;
    }

    .strikeamount {
        width: auto;
        height: auto;
        float: left;
        margin-right: 20px;
        color: #303030;
        font-size: 22px;
        font-family: Helveticaneue_medium;
        opacity: 0.7;
    }

    .actualamount {
        width: auto;
        height: auto;
        float: left;
        margin-right: 20px;
        font-size: 12px;
        margin-top: 5px;
    }

    .giftamount {
        width: auto;
        height: auto;
        float: left;
        color: #439D25;
        font-size: 15px;
        margin-top: 7px;
    }

    .paymonthlycp {
        color: #2D373E;
        font-family: Helveticaneue_light;
        font-size: 15px;
        line-height: 24px;
        opacity: 0.9;
        letter-spacing: 0.6px;
    }

    .MonthlyCPWrapper {
        width: 95%;
        height: 136px;
        margin-left: 10px;
        border: 2px solid #D4D4E1;
        padding: 15px 0px 15px 35px;
        border-radius: 5px;
    }

    .lbloffercp {
        color: #040066;
        font-size: 48px;
        line-height: 56px;
        font-family: Helveticaneue_light;
        letter-spacing: 0.3px;
    }

    .lbloffercpDesc {
        color: #2D373E;
        font-size: 16px;
        line-height: 28px;
    }

    .steps-subheading {
        color: #2D373E;
        font-size: 19px;
        line-height: 32px;
        font-family: Helveticaneue_light;
    }

    .lblhavequestions {
        color: #2D373E;
        font-family: Helveticaneue_medium;
        font-size: 16px;
        line-height: 28px;
    }

    .estimatedate {
        color: #303030;
        font-size: 20px;
        font-family: Helveticaneue_regular;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: 0.6px;
    }

    .estimatedatedesc {
        color: #4B4949;
        font-size: 13px;
        font-family: Helveticaneue_light;
        line-height: 22px;
    }

    .lnktankhold {
        color: #211DF0;
        letter-spacing: 0.5px;
        line-height: 16px;
        font-size: 13.5px;
        font-family: Helveticaneue_light;
        text-decoration: underline;
    }

    .lbltankgallon {
        color: #303030;
        font-family: Helveticaneue_medium;
        font-size: 24px;
        line-height: 32px;
    }

    .number-circle-list {
        list-style: none;
        padding-left: 1rem;
        counter-reset: circle-counter;
    }

    .number-circle-list--list-item {
        counter-increment: circle-counter;
        margin-bottom: 0.25rem;
        color: #2d373e;
        font-family: Helveticaneue_regular;
        font-weight: 500;
        line-height: 28px;
        display: -webkit-box;
    }

        .number-circle-list--list-item:before {
            content: counter(circle-counter);
            background-color: #D4D4E1;
            width: 1.5rem;
            height: 1.5rem;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            font-size: 0.75rem;
            line-height: 28px;
            color: #303030;
            text-align: center;
            margin-right: 0.5rem;
        }


    .lblprior-marketinquestions {
        color: #2D373E;
        font-size: 18px;
        font-family: Helveticaneue_regular;
        letter-spacing: 0.5px;
    }

    .lblprior-marketinquestions-modal {
        color: #3b4751;
        font-size: 14pt;
        font-family: Helveticaneue_light;
    }

    .wrapperdiv-Ineligible {
        width: 100%;
    }

    .k-calendar .k-link.k-nav-fast {
        color: #040066 !important;
        font-size: 15pt !important;
        margin-top: 0px;
        font-family: Helveticaneue_light;
    }

    .radiobtnwidth-recommended {
        width: 100%;
    }

    .radiobtnwidth-calendar {
        width: 100%;
    }

    .lblrecommended-schedulesite {
        position: absolute;
        left: 19px;
        z-index: 1;
        background-color: #439D25;
        padding: 5px;
        color: #fff;
        width: 125px;
        top: -15px;
        border-radius: 2px;
    }

    .youreset-blueborder {
        border: 2px solid #172FE6;
        border-radius: 6px;
        min-height: 120px;
        background-color: #EAF1F9;
    }

    .youreset-grayborder {
        border: 2px solid #d3d3d3;
        border-radius: 6px;
        min-height: 120px;
        background-color: #fff;
    }

    #MarketingSurveyModal .modal-dialog {
        max-width: 100%;
    }
    #SiteSurveyModal .modal-dialog {
        max-width: 100%;
    }

    #WeareSorryModal .modal-dialog {
        max-width: 100%;
    }

    #HardAcceptModal .modal-dialog {
        max-width: 100%;
    }

    #SchedulingModal .modal-dialog {
        max-width: 100%;
    }

    #HardAcceptFailedModal .modal-dialog {
        max-width: 100%;
    }

    #EditSchedulesiteModal .modal-dialog {
        max-width: 100%;
    }

    #SaveprogressModal .modal-dialog {
        max-width: 100%;
    }
    #flexPaymodal .modal-dialog {
        max-width: 100%;
    }
    #MoveInSaveprogressModal .modal-dialog {
        max-width: 100%;
    }

    #YourSelectionModal .modal-dialog {
        max-width: 100%;
    }

    #AreyousureModal .modal-dialog {
        max-width: 100%;
    }

    #ReservedyourappointmentModal .modal-dialog {
        max-width: 100%;
    }

    .k-calendar {
        width: 100% !important;
        border: none;
    }

    .bgcolor-sitescheduleradio {
        background-color: #CFE0F3;
        border-radius: 3px;
    }

    .btcheckstatus {
        position: relative;
        background-color: #A3ACF5;
        border-radius: 7px;
        border: 0px none;
        color: #fff;
        font-size: 15px;
        text-align: left;
        padding: 13px 25px;
        width: 100%;
        font-family: Helveticaneue_medium;
    }

    .btcheckstatus-enable {
        position: relative;
        background-color: #172FE6;
        border-radius: 7px;
        border: 0px none;
        color: #fff;
        font-size: 17px;
        text-align: left;
        padding: 13px 25px;
        width: 100%;
        font-family: Helveticaneue_medium;
        cursor: pointer;
    }

    .automaticdeliveryheight-paymentplan {
        height: 435px;
    }
    .apologies-paymentplan {
        height: 250px;
    }
    .loginpageheading {
        font-size: 36px;
        font-family: Helveticaneue_light;
        margin-top: 45px;
        color: #fff;
        line-height: 42px;
    }

    .lblerrorheading {
        font-size: 36px;
        font-family: Helveticaneue_light;
        margin-top: 45px;
        color: #fff;
        line-height: 42px;
    }

    .btngetquote {
        background: linear-gradient(to right, #f20000, #060adb);
        color: #030066;
        font-size: 13px;
        padding: 1px;
        font-family: Helveticaneue_medium;
        width: 180px;
        position: relative;
        background-color: #fff;
        border-radius: 7px;
        display: inline-block;
        border-color: transparent !important;
        border: 1px solid;
    }

        .btngetquote span {
            background: #fff;
            display: block;
            padding: 7px;
            text-align: left;
            border-radius: 2px;
        }

    .btnarrow-getquote {
        position: absolute;
        right: 4px;
        top: 4px;
        width: 27px;
    }

    .youareset-wrapperdiv {
        width: 100%;
        height: auto;
    }

    .lblday-youareset {
        font-size: 14px;
        line-height: 22px;
    }

    .paymentplan-height-CP {
        min-height: 430px;
    }

    .desc-modal {
        color: #333E47;
        font-size: 22px;
        line-height: 28px;
    }

    /* The container */
    .checkbox-container {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 16px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #2d373e;
    }
    .checkbox-container1 {
        display: block;
        position: relative;
        padding-left: 30px;
        margin-bottom: 0px;
        cursor: pointer;
        font-size: 16px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #2d373e;
        line-height: 20px;
    }
        /* Hide the browser's default checkbox */
        .checkbox-container input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }
.checkbox-container1 input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }
    /* Create a custom checkbox */
    .checkbox-checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #fff;
        border: 2px solid #2d373d;
        border-radius: 3px;
    }
.checkbox-checkmark1 {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #fff;
        border: 2px solid #2d373d;
        border-radius: 3px;
    }
    .checkbox-checkmarkGrey {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: lightgray;
        border: 2px solid lightgray;
        border-radius: 3px;
    }
    .checkBoxStyling {
        height: 25px;
        width: 25px;
        background-color: #fff;
        border: 2px solid #B6BABC;
        border-radius: 6px;
    }

    .dropdownStyling select {
        border: 2px solid #D4D4E1;
        border-radius: 4px;
        padding: 8px;
        width: 170px;
        margin-top: 2px;
        color: #2D373E;
        font-size: 14px;
        line-height: 18px;
        font-family: Helveticaneue_light;
    }
    /* On mouse-over, add a grey background color */
    .checkbox-container:hover input ~ .checkbox-checkmark {
        background-color: #fff;
        border: 2px solid #2d373d;
    }
.checkbox-container1:hover input ~ .checkbox-checkmark1 {
        background-color: #fff;
        border: 2px solid #2d373d;
    }
    /* When the checkbox is checked, add a blue background */
    .checkbox-container input:checked ~ .checkbox-checkmarkGrey {
        background-color: #439D25;
        border-radius: 3px;
        border: 2px solid #439D25;
    }
    .checkbox-container input:checked ~ .checkbox-checkmark {
        background-color: #439D25;
        border-radius: 3px;
        border: 2px solid #439D25;
    }
.checkbox-container1 input:checked ~ .checkbox-checkmark1 {
        background-color: #439D25;
        border-radius: 3px;
        border: 2px solid #439D25;
    }
    /* Create the checkmark/indicator (hidden when not checked) */
    .checkbox-checkmarkGrey:after {
        content: "";
        position: absolute;
        display: none;
    }
    .checkbox-checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
 .checkbox-checkmark1:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the checkmark when checked */
    .checkbox-container input:checked ~ .checkbox-checkmarkGrey:after {
        display: block;
    }
    .checkbox-container input:checked ~ .checkbox-checkmark:after {
        display: block;
    }
 .checkbox-container1 input:checked ~ .checkbox-checkmark1:after {
        display: block;
    }
    /* Style the checkmark/indicator */
    .checkbox-container .checkbox-checkmarkGrey:after {
        left: 8px;
        top: 4px;
        width: 7px;
        height: 13px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .checkbox-container .checkbox-checkmark:after {
        left: 8px;
        top: 4px;
        width: 7px;
        height: 13px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
.checkbox-container1 .checkbox-checkmark1:after {
        left: 8px;
        top: 4px;
        width: 7px;
        height: 13px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .lbladdress-createaccount {
        color: #2D373E;
        font-size: 16px;
        line-height: 24px;
    }

    .lnkNo {
        color: #172FE6;
        font-family: Helveticaneue_light;
        font-size: 16px;
        text-decoration: underline;
    }

    .lblquestions {
        color: #2d373e;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 28px;
    }

    .estimatedbillcss {
        color: #6E6E6E;
        font-size: 13px;
        letter-spacing: 0.4px;
        line-height: 18px;
        font-family: Helveticaneue_light;
    }

    .Quotecss {
        color: #FFFFFF;
        font-family: Helveticaneue_regular;
        font-size: 16px;
        line-height: 26px;
        border-radius: 4px 4px 0 0;
        background-color: #030066;
        margin-top: -1px;
        align-self: start;
    }

    .pinkWrapperdiv {
        background-color: #FFF1CC;
        border: 1px solid #FFBB00;
        border-radius: 4px;
        font-size: 16px;
        color: #000;
        font-family: Helveticaneue_regular;
        font-weight: 700;
        padding: 5px;
        text-align: center;
        line-height: 24px;
    }

    .Quotename {
        color: #FFFFFF;
        font-family: Helveticaneue_light;
        font-size: 14px;
        line-height: 24px;
    }

    .pricinggal {
        color: #2d373e;
        font-size: 16px;
    }

    .SubHead {
        font-size: 26px;
        color: #030066;
        font-family: Helveticaneue_light;
    }

    .borderBMob {
        border-bottom: 1px solid #d3d3d3;
        padding-bottom: 20px !important;
        margin-bottom: 20px;
    }

    .numposcss {
        width: 30px;
        height: 30px;
        border: 2px solid #030066;
        border-radius: 15px;
        position: absolute;
        top: 16px;
        left: 25px;
        background-color: #fff;
        z-index: 1;
        color: #030066;
        font-family: HelveticaNeue_Medium;
    }

    .selectednumposcss {
        width: 30px;
        height: 30px;
        border: 2px solid #172FE6;
        border-radius: 15px;
        position: absolute;
        top: 16px;
        left: 25px;
        background-color: #fff;
        z-index: 1;
        color: #030066;
        font-family: HelveticaNeue_Medium;
    }

    .tickposcss {
        position: absolute;
        top: 16px;
        left: 25px;
        z-index: 1;
    }

    .countnumcss {
        top: 3px;
        position: absolute;
        left: 8px;
    }

    .callorchat {
        font-size: 16px;
        color: #2D373E;
        line-height: 24px;
    }

    .pendingstep {
        font-size: 14px;
        color: #666;
        font-family: HelveticaNeue_Medium;
        text-align: left;
    }

    .declinecss {
        border: none;
        background-color: #fff;
        color: blue;
        text-decoration: underline;
    }

    .lockpos {
        width: 20px;
        position: absolute;
        right: 10px;
        top: 6px;
    }

    .softBgYellow {
        color: #2D373E;
        background-color: #fff;
        border: 3px solid #FFBB00;
        border-radius: 5px;
        font-size: 16px;
        line-height: 24px;
    }

    .navbar-light .navbar-toggler {
        border-color: transparent !important;
    }

    .btnRecommended {
        position: absolute;
        right: 60px;
        z-index: 1;
        background-color: #256510;
        padding: 5px;
        color: #fff;
        width: 125px;
        top: -15px;
        border-radius: 2px;
    }
    .btnFixedRecommended {
        position: absolute;
        right: 120px;
        z-index: 1;
        background-color: #439D25;
        padding: 5px;
        color: #fff;
        width: 125px;
        top: 378px;
        border-radius: 2px;
    }
    .btnFixedRecommendedPopup {
        position: absolute;
        right: 120px;
        z-index: 1;
        background-color: #439D25;
        padding: 5px;
        color: #fff;
        width: 125px;
        top: 378px;
        border-radius: 2px;
    }
    .btnbackcss {
        border: none;
        background-color: #fff;
        color: #172fe6;
        cursor: pointer;
        font-size: 14px;
    }

    .paymentheadT {
        font-size: 24px;
        color: #040066;
        font-family: HelveticaNeue_Bold;
        line-height: 30px;
        margin-top: 25px;
    }
    .paymentOptheadT {
        font-size: 20px;
        color: #040066;
        font-family: HelveticaNeue_Bold;
        line-height: 26px;
        margin-top: 25px;
    }
    .apologiesheadT {
        font-size: 24px;
        color: #040066;
        font-family: Helveticaneue_regular;
        line-height: 30px;
        margin-top: 25px;
    }
    .paymentplanhead {
        font-size: 24px;
        color: #040066;
        line-height: 30px;
        font-family: Helveticaneue_light;
    }

    .pwscharaacter {
        color: #434343;
        font-size: 14px;
    }

    .lblaccountcss {
        color: #4a4a4a;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .done-greentick {
        background: url('../Images/green-tick-wizard.png') no-repeat;
        width: 9px;
        height: 7px;
        display: block;
        top: 3px;
        left: 1px;
        position: absolute;
    }
    .done-greentick1 {
        background: url('../Images/green-tick-wizard.png') no-repeat;
        width: 9px;
        height: 7px;
        display: block;
        top: 3px;
        left: 1px;
        position: absolute;
    }
    .fontweb {
        text-decoration: underline;
        font-size: 13px;
        letter-spacing: 0.25px;
        color: #172fe6;
    }

    .lblpromocode-custqualify {
        color: #666666;
        font-size: 14px;
        font-family: Helveticaneue_light;
        line-height: 18px;
        letter-spacing: 0.2px;
    }
    .propanetxt {
        color: #666666;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        font-family: Helveticaneue_light;
        letter-spacing: 0.8px;
        margin-left: 17px;
    }
        .propanetxt ul li{
            margin-bottom:8px;
        }
        .propaneMargin {
            margin-top: 0px;
        }
    .firstfilltxt {
        color: #666666;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
        font-family: Helveticaneue_light;
        letter-spacing: 0.8px;
    }

    .firstFillBoldTxt {
        color: #2D373E;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        font-family: Helveticaneue_regular;
        letter-spacing: 0.8px;
    }

    .headingoffering {
        color: #030066;
        font-size: 18px;
    }

    .pageheading {
        font-size: 22pt;
        padding-top: 30px !important;
        color: #fff;
        font-family: Helveticaneue_light;
    }

    .errorpageheading {
        font-size: 22pt;
        margin-top: 30px;
        color: #fff;
        font-family: Helveticaneue_light;
    }

    .login-bannerimg {
        background: url('../Images/layoutheaderbg-new.png') no-repeat;
        width: 100%;
        height: 140px;
        background-size: cover;
    }

    .layout-bannerimg {
        background: url('../Images/layoutheaderbg-new.png') no-repeat;
        width: 100%;
        height: 100px;
        background-size: cover;
    }

    .banner-shadow {
        -webkit-box-shadow: 2px 2px 5px 0px rgba(194,194,194,1);
        -moz-box-shadow: 2px 2px 5px 0px rgba(194,194,194,1);
        box-shadow: 2px 2px 5px 0px rgba(194,194,194,1);
    }

    .btnarrow-finishquote {
        position: absolute;
        right: 4px;
        top: 3px;
    }

    .btnfinishquote {
        background: linear-gradient(to right, #EB0006 0%, #0D0AD5 100%);
        color: #030066;
        font-size: 16px;
        padding: 1px;
        font-family: Helveticaneue_medium;
        width: 100%;
        position: relative;
        background-color: #fff;
        border-radius: 7px;
        display: inline-block;
        border-color: transparent !important;
        border: 1px solid;
    }

        .btnfinishquote span {
            background: #fff;
            display: block;
            padding: 15px;
            text-align: left;
            border-radius: 3px;
        }

    .appliancesheading {
        color: #4a4a4a;
        font-size: 16px;
        font-family: Helveticaneue_light;
        line-height: 24px;
    }

    .btnlogout {
        border: 2px solid #030066;
        color: #030066;
        border-radius: 3px;
        padding: 3px 10px;
        background-color: transparent;
        font-family: Helveticaneue_medium;
        font-size: 13px;
        cursor: pointer;
    }

    .yourquote-height {
        min-height: 280px; /*389px*/
    }

    .modal-topmargin {
        margin-top: 0px;
    }

    .close {
        opacity: 1;
        background: url('../Images/closebtn.png') no-repeat;
        margin-top: 10px !important;
        margin-right: 10px !important;
        cursor: pointer !important;
    }

    .lblcpheading {
        color: #4A4A4A;
        font-family: Helveticaneue_light;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 24px;
    }

    .lblServiceDisplayNote {
        color: #333D43;
        font-family: HelveticaNeue_Medium;
        font-size: 28px;
        line-height: 32px;
        font-weight: normal;
    }

    .lblcpvalue {
        color: #2D373E;
        font-family: HelveticaNeue_Medium;
        font-size: 25px;
        line-height: 32px;
        font-weight: 500;
    }

    .para-thankyou {
        font-size: 14px;
        color: #252525;
    }

    .container-ThankYou {
        width: 100%;
        margin: 0px auto;
    }

    .btnleft {
        margin-left: 25px;
    }

    .commonfont {
        font-size: 12px;
        color: #5A5858;
    }

    .lblofferprice {
        color: #040075;
        font-family: HelveticaNeue_Medium;
        font-size: 32px;
        line-height: 32px;
    }

    .lblSmallOfferprice {
        color: #2D373E;
        font-family: HelveticaNeue_Medium;
        font-size: 18px;
        line-height: 28px;
        text-decoration-line: line-through;
        text-decoration-color: #2D373E;
    }

    .ncSoftcreditSubhead {
        width: 100%;
    }

    .softBgYellowPara {
        color: #353535;
        font-size: 16px;
    }

    .lblnxtfillestimate {
        font-size: 22px;
        color: #040066;
        line-height: 28px;
        font-family: Helveticaneue_light;
    }

    .lblfirstfill {
        font-size: 25px;
        color: #030066;
    }

    .lblfirstfill-payperdelivery {
        font-size: 30px;
        color: #030066;
        font-family: Helveticaneue_light;
        line-height: 36px;
    }

    .txtdescription_plan {
        color: #2D373E;
        font-size: 16px;
        line-height: 24px;
    }

    /*cutomized checkbox styles starts*/
    .container-checkbox {
        display: inline-block;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 20px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-right: 20px;
    }

        .container-checkbox input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    .paymentcheckmark {
        position: absolute;
        top: 0;
        /*left: 0;*/
        height: 28px;
        width: 28px;
        border-radius: 3px;
        background-color: #fff;
        border: 2px solid #C6C7C8;
    }

    .container-checkbox:hover input ~ .paymentcheckmark {
        background-color: #fff;
        border-radius: 3px;
    }

    .container-checkbox input:checked ~ .paymentcheckmark {
        background-color: #0055A4;
        border: 2px solid #0055A4;
        margin-top: 5px;
        height: 28px;
        width: 28px;
        border-radius: 3px;
    }

    .paymentcheckmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .container-checkbox input:checked ~ .paymentcheckmark:after {
        display: block;
    }

    .container-checkbox .paymentcheckmark:after {
        left: 8px;
        top: 5px;
        width: 8px;
        height: 14px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    /*cutomized checkbox styles ends*/

    /*cutomized popup checkbox styles start*/
    .almost-there-sw ul.anchor1 li.stepli a {
        display: block;
        position: relative;
        float: left;
        margin: 0;
        padding: 0px;
        height: auto; /*40px;*/
        text-decoration: none;
        outline-style: none;
        z-index: 99;
        border-bottom: none;
    }

        .almost-there-sw ul.anchor1 li.stepli a.selected {
            margin-right: 0px;
        }

        .almost-there-sw ul.anchor1 li.stepli a.disabled {
            position: relative;
            color: #BFC3C4;
            background-color: transparent;
            z-index: 99;
            right: 10px;
            top: -24px;
        }

        .almost-there-sw ul.anchor1 li.stepli a.selected .stepNumber {
            border: 5px solid #BDC3F0;
            background-color: #172FE6;
            width: 28px;
            height: 28px;
            text-align: center;
            color: #fff;
            border-radius: 20px;
            padding: 1px 6px;
            margin-top: 5px;
            left: 0px;
        }

            .almost-there-sw ul.anchor1 li.stepli a.selected .stepNumber .numPosition {
                padding: 2px;
                display: inline-block;
                color: #fff;
                position: absolute;
                left: 4px;
                font-size: 10px;
                top: 0px;
            }

    .stepNumber {
        width: 18px;
        height: 18px;
        text-align: center;
        color: #B3B7BA;
        border-radius: 20px;
        font-size: 12px;
        padding: 1px 6px;
        border: 1px solid #B3B7BA;
        margin-top: 5px;
        margin-right: 0px;
        left: 0px;
        display: inline-block;
        position: absolute;
    }

    .tabText1 {
        display: inline-block;
        margin-left: 34px;
        cursor: pointer;
        margin-top: 7px;
        color: #172fe6;
        font-size: 15px;
    }

    .stepAmostText {
        /*display: inline-block;*/
        margin-left: 30px;
        cursor: pointer;
        margin-top: -25px;
        /*display: none;*/
        font-family: Helveticaneue_light;
        color: #2d373e;
    }

    .tabLastNumber {
        width: 18px;
        height: 18px;
        text-align: center;
        color: #666666;
        border-radius: 20px;
        font-size: 12px;
        padding: 1px 6px;
        border: 1px solid #666666;
        margin-top: 5px;
        margin-right: 0px;
        left: 0px;
        display: inline-block;
        position: absolute;
    }

    .step-box {
        background: #EAF1F9;
        border-radius: 6px;
        padding: 20px;
        min-height: 396px;
    }

        .step-box .steps-header {
            font-size: 23px;
            line-height: 30px;
            color: #040075;
            font-family: Helveticaneue_regular;
            font-weight: 400;
        }

        .step-box .steps-para {
            font-size: 16px;
            line-height: 24px;
            color: #2D373E;
            font-family: Helveticaneue_regular;
            font-weight: 400;
            margin-top: 10px;
        }

            .step-box .steps-para ul li {
                font-size: 16px;
                line-height: 24px;
                color: #2D373E;
                font-family: Helveticaneue_regular;
                font-weight: 400;
                margin-top: 5px;
            }

        .step-box ul {
            padding-left: 10px;
        }

    .stepLastText {
        /*display: inline-block;*/
        margin-left: 30px;
        cursor: pointer;
        margin-top: -25px;
        display: none;
        font-family: Helveticaneue_regular;
        color: #666666;
    }

    .stepli .disabled .stepAmostText, .stepli .done .stepAmostText {
        font-size: 15px;
    }

    .stepli .disabled .stepAlmostLastText, .stepli .done .stepAlmostLastText {
        font-size: 15px;
    }

    .almost-there-sw ul.anchor1 li.stepli a.done .stepNumber {
        border-color: #439D25;
        background-color: #439D25;
        margin-top: -20px;
    }

    #wizard.almost-there-sw ul.anchor1 li {
        display: flex;
        list-style-type: none;
        margin-right: 20px;
        margin-bottom:0px;
    }

    /*cutomized popup checkbox styles ends*/


    .sw-main ul.anchor li.Wizardli a {
        display: block;
        position: relative;
        float: left;
        margin: 0;
        padding: 0px;
        height: auto; /*40px;*/
        text-decoration: none;
        outline-style: none;
        z-index: 99;
        border-bottom: none;
    }

        .sw-main ul.anchor li.Wizardli a.selected {
            margin-right: 0px;
        }

        .sw-main ul.anchor li.Wizardli a.disabled {
            position: relative;
            color: #BFC3C4;
            background-color: transparent;
            z-index: 99;
            right: 10px;
            top: -24px;
        }

        .sw-main ul.anchor li.Wizardli a.selected .tabNumber {
            border: 5px solid #BDC3F0;
            background-color: #172FE6;
            width: 28px;
            height: 28px;
            text-align: center;
            color: #fff;
            border-radius: 20px;
            padding: 1px 6px;
            margin-top: 5px;
            left: 0px;
        }

            .sw-main ul.anchor li.Wizardli a.selected .tabNumber .numPosition {
                padding: 2px;
                display: inline-block;
                color: #fff;
                position: absolute;
                left: 4px;
                font-size: 10px;
                top: 0px;
            }

    .tabNumber {
        width: 18px;
        height: 18px;
        text-align: center;
        color: #B3B7BA;
        border-radius: 20px;
        font-size: 12px;
        padding: 1px 6px;
        border: 1px solid #B3B7BA;
        margin-top: 5px;
        margin-right: 0px;
        left: 0px;
        display: inline-block;
        position: absolute;
    }

    .tabText1 {
        display: inline-block;
        margin-left: 34px;
        cursor: pointer;
        margin-top: 7px;
        color: #172fe6;
        font-size: 15px;
    }

    .tabText {
        /*display: inline-block;*/
        margin-left: 30px;
        cursor: pointer;
        margin-top: -25px;
        display: none;
        font-family: Helveticaneue_regular;
    }

    .tabLastNumber {
        width: 18px;
        height: 18px;
        text-align: center;
        color: #666666;
        border-radius: 20px;
        font-size: 12px;
        padding: 1px 6px;
        border: 1px solid #666666;
        margin-top: 5px;
        margin-right: 0px;
        left: 0px;
        display: inline-block;
        position: absolute;
    }

    .step-box {
        background: #EAF1F9;
        border-radius: 6px;
        padding: 20px;
        min-height: 396px;
    }
        .step-box .steps-header {
            font-size: 23px;
            line-height: 30px;
            color: #040075;
            font-family: Helveticaneue_regular;
            font-weight: 400;
        }

        .step-box .steps-para {
            font-size: 16px;
            line-height: 24px;
            color: #2D373E;
            font-family: Helveticaneue_regular;
            font-weight: 400;
            margin-top:10px;
        }

            .step-box .steps-para ul li {
                font-size: 16px;
                line-height: 24px;
                color: #2D373E;
                font-family: Helveticaneue_regular;
                font-weight: 400;
                margin-top: 5px;
            }

        .step-box ul {
            padding-left: 10px;
        }

    .tabLastText {
        /*display: inline-block;*/
        margin-left: 30px;
        cursor: pointer;
        margin-top: -25px;
        display: none;
        font-family: Helveticaneue_regular;
        color: #666666;
    }

    .Wizardli .disabled .tabText, .Wizardli .done .tabText {
        font-size: 15px;
    }

    .Wizardli .disabled .tabLastText, .Wizardli .done .tabLastText {
        font-size: 15px;
    }

    .sw-main ul.anchor li.Wizardli a.done .tabNumber {
        border-color: #439D25;
        background-color: #439D25;
        margin-top: -20px;
    }

    #wizard.sw-main ul.anchor li {
        display: inline-block;
        list-style-type: none;
        margin-right: 20px;
    }

    .numPosition {
        padding: 2px;
        display: inline-block;
        color: #B3B7BA;
        position: absolute;
        left: 1px;
        top: -3px;
        font-size: 10px;
    }

    .numPosition1 {
        padding: 2px;
        display: inline-block;
        color: #454545;
        position: absolute;
        left: 4px;
        top: -1px;
        font-size: 10px;
        font-family: HelveticaNeue_Medium;
    }

    .ncHeading {
        color: #040066;
        font-family: Helveticaneue_light;
        font-size: 32px;
        line-height: 38px;
    }

    .ncsubHeading {
        color: #2D373E;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        font-family: Helveticaneue_regular;
    }

    .lblHeading {
        font-weight: normal;
        font-size: 22px;
        color: #333E47;
        line-height: 28px;
    }

    .lbl-left-Heading {
        font-size: 27px;
        color: #2D373E;
        line-height: 48px;
        font-family: Helveticaneue_medium;
    }

    .lblsubheading {
        font-weight: normal;
        font-size: 22px;
        color: #030066;
        font-family: Helveticaneue_light;
        line-height: 28px;
    }

    .WhatsNextTitle {
        font-size: 24px;
        color: #2D373E;
        font-family: Helveticaneue_medium;
    }

    .continfoTitle {
        font-size: 14px;
        color: #2D373E;
        letter-spacing: 0.5px;
        font-family: Helveticaneue_light;
    }

    .btn-accept {
        border-radius: 30px !important;
        padding: 8px 63px !important;
        font-size: 1rem !important;
        background-color: #BB0202;
        color: #fff;
        letter-spacing: 1px;
        border: 7px solid #CC0000;
    }

    .btn-next {
        border-radius: 30px !important;
        padding: 8px 50px !important;
        font-size: 1rem !important;
        background-color: #BB0202;
        color: #fff;
        letter-spacing: 1px;
        border: 7px solid #CC0000;
    }

    .btn-logout {
        border-radius: 30px !important;
        padding: 8px 60px !important;
        font-size: 1rem !important;
        border: 7px solid #D8E5F1;
        color: #172F53;
        background-color: #fff;
        font-weight: 600;
        letter-spacing: 1px;
    }

        .btn-logout:hover {
            padding: 8px 50px !important;
            border: 7px solid #D8E5F1;
            color: #172F53;
            background-color: #fff;
        }

    .btn-prev {
        border-radius: 30px !important;
        padding: 8px 70px !important;
        font-size: 1rem !important;
        border: 7px solid #D8E5F1;
        color: #172F53;
        background-color: #fff;
        font-weight: 600;
        letter-spacing: 1px;
    }

        .btn-prev:hover {
            padding: 8px 70px !important;
            border: 7px solid #D8E5F1;
            color: #172F53;
            background-color: #fff;
        }

    .btnsavelater {
        background-color: #fff;
        color: #040075;
        font-family: HelveticaNeue_Medium;
        font-size: 11px;
        border: 2px solid #050875;
        border-radius: 5px;
        padding: 10px 15px;
        cursor: pointer;
        outline: none;
        line-height: 16px;
        letter-spacing: 1.5px;
    }

    .btnsavequote {
        background-color: #fff;
        color: #040075;
        font-family: HelveticaNeue_Medium;
        font-size: 16px;
        border: 2px solid #050875;
        border-radius: 7px;
        padding: 13px 15px;
        cursor: pointer;
        outline: none;
        line-height: 16px;
        letter-spacing: 1.5px;
        width: 100%;
    }
    .sticky-saveBtn {
        background-color: #040075;
        color: #fff;
        font-family: HelveticaNeue_Medium;
        font-size: 14px;
        border: 2px solid #fff;
        border-radius: 7px;
        padding: 10px 12px;
        cursor: pointer;
        outline: none;
        line-height: 16px;
        letter-spacing: 1.5px;
        width: 100%;
    }
    .btn-savelater {
        border-radius: 30px !important;
        padding: 8px 33px !important;
        font-size: 1rem !important;
        border: 7px solid #D8E5F1;
        color: #172F53;
        background-color: #F1F9FF;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .checkbox-phonenum {
        display: inline-block;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 15px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .checkbox-phonenum input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 24px;
        width: 24px;
        border-radius: 3px;
        background-color: #fff;
        margin: 0px 195px;
        border: 2px solid #C6C7C8;
    }

    .checkbox-phonenum:hover input ~ .checkmark {
        background-color: #fff;
        border-radius: 3px;
    }

    .checkbox-phonenum input:checked ~ .checkmark {
        border: 2px solid #439D25;
        background-color: #439D25;
        margin: 0px 195px;
        height: 24px;
        width: 24px;
        border-radius: 3px;
    }

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .checkbox-phonenum input:checked ~ .checkmark:after {
        display: block;
    }

    .checkbox-phonenum .checkmark:after {
        left: 6px;
        top: 1px;
        width: 8px;
        height: 14px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .lblstyles {
        color: #2E4464;
        font-size: 16px;
    }

    .boxBorder {
        border: 2px solid #D4D4E1;
        border-radius: 4px;
        width: 100%;
        /*min-height: 418px;
        height: 100%;*/
    }

    .boxBorder_Confirmation {
        width: 100%;
        border: 1px solid #d3d3d3;
        border-radius: 12px;
        /*min-height: 466px;*/
    }

    .boxBorder_CustQualify {
        border: 1px solid #D4D4E1;
        border-radius: 4px;
        min-height: 402px;
        width: 100%;
    }

    .boxBorder_CustNewQualify {
        border: 1px solid #D4D4E1;
        border-radius: 4px;
        min-height: 180px;
        width: 100%;
    }
    .boxBorder_Discount{
 border: 1px solid #D4D4E1;
        border-radius: 4px;
        min-height: 180px;
        width: 100%;
    }
    .boxBorder_Fixed {
        border: 1px solid #D4D4E1;
        border-radius: 4px;
        min-height: 180px;
        width: 100%;
    }
    .boxBorder_DiscountPopup {
        border: 1px solid #D4D4E1;
        border-radius: 4px;
        min-height: 180px;
    }
    .boxBorder_FixedPopup {
        border: 1px solid #D4D4E1;
        border-radius: 4px;
        min-height: 180px;
        margin-top:20px;
    }
    .boxBorder_Service {
        border: 0px solid #D4D4E1;
        border-radius: 4px;
        min-height: 180px;
        width: 100%;
    }
    .mainBoxBorder {
        border: 1px solid #D4D4E1;
        border-radius: 6px;
        /*min-height: 402px;*/
        width: 100%;
        position: relative;
    }

    .table1 {
        border: 1px solid #D4D4E1;
        border-radius: 4px;
    }

    .table-header {
        background: #F0F0F5;
        border-radius: 4px 4px 0px 0px;
        color: #2D373E;
        font-family: Helveticaneue_bold;
        font-size: 16px;
        line-height: 24px;
        padding: 10px 20px;
    }

    .table-body {
        width: 100%;
        padding: 0px 20px;
    }

    .row-one {
        display: flex;
        padding: 10px 0px;
        font-size: 16px;
        line-height: 24px;
        font-family: Helveticaneue_light;
        color: #666666;
        border-bottom: 1px solid #B6BABC;
    }
    .row-one:last-child{
        border-bottom:0px solid #B6BABC;
    }
    .popSubheading {
        color: #737373;
        font-size: 12.5px;
        text-align: center;
    }

    .ncsubconfirmHeading {
        font-weight: normal;
        font-size: 18px;
        color: #666;
    }

    .tab-ul {
        padding-left: 0px;
    }

    .btnselectappointment {
        position: relative;
        background-color: #172FE6;
        border-radius: 7px;
        border: 0px none;
        color: #fff;
        font-size: 17px;
        text-align: left;
        padding: 10px 25px;
        width: 100%;
        cursor: pointer;
    }

    .btngetaquote-arrow {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .btngetaquote {
        position: relative;
        background-color: #A3ACF5;
        border-radius: 7px;
        border: 0px none;
        color: #fff;
        font-size: 15px;
        text-align: left;
        padding: 13px 25px;
        width: 100%;
    }

    .btngetaquote-enable {
        position: relative;
        background-color: #172FE6;
        border-radius: 7px;
        border: 0px none;
        color: #fff;
        font-size: 17px;
        text-align: left;
        padding: 15px 25px;
        width: 100%;
        cursor: pointer;
    }

    .btnnext {
        position: relative;
        background-color: #A3ACF5;
        border-radius: 7px;
        border: 0px none;
        color: #fff;
        font-size: 15px;
        text-align: left;
        padding: 13px 25px;
        width: 100%;
    }

    .btnnext-createaccount {
        position: relative;
        background-color: #172FE6;
        border-radius: 7px;
        border: 0px none;
        color: #fff;
        font-size: 17px;
        text-align: left;
        padding: 15px 25px;
        width: 100%;
        cursor: pointer;
    }
    .btnnext-close {
        position: relative;
        background-color: #172FE6;
        border-radius: 7px;
        border: 0px none;
        color: #fff;
        font-size: 17px;
        text-align: left;
        padding: 15px 25px;
        width: 100%;
        cursor: pointer;
    }
    .btnback {
        position: relative;
        background-color: #172FE6;
        border-radius: 7px;
        border: 0px none;
        color: #fff;
        font-size: 17px;
        text-align: left;
        padding: 15px 25px;
        width: 100%;
        cursor: pointer;
    }

    .btnsignonline {
        position: relative;
        background-color: #172FE6;
        border-radius: 7px;
        border: 0px none;
        color: #fff;
        font-size: 17px;
        text-align: left;
        padding: 15px 25px;
        width: 100%;
        cursor: pointer;
    }

    .btnsignagreement {
        position: relative;
        background-color: #172FE6;
        border-radius: 7px;
        border: 0px none;
        color: #fff;
        font-size: 15px;
        text-align: left;
        padding: 15px;
        width: 100%;
        cursor: pointer;
    }

    .btnnext-enable {
        position: relative;
        background-color: #172FE6;
        border-radius: 7px;
        border: 0px none;
        color: #fff;
        font-size: 16px;
        text-align: left;
        padding: 13px 20px;
        width: 100%;
        cursor: pointer;
    }

    .btncontinueDel {
        position: relative;
        background-color: #172FE6;
        border-radius: 7px;
        border: 0px none;
        color: #fff;
        font-size: 16px;
        text-align: left;
        padding: 13px 20px;
        width: 100%;
        cursor: pointer;
    }
    .sticky-continueBtn {
        position: relative;
        background-color: #fff;
        font-family: HelveticaNeue_Medium;
        border-radius: 7px;
        border: 0px none;
        color: #211DF0;
        font-size: 15px;
        text-align: left;
        padding: 10px 12px;
        cursor: pointer;
        letter-spacing: 0.25px;
        line-height: 16px;
        vertical-align: top;
        margin-left: 10px;
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }
    
    .btnsignup {
        position: relative;
        background-color: #172FE6;
        font-family: HelveticaNeue_Medium;
        border-radius: 7px;
        border: 0px none;
        color: #fff;
        font-size: 16px;
        text-align: left;
        padding: 6px 17px;
        cursor: pointer;
        letter-spacing: 0.25px;
        line-height: 16px;
        vertical-align: top;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        margin-top: 13px;
    }

    .btnchatwithus {
        position: relative;
        background-color: #172FE6;
        border-radius: 7px;
        border: 0px none;
        color: #fff;
        font-size: 15px;
        text-align: left;
        padding: 16px 25px;
        width: 100%;
        cursor: pointer;
    }

    /*gradient btn css*/

    .btncreateaccount {
        background: linear-gradient(to right, #3431DF 0%, #350695 100%);
        color: #0F25DF;
        font-size: 16px;
        padding: 1px;
        font-family: Helveticaneue_medium;
        width: 100%;
        position: relative;
        background-color: #fff;
        border-radius: 7px;
        display: inline-block;
        border-color: transparent !important;
        border: 1px solid;
        cursor: pointer;
    }

        .btncreateaccount span {
            background: #fff;
            display: block;
            padding: 11px;
            text-align: left;
            border-radius: 6px;
            cursor: pointer;
        }

    .btnupdate-modal {
        background: linear-gradient(to right, #3431DF 0%, #350695 100%);
        color: #0F25DF;
        font-size: 16px;
        padding: 1px;
        font-family: Helveticaneue_medium;
        width: 100%;
        position: relative;
        background-color: #fff;
        border-radius: 7px;
        display: inline-block;
        border-color: transparent !important;
        border: 1px solid;
        cursor: pointer;
    }

        .btnupdate-modal span {
            background: #fff;
            display: block;
            padding: 11px;
            text-align: left;
            border-radius: 6px;
            cursor: pointer;
        }

    .btnyes-modal {
        background: linear-gradient(to right, #3431DF 0%, #350695 100%);
        color: #0F25DF;
        font-size: 20px;
        padding: 1px;
        font-family: Helveticaneue_medium;
        width: 100%;
        position: relative;
        background-color: #fff;
        border-radius: 7px;
        display: inline-block;
        border-color: transparent !important;
        border: 1px solid;
        cursor: pointer;
    }

        .btnyes-modal span {
            background: #fff;
            display: block;
            padding: 11px;
            text-align: left;
            border-radius: 6px;
            cursor: pointer;
        }

    .btnscheduleappointment {
        background: linear-gradient(to right, #3431DF 0%, #350695 100%);
        color: #0F25DF;
        font-size: 17px;
        padding: 1px;
        font-family: Helveticaneue_medium;
        width: 100%;
        position: relative;
        background-color: #fff;
        border-radius: 7px;
        display: inline-block;
        border-color: transparent !important;
        border: 1px solid;
        cursor: pointer;
    }

        .btnscheduleappointment span {
            background: #fff;
            display: block;
            padding: 13px 15px;
            text-align: left;
            border-radius: 6px;
            cursor: pointer;
        }

    .btnLearnMore {
        background: linear-gradient(to right, #CC052A 0%, #350695 100%);
        color: #0F25DF;
        font-size: 16px;
        padding: 1px;
        font-family: Helveticaneue_medium;
        width: 100%;
        position: relative;
        background-color: #fff;
        border-radius: 7px;
        display: inline-block;
        border-color: transparent !important;
        border: 1px solid;
        cursor: pointer;
    }

        .btnLearnMore span {
            background: #fff;
            display: block;
            padding: 11px;
            text-align: left;
            border-radius: 6px;
            cursor: pointer;
        }

    .btn-arrow {
        position: absolute;
        right: 7px;
        top: 8px;
        cursor: pointer;
        width: 40px;
    }

    .btnsignonline-arrow {
        position: absolute;
        right: 7px;
        top: 8px;
        cursor: pointer;
        width: 40px;
    }

    .btnarrow-next {
        position: absolute;
        right: 7px;
        top: 8px;
        cursor: pointer;
    }

    .btnarrow-checkstatus {
        position: absolute;
        right: 7px;
        top: 8px;
        cursor: pointer;
        width: 42px;
    }

    .btnarrow-chatwithus {
        position: absolute;
        right: 7px;
        top: 8px;
        cursor: pointer;
        width: 40px;
    }

    .btnarrow-login {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 40px;
    }

    .containerBox {
        width: 100%;
        margin: 0px auto;
    }

    .pergallon {
        color: #4A4A4A;
        font-family: Helveticaneue_light;
        font-size: 16px;
        line-height: 24px;
    }

    .padleft {
        padding-left: 20px;
    }

    .heading-youareset {
        color: #040066;
        font-size: 24px;
        font-family: Helveticaneue_light;
    }

    .modal-title {
        font-size: 30px;
        color: #030066;
        font-family: Helveticaneue_light;
        line-height: 36px;
    }

    .lblgreatnews {
        font-size: 19pt;
        color: #040066;
        font-family: Helveticaneue_light;
        line-height: 30px;
    }

    .lblgreatnews-desc {
        font-size: 14pt;
        color: #040066;
        font-family: Helveticaneue_light;
        line-height: 30px;
    }

    .lblgreatnews-modal {
        font-size: 19pt;
        color: #040066;
        font-family: Helveticaneue_light;
        line-height: 30px;
    }

    .wrapperDiv-marketingquestions {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .radiobtn-marketingquestions {
        width: 100%;
        padding: 12px 10px;
        margin-right: 0%;
    }

    .lblappliances {
        color: #2D373E;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0.5px;
        font-family: Helveticaneue_regular;
    }
    .tanklevel-tooltip {
        display: inline-block;
        position: relative;
    }
        .tanklevel-tooltip a {
            text-decoration: none;
            cursor: default;
            color:black;
        }
        .tanklevel-tooltip a .tanklevel-tooltiptext {
            visibility: hidden;
            width: 325px;
            background-color: #E7EAFC;
            color: #030066;
            border-radius: 6px;
            padding: 15px;
            position: absolute;
            bottom: 150%;
            right: -160px;
            margin-left: 0px;
            border: 3px solid #172fe6;
            font-size: 14px;
            line-height: 25px;
            text-align: left;
            cursor:default;
        }

            .tanklevel-tooltip a .tanklevel-tooltiptext::after {
                height: 15px;
                width: 15px;
                position: absolute;
                content: '';
                background: #E7EAFC;
                border: 3px solid #172fe6;
                border-top-width: 0px;
                border-left-width: 0px;
                transform: rotate(45deg);
                bottom: -9px;
                right: 156px;
            }
        .tanklevel-tooltip a:hover .tanklevel-tooltiptext {
            visibility: visible;
        }


    .tanklevel-tooltip1 {
        display: inline-block;
        position: relative;
    }

        .tanklevel-tooltip1 a {
            text-decoration: none;
            cursor: default;
            color: black;
        }

            .tanklevel-tooltip1 a .tanklevel-tooltiptext1 {
                visibility: hidden;
                width: 100%;
                background-color: #E7EAFC;
                color: #030066;
                border-radius: 6px;
                padding: 15px;
                position: absolute;
                bottom: 150%;
                left: -240px;
                margin-left: 0px;
                border: 3px solid #172fe6;
                font-size: 14px;
                line-height: 25px;
                text-align: left;
                cursor: default;
            }

                .tanklevel-tooltip1 a .tanklevel-tooltiptext1::after {
                    height: 15px;
                    width: 15px;
                    position: absolute;
                    content: '';
                    background: #E7EAFC;
                    border: 3px solid #172fe6;
                    border-top-width: 0px;
                    border-left-width: 0px;
                    transform: rotate(45deg);
                    bottom: -9px;
                    right: 189px;
                }

            .tanklevel-tooltip1 a:hover .tanklevel-tooltiptext1 {
                visibility: visible;
            }

           /*tooltip-css Start*/
    .service-tooltip {
        position: relative;
        display: inline-block;
    }
       
        .service-tooltip .service-tooltiptext {
            visibility: hidden;
            width: 285px;
            background-color: #E7EAFC;
            color: #030066;
            text-align: center;
            border-radius: 6px;
            padding: 10px;
            position: absolute;
            z-index: 1;
            bottom: 150%;
            right: -740%;
            margin-left: -60px;
            border: 3px solid #172fe6;
            font-size: 13px;
            line-height: 20px;
        }

            .service-tooltip .service-tooltiptext::after {
                content: "";
                position: absolute;
                top: 98%;
                left: 62%;
                margin-left: -10px;
                border-width: 10px;
                border-style: solid;
                border-color: #172fe6 transparent transparent transparent;
                height: 15px;
                width: 15px;
                position: absolute;
                content: '';
                background: #E7EAFC;
                border: 3px solid #172fe6;
                border-top-width: 0px;
                border-left-width: 0px;
                transform: rotate(45deg);
            }

        .service-tooltip:hover .service-tooltiptext {
            visibility: visible;
        }


    .service-tooltip1 {
        position: relative;
        display: inline-block;
    }

        .service-tooltip1 .service-tooltiptext1 {
            visibility: hidden;
            width: 285px;
            background-color: #E7EAFC;
            color: #030066;
            text-align: center;
            border-radius: 6px;
            padding: 10px;
            position: absolute;
            z-index: 1;
            bottom: 150%;
            right: -740%;
            margin-left: -60px;
            border: 3px solid #172fe6;
            font-size: 13px;
            line-height: 20px;
        }

            .service-tooltip1 .service-tooltiptext1::after {
                content: "";
                position: absolute;
                top: 95%;
                left: 62%;
                margin-left: -10px;
                border-width: 10px;
                border-style: solid;
                border-color: #172fe6 transparent transparent transparent;
                height: 15px;
                width: 15px;
                position: absolute;
                content: '';
                background: #E7EAFC;
                border: 3px solid #172fe6;
                border-top-width: 0px;
                border-left-width: 0px;
                transform: rotate(45deg);
            }

        .service-tooltip1:hover .service-tooltiptext1 {
            visibility: visible;
        }

    .service-tooltip2 {
        position: relative;
        display: inline-block;
    }

        .service-tooltip2 .service-tooltiptext2 {
            visibility: hidden;
            width: 285px;
            background-color: #E7EAFC;
            color: #030066;
            text-align: center;
            border-radius: 6px;
            padding: 10px;
            position: absolute;
            z-index: 1;
            bottom: 150%;
            right: -740%;
            margin-left: -60px;
            border: 3px solid #172fe6;
            font-size: 13px;
            line-height: 20px;
        }

            .service-tooltip2 .service-tooltiptext2::after {
                content: "";
                position: absolute;
                top: 95%;
                left: 62%;
                margin-left: -10px;
                border-width: 10px;
                border-style: solid;
                border-color: #172fe6 transparent transparent transparent;
                height: 15px;
                width: 15px;
                position: absolute;
                content: '';
                background: #E7EAFC;
                border: 3px solid #172fe6;
                border-top-width: 0px;
                border-left-width: 0px;
                transform: rotate(45deg);
            }

        .service-tooltip2:hover .service-tooltiptext2 {
            visibility: visible;
        }


    .permit-tooltip {
        position: relative;
        display: inline-block;
    }

        .permit-tooltip .permit-tooltiptext {
            visibility: hidden;
            width: 285px;
            background-color: #E7EAFC;
            color: #030066;
            text-align: center;
            border-radius: 6px;
            padding: 10px;
            position: absolute;
            z-index: 1;
            bottom: 150%;
            left: -297%;
            margin-left: -60px;
            border: 3px solid #172fe6;
            font-size: 13px;
            line-height: 20px;
        }

        .permit-tooltip .permit-tooltiptext::after {
            content: "";
            position: absolute;
            top: 95%;
            left: 50%;
            margin-left: -10px;
            border-width: 10px;
            border-style: solid;
            border-color: #172fe6 transparent transparent transparent;
            height: 15px;
            width: 15px;
            position: absolute;
            content: '';
            background: #E7EAFC;
            border: 3px solid #172fe6;
            border-top-width: 0px;
            border-left-width: 0px;
            transform: rotate(45deg);
        }

        .permit-tooltip:hover .permit-tooltiptext {
            visibility: visible;
        }





    .complete-margin{
        margin-left:0px;
    }
    .border-unchecked.apologies-bgHeight {
        min-height: 530px;
    }
}

@media (min-width: 360px) {
    .height-payperdelivery {
        height: 550px;
    }
    .automaticdeliveryheight-paymentplan {
        height: 375px;
    }
    .btnFixedRecommended {
        top: 315px;
    }
    .btnFixedRecommendedPopup {
        top: -20px;
        right:70px;
    }
        .service-tooltip .service-tooltiptext {
        right: -283%;
    }
        .service-tooltip .service-tooltiptext::after {
            left: 85%;
        }
    .service-tooltip1 .service-tooltiptext1 {
        right: -1240%;
    }

        .service-tooltip1 .service-tooltiptext1::after {
            left: 38%;
        }
    .service-tooltip2 .service-tooltiptext2 {
        right: -292%;
    }

        .service-tooltip2 .service-tooltiptext2::after {
            left: 85%;
            top:96%;
        }
        }
@media (min-width: 375px) {
    .border-unchecked.apologies-bgHeight {
        min-height: 500px;
    }
    .height-payperdelivery {
        height: 510px;
    }
    .service-tooltip .service-tooltiptext {
        right: -283%;
    }

        .service-tooltip .service-tooltiptext::after {
            left: 85%;
        }
    .service-tooltip2 .service-tooltiptext2 {
        right: -640%;
    }

        .service-tooltip2 .service-tooltiptext2::after {
            left: 67%;
            top: 96%;
        }
}
@media (min-width: 412px) {
    .height-payperdelivery {
        height: 490px;
    }
    .btnFixedRecommended {
        right:160px;
    }
    .btnFixedRecommendedPopup {
        right: 160px;
    }
    .service-tooltip .service-tooltiptext {
        right: -500%;
    }

        .service-tooltip .service-tooltiptext::after {
            left: 74%;
        }
}
@media (min-width: 414px) {
    .border-unchecked.apologies-bgHeight {
        min-height: 450px;
    }
    .service-tooltip .service-tooltiptext {
        width: 330px;
        bottom: 150%;
        right: -232%;
        padding: 12px;
    }

        .service-tooltip .service-tooltiptext::after {
            left: 89%;
            top: 97.5%;
        }


    .service-tooltip1 .service-tooltiptext1 {
        width: 330px;
        bottom: 150%;
        right: -1092%;
        padding: 12px;
    }

        .service-tooltip1 .service-tooltiptext1::after {
            left: 52%;
            top: 94.5%;
        }
}
            @media (min-width: 480px) {
            }

            @media (min-width: 568px) {
            }

            @media (min-width: 640px) {
            }

            @media (min-width: 667px) {
            }

            @media (min-width: 736px) {
            }

            @media (min-width: 760px) {
                .account-wrapper {
                    margin-top: 48px;
                }
                .border-unchecked.apologies-bgHeight {
                    min-height: 245px;
                }
                .apologies-paymentplan {
                    height: 180px;
                }
                .height-payperdelivery {
                    height: 395px;
                }
                .automaticdeliveryheight-paymentplan {
                    height: 260px;
                }
                .Quotecss {
                    font-size: 20px;
                }
                .btnFixedRecommended {
                    top: -20px;
                    right: 460px;
                }
                .btnFixedRecommendedPopup {
                    top: -20px;
                    right: 460px;
                }
                .optBox {
                    padding-left: 0px;
                }

                .payheadBox {
                    padding-right: 0px;
                }
                .service-tooltip .service-tooltiptext {
                    width: 330px;
                    left: -693%;
                    padding: 15px;
                }

                    .service-tooltip .service-tooltiptext::after {
                        top: 97.5%;
                        left: 50%;
                    }


                .service-tooltip1 .service-tooltiptext1 {
                    width: 330px;
                    left: -693%;
                    padding: 15px;
                }

                    .service-tooltip1 .service-tooltiptext1::after {
                        top: 95%;
                        left: 50%;
                    }
                .proMar {
                    margin-top: -43px;
                }

                .tanklevel-tooltip1 a .tanklevel-tooltiptext1 {
                    width: 450px;
                }

                .tanklevel-tooltip a .tanklevel-tooltiptext::after {
                    right: 38px;
                }

                .tanklevel-tooltip .tanklevel-tooltiptext {
                    width: 380px;
                    bottom: 40px;
                    left: -170px;
                }

                .tanklevel-tooltip a .tanklevel-tooltiptext {
                    width: 300px;
                    left: -240px;
                }

                .tanklevel-tooltip .tanklevel-tooltiptext::after {
                    right: 190px;
                }

                .sticky-wrapper .white-txtheading {
                    text-align: left;
                }

                .sticky-wrapper {
                    padding: 10px 135px;
                }

                .sticky-arrow {
                    display: inline-block;
                }

                .sticky-saveBtn {
                    font-size: 15px;
                    padding: 12px 15px;
                }

                .sticky-continueBtn {
                    padding: 13px 15px;
                    margin-left: 0px;
                    margin-top: 13px;
                    font-size: 16px;
                }

                .mobile-stickyBtns {
                    display: inline-block;
                }

                .btnsavelater {
                    font-size: 14px;
                }

                .faqaccordian .btn-link {
                    font-size: 16px;
                }

                    .faqaccordian .btn-link:hover {
                        font-size: 16px;
                    }

                .faqaccordian .card-header, .card-body {
                    font-size: 16px;
                }

                .steps-subheading {
                    font-size: 22px;
                }

                .btnsignup {
                    margin-left: 10px;
                    width: 100%;
                    text-align: center;
                    margin-top: 0px;
                    width: 240px;
                }
                   
                    .sticky-continueBtn {
                        margin-left: 10px;
                        width: 100%;
                        text-align: center;
                        margin-top: 0px;
                        width: 240px;
                    }

                .btnsavequote {
                    width: 135px;
                }

                .sticky-saveBtn {
                    width: 135px;
                }

                .twoBorders {
                    border-left: 1px solid #D4D4E1;
                    border-right: 1px solid #D4D4E1;
                    border-top: 0px solid #D4D4E1;
                    border-bottom: 0px solid #D4D4E1;
                    padding: 0px 13px;
                    margin: 0px 0px;
                }

                .firstBorderDiv {
                    border-left: 0px solid #D4D4E1;
                    border-right: 1px solid #D4D4E1;
                    border-top: 0px solid #D4D4E1;
                    border-bottom: 0px solid #D4D4E1;
                    padding: 0px 83px 0px 0px;
                    margin: 0px 0px;
                }

                .lastBorderDiv {
                    padding: 0px 37px 0px 15px;
                }

                .boxBorder_CustNewQualify.serviceBox {
                    margin-top: 0px;
                    margin-left: 0.5rem;
                    position: relative;
                }
                .boxBorder_Fixed.fixedBox {
                    margin-top: 10px;
                    margin-left: 0rem;
                    position: relative;
                }
                .boxBorder_Service.fixedBox {
                    margin-top: 0px;
                    margin-left: 0.5rem;
                }
                .pinkLeftDiv {
                    width: calc(100% - 200px);
                }

                .pinkMainBox {
                    margin-top: 0px;
                }

            }

            @media (min-width: 983px) {

                .mainInnerContent {
                    display: flex;
                }

                .containerBox {
                    width: 970px;
                    margin: 0px auto;
                }

                .boxBorder_CustQualify {
                    min-height: 402px;
                    width: 50%;
                }

                .boxBorder_CustNewQualify {
                    min-height: 180px;
                    width: 50%;
                   /* display: grid;*/
                }
                .boxBorder_Discount {
                    min-height: 180px;
                    width: 42%;
                }
                .boxBorder_Fixed {
                    min-height: 180px;
                    width: 29%;
                }
                .boxBorder_DiscountPopup{
                    min-height: 180px;
                }
                .boxBorder_FixedPopup {
                    min-height: 180px;
                }
                .boxBorder_Service {
                    min-height: 180px;
                    width: 32%;
                }
                .mainBoxBorder {
                    /* min-height:900px;*/
                    width: 100%;
                }

                .numposcss {
                    top: 20px;
                    left: 2px;
                }

                .selectednumposcss {
                    top: 20px;
                    left: 2px;
                }

                .tickposcss {
                    top: 20px;
                    left: 2px;
                }

                .height-payperdelivery {
                    height: 430px;
                }

                .btnsignagreement {
                    font-size: 16px;
                    padding: 16px 25px;
                    width: 265px;
                }
            }

            @media (min-width: 1016px) {

                .sticky-hurryup {
                    left:0px;
                    padding:0px
                }
                .account-wrapper {
                    width: 100%;
                    display: flex;
                    flex-direction: row;
                }
                .propDeliveryMargin {
                    margin-top: 74px;
                }

                .boxBorder_Confirmation {
                    width: 580px;
                    margin-left: 10px;
                }

                .container-contactinfo {
                    width: 350px;
                }
                .boxBorder {
                    width: 580px;
                }

                .create-accountinfo {
                    width: 350px;
                }
                .quoteBox {
                    width: calc(100% - 350px);
                }
                .convenience-listHeight {
                    min-height: 300px;
                }
                .height-payperdelivery {
                    height: 480px;
                }
                .automaticdeliveryheight-paymentplan {
                    height: 300px;
                }
                .boxBorder_FixedPopup {
                    margin-top:0px;
                }
                .priceMargin {
                    margin-top: 2.1rem;
                }
                .Quotecss {
                    font-size: 17px;
                }
                .btnFixedRecommended {
                    right: 90px;
                }
                .btnFixedRecommendedPopup {
                    right: 235px;
                }
                .boxBorder_Fixed.fixedBox {
                    margin-top: 0px;
                    margin-left: 0.5rem;
                    position: relative;
                }
                .complete-margin {
                    margin-left: 50px;
                }
                .propaneMargin {
                    margin-top: -35px;
                }
            }

            @media (min-width: 1192px) {
             
                .boxBorder {
                    width: 570px;
                }
                .create-accountinfo {
                    width: 520px;
                }
                .quoteBox {
                    width: calc(100% - 520px);
                }
                .boxBorder_Confirmation {
                    width: 570px;
                }
                .container-contactinfo {
                    width: 520px;
                }
                .convenience-listHeight {
                    min-height: 274px;
                }
                .paymentPlanQuote {
                    margin-top: 0px;
                }
                .Quotecss {
                    font-size: 20px;
                }
                .btnFixedRecommended {
                    right: 127px;
                }
                .btnFixedRecommendedPopup {
                    right: 237px;
                }
                .lblcpvalue {
                    font-size: 30px;
                }

                .btnsignagreement {
                    font-size: 16px;
                    padding: 16px 25px;
                    width: 265px;
                }

                .container-ThankYou {
                    width: 920px;
                    margin: 0px auto;
                }

                .height-payperdelivery {
                    height: 455px;
                }
            }

            @media (min-width: 1358px) {
                .convenience-listHeight {
                    min-height: 450px;
                }
                .paymentPlanQuote {
                    margin-top: 80px;
                }
                .firstfilltxt {
                    font-size: 12px;
                }
                #TankGuage .modal-dialog {
                    max-width: 700px;
                }

                #OnlineAccount .modal-dialog {
                    max-width: 800px;
                }

                #OrderPropane .modal-dialog {
                    max-width: 700px;
                }

                #SafetyCheckModal .modal-dialog {
                    max-width: 700px;
                }

                #TankHoldModal .modal-dialog {
                    max-width: 700px;
                }

                #CPModal .modal-dialog {
                    max-width: 700px;
                }

                .btnsignonline {
                    font-size: 16px;
                    padding: 12px 25px;
                    width: 210px;
                }

                .btnsignagreement {
                    font-size: 16px;
                    padding: 12px 25px;
                    width: 265px;
                }

                .quotevalidity {
                    padding-left: 65px;
                }

                .container-contactinfo {
                    width: 530px;
                }

                .create-accountinfo {
                    width: 530px;
                }

                .quoteBox {
                    width: calc(100% - 530px);
                }
                .safetyassurance {
                    display: flex;
                }

                .firstDelveryWrapper {
                    width: 745px;
                    margin: 0px auto;
                    padding-left: 0px;
                    padding-right: 0px;
                }

                .MonthlyCPWrapper {
                    width: 410px;
                    margin: 0px auto;
                }

                .lblprior-marketinquestions {
                    font-size: 18px;
                }

                .lblprior-marketinquestions-modal {
                    font-size: 15pt;
                }

                .wrapperdiv-Ineligible {
                    width: 800px;
                    margin: 0px auto;
                }

                .k-calendar .k-link.k-nav-fast {
                    font-size: 20pt !important;
                }

                .radiobtn-marketingquestions {
                    width: 266px;
                    margin-right: 15px;
                }

                .wrapperDiv-marketingquestions {
                    width: 875px;
                    height: auto;
                    margin: 0px auto;
                }

                .lblgreatnews {
                    font-size: 34pt;
                    line-height: 60px;
                }

                .lblgreatnews-modal {
                    font-size: 25pt;
                    line-height: 60px;
                }

                .radiobtnwidth-recommended {
                    width: 75%;
                }

                .radiobtnwidth-calendar {
                    width: 100%;
                }

                #ReservedyourappointmentModal .modal-dialog {
                    max-width: 850px;
                }

                #AreyousureModal .modal-dialog {
                    max-width: 800px;
                }

                #MarketingSurveyModal .modal-dialog {
                    max-width: 1000px;
                }

                #SiteSurveyModal .modal-dialog {
                    max-width: 1000px;
                }
                

                #WeareSorryModal .modal-dialog {
                    max-width: 800px;
                }

                #HardAcceptModal .modal-dialog {
                    max-width: 700px;
                }

                #SchedulingModal .modal-dialog {
                    max-width: 700px;
                }

                #HardAcceptFailedModal .modal-dialog {
                    max-width: 800px;
                }


                #SaveprogressModal .modal-dialog {
                    max-width: 800px;
                }

                #flexPaymodal .modal-dialog {
                    max-width: 800px;
                }

                #MoveInSaveprogressModal .modal-dialog {
                    max-width: 800px;
                }

                #YourSelectionModal .modal-dialog {
                    max-width: 800px;
                }

                #EditSchedulesiteModal .modal-dialog {
                    max-width: 800px;
                }

                .k-calendar {
                    width: 93% !important;
                }

                .btcheckstatus {
                    font-size: 17px;
                    padding: 16px 18px;
                    width: 260px;
                }

                .btcheckstatus-enable {
                    font-size: 17px;
                    padding: 16px 18px;
                    width: 260px;
                }

                .automaticdeliveryheight-paymentplan {
                    height: 290px;
                }
                .apologies-paymentplan {
                    height: 195px;
                }
                .btngetquote {
                    font-size: 15px;
                    width: 170px;
                }

                .btnarrow-getquote {
                    position: absolute;
                    right: 4px;
                    top: 4px;
                    width: 30px;
                }

                .youareset-wrapperdiv {
                    width: 920px;
                    height: auto;
                    margin: 20px auto 50px;
                }

                .paymentplan-height-CP {
                    min-height: 410px;
                }

                .desc-modal {
                    color: #333E47;
                    font-size: 24px;
                }

                .heading-youareset {
                    color: #030066;
                    font-size: 24px;
                    font-family: Helveticaneue_light;
                }

                .paymentheadT {
                    font-size: 24px;
                    line-height: 30px;
                }

                .paymentplanhead {
                    font-size: 32px;
                    color: #030066;
                    line-height: 40px;
                }

                .lbladdress-createaccount {
                    color: #2D373E;
                    font-size: 16px;
                    line-height: 24px;
                }

                .lblServiceDisplayNote {
                    font-size: 21px;
                }

                .btn-arrow {
                    right: 5px;
                    top: 7px;
                    width: 42px;
                }

                .btnsignonline-arrow {
                    right: 5px;
                    top: 7px;
                    width: 35px;
                }

                .btnarrow-checkstatus {
                    right: 5px;
                    top: 7px;
                }

                .btnarrow-chatwithus {
                    right: 5px;
                    top: 6px;
                    width: 32px;
                }

                .numposcss {
                    top: 20px;
                    left: 2px;
                }

                .selectednumposcss {
                    top: 20px;
                    left: 2px;
                }

                .tickposcss {
                    top: 20px;
                    left: 2px;
                }

                .pendingstep {
                    text-align: right;
                }

                .SubHead {
                    font-size: 40px;
                }

                .borderBMob {
                    border-bottom: 0px solid #d3d3d3;
                    padding-bottom: 0px !important;
                    margin-bottom: 0px;
                }

                .lockpos {
                    width: 23px;
                    position: absolute;
                    top: 6px;
                }

                .pwscharaacter {
                    color: #4A4A4A;
                    font-size: 14px;
                    line-height: 18px;
                }

                .lblaccountcss {
                    color: #4A4A4A;
                    font-size: 16px;
                    font-family: Helveticaneue_light;
                }

                .padleft {
                    padding-left: 0px;
                }

                .headingoffering {
                    color: #030066;
                    font-size: 24px;
                    font-family: Helveticaneue_light;
                    line-height: 30px;
                }

                .btngetaquote {
                    font-size: 17px;
                    padding: 13px 25px;
                    width: 260px;
                }

                .btngetaquote-enable {
                    font-size: 17px;
                    padding: 13px 25px;
                    width: 260px;
                }

                .btnnext-enable {
                    font-size: 17px;
                    padding: 13px 25px;
                    width: 240px;
                    letter-spacing: 0.25px;
                }

                .btncontinueDel {
                    font-size: 17px;
                    padding: 12px 25px;
                    width: 282px;
                    letter-spacing: 0.25px;
                }

                .btnchatwithus {
                    font-size: 16px;
                    padding: 10px 25px;
                    width: 185px;
                }

                .btnnext {
                    font-size: 18px;
                    padding: 15px 25px;
                    width: 240px;
                }

                .btnnext-createaccount {
                    font-size: 18px;
                    padding: 15px 25px;
                    width: 240px;
                }
                .btnnext-close{
                    font-size: 18px;
                    padding: 15px 25px;
                    width: 170px;
                }
                .btnback {
                    font-size: 15px;
                    padding: 10px;
                    width: 140px;
                }

                .btnselectappointment {
                    font-size: 18px;
                    padding: 15px 25px;
                    width: 280px;
                }

                /*gradient btn css*/

                .btncreateaccount {
                    font-size: 16px;
                    width: 315px;
                }

                    .btncreateaccount span {
                        background: #fff;
                        display: block;
                        padding: 13px;
                        text-align: left;
                        border-radius: 6px;
                        cursor: pointer;
                    }

                .btnupdate-modal {
                    font-size: 16px;
                    width: 250px;
                }

                .btnyes-modal {
                    width: 240px;
                }

                .btnscheduleappointment {
                    width: 280px;
                }

                .btnLearnMore {
                    background: linear-gradient(to right, #CC052A 0%, #350695 100%);
                    color: #030066;
                    font-size: 16px;
                    padding: 1px;
                    font-family: Helveticaneue_medium;
                    width: 200px;
                    position: relative;
                    background-color: #fff;
                    border-radius: 7px;
                    display: inline-block;
                    border-color: transparent !important;
                    border: 1px solid;
                    cursor: pointer;
                }

                    .btnLearnMore span {
                        background: #fff;
                        display: block;
                        padding: 11px;
                        text-align: left;
                        border-radius: 6px;
                        cursor: pointer;
                    }

                .containerBox {
                    width: 970px;
                    margin: 0px auto;
                }

                .container {
                    max-width: 1200px; /*1100px*/
                }

                .pageheading {
                    font-size: 68px;
                    padding-top: 30px !important;
                    line-height: 74px;
                    color: #fff;
                    font-family: Helveticaneue_light;
                }

                .errorpageheading {
                    font-size: 68px;
                    margin-top: 0px;
                    line-height: 74px;
                    color: #fff;
                    font-family: Helveticaneue_light;
                }

                .layout-bannerimg {
                    background: url('../Images/layoutheaderbg-new.png') no-repeat;
                    /* background-image: linear-gradient(to right, #CB511A, #C4032A);*/
                    width: 100%;
                    height: 135px;
                    background-size: cover;
                }

                .login-bannerimg {
                    background: url('../Images/layoutheaderbg-new.png') no-repeat;
                    width: 100%;
                    height: 200px;
                    background-size: cover;
                }

                .loginpageheading {
                    color: #fff;
                    font-size: 68px;
                    font-family: Helveticaneue_light;
                    margin-left: 0px;
                    margin-top: 55px;
                }

                .lblerrorheading {
                    color: #fff;
                    font-size: 68px;
                    font-family: Helveticaneue_light;
                    margin-left: 0px;
                    margin-top: 55px;
                }

                .btnarrow-finishquote {
                    width: 25px;
                }

                .btnfinishquote {
                    font-size: 13px;
                    width: 165px;
                }

                    .btnfinishquote span {
                        padding: 5px 10px;
                    }

                .yourquote-height {
                    min-height: 260px; /*300px*/
                }

                .modal-topmargin {
                    margin-top: -15px !important;
                }

                .para-thankyou {
                    font-size: 15px;
                    color: #252525;
                }

                .modal-title {
                    font-size: 40px;
                    color: #030066;
                    font-family: Helveticaneue_light;
                }

                .modal-header {
                    background-color: #F1F1F1;
                    border-bottom: none;
                }

                .popSubheading {
                    color: #737373;
                    font-size: 12.5px;
                    text-align: center;
                }

                .lblstyles {
                    color: #2D373E;
                    font-size: 16px;
                    line-height: 24px;
                }

                .btnleft {
                    margin-left: 60px;
                }

                .ncSoftcreditSubhead {
                    width: 900px;
                    margin: 0px auto;
                }

                .softBgYellowPara {
                    color: #2D373E;
                    font-size: 18px;
                    line-height: 28px;
                }
                .willCall-head {
                    color: #2D373E;
                    font-size: 20px;
                    line-height: 28px;
                    font-family: 'Helveticaneue_bold'
                }
                .lblnxtfillestimate {
                    font-size: 21px;
                }

                .lblfirstfill {
                    font-size: 32px;
                    line-height: 38px;
                }

                .lblfirstfill-payperdelivery {
                    font-size: 28px;
                    line-height: 36px;
                }

                .txtdescription_plan {
                    font-size: 18px;
                    line-height: 38px;
                }

                /*cutomized checkbox styles starts*/
                .container-checkbox {
                    display: inline-block;
                    margin-bottom: 12px;
                    cursor: pointer;
                    font-size: 22px;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                }

                    .container-checkbox input {
                        position: absolute;
                        opacity: 0;
                        cursor: pointer;
                        height: 0;
                        width: 0;
                    }

                .checkmark {
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 28px;
                    width: 28px;
                    border-radius: 3px;
                    background-color: #fff;
                    margin: 0px 195px;
                    border: 2px solid #C6C7C8;
                }

                .container-checkbox:hover input ~ .paymentcheckmark {
                    background-color: #fff;
                    border-radius: 3px;
                }

                .container-checkbox input:checked ~ .paymentcheckmark {
                    border: 2px solid #0055A4;
                    background-color: #0055A4;
                    margin: 0px auto;
                    height: 28px;
                    width: 28px;
                    border-radius: 3px;
                }

                .checkmark:after {
                    content: "";
                    position: absolute;
                    display: none;
                }

                .container-checkbox input:checked ~ .paymentcheckmark:after {
                    display: block;
                }

                .container-checkbox .paymentcheckmark:after {
                    left: 8px;
                    top: 4px;
                    width: 8px;
                    height: 14px;
                    border: solid white;
                    border-width: 0 2px 2px 0;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                }
                /*cutomized checkbox styles ends*/

                .checkbox-phonenum {
                    display: inline-block;
                    margin-bottom: 12px;
                    cursor: pointer;
                    font-size: 15px;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                }

                    .checkbox-phonenum input {
                        position: absolute;
                        opacity: 0;
                        cursor: pointer;
                        height: 0;
                        width: 0;
                    }

                .checkmark {
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 20px;
                    width: 20px;
                    border-radius: 3px;
                    background-color: #fff;
                    border: 2px solid #2d373d;
                    margin: 0px 195px;
                }

                .checkbox-phonenum:hover input ~ .checkmark {
                    background-color: #fff;
                    border: 2px solid #2d373d;
                    border-radius: 3px;
                }

                .checkbox-phonenum input:checked ~ .checkmark {
                    border: 2px solid #439D25;
                    background-color: #439D25;
                    margin: 0px 195px;
                    height: 20px;
                    width: 20px;
                    border-radius: 3px;
                }

                .checkmark:after {
                    content: "";
                    position: absolute;
                    display: none;
                }

                .checkbox-phonenum input:checked ~ .checkmark:after {
                    display: block;
                }

                .checkbox-phonenum .checkmark:after {
                    left: 5px;
                    top: 1px;
                    width: 6px;
                    height: 12px;
                    border: solid white;
                    border-width: 0 2px 2px 0;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

                .tab-ul {
                    padding-left: 0px;
                    margin-bottom: 0px;
                }
/*confirmation popup checkbox start*/
                .almost-there-sw ul.anchor1 li.stepli a {
                    display: block;
                    position: relative;
                    float: left;
                    margin: 0;
                    padding: 0px;
                    height: auto; /*40px*/
                    text-decoration: none;
                    outline-style: none;
                    z-index: 99;
                    border-bottom: none;
                }

                    .almost-there-sw ul.anchor1 li.stepli a.selected {
                        margin-right: 0px;
                    }

                    .almost-there-sw ul.anchor1 li.stepli a.disabled {
                        position: relative;
                        color: #454545;
                        background-color: transparent;
                        z-index: 99;
                        right: 0px;
                        top: 0px;
                    }

                    .almost-there-sw ul.anchor1 li.stepli a.selected .stepNumber {
                        border: 5px solid #BDC3F0;
                        background-color: #172FE6;
                        width: 28px;
                        height: 28px;
                        text-align: center;
                        color: #fff;
                        border-radius: 20px;
                        padding: 1px 6px;
                        margin-top: 5px;
                        left: 0px;
                    }

                        .almost-there-sw ul.anchor1 li.stepli a.selected .stepNumber .numPosition {
                            padding: 2px;
                            display: inline-block;
                            color: #fff;
                            position: absolute;
                            left: 4px;
                            font-size: 10px;
                            top: 0px;
                        }

                .done-greentick1 {
                    background: url('../Images/green-tick-wizard.png') no-repeat;
                    width: 12px;
                    height: 12px;
                    display: block;
                    top: 6px;
                    left: 6px;
                    position: absolute;
                }

                .stepNumber {
                    width: 22px;
                    height: 22px;
                    text-align: center;
                    color: #454545;
                    border-radius: 20px;
                    font-size: 12px;
                    padding: 1px 6px;
                    border: 1px solid #454545;
                    margin-top: 9px;
                    margin-right: 0px;
                    left: 0px;
                    display: inline-block;
                    position: absolute;
                    background-color: lightgray;
                }
                .almostPopupWidth {
                    width: 395px;
                    margin: 0px auto;
                    padding-bottom:50px;
                }
                .stepAmostText {
                    display: inline-block;
                    margin-left: 29px;
                    cursor: pointer;
                    margin-top: 4px;
                }
                .stepli .disabled .stepAmostText, .stepli .done .stepAmostText {
                    font-size: 16pt;
                }
                .stepAlmostLastText {
                    display: inline-block;
                    margin-left: 25px;
                    cursor: pointer;
                    margin-top: 5px;
                }
                #wizard.almost-there-sw ul.anchor1 li {
                    margin-bottom: 6px;
                }
                .Wizardli .disabled .stepAmostText, .stepli .done .stepAmostText {
                    font-size: 16pt;
                }

                .Wizardli .disabled .stepAlmostLastText, .stepli .done .stepAlmostLastText {
                    font-size: 16pt;
                }

                .almost-there-sw ul.anchor1 li.stepli a.done .stepNumber {
                    border-color: #439D25;
                    background-color: #439D25;
                    margin-top: 9px;
                }

                    .almost-there-sw ul.anchor1 li.stepli a.done .stepNumber .stepAmostText {
                        margin-top: 5px;
                    }

                    .almost-there-sw ul.anchor1 li.stepli a.done .stepNumber .stepAlmostLastText {
                        margin-top: 5px;
                    }

                #wizard.sw-main ul.anchor1 li {
                    display: inline-block;
                    list-style-type: none;
                    margin-right: 60px;
                }
/*confirmation popup checkbox end*/
                .sw-main ul.anchor li.Wizardli a {
                    display: block;
                    position: relative;
                    float: left;
                    margin: 0;
                    padding: 0px;
                    height: auto; /*40px*/
                    text-decoration: none;
                    outline-style: none;
                    z-index: 99;
                    border-bottom: none;
                }

                    .sw-main ul.anchor li.Wizardli a.selected {
                        margin-right: 0px;
                    }

                    .sw-main ul.anchor li.Wizardli a.disabled {
                        position: relative;
                        color: #454545;
                        background-color: transparent;
                        z-index: 99;
                        right: 0px;
                        top: 0px;
                    }

                    .sw-main ul.anchor li.Wizardli a.selected .tabNumber {
                        border: 5px solid #BDC3F0;
                        background-color: #172FE6;
                        width: 28px;
                        height: 28px;
                        text-align: center;
                        color: #fff;
                        border-radius: 20px;
                        padding: 1px 6px;
                        margin-top: 5px;
                        left: 0px;
                    }

                        .sw-main ul.anchor li.Wizardli a.selected .tabNumber .numPosition {
                            padding: 2px;
                            display: inline-block;
                            color: #fff;
                            position: absolute;
                            left: 4px;
                            font-size: 10px;
                            top: 0px;
                        }

                .tabNumber {
                    width: 18px;
                    height: 18px;
                    text-align: center;
                    color: #454545;
                    border-radius: 20px;
                    font-size: 12px;
                    padding: 1px 6px;
                    border: 1px solid #454545;
                    margin-top: 8px;
                    margin-right: 0px;
                    left: 0px;
                    display: inline-block;
                    position: absolute;
                }

                .tabText {
                    display: inline-block;
                    margin-left: 25px;
                    cursor: pointer;
                    margin-top: 5px;
                }

                .tabLastText {
                    display: inline-block;
                    margin-left: 25px;
                    cursor: pointer;
                    margin-top: 5px;
                }

                .Wizardli .disabled .tabText, .Wizardli .done .tabText {
                    font-size: 14px;
                }

                .Wizardli .disabled .tabLastText, .Wizardli .done .tabLastText {
                    font-size: 14px;
                }

                .sw-main ul.anchor li.Wizardli a.done .tabNumber {
                    border-color: #439D25;
                    background-color: #439D25;
                    margin-top: 5px;
                }

                    .sw-main ul.anchor li.Wizardli a.done .tabNumber .tabText {
                        margin-top: 5px;
                    }

                    .sw-main ul.anchor li.Wizardli a.done .tabNumber .tabLastText {
                        margin-top: 5px;
                    }

                #wizard.sw-main ul.anchor li {
                    display: inline-block;
                    list-style-type: none;
                    margin-right: 60px;
                }

                .numPosition {
                    padding: 2px;
                    display: inline-block;
                    color: #B3B7BA;
                    position: absolute;
                    left: 1px;
                    top: -3px;
                    font-size: 10px;
                }

                .done-greentick {
                    background: url('../Images/green-tick-wizard.png') no-repeat;
                    width: 9px;
                    height: 7px;
                    display: block;
                    top: 3px;
                    left: 1px;
                    position: absolute;
                }

                .ncHeading {
                    font-size: 48px;
                    line-height: 54px;
                }

                .lblHeading {
                    font-weight: normal;
                    font-size: 24px;
                    line-height: 30px;
                    color: #333E47;
                }

                .lblsubheading {
                    font-weight: normal;
                    font-size: 24px;
                    color: #040066;
                    line-height: 30px;
                }

                .WhatsNextTitle {
                    font-size: 30px;
                    line-height: 48px;
                }

                .WhatsNextSubTitle {
                    font-size: 15px;
                    color: #2D373E;
                    letter-spacing: 0.5px;
                    font-family: Helveticaneue_regular;
                    line-height: 25px;
                    font-weight: 500;
                }

                .boxBorder {
                    border: 2px solid #D4D4E1;
                    border-radius: 4px;
                    min-height: 330px; /*338px*/
                    margin-left: 40px;
                    width: calc(100% - 40px);
                }

                .boxBorder_Confirmation {
                    width: 580px;
                    border: 2px solid #D4D4E1;
                    border-radius: 4px;
                    min-height: 330px;
                    margin-left: 60px;
                }

                /*  .boxBorder_CustQualify {
        min-height: 402px;
        width: 485px;
    }*/

                .btnregistration {
                    background-color: #BB0202;
                    color: #fff;
                    font-size: 15px;
                    border: 6px solid #CC0000;
                    border-radius: 40px;
                    padding: 19px 43px;
                    width: 240px;
                    cursor: pointer;
                    outline: none;
                    font-weight: 600;
                    letter-spacing: 2px;
                    line-height: 20px;
                }

                .btn-accept {
                    border-radius: 30px !important;
                    padding: 11px 90px !important;
                    font-size: 18px !important;
                    background-color: #BB0202;
                    color: #fff;
                    letter-spacing: 1px;
                    border: 7px solid #CC0000;
                }

                .btn-next {
                    border-radius: 30px !important;
                    padding: 11px 70px !important; /*11px 90px*/
                    font-size: 18px !important;
                    background-color: #BB0202;
                    color: #fff;
                    letter-spacing: 1px;
                    border: 7px solid #CC0000;
                }

                .btn-logout {
                    border-radius: 30px !important;
                    padding: 11px 90px !important;
                    font-size: 18px !important;
                    border: 7px solid #D8E5F1;
                    color: #172F53;
                    background-color: #fff;
                    font-weight: 600;
                    letter-spacing: 1px;
                }

                    .btn-logout:hover {
                        padding: 11px 90px !important;
                        border: 7px solid #D8E5F1;
                        color: #172F53;
                        background-color: #fff;
                    }

                .btn-prev {
                    border-radius: 30px !important;
                    padding: 11px 95px !important;
                    font-size: 1rem !important;
                    border: 7px solid #D8E5F1;
                    color: #172F53;
                    background-color: #fff;
                    font-weight: 600;
                    letter-spacing: 1px;
                }

                    .btn-prev:hover {
                        padding: 11px 95px !important;
                        border: 7px solid #D8E5F1;
                        color: #172F53;
                        background-color: #fff;
                    }

                .btn-savelater {
                    border-radius: 30px !important;
                    padding: 11px 55px !important; /*11px 70px*/
                    font-size: 18px !important;
                    border: 7px solid #D8E5F1;
                    color: #172F53;
                    background-color: #F1F9FF;
                    font-weight: 600;
                    letter-spacing: 1px;
                }

                .commonfont {
                    font-size: 14px;
                    color: #5A5858;
                }

                .ncsubconfirmHeading {
                    font-weight: normal;
                    font-size: 18px;
                    color: #2D373E;
                }

                .close {
                    opacity: 1;
                    background: url('../Images/closebtn.png') no-repeat;
                    margin-top: 10px !important;
                    margin-right: 0px !important;
                    cursor: pointer !important;
                }

                    .close:hover {
                        margin-top: 10px !important;
                        margin-right: 0px !important;
                        opacity: 1;
                        background: url('../Images/closebtn.png') no-repeat;
                        cursor: pointer !important;
                    }

                .height-payperdelivery {
                    height: 631px;
                }
            }

         /*   @media (min-width: 1440px) {
                .boxBorder {
                    width: 590px;
                }
            }*/

            @media (min-width: 1592px) {
                .account-wrapper {
                    width: 83%;
                    margin: 48px auto 0px auto;
                }
                .justifyCenter-large-screens{
                    justify-content:center;
                }
                .firstfilltxt {
                    font-size: 14px;
                }
                    .mainBoxBorder {
                    width: 1370px;
                }

                .height-payperdelivery {
                    height: 525px;
                }

                .radiobtnwidth-recommended {
                    width: 60%;
                }

                .radiobtnwidth-calendar {
                    width: 75%;
                }

                .container {
                    max-width: 1400px;
                }

                .height-payperdelivery {
                    height: 630px;
                }
            }

            @media (min-width: 1912px) {
            }


article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    width: 100%;
}         

.grayBox {
    border: 8px solid #EFEFEF;
    border-radius: 20px;
    padding: 15px;
}

.lblnextfillestimate {
    font-weight: bold;
    font-size: 19px;
    color: #3b506f;
}

.lblbulletpoints {
    color: #333E47;
    font-size: 16px;
    line-height: 24px;
}

.form-control {
    padding: .6rem .75rem;
}

.k-dropdown-wrap.k-state-default {
    background-image: none;
    background-color: transparent;
    border-color: transparent;
    padding: .3rem .75rem;
}

/*:root * > .k-icon {
    margin-top: 10px;
}*/

.wrappindiv {
    width: auto;
    height: auto;
    float: left;
    margin-right: 30px;
}

.border-checked {
    border: 2px solid #172FE6 !important;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
}

.border-unchecked {
    border: 2px solid #CFE0F3;
    border-radius: 6px;
    cursor: pointer;
    background-color: #CFE0F3;
}

.lblerrormsg {
    color: #E41C39 !important;
}

.btnsaveandresume {
    background: none !important;
    border: none;
    padding: 0 !important;
    cursor: pointer;
    font-size: 16px;
    color: #172fe6;
    font-family: HelveticaNeue_Regular;
    text-decoration: underline;
}

.btnremove {
    background: none !important;
    border: none;
    padding: 0 !important;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
    color: #172fe6;
    line-height: 22px;
}

.paymentBoxes {
    margin: 20px auto;
    width: 100%;
}

#DeliveryAddressModal .modal-dialog {
    max-width: 750px;
}

#saveandresumelaterModal .modal-dialog {
    max-width: 800px;
}

#Savepaymentplan .modal-dialog {
    max-width: 1000px;
}

#BillingAddressModal .modal-dialog {
    max-width: 650px;
}

#PropaneModal .modal-dialog {
    max-width: 970px;
}

#UpdateAppliancesModal .modal-dialog {
    max-width: 1000px;
}

#PricingPlanChangeModel .modal-dialog {
    max-width: 920px;
}
#AppliancesModal .modal-dialog {
    max-width: 800px;
}
#SaveForLaterModel .modal-dialog {
    max-width: 600px;
}

#PromoCodeChangeModal .modal-dialog {
    max-width: 800px;
}

#RecalculatePriceModal .modal-dialog {
    max-width: 800px;
}

#DeliveryRecalculatePriceModal .modal-dialog {
    max-width: 800px;
}

#MinGalAppliancesModal .modal-dialog {
    max-width: 800px;
}

#PriceQuoteExpiredModal .modal-dialog {
    max-width: 750px;
}
#PromoPircepergallonModal .modal-dialog {
    max-width: 750px;
}
#PromoTwicemodel .modal-dialog {
    max-width: 750px;
}
#AmerilockConvPayModal .modal-dialog {
    max-width: 750px;
}
#CellphoneModal .modal-dialog {
    max-width: 900px;
}

.lnk-thankyou {
    text-decoration: underline;
    color: #0062BE;
    font-weight: 600;
    letter-spacing: 1px;
}


/*radio green*/

.homesizeradiobtn {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 5px;
    cursor: pointer;
    font-size: 11.5pt;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Helveticaneue_light;
}

    .homesizeradiobtn input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.homesizecheckmark {
    position: absolute;
    top: -8px;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 2px solid #2d373d;
    border-radius: 50%;
}

.homesizeradiobtn:hover input ~ .homesizecheckmark {
    background-color: #fff;
    border: 1px solid #2d373d;
}

.homesizeradiobtn input:checked ~ .homesizecheckmark {
    background-color: #fff;
    border: 2px solid #439D25;
}

.homesizecheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

.homesizeradiobtn input:checked ~ .homesizecheckmark:after {
    display: block;
}

.homesizeradiobtn .homesizecheckmark:after {
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #439D25;
}

/*radio gray*/

.payradiobtn {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 5px;
    cursor: pointer;
    font-size: 11.5pt;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Helveticaneue_light;
}

    .payradiobtn input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.markpay {
    position: absolute;
    top: -5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #b7bbbd;
    border-radius: 50%;
}

.payradiobtn:hover input ~ .markpay {
    background-color: #ccc;
}

.payradiobtn input:checked ~ .markpay {
    background-color: #fff;
}

.homesizecheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

.payradiobtn input:checked ~ .markpay:after {
    display: block;
}

.payradiobtn .markpay:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
}

.content {
    display: none;
}

.collapsible::after {
    content: '\25B2'; /* Up arrow */
    display: inline-block;
    margin-left: 0px;
    color: #211DF0;
}

.collapsible.collapsed::after {
    content: '\25BC'; /* Down arrow */
}
