body {
    font-family: var(--font-family);
    font-size: 1rem;
    line-height: 1.5rem;
}

h2 {
    font-weight: 600;
    font-family: var(--font-bold);
}

a, a:active, a:hover {
    color: var(--link-color, #5441FF);
    text-decoration: none;
}

.hide {
    display: none !important;
}

.help-block {
    color: var(--danger-text);
}

.error-block {
    color: var(--danger-text);
}

.chat-menu span.nav_msg_counter {
    right: 8px;
    top: -5px;
    height: auto;
    background-color: #ef5350;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    min-width: 16px;
    line-height: 16px;
    position: absolute;
    padding: 0 5px;
}

/***********************************************************
                      Header CSS
************************************************************/

header {
    min-height: 65px;
}

.header-bg {
    box-shadow: 0px 2px 4px rgba(190, 201, 214, 0.3);
    min-height: 64px;
}

.header-bg ul.nav li a {
    font-family: var(--font-bold);
    font-weight: normal;
}

.logo {
    margin-right: 50px;
}

.wagonex-section.aam-section.white-label .logo img {
    max-width: 120px !important;
    max-height: 46px !important;
    width: 100%;
    height: 100%;
}

.nav-grey {
    color: var(--nav-grey);
}

.navbar ul.nav > li > a.nav-link {
    color: #2D2E34;
    margin: 0 24px 0 24px;
    padding: 7px 0;
}

.navbar ul.nav > li > a.nav-link:hover {
    color: var(--button-text-color, #2D2E34);
}

.navbar-toggler {
    padding: .25rem 1.5rem;
}

.navbar-dark .navbar-toggler,
.navbar-light .navbar-toggler {
    border: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    width: 2em;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
    background-image: none;
}

.chat-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: relative;
}

.chat-icon .bi-chat-fill {
    font-size: 20px;
}

.user-profile-pic {
    width: 40px;
    height: 40px;
}

.user-sub-menu .dropdown-menu {
    left: auto;
    right: 0;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    min-width: 200px;
    padding: 0;
}

.user-sub-menu .btn-check:focus + .btn,
.user-sub-menu .btn:focus {
    box-shadow: none;
}

.user-sub-menu .dropdown-item:focus,
.user-sub-menu .dropdown-item:hover {
    background: none;
    color: #5441FF;
}

.user-sub-menu .dropdown-item {
    padding: 14px 0px 12px 19px;
}

/************************************************************/
.form-container {
    border: 1px solid var(--mid-grey);
}

.form-container .nav-tabs .nav-link {
    box-shadow: inset 0px -2px 0px var(--mid-grey);
    border: 0;
    min-height: 46px;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #2D2E34;
}

.form-container .nav-tabs .nav-item.show .nav-link,
.form-container .nav-tabs .nav-link.active {
    box-shadow: inset 0px -2px 0px var(--link-primary-active);
    font-weight: bold;
    font-family: var(--font-family);
}

.form-container .nav-item {
    width: 50%;
}

.form-container .nav-item button {
    width: 100%;
}

.form-container form {
    padding: 30px 32px;
}

.form-container .form-control {
    height: 48px;
    background: #FFFFFF;
    border: 1px solid var(--mid-grey);
    box-sizing: border-box;
    border-radius: var(--border-radius);
    font-family: var(--font-family);
}

.form-container .form-select {
    height: 48px;
    border: 1px solid var(--mid-grey);
    box-sizing: border-box;
    border-radius: var(--border-radius);
}

.form-container label {
    font-style: normal;
    font-size: 1rem;
    line-height: 16px;
    color: var(--primary-text);
    font-family: var(--font-bold);
}

.form-check .form-check-label,
.form-check .form-check-label a {
    font-style: normal;
    font-size: 1rem;
    line-height: 18px;
    color: var(--primary-text);
    padding: 0;
    font-family: var(--font-bold);
}

.form-check .form-check-label a {
    text-decoration: underline;
}

.form-check input[type="checkbox"] {
    border: 1px solid var(--mid-grey);
    box-sizing: border-box;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    min-width: 20px;
}

.form-container h6 {
    font-size: 15px;
    line-height: 21px;
    font-family: var(--font-family);
}

.btn {
    padding: .5rem .9rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
}

.form-btn {
    height: 48px;
}

.form-container label .bi-eye-slash {
    font-style: normal;
}

.form-container label .bi-eye-slash span {
    margin: 0 0 0 5px;
    cursor: pointer;
}

.show-password label span {
    font-weight: normal;
    font-family: var(--font-family);
}

.form-container .forgot-password a,
.form-container a.login-btn,
.form-container a.join-us-btn {
    font-family: var(--font-bold);
}

.form-container .forgot-password a:hover,
.form-container a.login-btn:hover,
.form-container a.join-us-btn:hover {
    color: var(--link-primary-hover);
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    background: var(--btn-primary);
    border-radius: var(--button-border-radius, 2px);
    border: solid 1px var(--border-color, #7568FF);
    font-family: var(--font-bold);
    font-size: 1rem;
}

.btn {
    font-family: var(--font-bold);
    font-weight: 500;
}

.btn-outline-secondary {
    font-family: var(--font-bold);
    font-weight: 500;
    color: var(--btn-outline-dark);
}

.btn-outline-secondary:hover {
    font-family: var(--font-bold);
    font-weight: 500;
    color: var(--text-white);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus {
    background: var(--button-background-color, #5441FF);
    border: solid 1px var(--button-background-color, #7568FF);
    box-shadow: none;
    font-family: var(--font-bold);
}

.btn-outline-primary {
    background: #FFF;
    border: solid 1px var(--border-color, #7568FF);
    border-radius: var(--button-border-radius, 2px);
    color: var(--border-color, #7568FF);
    font-family: var(--font-bold);
    font-weight: normal;
    font-size: 1rem;
}

.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary:hover {
    background: var(--btn-outline-primary-hover, #7568FF);
    color: var(--button-background-color, #7568FF);
    border: solid 1px var(--button-background-color, #7568FF);
    box-shadow: none;
}

.form-check-input:checked {
    background-color: var(--bg-color);
}

.error {
    color: #DC3545;
}

.singup-hero {
    max-width: 700px;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    line-height: 28px;
}

footer .text-white {
    color: var(--footer-text-color, #FFFFFF);
}

footer .footer-menu li a.nav-link,
footer .help-support li a.nav-link {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 28px;
}

footer {
    background: var(--footer-bg-color, #161616);
}

.igo-section footer .legal-description {
    color: #95A2BA;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

footer .legal-description {
    color: var(--footer-text-color, #95A2BA);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0px;
    padding: 20px 0 0 0;
}

footer h4 {
    color: var(--footer-h4, #95A2BA);
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    padding: 0;
    margin: 0 0 15px 0;
}

.company-address p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #FFFFFF;
}

.footer-social-section img {
    margin: 0 0 30px 0;
}

.wagonex-section .footer-social-section img:nth-child(even) {
    margin: 0 24px 30px;
}

.social-icons-links {
    margin-bottom: 20px;
}

.social-icons-links li:first-child {
    margin-left: 0px;
}

.social-icons-links li {
    background-color: var(--btn-primary, #7568FF);
    width: 34px;
    height: 34px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 7px;
}

.igo-section .social-icons-links li {
    background-color: #FFFFFF;
}

.igo-section .social-icons-links li .fa {
    color: #0D4981;
}

.social-icons-links li .fa {
    font-size: 18px;
    line-height: 31px;
}

.hero-descriptioni-widget svg {
    min-width: 50px !important;
    min-height: 50px !important;
}

.hero-descriptioni-widget p {
    font-size: 13px;
    line-height: 16px;
    padding: 0;
    margin: 0;
    font-family: var(--font-family);
}

.mid-section {
    padding: 63px 0;
    min-height: calc(100vh - 65px - 453px);
}

.no-hidden-widget,
.vehicle-deliver-widget,
.breakdown-widget,
.subscription-widget {
    margin: 0 0 30px 0;
}

.visible-mob {
    display: none;
}

.wgx-gcaptcha .g-recaptcha {
    float: left;
}

.loading {
    display: none;
    z-index: 9999;
}

.loader {
    width: 100px;
    height: 100px;
    background-image: var(--loader-icon, url(../../images/Wagonex-symbol---blue@2x.gif));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
}

.spinner .path {
    stroke: var(--button-background-color, #469DDB);
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

#signup_form .form-check .form-check-label a:hover {
    color: var(--link-primary-hover);
}

.wagonex-section.cupra-section h5.bg-dark-secondary {
    background-color: var(--button-background-color);
}

#personal_user .form-check {
    display: flex;
    padding: 0 0 12px 0;
}

#personal_user .form-check input[type="checkbox"] {
    margin: 0 15px 0 0;
    min-width: 20px;
}

.extend-contract-modal .form-select,
.request-modal .form-control {
    min-height: 48px;
}

.modal-title {
    font-family: var(--font-bold);
}

.modal-body,
.modal-header,
.modal-footer {
    padding: 1rem 1.5rem;
}

.btn-discard {
    margin: 0 1rem;
}

/****************************************
        Checkout Button Css
***************************************/
.cupra-section .header-bg .top-right-btn ul.nav a.checkout-button {
    padding: 10px 18px;
    text-align: left;
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #95A2BA;
    color: #1b1b1b;
    justify-content: center;
    min-width: 140px;
    min-height: 40px;
    margin: 0 15px 0 0;
    font-weight: 600;
    background: none;
    position: relative;
}

.cupra-section .header-bg .top-right-btn ul.nav a.checkout-button::after {
    background: url(../../images/cart.svg) no-repeat;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    right: 14px;
    top: 5px;
    background-position: center;
    width: 28px;
    height: 30px;
}

.cupra-section .header-bg .top-right-btn ul.nav li a {
    font-weight: bold;
    border: 1px solid #95A2BA;
    margin: 0 5px 0 0;
    text-transform: capitalize;
    padding: 7px 10px;
}

.cupra-section .header-bg .navbar ul.nav > li > a.nav-link {
    font-size: 15px;
}

.cupra-section .header-bg ul.nav li a img {
    width: 20px;
}

.cupra-section .navbar ul.nav > li > a.nav-link {
    font-size: 15px;
}

.wagonex-section.aam-section.igo-section .navbar ul.nav > li > a.nav-link {
    font-size: 15px;
}

.navbar ul.nav a.btn.checkout-button {
    position: relative;
    display: flex;
}

/************************************************************************/
@media (max-width: 1024px) {
    .mcd-logo-container {
        margin-right: 20px;
    }

    .mcd-logo-container img {
        max-width: 150px;
    }

    .navbar ul.nav > li > a.nav-link {
        margin: 0 15px 0 15px;
        font-weight: normal;
    }
}

@media (max-width: 992px) {
    .mcd-logo-container {
        margin-right: 25px;
    }

    .header-bg {
        padding: 0;
    }

    .top-right-btn {
        display: none;
    }

    .nav-container {
        width: 100%;
        padding: 0 1.25rem;
    }

    .navbar-toggler:hover,
    .navbar-toggler:active,
    .navbar-toggler:focus {
        border: none;
        box-shadow: none;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: fixed;
        background: #FFF;
        width: 100%;
        left: 0;
        padding: 0 20px;
        box-shadow: #ccc 2px 2px 2px;
        top: 58px;
    }

    .logo-container {
        width: 100%;
        flex-flow: row;
        justify-content: space-between;
    }

    .logo img {
        max-width: 150px;
    }

    .visible-mob {
        display: block;
    }

    .no-hidden-widget, .vehicle-deliver-widget,
    .breakdown-widget, .subscription-widget {
        margin: 0 0 15px 0;
    }

    .footer-social-section,
    .footer-menu {
        margin: 2rem auto;
    }

    .footer-logo-section {
        margin-top: 2rem;
    }

    .nav-container .join-us-btn {
        padding: 9px 17px 10px 17px;
    }

    .nav-container button.navbar-toggler {
        padding: 0 12px;
    }

}

@media (max-width: 767px) {
    .btn-discard {
        margin: 1rem 0;
    }

    .no-hidden-widget, .vehicle-deliver-widget,
    .breakdown-widget, .subscription-widget {
        display: none !important;
    }

    .aam-section .call-us,
    .aam-section .join-us-btn {
        display: flex;
        align-items: center;
    }

    .wrac-powered-section {
        text-align: center;
        padding: 20px 0 0 0;
    }

    .footer-social-section img.bvrl {
        margin: 0;
    }

    .footer-social-section {
        margin: 0;
    }

    footer .legal-description {
        padding: 0;
    }
}

@media (max-width: 576px) {
    .logo {
        margin-right: 0;
    }

    .hero-descriptioni-widget h2 {
        font-size: 18px;
    }

    .legal-description,
    .footer-social-section,
    .footer-menu,
    .help-support,
    .company-address {
        text-align: center;
    }

    .social-icons-links {
        justify-content: center;
    }

    .footer-logo-section,
    .bvrl-logo-section {
        text-align: center;
    }

    .mcd-logo-container img {
        max-width: 110px;
    }

    .company-address,
    .footer-social-section,
    .footer-menu,
    .help-support {
        margin: 0 0 2rem 0;
    }

    .aam-section .navbar-toggler {
        padding: .25rem 1rem;
    }

    .aam-section .call-us,
    .aam-section .join-us-btn {
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    .navbar-toggler {
        padding: .25rem 0.75rem;
    }

    .aam-btn-section .call-us,
    .aam-btn-section .join-us-btn {
        padding: .25rem 0.75rem;
        display: flex;
        font-size: 11px;
        align-items: center;
    }
}

@media (max-width: 320px) {
    .aam-section .nav-container {
        padding: 0 0.75rem;
    }

    .navbar-toggler {
        padding: .25rem 0.5rem;
    }

    .aam-section .call-us,
    .aam-section .join-us-btn {
        padding: .25rem 0.5rem;
        display: flex;
        font-size: 11px;
        align-items: center;
    }
}