/* Header Section Starts */

.page-template-family-law-lp .header-sec {
    border-color: rgb(231 232 232 / 10%);
    padding: 33px 15px 27px;
}

.logo-container {
    padding-left: 40px;
}

.header-sec::before {
    width: 38.1%;
    clip-path: polygon(0% 0%, 85.3% 0%, 97.5% 100%, 0% 100%);
}

.page-template-family-law-lp .header-sec.f-nav {
    border-color: var(--blue);
}

.family-lp-text-heading {
    font-size: 85px;
    font-family: 'Tinos';
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1.7px;
    color: #ffffff;
    margin: 0 0 20px;
}

.family-lp-text-heading strong {
    color: #55bcd4;
    font-weight: 400;
}


@media screen and (max-width:1800px) {
    .family-lp-text-heading {
        font-size: 79px;
    }

    .logo-container {
        padding-left: 30px;
    }

    .page-template-family-law-lp .header-sec {
        padding: 30px 15px 25px;
    }
}

@media screen and (max-width:1680px) {
    .family-lp-text-heading {
        font-size: 70px;
        letter-spacing: -1.3px;
    }

    .page-template-family-law-lp .header-sec {
        padding: 25px 12px 20px;
    }

    .logo-container {
        padding-left: 25px;
    }

    .header-sec::before {
        width: 37.8%;
        clip-path: polygon(0% 0%, 85.2% 0%, 97.8% 100%, 0% 100%);
    }

    .page-template-family-law-lp .hdr-call a {
        margin-left: 10px;
    }
}

@media screen and (max-width:1550px) {
    .family-lp-text-heading {
        font-size: 66px;
        letter-spacing: -1px;
    }

    .page-template-family-law-lp .header-sec {
        padding: 20px 12px;
    }
}

@media screen and (max-width:1440px) {
    .family-lp-text-heading {
        font-size: 62px;
        letter-spacing: -0.5px;
        margin-bottom: 10px;
    }

    .page-template-family-law-lp .header-sec {
        padding: 16px 10px;
    }

    .header-sec::before {
        width: 37.4%;
        clip-path: polygon(0% 0%, 86.2% 0%, 97.7% 100%, 0% 100%);
    }

    .logo-container {
        padding-left: 20px;
    }
}

@media screen and (max-width:1366px) {
    .family-lp-text-heading {
        font-size: 57px;
        letter-spacing: 0;
    }
}

@media screen and (max-width:1280px) {
    .family-lp-text-heading {
        font-size: 53px;
    }

    .page-template-family-law-lp .header-sec {
        padding: 14px 10px;
    }

    .logo-container {
        padding-left: 15px;
    }

    .header-sec::before {
        width: 37.7%;
        clip-path: polygon(0% 0%, 86.2% 0%, 98.5% 100%, 0% 100%);
    }

}

@media screen and (max-width:1024px) {
    .logo-container {
        padding: 0;
    }

    .family-lp-text-heading {
        font-size: 45px;
        line-height: 1.2;
        margin: 0 0 12px;
        text-align: center;
    }

    .page-template-family-law-lp .hdr-call a {
        margin: 0;
        margin-left: 4px;
    }

    .page-template-family-law-lp .header-sec {
        border-color: transparent;
    }

}

@media screen and (max-width:768px) {
    .family-lp-text-heading {
        font-size: 35px;
        margin: 0 0 10px;
    }
}

@media screen and (max-width:480px) {
    .family-lp-text-heading {
        font-size: 27px;
        margin: 0 0 8px;
    }
}

/* Banner Section Starts */

/* home Banner Section starts */

.family-lp-banner-sec {
    padding: 285px 0 205px;
    background-image: url(../family-law-lp-images/family-lp-banner-bg.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-color: transparent;
    position: relative;
    margin-bottom: -220px;
    z-index: 1;
}

.family-lp-banr-blk {
    position: relative;
    z-index: 1;
    width: 48.9%;
}

.family-lp-banr-blk::before {
    width: 15.6%;
    height: 25.2%;
    content: "";
    position: absolute;
    border-top: 2px solid var(--blue);
    border-left: 2px solid var(--blue);
    top: -8%;
    left: -8%;
    z-index: -1;
    pointer-events: none;
}

.family-lp-banr-blk h1 {
    font-size: 100px;
    letter-spacing: -2px;
    font-family: var(--headingFont);
    font-weight: 400;
    line-height: 0.9;
    color: #fff;
    text-align: left;
    display: block;
    margin: 0 0 40px;
}

.family-lp-banr-blk h1 strong {
    color: var(--blue);
    font-weight: inherit;
}

.family-lp-mb-bnr-img {
    display: none;
}

.family-lp-banr-btn {
    text-align: left;
}

/* responsive */

@media screen and (min-width:1921px) {
    .family-lp-banner-sec {
        margin-bottom: -220px;
    }
}

@media screen and (max-width:1900px) {
    .family-lp-banner-sec {
        padding: 263px 0 205px;
    }
}

@media screen and (max-width:1700px) {
    .family-lp-banner-sec {
        padding: 210px 0 180px;
    }

    .family-lp-banr-blk h1 {
        font-size: 95px;
        letter-spacing: -1.8px;
    }

    .family-lp-banr-blk {
        width: 47.3%;
    }
}

@media screen and (max-width:1680px) {
    .family-lp-banr-blk h1 {
        font-size: 85px;
        letter-spacing: -1.6px;
    }

    .family-lp-banner-sec {
        padding: 210px 0 165px;
    }
}

@media screen and (max-width:1550px) {
    .family-lp-banner-sec {
        padding: 200px 0 150px;
        margin-bottom: -185px;
    }

    .family-lp-banr-blk h1 {
        font-size: 75px;
        letter-spacing: -1.4px;
    }

    .family-lp-banr-blk {
        width: 42.2%;
    }
}

@media screen and (max-width:1440px) {
    .family-lp-banner-sec {
        padding: 200px 0 140px;
        margin-bottom: -165px;
    }

    .family-lp-banr-blk h1 {
        font-size: 70px;
        letter-spacing: -0.7px;
        margin: 0 0 30px;
    }

    .family-lp-banr-blk {
        width: 43.2%;
    }

}

@media screen and (max-width:1366px) {
    .family-lp-banr-blk h1 {
        font-size: 65px;
        letter-spacing: -0.5px;
    }

    .family-lp-banner-sec {
        padding: 200px 0 130px;
        margin-bottom: -160px;
    }
}

@media screen and (max-width:1280px) {
    .family-lp-banr-blk h1 {
        font-size: 61px;
        letter-spacing: -0.3px;
    }

    /* .family-lp-banner-sec { padding: 180px 0 120px; } */
}

@media screen and (max-width:1160px) {
    .family-lp-banner-sec .container {
        max-width: 930px;
    }

    .family-lp-banr-blk::before {
        left: -6%;
    }

    .family-lp-banr-blk h1 {
        font-size: 56px;
        letter-spacing: -0.1px;
    }

    .family-lp-banner-sec {
        padding: 120px 0 115px;
    }
}

@media screen and (max-width:1024px) {
    .family-lp-banner-sec .container {
        max-width: 720px;
    }

    .family-lp-banner-sec {
        padding: 170px 0 70px;
    }

    .family-lp-banr-blk h1 {
        font-size: 50px;
        letter-spacing: 0px;
        text-align: center;
        margin: 0 0 25px;
        line-height: 1.2;
    }

    .family-lp-banr-blk::before {
        display: none;
    }

    .family-lp-banner-sec {
        padding: 110px 0 50px;
        background-image: none;
        background-color: #122e37;
        margin: 0;
    }

    .family-lp-mb-bnr-img {
        display: block;
        max-width: 450px;
        margin: 0 auto 20px;
        border-bottom: 2px solid #55bcd4;
    }

    .family-lp-banr-blk {
        width: 100%;
        margin: 0 auto;
        max-width: 667px;
        text-align: center;
    }

    .family-lp-banr-btn {
        text-align: center;
    }

    .family-lp-mb-bnr-img img {
        height: auto;
    }
}

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

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

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

    .family-lp-banr-blk h1 {
        font-size: 40px;
    }
}

@media screen and (max-width:480px) {
    .family-lp-banr-blk h1 {
        font-size: 29px;
        margin: 0 0 20px;
    }

    .family-lp-banr-blk h1 br {
        display: none;
    }
}


/* home banner section ends */
.family-lp-form-blk-main .family-lp-text-heading {
    text-align: center;
    margin-bottom: 10px;
}

.family-lp-banner-frm-sec {
    padding: 242px 0 50px;
    position: relative;
    background-color: #0b1d22;
}

.family-lp-banner-frm-sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    right: 0;
    background: linear-gradient(0deg, rgba(19, 58, 69, 0) 0%, rgb(19, 58, 69) 100%);
    margin: 0 auto;
}

.family-lp-form-blk-main {
    padding: 0 60px;
}

.family-lp-form-blk {
    padding: 32px 40px;
    background-color: #225461;
}

.family-lp-form-blk .text-heading {
    margin: 0 0 5px;
    line-height: 1.12;
}

.family-lp-form-cnt {
    font-size: 18px;
    letter-spacing: 4.68px;
    font-weight: 400;
    color: #fff;
    font-family: var(--bodyFont);
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 35px;
}

p.gform_required_legend {
    display: none;
}

.family-lp-form-blk .gfield input.large,
.family-lp-form-blk .gfield textarea.large {
    font-size: 16px !important;
    padding: 18px !important;
    letter-spacing: 1.08px !important;
    border-radius: 0;
    font-family: var(--bodyFont);
    font-weight: 500;
    line-height: 1 !important;
    color: #000 !important;
    text-transform: capitalize !important;
    border: 0;
    outline: 0;
    height: auto;
    background-color: #fff;
    border: 1px solid transparent !important;
}

.family-lp-form-blk .gfield input.large::placeholder,
.family-lp-form-blk .gfield textarea.large::placeholder {
    text-transform: uppercase !important;
}

.family-lp-form-blk .gfield input:focus,
.family-lp-form-blk .gfield textarea:focus {
    border-color: #b09a45 !important;
}

.family-lp-form-blk .gform_title {
    display: none;
}

.family-lp-form-blk .gfield textarea.large {
    height: 155px !important;
    resize: none;
    min-height: auto !important;
}

.family-lp-form-blk .gfield input::placeholder,
.family-lp-form-blk .gfield textarea::placeholder {
    color: rgb(0 0 0 / 60%) !important;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
    border: none !important;
}

.family-lp-form-blk .form-links a,
.family-lp-form-blk .gfield-choice-input+label {
    font-size: 18px !important;
    letter-spacing: 0.36px;
    font-family: var(--bodyFont);
    font-weight: 400;
    line-height: 1;
    border: none !important;
    outline: none !important;
    box-shadow: none;
    color: #fff !important;
    background: none !important;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    min-height: auto !important;
}

.family-lp-form-blk .gform_wrapper .top_label input[type="checkbox"] {
    margin: 2px 15px 0px 0 !important;
    width: 17px !important;
    height: 16px !important;
    min-width: auto !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 0;
    cursor: pointer;
}

.family-lp-form-blk .gchoice {
    text-align: left;
    margin: -10px 0 0;
}

.family-lp-form-blk .form-links {
    color: #fff;
    padding: 25px 0 5px;
}

.family-lp-form-blk .form-links a:hover {
    color: var(--blue) !important;
}

.family-lp-form-blk .gform-theme--foundation {
    display: grid;
    --gf-form-gap-y: 15px;
    --gf-form-gap-y: 18px;
}

.family-lp-form-blk #field_submit,
.family-lp-form-blk .gform_footer {
    display: flex;
    justify-content: center;
}

.family-lp-form-blk .gform_footer input[type="submit"] {
    font-size: 22px !important;
    padding: 24px 56px !important;
    letter-spacing: 0.88px !important;
    font-family: var(--bodyFont) !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    color: var(--black) !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    background: var(--blue) !important;
    border: 1px solid var(--blue) !important;
}

.family-lp-form-blk .gform_footer input[type="submit"]:hover {
    background-color: var(--black) !important;
    color: #fff !important;
}

.family-lp-form-blk .gform_footer {
    margin: -65px 0 0 !important;
    padding: 0 !important;
    justify-content: flex-end;
}

.family-lp-form-blk .gform_wrapper .gfield.leave-blank {
    display: none;
}

.family-lp-form-blk .gchoice.gchoice_1_12_1 input {
    width: 15px;
    height: 15px;
}

.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;
}

.family-lp-form-blk .gform_validation_errors {
    display: none !important;
}

.family-lp-form-blk .gform_wrapper .gfield {
    position: relative;
}

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

.family-lp-form-blk .gform_wrapper .gfield .validation_message.gfield_validation_message,
.family-lp-form-blk .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}

.family-lp-form-blk .gform_wrapper .gfield .instruction.validation_message {
    bottom: 8px;
    top: inherit !important;
}

.family-lp-form-blk fieldset .gfield_description.validation_message.gfield_validation_message {
    top: inherit !important;
    bottom: -13px;
}

.family-lp-form-blk .gform_wrapper .gfield.chk .gfield_description {
    top: 20px !important;
    left: 0;
    right: inherit;
}

.popup {
    max-width: 100%;
}

.family-lp-form-blk .gform_fields {
    grid-column-gap: 23px !important;
    grid-row-gap: 15px !important;
}

#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;
    font-family: var(--bodyFont);
    background: #fff;
    font-size: 15px;
    color: var(--black) !important;
    font-weight: 500;
    line-height: 1.5;
    max-width: 100%;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}

.family-lp-form-blk .gform_wrapper .top_label input[type="checkbox"]::before {
    color: #fff;
}


@media screen and (max-width:1680px) {
    .family-lp-form-blk .gform_footer input[type="submit"] {
        font-size: 20px !important;
        padding: 22px 43px !important;
        letter-spacing: 0.7px !important;
    }

    .family-lp-form-blk .form-links a,
    .family-lp-form-blk .gfield-choice-input+label {
        font-size: 16px !important;
        letter-spacing: 0.26px;
    }

    .family-lp-form-blk .gform_wrapper .top_label input[type="checkbox"] {
        margin: 1px 11px 0px 0 !important;
        width: 15px !important;
        height: 14px !important;
    }

    .family-lp-form-blk .form-links {
        padding: 7px 0 0;
    }

    .family-lp-form-blk .gform_footer {
        margin: -45px 0 0 !important;
    }

    .family-lp-form-blk .gfield textarea.large {
        height: 145px !important;
    }

    .family-lp-form-blk-main {
        padding: 0 50px;
    }
}



@media screen and (max-width:1550px) {
    .family-lp-form-cnt {
        font-size: 15px;
        margin: 0 0 16px;
    }

    .family-lp-form-blk .gfield input.large,
    .family-lp-form-blk .gfield textarea.large {
        font-size: 15px !important;
        padding: 17px 22px !important;
    }

    .family-lp-form-blk .gform_fields {
        grid-column-gap: 20px !important;
        grid-row-gap: 17px !important;
    }

    .family-lp-form-blk .gform_wrapper .top_label input[type="checkbox"] {
        margin: 1px 12px 0px 0 !important;
    }

    .family-lp-form-blk .form-links a,
    .family-lp-form-blk .gfield-choice-input+label {
        font-size: 15px !important;
    }

    .family-lp-form-blk .gform_footer {
        margin: -50px 0 0 !important;
    }

    .family-lp-form-blk .gfield textarea.large {
        height: 140px !important;
    }

    .family-lp-banner-frm-sec {
        padding: 220px 0 50px;
    }

    .family-lp-form-blk {
        padding: 27px 35px;

    }

    .family-lp-form-blk .gform_wrapper .gfield.chk .gfield_description {
        top: 15px !important;

    }

    .family-lp-form-blk .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .family-lp-form-blk .gform_wrapper .gfield .instruction.validation_message {
        font-size: 12px;
    }
}

