@charset "UTF-8";
/*
Boxful sass variables
*/
.howitworkline {
  margin-top: 10px;
  margin-bottom: 15px;
}

/*
Boxful sass base
*/
/*
Boxful sass variables
*/
.howitworkline {
  margin-top: 10px;
  margin-bottom: 15px;
}

.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;
  border: 0 none;
}
.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: 2px;
  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: 19px;
  }

  div.home-title h2 {
    font-size: 22px;
  }
}
/* pulsate effect */
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.4, 0.4);
    -ms-transform: scale(0.4, 0.4);
    /* IE 9 */
    -moz-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    /* IE 9 */
    -moz-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
/* firefox */
@-moz-keyframes pulsate {
  0% {
    -moz-transform: scale(0.4, 0.4);
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
/* IE */
@keyframes pulsate {
  0% {
    transform: scale(0.4, 0.4);
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
/* end */
/* live chat */
#habla_window_div.habla_window_div_base {
  Z-index: 9998 !important;
}

/* end */
/* boxful dialog css*/
div.boxful-dialog {
  background: #f3f3f3;
  padding: 0;
  border-radius: 0;
  border: none;
  position: fixed;
  box-shadow: -7px 7px 7px rgba(0, 0, 0, 0.3);
  width: 350px !important;
  z-index: 10001 !important;
  -webkit-appearance: none;
  outline: none;
}

.bold {
  font-weight: bold;
}

div.boxful-dialog p {
  margin: 0;
}

div.boxful-dialog div.ui-dialog-titlebar {
  display: none;
}

div.boxful-dialog div,
div.boxful-dialog div.ui-dialog-content {
  background-color: #f3f3f3;
  text-align: center;
  font-size: 16px;
}

div.boxful-dialog div.ui-dialog-content {
  padding: 2em 3em;
}

div.boxful-dialog.boxful-block div.ui-dialog-content,
div.boxful-dialog.boxful-confirmation div.ui-dialog-content {
  padding: 2em 2em;
}

.boxful-dialog .ui-dialog-buttonpane {
  margin-top: 0;
  border-width: 0;
  padding: 0;
}

.boxful-dialog .ui-dialog-buttonpane .ui-dialog-buttonset,
.boxful-dialog .ui-dialog-buttonpane button {
  width: 100%;
}

div.boxful-dialog.boxful-confirmation button {
  width: 50%;
}

div.boxful-dialog.boxful-confirmation button.cancelButtonClass span.ui-button-text,
div.boxful-dialog.boxful-confirmation button.cancelButtonClass {
  background: #e7e7e9;
}

.boxful-dialog .ui-dialog-buttonpane button {
  margin: 0;
  padding: 10px 0px;
  background-color: #f7d33f;
  border-radius: 0;
  border: none;
  outline: none;
}

.ui-button-text-only .ui-button-text {
  padding: 0.6em 0;
}

span.ui-button-text {
  background: #f7d33f;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
}

.ui-widget-overlay {
  background: transparent;
  z-index: 10000 !important;
}

/* end */
.btn:hover, .btn-primary:hover, .btn:active, .btn-primary:active, .btn.disabled:hover, .btn[disabled]:hover, .btn.disabled:active, .btn[disabled]:active, .button:active, .readon:active, .readmore:active, button.validate:active, #member-profile a:active, #member-registration a:active, .formelm-buttons button:active, .button:hover, .readon:hover, .readmore:hover, button.validate:hover, #member-profile a:hover, #member-registration a:hover, .formelm-buttons button:hover, .btn, .btn-primary, .button, .readon, .readmore, button.validate, #member-profile a, #member-registration a, .formelm-buttons button, .btn.hasTooltip, .btn.hasTooltip:active, .btn.hasTooltip:hover, .input-append .btn:last-child, .input-append .btn:first-child, .input-prepend .btn:first-child, .form-search .input-prepend .btn {
  background: RGB(247, 211, 62);
  color: #000;
}

#rt-mainbody-surround > div, #rt-footer-surround > div {
  padding-top: 0;
}

.btn {
  border-bottom: none;
  background: RGB(247, 211, 62);
  color: #000;
}

select,
option {
  color: #000;
}

div#boxful-home-main {
  width: 100%;
  height: 800px;
  position: relative;
  display: table;
}
@media screen and (min-width: 1900px) {
  div#boxful-home-main {
    height: 940px;
  }
}
@media screen and (max-width: 1024px) {
  div#boxful-home-main {
    height: 587px;
  }
}

.box1-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/images/home/boxful-index-dark.png) center center no-repeat;
  /*background-size: cover;*/
  overflow: hidden;
  z-index: 0;
}

div.banner-logo {
  display: inline-block;
  margin: 0 2.5%;
}

div.pricing-container {
  padding-top: 40px;
}

div.banner-coupon-contain a {
  display: inline-block;
}

div.banner-coupon-contain a img {
  height: 40px;
}

.box1-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  /*background: rgba(0,0,0,0.2);*/
}

.box1-bg video {
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .box1-bg video {
    width: 100%;
    height: auto;
    /* actually taller than viewport */
  }
}
@media (max-aspect-ratio: 16/9) {
  .box1-bg video {
    width: auto;
    /* actually wider than viewport */
    height: 100%;
  }
}
div#box1, div#box2, div#box3, div#box4, div#box5, div#box6, div#box8, div.box-container {
  position: relative;
  max-width: 1172px;
  z-index: 1;
}

div.box-container {
  margin: auto;
  text-align: center;
}

div#box1 {
  color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.banner-news {
  position: relative;
  width: 100%;
  padding: 30px 0 35px;
  background-color: #00c4b4;
  background-color: rgba(0, 196, 180, 0.6);
  margin-top: -220px;
  z-index: 99;
}

.banner-news .wrapper {
  width: 950px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
}

.banner-news .image {
  float: left;
  padding: 15px 35px 15px 0;
  border-right: 4px solid #f7d33f;
  margin-right: 35px;
}

.banner-news img {
  width: auto;
}

.banner-news .text h5 {
  line-height: 1;
  margin: 12px 0 10px;
  font-size: 28px;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
}

.banner-news .text h5 .caption {
  font-weight: bold;
  text-transform: uppercase;
}

.banner-news .text h5 br {
  display: none;
}

.banner-news .text h5 .line {
  color: #c7c8ca;
}

.banner-news .text p {
  font-size: 18px;
  line-height: 1.3;
}

.banner-news .text a {
  color: #f7d33f;
}

div#getStarted {
  /*padding:26px;
  padding-top:130px;*/
  position: absolute;
  bottom: 120px;
  width: 100%;
}

div#watchVideo {
  position: absolute;
  width: 100%;
  top: 160px;
}

div#watchVideo a {
  display: inline-block;
  background: #f1f2f2;
  color: #000;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 41px;
}

div#getStarted a, div#getStarted-price a, div.boxful-button a {
  display: inline-block;
  background: #f7d33f;
  color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 0;
  min-width: 210px;
  text-align: center;
}

div#getStarted a:hover, div#getStarted-price a:hover, div.boxful-button a:hover {
  background-color: #d3b022;
  color: #fff;
}

div#watchVideo a:hover {
  background-color: lightgrey;
  color: #fff;
}

a#regionSubmit {
  display: inline-block;
  background: #f7d33f;
  color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
}

.font-lato-bold {
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
}

/* hing 17/03 */
.banner-coupon-contain {
  color: #FFFFFF;
  font-style: italic;
  font-size: 18px;
  line-height: 23px;
}

.banner-coupon {
  width: 100%;
  padding: 25px 0;
  background-color: #FFF;
  text-align: center;
}

.font-lato-bold.insideBox {
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
}

.font-lato.insideBox {
  font-size: 21px;
  line-height: 23px;
}

.box1-fixed-subContent {
  padding-top: 8px;
}

fieldset.insideBox {
  position: absolute;
  bottom: 250px;
  width: 100%;
}

/* end */
.font-lato {
  font-size: 26px;
  display: block;
  line-height: normal;
}

div#box1 img {
  width: 203px;
}

div#box1 img.howitworkline {
  width: 55px;
}

div#box1 img.videoPlayButton {
  width: auto;
  vertical-align: top;
  padding-right: 15px;
}

div#box1 input, div#box1 select {
  font-size: 15px;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
  background: #fff;
  padding: 0 20px;
  margin-left: 15px;
  color: #000;
  height: 47px;
  margin-top: 0;
  border: 2px solid #e6e7e8;
}
div#box1 input.errorinput, div#box1 select.errorinput {
  border: 2px solid red;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

div#box1 button, a#regionSubmit {
  font-size: 14px;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 14px 24px;
  margin: 0 15px;
  cursor: pointer;
}

div#box1 button:hover, a#regionSubmit:hover {
  background-color: #d3b022 !important;
  color: #fff;
}

div#box1 .home-logged button {
  font-size: 18px;
  height: auto;
  padding: 14px 24px;
  width: 240px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}

div#boxful-home-2 {
  width: 100%;
  position: relative;
  background: #e9f8f7;
}

div#box2 {
  /*width:60%;*/
  margin: auto;
  text-align: center;
  padding: 55px 0;
}

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

img.boximg-big {
  width: 67%;
  float: left;
}

div.boximg {
  width: 32%;
}

div.boximg-big {
  padding-top: 110px;
}

img.boxnum {
  width: 10%;
}

div.boxnum {
  width: 5%;
}

.boxnum-no {
  font-size: 35px;
  color: #00c5b4;
  font-weight: bold;
  margin: -15px 0 0;
}

.column-left {
  float: left;
  width: 33%;
}

.column-right {
  float: right;
  width: 33%;
}

.column-center {
  float: left;
  width: 33%;
}

.column-right-big {
  float: right;
  width: 25%;
  text-align: left;
  padding-top: 5%;
}

.column-right-big .boxnum-content {
  font-size: 17px;
}

.column-right-big img.boxnum {
  width: 13.5%;
}

.boxful-home {
  color: black;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
}

.boxnum-title {
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
}

.boxnum-content {
  font-size: 13px;
  font-weight: 400;
  padding-top: 14px;
}

.howitworkline {
  width: 50px;
  height: 5px;
}

.how-point {
  float: left;
  width: 33.3%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
}

.home-title {
  font-size: 200%;
  font-weight: bold;
}

div.schedule {
  padding-top: 8%;
  width: 220px;
}

/*
div#boxful-home-8 {
	background-color:#00c4b4;
}

div#box8{
	margin: auto;
  	text-align: center;
  	padding: 40px 0;
}

div.video-col{
  display: inline-block;
  width: 49%;
}

div.video-col.left{
	text-align:right;
}

div.video-col.right{
	text-align:left;
	vertical-align: top;
}

iframe.boxful-video{
	width:400px;
	height:225px;
	vertical-align:top
}

div#box8 div.content{
    color:#FFF;
}

div.video-text-container{
	position:relative;
	top: 50px;
}

*/
div#boxful-home-3 {
  width: 100%;
  position: relative;
  background: #fff;
}

div#box3 {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 100px 0;
  background: #fff;
  max-width: 1172px;
}

div#box3 .column-2-right {
  text-align: left;
  padding-left: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.column-2-left {
  float: left;
  width: 50%;
  padding-top: 5%;
  padding-bottom: 0%;
}

.column-2-right {
  float: right;
  width: 50%;
  padding-top: 5%;
  padding-bottom: 0%;
}

div.pricetype {
  text-align: left;
  border-top: 1px solid #e6e7e8;
  font-size: 19px;
  line-height: 1.3;
  padding: 7px 0;
}

div.pricetype > img {
  margin-right: 5px;
}

div.priceTitle {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 0;
}

/*hing 25/02*/
div.priceTitle2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  text-align: center;
}

div.pricetype.middleTable {
  border-top: 5px solid #bcbec0;
  height: 130px;
}

div.priceTitle-left {
  float: left;
  width: 32%;
  height: 100%;
}

div.priceTitle-right {
  float: right;
  width: 68%;
  height: 100%;
}

div.pricerow {
  border-bottom: 1px solid #e8e9ea;
  font-size: 13px;
  margin-top: 12px;
  padding-bottom: 10px;
  min-height: 20px;
  font-weight: 500;
}

div.pricerow.last {
  border-bottom: none;
}

div.pricerowOne {
  height: 100%;
  border-right: 1px solid #bcbec0;
  margin: 0 7px;
}

div.pricerowOneContent {
  padding: 10px 0;
  border: 1px solid;
}

div.pricetype.photoItemRow {
  border-top: none;
  padding: 0;
}

div.photoItem {
  display: inline-block;
  width: 11.5%;
  margin: 2%;
  vertical-align: top;
  text-align: center;
}

div.photoItemContent {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 12px;
}

font.pricerowPrice36 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

font.pricerowPrice45 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
}

font.pricerowPrice50 {
  font-size: 47px;
  font-weight: bold;
  line-height: 1;
}

font.pricerowPrice18 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  display: block;
  clear: both;
}

.column-3-left {
  float: left;
  width: 45%;
  padding-top: 5%;
  padding-bottom: 0%;
}

.column-3-right {
  float: right;
  width: 55%;
  padding-top: 5%;
  padding-bottom: 0%;
}

.column-4-left {
  float: left;
  width: 70%;
  padding-top: 5%;
  padding-bottom: 0%;
}

.column-4-right {
  float: right;
  width: 30%;
  padding-top: 5%;
  padding-bottom: 0%;
}

div.column-4-right.priceOverlayContainer {
  position: relative;
  height: 310px;
}

img.priceOverlay {
  position: absolute;
  right: 0;
  max-width: 400px;
  width: 150%;
  bottom: 0;
}

div.priceTitle-left-bulky {
  float: left;
  width: 25%;
  height: 100%;
}

div.priceTitle-right-bulky {
  float: right;
  width: 75%;
  height: 100%;
}

sup.colorGreen {
  color: #00c4b4;
  font-weight: bold;
}

div.priceLabel {
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  padding: 10px 0;
  background-color: #e9f8f7;
  width: 95%;
}

div.priceLabelItem {
  display: inline-block;
  width: 14%;
  padding: 0.5% 1%;
  text-align: center;
  vertical-align: top;
  min-height: 80px;
}

div.priceLabelItem.last {
  border-right: none;
}

div.priceLabelItemContent {
  padding-top: 10px;
  font-size: 11px;
  font-weight: 500;
  max-width: 141px;
  margin: 0 auto;
}

div.priceLabelRow {
  /*border-top: 1px solid #bcbec0;*/
  font-size: 19px;
  line-height: 1.3;
  margin: 7px 16px;
  padding: 10px;
  text-align: left;
  background-color: white;
}

div.priceLabelRowContent {
  font-size: 12px;
  padding: 5px 0;
}

div.pricetype.center {
  text-align: center;
  border: none;
}

div.priceMobileUpper, div.priceMobileLower {
  display: inline;
}

.mobileHide {
  display: block;
}

.mobileShow {
  display: none;
}

div.column-3-left.first, div.column-3-right.first {
  padding-top: 0;
}

/* end */
/* 16/04 hing */
div.pricing-container {
  width: 100%;
}

div.pricing-col {
  display: inline-block;
  width: 25%;
  border-right: 1px solid #b9bdc0;
  vertical-align: text-top;
  margin: -2px;
}

div.pricing-col.mobileShow {
  display: none;
}

div.pricing-col.last {
  border-right: none;
}

/*
img.pricebox.wardrobe{
	position:relative;
	left:30px;
	max-height:180px;
}
*/
/* end */
div.pricetype.last {
  font-size: 13px;
  line-height: 1.3;
  color: #aaa;
  padding-top: 2%;
}

div#getStarted-price {
  padding: 2% 0 0;
  width: 100%;
}

div#boxful-home-4 {
  width: 100%;
  position: relative;
  background: #fff;
}

div#box4 {
  position: absolute;
  width: 70%;
  height: 80%;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
}

.thebox-left {
  width: 60%;
}

.thebox-right {
  width: 40%;
}

.div-table {
  display: table;
}

.div-tr {
  display: table-row;
}

.div-td {
  display: table-cell;
}

#box4 .div-table, #box4 .pricebox {
  width: 100%;
}

.thebox-6items {
  width: 30%;
  padding-top: 15%;
}

.thebox-6items img {
  width: 30%;
}

.thebox-6text {
  font-size: 16px;
  line-height: 110%;
  font-weight: bold;
}

div#boxful-home-5 {
  width: 100%;
  position: relative;
  color: #000;
  background-size: cover;
  background-attachment: fixed;
}

div#box5 {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 40px 0;
}

div#box5 .howitworkline {
  padding-bottom: 4%;
}

.security {
  display: inline-block;
  width: 20%;
  margin: 2.3%;
  vertical-align: top;
}

.security div.column-1,
.security div.column-2 {
  display: inline-block;
  vertical-align: text-top;
}

.security div.column-1 {
  width: 34%;
  text-align: right;
}

.security div.column-1 img {
  padding-right: 15px;
}

.security div.column-2 {
  width: 64%;
  text-align: left;
}

div#box5 .content {
  width: 100%;
  line-height: 1.3;
  padding-bottom: 50px;
}

.security .security-title {
  font-size: 18px;
  font-weight: bold;
}

.security .security-content {
  padding-top: 5px;
  font-size: 13px;
  max-width: 138px;
}

div#boxful-home-6 {
  width: 100%;
  height: auto;
  position: static;
  background: #fff url(../../../images/home/map-color-background.jpg) center center no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

div#box6 {
  margin: auto;
  height: auto;
  /*background: #fff url(../../../images/home/map-content-background.jpg) center center no-repeat;*/
}

div#boxful-home-6 div.warehouse {
  position: absolute;
  color: #00c4b4;
  font-size: 20px;
  font-weight: bold;
}

div.warehouse.kc {
  top: 24%;
  left: 51%;
}

div.warehouse.wch {
  bottom: 16.5%;
  left: 58.7%;
}

div.location-inner {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #00c4b4;
  border-radius: 50%;
  margin-left: 10px;
}

div.location-outer {
  display: inline-block;
  background: rgba(0, 196, 180, 0.3);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1.5s ease-out;
  -moz-animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-name: pulsate;
  animation-iteration-count: infinite;
  position: absolute;
  margin-top: -10px;
}

div.location-outer + div.location-inner + div.location-outer {
  margin-left: -6px;
}

div.location-inner + div.location-outer + div.location-inner {
  margin-left: 4px;
}

div.location-label {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

div.mapBar {
  width: 40%;
  background-color: transparent;
  position: absolute;
  bottom: 10%;
  text-align: right;
  padding: 7px 10px;
  box-shadow: none;
  font-size: 42px;
  line-height: 42px;
  color: #FFF;
}

div#box6 {
  text-align: center;
}

#box6 .div-table img {
  width: 100%;
}

#box6 .div-table {
  width: 100%;
  padding-top: 10%;
}

