@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-ExtraLight.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
/* RIGHT */
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal-ExtraLight.ttf");
  font-weight: 200;
  font-style: normal;
}
/* RIGHT */
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Kefa";
  src: url("../fonts/kefa-bold.ttf");
  font-weight: bold;
  font-style: bold;
}
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}

@media (max-width: 968px) {
  html {
    overflow-x: hidden;
  }
}
.title {
  width: 100vw;
  background-color: rgba(87, 188, 123, 0.1490196078);
  position: relative;
  height: 180px;
  margin-top: 70px;
}
.title h1 {
  font: normal normal 300 62px/93px Poppins;
  color: #57bc7b;
  padding: 10px 0 0 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.title h1.ar {
  font-family: Cairo;
}
@media (max-width: 968px) {
  .title h1 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
}
.title h3 {
  font: normal normal 200 24px/35px Poppins;
  color: #555555;
  text-align: center;
  margin: 0;
}
.title h3.ar {
  font-family: Cairo;
}
@media (max-width: 968px) {
  .title h3 {
    margin: 20px 5%;
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

.contact-body {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  width: 80%;
  max-width: 1200px;
  min-height: 500px;
  margin-top: 50px;
  margin: 50px auto;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 968px) {
  .contact-body {
    width: 100%;
    min-width: 0;
    max-width: 1200px;
  }
}
.contact-body form {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 1px auto;
}
.contact-body form .input-container {
  width: 50% !important;
  margin: 10px 0;
}
.contact-body form .input-container.radio {
  display: flex;
  align-items: center;
}
.contact-body form .input-container label {
  font: normal normal 300 20px/30px Poppins;
  color: #6e6e6e;
  margin: 0 20px;
}
.contact-body form .input-container label.ar {
  font-family: Cairo;
}
.contact-body form .input-container input, .custom-select select,
.contact-body form .input-container textarea {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #d1d1d1;
  border-radius: 10px;
  width: 90% !important;
  margin: 0 5%;
  height: 55px;
  padding: 0;
  margin: 10px 0 20px 0;
  font: normal normal 300 20px/30px Poppins;
  text-indent: 20px;
}
.contact-body form .input-container input.ar,
.contact-body form .input-container textarea.ar {
  font-family: Cairo;
}
.contact-body form .input-container input::-moz-placeholder, .contact-body form .input-container textarea::-moz-placeholder {
  color: #a2a2a2;
  opacity: 0.7; /* Firefox */
}
.contact-body form .input-container input::placeholder,
.contact-body form .input-container textarea::placeholder {
  color: #a2a2a2;
  opacity: 0.7; /* Firefox */
}
.contact-body form .submit-button-container {
  width: 100%;
  margin: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.contact-body form .submit-button-container .button-wrapper:hover a,
.contact-body form .submit-button-container .button-wrapper:hover button {
  background-color: #57bc7b;
  border: 1px solid #57bc7b;
  color: #ffffff;
  transform: translate3d(0, -19px, 0px);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.contact-body form .submit-button-container button {
  background-color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
  height: 70px;
  font: normal normal normal 23px/41px Tajawal;
  color: #273981;
  border-radius: 41px;
  padding: 0 60px;
  border: 2px solid #d1d1d1;
  min-width: 300px;
  margin: 0 20px !important;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  font: normal normal 600 15px/23px Poppins;
  margin: 0 auto;
}
@media (max-width: 968px) {
  .contact-body form .submit-button-container button {
    border-radius: 20px;
    height: 50px;
  }
  .contact-body form .submit-button-container button img {
    width: 22px;
    height: 22px;
    margin-left: 10px !important;
  }
  .contact-body form .submit-button-container button img.ar {
    margin-left: 0 !important;
    margin-right: 10px !important;
  }
}
.contact-body form .submit-button-container button.ar {
  font-family: Cairo;
}
@media (max-width: 968px) {
  .contact-body form .submit-button-container button {
    margin: 0 20px 20px 20px !important;
  }
}
@media (max-width: 968px) {
  .contact-body form .input-container {
    width: 100% !important;
  }
  .contact-body form .input-container label {
    font-size: 20px !important;
    margin: 0 5%;
  }
  .contact-body form .input-container input {
    margin: 0 5%;
    height: 71px;
  }
  .contact-body form .input-container textarea {
    position: static !important;
    margin: 0 5%;
  }
}/*# sourceMappingURL=reseller.css.map */
