﻿
html {
    font-size: 10px; /* 1rem = 10px */
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 15px;
}

/*Global*/
*:focus {
    outline: none;
}

body {
    font-size: 18px;
    line-height: 1.7;
    color: #242424;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

a {
    color: #b89900;
}

    a:hover {
        color: #e4be00;
    }

        a:not(.a4dd-btn), button:not(.a4dd-btn), a:hover:not(.a4dd-btn), button:hover:not(.a4dd-btn) {
            transition: all 0.3s ease-in-out;
        }

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.fs-14px {
    font-size: 14px !important;
}

.fs-15px {
    font-size: 15px !important;
}

.fs-16px {
    font-size: 16px !important;
}

.fs-18px {
    font-size: 18px !important;
}

.fs-20px {
    font-size: 20px !important;
}

.fs-25px {
    font-size: 25px !important;
}

.fs-100px {
    font-size: 100px !important;
}

.dropdown-toggle:after {
    content: '\e91e';
    font-family: 'a4dd-icons';
    font-size: 12px;
    border: 0;
    position: relative;
    top: 3px;
    margin-left: 15px;
}

.color-yellow {
    color: #FFD400
}

.required {
    color: #d60000;
}

/*button*/
.a4dd-btn, input[type='submit'].a4dd-btn {
    padding: 12px 27px !important;
    height: auto;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #242424;
    border: 1px solid #242424 !important;
    border-radius: 100px;
    transition: transform 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7), box-shadow 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
}

    .a4dd-btn:hover, input[type='submit'].a4dd-btn:hover {
        transform: translateY(-5px);
        box-shadow: 0px 4px 0px 0px rgba(47, 47, 47, 1);
        color: #242424;
    }

.a4dd-yellow-btn, .a4dd-yellow-btn:hover {
    background-color: #ffd401;
}

.a4dd-black-btn, .a4dd-black-btn:hover {
    background-color: #242424;
    color: #fff;
}

    .a4dd-black-btn:hover {
        box-shadow: 0px 4px 0px 0px rgb(255 212 1);
    }

.a4dd-btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.btn.a4dd-btn, .btn.a4dd-btn.a4dd-btn-submit {
    padding: 18px 27px !important;
}

    .a4dd-btn.a4dd-btn-small, .btn.a4dd-btn.a4dd-btn-small {
        padding: 11px 27px !important;
    }

.a4dd-btn.a4dd-btn-submit:disabled {
    background: #e8e8e8;
    border-color: #e8e8e8 !important;
    color: #000 !important;
    opacity: 1;
}

.a4dd-full-search-modal-content {
    width: 100%;
    max-width: 598px;
    text-align: center;
}

    .a4dd-full-search-modal-content h4 {
        font-size: 1.6em;
        font-weight: 700;
        color: #616161;
        margin-bottom: 25px;
    }

    .a4dd-full-search-modal-content .form-control {
        border-radius: 0;
        font-size: 1.4em;
        line-height: 60px;
        text-align: center;
    }

.gt_switcher-popup span {
    color: #fff !important;
    position: relative;
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
}

    .gt_switcher-popup span:before {
        content: '\e934';
        font-family: 'a4dd-icons';
        font-size: 18px;
        line-height: 1;
        font-weight: 400;
        color: #fff;
        margin-right: 6px;
    }

    .gt_switcher-popup span:after {
        content: '\e91e';
        font-family: 'a4dd-icons';
        font-size: 10px;
        color: #fff;
        margin-top: 4px;
        margin-left: 8px;
    }

a.glink.gt_switcher-popup {
    display: inline-flex;
    align-items: center;
}

    a.glink.gt_switcher-popup img, .gt_switcher-popup span:last-child {
        display: none !important;
    }

.gt_white_content .gt_languages {
    margin-left: -10px;
    margin-right: -10px;
}

.gt_white_content a {
    color: #000;
    margin: 0 10px;
}

    .gt_white_content a:hover {
        color: rgba(0,0,0,0.5);
    }

.offcanvas-backdrop.show { /*opacity:0.25;*/
}

.offcanvas.offcanvas-end { /*border:0;*/
}

.navbar-toggler:focus {
    box-shadow: none;
}

.offcanvas.offcanvas-end { /*max-width:600px; width:100%;*/
}

.a4dd-animated-right-arrow-btn {
    font-size: 18px;
    font-weight: 600;
    padding: 3px 40px 3px 20px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    color: #242424;
    transform: translate(0);
    transition: color .15s ease-in-out, transform .3s, -webkit-transform .3s;
    width: fit-content;
}

    .a4dd-animated-right-arrow-btn:after {
        content: '';
        width: 30px;
        height: 30px;
        border-radius: 30px;
        background-color: #ffd401;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: -1;
        transition: width .3s, margin-left .3s, background-position .0s;
    }

    .a4dd-animated-right-arrow-btn .a4dd-icon-short-right-arrow {
        font-size: 16px;
        position: absolute;
        right: 7px;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s;
    }

    .a4dd-animated-right-arrow-btn:hover {
        color: #242424;
        transform: translateX(12px);
    }

        .a4dd-animated-right-arrow-btn:hover:after {
            width: 100%;
            height: 100%;
            transition: width .3s, margin-left .3s, background-position .0s;
            animation: .3s ease-in-out fakebounce;
        }

        .a4dd-animated-right-arrow-btn:hover .a4dd-icon-short-right-arrow {
            right: 13px;
            transition: all .3s, animation:.3s ease-in-out fakebounce;
        }

    .a4dd-animated-right-arrow-btn.no-left-space {
        margin-left: -20px;
    }

.a4dd-highlighted {
    background: #fff9e0;
    border-radius: 12px;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
}

    .a4dd-highlighted p {
        font-weight: 600;
    }

    .a4dd-highlighted ul {
        padding-left: 0;
    }

    .a4dd-highlighted li {
        position: relative;
        padding-left: 40px;
        margin-bottom: 12px;
        list-style: none;
    }

        .a4dd-highlighted li:before {
            transform: rotate(5deg);
            content: "✔";
            position: absolute;
            left: 0;
            top: 3px;
            width: 24px;
            height: 24px;
            background-color: #1d1d1d;
            color: #fff;
            font-size: 14px;
            font-weight: normal;
            line-height: 23px;
            text-align: center;
            border-radius: 50%;
        }

    .a4dd-highlighted.bg-grey {
        background: #f8f8f8;
        border: 1px solid #f1f1f1;
    }

    .a4dd-highlighted ul.a4dd-list-small {
    }

        .a4dd-highlighted ul.a4dd-list-small li {
            font-size: 14px;
            padding-left: 30px;
            margin-bottom: 5px;
        }

            .a4dd-highlighted ul.a4dd-list-small li:before {
                width: 16px;
                height: 16px;
                font-size: 11px;
                top: 4px;
                line-height: 16px;
            }

    .a4dd-highlighted textarea {
        padding: 15px 15px;
        font-size: 14px;
        height: 115px;
        resize: none;
    }

.chkbox-lg label.form-check-label, .chkbox-lg .form-check-input label {
    font-size: 18px;
}

    .chkbox-lg label.form-check-label span, .chkbox-lg .form-check-input label span {
        display: block;
        font-size: 14px;
    }

/*modal*/
.modal-body {
    --bs-modal-padding: 2rem !important;
}

    .modal-body h2 {
        font-size: 40px;
        font-weight: 700;
    }

    .modal-body .a4dd-equal-width-btn .btn {
        width: 100%;
    }

.a4dd-btn-close:not(.search-modal-close) {
    font-size: 16px;
    width: 52px;
    background-position: right;
    line-height: 16px;
    text-align: left;
    color: #242424;
    background-size: 16%;
    right: 20px;
    top: 13px;
    opacity: 1;
}

.btn-close.a4dd-btn-close:focus {
    outline: none;
    box-shadow: none;
}

.modal-body.modal-alert {
    --bs-modal-padding: 1.5rem !important;
}

    .modal-body.modal-alert h2 {
        font-size: 16px;
    }

    .modal-body.modal-alert p { /*font-size: 14px;*/
    }

    .modal-body.modal-alert .btn.a4dd-btn {
        padding: 12px 27px !important;
        font-size: 16px !important;
    }

.modal-content {
    border-radius: 20px;
}

.modal-body.modal-data h2 {
    font-size: 24px;
}

.modal-data ul.a4dd-list {
    padding-left: 0;
}

    .modal-data ul.a4dd-list li {
        position: relative;
        padding-left: 40px;
        margin-bottom: 12px;
        list-style: none;
    }

        .modal-data ul.a4dd-list li:before {
            transform: rotate(5deg);
            content: "✔";
            position: absolute;
            left: 0;
            top: 3px;
            width: 24px;
            height: 24px;
            background-color: #1d1d1d;
            color: #fff;
            font-size: 14px;
            font-weight: normal;
            line-height: 23px;
            text-align: center;
            border-radius: 50%;
        }

.fw-semibold {
    font-weight: 600;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.modal-body h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

.modal-body p, .modal-body li, .modal-body div {
    font-size: 16px;
    line-height: 1.5;
}

    .modal-body p:not(:last-child), .modal-body ul, .modal-body ol {
        margin-bottom: 20px;
    }

.modal-body .a4dd-btn.a4dd-btn-small {
    font-size: 16px !important
}

/*.modal .modal-dialog {
    transform: scale(0.7);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
    opacity: 0; visibility:hidden;
}

.modal.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}*/

.modal .modal-dialog {
    transform: scale(0.95);
    opacity: 0;
    transition: all 0.25s ease-in-out;
}

/* When modal fully visible */
.modal.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}

/* When closing (we’ll add .closing via JS below) */
.modal.closing .modal-dialog {
    transform: scale(0.9);
    opacity: 0;
}



/*Form Elements*/
.form-control::-webkit-input-placeholder {
    color: #686868;
}

.form-control::-moz-placeholder {
    color: #686868;
}

.form-control:-ms-input-placeholder {
    color: #686868;
}

.form-control::-ms-input-placeholder {
    color: #686868;
}

.form-control::placeholder {
    color: #686868;
}


/*Navigation*/
.custom-navbar-toggler {
    position: relative;
    z-index: 1046;
    margin-top: 40px;
}

.a4dd-off-offcanvas-main-menu-open .custom-navbar-toggler {
    margin-top: -34px;
    margin-right: 17px;
}

.custom-nav-icon {
    display: block;
    width: 40px;
    height: 24px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .custom-nav-icon span {
        display: block;
        position: absolute;
        height: 4px;
        border-radius: 3px;
        overflow: hidden;
        width: 100%;
        background: #242424;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

        .custom-nav-icon span:nth-child(1) {
            top: 0;
            left: 0px;
            width: 40px;
        }

        .custom-nav-icon span:nth-child(2), .custom-nav-icon span:nth-child(3) {
            top: 10px;
            width: 40px;
            left: 0px;
        }

        .custom-nav-icon span:nth-child(4) {
            bottom: 0;
            width: 40px;
            left: 0px;
        }

    .custom-nav-icon.open span:nth-child(1) {
        top: 8px;
        width: 0%;
        left: 50%;
    }

    .custom-nav-icon.open span:nth-child(2) {
        transform: rotate(45deg);
        background: #242424;
    }

    .custom-nav-icon.open span:nth-child(3) {
        transform: rotate(-45deg);
        background: #242424;
    }

    .custom-nav-icon.open span:nth-child(4) {
        top: 8px;
        width: 0%;
        left: 50%;
    }

    .custom-nav-icon.open span:nth-child(2), .custom-nav-icon.open span:nth-child(3) {
        width: 30px;
        height: 3px;
    }

.a4dd-main-navbar .navbar-brand {
    margin: 15px 0 15px 0;
}

.a4dd-main-navbar {
    box-shadow: 0 1px 10px 10px rgba(36, 36, 36, 0.07);
    background-color: #fff;
}

    .a4dd-main-navbar a { /*transition: none !important;*/
    }

.a4dd-top-menu-bar {
    margin-bottom: -40px;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 35%, rgba(36, 36, 36, 1) 35%);
}

.a4dd-top-menu-nav {
    justify-content: end;
    margin: 0 -20px;
}

    .a4dd-top-menu-nav .nav-item {
        padding: 6px 20px;
        position: relative;
    }

        .a4dd-top-menu-nav .nav-item:after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 11px;
            border-radius: 3px;
            background-color: #fff;
        }

        .a4dd-top-menu-nav .nav-item:last-child:after {
            display: none;
        }

        .a4dd-top-menu-nav .nav-item .nav-link {
            color: #fff;
            padding: 0;
        }

            .a4dd-top-menu-nav .nav-item .nav-link .a4dd-icon-chevron-down {
                font-size: 10px;
                margin-left: 5px;
            }

.a4dd-main-navbar .navbar-brand img {
    width: 250px;
}

.nav-link {
    color: #242424;
}

a.nav-link.a4dd-btn {
    padding: 14px 36px !important;
    letter-spacing: .5px;
}

