:root {
  --dark-slate-blue: #2e4597;
  --steel-blue: #6887bd;
  --light-sky-blue: #7dbade;
  --white: white;
  --black: black;
}

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

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: #2e4597;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

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

h4 {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 4px 15px;
  text-decoration: none;
  display: inline-block;
}

.button.advice-button {
  background-color: #2e4597;
  margin-top: 15px;
  padding: 19px;
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.calltoaction {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
}

.calltoactionsub {
  color: var(--steel-blue);
  text-align: center;
  letter-spacing: 0;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.calltoactionsub.we-pride-repairs {
  margin-top: 30px;
}

.corgi_logo {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.aboutimages {
  border: 1px solid #ccc;
  margin-top: 30px;
}

.aboutusrow {
  border-bottom: 1px solid #ccc;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
}

.call-out-rates {
  color: #2e4597;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.footer-menu-links {
  color: #6887bd;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.footer-menu-links:hover {
  color: #2e4597;
}

.adivcephoto {
  margin-top: 15px;
}

.areas-covered-text-link {
  color: #333;
  text-decoration: none;
}

.areas-covered-list-item {
  padding-left: 14px;
}

.areas-covered-map-image {
  margin-bottom: 50px;
}

.repair-list {
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.cooker-servicing-image-brighton {
  float: right;
  margin-top: 0;
}

.mobile {
  font-size: 25px;
}

.section {
  padding: 100px 20px;
}

.section.greay {
  background-color: #f5f5f5;
}

.section.inner-heading {
  background-color: var(--dark-slate-blue);
  color: #fff;
  margin-top: 200px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.t-image {
  text-align: center;
  padding: 0;
}

.section.hp-bg {
  background-image: url('../images/rational_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 200px;
  padding-bottom: 200px;
}

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

.small-margin-bottom {
  margin-bottom: 15px;
}

.center {
  text-align: center;
}

._1200-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.burger-menu {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.b2-bar3, .b2-bar1 {
  background-color: #858eca;
  width: 30px;
  height: 4px;
}

.logo-2 {
  margin-right: 20px;
  padding-left: 0;
}

.nav-menu {
  text-align: right;
  flex: 1;
  align-self: center;
}

.b2-middle-bar-left {
  background-color: #858eca;
  width: 50%;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.navbar {
  background-color: #fff;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 11px 17px #0000002b;
}

.b2-middle-bar-right {
  background-color: #858eca;
  width: 50%;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.nav-section {
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.b2-middle-wrap {
  align-items: center;
  width: 30px;
  display: flex;
}

.navlink {
  border-right: 1px solid #e1e1e1;
  transition: all .35s;
}

.navlink:hover {
  color: var(--steel-blue);
}

.navlink.w--current {
  color: var(--dark-slate-blue);
}

.navlink.last {
  border-right-style: none;
}

.hp-specials-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.card-advert-2 {
  text-align: center;
  background-color: #fff;
  background-image: url('../images/mareno-fryer-PNG.png');
  background-position: 50% 200%;
  background-repeat: no-repeat;
  background-size: 300px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 450px;
  padding: 60px 35px 35px;
  display: flex;
  position: relative;
}

.card-advert-2._2 {
  background-image: url('../images/mobile-fryer.png');
  background-position: 50% 132%;
}

.card-advert-2._3 {
  background-image: url('../images/rational.png');
  background-position: 50% 210%;
}

.top-tag {
  background-color: var(--light-sky-blue);
  text-align: center;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  align-items: center;
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  right: 0%;
}

.link-9 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-5 {
  color: #4f5e78;
  font-size: 14px;
}

.heading-in-cards {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 25px;
  font-size: 42px;
  line-height: 43px;
}

.hp-service-cell {
  width: 33.333%;
  padding: 15px;
}

.nav-image {
  margin-left: 10px;
  margin-right: 10px;
}

.opening-para {
  text-align: justify;
  column-count: 2;
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 25px;
}

.btn-primary {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/cke-bg-clear.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 5px;
  padding: 15px 32px;
  transition: all .35s;
}

.btn-primary:hover {
  background-color: var(--light-sky-blue);
}

.btn-primary.float {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 2rem;
}

.btn-primary.dark {
  background-color: var(--white);
  color: var(--black);
}

.btn-primary.dark:hover {
  background-color: var(--black);
  color: var(--white);
}

.btn-primary.reverse {
  border: 1px solid var(--white);
  background-color: #2e459700;
}

.btn-primary.reverse:hover {
  border-color: var(--light-sky-blue);
  background-color: var(--light-sky-blue);
  color: var(--black);
}

.project-content {
  position: relative;
  overflow: hidden;
}

.copyright-wrapper {
  background-color: var(--dark-slate-blue);
  color: #fff;
  padding: 20px 50px;
}

.fd-txt {
  margin-right: 5px;
}

.fd-link-hover {
  transition: all .35s;
}

.fd-link-hover:hover {
  transform: translate(0, -5px);
}

.copyright-flex {
  display: flex;
}

.copyright-info {
  margin-right: 5px;
}

.copyright-year-embed {
  flex: 1;
}

.copyright-cell {
  width: 50%;
  display: flex;
}

.copyright-cell.fd-link {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  background-color: #fff;
  padding: 50px;
}

.footer-flex-wrapper {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.footer-cell {
  width: 33.333%;
  padding: 15px;
}

.footer-cell._3 {
  text-align: right;
}

.inline-link {
  color: var(--light-sky-blue);
  text-decoration: none;
}

.inline-link:hover {
  text-decoration: underline;
}

.ft-link {
  color: var(--light-sky-blue);
  background-image: url('../images/ft-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 10px;
  align-items: center;
  width: 50%;
  padding: 10px 15px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.ft-link:hover {
  text-decoration: underline;
}

.ft-link-wrap {
  flex-wrap: wrap;
  display: flex;
}

.ft-paragraph {
  font-size: 14px;
}

.utility-page-wrap {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/20140527_113934_resized_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  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 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

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

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

.hp-services-wrapper {
  align-items: center;
  margin-top: 150px;
  margin-bottom: 200px;
  display: flex;
  position: relative;
}

.st-leonards {
  color: #2f6fb5;
}

.hp-service-image {
  border-radius: 3px;
  width: 859px;
  position: absolute;
  right: 50px;
}

.small-margin-top {
  margin-top: 15px;
}

.hp-services-cell {
  z-index: 1;
  background-color: #fff;
  border-radius: 3px;
  width: 35%;
  padding: 50px;
  position: relative;
  box-shadow: 7px 7px 31px #00000091;
}

.top-bar {
  background-color: var(--dark-slate-blue);
  color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 12px 20px;
  display: flex;
}

.top-bar-cell {
  align-items: center;
  font-size: .9rem;
  display: flex;
}

.top-bar-link {
  color: #fff;
  letter-spacing: .1em;
  background-image: url('../images/message.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-left: 30px;
  font-weight: 700;
  text-decoration: none;
}

.top-bar-link:hover {
  text-decoration: underline;
}

.top-bar-link._2 {
  background-image: url('../images/smartphone.svg');
  margin-left: 16px;
}

.top-bar-link._2.is-whatsapp {
  background-image: url('../images/whatsapp.png');
}

.c-car-txt {
  background-image: url('../images/checked.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 22px;
  margin-right: 10px;
  padding-left: 30px;
}

.icon-link {
  margin-left: 4px;
  margin-right: 4px;
}

.form-embed {
  margin-top: 50px;
}

.white {
  color: #fff;
}

.sussex-wildlife-trust {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.hero-slider-section {
  min-height: 600px;
  margin-top: 200px;
}

.hero-slider {
  color: var(--white);
  min-height: 600px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  font-size: 8px;
}

.slide-grid {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.slide-1 {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/CKE_Slide1_BG_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-paragraph {
  font-size: 20px;
  line-height: 1.5;
}

.slide-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
}

.slide-flex-wrapper {
  align-items: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 52px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-2 {
  background-color: var(--steel-blue);
  background-image: url('../images/CKE_Slide2_BG_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-color: var(--light-sky-blue);
  background-image: url('../images/CKE_Slide3_BG_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 20px;
  display: flex;
}

.whatsapp {
  width: 63px;
}

.whatsapp-link {
  z-index: 1009;
  margin-bottom: 20px;
  margin-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

._2-split-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .corgi_logo {
    margin-left: auto;
    margin-right: auto;
  }

  .cooker-servicing-image-brighton {
    display: none;
  }

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

  .section.inner-heading {
    margin-top: 235px;
  }

  .section.hp-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .burger-menu {
    box-shadow: none;
    width: 60px;
    height: 60px;
  }

  .b2-bar3, .b2-bar1 {
    background-color: var(--dark-slate-blue);
  }

  .menu-button {
    color: #fff;
    text-align: right;
    flex: none;
    align-self: center;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .logo-2 {
    flex: 1;
  }

  .nav-menu {
    background-color: var(--dark-slate-blue);
  }

  .b2-middle-bar-left, .b2-middle-bar-right {
    background-color: var(--steel-blue);
  }

  .navlink {
    color: #fff;
  }

  .navlink.w--current {
    color: var(--light-sky-blue);
  }

  .hp-service-cell {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-image, .nav-image.first {
    display: none;
  }

  .copyright-wrapper, .footer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hp-services-wrapper {
    flex-direction: column-reverse;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .hp-service-image {
    width: 100%;
    position: static;
  }

  .hp-services-cell {
    width: 100%;
  }

  .top-bar {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .top-bar-cell {
    margin-bottom: 8px;
  }

  .top-bar-cell._2 {
    margin-bottom: 0;
  }

  .hero-slider-section {
    margin-top: 208px;
  }

  .slider-paragraph {
    max-height: 323px;
    overflow: auto;
  }
}

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

  h2 {
    text-align: center;
  }

  .button.advice-button {
    display: block;
  }

  .calltoaction, .calltoactionsub {
    margin-left: 30px;
    margin-right: 30px;
  }

  .corgi_logo {
    margin-top: 50px;
  }

  .aboutusrow {
    flex-direction: column;
  }

  .call-out-rates {
    font-size: 24px;
  }

  .freeadviceparagraphmobile {
    margin-left: 10px;
    margin-right: 10px;
  }

  .repair-paragraph {
    padding-right: 0;
  }

  .click-to-call {
    background-image: linear-gradient(96deg, var(--dark-slate-blue), var(--steel-blue));
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
    padding: 15px;
    font-family: Lato, sans-serif;
    font-size: 23px;
    text-decoration: none;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.inner-heading {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-section {
    position: static;
  }

  .navlink {
    color: #fff;
  }

  .card-advert-2 {
    min-height: 420px;
  }

  .heading-in-cards {
    font-size: 35px;
  }

  .copyright-flex {
    flex-direction: column;
  }

  .copyright-year-embed {
    flex: 0 auto;
  }

  .copyright-cell {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .copyright-cell.fd-link {
    justify-content: center;
    margin-top: 15px;
  }

  .footer-cell {
    width: 100%;
  }

  .footer-cell._3 {
    text-align: left;
  }

  .top-bar {
    display: none;
  }

  .top-bar-link {
    font-size: 12px;
  }

  .icon-link {
    margin-left: 8px;
    margin-right: 8px;
  }

  .hero-slider-section {
    margin-top: 0;
  }

  .slider-paragraph {
    font-size: 16px;
  }

  .slide-flex-wrapper {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2-split-grid {
    grid-template-columns: 1fr;
  }
}

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

  .button.advice-button {
    text-align: center;
    padding: 19px;
    display: block;
  }

  .calltoactionsub {
    margin-top: 25px;
  }

  .call-out-rates {
    line-height: 29px;
  }

  .freeadviceparagraphmobile {
    margin-left: 10px;
    margin-right: 10px;
  }

  .repair-paragraph {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .click-to-call {
    font-size: 15px;
  }

  .card-advert-2 {
    min-height: 400px;
  }

  .heading-in-cards {
    font-size: 32px;
    line-height: 32px;
  }

  .services-para {
    display: none;
  }

  .opening-para {
    column-count: 1;
  }

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

  .hp-services-wrapper {
    flex-direction: column-reverse;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .hp-service-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    top: 0;
    right: 0;
  }

  .hp-services-cell {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    padding: 20px;
  }

  .top-bar-cell {
    justify-content: center;
    width: 100%;
  }

  .top-bar-cell._2 {
    margin-top: 12px;
  }

  .top-bar-link {
    font-size: 11px;
  }

  .icon-link {
    margin-left: 12px;
    margin-right: 12px;
  }

  .hero-slider-section, .hero-slider {
    min-height: 700px;
  }

  .slider-paragraph {
    max-height: 200px;
  }
}

#w-node-_25a1b586-9ec8-96de-13de-a9b324eae5e3-f387227b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_25a1b586-9ec8-96de-13de-a9b324eae5e8-f387227b, #w-node-ee9031bf-6b51-5b9c-7166-4433aff18376-f387227b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_135fa161-c4d1-e565-e981-29caae2fdf83-f387227b, #w-node-f812de4e-4a53-0743-3c8f-f8eca24b9ecf-f387227b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f812de4e-4a53-0743-3c8f-f8eca24b9ed4-f387227b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_08be1ff7-982f-b460-9599-71c69cbb752a-f387227b, #w-node-_097c1be3-fc38-d57a-6f30-42ecac64bce9-f387227b, #w-node-a029a123-b6fb-9ae6-4366-4439877e3281-f387227b, #w-node-a029a123-b6fb-9ae6-4366-4439877e328d-f387227b {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_25a1b586-9ec8-96de-13de-a9b324eae5e3-f387227b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_25a1b586-9ec8-96de-13de-a9b324eae5e8-f387227b, #w-node-ee9031bf-6b51-5b9c-7166-4433aff18376-f387227b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_135fa161-c4d1-e565-e981-29caae2fdf83-f387227b {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-f812de4e-4a53-0743-3c8f-f8eca24b9ecf-f387227b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-f812de4e-4a53-0743-3c8f-f8eca24b9ed4-f387227b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


