body.creator_lp {color: #000; overflow: auto;}
img {max-width: 100%;}

.cp_banner {padding: 40px 0;}
.cp_banner .heading {display: inline-block; width: calc(50% - 4px); vertical-align: middle; padding-right: 5%;}
.cp_banner .heading h1 {font-size: 60px; font-weight: 900; margin-bottom: 40px;}
.cp_banner .heading h1 span {color: #ffd33b;}
.cp_banner .heading p {font-size: 20px; font-weight: 400; margin-bottom: 40px;}
.cp_banner .bimgs {display: inline-block; width: calc(50% - 4px); vertical-align: middle; text-align: center;}
.cp_banner .bimgs img {max-width: 100%;;}

.cp_banner .down_activate {display: flex; border-radius: 20px; box-shadow: 0 0 4px rgba(0,0,0,0.1); overflow: hidden; padding: 3%; max-width: 548px;}
.cp_banner .down_activate .item {width: 50%; padding: 0 4%; display: flex; gap: 12px;}
.cp_banner .down_activate .item .icon {width: 50px;}
.cp_banner .down_activate .item .txt strong {display: block; font-size: 20px;}
.cp_banner .down_activate .item .txt p {display: block; font-size: 18px; margin:0;}
.cp_banner .down_activate .item:nth-child(2) {border-left: 1px solid #ccc;}

.beSmartSafe {padding: 80px 0; background: #fafafa;}
.beSmartSafe .sspoints {display: flex; gap: 20px; width: 100%; justify-content: space-between;}
.beSmartSafe .sspoints .heading {min-width: 380px;}
.beSmartSafe .sspoints .heading h2 {font-size: 48px; font-weight: 900; margin-bottom: 0;}
.beSmartSafe .sspoints .heading h3 {font-size: 40px; font-weight: 700; margin-bottom: 0;}
.beSmartSafe .sspoints .item {padding: 10px;}
.beSmartSafe .sspoints .item .icon {display: block; width: 60px; margin-bottom: 12px;}
.beSmartSafe .sspoints .item .txt {display: block; font-size: 20px; font-weight: 600;}

.rlSubscription {padding: 80px 0; overflow: visible; position: relative;}
.rlSubscription .container {overflow: hidden; position: relative; min-height: auto;}
.subscription_benefits {display: flex; gap: 20px; width: 300%; justify-content: space-between; align-items: center; will-change: transform; position: relative;}
.Subscription_item {display: flex; gap: 20px; width: 100%; justify-content: space-between; align-items: center; position: relative;}
.Subscription_item .img {width: 40%; text-align: center; padding: 0 5%;}
.Subscription_item .txt {width: 60%; padding-left: 5%;}
.Subscription_item .txt h2 {font-size: 52px; font-weight: 700; margin-bottom: 32px;}
.Subscription_item .txt p {font-size: 20px; font-weight: 400; margin-bottom: 32px;}
.Subscription_item .txt .cta {padding: 20px 0 0; margin-bottom: 0;}
.Subscription_item .txt .cta a {font-size: 22px; display: inline-block; padding: 12px 32px; font-weight: 700; background: #ffd33b; color: #000; border-radius: 50px; text-decoration: none;}
.Subscription_item .txt h3 {font-size: 40px; font-weight: 700; margin-bottom: 32px;}
.Subscription_item .txt ul {font-size: 20px; list-style: none;}
.Subscription_item .txt ul li {display:block; padding-left: 32px; margin-bottom: 12px; position: relative;}
.Subscription_item .txt ul li::before {content: ''; display: block; position: absolute; left: 0; top: 2px; width: 24px; height: 24px; background: url(../images/cp/CheckMark.png) center no-repeat; background-size: 100%;}
.Subscription_item .sno {display: inline-block; width: 32px; line-height: 32px; font-size: 20px; font-weight: 700; position: absolute; top: 0; left: 0; background: #ffd33b; border-radius: 50%; text-align: center; color: #000;}

.beCreator {padding: 80px 0; text-align: center;}
.beCreator .container {padding: 5% 8%; border: 1px solid #ccc; border-radius: 32px;}
.beCreator .heading {margin-bottom: 40px}
.beCreator .heading h2 {font-size: 48px; font-weight: 700; margin-bottom: 32px}
.beCreator .heading p {font-size: 22px; margin-bottom: 32px}
.beCreator .steps {display: table; width: 100%;}
.beCreator .steps .item .icon {display: block; margin-bottom: 12px;}
.beCreator .steps .item .icon img {max-width: 100px;}
.beCreator .steps .item {position: relative; display: table-cell;}
.beCreator .steps .item::before {content: ''; display: block; position: absolute; top: 50%; left: 100%; transform: translate(-50%, -50%); width: 40px; height: 80px; background: url(../images/cp/Steps-Next.png) center no-repeat; background-size: 100%;}
.beCreator .steps .item:last-child::before {display: none;}


.watchshorts {padding: 80px 0; background: #f3f3f3;}
.watchshorts .container {max-width: 1450px;}
.watchshorts .head {text-align: center; margin-bottom: 40px;}
.watchshorts .head h4 {font-size: 24px; font-weight: 400; font-style: italic; margin-bottom: 8px;}
.watchshorts .head h2 {font-size: 38px; margin-bottom: 8px; font-weight: 900;}
.watchshorts .head h3 {font-size: 34px; margin-bottom: 8px; font-weight: 400;}
.watchshorts .explaination .img {display: inline-block; width: calc(40% - 4px); vertical-align: middle; text-align: center;}
.watchshorts .explaination .img img {max-height: 800px;}
.watchshorts .explaination .txt {display: inline-block; width: calc(60% - 4px); vertical-align: middle; padding-left: 5%;}
.watchshorts .explaination .txt h2 {font-size: 36px; margin-bottom: 20px; font-weight: 900;}
.watchshorts .explaination .txt h4 {margin-bottom: 28px; font-weight: 400; font-size: 28px;}
.watchshorts .explaination .txt p {margin-bottom: 28px;}
.watchshorts .explaination .txt .points ul {display: block; list-style: none; margin-bottom: 20px;}
.watchshorts .explaination .txt .points li {display: block; margin-bottom: 16px; padding-left: 40px; background: url(../images/CheckMark.png) 0 2px no-repeat; background-size: 24px; font-size: 20px;}
.watchshorts .explaination .txt .gplayqr {display: flex;}
.watchshorts .explaination .txt .gplayqr img {height: 60px;}
.watchshorts .explaination .txt .gplayqr .gp {padding-right: 32px;}
.watchshorts .explaination .txt .gplayqr .qr {padding-left: 32px; border-left: 2px solid #000;}

.lpfaq {padding: 80px 0;}
.lpfaq .head {margin-bottom: 40px;}
.lpfaq .head h4 {font-size: 24px;}
.lpfaq .head h2 {font-size: 46px;}
.lpfaq .faqinner {}
.lpfaq .faqinner .faqs {display: inline-block; width: calc(100% - 5% - 380px - 4px); vertical-align: middle;}
.lpfaq .faqinner .contact {display: inline-block; width: calc(380px - 4px); vertical-align: middle; margin-left: 5%; background: #ffd636; padding: 32px; border-radius: 20px;}
.lpfaq .faqinner .contact h3 {margin-bottom: 12px;}
.lpfaq .faqinner .contact p {margin-bottom: 20px; color: #707070;}
.lpfaq .faqinner .contact .cta a {display: inline-block; background: #000; color: #ffd900; text-decoration: none; font-weight: 600; padding: 12px 32px; border-radius: 40px; box-shadow: 0 0 4px rgb(0, 0, 0);}
.lpfaq .faqinner .faqs .item {display: block; border-bottom: 1px solid #c1c0c0;}
.lpfaq .faqinner .faqs .item h3 {display: block; padding: 20px 0; font-size: 28px; font-weight: 600; cursor: pointer; position: relative;}
.lpfaq .faqinner .faqs .item h3::before {content: '\2b'; display: block; position: absolute; right: 0; font-weight: 400; font-size: 26px; top: 20px; font-family: 'Font Awesome\ 5 Free'; font-weight: 900;}
.lpfaq .faqinner .faqs .item.active h3::before {content: '\f068';}
.lpfaq .faqinner .faqs .item .answer {display: none; padding: 20px; background: #f3f3f3; font-size: 18px;}
.lpfaq .faqinner .faqs .item.active .answer {display: block;}


.subscription_benefits.fixed {position: fixed; bottom: 80px;}
.rlSubscription {position: relative;}
.rlSubscription .container {position: static;}
.subscription_benefits.absolute {position: absolute; bottom: calc(80px + 80px);}

@media only screen and (max-width: 1600px) {
    .watchshorts .head h4 {font-size: 20px;}
    .watchshorts .head h2 {font-size: 32px;}
    .watchshorts .head h3 {font-size: 28px;}
    .watchshorts .explaination .txt h2 {font-size: 32px;}
    .watchshorts .explaination .txt h4 {font-size: 22px;}
    .watchshorts .explaination .txt .points li {font-size: 18px; padding-bottom: 12px;}

    .lpfaq .head h2 {font-size: 36px;}
    .lpfaq .faqinner .faqs .item h3 {font-size: 24px;}
}
@media only screen and (max-width: 1360px) {
    .watchshorts .head h4 {font-size: 18px;}
    .watchshorts .head h2 {font-size: 28px; margin-bottom: 4px;}
    .watchshorts .head h3 {font-size: 28px;}
    .watchshorts .explaination .img img {max-height: 680px;}

    .lpfaq .faqinner .faqs, .lpfaq .faqinner .contact {vertical-align: top;}
    .lpfaq .head h4 {font-size: 18px;}
    .lpfaq .head h2 {font-size: 28px;}
    .lpfaq .faqinner .faqs .item h3 {font-size: 20px;}
    .lpfaq .faqinner .faqs .item h3::before {font-size: 20px;}

    .lpfaq .faqinner .contact h3 {font-size: 18px;}
    .lpfaq .faqinner .contact p {font-size: 18px;}

    .cp_banner .heading h1 {font-size: 48px; margin-bottom: 20px;}
    .cp_banner .down_activate .item .txt strong {font-size: 16px;}
    .cp_banner .heading p {font-size: 16px; margin-bottom: 20px;}
    .cp_banner .down_activate .item .txt p {font-size: 14px;}

    .beSmartSafe .sspoints .heading {min-width: 300px;}
    .beSmartSafe .sspoints .heading h2 {font-size: 36px;}
    .beSmartSafe .sspoints .heading h3 {font-size: 32px;}
    .beSmartSafe .sspoints .item .txt {font-size: 15px;}

    .Subscription_item .txt h2 {font-size: 36px;}
    .Subscription_item .txt p {font-size: 16px;}
    .Subscription_item .txt .cta a {font-size: 18px;}
    .Subscription_item .txt h3 {font-size: 28px;}
    .Subscription_item .txt ul li {font-size: 14px;}

    .beCreator .heading h2 {font-size: 32px;}
    .beCreator .heading p {font-size: 16px;}
    .beCreator .steps .item .icon img {max-width: 80px;}
    .beCreator .steps .item::before {width: 30px; height: 60px;}
}
@media only screen and (max-width: 960px) {
    .watchshorts .head h4 {font-size: 16px;}
    .watchshorts .head h2 {font-size: 24px;}
    .watchshorts .head h3 {font-size: 24px;}
    .watchshorts .explaination .txt h2 {font-size: 24px; margin-bottom: 12px;}
    .watchshorts .explaination .txt h4 {margin-bottom: 18px; font-size: 20px;}
    .watchshorts .explaination .txt .points li {font-size: 16px;}
    .watchshorts .explaination .txt .gplayqr img {height: 40px;}

    .lpfaq .head h4 {font-size: 16px;}
    .lpfaq .head h2 {font-size: 24px;}
    .lpfaq .head {margin-bottom: 24px;}
    .lpfaq .faqinner .faqs, .lpfaq .faqinner .contact {width: 100%;}
    .lpfaq .faqinner .faqs {margin-bottom: 40px;}
    .lpfaq .faqinner .contact {margin-left: 0;}
    .lpfaq .faqinner .faqs .item h3 {font-size: 16px;}
    .lpfaq .faqinner .faqs .item h3::before {font-size: 18px;}

    .cp_banner .heading h1 {font-size: 36px; margin-bottom: 16px;}
    .cp_banner .down_activate {display: block;}
    .cp_banner .down_activate .item {width: 100%; padding: 8px;}
    .cp_banner .down_activate .item:nth-child(2) {border-left: 0; border-top: 1px solid #ccc;}
    .beSmartSafe .sspoints .heading {margin-bottom: 20px;}
    .beSmartSafe .sspoints {display: block; width: 100%;}
    .beSmartSafe .sspoints .item {display: inline-block; width: calc(25% - 4px); vertical-align: top;}
    .beCreator .container {padding: 5% 4%;}
    .beCreator .steps .item h3 {font-size: 15px;}
    .beCreator .steps .item .icon img {max-width: 60px;}
}
@media only screen and (max-width: 720px) {
    .watchshorts .head h4 {font-size: 15px;}
    .watchshorts .head h2 {font-size: 22px;}
    .watchshorts .head h3 {font-size: 18px;}
    .watchshorts .explaination .img {width: 100%; margin-bottom: 20px;}
    .watchshorts .explaination .img img {height: 280px;}
    .watchshorts .explaination .txt {width: 100%; margin: 0;}
    .watchshorts .explaination .txt h2 {font-size: 20px;}

    .lpfaq .head h4 {font-size: 14px;}
    .lpfaq .head h2 {font-size: 20px;}
    .lpfaq .head {margin-bottom: 12px;}
    .lpfaq .faqinner .faqs .item h3 {padding-right: 40px;}
    .lpfaq .faqinner .contact h3 {font-size: 16px;}
    .lpfaq .faqinner .contact p {font-size: 14px;}
    .lpfaq .faqinner .contact .cta a {}

    .beSmartSafe, .rlSubscription {padding: 40px 0;}
    .cp_banner .heading, .cp_banner .bimgs {width: 100%; padding: 0;}
    .beSmartSafe .sspoints .item {width: calc(50% - 4px); margin-bottom: 20px;}
    .Subscription_item {display: block; width: 100%;}
    .Subscription_item .img {width: 100%; margin-bottom: 20px;}
    .Subscription_item .txt {width: 100%;}
    .beCreator .steps {display: block; width: 100%;}
    .beCreator .steps .item {width: 100%; display: block;}
    .beCreator .steps .item::before {display: none;}
    .beCreator .steps .item::after {content: ''; display: block; transform: rotate(90deg); width: 30px; height: 60px; margin: 20px auto; background: url(../images/cp/Steps-Next.png) center no-repeat; background-size: auto; background-size: 100%;}
    .beCreator .steps .item:last-child::after {display: none;}
}