.header-small {
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #d3e1f0;
  top: 0 !important;
  position: sticky;
  background: #fff;
  z-index: 10;
}

.nav-bar-small {
  border-top: 1px solid #d3e1f0;
  padding: 10px 0;
}

#header-wrapper {
  position: sticky;
  top: 0;
  z-index: 10;
}

#header-top {
  padding: 0.5rem 0;
  z-index: 100;
  background-color: #fff;
  border-top: 1px solid #d3e1f0;
  transition: all .5s ease-in-out;
  height: auto;
}

#header-top.hide-header-top {
  height: 0;
  padding: 0;
  border-top: none;
  display: none;
}

.header-bottom-inner {
  padding: 1rem 0;
  z-index: 100;
}

#header-bottom-logo {
  margin-left: 0;
}

#header-bottom-burger {
  cursor: pointer;
}

.menu>ul>li>a {
  padding: 12px 25px !important;
}

@media (min-width:992px) {
  .header-wrapper-shadow {
    box-shadow: 0 40px 40px -20px rgba(0, 0, 0, 0.15);
    z-index: -1;
  }

  #header-bottom,
  #header-top {
    position: static;
    top: initial;
  }

  .menu>ul>li:first-child {
    border-top: none !important;
  }

  .menu>ul>li>a {
    padding: 23px 0px !important;
  }

  .dropdown {
    padding: 0 3rem;
  }
}

@media (min-width:1200px) {
  .header-bottom-inner {
    padding: 0;
  }

  .menu ul li.dropdown:hover ul {
    width: initial !important;
  }
}

.icon-round-box {
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(136, 136, 136, 0.1);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  position: relative;
}

.icon-round-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#page-content .banner {
  padding: 90px 0;
  border-top: 1px solid #f7f8f9bb;
  border-bottom: 1px solid #f7f8f9bb;
  background-color: #f7f8f9;
}

.join-steps {
  position: relative;
}

.join-steps:after {
  position: absolute;
  top: 70px;
  bottom: 10px;
  left: 55px;
  display: block;
  border-left: 3px dashed #E5813A;
  content: '';
}

.join-steps:last-child:after {
  display: none;
}


@media (min-width:768px) {
  .join-steps:after {
    top: 80px;
    left: 70px;
  }
}

@media (min-width: 992px) {
  .join-steps:after {
    top: 30px;
    bottom: auto;
    left: 100%;
    width: 200px;
    border-left: none;
    border-top: 3px dashed #E5813A;
    content: '';
    transform: translateX(-50%);
  }
}

.hero-section {
  background-size: cover;
}

.bg-full {
  background-position: center;
}

.text-white,
.link-white,
.link-white:hover::after {
  color: #fff !important;
}

.link-white:hover::after {
  border-bottom: 2px solid #fff !important;
}

@media (max-width: 991px) {
  .hero-section h1 .text-success {
    color: #192e3d !important;
  }
}

.auth__form.banner {
  width: unset;
}

.auth__form.banner label {
  text-align: left !important;
}

.auth__form.banner input,
.auth__form.banner input:-webkit-autofill,
.auth__form.banner input:-webkit-autofill:hover,
.auth__form.banner input:-webkit-autofill:focus,
.auth__form.banner input:-webkit-autofill::first-line {
  font-size: 14px !important;
}

.auth__form.banner input:autofill {
  font-size: 14px !important;
}

.auth__form.banner .auth-privacy a {
  font-size: 10px !important;
}

@media (min-width: 992px) {
  .auth__form.banner {
    margin: unset;
    margin-top: -15px;
    width: unset;
  }
}

@media (min-width: 1200px) {

  .auth__form.banner input,
  .auth__form.banner input:-webkit-autofill,
  .auth__form.banner input:-webkit-autofill:hover,
  .auth__form.banner input:-webkit-autofill:focus,
  .auth__form.banner input:-webkit-autofill::first-line {
    font-size: 16px !important;
  }

  .auth__form.banner input:autofill {
    font-size: 16px !important;
  }
}

.lic-modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100vw;
  top: 0;
  z-index: 30001;
  display: none;
}

.lic-modal_content {
  width: 90%;
  max-width: 400px;
  border-radius: 5px;
  padding: 2rem;
  position: absolute;
  z-index: 30002;
  overflow: hidden;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100vh - 58px);
  overflow-y: auto;
}

.btn-lic-modal {
  width: 120px;
  border: solid 1px #1abc9c;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.btn-lic-modal:hover {
  box-shadow: 0 10px 25px -10px #1abc9c;
}

.btn-confirm {
  background-color: #1abc9c;
  color: #fff;
}

.btn-confirm:hover,
.btn-confirm:focus {
  color: #fff;
  background-color: #148f77;
  outline: none;
  text-decoration: none;
}

.btn-reject {
  color: #1abc9c;
  background-color: #fff;
}

.btn-reject:hover,
.btn-reject:focus {
  color: #148f77;
  outline: none;
}

.lic-redirect {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100vw;
  top: 0;
  z-index: 30001;
  display: none;
}

.lic-modal_content {
  width: 90%;
  max-width: 400px;
  border-radius: 5px;
  padding: 2rem;
  position: absolute;
  z-index: 30002;
  overflow: hidden;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100vh - 58px);
  overflow-y: auto;
}

.btn-lic-redirect {
  width: 120px;
  border: solid 1px #1abc9c;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.btn-lic-redirect:hover {
  box-shadow: 0 10px 25px -10px #1abc9c;
}

.btn-confirm {
  background-color: #1abc9c;
  color: #fff;
}

.btn-confirm:hover,
.btn-confirm:focus {
  color: #fff;
  background-color: #148f77;
  outline: none;
  text-decoration: none;
}

.btn-reject {
  color: #1abc9c;
  background-color: #fff;
}

.btn-reject:hover,
.btn-reject:focus {
  color: #148f77;
  outline: none;
}

.btn-default,
.btn-default:focus,
.btn-default:focus:active,
.btn-default:hover,
.btn-default:not(:disabled):not(.disabled):active {
  border-color: #E5813A !important;
  background-color: #E5813A !important;
  color: #fff !important;
}

#page-content .container {
  max-width: 1140px !important;
}

.liMAM {
  font-size: 16px !important;
}

#usingNotes li {
  font-size: 14px !important;
  line-height: 25px !important;
}

a {
  text-decoration: none !important;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen, Ubuntu, Cantarell, open sans, helvetica neue, sans-serif !important;
}

.notesPamm {
  border-right: solid 2px;
  border-left: solid 2px;
  border-color: coral;
  padding: 20px;
  border-radius: 5%;
}

.notesPammImage {

  background-size: contain;
  background-repeat: no-repeat;
  height: 80%;
  background-image: url(/asset/images/PAMM/notesPAMM.png);
}

.notesPammImage:lang(zh),
.notesPammImage:lang(fr),
.notesPammImage:lang(tw) {
  margin-top: 40px;
  height: 70%;
}


@media (max-width:834px) {
  #page-content section {
    margin: 0 !important;
    padding: 20px !important;
  }

  .row div {
    margin-top: 20px !important;

  }

  .notesPammImage {
    visibility: hidden;
  }
}

body:lang(ar)
{
    text-align:right;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0rem
}

#site-footer>div.footer-copyright>div>p {
  margin-bottom: 0;
}