/**
 * Theme Name: GrowthLab Demo
 * Template:   oceanwp
 * ...other header fields
 */



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

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

@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/inter-tight-v8-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/inter-tight-v8-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/inter-tight-v8-latin-700.woff2') format('woff2');
}





:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: "Poppins";
    --bodyFont: "Poppins";
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    /* will-change: auto; */
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--bodyFont);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clear {
    clear: both;
}

body.layout-full {
    background-color: #fff;
}

.clear {
    clear: both;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
    margin-bottom: 10px;
}

.alignleft,
.alignright,
.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}

@media screen and (min-width: 769px) {
    .alignleft {
        float: left;
        margin-right: 20px;
    }

    .alignright {
        float: right;
        margin-left: 20px;
    }

    .alignleft,
    .alignright {
        max-width: 50%;
        margin-top: 0;
    }
}

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

    .alignright,
    .alignleft {
        width: 100%;
        max-width: 600px;
        float: none;
        margin: 20px auto;
    }

}

iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

img {
    border: 0;
    height: auto;
    font-size: 0;
    display: block;
}

a {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}

a:focus {
    outline: 0 !important;
}

html {
    margin-top: 0 !important;
}

a#scroll-to-top {
    display: none;
}


.widget {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--headingFont);
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}

p,
li,
ul,
ol,
blockquote {
    font-family: var(--bodyFont);
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}

p:empty {
    display: none;
}

ul,
li {
    list-style: none;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.w100p,
.wrapper {
    width: 100%;
}

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

.container1 {
    max-width: 1300px;
    width: 100%;
    margin: auto;
}


/*---Rico Header Section---*/
.header-sec {
    padding: 30px 0 10px;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 0;
}

header.header-sec.f-nav {
    background: #232731;
    border-bottom: 1px solid #ffc002;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rico-hdr-cont-list {
    display: flex;
    align-items: center;
    gap: 100px;
}

.rico-hdr-cont {
    position: relative;
    padding: 0 0 0 75px;
}

.rico-hdr-cont p {
    font-size: 25px;
    font-weight: 400;
    font-family: 'PT Serif';
    line-height: 1;
    color: #ffffff;
    margin: 0;
}

.rico-hdr-cont p a {
    font-size: 35px;
    color: #ffc002;
    display: block;
    text-transform: uppercase;
}

.rico-hdr-cont p a:hover {
    color: #ffffff;
    transition: 0.5s;
}

.rico-hdr-cont p a::before {
    position: absolute;
    content: "";
    background-image: url(./rico-lp-images/lp-sprites.webp);
    background-repeat: no-repeat;
    background-position: -29px -29px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 52px;
    height: 56px;
}

/*---Rico Header Section responsive---*/



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

    .logo {
        width: 100% !important;
        max-width: 350px;
    }

    .rico-hdr-cont p {
        font-size: 22px;
    }

    .rico-hdr-cont p a {
        font-size: 31px;
    }

    .rico-hdr-cont p a::before {
        transform: scale(0.9);
    }

    .rico-hdr-cont {
        padding: 0 0 0 70px;
    }

    .header-sec {
        padding: 30px 0 10px;
    }

    .rico-hdr-cont-list {
        gap: 88px;
    }

}

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

    .header-sec {
        padding: 25px 0 10px;
    }

    .rico-hdr-cont p {
        font-size: 20px;
    }

    .rico-hdr-cont p a {
        font-size: 28px;
    }

    .rico-hdr-cont {
        padding: 0 0 0 60px;
    }

    .rico-hdr-cont p a::before {
        transform: scale(0.90);
    }
}

@media screen and (max-width: 1440px) {
    .logo {
        width: 28%;
    }

    .rico-hdr-cont p {
        font-size: 19px;
    }

    .rico-hdr-cont p a {
        font-size: 26px;
    }

    .rico-hdr-cont {
        padding: 0 0 0 55px;
    }

    .rico-hdr-cont p a::before {
        transform: scale(0.8);
    }
}

@media screen and (max-width: 1366px) {
    .logo {
        width: 30%;
        max-width: 320px;
    }

    .rico-hdr-cont p {
        font-size: 18px;
    }

    .rico-hdr-cont p a {
        font-size: 24px;
    }

    .rico-hdr-cont p a::before {
        transform: scale(0.7);
    }

    .rico-hdr-cont-list {
        gap: 75px;
    }
}

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

    .rico-hdr-cont p {
        font-size: 17px;
    }

    .rico-hdr-cont p a {
        font-size: 23px;
    }

    .rico-hdr-cont p a::before {
        transform: scale(0.6);
    }

    .logo {
        max-width: 300px;
    }


}

@media screen and (max-width: 1024px) {
    .rico-hdr-cont-list {
        gap: 10px;
        flex-direction: row;
    }

    .rico-hdr-cont p a {
        font-size: 19px;
    }

    .header-sec {
        padding: 10px 0;
        background-color: #1d202b;
        border-bottom: 2px solid #ffc002;
    }

    .logo-container {

        gap: 15px;
    }

    .logo {
        width: 100%;
        max-width: 260px;
    }

}

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

    .logo {
        width: 100%;
        max-width: 250px;
    }

    .header-sec {
        padding: 10px 0 !important;
    }

    .logo-container {
        gap: 15px;
        flex-direction: column;
    }

}

@media screen and (max-width: 650px) {
    .logo-container {
        flex-direction: column;
        gap: 15px;
    }

    .rico-hdr-cont-list {
        flex-direction: row;
        gap: 5px;
    }



}

@media screen and (max-width: 480px) {
    .logo {
        width: 100%;
        max-width: 220px;
    }

    .rico-hdr-cont p a {
        font-size: 15px;
    }

    .rico-hdr-cont {
        padding: 0 0 0 26px;
    }

    .rico-hdr-cont p a::before {
        transform: scale(0.4);
        left: -14px;
        top: -5px;
    }

    .rico-hdr-cont p {
        font-size: 15px;
    }

    .rico-hdr-cont-list {
        flex-direction: row;
        gap: 10px;
    }





}

@media screen and (max-width: 340px) {
    .rico-hdr-cont {
        padding: 0 0 0 23px;
    }

    .rico-hdr-cont p a {
        font-size: 14px;
    }

    .rico-hdr-cont p a::before {
        left: -18px;
        transform: scale(0.4);
    }

    .rico-hdr-cont p {
        font-size: 14px;
    }


}


.rico-title-text {
    font-size: 65px;
    font-family: 'PT Serif';
    letter-spacing: -1.3px;
    font-weight: 400;
    line-height: 1.1;
    color: #181c26;
    margin: 0 0 25px;
}

.rico-text-heading {
    font-size: 80px;
    text-align: center;
    line-height: 1.1;
    font-weight: 400;
    color: #fff;
    letter-spacing: -1.6px;
    font-family: 'PT Serif';
    margin: 0 0 30px;
}

/* Common Styling */

a.cmn-btn {
    display: inline-block;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    background-color: #ffc002;
    text-decoration: none;
    padding: 27px 110px 27px 60px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    border-radius: 0;
    border: 2px solid transparent;
}

