@font-face {
    font-display: swap;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/outfit-v15-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/outfit-v15-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/outfit-v15-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/outfit-v15-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/cinzel-v26-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/dm-sans-v17-latin-regular.woff2') format('woff2');
}



.container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.text-heading {
    font-family: 'Cinzel';
    font-weight: 500;
    font-size: 80px;
    text-transform: capitalize;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #000;
}

.text-heading strong {
    color: #8ca3b7;
    font-weight: inherit;
}

.cmn-btn-family {
    font-family: 'Outfit';
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0;
    color: #fff;
    line-height: 1;
    display: inline-block;
    padding: 29px 67px;
    text-transform: uppercase;
    mask-image: url(../family-lp-images/cmn-btn-mask.webp);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    /* background-image: url(../family-lp-images/cmn-btn-mask-border.webp); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #19466f;
    background-image: url(../family-lp-images/cmn-btn-mask-border.webp);
}

.cmn-btn-family:hover {
    color: #fff;
    background-color: #0a1c2c;
}



/* cmn btn and text heading responsive */

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

    .container {
        max-width: 1314px;
    }

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

}

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

    .container {
        max-width: 1212px;
    }

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

}

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

    .container {
        max-width: 1126px;
    }

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

}

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

.container {
        max-width: 1100px;
    }

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

}

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

    .container {
        max-width: 970px;
    }

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

}

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

    .container {
        max-width: 720px;
    }

    .text-heading {
        font-size: 35px;
        letter-spacing: 0px;
        margin: 0 0 14px;
    }

}

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

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

    .text-heading {
        font-size: 30px;
        letter-spacing: 0px;
    }

}

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

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

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

}


/* Family Law LP Header Section */

.header-sec.family-lp {
    padding: 20px 0;
    background-color: transparent;
}

.header-sec.family-lp.f-nav {
    background-color: #19466f;
    border-bottom: 2px solid #fff;
    position: fixed;
}

.header-sec.family-lp .container {
    max-width: 1500px;
}

.header-sec.family-lp .logo-container {
    padding: 0;
}

.header-sec.family-lp .logo-container .logo {
    width: 14.6%;
    padding: 0 !important;
}

.header-sec.family-lp.f-nav .top-rit {
    margin-bottom: 0;
}

.header-sec.family-lp .top-rit {
    margin-bottom: 0;
}

.header-sec.family-lp .top-rit .widget {
    margin: 0 !important;
}

.header-call-family-lp {
    font-family: 'Outfit';
    font-weight: 500;
    font-size: 36px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0;
}

.header-call-family-lp a {
    background-image: url(../family-lp-images/header-btn-bg-hover1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: 'Cinzel';
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1;
    display: inline-block;
    padding: 21px 35px 19px 41px;
    position: relative;
    margin-left: 43px;
}

.header-call-family-lp a:hover {
    background-image: url(../family-lp-images/header-btn-bg1.webp);
    color: #0a1c2c;
}

.header-call-family-lp a::before {
    position: absolute;
    content: "";
    background-image: url(../family-lp-images/header-call-icon.webp);
    height: 50px;
    width: 50px;
    background-color: #8ca3b7;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    left: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header-call-family-lp a:hover::before {
    background-color: #8ca3b7;
}

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

    .header-call-family-lp {
        font-size: 32px;
    }

    .header-call-family-lp a {
        font-size: 28px;
        padding: 19px 35px 18px 41px;
    }

    .header-call-family-lp a::before {
        transform: scale(0.9);
    }

    .header-sec.family-lp .top-rit {
        margin-bottom: 9px;
    }
}

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

    .header-call-family-lp a {
        font-size: 26px;
        padding: 18px 30px 16px 35px;
        margin-left: 35px;
    }

    .header-call-family-lp a::before {
        transform: scale(0.85);
        left: -23px;
    }

    .header-call-family-lp {
        font-size: 30px;
    }

    .header-sec.family-lp .top-rit {
        margin-bottom: 0px;
    }
}

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

    .header-call-family-lp {
        font-size: 27px;
    }

    .header-call-family-lp a {
        font-size: 24px;
        padding: 17px 27px 15px 32px;
    }

    .header-call-family-lp a::before {
        transform: scale(0.8);
    }
}

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

    .header-call-family-lp {
        font-size: 26px;
    }

    .header-call-family-lp a {
        font-size: 23px;
    }

    .header-sec.family-lp {
        padding: 17px 0;
    }
}

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

    .header-call-family-lp a {
        font-size: 22px;
        padding: 16px 24px 13px 28px;
    }

    .header-call-family-lp {
        font-size: 24px;
    }

    .header-call-family-lp a::before {
        transform: scale(0.75);
    }
}

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

    .header-call-family-lp {
        font-size: 23px;
    }

    .header-call-family-lp a {
        font-size: 21px;
        margin-left: 30px;
    }

    .header-call-family-lp a::before {
        transform: scale(0.7);
    }

    .header-sec.family-lp.f-nav .logo-container .logo {
        width: 100%;
    }
}

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

    .header-call-family-lp {
        font-size: 21px;
    }

    .header-call-family-lp a {
        font-size: 20px;
        padding: 14px 21px 12px 25px;
    }

.header-sec.family-lp {
    padding: 15px 0 20px !important;
}

.header-sec.family-lp {
    background-color: #010101;
    border-bottom: 2px solid #dcb057;
    position: relative;
}

}

@media screen and (max-width:480px) {
    .header-call-family-lp {
        font-size: 19px;
        text-align: center;
    }

    .header-call-family-lp a {
        font-size: 18px;
        padding: 12px 18px 11px 25px;
        margin: 8px 0 0;
        display: block;
    }

    .header-call-family-lp a::before {
        transform: scale(0.65);
        left: -24px;
    }


/*    .header-sec.family-lp .logo-container .logo, .header-sec.family-lp.f-nav .logo-container .logo {max-width: 110px; }*/
}

/* Family lp Banner Section */
.family-lp-banner-sec {
    padding: 261px 0 0px;
    background-image: url(../family-lp-images/banner-bg-image.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.family-lp-banner-sec::before {
    position: absolute;
    content: "";
    /* background-color: #010101; */
    background-color: rgb(140 163 183);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 60%;
    pointer-events: none;
}

.family-lp-banner-sec .banner-blck {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.family-lp-banner-sec .banner-right {
    width: 33.9%;
    position: relative;
    z-index: 1;
}

.family-lp-banner-sec .banner-left {
    width: 33%;
    text-align: start;
    position: relative;
    z-index: 1;
}

.family-lp-banner-sec .banner-hdg {
    font-size: 33px;
    font-family: 'Outfit';
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
/*     color: #0a1c2c; */
	    color: #19466f;
    margin-bottom: 0;
/*     text-shadow: 2px 2px 4px rgb(255 255 255 / 80%); */
}

.family-lp-banner-sec .banner-title {
    font-family: 'Cinzel';
    font-weight: 500;
    font-size: 110px;
    letter-spacing: 0;
    line-height: 0.87;
    color: #ffffff;
    display: block;
    margin-bottom: 34px;
    margin-top: 30px;
    text-shadow: none;
}

.family-lp-banner-sec .banner-title strong {
    font-weight: 500;
	color: #19466f;
/*     text-shadow: 0px 0px 3px rgb(255 255 255 / 80%); */
	    text-shadow: -1px 0 #fff, 1px 0 #fff, 0 -1px #fff, 0 1px #fff !important;
}

.family-lp-banner-sec .banner-mid {
    position: absolute;
    left: -7%;
    right: 0;
    top: -29px;
    margin: auto;
    width: 73.8%;
    z-index: -1;
}

.family-lp-banner-sec .banner-mid img {
    width: 100%;
    display: block;
}

.family-lp-banner-sec .form-blck {
    background-color: #0a1c2c;
    padding: 60px 39px 85px;
}

.family-lp-banner-sec .form-blck .banner-form-title {
    font-family: 'Cinzel';
    font-weight: 500;
    font-size: 55px;
    letter-spacing: 0;
    line-height: 1.05;
    color: #fff;
    text-align: center;
    margin-bottom: 13px;
}

.family-lp-banner-sec .form-blck .banner-form-title strong {
    font-weight: 500;
    color: #8ca3b7;
}

.family-lp-banner-sec .form-blck .banner-form-top-cnt {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    margin-bottom: 18px;
}

.banner-btn .cmn-btn-family {
    background-color: #19466f;
    color: #fff;
    background-image: url(../family-lp-images/bnnnr-cmn-btn-mask-border1.webp);
}

.banner-btn .cmn-btn-family:hover {
/*     background-image: url(../family-lp-images/bnnnr-cmn-btn-mask-border-hvr1.webp); */
/*     background-color: #fff; */
	background-color: transparent;
/*     color: #000; */
	    color: #fff !important;
    background-image: url(../family-lp-images/bnnnr-cmn-btn-mask-border1.webp) !important;
}

.family-lp-banner-sec::after {
    position: absolute;
    content: "";
    width: 100%;
    /* height: 100%; */
    height: 60%;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0) 45%, rgba(15, 15, 15, 0.44) 63%, rgba(15, 15, 15, 0.98) 92%);
}


.form-blck .gfield textarea.large {
    height: 109px !important;
    min-height: 100%;
    margin-bottom: 19px;
}

.form-blck .gform-theme--foundation .gfield textarea.large {
    min-block-size: 18rem;
    min-height: auto;
}

.form-blck .gfield input::placeholder,
.form-blck .gfield textarea::placeholder {
    color: #000;
}

.form-blck .form-links a,
.form-blck .form-links,
.form-blck .gfield-choice-input+label {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 14px !important;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff !important;
    max-width: 100% !important;
    text-align: left;
    margin: 0 !important;
}
.form-blck .gchoice {
    margin: 0px 0 0 0 !important;
    text-align: end;
    align-items: center;
}

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

.form-links {
    padding-left: 10px;
}

.form-blck .form-links a:hover {
    color: #eee;
}

.form-blck .gform_wrapper .top_label input[type="checkbox"] {
    margin: 0px 0px 0px 0 !important;
    width: 15px !important;
    height: 15px !important;
    background-color: transparent;
    zoom: 0.7;
    border: 1px solid #fff;
}

.form-blck .gform_wrapper .top_label input[type=checkbox]:checked:before {
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.form-blck .gform_fields {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 18px;
}

.form-blck .gform_footer {
    margin: -54px 0 0;
    padding: 0;
}

.form-blck #field_submit,
.form-blck .gform_footer {
    display: flex;
    justify-content: flex-end;
}

.form-blck .gform_footer input[type="submit"] {
    padding: 20px 63px !important;
    font-family: 'Outfit';
    font-weight: 700 !important;
    font-size: 26px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
     background-color: transparent !important; 
    /* background-image: url(../family-lp-images/cmn-btn-bg-hov-image.webp); */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 100%; */
    border: none !important;
    color: #fff !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    mask-image: url(../family-lp-images/cmn-btn-mask.webp);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    background-image: url(../family-lp-images/cmn-btn-mask-border.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.form-blck .gform_footer input[type="submit"]:hover {
    /* background-image: url(../family-lp-images/cmn-btn-bg-image.webp); */
    background-color: #19466f !important;
}

.gfield.gfield--width-half.gfield_html.gfield_html_formatted.gfield_no_follows_desc.field_sublabel_below.field_description_below.gfield_visibility_visible {
    position: static !important;
}

.gform_footer.top_label {
    margin-top: 33px !important;
}

.form-blck .gchoice.gchoice_1_12_1 input {
    width: 15px;
    height: 15px;
}

.form-blck .popup {
    max-width: 60%;
}

.form-blck div#popup-container {
    position: relative;
}

.form-blck div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}

.form-blck .gform_wrapper .gform_validation_errors {
    display: none;
}

.form-blck .gform_wrapper .gfield {
    position: relative;
}

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

.form-blck .gform_wrapper .gfield .validation_message.gfield_validation_message,
.form-blck .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;
}

.form-blck .gform_wrapper div#validation_message_6_8{
	top:15px;
}
.form-blck .gform_wrapper .gfield .instruction.validation_message {
    top: 37px;
}



.form-blck .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}

.form-blck .popup {
    max-width: 100%;
}

.form-blck .gform_wrapper .gform_fields {
    grid-column-gap: 8px;
    grid-row-gap: 7px;
}

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

.formpopuptext {
    transition: transform .15s ease-out .15s;
    pointer-events: none;
    text-align: center;
    background: #fff;
    font-size: 14px;
    font-family: 'Outfit';
    color: #000 !important;
    line-height: 1.5;
    padding: 10px;
    width: 100%;
    position: absolute;
    z-index: 5;
    display: none;
    bottom: -8px;
}

.form-blck .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    justify-content: center;
}

.gf_browser_chrome {
    position: relative;
}

#validation_message_3_8 {
    top: 17px;
}

.form-blck .gfield input.large,
.form-blck .gfield textarea.large {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 15px !important;
    line-height: 1;
    padding: 15px 20px !important;
    color: #000 !important;
    border: 0;
    outline: 0;
    height: auto;
    letter-spacing: 0.3px;
    background-color: #fff;
    border-radius: 0 !important;
    resize: none;
    min-height: auto;
}
.family-lp-banner-sec p.gform_required_legend {
    display: none;
}
.form-blck .gform-theme--api, 
.form-blck .gform-theme--foundation {
    --gf-form-gap-x: 10px !important;
    --gf-form-gap-y: 10px !important;
}


