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

@font-face {
    font-display: swap;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/red-hat-display-v21-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/red-hat-display-v21-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/red-hat-display-v21-latin-800.woff2') format('woff2');
}

/* federal lp cmn styling starts */

.fed-lp-text-heading {
    font-size: 78px;
    font-family: 'Forum';
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.fed-lp-cmn-btn {
    font-size: 20px;
    font-family: 'Red Hat Display';
    font-weight: 800;
    line-height: 1;
    color: #fff;
    background-color: #0f834c;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 22px 37px;
}

.fed-lp-cmn-btn:visited {
    color: #fff;
}

.fed-lp-cmn-btn:hover {
    background-color: #265a8a;
    color: #fff;
}

/* federal lp cmn styling ends */

/* federal lp header starts */

.federal-lp-header-sec {
    padding: 15px 0;
    background: transparent;
    border-bottom: 2px solid transparent;
    position: fixed;
}

.federal-lp-header-sec.f-nav {
    background-color: #113d69;
    border-color: #0f834c;
}

.federal-lp-header-sec .container {
    max-width: 1710px;
    margin: 0 0 0 auto;
}

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

.hdr-left-blk {
    width: 48%;
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.fed-lp-logo {
    width: 36.9%;
}

.fed-lp-logo img {
	width: auto;
    display: block;
}

.hdr-serving-cnt {
    font-size: 26px;
    font-family: 'Red Hat Display';
    font-weight: 800;
    line-height: 1.38;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
/*     margin: 20px 0 0; */
	margin-top: 0 !important;
}

.hdr-serving-cnt strong {
    display: block;
    text-decoration: underline 2px;
    text-underline-offset: 5px;
}

.hdr-right-blk {
    width: 47%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3%;
}

.hdr-call {
    padding: 0;
    position: relative;
}

.hdr-call a::before {
    content: "";
    background-image: url(../federal-crimes-lp-images/hdr-call-icon.webp);
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0f834c;
    border-radius: 50%;
    width: 59px;
    height: 58px;
    display: inline-block;
    margin: 0 12px 0 0;
}

.hdr-call a:hover {
    color: #0f834c;
}

.hdr-call a:hover::before {
    background-color: #265a8a;
}

.hdr-call a {
    font-size: 37px;
    font-family: 'Forum';
    font-weight: 400;
    line-height: 1;
    color: #fff;
    display: flex;
    align-items: center;
   letter-spacing: -.8px;
}

/* federal lp header responsive */

@media screen and (max-width:1800px) {
    .federal-lp-header-sec .container {
        max-width: 1610px;
    }

    .hdr-serving-cnt {
        font-size: 25px;
        margin: 18px 0 0;
    }

    .hdr-call a::before {
        background-size: 28px;
        width: 54px;
        height: 53px;
        margin: 0 11px 0 0;
    }

    .hdr-call a {
        font-size: 36px;
    }

    .hdr-btn .fed-lp-cmn-btn {
        font-size: 19px;
        padding: 20px 34px;
    }

}

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

    .hdr-serving-cnt {
        font-size: 24px;
        margin: 16px 0 0;
    }

    .hdr-serving-cnt {
        font-size: 24px;
        margin: 16px 0 0;
    }

    .hdr-call a {
        font-size: 32px;
    }

    .hdr-call a::before {
        background-size: 25px;
        width: 51px;
        height: 50px;
        margin: 0 10px 0 0;
    }

    .hdr-btn .fed-lp-cmn-btn {
        font-size: 18px;
        padding: 18px 30px;
    }

}

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

    .hdr-serving-cnt {
        font-size: 22px;
        margin: 15px 0 0;
    }

    .hdr-call a::before {
        background-size: 23px;
        width: 48px;
        height: 47px;
        margin: 0 9px 0 0;
    }

    .hdr-call a {
        font-size: 30px;
    }

    .hdr-btn .fed-lp-cmn-btn {
        font-size: 17px;
        padding: 16px 27px;
    }

}

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

    .hdr-serving-cnt {
        font-size: 21px;
        margin: 13px 0 0;
    }

    .hdr-call a::before {
        background-size: 21px;
        width: 45px;
        height: 44px;
        margin: 0 9px 0 0;
    }

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

    .hdr-btn .fed-lp-cmn-btn {
        font-size: 16px;
        padding: 15px 24px;
    }

}

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

    .hdr-serving-cnt {
        font-size: 19px;
        margin: 12px 0 0;
    }

    .hdr-call a::before {
        background-size: 20px;
        width: 42px;
        height: 41px;
        margin: 0 8px 0 0;
    }

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

    .hdr-btn .fed-lp-cmn-btn {
        font-size: 15px;
        padding: 14px 21px;
    }

}

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

    .hdr-serving-cnt {
        font-size: 18px;
        margin: 11px 0 0;
    }

    .hdr-call a::before {
        background-size: 20px;
        width: 40px;
        height: 39px;
        margin: 0 7px 0 0;
    }

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

    .hdr-btn .fed-lp-cmn-btn {
        font-size: 14px;
        padding: 13px 20px;
    }

}

@media screen and (max-width:1180px) {
    .federal-lp-header-sec .container {
        max-width: 980px;
    }

    .hdr-serving-cnt {
        font-size: 16px;
        margin: 9px 0 0;
    }

    .hdr-call a::before {
        background-size: 18px;
        width: 36px;
        height: 35px;
        margin: 0 6px 0 0;
    }

    .hdr-call a {
        font-size: 20px;
    }

    .hdr-btn .fed-lp-cmn-btn {
        font-size: 13px;
        padding: 12px 18px;
    }

}

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

    .hdr-blk {
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .hdr-left-blk {
        width: 100%;
        gap: 35px;
        align-items: center;
        justify-content: flex-start;
    }

    .fed-lp-logo {
        width: 100%;
        max-width: 190px;
    }

    .hdr-right-blk {
        flex-direction: column;
        width: 55%;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 10px;
    }

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

    .hdr-btn .fed-lp-cmn-btn {
        font-size: 14px;
        padding: 12px 18px;
    }

    .hdr-serving-cnt {
        margin: 0;
    }

}

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

    .federal-lp-header-sec.f-nav,
    .federal-lp-header-sec {
        position: relative;
        background-color: #113d69;
        border-bottom: 2px solid #0f834c;
        padding: 15px 0 !important;
    }
	
	.hdr-serving-cnt{
		display:none;
	}

    .hdr-left-blk {
        width: 100%;
        gap: 20px;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    .hdr-right-blk {
        width: 100%;
        align-items: center;
        gap: 7px;
    }

    .fed-lp-logo {
        width: 100%;
        max-width: 160px;
    }

    .hdr-serving-cnt {
        font-size: 14px;
    }

    .hdr-call a {
        font-size: 19px;
    }

    .hdr-call a::before {
        background-size: 16px;
        width: 33px;
        height: 32px;
        margin: 0 6px 0 0;
    }

    .hdr-btn .fed-lp-cmn-btn {
        font-size: 13px;
        padding: 10px 14px;
    }

    .hdr-blk {
        gap: 25px;
        flex-direction: column;
    }

    .hdr-call a {
        font-size: 20px;
    }

}

@media screen and (max-width:480px) {
    .hdr-left-blk {
        width: auto;
        gap: 25px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .hdr-blk {
        gap: 15px;
    }

}

/* federal lp header ends */

/* federal lp banner section starts */

.federal-lp-banr-sec {
    padding: 243px 0 156px;
    background-image: url(../federal-crimes-lp-images/fed-lp-banr-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.federal-lp-banr-sec::before {
    content: "";
    position: absolute;
    background-image: url(../federal-crimes-lp-images/fed-lp-banr-shape.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80.3%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}

.federal-lp-banr-sec .container {
    max-width: 1280px;
}

.fed-lp-banr-blk {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.fed-lp-banr-lft {
    width: 47%;
    padding: 53px 0 0;
}

.fed-lp-banr-lft h1 {
    font-size: 90px;
    font-family: 'Forum';
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin: 0 -145px 10px 0;
}

.fed-lp-banr-lft p {
    font-size: 18px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1.83;
    color: #fff;
    margin: 0 0 17px;
}

.fed-lp-banr-lft p strong {
    font-weight: 800;
}

.fed-lp-banr-lft p:last-child {
    margin-bottom: 0;
}

.fed-lp-banr-rht {
    width: 39.2%;
    padding: 50px 40px 75px;
    background-color: #265a8a;
    text-align: center;
}

.fed-lp-form-hdg {
    font-size: 49px;
    font-family: 'Forum';
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 2px;
}

.fed-lp-banr-rht p {
    font-size: 16px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    margin: 0 0 13px;
}

/* federal lp banner form */

.fed-lp-banr-rht .gfield input.large,
.fed-lp-banr-rht .gfield textarea.large {
    border-radius: 0;
    font-family: 'Red Hat Display';
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1 !important;
    padding: 17px 20px !important;
    color: #404040 !important;
    border: 0;
    outline: 0;
    height: auto;
    background-color: #fff;
    text-align: left;
}

.fed-lp-banr-rht .gfield textarea.large {
    min-block-size: auto !important;
    min-height: auto;
    resize: none;
    height: 162px !important;
}

.fed-lp-banr-rht .gfield input::placeholder,
.fed-lp-banr-rht .gfield textarea::placeholder {
    color: #404040;
}

.fed-lp-banr-rht .form-links {
    display: flex !important;
}

.fed-lp-banr-rht .form-links a,
.fed-lp-banr-rht .form-links,
.fed-lp-banr-rht .gfield-choice-input+label,
.fed-lp-banr-rht .form-links button {
    font-size: 15px !important;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    border: none !important;
    outline: none !important;
    box-shadow: none;
    color: #fff !important;
    background: none !important;
    text-decoration: none;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
    min-height: auto !important;
    position: relative;
    z-index: 3;
}

.fed-lp-banr-rht .gfield-choice-input+label {
    width: max-content !important;
    text-align: left;
}

.fed-lp-banr-rht .form-links a:hover,
.fed-lp-banr-rht .form-links button:hover {
    color: #6fa8d1 !important;
}

.fed-lp-banr-rht .gchoice {
    margin: -25px 0 0;
    /* margin: 0 !important; */
    text-align: right;
    justify-content: right;
}

.fed-lp-banr-rht .top_label input[type="checkbox"] {
    margin: 1px 4px 0 0 !important;
    width: 13px !important;
    height: 13px !important;
    min-width: auto !important;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    outline: none !important;
    z-index: 4;
}

.fed-lp-banr-rht .gform_fields {
    grid-column-gap: 12px !important;
    grid-row-gap: 10px !important;
}

.fed-lp-banr-rht .gform_footer.top_label {
    margin: 23px auto 0 !important;
    text-align: center !important;
    display: block !important;
    padding: 0 !important;
}

.fed-lp-banr-rht .gform_footer input[type="submit"] {
    font-size: 20px !important;
    padding: 20px 34px !important;
    font-family: 'Red Hat Display' !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    border-radius: 0 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    border: none !important;
    color: #fff !important;
    background: #0f834c !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    box-shadow: none !important;
    outline: none !important;
}

.fed-lp-banr-rht .gform_footer input[type="submit"]:hover {
    color: #fff !important;
    background: #113d69 !important;
}

.fed-lp-banr-rht .gchoice.gchoice_1_12_1 input {
    width: 15px;
    height: 15px;
}

.fed-lp-banr-rht .popup {
    max-width: 60%;
}

.fed-lp-banr-rht div#popup-container {
    position: relative;
}

.fed-lp-banr-rht div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}

.fed-lp-banr-rht .gform_wrapper .gform_validation_errors {
    display: none;
}

.fed-lp-banr-rht .gform_wrapper .gfield {
    position: relative;
}

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

.fed-lp-banr-rht .gform_wrapper .gfield .validation_message.gfield_validation_message,
.fed-lp-banr-rht .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0;
    line-height: 1;
    color: red;
    font-size: 12px;
    font-family: "Red Hat Display";
    right: 5px;
    font-weight: 700;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
    bottom: 0;
}


.fed-lp-banr-rht .gform_wrapper .gfield .instruction.validation_message {
    top: 37px;
}

/* .fed-lp-banr-rht .gfield.chk .validation_message {
    top: 0 !important;
} */

.fed-lp-banr-rht .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}

.fed-lp-banr-rht .popup {
    max-width: 100%;
}

#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: 'Red Hat Display';
    color: #000 !important;
    line-height: 1.5;
    width: 100%;
    position: absolute;
    padding: 12px;
    top: 33px;
    left: 0;
    display: none;
    z-index: 5;
}

/* federal lp banner responsive */

@media screen and (max-width:1680px) {
    .federal-lp-banr-sec .container {
        max-width: 1200px;
    }

    .federal-lp-banr-sec {
        padding: 210px 0 140px;
    }

    .fed-lp-banr-lft {
        padding: 48px 0 0;
    }

    .fed-lp-banr-lft h1 {
        font-size: 85px;
        margin: 0 -137px 10px 0;
    }

    .fed-lp-banr-lft p {
        font-size: 17px;
        margin: 0 0 15px;
    }

    .fed-lp-banr-rht {
        padding: 43px 35px 60px;
    }

    .fed-lp-form-hdg {
        font-size: 47px;
        margin: 0;
    }

    .fed-lp-banr-rht p {
        font-size: 15px;
        margin: 0 0 11px;
    }

    .fed-lp-banr-rht .gfield input.large,
    .fed-lp-banr-rht .gfield textarea.large {
        font-size: 15px !important;
        padding: 15px 18px !important;
    }

    .fed-lp-banr-rht .gfield textarea.large {
        height: 140px !important;
    }

    .fed-lp-banr-rht .form-links a,
    .fed-lp-banr-rht .form-links,
    .fed-lp-banr-rht .gfield-choice-input+label,
    .fed-lp-banr-rht .form-links button {
        font-size: 14px !important;
    }

    .fed-lp-banr-rht .gform_footer.top_label {
        margin: 18px auto 0 !important;
    }

    .fed-lp-banr-rht .gform_footer input[type="submit"] {
        font-size: 18px !important;
        padding: 18px 31px !important;
    }

}

