:root {
  --light-sea-green: #00beee;
  --dim-grey\<deleted\|variable-d83ed6ee\>: #4c575f;
  --dark-turquoise\<deleted\|variable-d33869fe\>: #63c3d1;
  --dark-slate-blue: #343e52;
  --white: #fff;
  --slate-grey\<deleted\|variable-be6335b1\>: #677081;
  --transpartent: #fff0;
  --grey-transparent: #00000054;
  --blue: #134055;
  --light-grey\<deleted\|variable-b4b9316d\>: #c5cfd6;
  --pink: #c00070;
  --black: black;
  --677580\<deleted\|variable-51a491cd\>: #677580;
  --light-steel-blue: #92a8b9;
  --blue\<deleted\|variable-823dd5f6-6942-e751-eb36-b20e8e4c061b\>: #134055;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: var(--light-sea-green);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

h3 {
  color: var(--dim-grey\<deleted\|variable-d83ed6ee\>);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

h4 {
  color: var(--dark-turquoise\<deleted\|variable-d33869fe\>);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

a {
  color: #30343b;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
}

li {
  color: var(--dark-slate-blue);
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

strong {
  font-weight: 400;
}

blockquote {
  border-left: 3px solid #00b3ac;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.footer-column-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.page-wrapper {
  flex-direction: column;
  display: flex;
}

.contact-row {
  align-items: center;
  display: flex;
}

.corner-line-horizontal {
  z-index: 99;
  transform-origin: 0%;
  background-color: #000;
  border-radius: 100px;
  width: 50px;
  height: 3px;
  margin-top: -2px;
  margin-left: -2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.corner-line-horizontal.features-line-righ {
  background-color: var(--white);
  transform-origin: 100%;
  border-radius: 0;
  width: 80%;
  margin: 0;
  inset: auto 0% 0% auto;
}

.corner-line-horizontal.features-line {
  z-index: 99;
  z-index: 99;
  inset: auto auto 0% 0%;
  background-color: #ef3b31;
  border-radius: 0;
  width: 20%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  inset: auto auto 0% 0%;
}

.corner-line-horizontal.features-line-righ {
  transform-origin: 100%;
  background-color: #00b3ac;
  border-radius: 0;
  width: 80%;
  margin: 0;
  inset: auto 0% 0% auto;
}

.corner-line-horizontal.features-line-right {
  background-color: var(--white);
  transform-origin: 100%;
  border-radius: 0;
  width: 80%;
  margin: 0;
  inset: auto 0% 0% auto;
}

.corner-line-horizontal.features-line-copy {
  z-index: 99;
  background-color: var(--slate-grey\<deleted\|variable-be6335b1\>);
  border-radius: 0;
  width: 20%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  inset: auto auto 0% 0%;
}

.content-section {
  background-color: var(--transpartent);
  text-align: center;
  background-image: url('../images/footer.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 35px 20px;
  font-family: Inter, sans-serif;
  display: flex;
}

.white {
  color: #fff;
}

.footer-social-link {
  color: #777;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.footer-social-link:hover {
  color: #f44a66;
}

.top-footer {
  border-bottom: 1px #dde1e726;
  width: 100%;
  height: 60px;
  margin-bottom: 40px;
}

.nav-link {
  background-color: var(--grey-transparent);
  background-image: linear-gradient(180deg, var(--light-sea-green), var(--blue));
  color: var(--dim-grey\<deleted\|variable-d83ed6ee\>);
  text-align: center;
  border-left-color: #e4e4e47a;
  margin-left: 3px;
  margin-right: 3px;
  padding: 10px 20px 30px;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  position: relative;
}

.nav-link:hover {
  background-color: var(--light-sea-green);
  color: #fff;
  background-image: none;
  border-bottom: 5px #fff;
  border-radius: 0;
}

.nav-link.w--current {
  border-bottom: 1px solid var(--light-grey\<deleted\|variable-b4b9316d\>);
  background-image: linear-gradient(180deg, var(--light-sea-green), var(--blue));
  color: var(--light-sea-green);
  -webkit-text-stroke-color: var(--light-sea-green);
  padding-right: 20px;
}

.nav-link.w--current:hover {
  background-image: none;
}

.nav-link.w--open {
  padding-right: 40px;
}

.nav-link.w--open:hover {
  border: 1px #000;
}

.nav-link.pint {
  background-image: linear-gradient(180deg, var(--pink) 39%, var(--black));
}

.blue-block-div {
  background-color: var(--dim-grey\<deleted\|variable-d83ed6ee\>);
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sociablock {
  display: flex;
}

.sociablock.footer {
  margin-top: 40px;
}

.learn-more {
  color: #00b3ac;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  transition: color .2s;
}

.learn-more:hover {
  color: #ef3b31;
}

.learn-more.white {
  color: var(--white);
  background-color: #0000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: underline;
}

.learn-more.white:hover {
  color: #ffffffc7;
}

.service-heading-second {
  float: none;
  clear: none;
  color: var(--light-sea-green);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Courgette, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

.service-heading-second.white {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
}

.text-block-nav {
  color: var(--white);
  font-family: Courgette, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.copyright-text {
  color: var(--black);
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.top-header {
  color: var(--677580\<deleted\|variable-51a491cd\>);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}

.top-header.quote {
  margin-bottom: 20px;
}

.contact-form-div {
  width: 50%;
  margin-left: 0;
}

.social-wrapper {
  display: none;
}

.social-wrapper.hero-bottom {
  z-index: 20;
  z-index: 20;
  inset: auto auto 0% 0%;
  margin-bottom: 20px;
  margin-left: 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.heading-half-section {
  color: var(--pink);
  margin-bottom: 10px;
  font-family: Courgette, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
}

.side-content-info {
  background-color: #fff;
  border: 2px #e6e7e9;
  max-width: 570px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 5% 10% 5% 5%;
}

.menu-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.team-wrapper {
  background-color: #fff;
  border: 1px solid #dde1e7;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
}

.copyright {
  color: #aaa;
  background-color: #ffffffb8;
  justify-content: flex-end;
  align-items: center;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 22px;
  display: flex;
}

.contact-image-div {
  width: 50%;
  margin-left: 0;
  padding-left: 0;
}

.button-text {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
}

.text-button-div {
  align-items: center;
  display: flex;
  position: static;
}

.hero {
  z-index: 0;
  background-image: linear-gradient(#0a2b3c99, #0a2b3c99), url('../images/Untitleeed-2.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 30px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.third {
  background-image: none;
}

.hero.subpage {
  height: 500px;
}

.hero.subpage.contact {
  background-image: linear-gradient(#343e5266, #343e5266), url('../images/icecream-hire-at-weddings.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 300px;
}

.hero.subpage.slate {
  background-image: linear-gradient(#0a2b3c54, #0a2b3c54), url('../images/hearing-tests-scunthorpe.webp');
  background-position: 0 0, 50% 0;
  height: 600px;
}

.hero.subpage.commercial {
  background-image: linear-gradient(#080b0f5e, #080b0f5e), url('../images/1.jpg');
  background-position: 0 0, 50%;
  height: 600px;
}

.hero.subpage.domestic {
  background-image: linear-gradient(#080b0f5e, #080b0f5e), url('../images/residential_roofing_repairs.jpg');
  background-position: 0 0, 50%;
  height: 600px;
}

.hero.subpage._200px {
  background-image: linear-gradient(#343e52b5, #343e52b5), url('../images/roof2.jpg');
  background-position: 0 0, 50%;
  height: 200px;
}

.hero.subpage.projects {
  background-image: linear-gradient(#0a2b3c26, #0a2b3c26), url('../images/slate_roof_banner.jpg');
  background-position: 0 0, 50%;
  height: 300px;
}

.hero.subpage.bank {
  background-image: linear-gradient(#0a2b3c26, #0a2b3c26), url('../images/roof2.jpg');
  background-position: 0 0, 50%;
  height: 300px;
}

.hero.subpage.reviews {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/ear-wax-removal-Lincolnshire.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 300px;
}

.hero.subpage.offers {
  background-image: linear-gradient(#0a2b3c26, #0a2b3c26), url('../images/roof-tiles.jpg');
  background-position: 0 0, 50%;
  height: 300px;
}

.hero.subpage.fencing {
  background-image: linear-gradient(#080b0f5e, #080b0f5e), url('../images/18401924_1460416710675910_1815417741393355975_o.jpg');
  background-position: 0 0, 50%;
  height: 600px;
}

.hero.subpage.ear {
  background-image: linear-gradient(#0a2b3c54, #0a2b3c54), url('../images/mr-whippy.jpg');
  background-position: 0 0, 50% 0;
  background-attachment: scroll, scroll;
  height: 600px;
}

.hero.subpage.footcare {
  background-image: linear-gradient(#0a2b3c54, #0a2b3c54), url('../images/foot-care-scunthorpe.jpg');
  background-position: 0 0, 50% 0;
  height: 600px;
}

.hero.all-events {
  background-image: linear-gradient(#00000047, #00000047), url('../images/all-event-hire.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 500px;
}

.hero.all-events.contact {
  background-image: linear-gradient(#343e5266, #343e5266), url('../images/contact-rainbow-ear-care.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 300px;
}

.hero.all-events.slate {
  background-image: linear-gradient(#0a2b3c54, #0a2b3c54), url('../images/hearing-tests-scunthorpe.webp');
  background-position: 0 0, 50% 0;
  height: 600px;
}

.hero.all-events.commercial {
  background-image: linear-gradient(#080b0f5e, #080b0f5e), url('../images/1.jpg');
  background-position: 0 0, 50%;
  height: 600px;
}

.hero.all-events.domestic {
  background-image: linear-gradient(#080b0f5e, #080b0f5e), url('../images/residential_roofing_repairs.jpg');
  background-position: 0 0, 50%;
  height: 600px;
}

.hero.all-events._200px {
  background-image: linear-gradient(#343e52b5, #343e52b5), url('../images/roof2.jpg');
  background-position: 0 0, 50%;
  height: 200px;
}

.hero.all-events.projects {
  background-image: linear-gradient(#0a2b3c26, #0a2b3c26), url('../images/slate_roof_banner.jpg');
  background-position: 0 0, 50%;
  height: 300px;
}

.hero.all-events.bank {
  background-image: linear-gradient(#0a2b3c26, #0a2b3c26), url('../images/roof2.jpg');
  background-position: 0 0, 50%;
  height: 300px;
}

.hero.all-events.reviews {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/ear-wax-removal-Lincolnshire.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 300px;
}

.hero.all-events.offers {
  background-image: linear-gradient(#0a2b3c26, #0a2b3c26), url('../images/roof-tiles.jpg');
  background-position: 0 0, 50%;
  height: 300px;
}

.hero.all-events.fencing {
  background-image: linear-gradient(#080b0f5e, #080b0f5e), url('../images/18401924_1460416710675910_1815417741393355975_o.jpg');
  background-position: 0 0, 50%;
  height: 600px;
}

.hero.all-events.ear {
  background-image: linear-gradient(#0a2b3c54, #0a2b3c54), url('../images/mr-whippy.jpg');
  background-position: 0 0, 50% 0;
  height: 600px;
}

.hero.all-events.footcare {
  background-image: linear-gradient(#0a2b3c54, #0a2b3c54), url('../images/foot-care-scunthorpe.jpg');
  background-position: 0 0, 50% 0;
  height: 600px;
}

.hero.corporate {
  background-image: linear-gradient(#00000047, #00000047), url('../images/wedding-ice-cream-van-hire.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 500px;
}

.hero.corporate.contact {
  background-image: linear-gradient(#343e5266, #343e5266), url('../images/contact-rainbow-ear-care.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 300px;
}

.hero.corporate.slate {
  background-image: linear-gradient(#0a2b3c54, #0a2b3c54), url('../images/hearing-tests-scunthorpe.webp');
  background-position: 0 0, 50% 0;
  height: 600px;
}

.hero.corporate.commercial {
  background-image: linear-gradient(#080b0f5e, #080b0f5e), url('../images/1.jpg');
  background-position: 0 0, 50%;
  height: 600px;
}

.hero.corporate.domestic {
  background-image: linear-gradient(#080b0f5e, #080b0f5e), url('../images/residential_roofing_repairs.jpg');
  background-position: 0 0, 50%;
  height: 600px;
}

.hero.corporate._200px {
  background-image: linear-gradient(#343e52b5, #343e52b5), url('../images/roof2.jpg');
  background-position: 0 0, 50%;
  height: 200px;
}

.hero.corporate.projects {
  background-image: linear-gradient(#0a2b3c26, #0a2b3c26), url('../images/slate_roof_banner.jpg');
  background-position: 0 0, 50%;
  height: 300px;
}

.hero.corporate.bank {
  background-image: linear-gradient(#0a2b3c26, #0a2b3c26), url('../images/roof2.jpg');
  background-position: 0 0, 50%;
  height: 300px;
}

.hero.corporate.reviews {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/ear-wax-removal-Lincolnshire.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 300px;
}

.hero.corporate.offers {
  background-image: linear-gradient(#0a2b3c26, #0a2b3c26), url('../images/roof-tiles.jpg');
  background-position: 0 0, 50%;
  height: 300px;
}

.hero.corporate.fencing {
  background-image: linear-gradient(#080b0f5e, #080b0f5e), url('../images/18401924_1460416710675910_1815417741393355975_o.jpg');
  background-position: 0 0, 50%;
  height: 600px;
}

.hero.corporate.ear {
  background-image: linear-gradient(#0a2b3c54, #0a2b3c54), url('../images/mr-whippy.jpg');
  background-position: 0 0, 50% 0;
  height: 600px;
}

.hero.corporate.footcare {
  background-image: linear-gradient(#0a2b3c54, #0a2b3c54), url('../images/foot-care-scunthorpe.jpg');
  background-position: 0 0, 50% 0;
  height: 600px;
}

.hero.wedding {
  background-image: linear-gradient(#00000047, #00000047), url('../images/wedding-ice-cream-van-hire.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 500px;
}

.hero.wedding.contact {
  background-image: linear-gradient(#343e5266, #343e5266), url('../images/contact-rainbow-ear-care.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 300px;
}

.hero.wedding.slate {
  background-image: linear-gradient(#0a2b3c54, #0a2b3c54), url('../images/hearing-tests-scunthorpe.webp');
  background-position: 0 0, 50% 0;
  height: 600px;
}

.hero.wedding.commercial {
  background-image: linear-gradient(#080b0f5e, #080b0f5e), url('../images/1.jpg');
  background-position: 0 0, 50%;
  height: 600px;
}

.hero.wedding.domestic {
  background-image: linear-gradient(#080b0f5e, #080b0f5e), url('../images/residential_roofing_repairs.jpg');
  background-position: 0 0, 50%;
  height: 600px;
}

.hero.wedding._200px {
  background-image: linear-gradient(#343e52b5, #343e52b5), url('../images/roof2.jpg');
  background-position: 0 0, 50%;
  height: 200px;
}

.hero.wedding.projects {
  background-image: linear-gradient(#0a2b3c26, #0a2b3c26), url('../images/slate_roof_banner.jpg');
  background-position: 0 0, 50%;
  height: 300px;
}

.hero.wedding.bank {
  background-image: linear-gradient(#0a2b3c26, #0a2b3c26), url('../images/roof2.jpg');
  background-position: 0 0, 50%;
  height: 300px;
}

.hero.wedding.reviews {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/ear-wax-removal-Lincolnshire.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 300px;
}

.hero.wedding.offers {
  background-image: linear-gradient(#0a2b3c26, #0a2b3c26), url('../images/roof-tiles.jpg');
  background-position: 0 0, 50%;
  height: 300px;
}

.hero.wedding.fencing {
  background-image: linear-gradient(#080b0f5e, #080b0f5e), url('../images/18401924_1460416710675910_1815417741393355975_o.jpg');
  background-position: 0 0, 50%;
  height: 600px;
}

.hero.wedding.ear {
  background-image: linear-gradient(#0a2b3c54, #0a2b3c54), url('../images/mr-whippy.jpg');
  background-position: 0 0, 50% 0;
  height: 600px;
}

.hero.wedding.footcare {
  background-image: linear-gradient(#0a2b3c54, #0a2b3c54), url('../images/foot-care-scunthorpe.jpg');
  background-position: 0 0, 50% 0;
  height: 600px;
}

.hero-div {
  justify-content: center;
  align-items: center;
}

.footer-block {
  text-align: left;
  width: 25%;
  padding-right: 0;
}

.footer-block.contact {
  background-color: #ffffff8c;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  padding: 6px 20px;
  display: flex;
}

.footer-block.about-us {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-right: 5%;
  display: flex;
}

.bermuda {
  align-items: center;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.submit-card {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dde1e7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 630px;
  margin-left: -71px;
  padding: 10px;
  display: flex;
  position: relative;
  left: auto;
}

.footer-heading {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
}

.footer-heading.white {
  color: var(--blue);
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.hero-info {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  position: relative;
}

.button-link {
  background-color: var(--677580\<deleted\|variable-51a491cd\>);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link:hover {
  background-color: var(--black);
}

.button-link.contact:hover {
  background-color: #ef3b31;
}

.button-link.white {
  border: 1px solid var(--white);
  color: var(--light-sea-green);
  background-color: #0000;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 80px 20px;
  display: flex;
  position: relative;
}

.section.no-padding-top {
  margin-bottom: 100px;
  padding-top: 0;
  display: flex;
}

.section.gray {
  background-color: #c3cdd533;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
}

.section.quote-section {
  padding-top: 76px;
  padding-bottom: 76px;
}

.section.backgropund {
  background-image: linear-gradient(#343e52e6, #343e52e6), url('../images/slate_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
}

.section.small-padding {
  background-color: #c5cfd65c;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.testimonial {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.dark-grey {
  background-color: var(--677580\<deleted\|variable-51a491cd\>);
  background-image: linear-gradient(#677580ba, #677580ba), url('../images/slate.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
}

.section.slate {
  background-color: var(--677580\<deleted\|variable-51a491cd\>);
  background-image: url('../images/bannner.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
}

.section.no-padding-top-copy {
  margin-bottom: 100px;
  padding-top: 0;
  display: flex;
}

.section.grey {
  background-color: var(--light-sea-green);
  background-image: url('../images/bannner.webp');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.first-three-column {
  width: 50%;
  display: flex;
}

.footer-line-divider {
  padding-left: 8px;
  padding-right: 8px;
}

.image-left-contact {
  background-image: url('../images/ice-van-hire.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 800px;
}

.brand {
  border: 5px #ff0004;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  display: block;
}

.brand.footer {
  margin-left: 0;
  display: flex;
}

.features-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.footer-sub-link {
  color: #677081;
  border-bottom: 1px #ffffff26;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
  display: block;
}

.footer-sub-link:hover {
  color: #00b3ac;
}

.footer-sub-link.posts {
  color: #fff;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
}

.nav-menu-second {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.lighter-paragraph {
  color: #777;
}

.lighter-paragraph.font {
  color: #677081;
}

.underline {
  opacity: .25;
  background-color: #f44a66;
  width: 110%;
  height: 5px;
  margin-top: -6px;
  position: absolute;
  top: 107px;
  left: 0;
  transform: translate(-105%);
}

.underline.social-line {
  background-color: #f44a66;
  width: 100%;
  height: 5px;
  margin-top: -6px;
  top: 32px;
}

.container-wrapper {
  z-index: 10;
  opacity: 1;
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.nav-bar {
  background-color: var(--transpartent);
  background-image: url('../images/ice-cream-van-hire.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #e4e4e466;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 60px;
  display: block;
}

.navigation-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.button-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-top: 30px;
  display: flex;
}

.button-wrapper.product {
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}

.button-wrapper.product.left {
  justify-content: flex-start;
  margin-top: 30px;
}

.div-content {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 0 0;
  display: flex;
  position: relative;
}

.div-content.title-in-div {
  text-align: center;
  margin-bottom: 40px;
}

.div-content.title-in-div.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.div-content.title-in-div.center.subscribe {
  margin-bottom: 20px;
}

.heading {
  color: var(--light-sea-green);
  margin-top: 0;
  font-family: Birthstone, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 65px;
}

.arrow-button {
  background-image: url('../images/Right-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 25px;
  height: 25px;
}

.gray-shade {
  background-color: #fff;
  width: 100%;
  height: 300px;
  position: absolute;
  inset: auto;
}

.link-cta-wrapper {
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.section-scroll {
  z-index: 100;
  background-color: var(--dark-turquoise\<deleted\|variable-d33869fe\>);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: 60px;
  display: flex;
  position: absolute;
  bottom: -30px;
  right: 0;
}

.cta-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container {
  border-top-right-radius: 3px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.image-vertical {
  background-image: url('../images/IMG_8775.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 700px;
}

.image-vertical.left-image {
  background-image: url('../images/nik-PmmpX-KKoPk-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 1000px;
}

.image-vertical.slate-1 {
  background-image: url('../images/hearing-assessments-scunthorpe.webp');
  background-position: 50% 0;
  height: 110vh;
}

.image-vertical.domestic-1 {
  background-image: url('../images/Roofing-Repairs-Scunthorpe-and-North-Lincolnshire10.jpg');
}

.image-vertical.commercial-1 {
  background-image: url('../images/18423008_1460416660675915_3844418775083832922_o.jpg');
}

.image-vertical.commercial-2 {
  background-image: url('../images/17435929_1408662462518002_7354237675075629750_o.jpg');
}

.image-vertical.ear-2 {
  background-image: url('../images/old-fashioned-ice-cream-640x450.jpg');
  background-position: 50%;
  height: 80vh;
}

.image-vertical.ear-3 {
  background-image: url('../images/hearing-aids-lincolnshire.webp');
}

.image-vertical.feet {
  background-image: url('../images/foot-care-scunthorpe-new.jpg');
  background-position: 50% 0;
  height: 110vh;
}

.image-vertical.birthday {
  background-image: url('../images/birthday-party.jpg');
  background-position: 50%;
  height: 80vh;
}

.image-vertical.corporate, .image-vertical.weddings {
  background-image: url('../images/icecream-hire-at-weddings.jpg');
  background-position: 50%;
  height: 80vh;
}

.image-vertical.all-events {
  background-image: url('../images/IMG_8773.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 1000px;
}

.image-vertical.corp {
  background-image: url('../images/IMG_8774.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  height: 80vh;
}

.image-vertical.wedd {
  background-image: url('../images/IMG_8782.jpeg');
  background-position: 50%;
  height: 80vh;
}

.cta-card {
  text-align: center;
  background-color: #253f6f;
  background-image: radial-gradient(circle at 50% 0, #f85940b8, #ef3b31 100%, #0675ec 100%, #ef3b318a), url('../images/5d95477e8d2341152f8b3121_minh-pham-7pCFUybP_P8-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 350px;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 16% 60px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px #343e521a;
}

.cta-card.payments {
  background-image: radial-gradient(circle at 50% 0, #4cecca, #00b3ace8 0%, #19c6b6d4 100%, #00b3ac), url('../images/kari-shea-AMyjxxLEHU4-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  max-width: none;
  box-shadow: 0 8px 24px #343e521a;
}

.side-features {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.side-features.top-algin {
  align-items: center;
}

.quote-block {
  background-color: #fff;
  border: 2px #e6e7e9;
  max-width: 650px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0% 2%;
}

.cta-card-info {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-header {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.promo-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.cta-paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.cta-paragraph.core-apps {
  margin-bottom: 20px;
}

.cta-icon {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #dde1e7;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: -40px;
  display: flex;
  position: relative;
}

.side-image {
  flex: 0 auto;
  align-items: center;
  width: 50%;
  min-height: 240px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.cta-card-wrapper {
  flex-direction: column;
  align-items: center;
  width: 33%;
  transition: transform .4s;
  display: flex;
}

.cta-card-wrapper:hover {
  transform: translate(0, -10px);
}

.cta-card-wrapper.half {
  width: 50%;
  margin-left: 20px;
  margin-right: 20px;
}

.divider {
  background-color: #3f3f3f1a;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.testimonial-arrow {
  color: #8e98ad;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  inset: auto 0% 0% -13%;
}

.testimonial-arrow:hover {
  border-color: silver;
}

.star-image {
  background-image: url('../images/Gold_Star.svg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 0;
  padding-left: 2px;
  padding-right: 2px;
}

.service-div {
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 24px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  transition: box-shadow 40ms;
  display: block;
}

.service-div:hover {
  box-shadow: 0 6px 12px #0000001a;
}

.service-div.line {
  background-color: #fff;
  border-color: #dbdbdb;
  border-bottom-width: 1px;
}

.service-div.line.testimonials {
  border: 1px solid #dde1e7;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  transition-property: none;
  position: relative;
}

.service-div.line.testimonials:hover {
  box-shadow: none;
  border-color: silver;
}

.testimonials-name {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.star-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.sponsor-link {
  opacity: .6;
  border-right: 1px solid #ebebeb;
  flex-direction: column;
  width: 20%;
  padding: 40px;
  transition: opacity .4s;
  display: flex;
}

.sponsor-link:hover {
  opacity: 1;
}

.sponsor-link.last {
  border-right: 1px solid #dde1e7;
  width: 20%;
}

.sponsor-link.with-line {
  border-right-color: #dde1e7;
}

.div-sliders-column-wrapper {
  padding-top: 0;
}

.blog-collection {
  width: 100%;
}

.flex-services {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-services-card {
  float: right;
  text-align: center;
  background-color: #343e52a1;
  background-image: linear-gradient(#343e52e3, #343e52e3), url('../images/slate_1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 2px solid #0000;
  border-top-width: 5px;
  border-radius: 5px;
  width: 300px;
  height: 100px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 20px 10px;
  font-size: 12px;
  position: relative;
  box-shadow: 0 20px 50px -10px #2d3e5033;
}

.hero-services-card.pro-pricing-contain {
  z-index: 2;
  background-color: #343e52e8;
  background-image: url('../images/earcare2.png'), linear-gradient(to bottom, var(--dark-turquoise\<deleted\|variable-d33869fe\>), var(--dark-turquoise\<deleted\|variable-d33869fe\>));
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.blue-block {
  background-color: var(--dim-grey\<deleted\|variable-d83ed6ee\>);
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide, .mask {
  border: 1px #000;
}

.quote.text {
  color: var(--dim-grey\<deleted\|variable-d83ed6ee\>);
  letter-spacing: 0;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.pricing-row {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 5vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-bottom-block {
  position: absolute;
  inset: auto 0% 0%;
}

.features-column {
  padding-left: 10px;
  padding-right: 10px;
}

.clients-wrapper {
  margin-top: 120px;
}

.clients-wrapper.less-padding {
  margin-top: 0;
}

.center {
  color: var(--light-steel-blue);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.center.quote {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.left-testimonial-arrow {
  z-index: 10;
  color: #8e98ad;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  inset: auto -13% 0% 0%;
}

.left-testimonial-arrow:hover {
  border-color: silver;
}

.sponsor-liks {
  background-color: #fff;
  border: 1px #ebebeb;
  border-radius: 6px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 1px 3px #0000001a;
}

.big-white-paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.slider-testimonials {
  background-color: #0000;
  height: 530px;
}

.slide-nav {
  color: #212121;
  border: 1px solid #dbdbdb;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 48px;
  padding-top: 5px;
  font-size: 10px;
  display: flex;
}

.social-link {
  opacity: .65;
  background-color: #0000;
  background-image: url('../images/icons8-twitter-96-1_1icons8-twitter-96 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 1px solid #9d9e9d;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding: 10px;
  display: flex;
}

.social-link:hover {
  opacity: 1;
}

.social-link.facebook {
  background-image: url('../images/icons8-facebook-f-150.png');
  background-size: 14px;
  border-radius: 0%;
}

.social-link.facebook.line {
  background-image: url('../images/icons8-facebook-f-100_1icons8-facebook-f-100.png');
  border-right-style: solid;
  margin-left: 0;
}

.social-link.facebook.last {
  margin-right: 0;
}

.social-link.instagram {
  background-color: #0000;
  background-image: url('../images/icons8-instagram-104-2_1icons8-instagram-104 (2).png');
  background-size: 12px;
  border-style: solid;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  transition: opacity .4s;
  display: flex;
}

.social-link.instagram.line {
  background-image: url('../images/icons8-instagram-96_1icons8-instagram-96.png');
  margin-left: 0;
}

.social-link.line {
  background-color: #0000;
  background-image: url('../images/icons8-twitter-90_1icons8-twitter-90.png');
  border-style: solid none solid solid;
  margin-left: 0;
  margin-right: 0;
}

.social-link.be {
  background-image: url('../images/icons8-behance-96_1icons8-behance-96.png');
  background-size: 16px;
  border-radius: 0%;
}

.service-row-second {
  margin: 20px 0;
  padding-left: 2px;
  padding-right: 2px;
}

.hero-big {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Courgette, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 75px;
}

.hero-big.center-white {
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 17px #000;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  display: flex;
}

.hero-big.center-white-smaller {
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 17px #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  display: flex;
}

.big-paragraph {
  color: var(--black);
  font-size: 17px;
  line-height: 27px;
}

.big-paragraph.in-section {
  color: #677081;
  font-size: 28px;
  line-height: 38px;
}

.big-paragraph.white {
  color: var(--white);
  font-size: 20px;
  line-height: 30px;
}

.icon-header {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.icon-header.center {
  justify-content: center;
  width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-header.padding-bottom {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.cta {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta.image-background {
  color: #343e52;
  background-image: linear-gradient(#ef3b31b8, #ef3b31b8), url('../images/roof-tiles.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.row-cta {
  width: 90%;
  display: flex;
}

.cta-text {
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.cta-text.white {
  color: #0000;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.column-cta {
  align-items: center;
  display: flex;
}

.google-play-wrapper {
  border-left: 1px #ffffff6e;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.text-field-contact {
  color: var(--dark-slate-blue);
  background-color: #0000;
  border: 1px #eaeaea;
  border-bottom: 1px solid #dde1e7;
  width: 49%;
  height: 48px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}

.text-field-contact:hover {
  border-bottom-color: #142335;
}

.text-field-contact.full {
  color: var(--slate-grey\<deleted\|variable-be6335b1\>);
  text-align: center;
  width: 100%;
}

.columns {
  width: 100%;
  margin-bottom: 40px;
}

.paragraph-text {
  color: var(--dark-slate-blue);
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-text.white {
  font-size: 14px;
}

.text-area {
  color: #677081;
  border: 1px #000;
  border-bottom: 1px solid #dde1e7;
  height: 50px;
  min-height: 150px;
  padding-top: 8px;
}

.text-area:hover {
  border-bottom-color: #142335;
}

.left {
  color: var(--dark-slate-blue);
  text-align: left;
  margin-bottom: 6px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.contact-form-up {
  text-align: left;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-bottom-color: #dde1e7;
  max-width: 1290px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.contact-us-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px #e4e8ee;
  flex-direction: column;
  align-items: center;
  height: 200px;
  padding: 40px;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.contact-us-wrapper.middle {
  border-style: none none none solid;
  border-color: #dde1e7 #dde1e7 #e4e8ee;
  width: 100%;
  height: 200px;
}

.half-side {
  background-color: #fff;
  border: 2px #e6e7e9;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 570px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px 0 0;
  display: flex;
}

.side-content-info-border {
  background-color: #fff;
  border: 2px #e6e7e9;
  max-width: 650px;
  margin-left: 0;
  margin-right: 0;
  padding: 5% 2%;
}

.utility-page-wrap {
  background-color: var(--light-sea-green);
  background-image: linear-gradient(#00b3ace3, #00b3ace3), url('../images/Roofing-Repairs-Scunthorpe-and-North-Lincolnshire1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-image-second {
  background-color: #5956fd;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
  top: 14px;
  left: 0;
}

.icon-image-second.design, .icon-image-second.interaction {
  background-color: #0000;
  background-image: linear-gradient(#ef3b31, #ef3b31);
}

.button-padding {
  text-align: center;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.blog-bottom-info {
  align-items: center;
  display: flex;
}

.category-text {
  color: var(--dark-slate-blue);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #e4ecf6;
  margin: 0 10px 0 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 9px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .4s;
  display: inline-block;
  position: relative;
}

.category-text:hover {
  background-color: #0000;
}

.category-text.white {
  color: var(--white);
  background-color: #0000;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.button-texting {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: Courgette, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.expand {
  flex: 0 auto;
  width: 1001%;
  max-width: 1200px;
}

.question-title {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 28px;
}

.toggle-big-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.image-toogle {
  background-image: url('../images/tiled-roof.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 300px;
}

.question-box {
  margin-bottom: 10px;
}

.question-box.first {
  border-top: 1px #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.question-title-link {
  background-color: #f3f3f3;
  border-left: 1px solid #009fad;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
  width: 100%;
  padding: 25px 30px 10px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.question-title-link.white-background {
  color: #fff;
  background-color: #0000;
  border: 1px solid #9b9b9b;
  border-left: 1px #e4e8ee;
  border-right: 1px #e4e8ee;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  position: relative;
}

.flex-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.info-content {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  position: relative;
}

.horizontal {
  background-color: #fff;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 9px;
}

.plus-div {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.question-box-answer {
  background-color: #0000;
  border-top: 1px #0000001a;
  border-bottom: 1px solid #0000001a;
  border-left: 1px #e4e8ee;
  border-right: 1px solid #e4e8ee;
  margin-top: -2px;
  padding: 0 30px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
  position: relative;
  overflow: hidden;
}

.vertical {
  background-color: #fff;
  width: 14px;
  height: 1.5px;
  margin-bottom: 0;
  position: absolute;
  transform: rotate(90deg);
}

.white-blog-card {
  background-color: var(--light-sea-green);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--light-sea-green) 43%, var(--blue));
  color: #000;
  text-align: left;
  border: 1px #ebe6e6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 400px;
  padding: 50px;
  display: flex;
}

.white-blog-card.image {
  background-image: url('../images/all-event-hire.webp');
  background-position: 50%;
  background-size: cover;
}

.white-blog-card.image-2 {
  background-image: url('../images/corporate-event-ice-cream-hire.webp');
  background-position: 50%;
  background-size: cover;
}

.white-blog-card.image-3 {
  background-image: url('../images/wedding-ice-cream-van-hire.jpg');
  background-position: 50%;
  background-size: cover;
}

.white-blog-card.image-foot {
  background-image: url('../images/Podiatrists-and-Chiropodists.jpg');
  background-position: 50%;
  background-size: cover;
}

.features-name {
  color: #18143b;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.features-name.single {
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
  font-family: Courgette, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.grid-shop {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.white-blog-card-2 {
  background-color: var(--black);
  color: #000;
  text-align: left;
  border: 1px #ebe6e6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 400px;
  padding: 50px;
  display: flex;
}

.white-blog-card-3 {
  background-color: var(--677580\<deleted\|variable-51a491cd\>);
  background-image: linear-gradient(to bottom, var(--light-sea-green), var(--light-sea-green));
  color: #000;
  text-align: left;
  border: 1px #ebe6e6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 400px;
  padding: 50px;
  display: flex;
}

.heading-2 {
  color: var(--black);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.button-link-long {
  background-color: var(--light-sea-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link-long:hover {
  background-color: var(--black);
}

.button-link-long.w--current {
  background-color: var(--677580\<deleted\|variable-51a491cd\>);
}

.heading-3 {
  color: var(--dark-turquoise\<deleted\|variable-d33869fe\>);
  font-size: 18px;
  line-height: 28px;
}

.section-2 {
  display: none;
}

.link-2 {
  color: var(--black);
  background-color: #0000;
}

.bold-text {
  color: var(--677580\<deleted\|variable-51a491cd\>);
}

.content-vertical-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-error {
  color: #e84d4d;
  background-color: #e84d4d1a;
  border: 1px solid #e84d4d80;
  border-radius: 3px;
  margin-top: 16px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 20px;
}

.form-2-columns {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  color: var(--white);
  grid-template: "Area-2 ."
                 "Area Area"
                 / .25fr 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-success {
  background-color: #0000;
  padding: 16px;
}

.input {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  height: 48px;
  margin-bottom: 0;
  padding: 11px 24px 12px;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .3s, background-color .3s;
}

.input:hover {
  border-color: #d1d1d1;
}

.input:focus {
  background-color: #fff;
  border-color: #f44d3b;
}

.input::placeholder {
  color: #959595;
}

.input.text-area {
  min-height: 200px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template: ". . . . . . . . . . . Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.button-2 {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 20px;
  margin-bottom: 32px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: color .4s, background-color .4s, box-shadow .4s;
  display: flex;
}

.button-2:hover {
  background-color: #454545;
}

.wrapper {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 32px;
  display: flex;
  position: relative;
}

.section-12 {
  background-color: var(--677580\<deleted\|variable-51a491cd\>);
  margin-top: 81px;
  padding-top: 40px;
}

.heading-4 {
  color: var(--white);
}

.heading-5 {
  color: var(--white);
  font-weight: 400;
}

.link-5 {
  border: 1px solid var(--white);
}

.heading-6 {
  font-size: 18px;
  line-height: 28px;
}

.link-6 {
  color: var(--blue);
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
}

.link-6:hover {
  color: var(--light-steel-blue);
  text-decoration: underline;
}

.bold-text-3 {
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

.image-vertical-domestic {
  background-image: url('../images/slate_roof_repair.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 700px;
}

.image-vertical-commercial {
  background-image: url('../images/commercial_roof.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 700px;
}

.link-7 {
  color: var(--black);
}

.link-7.w--current {
  color: #fff;
}

.link-9 {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.link-9:hover {
  text-decoration: underline;
}

.link-10 {
  color: var(--dark-slate-blue);
}

.html-embed {
  font-family: Inter, sans-serif;
}

.link-11 {
  color: var(--blue);
}

.heading-7 {
  color: #fff;
}

.div-block-2 {
  color: #fff;
  font-family: Inter, sans-serif;
}

.section-scroll-2 {
  z-index: 100;
  background-color: #343e52;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: 60px;
  display: flex;
  position: absolute;
  bottom: -30px;
  right: 0;
}

.heading-8 {
  color: #343e52;
  margin-top: 0;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
}

.form-3 {
  text-align: left;
}

.success-message-2 {
  color: #fff;
  background-color: #26d450;
  font-family: Droid Serif, serif;
}

.form-block-3 {
  color: #677583;
  height: 360px;
  margin-top: 40px;
}

.left-content {
  width: 90%;
  margin-left: 25px;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #444;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .4s;
  display: block;
}

.button-3:hover {
  color: #fff;
  background-color: #efa240;
}

.button-3.left {
  text-align: center;
  text-transform: uppercase;
  background-color: #444;
  width: 140px;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.button-3.left:hover {
  background-color: var(--dark-slate-blue);
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.error-message-7 {
  color: #fff;
  background-color: red;
  flex: 0 auto;
}

.top-padding-2 {
  margin-top: 20px;
  display: block;
}

.text-field-2 {
  border: 1px solid #f0eae3;
  height: 50px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  transition: border-color .4s;
}

.text-field-2:hover {
  border-color: #ef6a40;
}

.text-field-2.message {
  border-color: #f0eae3;
  height: 80px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  overflow: auto;
}

.text-field-2.message:hover {
  border-color: #ef6a40;
}

.div-youtube {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  height: 270px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.link-blog {
  text-decoration: none;
}

.link-blog:hover {
  color: #00b3ac;
}

.container-wrapper-2 {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: block;
  position: relative;
}

.blog-card {
  background-color: #0000;
  border: 10px #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.overlay {
  background-color: #0a2b3c80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.email-submit {
  border-right: 1px #000;
  width: 80%;
  height: 80px;
}

.email-submit.small {
  color: #343e52;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  line-height: 24px;
}

.footer-form {
  width: 100%;
  margin-bottom: 16px;
}

.sidebar {
  text-align: left;
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 15px;
  display: flex;
}

.sidebar.on-side-bar {
  flex-direction: column;
  justify-content: flex-start;
  width: 350px;
  margin-left: 40px;
}

.collection-list-wrapper {
  width: 100%;
}

.google-play-wrapper-2 {
  border-left: 1px #ffffff6e;
  justify-content: center;
  display: flex;
}

.blog-description {
  background-color: #fff;
  border: 1px solid #dde1e7;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-side {
  flex-wrap: wrap;
  flex: 1;
  place-content: flex-start;
  align-items: stretch;
  display: block;
}

.submit-field-wrapper {
  flex-direction: row;
  margin-top: 40px;
  display: flex;
}

.submit-field-wrapper.no-padding {
  width: auto;
  margin-top: 0;
}

.blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.date-wrapper {
  width: auto;
  display: flex;
  position: absolute;
  inset: 20px auto auto 20px;
}

.submit-wrapper {
  flex-direction: column;
  align-items: center;
  width: 70%;
  max-width: 370px;
  display: flex;
}

.submit-wrapper.blog {
  align-items: flex-start;
  width: 100%;
}

.sidebar-header {
  border-bottom: 1px #e4e8ee;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.submit-button {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/right-arrow-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  border: 1px solid #d6d6d6;
  border-left-style: none;
  width: 20%;
  height: 80px;
  transition: all .4s;
}

.submit-button:hover {
  background-position: 80%;
}

.submit-button.small {
  background-color: #ef3b31;
  background-image: url('../images/Right-arrow.svg');
  height: 50px;
}

.submit-button.small:hover {
  background-color: #00b3ac;
}

.blog-heading {
  color: #343e52;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.blog-heading:hover {
  color: #171d29;
}

.blog-sides {
  justify-content: space-between;
  display: block;
}

.sidebar-block {
  background-color: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 0;
  width: 33.333%;
  margin-bottom: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 25px;
  position: relative;
}

.sidebar-block:hover {
  border-color: #e4e8ee;
}

.sidebar-block.full-sidee {
  border-color: #dde1e7;
  border-radius: 0;
  width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 30px;
}

.ab-projects-section {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.abphoto-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.ab-blog-wrapper {
  height: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 1px 1px 9px 7px #00000017;
}

.ab-blog-paragraph {
  text-decoration: none;
}

.ab-blog-small-title {
  font-size: 25px;
  line-height: 35px;
}

.section-13 {
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(#343e52b0, #343e52b0), url('../images/slate_1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.ab-projects-wrapper {
  max-width: 1000px;
  margin: 20px auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.lightbox-link {
  padding: 20px 10px;
}

.ab-project-text-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-9 {
  color: var(--light-steel-blue);
  text-align: center;
}

.ab-blog-wrapper-other {
  background-color: var(--white);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 1px 1px 9px 7px #00000017;
}

.ab-blog-wrapper-other.w--current {
  width: 100%;
}

.ab-projects-section-other {
  background-color: #c5cfd621;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

.ab-knowledge-wrapper {
  border: 1px solid #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  box-shadow: 1px 1px 11px 8px #0003;
}

.ab-knowledge-right {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 40px 40px 10px;
  display: block;
}

.ab-knowledge-left {
  background-color: #f0f5fa;
  flex-direction: column;
  justify-content: flex-start;
  width: 40%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.ab-knowledge-section {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ab-video-div {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 10px 20px;
}

.ab-image {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.heading-10 {
  color: var(--light-steel-blue);
}

.paragraph {
  color: var(--dark-slate-blue);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading-11 {
  color: var(--677580\<deleted\|variable-51a491cd\>);
  text-align: center;
}

.ab-review-left {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 40%;
  height: 200px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ab-reviews-right {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 40px;
  display: flex;
}

.ab-reviews-wrapper {
  border: 1px solid #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  box-shadow: 1px 1px 11px 8px #0003;
}

.container-wrapper-emergecy {
  z-index: 10;
  opacity: 1;
  text-align: center;
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  position: relative;
}

.ab-offers-right {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 40px 40px 10px;
  display: block;
}

.paragraph-2 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.ab-offers-left {
  background-color: #f0f5fa;
  flex-direction: column;
  justify-content: flex-start;
  width: 40%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.ab-offer-wrapper {
  background-color: var(--dark-slate-blue);
  border: 1px solid #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  box-shadow: 1px 1px 11px 8px #0003;
}

.ab-read-more-div {
  background-color: var(--dark-slate-blue);
  padding: 4px 6px;
}

.ab-read-more-div:hover {
  background-color: var(--light-steel-blue);
}

.read-more-title {
  color: #fafdff;
  text-align: center;
}

.top-section-bar {
  z-index: 100;
  background-color: var(--light-sea-green);
  background-image: linear-gradient(84deg, #e901a3 27%, #63c3d108 37%);
  position: relative;
}

.div-block-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-12 {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}

.top-contact-number {
  color: #f8f8f8;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 35px;
  font-family: Courgette, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.slider {
  width: 100%;
  height: 80vh;
}

.rich-text-block {
  color: var(--dim-grey\<deleted\|variable-d83ed6ee\>);
}

.link-12 {
  color: #fff;
}

.section-14 {
  background-image: linear-gradient(to bottom, var(--dark-turquoise\<deleted\|variable-d33869fe\>), var(--dark-turquoise\<deleted\|variable-d33869fe\>));
}

.heading-13 {
  font-size: 18px;
  line-height: 28px;
}

.h2-white {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 12px #0000007a;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.navigation-b-header {
  color: var(--white);
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 28px;
  font-family: Courgette, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.b-header-bar {
  z-index: 100;
  background-color: var(--blue\<deleted\|variable-823dd5f6-6942-e751-eb36-b20e8e4c061b\>);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--light-sea-green), #134055 62%);
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
}

.link-13 {
  color: var(--black);
}

.book-an-appointment-button {
  background-color: var(--pink);
  background-image: linear-gradient(180deg, var(--pink) 53%, var(--black));
  color: #fff;
  border-left: 1px #e4e4e47a;
  margin-left: 3px;
  margin-right: 3px;
  padding: 10px 30px 30px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  transition: color .4s;
  position: relative;
}

.book-an-appointment-button:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

.book-an-appointment-button.w--current {
  border-bottom: 1px solid var(--light-grey\<deleted\|variable-b4b9316d\>);
  color: #5231ff;
  padding-right: 10px;
}

.book-an-appointment-button.w--open {
  padding-right: 40px;
}

.book-an-appointment-button.w--open:hover {
  border: 1px #000;
}

.h2-title-white-central {
  color: #fff;
  text-align: center;
  font-family: Courgette, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.heading-15 {
  color: var(--dark-turquoise\<deleted\|variable-d33869fe\>);
}

.wrapper-full {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.wrapper-full.border {
  border: 4px solid #faf8f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.accordion-header {
  background-color: var(--dark-turquoise\<deleted\|variable-d33869fe\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px 28px;
  transition: padding .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.accordion-header:hover {
  padding-left: 34px;
}

.heading-accordion {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 35px;
}

.paragraph-11, .paragraph-9, .paragraph-13 {
  text-align: center;
}

.section-tittle {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.paragraph-12, .paragraph-15 {
  text-align: center;
}

.grid-faq {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 790px;
  margin-top: 10px;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #ffffff26;
  position: relative;
  overflow: hidden;
}

.into-view-fill {
  z-index: 100;
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.paragraph-10, .bold-text-4 {
  text-align: center;
}

.icon-accordion {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.accordion-content {
  margin-top: 10px;
  padding-left: 28px;
  padding-right: 28px;
  overflow: hidden;
}

.bold-text-5 {
  font-family: Inter, sans-serif;
}

.image-4 {
  display: none;
}

.dropdown-toggle {
  background-color: var(--grey-transparent);
  background-image: linear-gradient(180deg, var(--light-sea-green), var(--blue));
  padding-top: 10px;
  padding-bottom: 30px;
}

.icon {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 30px;
}

.dropdown-link {
  background-color: var(--white);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  line-height: 28px;
}

.dropdown-link:hover {
  background-color: var(--pink);
  color: var(--white);
}

.image-5 {
  margin-bottom: 10px;
}

.background-video {
  background-image: linear-gradient(#00000029, #00000029);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 900px;
  display: flex;
}

.heading-16 {
  color: var(--white);
  text-align: center;
  letter-spacing: -3px;
  font-family: Courgette, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
}

.white-paragraph {
  color: var(--white);
  font-size: 18px;
  line-height: 28px;
}

.bold-text-6 {
  color: var(--light-sea-green);
  letter-spacing: -.5px;
  font-family: Courgette, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

._1290px-div {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.section-15 {
  background-color: var(--pink);
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-17 {
  font-family: Courgette, sans-serif;
  font-size: 45px;
  line-height: 48px;
}

.heading-18 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.list-item {
  font-family: Lato, sans-serif;
}

.bold-text-7 {
  font-family: Courgette, sans-serif;
}

.heading-19 {
  font-family: Lato, sans-serif;
}

.heading-20 {
  color: var(--pink);
  font-family: Courgette, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.rich-text-block-2 {
  font-size: 60px;
}

.link-14 {
  color: var(--black);
}

.bold-text-8 {
  font-size: 35px;
  line-height: 0;
}

.heading-21 {
  color: var(--dark-slate-blue);
}

@media screen and (max-width: 991px) {
  .contact-row {
    flex-direction: column;
  }

  .content-section {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-footer {
    justify-content: center;
    height: auto;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-link {
    background-color: var(--white);
    color: var(--white);
    text-align: left;
    border-bottom: 1px #e4ecf6;
    font-family: Inter, sans-serif;
    font-weight: 700;
    display: block;
  }

  .nav-link:hover {
    background-color: var(--grey-transparent);
  }

  .nav-link.w--current {
    background-color: var(--pink);
    color: var(--white);
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
  }

  .sociablock.footer {
    margin-top: 40px;
  }

  .text-block-nav {
    color: var(--white);
    font-weight: 400;
  }

  .contact-form-div {
    width: 100%;
  }

  .social-wrapper {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
  }

  .social-wrapper.hero-bottom {
    flex-direction: row;
    margin-left: 20px;
  }

  .side-content-info {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .copyright {
    text-align: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-image-div {
    width: 100%;
  }

  .hero {
    height: auto;
    padding: 160px 60px;
  }

  .hero.third {
    height: 800px;
    padding-top: 0;
  }

  .hero.subpage.slate {
    padding-top: 151px;
    padding-bottom: 20px;
  }

  .hero.subpage.domestic {
    padding-top: 189px;
    padding-bottom: 0;
  }

  .hero.subpage.projects, .hero.subpage.bank {
    padding-top: 151px;
    padding-bottom: 20px;
  }

  .hero.subpage.reviews {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero.subpage.offers, .hero.subpage.ear, .hero.subpage.footcare, .hero.all-events.slate {
    padding-top: 151px;
    padding-bottom: 20px;
  }

  .hero.all-events.domestic {
    padding-top: 189px;
    padding-bottom: 0;
  }

  .hero.all-events.projects, .hero.all-events.bank {
    padding-top: 151px;
    padding-bottom: 20px;
  }

  .hero.all-events.reviews {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero.all-events.offers, .hero.all-events.ear, .hero.all-events.footcare, .hero.corporate.slate {
    padding-top: 151px;
    padding-bottom: 20px;
  }

  .hero.corporate.domestic {
    padding-top: 189px;
    padding-bottom: 0;
  }

  .hero.corporate.projects, .hero.corporate.bank {
    padding-top: 151px;
    padding-bottom: 20px;
  }

  .hero.corporate.reviews {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero.corporate.offers, .hero.corporate.ear, .hero.corporate.footcare, .hero.wedding.slate {
    padding-top: 151px;
    padding-bottom: 20px;
  }

  .hero.wedding.domestic {
    padding-top: 189px;
    padding-bottom: 0;
  }

  .hero.wedding.projects, .hero.wedding.bank {
    padding-top: 151px;
    padding-bottom: 20px;
  }

  .hero.wedding.reviews {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero.wedding.offers, .hero.wedding.ear, .hero.wedding.footcare {
    padding-top: 151px;
    padding-bottom: 20px;
  }

  .footer-block {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .footer-block.contact {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-block.about-us {
    margin-bottom: 20px;
  }

  .bermuda {
    width: auto;
    padding: 10px 0;
  }

  .submit-card {
    max-width: none;
    margin-top: 0;
    margin-left: 0;
  }

  .footer-heading.white {
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 16px;
  }

  .hero-info {
    padding-top: 0;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .section.no-padding-top {
    padding-top: 20px;
  }

  .section.quote-section {
    padding-bottom: 0;
  }

  .section.backgropund {
    background-image: linear-gradient(to bottom, null, null), url('../images/tu-tu-QZGQO3NvsLo-unsplash-p-2600.jpeg');
    padding-left: 0;
    padding-right: 0;
  }

  .section.no-padding-top-copy, .section.grey {
    padding-top: 20px;
  }

  .menu-button {
    color: #343e52;
    padding: 20px;
  }

  .menu-button.w--open {
    color: #333;
    background-color: #0000;
  }

  .menu-button.white {
    color: #fff;
    background-color: #677580;
  }

  .first-three-column {
    width: 50%;
  }

  .footer-line-divider {
    display: inline-block;
  }

  .image-left-contact {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .brand.footer {
    justify-content: center;
    margin-bottom: 10px;
  }

  .nav-menu-second {
    color: #000;
    background-color: #fff;
    border: 1px solid #e7ecf8;
    height: auto;
    margin-right: 0;
    display: block;
    position: absolute;
  }

  .container-wrapper {
    text-align: left;
  }

  .nav-bar {
    background-image: url('../images/900px.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 10px 20px;
  }

  .navigation-wrapper {
    flex: 1;
    padding-right: 0;
  }

  .div-content.title-in-div.center {
    text-align: center;
  }

  .section-scroll {
    margin-right: 20px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .image-vertical {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-vertical.left-image, .image-vertical.slate-1, .image-vertical.domestic-1, .image-vertical.commercial-1, .image-vertical.commercial-2, .image-vertical.ear-2, .image-vertical.feet, .image-vertical.birthday, .image-vertical.corporate, .image-vertical.weddings, .image-vertical.all-events, .image-vertical.corp, .image-vertical.wedd {
    width: 100%;
    height: 100vh;
    position: relative;
  }

  .cta-card {
    width: auto;
    height: 400px;
  }

  .cta-card.payments {
    width: auto;
  }

  .side-features, .side-features.top-algin {
    flex-wrap: wrap;
  }

  .side-features.top-algin.reverse {
    flex-wrap: wrap-reverse;
  }

  .quote-block {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-image {
    width: 100%;
  }

  .side-image._1, .side-image.image {
    justify-content: center;
  }

  .testimonial-arrow {
    bottom: -15%;
    left: -20%;
    right: 0;
  }

  .service-div {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-div.line.testimonials {
    height: auto;
  }

  .div-sliders-column-wrapper {
    padding-top: 20px;
  }

  .hero-services-card {
    width: 45%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-services-card.pro-pricing-contain {
    margin-top: 0;
    margin-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-row {
    flex-flow: wrap-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-testimonial-arrow {
    bottom: -15%;
    left: 0;
    right: -20%;
  }

  .sponsor-liks, .slider-testimonials {
    height: auto;
  }

  .slide-nav {
    width: 140px;
    margin-top: 0;
    bottom: -15%;
  }

  .service-row-second {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-big.center-white {
    font-size: 50px;
    line-height: 60px;
  }

  .icon-header.center {
    width: 100%;
  }

  .row-cta {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-text.white {
    text-align: center;
    width: 100%;
    line-height: 30px;
  }

  .column-cta {
    justify-content: center;
  }

  .contact-form-up {
    width: 100%;
    padding: 20px;
  }

  .contact-us-wrapper {
    height: 200px;
  }

  .contact-us-wrapper.middle {
    border-left-style: none;
    border-right-style: none;
    height: 200px;
  }

  .half-side {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .side-content-info-border {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-bottom-info {
    flex-direction: row;
  }

  .question-title {
    font-size: 16px;
  }

  .image-toogle {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .question-title-link.white-background {
    height: auto;
    padding-bottom: 50px;
  }

  .flex-wrap {
    flex-direction: row;
  }

  .question-box-answer {
    border-style: none;
    border-color: #000;
    margin-top: -1px;
  }

  .white-blog-card {
    height: auto;
  }

  .white-blog-card.image, .white-blog-card.image-2, .white-blog-card.image-3, .white-blog-card.image-foot {
    height: 400px;
  }

  .grid-shop {
    grid-template-columns: 1fr;
  }

  .white-blog-card-2, .white-blog-card-3 {
    height: auto;
  }

  .form-2-columns {
    grid-column-gap: 16px;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2 {
    font-size: 15px;
    line-height: 20px;
  }

  .wrapper {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .bold-text-3 {
    line-height: 40px;
  }

  .image-vertical-domestic, .image-vertical-commercial {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-scroll-2 {
    margin-right: 20px;
  }

  .left-content {
    width: 95%;
    margin-top: 40px;
    margin-left: 0;
  }

  .image-wrapper {
    height: 400px;
  }

  .container-wrapper-2 {
    text-align: left;
  }

  .blog-card {
    width: 100%;
    height: 550px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-card.last {
    margin-bottom: 20px;
  }

  .sidebar {
    width: 100%;
    padding-right: 20px;
  }

  .sidebar.on-side-bar {
    width: 100%;
    margin-left: 0;
  }

  .blog-side {
    width: 100%;
  }

  .blog-sides {
    flex-direction: column;
  }

  .sidebar-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ab-blog-wrapper {
    height: 500px;
  }

  .ab-blog-small-title {
    font-size: 18px;
    line-height: 25px;
  }

  .ab-projects-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ab-blog-wrapper-other {
    height: 350px;
  }

  .ab-projects-section-other {
    padding-left: 25px;
    padding-right: 25px;
  }

  .ab-knowledge-wrapper {
    flex-direction: column;
    display: flex;
  }

  .ab-knowledge-right {
    order: -1;
    width: 100%;
  }

  .ab-knowledge-left {
    flex-direction: column;
    width: 100%;
  }

  .ab-review-left {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ab-reviews-right {
    text-align: center;
    order: 1;
    width: 100%;
  }

  .ab-reviews-wrapper {
    flex-direction: column;
    display: flex;
  }

  .container-wrapper-emergecy {
    text-align: left;
  }

  .ab-offers-right {
    order: -1;
    width: 100%;
  }

  .ab-offers-left {
    flex-direction: column;
    width: 100%;
  }

  .ab-offer-wrapper {
    flex-direction: column;
    display: flex;
  }

  .h2-white {
    font-size: 25px;
    line-height: 35px;
  }

  .book-an-appointment-button {
    background-color: var(--white);
    color: var(--677580\<deleted\|variable-51a491cd\>);
    text-align: left;
    border-bottom: 1px #e4ecf6;
    font-family: Inter, sans-serif;
    font-weight: 700;
    display: block;
  }

  .book-an-appointment-button:hover {
    background-color: #e4ecf666;
  }

  .wrapper-full {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper-full.border {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-toggle {
    background-color: var(--white);
  }

  .icon {
    background-color: var(--black);
  }

  .menu-button-2 {
    background-color: var(--pink);
    color: var(--white);
  }
}

@media screen and (max-width: 767px) {
  .footer-column-wrapper {
    flex-direction: column;
  }

  .content-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-heading-second.white {
    font-size: 16px;
    line-height: 26px;
  }

  .social-wrapper.hero-bottom {
    margin-left: 20px;
  }

  .side-content-info {
    padding-bottom: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .copyright {
    text-align: center;
  }

  .hero {
    height: auto;
    padding: 160px 20px;
  }

  .hero.third {
    height: 600px;
  }

  .footer-block, .footer-block.contact {
    width: 100%;
  }

  .footer-block.about-us {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-heading.white {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-info {
    font-size: 20px;
  }

  .first-three-column {
    flex-direction: column;
    width: 100%;
  }

  .brand.footer {
    width: auto;
    margin-bottom: 10px;
  }

  .nav-menu-second {
    margin-right: 0;
  }

  .container-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .div-content.title-in-div {
    padding-left: 20px;
  }

  .div-content.title-in-div.center {
    padding-left: 0;
  }

  .section-scroll {
    margin-right: 20px;
  }

  .cta-wrapper {
    flex-direction: column;
  }

  .image-vertical {
    width: 100%;
    height: 600px;
  }

  .image-vertical.left-image, .image-vertical.slate-1, .image-vertical.domestic-1, .image-vertical.commercial-1, .image-vertical.commercial-2, .image-vertical.ear-2, .image-vertical.feet, .image-vertical.birthday, .image-vertical.corporate, .image-vertical.weddings, .image-vertical.all-events, .image-vertical.corp, .image-vertical.wedd {
    width: 100%;
  }

  .cta-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-card.payments {
    width: 100%;
  }

  .side-features {
    flex-wrap: wrap;
  }

  .quote-block {
    padding-bottom: 0%;
  }

  .cta-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-card-wrapper.half {
    width: 100%;
    margin-bottom: 40px;
  }

  .cta-card-wrapper.half.second {
    margin-bottom: 0;
  }

  .testimonial-arrow {
    bottom: -5%;
    left: -30%;
  }

  .service-div.line {
    margin-bottom: 20px;
  }

  .service-div.line.testimonials {
    width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .colum {
    flex-direction: column;
    display: flex;
  }

  .sponsor-link {
    border-bottom: 1px solid #ebebeb;
    border-right-style: solid;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sponsor-link.last {
    border-right-style: solid;
    width: 100%;
  }

  .div-sliders-column-wrapper {
    height: auto;
  }

  .hero-services-card {
    width: 50%;
    min-width: 35%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .hero-services-card.pro-pricing-contain {
    width: 50%;
    min-width: auto;
    max-width: none;
    height: 120px;
    margin: 0 2px 4px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .pricing-row {
    flex-flow: row-reverse wrap;
    display: none;
  }

  .center.quote {
    width: 100%;
  }

  .left-testimonial-arrow {
    bottom: -5%;
    right: -30%;
  }

  .sponsor-liks {
    flex-direction: column;
  }

  .big-white-paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .slider-testimonials {
    height: auto;
  }

  .slide-nav {
    width: 140px;
    bottom: -5%;
  }

  .social-link.line {
    margin-left: 0;
  }

  .service-row-second {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-big {
    font-size: 50px;
    line-height: 60px;
  }

  .hero-big.center-white {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    display: block;
  }

  .hero-big.center-white-smaller {
    font-size: 20px;
    line-height: 30px;
  }

  .icon-header.center {
    width: 90%;
  }

  .cta-text.white {
    margin-bottom: 20px;
  }

  .contact-form-up {
    padding: 20px;
  }

  .contact-us-wrapper {
    height: auto;
  }

  .contact-us-wrapper.middle {
    height: auto;
    padding-bottom: 40px;
  }

  .side-content-info-border {
    padding-bottom: 0%;
  }

  .blog-bottom-info {
    flex-direction: row;
  }

  .question-title-link.white-background {
    margin-top: 0;
  }

  .flex-wrap {
    flex-direction: row;
    align-items: center;
  }

  .info-content {
    padding-left: 0;
    padding-right: 0;
  }

  .question-box-answer {
    height: auto;
    margin-top: -5px;
    padding-bottom: 5px;
  }

  .white-blog-card, .white-blog-card-2, .white-blog-card-3 {
    height: auto;
  }

  .main-grid {
    grid-row-gap: 48px;
  }

  .section-12 {
    margin-top: 20px;
  }

  .image-vertical-domestic, .image-vertical-commercial {
    width: 100%;
    height: 600px;
  }

  .section-scroll-2 {
    margin-right: 20px;
  }

  .left-content {
    margin-top: 40px;
  }

  .div-youtube {
    width: 550px;
  }

  .image-wrapper {
    height: 300px;
  }

  .container-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-card {
    width: 100%;
    height: 450px;
  }

  .sidebar {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sidebar.on-side-bar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-block.full-sidee {
    margin-left: 0;
    margin-right: 0;
  }

  .ab-projects-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .abphoto-div {
    height: 300px;
  }

  .ab-blog-wrapper {
    height: auto;
  }

  .lightbox-link {
    padding-left: 0;
    padding-right: 0;
  }

  .ab-blog-wrapper-other {
    height: auto;
  }

  .ab-projects-section-other {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .ab-knowledge-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-wrapper-emergecy {
    padding-left: 0;
    padding-right: 0;
  }

  .top-contact-number {
    text-align: center;
    padding-right: 0;
  }

  .h2-white {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .navigation-b-header {
    text-align: center;
    padding-right: 0;
  }

  .h2-title-white-central {
    font-size: 25px;
    line-height: 35px;
  }

  .wrapper-full.border {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  p {
    display: block;
  }

  .footer-column-wrapper {
    flex-direction: column;
  }

  .top-footer {
    height: auto;
  }

  .learn-more {
    transition-duration: .4s;
  }

  .contact-form-div {
    width: 100%;
    margin-top: 0;
  }

  .heading-half-section {
    font-size: 25px;
    line-height: 35px;
  }

  .side-content-info {
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu-wrapper {
    flex-direction: column;
  }

  .copyright {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .hero.third {
    padding-top: 0;
    padding-bottom: 204px;
  }

  .hero.subpage.contact, .hero.all-events.contact, .hero.corporate.contact, .hero.wedding.contact {
    height: 550px;
  }

  .footer-block {
    margin-bottom: 20px;
  }

  .footer-block.contact {
    justify-content: center;
    align-items: center;
  }

  .footer-block.about-us {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .bermuda {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-card {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.quote-section {
    padding-bottom: 60px;
    display: block;
  }

  .first-three-column {
    flex-direction: column;
    width: 100%;
  }

  .image-left-contact {
    width: 100%;
    height: 450px;
  }

  .lighter-paragraph.font {
    text-align: center;
  }

  .container-wrapper {
    flex-direction: row;
    justify-content: center;
    display: block;
  }

  .nav-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-wrapper {
    width: auto;
  }

  .div-content {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-content.title-in-div.center {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .heading {
    text-align: center;
    font-size: 29px;
    line-height: 39px;
  }

  .cta-wrapper {
    width: auto;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .image-vertical {
    height: 350px;
  }

  .image-vertical.left-image, .image-vertical.slate-1, .image-vertical.domestic-1, .image-vertical.commercial-1, .image-vertical.commercial-2, .image-vertical.ear-2, .image-vertical.feet, .image-vertical.birthday, .image-vertical.corporate, .image-vertical.weddings, .image-vertical.all-events, .image-vertical.corp, .image-vertical.wedd {
    width: 100%;
    height: 400px;
  }

  .cta-card {
    width: auto;
    height: auto;
  }

  .side-features {
    flex-wrap: wrap;
    display: block;
  }

  .promo-wrapper {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-card-wrapper.half {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-card-wrapper.half.second {
    width: auto;
  }

  .testimonial-arrow {
    bottom: -5%;
    left: -50%;
  }

  .service-div {
    width: 100%;
  }

  .service-div.line.testimonials {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .colum {
    align-items: center;
  }

  .div-sliders-column-wrapper {
    position: static;
  }

  .flex-services {
    flex-direction: column;
    width: 100%;
  }

  .hero-services-card {
    width: 100%;
    min-width: 0;
    max-width: 400px;
    height: auto;
  }

  .hero-services-card.pro-pricing-contain {
    width: 100%;
    height: auto;
  }

  .slide {
    width: auto;
  }

  .pricing-row {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .center.quote {
    width: 100%;
  }

  .left-testimonial-arrow {
    bottom: -5%;
    right: -50%;
  }

  .sponsor-liks {
    flex-direction: column;
  }

  .big-white-paragraph {
    display: block;
  }

  .slider-testimonials {
    height: auto;
  }

  .slide-nav {
    width: 80px;
    margin-top: 0;
    bottom: -5%;
  }

  .service-row-second {
    width: auto;
  }

  .hero-big {
    font-size: 32px;
    line-height: 42px;
  }

  .hero-big.center-white {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-big.center-white-smaller {
    font-size: 18px;
    line-height: 28px;
  }

  .icon-header.center, .row-cta {
    width: 100%;
  }

  .cta-text.white {
    text-align: center;
    margin-bottom: 20px;
  }

  .text-field-contact {
    width: 100%;
  }

  .contact-form-up {
    padding: 20px;
  }

  .contact-us-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us-wrapper.middle {
    border-left-style: none;
    border-right-style: none;
  }

  .half-side {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-content-info-border {
    padding-left: 5%;
    padding-right: 5%;
  }

  .question-title {
    text-align: left;
    font-size: 14px;
  }

  .toggle-big-title {
    font-size: 28px;
    line-height: 38px;
  }

  .image-toogle {
    width: auto;
    height: 300px;
  }

  .question-title-link.white-background {
    height: auto;
    margin-top: 0;
    padding: 30px 20px;
  }

  .flex-wrap {
    flex-direction: row;
  }

  .info-content {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .question-box-answer {
    margin-top: -5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .white-blog-card {
    width: auto;
    height: auto;
    padding: 15px;
    display: flex;
    position: relative;
  }

  .grid-shop {
    grid-column-gap: 0px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .white-blog-card-2, .white-blog-card-3 {
    width: auto;
    height: auto;
    padding: 15px;
    display: flex;
    position: relative;
  }

  .heading-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-3 {
    font-size: 14px;
    line-height: 24px;
  }

  .form-2-columns {
    grid-template-columns: 100%;
  }

  .main-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-content: space-between;
  }

  .button-2 {
    flex-wrap: nowrap;
    font-size: 15px;
  }

  .checkbox-label {
    font-size: 12px;
  }

  .image-vertical-domestic, .image-vertical-commercial {
    height: 350px;
  }

  .link-10 {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-8 {
    text-align: center;
    font-size: 29px;
    line-height: 39px;
  }

  .form-block-3 {
    margin-top: 28px;
  }

  .left-content {
    width: 100%;
    margin-left: 0;
  }

  .div-youtube {
    width: 300px;
  }

  .image-wrapper {
    height: 285px;
  }

  .container-wrapper-2 {
    justify-content: space-between;
  }

  .blog-card {
    width: auto;
    margin-bottom: 40px;
  }

  .sidebar {
    padding-left: 0;
  }

  .blog-description {
    bottom: 0%;
  }

  .submit-wrapper {
    width: 100%;
  }

  .paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .container-wrapper-emergecy {
    justify-content: space-between;
  }

  .top-section-bar {
    display: block;
  }

  .top-contact-number {
    font-size: 12px;
    line-height: 22px;
  }

  .heading-14 {
    font-size: 15px;
    line-height: 25px;
  }

  .h2-white {
    font-size: 20px;
  }

  .navigation-b-header {
    font-size: 12px;
    line-height: 15px;
  }

  .b-header-bar {
    display: block;
  }

  .h2-title-white-central {
    font-size: 20px;
    line-height: 30px;
  }

  .wrapper-full {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-full.border {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-tittle {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-16 {
    font-size: 40px;
    line-height: 50px;
  }

  .bold-text-8 {
    font-size: 20px;
    line-height: 30px;
  }
}


