#Form_ContactForm input,
#Form_ContactForm select,
#Form_ContactForm textarea
{
  border-radius:0 !important;
  width:100%;
  border:1px solid #ddd;
  padding:10px 20px;
  background:white;
  margin-bottom:25px;
}

#Form_ContactForm textarea
{
  border-radius:30px;
}
#Form_ContactForm select
{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
}
.customselect
{
  width:100%;
  position: relative;
}
.customselect::after
{
  content:"\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
}

@media(max-width:576px)
{
  #Form_ContactForm .col-12
  {
    padding:0;
  }
}
