.title-box {
  text-align: center;
  margin-top: 60px;
}

div.home-title {
  margin-top: 0;
  margin-bottom: 0;
}

div.home-title-second {
  color: #545454;
  font-size: 18px;
  font-weight: 400;
  margin-top: 17px;
}
html[lang=zh-tw] div.home-title-second {
  font-size: 15px;
}

.question-form-wrap {
  background: #00c4b3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 0 48px;
}
.question-form-wrap .question-title {
  font-size: 24px;
  color: #f8d340;
  font-weight: bold;
}
.question-form-wrap .question-desc {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.question-form-wrap .question-desc a {
  color: #fff;
  font-weight: bold;
}
.question-form-wrap .question-form-ele {
  margin-top: 20px;
}
.question-form-wrap .question-form-ele input {
  border: 0 none;
  border-left: 1px solid #cdfffb;
  border-bottom: 1px solid #cdfffb;
  margin-right: 19px;
  height: 32px;
  width: 269px;
  color: #fff;
  background: transparent;
  padding-left: 12px;
  font-size: 16px;
  font-weight: bold;
}
.question-form-wrap .question-form-ele input::placeholder {
  color: #fafafa;
}
.question-form-wrap .question-form-ele button {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  width: 159px !important;
}

.compare-wrap {
  margin-top: 60px;
}
.compare-wrap .cp-title {
  height: 48px;
  width: 320px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #324a5e;
  border: 2px solid #324a5e;
  border-radius: 99em;
  cursor: pointer;
  text-transform: uppercase;
}
.compare-wrap .cp-title img {
  width: 18px;
  margin: 3px 0 0 10px;
  transition: transform 0.4s;
}
.compare-wrap .compare-cotainer {
  position: relative;
  display: none;
}
.compare-wrap .compare-main {
  margin: 27px auto 0;
  max-width: 1120px;
  border: 1px solid #ecebeb;
  background: #fff;
  padding: 40px 30px 32px;
}
.compare-wrap table {
  width: 100%;
  border-collapse: collapse;
  color: #324a5e;
}
.compare-wrap table th {
  width: 25%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  height: 0;
}
.compare-wrap table th > div {
  padding: 18px 0;
  box-sizing: border-box;
  height: 100%;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .compare-wrap table th > div {
      box-sizing: content-box;
    }
  }
}
.compare-wrap table th:nth-child(1) > div {
  color: #999;
  text-align: left;
  padding-left: 18px;
}
.compare-wrap table th:nth-child(2) > div {
  background: #f8d340;
  margin-right: 16px;
}
.compare-wrap table th:nth-child(3) > div {
  background: #00c4b3;
  margin-left: 17px;
}
.compare-wrap table th:nth-child(4) > div {
  background: #00c4b3;
  margin-left: 17px;
}
.compare-wrap table td {
  width: 25%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  height: 0;
}
.compare-wrap table td > div {
  padding: 18px 0;
  height: 100%;
  box-sizing: border-box;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .compare-wrap table td > div {
      box-sizing: content-box;
    }
  }
}
.compare-wrap table td > div > img {
  width: 23px;
}
.compare-wrap table td:nth-child(1) > div {
  color: #999;
  text-align: left;
  padding-left: 18px;
}
.compare-wrap table td:nth-child(2) > div {
  background: #fef9e5;
  margin-right: 16px;
}
.compare-wrap table td:nth-child(3) > div {
  background: #e9f8f7;
  margin-left: 17px;
}
.compare-wrap table td:nth-child(4) > div {
  background: #e9f8f7;
  margin-left: 17px;
}
.compare-wrap table tr:last-child td:nth-child(2) > div {
  background: #fff;
}
.compare-wrap table tr:last-child td:nth-child(3) > div {
  background: #fff;
  margin-left: 17px;
}
.compare-wrap table tr:last-child td > div a {
  display: block;
  width: 100% !important;
  height: 40px;
  line-height: 40px;
  color: #444;
  margin-top: 6px;
  text-transform: uppercase;
}
.compare-wrap table tr:last-child td > div a:hover {
  background-color: #d3b022;
  color: #fff !important;
}
.compare-wrap table .note {
  font-size: 12px;
  line-height: 1.1;
  padding: 0 10px;
}
.compare-wrap .compare-main.fix-tab {
  display: none;
}

