* {
    outline: 0 !important;
}

body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

/******* Header and Form *******/
header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
}

header img {
    margin-top: 0;
    max-width: 100%;
    width: 120px;
}

.call-action p {
    text-transform: uppercase;
    color: #c31417;
    font-weight: 600;
    margin-bottom: 6px;
}

.call-action h4 {
    color: #002254;
    font-weight: 700;
}

.navbar {
    padding: 0px;
    width: 100%;
    z-index: 1;
    background: #084aab;
}

.navbar-nav .nav-link {
    color: var(--bs-white);
    font-size: 17px;
    padding: 13px 20px !important;
    font-weight: 600;
}

.navbar-nav .nav-link:hover {
    background: #0b5fdb;
}

.navbar-toggler {
    border: none;
    color: var(--bs-white);
    font-size: 24px;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.drp-hover:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border: 0;
    position: absolute;
    inset: 0px 0px auto auto;
    margin: 0px;
    top: auto;
    animation-name: fadeInTop;
    animation-duration: .2s;
    animation-fill-mode: both;
    min-width: fit-content;
    left: 0;
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(-10%)
    }

    to {
        opacity: 1
    }
}

.drp-hover .dropdown-menu {
    border-radius: 0;
    padding: 0;
    background: #084aab;
}

.drp-hover .dropdown-menu a {
    color: #fff;
    padding: 7px 15px;
    font-weight: 400;
    transition: all 0.5s ease;
    border-left: 3px solid #084aab;
}

.drp-hover .dropdown-menu a:hover,
.drp-hover .dropdown-menu a:focus {
    background: #0b5fdb;
    border-left: 3px solid #ffffff;
}

.drp-hover .dropdown-menu li:last-child a {
    border-bottom: 0;
}

/* Sidebar Styling (Only for Mobile) */
.sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #06357a;
    transition: 0.8s;
    z-index: 1050;
    overflow-y: auto;
}

.sidebar img {
    filter: brightness(0) invert(1);
}

.sidebar.active {
    left: 0;
}

.sidebar .close-btn {
    font-size: 46px;
    color: var(--bs-white);
    cursor: pointer;
}

.sidebar .nav-link {
    color: var(--bs-white);
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-top: 6px;
    font-size: 20px;
}

.sidebar .nav-link:hover {
    background-color: #084aab;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.sidebar .dropdown-menu {
    position: static !important;
    transform: none !important;
    box-shadow: none !important;
    background: transparent;
    text-align: center;
}

.sidebar .dropdown-menu a {
    color: var(--bs-white);
}

.hero-bg {
    background: #002254;
    padding: 80px 0;
}

.hero-left h1 {
    font-weight: 600;
    color: #fff;
    font-size: calc(1.375rem + 1.5vw);
}

.hero-right p {
    font-size: calc(1.375rem + 0.5vw);
    font-weight: 700;
    color: #fff;
    margin-bottom: 3%;
    text-align: center;
}

.form-ui label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.form-ui select,
.service-form select,
.contact-form select {
    font-weight: 700;
}

.input-group input,
.form-ui select,
.service-form select,
.contact-form select {
    height: 55px;
}

.form-ui textarea {
    height: 110px;
    resize: none;
}

.input-group input,
.form-ui select,
.form-ui textarea {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    border: 0;
}

.form-ui label span {
    margin-left: 5px;
    color: #ff1e1e;
}

.btn-ui {
    background: #c31417;
    font-size: 16px;
    font-weight: 600;
    height: 55px;
    text-transform: uppercase;
    padding: 12px 22px;
    color: #fff;
}

.btn-ui:hover {
    background: #950f12;
    color: #fff;
}

.form-check label {
    font-weight: 400;
    font-size: 13px;
}

/******* Video section *******/
.vidoe-sec video {
    height: 83vh;
    object-fit: cover;
    object-position: center;
}