div.people-name {
  font-weight: bold;
  font-size: 22px;
}

div.people-title {
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
}

div.people-content {
  font-size: 16px;
}

/* for registration */
div.registration .div-table {
  margin: 0 auto;
  padding-top: 5%;
}

div.registration .div-td input {
  width: 230px;
}

div.registration .div-td {
  padding: 0 !important;
  margin-left: 15px;
}

/* registration region */
div#boxful-home-main .div-table {
  margin: 0 auto;
  padding-top: 3%;
  /*width: 100%;*/
}

select#dRegion, select#dDistrict {
  /*width:90%;*/
}

/*a#regionSubmit{
	padding:10% 20%;
	background-color:rgb(247, 211, 62);
	border-radius: 5px;
	color:black;
	cursor: pointer;
	cursor: hand;
}*/
/* login */
/*div.login .div-td input{
	width:90%;
}*/
div.login input {
  width: 400px;
}

fieldset div {
  padding-top: 15px;
}

fieldset div.div-td {
  padding-bottom: 20px;
}

a#forgotPw {
  padding-top: 5%;
  color: #f7d33e;
  font-size: 18px;
}

a#forgotPw:hover {
  color: #fff;
}

div.login .div-td input, div#box1 .div-td select {
  width: 280px;
  margin-left: 15px;
}

img#login-lock {
  width: 10px !important;
  padding-bottom: 2px;
  padding: 0 auto;
  margin-right: 5px;
}

.autoWidth {
  width: auto !important;
}

/*form#user-registration .div-td{
	width:30%;
}*/
div.gf-menu-device-wrapper-sidemenu {
  display: none;
}

embed {
  display: none;
}

div#box1 .forget-text {
  font-size: 26px;
  color: #FFF;
  padding-top: 10px;
}

.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: none;
}

/* hing 13/03 */
div.headerPomotionBanner {
  display: block;
  width: 100%;
  z-index: 99999;
  cursor: pointer;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #f8d340;
}

div.headerPomotionBannerContainer {
  /*font-family: lato;*/
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  font-style: normal;
  line-height: 14px;
  padding: 11px 0;
  display: none;
}

div.headerPomotionBannerContainer > br {
  display: none;
}

/* end */
/* hing 17/03 */
div.box1-fixed-content {
  margin: 0 auto;
  width: 230px;
}

div.pricing-col-inner {
  width: 85%;
  margin: 0 auto;
}

div.priceRemark {
  margin: 7px 16px;
  padding: 0 10px;
  text-align: left;
  color: #939598;
}

/* end */
img.long-map {
  display: block;
  width: 100%;
}

img.short-map {
  display: none;
}

/* hing 31/08  referral */
div.headerReferralBanner {
  display: block;
  width: 100%;
  background-color: #f7d33f;
  z-index: 999;
  cursor: pointer;
}

div.headerReferralBannerContainer {
  color: #000;
  font-size: 16px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  padding: 11px 0;
}

div.headerReferralBannerContainer > br {
  display: none;
}

/* end */
/*for ie 10 above*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .banner-news .wrapper,
.banner-news .text h5,
div#box1 input, div#box1 select,
div#box1 button, a#regionSubmit,
div.home-title,
.boxful-home {
    font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
  }
}
/*end*/
/* hing 23/04 */
div.boximg-container {
  min-height: 0px;
}
div.boximg-container img.boximg {
  width: 65%;
}

div.boxnum-container {
  border: 0px solid #c2e2e0;
  margin: 0 auto;
  max-width: 220px;
  padding: 20px 0;
}

/* end */
/* xl 20160113 */
div.pricing-items-container {
  width: 77%;
  margin: auto;
}

div.pricing-items-container div.column-1,
div.pricing-items-container div.column-2 {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding: 10px 0;
}

div.pricing-items-container div.container {
  width: 75%;
  margin: auto;
}

div.pricing-items-container div.row + div.row {
  padding: 10px 0;
}

div.pricing-items-container img.price-item-img-active {
  display: block;
}

div.pricing-items-container img.price-item-img-deactive {
  display: none;
}

div.pricing-items-container div.deactive img.price-item-img-deactive {
  display: block;
}

div.pricing-items-container div.deactive img.price-item-img-active {
  display: none;
}

div.pricing-items-container div.deactive {
  background-color: #e6e7e8;
  color: #939598;
}

div.pricing-items-container div.deactive a.pricing-play-video {
  color: #939598;
}

div.price-item-header {
  font-size: 29px;
  line-height: normal;
  padding-top: 15px;
}

div.price-item-header br {
  display: none;
}

div.price-item-detail {
  font-size: 15px;
  font-weight: 500;
}

div.price-item-detail div.price-item-detail-row + div.price-item-detail-row {
  padding-top: 3px;
}

div.price-item-video {
  border-top: 1px solid #d1d3d4;
  border-bottom: 1px solid #d1d3d4;
  font-weight: bold;
  font-size: 16px;
  margin: 8px 0;
}

div.xl div.price-item-video {
  visibility: hidden;
  margin: 0px;
  height: 15px;
}

a.pricing-play-video {
  color: #000;
}

a.pricing-play-video img {
  padding-right: 10px;
}

div.pricing-dropdown-container {
  width: 80%;
  margin: auto;
  padding-top: 40px;
}

div.pricing-dropdown-container div.saveMoreContainer {
  text-align: center;
  background: url(/images/home/saveMore.png) center bottom no-repeat;
  min-height: 90px;
  width: 95%;
  bottom: 230px;
  z-index: -1;
  background-size: 100%;
  margin: auto;
}

div.pricing-dropdown-container div.saveMoreText {
  color: #FFF;
  padding-top: 45px;
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  line-height: normal;
}

div.pricing-dropdown-container div.bulkDiscountContainer {
  margin: auto;
  text-align: center;
  z-index: -2;
  bottom: 93px;
  width: 100%;
  position: relative;
  bottom: 5px;
  width: 95%;
}

div.pricing-dropdown-container div.bulkDiscountContainer div {
  max-width: 1000px;
  margin: auto;
}

div.pricing-dropdown-container .discount1 {
  background-color: #e9f8f7;
}

div.pricing-dropdown-container .discount2 {
  background-color: #d6f3f2;
}

div.pricing-dropdown-container .discount3 {
  background-color: #b5ece8;
}

div.pricing-dropdown-container div.bulkDiscountContainer div.plan {
  display: inline-block;
  width: 32.3%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 0px;
  line-height: normal;
}

div.pricing-dropdown-container div.bulkDiscountContainer div.plan + div.plan {
  margin-left: 1%;
}

div.pricing-dropdown-container div.bulkDiscountNote {
  padding: 5px 0 25px;
  font-size: 12px;
}

div.pricing-dropdown-container div.plan div.percentage {
  font-size: 38px;
}

div.price-img {
  padding: 15px 0;
}

img.priceLabelImg {
  height: 38px;
}

.colorGreen {
  color: #00c4b4;
}

div.priceTitleNote {
  font-size: 13px;
  font-weight: 500;
  padding-top: 10px;
}

div#price-xl div.pricerow {
  border-bottom: none;
  text-align: left;
  margin-top: 7px;
  padding-bottom: 5px;
}

div.pricing-dropdown-container {
  display: none;
}

img.pricingDownArrow {
  display: none;
}

div.priceLabel {
  width: 98%;
}

div#hidePricingXL a, div#hidePricingBoxes a {
  display: block;
}

/* end */
/* business banner */
div#boxful-home-business {
  padding-bottom: 30px;
  background-color: #00c4b2;
  background: linear-gradient(0deg, #00c4b2 90%, #FFF 10%);
  font-size: 14px;
  color: #fff;
}

div#boxful-home-business div.column-1,
div#boxful-home-business div.column-2 {
  display: inline-block;
  vertical-align: bottom;
}

div#boxful-home-business div.column-1 img {
  padding-right: 10px;
}

div#boxful-home-business div.column-1 {
  text-align: right;
  width: 46%;
}

div#boxful-home-business div.column-2 {
  width: 53%;
}

div#boxful-home-business div.bannerContainer {
  width: 740px;
  margin: auto;
}

div#boxful-home-business div.header {
  font-size: 20px;
  font-weight: bold;
}

div#boxful-home-business div.boxful-row {
  padding-bottom: 15px;
}

/* end */
/* watch video button */
div.boxful-large-video {
  z-index: 9999999999999;
  position: fixed;
  background-color: RGBA(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
}

/* end */
div.boxful-large-video-container {
  position: relative;
  top: 15%;
  width: 77%;
  height: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 1115px) {
  div.pricerow {
    font-size: 11px;
  }
}
/*  new home page 2018-6-29 */
.app-download-wrap {
  background: #f7f8f8;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.download-wrap {
  margin: auto;
  width: 870px;
  max-width: 870px;
  color: #4a4a4a;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.download-info {
  margin-top: 48px;
  width: 54%;
}

.download-info .download-text {
  font-size: 24px;
  line-height: 1.5;
}

.download-desc {
  font-size: 16px;
  margin: 12px 0 26px;
  line-height: 1.4;
}

.download-image {
  margin-left: 0px;
}

.download-image img {
  max-height: 300px;
  transform: translate(10px, 24px) scale(1.1);
}

@media screen and (max-width: 767px) {
  .mobile-security {
    background: #faf8f8;
  }

  .download-wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    padding-top: 12px;
  }

  .download-info {
    width: 65%;
    max-width: 270px;
    box-sizing: border-box;
    padding-left: 5%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .download-info .download-text {
    font-size: 13px;
  }

  .download-btn img {
    width: 80px;
  }

  .download-desc {
    font-size: 12px;
    margin: 10px 0 14px;
  }

  .download-image {
    width: 35%;
    max-width: 130px;
    box-sizing: border-box;
  }

  .btn-android-download {
    display: none;
  }

  .download-image img {
    max-height: 300px;
    transform: translate(-17px, 0px) scale(1.7) rotate(0deg);
  }

  div#box5 {
    padding-bottom: 10px;
  }
}
/* end new home page */
/* add new business section */
#newHomeBusiness {
  padding: 80px 0;
}
#newHomeBusiness .bus-wrap {
  width: 100%;
  margin: auto;
  max-width: 1172px;
}
#newHomeBusiness .inner-wrap {
  width: 80%;
  margin: auto;
}
#newHomeBusiness .inner-wrap .home-title, #newHomeBusiness .inner-wrap .for-line {
  text-align: center;
}
#newHomeBusiness .inner-wrap .business-header {
  display: flex;
  justify-content: space-between;
}
#newHomeBusiness .inner-wrap .business-header div.book-now a {
  padding: 6px 10px;
}
#newHomeBusiness .inner-wrap .bus-info {
  border: 1px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
#newHomeBusiness .inner-wrap .bus-info .bus-img {
  background: url(/images/new-home/bussinss_bg.png) no-repeat 30px 0;
  background-size: auto 100%;
  flex: 1;
}
#newHomeBusiness .inner-wrap .bus-info .bus-desc {
  padding: 30px 50px 30px 20px;
}
#newHomeBusiness .inner-wrap .bus-info .bus-desc .bus-title {
  color: #324a5e;
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 6px;
}
#newHomeBusiness .inner-wrap .bus-info .bus-desc .bus-desc-content {
  display: flex;
  flex-direction: column;
}
#newHomeBusiness .inner-wrap .bus-info .bus-desc .bus-desc-content p {
  margin: 0;
  font-size: 15px;
}
#newHomeBusiness .inner-wrap .bus-info .bus-desc .bus-desc-content p span {
  color: #00c4b3;
}
#newHomeBusiness .inner-wrap .bus-info .bus-desc .bus-desc-content .bus-dc-l {
  padding: 10px 0 16px;
  color: #949494;
  font-weight: bold;
  font-size: 18px;
}
#newHomeBusiness .inner-wrap .bus-info .bus-desc .bus-desc-content .bus-dc-r {
  color: #949494;
}
#newHomeBusiness .inner-wrap .bus-info .bus-desc .mobile-show {
  margin-top: 20px;
}
#newHomeBusiness .inner-wrap .bus-info .bus-desc .mobile-show .book-now {
  text-align: right;
}
#newHomeBusiness .inner-wrap .bus-info .bus-desc .mobile-show .book-now a {
  display: inline-block;
  max-width: 152px;
}
#newHomeBusiness .inner-wrap .bus-info.en-GB .bus-img {
  background: url(/images/new-home/bussinss_bg.png) no-repeat 30px 0;
  background-size: auto 100%;
  flex: 1;
}
#newHomeBusiness .inner-wrap .bus-info.en-GB .bus-desc {
  padding: 30px 9px 30px 0px;
}
#newHomeBusiness .bus-form {
  background: #00c4b3;
  color: #fff;
}
#newHomeBusiness .bus-form .bf-header {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 26px 0 15px;
}
#newHomeBusiness .bus-form .bf-input {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
#newHomeBusiness .bus-form .bf-input form {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#newHomeBusiness .bus-form .bf-input form input {
  width: 130px;
  background: #fff;
  min-height: 28px;
}
#newHomeBusiness .bus-form .bf-input form button.btn {
  font-size: 14px;
}
#newHomeBusiness .bus-form .bf-input form button.btn:hover {
  background-color: #f7d33f !important;
}
#newHomeBusiness .bus-form .bus-thanks {
  text-align: center;
  padding: 0px 0 30px;
}
#newHomeBusiness .bus-form .bus-agress-privacy {
  padding: 0 0 30px;
  text-align: center;
  font-size: 16px;
}
#newHomeBusiness .bus-form .bus-agress-privacy input {
  vertical-align: middle;
  margin: 0;
}
#newHomeBusiness .bus-form .bus-agress-privacy label {
  display: inline;
}
#newHomeBusiness .bus-form .bus-agress-privacy a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
  #newHomeBusiness .inner-wrap {
    width: 90%;
  }
  #newHomeBusiness .inner-wrap .bus-info {
    padding: 0 20px;
  }
  #newHomeBusiness .inner-wrap .bus-info .bus-img {
    background: url(/images/new-home/bussinss_bg.png) no-repeat center;
    background-size: 100% auto;
  }
  #newHomeBusiness .inner-wrap .bus-info .bus-desc {
    padding-right: 20px;
  }
  #newHomeBusiness .inner-wrap .bus-info.en-GB .bus-desc {
    padding: 30px 0 30px 10px;
  }
  #newHomeBusiness .inner-wrap .bus-info.en-GB .bus-img {
    background: url(/images/new-home/bussinss_bg.png) no-repeat center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  #newHomeBusiness .inner-wrap {
    width: 100%;
    padding: 0 30px;
  }
  #newHomeBusiness .inner-wrap .business-header {
    justify-content: center;
  }
  #newHomeBusiness .inner-wrap .business-header div.book-now a {
    display: none;
  }
  #newHomeBusiness .inner-wrap .bus-info {
    flex-direction: column;
    justify-content: space-between;
    padding: 0 20px;
  }
  #newHomeBusiness .inner-wrap .bus-info .bus-mobile-title {
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    color: #324a5e;
    margin-top: 25px;
  }
  #newHomeBusiness .inner-wrap .bus-info .bus-img {
    background: url(/images/new-home/bussinss_bg.png) no-repeat center center;
    height: 300px;
    background-size: 100% auto;
    flex: auto;
  }
  #newHomeBusiness .inner-wrap .bus-info .bus-desc {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #newHomeBusiness .inner-wrap .bus-info .bus-desc .bus-title {
    display: none;
  }
  #newHomeBusiness .inner-wrap .bus-info .bus-desc .bus-desc-content .bus-dc-l {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  #newHomeBusiness .inner-wrap .bus-info .bus-desc .bus-desc-content p {
    font-size: 15px;
  }
  #newHomeBusiness .inner-wrap .bus-info .bus-desc .mobile-show {
    display: block;
    width: 100%;
  }
  #newHomeBusiness .inner-wrap .bus-info .bus-desc .mobile-hide {
    display: none;
  }
  #newHomeBusiness .inner-wrap .bus-info .bus-desc .mobile-show .book-now {
    margin-bottom: 0;
  }
  #newHomeBusiness .inner-wrap .bus-info .bus-desc .mobile-show .book-now a {
    padding: 8px 20px;
    max-width: 100%;
    width: 100%;
    display: block;
  }
  #newHomeBusiness .inner-wrap .bus-info.en-GB .bus-img {
    background: url(/images/new-home/bussinss_bg.png) no-repeat center bottom;
    background-size: 100% auto;
    flex: auto;
  }
  #newHomeBusiness .inner-wrap .bus-info.en-GB .bus-desc {
    padding: 30px 10px;
  }
  #newHomeBusiness .bus-form .bf-header {
    display: none;
  }
  #newHomeBusiness .bus-form .bf-input {
    max-width: 60%;
    margin: 0 auto;
    min-width: 280px;
  }
  #newHomeBusiness .bus-form .bf-input form {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  #newHomeBusiness .bus-form .bf-input form input {
    width: 100%;
    min-height: 32px;
    margin-top: 26px;
  }
  #newHomeBusiness .bus-form .bf-input form button {
    font-size: 14px;
    margin-top: 30px;
    position: relative;
    top: 30px;
    width: 100%;
  }
  #newHomeBusiness .bus-form .bus-agress-privacy {
    position: relative;
    top: -70px;
  }
}
/* #END add new business section */
div#box8 {
  margin: auto;
  text-align: center;
}

#boxful-video-tab {
  position: relative;
  background-color: #00c4b4;
  color: #ffffff;
  padding: 31px 20px;
  text-align: center;
  height: 192px;
}

#boxful-video-tab .column-1, #boxful-video-tab .column-2 {
  width: 50%;
  float: left;
}

#boxful-video-tab .column-1 {
  position: relative;
  text-align: right;
}

.video-link, .video-link-for-mobile, .video-link-for-desktop {
  cursor: pointer;
}

.video-link-for-mobile {
  display: none;
}

.boxful-popup-container {
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100%;
  text-align: center;
}

.boxful-popup-dialog {
  box-shadow: 5px 10px 35px #000;
  padding: 0px;
  background-color: #FFF;
  text-align: center;
  max-width: 850px;
  width: 80%;
  min-width: 300px;
  transform: scale(0.8);
  transition: all 0.4s ease;
  opacity: 0;
  position: relative;
}

.boxful-popup-content {
  height: 480px;
  overflow: auto;
}

#boxful-mask {
  display: none;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.8;
}

.boxful-popup-close-button {
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: -24px;
  font-size: 40px;
  color: #ffffff;
}

.video-text, .video-text-content, .video-text-title {
  max-width: 380px;
  padding-left: 50px;
  text-align: left;
}

.video-text-title {
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
  padding-top: 20px;
}

.video-text-content {
  font-size: 15px;
  padding-top: 20px;
  line-height: 1.7;
}
.video-text-content br:first-child {
  display: none;
}