a.cmn-btn::before {
    content: "";
    background-image: url(./rico-lp-images/lp-sprites.webp);
    width: 35px;
    height: 22px;
    right: 50px;
    position: absolute;
    background-position: -301px -30px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

a.cmn-btn:hover::before {
    background-position: -301px -64px;
}

a.cmn-btn:hover {
    background-color: #3d4760;
    color: #fff;
}

/* --------------custam------ */


/*---Rico Banner Section---*/
.rico-banner-sec a.cmn-btn {border: 2px solid transparent;}
.rico-banner-sec a.cmn-btn:hover { background-color: transparent; border: 2px solid #ffc002; }


.rico-banner-sec {
    position: relative;
    background-image: url(./rico-lp-images/rico-banner-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 168px 0 0 0;
}

.rico-banner-sec .container {
    max-width: 1700px;
    margin: 0 0 0 auto;
    padding: 0 28px 0 0;
}

.rico-banner-blk {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.rico-banner-blk::before {
    position: absolute;
    content: "";
    background-image: url(./rico-lp-images/rico-banner-before.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35%;
    height: 733px;
    left: 31%;
    margin: auto;
    pointer-events: none;
    bottom: -40px;
}

.rico-banner-title {
    width: 34.4%;
    padding: 66px 0 0;
}

.rico-banner-img {
    margin: 0px 0 0px -71px;
}

.rico-banner-heading {
    font-size: 77px;
    font-weight: 400;
    font-family: 'PT Serif';
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 35px;
    letter-spacing: 3.9px;
}

.rico-banner-heading strong {
    color: #ffc002;
    font-weight: 400;
}

.rico-banner-txt-btn a.cmn-btn {
    padding: 29px 103px 29px 34px;
}

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


/*---Rico Banner Form--*/

.ricolp-banner-form {
    position: relative;
    width: 32.6%;
    padding: 47px 35px 0;
    border: 3px solid #ffc002;
    border-bottom: none;
    z-index: 0;
    background-color: #3d4760;
    margin: 58px 0 0;
}

.ricolp-banner-form::before {
    content: "";
    width: calc(100% + 6px);
    position: absolute;
    height: 100px;
    background-image: url(./rico-lp-images/hm-form-before.webp);
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    bottom: -100px;
    left: -3px;
    right: 0;
    margin: auto;
}

.rico-form-title {
    font-size: 50px;
    font-weight: 400;
    font-family: 'PT Serif';
    line-height: 1;
    letter-spacing: 0.2px;
    color: #ffc002;
    text-transform: uppercase;
    margin: 0 0 15px;
    text-align: center;
}

.rico-form-subtitle {
    font-size: 23px;
    font-weight: 400;
    font-family: 'Inter Tight';
    line-height: 1.3;
    letter-spacing: 0.92px;
    color: #ffffff;
    text-align: center;
    padding: 0 0 22px;
    margin: 0 0 28px;
    position: relative;
}

.rico-form-subtitle::before {
    position: absolute;
    content: "";
    background-color: #5c657a;
    width: 29%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

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

.hm-form-txt {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter Tight';
    line-height: 1;
    color: #ffffff;
    margin: 0 0 15px;
}
.rico-banner-txt-btn.mob {
    display: none;
}

/* -------banner---responsive- */
@media screen and (max-width: 1800px) {
    .rico-banner-sec .container {
        max-width: 1620px;
    }

    .ricolp-banner-form::before {
        bottom: -97px;
    }

    .rico-form-title {
        font-size: 45px;
    }

    .ricolp-banner-form {
        padding: 40px 30px 0;
    }

    .rico-form-subtitle {
        font-size: 22px;
    }

    .rico-banner-heading {
        font-size: 72px;
    }

    .rico-banner-txt-btn a.cmn-btn {
        padding: 25px 99px 25px 29px;
    }

}

@media screen and (max-width: 1700px) {
    .rico-banner-sec .container {
        max-width: 1590px;
    }

    .ricolp-banner-form::before {
        bottom: -95px;
    }

    .rico-banner-heading {
        font-size: 71px;
    }

    .rico-banner-sec .rico-form-sec .gform_wrapper .gfield.chk {
        width: 51%;
    }

}

@media screen and (max-width: 1680px) {
    .rico-banner-sec .container {
        max-width: 1500px;
    }

    .rico-banner-heading {
        letter-spacing: 2px;
        font-size: 67px;
    }

    .rico-form-title {
        font-size: 43px;
    }

    .rico-form-subtitle {
        font-size: 20px;
        padding: 0 0 16px;
        margin: 0 0 17px;
    }

    .rico-banner-img {
        margin: 1px 0 0px -45px;
        padding: 0 25px 0 0;
    }

    .ricolp-banner-form {
        padding: 40px 25px 0;
    }

    .ricolp-banner-form::before {
        bottom: -91px;
    }

    .rico-banner-txt-btn a.cmn-btn {
        padding: 23px 90px 23px 25px;
    }

    .rico-banner-sec .rico-form-sec .gform_footer input[type="submit"] {
        padding: 16px 35px !important;
    }

}

@media screen and (max-width: 1550px) {
    .rico-banner-sec .container {
        max-width: 1380px;
    }

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

    .rico-banner-heading {
        letter-spacing: 1px;
        font-size: 58px;
        margin: 0 0 27px;
    }

    .ricolp-banner-form {
        width: 35%;
        padding: 30px 24px 0;
    }

    .rico-form-title {
        font-size: 39px;
    }

    .rico-form-subtitle {
        font-size: 19px;
        padding: 0 0 14px;
    }

    .hm-form-txt {
        font-size: 15px;
    }

    .rico-banner-img {
        margin: 0px 0 0px -25px;
        padding: 0 25px 0 0;
    }

    .ricolp-banner-form::before {
        bottom: -77px;
        height: 80px;
    }

    .rico-banner-blk::before {
        height: 640px;
    }

}

@media screen and (max-width: 1440px) {
    .rico-banner-sec .container {
        max-width: 1280px;
    }

    .rico-banner-sec {
        padding: 115px 0 0 0;
    }

    .rico-banner-img {
        margin: 0;
        padding: 0px 0px 0 0;
    }

    .rico-form-title {
        font-size: 36px;
    }

    .rico-form-subtitle {
        font-size: 17px;
    }

    .ricolp-banner-form {
        padding: 25px 20px 0;
        width: 32.8%;
    }

    .rico-banner-img {
        margin: 0 0 0 -40px;
        padding: 0;
        width: 34.4%;
    }

    .rico-banner-heading {
        letter-spacing: 1px;
        font-size: 56px;
        margin: 0 0 27px;
    }

    .rico-banner-txt-btn a.cmn-btn {
        padding: 20px 75px 20px 20px;
    }

    .rico-banner-blk::before {
        height: 540px;
    }


}

@media screen and (max-width: 1366px) {
    .rico-banner-sec .container {
        max-width: 1210px;
    }

    .rico-banner-heading {
        font-size: 54px;
        margin: 0 0 25px;
    }

    .rico-form-subtitle {
        font-size: 16px;
        padding: 0 0 10px;
    }

    .hm-form-txt {
        font-size: 14px;
    }

    .ricolp-banner-form {
        margin: 45px 0 0;
    }

    .ricolp-banner-form::before {
        height: 85px;
    }


}

@media screen and (max-width: 1280px) {
    .rico-banner-sec .container {
        max-width: 1100px;
        padding: 0 20px 0px 0;
    }

    .rico-banner-heading {
        font-size: 50px;
        margin: 0 0 20px;
    }

    .ricolp-banner-form {
        padding: 20px 15px 0;
    }

    .rico-form-title {
        font-size: 33px;
    }

    .rico-banner-title {
        padding: 50px 0 0;
    }

    .ricolp-banner-form {
        margin: 35px 0 0;
    }

    .ricolp-banner-form::before {
        height: 70px;
        bottom: -66px;
    }

    .rico-banner-sec {
        padding: 95px 0 0 0;
    }

    .rico-banner-txt-btn a.cmn-btn {
        padding: 16px 55px 16px 17px;
    }

    .rico-form-subtitle {
        font-size: 14px;
        padding: 0 0 7px;
    }

    .rico-form-title {
        font-size: 33px;
        margin: 0 0 15px;
    }

    .rico-banner-blk::before {
        height: 470px;
    }

}

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

    .rico-banner-sec .container {
        max-width: 1000px;
        padding: 0 15px 0px 0;
    }

    .ricolp-banner-form {
        width: 36%;
        margin: 18px 0 0;
    }

    .rico-banner-title {
        width: 30%;
    }

    .rico-banner-img {
        margin: 0 0 0 -13px;
        width: 34%;
    }

    .rico-banner-heading {
        font-size: 40px;
        margin: 0 0 20px;
    }

    .rico-banner-blk::before {
        height: 430px;
        left: 29%;
    }
}

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

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

    .rico-banner-blk {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 25px;
    }

    .rico-banner-title {
        width: 100%;
        padding: 0;
        order: 1;
    }

    .rico-banner-img {
        order: 2;
        margin: 0 auto;
        width: 100%;
        max-width: 340px;
        border: 2px solid #ffc002;
        padding: 25px 15px 0;
    }

    .ricolp-banner-form {
        width: 100%;
        margin: 0;
        padding: 20px 15px;
        border: 2px solid #ffc002;
        order: 4;
        max-width: 500px;
        margin: 0 auto 0;
    }
    .rico-banner-txt-btn {
    display: none;
}
.rico-banner-txt-btn.mob {
    display: block;
}
    .rico-banner-txt-btn {
        order: 3;
        text-align: center;
    }

    .rico-banner-heading {
        font-size: 40px;
        margin: 0;
        text-align: center;
    }

    .ricolp-banner-form::before {
        display: none;
    }

    .rico-banner-blk::before {
        display: none;
    }




}

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

    .rico-banner-heading {
        font-size: 30px;
    }

    .rico-banner-sec {
        padding: 165px 0 35px 0;
    }
        .rico-banner-blk {
        gap: 20px;
    }


}

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

    .rico-banner-heading {
        font-size: 23px;
    }

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

    .ricolp-banner-form {
        padding: 20px 10px;
    }

    .rico-form-title {
        font-size: 25px;
        margin: 0 0 10px;
    }

    .rico-form-subtitle br {
        display: none;
    }

}




/*--Rico Federalcrime Section---*/

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

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

.rico-federalcriminal-rgt-img img {
    display: block;
    width: 100%;
}

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

.rico-federalcriminal-rgt {
    width: 64.3%;
    padding: 10px 0 0;
}

.rico-federalcriminal-lft {
    width: 30.7%;
}

.rico-federalcriminal-rgt-blk {
    display: flex;
    justify-content: space-between;
}

.rico-text-heading {
    font-size: 80px;
    text-align: center;
    line-height: 1.125;
    font-weight: 400;
    color: #fff;
    letter-spacing: -1.6px;
    font-family: 'PT Serif';
    margin: 0 0 30px;
}

.rico-federalcriminal-sec {
    background-color: #f2f2f4;
    padding: 133px 0 0;
}

.rico-federalcriminal-sec .rico-text-heading {
    color: #181c26;
    text-align: left;
}

.rico-federalcriminal-sec .rico-text-heading strong {
    color: #3d4760;
    font-weight: 400;
}

.rico-federalcriminal-sec .rico-federalcriminal-rgt-blk p {
    font-size: 24px;
    text-align: left;
    line-height: 1.75;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.48px;
    font-family: "Inter Tight";
    margin: 0 0 40px;
}


.rico-federalcriminal-sec .rico-federalcriminal-rgt-blk p strong {
    color: #3d4760;
    font-weight: 700;
}

.rico-federalcriminal-sec .rico-federalcriminal-rgt-blk p a:hover {
    color: #000000;
}

.rico-federalcriminal-rgt-txt {
    width: 56%;
}

.rico-federalcriminal-btn a {
    color: #ffffff;
    background-color: #3d4760;
    position: relative;
}

.rico-federalcriminal-btn a:hover {
    background-color: #ffc002;
    color: #000;
}

.rico-federalcriminal-btn a::before {
    background-position: -304px -65px;
}

.rico-federalcriminal-btn a:hover::before {
    background-position: -304px -31px;
}

.rico-federal-criminal-mbl {
    display: none;
}

.rico-federalcriminal-rgt-img {
    width: 39%;
}

@media screen and (max-width: 1680px) {
    .rico-federalcriminal-rgt-blk {
        display: flex;
        justify-content: space-between;
        gap: 50px;
    }

    .rico-text-heading {
        font-size: 65px;
        margin: 0 0 25px;
    }

    .rico-federalcriminal-sec .rico-federalcriminal-rgt-blk p {
        font-size: 22px;
        margin: 0 0 30px;
        line-height: 1.5;
    }

    .rico-federalcriminal-rgt-img {
        width: 32%;
    }

    .rico-federalcriminal-rgt-txt {
        width: 59%;
    }

    .rico-federalcriminal-rgt {
        width: 67%;
        padding: 0;
    }

    .rico-federalcriminal-sec {
        padding: 110px 0 0;
    }

}

@media screen and (max-width: 1550px) {
    .rico-federalcriminal-lft {
        width: 28%;
    }

    .rico-federalcriminal-rgt {
        width: 69%;
    }

    .rico-federalcriminal-sec .rico-federalcriminal-rgt-blk p {
        font-size: 20px;
        margin: 0 0 19px;
    }

    .rico-text-heading {
        font-size: 60px;
        margin: 0 0 15px;
    }

    .rico-federalcriminal-btn a::before {
        transform: scale(0.8);
    }

    .rico-federalcriminal-sec {
        padding: 95px 0 0;
    }
}

@media screen and (max-width: 1440px) {
    .rico-text-heading {
        font-size: 55px;
        margin: 0 0 10px;
    }

    .rico-federalcriminal-sec .rico-federalcriminal-rgt-blk p {
        font-size: 19px;
        margin: 0 0 19px;
    }

    .rico-federalcriminal-sec {
        padding: 85px 0 0;
    }

    .rico-federalcriminal-rgt-blk {
        gap: 40px;
    }

    .rico-federalcriminal-rgt-txt {
        width: 63%;
    }
}

@media screen and (max-width: 1366px) {
    .rico-federalcriminal-sec {
        padding: 80px 0 0;
    }

    .rico-federalcriminal-lft {
        width: 26%;
    }

    .rico-federalcriminal-rgt {
        width: 71%;
    }

    .rico-text-heading {
        font-size: 50px;
        margin: 0 0 10px;
    }

    .rico-federalcriminal-sec .rico-federalcriminal-rgt-blk p {
        font-size: 18px;
        margin: 0 0 19px;
    }

    .rico-federalcriminal-rgt-blk {
        gap: 30px !important;
    }
}

@media screen and (max-width: 1280px) {
    .rico-federalcriminal-sec {
        padding: 70px 0 0;
    }

    .rico-text-heading {
        font-size: 48px;
        margin: 0 0 10px;
    }

    .rico-federalcriminal-lft {
        width: 24%;
    }

    .rico-federalcriminal-rgt {
        width: 73%;
    }

    .rico-federalcriminal-rgt-img {
        width: 29%;
    }

    .rico-federalcriminal-rgt-txt {
        width: 65%;
    }

    .rico-text-heading {
        font-size: 40px;
        margin: 0 0 7px;
        ;
    }

    .rico-federalcriminal-sec .rico-federalcriminal-rgt-blk p {
        font-size: 16px;
        margin: 0 0 15px;
    }

    .rico-federalcriminal-rgt-blk {
        gap: 20px !important;
    }

    .rico-federalcriminal-btn a::before {
        transform: scale(0.7);
    }

    .rico-federalcriminal-rgt-txt {
        width: 66%;
    }
}

@media screen and (max-width: 1024px) {
    .rico-federalcriminal-sec .container {
        max-width: 720px;
        padding: 0 15px;
    }

    .rico-federalcriminal-lft {
        display: none;
    }

    .rico-federalcriminal-sec .rico-federalcriminal-rgt-blk p {
        font-size: 15px;
        margin: 0 0 15px;
    }

    .rico-federalcriminal-rgt-img {
        display: none;
    }

    .rico-federal-criminal-mbl {
        display: block;
        display: flex;
        justify-content: space-between;
    }

    .rico-federalcriminal-rgt {
        width: 100%;
        text-align: center;
    }

    h2.rico-text-heading br {
        display: none;
    }

    .rico-federalcriminal-btn {
        margin: 0 0 10px;
    }

    .rico-federal-criminal-mbl {
        display: block;
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }

    .rico-federalcriminal-rgt-txt {
        width: 100%;
    }

    .rico-federalcriminal-sec .rico-text-heading {
        text-align: center;
    }

    .rico-federalcriminal-sec .rico-federalcriminal-rgt-blk p {
        text-align: center;
    }

    .rico-federalcriminal-sec {
        padding: 35px 0 20px;
    }

    .rico-federalcriminal-blk {
        margin: 0 0 20px;
    }


}

@media screen and (max-width: 767px) {
    .rico-federal-criminal-mbl {
        gap: 25px;
    }

}

@media screen and (max-width: 480px) {
    .rico-federal-criminal-mbl {
        gap: 20px;
    }

    .rico-federalcriminal-sec .rico-federalcriminal-rgt-blk p {
        font-size: 15px;
        margin: 0 0 10px;
    }

    .rico-federalcriminal-blk {

        margin: 0 0 10px;
    }
}



/*--Rico Gang Crime Section*/

.rico-gang-crime-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
}

.rico-gang-crime-itm {
    display: flex;
    width: 48.1%;
    justify-content: space-between;
    align-items: start;
    gap: 35px;
}

.rico-gang-crime-img {
    clip-path: polygon(50% 0%, 100% 21%, 100% 99%, 0 99%, 0 21%);
    background-image: -webkit-linear-gradient(180deg, rgb(255, 192, 2) 50%, rgb(230, 173, 2) 50%);
    padding: 10px 3px 7px;
}

.rico-gang-crime-img img {
    width: 100%;
    display: block;
    clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
}

.rico-gang-crime-itm p {
    font-size: 18px;
    text-align: left;
    line-height: 1.7;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.36px;
    font-family: "Inter Tight";
    margin: 0;
}

.rico-gang-crime-heading {
    font-size: 45px;
    text-align: left;
    line-height: 1;
    font-weight: 400;
    color: #3d4760;
    letter-spacing: 0.36px;
    font-family: "PT Serif", serif;
    margin: 0 0 25px;
}

.rico-gang-crime-txt ol,
.rico-gang-crime-txt ul {
    column-count: 2;
    padding: 0 0 0 25px;
}

.rico-gang-crime-txt ol li,
.rico-gang-crime-txt ul li {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.40px;
    font-family: "Inter Tight";
    margin: 0;
    list-style-type: disc;
}

.rico-gang-crime-img {
    width: 45.4%;
}

.rico-gang-crime-txt {
    width: 60.4%;
    padding: 35px 0 0;
}

.rico-title-text {
    font-size: 65px;
    font-family: 'PT Serif';
    letter-spacing: -1.3px;
    font-weight: 400;
    line-height: 1.1;
    color: #181c26;
    margin: 0 0 25px;
}
.rico-title-text .rico-text-yellow{
    color: #ffc002;
}
.rico-gang-crime-sec .rico-title-text {
    text-align: center;
    line-height: 1.184;
}

.rico-gang-crime-sec .container {
    max-width: 100%;
    padding: 0 75px;
}

.rico-gang-crime-sec {
    padding: 125px 0 100px;
}

@media screen and (max-width: 1680px) {
    .rico-title-text {
        font-size: 60px;
        margin: 0 0 20px;
    }

    .rico-gang-crime-sec {
        padding: 100px 0 90px;
    }

    .rico-gang-crime-heading {
        font-size: 41px;
        margin: 0px 0 15px;
    }

    .rico-gang-crime-itm p {
        font-size: 16px;
        line-height: 1.5;
    }

    .rico-gang-crime-txt ol li,
    .rico-gang-crime-txt ul li {
        font-size: 15px;
        line-height: 1.3;
    }

    .rico-gang-crime-sec .container {
        padding: 0 70px;
    }

    .rico-gang-crime-txt ol,
    .rico-gang-crime-txt ul {
        margin: 10px 0 10px;
    }
}

@media screen and (max-width: 1550px) {
    .rico-gang-crime-sec {
        padding: 90px 0 80px;
    }

    .rico-gang-crime-img {
        width: 41.2%;
    }

    .rico-gang-crime-txt {
        width: 60%;
        padding: 25px 0 0;
    }

    .rico-title-text {
        font-size: 50px;
        margin: 0 0 20px;
    }

    .rico-gang-crime-heading {
        font-size: 35px;
        margin: 0px 0 10px;
    }

    .rico-gang-crime-itm p {
        font-size: 16px;
    }

    .rico-gang-crime-sec .container {
        padding: 0 60px;
    }

    .rico-gang-crime-itm {
        gap: 25px;
    }

    .rico-gang-crime-txt ol li,
    .rico-gang-crime-txt ul {
        margin: 8px 0 8px;
    }

    .rico-gang-crime-list {
        gap: 35px 0;
    }
}

@media screen and (max-width: 1440px) {
    .rico-gang-crime-sec {
        padding: 80px 0 70px;
    }

    .rico-title-text {
        font-size: 45px;
        margin: 0px 0 11px;
    }

    .rico-gang-crime-img {
        width: 39.2%;
    }

    .rico-gang-crime-txt ol li,
    .rico-gang-crime-txt ul li {
        font-size: 14px;
        line-height: 1.4;
    }

    .rico-gang-crime-itm p {
        font-size: 15px;
    }

    .rico-gang-crime-heading {
        font-size: 30px;
        margin: 0px 0 10px;
    }

    .rico-gang-crime-sec .container {
        padding: 0 50px;
    }

    .rico-gang-crime-img {
        padding: 7px 2px 4px;
    }

    .rico-gang-crime-itm {
        gap: 18px;
    }

    .rico-gang-crime-txt {
        width: 60%;
        padding: 15px 0 0;
    }

    .rico-gang-crime-txt ol,
    .rico-gang-crime-txt ul {
        margin: 6px 0 6px;
    }
}

@media screen and (max-width: 1366px) {
    .rico-gang-crime-sec {
        padding: 70px 0 60px;
    }

    .rico-title-text {
        font-size: 38px;
    }

    .rico-gang-crime-heading {
        font-size: 28px;
        margin: 0px 0 7px;
    }

    .rico-gang-crime-txt ol li,
    .rico-gang-crime-txt ul li {
        font-size: 14px;
    }

    .rico-gang-crime-img {
        width: 37.2%;
    }

    .rico-gang-crime-sec .container {
        padding: 0 40px;
    }

    .rico-gang-crime-txt ol,
    .rico-gang-crime-txt ul {
        margin: 4px 0 4px;
    }
}

@media screen and (max-width: 1280px) {
    .rico-gang-crime-sec {
        padding: 60px 0 50px;
    }

    .rico-title-text {
        font-size: 32px;
    }

    .rico-gang-crime-list {
        gap: 25px 0;
    }

    .rico-gang-crime-itm p {
        font-size: 14px;
    }

    .rico-gang-crime-heading {
        font-size: 20px;
        margin: 0px 0 5px;
    }

    .rico-gang-crime-img {
        width: 34.2%;
    }

    .rico-gang-crime-txt {
        width: 63.3%;
        padding: 10px 0 0;
    }

    .rico-gang-crime-sec .container {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1024px) {
    .rico-gang-crime-sec {
        padding: 35px 0;
    }

    .rico-gang-crime-sec .container {
        max-width: 720px;
        padding: 0;
    }

    .rico-gang-crime-txt ol li,
    .rico-gang-crime-txt ul li {
        font-size: 15px;
    }

    .rico-gang-crime-txt {
        padding: 0;
    }

    .rico-gang-crime-heading {
        font-size: 22px;
        margin: 0px 0 10px;
    }

    .rico-gang-crime-list {
        gap: 30px 10px;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: start;
    }

    .rico-gang-crime-itm p {
        font-size: 15px;
    }

    .rico-gang-crime-itm {
        gap: 18px;
        align-items: center;
        width: 100%;
    }

    .rico-gang-crime-img img {
        clip-path: none;
    }

    .rico-gang-crime-img {
        clip-path: none;
        background-image: none;
        padding: 0;
        border: 2px solid #ffc002;
    }

}

@media screen and (max-width: 767px) {
    .rico-gang-crime-sec .container {
        padding: 0 10px;
        max-width: 100%;
    }

    .rico-gang-crime-itm {
        flex-direction: column;
    }

    .rico-gang-crime-img {
        width: 100%;
    }

    .rico-gang-crime-txt {
        width: 100%;
        padding: 0;
    }

    .rico-gang-crime-img {
        width: 100%;
        max-width: 300px;
    }

    .rico-gang-crime-itm p {
        text-align: center;
    }

    .rico-gang-crime-heading {
        text-align: center;
    }

    .rico-gang-crime-list {
        position: relative;
        max-width: 450px;
        margin: 0 auto;
    }

    .rico-gang-crime-list .owl-stage {
        display: flex;
    }

    .owl-nav {
        display: none;
    }

    .owl-dots {
        text-align: center;
    }

    .owl-dots button {
        margin-top: 20px !important;
        font-size: 0;
        background-color: #000000 !important;
        width: 12px;
        height: 12px;
        margin-right: 8px;
        border-radius: 50px;
        text-align: center;
    }

    .owl-dots button.owl-dot.active {
        background-color: #ffc002 !important;
        outline: 1px solid #ffc002;
        outline-offset: 2px;
    }

    .rico-gang-crime-txt ol,
    .rico-gang-crime-txt ul {
        max-width: 320px;
        margin: 10px auto;
    }

}





/* HomePage Tab Section Starts */

.rico-choose-section {
    background-image: url(./rico-lp-images/rico-Choose-bac.webp);
    width: 100%;
    padding: 95px 0 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.rico-choose-section .rico-text-heading {
    margin: 0 0 43px;
}

.rico-choose-items .rico-text-heading strong {
    font-weight: 400;
    color: #ffc002;
}

.rico-tab-btn-group {
    display: flex;
    margin: 0 0 55px;
    justify-content: center;
    gap: 20px;
}

.rico-tab-content-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 74px;
    padding-top: 30px;
}

.rico-federal-item {
    width: 25%;
    text-align: center;
    padding: 0 46px;
    border-left: 1px solid rgb(255 243 228 / 20%);
}

.rico-federal-item:last-child {
    border-right: 1px solid rgb(255 243 228 / 20%);
}

.rico-federal-item.single-cnt {
    width: 100%;
    border: none;
}

.rico-federal-item .rico-federal-text {
    color: #fff;
    font-family: 'PT Serif';
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 3px;
    padding: 115px 0 0;
    position: relative;
}

.rico-federal-item .rico-federal-text strong {
    font-weight: 400;
    display: block;
    color: #ffc002;
}


.rico-federal-item .rico-federal-text::before {
    content: "";
    background-image: url(./rico-lp-images/lp-sprites.webp);
    width: 80px;
    height: 80px;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    background-position: -22px -130px;
    background-repeat: no-repeat;
}

.rico-federal-item.expert .rico-federal-text::before {
    background-position: -130px -130px;
}

.rico-federal-item.challenging .rico-federal-text::before {
    background-position: -240px -130px;
}

.rico-federal-item.aggressive .rico-federal-text::before {
    background-position: -348px -130px;
}

.rico-federal-item p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-family: 'Inter Tight';
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.4px;
}

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

.rico-choose-btn a.cmn-btn:hover {
    color: #ffc002;
    background-color: transparent;
    border: 2px solid #ffc002;
}

.rico-tab-btn,
.rico-tab-btn:hover {
    padding: 17px 48px;
    background-color: #181c26;
    position: relative;
    outline: none;
    width: 100%;
    max-width: 422px;
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1.3;
    font-family: 'Inter Tight';
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.9px;
}

.rico-tab-btn:hover {
    background-color: #ffc002;
    cursor: pointer;
    color: #000;
    font-weight: 600;
}

.rico-tab-btn.rico-tab-btn-active {
    background-color: #ffc002;
    color: #000000;
    font-weight: 600;
}

.rico-tab-pane {
    display: none;
}

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


/* ------------ */
.rico-choose-items .accordion {
    padding: 0;
    width: 100%;
    display: none;
}

/* HomePage Tab Section Ends */



/* ------responsive------- */

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



    .rico-choose-section {
        padding: 70px 0 100px;
    }

    .rico-tab-btn,
    .rico-tab-btn:hover {
        font-size: 21px;
        padding: 15px 45px;
    }

    .rico-federal-item {
        padding: 0 35px;
    }

    .rico-federal-item .rico-federal-text {
        font-size: 27px;
        padding: 95px 0 0;
    }

    .rico-tab-btn-group {
        margin: 0 0 40px;
    }

    .rico-federal-item .rico-federal-text::before {
        transform: scale(0.9);
        top: 0;
    }

    .rico-federal-item p {
        font-size: 18px;
    }

    .rico-tab-content-inner {
        margin: 0 0 60px;
    }


}


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

    .rico-tab-btn,
    .rico-tab-btn:hover {
        font-size: 19px;
        padding: 13px 40px;
    }

    .rico-choose-section .rico-text-heading {
        margin: 0 0 30px;
    }

    .rico-federal-item .rico-federal-text::before {
        transform: scale(0.8);
    }

    .rico-federal-item .rico-federal-text {
        font-size: 25px;
        padding: 90px 0 0;
    }

    .rico-federal-item {
        padding: 0 29px;
    }

    .rico-federal-item p {
        font-size: 17px;
    }

    .rico-tab-content-inner {
        margin: 0 0 50px;
    }

    .rico-choose-section {
        padding: 60px 0 80px;
    }


}


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

    .rico-choose-section {
        padding: 55px 0 65px;
    }

    .rico-choose-section .rico-text-heading {
        margin: 0 0 25px;
    }

    .rico-tab-btn,
    .rico-tab-btn:hover {
        font-size: 18px;
        padding: 10px 35px;
    }

    .rico-federal-item {
        padding: 0 23px;
    }

    .rico-federal-item .rico-federal-text {
        font-size: 23px;
        padding: 75px 0 0;
    }

    .rico-federal-item .rico-federal-text::before {
        transform: scale(0.7);
        top: -9px;
    }

    .rico-federal-item p {
        font-size: 16px;
    }

    .rico-tab-content-inner {
        margin: 0 0 40px;
    }

}


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

    .rico-title-text {
        font-size: 46px;
    }

    .rico-tab-btn,
    .rico-tab-btn:hover {
        font-size: 17px;
    }

    .rico-federal-item .rico-federal-text {
        font-size: 22px;
        padding: 70px 0 0;
    }

    .rico-federal-item {
        padding: 0 17px;
    }

    .rico-choose-section {
        padding: 50px 0 60px;
    }

}


