/**
 * Theme Name: GrowtLab Seo
 * Template:   oceanwp
 * ...other header fields
 */

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: 'Abhaya Libre';
    --bodyFont: 'Arimo';
}

@font-face {
    font-family: 'Abhaya Libre';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/abhaya-libre-v17-latin-regular.eot');
    src: url('./fonts/abhaya-libre-v17-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/abhaya-libre-v17-latin-regular.woff2') format('woff2'),
        url('./fonts/abhaya-libre-v17-latin-regular.woff') format('woff'),
        url('./fonts/abhaya-libre-v17-latin-regular.ttf') format('truetype'),
        url('./fonts/abhaya-libre-v17-latin-regular.svg#AbhayaLibre') format('svg');
}

@font-face {
    font-family: 'Abhaya Libre';
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/abhaya-libre-v17-latin-500.eot');
    src: url('./fonts/abhaya-libre-v17-latin-500.eot?#iefix') format('embedded-opentype'),
        url('./fonts/abhaya-libre-v17-latin-500.woff2') format('woff2'),
        url('./fonts/abhaya-libre-v17-latin-500.woff') format('woff'),
        url('./fonts/abhaya-libre-v17-latin-500.ttf') format('truetype'),
        url('./fonts/abhaya-libre-v17-latin-500.svg#AbhayaLibre') format('svg');
}

@font-face {
    font-family: 'Abhaya Libre';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/abhaya-libre-v17-latin-700.eot');
    src: url('./fonts/abhaya-libre-v17-latin-700.eot?#iefix') format('embedded-opentype'),
        url('./fonts/abhaya-libre-v17-latin-700.woff2') format('woff2'),
        url('./fonts/abhaya-libre-v17-latin-700.woff') format('woff'),
        url('./fonts/abhaya-libre-v17-latin-700.ttf') format('truetype'),
        url('./fonts/abhaya-libre-v17-latin-700.svg#AbhayaLibre') format('svg');
}

@font-face {
    font-family: 'Abhaya Libre';
    font-display: swap;
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/abhaya-libre-v17-latin-800.eot');
    src: url('./fonts/abhaya-libre-v17-latin-800.eot?#iefix') format('embedded-opentype'),
        url('./fonts/abhaya-libre-v17-latin-800.woff2') format('woff2'),
        url('./fonts/abhaya-libre-v17-latin-800.woff') format('woff'),
        url('./fonts/abhaya-libre-v17-latin-800.ttf') format('truetype'),
        url('./fonts/abhaya-libre-v17-latin-800.svg#AbhayaLibre') format('svg');
}

@font-face {
    font-family: 'Arimo';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/arimo-v34-latin-regular.eot');
    src: url('./fonts/arimo-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/arimo-v34-latin-regular.woff2') format('woff2'),
        url('./fonts/arimo-v34-latin-regular.woff') format('woff'),
        url('./fonts/arimo-v34-latin-regular.ttf') format('truetype'),
        url('./fonts/arimo-v34-latin-regular.svg#Arimo') format('svg');
}

@font-face {
    font-family: 'Arimo';
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/arimo-v34-latin-500.eot');
    src: url('./fonts/arimo-v34-latin-500.eot?#iefix') format('embedded-opentype'),
        url('./fonts/arimo-v34-latin-500.woff2') format('woff2'),
        url('./fonts/arimo-v34-latin-500.woff') format('woff'),
        url('./fonts/arimo-v34-latin-500.ttf') format('truetype'),
        url('./fonts/arimo-v34-latin-500.svg#Arimo') format('svg');
}

@font-face {
    font-family: 'Arimo';
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/arimo-v34-latin-600.eot');
    src: url('./fonts/arimo-v34-latin-600.eot?#iefix') format('embedded-opentype'),
        url('./fonts/arimo-v34-latin-600.woff2') format('woff2'),
        url('./fonts/arimo-v34-latin-600.woff') format('woff'),
        url('./fonts/arimo-v34-latin-600.ttf') format('truetype'),
        url('./fonts/arimo-v34-latin-600.svg#Arimo') format('svg');
}

@font-face {
    font-family: 'Arimo';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/arimo-v34-latin-700.eot');
    src: url('./fonts/arimo-v34-latin-700.eot?#iefix') format('embedded-opentype'),
        url('./fonts/arimo-v34-latin-700.woff2') format('woff2'),
        url('./fonts/arimo-v34-latin-700.woff') format('woff'),
        url('./fonts/arimo-v34-latin-700.ttf') format('truetype'),
        url('./fonts/arimo-v34-latin-700.svg#Arimo') format('svg');
}

@font-face {
    font-family: 'Geist';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/geist-v3-latin-regular.eot');
    src: url('./fonts/geist-v3-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/geist-v3-latin-regular.woff2') format('woff2'),
        url('./fonts/geist-v3-latin-regular.woff') format('woff'),
        url('./fonts/geist-v3-latin-regular.ttf') format('truetype'),
        url('./fonts/geist-v3-latin-regular.svg#Geist') format('svg');
}

* {
    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%;
}

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

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

/* Common Styling */

a.cmn-btn {
    font-size: 24px;
    line-height: 1;
    color: #1a2339;
    background-color: #ffc002;
    text-decoration: none;
    padding: 16px 34px;
    border-radius: 50px;
    font-family: 'Abhaya Libre';
    font-weight: 800;
    text-transform: uppercase;
    outline: 3px solid #ffc002;
    outline-offset: 4px;
    display: inline-block;
}

a.cmn-btn:hover {
    /* background-color: #000; */
    background-color: transparent;
    color: #ffc002;
}

.text-heading {
    font-family: var(--headingFont);
    font-weight: 800;
    font-size: 75px;
    color: #1a2339;
    line-height: 1.0;
    margin: 0 0 40px 0;
    text-align: center;
}

/* Child Porn Lp header sec starts */

.header-sec {
    padding: 25px 0 0;
    position: fixed;
    z-index: 999;
    width: 100%;
}

header.header-sec.f-nav {
    background-color: #15192c;
    padding: 15px 0;
    transition: 0.5s ease;
}

.header-sec .container {
    width: 100%;
    max-width: 1700px;
    margin: auto;
}

.logo {
    width: 25%;
}

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

.header-top-rit {
    display: flex;
    gap: 42px;
    align-items: center;
    justify-content: flex-end;
}

.hdr-cal p {
    font-family: 'Arimo';
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin: 0;
}

.hdr-cal a {
    font-family: 'Abhaya Libre';
    font-size: 30px;
    line-height: 1;
    margin: 7px 0 0;
    display: inline-block;
    color: #ffff;
}

.hdr-cal a:hover {
    color: #ffc002;
}

.hdr-cal {
    position: relative;
    padding-left: 50px;
}

.hdr-cal a::before {
    background-image: url(./child-porn-lp-images/sprites.webp);
    position: absolute;
    content: "";
    height: 40px;
    width: 37px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: -22px -17px;
}

.language-labels span {
    font-family: 'Arimo';
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.language-labels span:last-child {
    margin: 0;
}

.hdr-lang {
    border-right: 1px solid #fff;
    padding: 0 50px 0 0px;
    margin: 0 16px 0 0;
}

.hdr-lang p:last-child {
    margin: 0;
}

.lang-list img {
    display: none;
}

.lang-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lang-en {
    line-height: 1;
}

.lang-list a {
    font-family: 'Arimo';
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.lang-list a.glink.gt-current-lang {
    color: #fec100;
    font-weight: inherit;
}

.lang-list #topswitchBox {
    width: 35px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
    display: block;
    transition: all 0.5s ease-in-out;
}

.lang-list p {
    margin: 0;
}

.lang-list #topswitchBox::before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
    transition: all 0.5s ease-in-out;
    border-radius: 100%;
    background-color: #fec100;
}

#topswitchBox.switchOn::before {
    left: inherit;
    right: 2px;
}

.headdr-btn a.cmn-btn::before {
    display: none;
}

/* Mobile Menu Starts */
@media screen and (min-width: 1025px) {

    .logo-rit,
    .tab-call {
        display: none;
    }

    .lang-list.mobile,
    .mobile-logo-right .headdr-btn.mobile {
        display: none;
    }
}

.showhide {
    display: none;
    width: 110px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .showhide {
        display: block;
    }
}

.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #31394d;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: scroll;
    padding: 15px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
}

.menu-top-menu-container {
    display: block;
    width: 100%;
}

.mobinav.open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.mobinav ul {
    margin: 0 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    margin: 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: var(--bodyFont);
}

.mobinav a {
    width: 100%;
    padding: 10px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: var(--bodyFont);
    border: 0;
    margin: 0 0 0px 0;
    text-decoration: none;
}

.mobinav a:hover {
    color: #ffc002;
}

.mobinav ul li ul {
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
}

.mobinav ul li .drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 37px;
    z-index: 5;
}

.mobinav ul li .drop.open {
    width: 20px;
}

.mobinav ul li .drop::before,
.mobinav ul li .drop.close::after {
    content: '';
    background-color: #fff;
    position: absolute;
}

.mobinav ul li .drop::before {
    width: 20px;
    height: 2px;
    top: 16px;
    right: 1px;
}

.mobinav ul li .drop.close::after {
    width: 2px;
    height: 20px;
    top: 7px;
    right: 10px;
}

.mobile-menu-button-container {
    display: block;
}

@media screen and (min-width: 768px) {
    .mobile-menu-button-container {
        display: none;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}

/* Mobile Menu Ends */

/* header responsive starts */

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

    a.cmn-btn {
        font-size: 21px;
        padding: 14px 30px;
    }

    .hdr-cal a {
        font-size: 29px;
    }
}

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

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

    a.cmn-btn {
        font-size: 19px;
        padding: 12px 25px;
    }

    .language-labels span {
        font-size: 17px;
        margin: 0 0 8px;
    }

    .hdr-lang {
        padding: 0 45px 0 0px;
        margin: 0 14px 0 0;
    }

    .header-top-rit {
        gap: 38px;
    }

    .hdr-cal a {
        font-size: 28px;
    }

    .switch {
        width: 21px;
        height: 55px;
    }

    .lang-list a {
        font-size: 17px;
    }

    .lang-list {
        gap: 9px;
    }


}

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

    .container {
        max-width: 1034px;
    }

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

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

    .header-sec .container {
        max-width: 1400px;
    }

    .switch {
        width: 20px;
        height: 52px;
        margin-bottom: 8px;
    }

    .language-labels span {
        font-size: 16px;
        margin: 0 0 8px;
    }

    .hdr-lang {
        padding: 0 42px 0 0px;
        margin: 0 13px 0 0;
    }

    .header-top-rit {
        gap: 35px;
    }

    .hdr-cal a::before {
        transform: scale(0.85);
        transform-origin: left center;
    }

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

    .hdr-cal {
        padding-left: 44px;
    }

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

    .lang-list a {
        font-size: 16px;
    }

    .lang-list {
        gap: 8px;
    }

}

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

    .container1 {
        max-width: 1126px;
    }

    .container {
        max-width: 966px;
    }

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

    a.cmn-btn {
        font-size: 17px;
        padding: 12px 18px 10px;
        outline-width: 2px;
        outline-offset: 3px;
    }

    .switch {
        width: 18px;
        height: 47px;
        margin-bottom: 7px;
    }

    .language-labels span {
        font-size: 15px;
        margin: 0 0 9px;
    }

    .hdr-lang {
        padding: 0 38px 0 0px;
        margin: 0 11px 0 0;
    }

    .header-top-rit {
        gap: 30px;
    }

    .hdr-cal a::before {
        transform: scale(0.8);
    }

    .hdr-cal p {
        font-size: 16px;
    }

    .hdr-cal a {
        font-size: 24px;
        margin: 5px 0 0;
    }

}

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

    .container {
        max-width: 912px;
    }

    .header-sec .container {
        max-width: 1200px;
    }

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

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

    .switch {
        width: 16px;
        height: 43px;
        margin-bottom: 7px;
    }

    .hdr-lang {
        padding: 0 33px 0 0px;
        margin: 0 10px 0 0;
    }

    .language-toggle {
        gap: 9px;
    }

    .hdr-cal a::before {
        transform: scale(0.75);
    }

    .hdr-cal a {
        font-size: 23px;
        margin: 5px 0 0;
    }

    .header-top-rit {
        gap: 27px;
    }

    .hdr-cal {
        padding-left: 38px;
    }

    .lang-list a {
        font-size: 15px;
    }

    .lang-list {
        gap: 7px;
    }

}

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

    .container {
        max-width: 840px;
    }

    .header-sec .container {
        max-width: 1140px;
    }

    .text-heading {
        font-size: 46px;
        margin: 0 0 22px;
    }

    .logo {
        width: 24%;
    }

    .switch {
        width: 14px;
        height: 40px;
        margin-bottom: 6px;
    }

    .hdr-lang {
        padding: 0 28px 0 0px;
        margin: 0 8px 0 0;
    }

    .header-top-rit {
        gap: 24px;
    }

    .hdr-cal {
        padding-left: 36px;
    }

    .hdr-cal a {
        font-size: 22px;
        margin: 4px 0 0;
    }

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

    .hdr-cal a::before {
        transform: scale(0.7);
    }

    .lang-list a {
        font-size: 14px;
    }

    .lang-list {
        gap: 6px;
    }


}

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

    .logo {
        width: 23%;
    }

    .switch {
        width: 13px;
        height: 39px;
        margin-bottom: 6px;
    }

    .language-labels span {
        font-size: 14px;
        margin: 0 0 8px;
    }

    .hdr-lang {
        padding: 0 24px 0 0px;
        margin: 0 5px 0 0;
    }

    .header-top-rit {
        gap: 22px;
    }

    .hdr-cal a {
        font-size: 21px;
        margin: 4px 0 0;
    }

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

    .hdr-cal a::before {
        transform: scale(0.65);
    }

    .hdr-cal {
        padding-left: 32px;
    }

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

}

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

    a.cmn-btn {
        font-size: 14px;
        padding: 10px 15px 8px;
    }


    .switch {
        width: 12px;
        height: 34px;
        margin-bottom: 6px;
    }

    .language-labels span {
        font-size: 13px;
        margin: 0 0 7px;
    }

    .language-labels span:last-child {
        margin: 0;
    }

    .header-top-rit {
        gap: 20px;
    }

    .hdr-cal {
        padding-left: 29px;
    }

    .hdr-cal a::before {
        transform: scale(0.6);
    }

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

    .hdr-cal a {
        font-size: 20px;
        margin: 3px 0 0;
    }

}

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

    .header-sec .container,
    .container1,
    .container {
        max-width: 720px;
        padding: 0;
    }

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

    .logo {
        max-width: 100%;
    }

    .logo img {
        width: 270px;
    }

    .header-sec .container {
        max-width: 720px;
    }

    .tab-call svg {
        width: 23px;
        height: 23px;
        margin: -2px 0;
    }

    .tab-call span.text {
        color: #fff;
        font-size: 23px;
        letter-spacing: 0.5px;
        font-family: var(--headingFont);
        display: inline-block;
    }

    button.showhide {
        background: #31394d;
        border: none;
        width: 45px;
        height: 40px;
        padding: 0px 10px;
        border-radius: 5px;
    }

    span.menuBar.menuBar-3 {
        margin: 0;
    }

    button.showhide span {
        width: 100%;
        height: 3px;
        background-color: #fff;
        display: block;
        margin-bottom: 5px;
    }

    .header-sec {
        position: fixed;
        background-color: #15192c;
        padding: 10px 10px !important;
        width: 100%;
    }

    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 20px;
    }

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

    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #ffc002;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }

    .head-sec.f-nav .logo {
        width: 100% !important;
    }

    .mobinav .top-rit {
        display: block;
    }

    .mobinav .header-top-rit {
        gap: 10px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .mobinav .hdr-lang {
        padding: 0;
        margin: 0 5px 0 0;
        border: none;
    }

    .mobinav .lang-list a {
        font-size: 14px;
        padding: 0;
    }

    .mobinav .lang-list {
        gap: 10px;
        margin: 0 0 15px;
    }

    .logo-container {
        flex-direction: column;
    }

    .hdr-lang {
        display: none;
    }

    .headdr-btn {
        display: none;
    }

    .headdr-btn.mobile {
        display: block;
    }

    .lang-es {
        line-height: 1;
    }

    .lang-list {
        flex-direction: row;
    }

    .mobile-logo-right {
        display: flex;
        align-items: center;
        gap: 30px;
    }

}

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

    .container,
    .header-sec .container,
    .container1 {
        max-width: 100%;
        padding: 0 10px;
    }

    .logo-rit,
    .tab-call {
        display: none;
    }

    .mobile-menu-button-container {
        background: #31394d;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px 0 7px;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }

    .logo {
        justify-content: center !important;
        flex-direction: column;
    }
    .mobile-menu-button-container a.mobi-call {
        width: 50%;
        justify-content: center;
        padding: 6px 8px;
        border-left: 1px solid #fff;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .mobile-menu-button-container button.mobileMenuToggle {
        border: none;
        background: transparent;
        width: 50%;
    }

    .mobile-menu-button-container button.mobileMenuToggle svg {
        width: 22px;
        height: 15px;
    }

    .mobile-menu-button-container a.mobi-call span.button-text,
    .mobile-menu-button-container span.menu-text {
        font-family: var(--bodyFont);
        font-weight: 500;
        font-size: 22px;
        line-height: 1;
        letter-spacing: -0.8px;
        color: #fff;
    }

    .mobile-menu-button-container span.svg-icon svg {
        width: 25px;
    }

    button.showhide {
        display: none;
    }

    .text-heading {
        font-size: 30px;
        margin: 0 0 12px;
    }

    .childpornfed-why-Chose-sec .text-heading::before,
    .childpornfed-why-Chose-sec .text-heading strong::after {
        display: none;
    }

    .logo img {
        width: 250px;
    }
    .logo-container {
        flex-direction: column;
        gap: 20px;
    }
    .header-sec{ position: absolute;}
    



}

