/* Banner Section */

.banner-sec {
    padding: 160px 40px 0px 140px;
    text-align: center;
    position: relative;
    z-index: 0;
}
.banner-sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-image: url(../images/bnr-top-lyer-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

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

.banner-video-itm {
    margin: 0 0 0 auto;
    position: absolute;
    right: 0;
    top: 120px;
    z-index: -1;
    overflow: hidden;
    width: 70.3%;
}

.banner-video-itm img {
    width: 100%;
    display: block;
}
.bnr-video {
    height: 960px;
}

.banner-heading {
    font-size: 380px;
    font-family: 'Mona Sans Condensed';
    color: rgb(193, 1, 45);
    text-transform: uppercase;
    line-height: 0.8;
    text-align: left;
    text-shadow: 0px 0px 20px rgba(0, 30, 89, 0.3);
    font-weight: 900;
    letter-spacing: -7.6px;
}

.banner-blk {
    display: flex;
    /* justify-content: space-between;
    gap: 20px;*/
    gap: 30px;
    justify-content: start;
    align-items: center;
}
.banner-left {
    width: 80%;
}
.banner-right {
    width: 16%;
}
.banner-lit-blk {
    display: flex;
    align-items: center;
    margin: -198px 0 0 0;
    padding-left: 85px;
}

.years-ex-img {
    position: relative;
    margin: -20px 0 0;
    width: 20.9%;
}

.banner-atrny-img {
    margin: 0 0 0 -61px;
    width: 23.2%;
}

.bnr-houston-itm {
    text-align: left;
    padding: 0 0 0 54px;
    margin: -110px 0 0;
}

.bnr-houston-text {
    font-size: 120px;
    text-align: left;
    line-height: 0.85;
    font-weight: 700;
    letter-spacing: -2.4px;
    font-family: 'Mona Sans Condensed';
    text-transform: uppercase;
    color: #fff;
    padding: 0 0 0 30px;
    border-left: 10px solid #c1012d;
    margin: 0 0 45px;
}

/*.banner-right {
    padding: 155px 0 0;
}*/

.banner-right .banner-badg {
    margin: 0 0 40px;
    width: 100%;
}

.houston-img::before,
.banner-video-itm::before {
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: url(../images/Houston-before.webp);
    z-index: 5;
    clip-path: polygon(0% 0%, 70% 0%, 70% 15%, 75% 15%, 75% 30%, 80% 30%, 80% 45%, 85% 45%, 85% 60%, 90% 60%, 90% 75%, 95% 75%, 95% 90%, 100% 90%, 100% 101%, 0% 101%);
    transform: translateX(0);
    will-change: transform;
    animation: stairsSlide 15s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes stairsSlide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-120%);
    }
}
.banner-video-itm::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(0, 10, 27, 1) -5%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    pointer-events: none;
}


/* Banner Responsive Starts Here */


@media screen and (min-width:1921px) {
    .banner-sec .container { max-width: 1800px; }
}

@media screen and (max-width: 1900px) {
    .bnr-houston-text {font-size: 110px;}
    .bnr-houston-itm{margin: -80px 0 0;}
    .banner-heading { font-size: 365px;}
    .banner-left { width: 82%; }
}

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

    .bnr-houston-text {
        font-size: 90px;
        padding: 0 0 0 30px;
        margin: 0 0 45px;
    }
    .banner-heading {
        font-size: 300px;
    }
    .bnr-houston-itm {
        padding: 0 0 0 34px;
        margin: -110px 0 0;
    }
    .bnr-video {
        height: 800px;
    }
    .banner-video-itm {
        width: 72%;
    }
    .banner-lit-blk {
        margin: -150px 0 0 0;
        padding-left: 65px;
    }
    .text-heading {
        font-size: 80px;
    }
    .cmn-btn {
        font-size: 24px;
        padding: 20px 46px 20px;
    }
    .banner-left {
        width: 74%;
    }
}

@media screen and (max-width: 1680px) {
    .banner-sec {
        padding: 140px 30px 0px 110px;
    }
    .banner-heading {
        font-size: 270px;
    }
    .bnr-houston-text {
        font-size: 80px;
        padding: 0 0 0 20px;
        margin: 0 0 35px;
        letter-spacing: -2px;
    }
    .banner-lit-blk {
        margin: -140px 0 0 0;
        padding-left: 55px;
    }
    .bnr-houston-itm {
        padding: 0 0 0 30px;
        margin: -100px 0 0;
    }
    .bnr-video {
        height: 740px;
    }
    .text-heading {
        font-size: 75px;
    }
    .banner-sec::before {
        height: 100%;
    }
    .banner-left {
        width: 72%;
    }
    .banner-right {
    width: 15%;
}
.banner-atrny-img {
    margin: 0 0 0 -50px;
    width: 23.9%;
}
}

@media screen and (max-width: 1550px) {
    .banner-sec {
        padding: 130px 30px 0px 100px;
    }
    .years-ex-img {
        width: 16%; margin: 0;
    }
    .bnr-houston-text {
        font-size: 70px;
        padding: 0 0 0 15px;
        margin: 0 0 30px;
        letter-spacing: -1.8px;
        border-left: 7px solid #c1012d;
    }
    .bnr-houston-itm {
        padding: 0 0 0 30px;
        margin: -40px 0 0;
    }

    .banner-video-itm {
        width: 77%;
    }
    .bnr-video {
        height: 640px;
    }
    .banner-lit-blk {
        margin: -140px 0 0 0;
        padding-left: 85px;
    }
    .banner-heading {
        font-size: 250px;
    }
    .banner-blk{gap: 18px;}

    .text-heading {
        font-size: 72px;
    }
}

@media screen and (max-width: 1440px) {
    .banner-video-itm {
        width: 72.7%;
        top: 97px;
    }
    .banner-sec {
        padding: 120px 30px 0px 100px;
    }
    .banner-lit-blk {
        margin: -120px 0 0 0;
        padding-left: 75px;
    }
    .banner-heading {
        font-size: 230px;
    }
    .bnr-houston-text {
        font-size: 65px;
    }

    .text-heading {
        font-size: 65px;
    }
    .banner-left {
        width: 68%;
    }
    .banner-atrny-img {
        margin: 0 0 0 -34px;
        width: 25.2%;
    }
}

@media screen and (max-width: 1366px) {
    .container {max-width: 1100px; }
    .banner-heading {
        font-size: 220px;
    }
    .banner-right .banner-badg {
        margin: 0 0 30px;
        width: 100%;
    }
    .bnr-video {
        height: 600px;
    }
    .banner-left {
    width: 70%;
}
}

@media screen and (max-width: 1280px) {
    .container {max-width: 960px; }
    .banner-sec {
        padding: 110px 30px 0px 30px;
    }
    .banner-heading {
        font-size: 180px;
        letter-spacing: -1.6px;
    }
    .bnr-houston-itm {
        padding: 0 0 0 20px;
        margin: -180px 0 0;
    }
    .bnr-houston-text {
        font-size: 50px;
        margin: 0 0 20px;
    }
    .banner-atrny-img {
        margin: 0 0 0 -30px;
        width: 27.2%;
    }
    .banner-video-itm {
        width: 77%;
        top: 97px;
    }
    .banner-lit-blk {
        margin: -80px 0 0 0;
        padding-left: 35px;
    }
    .banner-blk {
        align-items: flex-start;
    }
    .banner-right {
        padding-top: 120px;
    }
    .cmn-btn {
        font-size: 20px;
        padding: 16px 28px 16px;
    }
}

