﻿body {
    background-image: url("/images/Home-BG.png");
    background-size: cover;
    position: relative;
}

.field-validation-error {
    content: url("/images/brake-warning-svgrepo-com.svg");
}

#cookieConsentdiv {
    z-index: 1000;
    position: fixed;
    width: calc(100% - 20px);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000000;
    color: #FFF;
    padding: 30px 20px;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    text-align: left;
    border-radius: 12px 12px 12px 12px;
}

    #cookieConsentdiv button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #000000;
        padding: 10px;
        color: #222222;
        transition: all ease 0.5s;
        font-size: 15px;
        border-radius: 6px 6px 6px 6px;
        font-weight: 500;
        line-height: 20px;
        white-space: nowrap;
    }

    #cookieConsentdiv p {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: calc(14px *1.5);
        word-wrap: break-word;
    }

.cmplz-soft-cookiewall {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.cmplz-categories .cmplz-category {
    background-color: rgba(239, 239, 239, 0.5);
}

    .cmplz-categories .cmplz-category .cmplz-category-header {
        display: grid;
        grid-template-columns: 1fr auto 15px;
        grid-template-rows: minmax(0, 1fr);
        align-items: center;
        grid-gap: 10px;
        padding: 10px;
        white-space: nowrap;
    }

.cmplz-preferences, .cmplz-manage-consent-container .cmplz-preferences {
    display: none;
}

.cmplz-categories .cmplz-category summary {
    display: block;
}

.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
    grid-column-start: 3;
    cursor: pointer;
    content: '';
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-size: cover;
    height: 18px;
    width: 18px;
}

.cmplz-categories .cmplz-category[open] .cmplz-icon.cmplz-open {
    transform: rotate(180deg);
}

.cmplz-categories .cmplz-category .cmplz-description {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0;
    max-width: 100%;
    padding: 10px;
}

.cmplz-body {
    width: 100%;
    grid-column: span 3;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 55vh;
}

.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
    font-size: 12px;
    font-weight: 500;
    color: green;
}

.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox {
    display: flex;
    align-items: center;
    margin: 0;
}

.cmplz-categories .cmplz-category .cmplz-banner-checkbox {
    position: relative;
}

    .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox {
        opacity: 0;
        margin: 0;
        margin-top: -10px;
        cursor: pointer;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0px;
        width: 40px;
        height: 20px;
    }

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox label > span {
    display: none;
}

.cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label {
    position: relative;
    padding-left: 30px;
    margin: 0;
}

.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous {
    display: none;
}

.center-logo {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 200;
    pointer-events: none;
}

    .center-logo a {
        pointer-events: all;
    }

.page-title {
    font-size: 294.11%;
    line-height: 50px;
}

.special-btn {
    display: inline-flex;
    max-height: 100%;
    max-width: 100%;
    min-height: 100px;
}

    .special-btn > img {
        margin-right: 42px;
        margin-top: auto;
        margin-bottom: auto;
    }

    .special-btn > span {
        font-size: 175%;
        margin-top: auto;
        margin-bottom: auto;
        text-align: left;
        line-height: normal;
    }

.partners-landing .special-btn > img {
    margin-right: 22px;
    min-width: 50px;
    min-height: 50px;
}

.partners-landing .special-btn > span {
    font-size: 120%;
}

.garages-landing .special-btn > img {
    margin-right: 22px;
    min-width: 80px;
    min-height: 80px;
}

.home-page .special-btn > img {
    margin-right: 22px;
    min-width: 102px;
    min-height: 80px;
}

.accordion {
    --bs-accordion-btn-focus-border-color: #FFFFFF;
    --bs-accordion-btn-focus-box-shadow: #FFFFFF;
    --bs-accordion-active-bg: #FFFFFF;
}

.accordion-item {
    margin-bottom: 33px;
}

.accordion-course-item {
    min-width: 295px;
}

.accordion-header {
    min-height: 90px;
    border-left: 5px solid #FFE400;
}

    .accordion-header button {
        min-height: 90px;
    }

