.income-calc-wrapper{
    width: 100%;
    margin: 0 auto;
}
.income-calc-wrapper *{
    color: #E8E9EB;
}
.income-calc-container{
    width: 100%;
    padding: 20px 30px;
    margin: 0 auto;
    box-sizing: border-box;
    
}
.printArea{
    padding: 20px;
    background: #182432;
}
.inc-calc-title h2{
    font-size: 28px;
    font-weight: 600;
    padding: 0 10px 5px;
    margin: 0;
    line-height: 1.2;
    color: #EABD9A;
}
.inc-calc-title{
    text-align: center;
    padding: 10px 10px 20px;
    box-sizing: border-box;
}
.inc-calc-title span{
    font-size: 14px;
    display: block;
    font-weight: 500;
    padding: 0 5px;
    margin: 0;
    line-height: 1.4;
    color: #E8E9EB;

}
.inc-calc-information-sec{
    width: 100%;
}
.inc-flex-sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inc-rowGroup{
    width: 50%;
    padding: 0 10px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.row-lbl-sec{
    width: 30%;
    text-align: right;
}
.row-label-sec{
    width: 50%;
    text-align: right;
}
.widget-lbl-sec{
    width: 100%;
    text-align: center;
}
.row-label-sec label,
.widget-lbl-sec label,
.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-inp-sec{
    width: 60%;
}
.row-input-sec input,
.row-inp-sec input,
.widget-inp-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;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.horizontal-line{
    width: 60%;
    margin: 10px auto 20px;
    border-bottom: 2px dashed #FFFFFF ;
}
.inc-left-sec,
.inc-right-sec{
    width: 50%;
    padding: 0 10px;
    margin: 0;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.inc-left-sec .inc-rowGroup,
.inc-right-sec .inc-rowGroup{
    width: 100%;
    /* display: flex; */
}
/*
.inc-left-sec .row-lbl-sec{
    width: 100%;
    text-align: left;
}
.inc-left-sec .row-inp-sec{
    width: 40%;
    text-align: right;
    display: inline-flex;
    align-items: flex-end;
} */
.inc-small-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    box-sizing: border-box;
    color: #EABD9A;
}
.inc-small-title span{
    padding: 0px 5px;
    font-size: 14px!important;
    font-weight: 400!important;
}
.underline h2{
    text-decoration: underline;
}
.row-text-sec{
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-text-sec span{
    display: block;
    color: #E8E9EB;
    padding: 0px 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;

}
.flex-start{
    align-items: flex-start;
}
.row-input-sec,
.row-select-sec{
    width: 40%;
}
.row-select-sec select,
.row-sel-sec select{
    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;
}
.inc-small-text{
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px 10px;
    margin: 0;
    box-sizing: border-box;
    color: #E8E9EB;
    line-height: 2;
}
.jw-input{
    
}
.append-input,
.prepend-input{
    display: flex;
    align-items: center;
}
.append-input .jw-input{
    border-left: none;
    padding-left: 0;
    border-radius: 0 4px 4px 0;
}
.prepend-input .jw-input{
    border-right: none;
    border-radius: 4px 0 0 4px;
}
.prepend-input span,
.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;
}
.prepend-input span{
    border: 1px solid #CED4DA;
    border-left: none;
    border-radius: 0 4px 4px 0px;   
}
.append-input .jw-input:focus{
    border: 1px solid #CED4DA!important;
    border-left: none!important;
    outline: 0!important;
}
.row-select-sec select:focus{
    outline: 0;
    color: #000 !important;
    border-color: #CED4DA !important;
}


/* ////////////// */
.tabs {
    border-radius: 0.25rem;
    position: relative;
    background: #182432;
}
.tabs__nav {
    display: flex;
    background-color: #fff;
    justify-content: center;
}
.tabs__btn {
    position: relative;
    padding: 10px 12px;
    cursor: pointer;
    transition: opacity 0.3s;
    border: 1px solid #36494F;
    border-left: none;
    border-bottom: none;
    color: #0B0B45;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    background: white;
    border-radius: 0;
}
.tabs__btn:first-child{
    border-left: 1px solid #36494F;

}
.tabs__btn.is-active {    
    background-color: #0B0B45;
    color: white;
}
.tabs__btn.is-active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    /* background-color: #EEEEEE; */
} 
.tabs__btn:first-child{
    /* border-right: none ; */
    border-radius: 6px 0 0 0 ;
}
.tabs__btn:last-child{
    border-left: none;
    border-radius: 0 6px 0 0;
}
.tabs__btn:hover{
    background-color: #181855;
    color: white;
}
.tabs__content{
    border: 1px solid white;
    padding: 20px;
    box-sizing: border-box;
    
}
.tabs__pane {
    display: none;
    background: #182432;
    /* background-color: #EEEEEE; */
}
.tabs__pane.is-visible {
    display: block;
}

