@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap);

:root {
  --theme_color: #1e582f;
}

body {
  font-family: Roboto, sans-serif;
}

.bg-section {
  background-color: #fff6ee;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.text-justify {
  text-align: left !important;
}

.row a {
  font-weight: 600;
  color: #000;
}

.price-box img {
  width: 100%;
    height: 300px !important;
    object-fit: contain;
}

.truck-details {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 0px;
}
.truck-details button {
  font-size: 14px;
  padding: 5px 14px;
}

.covid {
  border: 5px solid var(--theme_color);
  border-radius: 10px;
  width: 47%;
  margin: auto;
  padding: 20px;
  box-shadow: 1px 1px 14px 1px var(--theme_color);
}

.customized-vehicles {
  padding: 30px;
  height: 100%;
  background: url(../img/vec-6.webp) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.customized-vehicles p {
  font-size: 18px;
  color: #ffffff;
  margin-top: 20px;
  text-align: center;
}

.customized-vehicles h3 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.covid h3.my-2 {
  font-size: 22px;
}

.reviews {
  justify-content: center;
  align-items: center;
}

#price .col-lg-6 {
  margin-bottom: 20px;
}

.ideal-for ul li {
  font-size: 15px;
  font-weight: 500;
}

.reviews-img img {
  border-radius: 100%;
  margin-right: 20px;
}

.reviews-text {
  padding: 20px 10px;
  margin-top: 20px;
  border-top: 2px dashed var(--theme_color);
  /* box-shadow: 0 0 5px 0 #80808082;*/
}

#quote-strip a.white-button:hover {
  background: #fff !important;
  color: var(--theme_color) !important;
}

.ideal-for span {
  color: var(--theme_color);
  font-weight: 700;
}

.reviews-inner span {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}

.reviews-inner p i {
  font-size: 14px;
  color: var(--theme_color);
}

.strip {
  display: flex;
  align-items: center;
  padding: 50px 0px;
  gap: 20px;
  justify-content: center;
}

.strip h2 {
  color: #fff;
}

#quote-strip {
  position: relative;
  background: radial-gradient(
    circle,
    rgba(245, 139, 12, 1) 0%,
    rgba(248, 128, 27, 1) 35%,
    rgba(255, 104, 58, 1) 100%
  );
  margin-bottom: -87px;
}

#service-areas {
  padding-top: 10em;
}

.strip-left {
  background: var(--theme_color);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 21%;
  height: 100%;
}

.navbar-brand {
  height: 80px;
  width: 200px;
}

.small-heading {
  font-size: 21px;
  margin-bottom: 20px;
}

.small-heading.mt-5 {
  margin-top: 20px !important;
}

.service-text h3 {
  font-size: 18px;
  color: var(--theme_color);
  margin: 15px 0px;
}

.service-text p {
  color: #000;
}

.service-text {
  padding: 20px;
}

a {
  text-decoration: none !important;
  color: var(--theme_color);
}

a:hover {
  color: #313131;
}

.message,
.message1,
.message2,
.message3 {
  font-size: 15px;
  font-weight: 500;
  color: var(--theme_color);
}

.breadcrumb-item + .breadcrumb-item::before {
  padding: 0 4px;
}

.breadcrumb-item + .breadcrumb-item {
  padding: 0;
}

.ls-none {
  list-style: none;
}

p {
  font-size: 16px;
  color: #000000;
}

.form-control:focus {
  background-color: #fff;
  border-color: #313131;
  outline: 0;
  box-shadow: none;
}

.mobile-logo {
  display: none;
}

li {
  font-size: 16px;
  color: #313131;
}

.sub-heading {
  font-size: 22px;
  font-weight: 500;
  color: #313131;
  margin-bottom: 15px;
}

.white-button {
  display: inline-block;
  background-color: #fff;
  padding: 8px 25px;
  border: 1px solid #fff;
  font-weight: 600;
  color: var(--theme_color);
  font-size: 15px;
  transition: 0.4s;
}

.white-button:hover {
  color: #fff;
  border: 1px solid var(--theme_color);
  background: var(--theme_color);
  transition: 0.4s;
}

