* {
  margin: 0;
  padding: 0;
}

/* Review Form Styles */
.form-header {
  background-color: #f8f9fa;
  /* padding: 20px; */
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #dee2e6;
}

.form-header h4 {
  color: #2d2a26;
  font-size: 24px;
  /* font-weight: 600; */
  margin: 0;
  text-align: left;
}
button#submitBtnReview {
    background-color: #1a428a;
    border: 1px solid #1a428a;
    color: #ffffff;
}

.review-form-container {
  background: white;
  padding: 30px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.form-row .form-group {
  flex: 1;
  min-width: 250px;
}

.form-row .form-group.full-width {
  flex: 100%;
  min-width: 100%;
}

.review-form-container .form-group {
  margin-bottom: 20px;
}

.review-form-container .form-group label {
  display: block;
  font-weight: 600;
  color: #495057;
  margin-bottom: 8px;
  font-size: 14px;
}

.review-form-container .form-group .required {
  color: #dc3545;
}

.review-form-container .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ced4da;
  border-radius: 25px; /* More rounded corners for pill shape */
  font-size: 14px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #f0f0f0; /* Light grey background */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.review-form-container .form-control:focus {
  border-color: #007bff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.review-form-container .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.review-form-container .form-btn {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #dee2e6;
}

.review-form-container .btn {
  padding: 10px 25px; /* Adjusted padding for better proportions */
  border-radius: 25px; /* More rounded corners for pill shape */
  font-weight: 500;
  font-size: 14px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.review-form-container .btn-cancel {
  background-color: #fff;
  color: #007bff;
  border-color: #007bff;
}

.review-form-container .btn-cancel:hover {
  background-color: #007bff;
  color: #fff;
}

.review-form-container .btn-submit {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.review-form-container .btn-submit:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

/* Show review form styles */
.review-container {
  display: block !important;
  background: white;
  padding: 30px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.review-section {
  display: block !important;
  margin-bottom: 30px;
}

.review-section h5 {
  color: #2d2a26;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 2px solid #007bff;
  padding-bottom: 10px;
}

.review-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.review-item {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 6px;
  border-left: 4px solid #007bff;
}

.review-item label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 5px;
}

.review-item span {
  font-weight: 500;
  color: #2d2a26;
  text-align: right;
  min-height: 20px;
  word-wrap: break-word;
}

/* Styling for readonly inputs in review forms */
.form-control[readonly],
.form-control[disabled] {
  background-color: #f8f9fa !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

.form-control[readonly]:focus,
.form-control[disabled]:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Additional styling for completely disabled inputs */
input[readonly][disabled] {
  background-color: #e9ecef !important;
  color: #6c757d !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
}

.checkBoxBlockAr label.form-label {
  max-width: max-content;
}
.main-wrap-otp-section-arab .otpNumber button#editbtn {
  right: unset;
  left: -7px;
}
.main-wrap-otp-section-arab .otpNumber button#editbtneml {
  right: unset;
  left: -7px;
}
.Residence-form .form-group .mb-12 {
  flex: 0 0 100%;
}
.Residence-form .form-group .fileUpload input {
  border: 0;
  position: relative;
  top: 5px;
  left: 15px;
  height: 48px;
  outline: none;
  box-shadow: unset;
}

.Residence-form .form-group .fileUpload:after {
  content: "Choose file";
  position: absolute;
  background: #f2f2f2;
  padding: 9px;
  top: 2px;
  left: 4px;
  width: 121px;
  text-align: center;
  border-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  pointer-events: none;
}
.Residence-form form.blackColor .radioBtnB label.form-label {
  color: #2d2a26;
  margin-bottom: 0;
}
.Residence-form form.blackColor label {
  color: #2d2a26;
}
form.blackColor .radioBtnB input {
  background: #fff;
}

.Residence-form .form-group .fileUpload {
  border: 1px solid #ced4da;
  border-radius: 30px;
  /* overflow: hidden; */
  height: 48px;
  position: relative;
  background: #d9d8d6;
}

.formTabsBlock {
  display: grid;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  grid-template-columns: 1fr 3fr;
  max-width: 1366px;
  margin: auto;
  gap: 30px;
  padding: 0 15px;
}

.formTabsBlock .sideTabs ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.formTabsBlock .sideTabs ul li {
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  padding: 0 15px;
  color: #2d2a26;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}
.ar .formTabsBlock .sideTabs ul li {
  font-size: 14px;
}
.formTabsBlock .sideTabs ul li:after {
  content: "\f254";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 17px;
  font-family: "Font Awesome 5 Free";
  /* font-size: 14px; */
  top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.formTabsBlock .sideTabs ul li.completed:after {
  background: #876d4b;
  border-radius: 50%;
  content: "✓";
  color: #fff;
  border: 3px solid #474242;
  font-size: 15px;
}
.formTabsBlock .sideTabs ul li.active::after {
  background: #876d4b;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}
.formTabsBlock .sideTabs ul li.completed {
  color: #d9d8d6;
}
.formTabsBlock .sideTabs ul li.active {
  color: #876d4b;
}

.formTabsBlock .sideTabs ul li:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}

.formTabsBlock .sideTabs ul li:is(.activeTab, :hover) {
  background: #e7e7e7;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}

.Residence-form {
  max-width: 100%;
  border: 1px solid #e3dfdf;
  border-radius: 24px;
  background: #fff;
  margin: 50px auto;
}

/* 1-Dec-2023 Dev Start*/
.Residence-form div.form-group-main {
  display: none;
}
.Residence-form div.ResiYes1dec {
  display: none;
}
.Residence-form div.belowResiYes {
  display: none;
}
#Employment_Information {
  display: none;
}

#Trading_Information {
  display: none;
}

#FATCA {
  display: none;
}

#Submit_Data {
  display: none;
}
.file_valid {
  color: red;
}
/* 1-Dec-2023 Dev End */
.Residence-form .form-group {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
div#image-container div#uploaded-images-2 {
  gap: 10px;
}
div#image-container div#uploaded-images-2 .imageDeleteSection button svg {
  height: auto;
  margin: 0;
}
div#image-container div#uploaded-images-2 .imageDeleteSection button {
  height: auto;
  height: 14px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 15px;
}

