:root {
    --bs-font-sans-serif: 'Montserrat' !important;
    --bs-font-monospace: 'Montserrat' !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#toggle {
    width: 28px;
    height: 30px;
    margin: 10px auto;
}

#toggle .brick {
    width: 100%;
    height: 5px;
    background: white;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}

#toggle.on .one {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
    opacity: 0;
}

#toggle.on .three {
    transform: rotate(-45deg) translate(7px, -8px);
}

#menu {
    color: white;
    border: 1px solid white;
    width: 150px;
    height: 100px;
    padding: 10px;
    border-radius: 3px;
    line-height: 100px;
    text-align: center;
    margin: auto;
    display: none;
}

.header .navbar-nav li,
.header .navbar-nav li:active,
.header .navbar-nav li:focus,
.header .navbar-nav li a,
.header .navbar-nav li a:active,
.header .navbar-nav li a:focus
 {
    background-color: transparent !important;
}

.dropdown-toggle:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
}

h1 {
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
}

h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
}

h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}

h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
}

p,
ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    /* font-family: 'Montserrat', Arial, sans-serif !important; */
}

body {
    font-family: var(--bs-font-sans-serif) !important;
    font-family: var(--bs-font-monospace) !important;
}

/* ==== Header CSS Start ==== */
.top-header {
    padding: 10px 0;
    background-color: #081b41;
}

.inner-top-header {
    text-align: center;
}

.inner-top-header p {
    font-size: 18px;
    margin: 0;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 400;
}

.header {
    background-color: #162d5d;
    padding: 0;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;

}

.header .container {
    max-width: 1620px;
    padding: 0 15px;
}

.hero-banner .container {
    max-width: 1600px;
}

.header .navbar {
    padding: 0;
}

/* .header .navbar-nav li.dropdown:hover .dropdown-menu {
    display: block !important;
} */

.header .navbar-nav li.dropdown .dropdown-toggle::after {
    border-top: 0.4em solid !important;
    border-right: .35em solid transparent !important;
    border-left: .35em solid transparent !important;
    color: #677daf;
    position: relative;
    top: 2px;
}

.logo a img {
    max-width: 340px;
}

.header .navbar-nav li a {
    color: #fff !important;
    font-weight: 600;
    letter-spacing: .54px;
    text-transform: uppercase;
    font-size: 12px;
}

.header .navbar-nav li a.active {
    color: #ffd584 !important;
}

.header .navbar-nav li a:hover {
    color: #ffd584 !important;
}

.header .navbar-nav li .dropdown-menu {
    padding: .5rem;
    font-size: 1rem;
    color: #404040;
    border: 1px solid #8da8cd;
    border-radius: 3px;
    background: #162d5d;
    min-width: 230px;
}

.header .navbar-nav li .dropdown-menu li a {
    display: block;
    padding: 7px 4px;
    font-weight: 600;
    text-transform: capitalize;
    transition: 0.3s;
}

.header .navbar-nav li .dropdown-menu li a:hover {
    background-color: transparent !important;
    color: #8da8cd !important;
    transition: 0.3s;
}

.header .menu-lists {
    justify-content: center;
    margin-top: 15px;
}

.title-inner-content {
    text-align: center;
    margin: 10px 0 45px;
}

.header .menu-top-btn {
    text-align: end;
    margin: 0 0 12px;
}

.header .menu-top-btn ul {
    display: -webkit-inline-box;
    display: inline-flex;
    margin: 0;
    list-style: none;
    padding: 0;
    gap: 15px;
}

.header .menu-top-btn ul li a {
    color: #cdd3d7;
    /*font-family: Montserrat, sans-serif;*/
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .43px;
    line-height: 17px;
    width: 97px;
    height: 29px;
    border-radius: 6px;
    border: 1px solid #a0a8b9;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    transition: 0.3s;
}

.header .menu-top-btn ul li a:hover {
    color: #fff;
    border: 1px solid #fff;
    transition: 0.3s;
}

.header .contact-detail {
    max-width: 270px;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    background-color: #ffd584;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.header .contact-info {
    max-width: 190px;
    width: 100%;
    margin: 13px 0 0 10px;
}

.header .contact-info p {
    color: #0a1b41;
    /*font-family: "Montserrat", sans-serif;*/
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .05em;
    margin: 0;
}

.header .contact-info a {
    color: #0a1b41;
    /*font-family: "Montserrat", sans-serif;*/
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: .05em;
    text-decoration: none;
}