.compare-wrap .homepage-compare table th, .compare-wrap .homepage-compare table td {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.compare-wrap .homepage-compare table th div, .compare-wrap .homepage-compare table td div {
  margin: 0;
}
.compare-wrap .homepage-compare table th div.wcenter, .compare-wrap .homepage-compare table td div.wcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.compare-wrap .homepage-compare table th:last-child, .compare-wrap .homepage-compare table td:last-child {
  border-right: 0 none;
}
.compare-wrap .homepage-compare table th.greenbg div, .compare-wrap .homepage-compare table td.greenbg div {
  background: #e9f8f7;
}
.compare-wrap .homepage-compare table tr:last-child td {
  border: 0 none;
}
.compare-wrap .homepage-compare table tr:last-child td div {
  padding: 18px 16px;
}

.features-wrapper {
  padding-bottom: 64px;
  background: #fff;
  padding-top: 10px;
}
.features-wrapper .features-wrap {
  margin: 60px auto 0;
  max-width: 1120px;
  display: flex;
  justify-content: space-between;
}
.features-wrapper .features-carrousel {
  max-width: 640px;
  overflow: hidden;
  width: 50%;
}
.features-wrapper .features-carrousel .swiper-container-fea {
  height: 100%;
  position: relative;
}
.features-wrapper .features-carrousel .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features-wrapper .features-carrousel .swiper-container-horizontal > .swiper-pagination-bullets, .features-wrapper .features-carrousel .swiper-pagination-custom, .features-wrapper .features-carrousel .swiper-pagination-fraction {
  bottom: 20px;
}
.features-wrapper .features-carrousel .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fafafa;
  opacity: 1;
}
.features-wrapper .features-carrousel .swiper-pagination-bullet-active {
  opacity: 1;
  background: #00c4b3;
}
.features-wrapper .icon-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.features-wrapper .icon-list .item {
  margin-left: 40px;
  width: 40%;
  display: flex;
  margin-bottom: 25px;
}
.features-wrapper .icon-list .item .item-img {
  width: 30px;
  text-align: center;
}
.features-wrapper .icon-list .item .item-img img {
  max-width: 100%;
}
.features-wrapper .icon-list .item .item-info {
  margin-left: 20px;
  flex: 1;
}
.features-wrapper .btn-wrap {
  text-align: center;
  margin-top: 53px;
}
.features-wrapper .btn-wrap .btn {
  width: 208px !important;
  color: #444;
}
.features-wrapper .btn-wrap .btn:hover {
  background-color: #d3b022;
  color: #fff !important;
}

