@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;
  }
}
.header {
  min-height: 150px;
  width: 95%;
  max-width: 1200px;
  margin: 80px auto 50px auto;
  border-radius: 20px;
  padding: 20px;
  background-color: #4faa70;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 968px) {
  .header .bg {
    display: none;
  }
  .header .info {
    width: 100%;
  }
  .header .info p {
    font-size: 15px;
  }
}
.header .info h2 {
  font: normal normal 500 20px/40px Poppins;
  color: #ffffff;
}
.header .info p {
  font: normal normal 300 18px/35px Poppins;
  color: #555555;
}
.header .bg {
  background-image: url('../assets/Graphics.svg');
  background-size: contain;
  width: 50%;
}
.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: 95%;
  max-width: 1200px;
  min-height: 500px;
  margin: 50px auto;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
  border-radius: 16px;
  padding: 20px 50px;
}
@media (max-width: 968px) {
  .contact-body {
    width: 95%;
    min-width: 0;
    max-width: 1200px;
    padding: 5px;
  }
}
.contact-body form {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact-body form .input-container {
  width: 48% !important;
  margin: 10px 1%;
}
.input-container.file label {
  display: block;
}
.contact-body form .input-container.checkbox {
  display: flex;
  align-items: center;
}
.contact-body form .input-container.checkbox input {
  width: 40px !important;
  margin-inline-end: 20px;
}
.contact-body form .input-container.radio {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.contact-body form .input-container label {
  font: normal normal 300 20px/30px Poppins;
  color: #6e6e6e;
}
.contact-body form .input-container label.block {
  display: block !important;
}
.contact-body form .input-container label.ar {
  font-family: Cairo;
}
.contact-body form .input-container input,
.contact-body form .input-container textarea, .custom-select select {
  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::-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 .input-container:nth-child(6),
.contact-body form .input-container.message {
  position: relative;
}
.contact-body form .input-container:nth-child(6) textarea,
.contact-body form .input-container.message textarea {
  display: inline;
  position: absolute;
  top: 100%;
  right: 10%;
  height: 260px;
  resize: none;
}
.contact-body form .input-container.message textarea {
  height: 200px !important;
}
.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 {
  background-color: #273881;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
  height: 60px;
  font: normal normal normal 23px/41px Tajawal;
  color: #ffffff;
  border-radius: 15px;
  padding: 0 60px;
  min-width: 210px;
  margin: 0 20px !important;
  cursor: pointer;
  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 !important;
}
@media (max-width: 968px) {
  .contact-body form .submit-button-container button {
    margin: 0 20px 20px 20px !important;
  }
}
.contact-body form .submit-button-container button:nth-child(1) {
  border: 2px solid #c4c4c4;
  background-color: #fff;
  color: #273981;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.contact-body form .submit-button-container button:nth-child(1) img {
  left: -38% !important;
}
.contact-body form .submit-button-container button:nth-child(1) img.ar {
  left: 20% !important;
}
.contact-body form .submit-button-container button img {
  position: relative;
  left: 35%;
}
.contact-body form .submit-button-container button img.ar {
  left: -20%;
}
@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%;
  }
}

.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: black;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 10px;
  width: 90% !important;
  height: 55px;
  padding: 0;
  margin: 0;
  font: normal normal normal 30px/56px Poppins;
  margin-top: 10px;
}
.select-label {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 968px) {
  .select-selected {
    margin: 0 5% !important;
  }
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: '';
  top: 45px;
  font-family: Cairo !important;
  right: 77px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  content: "^";
  transform: rotateX(180deg);
}


/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
  transform: rotateX(0deg);

}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #6e6e6e;
  padding: 8px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #f7f7f7;
  width: 90%;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 10px 20px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 0 0 0 30px;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 15%;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #57bc7b;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.switch {
  position: relative;
  display: inline-block;
  width: 133px;
  height: 61px;
  margin: 0 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 54px;
  width: 54px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #57bc7b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #57bc7b;
}

input:checked + .slider:before {
  transform: translateX(66px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.button-wrapper.down:hover a,
.button-wrapper.down:hover button {
  transform: translate3d(0, 20px, 0px) !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  background-color: #57bc7b !important;
  border: 1px solid #57bc7b !important;
  color: #ffffff !important;
}
.button-wrapper:hover a,
.button-wrapper:hover button {
  background-color: #57bc7b !important;
  border: 1px solid #57bc7b !important;
  color: #ffffff !important;
  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;
} /*# sourceMappingURL=provider-form.css.map */

.contact-info {
  width: 95vw;
  max-width: 1200px;
  min-height: 200px;
  margin: 50px auto;
  background-color: #e6f5eb;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 20px;
}
.contact-info .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  height: 200px;
}
.contact-info .item img {
  width: 28px;
  height: 37px;
}
.contact-info .item p {
  font: normal normal 500 13px/26px Poppins;
  color: #000000;
  padding: 0 10px;
}
@media (max-width: 968px) {
  .contact-info {
    flex-wrap: wrap;
  }
  .contact-info .item {
    width: 70% ;
    justify-content: flex-start;
  }
  .contact-info .item p {
    font-size: 11px !important;
  }
  /* .contact-info .item:nth-child(1) {
    width: 40% !important;
  }
  .contact-info .item img {
    width: 18px;
    height: 25px;
  }
  .contact-info {
    padding: 0 5px;
  }
  .contact-info .item p {
    font-size: 7px !important;
    line-height: 16px !important;
  } */
}
