:root {
    /* Colors: */
    --primary-color: #000;
    --secondary-color: #d31137;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
}
@font-face{
    font-family: "Conthrax";
    src: url("../Fonts/Conthrax//77e2c172ad2201a53a7462c14893bb10.ttf")format("truetype");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family: "RoadRadio-Bold";
    src:url("../Fonts/radio-bold/4a62f8c2bd387334565db30ee496cfdc.ttf")format("truetype");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}


* {
    box-sizing: border-box;
}

* {
    min-height: 0;
    min-width: 0;
}

ul {
    margin: 0px;
    padding: 0px;
}

html,
body {
    height: calc(100% - 0px);
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
}
button:focus, a:focus {
  box-shadow: none !important;
}
a {
    transition: 0.3s;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

img {
    max-width: 100%;
}

* {
    min-height: 0;
    min-width: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgb(126, 126, 126);
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(126, 126, 126);
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(126, 126, 126);
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgb(126, 126, 126);
}

.form-control {
    font-size: 14px;
    font-weight: 300;
    border-radius: 0px;
    padding: 10px;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}
p {
    line-height: 24px;
    font-size: 14px;
}
.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
    font-size: 20px;
    padding: 0;
    background: var(--primary-color);
    color: #fff;
    border: none;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 100%;
}

h5 {
    line-height: 30px;
}
/* CUSTOM CSS START */

.hidden {
    display: none!important;
    visibility: hidden!important;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
    height: max-content;
}

.carousel-caption h1 {
    font-size: 60px;
    font-weight: 800;
    max-width: 800px;
    margin: auto auto 10px auto;
}
.carousel-caption h1 span {
    font-weight: 700;
}
.carousel-caption p {
    margin: 0px;
    font-size: 18px;
}

.btn-default {
    background: var(--secondary-color);
    color: #fff;
    font-weight: 500;
    padding: 5px 30px;
    font-size: 18px;
    border-radius: 20px 0px;
}
.btn-default:hover {
    background: var(--primary-color);
    color: #fff;
}
.btn-border {
    background: #fff;
    border: solid 1px var(--secondary-color);
    color: #000;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 20px 0px;
}
.btn-border:hover {
    border: solid 1px var(--primary-color);
}

.navbar-nav .btn {
    padding: 5px 15px;
    margin: 0px 0px 0px 20px;
}

/* Footer CSS Start */

footer {
    margin-top: 0px;
    background: #f5f5f5;
    border-top: solid 2px var(--secondary-color);
}

footer .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 25px;
}

footer h4, footer .accordion-button {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    background: transparent !important;
    padding: 0px;
}

footer .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none !important;
    color: #000;
}
footer .accordion-button:focus {
    box-shadow: none;
    background: transparent;
}

ul.footer-link li a {
    padding: 3px 0px;
    display: block;
    color: #6c757d;
}
ul.footer-link li {
    list-style: none;
}

ul.footer-link li a:hover {
    font-weight: 500;
    transform: translateX(8px);
}

.footer-social img {
    height: 50px;
    width: 27px;
}

.footer-social img:hover {
    opacity: 0.7;
}

.footer-app img {
    max-width: 175px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.footer-app img:hover {
    opacity: 1;
}
.footer-logo {
    text-align: center;
    margin-bottom: 50px;
}
.footer-copyright {
    margin-top: 30px;
}
.footer-copyright p {
    font-size: 90%;
}
.footer-copyright p a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}
.footer-copyright p a:hover {
    color: var(--secondary-color);
}
.footer-copyright img {
    position: relative;
    top: -2px;
}
.footer-contact ul {
    list-style: none;
}

.footer-contact ul li a {
    display: flex;
    margin-bottom: 10px;
    text-align: left;
    color: #6c757d;
}

.footer-contact ul li a svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
    flex: 0 0 18px;
}

