﻿@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    color: #2f2f2f;
    font-family: "Montserrat", sans-serif;
}

label {
    font-weight: 700;
}

footer {
    background-color: #3a3e3d;
}

.legal {
    background-color: #3a3e3d !important;
}

@media (max-width: 500px) {
    .widget-bg {
        background-image: none;
        background-color: #999999 !important;
    }
}

@media (min-width: 501px) {
    .widget-bg {
        background-image: url(/Images/bg-garage-tyre-web.webp)
    }
}

.text-muted-fs {
    color: #53595f;
}

main {
    position: relative;
    padding-bottom: 60px;
}

@media (max-width: 768px) {
    main {
        padding: 0;
    }
}

.main-footer {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 768px) {
    .main-footer {
        padding: 0;
    }
}

a,
.color-primary {
    color: #e7131a;
}

strong {
    font-weight: 700;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

.title-alt {
    font-family: "Montserrat", sans-serif;
    line-height: 2.2em;
    font-weight: 500;
    font-size: 1.1em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.text-underline {
    text-decoration: underline;
}

.text-italic {
    font-style: italic;
}

.font-weight-semibold {
    font-weight: 600;
}

.btn {
    border-radius: 0;
}

    .btn.btn-primary {
        background-color: #e7131a;
        border-color: #e7131a;
        color: #fff;
        padding: .5rem 2rem;
    }

        .btn.btn-primary:hover {
            background-color: #c61017;
            border-color: #c61017;
        }

    .btn.btn-outline-primary {
        background-color: #ffffff00;
        border-color: #ed1c24;
        color: #ed1c24;
        padding: .5rem 2rem;
    }

        .btn.btn-outline-primary:hover {
            background-color: #ed1c24;
            border-color: #ed1c24;
            color: #ffffff;
        }

.btn-alt {
    background-color: #fff;
    color: #ed1c24;
    font-style: italic;
    text-transform: uppercase;
}

.btn-primary-sp {
    background-color: #ed1c24;
    border-color: #ed1c24;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    padding: 8px 32px;
    text-transform: uppercase;
    width: auto;
}

    .btn-primary-sp:hover {
        background-color: #c61017;
        border-color: #c61017;
        color: #fff;
    }

.content-sp {
    font-size: 14px;
}

.h4-sp {
    font-size: 18px;
}

.h5-sp {
    font-size: 14px;
}

.text-primary-sp {
    color: #e7131a;
}

.bg-primary-sp {
    background-color: #333;
    color: #fff;
}

    .bg-primary-sp:hover {
        background-color: #4d4d4d !important;
        color: #fff !important;
    }

.mb-2-sp {
    margin-bottom: 5px !important;
}

.mb-5-sp {
    margin-bottom: 30px;
}

.p-4-sp {
    padding: 15px 20px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.widget-sp {
    border: solid 2px #dedede;
    box-shadow: none;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .container-sp {
        max-width: 1140px;
    }
}

.btn-primary-bsp {
    padding: .5rem 1.2rem !important;
}

.home-h1 {
    font-size: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.bg-dark-grey {
    background-color: #2b2b2b;
}

.bg-grey {
    background-color: #ececec;
}

.slides {
    display: none;
}

.brand-box {
    background-color: #3a3e3d;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.whitespace-nowrap {
    white-space: nowrap;
}

@media (min-width: 501px) {
    .min-h-widget {
        min-height: 83px;
    }
}

@media (max-width: 500px) {
    .min-h-widget {
        min-height: 245px;
    }
}

.legal {
    background-color: #333;
    font-size: 12.5px;
}

    .legal,
    .legal a {
        color: #d1d1d1;
    }

@media (max-width: 500px) {
    .bg-banner-web {
        display: none;
    }
}

@media (min-width: 501px) {
    .bg-banner-mobile {
        display: none;
    }
}

@media (max-width: 991.9px) {
    .hidden-phone {
        display: none;
    }
}

@media (min-width: 992px) {
    .visible-phone {
        display: none;
    }
}

@media (max-width: 500px) {
    .bg-map-web {
        display: none;
    }
}

@media (min-width: 501px) {
    .bg-map-mobile {
        display: none;
    }
}

@media (max-width: 500px) {
    .image-web {
        display: none;
    }
}

@media (min-width: 501px) {
    .image-mobile {
        display: none;
    }
}

.grid-section + .grid-section {
    margin-top: 2rem;
}

.mb-6 {
    margin-bottom: 4rem;
}

.opening-hours-list li:not(:last-child) {
    margin-bottom: .25rem;
}

.opening-hours-list li span {
    color: #ed1c24;
    display: inline-block;
    font-weight: 700;
    min-width: 60px;
}

.form-background {
    background-color: #6e6d71;
}

.form-control.input-validation-error {
    border-color: #ed1c24;
}

.field-validation-error {
    color: #ed1c24;
}

.btn-unstyled {
    background: transparent;
    border: none;
}

.custom-switch .custom-control-label::before {
    border-color: #ed1c24;
    background-color: #ed1c24;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ed1c24;
    background-color: #ed1c24;
}

.custom-switch .custom-control-label::after {
    background-color: #fff;
}

.input-group .btn-search,
.input-group .btn-geolocate {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    padding: 7px 12px;
    z-index: 10;
}

    .input-group .btn-search:focus,
    .input-group .btn-geolocate:focus {
        box-shadow: none;
        outline: 0;
    }

.input-group .btn-geolocate {
    right: 3px;
}

    .input-group .btn-geolocate:before {
        background-color: #ced4da;
        content: "";
        height: 20px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
    }

.input-validation-error {
    border-color: #ed1c24;
    background-color: #f9dbdb;
}

#map {
    min-height: 800px;
}

header {
    font-family: "Montserrat", sans-serif;
}

    header .upper a {
        color: #595959;
        font-size: 9.5px;
        font-weight: 500;
        padding: 10px 30px;
    }

    header .upper li {
        position: relative;
    }

        header .upper li:not(:first-child):after {
            content: '';
            display: block;
            width: 1px;
            height: 18px;
            background-color: rgba(146, 146, 146, 0.6);
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
            left: -2px;
        }

    header .upper .list-inline-item:not(:last-child) {
        margin-right: 0;
    }

    header .lower {
        position: relative;
    }

    header .lower a {
        color: #2f2f2f;
        font-weight: 500;
    }

        header .lower a.active {
            color: #ed1c24;
        }

    header .lower,
    header .lower .btn-primary {
        font-size: 14px;
    }

        header .lower li a:not(.btn),
        header .nav-upper li a {
            display: flex;
            overflow: hidden;
            position: relative;
        }

        header .lower li a:not(.btn) {
            padding: 10px;
        }

            header .lower li a:not(.btn):hover,
            header .nav-upper li a:hover {
                text-decoration: none !important;
            }

@media (min-width: 992px) and (max-width: 1199px) {
    header .lower .list-inline-item {
        font-size: 12px;
        margin-right: 0 !important;
    }
}

@media (max-width: 991px) {

    header .lower ul {
        padding-top: 20px;
    }

    header .lower .list-inline-item {
        margin-right: 0 !important;
        width: 100%;
    }

    header .lower .btn-primary {
        margin-left: 0 !important;
        width: 100%;
    }
}

.logo {
    height: 36px;
}

#back-to-top {
    cursor: pointer;
    position: absolute;
    right: 40px;
    bottom: 20px;
}

    #back-to-top:hover > a {
        text-decoration: underline;
    }

@media (max-width: 768px) {
    #back-to-top {
        bottom: 10px;
    }
}