.offcanvas-body {
    padding-right: 15px !important;
}

.a4dd-main-navbar-menu-wrap {
    padding-top: 50px;
    padding-bottom: 10px;
}

    .a4dd-main-navbar-menu-wrap .navbar-nav {
        margin: 0 -15px;
    }

        .a4dd-main-navbar-menu-wrap .navbar-nav > .nav-item {
            padding: 0 15px;
        }

            .a4dd-main-navbar-menu-wrap .navbar-nav > .nav-item > .nav-link {
                font-size: 16px;
                font-weight: 500;
                padding: 0;
                border-top: 1px solid transparent;
                border-bottom: 1px solid transparent;
                position: relative;
            }

                .a4dd-main-navbar-menu-wrap .navbar-nav > .nav-item > .nav-link:hover,
                .a4dd-main-navbar-menu-wrap .navbar-nav > .nav-item > .nav-link.active,
                .a4dd-main-navbar-menu-wrap .navbar-nav > .nav-item > .nav-link.show {
                    border-bottom: 1px solid #242424;
                }

    .a4dd-main-navbar-menu-wrap .nav-item.a4dd-log-in-btn-nav-item {
        padding-right: 6px;
    }

    .a4dd-main-navbar-menu-wrap .nav-item.a4dd-sign-up-btn-nav-item {
        padding-left: 6px;
    }

.a4dd-main-navbar button.navbar-toggler {
    padding: 0;
    border: 0;
    margin-top: 45px;
    margin-right: 40px;
}

.a4dd-mega-menu-whats-new-btn {
    margin-right: 12px;
}

.dropdown-mega .dropdown-menu {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 10px 6px rgba(36, 36, 36, 0.06);
    background-color: #fff;
    border: 0;
}

    .dropdown-mega .dropdown-menu[data-bs-popper] {
        margin-top: 16px;
    }

.a4dd-mega-menu-content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .a4dd-mega-menu-content-wrap .a4dd-left-box {
        display: flex;
        align-items: center;
    }

.mega-menu-nav-pills {
    margin: -3px;
}

.dropdown-menu1 .dropdown-item, .dropdown-menu2 .nav .nav-link {
    padding: 12px !important;
    margin: 3px;
    text-align: left;
    border-radius: 10px;
    color: #242424;
    transition: none;
}

    .dropdown-menu1 .dropdown-item > .a4dd-mega-menu-content-wrap > .a4dd-left-box > .a4dd-icon-box,
    .dropdown-menu2 .nav .nav-link > .a4dd-mega-menu-content-wrap > .a4dd-left-box > .a4dd-icon-box {
        padding-right: 10px;
    }

        .dropdown-menu1 .dropdown-item > .a4dd-mega-menu-content-wrap > .a4dd-left-box > .a4dd-icon-box > i,
        .dropdown-menu2 .nav .nav-link > .a4dd-mega-menu-content-wrap > .a4dd-left-box > .a4dd-icon-box > i {
            font-size: 30px;
            color: #FFD400;
        }

    .dropdown-menu1 .dropdown-item > .a4dd-mega-menu-content-wrap > .a4dd-left-box > .a4dd-text-box > h4,
    .dropdown-menu2 .nav .nav-link > .a4dd-mega-menu-content-wrap > .a4dd-left-box > .a4dd-text-box > h4,
    .dropdown-menu1 .dropdown-item > .a4dd-mega-menu-content-wrap > .a4dd-left-box > .a4dd-text-box > p,
    .dropdown-menu2 .nav .nav-link > .a4dd-mega-menu-content-wrap > .a4dd-left-box > .a4dd-text-box > p {
        margin: 0;
    }

    .dropdown-menu1 .dropdown-item > .a4dd-mega-menu-content-wrap > .a4dd-left-box > .a4dd-text-box > h4,
    .dropdown-menu2 .nav .nav-link > .a4dd-mega-menu-content-wrap > .a4dd-left-box > .a4dd-text-box > h4 {
        font-size: 14px;
        line-height: 1.4;
        font-weight: 700;
    }

    .dropdown-menu1 .dropdown-item > .a4dd-mega-menu-content-wrap > .a4dd-left-box > .a4dd-text-box > p,
    .dropdown-menu2 .nav .nav-link > .a4dd-mega-menu-content-wrap > .a4dd-left-box > .a4dd-text-box > p {
        font-size: 12px;
    }

.a4dd-mega-menu-content-wrap > .a4dd-right-box {
    padding-left: 10px;
}

.dropdown-menu1 .dropdown-item > .a4dd-mega-menu-content-wrap > .a4dd-right-box > .a4dd-rounded-yellow-circle-arrow,
.dropdown-menu2 .nav .nav-link > .a4dd-mega-menu-content-wrap > .a4dd-right-box > .a4dd-rounded-yellow-circle-arrow {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #FFD400;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: none; /*transition:all 0.3s ease-in-out;*/
}

.dropdown-menu1 .dropdown-item.active, /*.dropdown-menu1 .dropdown-item.show,*/ .dropdown-menu1 .dropdown-item:hover,
.dropdown-menu2 .nav .nav-link.active, .mega-menu-nav-pills > .show > .nav-link, .dropdown-menu2 .nav .nav-link:hover {
    background-color: #242424;
}

    .dropdown-menu1 .dropdown-item.active > .a4dd-mega-menu-content-wrap > .a4dd-left-box > .a4dd-text-box,
    .dropdown-menu2 .nav .nav-link.active > .a4dd-mega-menu-content-wrap > .a4dd-left-box > .a4dd-text-box,
    /*.dropdown-menu1 .dropdown-item.show>.a4dd-mega-menu-content-wrap>.a4dd-left-box>.a4dd-text-box, */
    .dropdown-menu1 .dropdown-item:hover > .a4dd-mega-menu-content-wrap > .a4dd-left-box > .a4dd-text-box,
    .dropdown-menu2 .nav .nav-link:hover > .a4dd-mega-menu-content-wrap > .a4dd-left-box > .a4dd-text-box {
        color: #fff;
    }

    .dropdown-menu1 .dropdown-item.active > .a4dd-mega-menu-content-wrap > .a4dd-right-box > .a4dd-rounded-yellow-circle-arrow,
    .dropdown-menu2 .nav .nav-link.active > .a4dd-mega-menu-content-wrap > .a4dd-right-box > .a4dd-rounded-yellow-circle-arrow,
    /*.dropdown-menu1 .dropdown-item.show>.a4dd-mega-menu-content-wrap>.a4dd-right-box>.a4dd-rounded-yellow-circle-arrow,*/
    .dropdown-menu2 .nav .nav-link.show > .a4dd-mega-menu-content-wrap > .a4dd-right-box > .a4dd-rounded-yellow-circle-arrow,
    .dropdown-menu1 .dropdown-item:hover > .a4dd-mega-menu-content-wrap > .a4dd-right-box > .a4dd-rounded-yellow-circle-arrow,
    .dropdown-menu2 .nav .nav-link:hover > .a4dd-mega-menu-content-wrap > .a4dd-right-box > .a4dd-rounded-yellow-circle-arrow {
        opacity: 1;
        transition: none; /*transition:all 0.3s ease-in-out;*/
    }

.dropdown-menu1 .dropdown-toggle:after,
.dropdown-menu2 .nav .nav-link:after {
    display: none;
}

.a4dd-mega-menu-second-nav {
    border: 1px solid #dfdfdf;
    border-radius: 12px;
    overflow: hidden;
}

    .a4dd-mega-menu-second-nav > .nav-item > .nav-link {
        font-size: 16px;
        font-weight: 500;
        color: #242424;
        padding: 15px;
    }

        .a4dd-mega-menu-second-nav > .nav-item > .nav-link.active, .a4dd-mega-menu-second-nav > .nav-item > .nav-link:hover {
            background-color: #242424;
            color: #fff;
        }

.a4dd-offcanvas-main-menu .offcanvas-body {
    padding: 30px;
}

.a4dd-offcanvas-main-menu .a4dd-main-navbar-menu-wrap {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    text-align: left;
}

.a4dd-offcanvas-main-menu .a4dd-main-navbar-menu {
    margin-top: 50px;
    position: relative;
}

    .a4dd-offcanvas-main-menu .a4dd-main-navbar-menu:before {
        content: '';
        border-top: 1px solid rgba(34,25,25,0.2);
        position: absolute;
        left: -30px;
        right: -30px;
        width: auto;
    }

    .a4dd-offcanvas-main-menu .a4dd-main-navbar-menu .navbar-nav {
        margin-top: 15px;
    }

        .a4dd-offcanvas-main-menu .a4dd-main-navbar-menu .navbar-nav > .nav-item {
            width: 100%;
            text-align: left;
            padding: 10px 15px;
        }

.a4dd-main-navbar-menu-wrap .navbar-nav .dropdown-menu {
    width: 100vw;
    max-width: 1250px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 10px 6px rgba(36, 36, 36, 0.06);
    background-color: #fff;
    border: 0;
    margin-top: 45px;
}

@media (min-width:1024px) {
    .a4dd-main-navbar-menu-wrap .navbar-nav .dropdown-menu.dropdown-menu1 { /*left: -558px !important;*/
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
    }

    .a4dd-main-navbar-menu-wrap .navbar-nav .dropdown-menu.dropdown-menu2 { /*left: -739px !important;*/
        position: fixed;
        left: 50%;
        top: 95px;
        transform: translateX(-50%);
    }
}

.dropdown-menu1 .dropdown-item {
    position: relative;
    margin: 0 0 6px 0;
}

.a4dd-main-navbar-menu-wrap .navbar-nav .dropdown-menu.dropdown-menu1 ul.dropdown-menu a.dropdown-item {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #242424;
    padding: 10px 15px !important;
    border-radius: 0;
}

    .a4dd-main-navbar-menu-wrap .navbar-nav .dropdown-menu.dropdown-menu1 ul.dropdown-menu a.dropdown-item:hover {
        color: #fff;
    }

.a4dd-main-navbar-menu-wrap .navbar-nav .dropdown-menu.dropdown-menu1 div.dropdown-menu {
    width: calc(50% - 45px);
    margin: 0 0 0 25px;
    box-shadow: none;
    position: absolute;
    left: 50%;
    top: 72px;
    right: auto;
    padding: 0;
    overflow: hidden;
}

.a4dd-main-navbar-menu-button-wrap {
    flex-direction: row;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

footer.a4dd-footer {
    padding-top: 100px;
}

    footer.a4dd-footer h3 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 0;
        line-height: 1.2;
    }

    footer.a4dd-footer ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 35px;
    }

        footer.a4dd-footer ul li {
            font-size: 14px;
        }

            footer.a4dd-footer ul li a {
                color: #242424;
                text-decoration: none;
                display: flex;
                align-items: center;
                padding: 7px 0;
            }

                footer.a4dd-footer ul li a span[class^="a4dd-icon-"] {
                    color: #FFD400;
                    font-size: 20px;
                    margin-right: 10px;
                }

    footer.a4dd-footer .brd-bottom {
        border-bottom: 1px solid #dddedf;
        margin: 0 0 40px;
    }

    footer.a4dd-footer .a4dd-animated-right-arrow-btn {
        margin-left: -20px;
        width: 160px;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 700;
    }

.footer-brand {
    margin-bottom: 50px;
    display: inline-block;
}

.copyright {
    background: #242424;
    border-bottom: 7px solid #ffd401;
    min-height: 77px;
    align-content: center;
    margin-top: 15px;
}

.copyright-text {
    color: #ffffffc2;
    font-size: 13px;
}

.copyright-links {
    column-gap: 30px;
}

    .copyright-links a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
    }

        .copyright-links a [class^="a4dd-icon-"] {
            margin-left: 10px;
            font-size: 11px;
        }

.a4dd-fieldwithbtn .btn {
    padding: 20px 27px 21px !important;
}

.grey-box, .white-box {
    background: #f8f8f8;
    border-radius: 14px;
    padding: 20px;
}

    .grey-box ol {
        list-style: none;
        counter-reset: item;
        padding-left: 0;
        padding: 0;
        margin: 0;
    }

        .grey-box ol li {
            counter-increment: item;
            margin-bottom: 10px;
            position: relative;
            border-bottom: 1px solid #24242429;
            font-size: 16px;
            font-weight: 500;
            margin: 0;
            padding: 10px 0 5px 30px;
        }

            .grey-box ol li::before {
                content: counter(item);
                position: absolute;
                left: 0;
                top: 15px;
                width: max-content;
                min-width: 19px;
                height: 19px;
                line-height: 19px;
                border-radius: 50%;
                background-color: #000;
                color: #fff;
                text-align: center;
                font-size: 12px;
            }

    .grey-box.no-brd ol li {
        border-bottom: none;
    }

    .grey-box ol.no-brd li {
        border: none;
        padding-top: 0;
        padding-bottom: 15px;
    }

        .grey-box ol.no-brd li::before {
            top: 4px;
        }

.white-box {
    background: #fff;
}