@media screen and (max-width: 1024px) {
    .container, .banner-sec .container { max-width: 720px; margin: 0 auto; }
    .bnr-video {
        height: 300px;
    }
    .banner-video-itm {
        width: 100%;
        position: inherit;
        margin: 0 auto;
    }
    .bnr-video {
        height: 300px;
    }
    .banner-blk {
        align-items: center;
        flex-direction: column;
    }
.banner-left {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.banner-heading {
    font-size: 100px;
    letter-spacing: -0.6px;
    text-align: center;
    margin: 0 0 20px;
    order: 3;
}
.banner-lit-blk {
    margin: 0;
    padding-left: 0;
    align-items: center;
    position: relative;
    display: contents;
}
.years-ex-img {
    width: 100%;
    max-width: 100px;
    position: absolute;
    right: 0;
    bottom: 179px;
    margin: 0;
    order: 4;
}
.banner-atrny-img {
    margin: 0 0 20px;
    width: 100%;
    max-width: 300px;
    order: 2;
}
    .banner-atrny-img img {
        width: 100%;
        display: block;
        object-fit: cover;
        object-position: top center;
        height: 360px;
        border-bottom: 4px solid #c1012d;
    }
.bnr-houston-itm {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    display: contents;
}
    .bnr-houston-text br {
        display: none;
    }
.bnr-houston-text {
    font-size: 45px;
    margin: 0 0 20px;
    border: 0;
    padding: 0;
    text-align: center;
    color: #c1012d;
    line-height: 1;
    letter-spacing: -0.5px;
    order: 1;
}
.bnr-btn {
    order: 3;
}
    .banner-right {
        padding-top: 0;
        display: flex;
        width: 100%;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    .banner-right .banner-badg {
        width: 100%;
        max-width: 150px;
        margin: 0;
    }
    .banner-sec {
        padding: 110px 0 40px;
    }
    .banner-sec .widget {
        display: flex;
        flex-direction: column-reverse;
        gap: 50px;
    }
    .banner-sec, .hm-case-setlmnt-sec, .annual-sec, .hm-personal-injry-sec{
        overflow: hidden;
    }
    .banner-sec::before, .banner-video-itm::after {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    .container {max-width: 100%; padding: 0 10px;}
.banner-heading {
    font-size: 80px;
    letter-spacing: 0;
    margin: 0 0 20px;
}
    .bnr-houston-text {
        font-size: 40px;
    }
    .banner-lit-blk {
        margin: 0;
        padding-left: 0;
        flex-direction: column;
        align-items: center;
        position: relative;
        gap: 10px;
    }

    .banner-sec {
        padding: 160px 0px 40px;
    }
.years-ex-img {
    width: 100%;
    max-width: 70px;
    position: absolute;
    right: 50px;
    top: 140px;
    margin: 0;
    bottom: auto;
}
    .bnr-video {
        height: 220px;
    }
    .banner-sec .widget {
        gap: 30px;
    }
    .text-heading strong {
        display: inline;
    }
}

@media screen and (max-width: 480px) {
    .years-ex-img {
        right: 50px;
        max-width: 60px;
    }
    .banner-atrny-img img {
        height: 300px;
    }
.banner-atrny-img {
    max-width: 250px;
    margin: 0 0 15px;
}
.bnr-houston-text {
    font-size: 35px;
    margin: 0 0 10px;
}

    .banner-right .banner-badg:last-child {
        margin-top: -20px;
    }

    .banner-right{
        /* margin-bottom: -70px; */
        margin-bottom: 0;
    }
    .banner-heading {
    font-size: 70px;
    margin: 0 0 15px;
}
}
@media screen and (max-width: 360px) {
    .banner-atrny-img img {
        height: 300px;
    }
    .banner-right .banner-badg {
        max-width: 120px;
    }
.years-ex-img {
    right: 20px;
    top: 120px;
}
}

/* Home Case Settlement Section */
.hm-case-setlmnt-sec .container {
    max-width: 100%;
}

.hm-case-setlmnt-text-heading .text-heading {
    margin: 0 0 20px;
    color: #00205b;
}

.hm-case-setlmnt-text-count {
    position: relative;
    font-size: 0;
    display: block;
    text-align: center;
}

.hm-case-setlmnt-text-count::after {
    content: "$0";
    position: absolute;
    top: -80px;
    left: 0;
    /* font-size: 250px; */
    font-size: 210px;
    color: #c1012d;
    font-family: 'Mona Sans Condensed';
    font-weight: 800;
    /* animation: fakeCount 0.8s steps(10) forwards; */
    animation: fakeCount 3s steps(10) forwards;
    animation-play-state: paused;
    right: 0;
    margin: auto;
}

.hm-case-setlmnt-text-count.in-view::after {
    animation-play-state: running;
}

@keyframes fakeCount {
    0% { content: "$0"; }
    10% { content: "$120,000,000,000"; }
    20% { content: "$240,000,000,000"; }
    30% { content: "$360,000,000,000"; }
    40% { content: "$480,000,000,000"; }
    50% { content: "$600,000,000,000"; }
    60% { content: "$720,000,000,000"; }
    70% { content: "$840,000,000,000"; }
    80% { content: "$900,000,000,000"; }
    90% { content: "$980,000,000,000"; }
    100% { content: "$1,000,000,000,000"; }
}


.hm-case-setlmnt-sec .hm-case-setlmnt-tittle {
    font-family: 'Mona Sans';
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1px;
    color: #7887a4;
    text-align: center;
    margin: 0 0 50px;
    padding: 260px 0 0;
}

.hm-case-setlmnt-top-cont {
    max-width: 1600px;
    margin: auto;
}

.hm-case-setlmnt-blk {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
    overflow: hidden;
}

.hm-case-setlmnt-item {
    width: 24.4%;
    background-color: #d8dde8;
}

.hm-case-setlmnt-item:hover {
    background-color: #00205b;
}

.hm-case-setlmnt-item:hover .hm-case-setlmnt-item-tittle {
    color: #fff;
}

.hm-case-setlmnt-item:hover .hm-case-setlmnt-item-top-content {
    color: #c1012d;
    border-left: 1px solid #adb7cb63;
}

.hm-case-setlmnt-item:hover .hm-case-setlmnt-item-img {
    display: none;
}

.hm-case-setlmnt-item .hm-case-setlmnt-item-img.hover-img {
    display: none;
}

.hm-case-setlmnt-item:hover .hm-case-setlmnt-item-img.hover-img {
    display: block;
}

.hm-case-setlmnt-item:hover .hm-case-setlmnt-item-desc {
    color: #fff;
}

.hm-case-setlmnt-item .hm-case-setlmnt-item-tittle {
    font-family: 'Mona Sans';
    font-weight: 800;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0px;
    color: #001845;
    text-transform: uppercase;
    padding: 22px 45px;
}

.hm-case-setlmnt-item-blk {
    display: flex;
    border-top: 1px solid #adb7cb;
    border-bottom: 1px solid #adb7cb;
    align-items: center;
    padding: 0;
    position: relative;
}

.hm-case-setlmnt-item:hover .hm-case-setlmnt-item-blk {
    border-color: #334d7c;
}

.hm-case-setlmnt-item:hover .hm-case-setlmnt-item-blk::before {
    background-color: #334d7c;
}

.hm-case-setlmnt-item-img img {
    display: block;
    width: 100%;
}

.hm-case-setlmnt-item-blk .hm-case-setlmnt-item-top-content {
    font-family: 'Mona Sans Condensed';
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0px;
    color: #00205b;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 30px;
    border-left: 1px solid #adb7cb;
    width: 58%;
}

.hm-case-setlmnt-item .hm-case-setlmnt-item-desc {
    font-family: 'Mona Sans';
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #7887a4;
    padding: 20px 45px;
}

.hm-case-setlmnt-btn {
    text-align: center;
}

.hm-case-setlmnt-btn a.cmn-btn {
    background-color: #c1012d;
}
.hm-case-setlmnt-btn a.cmn-btn::before {
    background-color: #00205b;
}

.hm-case-setlmnt-item-img {
    width: 17.3%;
    margin: 0 auto;
}


/* Home Case Settelement Section Responsive Starts Here */

@media screen and (max-width: 1800px) {
   .hm-case-setlmnt-text-count::after {
    font-size: 180px;
    top: -65px;
}
    .hm-case-setlmnt-sec .hm-case-setlmnt-tittle {
        font-size: 45px;
        padding: 200px 0 0;
    }

    .hm-case-setlmnt-item .hm-case-setlmnt-item-tittle {
        font-size: 22px;
        padding: 18px 30px;
    }
    .hm-case-setlmnt-item-blk .hm-case-setlmnt-item-top-content {
        font-size: 50px;
        padding: 20px 25px;
    }
    .hm-case-setlmnt-item .hm-case-setlmnt-item-desc {
        font-size: 22px;
        padding: 16px 30px;
    }
}

@media screen and (max-width: 1680px) {
    .hm-case-setlmnt-text-count::after {
        font-size: 150px;
        top: -60px;
    }
    .hm-case-setlmnt-sec .hm-case-setlmnt-tittle {
        font-size: 40px;
        padding: 150px 0 0;
    }
    .hm-case-setlmnt-item .hm-case-setlmnt-item-tittle {
        font-size: 20px;
        padding: 18px 25px;
    }
    .hm-case-setlmnt-item-blk .hm-case-setlmnt-item-top-content {
        font-size: 46px;
        padding: 20px 20px;
        width: 65%;
    }
    .hm-case-setlmnt-item .hm-case-setlmnt-item-desc {
        font-size: 20px;
        padding: 16px 20px;
    }
}

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

}

@media screen and (max-width: 1440px) {
    .hm-case-setlmnt-sec .hm-case-setlmnt-tittle {
        font-size: 30px;
        padding: 130px 0 0;
        margin: 0 0 40px;
    }
    .hm-case-setlmnt-text-count::after {
        font-size: 130px;
        top: -60px;
    }
    .hm-case-setlmnt-item .hm-case-setlmnt-item-tittle {
        font-size: 18px;
        padding: 18px 20px;
    }
    .hm-case-setlmnt-item-blk .hm-case-setlmnt-item-top-content {
        font-size: 40px;
        padding: 20px 20px;
        width: 65%;
    }
    .hm-case-setlmnt-item .hm-case-setlmnt-item-desc {
        font-size: 19px;
        padding: 14px 20px;
    }
}

@media screen and (max-width: 1366px) {
.hm-case-setlmnt-text-count::after {
    font-size: 110px;
            top: -50px;
}
    .hm-case-setlmnt-sec .hm-case-setlmnt-tittle {
        font-size: 26px;
        padding: 110px 0 0;
        margin: 0 0 40px;
    }
    .text-heading {
        font-size: 50px;
        margin: 0 0 20px;
    }
    .hm-case-setlmnt-item .hm-case-setlmnt-item-tittle {
        font-size: 16px;
        padding: 16px 15px;
    }
    .hm-case-setlmnt-item-blk .hm-case-setlmnt-item-top-content {
        font-size: 33px;
        padding: 20px 15px;
        width: 65%;
    }
    .hm-case-setlmnt-item .hm-case-setlmnt-item-desc {
        font-size: 17px;
        padding: 14px 15px;
    }
}

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


}

@media screen and (max-width: 1024px) {
    .hm-case-setlmnt-blk {
        display: block;
        margin: 0 0 30px;
    }
    .hm-case-setlmnt-item {
        width: 100%;
        background-color: #d8dde8;
        max-width: 300px;
        text-align: center;
        border: 1px solid #adb7cb;
        margin: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .hm-case-setlmnt-item-blk {
        align-items: center;
        padding: 10px;
        position: relative;
        flex-direction: column;
        gap: 10px;
    }
    .hm-case-setlmnt-item-img {
        width: 100%;
        margin: 0 auto;
        max-width: 50px;
    }
    .hm-case-setlmnt-item-blk .hm-case-setlmnt-item-top-content {
        font-size: 33px;
        padding: 0;
        width: 100%;
        text-align: center;
        border: 0;
    }
    .text-heading {
        font-size: 40px;
        margin: 0 0 20px;
        letter-spacing: -0.5px;
    }
    .hm-case-setlmnt-sec .hm-case-setlmnt-tittle {
        font-size: 22px;
        padding: 70px 0 0;
        margin: 0 0 20px;
        letter-spacing: -0.5px;
    }
    .hm-case-setlmnt-text-count::after {
        font-size: 80px;
    }
    .hm-case-setlmnt-item .hm-case-setlmnt-item-desc {
        font-size: 16px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        min-height: 60px;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .hm-case-setlmnt-text-count::after {
        font-size: 65px;
    }
    .hm-case-setlmnt-sec .hm-case-setlmnt-tittle {
        font-size: 20px;
        padding: 70px 0 0;
        margin: 0 0 20px;
        letter-spacing: 0;
    }
    .hm-case-setlmnt-blk {
        margin: 0 0 20px;
    }
    .hm-case-setlmnt-text-heading .text-heading strong {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .hm-case-setlmnt-sec .hm-case-setlmnt-tittle {
        font-size: 18px;
        padding: 40px 0 0;
        margin: 0 0 20px;
        letter-spacing: 0;
    }
    .hm-case-setlmnt-text-count::after {
        font-size: 45px;
    }
}

/* Home Case Value Section */
.hm-case-value-sec {
    padding: 100px 0 0;
    text-align: center;
}


/* Home Media Mentions Section */
.hm-media-mentions-sec {
    padding: 150px 0 145px;
    overflow: hidden;
}

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

.hm-media-mentions-text-heading {
    max-width: 1280px;
    margin: 0 auto 20px;
}

.hm-media-mentions-text-heading .text-heading {
    text-align: left;
}

.hm-media-mentions-item-img img {
    width: 100%;
    height: auto;
    display: block;
}

.hm-media-mentions-item {
    /* padding: 85px 68px; */
    margin: 0 auto 0;
    border: 1px solid #9eadc9;
    background-color: #f0f3fa;
}

.hm-media-mentions .slick-dots li button:before {
    color: #00205c;
    font-size: 15px;
}

.hm-media-mentions .slick-dots li.slick-active button:before {
    color: #00205c;
    font-size: 15px;
}

.hm-media-mentions .slick-dots {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.hm-media-mentions button.slick-arrow {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f0f3fa;
    border: 2px solid #c0c9da;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    right: 10%;
    position: absolute;
    left: auto;
    top: -90px;
    font-size: 0;
    bottom: auto;
    background-image: url(../images/left-arrow.webp);
}

.hm-media-mentions button.slick-next {
    background-image: url(../images/right-arrow.webp);
}

.hm-media-mentions button.slick-prev.slick-arrow {
    right: 14%;
}

button.slick-arrow:hover {
    background-color: #c1012d;
    background-image: url(../images/hover-left-arrow.webp);
    border-color: #c1012d;
}

.hm-media-mentions button.slick-next:hover {
    background-image: url(../images/hover-right-arrow.webp);
}

.hm-media-mentions li button {
    font-size: 0;
    width: 15px;
    height: 15px;
    background-color: #c0c9da;
    border: 0;
    border-radius: 50%;
}

.hm-media-mentions li.slick-active button {
    background-color: #00205c;
}

.hm-media-mentions-blk .slick-track {
    height: 350px;
}

/* Home Media Mentions Sections Responsive Starts Here */
@media screen and (max-width: 1900px) {
    .hm-media-mentions-blk .slick-track {
    height: 330px;
}
}
@media screen and (max-width: 1800px) {
    .hm-media-mentions-sec{padding: 100px 0;}
    .hm-media-mentions-item-img {
        width: 70%;
        margin: 0 auto;
    }
.hm-media-mentions-blk .slick-track {
    height: 240px;
}

}

@media screen and (max-width: 1680px) {
    .hm-media-mentions-sec{padding: 90px 0;}
    .hm-media-mentions-blk .slick-track {
    height: 220px;
}
}

@media screen and (max-width: 1550px) {
    .hm-media-mentions-sec{padding: 80px 0;}

.hm-media-mentions-blk .slick-track {
    height: 200px;
}
}

@media screen and (max-width: 1440px) {
    .hm-media-mentions-sec{padding: 70px 0;}
    .hm-media-mentions-text-heading { max-width: 1200px; margin: 0 auto 20px; }
    .hm-media-mentions-item { margin: 0 -20px; }
    .hm-media-mentions-blk .slick-track {
    height: 180px;
}
}

@media screen and (max-width: 1366px) {
    .hm-media-mentions-sec{padding: 60px 0;}
    .hm-media-mentions-text-heading {
        max-width: 1100px;
        margin: 0 auto 20px;
    }
    .hm-media-mentions button.slick-prev.slick-arrow {
        right: 16%;
    }
    .hm-media-mentions-blk .slick-track {
    height: 170px;
}
.hm-media-mentions .slick-dots {
    gap: 10px;
}
.hm-media-mentions li button {
    width: 12px;
    height: 12px;
}
}

@media screen and (max-width: 1280px) {
    .hm-media-mentions-sec{padding: 50px 0;}
    .hm-media-mentions-text-heading {
        max-width: 960px;
        margin: 0 auto 20px;
    }
    .hm-media-mentions-item {
        /* padding: 45px 60px; */
        width: 100% !important;
        margin: 0 -70px;
    }
}

@media screen and (max-width: 1024px) {
    .hm-media-mentions-sec{padding: 40px 0;}
    .hm-media-mentions-text-heading {
        max-width: 720px;
        margin: 0 auto 20px;
    }
    .hm-awards-sec {
        padding: 40px 0 0;
    }
    .hm-media-mentions button.slick-prev.slick-arrow {
        right: 12%;
    }
    .hm-media-mentions button.slick-arrow {
        width: 40px;
        height: 40px;
        top: -60px;
        right: 5%;
    }
    .hm-media-mentions li button {
        width: 10px;
        height: 10px;
    }
    .hm-media-mentions .slick-dots {
        gap: 6px;
    }

}

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

}

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

}

/* Home Award Section */
.hm-awards-sec {
    padding: 130px 0 0;
    padding-bottom: 25px !important;
    background-color: #001843;
    overflow: hidden;
}

.hm-awards-sec .container {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

/* .award-btm-blk .slick-track {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
}

.award-top-blk,
.award-btm-blk {
    display: block;
}

.award-top-blk {
    margin: 0 0 10px;
}

.award-img {
    margin: 0 10px;
    padding: 23px 55px;
    background-color: #ffffff;
    width: 96% !important;
}

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

.award-btm-blk .award-img {
    padding: 67px 39px;
    display: block !important;
}

.hm-awards-sec .text-heading {
    color: #ffffff;
    margin: 0 auto 50px;
    max-width: 1200px;
} */

.awards-top-lst,
.awards-btm-lst {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    animation: scroll-left 10s linear infinite;
    animation-play-state: running;
}
.awards-top-lst {
    margin: 0 0 10px;
}
.awards-btm-lst {
    animation: scroll-right 10s linear infinite;
}

.awards-top-lst-container {
    display: flex;
    width: 200%;
    overflow: hidden;
}

.awards-top-itm-img img,
.awards-btm-itm-img img {
    width: 100%;
    display: block;
}

.awards-top-lst-itm {
    width: auto;
    /* padding: 32px 30px; */
    position: relative;
    border: 0;
    border-right: none;
    background-color: #fff;
}


.awards-top-lst-itm:last-child {
    border-right: 1px solid #cccccc;
}

.awards-btm-lst-container {
    display: flex;
    width: 250%;
}
.hm-awards-sec .text-heading {
    color: #d8dde8;
}

.awards-btm-lst-itm {
    width: auto;
    /* padding: 45px 40px; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 0;
    border-right: none;
    border-top: none;
    background-color: #fff;
}


@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.marquee {
    overflow: hidden;
    width: 50%;
}

.marquee-track {
    display: flex;
    width: 60%;
    animation: scroll-left 1s0s linear infinite;
    gap: 10px;
}

.item {
    flex: 0 0 auto;
}

/* Home Awards Section Responsive Starts Here */
@media screen and (max-width: 1800px) {
    .hm-awards-sec {
        padding: 100px 0 0;
    }
}
@media screen and (max-width: 1680px) {
    .hm-awards-sec {
        padding: 90px 0 0;
    }
    .award-img {
        padding: 10px 65px;
    }
    .award-img img {
        transform: scale(0.7);
    }
}

@media screen and (max-width: 1550px) {
    .hm-awards-sec {
        padding: 80px 0 0;
    }
}

@media screen and (max-width: 1440px) {
    .hm-awards-sec {
        padding: 70px 0 0;
    }
}

@media screen and (max-width: 1366px) {
    .hm-awards-sec {
        padding: 60px 0 0;
    }
}

@media screen and (max-width: 1280px) {
    .hm-awards-sec {
        padding: 50px 0 0;
    }
}

@media screen and (max-width: 1024px) {
    .marquee-track {
        gap: 6px;
    }
    .awards-top-lst {
        margin: 0 0 6px;
    }
    .awards-top-lst-itm, .awards-btm-lst-itm {
        width: 100%;
        max-width: 140px;
    }
}

@media screen and (max-width: 768px) {
    .hm-awards-sec .container {
        padding: 0;
    }
    .awards-top-lst-itm, .awards-btm-lst-itm {
    width: 100%;
    max-width: 120px;
}

}

/* Home Trust Section */
/* .container{ width: 100%; max-width: 1500px; margin: auto; }  */
.hm-trust-sec {
    padding: 390px 0 0;
    background-image: url('../images/trust-bg-img.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.houston-heading.text-heading {
    color: #d8dde8;
    margin: 0 0 72px;
    text-align: left;
    padding: 0 0 0 110px;
}

.houston-heading.text-heading strong {
    color: #d8dde8;
    padding: 0 0 0 161px;
    display: block;
}

.you-can-heading.text-heading {
    color: #c1012d;
    font-size: 250px;
    letter-spacing: -5px;
    text-align: left;
    line-height: 0.8;
    margin: 0;
}

/* Home Trust Section Responsive Starts Here */
@media screen and (max-width: 1800px) {
    /* .houston-sec .container{max-width: 1500px; } */
}

@media screen and (max-width: 1680px) {
    .houston-heading.text-heading {
        margin: 0 0 60px;
        padding: 0 0 0 110px;
    }
    .houston-heading.text-heading strong {
        color: #d8dde8;
        padding: 0 0 0 130px;
        display: block;
    }
    .you-can-heading.text-heading {
        font-size: 240px;
    }
}

@media screen and (max-width: 1550px) {
    .you-can-heading.text-heading {
    font-size: 205px;
}
}

@media screen and (max-width: 1440px) {
    .you-can-heading.text-heading {
    font-size: 191px;
}
}

@media screen and (max-width: 1366px) {
    .you-can-heading.text-heading {
    font-size: 177px;
}
}

@media screen and (max-width: 1280px) {
    .houston-heading.text-heading {
    margin: 0 0 20px;
    padding: 0 0 0 80px;
    letter-spacing: 0;
    font-size: 50px;
}
.houston-heading.text-heading strong {
    padding: 0 0 0 80px;
}
.you-can-heading.text-heading {
    font-size: 156px;
}
}
@media screen and (max-width: 1024px) {
    .hm-trust-sec {
        padding: 180px 0 0;
    }
    .trust-cont {
        text-align: center;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .houston-heading.text-heading {
        margin: 0 0 20px;
        padding: 0;
        letter-spacing: 0;
        font-size: 50px;
        text-align: center;
    }
    .houston-heading.text-heading br {
        display: none;
    }
    .houston-heading.text-heading strong {
        padding: 0;
    }
    .you-can-heading.text-heading {
        font-size: 96px;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .hm-trust-sec {
    padding: 140px 0 0;
}
.you-can-heading.text-heading {
    font-size: 85px;
    text-align: center;
    letter-spacing: -2.3px;
}
}

@media screen and (max-width: 480px) {
    .houston-heading.text-heading {
    font-size: 28px;
}
.you-can-heading.text-heading {
    font-size: 60px;
    text-align: center;
    letter-spacing: -1px;
}
}
/* Home legal Section */
.hm-legal-exp-sec .container {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.hm-legal-exp-sec {
    /* padding: 145px 0 180px; */
    padding: 145px 0 100px;
    padding-top: 0 !important;
}

.hm-legal-exp-sec .text-heading {
    margin: 0 auto 55px;
    max-width: 1200px;
}

.thirty-yrs-heading.text-heading {
    color: #c6d1e6;
    font-size: 250px;
    font-weight: 800;
    letter-spacing: 0;
    margin: auto !important;
    line-height: 0.7;
}

video.legal-video {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}

.legal-thirty-yrs-blk {
    text-align: center;
}

.legal-img-cont {
    position: relative;
}

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

.legal-thirty-yrs-blk {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.legal-heading.text-heading {
    color: #ffffff;
    font-size: 120px;
    letter-spacing: -2.4px;
    background-color: #c1012d;
    margin: 0;
    padding: 20px 59px 17px 62px;
    display: inline-block;
}

.legal-btm-blk {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    position: relative;
    padding: 50px 0 0;
}

.legal-btm-blk::before {
    position: absolute;
    content: '';
    background-color: #00205c;
    width: 2px;
    height: 89%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.legal-btm-blk::after {
    position: absolute;
    content: '';
    background-image: url('../images/legal-itm-bfr-img.webp');
    background-repeat: no-repeat;
    width: 72px;
    height: 95px;
    top: 133px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    background-size: contain;
}

.legal-itm {
    width: 44%;
}

.legal-itm p {
    color: #000000;
    font-size: 22px;
    font-family: 'Mona Sans';
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    margin: 0;
}

.legal-itm p a {
    /* display: inline-block; */
    color: #c1012d;
}
 
.legal-itm p a:hover {
    color: #000;
}

.legal-btm-blk .rgt p, .footer-top-sec .legal-itm p {
    margin: 0 0 50px;
}

/* ----------------- */

.houston-sec {
    width: 100%;
    /* padding: 0 0 50px; */
    padding: 80px 0 50px;
}

.houston-sec .container {
    width: 100%;
    max-width: 1600px;
    margin: 0 0 0 auto;
}

.houston-left {
    width: 39.6%;
}

.houston-left .text-heading {
    text-align: left;
    margin: 0 0 32px;
}

.houston-left .text-heading strong {
    font-weight: 700;
    line-height: 1;
    color: #c1012d;
}

.houston-left p {
    font-size: 45px;
    color: #7887a4;
    font-family: 'Mona Sans';
    line-height: 1.2;
    letter-spacing: -0.9px;
    margin: 0;
}

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

.houston-right {
    overflow: hidden;
    width: 56.9%;
}

.houston-img {
    position: relative;
}

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

/* --------------- */

.count-stats {
    display: flex;
    gap: 60px;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 245px;
}

.count-box {
    text-align: center;
    padding: 0;
    cursor: pointer;
    width: 100%;
    max-width: 265px;
    position: relative;
}

/* NUMBER */
.number {
    font-size: 80px;
    color: #7a869a;
    font-family: 'Mona Sans Condensed';
    font-weight: 700;
}

/* LABEL */
.label {
    margin-top: 10px;
    color: #7a869a;
    font-size: 28px;
    font-family: 'Mona Sans';
    letter-spacing: -0.56px;
    line-height: 1;
    margin: 0 -17px;
}

/* RED BOX */
.count-box::before {
    content: "";
    width: 95%;
    height: 2px;
    background-color: #c1012d;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 2;
}

.count-box::after {
    content: "";
    margin-top: 10px;
    background: #d1002c;
    opacity: 0;
    transition: 0.4s;
    display: inline-block;
}

/* ACTIVE */
.count-box:hover::after {
    opacity: 1;
    transform: translateY(10);
    height: 80px;
    width: 100%;
}

.count-box:hover .number,
.count-box:hover .label {
    color: #d1002c;
}

.count-box:hover::before {

    background-image: url(../images/arows.webp);

    width: 18px;

    height: 62px;

    background-color: transparent;

    bottom: 12px;
}


/* client-stories */

/* 
.hm-client-stories-sec .container { max-width: 1710px; margin: 0 0 0 auto; }
.hm-client-stories-sec {padding: 120px 0 120px;}
.client-stories-blk {display: flex; justify-content: flex-start; align-items: center; gap: 40px;  position: relative; width: 100%; height: 500px; overflow: hidden; }
.client-stories-lst {position: absolute; top: 50%; left: 50%; width: 400px; padding: 20px; background: #ccc; transform: translate(-50%, -50%); transition: all 0.5s ease;} 
.stories-pin {position: sticky; top: 100px; display: flex; align-items: center; justify-content: center; height: 650px; min-height: 560px; max-height: 650px; overflow: hidden; padding-top: 0;} 
.client-stories-track { position: relative; width: 100%; max-width: 100%; height: 100%; margin-left: auto; overflow: hidden; } 
.client-stories-lst { position: absolute; top: 0; left: 0; width: 420px; height: 100%; overflow: hidden; border: 1px solid #1a4ea1; background: #d7deeb; transition: transform 0.55s cubic-bezier(0.2, 0.75, 0.15, 1), border-color 0.35s ease; will-change: transform; } 
.client-stories-track{display: flex; gap: 20px;}

*/

.hm-client-stories-sec {
    /* position: relative;
    height: 420vh !important;
    min-height: 420vh !important;
    margin: 0 !important;
    overflow: visible; */
    padding: 120px 0 0px;
}

.hm-client-stories-sec .container {
    width: 100%;
    max-width: 1700px;
    margin: 0 0 0 auto;
}


.client-stories-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    position: relative;
    width: 100%;
    /*justify-content: flex-start;
    height: 565px; */
    overflow: hidden;
    margin-top: 10px;
}
.client-stories-btn.mbl {
    display: none;
}

.client-stories-lft {
    /* width: 25.5%;
    flex: 0 0 25.5%; */
    width: 31.4%;
    min-width: 250px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.client-stories-rgt {
    width: 64%;
    min-width: 0;
    height: 100%;
    /* flex: 0 0 75.3%;
    width: 74.5%;
    display: flex; 
    align-items: center; */
}

.client-stories-lft .text-heading {
    text-align: left;
    margin: 0 0 25px;
}

.hm-client-stories-sec .text-heading strong {
    display: inline;
}

.real-client {
  color: #7887a4;
  font-size: 45px;
  font-family: "Mona Sans", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.2;
  letter-spacing: -0.9px;
  margin: 0 0 40px;
}


.client-stories-lst {
    /* width: 23%; */
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto;
    border: 2px solid #1a4ea1;
}



.client-stories-lst.swiper-slide-active {
  border-color: #d50d3f;
}

.client-img,
.client-img img {
  width: 100%;
  height: 100%;
}

.client-img img {
  display: block;
  object-fit: cover;
  object-position: center;
}

.story-meta {
  position: absolute;
  left: 35px;
  bottom: 35px;
  color: #fff;
  z-index: 2;
}

.story-meta h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.48px;
    font-family: "Mona Sans Condensed";
    color: #fff;
    line-height: 1.2;
    margin: 0;
}

.client-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.client-stories-lst::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient( 0deg, rgb(0,11,32) 0%, rgba(0,11,32,0) 100%);
}

.client-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-wrapper{margin-bottom: 20px;}
.swiper-scrollbar {
    background: #00205b;
    height: 8px !important;
    margin-top: 20px;
    display: block;
}

.swiper-scrollbar-drag {
    background: #c1012d;
}

/* Buttons */
/* .swiper-button-prev,
.swiper-button-next {
    color: #c1012d;
} */

.swiper-button-prev, .swiper-button-next {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f0f3fa;
    border: 2px solid #c0c9da;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: 0;
    margin: auto;
    bottom: 0;
    background-image: url(../images/left-arrow.webp);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #c1012d;
    background-image: url(../images/hover-left-arrow.webp);
    border-color: #c1012d;
}

.swiper-button-next {
    background-image: url(../images/right-arrow.webp);
}
.swiper-button-next:hover {
    background-image: url(../images/hover-right-arrow.webp);
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    font-size: 0;
}

@media screen and (max-width: 1800px) {
    .hm-client-stories-sec .container {max-width: 1500px;}
    .real-client {font-size: 40px;}
    /* .client-stories-lst {
        width: 350px;
    } */
	.houston-left .text-heading{
		font-size:92px;
	}
}

@media screen and (max-width: 1680px) {
    .hm-client-stories-sec .container {max-width: 1400px;}
    .client-stories-lft .text-heading { text-align: left; margin: 0 0 20px; }
    .real-client {font-size: 36px;margin: 0 0 30px;}
	.houston-left .text-heading{
		font-size: 86px;
	}
    
}
@media screen and (max-width: 1550px) {
    .hm-client-stories-sec .container {max-width: 1350px;}
    .real-client { font-size: 31px; margin: 0px 0 30px; }
    /* .client-stories-blk { height: 500px; } .client-stories-lst { width: 330px; } .stories-pin { height: 500px; min-height: 500px; max-height: 500px; } */
    .story-meta h3{font-size: 22px;}
    .story-meta{left: 30px; bottom: 30px;}
    .swiper-button-prev, .swiper-button-next{transform: scale(0.9);}
    .client-stories-lft { width: 29.4%;}
    .swiper-button-prev{transform-origin: left;}
    .swiper-button-next{transform-origin: right;}
	
	.houston-left .text-heading{
		font-size: 80px;
	}
}
@media screen and (max-width: 1440px) {
    .hm-client-stories-sec .container {max-width: 1250px;}
    .real-client { font-size: 30px; margin: 0px 0 25px; }
    /* .client-stories-blk, .stories-pin { height: 480px; } 
    .stories-pin { min-height: 480px; max-height: 480px; }
    .client-stories-lst { width: 320px; margin: 0 -70px; }
    .client-stories-lst.is-active { width: 280px; margin: 0; }
    .client-stories-blk, .stories-pin { height: 450px; }
    .client-stories-rgt { margin-left: -10px; } */
    .client-stories-blk{justify-content: end; gap: 35px;}
    .story-meta h3{font-size: 20px;}
    .story-meta{left: 26px; bottom: 26px;}
}
@media screen and (max-width: 1366px) {
    .hm-client-stories-sec .container {max-width: 1200px;}
    .real-client { font-size: 27px; margin: 0px 0 20px; }
    .swiper-button-prev, .swiper-button-next { transform: scale(0.8); }
    .client-stories-lft { width: 25.7%; }
    .story-meta h3{font-size: 18px;}
    .story-meta{left: 23px; bottom: 23px;}

    /* .client-stories-blk, .stories-pin { height: 400px; }
    .stories-pin { min-height: 400px; max-height: 400px; }
    .client-stories-lst.is-active { width: 280px; margin: 0; }
    .client-stories-lst { width: 320px; margin: 0 0 0 -120px; } */

}
@media screen and (max-width: 1280px) {
.hm-client-stories-sec .container {max-width: 960px;}
.client-stories-rgt {
    margin-left: 0;
}
.real-client {
    font-size: 25px;
    margin: 0px 0 20px;
}
.client-stories-btn.mbl {
    display: none;
}

.story-meta h3{font-size: 16px; font-weight: 700;}
.story-meta{left: 20px; bottom: 20px;}
.client-stories-lft { width: 27.8%; }

/* .client-stories-lst.is-active {
    width: 280px;
    margin: 0;
} */
/*.client-stories-blk, .stories-pin {
    height: 400px;
    margin: 10px 0 0;
}
.stories-pin {
    min-height: 480px;
    max-height: 400px;
}*/




}
/* @media (max-width: 1200px) {
  .client-stories-track {
    width: 820px;
  }

  .client-stories-lst {
    width: 360px;
  }
} */
@media screen and (max-width: 1024px) {
.hm-client-stories-sec .container {
    max-width: 720px;
    margin: 0 auto;
}
.client-stories-blk {
    text-align: center;
    gap: 20px;
    flex-direction: column;
}
.client-stories-lft .text-heading {
    text-align: center;
    margin: 0 0 10px;
}
.client-stories-btn.mbl {
    display: block;
    text-align: center;
    margin-top: 30px;
}
.client-stories-btn {
    display: none;
}
.hm-client-stories-sec {
    padding-bottom: 0px;
}


.real-client{    font-size: 22px; margin: 0;}
.client-stories-lft { width: 100%; }
.client-stories-rgt { margin: 0 auto; width: 80%; }

}

@media (max-width: 768px) {
    .client-stories-rgt { margin: 0 auto; width: 100%; max-width: 500px;}
}

@media (max-width: 480px) {
    .client-stories-rgt { max-width: 260px;}
}

/* @media (max-width: 820px) {
  .hm-client-stories-sec {
    height: auto !important;
    min-height: auto !important;
  }

.stories-pin {
    height: auto;
    min-height: auto;
    max-height: none;
}

  .client-stories-blk {
    flex-direction: column;
    height: auto;
  }

  .client-stories-lft,
  .client-stories-rgt {
    width: 100%;
    flex: 0 0 auto;
    height: auto;
  }

  .client-stories-track {
    width: 100%;
    height: 360px;
  }

  .client-stories-lst {
    width: 280px;
    height: 100%;
  }
} */



/* -------------- */
/* testimonials */
.testimonials-sec {
    padding: 0 !important;
}

.testimonials-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 75px;
}

.testimonials-lft {
    width: 41%;
    position: relative;
}

.reviews-blk::before {
    content: "";
    position: absolute;
    background-image: url("../images/reviews-blk-bfr-img.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 34.9%;
    height: 100%;
    top: -3px;
    left: 50px;
    pointer-events: none;
}

.testimonials-lft .text-heading {
    font-size: 80px;
    text-align: left;
    margin: 0 0 75px;
}

.google-image {
    margin: 0 auto 10px;
    max-width: 59px;
    width: 100%;
}

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

.reviews-blk {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    position: relative;
    padding: 35px 0 40px 91px;
}

.reviews-lft {
    text-align: center;
}

.rating-text {
    font-family: "Mona Sans Condensed";
    color: #c1012d;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.6px;
    font-size: 80px;
}

.rating-image {
    margin: 0 0 15px;
    width: 100%;
    max-width: 101px;
    margin: 0 auto 15px;
}

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

.reviews-txt {
    font-family: "Mona Sans";
    color: #00205c;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    text-align: center;
    font-size: 28px;
}

.reviews-rht {
    font-family: "Mona Sans";
    color: #7887a4;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.9px;
    text-transform: capitalize;
    font-size: 45px;
}

.testimonials-rht {
    /* width: 48.4%; */
    width: 51%;
    margin: 0 -68px 0 0;
    position: relative;
}

.testi-item {
    background-color: #d8dde8;
    box-shadow: 0px 0px 20px 0px rgba(0, 24, 67, 0.1);
    position: relative;
    padding: 52px 28px 52px 63px;
    margin: 0;
    width: 100%;
    max-width: 620px;
    height: auto;
}

.testi-item::before {
    background-image: url("../images/tstmnls-blk-after-img.webp");
    background-repeat: no-repeat;
    width: 74px;
    height: 74px;
    content: "";
    position: absolute;
    top: 49px;
    right: 44px;
}

.star-rating {
    margin: 0 0 10px;
    background-image: url(../images/tstmnls-blk-stars-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 185px;
    height: 34px;
}

.author {
    font-family: "Mona Sans Condensed";
    color: #00205c;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 11px;
    text-align: left;
    line-height: 1;
}

.testimonials-rht p {
    font-family: "Mona Sans";
    color: #000000;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0px;
    font-size: 20px;
}

.testimonilas-btn a.cmn-btn {
    padding: 26px 50px;

}

.testimonials-rht button.slick-next.slick-arrow,
.testimonials-rht button.slick-prev.slick-arrow {
    background-image: url('../images/left-arrow-img.webp');
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #c0c9da;
}

.testimonials-rht .slick-prev:before,
.testimonials-rht .slick-next:before {
    display: none;
}

.testimonials-rht button.slick-next.slick-arrow {
    position: absolute;
    bottom: -75px;
    right: 79px;
    top: auto;
    left: auto;
    background-image: url('../images/right-arrow-img.webp');
    font-size: 0;
    cursor: pointer;
}


.testimonials-rht button.slick-prev.slick-arrow {
    font-size: 0;
    position: absolute;
    bottom: -75px;
    right: 165px;
    left: auto;
    z-index: 2;
    top: auto;
    cursor: pointer;
}

.testimonials-rht button.slick-next.slick-arrow:hover,
.testimonials-rht button.slick-prev.slick-arrow:hover {
    background-color: #c1012d;
    border: 2px solid transparent;
}

.testimonials-rht button.slick-prev.slick-arrow:hover {
    background-image: url('../images/left-arrow-hvr-img.webp');
}

.testimonials-rht button.slick-next.slick-arrow:hover {
    background-image: url('../images/right-arrow-hvr-img.webp');
}


/* Home Personal injury Section */
.hm-personal-injry-sec {
    padding: 50px 0 150px 0;
    padding-top: 0 !important;
}

.hm-personal-injry-sec .container {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.personal-injry-itm::after {
    content: counter(item, decimal-leading-zero);
    position: absolute;
    font-size: 120px;
    color: #c3c8d5;
    line-height: 0.8;
    top: 30px;
    right: 30px;
    font-weight: 800;
    letter-spacing: -2.4px;
    font-family: 'Mona Sans Condensed';
}

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

.personal-injry-blk.owl-carousel .owl-stage {
    display: flex;
    width: 100%;
}

.personal-injry-itm {
    position: relative;
    width: 18%;
    padding: 35px 40px 40px 45px;
    box-shadow: 0px 0px 20px 0px rgba(0, 24, 67, 0.1);
    background-color: #d8dde8;
    counter-increment: item;
}

.personal-injry-itm:hover {
    transform: matrix(1, 0, 0, 1, 0, -45);
    transition: 0.5s;
}

.personal-injry-itm-cont {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.personal-injry-itm-hdg {
    font-size: 50px;
    font-family: 'Mona Sans Condensed';
    font-weight: 700;
    line-height: 1;
    color: #00205b;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 0 0 20px;
}
.personal-injry-itm ul {
    padding: 14px 0 0 15px;
}
.personal-injry-itm ul li {
    padding: 0 0 0 20px;
    position: relative;
}
.personal-injry-itm ul li::before {
    position: absolute;
    content: "";
    background-color: #c1012d;
    width: 9px;
    height: 9px;
    left: 0;
    top: 10px;
    border-radius: 50%;
}

.personal-injry-itm-txt, .personal-injry-itm ul li  {
    font-size: 20px;
    font-family: 'Mona Sans';
    font-weight: 400;
    line-height: 1.3;
    color: #5f6d8a;
    letter-spacing: -0.52px;
    margin: 0;
}

.personal-injry-itm-txt a{
    display: inline-block;
    color: #c1012d;
}

.personal-injry-itm-txt a:hover {
    color: #5f6d8a;
}

.text-heading {
    font-size: 100px;
    font-weight: 700;
    font-family: 'Mona Sans Condensed';
    line-height: 0.9;
    color: #00205b;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin: 0 0 30px;
}

.text-heading strong {
    font-weight: 700;
    color: #c1012d;
    display: block;
}

.personal-injury-top-cont {
    /* max-width: 1200px; */
    max-width: 1320px;
    margin: auto;
}

.hm-personal-injry-sec p {
    font-size: 35px;
    font-family: 'Mona Sans';
    font-weight: 400;
    line-height: 1.2;
    color: #7887a4;
    text-align: center;
    letter-spacing: -0.7px;
    margin: 0 0 70px;
}

.personal-injry-itm-img img {
    width: 100%;
    display: block;
}

.personal-injry-itm-img {
    width: 38.9%;
    margin: 0 auto 30px 0;
}

/* Home Frequently Section */
.frequently-qns-sec .container {
    max-width: 1700px;
    margin: 0 auto 0 0;
}

.frequently-qns-sec .text-heading {
    margin: 0 0 55px;
    padding: 0 10px;
}

.frequently-qns-rgt .accordion-heading {
    display: block;
    color: rgb(0, 0, 0, 0.5);
    font-size: 40px;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Mona Sans Condensed';
}

.frequently-qns-rgt .accordion-section {
    counter-increment: item;
    border-bottom: 1px solid #a8b3ca;
    padding: 20px 95px 25px 95px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.frequently-qns-rgt .accordion-section::after {
    font-size: 80px;
    content: counter(item, decimal-leading-zero);
    position: absolute;
    font-weight: 700;
    font-family: 'Mona Sans Condensed';
    color: rgb(0 12 40 / 50%);
    line-height: 0.8;
    left: 0;
    top: 6px;
}

.frequently-qns-rgt .accordion-section.accordien-active::after {
    color: #c1012d;
}

.frequently-qns-rgt .accordion-section.accordien-active .accordion-heading {
    color: #c1012d;
    margin: 0 0 20px;
}

.frequently-qns-rgt ul li {
    padding: 0 0 0 19px;
    position: relative;
}
.frequently-qns-rgt ul {
    padding: 14px 0 0 20px;
}

.frequently-qns-rgt ul li::before {
    position: absolute;
    content: "";
    background-color: #c1012d;
    width: 9px;
    height: 9px;
    left: 0;
    border-radius: 50%;
    top: 13px;
}
.frequently-qns-rgt .accordion-section-content, .frequently-qns-rgt ul li {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    color: #000000;
    margin: 0;
}
.frequently-qns-rgt .accordion-section-content a {
    display: inline-block;
    color: #c1012d;
}
.frequently-qns-rgt .accordion-section-content a:hover {
    color: #000;
}
.accordion-section-content {
    display: none;
}

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

.frequently-qns-sec {
    padding: 170px 0 140px;
}

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

.frequently-qns-rgt {
    width: 53.55%;
}

.frequently-qns-lft {
    width: 42.2%;
}

.frequently-qns-lft-img img {
    width: 100%;
    display: block;
}

.frequently-qns-rgt .accordion-heading::before {
    content: "";
    position: absolute;
    background-image: url(../images/accordion-plus-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 25px;
    height: 25px;
    line-height: 1;
    font-family: 'Mona Sans Condensed';
    top: 30px;
    right: 30px;
}

.frequently-qns-rgt .accordion-section.accordien-active .accordion-heading::before {
/*    background-color: #9fa2a7;*/
    background-image: url(../images/accordion-mines-icn.webp);
}


/* Home Blog Section Starts */
.hm-blog-sec {
    padding: 60px 0;
}

.hm-blog-sec .hm-blog-blk {
    flex-wrap: wrap;
    display: flex;
}

.hm-blog-sec .hmblg-item {
    background: #ccc;
    width: 32%;
    padding: 20px;
    margin: 0 0.5%;
}

.hm-blog-sec .hmblgcnt h3 {
    font-size: 26px;
    margin: 0 0 15px 0;
    color: #000;
    line-height: 1;
}

.hm-blog-sec .hmblgcnt p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 20px 0px;
}

.hm-blog-sec .hmpost_btn {
    margin: 20px 0 10px 0;
}

.hm-blog-sec .hmpost_btn a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
}

.hm-blog-sec .hmnews-btn {
    text-align: center;
    margin: 30px 0 0 0;
}

.hm-blog-sec .hmnews-btn a {
    background-color: #eee;
}

.hm-blog-sec .hmnews-btn a:hover {
    background-color: #000;
}

/* HomePage Tab Section Starts */
.tab-btn,
.tab-btn:hover {
    padding: 15px 30px;
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #999;
    top: -2px;
    position: relative;
    outline: none;
    width: max-content;
}

.tab-btn:hover {
    background-color: #f6f6f6;
    cursor: pointer;
}

.tab-btn.tab-btn-active {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    top: 2px;
    border-radius: 5px 5px 0 0;
}

.tab-content-area {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 0 5px 5px 5px;
}

.tab-pane {
    display: none;
}

.tab-pane.tab-pane-active {
    display: block;
}

/* HomePage Tab Section Ends */






/* HomePage Form Section Starts */
.hm-form-sec {
    padding: 117px 0 0;
    background-color: #001843;
}

.hm-form-sec .text-heading {
    color: #d8dde8;
    text-align: left;
    margin: 0 0 25px;
    line-height: 1;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Mona Sans Condensed';
    letter-spacing: -1px;
}

.hm-form-sec p {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    margin: 0 0 55px;
}

.hm-form-blk {
    display: flex;
    justify-content: center;
    gap: 55px;
}

.hm-form-left {
    width: 53.1%;
    margin: 0 0 0 -110px;
    position: relative;
    z-index: 1;
    padding: 74px 0 0;
}

.hm-form-left::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/mokaram-logo-bg-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: -116px;
    left: 0;
    z-index: -1;
}

.hm-form-left img {
    display: block;
    width: 100%;
}

.hm-form-right {
    width: 52.21%;
    margin: 0 110px 0 0;
    z-index: 99;
    position: relative;
}

.gfield.ftn,
.gfield.ltn,
.gfield.phn,
.gfield.email {
    width: 46.95%;
}

.gfield.message {
    width: 100%;
}

.hm-form .gform_wrapper .gform_fields.top_label {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 10px;
    justify-content: space-between;
}

p.gform_required_legend {
    display: none !important;
}

.gform_wrapper .gfield input, 
.gform_wrapper .gfield textarea {
    font-family: 'Mona Sans' !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    color: #fff !important;
    letter-spacing: 0px !important;
    line-height: 1 !important;
    padding: 0px 10px 20px 0px !important;
    border: none !important;
    outline: none !important;
    height: auto;
    border-radius: 0 !important;
    background-color: transparent !important;
    border-bottom: 1px solid #334669 !important;
}

.gform_title {
    display: none !important;
}

.gfield textarea.large {
    padding: 40px 0 0px 0 !important;
}

.gfield textarea.large {
    height: 126px !important;
    resize: none;
    min-height: auto;
    margin: 0 0 18px !important;
}

.gfield input::placeholder,
.gfield textarea::placeholder {
    color: #7f8aa2;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
    border: none !important;
    border-bottom: 1px solid #334669 !important;
}

.form-links a,
.gfield-choice-input+label {
    font-family: 'Mona Sans';
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff !important;
}

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
    display: inline-block;
    font-size: 20px !important;
}

.gfield.gfield_html.gfield_html_formatted {
    width: 100%;
}

.gfield.chk {
    width: 100%;
}

.form-links {
    color: #fff;
}

.form-links a {
    cursor: pointer !important;
    text-decoration: none;
}

.form-links a:hover {
    color: #c1012d !important;
}

/* .gform_wrapper .top_label input[type="checkbox"] {
    line-height: 1 !important;
    width: 15px !important;
    height: 15px !important;
    cursor: pointer;
    padding: 0 !important;
    outline: none !important;
} */

.gform_wrapper .gfield input[type="checkbox"] {
    line-height: 1 !important;
    width: 15px !important;
    height: 15px !important;
    cursor: pointer;
    padding: 0 !important;
    outline: none !important;
    border: 1px solid #fff !important;
}

#field_submit,
.gform-theme--foundation .gform_footer {
    display: flex;
    justify-content: center;
}

.hm-form .gform-theme--foundation .gform_footer {
    margin-top: -70px !important;
    padding: 0 !important;
    justify-content: end !important;
    display: flex !important;
}

.gform_footer input[type="submit"] {
    padding: 20px 50px !important;
    font-family: 'Mona Sans Condensed' !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    border-radius: 55px !important;
    letter-spacing: 0.5px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    background: #c1012d !IMPORTANT;
    color: #fff !important;
    border: 2px solid #c1012d;
    margin: 0 !important;
    position: relative;
    z-index: 1;
    cursor: pointer !important;
    transition: 0.3s;
    float: none !important;
    display: inline-block !important;
    line-height: 1 !important;
    width: 100%;
}

.gform_footer input[type="submit"]:hover {
    background: #fff !important;
    color: #c1012d !important;
}

.gform_wrapper .gfield textarea.small {
    height: 80px !important;
    resize: none;
}

.ginput_container_checkbox {
    margin: -30px 0 0 !important;
}

.leave-blank {
    display: none !important;
}

.gchoice {
    align-items: center !important; 
    line-height: 1 !important;
}

.popup {
    max-width: 60%;
}

div#popup-container {
    position: relative;
}

/* div#validation_message_6_12 { left: 80px; top: 7px; } */
.gform_wrapper .gform_validation_errors {
    display: none !important;
}

.gform_wrapper .gfield {
    position: relative;
    width: 47.2%;
}

.gfield.msg {
    width: 100%;
}

#myPopup.show {
    display: block;
    visibility: visible;
    z-index: 99;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.gform_wrapper .gfield .validation_message.gfield_validation_message,
.gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 19px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 14px;
    right: 3px;
	font-family: 'Mona Sans' !important;
    font-weight: 400;
    width: auto;
    border: none;
    /* pointer-events: none; */
    margin: 0;
}

.gform_wrapper .gfield .instruction.validation_message {
    bottom: -19px;
    top: inherit !important;
}

fieldset .gfield_description.validation_message.gfield_validation_message {
    top: inherit !important;
    bottom: -20px;
    left: 0px;
}

.popup {
    max-width: 100%;
}

.gform_wrapper .gform_fields {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

#myPopup.show {
    position: absolute;
    z-index: 5;
    padding: 10px;
    display: none;
    margin: 0;
}

.formpopuptext {
    transition: transform .15s ease-out .15s;
    pointer-events: none;
    text-align: center;
    background: #fff;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    padding: 20px;
    position: absolute;
    z-index: 5;
    display: none;
    font-family: 'Mona Sans' !important;
    font-weight: 400;
}

.gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0px 0 0 0 !important;
    justify-content: center;
}


.mokaram-text {
    font-family: 'Mona Sans Condensed';
    position: relative;
    font-size: 380px;
    font-weight: 900;
    color: #c1012d;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -7.6px;
    line-height: 0.8;
    margin: -200px 0 0;
}

.mokaram-text::after {
    content: "MOKARAM";
    position: absolute;
    left: 0;
    top: 167%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 20%, transparent 60%, transparent 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateX(-65px) scaleY(-1) perspective(100px) skewX(11deg);
    transform-origin: top;
    filter: blur(3px);
    z-index: -1;
    pointer-events: none;
}

@media screen and (max-width: 1800px) {
    .hm-form-blk {
        gap: 45px;
    }
    .hm-form-left {
        margin: 0;
        padding: 50px 0 0;
    }
    .hm-form .gform_wrapper .gform_fields.top_label {
        gap: 35px 10px;
    }
    .hm-form-sec .text-heading {
        font-size: 70px;
    }
    .hm-form-sec p {
        font-size: 18px;
        margin: 0 0 45px;
    }
    .gform_wrapper .gfield input, .gform_wrapper .gfield textarea {
        font-size: 18px !important;
        padding: 0px 10px 18px 0px !important;
    }

    .form-links a, .gfield-choice-input+label {
        font-size: 18px;
    }
    .gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
        display: inline-block;
        font-size: 18px !important;
    }

    /* .hm-form .gform-theme--foundation .gform_footer{ margin: -65px 0 0 !important;} */

    .gform_footer input[type="submit"] {
        padding: 18px 50px !important;
        font-size: 28px !important;
    }
    .hm-form .gform-theme--foundation .gform_footer {
    margin-top: 0px !important;
}

}

@media screen and (max-width: 1680px) {
    .hm-form-left {
        margin: 0;
        padding: 30px 0 0;
    }
    .hm-form-left::before {
        top: -90px;
    }
    .hm-form-right {
        width: 48.21%;
        margin: 0 80px 0 0;
        padding-top: 40px;
    }
    .hm-form-sec .text-heading {
        margin: 0 0 20px;
        font-size: 65px;
    }
    .hm-form-sec p {
        font-size: 17px;
        margin: 0 0 40px;
    }
    .hm-form .gform_wrapper .gform_fields.top_label {
        gap: 30px 10px;
    }
    .gform_wrapper .gfield input, .gform_wrapper .gfield textarea {
        font-size: 16px !important;
        padding: 0px 10px 18px 0px !important;
    }
    .gform_wrapper .gfield textarea.small {
        height: 90px;
    }
    .form-links a, .gfield-choice-input+label {
        font-size: 16px;
    }
    .gform_wrapper .top_label input[type="checkbox"] {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }
    .gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
        font-size: 16px !important;
    }

    /* .hm-form .gform-theme--foundation .gform_footer{ margin: -60px 0 0 !important;    } */
    .gform_footer input[type="submit"] {
        padding: 16px 50px !important;
        font-size: 24px !important;
    }

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

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

}

@media screen and (max-width: 1440px) {
    .hm-form-sec {
        padding: 80px 0 0;
    }
    .hm-form-left::before {
        top: -80px;
    }
    .hm-form-right {
        width: 48%;
        margin: 0;
        padding-top: 20px;
    }
    .hm-form-sec .text-heading {
        margin: 0 0 20px;
        font-size: 60px;
    }
    .hm-form-left {
        margin: 0;
        padding: 30px 0 0;
        width: 50%;
    }
    .gform_wrapper .gfield-choice-input+label {
        max-width: calc(100% - 24px);
    }
    .gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
        font-size: 15px !important;
        margin-top: 13px;
    }
    .gform_wrapper .gfield input[type="checkbox"] {
        width: 13px !important;
        height: 13px !important;
    }

    /* .hm-form .gform-theme--foundation .gform_footer{ margin: -50px 0 0 !important;    } */
    .gform_footer input[type="submit"] {
        padding: 15px 40px !important;
        font-size: 22px !important;
    }
    .hm-form .gform_wrapper .gform_fields.top_label {
        gap: 20px 10px;
    }

    .hm-form-left {
        margin: 0;
        padding: 30px 0 0;
        width: 48%;
    }
}

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

}

@media screen and (max-width: 1280px) {
    .gform_wrapper .gfield-choice-input+label {
        max-width: 100% !important;
    }
    .hm-form .gform_wrapper .gform_fields.top_label {
        gap: 20px 20px;
    }
    .hm-form-sec .text-heading {
        margin: 0 0 20px;
        font-size: 40px;
    }
    .hm-form-sec p {
        font-size: 16px;
        margin: 0 0 30px;
    }
    .gform_wrapper .gfield input, .gform_wrapper .gfield textarea {
        font-size: 14px !important;
        padding: 0px 10px 15px 0px !important;
    }
    .gform_wrapper .gfield textarea.small {
        height: 70px;
    }
    .form-links a, .gfield-choice-input+label {
        font-size: 15px;
    }
    /* .hm-form .gform-theme--foundation .gform_footer{ margin: -45px 0 0 !important;    } */
    .gform_footer input[type="submit"] {
        padding: 13px 30px !important;
        font-size: 20px !important;
    }

    .gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
        font-size: 14px !important;
    }
    .formpopuptext {
        padding: 11px;
    }
}

@media screen and (max-width: 1024px) {
    .hm-form-blk {
    gap: 20px;
    flex-direction: column;
    align-items: center;
    margin: 0 0 50px;
}
.hm-form-left {
    margin: 0;
    padding: 50px 30px 20px;
    width: 100%;
    max-width: 430px;
    border: 4px solid #c1012d;
}
.hm-form-sec {
    padding: 40px 0 0;
}
.form-links {
    color: #fff;
    text-align: left;
}
.ginput_container_checkbox {
    margin: -15px 0 0 !important;
    text-align: left !important;
}
.hm-form-sec .text-heading {
    margin: 0 0 20px;
    font-size: 40px;
    text-align: center;
}
.hm-form-sec p {
    font-size: 15px;
    margin: 0 0 20px;
    letter-spacing: 0.3px;
}
.hm-form .gform_wrapper .gform_fields.top_label {
    gap: 20px 10px;
}

.hm-form-left::before {
    top: 0;
    background-size: 100% 100%;
}
.hm-form-right {
    width: 100%;
    margin: 0;
    padding-top: 0;
    text-align: center;
}
.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
    margin-top: 0;
}
.gform_wrapper .top_label input[type="checkbox"] {
    margin-top: 0;
}
}

@media screen and (max-width: 768px) {
    .hm-form-left {
    margin: 0;
    padding: 30px 20px 10px;
    width: 100%;
    max-width: 360px;
    border: 3px solid #c1012d;
}
.gform_footer input[type="submit"] {
    padding: 14px 35px;
    font-size: 20px;
    margin: 20px 0 0 !important;
    float: left;
    line-height: 1 !important;
    letter-spacing: 1.6px;
    border-radius: 30px;
}
.hm-form-right {
    max-width: 420px;
}
.hm-form-blk {
    margin: 0 0 40px;
}
}

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

.gform_wrapper .gfield {
    width: 100%;
}
}
@media screen and (max-width: 480px) {
    .gform_footer input[type="submit"] {
    padding: 13px 30px !important;
    font-size: 18px !important;
}
}



