/*
====================================
Laptop Screen 
====================================
*/
@media screen and (min-width: 1200px) and (max-width: 1400px) {

    html {
        font-size: 45%;
    }

    .pending {
        width: 23.5rem;
        height: 23.5rem;
    }

    .pending span {
        font-size: 2.85rem;
        margin-right: -8.5rem;
        margin-top: -8.5rem;
    }

    .title_xxl {
        font-size: 9.5rem;
    }

    .reply_heroRight img {
        max-width: 80%;
    }

}

/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {

    html {
        font-size: 45%;
    }

    .custom_container {
        max-width: 960px;
        padding: 0 15px;
    }

    .title_xxl {
        font-size: 8rem;
    }

    .title_xl,
    .text_xl {
        font-size: 6rem;
    }
    
    .title_lg,
    .text_lg {
        font-size: 4.6rem;
    }

    .logo img {
        width: 30rem;
    }

    .menu ul {
        gap: 5rem;
    }

    .menu ul li a {
        font-size: 2.2rem;
    }

    .menu .free_btn {
        font-size: 2.4rem;
    }

    .pending {
        width: 21rem;
        height: 21rem;
    }

    .pending span {
        font-size: 2.5rem;
        margin-right: -7rem;
        margin-top: -7rem;
    }

    .use_item {
        width: 85%;
        margin: 0 auto;
    }

    .works_row {
        width: 88%;
        margin: 0 auto;
    }

    .benefit_wrapper {
        padding: 14rem 0rem;
    }

    .benefit_text ul li {
        padding-bottom: 6.6rem;
    }

    .options_item p {
        gap: 3.6rem;
    }

    .options_item p span {
        width: 6.5rem;
        height: 6.5rem;
        font-size: 4.8rem;
    }

    .filter_box a {
        width: 20rem;
        height: 20rem;
        font-size: 4.2rem;
        border-width: 0.8rem;
    }

    .filter_box span {
        min-height: 7.5rem;
    }

    .filter_box img {
        max-width: 8rem;
    }

    .filter_box .plyby {
        max-width: 10rem;
    }

    .post_wrapper {
        padding: 13rem 0rem;
    }

    .post_left_col ul li img {
        width: 5rem;
    }

    .earning_box .earning_title {
        font-size: 4.2rem;
    }

    .verified_text ul li::before {
        width: 2rem;
        height: 2rem;
    }

    .verified_text ul li {
        margin-bottom: 8rem;
        padding-left: 5rem;
    }

    .url_section .verified_text a span {
        font-size: 5.5rem;
    }

    .quote_item ul li img {
        width: 3.2rem;
    }

    .quote_item h4 {
        font-size: 3.5rem;
        margin-bottom: 2.5rem;
    }

    .quote_item p {
        font-size: 2.6rem;
    }

    .footer_section {
        padding: 7rem 0rem;
    }

    .footer_item h4,
    .footer_item ul li a {
        font-size: 2rem;
    }

    .footer_item img {
        width: 28rem;
    }

    .works_section .custom_heading h3 img {
        max-width: 7.5rem;
    }

    .setup_title h3 {
        font-size: 6rem;
    }

    .swiper-button-prev {
        top: 40%;
        left: -2.6rem;
    }

    .swiper-button-next {
        top: 40%;
        right: -2.6rem;
    }

    .featured_title {
        padding-top: 4.5rem;
    }

    .reply_heroRight img {
        max-width: 80%;
    }

}

