﻿/*New CSS*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    box-sizing: border-box;
    font-size: 16px;
}

*, *:before, *:after {
    box-sizing: inherit;
    font-family: "Poppins", serif;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1171px;
    }
}

.rebateCalculator {
    padding: 45px 0 100px;
    background: var(--Background-Color, #001E31);
    box-shadow: 0.55px -0.55px 3.83px 0px #FFFFFF1A inset;
    color: #fff;
}

.rebateCalculator__Head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 0 56px;
}

    .rebateCalculator__Head h6 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .rebateCalculator__Head h5 {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
    }

    .rebateCalculator__Head p {
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
    }

.rebateCalculator__Head--Action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zipForm {
    display: flex;
    align-items: center;
    width: 477px;
    height: 47px;
}

    .zipForm input[type="number"] {
        background: var(--Internal, #022A42);
        border: 1px solid var(--Background-Color, #001E31);
        height: 100%;
        width: 100%;
        padding: 0 12px;
        border-radius: 8px 0 0 8px;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        outline: 0;
        color: #ffffff;
    }

    .zipForm input[type="text"]::placeholder {
        color: rgb(255 255 255 / 50%);
    }

    .zipForm button {
        width: 64px;
        height: 100%;
        border: 0;
        border-radius: 0px 5px 5px 0px;
        background: linear-gradient(122.68deg, rgba(51, 255, 108, 0.7) -19.3%, rgba(49, 138, 221, 0.7) 63.25%);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.9s ease;
    }

        .zipForm button:hover {
            background: linear-gradient(122.68deg, rgb(49 138 221 / 70%) -19.3%, rgb(51 255 108 / 70%) 100%);
        }

.actionButton {
    width: 237px;
    height: 47px;
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
    background: linear-gradient(168.61deg, #FF896B 25.64%, #F14F27 63.52%);
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.05em;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s ease;
}

    .actionButton:hover {
        background: linear-gradient(168.61deg, #F14F27 25.64%, #FF896B 63.52%);
    }

.rebateCalculator__Grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 32px;
}

.rebateCalculator__Grid--Left {
    width: calc(34% - 16px);
    background: linear-gradient(271.42deg, rgba(0, 151, 224, 0.2) -14.47%, rgba(116, 196, 232, 0.2) 14.19%, rgba(179, 216, 239, 0.2) 39.67%, rgba(116, 196, 232, 0.2) 77.24%, rgba(0, 151, 224, 0.2) 112.9%);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-radius: 5px;
}

.rebateCalculator__Grid--Right {
    width: calc(66% - 16px);
    background: linear-gradient(271.42deg, rgba(0, 151, 224, 0.2) -14.47%, rgba(116, 196, 232, 0.2) 14.19%, rgba(179, 216, 239, 0.2) 39.67%, rgba(116, 196, 232, 0.2) 77.24%, rgba(0, 151, 224, 0.2) 112.9%);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-radius: 5px;
}

.quoteTooltip span a {
    color: #fff;
}

.rebateCalculator__Grid--Head {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .rebateCalculator__Grid--Head h5 {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
    }

    .rebateCalculator__Grid--Head p {
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        color: rgb(255 255 255 / 80%);
    }

.rebateCalculator__Placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 410px;
    gap: 10px;
    padding: 37px;
    border-radius: 10px;
    background: linear-gradient(271.42deg, rgba(0, 151, 224, 0.2) -14.47%, rgba(116, 196, 232, 0.2) 14.19%, rgba(179, 216, 239, 0.2) 39.67%, rgba(116, 196, 232, 0.2) 77.24%, rgba(0, 151, 224, 0.2) 112.9%);
}

.rebateCalculator__Placeholder--Text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

    .rebateCalculator__Placeholder--Text h6 {
        font-size: 14.04px;
        font-weight: 400;
        line-height: 21.06px;
        text-transform: uppercase;
    }

.rebateCalculator__Placeholder--Items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.rebateCalculator__Placeholder--Item {
    height: 40.38px;
    width: 100%;
    display: flex;
    border-radius: 5px;
    background: #14416D;
}

.rebateCalculator__Grid--Row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

    .rebateCalculator__Grid--Row.showCompare .rebateCalculator__Placeholder {
        width: calc(50% - 12px);
    }

.rebateCalculator__Call {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    background: linear-gradient(271.42deg, rgba(0, 151, 224, 0.2) -14.47%, rgba(116, 196, 232, 0.2) 14.19%, rgba(179, 216, 239, 0.2) 39.67%, rgba(116, 196, 232, 0.2) 77.24%, rgba(0, 151, 224, 0.2) 112.9%);
    border-radius: 10px;
    padding: 0 12px;
    width: 100%
}

    .rebateCalculator__Call h6 {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
    }

.smallBtn {
    width: 80px;
    height: 25px;
    padding: 6.22px 12.45px 6.22px 12.45px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    line-height: 8px;
    letter-spacing: -0.005em;
    border: 0.78px solid #EDF2F7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

    .smallBtn:hover {
        background: #fff;
        color: #0f4059;
    }

.rebateCalculator__Action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.rebateCalculator__Action--Head {
    display: flex;
    align-items: center;
    gap: 24px;
}

    .rebateCalculator__Action--Head h6 {
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
    }

.rebateCalculator__Action .actionButton {
    width: 100%;
}

.quoteForm {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: radial-gradient(89.34% 211.61% at 25.57% 225.11%, #B3D8EF 28.07%, #FFFFFF 85.94%), linear-gradient(81.32deg, rgba(255, 255, 255, 0) 20.82%, #FFFFFF 82%), linear-gradient(72.68deg, rgba(255, 255, 255, 0.25) 84.32%, rgba(179, 216, 239, 0.25) 98.77%);
    padding: 20px;
    border-radius: 8px;
    color: #000;
}

.quoteForm__Head {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .quoteForm__Head h6 {
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        color: #000;
    }

.quoteEdit {
    display: flex;
    cursor: pointer;
    transition: 0.3s ease;
}

    .quoteEdit path {
        transition: 0.3s ease;
    }

    .quoteEdit:hover path {
        stroke: #f14f27;
    }

.quoteForm__Panel {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
}

.quoteForm__Item {
    height: 48px;
    padding: 4px 10px 4px 10px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px #1018280D;
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .quoteForm__Item label {
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        color: #8C8C8C;
    }

    .quoteForm__Item input {
        padding: 0;
        border: 0;
        height: 25px;
        color: #000;
        font-size: 13px;
        font-weight: 500;
        line-height: 17px;
        background: none;
        outline: 0;
        margin-top: -7px;
    }

.quoteForm__Note {
    display: flex;
    color: #6D6E71;
    font-size: 6.5px;
    font-weight: 400;
    line-height: 10px;
    text-transform: uppercase;
}

.quoteForm__Result {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.quoteForm__Result--Item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Result__Label {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .Result__Label h6 {
        color: #8C8C8C;
        font-size: 8.26px;
        font-weight: 700;
        line-height: 12.39px;
        text-transform: uppercase;
    }

.quoteTooltip {
    position: relative;
    display: flex;
    cursor: pointer;
}



    .quoteTooltip span {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: 100%;
        top: -6px;
        width: max-content;
        z-index: 1;
        padding: 5px 10px;
        border-radius: 5px;
        background: #021e30;
        color: #fff;
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0.05em;
        margin-left: 0;
        transition: 0.3s ease;
        max-width: 245px;
    }

.quoteTooltip.sm-tooltip span {
    max-width: 155px;
}

.quoteTooltip span:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 6px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #021E30 transparent transparent;
    transform: rotate(0deg);
}

    .quoteTooltip:hover span {
        visibility: visible;
        opacity: 1;
        margin-left: 7px;
    }

.quoteForm__Result--Item h5 {
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    color: #12B76A;
    text-align: right;
}

.quoteForm__Result--Item.totalAmount .Result__Label h6 {
    color: #0D0C0C;
}

.quoteForm__Result--Item.totalAmount h5 {
    color: #000000;
}

.Result__Label p {
    max-width: 150px;
    font-family: Poppins;
    font-size: 5px;
    font-weight: 400;
    line-height: 7.5px;
    letter-spacing: 0.04em;
    color: #8C8C8C;
    text-transform: uppercase;
}

.headWithAction {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.actionButton.success {
    background: linear-gradient(92.27deg, #196C2E -20.01%, #2FA37C 35.88%, #38BC9C 109.97%);
}

button.actionButton.success:hover {
    background: linear-gradient(92.27deg, rgba(51, 255, 108, 0.7) -20.01%, #38bc9c 35.88%, #38BC9C 109.97%);
}

.quoteResult {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    background: var(--Light-background, #FFFFFF);
    color: #000;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}


.showCompare .quoteResult {
    width: calc(50% - 16px);
}

.quoteResult.bestSaving:after {
    content: "";
    background: linear-gradient(92.27deg, #196C2E -20.01%, #2FA37C 35.88%, #38BC9C 109.97%);
    border-image-source: linear-gradient(92.27deg, #196C2E -20.01%, #2FA37C 35.88%, #38BC9C 109.97%);
    height: 5px;
    width: 100%;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.quoteResult__Head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 12px;
}

    .quoteResult__Head h6 {
        display: flex;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        color: #0D0C0C;
        align-items: center;
        gap: 10px;
    }

    .quoteResult__Head span {
        font-size: 12px;
        font-weight: 400;
        line-height: 25px;
        color: #6D6E71;
    }

    .quoteResult__Head h6:before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #000000;
    }

.quoteResult__Basic {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 12px;
}

.quoteResult__Basic--Head {
    display: flex;
    flex-direction: column;
    padding: 4px 0 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d7d7d7;
}

    .quoteResult__Basic--Head h6 {
        font-size: 8.26px;
        font-weight: 700;
        line-height: 12.39px;
        letter-spacing: 0.05em;
        color: #8C8C8C;
        text-transform: uppercase;
    }

.quoteResult__Basic--Items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quoteResult__Basic--Item {
    display: flex;
    justify-content: space-between;
}

    .quoteResult__Basic--Item label {
        font-size: 13px;
        font-weight: 600;
        line-height: 12.39px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 3px;
        color: #8C8C8C;
    }

    .quoteResult__Basic--Item h6 {
        font-size: 13px;
        font-weight: 500;
        line-height: 19.5px;
        letter-spacing: 0.05em;
        color: #12B76A;
    }

    .quoteResult__Basic--Item.price label {
        color: #000000;
    }

    .quoteResult__Basic--Item.price h6 {
        color: #000000;
    }

.quoteResult__MonthyCost {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 12px;
    gap: 15px;
}

.quoteResult__MonthyCost--Item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .quoteResult__MonthyCost--Item label {
        color: #8C8C8C;
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        margin: 0;
    }

    .quoteResult__MonthyCost--Item h6 {
        color: #001E31;
        font-size: 13px;
        font-weight: 500;
        line-height: 19.5px;
        letter-spacing: 0.05em;
    }

    .quoteResult__MonthyCost--Item.totalCost label {
        color: #000000;
    }

    .quoteResult__MonthyCost--Item.totalCost h6 {
        color: #0097E0;
    }

.quoteResult__MonthyCost--Description {
    font-size: 5px;
    font-weight: 400;
    line-height: 7.5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8C8C8C;
}

.quoteResult__TotalCost {
    display: flex;
    flex-direction: column;
}

.quoteResult__TotalCost--Item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quoteResult__TotalCost--Item__Head {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 59px;
    align-items: flex-start;
    max-width: 162px;
    padding-top: 18px;
    height: 100%;
}

.badge {
    height: 10px;
    padding: 2px 8px 2px 8px;
    display: flex;
    border-radius: 16px;
    background: linear-gradient(92.27deg, #196C2E -20.01%, #2FA37C 35.88%, #38BC9C 109.97%);
    color: #fff;
    font-size: 4px;
    font-weight: 700;
    line-height: 6px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: absolute;
    top: 6px;
    left: 0;
}

.quoteResult__TotalCost--Item__Head label {
    font-size: 8.26px;
    font-weight: 700;
    line-height: 12.39px;
    letter-spacing: 0.05em;
    color: #6D6E71;
    text-transform: uppercase;
}

.quoteResult__TotalCost--Item h3 {
    color: #6D6E71;
    font-size: 27px;
    font-weight: 700;
    line-height: 40.5px;
    letter-spacing: 0.05em;
}

.quoteResult__AdditionalCost {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 12px;
    border-radius: 10px;
    margin: 0 -12px;
    width: calc(100% + 24px);
}

.quoteResult__AdditionalCost--Head {
    display: flex;
    justify-content: center;
}

.quoteResult__AdditionalCost {
    background: linear-gradient(271.42deg, rgba(0, 151, 224, 0.2) -14.47%, rgba(116, 196, 232, 0.2) 14.19%, rgba(179, 216, 239, 0.2) 39.67%, rgba(116, 196, 232, 0.2) 77.24%, rgba(0, 151, 224, 0.2) 112.9%);
}

.quoteResult__AdditionalCost--Head h6 {
    color: #6D6E71;
    font-size: 13px;
    font-weight: 600;
    line-height: 12.39px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.quoteResult__AdditionalCost--Items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quoteResult__AdditionalCost--Item {
    display: flex;
    justify-content: space-between;
}

.quoteResult__AdditionalCost--Item__Head {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .quoteResult__AdditionalCost--Item__Head label {
        color: #8C8C8C;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        line-height: 12.39px;
        letter-spacing: 0.05em;
    }

.quoteResult__AdditionalCost--Item h6 {
    font-size: 8.26px;
    font-style: italic;
    font-weight: 700;
    line-height: 12.39px;
    letter-spacing: 0.05em;
    color: #8C8C8C;
}

    .quoteResult__AdditionalCost--Item h6.color_black {
        font-style: normal;
        text-transform: uppercase;
        color: #000;
    }

.quoteResult.bestSaving .quoteResult__TotalCost--Item h3 {
    color: #0097E0;
}

.quoteResult.bestSaving .quoteResult__Head h6:before {
    /*background: #0097E0;*/
}

