body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px !important;;
  margin-bottom: 10px !important;;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 34px !important;;
  line-height: 44px !important;;
  font-weight: 700 !important;;
}

h2 {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 30px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
}
h3 {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 30px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
}

h4 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 700 !important;
}



p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}

.navbar-collapse.in {
    overflow-y: scroll !important;
    height: 285px !important;
    overflow: hidden;
}


.header {
    padding: 20px 30px;
}

.header-telephone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider_section {
  position: relative;
}
/*.main-page-image.homepage-bg {*/
/*  background-image: url('../images/page_title.jpg');*/
/*  background-position: 0% 44%;*/
/*  background-size: cover;*/
/*}*/
.main-page-image.homepage-bg {
    background-image: url(../images/banner-5.jpg);
    background-position: 0% 44%;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #000000bd;
}
.blog_sec .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: #47bf72 !important;
  border-color: #4dc06e !important;
}
.blog_sec .btn-primary {
  background-color: #9bce2f !important;
  border-color: #9ecf2d !important;
}
h1#header {
  text-align: center;
  padding: 50px;
  font-size: 62px;
  font-family: "Pacifico";
  text-shadow: 0 2px 2px #3c77b3;
}
.article-wrapper {
  -moz-transition: width 0.4s;
  -o-transition: width 0.4s;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
article {
  position: relative;
  padding-left: 180px;
  padding-right: 75px;
  height: 150px;
  /*margin-bottom: 30px;*/
  background-color: #FFF;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  border-radius: 150px;
  cursor: pointer;
}
article .img-wrapper {
  position: absolute;
  top: -2px;
  left: -10px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-color: #39bc7d;
  padding: 10px;
  z-index: 1000;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
article .img-wrapper img {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 150px;
  background: #fff;
}
article h2 {
    height: 70px;
    line-height: 75px !important;
    font-size: 24px !important;
    border-bottom: 2px solid #39bc7d;
    color: #39bc7d;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_con article {
    margin-bottom: 20px;
}

article p {
  color: #888;
}
article a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  line-height: 150px;
  text-align: center;
  width: 100%;
  background-color: #FFF;
  font-size: 30px;
  opacity: 0;
  color: #3bbd7d !important;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none !important;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  border-radius: 150px;
}
article:hover .img-wrapper {
  padding: 5px;
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}
article:hover .img-wrapper img {
  width: 160px;
}
article:hover a {
  opacity: 1;
}

.bloc article {
  padding: 10px;
  height: 225px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 75px;
}
.bloc article .img-wrapper {
  position: relative;
  top: -85px;
  width: 170px;
  left: inherit;
  margin: auto;
  margin-bottom: -100px;
}
.bloc article h2 {
  font-size: 14px;
  height: 37.5px;
  line-height: 37.5px;
}
.bloc article p {
  font-size: 12px;
}
.bloc article a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 255px;
}
.social-icon-block .ico {
  display: inline-block;
  width: 40px;
}
a.cts {color: #3cbd7b;font-weight: 900;white-space: nowrap;}
a.cts:hover {color: #333;text-decoration: none;}
.blog-column.w-col.w-col-6 {
  text-align: center;
}
.header-stripe {
  height: 10px;
  background-color: #38bc7e;
}

.header-email {
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  color: dimgrey;
  font-size: 16px;
  font-weight: 400;
}

.main-content-container {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.we-recycle-corner {
  position: absolute;
  right: 0px;
  z-index: 999;
}
.services-column {
  text-align: center;
}

.services-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.image-collage {
  position: relative;
  min-height: 200px;
  background-image: url('../images/line-images.png');
  background-position: 0px 0px;
  background-size: cover;
}

.footer-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #535260;
  text-align: center;
}

.footer-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.footer-form-section {
  background-image: -webkit-linear-gradient(0deg, #fff 50%, #ebebeb 0);
  background-image: linear-gradient(90deg, #fff 50%, #ebebeb 0);
}

.why-choose-us-block {
  padding-top: 30px;
  padding-right: 5px;
  padding-bottom: 30px;
}

.footer-form-block {
  margin-top: -1px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.text-field {
  border-style: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

/*.text-field.last-field {
  width: 78.75%;
  float: left;
}*/
.text-field.last-field {
    width: 70%;
    float: left;
}
.skip_hire_contact_sec input[type="submit"] {
    background: #38bc7e;
    border: none;
    padding: 9px 0px;
    margin-left: 2%;
    text-transform: uppercase !important;
    cursor: pointer;
    width: 28%;
}
.submit-button {
  float: right;
  background-color: #6fc654;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.why-choose-us-list-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-bottom: 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
}
.heading {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block {
  display: inline-block;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-sub-header {
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #8a8787;
  font-size: 15px;
  font-weight: 700;
}

.main-content {
  background-color: transparent;
  font-family: Lato, sans-serif;
}

.main-content.contact-details {
  margin-top: 0px;
  margin-left: 33px;
  padding-top: 10px;
  padding-bottom: 1px;
  background-color: transparent;
  text-align: left;
}

.main-content.recycling {
  margin-top: 0px;
  padding-top: 30px;
  background-color: transparent;
  font-size: 14px;
}

.main-content-image-container {
  margin-top: 20px;
  text-align: center;
}

.banner-green {
    height: auto;
    padding: 40px 20px;
    background-image: linear-gradient(-20deg, #39bc7d, #6fc654 40%, #a4cf26);
}

.banner-container {
  text-align: center;
}

h3.banner-header {
    font-size: 22px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.collage-recycle-image {
  position: absolute;
  top: 0px;
  right: 0px;
}

.skip-size-overview {
  margin-top: 10px;
}

.skip-overview-sub-header {
  margin-top: 10px;
  color: #8a8787;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.skip-size-section {
    padding: 80px 30px 50px 30px;
}
.skip-size-section .box_shadow {
    border-radius: 5px;
    text-align: center;
/*    margin: 20px 0px;*/
}
/*
.skip-size-section.skip-size-alternative {
  background-color: #f5f5f5;
}

.skip-size-section.skip-size-alternative.darker-grey {
  background-color: #ebebeb;
}*/
.skip-size-divider {
  display: block;
  width: 80%;
  height: 1px;
  margin: 0 auto;
  margin-bottom: 15px;
  background-color: #535260;
}
.skip-size-text.w-col.w-col-7 {
    text-align: center;
}
.skip-size-dimensions {
  color: #535260;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.text-span {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
.important-text {
  font-family: Opensans, sans-serif;
  font-size: 18px;
}
.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 150px;
  max-width: 150px;
  margin-right: 7px;
  margin-bottom: 40px;
  margin-left: 7px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.heading-2 {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}
.image {
  min-height: 200px;
  min-width: 200px;
  margin-top: -20px;
  margin-left: -20px;
}
.image-2 {
  display: block;
  min-width: 250px;
  margin-left: -50px;
}
.gallery-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
/*  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.lightbox-image-style {
  display: block;
  min-height: 150px;
  min-width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  object-fit: cover;
}
.slider-item {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mask {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.column {
  margin-top: 22px;
  text-align: center;
}
.heading-3 {
  font-family: Lato, sans-serif;
}
.html-embed {
  margin-top: 0px;
  text-align: center;
}
.row {
  margin-top: 40px;
}
.column-2 {
  text-align: center;
}
.paragraph {
    font-size: 14px;
    font-weight: 600;
}
.paragraph-2 {
  font-size: 11px;
}
.image-3 {
  margin-top: 23px;
}
.column-3 {
  text-align: center;
}
.column-4 {
  margin-top: 15px;
  text-align: center;
}
.image-5 {
  border: 6px solid #a4cf26;
}
.image-6 {
  border: 6px solid #39bc7d;
}
.footer-copyright-logo {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
}
.row-2 {
  margin-top: 0px;
}
.map {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.image-8 {
  margin-left: 45px;
  padding-right: 0px;
}
.text-block-3 {
  margin-top: 6px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.text-span-2 {
  color: #000;
  font-size: 19px;
  font-weight: 500;
}
.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.areas-covered-block {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ebebeb;
}
.map-image {
  width: 100%;
  max-width: none;
  margin-top: 23px;
}
.logos-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}
.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 980px;
  margin: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.enviro {
  margin-left: 15px;
}
.wami {
  margin-left: 17px;
}
.text-block-4 {
  display: block;
  margin-left: 190px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.image-9 {
  margin-left: 20px;
}
.link {
  margin-top: 4px;
  font-family: 'Open Sans', sans-serif;
  color: #535353;
  font-size: 15px;
  text-decoration: none;
}




ul.skip_hire_sub_menu {
  display: inline;
}
.skip_hire_sub_menu li {
  margin-bottom: 15px;
  display: grid;
}
.skip_hire_sub_menu a {
  text-decoration: none;
  color: #3abc7b;
  font-weight: 600;
}
.skip_hire_sub_menu a:hover {
  color: #333;
}
a.contact_link {
  text-decoration: none;
  color: #39bc7d;
  font-weight: 900;
}
a.contact_link:hover {
  color: #333;
  text-decoration: none;
}
.text-block-2 a {
  color: #333;
  text-decoration: none;
}
.text-block-2 a:hover {
  color: #fff;
  text-decoration: none;
}
.header-telephone a {
  color: #000;
  text-decoration: none;
}
.header-telephone a:hover {
  color: #3abc7b;
  text-decoration: none;
}
a.footer_cont_no {
  color: #64c55e;
  text-decoration: none;
}
a.footer_cont_no:hover {
  color: #333;
  text-decoration: none;
}

#scroll {
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  display: none;
  /* -webkit-border-radius: 60px; */
  -moz-border-radius: 60px;
  background-image: linear-gradient(180deg, #39bc7d, #6fc654 50%, #a4cf26);
  border-radius: 50%;
  z-index: 999;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
}
#scroll span {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-8px;
  margin-top:-12px;
  height:0;
  width:0;
  border:8px solid transparent;
  border-bottom-color:#ffffff;
}
a.main_menu_link.w--current {
    color: #000 !important;
}
.affix .w-container.menu_bg {
    background-image: none !important;
}

.list_style ul {
    margin: 0;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    padding-left: 0px;
    column-gap: 30px;
}
.list_style ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}
.list_style ul li {
    list-style: none;
    transition: .3s;
    letter-spacing: 1px;
    padding-left: 0px;
}
.list_style ul li:hover {
    padding-left: 10px;
}


.d-flex{
    display:flex;
}
.align-items-center{
    align-items: center;
}










@media (max-width: 991px) {
  h1 {
    font-size: 16px;
    line-height: 23px;
  }
  h2 {
    font-size: 16px;
    font-weight: 600;
  }
  p {
    font-size: 13px;
  }
  .main-page-image {
    background-position: 50% 50%;
    background-size: cover;
  }
/*  .we-recycle-corner {
    width: 176px;
    height: 176px;
  }*/
  .footer-form-section {
    padding-right: 30px;
    padding-left: 30px;
  }
/*  .text-field.last-field {
    width: 70.75%;
  }*/
  .form-sub-header {
    display: none;
  }
  .menu-button {
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #39bc7d;
  }
  .container {
    background-image: -webkit-linear-gradient(0deg, #a4cf26, #6fc654 50%, #39bc7d);
    background-image: linear-gradient(90deg, #a4cf26, #6fc654 50%, #39bc7d);
  }
  .choose-us-column-2 {
    display: none;
  }
  .banner-header {
    font-size: 18px;
    line-height: 24px;
  }
  .skip-overview-sub-header {
    font-size: 18px;
    line-height: 24px;
  }
  .skip-size-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .lightbox-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .gallery-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .text-block-4 {
    margin-left: 77px;
  }
  .list_style ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    }
}

@media (max-width: 767px) {
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 18px;
  }
  .main-content-image {
    padding-top: 0px;
    padding-right: 0px;
    float: none;
  }
  .we-recycle-corner {
    width: 117px;
    height: 117px;
  }
  .services-we-provide {
    padding-right: 60px;
    padding-left: 60px;
  }
  .services-column {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-text {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-form-section {
    padding-right: 0px;
    padding-left: 0px;
    background-color: hsla(0, 0%, 92%, 0);
    background-image: none;
    text-align: center;
  }
  /*.why-choose-us-block {*/
  /*  padding-left: 30px;*/
  /*}*/
  .social-icon-block {
    margin-top: 20px !important;
  }
  .footer-form-block {
    padding-right: 30px;
  }
/*  .text-field.last-field {
    width: 76.75%;
  }*/
  .why-choose-us-list-items {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .main-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-content-image-container {
    text-align: center;
  }
  .form-column {
    background-color: #ebebeb;
  }
  .choose-us-column-2 {
    display: block;
  }
  .website-footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .paragraph {
    font-size: 13px;
  }
  .logo-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-4 {
    margin-left: 27px;
  }
  .image-9 {
    margin-top: 18px;
  }
.process_con:before {
    right: 47% !important;
    top: 100px !important;
    width: 30px !important;
    height: 40px !important;
    transform: rotate(90deg) !important;
}

}


@media (max-width: 479px) {
  h1 {
    font-size: 16px;
  }
  h1.top-title {
    padding: 0 40px;
  }
  .header-telephone {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-page-image {
    background-position: -612px 0px;
  }
  .main-page-image.skips-bg {
    background-position: 50% 50%;
    background-size: cover;
  }
  .main-page-image.contact-bg {
    background-position: 0px 50%;
  }
  .header-email {
    font-size: 13px;
  }
  .main-content-section {
    padding-top: 30px;
  }
  .we-recycle-corner {
    width: 115px;
    height: 115px;
  }
  .footer-form-section {
    background-color: hsla(0, 0%, 92%, 0);
  }
  .contact_page_form input[type="submit"] {
    width: 100%;
    height: 50px;
  }
.text-field.last-field {
    width: 100%;
    float: none;
}
.skip_hire_contact_sec input[type="submit"] {
    margin-left: 0%;
    width: 100%;
}
  .submit-button {
    display: inline-block;
    width: 100%;
  }
  .heading {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block {
    display: block;
  }
  .form-sub-header {
    margin-bottom: 15px;
    padding-left: 0px;
  }
  .form-column {
    background-color: #ebebeb;
  }
  .skip-overview-sub-header {
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
  }
  .lightbox-link {
    display: block;
    max-height: 250px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .gallery-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-7 {
    height: 250px;
    margin-top: 10px;
  }
  .image-8 {
    margin-left: 18px;
  }
  .column-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .areas-covered-block {
    padding-top: 30px;
  }
  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -10px;
  }
  .text-block-3 {
    margin-top: 8px;
  }
  .header img {
    width: 150px;
    height: 90px;
  }
  .header {
    padding: 0px 20px 20px 20px;
  }
  .header .link {
    margin-top: 8px;
  }
  p {
    font-size: 14px;
}
.list_style ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/os-eb.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


@media (max-width: 560px) {
article h2 {
    height: 50px !important;
    line-height: 25px !important;
    padding-top: 16px !important;
    font-size: 17px !important;
    margin-bottom: 10px !important;
}

article .img-wrapper {
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 10px;

}
article .img-wrapper img {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 80px;
}
article:hover .img-wrapper img {
    width: 90px;
}
article {
    padding-left: 100px;
    padding-right: 40px;
    height: 100px;
    background-color: #FFF;
    margin-top: 20px;
}
article:hover .img-wrapper {
    padding: 10px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
article a {
    line-height: 100px;
}
}


@media (max-width: 400px) {

article a{
    text-align: right;
    padding-right: 30px;
    font-size: 22px;
}
}

@media (max-width: 479px) {
  

  /*article h2 {*/
  /*  height: 83px !important;*/
  /*  line-height: 25px !important;*/
  /*  padding-top: 16px !important;*/
  /*  font-size: 21px !important;*/
  /*}*/

  section.blog_sec {
    padding: 10px 0px;
    background: #f5f5f5;
  }
  .process_con:before {
    right: 43% !important;
  }

}








@media (max-width: 767px) {
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #000 !important;
    text-decoration: none;
    background: none !important;
}
.img_border_con {
    margin-top: 20px;
}
}






.page_title_bar p {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 20px;
}
.row {
    margin: auto !important;
}
.w-container.menu_bg{
  background-image: linear-gradient(10deg, #a5d026, #6ec656 35%, #38bc7e) !important;
}
nav.navbar.navbar-inverse.affix-top {
    position: absolute;
    border: none !important;
    margin-bottom: 0 !important;
    border-radius: 0px !important;
    left: 0;
    right: 0;
    /*top: 149px;*/
     /*top: 153px;*/
    top: auto;
    z-index: 9999;
}
nav.navbar.navbar-inverse.affix {
    background-image: linear-gradient(10deg, #a5d026, #6ec656 35%, #38bc7e) !important;
    box-shadow: -10px 0px 40px 0px rgba(0, 0, 0, 0.4);
    border-radius: 0px !important;
}
.dropdown:hover .dropdown-menu {display: block;}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

.affix + .container-fluid {
    padding-top: 70px;
}
a.main_menu_link {
    color: #fff !important;
    font-size: 12px !important;
    background: #0000 !important;
    padding: 20px 18px !important;
    letter-spacing: 1px;
    font-weight: 900 !important;
    font-family: 'Open Sans', sans-serif;
}
a.main_menu_link:hover {
    color: #000 !important;
    transition: .3s;
}
ul.dropdown-menu {
    padding: 0;
    background-color: #79c84b;
    min-width: 200px !important;
}
.dropdown-menu a {
    padding: 12px 20px !important;
    color: #fff !important;
    border-bottom: 1px solid #00000026;
    font-size: 12px;
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif;
}
.dropdown-menu a:hover, .dropdown-menu a:focus {
    transition: .3s;
    background-color: #00000021 !important;
}
.navbar-inverse {
    background-color: transparent !important;
    border: 0 !important;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff !important;
}
.text_white, .text_white a {
    color: #fff;
}
.page_title_bar {
    padding: 170px 30px 130px 30px;
    text-align: center;
}

a.page_title_bar_btn {
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    background: #ffffff1f;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid;
}
a.page_title_bar_btn:hover {
    background: linear-gradient(90deg, #a5d02645, #6ec65647 50%, #38bc7e40);
    text-decoration: none;
    color: #fff;
}
a.btn_con {
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    background: linear-gradient(90deg, #a5d026, #6ec656 50%, #38bc7e);
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
}
a.btn_con:hover {
    background: linear-gradient(90deg, #a5d026ba, #6ec656d1 50%, #38bc7ead);
    text-decoration: none;
    color: #fff;
}
.text_align {
    text-align: center;
}
.skip_hire_sub_type .bg_color {
    padding: 20px;
    background-color: #ebebeb;
    margin-top: 30px;
    min-height: 480px;
    border-radius: 10px;
}
.bg_color:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);
    transition: .5s;
}

.main-content.skip_hire_sun_type {
    padding: 0px 0px 30px 0px;
}
.img_border_con {
    padding: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.20);
}
.img_border_con img.main-content-image {
    width: 100%;
}
.Copyright_sec {
    text-align: center;
    background: #c1c1c1;
    padding: 15px 30px 5px 30px;
    color: #333;
    font-weight: 600;
}
p.Copyright_text {
    font-size: 13px;
}
.Copyright_sec a {
    color: #333;
    text-decoration: none;
}
.Copyright_sec a:hover {
    color: #38bc7e;
}
.website-footer {
    background-color: #ebebeb;
    padding: 0px 30px 20px 30px;
}
.website-footer h3 {
    font-size: 30px;
}
.website-footer .w-col.w-col-4 {
    margin: 30px 0px;
}
.footer_seperator {
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
    width: 100%;
}
section.first_sec {
  position: relative;
}
section.section_padding_con {
    padding: 4% 30px;
}
.bg_gray{
  background-color: #ebebeb;
}
.services-we-provide {
    background-image: -webkit-linear-gradient(270deg, #39bc7d, #6fc654 50%, #a4cf26);
    background-image: linear-gradient(-20deg, #39bc7d, #6fc654 40%, #a4cf26);
}
section.rent_bg_img {
    /*background: url(../images/lorries.jpg);*/
    background: url(../images/img-1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: cover;
    background-position: center center;
}
.w-col.w-col-6.over_bg {
    background-color: #000000ba;
    padding: 4% 3%;
    color: #fff;
}
.w-col.w-col-4.over_bg {
    background-color: #000000ba;
    padding: 4% 3%;
    color: #fff;
    min-height: 500px;
}
a.footer_link {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    margin-bottom: 0;
    display: block;
    border-bottom: 1px solid #dfdfdf;
    padding: 0px 0 10px;
}
a.footer_link:hover, a.footer_link.w--current {
    color: #39bc7d;
    transition: .3s;
    text-decoration: none;
}

.box_shadow_con {
    background: #fff;
    padding: 40px 40px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);	
}
.blank_space {
    height: 40px;
}
.home_service_con {
    background-repeat: no-repeat;
    background-position: 100% 60%;
    background-size: 50%;
}

.contact_details_con a {
    font-size: 20px;
    font-weight: 900;
    color: #40be79;
}
.contact_details_con a:hover {
    color: #333;
    text-decoration: none;
}
.box_shadow {
    padding: 25px;
    box-shadow: 0px 0px 20px 0px hsla(0, 0%, 0%, 0.1);
}
.banner_call_btn a {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.banner_call_btn a:hover, .banner_call_btn a:focus {
    text-decoration: none;
    background: #fff;
    color: #38bc7e;
}
.contact_details_con {
    padding-top: 50px;
}
.contact_page_form .text-field {
    height: 50px;
    padding: 20px;
    font-size: 14px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    width: 100%;
}
.contact_page_form input[type="submit"] {
    height: 55px;
    margin: 0;
    width: 150px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.skip-size-text h3 {
    font-size: 23px !important;
    font-weight: 700 !important;
}
.why_choose_con {
    text-align: center;
    background: #fff;
    padding: 2px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}
li.why-choose-us-list-items {
    position: absolute;
    top: 130px;
    left: 30px;
    color: #fff;
}
.choose-us-list-text {
    padding: 0px 30px;
    text-align: center;
    font-weight: 600;
    position: absolute;
    top: 52%;
    color: #fff;
    font-size: 16px;
    left: 0;
    width: 100%;
}
.home_page_form input[type="submit"] {
    height: 60px;
    margin-top: 40px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}
.home_page_form .text-field {
    height: 60px;
    padding: 20px;
    font-size: 14px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;
    width: 100%;
}
.home_page_form h3 {
    text-align: center;
    width: 100%;
}
.our_process_con img {
    width: 150px;
    min-height: 150px;
}
.our_process_con .w-col.w-col-2, .our_process_con h3 {
    text-align: center;
    color: #fff;
}
.process_con:before {
    content: "";
    background-image: url(../images/right-arrow.png);
    background-position: 100% 100%;
    position: absolute;
    right: -20px;
    top: -30px;
    width: 60px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: 100%;
}
section.our_process_con {
  background-image: linear-gradient(-20deg, #39bc7d, #6fc654 40%, #a4cf26);
  padding: 30px;
}
section.green_background{
  background-image: linear-gradient(-20deg, #39bc7d, #6fc654 40%, #a4cf26);
}
a.home_btn_con {
    color: #fff;
    text-decoration: none;
    padding: 12px 35px;
    background: #0000;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid;
}
a.home_btn_con:hover {
    background-color: #ffffff38;
    text-decoration: none;
    border-color: #fff;
    transition: .3s;
    color: #fff;
}
.col-md-4.padding_none {
    padding: 0;
}
.col-md-4.padding_none img {
    width: 100%;
}
.recycling_block {
    padding: 10% 10% 0 10%; 
}
.col-md-6.padding_none {
    padding: 0;
}

.skip_hire_con .col-md-6.bg_gray {
    min-height: 510px;
    padding: 4% 4% 2% 4%;
}
section.feet_con {
    background: url(../images/hsp.jpeg);
    /*background: url(../images/lorries-p-1080.jpeg);*/
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: cover;
    background-position: 100% 100%;
    padding: 8% 30px !important;
}
.feet_con .skip_hire_contact_sec {
    background: #000000b3;
    padding: 50px;
    border-radius: 5px;
}
.counter {
    background-color: #ffffff;
    padding: 20px 0;
    border-radius: 5px;
    margin-top: 30px;
    box-shadow: 0px 0px 20px 0px hsla(0, 0%, 0%, 0.1);
}
.count-title {margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text {margin-top: 10px; margin-bottom: 0; text-align: center; }
img.min_height_con {
    min-height: 510px;
    width: 100%;
}
a.skip_hire_page_title_bar_btn {
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    background: #ffffff1f;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid;
    margin-left: 15px;
}
a.skip_hire_page_title_bar_btn:hover, a.skip_hire_page_title_bar_btn:focus  {
    background: linear-gradient(90deg, #a5d02645, #6ec65647 50%, #38bc7e40);
    text-decoration: none;
    color: #fff;
}
a.skip_btn_con {
    background-color: #ebebeb;
    padding: 20px 30px;
    border: 3px solid #fff;
    color: #000;
    font-weight: 700;
}
a.skip_btn_con:hover, a.skip_btn_con:focus {
    color: #fff;
    text-decoration: none;
    transition: .3s;
    background: #6ec654;
}
section.absoulte_btn_con {
    position: relative;
    top: 0 !important;
}
section.absoulte_btn_con .main-content-container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    margin-top: -8px;
}
.map_con {
    margin: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
    padding: 7px 7px 2px 7px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mobile_display{
  display: none;
}
.type_of_skip_hire {
    min-height: 140px;
}
.social-icon-block {
    margin-top: 10px;
}
a.call-to-action {
    display: none;
}
a.our_process_call_btn {
    color: #fff;
    border: 2px solid;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 16px;
}
a.our_process_call_btn:hover {
    color: #38bc7e;
    background-color: #fff; 
}
.check_list_con a {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 10px 10px 50px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: block;
}
.check_list_con {
    margin-top: 10px;
}
.check_list_con a:after {
    content: '';
    position: absolute;
    background: url(https://lathamskips.co.uk/images/list-icon.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    left: 20px;
    top: 10px;
    background-size: 90%;
}

ul.check_list_con{
    list-style:none;
}
ul.check_list_con li{
    position: relative;
    margin-bottom: 10px;
}

ul.check_list_con li:before{
    content: '';
    position: absolute;
    background: url(https://lathamskips.co.uk/images/list-icon.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    left: -30px;
    
    background-size: 90%;
}

.new_call_btn a:hover {
    background: linear-gradient(90deg, #39bc7dd6, #6fc654d6 50%, #a4cf26db);
    text-decoration: none;
    color: #fff;
}
.new_call_btn a {
    padding: 15px 35px;
    color: #fff;
    background-image: linear-gradient(90deg, #39bc7d, #6fc654 50%, #a4cf26);
    font-weight: 600;
    transition: .3s;
    margin-top: 20px;
    display: inline-block;
}



@media (max-width: 1500px) {
.skip-size-section .box_shadow {
    padding: 15px 10px;
}
.skip-size-text h3 {
    font-size: 20px !important;
}
}


@media (max-width: 1024px) and (min-width: 990px) {
.skip_hire_con .col-md-6.bg_gray {
    min-height: 460px !important;
    padding: 20px 30px 0 30px;
}
img.min_height_con {
    min-height: 460px !important;
}
}

@media (max-width: 1024px) {
section.section_padding_con {
    padding: 60px 30px;
}
}

@media (max-width: 1000px) and (min-width: 768px) {
a.main_menu_link {
    font-size: 10px !important;
    letter-spacing: .5px;
    padding: 12px 10px !important;
    font-weight: 700 !important;
}
.dropdown-menu a {
    padding: 10px !important;
    font-size: 10px;
}
.mega-menu>li>a {
    width: 150px !important;
}
}




@media (max-width: 767px) {
ul.dropdown-menu{
    display: block;
    width: 100%;
    position: relative;
    box-shadow: none;
    background: none !important;
    border: none;
    margin-bottom: 0px;
}
.dropdown-menu a{
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 0;
    padding: 8px 40px !important;
}
a.main_menu_link {
    border-bottom: 1px solid #00000026;
    padding: 5px 20px !important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #fff !important;
}
.image-6 {
    margin-top: 20px;
}
.image-5 {
    margin-bottom: 20px;
}
.main-content.recycling {
    padding-top: 0;
}
.mob_blank_space {
    height: 50px;
}
.home_page_form {
    padding: 50px 20px !important;
    margin: 0 !important;
}
.mobile_hide{
  display: none;
}
.mobile_display{
  display: block;
}
.w-col.w-col-6.over_bg {
    padding: 40px 30px 0px 30px !important;
}
nav.navbar.navbar-inverse.affix-top {
    position: relative;
    top: 0;
}
.website-footer .w-col.w-col-4 {
    margin: 30px 0px 0px 0px;
}
.check_list_con {
    margin: 0;
}
}





@media only screen and (max-width: 1200px) and (min-width: 991px) {
.recycling_block {
    padding: 5px 0px;
}
.recycling_block p {
    font-size: 13px;
}
.skip_hire_con .col-md-6.bg_gray {
    min-height: 455px;
    padding: 30px 30px 0 30px;
}
img.min_height_con {
    min-height: 455px;
}
}




@media only screen and (max-width: 1024px) {

.our_process_con h3 {
    font-size: 18px !important;
}
.our_process_con img {
    width: 80px;
    min-height: 80px;
}
.process_con:before {
    right: -30px;
    top: -90px;
    width: 40px;
    height: 150px;
}
.we-recycle-corner {
    width: 90px;
    height: auto;
}
}



@media only screen and (max-width: 990px) and (min-width: 768px) {
/*.skip-size-text h3 {
    font-size: 15px !important;
}*/
}




@media only screen and (max-width: 990px) {
.choose-us-list-text {
    font-size: 12px;
    letter-spacing: .5px;
}
.col-md-4.padding_none {
    padding: 20px 30px 0px 30px;
}
.recycling_block {
    padding: 30px 15px 0px 15px;
}
.mob_img_hide{
  display: none;
}
.skip_hire_con .col-md-6.bg_gray {
    min-height: auto;
    padding: 30px;
}
img.min_height_con {
    min-height: auto;
}
.content-margin-top {
    padding-top: 15px !important;
}
}





@media only screen and (min-width: 768px) {
.navbar {
    border-radius: 0px !important;
}
.process_con.display_hide_768.wow::before {
    display: none;
}
ul.mega-menu {
    margin: 0;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    column-gap: 0;
}
.mega-menu>li>a {
    width: 180px;
    border-right: 1px solid #67aa40;
}
}


@media only screen and (max-width: 768px) {
section.section_padding_con {
  padding: 50px 20px;
}
p.hour_con {
    top: 20px !important;
    font-size: 12px !important;
}
.page_title_bar {
  padding: 110px 30px;
}
section.section_padding_con.home_service_con.bg_gray.wow.fadeInLeft.animated.animated {
    background-image: none;
}
.home_service_con .w-col.w-col-6.wow.animated.animated {
    width: 100%;
}
.home_page_form {
    padding: 50px 30px;
    margin: 40px 0px 0px 0px;
}
.home_page_form .text-field {
    margin-bottom: 20px;
}
.home_page_form h3 {
    margin-bottom: 20px !important;
}
a.skip_hire_page_title_bar_btn {
    padding: 10px 20px;
    font-size: 10px;
    margin-left: 7px;
}
a.call-to-action {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 25px;
    width: 60px;
    height: 60px;
    padding: 18px;
    border-radius: 50px;
    z-index: 999999;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    background-color: #03a84e;
}
.feet_con .skip_hire_contact_sec {
    padding: 30px;
}
article p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
img.map-image {
    margin: 30px 0px !important;
}
.mob_display_flex .w-row {
    display: flex;
    flex-direction: column;
}
.order_1 {
    order: 1;
}
.order_2 {
    order: 2;
}
.order_3 {
    order: 3;
}
}

/*.contact-old {*/
/*    display: none;*/
/*}*/
.contact-new {
    display: none;
}


@media only screen and (max-width: 767px){
p.hour_con {
    top: 0px !important;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
p.hour_con img {
    width: 40px;
    float: left;
    margin-top: 0;
}
}



@media only screen and (max-width: 425px){
.img_margin_bottom {
    margin-bottom: 25px;
}
}

















    :root {
      --primary: #3cbd7b;
      --text: #0f172a;
      --muted: #475569;
      --bg-light: #f8fafc;
      --bg-accent: #0f172a0d;
      --border: #e2e8f0;
    }

    /*body {
      margin: 0;
      font-family: system-ui, sans-serif;
      background: var(--bg-light);
      color: var(--text);
      line-height: 1.6;
    }*/

    .tm-lathamskips-faq-wrap {
      /*max-width: 800px;*/
      /*margin: 40px auto;*/
      /*padding: 20px;*/
      
      /*margin: 0;*/
      /*font-family: system-ui, sans-serif;*/
      /*background: var(--bg-light);*/
      /*color: var(--text);*/
      line-height: 1.6;
    }

    .tm-lathamskips-faq-card {
      background: white;
      border-radius: 12px;
      /*box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);*/
      border: 1px solid var(--border);
      overflow: hidden;
    }

    .tm-lathamskips-faq-header {
      padding: 24px;
    }

    .tm-lathamskips-eyebrow {
      font-size: 12px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 6px;
    }

    .tm-lathamskips-title {
      font-size: 26px;
      font-weight: 700;
      margin: 0 0 6px;
    }

    .tm-lathamskips-subtitle {
      color: var(--muted);
      font-size: 15px;
      margin: 0 0 16px;
    }

    .tm-lathamskips-accordion {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .tm-lathamskips-faq-item {
      border-top: 1px solid var(--border);
    }

    .tm-lathamskips-faq-item:first-of-type {
      border-top: none;
    }

    .tm-lathamskips-faq-item summary {
      cursor: pointer;
      padding: 18px 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 600;
      font-size: 16px;
      list-style: none;
    }

    .tm-lathamskips-faq-item summary::-webkit-details-marker {
      display: none;
    }

    .tm-lathamskips-indicator {
      width: 20px;
      height: 20px;
      border: 2px solid var(--primary);
      border-radius: 6px;
      position: relative;
      box-sizing: unset;
    }

    .tm-lathamskips-indicator::before,
    .tm-lathamskips-indicator::after {
      content: "";
      position: absolute;
      background: var(--primary);
      transition: 0.3s ease;
    }

    .tm-lathamskips-indicator::before {
        width: 10px;
        height: 2px;
        top: 8px;
        left: 5px;
    }

    .tm-lathamskips-indicator::after {
      width: 2px;
      height: 10px;
      top: 4px;
      left: 9px;
    }

    .tm-lathamskips-faq-item[open] .tm-lathamskips-indicator::after {
      transform: scaleY(0);
    }

    .tm-lathamskips-content {
      padding: 0 24px 18px;
      font-size: 15px;
      color: #334155;
    }

    .tm-lathamskips-divider {
      height: 1px;
      background: var(--border);
      margin: 0;
    }

    @media (max-width: 500px) {
      .tm-lathamskips-faq-header,
      .tm-lathamskips-content,
      .tm-lathamskips-faq-item summary {
        padding-left: 16px;
        padding-right: 16px;
      }
    }