/*Language drop down **/
.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  background: #438AC7;
}

.dropdownlanguage button {
  font-size: 16px;
  padding: 10px;
  border: 1px solid #438AC7;
  border-radius: 50px;
  margin-bottom: 10px;
  width: 110px;
}

.dropdownlanguage {
 
  position: absolute;
  right: 50px;
  top: 55px;
  transform: translate(-50%);
}

.dropdownlanguage:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: #fff;
  font-size: 17px;
  display: block;
  text-align: center;
  padding: 10px;
}

.dropdown-content a:hover {
  color: #438AC7;
  background-color: #fff;
}




.selectHolderNew {
  margin-top: 0;
  padding: 10px;
}

.formTextBox {
  position: relative;
}

.formTextBox>label {
  margin-bottom: 10px;
  display: block;
  max-width: 90%;
}

.errMsg {
  color: red;
  position: absolute;
  right: 0;
  top: 0;
}

.ar .errMsg {
  left: 0;
  right: auto;
}

.rblList {
  background: #f2f6f9 !important;
  border: 1px solid #d8e5ef;
  border-radius: 1px;
}

.rblList li {
  padding: 10px !important;
  float: left;
}

.ar .rblList li {
  float: right;
}

.rblList input {
  width: auto !important;
  margin-right: 20px;
}

.ar .rblList input {
  margin-left: 20px;
  margin-right: 5px;
}

.formTextBox .errMsg[style="visibility: visible;"]+input,
.formTextBox .errMsg[style="visibility: visible;"]+span+input,
.formTextBox .errMsg[style="visibility: visible;"]+.selectHolderNew,
.formTextBox .errMsg[style="visibility: visible;"]+.rblList {
  border-color: red;
}

.thank-you-message {
  display: none;
}

.thank-you-message b {
  color: #1b3256;
  font-weight: bold;
}

.thank-you-message ul {
  padding-top: 10px;
}

.ar * {
  font-family: CoTextArabic-Regular, tahoma;
}

.stepper h2 {
  display: none;
}

.stepper.active h2 {
  display: block;
}

.stepper .step {
  display: none;
}

.stepper .step.current {
  display: block;
}

.progressBar {
  background-color: #eceef1;
  height: 4px;
}

.progressBar span {
  display: block;
  height: 100%;
  background-color: #438ac7;
}

.logo {
  position: absolute;
  top: 60px;
  left: 60px;
}

form {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/ahliquizbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

form .surveyHolder {
  background: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.97;
  padding: 60px;
  width: 50vw;
  position: relative;
}

form .surveyHolder .careersFormContainer {
  width: 100%;
}

form .surveyHolder .careersFormContainer .firstStep h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  color: #343434;
  margin-bottom: 50px;
  font-family: CoText_W_RG, Arial;
  position: relative;
  padding-top: 16px;
}

form .surveyHolder .careersFormContainer .firstStep h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 145px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #438AC7;
}

form .surveyHolder .careersFormContainer h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 45px;
  text-align: center;
  color: #343434;
  margin-bottom: 50px;
  font-family: CoText_W_RG, Arial;
}

form .surveyHolder .careersFormContainer h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 87px;
  color: #438AC7;
  text-align: center;
  margin: 0;
}

form .surveyHolder .careersFormContainer p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #343434;
  font-family: CoText_W_RG, Arial;
  margin-bottom: 90px;
}

form .surveyHolder .careersFormContainer .fullCol {
  text-align: center;
}

form .surveyHolder .careersFormContainer .fullCol .formBtn {
  float: none;
  width: auto;
}

form .surveyHolder .careersFormContainer .fullCol .formBtn a {
  float: none;
  display: inline-block;
  width: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 13px;
  color: #FFFFFF;
}

form .surveyHolder .careersFormContainer label {
  font-family: CoText_W_RG, Arial;
}

