/* Banner Section */

.banner-sec {
    padding: 215px 0 160px;
    background-image: url("../images/hmbnr-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.banner-sec.landing-banner-sec{
    background-image: none;
}

.hm-bnr-blk {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.hm-bnr-lft {
    width: 50%;
    margin-bottom: -130px;
}

.hm-bnr-lft img {
    width: 100%;
    display: block;
}

.hm-bnr-rit {
    width: 42.4%;
    margin-right: -22px;
}

.hm-bnr-rit .bnr-title {
    font-size: 140px;
    line-height: 1.1;
    letter-spacing: 0px;
    font-family: 'Big Shoulders';
    font-weight: 900;
   /* text-transform: uppercase;*/
    /* color: #fff; */
    color: #4258ff;
    margin: 0 0 25px;
}

.hm-bnr-rit .bnr-title strong {
    /*     font-size: 80px; */
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 6.4px;
    display: block;
  /*  text-transform: capitalize !important;*/
    margin-bottom: 20px;
    color: #fff;
}

.hm-bnr-rit .bnr-title span {
    /*     font-size: 110px; */
    font-size: 80px;
    font-weight: 500;
    line-height: 1.1;
    display: inline-block;
}

.hm-bnr-rit p {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 7.8px;
    font-family: 'Inter Tight';
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 55px;
    color: #fff;
}

.bnr-btn {
    margin-left: 10px;
}

.bnr-btn a.cmn-btn {
    letter-spacing: 0px;
}

.hm-bnr-img.mobile {
    display: none;
}
.bnr-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

/* Responsive */

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

    .hm-bnr-rit .bnr-title {
        font-size: 130px;
    }

    .hm-bnr-rit .bnr-title strong {
        /*         font-size: 70px; */
        font-size: 60px;
        letter-spacing: 6px;
    }

    .hm-bnr-rit .bnr-title span {
        /*         font-size: 100px; */
        font-size: 80px;
    }

    .hm-bnr-rit p {
        font-size: 23px;
    }

}

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

    .banner-sec {
        padding: 190px 0 140px;
    }

    .hm-bnr-rit .bnr-title strong {
        /*         font-size: 60px; */
        font-size: 50px;
        letter-spacing: 5px;
        margin-bottom: 10px;
    }

    .hm-bnr-rit .bnr-title {
        font-size: 110px;
    }

    .hm-bnr-rit .bnr-title span {
        /*         font-size: 90px; */
        font-size: 70px;
    }

    .hm-bnr-rit p {
        font-size: 22px;
        letter-spacing: 7px;
        margin: 0 0 45px;
    }

}

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

    .banner-sec {
        padding: 170px 0 120px;
    }

    .hm-bnr-rit .bnr-title strong {
        /*         font-size: 53px; */
        font-size: 43px;
        letter-spacing: 4px;
    }

    .hm-bnr-rit .bnr-title {
        font-size: 100px;
    }

    .hm-bnr-rit .bnr-title span {
        /*         font-size: 80px; */
        font-size: 65px;
    }

    .hm-bnr-rit p {
        font-size: 22px;
        letter-spacing: 5px;

    }
}

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

    .banner-sec {
        padding: 150px 0 100px;
    }

    .hm-bnr-rit .bnr-title {
        font-size: 90px;
    }

    .hm-bnr-rit .bnr-title strong {
        /*         font-size: 48px; */
        font-size: 40px;
        letter-spacing: 3px;
    }

    .hm-bnr-rit .bnr-title span {
        /*         font-size: 70px; */
        font-size: 60px;
    }

    .hm-bnr-rit p {
        font-size: 21px;
        letter-spacing: 5px;
        margin: 0 0 35px;
    }

    .hm-bnr-lft {
        margin-bottom: -100px;
    }


}

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

    .banner-sec {
        padding: 130px 0 80px;
    }

    .hm-bnr-rit {
        width: 43%;
        margin-right: -17px;
    }

    .hm-bnr-rit .bnr-title {
        font-size: 80px;
        margin: 0 0 20px;
    }

    .hm-bnr-rit .bnr-title strong {
        /*         font-size: 40px; */
        font-size: 35px;
    }

    .hm-bnr-rit .bnr-title span {
        /*         font-size: 62px; */
        font-size: 55px;
    }

    .hm-bnr-rit p {
        font-size: 18px;
        letter-spacing: 4px;
        margin: 0 0 30px;
    }

    .bnr-btn a.cmn-btn {
        font-size: 14px;
    }

    .hm-bnr-lft {
        margin-bottom: -80px;
    }

}

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

    .banner-sec {
        padding: 170px 0 50px;
        background-size: cover;
        background-position: center;
        background-image: url(../images/hmbnr-mbl-bg-img.webp);
        z-index: 1;
        position: relative;
    }

    .banner-sec:before {
        position: absolute;
        content: "";
        background-color: #161c46;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        opacity: 80%;
        z-index: -1;
        pointer-events: none;
    }

    .hm-bnr-blk {
        flex-direction: column;
        align-items: center;
    }

    .hm-bnr-lft {
        width: 100%;
        margin-bottom: 0;
        max-width: 450px;
    }

    .hm-bnr-rit {
        width: 100%;
        max-width: 600px;
        margin-right: 0;
        text-align: center;
        background-color: #0c0f27;
        padding: 30px 15px 40px;
        border: 2px solid #273595;
    }

    .hm-bnr-rit .bnr-title strong {
        font-size: 33px;
        margin: 0 0 3px;
    }

    .hm-bnr-rit .bnr-title {
        font-size: 60px;
        margin: 0 0 15px;
    }

    .hm-bnr-rit .bnr-title span {
        font-size: 38px;
        display: block;
        margin-top: 4px;
    }

    .hm-bnr-img {
        display: none;
    }

    .hm-bnr-img.mobile {
        display: block;
    }

    .hm-bnr-rit p {
        font-size: 18px;
        letter-spacing: 3px;
    }

    .bnr-btn {
        margin-left: 0;
    }
    .banner-sec.landing-banner-sec {
        padding: 200px 0 80px;
    }

}

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

.banner-sec {
        padding: 40px 0;
    }

    .hm-bnr-rit .bnr-title {
        font-size: 55px;
    }

    .hm-bnr-rit .bnr-title strong {
        font-size: 30px;
    }

    .hm-bnr-rit .bnr-title span {
        font-size: 35px;
    }

    .hm-bnr-lft {
        max-width: 400px;
    }
    .bnr-btns {
    gap: 30px;
}
        .banner-sec.landing-banner-sec {
        padding: 80px 0;
    }

}

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

    .banner-sec {
        padding: 30px 0;
    }
    .banner-sec.landing-banner-sec {
        padding: 50px 0;
    }

    .hm-bnr-rit {
        padding: 25px 10px 30px;
    }

    .hm-bnr-rit .bnr-title strong {
        font-size: 28px;
    }

    .hm-bnr-rit .bnr-title {
        font-size: 50px;
    }

    .hm-bnr-rit .bnr-title span {
        font-size: 32px;
    }

    .hm-bnr-rit p {
        margin: 0 0 25px;
        line-height: 1.4;
        letter-spacing: 1px;
        font-size: 14px;
    }

    .bnr-btn a.cmn-btn {
        line-height: 1.2;
        font-size: 13px;
    }

}

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

    .hm-bnr-rit {
        padding: 25px 5px 30px;
    }

    .bnr-btn a.cmn-btn {
        font-size: 12px;
        padding: 13px 38px 12px 7px;
        background-position: right 10px center;
        background-size: 18px;
        outline-offset: 2px;
        letter-spacing: 0.4px;
    }

    .bnr-btn {
        margin: 0 13px;
    }

}


/* Case results section */

.abt-results-sec {
    position: relative;
}
.text-heading h1 {
    font-size: inherit;
}
.abt-results-sec:before {
    position: absolute;
    content: "";
    background-image: url("../images/abt-case-bef-gradient.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 30%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 60%;
    pointer-events: none;
}

.caseresults-sec {
    padding: 135px 0 185px;
}

.caseresults-sec .container {
    max-width: 1700px;
}

.caseresults-headings {
    text-align: center;
    margin-bottom: 40px;
}

.caserstsl-sub-heading {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 6.8px;
    font-family: 'Inter Tight';
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #fff;
}

.caseresults-headings .text-heading {
    margin: 0px;
}

.hmcase-itm {
    text-align: center;
    padding: 65px 10px 60px;
    background-image: url("../images/caseresults-pattern.png");
    background-repeat: repeat;
    border: 1px solid transparent;
}

.hmcase-itm:hover {
    border-color: #4258ff;
}

.hmcase-itm .hmcase-title {
    font-size: 80px;
    line-height: 1;
    letter-spacing: -1.6px;
    font-family: 'Big Shoulders';
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
    padding-top: 115px;
    position: relative;
}

.hmcase-itm .hmcase-title:before {
    position: absolute;
    content: "";
    background-image: url("../images/hmcaserslts-img.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    width: 44%;
    height: 83%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.hmcase-itm .hmcase-name {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.6px;
    font-family: 'Inter Tight';
    font-weight: 500;
    background-color: #273596;
    color: #fff;
    display: inline-block;
    padding: 13px 50px;
    outline: 1px solid #fff;
    outline-offset: 5px;
    position: relative;
    z-index: 1;
}

.hmcase-itm .hmcase-name:before {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(80deg, rgba(12, 15, 38, 0) 0%, rgb(12 15 38 / 40%) 100%);
    width: 75%;
    height: 78%;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
    z-index: -1;
    pointer-events: none;
}

.caseresults-lst.owl-carousel {
    padding: 20px 25px;
}

.caseresults-lst:before,
.caseresults-lst:after {
    position: absolute;
    content: "";
    width: 5.7%;
    height: 35%;
    background-color: #070814;
    left: 5px;
    top: 0;
}

.caseresults-lst:after {
    left: inherit;
    right: 5px;
    bottom: 0;
    top: inherit;
    z-index: -1;
}

.caseresults-lst.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    height: max-content;
    flex-direction: row-reverse;
}

.caseresults-lst.owl-carousel .owl-nav button.owl-prev,
.caseresults-lst.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/arrow-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 46px;
    height: 22px;
    font-size: 0px;
    rotate: 180deg;
}

.caseresults-lst.owl-carousel .owl-nav button.owl-next {
    rotate: 0deg;
}

.caseresults-lst.owl-carousel .owl-nav button:hover {
    background-image: url(../images/carousel-hov-arr-img.webp);
    rotate: 0deg;
}

.caseresults-lst.owl-carousel .owl-nav button.owl-next:hover {
    rotate: 180deg;
}

.attorney-text.case-btm {
    width: 80%;
    margin: auto;
    padding-top: 50px;
}


/* Responsive */


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

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

    .hmcase-itm .hmcase-title {
        font-size: 75px;
    }

}

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

    .caseresults-sec {
        padding: 120px 0 160px;
    }

    .caseresults-sec .container {
        max-width: 1450px;
    }

    .caserstsl-sub-heading {
        font-size: 19px;
        letter-spacing: 6px;
    }

    .hmcase-itm {
        padding: 55px 10px;
    }

    .hmcase-itm .hmcase-title {
        font-size: 65px;
    }

    .hmcase-itm .hmcase-name {
        font-size: 19px;
        padding: 10px 40px;
    }

}

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

    .caseresults-sec {
        padding: 100px 0 130px;
    }

    .caseresults-sec .container {
        max-width: 1350px;
    }

    .caseresults-headings {
        margin-bottom: 30px;
    }

    .caserstsl-sub-heading {
        font-size: 18px;
        letter-spacing: 5px;
    }

    .hmcase-itm {
        padding: 45px 10px;
    }

    .hmcase-itm .hmcase-title {
        font-size: 60px;
    }

    .hmcase-itm .hmcase-name {
        font-size: 18px;
        padding: 9px 35px;
        letter-spacing: 1.2px;
        outline-offset: 4px;
    }

}

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

    .caseresults-sec {
        padding: 80px 0 100px;
    }

    .caseresults-sec .container {
        max-width: 1250px;
    }

    .caserstsl-sub-heading {
        font-size: 17px;
        letter-spacing: 4px;
    }

    .hmcase-itm {
        padding: 40px 10px;
    }

    .hmcase-itm .hmcase-title {
        font-size: 53px;
    }

    .hmcase-itm .hmcase-name {
        font-size: 17px;
        padding: 8px 30px;
        letter-spacing: 1px;
    }

    .caseresults-lst.owl-carousel {
        padding: 15px 20px;
    }

}

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

    .caseresults-sec {
        padding: 70px 0 90px;
    }

    .caseresults-sec .container {
        max-width: 1150px;
    }

    .caseresults-headings {
        margin-bottom: 25px;
    }

    .caserstsl-sub-heading {
        letter-spacing: 3px;
        margin-bottom: 12px;
    }

    .caseresults-lst.owl-carousel .owl-nav button.owl-prev,
    .caseresults-lst.owl-carousel .owl-nav button.owl-next {
        width: 41px;
    }

    .hmcase-itm {
        padding: 35px 10px;
    }

    .hmcase-itm .hmcase-title {
        font-size: 50px;
        letter-spacing: -0.7px;
        padding-top: 80px;
    }

    .hmcase-itm .hmcase-name {
        font-size: 16px;
        padding: 7px 25px;
    }

}

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

    .caseresults-sec {
        padding: 60px 0 70px;
    }

    .caseresults-sec .container {
        max-width: 960px;
    }

    .caseresults-headings {
        margin-bottom: 20px;
    }

    .caserstsl-sub-heading {
        letter-spacing: 2px;
        font-size: 16px;
    }

    .hmcase-itm {
        padding: 30px 10px;
    }

    .hmcase-itm .hmcase-title {
        font-size: 45px;
        padding-top: 60px;
    }

    .hmcase-itm .hmcase-name {
        font-size: 15px;
        padding: 5px 20px;
        letter-spacing: 0.6px;
        outline-offset: 3px;
    }

    .caseresults-lst.owl-carousel {
        padding: 15px;
    }

    .caseresults-lst.owl-carousel:before {
        left: 0px;
    }

    .caseresults-lst.owl-carousel .owl-nav button.owl-prev,
    .caseresults-lst.owl-carousel .owl-nav button.owl-next {
        width: 35px;
    }

}

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

    .caseresults-sec {
        padding: 50px 0;
    }

    .attorney-text.case-btm {
        width: 100%;
        margin: auto;
        padding-top: 30px;
    }

    .caseresults-sec .container {
        max-width: 720px;
    }

    .caserstsl-sub-heading {
        font-size: 15px;
    }

    .hmcase-itm {
        max-width: 300px;
        margin: auto;
    }

    .caseresults-lst.owl-carousel {
        width: 100%;
        max-width: 650px;
        margin: auto;
    }

    .caseresults-lst.owl-carousel:before,
    .caseresults-lst.owl-carousel:after {
        display: none;
    }

    .hmcase-itm .hmcase-name {
        padding: 5px 15px;
    }

    .hmcase-itm .hmcase-title {
        font-size: 42px;
        letter-spacing: 0px;
    }

}

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

    .caseresults-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .caseresults-sec {
        padding: 40px 0;
    }

    .caseresults-lst.owl-carousel .owl-nav {
        position: static;
        justify-content: center;
        gap: 30px;
        margin-top: 20px;
    }

}

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

    .caseresults-sec {
        padding: 30px 0;
    }

    .caserstsl-sub-heading {
        font-size: 14px;
        margin-bottom: 10px;
    }

}