.fc-green {
    color: #09AE00
}

.brd {
    border: 1px solid #e5e5e5
}

.course-bundle:not(:has(.selected)) .white-box.brd:hover {
    background: #FFD4001F;
    border-color: #FFD400
}

.white-box.brd.selected {
    background: #FFD4001F;
    border-color: #FFD400
}

.course-bundle .white-box {
    cursor: pointer;
}

.a4dd-big-radio .a4dd-big-radio-opt {
    border-radius: 14px;
    padding: 35px 30px 40px;
    background: #fff;
    box-shadow: 0px 0px 100px 0px #0000000F;
    cursor: pointer;
    border: solid 2px #ffffff;
}

    .a4dd-big-radio .a4dd-big-radio-opt.selected,
    .a4dd-big-radio:not(:has(.selected)) .a4dd-big-radio-opt:hover {
        background: #FFD4001F;
        border: solid 2px #FFD400;
    }

.a4dd-big-radio-opt .form-check-input input[type="radio"] {
    width: 24px !important;
    height: 24px !important;
    border-width: 2px;
}

    .a4dd-big-radio-opt .form-check-input input[type="radio"]:checked::before {
        width: 16px !important;
        height: 16px !important;
    }

.a4dd-big-radio .a4dd-big-radio-opt .form-check-input {
    margin: 0 auto 25px;
}

.a4dd-big-radio .a4dd-big-radio-opt label.form-check-label {
    font-size: 24px !important;
    margin: 0 auto 25px;
    font-weight: 700;
}

.a4dd-big-radio .a4dd-big-radio-opt p {
    font-size: 15px;
    color: #686868;
    margin-bottom: 25px;
}

.a4dd-big-radio .a4dd-big-radio-opt h4.a4dd-enrollment-amt {
    font-size: 40px;
    margin: 0;
}

.checkbox-container {
    border-radius: 14px;
    border: 1px solid #bdbbbb;
    padding: 20px 25px;
    margin-bottom: 10px;
}

    .checkbox-container .form-check {
        margin-bottom: 0;
    }

        .checkbox-container .form-check .form-check-input label {
            font-size: 16px !important;
            margin-top: 0px;
        }

    .checkbox-container.checkbox-checked {
        display: flex;
        justify-content: space-between;
        border: 2px solid;
        padding: 19px 25px;
    }

        .checkbox-container.checkbox-checked .selected-tag {
            font-size: 14px;
            background: #FFD40166;
            border-radius: 30px;
            padding: 2px 10px;
        }

.row .col-12:last-child .checkbox-container {
    margin-bottom: 0;
}


/*content*/
main {
    padding-top: 119px;
}


.a4dd-signup-steps-container {
    background: #242424;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
    padding: 60px 0;
    margin-bottom: 80px;
}

    .a4dd-signup-steps-container .signup-steps {
        position: relative;
        margin-right: -80px;
        column-gap: 30px;
    }

    .a4dd-signup-steps-container .step-num {
        font-weight: 400;
        font-size: 14px;
        color: #c9c9c9;
    }

    .a4dd-signup-steps-container .step-name {
        font-weight: 700;
        font-size: 16px;
        color: #fff;
    }

    .a4dd-signup-steps-container .step-status {
        font-weight: 500;
        font-size: 14px;
        color: #e7e7e7;
    }

    .a4dd-signup-steps-container .signup-line {
        height: 4px;
        background-color: #4a4a4a;
        top: 20px;
        z-index: 1;
        left: 0;
        width: 86%;
    }

        .a4dd-signup-steps-container .signup-line.step2 {
            background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(74, 74, 74, 1) 20%, rgba(74, 74, 74, 1) 100%);
        }

        .a4dd-signup-steps-container .signup-line.step3 {
            background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(74, 74, 74, 1) 40%, rgba(74, 74, 74, 1) 100%);
        }

        .a4dd-signup-steps-container .signup-line.step4 {
            background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(74, 74, 74, 1) 60%, rgba(74, 74, 74, 1) 100%);
        }

        .a4dd-signup-steps-container .signup-line.step5 {
            background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(74, 74, 74, 1) 80%, rgba(74, 74, 74, 1) 100%);
        }

        .a4dd-signup-steps-container .signup-line.step6 {
            background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%, rgba(74, 74, 74, 1) 100%, rgba(74, 74, 74, 1) 100%);
        }

        .a4dd-signup-steps-container .signup-line.step2-3 {
            background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(74, 74, 74, 1) 50%, rgba(74, 74, 74, 1) 100%);
        }

        .a4dd-signup-steps-container .signup-line.step2-5 {
            background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(74, 74, 74, 1) 25%, rgba(74, 74, 74, 1) 100%);
        }

        .a4dd-signup-steps-container .signup-line.step3-5 {
            background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(74, 74, 74, 1) 50%, rgba(74, 74, 74, 1) 100%);
        }

        .a4dd-signup-steps-container .signup-line.step4-5 {
            background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 75%, rgba(74, 74, 74, 1) 75%, rgba(74, 74, 74, 1) 100%);
        }

    .a4dd-signup-steps-container .step {
        position: relative;
        z-index: 2;
        width: 16%;
    }

    .a4dd-signup-steps-container a.step {
        text-decoration: none;
    }

    .a4dd-signup-steps-container .circle {
        width: 48px;
        height: 48px;
        background-color: #4a4a4a;
        border-radius: 50%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .a4dd-signup-steps-container .step.active .circle {
        border: 1px solid #FFD700;
        background-color: #383219;
    }

        .a4dd-signup-steps-container .step.active .circle .inner-circle {
            width: 29px;
            height: 29px;
            background-color: #FFD700;
            border-radius: 50%;
        }

    .a4dd-signup-steps-container .step.complete .circle {
        background: #ffd536;
    }

        .a4dd-signup-steps-container .step.complete .circle .inner-circle {
            display: inline-block;
            transform: rotate(45deg);
            height: 22px;
            width: 14px;
            border-bottom: 5px solid #242424;
            border-right: 5px solid #242424;
        }

    .a4dd-signup-steps-container .step.complete .circle {
        background: black;
        font-family: 'a4dd-icons' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

        .a4dd-signup-steps-container .step.complete .circle:before {
            content: "\e91d";
            font-size: 48px;
            color: #ffd34b;
        }

        .a4dd-signup-steps-container .step.complete .circle .inner-circle {
            display: none;
        }

    .a4dd-signup-steps-container .signup-steps-sm .signup-step-indicator {
        position: relative;
        width: 50px;
        height: 50px;
        margin-right: 20px;
    }

        .a4dd-signup-steps-container .signup-steps-sm .signup-step-indicator svg {
            transform: rotate(-90deg);
        }

    .a4dd-signup-steps-container .signup-steps-sm .circle-bg {
        fill: #383219;
    }

    .a4dd-signup-steps-container .signup-steps-sm .circle-progress {
        fill: none;
        stroke: #FFD700;
        stroke-width: 3;
        stroke-linecap: round;
        stroke-dasharray: 157;
        transition: stroke-dashoffset 0.4s ease;
    }

    .a4dd-signup-steps-container .signup-steps-sm .signup-step-label {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 14px;
        color: #fff;
        font-weight: 500;
    }


:root, [data-bs-theme=light] {
    --bs-success-bg-subtle: #f1faf1;
    --bs-success-border-subtle: #1aad26;
    --bs-success-text-emphasis: #1d1d1d;
    --bs-warning-bg-subtle: #fff9e1;
    --bs-warning-border-subtle: #ffd235;
    --bs-warning-text-emphasis: #1d1d1d;
    --bs-danger-bg-subtle: #fbeaeb;
    --bs-danger-border-subtle: #d60000;
    --bs-danger-text-emphasis: #1d1d1d;
    --bs-info-bg-subtle: #e9f4ff;
    --bs-info-border-subtle: #699ccb;
    --bs-info-text-emphasis: #1d1d1d;
}

.alert-success, .alert-warning, .alert-danger, .alert-info, .alert-note {
    border-width: 0 0 0 3px;
    border-radius: 12px;
    font-size: 16px;
    padding: 16px;
}

.alert [class^="a4dd-icon-"] {
    font-size: 10px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    color: #fff;
    margin-right: 10px;
}

.alert-success.alert [class^="a4dd-icon-"] {
    background: #1aad26
}

.alert-warning.alert [class^="a4dd-icon-"] {
    background: #ffd235
}

.alert-danger.alert {
    color: #d60000;
    font-weight: 500;
}

    .alert-danger.alert [class^="a4dd-icon-"] {
        background: #d60000
    }

.alert-info.alert [class^="a4dd-icon-"] {
    background: #699ccb
}

.alert.alert-note {
    background: #f8f8f8;
    border-color: #686868;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

/*form*/
/*tooltip*/
/*span.form-control-tooltip { border: 2px solid #5d5d5d; border-radius: 50%; font-size: 12px; width: 17px;display: inline-block;height: 17px; text-align: center; font-weight: 800;line-height: 14px; font-family: arial; margin-left: 10px;cursor: pointer;}*/
span.form-control-tooltip {
    width: 17px;
    display: inline-block;
    height: 17px;
    line-height: 14px;
    margin-left: 10px;
    cursor: pointer;
}

    span.form-control-tooltip span.a4dd-icon-info {
        font-size: 16px;
    }

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    font-size: 14px;
    background-color: #fff;
    color: #242424;
    box-shadow: 0px 2px 6px #e5e5e5;
    padding: 15px 20px;
    text-align: left;
    min-width: 300px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 1;
}

.form-control-tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #fff;
}

.form-control-tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #fff;
}

.form-control-tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #fff;
}

.form-control-tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #fff;
}


button.btn.a4dd-btn.a4dd-yellow-btn.a4dd-btn-submit:not(.a4dd-btn-small) {
    padding: 18px 27px !important;
}

.col-form-label {
    font-size: 16px !important;
    font-weight: 600;
    color: #242424;
    margin-left: 15px;
    display: inline-block;
}

/*checkbox*/
span.form-check-input {
    border: none;
    margin-top: 0;
    width: auto;
}

.form-check-input input, .select2-results__options .select2-results__option input.form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 2px solid #000;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

span.form-check-input input:not(#flgIsAllowEmailAlerts):not([type=radio]) {
    width: 35px !important;
    max-width: 20px;
    height: 20px;
}

.form-check-input input:checked, .form-check-input input:focus {
    background-color: #fff;
    border-color: #000;
    box-shadow: none;
}

    .form-check-input input:checked::before {
        content: '';
        position: absolute;
        top: 1px;
        left: 5px;
        width: 6px;
        height: 12px;
        border: solid #000;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.form-check:not(.form-check-reverse) {
    padding-left: 35px;
}

    .form-check:not(.form-check-reverse) .form-check-input input {
        margin-left: -35px;
    }

.form-check .form-check-input {
    margin-left: 0;
    display: flex;
    align-items: center;
    height: auto;
}

    .form-check .form-check-input input { /*float: left; */
    }

    .form-check .form-check-input label {
        margin-left: 10px;
        margin-top: -3px;
    }

.form-check:not(.form-check-inline) .form-check-input {
    float: none;
    height: unset;
    align-items: flex-start;
}

.form-check:not(.form-check-inline):not(.form-check-reverse) .form-check-input input {
    margin-top: 2px;
}

.form-check:not(.form-check-inline):not(.form-check-reverse) .form-check-input.form-check-input-w27 {
    column-gap: 10px;
}

    .form-check:not(.form-check-inline):not(.form-check-reverse) .form-check-input.form-check-input-w27 input {
        width: 20px;
        min-width: 20px;
    }

    .form-check:not(.form-check-inline):not(.form-check-reverse) .form-check-input.form-check-input-w27 label {
        margin-left: 0;
    }

.form-check .form-check-input-container {
    display: flex;
    align-items: center;
}

    .form-check .form-check-input-container label {
        margin-left: 5px;
        font-weight: normal;
    }

span.form-check-input.form-check-input-with-note {
    margin-top: 2px;
}

span.form-check-input + .form-check-label {
    margin-left: 0;
    display: block;
    margin-top: -25px;
}

    span.form-check-input + .form-check-label + .note {
        margin-top: 10px;
        margin-left: 0;
    }

span.form-check-input + .form-check-label, .form-check .form-check-input label {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.5;
}

.form-check .form-check-input label { /*width: calc(100% - 20px);*/
}

.form-check.chkbox-lg {
    padding-left: 0;
}

    .form-check.chkbox-lg .form-check-input {
        display: block;
    }

        .form-check.chkbox-lg .form-check-input label {
            margin-left: 35px;
        }

        .form-check.chkbox-lg .form-check-input input {
            margin-left: 0;
            position: absolute;
        }


.text-14 {
    font-size: 14px;
}

.confirm-msg {
    height: 70vh;
    overflow-y: scroll;
}

form h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}

form label:not(.btn,.form-check-label), form .col-form-label, form .form-check-label {
    font-size: 16px !important;
    font-weight: 600;
    color: #242424;
    margin-left: 15px;
    display: inline-block;
}