/* HomePage Form Section responsive */
@media screen and (max-width:1680px) {
    .family-lp-banner-sec .banner-hdg {
        font-size: 28px;
    }

    .family-lp-banner-sec .banner-title {
        font-size: 96px;
        margin-bottom: 30px;
        margin-top: 25px;
    }

    .cmn-btn-family {
        font-size: 17px;
        padding: 27px 59px;
    }

    .family-lp-banner-sec .form-blck {
        padding: 55px 33px 75px;
    }

    .family-lp-banner-sec .form-blck .banner-form-title {
        font-size: 48px;
        margin-bottom: 10px;
    }

    .family-lp-banner-sec .form-blck .banner-form-top-cnt {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .form-blck .gfield input.large,
    .form-blck .gfield textarea.large {
        font-size: 13px !important;
        padding: 14px 18px !important;
    }

    .form-blck .gfield textarea.large {
        height: 97px !important;
        margin-bottom: 15px;
    }

    .form-blck .form-links a,
    .form-blck .form-links,
    .form-blck .gfield-choice-input+label {
        font-size: 12px !important;
    }

    .gform_footer.top_label {
        margin-top: 27px !important;
    }

    .form-blck .gform_footer input[type="submit"] {
        padding: 19px 56px !important;
        font-size: 23px !important;
    }

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

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

    .form-blck .gform_wrapper .gfield .instruction.validation_message {
        top: 32px;
    }

    .family-lp-banner-sec .banner-mid {
        top: -21px;
    }
}

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

    .family-lp-banner-sec .banner-hdg {
        font-size: 26px;
    }

    .family-lp-banner-sec .banner-title {
        font-size: 89px;
        margin-bottom: 25px;
        margin-top: 22px;
    }

    .cmn-btn-family {
        font-size: 16.1px;
        padding: 24px 55px;
    }

    .family-lp-banner-sec .form-blck .banner-form-title {
        font-size: 44px;
        margin-bottom: 7px;
    }

    .family-lp-banner-sec .form-blck .banner-form-top-cnt {
        font-size: 15px;
        margin-bottom: 13px;
    }

    .form-blck .gfield input.large,
    .form-blck .gfield textarea.large {
        font-size: 12px !important;
        padding: 14px 15px !important;
    }

    .form-blck .gfield textarea.large {
        height: 89px !important;
        margin-bottom: 12px;
    }

    .form-blck .form-links a,
    .form-blck .form-links,
    .form-blck .gfield-choice-input+label {
        font-size: 12px !important;
    }
	    .family-lp-banner-sec .banner-mid {
        top: -41px;
    }

    .form-links {
        padding-left: 8px;
    }

    .gform_footer.top_label {
        margin-top: 21px !important;
    }

    .form-blck .gform_footer input[type="submit"] {
        padding: 17px 51px !important;
        font-size: 21px !important;
    }

    .family-lp-banner-sec .form-blck {
        padding: 50px 26px 70px;
    }

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


}

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

    .family-lp-banner-sec .banner-hdg {
        font-size: 25px;
    }

    .family-lp-banner-sec .banner-title {
        font-size: 82px;
        margin-bottom: 20px;
        margin-top: 18px;
    }

    .cmn-btn-family {
        font-size: 15px;
        padding: 23px 50px;
    }

    .family-lp-banner-sec .form-blck .banner-form-title {
        font-size: 41px;
    }

    .family-lp-banner-sec .form-blck .banner-form-top-cnt {
        font-size: 14px;
    }

    .form-blck .gfield input.large,
    .form-blck .gfield textarea.large {
        padding: 12px 13px !important;
    }

    .form-blck .gfield textarea.large {
        height: 83px !important;
        margin-bottom: 10px;
    }

    .form-blck .form-links a,
    .form-blck .form-links,
    .form-blck .gfield-choice-input+label {
        font-size: 11px !important;
    }

    .gform_footer.top_label {
        margin-top: 18px !important;
    }

    .form-blck .gform_footer input[type="submit"] {
        padding: 16px 49px !important;
        font-size: 19px !important;
    }

    .family-lp-banner-sec .form-blck {
        padding: 45px 22px 65px;
    }

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

    .form-blck .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .form-blck .gform_wrapper .gfield .instruction.validation_message {
        font-size: 10px;
    }
	    .form-blck .gform_wrapper .gfield .instruction.validation_message {
        top: 22px;
    }



}

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

    .family-lp-banner-sec .banner-hdg {
        font-size: 23px;
    }

    .family-lp-banner-sec .banner-title {
        font-size: 78px;
        margin-bottom: 16px;
    }

    .cmn-btn-family {
        font-size: 14px;
        padding: 22px 50px;
    }

    .family-lp-banner-sec .form-blck .banner-form-title {
        font-size: 39px;
    }

    .family-lp-banner-sec .form-blck .banner-form-top-cnt {
        font-size: 13px;
    }

    .form-blck .gfield input.large,
    .form-blck .gfield textarea.large {
        padding: 11px 11px !important;
    }

    .form-blck .gfield textarea.large {
        height: 79px !important;
    }

    .form-links {
        padding-left: 6px;
    }

    .form-blck .form-links a,
    .form-blck .form-links,
    .form-blck .gfield-choice-input+label {
        font-size: 10px !important;
    }

    .gform_footer.top_label {
        margin-top: 15px !important;
    }

    .form-blck .gform_footer input[type="submit"] {
        padding: 15px 47px !important;
        font-size: 18px !important;
    }

    .family-lp-banner-sec .form-blck {
        padding: 41px 22px 62px;
    }

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

}

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

    .family-lp-banner-sec .form-blck .gchoice {
        width: max-content;
    }

    .form-blck .gform_wrapper .top_label input[type="checkbox"] {
        margin: 1px 2px 0px 0 !important;
        width: 12px !important;
        height: 12px !important;
        min-width: auto;
    }

    .family-lp-banner-sec .banner-hdg {
        font-size: 21px;
    }

    .family-lp-banner-sec .banner-title {
        font-size: 73px;
        margin-bottom: 14px;
    }

    .cmn-btn-family {
        font-size: 13px;
        padding: 20px 47px;
    }

    .family-lp-banner-sec .form-blck .banner-form-title {
        font-size: 36px;
    }

    .family-lp-banner-sec .form-blck .banner-form-top-cnt {
        font-size: 12px;
    }

    .form-blck .gfield input.large,
    .form-blck .gfield textarea.large {
        padding: 10px 10px !important;
    }

    .form-blck .gfield textarea.large {
        height: 74px !important;
        margin-bottom: 8px;
    }

    .form-blck .gform_footer input[type="submit"] {
        padding: 13px 43px !important;
        font-size: 17px !important;
    }

    .family-lp-banner-sec .form-blck {
        padding: 35px 20px 51px;
    }

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

    .form-links {
        padding-left: 0;
    }

    .form-blck .gform_wrapper .top_label input[type=checkbox]:checked:before {
        font-size: 10px;
    }
}

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

    .family-lp-banner-sec .container {
        max-width: 720px;
    }
    .family-lp-banner-sec::before {
    background-color: #010101;
}

    .family-lp-banner-sec .banner-blck {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

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

    .family-lp-banner-sec .banner-left {
        width: 100%;
        text-align: center;
        order: 2;
        max-width: 700px;
    }

    .family-lp-banner-sec .banner-right {
        width: 100%;
        max-width: 480px;
        order: 3;
    }

    .family-lp-banner-sec .banner-mid {
        top: 0;
        position: relative;
        order: 1;
        left: 0;
        border: 2px solid #dcb057;
        padding: 20px 10px 0;
    }

    .family-lp-banner-sec .banner-hdg {
        font-size: 20px;
    }

.family-lp-banner-sec .banner-title {
    font-size: 56px;
    line-height: 1;
}

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

    .family-lp-banner-sec .form-blck .banner-form-title {
        font-size: 34px;
    }

    .family-lp-banner-sec .form-blck .banner-form-top-cnt {
        font-size: 14px;
    }

    .form-blck .gfield input.large,
    .form-blck .gfield textarea.large {
        font-size: 13px !important;
    }

    .form-blck .form-links a,
    .form-blck .form-links,
    .form-blck .gfield-choice-input+label {
        font-size: 13px !important;
    }

    .form-blck .gform_footer input[type="submit"] {
        font-size: 16px !important;
    }

    .family-lp-banner-sec .form-blck {
        padding: 40px 20px;
    }


}

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

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

    .family-lp-banner-sec .banner-mid {
        width: 100%;
        max-width: 420px;
    }

    .family-lp-banner-sec .banner-hdg {
        font-size: 18px;
    }

    .family-lp-banner-sec .banner-title {
        font-size: 40px;
    }

    .family-lp-banner-sec .banner-left {
        max-width: 460px;
    }

    .form-blck .gform_footer input[type="submit"] {
        font-size: 16px !important;
        min-height: auto !important;
        line-height: 1 !important;
    }
         .gform_footer.top_label {
        justify-content: center;
    }

}

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

.family-lp-banner-sec .banner-mid {
    max-width: 400px;
}

    .family-lp-banner-sec .banner-blck {
        gap: 15px;
    }

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

.family-lp-banner-sec .banner-hdg {
    font-size: 18px;
    margin-bottom: 10px;
}

.family-lp-banner-sec .banner-title {
    font-size: 35px;
}

    .cmn-btn-family {
        padding: 18px 30px;
    }

    .family-lp-banner-sec .form-blck {
        padding: 30px 15px;
    }

    .family-lp-banner-sec .form-blck .banner-form-title {
        font-size: 25px;
    }
   


}


/* HomePage Form Section Ends */

/* Family lp Banner Bottom Section */
.family-lp-bnr-btm-sec {
    width: 100%;
    background-color: #0a1c2c;
}

.family-lp-bnr-btm-sec .container {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.family-lp-bnr-btm-sec .widget {
    display: flex;
    justify-content: start;
}

.family-lp-bnr-btm-sec .family-lp-bnr-btm-lft {
    width: 50.1%;
}
.family-lp-bnr-btm-lft.mbl {
    display: none;
}

.family-lp-bnr-btm-sec .family-lp-bnr-btm-lft img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.family-lp-bnr-btm-sec .family-lp-bnr-btm-rgt {
    width: 40.6%;
    padding: 30px 30px 30px 52px;
}

.family-lp-bnr-btm-sec .family-lp-bnr-btm-rgt .family-lp-bnr-btm-cnt {
    text-align: left;
    margin: 0;
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
}

.family-lp-bnr-btm-sec .family-lp-bnr-btm-rgt p strong {
    color: #8ca3b7;
    text-decoration: none;
}



/* Family lp Banner Bottom Section Responsive */

@media screen and (max-width: 1800px) {
    .family-lp-bnr-btm-sec .family-lp-bnr-btm-rgt .family-lp-bnr-btm-cnt {
        font-size: 18px;
    }
}

@media screen and (max-width:1680px) {
    .family-lp-bnr-btm-sec .family-lp-bnr-btm-rgt .family-lp-bnr-btm-cnt {
        font-size: 17px;
        line-height: 1.6;
    }

    .family-lp-bnr-btm-sec .family-lp-bnr-btm-rgt {
        padding: 32px 5px 19px 40px;
    }
}

@media screen and (max-width:1550px) {
    .family-lp-bnr-btm-sec .family-lp-bnr-btm-rgt .family-lp-bnr-btm-cnt {
        font-size: 16px;
    }

    .family-lp-bnr-btm-sec .family-lp-bnr-btm-rgt {
        padding: 29px 5px 16px 35px;
    }
}

@media screen and (max-width:1440px) {
    .family-lp-bnr-btm-sec .family-lp-bnr-btm-rgt .family-lp-bnr-btm-cnt {
        font-size: 15px;
    }

    .family-lp-bnr-btm-sec .family-lp-bnr-btm-rgt {
        padding: 28px 5px 15px 33px;
    }

}

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

    .family-lp-bnr-btm-sec .family-lp-bnr-btm-rgt .family-lp-bnr-btm-cnt {
        font-size: 14px;
    }

    .family-lp-bnr-btm-sec .family-lp-bnr-btm-rgt {
        padding: 26px 5px 13px 30px;
    }
}

@media screen and (max-width:1280px) {
    .family-lp-bnr-btm-sec .family-lp-bnr-btm-rgt .family-lp-bnr-btm-cnt {
        font-size: 13px;
        line-height: 1.5;
    }

    .family-lp-bnr-btm-sec .family-lp-bnr-btm-rgt {
        width: 43.6%;
        padding: 20px 5px 13px 27px;
    }
}

