:root {
  --themedeepyellow: #c6aa64;
  --themelightyellow: #dac77c;
  --background: #f9fdff;
  --themegray: rgba(0, 0, 0, 0.03);
  --themeblack: #32373b;
}

.herosection {
  min-height: 476px;
}
.herosection .carousel-inner {
  min-height: 476px;
}
.herosection .carousel-inner .carousel-item {
  min-height: 476px;
  background: linear-gradient(90deg, rgba(50, 55, 59, 0.82) 9.51%, rgba(50, 55, 59, 0.42) 82.19%), url("../img/heathrow banner.webp") no-repeat;
}

.service-single-section-2 p {
  display: inline-block !important;
 
}
.service-single-section-2 .container .singleservicetop h3 {
  margin-top: 25px;
  font-size: 14px;
  color: var(--themedeepyellow);
  font-weight: 500;
}
.service-single-section-2 .container .singleservicetop h4 {
  font-size: 28px;
  font-weight: 500;
  color: var(--themeblack);
}
.service-single-section-2 .container .singleservicebottom .section-3-right .section-right-content ul li {
  margin-right: 20px;
}
.service-single-section-2 .container .service-single-right .link {
  border-radius: 6px;
  background: rgba(198, 170, 100, 0.11);
  display: block;
  height: 60px;
  font-size: 16px;
  color: var(--themedeepyellow);
  font-weight: 500;
}

@media (max-width: 576px) {
  .herosection {
    min-height: 306px;
  }
  .herosection .carousel-inner {
    min-height: 306px;
  }
  .herosection .carousel-inner .carousel-item {
    min-height: 306px;
    background: linear-gradient(90deg, rgba(50, 55, 59, 0.82) 9.51%, rgba(50, 55, 59, 0.42) 82.19%), url("../img/serviceherobgmobile.webp") no-repeat;
    background-size: cover;
  }
}/*# sourceMappingURL=servicesingle.css.map */