/*!
* Style Sheet for ""
* version: 1
* last modified:2023 By Applab
* author: Applab
* website: www.applab.qa
*/
/*b5 start -------------------------------------------------------------------------------------------------------------------*/
/*b5 end ---------------------------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN2014-Regular.eot");
  src: url("../fonts/DIN2014-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN2014-Regular.woff2") format("woff2"), url("../fonts/DIN2014-Regular.woff") format("woff"), url("../fonts/DIN2014-Regular.ttf") format("truetype"), url("../fonts/DIN2014-Regular.svg#DIN2014-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN2014-Light.eot");
  src: url("../fonts/DIN2014-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN2014-Light.woff2") format("woff2"), url("../fonts/DIN2014-Light.woff") format("woff"), url("../fonts/DIN2014-Light.ttf") format("truetype"), url("../fonts/DIN2014-Light.svg#DIN2014-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFDINSerif";
  src: url("../fonts/PFDINSerif-Regular.eot");
  src: url("../fonts/PFDINSerif-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDINSerif-Regular.woff2") format("woff2"), url("../fonts/PFDINSerif-Regular.woff") format("woff"), url("../fonts/PFDINSerif-Regular.ttf") format("truetype"), url("../fonts/PFDINSerif-Regular.svg#PFDINSerif-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFDINSerif";
  src: url("../fonts/PFDINSerif-BlackItalic.eot");
  src: url("../fonts/PFDINSerif-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDINSerif-BlackItalic.woff2") format("woff2"), url("../fonts/PFDINSerif-BlackItalic.woff") format("woff"), url("../fonts/PFDINSerif-BlackItalic.ttf") format("truetype"), url("../fonts/PFDINSerif-BlackItalic.svg#PFDINSerif-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PFDINSerif";
  src: url("../fonts/PFDINSerif-Bold.eot");
  src: url("../fonts/PFDINSerif-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDINSerif-Bold.woff2") format("woff2"), url("../fonts/PFDINSerif-Bold.woff") format("woff"), url("../fonts/PFDINSerif-Bold.ttf") format("truetype"), url("../fonts/PFDINSerif-Bold.svg#PFDINSerif-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFDINSerif-Medium";
  src: url("../fonts/PFDINSerif-Medium.eot");
  src: url("../fonts/PFDINSerif-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDINSerif-Medium.woff2") format("woff2"), url("../fonts/PFDINSerif-Medium.woff") format("woff"), url("../fonts/PFDINSerif-Medium.ttf") format("truetype"), url("../fonts/PFDINSerif-Medium.svg#PFDINSerif-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "QF Arabic";
  src: url("../fonts/QFArabic-Regular.eot");
  src: url("../fonts/QFArabic-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/QFArabic-Regular.woff2") format("woff2"), url("../fonts/QFArabic-Regular.woff") format("woff"), url("../fonts/QFArabic-Regular.ttf") format("truetype"), url("../fonts/QFArabic-Regular.svg#QFArabic-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "QF Arabic";
  src: url("../fonts/QFArabic-Medium.eot");
  src: url("../fonts/QFArabic-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/QFArabic-Medium.woff2") format("woff2"), url("../fonts/QFArabic-Medium.woff") format("woff"), url("../fonts/QFArabic-Medium.ttf") format("truetype"), url("../fonts/QFArabic-Medium.svg#QFArabic-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "QF Arabic";
  src: url("../fonts/QFArabic-Bold.eot");
  src: url("../fonts/QFArabic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/QFArabic-Bold.woff2") format("woff2"), url("../fonts/QFArabic-Bold.woff") format("woff"), url("../fonts/QFArabic-Bold.ttf") format("truetype"), url("../fonts/QFArabic-Bold.svg#QFArabic-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.login-wrapper {
  padding-block: 70px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .login-wrapper {
    padding-block: 30px;
  }
}

.login-head {
  font-size: 24px;
  font-weight: bold;
  color: #322F2F;
  font-style: normal;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .login-head {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.fill-text {
  font-size: 16px;
  font-weight: 400;
  color: #979797;
  margin-top: 15px;
  display: block;
}

.button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.button-wrapper .btn {
  border-radius: 12px;
  min-width: 240px;
}
@media (max-width: 575.98px) {
  .button-wrapper .btn {
    min-width: 140px;
  }
}
.button-wrapper a {
  font-family: "PFDINSerif";
  font-variant-ligatures: no-common-ligatures;
  font-weight: bold;
  font-size: 15px;
  color: #00483A;
}
html[dir=rtl] .button-wrapper a {
  font-family: "QF Arabic";
}

.reg-text {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #2D2D2D;
}
@media (max-width: 767.98px) {
  .reg-text {
    font-size: 16px;
  }
}
.reg-text a {
  color: #00483A;
  display: inline-block;
}

.tab-style {
  border: 1px solid #C8C9CA;
  max-width: 516px;
  border-radius: 6px;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .tab-style {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .tab-style {
    max-width: 290px;
  }
}
.tab-style .nav-link {
  font-size: 20px;
  font-weight: 400;
  color: #00483A;
  min-width: 250px;
  border-radius: 6px;
  padding: 14px;
  border: none;
}
@media (min-width: 992px) and (max-width: 1390px) {
  .tab-style .nav-link {
    min-width: 190px;
  }
}
@media (max-width: 1199.98px) {
  .tab-style .nav-link {
    font-size: 18px;
    min-width: 170px;
  }
}
@media (max-width: 991.98px) {
  .tab-style .nav-link {
    min-width: 220px;
  }
}
@media (max-width: 575.98px) {
  .tab-style .nav-link {
    min-width: 140px;
  }
}
.tab-style .nav-link.active {
  background-color: #00483A;
  color: #fff;
  border-color: #00483A;
  border-radius: 6px;
}
.tab-style .nav-link:hover, .tab-style .nav-link:focus {
  box-shadow: none;
  border: #00483A;
  border-radius: 6px;
}

.image-content {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}
.image-content::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(183.05deg, rgba(0, 0, 0, 0) 17.91%, rgba(0, 0, 0, 0.6) 71.53%);
}
.image-content .image-content-btm {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 50px;
  color: #fff;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .image-content .image-content-btm {
    padding: 10px;
  }
}
.image-content .image-content-btm h5 {
  font-size: 27px;
  font-style: normal;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .image-content .image-content-btm h5 {
    font-size: 20px;
  }
}
.image-content .image-content-btm p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .image-content .image-content-btm p {
    font-size: 16px;
  }
}