@media screen and (max-width:480px) {
    .text-heading {
        font-size: 25px;
    }
    .logo img {
        width: 230px;
    }
        .lang-list {
        flex-direction: column;
    }
    header.header-sec .container{ padding: 0;}
    .lang-list a {
        font-size: 13px;
    }
    .mobile-logo-right {
        gap: 20px;
    }
    .headdr-btn.mobile a {
    font-size: 13px;
}
    .header-top-rit {
        gap: 14px;
    }
        .hdr-cal a {
        font-size: 16px;
        margin: 4px 0 0;
    }
}

/* Child Porn Lp banner sec starts */

.childpornfed-banner-sec {
    padding: 265px 0 285px;
    text-align: left;
    background-image: url(./child-porn-lp-images/banner-sec-bkg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.childpornfed-banner-sec .text-heading {
    color: #ffc002;
    font-size: 55px;
    text-align: left;
    line-height: 1;
    font-weight: 800;
    margin: 0;
    text-transform: capitalize;
}

.childpornfed-banner-sec .text-heading strong {
    font-size: 155px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    line-height: 0.8;
    margin: 9px 0 0;
    font-weight: 800;
}

.childpornfed-banner-sec .bnnr-txt {
    font-family: 'Abhaya Libre';
    font-size: 40px;
    color: #fff;
    text-align: left;
    line-height: 1;
    margin: 0;
    position: relative;
    padding-right: 185px;
    display: inline-block;
}

.childpornfed-banner-sec .bnnr-txt::before {
    background-color: #fff;
    position: absolute;
    content: "";
    height: 1px;
    width: 26.6%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.childpornfed-banner-sec .bannr-hdg-dv {
    width: 55%;
}

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

    .childpornfed-banner-sec {
        padding: 220px 0 200px;
    }

    .childpornfed-banner-sec .text-heading {
        font-size: 42px;
    }

    .childpornfed-banner-sec .text-heading strong {
        font-size: 120px;
    }

    .childpornfed-banner-sec .bnnr-txt {
        font-size: 33px;
        padding-right: 125px;
    }

    .childpornfed-banner-sec .bnnr-txt::before {
        width: 23.2%;
    }

}

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


    .childpornfed-banner-sec .text-heading {
        font-size: 40px;
    }

    .childpornfed-banner-sec .text-heading strong {
        font-size: 115px;
    }

    .childpornfed-banner-sec .bnnr-txt {
        font-size: 30px;
        padding-right: 110px;
    }

    .childpornfed-banner-sec {
        padding: 205px 0 185px;
    }

    .childpornfed-banner-sec .bnnr-txt::before {
        width: 22.2%;
    }


}

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


    .childpornfed-banner-sec {
        padding: 185px 0 180px;
    }

    .childpornfed-banner-sec .text-heading {
        font-size: 38px;
    }

    .childpornfed-banner-sec .text-heading strong {
        font-size: 108px;
    }

}

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


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

    .childpornfed-banner-sec .text-heading {
        font-size: 36px;
    }

    .childpornfed-banner-sec .text-heading strong {
        font-size: 101px;
    }

    .childpornfed-banner-sec .bnnr-txt {
        font-size: 28px;
    }


}

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

    .childpornfed-banner-sec {
        padding: 170px 0 50px;
        position: relative;
        z-index: 1;
    }
    .childpornfed-banner-sec::before{
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        /*background: linear-gradient(to bottom,  rgba(0,0,0,0) -1%,rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.65) 100%);*/
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -1%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0, 0.45) 1%, rgba(0, 0, 0, 0.65) 100%);
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .childpornfed-banner-sec .bannr-hdg-dv {
        width: 100%;
    }

    .childpornfed-banner-sec .text-heading {
        font-size: 30px;
        text-align: center;
    }

    .childpornfed-banner-sec .text-heading strong {
        font-size: 50px;
    }

    .childpornfed-banner-sec .bnnr-txt {
        font-size: 28px;
        text-align: center;
        padding: 0 0 10px;
        display: block;
    }

    .childpornfed-banner-sec .bnnr-txt::before {
        top: auto;
        bottom: 0;
        margin: auto;
        left: 0;
    }

}

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

    .childpornfed-banner-sec {
        padding: 210px 0 35px;
    }

    .childpornfed-banner-sec .text-heading {
        font-size: 25px;
        margin: 0 0 8px;
    }

    .childpornfed-banner-sec .text-heading strong {
        font-size: 40px;
    }

    .childpornfed-banner-sec .bnnr-txt {
        font-size: 23px;
        padding: 0 0 8px;
    }

}

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

    .childpornfed-banner-sec .text-heading {
        font-size: 21px;
        margin: 0 0 7px;
    }

    .childpornfed-banner-sec .text-heading strong {
        font-size: 30px;
    }

    .childpornfed-banner-sec .bnnr-txt {
        font-size: 20px;
    }

}

/* Child Porn Lp banner sec ends */


/* Child Porn Lp contact firm sec starts */

.childpornfed-cntct-firm-sec {
    background-color: #f5f6f7;
    padding: 0 0 99px;
}

.cntct-firm-form {
    display: flex;
    justify-content: space-between;
}

.cntct-firm {
    padding: 50px;
    width: 46.1%;
    background-color: #ffc002;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    margin: -139px 0 0;
}

.cntct-firm::before {
    background-image: url(./child-porn-lp-images/cntact-firm-bfor.webp);
    position: absolute;
    content: "";
    height: 98.5%;
    width: 92.5%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}

.cntct-form-cntnt {
    width: 48.2%;
    padding: 40px 0 0 0;
    border-top: 1px solid #8a8d93;
    margin: 80px 0 0 0;
}

.cntct-firm .text-heading {
    font-size: 55px;
    margin: 0 0 7px;
    text-align: center;
    color: #000;
}

.cntct-firm p {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 15px;
    margin: 0 0 35px;
    color: #000000;
    line-height: 1;
    text-align: center;
}

.cntct-form-cntnt p {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 38px;
    color: #000000;
    line-height: 2.1;
}

.cntct-form-cntnt p strong {
    font-weight: 700;
}

.cntct-form-cntnt p:last-child {
    margin: 0;
}

.cntct-firm .gfield input.large {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 17px !important;
    line-height: 1 !important;
    padding: 22px 28px 18px !important;
    color: #000 !important;
    border: 0;
    outline: 0;
    height: auto;
    background-color: #fff;
    border-radius: 0;
}

.cntct-firm .gfield textarea.large {
    height: 148px !important;
    border-radius: 0;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 17px !important;
    padding: 19px 27px !important;
    color: #000 !important;
    min-height: auto !important;
    border: 0;
    outline: 0;
    resize: none;
    background-color: #fff;
}

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

.cntct-firm .gfield input::placeholder,
.cntct-firm .gfield textarea::placeholder {
    color: #000;
}

.cntct-firm .form-links button,
.cntct-firm .form-links a,
.cntct-firm .gfield-choice-input+label {
    font-weight: 400;
    font-family: 'Arimo';
    font-size: 15px !important;
    line-height: 1;
    letter-spacing: 0px;
    color: #000 !important;
}

.cntct-firm .gfield-choice-input+label {
    cursor: pointer;
}

.cntct-firm .form-links {
    margin: 8px 0 !important;
    display: flex;
    align-items: center;
}

.cntct-firm .gform_wrapper .formpopuptext {
    position: absolute;
    top: 29px;
    right: 0;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    color: #000;
    font-family: 'Arimo';
    z-index: 2;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0;
    padding: 10px;
    pointer-events: none;
    text-align: center;
}

.cntct-firm .gchoice {
    margin: -20px 0 0 0;
    display: flex !important;
    justify-content: flex-start;
}

.cntct-firm .gform_wrapper .gfield div#validation_message_3_8 {
    left: 0;
    right: auto;
}

.cntct-firm .form-links button {
    background: transparent !important;
    border: none !important;
    height: max-content;
    min-height: auto !important;
    padding: 0 !important;
    outline: none !important;
    vertical-align: middle !important;
    box-shadow: none !important;
}

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

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

.cntct-firm .gform_wrapper .top_label input[type="checkbox"] {
    margin: 1px -5px 0px 0 !important;
    width: 10px !important;
    height: 10px !important;
    background-color: #000;
    border: none;
    border-radius: 0 !important;
    min-width: 5px;
}

.cntct-firm .gform_fields {
    display: grid;
    grid-column-gap: 20px !important;
    grid-row-gap: 20px !important;
}

.cntct-firm .gform_heading {
    display: none;
}

.cntct-firm .gform_footer {
    margin: -34px 7px 0 0 !important;
    padding: 0;
    justify-content: end !important;
}

.cntct-firm #field_submit,
.cntct-firm .gform_footer {
    display: flex;
    justify-content: flex-end;
}

.cntct-firm .gform_footer input[type="submit"] {
    background-color: #1f2430 !important;
    text-decoration: none;
    font-family: 'Abhaya Libre' !important;
    outline: 3px solid #1f2430 !important;
    outline-offset: 3px !important;
    display: inline-block !important;
    padding: 13px 38px !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    border-radius: 55px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    border: none !important;
    color: #fff !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    min-height: auto !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    line-height: 1 !important;
}

.cntct-firm .gform_footer input[type="submit"]:hover {
    background-color: transparent !important;
    color: #000 !important;
}

.cntct-firm .gchoice.gchoice_1_12_1 input {
    width: 20px;
    height: 20px;
}

.cntct-firm .popup {
    max-width: 60%;
}

.cntct-firm div#popup-container {
    position: relative;
}

.cntct-firm div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}

.cntct-firm .gform_wrapper .gform_validation_errors {
    display: none;
}

.cntct-firm .gform_wrapper .gfield {
    position: relative;
}

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

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

.cntct-firm .gform_wrapper .gfield .instruction.validation_message {
    top: 37px;
}

.cntct-firm .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}

.cntct-firm .gfield--type-checkbox .gfield_description {
    right: inherit;
    left: 0;
}

.cntct-firm .popup {
    max-width: 100%;
}

.cntct-firm .gform_fields {
    grid-column-gap: 20px !important;
    grid-row-gap: 20px !important;
}

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