.theme-button {
  display: inline-block;
background: #1e582f;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #1e582f, #4CAF50);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #1e582f, #4CAF50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  color: #fff !important;
  padding: 8px 20px;
  border: 1px solid #1e582f;
  font-weight: 600;
  font-size: 15px;
  transition: 0.4s;
}

button:focus {
  outline: 0 dotted;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0;
  outline: 0 auto -webkit-focus-ring-color;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0;
}

.section-padding {
  padding: 60px 0;
}

.theme-button:hover {
  color: var(--theme_color) !important;
  background: #fff;
  transition: 0.4s;
}

.bg-alt {
  background-color: #313131;
}

.common-heading {
  font-size: 30px;
  text-align: center;
  position: relative;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.delivered p i {
  font-size: 40px;
  color: var(--theme_color);
}

.delivered hr {
  background: #fff;
  width: 25%;
  height: 1px;
}

.delivered p {
  color: #d6d2d2;
  margin-bottom: 0px;
}

.common-heading:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 3px;
  background-color: #313131;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.common-heading:after {
  position: absolute;
  content: "";
  width: 12px;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: auto;
  height: 12px;
  border-radius: 50%;
  background-color: var(--theme_color);
}

.common-heading.text-white:before {
  background-color: #fff;
}

.logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.top-cotact-heading {
  font-size: 15px;
  font-weight: 700;
  color: #313131;
  margin-bottom: 0;
}

.contact-box {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.contact-box a,
.contact-box p {
  color: #fff;
  margin: 0 !important;
  font-weight: 500;
}
.contact-box .contact-content {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.top-contact-box i {
  font-size: 18px;
  color: #313131;
  padding-top: 2px;
  margin-right: 10px;
}

.top-contact-content a {
  color: #313131;
}

#navigation .navbar-nav .nav-link {
  color: #fff;
  line-height: 2.2rem;
  font-size: 16px;
  padding: 8px 20px;
  transition: 0.3s;
}

.dropdown-menu {
  margin-top: 0;
  border-radius: 0;
}

#navigation .navbar-nav .nav-link:hover {
  background: var(--theme_color);
  transition: 0.3s;
}

.mobile-nav-contact {
  display: none;
}

#navigation .dropdown-item {
  color: #313131;
  padding: 10px 15px;
  font-size: 15px;
  transition: 0.3s;
}

#navigation .dropdown-item:hover {
  background: var(--theme_color);
  color: #fff;
  transition: 0.3s;
}

#navigation.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 0 0 3px 1px #d3d3d3;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0);
  }
}

#banner {
  background-image: linear-gradient(200deg, #00000094 0, #00000094 100%),
    url(../img/banner.webp);
  height: 86vh;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-heading {
  font-size: 38px;
  font-weight: 700;
}

.banner-para {
  font-weight: 500;
}

.form-heading {
  font-size: 18px;
  font-weight: 700;
}

.form-wrap {
  padding: 30px 20px;
  background-color: #fff;
  width: 90%;
  margin-left: auto;
  border-radius: 50px 0 50px 0;
  -moz-border-radius: 50px 0 50px 0;
  -webkit-border-radius: 50px 0 50px 0;
}

.discount-strip {
  background: var(--theme_color);
  padding: 12px 15px;
  transform: translate(-35px, 0);
  font-size: 15px;
  position: relative;
  display: none;
}

.discount-strip:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #da3a05 transparent;
  top: auto;
  transform: rotate(46deg);
  bottom: -10px;
  left: 0;
}

.form-control {
  font-size: 14px;
  margin-bottom: 15px;
}

.form-label {
  font-size: 15px;
  margin-bottom: 8px;
}

