/* body{
    padding: 0%;
    margin: 0;
    display: flex;
    justify-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgb(187, 181, 211);  
} */

@import url(http://fonts.googleapis.com/css?family=Calibri:400,300,700);


/* ============================= Button Countinue Css================================== */
@media screen and (max-width: 334px) {
    .select_option_field_wrapper i {
        position: absolute;
        left: 42% !important;
        bottom: 24px !important;
    }
    .employ_status_select i {
        position: absolute;
        right: 25% !important;
        bottom: 42px !important;
    }
  }
  @media screen and (max-width: 768px) {
    .select_option_field_wrapper i {
        position: absolute;
        left: 51% !important;
        bottom: 24px !important;
    }
    .employ_status_select i {
        position: absolute;
        right: 15% !important;
        bottom: 23px !important;
    }
  }

.submit_button {
    display: block;
    text-align: center;
    margin: 50px auto 20px;
    width: 350px;
    color: rgb(255, 255, 255);
    background: rgb(1, 122, 104);
    border-radius: 10px;
    padding: 15px 30px;
    box-sizing: border-box;
    text-decoration: none;
    transition: all 0.35s ease 0s;
    cursor: pointer;
}

.submit_button .btn {
    font-family: SharpGroteskBook, sans-serif;
    font-size: 18px;
    color: #fff;
}
.submit_button:hover{
    background: rgb(12, 11, 11);
}

/* ============================= Button Countinue Css================================== */

/* amount page and purpose page Css  */
.main-content-wrapper h1{
    font-family: SharpGroteskBook, sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: rgb(33, 33, 33);
    margin-top: 40px;
}

.main-content-wrapper h2{
    font-family: SharpGroteskBook, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: rgb(33, 33, 33);
}

.main-content-wrapper h3 {
    font-size: 18px;
    font-weight: 400;
}

.form-wrapper {
    width: 100%;
}

.form-content-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.incr-decr-box-wrapper {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.box_content {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.decriment_button{
    font-family: SharpGroteskBook, sans-serif;
    position: relative;
    color: rgb(33, 33, 33);
    font-weight: 400;
    background-color: rgb(255, 255, 255);
    padding: 3px 8px 0px;
    font-size: 25px;
    line-height: 26px;
    border-radius: 5px;
    border: 0.5px solid rgb(33, 33, 33);
    transition: all 0.35s ease 0s;
    cursor: pointer;
}
.incr_decr_wrapper{
    width: 200px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 30px 10px;
    display: flex;
    font-size: 18px;
    font-family: SharpGroteskBook, sans-serif;
}

.incr_decr_content {
    width: 200px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 30px 10px;
    display: flex;
    font-size: 18px;
    font-family: SharpGroteskBook, sans-serif;
}

.incr_decr_content-label{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 30px;
    border: 1px solid rgb(168, 168, 168);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
    width: 160px;
    height: 50px;
    color: rgb(33, 33, 33);
}

.incr_decr_content .input {
    width: 100%;
    text-align: center;
    color: rgb(33, 33, 33);
    box-sizing: border-box;
    border: 0px;
    font: inherit;
    background: transparent;
    padding: 0px;
}
.incriment_button {
    font-family: SharpGroteskBook, sans-serif;
    position: relative;
    color: rgb(33, 33, 33);
    font-weight: 400;
    background-color: rgb(255, 255, 255);
    padding: 3px 8px 0px;
    font-size: 25px;
    line-height: 26px;
    border-radius: 5px;
    border: 0.5px solid rgb(33, 33, 33);
    transition: all 0.35s ease 0s;
    cursor: pointer;
}
.range-bar-wrapper {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    order: 2;
    flex: 1 1 0%;
    height: 30px;
}

.range-bar-wrapper .range-input {
    width: 100%;
    z-index: 4;
    outline: none;
    appearance: none;
    background: transparent;
}

.progressbar-custom {
    position: absolute;
    appearance: none;
    z-index: 1;
    height: 15px;
    border-radius: 10px;
    color: rgb(230, 230, 230);
    width: 99%;
}

.price-range-wrapper {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.price-range-wrapper .first-price {
    font-weight: normal;
    order: 1;
    color: rgb(168, 168, 168);
    padding: 7px 0px;
    font-size: 16px;
}

.price-range-wrapper .second-price {
    font-weight: normal;
    order: 3;
    color: rgb(168, 168, 168);
    padding: 7px 0px;
    font-size: 16px;
}


.select_price_month{
    text-align: center;
    padding-bottom: 20px;
}

.select_price_month h3{
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 400;
}

.select_content_wrapper {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.select_content_wrapper p {
    font-size: 18px;
    margin: 0px 30px 0px 0px;
    text-align: left;
    background: rgb(243, 243, 243);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 13px 15px;
    width: 160px;
}
.select_content_wrapper span {
    position: relative;
}
.select_content_wrapper span .select_optin{
  
        font-family: SharpGroteskBook, sans-serif;
        font-size: 18px;
        text-align: left;
        color: rgb(255, 255, 255);
        background: rgb(33, 33, 33);
        box-sizing: border-box;
        border-radius: 5px;
        padding: 13px 15px;
        width: 160px;
        appearance: none;
 
}
.select_period {
    font-family: SharpGroteskBook, sans-serif;
    font-size: 18px;
    text-align: left;
    color: rgb(255, 255, 255);
    background: rgb(33, 33, 33);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 13px 15px;
    width: 160px;
    appearance: none;
}
.select_optin::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(225, 225, 225);
    width: 0px;
    height: 0px;
    transition: all 0.35s ease 0s;
}

.select_item::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(225, 225, 225);
    width: 0px;
    height: 0px;
    transition: all 0.35s ease 0s;
}
.main-content-wrapper .span{
    display: block;
    font-family: SharpGroteskBook, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgb(168, 168, 168);
}


/* purpose section css start  */
.purpose{
    position: relative;
}
.heading_title{
 
        display: flex;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        margin: 60px auto 30px;
        max-width: 770px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
  
}

.heading_title h1 {
    font-family: SharpGroteskBook, sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: rgb(33, 33, 33);
    margin-top: 40px;
}

.content_wrapper{
    width: 100%;
    padding: 10px;
}
.button_items{
   
        -webkit-box-align: center;
        align-items: center;
        border: 1px solid rgb(168, 168, 168);
        border-radius: 10px;
      
        color: rgb(33, 33, 33);
        text-align: center;
        padding: 20px 15px;
        transition: all 0.35s ease 0s;
        width: 32%;
        float: left;
        margin: 5px;
        
}
.button_items .icon i{
    width: 100%;
    font-size: 130px;
    color: rgb(1, 122, 104);
}
.button_items:hover{
    color: rgb(255, 255, 255);
    background: rgb(1, 122, 104);
}
.button_items:hover .icon i{
  
    color: rgb(255, 255, 255);
   
}
.maintainance_input_fild {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgb(197, 197, 197);
}
.category_wrapper{
    border-bottom: 2px dashed rgb(197, 197, 197);
    text-align: center;
    margin: 40px 0px 30px;
}
.category_wrapper span{position: relative;
top: 9px;
background: rgb(255, 255, 255);
padding: 0px 10px;
}

.fild_section {
    display: flex;
    width: 100%;
    gap: 15px;
    text-align: center;
}
.maintainance_button{
        border: 1px solid rgb(168, 168, 168);
        border-radius: 10px;
        background: rgb(255, 255, 255);
        color: rgb(33, 33, 33);
        text-align: center;
        padding: 15px 20px;
        font-size: 18px;
        line-height: 24px;
        box-sizing: border-box;
        transition: all 0.35s ease 0s;
        width: 45%;
}
.registration_button{
    border: 1px solid rgb(168, 168, 168);
    border-radius: 10px;
    background: rgb(255, 255, 255);
    color: rgb(33, 33, 33);
    text-align: center;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 24px;
    box-sizing: border-box;
    transition: all 0.35s ease 0s;
    width: 45%;
}
.maintainance_button:hover{
    background: rgb(1, 122, 104);

}
.maintainance_button:hover span{
    color: #fff;
    
}
.registration_button:hover{
    background: rgb(1, 122, 104);
}
.registration_button:hover span{
    color: #fff;
    
}
/* amount page and purpose page Css  */




.slider_container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
.value_contianer{
    margin-bottom: 25px;
    
}
.value_wrapper{
    border: 5px dotted red;
    padding: 10px;
    margin: 20px 0;
    display: inline-block;
}
#demo{
    color: rgb(143, 134,180);
    font-size: 30px;
    font-family: oswald, sans-serif; 
}
#demo_second{
    color: rgb(143, 134,180);
    font-size: 30px;
    font-family: oswald, sans-serif; 
}
#dolar{
    color: rgb(143, 134,180);
    font-size: 30px;
    font-family: oswald, sans-serif;
}
.slider{
    width: 100%;
    height: 22px;
    background: linear-gradient(to right #6b8dff 0%, #ff2a5f 0%, #028ccc 0%,#028ccc 100% );
    transition: background 450ms ease-in;
    -webkit-appearance: none;
    border-radius: 18px;
    box-shadow: 2px 8px 13px -3px rgba(116, 114, 114, 0.75);
    -webkit-box-shadow: 2px 8px 13px -3px rgba(116, 114, 114, 0.75);
   -moz-box-shadow: 2px 8px 13px -3px rgba(116, 114, 114, 0.75); 
   /* background: #028ccc; */
}
.slider::-webkit-slider-thumb{
  
    cursor: pointer;
    appearance: none;
    height: 32px;
    width: 32px;
    /* background-color: #ff2a5f; */
    background-color: #0bc0f7;
    border-radius: 50%;
    border:5px solid rgb(248, 42, 186);
    z-index: 1;

    box-shadow: 2px 8px 13px -3px rgba(116, 114, 114, 0.75);
    -webkit-box-shadow: 2px 8px 13px -3px rgba(116, 114, 114, 0.75);
   -moz-box-shadow: 2px 8px 13px -3px rgba(116, 114, 114, 0.75); 

}
/* ============================= End Progress Bar ============================== */

.purchase_container{
    width: 100%;

}
.heading_title h1{
    font-family: SharpGroteskBook, sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: rgb(33, 33, 33);
    margin-top: 40px;
}
.loan_form{
    width: 100%;
}

.load_total{
    font-family: SharpGroteskBook, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: rgb(33, 33, 33);
    margin-top: 0px;
}
.calculation_wrapper{
    font-family: SharpGroteskBook, sans-serif;
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "first-allocation second-allocation" "slider slider";

}
.calculation_left_side{
    grid-area: first-allocation / first-allocation / first-allocation / first-allocation;
    padding-right: 30px;
}
.calculation_left_side {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px 0px 0px;
    margin: 0px;
    border: none;
    border-right: 2px dashed;
    border-color: rgb(207, 207, 207);
}
.calculation_left_side span{
    text-align: center;
}
.calculation_left_side .box_wraper{
   
        border: 1px solid rgb(168, 168, 168);
        width: 255px;
        height: 235px;
        padding: 30px;
        border-radius: 10px;
        box-sizing: border-box;
}
.icon_wrapper{
    width: 100%;
    height: 150px;
}
.icon_wrapper i {
    max-width: 100%;
    max-height: 100%;
    font-size: 150px;
    color: gold;
}
.calculator_content{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;    
}
.decrement_btn{
    font-family: SharpGroteskBook, sans-serif;
    position: relative;
    color: rgb(33, 33, 33);
    font-weight: 400;
    background-color: rgb(255, 255, 255);
    padding: 3px 8px 0px;
    font-size: 25px;
    line-height: 26px;
    border-radius: 5px;
    border: 0.5px solid rgb(33, 33, 33);
    transition: all 0.35s ease 0s;
    cursor: pointer;
}
.main_content{
    width: 200px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 30px 10px;
    display: flex;
    font-size: 18px;
    font-family: SharpGroteskBook, sans-serif;
}
.lebel_input{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 30px;
    border: 1px solid rgb(168, 168, 168);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
    width: 160px;
    height: 50px;
    color: rgb(33, 33, 33);
}
.input_field{
    width: 100%;
    text-align: center;
    color: rgb(33, 33, 33);
    box-sizing: border-box;
    border: 0px;
    font: inherit;
    background: transparent;
    padding: 0px;
}
.increment_button{
    font-family: SharpGroteskBook, sans-serif;
    position: relative;
    color: rgb(33, 33, 33);
    font-weight: 400;
    background-color: rgb(255, 255, 255);
    padding: 3px 8px 0px;
    font-size: 25px;
    line-height: 26px;
    border-radius: 5px;
    border: 0.5px solid rgb(33, 33, 33);
    transition: all 0.35s ease 0s;
    cursor: pointer;
}

.fChltt:nth-of-type(1) {
    grid-area: first-allocation / first-allocation / first-allocation / first-allocation;
    padding-right: 30px;
}
.calculation_right_side{
    grid-area: second-allocation / second-allocation / second-allocation / second-allocation;
    order: 3;
    padding-left: 30px;
    border-left: 1px dashed rgb(197, 197, 197);

    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px 0px 0px;
    margin: 0px;
    border: none;
}
.box_wraper_right{
    grid-area: second-allocation / second-allocation / second-allocation / second-allocation;
    /* order: 3; */
    padding-left: 30px;
    border-left: 1px dashed rgb(197, 197, 197);
}
.calculation_right_side span{
    text-align: center;    
}
.box_wraper_right{
    border: 1px solid rgb(168, 168, 168);
    width: 255px;
    height: 235px;
    padding: 30px;
    border-radius: 10px;
    box-sizing: border-box;
}

.icon_wrapper_right{
   width: 100%;
   height: 150px;
}
.icon_wrapper_right i{
    max-width: 100%;
    max-height: 100%;
    font-size: 150px;
    color: gold;
}
.main_wrapper{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 100px;
}


/* ======================================================================================= */
/* start Your details page css  */
/* ======================================================================================== */
.employ_status_select {

    position: relative;
}
.employ_status_select i {
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 59px;
    top: 29px;
    z-index: 1999;
    font-size: 20px;
}
 .select_option_field_wrapper {

    position: relative;

}
.select_option_field_wrapper i {
    color: #fff;
    /* padding: 10px; */
    position: absolute;
    right: 17px;
    bottom: 24px;
    z-index: 2;
    font-size: 20px;
}
.select_option_field_wrapper select{
    width:30px;
    -webkit-appearance: none;
     width:60%;
}
textarea:focus, input:focus,select:focus{
    outline: none;
}

.employ_status_select select{
    width:30px;
    -webkit-appearance: none; 
    width:90%;
}
input{
    border: none;
}
.main_wrapper_details{
    position: relative;
    width: 100%;
}
.input_details_section{
 width: 100%;
}
.section_wrapper{
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin: 60px auto 30px;
    /* max-width: 770px; */
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    /* text-align: center; */
}
.section_wrapper h1{
        font-family: SharpGroteskBook, sans-serif;
        font-weight: 400;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        color: rgb(33, 33, 33);
        margin-top: 40px;
}
.section_content_wrapper{
    display: grid;
    grid-template-columns: 100%;
    gap: 30px;
    width: 100%;
}
.email_selection{
    display: flex;
    gap: 30px;
}
.input_field_content{
    width: 100%;
    position: relative;
}
.input_field_content .input_label{
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 0px 0px 8px;
    color: rgb(33, 33, 33);
    font-family: SharpGroteskBook, sans-serif;
    width: 100%;
}
.input_field_content .input_field{
        background: rgb(255, 255, 255);
        border-radius: 5px;
        border: 1px solid rgb(168, 168, 168);
        /* border: 2px solid rgb(237, 41, 36); */
        padding: 12px 15px;
        width: 100%;
        margin-bottom: 5px;
        color: rgb(33, 33, 33);
        font-size: 16px;
        font-family: SharpGroteskBook, sans-serif;
        box-sizing: border-box;
}



.select_option_field_wrapper{
    width: 100%;
    position: relative;
}
.select_option_field_wrapper .option_label{
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 0px 0px 0px;
    color: rgb(33, 33, 33);
    font-family: SharpGroteskBook, sans-serif;
    width: 100%;
}
 .btn:hover {
    color: #fff !important;
    text-decoration: none;
}
input.btn.submit_button {
    padding: 23px;
}
.select_option_field_wrapper > div{
    max-width: 175px;
    box-sizing: border-box;
    display: block;
}
.select_option_field_wrapper .selection_field{
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border-width: 1px 50px 1px 1px;
    border-style: solid;
    border-color: rgb(168, 168, 168) rgb(1, 122, 104) rgb(168, 168, 168) rgb(168, 168, 168);
    border-image: initial;
    padding: 15px 15px;
    margin-bottom: 5px;
    color: rgb(33, 33, 33);
    font-size: 18px;
    position: relative;
    cursor: pointer;
    font-family: SharpGroteskBook, sans-serif;
    box-sizing: border-box;
    width: 100%;
}
.selection_field::before {
    content: "";
    background-image: url("./img/icons.png");
    background-repeat: no-repeat;
    background-position: -164px -30px;
    background-size: 240px 80px;
    position: absolute;
    top: 13px;
    right: -35px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 20px;
    height: 20px;
}
.select_option_field_wrapper ul{
    max-width: 125px;
}
.select_option_field_wrapper .select_field_li{
    width: calc(100% - 50px);
    background: rgb(255, 255, 255);
    list-style: none;
    padding: 0px;
    margin: -5px 0px 0px;
    position: absolute;
    font-size: 18px;
    top: 91px;
    font-family: SharpGroteskBook, sans-serif;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 1;
    cursor: pointer;
    box-shadow: rgb(206, 206, 206) 1px 5px 5px 0px;
}
.select_field_li li{
    padding: 5px;
    text-align: center;
    color: rgb(33, 33, 33);
    font-family: SharpGroteskBook, sans-serif;
}
.first_last_name{
    display: flex;
    gap: 30px;
}
.first_name_with_button{
    width: 100%;
}
.first_last_name .button_item{
    margin-left: auto;
}
.button_item{
    font-family: SharpGroteskBook, sans-serif;
    display: block;
    text-align: right;
    border: 0px;
    background: none;
    margin-top: 5px;
    transition: all 0.35s ease 0s;
    cursor: pointer;
}


.date_of_birth_with_mobile{
    display: flex;
    gap: 30px;
}
.date_of_birth{
    position: relative;
    margin: 0px auto 30px;
    width: 100%;
}
.input_label_dateOfBirth{
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 0px 0px 8px;
    color: rgb(33, 33, 33);
    font-family: SharpGroteskBook, sans-serif;
    width: 100%;
}
/* .date_of_birth > div {
    width: 30%;
    margin-bottom: 0px;
} */
.dateOfBirth_wrapper{
    position: relative;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}
.dateOfBirth_wrapper > div{
    width: 30%;
    margin-bottom: 0px;
}
.dateOfBirth_wrapper .year{
    width: 100%;
    position: relative;
}
input, textarea, select {
    transition: all 0.3s ease-in-out 0s;
}
.dateOfBirth_wrapper .year .year_input_field{
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid rgb(168, 168, 168);
    /* border: 2px solid rgb(237, 41, 36); */
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 5px;
    color: rgb(33, 33, 33);
    font-size: 16px;
    font-family: SharpGroteskBook, sans-serif;
    box-sizing: border-box;
}
.dateOfBirth_wrapper .month{
    width: 100%;
    position: relative;
}
.dateOfBirth_wrapper .month .month_input_field{
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid rgb(168, 168, 168);
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 5px;
    color: rgb(33, 33, 33);
    font-size: 16px;
    font-family: SharpGroteskBook, sans-serif;
    box-sizing: border-box;
}
.dateOfBirth_wrapper .date{
    width: 100%;
    position: relative;
}
.dateOfBirth_wrapper .date .date_input_field{
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid rgb(168, 168, 168);
    /* border: 2px solid rgb(237, 41, 36); */
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 5px;
    color: rgb(33, 33, 33);
    font-size: 16px;
    font-family: SharpGroteskBook, sans-serif;
    box-sizing: border-box;
}

.address_area_wrapper{
    width: 100%;
    position: relative;
}
.address_area_wrapper .address_label{
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 0px 0px 8px;
    color: rgb(33, 33, 33);
    font-family: SharpGroteskBook, sans-serif;
    width: 100%;
}
.address_area_wrapper .address_input_field{
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid rgb(168, 168, 168);
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 5px;
    color: rgb(33, 33, 33);
    font-size: 16px;
    font-family: SharpGroteskBook, sans-serif;
    box-sizing: border-box;
}
.address_area_wrapper .address_button{
    font-family: SharpGroteskBook, sans-serif;
    display: block;
    text-align: right;
    border: 0px;
    background: none;
    margin-top: 5px;
    transition: all 0.35s ease 0s;
    float: right;
    margin-left: auto;
    cursor: pointer;
}


.employment_status_wrapper {
    display: flex;
    width: 100%;
    position: relative;
    gap: 30px;
}
.employ_status_select{
    
}

.employ_status_select{
    width: 100%;
    position: relative;
}
.employ_status_select .option_label{
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 0px 0px 8px;
    color: rgb(33, 33, 33);
    font-family: SharpGroteskBook, sans-serif;
    width: 100%;
}
.employ_status_select > div{
    max-width: 175px;
    box-sizing: border-box;
    display: block;
}
.employ_status_select .selection_field{
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border-width: 1px 50px 1px 1px;
    border-style: solid;
    border-color: rgb(168, 168, 168) rgb(1, 122, 104) rgb(168, 168, 168) rgb(168, 168, 168);
    border-image: initial;
    padding: 12px 15px;
    margin-bottom: 5px;
    color: rgb(33, 33, 33);
    font-size: 18px;
    position: relative;
    cursor: pointer;
    font-family: SharpGroteskBook, sans-serif;
    box-sizing: border-box;
}
.Yes_No_button_wrapper .Yes_no_label{
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 0px 8px;
    color: rgb(33, 33, 33);
    font-family: SharpGroteskBook, sans-serif;
    width: 100%;
}
.Yes_No_button_wrapper {
    width: 100%;
}
.button_wrapper_select{
    display: flex;
    width: 100%;
    gap: 10px;
}
.button_wrapper_select input{
    flex: 0 0 50%;
}

.button_wrapper_select .input_yes{
    appearance: none;
    margin: 0px;
}
.button_wrapper_select .input_no{
    appearance: none;
    margin: 0px;
}
.button_wrapper_select .input_yes::after {
    content: "Yes";
    padding: 12px 15px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(168, 168, 168);
    border-radius: 5px;
    display: block;
    color: rgb(33, 33, 33);
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    transition: all 0.35s ease 0s;
}
.button_wrapper_select .input_yes:hover::after {
    color: rgb(255, 255, 255);
    border-color: rgb(1, 122, 104);
    background: rgb(1, 122, 104);
}


.button_wrapper_select .input_no{
    appearance: none;
    margin: 0px;
}
.button_wrapper_select .input_no::after {
    content: "No";
    padding: 12px 15px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(168, 168, 168);
    border-radius: 5px;
    display: block;
    color: rgb(33, 33, 33);
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    transition: all 0.35s ease 0s;
}
.button_wrapper_select .input_no:hover::after {
    color: rgb(255, 255, 255);
    border-color: rgb(1, 122, 104);
    background: rgb(1, 122, 104);
}
.details_wrapper{
    margin: 70px 0px 30px;
    
}
.details_wrapper{
    margin: 70px 0px 30px;
}
.details_heading{
    text-align: center;
    color: rgb(33, 33, 33);
    font-family: SharpGroteskBook, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.details_wrapper .description{
    text-align: center;
    color: rgb(33, 33, 33);
    font-family: SharpGroteskBook, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
/* ======================================================================================= */
/* End Your details page css  */
/* ======================================================================================== */


/* ======================================================================================= */
/* Start Your banking  page css  */
/* ======================================================================================== */
.banking_wrapper{
    position: relative;
}
.section_wrapper{
    width: 100%;
    margin: 0px auto;
}
.banking_section_body{
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin: 60px auto 30px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.banking_section_body .banking_heading{
    font-family: SharpGroteskBook, sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: rgb(33, 33, 33);
    margin-top: 40px;
}
.banking_section_body p{
    font-family: SharpGroteskBook, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgb(33, 33, 33);
    margin-top: 0px;
    text-align: center;
}
.banking_section_body > div {
    margin-top: 30px;
    margin-bottom: 30px;
}
.banking_section_body .email_field{
    width: 100%;
    position: relative;
}
.email_field .label{
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 0px 0px 8px;
    color: rgb(33, 33, 33);
    font-family: SharpGroteskBook, sans-serif;
    width: 100%;
}
.email_field .input{
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid rgb(168, 168, 168);
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 5px;
    color: rgb(33, 33, 33);
    font-size: 16px;
    font-family: SharpGroteskBook, sans-serif;
    box-sizing: border-box;
}


label.error {
    color: red;
    font-size: 1.5rem;
    display: block;
    margin-top: 5px;
}

input.error {
    border: 1px  red;
    font-weight: 300;
    color: red;
}




/* ======================================================================================= */
/* End Your banking  page css  */
/* ======================================================================================== */