/*
====================================
Small Screen - Tablate
====================================
*/
@media (max-width: 991px) {

    .main_nav .menu {
        display: none;
    }

    .logo img {
        width: 30rem;
    }

    .hamburgar_btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .offcanvas_menu {
        display: flex;
        transition: 0.5s all ease;
    }

    .offcanvas_menu.offcanvas {
        right: 0;
        transition: 0.5s all ease;
    }

    .hamburgar_btn [src="img/close.png"] {
        width: 3rem;
    }

    .earning_box h4 {
        font-size: 3rem;
    }

    .earning_data label {
        font-size: 2.8rem;
    }

    .earning_data input {
        font-size: 3rem;
        width: 16rem;
    }

    .year_data input {
        font-size: 3.2rem;
    }

    .join_btn button {
        font-size: 3rem;
        margin: 2.4rem 0rem;
    }

    .hero_left_col p,
    .hero_right_col p {
        font-size: 2.2rem;
    }

    .pending {
        width: 21rem;
        height: 21rem;
    }

    .pending span {
        font-size: 2.5rem;
        margin-right: -7rem;
        margin-top: -7rem;
    }

    .use_item {
        width: 90%;
        margin: 0 auto;
    }

    .works_row {
        width: 88%;
        margin: 0 auto;
    }

    .benefit_wrapper {
        padding: 12rem 0rem;
    }

    .benefit_text ul li {
        padding-bottom: 6.6rem;
    }

    .options_item p {
        gap: 3.6rem;
        margin-bottom: 6rem;
    }

    .options_item ul li {
        margin-bottom: 7rem;
    }

    .options_item p span {
        width: 6.5rem;
        height: 6.5rem;
        font-size: 4.5rem;
    }

    .filter_box a {
        width: 16rem;
        height: 16rem;
        font-size: 3.2rem;
        border-width: 0.6rem;
    }

    .filter_box span {
        min-height: 6.5rem;
    }

    .filter_box img {
        max-width: 6rem;
    }

    .filter_box .plyby {
        max-width: 8rem;
    }

    .post_wrapper {
        padding: 13rem 0rem;
    }

    .post_left_col ul li img {
        width: 4rem;
    }

    .post_left_col ul li {
        gap: 2rem;
    }

    .post_box {
        max-width: 35rem;
    }

    .earning_box .earning_title {
        font-size: 4.2rem;
    }

    .earning_content {
        max-width: 48rem;
    }

    .earning_content .earning_data,
    .earning_content .year_data {
        max-width: 100%;
    }

    .verified_text ul li::before {
        width: 2rem;
        height: 2rem;
    }

    .verified_text ul li {
        margin-bottom: 6rem;
        padding-left: 4.5rem;
    }

    .verified_icon img {
        max-width: 25rem;
    }

    .url_section .verified_text a span {
        font-size: 5.5rem;
    }

    .quote_item ul li img {
        width: 3rem;
    }

    .quote_item h4 {
        font-size: 3rem;
        margin-bottom: 2.2rem;
    }

    .quote_item p {
        font-size: 2.4rem;
    }

    .footer_section {
        padding: 7rem 0rem;
    }

    .footer_item h4,
    .footer_item ul li a {
        font-size: 1.85rem;
    }

    .footer_item img {
        width: 25rem;
    }

    .hero_wrapper {
        flex-direction: column-reverse;
    }

    .hero_title {
        text-align: center;
    }

    .hero_left_col {
        width: 100%;
        order: 2;
        margin-bottom: 3rem;
        padding-right: 0;
    }

    .hero_right_col {
        width: 100%;
        order: 1;
        margin: 0;
    }

    .earning_data,
    .year_data {
        max-width: 42rem;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero_right_col img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .works_wrapper {
        padding: 12rem 0rem;
    }

    .filter_wrapper {
        padding: 4rem 0rem 7rem;
    }

    .filter_item {
        padding: 5rem 0rem;
    }

    .post_wrapper {
        padding: 10.5rem 0rem;
    }

    .customize_wrapper {
        padding: 12rem 0rem;
    }

    .customize_item {
        padding: 6rem 0rem 15rem;
    }

    .customize_item {
        max-width: 56rem;
    }

    .earning_wrapper {
        padding: 10rem 0rem;
    }

    .verified_section {
        padding: 12rem 0rem;
    }

    .url_section {
        padding: 8rem 0rem;
    }

    .url_section .verified_text a span {
        font-size: 4.2rem;
    }

    .url_section .verified_text a {
        margin-bottom: 7rem;
    }

    .quote_item ul li {
        gap: 3.5rem;
        margin-bottom: 5rem;
    }

    .works_section .custom_heading h3 img {
        max-width: 6.5rem;
    }

    .options_item ul {
        padding-left: 3rem;
    }

    .reply_hero textarea {
        font-size: 3rem;
        padding-left: 0rem;
    }

    .setup_title h3 {
        font-size: 5rem;
    }

    .account_header .custom_container {
        padding: 0 3rem;
    }

    .estimator_wrapper .hero_left_col {
        margin-top: 0!important;
        padding-top: 0!important;
    }

    .home_hero .hero_left_col {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .home_hero .hero_right_col {
        width: 100%;
    } 

    .earning_wrapper .hero_right_col {
        padding-top: 2rem;
    }

    .swiper-button-prev {
        top: 40%;
        left: -2.6rem;
    }

    .swiper-button-next {
        top: 40%;
        right: -2.6rem;
    }

    .featured_title {
        padding-top: 4.5rem;
    }


    .home1_hero .hero_left_col h3 {
        text-align: center;
        margin: 0;
    }

    .home1_hero .hero_left_col h3 br {
        display: none;
    }

    .home1_hero .hero_left_col a {
        display: none;
    }


    .home1_hero .hero_right_col a {
        font-family: var(--outfit);
        font-size: 3rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: var(--white);
        background: #E6202C;
        display: block;
        text-align: center;
        padding: 1.7rem 9.6rem;
        border-radius: 5rem;
        transition: 0.2s all ease;
        margin-bottom: 3.5rem;
    }

    .home1_hero .hero_right_col a:hover {
        opacity: 0.85;
    }

    .home1_hero {
        padding-bottom: 8.5rem;
    }

    .workshero_row {
        flex-direction: column;
    }

    .works_leftcol {
        width: 100%;
    }

    .works_rightcol {
        width: 100%;
        margin-top: 8rem;
    }

    .benefit_section2 .verified_wrapper {
        flex-direction: column;
        align-items: flex-start;
    } 

    .benefit_section2 .verified_wrapper > div {
        width: 100%;
    }

    .benifit_cnt {
        max-width: 74.6rem;
        margin-top: 10rem;
    }

    .playby_item p {
        font-size: 7rem;
    }

    .reply_heroleft {
        width: 100%;
    }

    .reply_heroRight {
        width: 100%;
        margin-top: 8rem;
    }

    .replyhero_section {
        min-height: initial;
        padding: 10rem 0rem;
    }

    .coach_title h4 {
        font-size: 5rem;
    }

}

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

    html {
        font-size: 50%;
    }

    .custom_container {
        max-width: 720px;
        padding: 0 15px;
    }

    .custom_heading {
        padding: 3rem 0rem;
    }

    .title_xxl {
        font-size: 6rem;
    }

    .title_xl,
    .text_xl {
        font-size: 5rem;
    }

    .title_lg,
    .text_lg {
        font-size: 4rem;
    }

    .hero_title {
        max-width: 60rem;
        width: 100%;
        margin: 0 auto;
    }

    .setup_item {
        padding-right: 2rem;
    }

    .help_wrapper2 {
        max-width: 56.42rem;
    }

    .help4_mainwrap .help_wrapper2 {
        max-width: 56.44rem;
        margin-bottom: 3rem;
    }

    .help_wrapper .setup_text {
        padding-left: 0rem;
        padding-top: 8.5rem;
    }

    .help_wrapper .setup_text h4 {
        font-size: 3.05rem;
    }

}

@media (min-width: 768px) {
    
    .d-sm-desktop-none {
        display: none;
    }

}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {

    html {
        font-size: 45%;
    }

    .custom_container {
        max-width: 540px;
        padding: 0 15px;
    }

    .custom_heading {
        padding: 2.4rem 0rem;
    }

    .title_xxl {
        font-size: 5rem;
    }

    .title_xl,
    .text_xl {
        font-size: 4rem;
    }

    .title_lg,
    .text_lg {
        font-size: 3rem;
    }

    .pending {
        width: 18rem;
        height: 18rem;
    }

    .pending span {
        font-size: 2rem;
        margin-right: -6rem;
        margin-top: -6rem;
    }

    .benefit_wrapper {
        padding: 9.5rem 0rem;
    }

    .options_item p {
        margin-bottom: 5rem;
    }

    .options_item ul li {
        margin-bottom: 6rem;
    }

    .filter_box a {
        width: 13rem;
        height: 13rem;
        font-size: 2.5rem;
        border-width: 0.6rem;
    }

    .filter_box span {
        min-height: 5.5rem;
    } 

    .filter_box img {
        max-width: 5.5rem;
    }

    .filter_box .plyby {
        max-width: 7.2rem;
    }

    .subscribe_post {
        padding-top: 10.5rem;
    }

    .post_wrapper {
        padding: 10rem 0rem;
    }

    .post_row {
        flex-direction: column;
    }

    .post_right_col {
        margin-top: 4rem;
    }

    .post_left_col ul li img {
        width: 3rem;
    }

    .post_left_col ul li {
        gap: 1.5rem;
        margin-bottom: 3.2rem;
    }

    .customize_wrapper {
        padding: 10rem 0rem;
    }

    .customize_item {
        max-width: 46rem;
        padding: 5rem 0rem 11rem;
    }

    .earning_wrapper {
        padding: 8rem 0rem;
    }

    .verified_section {
        padding: 10rem 0rem;
    }

    .verified_text ul li {
        margin-bottom: 4.8rem;
    }

    .verified_icon img {
        max-width: 20rem;
    }

    .url_section .verified_text a {
        margin-bottom: 6rem;
    }

    .url_section .verified_text a span {
        font-size: 3.8rem;
    }

    .quote_item h4 {
        font-size: 2.4rem;
        margin-bottom: 1.6rem;
    }

    .quote_item p {
        font-size: 2rem;
    }

    .quote_item ul li img {
        width: 2.6rem;
    }

     .quote_item ul li {
        gap: 3rem;
        margin-bottom: 3.5rem;
    }

    .quotes_section {
        padding: 9rem 0rem;
    }

    .benefit_text ul li {
        padding-bottom: 5.5rem;
    }

    .footer_wrapper {
        flex-wrap: wrap;
    }

    .footer_item {
        width: 33%;
        order: 2;
    }

    .footer_logo {
        width: 100%;
        order: 1;
        text-align: center;
        margin-bottom: 6rem;
    }

    .copyright_item {
        padding-top: 6rem;
    }

    .hero_title {
        max-width: 50rem;
        width: 100%;
        margin: 0 auto;
    }

    .works_item {
        gap: 4rem;
    }

    .works_wrapper {
        padding: 8rem 0rem;
    }

    .works_section .custom_heading h3 {
        gap: 1rem;
    }

    .works_section .custom_heading h3 img {
        max-width: 5.4rem;
    }

    .setup_title h3 {
        font-size: 4rem;
    }

    .setup_mobile::after {
        background-size: 4.5rem;
        top: 100%;
        right: initial;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }

    .setup_wrapper {
        flex-direction: column;
    }

    .setup_item {
        width: 100%;
        margin: 0 auto;
        grid-template-columns: 1fr;
    }

    .setup_text {
        width: 100%;
        margin: 0 auto;
        padding-top: 3rem;
        padding-left: 4.2rem;
        margin-bottom: 5.5rem;
    }

    .setup_title h3 {
        font-size: 4.2rem;
        font-weight: 900;
    }

    .account_header .custom_container {
        padding: 0 1.5rem;
    }

    .setup_text h4 {
        font-size: 3.5rem;
    }

    .setup_text ul li {
        font-size: 2rem;
    }

    .setup_text ul li img {
        width: 3rem;
    }

    .setup_text p {
        font-size: 2rem;
        max-width: 40rem;
    }

    .help_wrapper  .setup_text p {
        font-size: 2rem;
    }

    .help_wrapper .setup_text ul li a {
        font-size: 2rem;
    }

    .setup_section {
        padding: 5rem 0rem;
    }

    .hero_left_col h3 {
        font-size: 7rem;
    }

    .use_item {
        width: 100%;
    }

    .filter_item h4 {
        margin-bottom: 4rem;
    }

    .footer_section {
        padding-bottom: 5rem;
    }

    .filter_wrapper {
        padding: 4rem 0rem 7rem;
    }

    .account_header .sign_btn {
        margin-right: 1rem;
    }

    .opacity-0 {
        display: none;
    }

    .section_title h2 {
        font-size: 3.5rem;
    }

    .terms_text ul li a  {
        font-size: 2rem;
    }

    .section_wrapper {
        padding: 3.6rem 0rem 10rem;
    }

    .section_body {
        padding-top: 5rem;
    }

    .news_text p {
        font-size: 2rem;
        margin-bottom: 2.4rem;
    }

    .search_bar input {
        font-size: 2.1rem;
        padding-left: 6rem;
    }

    .accordion-item {
        margin-top: 1.5rem;
    }

    .accordion-header {
        font-size: 2.1rem;
        padding: 3.5rem 3rem;
        text-align: left;
    }

    .accordian_text p {
        font-size: 2rem;
    }

    .accordian_text {
        padding-bottom: 3.5rem;
    }

    .accordion-header .arrow-icon {
        width: 2.2rem;
    }

    .accordion-body {
        padding: 0rem 3rem;
    }

    .users_item p {
        font-size: 2.1rem;
    }

    .users_title h3 {
        font-size: 2.3rem;
        margin-bottom: 2rem;
    }

    .earn_title {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .network_item .logo {
        width: 36rem;
    }

    .network_item p {
        font-size: 4.3rem;
    }

    .benifit_cnt p {
        font-size: 2.8rem;
    }

    .playby_item p {
        font-size: 6rem;
    }

    .works_leftcol {
        gap: 4rem;
    }

    .works_rightcol {
        margin-top: 6rem;
    }

    .network_item img {
        max-width: 70%;
    }

    .benefit_item ul li {
        gap: 2.5rem;
    }

    .benefit_item ul li img {
        width: 3.6rem;
    }

    .reply_heroleft h3 span {
        font-size: 4rem;
    }

    .reply_heroleft h3 {
        font-size: 6rem;
    }

    .reply_heroleft ul li {
        font-size: 4.5rem;
    }

    .reply_heroleft ul li img {
        width: 3.5rem;
    }

    .reply_heroleft a {
        font-size: 4rem;
    }

    .reply_heroleft ul {
        padding: 4rem 0rem;
    }

    .reply_heroRight p {
        font-size: 3.6rem;
    }

    .coach_title h4 {
        font-size: 4rem;
    }

    .plyby_icon img {
        max-width: 32rem;
    }

    .help_header a {
        font-size: 2rem;
        gap: 1rem;
    }

    .help_header .logo img {
        width: 22rem;
    }

    .help_wrapper {
        grid-template-columns: 1fr;
    }

    .help_wrapper .setup_mobile::after {
        top: 99%;
    }

    .block_mobile_none {
        display: none;
    }

    .help_section {
        padding: 3.2rem 0rem 4.5rem;
    }

    .help_wrapper .setup_text {
        padding-top: 0rem;
        padding-left: 0rem;
        margin-bottom: 2rem;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .mt-sm-12 {
        margin-top: 1.2rem;
    }

    .d-mobile-none {
        display: none;
    }

}

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

    html {
        font-size: 1.9vw;
    }
    
    .title_xxl {
        font-size: 4rem;
    }

    .title_xl {
        font-size: 3rem;
    }

    .text_xl {
        font-size: 3.5rem;
    }

    .title_lg,
    .text_lg {
        font-size: 2.8rem;
    }

    .back_btn img, .sign_btn img {
        width: 3rem;
    }

    .logo img {
        width: 28rem;
    }

    .pending {
        width: 11rem;
        height: 11rem;
    } 

    .pending span {
        font-size: 1.4rem;
        margin-right: -3.85rem;
        margin-top: -3.85rem;
    }

    .hero_section {
        padding: 5rem 0rem;
        min-height: initial;
    }

    .hero_left_col {
        margin-bottom: 2rem;
    }

    .options_item p {
        gap: 2.5rem;
    }

    .options_item ul li {
        padding-left: 0;
    }

    .options_item p span {
        width: 3.6rem;
        height: 3.6rem;
        font-size: 2.6rem;
    }

    .filter_box a {
        width: 9.5rem;
        height: 9.5rem;
        font-size: 2rem;
        border-width: 0.6rem;
    }

    .filter_box span {
        min-height: 4rem;
    }

    .filter_box img {
        max-width: 4.8rem;
    }

    .filter_box .plyby {
        max-width: 6rem;
    }

    .filter_box span {
        margin-bottom: 0.4rem;
    }

    .filter_item {
        padding: 4rem 0rem;
    }

    .verified_wrapper {
        flex-direction: column;
    }

    .verified_text {
        margin-top: 0rem;
    }

    .verified_icon {
        margin-top: 5rem;
    }

    .url_section .verified_text a {
        text-align: center;
    }

    .footer_col1 {
        order: 2;
    }

    .footer_col2 {
        order: 3;
    }

    .footer_col3 {
        order: 4;
    }

    .footer_logo {
        order: 1;
        flex-basis: 1;
        margin: 0;
    }

    .footer_item {
        width: 100%;
        text-align: center;
    } 

    .footer_wrapper {
        gap: 5rem;
    }

    .footer_item h4, 
    .footer_item ul li a {
        font-size: 2.2rem;
    }

    .footer_item img {
        width: 27rem;
    }

    .copyright_item p {
        font-size: 1.7rem;
    }

    .footer_section {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

    .url_section {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .url_section .verified_text a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: break-all;
    }

    .hero_title {
        max-width: 39rem;
    }

    .custom_heading {
        padding: 2rem 0rem;
    }

    .works_section .custom_heading h3 img {
        max-width: 4.6rem;
    }

    .earning_data input {
        width: 18rem;
        padding: 0.4rem 1.5rem;
    }

    .options_item ul {
        padding-left: 1.2rem;
    }

    .options_item ul li img {
        width: 3rem;
    }

    .earning_box2 .earning_data label {
        font-size: 2.6rem;
    }

    .works_item {
        gap: 3rem;
    }

    .works_icon {
        width: 10.5rem;
        height: 10.5rem;
        border-radius: 1.4rem;
    }

    .works_icon img {
        width: 6.8rem;
    }

    .works_row {
        gap: 5rem;
    }

    .home_hero {
        padding: 5rem 0rem 8rem;
    }

    .hero_left_col h3 {
        font-size: 5.4rem;
    }

    .filter_item h4 {
        margin-bottom: 3rem;
    }

    .filter_wrapper {
        padding: 3.6rem 0rem 6rem;
    } 

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .home1_hero .hero_right_col p {
        font-size: 2rem;
    }

    .home1_hero {
        padding-bottom: 7rem;
    }

    .benifit_cnt p {
        font-size: 2.6rem;
    }

    .playby_item p {
        font-size: 5.8rem;
    }

    .reply_heroleft h3 span {
        font-size: 3.2rem;
    }

    .reply_heroleft h3 {
        font-size: 5.2rem;
    }

    .reply_heroleft ul li {
        font-size: 3.6rem;
    }

    .reply_heroleft ul li img {
        width: 3rem;
    }

    .reply_heroleft a {
        font-size: 3.5rem;
    }

    .reply_heroleft ul {
        padding: 3.5rem 0rem;
    }

    .reply_heroRight p {
        font-size: 3rem;
    }

    .coach_title h4 {
        font-size: 3rem;
    }

    .replyhero_section {
        padding: 8rem 0rem;
    }

    .reply_heroRight {
        margin-top: 7rem;
    }

    .plyby_icon img {
        max-width: 30rem;
    }

    .url_text ul li {
        padding-left: 0rem;
        gap: 1.8rem;
    }

    .url_text ul li img {
        width: 3.5rem;
    }

    .help_header .logo img {
        width: 22rem;
    } 
  
}