:root {
  --grey-fc: #fcfcfc;
  --body: #373737;
  --logo-dark-blue: #035aa6;
  --logo-orange: #ed8209;
  --white: #fff;
  --brown: #816e67;
  --blue-hover-dark: #023f74;
  --transparent: #0000;
  --light-grey: #d1d5db;
  --field-placeholder-grey: #d2d2d2;
  --error-red-bg: #ffc0bc;
  --error-red-txt: #df0000;
  --303547: #303547;
  --light-blue: #e8f0f4;
  --grey-a7: #a7a7a7;
  --field-label-black: #404d61;
  --darker-light-blue: #e1eff6;
  --grey-fa: #fafafa;
  --6c757d: #6c757d;
  --121416: #121416;
  --yellow: #faff00;
  --bright-green: #00ff29;
  --lime-green: #00c51f;
  --white-2: white;
  --black: black;
  --a9cce9: #a9cce9;
}

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

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

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

body {
  background-color: var(--grey-fc);
  color: var(--body);
  font-family: Noto Sans TC, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
}

h1, h2 {
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

p {
  margin-bottom: 0;
  line-height: 170%;
}

a {
  color: var(--logo-dark-blue);
  text-decoration: underline;
  transition: color .5s;
}

a:hover {
  color: var(--logo-orange);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  margin-top: 5px;
  margin-bottom: 15px;
}

.header {
  z-index: 3000;
  background-color: var(--white);
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container.v-header {
  padding-left: 3vw;
  padding-right: 3vw;
  position: static;
}

.header-wrap {
  justify-content: space-between;
  align-items: center;
  height: 90px;
  display: flex;
  position: static;
}

.nav-menu {
  float: none;
  letter-spacing: 2px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  position: static;
}

.header-brand {
  flex: none;
  width: 25%;
  min-width: 240px;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .5s, color .5s;
}

.header-brand:hover {
  opacity: .5;
}

.img-full {
  width: 100%;
  display: block;
  position: relative;
}

.nav-sublist {
  border-left: 1px solid var(--brown);
  justify-content: flex-end;
  align-items: center;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.nav-item {
  margin-left: .8vw;
  margin-right: .8vw;
}

.nav-link {
  color: var(--logo-dark-blue);
  text-align: center;
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  transition: color .5s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--logo-orange);
}

.nav-link.v-sub {
  color: var(--body);
}

.nav-link.v-sub:hover, .nav-link.v-sub.w--current {
  color: var(--logo-orange);
}

.nav-mainlist {
  justify-content: flex-end;
  align-items: center;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.nav-login-b {
  order: 1;
}

.header-account-dropdown {
  font-weight: 500;
}

.header-login-dropdown-toggle {
  background-color: var(--logo-dark-blue);
  color: var(--white);
  letter-spacing: 2px;
  padding: 10px 30px;
  transition: background-color .8s;
}

.header-login-dropdown-toggle:hover {
  background-color: var(--blue-hover-dark);
}

.header-account-dropdown-list.w--open {
  background-color: var(--transparent);
}

.header-account-dropdown-link {
  border: 1px solid var(--logo-dark-blue);
  background-color: var(--white);
  color: var(--body);
  text-align: center;
  margin-top: 5px;
  padding: 6px 8px;
}

.header-account-dropdown-link:hover {
  color: var(--logo-dark-blue);
}

.header-account-dropdown-link.w--current {
  color: var(--body);
}

.header-account-dropdown-link.w--current:hover {
  color: var(--logo-dark-blue);
}

.nav-link-dropdown {
  position: static;
}

.nav-link-dropdown-list.w--open {
  background-color: var(--grey-fc);
  max-height: 85vh;
  inset: auto 0% 0%;
  overflow: auto;
  transform: translate(0, 100%);
  box-shadow: 0 4px 10px #00000026;
}

.nav-subcat-dropdown-col-link-item {
  margin-top: 15px;
}

.nav-dropdown-link {
  color: var(--body);
  font-weight: 500;
  text-decoration: none;
}

.nav-dropdown-link:hover {
  color: var(--logo-dark-blue);
}

.btn-menu {
  float: none;
}

.section-footer {
  z-index: 1000;
  position: relative;
}

.footer-subscribe-b {
  background-color: var(--light-grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-subscribe-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-subscribe-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.small-title {
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

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

.footer-subscriibe-field {
  border: 1px solid var(--transparent);
  color: var(--body);
  border-radius: 0;
  flex: 1;
  height: auto;
  margin-bottom: 0;
  padding: 8px 10px;
  font-size: 17px;
  line-height: 120%;
  transition: border-color .8s;
}

.footer-subscriibe-field:focus {
  border: 1px solid var(--logo-dark-blue);
}

.footer-subscriibe-field::placeholder {
  color: var(--field-placeholder-grey);
}

.footer-subscriibe-field-wrap {
  align-items: stretch;
  display: flex;
}

.footer-subscriibe-submit {
  background-color: var(--logo-dark-blue);
  padding: 8px 30px;
  transition: background-color .8s;
}

.footer-subscriibe-submit:hover {
  background-color: var(--blue-hover-dark);
}

.footer-subscribe-success {
  background-color: var(--transparent);
  text-align: left;
  padding: 0;
}

.footer-subscribe-error {
  background-color: var(--error-red-bg);
  color: var(--error-red-txt);
}

.footer-main-b {
  background-color: var(--303547);
  color: var(--white);
  padding-top: 90px;
  padding-bottom: 60px;
}

.footer-main-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-main-l {
  width: 45%;
}

.footer-about-b {
  padding-bottom: 50px;
}

.footer-about-title {
  letter-spacing: 2px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.footer-about-box {
  background-color: var(--white);
  color: var(--logo-dark-blue);
  padding: 25px 30px;
}

.footer-contact-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.footer-contact-item {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-contact-icon {
  flex: none;
  width: 34px;
  margin-right: 10px;
}

.footer-contact-content {
  flex: 1;
}

.footer-contact-title {
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-weight: 700;
}

.footer-contact-link {
  text-decoration: none;
}

.footer-main-r {
  flex: 1;
  margin-left: 40px;
}

.footer-sitemap-b {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-sitemap-col {
  width: 33.3%;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-sitemap-title {
  letter-spacing: 5px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.footer-sitemap-item {
  margin-top: 10px;
}

.footer-link {
  color: var(--white);
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.footer-ec-click {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-ec-arrow {
  background-image: url('../images/footer-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.footer-ec-content {
  overflow: hidden;
}

.footer-expand-list {
  border-left: 1px solid var(--white);
  margin-top: 15px;
  margin-left: 15px;
  padding-left: 10px;
}

.footer-social-list {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: -30px;
  display: flex;
}

.footer-social-item {
  margin-left: 15px;
}

.footer-social-link {
  width: 30px;
  transition-property: opacity;
  display: block;
}

.footer-social-link:hover {
  opacity: .5;
}

.footer-bottom-b {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
  font-size: 15px;
  line-height: 120%;
  display: flex;
}

.footer-license-b {
  line-height: 160%;
}

.footer-copyright-b {
  text-align: right;
  flex: 1;
  margin-left: 20px;
}

.footer-webdesign {
  margin-top: 5px;
}

.footer-webdesign-link {
  color: var(--white);
  text-decoration: none;
}

.home-banner-b {
  min-height: 28.8vw;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.home-banner-img {
  background-image: url('../images/home-banner15x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.banner-heading {
  letter-spacing: 4px;
  max-width: 450px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.section-div {
  background-color: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section-div.v-light-blue {
  background-color: var(--light-blue);
}

.section-div.grey-bg {
  background-color: #f3f3f3;
}

.insurance-intro-box {
  background-color: var(--white);
  margin-top: -70px;
  position: relative;
  box-shadow: 9px 9px 30px #0000001a;
}

.insurance-intro-tab-menu {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.insurance-intro-tab-link {
  background-color: var(--light-blue);
  color: var(--body);
  text-align: center;
  letter-spacing: 4px;
  flex: 1;
  padding: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .5s, color .5s;
}

.insurance-intro-tab-link:hover {
  color: var(--logo-dark-blue);
}

.insurance-intro-tab-link.w--current {
  background-color: var(--grey-fc);
}

.insurance-intro-tab-pane {
  background-color: var(--grey-fc);
  background-image: url('../images/home-quote-intro-bg-22x.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 1024px;
  padding: 40px;
}

.insurance-tab-h3 {
  color: var(--logo-dark-blue);
  text-align: center;
  margin-bottom: 50px;
}

.insurance-intro-thumb-slider {
  background-color: var(--light-blue);
  height: auto;
  margin-bottom: 50px;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 56px;
  padding-right: 56px;
  position: relative;
}

.hide {
  display: none;
}

.insurance-intro-thumb-slide {
  border-right: 1px solid var(--light-grey);
  flex: none;
  width: 20%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0%;
  padding-right: 0%;
}

.insurance-intro-thumb-slider-mask {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.insurance-intro-thumb-click {
  background-color: var(--transparent);
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  height: 100%;
  padding: 20px 10px;
  font-weight: 700;
  transition: color .5s, background-color .5s;
}

.insurance-intro-thumb-click:hover, .insurance-intro-thumb-click.active {
  background-color: var(--logo-dark-blue);
  color: var(--white);
}

.insurance-intro-thumb-icon {
  width: 60px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.insurance-intro-thumb-slider-arrow {
  z-index: 10;
  background-color: var(--logo-dark-blue);
  background-image: url('../images/slider-arrow-prev.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  margin-right: 10px;
  transition: background-color .5s;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.insurance-intro-thumb-slider-arrow:hover {
  background-color: var(--blue-hover-dark);
}

.insurance-intro-thumb-slider-arrow.v-next {
  background-image: url('../images/slider-arrow-next.svg');
  inset: 50% 0% auto auto;
}

.insurance-intro-content-slider {
  background-color: var(--transparent);
  height: auto;
  position: relative;
}

.insurance-intro-content-slide {
  overflow: hidden;
}

.insurance-intro-content-title-b {
  border-bottom: 1px solid var(--light-grey);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.insurance-intro-content-title-txt {
  border-bottom: 3px solid var(--logo-dark-blue);
  letter-spacing: 2px;
  margin-bottom: -2px;
  padding-bottom: 15px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.insurance-intro-content-main-b {
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.insurance-intro-content-main-col {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.insurance-intro-content-main-col.col-btn {
  flex: none;
  justify-content: center;
  align-items: flex-end;
  min-width: 33.3%;
  display: flex;
}

.insurance-intro-content-main-title-b {
  letter-spacing: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
}

.insurance-intro-content-main-title-icon {
  flex: none;
  width: 20px;
  margin-right: 10px;
}

.insurance-intro-content-main-title-txt {
  flex: 1;
}

.insurance-intro-content-btn-list {
  border: 1px solid var(--logo-dark-blue);
  background-color: var(--white);
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: -2px 2px 5px #00000014;
}

.btn-common {
  background-color: var(--logo-dark-blue);
  color: var(--grey-fc);
  text-align: center;
  letter-spacing: 2px;
  padding: 13px 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition-property: background-color;
}

.btn-common:hover {
  background-color: var(--blue-hover-dark);
  color: var(--white);
}

.insurance-intro-content-btn {
  background-color: var(--logo-dark-blue);
  color: var(--grey-fc);
  letter-spacing: 2px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
}

.insurance-intro-content-btn:hover {
  background-color: var(--blue-hover-dark);
  color: var(--white);
}

.insurance-intro-content-btn-icon {
  background-color: var(--grey-fc);
  background-image: url('../images/btn-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  flex: none;
  width: 36px;
  height: 36px;
  margin-left: 10px;
}

.txt-align-center {
  text-align: center;
}

.lined-h3-b {
  border-left: 2px solid var(--logo-dark-blue);
  color: var(--logo-dark-blue);
  margin-bottom: 35px;
  padding-left: 23px;
  overflow: hidden;
}

.lined-h3-b.no-bottom {
  margin-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.relative {
  position: relative;
}

.patner-slider-link {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-slider {
  background-color: var(--transparent);
  height: auto;
}

.testimonial-slide {
  width: 33.3%;
  padding-left: 1%;
  padding-right: 1%;
}

.testimonial-slider-mask {
  margin-left: -1%;
  margin-right: -1%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.testimonial-box {
  border-style: none solid solid none;
  border-width: 2px;
  border-color: var(--light-grey);
  background-color: var(--white);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 2px 2px 8px #0000001a;
}

.testomnial-item-top-b {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.testimonial-profile-b {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.testimonial-profile-img {
  flex: none;
  width: 60px;
  margin-right: 20px;
}

.testimonial-profile-txt-b {
  flex: 1;
}

.testimonial-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.testimonial-name-title {
  color: #3c3c43d9;
  font-size: 18px;
  line-height: 140%;
}

.testimonial-rate-b {
  flex: none;
  justify-content: flex-end;
  display: flex;
}

.testimonial-star {
  flex: none;
  width: 14px;
  margin-left: 4px;
}

.testimonial-slider-tool {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.testimonial-slider-num-b {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-count-slash {
  margin-left: 8px;
  margin-right: 8px;
}

.testimonial-slider-arrow {
  width: 16px;
  margin-left: 20px;
  margin-right: 20px;
}

.common-h2-b {
  color: var(--logo-dark-blue);
  margin-bottom: 40px;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.common-tab-menu {
  justify-content: center;
  align-items: flex-end;
  margin: -20px auto 40px;
  display: flex;
}

.common-tab-menu.new-tab {
  justify-content: space-between;
}

.common-tab-menu.process-scroll {
  justify-content: flex-start;
  align-items: flex-end;
}

.common-tab-link {
  background-color: var(--transparent);
  color: var(--grey-a7);
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #a7a7a74d;
  justify-content: center;
  align-items: center;
  width: 16.66%;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  position: relative;
}

.common-tab-link:hover {
  color: var(--logo-dark-blue);
}

.common-tab-link.w--current {
  background-color: var(--transparent);
  color: var(--logo-dark-blue);
}

.common-tab-content {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

.common-tab-link-content {
  padding: 10px 5px;
  position: relative;
}

.common-tab-link-content.new-tab {
  width: 100%;
}

.common-tab-link-active-line {
  background-color: var(--logo-dark-blue);
  opacity: 0;
  border-radius: 3px 3px 0 0;
  height: 3px;
  margin-bottom: -1px;
  transition: opacity .8s;
  position: absolute;
  inset: auto 0% 0%;
}

.quotation-faq-content {
  margin-bottom: 40px;
  padding-top: 15px;
}

.faq-ec-item {
  margin-bottom: 30px;
}

.faq-ec-click {
  border-bottom: 1px solid var(--light-grey);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: color .8s;
  display: flex;
  position: relative;
}

.faq-ec-click:hover, .faq-ec-click.ec-collapse {
  color: var(--logo-dark-blue);
}

.faq-ec-title-b {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.faq-ec-item-num {
  width: 25px;
  margin-right: 5px;
}

.faq-ec-arrow {
  background-image: url('../images/ec-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 16px;
  height: 16px;
}

.faq-ec-arrow.v-expanded {
  transform: rotate(90deg);
}

.faq-ec-content {
  overflow: hidden;
}

.faq-ec-content-wrap {
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 170%;
}

.common-small-btn-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.common-small-btn {
  color: var(--logo-dark-blue);
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

.common-small-btn:hover {
  color: var(--logo-dark-blue);
}

.common-small-btn-arrow {
  flex: none;
  width: 15px;
  margin-left: 5px;
  transition: all .5s;
}

.quotation-faq-more-b {
  text-align: right;
}

.hidden-h1 {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.about-bg-b {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.about-content-b {
  justify-content: flex-start;
  align-items: center;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
}

.about-content-col {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.about-content-col.last {
  order: 1;
}

.about-content-img-b {
  position: relative;
  overflow: hidden;
}

.about-content-img-color {
  background-color: var(--light-blue);
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-content-p {
  line-height: 170%;
}

.radio-btn-field {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
}

.radio-box {
  border: 1px solid var(--light-grey);
  color: var(--body);
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  min-width: 120px;
  padding: 10px 20px;
  font-weight: 700;
  transition: border-color .8s, color .8s, background-color .8s;
}

.radio-box:hover {
  background-color: var(--light-grey);
}

.radio-box.v-select-quote-industry {
  min-width: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.member-menu-b {
  border-right: 1px solid var(--grey-fc);
  background-color: #f3f3f3;
  flex: none;
  width: 250px;
  padding: 130px 25px 40px;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: auto;
  box-shadow: 0 4px 4px #00000040;
}

.member-menu-top {
  color: var(--logo-dark-blue);
  margin-bottom: 25px;
  line-height: 130%;
}

.member-menu-welcome {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 700;
}

.member-menu-item {
  margin-bottom: 10px;
}

.member-menu-link {
  background-color: var(--grey-fc);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: box-shadow .5s, background-color .5s, color .5s;
  display: flex;
  box-shadow: inset 0 2px 4px #0000, 0 2px 4px #00000040;
}

.member-menu-link:hover {
  color: var(--logo-dark-blue);
  background-color: #f3f3f3;
  box-shadow: inset 0 2px 4px #00000040, 0 2px 4px #0000;
}

.member-menu-link.w--current {
  box-shadow: inset 0 2px 4px #00000040, 0 2px 4px #0000;
}

.member-menu-icon {
  flex: none;
  width: 20px;
  margin-right: 10px;
}

.member-menu-notification-num {
  background-color: var(--logo-dark-blue);
  color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.member-menu-logout-b {
  margin-top: 35px;
}

.btn-logout {
  letter-spacing: 1px;
  background-image: url('../images/member-icon-logout2x_1member-icon-logout@2x.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 34px;
  font-weight: 700;
  text-decoration: none;
  transition-property: opacity;
}

.btn-logout:hover {
  opacity: .5;
  color: var(--logo-dark-blue);
}

.member-menu-bottom-txt {
  color: #8a99af;
  margin-top: 60px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 150%;
}

.member-menu-bottom-link {
  color: #8a99af;
  text-decoration: none;
}

.member-menu-bottom-link:hover {
  color: var(--field-label-black);
}

.btn-member-mobile-menu {
  display: none;
}

.insurance-quote-select-industry-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.insurance-quote-select-industry-item {
  width: 33.3%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.insurance-intro-thumb-icon-active {
  opacity: 0;
  width: 100%;
  transition: opacity .5s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.insurance-intro-total-b {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 30px;
  display: flex;
}

.insurance-intro-total-num {
  color: var(--error-red-txt);
  margin-bottom: -5px;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.insurance-intro-total-num-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.insurance-intro-content-main-l-content {
  border: 1px solid var(--logo-dark-blue);
  background-color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  display: flex;
  box-shadow: -2px 2px 5px #00000014;
}

.insurance-intro-content-main-graphic-b {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.partner-carousel {
  overflow: hidden;
}

.partner-carousel-item {
  width: 220px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.insurance-intro-content-select-industry-b {
  margin-top: 40px;
}

.insurance-intro-content-select-industry-title {
  background-color: var(--darker-light-blue);
  color: var(--logo-dark-blue);
  letter-spacing: 2px;
  border-radius: 20px 20px 20px 0;
  margin-bottom: 15px;
  padding: 10px;
  font-weight: 700;
  display: inline-block;
}

.header-quotation-tab {
  display: flex;
}

.header-quotation-tab-menu {
  background-color: var(--light-blue);
  width: 200px;
  display: block;
}

.header-quotation-tab-link {
  background-color: var(--transparent);
  color: var(--body);
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .5s, color .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-quotation-tab-link:hover, .header-quotation-tab-link.w--current {
  background-color: var(--logo-dark-blue);
  color: var(--white);
}

.header-quotation-tab-link-line {
  background-color: var(--logo-dark-blue);
  width: 2px;
  height: 30px;
  margin-right: 10px;
  transition: background-color .5s;
  position: relative;
}

.header-quotation-tab-link-line.v-active {
  background-color: var(--white);
}

.header-quotation-tab-link-txt, .header-quotation-tab-content {
  flex: 1;
}

.header-quotation-content-wrap {
  flex: 1;
  display: flex;
}

.header-quotation-content-img-b {
  flex: none;
  width: 300px;
  position: relative;
  overflow: hidden;
}

.header-quotation-content-main {
  flex: 1;
  padding: 30px;
}

.header-quotation-menu {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.header-quotation-menu-col {
  width: 33.3%;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.header-quotation-menu-col-title {
  border-bottom: 2px solid var(--logo-dark-blue);
  color: var(--logo-dark-blue);
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.header-quotation-content-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.header-quotation-content-img.v-business {
  background-image: url('../images/quotation-menu-business2x.jpg');
}

.header-quotation-content-img.v-personal {
  background-image: url('../images/quotation-menu-personal2x.jpg');
}

.header-quotation-content-img.menu-img {
  background-image: url('../images/quotation-menu-img2x.jpg');
}

.header-quotation-menu-col-title-link {
  text-decoration: none;
}

.header-quotation-menu-btn-b {
  text-align: right;
}

.header-quotation-tab-link-active {
  background-color: var(--logo-dark-blue);
  opacity: 0;
  color: var(--white);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header-quotation-tab-link-active.v-active {
  opacity: 1;
}

.header-quotation-qp {
  display: none;
}

.header-quotation-qp.quotation-menu-gp-1 {
  display: block;
}

.insurance-intro-content-main-l-content-wrap {
  width: 100%;
}

.sticky-btn-b {
  z-index: 2000;
  pointer-events: none;
  margin-bottom: 20px;
  padding: 10px 30px 10px 10px;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.btn-whatsapp {
  border: 2px solid var(--white);
  pointer-events: auto;
  background-color: #25d366;
  background-image: url('../images/whatsapp-icon2x_1whatsapp-icon@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: box-shadow .8s;
  display: block;
  box-shadow: 0 0 10px #0003;
}

.btn-whatsapp:hover {
  box-shadow: 0 0 10px #00000080;
}

.header-btn-common {
  background-color: var(--logo-orange);
  color: var(--grey-fc);
  text-align: center;
  letter-spacing: 2px;
  background-image: url('../images/header-btn.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40px;
  padding: 13px 50px 13px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition-property: background-color;
}

.header-btn-common:hover {
  background-color: var(--grey-fc);
  color: var(--logo-orange);
  background-image: url('../images/header-btn-hover.svg');
}

.header-btn-common.no-arrow {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-right: 20px;
}

.quotation-hints-container {
  padding-bottom: 20px;
}

.quotation-hints-b {
  background-color: var(--darker-light-blue);
  border-radius: 10px;
  padding: 20px;
}

.quotation-hints-row {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.quotation-hints-col {
  padding-left: 10px;
  padding-right: 10px;
}

.quotation-hints-info-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quotation-hints-profile-pic {
  background-image: url('../images/profile-pic-dummy.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.quotation-hints-profile-info-b {
  margin-left: 20px;
}

.quotation-hints-profile-info-title {
  letter-spacing: 2px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 120%;
}

.quotation-hints-dropdown-arrow {
  width: 30px;
  display: block;
}

.quotation-hints-dropdown-b {
  height: 0;
  overflow: hidden;
}

.quotation-hints-dropdown-border-b {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quotation-hints-dropdown-border {
  background-color: var(--logo-dark-blue);
  flex: 1;
  height: 1px;
}

.quotation-hints-dropdown-border-txt-b {
  padding-left: 20px;
  padding-right: 20px;
}

.quotation-hints-list-b {
  color: var(--body);
  text-align: left;
}

.quotation-hints-list {
  margin-top: 20px;
  margin-bottom: 0;
}

.mobile-header-btn-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-whatsapp-b {
  display: none;
}

.home-banner-btn-b {
  padding-top: 20px;
}

.home-item-btn-arrow {
  flex: none;
  width: 15px;
  margin-left: 10px;
  transition: all .8s;
}

.home-section-banner-container {
  justify-content: center;
  align-items: center;
  min-height: 350px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-section-banner-b {
  z-index: 1;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-section-banner-content-b {
  color: var(--white);
  margin-top: -10px;
}

.home-section-banner-content {
  padding-top: 10px;
}

.home-section-banner-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 130%;
}

.home-section-banner-btn {
  background-color: var(--blue-hover-dark);
  color: var(--white);
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
}

.home-section-banner-btn:hover {
  background-color: var(--logo-orange);
  color: var(--white);
}

.home-section-banner-btn-b {
  display: inline-block;
}

.home-section-banner-img {
  background-image: url('../images/quotation-banner2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.home-section-banner-title {
  font-size: 24px;
}

.quotation-border-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.quotation-border-col {
  flex: 1;
}

.quotation-border-dropdown-col {
  padding-left: 20px;
}

.quotation-hints-close-btn {
  background-color: var(--light-grey);
  border-radius: 100%;
  width: 30px;
  padding: 9px;
  display: block;
}

.quotation-dropdown-btn {
  margin-top: 10px;
  text-decoration: none;
  display: block;
}

.header-quotation-tab-b {
  background-color: var(--grey-fc);
}

.banner-subtitle {
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.banner-list {
  margin-top: 10px;
  margin-bottom: 0;
}

.banner-list-b {
  margin-top: -10px;
  padding-left: 20px;
}

.home-quote-link {
  color: #373737;
  text-decoration: none;
  transition-property: all;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-quote-link:hover {
  color: #373737;
  transform: translate(0, -10px);
}

.home-quote-item {
  width: 25%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.big-heading {
  color: #035aa6;
  letter-spacing: 1px;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.big-heading.align-center {
  text-align: center;
  margin-bottom: 20px;
}

.home-quote-item-des {
  line-height: 170%;
}

.home-quote-item-title {
  color: #035aa6;
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.home-quote-content {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-quote-item-arrow {
  flex: none;
  width: 15px;
  margin-left: 10px;
}

.home-quote-item-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 78.125%;
  position: relative;
}

.home-quote-item-img.v-img-2 {
  background-image: url('../images/home-quote-img-employer2x.jpg');
}

.home-quote-list {
  flex-flow: wrap;
  align-items: stretch;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 40px;
  display: flex;
}

.home-quote-btn-b {
  color: #035aa6;
  letter-spacing: 1px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
}

.home-tab-b {
  padding-top: 40px;
}

.txt-blue {
  color: var(--logo-dark-blue);
}

.new-tab-link {
  color: #a7a7a7;
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  border-bottom: 1px solid #a7a7a74d;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  position: relative;
}

.new-tab-link:hover {
  color: #035aa6;
}

.new-tab-link.w--current {
  color: #035aa6;
  background-color: #0000;
}

.pt-b {
  margin-top: -20px;
}

.pt-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 20px;
  display: flex;
}

.pt-col {
  padding-left: 5px;
  padding-right: 5px;
}

.pt-img {
  width: 50px;
}

.pt-title {
  padding-bottom: 5px;
  font-weight: 600;
}

.padding-20 {
  padding-bottom: 20px;
}

.padding-20.bottom {
  padding-bottom: 40px;
}

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

.home-process-tab-b {
  padding-top: 40px;
}

.proces-tab-link {
  color: #a7a7a7;
  text-align: center;
  letter-spacing: 2px;
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 20px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  position: relative;
}

.proces-tab-link:hover {
  color: #035aa6;
}

.proces-tab-link.w--current {
  color: #035aa6;
  background-color: #0000;
}

.proces-tab-link-content {
  width: 100%;
  position: relative;
}

.proces-number-b {
  z-index: 1;
  border: 2px solid var(--light-grey);
  background-color: var(--light-blue);
  color: var(--grey-a7);
  letter-spacing: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  line-height: 100%;
  display: flex;
  position: relative;
}

.proces-number-b.completed {
  background-color: var(--logo-dark-blue);
  color: var(--white);
  border-style: none;
}

.proces-number-border {
  background-color: var(--light-grey);
  width: 100%;
  height: 2px;
  margin-bottom: 20px;
  position: absolute;
  inset: auto 50% 0% auto;
}

.proces-number-border.completed {
  background-color: var(--logo-dark-blue);
}

.proces-tab-txt.completed {
  color: var(--logo-dark-blue);
}

.proces-tab-content-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.proces-tab-content-col {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.proces-tab-btn-b {
  text-align: center;
  padding-top: 40px;
}

.update-header {
  background-color: var(--white);
  width: 100%;
}

.update-footer-bottom-b {
  justify-content: space-between;
  align-items: flex-end;
  font-size: 15px;
  line-height: 120%;
  display: flex;
}

.update-footer-main-b {
  background-color: var(--303547);
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-list {
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -2%;
  margin-right: -2%;
  display: flex;
}

.blog-item-btn-arrow {
  flex: none;
  width: 15px;
  margin-left: 10px;
  transition: all .8s;
}

.blog-item-info {
  color: #6c757d;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5%;
  display: flex;
}

.blog-item-share {
  background-image: url('../images/blog-icon-share.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 20px;
  height: 20px;
}

.blog-item-info-line {
  opacity: .4;
  background-color: #6c757d;
  flex: 1;
  height: 1px;
}

.blog-item {
  width: 33.33%;
  margin-bottom: 40px;
  padding-left: 2%;
  padding-right: 2%;
}

.blog-item-img-b {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.blog-item-info-dot {
  opacity: .4;
  background-color: #6c757d;
  border-radius: 50%;
  flex: none;
  width: 5px;
  height: 5px;
  margin-right: 5px;
}

.blog-item-info-b {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
}

.blog-item-btn-b {
  color: #035aa6;
  letter-spacing: 1px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog-item-des {
  color: #6c757d;
  max-height: 190.4px;
  font-size: 16px;
  line-height: 170%;
  overflow: hidden;
}

.blog-item-link {
  color: #121416;
  background-color: #fafafa;
  border: 2px solid #d1d5db;
  border-style: none solid solid none;
  border-radius: 8px;
  height: 100%;
  padding: 15px 16px 110px;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 5px 5px 15px #0000001a;
}

.blog-item-link:hover {
  color: #035aa6;
}

.blog-item-tag {
  color: #fff;
  letter-spacing: 2px;
  background-color: #0003;
  border-radius: 4px;
  margin-top: 6px;
  margin-left: 6px;
  padding: 8px 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog-item-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 52.5%;
  position: relative;
}

.blog-item-img.blog-4 {
  background-image: url('../images/blog-thumb-52x.jpg');
}

.blog-item-img.blog-2 {
  background-image: url('../images/blog-thumb-32x.jpg');
}

.blog-item-img.blog-3 {
  background-image: url('../images/blog-thumb-42x.jpg');
}

.blog-item-img.blog-1 {
  background-image: url('../images/blog-thumb-22x.jpg');
}

.blog-item-img.blog-6 {
  background-image: url('../images/blog-thumb-72x.jpg');
}

.blog-item-img.blog-5 {
  background-image: url('../images/blog-thumb-62x.jpg');
}

.blog-item-title {
  letter-spacing: 4px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.home-price-container {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.home-price-col-b {
  width: 33.33%;
  margin-top: 20px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-price-top-b {
  background-color: var(--logo-dark-blue);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px 100px 20px 20px;
  position: relative;
}

.home-price-list-b {
  color: var(--white);
  margin-top: -10px;
  padding-left: 20px;
}

.home-price-list {
  margin-top: 10px;
  margin-bottom: 0;
}

.home-top-price-img-b {
  border: 2px solid var(--logo-dark-blue);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.home-price-bottom-b {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--light-grey);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px;
}

.home-price-tag {
  background-color: var(--logo-dark-blue);
  color: var(--white);
  padding: 5px 20px;
  display: inline-block;
}

.home-price-info-b {
  border-bottom: 1px dashed var(--logo-dark-blue);
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.home-price-title-b {
  padding-top: 5px;
  font-weight: 600;
}

.home-price-info-img {
  width: 50%;
  padding-left: 20px;
}

.home-price-b {
  padding-top: 20px;
}

.original-price {
  color: var(--6c757d);
  font-weight: 600;
}

.home-price-info-col {
  width: 50%;
}

.txt-strikethrough {
  text-decoration: line-through;
}

.home-price-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.price-discount {
  color: var(--blue-hover-dark);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.home-price-col {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.home-new-price-col {
  width: 100%;
  padding-top: 10px;
}

.new-price {
  font-size: 30px;
  font-weight: 600;
  line-height: 110%;
}

.txt-red {
  color: var(--error-red-txt);
}

.padding-40 {
  padding-bottom: 40px;
}

.template-plan-table-cell-top-subtitle {
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 120%;
}

.template-b-plan-table-row-list {
  flex: 1;
}

.template-b-plan-table-l {
  color: #000;
  background-color: #e8f0f4;
  flex: none;
  align-items: stretch;
  width: 260px;
  display: flex;
}

.template-b-plan-table-l.v-top {
  background-color: #0000;
}

.template-b-plan-table-subrow {
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.template-b-plan-table-cell {
  border-right: 1px solid #d1d5db;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.template-b-plan-table-cell.btn-b {
  border-bottom: 1px solid #d1d5db;
}

.template-plan-table-cell-top-title {
  color: #373737;
  margin-top: 2px;
  font-size: 18px;
  line-height: 120%;
}

.template-b-plan-table-title {
  letter-spacing: 1px;
  font-weight: 700;
}

.template-b-plan-table-top {
  z-index: 100;
  position: sticky;
  top: 89px;
}

.template-b-plan-table-row {
  border-bottom: 1px solid #d1d5db;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.template-b-plan-table-row.v-top, .template-b-plan-table-row.bottom-line {
  border-bottom-style: none;
}

.template-b-plan-table-r {
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 44%;
  display: flex;
}

.template-b-plan-table-r.v-top {
  color: #035aa6;
  text-align: center;
  letter-spacing: 2px;
  background-color: #e8f0f4;
  font-weight: 700;
}

.template-b-plan-table-content {
  border-top: 1px solid #d1d5db;
  position: relative;
}

.template-plan-table-cell-content {
  width: 100%;
}

.template-b-plan-table-cell-price-breakdown-txt {
  color: #035aa6;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 700;
}

.template-plan-table-icon {
  width: 35px;
  margin-left: auto;
  margin-right: auto;
}

html.w-mod-js [data-ix="common-fade-from-bottom"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="common-fade-from-top"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="common-scale-in"] {
  transform: scale(1.1);
}

html.w-mod-js [data-ix="common-scale-fade-out"] {
  opacity: 0;
  transform: scale(.8);
}

html.w-mod-js [data-ix="common-scale-fade-in"] {
  opacity: 0;
  transform: scale(1.1);
}

@media screen and (min-width: 1280px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .header-brand {
    width: 342px;
  }

  .nav-item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .nav-mainlist {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-main-l {
    width: 40%;
  }

  .footer-about-b {
    padding-bottom: 100px;
  }

  .footer-about-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-contact-item {
    width: 50%;
  }

  .footer-main-r {
    margin-left: 70px;
  }

  .footer-sitemap-b {
    margin-left: -20px;
    margin-right: -20px;
  }

  .footer-sitemap-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-sitemap-title {
    letter-spacing: 7px;
  }

  .insurance-intro-tab-pane {
    padding: 60px;
  }

  .insurance-intro-thumb-slider {
    margin-left: -60px;
    margin-right: -60px;
  }

  .insurance-intro-thumb-slide {
    width: 16.6667%;
  }

  .insurance-intro-thumb-slider-arrow:hover {
    background-color: var(--blue-hover-dark);
  }

  .insurance-intro-thumb-slider-arrow.v-next {
    inset: 50% 0% auto auto;
  }

  .insurance-intro-content-title-b {
    align-items: flex-start;
  }

  .insurance-intro-content-btn {
    padding-left: 50px;
    padding-right: 50px;
  }

  .testimonial-slide {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-slider-mask {
    margin-left: -30px;
    margin-right: -30px;
  }

  .testimonial-box {
    padding: 40px;
  }

  .testimonial-profile-b {
    flex: 1;
  }

  .about-content-b {
    margin-left: -60px;
    margin-right: -60px;
  }

  .about-content-col {
    padding-left: 60px;
    padding-right: 60px;
  }

  .about-content-img-color {
    margin-top: 40px;
    margin-left: 40px;
  }

  .member-menu-b {
    width: 280px;
  }

  .insurance-quote-select-industry-list {
    justify-content: space-between;
  }

  .header-quotation-menu-col {
    width: 20%;
  }

  .blog-item-info {
    margin-left: 8%;
  }

  .blog-item {
    margin-bottom: 60px;
  }

  .blog-item-info-b {
    margin-bottom: 30px;
    font-size: 17px;
  }

  .blog-item-btn-b {
    margin-bottom: 60px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .blog-item-des {
    max-height: 202.3px;
    font-size: 17px;
  }

  .blog-item-link {
    padding: 25px 25px 110px;
  }

  .blog-item-tag {
    letter-spacing: 2px;
    margin-top: 14px;
    margin-left: 6px;
    font-size: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .radio-box.v-select-quote-industry {
    padding-left: 25px;
    padding-right: 25px;
  }
}

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

  h3 {
    font-size: 20px;
  }

  .container {
    max-width: none;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container.v-header {
    position: relative;
  }

  .header-wrap {
    height: 70px;
  }

  .nav-menu {
    background-color: var(--white);
    flex: 0 auto;
    width: 100%;
    height: 100vh;
    padding-top: 70px;
    display: block;
    position: fixed;
    inset: 0% auto auto 0%;
    overflow: auto;
  }

  .header-brand {
    z-index: 10;
    width: 240px;
    min-width: 0;
  }

  .nav-sublist {
    border-left-style: none;
    padding-bottom: 120px;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
  }

  .nav-item {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-mainlist {
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
  }

  .nav-login-b {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
  }

  .nav-link-dropdown {
    text-align: center;
    display: block;
  }

  .nav-link-dropdown-list.w--open {
    background-color: var(--transparent);
    box-shadow: none;
    max-height: none;
    margin-left: -5vw;
    margin-right: -5vw;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: hidden;
    transform: none;
  }

  .btn-menu {
    z-index: 10;
    flex: none;
    padding: 0;
  }

  .btn-menu.w--open {
    background-color: var(--transparent);
  }

  .btn-menu-wrap {
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
  }

  .btn-menu-line-1, .btn-menu-line-2 {
    background-color: var(--logo-dark-blue);
    border-radius: 10px;
    width: 100%;
    height: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0;
    position: relative;
  }

  .nav-link-dropdown-list-wrap {
    padding-top: 20px;
  }

  .footer-subscribe-b {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-subscribe-wrap {
    margin-left: -2%;
    margin-right: -2%;
  }

  .footer-subscribe-col {
    padding-left: 2%;
    padding-right: 2%;
  }

  .footer-subscriibe-submit {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-main-b {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .footer-main-wrap {
    display: block;
  }

  .footer-main-l {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-bottom: 60px;
    display: flex;
  }

  .footer-about-b {
    width: 50%;
    margin-right: 5vw;
  }

  .footer-about-box {
    flex: 1;
    padding: 20px;
  }

  .footer-contact-icon {
    width: 30px;
  }

  .footer-main-r {
    margin-left: 0;
  }

  .footer-sitemap-col {
    margin-bottom: 40px;
  }

  .footer-sitemap-title {
    margin-bottom: 20px;
  }

  .footer-social-list {
    justify-content: center;
    margin-top: -10px;
  }

  .footer-social-item {
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-bottom-b {
    margin-top: 40px;
    display: block;
  }

  .footer-license-b {
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-copyright-b {
    text-align: center;
  }

  .banner-heading {
    font-size: 30px;
  }

  .section-div {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .insurance-intro-tab-link {
    letter-spacing: 2px;
    padding: 15px;
    font-size: 20px;
  }

  .insurance-intro-tab-pane {
    background-size: 100%;
    padding: 30px;
  }

  .insurance-tab-h3 {
    margin-bottom: 20px;
  }

  .insurance-intro-thumb-slider {
    margin-bottom: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }

  .insurance-intro-thumb-slide {
    width: 33.3%;
  }

  .insurance-intro-content-title-txt {
    padding-bottom: 10px;
    font-size: 24px;
  }

  .insurance-intro-content-main-b {
    flex-wrap: wrap;
  }

  .insurance-intro-content-main-col.col-btn {
    width: 100%;
    margin-top: 20px;
  }

  .insurance-intro-content-btn {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 18px;
  }

  .insurance-intro-content-btn-icon {
    width: 30px;
    height: 30px;
  }

  .lined-h3-b {
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .testimonial-slide {
    width: 50%;
  }

  .common-tab-link.v-quote-faq {
    width: 33.3%;
  }

  .common-tab-link-content {
    flex: 0 auto;
  }

  .about-content-b {
    margin-left: -3%;
    margin-right: -3%;
  }

  .about-content-col {
    padding-left: 3%;
    padding-right: 3%;
  }

  .about-content-img-color {
    margin-top: 5%;
    margin-left: 5%;
  }

  .member-menu-b {
    z-index: 1000;
    width: 240px;
    padding-top: 110px;
  }

  .member-menu-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-quotation-tab {
    background-color: var(--grey-fa);
  }

  .header-quotation-tab-menu {
    width: 150px;
  }

  .header-quotation-tab-link {
    text-align: left;
    padding: 10px;
  }

  .header-quotation-content-wrap {
    display: block;
  }

  .header-quotation-content-img-b {
    width: 100%;
    padding-top: 100%;
    display: none;
  }

  .header-quotation-tab-link-active {
    text-align: left;
    padding: 10px;
  }

  .quotation-hints-profile-info-title {
    letter-spacing: 1px;
    font-size: 18px;
  }

  .home-section-banner-b {
    width: 80%;
  }

  .banner-subtitle {
    font-size: 20px;
  }

  .home-quote-item {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .big-heading {
    font-size: 30px;
  }

  .home-quote-item-des {
    line-height: 160%;
  }

  .home-quote-item-title {
    letter-spacing: 2px;
    font-size: 20px;
  }

  .home-quote-content {
    padding-top: 20px;
  }

  .home-quote-b {
    margin-top: 60px;
  }

  .home-quote-item-img {
    padding-top: 100%;
  }

  .home-quote-list {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .home-quote-btn-b {
    margin-top: 20px;
  }

  .proces-tab-content-row {
    margin-top: -20px;
  }

  .proces-tab-content-col {
    width: 50%;
    padding-top: 20px;
  }

  .update-footer-bottom-b {
    display: block;
  }

  .blog-item {
    width: 50%;
    margin-bottom: 30px;
  }

  .blog-item-btn-b {
    margin-bottom: 20px;
  }

  .blog-item-des {
    max-height: 136px;
  }

  .blog-item-link {
    padding-bottom: 70px;
  }

  .blog-item-title {
    letter-spacing: 2px;
    font-size: 20px;
  }

  .home-price-container {
    margin-left: -10px;
    margin-right: -10px;
  }

  .home-price-col-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .template-b-plan-table-l {
    width: 120px;
  }

  .template-b-plan-table-cell {
    padding: 15px;
  }

  .template-b-plan-table-title {
    font-size: 18px;
  }

  .template-b-plan-table-top {
    top: 69px;
  }

  .template-b-plan-table-top.mobile-only {
    display: block;
  }

  .template-b-plan-table-r.v-top {
    font-size: 17px;
  }

  .template-b-plan-table-cell-price-breakdown-txt {
    letter-spacing: 0;
  }

  .template-plan-table-icon {
    width: 30px;
  }
}

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

  h1, h2 {
    letter-spacing: 2px;
    font-size: 28px;
  }

  h3 {
    letter-spacing: 2px;
  }

  li {
    margin-bottom: 10px;
  }

  .header-brand {
    width: 240px;
  }

  .nav-subcat-dropdown-col-link-item {
    margin-top: 10px;
  }

  .footer-subscribe-b {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-subscribe-wrap {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .footer-subscribe-col {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .small-title {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .footer-subscriibe-field {
    font-size: 16px;
  }

  .footer-main-l {
    margin-bottom: 40px;
  }

  .footer-about-title {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .footer-sitemap-b {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .footer-sitemap-col {
    width: 50%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-sitemap-title {
    letter-spacing: 2px;
  }

  .footer-social-list {
    justify-content: center;
    margin-top: 0;
  }

  .footer-social-item {
    margin-left: 6px;
    margin-right: 6px;
  }

  .footer-bottom-b {
    font-size: 14px;
  }

  .home-banner-img {
    background-image: linear-gradient(#ffffffb3, #fff0), url('../images/home-banner15x.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner-heading {
    letter-spacing: 2px;
    font-size: 28px;
  }

  .insurance-intro-box {
    margin-top: -50px;
  }

  .insurance-intro-tab-link {
    font-size: 18px;
  }

  .insurance-intro-tab-pane {
    padding: 20px;
  }

  .insurance-intro-thumb-slider {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .insurance-intro-thumb-slider-arrow {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .insurance-intro-content-main-b {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .insurance-intro-content-main-col {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .insurance-intro-content-main-title-b {
    margin-bottom: 10px;
  }

  .btn-common {
    padding: 8px 30px;
  }

  .insurance-intro-content-btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .insurance-intro-content-btn-icon {
    width: 25px;
    height: 25px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-box {
    padding: 20px;
  }

  .testimonial-profile-img {
    width: 50px;
    margin-right: 10px;
  }

  .testimonial-name {
    font-size: 18px;
  }

  .testimonial-name-title {
    font-size: 16px;
  }

  .common-h2-b {
    margin-bottom: 30px;
  }

  .common-tab-menu {
    margin-bottom: 20px;
  }

  .common-tab-menu.process-scroll {
    overflow: auto;
  }

  .common-tab-link {
    letter-spacing: 1px;
    font-size: 15px;
  }

  .common-tab-link-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quotation-faq-content {
    padding-top: 0;
  }

  .about-content-b {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .about-content-col {
    width: auto;
    margin-bottom: 60px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .radio-box {
    min-width: 100px;
  }

  .radio-box.v-select-quote-industry {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .member-menu-b {
    width: 100%;
    padding-bottom: 110px;
    padding-left: 5vw;
    padding-right: 5vw;
    transform: translate(0, 100%);
  }

  .btn-member-mobile-menu {
    z-index: 2000;
    border-top: 1px solid var(--white);
    background-color: var(--logo-dark-blue);
    color: var(--white);
    text-align: center;
    letter-spacing: 2px;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
    transition-property: background-color;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .btn-member-mobile-menu:hover {
    background-color: var(--blue-hover-dark);
    color: var(--white);
  }

  .btn-member-mobile-menu-icon {
    width: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .btn-member-mobile-menu-icon.v-close {
    opacity: 0;
  }

  .insurance-intro-total-num {
    margin-bottom: -3px;
    font-size: 30px;
  }

  .insurance-intro-content-main-graphic-b {
    max-width: 80px;
  }

  .partner-carousel-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-quotation-tab {
    display: block;
  }

  .header-quotation-tab-menu {
    width: auto;
    display: flex;
  }

  .header-quotation-tab-link {
    width: 50%;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .header-quotation-tab-link-line {
    display: none;
  }

  .header-quotation-tab-link-txt {
    text-align: center;
  }

  .header-quotation-menu-col-title {
    padding-bottom: 5px;
    font-size: 16px;
  }

  .sticky-btn-b {
    padding-right: 10px;
  }

  .btn-whatsapp {
    width: 40px;
    height: 40px;
  }

  .header-btn-common {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .quotation-hints-profile-info-title {
    font-size: 16px;
  }

  .home-section-banner-subtitle {
    font-size: 17px;
  }

  .home-quote-link {
    transition-property: all;
  }

  .home-quote-link:hover {
    transform: translate(0, -10px);
  }

  .home-quote-item {
    width: 50%;
  }

  .big-heading {
    font-size: 28px;
  }

  .home-quote-item-des {
    line-height: 140%;
  }

  .home-quote-item-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .home-quote-item-img {
    padding-top: 78.125%;
  }

  .new-tab-link {
    letter-spacing: 1px;
    font-size: 15px;
  }

  .padding-20 {
    padding-bottom: 10px;
  }

  .proces-tab-link {
    letter-spacing: 1px;
    min-width: 120px;
    font-size: 15px;
  }

  .proces-number-b {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .proces-tab-txt {
    font-size: 14px;
  }

  .proces-tab-content-col {
    width: 100%;
  }

  .update-footer-bottom-b {
    font-size: 14px;
  }

  .blog-list {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .blog-item {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-item-img-b {
    margin-bottom: 20px;
  }

  .blog-item-info-b {
    flex-wrap: wrap;
    font-size: 15px;
  }

  .blog-item-tag {
    font-size: 16px;
  }

  .home-price-col-b {
    width: 50%;
  }

  .new-price {
    font-size: 26px;
  }

  .template-plan-table-cell-top-subtitle {
    font-size: 16px;
  }

  .template-b-plan-table-l {
    text-align: center;
    width: auto;
  }

  .template-b-plan-table-l.v-top {
    padding-bottom: 0;
  }

  .template-b-plan-table-subrow {
    display: block;
  }

  .template-b-plan-table-cell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .template-plan-table-cell-top-title, .template-b-plan-table-title {
    font-size: 16px;
  }

  .table-scroll-content {
    min-width: 600px;
  }

  .template-b-plan-table-top {
    border-bottom: 1px solid #035aa6;
    position: relative;
    top: auto;
  }

  .template-b-plan-table-row {
    display: block;
  }

  .template-b-plan-table-r {
    width: auto;
  }

  .template-b-plan-table-r.v-top {
    letter-spacing: 0;
    font-size: 16px;
  }

  .template-plan-table-icon {
    width: 25px;
  }

  .table-scroll {
    margin-left: -5vw;
    margin-right: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: auto;
  }
}

@media screen and (max-width: 479px) {
  .header-brand {
    width: 180px;
  }

  .footer-main-l {
    display: block;
  }

  .footer-about-b {
    width: auto;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .footer-sitemap-b {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .footer-sitemap-col {
    width: auto;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-sitemap-title {
    margin-bottom: 15px;
  }

  .insurance-intro-tab-link {
    letter-spacing: 1px;
    font-size: 17px;
  }

  .insurance-intro-thumb-slide {
    width: 50%;
  }

  .common-tab-link-content {
    padding-left: 5px;
    padding-right: 5px;
  }

  .insurance-quote-select-industry-item, .header-quotation-menu-col {
    width: 50%;
  }

  .sticky-btn-b {
    display: none;
  }

  .quotation-hints-profile-pic {
    width: 60px;
    height: 60px;
  }

  .quotation-hints-profile-info-b {
    margin-left: 10px;
  }

  .mobile-header-btn-row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .mobile-header-btn-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .header-whatsapp-b {
    z-index: 11;
    display: block;
    position: relative;
  }

  .home-section-banner-container {
    padding: 0;
    display: block;
  }

  .home-section-banner-b {
    background-color: var(--logo-dark-blue);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px;
  }

  .home-section-banner-img {
    background-image: url('../images/home-banner15x.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 56.25%;
    position: static;
  }

  .home-quote-item, .home-price-col-b {
    width: 100%;
  }
}


