@charset "UTF-8";

/*
Theme Name: Acorn Transport
Theme URI: https://www.acorntransport.net/
Author: CO-LAB team
Author URI: https://weareco-lab.co.uk/
Description: We are a boutique agency of designers, developers, copywriters, marketers and SEO experts that bring fresh creativity and digital expertise into the UK’s most awesome apps, websites and marketing campaigns.
Text Domain: acorntransport.net
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  background-color: #FAF7F2;
  margin: 0;
  padding: 0;
  font-family: "Poppins";
  font-weight: 400;
  overflow-y: auto;
  overflow-x: hidden;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #0F64AF;
}

.container-fluid {
  padding: 0px;
}

.nav-link-header {
  height: 129px;
  display: flex;
  align-items: center;
}

.dropdown-toggle::after {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background-image: url('assets/images/arrow-down.svg');
  height: 6px;
  width: 6px;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  background-repeat: no-repeat;
  margin-top: 65px;
  margin-left: 10px;
  position: absolute;
}

.sticky .dropdown-toggle::after {
  background-image: url('assets/images/arrow-down-gold.svg');
}

.dropdown-menu[data-bs-popper] {
  top: 75%;
}

.dropdown-toggle {
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.header-main {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 999;
}

.header-main.sticky {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.sticky .navbar-nav .nav-item .nav-link, .sticky .header-number, .sticky .header-text {
  color: #0F64AF;
}
.sticky .navbar-nav .nav-item .nav-link:hover, .sticky .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
/*  transition: all 0.3s ease;*/
}

.logo-default {
  display: block;
}

.logo-sticky {
  display: none;
}

.header-main.sticky .logo-default {
  display: none;
}

.header-main.sticky .logo-sticky {
  display: block!important;
}

.callicon-default {
  display: block;
}

.callicon-sticky {
  display: none;
}

.header-main.sticky .callicon-default {
  display: none;
}

.header-main.sticky .callicon-sticky {
  display: block!important;
}

.navbar .dropdown:hover .dropdown-menu{
  border-radius: 0;
  border: 0;
}


.footer-social a {
  margin-left: 11px;
}

.copyright-main {
  margin-top: 37px;
}