@media screen and (max-width:1440px) {
    .family-lp-form-cnt {
        letter-spacing: 4px;
    }

    .family-lp-form-blk .gform_footer input[type="submit"] {
        font-size: 17px !important;
        padding: 20px 30px !important;
    }

    .family-lp-form-blk .form-links a,
    .family-lp-form-blk .gfield-choice-input+label {
        font-size: 14px !important;
    }

    .family-lp-form-blk .gform_wrapper .top_label input[type="checkbox"] {
        margin: 0px 9px 0px 0 !important;
        width: 15px !important;
        height: 15px !important;
    }

    .family-lp-form-blk .gfield input.large,
    .family-lp-form-blk .gfield textarea.large {
        font-size: 14px !important;
    }

    .family-lp-form-blk .gfield textarea.large {
        height: 130px !important;
    }

    .family-lp-form-blk .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .family-lp-form-blk .gform_wrapper .gfield .instruction.validation_message {
        font-size: 11px;
        right: 5px;
    }

    .family-lp-form-blk .gform_fields {
        grid-column-gap: 15px !important;
        grid-row-gap: 14px !important;
    }

    .family-lp-form-blk .gform_footer {
        margin: -45px 0 0 !important;
    }

    .family-lp-banner-frm-sec {
        padding: 190px 0 40px;
    }

    .family-lp-form-blk {
        padding: 25px 30px;
    }

    .family-lp-form-blk-main {
        padding: 0 40px;
    }
}

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

    .family-lp-form-blk .gfield input.large,
    .family-lp-form-blk .gfield textarea.large {
        padding: 15px 20px !important;
    }

    .family-lp-form-blk .gfield textarea.large {
        height: 120px !important;
    }

    .family-lp-form-blk .gform_footer input[type="submit"] {
        font-size: 16px !important;
        padding: 17px 24px !important;
    }

    .family-lp-form-blk .form-links {
        padding: 5px 0 0;
    }

    .family-lp-form-cnt {
        font-size: 15px;
        margin: 0 0 12px;
    }
}

@media screen and (max-width:1280px) {
    .family-lp-form-blk .gform_footer input[type="submit"] {
        font-size: 15px !important;
        padding: 16px 20px !important;
    }

    .family-lp-form-blk .form-links a,
    .family-lp-form-blk .gfield-choice-input+label {
        font-size: 14px !important;
    }

    .family-lp-form-blk .gform_wrapper .gfield .instruction.validation_message {
        bottom: 3px;
    }

    .family-lp-form-blk .form-links {
        padding: 0;
    }

    .family-lp-form-blk .gform_footer {
        margin: -40px 0 0 !important;
    }

    .family-lp-form-cnt {
        font-size: 14px;
        letter-spacing: 3px;
    }

    .family-lp-form-blk .gfield textarea.large {
        height: 110px !important;
    }

    .family-lp-form-blk .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .family-lp-form-blk .gform_wrapper .gfield .instruction.validation_message {
        font-size: 10px;
    }

    .family-lp-form-blk .gfield input.large,
    .family-lp-form-blk .gfield textarea.large {
        padding: 15px 16px !important;
    }

    .family-lp-banner-frm-sec {
        padding: 180px 0 30px;
    }

    .family-lp-form-blk-main {
        padding: 0 25px;
    }
}

@media screen and (max-width:1024px) {
    .family-lp-form-blk {
        width: 100%;
        max-width: 600px;
        margin: auto;
        padding: 25px;
    }

    .family-lp-form-blk .gform_footer {
        margin: 20px 0 0 !important;
        padding: 0 !important;
        justify-content: center;
    }

    .family-lp-form-blk .gform_wrapper .gfield.chk .gfield_description {
        top: 10px !important;
        left: 0;
        margin: auto;
    }

    .family-lp-form-blk .gfield textarea.large {
        height: 100px !important;
    }

    .family-lp-form-blk .gform_wrapper .top_label input[type="checkbox"] {
        width: 13px !important;
        height: 13px !important;
    }

    .family-lp-banner-frm-sec {
        padding: 50px 0 20px;
    }

    .family-lp-form-blk .gform_fields {
        display: flex !important;
        flex-direction: column;
        gap: 13px !important;
    }

    .family-lp-form-blk-main {
        padding: 0;
    }
}


@media screen and (max-width:767px) {
    .family-lp-form-cnt {
        font-size: 14px;
    }

    .family-lp-form-blk .gform_fields {
        grid-row-gap: 15px !important;
    }

    .family-lp-form-blk .gfield input.large,
    .family-lp-form-blk .gfield textarea.large {
        font-size: 15px !important;
        padding: 13px 14px !important;
    }

    .family-lp-form-blk .gform_wrapper .gfield.chk .gfield_description {
        top: 10px !important;
        left: 0;
        margin: auto;
    }

    .family-lp-form-blk .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .family-lp-form-blk .gform_wrapper .gfield .instruction.validation_message {
        font-size: 11px;
    }

    .family-lp-banner-frm-sec {
        padding: 40px 0 20px;
    }
}

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

    .family-lp-form-blk .gfield input.large,
    .family-lp-form-blk .gfield textarea.large {
        font-size: 13px !important;
        line-height: 1.3 !important;
        padding: 9px 10px !important;
    }

    .family-lp-form-blk .gform_footer input[type="submit"] {
        font-size: 16px !important;
        padding: 12px 15px !important;
    }

    .family-lp-form-cnt {
        letter-spacing: 1.4px;
    }

    .formpopuptext {
        font-size: 13px;
        padding: 7px;
    }

    .family-lp-form-blk {
        padding: 20px;
    }
}


/* Family Law Lp Representation Starts */

.family-law-lp-bnr-btm-main {
    background-image: url(../family-law-lp-images/family-law-big-bg.webp);
}

.representation-sec {
    padding: 62px 0 0;
}

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

.representation-sec .family-lp-text-heading {
    position: relative;
    width: fit-content;
    text-align: center;
    margin: 0 0px 45px 19.2%;
    text-align: left;
    padding: 27px 10px 0 60px;
}

.representation-sec .family-lp-text-heading::before {
    position: absolute;
    content: "";
    background-image: url(../family-law-lp-images/heading-bfr-layer.webp);
    background-repeat: no-repeat;
    width: 113px;
    height: 112px;
    top: 0;
    left: 0;
    bottom: 0;
}

.representation-sec .family-lp-text-heading strong {
    color: #55bcd4;
    font-weight: inherit;
    display: block;
}

.family-law-lp-representation-lst {
    display: flex;
    justify-content: start;
}

.representation-lft-blk {
    width: 63.65%;
    padding: 10px 0 0;
}

.representation-rgt-blk {
    width: 41.3%;
    margin-left: -60px;
}

.representation-rgt-blk-para {
    font-size: 22px;
    font-family: 'Manrope';
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 42px;
    line-height: 1.81;
    letter-spacing: 0.44px;
}

.representation-rgt-blk-para.last-para {
    margin-bottom: 30px;
}

.representation-btns {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    align-items: center;
}

.representation-call-btn {
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 1.8px;
    padding: 0px 0 0 60px;
    position: relative;
    margin: 0;
}

.representation-call-btn a {
    display: block;
    font-size: 35px;
    color: #5ac9e3;
}

.representation-call-btn a:hover {
    color: #fff;
}