@media screen and (max-width:1550px) {
    .federal-lp-banr-sec .container {
        max-width: 1100px;
    }

    .federal-lp-banr-sec {
        padding: 190px 0 130px;
    }

    .fed-lp-banr-lft {
        padding: 40px 0 0;
    }

    .fed-lp-banr-lft h1 {
        font-size: 76px;
        margin: 0 -110px 10px 0;
    }

    .fed-lp-banr-lft p {
        font-size: 16px;
        margin: 0 0 14px;
    }

    .fed-lp-banr-rht {
        padding: 40px 32px 50px;
    }

    .fed-lp-form-hdg {
        font-size: 42px;
    }

    .fed-lp-banr-rht p {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .fed-lp-banr-rht .gform_fields {
        grid-column-gap: 10px !important;
        grid-row-gap: 10px !important;
    }

    .fed-lp-banr-rht .gfield input.large,
    .fed-lp-banr-rht .gfield textarea.large {
        font-size: 14px !important;
        padding: 13px 16px !important;
    }

    .fed-lp-banr-rht .gfield textarea.large {
        height: 125px !important;
    }

    .fed-lp-banr-rht .gform_footer.top_label {
        margin: 16px auto 0 !important;
    }

    .fed-lp-banr-rht .gform_footer input[type="submit"] {
        font-size: 17px !important;
        padding: 16px 27px !important;
    }

    .fed-lp-banr-rht .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .fed-lp-banr-rht .gform_wrapper .gfield .instruction.validation_message {
        font-size: 10px;
    }

    .federal-lp-ftr-form-sec .gform_wrapper .gfield .instruction.validation_message {
        top: 31px;
    }

    .fed-lp-banr-rht .gchoice {
    margin: -25px 0 0 -20px ;
}


}

@media screen and (max-width:1440px) {
    .federal-lp-banr-sec .container {
        max-width: 1000px;
    }

    .federal-lp-banr-sec {
        padding: 170px 0 120px;
    }

    .federal-lp-banr-sec::before {
        height: 81.7%;
    }

    .fed-lp-banr-lft {
        padding: 35px 0 0;
    }

    .fed-lp-banr-lft h1 {
        font-size: 69px;
        margin: 0 -100px 9px 0;
    }

    .fed-lp-banr-lft p {
        font-size: 14px;
        margin: 0 0 13px;
    }

    .fed-lp-banr-rht {
        padding: 36px 29px 47px;
    }

    .fed-lp-form-hdg {
        font-size: 38px;
    }

    .fed-lp-banr-rht p {
        font-size: 13px;
        margin: 0 0 9px;
    }

    .fed-lp-banr-rht .gform_fields {
        grid-column-gap: 9px !important;
        grid-row-gap: 9px !important;
    }

    .fed-lp-banr-rht .gfield input.large,
    .fed-lp-banr-rht .gfield textarea.large {
        font-size: 13px !important;
        padding: 11px 14px !important;
    }

    .fed-lp-banr-rht .gfield textarea.large {
        height: 115px !important;
    }

    .fed-lp-banr-rht .form-links a,
    .fed-lp-banr-rht .form-links,
    .fed-lp-banr-rht .gfield-choice-input+label,
    .fed-lp-banr-rht .form-links button {
        font-size: 13px !important;
    }

    .fed-lp-banr-rht .gform_footer.top_label {
        margin: 14px auto 0 !important;
    }

    .fed-lp-banr-rht .gform_footer input[type="submit"] {
        font-size: 16px !important;
        padding: 14px 24px !important;
    }

    .fed-lp-banr-rht .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .fed-lp-banr-rht .gform_wrapper .gfield .instruction.validation_message {
        font-size: 10px;
    }

    .federal-lp-ftr-form-sec .gform_wrapper .gfield .instruction.validation_message {
        top: 28px !important;
    }

    .fed-lp-banr-rht .gform_wrapper .gfield .instruction.validation_message {
        top: 23px;
    }

}

@media screen and (max-width:1280px) {
    .federal-lp-banr-sec .container {
        max-width: 920px;
    }

    .federal-lp-banr-sec {
        padding: 150px 0 110px;
    }

    .fed-lp-banr-lft {
        padding: 30px 0 0;
    }

    .fed-lp-banr-lft h1 {
        font-size: 63px;
        margin: 0 -90px 7px 0;
    }

    .fed-lp-banr-lft p {
        font-size: 13px;
        margin: 0 0 11px;
    }

    .fed-lp-banr-rht {
        padding: 32px 26px 42px;
    }

    .fed-lp-form-hdg {
        font-size: 36px;
    }

    .fed-lp-banr-rht p {
        margin: 0 0 8px;
    }

    .fed-lp-banr-rht .gform_fields {
        grid-column-gap: 8px !important;
        grid-row-gap: 8px !important;
    }

    .fed-lp-banr-rht .gfield input.large,
    .fed-lp-banr-rht .gfield textarea.large {
        padding: 10px 12px !important;
    }

    .fed-lp-banr-rht .gfield textarea.large {
        height: 105px !important;
    }

    .fed-lp-banr-rht .gchoice {
        margin: -20px 0 0 -20px ;
    }
    .fed-lp-banr-rht .top_label input[type="checkbox"] {
        margin: 0px 3px 0 0 !important;
        width: 12px !important;
        height: 12px !important;
    }

    .fed-lp-banr-rht .gform_footer.top_label {
        margin: 12px auto 0 !important;
    }

    .fed-lp-banr-rht .gform_footer input[type="submit"] {
        font-size: 15px !important;
        padding: 14px 24px !important;
    }

    .fed-lp-banr-rht .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .fed-lp-banr-rht .gform_wrapper .gfield .instruction.validation_message {
        font-size: 9px;
    }

    .federal-lp-ftr-form-sec .gform_wrapper .gfield .instruction.validation_message {
        top: 27px !important;
    }


}

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

    .federal-lp-banr-sec {
        padding: 160px 0 50px;
    }

    .federal-lp-banr-sec::before {
        display: none;
    }

    .fed-lp-banr-blk {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 40px;
    }

    .fed-lp-banr-rht {
        padding: 25px;
        width: 100%;
        max-width: 400px;
    }

    .fed-lp-banr-lft {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .fed-lp-banr-lft h1 {
        font-size: 45px;
        line-height: 1.2;
        margin: 0 0 10px;
    }

    .fed-lp-banr-lft p {
        font-size: 14px;
        margin: 0 0 12px;
    }

    .fed-lp-form-hdg {
        margin: 0 0 5px;
    }

    .fed-lp-banr-rht .gfield input.large,
    .fed-lp-banr-rht .gfield textarea.large {
        font-size: 14px !important;
    }

    .fed-lp-banr-rht p {
        margin: 0 0 10px;
        font-size: 14px;
    }

    .fed-lp-banr-rht .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .fed-lp-banr-rht .gform_wrapper .gfield .instruction.validation_message {
        font-size: 11px;
    }

    .federal-lp-ftr-form-sec .gform_wrapper .gfield .instruction.validation_message {
        top: 32px;
    }

    .fed-lp-banr-rht .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .fed-lp-banr-rht .gform_wrapper .gfield .instruction.validation_message {
        font-size: 10px;
    }
    fieldset .gfield_description.validation_message.gfield_validation_message {
    top: -3px !important;
}
}

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

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

    .federal-lp-banr-sec {
        padding: 50px 0;
    }

    .fed-lp-banr-lft h1 {
        font-size: 35px;
        margin: 0 0 12px;
    }
    /* .fed-lp-banr-rht .gchoice{margin: 0 !important;} */

}

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

    .fed-lp-banr-rht {
        padding: 20px;
    }

    .fed-lp-form-hdg {
        font-size: 30px;
        margin: 0 0 5px;
    }

    .fed-lp-banr-rht .gfield textarea.large {
        height: 90px !important;
    }

    .fed-lp-banr-rht .gchoice {
        margin: 0;
        text-align: left;
        justify-content: left;
    }

    .fed-lp-banr-blk {
        gap: 30px;
    }

    .fed-lp-banr-lft h1 {
        font-size: 30px;
        margin: 0 0 10px;
    }

    /* .fed-lp-banr-rht .gfield.chk .validation_message {
        top: 23px !important;
        right: inherit !important;
    } */
     .fed-lp-banr-rht .gfield.chk .validation_message {
    top: 14px !important;
    right: auto;
}
.fed-lp-banr-rht .gform_footer.top_label {
    margin: 16px auto 0 !important;
}

     .fed-lp-banr-rht .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .fed-lp-banr-rht .gform_wrapper .gfield .instruction.validation_message {
        font-size: 12px;
    }
    .fed-lp-banr-rht .gform_wrapper .gfield.gfield--type-checkbox .validation_message.gfield_validation_message {
    left: 0;
    right: auto;
    bottom: auto !important;
    top: 15px !important;
}

}

/* federal lp banner section ends */

/* Banner Bottom Section Starts */

.fc-lp-bnr-btm-sec {
    background-color: #0f1f32;
    padding: 0px 0 170px;
    position: relative;
}

.fc-lp-bnr-btm-bg-img {
    position: absolute;
    background-image: url(../federal-crimes-lp-images/bnr-btm-sec-afr.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    width: 27.6%;
    height: 1004px;
    opacity: 0.2;
    right: 0px;
    top: -75%;
    bottom: 0;
    margin: auto 0;
    pointer-events: none;
    z-index: 1;
}

.fc-lp-bnr-btm-sec .container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.fc-lp-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.fc-lp-list::before {
    position: absolute;
    content: "";
    background-image: url(../federal-crimes-lp-images/bnr-btm-sec-bfr.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    width: 47.1%;
    height: 60%;
    right: -8.7%;
    bottom: -39%;
}

.fc-lp-rgt-blk {
    width: 50.7%;
}

.fc-lp-lft-blk {
    display: flex;
    justify-content: flex-start;
	align-items: center;
    gap: 4.5%;
    width: 46%;
}

.fc-lp-lft-img {
    width: 55%;
}

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

.fc-lp-lft-cnt {
    font-size: 18px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1.83;
    color: #fff;
    margin: 0;
}

.fc-lp-lft-cnt strong{
    font-weight: 800;
}

.fc-lp-bnr-btm-sec .fed-lp-text-heading {
    margin: 0;
}

/* federal lp banner bottom responsive */

@media screen and (max-width:1680px) {
    .fc-lp-bnr-btm-sec .container {
        max-width: 1200px;
    }

    .fc-lp-bnr-btm-sec {
        padding: 0px 0 150px;
    }

    .fc-lp-lft-cnt {
        font-size: 16px;
    }

    .fc-lp-bnr-btm-sec .fed-lp-text-heading {
        font-size: 73px;
    }

    .fc-lp-bnr-btm-bg-img {
        height: 1000px;
        top: -97%;
    }

}

@media screen and (max-width:1550px) {
    .fc-lp-bnr-btm-sec .container {
        max-width: 1100px;
    }

    .fc-lp-bnr-btm-sec {
        padding: 0px 0 140px;
    }

    .fc-lp-lft-cnt {
        font-size: 15px;
    }

    .fc-lp-bnr-btm-sec .fed-lp-text-heading {
        font-size: 67px;
    }

}

@media screen and (max-width:1440px) {
    .fc-lp-bnr-btm-sec .container {
        max-width: 1000px;
    }

    .fc-lp-bnr-btm-sec {
        padding: 0px 0 130px;
    }

    .fc-lp-lft-cnt {
        font-size: 14px;
    }

    .fc-lp-bnr-btm-bg-img {
        height: 920px;
        top: -97%;
        width: 31.6%;
    }

    .fc-lp-bnr-btm-sec .fed-lp-text-heading {
        font-size: 59px;
    }

}

@media screen and (max-width:1280px) {
    .fc-lp-bnr-btm-sec .container {
        max-width: 920px;
    }

    .fc-lp-bnr-btm-sec {
        padding: 0px 0 115px;
    }

    .fc-lp-lft-cnt {
        font-size: 13px;
    }

    .fc-lp-bnr-btm-sec .fed-lp-text-heading {
        font-size: 56px;
    }

    .fc-lp-bnr-btm-bg-img {
        height: 900px;
        top: -97%;
        width: 34.6%;
    }

}

@media screen and (max-width:1180px) {
    .fc-lp-list::before {
        right: 0;
    }
}

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

    .fc-lp-bnr-btm-sec {
        padding: 50px 0;
    }

    .fc-lp-lft-cnt {
        font-size: 14px;
    }

    .fc-lp-lft-blk {
        justify-content: flex-start;
        align-items: center;
        gap: 25px;
        width: 100%;
        max-width: 450px;
    }

    .fc-lp-lft-img {
        width: 100%;
        max-width: 90px;
    }

    .fc-lp-list {
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        gap: 25px;
    }

    .fc-lp-rgt-blk {
        width: 100%;
        text-align: center;
    }

    .fc-lp-bnr-btm-sec .fed-lp-text-heading {
        font-size: 45px;
        line-height: 1.2;
    }

    .fc-lp-bnr-btm-sec .fed-lp-text-heading br {
        display: none;
    }

    .fc-lp-bnr-btm-bg-img {
        height: 350px;
        top: 0;
        width: 170px;
    }

    .fc-lp-list::before {
        display: none;
    }

}

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

    .fc-lp-bnr-btm-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .fc-lp-bnr-btm-sec .fed-lp-text-heading {
        font-size: 35px;
        line-height: 1.2;
    }

}

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

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

    .fc-lp-bnr-btm-sec .fed-lp-text-heading {
        font-size: 25px;
    }

    .fc-lp-list {
        gap: 15px;
    }

    .fc-lp-lft-img {
        max-width: 70px;
    }

    .fc-lp-lft-blk {
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

}

/* Banner Bottom Section Ends */

/* We Defend Section Starts */

.fc-lp-we-defend-sec {
    background-color: #0f1f32;
    text-align: center;
    padding: 0 0 103px;
    position: relative;
}

