.Carrer_Box{
    height: auto;
    /* width: 70%; */
    /* border: 1px solid; */
    display: block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 50px;
    border-radius: 10px;
    /* padding: 30px; */
    padding-bottom: 5px;
}
.contactContainer1{
  margin: 10% auto 5% auto;
  display: block;
  width: 70%;
}
.MARG{
    padding:10px;
}
.Contact{
    padding: 20px;
    position: relative;
}


/* CSS */
.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #f7c815  ;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5:hover,
.button-5:focus {
  background-color: #f7c815  ;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #f7c815  ;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}
.submit{
    display: flex;
    justify-content: center;
}

@media (max-width: 600px) {
   .contactContainer1{
    margin-top: 33%;
   }
   .Carrer_Box{
    margin: 22px;
   }
   .mrgbt{
    margin-bottom: 16px;
   }
  }

  @media (min-width: 600px) and (max-width: 768px) {
    .contactContainer1{
        margin-top: 25%;
       }
   
  }
  @media (min-width: 769px) and (max-width: 1024px) {
    .contactContainer1{
        margin-top: 22%;
       }
  }
  @media (min-width: 1025px) and (max-width: 1200px) {
   
  }
  .Contact h2::after {
    content: "";
    display: block;
    height: 2px;
    background: radial-gradient(gray, transparent);
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: asdfg 1s infinite ease;
  }
  @keyframes asdfg {
    0%{ width: 0px; }
   100%{ width: 200px; }
}