:root {
  --0066a7: #0066a7;
  --white: #fff;
  --f1c012: #f1c012;
  --0b0afc: #0b0afc;
  --yellow: #ff0;
  --060684: #060684;
  --3f41a6: #3f41a6;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 2px;
}

.all {
  object-fit: fill;
  margin-top: 110px;
  padding-bottom: 0;
  position: static;
}

.all.special-price {
  margin-top: 0;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.padding-top-0 {
  padding-top: 0;
}

.section.home-map {
  background-color: #dae6f5;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.footer {
  background-color: var(--0066a7);
  color: #fff;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.inner-banner {
  padding-top: 0;
  padding-bottom: 0;
}

.section.inner-banner.padding-bottom-80 {
  padding-bottom: 80px;
}

.section.inner-footer {
  border-bottom: 2px solid var(--white);
  background-color: var(--0066a7);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.padding-top-100 {
  padding-top: 100px;
  display: flex;
}

.section.quotes-progress-bar {
  z-index: 5;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 200px;
}

.section.about-us-pay {
  background-image: url('../images/about-us-pay-bg2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.path {
  padding-top: 50px;
  padding-bottom: 20px;
}

.container {
  flex-flow: column;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

.container.header {
  background-color: #f5f5f5;
  height: 105px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.container._1080w {
  max-width: 1080px;
}

.container.quotes-progress-bar {
  aspect-ratio: auto;
  max-width: 900px;
  position: relative;
}

.container.padding-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.container.padding-100-lnr {
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.header {
  height: 110px;
  font-size: 18px;
  font-weight: 700;
  position: fixed;
  inset: 0% 0% auto;
}

.body {
  background-color: #f5f5f5;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
}

.nav-link {
  color: #000;
  border-bottom: 4px solid #f1c01200;
  height: 100%;
  padding: 15px 10px;
  font-size: 18px;
  transition: color .8s, border-color .8s;
}

.nav-link:hover {
  color: var(--0066a7);
  border-bottom-color: #f1c012;
}

.nav-link.w--current {
  border-bottom: 4px solid var(--f1c012);
  color: var(--0066a7);
}

.nav-menu-bottom-b {
  height: 55px;
  display: flex;
}

.nav-menu-top-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: 40px;
  display: flex;
}

.nav-menu-top-blue-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--0066a7);
  color: #fff;
  background-image: url('../images/header-Rectangle.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 90px;
  font-size: 16px;
  display: flex;
}

.nav-menu-icon-fb {
  width: 33px;
  height: 33px;
}

.nav-menu-icon-fb-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: flex-end;
}

.nav-menu-icon-fb-b.m-hide {
  display: block;
}

.header-top-bar {
  z-index: 3;
  background-image: linear-gradient(90deg, #0b0afc 25%, var(--0066a7) 40%);
  height: 5px;
  position: relative;
}

.brand-b {
  z-index: 2;
  width: auto;
  max-width: 310px;
  height: 130px;
  display: flex;
  position: absolute;
}

.nav-menu-phone-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.nav-menu-phone-icon-block {
  width: 16px;
  height: 16px;
}

.nav-menu-phone-line {
  background-color: #fff;
  width: 1px;
  height: 80%;
}

.nav-menu-icon-whatsapp-b {
  width: 55px;
  height: 55px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-menu-icon-whatsapp-b.m-hide {
  display: block;
}

.nav-menu-icon-whatsapp {
  height: auto;
}

.brand-logo-bg {
  background-color: #0b0afc;
  justify-content: flex-end;
  align-items: flex-start;
  width: 281px;
  height: 105px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image {
  width: 30px;
  height: 30px;
  margin-right: -30px;
}

.header-bg-left {
  background-color: var(--0b0afc);
  width: 50%;
  height: 110px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header-bg-right {
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-bg-right-top {
  background-color: var(--0066a7);
  height: 45px;
  display: flex;
}

.home-banner-b {
  display: flex;
}

.home-banner-row {
  width: 100%;
  display: flex;
}

.home-banner-col.sub {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 25.5%;
  display: flex;
}

.home-banner-col.main {
  width: 74.5%;
  padding-right: 20px;
  position: relative;
}

.home-banner-sub-link-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: 9 / 8;
  color: var(--0066a7);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 20px;
  font-size: 3vw;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.home-banner-sub-link-b._01 {
  background-image: url('../images/home-top-banner-sub-link-img-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.home-banner-sub-link-b._02 {
  background-image: url('../images/home-top-banner-sub-link-img-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.btn-link-b {
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.btn-main-b {
  background-color: var(--0066a7);
  color: #fff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px 30px;
  transition: color .8s;
}

.btn-main-b:hover {
  color: var(--yellow);
}

.btn-main-b.gray {
  color: #000;
  background-color: #d8e0e7;
}

.btn-main-b.yellow {
  color: #000;
  background-color: #eff70f;
}

.home-banner-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.home-banner-slide {
  padding: 40px;
}

.hide {
  display: none;
}

.home-banner-slie-nav {
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 50px;
  padding-right: 40px;
  display: flex;
}

.home-banner-slide-image-bg {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-banner-slide-inner-b {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-banner-slide-title-b {
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.home-banner-text {
  color: var(--white);
  font-size: 4.5vw;
  font-weight: 900;
  line-height: 100%;
}

.home-banner-sub-text {
  color: #ff0;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 100%;
}

.home-banner-slide-title-bg-b {
  height: 80px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.home-banner-slide-title-bg-image-02 {
  background-image: url('../images/banner-text-image-bg-02.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  flex: 1;
  height: 100%;
}

.home-body-row {
  flex-flow: row;
  display: flex;
}

.home-body-col.special-offers {
  padding-right: 20px;
}

.home-body-col.main {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.home-special-offers-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: sticky;
  top: 150px;
}

.introduction-box-title-b {
  color: #0066a7;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
}

.home-special-offers-inner-b {
  border-radius: 10px;
  width: 320px;
  position: relative;
  overflow: visible;
}

.home-special-offers-inner-img-b {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.home-special-offers-inner-text-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.home-special-offers-inner-line {
  background-color: #d9d9d9;
  width: 100%;
  height: 1px;
}

.home-special-offers-silder-mask {
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 0%;
}

.home-special-offers-slide {
  width: 25%;
}

.home-special-offers-silder-link {
  float: left;
  color: #9b9b9b;
  text-align: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  text-decoration: none;
  transition: color .5s;
}

.home-special-offers-silder-link:hover {
  color: #333;
}

.arrow {
  height: 13px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.home-special-offers-silder-right-arrow, .home-special-offers-silder-left-arrow {
  justify-content: center;
  align-items: center;
  width: 5%;
  display: flex;
}

.home-special-offers-silder {
  background-color: #0000;
  height: auto;
  min-height: 20px;
  margin-bottom: 0;
}

.home-special-offers-inner-price {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #cf0505;
  align-items: flex-end;
  display: flex;
}

.home-special-offers-inner-price-brfore {
  color: #d9d9d9;
  text-decoration: line-through;
}

.home-special-offers-inner-btn-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.introduction-box-title-bg-b {
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.title-bg-image-02 {
  background-image: url('../images/banner-text-image-b-bg-02.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  flex: 1;
  height: 100%;
}

.home-special-offers-inner-bottom-bar {
  background-color: var(--0066a7);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 10px;
}

.home-special-offers-sticky-b {
  z-index: 2;
  max-width: 170px;
  position: absolute;
  top: 20px;
  left: -18px;
}

.home-special-offers-sticky-text {
  z-index: 2;
  position: absolute;
}

.home-special-offers-sticky-text.sub {
  color: #000;
  padding-top: 24px;
  padding-left: 2px;
  font-size: 12px;
  transform: rotate(-17deg);
}

.home-special-offers-sticky-text._02 {
  color: #fff;
  letter-spacing: 2.22px;
  padding-top: 45px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  transform: rotate(-17deg);
}

.home-special-offers-sticky {
  position: relative;
}

.home-about-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #bdbdbd33;
  border-radius: 10px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.home-about-info-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.home-about-info-col {
  flex-flow: column;
  display: flex;
  position: relative;
}

.home-about-info-col.info {
  flex: 1;
  align-self: flex-end;
}

.home-about-title {
  color: var(--0066a7);
  font-size: 64px;
  font-weight: 900;
  line-height: 120%;
}

.home-about-b-info-b {
  border-left: 5px solid var(--0066a7);
  flex-flow: column;
  min-width: 440px;
  padding-left: 20px;
  display: flex;
}

.blue-text {
  color: var(--0066a7);
}

.home-about-title-icon {
  height: 100px;
  margin-bottom: -24px;
  margin-right: -10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-about-video-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.sub-text {
  font-size: 14px;
}

.home-about-video {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding-top: 28%;
  padding-bottom: 28%;
}

.home-about-title-b {
  position: relative;
}

.home-features-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.home-features-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
}

.home-features-col {
  background-color: var(--0066a7);
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  text-decoration: none;
}

.home-features-col.main {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-image: url('../images/home-features-image-012x.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 300px;
  flex-flow: column;
  flex: 1;
  width: 100%;
  height: auto;
  padding-right: 270px;
  display: flex;
  position: relative;
}

.home-features-col.sub {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  width: 50%;
  display: flex;
  position: relative;
}

.text-yelllow {
  color: #ff0;
}

.bottom-margin-0 {
  margin-bottom: 0;
}

.bottom-margin-10 {
  margin-bottom: 10px;
}

.home-features-image-02-b {
  width: 55%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-features-image-02-b.m-show {
  display: none;
}

.image-full {
  width: 100%;
  padding-bottom: 0;
  overflow: clip;
}

.introduction-box-heading {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: relative;
}

.map-list {
  flex-flow: column;
  width: 100%;
  min-width: 420px;
  max-width: 600px;
  display: flex;
}

.map-list.pricelist {
  width: 100%;
  min-width: auto;
  max-width: none;
}

.map-list-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.map-list-title {
  background-color: var(--0066a7);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.map-list-col-main {
  color: #333;
  border-bottom: 1px solid #39393940;
  justify-content: space-between;
  padding: 5px 10px;
  text-decoration: none;
  transition: color .8s;
  display: flex;
}

.map-list-col-main:hover {
  color: var(--0066a7);
}

.map-list-col-b-03 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.map-list-col-b-03.pricelist {
  font-size: 14px;
  line-height: 100%;
}

.map-list-name-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.map-list-name-pop {
  color: #fff;
  background-color: #cf0000;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 100%;
}

.home-map-list-col-inner-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
  overflow: hidden;
}

.map-list-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.map-list-col-b-01 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  height: auto;
  display: flex;
  overflow: hidden;
}

.map-list-col-b-01.pricelist {
  font-size: 14px;
  line-height: 100%;
}

.map-list-col-b-02 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.map-list-col-b-02.pricelist {
  font-size: 14px;
  line-height: 100%;
}

.home-map-b {
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  height: auto;
  padding-left: 0%;
  display: flex;
  position: relative;
}

.home-map-b.home-map-mobile {
  padding-left: 0%;
}

.map-main {
  min-height: 550px;
  display: flex;
  position: relative;
}

.home-map-image-b {
  flex-flow: row-reverse;
  align-self: flex-start;
  margin-left: -25%;
  display: flex;
  position: relative;
}

.home-map-image-b.map-mobile {
  max-height: 100%;
}

.map-list-icon-b {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.map-list-icon-plus {
  width: 20px;
  height: 20px;
}

.map-list-icon-minus {
  width: 20px;
  height: 20px;
  position: absolute;
}

.map-pin-01 {
  justify-content: center;
  margin-top: 16%;
  margin-left: 18%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map-pin-text {
  color: #fff;
  margin-top: 2px;
  position: absolute;
}

.map-pin-02 {
  justify-content: center;
  margin-top: 16%;
  margin-left: 22%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map-pin-03 {
  justify-content: center;
  margin-top: 21%;
  margin-left: 12%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map-pin-04 {
  justify-content: center;
  margin-top: 8%;
  margin-left: 19%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map-pin-05 {
  justify-content: center;
  margin-top: 6%;
  margin-left: 16%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.map-pin-06 {
  justify-content: center;
  margin-top: -10%;
  margin-left: 13%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-b {
  justify-content: space-between;
  display: flex;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  transition: color .8s;
}

.footer-link:hover {
  color: #ebe711;
}

.nav-menu-btn-b {
  display: none;
}

.path-home-icon-b {
  display: flex;
}

.path-home-icon {
  width: 20px;
  height: 20px;
}

.path-links-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  font-size: 12px;
  line-height: 100%;
  display: flex;
}

.path-line {
  background-color: #000;
  width: 1px;
  height: 15px;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.path-links {
  color: #333;
  text-decoration: none;
  transition: color .8s;
}

.path-links:hover {
  color: var(--0066a7);
}

.path-links.w--current {
  color: var(--0066a7);
  font-weight: 500;
}

.path-links.w--current:hover {
  color: var(--060684);
}

.inner-banner-b {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.inner-banner-mask {
  position: absolute;
  inset: 0%;
}

.inner-banner-image {
  width: 100%;
}

.inner-banner-text-b {
  z-index: 2;
  color: var(--0066a7);
  background-color: #fff;
  border-radius: 5px;
  padding: 4px 10px 6px;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(0, -50%);
}

.pricelist-shop-b, .pricelist-features-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.pricelist-shop-title-b {
  flex-flow: column;
  display: flex;
}

.pricelist-shop-table-b, .pricelist-shop-map-b {
  border-radius: 10px;
  overflow: hidden;
}

.pricelist-shop-table {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  padding: 0;
}

.pricelist-shop-table-sub {
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.pricelist-shop-table-sub.blue {
  background-color: #0066a71a;
}

.pricelist-features-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.pricelist-features-tips {
  width: 200px;
}

.pricelist-features-tips.text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 130px;
  display: flex;
}

.inner-footer-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.inner-footer-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: 3 / 2;
  color: var(--0066a7);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  width: 33.33%;
  padding: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.inner-footer-col._02 {
  background-image: url('../images/inner-footer-image-02.jpg');
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.inner-footer-col._01 {
  background-image: url('../images/inner-footer-image-01.jpg');
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.inner-footer-col._03 {
  background-image: url('../images/inner-footer-image-03.jpg');
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.pricelist-shop-map-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav-link-b {
  flex-flow: column;
  display: flex;
  position: relative;
}

.nav-link-drop-b {
  color: #333;
  flex-flow: column;
  flex: none;
  height: 0;
  margin-top: 5px;
  text-decoration: none;
  transition: color .8s;
  display: flex;
  overflow: hidden;
}

.nav-link-drop-b:hover {
  color: var(--0066a7);
}

.nav-link-drop-img {
  width: 100%;
}

.nav-link-drop-inner {
  text-align: center;
  background-color: #f1c012;
  padding: 10px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.quotes-progress-bar-b {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fffc;
  border-radius: 45px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  margin-top: -45px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 15px 40px;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

.quotes-progress-bar-col {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.quotes-progress-bar-row {
  width: 100%;
  font-size: 14px;
  line-height: 100%;
  display: flex;
}

.quotes-progress-bar-dot {
  background-color: #555;
  border-radius: 15px;
  width: 15px;
  height: 15px;
}

.quotes-progress-bar-dot.done {
  background-color: #5fb267;
}

.quotes-progress-bar-dot.working {
  background-color: #0066a7;
}

.quotes-progress-bar-line-b {
  flex: 1;
  align-self: center;
}

.quotes-progress-bar-line {
  border-top: 1px dashed #000;
  width: 100%;
  height: 1px;
}

.quotes-from-b {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-flow: column;
  padding: 80px 40px;
  display: flex;
  box-shadow: 0 0 20px #0000001a;
}

.quotes-from-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.quotes-title {
  border-bottom: 1px solid #0066a766;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.quotes-from {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.input-wrap {
  border: 0 solid #000;
  flex-direction: row;
  flex: 1;
  width: 25%;
  min-height: 3em;
  display: flex;
  position: relative;
}

.input {
  z-index: 2;
  color: var(--0066a7);
  background-color: #0000;
  border: 2px solid #0066a733;
  border-radius: 10px;
  height: 53px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: border-color .8s;
  position: relative;
}

.input:focus {
  border-color: #0066a7;
}

.input::placeholder {
  color: #2c4d5100;
}

.field-label {
  background-color: #fff;
  margin-left: 15px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
  transition: all .4s;
  position: absolute;
  top: 15px;
}

.input-wrap-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.input-wrap-row.address {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.input-wrap-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 50%;
  display: flex;
}

.input-wrap-col.flex-down {
  flex-flow: column;
}

.input-wrap-col.hide-on-tap {
  display: none;
}

.input-wrap-col.moving-date {
  width: 100%;
}

.input-wrap-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.select-field {
  color: #0066a780;
  background-color: #f3f3f300;
  border: 2px solid #0066a733;
  border-radius: 10px;
  width: 85px;
  height: 53px;
  margin-bottom: 0;
  transition: border-color .8s, opacity .2s;
}

.select-field:active {
  border-color: #0066a7;
}

.select-field.full {
  flex: 1;
}

.input-wrap-name {
  background-color: #0066a733;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.checkbox-b {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-label {
  white-space: nowrap;
}

.radio-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.quotes-from-new-address {
  color: #0066a7;
  background-color: #0066a733;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.new-address-b {
  height: 0;
  display: none;
  overflow: hidden;
}

.quotes-from-new-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0066a7;
  background-color: #0066a733;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.from-new-item-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.from-new-item-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.new-item-icon {
  height: 35px;
}

.textarea {
  border: 2px solid #0066a733;
  border-radius: 10px;
  min-width: 100%;
  max-width: 100%;
  height: 250px;
  min-height: 250px;
}

.textarea:focus {
  color: var(--0066a7);
}

.textarea::placeholder {
  color: #0066a780;
}

.from-btn-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.from-btn {
  background-color: var(--0066a7);
  color: var(--white);
  border-radius: 20px 0 20px 20px;
  padding: 6px 30px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .8s, color .8s;
}

.from-btn:hover {
  background-color: var(--f1c012);
  color: var(--0066a7);
}

.from-btn._w-btn {
  border: 2px solid var(--0066a7);
  background-color: var(--white);
  color: var(--0066a7);
  transition: border-color .8s, background-color .8s, color .8s;
}

.from-btn._w-btn:hover {
  border-color: var(--f1c012);
  background-color: var(--f1c012);
}

.header-special {
  z-index: 100;
  width: 100%;
  position: absolute;
}

.header-special.enquiry {
  position: relative;
}

.header-bg {
  background-color: #0707a5;
  width: 100%;
  height: 38px;
  position: absolute;
}

.top-bar-50 {
  float: left;
  text-align: left;
  width: 50%;
  height: 100%;
}

.logo-img {
  width: 300px;
}

.top-bar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 20px;
  display: flex;
}

.top-bar-links {
  color: #fff;
  text-decoration: none;
  transition: color .5s;
}

.top-bar-links:hover {
  color: #ff0;
}

.center-block.up-n-down {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.center-block.left-n-right {
  width: 550px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.selecter {
  color: #0707a5;
  background-image: url('../images/5dc0c9d141558a1b1992a0e7_down-arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 10px;
  width: 60%;
  line-height: 18px;
}

.banner-label-block {
  z-index: 5;
  color: #ff0;
  text-align: center;
  background-color: #0707a5;
  width: 180px;
  position: absolute;
  inset: auto 50px 0 auto;
}

.section-special.banner {
  background-color: #ff0;
  width: auto;
  height: auto;
}

.banner-text-block {
  z-index: 2;
  height: 100%;
  position: absolute;
}

.banner-img-blcok {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banner-text-bubble-block {
  float: right;
  height: 100%;
  position: relative;
}

.container-special {
  max-width: 1440px;
  padding: 50px 50px 100px;
}

.container-special.banner {
  max-width: 100%;
  height: 550px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.container-special.text-bar {
  padding: 0;
  position: relative;
  top: 50%;
  transform: translate(0);
}

.container-special.footer {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-special.top-banner-bar {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.banner-label-text {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.banner-text-bubble {
  width: 127px;
  max-width: 127px;
  height: 75px;
  position: relative;
  top: 50%;
  transform: translate(0%, -50%);
}

.image-bubble {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-img {
  float: left;
  width: 450px;
  max-height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-bubble {
  text-align: center;
  width: 100%;
  padding-top: 9px;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-bar {
  background-color: #0707a5;
  flex-direction: column;
  justify-content: center;
  height: 38px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.banner-bar.home {
  padding-left: 50px;
}

.fire-text {
  color: #ff0;
  margin-bottom: 0;
  font-size: 18px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.storage-size-mask {
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 0%;
}

.storage-info-img-block {
  height: auto;
  position: relative;
}

.note-block {
  margin-top: 40px;
}

.section-heading-block {
  margin-bottom: 50px;
}

.storage-detail {
  letter-spacing: 2px;
  font-size: 18px;
}

.storage-size-slide {
  width: 65px;
}

.storage-all-info-block {
  flex-flow: wrap;
  width: 100%;
  margin: -20px -1%;
  display: flex;
}

.strike {
  text-decoration: line-through;
}

.storage-size {
  float: left;
  color: #9b9b9b;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  text-decoration: none;
  transition: color .5s;
}

.storage-size:hover {
  color: #333;
}

.btn-link {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.btn-link.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.section-heading-text {
  color: #0707a5;
  text-align: center;
  letter-spacing: 2.4px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  position: absolute;
}

.no-show {
  display: none;
}

._2h-g-line {
  background-color: #d8d8d8;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sell-big {
  font-size: 32px;
}

.discount {
  color: #d82531;
}

.btn-text {
  color: #333;
  text-align: center;
  letter-spacing: .75px;
  width: 100%;
  margin-bottom: 0;
  margin-left: -10px;
  padding-top: 6px;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.btn-text.blue {
  color: #0707a5;
}

.btn-text.no-margin {
  margin-left: 0;
}

.original-price {
  color: #d8d8d8;
}

.btn-block {
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  inset: auto 0% 0%;
}

.btn-block.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.storage-size-right-arrow {
  width: 5%;
}

.section-heading {
  width: 347px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.section-heading.enq {
  width: 293px;
}

.post-align {
  float: left;
  width: 33.33%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 1%;
  padding-right: 1%;
}

.storage-size-left-arrow {
  width: 5%;
}

.storage-info-block {
  float: left;
  background-color: #fff;
  border-bottom: 10px solid #0707a5;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  position: relative;
}

.pop-up-sticky {
  position: relative;
}

.popup-text {
  z-index: 2;
  position: absolute;
}

.popup-text._01 {
  color: #000;
  padding-top: 22px;
  padding-left: 0;
  font-size: 14px;
  transform: rotate(-17deg);
}

.popup-text._02 {
  color: #fff;
  letter-spacing: 2.22px;
  padding-top: 44px;
  padding-left: 13px;
  font-size: 20px;
  font-weight: 500;
  display: block;
  transform: rotate(-17deg);
}

.popup-text._03 {
  color: #fff;
  letter-spacing: 2.22px;
  padding-top: 28px;
  padding-left: 5px;
  font-size: 20px;
  font-weight: 500;
  transform: rotate(-17deg);
}

.storage-info-text-block {
  color: #333;
  padding: 20px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
}

.pop-up-sticky-block {
  z-index: 2;
  max-width: 170px;
  position: absolute;
  top: 20px;
  left: -18px;
}

.pop-up-sticky-block._02 {
  max-width: 110px;
  top: 80%;
  left: auto;
  right: -11px;
}

.section-heading-img {
  margin-top: 16px;
}

.storage-size-silder {
  background-color: #0000;
  height: auto;
  min-height: 20px;
  margin-bottom: 20px;
}

.storage-main-info-block {
  margin-top: -20px;
  display: flex;
}

.footer {
  background-color: #0707a5;
  height: 47px;
}

.footer-text-block {
  color: #fff;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.text-block-2 {
  float: left;
}

.text-block-2._02 {
  float: right;
}

.link-w {
  color: #fff;
  text-decoration: none;
  transition: color .5s;
}

.link-w:hover {
  color: #ff0;
}

.storage-enquiry-info-block {
  float: left;
  background-color: #fff;
  border-bottom: 10px solid #0707a5;
  width: 35%;
  min-height: 820px;
  margin: 20px 1%;
  position: relative;
}

.storage-enquiry-info-block._70 {
  width: 61%;
  min-height: 820px;
  margin-left: 1%;
  margin-right: 1%;
}

.gary {
  color: #9b9b9b;
}

.enquiry-info-img-block {
  max-height: 300px;
  position: relative;
  overflow: hidden;
}

.storage-enquiry-all-info-block {
  margin: -20px -1%;
}

.reserve-plan-form-block {
  color: #9b9b9b;
}

.field-label-80 {
  float: left;
  width: 75%;
  font-weight: 500;
}

.margin-down-20 {
  margin-bottom: 20px;
}

.text-field {
  border: 2px solid #d8d8d8;
  border-radius: 10px;
}

.title-select-field {
  background-color: #0000;
  background-image: url('../images/5dc0c9d141558a1b1992a0e7_down-arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 10px;
  background-attachment: scroll;
  border: 2px solid #d8d8d8;
  border-radius: 10px;
}

.size-field-label-20 {
  float: left;
  background-color: #0000;
  background-image: url('../images/5dc0c9d141558a1b1992a0e7_down-arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 0 solid #000;
  border-radius: 0;
  width: 25%;
}

.form-block {
  float: left;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.form-block._50 {
  width: 50%;
}

.form-block._100 {
  width: 100%;
}

.form-block._40 {
  width: 40%;
}

.form-block._20 {
  width: 20%;
}

.reserve-plan-form {
  color: #9b9b9b;
  margin-left: -10px;
  margin-right: -10px;
  font-weight: 400;
}

.bar-text-block {
  color: #fff;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.storage-info-text-block-2 {
  color: #333;
  height: 100%;
  padding: 20px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
}

.select-field-2 {
  background-color: #0000;
  background-image: url('../images/5dc0c9d141558a1b1992a0e7_down-arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #d8d8d8;
  border-radius: 10px;
}

.booking-name {
  margin-bottom: 5px;
}

.enquiry-main-info-block {
  margin-top: -20px;
  margin-bottom: 30px;
}

.free-handling-text {
  color: #0707a5;
}

.booking-plan-form-block {
  margin-bottom: 0;
}

.enquiry-map-block {
  border-bottom: 10px solid #0707a5;
}

.map-blcok {
  background-color: #fff;
  height: 500px;
}

.banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1400px;
  height: 320px;
  display: block;
}

.map-list-title-2 {
  color: #fff;
  background-color: #0066a7;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

.map-list-col-main-2 {
  color: #333;
  border-bottom: 1px solid #39393940;
  justify-content: space-between;
  padding: 5px 10px;
  text-decoration: none;
  transition: color .8s;
  display: flex;
}

.map-list-col-main-2:hover {
  color: #0066a7;
}

.map-title-bg-b {
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.pricelist-main-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  display: flex;
}

.pricelist-main-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.pricelist-main-col.list {
  flex: none;
  width: 27%;
  max-width: 360px;
}

.pricelist-shop-title-4 {
  color: #0066a7;
  display: flex;
}

.map-list-b {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.contact-us-map-link-b {
  border-radius: 15px;
  display: block;
  overflow: hidden;
}

.aboutus-info-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  height: auto;
  display: flex;
}

.about-info-logo {
  mix-blend-mode: multiply;
  width: 220px;
}

.contact-info-col {
  background-image: linear-gradient(#0391ce, #005595);
  border-radius: 10px;
  flex: 1;
  padding: 5px 20px 20px;
}

.title-b {
  color: #0066a7;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.title-b.padding-0 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.about-pay-col {
  flex: 1;
}

.about-pay-col.image {
  flex: 1;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 0;
  display: flex;
}

.about-pay-col.text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.contact-list-col {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 100%;
  display: flex;
}

.contact-list-col.w120px, .contact-list-col.w200px {
  width: 200px;
}

.about-us-pay-main4-inner-text-b {
  aspect-ratio: 1;
  width: 33%;
  position: absolute;
}

.about-us-pay-main4-inner-text-b._03 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1%;
  left: 44%;
}

.about-us-pay-main4-inner-text-b._02 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 43%;
  left: 23%;
}

.about-us-pay-main4-inner-text-b._01 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 4%;
}

.about-us-pay-main4-inner-text-b._04 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 40%;
  left: 67%;
}

.contact-info-details-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: left;
  flex-flow: column;
  padding-top: 10px;
  display: flex;
}

.about-pay-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  display: flex;
}

.about-us-pay-main4-b {
  color: #000;
  font-size: 2vw;
  font-weight: 700;
}

.about-pay-list-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.about-us-pay-main4-image {
  position: relative;
}

.padding-0 {
  margin-bottom: 0;
}

.map-pin {
  max-width: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-info-b {
  color: var(--yellow);
  border-bottom: 1px solid #9da9cf;
}

.contactus-info-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  width: 90%;
  height: auto;
  display: flex;
}

.contact-detail-list-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.aboutus-info-col {
  border-radius: 10px;
  flex: 1;
  padding: 0 20px 20px;
}

.aboutus-info-col.text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  background-image: none;
  flex-flow: column;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.aboutus-info-col.img-no-padding {
  background-image: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.text-block-6 {
  color: #000;
}

.contactus-map-img-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  width: 90%;
  height: auto;
  display: flex;
  position: relative;
}

.map-list-row-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.ourservice-features-col {
  color: #fff;
  text-align: center;
  background-color: #0066a7;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
  overflow: visible;
}

.pricelist-shop-table-title-8 {
  color: #fff;
  background-color: #0066a7;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.contact-link {
  color: #fff;
  text-decoration: none;
}

.contactus-info-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.map-pin-b {
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.ourservice-main-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  display: flex;
}

.ourservice-main-row.padding-20 {
  position: relative;
}

.ourservice-main-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.ourservice-main-col.tab-header-width {
  height: 500px;
  position: sticky;
  top: 160px;
}

.ourservice-main-img {
  border-radius: 10px;
  overflow: hidden;
}

.ourservice-main-list-b {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.ourservice-main-list-row {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.link {
  color: #1e1e1e;
  text-decoration: none;
}

.ourservice-features-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  flex-flow: column;
  width: auto;
  display: flex;
}

.ourservice-features-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.ourservice-features-list-b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.ourservice-features-list-b.ourservice-features-mobilel-copy {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.ourservice-features-step-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.ourservice-features-step-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  background-color: #3f41a61a;
  border-radius: 10px;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  height: 200px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.ourservice-step-text {
  align-self: center;
}

.ourservice-step-icon {
  align-self: center;
  width: 75px;
  max-width: 60px;
}

.q-a-contactus-btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.ourservice-main-btn {
  align-self: flex-start;
  display: flex;
}

.location-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.location-col {
  flex: 1;
}

.location-col.location-col-l {
  background-color: #0066a7;
  border-radius: 10px;
  flex: 1;
  padding: 20px;
  display: block;
  overflow: hidden;
}

.location-col.location-col-r {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.location-info-b {
  border-bottom: 1px solid #9da9cf;
  font-size: 24px;
}

.location-info-details-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: left;
  flex-flow: column;
  padding-top: 10px;
  display: flex;
}

.location-detail-list-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.location-detail-list-heading {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.location-detail-list-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.location-detail-list-pop-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.location-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.sample-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.sample-title {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sample-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--0066a7);
  border-radius: 10px;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  max-width: 1240px;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.sample-col {
  background-image: linear-gradient(#0391ce, #005595);
  border-radius: 10px;
  flex: 1;
  min-width: 31%;
  padding: 20px;
}

.sample-row-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: column;
  display: flex;
}

.heading-11 {
  color: #fff;
}

.q-a-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.q-a-title {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.q-a-tab {
  flex-flow: column;
  flex: 1;
  order: 0;
  align-self: auto;
  max-width: 100%;
  display: flex;
}

.q-a-tab.q-a-tablet {
  width: 100%;
  max-width: 1240px;
}

.q-a-content-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  max-width: 1240px;
  display: flex;
}

.q-a-tab-b {
  color: #fff;
  background-color: #04a5ea80;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex: 1;
  padding: 20px;
}

.q-a-tab-b.w--current {
  color: var(--yellow);
  background-color: #0391ce;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-self: auto;
  padding: 20px;
}

.q-a-after-text {
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  height: 39px;
  font-size: 24px;
  text-decoration: none;
  display: flex;
}

.q-a-before-content-b, .q-a-after-content-b {
  background-image: linear-gradient(#0391ce, #005595);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px;
}

.q-a-content-col {
  border-bottom: 1px solid #9da9cf;
  flex-flow: column;
  padding-bottom: 10px;
  display: flex;
  position: static;
  overflow: visible;
}

.q-a-question {
  flex-flow: row-reverse wrap-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 5px;
  display: flex;
  position: relative;
}

.q-a-answer {
  border-radius: 20px;
  overflow: hidden;
}

.q-a-question-content {
  color: #fff;
  cursor: pointer;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.q-a-answer-content {
  background-color: #ffffffe6;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 20px;
  display: flex;
}

.tabs-content {
  flex-flow: column;
  display: flex;
}

.q-a-before-text {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  height: 39px;
  font-size: 24px;
  display: flex;
}

.pricelist-features-col {
  color: #fff;
  text-align: center;
  background-color: #0066a7;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
  overflow: visible;
}

.pricelist-features-col.list {
  text-align: left;
  width: 50%;
}

.pricelist-features-col.tips {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  text-decoration: none;
  overflow: visible;
}

.ourservice-features-b-l {
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  width: 160px;
  margin-bottom: 6px;
  display: flex;
  position: relative;
}

.test-03 {
  background-color: red;
  flex: 1;
}

.info-heading {
  color: var(--yellow);
}

.info-heading.margin-top-0 {
  margin-top: 0;
}

.location-detail-list-b {
  color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  text-decoration: none;
  display: flex;
}

.location-detail-list-b.location-white-bg {
  background-color: #ffffff1a;
}

.q-a-close, .q-a-open {
  position: absolute;
}

.ourservice-main-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.step-bg-b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  background-color: #0065a7;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -1px;
  display: flex;
}

.step-bg-b.top-radius {
  color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.step-bg-b.bottom-radius {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.step-bg-img-b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: -37px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.link-block {
  color: #fff;
  text-decoration: none;
}

.q-a-question-text {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block, .pricelist-features-tips-heading {
  color: var(--yellow);
}

html.w-mod-js [data-ix="home-map-list-col-inner-b"] {
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="hide-0op"] {
  opacity: 0;
}

html.w-mod-js [data-ix="0h-none"] {
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="show-up-0o-to-100o"], html.w-mod-js [data-ix="show-up-0o-to-100o-2"], html.w-mod-js [data-ix="show-up-0o-to-100o-3"], html.w-mod-js [data-ix="show-up-0o-to-100o-4"], html.w-mod-js [data-ix="show-up-0o-to-100o-5"], html.w-mod-js [data-ix="show-up-0o-to-100o-6"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="show-form-left"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="show-from-down"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="show-delay"] {
  opacity: 0;
}

html.w-mod-js [data-ix="0o-0h"] {
  opacity: 0;
  height: 0;
}

@media screen and (min-width: 1440px) {
  .all {
    margin-top: 110px;
  }

  .section.path {
    text-align: center;
  }

  .section.inner-banner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    flex-flow: row;
    place-content: center;
    align-items: flex-start;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .container.header {
    grid-column-gap: 16%;
    grid-row-gap: 16%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .container.no-padding {
    padding: 0 20px;
  }

  .container.padding-100-lnr {
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f5f5f5;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .nav-menu {
    order: 1;
  }

  .header-top-bar, .header-bg-left, .header-bg-right {
    display: block;
  }

  .home-banner-sub-link-b {
    font-size: 48px;
  }

  .btn-link-b {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .home-banner-text {
    font-size: 64px;
  }

  .home-banner-sub-text {
    font-size: 48px;
  }

  .home-body-col.special-offers {
    padding-right: 40px;
  }

  .home-about-video-b {
    aspect-ratio: auto;
  }

  .home-about-video {
    aspect-ratio: 16 / 9;
    padding-top: 28%;
    padding-bottom: 28%;
  }

  .home-features-image-02-b {
    max-width: 300px;
  }

  .map-list.pricelist {
    min-width: 340px;
  }

  .map-list-row {
    flex-flow: column;
  }

  .map-list-col-b-03.pricelist, .map-list-col-b-01.pricelist, .map-list-col-b-02.pricelist {
    font-size: 14px;
    line-height: 100%;
  }

  .home-map-image-b {
    margin-left: -15%;
  }

  .home-map-image {
    width: 100%;
  }

  .inner-banner-b {
    border-radius: 10px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .inner-banner-mask {
    position: absolute;
    inset: 0%;
  }

  .inner-banner-image {
    width: 100%;
  }

  .inner-banner-text-b {
    z-index: 2;
    color: var(--0066a7);
    background-color: #fff;
    border-radius: 5px;
    margin-left: 40px;
    padding: 4px 10px 6px;
    display: flex;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .inner-footer-row {
    flex: 1;
  }

  .nav-link-drop-b {
    transition: color .8s;
  }

  .nav-link-drop-b:hover {
    color: var(--0066a7);
  }

  .top-bar-50 {
    text-align: left;
  }

  .section-special.banner {
    width: auto;
    height: auto;
  }

  .section-special.text-bar {
    background-color: #0707a5;
  }

  .pricelist-main-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .about-pay-col.image {
    padding-top: 5px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-us-pay-main4-b {
    font-size: 32px;
  }

  .aboutus-info-col.text {
    text-align: left;
  }

  .contact-link {
    color: #fff;
    text-decoration: none;
    transition: color .8s;
  }

  .contact-link:hover {
    color: var(--yellow);
  }

  .ourservice-main-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .ourservice-main-btn {
    display: flex;
  }

  .q-a-tab {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .q-a-tab.q-a-tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .q-a-tab-b {
    border-top-left-radius: 10px;
  }

  .q-a-after-text {
    color: var(--white);
    border-bottom-color: #fff;
  }

  .q-a-before-content-b {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .q-a-after-content-b {
    background-image: linear-gradient(#0391ce, #005595);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .q-a-content-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0 0 10px;
  }

  .q-a-question {
    cursor: pointer;
  }

  .q-a-before-text {
    border-bottom: 1px solid #fff;
    justify-content: space-between;
    align-items: center;
    height: 39px;
    font-size: 24px;
    text-decoration: none;
    display: flex;
  }

  .ourservice-main-b {
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  .all {
    margin-top: 80px;
  }

  .section.quotes-progress-bar {
    padding-top: 20px;
    padding-bottom: 0;
    top: 80px;
  }

  .container {
    flex-flow: column;
  }

  .container.header {
    height: 75px;
  }

  .container.quotes-progress-bar {
    max-width: none;
    display: flex;
  }

  .container.padding-100-lnr {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    height: 80px;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #f5f5f582;
    flex-flow: column;
    height: 100vh;
    padding: 0 0 20px;
    display: flex;
  }

  .nav-link {
    text-align: center;
    width: 100%;
  }

  .nav-menu-bottom-b {
    background-color: #fff;
    flex-flow: column;
    height: auto;
    padding-bottom: 20px;
    box-shadow: 0 0 10px #00000080;
  }

  .nav-menu-top-b {
    background-color: #f5f5f5;
    height: 60px;
    padding-top: 20px;
  }

  .nav-menu-top-blue-b {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: space-around;
    padding-right: 40px;
    font-weight: 500;
  }

  .nav-menu-icon-fb-b.m-hide {
    display: none;
  }

  .brand-b {
    max-width: 240px;
    height: 100px;
  }

  .nav-menu-icon-whatsapp-b.m-hide {
    display: none;
  }

  .brand-logo-bg {
    width: 220px;
    height: 75px;
  }

  .header-bg-left {
    height: auto;
  }

  .home-banner-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .home-banner-col.sub {
    flex-flow: row;
    width: 100%;
    max-width: 100%;
  }

  .home-banner-col.main {
    aspect-ratio: 3 / 2;
    flex: 0 auto;
    width: 100%;
    padding-right: 0;
  }

  .home-banner-sub-link-b {
    flex: 1;
    width: auto;
    min-width: auto;
    max-width: none;
    font-size: 32px;
  }

  .home-banner-text {
    font-size: 48px;
  }

  .home-banner-sub-text {
    font-size: 32px;
  }

  .home-body-row {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .home-body-col.special-offers {
    padding-right: 0;
  }

  .home-about-b {
    padding: 20px;
  }

  .home-about-info-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-about-title {
    font-size: 48px;
  }

  .home-about-b-info-b {
    min-width: 560px;
    padding-left: 10px;
  }

  .home-about-title-icon {
    height: 70px;
    margin-bottom: -20px;
  }

  .home-features-image-02-b {
    width: 250px;
  }

  .image-full {
    margin-top: -3px;
  }

  .map-list-col-main {
    word-break: keep-all;
  }

  .home-map-list-col-inner-b.pricelist {
    padding-left: 0;
  }

  .home-map-b.home-map-mobile {
    z-index: 1;
    min-height: 450px;
  }

  .home-map-image-b {
    margin-left: -15%;
  }

  .home-special-offers-inner-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .nav-menu-btn, .nav-menu-btn.w--open {
    background-color: var(--0066a7);
  }

  .corner {
    width: 15px;
    height: 15px;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .nav-menu-btn-icon {
    width: 25px;
    height: 25px;
  }

  .nav-menu-btn-b {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .nav-menu-fb-m {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding: 5px;
  }

  .nav-menu-whatsapp-m {
    width: 50px;
    height: 50px;
    padding: 5px;
  }

  .pricelist-features-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pricelist-shop-map-b {
    height: 300px;
  }

  .pricelist-features-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pricelist-features-tips.text {
    width: 100%;
  }

  .inner-footer-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .inner-footer-col {
    font-size: 24px;
  }

  .nav-link-drop-b {
    flex: 1;
  }

  .nav-link-drop-img {
    display: none;
  }

  .quotes-progress-bar-b {
    height: auto;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .quotes-progress-bar-row {
    font-size: 12px;
  }

  .quotes-progress-bar-dot {
    width: 10px;
    height: 10px;
  }

  .input {
    font-size: 1rem;
  }

  .input-wrap-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .input-wrap-row.address {
    flex-flow: row;
  }

  .input-wrap-col {
    flex: 1;
    width: auto;
  }

  .input-wrap-col.hide-on-tap {
    display: none;
  }

  .quotes-from-new-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .from-new-item-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .from-new-item-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .center-block.left-n-right {
    width: 400px;
    inset: 0% 0% 0% auto;
    transform: none;
  }

  .banner-label-block {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-img-blcok {
    margin-right: 60px;
    padding-right: 0;
  }

  .container-special {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-special.banner {
    height: 400px;
  }

  .banner-label-text {
    font-size: 20px;
    line-height: 24px;
  }

  .banner-img {
    width: 300px;
  }

  .banner-bar.home {
    padding-left: 25px;
    padding-right: 25px;
  }

  .storage-all-info-block {
    margin-left: -1%;
    margin-right: -1%;
  }

  .section-heading-text {
    font-size: 38px;
  }

  .section-heading {
    width: 290px;
  }

  .section-heading.enq {
    width: 240px;
  }

  .post-align {
    width: 50%;
  }

  .storage-info-block {
    min-height: 630px;
    margin-left: 1%;
    margin-right: 1%;
  }

  .storage-info-text-block {
    line-height: 25px;
  }

  .section-heading-img._02 {
    margin-top: 20px;
  }

  .storage-enquiry-info-block {
    width: 38%;
    min-height: auto;
    margin-left: 1%;
    margin-right: 1%;
  }

  .storage-enquiry-info-block._70 {
    width: 58%;
    min-height: auto;
  }

  .field-label-80 {
    width: 70%;
  }

  .size-field-label-20 {
    width: 30%;
  }

  .storage-info-text-block-2 {
    line-height: 25px;
  }

  .map-list-col-main-2 {
    word-break: keep-all;
  }

  .pricelist-main-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-us-map-link-b {
    object-fit: fill;
    height: auto;
  }

  .aboutus-info-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: flex-start;
  }

  .contact-list-col {
    width: 200px;
  }

  .map-pin {
    width: 10%;
    max-width: 18%;
  }

  .contactus-info-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .contactus-map-img-b, .ourservice-main-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ourservice-main-row.padding-20 {
    padding-top: 20px;
  }

  .ourservice-main-col.tab-header-width {
    width: 100%;
    position: sticky;
  }

  .ourservice-main-list-row {
    flex-flow: column;
  }

  .ourservice-features-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 100%;
  }

  .ourservice-features-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .ourservice-features-list-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
  }

  .ourservice-features-list-b.ourservice-features-mobilel-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: 50%;
    display: flex;
  }

  .ourservice-features-step-text {
    flex-flow: row;
    flex: 1;
    height: 150px;
  }

  .text-block-7 {
    display: block;
  }

  .location-row, .location-col.location-col-r {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sample-col {
    width: 45%;
    height: 400px;
  }

  .tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .q-a-before-content-b {
    border-bottom-left-radius: 10px;
  }

  .q-a-content-col {
    padding-top: 10px;
  }

  .q-a-question-content, .q-a-answer-content {
    height: 100%;
  }

  .ourservice-features-b-l {
    width: 120px;
  }

  .tab-header-width {
    width: 80%;
  }

  .ourservice-main-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .step-bg-b {
    color: var(--white);
    flex: 1;
    position: static;
  }

  .step-bg-b.top-radius {
    color: var(--white);
    justify-content: center;
    align-items: center;
  }

  .step-bg-b.bottom-radius {
    max-height: 87%;
  }

  .step-bg-img-b {
    margin-bottom: -24px;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  .section {
    padding-top: 20px;
  }

  .nav-menu-top-blue-b {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .brand-b {
    max-width: 250px;
  }

  .nav-menu-phone-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .nav-menu-phone-icon-block {
    width: 16px;
  }

  .home-banner-sub-link-b {
    font-size: 28px;
  }

  .home-banner-slide {
    padding: 20px;
  }

  .home-banner-slie-nav {
    padding-bottom: 40px;
  }

  .home-banner-text {
    font-size: 36px;
  }

  .home-banner-sub-text {
    font-size: 28px;
  }

  .home-about-info-row {
    flex-flow: column;
  }

  .home-about-title {
    font-size: 36px;
  }

  .home-about-b-info-b {
    min-width: auto;
  }

  .home-about-title-icon {
    height: 50px;
    margin-bottom: -10px;
  }

  .home-features-row {
    flex-flow: column;
  }

  .home-features-col.main {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 20px;
  }

  .home-features-col.sub {
    width: 100%;
  }

  .home-features-image-02-b {
    width: 250px;
  }

  .home-features-image-02-b.m-show {
    display: block;
  }

  .introduction-box-heading {
    width: 100%;
  }

  .map-list {
    width: 100%;
    max-width: none;
  }

  .map-list-row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .map-list-col-main {
    padding-right: 10px;
  }

  .map-list-name-pop {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-map-list-col-inner-b, .map-list-col, .map-list-col-b-01 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .home-map-b {
    width: 100%;
    min-height: auto;
    position: relative;
  }

  .home-map-b.home-map-mobile {
    width: 100%;
    height: 75vw;
  }

  .map-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .home-map-image-b {
    margin-left: 0%;
  }

  .inner-banner-b {
    height: 200px;
  }

  .inner-banner-image {
    object-fit: cover;
    height: 100%;
  }

  .inner-banner-text-b {
    left: 20px;
  }

  .pricelist-features-b, .pricelist-features-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .inner-footer-row {
    flex-flow: wrap;
  }

  .inner-footer-col {
    aspect-ratio: 16 / 9;
    height: 250px;
  }

  .quotes-progress-bar-b {
    height: auto;
    padding: 10px 20px;
  }

  .quotes-progress-bar-col {
    flex: 0 auto;
    width: auto;
  }

  .quotes-progress-bar-line-b {
    flex: 1;
    width: 2%;
  }

  .quotes-from-b {
    padding: 20px;
  }

  .quotes-from {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .input-wrap.new-item {
    flex: 0 auto;
    width: 48%;
  }

  .input-wrap.hide-on-m {
    display: none;
  }

  .input {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .top-bar-50 {
    width: 45%;
  }

  .top-bar {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-size: 13px;
  }

  .center-block.left-n-right {
    width: 320px;
    position: absolute;
    inset: 0% 0% 0% auto;
    transform: none;
  }

  .banner-label-block {
    right: 25px;
  }

  .banner-img-blcok {
    margin-right: 0;
  }

  .container-special {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-special.footer {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-special.top-banner-bar {
    justify-content: space-between;
    display: flex;
  }

  .banner-text-bubble {
    width: 100px;
  }

  .banner-img {
    width: 250px;
  }

  .text-bubble {
    font-size: 18px;
  }

  .banner-bar.home {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-heading.enq {
    width: 230px;
  }

  .post-align, .storage-info-block {
    width: 100%;
    min-height: auto;
  }

  .section-heading-img._02 {
    margin-top: 22px;
  }

  .footer {
    height: auto;
  }

  .footer-text-block {
    position: relative;
    top: 0%;
    transform: none;
  }

  .text-block-2._02 {
    float: left;
  }

  .storage-enquiry-info-block, .storage-enquiry-info-block._70 {
    width: 100%;
  }

  .bar-text-block {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
  }

  .map-list-col-main-2 {
    padding-right: 10px;
  }

  .pricelist-main-row {
    flex-flow: column;
  }

  .pricelist-main-col.list {
    width: 100%;
    max-width: none;
  }

  .map-list-b {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-us-map-link-b {
    height: 100%;
  }

  .aboutus-info-row {
    flex-flow: column;
  }

  .contact-list-col {
    width: auto;
  }

  .about-pay-row {
    flex-flow: column-reverse;
  }

  .about-us-pay-main4-b {
    font-size: 18px;
  }

  .map-pin {
    width: 110px;
    max-width: 110%;
    position: absolute;
    overflow: clip;
  }

  .contactus-info-row, .contactus-map-img-b {
    flex-flow: column;
  }

  .map-list-row-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .ourservice-features-col {
    padding: 10px;
  }

  .image-full-hw {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .contactus-map-img {
    height: 350px;
  }

  .ourservice-main-row {
    flex-flow: column;
  }

  .ourservice-main-col.tab-header-width {
    flex-flow: column;
    height: auto;
    position: static;
  }

  .ourservice-main-list-b {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .ourservice-main-list-row {
    flex-flow: column;
  }

  .ourservice-features-b {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .ourservice-features-row, .ourservice-features-list-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .ourservice-features-step-text {
    align-items: stretch;
  }

  .location-row {
    flex-flow: column;
  }

  .location-col.location-col-l {
    align-self: stretch;
  }

  .sample-row {
    padding: 20px;
  }

  .sample-col {
    flex: 0 auto;
    width: 47%;
  }

  .tabs-menu {
    width: 100%;
  }

  .q-a-tab-b {
    transition: color .8s;
  }

  .q-a-before-content-b {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .q-a-content-col {
    height: 100%;
    padding-top: 10px;
  }

  .q-a-question {
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .q-a-question-content {
    width: 97.7027%;
    height: 100%;
  }

  .q-a-answer-content {
    height: 100%;
  }

  .pricelist-features-col {
    padding: 10px;
  }

  .location-detail-list-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ourservice-main-b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    display: flex;
  }

  .step-bg-b {
    margin-bottom: -1px;
  }

  .step-bg-b.bottom-radius {
    max-height: 88%;
  }

  .q-a-question-text {
    padding-right: 25px;
  }
}

@media screen and (max-width: 479px) {
  .all {
    margin-top: 60px;
  }

  .section.quotes-progress-bar {
    top: 35px;
  }

  .section.path {
    padding-top: 20px;
  }

  .container.header {
    height: 50px;
  }

  .header {
    height: 55px;
  }

  .nav-menu-top-b {
    height: auto;
  }

  .nav-menu-top-blue-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-b {
    max-width: 160px;
    height: 60px;
  }

  .nav-menu-phone-line {
    width: 50%;
    height: 1px;
  }

  .brand-logo-bg {
    width: 140px;
    height: 50px;
  }

  .image {
    width: 15px;
    height: 15px;
    margin-right: -15px;
  }

  .header-bg-left {
    height: auto;
  }

  .home-banner-col.sub {
    flex-flow: column;
  }

  .home-banner-col.main {
    min-height: 290px;
  }

  .btn-main-b {
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-banner-slie-nav {
    margin-bottom: -10px;
  }

  .home-banner-slide-title-b {
    padding: 25px 15px 35px;
  }

  .home-banner-text {
    font-size: 24px;
    font-weight: 700;
  }

  .home-banner-sub-text {
    font-size: 16px;
  }

  .home-banner-slide-title-bg-b {
    height: 60px;
  }

  .home-special-offers-inner-b {
    width: 100%;
  }

  .home-special-offers-sticky-b {
    max-width: 150px;
    left: -16px;
  }

  .home-special-offers-sticky-text.sub {
    padding-top: 20px;
    font-size: 12px;
  }

  .home-special-offers-sticky-text._02 {
    padding-top: 36px;
    padding-left: 6px;
    font-size: 18px;
  }

  .home-features-col.main, .home-features-col.sub {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .bottom-margin-10.top-margin-10 {
    margin-top: 10px;
  }

  .home-features-image-02-b {
    width: 180px;
  }

  .image-full {
    margin-top: 0;
    padding-bottom: 0;
  }

  .image-full.mobile-hide {
    display: none;
  }

  .map-list {
    min-width: auto;
    max-width: none;
  }

  .map-list-name-b {
    flex-flow: wrap;
  }

  .map-list-name-pop {
    text-align: center;
    display: flex;
  }

  .home-map-list-col-inner-b {
    padding-left: 10px;
  }

  .nav-menu-btn {
    padding: 13px 14px 14px;
  }

  .nav-menu-btn-icon {
    width: 20px;
    height: 20px;
  }

  .inner-banner-image {
    object-fit: cover;
    object-position: 66% 50%;
  }

  .pricelist-shop-table-b {
    overflow: auto;
  }

  .pricelist-shop-table {
    width: 480px;
  }

  .pricelist-features-row {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .pricelist-features-tips {
    width: 100%;
  }

  .inner-footer-col {
    flex: 0 auto;
    width: 100%;
  }

  .quotes-progress-bar-b {
    border-radius: 0;
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
  }

  .quotes-progress-bar-col {
    flex: 0 auto;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .quotes-progress-bar-row {
    font-size: 10px;
  }

  .quotes-progress-bar-line-b {
    flex: 1;
  }

  .input-wrap.new-item {
    width: 100%;
  }

  .input-wrap.data {
    flex: 0 auto;
    width: 33.33%;
  }

  .input-wrap-col {
    flex-flow: wrap;
  }

  .input-wrap-name {
    width: 100%;
    height: 53px;
  }

  .radio-b {
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .from-btn-b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .header-bg {
    height: 45px;
  }

  .top-bar-50 {
    width: 55%;
  }

  .logo-img {
    padding-top: 15px;
  }

  .top-bar {
    grid-row-gap: 0px;
    flex-flow: wrap;
    width: 45%;
    padding-top: 5px;
    font-size: 12px;
  }

  .center-block.up-n-down {
    position: relative;
    top: 0%;
    transform: none;
  }

  .center-block.left-n-right {
    width: 330px;
  }

  .banner-label-block {
    padding-left: 10px;
    padding-right: 10px;
    right: 5%;
  }

  .container-special {
    padding: 25px 5% 50px;
  }

  .container-special.banner {
    height: 500px;
    padding-top: 100px;
  }

  .banner-label-text {
    font-size: 16px;
    line-height: 20px;
  }

  .banner-text-bubble {
    width: 90px;
  }

  .banner-img {
    width: 230px;
    left: 50%;
    transform: translate(-50%);
  }

  .text-bubble {
    font-size: 16px;
  }

  .banner-bar {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .fire-text {
    font-size: 16px;
  }

  .storage-all-info-block {
    flex: 1;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .section-heading-text {
    font-size: 24px;
  }

  .btn-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-heading {
    width: 190px;
  }

  .section-heading.enq {
    width: 160px;
  }

  .post-align {
    width: auto;
    min-height: auto;
  }

  .storage-info-block {
    width: 57%;
    min-height: auto;
  }

  .popup-text._01 {
    padding-top: 20px;
    font-size: 12px;
  }

  .popup-text._02 {
    padding-top: 36px;
    padding-left: 6px;
    font-size: 18px;
  }

  .storage-info-text-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pop-up-sticky-block {
    max-width: 150px;
    left: -16px;
  }

  .pop-up-sticky-block._02 {
    max-width: 108px;
  }

  .section-heading-img._02 {
    margin-top: 21px;
  }

  .storage-enquiry-info-block {
    min-height: auto;
    margin-left: 0%;
    margin-right: 0%;
  }

  .storage-enquiry-info-block._70, .storage-enquiry-all-info-block {
    margin-left: 0%;
    margin-right: 0%;
  }

  .form-block._50 {
    width: 100%;
    padding-bottom: 10px;
  }

  .form-block._100 {
    padding-bottom: 10px;
  }

  .form-block._40 {
    width: 100%;
    padding-bottom: 10px;
  }

  .form-block._20 {
    width: 50%;
    padding-bottom: 10px;
  }

  .storage-info-text-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricelist-shop-title-4 {
    align-items: center;
  }

  .about-pay-list-row, .contact-detail-list-row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .ourservice-features-col {
    width: 48.2%;
  }

  .heading-8 {
    font-size: 24px;
    line-height: 24px;
  }

  .image-full-hw {
    object-fit: cover;
  }

  .ourservice-main-list-b {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .ourservice-features-b {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: 100%;
  }

  .ourservice-features-row, .ourservice-features-list-b {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .ourservice-features-list-b.ourservice-features-mobilel-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .ourservice-features-step-b {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .ourservice-features-step-text {
    align-items: stretch;
    height: 100%;
    padding: 20px;
  }

  .ourservice-step-text {
    text-align: center;
    align-self: center;
  }

  .location-row {
    flex-flow: column;
  }

  .location-detail-list-row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .location-detail-list-pop-col {
    flex-flow: wrap;
  }

  .sample-row {
    background-color: #0000;
    width: 100%;
    padding: 0;
    display: flex;
    overflow: hidden;
  }

  .sample-col {
    width: 100%;
    height: 16%;
  }

  .q-a-before-content-b {
    height: 100%;
  }

  .q-a-question-content {
    width: 100%;
    height: 100%;
  }

  .q-a-answer-content {
    height: 100%;
  }

  .tabs-content {
    width: 100%;
    height: 56%;
  }

  .pricelist-features-col {
    width: 48.2%;
  }

  .pricelist-features-col.list, .pricelist-features-col.tips {
    width: 100%;
  }

  .ourservice-features-b-l {
    flex: 0 auto;
    order: 1;
    width: auto;
    position: relative;
    left: auto;
  }

  .location-detail-list-b {
    padding-left: 0;
    padding-right: 0;
  }

  .ourservice-main-b {
    flex-flow: column;
  }

  .step-bg-b.top-radius {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

#w-node-fd515d3b-38df-32d0-385f-20138a28b43d-fd7da7e6 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