/* About Section */

.hm-about-sec {
    padding: 0px 0 155px;
}

.hm-about-blk {
    padding: 100px 0 0;
    background-image: -webkit-linear-gradient(-90deg, rgb(22 28 70 / 50%) 0%, rgba(22, 28, 70, 0) 100%);
    display: flex;
    justify-content: center;
    gap: 96px;
}

.hm-about-lft {
    width: 40%;
    padding: 40px;
    background-color: #161c46;
}

.hm-about-blk p {
    font-family: "Inter Tight", sans-serif;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.36px;
    font-size: 18px;
    margin-bottom: 25px;
}

.hm-about-lft p {
    margin: 0 0 30px;
}

.hm-about-lft-img img {
    width: 100%;
    display: block;
}

.hm-about-rht {
    width: 41%;
}

.hm-about-rht .text-heading {
    text-align: left;
}

.hm-about-rht .text-heading strong {
    display: inline;
}

.hm-about-btn {
    margin: 40px 0 0 13px;
}

.hm-about-btn.mobile {
    display: none;
}


/* Responsive */


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

    .hm-about-sec {
        padding: 0px 0 140px;
    }

    .hm-about-blk {
        padding: 90px 0 0;
    }

    .hm-about-blk p {
        font-size: 17px;
    }

}

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

    .hm-about-sec {
        padding: 0px 0 110px;
    }

    .hm-about-blk {
        padding: 80px 0 0;
        gap: 85px;
    }

    .hm-about-lft {
        padding: 30px;
    }

    .hm-about-blk p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .hm-about-lft p {
        margin: 0 0 25px;
    }

    .hm-about-btn {
        margin: 35px 0 0 13px;
    }

}

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

    .hm-about-sec {
        padding: 0px 0 90px;
    }

    .hm-about-blk {
        padding: 70px 0 0;
        gap: 70px;
    }

    .hm-about-btn {
        margin: 30px 0 0 9px;
    }

    .hm-about-lft {
        padding: 25px;
    }

    .hm-about-lft p {
        margin: 0 0 20px;
    }

}

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

    .hm-about-sec {
        padding: 0px 0 70px;
    }

    .hm-about-blk {
        padding: 60px 0 0;
        gap: 50px;
    }

    .hm-about-lft {
        padding: 20px;
        width: 42%;
    }

    .hm-about-rht {
        width: 46%;
    }

    .hm-about-blk p {
        font-size: 15px;
        line-height: 1.6;
    }

    .hm-about-btn {
        margin: 25px 0 0 8px;
    }

}

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

    .hm-about-sec {
        padding: 0px 0 50px;
    }

    .hm-about-blk {
        padding: 50px 20px;
        gap: 20px;
        flex-direction: column-reverse;
        align-items: center;
        background-color: #161c46;
    }

    .hm-about-lft {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .hm-about-lft-img {
        width: 100%;
        max-width: 350px;
        margin: auto;
        border: 2px solid rgb(255 255 255 / 40%);
    }

    .hm-about-rht {
        width: 100%;
        text-align: center;
    }

    .hm-about-rht .text-heading {
        text-align: center;
    }

    .hm-about-rht .text-heading br {
        display: none;
    }

    .hm-about-btn {
        display: none;
    }

    .hm-about-btn.mobile {
        display: block;
    }

    .hm-about-blk .hm-about-rht p:last-of-type {
        margin: 0px;
    }


}

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

    .hm-about-sec {
        padding: 0px 0 40px;
    }

    .hm-about-blk {
        padding: 40px 20px;
    }

}

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

    .hm-about-blk {
        padding: 30px 15px;
    }

}

/* Awards Section */

.hm-awards-sec-bg {
    position: relative;
    z-index: 0;
}

.hm-awards-sec-bg:before {
    position: absolute;
    content: "";
    background-image: url("../images/award-bg-lyer.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    z-index: -1;
    background-position: top center;
}

.hm-awards-sec-bg:after {
    position: absolute;
    content: "";
    background-image: url(../images/whyshould-sec-bef.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100% 100%;
    width: 30%;
    height: 80%;
    right: 0;
    bottom: 50%;
    pointer-events: none;
}

.hmawards-blk {
    display: flex;
    justify-content: end;
    gap: 70px;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

.hmawards-blk:last-child {
    margin: 0px;
}

.awards-title {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0px;
    font-family: 'Big Shoulders';
    font-weight: 500;
    color: #fff;
 /*   text-transform: uppercase;*/
    width: 20%;
    text-align: center;
}

.hmawards-lst {
    width: 72%;
    position: static;
}

.hmaward-itm {
    width: 100%;
    padding: 30px 10px;
    position: relative;
    background-color: rgb(39 53 150 / 45%);
    border: 1px solid rgb(39 53 150 / 68%);
    transition: 0.5s;
    z-index: 1;
}

.hmaward-itm:hover {
    outline: 2px solid #fff;
    background-color: rgb(39 53 150 / 80%);
}

.hmaward-itm:hover:before {
    position: absolute;
    content: "";
    outline: 8px solid #0e112d;
    outline-offset: -7px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.hmaward-itm:after {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(20deg, rgba(12, 15, 38, 0) 0%, rgb(15 19 48) 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 43%);
    pointer-events: none;
}

.hmaward-itm:hover:after {
    background-image: -webkit-linear-gradient(0deg, rgba(12, 15, 38, 0) 0%, #0f1330 100%);
    width: 80%;
    clip-path: polygon(100% 0, 100% 100%, 92% 100%, 0 42%, 0 0);
}

.hmaward-itm img {
    width: auto !important;
    display: block;
    margin: auto;
}

.hmawards-lst.owl-carousel .owl-item {
    padding: 2px;
}

.hmawards-lst.owl-carousel .owl-nav {
    width: 100%;
    max-width: 140px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 126px;
    bottom: 10px;
    flex-direction: row-reverse;
}

.hmawards-lst.owl-carousel .owl-nav button.owl-prev,
.hmawards-lst.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/arrow-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 46px;
    height: 22px;
    font-size: 0px;
    rotate: 180deg;
}

.hmawards-lst.owl-carousel .owl-nav button.owl-next {
    rotate: 0deg;
}

.hmawards-lst.owl-carousel .owl-nav button:hover {
    background-image: url("../images/carousel-hov-arr-img.webp");
    rotate: 0deg;
}

.hmawards-lst.owl-carousel .owl-nav button.owl-next:hover {
    rotate: 180deg;
}

/* Location Section */

.hm-location-sec {
    padding-top: 120px;
}

.location-list {
    display: flex;
    gap: 50px;
    justify-content: center;
}
.location-list .location-cnt {
    width: 48%;
}
.location-list .location-iframe {
    width: 48%;
}
.location-list .location-iframe iframe {
    width: 100%;
    height: 400px;
}
.location-list .location-cnt .ftr-itm{
    padding:0 !important;
}
.location-list .location-cnt .ftr-itm:before {
    display: none;
}
.location-list .location-cnt .awards-title, .location-list .location-cnt .persnl-inj-top-cont p{
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
}
.location-list .location-cnt .persnl-inj-top-cont p{
        text-align: left;
    margin-bottom: 15px;
    line-height: 1.3;
    max-width: 400px;
}

.location-list .location-cnt .text-heading{
    text-align: left;
}

/* Responsive */

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

    .awards-title {
        font-size: 28px;
    }

    .hmawards-lst.owl-carousel .owl-nav {
        left: 96px;
    }
    .hm-location-sec {
    padding-top: 90px;
}
.location-list .location-iframe iframe {
    width: 100%;
    height: 370px;
}

}

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

    .hmawards-blk {
        margin-bottom: 35px;
    }

    .awards-title {
        font-size: 25px;
    }
    .location-list .location-iframe iframe {
    width: 100%;
    height: 350px;
}

    .hmawards-lst.owl-carousel .owl-nav {
        max-width: 120px;
        left: 93px;
    }

    .hmawards-lst.owl-carousel .owl-nav button.owl-prev,
    .hmawards-lst.owl-carousel .owl-nav button.owl-next {
        width: 40px;
    }

    .hmawards-lst.owl-carousel .owl-nav button.owl-prev,
    .hmawards-lst.owl-carousel .owl-nav button.owl-next {
        width: 37px;
    }

    .hmaward-itm img {
        width: 150px !important;
    }

}

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

    .hmawards-blk {
        gap: 50px;
        margin-bottom: 30px;
    }

    .hmaward-itm img {
        width: 140px !important;
    }

}

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

    .hmawards-blk {
        gap: 30px;
        margin-bottom: 25px;
    }

    .awards-title {
        font-size: 23px;
        width: 22%;
    }

    .hmaward-itm {
        padding: 25px 10px;
    }

    .hmaward-itm img {
        width: 120px !important;
    }

    .hmaward-itm:hover:before {
        outline-width: 6px;
        outline-offset: -5px;
    }

    .hmaward-itm:hover {
        outline-width: 1px;
    }

    .hmawards-lst.owl-carousel .owl-nav {
        max-width: 100px;
        left: 82px;
    }

    .hmawards-lst.owl-carousel .owl-nav button.owl-prev,
    .hmawards-lst.owl-carousel .owl-nav button.owl-next {
        width: 32px;
        height: 19px;
    }
    .location-list .location-cnt .awards-title, .location-list .location-cnt .persnl-inj-top-cont p {
    margin-bottom: 20px;
}
.location-list .location-iframe iframe {
    height: 290px;
}
.hm-location-sec {
    padding-top: 80px;
}

}

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

    .hmawards-blk {
        gap: 20px;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .awards-title {
        font-size: 22px;
        width: 100%;
        text-align: center;
        letter-spacing: 0.5px;
        margin: 0 !important;
    }

    .hmawards-lst.owl-carousel .owl-nav {
        max-width: 100%;
        justify-content: center;
        position: static;
        margin-top: 20px;
        gap: 40px;
    }

    .hmaward-itm img {
        width: 130px !important;
    }

    .hmawards-lst {
        width: 100%;
        max-width: 440px;
        margin: auto;
        position: relative;
    }

    .hmaward-itm {
        max-width: 200px;
        margin: auto;
    }

    .hm-awards-sec-bg:before,
    .hm-awards-sec-bg:after {
        display: none;
    }
        .hm-location-sec {
        padding-top: 50px;
    }
    .hm-location-sec .persnl-inj-top-cont {
        width: 100%;
        max-width: 220px;
        margin: 0;
    }
    .location-list .location-cnt .awards-title, .location-list .location-cnt .persnl-inj-top-cont p {
    margin-bottom: 17px !important;
}
    .location-list .location-cnt .ftr-itm p a {
        margin: 0;
    }
.location-list .location-iframe iframe {
        height: 270px;
    }
    .location-list .location-cnt .text-heading strong{
        display: block;
    }
    .location-list .location-iframe {
    width: 61%;
}

}

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

    .hmawards-lst {
        max-width: 100%;
    }

    .awards-title {
        font-size: 21px;
    }

    .hmawards-blk {
        gap: 15px;
    }
    .location-list {
    gap: 30px;
    flex-direction: column;
    align-items: center;
}
.location-list .location-cnt {
    width: 100%;
}
    .hm-location-sec {
        padding-top: 40px;
    }
    .location-list .location-cnt .awards-title, .location-list .location-cnt .persnl-inj-top-cont p {
        margin-bottom: 17px !important;
        text-align: center;
    }
    .location-list .location-cnt .text-heading {
    text-align: center;
}
    .hm-location-sec .persnl-inj-top-cont, .location-list .location-cnt .ftr-itm p a {
        margin: auto;
    }
    .location-list .location-cnt .text-heading strong {
        display: inline;
    }
        .location-list .location-iframe {
        width: 100%;
        max-width: 550px;
    }
}

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

    .awards-title {
        font-size: 20px;
    }

}

/* Practice Areas Section */

.hm-practice-sec {
    /* padding: 155px 0 0; */
    padding: 0 0 155px;
    /* background-color: #0c0f27; */
}

.hm-practice-sec .owl-nav {
    display: none;
}

.hm-practice-sec .container {
    max-width: 100%;
}

.practice-list {
    display: flex;
    justify-content: space-between;
}

.practice-item {
    position: relative;
    z-index: 2;
    border-right: 1px solid #4258ff;
    /* width: 25%; */
    width: 100% !important;
    position: relative;
}

.practice-item:last-child {
    border-right: none;
}

.practice-item::before {
    position: absolute;
    content: "";
    background-image: url(../images/pract-rgt-arrow.webp);
    background-repeat: no-repeat;
    background-position: center;
    width: 55px;
    height: 55px;
    bottom: 60px;
    left: 45px;
    z-index: 1;
    background-color: #78837c;
    border-radius: 50px;
    cursor: pointer;
}

.practice-item .practice-cnt {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    padding: 50px 45px;
    transition: 0.5s;
}

.practice-item .practice-title,
.practice-item .practice-title p {
    font-size: 35px;
    font-family: 'Big Shoulders';
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.7px;
    margin-bottom: 35px;
    padding-bottom: 16px;
    position: relative;
}

.practice-item .practice-title p {
    padding: 0px !important;
    margin: 0px !important;
}

.practice-item .practice-title::before {
    position: absolute;
    content: "";
    width: 73%;
    height: 1%;
    background-color: #4258ff;
    bottom: 0;
}

.practice-item .practice-img img {
    width: 100%;
    display: block;
    opacity: 60%;
    mix-blend-mode: soft-light;
    height: 550px;
    object-fit: cover;
    object-position: center;
}

.practice-item .practice-img {
    position: relative;
}

.practice-item .practice-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #141822;
    left: 0;
    top: 0;
}

.practice-item .practice-text {
    font-size: 18px;
    font-family: 'Inter Tight';
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
    display: none;
}

