* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #2b292d;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden !important;
  font-family: 'Montserrat', sans-serif;
  background: #eee;
}

.white-bg {
  background-color: #fff;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2b292d;
  line-height: 1.45;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

html,
body {
  height: 100%;
  margin: 0;
}

input,
button {
  font-family: Montserrat;
}

.type-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.type-list::-webkit-scrollbar-track {
  background-color: #eeeeee !important;
  border-radius: 10px;
}
 

.type-list::-webkit-scrollbar-thumb {
  background: rgb(165, 165, 165); 
  border-radius: 10px;
}


.type-list::-webkit-scrollbar-thumb:hover {
  background: #c4c4c4; 
}



@media only screen and (min-width: 768px) {
  .wrapper {
    max-width: 375px;
  }

  .footer {
    max-width: 375px;
    margin: auto;
  }
}

.wrapper {
  margin: auto;
  background: #fff;
  width: 100%;
  min-height: 100%;
  position: relative;
}

.container {
  max-width: 550px;
  margin: auto;
  padding: 0px 20px;
}

.middle-section .container {
  width: 100%;
}

.header {
  min-height: 42px;
  padding: 25px 20px 25px 20px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.align-center {
  text-align: center;
}

.home-middle {
  background-color: #fff;
  border-radius: 0px 0px 30px 30px;
  padding-bottom: 25px;
}

.language-item {
  background: url(../images/language-icon.svg) no-repeat 0px 3px;
  padding-left: 22px;
  font-family: 'Montserrat', sans-serif;
}

.language-dropdown {
  border: 0px;
  padding: 0;
  appearance: none;
  background: #fff url(../images/dropdown-arrow.png) no-repeat right center;
  padding-right: 25px;
  color: #1d1d1d;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.welcome-section {
  padding-top: 15px;
  border-bottom: 1px rgba(22, 22, 22, 0.1) solid;
  padding-bottom: 25px;
}

.welcome-section h1 {
  font-family: Montserrat;
  font-size: 32px;
  letter-spacing: 0.32px;
  color: rgba(22, 22, 22, 0.4);
  font-weight: 600;
}

.welcome-section h1 strong {
  color: #161616;
  display: block;
}

.welcome-section p {
  color: rgba(22, 22, 22, 0.4);
  letter-spacing: 0.14px;
  font-size: 14px;
  font-weight: 600;
}

.registration-section {
  padding-top: 15px;
}

.registration-section h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.24px;
  color: #161616;
  padding-top: 18px;
  padding-bottom: 3px;
}

.registration-section p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14px;
  color: rgba(22, 22, 22, 0.4);
  line-height: normal;
}

.button-section {
  padding: 30px 20px;
}

.register-button {
  border-radius: 10px;
  color: #fff;
  padding: 18px 20px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  background-color: #131313;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
}

.back-button {
  color: #161616;
  padding: 18px 20px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #ebebeb;
  text-align: center;
  text-decoration: none;

}

.visitor-info {
  border-bottom: 2px #e7e7e7 solid;
  padding-bottom: 20px;
}

.visitor-info h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  color: #161616;
  margin-bottom: 5px;
  font-family: 'Montserrat', sans-serif;
}

.visitor-info h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.16px;
  color: #161616;
  margin-bottom: 5px;
  font-family: 'Montserrat', sans-serif;
}

.visitor-info p {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.12px;
  color: #a3a3a3;
  font-family: 'Montserrat', sans-serif;
}

.form-row {
  padding-bottom: 20px;
}

.button-group-form {
  padding: 40px 0px 20px 0px;
}

.number-textbox-wrapper .iti--separate-dial-code {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}

.number-textbox-wrapper .iti__flag-container {
  margin-right: 5px;
  width: 74px;
  border-radius: 8px;
  border: solid 1px #e8e8e8;
  background-color: #fff;
  position: relative;
  font-weight: 600;
}

.number-textbox-wrapper .iti--separate-dial-code .iti__selected-flag {
  background-color: #fff;
  height: 40px;
  border-radius: 7px;
  padding: 0px 10px;
}