@media screen and (min-width: 767px1px) and (max-width: 980px) {
  .video-link-for-desktop {
    display: none;
  }

  .video-link-for-mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #boxful-video-tab {
    padding: 20px;
    text-align: center;
    height: auto;
  }

  #boxful-video-tab .column-1, #boxful-video-tab .column-2 {
    width: 100%;
    float: none;
  }

  #boxful-video-tab .column-1 {
    text-align: center;
  }

  .video-link-for-desktop {
    display: none;
  }

  .video-link-for-mobile {
    display: block;
  }

  .video-text, .video-text-title, .video-text-content {
    max-width: none;
    padding-left: 0px;
    text-align: left;
  }

  .video-text-title {
    font-size: 20px;
    padding-top: 10px;
  }

  .video-text-content {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .boxful-popup-close-button {
    top: -45px;
    right: 0px;
  }
}
.mobile {
  display: none;
}

div.book-now a {
  background: #f7d33f;
  color: #444;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 14px;
  padding: 10px 0px;
  width: 312px;
  border-radius: 99em;
  margin: 0 auto;
  letter-spacing: 2px;
}
div.book-now a:hover {
  background: #d3b022;
  color: #fff;
}

.boxful-popup-dialog.planDialog {
  max-width: 1200px;
  min-width: 1160px;
  width: 1160px;
  box-shadow: none;
}
.boxful-popup-dialog.planDialog .boxful-popup-content {
  height: auto;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide {
  outline: none;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide > div {
  display: inline-block;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile {
  width: 60%;
  padding: 30px 2% 30px 6%;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row {
  border-bottom: 1px solid #000000;
  padding: 10px 0px;
  margin-bottom: 10px;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row > div {
  display: inline-block;
  width: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row .plan-title {
  text-align: left;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row .plan-price {
  text-align: right;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-note {
  text-align: left;
  font-size: 16px;
  color: #949494;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-img {
  padding: 30px 0px;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details {
  width: 26%;
  min-height: 552px;
  background-color: #fafafa;
  padding: 30px 6% 30px 0px;
  vertical-align: top;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table {
  width: 100%;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td:first-child {
  padding-left: 20px;
  color: #00c4b4;
  font-weight: bold;
  width: 45%;
  font-size: 16px;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td:last-child {
  font-size: 13px;
  padding-right: 0px;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table .packing-materials td br {
  display: block;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details div.note {
  margin: 20px 0px 0px 30px;
  padding-top: 5px;
  color: #949494;
  border-top: 1px solid #949494;
  text-align: left;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details div.note, .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details div.note > * {
  font-size: 12px;
  line-height: normal;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details span {
  color: #00c4b4;
  font-weight: normal;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-prev-arrow, .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-next-arrow {
  position: absolute;
  background: none;
  border: none;
  outline: none;
  top: 50%;
  margin-top: -18px;
  z-index: 10;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-prev-arrow {
  left: 1%;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-next-arrow {
  right: 1%;
}

html[lang=zh-tw] .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td:first-child {
  width: 42%;
}
html[lang=zh-tw] .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td br {
  display: none;
}

@media screen and (min-width: 980px) and (max-width: 1200px) {
  .boxful-popup-dialog.planDialog {
    max-width: 980px;
    min-width: 940px;
    width: 940px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile {
    width: 52%;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details {
    width: 34%;
    min-height: 447px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table {
    width: 100%;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td:first-child {
    font-size: 14px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table .packing-materials td br {
    display: none;
  }
}
#video-bar .div-table {
  margin: 40px auto 60px;
}
#video-bar .div-table .div-td {
  padding-right: 40px;
  cursor: pointer;
}
#video-bar .div-table .div-td:last-child {
  padding-right: 0px;
}
#video-bar .div-table .div-td .title {
  font-size: 16px;
  margin-bottom: 10px;
}
#video-bar .div-table .div-td .video-thumbnail img {
  max-width: 300px;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  #video-bar .div-table .div-td {
    padding-right: 20px;
  }
  #video-bar .div-table .div-td .video-thumbnail img {
    max-width: 220px;
  }

  .boxful-popup-dialog.planDialog {
    max-width: 768px;
    min-width: 728px;
    width: 728px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile {
    width: 52%;
    padding: 25px 2% 25px 6%;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row > div {
    display: inline-block;
    width: 50%;
    font-size: 20px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-note {
    font-size: 14px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-img {
    padding: 30px 0px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details {
    width: 34%;
    min-height: 380px;
    padding: 25px 6% 25px 0px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td {
    padding: 4px 6px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td:first-child {
    padding-left: 20px;
    width: 42%;
    font-size: 12px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td:last-child {
    padding-right: 0px;
    font-size: 12px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table .packing-materials td br {
    display: none;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details div.note {
    margin: 15px 0px 0px 25px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-prev-arrow, .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-next-arrow {
    position: absolute;
    background: none;
    border: none;
    outline: none;
    top: 50%;
    z-index: 10;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-prev-arrow {
    left: 1%;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-next-arrow {
    right: 1%;
  }
}
div#boxful-home-pricing {
  background-color: #fafafa;
}
div#boxful-home-pricing div#box3 {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 100px 0px 60px;
  background: #fafafa;
  max-width: 1172px;
}
div#boxful-home-pricing div.pricing-items-container {
  width: 80%;
  margin: auto;
}
div#boxful-home-pricing div.pricing-items-container div.container {
  width: 80%;
}
div#boxful-home-pricing div.pricing-items-container div.deactive {
  background-color: #FFF;
}
div#boxful-home-pricing div.pricing-items-container div.price-item-selector {
  width: 100%;
  border-left: 1px solid #d1d3d4;
  border-right: 1px solid #d1d3d4;
}
div#boxful-home-pricing div.pricing-items-container div.price-item-selector.boxesActive {
  border-left: 1px solid #d1d3d4;
  border-right: 1px solid #FFF;
}
div#boxful-home-pricing div.pricing-items-container div.price-item-selector.boxesActive #price-video.price-item-detail-row {
  display: block;
  padding-bottom: 20px;
}
div#boxful-home-pricing div.pricing-items-container div.price-item-selector.boxesActive a#showPricingBoxes,
div#boxful-home-pricing div.pricing-items-container div.price-item-selector.boxesActive a#showPricingXL {
  display: block;
  color: #000;
  padding: 30px 0;
}
div#boxful-home-pricing div.pricing-items-container div.price-item-selector.boxesActive div#pricingXLSection {
  background-color: #f1f2f2;
  background: linear-gradient(0deg, #f1f2f2 96%, #FFF 4%);
  border-top: 0;
  border-right: 0px solid #f1f2f2;
  border-bottom: 1px solid #d1d3d4;
}
div#boxful-home-pricing div.pricing-items-container div.price-item-selector.XLActive {
  border-left: 1px solid #FFF;
  border-right: 1px solid #d1d3d4;
}
div#boxful-home-pricing div.pricing-items-container div.price-item-selector.XLActive #price-video.price-item-detail-row {
  display: none;
}
div#boxful-home-pricing div.pricing-items-container div.price-item-selector.XLActive a#showPricingBoxes,
div#boxful-home-pricing div.pricing-items-container div.price-item-selector.XLActive a#showPricingXL {
  display: block;
  color: #000;
  padding: 30px 0;
}
div#boxful-home-pricing div.pricing-items-container div.price-item-selector.XLActive div#pricingBoxesSection {
  background-color: #f1f2f2;
  background: linear-gradient(0deg, #f1f2f2 96%, #FFF 4%);
  border-top: 0;
  border-right: 0px solid #f1f2f2;
  border-bottom: 1px solid #d1d3d4;
}
div#boxful-home-pricing div.pricing-items-container div.price-item-selector div.price-item-header {
  padding-top: 0;
}
div#boxful-home-pricing div.pricing-items-container div.price-item-selector a.pricing-play-video {
  font-weight: bold;
}
div#boxful-home-pricing div.pricing-items-container div.price-item-selector a.pricing-play-video img {
  padding-right: 10px;
  width: 25px;
}
div#boxful-home-pricing div.pricing-items-container div.price-item-selector div.div-td {
  width: 50%;
  border-top: 1px solid #d1d3d4;
}
div#boxful-home-pricing div.pricing-items-container div.price-item-selector div.div-td div.pricing-container {
  width: 100%;
}
div#boxful-home-pricing div.pricing-items-container div.price-item-selector div.div-td + div.div-td {
  border-left: 1px solid #d1d3d4;
}
div#boxful-home-pricing div.pricing-items-container div.price-item-selector div.price-item-header h1 {
  font-size: 26px;
  line-height: normal;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}
div#boxful-home-pricing div.pricing-items-container div.price-dropdown {
  width: 100%;
  border: 1px solid #d1d3d4;
  border-top: 0;
}
div#boxful-home-pricing div.pricing-items-container div.price-dropdown div.pricing-promoSection {
  width: 96%;
  margin: auto;
  background-color: #00c4b2;
  color: #FFF;
  font-size: 26px;
  padding: 10px 0;
  font-weight: bold;
  margin-top: 10px;
}
div#boxful-home-pricing div.pricing-items-container div.price-dropdown div.pricing-promoSection span.promoBorder {
  padding: 0 5px;
}
div#boxful-home-pricing div.pricing-items-container div.price-dropdown div.pricing-promoSection div.pricing-promoSectionContainer {
  width: 90%;
  margin: auto;
}
div#boxful-home-pricing div.pricing-items-container div.price-dropdown div.pricing-promoSection div.pricing-promoSectionContainer div.column-1,
div#boxful-home-pricing div.pricing-items-container div.price-dropdown div.pricing-promoSection div.pricing-promoSectionContainer div.column-2 {
  display: inline-block;
  vertical-align: middle;
}
div#boxful-home-pricing div.pricing-items-container div.price-dropdown div.pricing-promoSection div.pricing-promoSectionContainer div.column-1 {
  width: 73%;
  text-align: left;
}
div#boxful-home-pricing div.pricing-items-container div.price-dropdown div.pricing-promoSection div.pricing-promoSectionContainer div.column-2 {
  width: 18%;
  text-align: right;
}
div#boxful-home-pricing div.pricing-items-container div.price-dropdown div.pricing-promoSection div.pricing-promoSectionContainer div.boxful-button a {
  padding: 10px 0;
  min-width: 140px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container {
  width: 100%;
  padding-top: 0px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container#price-boxes {
  display: block;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container#price-xl {
  display: none;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container#price-xl .div-td .price-img {
  text-align: left;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-table {
  width: 96%;
  margin: auto;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div.price-img {
  padding: 25px 0;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container#price-boxes img.pricebox {
  height: 120px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container#price-xl img.pricebox {
  width: 100%;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container#price-xl div.price-img {
  padding: 0 0 25px 0;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container#price-xl .price-lightbox {
  text-align: right;
  width: 88%;
  margin: auto;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-td {
  padding: 20px 0;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-td .column-1,
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-td .column-2,
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-td .column-3 {
  display: inline-block;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-td .price-img {
  width: 30%;
  vertical-align: text-top;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-td .price-button {
  width: 25%;
  vertical-align: text-top;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-td .price-detail {
  width: 44%;
  vertical-align: text-top;
  text-align: left;
  padding: 0;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-td .price-detail div.priceTitle {
  font-size: 25px;
  padding: 0;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-td .price-detail div.priceTitle br {
  display: none;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-td .price-detail div.pricerow {
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 310px;
  font-size: 14px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-td .price-detail div.pricerow ul {
  margin: 0 0 0px 16px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-td .price-detail div.pricerow ul .pricerow,
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-td .price-detail div.pricerow ul div.pricerow + div.pricerow {
  padding-top: 0;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-td .price-detail div.pricerow + div.pricerow {
  padding-top: 10px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-td .price-button font.pricerowPrice36 {
  font-size: 32px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-td .price-button font.pricerowPrice18 {
  font-size: 18px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-td .price-button div#getStarted-price {
  padding: 0;
  padding-top: 17px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-td .price-button div#getStarted-price a {
  min-width: 160px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container .div-tr + .div-tr .div-td {
  border-top: 1px solid #d1d3d4;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div#getStarted-price a {
  min-width: 100px;
  width: 100%;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div.priceLabel {
  width: 96%;
  margin-top: 0;
  margin-bottom: 15px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div.pricing-plan-detail {
  padding: 20px 0;
  width: 100%;
  margin: auto;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div.pricing-plan-detail div.pricing-row + div.pricing-row {
  padding-top: 15px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div.pricing-plan-detail div.pricing-title {
  font-weight: bold;
  font-size: 22px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div.pricing-plan-detail div.pricing-plan-size {
  font-size: 18px;
  color: #cccccc;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div.pricing-plan-detail div.pricing-plan-price {
  font-size: 18px;
  font-weight: bold;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div.pricing-plan-detail div.pricing-plan-price::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #d1d3d4;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div.pricing-plan-detail div.pricing-plan-price font.price {
  font-size: 22px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div.price-plan-general {
  width: 96%;
  margin: auto;
  display: inline-block;
  padding: 20px 0;
  border-top: 1px solid #d1d3d4;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div.price-plan-general div.price-plan-note {
  text-align: left;
  padding-left: 8px;
  line-height: 1.2;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div.price-plan-general div.price-plan-note div.column-1,
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div.price-plan-general div.price-plan-note div.column-2 {
  display: inline-block;
  padding: 0;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div.price-plan-general div.price-plan-note div.column-1 {
  width: 7px;
  font-size: 18px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div.price-plan-general div.price-plan-note div.column-2 {
  width: 90%;
  font-style: italic;
  font-size: 12px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div.price-plan-general div.pricerow {
  margin-top: 0;
  margin-left: -7px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div.price-plan-general div.pricerow br {
  display: none;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div.price-plan-general ul {
  margin: 0 0 0 25px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container#price-boxes div.price-plan-general {
  padding: 0;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container#price-boxes div.priceLabel {
  margin-top: 20px;
  margin-bottom: 20px;
}
div#boxful-home-pricing div.pricing-items-container div.pricing-dropdown-container div.priceLabel sup.colorGreen {
  display: none;
}
div#boxful-home-pricing div.pricing-items-container div.price-item-video {
  border: 0;
}
div#boxful-home-pricing div.pricing-items-container div.price-header-row {
  text-align: left;
  position: relative;
}
div#boxful-home-pricing div.pricing-items-container div.price-header-row div.price-header {
  height: 42px;
}
div#boxful-home-pricing div.pricing-items-container div.price-header-row div.price-header > div {
  display: inline-block;
  color: #949494;
  padding-top: 10px;
  padding-bottom: 10px;
}
div#boxful-home-pricing div.pricing-items-container div.price-header-row div.price-header div.mobileHide {
  display: inline-block;
}
div#boxful-home-pricing div.pricing-items-container div.price-header-row div.price-header div.mobileShow {
  display: none;
}
div#boxful-home-pricing div.pricing-items-container div.price-header-row div.price-header .title {
  font-size: 22px;
  font-weight: bold;
  color: #00c4b4;
}
div#boxful-home-pricing div.pricing-items-container div.price-header-row div.price-header .subtitle {
  font-size: 18px;
  margin-left: 10px;
}
div#boxful-home-pricing div.pricing-items-container div.price-header-row div.price-header .subtitle > span {
  margin-left: 20px;
}
div#boxful-home-pricing div.pricing-items-container div.price-header-row div.price-header .subtitle > span b {
  font-weight: normal;
  color: #00c4b3;
}
div#boxful-home-pricing div.pricing-items-container div.price-header-row div.book-now {
  position: absolute;
  right: 0px;
  bottom: 10px;
}
div#boxful-home-pricing div.pricing-items-container div.price-header-row div.book-now a {
  padding: 10px 30px;
}
div#boxful-home-pricing div.pricing-items-container div.price-header-row div.book-now a:hover {
  background-color: #d3b022 !important;
  color: #fff !important;
}
div#boxful-home-pricing div.pricing-items-container div.price-header-row.self-service-header {
  margin-top: 60px;
}
div#boxful-home-pricing div.pricing-items-container div.price-details {
  width: 100%;
  margin-bottom: 60px;
}
div#boxful-home-pricing div.pricing-items-container div.price-details div.div-td {
  padding: 10px 10px 10px 0px;
}
div#boxful-home-pricing div.pricing-items-container div.price-details div.div-td:last-child {
  padding-right: 0px;
}
div#boxful-home-pricing div.pricing-items-container div.price-details div.plan-container {
  padding: 5px 0px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  cursor: pointer;
}
div#boxful-home-pricing div.pricing-items-container div.price-details div.plan-container div.price-img {
  padding: 15px;
  max-width: 185px;
  position: relative;
}
div#boxful-home-pricing div.pricing-items-container div.price-details div.plan-container div.price-img .laundry-span {
  position: absolute;
  right: 40px;
  bottom: 35px;
}
div#boxful-home-pricing div.pricing-items-container div.price-details div.plan-container div.price-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}
div#boxful-home-pricing div.pricing-items-container div.price-details div.plan-container div.price-title .laundry-span {
  display: none;
}
div#boxful-home-pricing div.pricing-items-container div.price-details div.plan-container div.plan-price {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #00c4b4;
}
div#boxful-home-pricing div.pricing-items-container div.price-details div.plan-container div.price-details-btn {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #949494;
}
div#boxful-home-pricing div.pricing-items-container div.price-details.xl {
  margin-bottom: 0px;
}
div#boxful-home-pricing div.pricing-items-container div.price-details.xl div.plan-container div.price-img {
  padding: 30px 0px;
  max-width: 225px;
}
div#boxful-home-pricing div.pricing-items-container div.all-plans-note {
  margin-bottom: 5px;
  padding: 20px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}
div#boxful-home-pricing div.pricing-items-container div.all-plans-note span {
  color: #00c4b4;
}
div#boxful-home-pricing img.mobileHide {
  display: inline-block;
}

#selfServiceLoakers {
  margin-top: 12px;
  border: 1px solid #ebe9e9;
  display: flex;
  background: #fff;
  margin-bottom: 70px;
  padding: 20px;
}
#selfServiceLoakers .for-img {
  width: 50%;
  max-width: 420px;
}
#selfServiceLoakers .for-img img {
  max-height: 320px;
  width: 100%;
  object-fit: cover;
}
#selfServiceLoakers .for-txt {
  flex: 1;
  text-align: left;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #949494;
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  #selfServiceLoakers .for-txt {
    font-size: 14px;
  }
}
#selfServiceLoakers .for-txt .ssl-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#selfServiceLoakers .for-txt .ssl-info .book-now a {
  padding: 10px 30px;
  background: transparent;
  border: 2px solid #00c4b3;
  color: #00c4b3;
}
#selfServiceLoakers .for-txt .ssl-info .book-now a:hover {
  background: #00c4b3;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1054px) {
  #selfServiceLoakers .for-txt .ssl-info .book-now a {
    padding: 10px 20px;
  }
}
#selfServiceLoakers .for-txt ul {
  list-style: none;
  margin-top: 16px;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  #selfServiceLoakers .for-txt ul {
    padding-bottom: 40px;
  }
}
#selfServiceLoakers .for-txt ul li {
  line-height: 1.4;
}
#selfServiceLoakers .for-txt ul li:before {
  display: inline;
  content: "·";
  color: #00c4b3;
  margin-right: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  #selfServiceLoakers .for-img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #selfServiceLoakers {
    flex-direction: column;
    margin-bottom: 25px;
  }
  #selfServiceLoakers .for-img {
    width: 100%;
  }
  #selfServiceLoakers .for-img img {
    object-fit: inherit;
  }
  #selfServiceLoakers .for-txt {
    width: 100%;
    padding: 6%;
  }
  #selfServiceLoakers .for-txt .ssl-info {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }
  #selfServiceLoakers .for-txt .ssl-info .book-now {
    display: none;
  }

  div.book-now a.self-service-see-more-btn {
    background: transparent;
    border: 2px solid #00c4b3;
    color: #00c4b3;
    margin-top: 20px;
  }
  div.book-now a.self-service-see-more-btn:hover {
    background: #00c4b3;
    color: #fff;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  div#boxful-home-pricing div.pricing-items-container div.price-header-row div.price-header .title {
    font-size: 20px;
  }
  div#boxful-home-pricing div.pricing-items-container div.price-header-row div.price-header .subtitle {
    font-size: 16px;
  }
  div#boxful-home-pricing div.pricing-items-container div.price-header-row div.price-header .subtitle > span {
    margin-left: 20px;
  }
  div#boxful-home-pricing div.pricing-items-container div.price-header-row div.price-header .subtitle > span b {
    font-weight: normal;
    color: #00c4b3;
  }
  div#boxful-home-pricing div.pricing-items-container div.price-header-row div.book-now a {
    font-size: 16px;
  }
  div#boxful-home-pricing div.pricing-items-container div.price-details div.price-title {
    font-size: 18px !important;
  }
  div#boxful-home-pricing div.pricing-items-container div.price-details div.plan-price {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  div#boxful-home-pricing div.pricing-items-container div.price-header-row div.price-header .title {
    font-size: 18px;
  }
  div#boxful-home-pricing div.pricing-items-container div.price-header-row div.price-header .subtitle {
    font-size: 14px;
  }
  div#boxful-home-pricing div.pricing-items-container div.price-header-row div.book-now a {
    font-size: 14px;
  }
  div#boxful-home-pricing div.pricing-items-container div.price-details div.price-title {
    font-size: 16px !important;
  }
  div#boxful-home-pricing div.pricing-items-container div.price-details div.plan-price {
    font-size: 14px !important;
  }
  div#boxful-home-pricing div.all-plans-note {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  div#boxful-home-pricing div.pricing-items-container div.all-plans-note {
    font-size: 16px;
  }
}
div#plan-compare {
  background-color: #e9f8f7;
}
div#plan-compare div#box4 {
  width: 100%;
  margin: auto;
  text-align: center;
  max-width: 1172px;
  position: static;
  height: auto;
}
div#plan-compare div#box4 div.container {
  width: 80%;
  margin: auto;
}
div#plan-compare div#box4 div.container div.title-row {
  padding: 50px 0px 30px;
  font-weight: bold;
  text-align: left;
}
div#plan-compare div#box4 div.container div.title-row > div {
  display: inline-block;
}
div#plan-compare div#box4 div.container div.title-row .title {
  color: #00c4b4;
  margin-right: 20px;
  font-size: 22px;
}
div#plan-compare div#box4 div.container div.title-row .title h2 {
  font-size: 22px;
  margin: 0;
}
div#plan-compare div#box4 div.container div.title-row .subtitle {
  font-size: 22px;
  font-weight: bold;
  color: #4a4a4a;
}
div#plan-compare div#box4 div.container div.list-container {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0px 40px 30px;
}
div#plan-compare div#box4 div.container div.list-container table {
  width: 100%;
  text-align: center;
}
div#plan-compare div#box4 div.container div.list-container table tr td {
  font-size: 15px;
  color: #949494;
  padding: 10px;
  vertical-align: top;
}
div#plan-compare div#box4 div.container div.list-container table tr td:first-child {
  padding-left: 20px;
  padding-right: 20px;
  width: 24%;
  font-weight: bold;
  text-align: left;
  color: #00c4b3;
}
div#plan-compare div#box4 div.container div.list-container table tr td:nth-child(2) {
  width: 25%;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