.practice-item .learn-more a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    font-family: 'DM Sans';
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* letter-spacing: 13.6px; */
    letter-spacing: 8px;
    display: inline-block;
}

.practice-item .learn-more {
    position: absolute;
    bottom: 25%;
}

.practice-item:hover .practice-text {
    display: block;
}

/* .practice-item:hover .practice-cnt {
    padding: 180px 45px 199px;
} */

.practice-item:hover .learn-more {
    display: none;
}

.practice-item:hover .practice-title {
    color: #4258ff;
    font-weight: 700;
}

.practice-item:hover::before {
    /* bottom: 170px; */
    background-color: #4258ff;
    rotate: -50deg;
    transition: 0.5s;
}

.practice-btn a.cmn-btn {
    display: block;
    text-align: center;
    outline: none;
    background-image: none;
}

.practice-hvr a {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    font-size: 0px;
}


/* Responsive */


/* @media screen and (max-width: 1900px) {

     .practice-item:hover::before {
        bottom: 130px;
    }

}

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

    .practice-item:hover .practice-cnt {
        padding: 160px 40px 170px;
    }

    .practice-item:hover::before {
        bottom: 120px;
    }

} */

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

    .practice-item .practice-cnt {
        padding: 45px 35px;
    }
    .practice-item .practice-img img {
    height: 520px;
}

    /* .practice-item:hover .practice-cnt {
        padding: 140px 30px 150px;
    } */

    .practice-item .practice-title,
    .practice-item .practice-title p {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .practice-item::before{
        bottom:30px;
    }

    .practice-item .learn-more a {
        letter-spacing: 12px;
    }

    .practice-item::before {
        left: 35px;
    }

    .practice-item .practice-text {
        font-size: 17px;
    }

}

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

    .hm-practice-sec {
        /* padding: 130px 0 0; */
        padding: 0 0 130px;
    }

    /* .practice-item:hover .practice-cnt {
        padding: 120px 30px 110px;
    } */

    .practice-item .practice-text {
        font-size: 16px;
    }

    .practice-item .practice-title,
    .practice-item .practice-title p {
        font-size: 29px;
        margin-bottom: 25px;
        letter-spacing: 0;
    }

    .practice-item .learn-more a {
        letter-spacing: 10px;
    }

    .practice-item::before {
        left: 30px;
        transform: scale(0.9);
    }

    /* .practice-item:hover::before {
        bottom: 100px;
    } */

    .practice-item .practice-img img {
        height: 500px;
    }

}

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

    .hm-practice-sec {
        /* padding: 110px 0 0; */
        padding: 0 0 110px;
    }

    .practice-item .practice-title,
    .practice-item .practice-title p {
        font-size: 26px;
        margin-bottom: 20px;
        padding-bottom: 13px;
    }

    .practice-item .learn-more a {
        letter-spacing: 8px;
    }

    .practice-item::before {
        left: 27px;
        transform: scale(0.8);
    }

    /* .practice-item:hover::before {
        bottom: 70px;
    }

    .practice-item:hover .practice-cnt {
        padding: 100px 25px;
    } */

    .practice-item .practice-img img {
        height: 480px;
    }

}

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

    .hm-practice-sec {
        /* padding: 90px 0 0; */
        padding: 0 0 90px;
    }

    .practice-item .practice-cnt {
        padding: 30px 30px;
    }

    .practice-item .learn-more a {
        letter-spacing: 6px;
    }

    .practice-item .practice-text {
        font-size: 15px;
    }

    .practice-item::before {
        bottom: 20px;
        left: 20px;
        transform: scale(0.75);
    }

    /* .practice-item:hover .practice-cnt {
        padding: 80px 20px;
    } */

    .practice-item .practice-title,
    .practice-item .practice-title p {
        font-size: 25px;
    }
        .practice-item .practice-img img {
        height: 440px;
    }

}

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

    .hm-practice-sec {
        /* padding: 70px 0 0; */
        padding: 0 0 70px;
    }

    .practice-item .practice-cnt {
        padding: 20px 20px;
    }

    .practice-item .practice-title,
    .practice-item .practice-title p {
        font-size: 23px;
        padding-bottom: 11px;
    }

    .practice-item .learn-more a {
        letter-spacing: 5px;
        font-size: 14px;
    }

    .practice-item::before {
        left: 15px;
    }
        .practice-item .practice-img img {
        height: 410px;
    }

    /* .practice-item:hover .practice-cnt {
        padding: 60px 20px;
    } */
         .practice-item .practice-text {
        font-size: 14px;
        line-height: 1.5;
    }

}

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

    .practice-item .practice-text {
        font-size: 13px;
        line-height: 1.5;
    }

    /* .practice-item:hover .practice-cnt {
        padding: 50px 15px;
    }

    .practice-item:hover::before {
        bottom: 30px;
    } */
             .practice-item .practice-img img {
        height: 400px;
    }

}

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

    .hm-practice-sec {
        /* padding: 50px 0; */
        padding: 0 0 50px;
    }

    .hm-practice-sec .owl-nav {
        display: block;
    }

    .hm-practice-sec .container {
        max-width: 720px;
    }

    .practice-list {
        margin-bottom: 20px;
    }

    .practice-item {
        width: 100%;
        max-width: 350px;
        margin: auto;
        border: 2px solid rgb(66 88 255 / 60%);
    }

    .practice-item:last-child {
        border: 2px solid rgb(66 88 255 / 60%);
    }

    .practice-item .practice-text {
        display: block;
    }

    .practice-item:hover .practice-cnt,
    .practice-item .practice-cnt {
        padding: 50px 15px;
        text-align: center;
    }

    .practice-item:hover .practice-title,
    .practice-item .practice-title,
    .practice-item .practice-title p {
        color: #4258ff;
    }

    .practice-item .learn-more {
        display: none;
    }

    .practice-item:hover::before,
    .practice-item::before {
        background-color: #4258ff;
        rotate: -50deg;
        bottom: 20px;
        right: 0;
        margin: auto;
        left: 0;
    }

    .practice-item .practice-text {
        font-size: 15px;
        letter-spacing: 0.3px;
    }

    .practice-item .practice-title,
    .practice-item .practice-title p {
        font-size: 26px;
        padding-bottom: 9px;
    }

    .practice-item .practice-title::before {
        left: 0;
        right: 0;
        margin: auto;
    }

    .practice-item:hover .practice-cnt,
    .practice-item .practice-cnt {
        padding: 30px 15px;
    }

    .practice-item .practice-img img {
        height: 400px;
        object-fit: cover;
        object-position: center;
    }

    .practice-btn {
        text-align: center;
    }

    .practice-btn a.cmn-btn {
        display: inline-block;
        padding: 15px 20px;
    }

    .practice-list.owl-carousel .owl-nav {
        display: flex;
        justify-content: center;
        gap: 30px;
        align-items: center;
        margin-top: 20px;
    }

    .practice-list.owl-carousel .owl-nav button.owl-prev,
    .practice-list.owl-carousel .owl-nav button.owl-next {
        background-image: url(../images/arrow-img.webp);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: inline-block;
        width: 46px;
        height: 22px;
        font-size: 0px;
        transform: scale(0.8);
    }

    .practice-list.owl-carousel .owl-nav button.owl-next {
        rotate: 180deg;
    }

}

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

    .hm-practice-sec {
        /* padding: 40px 0; */
        padding: 0 0 40px;
    }

}

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

    .hm-practice-sec {
        /* padding: 40px 0 30px; */
        padding: 0 0 30px;
    }

    .practice-item:hover .practice-cnt,
    .practice-item .practice-cnt {
        padding: 30px 10px;
    }

    .practice-list.owl-carousel .owl-nav button.owl-prev,
    .practice-list.owl-carousel .owl-nav button.owl-next {
        transform: scale(0.75);
    }


}


/* Why Choose Section */

.hm-choose-sec {
    background-color: #0c0f26;
    padding: 170px 0 0;
    position: relative;
}

.hm-choose-sec .container {
    max-width: 100%;
}

.choose-sec-bfr:before {
    position: absolute;
    content: "";
    background-image: url("../images/choose-bfr-img.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    height: 27%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.choose-top-sec,
.choose-btm-sec {
    max-width: 1300px;
    margin: auto;
}

.choose-top-sec {
/*     margin: 0 auto -222px; */
	margin: 0 auto 0px !important;
    position: relative;
    z-index: 1;
}

.choose-bfr-img {
    margin: auto;
    position: absolute;
    width: 100%;
    height: 26%;
    top: 0;
    z-index: 0;
}

.choose-bfr-img img {
    width: 100%;
    display: block;
}

.choose-btm-sec {
    margin: -172px auto 0;
}

.boxes-top-blk {
    text-align: center;
    max-width: 1010px;
    margin: auto;
}

.choose-top-sec .text-heading {
    text-align: left;
    line-height: 1.1;
}

.choose-top-blk {
    display: flex;
    justify-content: space-between;
}

.choose-top-lft {
    width: 53.3%;
}

.choose-top-lft .text-heading strong {
    display: inline;
}

.hm-choose-sec .choose-top-lft p {
    margin: 0px;
}

.choose-top-rgt {
    width: 40.8%;
}

.choose-top-rgt .choose-top-btn {
    margin-top: 70px;
}

.hm-choose-sec p {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Inter Tight';
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.36px;
    margin: 0 0 35px;
}

.choose-btm-blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 40px;
    gap: 20px;
}

.choose-btm-itm {
    width: 23.8%;
    padding: 30px 45px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(to bottom, rgb(22 28 70 / 70%), transparent);
    background-color: rgb(12 15 38 / 80%);
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
}

.choose-btm-itm:hover {
    background-color: #273596;
    border-color: #fff;
    outline: 6px solid #0d0f26;
    outline-offset: -7px;
}

.choose-btm-itm:hover:before {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(77deg, rgba(12, 15, 38, 0) 0%, rgb(12 15 38 / 60%) 100%);
    width: 100%;
    height: 80%;
    left: 0;
    top: 0;
    margin: auto;
    clip-path: polygon(0 0, 100% 0, 34% 100%, 0 100%);
    z-index: -1;
}

.hm-choose-sec .choose-btm-itm p {
    margin: 0px;
}

.choose-img img {
    width: 100%;
    display: block;
}

.choose-btm-btn {
    text-align: center;
}

.choose-btm-btn-blk {
    display: flex;
    justify-content: center;
    gap: 37px;
}

.choose-btm-cont {
    text-align: center;
    margin-bottom: 35px;
}

.hm-choose-sec .choose-btm-cont p {
    margin: 0;
}

.choose-top-btn a.cmn-btn,
.choose-btm-btn a.cmn-btn {
    outline: 1px solid #fff;
    letter-spacing: 1.2px;
}

.choose-btm-call {
    padding-left: 70px;
    position: relative;
}

.hm-choose-sec .choose-btm-call p {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Inter Tight';
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2.5px;
    margin: 0px;
}

.choose-btm-call p a {
    color: #ffffff;
    font-size: 35px;
    font-family: 'Big Shoulders';
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.7px;
    margin-top: 6px;
    display: block;
    text-decoration: none;
}

.choose-btm-call p a::before {
    position: absolute;
    content: '';
    background-image: url(../images/choose-call-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 56px;
    height: 43px;
    left: 0;
    top: 10px;
}

.choose-btm-call p a:hover {
    color: #4258ff;
}

.hm-choose-sec .choose-img.mobile {
    display: none;
}


/* Responsive */

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

    .hm-choose-sec {
        padding: 140px 0 0;
    }

    .hm-choose-sec p {
        font-size: 17px;
    }

    .hm-choose-sec .choose-btm-call p {
        font-size: 17px;
    }

}

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

    .hm-choose-sec {
        padding: 120px 0 0;
    }

    .choose-top-sec {
        margin: 0 auto -170px;
    }

    .choose-btm-call p a {
        font-size: 33px;
    }

    .boxes-top-blk {
        max-width: 840px;
    }

}

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

    .hm-choose-sec {
        padding: 100px 0 0;
    }

    .hm-choose-sec p {
        font-size: 16px;
        margin: 0 0 25px;
    }

    .choose-top-rgt .choose-top-btn {
        margin-top: 50px;
    }

    .choose-btm-call {
        padding-left: 60px;
    }

    .choose-btm-call p a::before {
        width: 50px;
        top: 5px;
    }

    .hm-choose-sec .choose-btm-call p {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .choose-btm-itm {
        padding: 25px 35px;
    }

    .choose-btm-call p a {
        font-size: 30px;
    }

    .choose-btm-sec {
        margin: -140px auto 0;
    }

    .choose-top-sec,
    .choose-btm-sec {
        max-width: 1250px;
    }

    .choose-btm-blk {
        gap: 17px;
    }

}

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

    .hm-choose-sec {
        padding: 80px 0 0;
    }

    .hm-choose-sec p {
        font-size: 15px;
        margin: 0 0 20px;
    }

    .choose-top-rgt .choose-top-btn {
        margin-top: 35px;
    }

    .choose-btm-blk {
        margin: 0 0 30px;
        gap: 16px;
    }

    .choose-btm-call p a::before {
        width: 44px;
        height: 39px;
    }

    .hm-choose-sec .choose-btm-call p {
        font-size: 15px;
        letter-spacing: 1.5px;
    }

    .choose-btm-call p a {
        font-size: 27px;
    }

    .choose-btm-call {
        padding-left: 55px;
    }

    .choose-top-sec,
    .choose-btm-sec {
        max-width: 1150px;
    }

    .choose-btm-itm {
        padding: 25px;
    }

    .choose-top-sec {
        margin: 0 auto -140px;
    }

    .boxes-top-blk {
        max-width: 740px;
    }

}

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

    .choose-top-sec,
    .choose-btm-sec {
        max-width: 960px;
    }

    .choose-top-rgt {
        width: 43%;
    }

    .choose-top-rgt .choose-top-btn {
        margin-top: 30px;
    }

    .choose-btm-blk {
        margin: 0 0 25px;
        gap: 15px;
    }

    .choose-btm-itm {
        padding: 22px 20px;
    }

    .boxes-top-blk {
        max-width: 610px;
    }

}

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

    .hm-choose-sec {
        padding: 50px 0 0;
    }

    .hm-choose-sec .container {
        max-width: 720px;
    }

    .choose-top-sec,
    .choose-btm-sec {
        max-width: 100%;
        margin: 0;
    }

    .choose-top-blk {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
        margin-bottom: 0 !important;
    }

    .choose-top-lft {
        width: 100%;
    }

    .choose-top-rgt {
        width: 100%;
    }

    .choose-top-sec .text-heading {
        text-align: center;
    }

    .choose-top-sec .text-heading br {
        display: none;
    }

    .choose-top-rgt .choose-top-btn {
        margin-top: 0;
/*         display: none; */
    }

    .hm-choose-sec .choose-img {
        display: none;
    }

    .hm-choose-sec .choose-img.mobile {
        display: block;
        margin-bottom: 30px;
        border: 2px solid rgb(255 255 255 / 50%);
        padding: 3px;
    }

    .choose-btm-itm {
        padding: 25px 20px;
        width: 100%;
        background-image: none;
        background-color: #161c46;
        height: 100%;
        outline: 1px solid rgb(66 88 255 / 70%);
    }

    .choose-btm-cont {
        margin-bottom: 25px;
    }

    .hm-choose-sec .choose-btm-call p {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .choose-btm-btn-blk {
        gap: 30px;
        align-items: center;
    }

    .choose-btm-call {
        padding-left: 50px;
    }

    .choose-btm-call p a {
        font-size: 25px;
        margin-top: 4px;
    }

    .choose-btm-call p a::before {
        width: 40px;
        height: 36px;
        top: 3px;
    }

    .choose-btm-blk.owl-carousel .owl-stage {
        display: flex;
    }

    .choose-btm-blk.owl-carousel .owl-item {
        padding: 0 3px;
    }

    .choose-btm-blk.owl-carousel .owl-stage-outer {
        padding: 3px 0;
    }

    .choose-btm-blk.owl-carousel .owl-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        align-items: center;
        margin-top: 20px;
    }

    .choose-btm-blk.owl-carousel .owl-dots .owl-dot {
        width: 14px;
        height: 14px;
        border-radius: 50px;
        background-color: #fff;
    }

    .choose-btm-blk.owl-carousel .owl-dots .owl-dot.active {
        background-color: #4258ff;
    }

}

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

    .hm-choose-sec .container {
        max-width: 100%;
    }

    .hm-choose-sec {
        padding: 40px 0 0;
    }

    .choose-btm-itm {
        width: 100%;
        max-width: 250px;
        margin: auto;
    }

    .choose-btm-blk.owl-carousel .owl-dots .owl-dot {
        width: 13px;
        height: 13px;
    }

    .choose-btm-btn-blk {
        gap: 20px;
        flex-direction: column-reverse;
    }

    .hm-choose-sec .choose-btm-call p {
        font-size: 13px;
    }

}

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

    .hm-choose-sec {
        padding: 30px 0 0;
    }

    .hm-choose-sec .choose-img.mobile {
        margin-bottom: 25px;
    }

}


