@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;700;900&display=swap');

a, a:hover, a:active, a:visited {
    text-decoration: none;
}

body {
    color: #202F58;
    background-color: #fff;
    font-family: Mulish, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

h1 {
    font-size: 36px;
    line-height: normal;
    font-weight: 900;
    color: #0251C0;
}

a.btn-primary,
button.btn-primary,
.buttons-btn-email {
    background-color: #D93853;
    text-align: center;
    padding: 10px 16px 13px 16px;
    border: 0;
    border-radius: 5px;
    min-width: 148px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1.3px;
    height: 42px;
    vertical-align: middle;
    cursor: pointer;
    margin: 10px 0px;
}

a.btn-primary {
    margin: 0px;
}

.buttons-btn-email {
    display: flex;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    text-transform: uppercase;
    margin: 0px;
}

.btn-directions {
    margin: 10px 0 20px 0;
    width: 200px;
}

a.btn-primary:hover,
button.btn-primary:hover,
.buttons-btn-email:hover,
button.btn-primary:active,
.buttons-btn-email:active,
button.btn-primary:visited,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background-color: #AE2D42;
}

.buttons-btn-email a {
    color: #FFF;
    font-weight: 2;
}

    .buttons-btn-email a:hover,
    .buttons-btn-email a:visited,
    .buttons-btn-email a:active,
    .buttons-btn-email a:focus {
        color: #FFF;
    }

button.btn-primary img {
    margin-right: 10px;
    padding-bottom: 7px;
}

button.btn-primary span {
    top: -3px;
    position: relative;
}

.content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

header {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: -1px -1px 10px 1px rgb(147 141 141);
    /* margin-bottom: 2px; */
    top: 0;
    z-index: 2;
    position: sticky;
    background-color: #ffffff;
    box-sizing: border-box;
    align-items: center;
}


.header-container {
    width: 100%;
    min-width: 320px;
    /* max-width: 1580px; */
    text-align: left;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    display: flex;
    min-height: 100px;
}

.container-fluid {
    --bs-gutter-x: 0;
}

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to right, #006aff 0%,#ff4362 100%);
}