div#image-container div#uploaded-images-2 .imageDeleteSection {
  margin: 0;
  max-width: 80px;
  width: 80px;
  min-width: 78px;
}

.Residence-form .form-group .mb-6 {
  max-width: 48%;
  flex: 0 0 48%;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
  background: transparent;
}
.selectValue {
  position: relative;
}
.selectValue span.down-icon-drop {
  position: absolute;
  right: 22px;
  top: 8px;
  pointer-events: none;
  cursor: pointer;
}
.space-div {
  position: relative;
}
.space-div button svg {
  width: 20px;
  height: 20px;
}
.space-div button {
  /* position: absolute; */
  z-index: 9;
  right: 15px;
  top: 11px;
  border: 0;
  background: transparent;
}
.Residence-form input,
.Residence-form select {
  height: 48px;
  border-radius: 50px;
  font-size: 16px;
  background-color: #d9d8d6;
}

.Residence-form h4 {
  background: #d9d8d6;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  padding: 20px;
  color: #2d2a26;
}

.Residence-form form {
  padding: 20px;
}

.Residence-form form label {
  font-weight: 600;
}

.Residence-form .form-group {
  margin-bottom: 15px;
}

.Residence-form .form-group.form-btn {
  justify-content: center;
}

.Residence-form .form-group.form-btn .btn {
  background: transparent;
  border: 1px solid #2d2a26;
  max-width: 120px;
  width: 100%;
  border-radius: 50px;
  margin: 40px 10px;
  color: #2d2a26;
}
.Residence-form form.blackColor .agree.radioBtnB {
  align-items: baseline;
}

.Residence-form
  input[type="checkbox"]:is([disabled="disabled"])
  + label.form-label {
  color: #d9d8d6;
}
html body .brownColor label {
  color: #876d4b !important;
}
.Residence-form .form-group.form-btn .btn.next {
  background: #1a428a;
  color: #fff;
  border-color: #1a428a;
}
.Residence-form .form-group.form-btn button.back {
  background: transparent;
  color: #2d2a26;
}

.nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-tabs-dropdown:before {
  content: "\e114";
  font-family: "Glyphicons Halflings";
  position: absolute;
  right: 30px;
}

.Residence-form .radioBtnB {
  display: flex;
  align-items: center;
  gap: 7px;
}

.Residence-form .agree {
  display: flex;
  gap: 7px;
}

.agree > input#vehicle1 {
  margin-top: -12px;
}