.form-control, .form-select, .select2-container--default .select2-selection--single {
    border: 1px solid #242424;
    border-radius: 14px;
    padding: 22px 20px !important;
    font-size: 16px;
    margin-bottom: 15px;
}

form#safetyTrainingForm .form-control, form#safetyTrainingForm .form-select, form#safetyTrainingForm .select2-container {
    margin-bottom: 30px;
}

form#safetyTrainingForm .select2-container--default .select2-selection--single {
    margin-bottom: 0;
}

.form-control:focus, .form-select:focus {
    outline: 1px solid #242424;
    box-shadow: none;
    border-color: #242424;
}

.form-control[disabled], .form-control[readonly], .form-select[disabled], .form-select[readonly] {
    background: #eee !important;
    cursor: default;
}

select.form-select option:hover {
    background-color: yellow;
}

.select2-container--default .select2-results__option--selected input:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-control.password, .select2-container--default .select2-selection--single {
    margin-bottom: 0
}

form span.note {
    font-size: 14px;
    display: block;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: -10px;
    margin-left: 5px;
}

form .a4dd-form-control-error { /* display: block !important;*/
    margin-top: -12px;
    font-size: 14px;
    margin-left: 5px;
    color: #d60000;
    line-height: 1.2
}

    form .a4dd-form-control-error + span.note {
        margin-top: 0px;
    }

.a4dd-form-control-error + .a4dd-form-control-error {
    margin-top: -5px;
}

.a4dd-form-control-large-error {
    margin-top: -3px;
    font-size: 15px;
    margin-left: 14px;
}

.form-control + .a4dd-form-field-error {
    font-size: 14px;
    margin-left: 5px;
    color: #d60000;
    line-height: 1.2
}

    .form-control + .a4dd-form-field-error:not(:empty) {
        margin-top: -20px;
        margin-bottom: 20px;
    }

.a4dd-form-control-error:empty {
    display: none;
}

form .a4dd-form-control-error[style*="display:none"] + span.note {
    margin-top: -10px;
}

form .a4dd-form-control-error[style*="display: inline"] + .a4dd-form-control-error[style*="display:none"] + span.note {
    margin-top: 0 !important;
}

.a4dd-textboxwithcheck-text-field {
    border: 1px solid #242424;
    border-radius: 14px;
    padding: 23px 20px 24px;
    margin-bottom: 15px
}

    .a4dd-textboxwithcheck-text-field .form-control {
        border: none;
        padding: 0 !important;
        line-height: 1;
        min-height: unset;
        height: 21px;
        border-radius: 0;
        margin-bottom: 0;
    }

        .a4dd-textboxwithcheck-text-field .form-control:focus {
            outline: none;
            background: none !important;
        }

    .a4dd-textboxwithcheck-text-field label.form-check-label {
        font-size: 14px !important;
        line-height: 1;
        margin-right: 15px;
        margin-top: 0;
    }

    .a4dd-textboxwithcheck-text-field .form-check.form-check-reverse {
        min-height: unset;
        height: 20px;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .a4dd-textboxwithcheck-text-field .form-control[disabled], .a4dd-textboxwithcheck-text-field .form-control[readonly] {
        background: #fff !important;
    }

.col-auto.a4dd-textboxwithcheck-button .a4dd-btn {
    border-radius: 14px;
    padding: 21px 27px !important;
    font-size: 16px !important;
}

.form-section {
    margin-bottom: 30px;
}

.toggle-password {
    top: 74px;
    right: 35px;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

.icon-field-box {
    position: relative;
    margin-bottom: 2px;
}

    .icon-field-box.pos-right .form-control {
        position: relative;
        padding-right: 30px;
    }

    .icon-field-box.pos-right i {
        position: absolute;
        top: 25px;
        right: 15px;
    }

    .icon-field-box.pos-left .form-control {
        position: relative;
        padding-left: 30px !important;
    }

    .icon-field-box.pos-left i {
        position: absolute;
        top: 25px;
        left: 15px;
    }

.a4dd-textboxwithcheck-text-field.icon-field-box.pos-left {
    padding-left: 0;
}

.date-box {
    position: relative;
    margin-bottom: 2px;
}

    .date-box .date-clear {
        position: absolute;
        height: 70px;
        width: 50px;
        color: #fb3b3b;
        text-align: center;
        line-height: 70px;
        top: 0;
        right: 0;
        cursor: pointer;
        text-decoration: none;
    }

        .date-box .date-clear i {
            font-size: 14px;
        }

    .date-box.a4dd-datepicker-container:after {
        right: 50px;
    }

/*password new*/
.txtpassword-container {
    position: relative;
    margin-bottom: 2px;
}

    .txtpassword-container input[type="password"], .txtpassword-container input[type="text"] {
        width: calc(100% - 1px);
        padding: 10px;
        border: 1px solid black;
        box-sizing: border-box;
    }

    .txtpassword-container .toggle-password {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        cursor: pointer;
    }

/*radio yellow*/
.a4dd-radio-btn {
    background: #fff9e1;
    border: none;
    font-size: 40px;
    font-weight: 700;
    width: 100%;
    height: 115px;
    border-radius: 16px;
    line-height: 115px;
    padding: 0 25px;
}

.btn-check + .btn.a4dd-radio-btn.checked, .btn-check + .btn.a4dd-radio-btn:hover {
    background: #ffd235;
    border: none;
}

label.btn.a4dd-radio-btn.justify-content-between span,
label.btn.a4dd-radio-btn.a4dd-radio-btn-with-info .d-flex span,
label.btn.a4dd-radio-btn > .d-flex span {
    display: inline-block;
    width: 50%;
    text-align: left;
}

    label.btn.a4dd-radio-btn.justify-content-between span.membership-duration,
    label.btn.a4dd-radio-btn.a4dd-radio-btn-with-info .d-flex span.membership-duration,
    label.btn.a4dd-radio-btn > .d-flex span.membership-duration {
        font-size: 24px;
    }

.btn.a4dd-radio-btn.a4dd-radio-btn-with-info {
    min-height: 115px;
    height: auto;
    line-height: 2;
}

    .btn.a4dd-radio-btn.a4dd-radio-btn-with-info .initialdue-info {
        font-size: 16px;
        text-align: left;
        line-height: 1.3;
    }

        .btn.a4dd-radio-btn.a4dd-radio-btn-with-info .initialdue-info span {
            font-size: 16px;
            text-align: left;
            line-height: 1.3;
            display: inline-block;
            width: 100%;
        }

.btn.a4dd-radio-btn.justify-content-between:not(.a4dd-radio-btn-with-info) {
    display: flex;
}

/*radio*/
.form-check-input:checked[type=radio]:checked, input:checked[type=radio]:checked { /*background: #000;*/
}

    .form-check-input:checked[type=radio]:checked::before, input:checked[type=radio]:checked::before { /*border-color: #fff;*/
    }

.form-check-input input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 17px !important;
    min-width: 17px;
    height: 17px !important;
    border: 1px solid #000;
    border-radius: 50% !important;
    position: relative;
    margin-right: 8px;
    cursor: pointer;
    background: #fff !important;
}

    .form-check-input input[type="radio"]:checked::before {
        content: '';
        position: absolute;
        top: 2px !important;
        left: 2px !important;
        width: 11px !important;
        height: 11px !important;
        background-color: #000;
        border-radius: 50%;
        transform: none;
        border: none;
    }

/*radio inline*/
.a4dd-form-check-inline label.form-check-label, .a4dd-form-check-inline .form-check-inline label {
    font-size: 14px !important;
}

.a4dd-form-check-inline .form-check-input[type=radio], .a4dd-form-check-inline .form-check-inline input[type=radio] {
    height: 17px;
    width: 17px;
    border-width: 1px;
    border-radius: 20px;
}

.a4dd-form-check-inline .form-check-inline {
    min-height: unset !important;
    line-height: 1.3;
    margin-right: 35px;
}

    .a4dd-form-check-inline .form-check-input:checked[type=radio]:checked::before, .a4dd-form-check-inline .form-check-inline input[type=radio]:checked::before {
        width: 5px;
        height: 9px;
        top: 2px;
    }

.form-check.form-check-inline {
    padding-left: 30px;
}

    .form-check.form-check-inline:only-of-type {
        margin-right: 0
    }

    .form-check.form-check-inline .form-check-input input {
        margin-left: -30px;
        margin-top: -2px;
    }

.a4dd-form-check-inline .form-check-inline .form-check-label-large label {
    font-size: 20px !important;
    font-weight: 700;
}

.a4dd-form-check-inline.a4dd-form-check-large .form-check-inline {
    margin-right: 40px;
}

    .a4dd-form-check-inline.a4dd-form-check-large .form-check-inline label {
        font-size: 20px !important;
    }

.a4dd-form-check-inline.a4dd-form-check-large .form-check-input input[type="radio"] {
    width: 24px !important;
    height: 24px !important;
    border: 2px solid #000;
    margin-right: 0;
}

    .a4dd-form-check-inline.a4dd-form-check-large .form-check-input input[type="radio"]:checked::before {
        top: 2px !important;
        left: 2px !important;
        width: 16px !important;
        height: 16px !important;
    }

.form-check-input-radiobuttonlist {
    margin-left: 15px;
    margin-bottom: 25px;
    display: block;
    margin-top: 10px;
}

    .form-check-input-radiobuttonlist .form-check-input {
        margin-right: 30px;
        display: inline-flex;
        align-items: center;
    }

        .form-check-input-radiobuttonlist .form-check-input input[type="radio"] {
            margin-right: 0;
        }

        .form-check-input-radiobuttonlist .form-check-input label {
            font-weight: normal;
        }

.form-check-input {
    --bs-form-check-bg: tranparant;
    border: none;
}
/*select2*/
.select2-results__option--highlighted {
    background-color: #000 !important;
    color: #fff !important;
}

.a4dd-textboxwithcheck-text-field
.select2-container--default .select2-results__option--selected {
    background-color: #fff;
    color: #242424;
}

.form-select + .select2-container, .a4dd-dropdown-multi-select + .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 70px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 70px;
        width: 40px;
        text-align: left;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border: solid #242424;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            border-radius: 1px; /*left: 8px;*/
            margin-top: -4px;
        }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    border-width: 0 2px 2px 0;
    border-color: #242424;
}

.select2-results__option--selectable {
    padding: 10px 25px;
    font-size: 14px;
}

.select2-dropdown {
    border-radius: 16px;
    border-color: #242424;
    overflow: hidden;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212529;
}

.select2-container--default .select2-results__option--disabled {
    color: #000;
    font-size: 14px;
    padding: 10px;
    font-weight: 500;
}

.select2-container--default .select2-results__option--selectable.opt-seperator {
    border-top: 1px solid #adacac;
}

/*datepicker*/
.a4dd-datepicker-container {
    position: relative;
}

    .a4dd-datepicker-container:after {
        content: "\e915";
        font-family: 'a4dd-icons' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        width: 18px;
        height: 18px;
        right: 15px;
        top: 27px;
        color: #242424;
        pointer-events: none;
    }

.ui-datepicker {
    border-radius: 8px;
    box-shadow: 0px 2px 6px #e9e9e9;
    border: 1px solid #f1f1f1;
}

    .ui-datepicker .ui-datepicker-header {
        background: none;
        border: none;
    }

    .ui-datepicker table tbody td {
        border: none !important;
    }

    .ui-datepicker table.ui-datepicker-calendar {
        background: none;
    }

    .ui-datepicker td span, .ui-datepicker td a {
        background: none !important;
        border: none !important;
        text-align: center !important;
    }

    .ui-datepicker th {
        border-left: none !important;
        border-right: none !important;
        font-size: 11px;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        border-color: #dfe5e8;
        margin: 0 2px !important;
    }

    td.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today, .ui-datepicker table tbody td.ui-datepicker-today {
        background: #f1f1f1;
        border-radius: 6px;
        color: #333;
    }

        td.ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today a, .ui-datepicker table tbody td.ui-datepicker-today a {
            color: #333;
        }

    .ui-datepicker table tbody td.ui-datepicker-current-day {
        background: #242424 !important;
        border-radius: 6px;
    }

        .ui-datepicker table tbody td.ui-datepicker-current-day a {
            color: #fff !important
        }

    .ui-datepicker td a {
        line-height: 25px;
    }

/*calendar
.a4dd-container-icon { position: absolute; bottom: 20px; right: 25px;}*/

/*daterangepicker
.daterangepicker.ltr.single.opensright.show-calendar { box-shadow: 0px 2px 6px #e9e9e9; border: 1px solid #f1f1f1;}
.daterangepicker .calendar-table table {  font-family: 'Open Sans';}
.daterangepicker .calendar-table table thead tr:first-child th { border-bottom: 1px solid #f1f1f1; border-collapse: separate;}
.daterangepicker select.monthselect, .daterangepicker select.yearselect { border-color: #f1f1f1; border-radius: 4px; margin-bottom: 5px;}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span { margin-bottom: 3px;}
.daterangepicker td.active, .daterangepicker td.active:hover {  background: #f1f1f1;  color: #000; border-radius: 6px;}
.daterangepicker .calendar-table table tbody { margin-top: 7px;}
.daterangepicker th.available:hover { background: #fff;}*/