/* Testimonials Section Starts */

.hm-testimonials {
    padding: 90px 0 200px;
    position: relative;
    z-index: 0;
}

.hm-testimonials:before {
    position: absolute;
    content: "";
    background-image: url(../images/abt-case-bef-gradient.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40%;
    height: calc(100% + 150px);
    top: 0;
    left: 0;
    margin: auto;
    opacity: 60%;
    pointer-events: none;
}

.hm-testimonials:after {
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgba(29, 32, 57, 1) 0%, rgba(148, 187, 233, 0) 50%);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    z-index: -1;
}

.hmtesti-top {
    display: flex;
    justify-content: space-between;
    padding-left: 100px;
}

.hm-testimonials .text-heading {
    margin: 0px;
    text-align: left;
}

.hmtesti-blk .testi-rating {
    width: 20%;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 170px 0;
}

/* .hmtesti-blk .testi-rating:before {
    position: absolute;
    content: "";
    background-image: linear-gradient(to bottom, #fff, #000);
    width: 3px;
    height: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
} */

.hmtesti-blk .testi-rating .rating {
    font-size: 84px;
    line-height: 1;
    letter-spacing: -1.68px;
    font-family: 'Big Shoulders';
    font-weight: 700;
    color: #fff;
    background-color: #273596;
    display: inline-block;
    padding: 15px 33px;
    outline: 2px solid #fff;
    border: 6px solid #13173a;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.hmtesti-blk .testi-rating .rating:before {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(-6deg, rgba(12, 15, 38, 0) 0%, rgb(12 15 38 / 50%) 100%);
    width: 100%;
    height: 80%;
    right: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 24%, 43% 80%);
    z-index: -1;
}

.hmtesti-blk .testi-rating .rating-txt {
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: 0.8px;
    font-family: 'Big Shoulders';
    font-weight: 500;
    color: #fff;
}

.hmtesti-blk .testi-rating .star-rat {
    width: 45%;
    margin: 0 auto 20px;
}

.hmtesti-blk .star-rat {
    width: 27%;
    margin-bottom: 20px;
}

.hmtesti-blk {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 86.7%;
    margin: auto;
    position: relative;
}

.hmtesti-img {
    position: absolute;
    left: 0;
    top: 30px;
    width: 63%;
    height: 100%;
}

.hmtesti-img:before {
    position: absolute;
    content: "";
    background-color: #0d122e;
    width: 56%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: 75%;
    pointer-events: none;
    z-index: 1;
}

.hmtesti-img img {
    width: 100%;
    display: block;
    opacity: 40%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.testi-blk {
    width: 45%;
    position: static;
}

.hm-testimonials .hm-testi-item {
    position: relative;
    padding-top: 145px;
}

.hm-testimonials .hm-testi-item:before {
    position: absolute;
    content: "";
    background-image: url("../images/testi-quotes-img.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 86px;
    height: 73px;
    top: 0;
    left: 0;
}

.hm-testimonials .hm-testi-item p {
    font-size: 24px;
    line-height: 1.66;
    font-family: 'Figtree';
    font-weight: 400;
    color: #fff;
    position: relative;
    margin: 0 0 35px;
}

.hm-testimonials .hm-testi-item h3 {
    color: #000;
    font-size: 22px;
    position: relative;
    text-transform: capitalize;
}

.hm-testimonials .hm-testi-item .author {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0px;
    font-family: 'Big Shoulders';
    font-weight: 500;
    color: #4258ff;
    text-transform: capitalize;
    /* padding-right: 90px; */
    padding-right: 0 !important;
    position: relative;
    display: inline-block;
}

/* 
.hm-testimonials .hm-testi-item .author:before {
    position: absolute;
    content: "";
    background-image: url(../images/arrow-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 46px;
    height: 22px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    rotate: 180deg;
} */

.hm-testimonials .testi-btn {
    padding: 20px 0 0;
}

.hm-testimonials .testi-btn a.cmn-btn {
    font-weight: 400;
}

/* .testi-blk.owl-carousel .owl-nav {
    width: 100%;
    max-width: 280px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    flex-direction: row-reverse;
} */
.testi-blk.owl-carousel .owl-nav {
    width: 100%;
    max-width: 170px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 200px;
    bottom: 100px;
    flex-direction: row-reverse;
}

.testi-blk.owl-carousel .owl-nav button.owl-prev,
.testi-blk.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/arrow-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 46px;
    height: 22px;
    font-size: 0px;
    rotate: 180deg;
}

.testi-blk.owl-carousel .owl-nav button.owl-next {
    rotate: 0deg;
}

.testi-blk.owl-carousel .owl-nav button:hover {
    background-image: url("../images/carousel-hov-arr-img.webp");
    rotate: 0deg;
}

.testi-blk.owl-carousel .owl-nav button.owl-next:hover {
    rotate: 180deg;
}

.hm-testimonials .testi-btn.mobile {
    display: none;
}


/* Responsive */

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

    .hm-testimonials {
        padding: 90px 0 170px;
    }

    .hmtesti-blk .testi-rating .rating {
        font-size: 77px;
    }

    .hmtesti-blk .testi-rating .rating-txt {
        font-size: 35px;
    }

    .hm-testimonials .hm-testi-item {
        padding-top: 130px;
    }

    .hm-testimonials .hm-testi-item:before {
        width: 77px;
        height: 67px;
    }

    .hm-testimonials .hm-testi-item p {
        font-size: 22px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 37px;
    }

    .hm-testimonials .hm-testi-item .author:before {
        width: 40px;
    }

}

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

    .hm-testimonials {
        padding: 80px 0 120px;
    }

    .hmtesti-blk .testi-rating .rating {
        font-size: 67px;
        padding: 11px 28px;
    }

    .hmtesti-blk .testi-rating .star-rat {
        margin: 0 auto 15px;
    }

    .hmtesti-blk .testi-rating:before {
        height: 130px;
    }

    .hmtesti-blk .testi-rating {
        padding: 150px 0;
    }

    .hm-testimonials .hm-testi-item:before {
        width: 69px;
        height: 62px;
    }

    .hm-testimonials .hm-testi-item {
        padding-top: 110px;
    }

    .hm-testimonials .hm-testi-item p {
        font-size: 20px;
        margin: 0 0 30px;
    }

    .hmtesti-blk .testi-rating .rating-txt {
        font-size: 32px;
    }

    .testi-blk.owl-carousel .owl-nav {
        max-width: 140px;
        bottom: 20px;
        right: 260px;
    }

    .testi-blk.owl-carousel .owl-nav button.owl-prev,
    .testi-blk.owl-carousel .owl-nav button.owl-next {
        width: 40px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 35px;
        padding-right: 80px;
    }

    .hm-testimonials .hm-testi-item .author:before {
        width: 37px;
    }

}

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

    .hm-testimonials {
        padding: 70px 0 100px;
    }

    .hmtesti-blk .testi-rating .rating {
        font-size: 60px;
        padding: 8px 25px;
        margin-bottom: 20px;
    }

    .hmtesti-blk .testi-rating .rating-txt {
        font-size: 27px;
    }

    .hmtesti-blk .testi-rating {
        padding: 120px 0;
    }

    .hmtesti-blk .testi-rating:before {
        height: 110px;
    }

    .hm-testimonials .hm-testi-item:before {
        width: 60px;
        height: 55px;
    }

    .hm-testimonials .hm-testi-item {
        padding-top: 100px;
    }

    .hm-testimonials .hm-testi-item p {
        font-size: 19px;
        margin: 0 0 25px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 32px;
        padding-right: 70px;
    }

    .hm-testimonials .hm-testi-item .author:before {
        width: 35px;
        height: 18px;
    }

    .hmtesti-img {
        width: 54%;
    }

    .testi-blk {
        width: 50%;
    }

    .hmtesti-blk .star-rat {
        width: 22%;
    }

}

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

    .hm-testimonials .hm-testi-item {
        padding-top: 80px;
    }

    .hm-testimonials .hm-testi-item:before {
        width: 55px;
        height: 50px;
    }

    .hmtesti-blk .star-rat {
        margin-bottom: 15px;
    }

    .hmtesti-blk .testi-rating {
        padding: 100px 0;
    }

    .hmtesti-blk .testi-rating .rating {
        font-size: 50px;
        padding: 7px 20px;
        margin-bottom: 20px;
        border-width: 4px;
    }

    .hmtesti-blk .testi-rating .rating-txt {
        font-size: 24px;
    }

    .hmtesti-blk .testi-rating:before {
        height: 90px;
    }

    .testi-blk.owl-carousel .owl-nav {
        max-width: 110px;
        bottom: 0;
    }

    .testi-blk.owl-carousel .owl-nav button.owl-prev,
    .testi-blk.owl-carousel .owl-nav button.owl-next {
        width: 36px;
    }

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

    .hm-testimonials .hm-testi-item .author {
        font-size: 30px;
        padding-right: 65px;
    }

    .hm-testimonials .hm-testi-item .author:before {
        width: 33px;
        height: 16px;
    }

}

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

    .hm-testimonials {
        padding: 60px 0 110px;
    }

    .hmtesti-blk .testi-rating .rating {
        font-size: 40px;
        letter-spacing: -0.7px;
        padding: 5px 15px;
        margin-bottom: 17px;
        border-width: 3px;
        outline-width: 1px;
    }

    .hmtesti-blk .testi-rating .rating-txt {
        font-size: 21px;
    }

    .hmtesti-blk .testi-rating:before {
        height: 80px;
    }

    .testi-blk.owl-carousel .owl-nav {
        max-width: 100px;
        right: 210px;
        bottom: -20px;
    }

    .hmtesti-blk .testi-rating {
        padding: 90px 0;
    }

    .hm-testimonials .hm-testi-item:before {
        width: 50px;
        height: 45px;
    }

    .hm-testimonials .hm-testi-item {
        padding-top: 70px;
    }

    .hm-testimonials .hm-testi-item p {
        font-size: 17px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 28px;
        padding-right: 60px;
    }

    .hm-testimonials .hm-testi-item .author:before {
        width: 30px;
        height: 15px;
    }

}

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

    .hm-testimonials {
        padding: 50px 0;
    }

    .hmtesti-top {
        justify-content: center;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .hm-testimonials .text-heading {
        text-align: center;
    }

    .hmtesti-img {
        width: 100%;
        position: static;
        max-width: 350px;
        border: 2px solid rgb(255 255 255 / 50%);
    }

    .hmtesti-blk {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .hmtesti-img:before {
        display: none;
    }

    .hmtesti-blk .testi-rating {
        padding: 0px;
        width: 100%;
    }

    .hmtesti-blk .testi-rating:before {
        display: none;
    }

    .hmtesti-blk .testi-rating .star-rat {
        width: 100%;
        max-width: 80px;
    }

    .testi-blk {
        width: 100%;
    }

    .testi-blk.owl-carousel .owl-nav {
        max-width: 100%;
        position: static;
        justify-content: center;
        gap: 40px;
        margin: 25px 0;
    }

    .hmtesti-blk .star-rat {
        margin: 0 auto 15px;
        width: 100%;
        max-width: 110px;
    }

    .hm-testimonials .hm-testi-item {
        padding: 30px;
        text-align: center;
        background-color: #0c0f27;
        border: 2px solid #273596;
    }

    .hm-testimonials .hm-testi-item:before {
        width: 45px;
        height: 40px;
        top: 15px;
        left: 20px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 27px;
        padding-right: 50px;
    }

    .hm-testimonials .hm-testi-item p {
        margin: 0 0 20px;
        font-size: 16px;
        letter-spacing: 0.3px;
    }

    .hm-testimonials .testi-btn {
        display: none;
    }

    .hm-testimonials .testi-btn.mobile {
        display: block;
        text-align: center;
        padding: 0;
    }

    .hmtesti-blk .testi-rating .rating {
        font-size: 30px;
        padding: 5px 13px;
    }

    .hm-testimonials:after {
        display: none;
    }

}

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

    .hm-testimonials .hm-testi-item {
        padding: 30px 25px;
    }

}

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

    .hm-testimonials {
        padding: 40px 0
    }

    .hmtesti-blk {
        gap: 20px;
    }

    .hm-testimonials .hm-testi-item {
        padding: 20px 15px;
    }

    .hm-testimonials .hm-testi-item:before {
        width: 40px;
        height: 36px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 25px;
    }

    .hm-testimonials .hm-testi-item .author:before {
        width: 27px;
    }

    .hmtesti-blk .star-rat {
        max-width: 100px;
    }

    .hm-testimonials .hm-testi-item p {
        line-height: 1.6;
    }

    .testi-blk.owl-carousel .owl-nav button.owl-prev,
    .testi-blk.owl-carousel .owl-nav button.owl-next {
        width: 33px;
    }

}