.accordion-button:hover {
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    font-weight: bold;
}

    .accordion-button::after, .accordion-button:not(.collapsed)::after {
        width: 31px;
        height: 17px;
        background-image: url("/images/Down-arrow-black.png");
        background-size: unset;
        margin-right: 39px;
    }

.accordion-body {
    padding: unset;
    background: #FFFFFF;
}

.accordion-body-course-description {
    padding-top: 5px;
}

.training-description {
    line-height: 40px;
    background-color: #000000;
    color: #FFFFFF;
    padding-left: 10px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}

    .training-description ul li {
        background-color: transparent;
        color: #FFFFFF;
        border: none;
        font-size: 95%;
    }

/*.training-description span {
        margin-right: 21px;
        display: inline-block;
    }*/

.yellow-check {
    background-image: url('/images/Component 68 – 18.png');
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 16px;
}

#questions-container {
    background: #FFFFFF;
}

.question {
    font-size: 117.64%;
}

.answers {
    margin-top: 11px;
    margin-bottom: 33px;
}

    .answers input {
        margin-top: 4px;
        position: absolute;
    }

    .answers label {
        margin-left: 38px;
        margin-right: 28px;
    }

.vertical-border {
    height: 100%;
    border: 2px solid #000000;
}

#back-btn, #next-btn {
    background-color: #FFFFFF;
    border: 2px solid #000000;
}

    #back-btn:hover, #next-btn:hover {
        background-color: #000000;
    }

.video-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

    .video-container iframe,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

.video-wrap {
    width: 100%;
    max-width: 600px;
}

.fullscreen-icon {
    position: absolute;
    bottom: 19px;
    right: 19px;
    background: none;
    border: none;
    cursor: pointer;
}

.input-group {
    flex-wrap: nowrap;
}

.form-check-input {
    width: 24px;
    height: 24px;
    border: 1px solid #000000;
    border-radius: 5px;
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
}

    .form-check-input:checked[type=checkbox] {
        --bs-form-check-bg-image: url(/images/Tick-black-tickboxes.svg);
        background-size: auto;
    }

    .form-check-input:checked {
        background-color: unset;
        border-color: unset;
    }

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: unset;
        border-color: unset;
    }

input[type="radio"] {
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 40px;
    accent-color: #707070;
    cursor: pointer;
}

#flag-of-selected-culture-mobile {
    display: none;
}

#selected-culture-mobile {
    display: inline-block;
}

.go-to-basket {
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 124px) {
    .navbar-toggler {
        padding: 0.2rem;
        font-size: 11px;
    }
}

@media only screen and (max-width: 300px) {
    #flag-of-selected-culture-mobile {
        display: inline-block;
    }

    #selected-culture-mobile {
        display: none;
    }
}

@media only screen and (min-width: 576px) {
    body {
        font-size: 15px;
    }

    header {
        margin-bottom: 134px;
    }

    .navbar {
        height: 85px;
    }
}

@media only screen and (max-width: 575px) {
    header {
        margin-bottom: 64px;
    }

    .navbar {
        height: 100px;
    }

        .navbar .navbar-toggler, #dropdownMobile {
            margin-bottom: 50px;
        }

    #navbarText {
        margin-top: 210px;
    }

    #contact-us {
        display: unset;
    }

    .require-reducing-font-size {
        font-size: 100% !important;
        line-height: 40px !important;
    }

    .special-btn {
        height: 100% !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .garages-landing .special-btn > span, .home-page .special-btn > span {
        font-size: 125% !important;
    }
}

@media only screen and (min-width: 768px) {
    .margin-x {
        margin-left: 115px;
        margin-right: 115px;
    }

    .padding-x {
        padding-left: 115px;
        padding-right: 115px;
    }

    #all-rights-reserved-message {
        float: right;
    }
}

