.traiding-hours {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 440px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.header {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-top: -1px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1.5px none #000;
  border-radius: 0px;
  background-color: #fff;
  color: #dbe4eb;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/breathtaking-contemporary-terra-garden-fence-ideas.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: 125px, cover;
  background-repeat: repeat, no-repeat;
}

.slider {
  min-height: 600px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-page-header {
  position: static;
  display: block;
  height: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-transform: capitalize;
}

.header-buttons {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 13px;
  background-color: rgba(56, 152, 236, 0);
  -webkit-transition: color 800ms ease;
  transition: color 800ms ease;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

.header-buttons:hover {
  color: #f78f1e;
  font-weight: 400;
}

.header-buttons.w--current {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-weight: 400;
  letter-spacing: 0px;
}

.header-buttons.w--current:hover {
  color: #f78f1e;
  font-weight: 400;
}

.header-buttons.form {
  width: 100px;
  margin-top: 30px;
  padding-left: 15px;
  border: 1px solid #000;
  -webkit-transition: all 300ms ease, color 300ms ease;
  transition: all 300ms ease, color 300ms ease;
}

.header-buttons.form:hover {
  border-color: #005a94;
  background-color: #005a94;
  color: #fff;
}

.navbar {
  background-color: transparent;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  background-color: #fff;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 151px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none none;
  border-width: 1.5px 0px 0px;
  border-color: #e0e0e0;
  border-radius: 0px;
  background-color: #fff;
  color: #fff;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin-top: 1px;
  padding-bottom: 108px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  text-align: center;
}

.div-block-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.div-block-4 {
  width: auto;
}

.button {
  margin-right: 50px;
  padding-top: 24px;
  padding-bottom: 25px;
  padding-left: 15px;
}

.button-2 {
  margin-right: 55px;
  margin-left: -6px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.heading {
  padding-bottom: 0px;
  font-family: 'Berkshire Swash', sans-serif;
  color: #000;
  font-size: 50px;
  font-weight: 400;
  text-transform: capitalize;
}

.title-3 {
  padding-top: 15px;
  padding-bottom: 49px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 69px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: url('../images/road-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-5.review-page {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(12deg, #f78f1e, #763d00);
  opacity: 1;
}

.div-block-5._1 {
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.42)), to(rgba(0, 0, 0, 0.42))), url('../images/road-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)), url('../images/road-bg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.main-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid transparent;
  border-radius: 8px;
  background-color: #e21c21;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Josefin Sans', sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.main-button:hover {
  background-color: #aa5e0b;
  color: #fff;
}

.main-button._1 {
  margin-top: 0px;
  margin-bottom: 75px;
  border-style: none;
  border-color: #82bf40;
  color: #fff;
}

.main-button._1:hover {
  border-color: #fff;
  color: #fff;
}

.main-button._1.contact {
  margin-top: 20px;
  border: 0px none transparent;
  border-radius: 8px;
  background-color: #f78f1e;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 800;
}

.main-button._1.contact:hover {
  border-style: solid;
  border-width: 3.5px;
  border-color: #f78f1e;
  background-color: transparent;
  color: #f78f1e;
}

.main-button.button-2 {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Josefin Sans', sans-serif;
}

.text-block-2 {
  padding-top: 0px;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 98px;
  -webkit-transition: all 175ms ease;
  transition: all 175ms ease;
}

.title-1 {
  padding-bottom: 27px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title-1.testimonials {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.title-4 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.title-4.contact {
  margin-top: 149px;
  color: #000;
  font-size: 38px;
  font-weight: 700;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 40.1%, 0);
  font-family: Bitter, serif;
  color: #fff;
  font-weight: 700;
}

.button-4 {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: Bitter, serif;
  color: #fff;
}

.text-block-3 {
  margin-top: 29px;
  margin-bottom: 23px;
  text-align: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #909090;
}

.heading-1 {
  font-family: 'Berkshire Swash', sans-serif;
}

.image-title {
  padding-top: 0px;
  padding-bottom: 16px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 4px;
}

.image-title.white {
  color: #fff;
}

.heading-4 {
  font-family: Bitter, serif;
}

.bold-text-2 {
  color: #000;
}

.bold-text-3 {
  font-family: Bitter, serif;
}

.heading-5 {
  font-family: Bitter, serif;
}

.heading-6 {
  font-family: Bitter, serif;
}

.main-text {
  font-family: Bitter, serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.35);
  text-align: center;
}

.button-5 {
  margin-right: 10px;
}

.button-6 {
  margin-left: 30px;
}

.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 50px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block {
  background-image: url('../images/Hammer-time-Logo-edit.png');
  background-position: 50% 100%;
  background-size: cover;
}

.link-block-2 {
  margin-right: 22px;
  background-image: url('../images/Logo-Edit.png');
  background-position: 50% 50%;
  background-size: cover;
}

.title-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}

.title-2.about-it {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-weight: 700;
}

.paragraph-2 {
  width: auto;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.paragraph-2.trading-hours {
  text-align: left;
}

.services-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
}

.services-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: auto;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.services-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 34px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: normal;
}

.about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #f1b648;
}