.navbar-toggler {
    position: absolute;
    top: 25px;
    right: 10px;
}

.nav-upper ul li a::after {
    content: '';
    display: block;
    background-color: #141414;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .35s ease-out;
    transform: translateY(100%);
}

.nav-lower ul li a:not(.btn, .nav-dropdown-link)::after {
    content: '';
    display: block;
    background-color: #141414;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .35s ease-out;
    transform: translateY(100%);
}

.nav-lower ul li a.active::after {
    background-color: #ed1c24;
    transform: translateY(0);
}

@media (min-width: 1000px) {
    .nav-lower ul li a:hover:after,
    .nav-upper ul li a:hover:after {
        transform: translateY(0);
    }
}

h1, h2, .field--type-simple-form .field__label, h3, h4, h5, h6 {
    font-family: "Montserrat","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #3a3a3d;
    font-weight: 700;
}

h2 {
    font-size: 24px;
}

.content {
    font-size: 12.5px;
}

    .content h3 {
        font-size: 14.5px;
    }

    .content p {
        margin: 1em 0;
    }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin: 20px 0;
}

.content .half h1,
.content .half h2,
.content .half h3,
.content .half h4,
.content .half h5,
.content .half h6 {
    text-align: left;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1550px;
    }

        .container.container-sml,
        .grid-container-sml .container {
            max-width: 1140px;
        }
}