.cntct-firm .gform_footer {
    margin: -32px 7px 0 0;
    padding: 0;
    justify-content: end;
}


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

    .childpornfed-cntct-firm-sec {
        padding: 0 0 80px;
    }

    .cntct-firm .text-heading {
        font-size: 48px;
    }

    .cntct-firm p {
        margin: 0 0 25px;
    }

    .cntct-firm .gform_fields {
        grid-column-gap: 17px !important;
        grid-row-gap: 17px !important;
    }

    .cntct-firm .gfield input.large {
        padding: 16px 20px 16px !important;
        font-size: 15px !important;
    }

    .cntct-firm .gfield textarea.large {
        padding: 13px 15px !important;
        height: 130px !important;
    }

    .cntct-firm {
        padding: 37px 38px 46px;
        margin: -100px 0 0;
    }

    .cntct-form-cntnt {
        padding: 30px 0 0 0;
        margin: 60px 0 0 0;
    }

    .cntct-firm .form-links button,
    .cntct-firm .form-links a,
    .cntct-firm .gfield-choice-input+label {
        font-size: 14px !important;
    }

    .cntct-form-cntnt p {
        font-size: 15px;
        margin: 0px 0 38px;
        line-height: 1.8;
    }

    .cntct-firm .gform_footer input[type="submit"] {
        padding: 10px 30px !important;
        font-size: 19px !important;
        outline-width: 2px !important;
    }

    .cntct-firm .gform_wrapper .gfield .instruction.validation_message {
        top: 27px;
    }


}

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

    .childpornfed-cntct-firm-sec {
        padding: 0 0 70px;
    }

    .cntct-firm {
        padding: 33px 35px 42px;
        border-radius: 18px;
    }

    .cntct-firm .text-heading {
        font-size: 42px;
    }

    .cntct-firm .gform_footer input[type="submit"] {
        padding: 10px 25px !important;
        font-size: 17px !important;
    }

    .cntct-form-cntnt {
        padding: 25px 0 0 0;
        margin: 55px 0 0 0;
    }

    .cntct-firm .gfield textarea.large {
        height: 125px !important;
    }

    .cntct-form-cntnt p {
        font-size: 15px;
        margin: 0 0 30px;
        line-height: 1.7;
    }

    .cntct-firm .gform_fields {
        grid-column-gap: 15px !important;
        grid-row-gap: 15px !important;
    }

    .cntct-firm .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .cntct-firm .gform_wrapper .gfield .instruction.validation_message {
        font-size: 12px;
        right: 5px;
    }

    .cntct-firm .gform_footer {
        margin: -29px 7px 0 0 !important;
    }

    .cntct-firm .gchoice {
        margin: -16px 0 0 0;
    }

    .cntct-firm .form-links {
        margin: 4px 0 0;
    }

}

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

    .cntct-firm .text-heading {
        font-size: 38px;
    }

    .cntct-firm {
        padding: 30px 35px 38px;
        border-radius: 16px;
    }

    .cntct-firm p {
        margin: 0 0 25px;
        font-size: 14px;
    }

    .cntct-firm .gfield input.large {
        padding: 13px 20px 13px !important;
        font-size: 15px !important;
    }

    .cntct-firm .gform_fields {
        grid-column-gap: 14px !important;
        grid-row-gap: 14px !important;
    }

    .cntct-firm .gform_footer input[type="submit"] {
        padding: 10px 23px 8px !important;
        font-size: 15px !important;
        outline-offset: 2px !important;
    }

    .cntct-form-cntnt p {
        font-size: 14px;
        margin: 0 0 26px;
    }

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

    .cntct-firm .gform_wrapper .top_label input[type="checkbox"] {
        margin: 2px -5px 0px 0 !important;
        width: 9px !important;
        height: 9px !important;
        min-width: 5px;
    }

    .cntct-firm .gfield textarea.large {
        padding: 12px 18px !important;
        height: 115px !important;
    }

}

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

    .childpornfed-cntct-firm-sec {
        padding: 0 0 65px;
    }

    .cntct-firm .gchoice {
        margin: -13px 0 0 0;
    }

    .cntct-firm .gform_footer {
        margin: -23px 7px 0 0 !important;
    }

    .cntct-firm {
        padding: 28px 30px 25px;
        margin: -85px 0 0;
        border-radius: 14px;
    }

    .cntct-firm p {
        margin: 0 0 23px;
        font-size: 13px;
    }

    .cntct-form-cntnt p {
        font-size: 13px;
        margin: 0 0 26px;
    }

    .cntct-firm .gfield input.large {
        padding: 11px 16px 13px !important;
        font-size: 14px !important;
    }

    .cntct-firm .text-heading {
        font-size: 35px;
    }

    .cntct-firm .gform_fields {
        grid-column-gap: 12px !important;
        grid-row-gap: 12px !important;
    }

    .cntct-firm .gfield textarea.large {
        height: 100px !important;
        font-size: 14px !important;
    }

    .cntct-form-cntnt {
        padding: 25px 0 0 0;
        margin: 48px 0 0 0;
    }

    .cntct-firm .gform_footer input[type="submit"] {
        padding: 10px 20px 8px !important;
        font-size: 14px !important;
        outline: 2px solid #1f2430;
        outline-offset: 1px;
    }


}

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

    .childpornfed-cntct-firm-sec {
        padding: 40px 0;
    }

    .cntct-firm-form {
        flex-direction: column;
        gap: 15px;
    }

    .cntct-firm {
        margin: auto;
        width: 100%;
        max-width: 400px;
        border-radius: 10px;
        padding: 20px 20px 25px;
    }

    .cntct-form-cntnt {
        padding: 15px 0 0;
        margin: 0;
        width: 100%;
        text-align: center;
        border-top: 1px solid #8a8d93;
    }

    .cntct-form-cntnt p {
        font-size: 14px;
        margin: 0 0 15px;
    }

    .cntct-firm .gform_fields {
        grid-column-gap: 10px !important;
        grid-row-gap: 10px !important;
    }

    .cntct-firm .gform_wrapper .top_label input[type="checkbox"] {
        width: 9px !important;
        height: 9px !important;
    }

    .cntct-firm p {
        margin: 0 0 15px;
        font-size: 14px;
    }

    .cntct-firm .gchoice {
        margin: -8px 0 0 0;
    }

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



}

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

    .cntct-firm .text-heading {
        font-size: 30px;
    }

    .cntct-firm .gform_fields {
        display: flex;
        flex-direction: column;
    }

}

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

    .cntct-firm .text-heading {
        font-size: 27px;
    }

    .childpornfed-cntct-firm-sec {
        padding: 30px 0;
    }

    .cntct-firm {
        margin: auto;
        width: 100%;
        max-width: 400px;
        border-radius: 10px;
        padding: 15px 15px 20px;
    }

    .cntct-firm .gfield input.large {
        padding: 9px 12px 13px !important;
        font-size: 14px !important;
    }

    .cntct-firm .gfield textarea.large {
        height: 85px !important;
        font-size: 14px !important;
        padding: 10px 14px !important;
    }



}



/* Child Porn Lp contact firm sec ends */

/* Child Porn Lp why Chose sec starts */

.childpornfed-why-Chose-sec {
    padding: 112px 0 130px;
}

.why-chose-top-blk {
    width: 85.4%;
    margin: 0 auto;
}

.childpornfed-why-Chose-sec .text-heading {
    position: relative;
    margin: 0px 0px 14px;
    text-align: left;
}

.childpornfed-why-Chose-sec .text-heading strong {
    display: block;
    text-align: right;
    text-transform: math-auto;
    font-weight: 800;
    position: relative;
}

.childpornfed-why-Chose-sec .text-heading::before,
.childpornfed-why-Chose-sec .text-heading strong::after {
    background-color: #8f9197;
    position: absolute;
    content: "";
    height: 1px;
    width: 25.2%;
    right: 0;
    top: 39px;
    margin: auto;
}

.childpornfed-why-Chose-sec .text-heading strong::after {
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: 41%;
}

.childpornfed-why-Chose-sec p {
    font-family: 'Arimo';
    font-size: 19px;
    color: #000000;
    line-height: 1.8;
    text-align: center;
    margin: 0 0 15px;
}

.childpornfed-why-Chose-sec .Wy-Chs-txt {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin: 0 0 79px;
}

.why-chose-lst {
    display: flex;
    justify-content: space-between;
}

.why-chose-itm {
    background-color: rgb(255, 255, 255);
    box-shadow: -22px 0px 40px 0px rgba(0, 0, 0, 0.1);
    width: 23%;
    padding: 42px 23px 34px 36px;
    text-align: left;
    border-top: 2px solid #ffc002;
    border-bottom: 2px solid #ffc002;
        border-radius: 20px;
}

/* .why-chose-itm:hover {
    border-radius: 20px;
    border-top: 2px solid #ffc002;
    border-bottom: 2px solid #ffc002;
} */

.why-chose-itm .wy-chs-itm-hdg {
    font-family: 'Abhaya Libre';
    font-size: 35px;
    font-weight: 700;
    padding: 76px 15px 27px 0;
    color: #1a2339;
    line-height: 1;
    margin: 0 0 23px;
    position: relative;
}
/* .why-chose-itm:hover .wy-chs-itm-hdg::after {
    background-color: #ffc002;
} */

.why-chose-itm .wy-chs-itm-hdg::before {
    background-image: url(./child-porn-lp-images/sprites.webp);
    position: absolute;
    content: "";
    height: 58px;
    width: 66px;
    left: -3px;
    top: 0;
    bottom: 0;
    background-position: -66px -17px;
}

.why-chose-itm.prvn-trk .wy-chs-itm-hdg::before {
    background-position: -152px -17px;
}

.why-chose-itm.clnt-fcs .wy-chs-itm-hdg::before {
    background-position: -231px -17px;
}

.why-chose-itm.cnfdnt-dscrt .wy-chs-itm-hdg::before {
    background-position: -314px -17px;
}

.why-chose-itm .wy-chs-itm-hdg::after {
    background-color: #1a2339;
    position: absolute;
    content: "";
    height: 2px;
    width: 19.7%;
    left: 0;
    margin: auto;
    bottom: 0;
}

.why-chose-itm p {
    font-family: 'Arimo';
    font-size: 17px;
    font-weight: 400;
    color: #000;
    text-align: left;
    line-height: 1.6;
    margin: 0px;
}

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

    .childpornfed-why-Chose-sec {
        padding: 100px 0 110px;
    }

    .childpornfed-why-Chose-sec .text-heading {
        font-size: 67px;
        margin: 0px 0px 11px;
    }

    .childpornfed-why-Chose-sec .text-heading strong::after {
        width: 41%;
    }

    .childpornfed-why-Chose-sec p {
        font-size: 16px;
        margin: 0 0 13px;
    }

    .childpornfed-why-Chose-sec .Wy-Chs-txt {
        margin: 0 0 60px;
        font-size: 22px;
    }

    .why-chose-itm {
        padding: 36px 20px 26px 28px;
    }

    .childpornfed-why-Chose-sec .Wy-Chs-txt {
        margin: 0 0 60px;
        font-size: 23px;
    }

    .why-chose-itm .wy-chs-itm-hdg {
        font-size: 31px;
        padding: 73px 15px 22px 0;
        margin: 0 0 20px;
    }
}

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

    .childpornfed-why-Chose-sec {
        padding: 90px 0 100px;
    }

    .childpornfed-why-Chose-sec .text-heading {
        font-size: 61px;
        margin: 0px 0px 11px;
    }

    .childpornfed-why-Chose-sec .text-heading::before {
        top: 27px;
    }

    .childpornfed-why-Chose-sec .text-heading strong::after {
        top: 0px;
    }

    .childpornfed-why-Chose-sec p {
        font-size: 15px;
        margin: 0 0 12px;
    }

    .childpornfed-why-Chose-sec .Wy-Chs-txt {
        margin: 0 0 55px;
        font-size: 21px;
    }

    .why-chose-itm .wy-chs-itm-hdg {
        font-size: 29px;
        padding: 65px 15px 17px 0;
    }

    .why-chose-itm {
        padding: 30px 20px 26px 25px;
    }

    .why-chose-itm p {
        font-size: 14px;
    }

    .why-chose-itm:hover {
        border-radius: 18px;
    }

    .why-chose-itm .wy-chs-itm-hdg::before {
        transform: scale(0.8);
        transform-origin: top left;
    }



}

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

    .childpornfed-why-Chose-sec {
        padding: 85px 0 95px;
    }

    .childpornfed-why-Chose-sec .text-heading {
        margin: 0px 0px 9px;
        font-size: 56px;
    }

    .childpornfed-why-Chose-sec p {
        font-size: 14px;
        margin: 0 0 8px;
    }

    .why-chose-itm .wy-chs-itm-hdg::before {
        transform: scale(0.75);
    }

    .why-chose-itm {
        padding: 25px 16px 23px 22px;
    }

    .why-chose-itm .wy-chs-itm-hdg {
        font-size: 27px;
        padding: 57px 15px 15px 0;
        margin: 0 0 16px;
    }

    .why-chose-itm:hover {
        border-radius: 16px;
    }

    .childpornfed-why-Chose-sec .Wy-Chs-txt {
        margin: 0 0 50px;
        font-size: 19px;
    }

}

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

    .childpornfed-why-Chose-sec {
        padding: 75px 0 85px;
    }

    .childpornfed-why-Chose-sec .text-heading {
        margin: 0px 0px 9px;
        font-size: 53px;
    }

    .why-chose-itm .wy-chs-itm-hdg {
        font-size: 25px;
    }

}

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

    .childpornfed-why-Chose-sec {
        padding: 65px 0 75px;
    }

    .childpornfed-why-Chose-sec .text-heading {
        margin: 0px 0px 9px;
        font-size: 48px;
    }

    .childpornfed-why-Chose-sec .text-heading::before {
        top: 22px;
    }

    .childpornfed-why-Chose-sec .Wy-Chs-txt {
        margin: 0 0 45px;
        font-size: 18px;
    }

    .why-chose-itm:hover {
        border-radius: 14px;
    }

    .why-chose-itm .wy-chs-itm-hdg {
        font-size: 23px;
        padding: 53px 13px 15px 0;
        margin: 0 0 14px;
    }

    .why-chose-itm .wy-chs-itm-hdg::before {
        transform: scale(0.7);
    }

    .childpornfed-why-Chose-sec p {
        font-size: 13px;
        margin: 0px 0 7px;
    }

    .why-chose-itm {
        padding: 23px 16px 20px 20px;
    }

}

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

    .childpornfed-why-Chose-sec {
        padding: 40px 0;
    }

    .childpornfed-why-Chose-sec .text-heading::before,
    .childpornfed-why-Chose-sec .text-heading strong::after {
        display: none;
    }

    .childpornfed-why-Chose-sec p {
        line-height: 1.5;
    }

    .childpornfed-why-Chose-sec .text-heading {
        margin: 0px 0px 10px;
        font-size: 40px;
        text-align: center;
    }

    .childpornfed-why-Chose-sec .text-heading strong {
        text-align: center;
    }

    .childpornfed-why-Chose-sec p {
        font-size: 14px;
        margin: 0px 0 10px;
    }

    .why-chose-itm {
        padding: 15px;
        width: 100%;
        max-width: 350px;
        margin: auto;
        height: 100%;
        box-shadow: none;
        border: 1px solid #1c253d;
        height: 100%;
    }

    .childpornfed-why-Chose-sec .Wy-Chs-txt {
        margin: 0 0 20px;
        font-size: 18px;
    }

    .why-chose-lst.owl-carousel .owl-stage {
        display: flex;
    }

    .why-chose-lst.owl-carousel .owl-item {
        padding: 0 2px;
    }

    .why-chose-itm:hover {
        border-radius: 10px;
        border: 1px solid #ffc002;
    }

    .why-chose-lst.owl-carousel .owl-nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 20px auto 0;
        max-width: 128px;
    }

    .why-chose-lst.owl-carousel .owl-nav button {
        background: #1c243a;
        color: #fff;
        width: 40px;
        height: 40px;
        font-size: 30px;
        line-height: 1;
    }

    .why-chose-lst.owl-carousel .owl-nav button:hover {
        background: #ffc002;
        transition: 0.4s ease;
    }

    .why-chose-top-blk {
        width: 100%;
        margin: 0 auto;
    }


}

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

    .childpornfed-why-Chose-sec .text-heading {
        font-size: 30px;
    }

}

@media screen and (max-width:480px) {
    .childpornfed-why-Chose-sec {
        padding: 30px 0;
    }

    .childpornfed-why-Chose-sec .text-heading {
        font-size: 21px;
    }

    .childpornfed-why-Chose-sec .text-heading strong {
        display: inline-block;
    }

    .childpornfed-why-Chose-sec .Wy-Chs-txt {
        margin: 0 0 16px;
        font-size: 17px;
        line-height: 1.3;
    }

}

/* Child Porn Lp why Chose sec ends */

/* Child Porn Lp Tab Section Starts */