.about-box-image img {
    border: 1px solid #1e582f;
    padding: 4px 28px;
    border-radius: 50%;
    margin-bottom: 20px;
    width: 110px;
    height: 110px;
    object-fit: contain;
    background: linear-gradient(to right, #1e582f, #4CAF50);
}

.about-box-heading {
  font-size: 18px;
  font-weight: 500;
}

.about-box {
  padding: 20px;
  box-shadow: 0 0 8px 0 #d4d4d4;
}

#counter {
  padding: 70px 0px;
  background: var(--theme_color);
  background: linear-gradient(#1d3051, #000000c2),
    url(../images/semi-truck.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.counter-icon {
  font-size: 28px;
  width: 80px;
  margin-right: 25px;
  justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 3px 3px 3px 50%;
  -moz-border-radius: 3px 3px 3px 50%;
  border-radius: 3px 3px 3px 50%;
  transition: 0.3s;
  height: 80px;
  display: flex;
  align-items: center;
}

.counter-box:hover .counter-icon {
  background: #fff;
  color: var(--theme_color);
  -webkit-border-radius: 50% 3px 3px 3px;
  -moz-border-radius: 50% 3px 3px 3px;
  border-radius: 50% 3px 3px 3px;
  transition: 0.3s;
}

.count {
  font-size: 40px;
  color: #fff !important;
  margin-bottom: 5px;
  font-weight: 500;
}

.project {
  font-size: 18px;
  color: #fff;
}

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

.service-heading {
  font-size: 25px;
  margin-bottom: 15px;
}

.service-box {
  box-shadow: 0 0 8px 0 #b9b9b9;
  height: 100%;
}

.service-content {
  padding: 10px 35px 35px;
}

.price-heading {
  font-size: 22px;
  margin-bottom: 18px;
  background-color: #313131;
  color: #fff;
  padding: 18px 0;
}

.price-text .count {
  font-size: 50px;
  color: var(--theme_color);
  font-weight: 500;
}

.price-text {
  font-size: 22px;
}

.price-box {
  box-shadow: 0 0 8px 0 #ddd;
}

.certified-box-icon span {
  display: flex;
  width: 85px;
  height: 85px;
  justify-content: center;
  background: var(--theme_color);
  align-items: center;
  font-size: 28px;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.certified-box-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.certified-box {
  padding: 25px 12px;
  box-shadow: 0 0 8px 0 #c3c3c3;
  background-color: #fff;
  height: 100%;
}

.certified-form {
  padding: 25px;
  box-shadow: 0 0 5px 0 #ddd;
  height: 100%;
  display: flex;
  width: 90%;
  justify-content: center;
  align-items: center;
  border-top: 10px solid #f97c1f;
  margin-left: auto;
}

.certified-form form p {
  font-size: 28px;
  margin-bottom: 30px;
  color: #313131;
}

#certified .form-wrap {
  box-shadow: 0 0 8px 0 #c5c5c5;
}

.testimonial-image img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.testimonial-content {
  padding: 25px;
  background: var(--theme_color);
}

.testimonial-name {
  font-weight: 500;
  padding-left: 28px;
  position: relative;
}

.testimonial-name:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.service-area-link1 {
  font-size: 14px;
  background-color: #fff;
  color: #212529;
  text-align: center;
  padding: 15px;
  font-weight: 300;
  border: 1px solid #f3f3f3;
  transition: 0.3s;
  margin-bottom: 15px;
  border-radius: 49px;
  box-shadow: 1px 1px 4px 1px #f1eded;
}

.service-area-link1:hover {
  background: var(--theme_color);
  border: 1px solid #f3f3f3;
  color: #fff;
  transition: 0.3s;
}

.service-area-link {
  font-size: 17px;
  background-color: #fff;
  color: #212529;
  text-align: center;
  padding: 15px;
  font-weight: 300;
  border: 1px solid #f3f3f3;
  transition: 0.3s;
  margin-bottom: 15px;
  font-weight: 500;
  border-radius: 49px;
  box-shadow: 1px 1px 4px 1px #f1eded;
}

.service-area-link:hover {
  background: var(--theme_color);
  border: 1px solid #f3f3f3;
  color: #fff;
  transition: 0.3s;
}

#footer {
  background: linear-gradient(142deg, #252525 16%, #535353 52%, #242424 100%);
}

.whatsapp {
  display: inline-block;
  position: fixed;
  bottom: 38px;
  right: 15px;
  border-radius: 50%;
}

.whatsapp img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.footer-heading {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
}

.footer-heading:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  margin: auto;
}

.footer-heading:after {
  position: absolute;
  content: "";
  width: 10px;
  left: 25px;
  right: auto;
  bottom: -4px;
  margin: auto;
  height: 10px;
  border-radius: 50%;
  background-color: var(--theme_color);
}

footer a,
footer p {
  font-size: 14px;
}

.social-media a {
  font-size: 22px;
  margin-right: 22px;
  color: #fff;
  transition: 0.3s;
}

.social-media {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.social-media a {
  color: #fff;
  transition: 0.3s;
  font-weight: 400;
}

.bottom-bar p {
  font-size: 14px;
}

.bottom-bar {
  background-color: #272727;
}

.bottom-bar a:hover {
  color: #fff;
  transition: 0.3s;
}

.call {
  position: fixed;
  bottom: 40px;
  left: 15px;
}

.service-wrap-image img {
  width: 100%;
  object-fit: cover;
  height: 185px;
}

.service-wrap {
  display: block;
  margin-bottom: 20px;
}

.service-wrap:hover > .service-wrap-image .service-wrap-name {
  transition: 0.3s;
  background: var(--theme_color);
  color: #fff;
}

.service-wrap:hover {
  transition: 0.3s;
  box-shadow: 0 0 11px 0 #797979;
}

.service-wrap-name {
  font-size: 17px;
  text-align: center;
  background-color: #f5f5f5;
  color: #212529;
  padding: 10px 0;
  font-weight: 400;
  margin-bottom: 0;
  transition: 0.3s;
}

.modal .form-wrap {
  margin: auto;
}

.modal-header {
  position: absolute;
  width: 90%;
  z-index: 9;
  top: 14px;
}

#page-banner {
  background: var(--theme_color);
  padding: 100px 0;
}

.page-banner-heading {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.breadcrumb-item,
.breadcrumb-item a {
  font-size: 12px;
}

.service-detail-image {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: top;  
}

.faq {
  width: 75%;
  margin: 0 0 0 12%;
}

.faq-q {
  border-top: 2px dashed;
  border-color: #f97d1f !important;
  margin: 0;
  padding: 30px;
  counter-increment: section;
  position: relative;
}

.faq-q span {
  font-size: 20px;
  display: block;
}

.faq-q:nth-child(even):before {
  content: counter(section);
  right: 100%;
  margin-right: -20px;
  position: absolute;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  background: var(--theme_color);
  text-align: center;
  color: #fff;
  font-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-q:nth-child(odd):before {
  content: counter(section);
  left: 100%;
  margin-left: -20px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  top: 33%;
  width: 35px;
  background: var(--theme_color);
  text-align: center;
  color: #fff;
  font-size: 100%;
}

.faq-q:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px;
  padding-right: 0;
}

.faq-q:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px;
  padding-left: 0;
}

.faq-q:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.faq-q:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.about-us-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 50px 0 50px 0;
  -moz-border-radius: 50px 0 50px 0;
  -webkit-border-radius: 50px 0 50px 0;
  border: 5px solid var(--theme_color);
}

.about-img-wrap {
  width: 75%;
  height: 100%;
  margin: auto;
  padding: 20px 0px;
}

.vision-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50px 0 50px 0;
  -moz-border-radius: 50px 0 50px 0;
  -webkit-border-radius: 50px 0 50px 0;
  border: 5px solid var(--theme_color);
}