/* Attorney Section */

.hm-our-attorney-sec {
    background-image: url(../images/attorney-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0 140px;
}

.hmatrny-headings {
    /* width: 69%; */
    width: 100% !important;
    margin: 0 auto 75px;
    text-align: center;
}

.hmatrny-headings .text-heading {
    margin: 0 0 10px;
}

.attorney-text {
    font-size: 22px;
    font-family: 'Inter Tight';
    font-weight: 400;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.44px;
    text-align: center;

}

.attorney-text p {
    margin-bottom: 15px;
    text-wrap: pretty;
}

.attorney-text.btm {
    text-align: center;
    padding-top: 50px;

    margin: auto;
}

.attorney-list {
    display: flex;
    justify-content: space-between;
}

.attorney-item {
    width: 36.8%;
    position: relative;
    z-index: 1;
    padding-top: 65px;
}

.attorney-item:before {
    position: absolute;
    content: "";
    background-image: url("../images/hmatrny-itm-left-letter-img.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 63%;
    height: 66%;
    left: 0;
    top: 0;
    z-index: -1;
}

.attorney-item.right:before {
    background-image: url("../images/hmatrny-itm-letter-img.webp");
    left: inherit;
    right: 0;
}

.attorney-item.right {
    width: 32.6%;
}

.mid-item {
    width: 30%;
    padding-top: 70px;
    text-align: center;
}

.attorney-item .attorney-title {
    font-size: 45px;
    font-family: 'Big Shoulders';
    font-weight: 500;
    color: #fff;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.9px;
    cursor: pointer;
    background-color: #161d48;
    padding: 19px 10px;
    outline: 1px solid rgb(255 255 255 / 21%);
    outline-offset: 6px;
    position: relative;
    z-index: 1;
}

.attorney-item .attorney-title:before {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(26deg, rgba(35, 47, 133, 0) 0%, rgb(35, 47, 133) 100%);
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    opacity: 47%;
    clip-path: polygon(0 0, 100% 0, 67% 100%, 0% 100%);
}

.attorney-item:hover .attorney-title {
    background-color: #28379b;
    transition: 0.5s;
    outline: 1px solid rgb(255 255 255);
}

.attorney-item:hover .attorney-title:before {
    background-image: -webkit-linear-gradient(26deg, rgba(12, 15, 38, 0) 60%, rgb(12, 15, 38) 100%);
    opacity: 40%;
}

.hover a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 0px;
    z-index: 10;
}

.hm-our-attorney-sec .attorney-btn.mobile {
    display: none;
}

/* Responsive */

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

    .attorney-item .attorney-title {
        font-size: 42px;
    }

    .attorney-text {
        font-size: 20px;
    }

}

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

    .hm-our-attorney-sec {
        padding: 0px 0 120px;
    }

    .hmatrny-headings {
        margin: 0 auto 60px;
    }

    .attorney-text {
        font-size: 19px;
    }

    .attorney-item .attorney-title {
        font-size: 39px;
        padding: 17px 10px;
    }

}

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

    .hm-our-attorney-sec {
        padding: 0px 0 100px;
    }

    .hmatrny-headings {
        margin: 0 auto 50px;
    }

    .attorney-text {
        font-size: 18px;
    }

    .attorney-item {
        padding-top: 55px;
    }

    .attorney-item .attorney-title {
        font-size: 36px;
        padding: 14px 10px;
        letter-spacing: 0px;
    }

}

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

    .hm-our-attorney-sec {
        padding: 0px 0 90px;
    }

    .hmatrny-headings {
        margin: 0 auto 40px;
        width: 73%;
    }

    .attorney-text {
        font-size: 17px;
    }

    .attorney-item {
        padding-top: 40px;
        width: 34%;
    }

    .attorney-item .attorney-title {
        font-size: 31px;
        padding: 11px 10px;
    }

    .attorney-item.right {
        width: 30%;
    }

    .mid-item {
        padding-top: 50px;
    }

}

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

    .hm-our-attorney-sec {
        padding: 0px 0 80px;
    }

    .hmatrny-headings {
        width: 80%;
    }

    .attorney-text {
        font-size: 16px;
    }

    .attorney-item {
        padding-top: 30px;
    }

    .attorney-item .attorney-title {
        font-size: 28px;
        padding: 10px;
    }

}

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

    .hm-our-attorney-sec {
        padding: 0px 0 50px;
    }

    .hmatrny-headings {
        width: 100%;
        margin: 0 0 20px;
    }

    .attorney-list {
        flex-wrap: wrap;
        gap: 25px 50px;
        justify-content: center;
        margin-bottom: 50px;
    }

    .attorney-item {
        padding-top: 0;
        width: 100%;
        max-width: 330px;
        order: 2;
    }

    .attorney-item.right {
        width: 100%;
        max-width: 293px;
    }

    .mid-item {
        padding-top: 0;
        width: 100%;
        order: 1;
    }

    .mid-item .attorney-btn {
        display: none;
    }

    .mid-item .text-heading {
        margin: 0px;
    }

    .attorney-item:before {
        display: none;
    }

    .attorney-item .attorney-title {
        font-size: 26px;
    }

    .hm-our-attorney-sec .attorney-btn.mobile {
        display: block;
        text-align: center;
    }

}

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

    .hm-our-attorney-sec {
        padding: 0px 0 40px;
    }

    .attorney-text {
        font-size: 15px;
    }

    .attorney-list {
        gap: 17px;
        margin-bottom: 40px;
        flex-direction: column;
        align-items: center;
    }

    .attorney-item {
        margin-bottom: 20px;
    }

    .attorney-item.right {
        margin: 0px;
    }

    .attorney-item .attorney-title {
        margin-top: -20px;
    }

}

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

    .attorney-text {
        line-height: 1.6;
    }

}



/* Why Should Hire Section */

.whyshould-sec {
    padding: 110px 0 10px;
    position: relative;
    z-index: 2;
}

.whyshould-sec .container {
    max-width: 1300px;
}

.whyshould-before:before {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(-90deg, rgb(22 28 70 / 100%) 0%, rgba(22, 28, 70, 0) 100%);
    width: 79%;
    height: 90%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

.whyshould-before:after {
    position: absolute;
    content: "";
    background-image: url(../images/whyshould-sec-bef.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% 100%;
    width: 30%;
    height: calc(100% + 100px);
    right: 0;
    bottom: 150px;
    pointer-events: none;
    opacity: 68%;
    z-index: -2;
}

.whyshould-blk {
    display: flex;
    justify-content: space-between;
}

.whyshould-lft {
    width: 47.4%;
}

.whyshould-lst {
    margin-bottom: 55px;
}

.whyshould-lft .whyshould-itm {
    background-image: url(../images/caseresults-pattern.png);
    background-repeat: repeat;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 10px;
    z-index: 1;
}

.whyshould-lft .whyshould-itm:last-child {
    margin: 0px;
}

.whyshould-lft .whyshould-itm .whyshould-cnt {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0px;
    font-family: 'Big Shoulders';
    font-weight: 500;
    color: #fff;
    margin: 0 !important;
}

.whyshould-lft .whyshould-itm .whyshould-icon {
    width: 70px;
    background-color: #273596;
    border: 1px solid #fff;
    padding: 12px 5px;
}

.whyshould-lft .whyshould-itm .whyshould-icon img {
    width: auto;
    margin: auto;
}

.whyshould-rit {
    width: 47.7%;
}

.whyshould-rit .tab-content {
    display: none;
}

.whyshould-rit .tab-content.tab-pane-active {
    display: block;
}

.whyshould-rit .whyshould-img {
    border: 5px solid #fff;
    background-color: #0e122d;
    padding: 13px;
    margin-bottom: 35px;
}

.whyshould-rit .whyshould-img img {
    width: 100%;
    display: block;
}

.whyshould-rit .tab-content p {
    font-size: 18px;
    line-height: 1.77;
    letter-spacing: 0.36px;
    font-family: 'Inter Tight';
    font-weight: 400;
    color: #fff;
    margin: 0 0 35px;
}

.whyshould-rit .tab-content p:last-child {
    margin: 0px;
}

.whyshould-lft .whyshould-itm.tab-btn-active {
    background-color: #273494;
    background-image: none;
    border-color: #fff;
}

.whyshould-lft .whyshould-itm.tab-btn-active:before {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(15deg, rgba(12, 15, 38, 0) 0%, rgb(12 15 38 / 40%) 100%);
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    clip-path: polygon(0 0, 100% 0, 63% 65%, 0 60%);
    z-index: -1;
}

.whyshould-lft .whyshould-itm.tab-btn-active .whyshould-icon {
    background-color: #191f47;
    border-color: transparent;
}

.whyshould-sec .accordion {
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: none;
}

.whyshould-sec .accordion-section {
    background-image: url(../images/caseresults-pattern.png);
    background-repeat: repeat;
    margin-bottom: 20px;
    border: 2px solid rgb(255 255 255 / 15%);
}

.whyshould-sec .accordion-section:last-child {
    margin: 0px;
}

.whyshould-sec .accordion-heading {
    font-size: 23px;
    line-height: 1;
    letter-spacing: 0px;
    font-family: 'Big Shoulders';
    font-weight: 500;
    color: #fff;
    padding: 18px 50px 18px 25px;
    cursor: pointer;
    position: relative;
}

.whyshould-sec .accordion-heading:before {
    position: absolute;
    content: "+";
    height: 19px;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 35px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whyshould-sec .accordion-section.accordien-active .accordion-heading::before {
    height: 5px;
    content: "-";
    font-size: 40px;
    top: 20px;
}

.whyshould-sec .accordion-section-content {
    padding: 5px 30px 20px;
    display: none;
}

.whyshould-sec .accordion-section-content p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.4px;
    font-family: 'Inter Tight';
    font-weight: 400;
    color: #fff;
    margin: 0 0 20px;
}

.whyshould-sec .accordion-section-content p:last-child {
    margin: 0px;
}

.whyshould-sec .accordion-section.accordien-active {
    background-color: #273494;
    background-image: none;
}

.whyshould-sec .accordion-section.accordien-active .accordion-section-content {
    display: block;
}

.whyshould-sec .accordion-section .whyshould-img {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 20px;
    border: 2px solid #fff;
    padding: 4px;
}

.whyshould-sec .accordion-section .whyshould-img img {
    width: 100%;
    display: block;
}

/* Responsive */


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

    .whyshould-lft .whyshould-itm .whyshould-cnt {
        font-size: 28px;
    }

}

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

    .whyshould-sec {
        padding: 100px 0 10px;
    }

    .whyshould-sec .container {
        max-width: 1250px;
    }

    .whyshould-lft .whyshould-itm {
        margin-bottom: 25px;
    }

    .whyshould-lft .whyshould-itm .whyshould-cnt {
        font-size: 26px;
    }

    .whyshould-lft .whyshould-itm .whyshould-icon {
        width: 65px;
        padding: 10px 5px;
    }

    .whyshould-rit .whyshould-img {
        margin-bottom: 30px;
    }

    .whyshould-rit .tab-content p {
        font-size: 17px;
        margin: 0 0 30px;
    }

}

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

    .whyshould-sec {
        padding: 80px 0 10px;
    }

    .whyshould-sec .container {
        max-width: 1150px;
    }

    .whyshould-lst {
        margin-bottom: 45px;
    }

    .whyshould-lft .whyshould-itm .whyshould-cnt {
        font-size: 24px;
    }

    .whyshould-lft .whyshould-itm {
        padding: 8px 10px;
    }

    .whyshould-rit .whyshould-img {
        margin-bottom: 25px;
    }

    .whyshould-rit .tab-content p {
        font-size: 16px;
        margin: 0 0 25px;
    }

}

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

    .whyshould-sec {
        padding: 70px 0 10px;
    }

    .whyshould-sec .container {
        max-width: 960px;
    }

    .whyshould-lst {
        margin-bottom: 35px;
    }

    .whyshould-lft .whyshould-itm {
        padding: 7px 10px;
        margin-bottom: 20px;
    }

    .whyshould-lft .whyshould-itm .whyshould-icon {
        width: 53px;
        padding: 6px 5px;
    }

    .whyshould-lft .whyshould-itm .whyshould-icon img {
        width: 37px;
    }

    .whyshould-lft .whyshould-itm .whyshould-cnt {
        font-size: 21px;
    }

    .whyshould-rit .whyshould-img {
        border-width: 3px;
        padding: 6px;
        margin-bottom: 20px;
    }

    .whyshould-rit .tab-content p {
        font-size: 15px;
        margin: 0 0 20px;
    }

}

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

    .whyshould-sec {
        padding: 50px 0 0;
    }

    .whyshould-sec .container {
        max-width: 720px;
    }
    .whyshould-sec .text-heading strong {
        display: block;
    }

    .whyshould-before:before {
        background-image: -webkit-linear-gradient(-90deg, rgb(22 28 70) 0%, rgba(22, 28, 70, 0) 100%);
        width: 80%;
        height: 100%;
    }

    .whyshould-before:after {
        display: none;
    }

    .whyshould-blk {
        display: none;
    }

    .whyshould-sec .accordion {
        display: block;
    }

}

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

    .whyshould-sec {
        padding: 40px 0 0;
    }
        .whyshould-sec .text-heading strong {
        display: inline-block;
    }

    .whyshould-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .whyshould-sec .accordion-heading {
        font-size: 22px;
        padding: 16px 50px 16px 25px;
    }

    .whyshould-sec .accordion-heading:before {
        top: 18px;
        font-size: 33px;
    }

}

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

    .whyshould-sec .accordion-section {
        margin-bottom: 17px;
    }

    .whyshould-sec .accordion-heading {
        font-size: 20px;
        padding: 15px 40px 15px 20px;
        letter-spacing: 0.3px;
    }

    .whyshould-sec .accordion-heading:before {
        top: 14px;
        font-size: 30px;
        right: 17px
    }

    .whyshould-sec .accordion-section-content {
        padding: 5px 20px 20px;
    }

}