/*addmore fields*/
.form-control.form-control-addmore {
    width: calc(100% - 53px);
}

    .form-control.form-control-addmore + .a4dd-add-field {
        color: #242424;
        text-decoration: none;
        margin: 14px 0 0 10px;
        padding: 0;
        border: 0;
        background: none;
    }

        .form-control.form-control-addmore + .a4dd-add-field [class^="a4dd-icon-"] {
            font-size: 43px;
            cursor: pointer;
        }

.a4dd-icon-continer-circle {
    background: #242424;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    line-height: 40px;
}

    .a4dd-icon-continer-circle span.a4dd-icon-minus {
        width: 24px;
        display: block;
        font-size: 24px !important;
        line-height: 40px;
        margin: auto;
    }

h2.a4dd-heading {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 25px;
}

h2.a4dd-heading-with-back-btn {
    font-size: 40px;
    font-weight: 700;
    display: flex;
    margin: 0 0 25px;
}

    h2.a4dd-heading-with-back-btn a {
        text-decoration: none;
        display: block;
        margin-right: 25px;
        height: 47px;
        width: 47px;
        background: #fff9e1;
        text-decoration: none;
        border: 1px solid #dcd7c3;
        border-radius: 8px;
        line-height: 47px;
        text-align: center;
        font-size: 18px;
    }

    h2.a4dd-heading-with-back-btn span.a4dd-icon-left-arrow {
        color: #1d1d1d;
        width: 47px;
        height: 47px;
        display: inline-block;
    }

    h2.a4dd-heading-with-back-btn .a4dd-subheading-text {
        font-size: 14px;
        font-weight: normal;
        display: block;
        margin-top: 10px;
        line-height: 1.5;
    }

.imageuploadify {
    background: transparent;
}

    .imageuploadify .imageuploadify-images-list, .imageuploadify .imageuploadify-images-list button.btn-default {
        min-height: 180px;
    }

        .imageuploadify .imageuploadify-images-list button.btn-default span.a4dd-icon-background-reports-drug-screen {
            font-size: 24px;
            display: block;
            margin-bottom: 5px;
        }

        .imageuploadify .imageuploadify-images-list button.btn-default {
            max-width: 200px;
            margin-left: 0;
        }

        .imageuploadify .imageuploadify-images-list .imageuploadify-container:first-child {
            margin-left: 0 !important;
        }

        .imageuploadify .imageuploadify-images-list button.btn-default + .imageuploadify-container { /* margin-left: 0 !important; */
        }

        .imageuploadify .imageuploadify-images-list .imageuploadify-container {
            margin: 10px 5px !important;
        }

            .imageuploadify .imageuploadify-images-list .imageuploadify-container button.btn-danger:before {
                content: "x";
                font-size: 13px;
                line-height: 13px;
                color: #242424;
            }

            .imageuploadify .imageuploadify-images-list .imageuploadify-container button.btn-danger {
                background: #ffd401;
                border-color: #242424;
            }

            .imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details {
                font-size: 12px;
                line-height: 1.3;
            }

.file-preview-box {
    border-radius: 12px;
    box-shadow: 0 0 4px 0 #888;
    overflow: hidden;
    margin: 10px 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .file-preview-box img {
        width: 100%;
        height: auto;
    }

    .file-preview-box button.btn-delete {
        width: 20px !important;
        height: 20px !important;
        border-radius: 15px !important;
        font-size: 11px !important;
        line-height: 1.32;
        padding: 2px 0;
        text-align: center;
        background: #ffd401 !important;
        border: 1px solid #242424 !important;
        text-transform: uppercase !important;
    }

.file-note {
    margin-top: 10px;
}

    .file-note p {
        font-size: 12px;
        color: #686868;
        margin-bottom: 0;
    }

form ol {
    padding-left: 20px;
}

button.dropdown-toggle.dropdown-multi-select-toggle {
    border: 1px solid #242424;
    border-radius: 14px;
    padding: 22px 20px;
    font-size: 16px;
    width: 100%;
    text-align: left;
    position: relative;
    background: #fff;
    margin-bottom: 15px;
}

    button.dropdown-toggle.dropdown-multi-select-toggle:after {
        right: 24px;
        position: absolute;
        top: 30px;
    }

    button.dropdown-toggle.dropdown-multi-select-toggle.show {
        border-radius: 14px 14px 0 0;
    }

.dropdown-multi-select-group {
    position: relative;
}

ul.dropdown-menu.dropdown-multi-select.show {
    width: 100%;
    border-radius: 0 0 14px 14px;
    border-color: #242424;
    top: -3px !important;
    padding: 0px;
    overflow: hidden;
}

    ul.dropdown-menu.dropdown-multi-select.show li {
        padding: 8px 20px;
        margin: 0;
    }

        ul.dropdown-menu.dropdown-multi-select.show li:hover {
            background: #242424;
            color: #fff;
        }

button.dropdown-toggle.dropdown-multi-select-toggle.show.menu-top {
    border-radius: 0 0 14px 14px;
}

ul.dropdown-menu.dropdown-multi-select.show[data-popper-placement='top-start'] {
    top: unset !important;
    bottom: -3px !important;
    border-radius: 14px 14px 0 0;
}

ul.dropdown-menu.dropdown-multi-select.show li .form-check .form-control {
    padding: 10px;
    margin-top: 10px;
}

.accordion.a4dd-order-summary-info-accordion, .a4dd-order-details {
    margin-top: 25px;
}

.a4dd-order-summary-info-accordion .accordion-item {
    border: 1px solid #242424;
    border-radius: 14px;
    margin-bottom: 30px;
}

.accordion-body.a4dd-order-summary-info {
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
}

    .accordion-body.a4dd-order-summary-info .row .col:last-child, .a4dd-order-summary-amt .row .col:last-child {
        text-align: right;
    }

    .accordion-body.a4dd-order-summary-info .row .col {
        line-height: 1.5;
    }

    .accordion-body.a4dd-order-summary-info .row:not(:last-child) {
        margin-bottom: 10px;
    }

.accordion-button, .accordion-button:not(.collapsed) {
    font-size: 16px;
    font-weight: 700;
    background: none;
    border: none;
    color: #242424;
    box-shadow: none;
}

    .accordion-button:focus {
        box-shadow: none;
    }

h2.accordion-header {
    margin: 0;
}

.accordion-button {
    height: 52px;
}

.a4dd-order-details {
    background: #242424;
    border-radius: 14px;
    border: 1px solid #242424;
}

.a4dd-order-summary-amt {
    background: #FFD400;
    border-radius: 14px;
    padding: 20px 25px;
    font-size: 16px;
}

    .a4dd-order-summary-amt h3 {
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 8px 0;
        line-height: 1.2;
    }

    .a4dd-order-summary-amt .a4dd-order-total {
        font-size: 24px;
        font-weight: 700;
    }

    .a4dd-order-summary-amt hr {
        color: #242424;
        margin: 10px 0;
        opacity: 1
    }

.a4dd-payment-methods {
    color: #fff;
    padding: 25px 30px 30px;
    text-align: center;
}

    .a4dd-payment-methods .btn.a4dd-btn {
        background: #fff;
        width: 100%;
        margin-top: 20px;
        color: #242424;
    }

        .a4dd-payment-methods .btn.a4dd-btn:hover {
            box-shadow: 0px 4px 0px 0px rgb(255 212 0);
        }

    .a4dd-payment-methods p {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4;
    }

    .a4dd-payment-methods.occ-acc .form-field {
        text-align: left;
    }

        .a4dd-payment-methods.occ-acc .form-field .col-form-label {
            color: #fff;
            font-size: 14px !important;
            font-weight: 500;
        }

    .a4dd-payment-methods.occ-acc p {
        font-size: 14px;
        font-weight: 500;
    }

.a4dd-billing-information {
    border: 1px solid #ddd;
    border-radius: 14px;
    margin-top: 30px;
    padding: 20px;
    font-size: 16px;
}

    .a4dd-billing-information h3 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .a4dd-billing-information > div {
        margin-top: 8px;
    }

    .a4dd-billing-information .name {
        position: relative;
        font-weight: 600;
    }

        .a4dd-billing-information .name a {
            position: absolute;
            right: 0;
            color: #242424;
            text-decoration: none;
        }

    .a4dd-billing-information > div.phone, .a4dd-billing-information > div.email {
        display: flex;
        align-items: center;
    }

        .a4dd-billing-information > div.phone span, .a4dd-billing-information > div.email span {
            font-size: 20px;
            margin-right: 10px;
        }

    .a4dd-billing-information a {
        color: #242424;
    }


.a4dd-tab .nav-link {
    border: 1px solid #dcdcdc;
    font-size: 16px;
    padding: 18px;
    border-radius: 12px;
    color: #242424;
    text-align: left;
    margin-bottom: 10px;
}

    .a4dd-tab .nav-link.active, .a4dd-tab .nav-link:hover {
        font-weight: 600;
        color: #242424;
        background: #fff9e0;
        border-color: #ffd400;
        border-width: 0 0 0 3px;
    }

.a4dd-tabContent {
    border: 1px solid #dcdcdc;
    font-size: 16px;
    padding: 18px;
    border-radius: 12px;
}

    .a4dd-tabContent h5 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .a4dd-tabContent ul.a4dd-benifits-list {
        padding-left: 0;
        margin-bottom: 0;
    }

        .a4dd-tabContent ul.a4dd-benifits-list li {
            background: #f8f8f8;
            border-radius: 12px;
            margin-bottom: 10px;
            padding: 11px 18px 13px;
        }

            .a4dd-tabContent ul.a4dd-benifits-list li [class^="a4dd-icon-"] {
                font-size: 30px;
                margin-right: 15px;
            }

            .a4dd-tabContent ul.a4dd-benifits-list li .a4dd-icon-right-bold-arrow {
                font-size: 24px !important;
                margin-right: 0;
            }

            .a4dd-tabContent ul.a4dd-benifits-list li h5 {
                margin-bottom: 0;
                font-size: 15px;
                font-weight: 600;
                margin-top: 0;
                line-height: 1.2;
            }

            .a4dd-tabContent ul.a4dd-benifits-list li small {
                font-size: 13px;
                line-height: 1.5;
                display: block;
                margin-top: 5px;
            }

    .a4dd-tabContent .a4dd-bottom-links {
        border-top: 1px solid #dcdcdc;
        padding-top: 15px;
        margin-top: 20px;
        text-align: right;
    }

        .a4dd-tabContent .a4dd-bottom-links a {
            font-size: 14px;
            color: #686868;
            margin-left: 20px;
        }

.a4dd-info-box {
    background: #fff9e0;
    padding: 12px 15px;
    border: 1px solid #ffd400;
    border-radius: 12px;
    font-size: 14px;
    color: #24242429;
    border: 1px solid;
}

.a4dd-icon-container {
    background: #242424;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    text-align: center;
    float: left;
    margin-top: 3px;
}

    .a4dd-icon-container .a4dd-icon-info2 {
        color: #fff;
        line-height: 20px;
        font-weight: 100;
        font-size: 10px;
    }

    .a4dd-icon-container + div {
        margin-left: 35px;
    }

.a4dd-upgrade-membership-points {
    border: 1px solid #dcdcdc;
    border-radius: 14px;
    margin: 20px 0 25px;
    overflow: hidden;
}

    .a4dd-upgrade-membership-points ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .a4dd-upgrade-membership-points ul li {
            padding: 10px 15px 10px 37px;
            font-size: 14px;
            border-bottom: 1px solid #dcdcdc;
            position: relative;
        }

            .a4dd-upgrade-membership-points ul li:last-child {
                border: none;
            }

            .a4dd-upgrade-membership-points ul li:before {
                content: '\e91c';
                font-family: 'a4dd-icons' !important;
                color: #09AE00;
                margin-right: 10px;
                position: absolute;
                left: 13px;
            }

            .a4dd-upgrade-membership-points ul li:first-child {
                background: #242424;
                color: #fff;
                font-size: 18px;
                font-weight: 700;
                text-align: center;
                position: relative;
                padding: 20px;
            }

                .a4dd-upgrade-membership-points ul li:first-child:before {
                    content: "";
                }

    .a4dd-upgrade-membership-points .ribbon {
        width: 100px;
        height: 70px;
        overflow: hidden;
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .a4dd-upgrade-membership-points .ribbon span {
            position: absolute;
            display: block;
            width: 150px;
            background-color: #D60000;
            color: white;
            font-size: 10px;
            font-weight: bold;
            text-align: center;
            transform: rotate(35deg);
            top: -8px;
            right: -54px;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            line-height: 1.2;
            padding: 20px 0 10px;
        }

span.select2-selection.select2-selection--multiple {
    border: 1px solid #242424;
    border-radius: 14px;
    font-size: 16px;
}

    span.select2-selection.select2-selection--multiple:not(.select2-selection--clearable) {
        padding: 18px 30px 22px 15px;
        line-height: 1;
    }

    span.select2-selection.select2-selection--multiple.select2-selection--clearable {
        padding: 20px 40px 21px 15px;
    }

.select2-container .select2-selection--multiple .select2-selection__rendered:not(:empty) + span.select2-search.select2-search--inline:after {
    display: none;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    top: 15px;
    right: 5px !important;
}

/*a4dd-dropdown-multi-select*/
.select2-results__options .select2-results__option input.form-check-input {
    margin-right: 7px;
    margin-top: 2px;
}

    .select2-results__options .select2-results__option input.form-check-input:checked,
    .select2-results__options .select2-results__option input.form-check-input:focus {
        background-color: #fff;
        border-color: #000;
        box-shadow: none;
    }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 13px;
    border: none;
    background: #eeee;
    min-height: 20px;
    line-height: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: 'Open Sans';
}

.a4dd-dropdown-multi-select + .select2 span.select2-search.select2-search--inline {
    position: relative;
}

    .a4dd-dropdown-multi-select + .select2 span.select2-search.select2-search--inline:after {
        content: '\e91e';
        font-family: 'a4dd-icons';
        font-size: 10px;
        position: absolute;
        right: -15px;
        top: 4px;
    }

.select2-container .select2-search--inline .select2-search__field {
    margin-left: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

/*range field*/
.form-range, input[type="range"] {
    padding: 0;
}

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #ffc107;
        cursor: pointer;
        border: none;
        margin-top: -4px;
    }

    input[type="range"]::-moz-range-thumb {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #ffc107;
        cursor: pointer;
        border: none;
        margin-top: -4px;
    }

    input[type="range"]::-ms-thumb {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #ffc107;
        cursor: pointer;
        border: none;
        margin-top: -4px;
    }

    input[type="range"]::-webkit-slider-thumb:hover {
        background: #000;
    }

    input[type="range"]:active::-webkit-slider-thumb {
        background: #000;
        outline: none;
    }

    input[type="range"]:focus::-webkit-slider-thumb {
        outline: none;
        box-shadow: none;
    }

.distance-label {
    font-size: 14px;
    cursor: pointer;
}

.content-login a {
    color: #242424;
}

    .content-login a b {
        font-weight: 600;
    }

main h2 {
    font-size: 40px;
}

main h3 {
    font-size: 24px;
}

hr.divider-line {
    opacity: 1;
}

.modal.show {
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.5) !important;
}