.footer-container {
    margin: 0 auto;
    padding: 36px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

    .footer-container .footer-icons {
        text-align: right;
        justify-content: space-around;
        align-items: baseline;
        display: flex;
        flex-direction: column;
        padding: 0;
    }

.footer-links-container {
    margin-right: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-text {
    padding: 0 36px;
}

.footer-icons {
    margin-left: 10px;
}

.footer-text {
    margin-left: 0px;
}

.footer-socials {
    padding-left: 38%;
}



.footer-container .footer-icons .footer-socials img {
    margin: 0 0 10px 5px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    width: 100%;
    margin-top: 0px;
}

    .footer-links li a {
        text-decoration: none;
        color: #fff;
    }

.footer-legalText {
    flex-wrap: wrap;
    align-items: flex-start;
    color: #FFFFFF;
}

    .footer-legalText p {
        margin: 0px;
    }



.home-page-container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.padding-adjustment-introduction {
    padding-right: 0px;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 0px;
}

.home-page-introduction {
    /* width: 100%; */
    /* min-width: 320px; */
    /* max-width: 1580px; */
    /* box-sizing: border-box; */
    /* text-align: left; */
    /* align-items: center; */
    /* justify-content: space-around; */
    /* flex-direction: row; */
    /* display: flex; */
}

.home-page-introduction-title {
    font-size: 24px;
    color: #0251C0;
    font-weight: 900;
    margin: 0px 0px 10px 0px;
    text-align: center;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
}

.home-page-introduction-title-underline {
    width: 60px;
    border-bottom: 4px solid #149CE0;
    font-size: 6px;
    height: 4px;
    margin-top: 22px;
}


.home-page-introduction-subtitle {
    font-size: 20px;
    color: #006AFF;
    font-weight: 900;
    line-height: 29px;
    margin: 0px 0px 20px 0px;
}

.home-page-introduction-text {
    font-size: 24px;
    line-height: 27px;
    color: #006aff;
    font-weight: 900;
}

.applicationFormSection .home-page-introduction-text {
    margin-top: 10px;
}

.home-page-introduction-text li {
    line-height: 38px;
}

.home-page-introduction-text-description {
    color: #000;
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 10px 0 0 0;
}

.banner-mask {
    background-repeat: no-repeat;
    background-position-x: center;
    mask-position: initial;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: auto;
}

    .banner-mask.right-small {
        -webkit-mask-position: right;
        background-position-x: right;
        mask-image: url('../images/masks/img-mask-left.svg');
        -webkit-mask-image: url('../images/masks/img-mask-left.svg');
    }

    .banner-mask.left-small {
        -webkit-mask-position: left;
        background-position-x: left;
        mask-image: url('../images/masks/img-mask-right.svg');
        -webkit-mask-image: url('../images/masks/img-mask-right.svg');
    }

    .banner-mask.right-large {
        -webkit-mask-position: left;
        mask-image: url('../images/masks/banner-shape-mask.svg');
        -webkit-mask-image: url('../images/masks/banner-shape-mask.svg');
        height: 23vw;
        max-height: 327px;
        max-width: 945px;
        background-position-x: 20%;
        left: 14.3%;
        position: relative;
    }

.carousel-item img.banner-mask.right-large {
    -webkit-mask-image: url('../images/masks/img-mask-left-wide.svg');
    mask-image: url('../images/masks/img-mask-left-wide.svg');
    -webkit-mask-position: left;
    background-position-x: center;
    height: 23vw;
    max-height: 327px;
    max-width: 945px;
    left: -20px;
    position: relative;
}

.carousel-item .banner-row-right {
    width: 46%;
    max-width: 631px;
    order: 2;
    align-items: center;
    padding: 0 20px 0 0;
    display: flex;
}


.banner-mask.left-large {
    -webkit-mask-position: left;
    background-position-x: left;
    mask-image: url('../images/masks/img-mask-right-wide.svg');
    -webkit-mask-image: url('../images/masks/img-mask-right-wide.svg');
}

.home-page-introduction-left {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    background-color: transparent;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    order: 1;
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    /* padding-right: 30px; */
}

.home-page-introduction-right {
    width: 100%;
    height: 345px;
    order: 2;
    padding: 0 20px 0 0;
}



.home-page-services {
    background: linear-gradient(to right, #ffd9e0 0%,#cce1ff 100%);
    flex-direction: column;
}

.home-page-services-header {
    text-align: center;
    padding-top: 30px;
}

    .home-page-services-header div {
        font-size: 24px;
        line-height: 27px;
        font-weight: 900;
        color: #0251C0;
    }

    .home-page-services-header span {
        margin-top: 17px;
        border-top: 5px solid #149CE0;
        width: 80px;
        display: inline-block;
        text-align: center;
    }

.home-page-services-container {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.home-page-service {
    background-color: #ffffff;
    padding: 21px 20px;
    width: 302px;
    border-radius: 8px;
    margin: 30px 15px 30px 15px;
    text-align: center;
    box-shadow: 0px 0px 20px 0px #c3bebe;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    min-height: 280px;
}

.home-page-service-title {
    color: #0251C0;
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
    margin: 10px 0px;
}

.home-page-service-text {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}


.home-page-choices {
    flex-direction: column;
    background-image: url('../images/why-choose-auto-calibrate-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.home-page-choices-header {
    text-align: center;
}

    .home-page-choices-header div {
        font-size: 24px;
        line-height: 27px;
        font-weight: 900;
        color: #FFFFFF;
    }

    .home-page-choices-header span {
        margin-top: 17px;
        border-top: 5px solid #FFFFFF;
        width: 80px;
        display: inline-block;
        text-align: center;
    }

.home-page-choices-container {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.home-page-choice {
    background-color: #ffffff;
    padding: 21px 20px;
    max-width: 390px;
    min-width: 190px;
    min-height: 159px;
    border-radius: 8px;
    margin: 16px;
    text-align: center;
    box-shadow: 0px 0px 20px 0px #717171;
}

.home-page-choice-title {
    color: #0251C0;
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
    margin: 10px 0px;
}

.home-page-choice-text {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}



.home-page-contact {
    flex-direction: row;
}

.home-page-contact-container {
    background-color: #ffecef;
    flex-direction: column;
    padding: 50px 0;
}


.home-page-contact-header {
    text-align: left;
    max-width: 790px;
    scroll-margin-top: 100px;
}

.home-page-contact-image {
    width: 152px;
}

    .home-page-contact-image img {
        width: 152px;
    }

.home-page-contact-header div {
    font-size: 24px;
    line-height: 27px;
    font-weight: 900;
    color: #0251C0;
}

.home-page-contact-header span {
    margin: 20px 0 30px 0;
    border-top: 5px solid #149CE0;
    width: 80px;
    display: inline-block;
    text-align: center;
    line-height: 1px;
}

.background_pinkblue .home-page-contact-header div,
.background_image .home-page-contact-header div {
    color: #FFF;
}

.background_pinkblue .home-page-contact-header span,
.background_image .home-page-contact-header span {
    border-top: 5px solid #FFF;
}

.background_image {
    background-image: url('../images/backgrounds/why-choose-auto-calibrate-background-v2.jpg');
    background-size: cover;
}

.home-page-contact-header p {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #000000;
}

    .home-page-contact-header p a {
        color: #ff0000;
    }



.home-page-contact-form-header {
    padding: 15px 0 20px 0;
}

.home-page-contact-form-header-bold {
    font-weight: 900;
    font-size: 1.2em;
}

.car-window-row {
    width: 100%;
    display: inline-flex;
}

.car-window-row-container {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    display: flex;
    padding: 0 0px 25px 0px;
    font-size: 18px;
}

.car-window-row-picture-left,
.car-window-row-picture-right {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    text-align: left;
    width: 50%;
    min-width: 500px;
    align-items: flex-start;
    padding: 0;
}

.car-window-row-picture-left-image-mask {
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.car-window-row-picture-left-image {
    width: 100%;
    height: 100%;
    min-height: 17rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    background-position: left;
    order: 2;
    background-size: contain;
}

#dynamic-map.car-window-row-picture-left-image,
#map.car-window-row-picture-left-image {
    position: relative;
    overflow: hidden;
    height: 500px;
    border-radius: 25px;
    /* margin: 0 20px; */
    width: 500px;
    display: flex;
}

.left-image-mask {
    mask-image: url(../images/masks/img-mask-right.svg);
    mask-position: left;
    -webkit-mask-image: url(../images/masks/img-mask-right.svg);
    -webkit-mask-position: left;
    background-position-x: left;
    width: auto;
    height: auto;
    min-height: 343px;
    min-width: 100%;
}

.right-image-mask {
    mask-image: url(../images/masks/img-mask-left.svg);
    mask-position: right;
    -webkit-mask-image: url(../images/masks/img-mask-left.svg);
    -webkit-mask-position: right;
    background-position-x: right;
    width: auto;
    height: auto;
    min-height: 343px;
    min-width: 100%;
}


.picture_left_content_banner__right {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    background-color: transparent;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    order: 1;
    width: 50%;
    text-align: right;
    padding: 0;
}

.picture_left_content_banner__right_container {
    /* margin: auto; */
    text-align: left;
    /* height: 100%; */
    /* vertical-align: middle; */
    width: 100%;
    display: flex;
    justify-content: left;
    /* flex-direction: row-reverse; */
    line-height: 28px;
    padding: 0 0 0 25px;
}


.picture_left_content_banner__right_container_centre,
.picture_right_content_banner__left_container_centre {
    align-items: flex-start;
    padding: 0 10px 0 0px;
    width: 100%;
    line-height: 28px;
}

    .picture_left_content_banner__right_container_centre strong,
    .picture_right_content_banner__left_container_centre strong,
    .hub-locations strong {
        font-size: 24px;
        font-weight: 900;
        color: #0251c0;
    }

    .picture_left_content_banner__right_container_centre hr,
    .picture_right_content_banner__left_container_centre hr,
    .hub-locations hr {
        border: 3px solid #149CE0;
        max-width: 80px;
        margin: 0px;
        opacity: 1;
        margin: 0 0 20px 0;
    }

    .picture_left_content_banner__right_container_centre ul,
    .picture_right_content_banner__left_container_centre ul {
        padding: 0px 15px;
    }

    .picture_left_content_banner__right_container_centre li strong,
    .picture_right_content_banner__left_container_centre li strong {
        font-size: initial;
        font-weight: 600;
        color: rgb(32, 47, 88);
    }


.background_pinkblue {
    background: linear-gradient(90deg, rgb(0 105 251) 0%, rgb(252 68 100) 100%);
    color: #fff !important;
}

.background_lightblue {
    background: #e6f0ff;
}

/*Added to re-instate background properties after adding linear gradient (above)*/
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-size: 100% 100% !important;
}

.background_pinkblue .picture_left_content_banner__right_container_centre strong,
.background_pinkblue .picture_right_content_banner__left_container_centre strong,
.background_pinkblue .home-page-introduction-title,
.background_pinkblue .home-page-introduction-text,
.background_pinkblue .quote-text-text,
.background_pinkblue .quote-text-accreditation,
.background_pinkblue .banner-row-title {
    color: #fff !important;
}


.carousel-control-next-icon.background_white {
    background-image: url('../images/icons/chevron-right-xxxl-red.svg') !important;
}

.carousel-control-prev-icon.background_white {
    background-image: url('../images/icons/chevron-left-xxxl-red.svg') !important;
}

.carousel-control-next-icon.background_pinkblue {
    background-image: url('../images/icons/chevron-right-xxxl.svg') !important;
}

.carousel-control-prev-icon.background_pinkblue {
    background-image: url('../images/icons/chevron-left-xxxl.svg') !important;
}

.quote-container {
    height: 345px;
}

.picture_content_banner__container {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    , display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: nowrap;
    display: inline-flex;
    padding: 50px 0;
}



.window_right {
    flex-direction: column !important;
}

.window_left {
    /* flex-direction: column-reverse !important; */
}

.picture_right_content_banner__left_container {
    height: 100%;
    /* justify-content: center; */
    position: relative;
    background-color: transparent;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    margin: 0 auto;
    /* padding: 0.5rem 0; */
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    flex-wrap: nowrap;
    text-align: left;
}

.picture_right_content_banner__right_container {
    margin: 0 auto;
    flex-wrap: nowrap;
    text-align: center;
    width: 50%;
    padding-right: 36px;
}

.picture_right_content_banner__right {
    width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    order: 1;
    left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    background-position: left;
    background-size: cover;
    order: 2;
}

.content-right-image-mask {
    mask-image: url(../images/masks/img-mask-left.svg);
    mask-position: right;
    -webkit-mask-image: url(../images/masks/img-mask-left.svg);
    -webkit-mask-position: right;
    background-position-x: right;
    width: auto;
    height: auto;
    min-height: 17rem;
    min-width: 100%;
    width: auto;
    height: auto;
    min-height: 343px;
    min-width: 41%;
    mask-repeat: no-repeat;
}

.navigation, .plain-text {
    width: 100%;
    font-size: 1rem;
    cursor: pointer;
    margin-bottom: 20px;
}

    .navigation .bold {
        font-weight: 700;
        cursor: auto;
    }

    .navigation a {
        color: #111111
    }

.navigation-container {
    border-bottom: 2px solid #b1e4fd;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.plain-text-container {
    border-bottom: 2px solid #b1e4fd;
    border-top: 2px solid #b1e4fd;
    padding: 20px 0 20px 0;
    text-align: center;
    color: var(--Primary-Dark-Grey, #1D1D1D);
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
    margin: 0 0 20px 0;
}

.quote-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: anchor-center;
}

.quote-text, .quote-text-accreditation {
    display: flex;
    text-align: center;
    color: #202F58;
    align-items: center;
    flex-direction: column;
}

.quote-text-accreditation {
    font-weight: 600;
    position: relative;
}

.quote-text-text {
    font-size: 1.2em;
    line-height: 1.3em;
    display: flex;
    /* margin: auto 60px; */
    min-height: 67px;
}


.quote-text-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 979px;
    margin-top: 22px;
}

.quote-image-container {
    display: flex;
    width: fit-content;
    margin: 0 20px;
}

    .quote-image-container img {
        height: 48px;
    }


.carousel-control-next, .carousel-control-prev {
    width: 34px;
    background-size: 15px;
    opacity: 1;
    transition: none;
}

.carousel-control-next {
    margin: 0 40px 0 0;
}

.carousel-control-prev {
    margin: 0 0 0 40px;
}

.carousel-caption {
    position: static !important;
}

/*Start Speak to us - Contact Us */
.text-center {
    text-align: center;
}

.form-container {
    /* width: 100%; */
    /* margin: 0 auto; */
    /* background-color: white; */
    /* padding: 30px; */
    /* border-radius: 8px; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 20px;
}

.form-group {
    flex: 1;
    min-width: 200px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}


    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    textarea:focus {
        border: 3px solid #006aff;
        outline: none;
        transition: border-color 0.3s ease;
    }

textarea {
    resize: vertical;
    min-height: 100px;
}

.g-recaptcha {
    margin-bottom: 20px;
}

.submit-btn {
    background-color: #4285f4;
    color: white;
    border: 1px solid #FFF !important;
    padding: 12px 25px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s;
    text-transform: uppercase;
}

    .submit-btn:hover,
    .submit-btn:active,
    .submit-btn:visited {
        background-color: #3367d6;
    }

.icon-right {
    margin-left: 10px;
    font-size: 18px;
}

.submit-container {
    display: flex;
    justify-content: flex-end;
}

.textarea-row {
    flex: 100%;
}

.recaptcha-placeholder {
    height: 78px;
    width: 304px;
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 13px;
}

.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}

/*End Speak to us - Contact Us */


/*Start About us- Meet the team */


.section-header h2 {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 27px;
    font-weight: 900;
    color: #0251C0;
}

    .section-header h2::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #0066cc;
    }

.section-header span {
    margin-top: 17px;
    border-top: 5px solid #149CE0;
    width: 80px;
    display: inline-block;
    text-align: center;
    line-height: 1px;
}

.section-description {
    max-width: 900px;
    margin: 0 auto 40px auto;
    text-align: center;
    line-height: 1.6;
    color: #333;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.team-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}

    .team-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.team-name {
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.team-role {
    font-size: 14px;
    color: #666;
}

.caption {
    text-align: center;
    color: #666;
    font-size: 14px;
}
/*End About us- Meet the team */

/*Start Reasons to choose AutoCalibrate */

.section-header.no-underline h2::after {
    display: none;
    margin-bottom: 20px;
}

.section-header.no-underline span {
    display: none;
}


/*End Reasons to choose AutoCalibrate */

.banner-row-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.home-page-container .banner-row {
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.banner-row {
    width: 100%;
    min-width: 320px;
    /* max-width: 1580px; */
    box-sizing: border-box;
    text-align: left;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    display: flex;
}

.banner-row-title {
    font-size: 36px;
    color: #0251C0;
    font-weight: 900;
    margin: 0px 0px 10px 0px;
    flex-direction: column;
    /* padding: 40px 0 0 0; */
    line-height: normal;
}

.banner-row-right {
    max-height: 277px;
    order: 2;
    align-items: center;
    padding: 0 20px 0 0;
    display: flex;
}

.banner-row-left {
    /* padding: 0 0 0 40px; */
    /* width: 40%; */
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    /* justify-items: center; */
    align-items: baseline;
    max-height: 287px;
    min-width: 400px;
    flex-direction: column;
}


.carousel-container .banner-row-left {
    padding: 0 0 0 56px;
}

.carousel-caption {
    position: static !important;
}


/*Start Speak to us - Contact Us */
.text-center {
    text-align: center;
}

.form-container {
    width: 100%;
    border-top: 2px solid #3abdff;
    padding: 20px 0;
    margin: 20px 0 0 0;
}

.form-container-no-border-top {
    width: 100%;
    border-top: 0px;
    padding: 20px 0;
    margin: 20px 0 0 0;
}

.form-container .form-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}

.form-row,
.contact-form-col {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 20px;
}

.form-row-container {
    display: flex;
    flex-direction: row;
}

.form-row-container-inline {
    flex-direction: column;
}

#contactForm .form-row {
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

#contactForm div:nth-child(5) {
    justify-content: left;
    margin-top: 20px
}


#contactForm .form-row div {
    width: 32%
}

.form-row div {
    width: 100%
}

.form-col-container {
    display: flex;
    flex-direction: column;
}

.contact-form-col {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 0px;
}

.form-group {
    flex: 1;
    min-width: 200px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #cacaca;
    border-radius: 4px;
    font-size: 16px;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

.g-recaptcha {
    margin-bottom: 20px;
}

.submit-btn {
    background-color: #4285f4;
    color: white;
    border: none;
    padding: 12px 25px !important;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s;
}

.cta-button:hover span,
.btn-primary.submit-btn:hover span {
    margin-left: 50px;
    transition: 0.3s ease-in-out;
}

.btn-reverse-primary.submit-btn:hover span {
    margin-right: 50px;
    transition: 0.3s ease-in-out;
}

.icon-right {
    margin-left: 10px;
    font-size: 28px;
}

.icon-left {
    margin-right: 10px;
    font-size: 28px;
    position: relative;
    top: -3px;
}


.submit-container {
    display: flex;
    justify-content: flex-end;
}

.textarea-row {
    flex: 100%;
}

.recaptcha-placeholder {
    height: 78px;
    width: 304px;
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 13px;
}

.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}

/*End Speak to us - Contact Us */


/*Start About us- Meet the team */
.section-header {
    text-align: center;
    margin-bottom: 20px;
}

    .section-header h2 {
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
        font-size: 24px;
        line-height: 27px;
        font-weight: 900;
        color: #0251C0;
    }

        .section-header h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #0066cc;
        }

    .section-header span {
        margin-top: 17px;
        border-top: 5px solid #149CE0;
        width: 80px;
        display: inline-block;
        text-align: center;
        line-height: 1px;
    }

.section-description {
    max-width: 900px;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 40px auto;
    text-align: center;
    line-height: 1.6;
    color: #333;
}

.team-grid {
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 150px;
}

.team-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}

    .team-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.team-name {
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
    font-size: 18px;
    line-height: 22px;
}

.team-role {
    font-size: 18px;
    color: #666;
}

.team-group-photo {
    width: 100%;
    /* height: 300px; */
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    margin: 0 0 10px 0;
    padding: 20px;
}

.team-group-photo {
}

.caption {
    text-align: center;
    color: #666;
    font-size: 14px;
}
/*End About us- Meet the team */

/*Start Reasons to choose AutoCalibrate */
.auto-calibrate-card-section-container {
    display: flex;
    padding: 50px 0;
}



.auto-calibrate-card-section {
    /*    border-top: 1px solid skyblue;
    border-bottom: 1px solid skyblue;*/
    margin: 36px 0 20px 0;
    padding: 30px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-link-section {
    border-bottom: 2px solid #b1e4fd;
    border-top: 2px solid #b1e4fd;
}

.auto-calibrate-card-section ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-left: 0px;
}

.auto-calibrate-card-section img {
    height: 50px;
    margin-bottom: 20px;
}

.auto-calibrate-card-section li {
    display: flex;
    min-width: 45%;
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    background: #FFF;
    margin: 15px;
    box-shadow: 0px 0px 9px 0px rgb(127 121 121 / 50%);
}

.auto-calibrate-card-section.background_white li,
.background_white .auto-calibrate-card-section li {
    box-shadow: none;
}

.section-header.no-underline h2::after {
    display: none;
    margin-bottom: 20px;
}

.section-header.no-underline span {
    display: none;
}

/*End Reasons to choose AutoCalibrate */

/*News*/

.news-card {
    color: inherit;
    border-radius: 6px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    border-bottom: 3px solid #ffffff;
    -webkit-box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 100%;
}



    .news-card .news-date {
        width: fit-content;
        display: flex;
        border-radius: 10px;
        padding: 11px 15px;
        background-color: #e0f4ff;
        font-size: 16px;
        font-weight: bold;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        text-align: left;
        box-sizing: border-box;
        position: relative;
    }

.news-support-content > p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 4.5em;
}

.news-card.bg-light {
    background-color: #edf9fe;
    border-bottom: 3px solid #edf9fe;
}



.news-card .inner-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .news-card .inner-content .xs-text {
        color: #767676;
    }

img-fluid {
    max-width: 100%;
    height: auto;
}


.pagination {
    list-style-type: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
}

    .pagination li {
        padding-right: 1.25rem;
        color: #a0a0a0;
    }

        .pagination li a {
            color: #a0a0a0;
            font-weight: 500;
            padding: 10px;
        }

            .pagination li a.active {
                background-color: #D93853;
                color: white;
                border-radius: 5px;
            }




.single-article img {
    width: 100%;
}

.single-article .article-date {
    position: relative;
    margin-bottom: 1.5rem;
}

    .single-article .article-date:after {
        content: '';
        height: 2px;
        width: 100px;
        bottom: -20px;
        left: 50%;
        background-color: #45a496;
        display: block;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
    }

.section-pad--t {
    position: relative;
    padding-top: 1.25rem;
}

.section-pad--b {
    position: relative;
    padding-bottom: 1.25rem;
}


.social-share-block .jssocials-shares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .social-share-block .jssocials-shares .jssocials-share {
        font-size: 1rem;
        margin-right: 1rem;
        margin-top: 1rem;
    }

        .social-share-block .jssocials-shares .jssocials-share:nth-last-child(-n + 1) {
            margin-right: 0;
        }

        .social-share-block .jssocials-shares .jssocials-share a {
            color: #767676;
        }

.img-fluid {
    /* max-width: 100%; */
    /* max-height: 100%; */
    -o-object-fit: contain;
    /* object-fit: contain; */
}

.text-block {
    line-height: 1.8;
    font-size: 18px;
}

.text-grey--dark {
    color: #767676;
    font-weight: bold
}

button.btn-reverse-primary {
    background-color: white;
    color: #D93853;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1.3px;
    height: 42px;
    vertical-align: middle;
    cursor: pointer;
    margin: 10px 0px;
    padding: 13px 16px 13px 16px;
    border-radius: 5px;
    min-width: 148px;
    text-align: center;
    border: 1px solid #D93853 !important;
    ;
    align-items: anchor-center;
    text-transform: uppercase;
}

    button.btn-reverse-primary:hover,
    button.btn-reverse-primary:active,
    button.btn-reverse-primary:visited {
        background-color: #D93853;
        color: #FFFFFF;
    }
/*download*/

.faq-header {
    background: linear-gradient(to right, #0066FF, #FF4D7F);
    color: white;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

    .faq-header h1 {
        font-size: 24px;
        margin-bottom: 0.5rem;
        font-weight: 900;
    }

    .faq-header .underline {
        width: 80px;
        height: 4px;
        background-color: #00BFFF;
        margin: 0.5rem auto 1.5rem;
        border-radius: 2px;
    }

.faq-header-text {
    margin: 0 auto;
    line-height: 1.6;
}

.faqs-container {
    padding: 0;
}


    .faqs-container:last-of-type {
        padding-bottom: 50px;
    }

.faq-section {
    padding-top: 30px;
}

    .faq-section h2 {
        color: #0251c0;
        font-size: 24px;
        margin-top: 1rem;
        font-weight: 900;
    }

    .faq-section span {
        display: block;
        width: 80px;
        height: 4px;
        background-color: #00BFFF;
        margin: 0.5rem 0 30px;
        border-radius: 2px;
    }

.faqs-subtitle {
    font-size: 24px;
    line-height: 27px;
    color: #006aff;
    font-weight: 900;
}

/* Bootstrap Accordion Customization */
.accordion-item {
    border: none;
    margin-bottom: 1rem;
}

.faq-button {
    background-color: #E6F0FF !important;
    color: #333 !important;
    font-weight: bold;
    padding: 1.2rem !important;
    box-shadow: none !important;
}

    .faq-button:focus {
        box-shadow: none !important;
    }

    .faq-button:not(.collapsed) {
        color: #333 !important;
        background-color: #E6F0FF !important;
        box-shadow: none !important;
    }

/* Custom chevron for accordion */
.accordion-button::after {
    /* Using CSS triangle for chevron */
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0066FF;
    transition: transform 0.2s ease;
}

.accordion-button.collapsed::after {
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    border-top: 8px solid #0066FF;
}

.accordion-body {
    background-color: white;
    padding: 1.5rem;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

    .accordion-body p {
        line-height: 1.6;
        color: #555;
    }



.adas-container {
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.adas-description {
    font-weight: 700;
    font-size: 20px;
    padding: 0 10px 20px 0;
    text-align: center;
}

.adas-services {
    background: #e3f4ff;
    flex-direction: column;
}

.adas-diagram {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

    .adas-diagram img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

.adas-container {
    margin: 0 0 24px 0;
}

.adas-systems .width-setter {
    background: #ffffff;
    flex-direction: column;
}

.adas-systems-list {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-around;
    margin-bottom: 32px;
    width: 100%;
}

.adas-system-item {
    flex: 1 1 120px;
    min-width: 120px;
    max-width: 160px;
    text-align: center;
}

    .adas-system-item img {
        height: 64px;
        margin-bottom: 14px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.adas-system-title {
    font-weight: 600;
    color: #202F58;
    line-height: 1.3;
    font-size: 16px;
}

.adas-systems-description {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 24px auto;
    color: #202F58;
    font-size: 18px;
}

.adas-systems-intro {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 32px;
    font-weight: bold;
}

.adas-system-icon {
    /*filter: grayscale(1);*/
    color: #149CE0;
    fill: #149CE0;
}

.nav-links {
    display: flex;
    gap: 20px;
}

.nav-link, .dropdown-item {
    text-transform: uppercase;
    font-weight: 600;
}

.buttons-nav-link img {
    padding: 0 0 0 10px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-link:hover,
.use-my-location span:hover,
.use-my-location span:active,
.dropdown-item {
    color: #D93853;
}

.dropdown-item {
    border-radius: 5px;
}

    .dropdown-item:hover {
        background-color: #D93853;
        color: #FFF;
    }

.dropdown-menu {
    padding: 0px;
    border-color: #fff;
    box-shadow: 0px 0px 10px 1px #999;
}

.navbar-nav {
    justify-content: flex-end;
    width: 100%;
    margin: 0 0 0 40px;
}

.nav-item {
    margin: 0 0 0 20px;
}

.navbar-expand-lg,
.navbar-expand-xl {
    width: 100%;
}

.footer-subscribe {
    display: flex;
    justify-content: space-between;
    color: #FFF;
    background-color: #0044A3;
    padding: 20px 0;
}

    .footer-subscribe .width-setter:first-child {
        /* padding: 0px; */
    }

.footer-text {
    padding: 0;
}

.footer-subscribe-header {
    font-weight: 700;
}

.modal-h2 {
    position: relative;
    line-height: 27px;
    font-weight: 900;
}

.modal-underline {
    width: 66px;
    position: relative;
    background-color: #149ce0;
    height: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.modal-title {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 17px;
    text-align: center;
    font-size: 24px;
    color: #0251c0;
}

#hubModal .modal-dialog {
    width: 1000px;
    max-width: 1000px;
}

#hubModal .modal-content {
    padding: 0 0 20px 0;
    min-height: 560px;
    text-align: center;
}

    #hubModal .modal-content .car-window-row-container {
        /* padding: 0 50px 25px 50px; */
    }

#hubModal .car-window-row-picture-left {
    width: 70%;
    justify-content: flex-start;
    display: flex;
    align-items: flex-start;
}

#downloadModal .modal-content,
#subscribeModal .modal-content,
#newBookingModal .modal-content,
#contactModal .modal-content {
    padding: 20px;
    background-color: #ffecef;
}


.privacy-policy {
    color: #FF4362;
}

.modal {
    --bs-modal-width: 400px;
}

.download-row-container {
    /* width: 100%; */
    position: relative;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-end;
    padding: 36px 28px;
    /* border: 20px solid #fff; */
    box-sizing: border-box;
    /* gap: 32px; */
    background-image: url('../images/backgrounds/sign-up-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    text-align: left;
    font-size: 24px;
    color: #fff;
    font-family: Mulish;
    margin: 10px 0px 50px 0px;
}

.download-row-left-large {
    color: #FFF;
    font-family: Mulish;
    font-style: normal;
    font-weight: 900;
    line-height: 27px;
    font-size: 24px;
    padding: 0 0 15px 0;
}

.download-row-left-small {
    font-size: 20px;
    padding: 10px 0 0 0;
}

.download-row-right button {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
}

label.sign-up-checkbox {
    display: inline;
    padding: 0 0 0 10px;
    top: -10px;
    position: relative;
}

input.sign-up-checkbox {
    width: 30px;
    height: 30px;
}

/* Start Banner Row Layout Classes */
/* Extend the home-page-introduction-text-description class for blue headers */
.home-page-introduction-text-description h2,
.home-page-introduction-text-description h3 {
    color: #0251C0;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 1rem;
    margin-top: 2rem;
    position: relative;
    padding-bottom: 0.5rem;
}

    /* Add the blue underline */
    .home-page-introduction-text-description h2::after,
    .home-page-introduction-text-description h3::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60px;
        height: 3px;
        background-color: #2563eb;
        border-radius: 2px;
    }

    /* Style for the first header to remove top margin */
    .home-page-introduction-text-description h2:first-child,
    .home-page-introduction-text-description h3:first-child {
        margin-top: 0;
    }

/* Style bullet points to match layout */
.home-page-introduction-text-description ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.home-page-introduction-text-description li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}
/* End Banner Row Layout Classes */


/* Start Banner Row reverse Layout Classes */
.content-banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    width: 100%;
}

.content-banner-row {
    width: 100%;
    min-width: 320px;
    max-width: 1580px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.content-banner-image {
    flex: 1;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .content-banner-image img {
        width: 100%;
        height: auto;
        min-height: 300px;
        object-fit: cover;
    }

.content-banner-content {
    flex: 1;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
}

.content-banner-title {
    font-size: 24px;
    color: #0251C0;
    font-weight: 900;
    margin: 0 0 20px 0;
    line-height: 1.2;
    position: relative;
}

    .content-banner-title::after {
        content: '';
        display: block;
        width: 80px;
        height: 4px;
        background-color: #149CE0;
        margin-top: 15px;
    }

.content-banner-subtitle {
    font-size: 22px;
    line-height: 27px;
    color: #006aff;
    font-weight: 900;
    margin: 0 0 15px 0;
}

.content-banner-description {
    color: #000;
    font-family: Mulish, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}



/*Start Active vs Passive ADAS */
.adas-comparison-banner {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 25%, #8b5cf6 50%, #ec4899 75%, #ef4444 100%);
    padding: 60px 40px;
    color: white;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}

    .adas-comparison-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.1);
        pointer-events: none;
    }

.adas-comparison-content {
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 320px;
    max-width: 1580px;
    box-sizing: border-box;
}

.adas-comparison-main-title {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 50px;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
}

    .adas-comparison-main-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80px;
        height: 4px;
        background-color: #60a5fa;
        border-radius: 2px;
    }

.adas-comparison-grid {
    display: flex;
    flex-direction: row;
    gap: 60px;
    align-items: start;
}

.adas-comparison-section {
    flex: 1;
    width: 50%;
}

.adas-comparison-section-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.adas-comparison-section-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #f8fafc;
    opacity: 0.95;
    font-weight: 400;
}