/* Home Footer Block Scetion */
.ftr-blk {
    display: flex;
    justify-content: space-between;
}

.ftr-itm {
    width: 19.54%;
}

.ftr-itm.logo {
    width: 42%;
}

.ftr-itm.logo {
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.footer-logo {
    margin: 0 0 50px;
}

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

.ftr-itm .ftr-itm-title {
    font-family: 'Mona Sans Condensed';
    font-weight: 600;
    font-size: 50px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding: 92px 0 0;
    margin: 0 0 9px;
}

.ftr-itm .ftr-itm-title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 80px;
    background-image: url(../images/location-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ftr-itm.phn .ftr-itm-title::before {
    width: 80px;
    background-image: url(../images/call-img.webp);
}

.ftr-itm p {
    font-family: 'Mona Sans';
    font-weight: 500;
    font-size: 25px;
    color: #ffffff;
    line-height: 1.4;
    text-align: center;
    margin: 0;
}

.ftr-itm.loc p a {
    font-family: 'Mona Sans';
    font-weight: 600;
    font-size: 16px;
    color: #c1012d;
    display: inline-block;
    line-height: 1.75;
    text-transform: uppercase;
    letter-spacing: 3.2px;
}

.ftr-itm.loc p a:hover {
    color: #fff;
}

.ftr-itm.phn p {
    color: #c6d1e6;
}

.ftr-itm.phn p a {
    font-family: 'Mona Sans Condensed';
    font-weight: 700;
    font-size: 45px;
    line-height: 1;
    color: #fff;
    display: inline-block;
}

.ftr-itm.phn p a:hover {
    color: #c1012d;
}

.newsletter-form .gfield label {
    display: none;
}

.newsletter-form .ginput_container.ginput_container_email {
    width: 100%;
    z-index: 10;
}

.newsletter-form .ginput_container.ginput_container_email input {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0px;
    line-height: 1;
    padding: 28px 248px 28px 36px !important;
    border: 1px solid #52627f;
    outline: 0;
    height: auto;
    background-color: transparent;
    width: 100%;
    max-width: 529px;
}

.newsletter-form .ginput_container.ginput_container_email input::placeholder {
    color: #fff !important;
}

.newsletter-form .gform_footer input[type="submit"] {
    padding: 18px 22px !important;
    font-family: 'Mona Sans Condensed' !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    background: #c1012d !important;
    color: #fff !important;
    border: 2px solid #0000;
    margin: 0 !important;
    position: relative;
    z-index: 1;
    cursor: pointer !important;
    transition: 0.3s !important;
}
.newsletter-form .gform_footer input[type="submit"]:hover{
    
    background: #fff !important;
    color: #c1012d !important;
}

.newsletter-form .gform_wrapper .gform_footer {
    margin: -72px 0 0 0 !important;
    padding: 0px 0 0 0 !important;
    justify-content: end;
    width: 97.7%;
}




/* social-icons */
.soc-icons-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 32px 0 0;
}

.soc-icons-main .social-icon {
    height: 80px;
    width: 80px;
    background-color: #334669;
    display: inline-block;
    position: relative;
    font-size: 0;
    z-index: 1;
    transition: transform 0.3s ease;
}
.soc-icons-main .social-icon::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 80px;
    background-color: #c1012d;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
     display: none; 
    z-index: -1;
    background-image: url(../images/fb-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px;
}
.soc-icons-main .social-icon:hover:before {
    display: block;
    width: 110px;
    left: -15px;
    background-position: left 15px center;
}

.social-icon.fb {
    background-image: url(../images/fb-img.webp);
}
.social-icon.twitter {
    background-image: url(../images/twitter-img.webp);
}
.social-icon.youtube {
    background-image: url(../images/youtube-img.webp);
}
.social-icon.insta {
    background-image: url(../images/insta-img.webp);
}
.social-icon.lkdn {
    background-image: url(../images/lkdn-img.webp);
}
.social-icon.tiktok {
    background-image: url(../images/tiktok-img.webp);
}
.social-icon.yelp {
    background-image: url(../images/yelp-img.webp);
}

.social-icon.twitter::before {
    background-image: url(../images/twitter-img.webp);
}
.social-icon.youtube::before {
    background-image: url(../images/youtube-img.webp);
}
.social-icon.insta::before {
    background-image: url(../images/insta-img.webp);
}
.social-icon.lkdn::before {
    background-image: url(../images/lkdn-img.webp);
}
.social-icon.tiktok::before {
    background-image: url(../images/tiktok-img.webp);
}
.social-icon.yelp::before {
    background-image: url(../images/yelp-img.webp);
}


.newsletter-form .subscribe-form_wrapper .gfield {
    width: 535px !important;
    margin: 0 auto;
}

.newsletter-form .subscribe-form_wrapper .gfield input {
    padding: 24px 170px 24px 20px !important;
    font-family: 'Mona Sans' !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    color: #fff !important;
    letter-spacing: 0px !important;
    line-height: 1 !important;
    border: 1px solid #52627f !important;
    outline: 0 !important;
    height: auto !important;
    background-color: transparent !important;
    position: relative !important;
}
/* .newsletter-form .gform_footer input #gform_ajax_spinner_1 {position: absolute !important; right: 0 !important;} */
span#gform_ajax_spinner_2, span#gform_ajax_spinner_1 {position: absolute !important; right: 0px !important; font: 0 !important;}

.newsletter-form .gform_footer input[type="submit"]:focus, .gform_footer input[type="submit"]:focus{outline: none !important;}
.newsletter-form .subscribe-form_wrapper .gfield .validation_message.gfield_validation_message {
    left: 20px !important;
    bottom: 7px !important;
    top: auto !important;
} 
 

/* .newsletter-form .subscribe-form_wrapper input[type="submit"] {
    margin: -78px 6px 0 0;
    padding: 20px 30px;
} */

/* Practice Areas */

  /* .prcts-areas-top-btn.btm {
    display: none;
} */

.prcts-areas-top-btn{text-align: center;}


.hm-practs-areas-sec .container {
    max-width: 1750px;
}
 
.hm-practs-areas-sec .container {
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
 
.stack-scene {
  position: relative;
  width: 100%;
  margin: 0 0 50px;
  padding: 0;
}
 
.cards-shell {
  position: relative;
  z-index: 1;
}
 
.scroll-stack {
  position: relative;
  min-height: 2200px;
}
 
.cards-container {
    position: sticky;
    width: 100%;
    /* height: 860px; 
    top: 120px;*/
    top: 30px;
    height: 1040px;
    margin: 0 auto;
    overflow: hidden;
}
 
.service-card {
  position: absolute;
  top: 0;
  left: 0 !important;
  right: 0;
  margin: auto;
  width: 100%;
  height: 620px;
  overflow: hidden;
  transition: transform 0.55s cubic-bezier(0.22, 0.8, 0.28, 1), opacity 0.55s ease;
  will-change: transform, opacity;
}
 
.service-card.is-active {
  opacity: 1;
  z-index: 30;
}
 
.service-card.is-prev {
  opacity: 1;
}
 
.service-card.is-hidden {
  opacity: 0;
  pointer-events: none;
}
 
.card-media,
.card-image,
.card-video,
.card-overlay {
  position: absolute;
  inset: 0;
}
 
.card-image,
.card-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.card-overlay {
  background: linear-gradient(180deg, rgba(6, 16, 42, 0.18), rgba(6, 16, 42, 0.42));
}
 
.card-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
  padding: 34px 38px;
}
 
.card-main {
  max-width: 60%;
  margin-top: auto;
}
 
.card-main h3 {
  margin: 0 0 12px;
  font-family: 'Mona Sans Condensed';
  font-size: clamp(1.875rem, 1rem + 4.375vw, 6.25rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
  color: #fff;
}
 
.card-index {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #fff;
  white-space: nowrap;
}
.hvr-lnk a {
    position: absolute;
    font-size: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* z-index: 99999; */
    z-index: 2;
}

.prcts-areas-top-btn {
    margin-bottom: 60px;
}
 
@media (max-width: 1440px) {
    .stack-scene{margin: 0 0 30px;}
    .prcts-areas-top-btn { margin-bottom: 50px; }
}
 
@media (max-width: 1366px) {
    .stack-scene{margin: 0 0 25px;}
    .prcts-areas-top-btn { margin-bottom: 40px; }
}
 
@media (max-width: 1280px) {
    .stack-scene{margin: 0 0 20px;}
    .prcts-areas-top-btn { margin-bottom: 30px; }
}
@media (max-width: 1024px) {
  .cards-container {
    height: 640px;
  }
  .stack-scene{margin: 0 0 15px;}
 
  .service-card {
    height: 520px;
  }

  .prcts-areas-top .text-heading {
    text-align: center !important;}
 
  .scroll-stack {
    min-height: 1800px;
  }
 

  .card-content {
    padding: 24px;
  }
 
  .card-main {
    max-width: 100%;
  }
.prcts-areas-top-btn.btm {
    display: block;
    text-align: center;
    margin: 10px 0 20px;
}
  .prcts-areas-top-btn {
    display: none;
}
}
 
@media (max-width: 768px) {
  .hm-practs-areas-sec .container {
    /* max-width: calc(100% - 30px); */
    max-width: 100%;
  }
 
  .cards-container {
    top: 90px;
    height: 470px;
  }
 
  .service-card {
    height: 390px;
  }
 
  .scroll-stack {
    min-height: 1500px;
  }
 
  .card-content {
    padding: 18px;
  }
 
  .card-main h3 {
    font-size: clamp(1.6rem, 8vw, 2.8rem);
  }
 
  .card-index {
    font-size: 0.78rem;
  }
}
 

/* Attorney Section */

.meet-attorney-sec .container {
    max-width: 100%;
    padding-right: 200px;
}

.meet-attorney-sec {
    position: relative;
    padding: 0 0 104px;
    overflow: hidden;
}
.meet-attorney-sec::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: -10px;
    width: 100%;
    height: 100%;
    background-image: url(../images/attorney-bg-layer.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

.meet-attorney-blk {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 80px;
}
.meet-attorney-rite-lst {
    background-color: #001843;
    padding: 120px 0;
    width: 1400px;
}

.meet-attorney-rite-contnt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 0;
    margin: 0 0 50px;
}
.attorney-btn {
    text-align: center;
}
.attorney-btn a.cmn-btn {
    background-color: #c1012d;
}
.attorney-btn a.cmn-btn:hover {
    background-color: #d8dde8;
    color: #00205c !important;
}
.attorney-btn a.cmn-btn::before {
    display: none;
}
.meet-attorney-rite-contnt br {
    display: none;
}



.attorney-hdg .text-heading {
    color: #d8dde8;
}
.meet-attrney-itms {
    display: flex;
    width: 100%;
    background-color: #00205c;
    align-items: center;
    cursor: pointer;
    outline: 2px solid #455d8c;
    outline-offset: -2px;
    gap: 15px;
}
.meet-attrney-rite {
    position: relative;
    width: 160px;
}
.attrney-img img {
    width: 100%;
    display: block;
}
.attrney-btn a.cmn-btn {
    font-size: 22px;
    padding: 17px 30px 17px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
    margin: auto;
    background-color: #c1012d;    
}
.attrney-btn .cmn-btn::before {
    display: none;
}
.attrney-btn a.cmn-btn:hover {
    background-color: #001843;    
}
.meet-attrney-lft {
    width: 270px;
    padding: 10px 20px;
}
.attrney-name {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Mona Sans Condensed';
    line-height: 0.9;
    color: #d8dde8;
    text-transform: uppercase;
    letter-spacing: -0.7px;
    margin: 0 0 20px;
}
.attrney-name br {
    display: block;
}
.attrney-designation {
    font-family: 'Mona Sans';
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    color: #7887a4;
    letter-spacing: -0.4px;
}

.attrney-contnt {
    display: none;
}
.meet-attorney-rite-lst .attrney-contnt p {
    font-family: 'Mona Sans';
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4;
    color: #ffffff;
    letter-spacing: 0;
    margin: 0;
}
.meet-attorney-rite-lst .btn-popups p.empty {
    display: none;
}


.meet-attorney-rite-lst .btn-popups {
    border: none;
    border-width: 0px !important;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
    padding: 0;
    text-align: left;
}
.meet-attorney-rite-lst .popoverContainer {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 76%);
    overflow: hidden;
    max-width: 100%;
    border: 0;
}
.meet-attorney-rite-lst .case-modal-1 {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 0 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.meet-attorney-rite-lst .case-modal-content {
    border-radius: 0;
    overflow-y: auto;
    background: #24212100;
    padding: 0;
    text-align: left;
    max-width: 100%;
    margin: 0;
    position: relative;
    width: 100%;
}
.meet-attorney-rite-lst .case-close {
    position: absolute;
    top: 3px;
    right: 10px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    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;
}
.meet-attorney-rite-lst .btn-popups p {
    display: none;
}

.meet-attorney-rite-lst .case-modal-content .meet-attrney-itms {
    width: 100%;
    background-color: #c1012d;
    padding: 10px 10px;
    gap: 50px;
    outline: 0;
}
.meet-attorney-rite-lst .case-modal-content  .meet-attrney-rite {
    width: 33%;
}
.meet-attorney-rite-lst .case-modal-content .attrney-btn a.cmn-btn {
    display: block;
    text-align: center;
    width: max-content;
    background-color: #c1012d;
    bottom: 30px;
}
.meet-attorney-rite-lst .case-modal-content .attrney-btn a.cmn-btn:hover {
    background-color: #00205c;
}
.meet-attorney-rite-lst .case-modal-content .meet-attrney-lft {
    width: 58%;
    padding: 0;
}
.meet-attorney-rite-lst .case-modal-content  .attrney-name {
    font-size: 50px;
    color: #fff;
}
.meet-attorney-rite-lst .case-modal-content  .attrney-designation {
    color: #fff;
    margin: 0 0 20px;
}
.meet-attorney-rite-lst .case-modal-content .attrney-contnt {
    display: block;
}

.meet-attorney-lft-blk {
    width: 13.1%;
}
.meet-attorney-lft {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.attorney-lft-img {
    width: 72%;
}
.attorney-lft-img img, .attorney-contnt-img img {
    width: 100%;
    display: block;
}
.attorney-contnt-img {
    width: 100%;
}

/* Testimonial effect */

.testi-blk {
    max-width: 1350px;
    height: 700px;
    margin: 0px auto 0;
    position: relative;
    overflow: hidden;
}

.testi-lst {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    box-shadow: none !important;
    opacity: 1 !important;
}

/* stacking (optional initial depth) */
.testi-lst:nth-child(1) {
    z-index: 4;
    top: 70%;
    height: 100%;
    left: 55% !important;
}
.testi-lst:nth-child(2) {
    z-index: 8 !important;
    height: 100%;
    left: 52% !important;
    top: 60% !important;
}
.testi-lst:nth-child(3) {
    z-index: 6 !important;
    height: 100%;
    left: 53% !important;
    top: 53% !important;
}
.testi-lst:nth-child(4) {
    z-index: 4 !important;
    height: 100%;
    left: 55% !important;
    top: 47% !important;
}

/* optional background (testing purpose) */
/*.testi-lst:nth-child(1) {  }
.testi-lst:nth-child(2) {  }
.testi-lst:nth-child(3) {  }
.testi-lst:nth-child(4) {  }*/

/*.testi-lst {
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}*/

.hm-testi-cont {
    padding: 0;
/*    text-align: center;*/
}
.testi-btn a.cmn-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #c1012d;
}
.testi-btn a.cmn-btn:hover {
    background-color: #00205b !important;
}
.testi-btn a.cmn-btn:before {
    display: none;
}

.controls {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding-right: 50px;
}
.controls button {
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
}
.controls {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
.controls button {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f0f3fa;
    border: 2px solid #c0c9da;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 0;
    background-image: url(../images/right-arrow.webp);
}
.controls button.prev-btn {
    background-image: url(../images/left-arrow.webp);
}
.controls button:hover {
    background-color: #c1012d;
    background-image: url(../images/right-arrow-hvr.webp);
    border: transparent;
}

.controls button.prev-btn:hover {
    background-image: url(../images/left-arrow-hvr.webp);
}



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

.personal-injry-itm {
    padding: 35px 35px 40px 35px;
}

.personal-injry-itm::after {
    font-size: 110px;
    right: 34px;
}
.personal-injry-itm-hdg {
    font-size: 45px;
}

.meet-attorney-rite-lst {
    padding: 100px 0;
    width: 1400px;
}
.attorney-hdg .text-heading {
    font-size: 80px;
}
.meet-attorney-rite-contnt {
    gap: 20px 0;
}
.attrney-name {
    font-size: 33px;
}
.meet-attorney-sec {
    padding: 0 0 99px;
}


}

@media screen and (max-width: 1800px) {
.container, .houston-sec .container, 
.frequently-qns-sec .container {max-width: 1500px; }

.hm-media-mentions-sec, .hm-legal-exp-sec, .hm-client-stories-sec, 
.frequently-qns-sec, .hm-personal-injry-sec {
    padding: 100px 0;
}

.hm-media-mentions-item-img {
    width: 70%;
    margin: 0 auto;
}

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

.thirty-yrs-heading.text-heading {
    font-size: 200px;
}
.legal-heading.text-heading {
    font-size: 100px;
    letter-spacing: -1.8px;
    padding: 17px 59px 17px 62px;
}
.legal-itm p {
    font-size: 20px;
}

.houston-left p {
    font-size: 40px;
}
.number {
    font-size: 70px;
}
.label {
    font-size: 26px;
}

.frequently-qns-rgt .accordion-section::after {
    font-size: 60px;
    top: 12px;
}
.frequently-qns-rgt .accordion-section {
    padding: 18px 55px 22px 75px;
}
.frequently-qns-rgt .accordion-heading {
    font-size: 36px;
}
.frequently-qns-rgt .accordion-section-content, .frequently-qns-rgt ul li {
    font-size: 17px;
}
.frequently-qns-rgt .accordion-heading::before {
    width: 22px;
    height: 22px;
    top: 26px;
    right: 20px;
}

.hm-personal-injry-sec p {
    font-size: 30px;
}

.personal-injry-itm {
    padding: 35px 25px 40px;
}
.personal-injry-itm-hdg {
    font-size: 36px;
}
.personal-injry-itm::after {
    font-size: 100px;
    right: 34px;
    top: 40px;
}

.hm-form-blk {
    gap: 45px;
}
.hm-form-left {
    margin: 0;
    padding: 50px 0 0;
}
.hm-form .gform_wrapper .gform_fields.top_label {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 10px;
    justify-content: space-between;
}
.hm-form-sec .text-heading {
    color: #d8dde8;
    text-align: left;
    margin: 0 0 25px;
    font-size: 55px;
}
.hm-form-sec p {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    margin: 0 0 45px;
}
.gform_wrapper .gfield input, .gform_wrapper .gfield textarea {
    font-family: 'Mona Sans';
    font-weight: 300;
    font-size: 18px !important;
    color: #fff !important;
    letter-spacing: 0px !important;
    line-height: 1 !important;
    padding: 0px 10px 18px 0px !important;
    border: 0;
    outline: 0;
    height: auto;
    border-radius: 0 !important;
    background-color: transparent;
    border-bottom: 1px solid #334669 !important;
}
.form-links a, .gfield-choice-input+label {
    font-family: 'Mona Sans';
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff !important;
}
.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
    display: inline-block;
    font-size: 18px !important;
}
.gform_footer input[type="submit"] {
    padding: 18px 50px;
    font-family: 'Mona Sans Condensed';
    font-weight: 700;
    font-size: 28px;
    border-radius: 55px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: #c1012d;
    color: #fff;
    border: 2px solid #c1012d;
    margin: -65px 0 0 !important;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;
    float: right;
    display: inline-block;
}
.mokaram-text {
    font-family: 'Mona Sans Condensed';
    position: relative;
    font-size: 340px;
    font-weight: 900;
    color: #e0002a;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -7.6px;
    line-height: 0.8;
    margin: -140px 0 0;
}
.ftr-menu {
    margin: 0 0 55px;
    z-index: 1;
    position: relative;
}
.ftr-itm .ftr-itm-title {
    font-family: 'Mona Sans Condensed';
    font-weight: 600;
    font-size: 45px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding: 80px 0 0;
    margin: 0 0 9px;
}
.ftr-itm .ftr-itm-title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 80px;
    background-image: url(../images/location-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: -7px;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0.8);
}
.ftr-itm p {
    font-family: 'Mona Sans';
    font-weight: 500;
    font-size: 22px;
    color: #ffffff;
    line-height: 1.4;
    text-align: center;
    margin: 0;
}
/* .newsletter-form .gform_footer input[type="submit"] {
    padding: 18px 22px !important;
    font-family: 'Mona Sans Condensed';
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 1;
    border-radius: 0px;
    text-transform: uppercase;
    background: #c1012d;
    color: #fff;
    border: 2px solid #0000;
    margin: -71px 0 0 !important;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;
    float: right;
} */
.ftr-itm.phn p a {
    font-family: 'Mona Sans Condensed';
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    display: inline-block;
}
.soc-icons-main .social-icon {
    height: 80px;
    width: 80px;
    background-color: #334669;
    display: inline-block;
    position: relative;
    font-size: 0;
    z-index: 1;
    transition: transform 0.3s ease;
    transform: scale(0.85);
    margin: 0 -10px;
}
.soc-icons-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 25px 0 0;
}
.footer-logo {
    margin: 0 0 40px;
    width: 360px;
}
.hm-legal-exp-sec .text-heading {
    margin: 0 auto 20px;
}



