.loader_container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 530px;
}

.loader_sub-container {
    max-width: 954px;
    width: 100%;
    max-height: 530px;
    height: 100%;
    background-color: #F5F4EF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
}

.actual_loader-gif {
    max-width: 172px;
    width: 100%;
    max-height: 171px;
    height: 100%;
}

.loader_desp {
    text-align: center;
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.bh-calculator_section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.bh-calculator_container {
    padding: 40px 20px 50px;
    background: linear-gradient(180deg, rgba(102, 124, 147, 0.50) 0%, rgba(123, 136, 149, 0.00) 100%);

}

.bh-calc_form-container {
    padding: 30px 30px 77px;
    border-radius: 8px;
    text-align: center;
    background: #F5F4EF;
    max-width: 954px;
    margin: 0 auto;
}

.bh-calc_heading {
    color: #FFF;
    text-align: center;
    font-family: BioRhyme;
    font-size: 36px;
    font-weight: 700;
    line-height: 42.192px;
    margin-bottom: 30px;
}

/* Common Css */
.bh-calc_form-container .btn--primary {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    border-radius: 30px;
    background: #7345B2;
    padding: 12px 39px;
    cursor: pointer;
    outline: none;
    border: none;
}

.bh-calc_form-container .step1-form-container .btn--primary{
    min-width: 25%;
}

.frm__field {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #c4c4c4;
    color: #26282b;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 40px 8px 8px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.frm__label {
    color: #26282b;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
}

.frm__group .error {
    color: #d51123;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    visibility: hidden;
}


.bh-calc_step-txt {
    color: #000;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.bh-calc_step-txt span {
    font-weight: 300;
    opacity: 0.6;
}

.bh-calc_step-heading {
    color: #000;
    font-family: BioRhyme;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.128px;
    margin-bottom: 8px;
}

.bh-calc_step-subheading {
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 32px;
}

.bh-calc_form-container .check-container input:checked~.checkmark {
    border: 1px solid #7345b2;
}

.bh-calc_form-container .check-container .checkmark:after {
    left: 5px;
    top: 0;
}


/* Step 1 */
.step1-form-container .formcontainer>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.step1-form-container .formcontainer .frm__group:nth-child(1) {
    margin-right: 20px;
}

.step1-form-container .frm__group {
    position: relative;
    max-width: 305px;
    text-align: left;
}

.step1-form-container .error {
    margin-top: 0;
    margin-bottom: 5px;
}

.step1-form-container .formcontainer .frm__group:nth-child(3) {
    margin-right: 20px;
}

.step1-form-container .frm__field {
    height: 55.3px;
    border: 0.8px solid #00000040;
    border-radius: 8px;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 17px 16px;
}

.step1-form-container .frm__field::placeholder {
    color: #000;
    opacity: 0.6;
    text-align: left;
}

.step1-form-container .formcontainer .frm__group input:focus+.ids-form-label {
    display: block !important
}

.step1-form-container .formcontainer .frm__group label {
    display: block;
    position: absolute;
    color: #000;
    font-family: Poppins;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    top: -6px;
    left: 16px;
    z-index: 9;
    background-color: #F5F4EF;
    padding: 0 4px;
    margin-bottom: 0;
}


.step1-form-container .frm__field:focus,
.step1-form-container .frm__field:focus-visible {
    border: 1px solid #000;
    color: #000;
}

.step1-form-container .form_field_checkbox {
    margin-top: 20px;
    max-width: 630px;
    width: 100%;
}

.step1-form-container .check-container {
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    position: relative;
    cursor: pointer;
    max-width: 620px;
}

label.check-container:hover input~.checkmark {
    background-color: #f5f4ef;
}

.check-container:hover input:checked~.checkmark {
    background-color: #7345b2;
}

.step1-form-container .form_button {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 42px;
}

.step1-form-container .form_button button {
    width: max-content;
}

.step1-form-container .checkmark {
    background-color: #F5F4EF;
    border: 1px solid #A0A0A0;
}

.check-container input {
    position: absolute;
    left: -30px;
    top: 0;
    cursor: pointer;
}

.step1-form-container .form-checkbox {
    margin-bottom: 0px;
    display: flex;
    justify-self: left;
}

.bh-calc_step-1-wrapper .icon-chevron-right,
.bh-calc_step-2-wrapper .icon-chevron-right {
    display: none;
}

/* .check-container input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
} */

.step1-form-container .frm__group:nth-child(3)::before {
    position: absolute;
    top: 21px;
    left: 16px;
    content: "";
    background-image: url(../../../content/dam/asianpaintsbeautifulhomes/ap-beautiful-homes/emi--banner/india-flag.png);
    background-position: center;
    background-size: cover;
    width: 18px;
    height: 13px;
    display: block;
    z-index: 9;
}

.step1-form-container .frm__group:nth-child(3)::after {
    content: "+91";
    position: absolute;
    color: #000;
    left: 41px;
    top: 18px;
    border-right: 1px solid #00000020;
    height: 20px;
    padding-right: 11px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    z-index: 9;
}

.step1-form-container .frm__group:nth-child(3) input {
    text-indent: 76px;
}

.step1-form-container__authorizing-text {
    max-width: 630px;
}

.step1-form-container__authorizing-text p {
    color: #323232;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    opacity: 0.6;
    text-align: left;
    margin-top: 29px;
}



/* Step 2 */
.bh-calc_step-2-wrapper .bh-calc_step-txt {
    margin-bottom: 20px;
}

.bh-calc_form-container {
    padding: 30px 30px 35px;
}

.bh-calc_step-2-wrapper .bh-calc_step-heading {
    font-weight: 800;
    font-family: Lato;
    letter-spacing: 0.24px;
    margin-bottom: 46px;
}

.step-2_select-rooms-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    max-width: 708px;
    margin: 0 auto;
}