footer ul.footer-social {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer ul.footer-social li a {
    font-size: 35px;
    margin: 0px 15px;
    color: var(--secondary-color);
}
footer ul.footer-social li a i  {
    transition: 0.3s;
}
footer ul.footer-social li a:hover i {
    transform: translatey(-8px);
    opacity: 0.8;
    color: #000;
}
.footer-logo img {
    max-width: 250px;
    width: 100%;
}
.footer-logo a {
    display: inline-block;
}
.footer-link {
    text-align: center;
    margin-top: 36px;
}
.footer-link a {
    color: #000;
    font-size: 16px;
    padding: 0px 25px;
    font-family: "Conthrax";
}
.footer-link a.active, .footer-link a:hover
{
    color: var(--secondary-color);
}
/* Footer End */

header {
    /* position: fixed; */
    width: 100%;
    top: 0;
    z-index: 999;
    background: #f5f5f5;
    transition: all .5s ease-in-out;
    /* transform: translatey(-80px); */
}
header.header-fix {
    /* transform: translateY(0px);
    background: var(--primary-color); */
    box-shadow: 0 0 20px #dfdfdf;
    position: fixed;
    border-bottom: solid 2px #d31137;
}
header.header-fix .navbar-brand img {
    max-width: 125px;
}
header.header-fix .navbar-nav>li>a {
    font-size: 18px;
}
.header-logo-items-logo img {
    max-width: 200px;
}

section.header-logo {
    padding: 6px;
}

input:focus-visible {
    outline: none;
}
.page-item.active .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.page-link
{
  color: var(--primary-color);
}
.mobile-nav-close {
  color: #adadad;
  font-size: 30px;
  text-align: right;
  padding: 5px 20px 0px 20px;
}
.mobile-nav-close:hover {
    color: #adadad;
}

.modal-backdrop.show {
  opacity: .7;
}

/* Slick Slider Start */
.slick-slide {
    margin: 0px 10px;
}
.slick-slide {
    opacity: 10 !important;
}
.slick-dots li button:before
{
    font-size: 15px !important;
}
.slick-dots {
    bottom: -40px !important;
}
.slick-dots li.slick-active button:before
{
    opacity: 0.9 !important;
}
.slick-prev:before, .slick-next:before
{
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: 25px !important;
}
.slick-prev::before {
    content: "\f27f" !important;
}
.slick-next:before {
    content: "\f280" !important;
}
/* Slick Slider End */


.navbar-nav>li>a {
    color: #000;
    padding: 0px 15px;
    font-weight: 500;
    font-size: 20px;
    font-family: "RoadRadio-Bold";
}
.navbar-nav>li>a.active
{
    color: var(--secondary-color);
    text-decoration: underline;
    text-underline-offset: 8px;
}
.dropdown-menu {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}
.dropdown-menu a {
    color: #525252;
    font-size: 18px;
    padding: 8px 15px;
    display: block;
    width: auto;
    min-width: max-content;
    font-family: "RoadRadio-Bold";
    position: relative;
    padding-left: 28px;
}
.dropdown-menu a.active
{
    color: var(--secondary-color);
}
.dropdown-menu a:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #c7c7c7;
    border-radius: 100%;
    top: 18px;
    left: 12px;
}
.dropdown-menu a.active:before
{
    background: var(--secondary-color);
}
.dropdown-menu a:hover {
    background: var(--secondary-color);
    color: #fff;
}
.dropdown-toggle::after
{
display: none;
}
.navbar-nav>li>a.dropdown-toggle.show i {
    transform: rotate(180deg);
}


.footer-chat {
    position: fixed;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    z-index: 999;
}
.footer-chat-msg {
    background: #fff;
    color: #000;
    font-size: 13px;
    padding: 8px 10px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    border-radius: 10px;
    margin-right: 12px;
    position: relative;
}
.footer-chat-msg:hover {
    color: #000;
}
.footer-chat-msg:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 12px;
    width: 12px;
    right: -7px;
    top: 13px;
    transform: rotate(45deg);
    border-top: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
}
.footer-chat-whatsapp {
    background: #3ebd4e;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 25px;
    color: #fff;
}
.footer-chat-whatsapp:hover {
    background: #148b23;
    color: #fff;
}