.a4dd-label-amount {
    font-size: 21px;
    font-weight: 600;
    margin-left: 15px;
}

.icon-link {
    color: #d60000;
    font-size: 22px;
    text-decoration: none;
}

.a4dd-link-black {
    color: #242424;
    font-size: 16px;
    font-weight: 600;
}

    .icon-link:hover, .a4dd-link-black:hover {
        color: #242424;
    }

/*listing table*/
.a4dd-listing-table-container {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #242424;
    margin-bottom: 20px;
}

    .a4dd-listing-table-container.table-col3 table thead th {
        width: 33%;
    }

    .a4dd-listing-table-container.table-col5 table thead th {
    }

table.a4dd-listing-table {
    width: 100%;
    font-size: 16px;
    border-collapse: collapse;
    overflow: hidden;
    border-spacing: 0;
    border: 0 !important;
}

*:not(.gem-table):not(.cart_totals) > table.a4dd-listing-table:not(.shop_table):not(.group_table):not(.variations) thead th {
    color: #fff;
    background: #242424;
    padding: 15px !important;
    border-width: 0 0 0 1px;
}

*:not(.gem-table):not(.cart_totals) > table.a4dd-listing-table:not(.shop_table):not(.group_table):not(.variations) tbody td {
    padding: 15px !important;
    border: 1px solid #242424 !important;
    border-width: 1px 0 0 1px !important;
}

table.a4dd-listing-table thead > tr > th:first-child, table.a4dd-listing-table tbody > tr > td:first-child {
    text-align: left;
}

table.a4dd-listing-table thead > tr > th, table.a4dd-listing-table tbody > tr > td {
    text-align: center;
    padding: 15px !important;
}

*:not(.gem-table):not(.cart_totals) > table.a4dd-listing-table:not(.shop_table):not(.group_table):not(.variations) thead th:first-child {
    border-left: 0;
}

*:not(.gem-table):not(.cart_totals) > table.a4dd-listing-table:not(.shop_table):not(.group_table):not(.variations) thead tr > th:last-child {
    border-right: none !important;
}

*:not(.gem-table):not(.cart_totals) > table.a4dd-listing-table:not(.shop_table):not(.group_table):not(.variations) tbody td:first-child {
    border-left: none !important;
}

*:not(.gem-table):not(.cart_totals) > .no-inner-border table.a4dd-listing-table:not(.shop_table):not(.group_table):not(.variations) tbody td,
*:not(.gem-table):not(.cart_totals) > .no-inner-border table.a4dd-listing-table:not(.shop_table):not(.group_table):not(.variations) thead th {
    border-left: 0 !important;
    text-align: left;
}

    *:not(.gem-table):not(.cart_totals) > .no-inner-border table.a4dd-listing-table:not(.shop_table):not(.group_table):not(.variations) tbody td:last-child,
    *:not(.gem-table):not(.cart_totals) > .no-inner-border table.a4dd-listing-table:not(.shop_table):not(.group_table):not(.variations) thead th:last-child {
        text-align: right;
    }

.a4dd-listing-table-container.table-responsible {
    overflow-x: auto;
}

.a4dd-upgrade-details {
    background: #fff9e0;
    border-radius: 16px;
    font-size: 14px;
    padding: 10px 20px;
}

.a4dd-upgrade-summary {
    border: 1px solid #dddddd;
    border-radius: 16px;
    font-size: 16px;
    padding: 20px;
}

    .a4dd-upgrade-summary h4 {
        font-size: 20px;
        margin-top: 0;
    }

.a4dd-plan.a4dd-highlighted {
    height: 100%;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 24px #eee;
    border: 2px solid transparent;
}

    .a4dd-plan.a4dd-highlighted ul.a4dd-list-small {
        text-align: left;
    }

    .a4dd-plan.plan-selected.a4dd-highlighted, .a4dd-plan.a4dd-highlighted:hover {
        border: 2px solid #ffd401;
        color: #000;
        background: #fff9e0;
    }

    .a4dd-plan.a4dd-highlighted h4 {
        margin-top: 0;
        font-size: 24px;
    }

    .a4dd-plan.a4dd-highlighted p, .a4dd-plan.a4dd-highlighted p label {
        font-weight: 300 !important;
        font-size: 15px;
    }

    .a4dd-plan.a4dd-highlighted p {
        margin: 15px auto;
        line-height: 1.5;
    }

        .a4dd-plan.a4dd-highlighted p label {
            margin-left: 0 !important;
            display: block;
            font-size: 15px !important;
        }

    .a4dd-plan.a4dd-highlighted .btn {
        margin: 15px auto
    }

    .a4dd-plan.a4dd-highlighted > label {
        font-size: 40px !important;
        font-weight: 700;
    }

        .a4dd-plan.a4dd-highlighted > label > small {
            font-size: 20px;
        }

.a4dd-plan.plan-standard.a4dd-highlighted {
    position: relative;
    overflow: hidden
}

    .a4dd-plan.plan-standard.a4dd-highlighted .ribbon {
        width: 100px;
        height: 70px;
        overflow: hidden;
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .a4dd-plan.plan-standard.a4dd-highlighted .ribbon span {
            position: absolute;
            display: block;
            width: 150px;
            background-color: #D60000;
            color: white;
            font-size: 10px;
            font-weight: bold;
            text-align: center;
            transform: rotate(35deg);
            top: -8px;
            right: -54px;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            line-height: 1.2;
            padding: 20px 0 10px;
        }

.btn-group {
    background: #eee;
    border-radius: 50px;
    padding: 5px;
    margin: 10px auto;
}

    .btn-group .btn {
        border-radius: 50px !important;
        font-size: 16px;
        font-weight: 600;
        padding: 10px 20px;
    }

        .btn-group .btn.checked, .btn-group .btn.checked:hover {
            background: #fff;
        }

.a4dd-sec-ad-view, .modal-body div.a4dd-sec-ad-view {
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    padding: 10px;
    font-size: 14px;
    margin-top: 15px;
}

    .modal-body div.a4dd-sec-ad-view div {
        font-size: 14px;
    }

    .a4dd-sec-ad-view:first-child {
        margin-top: 0;
    }

    .a4dd-sec-ad-view .row:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .a4dd-sec-ad-view h2 {
        font-size: 24px;
        margin: 0;
    }

    .a4dd-sec-ad-view h3 {
        font-size: 16px;
        margin: 0 0 10px 0;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

        .a4dd-sec-ad-view h3 span {
            font-size: 24px;
            margin-right: 10px;
        }

    .a4dd-sec-ad-view.bg-yellow {
        background: #fff9e0;
        border-color: #fff9e0;
    }

    .a4dd-sec-ad-view.bg-blue {
        background: #f0f8ff;
        border-color: #f0f8ff;
    }

        .a4dd-sec-ad-view.bg-blue .custom-msg {
            color: #007bff;
        }

    .a4dd-sec-ad-view .box {
        background-color: #f8f8f8;
        border-radius: 8px;
        padding: 10px 8px;
        display: flex;
        height: 100%;
    }

        .a4dd-sec-ad-view .box > div {
            width: 50%;
        }

            .a4dd-sec-ad-view .box > div.label {
                font-weight: 500;
            }

    .a4dd-sec-ad-view .row .col-lg-6, .a4dd-sec-ad-view .row .col-12 {
        margin-bottom: 10px;
    }

span.a4dd-custom-label {
    border-radius: 6px;
    padding: 5px 8px;
    margin-right: 8px;
    min-height: 18px;
    display: inline-flex;
    align-items: center;
}

    span.a4dd-custom-label:last-child {
        margin-right: 0;
    }

    span.a4dd-custom-label.black {
        background: #242424;
        color: #fff;
    }

    span.a4dd-custom-label.red {
        background: #fbe6e6;
        color: #d5000e;
    }

    span.a4dd-custom-label.black [class^="a4dd-icon-"] {
        font-size: 18px;
    }

    span.a4dd-custom-label.red [class^="a4dd-icon-"] {
        font-size: 12px;
    }

    span.a4dd-custom-label [class^="a4dd-icon-"] {
        margin-right: 8px;
    }

.a4dd-sec-ad-view .preview-group {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.preview-wrapper img.img-thumbnail {
    border-color: #f1f1f1 !important;
    border-radius: 10px !important;
    padding: 0 !important;
}

.a4dd-sec-ad-view .preview-group div.preview-wrapper {
    width: 130px;
    height: 130px;
    border: 1px solid #f5f5f5 !important;
    border-radius: 10px !important;
    overflow: hidden;
}

    .a4dd-sec-ad-view .preview-group div.preview-wrapper img {
        height: auto;
        max-height: 130px;
        border: none !important;
        border-radius: 0px !important;
    }

.profile-pic {
    margin-right: 15px;
}

    .profile-pic img {
        width: 180px;
        height: 180px;
        border: 1px solid #f1f1f1 !important;
        border-radius: 10px !important;
        padding: 0 !important;
        background: #fff;
    }

.profile-info h2, .modal-body .profile-info h2 {
    margin-bottom: 10px;
}

.profile-info p, .modal-body .profile-info p {
    margin-bottom: 5px;
    font-size: 14px;
}

.profile-info h2 .availability {
    font-size: 12px;
    color: #09AE00 !important;
    font-weight: 400;
}

.profile-info h2 > span:first-child {
    margin-right: 30px;
}

#iconToggle.a4dd-icon-minus-circle {
    color: #d60000;
}

div#divComparisonModal table.a4dd-listing-table {
    min-width: 550px;
}

.box-shadow {
    box-shadow: 0px 0px 100px 0px #0000000F;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-30 {
    border-radius: 30px;
}

.filter-tag {
    display: inline-block;
    margin: 3px;
    background: #f1f1f1;
    border-radius: 6px;
    border: none;
    color: #8f8c8c;
    font-size: 14px;
    padding: 4px 8px;
}

    .filter-tag .remove-filter {
        margin-left: 8px;
        cursor: pointer;
        font-weight: bold;
        color: #242424;
        font-size: 12px;
    }

.table.driver-result-table, .table.driver-result-table td {
    border: none !important;
}

.driver-result-box {
    border: 1px solid #f1f1f1;
    padding: 20px;
}

    .driver-result-box .available-ad.availability {
        font-size: 14px;
        color: #09AE00 !important;
        font-weight: 400;
    }

.driver-search-result-box {
    font-size: 14px;
}

    .driver-search-result-box .label {
        font-weight: 600;
        margin-bottom: 0px;
    }

    .driver-search-result-box > div {
        margin-bottom: 20px;
    }

.driver-search-result-box-bottom {
    border-top: 2px solid #edebeb;
    font-size: 16px;
    padding-top: 15px;
    color: #686868;
}

    .driver-search-result-box-bottom .a4dd-animated-right-arrow-btn {
        font-size: 16px;
    }

.driver-result-box .driver-pic {
    margin-right: 30px;
    margin-bottom: 20px;
}

    .driver-result-box .driver-pic img {
        max-width: 300px;
    }

.a4dd-form-control-error[style*="display: inline"] {
    display: block !important;
}

.border-radius-16 {
    border-radius: 16px;
}

.w115 {
    width: 115px;
}

.brd-box {
    border: 1px solid #686868;
    border-radius: 14px;
    padding: 25px;
    margin-bottom: 10px;
}

.terms-scroller {
    padding: 10px 2px 15px 10px;
    border: 1px solid #242424;
    border-radius: 20px;
    margin: 35px 0 20px;
}

    .terms-scroller .scroller-box {
        padding: 5px 5px 5px 5px;
        overflow: auto;
        height: 600px;
        box-sizing: border-box;
    }

    .terms-scroller b {
        font-size: 20px;
    }

    .terms-scroller .scroller-box::-webkit-scrollbar {
        width: 10px;
    }

    .terms-scroller .scroller-box::-webkit-scrollbar-thumb {
        background: #8b8b8b;
        opacity: 1 !important;
        border-radius: 10px;
        transition: opacity 0.3s ease;
    }

        .terms-scroller .scroller-box::-webkit-scrollbar-thumb:hover {
            opacity: 0.75 !important;
        }

a.link-menu {
    color: #242424;
    text-decoration: none;
    margin-bottom: 20px;
    display: none;
}

.a4dd-btn-red {
    border-color: #d60000 !important;
    color: #d60000 !important;
}

    .a4dd-btn-red:hover {
        box-shadow: 0px 4px 0px 0px rgb(215 5 5);
    }

.a4dd-btn-red-filled {
    background: #D600000F;
    border: none !important;
    font-size: 14px !important;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

    .a4dd-btn-red-filled:hover {
        box-shadow: 0px 4px 0px 0px rgb(215 5 5);
        background: #D600000F;
    }


#changePasswordForm .col-form-label {
    padding: 0;
    margin-bottom: 7px;
}

.input-group.password-container {
    border: 1px solid #242424;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 15px;
}

    .input-group.password-container .form-control {
        border: none;
        padding-right: 0 !important;
        margin-bottom: 0;
        height: 68px;
    }

        .input-group.password-container .form-control:focus {
            outline-width: 0px !important;
            margin-bottom: 0;
        }

    .input-group.password-container button.btn {
        height: 68px;
        border: none;
        padding-right: 15px;
    }

        .input-group.password-container button.btn:hover {
            background: none;
        }

        .input-group.password-container button.btn .toggle-password {
            font-size: 18px;
            color: #242424;
        }

.text-danger.field-validation-valid {
    font-size: 14px;
    margin-left: 5px;
    color: red !important;
    line-height: 1.2;
    display: block;
}

    .text-danger.field-validation-valid:not(:empty) {
        margin-top: -12px;
    }

.select2 + .text-danger.field-validation-valid:not(:empty) {
    margin-top: 4px;
}

.a4dd-subheading-withicon {
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: 600;
    display: flex;
    align-items: center;
}

    .a4dd-subheading-withicon span {
        font-size: 24px;
        margin-right: 10px;
    }

.a4dd-highlighted.bg-light {
    border: 2px solid #FFD400;
    background: none !important;
}

.field-note {
    font-size: 14px;
    display: block;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: -10px;
    margin-left: 5px;
    opacity: 0.6;
}


::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #8b8b8b;
    opacity: 1 !important;
    border-radius: 10px;
    transition: opacity 0.3s ease;
}

    ::-webkit-scrollbar-thumb:hover {
        opacity: 0.75 !important;
    }

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #8b8b8b;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #666;
    }