.gates {
  height: 300px;
  background-color: #fff;
}

.section-8 {
  height: 300px;
  background-color: #005a94;
}

.image-2 {
  background-color: #fff;
}

.image-3 {
  background-color: #fff;
}

.image-4 {
  background-color: #fff;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #005a94;
}

.gallety-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 94px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.gallery-section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.text-block-5 {
  padding-top: 19px;
  padding-bottom: 16px;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #005a94;
}

.section-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #005a94;
}

.gallery-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-left: 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-14 {
  height: 400px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.section-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-7 {
  margin-right: 13px;
  margin-left: 3px;
}

.button-8 {
  margin-right: 7px;
  background-color: #005a94;
}

.button-9 {
  margin-right: 8px;
}

.button-10 {
  margin-right: 11px;
  background-color: #fff;
  color: #000;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #002060;
}

.text-block-6 {
  font-size: 20px;
  font-weight: 700;
}

.contact-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.text-block-7 {
  color: #fff;
}

.section-16 {
  height: 50px;
  background-color: #2b72ab;
}

.section-17 {
  height: 50px;
  background-color: #2b72ab;
}

.text-block-8 {
  padding-top: 30px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 16px;
}

.section-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-10 {
  width: 200px;
  margin-left: 77px;
  border-style: solid;
  border-width: 5px;
  border-color: #5e5e5e;
}

.div-block-11 {
  height: 150px;
  margin-left: 0px;
  background-color: #fff;
  line-height: 40px;
}

.div-block-12 {
  height: 40px;
  background-color: #005a94;
  line-height: 40px;
}

.heading-11 {
  color: #cdcdcd;
}

.section-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-9 {
  color: #fff;
}

.section-20 {
  height: 200px;
}

.footer-button {
  margin-left: 20px;
  background-color: transparent;
  font-family: Bitter, serif;
}

.image-5 {
  padding-top: 21px;
  padding-bottom: 21px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-14 {
  margin-bottom: 41px;
}

.text-block-10 {
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.div-block-15 {
  background-color: #82bf40;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-1 {
  margin-top: 15px;
  padding-bottom: 43px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.paragraph-1.about-rr {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.heading-12 {
  color: #fff;
}

.section-21 {
  height: 400px;
}

.reviews {
  height: auto;
  padding-top: 72px;
  padding-bottom: 74px;
  border-top: 1.5px solid #eaeaea;
  background-color: #fff;
}

.reviews.home-page {
  height: auto;
  padding-bottom: 100px;
  background-color: #f78f1e;
}

.grid {
  -ms-grid-columns: 1.25fr 0.5fr 3.25fr 0.75fr 1fr;
  grid-template-columns: 1.25fr 0.5fr 3.25fr 0.75fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.image-6 {
  width: 100px;
}

.image-7 {
  width: 100px;
}

.image-8 {
  width: 100px;
}

.div-block-17 {
  padding-top: 11px;
  padding-bottom: 39px;
  color: #fff;
}

.div-block-18 {
  padding-bottom: 40px;
}

.div-block-19 {
  padding-bottom: 40px;
}

.div-block-20 {
  padding-bottom: 40px;
}

.header-div {
  position: fixed;
  width: 90%;
  height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: transparent;
}

.section-22 {
  height: 500px;
}

.section-23 {
  height: 100px;
  background-color: #005a94;
}

.div-block-21 {
  width: 80%;
  height: 400px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-4 {
  text-align: center;
}

.paragraph-4.circle {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: visible;
  width: 190px;
  height: auto;
  margin: 0px auto;
  float: none;
  clear: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  color: #fff;
}

.div-block-22 {
  height: auto;
}

.section-24 {
  display: block;
  height: auto;
  padding-top: 109px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #005a94;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 67px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  height: 50px;
}

.text-field-2 {
  height: 50px;
}

.text-field-3 {
  height: 50px;
}

.textarea {
  height: 100px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-block {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-23 {
  position: static;
  display: block;
  width: 220px;
  height: 220px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Temporary-circle-image.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.image-9 {
  padding-top: 0px;
}

.heading-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 300;
}

.bold-text-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.bold-text-4.testimonals {
  color: #000;
  font-weight: 300;
}

.bold-text-5 {
  font-weight: 400;
}

.bold-text-5.testimonals {
  color: #000;
  font-weight: 300;
}

.bold-text-6 {
  color: #000;
  font-weight: 300;
}

.bold-text-7 {
  color: #000;
  font-weight: 300;
}

.image-10 {
  position: absolute;
  width: 220px;
  height: 220px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/blue-circle.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-11 {
  width: 150px;
  max-height: 100%;
  color: #f1b648;
}

.button-11 {
  background-color: #82bf40;
}

.contact-us-button {
  margin-top: 0px;
}

.div-block-25 {
  position: static;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 60px;
}

.image-14 {
  position: relative;
  top: -291.175px;
  display: block;
  overflow: visible;
  margin-top: -209px;
  clear: both;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-16 {
  width: 100%;
}

.image-17 {
  width: auto;
  height: 200px;
}

.grid-2 {
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.div-block-27 {
  padding-right: 25%;
  padding-left: 25%;
}

.image-18 {
  width: 100px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-12 {
  border-style: none;
  border-width: 1px;
  border-color: #5e5e5e;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
}

.button-12:hover {
  border-style: none;
  border-width: 1px;
  border-color: #c4c4c4;
  border-radius: 2px;
  background-color: #ff0;
}

.div-block-32 {
  height: 80px;
}

.services-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/about-banner.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 70px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-20 {
  width: 50px;
  margin-bottom: 20px;
}

.heading-14 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 2px;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: center;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-item-1 {
  width: 30%;
  height: 100%;
  margin-left: 76px;
}

.footer-item-1._2 {
  width: 30%;
}

.footer-heading {
  margin-bottom: 30px;
}

.footer-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-21 {
  width: 30px;
  margin-right: 25px;
}

.text-block-19 {
  font-family: Montserrat, sans-serif;
}

.text-block-20 {
  font-family: Montserrat, sans-serif;
}

.text-block-21 {
  font-family: Montserrat, sans-serif;
}

.heading-16 {
  font-family: Montserrat, sans-serif;
}

.footer-item-2 {
  margin-bottom: 15px;
  padding-left: 20px;
}

.link-2 {
  font-family: Montserrat, sans-serif;
  color: #333;
  text-decoration: none;
}

.image-22 {
  width: 30px;
  margin-right: 0px;
}

.text-block-22 {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: italic;
}

.text-block-22._2 {
  margin-bottom: 0px;
}

.text-block-22.bsb {
  margin-top: 0px;
  font-style: normal;
}

.text-block-22.bsb.top-banner {
  color: #fff;
  font-size: 16px;
}

.text-block-22.bsb.top-banner.transfer {
  font-size: 18px;
}

.text-block-22.bank-transfer {
  font-style: normal;
  font-weight: 600;
}

.our-work-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.our-work-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-work-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-23 {
  width: 100%;
  height: 200px;
  border: 1px none #000;
}

.heading-17 {
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.div-block-36 {
  margin-top: -8px;
  padding-top: 0px;
}

.link-block-3 {
  margin-right: 5px;
}

.tabs {
  width: 70%;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 500px;
  padding-right: 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-37.slider {
  padding-right: 0px;
  float: right;
}

.heading-18 {
  width: auto;
  font-family: 'Josefin Sans', sans-serif;
  color: #333;
  text-align: center;
}

.paragraph-7 {
  width: auto;
  margin-bottom: 0px;
  padding-right: 60px;
  padding-left: 60px;
  font-family: Montserrat, sans-serif;
  color: #333;
  text-align: center;
}

.slide-2 {
  height: auto;
  background-image: url('../images/air-con-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2.slide {
  background-image: url('../images/residential.jpg');
}

.slider-2 {
  height: 100%;
}

.slide-3 {
  background-image: url('../images/air-con-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3.slide {
  background-image: url('../images/residential-3.jpg');
  background-position: 50% 0%;
}

.slide-4 {
  background-image: url('../images/air-con-3.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4.slide {
  background-image: url('../images/residential-2.jpg');
  background-position: 50% 50%;
}

.tab-pane-tab-1 {
  padding-top: 50px;
}

.tab-pane-tab-2 {
  padding-top: 50px;
}

.heading-19 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: center;
}

.image-24 {
  margin-top: 57px;
  margin-left: 0px;
  padding-top: 0px;
}

.tab-link-tab-1 {
  background-color: #f78f1e;
}

.tab-link-tab-1:active {
  background-color: #f78f1e;
}

.tab-link-tab-2 {
  background-color: #f78f1e;
}

.tab-link-tab-2.w--current {
  background-color: #d77b17;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sell-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-20 {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 38px;
  text-align: center;
  text-transform: uppercase;
}

.heading-21 {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 38px;
  text-align: center;
  text-transform: uppercase;
}

.heading-22 {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.image-25 {
  width: 65%;
}

.div-block-39 {
  height: 300px;
  padding-top: 39px;
  background-color: #fff;
}

.image-gallery {
  height: auto;
  padding-bottom: 74px;
  background-color: #fff;
}

.image-gallery-content {
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
}

.heading-23 {
  margin-top: 0px;
  margin-bottom: 70px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.image-gallery-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-gallery-images-item {
  width: 23%;
  height: 300px;
}

.image-26 {
  width: 100%;
  height: 100%;
}

.image-27 {
  width: 100%;
  height: 100%;
}

.heading-24 {
  margin-top: 0px;
  text-align: center;
}

._2 {
  width: 100px;
}

.image-28 {
  width: 70px;
}

.image-28._2 {
  width: 50px;
  margin-left: 21px;
}

.text-block-23 {
  font-family: Montserrat, sans-serif;
}

.text-block-24 {
  font-family: Montserrat, sans-serif;
}

.our-services {
  height: auto;
  padding-bottom: 0px;
  background-color: #fff;
}

.our-services-container {
  width: auto;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
}

.div-block-40 {
  width: 200px;
}

.image-29 {
  width: 150px;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.air-con {
  width: 150px;
  height: 120px;
  margin-top: 21px;
}

.button-13 {
  border-style: solid;
  border-width: 3.54px;
  border-color: #f78f1e;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #f78f1e;
  font-weight: 800;
}

.button-13:hover {
  background-color: #f78f1e;
  color: #fff;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-43 {
  height: 250px;
}

.div-block-44 {
  height: 250px;
}

.reviews-content {
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.div-block-45 {
  width: 50%;
  height: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-25 {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
}

.heading-26 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.image-30 {
  width: 180px;
  max-width: none;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-31 {
  width: 100px;
}

.paragraph-8 {
  font-family: Montserrat, sans-serif;
}

.text-block-25 {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 40px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.35);
  border-radius: 20px;
  opacity: 1;
}

.text-block-26 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.heading-27 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.heading-28 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.image-32 {
  width: 400px;
  border-radius: 20px;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-50 {
  width: 90%;
}

.div-block-51 {
  width: auto;
  height: 300px;
  margin-bottom: 100px;
  margin-left: 100px;
  background-color: transparent;
  background-image: radial-gradient(circle closest-corner at 50% 0%, hsla(0, 0%, 76.7%, 0.35), transparent);
}

.heading-29 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 55px;
}

.button-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100px;
  margin-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e21c21;
  box-shadow: 4px 4px 12px -5px #000;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 200;
  letter-spacing: 0px;
}

.button-14.bottom-button {
  box-shadow: none;
}

.button-14.bottom-button:hover {
  background-color: #a21418;
}

.bold-text-8 {
  width: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
}

.paragraph-9 {
  margin-top: 26px;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e21c21;
  color: #333;
}

.italic-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.pricing-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricing-item {
  width: 30%;
  height: auto;
}

.div-block-53 {
  overflow: hidden;
  height: 200px;
  background-image: url('../images/manual.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-53.auto-home-pricing {
  background-image: url('../images/auto.jpg');
}

.div-block-53.manual-home-pricing {
  background-image: url('../images/test.jpg');
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e21c21;
}

.link-block-4 {
  width: 100%;
}

.heading-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}

.image-33 {
  width: 500px;
  height: auto;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-top: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.heading-31 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
}

.div-block-56 {
  width: 50%;
  padding-left: 40px;
}

.image-34 {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-58 {
  height: 195px;
  margin-top: 45px;
  padding-top: 0px;
  padding-right: 70px;
  padding-left: 70px;
  background-color: transparent;
}

.heading-32 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.heading-32.deals {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-size: 30px;
  line-height: 45px;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
}

.paragraph-10._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: ltr;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-align: center;
}

.pricing-wrapper {
  width: 90%;
  height: auto;
}

.pricing-top-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e21c21;
}

.pricing-top-banner.pircing {
  height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-59 {
  width: auto;
  height: auto;
  margin-bottom: 80px;
  margin-left: 80px;
  background-color: transparent;
}

.heading-33 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
}

.heading-33.content-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 35px;
}

.heading-33.specials {
  font-size: 30px;
  line-height: 35px;
}

.text-block-27 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
}


.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 10px 70px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f7f7f7;
}

.pricing-packages-info {
  width: 20%;
  height: 550px;
  padding-bottom: 0px;
  background-color: #fff;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  color: #333;
}

.text-block-28 {
  margin: 0px 20px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.text-block-29 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-11 {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.pricing-item-text {
  height: 500px;
  padding-top: 20px;
}

.pricing-item-text.tests {
  height: 420px;
  padding-bottom: 20px;
}

.div-block-63 {
  height: 400px;
  padding-top: 20px;
}

.div-block-64 {
  height: 400px;
  padding-top: 20px;
}

.div-block-65 {
  height: 70px;
  background-color: #e21c21;
}

.button-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e21c21;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
}

.div-block-66 {
  height: 150px;
  padding-top: 70px;
  padding-left: 80px;
  background-color: #f7f7f7;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-34 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
}

.heading-35 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #e21c21;
  font-size: 20px;
}

.paragraph-12 {
  width: 250px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
}

.div-block-68.t-c {
  display: block;
  height: auto;
  padding: 50px 70px;
}

.title-5 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.paragraph-13 {
  width: auto;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.paragraph-13.trading-hours {
  color: #333;
  text-align: left;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  padding-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}

.div-block-72 {
  width: 100%;
  height: auto;
}

.text-block-31 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.image-35 {
  width: 60%;
  box-shadow: 5px 5px 14px -8px #000;
}

.bold-text-9 {
  font-weight: 400;
}

.bold-text-10 {
  font-weight: 400;
}

.bold-text-11 {
  font-weight: 400;
}

.div-block-73 {
  width: 100%;
  height: auto;
  margin-right: 30px;
  margin-bottom: 0px;
}

.div-block-73._2 {
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-74 {
  width: 50%;
  margin-right: 30px;
}

.div-block-74._2 {
  margin-right: 0px;
  margin-left: 30px;
}

.text-block-32 {
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-33 {
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-75 {
  width: 90%;
  height: 50px;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  background-color: #e21c21;
}

.text-block-34 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}

.link-block-5 {
  margin-right: 5px;
}

.body-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-36 {
  box-shadow: 3px 0 12px -5px #000;
}

.div-block-77 {
  width: 100%;
}

.div-block-78 {
  width: 50%;
  height: 100%;
  padding-top: 229px;
  padding-right: 40px;
}

.div-block-79 {
  width: 100%;
  height: auto;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-81 {
  width: 100%;
  margin-top: 10px;
  padding-left: 0px;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 600px;
  margin-bottom: 50px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Capture.PNG');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-buttons {
    padding-right: 12px;
    font-size: 16px;
  }

  .header-buttons.w--current {
    font-size: 16px;
  }

  .div-block-5 {
    background-size: cover;
  }

  .main-button {
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu {
    margin-left: 40px;
  }

  .title-1.testimonials {
    font-size: 25px;
  }

  .title-4.contact {
    font-size: 30px;
    font-weight: 700;
  }

  .image-title {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .services {
    padding-right: 10px;
    padding-left: 10px;
  }

  .title-2 {
    display: block;
    font-size: 30px;
    text-align: center;
  }

  .title-2.about-it {
    text-align: center;
  }

  .paragraph-2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .services-2 {
    padding-right: 0px;
  }

  .services-item {
    width: 70px;
  }

  .section-title {
    font-size: 25px;
  }

  .gallery-box {
    width: 150px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .footer {
    width: auto;
  }

  .contact-txt {
    font-weight: 400;
  }

  .div-block-16 {
    display: block;
    padding-right: 0px;
  }

  .paragraph-1 {
    margin-top: 10px;
    padding-right: 65px;
    font-weight: 300;
    text-align: left;
  }

  .paragraph-1.about-rr {
    padding-right: 0px;
    text-align: center;
  }

  .review-titles {
    font-size: 20px;
  }

  .bold-text-4.testimonals {
    font-size: 14px;
  }

  .div-block-26 {
    width: 250px;
  }

  .image-17 {
    height: 150px;
  }

  .div-block-27 {
    padding-right: 15%;
    padding-left: 15%;
  }

  .div-block-34 {
    padding-left: 0px;
  }

  .heading-15 {
    font-size: 20px;
  }

  .footer-container {
    width: 90%;
  }

  .footer-item-1 {
    margin-left: 0px;
  }

  .footer-item-1._2 {
    padding-left: 49px;
  }

  .text-block-19 {
    font-size: 10px;
  }

  .text-block-20 {
    font-size: 10px;
  }

  .text-block-21 {
    font-size: 10px;
  }

  .heading-16 {
    font-size: 14px;
  }

  .link-2 {
    font-size: 10px;
  }

  .link-2.w--current {
    font-size: 10px;
  }

  .text-block-22 {
    font-size: 10px;
  }

  .text-block-22.bsb.top-banner {
    font-size: 14px;
  }

  .image-23 {
    width: auto;
    height: 150px;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .div-block-37 {
    height: 550px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-7 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .sell-item {
    height: 270px;
  }

  .heading-20 {
    font-size: 30px;
  }

  .heading-21 {
    font-size: 30px;
  }

  .heading-22 {
    font-size: 30px;
  }

  .image-gallery-images-item {
    height: 200px;
  }

  .div-block-41.aircon {
    height: 150px;
    margin-top: 21px;
  }

  .air-con {
    height: 120px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .div-block-43 {
    height: 400px;
  }

  .div-block-44 {
    height: 440px;
  }

  .div-block-45 {
    width: 80%;
  }

  .div-block-49 {
    padding-right: 40px;
  }

  .div-block-51 {
    height: auto;
    margin-bottom: 50px;
    margin-left: 50px;
  }

  .heading-29 {
    line-height: 50px;
  }

  .pricing-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-53 {
    height: 150px;
  }

  .div-block-56 {
    padding-left: 0px;
  }

  .div-block-56.about-2 {
    padding-left: 22px;
  }

  .div-block-57 {
    padding-right: 0px;
  }

  .heading-32.deals {
    font-size: 20px;
  }

  .div-block-59 {
    margin-bottom: 40px;
    margin-left: 40px;
  }

  .div-block-59.pricing {
    margin-left: 0px;
  }

  .heading-33.specials {
    font-size: 20px;
  }

  .div-block-60 {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-packages-info {
    width: 23%;
  }

  .text-block-28 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 15px;
  }

  .text-block-29 {
    text-align: center;
  }

  .paragraph-11 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 15px;
  }

  .div-block-66 {
    padding-left: 40px;
  }

  .paragraph-13 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .image-35 {
    width: 90%;
  }

  .div-block-73 {
    height: auto;
    background-image: none;
  }

  .text-block-34 {
    text-align: center;
  }

  .div-block-78 {
    padding-top: 190px;
  }

  .div-block-78.bank-transfer {
    padding-right: 20px;
  }

  .div-block-79 {
    width: 100%;
  }

  .div-block-81 {
    width: 100%;
  }

  .bold-text-12 {
    font-size: 14px;
  }

  .bold-text-13 {
    font-size: 14px;
  }

  .div-block-82 {
    height: 370px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 100px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-buttons {
    position: static;
    color: #000;
    font-size: 20px;
    font-weight: 400;
  }

  .header-buttons.w--current {
    background-color: #e1e1e1;
    color: #002060;
    font-size: 20px;
  }

  .div-block-5 {
    height: 85vh;
  }

  .main-button {
    margin-right: 0px;
    margin-left: 0px;
  }

  .main-button:hover {
    background-color: transparent;
  }

  .main-button._1 {
    margin-top: 25px;
  }

  .nav-menu {
    position: absolute;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 8px;
    background-color: #fff;
  }

  .title-1.testimonials {
    font-size: 20px;
  }

  .image-title {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
  }

  .services {
    height: auto;
  }

  .title-2 {
    margin-left: 0px;
    padding-right: 0px;
    font-size: 20px;
  }

  .title-2.about-it {
    margin-top: 20px;
    font-size: 25px;
  }

  .paragraph-2.trading-hours {
    margin-top: 0px;
    text-align: left;
  }

  .services-2 {
    height: 350px;
  }

  .services-item {
    height: 200px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .section-title {
    font-size: 30px;
    font-weight: 700;
  }

  .about-section {
    height: auto;
    padding-bottom: 50px;
  }

  .gallery-box {
    margin-left: 13px;
  }

  .footer {
    height: auto;
  }

  .contact-txt {
    font-size: 15px;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-1 {
    padding-right: 65px;
    padding-bottom: 20px;
    font-size: 14px;
    text-align: left;
  }

  .paragraph-3 {
    font-family: Montserrat, sans-serif;
  }

  .grid {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    grid-auto-flow: row;
    grid-row-gap: 16px;
  }

  .bold-text-4.testimonals {
    font-size: 12px;
  }

  .icon {
    color: #000;
  }

  .menu-button {
    margin-right: 20px;
    color: #000;
  }

  .image-11 {
    width: 140px;
    margin-left: 0px;
  }

  .image-12 {
    width: 200px;
  }

  .div-block-25 {
    margin-top: 4px;
  }

  .text-block-11 {
    font-family: Montserrat, sans-serif;
  }

  .text-block-12 {
    font-family: Montserrat, sans-serif;
  }

  .text-block-13 {
    font-family: Montserrat, sans-serif;
  }

  .text-block-14 {
    font-family: Montserrat, sans-serif;
  }

  .text-block-15 {
    font-family: Montserrat, sans-serif;
  }

  .text-block-16 {
    font-family: Montserrat, sans-serif;
  }

  .text-block-17 {
    font-family: Montserrat, sans-serif;
  }

  .image-15 {
    width: auto;
  }

  .div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-17 {
    height: 100px;
  }

  .div-block-33 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-34 {
    width: auto;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .footer-container {
    padding-bottom: 50px;
  }

  .footer-item-1._2 {
    padding-left: 28px;
  }

  .footer-item-info {
    padding-left: 0px;
  }

  .image-21 {
    width: 25px;
    margin-right: 10px;
  }

  .heading-16 {
    font-size: 12px;
  }

  .text-block-22.bsb.top-banner {
    font-size: 14px;
  }

  .image-23 {
    height: 100px;
  }

  .heading-17 {
    font-weight: 400;
  }

  .paragraph-6 {
    font-size: 10px;
  }

  .div-block-36 {
    margin-left: 20px;
  }

  .div-block-37 {
    height: 650px;
  }

  .paragraph-7 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-19 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .div-block-38 {
    width: 90%;
  }

  .sell-item {
    height: 280px;
  }

  .heading-20 {
    font-size: 25px;
  }

  .heading-21 {
    font-size: 25px;
  }

  .heading-22 {
    font-size: 25px;
  }

  .image-25 {
    width: 90%;
  }

  .image-gallery-content {
    width: 90%;
  }

  .image-gallery-images-item {
    height: 150px;
  }

  .our-services-container {
    width: auto;
  }

  .div-block-41.aircon {
    height: 128px;
  }

  .div-block-43 {
    height: 500px;
  }

  .div-block-44 {
    height: 500px;
  }

  .reviews-content {
    width: 90%;
  }

  .div-block-49 {
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .italic-text {
    font-size: 10px;
    text-align: center;
  }

  .div-block-53 {
    height: 100px;
  }

  .heading-30 {
    font-size: 12px;
  }

  .div-block-55 {
    width: 90%;
  }

  .heading-31 {
    font-size: 18px;
  }

  .heading-32 {
    font-size: 15px;
  }

  .heading-32.deals {
    font-size: 18px;
    line-height: 35px;
  }

  .paragraph-10 {
    font-size: 12px;
  }

  .pricing-top-banner {
    height: 400px;
  }

  .pricing-top-banner.pircing {
    height: auto;
  }

  .div-block-59 {
    margin-left: 20px;
  }

  .div-block-59.pricing {
    padding-left: 20px;
  }

  .heading-33.content-title {
    font-size: 25px;
  }

  .heading-33.specials {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-60 {
    height: auto;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-packages-info {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
  }

  .pricing-item-text {
    height: auto;
    padding-bottom: 30px;
  }

  .pricing-item-text.tests {
    height: auto;
  }

  .div-block-66 {
    height: 100px;
    padding-top: 30px;
    padding-left: 30px;
  }

  .div-block-68.t-c {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph-13.trading-hours {
    margin-top: 0px;
    text-align: left;
  }

  .div-block-71 {
    height: auto;
  }

  .div-block-72 {
    height: 50px;
  }

  .text-block-31 {
    font-size: 16px;
  }

  .div-block-73 {
    width: 100%;
    height: auto;
    margin-right: 8px;
    background-image: none;
  }

  .div-block-73._2 {
    margin-left: 0px;
  }

  .div-block-74 {
    width: 50%;
    margin-right: 8px;
  }

  .div-block-74._2 {
    margin-left: 8px;
  }

  .text-block-34 {
    font-size: 25px;
  }

  .div-block-78 {
    padding-top: 216px;
    padding-right: 10px;
  }

  .div-block-81 {
    padding-left: 0px;
  }

  .bold-text-12 {
    font-size: 16px;
    font-weight: 600;
  }

  .bold-text-13 {
    font-size: 16px;
    font-weight: 600;
  }

  .bold-text-14 {
    font-weight: 600;
  }

  .bold-text-15 {
    font-weight: 600;
  }

  .bold-text-16 {
    font-weight: 600;
  }

  .div-block-82 {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 75px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .body {
    border-style: none;
  }

  .gallery {
    margin-top: 0px;
    padding-top: 86px;
  }

  .heading {
    text-align: center;
  }

  .title-3 {
    padding-top: 12px;
    padding-bottom: 34px;
    line-height: 25px;
    text-align: center;
  }

  .div-block-5 {
    height: 70vh;
    padding-top: 0px;
    background-size: cover;
  }

  .main-button {
    margin-left: 0px;
  }

  .main-button._1 {
    height: 90px;
    margin-bottom: 58px;
  }

  .main-button._1.contact {
    height: 50px;
  }

  .nav-menu {
    color: #000;
  }

  .title-1 {
    margin-top: 0px;
    font-size: 25px;
  }

  .title-1.testimonials {
    font-size: 25px;
    font-weight: 700;
  }

  .title-4 {
    font-size: 28px;
  }

  .image-title {
    font-size: 20px;
  }

  .services {
    height: auto;
    padding-bottom: 44px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-2 {
    margin: 0px 10px;
    padding-bottom: 0px;
    font-size: 18px;
  }

  .title-2.about-it {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 26px;
    text-align: center;
  }

  .paragraph-2 {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 10px;
  }

  .paragraph-2.trading-hours {
    font-size: 14px;
  }

  .services-2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-item {
    width: auto;
    height: auto;
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 28px;
    text-align: center;
  }

  .about-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gallety-section-2 {
    padding-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gallery-section-1 {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gallery-box {
    width: 200px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .footer {
    height: auto;
  }

  .contact-section {
    height: 5vh;
  }

  .contact-txt {
    font-size: 9px;
  }

  .footer-button {
    margin-left: 7px;
    font-size: 12px;
  }

  .text-block-10 {
    font-size: 10px;
    text-align: center;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-1 {
    width: 100%;
    margin-top: 20px;
    padding-right: 0px;
    font-size: 14px;
    text-align: left;
  }

  .paragraph-3 {
    font-size: 10px;
  }

  .reviews {
    padding-top: 29px;
    padding-bottom: 20px;
  }

  .reviews.home-page {
    padding-bottom: 20px;
  }

  .grid {
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    -ms-grid-columns: minmax(0px, 0.25fr);
    grid-template-columns: minmax(0px, 0.25fr);
  }

  .image-7 {
    width: 60px;
  }

  .image-8 {
    width: 60px;
  }

  .section-24 {
    padding-top: 55px;
  }

  .form-block {
    width: auto;
  }

  .review-titles {
    font-size: 20px;
    font-weight: 400;
  }

  .bold-text-4 {
    font-size: 12px;
  }

  .bold-text-4.testimonals {
    font-size: 12px;
  }

  .bold-text-5 {
    width: 100%;
    font-size: 12px;
  }

  .bold-text-5.testimonals {
    font-size: 10px;
  }

  .bold-text-6 {
    font-size: 10px;
  }

  .bold-text-7 {
    font-size: 10px;
  }

  .menu-button {
    margin-right: 10px;
  }

  .image-11 {
    width: 120px;
    margin-left: 0px;
  }

  .image-12 {
    width: 100px;
  }

  .image-13 {
    width: 125px;
    clear: none;
  }

  .text-block-11 {
    font-size: 10px;
  }

  .text-block-12 {
    font-size: 10px;
  }

  .text-block-13 {
    font-size: 10px;
  }

  .text-block-14 {
    font-size: 10px;
  }

  .text-block-15 {
    font-size: 10px;
  }

  .text-block-16 {
    font-size: 10px;
  }

  .text-block-17 {
    font-size: 10px;
  }

  .div-block-26 {
    width: 150px;
  }

  .image-16 {
    width: 70%;
  }

  .image-17 {
    height: 200px;
  }

  .div-block-27 {
    padding-right: 10%;
    padding-left: 10%;
  }

  .image-19 {
    padding-bottom: 0px;
  }

  .div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-18 {
    text-align: center;
  }

  .link {
    color: #272323;
    font-size: 12px;
  }

  .div-block-31 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .services-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-34 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-14 {
    text-align: center;
  }

  .footer-container {
    margin-left: 0px;
    padding-top: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-item-1 {
    width: auto;
  }

  .footer-item-1._2 {
    width: 40%;
    height: auto;
    padding-left: 0px;
  }

  .footer-heading {
    margin-bottom: 10px;
  }

  .image-21 {
    width: 20px;
    margin-right: 5px;
  }

  .text-block-19 {
    font-size: 14px;
  }

  .text-block-20 {
    font-size: 14px;
  }

  .text-block-21 {
    font-size: 13px;
  }

  .heading-16 {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .footer-item-2 {
    margin-bottom: 5px;
  }

  .link-2 {
    font-size: 14px;
  }

  .link-2.w--current {
    font-size: 14px;
  }

  .text-block-22.bsb {
    font-size: 11px;
  }

  .text-block-22.bank-transfer {
    font-size: 12px;
  }

  .our-work-content {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our-work-item {
    width: auto;
    margin-bottom: 50px;
  }

  .image-23 {
    height: 180px;
  }

  .div-block-36 {
    width: 110px;
    margin-left: 10px;
  }

  .container {
    color: #000;
  }

  .div-block-37 {
    overflow: hidden;
    width: auto;
    height: auto;
    margin-bottom: 50px;
  }

  .div-block-38 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sell-item {
    width: auto;
    height: auto;
    margin-bottom: 30px;
  }

  .image-25 {
    width: 50%;
  }

  .image-gallery-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-gallery-images-item {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }

  .our-services {
    padding-bottom: 0px;
  }

  .our-services-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-43 {
    height: auto;
    margin-bottom: 20px;
  }

  .div-block-44 {
    height: auto;
    margin-bottom: 20px;
  }

  .div-block-45 {
    width: 95%;
  }

  .heading-25 {
    font-size: 14px;
  }

  .heading-26 {
    font-size: 12px;
  }

  .paragraph-8 {
    font-size: 12px;
  }

  .text-block-25 {
    font-size: 12px;
  }

  .div-block-48 {
    width: 200px;
  }

  .text-block-26 {
    font-size: 10px;
  }

  .heading-27 {
    text-align: center;
  }

  .image-32 {
    width: 90%;
  }

  .div-block-51 {
    margin-bottom: 25px;
    margin-left: 10px;
  }

  .heading-29 {
    font-size: 35px;
  }

  .button-14 {
    width: 150px;
    height: 80px;
    margin-top: 16px;
    font-size: 20px;
  }

  .bold-text-8 {
    font-size: 15px;
  }

  .paragraph-9 {
    margin-top: 10px;
  }

  .italic-text {
    font-size: 12px;
  }

  .pricing-container {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-block-53 {
    height: 200px;
  }

  .heading-30 {
    font-size: 16px;
  }

  .div-block-55 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-56 {
    width: auto;
  }

  .div-block-56.about-2 {
    padding-left: 0px;
  }

  .div-block-58 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-32 {
    margin-top: 0px;
    line-height: 25px;
    text-align: center;
  }

  .paragraph-10 {
    text-align: center;
  }

  .pricing-top-banner.pircing {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-59 {
    margin-bottom: 25px;
    margin-left: 20px;
  }

  .heading-33 {
    padding-right: 50px;
    font-size: 50px;
  }

  .heading-33.content-title {
    line-height: 35px;
  }

  .div-block-60 {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-packages-info {
    height: auto;
  }

  .text-block-30 {
    text-align: center;
  }

  .pricing-item-text.tests {
    height: auto;
  }

  .div-block-66 {
    height: 80px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .heading-34 {
    text-align: center;
  }

  .heading-35 {
    text-align: center;
  }

  .div-block-68.t-c {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-5 {
    font-size: 28px;
  }

  .paragraph-13 {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 10px;
  }

  .paragraph-13.trading-hours {
    font-size: 14px;
  }

  .div-block-71 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-72 {
    width: 40%;
    height: auto;
}

  .text-block-31 {
    padding-top: 20px;
  }

  .div-block-74 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .div-block-74._2 {
    margin-left: 0px;
  }

  .text-block-34 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    text-align: center;
  }

  .div-block-78 {
    width: 100%;
    padding-top: 152px;
  }

  .div-block-78.bank-transfer {
    width: auto;
    padding-top: 0px;
  }

  .div-block-82 {
    height: 160px;
  }
}