.FATCABtnB {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sizefile {
  border: 1px solid #ced4da;
  border-radius: 30px;
  overflow: hidden;
  height: 19px;
  position: relative;
  background-color: #1a428a !important;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 0 0 3px;
}

.sizefile p {
  margin-left: auto;
}
/* div#Employment_Information .sizefile p {
    margin-left: -134px;
} */

.tracolor p {
  color: #9ba2ad;
  line-height: 10%;
}

.faccolor {
  color: #fff;
  border: 1px solid #ced4da;
  border-radius: 30px;
  height: 25px;
  width: auto;
  background-color: #1a428a !important;
  font-family: Gotham-Light;
}

.faccolor p {
  margin-left: 5%;
}

.faccolor2 {
  color: #fff;
  border: 1px solid #ced4da;
  border-radius: 30px;
  height: 25px;
  width: auto;
  background-color: #1a428a !important;
  font-family: Gotham-Light;
}

.faccolor2 p {
  margin-left: 2%;
}

/* IntroductionStyle */
.introductionPage .identificationBlock li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ar .introductionPage .identificationBlock li {
  gap: 15px;
}
.introductionPage .identificationBlock li p {
  margin: 0;
}
.introductionPage .identificationBlock li span {
  background: #7ae27a;
  display: block;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 15px;
}
.introductionPage .identificationBlock li span svg {
  fill: #fff;
}
.introductionPage .identificationBlock .button button {
  color: #fff;
  border: 0;
  padding: 10px 15px;
  color: white;
  border-radius: 30px;
  background: #1a428a;
}
.logoBlock img {
  mix-blend-mode: darken;
}
.siteLogo {
  grid-column: span 2;
  text-align: center;
}
.siteLogo img {
  width: 100%;
  max-width: 200px;
  margin-top: 20px;
}
/* .introductionPage .identificationBlock .button button:hover {
    background: transparent;
    color: black;
    box-shadow: 0 0 0 #000, 0 0 0px 1px #000;
} */

.introductionPage .identificationBlock * {
  color: #876d4b;
}
.introductionPage {
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  max-width: 1366px;
  margin: auto;
  gap: 0 50px;
}
.identificationBlock {
  text-align: left;
  max-width: max-content;
  padding: 15px;
}
.introductionPage .identificationBlock ul {
  padding: 0;
  list-style: none;
  max-width: max-content;
  margin: 0 auto 0 0;
}
.identificationBlock p,
.identificationBlock ul li {
  font-size: 18px;
  line-height: 30px;
}
.file_valid {
  color: red;
}

/* 1-Dec-2023 Dev Start*/
.Residence-form div.form-group-main {
  display: none;
}

#Employment_Information {
  display: none;
}

#Trading_Information {
  display: none;
}

#FATCA {
  display: none;
}

#Submit_Data {
  display: none;
}

/* 1-Dec-2023 Dev End */

/* 04-dec-start */
.introductionPage .logoBlock img {
  width: 100%;
}

/* 04-dec-end */
/* 05-dec start */
#Trading_Information .radioBtnB .tracolor p {
  text-align: left;
  line-height: normal;
  padding: 0;
}
#Trading_Information .radioBtnB {
  align-items: baseline;
}
#Trading_Information .radioBtnB input {
  top: 2px;
}
.Residence-form form {
  padding: 20px;
  display: grid;
  gap: 15px;
}
.FATCABtnB {
  margin-bottom: 15px;
}
.Residence-form form label {
  font-weight: 600;
  margin: 0;
  color: #876d4b;
}
.Residence-form input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  position: relative;
}

.Residence-form input[type="checkbox"]:after {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid gray;
  position: absolute;
  left: 0;
  top: 0;
}
/* .space-div .sizefile p {
    color: red;
}
.space-div .sizefile {
    background: #fff!important;
    border: 0;
} */
.Residence-form input[type="checkbox"]:checked:before {
  content: "✓";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #876d4b;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 1;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Residence-form input[type="checkbox"].check_checked:before {
  content: "✓";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #876d4b;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 1;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Residence-form input[type="checkbox"]:is(.checkcolor1):after {
  border-color: red;
}
.Residence-form .agree input#vehicle1 {
  margin: 0;
  width: 50px;
  position: relative;
  top: 2px;
}
input#vehicle2 {
  margin: 0;
  width: 50px;
  position: relative;
  top: 2px;
}
/* .ar .Residence-form .agree input#vehicle1 {
    width: 0px;
} */
.Residence-form input[type="checkbox"]:is([disabled="disabled"]) {
  opacity: 0.2;
}
.radioBtnB {
  display: flex;
  align-items: center;
  gap: 15px;
}
.FATCABtnB label.form-label {
  margin-bottom: 0;
}
.radioBtnB p {
  margin: 0;
  padding: 0 15px;
  font-size: 14px;
}
.Residence-form input[type="radio"] {
  appearance: none;
  width: 15px;
  height: 15px;
  position: relative;
  margin: 0 7px;
}
.Residence-form input[type="radio"]:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  border: 1px solid gray;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.Residence-form input[type="radio"]:checked:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #876d4b;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Residence-form input[type="radio"].error:after {
  visibility: hidden;
}
label.hrlable {
  font-size: 25px;
}