/* Handle Casas Section */

.handlecases-sec {
    position: relative;
    margin-top: 0px !important;
    padding: 80px 0;
}

.handlecases-sec .container {
    max-width: 100%;
}

.handlecase-blk {
    position: relative;
}

.handlecase-cnt-lft .text-heading {
    text-align: center;
    margin: 0 0 15px;
}

.handlecase-cnt-lft .text-heading strong {
    display: block;
}

.handlecase-cnt-lft-call {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.5px;
    font-family: 'Big Shoulders';
    font-weight: 500;
    color: #fff;
    border-bottom: 2px solid #babac1;
    width: max-content;
    margin: auto;
    display: flex;
    gap: 10px;
    align-items: center;
}

.handlecase-cnt-lft-call a:hover {
    color: #4258ff;
}

.handlecase-cnt-rit {
    /* width: 45%; */
    width: 100% !important;
}

.handlecase-cnt-rit p {
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: 0px;
    font-family: 'Figtree';
    font-weight: 400;
    margin: 0 0 10px !important;
    color: #fff;
    text-align: center;
}

/* .handlecase-cnt {
    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    gap: 110px 0;
    align-items: center;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    flex-wrap: wrap;
} */

.handlecase-cnt {
    width: 100%;
    max-width: 1100px;
    align-items: center;
    position: absolute;
    top: 100px !important;
    right: 0;
    margin: auto;
    z-index: 2;
    left: 0;
}

.handlecase-img {
    position: relative;
}

.handlecase-img:before,
.handlecase-img:before,
.handlecase-img:after {
    position: absolute;
    content: "";
    background-image: linear-gradient(to top, #0c0f24 50%, transparent);
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    pointer-events: none;
}

.handlecase-img:after {
    background-image: linear-gradient(to bottom, #0c0f24, transparent);
    top: 0;
    bottom: inherit;
    height: 30%;
}

.handlecase-img img {
    width: 100%;
    display: block;
    opacity: 18%;
}

.handlecase-logo {
    width: 55%;
    margin: auto;
    position: absolute;
    bottom: 12%;
    left: 0;
    right: 0;
    z-index: 2;
}

.handlecase-logo img {
    width: 100%;
    display: block;
}

.handlecase-img.mobile {
    display: none;
}

.hmvideo-frame br {
    display: none;
}

.hmvideo-frame {
    position: relative;
    width: 100%;
}

.hmvideo-frame img.video-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
    z-index: 10;
}

.hmvideo-frame iframe {
    position: relative;
    z-index: 1;
}

/* Responsive */

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

    .handlecase-cnt-lft-call {
        font-size: 42px;
    }

    .handlecase-logo {
        width: 75%;
    }

    .handlecase-cnt {
        gap: 90px 0;
    }

}

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

    .handlecase-cnt-lft-call {
        font-size: 38px;
    }

    .handlecase-cnt-lft .text-heading {
        margin: 0 0 10px;
    }

    .handlecase-cnt-rit p {
        margin: 0 0 25px;
    }

    .handlecase-logo {
        width: 60%;
    }

}

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

    .handlecase-cnt {
        max-width: 1250px;
    }

    .handlecase-cnt-lft-call {
        font-size: 34px;
    }

    .handlecase-cnt-rit p {
        font-size: 17px;
        margin: 0 0 20px;
    }

    .handlecase-cnt {
        gap: 80px 0;
    }

    .handlecase-logo {
        width: 50%;
    }

}

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

    .handlecase-cnt {
        max-width: 850px;
        gap: 70px 0;
        top: 140px;
    }

    .handlecase-cnt-lft-call {
        font-size: 30px;
    }

    .handlecase-logo {
        width: 45%;
    }

    .handlecase-cnt-rit {
        width: 50%;
    }

}

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

    .handlecase-cnt-lft-call {
        font-size: 26px;
    }

    .handlecase-cnt-rit p {
        font-size: 16px;
    }

    .handlecase-logo {
        width: 50%;
    }

    .handlecase-cnt {
        max-width: 710px;
        top: 50px !important;
    }

    .handlecases-sec {
        padding: 50px 0;
    }

}

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

    .handlecases-sec {
        margin-top: 0;
        padding: 50px 0 30px 0;
    }

    .handlecases-sec .container {
        max-width: 720px;
    }

    .handlecase-cnt {
        max-width: 100%;
        gap: 25px;
        position: static;
        justify-content: center;
        text-align: center;
    }

    .handlecase-cnt-rit {
        width: 100%;
    }

    .handlecase-img:before,
    .handlecase-img:after {
        display: none;
    }

    .handlecase-img {
        display: none;
    }

    .handlecase-img.mobile {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 30px;
        border: 2px solid rgb(66 88 255 / 70%);
        display: block;
        padding: 3px;
    }

    .handlecase-img img {
        opacity: 100%;
    }

    .handlecase-cnt-lft {
        width: 100%;
        margin-bottom: 40px;
    }

    .handlecase-cnt-lft .text-heading {
        text-align: center;
    }

    .handlecase-logo {
        width: 100%;
        max-width: 350px;
        position: inherit;
        margin-bottom: 40px;
    }

}

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

    .handlecases-sec .container {
        max-width: 100%;
    }

    .handlecases-sec {
        padding: 40px 0 0;
    }

    .handlecase-cnt-lft-call {
        font-size: 22px;
    }

    .handlecase-img.mobile {
        max-width: 400px;
    }

}

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

    .handlecase-img.mobile {
        margin: 0 auto 25px;
    }

    .handlecase-cnt-rit p {
        font-size: 15px;
        letter-spacing: 0.3px;
    }

    .handlecase-logo {
        max-width: 300px;
    }

}



/* Personal Injury Section */

.hm-personal-inj-sec {
    padding: 130px 0 165px;
    position: relative;
    background-color: #0c0f26;
    z-index: 0;
    background-image: url(../images/personal-inj-bg-lyer.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding-top: 0 !important;
}

.hm-personal-inj-sec:before {
    position: absolute;
    content: "";
    background-image: url(../images/abt-case-bef-gradient.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 20%;
    height: 40%;
    top: 0;
    left: 0;
    margin: auto;
    opacity: 60%;
    pointer-events: none;
    z-index: -1;
    bottom: 0;
}

.hm-personal-inj-sec:after {
    position: absolute;
    content: "";
    background-image: url(../images/whyshould-sec-bef.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100% 100%;
    width: 60%;
    height: 40%;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 60%;
    z-index: -1;
}

.hm-personal-inj-sec .container {
    max-width: 1300px;
}

.persnl-inj-top-cont {
    width: 100%;
    margin: auto;
}

.persnl-inj-top-cont .text-heading {
    margin: 0 0 13px;
}

.persnl-inj-focus {
    color: #ffffff;
    font-size: 40px;
    font-family: 'Big Shoulders';
    font-weight: 500;
   /* text-transform: uppercase;*/
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 7px;
    text-align: center;
}

.persnl-inj-focus strong {
    font-weight: 900;
}

.persnl-inj-top-cont p {
    color: #ffffff;
    font-size: 22px;
    font-family: 'Inter Tight';
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.44px;
    margin: 0 0 50px;
    text-align: center;
}

.personal-inj-itm {
    display: flex;
    justify-content: flex-start;
    gap: 155px;
}

.personal-inj-img {
    width: 43.9%;
    background-color: #0d102a;
    border: 5px solid transparent;
    padding: 10px;
    transition: 0.5s;
}

.personal-inj-itm:hover .personal-inj-img {
    border: 5px solid #ffff;
}

.personal-inj-img img {
    width: 100%;
    display: block;
    border: 1px solid #fff;
}

.personal-inj-itm:hover .personal-inj-img img {
    border: 1px solid transparent;
}

.personal-inj-blk {
    display: flex;
    flex-direction: column;
    gap: 53px;
    margin: 0 0 55px;
    position: relative;
}

.personal-inj-blk::before {
    position: absolute;
    content: '';
    background-color: #303245;
    width: 3px;
    height: 76%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.persnl-inj-itm-cont {
    width: 39.8%;
    position: relative;
}

.persnl-inj-itm-cont::before {
    position: absolute;
    content: '';
    background-color: #303245;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    left: -88px;
    top: 20px;
    border: 5px solid #0b0d21;
}

.personal-inj-itm:hover .persnl-inj-itm-cont::before {
    border-color: #4258ff;
    background-color: #0b0d21;
    transition: 0.5s;
}

.personal-inj-itm:hover .persnl-inj-itm-heading {
    color: #4258ff;
    transition: 0.5s;
}

.personal-inj-itm:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
}

.personal-inj-itm:nth-child(even) .persnl-inj-itm-cont::before {
    right: -88px;
    left: auto;
}

.personal-inj-itm-btn a {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.6px;
    font-family: 'Inter Tight';
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    background-color: #273595;
    text-decoration: none;
    padding: 10px 30px;
    outline: 1px solid #ffffff;
    outline-offset: 6px;
    position: relative;
    z-index: 1;
}

.personal-inj-itm-btn a:hover {
    background-color: #000;
}

.personal-inj-itm-btn a:before {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(26deg, rgba(12, 15, 38, 0) 0%, rgb(12 15 38 / 45%) 100%);
    width: 76%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 55% 70%, 0 46%);
    z-index: -1;
}

.personal-inj-itm-btn {
    margin: 0 0 35px;
}

.persnl-inj-itm-heading {
    color: #ffffff;
    font-size: 55px;
    font-family: 'Big Shoulders';
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0 0 10px;
}

.persnl-inj-itm-cont p {
    color: #ffffff;
    font-size: 19px;
    font-family: 'Inter Tight';
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    margin: 0;
}

.personal-inj-btn-blk {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

.personal-inj-btn a {
    outline: 1px solid #fff;
    letter-spacing: 1.2px;
}

.personal-inj-call {
    padding-left: 70px;
    position: relative;
}

.personal-inj-call p {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Inter Tight';
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2.5px;
    margin: 0;
}

.personal-inj-call p a {
    color: #ffffff;
    font-size: 35px;
    font-family: 'Big Shoulders';
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.7px;
    margin-top: 10px;
    display: block;
    text-decoration: none;
}

.personal-inj-call p a:hover {
    color: #4258ff;
}

.personal-inj-call p a::before {
    position: absolute;
    content: '';
    background-image: url(../images/choose-call-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 53px;
    height: 43px;
    left: 0;
    top: 10px;
}


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

    .hm-personal-inj-sec {
        padding: 110px 0 130px;
    }

}

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

    .hm-personal-inj-sec .container {
        max-width: 1250px;
    }

    .hm-personal-inj-sec {
        padding: 100px 0 110px;
    }

    .persnl-inj-top-cont .text-heading {
        font-size: 60px;
        line-height: 1.1;
    }

    .persnl-inj-top-cont p {
        font-size: 17px;
        margin: 0 0 30px;
    }

    .persnl-inj-itm-heading {
        font-size: 43px;
    }

    .personal-inj-itm:hover .personal-inj-img {
        border: 3px solid #ffff;
    }

    .personal-inj-img {
        padding: 6px;
        border: 3px solid transparent;
    }

    .persnl-inj-itm-cont::before {
        width: 22px;
        height: 22px;
        left: -89px;
    }

    .personal-inj-itm:nth-child(even) .persnl-inj-itm-cont::before {
        right: -90px;
        left: auto;
    }

    .personal-inj-itm-btn a {
        font-size: 18px;
        padding: 9px 25px;
    }

    .persnl-inj-focus {
        font-size: 37px;
    }

}

@media screen and (max-width: 1366px) {
    .hm-personal-inj-sec .container {
        max-width: 1150px;
    }

    .hm-personal-inj-sec {
        padding: 90px 0;
    }

    .persnl-inj-focus {
        font-size: 32px;
    }

    .persnl-inj-top-cont .text-heading {
        font-size: 50px;
    }

    .persnl-inj-itm-cont::before {
        left: -96px;
    }

    .personal-inj-blk::before {
        height: 78%;
    }

    .personal-inj-itm:nth-child(even) .persnl-inj-itm-cont::before {
        right: -95px;
    }

    .personal-inj-itm-btn a {
        font-size: 16px;
        padding: 7px 20px;
        outline-offset: 5px;
    }

    .persnl-inj-itm-heading {
        font-size: 38px;
    }

    .persnl-inj-itm-cont p {
        font-size: 18px;
        line-height: 1.7;
    }

    .personal-inj-call {
        padding-left: 60px;
    }

    .personal-inj-call p {
        font-size: 16px;
    }

    .personal-inj-call p a {
        font-size: 32px;
        margin-top: 7px;
    }

    .personal-inj-call p a::before {
        width: 48px;
        height: 40px;
        top: 7px;
    }

}

@media screen and (max-width: 1280px) {
    .hm-personal-inj-sec .container {
        max-width: 960px;
    }

    .hm-personal-inj-sec {
        padding: 80px 0;
    }

    .persnl-inj-focus {
        font-size: 28px;
    }

    .persnl-inj-top-cont p {
        font-size: 16px;
        margin: 0 0 20px;
        line-height: 1.5;
    }

    .persnl-inj-top-cont .text-heading {
        font-size: 40px;
    }

    .personal-inj-itm {
        gap: 110px;
    }

    .personal-inj-itm:hover .personal-inj-img {
        border: 2px solid #ffff;
    }

    .personal-inj-img {
        padding: 4px;
        border: 2px solid transparent;
    }

    .persnl-inj-itm-cont {
        width: 45%;
    }

    .persnl-inj-itm-heading {
        font-size: 34px;
    }

    .personal-inj-itm-btn {
        margin: 0 0 25px;
    }

    .persnl-inj-itm-cont p {
        line-height: 1.5;
        font-size: 17px;
    }

    .persnl-inj-itm-cont::before {
        left: -59px;
        width: 18px;
        height: 18px;
        border-width: 4px;
    }

    .personal-inj-itm:nth-child(even) .persnl-inj-itm-cont::before {
        right: -59px;
    }

    .personal-inj-itm-btn a {
        font-size: 15px;
        letter-spacing: 0.8px;
        padding: 7px 18px;
        outline-offset: 3px;
    }

    .personal-inj-blk {
        margin: 45px 0 40px;
        gap: 35px;
    }

    .personal-inj-btn-blk {
        gap: 30px;
    }

    .personal-inj-call p a::before {
        width: 41px;
        height: 35px;
        top: 5px;
    }

    .personal-inj-call p {
        font-size: 15px;
        letter-spacing: 0.5px;
    }

    .personal-inj-call p a {
        font-size: 28px;
        margin-top: 6px;
    }

    .personal-inj-call {
        padding-left: 55px;
    }

}

@media screen and (max-width: 1024px) {
    .hm-personal-inj-sec .container {
        max-width: 720px;
    }

    .hm-personal-inj-sec {
        padding: 60px 0 50px;
        background-image: none;
    }

    .persnl-inj-top-cont {
        width: 100%;
    }
    .persnl-inj-top-cont .text-heading strong {
        display: block;
    }

    .personal-inj-itm {
        width: 100%;
        max-width: 400px;
        margin: auto;
        padding: 20px 15px;
        border: 2px solid rgb(66 88 255 / 60%);
        justify-content: center;
        gap: 23px;
        flex-direction: column;
        align-items: center;
    }

    .personal-inj-btn-blk {
        gap: 30px;
        flex-wrap: wrap;
    }

    .personal-inj-call {
        padding-left: 50px;
    }

    .personal-inj-call p {
        font-size: 14px;
    }

    .personal-inj-call p a {
        font-size: 26px;
    }

    .hmvidoes-rit-videos-lst {
        margin-bottom: 20px;
    }

    .personal-inj-img {
        padding: 0px;
        border-color: rgb(255 255 255 / 30%);
        width: 100%;
    }

    .personal-inj-img img {
        border: 0;
    }

    .persnl-inj-itm-cont {
        width: 100%;
        position: relative;
        text-align: center;
    }

    .personal-inj-itm-btn {
        margin: 0 0 20px;
    }

    .persnl-inj-itm-heading {
        font-size: 25px;
        line-height: 1.2;
    }

    .persnl-inj-itm-cont p {
        font-size: 16px;
        letter-spacing: 0.4px;
    }

    .personal-inj-blk::before,
    .persnl-inj-itm-cont::before {
        display: none;
    }

    .personal-inj-blk {
        margin: 0 0 30px;
    }

    .personal-inj-itm:nth-child(even) {
        flex-direction: column;
        text-align: right;
    }

    .personal-inj-itm:hover .personal-inj-img img {
        border: 0;
    }

    .persnl-inj-top-cont .text-heading {
        font-size: 33px;
    }

    .persnl-inj-focus {
        font-size: 27px;
        margin: 0 0 13px;
    }

    .persnl-inj-top-cont p br {
        display: none;
    }

    .personal-inj-blk.owl-carousel .owl-item {
        padding: 0 3px;
    }

    .personal-inj-itm-btn a {
        font-size: 14px;
        padding: 8px 16px;
        outline-offset: 0;
    }

    .personal-inj-blk.owl-carousel .owl-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        align-items: center;
        margin-top: 20px;
    }

    .personal-inj-blk.owl-carousel .owl-dots .owl-dot {
        width: 14px;
        height: 14px;
        border-radius: 50px;
        background-color: #fff;
    }

    .personal-inj-blk.owl-carousel .owl-dots .owl-dot.active {
        background-color: #4258ff;
    }

    .personal-inj-blk.owl-carousel .owl-stage-outer {
        padding-bottom: 3px;
    }

    .hm-personal-inj-sec:before,
    .hm-personal-inj-sec:after {
        display: none;
    }

}

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

    .hm-personal-inj-sec .container {
        max-width: 100%;
        padding: 0 15px;
    }
        .persnl-inj-top-cont .text-heading strong {
        display: inline-block;
    }

    .hm-personal-inj-sec {
        padding: 50px 0 40px;
    }

    .persnl-inj-focus {
        font-size: 25px;
    }

    .persnl-inj-top-cont .text-heading {
        font-size: 29px;
    }

    .persnl-inj-itm-heading {
        font-size: 24px;
    }

    .personal-inj-btn-blk {
        flex-direction: column-reverse;
        gap: 20px;
    }

}

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

    .persnl-inj-top-cont .text-heading {
        font-size: 25px;
    }

    .persnl-inj-focus {
        font-size: 23px;
    }

    .persnl-inj-top-cont p {
        font-size: 15px;
    }

    .personal-inj-call p a {
        font-size: 24px;
    }

}

