#signup-section .addHotel-wrapper h1 {
  font-size: 52px;
  margin-bottom: 14px;
  letter-spacing: 1px;
  color: var(--grey);
}

#signup-section .addHotel-wrapper h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 38px;
  color: var(--grey);
  font-weight: 400;
}

#signup-section .addHotel-wrapper .input-blk {
  width: 329px;
}

#signup-section .addHotel-wrapper .input-blk input {
  font-size: 14px;
  color: var(--blk);
  height: 40px;
  border-radius: 8px;
  box-shadow: 0px 0px 3px #000000ad inset;
  border: none;
  padding: 0 20px;
  width: 100%;
}

#signup-section .addHotel-wrapper .input-blk input::placeholder {
  opacity: 0.5;
}

#signup-section .addHotel-wrapper .continue-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  background: var(--pri);
  color: var(--white);
  padding: 0 18px;
  font-size: 14px;
  letter-spacing: 1px;
  min-height: 40px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: 0.3s all ease;
}

#signup-section .addHotel-wrapper .continue-btn:hover {
  padding: 0 25px;
}

#signup-section .addHotel-wrapper p {
  font-size: 14px;
  color: var(--grey);
  margin-top: 110px;
}

#signup-section .addHotel-wrapper p a {
  color: var(--pri);
  transition: 0.3s all ease;
}

#signup-section .addHotel-wrapper p a:hover {
  color: var(--pri2);
}

#signup-section.addHotel-wrapper .errorBlock-wrapper {
  top: 0px;
  width: 365px;
}

#signup-section.addHotel-wrapper .signup-wrapper .continue-btn {
  margin-top: 30px;
}
.form-control label.ns-label {
  position: absolute;
  bottom: 100%;
}
#structure-form
  .payment-gateway
  .inner-right
  .form-control
  .inner-card
  p:empty:before {
  content: "-";
}
@media only screen and (min-width: 1800px) {
  #signup-section .addHotel-wrapper h1 {
    font-size: 68px;
  }

  #signup-section .addHotel-wrapper h3 {
    font-size: 26px;
    line-height: 34px;
  }

  #signup-section .addHotel-wrapper .input-blk {
    width: 450px;
  }

  #signup-section .addHotel-wrapper .input-blk input {
    height: 50px;
    font-size: 18px;
  }

  #signup-section .addHotel-wrapper .continue-btn {
    height: 50px;
    font-size: 18px;
  }

  #signup-section .addHotel-wrapper p {
    font-size: 17px;
  }

  #signup-section.addHotel-wrapper .errorBlock-wrapper {
    width: 480px;
  }
}

@media only screen and (max-width: 1366px) {
  #signup-section.merchant-section p {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1250px) {
  #signup-section .addHotel-wrapper {
    padding: 120px 80px 100px;
  }
}

@media only screen and (max-width: 991px) {
  .addHotel-wrapper .signup-wrapper h1 {
    font-size: 38px;
  }
  .signup-container .signup-wrapper h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  #signup-section .addHotel-wrapper {
    padding: 100px 0 80px;
  }
  #signup-section .addHotel-wrapper h1 {
    font-size: 46px;
    margin-bottom: 22px;
  }
  #signup-section .addHotel-wrapper h3 {
    font-size: 18px;
    margin-bottom: 38px;
  }
  #signup-section .addHotel-wrapper .input-blk {
    width: 280px;
  }
}

@media only screen and (max-width: 640px) {
  #signup-section .addHotel-wrapper {
    padding: 95px 0 75px;
  }
  #signup-section .addHotel-wrapper h1 {
    font-size: 42px;
    margin-bottom: 28px;
  }
  #signup-section .addHotel-wrapper h3 {
    font-size: 16px;
    margin-bottom: 34px;
  }
  #signup-section .addHotel-wrapper .input-blk {
    width: 260px;
  }
  #signup-section .addHotel-wrapper .input-blk input {
    height: 36px;
    font-size: 13px;
  }
  #signup-section .addHotel-wrapper .continue-btn {
    min-height: 36px;
    font-size: 13px;
  }
  #signup-section .addHotel-wrapper p {
    margin-top: 70px;
  }
  #signup-section .addHotel-wrapper h1 {
    font-size: 38px;
  }
  #signup-section .addHotel-wrapper {
    width: 100%;
  }
  #signup-section .addHotel-wrapper h3 {
    font-size: 15px;
    line-height: 19px;
  }
  #signup-section .addHotel-wrapper p {
    margin-top: 60px;
    max-width: 210px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 360px) {
  #signup-section .addHotel-wrapper {
    padding: 60px 0 45px;
  }
  #signup-section .addHotel-wrapper h1 {
    margin-bottom: 20px;
    font-size: 36px;
  }
  #signup-section .addHotel-wrapper h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