/* 05-dec end */

@media screen and (min-width: 769px) {
  #nav-tabs-wrapper {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .nav-tabs-dropdown {
    display: block;
  }

  #nav-tabs-wrapper {
    display: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
  }

  .nav-tabs-horizontal {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  }

  .nav-tabs-horizontal > li {
    float: none;
  }

  .nav-tabs-horizontal > li + li {
    margin-left: 2px;
  }

  .nav-tabs-horizontal > li,
  .nav-tabs-horizontal > li > a {
    background: transparent;
    width: 100%;
  }

  .nav-tabs-horizontal > li > a {
    border-radius: 4px;
  }

  .nav-tabs-horizontal > li.active > a,
  .nav-tabs-horizontal > li.active > a:hover,
  .nav-tabs-horizontal > li.active > a:focus {
    color: #ffffff;
    background-color: #428bca;
  }
}

.error {
  border: 1px solid red;
}

.success {
  border: 1px solid green;
}

.error1 {
  display: none;
}

.success1 {
  display: none;
}
.oth {
  display: none;
}

/*  */
/* #country {
    background-image: url('data:image/png;base64,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');
    background-position: right 10px center;
    background-repeat: no-repeat;
  } */
#uploaded-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#uploaded-images img {
  max-width: 200px;
  max-height: 200px;
  object-fit: cover;
}

.delete-btn {
  cursor: pointer;
  background-color: red;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  top: 5px;
  right: 5px;
}
div#uploaded-images > div {
  max-width: 126px;
  display: flex;
  margin: 17px 10px;
}

div#uploaded-images img {
  max-width: 30px !important;
  margin: 10px 0;
}

div#uploaded-images svg {
  position: relative;
  top: 0;
  margin: 0 0 26px;
  width: 12px;
}

