* {
  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;
}

body {
  background: #fbf2e6;
}

/* animations */
@-webkit-keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* form */
#formbox {
  border-radius: 6px;
  border: 1px solid #cfcfcf;
  background: #fff;
  margin-top: 20px;
}
.formTitleContainer {
  padding-top: 51px;
}
.formTitle {
  color: #333;
  text-align: center;
  font-family: 'Segoe UI';
  font-size: 21.1px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.59px; /* 149.716% */
  text-transform: uppercase;
}
.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;
  padding: 33px 30px 40px 30px;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  color: #000;
  text-align: right;
  font-family: Tahoma;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4.8px;
  border: 1px solid #ced4da;
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08) inset;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08) inset;
  width: 100%;
  padding: 4.2px 16px;
  margin-bottom: 20px;
}
.phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-top: 20px;
}
#checklabel p {
  color: #333;
  font-family: 'Segoe UI';
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.5px; /* 150% */
}
.submit {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: 'Segoe UI';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  border-radius: 6px;
  border: 1px solid #0d6efd;
  background: #0d6efd;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  margin-top: 30px;
  padding: 6.8px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #0d6efd;
  box-shadow: 0 0 10px #0d6efd;
}
#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: 1236px;
  margin: 0 auto;
  padding: 0 15px; */
}

/* header */
.headerTop {
  padding: 15px;
  background: #fbf2e6;
  -webkit-box-shadow: 0px 8px 15.999px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 15.999px 0px rgba(0, 0, 0, 0.1);
}
.headerTopInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.headerTopLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  width: 30%;
}
.searchLink {
  display: block;
  margin-right: 9px;
}
.searchLink img {
  display: block;
}
.pdfLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7.66px;
  color: #84263f;
  text-align: right;
  font-family: 'Readex Pro';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 160% */
  border-right: 1px solid #dbbbb6;
  border-left: 1px solid #dbbbb6;
  padding: 0 7px;
}
.pdfLink img {
  display: block;
}
.pdfLink span {
  direction: rtl;
}
.directLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.6px;
  color: #84263f;
  text-align: right;
  font-family: 'Readex Pro';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 160% */
}
.directLink span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgb(132, 38, 63);
  border-radius: 50%;
  -webkit-animation: 1s ease 0s infinite normal none running blink;
  animation: 1s ease 0s infinite normal none running blink;
}
.logo {
  width: 40%;
}
.logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.headerTopRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 19.8px;
  width: 30%;
}
.headerDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
}
.timeLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #84263f;
  text-align: right;
  font-family: 'Readex Pro';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 160% */
  border-right: 1px solid #dbbbb6;
  border-left: 1px solid #dbbbb6;
  padding: 0 7px;
}
.rtl {
  direction: rtl;
}
.timeLink img {
  display: block;
}
.headerDateBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 10px;
  border-right: 1px solid #dbbbb6;
  border-left: 1px solid #dbbbb6;
  padding: 0 7px;
}
.headerDateBottomLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
.headerDateBottomLink {
  color: #84263f;
  text-align: right;
  font-family: 'Readex Pro';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 160% */
}
.headerDateBottomImgLink img {
  display: block;
}
.burgerLink img {
  display: block;
}
.headerBottom {
  background: #84263f;
  padding: 10px 0;
  margin-top: 16px;
}
.headerBottomLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 18px;
}
.headerBottomLink {
  color: #fbf2e6;
  text-align: right;
  font-family: 'Readex Pro';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 160% */
}

/* content */
.content {
  margin-top: 100px;
  position: relative;
}
.contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contentLeft {
  width: 31%;
}
.contentLeftInner {
  position: sticky;
  top: 150px;
}
.contentLeftTitle {
  color: rgba(0, 0, 0, 0.9);
  text-align: right;
  font-family: Tajawal;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 41.6px; /* 130% */
}
.contentLeftBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 34px;
  margin-top: 24px;
}
.contentLeftBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 8px;
}
.contentLeftBlockSub {
  color: rgba(0, 0, 0, 0.9);
  text-align: right;
  font-family: Tajawal;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.8px; /* 130% */
  direction: rtl;
}
.contentLeftBlockImg img {
  display: block;
  width: 131.2px;
  height: 73.8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contentRight {
  width: 67%;
}
.contentRightTitle {
  color: rgba(0, 0, 0, 0.90);
    text-align: right;
    font-family: Tajawal;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px; /* 130% */
}
.contentRightSub {
 color: rgba(0, 0, 0, 0.90);
text-align: right;
font-family: Tajawal;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: normal;
  margin-top: 22px;
  direction: rtl;
}
.contentRightBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 19px;
}
.contentRightBlockImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentRightBlockSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 8px;
  margin-top: 24px;
}
.contentRightBlockSocialLink img {
  display: block;
  max-width: 100%;
}
.contentRightBlockSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.contentRightBlockSub {
  color: #000;
  text-align: right;
  font-family: Tajawal;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  direction: rtl;
}
.contentRightBlockTitle {
  color: #000;
  text-align: right;
  font-family: 'Times New Roman', Times, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  direction: rtl;
}
.contentRightBtn {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: #000;
  text-align: right;
  direction: rtl;
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  padding: 9px 21px;
  border: 1px solid #000;
}
.comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.commentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 11px;
}
.commentBlockText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.commentBlockName {
  color: #4cbcfd;
  text-align: right;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 150% */
}
.commentBlockSub {
  color: #666;
  text-align: right;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 168.75% */
  direction: rtl;
  margin-top: 1px;
}
.commentBlockImg img {
  display: block;
  width: 64px;
  height: 64px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.commentBlock:last-child .commentBlockText {
  padding: 0;
  border: 0;
}

/* footer */
.footer {
  margin-top: 70px;
}
.footerTopInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
  border-top: 1px solid #dbbbb6;
  max-width: 1050px;
  padding-top: 50px;
  margin: 0 auto;
}
.footerTopLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.footerTopBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footerTopLink {
  color: #84263f;
  text-align: right;
  font-family: 'Readex Pro';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px; /* 160% */
  direction: rtl;
}
.footerTopLeft .footerTopBoxLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6.19px;
  margin-top: 15.4px;
}
.footerTopRight .footerTopBoxLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13.8px;
  margin-top: 13.8px;
}
.footerTopRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
}
.footerBottom {
  margin: 44px 0;
}
.footerBottomInner {
  border-bottom: 1px solid #e4e4e4;
  max-width: 1050px;
  margin: 0 auto;
  padding-bottom: 32px;
}
.footerBottomApps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
.footerBottomAppLink img {
  display: block;
  max-width: 100%;
}
.footerBottomImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}
.footerLogo img {
  display: block;
  max-width: 100%;
}
.footerBottomImg img {
  display: block;
  max-width: 100%;
}
.footerSub {
  color: #84263f;
  text-align: center;
  font-family: 'Readex Pro';
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.4px; /* 160% */
  margin-top: 17px;
}

/* goTop */
.goTopBtn {
  display: block;
  width: 45px;
  height: 45px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: 20px;
}
.goTopBtn img {
  display: block;
}