/* For Firefox */
* {
    scrollbar-width: initial;
    scrollbar-color: #8b8b8b #f1f1f1;
}

/*Responsive CSS*/
@media (min-width: 768px) {
}

@media (min-width:992px) {
    .for-mobile {
        display: none !important;
    }

    .a4dd-sec-ad-view .row .col-lg-6:nth-last-of-type(-n+2) {
        margin-bottom: 0;
    }

    .pay-display-block {
        padding-left: 30px;
    }

    .row .col-12:nth-last-child(2) .checkbox-container {
        margin-bottom: 0;
    }
}

@media (min-width:1000px) {
    label.col-form-label.label-2line {
        line-height: 1.2;
        margin-top: -14px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1262px;
    }
}

@media (max-width: 1400px) {
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        max-width: 1100px
    }
}

@media (max-width: 1200px) {
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        max-width: 100%
    }
}

@media (max-width: 1199px) {
    .a4dd-signup-steps-container .signup-line {
        width: 88%;
    }

    .a4dd-signup-steps-container .signup-steps {
        margin-right: -40px;
    }
}

@media (max-width: 1023px) {
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .navbar-toggler {
        order: 3
    }

    .a4dd-main-navbar .navbar-brand {
        margin-right: calc(100% - 615px);
        width: 20%;
    }

        .a4dd-main-navbar .navbar-brand img {
            width: 100%;
            height: auto;
        }

    .offcanvas-body, .a4dd-main-navbar-menu-wrap .navbar-nav > .nav-item, .a4dd-main-navbar-menu-wrap .navbar-nav .dropdown-menu {
        width: 100%;
    }

        .a4dd-main-navbar-menu-wrap .navbar-nav > .nav-item > .nav-link {
            height: 55px;
            line-height: 1;
            padding: 20px;
        }

    .offcanvas.a4dd-main-navbar-menu-wrap {
        padding: 0;
    }

    .a4dd-main-navbar-menu-wrap .navbar-nav > .nav-item {
        padding: 0;
    }

        .a4dd-main-navbar-menu-wrap .navbar-nav > .nav-item > .nav-link:hover, .a4dd-main-navbar-menu-wrap .navbar-nav > .nav-item > .nav-link.show {
            background: #242424;
            color: #fff;
        }

    .a4dd-main-navbar-menu-wrap .navbar-nav .dropdown-menu {
        margin-top: 20px;
    }

    .a4dd-text-box {
        white-space: normal;
    }

    .a4dd-main-navbar-menu-wrap .navbar-nav .dropdown-menu.dropdown-menu1 ul.dropdown-menu {
        margin-top: -6px;
        border: 1px solid #dfdfdf;
        box-shadow: none;
        border-radius: 0 0 10px 10px;
        margin-left: 0;
        margin-bottom: 6px;
        padding: 0;
    }

        .a4dd-main-navbar-menu-wrap .navbar-nav .dropdown-menu.dropdown-menu1 ul.dropdown-menu a.dropdown-item {
            padding: 10px 15px !important;
        }

    .dropdown-menu1 .dropdown-item.show {
        border-radius: 10px 10px 0 0;
    }
}

@media (max-width: 991px) {
    .not-for-mobile {
        display: none !important
    }

    .a4dd-signup-steps-container .signup-steps .step-num {
        font-size: 11px;
    }

    .a4dd-signup-steps-container .signup-steps .step-name {
        font-size: 13px;
    }

    .a4dd-signup-steps-container .signup-steps .step-status {
        font-size: 11px;
    }

    h2.a4dd-heading-with-back-btn {
        font-size: 30px;
    }

    .modal-body.modal-data h2 {
        width: calc(100% - 70px);
    }
}

@media (max-width: 767px) {

    main h2 {
        margin-top: 10px;
        font-size: 20px;
    }

    .copyright {
        padding: 15px 0;
    }

        .copyright .container > .d-flex {
            row-gap: 7px;
        }

    .a4dd-signup-steps-container {
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
        padding: 30px 0;
        margin-bottom: 40px;
    }

        .a4dd-signup-steps-container .signup-steps {
            display: none !important;
        }

    .a4dd-radio-btn {
        font-size: 16px;
    }

    form label:not(.btn,.form-check-label), form .col-form-label, form .form-check-label {
        font-size: 14px !important;
    }

    label.btn.a4dd-radio-btn.justify-content-between span.membership-duration {
        font-size: 18px;
    }

    label.btn.a4dd-radio-btn.justify-content-between span.membership-price {
        font-size: 30px;
    }

    .a4dd-radio-btn:not(.d-flex) {
        height: 50px;
        line-height: 50px;
        padding: 0;
    }

    .a4dd-radio-btn.justify-content-between {
        line-height: 40px;
        flex-direction: column;
        padding: 10px 25px;
        height: 100px;
    }

    label.btn.a4dd-radio-btn.justify-content-between span {
        width: 100%;
    }

    .a4dd-tab .nav-link {
        margin-right: 10px;
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 500;
        padding: 15px;
    }

    .btn.a4dd-btn {
        padding: 12px 25px !important;
        font-size: 14px !important;
    }

    .a4dd-form-check-inline.a4dd-form-check-large .form-check-inline input[type=radio] {
        height: 16px !important;
        width: 16px !important;
        min-width: 16px;
        border-width: 1px;
    }

    .a4dd-form-check-inline.a4dd-form-check-large .form-check-input input[type="radio"]:checked::before {
        top: 1px !important;
        left: 1px !important;
        width: 12px !important;
        height: 12px !important;
    }

    .a4dd-form-check-inline.a4dd-form-check-large .form-check-inline label {
        font-size: 14px !important;
    }

    .occ-acc-form-container .row {
        margin-bottom: 5px;
    }

    .form-check .form-check-input-container label {
        margin-left: -5px;
    }

    .profile-pic img {
        width: 100px;
        height: 100px;
    }

    .a4dd-fieldwithbtn .btn {
        width: 150px;
        padding: 23px 25px 24px !important;
    }

    .a4dd-fieldwithbtn.a4dd-couponfield .btn {
        width: 100px;
    }

    .btn.a4dd-radio-btn.a4dd-radio-btn-with-info {
        padding: 10px 15px;
    }

    .driver-search-result-box > div {
        margin-bottom: 10px;
    }

    .driver-search-result-box .label {
        line-height: 1.4;
    }

    .driver-result-box .driver-pic {
        margin-right: 0px;
        margin-bottom: 20px;
    }

        .driver-result-box .driver-pic img {
            max-width: 100%;
        }

    .a4dd-animated-right-arrow-btn-multiline {
        line-height: 1.2;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .a4dd-big-radio .a4dd-big-radio-opt {
        padding: 25px 20px 20px;
    }

        .a4dd-big-radio .a4dd-big-radio-opt h4.a4dd-enrollment-amt {
            font-size: 30px;
        }

        .a4dd-big-radio .a4dd-big-radio-opt p {
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .a4dd-big-radio .a4dd-big-radio-opt label.form-check-label {
            margin: 0 auto 0px;
        }

    a.link-menu {
        display: block;
    }

    .my-account-content {
        margin-top: -50px;
    }
}

@media (max-width: 600px) {
    .a4dd-animated-right-arrow-btn-multiline {
        width: 325px;
    }

    .form-section {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    body {
        font-size: 14px;
    }

    footer.a4dd-footer {
        padding-top: 30px;
    }

    .form-control, .form-select, .select2-container--default .select2-selection--single, button.dropdown-toggle.dropdown-multi-select-toggle, span.select2-selection.select2-selection--multiple:not(.select2-selection--clearable) {
        padding: 18px 15px !important;
        font-size: 14px;
    }

    span.select2-selection.select2-selection--multiple:not(.select2-selection--clearable) {
        padding-right: 30px !important
    }

    .select2-container--default .select2-selection--single {
        height: 59px;
        padding-top: 15px !important;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 58px;
        }

            .select2-container--default .select2-selection--single .select2-selection__arrow b {
                top: 26px;
            }

    button.dropdown-toggle.dropdown-multi-select-toggle:after {
        top: 23px;
    }

    span.select2-selection.select2-selection--multiple.select2-selection--clearable {
        padding: 14px 40px 16px 15px;
    }

    .select2-container .select2-selection--multiple .select2-selection__clear {
        top: 8px;
    }

    .a4dd-container-icon {
        bottom: 15px;
    }

    form span.note {
        font-size: 14px;
    }

    .toggle-password {
        top: 65px;
    }

    .a4dd-textboxwithcheck-text-field {
        padding: 17px 15px 18px;
    }

    .col-auto.a4dd-textboxwithcheck-button .a4dd-btn {
        padding: 16px 15px 17px !important;
    }

    h2.a4dd-heading, h2.a4dd-heading-with-back-btn {
        font-size: 20px;
        margin: 0 0 15px;
    }

        h2.a4dd-heading-with-back-btn a {
            margin-right: 15px;
            height: 30px;
            width: 30px;
            line-height: 30px;
            font-size: 14px;
        }

        h2.a4dd-heading-with-back-btn span.a4dd-icon-left-arrow {
            width: 30px;
            height: 30px;
        }

    .a4dd-inline-radio .col-4:not(:first-child,:last-child) {
        padding: 0;
    }

    .a4dd-inline-radio .a4dd-radio-btn {
        padding: 0 15px;
    }

    .a4dd-radio-btn.justify-content-between {
        padding: 10px 15px;
    }

    .modal-body {
        --bs-modal-padding: 1.5rem 1rem !important;
    }

        .modal-body h2 {
            font-size: 30px;
        }

    #build-business-modal .modal-body img {
        width: 100%
    }

    span.form-check-input + .form-check-label, .form-check .form-check-input label, .a4dd-form-check-inline .form-check-inline .form-check-label-large label {
        font-size: 14px !important;
    }

    .alert-success, .alert-warning, .alert-danger, .alert-info {
        font-size: 14px;
    }

    .a4dd-label-amount {
        font-size: 18px;
        font-weight: 600;
        margin-left: 0px;
    }

    .a4dd-sec-ad-view h2 {
        font-size: 20px;
    }

    .modal-body.modal-data h2 {
        font-size: 20px;
    }

    table.a4dd-listing-table {
        font-size: 14px;
    }

    .a4dd-fieldwithbtn .btn {
        padding: 13px 25px 15px !important;
    }

    .accordion-body.a4dd-order-summary-info .row .col {
        width: 65%;
    }

    .accordion-body.a4dd-order-summary-info .row .col-auto {
        width: 35%;
        text-align: right;
    }

    .a4dd-datepicker-container:after {
        top: 23px;
    }

    .date-box .date-clear {
        height: 59px;
        line-height: 59px;
    }

    .a4dd-signup-steps-container {
        margin-bottom: 30px;
    }

    .terms-scroller {
        margin-top: 20px;
    }

    .checkbox-container.checkbox-checked {
        flex-direction: column;
    }

        .checkbox-container.checkbox-checked .selected-tag {
            margin-top: 5px;
        }

    form#safetyTrainingForm .a4dd-fieldwithbtn .form-control {
        margin-bottom: 10px;
    }

    .my-account-content {
        margin-top: -30px;
    }
}

@media (max-width: 478px) {
    .a4dd-main-navbar {
        height: 115px;
    }

        .a4dd-main-navbar .navbar-brand {
            width: 48%;
            margin-right: 0;
        }

    .copyright .container .d-flex {
        flex-direction: column;
        row-gap: 7px;
    }

    img.a4dd-welcome-img {
        width: 100%;
    }
}

@media (min-width: 478px) {
    .d-xs-flex {
        display: flex !important;
    }
}

@media (min-width:768px) {
    div#tabContentContainer .account-information-content h4 span {
        display: none
    }
}

