/* created for sign-up page. */
/*
Boxful sass variables
*/
/*
Boxful sass base
*/
/*
Boxful sass variables
*/
.btn {
  display: inline-block;
  width: 256px !important;
  height: 48px;
  line-height: 48px;
  border-radius: 99em !important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  padding: 0 !important;
  border: 0 none;
}
.btn:hover {
  border-radius: 99em !important;
}

.bootgrid-header .btn {
  width: 40px !important;
  height: 40px;
  line-height: auto;
  border-radius: 0 !important;
}

.btn-primary {
  background: #f8d340 !important;
  color: #444;
}
.btn-primary:hover {
  background: #d3b022 !important;
  border-radius: 100px !important;
  color: #fff;
}

.btn-secondary {
  color: #00c4b3;
}
.btn-secondary:hover {
  background: #00c4b3 !important;
  border-radius: 100px !important;
  color: #fff;
}
.btn-secondary.btn-disabled {
  border: 2px solid #d8d8d8;
  background: transparent !important;
}

.btn-disabled {
  background: #ebe9e9 !important;
  color: #fff;
}

.btn-small {
  width: 152px !important;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .btn {
    display: block;
    font-size: 14px;
    border-radius: 99em !important;
    padding: 10px 0 !important;
    width: 312px !important;
    height: auto !important;
    line-height: inherit;
    margin: 0 auto;
  }
}
@media screen and (max-width: 370px) {
  .btn {
    width: 260px !important;
  }
}
div.home-title h1 {
  font-size: 30px;
  letter-spacing: 1px;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
  font-weight: bold;
  margin: 0;
}

div.home-title h2 {
  font-size: 30px;
  letter-spacing: 1px;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 767px) {
  div.home-title h1 {
    font-size: 22px;
  }

  div.home-title h2 {
    font-size: 22px;
  }
}
.container-fluid, .container {
  text-align: center;
  font-family: Lato;
}

.yellow-button a {
  font-size: 18px;
  font-weight: bold;
}

#rt-mainbody-surround {
  background-color: #fafafa;
}

#products {
  padding-bottom: 140px;
  width: 1280px;
}
@media screen and (max-width: 1279px) {
  #products {
    width: 970px;
  }
}
@media screen and (max-width: 969px) {
  #products {
    width: 750px;
  }
}
@media screen and (max-width: 767px) {
  #products {
    width: 100%;
  }
}

#product-containers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#product-containers .product-container {
  border: 1px solid #e9e9e9;
  margin: 0px 5px 10px;
  padding: 0 0 30px;
  width: 24%;
  background-color: #ffffff;
}
@media screen and (max-width: 1279px) {
  #product-containers .product-container {
    width: 45%;
  }
}
#product-containers .product-container .product {
  margin-bottom: 20px;
}
#product-containers .product-container .product .product-img {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#product-containers .product-container .product .product-img.will-left {
  justify-content: flex-start;
}
#product-containers .product-container .product .product-img.lockers {
  padding-top: 49px;
}
#product-containers .product-container .product .product-img img {
  max-width: 100%;
  max-height: 140px;
}
#product-containers .product-container .product .product-description {
  min-height: 170px;
}
#product-containers .product-container .product .product-description .product-title {
  margin-bottom: 16px;
  font-size: 20px;
  color: #324a5e;
  font-weight: bold;
}
#product-containers .product-container .product .product-description .product-detail {
  font-size: 15px;
  font-weight: 400;
  color: #949494;
  padding-bottom: 5px;
}
#product-containers .product-container .product .product-description .product-detail br.midum {
  display: none;
}
#product-containers .product-container .product .product-description .product-detail br.ipad {
  display: none;
}
#product-containers .product-container .product .product-description .product-more {
  margin-top: 10px;
}
#product-containers .product-container .product .product-description .product-more a {
  color: #324a5e;
  font-weight: bold;
}
#product-containers .product-container .product .product-description .product-more a:hover {
  color: #00c4b3;
}