.number-textbox-wrapper .iti__flag,
.iti__flag-box {
  display: none !important;
}

.number-textbox-wrapper .iti .num-textbox {
  padding: 10px 10px !important;
  width: 100%;
  border-radius: 8px;
  border: solid 1px #e8e8e8;
  color: #161616;
  font-size: 18px;
  font-weight: 500;
}

.number-textbox-wrapper .iti .num-textbox::placeholder {
  color: #a2afa9;
}

.number-textbox-wrapper .iti .num-textbox:focus {
  border: solid 1px #37dc93;
  background-color: #f0fff8;
  transition-duration: 0.3s;
}

.number-textbox-wrapper .iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 0;
}

.verification-code {
  display: flex;
}

.code-textbox {
  border-radius: 10px;
  height: 40px;
  width: 40px;
  border: solid 1px #e8e8e8;
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  color: #161616;
  font-family: 'Montserrat', sans-serif;

}

.code-textbox:focus {
  border: solid 1px #37dc93;
  background-color: #f0fff8;

}

.resend-code {
  color: #a6a7a8;
  font-size: 14px;
  font-weight: 600;
}

.resend-code a {
  color: #1c1c1c;
}

.two-buttons {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.two-buttons .back-button {
  margin-right: 10px;
}

.two-buttons .register-button {
  width: 75%;
}

/**********Visitor**********/
.your-info {
  padding-top: 20px;
  border-bottom: 2px #e7e7e7 solid;
  padding-bottom: 20px;
}

.your-info h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: normal;
  color: #161616;
  padding-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

.take-photos {
  display: flex;
  padding-bottom: 10px;
}

.selfie-pic {
  width: 120px;
  height: 136px;
  text-align: center;
  padding-bottom: 10px;
  margin-right: 5px;
}

.selfie-icon {
  text-align: center;
  padding: 15px 0px 0px 0px;
  border: solid 2px #d6d6d6;
  background-color: #f7f7f7;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 0px;
  overflow: hidden;
  height: 97px;
}

.selfie-icon img {
  margin: auto;
  display: table;
}

.selfie-title {
  background: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #fff;
  padding: 10px 0px;
  border-radius: 0px 0px 10px 10px;
}

.security-policies {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.12px;
  color: #8a8a8a;
  padding-bottom: 25px;
}

.form-two-column {
  display: flex;
  column-gap: 20px;
}

.form-item-inner {
  width: 50%;
}

.form-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14px;
  color: #161616;
  display: block;
  padding-bottom: 10px;
}