.childpornfed-tab-section {
    background-image: url(./child-porn-lp-images/tab-sec-bkg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 110px;
}

.tab-btn-group {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
}

.childpornfed-tab-section .text-heading {
    text-align: center;
    color: #fff;
    line-height: 1.06;
    margin: 0 0 15px;
}

.childpornfed-tab-section .text-heading strong {
    color: #ffc002;
}

.childpornfed-tab-section p {
    font-size: 19px;
    color: #fff;
    text-align: center;
    font-family: 'Arimo';
    line-height: 1.2;
    margin: 0 0 55px;
    font-weight: 400;
}

.tab-btn,
.tab-btn:hover {
    padding: 15px 93px 15px 109px;
    border-radius: 10px;
    outline: 2px solid #3d4760;
    top: 0;
    position: relative;
    outline-offset: 0px;
    line-height: 1;
    width: 32.04%;
    color: #fff;
    font-family: 'Abhaya Libre';
    font-size: 35px;
    font-weight: 700;
    border-left: 2px solid #ffc002;
    display: flex;
    align-items: center;
}

.tab-btn::before,
.tab-btn::after {
    background-image: url(./child-porn-lp-images/sprites.webp);
    position: absolute;
    content: "";
    height: 56px;
    width: 55px;
    left: 30px;
    top: 0;
    margin: auto;
    bottom: 0;
    background-position: -407px -17px;
}

.tab-btn::after {
    height: 16px;
    width: 16px;
    right: 30px;
    left: auto;
    top: 0;
    margin: auto;
    bottom: 0;
    background-position: -413px -142px;
}

.tab-btn.tab-btn-active::after {
    background-position: -418px -169px;
}

.tab-btn:hover::after {
    background-position: -418px -169px;
}

.tab-btn.tab-btn-active::before {
    background-position: -407px -75px;
}

.tab-btn:hover::before {
    background-position: -407px -75px;
}

.tab-btn:hover {
    background-color: #ffc002;
    cursor: pointer;
    color: #1a2339;
}

.tab-btn.tab-btn-active {
    background-color: #ffc002;
    color: #1a2339;
}

.tab-content-area {
    background-color: #3d4760;
    border-radius: 20px;
}

.tab-pane {
    display: none;
}

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

.tab-content-inner {
    display: flex;
    justify-content: space-between;
}

.tab-img {
    width: 59.2%;
    border-radius: 20px;
}

.tab-img img {
    border-radius: 20px;
}

.tab-cntent {
    width: 50%;
    padding: 50px;
}

.tab-cntent .tab-txt {
    font-family: 'Abhaya Libre';
    font-size: 35px;
    color: #ffc002;
    line-height: 1;
    margin: 0 0 12px;
}

.tab-content-inner .tab-cntent p {
    font-size: 20px;
    line-height: 1.8;
    margin: 0;
    text-align: left;
}

.tab-cntent p strong {
    font-weight: 700;
}

/* Mobile */
.accordion.tab-content-area {
    background: transparent;
    display: none;
}
/* .childpornfed-tab-section .accordion-heading.tab-btn.tab-btn-active {
    background-color: #ffc002;
    color: #1a2339;
} */
.childpornfed-tab-section .accordion .accordion-section .accordion-heading.tab-btn {
    padding: 18px 40px 18px 80px;
    border-radius: 10px;
    outline: 2px solid #3d4760;
    top: 0;
    position: relative;
    outline-offset: 0px;
    line-height: 1;
    width: 100%;
    color: #fff;
    font-family: 'Abhaya Libre';
    font-size: 26px;
    font-weight: 700;
    border-left: 2px solid #ffc002;
    display: flex;
    align-items: center;
    max-width: 400px;
    margin: 0 0 10px;
}
.childpornfed-tab-section .accordion .accordion-section .accordion-heading.tab-btn:hover,
.childpornfed-tab-section .accordion-section.accordien-active .accordion-heading.tab-btn{
    background-color: #ffc002;
    cursor: pointer;
    color: #1a2339;
}
.childpornfed-tab-section .accordion-section.accordien-active .accordion-heading.tab-btn.tab-btn-active {
    color: #1a2339;
    background-color: #ffc002;
}
.childpornfed-tab-section .accordion .accordion-section .accordion-heading.tab-btn::before{
    background-image: url(./child-porn-lp-images/sprites.webp);
    position: absolute;
    content: "";
    height: 56px;
    width: 55px;
    left: 10px;
    top: 15px;
    margin: auto;
    bottom: 0;
    right: auto;
    background-position: -407px -17px;
}
.childpornfed-tab-section .accordion-section.accordien-active .accordion-heading.tab-btn::before {
    background-position: -407px -75px;
    transition: none;
}
.childpornfed-tab-section .accordion .accordion-section .accordion-heading .tab-btn.tab-btn-active::after {
    background-position: -418px -169px;
}
.childpornfed-tab-section .accordion .accordion-section .accordion-heading.tab-btn.tab-btn-active:after {
    background-position: -413px -142px;
}
.childpornfed-tab-section .accordion-section.accordien-active .accordion-heading.tab-btn:after{
    background-position: -418px -169px;
}
.childpornfed-tab-section .accordion-section.accordien-active .accordion-heading:before,
.childpornfed-tab-section .accordion .accordion-section .accordion-heading.tab-btn:hover:before {
    transition: none;
    background-position: -407px -75px;
}

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

    .childpornfed-tab-section {
        padding: 80px 0 90px;
    }

    .childpornfed-tab-section p {
        margin: 0 0 45px;
    }

    .tab-cntent {
        padding: 48px 50px;
    }

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

}

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

    .tab-btn,
    .tab-btn:hover {
        font-size: 28px;
        padding: 15px 69px 15px 95px;
    }

    .tab-btn::before,
    .tab-btn::after {
        transform: scale(0.9);
        left: 22px
    }

    .childpornfed-tab-section {
        padding: 60px 0 70px;
    }

    .tab-btn::after {
        right: 30px;
        left: auto;
    }

    .tab-cntent {
        padding: 30px 34px;
    }

    .tab-content-inner .tab-cntent p {
        font-size: 17px;
    }

    .tab-cntent .tab-txt {
        font-size: 32px;
        margin: 0 0 8px;
    }



}

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

    .tab-btn::before,
    .tab-btn::after {
        transform: scale(0.85);
        left: 18px;
    }

    .tab-btn,
    .tab-btn:hover {
        font-size: 25px;
        padding: 15px 75px 15px 85px;
    }

    .tab-btn::after {
        right: 20px;
        left: auto;
    }


}

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

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

    .tab-cntent {
        padding: 20px 27px;
    }

    .tab-cntent .tab-txt {
        font-size: 30px;
        margin: 0 0 4px;
    }

    .tab-content-inner .tab-cntent p {
        font-size: 15px;
    }

    .tab-img {
        border-radius: 16px;
    }

    .tab-content-area {
        border-radius: 18px;
    }


}

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

    .childpornfed-tab-section {
        padding: 40px 0 50px;
    }

    .childpornfed-tab-section p {
        margin: 0 0 30px;
        font-size: 16px;
    }

    .tab-btn,
    .tab-btn:hover {
        font-size: 21px;
        padding: 11px 64px 11px 79px;
    }

    .tab-cntent {
        padding: 18px 20px;
    }

    .tab-cntent .tab-txt {
        font-size: 28px;
    }

    .tab-content-inner .tab-cntent p {
        font-size: 14px;
    }

}

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

    .tab-btn,
    .tab-btn:hover {
        font-size: 19px;
        padding: 10px 64px 10px 70px;
    }

    .tab-btn::before,
    .tab-btn::after {
        transform: scale(0.75);
        left: 8px;
    }

    .tab-btn::after {
        right: 15px;
        left: auto;
    }

    .childpornfed-tab-section p {
        margin: 0 0 20px;
        font-size: 15px;
    }

    .tab-content-inner {
        flex-direction: column;
    }

    .tab-img {
        width: 100%;
        border-radius: 10px;
    }

    .tab-cntent {
        width: 100%;
    }

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

    .tab-img img {
        border-radius: 10px;
    }

    .childpornfed-tab-section {
        padding: 40px 0;
    }

    .tab-content-area {
        border-radius: 10px;
        max-width: 500px;
        margin: auto;
    }

    .tab-cntent {
        padding: 12px 15px;
    }

}

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

    .tab-btn-group {
        margin: 0px;
        flex-direction: column;
        gap: 13px;
    }

    .tab-btn,
    .tab-btn:hover {
        padding: 16px 64px 15px 70px;
        max-width: 320px;
        width: 100%;
        margin: auto;
    }

    .childpornfed-tab-section .text-heading {
        margin: 0 0 10px;
    }

    .tab-content-inner .tab-cntent p {
        font-size: 15px;
    }

    .tab-content-area {
        max-width: 400px;
    }

    .childpornfed-tab-section p {
        margin: 0 0 16px;
    }

    .tab-cntent .tab-txt {
        font-size: 25px;
    }

    .tabs-block {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }


    .tabs-block.mobile{
        display: none;
    }
    .accordion.tab-content-area {
    background: transparent;
    display: block;
}
.childpornfed-tab-section .accordion .accordion-section .accordion-heading.tab-btn {
    padding: 18px 30px 18px 60px;font-size: 20px;}
    .childpornfed-tab-section .accordion .accordion-section .accordion-heading.tab-btn::before {left: -5px;top: 22px;}
    .childpornfed-tab-section .accordion .accordion-section{ margin: 0; }
    .childpornfed-tab-section .accordion-section.accordien-active { margin: 0 0 14px; }
    .childpornfed-tab-section .accordion-section-content {padding: 0 10px 25px;}



}

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

    .childpornfed-tab-section {
        padding: 30px 0;
    }

    .childpornfed-tab-section p {
        line-height: 1.6;
    }

    .tab-btn,
    .tab-btn:hover {
        padding: 15px 35px 15px 60px;
        max-width: 280px;
    }

    .tab-btn::before,
    .tab-btn::after {
        transform: scale(0.65);
        left: 4px;
    }

    .tab-btn::after {
        right: 15px;
        left: auto;
    }

}

/* Child Porn Lp Tab Section ends */

/* Child Porn Lp our-approach Starts */

.childpornfed-our-apprch-sec {
    padding: 102px 0 90px;
    background-color: #f5f6f7;
}

.apprch-cntnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 29px;
}

.apprch-cntnt .text-heading {
    width: 55.8%;
    margin: 0;
    position: relative;
    text-transform: math-auto;
    line-height: 1.04;
    text-align: left;
}

.apprch-cntnt .text-heading::after {
    background-color: #3d4760;
    position: absolute;
    content: "";
    height: 67%;
    width: 2px;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
}

.apprch-cntnt p {
    font-family: 'Arimo';
    font-size: 19px;
    font-weight: 400;
    margin: 0;
    line-height: 1.7;
    width: 40%;
}

.apprch-whl {
    display: flex;
    justify-content: space-between;
}

.apprch-left {
    width: 45.32%;
}

.apprch-left ul li {
    position: relative;
    padding: 7px 0 0 91px;
    margin: 0 0 36px;
}

.apprch-left ul li:last-child {
    margin: 0;
}

.apprch-left ul .apprch-itm::before {
    background-image: url(./child-porn-lp-images/sprites.webp);
    position: absolute;
    content: "";
    height: 56px;
    width: 56px;
    left: 0;
    top: 10px;
    background-position: -22px -126px;
}

.apprch-left ul .apprch-itm::after {
    background-image: url(./child-porn-lp-images/sprites.webp);
    position: absolute;
    content: "";
    height: 34px;
    width: 13px;
    left: 22px;
    bottom: -23px;
    background-position: -334px -126px;
}

.apprch-left ul .apprch-itm.fore::before {
    background-position: -102px -126px;
}

.apprch-left ul .apprch-itm.aggr::before {
    background-position: -182px -126px;
}

.apprch-left ul .apprch-itm.nego::before {
    background-position: -260px -126px;
}

.apprch-left ul .apprch-itm.nego::after {
    display: none;
}

.apprch-left ul li .apprch-txt-hdg {
    color: #3d4760;
    font-size: 35px;
    font-family: 'Abhaya Libre';
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 6px;
    line-height: 1;
}

.apprch-left ul li p {
    color: #000;
    font-size: 17px;
    font-family: 'Arimo';
    font-weight: 400;
    margin: 0px;
    line-height: 1.6;
    text-transform: math-auto;
}

.apprch-rgt img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.apprch-rgt {
    width: 44.3%;
}


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

    .childpornfed-our-apprch-sec {
        padding: 80px 0 55px;
    }

    .apprch-left ul li .apprch-txt-hdg {
        font-size: 32px;
    }

}

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

    .childpornfed-our-apprch-sec {
        padding: 65px 0 40px;
    }

    .apprch-cntnt p {
        font-size: 17px;
        width: 42%;
    }

    .apprch-left ul li {
        padding: 7px 0 0 80px;
        margin: 0 0 25px;
    }

    .apprch-left ul li .apprch-txt-hdg {
        font-size: 28px;
    }

    .apprch-left ul li p {
        font-size: 15px;
    }

    .apprch-left ul li::before {
        transform: scale(0.9);
    }

}


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

    .childpornfed-our-apprch-sec {
        padding: 55px 0 35px;
    }

    .apprch-cntnt p {
        font-size: 16px;
    }

    .apprch-left ul li .apprch-txt-hdg {
        font-size: 25px;
    }

    .apprch-left ul li::before {
        transform: scale(0.85);
    }

    .apprch-left ul li {
        padding: 7px 0 0 70px;
    }

    .apprch-left ul li::after {
        transform: scale(0.9);
        bottom: -18px;
    }

    .apprch-rgt {
        width: 48%;
    }

    .apprch-cntnt .text-heading {
        width: 54.8%;
    }

}

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

    .apprch-left {
        width: 48%;
    }

    .apprch-rgt {
        width: 44%;
    }

    .apprch-left ul li .apprch-txt-hdg {
        font-size: 23px;
    }

    .apprch-left ul li {
        padding: 2px 0 0 67px;
        margin: 0 0 20px;
    }

    .apprch-left ul li::before {
        transform: scale(0.8);
    }

    .apprch-left ul li p {
        font-size: 14px;
    }

    .apprch-rgt img {
        border-radius: 14px;
    }

    .apprch-cntnt p {
        font-size: 15px;
    }

    .apprch-left ul li::after {
        transform: scale(0.9);
        bottom: -25px;
    }


}

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

    .apprch-rgt {
        width: 46%;
    }

    .apprch-left ul li::before {
        transform: scale(0.75);
        transform-origin: top left;
    }

    .apprch-left ul li .apprch-txt-hdg {
        font-size: 21px;
    }

    .apprch-left ul li::after {
        transform: scale(0.85);
        bottom: -25px;
        left: 13px;
    }


}

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


    .childpornfed-our-apprch-sec {
        padding: 40px 0;
    }

    .apprch-cntnt {
        margin: 0 0 20px;
        flex-direction: column;
    }

    .apprch-cntnt .text-heading {
        width: 100%;
        text-align: center;
        margin: 0px 0 7px;
    }

    .apprch-cntnt p {
        width: 100%;
        text-align: center;
    }

    .apprch-cntnt .text-heading::after {
        display: none;
    }

    .apprch-whl {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .apprch-left {
        width: 100%;
    }

    .apprch-rgt {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    .apprch-rgt img {
        border-radius: 10px;
    }

    .apprch-left ul li::after {
        display: none;
    }

    .apprch-left ul li::before {
        transform: scale(0.75);
        top: 15px;
        right: 0;
        margin: 0 auto;
    }

    .apprch-left ul li {
        padding: 70px 20px 20px;
        border: 1px solid #000;
        text-align: center;
        border-radius: 15px;
        max-width: 350px;
        height: 100%;
        margin: 0 auto !important;
    }

    .apprch-left ul.owl-carousel .owl-stage {
        display: flex;
    }

    .apprch-left ul.owl-carousel .owl-item {
        padding: 0 2px;
    }

    .apprch-left ul.owl-carousel .owl-nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 20px auto 0;
        max-width: 128px;
    }

    .apprch-left ul.owl-carousel .owl-nav button {
        background: #1c243a;
        color: #fff;
        width: 40px;
        height: 40px;
        font-size: 30px;
        line-height: 1;
    }

    .apprch-left ul.owl-carousel .owl-nav button:hover {
        background: #ffc002;
        transition: 0.4s ease;
    }


}

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

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

    .childpornfed-our-apprch-sec {
        padding: 30px 0;
    }

    .apprch-left ul li {
        padding: 70px 15px 15px;
    }

}

/* Child Porn Lp our approach ends */

/* Child Porn Lp legal process sec starts*/

.childpornfed-lgl-prces-sec .container1 {
    max-width: 1700px;
}

.childpornfed-lgl-prces-sec {
    padding: 113px 0 105px;
}

.childpornfed-lgl-prces-sec .text-heading {
    margin: 0 0 16px;
}

.childpornfed-lgl-prces-sec .legal-heading {
    font-family: 'Arimo';
    font-size: 19px;
    line-height: 1;
    margin: 0 0 54px;
    padding: 0 0 21px;
    text-align: center;
    position: relative;
    color: #000;
}

.childpornfed-lgl-prces-sec .legal-heading::before {
    content: "";
    position: absolute;
    background-color: #ffc002;
    width: 19%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.legal-blk {
    margin: 0 auto;
    width: 93.7%;
}

.legal-itm-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    counter-reset: my-counter;
    position: relative;
    margin: 0;
}