.full-width-video {
    padding: 56.25% 0 0 0;
    position: relative;
    background-color: white;
    margin: 40px;
}

.card-column-1 {
    width: 98%;
}

.card-column-2 {
    width: 48%;
}

.card-column-3 {
    width: 30%;
}

.card-column-4 {
    width: 21%;
}

.card-column-5 {
    width: 18%;
}




.auto-calibrate-sections {
    flex-direction: column;
    background-image: url('../images/why-choose-auto-calibrate-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.auto-calibrate-section-subtitle {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 20px;
    padding: 0 0 30px 0;
    color: #242424;
}

.background_pinkblue .auto-calibrate-section-subtitle {
    color: #FFFFFF;
}

.auto-calibrate-section-header {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .auto-calibrate-section-header div {
        font-size: 24px;
        line-height: 27px;
        font-weight: 900;
        color: #0251c0;
    }

    .auto-calibrate-section-header span {
        margin: 17px 0 15px 0;
        border-top: 5px solid #149CE0;
        width: 80px;
        display: inline-block;
        text-align: center;
    }

.background_pinkblue .auto-calibrate-section-header div,
.background_image .auto-calibrate-section-header div {
    color: #FFF;
}

.background_pinkblue .auto-calibrate-section-header span,
.background_image .auto-calibrate-section-header span {
    border-top: 5px solid #ffffff;
    height: 5px;
}

.auto-calibrate-list {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.auto-calibrate-item {
    background-color: #ffffff;
    padding: 21px 20px;
    max-width: 350px;
    min-width: 190px;
    min-height: 159px;
    border-radius: 8px;
    margin: 16px;
    text-align: center;
    box-shadow: 0px 0px 20px 0px #717171;
}

.auto-calibrate-item-title {
    color: #0251C0;
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
    margin: 10px 0px;
}

.auto-calibrate-item-text {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}



a.auto-calibrate-card-button, .cta-button {
    display: flex;
    padding: 2px 12px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 5px;
    border: 1px solid var(--Primary-Magenta, #D93853);
    color: var(--Deep-Magenta, #E02443);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: var(--Typography-family-Body, Mulish);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    width: fit-content;
    transition: all 0.3s ease;
    cursor: pointer;
}


.cta-button {
    display: inline-block;
    padding: 10px 24px;
    font-weight: 200;
    height: 42px;
}

    a.auto-calibrate-card-button:hover, .cta-button:hover,
    a.auto-calibrate-card-button:active, .cta-button:active {
        color: #FFF;
        background-color: #E02443;
        font-weight: 200 !important;
    }

div .auto-calibrate-card-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 16px;
}

.auto-calibrate-card-button span.icon-right, .cta-button .arrow {
    position: relative;
    top: 2px;
    font-size: 30px;
    font-weight: 100;
    line-height: 1px;
}

.auto-calibrate-card-button span.icon-right {
    top: -3px;
}

.download-row-right button,
.download-row-right button:hover,
.banner-row-left button,
.banner-row-left button:hover {
    border: 1px solid #fff;
}

.news-item-container {
    padding: 50px 40px;
}

.home-page-contact-header span.news-item {
    margin: 20px 0px;
}

.card-column-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding: 0 16px; */
}

.download-row-left {
    display: flex;
    flex-direction: column;
}

    .download-row-left:first-of-type {
    }

    .download-row-left:last-of-type {
    }

.adas-page-text {
    flex-wrap: nowrap;
    font-size: 16px;
    margin: 0;
    border-radius: 0px;
}

    .adas-page-text strong {
        color: #fff;
        display: block;
    }

.full-width-video {
    border: 1px solid #b1e4fd;
}

.news-card .img-fluid {
    border-radius: 6px 6px 0 0;
}

.default-image, .hover-image {
    transition: opacity 0.3s ease;
}

.hover-image {
    opacity: 0;
    top: -42px;
    position: relative;
}

.footer-socials a:hover .hover-image {
    opacity: 1;
}

.footer-socials a:hover .default-image {
    opacity: 0;
}

.footer-socials a {
    width: 41px;
    padding: 0 0 0 10px;
    height: 41px;
    position: relative;
    top: -15px;
}

.footer-socials {
    display: flex;
    position: relative;
    top: 20px;
}

.footer-links li:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
}



.news-item-left {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.news-item-right {
    justify-content: flex-end;
    display: flex;
    width: 100%;
    padding: 0 16px 0px 16px;
}

.news-item-image {
    border-radius: 40px;
    width: 100%;
}

.news-title {
    padding: 10px 0;
}


.width-setter {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    padding: 0 16px;
}

    .width-setter .width-setter {
        width: 100%;
        padding: 40px 0;
    }

.header-container .width-setter,
.home-page-container.home-page-contact-container .width-setter,
.footer-subscribe .width-setter,
.adas-services .width-setter
.adas-page-text .width-setter {
    display: flex;
}

.footer-links-container.width-setter,
.header-container .width-setter {
    overflow: visible;
}

.home-page-container.home-page-contact-container .width-setter,
.adas-services .width-setter {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
}

.adas-page-text .width-setter {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    flex-direction: row;
}

.subscribe-button-container {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.news-item-row {
    flex-direction: column;
}


ul.hub-list {
    columns: 4;
    padding: 0;
}

.meet-the-team {
    flex-direction: column;
    padding: 16px;
}



.loader {
    font-size: 50px;
    display: inline-block;
    text-indent: -9999em;
    width: 35px;
    height: 35px;
    margin: 0 50px;
    /* padding-top: 0.2rem; */
    border-radius: 50%;
    background: #fff;
    background: linear-gradient(to right, #D93853 10%, rgb(255, 255, 255, 0) 42%);
    position: relative;
    animation: load3 1.4s linear infinite;
    transform: translateZ(0);
}

    .loader:before {
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .loader:after {
        background: #ffffff;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }


.buttonloader {
    font-size: 10px;
    display: inline-block;
    text-indent: -9999em;
    width: 30px;
    height: 30px;
    /* margin: 50px; */
    /* padding-top: 0.2rem; */
    border-radius: 50%;
    background: #fff;
    background: linear-gradient(to right, #ffffff 10%, rgb(255 255 255 / 0%) 42%);
    position: relative;
    animation: load3 1.4s linear infinite;
    transform: translateZ(0);
}

    .buttonloader:before {
        width: 44px;
        height: 0px;
        background: #d93853;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .buttonloader:after {
        background: #cccccc;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }


@keyframes load3 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hub-locations {
    /* margin: 40px; */
    display: flex;
    padding: 50px 0px;
    flex-direction: column;
}



#locationWait {
    position: absolute;
    top: 45%;
    font-size: 22px;
    font-weight: 900;
    color: #0251c0;
}

.hub-list.nav-link {
    cursor: pointer;
    display: list-item;
    margin: 0 0 0 20px;
}

.modal-button-container {
    display: flex;
    justify-content: end;
    padding: 0;
}

.use-my-location {
    display: flex;
    margin: 15px 0;
    cursor: pointer;
}

    .use-my-location span {
        padding: 0 10px
    }

.location-search {
    padding: 0 0 10px 0;
}

input.location-search {
    width: 175px;
    height: 42px;
    top: 2px;
    position: relative;
    text-transform: uppercase;
}

.location-search-button {
    display: inline-flex;
}


.car-window-row-container .contact-us {
    justify-content: space-evenly;
}

.news-item-container {
    padding-bottom: 50px;
}


@media (max-width: 1199px) {
    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        justify-content: end;
    }

    .carousel-item img.banner-mask.right-large,
    img.banner-mask.right-large {
        left: -138px;
        -webkit-mask-position-x: 120px;
        margin: 0 0 0 20px;
        height: 80vw;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .navbar-toggler-icon {
        background-image: url('../images/icons/svg/icon-nav-closed.svg');
        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition-duration: .275s;
    }

    button[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url('../images/icons/svg/icon-nav-open.svg');
        transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition-delay: 75ms;
        transform: translate3d(0, 0px, 0) rotate(-270deg);
    }

    .navbar-toggler {
        padding: 0;
        border: none;
        box-shadow: none !important;
    }

    .navbar-collapse {
        position: fixed;
        display: flex;
        width: 100%;
        height: 100%;
        top: 99px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(0 0 0 / 91%);
        z-index: 2;
        cursor: pointer;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .navbar-nav {
        justify-content: space-between;
        width: 360px;
        /* margin: 0 0 0 40px; */
        background-color: #0251C0;
        padding: 20px;
        display: flex;
        position: absolute;
    }

    .nav-item:not(.buttons-btn-email) {
        background-color: #FFF;
        padding: 1px 15px;
        margin: 0 0 10px 0;
        border: 1px solid #D93853;
        border-radius: 6px;
        color: #D93853;
    }

    .nav-item.buttons-btn-email {
        margin: 0 0 10px 0;
    }

    .dropdown-menu {
        padding: 0px;
        border-color: #fff;
        box-shadow: none;
    }

    .dropdown-menu {
        border-color: #fff;
        box-shadow: none;
        padding: 0px;
        margin: 0px;
    }

    .dropdown-item {
        padding: 0;
    }

    .dropdown-menu li {
        padding: 0 0 10px 0;
    }


    #contactForm .form-row {
        flex-direction: column;
        justify-content: left;
        width: 100%;
    }

    #contactForm div:nth-child(5) {
        justify-content: left;
        margin-top: 20px
    }


    #contactForm .form-row div {
        width: 100%
    }
}


@media (max-width: 991px) {
    .background_image {
        background-size: contain;
    }

    .adas-comparison-banner {
        padding: 40px 20px;
    }

    .adas-comparison-main-title {
        font-size: 2rem;
        margin-bottom: 30px;
        text-align: center;
    }

        .adas-comparison-main-title::after {
            left: 50%;
            transform: translateX(-50%);
        }

    .adas-comparison-grid {
        flex-direction: column;
        gap: 30px;
    }

    .adas-comparison-section {
        width: 100%;
    }

    .adas-comparison-section-title {
        font-size: 1.5rem;
    }

    .adas-comparison-section-description {
        font-size: 1rem;
    }

    .quote-container {
        height: 360px;
        padding: 20px;
    }

        .quote-container p {
            display: -webkit-box;
            -webkit-line-clamp: 15;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 1.5em;
            max-height: 550px;
        }

    .content-banner-row {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .content-banner-image,
    .content-banner-content {
        max-width: 100%;
        width: 100%;
    }

    .content-banner-content {
        padding-left: 0;
        align-items: center;
        text-align: center;
    }

    .content-banner-title {
        font-size: 28px;
        text-align: center;
    }

        .content-banner-title::after {
            margin: 15px auto 0 auto;
        }

    .car-window-row-container {
        flex-direction: column;
        /* height: 100%; */
        width: 100%;
        margin: 0 auto;
        justify-content: space-evenly;
        align-items: flex-start;
        flex-wrap: nowrap;
        display: inline-flex;
        padding: 0;
    }

    .picture_right_content_banner__left_container,
    .picture_left_content_banner__right {
        width: 100%
    }

    .car-window-row-picture-left {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0;
        margin: 0px;
    }

    .car-window-row-picture-left-image {
        width: 750px;
        min-width: 200px;
        min-height: 60vw;
        height: 100px;
        margin-bottom: 50px;
    }

    .left-image-mask {
        /* display: flex; */
        /* left: 16px; */
    }

    #hubModal .modal-content {
        padding: 20px;
        min-height: 560px;
    }

    #hubModal .modal-dialog {
        width: 95%;
        max-width: 540px;
    }

    #hubModal .car-window-row-picture-left {
        width: 300px;
        justify-content: center;
        align-items: flex-start;
    }

    #hubModal .picture_left_content_banner__right {
        height: 100%;
    }

    .quote-image-container {
        margin: 0px;
    }

    .quote-text-text {
        font-size: 18px;
        line-height: 28px;
        font-weight: 300;
        display: flex;
        align-items: flex-start;
        margin: auto 5px;
        text-align: center;
        position: relative;
        /* height: 550px; */
        overflow: hidden;
    }

    .home-page-introduction {
        display: flex;
        flex-direction: column;
        /* padding: 0 16px; */
        /* margin: 0 0 20px 0; */
        overflow: hidden;
    }

    .home-page-introduction-left {
        order: 1;
        text-align: left;
        justify-content: center;
        height: fit-content;
        width: fit-content;
    }

    .home-page-introduction-right {
        height: fit-content;
        width: 100%;
        order: 2;
        overflow: hidden;
    }

        .home-page-introduction-right img {
            mask-position: center;
            -webkit-mask-position-x: center;
        }

    .padding-adjustment-introduction {
        padding-bottom: 20px;
    }

    .dropdown-menu {
        border-color: #fff;
        box-shadow: none;
        padding: 0px;
        margin: 0px;
    }

    .dropdown-item {
        padding: 0;
    }

    .dropdown-menu li {
        padding: 0 0 10px 0;
    }

    .home-page-container .banner-row {
        padding-top: 30px;
        /* margin: 0 30px 0; */
        align-items: flex-start;
    }

    .banner-row-container {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
        padding: 0 0 20px 0;
    }

    .banner-row-left {
        min-width: 50% !important;
        display: flex;
        flex-direction: column;
        height: 100%;
    }



    .banner-mask.right-large {
        height: 64vw;
        max-height: auto;
        max-width: auto;
        margin: 20px 0 30px 16px;
    }



    .carousel-item .banner-row-right {
        width: 100%;
        position: relative;
        justify-content: left;
        display: contents;
        max-width: none;
    }

    .carousel-item img.banner-mask.right-large {
        height: 61vw;
    }

    .carousel-control-prev, .carousel-control-next {
        /* display: none; */
        margin: 0;
    }

    .carousel-container .banner-row-left {
        padding: 0 0 0 70px;
    }

    .carousel-item img.banner-mask.right-large {
        height: 80vw;
    }

    .form-row-container {
        flex-direction: column;
    }

    #newBookingModal .modal-content,
    #contactModal .modal-content {
        background-color: #ffecef;
        width: fit-content;
        height: fit-content;
        padding: 20px;
    }

    ul.hub-list {
        columns: 3;
        padding: 0;
    }

    .auto-calibrate-card-section ul {
        width: 100%;
        align-items: center;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .carousel .width-setter {
        padding: 20px 0 0 10px;
    }

    .right-image-mask {
        mask-position: left;
        -webkit-mask-position: left;
        background-position-x: left;
    }

    .adas-comparison-banner {
        padding: 30px 15px;
    }

    .adas-comparison-main-title {
        font-size: 1.8rem;
    }

    .adas-comparison-section-title {
        font-size: 1.3rem;
    }

    .adas-comparison-section {
        width: 100%;
        padding: 25px;
    }

    .content-banner-container {
        padding: 20px 15px;
    }

    .content-banner-title {
        font-size: 24px;
    }

    .content-banner-subtitle {
        font-size: 20px;
    }

    .content-banner-description {
        font-size: 16px;
        line-height: 24px;
    }

    .faq-header {
    }

    .faq-section {
    }

    .home-page-contact {
        flex-direction: column;
    }

    .home-page-contact-header {
        text-align: left;
        max-width: 790px;
        padding: 20px 0px 0px 0px;
    }

    .home-page-choices {
        background-size: contain;
        background-repeat: repeat-y;
    }

    .home-page-choice {
        max-width: 246px;
    }

    home-page-introduction {
        padding: 20px 0px 40px 40px;
    }

    .home-page-introduction-left {
        padding: 0px 20px 0px 0px;
    }

    .home-page-introduction-right img {
        mask-position: center;
        -webkit-mask-position-x: center;
        left: -100px;
        position: relative;
    }

    .auto-calibrate-sections {
        background-size: contain;
        background-repeat: repeat-y;
    }

    .auto-calibrate-item {
        max-width: 246px;
    }

    .header-container, .footer-container {
        align-items: center;
        justify-content: space-between;
    }

        .footer-container .footer-icons {
            margin-top: 50px;
            text-align: left;
            width: 100%;
        }

    header {
        /* padding: 15px; */
    }

    footer-subscribe {
        padding: 0;
    }


    .home-page-container .banner-row {
    }

    .quote-container {
        height: 500px;
        padding: 0 16px;
    }

    .banner-row {
        flex-direction: column;
    }

    .quote-container p {
        display: -webkit-box;
        -webkit-line-clamp: 17;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5em;
        max-height: 550px;
    }

    .navbar-nav {
        width: 100%;
    }

    .carousel-item img.banner-mask.right-large,
    img.banner-mask.right-large {
        left: -138px;
        -webkit-mask-position-x: 120px;
        margin: 0 0 0 20px;
        height: 80vw;
    }

        img.banner-mask.right-large:not(.carousel-item img.banner-mask.right-large) {
            left: -124px;
        }

    .carousel-container .banner-row-left {
        padding: 0px 16px 0 0;
        display: contents;
    }

        .carousel-container .banner-row-left div:last-child {
            padding: 0 0 10px 0;
        }

    .banner-row-left:not(.carousel-container .banner-row-left) {
        min-height: 200px;
    }

    .navigation {
        padding: 0px 16px;
    }

    .plain-text {
    }

    .auto-calibrate-card-section {
        /* margin: 30px 16px 30px 16px; */
    }

        .auto-calibrate-card-section.page-link {
            margin: 30px 16px;
            padding: 30px 0;
        }



        .auto-calibrate-card-section li {
            display: flex;
            padding: 30px 16px;
            /* margin: 10px; */
            min-width: 100%;
        }

    .quote-text, .quote-text-accreditation {
        margin: 0 20px;
        justify-items: flex-start;
        display: flex;
    }

    .home-page-introduction-title {
        margin: 0;
        padding: 50px 0 22px 0;
    }

    .download-row-container {
        margin: 10px 0 50px 0;
    }

        .download-row-container.adas-page-text {
            margin: 0px;
            flex-direction: column;
            padding: 36px 0;
        }

    .home-page-contact-container {
        /* padding: 20px 16px 20px 16px; */
    }

    .footer-subscribe .width-setter {
        flex-direction: column;
    }

        .footer-subscribe .width-setter:first-child {
            padding-top: 30px;
            padding-bottom: 30px;
        }

    .subscribe-button-container {
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding: 0 !important;
    }

    .form-container {
        padding: 20px 0 0 0;
        margin: 20px 0 0 0;
    }

    .footer-container {
        padding: 30px 0;
    }

    .footer-links-container {
        flex-direction: column;
    }

    .footer-socials {
        padding-left: 0%;
        margin: 0px;
    }

        .footer-socials a {
            padding: 0px;
        }

    .footer-icons {
        margin-left: 0px;
    }

    .footer-links {
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: flex-start;
        flex-wrap: wrap;
    }

        .footer-links li {
            padding: 0 0 10px 0;
        }

            .footer-links li:after {
                content: "|";
                padding: 0px 5px;
                color: #FFF;
                top: -1.5px;
                position: relative;
            }

            .footer-links li:last-child:after {
                content: ""
            }

    .footer-container .footer-icons .footer-socials img {
        margin: 0 0 10px 0px;
    }

    .footer-container .footer-icons {
        margin-top: 40px;
    }

    .download-row-left-small {
        padding: 10px 0 31px 0;
    }

    .banner-row-left {
        /* width: 40%; */
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        justify-items: center;
        align-items: baseline;
        min-height: 327px;
    }

    .banner-row-right {
        width: 100%;
        /* overflow-x: hidden; */
        left: 100px;
    }

    .home-page-introduction-text {
        padding: 0 0 10px 0;
    }

    .home-page-service {
        /* width: 100%; */
        margin: 15px;
    }

    .adas-diagram {
        display: none;
    }

    .adas-systems-list {
        flex-wrap: wrap;
    }

    .adas-system-item {
        padding: 20px;
    }

    .content-right-image-mask {
        /* min-height: 15rem; */
        /* min-width: 100%; */
    }

    .picture_content_banner__container {
        height: 100%;
        width: 100%;
        margin: 50px 0 0 0;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
        flex-wrap: nowrap;
        display: inline-flex;
        padding: 0;
    }

    .picture_right_content_banner__left_container {
        height: 100%;
        position: relative;
        background-color: transparent;
        background-position: left;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        text-align: left;
        padding: 0px;
    }

    .picture_left_content_banner__right_container_centre, .picture_right_content_banner__left_container_centre {
        padding: 0 16px;
    }

    .picture_right_content_banner__right {
        width: 750px;
        left: 0px;
    }


    .picture_right_content_banner__right_container {
        margin: 0 auto;
        flex-wrap: nowrap;
        text-align: center;
        width: 100%;
        padding: 0px 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: fit-content;
        margin: 50px 0;
    }

    .car-window-row {
        width: 100%;
        display: inline-flex;
        margin: 0 0 0px 0;
    }

    .car-window-row-container {
        height: 100%;
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
        flex-wrap: nowrap;
        display: inline-flex;
        /* padding: 50px 0; */
    }


    .picture_left_content_banner__right {
        width: 100%;
    }

    .picture_left_content_banner__right_container_centre {
        /* padding: 50px 16px; */
    }

    .car-window-row-picture-left {
        justify-content: center;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: nowrap;
        text-align: left;
        width: 100vw;
        /* margin: 50px 0; */
        /* height: 400px; */
        padding: 50px 0 0 0;
    }

    .car-window-row-picture-left-image {
        /* width: 537px; */
        /* min-width: 200px; */
        min-height: 60vw;
        height: 100%;
    }

    .picture_left_content_banner__right_container {
        padding: 0;
    }

    .adas-services .fw-bold {
        text-align: center;
        padding: 0 20px;
    }

    .full-width-video {
        padding: 200px;
    }

    .news-item-container {
        padding: 50px 16px;
    }

    .hub-locations {
        padding: 50px 0;
    }

    .picture_left_content_banner__right_container_centre {
        padding: 0;
    }

    .picture_right_content_banner__left_container_centre {
        padding: 50px 0 0 0;
    }

    .download-row-left .picture_left_content_banner__right_container_centre,
    .download-row-left .picture_right_content_banner__left_container_centre {
        padding: 0;
    }
}

@media (max-width:576px) {

    #dynamic-map.car-window-row-picture-left-image, #map.car-window-row-picture-left-image {
        width: 89vw;
    }

    .modal-content #dynamic-map.car-window-row-picture-left-image {
        width: 87vw;
    }

    newBookingModal .modal-content,
    #subscribeModal .modal-content,
    #contactModal .modal-content {
        margin-right: auto;
        margin-left: auto;
        height: fit-content;
        max-width: 100%;
    }

    ul.hub-list {
        columns: 2;
        padding: 0;
        gap: 0;
    }

    div.hub-locations {
        margin: 20px 0;
        flex-direction: column;
        padding: 0;
    }

    .picture_left_content_banner__right_container_centre {
        padding: 0;
    }

    .picture_right_content_banner__left_container_centre {
        padding: 50px 0 0 0;
    }

    .download-row-left .picture_left_content_banner__right_container_centre,
    .download-row-left .picture_right_content_banner__left_container_centre {
        padding: 0;
    }

    .adas-page-text .width-setter {
        flex-direction: column;
    }

    .auto-calibrate-card-section li {
        min-width: 100%;
    }

    .banner-row-right {
        width: 100%;
        /* overflow-x: hidden; */
        left: 0px;
        padding: 20px 0 0 0 !important;
    }
}