.testimonials-wrapper {
  background: #fafafa;
}
.testimonials-wrapper .testimonials-wrap {
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  max-width: 1064px;
}
.testimonials-wrapper .google-reviews-main {
  margin-top: 34px;
}
.testimonials-wrapper .google-reviews-score .score-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials-wrapper .google-reviews-score .score-wrap .score-num {
  color: #324a5e;
  font-size: 32px;
  font-weight: bold;
}
.testimonials-wrapper .google-reviews-score .score-wrap .score-star img {
  width: 22px;
  margin-left: 10px;
}
.testimonials-wrapper .google-reviews-score .from-reviews a {
  font-size: 14px;
  color: #888;
}
.testimonials-wrapper .google-reviews-score .from-reviews a img {
  height: 30px;
}
.testimonials-wrapper .google-reviews-list {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
.testimonials-wrapper .google-reviews-list .reviews-item {
  border: 1px solid #ebe9e9;
  background: #fff;
  padding: 24px;
  width: 32%;
  max-width: 288px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.testimonials-wrapper .google-reviews-list .reviews-item .star-area img {
  width: 15px;
  margin: 0 3px 0 2px;
}
.testimonials-wrapper .google-reviews-list .reviews-item .msg-area {
  margin-top: 18px;
  color: #4a4a4a;
  font-size: 14px;
}
.testimonials-wrapper .google-reviews-list .reviews-item .author-area {
  margin-top: 38px;
}
.testimonials-wrapper .google-reviews-list .reviews-item .author-area img {
  width: 40px;
  height: 40px;
  background: #d8d8d8;
  border-radius: 99em;
}
.testimonials-wrapper .google-reviews-list .reviews-item .author-area span {
  color: #888;
  font-size: 14px;
}
.testimonials-wrapper .google-reviews-list.cn .reviews-item .msg-area {
  text-align: justify;
}

.bcl-wrapper {
  padding-bottom: 88px;
}
.bcl-wrapper .bcl-wrap {
  padding: 50px 0;
  margin: 0 auto;
  width: 80%;
  max-width: 1064px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 20.26%, #FFFFFF 35.79%, #FFFFFF 64.37%, rgba(255, 255, 255, 0) 78.63%);
  border-top: 1px solid #ebe9e9;
  border-bottom: 1px solid #ebe9e9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #888;
  line-height: 1.43;
}
.bcl-wrapper .bc-left {
  text-align: right;
  flex: 1;
}
.bcl-wrapper .bc-logo {
  margin: 0 40px;
}
.bcl-wrapper .bc-logo .bcl-swiper-container {
  height: 71px;
}
.bcl-wrapper .bc-logo .bcl-swiper-container .swiper-slide img {
  height: 71px;
}
.bcl-wrapper .bc-right {
  text-align: left;
  flex: 1;
}

.osm-layer {
  background: #fff;
  display: none;
  position: fixed;
  left: 0;
  top: 105px;
  width: 100%;
  min-height: 100px;
  text-align: left;
  padding: 10px 0 32px;
  color: #000;
}
.osm-layer a:hover {
  text-decoration: none;
}
.osm-layer .osm-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1248px;
  margin: 0 auto;
}
.osm-layer .osm-wrap .osm-wrap-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.osm-layer .osm-title {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
  padding: 4px 0;
}
.osm-layer .osm-title a {
  color: #333;
}
.osm-layer .osm-title a:hover {
  color: #00c4b3;
}
.osm-layer .osm-locker {
  background: #fef9e5;
  padding: 10px 10px;
  width: 50%;
}
.osm-layer .osm-valet {
  background: #e9f8f7;
  padding: 10px 24px;
}
.osm-layer .osm-bus-moving {
  background: #fafafa;
  padding: 10px 22px;
  height: 178px;
  width: 50%;
}
.osm-layer .osm-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 0;
}
.osm-layer .osm-box .osm-left {
  max-width: 200px;
}
.osm-layer .osm-box .osm-left .osm-box-title {
  font-size: 15px;
  font-weight: bold;
  color: #324a5e;
}
.osm-layer .osm-box .osm-left .osm-box-title a {
  color: #324a5e;
}
.osm-layer .osm-box .osm-left .osm-box-title a:hover {
  text-decoration: underline;
}
.osm-layer .osm-box .osm-left .osm-box-info {
  font-size: 12px;
  font-style: italic;
  color: #6a6a6a;
  margin-top: 4px;
  height: 38px;
}
.osm-layer .osm-box .osm-left .osm-box-link {
  color: #324a5e;
  font-size: 12px;
  font-weight: bold;
  margin-top: 36px;
  margin-bottom: 9px;
}
.osm-layer .osm-box .osm-left .osm-box-link .btn-checkout {
  width: 176px !important;
  height: 32px;
  line-height: 32px;
  color: #444;
  font-size: 12px;
}
.osm-layer .osm-box .osm-left .osm-box-link .btn-checkout:hover {
  background: #d3b022 !important;
  color: #fff;
}
.osm-layer .osm-box .osm-left .osm-box-link .btn-detail {
  margin-left: 32px;
}
.osm-layer .osm-box .osm-left .osm-box-link .btn-detail:hover {
  text-decoration: underline;
}
.osm-layer .osm-box .osm-left {
  width: 70%;
}
.osm-layer .osm-box .osm-right {
  width: 30%;
}
.osm-layer .osm-box .osm-right img {
  background: #fff;
  max-width: 120px;
  max-height: 78px;
  background-color: transparent;
  width: 100%;
}
.osm-layer .btn-menu-checkout {
  width: 151px;
  height: 32px;
  line-height: 32px;
  border: 0 none;
  background: #f8d340;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #444;
  display: block;
}
.osm-layer .btn-menu-checkout:hover {
  background: #bf9f1f;
  color: #fff;
}
.osm-layer .btn-menu-see {
  width: 151px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #324a5e;
  background: transparent;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #324a5e !important;
  display: block;
}
.osm-layer .btn-menu-see:hover {
  background: #324a5e;
  color: #fff !important;
}
.osm-layer .osm-locker-wrap {
  border: 1px solid #f1eace;
  border-radius: 10px;
  padding: 15px 15px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.osm-layer .osm-locker-wrap .osm-locker-base {
  width: 49%;
}
.osm-layer .osm-locker-wrap .osm-box-link {
  margin-top: 37px;
}
.osm-layer .osm-locker-wrap .wwd-pos {
  background: #fef9e5;
  width: 49%;
}
.osm-layer .osm-locker-wrap .wwd-pos .item {
  display: flex;
  padding-bottom: 10px;
  border-top: 1px solid #f1eace;
  padding-top: 10px;
}
.osm-layer .osm-locker-wrap .wwd-pos .item:first-child {
  border-top: 0 none;
  padding-top: 0;
}
.osm-layer .osm-locker-wrap .wwd-pos .item:last-child {
  padding-bottom: 0;
}
.osm-layer .osm-locker-wrap .wwd-pos .item .item-adr {
  width: 26%;
  color: #6a6a6a;
  font-size: 12px;
  margin-top: 0px;
}
.osm-layer .osm-locker-wrap .wwd-pos .item .item-n {
  width: 33%;
}
.osm-layer .osm-locker-wrap .wwd-pos .item .item-n > div {
  color: #00c4b3;
  font-size: 12px;
  font-weight: bold;
}
.osm-layer .osm-locker-wrap .wwd-pos .item .item-n > div img {
  vertical-align: top;
  width: 16px;
}
.osm-layer .osm-door-to-door {
  width: 50%;
  background: #e9f8f7;
  padding: 10px 10px;
}
.osm-layer .osm-door-to-door .osm-dtd-wrap {
  display: flex;
  justify-content: space-between;
}
.osm-layer .osm-door-to-door .osm-xl-wrap,
.osm-layer .osm-door-to-door .osm-item-wrap {
  border: 1px solid #d1dfde;
  border-radius: 10px;
  padding: 15px 15px;
  margin-top: 15px;
  width: 49%;
}
.osm-layer .osm-door-to-door .osm-box-link {
  margin-top: 36px;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
}
.osm-layer .osm-door-to-door .btn-menu-see,
.osm-layer .osm-door-to-door .btn-menu-checkout {
  width: 49%;
}
.osm-layer .osm-business,
.osm-layer .osm-others {
  background: #fafafa;
  padding: 10px 10px;
  height: 245px;
  width: 50%;
}
.osm-layer .osm-business .osm-fulfillment-wrap,
.osm-layer .osm-business .osm-records-wrap,
.osm-layer .osm-business .osm-office-wrap,
.osm-layer .osm-business .osm-localmoving-wrap,
.osm-layer .osm-business .osm-intlmoving-wrap,
.osm-layer .osm-others .osm-fulfillment-wrap,
.osm-layer .osm-others .osm-records-wrap,
.osm-layer .osm-others .osm-office-wrap,
.osm-layer .osm-others .osm-localmoving-wrap,
.osm-layer .osm-others .osm-intlmoving-wrap {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 15px 15px 12px;
  margin-top: 15px;
  display: block;
  height: 180px;
  width: 49%;
}
.osm-layer .osm-business .osm-fulfillment-wrap .osm-box-link .link-detail,
.osm-layer .osm-business .osm-records-wrap .osm-box-link .link-detail,
.osm-layer .osm-business .osm-office-wrap .osm-box-link .link-detail,
.osm-layer .osm-business .osm-localmoving-wrap .osm-box-link .link-detail,
.osm-layer .osm-business .osm-intlmoving-wrap .osm-box-link .link-detail,
.osm-layer .osm-others .osm-fulfillment-wrap .osm-box-link .link-detail,
.osm-layer .osm-others .osm-records-wrap .osm-box-link .link-detail,
.osm-layer .osm-others .osm-office-wrap .osm-box-link .link-detail,
.osm-layer .osm-others .osm-localmoving-wrap .osm-box-link .link-detail,
.osm-layer .osm-others .osm-intlmoving-wrap .osm-box-link .link-detail {
  color: #00c4b3;
}
.osm-layer .osm-business .osm-fulfillment-wrap:hover,
.osm-layer .osm-business .osm-records-wrap:hover,
.osm-layer .osm-business .osm-office-wrap:hover,
.osm-layer .osm-business .osm-localmoving-wrap:hover,
.osm-layer .osm-business .osm-intlmoving-wrap:hover,
.osm-layer .osm-others .osm-fulfillment-wrap:hover,
.osm-layer .osm-others .osm-records-wrap:hover,
.osm-layer .osm-others .osm-office-wrap:hover,
.osm-layer .osm-others .osm-localmoving-wrap:hover,
.osm-layer .osm-others .osm-intlmoving-wrap:hover {
  background: #fff;
}
.osm-layer .osm-business .osm-fulfillment-wrap:hover .osm-box-link .link-detail,
.osm-layer .osm-business .osm-records-wrap:hover .osm-box-link .link-detail,
.osm-layer .osm-business .osm-office-wrap:hover .osm-box-link .link-detail,
.osm-layer .osm-business .osm-localmoving-wrap:hover .osm-box-link .link-detail,
.osm-layer .osm-business .osm-intlmoving-wrap:hover .osm-box-link .link-detail,
.osm-layer .osm-others .osm-fulfillment-wrap:hover .osm-box-link .link-detail,
.osm-layer .osm-others .osm-records-wrap:hover .osm-box-link .link-detail,
.osm-layer .osm-others .osm-office-wrap:hover .osm-box-link .link-detail,
.osm-layer .osm-others .osm-localmoving-wrap:hover .osm-box-link .link-detail,
.osm-layer .osm-others .osm-intlmoving-wrap:hover .osm-box-link .link-detail {
  text-decoration: underline;
}
.osm-layer .osm-business .osm-business-wrap,
.osm-layer .osm-business .osm-other-wrap,
.osm-layer .osm-others .osm-business-wrap,
.osm-layer .osm-others .osm-other-wrap {
  display: flex;
  justify-content: space-between;
}
.osm-layer .osm-valet-wrap .osm-box {
  border-bottom: 1px solid #d1dfde;
}
.osm-layer .osm-cm {
  display: flex;
  padding: 16px 0 0;
  justify-content: space-between;
}
.osm-layer .osm-cm .os-cs-name {
  font-size: 18px;
  font-weight: bold;
  color: #324a5e;
}
.osm-layer .osm-cm .os-cs-name .link-name {
  color: #324a5e;
}
.osm-layer .osm-cm .os-cs-name .link-name:hover {
  text-decoration: underline;
}
.osm-layer .osm-cm .os-cs-name .link-detail {
  font-size: 18px;
  font-weight: bold;
}
.osm-layer .osm-cm .os-cs-name .link-detail:hover {
  text-decoration: underline;
}

.thanks-wrap {
  display: flex;
  background: #e9f8f7;
  position: relative;
  height: 625px;
}

.thanks-info {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 20%;
  position: relative;
  z-index: 4;
}

.thanks-title {
  font-size: 42px;
  color: #324a5e;
  font-weight: 800;
  line-height: 1.2;
}

.thanks-tip {
  font-size: 24px;
  color: #999;
  font-weight: 500;
  margin-top: 8px;
  line-height: 1.2;
}

.thanks-img {
  height: 625px;
  width: 60%;
  background: #e9f8f7 url("/images/thanks/bg.png") no-repeat 0 bottom;
  background-size: auto 625px;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 1280px) {
  .thanks-img {
    width: 70%;
  }
}
@media screen and (max-width: 1190px) {
  .osm-layer {
    top: 93px;
  }
  .osm-layer .osm-locker {
    padding: 10px;
  }
  .osm-layer .osm-door-to-door {
    padding: 10px;
  }
  .osm-layer .osm-business, .osm-layer .osm-bus-moving {
    padding: 10px;
  }
  .osm-layer .btn-menu-checkout {
    width: 138px;
    letter-spacing: 1px;
  }
  .osm-layer .btn-menu-see {
    width: 138px;
    letter-spacing: 1px;
  }
  .osm-layer .osm-box .osm-left {
    width: 59%;
  }
  .osm-layer .osm-box .osm-right {
    width: 40%;
  }
  .osm-layer .osm-locker-wrap .wwd-pos .item .item-adr {
    width: 20%;
  }
  .osm-layer .osm-locker-wrap .wwd-pos .item .item-n {
    width: 40%;
  }
}
@media screen and (max-width: 1000px) {
  .osm-layer {
    padding: 0 24px 24px;
  }
  .osm-layer .osm-wrap .osm-wrap-row {
    flex-direction: column;
  }
  .osm-layer .osm-locker {
    width: 100%;
    padding: 10px 22px;
    max-width: 100%;
  }
  .osm-layer .osm-door-to-door {
    width: 100%;
    padding: 10px 22px;
    max-width: 100%;
    margin-top: 16px;
  }
  .osm-layer .osm-door-to-door .osm-dtd-wrap {
    display: flex;
    justify-content: space-between;
  }
  .osm-layer .osm-door-to-door .osm-dtd-wrap .osm-item-wrap {
    width: 49%;
    border-radius: 0;
    border: 0 none;
    background: #f7ffff;
  }
  .osm-layer .osm-door-to-door .osm-dtd-wrap .osm-xl-wrap {
    width: 49%;
    border-radius: 0;
    border: 0 none;
    background: #f7ffff;
  }
  .osm-layer .osm-business,
.osm-layer .osm-others {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
  }
  .osm-layer .osm-business, .osm-layer .osm-bus-moving {
    padding: 10px 22px;
  }
  .osm-layer .osm-box {
    justify-content: flex-start;
  }
  .osm-layer .osm-box .osm-left {
    order: 2;
    width: 70%;
  }
  .osm-layer .osm-box .osm-right {
    order: 1;
    margin-right: 20px;
    width: 30%;
  }
  .osm-layer .osm-box .osm-right img {
    max-height: initial;
  }
  .osm-layer .osm-locker-wrap {
    display: flex;
    justify-content: space-between;
    background: #fffdf3;
    border-radius: 0;
    border: 0 none;
    padding: 22px 15px 10px;
  }
  .osm-layer .osm-locker-wrap .osm-locker-base {
    width: 49%;
  }
  .osm-layer .osm-locker-wrap .wwd-pos {
    background: transparent;
    width: 49%;
    padding: 0;
  }
  #site_location_container .osm-layer .btn-menu-see {
    width: 128px;
    font-size: 12px !important;
    letter-spacing: 2px;
  }
  #site_location_container .osm-layer .btn-menu-checkout {
    width: 152px;
    font-size: 12px !important;
    letter-spacing: 2px;
  }
  .osm-layer .osm-business .osm-fr-wrap,
