@media (min-width: 768px) and (max-width: 991px) {
  #footer-form_remind {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .form_news_email,
  .footer_login_email,
  .footer_login_password,
  .footer_login_forgot,
  .footer_forgot_email {
    padding-left: 15px !important;
  }
  .footer_socials_div {
    padding-left: 15px;
  }
  #footer-form_remind {
    margin-bottom: 15px;
  }
}

.footer p a{
    color: var(--colorfirst) !important;
}

.footer_info p{
    padding: 0;
    margin: 0;
}

textarea{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 150px;
    max-height: 400px;
}

.footer_copyright a{
    color: white !important;
    text-decoration: none;
    font-weight: bold;
}
.footer_copyright *{
    font-size: 12px;
}

.footer_social_item{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    margin: 5px;
    
    color: var(--verydarkgrey);
    background-color: var(--darkgrey);
}

.footer a{
    text-decoration: none;
}

.footer_social_item:hover{
    background-color: var(--colorfirst);
}


.fast_links p{
    margin: 0;
}

.footer_dkg_div h1, 
.footer_dkg_div h2,
.footer_dkg_div h3,
.footer_dkg_div h4,
.footer_dkg_div h5
{
    margin: 0; 
    padding: 0;
}


.automatic-form_handler input[type="text"],
.automatic-form_handler input[type="mail"],
.automatic-form_handler select,
.automatic-form_handler textarea{
   border-radius: 40px !important;
    border-color: var(--grey) !important;
    /* border-color: var(--colorfirst) !important; */
}

.footer_copyright a{
    color: #FFF !important;
}

#fo-form-1 .row .col-sm-6.has-feedback{
  min-width: 100%;
}
#fo-form-1 .main_btn{
  border-radius: 40px !important;
}
#fo-form-1 .main_btn{
  border-radius: 40px !important;
}