.flex-bottom{
    align-items: flex-end;
}
.description-sec p{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    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: #0072AA;
    position: absolute;
    border-radius: 50px;
    left: 10px;
    top: 6px;
} */
.row-sel-sec{
    width: 100%;
    padding: 0 10px;
    margin: 0 0 15px 0 ;
}
.row-sel-sec select:focus{
    outline: 0;
}
.widget-container{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.inc-widget-field{
    width: 100%;
}
.inc-widget-sec{
    width: 30%;
    padding: 0 10px;
    margin: 0 0 15px;
    box-sizing: border-box;
}

.calc-widget-title{
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 15px;
    color: #EABD9A;
    text-align: center;
    box-sizing: border-box;
}
.widget-inp-sec{
    display: flex;
    align-items: center;
}
.widget-text{
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget-text span,
.row-text span{
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding: 0 10px;
    /* margin: 0 0 15px; */
    color: #E8E9EB;
    text-align: center;
    box-sizing: border-box;
}
.row-text{
    line-height: 1.4;
}
.widget-lbl-sec label span{
    font-size: 12px;
    font-weight: 200;
    padding: 0 5px;
    /* margin: 0 0 15px; */
    color: #E8E9EB;
    box-sizing: border-box;
}
.inc-widget-left-sec{
    width: 30%;
    padding: 0 10px;
    box-sizing: border-box;
}
.inc-widget-right-sec{
    width: 65%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.margin-bottom{
    margin-bottom: 15px;
}
.inc-multi-widget-sec{
    width: 25%;
    padding: 0 10px;
    /* margin: 0 0 15px; */
    box-sizing: border-box;
}
.inc-multi-field{
    width: 100%;
}
.inc-multiBase-sec{
    width: 50%;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    box-sizing: border-box;
}
.inc-multiBase-sec .inc-rowGroup{
    width: 100%;
}
.inc-multiBase-sec .inc-rowGroup .row-inp-sec{
    width: 30%;
}
.inc-multiBase-sec .inc-rowGroup .row-lbl-sec{
    width: 60% ;
}
.inc-multiBase-sec .inc-rowGroup .row-lbl-sec label span{
    font-size: 13px;
    font-weight: 400;
    padding: 0 5px;
    color: #E8E9EB;
    box-sizing: border-box;
}
.inc-multBase-title{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #E8E9EB;
    padding: 10px 12px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.inc-multBase-title span{
    font-size: 14px;
    font-weight: 400;
    color: #E8E9EB;
    padding: 5px;
    box-sizing: border-box;
}
.icon{
    display: none;
    
}
.icon{
    margin-bottom: 10px;
    background: white;
    color: #0B0B45;
    font-size: 16px;
    padding: 12px 25px;
    border: 1px solid #0B0B45;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
}
.icon i {
    color: #0B0B45;
}
.icon:hover{
    background: #181855;
    color: white;
    border-color: white;
}
.icon:hover i{
    color: wheat;
}

.calc-heading{
    color: #fff;
    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;
}
@media only screen and (max-width: 1250px) {
    .entry-content{
        max-width: 100%;
    }
    .tabs__btn{
        padding: 10px;
    }
    .income-calc-container{
        padding: 20px 10px;
    }
}
@media only screen and (max-width: 1180px) {
    .tabs__btn{
        font-size: 14px;
        font-weight: bold;
    }
    .inc-multBase-title{
        font-size: 24px;
    }
    .inc-multBase-title span{
        font-size: 12px;
    }
}
@media only screen and (max-width: 992px) {
    .tabs__content{
        padding: 20px 10px;
    }
    .inc-multBase-title{
        font-size: 32px;
    }
    .inc-multBase-title span{
        font-size: 14px;
    }
    .tabs__nav{
        /* display: none; */
        width: 40%;
        flex-direction: column;
        /* position: absolute; */
        /* border: 1px solid white; */
    }
    
    .response-btn{
        display: block;
    }
    .tabs__btn,
    .tabs__btn:first-child,
    .tabs__btn:last-child{
        border-radius:0;
        border-bottom: 1px solid #0B0B45;
        font-size: 16px;
        display: none;

    }
    .tabs__nav.responsive {
        position: absolute;
    }
    .tabs__nav.responsive .tabs__btn {
        /* float: none; */
        display: block!important;
        text-align: left;
    }
    .tabs__nav.responsive .icon {
        position: absolute;
        left: 0;
        top: -10px;
    }
    .icon{
        display: block!important;
    }
    .tabs__btn:last-child{
        border-bottom: none;
    }
    .widget-container{
        width: 90%;
    }
    
    .inc-flex-sec{
        flex-direction: column;
    }
    .inc-calc-information-sec .inc-flex-sec,
    .inc-widget-field .inc-flex-sec{
        flex-direction: row;
    }
    .inc-doubleWidget-field .inc-rowGroup{
        width: 60%;
    }
    .inc-doubleWidget-field .inc-flex-sec{
        align-items: flex-start;
    }
    .row-label-sec{
        text-align: center;
    }
    .inc-left-sec,
    .inc-right-sec{
        width: 100%;
    }
    .flex-start{
        align-items: center;
    }
    .horizontal-line{
        width: 90%;
    }
    .inc-widget-field .margin-bottom{
        flex-direction: column;
    }
    .inc-widget-left-sec,
    .inc-widget-right-sec{
        width: 100%;
    }
    .widget-lbl-sec{
        font-size: 16px;
        text-align: left;
        padding: 0 10px 10px;
    }
    .inc-widget-right-sec .calc-widget-title{
        display: none;
    }
    .calc-widget-title{
        font-size: 16px;
    }
    .inc-multiBase-sec{
        width: 100%;
    }
    .inc-multiBase-sec .inc-rowGroup .row-lbl-sec{
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    .inc-calc-information-sec .inc-flex-sec{
        flex-direction: column;
    }
    .inc-calc-information-sec .inc-rowGroup{
        width: 100%;
    }
    .inc-calc-information-sec .row-lbl-sec{
        text-align: center;
    }
    .tabs__nav{
        width: 50%;
    }
    .inc-widget-sec {
        width: 33%;
        padding: 0 5px;
    }
    .inc-doubleWidget-field .inc-rowGroup{
        width: 100% ;
    }
    .inc-widget-right-sec{
        flex-wrap: wrap;
    }
    .inc-multi-widget-sec{
        width: 60%;
        margin-bottom: 10px;
    }
    .multiText{
        width: 30%;
    }
}
@media only screen and (max-width: 600px) {
    .inc-multiBase-sec{
        padding: 10px 0;
    }
    .inc-calc-title h2 {
        font-size: 20px;
    }
    .inc-calc-title span{
        font-size: 12px;
    }
    .inc-widget-field .inc-flex-sec{
        flex-wrap: wrap;
    }
    .inc-widget-field .inc-widget-sec{
        width: 50%;
    }
    .inc-widget-field .inc-widget-sec:first-child{
        width: 100%;
    }
    .inc-multBase-title {
        font-size: 24px;
    }
    .inc-small-text{
        text-align: center;
    }
}
@media only screen and (max-width: 492px) {
    .row-label-sec label, .widget-lbl-sec label, .row-lbl-sec label{
        font-size: 14px;
        font-weight: 400;
    }
    .row-text-sec span,
    .widget-text span, .row-text span{
        font-size: 14px;
        font-weight: 400;
    }
    .inc-rowGroup{
        padding: 0;
    }
    .inc-left-sec, .inc-right-sec{
        padding: 0;
    }
    .printArea{
        padding: 10px;
    }
    .tabs__content{
        padding: 10px 8px;
    }
    .inc-calc-title h2{
        font-size: 16px ;
    }
}