div#plan-compare div#box4 div.container div.list-container table tr td:nth-child(3) {
  width: 25%;
  border-right: 1px solid #e9e9e9;
}
div#plan-compare div#box4 div.container div.list-container table tr td:last-child {
  width: 25%;
}
div#plan-compare div#box4 div.container div.list-container table tr.list-title-row {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
}
div#plan-compare div#box4 div.container div.list-container table tr.list-title-row td {
  border-left: 0px;
  border-right: 0px;
  color: #00c4b3;
  padding: 20px;
}
div#plan-compare div#box4 div.container div.list-container table .packing-materials td br {
  display: none;
}
div#plan-compare div#box4 div.container div.note {
  padding: 20px 0 0 0;
  color: #949494;
  font-weight: bold;
}
div#plan-compare div#box4 div.container div.note,
div#plan-compare div#box4 div.container div.note > * {
  font-size: 15px;
}
div#plan-compare div#box4 div.container span {
  color: #00c4b4;
  font-weight: normal;
}
div#plan-compare div#box4 div.container .book-now {
  margin-bottom: 80px;
  padding: 15px 0px;
}
div#plan-compare div#box4 div.container .book-now a {
  display: inline-block;
  padding: 15px 0;
  min-width: 210px;
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
  div#plan-compare div#box4 div.container div.title-row {
    font-size: 18px;
  }
  div#plan-compare div#box4 div.container div.list-container {
    padding: 0px 30px 20px;
  }
  div#plan-compare div#box4 div.container div.list-container .list-title-row {
    font-size: 18px;
  }
  div#plan-compare div#box4 div.container div.list-container table tr td {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
  div#plan-compare div#box4 div.container div.note,
div#plan-compare div#box4 div.container div.note > * {
    font-size: 14px;
  }

  html[lang=zh-tw] div#plan-compare div#box4 div.container div.list-container table tr td {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  div#plan-compare div#box4 div.container {
    width: 90%;
  }
  div#plan-compare div#box4 div.container div.title-row {
    font-size: 16px;
  }
  div#plan-compare div#box4 div.container div.list-container {
    padding: 0px 20px 20px;
  }
  div#plan-compare div#box4 div.container div.list-container .list-title-row {
    font-size: 16px;
  }
  div#plan-compare div#box4 div.container div.list-container table tr td {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
  }
  div#plan-compare div#box4 div.container div.note,
div#plan-compare div#box4 div.container div.note > * {
    font-size: 13px;
  }

  html[lang=zh-tw] div#plan-compare div#box4 div.container div.list-container table tr td {
    font-size: 15px;
  }
}
.boxful-light-box .fancybox-close {
  top: 10px;
  right: 10px;
  background-image: url("/images/lightbox/boxful-close-button.png");
  width: 30px;
  height: 30px;
  background-size: 30px;
}
.boxful-light-box .fancybox-title-float-wrap {
  right: 100%;
  left: 0;
  margin-bottom: 0;
}
.boxful-light-box .fancybox-title-float-wrap .child {
  border-radius: 0;
  background: transparent;
  text-shadow: none;
  color: #000;
  padding: 0;
  font-weight: normal;
  font-family: Lato, Helvetica, Arial, PingFang HK, Noto Sans, Noto Sans TC, Microsoft JhengHei, sans-serif;
}
.boxful-light-box .fancybox-title-float-wrap .child div {
  display: inline-block;
  vertical-align: bottom;
}
.boxful-light-box .fancybox-title-float-wrap .child div.planName {
  background-color: #00c4b2;
  color: #fff;
  font-weight: bold;
  width: 150px;
  font-size: 23px;
  padding: 20px 0;
}
.boxful-light-box .fancybox-title-float-wrap .child div.planDetail {
  background-color: #e6e7e8;
  width: 200px;
  font-size: 19px;
  padding: 20px 0;
}