@media screen and (max-width: 1280px) {
    .rico-choose-section {
        padding: 45px 0 50px;
    }

    .rico-tab-btn,
    .rico-tab-btn:hover {
        font-size: 16px;
    }

    .rico-tab-btn,
    .rico-tab-btn:hover {
        font-size: 18px;
        padding: 7px 25px;
    }

    .rico-federal-item .rico-federal-text::before {
        transform: scale(0.65);
    }

    .rico-federal-item .rico-federal-text {
        font-size: 20px;
        padding: 65px 0 0;
    }

    .rico-federal-item p {
        font-size: 15px;
    }

    .rico-federal-item {
        padding: 0 14px;
    }

    .rico-tab-content-inner {
        margin: 0 0 35px;
    }
}


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

    .rico-choose-section {
        padding: 35px 0;
    }

    .rico-choose-items .accordion {
        display: block;
        padding: 0 0 30px;
    }

    .rico-choose-items .accordion .accordion-section-content h4 {
        font-size: 16px;
        margin: 0 0 10px;
        font-family: 'Inter Tight';
        font-weight: 600;
    }

    .rico-choose-items .accordion .accordion-heading {
        font-size: 20px;
        padding: 15px 40px;
        min-height: auto;
    }

    .rico-choose-items .accordion .accordion-section-content p {
        font-size: 16px;
        margin: 0 0 20px;
    }

    .rico-choose-items .accordion-section {
        margin: 0 0 10px;
    }

    .rico-choose-items .accordion-section .accordion-heading {
        background-color: #ffc002;
    }

    .rico-choose-items .accordion-section.accordien-active .accordion-heading {
        background-color: #000000;
    }

    .rico-choose-items .accordion .accordion-heading::before,
    .rico-choose-items .accordion .accordion-section-content::before {
        display: none;
    }

    .rico-tabs-block {
        display: none;
    }

}