.legal-itm-list::before {
    content: "";
    position: absolute;
    background-image: url(./child-porn-lp-images/lp-chd-por-dots-shape.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 45.5%;
    top: 24.6%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    pointer-events: none;
}

.legal-itm-list .legal-itm {
    text-align: center;
    margin: 0;
    width: 16.4%;
    display: flex;
    min-height: 382px;
    flex-direction: column;
    justify-content: flex-end;
}


.legal-itm:hover .lgl-itm-icon-blk::before {
    background-image: url(./child-porn-lp-images/lp-chd-por-itm-decor-hov.webp);
    transition: all 0.4s;
}

.legal-itm:hover .legal-text {
    color: #ffc002;
    transition: all 0.4s;
}

.legal-itm:nth-child(even) {
    justify-content: flex-end;
    padding: 191px 0 0;
}

.lgl-itm-icon-blk {
    padding: 55px 0 0;
    position: relative;
}

.lgl-itm-icon-blk::before {
    content: "";
    position: absolute;
    background-image: url(./child-porn-lp-images/lp-chd-por-itm-decor.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 64%;
    height: 19.2%;
    left: 0;
    right: 0;
    top: 5px;
    margin: 0 auto;
    z-index: 0;
}

.lgl-itm-icon-blk::after {
    counter-increment: my-counter;
    content: "" counter(my-counter);
    position: absolute;
    font-family: 'Abhaya Libre';
    font-size: 25px;
    line-height: 1;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3d4760;
    left: 0;
    right: 0;
    top: 0px;
    margin: 0 auto;
    z-index: 1;
}

.legal-itm:nth-child(even) .lgl-itm-icon-blk::before {
    top: inherit;
    transform: rotate(180deg);
    bottom: -8px;
}

.legal-itm:nth-child(even) .lgl-itm-icon-blk::after {
    top: inherit;
    bottom: -11px;
}

.legal-itm:nth-child(even) .lgl-itm-icon-blk {
    padding: 0 0 55px;
}

.legal-itm:nth-child(even) .legal-text {
    margin: 28px 0 0;
}

.legal-itm:nth-child(even) .legal-itm p {
    margin: 0;
}

.lgl-itm-icon {
    width: 73%;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 25px 43.301px 25px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.lgl-itm-icon img {
    width: 100%;
    display: block;
}

.legal-itm .legal-text {
    font-family: 'Abhaya Libre';
    font-weight: 700;
    font-size: 30px;
    color: #1a2339;
    line-height: 1;
    position: relative;
    padding: 0;
    margin: 0 0 15px;
}

.lgl-itm-bfr {
    padding: 100px;
    position: relative;
    box-shadow: 25px 43.301px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background-color: #ffff;
    width: 160px;
    margin: auto;
}

.lgl-itm-bfr::before {
    background-image: url(./child-porn-lp-images/sprites.webp);
    height: 60px;
    width: 62px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: -22px -207px;
    margin: auto;
}

.legal-itm p {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
    margin: 0 -20px 5px -20px;
}

.legal-itm:nth-child(even) p {
    margin: 5px 0 0;
}

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

@media screen and (max-width:1800px) {
    .childpornfed-lgl-prces-sec .container1 {
        max-width: 1600px;
    }

    .childpornfed-lgl-prces-sec {
        padding: 107px 0 100px;
    }

    .childpornfed-lgl-prces-sec .text-heading {
        margin: 0 0 15px;
        font-size: 70px;
    }

    .childpornfed-lgl-prces-sec .legal-heading {
        font-size: 18px;
        margin: 0px 0 50px;
        padding: 0 0 20px;
    }

    .legal-itm .legal-text {
        font-size: 28px;
        margin: 0 0 14px;
    }

    .lgl-itm-icon-blk::after {
        font-size: 23px;
        width: 28px;
        height: 28px;
    }

    .legal-itm p {
        font-size: 16px;
    }

    .lgl-itm-icon-blk {
        padding: 51px 0 0;
    }

    .legal-itm-list .legal-itm {
        min-height: 364px;
    }

    .legal-itm:nth-child(even) .lgl-itm-icon-blk {
        padding: 0 0 51px;
    }

    .legal-itm:nth-child(even) .legal-text {
        margin: 25px 0 0;
    }

}

@media screen and (max-width:1680px) {
    .childpornfed-lgl-prces-sec .container1 {
        max-width: 1500px;
    }

    .childpornfed-lgl-prces-sec {
        padding: 100px 0 93px;
    }

    .childpornfed-lgl-prces-sec .text-heading {
        margin: 0 0 14px;
        font-size: 65px;
    }

    .childpornfed-lgl-prces-sec .legal-heading {
        font-size: 17px;
        margin: 0px 0 46px;
        padding: 0 0 19px;
    }

    .legal-itm p {
        font-size: 15px;
    }

    .legal-itm .legal-text {
        font-size: 25px;
        margin: 0 0 13px;
    }

    .lgl-itm-icon-blk::after {
        font-size: 22px;
        width: 28px;
        height: 28px;
    }

    .lgl-itm-icon-blk::before {
        top: 2px;
    }

    .lgl-itm-icon-blk {
        padding: 46px 0 0;
    }

    .legal-itm-list .legal-itm {
        min-height: 338px;
    }

    .legal-itm:nth-child(even) .legal-text {
        margin: 23px 0 0;
    }

    .legal-itm:nth-child(even) .lgl-itm-icon-blk {
        padding: 0 0 46px;
    }

    .legal-itm:nth-child(even) {
        padding: 169px 0 0;
    }

}

@media screen and (max-width:1550px) {
    .childpornfed-lgl-prces-sec .container1 {
        max-width: 1400px;
    }

    .childpornfed-lgl-prces-sec {
        padding: 93px 0 88px;
    }

    .childpornfed-lgl-prces-sec .text-heading {
        margin: 0px 0 14px;
        font-size: 63px;
    }

    .childpornfed-lgl-prces-sec .legal-heading {
        font-size: 16px;
        margin: 0px 0 42px;
        padding: 0px 0 18px;
    }

    .legal-itm p {
        font-size: 15px;
    }

    .legal-itm .legal-text {
        font-size: 23px;
        margin: 0 0 12px;
    }

    .lgl-itm-icon-blk::after {
        font-size: 20px;
        width: 26px;
        height: 26px;
    }

    .legal-itm-list .legal-itm {
        min-height: 318px;
    }

    .lgl-itm-icon-blk::before {
        top: 0px;
    }

    .lgl-itm-icon-blk {
        padding: 42px 0 0;
    }

    .legal-itm:nth-child(even) .lgl-itm-icon-blk {
        padding: 0 0 42px;
    }

    .legal-itm:nth-child(even) {
        padding: 160px 0 0;
    }

}

@media screen and (max-width:1440px) {
    .childpornfed-lgl-prces-sec .container1 {
        max-width: 1280px;
    }

    .childpornfed-lgl-prces-sec {
        padding: 85px 0 80px;
    }

    .childpornfed-lgl-prces-sec .text-heading {
        margin: 0px 0 13px;
        font-size: 59px;
    }

    .childpornfed-lgl-prces-sec .legal-heading {
        font-size: 15px;
        margin: 0px 0 38px;
        padding: 0px 0 16px;
    }

    .legal-itm-list .legal-itm {
        min-height: 291px;
    }

    .legal-itm p {
        font-size: 14px;
    }

    .legal-itm .legal-text {
        font-size: 22px;
        margin: 0 0 11px;
    }

    .lgl-itm-icon-blk {
        padding: 38px 0 0;
    }

    .legal-itm:nth-child(even) {
        padding: 147px 0 0;
    }

    .lgl-itm-icon-blk::after {
        font-size: 19px;
        width: 25px;
        height: 25px;
        top: -3px;
    }

    .legal-itm:nth-child(even) .lgl-itm-icon-blk::before {
        bottom: -10px;
    }

    .legal-itm:nth-child(even) .lgl-itm-icon-blk {
        padding: 0 0 38px;
    }

    .lgl-itm-icon {
        box-shadow: 18px 33.301px 18px 0px rgba(0, 0, 0, 0.1);
    }

    .legal-itm:nth-child(even) {
        padding: 147px 0 0;
    }

}

@media screen and (max-width:1366px) {
    .childpornfed-lgl-prces-sec .container1 {
        max-width: 1200px;
    }

    .childpornfed-lgl-prces-sec {
        padding: 78px 0 73px;
    }

    .legal-itm-list .legal-itm {
        min-height: 275px;
        width: 16.7%;
    }

    .legal-itm:nth-child(even) .lgl-itm-icon-blk::before {
        bottom: -7px;
    }

    .childpornfed-lgl-prces-sec .text-heading {
        margin: 0px 0 12px;
        font-size: 53px;
    }

    .lgl-itm-icon-blk::after {
        font-size: 18px;
        width: 23px;
        height: 23px;
        top: -3px;
    }

    .childpornfed-lgl-prces-sec .legal-heading {
        font-size: 14px;
        margin: 0px 0 35px;
        padding: 0px 0 15px;
    }

    .legal-itm p {
        font-size: 13px;
    }

    .legal-itm .legal-text {
        font-size: 21px;
    }

    .lgl-itm-icon-blk {
        padding: 36px 0 0;
    }

    .lgl-itm-icon-blk::before {
        top: 2px;
    }

    .legal-itm:nth-child(even) .lgl-itm-icon-blk {
        padding: 0 0 36px;
    }


}

@media screen and (max-width:1280px) {
    .childpornfed-lgl-prces-sec .container1 {
        max-width: 1140px;
    }

    .lgl-itm-icon-blk::before {
        top: -1px;
    }

    .legal-itm-list::before {
        top: 25.6%;
    }

    .lgl-itm-icon {
        box-shadow: 15px 25.301px 15px 0px rgba(0, 0, 0, 0.1);
    }

    .legal-itm:nth-child(even) .lgl-itm-icon-blk::before {
        bottom: -13px;
    }
    .legal-itm p {
    margin: 0 -30px 5px -30px;
}

}

@media screen and (max-width:1180px) {
    .childpornfed-lgl-prces-sec .container1 {
        max-width: 970px;
    }

    .legal-blk {
        width: 100%;
    }

    .childpornfed-lgl-prces-sec {
        padding: 65px 0;
    }

    .childpornfed-lgl-prces-sec .text-heading {
        margin: 0px 0 10px;
        font-size: 46px;
    }

    .childpornfed-lgl-prces-sec .legal-heading {
        font-size: 14px;
        margin: 0px 0 30px;
        padding: 0px 0 14px;
    }

    .legal-itm-list::before {
        top: 28.6%;
        height: 41.5%;
    }

    .legal-itm:nth-child(even) {
        padding: 166px 0 0;
    }

    li.legal-itm.trial {
        width: 17.7%;
    }

    .legal-itm p br {
        display: none;
    }

    .legal-itm:nth-child(even) .lgl-itm-icon-blk::before {
        bottom: -1px;
    }

    .legal-itm:nth-child(even) .lgl-itm-icon-blk::after {
        top: inherit;
        bottom: -4px;
    }

    .legal-itm:nth-child(even) .legal-text {
        margin: 15px 0 0;
    }

}

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

    .childpornfed-lgl-prces-sec {
        padding: 40px 0;
    }

    .legal-itm-list::before {
        display: none;
    }

    .legal-itm-list.owl-carousel .legal-itm {
        padding: 20px;
        border: 1px solid #000;
        text-align: center;
        border-radius: 15px;
        max-width: 350px;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        min-height: 100%;
        margin: 0 auto;
        height: 100%;
        margin: 0 auto !important;
    }

    .legal-itm-list.owl-carousel .owl-item:nth-child(even) .legal-itm {
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .legal-itm:nth-child(even) {
        padding: 0;
    }

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

    .lgl-itm-icon {
        width: 100%;
        max-width: 150px;
        margin: 0 auto 20px;
    }

    .legal-itm p {
        font-size: 14px;
        margin: 0;
    }

    .lgl-itm-icon-blk::before {
        top: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 140px;
    }

    .legal-itm-list.owl-carousel .owl-stage {
        display: flex;
    }

    .legal-itm-list.owl-carousel .owl-item {
        padding: 0 2px;
    }

    .legal-itm-list.owl-carousel .owl-nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 20px auto 0;
        max-width: 128px;
    }

    .legal-itm-list.owl-carousel .owl-nav button {
        background: #1c243a;
        color: #fff;
        width: 40px;
        height: 40px;
        font-size: 30px;
        line-height: 1;
    }

    .legal-itm-list.owl-carousel .owl-nav button:hover {
        background: #ffc002;
        transition: 0.4s ease;
    }

    .childpornfed-lgl-prces-sec .legal-heading::before {
        width: 150px;
        height: 1px;
    }

    .lgl-itm-icon-blk::after {
        counter-increment: none;
        content: '1';
    }

    .legal-itm.indic .lgl-itm-icon-blk::after {
        content: '2';
    }

    .legal-itm.arrai .lgl-itm-icon-blk::after {
        content: '3';
    }

    .legal-itm.pre .lgl-itm-icon-blk::after {
        content: '4';
    }

    .legal-itm.trial .lgl-itm-icon-blk::after {
        content: '5';
    }

    .legal-itm.sente .lgl-itm-icon-blk::after {
        content: '6';
    }

}

@media screen and (max-width:767px) {
    .childpornfed-lgl-prces-sec .text-heading {
        font-size: 30px;
    }

    .childpornfed-lgl-prces-sec .legal-heading {
        line-height: 1.5;
        margin: 0px 0 25px;
    }
}

@media screen and (max-width:480px) {
    .childpornfed-lgl-prces-sec {
        padding: 30px 0;
    }

    .childpornfed-lgl-prces-sec .text-heading {
        font-size: 25px;
    }

    .lgl-itm-icon {
        max-width: 120px;
    }

    .lgl-itm-icon-blk::before {
        max-width: 115px;
    }

    .lgl-itm-icon-blk {
        padding: 25px 0 0;
    }

}

/* Child Porn Lp legal process sec ends */

/* Child Porn Lp serving-sec starts*/

.child-porn-serving-sec {
    padding: 115px 0;
    background-image: url(./child-porn-lp-images/serving-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.serving-lst {
    display: flex;
    justify-content: center;
    gap: 11.5%;
    margin: 0 0 50px;
}

.child-porn-serving-sec .text-heading {
    color: #fff;
    margin: 0 0 15px 0;
}

.child-porn-serving-sec .serving-text {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 0 0 50px;
    line-height: 1.1;
}

.child-porn-serving-sec p {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 19px;
    color: #fff;
    text-align: center;
    margin: 0 0px;
    line-height: 1.8;
}

.child-porn-serving-sec .serving-hedg {
    font-family: 'Abhaya Libre';
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0px;
    line-height: 1.1;
    padding: 85px 0 0;
    text-transform: capitalize;
}

.child-porn-serving-sec .serving-hedg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(./child-porn-lp-images/sprites.webp);
    background-position: -22px -292px;
    width: 64px;
    height: 64px;
}

.child-porn-serving-sec .serving-ltm:nth-child(4) .serving-hedg:before {
    left: -10px;
}

.serving-ltm {
    width: auto;
    position: relative;
}

.serving-ltm:before {
    position: absolute;
    content: "";
    right: -72px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #3d4760;
    width: 1px;
    height: 80px;
}

.serving-ltm:last-child:before {
    display: none;
}

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

@media screen and (max-width:1550px) {
    .child-porn-serving-sec {
        padding: 90px 0;
    }

    .child-porn-serving-sec .serving-hedg {
        font-size: 20px;
    }

    .child-porn-serving-sec .serving-text {
        font-size: 20px;
    }

    .child-porn-serving-sec p {
        font-size: 16px;
    }

    .serving-lst {
        margin: 0 0 40px;
    }
}

@media screen and (max-width:1440px) {
    .child-porn-serving-sec {
        padding: 80px 0;
    }

    .child-porn-serving-sec .serving-text {
        font-size: 18px;
    }

    .child-porn-serving-sec .serving-hedg {
        padding: 83px 0 0;
    }

    .child-porn-serving-sec .serving-hedg:before {
        transform: scale(0.8);
    }

    .serving-lst {
        margin: 0 0 30px;
    }

    .serving-ltm:before {
        right: -62px;
    }


    .serving-ltm:before {
        height: 65px;
    }


}

@media screen and (max-width:1366px) {
    .child-porn-serving-sec .serving-text {
        font-size: 16px;
        margin: 0 0 40px;
    }

    .child-porn-serving-sec {
        padding: 70px 0;
    }

    .child-porn-serving-sec p {
        font-size: 15px;
    }

    .serving-ltm:before {
        right: -52px;
    }

}

@media screen and (max-width:1280px) {
    .child-porn-serving-sec {
        padding: 60px 0;
    }

    .child-porn-serving-sec .serving-hedg {
        padding: 76px 0 0;
        font-size: 18px;
    }

    .child-porn-serving-sec .serving-hedg:before {
        transform: scale(0.7);
    }

    .child-porn-serving-sec p {
        font-size: 16px;
    }

    .serving-lst {
        margin: 0 0 35px;
    }

    .child-porn-serving-sec .serving-text {
        font-size: 14px;
        margin: 0 0 30px;
    }

    .serving-ltm:before {
        height: 50px;
    }

    .child-porn-serving-sec p {
        font-size: 14px;
    }

    .child-porn-serving-sec .serving-ltm:nth-child(4) .serving-hedg:before {
        left: -14px;
    }

    .child-porn-serving-sec .text-heading {
        margin: 0 0 12px 0;
    }
}

@media screen and (max-width:1024px) {
    .child-porn-serving-sec {
        padding: 40px 0;
        background-image: url(./child-porn-lp-images/serving-small-bg.webp);
    }

    .child-porn-serving-sec .serving-text {
        line-height: 1.5;
        margin: 0 0 20px;
    }

    .serving-ltm {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 5px;
        border-radius: 15px;
        padding: 20px;
        border: 1px solid #fff;
    }

    .child-porn-serving-sec .serving-hedg {
        padding: 72px 0 0;
        font-size: 19px;
    }

    .serving-lst {
        margin: 0 0 25px;
    }

    .child-porn-serving-sec .owl-carousel .owl-nav {
        display: flex;
        justify-content: center;
        gap: 50px;
        margin: 22px 0 0;
    }

    .child-porn-serving-sec .owl-carousel .owl-nav button.owl-next,
    .child-porn-serving-sec .owl-carousel .owl-nav button.owl-prev {
        font-size: 30px;
        color: #fff;
        line-height: 1;
        background: #000;
        padding: 4px 13px !important;
        display: block;
    }

    .child-porn-serving-sec .owl-carousel .owl-nav button.owl-next:hover,
    .child-porn-serving-sec .owl-carousel .owl-nav button.owl-prev:hover {
        background-color: #ffc002;
        color: #000;
    }

}

@media screen and (max-width:767px) {
    .serving-ltm {
        max-width: 320px;
        margin: auto;
    }

    .child-porn-serving-sec .owl-carousel .owl-nav {
        gap: 40px;
        margin: 20px 0 0;
    }

    .child-porn-serving-sec p br {
        display: none;
    }

}

@media screen and (max-width:480px) {
    .child-porn-serving-sec .serving-text {
        margin: 0 0 13px;
        line-height: 1.4;
    }

    .child-porn-serving-sec {
        padding: 30px 0;
        background-image: url(./child-porn-lp-images/serving-small-bg.webp);
    }
}



/* Child Porn Lp serving-sec ends*/

/* Child Porn Lp federal starts*/

.child-porn-federal-section {
    padding: 111px 0 530px;
}

.child-porn-federal-section .text-heading {
    margin: 0 0 17px 0;
    line-height: 1.05;
}

.federal-section-lst {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 46px;
    width: 92%;
    padding: 0;
}

.child-porn-federal-section p {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 19px;
    color: #000000;
    text-align: center;
    margin: 0 0 50px;
    line-height: 1.6;
}

.federal-section-itm .federal-hedg {
    font-family: 'Abhaya Libre';
    font-weight: 700;
    font-size: 30px;
    color: #3d4760;
    padding: 110px 0 0;
    position: relative;
    text-align: left;
    margin: 0;
    line-height: 1;
    text-transform: capitalize;
}

.federal-section-itm .federal-hedg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url(./child-porn-lp-images/sprites.webp);
    background-position: -409px -75px;
    width: 55px;
    height: 56px;
}

.federal-section-itm .federal-hedg:after {
    width: 64%;
    height: 2px;
    background-color: rgba(61, 71, 96, 60%);
    top: 85px;
    left: 0;
    position: absolute;
    content: "";
}

.federal-section-itm {
    width: 29.3%;
    padding:30px;
            border-top: 2px solid #ffc002;
    border-bottom: 2px solid #ffc002;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.child-porn-federal-section .federal-text {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    text-align: center;
    margin: 0px;
    line-height: 1.1;
}


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

@media screen and (max-width:1550px) {
    .child-porn-federal-section {
        padding: 90px 0 500px;
    }

    .federal-section-lst {
        margin: 0 0 40px;
    }

    .federal-section-itm .federal-hedg {
        font-size: 24px;
        padding-top: 100px;
    }

    .federal-section-itm {
        padding: 30px 30px 24px;
        border-radius: 25px;
        width: 32%;
    }

    .federal-section-itm .federal-hedg:after {
        top: 76px;
    }

    .federal-section-itm .federal-hedg:before {
        transform: scale(0.85);
        transform-origin: top left;
    }

    .child-porn-federal-section .federal-text {
        font-size: 20px;
    }

    .child-porn-federal-section p {
        font-size: 17px;
        margin: 0 0 40px;
    }
}

@media screen and (max-width:1440px) {
    .child-porn-federal-section {
        padding: 81px 0 475px;
    }

    .child-porn-federal-section p {
        font-size: 16px;
        margin: 0 0 30px;
    }

    .federal-section-itm {
        padding: 26px 25px 22px;
        border-radius: 20px;
    }

    .federal-section-lst {
        margin: 0 0 30px;
    }

    .federal-section-itm .federal-hedg {
        font-size: 23px;
        padding: 90px 0 0;
    }

    .federal-section-itm .federal-hedg:after {
        top: 72px;
    }

    .child-porn-federal-section .federal-text {
        font-size: 19px;
    }

    .federal-section-itm .federal-hedg:before {
        transform: scale(0.8);
    }

}

@media screen and (max-width:1366px) {
    .child-porn-federal-section p {
        font-size: 15px;
        margin: 0 0 30px;
    }

    .child-porn-federal-section .text-heading {
        margin: 0 0 15px 0;
    }

    .child-porn-federal-section {
        padding: 70px 0 470 px;
    }

    .federal-section-itm .federal-hedg {
        font-size: 22px;
        padding: 85px 0 0;
    }

    .federal-section-itm .federal-hedg:after {
        top: 65px;
    }

    .child-porn-federal-section .federal-text {
        font-size: 18px;
    }

    .federal-section-itm .federal-hedg:before {
        transform: scale(0.75);
    }

    .federal-section-itm {
        padding: 26px 25px 20px;
        border-radius: 18px;
    }


}

@media screen and (max-width:1280px) {
    .child-porn-federal-section {
        padding: 65px 0 465px;
    }

    .child-porn-federal-section p {
        font-size: 15px;
        margin: 0 0 25px;
    }

    .child-porn-federal-section .text-heading {
        margin: 0 0 10px 0;
    }

    .federal-section-itm .federal-hedg {
        font-size: 20px;
        padding: 79px 0 0;
    }

    .federal-section-itm .federal-hedg:after {
        top: 61px;
    }

    .federal-section-itm .federal-hedg:before {
        transform: scale(0.7);
    }

    .child-porn-federal-section .federal-text {
        font-size: 17px;
    }
}

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

    .child-porn-federal-section p {
        font-size: 15px;
        margin: 0px 0 16px;
    }

    .federal-section-lst.owl-carousel {
        margin: 0 auto 20px;
        padding: 0px;
    }

    .federal-section-itm {
        padding: 20px;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        box-shadow: none;
        border: 1px solid #000;
        border-radius: 10px;
        height: 100%;
    }

    .child-porn-federal-section .federal-text {
        font-size: 16px;
        line-height: 1.3;
    }

    .child-porn-federal-section {
        padding: 40px 0px;
    }

    .federal-section-lst.owl-carousel .owl-nav {
        display: flex;
        justify-content: center;
        gap: 50px;
        margin: 20px 0 0;
    }

    .federal-section-lst.owl-carousel .owl-item {
        padding: 0 2px;
    }

    .federal-section-lst.owl-carousel .owl-nav button.owl-next,
    .federal-section-lst.owl-carousel .owl-nav button.owl-prev {
        font-size: 30px;
        color: #fff;
        line-height: 1;
        background: #000;
        padding: 4px 13px !important;
        display: block;
    }

    .federal-section-lst.owl-carousel .owl-nav button.owl-next:hover,
    .federal-section-lst.owl-carousel .owl-nav button.owl-prev:hover {
        background-color: #ffc002;
        color: #000;
    }


    .federal-section-lst.owl-carousel .owl-stage {
        display: flex;
    }

}

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

        .child-porn-federal-section p br {
        display: none;
    }
    
}

