@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.calc-wrapper{
    width: 100%;
    margin: 0 auto;
}
.calc-wrapper *{
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.calc-container{
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    
}
.calc-site-log-section{
    text-align: center;
}
.calc-site-log-section .calc-site-log-img{
    height: 100px;
}
.calc-site-log-section h2{
    color: #000;
    text-align: center;
    font-size: 25px;
    margin: 0;
    margin-bottom: 15px;
}
.calc-footer-logo-section .calc-site-log-img{
    height: auto;
    margin: 20px 5px 0;
}
.calc-footer-logo-section p{
    color: #000;
    text-align: center;
    font-size: 15px;
    margin:  0;
}
.inc-calc-title{
    text-align: center;
    padding: 10px 10px 20px;
    box-sizing: border-box;
}
.inc-calc-title h2{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 28px;
    font-weight: 600;
    padding: 0 10px 5px;
    margin: 0;
    line-height: 1.2;
    color: DodgerBlue;
}
.inc-calc-title span,
.inc-calc-title h2 span{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0 5px;
    margin: 0;
    box-sizing: border-box;
}
.inc-calc-information-sec{
    width: 100%;
}
.inc-flex-sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.half-width{
    width: 50%;
}

.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-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-lbl-sec span,
.row-lbl-sec label span{
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    box-sizing: border-box;
}
.row-inp-sec,
.row-sel-sec{
    width: 60%;
}
.inc-rowGroup .row-inp-sec span,
.inc-rowGroup .row-sel-sec span{
    color: darkblue;
    font-weight: bold;
}
.inc-right-sec .row-inp-sec{
    margin: 0 0 0 auto;
}
.inc-select-sec{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.row-inp-sec input,
.row-sel-sec select,
.inc-select-sec select{
    width: 100%;
    margin: 0;
    height: 40px;
    padding: 5px 15px;
    color: #000!important;
    border: 1px solid #000;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    font-family: inherit;
    font-weight: 500;
    box-sizing: border-box;
}

.flex-column .row-inp-sec{
    margin: 5px 0
}
.append-input,
.prepend-input{
    display: inline-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: #000;
    border: 1px solid #000;
    background: transparent;
    border-right: none;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
}
.prepend-input span{
    border: 1px solid #000;
    border-left: none;
    border-radius: 0 4px 4px 0px;   
}
.prepend-input .jw-input:focus{
    border: 1px solid #000!important;
    border-right: none!important;
    outline: 0!important;
}
.append-input .jw-input:focus{
    border: 1px solid #000!important;
    border-left: none!important;
    outline: 0!important;
}
.inc-col5,.inc-col3,.inc-col2{
    width: 50%;
    padding: 0 10px;
    margin: 10px 0;
    box-sizing: border-box;
}
.inc-col8{
    width: 80%;
    padding: 0 10px;
    margin: 0px 0;
    box-sizing: border-box;
}
.inc-col6{
    width: 60%;
    padding: 0 10px;
    margin: 10px 0;
    box-sizing: border-box;
}
.inc-col8 .row-lbl-sec,
.inc-col4 .row-lbl-sec,
.inc-col5 .row-lbl-sec,
.inc-col6 .row-lbl-sec{
    width: 100%;
    text-align: left;
}
.inc-col2{
    width: 20%;
    text-align: center;
}
.inc-col2 .row-inp-sec{
    width: 80%;
    margin: 0 auto;
}
.inc-col2 .row-inp-sec input{
    text-align: center;
}
.inc-col3{
    width: 30%;
}
/* ////////////// tabs */
.tabs {
    border-radius: 0.25rem;
    position: relative;
    background: #fff;
}
.tabs__nav {
    display: flex;
    background-color: #fff;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.tabs__btn {
    position: relative;
    padding: 5px 10px;
    cursor: pointer;
    margin: 5px;
    transition: opacity 0.3s;
    border: 1px solid #182432;
    /* border-left: none; */
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    background: #182432;
    border-radius: 4px;
}
/* .tabs__btn:first-child{
    border-left: 1px solid #36494F;

} */
.tabs__btn:hover{
    color: DodgerBlue;
}
.tabs__btn.is-active { 
    border-color: DodgerBlue;   
    background-color: DodgerBlue;
    color: #fff;
}
.tabs__btn.is-active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    /* background-color: #EEEEEE; */
} 


.tabs__content{
    border: 1px solid white;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #dcd9d9;
    
}
.tabs__pane {
    display: none;
    background: #fff;
    /* background-color: #EEEEEE; */
}
.tabs__pane.is-visible {
    display: block;
}
.horizontal-line{
    width: 60%;
    margin: 20px auto 20px;
    border-bottom: 2px dashed #000 ;
}
.inc-small-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    box-sizing: border-box;
    color: DodgerBlue;
}
.inc-small-title span,
.inc-small-title p{
    padding: 0px 5px;
    font-size: 14px!important;
    font-weight: 400!important;
}
.inc-small-title p{
    margin: 0;
    font-size: 16px!important;
    font-weight: 600!important;
}
.row-text-sec span{
    display: inline-block;
    color: #E8E9EB;
    padding: 0px 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    box-sizing: border-box;
}
.inc-text-field span{
    display: block;
    color: #E8E9EB;
    padding: 15px 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    box-sizing: border-box;
}