@media screen and (max-width: 980px) {
  div#boxful-home-pricing div.pricing-items-container {
    width: 90%;
  }
  div#boxful-home-pricing div.pricing-items-container div.price-dropdown div.pricing-promoSection {
    font-size: 23px;
  }
}
/* new laundry */
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row.need-laundry {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row.need-laundry .plan-title {
  width: auto;
}
.boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row.need-laundry .laundry-price-style {
  color: #00c4b3;
  font-size: 14px;
  text-align: left;
  width: auto;
}

.laundry-alert {
  font-size: 12px;
}
.laundry-alert p {
  color: #00c4b3;
  margin-top: 26px;
  margin-bottom: 4px;
}
.laundry-alert li {
  color: #898989;
  font-size: 12px;
  font-weight: normal;
}

.laundry-header-show {
  display: none;
}

/* #END new laundry */
@media screen and (max-width: 767px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  #video-bar .div-table .div-td {
    display: block;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  #video-bar .div-table .div-td .video-thumbnail img {
    max-width: 300px;
  }

  .boxful-popup-dialog.planDialog {
    max-width: 500px;
    min-width: 500px;
    width: 500px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content {
    height: 280px;
    overflow-y: scroll;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider {
    margin-bottom: 0px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile {
    padding: 15px 2%;
    width: 52%;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row > div {
    font-size: 18px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row .plan-price {
    color: #00c4b4;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-note {
    font-size: 12px;
    line-height: normal;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-img {
    padding: 20px 0px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.book-now {
    display: block;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details {
    padding: 15px 2%;
    width: 40%;
    min-height: 305px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td {
    padding: 5px;
    font-size: 12px !important;
    line-height: normal;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td:first-child {
    padding-left: 0px;
    width: 40%;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details div.note {
    margin: 10px 0px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details div.book-now {
    display: none;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details .mobile {
    display: inline;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.book-now {
    margin: 10px 0px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.book-now a {
    padding: 10px 0px;
    width: 256px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slick-dots {
    top: 250px;
    bottom: inherit;
    margin: 0px;
    width: 56%;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slick-dots li {
    margin: 0px;
    width: 16px;
    height: 16px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slick-dots li button:before {
    font-size: 10px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slick-dots .slick-active button:before {
    color: #00c4b4;
    font-size: 10px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-prev-arrow, .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-next-arrow {
    display: none !important;
  }

  html[lang=zh-tw] .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details {
    min-height: 308px;
  }
  html[lang=zh-tw] .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td:first-child {
    text-align: right;
  }
  html[lang=zh-tw] .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table .minimum-storage br {
    display: block;
  }
  html[lang=zh-tw] .boxful-popup-dialog.planDialog #xl-plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td br {
    display: block;
  }

  div#boxful-home-pricing img.mobileHide {
    display: none;
  }
  div#boxful-home-pricing #box3 {
    padding: 50px 0px 60px !important;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container img.price-item-img-deactive {
    display: none;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container img.price-item-img-active {
    display: block;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.deactive img.price-item-img-deactive {
    display: block;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.deactive img.price-item-img-active {
    display: none;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.column-1,
div#boxful-home-pricing #box3 div.pricing-items-container div.column-2 {
    display: inline-block;
    width: 49%;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-item-img {
    width: 100%;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-item-selector.boxesActive a#showPricingBoxes {
    padding: 10px 0;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-item-selector.boxesActive a#showPricingXL {
    padding: 10px 0;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-item-selector.XLActive a#showPricingBoxes {
    padding: 10px 0;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-item-selector.XLActive a#showPricingXL {
    padding: 10px 0;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-item-selector div.price-item-header h1 {
    font-size: 15px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-promoSection {
    border-radius: 8px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-promoSection div.pricing-promoSectionContainer {
    color: #FFF;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-promoSection div.pricing-promoSectionContainer div.column-1,
div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-promoSection div.pricing-promoSectionContainer div.column-2 {
    padding: 0;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-promoSection div.pricing-promoSectionContainer div.column-1 {
    display: block;
    width: 100%;
    font-size: 15px;
    text-align: center;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-promoSection div.pricing-promoSectionContainer div.column-2 {
    display: none;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-col {
    padding: 10px 0;
    margin: 0;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-col div.mobile-column-1,
div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-col div.mobile-column-2 {
    display: inline-block;
    width: 49%;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-col div.mobile-column-1 div.priceTitle2,
div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-col div.mobile-column-2 div.priceTitle2 {
    text-align: left;
    font-size: 16px;
    color: #000;
    padding: 0;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-col div.mobile-column-1 div.pricing-plan-price,
div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-col div.mobile-column-2 div.pricing-plan-price {
    font-size: 11px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-col div.mobile-column-1 div.pricing-plan-price br,
div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-col div.mobile-column-2 div.pricing-plan-price br {
    display: none;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-col div.mobile-column-1 div.pricing-plan-price::before,
div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-col div.mobile-column-2 div.pricing-plan-price::before {
    margin-left: 0;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-col div.mobile-column-1 {
    width: 49%;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-col div.mobile-column-2 {
    width: 49%;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-col div.pricing-col-inner {
    width: 98%;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-col div.pricing-col-inner div.pricerow {
    font-size: 9px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-col div.pricing-col-inner div.pricerow.last {
    padding-bottom: 0;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-col div.pricing-col-inner div.pricerow.mobile2line {
    margin: 0;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-col div.pricing-col-inner div.pricing-plan-price::before {
    margin: 10px 0;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container#price-boxes img.pricebox {
    height: auto;
    width: 85%;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container#price-boxes div.priceLabel {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 0;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container#price-boxes div.priceLabel div.priceLabelNote {
    width: 70%;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container#price-xl div.mobile-column-1 {
    width: 59%;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container#price-xl div.mobile-column-2 {
    width: 39%;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container#price-xl img.pricebox {
    height: auto;
    width: 100%;
    max-width: 220px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container#price-xl div.priceLabel {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 0;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container div.price-img {
    padding: 10px 0;
    padding-right: 10px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container div.pricing-plan-detail div.pricing-row + div.pricing-row {
    padding-top: 5px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container div.pricing-plan-detail div.pricing-row + div.pricing-row.pricing-plan-price {
    padding-top: 0;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container div.pricing-plan-detail div.pricing-plan-price {
    padding-top: 0;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container div.pricing-plan-detail div.pricing-plan-price font.price {
    font-size: 14px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container div.pricing-plan-detail img.mobileDots {
    width: 65px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container div.price-plan-general {
    display: none;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container div.priceLabel div.pricetype {
    background-color: #f1f2f2;
    padding: 20px 0;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container div.priceLabel div.priceLabelItem {
    border-right: none;
    min-height: 0;
    height: auto;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container div.priceLabel div.priceMobileUpper {
    border-bottom: none;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container div.priceLabel div.priceLabelTitle {
    background-color: #d1d3d4;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    padding: 7px 0;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container div.priceLabel div.mobileDots {
    line-height: 1;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container div.priceLabel img.mobileDots {
    width: 55px;
    padding-top: 10px;
    padding-bottom: 12.5px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container div.priceLabel div.priceLabelNote {
    font-size: 9px;
    width: 90%;
    margin: auto;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container div.priceLabel div.priceLabelNote div {
    text-align: center;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container div.priceLabel div.priceLabelNote div + div {
    padding-top: 8px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container div.priceLabel sup.colorGreen {
    display: inline-block;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-dropdown div.pricing-dropdown-container div.getStarted-price {
    width: 80%;
    margin: auto;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-header-row div.price-header {
    height: auto;
    padding: 10px 0px 10px 20px;
    background: #00c4b3;
    color: #fff;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-header-row div.price-header > div {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-header-row div.price-header div.mobileHide {
    display: none;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-header-row div.price-header div.mobileShow {
    display: inline-block;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-header-row div.price-header .title {
    font-size: 16px;
    color: #fff;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-header-row div.price-header .subtitle {
    font-size: 13px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-header-row .price-title-link {
    background: #e9f8f7;
    padding: 10px 0 10px 20px;
    margin-bottom: 5px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-header-row .price-title-link span {
    margin-right: 10px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-header-row .price-title-link span b {
    font-weight: normal;
    color: #00c4b3;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-header-row div.book-now {
    display: none;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-details {
    width: 100%;
    margin-bottom: 0px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-details div.div-td {
    padding: 4px 0px;
    display: block;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-details div.div-td:last-child {
    padding-right: auto;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-details div.plan-container {
    padding: 5px 0px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-details div.plan-container div.price-img {
    display: inline-block;
    width: 38%;
    padding: 3%;
    vertical-align: middle;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-details div.plan-container div.price-img .laundry-span {
    display: none;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-details div.plan-container div.price-text-content {
    display: inline-block;
    width: 52%;
    padding: 2%;
    text-align: left;
    vertical-align: middle;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-details div.plan-container div.price-text-content div.price-title {
    font-size: 16px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-details div.plan-container div.price-text-content div.price-title .laundry-span {
    display: inline-block;
    padding: 1px 6px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-details div.plan-container div.price-text-content div.plan-price {
    font-size: 14px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-details div.plan-container div.price-text-content div.price-details-btn {
    font-size: 13px;
    margin-bottom: 0px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.price-details.xl div.plan-container div.price-img {
    padding: 10px 5px;
  }
  div#boxful-home-pricing #box3 div.pricing-items-container div.book-now.xl {
    margin-bottom: 0px;
  }

  div#plan-compare div#box4 {
    padding-bottom: 60px;
  }
  div#plan-compare div#box4 div.container {
    width: 94%;
  }
  div#plan-compare div#box4 div.container div.title-row {
    padding: 20px 0px;
    font-size: 15px;
    text-align: center;
  }
  div#plan-compare div#box4 div.container div.title-row > div {
    display: block;
  }
  div#plan-compare div#box4 div.container div.title-row .title {
    margin-right: 0px;
    font-size: 18px;
  }
  div#plan-compare div#box4 div.container div.title-row .title h2 {
    font-size: 18px;
  }
  div#plan-compare div#box4 div.container div.title-row .subtitle {
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
  }
  div#plan-compare div#box4 div.container div.list-container {
    border: 0px;
    border-radius: 40px;
    padding: 0 10px 10px;
    background: #fff;
  }
  div#plan-compare div#box4 div.container div.list-container table tr td {
    font-size: 13px;
    padding: 8px;
  }
  div#plan-compare div#box4 div.container div.list-container table tr td:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }
  div#plan-compare div#box4 div.container div.list-container table tr td:nth-child(2) {
    border-left: 1px solid #cdecea;
    border-right: 1px solid #cdecea;
  }
  div#plan-compare div#box4 div.container div.list-container table tr td.new-price-title {
    padding-bottom: 0;
  }
  div#plan-compare div#box4 div.container div.list-container table tr td.new-price-title .new-price-des {
    padding: 10px 6px;
  }
  div#plan-compare div#box4 div.container div.list-container table tr.list-title-row {
    font-size: 13px;
  }
  div#plan-compare div#box4 div.container div.list-container table tr.list-title-row td {
    border-left: 0px;
    border-right: 0px;
    padding: 12px 8px;
  }
  div#plan-compare div#box4 div.container div.list-container table tr:last-child {
    border-bottom: 1px solid #cdecea;
  }
  div#plan-compare div#box4 div.container div.note {
    padding: 10px 0px;
    font-weight: normal;
    line-height: normal;
  }
  div#plan-compare div#box4 div.container div.note, div#plan-compare div#box4 div.container div.note > * {
    font-size: 12px;
  }
  div#plan-compare div#box4 div.container .mobile {
    display: inline;
  }
  div#plan-compare div#box4 div.container div.book-now {
    margin: 0px;
  }
  div#plan-compare div#box4 div.container div.book-now a {
    display: block;
    padding: 10px 0px;
  }

  div.book-now {
    margin-top: 2px;
    margin-bottom: 50px;
  }
  div.book-now a {
    display: block;
    font-size: 14px;
    padding: 10px 0px;
  }
}
@media screen and (max-width: 500px) {
  .boxful-popup-dialog.planDialog {
    max-width: 300px;
    min-width: 300px;
    width: 300px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content {
    height: 507px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide > div {
    display: block;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile {
    width: auto;
    padding: 20px 15px 10px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row {
    border-bottom: 2px solid #000000;
    padding: 0px 0px 2px;
    margin-bottom: 4px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-img {
    border-top: 1px solid #949494;
    margin-top: 4px;
    padding: 20px 0px;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.book-now {
    display: none;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details {
    width: auto;
    min-height: auto;
    padding: 10px 15px 0px;
    background-color: #ffffff;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details div.book-now {
    display: block;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details div.note {
    border-top: none;
  }
  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slick-dots {
    top: 265px;
    width: 100%;
  }

  div#plan-compare div#box4 div.container div.list-container table tr td {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  div#plan-compare div#box4 div.container div.list-container table .packing-materials td br {
    display: block;
  }

  html[lang=zh-tw] .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details {
    min-height: 0px;
  }
  html[lang=zh-tw] .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td {
    padding: 2px 5px;
  }
  html[lang=zh-tw] .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-details table tr td br {
    display: none !important;
  }
  html[lang=zh-tw] div#plan-compare div#box4 div.container div.list-container table tr td {
    padding: 8px 0px;
    width: 28%;
  }
  html[lang=zh-tw] div#plan-compare div#box4 div.container div.list-container table tr td br {
    display: block;
  }
  html[lang=zh-tw] div#plan-compare div#box4 div.container div.list-container table tr td:first-child {
    width: 16%;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  #video-bar .div-table .div-td .title {
    font-size: 14px;
  }
  #video-bar .div-table .div-td .video-thumbnail img {
    max-width: 280px;
  }

  html[lang=zh-tw] div#plan-compare div#box4 div.container div.list-container table tr td {
    padding: 8px 4px;
  }
}
/* new laundry */
@media screen and (max-width: 767px) {
  .laundry-alert {
    display: none;
  }

  .boxful-popup-dialog.planDialog .plans-lightbox-content .lightbox-slider .slide div.plan-profile div.plan-title-row.need-laundry {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .laundry-header-show {
    display: block;
    font-size: 12px;
    text-align: left;
  }
  .laundry-header-show p {
    margin-bottom: 0;
  }
  .laundry-header-show li {
    line-height: 1.4;
  }

  .laundry-show-item-1, .laundry-show-item-3 {
    display: none;
  }
}
/* #END new laundry */
div#boxful-home-user-comment {
  background: #f1f2f2;
}
div#boxful-home-user-comment div.UserCommentSection {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 30px 0;
  max-width: 1172px;
}
div#boxful-home-user-comment div.UserCommentSection div.column-1,
div#boxful-home-user-comment div.UserCommentSection div.column-2,
div#boxful-home-user-comment div.UserCommentSection div.column-3 {
  display: inline-block;
  vertical-align: middle;
}
div#boxful-home-user-comment div.UserCommentSection div.column-2 {
  width: 80%;
}
div#boxful-home-user-comment div.UserCommentSection div.column-1,
div#boxful-home-user-comment div.UserCommentSection div.column-3 {
  width: 10%;
}
div#boxful-home-user-comment div.UserCommentSection div.column-1 button.boxful-slick-prevArrow,
div#boxful-home-user-comment div.UserCommentSection div.column-3 button.boxful-slick-prevArrow {
  background-color: transparent;
  border: 0px;
}
div#boxful-home-user-comment div.UserCommentSection div.column-1 button.boxful-slick-nextArrow,
div#boxful-home-user-comment div.UserCommentSection div.column-3 button.boxful-slick-nextArrow {
  background-color: transparent;
  border: 0px;
}
div#boxful-home-user-comment div.UserCommentSection div.commentSlider {
  width: 79%;
  margin: auto;
  text-align: center;
}
div#boxful-home-user-comment div.UserCommentSection div.commentSlider div.commentContentContainer {
  color: #bcbec0;
  font-size: 16px;
  font-weight: bold;
}
div#boxful-home-user-comment div.UserCommentSection div.commentSlider div.commentContentContainer div.commentContentRow {
  width: 78%;
  margin: auto;
}
div#boxful-home-user-comment div.UserCommentSection div.commentSlider div.commentContentContainer div.commentContentRow + div.commentContentRow {
  padding-top: 15px;
}
div#boxful-home-user-comment div.UserCommentSection div.commentSlider div.commentContentContainer div.StarRate img {
  display: inline-block;
  max-width: 170px;
}
div#boxful-home-user-comment div.UserCommentSection div.commentSlider div.commentContentContainer div.commentName::before {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  margin: auto;
  background-color: #00c4b4;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  div#boxful-home-user-comment div.UserCommentSection div.commentSlider {
    width: 76%;
  }
  div#boxful-home-user-comment div.UserCommentSection div.commentSlider div.commentContentContainer {
    font-size: 13px;
  }
}
div#boxful-home-security div#box5 {
  max-width: 1330px;
}
div#boxful-home-security div#box5 .howitworkline {
  padding-bottom: 45px;
}
div#boxful-home-security div#box5 div.content {
  width: 80%;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 0;
}
div#boxful-home-security div#box5 div.content div.subcontent {
  min-width: 450px;
  display: inline-block;
}
div#boxful-home-security div#box5 div.content div.subcontent div.security {
  width: 28%;
  margin: 2.3%;
}
div#boxful-home-security div#box5 div.content div.subcontent div.security div.column-1 img {
  width: 100%;
}
div#boxful-home-security div#box5 div.content div.security-address {
  text-align: left;
  background: #e9f8f7;
  margin: 20px auto 0;
  width: 82%;
}
div#boxful-home-security div#box5 div.content div.security-address .se-pin {
  float: left;
  width: 15%;
  text-align: right;
  padding-top: 30px;
}
div#boxful-home-security div#box5 div.content div.security-address .se-info {
  float: left;
  width: 35%;
  padding-top: 40px;
  padding-right: 30px;
  box-sizing: border-box;
}
div#boxful-home-security div#box5 div.content div.security-address .se-info .se-info-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 1.4;
}
div#boxful-home-security div#box5 div.content div.security-address .se-info p {
  font-size: 15px;
}
div#boxful-home-security div#box5 div.content div.security-address .se-pic {
  float: left;
  width: 50%;
  min-height: 210px;
  background: url(/images/home/warehouse/warehouse04.jpg) no-repeat center center;
}
div#boxful-home-security div#box5 div.content div.security-address:after {
  content: "";
  display: table;
  clear: both;
}
div#boxful-home-security div#box5 #restrictedItem {
  color: #00c4b4;
  padding-top: 14px;
  font-size: 14px;
}
div#boxful-home-security div#box5 #restrictedItem a {
  text-decoration: underline;
}

div#boxful-home-warehouse {
  height: 280px;
  background: #fff url(../../../images/home/warehouse/warehouse.png) center center repeat;
  background-position: 0 50%;
}

div#boxful-home-howitwork {
  width: 100%;
  position: relative;
}
div#boxful-home-howitwork div.how-point-container {
  max-width: 240px;
  margin: auto;
}
div#boxful-home-howitwork div.how-point-container div.boximg-container img.boximg {
  width: 100%;
}

#rt-mainbody-surround .business-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #00c4b3;
  height: 87px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
#rt-mainbody-surround .business-header .header-logo {
  padding-left: 30px;
}
#rt-mainbody-surround .business-header .header-logo img {
  height: 70px;
}
#rt-mainbody-surround .business-header .header-nav a {
  color: #fff;
  margin: 17px 20px;
  font-size: 16px;
  font-weight: 300;
}
#rt-mainbody-surround .business-header .header-nav a:hover {
  color: #f7d33f;
}
#rt-mainbody-surround .business-title {
  font-size: 28px;
  text-align: center;
  padding: 80px 0 40px;
  font-weight: bold;
}
#rt-mainbody-surround .banner-section {
  width: 100%;
  height: 650px;
  background: url(/images/business/banner.png) no-repeat center bottom;
  background-size: auto 620px;
  position: relative;
  padding-top: 100px;
}
#rt-mainbody-surround .banner-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#rt-mainbody-surround .banner-section .banner-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  height: 100%;
}
#rt-mainbody-surround .banner-section .banner-text .banner-title {
  font-size: 48px;
  font-weight: normal;
  margin-top: 40px;
}
#rt-mainbody-surround .banner-section .banner-text .banner-desc {
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  line-height: 1.5;
}
#rt-mainbody-surround .banner-section .banner-text .banner-btn {
  margin: 60px 0 14px;
  transform: translateY(40px);
}
#rt-mainbody-surround .banner-section .banner-text .banner-btn .btn {
  padding: 10px 86px;
  border-radius: 99em;
  font-weight: bold;
}
#rt-mainbody-surround .banner-section .banner-text .banner-note {
  transform: translateY(90px);
  font-size: 14px;
}
#rt-mainbody-surround #ourServiceSection {
  padding-bottom: 60px;
}
#rt-mainbody-surround #ourServiceSection .our-service-section {
  width: 90%;
  max-width: 950px;
  margin: auto;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .business-list {
  display: flex;
  justify-content: space-between;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item {
  width: 43%;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item h4 {
  font-size: 16px;
  padding-bottom: 24px;
  text-align: center;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item .bi {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item .bi .bi-img {
  width: 70%;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item .bi .bi-img img {
  max-width: 100%;
  max-height: 200px;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item .bi .bi-price-wrap {
  text-align: right;
  font-size: 15px;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item .bi .bi-price-wrap .bi-price {
  font-weight: bold;
  font-size: 50px;
  color: #00c4b3;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item .bi .bi-price-wrap .bi-price span {
  font-size: 26px;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item .bi .bi-price-wrap .bi-desc span {
  display: block;
  color: #999;
  font-size: 13px;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item .bi-boxes {
  padding-top: 20px;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item .bi-boxes .bi-img {
  width: 43%;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .business-detail {
  background: #e9f8f7;
  display: flex;
  padding: 20px 0 20px 40px;
  margin-top: 10px;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .business-detail .bd-wrap {
  width: 50%;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .business-detail .bd-wrap .bd-item {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .business-detail .bd-wrap .bd-item .bd-title {
  font-weight: bold;
  color: #00c4b3;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .business-detail .bd-wrap .bd-item .bd-content {
  width: 76%;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .business-detail .bd-wrap .bd-item .bd-content span {
  color: #00c4b3;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .bs-other {
  text-align: center;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .bs-other .bs-note {
  padding: 8px 0;
  color: #999;
  font-size: 13px;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .bs-other .bs-note span {
  color: #00c4b3;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .bs-other .bs-btn {
  padding: 24px 0;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .bs-other .bs-btn .btn {
  padding: 10px 86px;
  border-radius: 99em;
  font-weight: bold;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .bs-other .bs-more {
  border: 1px solid #eee;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 0;
  margin-top: 10px;
}
#rt-mainbody-surround #ourServiceSection .our-service-section .bs-other .bs-more span {
  color: #00c4b3;
}
#rt-mainbody-surround #whyChooseMe {
  background: #e9f8f7;
  padding-bottom: 60px;
}
#rt-mainbody-surround #whyChooseMe .why-choose-me {
  width: 90%;
  max-width: 950px;
  margin: auto;
}
#rt-mainbody-surround #whyChooseMe .why-choose-me .bw-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: auto;
  padding-left: 6%;
}
#rt-mainbody-surround #whyChooseMe .why-choose-me .bw-list .bw-item {
  width: 40%;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
#rt-mainbody-surround #whyChooseMe .why-choose-me .bw-list .bw-item .bw-img {
  width: 25%;
  text-align: center;
}
#rt-mainbody-surround #whyChooseMe .why-choose-me .bw-list .bw-item .bw-img img {
  width: 100%;
}
#rt-mainbody-surround #whyChooseMe .why-choose-me .bw-list .bw-item .bw-info {
  margin-left: 10px;
  color: #4a4a4a;
}
#rt-mainbody-surround #whyChooseMe .why-choose-me .bw-list .bw-item .bw-info .bw-title {
  font-weight: 700;
  font-size: 20px;
}
#rt-mainbody-surround #whyChooseMe .why-choose-me .bw-list .bw-item .bw-info .bw-content {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
#rt-mainbody-surround #whyChooseMe .why-choose-me .bw-list .bw-item:nth-child(3) .bw-img img, #rt-mainbody-surround #whyChooseMe .why-choose-me .bw-list .bw-item:nth-child(4) .bw-img img {
  width: 80%;
}
#rt-mainbody-surround #whyChooseMe .why-choose-me .bw-btn {
  padding: 34px 0 15px;
  text-align: center;
}
#rt-mainbody-surround #whyChooseMe .why-choose-me .bw-btn .btn {
  padding: 10px 86px;
  border-radius: 99em;
  font-weight: bold;
}
#rt-mainbody-surround #whyChooseMe .why-choose-me .bw-note {
  text-align: center;
  color: #666;
}
#rt-mainbody-surround #BSHowItWorks {
  padding-bottom: 0;
}
#rt-mainbody-surround #BSHowItWorks .bs-how-it-works {
  width: 90%;
  max-width: 950px;
  margin: auto;
  position: relative;
  padding-top: 40px;
}
#rt-mainbody-surround #BSHowItWorks .bs-how-it-works:before {
  content: "";
  position: absolute;
  background: #e5e6e8;
  width: 1px;
  height: 80%;
  left: 50%;
  top: 120px;
}
#rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  position: relative;
}
#rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item .bh-img {
  width: 35%;
}
#rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item .bh-img img {
  width: 100%;
  max-width: 260px;
}
#rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item .bh-icon {
  width: 20%;
  text-align: center;
}
#rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item .bh-icon img {
  width: 100%;
  max-width: 130px;
}
#rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item .bh-box {
  width: 35%;
  line-height: 1.8;
}
#rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item .bh-box .bh-step {
  display: none;
}
#rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item .bh-box .bh-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 4px;
}
#rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item .bh-box .bh-content {
  margin-top: 4px;
  font-size: 15px;
  color: #4a4a4a;
  background: url(/images/business/icon.png) no-repeat 0 3px;
  padding-left: 18px;
  line-height: 1.4;
}
#rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item:nth-child(2) {
  margin-bottom: 100px;
}
#rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item:nth-child(2) .bh-img img {
  max-width: 300px;
}
#rt-mainbody-surround #BSHowItWorks .bh-btn {
  padding: 0 0 15px;
  text-align: center;
}
#rt-mainbody-surround #BSHowItWorks .bh-btn .btn {
  padding: 10px 86px;
  border-radius: 99em;
  font-weight: bold;
}
#rt-mainbody-surround #BSHowItWorks .bh-note {
  text-align: center;
  color: #666;
}
#rt-mainbody-surround #BSCompany {
  padding-bottom: 0;
}
#rt-mainbody-surround #BSCompany .bs-company {
  width: 90%;
  max-width: 950px;
  margin: auto;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
#rt-mainbody-surround #BSCompany .bs-company .bs-compay-wrap {
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 50%;
}
#rt-mainbody-surround #BSCompany .bs-company .bs-compay-wrap img {
  width: 36%;
}
#rt-mainbody-surround #BSCompany .bs-company .bs-compay-wrap img:last-child {
  width: 52%;
}
#rt-mainbody-surround #BSCompany .bs-company .bs-compay-wrap2 {
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 50%;
}
#rt-mainbody-surround #BSCompany .bs-company .bs-compay-wrap2 img {
  width: 40%;
}
#rt-mainbody-surround .footer-bar-section {
  background: #fff;
}
#rt-mainbody-surround .business-footer {
  background: #00c4b3;
  padding: 40px 0 60px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
