.hr-register {
  margin: 15px 15px 15px 15px;
}

.pad_title {
  padding: 30px 15px 30px 15px !important;
}

.box_service {
  /* margin-top: 25px; */
  margin-right: -1.5% !important;
  margin-left: -1.5% !important;
}

.box_service-3 h2 {
  font-size: 20px;
  color: #fff;
  background-color: #d3161c;
  padding: 10px 20px;
  margin: 0;
}

.box_service-2 h2 {
  font-size: 20px;
  color: #fff;
  background-color: #d3b172;
  padding: 10px 20px;
  margin: 0;
}

.box_service.bg h2 {
  /* background-image: unset !important; */

  background-repeat: no-repeat;
  background-size: cover;
}
.pass-bg- {
  background: rgb(253, 253, 253);
  background: linear-gradient(
    110deg,
    rgba(253, 253, 253, 1) 0%,
    rgba(228, 201, 202, 1) 0%,
    rgba(195, 131, 133, 1) 0%,
    rgba(211, 165, 167, 1) 1%,
    rgba(169, 75, 79, 1) 11%,
    rgba(134, 0, 6, 1) 63%
  ) !important;
}
.pass-bg-1 {
  background: rgb(253, 253, 253);
  background: linear-gradient(
    110deg,
    rgba(253, 253, 253, 1) 0%,
    rgba(228, 201, 202, 1) 0%,
    rgba(195, 131, 133, 1) 0%,
    rgba(211, 165, 167, 1) 1%,
    rgba(169, 75, 79, 1) 11%,
    rgba(134, 0, 6, 1) 63%
  ) !important;
}

.pass-bg-3 {
  background: rgb(253, 253, 253);
  background: linear-gradient(
    110deg,
    rgba(253, 253, 253, 1) 0%,
    rgba(243, 234, 218, 1) 0%,
    rgba(227, 206, 166, 1) 3%,
    rgba(216, 187, 131, 1) 6%,
    rgba(211, 177, 114, 1) 24%,
    rgba(211, 177, 114, 1) 63%
  ) !important;
}

.bd-example {
  padding: 0rem;
  margin-right: 0;
  margin-left: 0;
  border-width: 0.2rem;
}

.color-white {
  color: white !important;
}

.img-promotion {
  margin-top: -30px;
}
.promotion-detail-box {
  margin-bottom: -30px;
}

.font_service h3::after {
  width: 60% !important;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

.white_bg {
  margin-top: 50px !important;
  height: 102%;
}

.white_bg_5 {
  background-color: white !important;
  margin-left: -33px;
  padding-bottom: 40px;
  /* height: 85%; */
  width: 120%;
}

.modal-content-bg-1 {
  border-radius: 10px;
  top: 40%;
  left: 11%;
  position: fixed;
  text-align: center;
  background: rgb(135, 0, 6);
  background: linear-gradient(
    133deg,
    rgba(135, 0, 6, 1) 0%,
    rgba(216, 25, 31, 1) 100%
  ) !important;
  color: white;
  width: 80%;
}

.modal-content-bg-3 {
  border-radius: 10px;
  top: 40%;
  left: 11%;
  position: fixed;
  text-align: center;
  background: rgb(253, 253, 253);
  background: linear-gradient(
    110deg,
    rgba(253, 253, 253, 1) 0%,
    rgba(243, 234, 218, 1) 0%,
    rgba(227, 206, 166, 1) 3%,
    rgba(216, 187, 131, 1) 6%,
    rgba(211, 177, 114, 1) 24%,
    rgba(211, 177, 114, 1) 63%
  ) !important;
  color: white;
  width: 80%;
}

.points-item {
  border-bottom: 0.5px solid rgb(226, 224, 224) !important;
}

.otp-sub-header {
  padding-top: 20px;
  color: white;
  font-weight: unset !important;
  font-size: 18px !important;
}
.otp-input-container {
  padding-top: 30px;
  display: flex;
  column-gap: 10px;
  justify-content: center;
}

.otp-header {
  padding-top: 200px;
  color: #bda882;
  font-weight: 700;
  font-size: 30px;
  margin: 0 auto;
}

.otp-detail {
  display: none;
}

.text-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  width: 100%;
}

@media (max-width: 480px) {
  .bd-example {
    padding: 0rem;
    margin-right: 0;
    margin-left: 0;
    border-width: 0.2rem;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* For tablets: */
  /* .text_skip {
    color: #ccc;
    font-size: 22px;
  }

  .text_login_footer,
  .text_login_footer a,
  a:hover {
    color: #ccc;
  } */

  input[type="tel"]::-webkit-input-placeholder {
    color: #ffffff;
  }
  input[type="password"]::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  .box-register img {
    width: 30%;
  }
  .box-register h1 {
    font-size: 22px;
    font-weight: bold;
  }
  .btn-register {
    width: 100%;
    padding: 15px;
  }

  .hr-register {
    margin: 15px 0px 45px 0px;
  }

  .pad_title-branch-3 {
    background-color: #d3b172 !important;
  }

  .tenjo-branch-white-bg {
    background-color: white;
  }

  .color-black {
    color: black !important;
  }

  .title-3 span {
    background-color: #d3b172;
  }
  .container {
    max-width: 100%;
  }
  .tenjo-create-qr-code img {
    width: 35% !important;
  }
  .card-member-container {
    margin-top: 10%;
  }

  .card-member-container img {
    width: 50% !important;
    margin-top: 20px;
  }

  .tenjo-gold-card img {
    width: 35% !important;
    margin-top: -13%;
  }
  .pad_menubar_mobile {
    padding-right: 0px;
    padding-left: 0px;
  }
  .credit {
    margin-left: 20%;
  }
  .box_slide_two {
    /* A comment. */
    padding: 30px;
    /* padding: 30px 30px 10px 30px; */
  }
  .promotion-detail-box {
    padding: 20px;
    /* padding-top: 80px;
    margin-top: -60px; */
    padding-top: 170px;
    margin-top: -140px;
    width: 90%;
    min-height: 480px;
    /* margin-left: 50px; */
    /* margin-right: 50px; */
    background-color: #3b3b3b;
    border-radius: 30px;
  }
  .img-promotion-container img {
    width: 70% !important;
    margin-top: -50px;
  }
  .white_bg {
    border-radius: 70px 70px 70px 70px;
    background-color: white;
    margin-left: 0px;
    height: 85%;
    width: 100%;
    border-radius: 40px;
  }

  .img-promotion-container {
    text-align: center;
  }

  .for-ipad {
    padding: 120px;
  }
  /* .owl-two.owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
  } */
  .user-addaddress {
    margin: 0px 50px;
  }
}

@media (min-width: 1025px) {
  /* For desktop: */
  .tenjo-your-points {
    display: flex;
    -ms-flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: column;
  }
  /* .img-promotion-container img {
    width: 40% !important;
    margin-top: -50px;
  } */
}