/* Home FAQS Section */

.hm-faq-sec {
    padding: 0 0 150px;
    background-color: #0c0f24;
}

.faq-section {
    display: flex;
    justify-content: space-between;
}

.faq-item-left,
.faq-item-rgt {
    width: 46.2%;
}

.faq-accordion {
    border-bottom: 1px solid #40435c;
}

.faq-accordion .faq-question {
    padding-right: 125px;
    cursor: pointer;
    font-size: 30px;
    font-family: 'Big Shoulders';
    color: #fff;
    line-height: 1.5;
    text-align: left;
    position: relative;
    font-weight: 500;
}

.faq-accordion .faq-question:before {
    position: absolute;
    content: "+";
    height: 19px;
    top: 12px;
    right: 0;
    color: #fff;
    font-size: 50px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-accordion.faq-active .faq-question::before {
    height: 5px;
    content: "-";
    color: #273596;
    font-size: 60px;
    top: 20px;
}

.faq-accordion.faq-active .faq-question {
    color: #4258ff;
    padding-bottom: 0px;
}

.faq-accordion.faq-active {
    border-bottom: 1px solid #4258ff;
}

.faq-accordion .faq-answer {
    display: none;
    background-color: transparent;
    transition: all 0.3s ease-in-out 0s;
}

.faq-accordion.faq-active .faq-answer {
    padding: 15px 10px 0 0;
    display: block;
}

.faq-accordion .faq-answer p,
.faq-accordion .faq-answer ul li {
    font-size: 16px;
    font-family: 'Inter Tight';
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.32px;
    margin: 0 0 35px;
}

.faq-accordion .faq-answer ul {
    margin: 0 0 20px;
}

.faq-accordion .faq-answer ul li {
    line-height: 1.5 !important;
    margin: 0 0 20px !important;
    position: relative;
    padding-left: 20px;
}

.faq-accordion .faq-answer ul li:last-child {
    margin: 0px;
}

.faq-accordion .faq-answer ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #4158fd;
    border-radius: 50px;
    left: 0;
    top: 8px;
}

.faq-accordion {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.faq-list {
    background-image: -webkit-linear-gradient(-90deg, rgb(22, 28, 70) 0%, rgba(22, 28, 70, 0) 100%);
    padding: 100px 100px 0;
}

.faq-list strong {
    display: inline-block;
}

.faq-item-left .faq-sec-btn {
    margin-top: 55px;
}

.faq-sec-btn.mbl {
    display: none;
    text-align: center;
    margin: 20px auto 0;
}

/* .faq-item-rgt .faq-sec-btn {
    display: none;
} */
.faq-sec-btn {
    text-align: center;
    padding: 30px 0 0 0;
}

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

    .hm-faq-sec {
        padding: 0 0 120px;
    }

}

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

    .hm-faq-sec {
        padding: 0 0 80px;
    }

    .faq-list {
        padding: 80px 80px 0;
    }

    .faq-accordion .faq-question {
        padding-right: 100px;
        font-size: 28px;
    }

    .faq-accordion .faq-question:before {
        font-size: 46px;
    }

    .faq-accordion {
        padding-bottom: 25px;
    }

    .faq-accordion .faq-answer p {
        margin: 0 0 30px;
    }

}

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

    .hm-faq-sec {
        padding: 0 0 70px;
    }

    .faq-list {
        padding: 70px 70px 0;
    }

    .faq-accordion {
        padding-bottom: 20px;
        margin-bottom: 25px;
    }

    .faq-accordion .faq-question {
        padding-right: 60px;
        font-size: 25px;
    }

    .faq-accordion .faq-question:before {
        font-size: 42px;
        top: 8px;
    }

    .faq-item-left .faq-sec-btn {
        margin-top: 45px;
    }

    .faq-accordion .faq-answer p {
        margin: 0 0 25px;
    }

}

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

    .hm-faq-sec {
        padding: 0 0 70px;
    }

    .faq-list {
        padding: 60px 60px 0;
    }

    .faq-accordion .faq-question {
        padding-right: 50px;
        font-size: 23px;
    }

    .faq-accordion {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .faq-accordion .faq-question:before {
        font-size: 39px;
        top: 7px;
    }

}

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

    .hm-faq-sec {
        padding: 0 0 60px;
    }

    .faq-list {
        padding: 50px 50px 0;
    }

    .faq-accordion .faq-question {
        padding-right: 40px;
        font-size: 21px;
    }

    .faq-accordion .faq-question:before {
        font-size: 35px;
    }

    .faq-accordion .faq-answer p,
    .faq-accordion .faq-answer ul li {
        font-size: 15px;
        margin: 0 0 20px;
        line-height: 1.6;
    }

    .faq-item-left .faq-sec-btn {
        margin-top: 35px;
    }

    .faq-item-left,
    .faq-item-rgt {
        width: 48%;
    }

    .faq-list .text-heading {
        margin: 0 0 25px;
    }

    .faq-accordion .faq-answer ul li {
        margin: 0 0 12px !important;
    }

    .faq-accordion .faq-answer ul li:before {
        width: 9px;
        height: 9px;
        top: 7px;
    }

}

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

    .hm-faq-sec {
        padding: 0 0 50px;
    }

    .faq-list {
        padding: 40px 30px 0;
    }

    .faq-section {
        gap: 0;
        flex-direction: column;
        align-items: center;
    }

    .faq-item-left,
    .faq-item-rgt {
        width: 100%;
    }

    .faq-item-rgt .faq-sec-btn {
        display: block;
        text-align: center;
        margin-top: 30px;
    }

    .faq-item-left .faq-sec-btn {
        display: none;
    }

    .faq-accordion:last-child {
        margin: 0px;
    }

}

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

    .faq-list {
        padding: 30px 20px 0;
    }

    .faq-accordion .faq-question {
        padding-right: 30px;
        font-size: 20px;
    }

}

/* Videos Section */

.meet-attorney-rite-contnt {
    position: relative;
}

.hmvideos-sec {
    position: relative;
    z-index: 1;
    /* padding: 70px 0; */
    padding: 120px 0;
    background-color: #0c0f24;
}

.hmvideos-sec:before {
    position: absolute;
    content: "";
    background-image: url(../images/abt-case-bef-gradient.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40%;
    height: 100%;
    top: -38%;
    left: 0;
    opacity: 61%;
    pointer-events: none;
    z-index: -1;
}

.hmvideos-sec .text-heading {
    color: #4258ff;
    font-weight: 900;
    text-shadow: -2px 3px 8px #000000;
}

.hmvidoes-blk {
    display: flex;
    justify-content: space-between;
}

.hmvidoes-lft-btm p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.32px;
    font-family: 'Inter Tight';
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.hmvideo {
    position: relative;
    margin-bottom: 35px;
}

.hmvideo-play-icon {
    width: 36px;
    margin: -20px auto 0;
    cursor: pointer;
}

.hmvideo-play-icon img {
    width: 100%;
    display: block;
}

.hmvideo-img {
    padding: 12px;
    border: 2px solid #fff;
    position: relative;
}

.hmvideo-img::before {
    position: absolute;
    content: '';
    background-image: url(../images/small-play-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 36px;
    height: 36px;
    left: 0;
    margin: auto;
    bottom: -20px;
    right: 0;
}

.hmvideo-img img,
.hmvidoes-lft-logo-part img {
    width: 100%;
    display: block;
}

.hmvidoes-lft {
    width: 62.4%;
}

.hmvidoes-lft .hmvideo-img {
    border: 5px solid #4258ff;
}

.hmvidoes-lft .hmvideo-play-icon {
    width: 110px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: max-content;
    cursor: pointer;
}

.hmvidoes-lft-logo-part {
    width: 147px;
}

.hmvidoes-lft-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 920px;
    margin: 0 auto 30px;
}

.hmvidoes-lft-btm .hmvidoes-lft-btm-rit {
    width: 80.2%;
}

.hmvidoes-rit {
    width: 100% !important;
}

.hmvidoes-rit-videos-lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px 0;
    margin-bottom: 40px;
}

.hmvidoes-rit .hmvidoes-rit-video {
    width: 47%;
    text-align: center;
}

.hmvidoes-rit .owl-item .hmvidoes-rit-video {
    width: 100%;
    padding: 18px;
}

.hmvidoes-btn {
    text-align: center;
}

/* .btn-popups {
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
} */

.btn-popups {
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    position: absolute;
    font-size: 0;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.popoverContainer {
    width: 100%;
    height: 100%;
    background: #000000b0 !important;
    overflow: hidden;
}

.case-modal-1 {
    width: 100%;
    max-width: 560px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.case-modal-content {
    border-radius: 0;
    overflow-y: auto;
    background: transparent;
    padding: 0;
    text-align: left;
    max-width: 100%;
    margin: 0;
    position: relative;
    width: 100%;
    border: 4px solid #4258ff;
}

.case-close {
    position: absolute;
    top: 8px;
    right: 6px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-family: 'Prata', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    border-radius: 0;
    z-index: 9;
    color: #ffffff;
    background: transparent;
    border: 0;
    padding: 0;
}


/* Responsive */

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

    .hmvideos-sec {
        /* padding: 70px 0 60px; */
        padding: 110px 0;
    }

    .hmvideo {
        margin-bottom: 25px;
    }

    .hmvidoes-lft .hmvideo-play-icon {
        width: 90px;
    }

    .hmvidoes-lft-btm {
        gap: 30px;
    }

    .hmvidoes-lft-btm p {
        line-height: 1.5;
    }

    .hmvideo-img {
        padding: 10px;
    }

}

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

    .hmvideos-sec {
        /* padding: 60px 0; */
        padding: 70px 0;
    }

    .hmvidoes-lft-btm p {
        font-size: 15px;
    }

    .hmvidoes-lft-logo-part {
        width: 130px;
    }

}

@media screen and (max-width: 1280px) {
    .hmvideos-sec {
        /* padding: 30px 0 60px; */
        padding: 60px 0;
    }

    .hmvideo-img {
        padding: 6px;
    }

    .hmvidoes-lft .hmvideo-img {
        border: 3px solid #4258ff;
    }

    .hmvideo {
        margin-bottom: 20px;
    }

    .hmvidoes-lft-btm {
        gap: 20px;
    }

    .hmvidoes-lft-logo-part {
        width: 120px;
    }

    .hmvidoes-lft-btm p {
        font-size: 13px;
        line-height: 1.4;
    }

    .hmvidoes-lft .hmvideo-play-icon {
        width: 70px;
    }

    .case-modal-1 {
        max-width: 500px;
    }

    .hmvidoes-rit-videos-lst {
        gap: 20px 0;
        margin-bottom: 35px;
    }

}