#rt-mainbody-surround .business-footer a {
  color: #fff;
}
#rt-mainbody-surround .business-footer .bf-list {
  display: flex;
}
#rt-mainbody-surround .business-footer .bf-item {
  margin-left: 80px;
}
#rt-mainbody-surround .business-footer .bf-item .bf-title {
  font-weight: bold;
}
#rt-mainbody-surround .business-footer .bf-item .bf-li {
  margin-top: 7px;
}
#rt-mainbody-surround .business-footer .bf-contact {
  margin-right: 80px;
  text-align: right;
}
#rt-mainbody-surround .business-footer .bf-contact .bfc-logo img {
  height: 70px;
}
#rt-mainbody-surround .business-footer .bf-contact .bfc-tel {
  margin-top: 8px;
}
#rt-mainbody-surround .business-footer .bf-contact .bfc-tel img {
  margin-right: 3px;
}
#rt-mainbody-surround .business-footer .bf-contact .bfc-adr {
  margin-top: 8px;
}
#rt-mainbody-surround .our-services-section {
  background: #fafafa;
  padding: 50px 0 60px;
}
#rt-mainbody-surround .our-services {
  max-width: 950px;
  margin: auto;
}
#rt-mainbody-surround .service-list {
  display: flex;
  justify-content: space-between;
}
#rt-mainbody-surround .service-item {
  width: 24%;
  background: #fff;
  border: 1px solid #ebe9e9;
  text-align: center;
  color: #4a4a4a;
}
#rt-mainbody-surround .sitem-img {
  background: #fff;
}
#rt-mainbody-surround .sitem-img img {
  width: 100%;
  height: 220px;
  background: #fff;
  object-fit: cover;
}
#rt-mainbody-surround .sitem-title {
  font-size: 20px;
  padding-top: 20px;
  font-weight: bold;
  line-height: 1.1;
}
#rt-mainbody-surround .sitem-stitle {
  font-weight: bold;
  margin-top: 10px;
  font-size: 15px;
}
#rt-mainbody-surround .sitem-info {
  padding: 4px 10px 16px;
  font-size: 15px;
  min-height: 80px;
  margin-top: 10px;
}
#rt-mainbody-surround .sitem-info p {
  margin-bottom: 4px;
  color: #949494;
}
#rt-mainbody-surround .sitem-btn {
  padding-bottom: 20px;
}
#rt-mainbody-surround .sitem-btn .btn-inquire {
  padding: 10px 30px;
}
#rt-mainbody-surround .service-btn {
  padding: 40px 0 0;
  text-align: center;
}
#rt-mainbody-surround .service-btn .btn {
  padding: 10px 86px;
  border-radius: 99em;
}
#rt-mainbody-surround .btn-inquire, #rt-mainbody-surround .btn-get {
  display: inline-block;
  background: #f7d33f;
  padding: 12px 120px;
  border-radius: 99rem;
  color: #4a4a4a;
  font-weight: bold;
  font-size: 18px;
}
#rt-mainbody-surround .sectionHeader {
  font-size: 28px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 100px;
  font-weight: bold;
}
#rt-mainbody-surround .form-wrap {
  background: #e9f8f7;
}
#rt-mainbody-surround .form-wrap .sectionHeader {
  padding: 50px 0 40px;
  line-height: 1.4;
}
#rt-mainbody-surround .form-wrap .sectionHeader br {
  display: none;
}
#rt-mainbody-surround .form-section {
  max-width: 950px;
  margin: auto;
}
#rt-mainbody-surround .form-get {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#rt-mainbody-surround .form-get .txt {
  font-size: 16px;
  padding: 14px 20px;
  width: 24%;
  border: 1px solid #e6e7e8;
}
#rt-mainbody-surround .form-get button.btn-get {
  padding: 16px 30px;
  width: 23%;
  border: 0 none;
}
#rt-mainbody-surround .form-tel {
  text-align: center;
  padding: 3px 0 30px;
}
#rt-mainbody-surround .form-tel p {
  font-size: 20px;
  color: #4a4a4a;
  margin-bottom: 2px;
  margin-top: 20px;
}
#rt-mainbody-surround .form-tel div {
  color: #00c4b3;
  font-size: 38px;
  line-height: 1.1;
  font-weight: bold;
}
#rt-mainbody-surround .help-section {
  width: 90%;
  max-width: 950px;
  height: 86px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#rt-mainbody-surround .help-item {
  color: #00c4b3;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#rt-mainbody-surround .help-img {
  margin-right: 10px;
}
#rt-mainbody-surround .help-img img {
  max-width: 40px;
  vertical-align: middle;
}
#rt-mainbody-surround .help-cs {
  margin-right: 40px;
}
#rt-mainbody-surround .help-cs img {
  max-width: 20px;
  transform: scale(4) translate(-2px, -4px);
}
#rt-mainbody-surround .help-txt {
  line-height: 1.2;
  padding-bottom: 4px;
}
#rt-mainbody-surround .help-one {
  color: #4a4a4a;
}

@media screen and (max-width: 1000px) {
  #rt-mainbody-surround .service-list {
    padding: 0 20px;
  }
  #rt-mainbody-surround .service-list .sitem-title {
    font-size: 17px;
  }
  #rt-mainbody-surround .service-list .sitem-info {
    font-size: 12px;
  }
  #rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item .bh-box .bh-title {
    font-size: 16px;
  }
  #rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item .bh-box .bh-content {
    font-size: 13px;
  }
  #rt-mainbody-surround .form-get {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #rt-mainbody-surround .business-header {
    height: auto;
    padding: 10px 0;
  }
  #rt-mainbody-surround .business-header .header-logo {
    padding-left: 30px;
  }
  #rt-mainbody-surround .business-header .header-logo img {
    height: auto;
    width: 90%;
    max-width: 390px;
  }
  #rt-mainbody-surround .business-header .header-nav {
    display: none;
  }
  #rt-mainbody-surround .business-title {
    font-size: 24px;
    padding: 26px 0;
  }
  #rt-mainbody-surround .banner-section {
    height: 500px;
    background-size: auto 450px;
    padding-top: 70px;
  }
  #rt-mainbody-surround .banner-section .banner-text .banner-title {
    font-size: 34px;
  }
  #rt-mainbody-surround .banner-section .banner-text .banner-desc {
    font-size: 14px;
  }
  #rt-mainbody-surround .banner-section .banner-text .banner-btn {
    transform: translateY(45px);
  }
  #rt-mainbody-surround .banner-section .banner-text .banner-btn .btn {
    padding: 10px 66px;
  }
  #rt-mainbody-surround #ourServiceSection {
    padding-bottom: 60px;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .business-list {
    flex-direction: column;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item {
    width: 100%;
    margin-bottom: 25px;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item h4 {
    font-size: 16px;
    padding-bottom: 0;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item .bi {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item .bi .bi-img {
    width: 58%;
    transform: translateX(-21px);
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item .bi .bi-img img {
    max-width: 100%;
    max-height: 200px;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item .bi .bi-price-wrap {
    text-align: right;
    font-size: 15px;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item .bi .bi-price-wrap .bi-price {
    font-weight: bold;
    font-size: 50px;
    color: #00c4b3;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item .bi .bi-price-wrap .bi-price span {
    font-size: 26px;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item .bi .bi-price-wrap .bi-desc span {
    display: block;
    color: #999;
    font-size: 13px;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item .bi-boxes {
    padding-top: 20px;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .business-list .business-item .bi-boxes .bi-img {
    transform: translateX(0px);
    width: 43%;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .business-detail {
    padding: 15px 0 20px 10px;
    flex-direction: column;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .business-detail .bd-wrap {
    width: 100%;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .business-detail .bd-wrap .bd-item {
    font-size: 13px;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .business-detail .bd-wrap .bd-item .bd-title {
    font-weight: bold;
    color: #00c4b3;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .business-detail .bd-wrap .bd-item .bd-content {
    width: 72%;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .bs-other .bs-note {
    font-size: 12px;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .bs-other .bs-btn {
    padding: 24px 0;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .bs-other .bs-btn .btn {
    padding: 10px 86px;
    border-radius: 99em;
    font-weight: bold;
  }
  #rt-mainbody-surround #ourServiceSection .our-service-section .bs-other .bs-more {
    font-size: 11px;
  }
  #rt-mainbody-surround #whyChooseMe {
    padding-bottom: 40px;
  }
  #rt-mainbody-surround #whyChooseMe .why-choose-me .bw-list .bw-item {
    width: 100%;
  }
  #rt-mainbody-surround #whyChooseMe .why-choose-me .bw-list .bw-item .bw-info .bw-title {
    font-size: 16px;
  }
  #rt-mainbody-surround #whyChooseMe .why-choose-me .bw-list .bw-item .bw-info .bw-content {
    font-size: 13px;
  }
  #rt-mainbody-surround #whyChooseMe .why-choose-me .bw-btn {
    padding: 34px 0 15px;
    text-align: center;
  }
  #rt-mainbody-surround #whyChooseMe .why-choose-me .bw-btn .btn {
    padding: 10px 86px;
    border-radius: 99em;
    font-weight: bold;
  }
  #rt-mainbody-surround #whyChooseMe .why-choose-me .bw-note {
    text-align: center;
    color: #666;
  }
  #rt-mainbody-surround #BSHowItWorks {
    padding-bottom: 60px;
  }
  #rt-mainbody-surround #BSHowItWorks .bs-how-it-works {
    width: 90%;
    max-width: 950px;
    margin: auto;
    position: relative;
    padding-top: 40px;
  }
  #rt-mainbody-surround #BSHowItWorks .bs-how-it-works:before {
    content: "";
    display: none;
  }
  #rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
    position: relative;
    flex-direction: column;
  }
  #rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item .bh-img {
    width: 50%;
  }
  #rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item .bh-img img {
    width: 100%;
    max-width: 260px;
  }
  #rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item .bh-icon {
    display: none;
  }
  #rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item .bh-box {
    width: 100%;
  }
  #rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item .bh-box .bh-step {
    display: block;
    color: #00c4b3;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
  }
  #rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item .bh-box .bh-title {
    text-align: center;
    font-size: 16px;
  }
  #rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item .bh-box .bh-content {
    margin-top: 4px;
    font-size: 13px;
    color: #4a4a4a;
    text-align: left;
  }
  #rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item:nth-child(2) .bh-img {
    order: 1;
  }
  #rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item:nth-child(2) .bh-box {
    order: 2;
  }
  #rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item:last-child {
    margin-top: 0;
    margin-bottom: 40px;
  }
  #rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item:last-child .bh-img {
    width: 54%;
  }
  #rt-mainbody-surround #BSHowItWorks .bs-how-it-works .bh-item:last-child .bh-img img {
    max-width: 300px;
  }
  #rt-mainbody-surround #BSHowItWorks .bh-btn {
    padding: 0 0 15px;
    text-align: center;
  }
  #rt-mainbody-surround #BSHowItWorks .bh-btn .btn {
    padding: 10px 86px;
    border-radius: 99em;
    font-weight: bold;
  }
  #rt-mainbody-surround #BSHowItWorks .bh-note {
    text-align: center;
    color: #666;
  }
  #rt-mainbody-surround #BSContactUs {
    padding-bottom: 40px;
  }
  #rt-mainbody-surround #BSContactUs .bs-cotact-us {
    padding-bottom: 20px;
  }
  #rt-mainbody-surround #BSContactUs .bs-cotact-us form .user-input input {
    width: 80%;
    margin: 10px 10px;
  }
  #rt-mainbody-surround #BSContactUs .bs-cotact-us form .user-btn {
    text-align: center;
    margin-top: 30px;
  }
  #rt-mainbody-surround #BSContactUs .bs-cotact-us form .user-btn .bs-btn-submit {
    padding: 8px 100px;
    border-radius: 99em;
    font-weight: bold;
  }
  #rt-mainbody-surround #BSCompany {
    padding-bottom: 0;
  }
  #rt-mainbody-surround #BSCompany .bs-company {
    width: 90%;
    max-width: 950px;
    margin: auto;
    padding-bottom: 20px;
    flex-direction: column;
  }
  #rt-mainbody-surround #BSCompany .bs-company .bs-compay-wrap {
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
  #rt-mainbody-surround #BSCompany .bs-company .bs-compay-wrap img {
    width: 40%;
  }
  #rt-mainbody-surround #BSCompany .bs-company .bs-compay-wrap2 {
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
    width: 100%;
  }
  #rt-mainbody-surround #BSCompany .bs-company .bs-compay-wrap2 img {
    width: 40%;
  }
  #rt-mainbody-surround .footer-bar-section {
    background: #fff;
  }
  #rt-mainbody-surround .sectionHeader {
    font-size: 24px;
    padding-bottom: 60px;
  }
  #rt-mainbody-surround .our-services-section {
    padding-bottom: 60px;
  }
  #rt-mainbody-surround .service-list {
    flex-direction: column;
    align-items: center;
  }
  #rt-mainbody-surround .service-item {
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
  }
  #rt-mainbody-surround .form-wrap .sectionHeader {
    padding: 50px 0 40px;
    line-height: 1.4;
  }
  #rt-mainbody-surround .form-wrap .sectionHeader br {
    display: block;
  }
  #rt-mainbody-surround .form-get {
    flex-direction: column;
  }
  #rt-mainbody-surround .form-get .txt {
    width: 100%;
    padding: 10px 18px;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #rt-mainbody-surround .form-get button.btn-get {
    padding: 10px 30px;
    font-size: 15px;
    width: 100%;
  }
  #rt-mainbody-surround .form-tel p {
    font-size: 16px;
  }
  #rt-mainbody-surround .help-section {
    flex-direction: column;
    padding: 10px 0;
    height: 100px;
  }
  #rt-mainbody-surround .help-item {
    color: #00c4b3;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  #rt-mainbody-surround .help-img {
    margin-right: 10px;
  }
  #rt-mainbody-surround .help-img img {
    max-width: 40px;
    vertical-align: middle;
  }
  #rt-mainbody-surround .help-cs {
    margin-right: 40px;
  }
  #rt-mainbody-surround .help-cs img {
    max-width: 20px;
    transform: scale(4) translate(-24px, 2px);
  }
  #rt-mainbody-surround .help-txt {
    line-height: 1.2;
    padding-bottom: 4px;
  }
  #rt-mainbody-surround .help-one {
    color: #4a4a4a;
  }
  #rt-mainbody-surround .business-footer {
    flex-direction: column;
    align-items: center;
    font-size: 14px;
  }
  #rt-mainbody-surround .business-footer .bf-list {
    justify-content: space-around;
    width: 90%;
  }
  #rt-mainbody-surround .business-footer .bf-list .bf-item {
    margin-left: 0;
  }
  #rt-mainbody-surround .business-footer .bf-contact {
    width: 90%;
    margin-top: 20px;
    margin-right: 0;
    text-align: center;
  }
  #rt-mainbody-surround .business-footer .bf-contact .bfc-logo img {
    height: auto;
    max-width: 100%;
  }
}
/*** 3 Dots Loading Spinner - START ***/
.spinner-container {
  display: table;
  width: 100%;
  height: 100%;
}
.spinner-container .spinner {
  display: table-cell;
  width: 100px;
  text-align: center;
  vertical-align: middle;
}
.spinner-container .spinner > .bounce {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 2px;
  background-color: #00c4b4;
  border-radius: 100%;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner-container .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner-container .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.spinner-container .spinner .please-wait {
  color: #333333;
  font-size: 14px;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*** 3 Dots Loading Spinner - END ***/
body {
  line-height: 1.5em !important;
}

body a, a, ul.menu li .separator {
  color: #00c4b4;
}
body a:hover, a:hover, ul.menu li .separator:hover {
  color: #00c4b4;
}

body a, a, input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
body a:focus, a:focus, input:focus, select:focus, textarea:focus, button:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

.errorinput {
  border: 1px solid #ff0000 !important;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.yellow-button a {
  display: inline-block;
  background: #f7d33f;
  color: #4a4a4a;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 15px;
  padding: 8px 0;
  min-width: 210px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.yellow-button.disabled a {
  background-color: #ebe9e9 !important;
  color: #ffffff !important;
  cursor: default;
}

div.yellow-button a:hover {
  background-color: #d3b022;
  color: #ffffff;
}

#page-title-container {
  margin-top: 70px;
  margin-bottom: 50px;
}
#page-title-container .home-title {
  font-weight: normal;
  color: #4a4a4a;
}
#page-title-container .home-subtitle {
  font-size: 18px;
  color: #949494;
}

.ui-datepicker {
  z-index: 1000000 !important;
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker table thead {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#f1f1f1",GradientType=0 );
  border-bottom: 1px solid #bbb;
}
.ui-datepicker table th {
  text-align: center;
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker table tbody tr {
  border-bottom: 1px solid #bbb;
}
.ui-datepicker table tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker table tbody tr td {
  padding: 0;
  border-right: 1px solid #bbb;
  background-color: #e9e9e9;
}
.ui-datepicker table tbody tr td:last-child {
  border-right: 0px;
}
.ui-datepicker table tbody tr td span, .ui-datepicker table tbody tr td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
}
.ui-datepicker table a {
  text-decoration: none;
}

.ui-datepicker-header {
  background-color: #00c4b4;
  color: #ffffff;
  font-weight: bold;
  line-height: 30px;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("/images/datepicker_arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker-calendar .ui-state-default {
  background: #e9f8f7;
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}
.ui-datepicker-calendar .ui-state-hover, .ui-datepicker-calendar .ui-state-active {
  background: #f7d33f;
  color: #333333;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.ui-datepicker-calendar .ui-state-active {
  border: 1px solid #00c4b4;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.boxful-popup-container {
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  text-align: center;
}

.boxful-popup-dialog {
  box-shadow: 5px 10px 35px #000;
  padding: 0px;
  background-color: #FFF;
  text-align: center;
  max-width: 850px;
  width: 80%;
  min-width: 300px;
  transform: scale(0.8);
  transition: all 0.4s ease;
  opacity: 0;
  position: relative;
}
.boxful-popup-dialog.migration {
  width: 375px;
}

#boxful-mask {
  display: none;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.boxful-popup-close-button {
  cursor: pointer;
  position: absolute;
  top: -24px;
  right: -2px;
  font-size: 40px;
  color: #ffffff;
}

.boxful-popup-content {
  height: 480px;
}

.migration .boxful-popup-content {
  height: 300px;
  position: relative;
}

#migration-lightbox-content {
  padding: 20px 0px;
}
#migration-lightbox-content .migration-form {
  display: flex;
  justify-content: center;
}
#migration-lightbox-content .migration-form .migration-switch {
  font-size: 12px;
  background-color: #FFF;
  border: 1px solid #ccc;
  padding: 10px 5px;
  width: 45%;
}
#migration-lightbox-content .migration-form .migration-switch.active {
  background-color: #00c4b4;
  color: #FFF;
  border: 0px;
}
#migration-lightbox-content .new-desc, #migration-lightbox-content .existing-desc {
  display: none;
  padding: 10px 0;
  font-size: 13px;
}
#migration-lightbox-content .boxful-button {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
#migration-lightbox-content .migration-login-form {
  display: none;
}
#migration-lightbox-content .migration-login-form input {
  background-color: #FFF;
  border: 1px solid #DCDFE6;
  width: 206px;
}
#migration-lightbox-content .boxful-button a.disabled {
  pointer-events: none;
  background-color: #DCDFE6;
  color: #FFF;
}