.vidoe-sec:before {
    content: "";
    top: -6px;
    background: linear-gradient(113deg, rgb(0 45 90 / 75%) 52.24%, rgba(230, 241, 250, 0) 102.01%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-txt {
    position: absolute;
    top: 0;
    height: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 40%;
}

.video-txt h1 {
    color: #fff;
    font-weight: 700;
    font-size: 4.5rem;
}

.video-txt p {
    color: #fff;
    font-size: 1.5em;
    margin: 20px 0 50px;
}

.video-txt button {
    width: max-content;
    position: relative;
    overflow: hidden;
}

.video-txt button:before {
    content: '';
    position: absolute;
    left: -20%;
    top: -10%;
    width: 0;
    height: 100%;
    transform: rotate(15deg) scale(1, 2);
    box-shadow: 0 0 30px 15px rgba(255, 255, 255, .7);
    animation: button-glow 1800ms ease-in-out infinite;
}

@keyframes button-glow {
    0% {
        left: -20%
    }

    50% {
        left: 120%
    }

    100% {
        left: 120%
    }
}

/******* Main section *******/
section {
    padding: 80px 0;
}

.ab-txt h1 {
    font-weight: 600;
    font-size: 50px;
}

.ab-txt p {
    font-size: 18px;
    line-height: 35px;
}

.ab-txt h3 {
    margin-top: 30px;
    font-weight: 300;
    line-height: 40px;
}

.victim-txt h1 {
    font-weight: 700;
    text-transform: uppercase;
}

.victim-txt ul {
    list-style: none;
    padding: 0;
}

.victim-txt ul i {
    font-size: 18px;
    margin-right: 7px;
}

.victim-txt ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.victim-img img {
    width: 580px;
}

.line {
    background: #002254;
    width: 180px;
    height: 8px;
    border-radius: 100px;
    margin: 20px 0 40px;
}

.vector-ui img {
    position: absolute;
}

.vector-ui img:first-child {
    opacity: 0.1;
    transform: rotateZ(165deg) scale(1.8);
    left: -30px;
    top: 80px;
}

.vector-ui img:last-child {
    bottom: -60px;
    right: -118px;
    z-index: -1;
    opacity: 0.1;
    transform: rotate(-20deg) scale(0.4);
}

.second-block {
    margin-top: 150px;
}

/******* Contact *******/
.contact-us img {
    width: 400px;
}

.contact-txt h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #002254;
}

.contact-txt {
    padding-left: 50px;
}

.contact-txt p {
    line-height: 32px;
}

/******* WHY CHOOSE OUR FIRM *******/
.tlt h2 {
    font-weight: 600;
    color: #002254;
    text-transform: uppercase;
}

.why-choos-ui {
    height: 100%;
    padding: 40px 25px;
    border-radius: 10px;
    border: 1px solid #d3d3d3;
}

.why-choos-ui:hover {
    box-shadow: 0px 0px 50px 0px #00000026;
}

.why-choos-ui img {
    width: 100px;
    margin-bottom: 35px;
}

.why-choos-ui h4:after {
    content: "";
    background: #b92e21;
    width: 60px;
    height: 5px;
    display: block;
    margin: 20px auto;
}

.why-choos-ui h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.why-choos-ui p {
    line-height: 30px;
    margin: 0;
}

@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.attorney-title h1 {
    font-size: calc(1.375rem + 2vw);
    font-weight: 600;
    color: #002254;
    margin-bottom: 20px;
}

/******* Attorney *******/
.attorney-title p {
    line-height: 30px;
    color: #000;
}

.attorney-txt h2 {
    font-weight: 600;
    background: #e2f1fe;
    padding: 16px 28px;
    line-height: 45px;
    border-left: 5px solid #1e2085;
    background-image: url(https://res.cloudinary.com/lawsuithelp/image/upload/f_auto/v1745653064/icon-section-bg_jq7674.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    max-width: 50%;
    font-size: 26px;
    padding-right: 10%;
    margin: auto;
    color: #002254;
}

.attorney-txt p {
    line-height: 30px;
    margin-top: 35px;
    text-align: center;
    color: #000;
}

.review-ui {
    padding: 60px 15% 70px;
    border: 1px solid #ddd;
    border-radius: 50px;
}

.review-ui .carousel-control-prev,
.review-ui .carousel-control-next {
    background: #002254;
    opacity: 1;
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 8px;
}

.review img {
    width: 150px;
    margin-bottom: 30px;
}

.review h5 {
    line-height: 36px;
    color: #000;
}

.review p {
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 35px;
    color: #002254;
    font-size: 20px;
    text-transform: uppercase;
}

.review p:before {
    content: "";
    border-left: 3px solid #200672;
    padding-right: 10px;
}


/******* Mass Tort *******/
.blue-bg {
    background: #002254;
    color: #fff;
}

.mass-txt-bg img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    margin: 8px 0 30px;
}

.mass-txt {
    background: linear-gradient(to right, #1f49c9, #b92e21);
    padding: 5px;
    border-radius: 15px;
    height: 100%;
}

.mass-txt-bg {
    background: #002254;
    padding: 35px;
    border-radius: 10px;
    height: 100%;
}

.mass-txt-bg h3 {
    font-weight: 500;
}

.mass-txt-bg ul li {
    margin-bottom: 1.5rem;
}

.mass-txt-bg p {
    margin-bottom: 1.5rem;
}

/******* Current Litigation *******/
.litigation-txt h2 {
    font-weight: 600;
    color: #002254;
}

.litigation-txt p {
    line-height: 30px;
    text-align: center;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 200px;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.gallery-item:hover img {
    transform: scale(1.3);
}

.gallery-item:hover .overlay-text {
    background: #172f78e8;
}

.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #172f78cf;
    color: #fff;
    padding: 12px;
    text-align: center;
    font-weight: 600;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/******* Practice Areas *******/
.practies-blk {
    background: #ffffff;
    border-radius: 50px;
    padding: 8%;
    height: 100%;
    border: 2px dashed #d3d3d3;
}

.practies-blk h5 {
    font-weight: 600;
    margin: 22px 0 14px;
    color: #c31417;
    font-size: 1.5rem;
}

.practies-blk i {
    font-size: 50px;
    color: #c31417;
}

/******* Count Section *******/
.light-bg {
    background: #e0e9f1;
}

.count-ui h1 {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 15px;
}

.count-ui p {
    font-size: 1.2rem;
}

/******* Help *******/
.help-txt h1 {
    font-weight: 700;
    margin-bottom: 25px;
    color: #002254;
}

.help-txt p {
    line-height: 30px;
}

.help-txt ul {
    list-style: none;
    margin: 30px 0;
    padding-left: 0;
}

.help-txt ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
}

.help-txt ul li i {
    color: #172f78;
}

/******* Footer *******/
footer {
    padding: 70px 0 0;
    position: relative;
    background: #e2f1fe;
}

.logo-txt img {
    width: 150px;
}

.logo-txt p {
    color: #000;
    margin-top: 15px;
    font-size: 14px;
}

.quick-url h5:after {
    content: "";
    background: #b82e21;
    width: 55px;
    height: 3px;
    display: block;
    margin: 15px 0;
}

.quick-url h5 {
    color: #002254;
    font-weight: 600;
    font-size: 22px;
}

.quick-url ul {
    list-style: none;
}

.quick-url ul a {
    color: #000;
    text-decoration: none;
    line-height: 2.2;
    font-weight: 500;
    transition: all 0.3s ease;
}

.quick-url ul a:hover {
    color: #172f78;
}

.address p {
    color: #000;
    line-height: 2.5;
    margin-bottom: 0;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.address p i {
    margin-right: 8px;
}

.social-connect a {
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 0 8px 0 0;
    transition: all 0.3s ease;
    background-image: -webkit-linear-gradient(90deg, #211c54 0%, #11146c 53%, #000c84 100%);
}

.social-connect a:hover {
    background-image: -webkit-linear-gradient(90deg, #211c54 0%, #3135b1 53%, #000c84 100%);
    color: #fff;
}

.social-connect a:hover i {
    transform: rotate(360deg);
    transition: all 0.3s ease;
}

.social-connect a i {
    transition: all 0.3s ease;
}

.copyright {
    background: #002254;
}

.copyright p {
    margin: 0;
    color: #fff;
    padding: 12px 0;
    font-size: 14px;
}

.top-to-form {
    display: none;
    background: #c31417;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 15px;
    box-shadow: 0px 0px 11px 0px #686868 !important;
    position: sticky;
    bottom: 0;
    cursor: pointer;
}

.top-to-form:hover {
    background: #9d0306;
    color: #fff;
}

/********************** About Us **************************/
.page-bg {
    background: #002254;
    padding: 100px 0px;
}

.page-left h1:after {
    content: "";
    background: #668aff;
    width: 55px;
    height: 5px;
    display: block;
    margin: 12px 0 30px;
}

.title-bg {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 50%;
    z-index: 0;
}

.right-img {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    background-color: #dce4e9;
    z-index: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-left {
    color: #fff;
    padding-right: 60px;
}

.page-left h1 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 3rem;
}

.page-left p {
    font-size: 18px;
    line-height: 1.67;
}

p.note {
    margin: 0;
    color: #668aff;
    font-weight: 500;
    margin-top: 25px;
}

.hero-left p {
    color: #fff;
    margin: 30px auto;
    font-size: 1.2rem;
}

.law-txt h3 {
    font-weight: 700;
}

.law-txt p {
    line-height: 28px;
}

.blk-ui {
    background: #e0f2ff;
    padding: 30px;
    border-radius: 15px;
}

.blk-ui ul {
    padding-left: 20px;
}

.blk-ui ul li {
    line-height: 2;
}

.blk-ui img {
    width: 300px;
}

/********************** Services **************************/
.tab-design {
    background: #e2f1fe;
    position: sticky;
    top: 158px;
    z-index: 9;
}

.tab-design a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em;
    margin-right: 60px;
    padding: 14px 0px;
    cursor: pointer;
}

.tab-design a:hover,
.tab-design a.active {
    color: #06357a;
}

.srv-txt h2 {
    font-weight: 700;
    margin-bottom: 15px;
}

.srv-txt p {
    line-height: 30px;
}

.causes p {
    flex: 0 33%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.causes p svg {
    width: 20px;
    line-height: normal;
}

.causes p svg path {
    fill: #06357a;
}

.causes {
    box-shadow: 0px 5px 15px 1px #ddd;
    padding: 25px;
    border-radius: 15px;
}

.service-form h3 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 25px 0 40px;
}

.service-form {
    background: #002254;
    padding: 25px;
    position: sticky;
    top: 82px;
}

.service-form label {
    color: #fff;
    font-weight: 600;
}

.service-form label span {
    color: #f51818;
    margin-left: 3px;
}

.srv-txt img {
    border-radius: 10px;
    margin: 20px 0 50px 0;
}

.services-list {
    box-shadow: 0px 8px 15px 0px #c3c3c3;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.services-list a {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    background: #1e2085;
    transition: all 0.5s ease;
    min-height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: -webkit-linear-gradient(90deg, #211c54 0%, #11146c 53%, #000c84 100%);
}

.services-list:hover a {
    background-image: -webkit-linear-gradient(90deg, #211c54 0%, #3135b1 53%, #000c84 100%);
    transition: all 0.5s ease;
}

.services-list img {
    padding: 10px;
}

.faq-title {
    font-weight: 600;
    margin-bottom: 30px;
    color: #002254;
}

.faq .accordion-item {
    background-color: transparent;
    border: 0;
    margin-bottom: 20px;
}

.faq .accordion-button {
    border-radius: 50px !important;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 2px 5px #d3d3d3 !important;
}

.faq .accordion-button:not(.collapsed) {
    color: #002254;
    background: #fff;
}

.timeline {
    border-left: 2px solid #002254;
    padding-left: 9px;
}

.timeline-item {
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 10px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -1.1rem;
    top: 0.5rem;
    width: 1rem;
    height: 1rem;
    background-color: #06357a;
    border-radius: 50%;
}

.toggle-icon {
    font-weight: 500;
    margin-right: 0.5rem;
    font-size: 22px;
    cursor: pointer;
    color: #06357a;
}

.timeline-title {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.timeline-item h5 {
    font-size: 18px;
}

/********************** Contact Us **************************/
.contact-bio svg {
    width: 70px;
    height: 70px;
    background: #002254;
    padding: 18px;
    flex: 0 0 70px;
}

.contact-bio svg path {
    fill: #fff;
}

.cont-title h5 {
    font-weight: 700;
}

.cont-title p {
    margin-top: 0;
    color: #787878;
    font-weight: 500;
}

.contact-form {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.contact-form .input-group input {
    border: 1px solid #ced4da;
}

.contact-form label {
    color: #000;
    font-weight: 600;
}

.contact-form textarea {
    resize: none;
    height: 100px;
}

.contact-form button:hover {
    background: #d3d3d3;
}

/********************** Terms and Privacy css **************************/
.terms-ui h1 {
    font-weight: 700;
    margin-bottom: 18px;
}

.terms-ui h6 {
    background: #e0f2ff;
    padding: 12px 15px;
    border-radius: 5px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.terms-ui h6 span {
    display: block;
    font-weight: 500;
}

.terms-ui p {
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 0;
}

.condition-title h5 {
    background: #e2f1fe;
    border-left: 5px solid #70c2fb;
    padding: 10px;
    font-weight: 600;
    color: #1e6ab3;
    font-size: 18px;
}

.condition-title {
    margin-top: 35px;
}

.condition-title p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.table-list h3 {
    font-weight: 700;
    color: #3170d4;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.table-list {
    margin-top: 40px;
}

.table-list ul {
    list-style: none;
    padding: 0;
}

.table-list ul li {
    font-weight: 600;
    line-height: 30px;
}

/********************** Thanks css **************************/
.thanks-txt h5 {
    font-size: 36px;
    font-weight: 400;
    color: #000;
}

.thanks-txt h3 {
    color: #000;
    margin: 5% 0 30px;
    font-weight: 600;
}

#preloader {
    transition: all .75s ease-out;
    position: relative;
    left: 0;
    top: 0;
    padding: 30px 0;
}

#preloader .preloader-wrap {
    position: absolute;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    overflow: hidden;
    width: 9rem;
    height: 9rem;
    border: .0625rem #184e9f solid;
    border-top: .25rem #184e9f solid;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#preloader .preloader-wrap_innr {
    width: 9rem;
    height: 9rem;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}

.link-CP {
    color: #fff;
}

.link-CP a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

/****************** Responsive Design ********************/
@media only screen and (max-width: 1399px) {
    .second-block {
        margin-top: 60px;
    }

    .video-txt h1 {
        font-size: 3.5rem;
    }

    .video-txt p {
        font-size: 1.2em;
        margin: 15px 0 38px;
    }

    .attorney-txt h2 {
        max-width: 64%;
    }

    .mass-txt-bg h3 {
        font-size: 24px;
    }

    .page-left h1 {
        font-size: 2.8rem;
    }
}

@media only screen and (max-width: 1199px) {
    .why-choos-ui img {
        width: 80px;
    }

    .ab-txt h1 {
        font-size: 40px;
    }

    .ab-txt p {
        font-size: 16px;
    }

    .tab-design a {
        margin-right: 30px;
    }

    .causes p {
        flex: 0 50%;
    }

    .video-txt h1 {
        font-size: 3rem;
    }

    .mass-txt-bg {
        padding: 25px;
    }

    .page-left h1 {
        font-size: 2.5rem;
    }

    .page-left p {
        font-size: 16px;
    }

}

@media only screen and (min-width: 768px) {
    .sidebar {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 100%;
    }

    .quick-url ul {
        padding-left: 0;
    }

    .logo-txt {
        margin-bottom: 15px;
    }

    .video-txt {
        max-width: 98%;
        align-items: center;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
    }

    .vidoe-sec video {
        height: 100%;
    }

    .ab-txt h1 {
        font-size: 32px;
    }

    section {
        padding: 60px 0;
    }

    .social-connect a {
        padding: 9px;
        width: 45px;
        height: 45px;
        font-size: 18px;
        margin: 0 3px;
    }

    .causes p {
        flex: 0 33%;
    }

    .page-bg {
        padding: 50px 0px 0px;
    }

    .page-left {
        padding-right: 12px;
    }

    .title-bg {
        position: relative;
        width: 100%;
        min-height: 450px;
        margin-top: 40px;
    }

    .help-img img {
        width: 400px;
        margin: 0 auto 40px;
        display: block;
    }

    .srv-mb-left,
    .terms-ui {
        order: 2;
    }

    .srv-mb-right {
        order: 1;
        margin-bottom: 50px;
    }

    .thanks-txt h5 {
        font-size: 30px;
    }

    .contact-us img {
        width: 340px;
    }

    .contact-txt h2 {
        font-size: 2rem;
    }

    .contact-txt p {
        line-height: normal;
    }
}

@media only screen and (max-width: 767px) {
    .hero-left p {
        margin-top: 0;
        margin-bottom: 5%;
    }

    header {
        display: flex;
        justify-content: space-between;
    }

    .page-left h1 {
        font-size: 2rem;
    }

    .top-to-form {
        display: block;
    }

    .tab-design {
        top: 106px;
    }

    .navbar {
        width: auto;
    }

    .video-txt h1 {
        font-size: 1.8rem;
    }

    .review-ui {
        padding: 40px 50px 40px;
        border-radius: 30px;
    }

    .attorney-txt h2 {
        max-width: 100%;
        font-size: 22px;
        line-height: 32px;
    }

    .hero-left p>br {
        display: none;
    }

    .hero-right {
        padding-left: 12px;
    }

    .vector-ui {
        display: none;
    }

    .victim-img {
        order: 1;
    }

    .victim-txt {
        order: 2;
    }

    .victim-img img {
        margin: 0 auto 50px;
    }

    .quick-url ul {
        padding-left: 0;
        margin: 0;
    }

    .logo-txt {
        margin-bottom: 15px;
    }

    .law-img img {
        margin: 0 auto 10px;
        display: block;
    }

    .causes p {
        flex: 0 50%;
        margin-bottom: 5px;
    }

    .get-in-touch .contact-txt {
        text-align: left;
    }

    .get-in-touch {
        margin-bottom: 40px;
    }

    .count-ui h1 {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .count-ui p {
        font-size: 1rem;
    }

    .contact-us {
        text-align: center;
    }

    .contact-txt h2 {
        margin-top: 20px;
    }

    .contact-txt h2 {
        font-size: 1.5rem;
    }

    .contact-txt {
        padding-left: 0px;
    }

    .contact-us img {
        width: 250px;
    }

    .quick-url {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 575px) {
    header img {
        width: 135px;
    }

    header img {
        width: 100px;
    }

    .tab-design a {
        margin-right: 20px;
    }

    .tab-design {
        top: 90px;
    }

    .title-bg {
        min-height: 250px;
    }

    .page-left h1 {
        font-size: 1.7rem;
    }

    .review h5 {
        line-height: 28px;
        font-size: 16px;
    }

    .review img {
        width: 120px;
        margin-bottom: 15px;
    }

    .attorney-txt h2 {
        line-height: 26px;
        font-size: 16px;
        padding: 15px;
    }

    .mass-txt-bg h3 {
        font-size: 20px;
    }

    .practies-blk {
        border-radius: 25px;
    }

    .mass-txt-bg img {
        height: auto;
    }

    .litigation-txt p {
        line-height: 25px;
    }

    .call-action p,
    .mass-txt-bg p,
    .mass-txt-bg ul li,
    p {
        font-size: 14px;
    }

    .call-action h4 {
        font-size: 18px;
    }

    .hero-bg {
        padding: 60px 0 !important;
    }

    .btn-ui {
        font-size: 14px;
        height: 48px;
        padding: 10px 18px;
    }

    .vidoe-sec video {
        height: 300px;
    }

    .video-txt h1 {
        font-size: 1.3rem;
    }

    .video-txt p {
        font-size: 0.9em;
        margin: 5px 0 18px;
    }

    .call-text h4 i {
        margin-right: 0;
        font-size: 36px;
    }

    .call-text h4 span,
    .call-text h4 p {
        display: none;
    }

    .ab-txt h1 {
        font-size: 26px;
    }

    .ab-txt p {
        line-height: 26px;
    }

    .ab-txt h3 {
        line-height: 30px;
    }

    .quick-url {
        margin-bottom: 15px;
    }

    .blk-ui img {
        width: 200px;
    }

    .causes p {
        flex: 0 100%;
    }

    .cont-title h5 {
        font-size: 16px;
    }

    .cont-title p {
        font-size: 14px;
    }

    .map iframe {
        height: 400px;
    }

    .why-choos-ui p {
        line-height: normal;
        font-size: 14px;
    }

    .why-choos-ui {
        padding: 30px 20px;
    }

    .why-choos-ui img {
        width: 65px;
    }

    .attorney-title p {
        line-height: 28px;
    }

    .attorney-txt p {
        font-size: 16px;
        line-height: 28px;
    }

    .practies-blk img {
        width: 100px;
    }

    .condition-title h5 {
        font-size: 16px;
    }

    .review p {
        margin-top: 25px;
        font-size: 16px;
    }

    .terms-ui p {
        line-height: 26px;
        margin-top: 20px;
        font-size: 15px;
    }

    .terms-ui h6 {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .thanks-txt h5 {
        font-size: 24px;
    }

    .copyright p {
        padding-bottom: 5px;
    }

    .link-CP {
        padding-bottom: 12px;
    }

    .brd-set .count-ui {
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: 1px solid;
        border-bottom: 1px solid;
        padding: 21px 0;
        margin: 21px 0;
    }

    .input-group {
        margin-bottom: 1.5rem;
    }

    .hero-left p {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 450px) {

    .call-action {
        display: none;
    }
}