#contact-us .form-wrap {
  box-shadow: 0 0 8px 0 #ddd;
  height: 100%;
}

.contact-icon span {
  width: 55px;
  height: 55px;
  background: var(--theme_color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
}

.contact-info .form-heading {
  font-size: 28px;
}

.contact-info {
  padding: 20px;
  width: 90%;
  margin: auto;
}

#contact-strip {
  background: var(--theme_color);
  padding: 40px 0;
  position: relative;
  margin-top: 135px;
}

#contact-strip img {
  position: absolute;
  bottom: -35px;
  height: 250px;
}

#contact-strip .white-button:hover {
  border: 1px solid #fff;
}

#contact-strip p {
  font-size: 26px;
  font-weight: 500;
}

body.suburb #contact-strip {
  display: none;
}

.note {
  padding: 35px;
  background-color: #f5f5f5;
  margin-top: 30px;
  position: relative;
}

.note-icon {
  width: 45px;
  height: 45px;
  display: flex;
  background: var(--theme_color);
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -20px;
}

label.error {
  color: var(--theme_color);
  font-size: 11px;
}

.footer-icon-wraper {
  padding: 18px;
  background-color: var(--theme_color);
  position: sticky;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.footer-icon-wraper i,
.footer-icon-wraper button,
.footer-icon-wraper a {
  padding-right: 4px;
  color: #fff !important;
  font-size: 13px;
  border: none;
  background: transparent;
  display: block;
  font-weight: 600;
}

.footer-icon-wraper a {
  position: relative;
  line-height: 12px;
  display: flex;
  align-items: center;
}

.footer-icon-wraper .icon-wraper {
  display: flex;
  justify-content: center;
  padding: 0;
}

.footer-icon-wraper .icon-wraper::after {
  content: "";
  position: absolute;
  height: calc(100% + 35px);
  border-right: 1px solid #fff;
  right: 0;
  top: -18px;
}

.footer-icon-wraper .icon-wraper:nth-child(3)::after {
  border-right: none;
}

.mail-response {
  font-size: 18px;
  text-align: center;
}

.footer-menu a {
  font-weight: normal;
}

form button {
  width: fit-content;
  margin: auto;
  display: flex !important;
}

/* booking */
.booking-card {
  display: flex;
  flex-flow: column;
  gap: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
}

.booking-card ul {
  padding: 0;
  margin-left: 20px;
}

.booking-card ul li {
  position: relative;
  margin-bottom: 10px;
  transition: 0.4s;
  font-size: 15px;
}
.booking-card ul li:hover {
  color: var(--theme_color);
}
.booking-card p strong {
  font-size: 16px;
}
.booking-card img {
  width: 100%;
  height: 16rem;
  object-fit: contain;
}

.thank-heading {
  font-size: 60px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
  color: var(--theme_color);
}

.thanku-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.thanku-wrap img {
  height: 100px;
  object-fit: contain;
  filter: invert(25%) sepia(69%) saturate(2444%) hue-rotate(8deg)
    brightness(102%) contrast(93%);
}

.thanku-wrap p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

@media (width: 1199px) {
  .booking-card img {
    height: 15rem;
  }
}

.booking-card .book-body span {
  font-size: 20px;
  color: var(--theme_color);
  font-weight: 600;
  display: block;
}
.booking-card .book-body {
  padding: 0 20px 20px;
  display: flex;
  flex-flow: column;
  gap: 15px;
}

/* media query */

@media (max-width: 1200px) {
  .price-text .count {
    font-size: 36px;
  }
  .strip-left {
    width: 4%;
  }
  .truck-details ul li {
    font-size: 14px;
  }
  .truck-details {
    flex-flow: column;
    align-items: center;
  }
}

@media (max-width: 1024px) {
  .form-wrap {
    width: 100%;
  }
}

@media (min-width: 991.98px) {
  .footer-icon-wraper {
    display: none;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
    transition: 0.5s;
  }
}

@media (max-width: 991px) {
  .contact-icon span {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .contact-icon span i {
    margin: 0;
    padding: 0;
    display: flex;
  }

  .contact-info .form-heading {
    font-size: 20px;
  }

  .service-area-link {
    font-size: 15px;
  }
  p,
  li,
  div {
    font-size: 14px;
  }
  .price-heading {
    font-size: 18px;
  }
  .desktop-sticky-icon {
    display: none;
  }
  #counter {
    padding: 40px 0;
  }

  .delivered p i {
    font-size: 24px;
  }
  .count {
    font-size: 20px;
  }
  .mobile-logo {
    display: block;
    flex-grow: 1;
    height: 70px;
  }

  .mobile-logo img {
    width: 250px;
    height: 100%;
    object-fit: contain;
  }
  .about-us-image {
    display: none;
  }
  .about-img-wrap {
    display: none;
  }
  .vision-image {
    height: 350px;
    margin-bottom: 25px;
  }

  #navigation {
    background-color: #fff;
  }

  .navbar-toggler-icon {
    background-image: url(../img/menu-2.svg);
  }

  #navigation .navbar-nav .nav-link {
    color: rgb(49 49 49);
    line-height: 1.8rem;
    font-size: 15px;
    border-bottom: 1px solid #f1f1f1;
  }

  .fixed-call {
    text-align: center;
    display: block;
    padding: 12px;
    background: var(--theme_color);
    margin-bottom: 20px;
  }

  .service-box {
    margin-bottom: 20px;
  }

  .counter-box br {
    display: none;
  }

  .about-box {
    margin-bottom: 20px;
  }

  #contact-strip img {
    display: none;
  }

  #contact-strip {
    margin-top: 0;
  }

  .price-box {
    margin-bottom: 20px;
  }

  .testimonial-box {
    margin-bottom: 20px;
  }

  .footer-menu a {
    white-space: nowrap;
  }

  .common-heading {
    font-size: 22px;
  }

  .contact-info {
    width: 100%;
    margin-top: 20px;
  }

  .row.mb-5 {
    margin-bottom: 20px !important;
  }
  .customized-vehicles {
    display: none;
  }
  .strip {
    flex-flow: column;
    gap: 10px;
    padding: 20px 0px;
  }

  .strip h2 {
    font-size: 24px;
    text-align: center;
  }
  .price-box img {
    height: 250px;
    object-fit: cover;
  }

  .about-box-heading {
    font-size: 16px;
  }
  .certified-box-icon span {
    height: 60px;
    width: 60px;
  }
  .certified-box-icon span i {
    font-size: 20px;
  }
  .certified-box-heading {
    font-size: 16px;
  }
  .certified-box-icon span i {
    font-size: 16px;
  }
  .white-button {
    font-size: 13px;
    padding: 6px 14px;
  }
  .small-heading,
  .faq-q span {
    font-size: 17px;
  }

  .banner-text-wrap .banner-btn {
    display: none;
  }

  .banner-text-wrap .mobile-banner-btn {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .certified-para {
    display: none;
  }
  .reviews-img img {
    width: 70px;
  }
  .reviews-inner span {
    font-size: 16px;
  }
  .common-heading {
    font-size: 20px;
  }
  .bottom-bar .d-flex {
    display: block !important;
    text-align: center;
  }

  .bottom-bar p {
    text-align: center;
  }

  .theme-button {
    font-size: 13px;
    padding: 6px 14px;
  }
  p,
  li,
  div {
    font-size: 13px;
  }
  .map-footer {
    height: 200px;
  }
  .section-padding {
    padding: 30px 0px;
  }
  .strip h2 {
    font-size: 18px;
  }
  .mt-5,
  .my-5 {
    margin-top: 20px !important;
  }
  #page-banner {
    padding: 40px 0;
  }

  .reviews-img {
    width: 34px !important;
    height: 34px !important;
  }

  .reviews-img i {
    font-size: 17px !important;
  }

  iframe[title="Customer Reviews"] {
    display: none;
  }

  .product-review-wrapper {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .small-heading,
  .faq-q span {
    font-size: 15px;
  }
  .form-heading {
    font-size: 15px;
  }
  .service-area-link {
    font-size: 13px;
  }
  .strip h2 {
    font-size: 16px;
  }
  .certified-box-heading {
    font-size: 14px;
  }
  .form-control {
    font-size: 12px;
  }
  .delivered p i {
    font-size: 20px;
  }
  .count {
    font-size: 18px;
  }
  .delivered p {
    font-size: 14px;
  }

  ul.navbar-nav {
    height: 80vh;
    overflow-y: scroll;
  }

  .services-outer .col-lg-4 {
    margin-top: 0px;
  }

  #about-us .mt-5 {
    margin-top: 10px !important;
  }

  .bottom-bar p {
    font-size: 11px;
  }

  .price-heading {
    font-size: 15px;
  }
  .truck-details button {
    font-size: 12px;
  }

  .common-heading {
    font-size: 16px;
  }

  .service-heading {
    font-size: 18px;
  }

  .counter-box {
    margin-bottom: 25px;
    display: block !important;
  }

  .col-lg-3:last-child .counter-box {
    margin-bottom: 0;
  }

  .counter-icon {
    font-size: 20px;
    width: 65px;
    height: 65px;
    margin: auto;
  }

  .count {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .testimonial-image img {
    margin-bottom: 12px;
  }

  #footer {
    padding-left: 15px;
    padding-right: 35px;
  }

  .footer-heading {
    font-size: 16px;
    margin-bottom: 15px;
  }

  #banner {
    height: 60vh;
  }

  .banner-heading {
    font-size: 22px;
    line-height: 1.6;
  }

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

  #services p.d-flex a:last-child {
    display: none;
  }

  #services p.d-flex a {
    display: block;
    text-align: center;
    width: 100%;
  }

  .price-text .count {
    font-size: 26px;
  }

  .page-banner-heading {
    font-size: 20px;
  }

  .call {
    bottom: 35px;
    font-size: 12px;
    padding: 5px 15px;
  }

  .certified-box-icon span {
    width: 50px;
    height: 50px;
  }

  form .col {
    flex-basis: auto;
  }

  .form-row.mb-3 {
    margin-bottom: 0 !important;
  }

  .form-control {
    margin-bottom: 15px;
  }

  #page-banner {
    padding: 30px 0;
  }

  #contact-us .form-wrap {
    height: auto;
    margin-bottom: 20px;
  }

  .faq {
    width: 90%;
    margin: auto;
  }

  #process ul {
    padding-left: 15px !important;
  }

  .breadcrumb-item,
  .breadcrumb-item a {
    font-size: 10px;
  }

  .note {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .note-icon {
    top: -16px;
    left: -16px;
  }

  .whatsapp img {
    width: 50px;
    height: 50px;
  }

  .whatsapp {
    bottom: 23px;
  }

  .service-content {
    padding: 10px 15px 20px;
  }

  .project {
    font-size: 15px;
    color: #fff;
    text-align: center;
  }
  .service-text h3 {
    font-size: 16px;
  }
  .mail-response {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .review-wrapper {
    display: none !important;
  }
}
@media screen and (max-width: 400px) {
  .mobile-logo img {
    width: 204px;
    height: 100%;
    object-fit: contain;
  }
  .mail-response {
    font-size: 15px;
  }
}

@media screen and (max-width: 448px) {
  .review-wrapper .review-item {
    width: 106px !important;
    height: 74px !important;
  }

  .review-wrapper .review-item .review-img.google img {
    width: 14px !important;
  }

  .review-wrapper .review-item .review-img img {
    width: 22px !important;
  }

  .review-wrapper .review-item .review-img {
    width: 22px !important;
    height: 22px !important;
    top: -11px !important;
  }

  .review-wrapper::before {
    top: -8px !important;
    left: 8px !important;
  }

  .review-wrapper .review-item span {
    font-size: 13px !important;
  }

  .review-wrapper .review-item .rating i {
    font-size: 10px !important;
  }
}

.policy-heading {
  margin: 30px 0 10px !important;
}

.form-wrap label {
  margin-right: 5px;
  color: #0000009c;
  font-size: 15px;
}

.form-wrap textarea {
  resize: none;
}

.review-wrapper .review-item {
  width: 159px;
  height: 58px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.review-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  background-color: var(--theme_color);
  padding: 18px 0;
  position: relative;
  border-radius: 10px;
  margin: 0 13px;
}

.review-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 96%;
  background-color: #ce480954;
  border-radius: 10px;
  top: -10px;
  left: 10px;
}