@media only screen and (max-width: 768px) {
    .margin-x {
        margin-left: 15px;
        margin-right: 15px;
    }

    .padding-x {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-item-names, .robot-img {
        display: none;
    }

    nav .container {
        max-width: 100px;
    }

    .accordion-button::after, .accordion-button:not(.collapsed)::after {
        margin-right: 0px !important;
    }

    #cookieConsentdiv {
        width: 100% !important;
    }
}

@media only screen and (min-width: 992px) {
    body {
        font-size: 16px;
    }

    .padding-extra-x {
        padding-left: 96px;
        padding-right: 96px;
    }

    .vertical-border {
        display: inline-block;
    }

    #col-before-description-with-custom-icons {
        padding-right: 55px;
    }

    #description-with-custom-icons {
        text-align: center;
    }

    .answers {
        display: inline-flex;
    }

    #questions-all-container, #courses-all-container {
        margin-top: 73px;
    }

    .training-description {
        border-radius: 0px 28px 28px 0px;
    }

    .training-whats-included-row {
        margin-left: 43px;
    }

    #cookieConsentdiv {
        margin-bottom: 10px;
    }

    #privacy-policy, .extra-footer-link {
        margin-left: 48px;
    }
}

@media only screen and (max-width: 992px) {
    .vertical-border, .require-reducing-font-size {
        display: block;
    }

    #description-with-custom-icons {
        text-align: left;
        margin-top: 30px;
    }

        #description-with-custom-icons img {
            float: left;
        }

        #description-with-custom-icons .description {
            margin-top: unset;
            padding-left: 140px;
        }

    #explore-courses-btn, #get-in-touch-btn, #which-training-is-right-for-me-btn, #subscribe-save-from-100-per-month, .customise-your-course-plan, .subscribe-save-from-100-per-month, .explore-all-courses {
        display: block;
        margin-top: 1rem;
    }

    #customize-your-course-plan-col {
        order: 0;
        margin-bottom: 40px;
    }

    #find-the-right-training-for-you-col {
        order: 1;
    }

    #questions-col {
        order: 2;
    }

    #cant-find-what-your-looking-for-col {
        order: 3;
    }

    #questions-all-container, #courses-all-container {
        margin-top: 30px;
    }

    .training-description {
        border-radius: 0px 56px 56px 0px;
        margin-right: 20px;
    }

    .training-whats-included-row {
        margin-left: 15px;
        margin-top: 30px;
    }

    .input-group .btn {
        width: 100%;
    }

    #cookieConsentdiv {
        width: 63%;
    }

    .garages-landing .special-btn > span, .home-page .special-btn > span {
        font-size: 150%;
    }

    #footer-links {
        display: grid;
    }

    #privacy-policy {
        order: 0;
    }

    #terms-and-conditions {
        order: 1;
        margin-top: 28px;
    }

    .extra-footer-link {
        order: 2;
        margin-top: 28px;
    }
}

@media only screen and (min-width: 1200px) {
    body {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1200px) {
    .training-whats-included-row img {
        display: none;
    }
}

.collapsing {
    -webkit-transition: height 0s ease;
    -o-transition: height 0s ease;
    transition: height 0s ease;
}

header a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

    header a:hover {
        border-bottom: solid;
    }

header .navbar-brand:hover {
    border-bottom: none;
}

.navbar .dropdown-toggle {
    border: 0;
}

.navbar .dropdown-menu, .navbar .navbar-collapse.show {
    width: 240px;
    padding: 20px 0;
    border-top: 3px solid #666;
    background-color: #fff;
    text-align: left;
}

    .navbar .dropdown-menu li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar .dropdown-menu a:hover {
        border-bottom: none;
    }

    .navbar .dropdown-menu.mobile {
        width: unset;
        padding: 0;
    }

        .navbar .dropdown-menu.mobile li {
            padding: 0;
        }

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

#labelCartCount {
    font-size: 12px;
    background: blueviolet;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}

.footer {
    min-height: auto;
    line-height: 19px;
    font-size: 14px;
}

    .footer a {
        font-weight: bold;
    }

        .footer a:hover {
            color: #ffee40;
        }

    .footer .row {
        padding-top: 20px;
        padding-bottom: 20px;
    }