@media (max-width:480px) {
    .home-page-container .banner-row {
        /* padding: 0px 0px 30px 0; */
    }

    .width-setter {
        width: 100%;
    }

    .footer-links-container.width-setter,
    .header-container .width-setter {
        overflow: visible;
    }

    .news-item-row {
        flex-direction: column;
    }

    .footer-subscribe,
    .auto-calibrate-card-section-container {
        padding: 0px;
    }

    .auto-calibrate-section-header {
        padding-top: 50px;
    }

    .auto-calibrate-card-section li {
        padding: 30px 20px;
    }

    .full-width-video {
        padding: 110px 0;
    }
}


@media (min-width: 576px) {
    .width-setter {
        width: 576px;
        padding: 0 16px;
    }

    .plain-text-container {
        margin: 20px 0px;
    }

    .full-width-video {
        padding: 200px 0;
        align-items: center;
        justify-content: center;
        display: flex;
    }
}

@media (min-width:768px) {
    .footer-subscribe .width-setter:first-child {
        /* padding-top: 30px; */
        /* padding-bottom: 30px; */
    }

    .car-window-row {
        width: 100%;
        display: inline-flex;
        margin: 0 0 0px 0;
        padding-top: 30px;
    }

    .width-setter {
        width: 768px;
        padding: 0 16px;
    }

    .navigation {
    }

    .news-item-container, meet-the-team {
        padding: 50px 36px;
    }

    .footer-links {
        flex-direction: row !important;
        flex-wrap: wrap;
        line-height: 25px;
    }

        .footer-links li {
            padding: 0.25rem 0;
        }

            .footer-links li:not(:last-child):after {
                content: "|";
                color: #fff;
                margin: 0 0.35rem;
            }

    .full-width-video {
        padding: 200px 0;
    }
}

