.styled_form input,
.styled_form textarea,
.styled_form .dropdown-toggle,
.styled_form select{
    background-color: transparent !important;
    border: none !important;
    border-bottom: solid 1px var(--colorsecond) !important;
    color: var(--verydarkgrey) !important;
    border-radius: 0;
}

.styled_form input::placeholder,
.styled_form textarea::placeholder,
.styled_form .dropdown-toggle::placeholder,
.styled_form select::placeholder{
    color: var(--darkgrey) !important;
}

.styled_form img{
    min-width: 120px;
}
.styled_form .dropdown.bootstrap-select{
    width: 100% !important;
}
.styled_form .dropdown-menu{
    border-radius: 0;
}
.styled_form .dropdown-item.selected.active{
    background-color: var(--colorfirst);
}
.styled_form .dropdown-item:active{
    background-color: var(--colorfirst);
}

.footer_nav a{
    color: white;
}
.footer_nav a:hover{
    color: white;
    text-decoration: none;
}


.styled_form input[type="submit"].main_btn{
    background-color: var(--colorsecond) !important;
    border-radius: 5px;
    border: 0;
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    line-height: 28px;
    font-weight: normal !important;
   
}

.styled_form input[type="reset"].main_btn{
    background-color: var(--colorthird) !important;
    border-radius: 5px;
    border: 0 !important;
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    line-height: 28px;
    font-weight: normal !important;
 
}

.footer_cont{
    border-top: solid 1px var(--verylightgrey);
}