@media screen and (max-width:480px) {
    .child-porn-federal-section {
        padding: 30px 0px;
    }

    .child-porn-federal-section .text-heading br {
        display: none;
    }
}


/* Child Porn Lp federal ends*/


/* Child Porn Lp faq starts*/


.child-porn-faq-sec .text-heading {
    text-align: left;
    margin: 0 0 20px;
}

.child-porn-faq-sec {
    padding: 110px 0px 102px;
    background-color: #f5f6f7;
}

.accordion.inr-accor {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    counter-reset: none;
    padding-top: 0;
    width: 100%;
    gap: 15px;
    margin-bottom: 30px;
}

.accordion-section-content {
    background-color: transparent;
    padding: 0 30px 30px;
    border-radius: 0;
}

.accordion-section-content p {
    font-size: 20px;
    font-family: 'Arimo';
    line-height: 1.5;
    font-weight: 400;
    padding: 0;
    color: #ffffff;
    letter-spacing: 0px;
    margin: 0 0 13px 0;
}

.accordion-section .accordion-heading {
    counter-reset: none;
    line-height: 1;
    letter-spacing: 0;
    color: #181818;
    font-size: 35px;
    font-family: 'Abhaya Libre';
    font-weight: 700;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 24px 65px 22px 29px;
}

.accordion .accordion-section .accordion-heading:before {
    content: "";
    position: absolute;
    background-image: url(./child-porn-lp-images/sprites.webp);
    background-position: -103px -292px;
    width: 28px;
    height: 28px;
    top: 29px;
    right: 30px;
    pointer-events: none;
    margin: 0;
}

.accordion-section.accordien-active .accordion-heading {
    margin: 0 0 14px;
    border-radius: 0;
    border: transparent;
    color: #ffc002;
}

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

.accordion .accordion-section.accordien-active .accordion-heading:before {
    background-position: -103px -328px;
    transition: all 0.4s;
}

.accordion .accordion-section {
    position: relative;
    border-bottom: 1px solid rgba(61, 71, 96, 30%);
    margin: 0 0 16px;
    margin: 0px 0 17px;
}

.accordion-section.accordien-active {
    background-color: #3d4760;
            border-radius: 20px;
}

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

    .accordion-section .accordion-heading {
        font-size: 30px;
    }

    .accordion .accordion-section .accordion-heading{
        padding: 19px 65px 19px 21px;
    }

    .accordion .accordion-section .accordion-heading:before {
        top: 24px;
        right: 26px;
        transform: scale(0.9);
        transform-origin: top right;
    }

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

    .accordion-section.accordien-active {
        margin: 0px 0 17px;
    }

}

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

    .child-porn-faq-sec .text-heading {
        margin: 0 0 18px;
    }

    .accordion-section .accordion-heading {
        font-size: 27px;
    }

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

    .accordion-section .accordion-heading:before {
        transform: scale(0.9);
        top: 21px;
        right: 16px;
    }
}

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

    .accordion-section .accordion-heading {
        font-size: 26px;
    }

    .accordion .accordion-section .accordion-heading{
        padding: 17px 55px 17px 21px;
    }

    .accordion-section.accordien-active {
        margin: 0px 0 14px;
        border-radius: 16px;
    }

    .accordion .accordion-section .accordion-heading:before {
        top: 18px;
        right: 22px;
        transform: scale(0.8);
    }

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

    .accordion-section .accordion-heading:before {
        transform: scale(0.8);
    }
}

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

    .accordion-section .accordion-heading {
        font-size: 24px;
    }

    .accordion .accordion-section .accordion-heading{
        padding: 15px 45px 15px 17px;
    }

    .accordion-section .accordion-heading:before {
        transform: scale(0.7);
    }

    .accordion .accordion-section .accordion-heading:before {
        top: 16px;
        right: 20px;
        transform: scale(0.7);
    }

}

@media screen and (max-width:1024px) {
    .accordion-section .accordion-heading {
        font-size: 21px;
    }

    .child-porn-faq-sec .text-heading {
        margin: 0 0 12px;
    }

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


    .accordion .accordion-section .accordion-heading:before {
        top: 16px;
        right: 10px;
        transform: scale(0.7);
    }

    .accordion-section.accordien-active .accordion-heading {
        margin: 0 0 12px;
        line-height: 1.2;
    }

    .accordion-section .accordion-heading:before {
        transform: scale(0.6);
        top: 5px;
        right: 10px;
    }

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

    .accordion-section.accordien-active {
        border-radius: 10px;
    }

    .child-porn-faq-sec {
        padding: 40px 0px;
    }
}

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

@media screen and (max-width:480px) {
    .child-porn-faq-sec {
        padding: 30px 0px;
    }

    .accordion .accordion-section .accordion-heading:before {
        top: 16px;
        right: 8px;
        transform: scale(0.6);
    }

    .accordion .accordion-section .accordion-heading{
        padding: 15px 30px 15px 15px;
    }

}

/* Child Porn Lp faq ends*/


/* Child Porn Lp form sec starts*/

.child-porn-form-sec-cont {
    margin: -361px 0 0;
}

.child-porn-form-blk {
    width: 100%;
    text-align: center;
    padding: 47px 106px 47px;
    border: 1px solid #ffc002;
    border-radius: 20px;
    background-color: #ffc002;
}

.child-porn-form-sec .text-heading {
    display: block;
    margin: 0 0 18px;
}

.child-porn-form-sec p {
    font-size: 20px;
    font-family: 'Arimo';
    font-weight: 400;
    line-height: 1.1;
    color: #2b3346;
    margin: 0 0 30px;
    text-align: center;
}

.child-porn-form-sec .gform_heading {
    display: none;
}

.child-porn-form-sec .gfield input.large {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 20px !important;
    line-height: 1.2 !important;
    border-radius: 0;
    padding: 29px 30px !important;
    color: #2b3346 !important;
    border: 1px solid transparent;
    border-radius: 10px;
    text-align: left;
    outline: 0;
    height: auto;
    background-color: #ffffff;
}

.child-porn-form-sec .gfield textarea.large {
    height: 182px !important;
    border-radius: 0;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 20px !important;
    padding: 27px !important;
    min-height: auto !important;
    color: #2b3346 !important;
    text-align: left;
    border: 0;
    border-radius: 10px;
    min-height: auto;
    outline: 0;
    resize: none;
    background-color: #fff;
}

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