.meet-attorney-rite-lst .btn-popups {
    width: 32.5%;
}
.attorney-hdg .text-heading {
    font-size: 70px;
}
.meet-attorney-sec {
    padding: 0 0 93px;
}
.meet-attorney-rite-lst .case-modal-content .meet-attrney-itms {
    gap: 30px;
}
.meet-attorney-rite-lst .case-modal-1 {
    max-width: 560px;
}
.meet-attorney-rite-lst .case-modal-content  .attrney-name {
    font-size: 45px;
}
.attrney-btn a.cmn-btn {
    padding: 15px 30px 15px;
}
.attorney-hdg .text-heading {
    font-size: 65px;
}
.meet-attorney-sec .container {
    padding-right: 180px;
}

.testimonials-list {
    align-items: flex-end;
    justify-content: center;
    margin-top: -150px;
}

    .newsletter-form .gform_wrapper .gform_footer {
        margin: -3px 0 0 0 !important;
    }

}
@media screen and (max-width: 1680px) {
.container, .houston-sec .container, 
.houston-sec .container, .frequently-qns-sec .container {max-width: 1400px; }

.hm-media-mentions-sec, .hm-legal-exp-sec, .hm-client-stories-sec, 
.frequently-qns-sec, .hm-personal-injry-sec, .hm-case-value-sec {
    padding: 90px 0;
}

.hm-awards-sec {
    padding: 90px 0 0;
}
.award-img {
    padding: 10px 65px;
}
.award-img img {
    transform: scale(0.7);
}

.houston-heading.text-heading {
    margin: 0 0 60px;
    padding: 0 0 0 110px;
}
.houston-heading.text-heading strong {
    color: #d8dde8;
    padding: 0 0 0 130px;
    display: block;
}
.you-can-heading.text-heading {
    font-size: 240px;
}
.thirty-yrs-heading.text-heading {
    font-size: 180px;
}
.legal-heading.text-heading {
    font-size: 85px;
}
.hm-legal-exp-sec .text-heading {
    margin: 0 auto 40px;
}
.legal-thirty-yrs-blk .thirty-yrs-heading.text-heading, .legal-heading.text-heading {
    margin: 0 !important;
}

.houston-sec {padding: 70px 0 50px;}

.houston-left p {
    font-size: 35px;
}
.count-stats {
    margin: -40px 0 0;
    gap: 20px;
}
.number {
    font-size: 60px;
}
.label {
    font-size: 24px;
}
.frequently-qns-sec .text-heading {
    margin: 0 0 45px;
}

.frequently-qns-rgt .accordion-section {
    padding: 18px 55px 20px 60px;
}
.frequently-qns-rgt .accordion-section::after {
    font-size: 55px;
    top: 13px;
}
.frequently-qns-rgt .accordion-heading::before {
    width: 20px;
    height: 20px;
    top: 24px;
}

.hm-personal-injry-sec p {
    font-size: 28px;
    margin: 0 0 60px;
}
.personal-injry-itm {
    padding: 35px 25px 40px;
    width: 19%;
}
.personal-injry-itm-hdg {
    font-size: 34px;
}
.personal-injry-itm::after {
    font-size: 90px;
    right: 34px;
    top: 40px;
}
.personal-injry-itm-img {
    width: 35.9%;
    margin: 0 auto 30px 0;
}



.hm-form-left {
    margin: 0;
    padding: 30px 0 0;
}
.hm-form-left::before {
    top: -90px;
}
.hm-form-right {
    width: 48.21%;
    margin: 0 80px 0 0;
    padding-top: 40px;
}
.hm-form-sec .text-heading {
    margin: 0 0 20px;
    font-size: 45px;
}
.hm-form-sec p {
    font-size: 17px;
    margin: 0 0 40px;
}
.hm-form .gform_wrapper .gform_fields.top_label {
    gap: 30px 10px;
}
.gform_wrapper .gfield input, .gform_wrapper .gfield textarea {
    font-size: 16px !important;
    padding: 0px 10px 18px 0px !important;
}
.gform_wrapper .gfield textarea.small {
    height: 90px;
}
.form-links a, .gfield-choice-input+label {
    font-size: 16px;
}
.gform_wrapper .top_label input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
    font-size: 16px !important;
    margin: 2px 0 0 3px;
}
.gform_footer input[type="submit"] {
    padding: 16px 50px !important;
    font-size: 24px !important;
    margin: -65px 0 0 !important;
}
.mokaram-text {
    font-size: 300px;
    letter-spacing: -6.6px;
    margin: -120px 0 0;
}
.ftr-menu {
    margin: 0 0 50px;
}
.newsletter-form .subscribe-form_wrapper .gfield input {
    padding: 20px 160px 20px 20px !important;
    font-size: 18px !important;
}
.newsletter-form .gform_footer input[type="submit"] {
    padding: 15px 22px !important;
    font-size: 24px;
    margin: -63px 5px 0 !important;
}
.soc-icons-main .social-icon {
    transform: scale(0.8);
    margin: 0 -10px;
}
.copyrights {
    padding: 30px 0;
}
.copyrights p, .copyrights a {
    font-size: 18px;
}
.hm-form-sec {
    padding: 90px 0 0;
}
.awards-top-lst-itm {
    width: 25%;
}
.awards-btm-lst-itm {
    width: 21%;
}

