* {
  transition: all 0.5s ease-in-out;
}
button {
  cursor: pointer;
  outline: 0 !important;
  transition: box-shadow 0.5s ease-out;
}
button:hover {
  box-shadow: 2pt 1pt 5pt rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.5s ease-out;
}
html,
body {
  font-size: 100%;
  scroll-behavior: smooth;
}
@media (max-width: 1280px) {
  html,
  body {
    font-size: 90%;
  }
}
@media (max-width: 768.98px) {
  html,
  body {
    font-size: 80%;
  }
}

/* Colors */

/* Fonts */
@font-face {
  src: url(../fonts/samsungsharpsans.otf);
  font-family: "samsungsharpsans";
}
.samsungsharpsans-font {
  font-family: "samsungsharpsans";
}
@font-face {
  src: url(../fonts/samsungsharpsans-bold.otf);
  font-family: "samsungsharpsans-bold";
}
.samsungsharpsansBold-font {
  font-family: "samsungsharpsans-bold";
}
@font-face {
  src: url(../fonts/samsungsharpsans-medium.otf);
  font-family: "samsungsharpsans-medium";
}
.samsungsharpsansMedium-font {
  font-family: "samsungsharpsans-medium";
}
@font-face {
  src: url(../fonts/AvenirLTStd-Black.otf);
  font-family: "avenir-Black";
}
.avenir-Black-font {
  font-family: "avenir-Black";
}
@font-face {
  src: url(../fonts/AvenirLTStd-Roman.otf);
  font-family: "avenir-Roman";
}
.avenir-roman-font {
  font-family: "avenir-Roman";
}
@font-face {
  src: url(../fonts/PublicSans-Regular.otf);
  font-family: "publicsans-regular";
}
.publicsans-regular-font {
  font-family: "publicsans-regular";
}
@font-face {
  src: url(../fonts/PublicSans-SemiBold.otf);
  font-family: "publicsans-semiBold";
}
.publicsans-semiBold-font {
  font-family: "publicsans-semiBold";
}
@font-face {
  src: url(../fonts/PublicSans-Light.otf);
  font-family: "publicsans-light";
}
.publicsans-light-font {
  font-family: "publicsans-light";
}
@font-face {
  src: url(../fonts/PublicSans-Medium.otf);
  font-family: "publicsans-medium";
}
.publicsans-medium-font {
  font-family: "publicsans-medium";
}

