@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

@media screen and (max-width:768px) {
    .bottom_navigation {
        display: none;
    }

}

.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;
    gap: 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;
    color: #000000;
}

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

.bh-calculator_container {
    padding: 40px 20px 50px;
    margin-top: 60px;
}

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

.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 71px;
    cursor: pointer;
    outline: none;
    border: none;
}

.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: 800;
    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: 30px;
}

.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;
    width: 100%;
}

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

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

.step1-form-container .frm__field {
    height: 56px;
    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 .formcontainer .form-disclaimer-wrapper span {
    color: #323232;
    font-family: Lato;
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 400;
    max-width: 630px;
    display: inline-block;
    opacity: 0.6;
    text-align: left;
}


.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: 11px;
    margin-bottom: 29px;
    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;
    padding-left: 35px;
}

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: 33px;
}

.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;
}

.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: 30px;
}

.step-2_select-rooms-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 22px;
    max-width: 708px;
    margin: 0 auto 70px;
    min-height: 315px;
    align-content: flex-start;
}

.step-2_select-rooms-wrapper .select-rooms_option-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 344px;
    width: calc(50% - 13px);
    min-height: 49px;
    height: 100%;
    position: relative;
}

.select-rooms_option-wrapper label {
    color: #000;
    text-align: left;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    position: relative;
    cursor: pointer;
    padding: 16px 20px 16px 56px;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.15);
}

.select-rooms_option-wrapper input:checked+label {
    padding: 15px 19px 15px 55px;
}

.select-rooms_option-wrapper input {
    accent-color: #002856;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px #fefefe, 0 0 0 1px #7345B2;
    box-shadow: inset 0 0 0 1px #fefefe, 0 0 0 1px #7345B2;
    cursor: pointer;
    opacity: 1;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 20px;
    z-index: 1;
}

.select-rooms_option-wrapper input:checked {
    background: #7345B2;
    -webkit-box-shadow: inset 0 0 0 2px #F1EDF8, 0 0 0 2px;
    box-shadow: inset 0 0 0 2.5px #F1EDF8, 0 0 0 1.7px;
    color: #7345B2;
    opacity: 1
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .select-rooms_option-wrapper input:checked {
        box-shadow: inset 0 0 0 2px #F1EDF8, 0 0 0 2px;
    }    
}
@supports (-webkit-appearance: none) {
    .select-rooms_option-wrapper input:checked {
        box-shadow: inset 0 0 0 2px #F1EDF8, 0 0 0 2px;
    }    
}

@-moz-document url-prefix() {
    .select-rooms_option-wrapper input:checked {
        box-shadow: inset 0 0 0 2.5px #F1EDF8, 0 0 0 1.7px;
    }
  }

.select-rooms_option-wrapper input:checked~label {
    font-weight: 700;
    border: 1px solid #7345B2;
    background-color: #F1EDF8;
}

.step-2_select-rooms-wrapper .form_button {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 35px;
    right: 0;
}

.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: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 29px;
}

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

.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 15px 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: 10px;
}

.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-weight: 500;
    line-height: 14px;
}

.step-3_select-cards-wrapper .bh-cal-card-desc ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 4px;
    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: 12px;
    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: 160px;
    min-width: 160px;
    padding: 12px 5px; */
    width: max-content;
    padding: 12px 60px;
}

.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: 39px;
    text-align: right !important;
}

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

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

/* shape styling */
.bh-calc_shape-wrapper .bh-calc_step-heading {
    margin-bottom: 31px;
}

.bh-calc_shape-wrapper .shape-tab-main-wrapper {
    display: flex;
    max-width: 550px;
    margin: auto;
    align-items: center;
}

.bh-calc_shape-wrapper .shape-tab-main-wrapper .shape-tab-menu-wrapper {
    margin-right: 60px;
}

