.urc-section{
    background: #F8F8F8;
    padding-top: 40px;
    padding-bottom: 80px;
}
.urc-section .title *{
    font-family: 'PFHandbookPro-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #000;
    margin-bottom: 32px;
}
.urc-section .slider .slide-item p{
    font-family: 'PFHandbookPro-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #031942;
    margin-bottom: 0px;
}
.form-section .inner-form{
    background: #FFFFFF;
    border: 1px solid #E5E7EF;
    border-radius: 3px;
    padding: 30px 50px 44px 48px;
    font-family: 'PFHandbookPro-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    /* letter-spacing: -0.02em; */
    color: #5F5F5F;
}
.form-section .inner-form .title *{
    font-family: 'PFHandbookPro-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 54px;
    color: #000000;
    margin-bottom: 21px;
}
.form-section .inner-form form label{
    font-family: 'PFHandbookPro-Medium';
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.03em;
    color: #000000;
}
.form-section .inner-form form input:not(.form-check-input){
    font-family: 'PFHandbookPro-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #000000;
    background-color: transparent;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    height: 53px;
}
.input-group .input-group-prepend .input-group-text {
    border: 1px solid #ECECEC;
}
.form-section .inner-form form input::placeholder,
.form-section .inner-form form select option{
    font-family: 'PFHandbookPro-Medium';
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    color: #cdcece;
    width: 100%;
}
.form-section .inner-form form select{
    text-overflow: ellipsis;
    padding-right: 30px;
}
.form-section .inner-form form .form-group{
    margin-bottom: 26px;
}
.form-section .inner-form form select{
    height: 53px;
    appearance: none;
    background-image: url(../images/downArrow.svg);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 12px;
}
.form-section .inner-form form input:focus,
.form-section .inner-form form select:focus,
.form-section .inner-form form textarea:focus,
.form-section .inner-form form button:focus,
.custom-control-input:focus~.custom-control-label::before{
    box-shadow: none;
    outline: none;
    border-color: inherit;
}
.btn-theme-red{
    font-family: 'PFHandbookPro-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    color: #C7222A;;
    border: 1px solid #C7222A;
    background: transparent;
    border-radius: 4px;
    height: 55px;
}
.btn-theme-red:hover{
    background-color: #C7222A;
    color: #fff;
}
.btn-theme-red:disabled,
.btn-theme-red.disabled{
    opacity: 0.6;
}
.btn-theme-red.btn-sm{
    font-family: 'PFHandbookPro-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    height: 35px;
}
.btn-theme-yellow{
    background: #F7A500;
    border-radius: 4px;
    font-family: 'PFHandbookPro-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #000;
    height: 35px;
}
.btn-theme-yellow:disabled,
.btn-theme-yellow.disabled{
    opacity: 0.6;
}
.btn-theme-yellow:hover{
    background-color: #C7222A;
    color: #fff;
}
.btn-theme-red-outline{
    background: transparent;
    border-radius: 4px;
    font-family: 'PFHandbookPro-Bold';
    border: 1px solid #E6E6E6;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #000;
    height: 35px;
}
.btn-theme-red-outline:disabled,
.btn-theme-red-outline.disabled{
    opacity: 0.6;
}
.btn-theme-red-outline:hover{
    background-color: #C7222A;
    color: #fff;
}
.form-section .inner-form form #GenerateOTP{
    position: absolute;
    top: 35px;
    right: 25px;
}
.rupee-icon{
    background-color: transparent;
    background-image: url(../images/Rupee_icon.svg);
    background-repeat: no-repeat;
    background-position: 70% 50%;
    background-size: 8px;
}
.form-section .inner-form form .AmountInWords,.processing-fees-text,.processing-fees-text:hover{
    font-family: 'PFHandbookPro-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    /* letter-spacing: -0.03em; */
    color: #660D0A;
    margin-top: 14px;
}
.form-section .inner-form form .form-check-label{
    font-family: 'PFHandbookPro-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #6C7174;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #6C7174;
    background-color: #6C7174;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #6C7174;
    border-color: #6C7174;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #6C7174;
}
.form-section .inner-form form .form-group.form-check{
    margin-top: 14px;
}
/* .form-section .inner-form form .input-group input:not(.form-check-input) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
} */
.form-section .inner-form form .input-group .input-group-prepend {
    position: absolute;
    height: 100%;
    left: 0px;
    top:0px;
    bottom: 0px;
}
.form-section .inner-form form .input-group > input{
    padding-left: 50px;
}
/* Drop down */
.dropzone {
    width: 100%;
}
.dropzoneInner{
    border: 1px dashed #D4AE69;
    border-radius: 4px;
    width: 100%;
    min-height: 140px;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    flex-flow: row wrap;
}
.dropzoneInner .button {
    cursor: pointer;
    position: relative;
    min-width: 150px;
    height: auto;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;*/
    text-align: center;
    padding: 8px;
}
.dropzoneInner .button .drop-icon{
    margin-bottom: 27px;
}
.dropzoneInner .button .text{
    font-family: 'PFHandbookPro-Regular';
    font-size: 500;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #695934;
}
.dz-error{
    border: 1px solid #dc3545!important;
}
.dz-error-message{
    font-family: 'PFHandbookPro-Regular';
    font-size: 500;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: -0.02em;
}
.dropzoneInner .button .text > b{
    font-family: 'PFHandbookPro-Medium';
    font-size: 500;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #695934;
}
.dropzoneInner.dz-started .button .text .beforeUplode{
    display: none;
}
.dropzoneInner.dz-started .d-none{
    display: block !important;
}
.dropzoneInner .dz-preview .dz-image{
    margin-bottom: 13px;
}

