*{
    font-family: 'interval-regular', sans-serif';
}

.header_h1{
    font-size: 44px;
    font-weight: 300;
}

.form_header{
    height: 120px;
}

.input_new{
    width: 75%;
}
.input_new_{
    width: 25%;
}


.form-label{
    color: #F89720;
}

.form_field{
    display: flex;
}

.form_box{
    border-right: 1px solid rgb(224, 224, 224);
    padding-right: 50px;
}

.b_grey{
    border-right: 1px solid rgb(228, 228, 228);
}

.amSym{
    position: relative;
    top: -0.7em;
    font-size: 25px;
}

.amNum{
    font-size: 50px;
}

.semi_button{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c1034c;
    width: 70%;
    height: 50px;
    color: white;
}

.semi_button:hover{
    background: #fdd520;
}

.semi_button p{
    font-size: 13px;
}

.text-left{
    font-size: 14px;
    color: rgb(105, 105, 105);
}

.text-right{
    font-size: 14px;
    color: rgb(105, 105, 105);
}

.info{
    font-size: 11px;
    color: rgb(156, 156, 156);
}

.next_box{
    width: 100%;
    border: 1px solid rgb(231, 231, 231);
    margin-bottom: 80px;
    padding: 18px;
}

.next_box h5{
    font-size: 15px;
    font-weight: bold;
    color: rgb(110, 110, 110);
    margin-bottom: 5px;
}

.next_box p{
    font-size: 13px;
    color: rgb(110, 110, 110);
}

.next_box button{
    width: 100%;
    height: 30px;
    font-size: 14px;
    border: none;
    background: #6d5cae;
    color: white;
    cursor: pointer;
    border-radius: 3px;
}

.next_box button:hover{
    background: #7c6eb3;
}

.sec_personal{
    display: none;
    opacity: 0;
}

/* personal page */
.person_info{
    width: 100%;
}

.person_header{
    width: 100%;
    height: 250px;
    background: url(../media/calcbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.person_header_overlay{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.267);
    display: flex;
    align-items: center;
    justify-content: center;
}

.person_header_overlay h1{
    margin: 10px 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    color: #2c2c2c;
    font-size: 44px;
    line-height: 55px;
    letter-spacing: -0.009em;
}

.info_add{
    padding-top: 75px;
}

.text_cont h2{
    font-size: 44px;
    line-height: 55px;
    letter-spacing: -0.009em;
    font-weight: 400;
}

.text_cont p{
    width: 90%;
}

.form-control::placeholder{
    color: #2c2c2c41;
}

.button_next{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    padding-right: 15px;
}

.next_button{
    width: 150px;
    background: #6d5cae;
    border: #7c6eb3;
}

.next_button:hover{
    background: #7c6eb3;
}

/* summary page */
.summary_info{
    width: 100%;
    margin-bottom: 50px;
    display: none;
    opacity: 0;
}

.summary_cont{
    padding-top: 75px;
}

.back_b{
    font-size: 14px;
    color: #3a8fc8;
    cursor: pointer;
}

.back_b:hover{
    color: #4d96c79f;
    cursor: pointer;
    transform: scale(1.02);
}
.bsr{
    font-weight: 500;
    font-size: 30px;
}

.bsr_textbox p{
    font-size: 15px;
    margin-bottom: 0px;
}

.bsr_textbox span{
    color: #C60651;
    font-weight: 700;
}

.message_{
    margin-top: 40px;
    background: #FAFAFA;
    width: 100%;
    padding: 15px;
}

.message_ p{
    margin-bottom: 0px;
    font-size: 13px;
    color: #2c2c2c8f;
}

.button_sub{
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.button_sub button{
    width: 150px;
    background: #6d5cae;
    border: #7c6eb3;
    color: white;
}

.button_sub button:hover{
    background: #7c6eb3;
}