@media screen and (max-width: 767px) {
    .rico-choose-items .accordion .accordion-heading {
        font-size: 19px;
        padding: 12px 40px 12px 15px;
    }

    .rico-choose-items .accordion {
        padding: 0 0 20px;
    }

    .rico-choose-items .accordion-section-content {
        padding: 10px 20px;
    }


}


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

    .rico-choose-items .accordion .accordion-heading {
        font-size: 17px;
        padding: 10px 36px 10px 13px;
    }

    .rico-choose-items .accordion {
        padding: 0 0 10px;
    }

}



/* HomePage FAQ's Section Starts */
.rico-conspiracy-section {
    padding: 130px 0;
}

.rico-questions-blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.rico-questions-itm {
    width: 47.4%;
}

.rico-questions-itm .rico-title-text strong {
    color: #3d4760;
    font-weight: 400;
}

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

.accordion {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px 0 0;
    width: 47.4%;
}

.accordion-section-content {
    background-color: #f2f2f4;
    padding: 20px 80px;
    position: relative;
}

.accordion-section:not(.accordien-active) .accordion-section-content {
    display: none;
}

.accordion-section-content ul li,
.accordion-section-content p {
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    margin: 0px;
    letter-spacing: 0.4px;
    color: #000;
}

.accordion-section-content a {
    color: #f3c002;
    display: inline-block;
}