.fc-lp-we-defend-sec::before {
    position: absolute;
    content: "";
    background-color: #4493cd;
    width: 89.2%;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

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

.fc-lp-we-defend-sec .fed-lp-text-heading {
    font-size: 75px;
    margin: 0 0 -4px;
}

.fc-lp-we-defend-text {
    font-size: 18px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1.83;
    color: #fff;
    margin: 0 0 30px;
}

.fc-lp-we-defend-lst {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 60px;
}

.fc-lp-we-defend-itm {
    width: 24%;
    background-color: #032b53;
    position: relative;
    padding: 84px 10px 30px;
    z-index: 1;
}

.fc-lp-we-defend-itm::before {
    position: absolute;
    content: "";
    background-image: url(../federal-crimes-lp-images/we-defend-itm-bg.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    width: 100%;
    height: 76%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.15;
    z-index: -1;
}

.fc-lp-we-defend-itm:hover::before {
    opacity: 100%;
}

.fc-lp-we-defend-itm-img {
    margin: 0 auto 92px;
    max-width: 100px;
    min-height: 90px;
}

.fc-lp-we-defend-itm-img img {
    display: block;
    margin: 0 auto;
    width: auto;
}

.fc-lp-we-defend-itm-cnt {
    font-size: 35px;
    font-family: 'Forum';
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin: 0;
    min-height: 105px;
    place-content: center;
	text-transform:capitalize;
}

.fc-lp-we-defend-para {
    font-size: 22px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    margin: 0 auto;
    width: 69%;
}

.fc-lp-we-defend-para strong {
    font-weight: 800;
}

/* we defend responsive */

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

    .fc-lp-we-defend-sec {
        padding: 0 0 80px;
    }

    .fc-lp-we-defend-sec .fed-lp-text-heading {
        font-size: 66px;
        margin: 0 0 -3px;
    }

    .fc-lp-we-defend-text {
        font-size: 16px;
        margin: 0 0 26px;
    }

    .fc-lp-we-defend-lst {
        gap: 17px;
        margin: 0 0 45px;
    }

    .fc-lp-we-defend-itm {
        padding: 70px 10px 26px;
    }

    .fc-lp-we-defend-itm-img {
        margin: 0 auto 75px;
        max-width: 80px;
        min-height: 80px;
    }

    .fc-lp-we-defend-itm-cnt {
        font-size: 32px;
        min-height: 97px;
    }

    .fc-lp-we-defend-para {
        font-size: 19px;
        width: 69%;
    }

}

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

    .fc-lp-we-defend-sec {
        padding: 0 0 70px;
    }

    .fc-lp-we-defend-sec .fed-lp-text-heading {
        font-size: 60px;
        margin: 0 0 -2px;
    }

    .fc-lp-we-defend-text {
        font-size: 15px;
        margin: 0 0 23px;
    }

    .fc-lp-we-defend-lst {
        gap: 16px;
        margin: 0 0 45px;
    }

    .fc-lp-we-defend-itm {
        padding: 60px 0 23px;
    }

    .fc-lp-we-defend-itm::before {
        height: 77%;
    }

    .fc-lp-we-defend-itm-img {
        margin: 0 auto 70px;
        max-width: 75px;
        min-height: 77px;
    }

    .fc-lp-we-defend-itm-cnt {
        font-size: 29px;
        min-height: 87px;
    }

    .fc-lp-we-defend-para {
        font-size: 17px;
        width: 68%;
    }

}

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

    .fc-lp-we-defend-sec {
        padding: 0 0 65px;
    }

    .fc-lp-we-defend-sec .fed-lp-text-heading {
        font-size: 57px;
        margin: 0 0 -2px;
    }

    .fc-lp-we-defend-text {
        font-size: 14px;
        margin: 0 0 21px;
    }

    .fc-lp-we-defend-lst {
        gap: 14px;
        margin: 0 0 42px;
    }

    .fc-lp-we-defend-itm {
        padding: 55px 0 21px;
    }

    .fc-lp-we-defend-itm-img {
        margin: 0 auto 68px;
        max-width: 70px;
        min-height: 73px;
    }

    .fc-lp-we-defend-itm-cnt {
        font-size: 26px;
        min-height: 82px;
    }

    .fc-lp-we-defend-para {
        font-size: 16px;
    }

    .fc-lp-we-defend-sec::before {
        height: 4px;
    }


}

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

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

    .fc-lp-we-defend-sec {
        padding: 0 0 60px;
    }

    .fc-lp-we-defend-sec .fed-lp-text-heading {
        font-size: 52px;
        margin: 0;
    }

    .fc-lp-we-defend-text {
        font-size: 13px;
        margin: 0 0 19px;
    }

    .fc-lp-we-defend-lst {
        gap: 13px;
        margin: 0 0 38px;
    }

    .fc-lp-we-defend-itm {
        padding: 50px 0 19px;
    }

    .fc-lp-we-defend-itm-img {
        margin: 0 auto 65px;
        max-width: 60px;
        min-height: 61px;
    }

    .fc-lp-we-defend-itm-cnt {
        font-size: 23px;
        min-height: 69px;
    }

    .fc-lp-we-defend-para {
        font-size: 14px;
    }

    .fc-lp-we-defend-sec::before {
        height: 3px;
    }

}

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

    .fc-lp-we-defend-sec {
        padding: 0 0 50px;
    }

    .fc-lp-we-defend-sec .fed-lp-text-heading {
        font-size: 45px;
        line-height: 1.2;
        margin: 0 0 12px;
    }

    .fc-lp-we-defend-text {
        font-size: 14px;
        margin: 0 0 20px;
    }

    .fc-lp-we-defend-lst.owl-carousel {
        max-width: 500px;
        margin: 0 auto;
    }

    .fc-lp-we-defend-itm {
        padding: 30px 20px 20px;
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }

    .fc-lp-we-defend-itm::before {
        background-size: 100% 100%;
    }

    .fc-lp-we-defend-itm-cnt {
        font-size: 22px;
    }

    .fc-lp-we-defend-para {
        font-size: 14px;
        width: 100%;
        line-height: 1.7;
        max-width: 610px;
    }

    .fc-lp-we-defend-lst.owl-carousel .owl-dots {
        text-align: center;
        margin: 20px auto;
    }

    .fc-lp-we-defend-lst.owl-carousel .owl-dots button.owl-dot.active {
        background-color: #69abef;
    }

    .fc-lp-we-defend-lst.owl-carousel .owl-dots button {
        font-size: 0;
        background-color: #113d69;
        width: 12px;
        height: 12px;
        margin-right: 8px;
        border-radius: 50px;
        text-align: center;
    }

    .fc-lp-we-defend-lst.owl-carousel .owl-dots button {
        background-color: #113d69;
    }
}

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

    .fc-lp-we-defend-sec .fed-lp-text-heading {
        font-size: 35px;
        margin: 0 0 12px;
    }
}

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

    .fc-lp-we-defend-sec {
        padding: 0 0 40px;
    }

    .fc-lp-we-defend-lst.owl-carousel .owl-dots {
        margin: 16px auto;
    }

    .fc-lp-we-defend-sec .fed-lp-text-heading {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .fc-lp-we-defend-text {
        margin: 0 0 18px;
    }
}

/* We Defend Section Ends */

/* Why Choose Sec Starts */

.fc-lp-why-choose-sec {
    padding: 110px 0 88px;
    background-image: url(../federal-crimes-lp-images/fc-lp-why-choose-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    background-color: #040c14;
    z-index: 1;
}

.fc-lp-why-choose-sec::before {
    position: absolute;
    content: "";
    background-image: url(../federal-crimes-lp-images/fc-lp-why-choose-sec-before.png);
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: left center;
    width: 47.4%;
    height: 100%;
    top: -40%;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.fc-lp-why-choose-sec::after {
    position: absolute;
    content: "";
    background-image: linear-gradient(to left, rgb(6, 37, 69) 28%, rgba(6, 37, 69, 0) 110%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}

.fc-lp-why-choose-sec .container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

.fc-lp-why-choose-hdg {
    margin-bottom: 13px;
    text-align: center;
}

.fc-lp-why-choose-para {
    font-size: 18px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1.38;
    color: #fff;
    margin-bottom: 73px;
    text-align: center;
}

.fc-lp-why-choose-blk {
    display: flex;
    justify-content: flex-end;
}

.fc-lp-why-choose-rgt {
    width: 53.8%;
    margin: 0 -95px 0 0;
}

.fc-lp-why-choose-lst-title {
    font-size: 40px;
    font-family: 'Forum';
    font-weight: 400;
    line-height: 1.14;
    color: #84bdf6;
    margin-bottom: 19px;
    text-transform: capitalize;
}

.fc-lp-why-choose-itm {
    list-style: none;
    font-size: 22px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.44px;
    color: #fff;
    padding: 23px 70px 21px 70px;
    background: linear-gradient(90deg, rgb(4 22 40 / 57%) 0%, rgba(3, 43, 83, 0) 100%);
    position: relative;
    margin-bottom: 14px !important;
}

.fc-lp-why-choose-itm strong {
    font-weight: 700;
}

.fc-lp-why-choose-itm::after {
    position: absolute;
    content: "";
    background: linear-gradient(45deg, #3074c0, transparent 151%);
    width: 90%;
    height: 1px;
    pointer-events: none;
    bottom: 0;
    left: 0;
}

.fc-lp-why-choose-itm:before {
    position: absolute;
    content: "";
    background-image: url(../federal-crimes-lp-images/why-choose-law-img.webp);
    background-size: 41px;
    background-repeat: no-repeat;
    background-position: center;
    width: 41px;
    height: 41px;
    pointer-events: none;
    top: 12px;
    left: 16px;
}

.fc-lp-why-choose-itm:last-child {
    margin: 0 !important;
}

.fc-lp-why-choose-itm.strategic::before {
    background-image: url(../federal-crimes-lp-images/why-choose-strategic-img.webp);
}

.fc-lp-why-choose-itm.call::before {
    background-image: url(../federal-crimes-lp-images/why-choose-call-img.webp);
}

.fc-lp-why-choose-itm.detailed::before {
    background-image: url(../federal-crimes-lp-images/why-choose-detailed-img.webp);
}

.fc-lp-why-choose-itm.court::before {
    background-image: url(../federal-crimes-lp-images/why-choose-court-img.webp);
}

/* Why Choose Sec Responsive */

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

    .fc-lp-why-choose-sec {
        padding: 90px 0 70px;
    }

    .fc-lp-why-choose-hdg {
        font-size: 68px;
        margin-bottom: 10px;
    }

    .fc-lp-why-choose-para {
        font-size: 16px;
        margin-bottom: 63px;
    }

    .fc-lp-why-choose-rgt {
        margin: 0 -100px 0 0;
    }

    .fc-lp-why-choose-lst-title {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .fc-lp-why-choose-itm {
        font-size: 19px;
        padding: 18px 55px;
        margin-bottom: 12px !important;
    }

    .fc-lp-why-choose-itm:before {
        background-size: 34px;
        top: 5px;
        left: 10px;
    }

    .fc-lp-why-choose-itm::after {
        width: 85%;
    }
}

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

    .fc-lp-why-choose-sec {
        padding: 75px 0 65px;
    }

    .fc-lp-why-choose-hdg {
        font-size: 62px;
        margin-bottom: 10px;
    }

    .fc-lp-why-choose-para {
        font-size: 15px;
        margin-bottom: 55px;
    }

    .fc-lp-why-choose-rgt {
        margin: 0 -105px 0 0;
    }

    .fc-lp-why-choose-lst-title {
        font-size: 32px;
        margin-bottom: 13px;
    }

    .fc-lp-why-choose-itm {
        font-size: 18px;
        padding: 17px 52px;
        margin-bottom: 12px !important;
    }

    .fc-lp-why-choose-itm:before {
        background-size: 31px;
        top: 5px;
        left: 8px;
    }
}

@media screen and (max-width:1440px) {
    .fc-lp-why-choose-sec .container {
        max-width: 1000px;
    }

    .fc-lp-why-choose-sec {
        padding: 70px 0 60px;
    }

    .fc-lp-why-choose-hdg {
        font-size: 57px;
        margin-bottom: 8px;
    }

    .fc-lp-why-choose-para {
        font-size: 15px;
        margin-bottom: 50px;
    }

    .fc-lp-why-choose-lst-title {
        font-size: 30px;
        margin-bottom: 11px;
    }

    .fc-lp-why-choose-itm {
        font-size: 17px;
        padding: 16px 50px;
        margin-bottom: 10px !important;
    }

    .fc-lp-why-choose-itm:before {
        background-size: 29px;
        top: 4px;
        left: 5px;
    }

    .fc-lp-why-choose-rgt {
        margin: 0 -75px 0 0;
    }
}

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

    .fc-lp-why-choose-sec {
        padding: 50px 0;
    }

    .fc-lp-why-choose-hdg {
        font-size: 52px;
        margin-bottom: 8px;
    }

    .fc-lp-why-choose-para {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 16px;
    }

    .fc-lp-why-choose-lst-title {
        font-size: 26px;
        margin-bottom: 9px;
    }

    .fc-lp-why-choose-itm {
        font-size: 16px;
        padding: 14px 45px;
        margin-bottom: 8px !important;
    }

    .fc-lp-why-choose-itm:before {
        background-size: 27px;
        top: 2px;
        left: 3px;
    }

    .fc-lp-why-choose-rgt {
        margin: 0 -45px 0 0;
    }
}

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

    .fc-lp-why-choose-sec {
        padding: 50px 0;
    }

    .fc-lp-why-choose-hdg {
        font-size: 45px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .fc-lp-why-choose-blk {
        justify-content: center;
    }

    .fc-lp-why-choose-rgt {
        margin: 0 auto;
        width: 100%;
        max-width: 480px;
        padding: 20px;
        border-radius: 15px;
        /* background: #ffffff24; */
        background: #15314dd9;
    }

    .fc-lp-why-choose-itm::after {
        width: 100%;
    }

    .fc-lp-why-choose-itm {
        font-size: 15px;
        padding: 14px 14px 14px 40px;
    }

    .fc-lp-why-choose-itm:before {
        background-size: 25px;
        top: 0px;
        left: 0;
    }

    .fc-lp-why-choose-lst-title {
        font-size: 25px;
        margin-bottom: 7px;
    }

    .fc-lp-why-choose-sec::after {
        background-image: linear-gradient(to left, rgb(6, 37, 69) 10%, rgba(6, 37, 69, 0) 100%);
    }
}

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

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

    .fc-lp-why-choose-hdg {
        font-size: 30px;
        margin-bottom: 7px;
    }

    .fc-lp-why-choose-para {
        font-size: 14px;
        max-width: 550px;
        margin: 0 auto 20px;
    }

    .fc-lp-why-choose-para br {
        display: none;
    }

    .fc-lp-why-choose-lst-title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .fc-lp-why-choose-itm {
        font-size: 14px;
        padding: 10px 10px 10px 40px;
        margin-bottom: 5px !important;
    }

    .fc-lp-why-choose-itm:before {
        background-size: 23px;
        top: -3px;
        left: 0;
    }

    .fc-lp-why-choose-sec::after {
        background-image: linear-gradient(to left, rgb(6, 37, 69) 0%, rgba(6, 37, 69, 0) 100%);
    }

}

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

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

    .federal-lp-text-heading.fc-lp-why-choose-hdg br {
        display: none;
    }

    .fc-lp-why-choose-hdg {
        font-size: 25px;
        margin-bottom: 7px;
    }

    .fc-lp-why-choose-hdg br {
        display: none;
    }

    .fc-lp-why-choose-lst-title {
        font-size: 20px;
    }

    .fc-lp-why-choose-itm {
        line-height: 1.2;
    }

    .fc-lp-why-choose-itm:before {
        top: 0;
    }

    .fc-lp-why-choose-rgt {
        padding: 15px;
    }
}

/* Why Choose Sec Ends */

/* Why Choose Bottom Sec Starts */

.fc-lp-why-choose-btm-sec {
    padding: 26px 0 30px;
    background-image: url(../federal-crimes-lp-images/why-choose-btm-sec-bg.webp);
    background-size: auto;
    background-repeat: repeat;
    background-position: center;
}

.fc-lp-why-choose-btm-sec .container {
    max-width: 1500px;
    margin: auto;
    width: 100%;
}

.fc-lp-why-choose-btm-txt {
    font-size: 24px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.2px;
    text-align: center;
    margin-bottom: 0;
}