div#uploaded-images-2 > div {
  max-width: 63px;
  display: flex;
  margin: 17px 10px;
}
/* div#uploaded-images-2 img {
    max-width: 30px !important;
    margin: 10px 0;
} */
/* div#uploaded-images span {
    max-width: 30px;
    margin: 10px 12px;
} */
div#uploaded-images-2 svg {
  position: relative;
  top: 0;
  margin: 0 0 26px;
  width: 12px;
}
div#uploaded-images-2 {
  display: flex;
  margin: -2px 10px;
}
button#toggle-button {
  float: right;
  margin: 20px 0;
  border: none;
  padding: 8px 15px;
  background: #d9d8d6fc;
  border-radius: 20px;
}
.land-select-main {
  float: right;
}
div#hidden-option button {
  max-width: 200px;
  width: 96%;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0 29px 8px;
  background: #fff;
  position: relative;
  top: 9px;
}
body.ar {
  direction: rtl;
}
body.ar .land-select-main {
  float: left;
}
.ar .Residence-form .form-group .fileUpload:after {
  display: none;
}
.ar .form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
  background: transparent;
  left: -3px;
  top: 5px;
  height: 36px;
}
.introductionPage .button {
  text-align: center;
}
.ar div#uploaded-images > div {
  max-width: 126px;
  display: flex;
  margin: 28px 10px;
}
.ar div#uploaded-images-2 > div {
  max-width: 126px;
  display: flex;
  margin: 28px 10px;
}
.chockboxes-main {
  display: flex;
  gap: 26px;
}
.ar .identificationBlock {
  text-align: right;
}
.ar .introductionPage .identificationBlock ul {
  margin: 0 0 0 auto;
  text-align: left;
}
.ar .introductionPage .identificationBlock li span {
  margin-right: 0;
}
.ar .sizefile p {
  margin-left: 0px;
  text-align: right;
  margin-right: 5px;
}
.ecnomic-sector > div {
  max-width: 33%;
  flex: 0 0 33%;
  margin: 0 0 10px;
}
.ecnomic-sector label {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 10px;
}
.ecnomic-sector {
  display: flex;
  flex-wrap: wrap;
}
/*14 dec 23 start*/
.ar .form-select {
  background-position: left 0.75rem center;
}
.thankyoupage-main {
  height: calc(100vh - 170px);
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  text-align: center;
}
@media (max-width: 991px) {
  .formTabsBlock {
    display: flex;
    flex-wrap: wrap;
  }
  .sideTabs {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .formDetailsBlock {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .chockboxes-main label {
    position: relative;
    top: 3px;
  }
  .ar .faccolor {
    width: 57%;
    height: 65px;
  }
  .ar .faccolor2 {
    width: 75%;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .Residence-form .form-group .mb-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .Residence-form .form-group {
    flex-wrap: wrap;
  }
  .Residence-form h4 {
    padding: 15px;
    font-size: 16px;
  }
  .formTabsBlock .sideTabs ul li {
    line-height: 44px;
    font-size: 16px;
  }
  .formTabsBlock {
    gap: unset;
  }
  .Residence-form form {
    padding: 10px;
  }
  .formTabsBlock .sideTabs ul li:after {
    height: 20px;
    top: 9px;
  }
  #uploaded-images {
    gap: inherit;
  }
  .ar .faccolor {
    width: 57%;
    height: 65px;
  }
  .ar .faccolor2 {
    width: 75%;
    height: 70px;
  }
}
/* @media(max-width:1200px){
    .sizefile {
       font-size: 10px;
    }
} */
@media (max-width: 991px) {
  .introductionPage {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    width: 100%;
  }
  .logoBlock {
    margin: 20px 0;
  }
  .ar .introductionPage .identificationBlock li p {
    margin: 0 10px 0 0;
    text-align: right;
  }
  .ar .faccolor {
    width: 57%;
    height: 65px;
  }
  .ar .faccolor2 {
    width: 75%;
    height: 70px;
  }
}
.ar .formTabsBlock .sideTabs ul li:after {
  left: auto;
  right: 4px;
}
.ar .formTabsBlock .sideTabs ul li {
  padding-right: 39px;
}
.ar .sideTabs {
  margin: 20px 0 0;
}
.ar #Trading_Information .radioBtnB .tracolor p {
  text-align: right;
}
@media (max-width: 991px) {
  .sideTabs {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 20px 0 0;
  }
}

/* 14 dec 23 end*/

/* / 18dec / */
/* .Residence-form input[type="checkbox"]:after {
    top: -3px;
} */
@media (max-width: 1365px) {
  div#Employment_Information .sizefile p {
    margin-left: 0;
  }
  /* .sizefile {
    height: auto;
  } */
}
@media (max-width: 991px) {
  .faccolor {
    width: auto;
  }
  .faccolor2 {
    height: auto;
    width: auto;
  }
  .faccolor2 p {
    line-height: 18px;
    padding: 7px 17px;
  }
  .ar .faccolor2 {
    width: auto;
    height: auto;
  }
  .ar .faccolor {
    width: auto;
    height: auto;
  }
  div#Submit_Data .agree.radioBtnB {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .sizefile {
    height: 39px;
    padding: 10px;
    z-index: 9;
  }
  .popupBlock {
    height: 115vh !important;
   
}
.popupBlock-errmsg {
  height: 115vh !important;
 
}
.otpPopup{
  height: 115vh !important;
 
}
.otpPopup_email {
  height: 115vh !important;
 
}
  .Residence-form .radioBtnB {
    flex-wrap: wrap;
  }
  .FATCABtnB {
    flex-wrap: wrap;
  }
  div#Submit_Data .agree.radioBtnB {
    flex-wrap: nowrap;
  }
  div#Submit_Data .agree.radioBtnB label.form-label {
    font-size: 12px;
    padding-left: 7px;
  }
  .Residence-form .agree input#vehicle1 {
    margin: 0;
    /* width: 50px; */
    position: relative;
    top: 8px;
  }
  input#vehicle2 {
    position: relative;
    top: 8px;
  }
}
@media (max-width: 503px) {
  .ar .sizefile {
    height: 50px;
  }
}
@media (max-width: 400px) {
  .sizefile {
    height: 53px;
  }
}
input[type="checkbox"]:after {
  cursor: pointer;
}
.identificationBlock.thank {
  text-align: center;
  padding: 140px 15px;
}

.loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}
.loaderImage img {
  max-width: 40px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-wrap-otp-section {
  width: 100%;
  background: #fff;
  box-shadow: 8px 6px 18px #ddd;
  padding: 0px 0px 29px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  max-width: 600px;
  z-index: 99999;
}
.popupBlock {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  background: #00000087;
  top: 0;
  z-index: 1;
}

.popupBlock-errmsg {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  background: #00000087;
  top: 0;
  z-index: 1;
}

.popupBlock_loader {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  background: #00000087;
  top: 0;
  z-index: 1;
}
.otpPopup {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  background: #00000087;
  top: 0;
  z-index: 1;
}
.otpPopup_email {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  background: #00000087;
  top: 0;
  z-index: 1;
}
.loaderImage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9d9d9dc9;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
}
.main-wrap-otp-section h2 {
  text-align: center;
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 40px;
  color: #000;
  padding: 20px;
  background: #d9d8d6;
}
.main-wrap-otp-section .Massage-otp {
  text-align: center;
  padding: 0px 40px;
}
.main-wrap-otp-section .Massage-otp label {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.Residence-form form.blackColor label {
  color: #000;
  display: block;
  width: 100%;
  text-align: left;
  margin: 0 0 10px;
}
.main-wrap-otp-section .Massage-otp input[type="text"] {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  outline: none;
  height: 45px;
  padding: 0 10px;
  border-radius: 6px;
}
.main-wrap-otp-section .Massage-otp .btn-box {
  padding: 50px 0px 0px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.main-wrap-otp-section .Massage-otp .btn-box button.verfity-btn {
  width: 130px;
  border: 1px solid #ddd;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 600;
  background: #1a428a;
  color: #fff;
}
.main-wrap-otp-section .Massage-otp .btn-box button.verfity-btn-email {
  width: 130px;
  border: 1px solid #ddd;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 600;
  background: #1a428a;
  color: #fff;
}

.main-wrap-otp-section .Massage-otp .btn-box button.send-phone-btn {
  width: 130px;
  border: 1px solid #ddd;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 600;
  background: #1a428a;
  color: #fff;
}
.main-wrap-otp-section .Massage-otp .btn-box button.send-email-btn {
  width: 158px;
  border: 1px solid #ddd;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 600;
  background: #1a428a;
  color: #fff;
}
.main-wrap-otp-section .Massage-otp button.Reset-btn {
  background: #fff;
  border: 1px solid #000;
  padding: 5px 20px;
  font-size: 16px;
  color: #000;
  border-radius: 30px;
  width: 130px;
}
.main-wrap-otp-section .Massage-otp button.Reset-btn-email {
  background: #fff;
  border: 1px solid #000;
  padding: 5px 20px;
  font-size: 16px;
  color: #000;
  border-radius: 30px;
  width: 130px;
}
.mobile {
  background: #d9d8d6;
  border-radius: 6px;
  text-transform: capitalize;
  font-size: 21px;
  padding: 3px;
  margin: 16px 0px;
}
.email-id {
  background: #d9d8d6;
  border-radius: 6px;
  /* text-transform: capitalize; */
  font-size: 21px;
  padding: 3px;
  margin: 16px 0px;
}
/*Arab*/
.main-wrap-otp-section-arab .close-corse button.close {
  right: unset;
  left: -20px;
}
.main-wrap-otp-section-arab h2 {
  text-align: center;
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 40px;
  color: #000;
  padding: 20px;
  background: #d9d8d6;
}

.main-wrap-otp-section-arab .Massage-otp {
  text-align: center;
  padding: 0px 40px;
}
.main-wrap-otp-section-arab .Massage-otp label {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.ar .Residence-form form.blackColor label {
  color: #000;
  display: block;
  width: 100%;
  text-align: left;
  margin: 0 0 10px;
  text-align: right;
}
.main-wrap-otp-section-arab .Massage-otp input[type="text"] {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  outline: none;
  height: 45px;
  padding: 0 10px;
  border-radius: 6px;
}
.main-wrap-otp-section-arab .Massage-otp .btn-box {
  padding: 50px 0px 0px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.main-wrap-otp-section-arab .Massage-otp .btn-box button.verfity-btn {
  width: 130px;
  border: 1px solid #ddd;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 600;
  background: #1a428a;
  color: #fff;
}
.main-wrap-otp-section-arab .Massage-otp .btn-box button.verfity-btn-email {
  width: 130px;
  border: 1px solid #ddd;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 600;
  background: #1a428a;
  color: #fff;
}
.main-wrap-otp-section-arab .Massage-otp .btn-box button.send-phone-btn {
  width: 130px;
  border: 1px solid #ddd;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 600;
  background: #1a428a;
  color: #fff;
}
.main-wrap-otp-section-arab .Massage-otp .btn-box button.send-email-btn {
  width: 130px;
  border: 1px solid #ddd;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 600;
  background: #1a428a;
  color: #fff;
}
.main-wrap-otp-section-arab .Massage-otp button.Reset-btn {
  background: #fff;
  border: 1px solid #000;
  padding: 5px 20px;
  font-size: 16px;
  color: #000;
  border-radius: 30px;
  width: 130px;
}
.main-wrap-otp-section-arab .Massage-otp button.Reset-btn-email {
  background: #fff;
  border: 1px solid #000;
  padding: 5px 20px;
  font-size: 16px;
  color: #000;
  border-radius: 30px;
  width: 130px;
}
.mobile {
  background: #d9d8d6;
  border-radius: 6px;
  text-transform: capitalize;
  font-size: 21px;
  padding: 3px;
  margin: 16px 0px;
}
.email-id {
  background: #d9d8d6;
  border-radius: 6px;
  /* text-transform: capitalize; */
  font-size: 21px;
  padding: 3px;
  margin: 16px 0px;
}
.otpNumber {
  position: relative;
}
.otpNumber button#editbtn {
  position: absolute;
  top: 0;
  right: -8px;
  background: #0d4287;
  border: 0;
}
.otpNumber button#editbtneml {
  position: absolute;
  top: 0;
  right: -8px;
  background: #0d4287;
  border: 0;
}
.main-wrap-otp-section .Massage-otp .btn-box button {
  height: 40px;
}
.close-corse {
  position: relative;
}
.close-corse button.close {
  position: absolute;
  top: -17px;
  right: -15px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  font-size: 25px;
  z-index: 1;
}

.loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#section1 {
  position: absolute;
}

#section2 {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  place-items: center;
  min-height: 100vh;
}