.accordion-section-content a:hover {
    color: #000;
}

.accordion-section .accordion-heading {
    font-family: 'Inter Tight';
    font-weight: 500;
    font-size: 23px;
    margin: 0;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0.46px;
    background-color: #f2f2f4;
    padding: 15px 70px;
    cursor: pointer;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.accordion-section.accordien-active .accordion-heading {
    background-color: #3d4760;
    color: #fff;
}

.accordion-section-content::before,
.accordion-section .accordion-heading::before {
    content: "Q";
    position: absolute;
    left: 30px;
    font-size: 30px;
    font-family: 'Inter Tight';
    font-weight: 500;
    line-height: 1;
    color: #3d4760;
    letter-spacing: 0.6px;
    top: 30px;
}

.accordion-section .accordion-heading::after {
    content: "";
    background-image: url(./rico-lp-images/lp-sprites.webp);
    width: 25px;
    height: 25px;
    right: 25px;
    position: absolute;
    background-position: -367px -27px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.accordion-section.accordien-active .accordion-heading::after,
.accordion-section.accordien-active .accordion-heading::before {
    background-position: -367px -59px;
    color: #ffc002;
}

.accordion-section-content::before {
    content: "A";
    top: 20px;
}

/* HomePage FAQ's Section Ends */



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

    .accordion-section .accordion-heading {
        font-size: 20px;
        padding: 15px 60px;
        min-height: 80px;
    }

    .accordion-section-content::before,
    .accordion-section .accordion-heading::before {
        font-size: 25px;
        top: 27px;
    }

    .accordion-section .accordion-heading::after {
        bottom: 8px;
    }

    .accordion-section-content {
        padding: 17px 60px;
    }

    .accordion-section-content ul li,
    .accordion-section-content p {
        font-size: 18px;
    }

    .accordion-section-content::before {
        top: 20px;
    }

    .accordion {
        gap: 20px;
    }

    .rico-conspiracy-section {
        padding: 100px 0;
    }



}


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

    .rico-conspiracy-section {
        padding: 80px 0;
    }

    .accordion-section .accordion-heading {
        font-size: 19px;
        padding: 14px 54px;
        min-height: 70px;
    }

    .accordion-section-content::before,
    .accordion-section .accordion-heading::before {
        font-size: 22px;
        top: 22px;
        left: 25px;
    }

    .accordion-section-content {
        padding: 17px 53px;
    }

    .accordion-section-content ul li,
    .accordion-section-content p {
        font-size: 17px;
    }

    .accordion-section-content::before {
        top: 20px;
    }



}


@media screen and (max-width: 1440px) {
    .rico-conspiracy-section {
        padding: 65px 0;
    }

    .accordion-section .accordion-heading {
        font-size: 18px;
        padding: 14px 50px;
        min-height: 60px;
    }

    .accordion-section-content::before,
    .accordion-section .accordion-heading::before {
        font-size: 20px;
        top: 20px;
        left: 21px;
    }

    .accordion-section-content {
        padding: 15px 47px;
    }

    .accordion-section-content ul li,
    .accordion-section-content p {
        font-size: 15px;
    }

    .accordion-section .accordion-heading::after {
        bottom: 5px;
        right: 15px;
    }

    .accordion {
        gap: 15px;
    }




}


@media screen and (max-width: 1366px) {
    .rico-conspiracy-section {
        padding: 60px 0;
    }

    .accordion-section .accordion-heading {
        font-size: 17px;


    }

    .rico-questions-img {
        width: 100%;
        margin: 0 auto;
    }




}


@media screen and (max-width: 1280px) {
    .rico-conspiracy-section {
        padding: 50px 0;
    }

    .accordion-section .accordion-heading {
        font-size: 16px;

        padding: 5px 40px;
    }

    .accordion-section-content::before,
    .accordion-section .accordion-heading::before {
        font-size: 17px;
        top: 22px;
        left: 18px;
    }

    .accordion-section-content::before {
        top: 17px;
    }

    .accordion-section .accordion-heading::after {
        bottom: 2px;
        right: 12px;
        transform: scale(0.8);
    }

    .accordion-section-content {
        padding: 13px 37px;
    }

    .accordion-section-content {
        padding: 13px 30px 13px 35px;
    }



}


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

    .rico-conspiracy-section {
        padding: 35px 0;
    }

    .rico-questions-itm {
        width: 100%;
    }

    .accordion {
        gap: 10px;
        width: 100%;
    }

    .rico-questions-img {
        max-width: 400px;
    }

}


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


    .rico-protect-section .rico-pro-sub-text {
        font-size: 15px;

    }

}


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

    .accordion-section-content::before,
    .accordion-section .accordion-heading::before {
        display: none;
    }

    .accordion-section .accordion-heading {
        font-size: 15px;
        padding: 10px 35px 10px 10px;
    }

    .accordion-section-content {
        padding: 10px;
    }

}


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


/* Rico Protect Section */
.rico-protect-section {
    background-color: #f2f2f4;
    padding: 88px 0 200px;
}

.rico-protect-section .rico-text-heading {
    color: #181c26;
    letter-spacing: -2px;
    margin: 0 0 28px;
}
.rico-protect-section .rico-text-heading .rico-text-yellow{
    color: #ffc002;
}

.rico-protect-section .rico-pro-sub-text {
    font-size: 24px;
    text-align: center;
    font-family: 'Inter Tight';
    font-weight: 400;
    letter-spacing: 0.48px;
    color: #000000;
    line-height: 1.6;
    margin: 0 0 65px;
}

.rico-protect-blk {
    width: 100%;
    display: flex;
    padding: 25px 0 0;
    border-top: 1px solid #3d4760;
    border-bottom: 1px solid #3d4760;
    justify-content: space-between;
    margin: 0px 0 35px;
    flex-wrap: wrap;
}

.rico-protect-itm {
    width: 31%;
    padding: 5px 20px 21px;
}

.rico-protect-itm .rico-protect-text {
    text-align: center;
    margin: 0;
    padding: 86px 0 0;
    position: relative;
    font-size: 30px;
    letter-spacing: -0.3px;
    font-family: 'PT Serif';
    line-height: 1.3;
    font-weight: 400;
    color: #000;
}

.rico-protect-itm .rico-protect-text::before {
    content: "";
    background-image: url(./rico-lp-images/lp-sprites.webp);
    width: 74px;
    height: 72px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
   background-position: -29px -366px;
    background-repeat: no-repeat;
}

.rico-protect-itm.aggressive .rico-protect-text::before {
    background-position: -133px -366px;
    height: 74px;
}

.rico-protect-itm.proven .rico-protect-text::before {
   background-position: -236px -366px;
    width: 76px;
    height: 75px;
}


.rico-protect-itm:hover .rico-protect-text {
    color: #3d4760;
}

.rico-protect-section p {
    text-align: center;
    font-size: 20px;
    font-family: 'Inter Tight';
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.6;
    color: #000;
    margin: 0;
}

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


@media screen and (max-width: 1680px) {
    .rico-protect-section .rico-pro-sub-text {
        font-size: 21px;
        margin: 0 0 50px;
    }

    .rico-protect-section {
        padding: 70px 0 175px;
    }

    .rico-protect-itm .rico-protect-text {
        padding: 75px 0 0;
        font-size: 27px;
    }

    .rico-protect-itm .rico-protect-text::before {
        transform: scale(0.9);
        top: -7px;
    }

    .rico-protect-blk {
        margin: 0px 0 25px;
    }

    .rico-protect-section p {
        font-size: 18px;
    }


}


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

    .rico-protect-section {
        padding: 60px 0 160px;
    }

    .rico-protect-section .rico-text-heading {
        margin: 0 0 20px;
    }

    .rico-protect-section .rico-pro-sub-text {
        font-size: 19px;
        margin: 0 0 40px;
    }

    .rico-protect-blk {
        margin: 0px 0 20px;
        padding: 15px 0 0;
    }

    .rico-protect-section p {
        font-size: 17px;
    }

    .rico-protect-itm .rico-protect-text::before {
        transform: scale(0.8);
    }

    .rico-protect-itm .rico-protect-text {
        font-size: 25px;
    }

    .rico-protect-itm {
        width: 33%;
        padding: 5px 15px 18px;
    }



}


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

    .rico-protect-section .rico-text-heading {
        margin: 0 0 15px;
    }

    .rico-protect-section .rico-pro-sub-text {
        font-size: 18px;
        margin: 0 0 30px;
    }

    .rico-protect-itm .rico-protect-text::before {
        transform: scale(0.75);
    }

    .rico-protect-itm .rico-protect-text {
        font-size: 23px;
    }

    .rico-protect-section p {
        font-size: 16px;
    }



}


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

    .rico-protect-section {
        padding: 55px 0 135px;
    }

    .rico-protect-section .rico-pro-sub-text {
        font-size: 17px;
        margin: 0 0 25px;
    }

    .rico-protect-itm .rico-protect-text {
        font-size: 22px;
    }



}


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


    .rico-protect-section {
        padding: 50px 0 120px;
    }

    .rico-protect-section .rico-pro-sub-text {
        font-size: 16px;
        margin: 0 0 20px;
    }

    .rico-protect-blk {
        margin: 0px 0 15px;
        padding: 15px 0 0;
    }

    .rico-protect-itm .rico-protect-text::before {
        transform: scale(0.7);
        top: -11px;
    }

    .rico-protect-itm .rico-protect-text {
        padding: 66px 0 0;
        font-size: 21px;
    }






}


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



    .rico-protect-blk {
        margin: 0 0 10px;
        padding: 0;
        border: 0;
        gap: 20px;
        flex-direction: column;
    }

    .rico-protect-itm {
        width: 100%;
        padding: 15px 10px;
        max-width: 320px;
        border: 1px solid #000;
        margin: 0 auto;
    }

    .rico-protect-section {
        padding: 35px 0;
    }


}