@media screen and (max-width:1024px) {
    .family-lp-bnr-btm-sec .widget {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

.family-lp-bnr-btm-lft.mbl {
    display: block;
}
.family-lp-bnr-btm-lft {
    display: none;
}
.family-lp-bnr-btm-sec .family-lp-bnr-btm-lft {
    width: 100%;
    max-width: 500px;
    border: 2px solid #dcb057;
    border-bottom: 0;
}

.family-lp-bnr-btm-sec .family-lp-bnr-btm-rgt {
    width: 100%;
    padding: 20px 10px;
    max-width: 500px;
    border: 2px solid #dcb057;
    border-top: 0;
    text-align: center;
}

.family-lp-bnr-btm-sec .family-lp-bnr-btm-rgt .family-lp-bnr-btm-cnt {
    font-size: 15px;
    text-align: center;
}

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

@media screen and (max-width:767px) {
    .family-lp-bnr-btm-sec .family-lp-bnr-btm-lft {
        max-width: 460px;
    }

    .family-lp-bnr-btm-sec .family-lp-bnr-btm-rgt {
        max-width: 460px;
    }
}

@media screen and (max-width:480px) {
    .family-lp-bnr-btm-sec {
        padding: 30px 0;
    }
}


/* Family lp why choose section */
.family-lp-why-choose-sec {
    width: 100%;
    background-image: url(../family-lp-images/family-law-why-choose-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 124px 0 116px;
    background-color: #fff;
}

.family-lp-why-choose-sec .text-heading {
    color: #000;
    line-height: 0.9;
    text-transform: inherit;
    margin-bottom: 18px;
}
.family-lp-why-choose-sec .text-heading strong, .family-lp-process-sec .text-heading strong, .family-lp-surrounding-sec .text-heading strong, .family-lp-faq-sec .text-heading strong, .family-lp-protect-sec .protect-cnt .text-heading strong{
	color: #19466f !important;
}

.family-lp-why-choose-sec .container {
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
}

.family-lp-why-choose-sec .why-choose-top-cnt {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 22px;
    text-transform: none;
    line-height: 1.45;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    margin: 0 0 34px;
}

.family-lp-why-choose-sec .why-choose-list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 0 0 50px;
}

.family-lp-why-choose-sec .why-choose-itm {
    width: 100%;
    text-align: center;
    background-image: url(../family-lp-images/choose-item-bg1.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    background-color: transparent !important;
    padding: 60px 35px 53px;
    height: 100%;
}

.family-lp-why-choose-sec .why-choose-img {
    width: 74px;
    display: block;
    margin: 0 auto 22px;
}

.family-lp-why-choose-sec .why-choose-img img {
    width: 100%;
    display: block;
}

.family-lp-why-choose-sec .why-choose-title {
    font-family: 'Outfit';
    font-weight: 500;
    font-size: 30px;
    line-height: 1.16;
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 0 0 15px;
    color: #000;
}

.family-lp-why-choose-sec .why-choose-cnt .why-choose-itm-cnt {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 0;
    text-transform: none;
    color: #5c5c5c;
    margin: 0;
}

.family-lp-why-choose-sec .why-choose-itm:hover {
    background-image: url(../family-lp-images/choose-item-bg-hvr1.webp);
}

.family-lp-why-choose-sec .why-choose-itm:hover .why-choose-title {
    color: #ffffff;
}

.family-lp-why-choose-sec .why-choose-itm:hover p {
    color: #fff;
}

.family-lp-why-choose-sec .why-choose-btm-sec {
    width: 68%;
    margin: 0 auto;
}

.family-lp-why-choose-sec .why-choose-btm-sec .why-choose-btm-cnt {
    font-family: 'Outfit';
    font-weight: 500;
    font-size: 35px;
    line-height: 1.37;
    letter-spacing: 0;
    color: #000000;
    text-transform: none;
    text-align: center;
    margin: 0;
}

.why-choose-total-itm {
    width: 23.7%;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}


/* Family lp why choose section Responsive */
@media screen and (max-width:1800px) {
    .family-lp-why-choose-sec .container {
        max-width: 1600px;
    }

    .family-lp-why-choose-sec .why-choose-title {
        font-size: 28px;
    }
}

@media screen and (max-width:1700px) {
    .family-lp-why-choose-sec .container {
        max-width: 1560px;
    }

    .family-lp-why-choose-sec .why-choose-cnt .why-choose-itm-cnt {
        font-size: 17px;
    }
}

@media screen and (max-width:1680px) {
    .family-lp-why-choose-sec .container {
        max-width: 1488px;
    }

    .family-lp-why-choose-sec {
        padding: 110px 0 105px;
    }

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

    .family-lp-why-choose-sec .why-choose-top-cnt {
        font-size: 19px;
        margin: 0 0 30px;
    }

    .family-lp-why-choose-sec .why-choose-list {
        gap: 27px;
        margin: 0px 0 45px;
    }

    .family-lp-why-choose-sec .why-choose-img {
        width: 65px;
        margin: 0 auto 17px;
    }

    .family-lp-why-choose-sec .why-choose-title {
        font-size: 26px;
        margin: 0 0 12px;
    }

    .family-lp-why-choose-sec .why-choose-cnt .why-choose-itm-cnt {
        font-size: 16px;
    }

    .family-lp-why-choose-sec .why-choose-itm {
        padding: 55px 30px 50px;
    }

    .family-lp-why-choose-sec .why-choose-btm-sec .why-choose-btm-cnt {
        font-size: 31px;
    }

}

@media screen and (max-width:1550px) {
    .family-lp-why-choose-sec .container {
        max-width: 1374px;
    }

    .family-lp-why-choose-sec {
        padding: 95px 0 90px;
    }

    .family-lp-why-choose-sec .why-choose-top-cnt {
        font-size: 18px;
        margin: 0 0 25px;
    }

    .family-lp-why-choose-sec .why-choose-img {
        width: 60px;
        margin: 0 auto 14px;
    }

    .family-lp-why-choose-sec .why-choose-title {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .family-lp-why-choose-sec .why-choose-cnt .why-choose-itm-cnt {
        font-size: 15px;
    }

    .family-lp-why-choose-sec .why-choose-itm {
        padding: 50px 27px 46px;
    }

    .family-lp-why-choose-sec .why-choose-list {
        gap: 24px;
        margin: 0px 0 40px;
    }

    .family-lp-why-choose-sec .why-choose-btm-sec .why-choose-btm-cnt {
        font-size: 28px;
    }

}

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

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

    .family-lp-why-choose-sec {
        padding: 80px 0 75px;
    }

    .family-lp-why-choose-sec .text-heading {
        margin-bottom: 10px;
    }

    .family-lp-why-choose-sec .why-choose-top-cnt {
        font-size: 17px;
        margin: 0 0 22px;
    }

    .family-lp-why-choose-sec .why-choose-img {
        width: 56px;
        margin: 0 auto 11px;
    }

    .family-lp-why-choose-sec .why-choose-title {
        font-size: 22px;
        margin: 0 0 8px;
    }

    .family-lp-why-choose-sec .why-choose-cnt .why-choose-itm-cnt {
        font-size: 14px;
    }

    .family-lp-why-choose-sec .why-choose-itm {
        padding: 46px 25px 42px;
    }

    .family-lp-why-choose-sec .why-choose-list {
        gap: 22px;
        margin: 0px 0 35px;
    }

    .family-lp-why-choose-sec .why-choose-btm-sec .why-choose-btm-cnt {
        font-size: 26px;
    }



}

@media screen and (max-width:1366px) {
    .family-lp-why-choose-sec .container {
        max-width: 1210px;
    }

    .family-lp-why-choose-sec {
        padding: 75px 0 70px;
    }

    .family-lp-why-choose-sec .why-choose-top-cnt {
        font-size: 16px;
        margin: 0px 0 20px;
    }

    .family-lp-why-choose-sec .why-choose-img {
        width: 53px;
        margin: 0 auto 9px;
    }

    .family-lp-why-choose-sec .why-choose-title {
        font-size: 21px;
    }

    .family-lp-why-choose-sec .why-choose-cnt .why-choose-itm-cnt {
        font-size: 13px;
    }

    .family-lp-why-choose-sec .why-choose-itm {
        padding: 42px 23px 40px;
    }

    .family-lp-why-choose-sec .why-choose-list {
        gap: 20px;
        margin: 0px 0 30px;
    }

    .family-lp-why-choose-sec .why-choose-btm-sec .why-choose-btm-cnt {
        font-size: 25px;
    }

}

@media screen and (max-width:1280px) {
    .family-lp-why-choose-sec .container {
        max-width: 980px;
    }

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

    .family-lp-why-choose-sec .text-heading {
        margin-bottom: 7px;
    }

    .family-lp-why-choose-sec .why-choose-top-cnt {
        font-size: 15px;
    }

    .family-lp-why-choose-sec .why-choose-img {
        width: 49px;
    }

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

    .family-lp-why-choose-sec .why-choose-cnt .why-choose-itm-cnt {
        font-size: 12px;
    }

    .family-lp-why-choose-sec .why-choose-list {
        gap: 15px;
        margin: 0px 0 24px;
    }

    .family-lp-why-choose-sec .why-choose-itm {
        padding: 38px 14px 38px;
    }

    .family-lp-why-choose-sec .why-choose-btm-sec .why-choose-btm-cnt {
        font-size: 23px;
    }

    .family-lp-why-choose-sec .why-choose-btm-sec {
        width: 77%;
    }

    .family-lp-why-choose-sec .why-choose-cnt .why-choose-itm-cnt br {
        display: none;
    }



}

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

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

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

    .family-lp-why-choose-sec .why-choose-top-cnt {
        font-size: 14px;
    }

    .family-lp-why-choose-sec .why-choose-itm {
        padding: 38px 25px 38px;
    }

    .family-lp-why-choose-sec .why-choose-list.owl-carousel .owl-stage {
        display: flex;
    }

    .why-choose-list.owl-carousel .owl-dots button.owl-dot.active {
        background-color: #dcb057 !important;
    }

.why-choose-list.owl-carousel .owl-dots button {
    font-size: 0;
    background-color: #000 !important;
    width: 10px;
    height: 10px;
    margin-right: 7px;
    border-radius: 50px;
    text-align: center;
}

    .why-choose-list.owl-carousel .owl-dots {
        text-align: center;
        margin: 20px auto 0;
        width: 100%;
        display: block;
    }

    .family-lp-why-choose-sec .why-choose-list {
        display: block;
        margin: 0px 0 10px;
    }

    .why-choose-total-itm {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        filter: none;
        border: 1px solid #000;
        max-width: 340px;
    }

    .family-lp-why-choose-sec .why-choose-itm {
        padding: 40px 20px;
        background-image: none;
    }

    .family-lp-why-choose-sec .why-choose-itm:hover {
        background-image: none;
        background-color: #222021 !important;
    }

    .why-choose-list.owl-carousel .owl-item {
        display: flex;
        padding: 0 0 0 3px;
    }

    .family-lp-why-choose-sec .why-choose-img {
        width: 55px;
    }

    .family-lp-why-choose-sec .why-choose-title {
        font-size: 20px;
    }

    .family-lp-why-choose-sec .why-choose-cnt .why-choose-itm-cnt {
        font-size: 14px;
    }

    .family-lp-why-choose-sec .why-choose-btm-sec {
        width: 100%;
    }

    .family-lp-why-choose-sec .why-choose-btm-sec .why-choose-btm-cnt {
        font-size: 20px;
    }

    .family-lp-why-choose-sec .why-choose-top-cnt br {
        display: none;
    }

}

@media screen and (max-width:767px) {
    .why-choose-total-itm {
        max-width: 320px;
    }

    .family-lp-why-choose-sec .why-choose-top-cnt {
        margin: 0px 0 15px;
    }
}

@media screen and (max-width:480px) {
    .family-lp-why-choose-sec .why-choose-btm-sec .why-choose-btm-cnt {
        font-size: 18px;
    }

    .family-lp-why-choose-sec {
        padding: 30px 0;
    }
}



/* Family lp Practice Areas Section */

.family-lp-practice-ares-sec {
    background: url('../family-lp-images/family-lp-practice-areas-bg.webp') center/cover no-repeat;
    background-color: #000;
    text-align: center;
    padding: 112px 0px 0px 0px;
    position: relative;
    z-index: 1;
}

.family-lp-practice-ares-sec .container {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.family-lp-practice-ares-sec .text-heading {
    margin-bottom: 11px;
    color: #fff;
}

.family-lp-practice-ares-sec .practice-top-cnt {
    font-size: 22px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 1.2;
    margin-bottom: 49px;
}

.family-lp-practice-ares-sec .practice-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.family-lp-practice-ares-sec .practice-item {
    padding: 60px 40px 38px;
    border: 1px solid #c0c0c025;
    width: 20%;
}

.family-lp-practice-ares-sec .practice-item:last-child {
    border-right: none;
}

.family-lp-practice-ares-sec .practice-icon {
    width: 114px;
    height: 114px;
    margin: 0 auto 17px;
    border-radius: 50%;
    background-color: #19466f;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(255 255 255 / 55%);
}

.family-lp-practice-ares-sec .practice-item.btm-lst-itm {
    width: 25%;
}

.family-lp-practice-ares-sec .practice-item:hover {
    background-color: rgb(10 28 44 / 70%);
}

.family-lp-practice-ares-sec .practice-item:hover .practice-icon {
    border-color: transparent;
}

.family-lp-practice-ares-sec .practice-title {
    font-size: 30px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 1.26;
}

.family-lp-practice-ares-sec .practice-list.practice-list-two .practice-title {
    line-height: 1.33;
}

.family-lp-practice-ares-sec .practice-item.btm-lst-itm {
    padding: 57px 40px 76px;
}

.practice-icon-img.divorce,
.practice-icon-img.parental,
.practice-icon-img.termination {
    width: 68px;
}

.practice-icon-img.child,
.practice-icon-img.suits {
    width: 58px;
}

.practice-icon-img.medical,
.practice-icon-img.modifications {
    width: 65px;
}

.practice-icon-img.prenuptial {
    width: 54px;
}

.practice-icon-img.name {
    width: 56px;
}



/* Family lp Practice Areas Section Responsive */

@media screen and (max-width: 1700px) {
    .family-lp-practice-ares-sec .practice-title {
        font-size: 28px;
    }

    .family-lp-practice-ares-sec .practice-item {
        padding: 60px 30px 38px;
    }
}

@media screen and (max-width:1680px) {
    .family-lp-practice-ares-sec {
        padding: 100px 0px 0px 0px;
    }

    .family-lp-practice-ares-sec .practice-top-cnt {
        font-size: 19px;
        margin-bottom: 44px;
    }

    .practice-icon-img.divorce,
    .practice-icon-img.parental,
    .practice-icon-img.termination {
        width: 60px;
    }

    .practice-icon-img.child,
    .practice-icon-img.suits {
        width: 50px;
    }

    .practice-icon-img.medical,
    .practice-icon-img.modifications {
        width: 57px;
    }

    .practice-icon-img.prenuptial {
        width: 48px;
    }

    .practice-icon-img.name {
        width: 50px;
    }

    .family-lp-practice-ares-sec .practice-title {
        font-size: 26px;
    }

    .family-lp-practice-ares-sec .practice-icon {
        width: 100px;
        height: 100px;
        margin: 0 auto 14px;
    }

    .family-lp-practice-ares-sec .practice-item.btm-lst-itm {
        padding: 50px 39px 65px;
    }

    .family-lp-practice-ares-sec .practice-item {
        padding: 50px 28px 34px;
    }

}

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

    .family-lp-practice-ares-sec {
        padding: 90px 0px 0px 0px;
    }

    .family-lp-practice-ares-sec .practice-top-cnt {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .practice-icon-img.divorce,
    .practice-icon-img.parental,
    .practice-icon-img.termination {
        width: 55px;
    }

    .practice-icon-img.child,
    .practice-icon-img.suits {
        width: 47px;
    }

    .practice-icon-img.medical,
    .practice-icon-img.modifications {
        width: 52px;
    }

    .practice-icon-img.prenuptial {
        width: 45px;
    }

    .practice-icon-img.name {
        width: 45px;
    }

    .family-lp-practice-ares-sec .practice-title {
        font-size: 24px;
    }

    .family-lp-practice-ares-sec .practice-icon {
        width: 92px;
        height: 92px;
        margin: 0 auto 12px;
    }

    .family-lp-practice-ares-sec .practice-item.btm-lst-itm {
        padding: 45px 35px 55px;
    }

    .family-lp-practice-ares-sec .practice-item {
        padding: 45px 25px 30px;
    }

}

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

    .family-lp-practice-ares-sec {
        padding: 75px 0px 0px 0px;
    }

    .family-lp-practice-ares-sec .text-heading {
        margin-bottom: 5px;
    }

    .family-lp-practice-ares-sec .practice-top-cnt {
        font-size: 17px;
        margin-bottom: 35px;
    }

    .practice-icon-img.divorce,
    .practice-icon-img.parental,
    .practice-icon-img.termination {
        width: 51px;
    }

    .practice-icon-img.child,
    .practice-icon-img.suits {
        width: 43px;
    }

    .practice-icon-img.medical,
    .practice-icon-img.modifications {
        width: 48px;
    }

    .practice-icon-img.prenuptial {
        width: 41px;
    }

    .practice-icon-img.name {
        width: 43px;
    }

    .family-lp-practice-ares-sec .practice-icon {
        width: 86px;
        height: 86px;
        margin: 0 auto 10px;
    }

    .family-lp-practice-ares-sec .practice-title {
        font-size: 23px;
    }

    .family-lp-practice-ares-sec .practice-item.btm-lst-itm {
        padding: 37px 30px 47px;
    }

    .family-lp-practice-ares-sec .practice-item {
        padding: 37px 22px 27px;
    }

}

@media screen and (max-width:1366px) {
    .family-lp-practice-ares-sec {
        padding: 65px 0px 0px 0px;
    }

    .family-lp-practice-ares-sec .practice-top-cnt {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .practice-icon-img.divorce,
    .practice-icon-img.parental,
    .practice-icon-img.termination {
        width: 48px;
    }

    .practice-icon-img.child,
    .practice-icon-img.suits {
        width: 40px;
    }

    .practice-icon-img.medical,
    .practice-icon-img.modifications {
        width: 46px;
    }

    .practice-icon-img.prenuptial {
        width: 38px;
    }

    .practice-icon-img.name {
        width: 40px;
    }

    .family-lp-practice-ares-sec .practice-title {
        font-size: 22px;
    }

    .family-lp-practice-ares-sec .practice-item.btm-lst-itm {
        padding: 34px 26px 43px;
    }

    .family-lp-practice-ares-sec .practice-item {
        padding: 34px 20px 24px;
    }

    .family-lp-practice-ares-sec .practice-icon {
        width: 82px;
        height: 82px;
    }

}

@media screen and (max-width:1280px) {
    .family-lp-practice-ares-sec {
        padding: 50px 0px 0px 0px;
    }

    .family-lp-practice-ares-sec .practice-top-cnt {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .family-lp-practice-ares-sec .practice-icon {
        width: 76px;
        height: 76px;
        margin: 0 auto 8px;
    }

    .practice-icon-img.divorce,
    .practice-icon-img.parental,
    .practice-icon-img.termination {
        width: 45px;
    }

    .practice-icon-img.child,
    .practice-icon-img.suits {
        width: 37px;
    }

    .practice-icon-img.medical,
    .practice-icon-img.modifications {
        width: 43px;
    }

    .practice-icon-img.prenuptial {
        width: 37px;
    }

    .practice-icon-img.name {
        width: 37px;
    }

    .family-lp-practice-ares-sec .practice-title {
        font-size: 18px;
    }

    .family-lp-practice-ares-sec .practice-item.btm-lst-itm {
        padding: 30px 20px 35px;
    }

    .family-lp-practice-ares-sec .practice-item {
        padding: 30px 13px 20px;
    }

}

@media screen and (max-width:1024px) {
    .family-lp-practice-ares-sec {
        padding: 40px 0px;
        background: url(../family-lp-images/family-lp-practice-areas-bg-mob.webp) center / cover no-repeat;
    }

    .family-lp-practice-ares-sec .practice-top-cnt {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .family-lp-practice-ares-sec .practice-list.owl-carousel .practice-item {
        width: 100%;
        max-width: 320px;
        margin: auto;
        padding: 20px;
        height: 100%;
        border: 2px solid #c0c0c025 !important;
    }

    .family-lp-practice-ares-sec .practice-list.owl-carousel .owl-stage {
        display: flex;
    }

    .family-lp-practice-ares-sec .practice-list.owl-carousel .owl-dots button.owl-dot.active {
        background-color: #dcb057 !important;
    }

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

    .practice-list.owl-carousel .owl-dots {
        text-align: center;
        margin: 20px auto 0;
        width: 100%;
    }

    .family-lp-practice-ares-sec .practice-title br {
        display: none;
    }

}

@media screen and (max-width:480px) {
    .family-lp-practice-ares-sec {
        padding: 30px 0px;
    }

    .family-lp-practice-ares-sec .practice-top-cnt {
        margin-bottom: 15px;
    }

    .family-lp-practice-ares-sec .practice-list.owl-carousel .practice-item {
        max-width: 280px;
    }

    .family-lp-practice-ares-sec .practice-title {
        font-size: 16px;
    }

}


/* Family Lp Process Section Start */

.family-lp-process-sec {
    padding: 49px 0 115px;
    background-image: url(../family-lp-images/process-sec-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.family-lp-process-sec .text-heading {
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 1;
}

.family-lp-process-sec .process-sec-follow-cnt {
    text-align: center;
    font-family: "Outfit";
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 59px;
}

.family-lp-process-sec .process-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 40px;
    margin-bottom: 60px;
    counter-reset: item-counter;
}

.family-lp-process-sec .process-item {
    width: 44.1%;
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #0a1c2c;
    padding: 24px 15px 23px 110px;
    border-right: 4px solid #19466f;
    margin-left: 68px;
    text-align: start;
    align-items: center;
    z-index: 1;
}

.family-lp-process-sec .process-img {
    width: 26.7%;
    margin-left: -33.7%;
}

.family-lp-process-sec .process-cnt {
    width: 100%;
}

.family-lp-process-sec .process-cnt .process-cnt-title {
    font-family: "Outfit";
    font-size: 28px;
    line-height: 1.2;
    color: #8ca3b7;
    font-weight: 400;
    margin: 0 0 13px 0;
    letter-spacing: 0px;
}

.family-lp-process-sec .process-cnt .process-item-cnt {
    font-family: "Outfit";
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0;
    text-align: start;
}

.family-lp-process-sec .process-btm-sec {
    width: 74%;
    margin: 0 auto 35px;
}

.family-lp-process-sec .process-img img {
    width: 100%;
    display: block;
}

.family-lp-process-sec .process-top-sec {
    margin-bottom: 110px;
    padding: 0 0 50px;
    border-bottom: 1px solid #141314;
}

.family-lp-process-sec .process-top-sec .process-top-cnt,
.family-lp-process-sec .process-btm-sec .process-btm-cnt {
    font-family: 'Outfit';
    font-weight: 500;
    font-size: 35px;
    line-height: 1.37;
    letter-spacing: 0;
    color: #000000;
    text-transform: none;
    text-align: center;
    margin: 0;
}

.family-lp-process-sec .process-btn {
    text-align: center;
}
/* 
.family-lp-process-sec .process-item::before {
    position: absolute;
    width: max-content;
    height: max-content;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
    font-family: 'Cinzel';
    font-weight: 500;
    font-size: 130px;
    line-height: 1;
    letter-spacing: 0;
    color: rgb(220 176 87 / 8%);
    text-align: center;
    counter-increment: item-counter;
    content: counter(item-counter, decimal-leading-zero);
    z-index: -1;
} */
.family-lp-process-sec .process-item::before {
    position: absolute;
    width: max-content;
    height: max-content;
    top: 10px;
    right: 10px;
    margin: auto;
    font-family: 'Cinzel';
    font-weight: 500;
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    counter-increment: item-counter;
    content: counter(item-counter, decimal-leading-zero);
    z-index: -1;
}


/* Family Lp Process Section Responsive */

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

    .family-lp-process-sec .process-top-sec .process-top-cnt,
    .family-lp-process-sec .process-btm-sec .process-btm-cnt {
        font-size: 30px;
    }

    .family-lp-process-sec {
        padding: 45px 0 100px;
    }

    .family-lp-process-sec .process-top-sec {
        margin-bottom: 100px;
        padding: 0 0 50px;
    }

    .family-lp-process-sec .process-sec-follow-cnt {
        font-size: 19px;
        margin-bottom: 50px;
    }

    .family-lp-process-sec .process-list {
        gap: 28px 18px;
        margin-bottom: 50px;
    }

    .family-lp-process-sec .process-btm-sec {
        margin: 0 auto 30px;
    }

    .family-lp-process-sec .process-cnt .process-cnt-title {
        font-size: 25px;
        margin: 0 0 10px 0;
    }

    .family-lp-process-sec .process-cnt .process-item-cnt {
        font-size: 17px;
    }

    .family-lp-process-sec .process-item {
        padding: 22px 15px 21px 94px;
        margin-left: 62px;
    }

/*     .family-lp-process-sec .process-item::before {
        right: 25px;
        font-size: 114px;
    } */


}

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

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

    .family-lp-process-sec .process-top-sec .process-top-cnt,
    .family-lp-process-sec .process-btm-sec .process-btm-cnt {
        font-size: 28px;
    }

    .family-lp-process-sec .process-top-sec {
        margin-bottom: 90px;
        padding: 0 0 45px;
    }

    .family-lp-process-sec .process-sec-follow-cnt {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .family-lp-process-sec .process-cnt .process-cnt-title {
        font-size: 23px;
        margin: 0 0 8px 0;
    }

    .family-lp-process-sec .process-cnt .process-item-cnt {
        font-size: 16px;
    }

    .family-lp-process-sec .process-item {
        padding: 16px 15px 17px 88px;
        margin-left: 54px;
    }

/*     .family-lp-process-sec .process-item::before {
        right: 20px;
        font-size: 105px;
    } */
	.family-lp-process-sec .process-item::before {
        /* right: 20px; */
        font-size: 35px;
    }

    .family-lp-process-sec .process-list {
        gap: 24px 17px;
        margin-bottom: 40px;
    }

    .family-lp-process-sec .process-btm-sec {
        margin: 0 auto 25px;
    }

}

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

    .family-lp-process-sec {
        padding: 35px 0 70px;
    }

    .family-lp-process-sec .process-top-sec .process-top-cnt,
    .family-lp-process-sec .process-btm-sec .process-btm-cnt {
        font-size: 26px;
    }

    .family-lp-process-sec .process-top-sec {
        margin-bottom: 75px;
        padding: 0px 0 35px;
    }

    .family-lp-process-sec .process-sec-follow-cnt {
        font-size: 17px;
        margin-bottom: 35px;
    }

    .family-lp-process-sec .process-cnt .process-cnt-title {
        font-size: 21px;
    }

    .family-lp-process-sec .process-cnt .process-item-cnt {
        font-size: 15px;
    }

    .family-lp-process-sec .process-item {
        padding: 13px 15px 14px 80px;
        margin-left: 52px;
        border-right-width: 3px;
    }

/*     .family-lp-process-sec .process-item::before {
        right: 15px;
        font-size: 97px;
    } */

    .family-lp-process-sec .process-list {
        gap: 20px 15px;
        margin-bottom: 33px;
    }

    .family-lp-process-sec .process-btm-sec {
        margin: 0 auto 20px;
    }

}

@media screen and (max-width:1366px) {
    .family-lp-process-sec {
        padding: 30px 0 65px;
    }

    .family-lp-process-sec .process-top-sec .process-top-cnt,
    .family-lp-process-sec .process-btm-sec .process-btm-cnt {
        font-size: 25px;
    }

    .family-lp-process-sec .process-top-sec {
        margin-bottom: 65px;
        padding: 0px 0 30px;
    }

    .family-lp-process-sec .process-sec-follow-cnt {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .family-lp-process-sec .process-cnt .process-cnt-title {
        font-size: 20px;
        margin: 0 0 6px 0;
    }

    .family-lp-process-sec .process-cnt .process-item-cnt {
        font-size: 14px;
    }

    .family-lp-process-sec .process-item {
        padding: 11px 15px 11px 75px;
        margin-left: 50px;
        border-right-width: 3px;
    }

/*     .family-lp-process-sec .process-item::before {
        right: 12px;
        font-size: 92px;
    }
 */
	    .family-lp-process-sec .process-item::before {
        /* right: 12px; */
        font-size: 28px;
			top:5px;
			right:5px;
    }
    .family-lp-process-sec .process-list {
        gap: 18px 12px;
        margin-bottom: 30px;
    }

    .family-lp-process-sec .process-btm-sec {
        margin: 0 auto 18px;
    }

}

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

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

    .family-lp-process-sec {
        padding: 28px 0 60px;
    }

    .family-lp-process-sec .process-top-sec .process-top-cnt,
    .family-lp-process-sec .process-btm-sec .process-btm-cnt {
        font-size: 23px;
    }

    .family-lp-process-sec .process-top-sec {
        margin-bottom: 55px;
        padding: 0px 0 26px;
    }

    .family-lp-process-sec .process-sec-follow-cnt {
        font-size: 15px;
        margin-bottom: 26px;
    }

    .family-lp-process-sec .process-cnt .process-cnt-title {
        font-size: 18px;
    }

    .family-lp-process-sec .process-cnt .process-item-cnt {
        font-size: 13px;
    }

    .family-lp-process-sec .process-item {
        padding: 11px 15px 11px 72px;
        margin-left: 45px;
    }

/*     .family-lp-process-sec .process-item::before {
        right: 10px;
        font-size: 86px;
    } */

    .family-lp-process-sec .process-list {
        gap: 16px 10px;
        margin-bottom: 25px;
    }

}

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

    .family-lp-process-sec .process-top-sec .process-top-cnt,
    .family-lp-process-sec .process-btm-sec .process-btm-cnt {
        font-size: 20px;
    }

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

    .family-lp-process-sec .process-top-sec {
        margin-bottom: 30px;
        padding: 0px 0 25px;
    }

    .family-lp-process-sec .process-sec-follow-cnt {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .family-lp-process-sec .process-list.owl-carousel .process-item {
        padding: 20px;
        width: 100%;
        max-width: 330px;
        margin: auto;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border: 2px solid #c6993e;
        height: 100%;
        justify-content: flex-start;
    }

    .family-lp-process-sec .process-cnt .process-item-cnt {
        font-size: 14px;
        text-align: center;
    }

    .family-lp-process-sec .process-cnt .process-item-cnt br {
        display: none;
    }

.process-list.owl-carousel .owl-dots button {
    font-size: 0;
    background-color: #000 !important;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    border-radius: 50px;
    text-align: center;
}

    .process-list.owl-carousel .owl-dots button.owl-dot.active {
        background-color: #dcb057 !important;
    }

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

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

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

    .family-lp-process-sec .process-cnt .process-cnt-title {
        font-size: 20px;
    }

.family-lp-process-sec .process-list {
    gap: 0;
    margin-bottom: 10px;
}

    .family-lp-process-sec .process-img {
        margin: 0 0 15px;
        width: 100%;
        max-width: 100px;
    }

    .family-lp-process-sec .process-top-sec .process-top-cnt br,
    .family-lp-process-sec .process-btm-sec .process-btm-cnt br {
        display: none;
    }


}

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

    .family-lp-process-sec .process-top-sec .process-top-cnt,
    .family-lp-process-sec .process-btm-sec .process-btm-cnt {
        font-size: 18px;
    }

    .family-lp-process-sec .container {
        max-width: 100%;
    }
}

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

    .family-lp-process-sec .process-top-sec .process-top-cnt,
    .family-lp-process-sec .process-btm-sec .process-btm-cnt {
        font-size: 17px;
    }

    .family-lp-process-sec .process-top-sec {
        margin-bottom: 20px;
        padding: 0px 0 15px;
    }

    .family-lp-process-sec .process-sec-follow-cnt {
        margin-bottom: 15px;
    }

    .family-lp-process-sec .process-img {
        margin: 0 0 10px;
        max-width: 80px;
    }

    .family-lp-process-sec .process-cnt .process-cnt-title {
        font-size: 18px;
    }

    .family-lp-process-sec .process-list.owl-carousel .process-item {
        max-width: 280px;
    }

    .family-lp-process-sec .process-btm-sec {
        width: 100%;
    }

}






/* Family Law Surrounding Section */
.family-lp-surrounding-sec {
    padding: 100px 0 0;
    background-image: url(../family-lp-images/counties-bg-image.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.family-lp-surrounding-sec .surrounding-rit .text-heading {
    color: #fff;
    text-align: start;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.family-lp-surrounding-sec .surrounding-rit-cnt {
    padding: 0 0px 0 113px;
}

.family-lp-surrounding-sec .surrounding-rit .text-heading b {
    font-family: 'Outfit';
    text-transform: uppercase;
    display: block;
    font-weight: inherit;
    font-size: 40px;
    letter-spacing: 12px;
    margin-bottom: 11px;
}

.family-lp-surrounding-sec .surrounding-list {
    display: flex;
    justify-content: space-between;
}

.family-lp-surrounding-sec .surrounding-rit {
    width: 54.4%;
    padding: 0 0 23px;
}

.family-lp-surrounding-sec .surrounding-lft-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50.6%;
}

.family-lp-surrounding-sec .surrounding-lft-img img {
    width: 100%;
    display: block;
}

.family-lp-surrounding-sec .surrounding-rit .surrounding-rit-cnt-para {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0px;
    color: #fff;
    text-align: start;
    margin-bottom: 39px;
}

.family-lp-surrounding-sec .surrounding-rit-list {
    padding-bottom: 33px;
}

.family-lp-surrounding-sec .surrounding-rit-list ul li {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 24px;
    text-transform: none;
    line-height: 1.58;
    letter-spacing: 0;
    color: #fff;
    text-align: left;
    list-style-type: none;
    position: relative;
    padding-left: 69px;
    margin-bottom: 38px;
}

.family-lp-surrounding-sec .surrounding-rit-list ul li::before {
    position: absolute;
    content: '';
    background-image: url(../family-lp-images/arrow-icon.webp);
    height: 33px;
    width: 35px;
    left: 0;
    top: 12px;
}

.family-lp-surrounding-sec .surrounding-rit-list ul li strong {
    font-weight: 600;
    color: #c69b45;
}

.family-lp-surrounding-sec .surrounding-rit-map {
    position: absolute;
    right: 4.9%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 39.8%;
    height: 100%;
    background-image: url(../family-lp-images/surrounding-conties-map.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: 8%;
}

/* Family Law Surrounding Section */

.family-lp-surrounding-sec {
    padding: 100px 0 0;
    background-image: url(../family-lp-images/counties-bg-image.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.family-lp-surrounding-sec .surrounding-rit .text-heading {
    color: #fff;
    text-align: start;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.family-lp-surrounding-sec .surrounding-rit-cnt {
    padding: 0 0px 0 113px;
}

.family-lp-surrounding-sec .surrounding-rit .text-heading b {
    font-family: 'Outfit';
    text-transform: uppercase;
    display: block;
    font-weight: inherit;
    font-size: 40px;
    letter-spacing: 12px;
    margin-bottom: 11px;
}

.family-lp-surrounding-sec .surrounding-list {
    display: flex;
    justify-content: space-between;
}

.family-lp-surrounding-sec .surrounding-rit {
    width: 54.4%;
    padding: 0 0 23px;
}

.family-lp-surrounding-sec .surrounding-lft-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50.6%;
}

.family-lp-surrounding-sec .surrounding-lft-img img {
    width: 100%;
    display: block;
}

.family-lp-surrounding-sec .surrounding-rit .surrounding-rit-cnt-para {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0px;
    color: #fff;
    text-align: start;
    margin-bottom: 39px;
}

.family-lp-surrounding-sec .surrounding-rit-list {
    padding-bottom: 33px;
}

.family-lp-surrounding-sec .surrounding-rit-list ul li {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 24px;
    text-transform: none;
    line-height: 1.58;
    letter-spacing: 0;
    color: #fff;
    text-align: left;
    list-style-type: none;
    position: relative;
    padding-left: 69px;
    margin-bottom: 38px;
}

.family-lp-surrounding-sec .surrounding-rit-list ul li::before {
    position: absolute;
    content: '';
    background-image: url(../family-lp-images/arrow-icon.webp);
    height: 33px;
    width: 35px;
    left: 0;
    top: 3px;
    margin: auto;
}

/* .family-lp-surrounding-sec .surrounding-rit-list ul li strong {
    font-weight: 600;
    color: #8ca3b7;
} */
.family-lp-surrounding-sec .surrounding-rit-list ul li strong {
    font-weight: 600;
    color: #19466f;
}

.family-lp-surrounding-sec .surrounding-rit-map {
    position: absolute;
    right: 4.9%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 39.8%;
    height: 100%;
    background-image: url(../family-lp-images/surrounding-conties-map.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: 8%;
    pointer-events: none;
}

@media screen and (max-width:1680px) {
    .family-lp-surrounding-sec {
        padding: 90px 0 0;
    }

    .family-lp-surrounding-sec .surrounding-rit .text-heading b {
        font-size: 35px;
        letter-spacing: 10.5px;
        margin-bottom: 9px;
    }

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

    .family-lp-surrounding-sec .surrounding-rit .surrounding-rit-cnt-para {
        font-size: 19px;
        margin-bottom: 32px;
    }

    .family-lp-surrounding-sec .surrounding-rit-cnt {
        padding: 0 0px 0 90px;
    }

    .family-lp-surrounding-sec .surrounding-rit-list ul li {
        font-size: 21px;
        padding-left: 63px;
        margin-bottom: 30px;
    }

    .family-lp-surrounding-sec .surrounding-rit-list ul li::before {
        transform: scale(0.9);
        top: 1px;
    }

    .family-lp-surrounding-sec .surrounding-lft-img {
        width: 50%;
    }

}

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

    .family-lp-surrounding-sec .surrounding-rit .text-heading b {
        font-size: 33px;
        letter-spacing: 9.9px;
        margin-bottom: 7px;
    }

    .family-lp-surrounding-sec .surrounding-rit .surrounding-rit-cnt-para {
        font-size: 18px;
        margin-bottom: 27px;
    }

    .family-lp-surrounding-sec .surrounding-rit-list ul li {
        font-size: 20px;
        padding-left: 60px;
        margin-bottom: 26px;
    }

    .family-lp-surrounding-sec .surrounding-rit-list ul li::before {
        transform: scale(0.8);
    }

    .family-lp-surrounding-sec .surrounding-rit-cnt {
        padding: 0 0px 0 80px;
    }

}

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

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

    .family-lp-surrounding-sec .surrounding-rit .surrounding-rit-cnt-para {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .family-lp-surrounding-sec .surrounding-rit-list ul li {
        font-size: 18px;
        padding-left: 55px;
        margin-bottom: 20px;
    }

    .family-lp-surrounding-sec .surrounding-rit-cnt {
        padding: 0 0px 0 76px;
    }

    .family-lp-surrounding-sec .surrounding-rit-list ul li::before {
        transform: scale(0.75);
        left: -4px;
        top: -2px;
    }

    .family-lp-surrounding-sec .surrounding-rit .text-heading b {
        font-size: 30px;
        letter-spacing: 9px;
        margin-bottom: 7px;
    }

    .family-lp-surrounding-sec .surrounding-rit-list {
        padding-bottom: 25px;
    }

}

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

    .family-lp-surrounding-sec .surrounding-rit .text-heading b {
        font-size: 28px;
        letter-spacing: 8.4px;
        margin-bottom: 6px;
    }

    .family-lp-surrounding-sec .surrounding-rit .surrounding-rit-cnt-para {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .family-lp-surrounding-sec .surrounding-rit-list ul li {
        font-size: 17px;
        padding-left: 51px;
        margin-bottom: 18px;
    }

    .family-lp-surrounding-sec .surrounding-rit-list {
        padding-bottom: 20px;
    }

    .family-lp-surrounding-sec .surrounding-rit-list ul li::before {
        transform: scale(0.7);
        left: -4px;
        top: -3px;
    }

}

@media screen and (max-width:1280px) {
    .family-lp-surrounding-sec {
        padding: 60px 0 0;
    }

    .family-lp-surrounding-sec .surrounding-rit .text-heading b {
        font-size: 26px;
        letter-spacing: 8px;
        margin-bottom: 6px;
    }

    .family-lp-surrounding-sec .surrounding-rit .text-heading {
        margin-bottom: 16px;
    }

    .family-lp-surrounding-sec .surrounding-rit .surrounding-rit-cnt-para {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .family-lp-surrounding-sec .surrounding-rit-cnt {
        padding: 0 0px 0 70px;
    }

    .family-lp-surrounding-sec .surrounding-rit-list ul li {
        font-size: 16px;
        padding-left: 40px;
        margin-bottom: 16px;
    }

    .family-lp-surrounding-sec .surrounding-rit-list ul li::before {
        transform: scale(0.6);
        left: -6px;
        top: -4px;
    }

    .family-lp-surrounding-sec .surrounding-rit {
        padding: 0 0 10px;
    }

}

@media screen and (max-width:1024px) {
    .family-lp-surrounding-sec {
        padding: 50px 0;
        background-image: url(../family-lp-images/counties-bg-image-mob.webp);
    }

.family-lp-surrounding-sec .surrounding-lft-img {
    width: 100%;
    position: inherit;
    max-width: 400px;
    border: 2px solid #dcb057;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px 10px 0px 0;
    overflow: hidden;
}

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

.family-lp-surrounding-sec .surrounding-rit {
    width: 100%;
    text-align: center;
    padding: 25px 35px;
    background-color: rgb(34 32 33 / 90%);
    border-radius: 10px;
}

    .family-lp-surrounding-sec .surrounding-rit .text-heading {
        margin-bottom: 15px;
        text-align: center;
    }

    .family-lp-surrounding-sec .surrounding-rit .text-heading b {
        font-size: 24px;
        letter-spacing: 6px;
        margin-bottom: 6px;
    }

    .family-lp-surrounding-sec .surrounding-rit-cnt {
        padding: 0px;
    }

    .family-lp-surrounding-sec .surrounding-rit .surrounding-rit-cnt-para {
        font-size: 15px;
        margin-bottom: 14px;
    }

.family-lp-surrounding-sec .surrounding-rit-list ul li {
    font-size: 15px;
    padding-left: 30px;
    margin-bottom: 12px;
}

.family-lp-surrounding-sec .surrounding-rit-list ul li::before {
    transform: scale(0.4);
    left: -8px;
    bottom: inherit;
    top: -5px;
}

    .family-lp-surrounding-sec .surrounding-rit-list ul {
        margin: 0;
    }

    .family-lp-surrounding-sec .surrounding-rit-list {
        padding-bottom: 0;
    }

    .family-lp-surrounding-sec .surrounding-rit-map {
        display: none;
    }

}

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

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

    .family-lp-surrounding-sec .surrounding-rit .text-heading b {
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }

    .family-lp-surrounding-sec .surrounding-list {
        gap: 20px;
    }

    .family-lp-surrounding-sec .surrounding-rit .text-heading {
        margin-bottom: 10px;
    }

    .family-lp-surrounding-sec .surrounding-rit-list ul li::before {
        transform: scale(0.4);
    }

    .family-lp-surrounding-sec .surrounding-rit-list ul li {
        font-size: 15px;
        padding-left: 28px;
        margin-bottom: 12px;
    }

}


/* Family Law Knowledge Section */

.family-lp-knowledge-sec {
    padding: 34px 0 38px;
    background: #0a1c2c;
}

.family-lp-knowledge-sec .knowledge-cnt {
    font-family: 'Outfit';
    font-weight: 500;
    font-size: 35px;
    line-height: 1.37;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    /* color: #dcb057; */
    margin-bottom: 0px;
}

/* family law knowledge responsive */

@media screen and (max-width:1680px) {
    .family-lp-knowledge-sec .knowledge-cnt {
        font-size: 30px;
    }

    .family-lp-knowledge-sec {
        padding: 30px 0 32px;
    }

}

@media screen and (max-width:1550px) {
    .family-lp-knowledge-sec .knowledge-cnt {
        font-size: 28px;
    }

    .family-lp-knowledge-sec {
        padding: 28px 0;
    }


}

@media screen and (max-width:1440px) {
    .family-lp-knowledge-sec .knowledge-cnt {
        font-size: 26px;
    }

    .family-lp-knowledge-sec {
        padding: 25px 0;
    }

}

@media screen and (max-width:1366px) {
    .family-lp-knowledge-sec {
        padding: 23px 0;
    }

    .family-lp-knowledge-sec .knowledge-cnt {
        font-size: 24px;
    }


}

@media screen and (max-width:1280px) {
    .family-lp-knowledge-sec {
        padding: 20px 0;
    }

    .family-lp-knowledge-sec .knowledge-cnt {
        font-size: 20px;
    }

}

@media screen and (max-width:1024px) {
    .family-lp-knowledge-sec .knowledge-cnt {
        font-size: 16px;
    }

    .family-lp-knowledge-sec {
        padding: 18px 0;
    }

}

/* Family Lp Working Section starts */
.family-lp-working-sec {
    width: 100%;
    background-color: #000000;
    padding: 108px 0 71px;
    position: relative;
    background-image: url(../family-lp-images/common-patern.webp);
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
}

.family-lp-working-sec::before {
    position: absolute;
    content: '';
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(20, 19, 20, 1) 50%); */
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(180deg, rgba(20, 19, 20, 0) 32%, rgba(20, 19, 20, 0.90) 53%, rgba(20, 19, 20, 1) 78%);
}

.family-lp-working-sec .what-you-gain-left-ctn .text-heading {
    color: #fff;
    text-align: start;
    line-height: 0.93;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.family-lp-working-sec .what-you-gain-ctn {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.family-lp-working-sec .what-you-gain-left-ctn {
    width: 46%;
    position: relative;
}

.family-lp-working-sec .left-ctn-list ul li:last-child {
    margin: 0;
}

.family-lp-working-sec .left-ctn-list ul li {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 24px;
    text-transform: none;
    line-height: 1.58;
    letter-spacing: 0;
    color: #fff;
    text-align: left;
    list-style-type: none;
    position: relative;
    padding-left: 69px;
    margin-bottom: 38px;
}

.family-lp-working-sec .left-ctn-list ul li::before {
    position: absolute;
    content: '';
    background-image: url(../family-lp-images/arrow-icon.webp);
    height: 33px;
    width: 35px;
    left: 0;
    top: 3px;
}

.family-lp-working-sec .what-you-gain-right-ctn {
    width: 50%;
}

.family-lp-working-sec .right-ctn-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 50%;
}

.family-lp-working-sec .right-ctn-img img {
    width: 100%;
    display: block;
}

.family-lp-working-sec .right-ctn-cont {
    width: 83%;
    float: right;
    position: relative;
    z-index: 1;
}

.family-lp-working-sec .right-ctn-cont .right-ctn-cont-title {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    margin: 0 0 40px;
}

.family-lp-working-sec .right-ctn-cont .text-heading {
    padding: 0 0 29px;
    margin: 0 0 16px;
    border-bottom: 1px solid #dcb057;
    font-size: 72px;
    text-align: start;
    color: #fff;
    text-transform: uppercase;
}

.family-lp-working-sec .right-ctn-cont .right-ctn-cont-para {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 45px;
    line-height: 1.17;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}

.family-lp-working-sec .left-ctn-list {
    padding-bottom: 43px;
}

.family-lp-working-sec .right-ctn-cont .right-ctn-cont-para a {
    text-decoration: none;
/*     color: #8ca3b7; */
	color: #19466f;
}

.family-lp-working-sec .right-ctn-cont .right-ctn-cont-para a:hover {
    
	 color: #fff;
}

.family-lp-working-sec .right-ctn-cont .right-ctn-cont-para strong {
    font-weight: 700;
    font-family: 'Outfit';
}

.family-lp-working-sec .left-ctn-list ul {
    margin-bottom: 0px;
    padding-left: 10px;
}

/* family law working sec responsive */

@media screen and (max-width:1680px) {
    .family-lp-working-sec .left-ctn-list ul li {
        font-size: 21px;
        padding-left: 60px;
        margin-bottom: 35px;
    }

    .family-lp-working-sec .left-ctn-list ul li::before {
        top: 1px;
        transform: scale(0.9);
    }

    .family-lp-working-sec .right-ctn-cont .right-ctn-cont-title {
        font-size: 35px;
        margin: 0 0 34px;
    }

    .family-lp-working-sec .right-ctn-cont .text-heading {
        padding: 0 0 23px;
        margin: 0 0 14px;
        font-size: 63px;
    }

    .family-lp-working-sec .right-ctn-cont .right-ctn-cont-para {
        font-size: 40px;
    }

    .family-lp-working-sec {
        padding: 95px 0 65px;
    }

    .family-lp-working-sec .left-ctn-list {
        padding-bottom: 35px;
    }

}

@media screen and (max-width:1550px) {
    .family-lp-working-sec {
        padding: 85px 0 60px;
    }

    .family-lp-working-sec .left-ctn-list ul li {
        font-size: 20px;
        padding-left: 47px;
        margin-bottom: 28px;
    }

    .family-lp-working-sec .left-ctn-list ul li::before {
        top: 1px;
        transform: scale(0.8);
        left: -3px;
    }

    .family-lp-working-sec .right-ctn-cont .right-ctn-cont-title {
        font-size: 33px;
        margin: 0 0 28px;
    }

    .family-lp-working-sec .right-ctn-cont .text-heading {
        padding: 0 0 20px;
        margin: 0 0 12px;
        font-size: 57px;
    }

    .family-lp-working-sec .right-ctn-cont .right-ctn-cont-para {
        font-size: 37px;
    }

}

@media screen and (max-width:1440px) {
    .family-lp-working-sec {
        padding: 80px 0 55px;
    }

    .family-lp-working-sec .left-ctn-list ul li::before {
        top: 0px;
        transform: scale(0.75);
        left: -4px;
    }

    .family-lp-working-sec .left-ctn-list ul li {
        font-size: 18px;
        padding-left: 45px;
        margin-bottom: 25px;
    }

    .family-lp-working-sec .left-ctn-list {
        padding-bottom: 30px;
    }

    .family-lp-working-sec .right-ctn-cont .right-ctn-cont-title {
        font-size: 30px;
        margin: 0 0 25px;
    }

    .family-lp-working-sec .right-ctn-cont .text-heading {
        padding: 0 0 18px;
        margin: 0 0 10px;
        font-size: 54px;
    }

    .family-lp-working-sec .right-ctn-cont .right-ctn-cont-para {
        font-size: 34px;
    }

    .family-lp-working-sec .what-you-gain-left-ctn .text-heading {
        margin-bottom: 30px;
    }

}

@media screen and (max-width:1366px) {
    .family-lp-working-sec {
        padding: 70px 0 50px;
    }

    .family-lp-working-sec .left-ctn-list ul li {
        font-size: 17px;
        padding-left: 43px;
        margin-bottom: 23px;
        letter-spacing: 0.2px;
    }

    .family-lp-working-sec .left-ctn-list ul li::before {
        top: -3px;
        transform: scale(0.65);
        left: -5px;
    }

    .family-lp-working-sec .left-ctn-list {
        padding-bottom: 20px;
    }

    .family-lp-working-sec .right-ctn-cont .right-ctn-cont-title {
        font-size: 28px;
        margin: 0 0 22px;
    }

    .family-lp-working-sec .right-ctn-cont .text-heading {
        padding: 0 0 16px;
        margin: 0 0 9px;
        font-size: 51px;
    }

    .family-lp-working-sec .right-ctn-cont .right-ctn-cont-para {
        font-size: 32px;
    }

    .family-lp-working-sec .what-you-gain-left-ctn .text-heading {
        margin-bottom: 28px;
    }

}

@media screen and (max-width:1280px) {
    .family-lp-working-sec {
        padding: 60px 0 45px;
    }

    .family-lp-working-sec .what-you-gain-left-ctn .text-heading {
        margin-bottom: 25px;
    }

    .family-lp-working-sec .left-ctn-list ul li {
        font-size: 15px;
        padding-left: 40px;
        margin-bottom: 20px;
        letter-spacing: 0.3px;
    }

    .family-lp-working-sec .left-ctn-list ul li::before {
        top: -5px;
        transform: scale(0.6);
        left: -6px;
    }

    .family-lp-working-sec .right-ctn-cont .text-heading {
        padding: 0 0 15px;
        margin: 0 0 8px;
        font-size: 45px;
    }

    .family-lp-working-sec .right-ctn-cont .right-ctn-cont-para {
        font-size: 29px;
    }

}

@media screen and (max-width:1024px) {
    .family-lp-working-sec {
        padding: 50px 0;
    }

    .family-lp-working-sec .what-you-gain-ctn {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .family-lp-working-sec .right-ctn-img {
        position: inherit;
        height: 100%;
        width: 100%;
        max-width: 450px;
        margin: 0 auto 25px;
    }

    .family-lp-working-sec .what-you-gain-right-ctn {
        width: 100%;
    }

    .family-lp-working-sec .what-you-gain-left-ctn {
        width: 100%;
    }

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

    .family-lp-working-sec .right-ctn-cont {
        width: 100%;
        float: unset;
        text-align: center;
    }

    .family-lp-working-sec .right-ctn-cont .right-ctn-cont-title {
        font-size: 25px;
        margin: 0 0 15px;
    }

    .family-lp-working-sec .right-ctn-cont .text-heading {
        padding: 0 0 13px;
        margin: 0 0 12px;
        font-size: 36px;
        text-align: center;
    }

    .family-lp-working-sec .right-ctn-cont .right-ctn-cont-para {
        font-size: 25px;
    }

    .family-lp-working-sec .right-ctn-cont .right-ctn-cont-para br {
        display: none;
    }

    .family-lp-working-sec .what-you-gain-left-ctn .text-heading {
        margin-bottom: 15px;
        text-align: center;
        line-height: 1;
    }

.family-lp-working-sec .left-ctn-list ul li::before {
    top: -5px;
    transform: scale(0.4);
    left: -7px;
}

.family-lp-working-sec .left-ctn-list ul li {
    font-size: 15px;
    padding-left: 30px;
    margin-bottom: 16px;
    letter-spacing: 0.4px;
}

    .family-lp-working-sec .left-ctn-list ul li:last-child {
        margin: 0;
    }

    .family-lp-working-sec .left-ctn-list {
        padding-bottom: 0;
    }

}

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

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

    .family-lp-working-sec .right-ctn-img {
        margin: 0 auto 20px;
    }

    .family-lp-working-sec .right-ctn-cont .right-ctn-cont-title {
        font-size: 20px;
    }

    .family-lp-working-sec .right-ctn-cont .text-heading {
        font-size: 23px;
    }

    .family-lp-working-sec .right-ctn-cont .text-heading strong br {
        display: none;
    }

    .family-lp-working-sec .right-ctn-cont .right-ctn-cont-para {
        font-size: 21px;
    }

    .family-lp-working-sec .what-you-gain-left-ctn .text-heading {
        margin-bottom: 10px;
    }

    .family-lp-working-sec .what-you-gain-ctn {
        gap: 25px;
    }

    .family-lp-working-sec .left-ctn-list ul li::before {
        transform: scale(0.4);
    }

    .family-lp-working-sec .left-ctn-list ul li {
        font-size: 15px;
        margin-bottom: 10px;
        padding-left: 30px;
        letter-spacing: 0px;
    }

}

/* Family Law Faq Section Starts */

.family-lp-faq-sec {
    background-color: #fff;
    padding: 119px 0 0;
}

.family-lp-faq-sec .text-heading {
    color: #000000;
    font-size: 78px;
    margin-bottom: 59px;
    text-transform: uppercase;
}

.family-lp-faq-sec .accordion-section {
    border: 1px solid #dedede;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.family-lp-faq-sec .accordion-heading {
    font-family: 'Outfit';
    font-weight: 500;
    font-size: 33px;
    line-height: 1.15;
    letter-spacing: 0px;
    color: #000;
    padding: 23px 115px 30px 41px;
    position: relative;
    cursor: pointer;
    height: 128px;
    display: flex;
    align-items: center;
}

.family-lp-faq-sec .accordion-section.accordien-active .accordion-heading{
    padding-bottom: 10px;
}

.family-lp-faq-sec .accordion-heading::before {
    position: absolute;
    content: '';
    background-image: url(../family-lp-images/accordion-plus.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 23px;
    height: 23px;
    top: calc(50% - 11.5px) !important;
    margin: auto;
    right: 55px;
}

.family-lp-faq-sec .accordion-section.accordien-active .accordion-heading::before {
    background-image: url(../family-lp-images/accordion-minus.webp);
}

.family-lp-faq-sec .accordion-section-content {
    padding: 0px 90px 30px 40px;
}

.family-lp-faq-sec .accordion-section-content .accordion-section-content-para {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #000;
}

.family-lp-faq-sec .accordion-section-content .accordion-section-content-para:last-child {
    margin-bottom: 0px;
}

.family-lp-faq-sec .accordion-section.accordien-active {
    border-color: #dcb057;
}

.family-lp-faq-sec .accordion-section.accordien-active .accordion-heading {
    color: #dcb057;
}

.family-lp-faq-sec .accordion {
    column-count: 2;
    column-gap: 40px;
    padding-bottom: 89px;
    border-bottom: 1px solid #141314;
}

/* family lp faq sec responsive */

@media screen and (max-width:1680px) {
    .family-lp-faq-sec {
        padding: 100px 0 0;
    }

    .family-lp-faq-sec .text-heading {
        font-size: 68px;
        margin-bottom: 50px;
    }

    .family-lp-faq-sec .accordion-heading {
        font-size: 29px;
        padding: 23px 100px 25px 35px;
		height: 114px;
    }

    .family-lp-faq-sec .accordion-heading::before {
        transform: scale(0.9);
        right: 40px;
    }

    .family-lp-faq-sec .accordion-section-content .accordion-section-content-para {
        font-size: 17px;
    }

    .family-lp-faq-sec .accordion {
        column-gap: 35px;
        padding-bottom: 72px;
    }

    .family-lp-faq-sec .accordion-section {
        margin-bottom: 28px;
    }

}

@media screen and (max-width:1550px) {
    .family-lp-faq-sec {
        padding: 90px 0 0;
    }

    .family-lp-faq-sec .text-heading {
        font-size: 63px;
        margin-bottom: 40px;
    }

    .family-lp-faq-sec .accordion-heading {
        font-size: 27px;
        padding: 20px 90px 24px 32px;
		height: 106px;
    }

    .family-lp-faq-sec .accordion-section-content {
        padding: 3px 75px 20px 32px;
    }

    .family-lp-faq-sec .accordion-section-content .accordion-section-content-para {
        font-size: 16px;
    }

    .family-lp-faq-sec .accordion {
        column-gap: 30px;
        padding-bottom: 60px;
    }

    .family-lp-faq-sec .accordion-heading::before {
        transform: scale(0.8);
        right: 35px;
        top: 28px;
    }

    .family-lp-faq-sec .accordion-section {
        margin-bottom: 25px;
    }

}

@media screen and (max-width:1440px) {
    .family-lp-faq-sec {
        padding: 80px 0 0;
    }

    .family-lp-faq-sec .text-heading {
        font-size: 58px;
        margin-bottom: 35px;
    }

    .family-lp-faq-sec .accordion-heading {
        font-size: 25px;
        padding: 18px 80px 22px 32px;
		height: 97px;
    }

    .family-lp-faq-sec .accordion-section-content .accordion-section-content-para {
        font-size: 15px;
    }

    .family-lp-faq-sec .accordion-section-content {
        padding: 0px 65px 17px 32px;
    }

    .family-lp-faq-sec .accordion-heading::before {
        transform: scale(0.75);
        right: 29px;
        top: 24px;
    }

    .family-lp-faq-sec .accordion {
        column-gap: 30px;
        padding-bottom: 50px;
    }

    .family-lp-faq-sec .accordion-section {
        margin-bottom: 20px;
    }

}

@media screen and (max-width:1366px) {
    .family-lp-faq-sec {
        padding: 70px 0 0;
    }

    .family-lp-faq-sec .text-heading {
        font-size: 54px;
        margin-bottom: 30px;
		
    }

    .family-lp-faq-sec .accordion-heading {
        font-size: 24px;
        padding: 17px 75px 21px 25px;
		height: 90px;
    }

    .family-lp-faq-sec .accordion-section-content {
        padding: 0px 60px 15px 25px;
    }

    .family-lp-faq-sec .accordion-section-content .accordion-section-content-para {
        font-size: 14px;
    }

    .family-lp-faq-sec .accordion {
        column-gap: 25px;
        padding-bottom: 40px;
    }

    .family-lp-faq-sec .accordion-heading::before {
        transform: scale(0.7);
        right: 25px;
    }

    .family-lp-faq-sec .accordion-section {
        margin-bottom: 18px;
    }


}

@media screen and (max-width:1280px) {
    .family-lp-faq-sec {
        padding: 60px 0 0;
    }

    .family-lp-faq-sec .text-heading {
        font-size: 50px;
        margin-bottom: 25px;
    }

    .family-lp-faq-sec .accordion-heading {
        font-size: 22px;
        padding: 16px 65px 20px 25px;
		height: 85px;
    }

    .family-lp-faq-sec .accordion-section-content {
        padding: 0px 55px 13px 25px;
    }

    .family-lp-faq-sec .accordion-section-content .accordion-section-content-para {
        font-size: 13px;
    }

    .family-lp-faq-sec .accordion-heading::before {
        transform: scale(0.6);
        right: 20px;
        top: 20px;
    }

    .family-lp-faq-sec .accordion-section {
        margin-bottom: 15px;
    }

}

@media screen and (max-width:1024px) {
    .family-lp-faq-sec {
        padding: 50px 0 10px;
    }

    .family-lp-faq-sec .text-heading {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .family-lp-faq-sec .accordion {
        column-gap: 0;
        padding-bottom: 0;
        column-count: 1;
        border-bottom: 0px
    }

    .family-lp-faq-sec .accordion-section:last-child {
        margin-bottom: 0px;
    }

    .family-lp-faq-sec .accordion-heading {
        font-size: 20px;
        padding: 15px 50px 15px 20px;
		height:auto;
    }

    .family-lp-faq-sec .accordion-heading::before {
        transform: scale(0.5);
        right: 20px;
        top: 16px;
    }

    .family-lp-faq-sec .accordion-section-content {
        padding: 0px 50px 13px 20px;
    }

    .family-lp-faq-sec .accordion-section-content .accordion-section-content-para {
        font-size: 15px;
    }

}


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

    .family-lp-working-sec .right-ctn-cont .text-heading {
        font-size: 30px;
    }

    .family-lp-faq-sec .accordion-heading {
        font-size: 20px;
    }

    .family-lp-faq-sec .text-heading {
        font-size: 35px;
        line-height: 1.2;
    }
}

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

    .family-lp-faq-sec .accordion-heading {
        font-size: 18px;
        padding: 15px 45px 10px 20px;
    }

    .family-lp-faq-sec .accordion-heading::before {
        top: 14px;
    }

    .family-lp-faq-sec .text-heading {
        font-size: 30px;
    }

    .family-lp-working-sec .right-ctn-cont .text-heading {
        font-size: 25px;
    }
}


/* Family Protect Section starts */
.family-lp-protect-sec {
    position: relative;
    z-index: 1;
}

.family-lp-protect-sec::before {
    position: absolute;
    content: '';
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 1) 69%);
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    margin: auto;
    z-index: 1;
    height: 100%;
    pointer-events: none;
}

.family-lp-protect-sec .protect-cnt {
    position: absolute;
    z-index: 1;
    top: 91px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.family-lp-protect-sec .protect-cnt .text-heading {
    text-transform: uppercase;
    margin-bottom: 17px;
    line-height: 0.95;
}

.family-lp-protect-sec .protect-cnt .text-heading strong {
    display: block;
}

.family-lp-protect-sec .protect-cnt .text-heading b {
    font-size: 130px;
    color: #000;
    font-weight: inherit;
}

.family-lp-protect-sec .family-lp-protect-img {
    width: 100%;
}

.family-lp-protect-sec .family-lp-protect-img img {
    width: 100%;
    display: block;
}

.family-lp-protect-sec .protect-cnt .protect-cnt-para {
    text-align: center;
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 22px;
    color: #000;
    line-height: 1.6;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

/* family lp protect responsive */

@media screen and (max-width:1680px) {
    .family-lp-protect-sec .protect-cnt .text-heading b {
        font-size: 114px;
    }

    .family-lp-protect-sec .protect-cnt .protect-cnt-para {
        font-size: 20px;
    }

    .family-lp-protect-sec .protect-cnt {
        top: 80px;
    }

}

@media screen and (max-width:1550px) {
    .family-lp-protect-sec .protect-cnt .text-heading b {
        font-size: 105px;
    }

    .family-lp-protect-sec .protect-cnt .protect-cnt-para {
        font-size: 18px;
    }

    .family-lp-protect-sec .protect-cnt {
        top: 70px;
    }

}

@media screen and (max-width:1440px) {
    .family-lp-protect-sec .protect-cnt .text-heading b {
        font-size: 97px;
    }

    .family-lp-protect-sec .protect-cnt .protect-cnt-para {
        font-size: 17px;
    }

    .family-lp-protect-sec .protect-cnt .text-heading {
        margin-bottom: 12px;
    }

    .family-lp-protect-sec .protect-cnt {
        top: 60px;
    }


}

@media screen and (max-width:1366px) {
    .family-lp-protect-sec .protect-cnt .text-heading b {
        font-size: 92px;
    }

    .family-lp-protect-sec .protect-cnt .protect-cnt-para {
        font-size: 16px;
    }

    .family-lp-protect-sec .protect-cnt .text-heading {
        margin-bottom: 10px;
    }


}

@media screen and (max-width:1280px) {
    .family-lp-protect-sec .protect-cnt .text-heading b {
        font-size: 87px;
    }

    .family-lp-protect-sec .protect-cnt {
        top: 50px;
    }

    .family-lp-protect-sec::before {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 1) 60%);
    }

    .family-lp-protect-sec .protect-cnt .protect-cnt-para {
        font-size: 15px;
    }

}

@media screen and (max-width:1024px) {
    .family-lp-protect-sec {
        padding: 50px 0;
        background-color: #fff;
    }

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

    .family-lp-protect-sec .protect-cnt {
        top: 0;
        position: inherit;
    }

    .family-lp-protect-sec .family-lp-protect-img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 30px;
    }

    .family-lp-protect-sec .protect-cnt .text-heading b {
        font-size: 45px;
    }

    .family-lp-protect-sec .protect-cnt .protect-cnt-para br {
        display: none;
    }

}

@media screen and (max-width:767px) {
    .family-lp-protect-sec .protect-cnt .text-heading b {
        font-size: 40px;
    }

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

    .family-lp-protect-sec .family-lp-protect-img {
        padding: 0 10px;
        margin: 0 auto 25px;
    }

}

@media screen and (max-width:480px) {
    .family-lp-protect-sec .protect-cnt .text-heading b {
        font-size: 28px;
    }
}




/* Family Lp Footer Section starts */

.site-footer.family-lp {
    background: url(../family-lp-images/family-lp-footer-bg.webp), #19466f;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 55px 0 70px !important;
    background-blend-mode: luminosity;
    position: relative;
    z-index: 1;
}

.site-footer.family-lp::before {
    position: absolute;
    content: '';
    background-image: url(../family-lp-images/common-patern.webp);
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    opacity: 60%;
}

.site-footer.family-lp::after {
    position: absolute;
    content: '';
    background-color: #ffffff;
    top: 23%;
    right: 0;
    width: 50%;
    height: 1px;
    pointer-events: none;
}

.site-footer.family-lp .container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.site-footer.family-lp .footer-list {
    display: flex;
    justify-content: space-between;
}

.site-footer.family-lp .ftr-lft {
    width: 38%;
    padding: 36px 0 0;
}

.site-footer.family-lp .ftr-rit {
    width: 53.8%;
}

.site-footer.family-lp .ftr-logo {
    width: 80%;
    margin-bottom: 84px;
}

.site-footer.family-lp .ftr-logo img {
    width: 100%;
    display: block;
    max-width: 100%;
}

.site-footer.family-lp .ftr-blocks {
    width: 100%;
    padding: 0px;
}

.site-footer.family-lp .ftr-blocks .widget {
    display: inherit;
}

.site-footer.family-lp .ftr-blk-cnt {
    padding: 3px 0 0;
}

.site-footer.family-lp .ftr-blk-lst {
    display: flex;
    justify-content: start;
    margin-bottom: 48px;
    gap: 42px;
}

.site-footer.family-lp .ftr-blk-lst:last-child {
    margin: 0px;
    align-items: center;
}

.site-footer.family-lp .ftr-blk-title {
    font-family: 'Cinzel';
    font-weight: 500;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.site-footer.family-lp .ftr-blk-lst .ftr-blk-cnt-para,
.ftr-top-rit .ftr-blk-cnt-para {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    line-height: 1.36;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

.site-footer.family-lp .ftr-blk-lst .ftr-blk-cnt-para a:hover {
    color: #8ca3b7;
}

.site-footer.family-lp .ftr-blk-img {
    width: 23%;
}

.site-footer.family-lp .ftr-blk-img img {
    width: 100%;
    display: block;
}

.site-footer.family-lp .ftr-blk-lst .ftr-blk-cnt-num a {
    font-family: 'Cinzel';
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
}

.site-footer.family-lp .ftr-blk-lst .ftr-blk-cnt-num a:hover {
    color: #8ca3b7;
}

.site-footer.family-lp .ftr-top-rit .ftr-blk-cnt-para {
    text-align: center;
    margin-bottom: 73px;
}

.ftr-top-rit p strong {
    display: block;
    font-size: 38px;
    color: #fff;
    font-weight: inherit;
    line-height: 0.8;
    margin-bottom: 9px;
}

.ftr-top-rit p strong a {
    color: #8ca3b7;
}

.site-footer.family-lp .ftr-top-rit .ftr-blk-cnt-para strong a:hover {
    color: #fff;
}

/* form */
.form-family-lp-sec .text-heading {
    margin-bottom: 10px;
    color: #fff;
}

.form-family-lp-sec .form-family-lp-sec-para {
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    margin-bottom: 9px;
}

.form-family-lp-sec form .gfield input.large,
.form-family-lp-sec form .gfield textarea.large {
    border: none;
    margin: 0px;
    width: 100% !important;
    color: #000000;
    text-transform: capitalize;
    outline: 0px;
    position: relative;
    border-radius: 0;
    background-color: #fff;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.3px;
    font-family: 'Outfit';
    font-weight: 400;
    padding: 20px 30px !important;
    transition: all 0.5s;
    min-height: 60px !important;
}

.form-family-lp-sec form .gfield input.large::placeholder,
.form-family-lp-sec form .gfield textarea.large::placeholder {
    opacity: 1;
    color: #000;
}

.form-family-lp-sec .gform_fields {
    display: grid !important;
    gap: 8px !important;
}

.form-family-lp-sec form .gfield textarea.large {
    height: 120px !important;
    min-height: auto;
    outline: 0;
    resize: none;
    margin-bottom: 5px;
}

.form-family-lp-sec form .form-links {
    padding: 0;
    color: #fff;
}

.form-family-lp-sec form .form-links a,
.form-family-lp-sec .gform_wrapper .gfield_checkbox label {
    color: #fff;
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 !important;
}

.form-family-lp-sec form .form-links a {
    cursor: pointer;
}

.form-family-lp-sec form .form-links a:hover {
    color: #be0101;
}

.form-family-lp-sec input[type=checkbox]:checked:before {
    content: "";
    margin-bottom: 0;
    color: #13aff0;
    font-weight: 600;
}

.form-family-lp-sec input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    line-height: 6px;
    font-size: 10px;
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
}

.form-family-lp-sec form .gchoice {
    display: flex;
    align-items: center;
}
.form-family-lp-sec form input[type=checkbox],
.form-family-lp-sec form input[type=checkbox]::before {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #FFF;
    line-height: 0;
    width: 10px;
    min-width: 10px;
    height: 10px;
    margin: 0 4px 0 0;
    outline: 0;
}
.form-family-lp-sec form input[type=checkbox]:checked, 
.form-family-lp-sec form input[type=checkbox]:checked::before {
    background-color: #19466f;
}

.form-family-lp-sec form .ginput_container.ginput_container_checkbox {
    float: right;
    width: 66%;
}

.form-family-lp-sec form .gform_footer.top_label {
    margin-top: 23px !important;
    padding: 0px !important;
    text-align: center;
    justify-content: center;
}

.form-family-lp-sec .gform_wrapper .gform_footer input {
    font-size: 26px !important;
    font-family: 'Outfit' !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0px !important;
    color: #fff !important;
    mask-image: url(../family-lp-images/cmn-btn-mask.webp) !important;
    mask-size: 100% 100% !important;
    mask-position: center;
    background-image: url(../family-lp-images/cmn-btn-mask-border.webp) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    display: inline-block !important;
    padding: 23px 60px !important;
    background-color: #0a1c2c !important;
    border: 0 !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
}

.form-family-lp-sec .gform_wrapper .gform_footer input:hover {
    background-color: transparent !important;
}

.form-family-lp-sec .gfield.gfield--width-half.gfield_html.gfield_html_formatted.gfield_no_follows_desc.field_sublabel_below.field_description_below.gfield_visibility_visible {
    position: relative !important;
}

.form-family-lp-sec .formDesclimerClose {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    line-height: 1;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-family: 'eicons';
    font-size: xx-large;
    font-weight: 700;
    cursor: pointer;
    z-index: 999;
}

.form-family-lp-sec .formpopuptext {
    transition: transform .15s ease-out .15s;
    text-align: center;
    background: #fff;
    font-size: 14px;
    font-family: 'Outfit';
    color: #000 !important;
    line-height: 1.6;
    letter-spacing: 0.4px;
    padding: 10px;
    width: 400px;
    min-height: fit-content;
    position: absolute;
    z-index: 5;
    top: 25px;
    pointer-events: inherit !important;
    display: none;
}

/* errors */
.form-family-lp-sec .gform_wrapper .gform_validation_errors {
    display: none;
}

.form-family-lp-sec .gform_wrapper .gform_validation_errors {
    display: none;
}

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

.form-family-lp-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.form-family-lp-sec .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 0;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 14px;
    right: 5px;
    font-weight: 400;
    font-family: 'Outfit';
    letter-spacing: 0.2px;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}

.form-family-lp-sec .gform_wrapper .gfield.gfield--type-name .validation_message.gfield_validation_message {
    top: inherit;
    bottom: 5px;
}

.form-family-lp-sec .gform_wrapper .gfield .instruction.validation_message {
    top: initial !important;
    bottom: 3px;
}

.form-family-lp-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}

.form-family-lp-sec .gform_wrapper .gfield.chk .validation_message.gfield_validation_message {
    right: 3px;
    top: 20px;
    margin: 0;
}

.copyrights.family-law {
    background-color: #19466f;
    /* background-image: url(../family-lp-images/common-patern-two.webp); */
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    padding: 23px 0 27px;
}

.copyrights.family-law .cpy-inr {
    display: inline-block;
}

.copyrights.family-law .ftrlink {
    display: inline-block;
}

.copyrights.family-law .growthlab {
    display: block;
    width: 14.5%;
    margin: auto;
}
.cpy-inr, .ftrlink, .growthlab {
    display: inline-block;
}
.copyrights.family-law p,
.copyrights.family-law a {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-family: 'DM Sans';
    font-weight: 400;
    letter-spacing: 0px;
    width: 100%;
    max-width: 100%;
}

.copyrights.family-law .copy-para a {
    display: inline;
}

.copyrights.family-law a:hover {
    color: #8ca3b7;
}
.form-family-lp-sec p.gform_required_legend {
    display: none;
}


/* family lp footer responsive */

@media screen and (max-width:1680px) {
    .site-footer.family-lp .container {
        max-width: 1120px;
    }

    .site-footer.family-lp {
        padding: 49px 0 60px !important;
    }

    .site-footer.family-lp .ftr-logo {
        margin-bottom: 75px;
    }

    .site-footer.family-lp .ftr-blk-title {
        font-size: 44px;
        margin-bottom: 9px;
    }

    .site-footer.family-lp .ftr-blk-lst .ftr-blk-cnt-para,
    .ftr-top-rit .ftr-blk-cnt-para {
        font-size: 20px;
    }

    .site-footer.family-lp .ftr-blk-lst {
        margin-bottom: 40px;
        gap: 36px;
    }

    .site-footer.family-lp .ftr-blk-lst .ftr-blk-cnt-num a {
        font-size: 35px;
    }

    .ftr-top-rit p strong {
        font-size: 34px;
        margin-bottom: 9px;
    }

    .site-footer.family-lp .ftr-top-rit .ftr-blk-cnt-para {
        margin-bottom: 60px;
    }

    .form-family-lp-sec .form-family-lp-sec-para {
        font-size: 17px;
        margin-bottom: 9px;
    }

    .form-family-lp-sec form .gfield input.large,
    .form-family-lp-sec form .gfield textarea.large {
        padding: 15px 25px !important;
        min-height: 55px !important;
    }

    .form-family-lp-sec form .form-links a,
    .form-family-lp-sec .gform_wrapper .gfield_checkbox label {
        font-size: 13px;
    }

    .form-family-lp-sec form .ginput_container.ginput_container_checkbox {
        width: 71.4%;
    }

    .form-family-lp-sec .gform_wrapper .gform_footer input {
        font-size: 23px;
        padding: 21px 55px;
    }

    .copyrights.family-law p,
    .copyrights.family-law a {
        font-weight: 400;
    }

    .copyrights.family-law {
        padding: 20px 0 24px;
    }

    .site-footer.family-lp::after {
        top: 22.5%;
    }

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

}

@media screen and (max-width:1550px) {
    .site-footer.family-lp .container {
        max-width: 1034px;
    }

    .site-footer.family-lp .ftr-blk-title {
        font-size: 39px;
        margin-bottom: 8px;
    }

    .site-footer.family-lp .ftr-blk-lst .ftr-blk-cnt-para,
    .ftr-top-rit .ftr-blk-cnt-para {
        font-size: 18px;
    }

    .site-footer.family-lp .ftr-blk-lst .ftr-blk-cnt-num a {
        font-size: 33px;
    }

    .site-footer.family-lp .ftr-blk-lst {
        margin-bottom: 35px;
        gap: 30px;
    }

    .ftr-top-rit p strong {
        font-size: 31px;
        margin-bottom: 9px;
    }

    .form-family-lp-sec form .gfield input.large,
    .form-family-lp-sec form .gfield textarea.large {
        padding: 13px 22px !important;
        min-height: 52px !important;
    }

    .site-footer.family-lp .ftr-top-rit .ftr-blk-cnt-para {
        margin-bottom: 50px;
    }

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

    .form-family-lp-sec form .form-links a,
    .form-family-lp-sec .gform_wrapper .gfield_checkbox label {
        font-size: 12px;
    }

    .form-family-lp-sec form .ginput_container.ginput_container_checkbox {
        width: 72%;
    }

    .form-family-lp-sec .formpopuptext {
        font-size: 13px;
    }

    .form-family-lp-sec form .gform_footer.top_label {
        margin-top: 25px !important;
    }

    .form-family-lp-sec .gform_wrapper .gform_footer input {
        font-size: 21px;
        padding: 20px 52px;
    }

    .copyrights.family-law p,
    .copyrights.family-law a {
        font-size: 18px;
    }

    .copyrights.family-law {
        padding: 22px 0px;
    }

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


}

@media screen and (max-width:1440px) {
    .site-footer.family-lp .container {
        max-width: 960px;
    }

    .site-footer.family-lp .ftr-lft {
        padding: 30px 0 0;
    }

    .site-footer.family-lp .ftr-logo {
        margin-bottom: 65px;
    }

    .site-footer.family-lp .ftr-blk-title {
        font-size: 37px;
        margin-bottom: 7px;
    }

    .site-footer.family-lp .ftr-blk-lst .ftr-blk-cnt-para,
    .ftr-top-rit .ftr-blk-cnt-para {
        font-size: 17px;
    }

    .site-footer.family-lp .ftr-blk-lst .ftr-blk-cnt-num a {
        font-size: 30px;
    }

    .site-footer.family-lp .ftr-blk-lst {
        margin-bottom: 35px;
        gap: 26px;
    }

    .ftr-top-rit p strong {
        font-size: 28px;
        margin-bottom: 7px;
    }

    .form-family-lp-sec .form-family-lp-sec-para {
        font-size: 16px;
        margin-bottom: 9px;
    }

    .form-family-lp-sec form .gfield input.large,
    .form-family-lp-sec form .gfield textarea.large {
        padding: 12px 20px !important;
        min-height: 50px !important;
    }

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

    .site-footer.family-lp .ftr-top-rit .ftr-blk-cnt-para {
        margin-bottom: 45px;
    }

    .form-family-lp-sec form .ginput_container.ginput_container_checkbox {
        width: 77.6%;
    }

    .form-family-lp-sec .gform_wrapper .gform_footer input {
        font-size: 20px;
        padding: 19px 46px;
    }

    .form-family-lp-sec form .gform_footer.top_label {
        margin-top: 20px !important;
    }

    .site-footer.family-lp {
        padding: 45px 0 55px !important;
    }

    .copyrights.family-law p,
    .copyrights.family-law a {
        font-size: 16px;
    }

}

@media screen and (max-width:1280px) {
    .site-footer.family-lp .container {
        max-width: 854px;
    }

    .site-footer.family-lp .ftr-blk-title {
        font-size: 34px;
        margin-bottom: 5px;
    }

    .site-footer.family-lp .ftr-blk-lst .ftr-blk-cnt-para,
    .ftr-top-rit .ftr-blk-cnt-para {
        font-size: 15px;
    }

    .site-footer.family-lp .ftr-blk-lst .ftr-blk-cnt-num a {
        font-size: 22px;
    }

    .site-footer.family-lp .ftr-lft {
        padding: 25px 0 0;
    }

    .site-footer.family-lp .ftr-logo {
        margin-bottom: 55px;
    }

    .site-footer.family-lp .ftr-blk-lst {
        margin-bottom: 30px;
        gap: 25px;
    }

    .ftr-top-rit p strong {
        font-size: 26px;
        margin-bottom: 7px;
    }

    .site-footer.family-lp .ftr-top-rit .ftr-blk-cnt-para {
        margin-bottom: 40px;
    }

    .form-family-lp-sec .text-heading {
        margin-bottom: 6px;
    }

    .form-family-lp-sec .form-family-lp-sec-para {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .form-family-lp-sec form .gfield input.large,
    .form-family-lp-sec form .gfield textarea.large {
        padding: 10px 15px !important;
        font-size: 14px;
        min-height: 45px !important;
    }

    .form-family-lp-sec form .gfield textarea.large {
        height: 80px !important;
        margin-bottom: 0px;
    }

    .form-family-lp-sec form .ginput_container.ginput_container_checkbox {
        width: 87.3%;
    }

    .form-family-lp-sec .gform_wrapper .gform_footer input {
        font-size: 18px;
        padding: 16px 40px;
    }

    .form-family-lp-sec .formpopuptext {
        font-size: 12px;
    }

    .form-family-lp-sec form .gform_footer.top_label {
        margin-top: 18px !important;
    }

    .site-footer.family-lp {
        padding: 40px 0 50px !important;
    }

    .copyrights.family-law {
        padding: 16px 0;
    }

    .copyrights.family-law p,
    .copyrights.family-law a {
        font-size: 15px;
        padding: 0px 3px;
    }

    .copyrights.family-law .growthlab img {
        max-width: 100%;
    }

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

}

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

    .site-footer.family-lp {
        padding: 45px 0 !important;
    }

.site-footer.family-lp .footer-list {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
}

    .site-footer.family-lp .ftr-logo {
        margin-bottom: 25px;
    }

    .site-footer.family-lp .ftr-blk-lst {
        margin-bottom: 25px;
        gap: 15px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .site-footer.family-lp .ftr-blk-lst .ftr-blk-cnt-para,
    .ftr-top-rit .ftr-blk-cnt-para {
        text-align: center;
    }

    .site-footer.family-lp .ftr-blk-title {
        font-size: 24px;
        margin-bottom: 5px;
        text-align: center;
    }

.site-footer.family-lp .ftr-blk-lst {
    margin-bottom: 15px;
    gap: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid #dcb057;
}

    .site-footer.family-lp .ftr-rit {
        width: 100%;
    }

    .site-footer.family-lp::after {
        display: none;
    }

    .ftr-top-rit p strong {
        font-size: 26px;
        margin-bottom: 6px;
    }

    .form-family-lp-sec {
        max-width: 500px;
        width: 100%;
        margin: auto;
    }

    .form-family-lp-sec form .ginput_container.ginput_container_checkbox {
        width: 76.3%;
    }

    .site-footer.family-lp .ftr-top-rit .ftr-blk-cnt-para {
        margin-bottom: 25px;
    }

    .copyrights.family-law {
        padding: 15px 0;
    }

    .copyrights.family-law .growthlab {
        display: block;
        width: 100%;
        max-width: 170px;
        margin: 5px auto 0;
    }

    .site-footer.family-lp .ftr-lft {
        padding: 0;
    }

.site-footer.family-lp .ftr-logo {
    margin: 0 auto 10px;
    width: 100%;
    max-width: 250px;
}

.formpopuptext {
    bottom: -46px;
}
    .family-lp-process-sec .text-heading {
        margin-bottom: 10px;
    }


}


@media screen and (max-width:767px) {
    .site-footer.family-lp .ftr-lft {
        width: 100%;
        max-width: 300px;
    }

.site-footer.family-lp .ftr-logo {
    width: 100%;
    max-width: 220px;
}

    .site-footer.family-lp .ftr-blk-title {
        font-size: 24px;
        margin-bottom: 5px;
        text-align: center;
    }

    .site-footer.family-lp .ftr-blk-lst .ftr-blk-cnt-num a {
        font-size: 25px;
    }

    .form-family-lp-sec form .ginput_container.ginput_container_checkbox {
        width: 100%;
    }

    .form-family-lp-sec .gform_wrapper .gform_footer input {
        font-size: 17px;
        padding: 16px 35px;
        line-height: 1 !important;
        min-height: auto !important;
    }

    .site-footer.family-lp {
        padding: 40px 0 !important;
    }

    .ftr-top-rit p strong {
        font-size: 22px;
    }

    .site-footer.family-lp .ftr-top-rit .ftr-blk-cnt-para {
        margin-bottom: 20px;
    }

    .copyrights.family-law p {
        line-height: 1.3;
    }

    .formpopuptext {
    bottom: -48px;
}
}

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

    .site-footer.family-lp .ftr-blk-title {
        font-size: 24px;
    }

    .site-footer.family-lp .ftr-blk-lst .ftr-blk-cnt-para,
    .ftr-top-rit .ftr-blk-cnt-para {
        font-size: 16px;
    }
    .formpopuptext {
    bottom: -90px;
}

.form-family-lp-sec .formpopuptext {
    width: 300px;
}

}