.select-service {
  box-shadow: none;
  background-color: transparent;
}
.select-service * {
  box-sizing: border-box;
}
.select-service .boxful-popup-close-button {
  display: none;
}
.select-service .boxful-popup-content {
  overflow: inherit;
  height: auto;
}
.select-service .formPopup {
  height: 100%;
  transition: 1s;
  transform-style: preserve-3d;
  position: relative;
  perspective: 1000px;
}
.select-service .formPopup .form-wrap {
  height: 100%;
  border-top: 8px solid #324a5e;
  display: flex;
  justify-content: space-between;
  padding: 30px 35px;
  text-align: left;
  background: #fafafa;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.select-service .formPopup .form-wrap .box-left {
  width: 45%;
}
.select-service .formPopup .form-wrap .box-left .box-title {
  font-size: 32px;
  font-weight: bold;
  color: #324a5e;
}
.select-service .formPopup .form-wrap .box-left .box-desc-list {
  padding: 0 0 0 22px;
  margin: 30px 0 0 0;
}
.select-service .formPopup .form-wrap .box-left .box-desc-list li {
  color: #444;
  font-size: 15px;
  margin-bottom: 8px;
}
.select-service .formPopup .form-wrap .box-left .box-desc-list li br.ipad {
  display: none;
}
.select-service .formPopup .form-wrap .box-left .box-link {
  padding: 10px 0 0 22px;
}
.select-service .formPopup .form-wrap .box-left .box-link a {
  color: #324a5e;
  font-weight: bold;
  font-size: 13px;
}
.select-service .formPopup .form-wrap .box-left .box-link a:hover {
  color: #00c4b3;
}
.select-service .formPopup .form-wrap .box-right {
  width: 50%;
}
.select-service .formPopup .form-wrap .box-right .txt {
  border: 1px solid #e4e4e4;
  height: 49px;
  width: 100%;
  padding-left: 14px;
  font-size: 14px;
}
.select-service .formPopup .form-wrap .box-right .txt::placeholder {
  font-size: 16px;
  color: #b2b2b2;
}
.select-service .formPopup .form-wrap .box-right textarea.txt {
  height: 140px;
  resize: none;
  line-height: 2;
}
.select-service .formPopup .form-wrap .box-right textarea.txt:focus {
  border-color: #00c4b3;
}
.select-service .formPopup .form-wrap .box-right .form-ctrl {
  margin-bottom: 8px;
}
.select-service .formPopup .form-wrap .box-right .form-btn {
  text-align: right;
}
.select-service .formPopup .form-wrap .box-right .form-btn .btn-submit {
  width: 150px;
  height: 40px;
  border-radius: 99em;
  font-size: 14px;
  background: #f7d33f;
  color: #4a4a4a;
  border: 0 none;
  cursor: pointer;
  letter-spacing: 2px;
  font-weight: bold;
}
.select-service .formPopup .form-wrap .box-right .form-btn .btn-submit.disabled {
  background: #e4e4e4;
  color: #fff;
  cursor: not-allowed;
}
.select-service .formPopup .thank-wrap {
  height: 100%;
  background: #00c4b3;
  border-bottom: 8px solid #f8d340;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 36px 0;
  display: none;
}
.select-service .formPopup .thank-wrap .thank-up .thank-ico img {
  width: 96px;
}
.select-service .formPopup .thank-wrap .thank-up .thank-title {
  font-size: 48px;
  margin-top: 10px;
}
.select-service .formPopup .thank-wrap .thank-up .thank-info {
  font-size: 30px;
}
.select-service .formPopup .thank-wrap .thank-down .tank-follow {
  font-size: 15px;
}
.select-service .formPopup .thank-wrap .thank-down .thank-icons {
  margin-top: 10px;
}
.select-service .formPopup .thank-wrap .thank-down .thank-icons img {
  width: 40px;
  margin: 0 11px;
}
.select-service .formPopup.form-done .form-wrap {
  transform: rotateY(-180deg);
}
.select-service .formPopup.form-done .thank-wrap {
  transform: rotateY(0deg);
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #product-containers .product-container .product .product-description .product-detail br.midum {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #product-containers .product-container {
    margin: 0px 5px 10px;
    width: 48%;
  }
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .select-service .formPopup .form-wrap .box-left .box-desc-list li br.ipad {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #products {
    padding-bottom: 80px;
  }

  #product-containers .product-container {
    margin: 0px;
    padding: 20px 0px;
    width: 100%;
    margin-bottom: 10px;
  }
  #product-containers .product-container .product > div {
    display: inline-block;
    vertical-align: middle;
  }
  #product-containers .product-container .product .product-img {
    margin-top: 0px;
    height: auto;
    width: 35%;
    display: inline-block;
  }
  #product-containers .product-container .product .product-img.lockers {
    padding-top: 0;
  }
  #product-containers .product-container .product .product-img img {
    max-width: 100%;
    max-height: inherit;
  }
  #product-containers .product-container .product .product-description {
    padding: 0px 10px;
    width: 65%;
  }
  #product-containers .product-container .product .product-description > div {
    text-align: left;
  }
  #product-containers .product-container .product .product-description .product-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #product-containers .product-container .product .product-description .product-detail {
    padding-bottom: 8px;
    line-height: normal;
    font-size: 13px;
  }
  #product-containers .product-container .product-button .yellow-button a {
    margin: auto;
    width: 312px;
    font-size: 14px !important;
    padding: 10px 0;
  }

  .select-service .formPopup .form-wrap {
    flex-wrap: wrap;
    padding: 0 15px 20px;
  }
  .select-service .formPopup .form-wrap .box-left {
    width: 100%;
  }
  .select-service .formPopup .form-wrap .box-left .box-title {
    font-size: 24px;
  }
  .select-service .formPopup .form-wrap .box-left .box-desc-list {
    margin-top: 10px;
  }
  .select-service .formPopup .form-wrap .box-left .box-desc-list li {
    font-size: 14px;
    padding-bottom: 4px;
    margin-bottom: 0;
  }
  .select-service .formPopup .form-wrap .box-left .box-link {
    padding-top: 0;
  }
  .select-service .formPopup .form-wrap .box-right {
    width: 100%;
    margin-top: 30px;
  }
  .select-service .formPopup .form-wrap .box-right .txt {
    height: 38px;
  }
  .select-service .formPopup .form-wrap .box-right .txt::placeholder {
    font-size: 14px;
  }
  .select-service .formPopup .form-wrap .box-right textarea.txt {
    height: 100px;
  }
  .select-service .formPopup .form-wrap .box-right .form-btn .btn-submit {
    width: 100%;
  }
  .select-service .formPopup .thank-wrap .thank-up .thank-title {
    font-size: 24px;
  }
  .select-service .formPopup .thank-wrap .thank-up .thank-info {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  #product-containers .product-container .product .product-img {
    width: 45%;
  }
  #product-containers .product-container .product .product-description {
    width: 55%;
  }
  #product-containers .product-container .product .product-description .product-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 370px) {
  #product-containers .product-container .product-button .yellow-button a {
    width: 260px;
  }
}
#faq {
  background-color: #f4f4f5;
  padding-bottom: 80px;
}
#faq .home-title {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}
#faq .title {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: bold;
  color: #4a4a4a;
  text-align: left;
}
#faq .content {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 300;
  color: #9b9b9b;
  text-align: left;
}
#faq .content .note {
  font-size: 14px;
}
#faq .content span {
  color: #00c4b4;
  font-size: inherit;
}
#faq .container > .row > div > .row > div:first-of-type > div {
  padding-right: 70px;
}
#faq .container > .row > div > .row > div:last-of-type > div {
  padding-left: 70px;
}
#faq .container > .row > div > .row > div:only-of-type.left > div {
  padding-left: 0px;
}
#faq .container > .row > div > .row > div:only-of-type.right > div {
  padding-right: 0px;
}
#faq.item .xl-only {
  display: none;
}
#faq.xl .item-only {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #faq {
    padding-bottom: 60px;
  }
  #faq .home-title {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
  }
  #faq .title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #faq .content {
    margin-bottom: 40px;
    font-size: 16px;
  }
  #faq .content .note {
    font-size: 13px;
  }
  #faq .container > .row > div > .row > div:first-of-type > div {
    padding-right: 50px;
  }
  #faq .container > .row > div > .row > div:last-of-type > div {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  #faq {
    padding-bottom: 40px;
  }
  #faq .home-title {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #faq .title {
    margin-bottom: 16px;
    font-size: 17px;
  }
  #faq .content {
    margin-bottom: 40px;
    font-size: 15px;
  }
  #faq .container > .row > div > .row > div:first-of-type > div {
    padding-right: 0px;
  }
  #faq .container > .row > div > .row > div:last-of-type > div {
    padding-left: 0px;
  }
}

/*# sourceMappingURL=boxful-select-a-service-sass.css.map */
