@media (min-width: 300px) {
  .et-info-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 7px 30px 0px 30px;
    background-color: #000;
    color: rgba(255,255,255,0.9);
    font-size: 14.5px;
  }
}



    @media (min-width: 300px) {
        .et-link-wrapper {
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding-top: 12px;
        }
    }

    .et-link {
        text-decoration: none;
        color: rgba(255,255,255,0.9);
        font-weight: 400;
    }

    .dealer-button {
        font-size: .875rem;
        border-radius: 16px;
        box-shadow: 0px 0px 12px 3px silver;
        line-height: 2em;
        font-weight: 600;
        background-color: #000;
        color: rgba(255,255,255,0.9);
    }

        .dealer-button:hover {
            opacity: 0.7;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            background-color: #000;
        }

    .nav-link {
        display: block;
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
        font-size: 0.95rem;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.7);
        text-decoration: none;
        background: 0 0;
        border: 0;
        transition: color .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out;
    }

    .btn:hover {
        opacity: 0.75;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        color: rgba(255,255,255);
        background-color: rgba(0, 0, 0, 0.92);
        box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 20px 0px;
    }

    .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
        color: var(--bs-btn-active-color);
        /*background-color: var(--bs-btn-active-bg);*/
        background-color: #000;
        /*border-color: var(--bs-btn-active-border-color);*/
    }

    a:hover {
        --bs-link-color-rgb: #000;
    }

    body {
        margin: 0;
        font-family: Open Sans, Arial, sans-serif;
        font-weight: var(--bs-body-font-weight);
        line-height: var(--bs-body-line-height);
        color: var(--bs-body-color);
        text-align: var(--bs-body-text-align);
        background-color: var(--bs-body-bg);
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;
    }

    .dropdown-menu {
        --bs-dropdown-zindex: 1000;
        --bs-dropdown-min-width: 10rem;
        --bs-dropdown-padding-x: 0;
        --bs-dropdown-padding-y: 0.5rem;
        --bs-dropdown-spacer: 0.125rem;
        --bs-dropdown-font-size: 1rem;
        --bs-dropdown-color: var(--bs-body-color);
        --bs-dropdown-bg: var(--bs-body-bg);
        --bs-dropdown-border-color: var(--bs-border-color-translucent);
        --bs-dropdown-border-radius: none !important;
        --bs-dropdown-border-width: none !important;
        --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
        --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
        --bs-dropdown-divider-margin-y: 0.5rem;
        --bs-dropdown-box-shadow: var(--bs-box-shadow);
        --bs-dropdown-link-color: var(--bs-body-color);
        --bs-dropdown-link-hover-color: var(--bs-body-color);
        --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
        --bs-dropdown-link-active-color: #fff;
        --bs-dropdown-link-active-bg: #0d6efd;
        --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
        --bs-dropdown-item-padding-x: 1rem;
        --bs-dropdown-item-padding-y: 0.25rem;
        --bs-dropdown-header-color: #6c757d;
        --bs-dropdown-header-padding-x: 1rem;
        --bs-dropdown-header-padding-y: 0.5rem;
        position: absolute;
        z-index: var(--bs-dropdown-zindex);
        display: none;
        min-width: var(--bs-dropdown-min-width);
        padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
        margin: 0;
        font-size: var(--bs-dropdown-font-size);
        color: var(--bs-dropdown-color);
        text-align: left;
        list-style: none;
        background-color: var(--bs-dropdown-bg);
        background-clip: padding-box;
        border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
        border-radius: var(--bs-dropdown-border-radius);
    }

    .nav-dropdown-menu {
        position: absolute;
        padding: 15px 20px;
        width: 240px;
        background: #fff;
        border-top: 3px solid #000000;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
        -webkit-transform: translateZ(0);
        text-align: left;
        font-family: Arimo, Helvetica, Arial, Lucida, sans-serif;
        font-size: 0.83rem;
        width: 300px;
    }

    .nav-dropdown-a {
        font-weight: 600;
        color: rgba(0,0,0, 0.62);
        padding: 10px 0 10px 5px;
    }

        .nav-dropdown-a:hover {
            background-color: rgba(7, 7, 7, 0.06);
            color: rgba(0,0,0,0.9);
            transition: 0.3s all ease-in-out;
        }

    .dropdown-menu[data-bs-popper] {
        top: 76px;
        left: 0;
        margin-top: var(--bs-dropdown-spacer);
        transition: 0.4s all ease-in-out;
        height: 325px;
    }

    .nav-hover:hover {
        color: rgba(0,0,0,0.49);
        transition: 0.4s all ease-in-out;
    }

    @media (min-width: 300px) {
        .login-h5 {
            text-align: center;
            font-size: 1.3rem;
            font-weight: 700;
            font-family: "Open Sans", Arial, sans-serif;
            padding-bottom: 2%;
            padding: 0 10px;
        }
    }

    .login-btn-group {
        width: 325px;
        margin: 0 auto;
        margin-top: 25px;
        padding-bottom: 50px;
        display: flex;
        flex-direction: column;
    }

    @media (min-width: 300px) {
        .login-section {
            box-shadow: rgba(100, 100, 100, 0.07) 0px 1px 5px 5px;
            border-radius: 10px;
            width: 90%;
            margin: 0 auto;
            margin-bottom: 7%;
            background-color: rgba(231,231,231,0.81);
            margin-top: 5%;
            margin-bottom: 15%;
        }
    }

    @media (min-width: 768px) {
        .login-section {
            width: 70%;
        }
    }

    @media (min-width: 992px) {
        .login-section {
            width: 50%;
        }
    }



    .continue-h5 {
        text-align: center;
        font-size: 1.5rem;
        padding-bottom: 25px;
        padding-top: 60px;
        font-weight: 500;
        font-family: 'Lato', open-sans;
    }

        .continue-h5.loginh5 {
            font-size: 1.2rem;
        }

    .required-star {
        color: rgb(255, 0, 0);
        font-size: 1rem;
        padding-left: 5px;
    }

    .login-label {
        font-size: 0.95rem;
        color: rgb(102, 102, 102);
        font-weight: 600;
    }

    .login-input-wrapper {
        width: 325px;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .login-button {
        opacity: 0.9;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background-color: rgba(0, 0, 0);
        border: none;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
        font-size: 0.95rem;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 10px;
        color: rgba(255,255,255,0.9);
    }

    .form-control:focus {
        color: var(--bs-body-color);
        background-color: var(--bs-body-bg);
        border-color: rgb(164,11,54);
        outline: 0;
        box-shadow: 0 0 0 .1rem rgb(164,11,54);
    }

    .user-input {
        padding: 0.55rem .75rem;
    }

    .form-label {
        margin-bottom: .5rem;
        font-size: 0.95rem;
        color: rgb(74,74,74);
    }

    .footer-link {
        text-decoration: none;
        color: rgba(255,255,255,0.9);
    }

    .page-heading {
        text-align: left;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 35px;
        font-size: 1.1rem;
        font-weight: 600;
        font-family: "Open Sans", Arial, sans-serif;
        box-shadow: 0 1px 3px #bebebe;
        color: rgba(0,0,0,0.7);
        font-stretch: condensed;
    }

    @media (min-width: 300px) {
        .dashboard-section {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            margin-top: 2%;
        }
    }

    @media (min-width: 1200px) {
        .dashboard-section {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
        }
    }

    .section-div-wrapper-right-col {
        flex-basis: 27%;
        margin-bottom: 3%;
        background-color: #fff;
        border-radius: 7px;
        box-shadow: 0 0 6px #bebebe;
        display: flex;
        flex-direction: column;
        max-height: 485px;
        min-height: 485px;
    }

    @media (min-width: 300px) {
        .section-div-wrapper-center-area {
            flex-basis: 75%;
            margin-bottom: 5%;
            background-color: #fff;
            border-radius: 7px;
            box-shadow: 0 0 6px #bebebe;
            padding-bottom: 3%;
            max-height: 400px;
            min-height: 397px;
        }
    }

    @media (min-width: 1200px) {
        .section-div-wrapper-center-area {
            flex-basis: 60%;
            max-height: 485px;
            min-height: 485px;
        }
    }

    @media (min-width: 300px) {
        .nav-col {
            display: none;
        }
    }

    @media (min-width: 992px) {
        .nav-col {
            display: initial;
        }
    }

    .sidnav {
        border: 2px solid #a9a9a9;
        border-radius: 5px;
        padding: 6px 0px 0px 1px;
        height: 3em;
        width: 3.5em;
    }

    .sidnenav-ham-icon {
        font-size: 2rem;
    }

    @media (min-width: 992px) {
        .ham-nav-hide {
            display: none;
        }
    }

    .ham-nav-hide {
        background-color: #eee !important;
    }

    .btn-color {
        background-color: #fff;
    }

    .nav-col-color {
        background-color: #fff;
        margin-top: 5px;
        font-size: 0.9rem;
    }

    @media (min-width: 1200px) {
        .section-div-wrapper-center-area.page-level {
            width: 95%;
            margin-top: 5%;
        }
    }

    @media (min-width: 1200px) {
        .page-level-section {
            width: 100%;
            padding-bottom: 6%;
        }
    }

    @media (min-width: 300px) {
        .top-contact-div-wrapper {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
    }

    @media (min-width: 576px) {
        .top-contact-div-wrapper {
            flex-direction: row;
            justify-content: space-around;
            align-items: center;
        }
    }

    @media (min-width: 992px) {
        .top-contact-div-wrapper {
            flex-direction: row;
            justify-content: flex-start;
        }
    }

    @media (min-width: 300px) {
        .top-contact-right-div {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 30px;
        }
    }

    @media (min-width: 576px) {
        .top-contact-right-div {
            padding-top: 0px;
        }
    }

    @media (min-width: 992px) {
        .top-contact-right-div {
            padding-left: 20px;
        }
    }

    @media (min-width: 300px) {
        .top-contact-left-div {
            display: flex;
            justify-content: center;
            align-items: center;
            padding-right: 10px;
        }
    }

    .quicklink-a:hover {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        color: rgba(255, 255, 255);
        background-color: rgba(7,7,7,0.06);
        box-shadow: rgba(7,7,7,0.23) 0px 0px 10px 0px;
    }

    .quicklink-a {
        text-decoration: none;
        color: rgba(0,0,0,0.8);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        margin: 10px;
    }

    @media (min-width: 300px) {
        .quicklink-icon {
            font-size: 2rem;
            color: #9d0c20;
            padding-bottom: 10px;
        }
    }

    @media (min-width: 300px) {
        .quicklink-div-wrapper {
            display: flex;
            justify-content: center;
            flex-direction: column;
            flex-wrap: wrap;
            padding-bottom: 5%;
        }
    }

    @media (min-width: 576px) {
        .quicklink-div-wrapper {
            padding: 26px;
            padding-bottom: 0;
            flex-direction: row;
        }
    }

    @media (min-width: 1400px) {
        .quicklink-div-wrapper {
            width: 80%;
            margin: 0 auto;
        }
    }

    @media (min-width: 300px) {
        .extra-img-footer {
            display: none;
        }
    }

    @media (min-width: 992px) {
        .extra-img-footer {
            display: initial;
        }
    }

    @media (min-width: 300px) {
        .first-footer-item {
            padding-top: 10px;
        }
    }

    @media (min-width: 576px) {
        .first-footer-item {
            padding-top: 0;
        }
    }

    @media (min-width: 300px) {
        .mb-0 {
            margin-bottom: 0 !important;
            text-align: center;
            font-size: 0.8rem;
        }
    }

    @media (min-width: 300px) {
        .mb-0 {
            font-size: 0.9rem;
        }
    }

.page-heading-top {
    text-align: left;
    padding-bottom: 0;
    padding-left: 5px;
    font-size: 1.5rem;
    font-weight: 500;
    padding-top: 2%;
    font-family: 'fangsong', open-sans;
    text-transform: capitalize;
}

    .section-div-wrapper-center-area.main {
        max-height: initial;
    }

    .notification-icon {
        font-size: 1rem;
        color: rgba(0,0,0,0.7);
    }

    .noti-date-p {
        margin: 0;
        padding: 0;
        height: auto;
    }

    @media (min-width: 300px) {
        .noti-div-wrapper {
            display: flex;
            flex-direction: column;
            padding: 5px 5px;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }
    }

    .noti-span {
        font-size: 0.8rem;
    }

    @media (min-width: 300px) {
        .page-heading-noti {
            text-align: left;
            font-size: 1.1rem;
            padding-top: 10px;
            padding-left: 5px;
            font-weight: 600;
            font-family: "Open Sans", Arial, sans-serif;
            color: rgba(0,0,0,0.7);
            display: flex;
            align-items: center;
            font-stretch: condensed;
        }
    }

    .page-heading-noti {
        padding-left: 4px;
        font-size: 1rem;
    }

    @media (min-width: 1400px) {
        .noti-heading-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            text-align: left;
            padding-top: 15px;
            padding-bottom: 15px;
            font-size: 1.1rem;
            font-weight: 600;
            font-family: "Open Sans", Arial, sans-serif;
            box-shadow: 0 1px 3px #bebebe;
            color: rgba(0,0,0,0.7);
        }
    }

    @media (min-width: 300px) {
        .noti-heading {
            display: flex;
            align-items: center;
            align-content: center;
            align-self: center;
        }
    }

    @media (min-width: 300px) {
        .noti-heading-wrapper {
            display: flex;
            justify-content: space-between;
            box-shadow: 0 1px 3px #bebebe;
            align-items: center;
            padding: 8px 10px;
        }
    }

    .noti-clear-icon {
        cursor: pointer;
    }

    .icon-link {
        text-decoration: none;
        color: rgba(0,0,0,0.7);
    }

    .quicklink-heading-icon {
        color: rgba(0,0,0,0.7);
        margin-right: 4px;
        margin-top: -4px;
    }

    @media (min-width: 300px) {
        .h-caro {
            height: 310px;
            object-fit: cover;
        }
    }

    @media (min-width: 576px) {
        .h-caro {
            height: 400px;
        }
    }

    @media (min-width: 992px) {
        .h-caro {
            height: 550px;
        }
    }

    .section-div-wrapper-right-col2 {
        flex-basis: 27%;
        margin-bottom: 5%;
        background-color: #fff;
        border-radius: 7px;
        box-shadow: 0 0 6px #bebebe;
        display: flex;
        flex-direction: column;
        min-height: 400px;
        overflow-y: scroll;
    }

@media (min-width: 300px) {
    .section-div-wrapper-promo-area {
        flex-basis: 67%;
        margin-bottom: 5%;
        background-color: #fff;
        border-radius: 7px;
        box-shadow: 0 0 6px #bebebe;
        padding-bottom: 3%;
    }
}

@media (min-width: 1200px) {
    .section-div-wrapper-promo-area {
        flex-basis: 60%;
    }
}



    .nav-heading {
        font-size: 1.2rem;
        padding-top: 0px;
        padding-bottom: 15px;
        padding-left: 11px;
        padding-top: 15px;
        color: rgba(0,0,0,0.7);
        font-weight: 500;
        font-family: 'Lato', Open-sans;
    }

    .section-div-wrapper-recent-orders {
        flex-basis: 30%;
        margin-bottom: 5%;
        background-color: #fff;
        border-radius: 7px;
        box-shadow: 0 0 6px #bebebe;
        padding-bottom: 3%;
    }

    @media (min-width: 300px) {
        .page-level-section.double-section {
            display: flex;
            justify-content: left;
            flex-direction: column;
        }
    }

    @media (min-width: 1200px) {
        .page-level-section.double-section {
            flex-direction: row;
            justify-content: space-between;
        }
    }

    .section-div-wrapper-current-orders {
        flex-basis: 67%;
        margin-bottom: 5%;
        background-color: #fff;
        border-radius: 7px;
        box-shadow: 0 0 6px #bebebe;
        padding-bottom: 3%;
    }

    .signOut-link {
        color: grey;
        font-size: 1rem;
        padding-left: 10px;
    }

    .error-p {
        text-align: center;
        padding-top: 5px;
        margin-bottom: 0;
        padding-bottom: 5px;
        background-color: rgba(201, 63, 63, 083);
        color: #fff;
        font-size: 0.9rem;
        animation: hideAnimation 0s ease 5s;
        animation-fill-mode: forwards;
    }

    @keyframes hideAnimation {
        to {
            visibility: hidden;
            animation: 3s ease;
            width: 0;
            height: 0;
        }
    }

    .success-p {
        width: 300px;
        text-align: center;
        margin-bottom: 0;
        color: #000;
        font-size: 0.9rem;
        animation: hideAni 0s ease 5s;
        animation-fill-mode: forwards;
        position: fixed;
        top: 0px; /* distance from the top */
        left: 50%;
        transform: translateX(-50%);
        background-color: #d4edda;
        color: #155724;
        padding: 16px 24px;
        border: 1px solid #c3e6cb;
        border-radius: 6px;
        font-family: Arial, sans-serif;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        z-index: 9999;
        max-width: 90%;
        text-align: center;
    }

    @keyframes hideAni {
        to {
            visibility: hidden;
            animation: 3s ease;
            width: 0;
            height: 0;
        }
    }

    .success-para {
        text-align: center;
        padding-top: 5px;
        margin-bottom: 0;
        padding-bottom: 5px;
        background-color: rgba(71, 201, 91, 0.83);
        color: #000;
        font-size: 0.9rem;
        animation: hideAni 0s ease 5s;
        animation-fill-mode: forwards;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    @keyframes hideAni {
        to {
            visibility: hidden;
            animation: 3s ease;
            width: 0;
            height: 0;
        }
    }

    .create-company-btn {
        width: 300px;
        opacity: 0.9;
        -webkit-transition: all 0.4s ease-in-out;
        background-color: rgba(0, 0, 0);
        border: none;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
        font-size: 0.9rem;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 9px;
        color: rgba(255, 255, 255, 0.9);
        transition: all 0.4s ease-in-out;
    }

    @media (min-width: 300px) {
        .user-section {
            box-shadow: rgba(100, 100, 100, 0.07) 0px 1px 5px 5px;
            border-radius: 10px;
            width: 95%;
            margin: 0 auto;
            margin-bottom: 7%;
            background-color: rgba(255, 255, 255, 0.7);
            margin-top: 10%;
            margin-bottom: 15%;
        }
    }

    @media (min-width: 1200px) {
        .user-section {
            width: 75%;
        }
    }

    #loadWrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


    .circle {
        display: inline-block;
        width: 15px;
        height: 15px;
        background-color: #456ab5;
        border-radius: 50%;
        animation: loading 1.5s cubic-bezier(.8, .5, .2, 1.4) infinite;
        transform-origin: bottom center;
        position: relative;
    }

    @keyframes loading {
        0% {
            transform: translateY(0px);
            background-color: #456ab5;
        }

        50% {
            transform: translateY(50px);
            background-color: #c72d2d;
        }

        100% {
            transform: translateY(0px);
            background-color: #456ab5;
        }
    }

    .circle-1 {
        animation-delay: 0.1s;
    }

    .circle-2 {
        animation-delay: 0.2s;
    }

    .circle-3 {
        animation-delay: 0.3s;
    }

    .circle-4 {
        animation-delay: 0.4s;
    }

    .circle-5 {
        animation-delay: 0.5s;
    }

    .circle-6 {
        animation-delay: 0.6s;
    }

    .circle-7 {
        animation-delay: 0.7s;
    }

    .circle-8 {
        animation-delay: 0.8s;
    }

    @media (min-width: 300px) {
        .tempMsg-wrapper {
            height: 100%;
            padding-top: 3%;
        }
    }


    /* Style nested dropdown */
    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 35px;
            left: 10%;
            margin-top: -1px;
            display: none;
            position: absolute;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
            width: 100%;
            font-size: 0.83rem;
            padding-left: 10px;
            transition: 0.4s all ease-in-out;
        }

        /* Show submenu on hover (for desktop) */
        .dropdown-submenu:hover > .dropdown-menu {
            display: block;
            transition: 0.4s all ease-in-out;
        }

    .user-section-outline {
        box-shadow: rgba(100, 100, 100, 0.07) 0px 1px 5px 5px;
        border-radius: 10px;
        width: 95%;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.7);
        margin-top: 10%;
        margin-bottom: 15%;
        padding: 5%;
    }

    .request-input-wrapper.contact-input.flex-select {
        display: flex;
        align-items: baseline;
    }

    .form-label.login-label.select-Label {
        width: 145px;
        text-align: right;
    }


    tr {
        vertical-align: middle;
    }

    .lead-head-cell {
        color: rgba(0,0,0,0.8);
    }

    .text-center.lead-head-cell.lead-time-cell-width {
        width: 200px;
    }

    .form-control.update-input {
        text-align: center;
        font-size: 0.95rem;
    }

    .small-button {
    }

    .smlform-submit.medium-size-leadtime {
        width: 200px !important;
        font-weight: 500;
    }


    /*font size for different screen sizes*/
    @media (min-width: 300px) {
        body .form-label .form-contral button {
            font-size: 0.85rem !important;
        }

        th {
            font-size: 0.85rem !important;
        }

        td {
            font-size: 0.85rem !important;
        }

        input, textarea {
            font-size: 0.85rem !important;
        }

        .form-label, .form-select {
            font-size: 0.85rem;
        }

        p, a {
            font-size: 0.85rem !important;
        }


        .table {
            font-size: 0.85rem;
        }
    }

    @media (min-width: 768px) {
        body, .form-contral, a {
            font-size: 0.95rem;
        }

        th {
            font-size: 0.95rem !important;
        }

        td {
            font-size: 0.95rem !important;
        }

        input, textarea {
            font-size: 0.95rem !important;
        }

        .form-label, .form-select {
            font-size: 0.95rem;
        }

        p {
            font-size: 1rem !important;
        }

        .table {
            font-size: 0.95rem;
        }
    }

    .med-btn-link {
        width: 80%;
        margin: 0 auto;
    }

    .dash-link {
        align-items: center !important;
    }

    .extraPadMedBtn {
        padding: 40px 20px !important;
    }


    @media (min-width: 300px) {
        .warrantyFormSection {
            width: 100%;
        }
    }

    @media (min-width: 768px) {
        .warrantyFormSection {
            width: 80%;
            margin: 0 auto;
        }
    }

    @media (min-width: 992px) {
        .warrantyFormSection {
            width: 75%;
        }
    }

    @media (min-width: 1400px) {
        .warrantyFormSection {
            width: 60%;
        }
    }

    .text-link:hover {
        color: #226191 !important;
        transition: 0.3s all ease-in-out !important;
    }

    .text-link {
        color: rgba(0,0,0,0.8) !important;
    }

    .icon-link:hover {
        color: #226191 !important;
        cursor: pointer;
    }

    .icon-link {
        color: #8b0b1c !important;
        transition: 0.3s all ease-in-out !important;
    }

    .comp-info-div-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .make-red {
        color: #9d0c20 !important;
    }



    @media (min-width: 300px) {
        .d-flex.justify-content-between.align-items-center.pt-3 {
            display: flex;
            justify-content: center !important;
        }
    }

    @media (min-width: 768px) {
        .d-flex.justify-content-between.align-items-center.pt-3 {
            display: flex;
            justify-content: space-between !important;
        }
    }

    @media (min-width: 300px) {
        .col-lg-3.col-xxl-2.text-center.text-lg-start.d-flex.flex-column.align-items-center.order-last.align-items-lg-start.justify-content-xxl-center.align-items-xxl-start.item.social.Hide-On-Small {
            display: none !important;
        }
    }

    @media (min-width: 768px) {
        .col-lg-3.col-xxl-2.text-center.text-lg-start.d-flex.flex-column.align-items-center.order-last.align-items-lg-start.justify-content-xxl-center.align-items-xxl-start.item.social.Hide-On-Small {
            display: initial !important;
        }
    }

    @media (min-width: 300px) {
        .d-flex.justify-content-between.align-items-center.pt-3.bottom-copyright {
            display: flex !important;
            flex-direction: column !important;
        }
    }

    @media (min-width: 768px) {
        .d-flex.justify-content-between.align-items-center.pt-3.bottom-copyright {
            display: flex !important;
            flex-direction: row !important;
        }
    }

    .uploadInputBox {
        display: block;
        width: 100%;
        padding: 10px 12px;
        font-size: 0.95rem;
        color: #444;
        background-color: #fff;
        border: 2px solid #ddd;
        border-radius: 8px;
        cursor: pointer;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .salesRep-container-wrapper {
        display: flex;
    }

    @media (min-width: 300px) {
        .salesRep-info-wrapper {
            flex-basis: 55%;
        }

        .salesRepProfile-wrapper {
            flex-basis: 55%;
        }

        .extendedLength {
            min-height: 610px;
            max-height: 610px;
        }
    }

    @media (min-width: 576px) {
        .salesRep-info-wrapper {
            flex-basis: 30%;
        }

        .salesRepProfile-wrapper {
            flex-basis: 55%;
        }

        .extendedLength {
            min-height: 660px;
            max-height: 660px;
        }

    }

@media (min-width: 1200px) {
    .extendedLength {
        min-height: 665px;
        max-height: 665px;
    }

    .salesRep-info-wrapper {
        flex-basis: 55%;
    }

    .salesRepProfile-wrapper {
        flex-basis: 40%;
    }
}

@media (min-width: 1400px) {
    .extendedLength {
        min-height: 600px;
        max-height: 600px;
    }


}