.review-wrapper .review-item .review-img img {
  width: 27px;
}

.review-wrapper .review-item .review-img.google img {
  width: 17px;
  filter: brightness(10);
}

.review-wrapper .review-item .review-img.google {
  background-color: #0057e7;
}

.review-wrapper .review-item span {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 15px;
}

.review-wrapper .review-item .review-img {
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-wrapper .review-item .rating i {
  font-size: 12px;
  color: var(--theme_color);
}

.review-wrapper .review-item .rating .no-color {
  color: #000;
}

.review-wrapper .review-item .rating {
  margin-top: 21px;
}

.review-wrapper .review-item .rating p {
  font-size: 13px;
}

header .review-wrapper::before {
  content: none;
}

header .review-wrapper {
  background-color: unset;
  padding: 20px 0 10px 0;
}

header .review-wrapper .review-item .review-img img {
  width: 27px;
}

header .review-wrapper .review-item .review-img {
  width: 25px;
  height: 25px;
  top: -12px;
}

header .review-wrapper .review-item .rating {
  margin-top: 2px;
}

header .review-wrapper .review-item .rating p {
  margin-bottom: 0;
}

header .review-wrapper .review-item {
  height: 73px;
}

.reviews-img i {
  font-size: 23px;
  color: #fff;
}

.reviews-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--theme_color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 14px 10px 0;
}