.fc-lp-why-choose-btm-txt strong {
    font-weight: 700;
}

/* Why Choose Bottom Sec Responsive */

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

    .fc-lp-why-choose-btm-sec {
        padding: 24px 0;
    }

    .fc-lp-why-choose-btm-txt {
        font-size: 21px;
    }
}

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

    .fc-lp-why-choose-btm-sec {
        padding: 22px 0;
    }

    .fc-lp-why-choose-btm-txt {
        font-size: 19px;
    }
}

@media screen and (max-width:1440px) {
    .fc-lp-why-choose-btm-sec .container {
        max-width: 1126px;
    }

    .fc-lp-why-choose-btm-sec {
        padding: 20px 0;
    }

    .fc-lp-why-choose-btm-txt {
        font-size: 18px;
    }
}

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

    .fc-lp-why-choose-btm-txt {
        font-size: 16px;
    }
}

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

    .fc-lp-why-choose-btm-sec {
        padding: 18px 0;
    }

    .fc-lp-why-choose-btm-txt {
        font-size: 15px;
    }
}

@media screen and (max-width:1024px) {
    .fc-lp-why-choose-btm-sec .container {
        max-width: 720px;
    }

    .fc-lp-why-choose-btm-txt {
        line-height: 1.7;
    }
}

@media screen and (max-width:768px) {
    .fc-lp-why-choose-btm-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }
}

@media screen and (max-width:480px) {
    .fc-lp-why-choose-btm-txt {
    line-height: 1.4;
}
}

/* Why Choose Bottom Sec Ends */

/* White Collar Sec Starts */

.fc-lp-white-collar-sec {
    padding: 80px 0 108px;
}

.fc-lp-white-collar-sec .container {
    max-width: 1280px;
    margin: auto;
    width: 100%;
}

.fc-lp-white-collar-blk {
    border: 1px solid #085db2;
    padding: 48px 126px 32px;
    margin: 0 auto;
    box-shadow: 0px 6px 22.32px 1.68px rgba(18, 53, 87, 0.2);
}


.fc-lp-white-collar-sec .fc-lp-white-collar-hdg {
    line-height: 0.93;
    color: #59a1e8;
    margin-bottom: 23px;
    padding-bottom: 28px;
    border-bottom: 2px solid #085db2;
    text-align: center;
}

.fc-lp-white-collar-sec .fc-lp-white-collar-hdg strong {
    font-weight: 400;
    display: block;
    color: #113d69;
}

.fc-lp-white-collar-para {
    font-size: 24px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1.45;
    color: #2c2d2d;
    text-align: center;
    margin: auto;
}

.fc-lp-white-collar-para strong{
	font-weight: 700;
}

/* White Collar Responsive */
@media screen and (max-width:1680px) {
    .fc-lp-white-collar-sec .container {
        max-width: 1200px;
    }

    .fc-lp-white-collar-sec {
        padding: 70px 0 85px;
    }

    .fc-lp-white-collar-blk {
        padding: 40px 110px 30px;
    }

    .fc-lp-white-collar-sec .fc-lp-white-collar-hdg {
        font-size: 74px;
        padding-bottom: 20px;
        margin-bottom: 22px;
    }

}

@media screen and (max-width:1550px) {
    .fc-lp-white-collar-sec .container {
        max-width: 1100px;
    }

    .fc-lp-white-collar-sec {
        padding: 60px 0 75px;
    }

    .fc-lp-white-collar-blk {
        padding: 35px 100px 30px;
    }

    .fc-lp-white-collar-sec .fc-lp-white-collar-hdg {
        font-size: 67px;
        padding-bottom: 17px;
        margin-bottom: 18px;
    }

    .fc-lp-white-collar-para {
        font-size: 22px;
    }

}

@media screen and (max-width:1440px) {
    .fc-lp-white-collar-sec .container {
        max-width: 1000px;
    }

    .fc-lp-white-collar-sec {
        padding: 50px 0 65px;
    }

    .fc-lp-white-collar-blk {
        padding: 30px 90px 25px;
    }

    .fc-lp-white-collar-sec .fc-lp-white-collar-hdg {
        font-size: 61px;
        padding-bottom: 15px;
        margin-bottom: 16px;
    }

    .fc-lp-white-collar-para {
        font-size: 20px;
    }
}

@media screen and (max-width:1280px) {
    .fc-lp-white-collar-sec .container {
        max-width: 920px;
    }

    .fc-lp-white-collar-blk {
        padding: 25px 80px;
    }

    .fc-lp-white-collar-sec .fc-lp-white-collar-hdg {
        font-size: 57px;
        padding-bottom: 13px;
        margin-bottom: 14px;
    }

    .fc-lp-white-collar-para {
        font-size: 18px;
    }

    .fc-lp-white-collar-sec {
        padding: 50px 0;
    }

}

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

    .fc-lp-white-collar-blk {
        padding: 20px 60px;
    }

    .fc-lp-white-collar-sec .fc-lp-white-collar-hdg {
        font-size: 45px;
        padding-bottom: 10px;
        margin-bottom: 12px;
    }

    .fc-lp-white-collar-para {
        font-size: 16px;
    }
}

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

    .fc-lp-white-collar-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .fc-lp-white-collar-blk {
        padding: 20px 30px;
        width: fit-content;
    }

    .fc-lp-white-collar-sec .fc-lp-white-collar-hdg {
        font-size: 30px;
        padding-bottom: 10px;
        margin: 0 auto 10px;
        width: fit-content;
    }

    .fc-lp-white-collar-para {
        font-size: 14px;
        max-width: 417px;
    }
}

@media screen and (max-width:480px) {
    .fc-lp-white-collar-para {
        max-width: 100%;
    }

    .fc-lp-white-collar-sec {
        padding: 40px 0;
    }

    .fc-lp-white-collar-blk {
        padding: 15px;
    }

    .fc-lp-white-collar-para br {
        display: none;
    }

    .fc-lp-white-collar-sec .fc-lp-white-collar-hdg {
        font-size: 20px;
        line-height: 1.2;
    }
}

/* White Collar Sec Ends */



/* White Collar Bottom Sec Starts */


.fc-lp-white-collar-btm-sec {
    padding: 0 0 95px;
}

.fc-lp-white-collar-btm-sec .container {
    max-width: 1500px;
    margin: auto;
    width: 100%;

}