/* responsive */
@media screen and (max-width: 1024px) {
  div#boxful-home-5 {
    background-attachment: scroll;
  }

  /*
  div#boxful-home-main, .box1-bg {
  	height: 567px;
  }
  */
  .box1-bg {
    background-position: center center;
    /*background-size: 1024px 576px;*/
    z-index: -1;
  }

  /* hing 17/03 */
  div.box1-fixed-content {
    /*padding-top:170px;*/
  }

  /* end */
  .box1-bg video {
    display: none;
  }

  .banner-news {
    padding: 20px 0 10px;
    margin-top: 0;
    background-color: #00c4b4;
  }

  .banner-news .wrapper {
    width: 100%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .banner-news .image {
    width: 165px;
    padding: 5px 20px 5px 0;
    margin-right: 20px;
  }

  .banner-news .text h5 {
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .banner-news .text p {
    font-size: 14px;
  }

  div.pricerow {
    font-size: 11px;
  }

  div.priceLabelItemContent {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  /*hing 24/4*/
  div.boximg-container {
    min-height: 0px;
  }

  div.banner-coupon-contain a img {
    height: 30px;
  }

  /*end*/
  /* hing 25/02 */
  div.pricerow {
    font-size: 10.5px;
    min-height: 24px;
    line-height: 1.5;
  }

  /*
  @media screen and (max-width: 876px) {
  	div.pricerow{
  		font-size:10px;
  	}
  }

  @media screen and (max-width: 870px) {
  	div.pricerow{
  		font-size:9px;
  	}
  }
  */
  div.priceMobileUpper, div.priceMobileLower {
    display: block;
    border-bottom: 1px solid #bcbec0;
    padding: 8px 0;
    margin: 0 20px;
  }

  div.priceMobileLower {
    border-bottom: none;
  }

  div.priceTitle2 {
    font-size: 30px;
  }

  font.pricerowPrice36 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }

  font.pricerowPrice45 {
    font-size: 37px;
    font-weight: bold;
    line-height: 1;
  }

  font.pricerowPrice50 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
  }

  font.pricerowPrice18 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
  }

  div.pricerowOne {
    text-align: center;
  }

  div.pricetype.middleTable {
    height: 110px;
  }

  div.photoItem {
    width: 13%;
    margin: 1%;
  }

  div.photoItemContent {
    font-size: 11px;
  }

  div.priceLabelItem {
    width: 30%;
    height: 95px;
    border-right: 1px solid #bcbec0;
  }

  div.priceLabelItem.mobileLast {
    border: none;
  }

  div.pricetype {
    padding: 0;
  }

  img.priceLabelImg {
    height: 33px;
  }

  /*
  img.pricebox.wardrobe{
  	height:100%;
  	position:relative;
  	left:20px;
  }
  */
  /* end */
  div#boxful-home-2, div#boxful-home-3, div#boxful-home-4, div#boxful-home-5 {
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  div.priceTitle {
    font-size: 32px;
  }

  div.pricetype.last br {
    display: none;
  }

  div.registration .div-td input {
    width: 170px;
  }

  img.boximg-big {
    width: 60%;
  }

  .column-right-big {
    width: 35%;
  }

  div.pricing-items-container {
    width: 98%;
  }

  div.pricing-dropdown-container {
    width: 100%;
  }

  div.pricing-col-inner {
    width: 90%;
  }

  div.priceTitle2 {
    font-size: 21px;
  }

  div.priceTitleNote {
    font-size: 11px;
  }

  div.pricing-dropdown-container div.saveMoreContainer {
    background-size: 100% 50px;
  }

  div.pricing-dropdown-container div.saveMoreText {
    padding-top: 53px;
  }

  div.price-item-header {
    font-size: 24px;
  }

  div.price-item-detail {
    font-size: 14px;
  }

  .security div.column-1 {
    width: 30%;
  }

  .security {
    margin: 0 5px;
    width: 23%;
  }

  .security div.column-2 {
    width: 67%;
  }

  .security div.column-1 img {
    width: 45px;
    padding-right: 5px;
  }

  .security .security-title {
    font-size: 16px;
  }

  .security .security-content {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
  #page-title-container {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #page-title-container {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #page-title-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #page-title-container .home-subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  /* dialog mobile */
  div.boxful-dialog {
    width: 300px !important;
  }

  /* end */
  div.boximg-container {
    min-height: 140px;
  }

  img.boximg {
    max-width: 180px;
  }

  /* hing 30/04*/
  .banner-coupon {
    padding: 10px 0;
  }

  div.banner-coupon-contain a img {
    height: 20px;
  }

  div.video-text-container {
    position: static;
    padding-top: 30px;
    top: 0px;
    left: 0px;
  }

  div.video-text-title {
    text-align: center;
    padding-left: 0px;
  }

  div.video-text-content {
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
    padding-left: 0px;
  }
  div.video-text-content br:first-child {
    display: block;
  }

  div.mapBar {
    font-size: 35px;
    line-height: 35px;
  }

  div#box8 div.content {
    display: block;
  }

  div.video-col.left, div.video-col.right {
    display: block;
    width: 100%;
    text-align: center;
    float: none;
  }

  div#boxful-home-6 {
    background: transparent;
    background-size: cover;
    height: auto;
  }

  div#boxful-home-6.zh-background {
    background: #fff url(../../../images/home/map-background-zh-m.gif) center center no-repeat;
    background-size: cover;
    height: 350px;
  }

  /* end */
  /* hing 20/04 */
  div.pricing-col {
    width: 100%;
    display: block;
    padding: 20px 0;
    border-right: none;
  }

  div.price-img {
    height: 100%;
    padding: 0;
  }

  div.pricerow br {
    display: none;
  }

  div.pricing-col.last div.pricing-col-inner {
    border-bottom: none;
  }

  div.priceLabel {
    margin-top: 0px;
    background-color: #fff;
    padding: 20px 0;
  }

  div.priceRemark {
    width: 80%;
    margin: 0 auto;
    color: #939598;
  }

  sup.colorGreen {
    display: inline;
  }

  /* end */
  /* hing 18/03 */
  div#boxful-home-main, .box1-bg {
    height: 430px;
  }

  div.priceMobileUpper, div.priceMobileLower {
    display: block;
    border-bottom: 1px solid #bcbec0;
    padding: 5px 0;
    margin: 0 20px;
  }

  div.priceMobileLower {
    border-bottom: none;
  }

  fieldset.insideBox {
    position: static;
  }

  /* end */
  /* hing 04/09 referral */
  div.headerReferralBannerContainer {
    max-width: 950px;
    font-size: 10px;
    text-align: center;
    font-style: italic;
    line-height: 14px;
    margin: auto;
  }

  /* end */
  /* hing 13/03 */
  div.headerPomotionBanner {
    display: block;
    width: 100%;
    z-index: 999;
    position: static;
  }
  div.headerPomotionBanner .headerPomotionBannerContainer {
    font-size: 11px;
  }
  div.headerPomotionBanner .headerPomotionBannerContainer u i {
    font-size: 11px;
  }

  div.headerPomotionBannerContainer {
    max-width: 950px;
    /*font-family: lato;*/
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
    font-style: italic;
    line-height: 14px;
    cursor: pointer;
  }

  /* end */
  /* hing 25/02 */
  .column-3-left, .column-3-right,
.column-4-left, .column-4-right,
div.priceTitle-left, div.priceTitle-right,
div.priceTitle-left-bulky, div.priceTitle-right-bulky {
    width: 100%;
    float: none;
  }

  div.pricetype.photoItemRow {
    display: none;
  }

  div.pricetype.middleTable {
    border: none;
    height: auto;
    padding: 0;
    margin: 0 20px;
    margin-bottom: 7%;
    border-bottom: 5px solid #bcbec0;
  }

  img.priceOverlay {
    position: static;
  }

  font.pricerowPrice18 {
    display: inline-block;
    clear: none;
    font-size: 16px;
  }

  font.pricerowPrice36 {
    font-size: 23px;
  }

  div.pricerowOne {
    border-bottom: 1px solid #bcbec0;
    padding-bottom: 10px;
    margin: 0;
    border-right: none;
  }

  div.priceTitle2 {
    text-align: center;
    color: #00c4b4;
    font-size: 23px;
    border-top: none;
    border-bottom: none;
    padding-bottom: 5px;
  }

  div.priceTitle2 br {
    display: none;
  }

  img.pricebox, img.priceOverlay {
    max-width: 170px;
  }

  img.pricebox.mobileHide, img.priceOverlay.mobileHide {
    display: none;
  }

  img.pricebox.mobileShow, img.priceOverlay.mobileShow {
    display: inline-block;
  }

  div.column-4-right.priceOverlayContainer {
    position: static;
    height: auto;
  }

  div.pricerow {
    font-size: 10px;
    line-height: 1.5;
    font-weight: normal;
    min-height: 0;
    border-bottom: none;
    margin-top: 5px;
    padding-bottom: 5px;
  }

  div.pricerow.mobile2line {
    max-width: 170px;
    margin: auto;
  }

  div.pricerow.mobileLast {
    border: none;
  }

  div.priceLabelRow {
    border: none;
  }

  div.priceLabelItem {
    width: 30%;
    height: 73px;
    border-right: 1px solid #bcbec0;
  }

  div.priceLabelItem.mobileLast {
    border: none;
  }

  div.priceLabelItemContent {
    max-width: 120px;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 8px;
    font-weight: bold;
  }

  div.priceLabelTitleBottomBorder {
    font-size: 19px;
    position: absolute;
    width: 100%;
    top: 0;
  }

  div.bottomLine {
    border-bottom: 3px solid #f7d33f;
    width: 40px;
    height: 25px;
    margin: 0 auto;
  }

  .mobileHide {
    display: none;
  }

  .mobileShow {
    display: block;
  }

  /*
  img.pricebox.wardrobe {
  	position: relative;
  	left: 30px;
  	height:100%;
  	max-height:none;
  }
  */
  div.priceLabelRowContent {
    font-size: 11px;
    line-height: normal;
  }

  /* end */
  html, body {
    overflow-x: hidden;
  }

  div#ct-parallaxtop {
    display: none;
  }

  /*div#box1 {
  	position: relative;
  	height: 100%;
  }*/
  div#box1 .font-lato-bold, div#box1 .font-lato {
    width: 65%;
    margin: 0 auto;
  }

  div#box1 .font-lato-bold.insideBox, div#box1 .font-lato.insideBox {
    width: 137px;
    margin: 0 auto;
  }

  div#box1 .font-lato-bold {
    font-size: 28px;
    line-height: 1.2;
    /*margin-top: 170px;*/
  }

  div#box1 .font-lato {
    font-size: 12px;
    line-height: 1.5;
  }

  div#box1 .font-lato.insideBox {
    font-size: 17px;
    line-height: 1.5;
    padding-top: 0;
  }

  div#box1 .font-lato.insideBox br {
    display: block;
  }

  div.box1-fixed-content {
    /*position:fixed;*/
    width: 100%;
    top: 200px;
    z-index: -1;
    padding-bottom: 35px;
    padding-top: 0px;
  }

  div#box1, div#box2, div#box3, div#box4, div#box5, div#box6 {
    z-index: auto;
  }

  div#watchVideo {
    top: 145px;
  }

  div#box1 img.videoPlayButton {
    height: 10px;
    vertical-align: baseline;
  }

  div#watchVideo a, div#getStarted a, div#getStarted-price a, div#box1 button, a#regionSubmit, div.boxful-button a {
    font-size: 13px;
    padding: 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  div#watchVideo a {
    min-width: 170px;
    width: auto;
    padding: 8px 16px;
  }

  div#watchVideo, div#getStarted {
    width: 100%;
    position: absolute;
    bottom: 8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5%;
  }

  #boxful-header-container {
    width: 100%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  div#boxful-home-main .div-table {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .gf-menu-toggle {
    top: 47px;
    right: 26px;
    left: auto;
    background-color: transparent;
  }

  .gf-menu-toggle .icon-bar {
    background-color: #02bdae;
  }

  .column-left, .column-center, .column-right {
    width: 85%;
    float: none;
    margin: 0 auto;
  }

  div#box2 .column-left, div#box2 .column-center, div#box2 .column-right {
    border-bottom: 1px solid #e8e9ea;
    padding: 25px 0;
  }

  div.home-title,
div.home-title h1 {
    font-size: 19px;
  }

  .howitworkline {
    padding: 0;
    margin-top: 6px;
    width: 35px;
    height: 3px;
  }

  div#box2 {
    padding: 80px 0;
  }

  .boxnum-no {
    font-size: 26px;
    margin: 0;
    line-height: 1;
  }

  .boxnum-title {
    font-size: 17px;
    line-height: 1.2;
    padding-top: 10px;
  }

  .boxnum-content, .column-right-big .boxnum-content {
    font-size: 13px;
    line-height: 1.2;
    padding-top: 10px;
  }

  .column-right-big br {
    display: none;
  }

  .column-right-big {
    float: none;
    width: 100%;
    text-align: center;
    padding: 5% 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  img.boximg-big {
    float: none;
    width: 260px;
  }

  /* security */
  div#box5 {
    width: 100%;
    padding: 50px 25px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mobile-security {
    padding: 0 0 50px;
  }
  .mobile-security .security-bg {
    background: url(/images/home/warehouse/warehouse04.png) no-repeat center center;
    height: 215px;
    background-size: cover;
    margin-top: 20px;
  }
  .mobile-security .security-address-mb {
    text-align: left;
    background: #e9f8f7;
    padding: 25px 0;
  }
  .mobile-security .security-address-mb .se-pin {
    float: left;
    width: 33%;
    text-align: right;
    padding-top: 0px;
  }
  .mobile-security .security-address-mb .se-info {
    float: left;
    width: 66%;
    padding-top: 0px;
  }
  .mobile-security .security-address-mb:after {
    content: "";
    display: table;
    clear: both;
  }
  .mobile-security #getStarted-price {
    display: none;
  }

  div#box5 .content {
    padding-top: 20px;
  }

  div#boxful-home-5 {
    background-size: cover;
  }
  div#boxful-home-5 .sec-map-wrap {
    background: #fff url(/images/new-home/map.png) right top no-repeat;
    background-size: auto 320px;
    height: 260px;
  }

  .security {
    width: 100%;
    margin: 0;
  }

  .security + .security {
    padding-top: 25px;
  }

  .security img {
    width: auto;
    height: auto;
  }

  .security div.column-1 {
    width: 13%;
  }

  .security div.column-2 {
    width: 83%;
  }

  div#box5 .howitworkline {
    padding-bottom: 40px;
  }

  .security .security-title br {
    display: none;
  }

  .security .security-title {
    font-size: 14px;
    padding-left: 7px;
  }

  .security .security-content {
    font-size: 12px;
    max-width: 100%;
    padding-left: 7px;
  }

  .security div.column-1 img {
    width: 35px;
    padding-right: 0;
  }

  /* end */
  .column-2-left, .column-2-right {
    width: 100%;
    float: none;
  }

  div#box3 .column-2-left img {
    width: 226px;
  }

  div#box3 .column-2-right {
    text-align: center;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  div.priceTitle {
    font-size: 21px;
  }

  div.pricetype {
    font-size: 12px;
    text-align: center;
  }

  div.pricetype > img {
    width: 12px;
  }

  div.pricetype.last br {
    display: none;
  }

  div.pricetype.last {
    padding: 3% 25px 0;
    font-size: 12px;
  }

  div#getStarted-price, div#getStarted-price a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  div#getStarted-price, div.boxful-button {
    padding: 0px 23px 10px;
  }

  /*div#box1 h1 {
  	margin-top: 180px;
  }*/
  /*div#box1 {
  	padding-top: 3%;
  }*/
  div#box1 input, div#box1 .div-td select {
    width: 100%;
    font-size: 13px;
    padding: 10px 15px;
    margin-left: 0;
  }

  fieldset div {
    padding: 10px 25px 0;
  }

  fieldset div.control-group {
    padding: 10px 0;
  }

  a#forgotPw {
    font-size: 13px;
  }

  div#box1 .forget-text {
    font-size: 13px;
    line-height: 1.5;
    padding: 0 25px;
  }

  fieldset div {
    padding: 10px 25px 0;
  }

  div#box1 .div-td {
    width: 100%;
    display: block;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  div#box1 .autoWidth {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }

  div#box1 button, a#regionSubmit {
    margin: 0;
  }

  div.login .div-td input {
    margin: 0;
  }

  div#box1 .home-logged {
    padding: 0 25px;
  }

  div#box1 .home-logged button {
    margin: 0 10px 10px;
    font-size: 13px;
    padding: 8px;
  }

  .how-point {
    width: 100%;
    padding: 0 20px 30px;
  }

  div.boximg-big {
    padding-top: 50px;
  }

  div#box3, div#box2 {
    padding: 50px 0;
  }

  div#box3 {
    padding-bottom: 0;
  }

  .box1-bg {
    background-size: cover;
    z-index: -2;
    position: absolute;
  }

  .box1-bg:after {
    display: none;
  }

  /* hing 16/03*/
  div#box1 .registration.font-lato-bold {
    width: 100%;
    padding-top: 0px;
  }

  div#box1 .registration.font-lato {
    width: 100%;
    font-weight: normal;
    padding-top: 0px;
  }

  div#box1 input, div#box1 .div-td select {
    height: 36px;
  }

  div.registration {
    padding-top: 110px;
  }

  div#box1 {
    padding-top: 85px;
  }

  div.box1-fixed-subContent {
    line-height: 13px;
    padding-top: 5px;
  }

  /*end*/
  .banner-news .image {
    width: 108px;
    border-right-width: 2px;
    padding: 0 10px 0 0;
    margin: 0;
    float: none;
    position: absolute;
    left: 50%;
    margin-left: -118px;
  }

  .banner-news .text h5 {
    font-size: 17px;
    line-height: 1.3;
    height: 70px;
    margin-top: -4px;
    margin-left: 50%;
    padding-left: 10px;
  }

  .banner-news .text p {
    font-size: 12px;
    text-align: center;
  }

  .banner-news .text h5 .line {
    display: none;
  }

  .banner-news .text h5 br {
    display: inline;
  }

  /* hing 28/12*/
  div.pricing-col:nth-child(odd) {
    background-color: #f8f8f8;
  }

  div.pricerowOneContent {
    border: none;
    padding: 10px 0 5px 0;
  }

  div.pricerow + div.pricerow {
    margin-top: 0;
    padding-top: 0;
  }

  div.priceLabelRowContent {
    text-align: center;
  }

  div.pricing-container {
    padding-top: 10px;
  }

  /* end */
  /* xl 20160114 */
  div.pricing-items-container {
    width: 100%;
  }

  div.pricing-items-container div.container {
    width: 90%;
  }

  div.pricing-items-container div.column-1,
div.pricing-items-container div.column-2 {
    display: block;
    width: 100%;
    padding: 30px 0;
  }

  div.pricing-items-container div.column-2.mobileHide {
    display: none;
  }

  div.price-item-img,
