@media (min-width: 1900px) {
}
@media (min-width: 1600px) and (max-width: 1899px) {
  .container {
    width: 90vw;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .container {
    width: 90vw;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    width: 90vw;
  }

  .contact_container {
    width: 50%;
    left: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 960px;
  }

  .contact_container {
    width: 50%;
    left: 25%;
  }
  .form_container {
    margin-top: 20px;
  }
  .form_heading .line {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 720px;
  }
  .image_section {
    background-position: center;
  }
  .header_logo img {
    width: 80%;
  }
  .header_info_contact {
    margin-right: 5px;
  }
  .header_info_mail {
    margin-right: 5px;
  }
  .header_info_mail .header_info_mail_content {
    font-size: 16px;
  }
  .header_info_contact .header_info_contact_content {
    font-size: 16px;
  }
  .header_info_action button {
    width: 100px;
    font-size: 12px;
  }
  .form_container {
    margin-top: 20px;
  }
  .form_heading .line {
    margin-top: 10px;
  }
  .contact_container {
    width: 60%;
    left: 20%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    width: 540px;
  }
  .image_section {
    background-position: center;
  }
  .header_logo {
    width: 150px;
  }
  .header_info_contact {
    margin-right: 5px;
  }
  .header_info_mail {
    margin-right: 5px;
  }
  .header_info_mail .header_info_mail_content {
    font-size: 12px;
  }
  .header_info_contact .header_info_contact_content {
    font-size: 12px;
  }
  .header_info_action button {
    width: 100px;
    font-size: 12px;
  }
  .contact_container {
    width: 60%;
    left: 20%;
  }
  .form_container {
    margin-top: 15px;
  }
  .form {
    margin-top: 15px;
  }
  .form form {
    margin-top: 15px;
  }
  .form_heading h2 {
    font-size: 18px;
  }
  .form_heading .line {
    height: 3px;
    margin-top: 10px;
  }

  .form input {
    margin-bottom: 10px;
  }
  .form button {
    width: 25%;
    margin-top: 10px;
    height: 35px;
  }
  textarea {
    width: 90%;
  }
}
@media (min-width: 425px) and (max-width: 575px) {
  .container {
    width: 100%;
  }
  .image_section {
    height: calc(100vh - 190px - 55px);
    background-position: center;
  }
  .header_container {
    height: 190px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .header_logo {
    margin: 15px auto;
    display: flex;
    align-items: center;
  }
  .header_logo img {
    width: 60%;
  }
  .header_info {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .header_info_contact {
    margin: 0px 20px;
  }
  .header_info_mail {
    margin-right: 0px 20px;
  }
  .header_info_action button {
    margin-top: 10px;
  }
  .contact_container {
    width: 74%;
    left: 13%;
  }
  .form_container {
    margin-top: 5px;
  }
  .form {
    margin-top: 20px;
  }
  .form form {
    flex-direction: column;
  }
  .form_heading .line {
    margin-top: 8px;
    height: 2px;
  }
  .form input {
    width: 100%;
  }
  .form textarea {
    width: 100%;
  }
  .form button {
    margin-top: 5px;
    width: 40%;
    height: 35px;
  }
  .form input:nth-child(odd) {
    margin-right: 0;
  }
  .form input:nth-child(even) {
    margin-left: 0;
  }
  .form_heading h2 {
    font-size: 14px;
  }
}

@media (max-width: 424px) {
  .container {
    width: 100%;
  }

  .image_section {
    height: calc(100vh - 215px - 55px);
    height: calc(var(--vh, 1vh) * 100 - 215px - 55px);
    background-position: center;
  }
  .header_container {
    height: 215px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .header_logo {
    margin: 15px auto;
    display: flex;
    align-items: center;
  }
  .header_logo img {
    width: 65%;
  }
  .header_info {
    flex-direction: column;
    margin: 0px auto;
  }
  .header_info_contact {
    margin-left: 11px;
  }

  .header_info_action button {
    margin-top: 8px;
  }
  .footer_content {
    font-size: 12px;
  }
  .contact_container {
    width: 82%;
    left: 9%;
  }
  .form_container {
    margin-top: 5px;
  }
  .form {
    margin-top: 10px;
  }
  .form form {
    flex-direction: column;
    margin-top: 15px;
    margin-left: 0px;
  }
  .form_heading .line {
    margin-top: 8px;
    height: 2px;
  }

  .form input {
    width: 100%;
  }
  .form input:nth-child(odd) {
    margin-right: 0;
  }
  .form input:nth-child(even) {
    margin-left: 0;
  }
  .form button {
    width: 40%;
    height: 35px;
  }
  .form textarea {
    width: 100%;
  }
  .form_heading h2 {
    font-size: 14px;
  }
}