iframe[title="Customer Reviews"] {
  top: 0;
  margin: auto;
  transform: rotate(270deg);
  left: -51px !important;
  padding: 6px 0;
}

#pr-reviews-carousel-widget .pr-do-not-use-accf-a-8wanz6 {
  width: 172px !important;
  height: 26px !important;
}

#pr-reviews-carousel-widget .pr-do-not-use-accf-a-1yq794c {
  width: 74px !important;
}

#pr-reviews-carousel-widget .pr-do-not-use-accf-a-1850r2e {
  background-size: 15px 19px !important;
}

#pr-reviews-carousel-widget .pr-do-not-use-accf-a-c07ukm {
  background-size: 15px 19px !important;
}

#pr-reviews-carousel-widget .pr-do-not-use-accf-a-1nj4uvx {
  font-size: 14px !important;
}

#pr-reviews-carousel-widget .pr-do-not-use-accf-a-rjektx {
  font-size: 14px !important;
}

#pr-reviews-carousel-widget .pr-do-not-use-accf-a-3ylgxs {
  background: #0000000a;
  border-radius: 10px;
  padding: 14px !important;
}

.banner-text-wrap .mobile-banner-btn {
  display: none;
}

iframe .pr-do-not-use-edae-a-14tms4x {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
}

div[title="4.2 out of 5 stars"] {
  display: none !important;
  position: relative !important;
  top: 20px !important;
}