@media screen and (max-width: 1024px) {
    .hmvideos-sec {
        padding: 50px 0;
    }

    .hmvidoes-lft-btm {

        max-width: 590px;
        margin: 0 auto 15px;
    }

    .hmvidoes-blk {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        max-width: 700px;
        margin: 0 auto;
    }

    .hmvidoes-lft {
        width: 100%;
        order: 1;
        position: relative;
        margin: 0 0 30px;
    }

    .hmvidoes-rit {
        width: 100%;
    }

    .hmvidoes-rit .hmvidoes-rit-video {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }

    .hmvidoes-rit-videos-lst .owl-nav,
    .personal-inj-blk .owl-nav {
        text-align: center;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .hmvidoes-rit-videos-lst .owl-nav button.owl-prev,
    .hmvidoes-rit-videos-lst .owl-nav button.owl-next,
    .personal-inj-blk .owl-nav button.owl-prev,
    .personal-inj-blk .owl-nav button.owl-next {
        rotate: 0deg;
        background-position: center;
        background-repeat: no-repeat;
        width: 46px;
        height: 22px;
        cursor: pointer;
        font-size: 0;
        background-image: url(../images/arrow-img.webp);
        transform: scale(0.8);
    }

    .hmvidoes-rit-videos-lst .owl-nav button.owl-next,
    .personal-inj-blk .owl-nav button.owl-next {
        rotate: 180deg;
    }

    .case-modal-content {
        transform: scale(0.8);
    }

    .case-close {
        font-size: 45px;
    }


}

@media screen and (max-width: 768px) {
    .hmvidoes-rit .hmvidoes-rit-video {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }

    .hmvideos-sec {
        padding: 40px 0;
    }

    .hmvidoes-rit-videos-lst {
        margin-bottom: 20px;
    }

    .case-modal-1 {
        max-width: 450px;
    }

    .hmvidoes-lft .hmvideo-play-icon {
        width: 70px;
    }

    .hmvideo-img {
        padding: 4px;
    }

    .hmvidoes-lft .hmvideo-img {
        border: 2px solid #4258ff;
    }

    .hmvidoes-lft-btm {
        flex-direction: column;
    }

    .hmvidoes-lft-logo-part {
        width: 100%;
        max-width: 90px;
    }

    .hmvidoes-lft-btm .hmvidoes-lft-btm-rit {
        width: 100%;
        text-align: center;
    }

    .hmvidoes-lft-btm p {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

}

@media screen and (max-width: 680px) {
    .hmvidoes-lft-btm .hmvidoes-lft-btm-rit {
        width: 100%;
        text-align: center;
    }

    .hmvidoes-lft-btm {
        flex-direction: column;
    }

    .hmvidoes-lft-logo-part {
        width: 135px;
    }

    .case-modal-1 {
        max-width: 400px;
    }

}

@media screen and (max-width: 480px) {
    .hmvidoes-lft .hmvideo-play-icon {
        width: 55px;
    }

    .hmvideos-sec {
        padding: 30px 0;
    }

    .hmvideo-img img,
    .hmvidoes-lft-logo-part img {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover;
        object-position: left center;
    }

    .hmvidoes-lft .hmvideo-img {
        border: 2px solid #4258ff;
        height: 220px;
    }

}

/* Alone Section */

.hm-alone-sec {
    padding: 70px 0 0;
    position: relative;
    z-index: 1;
}

.hm-alone-sec::before {
    position: absolute;
    content: "";
    background-image: url("../images/alone-sec-bg-colr-img.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: -110px;
    right: 0;
    z-index: -1;
    pointer-events: none;
}

.hm-alone-sec .container {
    width: 100%;
    max-width: 1300px;
    margin: auto;
}

.hm-alone-sec strong {
    display: inline-block;
}

.alone-list {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.alone-list::before {
    position: absolute;
    content: "";
    background-color: #4258ff;
    width: 2px;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.alone-left-itm {
    width: 44.8%;
    z-index: 1;
}

.alone-left-itm p,
.alone-rgt p {
    font-size: 18px;
    font-family: 'Inter Tight';
    color: #fff;
    line-height: 1.7;
    letter-spacing: 0.36px;
    margin: 0 0 50px 0;
    font-weight: 400;
}

.alone-left-itm p:nth-child(2) {
    margin: 0;
}

.alone-rgt {
    width: 44%;
    z-index: 1;
}


/* Responsive */

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

    .alone-left-itm p,
    .alone-rgt p {
        margin: 0 0 40px;
    }

}

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

    .hm-alone-sec .container {
        max-width: 1250px;
    }

    .alone-left-itm p,
    .alone-rgt p {
        margin: 0 0 30px;
        font-size: 17px;
    }

}

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

    .hm-alone-sec .container {
        max-width: 1150px;
    }

    .hm-alone-sec {
        padding: 60px 0 0;
    }

}

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

    .hm-alone-sec .container {
        max-width: 960px;
    }

    .hm-alone-sec {
        padding: 40px 0 0;
    }

    .alone-left-itm p,
    .alone-rgt p {
        margin: 0 0 25px;
        font-size: 16px;
    }

}

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

    .hm-alone-sec .container {
        max-width: 720px;
    }

    .hm-alone-sec {
        padding: 50px 0 10px;
    }

    .hm-alone-sec .text-heading br {
        display: none;
    }

    .alone-list {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .alone-left-itm,
    .alone-rgt {
        width: 100%;
        z-index: 1;
        text-align: center;
    }

    .alone-list::before {
        display: none;
    }

    .alone-left-itm p,
    .alone-rgt p {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 1.6;
    }

    .alone-btn {
        margin-top: 30px;
    }

}

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

    .hm-alone-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

}

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

    .hm-alone-sec {
        padding: 40px 0 10px;
    }

    .alone-left-itm p,
    .alone-rgt p {
        font-size: 15px;
    }

}


/* Consultation Section */

.hm-consult-sec {
    position: relative;
    margin-top: -30px;
}

.hm-consult-sec .container {
    max-width: 100%;
}

.hm-consult-sec::before,
.hm-consult-sec::after {
    position: absolute;
    content: "";
    background-image: linear-gradient(to bottom, #0c0f26, transparent);
    width: 100%;
    height: 27%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
}

.hm-consult-sec::after {
    background-image: linear-gradient(to top, #0b0d21 20%, transparent);
    height: 60%;
    bottom: 0;
    top: inherit;
}

.consult-sec-img img {
    width: 100%;
    display: block;
}

.consult-sec-cnt {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    position: absolute;
    bottom: 155px;
    left: 0;
    right: 0;
    z-index: 2;
    padding-top: 430px;
}

.consult-sec-cnt:before {
    position: absolute;
    content: "";
    background-image: url(../images/consult-sec-cnt-border-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 85%;
    height: 465px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.consult-sec-cnt p {
    font-size: 36px;
    font-family: 'Big Shoulders';
    color: #fff;
    line-height: 1.4;
    text-align: center;
    font-weight: 400;
    margin-bottom: 43px;
}

.hm-consult-sec .text-heading {
    margin: 0 0 20px;
    position: relative;
}

.hm-consult-sec .text-heading strong {
    font-size: 100px;
    line-height: 1.1;
    text-decoration: 2px underline;
    text-underline-offset: 12px;
}

.consult-sec-btns {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

.consult-sec-btns .call-btn {
    padding-left: 70px;
    position: relative;
}

.consult-sec-btns .call-btn {
    font-size: 18px;
    font-family: 'Inter Tight';
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    margin: 0px;
    letter-spacing: 2.52px;
    font-weight: 400;
}

.consult-sec-btns .call-btn a {
    font-size: 35px;
    font-family: 'Big Shoulders';
    color: #fff;
    line-height: 1;
    font-weight: 900;
    display: block;
    text-decoration: none;
    margin-top: 7px;
}

.consult-sec-btns .call-btn a:before {
    position: absolute;
    content: "";
    background-image: url(../images/choose-call-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 53px;
    height: 43px;
    left: 0;
    top: 7px;
}

.consult-sec-btns .call-btn a:hover {
    color: #4258ff;
}


/* Responsive */

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

    .consult-sec-cnt {
        padding-top: 380px;
    }

    .consult-sec-cnt:before {
        height: 420px;
    }

    .hm-consult-sec .text-heading strong {
        font-size: 95px;
    }

}

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

    .consult-sec-cnt {
        padding-top: 330px;
    }

    .consult-sec-cnt:before {
        width: 74%;
        height: 360px;
    }

    .hm-consult-sec .text-heading strong {
        font-size: 85px;
    }

    .consult-sec-cnt p {
        font-size: 33px;
    }

}

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

    .consult-sec-cnt:before {
        width: 69%;
    }

    .hm-consult-sec .text-heading strong {
        font-size: 75px;
        text-underline-offset: 8px;
    }

    .consult-sec-cnt p {
        font-size: 29px;
        margin-bottom: 35px;
    }

    .consult-sec-btns .call-btn {
        font-size: 16px;
    }

    .consult-sec-btns .call-btn a {
        font-size: 32px;
    }

    .consult-sec-btns .call-btn a:before {
        width: 50px;
    }

    .consult-sec-btns .call-btn {
        padding-left: 60px;
    }

}

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

    .hm-consult-sec .text-heading strong {
        font-size: 63px;
    }

    .consult-sec-cnt p {
        font-size: 27px;
        margin-bottom: 30px;
    }

    .consult-sec-btns .call-btn {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .consult-sec-btns .call-btn a {
        font-size: 29px;
        margin-top: 5px;
    }

    .consult-sec-btns .call-btn a:before {
        width: 46px;
        height: 40px;
        top: 3px;
    }

    .consult-sec-cnt {
        padding-top: 280px;
        bottom: 120px;
    }

    .consult-sec-cnt:before {
        width: 58%;
        height: 310px;
    }

}

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

    .hm-consult-sec {
        margin-top: -80px;
    }

    .hm-consult-sec::before {
        background-image: linear-gradient(to bottom, #0b0d21 25%, transparent);
    }

    .consult-sec-cnt {
        bottom: 90px;
    }

    .consult-sec-cnt:before {
        width: 53%;
        height: 300px;
    }

    .hm-consult-sec .text-heading strong {
        font-size: 58px;
    }

    .consult-sec-cnt p {
        font-size: 25px;
    }

    .consult-sec-btns .call-btn {
        letter-spacing: 1px;
    }

}

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

    .consult-sec-cnt {
        bottom: 80px;
        padding-top: 230px;
    }

    .consult-sec-cnt:before {
        width: 47%;
        height: 250px;
    }

    .hm-consult-sec .text-heading strong {
        font-size: 50px;
        text-underline-offset: 5px;
    }

    .consult-sec-cnt p {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .consult-sec-btns {
        gap: 30px;
    }

    .consult-sec-btns .call-btn a {
        font-size: 27px;
    }

    .consult-sec-btns .call-btn a:before {
        width: 42px;
        height: 38px;
    }

    .consult-sec-btns .call-btn {
        padding-left: 52px;
    }

}

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

    .hm-consult-sec {
        margin-top: -40px;
    }

    .consult-sec-cnt:before {
        width: 53%;
    }


}

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

    .hm-consult-sec {
        background-image: url("../images/consult-sec-mbl-bg.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        margin: 0;
        padding: 50px 0;
        z-index: 1;
    }

    .hm-consult-sec:before {
        background-image: none;
        background-color: #0c0f27;
        height: 100%;
        opacity: 70%;
        z-index: -1;
    }

    .hm-consult-sec::after {
        display: none;
    }

    .consult-sec-cnt {
        position: static;
        padding-top: 0;
        max-width: 720px;
    }

    .consult-sec-cnt:before {
        display: none;
    }

    .hm-consult-sec .text-heading strong {
        font-size: 42px;
        text-underline-offset: 4px;
        display: block;
        text-shadow: 1px 1px #000;
    }

    .hm-consult-sec .text-heading br {
        display: none;
    }

    .consult-sec-cnt p {
        font-size: 20px;
    }

    .consult-sec-btns .call-btn {
        font-size: 14px;
    }

    .consult-sec-btns .call-btn a {
        font-size: 25px;
    }

    .consult-sec-btns .call-btn a:before {
        width: 40px;
        height: 35px;
    }

    .consult-sec-btns {
        gap: 25px;
    }

    .consult-sec-img {
        display: none;
    }

}

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

    .hm-consult-sec {
        padding: 40px 0;
    }

    .hm-consult-sec .text-heading strong {
        font-size: 33px;
    }

    .consult-sec-btns {
        gap: 20px;
        flex-direction: column-reverse;
    }

    .consult-sec-cnt p br {
        display: none;
    }

}

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

    .hm-consult-sec .text-heading strong {
        font-size: 30px;
    }

    .consult-sec-cnt p {
        font-size: 19px;
        letter-spacing: 0.3px;
    }

}



/* Scroll Section */

.hmscroll-sec {
    background-color: #161c46;
    padding: 38px 0;
    overflow: hidden;
}

.hmscroll-sec ul.locations-list:hover {
    animation-play-state: paused;
}

.hmscroll-sec ul.locations-list {
    display: flex;
    gap: 70px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    animation: scroll-left 30s linear infinite;
    width: max-content;
    white-space: nowrap;
}

.hmscroll-sec ul li {
    list-style: none;
    margin: 0px;
    display: inline-block;
}

.hmscroll-sec ul li a {
    font-size: 18px;
    font-family: 'Inter Tight';
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    padding-left: 75px;
    text-decoration: none;
    letter-spacing: 1.4px;
    position: relative;
}

.hmscroll-sec ul li a::before {
    position: absolute;
    content: "";
    background-image: url(../images/location-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 17px;
    height: 25px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}





/* Responsive */

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

    .hmscroll-sec {
        padding: 30px 0;
    }

}

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

    .hmscroll-sec {
        padding: 25px 0;
    }

    .hmscroll-sec ul li a {
        font-size: 17px;
        padding-left: 60px;
    }

}

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

    .hmscroll-sec ul li a {
        font-size: 16px;
        padding-left: 50px;
    }

    .hmscroll-sec ul li a::before {
        width: 15px;
    }

}

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

    .hmscroll-sec {
        padding: 20px 0;
    }

    .hmscroll-sec ul.locations-list {
        gap: 30px;
    }

    .hmscroll-sec ul li a {
        font-size: 15px;
        padding-left: 40px;
    }

    .hmscroll-sec ul li a::before {
        width: 13px;
        height: 20px;
    }

}

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

    .hmscroll-sec {
        padding: 15px 0;
    }

    .hmscroll-sec ul li a {
        font-size: 14px;
    }

}