@media (min-width:992px) {

    .contact-form-col {
        padding: 20px;
    }

    #newBookingModal .modal-dialog {
        max-width: 90%;
    }

    #contactModal .modal-dialog {
        max-width: 800px;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: column;
    }

    .width-setter {
        width: 992px;
        padding: 0 24px;
    }

    .auto-calibrate-card-section li {
        min-width: 20%;
    }

    .footer-links {
        justify-content: left;
        max-width: 83%;
        justify-content: flex-start;
    }

    .full-width-video {
        padding: 300px 0;
    }

    #dynamic-map.car-window-row-picture-left-image {
        left: 50px;
    }
}

@media (min-width:1200px) {

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }

    .width-setter {
        width: 1200px;
        padding: 0 36px;
    }

    .news-item-row {
        flex-direction: row;
    }

    .news-item-left, .news-item-right {
        width: 50%;
    }

    .full-width-video {
        padding: 300px 0;
    }
}

.news-item-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width:1400px) {
    .width-setter {
        width: 1400px;
    }

    .full-width-video {
        padding: 400px 0;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .news-card {
        display: block;
    }
}

@media only screen and (min-width: 48em) {
    .single-article .heading2 {
        width: 510px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 48em) {
    .single-article .article-date:after {
        width: 70px;
    }
}

@media only screen and (min-width: 48em) {
    .section-pad--t {
        padding-top: 2.8125rem;
    }
}

@media only screen and (min-width: 62em) {
    .section-pad--t {
        padding-top: 3.4375rem;
    }
}

@media only screen and (min-width: 48em) {
    .section-pad--b {
        padding-bottom: 2.8125rem;
    }
}

@media only screen and (min-width: 62em) {
    .section-pad--b {
        padding-bottom: 3.4375rem;
    }
}

.login-form {
    margin: 0 0 50px 0;
}

    .login-form label {
        text-align: left;
    }

    .login-form input[type=text],
    .login-form input[type=password],
    .login-form input[type=email] {
        width: 300px;
    }

.applicationStepIcon {
    background-color: #c6c6c6;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .applicationStepIcon.current {
        background-color: #0251c0
    }

    .applicationStepIcon.ticked {
        background-color: #0bc86d;
    }

.applicationStepsLineLeft, .applicationStepsLineRight {
    opacity: 1;
    display: inline-block;
    width: 50%;
}

.applicationStepsLineBlue {
    border-top: solid #0251c0 5px;
}

.applicationStepsLineGrey {
    border-top: solid #c6c6c6 5px;
}

.applicationStepText {
    display: block;
    top: 40px;
    position: absolute;
    color: #333333;
}

.applicationStep1 {
    left: 0%;
    top: -42px;
    margin: 0 0 0 25px;
}

.applicationStep2 {
    left: calc(50% - 20px);
    top: -77px;
}

.applicationStep3 {
    left: calc(100% - 60px);
    top: -112px;
    position: relative;
    margin-bottom: -68px;
}

input[type="radio"].applicationFormRadio {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
}

    input[type="radio"].applicationFormRadio:not(:disabled) ~ label {
        cursor: pointer;
        border-radius: 5px;
        padding: 10px 15px 10px 5px;
        display: inline-block;
        margin-right: 25px;
    }

    input[type="radio"].applicationFormRadio:disabled ~ label {
        color: hsla(150, 5%, 75%, 1);
        border-color: hsla(150, 5%, 75%, 1);
        box-shadow: none;
        cursor: not-allowed;
    }

.applicationFormRadio + label {
    background: #d5d5d5;
}

@media (max-width:576px) {
    .applicationFormRadio + label {
        width: 100%;
    }
}

.applicationFormRadio + label::before {
    position: relative !important;
    color: #fff;
    content: "-";
    font-size: 20px;
    top: 1px;
    left: 23px;
    transform: translateX(-50%);
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: white;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
}

.applicationFormRadio:checked + label {
    background: #006aff;
    color: #dfecff;
}

    .applicationFormRadio:checked + label::before {
        position: relative !important;
        color: hsl(151.11deg 89.57% 41.37%);
        content: "\2714\0020";
        font-size: 20px;
        top: 1px;
        left: 23px;
        transform: translateX(-50%);
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        background: white;
        font-weight: bold;
        display: inline-block;
        margin-right: 15px;
    }

.applicationStepsDescription {
    margin-top: 5px;
}


#applicationForm label {
    margin-top: 20px;
}

#postcode,
#registeredHeadOfficeAddressPostcode,
#billingAddressPostcode {
    text-transform: uppercase;
}