.bh-calc_shape-wrapper .shape-tab-main-wrapper .shape-tab-menu-wrapper .shapeTab {
    border: 1px solid transparent;
    color: #000;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
    padding: 15px 20px 16px;
    width: 100%;
    min-width: 200px;
    background-color: #fff;
    box-shadow: 0px 4px 2px -2px #00000026;
    margin-bottom: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.bh-calc_shape-wrapper .shape-tab-main-wrapper .shape-tab-menu-wrapper .shapeTab.active-shape-tab {
    background-color: #F1EDF8;
    border: 1px solid #7345B2;
    font-weight: 700;
}

.bh-calc_shape-wrapper .shape-tab-main-wrapper .shape-tab-menu-wrapper .shapeTab:last-child {
    margin-bottom: 0;
}

.bh-calc_shape-wrapper .shape-tab-main-wrapper .shape-tab-content-wrapper .shapeDatawrap {
    display: none;
}

.bh-calc_shape-wrapper .shape-tab-main-wrapper .shape-tab-content-wrapper .shapeDatawrap.current-tab {
    display: block;
}

.bh-calc_shape-wrapper .shape-tab-main-wrapper .shape-tab-content-wrapper .shapeDatawrap img {
    height: 290px;
    width: 290px;
}

.bh-calc_shape-wrapper .shapeDatawrap {
    display: none;
}

.bh-calc_shape-wrapper .shapeDatawrap.current-tab {
    display: block;
}

.bh-calc_shape-wrapper .card_button {
    margin-top: 31px;
    display: flex;
    justify-content: center;

}

.bh-calc_shape-wrapper .card_button .back-btn,
.bh-calc_shape-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_shape-wrapper .card_button .next-btn {
    border-radius: 30px;
    background: #7345B2;
    color: #FFF;
    font-weight: 700;
    line-height: 23.4px;
    /* min-width: 160px;
    padding: 12px 5px; */
    width: max-content;
    padding: 12px 60px;
}

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

/* custom form */
.bh-calc_custom-form-wrapper .bh-calc_step-heading {
    margin-top: 22px;
    margin-bottom: 47px;
}

.bh-calc_custom-form-wrapper .form_button {
    margin-top: 66px;
}

.bh-calc_step-1-wrapper .bh-calc_step-heading {
    font-family: BioRhyme;
}

.finishes__popup__wrapper::-webkit-scrollbar,
.finishes__product__wrapper::-webkit-scrollbar {
    display: none;
}

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

    .bh-calculator_container {
        padding: 98px 0 40px;
        position: relative;
    }

    .bh-calc_heading {
        font-size: 18px;
        font-weight: 700;
        line-height: 21.096px;
        max-width: 195px;
        margin: 0 auto 19px;
        padding-top: 36px;
        opacity: 0;
    }

    .bh-calc_form-container {
        padding: 12px 20px 30px;
        /* border-radius: 10px; */
        margin-top: 20px;
        border-radius: 10px 10px 0 0;
        border-bottom: 2px solid #ccc;
    }


    /* 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;
        margin-bottom: 24px;
    }

    .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;
    }

    .bh-calc_form-container .check-container .checkmark:after {
        left: 4px;
    }

    .check-container input:checked~.checkmark:after {
        left: 4px;
    }

    /* 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,
    .bh-calc_shape-wrapper .card_button {
        flex-direction: column-reverse;
        gap: 20px;
        margin-top: 27px;
        margin-left: 0px;
    }

    .bh-calc_shape-wrapper .card_button {
        margin-top: 33px;
    }

    .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: 127px; */
        height: 138px;
        top: 0;
        z-index: -1;
    }

}

@media screen and (max-width :768px) {

    /* .loader_wrapper{
        margin-top: 50px;
    } */
    .hero-banner__image {
        display: none;
    }

    .result-hero-mobImg {
        display: block;
        top: unset;
    }

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

    .bh-calc_shape-wrapper .shape-tab-main-wrapper {
        flex-direction: column-reverse;
    }

    .bh-calc_shape-wrapper .shape-tab-main-wrapper .shape-tab-menu-wrapper {
        margin-right: 0;
        margin-top: 6px;
        display: flex;
        flex-wrap: wrap;
        gap: 11px;
        justify-content: center;
    }

    .bh-calc_shape-wrapper .shape-tab-main-wrapper .shape-tab-menu-wrapper .shapeTab {
        min-width: unset;
        width: 162px;
        font-size: 12px;
        padding: 17px 12px 18px;
        line-height: 14.4px;
        margin-bottom: 0;
        color: #1D1D1F;
    }

    .step-2_select-rooms-wrapper .select-rooms_option-wrapper {
        width: calc(50% - 5px);
        ;
    }

    .select-rooms_option-wrapper label {
        padding: 16px 20px 16px 40px;
        min-height: 50px;
    }

    .select-rooms_option-wrapper input {
        left: 12px;
    }

    .bh-calculator_container {
        padding-bottom: 0;
        padding-top: 0px;
    }

    .kitchen-calc-wrapper {
        display: flex;
    }

    .kitchen-calc-wrapper p {
        font-family: Lato;
        font-size: 16px;
        font-weight: 500;
        line-height: 19.2px;
        color: #1D1D1F;
    }

    .bh-calc_step-2-wrapper .form_button .home-redesign-help__form-cta {
        margin: 0 20px;
    }

    .bh-calc_shape-wrapper .card_button .next-btn {
        width: 100%;
    }

    .select-rooms_option-wrapper input:checked+label {
        padding: 15px 19px 15px 39px;
    }

    .bh-calculator_container .loader_wrapper .loader_sub-container {
        margin-top: 20px;
    }
}
.popup-label-wrapper{
    width: fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}

.popup-label-wrapper p{
    color: #7345B2;
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.011em;
    text-align: left;
    max-width:280px;

}

.popup-label-wrapper img{
    height: 20px;
    width: 20px;
}

.finishes__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.6;
    z-index: 99999;
    display: none;
}

.finishes__popup__wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    display: none;
    overflow-y: scroll;
}

.finishes__popup {
    max-width: 954px;
    width: 100%;
    min-height: 547px;
    border-radius: 10px;
    background: #FFFFFF;
    position: relative;
    padding: 40px 62px 40px 60px;
}

