.fha-calc-wrapper{
    width: 100%;
    margin: 0 auto;
}
.fha-calc-wrapper *{
    color: #E8E9EB;
}
.fha-calc-container{
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background: #182432;
}
#va-refinance-seasoning-pdf-area{
    background: #182432;
}
.calc-information-section{
    width: 60%;
    padding: 10px;
    box-sizing: border-box;
}
.fha-groupRow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.bottom{
    align-items: flex-end;
}
.row-lbl-sec label{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #E8E9EB;
    padding: 0;
    margin: 0;
    /* padding-bottom: 5px; */
    outline: 0;
    box-sizing: border-box;
}
.row-input-sec input{
    width: 100%;
    margin: 0;
    height: 40px;
    padding: 5px 15px;
    color: #fff;
    border: 1px solid #CED4DA;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    font-family: inherit;
    font-weight: 500;
    box-sizing: border-box;
}
.row-input-sec input,
.jw-input{
    
}
.row-input-sec input::placeholder{
    color: gray;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.append-input{
    display: flex;
    align-items: center;
}
.append-input .jw-input{
    border-left: none;
    padding-left: 0;
    border-radius: 0 4px 4px 0;
}
.append-input span{
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #CED4DA;
    background: transparent;
    border-right: none;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
}
.jw-input:focus{
    border: 1px solid #CED4DA!important;
    border-left: none!important;
    outline: 0!important;
}
.calc-title{
    width: 100%;
    color: #EABD9A;
    text-decoration: underline;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.calc-form-sec{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.row-text-sec span{
    font-size: 18px;
    font-weight: 600;
    color: #E8E9EB;
    padding: 10px 12px;
    margin: 0;
    box-sizing: border-box;
}
.row-lbl-sec{
    width: 70%;
}
.row-lbl-sec span{
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #E8E9EB;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.calc-heading{
    color: #E8E9EB;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 5px 0 20px 0;
}
.calc-btn{
    background: #8B0000;
    color: #fff;
    padding: 5px 20px;
    border: 1px solid #8B0000;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    min-width: 150px;
    box-sizing: border-box;
}
.calc-btn:hover{
    background: #fff;
    transition: 0.2s;
    border: 1px solid #8B0000;
    color: #8B0000;
}
.row-text-sec{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #E8E9EB;
    padding: 0;
    margin: 0;
    /* padding-bottom: 5px; */
    outline: 0;
    box-sizing: border-box;
}
.big-text{
    font-size: 18px;
    font-weight: 600;
    color: #E8E9EB;
    padding: 10px 10px;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}
.description-sec p{
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 15px;
    padding-left: 35px;
    margin-bottom: 0;
    box-sizing: border-box;
    color: #E8E9EB;
    position: relative;
}
.description-sec p::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #8B0000;
    position: absolute;
    border-radius: 50px;
    left: 10px;
    top: 6px;
}
.fha-flexRow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.text-big,
.row-lbl-sec b{
    font-size: 18px;
    font-weight: 600;
}


.print-action .calc-btn{
    display: none !important;
}




@media only screen and (max-width: 1250px) {
    .entry-content{
        max-width: 100%;
    }
    .fha-calc-container{
        width: 80%;
    }
}
@media only screen and (max-width: 1080px) {
    .fha-calc-container{
        width: 90%;
    }
}
@media only screen and (max-width: 992px) {
    .fha-calc-container{
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .row-lbl-sec span{
        display: none;
    }
    .fha-calc-container{
        padding: 20px 30px;
    }
    .fha-groupRow{
        flex-direction: column;
        align-items: flex-start;
    }
    .description-sec p{
        padding-bottom: 5px;
    }
    .row-lbl-sec{
        width: 100%;
    }
    .row-input-sec{
        width: 100%;
    }
    .calc-title {
        font-size: 24px;
    }
    
}
@media only screen and (max-width: 600px) {
    .calc-information-section{
        width: 100%;
    }
    .fha-calc-container{
        padding: 20px;
    }
    .row-lbl-sec label{
        font-size: 14px;
    }
    .row-input-sec input{
        font-size: 14px;
    }
    .calc-title{
        font-size: 20px;
    }
    .row-text-sec{
        font-size: 14px;
    }
    .row-text-sec span{
        font-size: 16px0;
    }
    .big-text{
        font-size: 16px;
    }
}