div.mobile-column-2 {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
  }

  div.mobile-column-2 {
    text-align: left;
  }

  div#getStarted-price, div.boxful-button {
    padding: 0px;
  }

  div.pricing-items-mobile {
    max-width: 320px;
    margin: auto;
  }

  div.price-item-header {
    font-size: 16px;
  }

  div.price-item-detail {
    font-size: 10px;
    line-height: 1.1;
  }

  div.price-item-detail-row br {
    display: none;
  }

  div.pricing-items-container div.row + div.row {
    padding: 5px 0;
    margin: 5px auto;
  }

  div.price-item-video {
    font-size: 12px;
    max-width: 160px;
  }

  a.pricing-play-video img {
    padding-right: 5px;
    width: 22px;
  }

  div.pricing-dropdown-container {
    width: 100%;
    padding-bottom: 20px;
  }

  div.pricing-dropdown-container div.saveMoreContainer {
    z-index: 10;
    bottom: 0;
    position: relative;
    background: url(/images/home/saveMore-m.png) center bottom no-repeat;
    background-size: 100% 40px;
    min-height: 40px;
  }

  div.pricing-dropdown-container div.bulkDiscountContainer {
    z-index: 5;
  }

  div.pricing-dropdown-container div.bulkDiscountContainer div.plan {
    font-size: 7px;
  }

  div.pricing-dropdown-container div.plan div.percentage {
    font-size: 13px;
  }

  div.pricing-dropdown-container div.bulkDiscountNote {
    padding: 0px 0 5px;
    font-size: 7px;
  }

  div.pricing-dropdown-container div.bulkDiscountContainer div.plan {
    width: 31%;
    padding: 13px 0px;
  }

  div.pricing-dropdown-container div.saveMoreText {
    padding-top: 13px;
    font-size: 15px;
  }

  img.pricingDownArrow {
    width: 25px;
  }

  div.pricing-col.mobileHide {
    display: none;
  }

  div.pricing-col.mobileShow {
    display: block;
  }

  div.priceMobileContainer {
    width: 90%;
    margin: auto;
  }

  img.priceLabelImg {
    height: 27px;
  }

  div.pricerow li {
    line-height: 1.3;
  }

  div#price-xl div.pricerow {
    margin-top: 3px;
    padding-bottom: 3px;
  }

  div.priceTitleNote {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  div#price-xl div.pricing-col:nth-child(odd) {
    background-color: #FFF;
  }

  img.mobileDots {
    width: 90px;
  }

  div.boxnum-container {
    max-width: 220px;
    padding: 20px 0 23px 0;
  }

  div.pricing-items-container div.row + div.row.price-item-button {
    padding-top: 10px;
  }

  div.xl div.price-item-video {
    display: none;
  }

  div.pricing-col-inner ul {
    max-width: 280px;
    margin: auto;
  }

  div.price-item-header br {
    display: block;
  }

  div.pricing-dropdown-container {
    padding-top: 0;
  }

  /* end */
  /* business banner */
  div#boxful-home-business {
    padding: 30px 0;
    background: #e9f8f7;
    color: #000;
  }

  div#boxful-home-business div.bannerContainer {
    width: 90%;
  }

  div#boxful-home-business div.column-1,
div#boxful-home-business div.column-2 {
    vertical-align: text-top;
    width: 49%;
  }

  div#boxful-home-business div.column-1 img {
    width: 110px;
    padding-right: 15px;
  }

  div#boxful-home-business div.mobileContainer {
    max-width: 320px;
    margin: auto;
  }

  div#boxful-home-business div.column-2 {
    padding-bottom: 15px;
  }

  div#boxful-home-business div.boxful-row {
    font-size: 10px;
    padding-bottom: 5px;
    line-height: 1.2;
  }

  div#boxful-home-business div.boxful-row.header {
    font-size: 15px;
  }

  div.mobileShow div.boxful-button {
    padding-top: 15px;
  }

  /* end */
  div.pricing-items-container div.deactive {
    background-color: #fff;
    color: #000;
  }

  div.pricing-items-container div.deactive img.price-item-img-active {
    display: block;
  }

  div.pricing-items-container div.deactive img.price-item-img-deactive {
    display: none;
  }

  div#boxful-home-6 div.warehouse {
    font-size: 14px;
  }
  div#boxful-home-6 div.warehouse.wch {
    bottom: 12.5%;
    left: 57.7%;
  }
  div#boxful-home-6 div.warehouse div.column-1 {
    display: inline-block;
    vertical-align: middle;
  }
  div#boxful-home-6 div.warehouse div.column-2 {
    display: inline-block;
    vertical-align: middle;
  }
  div#boxful-home-6 div.warehouse div.column-2 div.location-first-row {
    padding-left: 10px;
  }
  div#boxful-home-6 div.warehouse div.column-2 div.location-inner {
    width: 15px;
    height: 15px;
  }
  div#boxful-home-6 div.warehouse div.column-2 div.location-outer {
    margin-left: -2px;
    margin-top: -12px;
  }
  div#boxful-home-6 div.warehouse div.column-2 div.location-inner + div.location-outer + div.location-inner {
    margin: 0;
  }
  div#boxful-home-6 div.warehouse div.column-2 div.location-outer + div.location-inner + div.location-outer {
    margin-left: -13px;
  }

  #page-title-container {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  #page-title-container .home-subtitle {
    font-size: 14px;
  }
}
/* resize the map */
@media screen and (max-width: 500px) {
  img.long-map {
    display: none;
  }

  img.short-map {
    display: block;
    width: 100%;
  }

  div#boxful-home-6 div.warehouse {
    max-width: 100px;
  }

  div.warehouse.kc {
    top: 26%;
    left: 49%;
  }

  div.mapBar {
    width: 35%;
    font-size: 20px;
    line-height: 20px;
  }

  div#boxful-home-6 div.warehouse {
    font-size: 11px;
  }
  div#boxful-home-6 div.warehouse.wch {
    bottom: 2.5%;
    left: 58.7%;
  }
  div#boxful-home-6 div.warehouse div.column-1 {
    display: inline-block;
    vertical-align: middle;
  }
  div#boxful-home-6 div.warehouse div.column-2 {
    display: inline-block;
    vertical-align: middle;
  }
  div#boxful-home-6 div.warehouse div.column-2 div.location-first-row {
    padding-left: 10px;
  }
  div#boxful-home-6 div.warehouse div.column-2 div.location-inner {
    width: 15px;
    height: 15px;
  }
  div#boxful-home-6 div.warehouse div.column-2 div.location-outer {
    margin-left: -2px;
    margin-top: -12px;
  }
  div#boxful-home-6 div.warehouse div.column-2 div.location-inner + div.location-outer + div.location-inner {
    margin: 0;
  }
  div#boxful-home-6 div.warehouse div.column-2 div.location-outer + div.location-inner + div.location-outer {
    margin-left: -13px;
  }

  div.location-label {
    min-width: 90px;
    min-height: 38px;
  }
}
/* end */
@media screen and (max-width: 420px) {
  div#boxful-home-5 .sec-map-wrap {
    background: #fff url(/images/new-home/map.png) right top no-repeat;
    background-size: auto 250px;
    height: 260px;
  }
}
@media screen and (max-width: 375px) {
  div#boxful-home-6 div.warehouse.wch {
    bottom: 0.5%;
    left: 56.7%;
  }
}
@media screen and (max-width: 350px) {
  .banner-news .text h5 {
    font-size: 16px;
    margin-top: 0;
  }

  div#boxful-home-5 .sec-map-wrap {
    background: #fff url(/images/new-home/map.png) -180px top no-repeat;
    background-size: auto 250px;
    height: 260px;
  }

  /* dialog mobile */

  /* end */
}
@media screen and (max-width: 350px) and (max-width: 320px) {
  div#boxful-home-6 div.warehouse.wch {
    bottom: -5.5%;
    left: 53.7%;
  }
}
@media screen and (max-width: 350px) {
  div.boxful-dialog {
    width: 280px !important;
  }
}
@media screen and (max-width: 350px) {
  div.boxful-dialog div.ui-dialog-content {
    padding: 2em 2em;
  }
}
@media screen and (max-width: 350px) {
  div.banner-coupon-contain a img {
    height: 17px;
  }
}
/* new laundry */
span.laundry-span {
  color: #fff;
  background: #ec6562;
  display: inline-block;
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 5px;
  margin-left: 10px;
  vertical-align: middle;
  width: auto;
}

.laundry-box-wrap {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.laundry-box-wrap .laundry-standard-box {
  flex: 1;
}
.laundry-box-wrap .laundry-standard-box .laundry-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.laundry-box-wrap .laundry-standard-box .standard-inner {
  border: 1px solid #e9e9e9;
  background: #fff;
}
.laundry-box-wrap .laundry-standard-box .standard-inner .standard-info {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
}
.laundry-box-wrap .laundry-standard-box .standard-inner .standard-info .standard-text {
  font-size: 14px;
  color: #949494;
  text-align: right;
}
.laundry-box-wrap .laundry-standard-box .standard-inner .standard-info .standard-text span {
  font-size: 12px;
}
.laundry-box-wrap .laundry-standard-box .standard-inner .standard-info .standard-img img {
  width: 150px;
}
.laundry-box-wrap .laundry-standard-box .standard-inner .laundry-user-input {
  background: #e9e9e9;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.laundry-box-wrap .laundry-standard-box .standard-inner .laundry-user-input .laundry-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #949494;
  flex: 1;
  font-size: 16px;
}
.laundry-box-wrap .laundry-standard-box .standard-inner .laundry-user-input .laundry-user-do {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background: #fff;
  border-left: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
}
.laundry-box-wrap .laundry-standard-box .standard-inner .laundry-user-input .laundry-user-do .laundry-num {
  width: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 50px;
  font-weight: bold;
  color: #e9e9e9;
}
.laundry-box-wrap .laundry-standard-box .standard-inner .laundry-user-input .laundry-user-do .laundry-jj {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.laundry-box-wrap .laundry-standard-box .standard-inner .laundry-user-input .laundry-user-do .laundry-jj .arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin: 12.5px auto;
  cursor: pointer;
}
.laundry-box-wrap .laundry-standard-box .standard-inner .laundry-user-input .laundry-user-do .laundry-jj .disabled .arrow {
  opacity: 0.5;
}
.laundry-box-wrap .laundry-standard-box .standard-inner .laundry-user-input .laundry-user-do .laundry-jj .laundry-dec {
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  height: 40px;
  padding: 0 8px;
}
.laundry-box-wrap .laundry-standard-box .standard-inner .laundry-user-input .laundry-user-do .laundry-jj .laundry-dec .arrow {
  border-top: 15px solid #949494;
}
.laundry-box-wrap .laundry-standard-box .standard-inner .laundry-user-input .laundry-user-do .laundry-jj .laundry-inc {
  border-left: 1px solid #e9e9e9;
  height: 40px;
  padding: 0 8px;
}
.laundry-box-wrap .laundry-standard-box .standard-inner .laundry-user-input .laundry-user-do .laundry-jj .laundry-inc .arrow {
  border-bottom: 15px solid #949494;
}
.laundry-box-wrap .laundry-wardrobe-box {
  flex: 2;
  margin-left: 30px;
}
.laundry-box-wrap .laundry-wardrobe-box .laundry-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.laundry-box-wrap .laundry-wardrobe-box .laundry-title .laundry-w-info {
  font-size: 12px;
  color: #00c4b3;
  align-self: flex-end;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner {
  border: 1px solid #e9e9e9;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .standard-info {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .standard-info .standard-text {
  font-size: 14px;
  color: #949494;
  text-align: right;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .standard-info .standard-text span {
  font-size: 12px;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .standard-info .standard-img img {
  width: 150px;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .laundry-user-input {
  background: #e9e9e9;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .laundry-user-input .laundry-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #949494;
  flex: 1;
  font-size: 16px;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .laundry-user-input .laundry-user-do {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  background: #fff;
  border-left: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .laundry-user-input .laundry-user-do .laundry-num {
  width: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 50px;
  font-weight: bold;
  color: #e9e9e9;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .laundry-user-input .laundry-user-do .laundry-jj {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .laundry-user-input .laundry-user-do .laundry-jj .arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin: 12.5px auto;
  cursor: pointer;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .laundry-user-input .laundry-user-do .laundry-jj .disabled .arrow {
  opacity: 0.5;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .laundry-user-input .laundry-user-do .laundry-jj .laundry-dec {
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  height: 40px;
  padding: 0 8px;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .laundry-user-input .laundry-user-do .laundry-jj .laundry-dec .arrow {
  border-top: 15px solid #949494;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .laundry-user-input .laundry-user-do .laundry-jj .laundry-inc {
  border-left: 1px solid #e9e9e9;
  height: 40px;
  padding: 0 8px;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .laundry-user-input .laundry-user-do .laundry-jj .laundry-inc .arrow {
  border-bottom: 15px solid #949494;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .wardrobe-inner {
  width: 50%;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .laundry-wardrobe-desc {
  width: 46%;
  margin: 0 2%;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .laundry-wardrobe-desc table {
  width: 100%;
  height: 100%;
  font-size: 12px;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .laundry-wardrobe-desc table tr:first-child td {
  border-bottom: 1px solid #e9e9e9;
  color: #00c4b3;
  font-weight: bold;
}
.laundry-box-wrap .laundry-wardrobe-box .standard-inner .laundry-wardrobe-desc table td {
  text-align: center;
  color: #a5a5a5;
}

.laundry-price-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
  color: #00c4b3;
  margin-bottom: 15px;
}
.laundry-price-section .laundry-price-money {
  width: 300px;
  min-height: 50px;
  line-height: 50px;
  padding: 0px;
  border: 1px solid #497132;
  background-color: #ffffff;
  font-size: 24px;
  text-align: center;
  margin-left: 30px;
  margin-right: 0.5%;
}

div.option-bar .open-content div.laundry-wardrobe-price-money {
  color: #857857;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.option-bar .div-row div.laundry-standard-price-money-m {
  display: none;
}

@media screen and (max-width: 767px) {
  div.mobile-title {
    font-size: 14px;
    color: #00c4b3;
    padding-top: 0;
  }
  div.mobile-title span.laundry-span {
    padding: 0 6px;
  }

  #product-containers .product-container .mobile-product .product-description > div .product-title .laundry-span {
    font-size: 10px;
    padding: 0 6px;
    margin-left: 4px;
  }

  #product-containers div.product-container .mobile-product .product-description > div {
    width: auto;
  }

  #product-containers .product-container .mobile-product div.product-img {
    width: 60px;
  }

  #product-containers .product-container .mobile-product div.product-description {
    width: calc(100% - 60px);
    padding: 0 0 0 8px;
  }

  #packing-materials .gyj-wrap div.option-img img {
    visibility: visible;
  }

  #packing-materials .pmd-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #packing-materials .pmd-title .lb-title-a {
    font-size: 16px;
    font-weight: bold;
  }
  #packing-materials .pmd-title .lb-title {
    color: #7f7f7f;
    width: 40%;
    line-height: 1.3;
    font-size: 12px;
    font-weight: 300;
  }
  #packing-materials .pmd-title .lb-title span {
    font-size: 12px;
  }

  .laundry-mobile-price-table {
    padding-bottom: 24px;
  }
  .laundry-mobile-price-table .lmptt {
    margin-top: 24px;
    text-align: right;
    color: #00c4b3;
    font-size: 12px;
  }
  .laundry-mobile-price-table table {
    width: 100%;
    background: #fff;
  }
  .laundry-mobile-price-table table tr:first-child {
    background: #00c4b3;
    color: #fff;
  }
  .laundry-mobile-price-table table tr {
    color: #7f7f7f;
    font-size: 12px;
  }
  .laundry-mobile-price-table table tr td {
    padding: 4px;
  }

  .option-bar .div-row div.laundry-standard-price-money-m {
    display: block;
  }

  .option-bar .price-section .value-cell div.laundry-standard-price-money {
    width: 180px;
  }

  .option-bar .price-section .value-cell div.laundry-wardrobe-price-money {
    font-size: 12px;
    color: #7f7f7f;
    width: 180px;
    line-height: 12px;
  }
}
/* #END new laundry */
.footer-top-bar {
  background: #00c4b3;
}

.footer-top-main {
  height: 80px;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-top-item {
  color: #fff;
  font-size: 18px;
}

.footer-top-item a {
  color: #fff;
}

.footer-top-item a:hover {
  color: #fff;
}

.footer-top-item img {
  height: 30px;
}

.footer-top-item:last-child a {
  margin-left: 24px;
}

@media screen and (max-width: 1010px) {
  .footer-top-bar {
    background: #00c4b3;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-top-main {
    height: 60px;
  }

  .footer-top-item {
    font-size: 14px;
  }

  .footer-top-item img {
    height: 20px;
  }

  .footer-top-item:nth-child(2) img {
    height: 26px;
  }
}
.footer-main-wrap {
  background: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 73px;
}
.footer-main-wrap .foot-logo-wrap {
  padding-top: 38px;
}
.footer-main-wrap .foot-logo-wrap img {
  height: 40px;
}
.footer-main-wrap .footer-sep-line {
  height: 3px;
  background: #d8d8d8;
  width: 150px;
  margin: 40px auto 0;
}
.footer-main-wrap .footer-logo-desc {
  font-weight: bold;
  font-size: 20px;
}
.footer-main-wrap .footer-link-wrap {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
.footer-main-wrap .footer-link-wrap .flink {
  margin: 0 18px;
}
.footer-main-wrap .footer-link-wrap .flink a {
  font-size: 18px;
  font-weight: bold;
  color: #4a4a4a;
}
.footer-main-wrap .footer-text-main {
  font-size: 15px;
  color: #949494;
  line-height: 1.47;
  margin-top: 14px;
  text-align: center;
}
.footer-main-wrap .footer-text-main strong {
  color: #00c4b3;
}
.footer-main-wrap .footer-pay {
  margin-top: 3px;
}
.footer-main-wrap .footer-pay img {
  height: 48px;
  margin: 5px;
}
.footer-main-wrap .footer-pay img:first-child {
  height: 52px;
}
.footer-main-wrap .footer-pay img:last-child {
  height: 32px;
}

@media screen and (max-width: 767px) {
  .footer-main-wrap {
    display: flex;
    padding-bottom: 20px;
  }
  .footer-main-wrap .footer-text-main p {
    margin-top: 10px;
  }
  .footer-main-wrap .foot-logo-wrap {
    padding-top: 20px;
  }
  .footer-main-wrap .foot-logo-wrap img {
    height: 30px;
  }
  .footer-main-wrap .footer-sep-line {
    height: 1px;
    width: 120px;
    margin: 16px auto 0;
  }
  .footer-main-wrap .footer-logo-desc {
    font-size: 14px;
    margin-top: 10px;
  }
  .footer-main-wrap .footer-link-wrap {
    margin-top: 30px;
  }
  .footer-main-wrap .footer-link-wrap .flink {
    margin: 0 7px;
  }
  .footer-main-wrap .footer-link-wrap .flink a {
    font-size: 14px;
  }
  .footer-main-wrap .footer-text-main {
    font-size: 12px;
    color: #949494;
    line-height: 1.47;
    margin-top: 14px;
    text-align: center;
  }
  .footer-main-wrap .footer-text-main strong {
    color: #00c4b3;
  }
  .footer-main-wrap .footer-pay {
    margin-top: 3px;
  }
  .footer-main-wrap .footer-pay a img:last-child {
    height: 43px;
    margin: 5px;
  }
  .footer-main-wrap .footer-pay a:nth-child(2) img {
    height: 24px;
  }
}

/*# sourceMappingURL=boxful-home-main-sass.css.map */