.child-porn-form-sec .gfield input::placeholder,
.child-porn-form-sec .gfield textarea::placeholder {
    color: #2b3346;
}

.child-porn-form-sec .gfield input:focus,
.child-porn-form-sec .gfield textarea:focus {
    color: #2b3346 !important;
    border-color: #282c35 !important;
}

.child-porn-form-sec .gfield input:focus::placeholder,
.child-porn-form-sec .gfield textarea:focus::placeholder {
    color: #2b3346 !important;
    border-color: #282c35 !important;
}

.child-porn-form-sec .form-links a,
.child-porn-form-sec .form-links,
.child-porn-form-sec .gfield-choice-input+label,
.child-porn-form-sec .gfield.gfield_html button {
    font-family: 'Arimo' !important;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 1;
    letter-spacing: 0px;
    color: #1a2339 !important;
    cursor: pointer;
}

.formpopuptext {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    padding: 15px;
    color: #000;
    text-align: center;
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    transition: all 0.4s;
}

.child-porn-form-sec .gfield-choice-input+label {
    display: inline !important;
}

.child-porn-form-sec .gchoice {
    margin: -3px 0 0 0;
    display: flex !important;
    justify-content: flex-start;
    float: left;
}

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

.child-porn-form-sec .form-links a:hover {
    color: #eee;
}

.child-porn-form-sec .top_label input[type="checkbox"] {
    margin: 1px -2px 0px 0 !important;
    width: 15px !important;
    height: 15px !important;
    background: #1a1a1a;
    border: 1px solid#ffc002;
    min-width: 5px !important;
}

.child-porn-form-sec .gform_fields {
    display: grid;
    grid-column-gap: 18px !important;
    grid-row-gap: 18px !important;
}

.child-porn-form-sec .gform_footer {
    margin: -65px 0 0 !important;
    padding: 0;
}

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

.child-porn-form-sec .gform_footer input[type="submit"] {
    padding: 17px 49px !important;
    border: none;
    font-family: 'Abhaya Libre' !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    font-size: 24px !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    background-color: #1a2339 !important;
    outline: 3px solid #1a2339 !important;
    outline-offset: 4px !important;
    color: #fff !important;
    margin: 0 !important;
    position: relative !important;
    text-decoration: none;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}

.child-porn-form-sec .gform_footer input[type="submit"]:hover {
    background: transparent !important;
    color: #000 !important;
    border-color: #ffc002 !important;
}

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

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

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

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

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

.child-porn-form-sec .gform_wrapper .gfield {
    position: relative;
}

.child-porn-form-sec .gform_wrapper .gfield.gfield_html {
    text-align: left;
    margin: 26px 0 0;
    float: left;
}

.child-porn-form-sec .gform_wrapper .gfield.gfield_html button {
    background: transparent !important;
    font-weight: inherit !important;
    border: none !important;
    height: max-content;
    min-height: auto !important;
    padding: 0 !important;
    outline: none !important;
    vertical-align: middle !important;
    box-shadow: none !important;
}

.child-porn-form-sec .gform_wrapper .gfield.chk {
    text-align: right;
}

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

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

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

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

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

.child-porn-form-sec .gform_fields {
    grid-column-gap: 15px !important;
    grid-row-gap: 17px !important;
}

.child-porn-form-sec .gform_wrapper .gfield.chk .validation_message {
    top: -11px;
    left: 0;
    text-align: left;
}

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

.child-porn-form-sec .gform_wrapper.gravity-theme .gform_footer {
    margin: -62px 0 0;
    padding: 0;
    justify-content: right;
}

/* Child Porn Lp Form Section Ends */
/* Footer Section */

.ftr-frm-blk {
    background-image: url(./child-porn-lp-images/child-porn-ftr-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: inline-block;
    width: 100%;
}

.child-porn-ftm-itm-hdg {
    font-size: 35px;
    color: #fff;
    letter-spacing: 0.7px;
    font-family: 'Abhaya Libre';
    font-weight: 800;
    line-height: 1;
    display: block;
    margin: 0 0 8px;
    text-transform: capitalize;
}

.child-porn-ftr-itm p {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.36px;
    line-height: 1.6;
    margin: 0 0 10px;
}

.child-porn-ftr-itm .directions a {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 14px;
    color: #ffc002;
    letter-spacing: 2.8px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

/*.child-porn-ftr-itm-call{ font-size: 25px; color: #fff; line-height: 1; margin: 0; text-transform: capitalize;}*/
.child-porn-ftr-itm-call {
    font-family: 'Abhaya Libre';
    font-weight: 800;
    font-size: 25px;
    color: #fff;
    line-height: 1;
    margin: 0 0 0px;
    text-transform: capitalize;
    display: block;
}

.child-porn-ftr-cont:last-child {
    margin: 0px;
}

.child-porn-ftr-cont {
    margin: 0 0 12px
}

.child-porn-ftr-itm-call a {
    color: #ffc002;
    display: block;
    margin: 8px 0 0;
}

.child-porn-ftr-itm .child-porn-ftr-itm-call a:hover {
    color: #fff;
}

.child-porn-ftr-itm {
    width: 20%;
    padding: 0 0 0 45px;
    position: relative;
}

.child-porn-ftr-itm:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: url(./child-porn-lp-images/sprites.webp);
    width: 33px;
    height: 36px;
    background-position: -148px -292px;
}

.child-porn-ftr-itm.cont:before {
    background-position: -192px -292px;
    left: 19px;
}

.child-porn-ftr-itm.cont {
    padding: 0px 0 0 72px;
}

.child-porn-ftr-itm.lgo {
    width: 46.2%;
    border-left: 1px solid #49536f;
    border-right: 1px solid #49536f;
    padding: 0;
}

.child-porn-ftr-itm .directions a:hover {
    color: #fff;
}

.child-porn-ftr-itm.lgo:before {
    display: none;
}

.child-porn-ftr-itm img {
    width: 100%;
    display: block;
}

.child-porn-ftr-logo {
    width: 61%;
    margin: auto;
}

.child-porn-ftr-lst {
    display: flex;
    justify-content: space-between;
    padding: 0 0 43px;
    border-bottom: 1px solid #49536f;
}

.site-footer {
    background: transparent;
    padding: 87px 0 0;
    color: #fff;
}

.ftr-logo {
    text-align: center;
}

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

.ftr-menu ul {
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 20px auto;
}

.ftr-menu ul li {
    margin: 0 50px 0 0;
    display: inline-block;
}

.ftr-menu ul li:last-child {
    margin: 0;
}

.ftr-menu ul li a {
    text-transform: uppercase;
    color: #fff;
    font-family: var(--bodyFont);
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0.8px;
}

.copyrights {
    background: transparent;
    padding: 37px 0;
    text-align: center;
}

.copyrightmenu ul {
    margin: 0;
}

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

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

.cpy-inr,
.ftrlink {
    display: inline-block;
    line-height: 1;
    margin: 0 0 12px;
}

.copyrights p,
.copyrights a {
    font-size: 18px;
    color: #fff;
    font-family: 'Geist';
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

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

.copyrights 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:1550px) {

    .child-porn-form-blk {
        padding: 40px 90px 40px;
    }

    .child-porn-form-sec .gform_footer input[type="submit"] {
        font-size: 22px !important;
        padding: 17px 40px !important;
    }

    .child-porn-form-sec .gfield input.large {
        font-size: 19px !important;
        padding: 22px 25px !important;
    }

    .child-porn-form-sec .gform_wrapper.gravity-theme .gfield textarea {
        width: 100%;
        height: 145px !important;
        padding: 23px !important;
        font-size: 19px !important;
    }

    .child-porn-form-sec .gform_wrapper .gfield.gfield_html {
        text-align: left;
        margin: 22px 0 0;
        float: left;
    }

    .child-porn-form-sec .gform_fields {
        grid-column-gap: 17px !important;
        grid-row-gap: 17px !important;
    }

    .child-porn-form-sec .gform_footer {
        margin: -57px 0 0 !important;
        padding: 0;
    }

    .child-porn-form-sec .gchoice {
        margin: -6px 0 0 0;
    }

    .growthlab {
        width: 225px;
        margin: 0 auto;
    }

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

    .child-porn-ftr-itm {
        width: 23%;
    }

    .child-porn-ftr-itm p {
        font-size: 17px;
    }

    .child-porn-ftm-itm-hdg {
        font-size: 30px;
    }

    .child-porn-ftr-itm-call {
        font-size: 22px;
    }

    .child-porn-ftr-itm-call a {
        margin: 6px 0 0;
    }

    .copyrights {
        padding: 30px 0;
    }

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

}

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

    .child-porn-form-sec p {
        font-size: 19px;
        margin: 0 0 20px;
    }

    .child-porn-form-blk {
        padding: 30px 70px 40px;
    }

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

    .child-porn-form-sec .gfield input.large {
        font-size: 17px !important;
        padding: 17px 20px !important;
        border-radius: 6px;
    }

    .child-porn-form-sec .gfield textarea.large {
        height: 140px !important;
        font-size: 18px !important;
        padding: 19px !important;
        border-radius: 6px;
    }

    .child-porn-form-sec .text-heading {
        margin: 0 0 15px;
    }

    .child-porn-ftr-itm p {
        margin: 0 0 8px;
    }

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

    .cpy-inr,
    .ftrlink {
        margin: 0px 0 9px;
    }

    .child-porn-form-sec .gform_wrapper .gfield.gfield_html {
        margin: 19px 0 0;
    }

    .child-porn-form-sec .gform_fields {
        grid-column-gap: 14px !important;
        grid-row-gap: 15px !important;
    }

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

    .child-porn-ftm-itm-hdg {
        font-size: 28px;
    }

    .child-porn-ftr-itm:before {
        transform: scale(0.9);
    }

    .child-porn-ftr-itm {
        padding: 0 0 0 36px;
    }

    .child-porn-ftr-itm .directions a {
        letter-spacing: 2.4px;
    }

    .child-porn-ftr-itm.cont {
        padding: 0px 0 0 60px;
    }

    .child-porn-ftr-itm.cont:before {
        left: 10px;
    }

    .child-porn-ftr-lst {
        padding: 0 0 30px;
    }

    .copyrights {
        padding: 21px 0;
    }
}

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

    .child-porn-form-sec .gfield input.large {
        font-size: 15px !important;
        padding: 15px 16px !important;
    }

    .child-porn-form-sec .form-links a,
    .child-porn-form-sec .form-links,
    .child-porn-form-sec .gfield-choice-input+label,
    .child-porn-form-sec .gfield.gfield_html button {
        font-family: 'Arimo' !important;
    }

    .child-porn-form-sec .gform_wrapper .gfield.gfield_html {
        margin: 11px 0 0;
    }

    .child-porn-form-sec .gform_footer input[type="submit"] {
        font-size: 18px !important;
        padding: 15px 27px !important;
    }

    .child-porn-form-blk {
        padding: 30px 65px 40px;
    }

    .child-porn-form-sec .gform_fields {
        grid-column-gap: 12px !important;
        grid-row-gap: 12px !important;
    }

    .child-porn-form-sec .gform_footer {
        margin: -44px 0 0 !important;
    }

    .child-porn-form-sec .gfield textarea.large {
        height: 120px !important;
        font-size: 15px !important;
        padding: 15px !important;
    }

    .child-porn-ftr-itm p {
        font-size: 15px;
    }

    .child-porn-ftr-itm.cont {
        padding: 0px 0 0 48px;
    }

    .child-porn-ftr-itm-call {
        font-size: 21px;
    }

    .child-porn-ftr-cont {
        margin: 0 0 7px;
    }

    .growthlab {
        width: 210px;
    }

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

    .copyrights {
        padding: 17px 0;
    }

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

    .child-porn-ftr-itm:before {
        transform: scale(0.8);
    }

    .child-porn-ftr-itm.cont:before {
        left: 5px;
    }

    .child-porn-ftr-itm .directions a {
        letter-spacing: 1.6px;
    }

    .child-porn-ftr-lst {
        padding: 0 0 23px;
    }
}

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

    .child-porn-form-sec p {
        font-size: 18px;
        margin: 0 0 17px;
    }

    .child-porn-form-sec .text-heading {
        margin: 0 0 14px;
    }

    .child-porn-form-blk {
        padding: 25px 60px 35px;
    }

    .child-porn-form-sec .form-links a,
    .child-porn-form-sec .form-links,
    .child-porn-form-sec .gfield-choice-input+label,
    .child-porn-form-sec .gfield.gfield_html button {
        font-size: 16px !important;
    }

    .child-porn-form-sec .gfield input.large {
        padding: 13px 14px !important;
        border-radius: 4px;
    }

    .child-porn-form-sec .gform_fields {
        grid-column-gap: 11px !important;
        grid-row-gap: 11px !important;
    }

    .child-porn-form-sec .gform_wrapper .gfield.gfield_html {
        margin: 17px 0 0;
    }

    .child-porn-form-sec .gform_footer input[type="submit"] {
        font-size: 17px !important;
        padding: 13px 20px !important;
        outline-width: 2px !important;
        outline-offset: 2px !important;
    }

    .child-porn-form-sec .gfield textarea.large {
        height: 115px !important;
    }


    .child-porn-form-sec .gform_wrapper.gravity-theme .gform_footer {
        margin: -50px 0 0;
    }

    .growthlab {
        width: 195px;
    }

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

    .child-porn-ftr-itm {
        padding: 0 0 0 30px;
    }

    .child-porn-ftr-itm.cont {
        padding: 0px 0 0 42px;
    }

    .child-porn-ftr-itm:before {
        transform: scale(0.6);
    }

    .child-porn-ftr-itm p {
        font-size: 14px;
        margin: 0 0 7px;
    }

    .child-porn-ftr-itm-call {
        font-size: 19px;
    }

    .child-porn-form-sec .gform_wrapper .gfield .instruction.validation_message {
        top: 28px;
    }
}

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

    .child-porn-form-sec-cont {
        margin: 0px 0 0;
        background-color: #ffc002;
        padding: 25px 40px 35px;
        border-radius: 10px;
    }

    .child-porn-form-blk {
        padding: 0px;
    }

    .child-porn-form-sec p {
        font-size: 16px;
        margin: 0 0 15px;
    }

    .child-porn-form-sec {
        padding: 40px 0 0;
    }

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

    .child-porn-ftr-lst {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .child-porn-ftr-itm:before {
        transform: scale(0.8);
        right: 0;
        margin: auto;
        top: 17px;
    }

    .child-porn-ftr-itm {
        order: 3;
        padding: 60px 30px 30px;
        text-align: center;
        width: 100%;
        max-width: 320px;
        border: 1px solid #fff;
    }

    .child-porn-ftr-itm.cont {
        padding: 60px 30px 30px;
    }

    .child-porn-ftr-itm.lgo {
        order: 2;
        width: 100%;
        border: none;
    }

    .child-porn-ftr-logo {
        width: 100%;
        max-width: 280px;
    }

    .child-porn-ftr-itm p {
        font-size: 16px;
    }

    .child-porn-ftr-itm-call {
        font-size: 21px;
    }

    .child-porn-ftr-itm-call a {
        margin: 2px 0 0;
    }

    .child-porn-form-sec .text-heading {
        margin: 0 0 10px;
    }

    .copyrights {
        padding: 15px 0;
    }
}

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

    .child-porn-form-sec .gform_footer {
        margin: 15px 0 0 !important;
        padding: 0;
        justify-content: center !important;
    }

    .child-porn-form-sec .gform_footer input[type="submit"] {
        font-size: 16px !important;
        padding: 12px 17px !important;
    }

    .child-porn-form-sec-cont {
        padding: 25px 25px 25px;
    }
}

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

    .child-porn-form-sec-cont {
        padding: 20px 15px 20px;
    }

    .child-porn-form-sec-cont .text-heading {
        font-size: 22px;
    }

    .child-porn-form-sec p {
        font-size: 14px;
        margin: 0 0 11px;
    }

    .child-porn-form-sec {
        padding: 30px 0 0;
    }

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

    .child-porn-ftr-itm {
        padding: 60px 20px 20px;
    }

    .child-porn-ftr-itm.cont {
        padding: 60px 20px 20px;
    }

    .child-porn-ftr-lst {
        gap: 20px;
    }

}