.select-rooms_option-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 344px;
    background-color: #fff;
    padding: 16px 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.15);
    width: calc(50% - 13px);
    height: 53px;
}

.option-wrapper_label input {
    width: 0;
    height: 0;
    opacity: 0;
}

.option-wrapper_label label {
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 36px;
    position: relative;
    cursor: pointer;
}

.option-wrapper_label label::before {
    content: '';
    background-color: unset;
    position: absolute;
    top: 0px;
    left: 0;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #7345B2;
}

.option-wrapper_label input:checked~label::after {
    display: block;
    background: url(../../../content/dam/asianpaintsbeautifulhomes/ids-page-icon/checkbox-tick.png) no-repeat center center/cover;
}

.option-wrapper_label input:checked~label {
    font-weight: 700;
}

.option-wrapper_label label::after {
    content: "";
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    /* -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 3px 3px 0; */
}

.option-wrapper_count-div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.count-div_minus,
.count-div_plus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 6px 1px 6px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #E3DAF0;
    cursor: pointer;
}

.count-div_minus.disabled.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.count-div_minus img {
    width: 8px;
    /* height: 1px; */
}

.step-2_select-rooms-wrapper .form_button {
    width: 100%;
    margin: 0 auto;
}

.btn--primary.disabled {
    background: #BBB;
    pointer-events: none;
}

.step-2_select-rooms-wrapper .home-redesign-help__form-cta button {
    padding: 12px 60px;
    width: max-content;
}

.dsp-none {
    display: none;
}

/* @font-face {
    font-style: normal;
    font-family: Inter;
    font-weight: 400;
    font-display: swap;
    src: url(../../../content/dam/asianpaintsbeautifulhomes/fonts/inter/Inter-Regular.woff);
} */

/*Step 3 start*/
.bh-calc_step-3-wrapper {
    padding: 0px 28px 0 66px;
}

.bh-calc_step-3-wrapper .bh-calc_step-heading {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 29px;
}

.step-3_select-cards-wrapper {
    display: flex;
    max-width: 800px;
}

.step-3_select-cards-wrapper .bh-cal-cards {
    width: 25%;
    background: #F1FFDF;
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.10);
    transition: transform 0.3s ease;
}

.step-3_select-cards-wrapper .bh-cal-cards:nth-child(2) {
    background: #EDFCFF;
}

.step-3_select-cards-wrapper .bh-cal-cards:nth-child(3) {
    background: #FFF7ED;
}

.step-3_select-cards-wrapper .bh-cal-card-image {
    position: relative;
}

.step-3_select-cards-wrapper .bh-cal-card-image h2 {
    position: absolute;
    top: 25px;
    left: 19px;
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.4px;
    text-transform: capitalize;
    text-align: left;
}

.step-3_select-cards-wrapper .bh-cal-card-desc {
    padding: 0 18px 25px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 17px;
    height: calc(100% - 84px);
}