.representation-call-btn a::before {
    position: absolute;
    content: "";
    background-image: url(../family-law-lp-images/family-law-lp-sprites.webp);
    background-repeat: no-repeat;
    background-position: -63px -17px;
    width: 42px;
    height: 42px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

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

.lft-blk-img.mob {
    display: none;
}

/* Family Law Lp Representation  Responsive Starts */

@media screen and (max-width:1680px) {
    .representation-sec .container {
        max-width: 1410px;
    }

    .representation-sec .family-lp-text-heading {
        margin: 0 0px 33px 19.2%;
        padding: 26px 0 0 48px;
    }

    .representation-rgt-blk-para {
        font-size: 19px;
        margin-bottom: 30px;
        letter-spacing: 0.04px;
    }

    .representation-rgt-blk-para.last-para {
        margin-bottom: 27px;
    }

    .representation-btns {
        gap: 35px;
    }

    .representation-call-btn {
        font-size: 16px;
        padding: 0px 0 0 50px;
    }

    .representation-call-btn a {
        font-size: 31px;
    }

    .representation-call-btn a::before {
        transform: scale(0.9);
        transform-origin: left center;
    }

    .representation-rgt-blk {
        margin-left: -45px;
    }

    .representation-sec .family-lp-text-heading::before {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width:1550px) {
    .representation-sec .container {
        max-width: 1300px;
    }

    .representation-sec .family-lp-text-heading {
        margin: 0 0px 28px 19.2%;
        padding: 21px 0 0 43px;
    }

    .representation-rgt-blk-para {
        font-size: 17px;
        margin-bottom: 28px;
        letter-spacing: 0.24px;
    }

    .representation-rgt-blk-para.last-para {
        margin-bottom: 25px;
    }

    .representation-call-btn {
        font-size: 15px;
        padding: 0px 0 0 45px;
    }

    .representation-call-btn a {
        font-size: 29px;
    }
}

@media screen and (max-width:1440px) {
    .representation-sec .container {
        max-width: 1210px;
    }

    .representation-sec .family-lp-text-heading {
        margin: 0 0px 25px 19.2%;
        padding: 21px 0 0 35px;
    }

    .representation-rgt-blk-para {
        font-size: 16px;
        margin-bottom: 26px;
        letter-spacing: 0.14px;
    }

    .representation-rgt-blk-para.last-para {
        margin-bottom: 23px;
    }

    .representation-btns {
        gap: 30px;
    }

    .representation-call-btn {
        font-size: 14px;
        padding: 0px 0 0 40px;
    }

    .representation-call-btn a {
        font-size: 27px;
    }

    .representation-call-btn a::before {
        transform: scale(0.8);
    }

    .representation-rgt-blk {
        margin-left: -40px;
    }

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

    .representation-sec .family-lp-text-heading::before {
        width: 90px;
        height: 90px;
    }
}

@media screen and (max-width:1366px) {
    .representation-sec .container {
        max-width: 1145px;
    }

    .representation-rgt-blk-para {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .representation-rgt-blk-para.last-para {
        margin-bottom: 21px;
    }

    .representation-rgt-blk {
        margin-left: -35px;
    }
}

@media screen and (max-width:1280px) {
    .representation-sec .container {
        max-width: 1020px;
    }

    .representation-sec .family-lp-text-heading {
        margin: 0 0px 20px 14.2%;
        padding: 20px 0 0 27px;
    }

    .representation-rgt-blk-para {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .representation-rgt-blk-para.last-para {
        margin-bottom: 23px;
    }

    .representation-btns {
        gap: 25px;
    }

    .representation-call-btn {
        font-size: 13px;
    }

    .representation-call-btn a {
        font-size: 24px;
    }

    .representation-call-btn a::before {
        transform: scale(0.7);
    }

    .representation-sec .family-lp-text-heading::before {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width:1160px) {
    .representation-sec .container {
        max-width: 980px;
    }

    .representation-call-btn a {
        font-size: 22px;
    }

    .representation-rgt-blk-para {
        font-size: 13px;
    }

}

@media screen and (max-width:1024px) {
    .representation-sec .container {
        max-width: 720px;
        margin: auto;
    }

    .representation-sec .family-lp-text-heading {
        margin: 0 auto 20px;
        padding: 0;
        text-align: center;
    }

    .representation-sec .family-lp-text-heading::before {
        display: none;
    }

    .lft-blk-img {
        display: none;
    }

    .lft-blk-img.mob {
        display: block;
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }

    .family-law-lp-representation-lst {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .representation-lft-blk {
        width: 100%;
        padding: 0;
        max-width: 520px;
    }

    .representation-rgt-blk {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .representation-rgt-blk-para {
        font-size: 15px;
        margin: 0 0 16px;
    }

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

    .representation-call-btn {
        text-align: left;
    }

    .representation-btns {
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap-reverse;
    }


}

@media screen and (max-width:767px) {
    .representation-rgt-blk-para {
        margin-bottom: 18px;
    }

    .representation-btns {
        gap: 20px;
    }

    .representation-sec {
        padding: 35px 0 40px;
    }
}

@media screen and (max-width:480px) {
    .representation-sec .family-lp-text-heading::before {
        width: 54px;
        height: 54px;
    }

    .representation-btns {
        gap: 17px;
    }

}

/* Family Law Lp Representation  Responsive Starts */

/* Family Law Comprehensive Section Starts */

.family-lp-comprehensive-main-sec {
    background-image: url(../family-law-lp-images/family-lp-comprehensive-main-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    clip-path: polygon(75% 0%, 100% 9%, 100% 90.3%, 24.7% 100%, 0% 91.1%, 0% 9.8%);
}

.comprehensive-sec {
    background-image: -webkit-linear-gradient(90deg, rgba(19, 58, 69, 0) 0%, rgb(19, 58, 69) 100%);
    padding: 262px 0 90px;
    position: relative;
    margin-top: -225px;
    background-size: 100% 50%;
    background-repeat: no-repeat;
}

.comprehensive-sec::after {
    content: "";
    position: absolute;
    background-image: url(../family-law-lp-images/comprehensive-sec-top-shape.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 20.1%;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

.comprehensive-sec .container {
    width: 100%;
    max-width: 1300px;
    margin: auto;
}

.family-lp-subtitle {
    font-size: 22px;
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #ffffff;
    margin-bottom: 59px;
}

.family-lp-comprhensiv-lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
}

.family-lp-comprhensiv-itm {
    width: 32.4%;
    background-color: #225461;
    padding: 25px;
    min-height: 300px;
}

.family-lp-comprhensiv-itm-title {
    font-size: 35px;
    font-family: 'Tinos';
    font-weight: 400;
    letter-spacing: -0.7px;
    line-height: 1.14;
    position: relative;
    padding: 96px 0 0;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
}

.family-lp-comprhensiv-itm:hover {
    background-color: #55bcd4;
}

.family-lp-comprhensiv-itm-para {
    font-size: 16px;
    font-family: 'Manrope';
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
}

.family-lp-comprhensiv-itm-title::before {
    background-image: url(../family-law-lp-images/family-law-lp-sprites.webp);
    content: "";
    background-repeat: no-repeat;
    background-position: -9px -68px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 86px;
    height: 86px;
    position: absolute;
}

.family-lp-comprhensiv-itm-title.custody::before {
    background-position: -102px -67px;
}

.family-lp-comprhensiv-itm-title.support::before {
    background-position: -191px -67px;
}

.family-lp-comprhensiv-itm-title.modifications::before {
    background-position: -288px -64px;
}

.family-lp-comprhensiv-itm-title.adoption::before {
    background-position: -380px -64px;
}

.family-lp-comprhensiv-itm-title.domestic::before {
    background-position: -469px -67px;
}

.family-lp-comprhensiv-itm:hover .family-lp-comprhensiv-itm-title::before {
    background-position: -9px -163px;
}

.family-lp-comprhensiv-itm:hover .family-lp-comprhensiv-itm-title.custody::before {
    background-position: -102px -162px;
}

.family-lp-comprhensiv-itm:hover .family-lp-comprhensiv-itm-title.support::before {
    background-position: -191px -163px;
}

.family-lp-comprhensiv-itm:hover .family-lp-comprhensiv-itm-title.modifications::before {
    background-position: -288px -160px;
}

.family-lp-comprhensiv-itm:hover .family-lp-comprhensiv-itm-title.adoption::before {
    background-position: -380px -160px;
}

.family-lp-comprhensiv-itm:hover .family-lp-comprhensiv-itm-title.domestic::before {
    background-position: -469px -162px;
}

/* Family Law Comprehensive Section Ends */

/* Family Law Comprehensive Section Responsive Starts */


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

    .comprehensive-sec {
        padding: 252px 0 90px;
        margin-top: -220px;
    }

    .comprehensive-sec::after {
        height: 19.1%;
    }

}

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

    .comprehensive-sec {
        padding: 232px 0 80px;
        margin-top: -212px;
    }

    .comprehensive-sec::after {
        height: 18.7%;
    }
}

@media screen and (max-width:1440px) {
    .comprehensive-sec .container {
        max-width: 1150px;
    }

    .comprehensive-sec {
        padding: 210px 0 70px;
        margin-top: -195px;
    }

    .family-lp-subtitle {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .family-lp-comprhensiv-lst {
        gap: 13px;
    }

    .family-lp-comprhensiv-itm-title {
        font-size: 27px;
        padding: 86px 0 0;
    }

    .family-lp-comprhensiv-itm-title::before {
        transform: scale(0.9);
    }

    .family-lp-comprhensiv-itm {
        padding: 20px;
        min-height: 280px;
    }

    .family-lp-comprhensiv-itm-para {
        font-size: 14px;
    }

    .comprehensive-sec::after {
        height: 19.2%;
    }

}

@media screen and (max-width:1366px) {
    .comprehensive-sec .container {
        max-width: 1050px;
    }

    .comprehensive-sec {
        padding: 190px 0 60px;
    }

    .family-lp-subtitle {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .family-lp-comprhensiv-itm-title {
        font-size: 25px;
        padding: 80px 0 0;
    }

    .family-lp-comprhensiv-itm-title::before {
        transform: scale(0.8);
    }

    .family-lp-comprhensiv-itm {
        padding: 20px;
        min-height: 260px;
    }

    .comprehensive-sec::after {
        height: 19.4%;
    }

}

@media screen and (max-width:1280px) {
    .comprehensive-sec .container {
        max-width: 960px;
    }

    .comprehensive-sec {
        padding: 180px 0 55px;
        margin-top: -168px;
    }

    .family-lp-subtitle {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .family-lp-comprhensiv-itm-title {
        font-size: 24px;
        padding: 85px 0 0;
    }

    .family-lp-comprhensiv-itm-para {
        font-size: 13px;
        letter-spacing: 0;
    }

    .family-lp-comprhensiv-itm {
        padding: 17px;
        min-height: 220px;
    }

    .family-lp-comprhensiv-itm-title::before {
        transform: scale(0.7);
    }

}

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

    .comprehensive-sec {
        padding: 160px 0 50px;
        margin-top: -150px;
    }

    .comprehensive-sec::after {
        height: 19.6%;
    }

}

@media screen and (max-width:1024px) {
    .comprehensive-sec .container {
        max-width: 720px;
    }

    .family-lp-comprehensive-main-sec {
        clip-path: none;
    }

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

    .comprehensive-sec::after {
        display: none;
    }

    .family-lp-comprhensiv-itm-title {
        font-size: 24px;
    }

    .family-lp-comprhensiv-lst.owl-carousel .owl-nav {
        display: none !important;
    }

    .family-lp-comprhensiv-lst.owl-carousel .owl-dots {
        text-align: center;
        margin: 20px auto 0;
    }

    .family-lp-comprhensiv-lst.owl-carousel .owl-dots button.owl-dot.active {
        background-color: #55bcd4;
    }

    .family-lp-comprhensiv-lst.owl-carousel .owl-dots button {
        font-size: 0;
        background-color: #fff;
        width: 12px;
        height: 12px;
        margin-right: 8px;
        border-radius: 50px;
        text-align: center;
    }

    .family-lp-comprhensiv-lst.owl-carousel .owl-dots button {
        background-color: #fff;
    }

    .family-lp-comprhensiv-itm {
        width: 100%;
        max-width: 320px;
        margin: auto;
        height: 100%;
        min-height: auto;
        padding: 20px;
    }

    .family-lp-comprhensiv-lst.owl-carousel .owl-stage {
        display: flex;
    }

    .family-lp-comprhensiv-lst.owl-carousel .owl-stage .owl-item {
        display: flex;
    }

    .family-lp-subtitle {
        line-height: 1.7;
        letter-spacing: 0;
        text-align: center;
    }

    .family-lp-comprhensiv-lst {
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
    }

    .family-lp-comprhensiv-itm-para {
        font-size: 15px;
    }
}

@media screen and (max-width:767px) {
    .comprehensive-sec {
        padding: 40px 0;
    }

}

/* Family Law Comprehensive Section Responsive Ends */

.family-lp-choose-sec .container {
    max-width: 1610px;
    margin: 0 0 0 auto;
}

.family-lp-choose-lst {
    display: flex;
    justify-content: end;
}

.family-lp-choose-lft-lst .tab-link .family-lp-choose-lft-itm {
    padding: 31px 13px 25px 30px;
    border: 2px solid #55bcd400;
    margin-bottom: 26px;
    /* transform: skewX(-22deg); */
    cursor: pointer;
}

.family-lp-choose-rgt-cont ul {
    margin: 0 0 35px;
}

.family-lp-choose-lft-lst .tab-link.selected .family-lp-choose-lft-itm {
    border-color: #55bcd4;
    background: rgb(10 28 33 / 55%);
}

.family-lp-choose-heading .family-lp-text-heading {
    position: relative;
}

.family-lp-choose-heading .family-lp-text-heading {
    width: fit-content;
    margin: 0 auto 52px 0;
    padding: 30px 80px 0 95px;
    position: relative;
    text-align: center;
    max-width: 1300px;
}

.family-lp-choose-heading .family-lp-text-heading::before,
.family-lp-choose-heading .family-lp-text-heading::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 113px;
    height: 112px;
    border: 2px solid #55bcd4;
    border-right: 0;
    border-bottom: 0;
}

.family-lp-choose-heading .family-lp-text-heading::after {
    top: inherit;
    left: inherit;
    right: 0;
    border: 2px solid #55bcd4;
    bottom: 0;
    border-left: 0;
    border-top: 0;
}

.family-lp-choose-lft-itm:last-child {
    margin: 0;
}

.family-lp-choose-lft-itm-title {
    font-size: 35px;
    font-family: 'Tinos';
    color: #fff;
    letter-spacing: -0.7px;
    line-height: 1.2;
    position: relative;
    padding-right: 153px;
    transform: skewX(22deg);
    text-align: right;
    text-transform: uppercase;
}

.family-lp-choose-lft-itm-title::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    width: 129px;
    height: 80px;
    background-image: url(../family-law-lp-images/family-law-lp-sprites.webp);
    background-repeat: no-repeat;
    background-position: 0px -260px;
    margin: auto;
}

.family-lp-choose-lft-itm.trial .family-lp-choose-lft-itm-title::before {
    background-position: -130px -260px;
}

.family-lp-choose-lft-itm.local .family-lp-choose-lft-itm-title::before {
    background-position: -258px -260px;
}

.family-lp-choose-lft-itm.modern .family-lp-choose-lft-itm-title::before {
    background-position: -388px -260px;
}

.family-lp-choose-lft-lst {
    width: 45%;
    margin: 0 -235px 0 0;
    position: relative;
    z-index: 1;
    transform: skewX(-22deg);
    padding-top: 12px;
}

.family-lp-choose-rgt-blk {
    width: 69.5%;
    position: relative;
}

.family-lp-choose-rgt-img img {
    clip-path: polygon(19% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 12%;
    position: relative;
    z-index: -1;
}

.family-lp-choose-rgt-img {
    background-color: #225461;
    background-blend-mode: luminosity;
    clip-path: polygon(28.6% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.family-lp-choose-rgt-title {
    font-size: 35px;
    font-family: 'Tinos';
    color: #fff;
    letter-spacing: -0.7px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 19px;
    position: relative;
}

.family-lp-choose-rgt-title:before {
    position: absolute;
    content: "";
    top: -35px;
    left: -35px;
    width: 93px;
    height: 82px;
    border: 2px solid #55bcd4;
    border-right: 0;
    border-bottom: 0;
}

.family-lp-choose-rgt-cont ul li {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.26px;
    font-weight: 300;
    line-height: 1.5;
    padding-left: 23px;
    margin: 0 0 23px 0;
    position: relative;
}

.family-lp-choose-rgt-cont ul li::before {
    position: absolute;
    content: "";
    left: 2px;
    top: 11px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50px;
}

.family-lp-choose-rgt-cnt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 19%;
    right: 0;
    margin: auto;
    width: 46%;
    height: 400px;
}

.family-lp-choose-sec {
    position: relative;
    z-index: 3;
    padding: 35px 0 75px;
    margin-bottom: -235px;
}

.family-lp-choose-sec::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 19.8%;
    pointer-events: none;
    background-image: url(../family-law-lp-images/family-lp-serving-bfr.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 2;
    pointer-events: none;
    background-size: 100% 100%;
}
.family-lp-choose-accordion {
    display: none;
}

/* Family Lp Choose Section Responsive */

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

    .family-lp-choose-sec .container {
        max-width: 1550px;
    }

    .family-lp-choose-sec {
        padding: 35px 0 60px;
    }

.family-lp-choose-lft-itm-title {
    font-size: 28px;
}

    .family-lp-choose-lft-itm {
        padding: 28px 13px 23px 30px;
        margin-bottom: 23px;
    }

.tab-link {width: 90%; }
.family-lp-choose-lft-lst .tab-link .family-lp-choose-lft-itm {padding: 26px 13px 26px 30px; }
.family-lp-choose-lft-lst { margin: 0 -305px 0 0; }


}

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

    .family-lp-choose-sec .container {
        max-width: 1410px;
    }

    .family-lp-choose-lft-itm {
        padding: 23px 13px 21px 27px;
        margin-bottom: 21px;
    }

    .family-lp-choose-rgt-title:before {
        top: -30px;
        left: -30px;
        width: 80px;
        height: 80px;
    }

    .family-lp-choose-rgt-title {
        font-size: 33px;
        letter-spacing: -0.5px;
        margin-bottom: 16px;
    }

    .family-lp-choose-rgt-cont ul li {
        font-size: 17px;
        letter-spacing: 0.16px;
        padding-left: 20px;
        margin: 0 0 19px 0;
    }

    .family-lp-choose-rgt-cont ul {
        margin: 0 0 30px;
    }

.family-lp-choose-rgt-cnt {
    height: 420px;
}

    .family-lp-choose-sec {
        padding: 35px 0 60px;
        margin-bottom: -240px;
    }

    .family-lp-choose-heading .family-lp-text-heading {
        margin: 0 auto 42px 0;
        padding: 30px 50px 0 65px;
        max-width: 1130px;
    }

    .family-lp-choose-heading .family-lp-text-heading::before,
    .family-lp-choose-heading .family-lp-text-heading::after {
        width: 100px;
        height: 100px;
    }

    .family-lp-choose-sec::before {
        height: 20.9%;
    }


.family-lp-choose-lft-lst {margin: 0 -295px 0 0; }
.tab-link {width: 85%; }
.family-lp-choose-lft-lst .tab-link .family-lp-choose-lft-itm {padding: 24px 13px 24px 30px; margin-bottom: 20px; }
.family-lp-choose-lft-itm-title {font-size: 26px; padding-right: 120px; }
.family-lp-choose-lft-itm-title::before {right: -12px; transform: scale(0.8); }


}

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

    .family-lp-choose-sec .container {
        max-width: 1300px;
    }

    .family-lp-choose-heading .family-lp-text-heading {
        margin: 0 auto 36px 0;
        padding: 30px 45px 0 50px;
        max-width: 1000px;
    }

    .family-lp-choose-heading .family-lp-text-heading::before,
    .family-lp-choose-heading .family-lp-text-heading::after {
        width: 90px;
        height: 90px;
    }

    .family-lp-choose-lft-itm {
        padding: 20px 13px 19px 27px;
        margin-bottom: 18px;
    }

    .family-lp-choose-rgt-title:before {
        top: -26px;
        left: -26px;
        width: 70px;
        height: 70px;
    }

    .family-lp-choose-rgt-title {
        font-size: 30px;
        letter-spacing: -0.3px;
        margin-bottom: 13px;
    }

    .family-lp-choose-rgt-cont ul li {
        font-size: 16px;
        letter-spacing: 0.26px;
        padding-left: 17px;
        margin: 0 0 16px 0;
    }

.family-lp-choose-lft-lst {
    margin: 0 -275px 0 0;
    padding-top: 30px;
}

    .family-lp-choose-lft-itm-title::before {
        transform: scale(0.9);
    }


    .family-lp-choose-sec::before {
        height: 21.4%;
    }

.family-lp-choose-lft-lst .tab-link .family-lp-choose-lft-itm {padding: 22px 13px 22px 15px; margin-bottom: 15px; }
.family-lp-choose-lft-itm-title {font-size: 24px; padding-right: 110px; letter-spacing: -0.6px; }
.family-lp-choose-lft-itm-title::before {transform: scale(0.7); right: -20px; }
.family-lp-choose-rgt-cnt {height: 410px; }
.family-lp-choose-rgt-title {font-size: 28px; }
.family-lp-choose-rgt-title:before {top: -20px; left: -24px; width: 65px; height: 65px; }

}

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

    .family-lp-choose-sec .container {
        max-width: 1210px;
    }

    .family-lp-choose-sec {
        padding: 35px 0 55px;
    }

    .family-lp-choose-heading .family-lp-text-heading::before,
    .family-lp-choose-heading .family-lp-text-heading::after {
        width: 80px;
        height: 80px;
    }

    .family-lp-choose-heading .family-lp-text-heading {
        margin: 0 auto 32px 0;
        padding: 30px 40px 0 45px;
        max-width: 950px;
    }

.family-lp-choose-lft-itm-title {
    font-size: 20px;
    padding-right: 110px;
}

.family-lp-choose-lft-lst {
    margin: 0 -265px 0 0;
    padding-top: 25px;
}

.family-lp-choose-rgt-title:before {
    top: -23px;
    left: -23px;
    width: 55px;
    height: 60px;
}

.family-lp-choose-rgt-title {
    font-size: 23px;
}

    .family-lp-choose-rgt-cont ul li::before {
        top: 9px;
    }

    .family-lp-choose-rgt-cont ul li {
        font-size: 15px;
        letter-spacing: 0.16px;
        padding-left: 16px;
        margin: 0 0 14px 0;
    }

    .family-lp-choose-rgt-cont ul {
        margin: 0 0 26px;
    }

    .family-lp-choose-sec::before {
        height: 20.8%;
    }

.family-lp-choose-lft-lst .tab-link .family-lp-choose-lft-itm {padding: 20px 13px 20px 15px; margin-bottom: 15px; }
.family-lp-choose-rgt-cnt {height: 330px; }

}

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

    .family-lp-choose-sec .container {
        max-width: 1145px;
    }

    .family-lp-choose-sec {
        padding: 35px 0 50px;
    }

    .family-lp-choose-heading .family-lp-text-heading {
        margin: 0 auto 27px 0;
        padding: 30px 35px 0 35px;
        max-width: 860px;
    }

    .family-lp-choose-heading .family-lp-text-heading::before,
    .family-lp-choose-heading .family-lp-text-heading::after {
        width: 75px;
        height: 75px;
    }

.family-lp-choose-lft-itm-title {
    font-size: 20px;
    padding-right: 105px;
}

.family-lp-choose-lft-itm-title::before {
    transform: scale(0.6);
    right: -20px;
}

.family-lp-choose-lft-lst {
    margin: 0 -255px 0 0;
    padding-top: 25px;
}

    .family-lp-choose-sec::before {
        height: 20.5%;
    }
.family-lp-choose-lft-lst .tab-link .family-lp-choose-lft-itm {
    padding: 18px 13px 18px 15px;
    margin-bottom: 15px;
}
.family-lp-choose-rgt-title {
    font-size: 23px;
}
.family-lp-choose-rgt-cont ul li {
    font-size: 13px;
}


}


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

    .family-lp-choose-sec .container {
        max-width: 1020px;
    }

.family-lp-choose-lft-itm-title {
    font-size: 18px;
    padding-right: 80px;
}

    .family-lp-choose-lft-itm {
        padding: 16px 13px 16px 23px;
        margin-bottom: 15px;
    }

.family-lp-choose-lft-itm-title::before {
    transform: scale(0.55);
    right: -30px;
}

.family-lp-choose-lft-lst {
    margin: 0 -215px 0 0;
    padding-top: 15px;
}

.family-lp-choose-rgt-title:before {
    top: -20px;
    left: -20px;
    width: 50px;
    height: 55px;
}

.family-lp-choose-rgt-title {
    font-size: 18px;
}

.family-lp-choose-rgt-cont ul li {
    letter-spacing: 0;
    padding-left: 15px;
    margin: 0 0 12px 0;
}

    .family-lp-choose-rgt-cont ul {
        margin: 0 0 22px;
    }

.family-lp-choose-rgt-cnt {
    height: 310px;
    width: 53%;
    left: 25%;
}

    .family-lp-choose-sec {
        padding: 30px 0 40px;
        margin-bottom: -180px;
    }

.family-lp-choose-lft-lst .tab-link .family-lp-choose-lft-itm {
    padding: 15px 14px 15px 15px;
    margin-bottom: 15px;
}
.family-lp-choose-sec::before {
    height: 19%;
}

}

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

    .family-lp-choose-sec .container {
        max-width: 980px;
    }

    .family-lp-choose-heading .family-lp-text-heading {
        margin: 0 auto 20px 0;
        padding: 30px 30px 0 30px;
        max-width: 790px;
    }


}

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

    .family-lp-choose-sec .container {
        max-width: 720px;
        margin: auto;
    }

.family-lp-choose-rgt-img {
    background-color: transparent;
    background-blend-mode: initial;
    clip-path: inherit;
    max-width: 350px;
    margin: 0 auto 20px;
}

    .family-lp-choose-rgt-img img {
        clip-path: inherit;
        opacity: 100%;
    }

    .family-lp-choose-lft-lst {
        margin: 0;
        width: 100%;
    }

    .family-lp-choose-rgt-blk {
        width: 100%;
        max-width: 500px;
    }

.family-lp-choose-lst {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
}

    .family-lp-choose-lft-lst {
        transform: inherit;
        padding-top: revert-layer;
    }

    .family-lp-choose-lft-itm-title {
        transform: inherit;
    }

    .family-lp-choose-sec::before {
        display: none;
    }

.family-lp-choose-heading .family-lp-text-heading {
    padding: 0;
    max-width: 100%;
    margin: 0 auto 25px;
}

.family-lp-choose-rgt-cnt {
    height: auto;
    width: 100%;
    margin: auto;
    left: 0;
    padding: 0;
    position: relative;
}

    .family-lp-choose-rgt-title:before {
        display: none;
    }

    .family-lp-choose-rgt-cont ul li {
        font-size: 15px;
    }

    .family-lp-choose-lft-itm-title::before {
        transform-origin: right;
        left: 0;
        right: inherit;
        transform-origin: left;
    }

.family-lp-choose-lft-itm-title {
    transform: inherit;
    padding: 0 0 0 90px;
    text-align: left;
}


    .family-lp-choose-lft-itm {
        padding: 20px;
        width: 100%;
        max-width: 420px;
        border: 2px solid #55bcd4;
        margin: auto !important;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .family-lp-choose-lft-lst.owl-carousel .owl-stage {
        display: flex;
    }

    .family-lp-choose-lft-lst.owl-carousel .owl-stage .owl-item {
        padding: 0 2px;
    }

    .family-lp-choose-lft-lst.owl-carousel .owl-dots {
        text-align: center;
        margin: 20px auto;
    }

    .family-lp-choose-lft-lst.owl-carousel .owl-dots button.owl-dot.active {
        background-color: #55bcd4;
    }

    .family-lp-choose-lft-lst.owl-carousel .owl-dots button {
        font-size: 0;
        background-color: #fff;
        width: 12px;
        height: 12px;
        margin-right: 8px;
        border-radius: 50px;
        text-align: center;
    }

    .family-lp-choose-lft-lst.owl-carousel .owl-dots button {
        background-color: #fff;
    }

    .family-lp-choose-heading .family-lp-text-heading::before,
    .family-lp-choose-heading .family-lp-text-heading::after {
        display: none;
    }

    .family-lp-choose-sec {
        padding: 20px 0 50px;
        margin-bottom: 0;
    }


.family-lp-choose-lft-lst .tab-link .family-lp-choose-lft-itm {padding: 15px 0 15px 0; margin-bottom: 15px; max-width: 500px; justify-content: flex-start; border-left: 0; border-right: 0; }
.tab-link {width: 100%; }
.family-lp-choose-accordion {display: block; }
.family-lp-choose-lst { display: none; }
.family-law-lp-faq-lst .accordion-section-content ul li {color: #fff; font-size: 14px; margin: 0 0 10px; padding-left: 23px; position: relative;}
.family-law-lp-faq-lst .accordion-section-content ul li::before {position: absolute; content: ""; left: 2px; top: 11px; bottom: 0; width: 5px; height: 5px; background-color: #fff; border-radius: 50px; }
.family-law-lp-faq-lst .accordion-section-content {padding: 10px 15px 5px 15px; }
.family-law-lp-faq-lst .accordion-section {margin: 0; }

}

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

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

    .family-lp-choose-sec {
        padding: 20px 0 40px;
        margin-bottom: 0;
    }

}

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

    .family-lp-choose-rgt-title {
        font-size: 22px;
    }

    .family-lp-choose-lft-itm-title {
        padding: 100px 0 0 0;
    }

    .family-lp-choose-lft-itm-title {
        padding: 70px 0 0 0;
        text-align: center;
    }

    .family-lp-choose-lft-itm-title::before {
        transform-origin: top center;
        left: 0;
        top: 0;
        bottom: inherit;
        right: 0;
        margin: auto;
    }

    .family-lp-choose-lft-itm {
        padding: 15px;
    }

}

/* Family Lp Focused Sec */

.family-lp-child-custody-main-sec {
    background-image: url(../family-law-lp-images/family-lp-child-custody-main-bg.webp);
    background-repeat: no-repeat;
}

.family-law-lp-focused-sec {
    padding: 320px 0 147px;
    position: relative;
}

.family-law-lp-focused-sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    right: 0;
    background: linear-gradient(0deg, rgba(19, 58, 69, 0) 0%, rgb(19, 58, 69) 100%);
    margin: 0 auto;
}

.family-law-lp-focused-sec h2 span {
    color: #55bcd4;
}

.family-law-lp-focused-sec h3 {
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    color: #ffff;
    letter-spacing: -0.7px;
    line-height: 1;
    font-family: 'Tinos';
    text-transform: capitalize;
    margin: 0 0 25px;
}

.family-lp-focused-sec .family-lp-text-heading {
    text-align: center;
    margin-bottom: 34px;
}

.family-law-lp-focused-sec p {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: #ffff;
    letter-spacing: 0.44px;
    line-height: 1.8;
    font-family: 'Manrope';
    margin: 0 auto 20px;
}

.family-lp-focused-blk {
    margin-bottom: 38px;
    display: flex;
    justify-content: space-between;
    gap: 55px;
}

.family-lp-focused-blk .family-lp-focused-item h4 {
    min-height: 220px;
    text-transform: none;
    position: relative;
    padding: 78px 0 55px;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    color: #ffff;
    letter-spacing: -0.5px;
    line-height: 1.16;
    font-family: 'Tinos';
    margin: 0 0 0px;
}

.family-lp-focused-item {
    position: relative;
    width: 17%;
    padding: 45px 15px 20px;
    background-image: linear-gradient(180deg, #173942 0%, #51b3ca 100%);
    clip-path: polygon(50% 0, 100% 23.6%, 100% 72%, 50% 100%, 0 72%, 0 23.6%);
}

.family-lp-focused-blk .family-lp-focused-item h4::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 66px;
    width: 66px;
    background-image: url(../family-law-lp-images/family-law-lp-sprites.webp);
    background-repeat: no-repeat;
    background-position: -14px -356px;
}

.family-lp-focused-blk .family-lp-focused-item .Physical-custody::before {
    background-position: -97px -356px;
    width: 58px;
}

.family-lp-focused-blk .family-lp-focused-item .Parenting-time::before {
    background-position: -178px -356px;
}

.family-lp-focused-blk .family-lp-focused-item .Texas-law::before {
    background-position: -267px -356px;
    width: 86px;
}

.family-lp-focused-blk .family-lp-focused-item .parental-conflict::before {
    background-position: -377px -356px;
    width: 60px;
}

.family-lp-focused-blk .family-lp-focused-item h4::after {
    position: absolute;
    content: "";
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    height: 39px;
    width: 1px;
    background-color: #306c7b;
}

.family-lp-bottom-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 35px 0 0;
}

