.adress {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-infos {
    margin-top: 50px;
    background-color: #2e4049;
    height: auto;
    padding: 16px 0;
}
.top-infos span,
.top-infos i {
  color: #fff;
}
.top-infos i {
  /*color:#9d4edd;*/
  color: #eff2f3;
}
.container_image {
  /* display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column; */
  margin: 0;
  padding: 0;
}
.img_call_us {
  max-width: 100%;
  margin-top: 5.6rem;
}
.cont_main_information_callus {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cont_child_information_callus {
  display: flex;
  align-items: center !important;
  justify-content: space-evenly !important;
  flex-direction: column !important;

  color: #000;
}
.input_callus {
  border: none !important;
  border-radius: 14px;
  padding-right: 20px !important;

  margin: 0 0 1rem 1rem;
    font-family: yekanbakhnum;
}

.input_callus-2 {
  border: none !important;
  border-radius: 14px;
  padding-left: 20px !important;

  margin: 0 0 1rem 1rem;
    font-family: yekanbakhnum;
}

.textarea_callus {
  border-radius: 20px;
}
.submit_container {
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  margin-top: 20px;
  margin-bottom: 20px;
}
#contact_submit {
    background-color: #2e4049 !important;
    color: #fff;
    width: 100%;
    border-radius: 14px !important;
    padding: 13px !important;
    box-shadow: 0px 3px 1px 2px #3333331a !important;
}
#contact_submit:hover {
  background-color: rgba(157, 78, 221, 0.3);
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.contact-info {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
}

/********************MediaQuerys********************/
@media screen and (max-width: 330px) {
  .top-infos {
    margin-right: 3px;
  }
}
@media screen and (max-width: 375px) {
  .contact-main {
    height: 213vh;
  }

  .top-infos {
    width: 100%;
      margin: 0;
      margin-top: 20px;
  }
    #header-contact {
        width: 100%!important;
    }
    #contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
        width: 100%;
    }
    #contact_submit {

        width: 100%;

    }
    .img_call_us {
        max-width: 99%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 376px) and (max-width: 768px) {
  .contact-main {
    height: 175vh;
  }
  .top-infos {
    width: 100%;
      margin: 0;
      margin-top: 20px;
  }
  .img_call_us {
    max-width: 70%;
  }
    #header-contact {
        width: 100%!important;
    }
    #contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
        width: 100%;
    }
    #contact_submit {

        width: 100%;

    }
    .img_call_us {
        max-width: 99%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .cont_main_information_callus {
    width: 33%;
  }
    .top-infos {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
    #header-contact {
        width: 100%!important;
    }
    #contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
        width: 100%;
    }
    #contact_submit {

        width: 100%;

    }
    .img_call_us {
        max-width: 99%;
        margin: 0 auto;
    }
}