.product-review-wrapper .review-img img {
  width: 100%;
}
.product-review-wrapper .review-img {
  display: block;
  width: 112px;
}

.product-review-wrapper .rating {
  position: relative;
  top: 6px;
}

.product-review-wrapper .rating i {
  color: #ffbf00;
  font-size: 11px;
}
.product-review-wrapper .rating .star-wrap {
  position: relative;
  top: 4px;
}

.product-review-wrapper .rating .no-color {
  color: #d9dadb;
}

.product-review-wrapper .rating .rating-text p {
  font-size: 14px;
  font-weight: 600;
  color: rgb(10, 43, 26);
  margin-bottom: 1px;
}

.product-review-wrapper .rating .rating-text {
  display: flex;
}

.product-review-wrapper .rating .rating-text span {
  color: #333333;
  margin: 0 2px;
  font-size: 11px;
}
.product-review-wrapper .rating .rating-text a {
  display: flex;
  color: #0077cc;
  font-size: 13px;
  align-items: center;
}

.product-review-wrapper {
  background-color: rgb(248, 249, 250);
  display: inline-block;
  padding: 1px 11px;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  width: 155px;
  transform: rotate(270deg);
  left: -57px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0.25rem 1px;
  z-index: 9999;
}

.pr-inline-rating .pr-do-not-use-edae-b-1tvxls2 {
  color: #fff !important;
  font-size: 13px !important;
}