.focus-call-blk p {
    text-align: left;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 1.8px;
}

.focus-call-blk a {
    position: relative;
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 3.5px;
    color: #5ac9e3;
    font-family: 'Manrope';
    display: block;
}

.focus-call-blk {
    padding: 0 0 0 55px;
    position: relative;
}

.focus-call-blk a:hover {
    color: #fff;
}

.focus-call-blk a::before {
    position: absolute;
    content: "";
    top: 0;
    left: -55px;
    bottom: 18px;
    margin: auto;
    height: 42px;
    width: 38px;
    background-image: url(../family-law-lp-images/family-law-lp-sprites.webp);
    background-repeat: no-repeat;
    background-position: -63px -16px;
}

.family-lp-focused-item::before {
    width: 100%;
    background-image: linear-gradient(0deg, #173841 0%, #17384100 100%);
    clip-path: polygon(50% 0, 100% 23.6%, 100% 75%, 50% 100%, 0 75%, 0 23.6%);
    height: 96%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    position: absolute;
}

/* Focused Sec Responsive */

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

    .family-lp-focused-sec .family-lp-text-heading {
        margin-bottom: 28px;
    }

    .family-law-lp-focused-sec {
        padding: 290px 0 120px;
    }

    .family-law-lp-focused-sec h3 {
        font-size: 30px;
        letter-spacing: -0.6px;
        margin: 0 0 20px;
    }

    .family-law-lp-focused-sec p {
        font-size: 19px;
        letter-spacing: 0.34px;
        margin: 0 auto 18px;
    }

    .family-lp-focused-blk {
        margin-bottom: 32px;
        gap: 45px;
    }

    .family-lp-focused-item {
        padding: 41px 13px 18px;
    }

    .family-lp-focused-blk .family-lp-focused-item h4::before {
        transform: scale(0.85);
        transform-origin: top center;
    }

    .family-lp-focused-blk .family-lp-focused-item h4 {
        min-height: 190px;
        padding: 71px 0 48px;
        font-size: 22px;
        letter-spacing: -0.4px;
    }

    .family-lp-focused-blk .family-lp-focused-item h4::after {
        bottom: 9px;
        height: 35px;
    }

    .family-lp-bottom-sec {
        gap: 35px;
        align-items: center;
        margin: 30px 0 0;
    }

    .focus-call-blk a::before {
        transform: scale(0.85);
        transform-origin: left center;
        margin: auto 0;
        left: 0;
        bottom: 0;
    }

    .focus-call-blk p {
        margin: 0 !important;
    }

    .focus-call-blk {
        padding: 0 0 0 46px;
    }

    .focus-call-blk a {
        font-size: 30px;
        letter-spacing: 3px;
        position: inherit;
    }

}

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

    .family-law-lp-focused-sec {
        padding: 280px 0 100px;
    }

    .family-lp-focused-sec .family-lp-text-heading {
        margin-bottom: 24px;
    }

    .family-law-lp-focused-sec h3 {
        font-size: 28px;
        letter-spacing: -0.5px;
        margin: 0 0 17px;
    }

    .family-law-lp-focused-sec p {
        font-size: 17px;
        letter-spacing: 0.14px;
        margin: 0 auto 18px;
    }

    .family-lp-focused-item {
        padding: 37px 11px 16px;
    }

    .family-lp-focused-blk .family-lp-focused-item h4 {
        min-height: 170px;
        padding: 60px 0 40px;
        font-size: 20px;
        letter-spacing: -0.3px;
    }

    .family-lp-focused-blk .family-lp-focused-item h4::before {
        transform: scale(0.75);
    }

    .family-lp-focused-blk .family-lp-focused-item h4::after {
        bottom: 8px;
        height: 30px;
    }

    .family-lp-focused-blk {
        margin-bottom: 29px;
        gap: 40px;
    }

    .family-lp-bottom-sec {
        gap: 32px;
        margin: 27px 0 0;
    }

    .focus-call-blk a::before {
        transform: scale(0.8);
    }

    .focus-call-blk a {
        font-size: 27px;
        letter-spacing: 2px;
    }

}

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

    .family-law-lp-focused-sec {
        padding: 275px 0 90px;
    }

    .family-lp-focused-sec .family-lp-text-heading {
        margin-bottom: 22px;
    }

    .family-law-lp-focused-sec h3 {
        font-size: 26px;
        letter-spacing: -0.4px;
        margin: 0 0 15px;
    }

    .family-law-lp-focused-sec p {
        font-size: 17px;
        letter-spacing: 0;
        margin: 0 auto 18px;
    }

    .family-lp-focused-item {
        padding: 33px 9px 14px;
    }

    .family-lp-focused-blk .family-lp-focused-item h4::before {
        transform: scale(0.7);
    }

    .family-lp-focused-blk .family-lp-focused-item h4 {
        min-height: 160px;
        padding: 55px 0 35px;
        font-size: 18px;
        letter-spacing: -0.2px;
    }

    .family-lp-focused-blk {
        margin-bottom: 29px;
        gap: 40px;
    }

    .family-lp-bottom-sec {
        gap: 29px;
        margin: 25px 0 0;
    }

    .focus-call-blk a {
        font-size: 26px;
        letter-spacing: 2px;
    }

}

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

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

    .family-law-lp-focused-sec {
        padding: 270px 0 80px;
    }

    .family-lp-focused-sec .family-lp-text-heading {
        margin-bottom: 22px;
    }

    .family-law-lp-focused-sec h3 {
        font-size: 23px;
        letter-spacing: -0.2px;
        margin: 0 0 13px;
    }

    .family-law-lp-focused-sec p {
        font-size: 15px;
        letter-spacing: 0;
        margin: 0 auto 16px;
    }

    .family-lp-focused-item {
        padding: 30px 8px 12px;
    }

    .family-lp-focused-blk .family-lp-focused-item h4 {
        min-height: 150px;
        padding: 50px 0 30px;
        font-size: 17px;
        letter-spacing: 0;
    }

    .family-lp-focused-blk .family-lp-focused-item h4::before {
        transform: scale(0.6);
    }

    .family-lp-bottom-sec {
        gap: 29px;
        margin: 25px 0 0;
    }

    .focus-call-blk a::before {
        transform: scale(0.7);
    }

    .focus-call-blk a {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .focus-call-blk {
        padding: 0 0 0 38px;
    }

}

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

    .family-law-lp-focused-sec p br {
        display: none;
    }

    .family-law-lp-focused-sec {
        padding: 50px 0;
    }

    .family-lp-focused-sec .family-lp-text-heading {
        margin-bottom: 14px;
    }

    .family-law-lp-focused-sec h3 {
        font-size: 25px;
        margin: 0 0 12px;
        line-height: 1.1;
    }

    .family-lp-bottom-sec {
        gap: 20px;
        margin: 25px 0 0;
        flex-wrap: wrap-reverse;
    }

    .family-lp-focused-blk {
        max-width: 550px;
        margin: 0 auto 20px;
    }

    /* carousel */

    .family-lp-focused-item {
        padding: 30px 10px 15px;
        width: 100%;
        max-width: 180px;
        margin: 0 auto;
    }

    .family-lp-focused-blk.owl-carousel .owl-dots {
        text-align: center;
        margin: 20px auto 0;
    }

    .family-lp-focused-blk.owl-carousel .owl-dots button.owl-dot.active {
        background-color: #55bcd4;
    }

    .family-lp-focused-blk.owl-carousel .owl-dots button {
        font-size: 0;
        background-color: #fff;
        width: 12px;
        height: 12px;
        margin-right: 8px;
        border-radius: 50px;
        text-align: center;
    }

    .family-lp-focused-blk .owl-dots button {
        background-color: #fff;
    }

    .family-lp-focused-blk.owl-carousel .owl-nav button {
        font-size: 0;
    }

}

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

    .family-lp-focused-blk {
        max-width: 380px;
        margin: 0 auto 20px;
    }

}