@media screen and (max-width: 767px) {
        .rico-protect-section .rico-pro-sub-text br {
        display: none;
    }
}


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

    .rico-protect-section .rico-pro-sub-text {
        font-size: 15px;
        margin: 0 0 15px;
    }

    .rico-protect-section p {
        font-size: 15px;
    }

}


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




/* HomePage Form Section Starts */

.rico-form-sec {
    padding: 0;
}

.rico-form-ftr .rico-title-text {
    text-align: center;
    color: #ffc002;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.rico-form-ftr::before {
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #3d4760;
    clip-path: polygon(50% 2%, 99.9% 18.3%, 99.9% 99.8%, 0.2% 99.8%, 0.2% 18.3%);
    z-index: -1;
    pointer-events: none;
}

.rico-form-ftr p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Inter Tight';
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 30px;
}

.rico-form-ftr {
    background-color: #3d4760;
    padding: 140px 60px 55px;
    background-image: -webkit-linear-gradient(180deg, rgb(255, 192, 2) 50%, rgb(230, 173, 2) 50%);
    position: relative;
    clip-path: polygon(50% 0, 100% 18%, 100% 100%, 0 100%, 0 18%);
    margin: -142px 0 0;

}


.rico-form-sec .text-heading {
    text-align: center;
}

.rico-form-sec .gfield input.large {
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 18px !important;
    line-height: 1;
    padding: 20px 30px !important;
    color: #fff !important;
    border: 0;
    outline: 0;
    height: auto;
    background-color: #515a70;
    border-radius: 0;
}

.rico-form-sec .gfield textarea.large {
    height: 185px !important;
    min-height: 100%;
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 18px !important;
    padding: 20px 30px !important;
    color: #fff !important;
    border: 0;
    outline: 0;
    resize: none;
    background-color: #515a70;
    border-radius: 0;
}

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

.rico-form-sec .gfield input::placeholder,
.rico-form-sec .gfield textarea::placeholder {
    color: #fff;
}

.rico-form-sec .gform_wrapper .gfield button.formpopup,
.rico-form-sec .form-links a,
.rico-form-sec .gfield-choice-input+label {
    font-family: 'Inter Tight' !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    letter-spacing: 0px !important;
    color: #fff !important;
    margin: 0 0px 0 2px !important;
}

.rico-form-sec .gchoice.gchoice_6_8_1 {
    padding: 0 0 0 10px;
}

.rico-form-sec .gform_wrapper .form-links {
    color: #fff !important;
    display: flex;
    align-items: center;
    margin: 0 !important;
}

.ricolp-banner-form button.formpopup:hover {
    color: #ffc002 !important
}

.gform_wrapper .gfield .gchoice {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.rico-form-sec .gform_wrapper .gform_required_legend {
    display: none !important;
}

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

.rico-form-sec .gform_wrapper .gfield button.formpopup {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 5px !important;
    font-family: 'Inter Tight' !important;
    min-height: auto !important;
}

.rico-form-sec .form-links a:hover {
    color: #eee !important;
}

.rico-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    margin: -2px 5px 0px 0 !important;
    width: 15px !important;
    height: 15px !important;
    padding: 0 !important;
}


.rico-form-sec .gform_footer input[type="submit"] {
    cursor: pointer !important;
    display: inline-block !important;
    font-family: 'Poppins' !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    color: #000 !important;
    background-color: #ffc002 !important;
    text-decoration: none !important;
    padding: 27px 90px 27px 45px !important;
    text-transform: uppercase !important;
    position: relative !important;
    z-index: 1;
    border: 2px solid transparent !important;
    margin: 0 !important;
}

.rico-form-sec .gform_wrapper .gfield.chk .validation_message.gfield_validation_message {
    left: 0;
    top: 20px;
}



.gform_wrapper .gfield .formpopuptext {
    position: absolute !important;
    color: #000;
    background-color: #fff;
    z-index: 2;
    padding: 10px;
    font-family: 'Inter Tight';
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 1.5;
    top: 25px;
    left: 0;
}

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

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

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

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

.rico-form-sec .gform_wrapper .gform_validation_errors {
    display: none;
}

.rico-form-sec .gform_wrapper .gfield {
    position: relative;
    width: 49%;
    margin: 0 0 20px;
}

.rico-form-sec .gform_wrapper .gfield.popfield,
.rico-form-sec .gform_wrapper .gfield.msg {
    width: 100%;
}

.rico-form-sec .gform_wrapper .gfield.popfield {
    margin: 0 0 10px;
}

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

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

.rico-form-sec .gform_wrapper .gfield .instruction.validation_message {
    top: 37px;
}

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

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

.rico-form-sec .gform_wrapper .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
}

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

.popuptext {
    transition: transform .15s ease-out .15s;
    pointer-events: none;
    text-align: center;
    border: 1px solid rgb(22 80 41);
    background: #fff;
    font-size: 14px;
    color: #000 !important;
    line-height: 1.5;
    max-width: 650px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}

.rico-form-sec .gform_wrapper .gform_footer {
    margin: -70px 0 0 auto;
    padding: 0;
    width: fit-content;
    position: relative;
    z-index: 0;
}

.rico-form-sec .gform_wrapper .gform_footer::before {
    content: "";
    background-image: url(./rico-lp-images/lp-sprites.webp);
    width: 35px;
    height: 22px;
    right: 40px;
    position: absolute;
    background-position: -301px -30px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 2;
}

.rico-form-sec .gform_wrapper .gform_footer:hover::before {
    background-position: -301px -64px;
}

.rico-form-sec .gform_footer:hover input[type="submit"] {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid #ffc002 !important;
}

/* HomePage Form Section Ends */

/* HomePage banner Form Section  */
.rico-banner-sec .rico-form-sec .gform_wrapper .gform_footer {
    margin: 15px auto 0;
}

.rico-banner-sec .rico-form-sec .gform_wrapper .gform_footer::before {
    display: none;
}

.rico-banner-sec .rico-form-sec .gform_footer input[type="submit"] {
    padding: 18px 37px !important;
    letter-spacing: 0 !important;
    border: 2px solid transparent;
}

.rico-banner-sec .rico-form-sec .gform_wrapper .gfield {
    width: 48%;
    margin: 0 0 13px;
}

.rico-banner-sec .gform_wrapper .gfield.popfield {
    width: 48%;
    margin: 0 0 17px;
}

.rico-banner-sec .gform_wrapper .gfield.msg {
    width: 100%;
    margin: 0 0 25px;
}

.rico-banner-sec .gform_wrapper .gfield button.formpopup,
.rico-form-sec .form-links a,
.rico-banner-sec .gfield-choice-input+label {
    font-size: 15px !important;
    color: #fff !important;
}

.rico-banner-sec .gform_wrapper .gfield .formpopuptext {
    width: 460px;
}

.rico-banner-sec .rico-form-sec .gfield textarea {
    height: 145px !important;
    font-size: 18px !important;
    color: #000 !important;
    padding: 14px 30px !important;
    background-color: #fff;
}

.rico-banner-sec .rico-form-sec .gfield input {
    padding: 15px 30px !important;
    color: #000 !important;
    background-color: #fff;
}

.rico-banner-sec .gfield input::placeholder,
.rico-banner-sec .gfield textarea::placeholder {
    color: #000 !important;
}

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

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

@media screen and (max-width: 1700px) {
    .rico-banner-sec .gform_wrapper .gfield .formpopuptext {
        width: 420px;
    }
}

@media screen and (max-width: 1680px) {
    .rico-form-ftr p {
        font-size: 17px;
        margin: 0 0 25px;
    }

    .rico-form-sec .gfield textarea.large,
    .rico-form-sec .gfield input.large {
        font-size: 16px !important;
        padding: 18px 27px !important;
    }

    .rico-form-sec .gfield textarea.large {
        height: 165px !important;
    }

    .rico-form-sec .gform_wrapper .gfield button.formpopup,
    .rico-form-sec .form-links a,
    .rico-form-sec .gfield-choice-input+label {
        font-size: 17px !important;
        color: #fff;
    }

    .rico-form-sec .gform_footer input[type="submit"] {
        font-size: 18px !important;
        padding: 23px 79px 23px 40px !important;
    }

    .rico-form-sec .gform_wrapper .gform_footer::before {
        right: 32px;
    }

    .rico-form-ftr {
        padding: 120px 50px 45px;
        margin: -125px 0 0;
    }

    .rico-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .rico-form-sec .gform_wrapper .gfield .instruction.validation_message {
        top: 5px;
        font-size: 12px;
    }

    .rico-form-sec .gform_wrapper .gfield .instruction.validation_message {
        top: 30px;
    }

    /* ----------------*/
    .rico-banner-sec .rico-form-sec .gfield textarea,
    .rico-banner-sec .rico-form-sec .gfield input {
        font-size: 15px !important;
        padding: 12px 21px !important;
    }

    .rico-banner-sec .rico-form-sec .gfield textarea {
        height: 125px !important;
    }

    .rico-banner-sec .gform_wrapper .gfield.msg {
        margin: 0 0 15px;
    }

    .rico-banner-sec .gform_wrapper .gfield button.formpopup,
    .rico-form-sec .form-links a,
    .rico-banner-sec .gfield-choice-input+label {
        font-size: 14px !important;
    }

    .rico-banner-sec .rico-form-sec .gform_wrapper .gfield.chk {
        width: 52%;
    }
}


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


    .rico-form-ftr {
        margin: -125px 0 0;
    }

    .gform_wrapper .gfield .formpopuptext {
        padding: 8px 20px;
    }

    .rico-form-sec .gform_footer input[type="submit"] {
        font-size: 17px !important;
        padding: 21px 70px 21px 35px !important;
    }

    .rico-form-sec .gform_wrapper .gform_footer::before {
        right: 25px;
        transform: scale(0.85);
    }

    .rico-banner-sec .gform_wrapper .gfield .formpopuptext {
        width: 375px;
    }

    /* -------------- */
    .rico-banner-sec .rico-form-sec .gfield textarea {
        height: 115px !important;
    }

    .rico-banner-sec .gform_wrapper .gfield button.formpopup,
    .rico-form-sec .form-links a,
    .rico-banner-sec .gfield-choice-input+label {
        font-size: 13px !important;
    }

    .rico-banner-sec .rico-form-sec .gform_wrapper .gfield.chk {
        width: 55%;
        margin: 0 0 0 -20px;
    }

    .rico-banner-sec .rico-form-sec .gform_footer input[type="submit"] {
        padding: 16px 35px !important;
    }

}


