body {
    color: var(--grey, #5D5D5D);
    font-family: "Montserrat", sans-serif;
    font-size: var(--body-size);
    font-weight: 400;
    line-height: 2;
    /* padding-top: 138px; */
    background: #fbfbfb;
}
.bgcover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.white-color-sec *, .white-color-sec p, .white-color-sec a, .white-color-sec p a, .white-color-sec h2, .white-color-sec .heading {
    color: #fff;
}
.white-color-sec .btn {
    color: rgba(25, 49, 84, 1);
}
.white-color-sec .btn:hover {
    color: #fff;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

.section-pd {
    padding: 110px 0;
}

.space-mr {
    margin: 110px 0;
}

.space-mt {
    margin-top: 110px;
}

.space-mb {
    margin-bottom: 110px;
}

.space-pt {
    padding-top: 110px;
}

.space-pb {
    padding-bottom: 110px;
}

.left_gap_wrapper {
    padding-left: 30px;
}

.right_gap_wrapper {
    padding-right: 30px;
}

.heading {
    color: #051F38;
    font-size: var(--heading-size);
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
/* Header CSS */
.new-header {
    background: 0 0;
    width: 100%;
    padding: 20px 0;
}
.new-header.shrink {
    background-color: #0d1e32;
}
.top-phone .header-phone-text {
    font-family: "Urbanist", sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-right: 80px;
    margin-right: 16px;
    text-transform: uppercase;
}
.top-phone .header-phone-text:after {
    background: rgba(255, 255, 255, 0.30);
    height: 1px;
    width: 67px;
    content: "";
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
}
.top-phone {
    display: flex;
    align-items: center;
    position: relative;
}
.top-phone .phone-number a {
    font-family: "Urbanist", sans-serif;
    color: rgba(206, 164, 52, 1);
    font-size: 20px;
    font-weight: 700;
}

.top-phone .phone-number a svg, .top-phone .phone-number a img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.new-header .header-logo {
    max-width: 255px;
}

.new-header .header-logo a {
    display: block;
}

.new-header .header-logo a img {
    width: auto;
    max-width: 100%;
}
/* Header CSS */

/* home banner  */
.home-banner-sec {
    width: 100%;
    position: relative;
    height: 633px;
    z-index: 0;
    background-color: #0F243D;
}

.home-banner-sec .home-banner-bg {
    height: 100%;
    position: absolute;
    width: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.home-banner-sec .container {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
}
.home-banner-info {
    width: 100%;
    position: relative;
    margin-top: 60px;
}
.home-banner-info .banner-title {
    font-size: 50px;
    line-height: normal;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}
.home-banner-info .banner-title span {
    color: rgba(206, 164, 52, 1);
}
.banner-content p {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}
.home-banner-sec .home-banner-right-image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
    width: 41%;
}
/* Home banner css */

/* Banner Contact Form */
.banner-contact-form {
    width: 100%;
    background: #273748;
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
}
.banner-contact-form .wpcf7 .form-control {
    background: transparent;
    box-shadow: none !important;
    outline: 0 !important;
    resize: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    color: white;
    padding: 0;
    border-radius: 0;
    height: 60px;
    min-height: inherit;
}
.banner-contact-form .wpcf7 textarea.form-control {
    height: 60px;
    width: 100%;
    min-height: inherit;
}
.banner-contact-form .form-group-btn .wpcf7-submit {
    font-size: 16px;
    padding: 17px;
    width: 123px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    background-color: white;
    color: rgba(25, 49, 84, 1);
    border: 1px solid white;
    outline: none;
    box-shadow: none;
}
.banner-contact-form .form-group-btn .wpcf7-submit:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.banner-contact-form .btn-col {
    display: flex;
    align-items: center;
    width: 153px;
}
.banner-contact-form .btn-col .form-group-btn {
    min-width: 100%;
    text-align: center;
    position: relative;
}
.banner-contact-form .message-col {
    width: calc(100% - 153px);
}
.banner-contact-form .btn-col .form-group-btn span.wpcf7-spinner {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
/* Banner Contact Form */

/* New Footer css */
.new-footer {
    background: rgba(13, 31, 51, 1);
    padding-top: 70px;
}
.nap-postal-address-wrap {
    text-align: left;
    padding-left: 35px;
    background-image: url(../img/location.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 3px;
}

.new-footer .footer-top {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.footer-wrap-row {
    margin-bottom: 70px;
}
.new-footer .column-3 .footer-contact a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-contact a svg, .footer-contact a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.footer-wrap-row .column-2, .footer-wrap-row .column-3, .footer-wrap-row .column-4 {
    margin-top: 40px;
}
footer .footer-copyright {
    background: rgba(255, 255, 255, .1);
}
.new-footer .footer-logo {
    width: 275px;
    margin: 0 auto;
    height: auto;
}
.new-footer .footer-logo a {
    display: inline-block;
}
.new-footer .footer-logo a img {
    width: auto;
}
.new-footer .column-3 {
    padding: 0;
}
.footer-title {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 2.2px;
}

.footer-wrap-row .nap-postal-address-wrap .phone {
    display: none;
}
.new-footer .footer-social ul li {
    padding: 0;
    border: none;
    margin-right: 10px;
}
.new-footer .footer-social ul li:last-child {
    margin-right: 0px;
}
.new-footer .footer-social ul li a {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50%;
    transition: 0.5s;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social ul li:hover  {
    background: transparent;
}
.footer-social ul li a:hover  {
    background: rgba(206, 164, 52, 1);
}
.new-footer .footer-social ul li svg path {
    fill: #fff;
}

.new-footer .column-3 .footer-contact a:hover, .new-footer a.direction-link:hover {
    color: rgba(206, 164, 52, 1);
}
.btn {
    font-size: 16px;
    padding: 17px 35px;
    width: auto;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    background-color: white;
    color: rgba(25, 49, 84, 1);
    border: 1px solid white;
    outline: none;
    box-shadow: none;
    border-radius: 30px;
}
.btn:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
/* New Footer css */


/* CTA CSS */
.light-bg-section {
    background: rgba(13, 31, 51, 1);
    width: 100%;
    position: relative;
}
.light-bg-section .w-100 p {
    font-size: 20px;
    line-height: 30px;
}
.light-bg-section .heading {
    margin-bottom: 30px;
}
.light-bg-section .page-button {
    margin-top: 40px;
}
/* CTA CSS */
/* Second section css */
.client-info-section {
    background-color: #172d4c;
}
.client-desc-col .pay-icon-wrap {
    width: 73px;
    height: 73px;
    display: flex;
    align-items: center;
}

.client-desc-col .pay-icon-wrap img, .client-desc-col .pay-icon-wrap svg {
    width: 73px;
    height: 73px;
}
.client-info-left-col {
    font-size: 25px;
    font-weight: 400;
}
.client-desc-col .client-desc p, .client-info-left-col p {
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
}
.client-desc-col .client-desc p strong {
    font-weight: 700;
    color: rgba(206, 164, 52, 1);
}
.client-desc-col {
    margin-bottom: 70px;
}
.client-info-left-col .heading {
    margin-bottom: 30px;
}
/* Second section css */

/* First css */
.personal-injury-info-section {
    background-color: #0e1f32;
    width: 100%;
    position: relative;
}
.personal-injury-col .small-heading {
    font-size: 25px;
    font-weight: 600;
    color: rgba(206, 164, 52, 1);
    margin-bottom: 30px;
}
.payout-row-list .payout-desc {
    background: rgba(25, 49, 84, 1);
    padding: 30px 15px;
    font-size: 14.2px;
    color: #fff;
}
.payout-row-list .payout-desc p {
    color: #fff;
    font-size: 14.2px;
}
.payout-row-list .pay-title {
    color: rgba(206, 164, 52, 1);
    font-size: 28.4px;
    font-family: "EB Garamond", serif;
    font-weight: 700;
}
.yellow-btn .btn {
    color: rgba(25, 49, 84, 1);
    background: rgba(206, 164, 52, 1);
    border-color: rgba(206, 164, 52, 1);
}
.white-color-sec .yellow-btn .btn {
    color: rgba(25, 49, 84, 1);
    background: rgba(206, 164, 52, 1);
    border-color: rgba(206, 164, 52, 1);
}
.white-color-sec .yellow-btn .btn:hover, .yellow-btn .btn {
    color: rgba(25, 49, 84, 1);
    background: #fff;
    border-color: #fff;
}
.personal-injury-col .short_content {
    margin-top: 40px;
    width: 100%;
    position: relative;
}
.personal-injury-col .page-button {
    margin-top: 40px;
}

.why-choose-section {
    width: 100%;
    position: relative;
    margin-top: 70px;
}
.why-choose-section .heading {
    margin-bottom: 30px;
}
.why-choose-section .page-button {
    margin-top: 30px;
}
.why-choose-image-col {
    display: flex;
    align-items: flex-end;
}

.why-choose-left-image {
    display: flex;
    align-items: flex-end;
}

.why-choose-left-image img {
    width: 100%;
}
.payout-row-list {
    max-width: 937px;
    margin-left: auto;
    margin-right: auto;
}
.why-choose-col {
    padding-bottom: 40px;
}
.client-desc-col .pay-icon-wrap {
    margin-bottom: 20px;
}
/* First css */
.banner-contact-form .wpcf7 form.sent .wpcf7-response-output {
    display: block;
    border: none;
    color: #46b450;
    text-align: center;
    padding: 0;
    margin: 0;
}
@media (min-width: 1536px) {
    .home-banner-sec .home-banner-right-image {
        width: 38%;
    }
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
    .client-desc-col .client-desc {
        padding-left: 40px;
        padding-right: 40px;
    }

    .client-desc-col .client-desc p, .client-info-left-col p {
        font-size: 25px;
    }
    .why-choose-section {
        margin-top: 110px;
    }
    .why-choose-col {
        padding-bottom: 30px;
    }
    .home-banner-sec {
        height: 670px;
    }
    .home-banner-sec .home-banner-right-image {
        width: 37%;
    }
    .home-banner-info .banner-title {
        font-size: 62px;
    }
}

@media (min-width: 1750px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1720px;
    }
    .heading {
        font-size: 56px;
        line-height: 75px;
    }
    .home-banner-info .banner-title {
        font-size: 68px;
    }
    .home-banner-sec {
        height: 693px;
    }
    .banner-contact-form {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .home-banner-sec .home-banner-right-image {
        width: 34%;
    }
}

@media (max-width: 1199px) {
    .home-banner-info .banner-title {
        font-size: 38px;
    }
    .home-banner-info {
        max-width: 647px;
    }
    .home-banner-sec {
        height: 530px;
    }
    .home-banner-sec p br {
        display: none;
    }
    .why-choose-col {
        padding-bottom: 80px;
    }
    .client-info-left-col .heading {
        font-size: 35px;
        line-height: 48px;
    }
    .client-desc-col .client-desc p, .client-info-left-col p {
        font-size: 18px;
    }
    .top-phone .header-phone-text {
        font-size: 14px;
        padding-right: 50px;
        margin-right: 16px;
    }
    .top-phone .header-phone-text:after {
        width: 37px;
    }
    .top-phone .phone-number a {
        font-size: 16px;
        line-height: normal;
        display: inline-block;
    }
    .home-banner-info .banner-title {
        font-size: 30px;
    }
    .home-banner-info {
        max-width: 517px;
    }
}

@media (max-width: 991px) {
    .top-phone .header-phone-text { 
        padding-right: 40px;
        margin-right: 7px;
    }
    .top-phone .header-phone-text:after {
        width: 37px;
        right: -2px;
    }
    .section-pd {
        padding: 70px 0;
    }
    .banner-contact-form .message-col {
        width: 100%;
        margin-top: 15px;
    }
    .banner-contact-form .btn-col {
        width: 100%;
        margin-top: 20px;
    }
    .payout-row-list .pay-title {
        font-size: 20px;
    }
    .payout-row-list .payout-desc p {
        font-size: 14.2px;
        line-height: normal;
    }
    .payout-row-list .payout-desc {
        min-height: 136px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .personal-injury-col .short_content p br {
        display: none;
    }
    .why-choose-left-image {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .why-choose-left-image img {
        width: 50%;
    }
    .light-bg-section .w-100 p br {
        display: none;
    }
    .light-bg-section .w-100 p  {
        font-size: 16px;
    }
    .footer-nap-row {
        font-size: 13px;
    } 
    .home-banner-sec {
        height: 400px;
    }
    .home-banner-info {
        max-width: 487px;
    }
    .home-banner-info .banner-title {
        font-size: 25px;
    }
    .personal-injury-col .small-heading {
        line-height: normal;
    }
}
@media (max-width: 767px) {
    .section-pd {
        padding: 50px 0;
    }
    .top-phone .header-phone-text {
        display: none;
    }
    .home-banner-sec {
        height: auto;
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .home-banner-sec .container {
        position: relative;
        z-index: 1;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .home-banner-info {
        max-width: 100%;
        width: 100%;
    }
    .home-banner-sec .home-banner-right-image {
        position: relative;
        bottom: 0;
        right: 0;
        height: auto;
        object-fit: contain;
        object-position: bottom right;
        width: 320px;
    }
    .major-desc-col {
        margin-top: 20px;
    }
    .major-desc-col:first-child {
        margin-top: 0px;
    }
    .personal-injury-col .small-heading {
        margin-bottom: 40px;
        line-height: 35px;
    }
    .client-desc-col {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .nap-postal-address-wrap {
        max-width: 224px;
        margin-left: auto;
        margin-right: auto;
    }
    .client-info-section.section-pd {
        padding-bottom: 50px !important;
    }
}
@media (max-width: 575px) {
    .home-banner-info .banner-title {
        font-size: 26px;
        line-height: 40px;
    }

}
@media (max-width: 420px) {
    .why-choose-left-image img {
        width: 100%;
    }
    .white-color-sec .personal-injury-col .yellow-btn .btn {
        font-size: 16px;
        padding: 15px 15px;
    }
}
@media (max-width: 370px) {
    .top-phone .phone-number a {
        font-size: 0px;
        width: 20px;
        height: 20px;
    }
    .top-phone .phone-number a svg {
        margin: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .why-choose-col {
        width: 50%;
    }
    .why-choose-image-col {
        width: 50%;
    }
}