form .surveyHolder .careersFormContainer select {
  background-image: url(../images/select-arrowdown.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 13px;
}

form .surveyHolder .careersFormContainer .withborder {
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

form .surveyHolder .careersFormContainer .questiontitle {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 87px;
  color: #FFFFFF;
  margin-bottom: 28px;
}

form .surveyHolder .careersFormContainer .questionInfo {
  margin-bottom: 40px;
}

form .surveyHolder .careersFormContainer .questionInfo h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #C7C7C7;
  border-bottom: 1px solid #DDDDDD;
  text-align: left;
  margin-bottom: 0;
}

form .surveyHolder .careersFormContainer .questionInfo .is-countdown {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #C7C7C7;
  text-align: left;
}

form .surveyHolder .careersFormContainer .questionLabel {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 45px;
  margin-bottom: 26px;
  color: #3A3C3E;
  width: 100%;
  max-width: 100%;
}

form .surveyHolder .careersFormContainer .rblList {
  background: none !important;
  border: none;
  display: flex;
  flex-wrap: wrap;
}

form .surveyHolder .careersFormContainer .rblList li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 !important;
  margin-bottom: 20px;
  padding-right: 20px !important;
  box-sizing: border-box;
}

form .surveyHolder .careersFormContainer .rblList li input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

form .surveyHolder .careersFormContainer .rblList li input:checked~label::after {
  display: block;
}

form .surveyHolder .careersFormContainer .rblList li label {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #438AC7;
  padding-left: 30px;
  cursor: pointer;
}

form .surveyHolder .careersFormContainer .rblList li label::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #438AC7;
  border-radius: 50%;
}

form .surveyHolder .careersFormContainer .rblList li label::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #438AC7;
  border-radius: 50%;
  display: none;
}
 form .surveyHolder .ar .careersFormContainer .rblList li input:checked~label::after {
    display: block;
    left: calc(100% + 13px);
    right: auto;
    top: 15px;
}


 form .surveyHolder .careersFormContainer .rblList li input:checked~label::after {
    display: block;
    right: calc(100% + 14px);
    left:5px;
    top: 14px;
}
form .surveyHolder .careersFormContainer .questionFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

form .surveyHolder .careersFormContainer .questionFooter .progressBar {
  flex: 0 0 calc(100% - 220px);
  max-width: calc(100% - 220px);
  margin-right: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: transparent;
}

form .surveyHolder .careersFormContainer .questionFooter .progressBar::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background-color: #eceef1;
  z-index: 0;
}

form .surveyHolder .careersFormContainer .questionFooter .progressBar span {
  position: relative;
  z-index: 1;
}

form .surveyHolder .careersFormContainer .questionFooter a {
  flex: 0 0 100px;
  max-width: 100px;
  display: block;
}

form .thank-you-message {
  font-family: CoText_W_RG, Arial;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #438AC7;
}

form .thank-you-message b {
  color: #438AC7;
}

form .thank-you-message .successIcon {
  display: block;
  height: 50px;
  margin-bottom: 50px;
  background-image: url(../images/formsuccess.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

form .thank-you-message h2 {
  font-family: CoText_W_RG, Arial;
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 67px;
  text-align: center;
  color: #343434;
  max-width: 75%;
  margin: 0 auto;
  position: relative;
  padding-top: 16px;
}

form .thank-you-message h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 145px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #438AC7;
}


@media all and (max-width: 1300px) {
  body {
    background-image: url(../images/ahliquizbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  .logo {
    position: relative;
    padding: 60px;
    top: auto;
    left: auto;
  }

  .safearea {
    width: 100% !important;
    padding: 0 !important;
  }

  form {
    background: none;
    height: calc(100vh - 305px);
    overflow: auto !important;
    background-color: white;
    padding: 60px 36px;
    display: block;
  }

  form .surveyHolder {
    background: none;
    padding: 0;
    width: 100%;
    position: relative;
  }

  form .surveyHolder .careersFormContainer h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
  }

  form .surveyHolder .careersFormContainer h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
  }

  form .surveyHolder .careersFormContainer p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }

  form .surveyHolder .careersFormContainer .fullCol .formBtn {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  form .surveyHolder .careersFormContainer .fullCol .formBtn a {
    width: 100%;
    display: block;
    max-width: calc(100% - 50px);
  }

  form .surveyHolder .careersFormContainer .questionLabel {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }

  form .surveyHolder .careersFormContainer .rblList {
    flex-direction: column;
  }

  form .surveyHolder .careersFormContainer .rblList li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  form .surveyHolder .careersFormContainer .questionFooter {
    flex-direction: column-reverse;
  }

  form .surveyHolder .careersFormContainer .questionFooter .progressBar {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  form .surveyHolder .careersFormContainer .questionFooter .progressBar::before {
    width: 93%;
    border-radius: 7px;
    height: 7px;
    top: 50%;
    transform: translateY(-50%);
  }

  form .surveyHolder .careersFormContainer .questionFooter .progressBar span {
    border-radius: 7px;
    height: 7px;
  }

  form .surveyHolder .careersFormContainer .rblList li label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }

  form .surveyHolder .careersFormContainer .rblList li label::after {
    top: 9px;
    left: 3px;
    width: 8px;
    height: 8px;
  }
  form .ar .surveyHolder .careersFormContainer .rblList li label::after {
    top: 15px;
    right: -21px;
    width: 8px;
    height: 8px;
  }


  form .surveyHolder .careersFormContainer .rblList li label::before {
    top: 6px;
    width: 12px;
    height: 12px;
  }

  form .thank-you-message h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
  }
}