.step-3_select-cards-wrapper .bh-cal-card-desc ul {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.step-3_select-cards-wrapper .bh-cal-card-desc ul li {
    text-align: left;
    position: relative;
    padding-left: 22px;
    color: #000;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.step-3_select-cards-wrapper .bh-cal-card-desc ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    transform: rotate(-50deg);
    width: 6px;
    height: 3px;
    border: solid #000;
    border-width: 0px 0px 2px 2px;
}

.step-3_select-cards-wrapper .bh-cal-btn {
    max-width: 123px;
    width: 123px;
    padding: 8px 12px;
    text-align: center;
    border-radius: 30px;
    vertical-align: middle;
    border: 1px solid #7345B2;
    color: #7345B2;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    background: transparent;
    text-transform: capitalize;
    line-height: 16.408px;
    letter-spacing: 0.28px;
    margin-top: auto;
    display: block;
}

.bh-calc_step-3-wrapper .card_button {
    margin-top: 37px;
    display: flex;
    gap: 1px;
    justify-content: center;
    align-items: center;
    margin-left: -96px;
}

.bh-calc_step-3-wrapper .card_button .back-btn,
.bh-calc_step-3-wrapper .card_button .next-btn {
    color: #7345B2;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.198px;
    border: none;
    outline: none;
    background: transparent;
    /* width: 142px; */
    /* min-width: 142px; */
    padding: 0 5px;
    cursor: pointer;
}

.bh-calc_step-3-wrapper .card_button .next-btn {
    border-radius: 30px;
    background: #7345B2;
    color: #FFF;
    font-weight: 700;
    line-height: 23.4px;
    width: 160x;
    min-width: 160px;
    padding: 12px 5px;
}

.bh-calc_step-3-wrapper .card_button .next-btn:disabled {
    background: #C0C0C0;
    cursor: default;
}

.step-3_select-cards-wrapper .bh-custom-cards {
    background: #323232;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* width: 200px; */
}

.step-3_select-cards-wrapper .bh-custom-cards img {
    align-self: flex-end;
    width: auto;
}

.step-3_select-cards-wrapper .bh-custom-desc {
    padding: 0px 18px 25px 20px;
}

.step-3_select-cards-wrapper .bh-custom-desc .title {
    color: #FFF;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.4px;
    margin-bottom: 10px;
    text-align: left;
}

.step-3_select-cards-wrapper .bh-custom-desc .para {
    color: #FFF;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 25px;
    text-align: left;
}

.step-3_select-cards-wrapper .bh-custom-desc .bh-cal-btn {
    border: 1px solid #fff;
    color: #FFFFFF;
}

.card-hover-active {
    transform: scale(1.06);
    z-index: 1;
}

.card-hover-nonActive {
    opacity: 0.8;
}

.card-bg {
    /* background: #c6afe5 !important;
    border: 1px solid #301b4e20; */
    border: 1px solid #7345B2 !important;
    background: #F1EDF8 !important;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.10);
}

.card-active {
    transform: scale(1.06);
    z-index: 1;
}

.step-3_select-cards-wrapper .bh-cal-cards.card-active {
    box-shadow: none;
}

.step-3_select-cards-wrapper .bh-cal-cards.card-active img {
    mix-blend-mode: luminosity;
}

.step-3_select-cards-wrapper .bh-custom-cards.card-active .bh-custom-desc .title,
.step-3_select-cards-wrapper .bh-custom-cards.card-active .bh-custom-desc .para {
    color: #7345B2;
}

.step-3_select-cards-wrapper .bh-custom-cards.card-active .bh-custom-desc .bh-cal-btn {
    color: #7345B2;
    border: 1px solid #7345B2;
}

.step-3_select-cards-wrapper .bh-custom-cards.card-active img {
    mix-blend-mode: multiply;
}

/* step3 end */

.bh-calc_form-container .back-btn {
    color: #7345B2;
    font-family: Lato;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.198px;
    border: none;
    background: no-repeat;
    cursor: pointer;
    padding: 0;
    margin-right: 52px;
    text-align: right !important;
}

.bhs-cal-mobimg {
    display: none;
}

.result-hero-mobImg {
    display: none;
}

/* disclaimer text css start*/

.disclaimer-text-toltip {
    display: flex;
    background-color: #E0ECF9;
    padding: 4px 20px 4px 8px;
    border-radius: 8px;
    gap: 6px;
    margin: 0 auto;
    max-width: 727px;
    margin-top: 16px;
    text-align: left;
}

.disclaimertext-toltip-img-wrapper {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.disclaimertext-toltip-img {
    width: 100%;
    height: 100%;
}

.disclaimer-toltip-text {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #202020;
}

/* disclaimer text ui end*/

@media (max-width: 992px) {
    .bh-calculator_section {
        margin-top: unset;
        background-image: none !important;
        background-repeat: unset;
        background-size: unset;
    }

    .bh-calculator_container {
        padding: 56px 0 40px;
        /* background: linear-gradient(180deg, #667C93 0%, rgba(123, 136, 149, 0.00) 100%); */
        position: relative;
    }

    .bh-calc_heading {
        font-size: 18px;
        font-weight: 700;
        line-height: 21.096px;
        max-width: 195px;
        margin: 0 auto 24px;
    }

    .bh-calc_form-container {
        padding: 12px 20px 30px;
        border-radius: 10px;
    }


    /* Step 1 */
    .bh-calc_step-txt {
        margin-bottom: 12px;
    }

    .bh-calc_step-heading {
        font-size: 20px;
        line-height: 23.44px;
        margin-bottom: 15px;
    }

    .bh-calc_step-subheading {
        margin-bottom: 27px;
    }

    .step1-form-container div.formcontainer div.frm__group {
        max-width: unset;
    }

    .step1-form-container .formcontainer .frm__group:nth-child(1),
    .step1-form-container .formcontainer .frm__group:nth-child(3) {
        margin-right: 0;
    }

    .step1-form-container .form_field_checkbox {
        margin-top: 0;
        text-align: left;
    }

    .step1-form-container .check-container {
        font-size: 14px;
        padding-left: 24px;
    }

    .step1-form-container .form_button {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .bh-calc_form-container button.btn--primary {
        width: 100%;
    }

    .step1-form-container .checkmark {
        width: 16px;
        height: 16px;
    }

    .step1-form-container .check-container .checkmark:after {
        left: 4.5px;
        width: 3px;
        height: 9px;
        top: 0;
    }

    /* Step 2 */
    .step-2_select-rooms-wrapper {
        gap: 10px;
    }

    .select-rooms_option-wrapper {
        width: 100%;
    }

    .step-2_select-rooms-wrapper .form_button {
        margin-top: 10px;
        width: 100%;
    }

    .bh-calc_step-2-wrapper .bh-calc_step-txt {
        margin-bottom: 10px;
    }

    .bh-calc_step-2-wrapper .bh-calc_step-heading {
        font-size: 18px;
        margin-bottom: 20px;
    }


    /* step 3 start */
    .bh-calc_step-3-wrapper .bh-calc_step-heading {
        margin: 10px 42px 8px 21px;
        text-align: center;
        font-size: 20px;
    }

    .bh-calc_step-3-wrapper {
        padding: 0 0 28px 8px;
        margin-right: -20px;
    }

    .step-3_select-cards-wrapper {
        /* max-width: 375px; */
        overflow-x: auto;
        overflow-y: hidden;
        gap: 10px;
        padding-bottom: 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-left: 6px;
        padding-top: 15px;
    }

    .step-3_select-cards-wrapper::-webkit-scrollbar {
        display: none;
    }

    .step-3_select-cards-wrapper .bh-cal-cards:last-child {
        margin-right: 20px;
    }

    .step-3_select-cards-wrapper .bh-cal-cards {
        min-width: 200px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .bh-calc_step-3-wrapper .card_button {
        flex-direction: column-reverse;
        gap: 20px;
        margin-top: 27px;
        margin-left: 0px;
    }

    .bh-calc_step-3-wrapper .card_button .back-btn,
    .bh-calc_step-3-wrapper .card_button .next-btn {
        margin-right: 20px;
        width: 100%;
    }

    /* step 3 end */

    .bh-calc_form-container .back-btn {
        margin-right: 0;
        text-align: center !important;
    }

    .home-redesign-help__form-cta {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .step1-form-container .form_button button {
        order: 2;
        margin-top: 20px;
    }

    .bhs-cal-mobimg {
        display: block;
        position: absolute;
        height: 146px;
        top: 0;
        z-index: -1;
    }

}

@media screen and (max-width :768px) {
    .loader_wrapper {
        margin-top: 40px;
    }

    .hero-banner__image {
        display: none;
    }

    .result-hero-mobImg {
        display: block;
        /* top: 50px; */
    }

    .result-page .package-confirmation-section .result-hero-mobImg {
        top: unset;
    }

    /* disclaimer text css start*/

    .disclaimer-text-toltip {
        padding: 6px 10px;
        max-width: unset;
    }

    .disclaimer-toltip-text {
        font-size: 11px;
        line-height: 15px;
    }

    /* disclaimer text ui end*/
}