@media screen and (max-width: 1440px) {
    .rico-form-ftr {
        padding: 100px 45px 40px;
    }

    .rico-form-ftr .rico-title-text {

        margin: 0 0 10px;
    }

    .rico-form-ftr p {
        font-size: 16px;
        margin: 0 0 25px;
    }

    .rico-form-sec .gform_wrapper .gfield {

        margin: 0 0 15px;
    }

    .rico-form-sec .gfield textarea.large {
        min-height: 100%;
        height: 145px !important;
    }

    .rico-form-sec .gform_wrapper .gfield button.formpopup,
    .rico-form-sec .form-links a,
    .rico-form-sec .gfield-choice-input+label {
        font-size: 16px !important;
    }

    .rico-form-sec .gfield textarea.large,
    .rico-form-sec .gfield input.large {

        padding: 16px 24px !important;
    }

    .rico-form-sec .gform_wrapper .gform_footer {
        margin: -66px 0 0 auto;

    }

    .rico-form-sec .gform_footer input[type="submit"] {
        font-size: 16px !important;
        padding: 20px 65px 20px 30px !important;
    }

    .rico-form-ftr {
        margin: -110px 0 0;
    }

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

    .rico-banner-sec .rico-form-sec .gfield textarea,
    .rico-banner-sec .rico-form-sec .gfield input {
        padding: 11px 17px !important;
    }

    .rico-banner-sec .rico-form-sec .gfield textarea {
        height: 100px !important;
    }

    .rico-banner-sec .gform_wrapper .gfield button.formpopup,
    .rico-form-sec .form-links a,
    .rico-banner-sec .gfield-choice-input+label {
        font-size: 13px !important;
    }

    .rico-banner-sec .rico-form-sec .gform_wrapper .gform_footer {
        margin: 0px auto 0;
    }

    .rico-banner-sec .rico-form-sec .gform_footer input[type="submit"] {
        padding: 14px 31px !important;
    }

    .rico-banner-sec .rico-form-sec .gform_wrapper .gfield {
        width: 49%;
        margin: 0 0 10px;
    }

    .rico-banner-sec .gform_wrapper .gfield.msg {
        width: 100%;
        margin: 0 0 15px;
    }


}


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



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

    .rico-banner-sec .gform_wrapper .gfield .formpopuptext {
        width: 340px;
    }

    .rico-banner-sec .gform_wrapper .gfield-choice-input+label {
        max-width: calc(100% - 0px);
    }


}


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

    .rico-form-ftr p {
        font-size: 15px;
        margin: 0 0 20px;
    }

    .rico-form-ftr {
        padding: 85px 35px 35px;
    }

    .rico-form-sec .gfield textarea.large,
    .rico-form-sec .gfield input.large {
        padding: 14px 19px !important;
        font-size: 14px !important;
    }

    .rico-form-sec .gfield textarea.large {

        height: 130px !important;
    }

    .rico-form-sec .gform_wrapper .gfield button.formpopup,
    .rico-form-sec .form-links a,
    .rico-form-sec .gfield-choice-input+label {
        font-size: 15px !important;
    }

    .rico-form-sec .gform_footer input[type="submit"] {
        font-size: 15px !important;
        padding: 17px 60px 17px 25px !important;
    }

    .rico-form-sec .gform_wrapper .gform_footer::before {
        right: 16px;
        transform: scale(0.8);
    }

    .rico-form-ftr {
        margin: -98px 0 0;
    }

    .rico-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .rico-form-sec .gform_wrapper .gfield .instruction.validation_message {
        top: 5px;
        font-size: 10px;
    }

    .rico-form-sec .gform_wrapper .gfield .instruction.validation_message {
        top: 33px !important;
    }


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

    .rico-banner-sec .rico-form-sec .gfield textarea {
        height: 100px !important;
    }

    .rico-banner-sec .gform_wrapper .gfield button.formpopup,
    .rico-form-sec .form-links a,
    .rico-banner-sec .gfield-choice-input+label {
        font-size: 13px !important;
    }

    .rico-form-sec .gform_wrapper .top_label input[type="checkbox"] {
        margin: -2px 0px 0px -3px !important;
        width: 10px !important;
        height: 10px !important;
        min-width: 10px;
    }

    .rico-banner-sec .gform_wrapper .gfield.popfield {
        margin: 0 0 9px -10px !important;
    }

    .rico-banner-sec .rico-form-sec .gform_wrapper .gfield.chk {
        width: 54%;
        margin: 0 0 0 -3px;
    }

    .rico-banner-sec .rico-form-sec .gform_wrapper .gfield {
        margin: 0 0 7px;
    }

    .rico-banner-sec .gform_wrapper .gfield.msg {
        margin: 0 0 10px;
    }


}


@media screen and (max-width: 1150px) {
    .rico-banner-sec .rico-form-sec .gfield textarea {
        height: 86px !important;
    }

    .hm-form-txt {
        font-size: 13px;
        margin: 0 0 6px;
    }

    .rico-banner-sec .rico-form-sec .gform_footer input[type="submit"] {
        padding: 11px 29px !important;
    }
}

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


    .rico-form-sec .gform_wrapper .gfield {
        position: relative;
        width: 100%;
        margin: 0 0 20px;
    }

    .rico-form-ftr {
        padding: 35px;
        clip-path: none;
        margin: 0 auto 0;
        max-width: 500px;
        width: 100%;
        background: #3d4760;
        border: 2px solid #f3c002;
    }

    .gchoice.gchoice_7_8_1 {
        padding: 0 0 0 10px;
    }

    .rico-form-ftr::before {
        display: none;
    }

    .rico-form-sec .gform_wrapper .gform_footer {
        margin: 0 auto;
    }

    .gform_wrapper .gfield .formpopuptext {
        padding: 8px 9px;
        letter-spacing: 0.3px;
    }

    /* -------------- */
    .rico-banner-sec .rico-form-sec .gform_wrapper .gfield.chk,
    .rico-banner-sec .gform_wrapper .gfield.popfield {
        margin: 0 0 5px 0px !important;
        width: 100%;
    }

    .rico-banner-sec .gform_wrapper .gfield .formpopuptext {
        width: 100%;
    }

    .rico-banner-sec .rico-form-sec .gform_wrapper .gfield {
        width: 100%;
        margin: 0 0 10px;
    }

    .rico-banner-sec .rico-form-sec .gfield textarea {
        height: 115px !important;
    }

    .rico-banner-sec .rico-form-sec .gform_wrapper .gform_footer {
        margin: 15px auto 0;
    }

}


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

    .rico-form-ftr {

        padding: 15px;

    }

    .rico-form-sec .gfield textarea.large,
    .rico-form-sec .gfield input.large {

        line-height: 1 !important;
    }

    .rico-form-sec .gform_wrapper .gfield {

        margin: 0 0 15px;
    }

    .rico-form-sec .gform_footer input[type="submit"] {

        line-height: 1 !important;
    }

    .gform_wrapper .gfield .formpopuptext {
        font-size: 14px;
        padding: 8px 10px;
    }

    .rico-form-sec .gfield textarea.large {
        height: 100px !important;
    }

}


@media screen and (max-width: 480px) {
    .rico-form-sec .gform_footer input[type="submit"] {
        font-size: 15px !important;
        padding: 15px 40px 15px 20px !important;
    }

    .rico-form-sec .gform_wrapper .gform_footer::before {
        right: 5px;
        transform: scale(0.7);
    }


}


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





/* Footer Section */

