.location-links ul li:before {
  content: none;
}

:root {
  /* Font Family  */
  --font: "Jost", sans-serif;
  /* Text-size styles */


  /* Color styles */
  --brand--colour: #2c7fa9;
  --brand--colour--secondary: #2c7fa9;
  --accent--cta: #4cb853;
  --accent--cta--hover: #38a43f;
  --secondary--cta: #e4893a;
  --secondary--cta--hover: #d07526;
  --light--background: #f0f9fe;
  --heading: #000000;
  --paragraph: #4d4d4d;
  --heading--white: #ffffff;
  --paragraph--white: #ffffff;
  --box--stroke: #e7e7e7;
  --grey-1: #d3d3d3;
  --grey-2: #bebebe;
  --white: #ffffff;
  --black: #000000;
}

body {
  /* overflow-x: hidden; */
}



body #main .bootstrap-container .text-primary,
.text-primary {
  color: var(--brand--colour) !important;
}

body #main .bootstrap-container .bg-dark,
.bg-dark {
  background: radial-gradient(
    circle at top right,
    var(--brand--colour) 0%,
    var(--brand--colour--secondary) 75%
  );
  background-color: var(--brand--colour--secondary);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}


.tns-controls button {
  border: 0;
  color: #c1bdbd;
}


/* Request Quote Sections */
#request-quote.request-quote:first-child {
  margin-top: 150px;
}


.request-quote .form-section-logo {
  max-height: 80px;
}

/* About Video */
.ytVideoHolder {
  cursor: pointer;
}

.testimonials-slider .testimonial-item .testimonial-quote__author .avatar img {
  max-width: 65px;
}


#mapsection .col-md-6.py-4 .adress-p a,
#mapsection .col-md-6.py-4 h2.h3,
#mapsection a {
  color: var(--brand--coloury);
}

#mapsection .sp-icon {
  width: 40px;
}

#servicessection {
  background-color: #f2f2f2 !important;
}

/* Service Tabs */
#servicestabs .accordion-item {
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

#servicestabs .accordion-button {
  display: block;
  box-sizing: content-box;
  color: #fff;
  background: transparent;
  border: none;
  box-shadow: none;
}

#servicestabs .accordion-button > .row {
  width: 100%;
}


#servicestabs .accordion-button [id*="heading-"] {
  font-size: 18px;
  color: #fff;
}

#servicestabs .accordion-body {
  font-weight: 400;
}

/* Interlinking */
#interlinking .location-links ul {
  padding: 0;
  margin: 0;
  list-style: none !important;
}

#interlinking .location-links li {
  position: relative;
  margin: 0 0 12px !important;
  border: 1px solid #ccc;
  border-radius: 10px;
  transition: all 500ms ease 0s;
}

#interlinking .location-links li .marker {
  position: absolute;
  top: 0;
  left: 10px;
  display: inline-block;
  width: 22px;
  height: 100%;
  background-color: var(--brand--colour);
  -webkit-mask: url(<?phpthe_field("interlinking_marker_global", "option");?>)
    no-repeat center;
  mask: url(<?phpthe_field("interlinking_marker_global", "option");?>) no-repeat
    center;
  transition: all 500ms ease 0s;
}

#interlinking .location-links li a {
  display: block;
  padding: 10px 20px 10px 45px;
  color: var(--heading);
  transition: all 500ms ease 0s;
  text-decoration: none;
}

/* FAQ Section */
#faqsection .accordion-item {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0 !important;
  margin-bottom: 15px;
}

#faqsection .accordion-item button {
  border: 0 !important;
  background-color: var(--white);
  color: var(--black);
  border-radius: 0;
}

#faqsection .accordion-item .accordion-body p {
  color: #000;
}

#faqsection .h3.mb-4.text-center,
#faqsection .accordion-item .accordion-body p {
}

#faqsection .accordion-item .accordion-body ul {
  list-style: initial;
}

/* Utilities */

.bootstrap-container .accordion-button svg {
  transform: rotate(-45deg);
  transition: background 0.3s ease, transform 0.3s ease;
}

.bootstrap-container .accordion-button.collapsed svg {
  transform: rotate(0deg);
  transition: background 0.3s ease, transform 0.3s ease;
}

.bootstrap-container .accordion-button::after {
  content: none;
}