.card-main h3 {
    font-size: 60px;
}
.card-rite-contn {
    gap: 30px;
    max-width: 360px;
    width: 100%;
}
.rite-icon {
    max-width: 100px;
}
.service-card {
    height: 450px;
}
.cards-container {
    /* height: 690px; */
    height: 860px;
}
.service-card::before {
    height: 100%;
}
.card-index {
    font-size: 25px;
}


.meet-attorney-rite-lst {
    padding: 90px 0;
    width: 1400px;
}
.attorney-hdg .text-heading {
    font-size: 60px;
}
.attrney-name {
    font-size: 26px;
    margin: 0 0 15px;
}
.attrney-designation {
    font-size: 17px;
}
.meet-attorney-lft {
    gap: 30px;
}
.meet-attorney-blk {
    gap: 60px;
}
.meet-attorney-rite-lst .case-modal-1 {
    max-width: 520px;
}
.meet-attorney-rite-lst .case-modal-content .meet-attrney-itms {
    gap: 20px;
}
.attrney-btn a.cmn-btn {
    padding: 14px 30px 14px;
    font-size: 20px;
}
.meet-attorney-rite-lst .case-modal-content  .attrney-designation {
    margin: 0 0 15px;
}
.meet-attorney-sec {
    padding: 0 0 85px;
}