.lookup-vrn-txt {
    background: url(//assets.tyresandservice.co.uk/Images/vrn/uk-reg.png) no-repeat left top;
    background-color: #fdf059;
    border: 1px solid black;
    border-radius: 4px;
    color: #000;
    height: 45px;
    line-height: 26px;
    margin: 0 0 10px;
    padding: 0 10px 0 35px;
    text-transform: uppercase;
}

.lookup-postcode {
    border: 1px solid black !important;
    border-radius: 4px;
    color: #000;
    height: 45px;
    line-height: 26px;
    margin: 0 0 10px;
}

.hero-section {
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
}

    .hero-section.tyre-search {
        color: #2f2f2f;
    }

    .hero-section.bg-3 {
        background-image: url("/Images/hero-bg-3.webp");
    }

    .hero-section.overlay:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .hero-section .hero-title {
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-size: 2.4rem;
        font-weight: 500;
        font-style: italic;
        text-transform: uppercase;
    }

    @media (max-width: 768px) {
        .hero-section .hero-title {
            font-size: 1.6rem;
        }
    }

.hero-section .hero-title.hero-title-alt {
    font-style: normal;
    font-weight: 600;
}

.hero-section .hero-title.sml {
    font-size: 2rem;
}

.hero-section .media-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 120px 60px;
    position: relative;
    z-index: 10;
}

    .hero-section .media-wrapper.alt {
        padding: 60px;
    }

@media (max-width: 768px) {
    .hero-section .media-wrapper {
        padding: 40px;
    }
}

.hero-section-2 {
    background-position: center;
    background-size: cover;
    position: relative;
}

    .hero-section-2.tyre-search {
        color: #2f2f2f;
    }

    .hero-section-2.bg-3 {
        background-image: url("/Images/hero-bg-3.webp");
    }

    .hero-section-2.overlay:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .hero-section-2 .hero-title {
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-size: 2.4rem;
        font-weight: 500;
        font-style: italic;
        text-transform: uppercase;
    }

    .hero-section-2.header-section .hero-title {
        font-size: 32.5px;
    }

    .hero-section-2 .hero-title.hero-title-alt {
        font-style: normal;
        font-weight: 600;
    }

    .hero-section-2 .hero-title.sml {
        font-size: 2rem;
    }

    .hero-section-2 .media-wrapper-2 {
        margin: 0 auto;
        max-width: 1200px;
        padding: 60px;
        position: relative;
        z-index: 10;
    }

        .hero-section-2 .media-wrapper-2.alt {
            padding: 60px;
        }

@media (max-width: 768px) {
    .hero-section-2 .hero-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .hero-section-2 .media-wrapper-2 {
        padding: 40px;
    }
}

.hero-section-3 {
    background-position: center;
    background-size: cover;
    height: 405px;
    color: #fff;
    position: relative;
}

    .hero-section-3.tyre-search {
        color: #2f2f2f;
    }

    .hero-section-3.bg-3 {
        background-image: url("/Images/hero-bg-3.webp");
    }

    .hero-section-3.overlay:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .hero-section-3 .hero-title {
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-size: 2.4rem;
        font-weight: 500;
        font-style: italic;
        text-transform: uppercase;
    }

    .hero-section-3.header-section .hero-title {
        font-size: 32.5px;
    }

    .hero-section-3 .hero-title.hero-title-alt {
        font-style: normal;
        font-weight: 600;
    }

    .hero-section-3 .hero-title.sml {
        font-size: 2rem;
    }

    .hero-section-3 .media-wrapper-3 {
        margin: 0 auto;
        max-width: 1200px;
        height: 405px;
        padding: 120px 60px;
        position: relative;
        z-index: 10;
    }

@media (max-width: 768px) {
    .hero-section-3 .hero-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 685px) {
    .hero-section-3.header-section .hero-title {
        font-size: 20px !important;
    }
}

@media (max-width: 768px) {
    .hero-section-3 .media-wrapper-3 {
        padding: 40px;
    }
}