@media screen and (max-width:480px) {
    .family-law-lp-focused-sec {
        padding: 40px 0;
    }
}

/*  Family-Lp-divorce-sec-starts */

.family-law-lp-divorce-sec {
    position: relative;
    z-index: 1;
}

.family-law-lp-divorce-sec::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 45%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, #133a45, transparent);
    z-index: -1;
    pointer-events: none;
}

.family-lp-divorce-blk {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.family-lp-divorce-right {
    width: 36%;
    padding: 127px 0px 0 0px;
    display: flex;
    margin: 2px -29px 0 -107px;
    flex-direction: column;
    gap: 0;
    justify-content: start;
}

.family-lp-divorce-right .family-lp-divorce-item {
    padding: 0 0 0 54px;
}

.family-lp-divorce-middile {
    width: 72.7%;
    margin: 0 auto;
    padding: 75px 0px 0;
    background-image: url(../family-law-lp-images/family-lp-divorce-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.family-lp-divorce-middile .family-lp-divorce-logo img {
    margin: 0 auto 26px;
}

.family-lp-divorce-middile .family-lp-text-heading span {
    color: #55bcd4;
}

.family-lp-divorce-middile .family-lp-text-heading {
    font-size: 85px;
    letter-spacing: -0.9px;
    font-family: var(--headingFont);
    font-weight: 400;
    color: #fff;
    line-height: 1.02;
    text-align: center;
    margin: 0 0 25px;
    text-transform: none;
    position: relative;
    z-index: 1;
}

.family-lp-divorce-item p {
    color: #fff;
    font-weight: 400;
    font-family: "Manrope";
    font-size: 18px;
    margin: 0;
    letter-spacing: 0.36px;
    line-height: 1.6;
}

.family-lp-divorce-item {
    position: relative;
    width: 30%;
    padding: 0 130px 0 0;
}

.family-lp-divorce-item.spousal-maintenance {
    width: 28%;
}

.family-lp-divorce-item li {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.34px;
    line-height: 1.67;
    font-family: "Manrope";
    margin: 0 0 8px;
    padding: 0 0 0 24px;
    position: relative;
}

.family-lp-divorce-item .family-lp-divorce-item-title {
    font-size: 34px;
    font-weight: 400;
    color: #55bcd4;
    letter-spacing: -0.3px;
    line-height: 1.17;
    font-family: "Tinos";
    margin: 0 0 11px;
}

.family-lp-divorce-list {
    padding: 129px 0 0;
    display: flex;
    justify-content: space-between;
    gap: 60px 150px;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.family-lp-divorce-item.parenting-custody {
    padding: 0 0 0 170px;
    width: 32%;
}

.family-lp-divorce-middile .family-lp-divorce-att-img img {
    width: 100%;
    display: block;
}

.family-lp-divorce-att-img {
    width: 72.8%;
    margin: 0 auto;
}

.family-lp-divorce-item.long-term {
    padding: 0px 0 0 110px;
    width: 27%;
}

.family-lp-divorce-item li::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    top: 13px;
    left: 0;
    background-color: #fff;
}

.family-lp-divorce-item::before {
    content: "";
    position: absolute;
    background-image: url(../family-law-lp-images/family-law-lp-sprites.webp);
    height: 108px;
    width: 95px;
}

.family-lp-divorce-item.spousal-maintenance::before {
    top: 8px;
    right: 10px;
    background-position: -124px -436px;
}

.family-lp-divorce-item.parenting-custody::before {
    top: 7px;
    left: 0;
    background-position: -234px -437px;
}

.family-lp-divorce-item.property-division::before {
    top: 8px;
    right: 0;
    background-position: -13px -438px;
}

.family-lp-divorce-item.long-term::before {
    top: 8px;
    left: 0;
    background-position: -346px -437px;
}

.family-lp-divorce-logo {
    width: 33%;
    margin: 0 auto;
}

/* Divorce Responsive Starts */

@media screen and (max-width: 1680px) {
    .family-law-lp-divorce-sec .container {
        max-width: 1314px;
    }

    .family-lp-divorce-middile .family-lp-divorce-logo img {
        margin: 0 auto 22px;
    }

    .family-lp-divorce-middile {
        padding: 60px 0px 0;
    }

    .family-lp-divorce-list {
        padding: 110px 0 0;
        gap: 52px 150px;
    }

    .family-lp-divorce-middile .family-lp-text-heading {
        font-size: 72px;
        letter-spacing: -0.7px;
        margin: 0 0 20px;
    }

    .family-lp-divorce-item .family-lp-divorce-item-title {
        font-size: 30px;
        letter-spacing: -0.2px;
        margin: 0 0 10px;
    }

    .family-lp-divorce-item li {
        font-size: 16px;
        letter-spacing: 0.24px;
        margin: 0 0 7px;
        padding: 0 0 0 20px;
    }

    .family-lp-divorce-item::before {
        transform: scale(0.85);
        transform-origin: right top;
    }

    .family-lp-divorce-item.parenting-custody::before,
    .family-lp-divorce-item.long-term::before {
        transform-origin: left top;
    }

    .family-lp-divorce-item.spousal-maintenance::before {
        right: 0;
    }

    .family-lp-divorce-item {
        padding: 0 110px 0 0;
    }

    .family-lp-divorce-item.parenting-custody {
        padding: 0px 0 0 145px;
    }

    .family-lp-divorce-item.long-term {
        padding: 0px 0 0 95px;
    }

    .family-lp-divorce-item p {
        font-size: 15px;
        letter-spacing: 0.26px;
    }
}

@media screen and (max-width: 1550px) {
    .family-law-lp-divorce-sec .container {
        max-width: 1212px;
    }

    .family-lp-divorce-middile .family-lp-divorce-logo img {
        margin: 0 auto 20px;
    }

    .family-lp-divorce-list {
        padding: 105px 0 0;
        gap: 44px 150px;
    }

    .family-lp-divorce-middile {
        padding: 55px 0px 0;
    }

    .family-lp-divorce-middile .family-lp-text-heading {
        font-size: 65px;
        letter-spacing: -0.5px;
        margin: 0 0 16px;
    }

    .family-lp-divorce-item .family-lp-divorce-item-title {
        font-size: 26px;
        letter-spacing: -0.1px;
        margin: 0 0 9px;
    }

    .family-lp-divorce-item li {
        font-size: 15px;
        letter-spacing: 0.14px;
        margin: 0 0 6px;
        padding: 0 0 0 18px;
    }

    .family-lp-divorce-item.property-division::before {
        top: 7px;
    }

    .family-lp-divorce-item li::before {
        height: 6px;
        width: 6px;
        top: 10px;
    }

    .family-lp-divorce-item p {
        font-size: 14px;
        letter-spacing: 0.26px;
        line-height: 1.6;
    }

    .family-lp-divorce-item.parenting-custody {
        padding: 0px 0 0 135px;
    }

    .family-lp-divorce-item::before {
        transform: scale(0.75);
    }
}

@media screen and (max-width: 1440px) {
    .family-law-lp-divorce-sec .container {
        max-width: 1126px;
    }

    .family-lp-divorce-list {
        padding: 95px 0 0;
        gap: 40px 150px;
    }

    .family-lp-divorce-middile .family-lp-divorce-logo img {
        margin: 0 auto 18px;
    }

    .family-lp-divorce-middile {
        padding: 50px 0px 0;
    }

    .family-lp-divorce-middile .family-lp-text-heading {
        font-size: 61px;
        letter-spacing: -0.5px;
        margin: 0 0 14px;
    }

    .family-lp-divorce-item {
        padding: 0 90px 0 0;
    }

    .family-lp-divorce-item.parenting-custody {
        padding: 0px 0 0 105px;
        width: 31%;
    }

    .family-lp-divorce-item.spousal-maintenance {
        width: 27%;
    }

    .family-lp-divorce-item.long-term {
        padding: 0px 0 0 85px;
    }

    .family-lp-divorce-item::before {
        transform: scale(0.65);
    }

    .family-lp-divorce-item .family-lp-divorce-item-title {
        font-size: 23px;
        letter-spacing: 0;
        margin: 0 0 8px;
    }

    .family-lp-divorce-item li {
        font-size: 14px;
        letter-spacing: 0;
        margin: 0 0 5px;
        padding: 0 0 0 15px;
    }
}

@media screen and (max-width: 1366px) {
    .family-law-lp-divorce-sec .container {
        max-width: 1068px;
    }
}

@media screen and (max-width: 1280px) {
    .family-law-lp-divorce-sec .container {
        max-width: 1000px;
    }

    .family-lp-divorce-list {
        padding: 90px 0 0;
        gap: 35px 150px;
    }

    .family-lp-divorce-middile {
        padding: 47px 0px 0;
    }

    .family-lp-divorce-middile .family-lp-divorce-logo img {
        margin: 0 auto 16px;
    }

    .family-lp-divorce-middile .family-lp-text-heading {
        font-size: 53px;
        letter-spacing: -0.3px;
        margin: 0 0 12px;
    }

    .family-lp-divorce-item {
        padding: 0 75px 0 0;
    }

    .family-lp-divorce-item.parenting-custody {
        padding: 0px 0 0 95px;
    }

    .family-lp-divorce-item::before {
        transform: scale(0.55);
    }

    .family-lp-divorce-item .family-lp-divorce-item-title {
        font-size: 22px;
        letter-spacing: 0;
        margin: 0 0 7px;
    }

    .family-lp-divorce-item li {
        font-size: 13px;
        letter-spacing: 0;
        margin: 0 0 5px;
        padding: 0 0 0 13px;
    }

    .family-lp-divorce-item li::before {
        height: 5px;
        width: 5px;
        top: 8px;
    }

    .family-lp-divorce-item.parenting-custody {
        padding: 0px 0 0 95px;
    }

    .family-lp-divorce-item.long-term {
        padding: 0px 0 0 70px;
    }

    .family-lp-divorce-middile .family-lp-divorce-logo img {
        margin: 0;
    }

    .family-lp-divorce-logo {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 20px;
    }

    .family-lp-divorce-middile .family-lp-text-heading {
        font-size: 51px;
        letter-spacing: 0;
        margin: 0 0 25px;
    }
}

@media screen and (max-width: 1024px) {
    .family-law-lp-divorce-sec .container {
        max-width: 720px;
    }

    .family-law-lp-divorce-sec {
        padding: 30px 0 50px;
    }

    .family-lp-divorce-middile .family-lp-text-heading {
        font-size: 40px;
        margin: 0 0 25px;
    }

    .family-lp-divorce-item .family-lp-divorce-item-title {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .family-lp-divorce-blk {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        flex-direction: column;
    }

    .family-lp-divorce-list.owl-carousel .owl-stage {
        display: flex;
    }

    .family-lp-divorce-list.owl-carousel .owl-item {
        padding: 0 2px;
    }

    .family-lp-divorce-list {
        padding: 0;
        gap: 0;
        position: relative;
    }

    .family-lp-divorce-item {
        width: 100% !important;
        max-width: 350px;
        margin: 0 auto;
        padding: 100px 20px 20px !important;
        border: 2px solid #55bcd4;
        border-radius: 15px;
        height: 100%;
    }

    .family-lp-divorce-middile {
        padding: 0;
        background-image: none;
        width: 100%;
    }

    .family-lp-divorce-middile .family-lp-text-heading {
        line-height: 1.3;
    }

    .family-lp-divorce-middile .family-lp-text-heading br {
        display: none;
    }

    .family-lp-divorce-middile .family-lp-text-heading span {
        display: block;
    }

    .family-lp-divorce-att-img {
        width: 100%;
        margin: 0 auto;
        max-width: 350px;
        padding: 25px 25px 0;
        border: 2px solid #55bcd4;
        border-radius: 15px;
    }

    .family-lp-divorce-item li {
        font-size: 14px;
        letter-spacing: 0;
        margin: 0 0 7px;
        padding: 0 0 0 13px;
    }

    .family-lp-divorce-item::before {
        top: 20px !important;
        left: 0 !important;
        transform-origin: top center !important;
    }

    .family-lp-divorce-list.owl-carousel .owl-dots {
        text-align: center;
        margin: 20px auto 0;
    }

    .family-lp-divorce-list.owl-carousel .owl-dots button.owl-dot.active {
        background-color: #55bcd4;
    }

    .family-lp-divorce-list.owl-carousel .owl-dots button {
        font-size: 0;
        background-color: #fff;
        width: 12px;
        height: 12px;
        margin-right: 8px;
        border-radius: 50px;
        text-align: center;
    }

    .family-lp-divorce-list.owl-carousel .owl-dots button {
        background-color: #fff;
    }
}

@media screen and (max-width:768px) {
    .family-law-lp-divorce-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .family-lp-divorce-middile .family-lp-text-heading {
        font-size: 27px;
        margin: 0 0 25px;
    }
}

@media screen and (max-width:480px) {
    .family-law-lp-divorce-sec {
        padding: 20px 0 40px;
    }

    .family-lp-divorce-middile .family-lp-text-heading {
        font-size: 19px;
        margin: 0 0 20px;
    }

    .family-lp-divorce-blk {
        gap: 20px;
    }
}

/*  Divorce Sce Responsive Ends */

/* Family Law What To Expect Section Starts */

.what-to-expect-sec {
    background-color: #0a1c21;
    position: relative;
    padding: 0 0 97px;
    clip-path: polygon(75.1% 0%, 100% 21%, 100% 100%, 0 100%, 0 23%);
    margin: -262px 0px 0 0;
    z-index: 3;
}

.what-to-expect-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, #133a45, transparent);
    z-index: -1;
    pointer-events: none;
}

.what-to-expect-sec::after {
    content: "";
    position: absolute;
    background-image: url(../family-law-lp-images/what-toexpect-sec-top-shape.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 24%;
    top: 0px;
    left: 0;
    right: 0;
    pointer-events: none;
}

.what-to-expect-sec .container {
    width: 100%;
    max-width: 1300px;
    margin: auto;
}

.family-law-lp-expect-main {
    padding: 238px 0 0;
}

.family-law-lp-expect-main .family-lp-text-heading {
    text-align: center;
    margin-bottom: 46px;
    line-height: 1.1;
}

.family-law-lp-expect-lst {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 51px;
    margin-left: 14px;
}

.family-law-lp-expect-itm {
    background-color: #122e35;
    width: 23.8%;
    padding: 40px 9px 25px;
    position: relative;
    transform: skewX(-8deg);
}

.family-law-lp-expect-itm-title {
    font-size: 35px;
    font-family: "Tinos";
    font-weight: 400;
    color: #55bcd4;
    line-height: 1.05;
    letter-spacing: -0.7px;
    text-align: center;
    position: relative;
    padding: 88px 0 0;
    margin-bottom: 10px;
    transform: skewX(10deg);
}

.family-law-lp-expect-itm-para {
    font-size: 18px;
    font-family: "Manrope";
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: 0.11px;
    color: #ffffff;
    text-align: center;
    transform: skewX(10deg);
}

.family-law-lp-expect-itm-title::before {
    position: absolute;
    content: "";
    background-image: url(../family-law-lp-images/family-law-lp-sprites.webp);
    background-repeat: no-repeat;
    background-position: -12px -560px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 65px;
}

.family-law-lp-expect-itm-title.clear::before {
    background-position: -90px -560px;
}

.family-law-lp-expect-itm-title.straightforward::before {
    background-position: -171px -558px;
}

.family-law-lp-expect-itm-title.strong::before {
    background-position: -253px -560px;
}

.family-law-lp-expect-itm:hover::before,
.family-law-lp-expect-itm:hover::after {
    position: absolute;
    content: "";
    background-image: url(../family-law-lp-images/what-to-expect-itm-hvr-bg-top-img.webp);
    background-repeat: no-repeat;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 27px;
    transform: skewX(7deg);
}

.family-law-lp-expect-itm:hover::after {
    background-image: url(../family-law-lp-images/what-to-expect-itm-hvr-bg-btm-img.webp);
    bottom: 10px;
    left: 10px;
    top: inherit;
    right: inherit;
}

.family-lp-expect-btn {
    text-align: center;
}

/* Family Law What To Expect Responsive Starts */

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

    .what-to-expect-sec {
        margin: -220px 0px 0 0;
    }

}

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

@media screen and (max-width: 1440px) {
    .what-to-expect-sec .container {
        max-width: 1150px;
    }

    .what-to-expect-sec {
        clip-path: polygon(75% 6.3%, 100% 27.7%, 100% 100%, 0 106%, 0 29.6%);
    }

    .what-to-expect-sec::after {
        top: 36px;
    }

    .family-law-lp-expect-main {
        padding: 220px 0 0;
    }

    .what-to-expect-sec {
        clip-path: polygon(75.6% 4%, 100% 24.7%, 100% 100%, 0 100%, 0 27.2%);
        margin: -236px 0px 0 0;
    }

    .family-law-lp-expect-main .family-lp-text-heading {
        margin-bottom: 38px;
    }

    .family-law-lp-expect-lst {
        margin-bottom: 46px;
    }

    .family-law-lp-expect-itm {
        padding: 36px 9px 23px;
    }

    .family-law-lp-expect-itm-title {
        padding: 82px 0 0;
    }

    .family-law-lp-expect-itm-title {
        font-size: 29px;
    }

    .family-law-lp-expect-itm-para {
        font-size: 16px;
    }

    .family-law-lp-expect-itm-title::before {
        transform: scale(0.9);
        transform-origin: top center;
    }

    .family-law-lp-expect-itm:hover::before,
    .family-law-lp-expect-itm:hover::after {
        transform: scale(0.9) rotate(-2deg);
        top: 9px;
        right: 9px;
    }

    .family-law-lp-expect-itm:hover::after {
        bottom: 9px;
        left: 9px;
        top: inherit;
        right: inherit;
    }

}

@media screen and (max-width: 1366px) {
    .what-to-expect-sec .container {
        max-width: 1050px;
    }

    .what-to-expect-sec {
        margin: -246px 0px 0 0;
    }

    .family-law-lp-expect-main {
        padding: 215px 0 0;
    }

    .what-to-expect-sec {
        clip-path: polygon(74.8% 7%, 100% 27.7%, 100% 100%, 0 100%, 0 29.6%);
    }

    .what-to-expect-sec::after {
        top: 54px;
    }

    .family-law-lp-expect-main .family-lp-text-heading {
        margin-bottom: 34px;
    }

    .family-law-lp-expect-lst {
        margin-bottom: 42px;
    }

    .family-law-lp-expect-itm {
        padding: 32px 9px 20px;
    }

    .family-law-lp-expect-itm-title {
        padding: 72px 0 0;
    }

    .family-law-lp-expect-itm-title {
        font-size: 26px;
    }

    .family-law-lp-expect-itm-para {
        font-size: 15px;
    }

    .family-law-lp-expect-itm-title::before {
        transform: scale(0.8);
    }

    .family-law-lp-expect-itm:hover::before,
    .family-law-lp-expect-itm:hover::after {
        transform: scale(0.7) rotate(-2deg);
        top: 6px;
        right: 6px;
    }

    .family-law-lp-expect-itm:hover::after {
        bottom: 6px;
        left: 6px;
        top: inherit;
        right: inherit;
    }
}

@media screen and (max-width: 1280px) {
    .what-to-expect-sec .container {
        max-width: 960px;
    }

    .what-to-expect-sec {
        clip-path: polygon(74.9% 3.7%, 100% 24.1%, 100% 100%, 0 100%, 0 26.7%);
        margin: -202px 0px 0 0;
    }

    .what-to-expect-sec::after {
        top: 27px;
    }

    .family-law-lp-expect-main {
        padding: 180px 0 0;
    }

    .family-law-lp-expect-main .family-lp-text-heading {
        margin-bottom: 30px;
    }

    .family-law-lp-expect-lst {
        margin-bottom: 38px;
    }

    .family-law-lp-expect-itm {
        padding: 28px 9px 18px;
    }

    .family-law-lp-expect-itm-title {
        padding: 62px 0 0;
    }

    .family-law-lp-expect-itm-title {
        font-size: 23px;
        letter-spacing: 0;
    }

    .family-law-lp-expect-itm-para {
        font-size: 14px;
    }

    .family-law-lp-expect-itm-title::before {
        transform: scale(0.7);
    }

    .family-law-lp-expect-itm:hover::before,
    .family-law-lp-expect-itm:hover::after {
        transform: scale(0.7) rotate(-3deg);
        top: 5px;
        right: 5px;
    }

    .family-law-lp-expect-itm:hover::after {
        bottom: 5px;
        left: 5px;
        top: inherit;
        right: inherit;
    }
}

@media screen and (max-width: 1024px) {
    .what-to-expect-sec .container {
        max-width: 720px;
    }

    .what-to-expect-sec {
        padding: 0 0 50px;
    }

    .what-to-expect-sec {
        margin: 0;
        clip-path: none;
    }

    .what-to-expect-sec::after {
        display: none;
    }

    .family-law-lp-expect-main {
        padding: 15px 0 0;
    }

    .family-law-lp-expect-itm-title br {
        display: none;
    }

    .family-law-lp-expect-main .family-lp-text-heading {
        margin-bottom: 25px;
    }

    .family-law-lp-expect-lst {
        margin: 0;
    }

    .family-law-lp-expect-itm {
        padding: 20px;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        height: 100%;
        transform: none;
    }

    .family-law-lp-expect-itm-title,
    .family-law-lp-expect-itm-para {
        transform: none;
    }

    .family-law-lp-expect-itm:hover::before,
    .family-law-lp-expect-itm:hover::after {
        display: none;
    }

    .family-law-lp-expect-lst.owl-carousel .owl-stage {
        display: flex;
    }

    .family-law-lp-expect-lst.owl-carousel .owl-item {
        padding: 0 2px;
    }

    .family-law-lp-expect-lst.owl-carousel .owl-dots {
        text-align: center;
        margin: 20px auto;
    }

    .family-law-lp-expect-lst.owl-carousel .owl-dots button.owl-dot.active {
        background-color: #55bcd4;
    }

    .family-law-lp-expect-lst.owl-carousel .owl-dots button {
        font-size: 0;
        background-color: #fff;
        width: 12px;
        height: 12px;
        margin-right: 8px;
        border-radius: 50px;
        text-align: center;
    }

    .family-law-lp-expect-lst.owl-carousel .owl-dots button {
        background-color: #fff;
    }

}

@media screen and (max-width: 480px) {
    .what-to-expect-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .what-to-expect-sec {
        padding: 0 0 40px;
    }
}

/* Family Law What To Expect Responsive Ends */

/* Family Law Lp Serving Starts */

.family-law-serving-sec {
    background-color: #164f60;
    background-image: url(../family-law-lp-images/srving-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 130px 0 250px;
    position: relative;
    clip-path: polygon(100% 0, 100% 75.1%, 24.9% 100%, 0 77.2%, 0 0);
}

.family-law-serving-sec::before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(90deg, rgba(19, 58, 69, 0) 0%, rgb(19, 58, 69) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.family-law-serving-sec::after {
    position: absolute;
    content: "";
    background-image: url(../family-law-lp-images/serving-sec-bfr.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    width: 100%;
    height: 25%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.family-lp-serving-blk {
    padding: 40px 6.7% 0;
    position: relative;
}

.family-lp-serving-blk::before,
.family-lp-serving-blk::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 7.5%;
    height: 21.7%;
    border: 2px solid #55bcd4;
    border-right: 0;
    border-bottom: 0;
}

.family-lp-serving-blk::after {
    top: inherit;
    left: inherit;
    right: 0;
    border: 2px solid #55bcd4;
    top: 130px;
    border-left: 0;
    border-top: 0;
}

.family-law-serving-sec .family-lp-text-heading {
    position: relative;
    text-align: center;
    margin: 0 0 47px;
}

.family-lp-text-heading strong {
    color: #55bcd4;
    font-weight: inherit;
}

.family-lp-serving-blk-cnt {
    width: 96%;
    margin: 0 auto;
}

.family-lp-serving-blk-para {
    font-size: 22px;
    font-family: 'Manrope';
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 40px;
    line-height: 1.81;
    letter-spacing: 0.44px;
    text-align: center;
}

.family-lp-serving-blk .family-lp-serving-blk-para:nth-child(2) {
    margin-bottom: 18px;
}

.family-lp-serving-blk-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 30px 0 0;
}

.serving-call-btn {
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 1.8px;
    padding: 10px 0 0 57px;
    position: relative;
    margin: 0;
}

.serving-call-btn a {
    display: block;
    font-size: 35px;
    color: #5ac9e3;
}

.serving-call-btn a:hover {
    color: #fff;
}

.serving-call-btn a::before {
    position: absolute;
    content: "";
    background-image: url(../family-law-lp-images/family-law-lp-sprites.webp);
    background-repeat: no-repeat;
    background-position: -63px -17px;
    width: 42px;
    height: 42px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* Family Law Lp Representation  Responsive Starts */

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

    .family-law-serving-sec {
        padding: 100px 0 220px;
    }

    .family-lp-serving-blk {
        padding: 35px 6.7% 0;
    }

    .family-law-serving-sec .family-lp-text-heading {
        margin: 0 0 40px;
    }

    .family-lp-serving-blk-para {
        font-size: 20px;
        letter-spacing: 0.34px;
        margin-bottom: 35px;
    }

    .family-lp-serving-blk-btns {
        gap: 25px;
        margin: 25px 0 0;
    }

    .serving-call-btn {
        font-size: 16px;
        letter-spacing: 1.4px;
        padding: 7px 0 0 49px;
    }

    .serving-call-btn a::before {
        transform: scale(0.85);
        transform-origin: left center;
    }

    .serving-call-btn a {
        font-size: 29px;
    }

    .family-lp-serving-blk::after {
        top: 105px;
    }

}

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

    .family-law-serving-sec {
        padding: 90px 0 200px;
    }

    .family-lp-serving-blk {
        padding: 30px 6.7% 0;
    }

    .family-law-serving-sec .family-lp-text-heading {
        margin: 0 0 35px;
    }

    .family-lp-serving-blk-para {
        font-size: 19px;
        letter-spacing: 0;
        margin-bottom: 30px;
    }

}

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

    .family-law-serving-sec {
        padding: 80px 0 180px;
    }

    .family-lp-serving-blk {
        padding: 25px 6.7% 0;
    }

    .family-lp-serving-blk::after {
        top: 85px;
    }

    .family-law-serving-sec .family-lp-text-heading {
        margin: 0 0 30px;
    }

    .family-lp-serving-blk-para {
        font-size: 18px;
        margin-bottom: 26px;
    }

    .family-lp-serving-blk-btns {
        gap: 22px;
        margin: 22px 0 0;
    }

    .serving-call-btn a::before {
        transform: scale(0.75);
    }

    .serving-call-btn {
        font-size: 16px;
        letter-spacing: 1px;
        padding: 5px 0 0 42px;
    }

    .serving-call-btn a {
        font-size: 27px;
    }

}


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

    .family-law-serving-sec {
        padding: 75px 0 165px;
    }

    .family-lp-serving-blk {
        padding: 22px 6.7% 0;
    }

    .family-lp-serving-blk::after {
        top: 85px;
    }

    .family-law-serving-sec .family-lp-text-heading {
        margin: 0 0 27px;
    }

    .family-lp-serving-blk-para {
        font-size: 17px;
        margin-bottom: 23px;
    }

}

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

    .family-law-serving-sec {
        padding: 65px 0 145px;
    }

    .family-lp-serving-blk {
        padding: 19px 6.7% 0;
    }

    .family-lp-serving-blk::after {
        top: 75px;
    }

    .family-law-serving-sec .family-lp-text-heading {
        margin: 0 0 22px;
    }

    .family-lp-serving-blk-para {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .family-lp-serving-blk-btns {
        gap: 19px;
        margin: 20px 0 0;
        flex-wrap: wrap-reverse;
    }

    .serving-call-btn {
        font-size: 15px;
        letter-spacing: 0.5px;
        padding: 3px 0 0 37px;
    }

    .serving-call-btn a::before {
        transform: scale(0.65);
    }

    .serving-call-btn a {
        font-size: 25px;
    }

}

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

    .family-law-serving-sec {
        padding: 50px 0;
        clip-path: none;
    }

    .family-lp-serving-blk {
        padding: 0;
    }

    .family-lp-serving-blk::before,
    .family-lp-serving-blk::after,
    .family-law-serving-sec::after {
        display: none;
    }

    .family-law-serving-sec .family-lp-text-heading {
        margin: 0 0 16px;
    }

    .family-law-serving-sec .family-lp-text-heading br {
        display: none;
    }

    .family-lp-serving-blk-para {
        font-size: 15px;
        margin-bottom: 18px;
    }

}

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

    .family-law-serving-sec {
        padding: 40px 0;
    }

    .family-law-serving-sec .family-lp-text-heading br {
        display: none;
    }

    .family-law-serving-sec .family-lp-text-heading {
        margin: 0 0 12px;
    }

    .family-lp-serving-blk-para {
        margin-bottom: 14px;
    }

    .family-lp-serving-blk-btns {
        gap: 20px;
        margin: 16px 0 0;
    }

}


 
/* Family Law Faq Section starts */
 
