﻿@charset "utf-8";
@import url('../font/SST Arabic Bold/font.css');
@import url('../font/SST Arabic Roman/font.css');
@import url('../font/SST Arabic Medium/font.css');
@import url('../font/SST Arabic Light/font.css');

body {
  text-align: right;
  font-family: 'SSTArabic-Roman', Tahoma, Arial, sans-serif;
}
.Group-2 {
  object-fit: contain;
}
a:hover,
a:focus {
  text-decoration: none !important;
}
.dir {
  direction: rtl !important;
}

.alignDir {
  text-align: center !important;
}

.floatDir {
  float: right;
}

.Rectangle {
  /* background-image: linear-gradient(87deg, #13b5a3, #064a74); */
  color: #fff;
  padding: 10px;
  margin-top: 30px;
}

.topSmalltit {
  height: 25px;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
}

.footer-bg {
  background-image: linear-gradient(87deg, #13b5a3, #064a74);
  color: #fff;
}

.btn-active {
  background-color: #00a4a2 !important;
  border-color: #00a4a2 !important;
  color: #fff !important;
}

.btn-cust {
  display: inline-block;
  background-color: #fff;
  color: #064a74;
  border-radius: 25px;
  border: solid 1px #064a74;
  padding: 5px 20px;
  padding: 1px 16px 8px 17px;
  font-family: 'SST Arabic Medium', Tahoma;
  text-align: center;
  margin-bottom: 10px !important;
}

.wizard {
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.wizardOval {
  width: 100%;
  font-size: 14px;
}

.Oval {
  text-align: center;
  width: 38px;
  height: 38px;
  border-radius: 50px 50px 50px 50px;
  padding: 6px;
  display: inline-block;
  font-weight: bold;
}

.OvalFinshed {
  background-color: #13b5a3;
  border: solid 1px #13b5a3;
  color: #fff;
}

.OvalNext {
    color: #13b5a3;
    border: solid 1px #13b5a3;
    background-color: #fff;
}

.OvalCurrnt {
    color: #fff;
    border: solid 1px #ffffff;
    background-color: #13b5a3;
}

.line {
  width: 100%;
  height: 1px;
  border: solid 1px #13b5a3;
  margin-top: 5px;
  position: relative;
}

.lineActive {
  border: solid 1px #13b5a3;
}

.Triangle {
  width: 0px;
  height: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #13b5a3;
  position: absolute;
  top: -7px;
  left: 47%;
}

.triangleActive {
  border-right: 10px solid #13b5a3 !important;
}

.lineActive .Triangle {
  border-right: 10px solid #13b5a3 !important;
}

.wizardTitle {
  font-family: 'SST Arabic Roman', Tahoma;
  width: 85px;
  height: 38px;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.activColor {
  color: #00a4a2;
}

.w-80px {
  max-width: 80px;
}

.wizardBody h1,
.wizardBody h2,
.wizardBody h3,
.wizardBody h4,
.wizardBody h5 {
  font-family: 'SST Arabic Bold', Tahoma;
  color: #00a4a2 !important;
}

.wizardBody .hLink {
  /*text-decoration: underline;*/
  /* border-bottom: 1px solid currentColor;*/

  color: #064a74;
  cursor: pointer;
  margin: auto;
  text-align: center;
  display: inline-block;
}
a:hover {
  text-decoration: none !important;
  /* border-bottom: 1px solid currentColor;*/
}

/* .underline {
    /*border-bottom: 2px solid currentColor;
    display: inline-block;
    line-height: 0.85;
    text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
    /*text-decoration: underline;
} */
.wizardBody p {
  text-align: center;
}

.wizardBody .cust-ul {
  list-style: none;
}
.wizardBody .cust-ul li {
  margin-bottom: 10px;
}
.wizardBody .cust-ul li::before {
  content: '\2022';
  color: #00a4a2;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-right: -1em;
  margin-bottom: 5px;
}

.bdf-List {
  list-style-image: url('/images/copy-3.png');
}
.bdf-List li {
  margin-bottom: 15px;
}
.btn-W {
  width: 26% !important;
}

.formChoose {
  display: inline-block;
  border-radius: 9px;
  border: solid 1px #cecece;
  border-radius: 6px;
}
.formChoose img {
  width: 31px;
}
.formChoose h4 {
  color: #2d2b2b;
  display: inline-block;
}

.formChoose .ActCheck {
  display: none;
}

.formChooseActive {
  display: inline-block;
  border-radius: 9px;
  border: solid 1px #00a4a2;
  border-radius: 6px;
  position: relative;
}
.formChooseActive h4 {
  color: #00a4a2 !important;
}

.formChooseActive .ActCheck {
  border: solid 1px #13b5a3;
  background-color: #ffffff;
  width: 29px;
  height: 29px;
  border-radius: 50px;
  color: #13b5a3;
  display: block;
  padding: 5px;
  font-size: 14px;
  left: 9px;
  position: absolute;
  top: -13px;
}

@media (max-width: 768px) {
  .msHide {
    display: none;
  }

  .wizard {
    font-size: 12px;
  }

  .w-sm-80px {
    max-width: 80px;
  }

  .btn-W {
    width: 90% !important;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.active-flex {
  display: flex;
  justify-content: space-between;
}

.wizardBody-border {
  border: 1px solid #e9ecef;
}