.contact-info {
    margin-top: 50px;
    font-family: "Conthrax";
}
.contact-info .contact-info-list:last-child {
    margin-bottom: 0px;
}
.contact-info .contact-info-list:first-child {
    margin-top: 0px;
}
.contact-info-list {
    display: flex;
    margin: 20px 0px;
    color: #000;
    align-items: center;
}
.contact-info-list:hover
{
    color: #000;
}
.contact-info-list-icon {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--secondary-color);
    color: var(--secondary-color);
    border-radius: 100px;
    font-size: 25px;
    flex-shrink: 0;
    margin-right: 15px;
    box-shadow: 0 0 20px #efefef;
}
.contact-info-list-info {
    font-size: 16px;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: 46px;
}

.form-floating>label {
  top: -5px;
}

.form-floating-ngx-dropdown label {
    top: 10px;
  }
  
  .form-floating-title {
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 13px;
    width: 100%;
  }
  .form-floating-ngx-dropdown label {
    top: 33px;
    padding: 0px;
    height: auto;
    left: 10px;
  }
  .form-control,
.form-select {
  border-radius: 6px;
  font-size: 14px;
  padding: 10px 15px;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
  border-color: #000;
}

section.page-contact {
    padding: 80px 0px;
}
.location-map {
    border-radius: 20px;
    overflow: hidden;
}
/* CUSTOM CSS END */

.navbar-brand img {
    max-width: 160px;
}
#HomeSlider {
    margin-bottom: 50px;
}
.home-hero {
    background: url(../images/truck-1.png);
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 91vh;
    position: relative;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}
.home-hero:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
}
.home-hero .home-hero-info h1 {
    font-size: 50px;
    font-family: "Conthrax";
    max-width: 700px;
    color: #fff;
}
.home-hero .home-hero-info p {
    font-size: 20px;
    max-width: 800px;
    line-height: 34px;
    color: #fff;
}