.faq-sec {
    background-color: #0a1c21;
    padding: 0;
}
 
.faq-sec .container {
    width: 100%;
    max-width: 1710px;
    margin: 0 0 auto;
}
 
.family-law-lp-faq-lst {
    display: flex;
    justify-content: flex-start;
    position: relative;
}
 
.faq-sec .family-lp-text-heading {
    text-align: center;
    position: relative;
    width: max-content;
    margin: 0 auto 75px 310px;
    padding: 30px 0 0 51px;
}
 
.faq-sec .family-lp-text-heading::before {
    position: absolute;
    content: "";
    background-image: url(../family-law-lp-images/heading-bfr-layer.webp);
    background-repeat: no-repeat;
    width: 113px;
    height: 112px;
    top: 0;
    left: 0;
    bottom: 0;
}
 
.lft-blk {
    width: 64%;
}
 
.lft-blk-img {
    height: 100%;
    object-fit: cover;
}
 
.lft-blk-mob-img {
    display: none;
}
 
.lft-blk-mob-img img {
    width: 100%;
    display: block;
}
 
.rgt-blk {
    width: 39.9%;
    margin: 10px 0 50px -50px;
}
 
.accordion-section {
    margin: 0 0 18px;
    padding: 0 0 18px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
 
.accordion-section::before {
    position: absolute;
    content: "";
    background-image: url(../family-law-lp-images/accordion-btn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 13px;
    right: 34px;
    top: 22px;
    bottom: 0;
}
 
.accordion-section.accordien-active::before {
    background-image: url(../family-law-lp-images/accordion-active-btn.webp);
}
 
.accordion-section::after {
    position: absolute;
    content: "Q .";
    font-size: 35px;
    font-family: 'Tinos';
    font-weight: 400;
    color: #fff;
    left: -1px;
    top: 0;
}
 
.accordion-section.accordien-active::after {
    color: #55bcd4;
}
 
.accordion-heading {
    font-size: 35px;
    font-family: 'Tinos';
    font-weight: 400;
    letter-spacing: -0.7px;
    line-height: 1.14;
    color: #ffffff;
    position: relative;
    padding: 10px 65px 10px 62px;
    text-transform: none;
    cursor: pointer;
    margin: 0;
}
 
.accordion-section.accordien-active .accordion-heading::after {
    content: "";
    position: absolute;
    width: calc(100% + 50px);
    left: -60px;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    background-image: url(../family-law-lp-images/fam-lp-accor-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: transparent;
    pointer-events: none;
}
 
.accordion {
    margin-bottom: 30px;
}
 
.accordion-section-content {
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 1.55;
    color: #ffffff;
    padding: 20px 80px 5px 70px;
}
 
.accordion-section.accordien-active .accordion-heading {
    color: #55bcd4;
}
 
.accordion-section:not(.accordien-active) .accordion-section-content {
    display: none;
}
 
/* Family Law Lp Faq Responsive starts */
@media screen and (max-width:1800px) {
    .faq-sec .container {
        max-width: 1610px;
    }
 
    .faq-sec .family-lp-text-heading {
        margin: 0 auto 64px 280px;
        padding: 26px 0 0 46px;
    }
 
    .faq-sec .family-lp-text-heading::before {
        width: 104px;
        height: 105px;
    }
 
    .accordion-section {
        margin: 0 0 16px;
        padding: 0 0 16px;
    }
 
    .accordion-section::after {
        font-size: 30px;
        left: -1px;
        top: 4px;
    }
 
    .accordion-heading {
        font-size: 32px;
        letter-spacing: -0.5px;
        padding: 9px 65px 9px 53px;
    }
 
    .accordion-section::before {
        right: 30px;
        top: 20px;
        bottom: 0;
    }
 
    .accordion-section-content {
        font-size: 17px;
        letter-spacing: 0.26px;
        padding: 17px 73px 5px 56px;
    }
 
}
 
@media screen and (max-width:1680px) {
    .faq-sec .container {
        max-width: 1500px;
    }
 
    .faq-sec .family-lp-text-heading {
        margin: 0 auto 60px 270px;
        padding: 23px 0 0 42px;
    }
 
    .faq-sec .family-lp-text-heading::before {
        width: 90px;
        height: 90px;
    }
 
    .accordion-section {
        margin: 0 0 15px;
        padding: 0 0 15px;
    }
 
    .accordion-heading {
        font-size: 28px;
        letter-spacing: -0.3px;
        padding: 8px 56px 8px 50px;
    }
 
    .accordion-section::after {
        font-size: 27px;
        left: 0px;
        top: 2px;
    }
 
    .accordion-section::before {
        right: 25px;
        top: 15px;
        bottom: 0;
        width: 19px;
        height: 10px;
    }
 
    .accordion-section.accordien-active .accordion-heading::after {
        width: calc(100% + 40px);
        left: -50px;
    }
 
    .accordion-section-content {
        font-size: 16px;
        letter-spacing: 0.16px;
        padding: 17px 70px 5px 55px;
    }
 
    .rgt-blk {
        margin: 10px 0 30px -45px;
    }
 
 
}
 
@media screen and (max-width:1550px) {
    .faq-sec .container {
        max-width: 1380px;
    }
 
    .faq-sec .family-lp-text-heading {
        margin: 0 auto 55px 250px;
        padding: 21px 0 0 38px;
    }
 
    .faq-sec .family-lp-text-heading::before {
        width: 87px;
        height: 87px;
    }
 
    .accordion {
        margin-bottom: 25px;
    }
 
    .accordion-section {
        margin: 0 0 14px;
        padding: 0 0 14px;
    }
 
    .accordion-heading {
        font-size: 26px;
        letter-spacing: -0.1px;
        padding: 7px 50px 7px 46px;
    }
 
    .accordion-section::after {
        font-size: 27px;
        left: 0px;
        top: 2px;
    }
 
    .accordion-section::before {
        right: 22px;
        top: 18px;
        bottom: 0;
        width: 17px;
        height: 9px;
    }
 
    .accordion-section.accordien-active .accordion-heading::after {
        width: calc(100% + 35px);
        left: -35px;
    }
 
    .accordion-section-content {
        font-size: 15px;
        letter-spacing: 0;
        padding: 15px 70px 5px 50px;
    }
 
    .rgt-blk {
        margin: 10px 0 30px -40px;
    }
 
}
 
@media screen and (max-width:1440px) {
    .faq-sec .container {
        max-width: 1290px;
    }
 
    .accordion-section {
        margin: 0 0 13px;
        padding: 0 0 13px;
    }
 
}
 
@media screen and (max-width:1366px) {
    .faq-sec .container {
        max-width: 1220px;
    }
 
    .faq-sec .family-lp-text-heading {
        margin: 0px auto 55px 220px;
        padding: 19px 0 0 36px;
    }
 
    .faq-sec .family-lp-text-heading::before {
        width: 84px;
        height: 84px;
    }
 
    .accordion-section {
        margin: 0 0 12px;
        padding: 0 0 12px;
    }
 
    .accordion-section::before {
        right: 18px;
        top: 14px;
        bottom: 0;
        width: 15px;
        height: 8px;
    }
 
    .accordion-section::after {
        font-size: 24px;
        left: 0px;
        top: 2px;
    }
 
    .accordion-heading {
        font-size: 23px;
        letter-spacing: 0;
        padding: 7px 45px 7px 40px;
    }
 
    .accordion-section-content {
        font-size: 14px;
        letter-spacing: 0;
        padding: 13px 60px 5px 45px;
    }
 
    .rgt-blk {
        margin: 10px 0 30px -35px;
    }
 
}
 
@media screen and (max-width:1280px) {
    .faq-sec .container {
        max-width: 1120px;
    }
 
    .faq-sec .family-lp-text-heading {
        margin: 0px auto 55px 190px;
        padding: 19px 0 0 36px;
    }
 
    .accordion-heading {
        font-size: 21px;
        padding: 6px 45px 6px 40px;
    }
 
    .accordion-section::after {
        font-size: 21px;
        left: 0px;
        top: 2px;
    }
 
    .accordion-section-content {
        font-size: 13px;
        padding: 10px 60px 5px 45px;
    }
 
    .rgt-blk {
        margin: 0;
    }
 
    .accordion-section {
        margin: 0 0 10px;
        padding: 0 0 10px;
    }
 
    .accordion {
        margin-bottom: 20px;
    }
 
    .rgt-blk {
        margin: 10px 0 30px -30px;
    }
 
}
 
@media screen and (max-width:1180px) {
    .faq-sec .container {
        max-width: 990px;
    }
 
    .faq-sec .family-lp-text-heading {
        margin: 0px auto 50px 170px;
        padding: 16px 0 0 33px;
    }
 
    .faq-sec .family-lp-text-heading::before {
        width: 78px;
        height: 75px;
    }
 
    .accordion-heading {
        font-size: 19px;
        padding: 6px 45px 6px 35px;
    }
 
    .accordion-section-content {
        font-size: 12px;
        padding: 8px 45px 5px 35px;
    }
 
}
 
@media screen and (max-width:1024px) {
    .faq-sec .container {
        max-width: 720px;
        margin: 0 auto;
    }
 
    .faq-sec {
        padding: 20px 0 50px;
    }
 
    .faq-sec .family-lp-text-heading {
        margin: 0 auto 30px;
        padding:0;
        width: auto;
    }
 
    .faq-sec .family-lp-text-heading::before {
        display: none;
    }
 
    .lft-blk {
        width: 100%;
    }
 
    .lft-blk-img {
        display: none;
    }
 
    .lft-blk-mob-img {
        display: block;
        border: 2px solid #55bcd4;
        border-radius: 15px;
        overflow: hidden;
        max-width: 400px;
        margin: 0 auto;
    }
 
    .family-law-lp-faq-lst {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }
 
    .rgt-blk {
        width: 100%;
        position: relative;
        max-width: 500px;
        margin: 0;
    }
 
    .accordion-heading {
        font-size: 20px;
        padding: 10px 45px 10px 40px;
        border: 1px solid transparent;
    }
 
    .accordion-section::after {
        font-size: 18px;
        left: 10px;
        top: 7px;
    }
 
    .accordion-section.accordien-active .accordion-heading {
        border: 1px solid #55bcd4;
    }
 
    .accordion-section.accordien-active .accordion-heading::after {
        display: none;
    }
 
    .accordion-section-content {
        font-size: 14px;
        padding: 10px 45px 5px 35px;
    }
 
    .accordion-section {
        margin: 0 0 13px;
        padding: 0 0 13px;
    }
 
    .family-law-lp-faq-btn {
        text-align: center;
    }
 
}
 
@media screen and (max-width:768px) {
    .faq-sec .container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
 
    .faq-sec {
        padding: 20px 0 40px;
    }
 
    .accordion-section {
        margin: 0 0 10px;
        padding: 0 0 10px;
    }
 
    .accordion-section::before {
        right: 10px;
        top: 16px;
    }
 
    .accordion-heading {
        font-size: 20px;
        padding: 8px 32px 8px 40px;
    }
 
    .accordion-section-content {
        font-size: 14px;
        padding: 10px 35px 5px 40px;
    }
 
    .accordion-section.accordien-active .accordion-heading::after {
        width: 100%;
        left: 0;
    }
 
    .accordion-section::after {
        font-size: 18px;
        left: 10px;
        top: 7px;
    }
 
    .faq-sec .family-lp-text-heading::before {
        width: 44px;
        height: 53px;
    }
 
}
 
@media screen and (max-width:480px) {
    .faq-sec .family-lp-text-heading {
        width: auto;
        display: block;
        padding: 0;
        text-align: center;
        margin: 0 0 20px;
    }
 
    .family-law-lp-faq-lst {
        gap: 25px;
    }
 
    .faq-sec .family-lp-text-heading::before {
        display: none;
    }
 
}

/* Family Law Lp Faq Responsive Ends */

.ftr-main {
    position: relative;
    z-index: 1;
}

.ftr-main::before {
    position: absolute;
    content: "";
    background-image: url(../family-law-lp-images/ftr-bg-layer.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 20%;
    top: -240px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -2;
    pointer-events: none;
}

.family-lp-form-blk-title {
    width: fit-content;
    margin: 0 auto 30px;
    padding: 22px 123px;
    position: relative;
}

.family-lp-form-blk-title::before,
.family-lp-form-blk-title::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 14.4%;
    height: 66.5%;
    border: 2px solid #55bcd4;
    border-right: 0;
    border-bottom: 0;
}

.family-lp-form-blk-title::after {
    top: inherit;
    left: inherit;
    right: 0;
    border: 2px solid #55bcd4;
    bottom: 0;
    border-left: 0;
    border-top: 0;
}

.family-lp-form-blk-title .family-lp-form-cnt {
    margin-bottom: 0;
}

.family-lp-form-sec {
    padding: 60px 0 0;
}

.family-lp-site-footer {
    padding: 80px 0 50px;
    position: relative;
}

.family-lp-site-footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, #133a45bd, transparent);
    z-index: -1;
    pointer-events: none;
}

.family-lp-ftr-blk-main {
    display: flex;
    justify-content: space-between;
    width: 86.7%;
    margin: 0 auto;
}

.ftr-logo {
    width: 33%;
    margin: 0;
}

.ftr-item.follow::before,
.ftr-item.follow::after {
    display: none;
}

.ftr-soc-mob-blk {
    display: none;
}

.ftr-item.follow {
    padding: 0;
    text-align: center;
}

.ftr-social-icons {
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.copyrights:before {
    display: none;
}

.copyrights {
    background-color: #225461;
    padding: 30px 0;
}

.copyrights .cpy-inr,
.copyrights .ftrlink {
    margin: 0 0 12px;
}

.copyrights .growthlab {
    margin: 0;
}

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

    .family-lp-site-footer {
        padding: 60px 0 40px;
    }

    .family-lp-form-blk-title {
        margin: 0 auto 26px;
        padding: 19px 110px;
    }

    .family-lp-form-sec {
        padding: 50px 0 0;
    }

    .copyrights {
        padding: 27px 0;
    }

    .copyrights p,
    .copyrights a {
        font-size: 16px;
    }

}

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

    .family-lp-site-footer {
        padding: 50px 0 35px;
    }

    .family-lp-form-blk-title {
        margin: 0 auto 26px;
        padding: 17px 100px;
    }

    .family-lp-form-sec {
        padding: 40px 0 0;
    }

    .copyrights p,
    .copyrights a {
        font-size: 15px;
    }

}

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

    .family-lp-site-footer {
        padding: 45px 0 30px;
    }

    .family-lp-form-blk-title {
        margin: 0 auto 23px;
        padding: 15px 90px;
    }

    .family-lp-form-sec {
        padding: 35px 0 0;
    }

    .copyrights {
        padding: 24px 0;
    }

    .copyrights p,
    .copyrights a {
        font-size: 14px;
    }

    .copyrights .cpy-inr,
    .copyrights .ftrlink {
        margin: 0 0 10px;
    }

}

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

    .copyrights {
        padding: 20px 0;
    }

    .family-lp-form-blk-title {
        margin: 0 auto 20px;
        padding: 13px 80px;
    }

    .copyrights .growthlab {
        max-width: 220px;
        margin: 0 auto;
    }

    .copyrights .cpy-inr,
    .copyrights .ftrlink {
        margin: 0 0 8px;
    }

}

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

    .family-lp-site-footer {
        padding: 35px 0;
    }

    .family-lp-form-blk-title {
        margin: 0 auto 20px;
        padding: 0;
    }

    .family-lp-form-blk-title::before,
    .family-lp-form-blk-title::after {
        display: none;
    }

    .family-lp-form-sec {
        padding: 40px 0 0;
    }

    .family-lp-ftr-blk-main {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .ftr-blocks {
        width: 100%;
        order: 2;
    }

    .ftr-item {
        padding: 90px 20px 20px;
        width: 100%;
        max-width: 300px;
    }

    .ftr-item::before {
        left: 0;
        right: 0;
    }

    .ftr-item::after {
        transform-origin: top center;
        top: 15px;
        right: 0;
    }

    .ftr-logo {
        width: 100%;
        max-width: 300px;
        order: 1;
    }

    .ftr-social-icons {
        margin: 0;
        width: 100%;
        padding: 20px;
    }

    .ftr-item.follow {
        display: none;
    }

    .ftr-soc-mob-blk,
    .ftr-soc-mob-blk .ftr-item.follow {
        display: block;
        order: 3;
        width: 100%;
        max-width: 300px;
    }

}