.reviews-blk {
    gap: 35px;
    padding: 35px 0 40px 45px;
}
.reviews-blk::before {
    width: 38%;
    top: 0;
    left: 0;
}
.google-image {
    margin: 0 auto 10px;
    max-width: 50px;
    width: 100%;
}
.rating-text {
    letter-spacing: -1.6px;
    font-size: 55px;
}
.reviews-txt {
    font-size: 26px;
}
.reviews-rht {
    font-size: 36px;
}
.testimonials-list {
    justify-content: flex-end;
}
.testimonials-rht {
    width: 51%;
    margin: 0;
}
.testi-item {
    padding: 46px 55px;
    max-width: 550px;
}
.star-rating {
    width: 155px;
    height: 30px;
}
.author {
    font-size: 30px;
}
.testi-item::before {
    transform: scale(0.8);
}
.testimonials-rht p {
    font-size: 18px;
}
.controls {
    margin-top: 20px;
}
.testi-btn a.cmn-btn {
    left: 70px;
    font-size: 21px;
    padding: 18px 36px 18px;
}
.testi-lst:nth-child(4) {
    top: 42% !important;
}
.testi-lst:nth-child(3) {
    top: 46% !important;
}
.testi-lst:nth-child(2) {
    top: 50% !important;
}
.testi-lst:nth-child(1) {
    top: 60%;
}
.testi-blk {
    height: 520px;
}
.testimonials-sec {
    padding: 80px 0 0;
}

    .newsletter-form .gform_wrapper .gform_footer {
    margin: -3px 0 0 0 !important;
    width: 99%;
}
.newsletter-form .gform_footer input[type="submit"] {
    padding: 12px 22px !important;
    font-size: 21px !important;
    margin: -60px 4px 0 !important;
}
.newsletter-form .gform_wrapper .gform_footer {
    margin: -4px 0 0 0 !important;
}
.soc-icons-main {
    margin: 10px 0 0;
}
.footer-logo {
    margin: 0 0 30px;
    width: 320px;
}



}
@media screen and (max-width: 1550px) {
.container, .houston-sec .container, 
.frequently-qns-sec .container {max-width: 1300px; }

.hm-media-mentions-sec, .hm-legal-exp-sec, .hm-client-stories-sec, 
.frequently-qns-sec, .hm-personal-injry-sec, .hm-case-value-sec {
    padding: 80px 0;
}

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

.you-can-heading.text-heading {
    font-size: 216px;
}
.houston-heading.text-heading strong {
    padding: 0 0 0 120px;
}
.houston-heading.text-heading {
    margin: 0 0 40px;
    padding: 0 0 0 80px;
    letter-spacing: -1px;
    font-size: 60px;
}
.you-can-heading.text-heading {
    font-size: 205px;
}
.hm-trust-sec {
    padding: 300px 0 0;
}

.hm-personal-injry-sec p {
    font-size: 27px;
    margin: 0 0 50px;
}
.personal-injry-itm-hdg {
    font-size: 32px;
}
.personal-injry-itm-txt, .personal-injry-itm ul li {
    font-size: 18px;
}
.personal-injry-itm::after {
    font-size: 80px;
}

.meet-attorney-rite-lst {
    padding: 70px 0;
    width: 1300px;
}
.attorney-hdg .text-heading {
    font-size: 50px;
}
.meet-attorney-rite-contnt {
    gap: 15px 0;
}
.attrney-name {
    font-size: 22px;
    margin: 0 0 15px;
}
.attrney-designation {
    font-size: 16px;
}
.meet-attorney-sec .container {
    padding-right: 160px;
}
.meet-attorney-sec {
    padding: 0 0 78px;
}
.meet-attorney-rite-lst .case-modal-1 {
    max-width: 480px;
}
.meet-attorney-rite-lst .case-modal-content  .attrney-name {
    font-size: 40px;
}
.meet-attorney-rite-lst .case-modal-content .attrney-btn a.cmn-btn {
    bottom: 20px;
}
.attrney-btn a.cmn-btn {
    font-size: 18px;
    padding: 12px 25px 12px;
}

.star-rating {
    width: 125px;
    height: 30px;
}
.testimonials-lft .text-heading {
    font-size: 71px;
    margin: 0 0 45px;
}
.testimonials-list {
    margin-top: -70px;
    align-items: center;
}

.hm-form-sec .text-heading {
    font-size: 42px;
}



}
@media screen and (max-width: 1440px) {
.container, .legal-btm-blk, .houston-sec .container, 
.frequently-qns-sec .container, .site-footer .container {max-width: 1200px; }

.cmn-btn {
    font-size: 22px;
    padding: 17px 36px 17px;
}

.text-heading {
    font-size: 65px;
}

.hm-media-mentions-sec, .hm-legal-exp-sec, .hm-client-stories-sec, 
.frequently-qns-sec, .hm-personal-injry-sec, .hm-case-value-sec {
    padding: 70px 0;
}

.hm-media-mentions-text-heading {
    max-width: 1200px;
    margin: 0 auto 20px;
}
.hm-awards-sec {
    padding: 70px 0 0;
}
.you-can-heading.text-heading {
    font-size: 191px;
}


.legal-heading.text-heading {
    font-size: 65px;
    letter-spacing: -0.8px;
    padding: 17px 50px;
}
.thirty-yrs-heading.text-heading {
    font-size: 150px;
}
.legal-btm-blk {
    padding: 40px 0 0;
}
.legal-itm p {
    font-size: 18px;
}
.legal-btm-blk::after {
    width: 62px;
    height: 85px;
}

.houston-blk {
    align-items: center;
}
.houston-left .text-heading {
    text-align: left;
    margin: 0 0 20px;
    font-size: 55px;
}
.houston-left p {
    font-size: 30px;
}
.houston-sec {
    /* padding: 0 0 40px; */
    padding: 60px 0 40px;
}

.number {
    font-size: 50px;
}
.label {
    font-size: 22px;
}


.frequently-qns-rgt .accordion-heading::before {
    width: 18px;
    height: 18px;
    top: 24px;
    right: 16px;
}
.frequently-qns-rgt .accordion-section {
    padding: 18px 45px 20px 55px;
}
.frequently-qns-rgt {
    width: 54.55%;
}
.frequently-qns-rgt .accordion-section::after {
    font-size: 47px;
    top: 13px;
}
.frequently-qns-rgt .accordion-heading {
    font-size: 28px;
}
.frequently-qns-rgt .accordion-section-content, .frequently-qns-rgt ul li {
    font-size: 16px;
    line-height: 1.6;
}

.personal-injry-itm {
    padding: 30px 20px 35px;
    width: 19%;
}
.personal-injry-itm-hdg {
    font-size: 30px;
    letter-spacing: -0.5px;
}
.personal-injry-itm::after {
    font-size: 80px;
    top: 35px;
}

.hm-form-sec {
    padding: 80px 0 0;
}
.hm-form-left::before {
    top: -80px;
}
.hm-form-right {
    width: 48%;
    margin: 0;
    padding-top: 20px;
}
.hm-form-sec .text-heading {
    margin: 0 0 20px;
}
.hm-form-left {
    margin: 0;
    padding: 30px 0 0;
    width: 50%;
}
.gform_wrapper .gfield-choice-input+label {
    max-width: calc(100% - 24px);
}
.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
    font-size: 15px !important;
    margin-top: 13px;
}
.gform_wrapper .top_label input[type="checkbox"] {
    width: 13px;
    height: 13px;
    margin-right: 3px;
    margin-top: 14px;
}
.gform_footer input[type="submit"] {
    padding: 15px 40px !important;
    font-size: 22px !important;
    margin: -50px 0 0 !important;
}
.mokaram-text {
    font-size: 240px;
    letter-spacing: -4.6px;
    margin: -90px 0 0;
}
.hm-form .gform_wrapper .gform_fields.top_label {
    gap: 20px 10px;
}
.footer-logo {
    margin: 0 0 35px;
    width: 300px;
}
.site-footer {
    padding: 40px 0;
}
.copyrights {
    padding: 20px 0;
}
.ftr-menu ul li {
    margin: 0 30px 0 0;
}
.ftr-menu ul li a {
    font-size: 22px;
}
.ftr-itm p {
    font-size: 17px;
    line-height: 1.4;
}
.ftr-itm .ftr-itm-title {
    padding: 70px 0 0;
    font-size: 35px;
}
.newsletter-form .subscribe-form_wrapper .gfield {
    width: 100% !important;
    margin: 0 auto;
}
.newsletter-form .gform_footer input[type="submit"] {
    padding: 10px 22px !important;
    font-size: 19px !important;
    margin: -54px 2px 0 !important;
}
.newsletter-form .subscribe-form_wrapper .gfield input {
    padding: 19px 150px 19px 20px !important;
    font-size: 16px !important;
}
.newsletter-form .gform_wrapper .gform_footer {
    margin: -6px 0 0 0 !important;
}
.newsletter-form .subscribe-form_wrapper .gfield input {
    padding: 20px 150px 20px 20px !important;
    font-size: 17px !important;
}
.newsletter-form .gform_wrapper .gform_footer {
    margin: -4px 0 0 0 !important;
}
.ftr-blk {
    display: flex;
    justify-content: center;
}
.soc-icons-main .social-icon {
    transform: scale(0.65);
    margin: 0 -22px;
}

.ftr-itm .ftr-itm-title::before {
    transform: scale(0.6);
}
.hm-form-left {
    margin: 0;
    padding: 30px 0 0;
    width: 48%;
}
.hm-media-mentions-item {
    margin: 0 -20px;
}


.meet-attorney-rite-lst {
    padding: 70px 0;
    width: 1200px;
}
.attorney-hdg .text-heading {
    font-size: 45px;
    letter-spacing: -1.5px;
    margin: 0 0 20px;
}
.meet-attrney-lft {
    width: 270px;
    padding: 10px 15px;
}
.attrney-name {
    font-size: 22px;
    margin: 0 0 10px;
    letter-spacing: -0.3px;
}
.attrney-designation {
    font-size: 15px;
    font-weight: 500;
}
.meet-attorney-blk {
    gap: 50px;
}
.meet-attorney-sec .container {
    padding-right: 140px;
}
.meet-attorney-sec {
    padding: 0 0 75px;
}
.meet-attorney-rite-lst .case-modal-content .meet-attrney-itms {
    gap: 20px;
}
.meet-attorney-rite-lst .case-modal-content  .attrney-name {
    font-size: 35px;
}

.testimonials-sec {
    padding: 60px 0 0;
}
.testimonials-lft .text-heading {
    margin: 0 0 45px;
}
.testimonials-lft .text-heading {
    text-align: left;
    margin: 0 0 45px;
    font-size: 66px;
}
.reviews-blk {
    gap: 28px;
    padding: 31px 0 33px 40px;
}
.google-image {
    margin: 0 auto 10px;
    max-width: 40px;
    width: 100%;
}
.rating-text {
    letter-spacing: -0.9px;
    font-size: 45px;
}
.reviews-txt {
    font-size: 25px;
}
.reviews-rht {
    font-size: 30px;
}
.testi-item {
    padding: 46px 35px;
    max-width: 490px;
}
.star-rating {
    width: 135px;
    height: 22px;
}
.author {
    font-size: 26px;
}
.testi-item::before {
    transform: scale(0.7);
}
.controls {
    margin-top: 20px;
    transform: scale(0.9);
}
.controls button {
    margin: 0;
}
.testi-btn a.cmn-btn {
    left: 100px;
    font-size: 20px;
    padding: 16px 31px 16px;
}


}
@media screen and (max-width: 1366px) {
.container, .legal-btm-blk, .hm-legal-exp-sec .text-heading, 
.houston-sec .container, .frequently-qns-sec .container, .site-footer .container {max-width: 1100px; }

.hm-media-mentions-sec, .hm-legal-exp-sec, .hm-client-stories-sec, 
.frequently-qns-sec, .hm-personal-injry-sec, .hm-case-value-sec {
    padding: 60px 0;
}
.hm-media-mentions-text-heading {
    max-width: 1100px;
    margin: 0 auto 20px;
}
.hm-media-mentions button.slick-prev.slick-arrow {
    right: 16%;
}
.hm-awards-sec {
    padding: 60px 0 0;
}
.you-can-heading.text-heading {
    font-size: 177px;
}
.hm-trust-sec {
    padding: 270px 0 0;
}
.houston-heading.text-heading strong {
    padding: 0 0 0 100px;
}
.hm-personal-injry-sec p {
    font-size: 20px;
    margin: 0 0 40px;
}
.personal-injry-itm-hdg {
    font-size: 28px;
    letter-spacing: 0;
    margin: 0 0 15px;
}
.personal-injry-itm {
    padding: 30px 15px 35px;
    width: 19%;
}
.personal-injry-itm-txt, .personal-injry-itm ul li {
    font-size: 16px;
}


.meet-attorney-sec {
    padding: 0 0 70px;
}
.meet-attorney-rite-lst {
    padding: 60px 0;
    width: 1100px;
}
.meet-attrney-lft {
    width: 270px;
    padding: 10px 10px;
}
.attrney-designation {
    font-size: 14px;
}
.meet-attorney-lft {
    gap: 20px;
}
.meet-attorney-rite-lst .case-modal-content  .attrney-name {
    font-size: 32px;
}

.testi-lst:nth-child(1) {
    left: 58% !important;
    top: 59%;
}
.testi-lst:nth-child(2) {
    left: 57% !important;
}
.testi-lst:nth-child(3) {
    left: 59% !important;
}
.testi-lst:nth-child(4) {
    left: 62% !important;
}
.testimonials-rht {
    width: 66%;
    margin-left: -100px;
}
.testimonials-list {
    gap: 15px;
}

.testimonials-lft .text-heading {
    font-size: 61px;
}

.gform_footer input[type="submit"] {
    padding: 15px 40px !important;
    font-size: 20px !important;
    margin: -47px 0 0 !important;
}
.newsletter-form .subscribe-form_wrapper .gfield input {
    padding: 17px 130px 20px 20px !important;
    font-size: 17px !important;
}
.footer-logo {
    margin: 0 0 30px;
    width: 260px;
}

.hm-form-sec .text-heading {
    font-size: 40px;
}

.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
    font-size: 14px !important;
    margin-top: 13px;
}

.form-links a, .gfield-choice-input+label {
    font-size: 15px;
}

}
@media screen and (max-width: 1280px) {
.container, .legal-btm-blk, .hm-legal-exp-sec .text-heading, 
.houston-sec .container, .frequently-qns-sec .container, .site-footer .container {max-width: 960px; }



.cmn-btn {
    font-size: 20px;
    padding: 16px 28px 16px;
}

.hm-media-mentions-sec, .hm-legal-exp-sec, .hm-client-stories-sec, 
.frequently-qns-sec, .hm-personal-injry-sec, .hm-case-value-sec {
    padding: 50px 0;
}

.hm-media-mentions-text-heading {
    max-width: 960px;
    margin: 0 auto 20px;
}
.hm-media-mentions-item {
    /* padding: 45px 60px; */
    width: 100% !important;
    margin: 0 -70px;
}

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

.houston-heading.text-heading {
    margin: 0 0 20px;
    padding: 0 0 0 80px;
    letter-spacing: 0;
    font-size: 50px;
}
.houston-heading.text-heading strong {
    padding: 0 0 0 80px;
}
.you-can-heading.text-heading {
    font-size: 156px;
}
.legal-heading.text-heading {
    font-size: 50px;
    letter-spacing: 0;
    padding: 12px 40px;
}
.thirty-yrs-heading.text-heading {
    font-size: 120px;
}
.legal-btm-blk {
    padding: 30px 0 0;
}
.legal-itm p {
    font-size: 17px;
    line-height: 1.7;
}
.legal-btm-blk::after {
    width: 52px;
    height: 75px;
}

.count-stats {
    min-height: 200px;
    justify-content: center;
    margin: 0;
}
.number {
    font-size: 45px;
}
.label {
    font-size: 20px;
}
.houston-left p {
    font-size: 27px;
    line-height: 1.2;
}


.frequently-qns-rgt .accordion-section.accordien-active .accordion-heading {
    margin: 0 0 10px;
}
.frequently-qns-rgt .accordion-heading::before {
    width: 17px;
    height: 17px;
    top: 15px;
    right: 16px;
}
.frequently-qns-rgt .accordion-heading {
    font-size: 26px;
}
.frequently-qns-rgt .accordion-section {
    padding: 10px 45px 10px 45px;
}
.frequently-qns-rgt .accordion-section::after {
    font-size: 35px;
    top: 9px;
}
.frequently-qns-rgt .accordion-section-content, .frequently-qns-rgt ul li {
    line-height: 1.5;
}

.personal-injry-itm-img {
    width: 33%;
    margin: 0 auto 20px 0;
}
.personal-injry-itm::after {
    font-size: 52px;
    top: 35px;
}
.personal-injry-itm {
    padding: 30px 15px 35px;
    width: 19.3%;
}
.personal-injry-itm-hdg {
    font-size: 23px;
    letter-spacing: 0;
    margin: 0 0 15px;
}
.personal-injry-itm-txt, .personal-injry-itm ul li {
    font-size: 15px;
    letter-spacing: 0;
}
.hm-personal-injry-sec {
    padding-top: 0 !important;
}

.gform_wrapper .gfield-choice-input+label {
    max-width: 100% !important;
}
.hm-form .gform_wrapper .gform_fields.top_label {
    gap: 20px 20px;
}
.hm-form-sec .text-heading {
    margin: 0 0 16px;
    font-size: 35px;
}
.hm-form-sec {
    padding: 50px 0 0;
}

.hm-form-left::before {
    top: -50px;
}
.gform_wrapper .gfield textarea.small {
    height: 70px !important;
    min-height: auto !important;
}

.hm-form-sec p {
    font-size: 16px;
    margin: 0 0 25px;
}
.gform_wrapper .gfield input, .gform_wrapper .gfield textarea {
    font-size: 14px !important;
    padding: 0px 10px 15px 0px !important;
}
.gform_wrapper .gfield .validation_message.gfield_validation_message, .gform_wrapper .gfield .instruction.validation_message {
    font-size: 12px;
}
.gform_wrapper .gfield textarea.small {
    height: 70px;
}

.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
    font-size: 13px !important;
}
.formpopuptext {
    padding: 11px;
}