.pr-inline-rating .pr-do-not-use-edae-b-hfxj98 {
  color: #fff !important;
}

.pr-inline-rating .pr-do-not-use-edae-b-2q9ot6 {
  height: 21px !important;
  width: 29px !important;
  position: relative;
}

.pr-inline-rating .pr-do-not-use-edae-b-2q9ot6::after {
  content: "dfdfdfdfdf";
  position: absolute;
  width: 30px;
  height: 20px;
  background-color: red;
  left: 0;
}
#banner .rating-wrap {
  display: flex;
  gap: 6px;
}

#banner .rating-wrap .star-wrap i {
  color: #fac422d6;
  font-size: 14px;
}

#banner .rating-wrap .pr-do-not-use-fdef-b-1tvxls2 {
  color: #fff !important;
}

#banner .rating-wrap .pr-do-not-use-fdef-b-hfxj98 {
  color: #fff !important;
}

#banner .rating-wrap .pr-do-not-use-ccdd-b-1tvxls2 {
  color: #fff !important;
}

#banner .rating-wrap .pr-do-not-use-ccdd-b-hfxj98 {
  color: #fff !important;
}

#banner .rating-wrap .pr-do-not-use-ccdd-b-1n19a62 {
  filter: invert();
}

.bg-light .service-wrap-image .service-wrap-name {
  background: #fff;
}