.fc-lp-white-collar-lst {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.fc-lp-white-collar-itm {
    width: 14.7%;
    position: relative;
}

.fc-lp-white-collar-itm::before {
    position: absolute;
    content: "";
    background-image: url(../federal-crimes-lp-images/white-collar-fraud-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 73px;
    height: 74px;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.fc-lp-white-collar-itm.security::before {
    background-image: url(../federal-crimes-lp-images/white-collar-security-img.webp);
}

.fc-lp-white-collar-itm.business::before {
    background-image: url(../federal-crimes-lp-images/white-collar-business-img.webp);
}

.fc-lp-white-collar-itm.money::before {
    background-image: url(../federal-crimes-lp-images/white-collar-money-img.webp);
}

.fc-lp-white-collar-itm.tax::before {
    background-image: url(../federal-crimes-lp-images/white-collar-tax-img.webp);
}

.fc-lp-white-collar-itm.identity::before {
    background-image: url(../federal-crimes-lp-images/white-collar-identity-img.webp);
}

.fc-lp-white-collar-itm::after {
    position: absolute;
    content: "";
    pointer-events: none;
    border-bottom: 4px solid #69abef;
    width: 72.5%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.fc-lp-white-collar-itm:hover::after {
    border-color: #0f834c;
}

.fc-lp-white-collar-itm:hover::before {
    background-image: url(../federal-crimes-lp-images/white-collar-fraud-hov-img.webp);
}

.fc-lp-white-collar-itm.security:hover::before {
    background-image: url(../federal-crimes-lp-images/white-collar-security-hov-img.webp);
}

.fc-lp-white-collar-itm.business:hover::before {
    background-image: url(../federal-crimes-lp-images/white-collar-business-hov-img.webp);
}

.fc-lp-white-collar-itm.money:hover::before {
    background-image: url(../federal-crimes-lp-images/white-collar-money-hov-img.webp);
}

.fc-lp-white-collar-itm.tax:hover::before {
    background-image: url(../federal-crimes-lp-images/white-collar-tax-hov-img.webp);
}

.fc-lp-white-collar-itm.identity:hover::before {
    background-image: url(../federal-crimes-lp-images/white-collar-identity-hov-img.webp);
}

.fc-lp-white-collar-itm-cnt {
    font-size: 24px;
    font-family: 'Forum';
    font-weight: 400;
    line-height: 1.12;
    color: #1d1d1d;
    text-align: center;
    letter-spacing: 0.96px;
    padding: 85px 0 22px 0;
    ;
    text-transform: uppercase;
}

/* White Collar Bottom Responsive*/


@media screen and (max-width:1680px) {
    .fc-lp-white-collar-btm-sec .container {
        max-width: 1314px;
    }

    .fc-lp-white-collar-btm-sec {
        padding: 0 0 80px;
    }

    .fc-lp-white-collar-itm-cnt {
        font-size: 20px;
        padding: 80px 0 15px 0;
    }

    .fc-lp-white-collar-itm::before {
        transform: scale(0.9);
    }

    .fc-lp-white-collar-itm::after {
        border-width: 3px;
    }
}

@media screen and (max-width:1550px) {
    .fc-lp-white-collar-btm-sec .container {
        max-width: 1212px;
    }

    .fc-lp-white-collar-btm-sec {
        padding: 0 0 70px;
    }

    .fc-lp-white-collar-lst {
        gap: 28px;
    }

    .fc-lp-white-collar-itm-cnt {
        font-size: 19px;
        padding: 75px 0 13px 0;
    }

    .fc-lp-white-collar-itm::before {
        transform: scale(0.8);
    }
}

@media screen and (max-width:1440px) {
    .fc-lp-white-collar-btm-sec .container {
        max-width: 1126px;
    }

    .fc-lp-white-collar-btm-sec {
        padding: 0 0 60px;
    }

    .fc-lp-white-collar-lst {
        gap: 26px;
    }

    .fc-lp-white-collar-itm-cnt {
        font-size: 17px;
        padding: 70px 0 11px 0;
    }

    .fc-lp-white-collar-itm::before {
        transform: scale(0.7);
    }

    .fc-lp-white-collar-itm::after {
        border-width: 2px;
    }
}

@media screen and (max-width:1366px) {
    .fc-lp-white-collar-btm-sec .container {
        max-width: 1068px;
    }

    .fc-lp-white-collar-btm-sec {
        padding: 0 0 50px;
    }

    .fc-lp-white-collar-itm-cnt {
        font-size: 16px;
    }

    .fc-lp-white-collar-lst {
        gap: 25px;
    }
}

@media screen and (max-width:1280px) {
    .fc-lp-white-collar-btm-sec .container {
        max-width: 980px;
    }

    .fc-lp-white-collar-lst {
        gap: 23px;
    }

    .fc-lp-white-collar-itm-cnt {
        font-size: 15px;
        padding: 65px 0 10px 0;
    }

    .fc-lp-white-collar-itm::before {
        transform: scale(0.6);
    }

}


@media screen and (max-width:1024px) {
    .fc-lp-white-collar-btm-sec .container {
        max-width: 720px;
    }

    .fc-lp-white-collar-lst .owl-item.center .fc-lp-white-collar-itm::before {
        background-image: url(../federal-crimes-lp-images/white-collar-fraud-hov-img.webp);
    }

    .fc-lp-white-collar-lst.owl-carousel .owl-dots {
        text-align: center;
        margin: 20px auto 0;
    }

    .fc-lp-white-collar-lst.owl-carousel .owl-dots button.owl-dot.active {
        background-color: #69abef;
    }

    .fc-lp-white-collar-lst.owl-carousel .owl-dots button {
        font-size: 0;
        background-color: #113d69;
        width: 12px;
        height: 12px;
        margin-right: 8px;
        border-radius: 50px;
        text-align: center;
    }

    .fc-lp-white-collar-lst.owl-carousel .owl-dots button {
        background-color: #113d69;
    }

    .fc-lp-white-collar-lst {
        max-width: 600px;
        margin: 0 auto;
    }

    .fc-lp-white-collar-itm {
        width: 100%;
        max-width: 220px;
        margin: auto;
        border: 2px solid #69abef;
    }

    .fc-lp-white-collar-itm::after {
        display: none;
    }

}

@media screen and (max-width:768px) {
    .fc-lp-white-collar-btm-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .fc-lp-white-collar-lst {
        max-width: 470px;
    }

    .fc-lp-white-collar-btm-sec {
        padding: 0 0 40px;
    }
}

/* White Collar Bottom Sec Ends */



/* Drug Crimes Sec Starts */


.fc-lp-drug-sec {
    padding: 50px 0 50px;
}

.fc-lp-drug-sec .container {
    max-width: 1604px;
    width: 100%;
    margin: auto;
}

.fc-lp-drug-hdg {
    color: #2e5076;
    margin-bottom: 36px;
    text-align: center;
    padding-bottom: 16px;
    position: relative;
}

.fc-lp-drug-hdg::before {
    position: absolute;
    content: "";
    pointer-events: none;
    border-bottom: 2px solid #2e5076;
    width: 55%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.fc-lp-drug-para {
    font-size: 20px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1.75;
    color: #000;
    margin-bottom: 34px;
    text-align: center;
}

.fc-lp-drug-para strong {
    font-weight: 700;
}

.fc-lp-drug-sub-hdg {
    font-size: 50px;
    font-family: 'Forum';
    font-weight: 400;
    line-height: 1;
    color: #2e5076;
    text-transform: uppercase;
    margin-bottom: 41px;
    text-align: center;
}

.fc-lp-drug-lst {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.fc-lp-drug-itm {
    border-radius: 18px;
    width: 18.7%;
    position: relative;
    overflow: hidden;
}

.fc-lp-drug-itm::before {
    position: absolute;
    content: "";
    pointer-events: none;
    background-image: -webkit-linear-gradient(-90deg, rgba(9, 47, 85, 0) 0%, rgb(2, 22, 43) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.fc-lp-drug-itm:hover::before {
    background-image: -webkit-linear-gradient(-90deg, rgba(36, 134, 231, 0) 0%, rgb(36, 134, 231) 100%);
}

.fc-lp-drug-itm:hover {
    box-shadow: 0px 6px 20.46px 1.54px rgba(7, 7, 7, 0.33);
    outline: 3px solid #fff;
}

.fc-lp-drug-itm img {
    display: flex;
    width: 100%;
}

.fc-lp-drug-itm-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 27px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
    min-height: 52px;
    padding: 0 10px;
}

.fc-lp-drug-itm-title strong{
	font-weight: 700;
}

/* Drug Crimes Responsive */


@media screen and (max-width:1680px) {
    .fc-lp-drug-sec .container {
        max-width: 1400px;
    }

    .fc-lp-drug-sec {
        padding: 40px 0 40px;
    }

    .fc-lp-drug-hdg {
        font-size: 68px;
        padding-bottom: 14px;
        margin-bottom: 26px;
    }

    .fc-lp-drug-para {
        font-size: 17px;
        margin-bottom: 26px;
    }

    .fc-lp-drug-sub-hdg {
        font-size: 45px;
        margin-bottom: 35px;
    }

    .fc-lp-drug-lst {
        gap: 22px;
    }

    .fc-lp-drug-itm-title {
        bottom: 17px;
        font-size: 23px;
        min-height: 48px;
    }
}

@media screen and (max-width:1550px) {
    .fc-lp-drug-sec .container {
        max-width: 1290px;
    }

    .fc-lp-drug-sec {
        padding: 35px 0 35px;
    }

    .fc-lp-drug-hdg {
        font-size: 62px;
        padding-bottom: 12px;
        margin-bottom: 24px;
    }

    .fc-lp-drug-para {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .fc-lp-drug-sub-hdg {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .fc-lp-drug-lst {
        gap: 20px;
    }

    .fc-lp-drug-itm-title {
        bottom: 16px;
        font-size: 21px;
        min-height: 44px;
    }
}

@media screen and (max-width:1440px) {
    .fc-lp-drug-sec .container {
        max-width: 1200px;
    }

    .fc-lp-drug-sec {
        padding: 30px 0 30px;
    }

    .fc-lp-drug-hdg {
        font-size: 58px;
        margin-bottom: 20px;
    }

    .fc-lp-drug-para {
        font-size: 15px;
        margin-bottom: 22px;
    }

    .fc-lp-drug-sub-hdg {
        font-size: 37px;
        margin-bottom: 28px;
    }

    .fc-lp-drug-lst {
        gap: 19px;
    }

    .fc-lp-drug-itm-title {
        bottom: 14px;
        font-size: 20px;
        min-height: 40px;
        padding: 0 7px;
    }


    .fc-lp-drug-itm {
        border-radius: 15px;
    }

}

@media screen and (max-width:1366px) {
    .fc-lp-drug-sec .container {
        max-width: 1138px;
    }

    .fc-lp-drug-sec {
        padding: 25px 0 25px;
    }

    .fc-lp-drug-hdg {
        font-size: 55px;
        margin-bottom: 18px;
    }

    .fc-lp-drug-para {
        margin-bottom: 20px;
    }

    .fc-lp-drug-sub-hdg {
        font-size: 35px;
        margin-bottom: 26px;
    }

    .fc-lp-drug-lst {
        gap: 18px;
    }

    .fc-lp-drug-itm-title {
        bottom: 12px;
        font-size: 19px;
        min-height: 37px;
        padding: 0 5px;
    }
}

@media screen and (max-width:1280px) {
    .fc-lp-drug-sec .container {
        max-width: 1066px;
    }

    .fc-lp-drug-sec {
        padding: 20px 10px 20px;
    }

    .fc-lp-drug-hdg {
        font-size: 52px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .fc-lp-drug-para {
        margin-bottom: 18px;
        font-size: 14px;
    }

    .fc-lp-drug-sub-hdg {
        font-size: 33px;
        margin-bottom: 24px;
    }

    .fc-lp-drug-lst {
        gap: 13px;
    }

    .fc-lp-drug-itm-title {
        bottom: 10px;
        font-size: 18px;
        min-height: 35px;
    }

    .fc-lp-drug-itm {
        border-radius: 12px;
    }
}

@media screen and (max-width:1024px) {
    .fc-lp-drug-sec .container {
        max-width: 760px;
    }

    .fc-lp-drug-sec {
        padding: 20px 0 20px;
    }

    .fc-lp-drug-hdg {
        font-size: 42px;
        padding-bottom: 15px;
        margin-bottom: 12px;
    }

    .fc-lp-drug-para {
        margin-bottom: 15px;
    }

    .fc-lp-drug-sub-hdg {
        font-size: 30px;
        margin-bottom: 22px;
    }

    .fc-lp-drug-itm-title {
        font-size: 20px;
    }

    .fc-lp-drug-lst.owl-carousel .owl-dots {
        text-align: center;
        margin: 0px auto;
    }

    .fc-lp-drug-lst.owl-carousel .owl-dots button.owl-dot.active {
        background-color: #69abef;
    }

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

    .fc-lp-drug-lst.owl-carousel .owl-dots button {
        background-color: #113d69;
    }

    .fc-lp-drug-lst.owl-carousel .owl-stage {
        padding: 0px 0 30px;
    }

    .fc-lp-drug-lst {
        max-width: 680px;
        margin: 0 auto;
    }

    .fc-lp-drug-itm {
        width: 100%;
        max-width: 220px;
        margin: auto;
    }
}

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

    .fc-lp-drug-hdg {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .fc-lp-drug-lst {
        max-width: 480px;
    }

    .fc-lp-drug-para {
        margin-bottom: 12px;
    }

    .fc-lp-drug-sub-hdg {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .fc-lp-drug-para br {
        display: none;
    }
}

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

    .fc-lp-drug-sec {
        padding: 20px 0 20px;
    }

    .fc-lp-drug-hdg {
        font-size: 30px;
    }

    .fc-lp-drug-sub-hdg {
        font-size: 25px;
        line-height: 1.2;
    }

}

/* Drug Crimes Sec Ends */

/* Our Appproach Section Starts */

.fc-lp-our-approach-sec {
    background-color: #032b53;
    background-image: url(../federal-crimes-lp-images/our-approach-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 83px 0 137px;
}

.fc-lp-our-approach-sec .container {
    width: 100%;
    max-width: 1600px;
    margin: 0 0 0 auto;
}

.fc-lp-our-approach-blk {
    display: flex;
    justify-content: space-between;
}

.fc-lp-our-approach-lft-cnt {
    width: 40%;
}

.fc-lp-our-approach-rgt-img {
    width: 53%;
    padding: 57px 0 0;
}

.fc-lp-our-approach-rgt-img img {
    width: 100%;
    display: block;
    border-radius: 42px 0 0 42px;
}

.fc-lp-our-approach-sec .fed-lp-text-heading {
    border-width: 0 0 2px;
    border-style: solid;
    border-image: linear-gradient(270deg, rgba(60, 140, 220, 0) -27%, rgba(60, 140, 220, 0.7) 100%) 1;
    padding: 0 0 22px;
    margin: 0 0 23px;
}

.fc-lp-our-approach-lft-txt,
.fc-lp-our-approach-lft-lst-itm {
    font-size: 20px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 16px;
}

.fc-lp-our-approach-lft-lst {
    counter-reset: my-sec-counter;
    padding: 0;
}

.fc-lp-our-approach-lft-lst-itm {
    font-size: 21px;
    letter-spacing: 0.2px;
    position: relative;
    color: #fff;
    overflow: hidden;
    border-width: 0 0 2px;
    border-style: solid;
    border-image: linear-gradient(270deg, rgba(60, 140, 220, 0) 0%, rgba(60, 140, 220, 0.7) 100%) 1;
    background: linear-gradient(90deg, rgb(19, 56, 93) 0%, rgb(3, 43, 83) 100%);
    margin: 0 0 16px;
    padding: 19px 15px 17px 60px;
}

.fc-lp-our-approach-lft-lst-itm:last-child {
    margin: 0 0 31px;
}

.fc-lp-our-approach-lft-lst-itm::before {
    position: absolute;
    counter-increment: my-sec-counter;
    content: " " counter(my-sec-counter);
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 25px;
    font-family: 'Red Hat Display';
    font-weight: 500;
    color: #53a0f7;
    border: 1px solid #53a0f7;
    border-radius: 50%;
    padding: 10px;
    width: 32px;
    line-height: 1;
    display: flex;
    height: 32px;
    justify-content: center;
    align-items: center;
}

.fc-lp-our-approach-lft-txt strong,
.fc-lp-our-approach-lft-lst-itm strong {
    font-weight: 700;
}

.fc-lp-our-approach-lft-coun-hdg {
    font-size: 30px;
    font-family: 'Forum';
    font-weight: 400;
    line-height: 1;
    color: #60a7f7;
    margin: 0 0 23px;
}

/* fc lp our approach responsive */

@media screen and (max-width: 1680px) {
    .fc-lp-our-approach-sec .container {
        max-width: 1400px;
    }

    .fc-lp-our-approach-sec {
        padding: 60px 0 120px;
    }

    .fc-lp-our-approach-sec .fed-lp-text-heading {
        font-size: 68px;
        padding: 0 0 18px;
        margin: 0 0 20px;
    }

    .fc-lp-our-approach-lft-txt,
    .fc-lp-our-approach-lft-lst-itm {
        font-size: 18px;
        letter-spacing: 0;
        margin: 0 0 14px;
        padding: 17px 13px 15px 50px;
    }

    .fc-lp-our-approach-lft-txt {
        padding: 0 !important;
    }

    .fc-lp-our-approach-lft-coun-hdg {
        font-size: 26px;
        margin: 0 0 19px;
    }

    .fc-lp-our-approach-lft-lst-itm::before {
        left: 12px;
        transform: scale(0.85);
        transform-origin: left center;
    }

    .fc-lp-our-approach-rgt-img {
        padding: 49px 0 0;
    }

}

@media screen and (max-width: 1550px) {
    .fc-lp-our-approach-sec .container {
        max-width: 1290px;
    }

    .fc-lp-our-approach-sec {
        padding: 53px 0 110px;
    }

    .fc-lp-our-approach-sec .fed-lp-text-heading {
        font-size: 62px;
        padding: 0 0 15px;
        margin: 0 0 18px;
    }

    .fc-lp-our-approach-lft-txt,
    .fc-lp-our-approach-lft-lst-itm {
        font-size: 16px;
        letter-spacing: 0;
        margin: 0 0 14px;
        padding: 16px 13px 14px 43px;
    }

    .fc-lp-our-approach-lft-coun-hdg {
        font-size: 23px;
        margin: 0 0 18px;
    }

    .fc-lp-our-approach-lft-lst-itm::before {
        left: 10px;
        transform: scale(0.75);
    }

    .fc-lp-our-approach-rgt-img {
        padding: 45px 0 0;
    }
}

@media screen and (max-width: 1440px) {
    .fc-lp-our-approach-sec .container {
        max-width: 1200px;
    }

    .fc-lp-our-approach-sec {
        padding: 48px 0 100px;
    }

    .fc-lp-our-approach-sec .fed-lp-text-heading {
        font-size: 59px;
        padding: 0 0 13px;
        margin: 0 0 17px;
    }

    .fc-lp-our-approach-lft-txt,
    .fc-lp-our-approach-lft-lst-itm {
        font-size: 15px;
        letter-spacing: 0;
        margin: 0 0 13px;
        padding: 15px 13px 13px 43px;
    }

    .fc-lp-our-approach-lft-coun-hdg {
        font-size: 22px;
        margin: 0 0 16px;
    }

    .fc-lp-our-approach-rgt-img {
        padding: 40px 0 0;
    }

    .fc-lp-our-approach-rgt-img img {
        border-radius: 36px 0 0 36px;
    }

}


@media screen and (max-width: 1366px) {
    .fc-lp-our-approach-sec .container {
        max-width: 1138px;
    }

    .fc-lp-our-approach-sec .fed-lp-text-heading {
        font-size: 55px;
        padding: 0 0 12px;
        margin: 0 0 16px;
    }

}

@media screen and (max-width: 1280px) {
    .fc-lp-our-approach-sec .container {
        max-width: 1066px;
    }

    .fc-lp-our-approach-sec {
        padding: 45px 0 90px;
    }

    .fc-lp-our-approach-sec .fed-lp-text-heading {
        font-size: 51px;
        padding: 0 0 11px;
        margin: 0 0 14px;
    }

    .fc-lp-our-approach-lft-txt,
    .fc-lp-our-approach-lft-lst-itm {
        font-size: 14px;
        letter-spacing: 0;
        margin: 0 0 12px;
        padding: 14px 10px 12px 40px;
    }

    .fc-lp-our-approach-lft-coun-hdg {
        font-size: 20px;
        margin: 0 0 16px;
    }

    .fc-lp-our-approach-lft-lst-itm::before {
        left: 9px;
        transform: scale(0.7);
    }

    .fc-lp-our-approach-rgt-img {
        padding: 37px 0 0;
    }

    .fc-lp-our-approach-rgt-img img {
        border-radius: 30px 0 0 30px;
    }

}

@media screen and (max-width: 1100px) {
    .fc-lp-our-approach-sec .container {
        max-width: 990px;
    }

    .fc-lp-our-approach-sec .fed-lp-text-heading {
        font-size: 48px;
        padding: 0 0 11px;
        margin: 0 0 14px;
    }
}

@media screen and (max-width: 1024px) {
    .fc-lp-our-approach-sec .container {
        max-width: 720px;
        margin: 0 auto;
    }

    .fc-lp-our-approach-sec {
        padding: 50px 0 30px;
        background-image: none;
    }

    .fc-lp-our-approach-blk {
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
        gap: 30px;
    }

    .fc-lp-our-approach-lft-cnt {
        width: 100%;
        text-align: center;
    }

    .fc-lp-our-approach-sec .fed-lp-text-heading {
        font-size: 45px;
        padding: 0 0 14px;
        margin: 0 auto 16px;
        line-height: 1.2;
        max-width: 550px;
    }

    .fc-lp-our-approach-lft-coun-hdg {
        margin: 0 0 20px;
    }

    .fc-lp-our-approach-lft-txt,
    .fc-lp-our-approach-lft-lst-itm {
        line-height: 1.7;
    }

    .fc-lp-our-approach-lft-lst {
        counter-reset: my-sec-counter;
        padding: 0;
        max-width: 380px;
        text-align: left;
        margin: 0 auto 20px;
    }

    .fc-lp-our-approach-rgt-img {
        padding: 0;
        width: 100%;
        max-width: 400px;
    }

    .fc-lp-our-approach-rgt-img img {
        border-radius: 25px;
    }

}

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

    .fc-lp-our-approach-sec .fed-lp-text-heading {
        font-size: 35px;
        max-width: 430px;
    }
    .fc-lp-our-approach-lft-lst-itm::before {
    left: 9px;
    transform: scale(0.7);
    bottom: inherit;
    top: 10px;
}
}

@media screen and (max-width: 480px) {
    .fc-lp-our-approach-sec {
        padding: 40px 0 20px;
    }

    .fc-lp-our-approach-sec .fed-lp-text-heading {
        font-size: 25px;
        padding: 0 0 11px;
        margin: 0 auto 13px;
        max-width: 100%;
    }

    .fc-lp-our-approach-lft-coun-hdg {
        margin: 0 0 17px;
        line-height: 1.3;
    }

    .fc-lp-our-approach-lft-txt br {
        display: none;
    }

    .fc-lp-our-approach-lft-lst-itm::before {
        left: 9px;
        bottom: inherit;
        top: 10px;
    }

    .fc-lp-our-approach-rgt-img img {
        border-radius: 15px;
    }

    .fc-lp-our-approach-blk {
        gap: 25px;
    }
    .fc-lp-our-approach-lft-txt, .fc-lp-our-approach-lft-lst-itm {
    line-height: 1.4;
}


}

/* Our Appproach Section Ends */

/* Serving Section Starts */

.fc-lp-serving-sec {
    background-color: #0f1f32;
    padding: 0 0 255px;
    text-align: center;
}

.fc-lp-serving-sec .fc-speak-call-btn a{
    margin: 0 auto 50px;	
}

.fc-lp-serving-sec .fed-lp-text-heading {
    position: relative;
    padding: 0 0 12px;
    margin: 0 0 59px -48px;
}

.fc-lp-serving-sec .fed-lp-text-heading::before {
    position: absolute;
    content: "";
    background-color: #198753;
    width: 43%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.fc-lp-serving-blk {
    display: flex;
    justify-content: start;
    margin: 0 0 54px;
    padding-left: 5.6%;
}

.fc-lp-serving-lft-img {
    width: 54%;
    position: relative;
}

.fc-lp-serving-lft-img::before {
    position: absolute;
    content: "";
    top: -12px;
    left: -14px;
    height: 69.3%;
    width: 39.3%;
    background-color: #59a1e8;
}

.fc-lp-serving-lft-img img {
    display: block;
    width: 100%;
    clip-path: polygon(0 0, 68% 0, 100% 100%, 0% 100%);
}

.fc-lp-serving-rgt-lst {
    padding: 52px 0 0;
    transform: skew(25deg,
            -6deg) rotate(6deg);
    margin-left: -165px;
    width: 45%;
}

.fc-lp-serving-lst-itm {
    background-color: #265a8a;
    padding: 28px 30px 33px 119px;
    position: relative;
    text-align: left;
    margin-bottom: 22px;
}

.fc-lp-serving-lst-itm::before {
    position: absolute;
    content: "";
    background-image: url(../federal-crimes-lp-images/location-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 84px;
    height: 46px;
    left: 17px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: skew(-20deg, 0deg);
}

.fc-lp-serving-lst-itm:hover::before {
    background-image: url(../federal-crimes-lp-images/location-icon-hvr.webp);
}

.fc-lp-serving-lst-itm:hover {
    background-color: #198753;
}

.fc-lp-serving-lst-itm-cnt {
    font-size: 28px;
    font-family: 'Forum';
    font-weight: 400;
    line-height: 1;
    color: #fff;
    transform: skew(-20deg, 0deg);
}

.fc-lp-serving-blk-txt {
    font-size: 20px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 16px;
}

.fc-lp-serving-blk-txt strong {
    font-weight: 800;
}

/* serving responsive */

@media screen and (max-width:1680px) {
    .fc-lp-serving-sec {
        padding: 0 0 210px;
    }

    .fed-lp-text-heading {
        font-size: 70px;
        margin: 0 0 16px;
    }

    .fc-lp-serving-sec .fed-lp-text-heading {
        padding: 0 0 12px;
        margin: 0 0 52px -43px;
    }

    .fc-lp-serving-rgt-lst {
        padding: 47px 0 0;
        margin-left: -145px;
    }

    .fc-lp-serving-lft-img::before {
        top: -11px;
        left: -12px;
    }

    .fc-lp-serving-lst-itm {
        padding: 24px 25px 29px 95px;
        margin-bottom: 19px;
    }

    .fc-lp-serving-lst-itm::before {
        width: 74px;
        height: 42px;
        left: 12px;
    }

    .fc-lp-serving-lst-itm-cnt {
        font-size: 25px;
    }

    .fc-lp-serving-blk {
        margin: 0 0 40px;
    }

    .fc-lp-serving-blk-txt {
        font-size: 19px;
        margin: 0 0 13px;
    }


}

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

    .fed-lp-text-heading {
        font-size: 62px;
        margin: 0 0 14px;
    }

    .fc-lp-serving-sec {
        padding: 0 0 180px;
    }

    .fc-lp-serving-sec .fed-lp-text-heading {
        padding: 0 0 11px;
        margin: 0 0 46px -37px;
    }

    .fc-lp-serving-rgt-lst {
        padding: 43px 0 0;
        margin-left: -133px;
    }

    .fc-lp-serving-lst-itm {
        padding: 23px 25px 27px 85px;
        margin-bottom: 17px;
    }

    .fc-lp-serving-lst-itm::before {
        width: 68px;
        height: 39px;
        left: 9px;
    }

    .fc-lp-serving-lst-itm-cnt {
        font-size: 23px;
    }

    .fc-lp-serving-blk-txt {
        font-size: 17px;
        margin: 0 0 12px;
    }

}

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


    .fed-lp-text-heading {
        font-size: 58px;
        margin: 0 0 12px;
    }

    .fc-lp-serving-sec {
        padding: 0 0 180px;
    }

    .fc-lp-serving-sec .fed-lp-text-heading {
        padding: 0 0 10px;
        margin: 0 0 43px -33px;
    }

    .fc-lp-serving-lft-img::before {
        top: -10px;
        left: -10px;
    }

    .fc-lp-serving-rgt-lst {
        padding: 38px 0 0;
        margin-left: -125px;
    }

    .fc-lp-serving-lst-itm {
        padding: 22px 25px 25px 82px;
        margin-bottom: 15px;
    }

    .fc-lp-serving-lst-itm::before {
        width: 64px;
        height: 37px;
        left: 8px;
    }

    .fc-lp-serving-lst-itm-cnt {
        font-size: 21px;
    }

    .fc-lp-serving-blk {
        margin: 0 0 35px;
    }

    .fc-lp-serving-blk-txt {
        font-size: 15px;
        margin: 0 0 11px;
    }

}

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

    .fed-lp-text-heading {
        font-size: 55px;
        margin: 0 0 12px;
    }

    .fc-lp-serving-lst-itm-cnt {
        font-size: 20px;
    }

}

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

    .fed-lp-text-heading {
        font-size: 50px;
        margin: 0 0 12px;
    }

    .fc-lp-serving-sec {
        padding: 0 0 170px;
    }

    .fc-lp-serving-sec .fed-lp-text-heading {
        padding: 0 0 9px;
        margin: 0 0 40px -28px;
    }

    .fc-lp-serving-lft-img::before {
        top: -9px;
        left: -8px;
    }

    .fc-lp-serving-rgt-lst {
        padding: 34px 0 0;
        margin-left: -110px;
    }

    .fc-lp-serving-lst-itm {
        padding: 20px 25px 22px 75px;
        margin-bottom: 13px;
    }

    .fc-lp-serving-lst-itm::before {
        width: 60px;
        height: 34px;
        left: 7px;
    }

    .fc-lp-serving-lst-itm-cnt {
        font-size: 18px;
    }

    .fc-lp-serving-blk {
        margin: 0 0 30px;
    }

    .fc-lp-serving-blk-txt {
        font-size: 14px;
        margin: 0 0 10px;
    }

}

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

    .fed-lp-text-heading {
        font-size: 45px;
        line-height: 1.2;
        margin: 0 0 12px;
        
    }
    .fed-lp-text-heading.fc-lp-why-choose-hdg br{display: none;}

    .fc-lp-serving-sec {
        padding: 50px 0;
    }

    .fc-lp-serving-sec .fed-lp-text-heading {
        padding: 0 0 12px;
        margin: 0 0 24px;
    }

    .fc-lp-serving-lft-img img {
        clip-path: none;
    }

    .fc-lp-serving-lft-img {
        width: 100%;
        padding: 0;
        max-width: 400px;
        margin: 0 auto;
    }

    .fc-lp-serving-lft-img::before {
        display: none;
    }

    .fc-lp-serving-rgt-lst.owl-carousel .owl-dots {
        text-align: center;
        margin: 20px auto 0;
    }

    .fc-lp-serving-rgt-lst.owl-carousel .owl-dots button.owl-dot.active {
        background-color: #69abef;
    }

    .fc-lp-serving-rgt-lst.owl-carousel .owl-dots button {
        font-size: 0;
        background-color: #113d69;
        width: 12px;
        height: 12px;
        margin-right: 8px;
        border-radius: 50px;
        text-align: center;
    }

    .fc-lp-serving-rgt-lst.owl-carousel .owl-dots button {
        background-color: #113d69;
    }

    .fc-lp-serving-rgt-lst.owl-carousel .owl-stage {
        display: flex;
    }

    .fc-lp-serving-blk {
        margin: 0 0 25px;
        flex-direction: column;
        gap: 25px;
    }

    .fc-lp-serving-rgt-lst {
        padding: 0;
        margin-left: 0;
        transform: none;
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }

    .fc-lp-serving-lst-itm {
        padding: 15px 15px 15px 80px;
        margin-bottom: 13px;
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .fc-lp-serving-lst-itm-cnt {
        transform: none;
    }

    .fc-lp-serving-lst-itm::before {
        width: 50px;
        height: 35px;
        left: 15px;
        background-image: url(../federal-crimes-lp-images/fed-lp-serving-loc-icon.webp);
        background-size: 18px;
        background-color: #59a1e8;
        transform: none;
    }

    .fc-lp-serving-lst-itm:hover::before {
        background-image: url(../federal-crimes-lp-images/fed-lp-serving-loc-hov-icon.webp);
        background-color: #fff;
    }

}

@media screen and (max-width:767px) {
    .fed-lp-text-heading {
        font-size: 35px;
    }
}

@media screen and (max-width:480px) {
    .fed-lp-text-heading {
        font-size: 25px;
    }

    .fc-lp-serving-sec {
        padding: 40px 0;
    }

    .fc-lp-serving-sec .fed-lp-text-heading {
        font-size: 22px;
    }

}


/* Serving Section Ends*/

/* Fed Faq Sec Starts */

.fc-lp-faq-sec {
    padding: 0 0 95px;
    position: relative;
    z-index: 0;
}

.fc-lp-faq-sec .container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.fc-lp-faq-blk {
    box-shadow: 0px 6px 12.09px 0.91px rgba(7, 7, 7, 0.09);
    padding: 60px 83px 70px 97px;
    border: 1px solid #5da6f1;
    position: relative;
    background-color: #fff;
    width: calc(100% - 16px);
    margin: -200px auto 0 0;
}

.fc-lp-faq-blk::before {
    position: absolute;
    content: "";
    background-color: #5fabf7;
    width: 100%;
    height: 100%;
    left: 12px;
    bottom: -13px;
    z-index: -1;
}

.fc-lp-faq-hdg {
    line-height: 1;
    color: #092f55;
    margin-bottom: 26px;
    text-align: center;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 19px !important;
    margin: 0 auto;
    counter-reset: my-sec-counter;
}

.accordion-section .accordion-heading {
    background-color: #eff3f7;
    padding: 26px 94px 29px 66px;
    margin: 0;
    cursor: pointer;
    font-family: 'Red Hat Display';
    font-weight: 700;
    font-size: 24px;
    color: #272828;
    line-height: 1;
    position: relative;
}

.accordion-section {
    position: relative;
}

.accordion-section .accordion-heading::before {
    position: absolute;
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter, decimal-leading-zero);
    left: 28px;
    top: 26px;
    bottom: 0;
    height: fit-content;
    font-size: 24px;
    font-family: 'Red Hat Display';
    font-weight: 700;
    color: #000;
    line-height: 1;
    z-index: 1;
    text-align: right;
    width: 35px;
}

.accordion-section.accordien-active .accordion-heading,
.accordion-section.accordien-active .accordion-heading::before {
    color: #59a1e8;
}

.accordion-section .accordion-heading::after {
    position: absolute;
    content: "";
    background-image: url(../federal-crimes-lp-images/acc-up-arrow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    height: 84%;
    width: 81px;
    right: 0;
    top: 6px;
    border-left: 1px solid #bdc3c9;
}

.accordion-section.accordien-active .accordion-heading::after {
    background-image: url(../federal-crimes-lp-images/acc-down-arrow.webp);

}

.accordion-section-content {
    padding: 24px 90px 29px 38px;
    background-color: #eff3f7;
    border-top: 1px solid #bdc3c9;
}

.accordion-section-content p {
    font-size: 20px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1.5;
    color: #272828;
    letter-spacing: 0.4px;
    margin: 0 0 20px;
}

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

/* Fed Faq Responsive */

@media screen and (max-width:1680px) {
    .fc-lp-faq-sec .container {
        max-width: 1200px;
    }

    .fc-lp-faq-sec {
        padding: 0 0 75px;
    }

    .fc-lp-faq-blk {
        padding: 50px 75px 55px;
        width: calc(100% - 15px);
        margin: -170px auto 0 0;
    }

    .fc-lp-faq-hdg {
        font-size: 74px;
        margin-bottom: 23px;
    }

    .accordion {
        gap: 17px !important;
    }

    .accordion-section .accordion-heading {
        padding: 23px 80px 25px 52px;
        font-size: 23px;
    }

    .accordion-section .accordion-heading::before {
        left: 22px;
        top: 24px;
        font-size: 21px;
        width: 27px;
    }

    .accordion-section .accordion-heading::after {
        top: 6px;
        background-size: 18px;
        height: 84%;
        width: 70px;
    }

    .accordion-section-content {
        padding: 21px 85px 25px 24px;
    }

    .accordion-section-content p {
        font-size: 19px;
        letter-spacing: 0.3px;
    }

    .fc-lp-faq-blk::before {
        left: 11px;
        bottom: -11px;
    }

}

@media screen and (max-width:1550px) {
    .fc-lp-faq-sec .container {
        max-width: 1100px;
    }

    .fc-lp-faq-blk {
        padding: 44px 63px 48px;
        width: calc(100% - 14px);
        margin: -150px auto 0 0;
    }

    .fc-lp-faq-hdg {
        font-size: 69px;
        margin-bottom: 20px;
    }

    .accordion-section .accordion-heading {
        padding: 19px 70px 21px 49px;
        font-size: 22px;
    }

    .accordion-section .accordion-heading::before {
        left: 19px;
        top: 22px;
        font-size: 19px;
        width: 27px;
    }

    .accordion-section .accordion-heading::after {
        top: 5px;
        background-size: 16px;
        height: 84%;
        width: 62px;
    }

    .accordion-section-content {
        padding: 19px 75px 22px 23px;
    }

    .accordion-section-content p {
        font-size: 18px;
        letter-spacing: 0.2px;
    }

}

@media screen and (max-width:1440px) {
    .fc-lp-faq-sec .container {
        max-width: 1000px;
    }

    .fc-lp-faq-sec {
        padding: 0 0 65px;
    }

    .fc-lp-faq-blk {
        padding: 40px 60px 45px;
        width: calc(100% - 14px);
        margin: -140px auto 0 0;
    }

    .fc-lp-faq-hdg {
        font-size: 64px;
        margin-bottom: 18px;
    }

    .accordion-section .accordion-heading {
        padding: 16px 65px 19px 44px;
        font-size: 21px;
    }

    .accordion-section .accordion-heading::before {
        left: 16px;
        top: 19px;
        font-size: 19px;
        width: 24px;
    }

    .accordion-section .accordion-heading::after {
        top: 4px;
        background-size: 14px;
        height: 84%;
        width: 56px;
    }

    .accordion-section-content {
        padding: 17px 65px 19px 20px;
    }

    .fc-lp-faq-blk::before {
        left: 10px;
        bottom: -10px;
    }

    .accordion-section-content p {
        font-size: 17px;
        letter-spacing: 0px;
    }


}

@media screen and (max-width:1280px) {
    .fc-lp-faq-sec .container {
        max-width: 920px;
    }

    .fc-lp-faq-sec {
        padding: 0 0 55px;
    }

    .fc-lp-faq-blk {
        padding: 37px 55px 42px;
        width: calc(100% - 13px);
        margin: -130px auto 0 0;
    }

    .fc-lp-faq-hdg {
        font-size: 58px;
        margin-bottom: 16px;
    }

    .accordion-section .accordion-heading {
        padding: 14px 60px 17px 39px;
        font-size: 20px;
    }

    .accordion-section .accordion-heading::before {
        left: 14px;
        top: 17px;
        font-size: 17px;
        width: 21px;
    }

    .accordion-section .accordion-heading::after {
        top: 4px;
        background-size: 12px;
        height: 84%;
        width: 50px;
    }

    .accordion-section-content {
        padding: 15px 60px 16px 18px;
    }

    .accordion-section-content p {
        font-size: 16px;
    }

}

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

    .fc-lp-faq-blk {
        padding: 30px;
        width: calc(100% - 10px);
        margin: 0;
    }

    .fc-lp-faq-hdg {
        font-size: 45px;
        margin-bottom: 16px;
    }

    .fc-lp-faq-sec {
        padding: 50px 0;
    }

}

@media screen and (max-width:768px) {
	.fc-lp-why-choose-btm-txt strong {
		display:block;
	}
    .fc-lp-faq-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .fc-lp-faq-blk {
        padding: 20px;
    }

    .fc-lp-faq-hdg {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .accordion-section .accordion-heading {
        padding: 14px 60px 17px 32px;
        font-size: 18px;
        line-height: 1.3;
    }

    .accordion-section .accordion-heading::before {
        left: 7px;
        top: 19px;
        font-size: 17px;
        width: 21px;
    }

    .accordion-section-content {
        padding: 15px 60px 15px 15px;
    }

    .accordion-section-content p {
        font-size: 14px;
    }

    .accordion-section .accordion-heading::after {
        top: 4px;
        background-size: 12px;
        height: 84%;
        width: 45px;
    }

}

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

    .fc-lp-faq-blk {
        padding: 15px;
    }

    .fc-lp-faq-hdg {
        font-size: 19px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .accordion-section .accordion-heading {
        padding: 13px 50px 12px 27px;
        font-size: 16px;
        line-height: 1.3;
    }

    .accordion-section .accordion-heading::before {
        left: 5px;
        top: 17px;
        font-size: 15px;
        width: 19px;
    }

    .accordion-section .accordion-heading::after {
        top: 4px;
        background-size: 11px;
        height: 84%;
        width: 40px;
    }

    .accordion-section-content {
        padding: 10px 50px 10px 12px;
    }

}

/* Fed Faq Sec Ends */

/* federal lp Speak With Section Starts */

.fc-lp-speak-with-sec {
    background-color: #032b53;
    position: relative;
    z-index: 1;
}

.fc-lp-speak-with-sec::before {
    content: "";
    position: absolute;
    background-image: linear-gradient(to right, #032b53 55%, transparent 99%);
    width: 30%;
    height: 21%;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.fc-lp-speak-with-sec .container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto 0 0;
}

.fc-lp-speak-with-blk {
    display: flex;
    justify-content: space-between;
}

.fc-lp-speak-with-lft-cnt {
    width: 58.8%;
    background-image: url(../federal-crimes-lp-images/speak-sec-left-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #032b53;
    background-blend-mode: luminosity;
    position: relative;
    padding: 8.4% 8.2% 0 11.3%;
}

.fc-lp-speak-with-lft-img {
    position: relative;
}

.fc-lp-speak-logo {
    width: 44.1%;
    position: absolute;
    bottom: 6.4%;
    left: 2%;
    z-index: 3;
}

.fc-lp-speak-logo img {
    width: 100%;
    display: block;
}

.fc-lp-speak-with-lft-img img {
    display: block;
    width: 100%;
}

.fc-lp-speak-with-rgt-cnt {
    width: 45.3%;
    margin: 9% 0 0 -3.6%;
    position: relative;
}

.fc-lp-speak-with-rgt-cnt::before {
    content: "";
    position: absolute;
    width: 204px;
    height: 204px;
    top: -40px;
    left: -32px;
    border-left: 4px solid #5fabf7;
    border-top: 4px solid #5fabf7;
    pointer-events: none;
}

.fc-speak-small-title {
    font-size: 40px;
    font-family: 'Red Hat Display';
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 34.4px;
    text-transform: uppercase;
    color: #59a1e8;
    display: block;
    margin: 0 0 12px;
}

.fc-lp-speak-with-rgt-cnt .fed-lp-text-heading {
    font-size: 100px;
    border-width: 0 0 2px;
    border-style: solid;
    border-image: linear-gradient(270deg, rgba(60, 140, 220, 0) 0%, rgba(60, 140, 220, 0.7) 100%) 1;
    padding: 0 0 18px;
    margin: 0 0 23px;
}

.fc-lp-speak-with-para {
    font-size: 18px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1.94;
    color: #fff;
    margin: 0 0 31px;
}

.fc-lp-speak-with-para strong {
    font-weight: 700;
}

.fc-speak-call-btn a.fed-lp-cmn-btn {
    font-family: 'Forum';
    font-size: 38px;
    font-weight: 400;
    text-transform: inherit;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: fit-content;
    background-color: #13633d;
    padding: 16px 25px;
}

.fc-speak-call-btn a.fed-lp-cmn-btn:hover {
    background-color: #265a8a;
}

.fc-speak-call-btn a.fed-lp-cmn-btn::before {
    content: "";
    background-image: url(../federal-crimes-lp-images/speak-with-sec-call-icon.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 12px 0 0;
}

/* federal speak sec responsive */

@media screen and (max-width: 1680px) {
    .fc-lp-speak-with-sec .container {
        max-width: 1400px;
    }

    .fc-lp-speak-with-rgt-cnt::before {
        width: 187px;
        height: 175px;
        top: -27px;
        left: -28px;
    }

    .fc-speak-small-title {
        font-size: 36px;
        margin: 0 0 12px;
        letter-spacing: 29.4px;
    }

    .fc-lp-speak-with-rgt-cnt .fed-lp-text-heading {
        font-size: 88px;
        padding: 0 0 16px;
        margin: 0 0 20px;
    }

    .fc-lp-speak-with-para {
        font-size: 17px;
        margin: 0 0 26px;
    }

    .fc-speak-call-btn a.fed-lp-cmn-btn {
        font-size: 35px;
        padding: 14px 23px;
    }

    .fc-speak-call-btn a.fed-lp-cmn-btn::before {
        width: 31px;
        height: 31px;
        margin: 0 11px 0 0;
    }

}

@media screen and (max-width: 1550px) {
    .fc-lp-speak-with-sec .container {
        max-width: 1290px;
    }

    .fc-lp-speak-with-rgt-cnt::before {
        width: 168px;
        height: 161px;
        top: -23px;
        left: -25px;
    }

    .fc-speak-small-title {
        font-size: 34px;
        margin: 0 0 12px;
        letter-spacing: 26px;
    }

    .fc-lp-speak-with-rgt-cnt .fed-lp-text-heading {
        font-size: 80px;
        padding: 0 0 14px;
        margin: 0 0 17px;
    }

    .fc-lp-speak-with-para {
        font-size: 16px;
        margin: 0 0 24px;
    }

    .fc-speak-call-btn a.fed-lp-cmn-btn {
        font-size: 32px;
        padding: 12px 20px;
    }

    .fc-speak-call-btn a.fed-lp-cmn-btn::before {
        width: 27px;
        height: 27px;
        margin: 0 10px 0 0;
    }

}

@media screen and (max-width: 1440px) {
    .fc-lp-speak-with-sec .container {
        max-width: 1200px;
    }

    .fc-lp-speak-with-rgt-cnt::before {
        width: 158px;
        height: 154px;
        top: -20px;
        left: -24px;
        border-width: 3px;
    }

    .fc-speak-small-title {
        font-size: 32px;
        margin: 0 0 10px;
        letter-spacing: 24px;
    }

    .fc-lp-speak-with-rgt-cnt .fed-lp-text-heading {
        font-size: 75px;
        padding: 0 0 12px;
        margin: 0 0 15px;
    }

    .fc-lp-speak-with-para {
        font-size: 15px;
        margin: 0 0 22px;
    }

    .fc-speak-call-btn a.fed-lp-cmn-btn {
        font-size: 30px;
        padding: 11px 18px;
    }

    .fc-speak-call-btn a.fed-lp-cmn-btn::before {
        width: 25px;
        height: 25px;
        margin: 0 9px 0 0;
    }

}

@media screen and (max-width: 1366px) {
    .fc-lp-speak-with-sec .container {
        max-width: 1138px;
    }

    .fc-lp-speak-with-rgt-cnt .fed-lp-text-heading {
        font-size: 72px;
        padding: 0 0 12px;
        margin: 0 0 15px;
    }

}

@media screen and (max-width: 1280px) {
    .fc-lp-speak-with-sec .container {
        max-width: 1066px;
    }

    .fc-lp-speak-with-rgt-cnt::before {
        width: 137px;
        height: 135px;
        top: -18px;
        left: -22px;
        border-width: 3px;
    }

    .fc-speak-small-title {
        font-size: 28px;
        margin: 0 0 9px;
        letter-spacing: 22px;
    }

    .fc-lp-speak-with-rgt-cnt .fed-lp-text-heading {
        font-size: 67px;
        padding: 0 0 11px;
        margin: 0 0 13px;
    }

    .fc-lp-speak-with-para {
        font-size: 13px;
        margin: 0 0 19px;
    }

    .fc-speak-call-btn a.fed-lp-cmn-btn {
        font-size: 27px;
        padding: 10px 18px;
    }

    .fc-speak-call-btn a.fed-lp-cmn-btn::before {
        width: 23px;
        height: 23px;
        margin: 0 7px 0 0;
    }

}

@media screen and (max-width: 1100px) {
    .fc-lp-speak-with-sec .container {
        max-width: 990px;
    }

    .fc-lp-speak-with-rgt-cnt .fed-lp-text-heading {
        font-size: 62px;
        padding: 0 0 11px;
        margin: 0 0 13px;
    }

}

@media screen and (max-width: 1024px) {
    .fc-lp-speak-with-sec .container {
        max-width: 720px;
        margin: 0 auto;
    }

    .fc-lp-speak-with-sec {
        padding: 50px 0;
    }

    .fc-lp-speak-with-sec::before {
        display: none;
    }

    .fc-lp-speak-with-lft-cnt {
        width: 100%;
        padding: 30px 30px 0;
        max-width: 400px;
    }

    .fc-lp-speak-with-lft-cnt::after {
        content: "";
        position: absolute;
        background-image: linear-gradient(to right, #032b53 55%, transparent 99%);
        width: 30%;
        height: 21%;
        left: 0;
        bottom: 0;
        z-index: 1;
        pointer-events: none;
    }

    .fc-lp-speak-with-blk {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 25px;
    }

    .fc-lp-speak-with-rgt-cnt {
        width: 100%;
        margin: 0;
        position: relative;
        text-align: center;
    }

    .fc-lp-speak-with-rgt-cnt::before {
        display: none;
    }

    .fc-lp-speak-with-rgt-cnt .fed-lp-text-heading {
        font-size: 45px;
        padding: 0 0 11px;
        margin: 0 0 13px;
        border-image: linear-gradient(to right, #357dce 100%, #357dce);
        border-image-slice: 1;
    }

    .fc-lp-speak-with-para {
        font-size: 14px;
        margin: 0 auto 18px;
        max-width: 550px;
    }

    .fc-speak-call-btn a.fed-lp-cmn-btn {
        font-size: 25px;
        padding: 10px 18px;
        margin: 0 auto;
    }

    .fc-speak-small-title {
        font-size: 25px;
        margin: 0 0 10px;
        letter-spacing: 18px;
    }

}

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

    .fc-lp-speak-with-rgt-cnt .fed-lp-text-heading {
        font-size: 35px;
    }
}

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

    .fc-lp-speak-with-sec {
        padding: 40px 0;
    }

    .fc-speak-small-title {
        font-size: 25px;
        margin: 0px 0 7px;
        letter-spacing: 10px;
    }

    .fc-lp-speak-with-rgt-cnt .fed-lp-text-heading {
        font-size: 29px;
        padding: 0 0 11px;
        margin: 0 0 13px;
        border-image: linear-gradient(to right, #357dce 100%, #357dce);
        border-image-slice: 1;
    }

}

/* federal lp Speak With Section Ends */

/* federal lp footer form starts */

.federal-lp-ftr-form-sec {
    padding: 62px 0;
}

.federal-lp-ftr-form-sec .container {
    max-width: 1280px;
}

.fed-ftr-form-hdg {
    font-size: 40px;
    font-family: 'Forum';
    font-weight: 400;
    line-height: 1.07;
    color: #fff;
    text-align: center;
    margin: 0 0 40px;
}

.fed-ftr-form-hdg strong {
    font-weight: inherit;
    color: #6bb0f5;
}

.federal-lp-ftr-form-sec .gfield input.large,
.federal-lp-ftr-form-sec .gfield textarea.large {
    border-radius: 0;
    font-family: 'Red Hat Display';
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1 !important;
    padding: 22px 27px !important;
    color: #636060 !important;
    border: 0;
    outline: 0;
    height: auto;
    background-color: #fff
}

.federal-lp-ftr-form-sec .gfield textarea.large {
    min-block-size: auto !important;
    min-height: auto;
    resize: none;
    height: 150px !important;
}

.federal-lp-ftr-form-sec .gfield input::placeholder,
.federal-lp-ftr-form-sec .gfield textarea::placeholder {
    color: #404040;
}

.federal-lp-ftr-form-sec .form-links {
    display: flex !important;
}

.federal-lp-ftr-form-sec .form-links a,
.federal-lp-ftr-form-sec .form-links,
.federal-lp-ftr-form-sec .gfield-choice-input+label,
.federal-lp-ftr-form-sec .form-links button {
    font-size: 15px !important;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    border: none !important;
    outline: none !important;
    box-shadow: none;
    color: #fff !important;
    background: none !important;
    text-decoration: none;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
    min-height: auto !important;
    position: relative;
    z-index: 3;
}

.federal-lp-ftr-form-sec .gfield-choice-input+label {
    width: max-content !important;
    text-align: left;
}

.federal-lp-ftr-form-sec .form-links a:hover,
.federal-lp-ftr-form-sec .form-links button:hover {
    color: #0e1e30 !important;
}

.federal-lp-ftr-form-sec .gchoice {
    margin: -31px 0 0;
    text-align: right;
}

.federal-lp-ftr-form-sec .top_label input[type="checkbox"] {
    margin: -2px 4px 0 0 !important;
    width: 13px !important;
    height: 13px !important;
    min-width: auto !important;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    outline: none !important;
    z-index: 4;
}

.federal-lp-ftr-form-sec .gform_fields {
    grid-column-gap: 16px !important;
    grid-row-gap: 16px !important;
}

.federal-lp-ftr-form-sec .gform_footer.top_label {
    margin: 23px auto 0 !important;
    text-align: center !important;
    display: block !important;
    padding: 0 !important;
}

.federal-lp-ftr-form-sec .gform_footer input[type="submit"] {
    font-size: 20px !important;
    padding: 22px 46px !important;
    font-family: 'Red Hat Display' !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    border-radius: 0 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    border: none !important;
    color: #fff !important;
    background: #13633d !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    box-shadow: none !important;
    outline: none !important;
}

.federal-lp-ftr-form-sec .gform_footer input[type="submit"]:hover {
    color: #fff !important;
    background: #265a8a !important;
}

.federal-lp-ftr-form-sec .gchoice.gchoice_1_12_1 input {
    width: 15px;
    height: 15px;
}

.federal-lp-ftr-form-sec .popup {
    max-width: 60%;
}

.federal-lp-ftr-form-sec div#popup-container {
    position: relative;
}

.federal-lp-ftr-form-sec div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}

.federal-lp-ftr-form-sec .gform_wrapper .gform_validation_errors {
    display: none;
}

.federal-lp-ftr-form-sec .gform_wrapper .gfield {
    position: relative;
}

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

.federal-lp-ftr-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.federal-lp-ftr-form-sec .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0;
    line-height: 1;
    color: red;
    font-size: 12px;
    font-family: "Red Hat Display";
    right: 5px;
    font-weight: 700;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}


.federal-lp-ftr-form-sec .gform_wrapper .gfield .instruction.validation_message {
    top: 37px;
}

.federal-lp-ftr-form-sec .gfield.chk .validation_message {
    top: 0 !important;
}

.federal-lp-ftr-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}

.federal-lp-ftr-form-sec .popup {
    max-width: 100%;
}

#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: 'Red Hat Display';
    color: #000 !important;
    line-height: 1.5;
    width: 100%;
    position: absolute;
    padding: 12px;
    top: 33px;
    left: 0;
    display: none;
    z-index: 5;
}

/* fed lp footer form responsive */

@media screen and (max-width:1680px) {
    .federal-lp-ftr-form-sec .container {
        max-width: 1200px;
    }

    .federal-lp-ftr-form-sec {
        padding: 50px 0;
    }

    .fed-ftr-form-hdg {
        font-size: 38px;
        margin: 0px 0 36px;
    }

    .federal-lp-ftr-form-sec .gfield input.large,
    .federal-lp-ftr-form-sec .gfield textarea.large {
        font-size: 15px !important;
        padding: 19px 23px !important;
    }

    .federal-lp-ftr-form-sec .gform_fields {
        grid-column-gap: 14px !important;
        grid-row-gap: 14px !important;
    }

    .federal-lp-ftr-form-sec .gfield textarea.large {
        height: 130px !important;
    }

    .federal-lp-ftr-form-sec .gform_footer.top_label {
        margin: 20px auto 0 !important;
    }

    .federal-lp-ftr-form-sec .gform_footer input[type="submit"] {
        font-size: 18px !important;
        padding: 19px 42px !important;
    }

    .fed-lp-ftr-main::before {
        top: -331px;
    }

}

@media screen and (max-width:1550px) {
    .federal-lp-ftr-form-sec .container {
        max-width: 1100px;
    }

    .federal-lp-ftr-form-sec {
        padding: 45px 0;
    }

    .fed-ftr-form-hdg {
        font-size: 33px;
        margin: 0px 0 32px;
    }

    .federal-lp-ftr-form-sec .gform_fields {
        grid-column-gap: 13px !important;
        grid-row-gap: 13px !important;
    }

    .federal-lp-ftr-form-sec .gfield input.large,
    .federal-lp-ftr-form-sec .gfield textarea.large {
        font-size: 14px !important;
        padding: 17px 20px !important;
    }

    .federal-lp-ftr-form-sec .gfield textarea.large {
        height: 120px !important;
    }

    .federal-lp-ftr-form-sec .gform_footer.top_label {
        margin: 18px auto 0 !important;
    }

    .federal-lp-ftr-form-sec .gform_footer input[type="submit"] {
        font-size: 17px !important;
        padding: 17px 38px !important;
    }

    .fed-lp-ftr-main::before {
        top: -310px;
    }

}

@media screen and (max-width:1440px) {
    .federal-lp-ftr-form-sec .container {
        max-width: 1000px;
    }

    .federal-lp-ftr-form-sec {
        padding: 43px 0;
    }

    .fed-ftr-form-hdg {
        font-size: 30px;
        margin: 0px 0 29px;
    }

    .federal-lp-ftr-form-sec .gfield input.large,
    .federal-lp-ftr-form-sec .gfield textarea.large {
        font-size: 14px !important;
        padding: 15px 18px !important;
    }

    .federal-lp-ftr-form-sec .gfield textarea.large {
        height: 115px !important;
    }

    .federal-lp-ftr-form-sec .gform_footer.top_label {
        margin: 16px auto 0 !important;
    }

    .federal-lp-ftr-form-sec .gform_footer input[type="submit"] {
        font-size: 16px !important;
        padding: 16px 35px !important;
    }

    .fed-lp-ftr-main::before {
        top: -272px;
    }

}

@media screen and (max-width:1280px) {
    .federal-lp-ftr-form-sec .container {
        max-width: 950px;
    }

    .federal-lp-ftr-form-sec {
        padding: 40px 0;
    }

    .fed-ftr-form-hdg {
        font-size: 28px;
        margin: 0px 0 26px;
    }

    .federal-lp-ftr-form-sec .gform_fields {
        grid-column-gap: 12px !important;
        grid-row-gap: 12px !important;
    }

    .federal-lp-ftr-form-sec .gfield input.large,
    .federal-lp-ftr-form-sec .gfield textarea.large {
        font-size: 14px !important;
        padding: 14px 16px !important;
    }

    .federal-lp-ftr-form-sec .gfield textarea.large {
        height: 105px !important;
    }

    .federal-lp-ftr-form-sec .gform_footer.top_label {
        margin: 14px auto 0 !important;
    }

    .federal-lp-ftr-form-sec .gform_footer input[type="submit"] {
        font-size: 15px !important;
        padding: 14px 31px !important;
    }

    .fed-lp-ftr-main::before {
        top: -252px;
    }
}

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

    .federal-lp-ftr-form-sec {
        padding: 40px 0 30px;
    }

    .fed-ftr-form-hdg {
        font-size: 28px;
        margin: 0px 0 20px;
    }

    .fed-ftr-form-hdg br {
        display: none;
    }

}

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

    .federal-lp-ftr-form-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .fed-ftr-form-hdg {
        font-size: 25px;
        margin: 0px 0 20px;
    }

    .federal-lp-ftr-form-sec .gfield input.large,
    .federal-lp-ftr-form-sec .gfield textarea.large {
        font-size: 14px !important;
        padding: 12px 16px !important;
    }

}

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

    .fed-ftr-form-hdg {
        font-size: 21px;
        margin: 0px 0 17px;
    }

}

/* federal lp footer form ends */

/* federal lp footer starts */

.fed-lp-ftr-main {
    background-image: url(../federal-crimes-lp-images/fed-lp-ftr-main-bg.webp);
    background-size: 100% 54%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #032b53;
    position: relative;
    z-index: 1;
}

.fed-lp-ftr-main::before {
    content: "";
    position: absolute;
    background-image: url(../federal-crimes-lp-images/fed-lp-ftr-shape.webp);
    background-size: 100% 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 89%;
    top: -384px;
    left: 0;
    right: 0;
    pointer-events: none;
}

.fed-lp-footer {
    background: transparent;
    padding: 0;
    border: 0;
}

.fed-lp-footer .container {
    max-width: 1280px;
}

.fed-lp-footer a:hover {
    color: #0f834c;
}

.footer-blocks {
    display: flex;
    justify-content: center;
    gap: 5%;
    padding: 55px 0 45px;
    border-top: 1px solid rgb(255 255 255 / 20%);
}

.ftr-item {
    text-align: center;
    padding: 0 0 33px;
}

.ftr-item.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 85px 30px;
    border-left: 1px solid rgb(255 255 255 / 20%);
    border-right: 1px solid rgb(255 255 255 / 20%);
}

.ftr-item.logo img {
    display: block;
}

.ftr-item-hdg {
    font-size: 35px;
    font-family: Forum;
    font-weight: 400;
    line-height: 1;
    color: rgb(255, 255, 255);
    position: relative;
    text-transform: uppercase;
    margin: 0px 0px 9px;
    padding: 89px 0 0;
}

.ftr-item-hdg::before {
    content: "";
    position: absolute;
    background-image: url(../federal-crimes-lp-images/fed-lp-ftr-loc-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ftr-item.contact .ftr-item-hdg::before{background-image: url(../federal-crimes-lp-images/fed-lp-ftr-call-icon.webp);}
.ftr-item-addr a {
    font-size: 20px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    display: inline-block;
    margin: 0;
}

.ftr-item-call a {
    font-size: 42px;
    font-family: 'Forum';
    font-weight: 400;
    line-height: 1;
    color: #fff;
    display: block;
    margin: 0 0 10px;
}

.ftr-item-mail a {
    font-size: 18px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1;
    color: #fff;
    display: block;
}

/* federal lp copyrights starts */

.fed-lp-copyrights {
    background: #0f834c;
    padding: 20px 0;
}

.fed-lp-copyrights .container {
    max-width: 1280px;
}

.fed-lp-copyrights p {
    font-size: 20px;
    letter-spacing: -0.1px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    margin: 0 0 12px;
}

.growthlab {
    width: 100%;
    max-width: 232px;
    margin: 0 auto;
}

.growthlab img {
    width: 100%;
    display: block;
}

/* fed footer responsive */


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

    .fed-lp-footer .container,
    .fed-lp-copyrights .container {
        max-width: 1200px;
    }

    .footer-blocks {
        padding: 47px 0 40px;
    }

    .ftr-item-hdg::before {
        width: 60px;
        height: 60px;
    }

    .ftr-item-hdg {
        font-size: 30px;
        margin: 0px 0px 8px;
        padding: 70px 0 0;
    }

    .ftr-item-addr a {
        font-size: 17px;
    }

    .ftr-item.logo {
        padding: 0 70px 25px;
    }

    .ftr-item-call a {
        font-size: 38px;
        margin: 0 0 8px;
    }

    .ftr-item-mail a {
        font-size: 16px;
    }

    .fed-lp-copyrights p {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .fed-lp-ftr-main::before {
        top: -334px;
    }


}

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

    .fed-lp-footer .container,
    .fed-lp-copyrights .container {
        max-width: 1100px;
    }

    .fed-lp-ftr-main::before {
        top: -310px;
    }


}

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

    .fed-lp-footer .container,
    .fed-lp-copyrights .container {
        max-width: 1000px;
    }

    .footer-blocks {
        padding: 38px 0;
    }

    .ftr-item-hdg::before {
        width: 50px;
        height: 50px;
    }

    .ftr-item-hdg {
        font-size: 27px;
        margin: 0px 0px 7px;
        padding: 63px 0 0;
    }

    .ftr-item-addr a {
        font-size: 15px;
    }

    .ftr-item.logo {
        padding: 0 60px 20px;
    }

    .ftr-item-call a {
        font-size: 34px;
        margin: 0 0 7px;
    }

    .ftr-item-mail a {
        font-size: 15px;
    }

    .ftr-item {
        padding: 0 0 28px;
    }

    .fed-lp-copyrights {
        padding: 17px 0;
    }

    .fed-lp-copyrights p {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .fed-lp-ftr-main::before {
        top: -282px;
    }

}

@media screen and (max-width:1366px) {
    .fed-lp-ftr-main::before {
        top: -272px;
    }
}

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

    .fed-lp-footer .container,
    .fed-lp-copyrights .container {
        max-width: 950px;
    }

    .footer-blocks {
        padding: 35px 0;
    }

    .ftr-item-hdg::before {
        width: 45px;
        height: 45px;
    }

    .ftr-item-hdg {
        font-size: 25px;
        margin: 0px 0px 6px;
        padding: 58px 0 0;
    }

    .ftr-item-addr a {
        font-size: 14px;
    }

    .ftr-item.logo {
        padding: 0 55px 17px;
    }

    .ftr-item {
        padding: 0 0 25px;
    }

    .ftr-item-call a {
        font-size: 31px;
        margin: 0 0 6px;
    }

    .ftr-item-mail a {
        font-size: 14px;
    }

    .fed-lp-copyrights {
        padding: 15px 0;
    }

    .fed-lp-copyrights p {
        font-size: 14px;
        margin: 0 0 7px;
    }

    .growthlab {
        max-width: 200px;
    }

    .fed-lp-ftr-main::before {
        top: -252px;
    }


}

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

    .fed-lp-ftr-main::before {
        top: -232px;
    }

}

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

    .fed-lp-footer .container,
    .fed-lp-copyrights .container {
        max-width: 720px;
    }

    .fed-lp-ftr-main {
        background-image: none;
        background-color: #0f1f32;
    }

    .fed-lp-ftr-main::before {
        display: none;
    }

    .footer-blocks {
        padding: 30px 0;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }

    .ftr-item {
        padding: 20px;
        border: 1px solid rgb(255 255 255 / 20%);
        border-radius: 15px;
        width: 100%;
        max-width: 320px;
    }

    .ftr-item.logo {
        order: 1;
        padding: 20px;
    }

    .ftr-item.logo img {
        max-width: 230px;
    }


}

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

    .fed-lp-footer .container,
    .fed-lp-copyrights .container {
        max-width: 100%;
        padding: 0 10px;
    }
}

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


/* federal lp footer ends */