.form-links a, .gfield-choice-input+label {
    font-size: 14px;
}
.gform_footer input[type="submit"] {
    padding: 13px 30px;
    font-size: 20px;
    margin: -45px 0 0 !important;
}
.mokaram-text {
    font-size: 180px;
    letter-spacing: -1.6px;
    margin: -70px 0 0;
}
.ftr-menu {
    margin: 0 0 30px;
}
.ftr-menu ul li {
    margin: 0 20px 0 0;
}
.ftr-menu ul li a {
    font-size: 20px;
}
.ftr-itm {
    width: 24%;
}
.footer-logo {
    margin: 0 0 20px;
    width: 210px;
}
.ftr-itm .ftr-itm-title::before {
    transform: scale(0.5);
    top: -10px;
}
.ftr-itm .ftr-itm-title {
    padding: 60px 0 0;
    font-size: 32px;
}
.ftr-itm.phn p a {
    font-size: 33px;
}
.newsletter-form .gform_footer input[type="submit"] {
    padding: 13px 20px !important;
    font-size: 18px;
    margin: -48px 0px 0 !important;
    letter-spacing: 0.54px;
}
.newsletter-form .subscribe-form_wrapper .gfield input {
    padding: 16px 150px 16px 15px !important;
    font-size: 16px !important;
}
.soc-icons-main .social-icon {
    transform: scale(0.55);
    margin: 0 -26px;
}
.soc-icons-main {
    margin: 0;
}
.copyrights p, .copyrights a {
    font-size: 16px;
}

.card-main h3 {
    font-size: 40px;
}
.service-card {
    height: 320px;
}

.card-index {
    font-size: 22px;
}
.card-rite-contn {
    gap: 30px;
    max-width: 330px;
    width: 100%;
}
.rite-icon {
    max-width: 100px;
    padding-right: 20px;
}
.scroll-stack {
    position: relative;
    min-height: 1740px;
}
.cards-container {
    height: 530px;
    height: 770px;
}
.service-card {
    height: 350px;
}


.attorney-hdg .text-heading {
    font-size: 40px;
    letter-spacing: -0.8px;
    margin: 0 0 20px;
}
.meet-attorney-rite-lst {
    padding: 50px 0;
    width: 960px;
}
.meet-attorney-rite-contnt {
    gap: 10px 0;
}
.meet-attorney-sec .container {
    padding-right: 100px;
}
.meet-attorney-sec {
    padding: 0 0 56px;
}
.attrney-btn a.cmn-btn {
    font-size: 15px;
    padding: 10px 24px 10px;
}
.meet-attorney-rite-lst .case-modal-content .attrney-btn a.cmn-btn {
    bottom: 20px;
}
.meet-attorney-rite-lst .case-modal-content .meet-attrney-itms {
    gap: 15px;
    padding: 8px;
}
.meet-attorney-rite-lst .case-modal-content {
    max-width: 100%;
}
.meet-attorney-rite-lst .case-modal-1 {
    max-width: 450px;
    margin: 0 auto;
}
.meet-attorney-rite-lst .case-modal-content  .attrney-name {
    font-size: 28px;
}
.meet-attorney-rite-lst .case-modal-content  .attrney-designation {
    margin: 0 0 10px;
}
.meet-attorney-rite-lst .attrney-contnt p {
    font-size: 13px;
    line-height: 1.3;
}
.meet-attorney-blk {
    gap: 40px;
}
.meet-attorney-sec .container {
    padding-right: 90px;
}
.meet-attorney-sec::before {
    display: none;
}

.testimonials-list {
    margin-top: -90px;
}
.testimonials-lft .text-heading {
    margin: 0 0 35px;
    font-size: 50px;
}
.reviews-blk {
    gap: 20px;
    padding: 21px 0 23px 36px;
}
.reviews-rht {
    font-size: 26px;
}
.google-image {
    margin: 0 auto 10px;
    max-width: 30px;
}
.rating-text {
    letter-spacing: -0.5px;
    font-size: 36px;
}
.rating-image {
    max-width: 80px;
    margin: 0 auto 10px;
}
.reviews-txt {
    font-size: 22px;
}
.testimonials-rht p {
    font-size: 16px;
    line-height: 1.65;
}
.testi-item {
    /* padding: 46px 25px 46px 45px; */
    max-width: 420px;
}
.star-rating {
    width: 105px;
    height: 20px;
}
.testi-item::before {
    transform: scale(0.6);
}
.testi-btn a.cmn-btn {
    left: 90px;
    font-size: 18px;
    padding: 15px 31px 15px;
}
.controls {
    margin-top: 0;
    transform: scale(0.9);
}


}

@media screen and (max-width: 1039px) {
/* .banner-right {
    padding-top: 120px;
    display: none;
} */

}
@media screen and (max-width: 1024px) {
.header-sec .container, .container, .houston-sec .container, 
.frequently-qns-sec .container, .hm-personal-injry-sec .container, .hm-legal-exp-sec .container, .site-footer .container {
    max-width: 720px;
    margin: 0 auto;
}


.hm-media-mentions-sec, .hm-legal-exp-sec, .hm-client-stories-sec, .frequently-qns-sec, .hm-personal-injry-sec {
    padding: 30px 0;
}
.hm-media-mentions-text-heading {
    max-width: 720px;
    margin: 0 auto 20px;
}
.hm-awards-sec {
    padding: 40px 0 0;
}

.personal-injry-blk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.personal-injry-itm {
    padding: 30px 25px 35px;
    width: 100%;
    max-width: 300px;
    height: 100%;
    margin: 0 auto;
}


.hm-client-stories-sec {
    padding-bottom: 0;
}

.personal-injry-blk {
    display: block !important;
    overflow: hidden;
}

.frequently-qns-blk {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.frequently-qns-rgt {
    width: 100%;
    max-width: 550px;
}
.houston-blk {
    align-items: center;
    flex-direction: column-reverse;
    max-width: 580px;
    margin: 0 auto;
    gap: 20px;
}
.houston-left p br {
    display: none;
}
.houston-left .text-heading {
    text-align: center;
    margin: 0 0 15px;
    font-size: 42px;
    letter-spacing: -0.8px;
}
.houston-left .text-heading strong {
    font-weight: 700;
    line-height: 1;
    color: #c1012d;
    display: inline-block;
}
.houston-left p {
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 10px;
}
.houston-left {
    width: 100%;
    text-align: center;
}


.hm-case-setlmnt-blk {
    display: block;
    margin: 0 0 30px;
    overflow: hidden;
}
.hm-case-setlmnt-item {
    width: 100%;
    background-color: #d8dde8;
    max-width: 300px;
    text-align: center;
    border: 1px solid #adb7cb;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hm-case-setlmnt-item-blk {
    align-items: center;
    padding: 10px;
    position: relative;
    flex-direction: column;
    gap: 10px;
}
.hm-case-setlmnt-item-img {
    width: 100%;
    margin: 0 auto;
    max-width: 50px;
}
.hm-case-setlmnt-item-blk .hm-case-setlmnt-item-top-content {
    font-size: 33px;
    padding: 0;
    width: 100%;
    text-align: center;
    border: 0;
}
.text-heading {
    font-size: 40px;
    margin: 0 0 20px;
    letter-spacing: -0.5px;
}
.hm-case-setlmnt-sec .hm-case-setlmnt-tittle {
    font-size: 22px;
    padding: 70px 0 0;
    margin: 0 0 20px;
    letter-spacing: -0.5px;
}
.hm-case-setlmnt-text-count::after {
    font-size: 80px;
            top: -40px;
}

.hm-form-blk {
    gap: 20px;
    flex-direction: column;
    align-items: center;
    margin: 0 0 50px;
}
.hm-form-left {
    margin: 0;
    padding: 50px 30px 20px;
    width: 100%;
    max-width: 430px;
    border: 4px solid #c1012d;
}
.hm-form-sec {
    padding: 40px 0 0;
}
.form-links {
    color: #fff;
    text-align: left;
}
.ginput_container_checkbox {
    margin: -20px 0 0;
    text-align: left;
}
.hm-form-sec .text-heading {
    font-size: 35px;
    margin: 0 0 20px;
    text-align: center;
    letter-spacing: -0.5px;
}
.hm-form-sec p {
    font-size: 15px;
    margin: 0 0 20px;
    letter-spacing: 0.3px;
}
.hm-form .gform_wrapper .gform_fields.top_label {
    gap: 20px 10px;
}
.mokaram-text {
    font-size: 100px;
    letter-spacing: -0.6px;
    margin: 0;
}
.mokaram-text::after {
    left: 117px;
    top: 119%;
    background: linear-gradient(to top, rgb(0 0 0 / 0%) -10%, transparent 20%, transparent 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000080;
    transform: translateX(-122px) scaleY(-1.2) perspective(60px) skewX(4deg);
    filter: blur(2px);
}
.site-footer {
    padding: 20px 0;
}
.ftr-menu ul li {
    margin: 0 15px 0 0;
}
.ftr-menu ul li a {
    font-size: 18px;
    letter-spacing: 0;
}
.ftr-blk {
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.ftr-itm.logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    order: 1;
    padding: 0;
    border: 0;
    gap: 0;
    max-width: 100%;
}
.ftr-itm {
    width: 100%;
    max-width: 320px;
    border: 1px solid #52627f;
    padding: 20px 10px;
    order: 2;
}
.ftr-itm.phn {
    order: 3;
}
.ftr-itm.phn p a {
    font-size: 33px;
    margin-top: 8px;
}
.ftr-itm.phn p {
    margin-top: 13px;
}
.ftr-itm.loc p a {
    font-size: 15px;
    letter-spacing: 1px;
}
.ftr-itm p {
    font-size: 16px;
    line-height: 1.3;
}
.soc-icons-main {
    margin: 10px 0 0;
}
.soc-icons-main .social-icon {
    transform: scale(0.55);
    margin: 0 -27px;
}
.hm-form-left::before {
    top: 0;
    background-size: 100% 100%;
}
.hm-form-right {
    width: 100%;
    margin: 0;
    padding-top: 0;
    text-align: center;
}
.gform_wrapper .gfield input, .gform_wrapper .gfield textarea {
    text-align: left;
}
.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
    font-size: 14px !important;
    text-align: left;
}

.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label {
    margin-top: 0;
}
.gform_wrapper .top_label input[type="checkbox"] {
    margin-top: 0;
}
.personal-injry-itm:hover {
    transform: matrix(1, 0, 0, 1, 0, -25);
    transition: 0.5s;
}
.frequently-qns-rgt .accordion-heading::before {
    width: 14px;
    height: 14px;
}
.frequently-qns-sec .text-heading {
    margin: 0 0 25px;
}
.frequently-qns-lft {
    width: 100%;
    max-width: 400px;
    border: 2px solid #c1012d;
}
.frequently-qns-lft-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    height: 300px;
}
.personal-injry-itm-img {
    width: 100%;
    margin: 0 auto 20px 0;
    max-width: 70px;
}
.personal-injry-itm::after {
    font-size: 68px;
    top: 35px;
}
.personal-injry-itm.experience::after {
    content: "01";
}
.personal-injry-itm.proven::after {
    content: "02";
}
.personal-injry-itm.available::after {
    content: "03";
}
.personal-injry-itm.personalized::after {
    content: "04";
}
.personal-injry-itm.award::after {
    content: "05";
}



video.legal-video {
    margin: 0 0 10px;
}
.legal-thirty-yrs-blk {
    position: inherit;
}
.legal-img-cont {
    position: relative;
    margin: 0 0 20px;
}
.legal-btm-blk {
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.legal-itm p, .legal-btm-blk .rgt p, .footer-top-sec .legal-itm p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px;
}
.legal-btm-blk::before {
    bottom: 74px;
            width: 100%;
        height: 2px;
}
.legal-btm-blk::after {
    width: 32px;
    height: 45px;
    border: 0;
    top: 112px;
}
.legal-itm {
    width: 100%;
    text-align: center;
}
.thirty-yrs-heading.text-heading {
    font-size: 80px;
}
.legal-heading.text-heading {
    font-size: 30px;
    letter-spacing: 0;
    padding: 10px 20px;
}
.houston-right {
    overflow: hidden;
    width: 100%;
    max-width: 450px;
}

.count-box {
    margin: 0 auto;
}
/* ACTIVE */
.count-box::after {
    opacity: 1;
    transform: translateY(10);
    height: 80px;
    width: 100%;
}
.count-box .number,
.count-box .label {
    color: #d1002c;
}
.count-box::before {
    background-image: url(../images/arows.webp);
    width: 18px;
    height: 62px;
    background-color: transparent;
    bottom: 12px;
}
.count-stats {
    min-height: auto;
    margin: 0;
    display: block;
    overflow: hidden;
}
.houston-sec {
    padding: 0;
    padding-top: 35px;
}

.hm-case-setlmnt-item .hm-case-setlmnt-item-desc {
    font-size: 16px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    min-height: 60px;
    justify-content: center;
    align-items: center;
}

.owl-stage {
    display: flex;
}
.owl-nav {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.owl-nav button {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f0f3fa;
    border: 2px solid #c0c9da;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 0;
    background-image: url(../images/right-arrow.webp);
}
.owl-nav button:hover {
    background-color: #d8dde8;
    border-color: #d8dde8;
}
.owl-nav button.owl-prev {
    background-image: url(../images/left-arrow.webp);
}
.hm-legal-exp-sec .text-heading {
    margin: 0 auto 20px;
}
.banner-sec::before, .banner-video-itm::after {
    display: none;
}

.hm-trust-sec {
    padding: 180px 0 0;
}
.trust-cont {
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.houston-heading.text-heading {
    margin: 0 0 20px;
    padding: 0;
    letter-spacing: 0;
    font-size: 50px;
    text-align: center;
}
.houston-heading.text-heading br {
    display: none;
}
.houston-heading.text-heading strong {
    padding: 0;
}
.you-can-heading.text-heading {
    font-size: 96px;
    text-align: center;
}
.marquee-track {
    gap: 6px;
}
.awards-top-lst {
    margin: 0 0 6px;
}
.awards-top-lst-itm, .awards-btm-lst-itm {
    width: 100%;
    max-width: 140px;
}
.hm-media-mentions button.slick-arrow {
    display: none !important;
}
.hm-media-mentions-text-heading .text-heading {
    text-align: center;
}
.hm-media-mentions button.slick-arrow {
    width: 40px;
    height: 40px;
    top: -60px;
    right: 5%;
}
.hm-media-mentions li button {
    width: 10px;
    height: 10px;
}
.hm-media-mentions-blk .slick-list.draggable {
    padding: 0 2px;
}
.hm-media-mentions-item {
    margin: 0 -1px;
}

.testimonials-lft .text-heading {
    text-align: center;
    margin: 0 0 25px;
}
.testimonials-list {
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-direction: column;
    margin: 0;
}
.testimonials-sec {
    padding: 50px 0 0 !important;
}
.testimonials-lft {
    width: 100%;
    position: relative;
}
.reviews-blk {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: relative;
    padding: 0;
    width: 100%;
    flex-direction: column;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}
.reviews-blk::before {
    display: none;
}
.google-image {
    margin: 0 auto 5px;
    max-width: 45px;
    width: 100%;
}
.reviews-lft {
    width: 100%;
    text-align: center;
    padding: 10px;
    border: 3px solid #c1012d;
}
.rating-text {
    letter-spacing: -1.6px;
    font-size: 50px;
}
.reviews-txt {
    letter-spacing: -0.6px;
    text-transform: capitalize;
    text-align: center;
    font-size: 28px;
}
.reviews-rht {
    line-height: 1.1;
    letter-spacing: 0;
    font-size: 23px;
}

.meet-attorney-blk {
    gap: 20px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.meet-attorney-sec .container {
    padding-right: 10px;
}
.meet-attorney-rite-lst {
    padding: 50px 20px;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}
.attorney-hdg .text-heading {
    font-size: 40px;
    letter-spacing: 0;
    margin: 0 0 20px;
    color: #fff;
}
.meet-attorney-rite-lst {
    padding: 40px 20px 30px;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    overflow: hidden;
}
.meet-attorney-lft {
    gap: 20px;
}
.attorney-lft-img {
    width: 100%;
    max-width: 80px;
}
.meet-attorney-lft {
    gap: 20px;
    flex-direction: row;
}
.meet-attorney-lft-blk {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
.meet-attorney-rite-contnt {
    gap: 10px 0;
    margin: 0 0 20px;
}
.meet-attorney-rite-lst .btn-popups {
    width: 100%;
    max-width: 335px;
}
.meet-attorney-rite-lst .popoverContainer {
    max-width: 100%;
    background-color: #000000b0;
}
/* .meet-attorney-rite-contnt.mbl {
    display: none;
} */
.meet-attorney-rite-contnt.owl-carousel .owl-nav {
    margin: 10px auto 0;
}


.testi-lst {
    transform: none !important;
    position: inherit;
}
.controls {
    display: none;
}
.testi-btn a.cmn-btn {
    font-size: 18px;
    padding: 15px 31px 15px;
    position: inherit;
}
.testi-btn {
    text-align: center;
    margin: 0;
}
.testi-blk {
    height: auto;
    margin: 0 0 20px;
}
/* .testi-blk .owl-nav {
    display: none;
} */
.personal-injury-top-cont {
    max-width: 550px;
    margin: auto;
    width: 100%;
}
.testimonials-rht {
    width: 100%;
    margin: 0 auto;
}
.meet-attorney-sec {
    padding: 0 0 50px;
    overflow: hidden;
}
.testi-item {
    padding: 36px 25px;
}

.testimonials-lft .text-heading {
    font-size: 40px;
    margin: 0 0 30px;
}


.testimonials-sec .owl-nav button.owl-next:hover {
    background-image: url(../images/hover-right-arrow.webp);
}

.testimonials-sec .owl-nav button:hover {
    background-color: #c1012d;
    background-image: url(../images/hover-left-arrow.webp);
    border-color: #c1012d;
}



.cards-container {
    /* height: 575px; */
    height: auto !important;
}
.service-card {
    height: 310px;
}

.hm-personal-injry-sec p{margin-bottom: 20px;}

.cards-container .service-card {
    position: relative !important;
    top: auto !important;
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
    z-index: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    margin-bottom: 0;
    height: 350px !important;
    max-width: 650px;
}
  .scroll-stack {
    min-height: auto !important;
}


.hm-media-mentions-blk .slick-track {
    height: 150px;
}
.hm-media-mentions-sec {
    padding: 0px 0 30px;
}

}

@media screen and (max-width: 850px) {
.hm-media-mentions-blk .slick-track {
    height: 130px;
}

}

@media screen and (max-width: 768px) {
.header-sec .container, .container, .houston-sec .container, .frequently-qns-sec .container {max-width: 100%; }

.hm-form-left {
    margin: 0;
    padding: 30px 20px 10px;
    width: 100%;
    max-width: 360px;
    border: 3px solid #c1012d;
}
.hm-form .gform-theme--foundation .gform_footer {
    justify-content: start !important;
}
.gform_footer input[type="submit"] {
    padding: 14px 35px;
    font-size: 20px;
    margin: 20px 0 0 !important;
    float: left;
    line-height: 1 !important;
    letter-spacing: 1.6px;
    border-radius: 30px;
}
.hm-form-right {
    max-width: 420px;
}
.hm-form-blk {
    margin: 0 0 40px;
}
.mokaram-text {
    font-size: 80px;
}
.ftr-menu ul li {
    margin: 0 15px 5px 0;
}
.ftr-menu ul li a {
    font-size: 20px;
}
.footer-logo {
    margin: 0 0 20px;
    width: 210px;
}
.newsletter-form .subscribe-form_wrapper .gfield {
    width: 100% !important;
    margin: 0 auto;
    max-width: 320px;
}
.newsletter-form .subscribe-form_wrapper .gfield input {
    padding: 16px 120px 16px 15px !important;
    font-size: 15px !important;
}
.newsletter-form .gform_footer input[type="submit"] {
    padding: 13px 22px !important;
    font-size: 16px !important;
    margin: -47px 1px 0 !important;
    letter-spacing: 0.74px;
}
.soc-icons-main .social-icon {
    transform: scale(0.55);
    margin: 0 -12px;
}
.soc-icons-main {
    flex-wrap: wrap;
    gap: 0;
}
.frequently-qns-rgt .accordion-heading {
    font-size: 22px;
}
.frequently-qns-rgt .accordion-section {
    padding: 10px 35px 10px 38px;
}
.frequently-qns-lft-img img {
    height: 280px;
}
.text-heading {
    font-size: 33px;
    line-height: 1.1;
}
.hm-personal-injry-sec p br {
    display: none;
}
.hm-personal-injry-sec p {
    font-size: 18px;
    margin: 0 0 30px;
    line-height: 1.2;
    letter-spacing: 0;
}

.hm-case-setlmnt-text-count::after {
    /* font-size: 65px;
    top: -30px; */
            font-size: 56px;
        top: -26px;
}
.hm-case-setlmnt-sec .hm-case-setlmnt-tittle {
    font-size: 20px;
    padding: 70px 0 0;
    margin: 0 0 20px;
    letter-spacing: 0;
}
.hm-case-setlmnt-blk {
    margin: 0 0 20px;
}
.legal-btm-blk::before, .legal-btm-blk::after {
    display: none;
}
.legal-btm-blk {
    gap: 0;
}
.legal-itm p, .legal-btm-blk .rgt p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px;
}
.houston-left .text-heading {
    text-align: center;
    margin: 0 0 15px;
    font-size: 37px;
    letter-spacing: 0;
}
.houston-left p {
    font-size: 22px;
    line-height: 1.1;
    margin: 0 0 10px;
}
.text-heading strong {
    display: inline;
}
.hm-case-setlmnt-text-heading .text-heading strong {
    display: block;
}
.hm-case-value-contnt .text-heading strong {
    display: block;
}
.houston-heading.text-heading {
    margin: 0 0 10px;
    padding: 0;
    letter-spacing: 0;
    font-size: 35px;
    text-align: center;
    line-height: 1.1;
}
.hm-trust-sec {
    padding: 140px 0 0;
}
.awards-top-lst-itm, .awards-btm-lst-itm {
    width: 100%;
    max-width: 120px;
}
.you-can-heading.text-heading {
    font-size: 85px;
    text-align: center;
    letter-spacing: -2.3px;
}

.hm-awards-sec .container {
    padding: 0;
}
.newsletter-form .subscribe-form_wrapper .gfield .validation_message.gfield_validation_message {
    left: 17px !important;
    bottom: 5px !important;
}
.gform_wrapper .gfield .validation_message.gfield_validation_message, .gform_wrapper .gfield .instruction.validation_message {
    font-size: 11px;
}
fieldset .gfield_description.validation_message.gfield_validation_message {
    left: 0px !important;
    right: auto !important;
    bottom: -14px;
}



.meet-attorney-rite-contnt.owl-carousel .owl-item {
    text-align: center;
    display: flex;
}
.attrney-btn a.cmn-btn {
    font-size: 18px;
    padding: 10px 24px 10px;
    display: block;
    bottom: 20px;
    text-align: center;
    width: fit-content;
}
.meet-attrney-itms {
    display: flex;
    width: 100%;
    background-color: #00205c;
    align-items: center;
    cursor: pointer;
    outline: 0;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    height: 100%;
}
.meet-attorney-rite-lst .btn-popups {
    width: 100%;
    margin: auto;
    max-width: 350px;
    background-color: #c1012d;
    padding: 3px;
    height: 100%;
}
.meet-attrney-lft {
    padding: 10px 0px 10px 20px;
}
.attrney-name {
    font-size: 28px;
    margin: 0 0 10px;
    letter-spacing: 0;
    color: #fff;
}
.attrney-designation {
    font-size: 17px;
    color: #fff;
    margin: 0 0 10px;
    letter-spacing: 0;
}
.attrney-contnt {
    display: block;
}
.meet-attorney-rite-lst .attrney-contnt p {
    font-size: 14px;
    line-height: 1.4;
    display: block;
}
.attrney-btn a.cmn-btn {
    font-size: 18px;
    padding: 10px 24px 10px;
    display: block;
    bottom: 20px;
    text-align: center;
    width: fit-content;
    background-color: #c1012d;
}
.meet-attrney-rite {
    position: relative;
    width: 100%;
    max-width: 200px;
}
.owl-nav {
    margin: 20px auto 0;
    transform: scale(0.9);
}
.meet-attorney-sec {
    padding: 0 0 50px;
}
.meet-attorney-sec::before {
    display: none;
}
.gform_wrapper fieldset#field_1_9 {
    width: 100%;
}

.testi-lst:nth-child(1), .testi-lst:nth-child(2), .testi-lst:nth-child(3), .testi-lst:nth-child(4) {
    left: 0 !important;
    top: 0 !important;
}
.attrney-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    height: 230px;
}
.meet-attrney-rite {
    position: relative;
    width: 100%;
    max-width: 200px;
}
.attrney-btn a.cmn-btn {
    position: inherit;
}
.attrney-btn a.cmn-btn:hover {
    background-color: #d8dde8;
    color: #00205c !important;
}
.attrney-btn {
    margin-top: 10px;
}
.meet-attrney-lft {
    padding: 0;
    width: 100%;
    text-align: center;
}
.attrney-name br {
    display: none;
}
.meet-attorney-rite-contnt.mbl {
    display: none;
}

.testimonials-lft .text-heading {
    margin: 0 0 25px;
    font-size: 31px;
}

.hm-form-sec .text-heading {
    margin: 0 0 16px;
    font-size: 27px;
    line-height: 1.2;
    text-align: center;
}

.hm-media-mentions-blk .slick-track {
    height: 120px;
}

.cards-container { height: 480px; }

}

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

.gform_wrapper .gfield {
    width: 100%;
}
.frequently-qns-lft-img img {
    height: 260px;
}

.hm-media-mentions-item-img {
    width: 55%;
    margin: 0 auto;
}



}