/* Predot-loader */
.preloader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: url(../images/start_page_bg.png) no-repeat center;
  background-size: cover; */
  background: linear-gradient(rgba(139, 128, 117, 0.35), #fffcfc);
  z-index: 6;
}
.zandbank_start_logo {
  width: 200px;
  display: block;
  margin: 1rem auto;
}
.height-100 {
  height: 100vh;
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotate360 {
  animation: rotate360 3s ease-in-out 2.5s;
}

/* Page1 main contents */
.page1-main-contents {
  background: url(../images/page1-main-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  visibility: hidden;
}
.page1-main-contents .main-heading {
  font-size: 2.8rem;
}
.start-btn {
  background: #fffcfc;
  border: 0.5px solid #707070;
  padding: 0.5rem 2rem;
  border-radius: 0.2rem;
  cursor: pointer;
  transition: box-shadow 1s ease-out;
}
.start-btn:hover {
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.8);
  transition: box-shadow 1s ease-out;
}
.loading-contents {
  display: none;
  transition: display 1s ease-in-out;
}
.dot-loader,
.dot-loader:before,
.dot-loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 3s infinite ease-in-out;
  animation: load7 3s infinite ease-in-out;
}
.dot-loader {
  color: #ffffff;
  font-size: 5px;
  margin-top: 3rem;
  margin-left: 2%;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.dot-loader:before,
.dot-loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.dot-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.dot-loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/* Information Page */
.left-side {
  background: linear-gradient(rgba(139, 128, 117, 0.35), #fffcfc);
  padding: 2rem;
  padding-left: 5%;
  height: 100vh;
}
@media (max-width: 1300px) {
  .left-side {
    padding: 2rem;
    padding-left: 2%;
  }
}
.right-side {
  background: url(../images/layer1.png) no-repeat right bottom;
  background-size: contain;
  padding: 2rem;
  height: 100vh;
  position: relative;
  overflow: auto;
}
@media (max-width: 991.98px) {
  .left-side,
  .right-side {
    height: auto;
  }
}
@media (max-width: 768.98px) {
  .right-side {
    padding: 1rem;
  }
}
@media (max-width: 576.98px) {
  .right-side {
    padding: 0.5rem;
  }
}
.right-side-cont {
  background: rgba(139, 128, 117, 0.33);
  padding: 0;
}
.zandbank_horizontal_logo {
  width: 14.375rem;
}
.menu_items {
  list-style-type: none;
  padding: 0;
  margin-top: 4rem;
}
.menu_items li {
  font-size: 1rem;
  color: #8b8075;
  margin: 1rem 0;
  font-family: "samsungsharpsans-medium";
}
.divider-line {
  border-top: 1px solid #8b8075;
}
.menu_items li.active_item {
  color: #312d28;
  font-family: "samsungsharpsans-bold";
  position: relative;
}
.menu_items li.active_item::after {
  content: "...";
  position: absolute;
  top: -0.35rem;
  right: 0;
  font-family: "samsungsharpsans-bold";
  color: #312d28;
  font-size: 1.5rem;
}
.menu_items li.done_item {
  position: relative;
}
.menu_items li.done_item::after {
  content: "✔";
  position: absolute;
  top: 0rem;
  right: 0;
  font-size: 1rem;
}
.welcome-area {
  color: #8b8075;
  font-size: 1rem;
}
.footer {
  width: 100%;
  position: absolute;
  bottom: 5%;
  left: 0;
}
@media (max-width: 991.98px) {
  .footer {
    position: static;
  }
}
.web-address {
  font-size: 0.875rem;
  color: #312d28;
}
.web-address:hover {
  text-decoration: none;
  color: #312d28;
}
.help-button {
  background: #8b8075;
  color: #fffcfc;
  font-size: 0.875rem;
  box-shadow: 26px 32px 36px rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 4px;
  padding: 0.5rem 2rem;
  cursor: pointer;
  display: block;
  text-align: left;
  position: relative;
  outline: 0 !important;
}
@media (max-width: 991.98px) {
  .help-button {
    margin: 1rem auto 0;
  }
}
.help-button::after {
  content: "^";
  position: absolute;
  top: 0.2rem;
  right: 0.5rem;
  font-size: 2rem;
  color: #fffcfc;
}
.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.section7,
.section8,
.section9,
.section10 {
  margin-top: 5rem;
}
@media (max-width: 991.98px) {
  .section1,
  .section2,
  .section3,
  .section4,
  .section5,
  .section6,
  .section7,
  .section8,
  .section9,
  .section10 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.upload-heading,
.section-heading {
  font-size: 1.75rem;
}
.upload-text,
.section-text {
  font-size: 1rem;
}
.user_img {
  width: 1.25rem;
  margin-top: -0.3125rem;
}
.user_img_modal {
  width: 0.8125rem;
  margin-top: -0.1875rem;
}
#drop_file_zone {
  width: 400px;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 0.6rem 0 0.2rem;
  border-radius: 0.5rem;
  transition: background-color 1s ease-in-out, box-shadow 1s ease-in-out;
}
#drop_file_zone:hover {
  box-shadow: 2pt 1pt 3pt rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: background-color 1s ease-in-out, box-shadow 1s ease-in-out;
}
@media (max-width: 991.98px) {
  #drop_file_zone {
    width: 100%;
    margin-bottom: 5rem;
  }
}
@media (max-width: 1440.98px) {
  #drop_file_zone {
    width: 100%;
    margin-bottom: 13rem;
  }
}
#drag_upload_file {
  font-size: 0.875rem;
}
#drag_upload_file label {
  color: #ff7f41;
  cursor: pointer;
}
#drag_upload_file #selectfile {
  display: none;
}
.drag-drop-upload-icon {
  width: 70px;
}
.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.loader img {
  width: 120px;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}
