*{
    box-sizing: border-box;
}

.interest-invest{
    height: 100%;
    width: 100%;
    margin-bottom: 50px;
}

.bg-header{
    height: 190px;
    position: relative;
}

.bg-header img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.text-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 50px;
    font-weight: normal;
    text-align: center;
    font-family: "DINOT-CondMedium";
    text-transform: uppercase;
    letter-spacing: 0px;
}

.invest-container{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 110px;
}

.invest-row{
    width: 100%;
    display: block;
    content: "";
    display: table;
    clear: both;
}

.invest-col-3{
    float: left;
    width: 30%;
}

.invest-col-7{
    float: left;
    width: 70%;
}


.invest-container .invest-row h2{
    font-size: 30px !important;
    color: #E25A26;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 400 !important;
}

.invest-container .invest-row p{
    color: #0D495E;
    font-size: 14px;
    font-family: 'Montserrat';
    letter-spacing: 0.26px;
    padding-top: 23px;
    font-weight: 400;
}

.pt50{
    padding-top: 43px !important;
}

.invest-form{
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin-left: -15px;
    margin-right: -15px;
}

.invest-col-6 {
    width: 50%;
    flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width:992px){
    .invest-col-6 {
        width: 100%;
        flex-basis: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.invest-input-group{
    margin-bottom: 30px;
}

.invest-row .input-label{
    font-family: "DINOT-CondMedium" !important;
    font-size: 22px !important;
    color: #E25A26;
    font-weight: 400 !important;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    /* width: 366px; */
    margin-bottom: 22px;
}

.input-field{
    /* margin-top: 22px; */
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #999999;
    border-radius: 3px;
}

.input-field.invalid{
    background-color: #ffdddd;
}

.invest-col-7 .invest-input-group{
    margin-left: 80px;
}

.formselect{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -2px;
    margin-right: -2px;
}

.formselect .formselect-col:first-child{
    width: 125px;
    flex: 0 0 125px;
    padding-left: 2px;
    padding-right: 2px;
}

.formselect .formselect-col:last-child{
    flex-grow: 1;
    flex: 1 1 auto;
    width: 1%;
    padding-left: 2px;
    padding-right: 2px;
}

/* Select with Dollar */

.dollar-select{
    margin-top: 22px;
}

.select2-container{
    width: 100% !important;
}

.select2-container .select2-selection--single{
    height: 43px !important;
}

.dollar-select .select2-container .select2-selection--single .select2-selection__rendered{
    padding-top: 4px;
}

.dollar-select .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px;
}

.dollar-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #0D495E transparent;
    border-width: 0 4px 5px 4px;
}

.dollar-select .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #0D495E transparent transparent transparent;
}
/* ********* */

/* Status Form */

.step {
    height: 8px;
    width: 74px;
    margin: 0 2px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;  
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    background-color: #E25A26;
    opacity: 1;
    border: none; 
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #E25A26;
    opacity: 1;
    border: none; 
}

/* *** */

/* Next Step Form */

.tab{
    display: none;
}

#nextBtn{
    background-color: #0D495E;
    color: #ffffff;
    border: none;
    padding: 7px 55px;
    font-size: 12px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-left: 310px;
    margin-top: 30px;
}

/* Responsive */

@media only screen and (max-width:1200px){

}

@media only screen and (max-width:992px){

}

@media only screen and (max-width:767px){
    .bg-header{
        height: 150px;
        width: 100%;
    }

    .text-center{
        font-size: 26px;
        transform: translate(-47%, -30%);
        font-weight: 200 !important;
    }

    .invest-container{
        padding-top: 70px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .invest-container .invest-row h2{
        font-size: 26px !important;
    }

    .invest-col-3{
        float: none;
        width: 100%;
    }

    .invest-col-7{
        float: none;
        width: 100%;
    }
    .invest-row .input-label, .input-field{
        width: 100%;
    }

    .invest-col-7 .invest-input-group {
        margin-left: 0px;
    }

    .nav-form .invest-col-3{
        float: left;
        width: 40%;
    }

    .nav-form .invest-col-7{
        float: left;
        width: 60%;
    }

    #nextBtn{
        margin-left: 0px;
        float: right;
        padding: 7px 45px;
    }

    .step{
        width: 24px;
    }
    
    .select2-container{
        width: 90% !important;
    }
    
    

}

@media only screen and (max-width:600px){

}

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