#registeredHeadOfficeAddressPostcode,
#billingAddressPostcode {
    width: 250px;
    margin-right: 10px;
    height: 42px;
}

.postcodeButton {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-flow: row wrap;
    max-width: 400px;
}

#registeredHeadOfficeAddress,
#billingAddress {
    min-width: 250px;
    height: 42px;
    border-radius: 5px;
    border-color: #cacaca;
    padding: 0 10px;
}

.hiddenDiv {
    max-height: 0;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
}

.visibleDiv {
    max-height: 500px;
    transition: max-height 0.5s ease-in;
}

.applicationFormButtonContainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.postcodeButton button {
    padding: 7px 16px 13px 16px;
    min-width: 100px !important;
    margin-right: 10px;
}

.applicationSteps > .home-page-introduction-text {
    margin-top: 20px;
}

.applicationFormSectionHeader {
    color: #0251c0;
    font-weight: bold;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .applicationFormSection {
        width: 70%;
        min-height: 400px;
    }
}

.applicationFormButtonContainer .icon-right,
.applicationFormButtonContainer .icon-left {
    font-size: 18px;
    padding: 5px 0 0 0;
}

.applicationCheckboxContainer {
    display: block;
    position: relative;
    padding-left: 56px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bookingFormQuestion {
    margin: 10px 0 0 0;
}

    .bookingFormQuestion div {
        font-style: italic;
        font-weight: 100;
        font-size: smaller;
    }

/* Hide the browser's default checkbox */
.applicationCheckboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    width: 45px;
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.applicationCheckboxContainer:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.applicationCheckboxContainer input:checked ~ .checkmark {
    background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.applicationCheckboxContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.applicationCheckboxContainer .checkmark:after {
    left: 16px;
    top: 7px;
    width: 12px;
    height: 22px;
    border: solid #000;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.error {
    border: 2px solid red !important;
}

.errorMessage {
    color: red;
}

#applicationForm .error {
    border: 2px solid red !important;
    background-color: #ffecef;
}

#applicationForm .error-override {
    border: 1px solid #cacaca !important;
    background-color: #ffffff !important;
}

button:disabled,
button[disabled] {
    border: 1px solid #999999 !important;
    background-color: #cccccc !important;
    color: #666666 !important;
}

.requiredStar {
    color: #f00;
    margin: 0 0 0 5px;
}