.header .contact-info span {
    color: #0a1b41;
    /*font-family: "Montserrat", sans-serif;*/
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .05em;
    text-transform: initial;
}

.header .contact-detail img {
    width: 30%;
    height: auto !important;
}

.header .spoke-person {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(10, 27, 65, .1);
    font-size: 11px;
    line-height: 15px;
    letter-spacing: .21em;
    color: #0a1b41;
    padding: 10px 30px 8px;
    text-align: left;
}

.small-screen {
    display: none;
}

.tab-action {
    display: none;
}

/* ==== Header CSS Start ==== */

/* ==== Hero CSS Start ==== */
.hero-banner {
    padding: 30px 0 20px;
    background-color: #162d5d;
    margin: 0;
    overflow: hidden;
}

.header-badge {
    margin-top: 88px;
    width: 100%;
}

.left-hero-content {
    position: relative;
    z-index: 1;
}

.right-hero-img img {
    width: 100%;
    height: auto !important;
}

.hero-text-content {
    padding-right: 80px;
    margin: 0 0 50px;
}

.hero-banner .title h1 {
    font-size: 75px;
    line-height: 80px;
    margin: 50px 0 30px;
    padding: 0;
    color: #fff;
    font-weight: 500;
    /*font-family: "Montserrat", sans-serif;*/
}

.text p {
    color: #404040;
    /*font-family: Montserrat, sans-serif;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 27px;
}

.inner-hero-content .text p {
    font-size: 18px;
    color: #fff;
    line-height: 25.5px;
    font-weight: 400;
}

.hero-lists ul li {
    font-size: 18px;
    color: #fff;
    line-height: 25.5px;
    font-weight: 400;
    margin: 0 0 5px;
    list-style: square;
}

.hero-lists ul li::marker {
    font-size: 18px;
    color: #ffd584;
}

.inner-hero-content {
    position: relative;
}

.right-hero-img {
    position: absolute;
    right: 0;
    width: 52%;
    bottom: -30px;
}

.booking-btn a {
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    background-color: #ffd584;
    color: #64461c;
    /*font-family: Montserrat, sans-serif;*/
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .94px;
    text-transform: uppercase;
    display: -webkit-inline-box;
    text-decoration: none;
    padding: 0 35px;
    transition: 0.3s;
}

.booking-btn a:hover {
    background-color: #ffe3a7;
    color: #836119;
    transition: 0.3s;
}

/* ==== Hero CSS Start ==== */

/* ==== Our Services CSS Start ==== */
.bg-light-gray {
    background-color: #f0f0f1;
}

.title h2 {
    color: #000;
    font-family: Rufina, serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 16px;
}

.our-services {
    padding: 60px 0;
}