@media screen and (max-width: 480px) {
.gform_footer input[type="submit"] {
    padding: 13px 30px;
    font-size: 18px;
}
.soc-icons-main .social-icon {
    margin: -12px -12px;
}
.mokaram-text {
    font-size: 70px;
}
.frequently-qns-lft-img img {
    height: 240px;
}
.frequently-qns-rgt .accordion-section::after {
    top: 11px;
}
.personal-injry-itm {
    padding: 30px 25px 35px;
    width: 100%;
    max-width: 280px;
}

.hm-case-setlmnt-sec .hm-case-setlmnt-tittle {
    font-size: 18px;
    /* padding: 40px 0 0; */
            padding: 30px 0 0;
    margin: 0 0 20px;
    letter-spacing: 0;
}
.hm-case-setlmnt-text-count::after {
    /* font-size: 45px; */
    font-size: 37px;
        top: -30px;
}
.thirty-yrs-heading.text-heading {
    font-size: 60px;
}
.legal-heading.text-heading {
    font-size: 24px;
    letter-spacing: 0;
    padding: 10px 20px;
}
.legal-thirty-yrs-blk .thirty-yrs-heading.text-heading {
    margin: 0 0 10px !important;
}
.houston-heading.text-heading {
    font-size: 28px;
}
.you-can-heading.text-heading {
    font-size: 60px;
    text-align: center;
    letter-spacing: -1px;
}
.meet-attorney-rite-lst {
    padding: 40px 10px 30px;
}
.meet-attorney-rite-lst .btn-popups {
    max-width: 250px;
}
.attrney-btn {
    margin-top: 15px;
}
.meet-attrney-itms {
    padding: 20px 10px;
}
.attrney-img img {
    height: 210px;
}

.testimonials-sec {
    padding: 40px 0 0 !important;
}
.testimonials-lft .text-heading {
    font-size: 27px;
}
.google-image {
    margin: 0 auto 5px;
    max-width: 35px;
    width: 100%;
}
.rating-text {
    letter-spacing: 0;
    font-size: 40px;
}
.reviews-txt {
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
    font-size: 24px;
}
.reviews-lft {
    width: 100%;
    text-align: center;
    padding: 10px;
    border: 2px solid #c1012d;
}
.testimonials-rht p {
    font-size: 15px;
}
.testi-item::before {
    transform: scale(0.5);
    right: 10px;
    top: 40px;
}
.hm-form .gform-theme--foundation .gform_footer {
    justify-content: center !important;
}

.frequently-qns-sec .text-heading {
    margin: 0 0 20px;
}
.hm-form-sec .text-heading {
    font-size: 25px;
}


.card-content {
    gap: 20px;
    flex-direction: column;
    text-align: center;
    justify-content: start;
    align-items: center;
}

.hm-form-sec .text-heading br {
    display: none;
}

.hm-media-mentions-item {
    margin: 0;
}
.hm-media-mentions-blk .slick-list.draggable {
    padding: 0;
}
.hm-media-mentions-blk .slick-track {
    height: auto;
}

}

@media screen and (max-width:405px) {
.hm-case-value-contnt .text-heading strong {
    display: block;
}    
}

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

.frequently-qns-lft-img img {
    height: 220px;
}


}

/*
.stack-section {
  height: 400vh;
}

.card-stack {
    position: sticky;
    top: 120px;
    width: 380px;
    height: 260px;
    margin: auto;
}

.card {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0b0b0b;
  border: 2px solid #ff3c00;
  border-radius: 14px;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;

  transform: translateX(120%);
}*/

/* first card visible */
/*.card:first-child {
  transform: translateX(0);
}*/
newsletter-form

.ftr-email .gform_wrapper{position: relative;}
.ftr-email label.gfield_label{display: none;}
.ftr-email .ginput_container.ginput_container_email {background-color: #172a39 !important;border-radius: 50px;}
.ftr-email .gfield input.large{font-size: 14px !important;line-height: 1 !important;letter-spacing: 0.28px !important;font-family: 'Stack Sans Headline' !important;font-weight: 300 !important;color: #fff !important;background-color: #172a39 !important;border-radius: 50px !important;background-image: url("images/ftr-email-icon.webp");background-repeat: no-repeat;background-position: left 25px center;background-size: 9%;padding: 20px 30px 20px 55px !important;width: auto !important;border: none;outline: none;height: 100%;}
.ftr-email .gform_wrapper .gform_footer.top_label {padding: 0;margin: 0;position: absolute;right: 0;top: 0;}
.ftr-email .gform_footer input[type="submit"] {font-size: 16px !important;line-height: 1 !important; letter-spacing: -0.32px !important; font-family: 'Montserrat' !important; font-weight: 700 !important; text-transform: uppercase !important; background-image: -webkit-linear-gradient(0deg, rgb(18, 86, 140) 0%, rgb(24, 110, 178) 50%, rgb(18, 86, 140) 100%); padding: 22px 25px 20px !important; border: none !important;outline: none !important;  border-radius: 50px !important; background-position: right;}
.ftr-email .gform_footer input[type="submit"]:hover{background-image: -webkit-linear-gradient(0deg, rgb(24, 110, 178) 50%, rgb(18, 86, 140) 0%) !important;background-size: 200% 100%;background-position: left;transition: 0.8s !important;}
.ftr-email .gfield input::placeholder{color: #fff;}
.ftr-email .gform_wrapper .gfield .validation_message.gfield_validation_message {top: inherit;bottom: -20px;right: inherit;left: 20px;}


.hm-client-stories-sec .popoverContainer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}
 
.hm-client-stories-sec .case-modal-1 {
    width: 100%;
    max-width: 650px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
 
.hm-client-stories-sec .case-modal-content {
    max-height: 95vh;
    /* width: 90%; */
    padding: 30px 0 0;
    border-radius: 12px;
    position: relative;
    overflow-y: auto;
    position: relative;
    background-color: transparent;
}
 
.hm-client-stories-sec .case-close {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    font-family: 'Prata', sans-serif;
    font-weight: 400;
    font-size: xx-large;
    line-height: 1;
    border-radius: 50%;
    z-index: 9;
    padding: 0;
}
 
.hm-client-stories-sec .btn-popups {
    margin: auto;
    background-color: transparent;
    height: 100%;
    width: 100%;
    border-radius: 0;
    line-height: 1 !important;
    padding: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 0;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer;
    background-image: url(../images/testi-play-img.webp);
    background-repeat: no-repeat;
    background-position: bottom 130px center;
    opacity: 50%;
    background-size: 60px;
}
 
.hm-client-stories-sec .case-modal-content video {
    width: 100%;
    height: 100%;
}


/* Visit Our Offices Section */

.visit-office-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    max-width: 1200px;
    margin: 0 auto;
}

.visit-office-lft-blk{width: 50%;}
.visit-office-rit-blk{width:50%;}

.contact-desc.visit-title.reviews-rht p{
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    color: #00205b;
}


.contact-desc.reviews-rht p {
    font-size: 56%;
    margin-bottom: 15px;
    text-align: left;
    font-family: "Mona Sans";
    text-transform: none;
    color: #000000;
}

.hm-visit-our-office-sec .text-heading strong{display: inline-block;}
.hm-visit-our-office-sec .text-heading span { display: block; font-size: 86%; text-align: left;}

.hm-visit-our-office-sec iframe {
    border: 2px solid #c1012d;
}


.pract-item-cont p {
    color: #fff;
    text-align: right;
    font-family: 'Mona Sans';
    margin: 0 auto 0 0;
    font-size: 16px;
}

.pract-item-cont {
    position: absolute;
    z-index: 3;
    bottom: 85px;
    right: 50px;
    max-width: 1170px;
}

.pract-item-cont a {
    color: #fff;
    text-decoration: underline;
}

.pract-item-cont a:hover {
    color: #fff;
    text-decoration: none;
}

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

/* .contact-desc.reviews-rht p a {
    text-transform: uppercase;
} */

.footer-top-sec .legal-btm-blk::after, .footer-top-sec .legal-btm-blk::before{top: 0; bottom: 0; margin: auto;}

.footer-top-sec{padding-bottom: 50px;}
.annual-sec{padding-bottom: 65px;}
.footer-top-sec .text-heading {
    font-size: 80px;
}

@media screen and (max-width: 1800px) {
.footer-top-sec .text-heading {
    font-size: 70px;
}
    
}
@media screen and (max-width: 1680px) {
.footer-top-sec .text-heading {
    font-size: 60px;
}
    
}

@media screen and (max-width:1550px) {
    .visit-office-blk{max-width: 1100px;}
    .hm-visit-our-office-sec iframe { height: 400px; }

    .pract-item-cont p{font-size: 15px;}
    .hm-practs-areas-sec {
        padding: 80px 0 0;
    }
}

@media screen and (max-width:1440px) {
    .visit-office-blk{max-width: 1000px;}
    .hm-visit-our-office-sec iframe { height: 360px; }
    .hm-visit-our-office-sec .text-heading span{font-size: 100%;}
    .contact-desc.visit-title.reviews-rht p{ font-size: 90%;}
    .contact-desc.reviews-rht p { font-size: 60%;}

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

    .annual-sec{padding-bottom: 60px;}
    

.hm-client-stories-sec .btn-popups {
    background-position: bottom 100px center;
    background-size: 50px;
}

}

@media screen and (max-width:1366px) {
    .pract-item-cont{max-width: 1025px;}
    .pract-item-cont p{font-size: 14px;}

    .hm-practs-areas-sec {
        padding: 60px 0 0;
    }

    .annual-sec{padding-bottom: 55px;}
.footer-top-sec .text-heading {
    font-size: 50px;
}

}


@media screen and (max-width:1280px) {
    .visit-office-blk{max-width: 960px;}
    .hm-visit-our-office-sec iframe { height: 300px; }
    .contact-desc.visit-title.reviews-rht p{ font-size: 100%;}
    .contact-desc.reviews-rht p { font-size: 70%;}

    .pract-item-cont { max-width: 755px; bottom: 60px; right: 20px; }
    .pract-item-cont p { font-size: 13px; }

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

    .footer-top-sec{padding-bottom: 40px;}

    .annual-sec{padding-bottom: 50px;}
.footer-top-sec .text-heading {
    font-size: 45px;
}

}

@media screen and (max-width: 1024px) {
    .visit-office-blk { max-width: 100%; flex-direction: column-reverse; gap: 10px; align-items: center; justify-content: center; text-align: center; }
    .visit-office-lft-blk, .visit-office-rit-blk { width: 100%; }
    /* .hm-visit-our-office-sec iframe { height: 250px; } */
    .hm-visit-our-office-sec .text-heading span{text-align: center;}
    .contact-desc.reviews-rht p{text-align: center; margin-bottom: 10px; font-size: 80%;}
    .visit-office-rit-blk{max-width: 350px;}

    .pract-item-cont { max-width: 100%; bottom: 40px; right: 0; left: 0; padding: 0 10px; text-align: center; margin: 0 auto; }
    .pract-item-cont p{text-align: center;}

    .footer-top-sec .legal-btm-blk { gap: 0; }
    .footer-top-sec .legal-btm-blk::after, .footer-top-sec .legal-btm-blk::before{display: none;}

    .footer-top-sec{padding: 30px 0;}

    .annual-sec{padding-bottom: 30px;}
.footer-top-sec .text-heading br {
    display: none;
}
.footer-top-sec .text-heading strong {
    display: inline;
}
.footer-top-sec .text-heading {
    font-size: 40px;
}


}

@media screen and (max-width: 768px) {
    .pract-item-cont {
    bottom: 30px;
    height: 70px;
    overflow-y: scroll;
    max-width: 98%;
    right: auto;
    padding: 0 10px;
}

.pract-item-cont::-webkit-scrollbar {
  width: 4px;
}

.pract-item-cont::-webkit-scrollbar-track {
  background: #fff;
}

.pract-item-cont::-webkit-scrollbar-thumb {
  background: #c1012d;
  border-radius: 10px;
}

.pract-item-cont::-webkit-scrollbar-thumb:hover {
  background: #c1012d;
}
    .pract-item-cont p { font-size: 12px; }
.footer-top-sec .text-heading {
    font-size: 30px;
}

.hm-client-stories-sec .btn-popups {
    background-position: bottom 90px center;
    background-size: 50px;
}

.hm-client-stories-sec .popoverContainer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    padding: 0 20px;
}
.hm-client-stories-sec .case-modal-1 {
    max-width: 100%;
}
.hm-client-stories-sec .case-modal-content {
    width: 100%;
}

}

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

.hm-client-stories-sec .case-modal-content {
    width: 100%;
    max-height: 45vh;
}
.hm-client-stories-sec .popoverContainer {
    padding: 0 5px;
}
    
}