.finishes__crossIcon {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.finishes__crossIcon img {
    width: 100%;
    height: 100%;
}

.finishes__title {
    font-family: Lato;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    margin-bottom: 30px;
    color: #1D1D1F;
}

.finishes__product__wrapper {
    display: flex;
    justify-self: left;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    max-height: 471px;
    /* overflow: hidden; */
    overflow-y: scroll;
    scrollbar-width: none;
    padding-bottom: 5px;
    width: 100%;
}

.finishes__product__wrapper a {
    width: 23.19%;
    cursor: default;
    text-decoration: none;
}

.finishes__product {
    width: 100%;
    min-height: 200px;
    border-radius: 8px 0px 0px 0px;
    border: 0.5px solid #E0E0E0;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px 0px #0000001A;
    border-radius: 8px;
    overflow: hidden;
}

.finishes__product__image__wrapper {
    width: 100%;
    height: 160px;
    position: relative;
}

.finishes__product__image {
    width: 100%;
    height: 100%;
    /* border-radius: 8px 8px 0px 0px; */
}

.finishes__product__logo {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 44px;
    height: 18px;
    background: #607755;
    border-radius: 8px 0px 8px 0px;
}

.finishes__product__logo__box {
    position: relative;
    width: 100%;
    height: 100%;
}

.finishes__product__logo img {
    width: 100%;
    height: 100%;
    border-radius: 8px 0px 8px 0px;
}

.finishes__product__logo p {
    font-family: Lato;
    font-size: 10px;
    font-weight: 600;
    line-height: 13px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.finishes__product h3 {
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: center;
    color: #222222;
    margin-top: 12px;
    margin-bottom: 11px;
}

.header-m__left{
    display: none;
}

@media screen and (max-width : 768.9px) {
    .finishes__popup__wrapper{
        height: 90%;
        align-items: start;
        overflow-y: hidden;
    }
    .finishes__popup {
        max-width: 335px;
        min-height: 547px;
        border-radius: 4px;
        padding: 24px 16px 24px 16px;
        overflow-y: scroll;
        height: 100%;
    }

    .finishes__title {
        font-family: Lato;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .finishes__popup {
        border-radius: 4px;
    }

    .finishes__product__wrapper a {
        width: 48.18%;
    }

    .finishes__product {
        /* width: 146px; */
        width: 100%;
        min-height: 153px;
        border-radius: 8px;
    }

    .finishes__product__image__wrapper {
        /* width: 146px; */
        height: 121px;
    }

    .finishes__product__logo {
        min-width: 36px;
    }

    .finishes__product__logo img {
        border-radius: 4px 0px 8px 0px;
    }

    .finishes__product__logo p {
        font-size: 8px;
        font-weight: 700;
        line-height: 10.4px;
    }

    .finishes__product h3 {
        font-size: 12px;
        line-height: 14.4px;
        margin-top: 9px;
        margin-bottom: 10px;
    }

    .finishes__product__wrapper {
        gap: 11px;
        max-height: unset;
    }
    .finishes__product__logo__box{
        width: 44px;
    }
    .finishes__crossIcon{
        top: 25px;
        right: 14px;
    }
}


.kitchen_submit_popup {
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    top: 25%;
    position: absolute;
    left: 0;
    right: 0;
}

.kitchen_submit_popup__check_icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 12px;
}

.kitchen_submit_popup__check_icon img {
    width: 100%;
    height: 100%;
}

.kitchen_submit_popup h2 {
    font-family: BioRhyme;
    font-size: 32px;
    font-weight: 700;
    line-height: 37px;
    text-align: center;
    color: #000000;
    margin-bottom: 12px;
}

.kitchen_submit_popup p {
    font-family: Lato;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #000000;
}

.kitchen_submit_popup__btn {
    border: none;
    border-radius: 30px;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    background: #7345B2;
    color: #FFFFFF;
    min-width: 200px;
    padding: 12px;
    width: max-content;
    margin: auto;
    position: absolute;
    bottom: 35px;
    display: inline-block;
    left: 0;
    right: 0;
}

@media screen and (max-width : 768.9px) {
    .kitchen_submit_popup__wrapper{
        min-height: 599px;
    }
    
    .kitchen_submit_popup {
        /* min-height: 641px;
        border-radius: 10px 10px 0px 0px;
        border-bottom: 2px solid #CCCCCC; */
        padding: 0 20px;
        top: 26%;
    }

    .kitchen_submit_popup__check_icon {
        margin: 0 auto 8px;
    }

    .kitchen_submit_popup h2 {
        margin-bottom: 5px;
        font-size: 24px;
        line-height: 31px;
    }

    .kitchen_submit_popup p {
        font-size: 16px;
        font-weight: 400;
        line-height: 20.8px;
    }
    .kitchen_submit_popup__btn{
        bottom: 59px;
        margin: 0 20px;
        width: unset;
    }
}