.our-services .text p {
    color: #404040;
    /*font-family: Montserrat, sans-serif;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 25.5px;
}

.office-locations-map img {
    width: 49%;
}

/* ==== Our Services CSS End ==== */

/* ==== Services Boxes CSS Start ==== */
.services-boxes {
    /* background-image: url("../images/blue-pattern-background.webp"); */
    background-color: #162d5d;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.service-box-content {
    height: 100%;
    background-color: #162d5d;
    border: 2px solid #3a558d;
    transition: all 400ms;
    cursor: pointer;
    padding: 32px;
    transition: 0.3s;
}

.service-box-content:hover {
    height: 100%;
    background-color: #3a558d;
    border: 2px solid #3a558d;
    box-shadow: 0 0 5px #ccc;
    transition: 0.3s;
}

.box-icon {
    margin: 0 0 20px;
}

.box-icon img {
    width: 20%;
}

.box-title h3 {
    color: #fff;
    /*font-family: Montserrat, sans-serif;*/
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    margin: 0 0 10px;
}

.box-text p {
    color: #fff;
    /*font-family: Montserrat, sans-serif;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
}

.inner-srvices-boxes .booling-btn {
    text-align: center;
    margin: 50px 0 0 0;
}

/* ==== Services Boxes CSS End ==== */

/* ==== Help CSS Start ==== */
.help-sec {
    padding: 60px 0;
}

.title h3 {
    color: #11446c;
    font-family: Rufina, serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 16px;
}

/* ==== Help CSS End ==== */

/* ==== Testimonials CSS End ==== */
.testimonials {
    padding: 60px 0;
}

.testimonials-carousel-content {
    margin: 40px 0 0;
}

.testimonials .title img {
    margin-top: -10px;
}

.testimonials .title p {
    margin: 0 0 10px;
    margin-bottom: 0;
    color: #5A3733;
}

.testimonials .testi .item {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
}

.testimonials .testi .item .profile {
    display: flex;
    padding-left: 15px;
    margin: 0 0 20px;
}

.testimonials .testi .item .profile img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    object-fit: cover
}

.testimonials .testi .item .profile .information {
    padding-left: 20px;
    margin-bottom: 15px
}

.testimonials .testi .item .profile .information .stars i {
    color: #162d5d;
}

.testimonials .testi .item .profile .information p {
    font-size: 22px;
    color: #000;
    font-family: "Rufina", serif;
    font-weight: 500;
    line-height: 34px;
    margin: 0;
}

.testimonials .testi .item .profile .information span {
    color: #EB6D2F;
    font-weight: bold;
    margin-top: -4px;
    line-height: 1.6em;
    font-size: 14px;
}

.testimonials .testi .item>p {
    text-align: center;
    color: #404040;
    /*font-family: Montserrat, sans-serif;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 25.5px;
    min-height: 132px;
}

.testimonials .testi .item .icon {
    text-align: center;
}

.testimonials .testi .item .icon i {
    font-size: 32px;
    color: #162d5d;
}

/* ==== Testimonials CSS End ==== */
/* ==== Case Inquiry CSS End ==== */
.case-inquiry {
    padding: 60px 0;
}

.case-inquiry .booking-btn a {
    padding: 0 35px 0 35px;
}

.case-inquiry .booking-btn span {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-left: 1px solid #836119;
    margin: 0 0 0 20px;
}

.case-inquiry .booking-btn span i {
    font-size: 25px;
    position: relative;
    top: 5px;
    left: -1px;
}

/* ==== Case Inquiry CSS End ==== */
/* ==== Personal Injury Lawyers Warp CSS Start ==== */
.personal-injury-lawyers-warp {
    /* background-image: url("../images/blue-pattern-background.webp"); */
    background-color: #162d5d;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.bg-loaded {
    background-image: url('../images/blue-pattern-background.webp');
}

.personal-injury-lawyers-warp .title h2 {
    color: #fff;
}

.personal-injury-lawyers-warp .text p {
    color: #fff;
}

.personal-injury-lawyers-warp .title h3 {
    color: #fff;
}

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

.list-content ul li {
    color: #fff;
    /*font-family: Montserrat, sans-serif;*/
    margin-bottom: 10px;
    align-items: baseline;
}

.list-content ul li span {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: #ffd584;
    margin: 0 10px 0 0;
    border-radius: 50px;
    /*font-family: Montserrat, sans-serif;*/
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #11446c;
    text-align: center;
}

.list-content ul li p {
    margin: 0;
    display: inline-block;
    width: 95%;
}

/* ==== Personal Injury Lawyers Warp CSS End ==== */

/* ==== Your Injury Claim CSS End ==== */
.your-injury-claim {
    padding: 60px 0;
}

.injury-claim-list ul {
    margin-bottom: 16px;
}

.injury-claim-list ul li {
    color: #404040;
    /*font-family: Montserrat, sans-serif;*/
    margin-bottom: 5px;
    list-style: square;
}

.injury-claim-list ul li:last-child {
    margin-bottom: 0;
}

.injury-claim-list ul li::marker {
    font-size: 18px;
    color: #ffd584;
}

.injury-claim-image {
    margin: 0 40px 0 0 !important;
}

.injury-claim-image img {
    width: 100%;
}

/* ==== Your Injury Claim CSS End ==== */

/* ==== Get Free Case CSS Start ==== */
.get-free-case {
    padding: 60px 0;
}

.get-free-case .text p a {
    color: #404040;
}

/* ==== Get Free Case CSS End ==== */

/* ==== Map CSS start ==== */
.location-map {
    margin: 0 0 -7px;
}

/* ==== Map CSS End ==== */

/* ==== Contact CSS Start ==== */
.contact-form {
    background-color: #0a1b41;
    padding-top: 68px;
    padding-bottom: 70px;
}

.left-contact-detail {
    overflow: hidden;
    /* max-width: 542px;
        margin: 0 auto; */
    width: 100%;
    text-align: center;
    padding: 0 50px 0 0;
    display: block;
}

.contact-logo img {
    width: 75%;
    height: auto !important;
}

.contact-logo a {
    display: inline-block;
    width: 70%;
}

.line-img img {
    margin-top: 25px;
    margin-bottom: 25px;
    height: auto !important;
}

img.imgcontact {
    padding-right: 15px;
    max-width: 100%;
    padding-left: 15px;
    height: auto !important;
}

.contact-social-icon ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-social-icon ul li {
    padding: 0 5px;
    margin: 0 0 0 10px;
    display: inline-block;
}

.contact-social-icon ul li a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
}

.contact-social-icon ul li a:hover {
    background-color: #ffd67e;
    transition: 0.3s;
}

.contact-social-icon ul li a svg {
    -webkit-transform: translateY(-50%) scale(.8);
    transform: translateY(-50%) scale(.8);
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(.7);
    transform: translateY(-50%) scale(.7);
    display: inline-block;
}

.contact-social-icon ul .youtube a svg {
    -webkit-transform: translateY(0) scale(1) !important;
    transform: translateY(0) scale(1) !important;
    top: 50%;
    margin-top: -21px;
    display: inline-block;
}

.contact-social-icon ul li a svg path {
    fill: #1e376d;
}

.contact-social-icon {
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 21px;
}

.need-help p {
    color: #9EA9B2;
    /*font-family: Montserrat, sans-serif;*/
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.contact-number a {
    color: #ffd67e;
    /*font-family: Montserrat, sans-serif;*/
    font-size: 43px;
    font-weight: 700;
    line-height: 44px;
    text-decoration: none;
}

.right-contact-form {
    background-color: #162d5d;
    padding: 47px 65px 55px;
}

.right-contact-form .title h2 {
    color: #fff;
    font-family: Rufina, serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.contact-form-fields form .form-group {
    margin-bottom: 12px;
}

.contact-form-fields form .form-group label {
    font-weight: 400;
    margin-bottom: 5px;
    color: #fff;
    /*font-family: Montserrat, sans-serif;*/
    font-size: 16px;
    line-height: 30px;
}

.contact-form-fields form .form-group input {
    height: 40px;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
}

.contact-form-fields form .form-group textarea {
    overflow: auto;
    resize: none;
    height: 80px;
    padding-top: 15px;
}

.checkbox-wrap {
    margin-top: 24px;
    text-align: center;
}

.checkbox-wrap input[type=checkbox] {
    display: none;
}

.checkbox-wrap input[type=checkbox]+label {
    display: inline-block;
    cursor: pointer;
}

.checkbox-wrap label span {
    color: #fff;
    /*font-family: Montserrat, sans-serif;*/
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 8px;
}

.checkbox-wrap input[type=checkbox]+label::before {
    background-color: #fff;
    background-size: 16px 15px;
    content: "";
    border: 0;
    border-radius: 2px;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: bottom;
}

.checkbox-wrap input[type=checkbox]:checked+label::before {
    background: url("../images/chackbox-tick.svg") no-repeat scroll 50% #fff;
    background-size: 16px 15px;
    color: #fff;
}

.checkbox-wrap label span {
    color: #fff;
    /*font-family: Montserrat, sans-serif;*/
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 8px;
}

.disclaimer-text p {
    margin-top: 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 0;
}

.disclaimer-text p a {
    color: #fff;
    text-decoration: underline;
}

.submit-btn button {
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    background-color: #ffd584;
    color: #64461c;
    /*font-family: Montserrat, sans-serif;*/
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .94px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 35px;
    transition: 0.3s;
    width: 100%;
    text-align: center;
    display: block;
    border: none;
}

.submit-btn button:hover {
    background-color: #ffe3a7;
    color: #836119;
    transition: 0.3s;
}

/* ==== Contact CSS End ==== */

/* ==== Footer CSS Start ==== */
.footer {
    background-color: #162d5d;
    padding-top: 60px;
}

.foot-logo img {
    width: 100%;
    height: auto;
    margin: 0 0 15px;
}

.foot-content p {
    color: #fff;
    /*font-family: Montserrat, sans-serif;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 25.5px;
}

.footer-menu ul {
    list-style: none;
}

.footer .footer-menu ul li {
    padding-bottom: 5px;
}

.footer .footer-menu ul li a {
    text-decoration: none;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: .54px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 5px 0;
    display: block;
    transition: 0.3s;
}

.footer .footer-menu ul li a:hover {
    color: #8da8cd !important;
    transition: 0.3s;
}

.footer-lower {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 40px 0 0;
}

.footer-lower i {
    font-size: 14px;
    font-style: italic;
    padding: 0px 3px;
}

.footer-lower p {
    text-align: right;
    margin-bottom: 4px;
}

.sub-footer {
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

.sub-footer ul li {
    display: inline-block;
}

.sub-footer p {
    margin: 0 0 2px;
}

.sub-footer li a {
    text-decoration: none;
    color: #ffff;
    border-right: 1px solid #fff;
    padding: 0 26px;
}

.sub-footer li:last-child a {
    border: 0;
}

.sub-footer ul {
    margin: 0;
    padding: 0;
}

.head-breadcrumb .breadcrumb {
    margin: 0;
    padding: 20px 0;
}

.head-breadcrumb .breadcrumb li a {
    text-decoration: none;
    font-size: 15px;
    color: #000;
}

/* ==== Footer CSS End ==== */

.main-class-container {
    margin: 0;
}

.newsletter-form-container form {
    background-color: #fff !important;
    border: 2px solid #DFE3E8 !important;
    border-radius: 4px !important;
    padding: 2px !important;
    display: inline-block !important;
}

.newsletter-form-container form input {
    font-size: 14px !important;
    height: 40px !important;
    padding: 5px 12px 8px !important;
    border: 0 !important;
    outline: none !important;
    background-color: #fff !important;
    width: auto !important;
}

.newsletter-form-container form input.tnp-submit {
    font-size: 14px !important;
    font-weight: 600 !important;
    width: 115px !important;
    height: 40px !important;
    border-radius: 3px !important;
    background-color: #ffd584 !important;
    color: #64461c !important;
    /* font-family: Montserrat, sans-serif !important; */
    text-align: center !important;
    border: none !important;
    outline: none !important;
    transition: 0.3s !important;
}

.service-box-content a {
    text-decoration: none;
}

.container {
    max-width: 1320px;
    padding: 0 4rem;
}

.header-badges-img {
    position: relative;
}

.breadcrumb li {
    margin: 0 5px 0 5px;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
}

.nav-previous a button,
.nav-next a button {
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    background-color: #ffd584;
    color: #64461c;
    /*font-family: Montserrat, sans-serif;*/
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .94px;
    text-transform: uppercase;
    padding: 0 35px;
    transition: 0.3s;
    width: fit-content;
    text-align: center;
    display: block;
    border: none;
}


.post-navigation .nav-next a {
    display: block;
    float: right;
}

.prev-title,
.next-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
}

.next-title {
    text-align: right;
}

.post-navigation {
    gap: 0 10px;
}

.nav-previous a,
.nav-next a {
    text-decoration: none;
}

.header-badges-img img {
    width: 100%;
}

.badge-sec {
    background-color: #fff;
    margin-top: -1px;
    position: relative;
}

.badge-sec .container {
    max-width: 1600px;
}

header.header .navbar-nav li.dropdown .dropdown-menu.menu-hidden {
    display: none !important;
}

.left-hero-content .booking-btn {
    margin-bottom: 30px;
}

.nav-previous,
.nav-next {
    width: 45%;
}

.detail-content-sec a {
    color: #162d5d;
}

.clear {
    clear: both;
}

.prev-title a,
.next-title a {
    color: #000;
}

.footer-lower p a {
    color: #fff;
    text-decoration: none;
}

.footer-address p a {
    color: #fff;
    text-decoration: none;
}

.header .navbar-nav li .dropdown-menu li {
    line-height: 20px;
}

.right-content-detail-second {
    position: sticky;
    top: 150px;
}

.header .navbar-nav li .dropdown-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ==== Responsive CSS Start ==== */

@media only screen and (max-width: 1599px) {
    .logo a img {
        max-width: 225px;
    }

    .header .navbar-nav li a {
        font-size: 10px;
    }

    .hero-banner .title h1 {
        font-size: 65px;
        line-height: 75px;
    }

    .inner-hero-content .text p {
        font-size: 16px;
    }

    .hero-lists ul li {
        font-size: 16px;
    }

    .right-hero-img {
        right: -10px;
        width: 48%;
    }

    .inner-top-header p {
        font-size: 16px;
    }

    .header .contact-detail {
        max-width: 286px;
    }
}

@media only screen and (max-width: 1520px) {
    .right-hero-img {
        width: 52%;
    }
}

@media only screen and (max-width: 1500px) {
    .right-hero-img {
        width: 55%;
    }
}

@media only screen and (max-width: 1399px) {
    .header .contact-detail {
        max-width: 270px;
    }

    .header .spoke-person {
        padding: 10px 15px 8px;
    }

    .header .contact-info a {
        font-size: 18px;
        line-height: 30px;
    }

    .header .menu-top-btn ul li a {
        width: 85px;
    }

    .right-hero-img {
        right: -60px;
        width: 60%;
    }

    .right-contact-form {
        padding: 40px 30px;
    }

    .service-box-content {
        padding: 25px;
    }

    .left-content-details {
        padding: 0 20px 0 0;
    }
}

@media only screen and (max-width: 1365px) {
    .header .menu-lists {
        justify-content: center;
    }

    .header .menu-top-btn {
        margin: 0;
    }

    .menu-top-btn {
        display: flex;
        gap: 20px;
        justify-content: end;
        align-items: center;
    }

    .big-screen {
        display: none;
    }

    .small-screen {
        display: block;
    }

    .header .contact-detail img {
        width: 25%;
        height: auto !important;
    }

    .logo a img {
        max-width: 300px;
    }

    .hero-banner .title h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .hero-text-content {
        padding-right: 30px;
        margin: 0 0 25px;
    }

    .title h2 {
        font-size: 34px;
        line-height: 45px;
    }

    .title h3 {
        font-size: 24px;
    }

    .injury-claim-list ul li {
        line-height: 27px;
    }

    .foot-content p {
        line-height: 27px;
    }

    .box-title h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .header .contact-info {
        margin: 22px 0 0 10px;
    }

    .logo-content {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .tab-action {
        display: block;
    }

    .header .navbar {
        padding: 0;
        display: block;
    }

    .desktop-action {
        display: none;
    }
}

@media only screen and (max-width: 1279px) {
    .hero-banner .title h1 {
        margin: 30px 0 30px;
    }

    .hero-text-content {
        padding-right: 0;
    }

    .right-hero-img {
        width: 65%;
    }
}

@media only screen and (max-width: 1199px) {
    .header .contact-detail {
        max-width: 252px;
    }

    .hero-banner .title h1 {
        font-size: 53px;
        line-height: 62px;
    }

    .desktop-action {
        display: none;
    }

    .tab-action {
        display: block;
    }

    .logo-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header .navbar {
        display: block;
    }

    .header .navbar-toggler {
        padding: 0;
        border: 0;
        outline: none;
    }

    .header .navbar-toggler span {
        outline: 0;
    }

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

    .header .navbar-light .navbar-toggler-icon i {
        color: #fff;
        font-size: 22px;
        padding: 4px;
    }

    .header .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .header .menu-lists {
        justify-content: center;
    }

    .logo a img {
        max-width: 350px;
    }

    .right-hero-img {
        width: 65%;
        right: -135px;
    }

    .hero-banner {
        overflow: hidden;
    }

    .header-badge {
        margin-top: 70px;
    }

    .title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .right-contact-form {
        padding: 30px 20px;
    }

    .right-contact-form .title h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .contact-number a {
        font-size: 38px;
        line-height: 42px;
    }

    .need-help p {
        font-size: 17px;
    }

    .footer-menu ul {
        padding-left: 5rem;
    }

    .hero-banner {
        padding: 30px 0 30px;
    }

    .location-map iframe {
        width: 100%;
        height: 400px;
    }

    .service-box-content {
        padding: 25px 15px;
    }

    .header .navbar-nav li a {
        font-size: 13px;
    }

    .header .menu-lists {
        margin-top: 4px;
        padding-bottom: 7px;
    }

    .testimonials .testi .item .profile {
        padding-left: 0;
    }

    .testimonials .testi .item {
        padding: 30px 20px;
    }

    .nav-previous a button,
    .nav-next a button {
        height: 50px;
        line-height: 50px;
        font-size: 13px;
        padding: 0 18px;
    }
}

@media only screen and (max-width: 991px) {
    .logo a img {
        max-width: 308px;
    }

    .hero-banner .title h1 {
        font-size: 47px !important;
    }

    .box-icon {
        text-align: center;
    }

    .box-title {
        text-align: center;
    }

    .footer-menu ul {
        padding-left: 58px;
    }

    .hero-banner {
        padding: 10px 0 10px;
    }

    .header-badge {
        margin-top: 30px;
    }

    .help-sec {
        padding: 60px 0 30px;
    }

    .case-inquiry {
        padding: 30px 0 60px;
    }

    .title h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .injury-claim-image {
        margin: 0 !important;
    }

    .left-contact-detail {
        padding: 0;
    }

    .contact-logo img {
        width: 70%;
    }

    .footer-lower {
        margin: 20px 0 0;
        text-align: center;
    }

    .footer-lower p {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer .footer-menu ul li a {
        font-size: 12px;
    }

    .title h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .container {
        padding: 0 1rem;
    }

    .header .menu-top-btn {
        margin: 0 0 0px;
    }

    .left-hero-content .booking-btn {
        margin-bottom: 30px;
    }

    .header .navbar-nav li .dropdown-menu li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0 0 !important;
    }

    .header .navbar-nav li .dropdown-menu li a span:nth-child(2) {
        padding: 0 8px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-light .navbar-toggler {
        color: rgb(247 240 240 / 55%);
        border-width: medium;
    }

    .right-hero-img {
        width: 40%;
        right: 0;
        margin: 40px auto 0;
        position: relative;
    }

    .hero-banner {
        padding: 40px 0 20px;
    }

    .hero-banner .title h1 {
        font-size: 38px !important;
        line-height: 45px;
        margin: 0 0 20px;
    }

    .mob-revers {
        flex-direction: column-reverse;
    }

    .contact-logo img {
        width: 100%;
    }

    .footer-menu ul {
        padding-left: 0;
        margin: 0;
    }

    .title h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .title h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .booking-btn a {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        padding: 0 20px;
    }

    .case-inquiry .booking-btn a {
        padding: 0 16px;
    }

    .case-inquiry .booking-btn span {
        width: 50px;
        height: 50px;
        margin: 0 0 0 15px;
    }

    .list-content ul li span {
        width: 20px;
        height: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .submit-btn button {
        height: 50px !important;
        line-height: 50px !important;
        font-size: 14px !important;
        padding: 0 20px !important;
    }

    .contact-number a {
        font-size: 30px;
        line-height: 36px;
    }

    .contact-social-icon {
        margin-bottom: 15px;
    }

    .our-services,
    .services-boxes,
    .testimonials,
    .personal-injury-lawyers-warp,
    .your-injury-claim,
    .get-free-case,
    .contact-form {
        padding: 40px 0;
    }

    .help-sec {
        padding: 40px 0 20px;
    }

    .case-inquiry {
        padding: 20px 0 40px;
    }

    .footer {
        padding-top: 40px;
    }

    .sub-footer {
        padding: 20px 0;
    }

    .right-contact-form .title h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .inner-top-header p {
        font-size: 14px;
    }

    .logo a img {
        padding: 0;
    }

    .logo-content {
        display: block;
        padding: 10px 0;
    }

    .menu-top-btn {
        justify-content: space-between;
    }

    .header .menu-top-btn {
        margin: 0;
    }

    .logo-content .logo {
        margin: 0 0 10px;
    }

    .logo a img {
        max-width: 100%;
    }

    .header-badge {
        margin-top: 20px;
    }

    .right-hero-img {
        width: 80%;
        margin: 0px auto 0;
    }
}

@media only screen and (max-width: 640px) {

    .our-services,
    .services-boxes,
    .testimonials,
    .personal-injury-lawyers-warp,
    .your-injury-claim,
    .get-free-case,
    .contact-form {
        padding: 30px 0;
    }

    .help-sec {
        padding: 30px 0 15px;
    }

    .case-inquiry {
        padding: 15px 0 30px;
    }

    .title h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .right-contact-form .title h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .title h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .testimonials .testi .item .profile .information p {
        font-size: 20px;
        line-height: 30px;
    }

    .testimonials .testi .item {
        padding: 20px;
    }

    .booking-btn a {
        height: 45px;
        line-height: 45px;
    }

    .case-inquiry .booking-btn span {
        width: 45px;
        height: 45px;
        margin: 0 0 0 8px;
    }

    .submit-btn button {
        height: 45px !important;
        line-height: 45px !important;
    }

    .tnp-subscription-minimal form {
        width: 100% !important;
        text-align: left !important;
        position: relative;
    }

    .newsletter-form-container form input.tnp-submit {
        position: absolute;
        top: 2px;
        right: 3px;
    }

    .head-breadcrumb .breadcrumb li a {
        font-size: 14px !important;
        margin: 0;
    }

    .head-breadcrumb .breadcrumb {
        padding: 10px 0;
    }

    .booking-btn {
        text-align: center;
        margin-top: 0 !important;
    }

    .right-hero-img {
        width: 70%;
    }

    .header .navbar-nav li a {
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0;
        text-transform: capitalize;
        padding: 4px 0;
    }

    .header .menu-lists {
        margin-top: 0;
        padding-bottom: 0;
    }

    .navbar-nav {
        padding: 14px 0 10px;
    }

    .hero-banner .title h1 {
        font-size: 30px !important;
    }

    .hero-banner {
        padding: 20px 0 5px;
    }

    .badge-sec {
        padding: 0 0 6px 0px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .logo-content .logo {
        text-align: center;
    }

    .right-content-detail {
        margin: 0;
    }

    .navbar-nav li ul li a {
        font-size: 15px !important;
    }

    .header .navbar-nav li .dropdown-menu li a {
        font-weight: 400 !important;
        font-size: 14px !important;
        padding: 1px 2px;
    }

    header.header .navbar-nav li.dropdown .dropdown-menu.show {
        display: block !important;
    }

    header.header .navbar-nav li.dropdown .dropdown-menu.menu-hidden {
        display: none !important;
    }

    .nav-previous a button,
    .nav-next a button {
        height: 44px;
        line-height: 44px;
        font-size: 12px;
        padding: 0 10px;
    }

    .post-navigation {
        margin: 15px 0 0;
    }

    .head-breadcrumb .breadcrumb li {
        font-size: 14px !important;
    }

    .text p {
        font-size: 14px !important;
        line-height: 27px !important;
    }

    .contact-logo img {
        width: 100%;
    }

    .line-img img {
        margin-top: 15px;
        margin-bottom: 15px;
        height: 14px !important;
    }

    .top-header {
        padding: 5px 0;
    }

    .inner-hero-content .text p {
        font-size: 14px;
    }

    .hero-lists ul li {
        font-size: 14px;
    }

    .box-text p {
        font-size: 14px;
    }

    .box-title h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .foot-logo {
        width: 80%;
        margin: 0 auto;
    }

    .foot-content p {
        font-size: 14px;
    }

    .submit-btn button {
        font-size: 13px !important;
    }

    .need-help p {
        font-size: 16px;
    }

    .contact-number a {
        font-size: 26px;
        line-height: 18px;
    }

    .top-single-sectopn {
        margin: 0 0 12px 0;
    }

    .text p {
        margin-bottom: 10px;
    }

    .right-hero-img {
        margin: 0 auto 0;
        width: 85%;
    }

    .inner-srvices-boxes .booking-btn {
        margin-top: 30px !important;
    }

    .booking-btn a {
        font-size: 12px;
    }

    .help-sec .booking-btn {
        margin: 20px 0 20px !important;
    }

    .case-inquiry .booking-btn {
        margin: 25px 0 0 !important;
    }

    p,
    ul li {
        font-size: 14px;
        font-weight: 400;
        line-height: 27px;
    }

    .injury-claim-image {
        margin: 18px 0 0 !important;
    }

    .contact-form-fields form .form-group label {
        margin-bottom: 2px;
        font-size: 14px;
    }

    .disclaimer-text p {
        padding: 0 0px;
    }

    .testimonials .testi .item>p {
        font-size: 14px;
    }

    .testimonials .testi .item .profile .information p {
        font-size: 18px;
    }

    .stars i {
        font-size: 12px;
    }

    .testimonials .testi .item .profile {
        margin: 0 0 5px;
    }

    .testimonials .testi .item {
        padding: 15px 15px 10px;
    }

    .testimonials-carousel-content {
        margin: 20px 0 10px;
    }

    .testimonials {
        margin-bottom: 15px;
    }

    .service-content .title,
    .injury-claim-content .title {
        text-align: center;
    }

    .main-content .right-content-detail .sidebar-holder {
        padding: 25px 15px 25px;
    }

    .title h2 br {
        display: none;
    }

    .left-hero-content .booking-btn {
        margin-bottom: 0px;
    }

    .header .navbar-nav li .dropdown-menu li ul.dropdown-menu {
        padding: 0px 6px 6px !important;
        margin: 6px !important;
    }

    .header .navbar-nav li .dropdown-menu li ul.dropdown-menu li a {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 480px) {
    .sub-footer li a {
        padding: 0 12px;
    }

    .footer-lower p {
        margin-top: 14px;
    }

    .inner-top-header p {
        font-size: 12px;
        line-height: 20px;
    }

    .hero-banner .title h1 {
        font-size: 17px !important;
        line-height: 38px;
        padding: 0;
        font-weight: 700;
        margin-bottom: 9px;
    }

    .header .contact-detail img {
        width: 22%;
    }

    .header .contact-info {
        margin: 15px 0 0 10px;
    }

    #toggle .brick {
        height: 4px;
    }
}

.contact-social-icon img {
    width: 100%;
}