.osm-layer .osm-business .osm-business-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .osm-layer .osm-business .osm-fr-wrap .osm-fulfillment-wrap, .osm-layer .osm-business .osm-fr-wrap .osm-records-wrap, .osm-layer .osm-business .osm-fr-wrap .osm-office-wrap,
.osm-layer .osm-business .osm-business-wrap .osm-fulfillment-wrap,
.osm-layer .osm-business .osm-business-wrap .osm-records-wrap,
.osm-layer .osm-business .osm-business-wrap .osm-office-wrap {
    width: 49%;
    padding: 12px 15px;
  }
  .osm-layer .osm-bus-moving {
    margin-top: 16px;
  }
  #site_location_container .osm-layer .osm-cm .os-cs-name .link-detail {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1024px) {
  .thanks-info {
    padding-left: 15%;
  }

  .thanks-img {
    width: 80%;
  }
}
@media screen and (max-width: 880px) {
  .thanks-info {
    padding-left: 10%;
  }

  .thanks-img {
    width: 85%;
  }
}
@media screen and (max-width: 800px) {
  .thanks-info {
    padding-left: 5%;
  }

  .thanks-img {
    width: 90%;
  }
}
@media screen and (max-width: 858px) and (min-width: 768px) {
  #site_location_container .osm-layer a {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .thanks-wrap {
    flex-direction: column;
    height: auto;
  }

  .thanks-info {
    padding-left: 0;
    order: 2;
    text-align: center;
    justify-content: center;
    padding: 30px 0 40px;
  }

  .thanks-title {
    font-size: 28px;
    line-height: 32px;
  }

  .thanks-tip {
    font-size: 16px;
    line-height: 19px;
  }

  .thanks-img {
    width: 100%;
    position: static;
    order: 1;
    height: 321px;
    background: #e9f8f7 url("/images/thanks/bg.png") no-repeat 0 bottom;
    background-size: auto 321px;
  }
}
@media screen and (max-width: 415px) {
  .thanks-img {
    background: #e9f8f7 url("/images/thanks/bg.png") no-repeat -80px bottom;
    background-size: auto 321px;
  }
}
@media screen and (max-width: 1023px) {
  .compare-wrap {
    padding: 0 20px;
  }
  .compare-wrap .compare-main {
    padding: 30px 30px 30px;
  }
  .compare-wrap table th {
    font-size: 16px;
  }
  .compare-wrap table th > div {
    padding: 18px 0;
  }
  .compare-wrap table th:nth-child(1) > div {
    padding-left: 18px;
  }
  .compare-wrap table th:nth-child(2) > div {
    margin-right: 8px;
  }
  .compare-wrap table th:nth-child(3) > div {
    margin-left: 8px;
  }
  .compare-wrap table th:nth-child(4) > div {
    margin-left: 10px;
  }
  .compare-wrap table td {
    font-size: 14px;
  }
  .compare-wrap table td:nth-child(1) > div {
    color: #999;
    text-align: left;
    padding-left: 18px;
  }
  .compare-wrap table td:nth-child(2) > div {
    background: #fef9e5;
    margin-right: 8px;
  }
  .compare-wrap table td:nth-child(3) > div {
    background: #e9f8f7;
    margin-left: 8px;
  }
  .compare-wrap table td:nth-child(4) > div {
    background: #e9f8f7;
    margin-left: 10px;
  }
  .compare-wrap table tr:last-child td:nth-child(3) > div {
    margin-left: 8px;
  }
  .compare-wrap table tr:last-child td > div a {
    font-size: 14px;
  }

  .compare-wrap .homepage-compare table th div, .compare-wrap .homepage-compare table td div {
    margin: 0 !important;
  }

  .features-wrapper .features-wrap {
    padding: 0 20px;
  }
  .features-wrapper .icon-list .item {
    margin-left: 20px;
    width: 44%;
    margin-bottom: 15px;
  }
  .features-wrapper .icon-list .item .item-info {
    margin-left: 10px;
    line-height: 1.3;
  }
}
/* Mobile verson */
@media screen and (max-width: 767px) {
  .title-box {
    margin-top: 40px;
  }

  .boxful-home div.home-title-second, div.home-title-second {
    font-size: 15px;
    margin-top: 10px;
    font-weight: bold;
  }

  .question-form-wrap {
    padding: 20px 24px 48px;
    text-align: left;
  }
  .question-form-wrap .question-title {
    font-size: 22px;
  }
  .question-form-wrap .question-desc {
    font-size: 15px;
  }
  .question-form-wrap .question-form-ele {
    margin-top: 20px;
  }
  .question-form-wrap .question-form-ele input {
    margin: 0 0 16px;
    width: 100%;
  }
  .question-form-wrap .question-form-ele button {
    font-size: 12px;
    width: 100% !important;
    padding: 0 !important;
  }

  .compare-wrap {
    margin-top: 40px;
    padding: 0 0;
  }
  .compare-wrap .cp-title {
    font-size: 14px;
    height: 40px;
    width: 98%;
  }
  .compare-wrap .cp-title img {
    margin: 0;
  }
  .compare-wrap .compare-main {
    overflow: auto;
    padding: 10px;
  }
  .compare-wrap table {
    width: 100%;
    min-width: 680px;
    table-layout: fixed;
  }
  .compare-wrap table th {
    font-size: 14px;
  }
  .compare-wrap table th > div {
    padding: 18px 0;
    margin: 0 5px 0 5px !important;
  }
  .compare-wrap table th:nth-child(1) > div {
    padding-left: 0px;
    margin-right: 10px;
  }
  .compare-wrap table td {
    font-size: 14px;
  }
  .compare-wrap table td > div {
    padding: 10px 0;
    margin: 0 5px 0 5px !important;
  }
  .compare-wrap table td > div > img {
    width: 18px;
  }
  .compare-wrap table td:nth-child(1) > div {
    padding-left: 0px;
    margin-right: 10px;
  }
  .compare-wrap table tr:last-child td:nth-child(2) > div {
    background: #fff;
  }
  .compare-wrap table tr:last-child td:nth-child(3) > div {
    background: #fff;
    margin-left: 17px;
  }
  .compare-wrap table tr:last-child td > div a {
    width: 100% !important;
    height: 32px;
    line-height: 32px;
    margin-top: 6px;
    padding: 0 !important;
    font-size: 12px;
  }
  .compare-wrap table .note {
    font-size: 12px;
    line-height: 1.1;
    padding: 0 10px;
  }
  .compare-wrap table tr th, .compare-wrap table th td {
    width: 27.3%;
  }
  .compare-wrap table tr th:first-child, .compare-wrap table th td:first-child {
    width: 18%;
  }
  .compare-wrap .compare-main.fix-tab {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    background: transparent;
    overflow: hidden;
    background: #fff;
    border-right: 0 none;
    z-index: 2;
    display: block;
  }
  .compare-wrap .compare-main.fix-tab table tr th:not(:first-child), .compare-wrap .compare-main.fix-tab tr td:not(:first-child) {
    visibility: hidden;
  }

  .features-wrapper {
    padding-bottom: 0px;
    padding-top: 10px;
  }
  .features-wrapper .features-wrap {
    margin: 50px auto 0;
  }
  .features-wrapper .features-carrousel {
    display: none;
  }
  .features-wrapper .icon-list {
    justify-content: space-between;
  }
  .features-wrapper .icon-list .item {
    margin-left: 0;
    width: 45%;
    margin-bottom: 40px;
  }
  .features-wrapper .icon-list .item .item-img {
    width: 30px;
    text-align: center;
  }
  .features-wrapper .icon-list .item .item-info {
    margin-left: 8px;
    font-size: 13px;
    color: #666;
  }
  .features-wrapper .btn-wrap {
    display: none;
  }

  .testimonials-wrapper .testimonials-wrap {
    width: 100%;
    padding: 40px 16px 0;
  }
  .testimonials-wrapper .google-reviews-list {
    flex-direction: column;
  }
  .testimonials-wrapper .google-reviews-list .reviews-item {
    padding: 24px;
    width: 100%;
    max-width: none;
    margin-bottom: 16px;
  }
  .testimonials-wrapper .google-reviews-list .reviews-item .msg-area {
    height: auto;
    font-size: 15px;
  }
  .testimonials-wrapper .google-reviews-list .reviews-item .author-area {
    margin-top: 28px;
  }

  .bcl-wrapper {
    padding: 0 16px 60px;
  }
  .bcl-wrapper .bcl-wrap {
    padding: 20px 0;
    flex-direction: column;
    background: none;
    width: 100%;
  }
  .bcl-wrapper .bc-left {
    text-align: center;
  }
  .bcl-wrapper .bc-logo {
    margin: 16px 0;
  }
  .bcl-wrapper .bc-logo .bcl-swiper-container {
    height: 71px;
  }
  .bcl-wrapper .bc-logo .bcl-swiper-container .swiper-slide img {
    height: 71px;
  }
  .bcl-wrapper .bc-right {
    text-align: center;
  }
}

/*# sourceMappingURL=common.css.map */
