* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* form */
#formbox {
  max-width: 235px;
  width: 100%;
  margin: 0 auto;
  margin-top: 45px;
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  color: #000;
  text-align: right;
  font-family: Tajawal;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid #bbbaba;
  width: 100%;
  padding: 18.5px 10px;
  margin-bottom: 16px;
}
.phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel,
#check {
  display: none;
}
.submit {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-family: Tajawal;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 10px;
  background: #1a397e;
  border: 0;
  cursor: pointer;
  margin-top: 16px;
  padding: 14.5px 19px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #1a397e;
  box-shadow: 0 0 10px #1a397e;
}
#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}
.loadingView {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingView img {
  max-width: 100%;
}

/* container */
.container {
  max-width: 1131px;
  margin: 0 auto;
}

/* intro */
.intro {
  padding-top: 96px;
  padding-bottom: 140px;
}
.introInner {
  max-width: 475px;
  margin: 0 auto;
}
.logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.introTitle {
  color: #000;
  text-align: center;
  font-family: Tajawal;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  margin-top: 58px;
  direction: rtl;
}

/* footer */
.footer {
  background: #e5e5e5;
  padding-top: 35px;
  padding-bottom: 56px;
}
.footerLogo img {
  display: block;
  max-width: 100%;
  margin-left: auto;
}
.footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-top: 35px;
}
.footerLink {
  color: #000;
  font-family: Tajawal;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  direction: rtl;
}
.footerSub {
  color: #000;
  font-family: Tajawal;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 26px;
  direction: rtl;
}