.textbox {
  border-radius: 8px;
  border: solid 1px #e8e8e8;
  background-color: #fff;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}

.textbox::placeholder {
  color: #a2afa9;
}

.textbox:focus {
  border: solid 1px #37dc93;
  background-color: #f0fff8;
  transition-duration: 0.3s;
}

.secure-details {
  background: url(../images/secure-icon.svg) no-repeat;
  padding: 0px 0px 0px 15px;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.29px;
  color: #000;
  margin-bottom: 10px;
}

.selectbox-wrapper {
  border-radius: 8px;
  border: solid 1px #e8e8e8;
  background-color: #fff;
  padding: 10px 0px 10px 10px;
}

.selectbox {
  font-size: 18px;
  font-weight: 500;
  border: 0px;
  color: #1d1d1d;
  width: 100%;
  appearance: none;
  background: #fff url(../images/dropdown-arrow.png) no-repeat right center;
  padding-right: 25px;
}

.type-list {
  overflow-x: auto;
  margin-left: -20px;
  width: calc(100% + 40px)
}

.type-list ul {
  display: flex;
  padding-bottom: 5px;
  padding-left: 22px;
}

.type-list ul li {
  padding-right: 21px;
}

.type-list ul li a {
  padding: 8px 18px 8px 18px;
  border-radius: 8px;
  border: solid 1px #e8e8e8;
  background-color: #f8f8f8;
  color: #a2afa9;
  letter-spacing: 0.18px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}

.type-list ul li a.active {
  border: solid 1px #37dc93;
  cursor: pointer;
  color: #37dc93;
  background: #f0fff8;
}

.your-info-last {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.your-info-last .form-row:last-child {
  padding-bottom: 0;
}

/**********Visitor pass********/
.green-bg {
  background-color: #37dc93;
}

.visitor-container {
  padding-top: 40px;
}

.visitor-pass {
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(158, 158, 158, 0.5);
  border-radius: 35px;
  position: relative;
}

.pass-header {
  background: #f4f4f4;
  padding: 18px 20px 15px 20px;
  border-radius: 35px 35px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.visitor-title {
  font-size: 18px;
  color: #131313;
  font-weight: 700;
}

.visitor-pass-footer {
  background: #f4f4f4;
  padding: 10px 20px;
  border-radius: 0px 0px 35px 35px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.visitor-pass-middle {
  padding: 20px 20px;
  text-align: center;
  position: relative;
}

.visitor-pass-middle:after {
  width: 40px;
  height: 40px;
  background-color: #37dc93;
  position: absolute;
  left: 0;
  top: 55%;
  border-radius: 100%;
  z-index: 1;
  content: "";
  left: -20px;
}

.visitor-pass-middle:before {
  width: 40px;
  height: 40px;
  background-color: #37dc93;
  position: absolute;
  right: 0;
  top: 55%;
  border-radius: 100%;
  z-index: 1;
  content: "";
  right: -20px;
}

.visitor-pass-middle h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #131313;
}

.visitor-address {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.17;
  text-align: center;
  color: #a3a3a3;
}

.barcode {
  padding-top: 20px;
  height: 176px;
}

.barcode-number {
  font-size: 14px;
  color: #8a8a8a;
  padding-top: 5px;
  padding-bottom: 18px;
  font-weight: 500;
}

.barcode-number strong {
  color: #131313;
}

.barcode-info .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #131313;
}

.company-name,
.visitor-nmuber {
  font-size: 14px;
  font-weight: 600;
  color: #131313;
}

.visitor-nmuber {
  padding-top: 5px;
}

/***************Visitor footer******************/
.visitor-footer {
  display: flex;
  border-top: 1px #29b97a solid;
  padding-top: 15px;
  margin-top: 30px;
  justify-content: space-between;
  align-items: center;
}

.security-auth {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #186c47;
}

.security-auth2 {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #186c47;
  padding-top: 5px;
  padding-bottom: 2px;
}

.verify-ticket {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #229f68;
}

.ticket-time {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #229f68;
  padding-top: 7px;
}

.security-seal {
  position: relative;
  width: 69px;
  height: 69px;
}

.hologram-icon {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0px;
  top: 1px;
  bottom: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
}

.seal-icon {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}

.seal-icon img {
  animation: rotate 20s infinite linear;
}

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

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*****************Checkout ******************/
.powered-by {
  display: flex;
  align-items: center;
  justify-content: center;
}

.powered-by-text {
  font-size: 6.5px;
  font-weight: 600;
  letter-spacing: -0.16px;
  color: #000;
  padding-right: 5px;
}

.copyright {
  font-size: 10px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 5px;
}

.footer-links {
  font-size: 10px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.6);
}

.thankyou-logo {
  text-align: center;
  padding-top: 88px;
}

.crest-section {
  text-align: center;
  padding-top: 40px;
}

.crest-section h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.24px;
  text-align: center;
  color: #161616;
}

.crest-section p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12px;
  color: rgba(22, 22, 22, 0.4);
}

.thanks-visiting {
  text-align: center;
  padding-top: 35px;
}

.thanks-visiting h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.24px;
  text-align: center;
  color: #161515;
}

.thanks-visiting p {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1px;
  text-align: center;
  color: #8a8a8a;
}

/**********footer css************/
.footer {
  text-align: center;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 18px;
  width: 100%;
  background-color: #fff;
  padding-bottom: 0px;
  height: 95px;
  padding-top: 5px;
  position: relative;
  z-index: 2;
}

.footer-space {
  margin-bottom: -95px;
}

.push {
  height: 95px;
}

/**********footer css************/
.green-bg {
  background-color: #37dc93;
}

.border-none {
  border: 0px;
}