.site-footer {
    background-image: url(./rico-lp-images/rico-footer-bc.webp);
    padding: 0 0 50px;
    color: #fff;
    display: inline-block;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ftr-logo img {
    margin: auto;
}

.ftr-logo {
    text-align: center;
    border-right: 1px solid rgb(255 255 255 / 36%);
    border-left: 1px solid rgb(255 255 255 / 36%);
    padding: 30px 0;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ftr-logo a {
    display: inline-block;
}



.footer-items-blk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 67px 0 0;
}

.ftr-blocks {
    text-align: center;
    width: 17.7%;
}

.ftr-blocks.contact {
    width: 22%;
}

.ftr-blocks.contact .ftr-con,
.ftr-blocks .ftr-sub-text {
    font-size: 40px;
    color: #fff;
    line-height: 1;
    font-family: 'PT Serif';
    margin: 0 0 20px;
    font-weight: 400;
    letter-spacing: 0.8px;

}

.ftr-blocks.contact .ftr-con {
    padding-top: 12px;
}

.ftr-blocks.contact .ftr-con,
.ftr-blocks.contact .ftr-sub-text {
    font-size: 25px;
    margin: 0 0 10px;

}


.ftr-blocks .ftr-sub-text {
    padding: 100px 0 0;
    position: relative;
}

.ftr-blocks .ftr-sub-text::before {
    content: "";
    background-image: url(./rico-lp-images/lp-sprites.webp);
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    background-position: -102px -17px;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
}

.ftr-blocks.contact .ftr-sub-text::before {
    background-position: -202px -17px;
}

.ftr-blocks p {
    font-size: 20px;
    text-align: center;
    font-family: 'Inter Tight';
    line-height: 1.7;
    letter-spacing: 0.4px;
    font-weight: 400;
}

.ftr-blocks p a {
    display: block;
    color: #ffc002;
    letter-spacing: 5.4px;
    text-transform: uppercase;
    font-family: 'Inter Tight';
    font-weight: 400;
    padding: 12px 0 0;
}

.ftr-blocks .ftr-phn a {
    color: #ffc002;
    display: inline-block;
    font-size: 30px;
    line-height: 1.1;
    margin: 0 0 10px;
}

.ftr-blocks p a:hover,
.ftr-blocks .ftr-phn a:hover {
    color: #fff;
}

.rico-ftr-btn {
    padding: 20px 0 0;
}


.copyrights {
    /* background: #0a1f38; */
    background-color: #2b3243;
    padding: 33px 0 13px;
    text-align: center;
}

.cpy-inr,
.ftrlink {
    display: inline-block;
}

.ftrlink {
    display: none !important;
}

.copyrightmenu ul {
    margin: 0;
}

.copyrightmenu ul li {
    display: inline-block;
    margin: 0;
}

.copyrights p,
.copyrightmenu ul {
    margin: 0 0 8px 0;
}

.copyrights p,
.copyrights a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    font-family: 'Inter Tight';
    letter-spacing: 1.2px;
}

.copyrightmenu ul li a {
    line-height: 1;
    border-right: 1px solid #fff;
}

.copyrightmenu ul li a:hover {
    color: #ffc002;
}

.copyrightmenu ul li:last-child a {
    border: none;
}

.copyrights a {
    display: inline-block;
    padding: 0 8px;
}

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

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

    .site-footer {
        padding: 0 0 40px;
    }

    .footer-items-blk {
        padding: 50px 0 0;
    }

    .ftr-blocks {
        text-align: center;
        width: 20%;
    }

    .ftr-blocks.contact {
        width: 24%;
    }

    .ftr-blocks.contact .ftr-con,
    .ftr-blocks .ftr-sub-text {
        font-size: 35px;
    }

    .ftr-blocks p {
        font-size: 18px;
    }

    .ftr-blocks.contact .ftr-con,
    .ftr-blocks.contact .ftr-sub-text {
        font-size: 22px;
    }

    .ftr-blocks .ftr-sub-text::before {
        transform: scale(0.9);
        top: -7px;
    }

    .ftr-blocks .ftr-sub-text {
        padding: 88px 0 0;
    }

    .ftr-blocks .ftr-phn a {
        font-size: 26px;
    }

    /* copyrights */

    .copyrights p,
    .copyrights a {
        font-size: 18px;
    }


}


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

    .ftr-blocks {
        width: 21%;
    }

    .ftr-blocks .ftr-sub-text {
        padding: 80px 0 0;
    }

    .ftr-blocks.contact .ftr-con,
    .ftr-blocks .ftr-sub-text {
        font-size: 30px;
        margin: 0 0 10px;
    }

    .ftr-blocks .ftr-sub-text::before {
        transform: scale(0.85);

    }

    .ftr-blocks p {
        font-size: 17px;
    }

    .ftr-logo {
        padding: 30px 50px;
    }

    .ftr-blocks.contact .ftr-con,
    .ftr-blocks.contact .ftr-sub-text {
        font-size: 20px;
    }

    .ftr-blocks .ftr-phn a {
        font-size: 24px;
    }

    .ftr-blocks .ftr-phn a {
        font-size: 24px;
    }

    .site-footer {
        padding: 0 0 35px;
    }

    .ftr-blocks p a {
        letter-spacing: 4px;
        padding: 8px 0 0;
    }

    .ftr-blocks.contact .ftr-con {
        padding-top: 8px;
    }

    /* .copyrights */

    .copyrights p,
    .copyrights a {
        font-size: 17px;
    }


}


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


    .footer-items-blk {
        padding: 45px 0 0;
    }

    .ftr-blocks p {
        font-size: 16px;
    }

    .ftr-blocks.contact .ftr-con,
    .ftr-blocks.contact .ftr-sub-text {
        font-size: 19px;
    }

    .ftr-blocks .ftr-phn a {
        font-size: 23px;
    }

    .site-footer {
        padding: 0 0 30px;
    }

    .ftr-blocks .ftr-sub-text::before {
        transform: scale(0.8);
    }

    /* .copyrights  */
    .copyrights {

        padding: 25px 0 15px;

    }


}


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


    .ftr-blocks {
        width: 22%;
    }


}


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

    .footer-items-blk {
        padding: 35px 0 0;
    }

    .ftr-blocks.contact .ftr-con,
    .ftr-blocks .ftr-sub-text {
        font-size: 27px;

    }

    .ftr-blocks p {
        font-size: 15px;
    }

    .ftr-blocks {
        width: 23%;
    }

    .rico-ftr-btn {
        padding: 15px 0 0;
    }

    .ftr-blocks .ftr-sub-text::before {
        transform: scale(0.7);
        top: -14px;
    }

    .ftr-blocks .ftr-sub-text {
        padding: 70px 0 0;
    }

    .ftr-blocks.contact .ftr-con,
    .ftr-blocks.contact .ftr-sub-text {
        font-size: 18px;
    }

    .ftr-blocks .ftr-phn a {
        font-size: 20px;
    }

    .site-footer {
        padding: 0 0 25px;
    }

    .copyrights p,
    .copyrights a {
        font-size: 16px;
    }


}


@media screen and (max-width: 1024px) {
    .site-footer {
        padding: 35px 0 25px;
    }

    .ftr-blocks {
        width: 100% !important;
        max-width: 320px;
        border: 1px solid #fff;
        margin: 0 auto;
        padding: 15px 10px;
        order: 1;
    }

    .ftr-logo {
        padding: 15px 10px;
        width: 100%;
        max-width: 320px;
        border: none;
        margin: 0 auto;
    }

    .footer-items-blk {
        padding: 35px 0 0;
        flex-direction: column;
        gap: 20px;
    }

    .ftr-blocks.contact .ftr-con {
        padding-top: 5px;
    }

    .ftr-blocks p a {
        padding: 5px 0 0;
    }

    /* .copyrights  */

    .copyrights p,
    .copyrights a {
        font-size: 15px;
    }

    .copyrights .growthlab {
        width: 100%;
        margin: auto;
        max-width: 180px;
    }

    .ftr-blocks p a {
        letter-spacing: 3px;
    }
}

@media screen and (max-width:480px) {
    .ftr-blocks p {
        font-size: 14px;
        letter-spacing: 0;
    }

    .ftr-blocks p a {
        letter-spacing: 1.5px;
    }

    .copyrights p,
    .copyrights a {
        font-size: 12px;
    }
}




/* -------cmn---heading---------------- */




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

    .container {
        max-width: 1300px;
    }

    .container1 {
        max-width: 1130px;
    }

    /* -------------------- */
    a.cmn-btn {
        font-size: 19px;
        padding: 24px 100px 22px 50px;
    }

    a.cmn-btn::before {
        right: 45px;
    }

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

    .rico-title-text {
        font-size: 56px;
    }

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

}


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

    .container {
        max-width: 1200px;
    }

    .container1 {
        max-width: 1050px;
    }

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

    a.cmn-btn {
        font-size: 18px;
        padding: 22px 95px 22px 44px;
    }

    a.cmn-btn::before {
        right: 34px;
        transform: scale(0.9);
    }

    .rico-title-text {
        font-size: 54px;
    }

    .rico-federalcriminal-rgt-img {
        width: 33%;
    }




}


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

    .container {
        max-width: 1100px;
    }

    .container1 {
        max-width: 970px;
    }


    .rico-text-heading {
        font-size: 55px;
    }

    a.cmn-btn {
        font-size: 17px;
        padding: 20px 80px 20px 35px;
    }

    a.cmn-btn::before {
        right: 28px;
        transform: scale(0.85);
    }

    .rico-title-text {
        font-size: 49px;
    }



}


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

    .container {
        max-width: 1060px;
    }

    .container1 {
        max-width: 920px;
    }

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

    .rico-title-text {
        font-size: 46px;
    }


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

    a.cmn-btn::before {
        right: 20px;
        transform: scale(0.8);
    }


}


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

    .container1 {
        max-width: 860px;
    }

    .rico-text-heading {
        font-size: 46px;
    }

    .rico-title-text {
        font-size: 43px;
    }

    a.cmn-btn {
        font-size: 15px;
        padding: 17px 55px 17px 22px;
    }

    a.cmn-btn::before {
        right: 10px;
        transform: scale(0.7);
    }

}


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

    .container,
    .container1 {
        max-width: 720px;
    }

    .rico-text-heading {
        font-size: 40px;
        letter-spacing: 0 !important;
    }

    .rico-title-text {
        font-size: 35px;
        text-align: center;
        letter-spacing: 0 !important;
    }

    .rico-title-text br,
    .rico-text-heading br {
        display: none;
    }

}


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

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

    .rico-text-heading {
        font-size: 33px;
        margin: 0 0 15px !important;
    }

    .rico-title-text {
        font-size: 29px;
        margin: 0 0 15px !important;
    }

}


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

    .rico-text-heading {
        font-size: 26px;

    }

    .rico-title-text {
        font-size: 23px;

    }

    a.cmn-btn {
        font-size: 14px;
        padding: 15px 45px 15px 20px;
    }

    a.cmn-btn::before {
        right: 4px;
        transform: scale(0.7);
    }

    .rico-ftr-btn a.cmn-btn {
        padding: 13px 35px 13px 20px;
    }

    .rico-ftr-btn a.cmn-btn::before {
        right: 2px;
        transform: scale(0.6);
    }
}