

.contact_us .box .contact_info {

  background-size: cover;
  border-radius: 30px;
  color: white;
}

.contact_us  a{
  transition: all .4s ease-in-out;
}
.contact_us .fake-btn:hover{
  background: var(--prime-color-border);
}
.contact_us .social a:hover i{
  transition: .1s ease-in;
}
.contact_us .box .contact_form form{
  font-size: 18px;
}
.contact_us .box .contact_form form input,
.contact_us .box .contact_form form textarea {
  border: none;
  border-radius: 24px;
  padding: 12px 10px;
  font-size: 18px;
  background: var(--nav-bg);
  outline: none;
  width: 100%;

}