.contact_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
}
.contact_container {
  height: 312px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../../svgs/contact_us/contact_image.svg");
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact_container p {
  font-size: 40px;
  font-weight: 700;
}
.contact_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #222222;
  border-radius: 5px;
  width: 80%;
  padding: 45px 65px 45px 65px;
  margin-top: 55px;
}
.contact_box_title {
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  text-align: left;
}
.contact_box_input_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.contact_box_input_header {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 10px;
  width: 100%;
}
.contact_box_input_half {
  width: 48%;
  position: relative;
}
.contact_box_country {
  position: absolute;
  left: 0px;
  top: 40px;
  color: #222222;
  background-color: rgba(217, 217, 217, 1);
  border-radius: 5px 0px 0px 5px;
  height: 50px;
  width: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_box_country_ment_item {
  color: #222222;
}
.contact_box input {
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  width: 100%;
  background-color: rgba(217, 217, 217, 0.3);
  color: rgba(217, 217, 217, 0.9);
  border: 1px solid rgba(217, 217, 217, 0.9);
  border-radius: 5px;
  padding-left: 18px;
}
.contact_box_input_half input {
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  width: 100%;
  background-color: rgba(217, 217, 217, 0.3);
  color: rgba(217, 217, 217, 0.9);
  border: 1px solid rgba(217, 217, 217, 0.9);
  border-radius: 5px;
  padding-left: 18px;
}
.contact_box textarea {
  font-size: 18px;
  font-weight: 500;
  height: 270px;
  width: 100%;
  background-color: rgba(217, 217, 217, 0.3);
  color: rgba(217, 217, 217, 0.9);
  border: 1px solid rgba(217, 217, 217, 0.9);
  border-radius: 5px;
  padding: 18px 18px 18px 18px;
  outline: none;
  resize: none;
}
.contact_box textarea:focus {
  outline: none;
}
.contact_box button {
  height: 50px;
  width: 70%;
  border-radius: 5px;
  color: #ffffff;
  background-color: rgba(255, 85, 26, 1);
  border: none;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  cursor: pointer;
}
.contact_box button:hover {
  background-color: #ffffff;
  color: rgba(255, 85, 26, 1);
  border: 1px solid rgba(255, 85, 26, 1);
}
.contact_box_country_input {
  padding-left: 175px !important;
}
.contact_completed_shadow {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  background-color: rgba(13, 13, 13, 0.9);
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
}
.contact_completed_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  background-color: #343434;
  position: fixed;
  top: 200px;
  padding: 40px;
  border-radius: 10px;
  max-width: 1000px;
}
.contact_completed_content img {
  margin-bottom: 20px;
}
.contact_completed_content button {
  background-color: rgba(255, 85, 26, 1);
  border-radius: 5px;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
}
.contact_completed_title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.contact_completed_text {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  max-width: 510px;
}
@media only screen and (max-width: 767px) {
  .contact_section {
    margin-top: 20px;
  }
  .contact_container {
    height: 248px;
    width: 90%;
    background: url("../../svgs/contact_us/contact_small_image.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
  }
  .contact_container p {
    font-size: 20px;
  }
  .contact_box {
    border-radius: 0px 0px 5px 5px;
    width: 90%;
    padding: 20px 25px 20px 25px;
    margin-top: 0px;
  }
  .contact_box_title {
    font-size: 20px;
  }
  .contact_box_input_container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  .contact_box_input_header {
    font-size: 18px;
  }
  .contact_box_input_half {
    width: 100%;
  }
  .contact_box_country {
    position: absolute;
    top: 37px;
    height: 40px;
    width: 50%;
  }
  .contact_box_country_ment_item {
    color: #222222;
  }
  .contact_box input {
    font-size: 14px;
    height: 40px;
    width: 100%;
    padding-left: 10px;
  }
  .contact_box_input_half input {
    font-size: 14px;
    height: 40px;
    width: 100%;
    padding-left: 10px;
  }
  .contact_box_country_input {
    padding-left: 52% !important;
  }
  .contact_box textarea {
    font-size: 14px;
    height: 230px;
    width: 100%;
  }
  .contact_box button {
    height: 45px;
    width: 70%;
    font-size: 16px;
    margin-top: 25px;
  }
  .contact_box_country_menu {
    font-size: 14px;
    font-weight: 500;
    color: #222222;
  }
  .contact_box_country_menu img {
    max-width: 25px;
  }
  .contact_completed_content {
    width: 90%;
    top: 100px;
    padding: 20px;
  }
  .contact_completed_content img {
    margin-bottom: 20px;
    max-width: 80px;
    max-height: 80px;
  }
  .contact_completed_content button {
    background-color: rgba(255, 85, 26, 1);
    border-radius: 5px;
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
  }
  .contact_completed_title {
    font-size: 20px;
  }
  .contact_completed_text {
    font-size: 16px;
    max-width: 310px;
  }
}