.copyright-main * {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

.navbar {
  height: 129px;
  padding: 0px 40px 0px 39.2px;
  justify-content: space-between;
  border-bottom: 1px solid #fefefe36;

}

.navbar-nav {
  gap: 0px !important;
}

.navbar-nav .nav-item .nav-link {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.header-number {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

.header-text {
  font-size: 15px;
  color: #fff;
  font-weight: 300;

}

.dropdown-menu {
  background-color: #B2966C;
}

.dropdown-item {
  color: #fff !important;
  font-size: 20px;
}

.dropdown-item:hover {
  background-color: transparent !important;
  color: #0F64AF !important;
}

.nav-link-header span {
  padding: 5px 17px;
  background-color: transparent;
}

.nav-link-header:hover span,
.nav-link-header.active span {
  padding: 5px 17px;
  background-color: #B2966C;
}

.header-btn {
  background-color: #B2966C;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 166px;
  height: 56.5px;
  margin-left: 5px;
}

.home-bg {
  background: url("assets/images/Bannerimage1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 1063.28px;
  background-position: bottom;
  background-color: #fff;

}

.home-bg::before {
  position: absolute;
  content: '';
  height: 1052px;
  background-image: url('assets/images/Bannerimage-overly.svg');
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: 1;
}

.home-bg::after {
  position: absolute;
  content: '';
  height: 840.62px;
  background-image: url('assets/images/BannerShape.svg');
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 2;
  top: 0;
}

.home-bg-2 {
  background: url("assets/images/banner-img-2.png");
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 797px !important;
  background-position: bottom !important;
  background-color: #fff !important;
}

.home-grab {
  background: url("assets/images/grab-bg.png");
}

.home-tipper {
  background: url("assets/images/bannerbg-tripper.png");
}

.home-aggregates {
  background: url("assets/images/AGGREGATESBG.png");

}

.home-blog {
  background: url("assets/images/banner-blog-details.png");
}

.home-tipper::before {
  height: 790.55px !important;
}

.home-bg-2::before {
  position: absolute;
  content: '';
  height: 787px;
  background-image: url('assets/images/banner-overly-2.svg');
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: 1;
}

.banner-content-main {
  z-index: 9;
  position: relative;
/*  margin: 31px 37px 0px 0px;*/
  margin: 0px 37px 0px 0px;
}

.banner-content {
  padding: 80px 0px;
  text-align: center;
  width: 1197px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-content-main .banner-review img{
  padding-top: 160px;
}

.banner-heading {
  font-size: 80px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 94px;
}

.banner-para {
  font-size: 40px;
  color: #fff;
  margin-bottom: 43px;
}

.btn-banner {
  height: 56.5px;
  color: #fff;
  background-color: #B2966C;
  font-weight: bold;
  min-width: 264.42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
}

.banner-number {
  font-size: 30px;
  color: #fff;
  margin-top: 15px;
}

.icon-text {
  font-size: 26px;
  font-weight: 600;
  color: #0F64AF;
  line-height: 36px;
}

.icon-text-main {
  gap: 21px;
}

.icon-text-main img {
  padding-top: 5px;
}

.centered-title-main {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.page-main-title {
  font-size: 56px;
  font-weight: bold;
  line-height: 65px;
  color: #0F64AF;
}

.para-26 {
  font-size: 26px;
  color: #050403;
  font-weight: 300;
}

.para-18 {
  font-size: 18px;
  color: #050403;
  font-weight: 300;
}

.w-centered {
  width: 1170px;
}

.main-title-img {
  margin-bottom: 20px;
}

.divider-home {
  border-color: #B7AE9E;
  opacity: 1;
  margin: 117px 0px 87px 0px;
}

.services-heading {
  font-size: 50px;
  font-weight: bold;
  color: #0F64AF;
}

.services-small-heading {
  color: #AE853E;
  font-size: 18px;
  font-weight: 400;
}

.btn-call {
  border: 2px solid #0F64AF;
  font-size: 18px;
  font-weight: 400;
  color: #0F64AF;
  height: 56.5px;
  min-width: 247.44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-call:hover {
  background-color: #B2966C;
  color: #fff;
  border: none;
}

.btn-contact {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #B2966C;
  height: 56.5px;
  min-width: 197.69px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}

.btn-contact:hover {
  background-color: #ffffff;
  border: 2px solid #0F64AF;
  color: #0F64AF;
}

.meet-team-main {
  padding: 117px 0px 138px 0px;
}

.team-slider-wrapper {
  overflow-x: auto;
}

.team-slider {
  padding-left: calc((100vw - 1320px) / 2);
  /* Match .container max width on xl screens */
  padding-right: 0;
}



/* copy */

.team-container-main {
  margin-right: -15px;
  margin-top: 69px;
  margin-left: 316px;
}

.slider-img {
  width: 349px;
  height: 435px;
}

.slider-name {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 36px;
  left: 40px;
  line-height: 40px;
}

.learnmore-slider {
  z-index: 1;
  position: absolute;
  bottom: 35px;
  left: 40px;

}

.learnmore-slider a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.slider-desc {
  font-size: 20px;
  font-style: italic;
  color: #D96F37;
}

.arrow-slider-right {
  transform: rotate(180deg);
}


.arrow-btn-slider {
  cursor: pointer;
  background: #AE853E;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.arrow-btn-slider-2 {
  cursor: pointer;
  background: #FAF7F2;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.slider-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  margin-top: 40px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.slider-img::before {
  position: absolute;
  content: '';
  width: 349px;
  height: 435px;
  background-color: rgb(15 100 175 / 50%);
}

.slider-wrapper::-webkit-scrollbar {
  display: none;
}

.slider-wrapper-2 {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

.slider-wrapper-2::-webkit-scrollbar {
  display: none;
}



@media (max-width: 1080.98px) {
  .service-main-wrapper {
    margin-top: 24px;
  }
}
.service-main-wrapper {
  scroll-snap-type: x mandatory;
}
.service-main-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  margin-top: 40px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.service-slider-main {
    scroll-snap-align: start;
}
.service-slider-main {
    min-width: 349px;
    flex-shrink: 0;
    position: relative;
    height: 435px;
}

.service-main {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  scroll-behavior: smooth;
  gap: 20px;
}

.team-main {
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
  width: max-content;
}

.ab-card-main {
  width: 301px;
  height: -webkit-fill-available;
}

.slider-main {
  min-width: 349px;
  flex-shrink: 0;
  position: relative;
  height: 435px;
}

.learn-text img {
  margin-left: 26px;
}

.slider-timeline {
  width: 458px !important;
  height: 457px;
}

.slider-wrapper {
  scroll-snap-type: x mandatory;
}

.slider-wrapper-2 {
  scroll-snap-type: x mandatory;
}

.slider-wrapper-3 {
  scroll-snap-type: x mandatory;
}

.slider-main {
  scroll-snap-align: start;
}

.arrow-bg {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.arrow-bg img {
  margin-left: 5px;
  margin-top: 5px;
}

.arrow-card-bg {
  background-color: #F3F4D7;
}

.icon-section-main-container {
  background-color: #fff;
  padding: 75px 0px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.bg-nut {
  background-image: url('assets/images/nuteBG.svg');
  height: 1147px;
  position: absolute;
  width: 100%;
  right: 0;
  background-repeat: no-repeat;
  background-position-x: right;
}

.bg-nut-left {
  background-image: url('assets/images/nut-left.svg');
  height: 1147px;
  position: absolute;
  width: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-position-x: left;
}

.bg-nut-left-sm {
  background-image: url('assets/images/nut-sm-left.svg');
  height: 879.74px;
  position: absolute;
  width: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-position-x: left;
  margin-top: 150px;
}

.mt-175 {
  margin-top: 175px !important;
}

.img-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 47vw;
  overflow: hidden;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-section {
  position: relative;
  height: 690px;
  overflow: hidden;
}

.padding-Affordable {
  padding: 139px 0px 182px 0px;
  margin-top: 138px;
}

.page-template-homepage .padding-Affordable {
  padding: 139px 0px 50px 0px;
}
.page-template-homepage .divider-home {
  margin: 50px 0px 29px 0px;
}
.page-template-homepage .padding-Affordable {
  padding: 35px 0px 50px 0px;
}

.custom-section-left {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.custom-section-left p a{
  color: #0F64AF;
}

.img-wrapper-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 47vw;
  overflow: hidden;
  z-index: 1;
}

.pb-62 {
  padding-bottom: 62px;
}

.pb-100 {
  padding-bottom: 100px;
}

.img-wrapper-left img {
  width: 100%;
  height: auto;
  /* object-fit: cover; */
}

.custom-section-left .content-wrapper {
  position: relative;
  z-index: 2;
}

.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.review-img {
  position: absolute;
  z-index: 2;
  left: 44px;
  bottom: 40px;

}

.map-main {
  position: relative;
}

.map-main img {
  width: 100%;
}

.area-cover-main {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.areacover-box {
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  background-color: rgb(15 100 175 / 90%);
  height: 86px;
  width: 513px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}

.small-heading {
  font-size: 18px;
  color: #AE853E;
  font-weight: 400;
}

.vision-num {
  font-size: 70px;
  font-weight: bold;
  color: #B2966C;
  margin-bottom: 2px;
}

.mt-80 {
  margin-top: 80px;
}

.vision-numbers {
  margin-top: 50px;
}

.slider-name-meet-team {
  font-size: 22px;
  font-weight: bold;
  color: #0F64AF;
  margin-top: 25px;
}

.team-experience {
  color: #B2966C !important;
}

.slider-main-meet-team {
  width: 310px;
}

.clients-section {
  margin-top: 130px;
}

.testimonials-title {
  font-size: 18px;
  color: #AE853E;
  margin-bottom: 12px;
}

.clients-card {
  background-color: #fff;
  border: 1px solid #F5EBDA;
  border-radius: 10px;
  padding: 20px 19.5px 23px 20px;
  height: 100%;
  box-sizing: border-box;
}

.clients-card-main {
  margin-top: 35px;
  padding: 0px 61px;
}

.client-round-top {
  height: 59px;
  width: 59px;
  background-color: #FAF7F2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-top: 7px;
}

.client-round-top img{
  margin-top: 12px;
}

.client-name {
  font-size: 18px;
  font-weight: 500;
  color: #0F64AF;

}

.client-cname {
  font-size: 14px;
  color: #050403;
  font-weight: 300;
}

.para-clients {
  min-height: 300px;
}

.req-call-box {
  background-image: url('assets/images/Requestacallbackbox.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 463px;
  box-sizing: border-box;
  margin-top: 94px;
  padding: 102px 0px 116px 0px;
}

.callback-input,
textarea {
  height: 56.5px;
  padding: 15px 16px 11px 22px;
  border: 0px;
  width: 399px;
  margin-right: 20px;
  border: 1px solid transparent;
  font-size: 18px;
}

:focus-visible {
  outline: 0;
}

textarea {
  width: 100% !important;
  height: 100% !important;
}

input:focus-visible,
textarea:focus-visible {
  border: 1px solid #B2966C;
  outline: none;
}

.req-call-box-2 .callback-input {
  background-color: #FAF7F2;
}

input::placeholder,
textarea::placeholder {
  font-weight: 300;
  color: #050403;
}

.accreditations-section {
  margin-top: 90px;
  background-image: url('assets/images/AccreditationsBG.svg');
  background-repeat: no-repeat;
  height: 492px;
  width: 100%;
  background-size: cover;
}

.accreditations-title {
  padding-top: 134px;
  text-align: center;
}

.accreditations-logos img {
  width: 150px;
  height: 100%;

}

.accreditations-logos-main {
  margin-top: 40px;
}

.history-box {
  display: flex;
  gap: 50px;
  align-items: center;
  background-color: #fff;
  padding: 49px 62px 55px 61px;
  margin-top: 26px;
}

.history-box-title {
  font-size: 40px;
  color: #0F64AF;
  font-weight: bold;
}

.footer-main {
  background-color: #0F64AF;
  border-bottom: 10px solid #B2966C;
  position: relative;
  height: 786px;
}

.footer-main-bg {
  background-image: url('assets/images/footer-img.png');
  height: 786px;
  background-repeat: no-repeat;
  position: absolute;
  content: '';
  width: 100%;

}

.footer-inner-content {
  padding-top: 105px;
}

.footer-btn-review {
  background-color: #2379C4;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding: 0px 16px 0px 16px;
}

.h-footer {
  height: 153.16px;
}

.footer-title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 14px;
}

.footer-address p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.footer-mail {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.footer-number {
  font-size: 16px;
  color: #DDBC8C;
}

.footer-list-item {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.list-unstyled li {
  padding-bottom: 21px;

}

/* Skip Hire */
.req-call-box-title {
  font-size: 36px;
  color: #0F64AF;
  font-weight: bold;
}

.divider-home-req-call {
  margin: 61px 0px 64px 0px;
}

.nut-skip-hire {
  height: -webkit-fill-available;
  background-image: url('assets/images/Nut-full.svg') !important;
  right: -100px;
}

.font-40 {
  font-size: 40px !important;
}

.padding-Affordable-100 {
  padding: 98px 0px 99px 0px;
}

.sizes-main {
  padding: 113px 0px 105px 0px;
}

.color-primary {
  color: #0F64AF !important;
}

.btn-book {
  min-width: auto;
  width: max-content;
  padding: 0px 45px;
}

.bordered-btn-primary {
  border: 2px solid #0F64AF;
  padding: 13px 37px 12px 33px;
  color: #0F64AF;
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: max-content;
}



.tab-main .nav-tabs {
  border-bottom: none;
}

.tab-main .nav-tabs .nav-link {
  border: none;
  color: #AE853E;
  padding: 0.5rem 1rem;
  border-bottom: 4px solid transparent;
}

.tab-main .nav-tabs .nav-link.active {
  color: #0F64AF;
  border-bottom: 4px solid #0F64AF;
  background-color: transparent;
}

.tab-main .nav-item .nav-link {
  font-size: 18px;
  font-weight: 400;
  color: #AE853E;
}

.yard-main {
  display: flex;
  margin-top: 5px;
  gap: 20px;
}

.yard-main img {
  width: 100%;
}

.questions-box {
  height: 287px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E0F1FF;
  margin-top: 65px;
  background-image: url('assets/images/nut-Questions.svg');
}

.questions-box-title {
  font-size: 30px;
  font-weight: bold;
  color: #0F64AF;
  margin-top: 11px;
  line-height: 40px;
}

.questions-box-num {
  font-size: 30px;
  font-weight: 300;
  color: #050403;
  line-height: 40px;
}

.questions-box-para {
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  color: #050403;
}

.mt-152 {
  margin-top: 152px;
}

.contact-left {
  padding: 31px 25px 30px 35px;
  background-color: #ffff;
  height: 100%;
}

.color-brown {
  color: #B2966C !important;
}

.mt-33 {
  margin-top: 33px;
}

.contact-section-main {
  margin-top: 120px;
}

.num-right-contact {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 15px;

}

.num-right-contact img {
  width: 35.73px;
  height: 33.41px;
}

.num-right-contact h4 {
  font-size: 30px;
  font-weight: 300;
  color: #AE853E;
}

.form-check-label {
  font-size: 16px;
  font-weight: 300;
  margin-left: 10px;
  color: #0F64AF;
  margin-top: 3px;
}

.form-check-input {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 0px;
}

.input-contact-section {
  height: 44px !important;
  font-size: 16px !important;
  width: 100%;
}



/*  */
.faq-section {
  padding: 117px 0px 113px 0px;
  max-width: 902px;
  margin: auto;
}

.faq-section .text-decoration-underline{
  color: #0F64AF;
}

.faq-title {
  font-size: 36px;
  font-weight: bold;
  color: #004aad;
  text-align: center;
  margin-bottom: 10px;
}

.faq-subtitle {
  text-align: center;
  font-size: 14px;
  color: #666;
}

.faq-subtitle a {
  color: #004aad;
  text-decoration: underline;
}



.faq-table table {
  width: 100%;
  text-align: center;
}

.faq-table th {
  background-color: #a97f3f;
  color: white;
}

.faq-table td,
.faq-table th {
  padding: 15px 20px;
  border: 1px solid #D5D5D5;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.faq-table td {
  font-weight: 300;
}

.faq-note {
  font-size: 16px;
  color: #050403;
  font-weight: 300;
  margin-right: 10px;
}



.accordion-button {
  background-color: transparent;
  font-weight: bold;
  color: #0F64AF;
  font-size: 30px;
  box-shadow: none;
  padding: 16px 0px 20px 0px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #0F64AF;
  border-bottom: 0px;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('assets/images/minus.svg');
  height: 39px;
  width: 39px;
  background-size: auto;
  transition: none;
}

.accordion-button::after {
  background-image: url('assets/images/add.svg');
  height: 39px;
  width: 39px;
  background-size: auto;
  transition: none;
}

.accordion-body {
  padding: 0px 0px 10px 0px;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
  background-color: transparent;

}

/* Grab */
.grab-tab {
  padding: 43px 60px 46px 41px;
}

.grab-tab-main .nav-item .nav-link {
  font-size: 30px !important;
  font-weight: bold;
  color: #0F64AF;
}

.grab-tab-main .nav-tabs .nav-link.active {
  color: #AE853E;
  border-bottom: 4px solid #AE853E;
}

.grab-tab {
  margin-bottom: 117px;
}

.hire-us-main {
  background-color: #0F64AF;
  padding: 47px 60px 71px 60px;
  height: 100%;
}

.list-item-grab {
  display: flex;
  gap: 20px;
  align-items: start;
}

.list-main-grab {
  margin-top: 22px;
}

.btn-call-white {
  border-color: #fff !important;
  color: #fff !important;
}

.para-16 {
  font-size: 16px;
  color: #050403;
  font-weight: 300;
}

/* Tipper */

.help-top {
  top: 64px;
}

.pb-180 {
  padding-bottom: 180px;
}

.quote-box {
  height: 372px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  padding: 0px 119px;
}

/* Aggregates */


.aggregates-img img {
  width: 100%;
  height: 100%;
}

.aggregates-title {
  font-size: 30px;
  font-weight: bold;
  color: #0F64AF;
  margin-top: 28px;
  text-align: center;
}

.aggregates-para-bottom {
  margin-top: 190px;
  text-align: center;
}

.aggregates-para-bottom p {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #050403;
}

/* Blog */
.blog-card-right {
  padding: 34px 38px 43px 40px;
}

.blog-title {
  font-size: 36px;
  line-height: 46px;
  color: #0F64AF;
  font-weight: bold;
  margin-top: 13px;
}

.bg-transparent {
  background-color: transparent !important;
}

.blog-card-full {
  margin-top: 95px;
}

.blog-tab .nav-pills .nav-link {
  border-radius: 0;
  padding: 13px 51px 12px 51px;
  font-weight: 300;
  color: #050403;
  background: #fff;
  border: none;
}

.blog-tab .nav-pills .nav-link.active {
  background-color: #0F64AF;
  color: #fff;
  font-weight: bold;
}

.blog-tab .nav-pills {
  gap: 10px;
  margin-bottom: 52px;
}

.blog-tab .card {
  border: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.blog-tab .card-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 26px;
  color: #0F64AF;
  margin-top: 10px;
}



.bg-primary {
  background-color: #0F64AF !important;
}

.card-body-blog {
  padding: 34px 31px 34px 40.5px;
  background-color: #fff;
}

.card-blog {
  background-color: #fff;
  overflow: hidden;
}

.btn-reading {
  background-color: #B2966C;
  padding: 16px 13.9px 17.5px 26px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: block;
  width: max-content;
}

.blog-details-heading {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  margin-top: 13px;
  line-height: 84px;
}

.font-16 {
  font-size: 16px;
  color: #050403;
  font-weight: 300;
}

.blog-detail-heading {
  font-size: 24px;
  font-weight: 600;
  color: #0F64AF;
  margin-top: 58px;
}

.post-title {
  font-size: 20px;
  font-weight: 700;
  color: #0F64AF;
}

.questions-box-blog-d {
  margin-top: 126px;
}

.nut-blog {
  top: 20%;
}

.banner-content-contact {
  width: 1230px;
}

.custom-accordion .accordion-button {
  background-color: #AE853E;
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding-left: 60px;
  position: relative;
}

.custom-accordion .accordion-button::after {
  background-image: url('assets/images/add-white.svg');
  height: 25px;
  width: 25px;
  background-size: auto;
  transition: none;
  position: absolute;
  left: 13px;
}

.custom-accordion .accordion-button:not(.collapsed)::after {


  background-image: url('assets/images/minus-white.svg');
  height: 25px;
  width: 25px;
  position: absolute;
  left: 13px;
}

.custom-accordion .accordion-body {
  background-color: #fff;
  padding: 19px 18px 19px 18px !important;
}

.accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-radius: 0px;
}

.custom-accordion .accordion-body div {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #050403;
  font-weight: 300;
  text-decoration: none;
  margin-bottom: 25px;
}

.custom-accordion .accordion-body div:last-child {
  margin-bottom: 0px;
}

.custom-accordion .accordion-body div img {

  margin-right: 14px;
}

.custom-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}

.accepted-text {
  font-size: 30px;
  color: #0F64AF;
  font-weight: bold;
  margin-bottom: 30px;
}

/*  */

@media(max-width:1919px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }

  .header-number a {
    font-size: 20px;
  }

  .header-btn {
    width: 130px;
    font-size: 16px;
  }

  .navbar {
    padding: 0px 30px 0px 30px;
  }

  .home-banner-content-left {
    margin-left: 150px;
    margin-top: -50px;
  }

  .banner-heading {
    font-size: 70px;
    line-height: 80px;
  }

  .page-main-title {
    font-size: 50px;
    line-height: 55px;
  }

  .team-container-main {
    margin-left: 110px;
  }

}

@media (max-width: 1399.98px) {
  .team-slider {
    padding-left: calc((100vw - 1140px) / 2);
  }
}

@media (max-width: 1199.98px) {
  .team-slider {
    padding-left: calc((100vw - 960px) / 2);
  }
}

@media(max-width:1180px) {
  .w-centered {
    width: 100%;
  }
}


@media (max-width: 1080.98px) {

  .sticky .navbar-nav .nav-item .nav-link {
    color: #ffffff;
  }

  .sticky .dropdown-toggle::after {
    background-image: url('assets/images/arrow-down.svg');
  }

  .banner-heading {
    font-size: 30px;
    line-height: 34px;
  }

  .banner-para {
    font-size: 16px;
  }

  .btn-banner {
    font-size: 14px;
    min-width: 215.94px;
    height: 36px;
  }

  .banner-number {
    font-size: 28px;
  }

  .icon-text-main {
    flex-direction: column;
    align-items: center !important;
  margin-bottom: 30px;
  }

  .icon-text {
    font-size: 20px;
    text-align: center;
    line-height: 26px;
	width: 90%;
  }

  .page-main-title {
    font-size: 26px;
    line-height: 40px;
  }

  .para-18 {
    font-size: 14px;
  }

  .divider-home {

    margin: 76px 0px 29px 0px;
  }

  .services-small-heading {
    font-size: 14px;
    position: relative;
    z-index: 1;
  }

  .services-heading {
    font-size: 26px;
    position: relative;
    z-index: 1;
  }

  .slider-name {
    font-size: 30px;
  }

  .custom-section {
    height: 100%;
  }

  .img-wrapper {
    position: inherit;
    width: 100%;
  }

  .img-wrapper .review-img {
    display: none;
  }

  .area-cover-main {
    top: 50px;
  }

  .areacover-box {
    font-size: 22px;
    height: 45px;
    width: 275px;
  }

  .small-heading {
    font-size: 14px;
  }

  .vision-numbers .d-flex {
    flex-wrap: wrap;
  }

  .vision-numbers .d-flex div {
    width: 50%;
  }

  .our-history-left img {
    height: 32px !important;
    width: 32px !important;
  }

  .btn-main {
    flex-direction: column;
  }

  .history-bottom-first-img, .history-top-first-img{
    margin-top: 18px !important;
  }

  .history-bottom-second-img{
    margin-top: 15px;
  }

  .our-history img {
    height: 100%;
    width: 100%;
  }

  .history-box {
    flex-direction: column;
    padding: 30px;
  }

  .history-box-title {
    font-size: 26px;
    text-align: center;
  }

  .req-call-box {
    height: 461px;
  }

  .req-call-box .d-flex {
    flex-direction: column;
    margin-top: 23px !important;
  }

  .accreditations-logos-main {
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .accreditations-title {
    font-size: 36px !important;
    padding-top: 56px;
  }

  .accreditations-section {
    height: 720.94px;
    background-position-x: center;
    margin-top: 56px;
  }

  .footer-main {
    height: 100%;
  }

  .footer-main-bg {
    height: 100%;
  }

  .h-footer {
    display: none;
  }

  .footer-inner-content .list-unstyled {
    margin-bottom: 0px;
  }

  .list-unstyled li {
    padding-bottom: 13px;
  }

  .footer-bottom-section {
    flex-direction: column-reverse;
  }

  .footer-social a:first-child {
    margin-left: 0px;
  }

  .footer-right {
    margin-bottom: 22px;
  }

  .copyright-main {
    flex-direction: column-reverse;
    justify-content: start !important;
    align-items: start !important;
    gap: 13px;
    padding-bottom: 70px;
  }

  .footer-btn-review {
    font-size: 24px;
    padding: 0px 26px 0px 40px;
    margin: 28px 0px 22px 0px;
  }

  .footer-logo {
    display: block !important;
  }

  .home-bg {
    height: 500px;
  }

  .home-bg::before {

    height: 494px;

  }
  .home-bg-2{
    height: 500px !important;
  }

  .home-bg::after {
    height: 500px ;
  }
  .home-bg-2::before {
    height: 497px !important;  
  }
  .banner-content .gap-4{
    flex-direction: column;
  }

  .banner-content {
    padding: 110px 0px 0px 0px;
  }

  .banner-content-main {
    margin: 0px;
  }

  .navbar {
    padding: 0px 10px 0px 10px;
    height: 60px;
  }

  .navbar-brand img {
    height: 36.57px;
  }

  .review-moba {
    margin-top: 40px;
  }

  .navbar-collapse {
    z-index: 999;
    background: #B2966C;
    left: 0;
    position: absolute;
    top: 60px;
    width: -webkit-fill-available;
    height: 200vh;
    padding: 20px 10px;
  }

  .navbar-toggler {
    width: 32px;
    height: 32px;
    background-color: #B2966C;
    border-radius: 50%;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .navbar-toggler-icon {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .dropdown-toggle {
    flex-direction: row;
  }

  .nav-link-header {
    height: 100%;
    display: block;
  }

  .dropdown-toggle::after {
    margin-top: 0px;
    margin-left: 10px;
    position: inherit;
    vertical-align: text-bottom;
  }

  .navbar-nav .dropdown-menu {
    padding: 10px !important;
    border: 0px;
    background-color: #0F64AF;
  }

  .dropdown-item {
    font-size: 14px;
  }

  .header-number {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
  }

  .header-text {
    font-size: 9px;
    color: #fff;
    font-weight: 300;
  }

  .header-right-content img {
    width: 34px;
  }
  .map-main img{
    height: auto;
    width: 100%;
  }
  .slider-wrapper{
    margin-top: 24px;
  }
  .padding-Affordable{
    padding: 35px 0px 0px 0px;
    margin-top: 40px;
  }
  .mt-100{
    margin-top: 35px;
  }
  .btn-call{
    gap: 5px;
  }
  .meet-team-main{
    padding: 49px 0px 51px 0px;
  }
  .page-template-skip-hire .meet-team-main {
      padding: 100px 0px 51px 0px;
  }
  /*.page-template-grab-lorry .meet-team-main{
    padding: 100px 0px 51px 0px;
  }*/
  .page-template-skip-hire-terms .banner-content {
    padding: 180px 0px 0px 0px;
  }
  .page-template-skip-hire-terms .blog-details-heading {
    font-size: 40px;
  }
  .page-template-skip-hire-terms .home-bg-2 {
    height: 400px !important;
  }
  .page-template-skip-hire-terms .home-bg-2::before {
    height: 395px !important;
  }
  .page-template-homepage .padding-Affordable {
    padding: 35px 0px 0px 0px;
  }
  .slider-img-meet-team img{
    width: 310px;
    height: 346px;
  }
  .page-template-grab-lorry .bg-nut-left{
    height: 750px;
  }
  .clients-card-main{
    padding: 0px 20px;
  }
  .req-call-box{
    padding: 34px 20px 32px 20px;
    background-image: url('assets/images/Request\ a\ call\ back\ box-moba.png');
    background-size: contain;
    /*border-bottom: 1px solid #DED6C8;*/
    margin-top: 34px;
  }
  .callback-form-input{
    width: 100%;
  }
  .callback-input{
    width: 100%;
    margin-top: 8px;
  }
  .req-call-box .page-main-title{
    font-size: 36px;
  }
  .req-call-box button{
    margin-top: 29px;
  }
  .req-call-box-2 .d-flex{
    flex-direction: column;
  }
  .req-call-box-2 button{
    margin-top: 29px;
  }
  .font-40{
    font-size: 26px !important;
  }
  .custom-section .btn-main{
    margin-bottom: 16px;
  }
  .padding-Affordable-100{
    padding: 35px 0px 0px 0px;
  }
  .custom-section-left {
    display: flex;
    flex-direction: column-reverse;
  }
  .img-wrapper-left{
    position: inherit;
    width: 100%;
    margin-top: 23px;
  }
  .sizes-main{
    padding: 35px 0px 35px 0px;
  }
  .yard-main img{
    width: 100%;
  }
  .grab-tab-main{
    margin-top: -10px !important;
  }
  .page-template-grab-lorry .map-main img{
    margin-top: -50px;
  }
  .tab-main{
    margin-top: 20px;
  }
  .tab-main .nav-tabs{
    flex-wrap: nowrap;
    overflow: auto;
  }
  .tab-main .nav-tabs .nav-item{
    min-width: fit-content;
    height: 75px;
  }
  .grab-tab-main .nav-tabs .nav-item{
    min-width: fit-content;
    height: 53px;
  }
  .grab-tab-main .btn-main{
    margin-top: 20px!important;
  }
  .yard-main{
    flex-direction: column;
  }
  .questions-box-num{
    font-size: 24px;
  }
  .nut-skip-hire{
    right: 0;
  }
  .mt-175{
    margin-top: 40px !important;
  }
  .faq-section{
    padding: 35px 20px 40px 20px;
  }
  .accordion-button{
    font-size: 20px;
    padding: 10px 0px 10px 0px;
  }
  .faq-table td, .faq-table th{
    padding: 8px 13px;
    border: 1px solid #D5D5D5;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .accordion-button::after{
      height: 20px;
    width: 40px;
    background-size: contain;
    transition: none;
  }
  .accordion-button:not(.collapsed)::after {
      height: 20px;
    width: 40px;
    background-size: contain;
    transition: none;
    transform:none;
  }
  .mt-150{
    margin-top: 56px;
  }
  .form-contact-section .d-flex{
    flex-direction: column;
    gap: 10px;
  }
  .callback-input, textarea{
    margin-right: 0px;
  }
  .grab-tab {
      padding: 43px 20px 46px 20px;
      margin-bottom: 50px;
  }
  .grab-tab-main .nav-item .nav-link{
    font-size: 21px !important;
  }
  .grab-img{
    margin-top: 20px;
  }
  .hire-us-main-new{
    flex-direction: column-reverse;
  }
  .quote-box {
    height: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    padding: 40px 12px;
    margin-bottom: 40px;
    background-position-x: center;
  }
  .pb-62{
    padding-bottom: 0px;
  }
  .page-template-skip-hire .pb-62{
    padding-bottom: 40px;
  }
  .page-template-skip-hire .map-main img{
    margin-bottom: -60px;
  }
  .page-template-skip-hire .our-services-container, .page-template-grab-lorry .our-services-container{
    margin-top: 50px !important;
  }
  .page-template-grab-lorry .hire-us-main .list-item-grab{
    gap: 7px;
  }
  .page-template-grab-lorry .hire-us-main .list-item-grab img{
    margin-top: 5px;
  }
  .fors-logo{
    margin-left: -15px!important;
  }
  .help-top {
    margin-top: -30px;
  }
  .skip-top-btn{
    margin-top: -30px !important;
    margin-bottom: 30px !important;
  }
  .skip-situation-btn{
    margin-top: -30px !important;
  }
  .pb-180{
    padding-bottom: 70px;
  }
  .g-5, .gx-5 {
      --bs-gutter-x: 1.5rem;
  }
  .aggregates-para-bottom{
    margin-top: 80px;
  }
  .blog-title {
    font-size: 24px;
    line-height: 34px;
    color: #0F64AF;
    font-weight: bold;
    margin-top: 13px;
  }
  .blog-card-full img{
    width: 100%;
  }
  .blog-tab .nav-pills {
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .blog-tab .card-title{
    font-size: 22px;
  }
  .blog-details-heading {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-top: 13px;
    line-height: 34px;
  }
  .blog-detail-heading {
      font-size: 22px;
      margin-top: 30px;
  }
  .blog-card-full {
    margin-top: 50px;
  }
  .questions-box-blog-d {
    margin-top: 40px;
    background-position-x: center;
  }
  .contact-section-main {
      margin-top: 60px;
  }
  .c-card-img{
    width: 100%;
  }
  .accepted-text {
    font-size: 21px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
	
  .slider-img::before {
    position: absolute!important;
    content: ''!important;
    width: 349px!important;
    height: 435px!important;
    background-color: rgb(15 100 175 / 50%)!important;
  }
	.slider-main-meet-team {
		width: auto;
		margin-left: 15px;
	}	
}

.slider-img-meet-team img{
  width: 310px;
  height: 346px;
}

input {
  border-radius: 0px;
}

@media (max-width: 991.98px) {
  .team-slider {
    padding-left: calc((100vw - 720px) / 2);
  }

}

@media (max-width: 767.98px) {
  .team-slider {
    padding-left: calc((100vw - 540px) / 2);
  }
}

@media (max-width: 575.98px) {
  .team-slider {
    padding-left: 1rem;
  }
  .icon-section-main-container {
    background-color: #fff;
    padding: 55px 0px 20px;
  }
  .clients-section {
    margin-top: 40px;
  }
  /*.custom-section .btn-main, .custom-section-left .btn-main {
    margin-top: -30px !important;
  }*/
  .questions-box-para {
    font-size: 17px;
    line-height: 35px;
  }
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    left: 0px;
  }

}

@media (min-width:1200px) and (max-width:1230px){
  .header-btn, .sticky .header-btn {
    width: 75px;
    font-size: 9px;
    height: 38.5px;
  }
  .navbar-nav .nav-item .nav-link, .sticky .navbar-nav .nav-item .nav-link {
    font-size: 11px;
  }
  .header-number, .sticky .header-number{
    font-size: 15px;
  }
  .header-text, .sticky .header-text {
    font-size: 10px;
  }
  .callicon-default, .sticky .callicon-sticky {
    width: 25%;
  }
  .our-history .history-top-img, .our-history .history-bottom-img{
    width: 95%;
  }
  .tab-main .nav-item .nav-link{
    font-size: 15px;
  }
  .grab-tab-main .nav-tabs .nav-link{
    font-size: 20px!important;
  }
}

@media (min-width:1231px) and (max-width:1500px){
  .navbar-nav .nav-item .nav-link, .sticky .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
  .header-number, .sticky .header-number {
    font-size: 20px;
  }
  .header-text, .sticky .header-text {
    font-size: 12px;
  }
  .our-history .history-top-img, .our-history .history-bottom-img{
    width: 95%;
  }
  .tab-main .nav-item .nav-link{
    font-size: 15px;
  }
  .grab-tab-main .nav-tabs .nav-link{
    font-size: 20px!important;
  }
}


img {
    filter: none !important;
    -webkit-filter: none !important;
    mask: none !important;
    -webkit-mask: none !important;
    background: none !important;
}

@supports (-webkit-touch-callout: none) {
    img {
        background-color: transparent !important;
        /*-webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);*/
    }
}

img[src$=".svg"] {
    object-fit: contain;
    background: transparent !important;
}