.data-loader {
  position: absolute;

  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}

.data-loader > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

.data-loader > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0fa5e0;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.data-loader > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: data-loader-1 0.6s infinite;
}

.data-loader > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: data-loader-2 0.6s infinite;
}

.data-loader > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: data-loader-2 0.6s infinite;
}

.data-loader > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: data-loader-3 0.6s infinite;
}

@keyframes data-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes data-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

@keyframes data-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

.contactSupport {
  display: grid;
  place-items: center;
  height: 100vh;
  padding: 0 5px;
  grid-template-rows: auto auto auto;
}

.contactSupportcontainer {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  /* background-color: #f9f9f9; */
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 4px #d9d8d6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.contactSupport > img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.contactSupportcontainer > h1 {
  color: #333;
  max-width: 900px;
  word-wrap: break-word;
  text-align-last: center;
}
.contactSupportcontainer > h1 > a {
  color: #876d4b;
  unicode-bidi: embed;
  direction: ltr;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

#myProgress {
  width: 100%;
  background-color: #ddd;
  height: 23px;
}
#myBar {
  width: 1%;
  height: 30px;
  background-color: #1a428a;
}

#myBaremail {
  width: 1%;
  height: 30px;
  background-color: #1a428a;
}



.progressBarB {
  width: 91%;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}
.progressBarB span#progresspercent {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #b79261;
  font-weight: 400;
}
.progressBarB span#progresspercentemail {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #b79261;
  font-weight: 400;
}



/* 07-aug */

.nationaltyform {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  grid-column: span 2;
  grid-template-columns: repeat(2,1fr);
  padding: 0 4%;
  gap: 50px;
}
.introductionPage.select-jordanian-main {
  margin: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
}
.nationaltyform .identificationBlock.Residence-form {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  border: 0;
  width: 100%;
  max-width: 100%;
  gap: 20px;
}
.ar .identificationBlock.Residence-form {
  align-items: flex-start;
}
/* .nationaltyform .form-group.form-btn {
  justify-content: flex-start;
} */
.nationaltyform .select-national-main {
  width: 100%;
}
.nationaltyform .select-national-main .FATCABtnB.natno-inner > div {
  flex: 0 0 50%;
}
.nationaltyform .select-national-main .FATCABtnB.natno-inner {
  margin: 0;
}
@media screen and (max-width:767px){
  .nationaltyform { 
    grid-template-columns: repeat(1,1fr);
    padding: 0;
}
.nationaltyform .identificationBlock.Residence-form{
  padding: 0;
}
.nationaltyform .select-national-main .FATCABtnB.natno-inner > div {
  flex-basis: calc(50% - 10px);
}

}
@media screen and (max-width:575px){
  .nationaltyform .select-national-main .FATCABtnB.natno-inner > div {
    flex-basis:100%;
  } 
  .ar .nationaltyform h2 {
    font-size: calc(1.325rem + 4.9vw);
  }
}


img.national-image {
  width: 100%;
  max-width: 50px;
  min-height: 32px;
}

.center-button .button {
  width: 100%;
  max-width: 450px;
}
.ar.center-button .button {
  width: 100%;
  max-width: 270px;
}

.mb-6.nationalityCentre {
  width: 100%;
  max-width: 456px;
}
.FATCABtnB.jordanian-inner {
  align-items: center;
  justify-content: center;
}