.inc-left-sec .inc-des-sec p{
    text-align: left;
}
.inc-des-sec,
.inc-des-sec i{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0 5px;
    padding-bottom: 10px;
    color: #EABD96;
    box-sizing: border-box;
}
.inc-des-sec p,
.row-des-sec p{
    display: block;
    color: #E8E9EB;
    padding: 0px 10px;
    margin: 0 0px ;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    box-sizing: border-box;
}
.row-des-sec p{
    text-align: right;
    margin-bottom: 0;
}
.flexCenter-sec{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.inc-small-width{
    width: 15%;
    padding: 0 10px;
    margin: 0;
    box-sizing: border-box;
}
.inc-sm-width{
    padding: 0 5px;
    margin: 0;
    box-sizing: border-box;
}
.inc-small-width .row-sel-sec select{
    padding: 5px;
}
.inc-half-width{
    width: 20%;
    padding: 0 10px;
    margin: 0;
    box-sizing: border-box;
}
.inc-small-width .row-text-sec span,
.inc-sm-width .row-text-sec span{
    text-align: center;
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
}
.margin-bottom{
    margin-bottom: 10px;
}
.inc-row-sec{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.inc-row-sec .inc-small-title{
    font-size: 14px;
    padding: 10px 0;
}
.inc-row-sec .row-lbl-sec{
    text-align: left;
}
.flex-column{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.inc-half-width .row-inp-sec,
.inc-sm-width .row-inp-sec{
    width: 100%;
}
.inc-left-sec{
    width: 60%;
    padding: 0 10px;
    margin: 0;
    box-sizing: border-box;
}
.inc-right-sec{
    width: 30%;
    padding: 0 10px;
    margin: 0;
    box-sizing: border-box;
}
.inc-right-sec .row-text-sec{
    text-align: right;
    font-size: 14px;
}
.inc-radio-sec{
    width: 100%;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: DodgerBlue;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.inc-radio-sec label{
    height: 36px;
    font-size: 16px;
    font-weight: 500;
    color: #E8E9EB!important;
    padding: 0;
    margin: 0;
    /* padding-bottom: 5px; */
    outline: 0;
    box-sizing: border-box;
}
.flex-evenly{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
/* ////// check Box */

.inc-check-group {
    display: block;
    margin: 10px 0;
}
  
.inc-check-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
  
.inc-check-group label {
    position: relative;
    cursor: pointer;
    display: inline;
    align-items: center;
    justify-content: left;
    font-size: 16px;
    font-weight: 500;
    color: #E8E9EB!important;
    padding:  0 10px;
    margin: 0;
    box-sizing: border-box;

}
  
.inc-check-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-flex;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
  
.inc-check-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 17px;
    width: 5px;
    height: 11px;
    border: solid DodgerBlue;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.flex-evenly .inc-col2,
.flex-evenly .inc-col5,
.flex-between .inc-col5,
.flex-between .inc-small-title{
    margin: 0;
}
.inc-col2 .row-sel-sec,
.inc-col3 .row-sel-sec,
.inc-col10 .row-inp-sec,
.inc-col5 .row-lbl-sec{
    width: 100%;
}
.content-right{
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
.flex-between{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.inc-col4{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin: 0;
    box-sizing: border-box;
}
.inc-col1{
    width: 10%;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}
.inc-col10{
    width: 100%;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}
.margin-none,
.inc-col5 .inc-small-title{
    margin: 0;
}
.text-left{
    justify-content: flex-start;
    text-align: left;
}
.flex-sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inc-col5 .row-inp-sec{
    width: 100%;
}
.inc-section{
    width: 100%;
}
.inc-row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.inc-row .row-text-sec,
.inc-row .row-inp-sec{
    width: 100%;
    text-align: center;
    margin: 0 5px;
}

.text-center label,
.text-center{
    justify-content: center;
    text-align: center;
}
.text-right label,
.text-right{
    justify-content: end;
    text-align: right;
}
/* .text-center input:checked + label:after{
    left: 95px;
    top: 4px;
} */
.inc-col5 .inc-rowGroup{
    width: 100%;
}
.margin-auto{
    margin: 0 auto;
}
.flex-between-sec{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.marginBottom{
    margin-bottom: 30px;
}



/* ///////////////// */

.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: #000;
    padding: 0;
    margin: 0;
    /* padding-bottom: 5px; */
    outline: 0;
    box-sizing: border-box;
    text-align: left;
}
.row-input-sec {
    width: 40%;
    position: relative;
}
.row-input-sec input,
.row-input-sec select{
    width: 100%;
    margin: 0;
    height: 40px;
    padding: 5px 15px;
    color: #000;
    border: 1px solid #000;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    font-family: inherit;
    font-weight: 500;
    box-sizing: border-box;
    max-width: 200px;
}
.row-input-sec input,
.jw-input{
    
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.prepend-input,
.append-input{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.prepend-input .jw-input{
    border-right: none;
    padding-right: 0;
    border-radius: 4px 0px 0px 4px;
}
.append-input .jw-input{
    border-left: none;
    padding-left: 0;
    border-radius: 0 4px 4px 0;
}
.prepend-input span,
.append-input span{
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border: 1px solid #000;
    background: transparent;
    border-right: none;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
}
.prepend-input span{
    border-radius: 0 4px 4px 0;
    border: 1px solid #000;
    border-left: none;
}



.jw-input:focus{
    border: 1px solid #000!important;
    outline: 0!important;
}
.calc-title{
    width: 100%;
    color: DodgerBlue;
    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: darkblue;
    padding: 8px 5px;
    margin: 0;
    box-sizing: border-box;
}
.row-lbl-sec{
    width: 70%;
}
.row-lbl-sec span{
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.row-text-sec{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0;
    margin: 0;
    padding: 5px 0;
    outline: 0;
    box-sizing: border-box;
}
.fha-flexRow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.text-big{
    font-size: 18px;
    font-weight: 600;
}
.section-container{
    display: flex;
    justify-content: space-between;
}
.section-container .calc-form-sec{
    width: 48%;
}



.orange-highlight,
.orange-highlight .row-text-sec,
.orange-highlight .row-text-sec span{
    color: orange;
    font-size: 18px;
}
.d-flex{
    display: flex;
}
.align-items-center{
    align-items: center;
}
.text-black{
    color: #000!important;
    font-size: 14px !important;
    font-weight: normal !important;
}
@media only screen and (max-width: 768px) {
    .tabs__btn{
        width: 100%;
    }
    .tabs__content{
        padding: 10px;
    }
    .row-lbl-sec label{
        font-size: 14px;
    }
    .row-input-sec input,
    .row-input-sec select{
        font-size: 14px;
    }
    .inc-small-width .row-text-sec span, .inc-sm-width .row-text-sec span {
        text-align: center;
        padding: 10px 0;
        margin: 0;
        font-size: 10px;
    }
    .row-lbl-sec span{
        display: none;
    }
    .fha-groupRow{
        flex-direction: column;
        align-items: flex-start;
    }
    .row-lbl-sec{
        width: 100%;
    }
    .row-input-sec{
        width: 100%;
    }
    .calc-title {
        font-size: 24px;
    }
    .row-input-sec input,
    .row-input-sec select{
        width: 100%;
        max-width: 100%;
    }
    .section-container {
        flex-direction: column;
    }
    .section-container .calc-form-sec{
        width: 100%;
    }
    .div-transparent:before,
    .div-transparent:after{
        content: unset !important;
    }

    .inc-rowGroup {
        padding: 0px 5px;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .row-inp-sec, .row-sel-sec {
        width: 100%;
    }
    .inc-flex-sec .inc-rowGroup:nth-child(2){
        flex-direction: column-reverse;
    }
    .inc-flex-sec .inc-rowGroup:nth-child(2) .row-sel-sec,
    .inc-flex-sec .inc-rowGroup:nth-child(2) .row-lbl-sec label{
        text-align: right;
    }
    .inc-row .row-inp-sec input{
        padding: 5px 3px;
        font-size: 12px;
    }
    .inc-row .prepend-input span, 
    .inc-row .append-input span{
        padding: 5px 3px;
        font-size: 12px;
    }
    .inc-row .row-text-sec span {
        font-size: 12px !important;
    }
    
}
@media only screen and (max-width: 600px) {
    .row-lbl-sec label{
        font-size: 11px;
    }
    .row-input-sec input,
    .row-input-sec select{
        font-size: 12px;
    }
    .calc-title{
        font-size: 20px;
    }
    .row-text-sec{
        font-size: 14px;
    }
    .row-text-sec span{
        font-size: 16px;
    }
}





.div-transparent
{
	position: relative;
	
}

.div-transparent:before
{
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    right: 0%;
    height: 90%;
    width: 1px;
    background-image: linear-gradient(to bottom, transparent, #000, transparent);
}

.div-arrow-down:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -7px;
	left: calc(50% - 7px);
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	background-color: white;
	border-bottom: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
}

.div-tab-down:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: calc(50% - 10px);
	width: 20px;
	height: 14px;
	background-color: white;
	border-bottom: 1px solid rgb(48,49,51);
	border-left: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
	border-radius: 0 0 8px 8px;
}

.div-stopper:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -6px;
	left: calc(50% - 7px);
	width: 14px;
	height: 12px;
	background-color: white;
	border-left: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
}

.div-dot:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: calc(50% - 9px);
	left: calc(50% - 9px);
	width: 18px;
	height: 18px;
	background-color: DodgerBlue;
	border: 1px solid rgb(48,49,51);
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px white,
					0 0 0 4px white;
}