.dropzoneInner.dz-started{
    justify-content: flex-start;
    /* flex-flow: row-reverse wrap; */
    gap: 30px;
}
.dz-preview{
    position: relative;
    min-width: 140px;
    width: 150px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #ECECEC;
    padding: 8px;
}


.dz-preview .dz-filename{
    font-family: 'PFHandbookPro-Regular';
    font-weight: 400;
    font-size: 14px;
    word-break: break-all;
    line-height: 100%;
    color: #000000;
}
.dropzoneInner .dz-preview{
    display: flex !important;
}
.dz-preview.dz-error .dz-remove {
    background-blend-mode: color-dodge;
    background-color: #ed4545;
    border: 1px solid transparent;
}
.dz-preview .dz-remove{
    font-size: 0px;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #D0D0D0;
    border: 1px solid #F2F2F2;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px;
    background-blend-mode: color-dodge;
}
.dropzoneInner.dz-started .uploadBtn {
    order: 3;
}
.dz-max-files-reached {
    pointer-events: none;
    cursor: default;
}
.dz-max-files-reached .dz-message{
    display: none;
}
.dz-remove { 
    pointer-events: all; cursor: default; 
}
.btn-695934 {
    border-color:#695934;
    background-color: transparent;
    color: #695934;
}
.btn-695934:hover{
    background-color: #695934;
    color: #fff;
}

/* Media query */
@media(max-width:1199px){
    .dropzoneInner.dz-started{
        gap: 20px;
    }
    .dropzoneInner .button{
        min-width: 80px;
        width: 125px;
    }
    .dz-preview{
        min-width: 80px;
        width: 150px;
        height: 160px;
    }
}

@media(max-width:992px){
    .dropzoneInner.dz-started{
        gap: 20px;
    }
    
    .dropzoneInner .button{
        min-width: 80px;
        width: 100px;
    }
    .dz-preview{
        min-width: 80px;
        width: 140px;
        height: 160px;
    }
}


@media (max-width:767px) {
    .urc-section .slider .slide-item{
        margin: 0px 1rem;
    }
    .urc-section .slider .slide-item .card{
        padding: 35px 32px !important;
    }
    .urc-section .slider .slide-item .icon img{
        margin: 0px auto;
    }
    .urc-section .slider .slide-item .content{
        margin-top: 23px;
    }
    .form-section .inner-form{
        padding: 30px 25px 40px 25px;
    }
    .urc-section .inner-col-homeloan .subtitle{
        margin-top: 50px;
    }
    .urc-section{
        padding-bottom: 50px;
    }
    .keyFeaturesslider .slider .slider-inner .slick-arrow{
        left: -35px;
    }
    .keyFeaturesslider .slider .slider-inner .slick-arrow.slick-next{
        right: -35px;
    }
    
}
@media (max-width:600px) {
    .dropzoneInner.dz-started{
        gap: 20px;
        justify-content: center;
    }
    .dropzoneInner .button{
        min-width: 80px;
        width: 100%;
    }
    .dz-preview{
        min-width: 80px;
        width: 150px;
        height: 160px;
    }
}
@media (max-width:476px) {
    .urc-section .slider .slide-item p{
        font-size: 1rem;
        line-height: 24px;
    }
    .urc-section .slider .slide-item .card{
        padding: 28px 16px !important;
    }
}
@media (max-width:416px) {
    .dropzoneInner.dz-started{
        gap: 20px;
        justify-content: center;
    }
    .dropzoneInner.dz-started .uploadBtn {
        order: 3;
    }
    .dropzoneInner .button{
        min-width: 80px;
        width: 100%;
    }
    .dz-preview{
        min-width: 80px;
        width: 100%;
        height: 160px;
        order: 1;
    }
}