.ar .mb-6.nationalityCentre {
  max-width: 270px;
}

.select-jordanian-main .Residence-form .radioBtnB {
  gap: 32px;
}

.national-image-radio {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}




/* 07-aug */


@media screen and (max-width:992px){
  .introductionPage {
   
    flex-direction: column;
    align-items: center;
}
}

@media screen and (max-width:767px){
  .main-wrap-otp-section {    
    max-width: 90%;
}
.identificationBlock.thank {
  padding: 0;
  width: 100%;
  max-width: 100%;
}



}


@media screen and (max-width:575px){
.ecnomic-sector > div {
  max-width: 50%;
  flex: 0 0 50%;
  margin: 0 0 10px;
}
/* span#select2-empocountry-container {
  width: 318px !important;
} */

}

span.required {
  color: #db3131 !important;
}




/* 25Sep */
.main-wrap-otp-section .Massage-otp .send-email {
  max-width: 235px;
  margin: auto;
  display: grid;
  gap: 15px;
  margin-bottom: 25px;
}

.Massage-otp.choose-popup p {
  color: #2d2a26;
  font-weight: 600;
  font-size: 18px;
}
.Massage-otp.choose-popup .continue-button button#otpcontbtn {
  border-radius: 30px;
  background: #1a428a;
  color: #fff;
  border-color: #1a428a;
  border: 1px solid #2d2a26;
  max-width: 120px;
  width: 100%;
}

.ar .main-wrap-otp-section .Massage-otp .send-email {
  max-width: 300px;

}
/* .ar .main-wrap-otp-section .Massage-otp .btn-box button.send-email-btn {
  width: 158px;
} */

.main-wrap-otp-section-arab .Massage-otp .btn-box button.send-phone-btn {
  padding: 0 25px;
  width: 100%;
  max-width: max-content;
}

.main-wrap-otp-section-arab .Massage-otp .btn-box button.send-email-btn {
  padding: 0 25px;
  width: 100%;
  max-width: max-content;
}


/* 1-oct */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  height: 48px;
  border-radius: 50px;
  font-size: 16px;
  background-color: #d9d8d6;
  border: 0!important;
  display: flex!important;
  align-items: center;
}


.select2-container--default .select2-selection--single .select2-selection__rendered span.select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  
  top: 12px!important;
  right: 12px!important;
  
}

.select2-container--default .select2-selection--single {
    height: 48px!important;
    border: 0!important;
}

.ar .select2-container--default .select2-selection--single .select2-selection__rendered {
  flex-direction: row-reverse;
}

.ar .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: unset;
  left: 8px;
}
 
span.select2.select2-container.select2-container--default.is-invalid span#select2-country-code-container {
  border: 1px solid red !important;
}
span.select2.select2-container.select2-container--default.select2-container--below.success-ccd span#select2-country-code-container {
  border: 1px solid green !important;
}


span.select2.select2-container.select2-container--default.is-invalid span#select2-country-container {
  border: 1px solid red !important;
}

span.select2.select2-container.select2-container--default.select2-container--below.success-ccd span#select2-country-container {
  border: 1px solid green !important;
}

.countrySelect {
  display: grid;
}
span.select2.select2-container.select2-container--default.is-invalid span#select2-empocountry-container {
  border: 1px solid red !important;
}
span.select2.select2-container.select2-container--default.success-ccd span#select2-empocountry-container {
  border: 1px solid green !important;
}




/* 07Oct */
@media screen and (max-width:992px){
  .intropageBlock .introductionPage {
    display: grid;
}
.intropageBlock .introductionPage .logoBlock {
  grid-column: span 2;
}
.intropageBlock .introductionPage .identificationBlock {
  grid-column: span 2;
}
}

.ar #toast-container>.toast-error {
  background-position: 95%;
}
.ar .toast-message {
  padding-right: 35px;
}

.tryagain-btn {
  background: #1a428a;
  color: #fff;
  border: 1px solid #ddd;
  width: 100px;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  padding: .375rem .75rem;
}
.btn-box.err-msg {
  text-align: center;
}
p#errormsg {
  color: red;
}

.ar .tryagain-btn {
  background: #1a428a !important;
  color: #fff;
  border: 1px solid #ddd;
  width: 195px;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  padding: .375rem .75rem;
}


.term-btn-main {
  border: none;
  background: none;
  color: #0d6efd;
  text-decoration: underline;
  font-weight: 700;
}

.mb-6.leverage-field {
  display: none;
}
select#leverage {
  width: 35%;
  cursor: pointer;
}