@media (min-width: 992px) {
    .modal-mid-width {
        --bs-modal-width: 770px;
        width: 770px;
    }

    .modal-alert-width {
        --bs-modal-width: 500px;
    }

    .modal-custom-width-610 {
        --bs-modal-width: 610px;
        width: 610px;
    }
}

@media (min-width: 1024px) {
    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

        .navbar-expand-xl .offcanvas .offcanvas-body {
            display: flex;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible;
        }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }

    .a4dd-main-navbar-menu-wrap .navbar-nav .dropdown-menu.dropdown-menu1 > li:not(:first-child) {
        width: 50%;
    }

    .a4dd-main-navbar-menu-wrap .navbar-nav .dropdown-menu.dropdown-menu1 li.dropend {
        position: static;
    }

    .a4dd-main-navbar-menu-wrap .navbar-nav .dropdown-menu.dropdown-menu1 ul.dropdown-menu {
        margin: 0 0 0 25px;
        box-shadow: none;
        border: none;
        border-radius: 0px;
        position: absolute;
        padding: 0;
        overflow: hidden;
        width: calc(50% - 45px);
        left: 50%;
        top: 72px;
        right: auto;
        height: calc(100% - 92px);
    }

        .a4dd-main-navbar-menu-wrap .navbar-nav .dropdown-menu.dropdown-menu1 ul.dropdown-menu li {
            border-left: 1px solid #dfdfdf;
            border-right: 1px solid #dfdfdf;
        }

            .a4dd-main-navbar-menu-wrap .navbar-nav .dropdown-menu.dropdown-menu1 ul.dropdown-menu li:first-child {
                border-top: 1px solid #dfdfdf;
                border-radius: 10px 10px 0 0;
                overflow: hidden;
            }

            .a4dd-main-navbar-menu-wrap .navbar-nav .dropdown-menu.dropdown-menu1 ul.dropdown-menu li:last-child {
                border-bottom: 1px solid #dfdfdf;
                border-radius: 0 0 10px 10px;
                overflow: hidden;
            }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
}

.w-min-250 {
    min-width: 250px;
}

.w-auto {
    width: auto !important;
}

.w-100 {
    width: 100% !important;
}

.w-100px {
    width: 100px !important;
}

.w-175 {
    width: 175px;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-direction-row {
    flex-direction: row;
}

.my-account-tabs .form-check:not(.form-check-inline) .form-check-input label {
    width: calc(100% - 20px);
}

@media (min-width: 576px) {
    .w-sm-auto {
        width: auto !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .flex-direction-sm-column {
        flex-direction: column;
    }

    .flex-direction-sm-row {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-175 {
        width: 175px !important;
    }

    .w-md-120px {
        width: 120px !important;
    }

    .fs-md-25px {
        font-size: 25px !important;
    }

    .border-radius-md-18 {
        border-radius: 18px;
    }

    .border-radius-md-30 {
        border-radius: 30px;
    }
}

@media (min-width: 992px) {
    .w-lg-auto {
        width: auto !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-auto {
        width: auto !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }
}

@media (min-width:1024px) and (max-width:1200px) {
    body .navbar-expand-xl .offcanvas {
        width: 500px !important;
    }

    .a4dd-main-navbar .navbar-brand img {
        width: 150px;
    }
}

@media (max-width:767px) {
    .a4dd-main-navbar .navbar-brand {
        margin-right: calc(100% - 560px);
        width: 147px;
    }

        .a4dd-main-navbar .navbar-brand img {
            width: 147px;
        }

    .a4dd-main-navbar button.navbar-toggler {
        margin-right: 20px;
    }

    .card.border-radius-16.p-3.mt-4.mt-md-0.my-account-tabs {
        border: none;
        padding: 0 !important;
        border-radius: 0;
    }

        .card.border-radius-16.p-3.mt-4.mt-md-0.my-account-tabs .card-body.p-4.my-account-container {
            padding: 0 !important;
        }

    div#tabContentContainer .account-information-content h4 {
        font-size: 18px !important;
    }

        div#tabContentContainer .account-information-content h4 span {
            margin-right: 10px;
            font-size: 20px;
        }
}

@media (max-width:570px) and (min-width:478px) {
    .a4dd-main-navbar .navbar-brand {
        margin-right: calc(100% - 460px);
    }

    a.nav-link.a4dd-btn {
        padding: 10px 20px !important;
        letter-spacing: 0px;
    }
}

@media (max-width:477px) {
    .a4dd-main-navbar .navbar-brand {
        margin-right: 0;
        margin-left: 5px;
        width: 203px;
    }

        .a4dd-main-navbar .navbar-brand img {
            width: 203px;
        }

    .a4dd-main-navbar button.navbar-toggler {
        margin-right: 20px;
        margin-top: 16px;
    }
}

.six-pack-disabled {
    opacity: 0.4;
    pointer-events: none;
}

/* =============================================
   My Auto Insurance Tab Styles
   ============================================= */

.auto-insurance-container {
    padding: 0;
}

/* Header Section */
.auto-insurance-header {
    padding: 20px 0;
    border-left: 3px solid #3498db;
    padding-left: 15px;
    margin-bottom: 20px;
}

.auto-insurance-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
}

.auto-insurance-description {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Status Cards */
.auto-insurance-content .status-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

    .auto-insurance-content .status-card.status-warning {
        border-color: #f39c12;
        border-left: 4px solid #f39c12;
    }

    .auto-insurance-content .status-card.status-success {
        border-color: #27ae60;
        border-left: 4px solid #27ae60;
    }

    .auto-insurance-content .status-card.status-error {
        border-color: #e74c3c;
        border-left: 4px solid #e74c3c;
    }

.auto-insurance-content .status-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .auto-insurance-content .status-icon.warning-icon {
        background: #fff3cd;
        color: #f39c12;
    }

    .auto-insurance-content .status-icon.success-icon {
        background: #d4edda;
        color: #27ae60;
    }

    .auto-insurance-content .status-icon.error-icon {
        background: #f8d7da;
        color: #e74c3c;
    }

.auto-insurance-content .status-content {
    flex: 1;
}

.auto-insurance-content .status-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
}

.auto-insurance-content .status-subtitle {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Info Section */
.auto-insurance-content .info-section {
    margin-bottom: 20px;
}

    .auto-insurance-content .info-section p {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
    }

.auto-insurance-content .fee-info {
    font-size: 16px;
    color: #333;
}

/* Info Box */
.auto-insurance-content .info-box {
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.auto-insurance-content .info-box-yellow {
    background: #fff9e6;
    border: 1px solid #f5e6b8;
}

.auto-insurance-content .info-box-error {
    background: #fdeaea;
    border: 1px solid #f5c6c6;
    border-left: 3px solid #e74c3c;
}

.auto-insurance-content .info-box-light {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
}

.auto-insurance-content .info-box h6 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.auto-insurance-content .info-box p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Insurance Details Grid */
.auto-insurance-content .insurance-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.auto-insurance-content .detail-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .auto-insurance-content .detail-item label {
        font-size: 13px;
        color: #666;
        margin: 0;
    }

    .auto-insurance-content .detail-item span {
        font-size: 14px;
        font-weight: 500;
        color: #333;
    }

/* Documents Section */
.auto-insurance-content .documents-section {
    margin-top: 20px;
}

    .auto-insurance-content .documents-section h6 {
        font-size: 14px;
        font-weight: 600;
        color: #333;
        margin-bottom: 15px;
    }

.auto-insurance-content .documents-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.auto-insurance-content .document-item {
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.auto-insurance-content .document-preview {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
}

    .auto-insurance-content .document-preview.image-preview {
        object-fit: cover;
    }

.auto-insurance-content .btn-delete-doc {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(231, 76, 60, 0.9);
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.auto-insurance-content .document-upload-box {
    width: 100px;
    height: 100px;
    border: 2px dashed #ccc;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s;
    text-align: center;
    padding: 10px;
}

    .auto-insurance-content .document-upload-box:hover {
        border-color: #3498db;
    }

    .auto-insurance-content .document-upload-box .upload-icon {
        color: #999;
        margin-bottom: 5px;
    }

    .auto-insurance-content .document-upload-box p {
        font-size: 10px;
        color: #666;
        margin: 0;
    }

    .auto-insurance-content .document-upload-box .upload-plus {
        font-size: 24px;
        color: #999;
        line-height: 1;
    }

.auto-insurance-content .file-note {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

/* Action Section */
.auto-insurance-content .action-section {
    margin-top: 20px;
}

.auto-insurance-content .fee-note {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.auto-insurance-content .contact-note {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}

/* Tooltip Icon */
.auto-insurance-content .tooltip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #666;
    cursor: help;
    margin-left: 5px;
}

/* Select2 Modal Fix - Ensure dropdowns display properly in modals */
#verificationSelectionModal .select2-container,
#verificationFormModal .select2-container {
    width: 100% !important;
}

#verificationSelectionModal .select2-container--open .select2-dropdown,
#verificationFormModal .select2-container--open .select2-dropdown {
    z-index: 9999 !important;
}

/* Ensure Select2 dropdown appears above modal backdrop */
.select2-container--open .select2-dropdown {
    z-index: 9999 !important;
}

/* Fix modal overflow for Select2 */
#verificationSelectionModal .modal-body,
#verificationSelectionModal .modal-content,
#verificationFormModal .modal-body,
#verificationFormModal .modal-content {
    overflow: visible !important;
}

/* Fix radio buttons visibility in verification form modal */
#verificationFormModal .form-check-input[type="radio"] {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.1em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

    #verificationFormModal .form-check-input[type="radio"]:checked {
        background-color: #ffc107;
        border-color: #ffc107;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000'/%3e%3c/svg%3e");
    }

    #verificationFormModal .form-check-input[type="radio"]:focus {
        border-color: #ffc107;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
    }

/* Fix checkbox visibility in verification form modal */
#verificationFormModal .form-check-input[type="checkbox"] {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.1em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    #verificationFormModal .form-check-input[type="checkbox"]:checked {
        background-color: #ffc107;
        border-color: #ffc107;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    }

    #verificationFormModal .form-check-input[type="checkbox"]:focus {
        border-color: #ffc107;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
    }