@media all and (max-width: 768px) {
  form .surveyHolder .ar .careersFormContainer .rblList li label::after {
    top: 15px;
    right: -21px;
    width: 8px;
    height: 8px;
  }
  
  .dropdownlanguage {
    right: -28px;
    top: 20px;

  }


  form {
    padding: 40px 20px 20px;
    height: calc(100vh - 350px);
  }

  .logo {
    padding: 20px;
    height: 150px;
  }

  .logo img {
    width: 150px;
  }

  form .surveyHolder .careersFormContainer .questionFooter .progressBar::before {
    width: 90%;
  }

  form .surveyHolder .careersFormContainer .fullCol .formBtn a {
    width: 100%;
    max-width: calc(100% - 30px);
  }

  .safearea {
    padding-bottom: 10px;
  }
 
}

/*# sourceMappingURL=survey.css.map */

/* Nadine Survey form */
/*Language drop down **/
.ar .dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  background: #438AC7;
}

.ar .dropdownlanguage button {
  font-size: 16px;
  padding: 10px;
  border: 1px solid #438AC7;
  border-radius: 50px;
  margin-bottom: 10px;
  width: 110px;
}

.ar .dropdownlanguage {
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 55px;
  transform: translate(-50%);
}

.ar .dropdownlanguage:hover .dropdown-content {
  display: block;
}

.ar .dropdown-content a {
  color: #fff;
  font-size: 17px;
  display: block;
  text-align: center;
  padding: 10px;
}

.ar .dropdown-content a:hover {
  color: #438AC7;
  background-color: #fff;
}

form .surveyHolder .ar .careersFormContainer .fullCol .formBtn .blueBtn span,
.darkBlueBtn span,
.greyBtn span {
  background: url(../images-ar/lefttt-arrow.png)center center no-repeat #2c68ab;

}

form .surveyHolder .ar .careersFormContainer .rblList li label::before {

  top: 12px;
  left: 100%;
  margin-left: 10px;

}

form .surveyHolder .ar .careersFormContainer .questionFooter .progressBar::before {
  right: 0
}

form .surveyHolder .ar .careersFormContainer .questionFooter .progressBar {
  margin-left: 120px;
  margin-right: 0;
}

body .ar {

  direction: rtl;
  text-align: right;
}

form .surveyHolder .careersFormContainer .questionInfo h4 {
  text-align: right;
}

@media all and (max-width: 768px) {

  form .surveyHolder .ar .careersFormContainer .questionFooter .progressBar::before {
    width: 90%;
  }

  form .surveyHolder .ar .careersFormContainer .fullCol .formBtn a {
    width: 100%;
    max-width: calc(100% - 30px);
  }

  .safearea {
    padding-bottom: 10px;
  }
}

@media (max-width: 1300px) {
  form .surveyHolder .careersFormContainer .questionFooter .progressBar::before {
    width: 93%;
    border-radius: 7px;
    height: 7px;
    top: 50%;
    transform: translateY(-50%);
  }

  form .surveyHolder .ar .careersFormContainer .questionFooter .progressBar {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}

form .surveyHolder .careersFormContainer .rblList li label:after {
    left: auto;
    right: 5px;
}