@font-face {
    font-family: HelveticaUB;
    src: url(../fonts/HelveticaNeueBold.otf);
}

@font-face {
    font-family: Helvetica;
    src: url(../fonts/HelveticaNeue.ttc);
}

body {
    background: #FFF;
    font-family: Helvetica;
}

.cursor:hover {
    cursor: pointer;
}

.desk {
    display: block;
}

.mob {
    display: none;
}

/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/*         Home Page         */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */

.header-top {
    background: #231f20 url(https://njtrafficattorney.com/wp-content/themes/fintech-wp/images/header-bg.png) no-repeat center center;
    height: 100px;
}

.hablamos-floating-pos {
    right: 15%;
    top: 55%;
    transform: translateY(-50%);
}

.hablamos {
    border: 3px solid #FBD207;
    padding: 8px 19px;
    color: #FFF;
    font-size: 18px;
    border-radius: 24px;
    background: #231f20;
}

.logo-header {
    width: 450px;
}

.header-txt {
    font-size: 18px;
}

.header-txt-span {
    font-size: 24px;
    font-family: HelveticaUB;
    font-weight: 900;
}

.header-bottom {
    background: #231f20 url(https://njtrafficattorney.com/wp-content/themes/fintech-wp/images/menu-bg.png) no-repeat center center;
    height: 100px;
}