.edit-btn {
  background: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 0.8125rem;
  color: #8b8075;
  display: block;
  padding: 0.3rem 0.5rem;
  cursor: pointer;
  margin-left: 61%;
  margin-top: -3%;
}
.form-divider {
  border-top: 1px solid #8b8075;
  margin: 0.5rem 0;
  width: 66%;
}
@media (max-width: 991.98px) {
  .form-divider {
    width: 100%;
    margin-top: 1.5rem;
  }
  .edit-btn {
    margin-left: 0%;
    float: right;
  }
}
.input-label {
  color: #8b8075;
  font-size: 1rem;
}
.input {
  color: rgba(0, 0, 0, 0.45);
  font-size: 1rem;
}
.remove-link,
.view-link {
  color: #ff7f41;
  text-decoration: underline;
  font-size: 1rem;
}
@media (max-width: 490px) {
  .remove-link,
  .view-link {
    font-size: 1rem;
  }
}
.remove-link:hover,
.view-link:hover {
  color: #ff7f41;
  text-decoration: none;
}
.form {
  overflow: auto;
}
.form-group {
  margin-bottom: 0.5rem;
}
.add-shareholder-btn {
  background: transparent;
  border: none;
  outline: 0 !important;
  cursor: pointer;
}
.uneditable {
  background: transparent;
  border: none;
  padding: 0.35rem;
  outline: 0 !important;
  /* margin-left: -1%; */
  border-bottom: 1px solid #8b8075;
}
.buttons {
  margin-top: 2rem !important;
  width: 90%;
  position: relative;
  z-index: 11;
}
.buttons button {
  font-size: 0.875rem;
  border-radius: 4px;
  padding: 0.4rem 1.2rem;
  cursor: pointer;
}
.gray-btn {
  background: #fffcfc;
  border: 1px solid #8b8075;
  color: #8b8075;
  margin-top: 0.5rem;
}
.orange-btn {
  background: #ff7f41;
  color: #ffffff;
  border: 1px solid #ff7f41;
  margin-left: 25%;
  margin-top: 0.5rem;
}
@media (max-width: 520px) {
  .orange-btn {
    margin-left: 0;
  }
}
.done1,
.done2 {
  display: none;
}
.shareholder-names {
  font-size: 1rem;
  color: #000000;
  border-bottom: 1px solid #8b8075;
}
.upload-btn {
  background: #ffffff;
  color: #8b8075;
  border-radius: 4px;
  font-size: 0.8125rem;
  padding: 0.3rem 1rem;
  cursor: pointer;
}
@media (max-width: 465px) {
  .upload-btn1 {
    font-size: 0.6rem;
    padding: 0.15rem 0.2rem;
  }
}
.passport-file-input {
  display: none;
}
.form-control {
  background: #fffcfc;
  border-radius: 4px;
  margin-left: 0%;
  transition: all 1s ease-in-out;
}
.form-control:focus {
  box-shadow: 0 0 0 0 transparent;
  border: 1.4px solid blue;
}
.no-padding {
  padding: 0 !important;
}
.add-board-member-btn {
  color: #8b8075;
  font-size: 1rem;
  background: #ffffff;
  border-radius: 6px;
  border: none;
  padding: 0.5rem 2rem;
  cursor: pointer;
}
.added-members-heading {
  font-size: 1.125rem;
}
.added-members-table {
  width: 31.25rem;
  overflow: auto;
}
.table-link {
  font-size: 0.875rem;
}
.extra-left-margin1 {
  margin-left: 2rem;
}
.extra-left-margin2 {
  margin-left: 5.2rem;
}
.add-signatory-btn {
  font-size: 1rem;
  color: #8b8075;
  background: #ffffff;
  border-radius: 6px;
  border: none;
  padding: 0.5rem 2rem;
  cursor: pointer;
  display: block;
}
@media (min-width: 992px) {
  .add-signatory-margin {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1200px) {
  .add-signatory-margin {
    margin-bottom: 10rem;
  }
}
.modal-dialog {
  box-shadow: 1px 1px 11px gray;
}
.modal-dialog.bottom {
  box-shadow: none;
}
.modal-content {
  border: none !important;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 26.8rem;
    margin: 1.75rem auto;
    position: absolute;
    right: 1.25rem;
  }
  .modal-dialog.bottom {
    bottom: 5rem;
    width: 18.75rem;
  }
  .modal-dialog.center {
    position: static;
  }
}
@media (min-width: 992px) {
  .modal-dialog.center {
    max-width: 60rem !important;
  }
}
.modal-dialog.center .modal-header,
.modal-dialog.center .modal-body {
  border: none;
  padding: 0;
}
.modal-dialog.center .modal-header .close {
  position: absolute;
  top: 0.7rem;
  right: 1rem;
  z-index: 10;
}
.input-modal {
  background: rgba(139, 128, 117, 0.2);
  color: #000000;
}
.modal-upload-btn {
  background: rgba(139, 128, 117, 0.2);
  color: #000000;
}
.modal-title {
  font-size: 1.375rem;
}
.modal-buttons {
  margin: 8rem 0 3rem;
}
.modal-btn {
  background: #8b8075;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.nav-pills .nav-link {
  border-radius: 0;
  font-family: "avenir-Roman";
  color: #707070;
  font-size: 1rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #312d28;
  background-color: transparent;
  font-family: "avenir-Black";
}
.nav.nav-pills {
  width: 400px;
  margin: auto;
  margin-top: -2.8rem;
}
@media (max-width: 768px) {
  .nav.nav-pills {
    max-width: 400px;
    margin: 0;
    margin-top: -1rem;
  }
}
.tab-pane {
  padding: 1rem 0.8rem;
}
.shareholder-name,
.info-title {
  color: #8b8075;
  font-size: 1rem;
}
.info-value {
  color: #000;
  position: relative;
}
.info-value::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  border-bottom: 1px solid #8b8075;
}
.yes-no-btn {
  background: #ffffff;
  border-radius: 6px;
  color: #000;
  font-size: 1rem;
  border: none;
  padding: 0.3rem 0.8rem;
}
.radio-button {
  visibility: hidden;
  position: relative;
}
.radio-button::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #707070;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  visibility: visible;
}
.radio-button:checked:before {
  content: "";
  background: #ff7f41;
  border-color: #ff7f41;
}
.add-admin-btn {
  background: #ffffff;
  border-radius: 6px;
  border: none;
  color: #8b8075;
  padding: 0.5rem 2rem;
}
.section-8-buttons {
  position: static;
}
.edit2,
.edit3,
.edit4 {
  background: transparent;
  border: none;
  outline: 0 !important;
  padding: 0;
}
.white-container {
  box-shadow: 7px 13px 50px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  color: #8b8075;
  height: 230px;
  padding: 1rem;
}
@media (max-width: 991.98px) {
  .white-container {
    height: auto;
    padding: 2rem;
  }
}
@media (min-width: 1480px) {
  .white-container {
    padding: 2rem;
  }
}
.icon {
  width: 102px;
  display: block;
  margin: auto;
}
.section9 p {
  font-size: 0.875rem;
}
.submit-app-btn {
  background: #ff7f41;
  color: #ffffff;
  font-size: 0.875rem;
  border: none;
  border-radius: 4px;
  padding: 0.5rem 2rem;
}
@media (min-width: 576px) {
  .modal-dialog.modal-dialog-centered {
    position: static;
    max-width: 649px;
    height: 308px;
  }
}
.modal-dialog.modal-dialog-centered {
  box-shadow: none;
}
.modal-success-msg {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  margin: 3rem auto 0;
}
.finish-btn {
  background: #ff7f41;
  border-radius: 4px;
  color: #ffffff;
  border: none;
  padding: 0.5rem 1.5rem;
  margin: 3rem 0 2rem;
}
.modal-header p {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #b7b7b7;
}
.modal-header.help {
  padding-bottom: 0;
}
.close {
  opacity: 1;
}
.close span {
  position: relative;
  visibility: hidden;
}
.close:focus,
.close:hover {
  color: rgb(0, 0, 0);
  opacity: 1;
  text-decoration: none;
}
.close span::before {
  content: "";
  background: url(../images/x.png) no-repeat center;
  background-size: 100%;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 0.3125rem;
  left: 0;
  visibility: visible;
}
.modal-left-side,
.modal-right-side {
  padding: 2rem;
}
@media (min-width: 992px) {
  .modal-left-side {
    border-right: 1px solid #b7b7b7;
  }
}
.view-modal-heading {
  font-size: 1.375rem;
}
.view-passport-img {
  display: block;
  max-width: 45%;
}
.view-modal-btn {
  background: transparent;
  border: none;
  font-size: 0.9rem;
}
.view-modal-done-btn {
  background: #ff7f41;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  display: block;
  margin: 3rem 0 1rem;
}
.btn-upload-icon {
  width: 1rem;
}
@media (min-width: 991px) {
  .margin-05 {
    margin-left: 0.5rem;
  }
  .margin-1 {
    margin-left: 1rem;
  }
}
.modal-backdrop {
  background-color: transparent;
}
.success-modal-dark-layer {
  background: rgba(0, 0, 0, 0.5);
}
.border-bottom {
  border-bottom: 1px solid #707070 !important;
}
.display-flex {
  display: flex;
  flex-direction: row;
}
.display-flex label:nth-child(1) {
  width: 150px;
  margin-right: 20px;
}
.country1-input,
.country2-input {
  display: none;
}
@media (min-width: 991px) {
  .height730 {
    height: 730px;
  }
  .height730 .modal-buttons {
    margin-top: 23rem;
  }
}
.animate-bottom {
  position: relative;
  animation: animatebottom 0.8s ease-in-out;
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

.section2,
.section3,
.section4,
.section5,
.section6,
.section7,
.section8,
.section9 {
  display: none;
}
