.kcBannerFormSection{
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
  float: unset !important;
  box-sizing: border-box;
  position: relative;
}
.kcBannerFormContainer{
  width: 100%;
  box-sizing: border-box;

}
.kcBannerFormImg{
    height: 600px;
    width: 100%;
    border-radius: 20px;
}
.kcBannerFormContent{
    position: absolute;
    top: 0;
    /* left: 0px; */
    /* transform: translateY(-50%); */
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 40px;
}
.kcBannerFormTitle{
    font-family: Archivo;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    color: #FFFFFF;
    padding-top: 10px;
    width: 45%;
}
.kcBannerFormTitle h1,
.kcBannerFormTitle h2,
.kcBannerFormTitle h3,
.kcBannerFormTitle h4,
.kcBannerFormTitle h5,
.kcBannerFormTitle h6{
     font-family: Archivo;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    color: #FFFFFF;
}
.kcBannerFormRightSection{
    width: 41%;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 24px 30px 20px 30px;
}
.kcBannerFrm__field{
    border: 1px solid #BDBDBD;
    padding: 16px;
    border-radius: 6px;
    width: 100%;
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #323232;

}
.kcBannerFrm__field::placeholder {
    color: #B0B1B3;
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.kcBannerFrm__group{
    position: relative;
    /* margin-bottom: 20px; */
     width: 100%;
}
.kcBannerFrm__field-group{
    position: relative;
}
.kcBannerFrm__field-group input[type='tel'].kcBannerFrm__field{
        text-indent: 50px;
}
.kcBannerFrm__label{
    position: absolute;
    font-family: Archivo;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    vertical-align: middle;
    background-color: #FFFFFF;
    color: #323232;
    top: -6px;
    left: 14px;
    display: none;
    z-index: 2;
    padding: 0 4px;
}
.kcBannerFrm__field:focus~.kcBannerFrm__label {
    display: block;
}
    
.kcBannerFrm__field:focus-visible{
    outline: 0;
}
.kcBannerCountry{
    position: absolute;
    left: 16px;
    top: 15px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #323232;
}
.kcBannerCountry::after{
    content: '';
    width: 1px;
    height: 24px;
    background-color: #B0B1B3;
    opacity: .2;
    display: inline-block;
    margin-left: 3px;
}
.whatsapp-checkbox-wrapper{
    display: flex;
    gap: 14px;
    margin-bottom: 12px;
}

.whatsapp-checkbox {
  display: none;
}
.custom-check {
  width: 20px;
  height: 20px;
  border: 0.5px solid #7345B2;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.whatsapp-checkbox:checked + .custom-check {
  background-image: url('../../../../content/dam/asianpaintsbeautifulhomes/kitchen-configurator/kc-checkbox.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  z-index: 1;
}
.kc-checkbox-text{
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #323232;
}
.kc-desc-txt{
    font-family: Archivo;
    font-size: 14px;
    line-height: 120%;
    color: #323232;
    margin-bottom: 58px;
    opacity: 60%;
}
.kc-btn-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.kc-form-backbtn{
    background-color: #FFFFFF;
    border: unset;
    cursor: pointer;
    color: #7345B2;
    font-family: Archivo;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    padding: 0 16px;

}
.kc-form-nextbtn{
    background-color: #FFFFFF;
    border: 1px solid #7345B2;
    font-family: Archivo;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #7345B2;
    border-radius: 30px;
    padding: 12px 60px;
    cursor: pointer;
    min-width: 160px;

}
.kcBannerFrm__field-group .error{
    color: #d51123;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    visibility: hidden;
    padding-bottom: 2px;
}
.kcBannerFrm__field-group.invalid .error{
    visibility: visible;
}
@media screen and (max-width:768px) {
        .kcBannerFormImg{
            display: none;
        }
        .kcBannerFormContent{
            /* left: 50%;
            top: 40px;
            transform: translateX(-50%); */
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            position: unset;
            padding: 0 16px;

        }
        .kcBannerFormTitle{
            font-family: Archivo;
            font-weight: 500;
            font-size: 30px;
            line-height: 110.00000000000001%;
            color: #232426;
            width: 100%;
            margin-bottom: 30px;
        }
        .kcBannerFormTitle h1,
        .kcBannerFormTitle h2,
        .kcBannerFormTitle h3,
        .kcBannerFormTitle h4,
        .kcBannerFormTitle h5,
        .kcBannerFormTitle h6{
            font-weight: 500;
            font-size: 30px;
            line-height: 110.00000000000001%;
            color: #232426;
}
        .kcBannerFormRightSection{
            width: 100%;
            padding: 0;
        }
        .kcBannerFrm{
            display: flex;
            flex-wrap: wrap;
            column-gap: 16px;
        }
        .kcBannerFrm__field{
            padding: 15px;
        }
        .kcBannerFrm .kcBannerFrm__group:nth-child(2){
            width: 60%;
        }
        .kcBannerFrm .kcBannerFrm__group:nth-child(3){
            width: 35%;
        }
        .kcBannerCountry{
            column-gap: 6px;
        }
        .kcBannerCountry::after{

         height: 20px;
        }
        .kcBannerFrm__label {
            color: #323232;
        }
        .kcBannerFrm__field:focus-visible{
          border: 1px solid #323232;
}
        .kc-checkbox-text{
            color: #323232;
        }
        .whatsapp-checkbox-wrapper{
            column-gap: 9px;
        }
        .custom-check {
        width: 16px;
        height: 16px;
        border-radius: 2px;
        border: 1px solid #7345B2;
}
.whatsapp-checkbox:checked + .custom-check{
    border-radius: 2px;
}
    .kc-desc-txt{
        margin-bottom: 135px;
        font-size: 12px;
        line-height: 130%;


    }
    .kc-form-backbtn{
        font-weight: 400;
        font-size: 18px;
        line-height: 29px;
        text-align: center;
        color: #7345B2;
        padding: 0 16px;
    }
    .kc-form-nextbtn{
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        color: #FFFFFF;
        background: linear-gradient(270deg, #712CCB 0%, #A77FDC 100%);
        border: 1px solid #A77FDC;
       


    }
    .kcBannerFrm__field-group .error{
    font-size: 13px;

}
.kc-btn-wrapper{
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 10px 0;
}

}