.nav-pos {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-navbar .navbar-nav .nav-link {
    color: white;
    background-color: black;
    border-radius: 25px;
    margin: 0 5px;
    padding: 10px 20px;
    border: 2px solid #fdd835;
    transition: background-color 0.3s, color 0.3s;
}

.custom-navbar .navbar-nav .nav-link:hover,
.custom-navbar .navbar-nav .nav-link.active {
    color: #fdd835;
    background-color: black;
}

.custom-navbar .navbar-nav .dropdown-menu {
    background-color: black;
    border: 2px solid #fdd835;
}

.custom-navbar .navbar-nav .dropdown-item {
    color: white;
    background-color: black;
}

.custom-navbar .navbar-nav .dropdown-item:hover {
    color: #fdd835;
    background-color: black;
}

.slick-prev:before,
.slick-next:before {
    color: white;
    font-size: 20px;
}

.slick-next {
    right: 10px;
    z-index: 1;
}

.slick-prev {
    left: 10px;
    z-index: 1;
}

.grey-block {
    background-color: #E6E6E6;
}

.non-bold {
    font-weight: 500;
    font-size: 18px;
}

.meet-the-att {
    text-decoration: none;
    color: black;
    font-size: 18px;
    background-color: #FBD207;
    border: 1px solid black;
    padding: 12px 20px;
    border-radius: 25px;
}

.border-div {
    border: 1px solid #E6E6E6;
}

.ls-title {
    font-size: 25px;
    color: black;
    font-weight: bold;
}

.ls-icons {
    width: 40px;
    height: 40px;
}

.p-cus {
    padding: 30px 100px;
}

.slick-dots li button:before {
    font-size: 7px;
    color: grey;
}

.slick-dots li.slick-active button:before {
    color: #FBD207;
}

.slick-dots {
    bottom: 10px;
}

.call-any-time {
    background-image: url(../images/call-anytime-bg.png);
    background-size: cover;
    /* background-position: center; */
}

.b-16-black {
    font-weight: bold;
    font-size: 16px;
    color: black;
}

.ls-title-cat {
    font-size: 25px;
    color: black;
    font-weight: bold;
}

.cat-icons {
    width: 68px;
    height: 68px;
}

.cat-txt-1 {
    font-size: 18px;
    font-weight: 600;
}

.cat-txt-2 {
    font-size: 30px;
    font-weight: 900;
    font-family: HelveticaUB;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cat-txt-3 {
    font-size: 22px;
    font-weight: 900;
    font-family: HelveticaUB;
}

.card-sol {
    border: 1px solid #E6E6E6;
    border-radius: 15px;
}

.b-20 {
    font-size: 20px;
    font-weight: bold;
}

.read-more-span {
    color: #FBA807;
    font-weight: bold;
}

.footer-contact {
    background-color: #FBD207;
}

.submit-btn-footer {
    text-decoration: none;
    color: black;
    font-size: 18px;
    background-color: #FBD207;
    border: 1px solid black;
    padding: 9px 20px;
    border-radius: 25px;
    width: 98px;
}

.form-control-footer {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.footer {
    background-color: #000;
    color: #fff;
}

.bottom-links {
    background-color: #444;
}

.contact-info-lab {
    font-size: 18px;
    color: white;
}

.y-b-30 {
    color: #FBD207;
    font-size: 30px;
    font-weight: 900;
    font-family: HelveticaUB;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.social-icons img {
    width: 50px;
    margin: 10px 5px;
}

.bottom-links a {
    color: rgb(187, 186, 186);
    text-decoration: none;
}

.bottom-links a:hover {
    color: #FBD207;
    text-decoration: none;
}

.bottom-links .active {
    color: #FBD207;
    text-decoration: none;
}

.at-ad {
    font-size: 13px;
    color: grey;
}

.hr-footer {
    border: 1px solid black;
}

.color-offwhite {
    color: rgb(187, 186, 186);
}

.all-right {
    font-size: 14px;
    color: grey;
}

/* .posi-men {
    top: 30%;
    right: 18%;
    z-index: 2;
} */

nav .nav-item {
    white-space: nowrap;
}

.posi-men {
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

/* ||||||||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||||||||| */
/*         AttorneyProfile         */
/* ||||||||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||||||||| */

.ap-title {
    font-size: 40px;
    font-weight: 900;
    font-family: HelveticaUB;
}

.non-bold-20 {
    font-weight: 600;
    font-size: 20px;
}

.ul-ap-profile li {
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
}

.ul-ap-profile li::marker {
    color: #FBD207;
    font-size: 20px;
}

/* |||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||| */
/*          Legal Services          */
/* |||||||||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||||||||| */

.bold-blue {
    color: #3498db;
    text-decoration: none;
}

/* ||||||||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||||||||| */
/*              NJSA               */
/* ||||||||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||||||||| */

.table-njsa th {
    background-color: #00cccc;
    color: white;
}

.table-njsa th,
td {
    padding: 15px 10px;
    border: 1px solid rgb(207, 206, 206);
}

.ap-title-30 {
    font-size: 25px;
    font-weight: 900;
    font-family: HelveticaUB;
}


.table-div {
    box-shadow: 0 0 26px grey;
}

/* |||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||| */
/* ||||   Testimonials   |||| */
/* |||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||| */
/* |||||||||||||||||||||||||| */

.test-name {
    font-weight: bold;
    margin: 0;
}

/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||  Contact Us Pg  |||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */

.contact-title {
    font-size: 30px;
    font-weight: 900;
    font-family: HelveticaUB;
}

.contact-form h2 {
    text-align: center;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 2px solid #999999;
    border-radius: 5px;
}

.contact-form button {
    width: 100%;
    padding: 30px;
    background-color: #ffcc00;
    border: 2px solid #000;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: white;
}

.recaptcha {
    text-align: center;
    margin: 10px 0;
}

.map-iframe {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||  Media Queries  |||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */


@media (max-width: 767.5px) {

    .desk {
        display: none;
    }

    .mob {
        display: block;
    }

    /* ||||||||||||||||||||||||| */
    /* ||||||||||||||||||||||||| */
    /*         Home Page         */
    /* ||||||||||||||||||||||||| */
    /* ||||||||||||||||||||||||| */

    /* .posi-men {
        top: 0;
        right: 0;
        z-index: 2;
        height: 100vh;
        background-color: #FFF;
        width: 80%;
    } */

    .posi-men {
        top: 0;
        right: 0;
        height: 100vh;
        background-color: #FBD207;
        width: 100%;
        left: auto;
        transform: translateX(0);
    }

    .logo-header {
        width: 250px;
        float: left;
        background-color: #231f20;
    }

    .header-bottom {
        background: #231f20;
        height: 100px;
    }

    .navbar-toggler {
        border: none;
    }

    .navbar-toggler-icon {
        width: 2em;
        height: 2em;
    }

    .navbar-toggler-icon-close {
        display: inline-block;
        width: 2em;
        height: 2em;
        vertical-align: middle;
        background-image: url(../images/nav-toggler_close_icon.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .y-b-30 {
        font-size: 25px;
    }

    .p-cus {
        padding: 30px 30px;
    }

    .ls-title-cat {
        font-size: 18px;
        color: black;
        font-weight: bold;
    }

    .cat-icons {
        width: 40px;
        height: 40px;
    }

    .custom-navbar .navbar-nav .nav-link {
        color: #000;
        background-color: #FBD207;
        font-size: 20px;
        border-radius: 0;
        margin: 0 5px;
        padding: 10px 20px;
        border: none;
        transition: background-color 0.3s, color 0.3s;
    }

    .custom-navbar .navbar-nav .nav-link:hover,
    .custom-navbar .navbar-nav .nav-link.active {
        color: #000;
        background-color: #FBD207;
    }

    .custom-navbar .navbar-nav .dropdown-menu {
        background-color: #FBD207;
        border: none;
    }

    .custom-navbar .navbar-nav .dropdown-item:hover {
        color: #000;
        background-color: #FBD207;
    }

    .custom-navbar .navbar-nav .dropdown-item {
        color: #000;
        font-size: 20px;
        background-color: #FBD207;
    }
}