.quoteChart {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 13px;
    background: linear-gradient(180.07deg, #FFFFFF 0.06%, #42B3FE 377.72%);
    overflow: hidden;
    gap: 12px;
}

    .quoteChart:before {
        content: "";
        background: linear-gradient(92.27deg, #196C2E -20.01%, #2FA37C 35.88%, #38BC9C 109.97%);
        border-image-source: linear-gradient(92.27deg, #196C2E -20.01%, #2FA37C 35.88%, #38BC9C 109.97%);
        height: 5px;
        width: 100%;
        display: flex;
        position: absolute;
        left: 0;
        top: 0;
    }

.quoteChart__Head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .quoteChart__Head h4 {
        color: #16192C;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
    }

    .quoteChart__Head .smallBtn {
        border: 0.78px solid #EDF2F7;
        color: #16192C;
    }

.quoteChart__Indicators {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #000;
}

.quoteChart__Indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #425466;
    font-size: 9.33px;
    font-weight: 500;
    line-height: 9.33px;
}

    .quoteChart__Indicator:before {
        width: 6.22px;
        height: 6.22px;
        content: "";
        border-radius: 6px;
    }

    .quoteChart__Indicator.green:before {
        background: linear-gradient(92.27deg, #196C2E -20.01%, #2FA37C 35.88%, #38BC9C 109.97%);
    }

    .quoteChart__Indicator.black:before {
        background: linear-gradient(181.41deg, #004F73 -33.57%, #030E2E 96.81%);
    }

    .quoteChart__Indicator.blue:before {
        background: linear-gradient(134.62deg, #0097E0 6.24%, #77CAF3 92.04%);
    }

.goalSteps {
    padding: 64px 0;
    background: linear-gradient(360deg, #081220 37.83%, #06314B 90.3%);
    background-size: cover;
    background-repeat: no-repeat;
}

.goalSteps__Head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

    .goalSteps__Head h6 {
        color: #74C4E8;
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0.04em;
    }

    .goalSteps__Head h4 {
        color: #0097E0;
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
        text-align: center;
    }

    .goalSteps__Head p {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        max-width: 768px;
    }

.goalSteps__Wrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0 0;
}

.goalStep {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 15px;
    position: relative;
    padding-top: 100px;
}

    .goalStep h6 {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        position: relative;
    }

    .goalStep p {
        color: #FFFFFF99;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        max-width: 340px;
        position: relative;
    }

    .goalStep svg {
        position: absolute;
        top: -50px;
        left: calc(50% - 137px);
    }

    .goalStep .number {
        position: absolute;
        top: -50px;
        left: calc(50% - 137px);
    }

.quoteResult__MonthyCost--Head {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .quoteResult__MonthyCost--Head h6 {
        color: #6D6E71;
        font-size: 13px;
        font-weight: 600;
        line-height: 12.39px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

.quoteResult__MonthyCost--Item__Head {
    display: flex;
    position: relative;
    align-items: flex-start;
    gap: 6px;
    align-items: center;
    width: 100%;
}

    .estimatedMonthlySave label {
        color: #000;
    }

.quoteResult__Description {
    display: flex;
    flex-direction: column;
    font-size: 9px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.04em;
    color: #8C8C8C;
}

.color_blue {
    color: #0097E0 !important;
}

.color_green {
    color: #12B76A !important;
}

.color_black {
    color: #000 !important;
}

.color_gray {
    color: #8C8C8C !important;
}

.u_line {
    text-decoration: underline;
}

.rebateCalculator__checkbox {
    display: flex;
}

.rc-checkbox {
    position: relative;
    display: flex;
    align-items: center;
}

    .rc-checkbox input[type="checkbox"] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

    .rc-checkbox span {
        position: relative;
        display: flex;
        gap: 10px;
        font-size: 14px;
        font-weight: 300;
        line-height: 21px;
        align-items: center;
    }

        .rc-checkbox span:before {
            display: flex;
            content: "";
            width: 30px;
            height: 30px;
            background-color: #ffffff;
            border-radius: 10px;
        }

    .rc-checkbox input[type="checkbox"]:checked + span:before {
        background-image: url(../images/tick-green.svg);
        background-repeat: no-repeat;
        background-size: 13px;
        background-position: center;
    }

#quote_result_placeholder, #quoteFormB, #quoteB_Placeholder, #quoteResultB {
    display: none;
}

.rebateCalculator__Grid--Row .rebateCalculator__Placeholder {
    width: 100%;
}

.initialrow #quote_result_placeholder {
    display: flex;
}

/* Parent container ensures proper alignment */
.input-wrapper {
    position: relative;
    width: 100%;
    /* Matches the parent's width */
}

/* Suggestions container styles */
.suggestions-container {
    position: absolute;
    top: 100%;
    /* Align directly below the input field */
    left: 0;
    z-index: 2;
    width: 100%;
    /* Match input field width */
    background: white;
    /*    border: 1px solid #ccc;*/
    border-radius: 4px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional shadow */
    max-height: 350px;
    /* Scrollable suggestions */
    overflow-y: auto;
}

    /* Individual suggestion items */
    .suggestions-container .suggestion-item {
        padding: 10px;
        cursor: pointer;
        border-bottom: 1px solid #ddd;
    }

        .suggestions-container .suggestion-item:hover {
            background-color: #f0f0f0;
        }

        .suggestions-container .suggestion-item:last-child {
            border-bottom: none;
        }

/* Input field styles */
/*#modelNumber {
    width: 100%;*/
/*    border: 1px solid #ccc;*/
/*border-radius: 4px;
    outline: none;
}*/


#modelNumber:focus {
    border: 0;
    box-shadow: none;
    /* Optional highlight */
}

.hide-initial {
    display: none !important;
}

.rebate-calculator {
    font-family: Arial, sans-serif;
    max-width: 600px;
    margin: auto;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 15px;
}

.rebateCalculator label {
    display: block;
    margin-bottom: 5px;
}

.rebateCalculator  .quoteResult__Basic--Item label {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    gap: 7px;
}

.rebateCalculator input {
    width: 100%;
    /*padding: 8px;*/
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
}

.rebateCalculator button {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

rebateCalculator button:hover {
    background-color: #0056b3;
}

.results {
    margin-top: 20px;
}

    .results h3 {
        margin-bottom: 10px;
    }

.quoteForm__Item.checkbox {
    border: 0;
    padding: 5px 0 0px;
    height: auto;
    box-shadow: none;
}

    .quoteForm__Item.checkbox .rc-checkbox span:before {
        background: #e0e0e0;
        width: 20px;
        height: 20px;
        border-radius: 5px;
    }

.quoteForm__Item .checkbox-container .rc-checkbox span:before {
    background: #e0e0e0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
}

.quoteForm__Item.addIndoor_Show {
    display: none;
}

.quoteForm__Item .checkbox-container .rc-checkbox span {
    text-indent: -9999px;
}

.quoteForm__Item .checkbox-container label.rc-checkbox {
    position: absolute;
    right: 0px;
    top: 13px;
    display: none;
}

.addIndoorAction {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 20px;
    height: 20px;
    background: #134359;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.quoteForm__Item.readonly {
    background: #ccc;
}

.quoteResult__MonthyCost--Item .flex-row {
    display: flex;
    margin-top: 30px;
    margin-bottom: 15px;
    width: 100%;
    justify-content: space-between;
}

.quoteResult__MonthyCost--Item h5 {
    position: absolute;
    font-weight: 500;
    font-size: 12px;
}

.addIndoorAction:hover {
    transform: scale(1.1);
}

.action_button_panel {
    display: flex;
    gap: 20px;
    width: 100%;
}

.actionButton.cancel {
    background: linear-gradient(168.61deg, #9a9a9a 25.64%, #6b6b6b 63.52%);
}

.accordianArea {
    display: flex;
    flex-direction: column;
    padding: 10px 5px;
    border-radius: 10px;
    background: #F6F3F3;
    position: relative;
}

.accordianArea__Head {
    display: flex;
    /*cursor: pointer;*/
    align-items: center;
    gap: 5px;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 600;
    line-height: 12.39px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.accordianArea .quoteResult__MonthyCost--Item h6 {
    font-size: 10px;
    text-align: right;
    line-height: 12px;
    width: 100%;
    max-width: 45%;
}

.accordianArea__Default {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.accordianArea__More {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 5px 0 0;
}

.accordianArea__Head svg {
    rotate: 180deg;
    transition: 0.3s ease;
}

.accordianArea__Head.active svg {
    rotate: 0deg;
}

.quoteResult__MonthyCost--Item.available_rebate label {
    color: #000000;
}

.accordianArea__Action {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0 0;
    position: absolute;
    right: 0px;
}

.view_details {
    font-size: 11px;
    font-weight: 500;
    text-decoration: underline;
    color: #1f97e0;
    cursor: pointer;
    transition: 0.3s ease;
}

    .view_details:hover {
        color: #000;
    }

.quoteChartAccordian {
    background: radial-gradient(89.34% 211.61% at 25.57% 225.11%, #B3D8EF 28.07%, #FFFFFF 85.94%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, linear-gradient(81.32deg, rgba(255, 255, 255, 0) 20.82%, #FFFFFF 82%), linear-gradient(72.68deg, rgba(255, 255, 255, 0.25) 84.32%, rgba(179, 216, 239, 0.25) 98.77%);
    padding: 45px 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.quoteChartAccordian__Head {
    border-bottom: 3px solid;
    width: 595px;
    height: 37px;
    padding: 0px 19px 0px 19px;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 25px;
}

    .quoteChartAccordian__Head:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, rgba(152, 162, 179, 0) 0%, rgba(152, 162, 179, 0.5) 13.5%, rgba(152, 162, 179, 0.5) 89%, rgba(152, 162, 179, 0) 100%);
    }

.quoteChartAccordian__Head__Link {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    color: #98A2B3;
    position: relative;
    cursor: pointer;
}

    .quoteChartAccordian__Head__Link:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: none;
    }

    .quoteChartAccordian__Head__Link:hover:after, .quoteChartAccordian__Head__Link.active:after {
        background: linear-gradient(271.42deg, #0097E0 -14.47%, #74C4E8 14.19%, #B3D8EF 39.67%, #74C4E8 77.24%, #0097E0 112.9%);
    }

.quoteChartAccordian__Body {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ChartWrapp {
    display: flex;
    flex-direction: column;
}

    .ChartWrapp svg {
        width: 100%;
    }

.quoteChart {
    box-shadow: 0px 0px 0.78px 0px #0C1A4B3D;
    background: linear-gradient(180.07deg, #FFFFFF 0.06%, #42B3FE 377.72%);
    display: none;
}

    .quoteChart:before {
        bottom: 0;
        top: auto;
    }

.quoteChart__Head {
    justify-content: center;
    flex-direction: column;
}

    .quoteChart__Head p {
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        text-align: center;
        color: #101828;
    }

div#energy_savings_chart {
    display: block;
}


.quoteChartAccordian__Head__Link:hover, .quoteChartAccordian__Head__Link.active {
    color: #000;
}

.ChartWrapp {
    width: 100%;
    position: relative;
}

/*#barChart, #lineChart {
    width: 100% !important;
    height: 100% !important;
}*/

.chart-labels-values {
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    max-width: 564px;
    margin-left: 27px;
    margin-bottom: 10px;
}


    .chart-labels-values span.label {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 9px;
        line-height: 16px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        max-width: 150px;
    }

    .chart-labels-values .chart-info {
        text-align: center;
        margin-top: 30px;
    }

    .chart-labels-values span.value {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0.05em;
        color: #001E31;
        text-align: center;
        display: block;
        margin-top: 10px;
        max-width: 150px;
    }

.chart-values.monthly-cost {
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    max-width: 530px;
    /*margin-left: 45px;*/
    margin-bottom: 10px;
    gap: 20px;
}

    .chart-values.monthly-cost span.label {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 21px;
        text-align: center;
        color: #000000;
        text-transform: uppercase;
        display: block;
    }

    .chart-values.monthly-cost span.value {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #0097E0;
        display: block;
    }

div#energy_savings_chart {
    position: relative;
}

.tooltip-info-box {
    position: relative;
    max-width: 270px;
    height: 157.67px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2.38px 57.01px -2.38px rgba(0, 0, 0, 0.18), inset 0.547578px 5.34px 16px rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(137.595px);
    border-radius: 10px;
    padding: 12px;
    margin: 10px 0px;
    display: none;
}

    .tooltip-info-box p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 17px;
        align-items: center;
        letter-spacing: 0.05em;
        color: #001E31;
        margin-bottom: 20px;
    }

    .tooltip-info-box .quoteChart__Indicator {
        margin-bottom: 14px;
        font-size: 12px;
    }

    .tooltip-info-box span.value {
        color: #0097E0;
    }

.daikin-fit-savings-summary {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.savings-block {
    text-align: center;
    margin: 0 auto;
}

    .savings-block .cost {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        color: #2E2E30;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px;
        text-align: center;
        justify-content: center;
    }

    .savings-block .year {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        color: #2E2E30;
        text-align: center;
        display: flex;
        align-items: center;
        gap: 17px;
        /* justify-content: center; */
    }

.daikin-fit-savings-summary {
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
    padding: 0px 15px;
}

.savings-block {
    text-align: center;
    margin: 0 auto;
    /* width: 208.33px; */
    height: 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .savings-block .cost {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        color: #2E2E30;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 18px;
        text-align: center;
        justify-content: center;
    }

    .savings-block .year {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        color: #2E2E30;
        text-align: center;
        display: flex;
        align-items: center;
        gap: 17px;
    }

.daikin-fit-savings-summary:after {
    border-bottom: 1px solid rgba(151, 151, 151, 0.5);
    width: 88%;
    height: 1px;
    position: absolute;
    content: "";
    top: 50%;
    left: 0px;
}

.savings-block.active-block {
    background: linear-gradient(72.68deg, rgba(255, 255, 255, 0.25) 84.32%, rgba(179, 216, 239, 0.25) 98.77%), linear-gradient(81.32deg, rgba(255, 255, 255, 0) 20.82%, #FFFFFF 82%), radial-gradient(89.34% 211.61% at 25.57% 225.11%, #B3D8EF 28.07%, #FFFFFF 85.94%);
    /* Standard Shadow */
    box-shadow: -6px 11px 20px rgba(1, 30, 49, 0.1);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    width: 208.33px;
    height: 104px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 11px;
    overflow: hidden;
}


    .savings-block.active-block:after {
        background: linear-gradient(92.27deg, #196C2E -20.01%, #2FA37C 35.88%, #38BC9C 109.97%);
        text-fill-color: transparent;
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 5px;
        left: 0px;
        bottom: 0px;
        content: "";
        z-index: 2;
    }

    .savings-block.active-block .cost {
        background: linear-gradient(92.27deg, #196C2E -20.01%, #2FA37C 35.88%, #38BC9C 109.97%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 16px;
    }

.additional-addon-box input.additioanl-addon-input {
    height: 37px;
    padding: 4px 10px 4px 10px;
    border-radius: 8px;
    border: 1px solid #D0D5DD !important;
    box-shadow: 0px 1px 2px 0px #1018280D;
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
}

.additional-addon-box input.addon-input:focus, .additional-addon-box .included-input:focus {
    outline: 0px;
}

.additional-addon-box .additonal-addon-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.additional-addon-box input.additioanl-addon-input:focus {
    outline: 0px;
}

.addon-item span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 12px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8C8C8C;
}

.addon-item {
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1;
}

.additonal-addon-item h6 {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    font-size: 13px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.05em;
    color: #8C8C8C;
}

.additonal-addon-item input {
    font-size: 10px;
    flex: 1;
}

.additional-addon-box a.add-on-link, .additional-addon-box a.remove-item {
    cursor: pointer;
}

.accordianArea__Head .quoteTooltip svg {
    rotate: none;
}

.csModal {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: fixed;
    display: none;
    background: rgba(0, 30, 49, 0.67);
    backdrop-filter: blur(13.963233947753906px);
    z-index:11;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}

    .csModal.show {
        display: flex;
    }

.csModal__content {
    width: min(100%, 1150px);
    min-height: 150px;
    background: var(--white);
    border-radius: 10px;
    box-shadow: var(--daikinShadow);
    max-height: 100%;
    overflow: auto;
    padding: 20px;
    animation: 0.5s modalZoomIn linear forwards;
}

.csModal__out {
    width: 30px;
    height: 30px;
    background: url("../images/close-white.svg") center / contain no-repeat;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: 0.3s linear;
}

    .csModal__out:hover {
        transform: rotate(180deg);
        transition: 0.3s linear;
    }

/* Chrome, Safari, Edge, Opera */
.quoteForm input::-webkit-outer-spin-button,
.quoteForm input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.zipForm input[type=number]::-webkit-outer-spin-button,
.zipForm input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quoteForm input[type=number] {
    -moz-appearance: textfield;
}

.zipForm input[type=number] {
    -moz-appearance: textfield;
}

.accordianArea .view_details {
    position: absolute;
    right: 15px;
    margin-top: 6px;
}

.accordianArea .model-number {
    font-weight: 700;
    font-size: 12px;
    line-height: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0D0C0C;
    height: 20px;
    margin-top: 10px;
    padding-left: 20px;
}

.tick-image {
    display: flex;
    gap: 10px;
}

p.disclaimer-txt {
    color: #000;
    font-size: 10px;
    padding: 10px 20px;
    padding-bottom: 0px;
}

    p.disclaimer-txt a {
        color: #000;
    }

.rebateCalculator__Grid--Left p.disclaimer-txt {
    color: #fff;
    padding: 0px;
}

.quoteResult__MonthyCost--Item.available_rebate label {
    width: 100%;
}

.quoteResult__MonthyCost--Item__Head label {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0px;
}

.pdf-disclaimer-box {
    display: none;
}

.quoteResult__MonthyCost--Item__Head.net-rebate-box {
    background: linear-gradient(122.68deg, rgba(51, 255, 108, 0.35) -19.3%, rgba(49, 138, 221, 0.35) 63.25%);
    box-shadow: 0px 0.486817px 11.6836px -0.486817px rgba(0, 0, 0, 0.18), inset 0.547578px -0.547578px 3.83305px rgba(255, 255, 255, 0.1), inset 0px 1.64273px 1.09516px rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(13.9632px);
    border-radius: 10px;
    padding: 12px 15px;
}

.quoteResult__MonthyCost--Item.totalCost.net-rebate-box-wrapper {
    flex-direction: column;
}

.tooltip-data-block {
    font-size: 11px;
    margin-top: 8px;
}

.goalSteps__Head :is(h1, h2) {
    background: var(--daikinGradientSt);
    font-size: 48px;
    font-weight: 500;
    line-height: 62px;
    text-align: center;
    letter-spacing: 0.5px;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.proTemplate .goalSteps__Head {
    gap: 5px;
}

.proTemplate .actionButton.success {
    background: var(--daikinProGradient);
}

.proTemplate button.actionButton.success:hover {
    background: linear-gradient(168.61deg, #F14F27 25.64%, #FF896B 63.52%);
}

.proTemplate .quoteChart:before {
    background: var(--daikinProGradient);
}

.proTemplate .chart-values.monthly-cost span.value {
    color: #F14F27;
}

.proTemplate .quoteResult.bestSaving:after {
    background: var(--daikinProGradient);
}

.proTemplate .savings-block.active-block:after {
    background: var(--daikinProGradient);
}

.proTemplate .savings-block.active-block .cost {
    background: var(--daikinProGradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

#barChart div + div {
    z-index: 1 !important;
    font-size: 9px !important;
}

.chart-info {
    padding-left: 3%;
}

.callActionBlock__content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 15px;
}

.callActionBlock__content img {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.callActionButton .Link {
    padding-left: 60px;
    font-size: 20px;
    height: 45px;
    display: flex;
    align-items: center;
    color: var(--secondaryColor);
    font-weight: 600;
    z-index: 1;
    position: relative;
}

.edit-field-rebates {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 220px;
    justify-content: flex-end;
    font-weight: 600;
}
.edit-field-rebates input {
    border: 1px solid #D0D5DD;
    padding: 3px;
    min-width: 60px;
    font-size: 12px;
}

.edit-field-rebates span.color_green {
    min-width: 52px;
}

.edit-field-rebates h6 {
    font-weight: 600;
    margin-left: -6px;
    margin-top: 1px;
}

.quoteResult__Basic--Item {
    align-items: center;
}

a.check-rebates-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    gap: 10px;
    height: 26px;
    background: linear-gradient(92.27deg, #196C2E -20.01%, #2FA37C 35.88%, #38BC9C 109.97%);
    border-radius: 5px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .rebateCalculator__Head--Action {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .zipForm {
        width: 100%;
    }

    .rebateCalculator__Grid--Left {
        width: 100%;
        padding: 20px;
    }

    .rebateCalculator__Head {
        padding: 0 0 30px;
    }

    .rebateCalculator__Grid--Right {
        width: 100%;
        padding: 20px;
    }

    .rebateCalculator__Grid--Row .rebateCalculator__Placeholder {
        width: 100%;
    }

    .rebateCalculator__Call {
        height: auto;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
        width: 100%;
    }

    .quoteResult {
        width: 100%;
    }

    .goalStep {
        width: 100%;
    }

    .rebateCalculator__Grid--Row {
        flex-direction: column;
    }

    .showCompare .quoteResult {
        width: 100%;
    }

    .daikin-fit-savings-summary {
        gap: 20px;
        padding: 0px;
    }

    #lineChart {
        min-height: 300px;
    }

    .chart-labels-values {
        margin-left: 12px;
        margin-bottom: 10px;
        margin-right: 12px;
    }

    .csModal__out {
        top: 10px;
        right: 10px;
    }

    .csModal {
        padding: 50px 10px 10px 10px;
    }

    #exportButton {
        width: -webkit-fill-available;
        margin-top: 20px;
    }

    .goalSteps__Head :is(h1, h2) {
        font-size: 38px;
        line-height: 48px;
    }

    .proTemplate .goalSteps__Head {
        gap: 20px;
    }

    .quoteChartAccordian__Head__Link {
        font-size: 12px;
    }

    .quoteChartAccordian__Head {
        width: 100%;
        margin-bottom: 15px !important;
        height: auto;
    }

    .quoteChartAccordian__Head__Link {
        text-align: center;
        padding-bottom: 8px;
    }

    .callActionButton .Link {
        font-size: 14px;
        height: 30px;
        padding-left: 40px;
    }

    .callActionBlock__content img {
        width: 30px;
        height: 30px;
    }
    .quoteResult__Basic--Item label {
        font-size: 11px;
    }
    .quoteResult__MonthyCost--Item label {
        font-size: 12px;
    }
    .quoteTooltip.sm-tooltip span:before {
        left: 66%;
        top: -7px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 5px 5px 5px 0;
        border-color: transparent #021E30 transparent transparent;
        transform: rotate(90deg);
    }
    .quoteResult__AdditionalCost--Item__Head label {
        font-size: 12px;
    }
    .accordianArea__Head {
        font-size: 12px;
    }
    .quoteResult__MonthyCost--Head h6 {
        font-size: 12px;
    }
    .rebateCalculator .quoteResult__Basic--Item label {
        max-width: 183px;
    }
    .quoteResult__MonthyCost--Item {
        flex-wrap: wrap;
        gap: 12px;
    }
    .quoteResult__Basic--Item {
        flex-wrap: wrap;
        gap: 6px;
    }
    .quoteTooltip.sm-tooltip span {
        right: -42px;
        top: 22px;
        left:auto;
    }
}


.no-border-dropdown-full-width {
    border: 0;
    width: 100%;
    font-size: 12px;
}

.clear-select {
    max-width: 15px;
    position: absolute;
    right: 10px;
    height: 20px;
    top: 6px;
    width: 20px;
    cursor:pointer;
}

/* PRE LOADER */
.preLoader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 30, 49, 0.67);
    backdrop-filter: blur(13.963233947753906px);
    z-index: 8;
    color: var(--white)
}

    .preLoader img {
        width: 60px;
        aspect-ratio: 1/1;
    }

    .preLoader.show {
        display: flex;
    }

/* PRE LOADER END */
