.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
}

@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 {
  color: #181c1f;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

p {
  color: #333d42;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
}

strong {
  color: #181c1f;
  font-weight: 500;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f4;
  flex-flow: row;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 20px;
  display: flex;
  position: fixed;
}

.container {
  width: 1140px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container.footer {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  inset: 0% 0% 0% auto;
}

.container.sm {
  width: 800px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d93900;
  border-radius: 4px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #ff4500;
}

.button-primary:active {
  background-color: #43464d;
}

.section {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-top: 0;
}

.section.top {
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
}

.section.mob {
  display: none;
}

.floting-block {
  margin-bottom: 0;
  position: relative;
}

.vert-cube {
  background-color: #fff;
  border-radius: 20px;
  margin-right: 40px;
  padding: 0;
}

.con-bock {
  border-bottom: 1px solid #0000001a;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.con-bock.remove {
  border-bottom-style: none;
  padding-bottom: 0;
}

.vert-scroll-right {
  justify-content: center;
  align-items: center;
  width: 360px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}

.vert-scroll {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1140px;
  margin-top: 20px;
  display: flex;
}

.vert-scroll-details {
  width: 750px;
  margin-right: 40px;
}

.icon-p {
  background-image: url('../images/tick-icon.svg');
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 26px;
}

.footer-subscribe {
  border-top: 1px solid #e4ebf3;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 60px;
  padding: 20px 30px 30px;
  display: block;
  position: relative;
}

.footer-subscribe.hide {
  display: none;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-link-three {
  color: #115bca;
  margin-left: 0;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #044cb8;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-bottom {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.con-bock-2 {
  border: 1px solid #f1f1f4;
  border-radius: 6px;
  height: auto;
  margin-bottom: 20px;
  padding: 20px 20px 20px 30px;
}

.serv-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
}

.serv-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start stretch;
  margin-top: 20px;
  margin-bottom: 10px;
}

.serv-icon {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.serv-cube {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.warr-block {
  background-color: #aeef0f;
  background-image: none;
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  display: flex;
}

.count-icon {
  background-color: #e5ebee;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.count-block {
  width: 240px;
  margin-left: 16px;
}

.step-block {
  margin-top: 12px;
  display: flex;
}

.count {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.pro-strip {
  z-index: -1;
  background-color: #0000001a;
  width: 2px;
  height: 470px;
  margin-top: 66px;
  margin-left: 47px;
  position: absolute;
  inset: 0%;
}

.count-con {
  color: #333d42;
  font-size: 14px;
  line-height: 24px;
}

.h2-sm {
  font-size: 20px;
  line-height: 26px;
}

.war-con {
  color: #181c1f;
  text-align: left;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 22px;
}

.grid-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  margin-top: 20px;
}

.disclaimer {
  width: 900px;
  margin-top: 10px;
}

.need-icon-cube {
  background-color: #e5ebee;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 14px 12px 14px 0;
  display: flex;
}

.need-con {
  color: #181c1f;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.need-icon {
  height: 38px;
  margin-bottom: 5px;
}

.footer-block {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.detail-footer {
  color: #3a4554;
  margin-top: 10px;
}

.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 140px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.space {
  color: #333d42;
  justify-content: center;
  align-items: center;
  height: 16px;
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
  display: flex;
}

.space:hover {
  color: #1a1b1fbf;
}

.footer-lnk {
  color: #115bca;
  border-bottom: 1px solid #115bca00;
  height: 16px;
  margin-bottom: 10px;
  margin-left: 0;
  line-height: 16px;
  text-decoration: none;
  transition: border .1s cubic-bezier(.645, .045, .355, 1);
}

.footer-lnk:hover {
  color: #004ec3;
  border-bottom-style: solid;
  border-bottom-color: #115bca;
}

.war-blod {
  color: #181c1f;
}

.serv-block {
  margin-top: 30px;
}

.image-12 {
  height: 33px;
  margin-right: 20px;
}

.search {
  color: #115bca;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.search:hover {
  text-decoration: underline;
}

.search-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 14px;
  display: grid;
}

.grid-repair {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start stretch;
  margin-top: 20px;
  margin-bottom: 10px;
}

.repair-img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  width: auto;
  height: auto;
  margin-bottom: 10px;
}

.repair-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bock {
  height: auto;
  margin-top: 0;
}

.home-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

.home-serv {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 50px;
  margin-left: -50px;
  display: none;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 4px;
}

.partner-logo {
  padding: 10px 20px;
}

.partner-logo-block {
  margin-top: -1px;
  margin-left: -1px;
  padding-bottom: 0;
}

.slide-nav-2 {
  display: none;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 350px;
  margin-right: -50px;
  display: none;
}

.slider {
  background-color: #fff;
  height: auto;
}

.slide, .slide-2, .mask {
  height: auto;
}

.note {
  background-color: #fff3d7;
  border-radius: 6px;
  margin-bottom: 40px;
  padding: 20px 20px 20px 30px;
}

.note-title {
  margin-bottom: 4px;
}

.collage-image-sm {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.collage-image-lx {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.quick-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 0;
}

.collage-image-block {
  border-radius: 6px;
  height: 520px;
  margin-left: 40px;
  display: flex;
  overflow: hidden;
}

.cell {
  justify-content: flex-start;
  align-items: flex-start;
}

.list-3 {
  padding-left: 20px;
}

.list-item {
  font-size: 16px;
  line-height: 28px;
}

.blank {
  height: 10px;
}

.inner-banner {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  max-width: none;
  height: 340px;
  margin-bottom: 20px;
}

.grid-104 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  max-width: none;
  margin-bottom: 14px;
}

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

.p-center.sm {
  margin-bottom: 4px;
  line-height: 24px;
}

.about-mini-banner {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
}

.mob-btn {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d93900;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.mob-btn:hover {
  color: #fff;
  background-color: #ff4500;
}

.mob-btn:active {
  background-color: #43464d;
}

.mob-btn.green {
  background-color: #25d466;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.whatsapp-icon {
  width: 30px;
  max-width: none;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .vert-cube {
    padding: 40px;
  }

  .vert-scroll-right {
    height: 50vh;
    padding-right: 40px;
  }

  .vert-scroll {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-block {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .space, .footer-lnk {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }

  .navbar-no-shadow-container {
    justify-content: center;
    align-items: center;
    height: 68px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .container {
    width: auto;
  }

  .container.footer {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .container.sm {
    width: auto;
    margin-top: 30px;
  }

  .container.nav {
    width: 100%;
  }

  .section {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .section.mob {
    z-index: 99;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .vert-cube {
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 0 30px;
  }

  .con-bock {
    border-bottom-style: none;
    width: auto;
    margin-bottom: 0;
    padding: 0;
  }

  .con-bock.remove {
    padding-left: 0;
    padding-right: 0;
  }

  .vert-scroll-right {
    background-color: #fff;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 20px 0 10px;
    display: block;
    position: static;
    top: 7vh;
  }

  .vert-scroll {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .vert-scroll-details {
    width: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-subscribe {
    margin-top: 0;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-subscribe.hide {
    display: block;
  }

  .footer-block-three {
    flex-flow: wrap;
  }

  .footer-divider-two {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .con-bock-2 {
    z-index: 1;
    width: auto;
    margin-bottom: 0;
    padding: 20px 20px 0;
    position: relative;
  }

  .serv-img {
    width: 100%;
    max-width: 100%;
  }

  .serv-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .serv-icon {
    font-size: 16px;
  }

  .serv-cube {
    width: 100%;
  }

  .warr-block {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
  }

  .count-block {
    width: 260px;
  }

  .pro-strip {
    z-index: 0;
    width: 2px;
    height: auto;
    margin-left: 36px;
  }

  .grid-12 {
    grid-template-columns: auto auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .disclaimer {
    width: auto;
  }

  .footer-block {
    flex-flow: wrap;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .serv-block {
    width: 100%;
    margin-top: 14px;
  }

  .image-12 {
    height: 40px;
  }

  .search {
    border-style: none;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .search-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-repair {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  .bock {
    width: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-6 {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .partner-logo {
    padding: 0;
    inset: 0%;
  }

  .partner-logo-block {
    padding: 0;
  }

  .blank {
    display: none;
  }

  .grid-104 {
    grid-template-columns: 1fr 1fr;
  }

  .about-mini-banner {
    aspect-ratio: 3 / 2;
    margin-top: 10px;
  }

  .war-con-block {
    width: auto;
    margin-left: 20px;
  }

  .column {
    display: none;
  }

  .logo {
    width: 140px;
  }

  .column-2, .column-3, .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .mob-btn.green {
    padding: 16px 10px;
  }

  .whatsapp-icon {
    width: 26px;
  }
}

#w-node-a42ddc49-75b3-d690-2cb8-0349cc039aa0-df7c5086, #w-node-fc519789-6492-5bc6-60ef-b5b9c1ba2063-c88ac8cd, #w-node-_036817e0-4b3f-8ec2-5b66-d1a9e649d04b-c88ac8cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4db2522d-eaf9-8ac7-a761-e81227a53df9-c88ac8cd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_92dba962-b2c4-5ac4-30f2-99b5524ae1f6-c88ac8cd, #w-node-_18b387ae-a343-c308-ce57-a8446638e21d-c88ac8cd {
  grid-column: span 2 / span 2;
}