@media screen and (max-width: 480px) {
    .copyrights {
        padding: 15px 0;
    }

    .ftr-logo {
        max-width: 275px;
        margin: 0 0 10px;
    }

    .ftr-item {
        padding: 80px 20px 20px;
    }

}

/* family law spainsh styling */

.translated-ltr .family-lp-banr-blk h1 {
    font-size: 81.5px;
}

.translated-ltr .representation-rgt-blk-para {
    font-size: 20px;
}

.translated-ltr .representation-call-btn a {
    font-size: 33px;
}

.translated-ltr .comprehensive-sec .family-lp-text-heading {
    font-size: 73px;
}

.translated-ltr .family-lp-subtitle {
    font-size: 20px;
}

.translated-ltr .family-lp-choose-lft-itm-title {
    font-size: 27px;
}

.translated-ltr .family-lp-focused-sec .family-lp-text-heading {
    font-size: 64px;
}

.translated-ltr .family-law-lp-expect-itm-title br {
    display: none;
}

.translated-ltr .family-lp-divorce-item .family-lp-divorce-item-title {
    font-size: 30px;
}

.translated-ltr .family-lp-divorce-middile .family-lp-text-heading {
    font-size: 82px;
    margin: 0 auto 25px;
    max-width: 600px;
}

.translated-ltr .family-lp-divorce-middile .family-lp-text-heading br {
    display: none !important;
}