.search-bg {
    background-color: #333;
    padding: 5px;
}

    .search-bg .nav-link {
        align-items: center;
        color: #fff;
        display: flex;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .search-bg .nav-link:hover {
            border-color: transparent;
        }

        .search-bg .nav-link > svg {
            fill: #fff;
            width: 25px;
            margin-right: 10px;
        }

@media (min-width: 576px) {
    .search-bg .nav-link > svg {
        width: 30px;
    }
}

.search-bg .nav-link.active > svg {
    fill: #ed1c24;
}

.centre {
    color: #707070;
    font-size: .8rem;
    padding: 20px 0;
}

.list-unstyled {
    list-style: none;
}

.footer-list {
    list-style-type: none;
}

.footer-title {
    font-size: 14px;
    color: white;
    font-weight: 700;
}

.footer-text {
    font-size: 14px;
    color: white !important;
    margin: 5px 0;
}

    .footer-text:hover {
        text-decoration: underline;
    }

footer svg path {
    fill: #fff;
}

footer .layout-footer {
    margin: 0 auto;
    max-width: 1140px;
}

.centre-list {
    max-height: 745px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .centre-list .btn-primary:focus,
    .centre-list .btn-primary:active:focus {
        box-shadow: none !important;
    }

.social-list a {
    align-items: center;
    background-color: #ed1c24;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

    .social-list a:hover {
        background-color: #3a3d3d;
        text-decoration: none;
    }

.icon-list {
    padding-left: 0;
}

    .icon-list li {
        list-style: none;
        margin-bottom: .5rem;
        padding-left: 30px;
        position: relative;
    }

        .icon-list li:before {
            color: #ed1c24;
            font-family: "Font Awesome 5 Pro";
            font-weight: 400;
            left: 3px;
            position: absolute;
            top: 0;
        }

        .icon-list li.address:before {
            content: "\f3c5";
        }

        .icon-list li.info:before {
            content: "\f05a";
        }

        .icon-list li.phone:before {
            content: "\f095";
        }

.service-icon-outer {
    align-items: center;
    border: solid 1px #ed1c24;
    border-radius: 50%;
    display: flex;
    height: 75px;
    justify-content: center;
    margin-bottom: 20px;
    padding: 18px;
    width: 75px;
}

.service-icon,
.service-icon-outer,
.service-title {
    transition: 0.3s;
}

.service-item {
    cursor: pointer;
}

.service-icon {
    max-height: 100%;
}

.service-title {
    font-size: 18.5px;
    text-transform: uppercase;
}

.service-item:hover .service-icon {
    -webkit-filter: invert(100%) contrast(200%);
    filter: invert(100%) contrast(200%);
    transition: 0.3s;
}

.service-item:hover .service-icon-outer {
    background: #ed1c24;
    transition: 0.3s;
}

.service-item:hover .service-title {
    color: #ed1c24;
    transition: 0.3s;
}

.min-h-600 {
    min-height: 600px;
}

.usp-icon {
    width: 30px;
    height: 38px;
}

.dealer-photo {
    max-height: 300px;
}

.profile-card {
    font-size: 1.1rem;
}

.profile-card-avatar {
    max-width: 80px;
}

.profile-card-sub {
    font-size: .9rem;
}

.ratings-google-logo {
    max-width: 85px;
}

.ratings-score {
    color: #e7711b;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: normal;
}

.ratings-star {
    max-width: 25px;
}

    .ratings-star:last-child {
        margin-right: 0 !important;
    }

.separator {
    margin-bottom: 25px;
    margin-top: 25px;
}

@media (min-width: 768px) {
    .separator {
        margin-bottom: 50px;
        margin-top: 50px;
    }
}

.btn.btn-shop-cta {
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

@media (min-width: 768px) {
    .btn.btn-shop-cta {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.btn-sml-container .btn-shop-cta {
    font-size: .8rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

.btn-sml-container .btn-shop-cta-icon {
    width: 28px;
}

.btn-sml-container .btn-shop-cta-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 120px;
}

.btn-shop-cta-icon {
    fill: #fff;
    flex-shrink: 0;
    width: 30px;
}

.btn-shop-cta-affix {
    background-color: #c61017;
    padding: 5px 15px;
}

.btn-icon {
    fill: #fff;
    width: 25px;
}

.btn-group-branch-result {
    margin-left: -2px;
    margin-right: -2px;
}

.btn-grey {
    background-color: #757575;
}

.call-box {
    padding: 0.5rem 2rem;
    font-size: 16px;
}

.review-card {
    padding-left: 35px;
    padding-right: 35px;
}

@media (min-width: 768px) {
    .review-card {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.review-card-avatar {
    max-width: 100px;
}

.review-card-sub {
    font-size: .8rem;
}

.reviews .swiper-button-next,
.reviews .swiper-button-prev {
    top: 60px;
}

.reviews .swiper-button-next {
    right: 0;
}

@media (min-width: 768px) {
    .reviews .swiper-button-next {
        right: 10px;
    }
}

.reviews .swiper-button-prev {
    left: 0;
}

@media (min-width: 768px) {
    .reviews .swiper-button-prev {
        left: 10px;
    }
}

.reviews .swiper-button-next,
.reviews .swiper-button-prev {
    color: red;
}

    .reviews .swiper-button-next:after,
    .reviews .swiper-button-prev:after {
        font-size: 1.5rem;
    }

@media (min-width: 768px) {
    .reviews .swiper-button-next:after,
    .reviews .swiper-button-prev:after {
        font-size: 2rem;
    }
}

.swiper-slide {
    height: auto !important;
}

.panel-heading {
    font-size: 20px;
}

.service-item-icon {
    height: auto;
    max-width: 40px;
}

.servicing-package .servicing-strapline {
    margin: 0 -20px 30px;
}

.servicing-package {
    border-width: 2px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}

.servicing-package-row > .col, .servicing-package-row > [class*="col-"] {
    padding: 0 2px !important;
}

.servicing-package.highlighted {
    border-color: #0071bc;
    box-shadow: rgba(0,0,0,0.176) 0px 1rem 3rem;
    position: relative;
}

    .servicing-package.highlighted:after {
        background-color: #0071bc;
        border-radius: 20px;
        color: #fff;
        content: "Recommended";
        font-size: 10px;
        line-height: 1;
        padding: 5px 10px;
        position: absolute;
        top: -10px;
        right: 5px;
    }

.servicing-package .package-img {
    display: block;
    margin: 20px auto 30px;
    max-height: 80px;
}

.servicing-package .servicing-package-btn {
    font-weight: 600;
    height: 45px;
}

.award-background {
    padding: 200px 20px;
    background-size: cover;
}

.award-text-background {
    padding: 30px 50px;
    background: rgba(0,0,0,.5);
}

.container-embedded {
    min-height: 300px;
}

.spinner-embedded {
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-36px);
}

    .spinner-embedded .spinner-border {
        color: #ed1c24;
        border-width: .5em;
        height: 4rem;
        width: 4rem;
    }

.rule {
    background-color: #ed1c24;
    border: none;
    margin: 0;
}

.rule-xs {
    width: 120px;
    height: 5px;
}

.cookie-container {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0.2rem 2.4rem !important;
    bottom: 0;
    display: none;
    font-size: 14px;
    padding: 40px 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.settings-container {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0.2rem 2.4rem !important;
    bottom: 0;
    display: none;
    font-size: 14px;
    padding: 40px 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.settings-border {
    border: 1px solid #DFE3E6;
}

.settings-scrollbar {
    max-height: 600px;
    overflow-y: scroll;
}

.settings-padding {
    padding-left: 28px;
    padding-right: 28px;
}

.settings-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

    .settings-row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)/ 2);
        padding-left: calc(var(--bs-gutter-x)/ 2);
        margin-top: var(--bs-gutter-y);
    }

.row-alt {
    margin-left: -5px;
    margin-right: -5px;
}

    .row-alt .col-12 {
        padding-left: 5px;
        padding-right: 5px;
    }

.locator-widget-heading {
    color: #fff;
    font-size: 2.25rem;
}

@media (min-width: 991px) {
    .locator-widget-heading {
        font-size: 3.25rem;
    }
}

.locator-widget-input {
    border-radius: 0;
    border: none;
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 991px) {
    .locator-widget-input {
        height: 55px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.btn.locator-widget-btn {
    font-size: .9rem;
    padding-left: .5rem;
    padding-right: .5rem;
}

@media (min-width: 769px) {
    .btn.locator-widget-btn {
        font-size: 1rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-section .media-wrapper-locator-widget {
        padding-left: 25px;
        padding-right: 25px;
    }
}

#google-reviews-rating {
    cursor: pointer;
}

.toggle-branch {
    display: none;
}

@media (max-width: 500px) {
    .toggle-branch {
        display: block;
    }
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

@media (min-width: 1400px) {
    .modal-xl {
        max-width: 1400px;
    }
}

.umb-grid .align-cols-start .column {
    align-self: flex-start !important;
}

@media (max-width: 768px) {
    .flickity-button {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 768px) {
    .flickity-prev-next-button.previous {
        left: -10px;
    }
}

@media (max-width: 768px) {
    .flickity-prev-next-button.next {
        right: -10px;
    }
}

.flickity-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: calc(1.6em + 1.625rem + 2px);
    height: calc(1.6em + 1.625rem + 2px);
    background-color: #7a7a7a;
    color: #fff;
}

    .flickity-button:hover {
        background-color: #1279af;
    }

    .flickity-button:focus {
        box-shadow: none;
    }

    .flickity-button:active {
        opacity: 1;
    }

.flickity-button-icon {
    display: none;
}

.flickity-button::after, .flickity-button::before {
    font-family: "Font Awesome 5 Pro";
}

.flickity-button.previous::before {
    content: "\f177";
}

.flickity-button.next::before {
    content: "\f178";
}

.flickity-prev-next-button.previous {
    left: -25px;
}

.flickity-prev-next-button.next {
    right: -25px;
}

.flickity-button:disabled {
    opacity: 0.8;
}