/* child porn spanish style starts */

/* banner */
.translated-ltr .childpornfed-banner-sec .text-heading strong {
    font-size: 130px;
}

.translated-ltr .childpornfed-banner-sec .text-heading {
    font-size: 48px;
}

/* contact firm */

.translated-ltr .cntct-firm .text-heading {
    font-size: 46px;
}

.translated-ltr .cntct-firm .gchoice {
    margin: -13px 0 0 0;
}

.translated-ltr .cntct-firm .gform_footer {
    margin: 25px 0 0 !important;
    padding: 0;
    justify-content: start !important;
}

/* why choose */

.translated-ltr .text-heading {
    font-size: 67px;
}

.translated-ltr .childpornfed-why-Chose-sec .Wy-Chs-txt {
    font-size: 20px;
}

.translated-ltr .why-chose-itm .wy-chs-itm-hdg {
    font-size: 30px;
}

/* tab section */

.translated-ltr .tab-btn,
.translated-ltr .tab-btn:hover {
    font-size: 30px;
}

.translated-ltr .tab-cntent .tab-txt {
    font-size: 33px;
}

/* approach section  */

.translated-ltr .apprch-left ul li .apprch-txt-hdg {
    font-size: 33px;
    ;
}

/* process section */

.translated-ltr .legal-itm .legal-text {
    font-size: 24px;
}

.translated-ltr .legal-itm p br {
    display: none;
}

.translated-ltr .legal-itm p {
    font-size: 13px;
}

.translated-ltr .legal-itm-list::before {
    height: 51.5%;
}

.translated-ltr .legal-itm-list .legal-itm {
    min-height: 361px;
}

.translated-ltr .legal-itm:nth-child(even) {
    justify-content: flex-end;
    padding: 172px 0 0;
}

/* serving section */

.translated-ltr .child-porn-serving-sec .serving-hedg {
    font-size: 23px;
}

/* faq section */

.translated-ltr .accordion-section .accordion-heading {
    font-size: 31px;
}

/* federal section */

.translated-ltr .federal-section-itm .federal-hedg {
    font-size: 22px;
}

.translated-ltr .child-porn-federal-section .federal-text {
    font-size: 24px;
}

.translated-ltr .child-porn-federal-section .text-heading {
    font-size: 53px;
}

/* footer section */

.translated-ltr .child-porn-ftr-itm-call {
    font-size: 24px;
}

.translated-ltr .child-porn-ftr-itm .directions a {
    letter-spacing: 1.8px;
}

.translated-ltr .child-porn-ftm-itm-hdg {
    font-size: 31px;
}

/* spanish responsive */


@media screen and (max-width:1800px) {
    .translated-ltr .legal-itm:nth-child(even) {
        padding: 181px 0 0;
    }

    .translated-ltr .legal-itm-list::before {
        height: 49.9%;
        top: 26.8%;
    }

    .translated-ltr .legal-itm .legal-text {
        font-size: 23px;
    }

}

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

    .translated-ltr .childpornfed-why-Chose-sec .text-heading {
        font-size: 58px;
    }

    .translated-ltr .childpornfed-why-Chose-sec .Wy-Chs-txt {
        font-size: 19px;
    }

    .translated-ltr .why-chose-itm .wy-chs-itm-hdg {
        font-size: 25px;
    }

    .translated-ltr .legal-itm .legal-text {
        font-size: 21px;
    }

    .translated-ltr .legal-itm-list::before {
        height: 46.3%;
        top: 30.5%;
    }

    .translated-ltr .legal-itm:nth-child(even) {
        padding: 191px 0 0;
    }

}

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

    .translated-ltr .childpornfed-banner-sec .text-heading strong {
        font-size: 109px;
    }

    .translated-ltr .childpornfed-banner-sec .text-heading {
        font-size: 39px;
    }

    .translated-ltr .cntct-firm .text-heading {
        font-size: 38px;
    }

    .translated-ltr .childpornfed-why-Chose-sec .text-heading {
        font-size: 54px;
    }

    .translated-ltr .childpornfed-why-Chose-sec .Wy-Chs-txt {
        font-size: 18px;
    }

    .translated-ltr .why-chose-itm .wy-chs-itm-hdg {
        font-size: 22px;
    }

    .translated-ltr .tab-btn,
    .translated-ltr .tab-btn:hover {
        font-size: 24px;
    }

    .translated-ltr .tab-cntent .tab-txt {
        font-size: 30px;
    }

    .translated-ltr .childpornfed-tab-section p {
        line-height: 1.5;
    }

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

    .translated-ltr .childpornfed-our-apprch-sec .text-heading {
        font-size: 57px;
    }

    .translated-ltr .apprch-left ul li .apprch-txt-hdg {
        font-size: 27px;
    }

    .translated-ltr .child-porn-serving-sec .serving-hedg {
        font-size: 21px;
    }

    .translated-ltr .accordion-section .accordion-heading {
        font-size: 25px;
    }

    .translated-ltr .child-porn-federal-section .text-heading {
        font-size: 47px;
    }

    .translated-ltr .federal-section-itm .federal-hedg {
        font-size: 18px;
    }

    .translated-ltr .child-porn-federal-section .federal-text {
        font-size: 22px;
    }

    .translated-ltr .child-porn-ftr-itm .directions a {
        font-size: 13px;
        letter-spacing: 1.7px;
    }

    .translated-ltr .child-porn-ftr-itm-call {
        font-size: 22px;
    }

    .translated-ltr .legal-itm .legal-text {
        font-size: 20px;
    }

    .translated-ltr .legal-itm p {
        font-size: 12px;
    }

    .translated-ltr .legal-itm:nth-child(even) {
        padding: 203px 0 0;
    }

    .translated-ltr .legal-itm-list::before {
        height: 44.3%;
        top: 33.5%;
    }

}

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

    .translated-ltr .childpornfed-banner-sec .text-heading {
        font-size: 35px;
    }

    .translated-ltr .childpornfed-banner-sec .text-heading strong {
        font-size: 97px;
    }

    .translated-ltr .cntct-firm .text-heading {
        font-size: 35px;
    }

    .translated-ltr .childpornfed-why-Chose-sec .text-heading {
        font-size: 50px;
    }

    .translated-ltr .childpornfed-why-Chose-sec .Wy-Chs-txt {
        font-size: 17px;
    }

    .translated-ltr .tab-cntent .tab-txt {
        font-size: 27px;
    }

    .translated-ltr .text-heading {
        font-size: 61px;
    }

    .translated-ltr .childpornfed-our-apprch-sec .text-heading {
        font-size: 52px;
    }

    .translated-ltr .apprch-left ul li .apprch-txt-hdg {
        font-size: 25px;
    }

    .translated-ltr .child-porn-serving-sec .serving-hedg {
        font-size: 19px;
    }

    .translated-ltr .accordion-section .accordion-heading {
        font-size: 22px;
    }

    .translated-ltr .child-porn-federal-section .text-heading {
        font-size: 44px;
    }

    .translated-ltr .child-porn-federal-section .federal-text {
        font-size: 20px;
    }

    .translated-ltr .child-porn-ftr-itm .directions a {
        letter-spacing: 1.3px;
    }

    .translated-ltr .child-porn-ftr-itm-call {
        font-size: 21px;
    }

    .translated-ltr .legal-itm-list::before {
        height: 40.5%;
        top: 35.1%;
    }

    .translated-ltr .legal-itm .legal-text {
        font-size: 18px;
    }

    .translated-ltr .legal-itm:nth-child(even) {
        padding: 219px 0 0;
    }

}

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

    .translated-ltr .cntct-firm .text-heading {
        font-size: 33px;
    }

    .translated-ltr .childpornfed-why-Chose-sec .text-heading {
        font-size: 47px;
    }

    .translated-ltr .why-chose-itm .wy-chs-itm-hdg {
        font-size: 20px;
    }

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

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

    .translated-ltr .apprch-left ul li .apprch-txt-hdg {
        font-size: 24px;
    }

    .translated-ltr .childpornfed-our-apprch-sec .text-heading {
        font-size: 51px;
    }

    .translated-ltr .child-porn-serving-sec .serving-hedg {
        font-size: 18px;
    }

    .translated-ltr .accordion-section .accordion-heading {
        font-size: 22px;
    }

    .translated-ltr .child-porn-federal-section .text-heading {
        font-size: 41px;
    }

    .translated-ltr .federal-section-itm .federal-hedg {
        font-size: 17px;
    }

    .translated-ltr .child-porn-federal-section .federal-text {
        font-size: 18px;
    }

    .translated-ltr .child-porn-ftr-itm .directions a {
        letter-spacing: 0.6px;
    }

    .translated-ltr .legal-itm .legal-text {
        font-size: 17px;
    }

    .translated-ltr .legal-itm-list::before {
        height: 37.9%;
        top: 37.1%;
    }

    .translated-ltr .legal-itm:nth-child(even) {
        padding: 224px 0 0;
    }

}

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

    .translated-ltr .childpornfed-banner-sec .text-heading {
        font-size: 31px;
    }

    .translated-ltr .childpornfed-banner-sec .text-heading strong {
        font-size: 84px;
    }

    .translated-ltr .cntct-firm .text-heading {
        font-size: 31px;
    }

    .translated-ltr .why-chose-itm .wy-chs-itm-hdg {
        font-size: 19px;
    }

    .translated-ltr .childpornfed-why-Chose-sec .text-heading {
        font-size: 43px;
    }

    .translated-ltr .tab-btn,
    .translated-ltr .tab-btn:hover {
        font-size: 22px;
    }

    .translated-ltr .tab-cntent .tab-txt {
        font-size: 25px;
    }

    .translated-ltr .text-heading {
        font-size: 52px;
    }

    .translated-ltr .childpornfed-our-apprch-sec .text-heading {
        font-size: 46px;
    }

    .translated-ltr .apprch-left ul li .apprch-txt-hdg {
        font-size: 23px;
    }

    .translated-ltr .child-porn-serving-sec .serving-hedg {
        font-size: 17px;
    }

    .translated-ltr .accordion-section .accordion-heading {
        font-size: 20px;
    }

    .translated-ltr .child-porn-federal-section .text-heading {
        font-size: 37px;
    }

    .translated-ltr .child-porn-federal-section .federal-text {
        font-size: 17px;
    }

    .translated-ltr .child-porn-ftr-itm .directions a {
        letter-spacing: 0;
    }

    .translated-ltr .child-porn-ftr-itm-call {
        font-size: 20px;
    }

    .translated-ltr .legal-itm .legal-text {
        font-size: 16px;
    }

    .translated-ltr .legal-itm-list::before {
        height: 38.3%;
        top: 38.1%;
    }

    .translated-ltr .legal-itm:nth-child(even) {
        padding: 230px 0 0;
    }

}

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

    .legal-itm:nth-child(even) .legal-text {
        margin: 15px 0 0;
    }

    .translated-ltr .legal-itm-list::before {
        height: 33.3%;
        top: 40.1%;
    }

    .translated-ltr .legal-itm:nth-child(even) {
        padding: 243px 0 0;
    }

}

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

    .translated-ltr .childpornfed-banner-sec .text-heading {
        font-size: 27px;
    }

    .translated-ltr .childpornfed-banner-sec .text-heading strong {
        font-size: 45px;
    }

    .translated-ltr .why-chose-itm .wy-chs-itm-hdg {
        font-size: 21px;
    }

    .translated-ltr .tab-btn,
    .translated-ltr .tab-btn:hover {
        font-size: 20px;
    }

    .translated-ltr .text-heading {
        font-size: 35px;
    }

    .translated-ltr .childpornfed-our-apprch-sec .text-heading {
        font-size: 35px;
    }

    .translated-ltr .child-porn-serving-sec .serving-hedg {
        font-size: 20px;
    }

    .translated-ltr .child-porn-federal-section .text-heading {
        font-size: 35px;
    }

    .translated-ltr .child-porn-federal-section .federal-text {
        font-size: 16px;
    }

    .translated-ltr .federal-section-itm .federal-hedg {
        font-size: 20px;
    }

    .translated-ltr .legal-itm .legal-text {
        font-size: 20px;
    }

    .translated-ltr .legal-itm p {
        font-size: 14px;
    }

    .translated-ltr .childpornfed-why-Chose-sec .text-heading {
        font-size: 35px;
    }

    .translated-ltr .cntct-firm .gchoice {
        margin: -7px 0 0 0;
    }

    .translated-ltr .child-porn-form-sec .gchoice {
        margin: -2px 0 0 0;
    }

}

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

    .translated-ltr .childpornfed-banner-sec .text-heading {
        font-size: 21px;
    }

    .translated-ltr .childpornfed-banner-sec .text-heading strong {
        font-size: 34px;
    }

    .translated-ltr .childpornfed-why-Chose-sec .text-heading {
        font-size: 30px;
    }

    .translated-ltr .text-heading {
        font-size: 30px;
    }

    .translated-ltr .accordion-section .accordion-heading {
        line-height: 1.1;
    }

    .translated-ltr .child-porn-federal-section .text-heading {
        font-size: 27px;
    }

    .translated-ltr .child-porn-federal-section .text-heading br {
        display: none;
    }

    .translated-ltr .mobile-menu-button-container a.mobi-call span.button-text,
    .translated-ltr .mobile-menu-button-container span.menu-text {
        font-size: 20px;
    }

}

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

    .translated-ltr .childpornfed-banner-sec .text-heading {
        font-size: 18px;
    }

    .translated-ltr .childpornfed-banner-sec .text-heading strong {
        font-size: 27px;
    }

    .translated-ltr .cntct-firm .text-heading {
        font-size: 25px;
    }

    .translated-ltr .cntct-firm .form-links {
        flex-wrap: wrap;
        line-height: 1;
    }

    .translated-ltr .cntct-firm .gchoice {
        margin: 3px 0 0 0;
    }

    .translated-ltr .cntct-firm .gfield.gfield--type-checkbox .validation_message {
        top: 17px;
    }

    .translated-ltr .childpornfed-why-Chose-sec .text-heading {
        font-size: 21px;
    }

    .translated-ltr .text-heading {
        font-size: 22px;
    }

    .translated-ltr .tab-cntent .tab-txt {
        font-size: 22px;
    }

    .translated-ltr .childpornfed-our-apprch-sec .text-heading {
        font-size: 25px;
    }

    .translated-ltr .child-porn-federal-section .text-heading {
        font-size: 21px;
    }

    .translated-ltr .child-porn-form-sec .gfield-choice-input+label {
        text-align: left;
    }

    .translated-ltr .child-porn-form-sec .gchoice {
        margin: -2px 0 0 0;
    }

    .translated-ltr .child-porn-form-sec .form-links a,
    .translated-ltr .child-porn-form-sec .form-links,
    .translated-ltr .child-porn-form-sec .gfield-choice-input+label,
    .translated-ltr .child-porn-form-sec .gfield.gfield_html button {
        line-height: 1.2;
        display: inline-block;
    }

    .translated-ltr .cntct-firm .gform_wrapper .top_label input[type="checkbox"] {
        margin: 2px -7px 0px 0 !important;
    }


}



.owl-carousel .owl-nav{ display: none !important; }


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

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

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

.child-porn-serving-sec .owl-carousel .owl-dots button {
    background-color: #fff !important;
}