.translated-ltr .family-law-serving-sec .family-lp-text-heading {
    font-size: 70px;
}

.translated-ltr .family-lp-choose-rgt-cnt {
    height: 530px;
}

.translated-ltr .family-lp-choose-rgt-title {
    font-size: 30px;
}
.translated-ltr br {
    display: none;
}
.translated-ltr .family-lp-choose-lft-lst .tab-link .family-lp-choose-lft-itm {
    padding: 31px 13px 25px 60px;
}

/* family law spainsh styling responsive */

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

.translated-ltr .family-lp-choose-lft-lst {
    margin: 0 -360px 0 0;
    padding-top: 30px;
}
.translated-ltr .tab-link {
    width: 81%;
}
.translated-ltr .family-lp-choose-lft-lst .tab-link .family-lp-choose-lft-itm {
    padding: 22px 13px 22px 30px;
}
.translated-ltr .family-lp-choose-lft-itm-title {
    font-size: 23px;
    padding-right: 130px;
}
.translated-ltr .family-lp-choose-lft-itm-title::before {
    right: -13px;
    transform: scale(0.8);
}
.translated-ltr .family-lp-choose-rgt-cnt {
    height: 520px;
    width: 48%;
    left: 23%;
}
.translated-ltr .family-lp-choose-rgt-title:before {
    top: -25px;
    left: -30px;
    width: 83px;
    height: 72px;
}
.translated-ltr a.cmn-btn {
    font-size: 20px;
    padding: 22px 50px;
}

}

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


    .translated-ltr .family-lp-banr-blk h1 {
        font-size: 71px;
    }

    .translated-ltr .representation-rgt-blk-para {
        font-size: 19px;
    }

    .translated-ltr .family-lp-comprehensive-main-sec {
        clip-path: polygon(75% 0%, 100% 9.5%, 100% 90.3%, 24.7% 100%, 0% 91.1%, 0% 10.3%);
    }

    .translated-ltr .family-lp-choose-lft-itm-title {
        font-size: 25px;
    }

    .translated-ltr .family-lp-choose-rgt-title {
        font-size: 31px;
    }

    .translated-ltr .family-lp-focused-sec .family-lp-text-heading {
        font-size: 56px;
    }

    .translated-ltr .family-lp-divorce-item .family-lp-divorce-item-title {
        font-size: 28px;
    }

    .translated-ltr .family-lp-divorce-middile .family-lp-text-heading {
        font-size: 74px;
        margin: 0 auto 22px;
        max-width: 580px;
    }

    .translated-ltr .family-law-serving-sec .family-lp-text-heading {
        font-size: 60px;
    }
.translated-ltr .family-lp-choose-lft-lst {
    margin: 0 -300px 0 0;
    padding-top: 30px;
}
.translated-ltr .tab-link {
    width: 85%;
}
.translated-ltr .family-lp-choose-lft-lst .tab-link .family-lp-choose-lft-itm {
    padding: 22px 13px 22px 30px;
}
.translated-ltr .family-lp-choose-lft-itm-title {
    font-size: 22px;
    padding-right: 120px;
}
.translated-ltr .family-lp-choose-lft-itm-title::before {
    right: -13px;
    transform: scale(0.7);
}
.translated-ltr .family-lp-choose-rgt-cnt {
    height: 470px;
    width: 48%;
    left: 20%;
}
.translated-ltr .family-lp-choose-rgt-title {
    font-size: 26px;
}
.translated-ltr .family-lp-choose-rgt-title:before {
    top: -24px;
    left: -28px;
    width: 80px;
    height: 72px;
}
.translated-ltr .family-lp-choose-rgt-cont ul li {
    font-size: 16px;
}
.translated-ltr .family-lp-choose-rgt-cont ul li::before {
    top: 10px;
}



}

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

    .translated-ltr .family-lp-banr-blk h1 {
        font-size: 60px;
    }

    .translated-ltr .representation-rgt-blk-para {
        font-size: 17px;
    }

    .translated-ltr .representation-call-btn a {
        font-size: 31px;
    }

    .translated-ltr .family-lp-comprehensive-main-sec {
        clip-path: polygon(75% 0%, 100% 9.5%, 100% 90.3%, 24.7% 100%, 0% 91.1%, 0% 10.5%);
    }

    .translated-ltr .family-lp-choose-rgt-title {
        font-size: 28px;
    }

    .translated-ltr .family-lp-focused-sec .family-lp-text-heading {
        font-size: 51px;
    }

    .translated-ltr .family-lp-divorce-item .family-lp-divorce-item-title {
        font-size: 25px;
    }

    .translated-ltr .family-lp-divorce-middile .family-lp-text-heading {
        font-size: 70px;
        margin: 0 auto 25px;
        max-width: 560px;
    }

    .translated-ltr .family-law-serving-sec .family-lp-text-heading {
        font-size: 55px;
    }



    .translated-ltr .family-lp-choose-lft-lst .tab-link .family-lp-choose-lft-itm {
    padding: 20px 13px 20px 30px;
}
.translated-ltr .family-lp-choose-lft-itm-title {
    font-size: 20px;
    padding-right: 110px;
}
.translated-ltr .family-lp-choose-lft-itm-title::before {
    right: -19px;
    transform: scale(0.7);
}
.translated-ltr .family-lp-choose-rgt-cnt {
    height: 420px;
    width: 48%;
    left: 23%;
}
.translated-ltr .family-lp-choose-rgt-title {
    font-size: 25px;
}
.translated-ltr .family-lp-choose-rgt-title:before {
    top: -20px;
    left: -20px;
    width: 73px;
    height: 72px;
}
.translated-ltr .family-lp-choose-rgt-cont ul li {
    font-size: 15px;
}
.translated-ltr .family-lp-choose-rgt-cont ul li::before {
    top: 8px;
}
.translated-ltr a.cmn-btn {
    font-size: 18px;
    padding: 20px 46px;
}
.translated-ltr .family-lp-choose-lft-lst {
    margin: 0 -290px 0 0;
}
.translated-ltr .tab-link {
    width: 84%;
}

}

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

    .translated-ltr .family-lp-banr-blk h1 {
        font-size: 55px;
    }

    .translated-ltr .representation-rgt-blk-para {
        font-size: 16px;
    }

    .translated-ltr .representation-call-btn a {
        font-size: 30px;
    }

    .translated-ltr .comprehensive-sec .family-lp-text-heading {
        font-size: 63px;
    }

    .translated-ltr .family-lp-subtitle {
        font-size: 18px;
    }

    .translated-ltr .family-lp-choose-lft-itm-title {
        font-size: 22px;
    }

    .translated-ltr .family-lp-choose-rgt-title {
        font-size: 25px;
    }

    .translated-ltr .family-lp-focused-sec .family-lp-text-heading {
        font-size: 46px;
    }

    .translated-ltr .family-lp-divorce-item .family-lp-divorce-item-title {
        font-size: 23px;
    }

    .translated-ltr .family-lp-divorce-middile .family-lp-text-heading {
        font-size: 68px;
        margin: 0 auto 20px;
        max-width: 510px;
    }

    .translated-ltr .family-law-serving-sec .family-lp-text-heading {
        font-size: 50px;
    }

.translated-ltr .family-lp-choose-lft-lst {
    margin: 0 -260px 0 0;
}
.translated-ltr .tab-link {
    width: 84%;
}
.translated-ltr .family-lp-choose-lft-lst .tab-link .family-lp-choose-lft-itm {
    padding: 20px 15px 20px 20px;
}
.translated-ltr .family-lp-choose-lft-itm-title {
    font-size: 18px;
    padding-right: 90px;
}
.translated-ltr .family-lp-choose-lft-itm-title::before {
    right: -25px;
    transform: scale(0.6);
}
.translated-ltr .family-lp-choose-rgt-cnt {
    height: 390px;
    width: 48%;
    left: 20%;
}
.translated-ltr .family-lp-choose-rgt-title {
    font-size: 22px;
}
.translated-ltr .family-lp-choose-rgt-title:before {
    top: -20px;
    left: -20px;
    width: 70px;
    height: 70px;
}
.translated-ltr .family-lp-choose-rgt-cont ul li {
    font-size: 14px;
}

.translated-ltr a.cmn-btn {
    font-size: 16px;
    padding: 18px 44px;
}

}

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

    .translated-ltr .family-lp-banr-blk h1 {
        font-size: 52px;
    }

    .translated-ltr .representation-rgt-blk-para {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .translated-ltr .representation-call-btn a {
        font-size: 27px;
    }

    .translated-ltr .comprehensive-sec .family-lp-text-heading {
        font-size: 56px;
    }

    .translated-ltr .family-lp-subtitle {
        font-size: 16px;
    }

    .translated-ltr .family-lp-focused-sec .family-lp-text-heading {
        font-size: 43px;
    }

    .translated-ltr .family-lp-divorce-item .family-lp-divorce-item-title {
        font-size: 21px;
    }

    .translated-ltr .family-lp-divorce-middile .family-lp-text-heading {
        font-size: 64px;
        margin: 0 auto 20px;
        max-width: 480px;
    }

    .translated-ltr .family-law-serving-sec .family-lp-text-heading {
        font-size: 46px;
    }

.translated-ltr .family-lp-choose-lft-lst {
    margin: 0 -250px 0 0;
}
.translated-ltr a.cmn-btn {
    font-size: 15px;
    padding: 16px 42px;
}


}

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

    .translated-ltr .family-lp-banr-blk h1 {
        font-size: 48px;
    }

    .translated-ltr .representation-rgt-blk-para {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .translated-ltr .representation-call-btn a {
        font-size: 23px;
    }

    .translated-ltr .comprehensive-sec {
        margin-top: -176px;
    }

    .translated-ltr .comprehensive-sec::after {
        height: 182px;
    }

    .translated-ltr .comprehensive-sec .family-lp-text-heading {
        font-size: 51px;
    }

    .translated-ltr .family-lp-choose-rgt-title {
        font-size: 22px;
    }

    .translated-ltr .family-lp-subtitle {
        font-size: 15px;
    }

    .translated-ltr .family-lp-choose-lft-itm-title {
        font-size: 20px;
    }

    .family-lp-choose-rgt-title {
        font-size: 22px;
    }

    .translated-ltr .family-lp-focused-sec .family-lp-text-heading {
        font-size: 40px;
    }

    .translated-ltr .family-law-serving-sec .family-lp-text-heading {
        font-size: 43px;
    }

    .translated-ltr .family-lp-divorce-middile .family-lp-text-heading {
        font-size: 48px;
        margin: 0 auto 17px;
        max-width: 430px;
    }

.translated-ltr .family-lp-choose-lft-lst {
    margin: 0 -200px 0 0;
    padding-top: 20px;
}
.translated-ltr .tab-link {
    width: 87%;
}
.translated-ltr .family-lp-choose-lft-lst .tab-link .family-lp-choose-lft-itm {
    padding: 15px 15px 15px 20px;
}
.translated-ltr .family-lp-choose-lft-itm-title {
    font-size: 16px;
    padding-right: 80px;
}
.translated-ltr .family-lp-choose-lft-itm-title::before {
    right: -29px;
    transform: scale(0.55);
}
.translated-ltr .family-lp-choose-rgt-cnt {
    height: 340px;
    width: 56%;
    left: 30%;
}
.translated-ltr .family-lp-choose-rgt-title {
    font-size: 20px;
}
.translated-ltr .family-lp-choose-rgt-title:before {
    top: -15px;
    left: -20px;
    width: 55px;
    height: 60px;
}
.translated-ltr .family-lp-choose-rgt-cont ul li {
    font-size: 14px;
}
.translated-ltr a.cmn-btn {
    font-size: 14px;
    padding: 16px 42px;
}

}

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

    .translated-ltr .representation-call-btn a {
        font-size: 21px;
    }

    .translated-ltr .comprehensive-sec::after {
        height: 177px;
    }

    .translated-ltr .comprehensive-sec {
        margin-top: -171px;
        padding: 180px 0 50px;
    }

}

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

    .translated-ltr .family-lp-banr-blk h1 {
        font-size: 40px;
    }

    .translated-ltr .comprehensive-sec .family-lp-text-heading {
        font-size: 37px;
    }

    .translated-ltr .family-lp-comprehensive-main-sec {
        clip-path: none;
    }

    .translated-ltr .comprehensive-sec {
        margin: 0;
        padding: 50px 0;
    }

    .translated-ltr .family-lp-choose-lft-itm-title br {
        display: none;
    }

    .translated-ltr .family-lp-focused-sec .family-lp-text-heading {
        font-size: 35px;
    }

    .translated-ltr .family-law-serving-sec .family-lp-text-heading {
        font-size: 37px;
    }

    .translated-ltr .family-lp-divorce-middile .family-lp-text-heading {
        font-size: 40px;
        margin: 0 auto 16px;
        max-width: 100%;
    }

    .translated-ltr .family-law-lp-expect-main .family-lp-text-heading br,
    .translated-ltr .family-lp-divorce-middile .family-lp-text-heading br {
        display: none;
    }

    .translated-ltr .family-lp-divorce-middile .family-lp-text-heading span {
        display: inline-block;
    }


}

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

    .translated-ltr .family-lp-banr-blk h1 {
        font-size: 34px;
    }

    .translated-ltr .family-lp-banr-blk h1 {
        font-size: 27px;
    }

    .translated-ltr .comprehensive-sec .family-lp-text-heading {
        font-size: 32px;
    }

    .translated-ltr .family-lp-focused-sec .family-lp-text-heading {
        font-size: 31px;
    }

    .translated-ltr .family-law-serving-sec .family-lp-text-heading {
        font-size: 32px;
    }

    .translated-ltr .family-lp-divorce-middile .family-lp-text-heading {
        font-size: 32px;
        margin: 0 auto 14px;
    }
}

@media screen and (max-width: 480px) {
    .translated-ltr .comprehensive-sec .family-lp-text-heading {
        font-size: 25px;
    }

    .translated-ltr .comprehensive-sec {
        padding: 40px 0;
    }

    .translated-ltr .family-lp-focused-sec .family-lp-text-heading {
        font-size: 26px;
    }

    .translated-ltr .family-lp-divorce-middile .family-lp-text-heading {
        font-size: 25px;
        margin: 0 auto 12px;
    }

    .translated-ltr .family-law-serving-sec .family-lp-text-heading {
        font-size: 25px;
    }

    .translated-ltr .family-lp-form-blk {
        padding: 15px;
    }

    .translated-ltr .family-lp-form-blk .gform_wrapper .top_label input[type="checkbox"] {
        width: 11px !important;
        height: 11px !important;
        margin: 0px 7px 0px 0 !important;
    }

    .translated-ltr .family-lp-form-blk .form-links a,
    .translated-ltr .family-lp-form-blk .gfield-choice-input+label {
        font-size: 12px !important;
    }

    .translated-ltr .family-lp-form-blk .gfield-choice-input+label {
        margin: 0 0 0 -3px !important;
    }

}