.home-hero .container {
    position: relative;
}
.home-hero-content {
    display: flex;
    /* -webkit-backdrop-filter: saturate(180%) blur(30px); */
    /* backdrop-filter: saturate(180%) blur(30px); */
    /* background-color: hsla(0, 0%, 100%, .8); */
    max-width: 630px;
    width: 100%;
    margin-top: 30px;
    border-radius: 20px;
    padding: 20px;
    border: solid 1px rgba(255, 255, 255, 0.1);
}
.home-hero-content .home-hero-content-items {
    flex: 1;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.home-hero-content .home-hero-content-items p {
    margin: 0px;
    font-size: 16px;
}
.about-us {
    background: #f7f7f7 url(../images/truck-tire-bg.png);
    background-repeat: no-repeat;
    padding: 120px 0px;
    background-position: center left;
    background-size: 48%;
}
.about-us h2 {
    font-size: 40px;
    font-family: "Conthrax";
    margin-bottom: 20px;
}
.about-us h2 span {
    color: var(--secondary-color);
    text-transform: uppercase;
}
.about-us p {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}
.about-us-info {
    padding-left: 50px;
}
.services
{
    background: url(../images/tire-grp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 70px 0px;
    position: relative;
}

.services:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    top: 0;
}
.section-title {
    color: #000000;
    text-align: center;
    font-size: 40px;
    font-family: "Conthrax";
    margin-bottom: 48px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.section-title span
{
    color: var(--secondary-color);
}
.services-items {
    background: #fff;
    padding: 5px;
    border-radius: 15px;
    height: 100%;
    box-shadow: 3px 3px 12px rgba(0,0,0,0.21);
}
.services-items .services-items-img img {
    border-radius: 10px;
}
.services-items .services-items-info h3 {
    margin: 5px 0px 5px 0px;
    font-size: 21px;
    color: #000;
    font-family: "Conthrax";
}
.services-items .services-items-info p {
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
}
.services-items-info {
    padding: 8px;
}
section.customer-review
{
    background: url(../images/tire-bg-2.avif);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 75px 0px;
}

.customer-review-items img {
    max-width: 125px;
}
.customer-review-items p {
    margin: 15px 0px 5px 0px;
    font-weight: 500;
    text-align: left;
}
.customer-review-items i {
    font-weight: 800;
}
.customer-review-items {
    border-right: solid 1px #e1e1e1;
    padding: 10px;
    height: 100%;
}
section.why-choose {
    padding: 80px 0px 40px 0px;
}
.choose-info-items {
    display: flex;
    align-items: start;
}
.choose-info-items .choose-info-items-icon {
    min-width: 65px;
    color: var(--secondary-color);
    text-align: center;
}
.choose-info-items .choose-info-items-icon i {
    font-size: 45px;
}
.choose-info-items-info {
    flex: auto;
}

.choose-info-items .choose-info-items-info strong {
    font-size: 18px;
}
.choose-info-items .choose-info-items-info p {
    font-size: 13px;
    line-height: 20px;
    margin: 0px;
}
.inside-hero {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, #000000 100%), url(../images/tyre-bg.jpg);
    padding: 140px 0px;
    background-position: center center;
    background-attachment: fixed;
}
.inside-hero h1 {
    color: #fff;
    font-size: 50px;
    font-family: "Conthrax";
}
section.inner-pages {
    padding: 70px 0px;
    background-image: linear-gradient(180deg, #ffffff 39%, rgba(255, 255, 255, 0.80) 100%), url(../images/banner-truck-tyres-michelin.jpg); 
    background-size: cover;
}
.devider-shape {
    background-image: url(../images/devider.svg);
    background-size: 100% 81px;
    bottom: -1px;
    height: 81px;
    z-index: 10;
    transform: scale(1, 1);
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
}
section.page-contact .container {
    max-width: 1100px;
    margin: auto;
}
.contact-form h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #000;
    line-height: normal;
}
.contact-img img {
    border-radius: 60px 0px;
}
.about-page-info h2 {
    font-size: 40px;
    font-family: "Conthrax";
}
.about-page-info h2 span {
    color: var(--secondary-color);
}
.about-page-info p {
    font-size: 16px;
    line-height: 25px;
    max-width: 650px;
    text-align: justify;
}
.service-page-card-img {
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0px 10px 20px #d9d9d9;
}
.page-service h3 {
    font-family: "Conthrax";
    margin: 0px;
    padding: 0px 0px 12px 0px;
    font-size: 30px;
    color: #000;
}
.page-service p {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}
.page-service .service-page-card .service-page-card-info p {
    max-width: 650px;
}

.page-service p a,
section.faq .accordion-body a,
.content-card-full a,
.content-card .content-card-info p a,
.service-d-1-items a,
.service-page-new-section a
 {
    color: var(--secondary-color);
    text-decoration: underline;
    font-weight: 500;
    text-transform: uppercase;
    text-underline-offset: 3px;
}
.bg-secondary-color p a {
    color: #fff;
}
section.brand {
    background: #f7f7f7;
    padding-bottom: 35px;
}
section.brand h1 {
    font-family: "Conthrax";
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
section.brand h1 span {
    color: var(--secondary-color);
}
.brand-container {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.brand-container ul {
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    animation: marquee-horizontal 40s linear 0s infinite normal;
    flex: 0 0 auto;
    align-items: center;
  }
  .brand-container ul li {
    margin: 0px 30px;
    list-style: none;
  }
  .brand-container ul li img {
    max-width: 200px;
    max-height: 30px;
    /* filter: grayscale(1) brightness(.6);
    opacity: 0.7; */
}

@keyframes marquee-horizontal {
    0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
  }
  .shop-list {
    background: #fff;
    border: solid 1px var(--secondary-color);
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0px 7px 15px #b9b9b9;
    text-align: center;
    height: 100%;
}
.shop-list .shop-list-img {
    text-align: center;
}
.shop-list .shop-list-img img {
    max-height: 280px;
    margin: auto;
}
.shop-list .shop-list-info {
    padding-top: 20px;
}
.shop-list .shop-list-info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-family: "Conthrax";
    max-width: 300px;
    margin: auto auto 5px auto;
    text-align: center;
}
.shop-list .shop-list-info p {
    margin: auto;
    line-height: 20px;
    font-size: 13px;
    max-width: 290px;
}
.blog-list-items {
    display: block;
    color: #000;
}
.blog-list-items:hover {
    color: #000;
}
.blog-list-items .blog-list-items-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 7px 15px #e9e9e9;
    margin-bottom: 20px;
}
.blog-list-items .blog-list-items-info h3 {
    font-size: 20px;
    max-width: 600px;
    line-height: normal;
    margin-bottom: 5px;
    color: #000;
    font-family: "Conthrax";
}
.blog-list-items .blog-list-items-info p {
    margin: 0px;
    text-align: justify;
}
.product-tab .nav-tabs {
    border: none;
    justify-content: center;
    margin-bottom: 40px;
}
.product-tab .nav-tabs .nav-link {
    border: none;
    background: #ebebeb;
    color: #000000;
    margin: 0px 10px;
    border-radius: 30px;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Conthrax";
}
.product-tab .nav-tabs .nav-link.active {
    background: var(--secondary-color);
    color: #fff;
}
.blog-details {
    max-width: 980px;
    margin: auto;
}
.blog-details .blog-details-img {
    margin-bottom: 25px;
}
.blog-details .blog-details-img img {
    border-radius: 25px;
}
.blog-details .blog-details-info h2 {
    color: var(--primary-color);
    font-family: "Conthrax";
    font-size: 28px;
    line-height: normal;
}
.blog-details .blog-details-info p {
    line-height: 26px;
    font-size: 16px;
    margin: 14px 0px;
}
.blog-details .blog-details-info strong {
    display: block;
    font-size: 16px;
    margin: 12px 0px;
}
.blog-details .blog-details-info h3 {
    font-weight: 600;
    font-size: 24px;
    margin: 20px 0px 15px 0px;
}
.blog-details .blog-details-info ul {
    padding: 0px 0px 0px 20px;
    margin: 14px 0px;
}
.blog-details .blog-details-info ul li {
    padding: 5px 0px;
    font-weight: 500;
}
.blog-details a {
    color: var(--secondary-color);
    text-decoration: underline;
    font-weight: 600;
}
.blog-details a:hover {
    color: var(--primary-color);
}
.page-service {
    min-height: 800px;
}
.mx-900
{
    max-width: 900px;
}
.page-service h1,
.page-service h2,
.page-service h3,
.page-service h4,
.page-service h5,
.page-service h6 {
    font-family: "Conthrax";
}
.service-d-1-items {
    background: transparent;
    font-size: 20px;
    padding: 15px;
    height: 100%;
    border-radius: 20px 0px;
    border: solid 1px var(--secondary-color);
    display: flex;
}
.service-d-1-items small
 {
    display: block;
}
.service-d-1-items .service-d-1-items-icon {
    font-size: 38px;
    margin-right: 15px;
    color: var(--secondary-color);
}
section.bg-d-1 {
    margin-top: 60px;
    background: #000;
}
.bg-d-1 .bg-d-1-img
{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, #000 100%), url(../images/mobile-truck-tyre-repairs-near-me-1.webp);
    position: relative;
    background-repeat: no-repeat;
    min-height: 400px;
    background-size: cover;
}
.page-reliable-tyre-replacement .bg-d-1 .bg-d-1-img
{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, #000 100%), url(../images/rotation-tyre-balancing.jpg);
}
.page-reliable-tyre-replacement .bg-d-1 .bg-d-1-img-2
{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, #000 100%), url(../images/mobile-truck-tyre-repair.jpg) !important;
}
.page-rotation-and-tyre-balancing .bg-d-1 .bg-d-1-img
{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, #000 100%), url(../images/contact-us.webp);
}
.page-rotation-and-tyre-balancing .bg-d-1 .bg-d-1-img-2
{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, #000 100%), url(../images/banner-truck-tyres-michelin.jpg) !important;
}
.page-fleet-inspection .bg-d-1 .bg-d-1-img
{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, #000 100%), url(../images/fleet-inspection.jpg);
}
.page-fleet-inspection .bg-d-1 .bg-d-1-img-2
{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, #000 100%), url(../images/truck-1.png) !important;
}
.bg-d-1-img-2
{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, #000 100%), url(../images/mobile-truck-tyre-repairs-near-me-2.jpg) !important;
}
.bg-d-1-items-outer {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.bg-d-1 .bg-d-1-items strong {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
    line-height: normal;
    font-family: "Conthrax";
}
.bg-d-1 .bg-d-1-items p {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
}
.bg-d-1 .bg-d-1-items ul {
    font-size: 16px;
    padding: 8px 0px 0px 20px;
}
.bg-d-1 .bg-d-1-items ul li {
    padding: 5px 0px;
}
.bg-d-1-img-info {
    padding: 50px;
    max-width: 90%;
    color: #fff;
}
.bg-secondary-color
{
    background: var(--secondary-color) !important;
}
section.page-cta {
    margin-top: 90px;
}
section.page-cta .page-cta-bg {
    background: #fff;
    border: solid 2px #000000;
    padding: 30px;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0px 0px 20px #b9b9b9;
}
section.page-cta .page-cta-bg p {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
}
section.page-cta .page-cta-bg img {
    max-width: 180px;
    margin-bottom: 35px;
}
section.faq {
    margin-top: 90px;
}
section.faq h2 {
    text-align: center;
    margin-bottom: 25px;
}
section.faq .accordion-button {
    background: transparent;
    font-family: "Conthrax";
    color: #000;
    font-size: 22px;
    border: solid 2px transparent;
    border-radius: 20px 0px !important;
}
section.faq .accordion-item {
    background: transparent;
    border-radius: 0px;
    border: none;
    margin: 20px 0px;
}
section.faq .accordion-button:not(.collapsed) {
    background: transparent;
    color: #000;
    box-shadow: none;
    border-color: var(--secondary-color);
}
section.faq .accordion-body {
    font-size: 20px;
}
.accordion-button:not(.collapsed)::after {
    filter: grayscale(1);
}
section.bg-d-1.mt-0.bg-secondary-color p a {
    color: #fff;
}
.content-card {
    background: rgba(255, 255, 255, 0.4);
    padding: 20px;
    border-radius: 20px;
    margin-top: 25px;
}
.content-card h1,
.content-card h2,
.content-card h3,
.content-card h4,
.content-card h5,
.content-card h6 {
    font-family: "Conthrax";
    color: #000;
}
.content-card-full {
    padding-top: 25px;
}
.content-card-full .shop-faq h3 {
    margin-bottom: 15px;
    font-size: 26px;
    color: #000;
}
.content-card-full ul {
    padding: 0px 0px 20px 20px;
}
.content-card-full ul li {
    padding: 4px 0px;
}
.content-card-full .shop-faq {
    margin-top: 30px;
}
.content-card-full .shop-faq h3 {
    margin-bottom:15px
}
.content-card-full h3 {
    font-size: 20px;
}
ul.custom-breadcrumb a {
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 5px;
}
ul.custom-breadcrumb span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
ul.custom-breadcrumb {
    margin-top: 20px;
}

section.service-page-new-section
{
    margin: 80px 0px;
}
section.service-page-new-section .container * {
    width: 100%;
    max-width: 100% !important;
}
section.service-page-new-section ul, section.service-page-new-section ol {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px 0px 0px 20px;
    margin-bottom: 15px;
}
