@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .dashboard-top-actions {
        flex-wrap: wrap;
    }
    .live-view-bot.inner-left-card {
        flex-wrap: wrap;
    }
    .dashboard-group-input {
        gap: 20px;
    }
    .view-status-card {
        width: 260px;
    }
    .live-view {
        flex: 1;
    }
    .live-view .live-view-card {
        width: 100%;
        min-width: 270px;
    }

    .view-right-card {
        width: 100%;
    }

    /* account setting page  */

    .twostap-security-card {
        padding: 16px;
        max-width: 280px;
    }
    .twostap-security-card h4 {
        font-size: 18px;
    }
    .twostap-security-card p {
        font-size: 14px;
    }
    .twostap-security-card button {
        padding: 12px;
    }




}

/*
====================================
Medium Screen - Others
====================================
*/

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .dashboard-top-actions {
        flex-wrap: wrap;
    }
    .live-view-bot.inner-left-card {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .dashboard-group-input {
        gap: 20px;
        flex-wrap: wrap;
    }
    .view-status-card {
        width: 260px;
    }
    .live-view {
        flex: 1;
    }
    .live-view .live-view-card {
        width: 100%;
        min-width: 270px;
    }
    .dashboard-actions-btn {
        padding: 12px 20px;
    }
    .inner-left-card .ellipse-two {
        bottom: unset;
        right: 110px;
        top: -65px;
    }
    .view-status-card .status-list {
        gap: 15px;
    }
    .view-status-card h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .contact-us-card a {
        padding-block: 14px;
    }
    .live-view h4 {
        font-size: 18px;
    }
    .live-start-card h4 {
        font-size: 18px;
    }
    /*======== home page ======= */
    .hero-wrapper h1 {
        font-size: 68px;
    }
    .offer-area {
        padding-bottom: 150px;
    }
    .footer-social ul {
        gap: 10px;
    }
    .footer-links li a {
        line-height: 280.25%;
    }

    .chatbot-page .hero-area {
        padding-block: 130px;
    }

    /* kick followers page  */

    .kick-hero-wp {
        padding-left: calc((100vw - 935px) / 2 );
        gap: 35px;
    }

    .kick-hero .hero-wrapper h1 {
        font-size: 50px;
    }

    .kick-hero .hero-images img {
        height: 500px;
    }
    
    .kick-offer-wp {
        gap: 30px;
    }

    .view-right-card {
        width: 100%;
    }



    /* add affiliate page  */

    .plan-items-card {
        flex-wrap: wrap;
    }
    .single-plan-a {
        width: calc(33.33% - 10px);
    }


    /* affiliate dashboard page  */

    .overview-card-name {
        font-size: 12px;
    }
    .refferral-balance h2 {
        font-size: 20px;
    }
    .refferral-balance span {
        font-size: 14px;
    }

    /* account setting page  */

    .twostap-security-card {
        padding: 16px;
        max-width: 280px;
    }
    .twostap-security-card h4 {
        font-size: 18px;
    }
    .twostap-security-card p {
        font-size: 14px;
    }
    .twostap-security-card button {
        padding: 12px;
    }
    .security-wrapper {
        padding: 18px 20px;
    }


}

/*
====================================
Small Screen - Tablate
====================================
*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .dashboard-top-actions {
        flex-wrap: wrap;
    }
    .live-view-bot.inner-left-card {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .dashboard-group-input {
        gap: 20px;
        flex-wrap: wrap;
    }
    .view-status-card {
        width: 100%;
        flex: 2;
    }
    .live-view {
        flex: 1;
    }
    .live-view .live-view-card {
        width: 100%;
        min-width: 270px;
    }
    .dashboard-header {
        padding-left: 26px;
        padding-right: 26px;
    }
    .dashboard-main-card {
        padding-left: 26px;
    }
    .sidebar-area {
        background: rgba(0, 0, 0, 0.6);
    }
    .inner-left-card .ellipse-two {
        bottom: unset;
        right: 110px;
        top: -65px;
    }
    .dashboard-inner-card {
        flex-direction: column;
    }
    .inner-right-card {
        flex-direction: row;
    }
    .view-status-card.contact-us-card {
        flex: 1;
    }
    .contact-us-card a {
        padding-block: 15px;
    }
    .account-update {
        padding-inline: 26px;
    }
    /*============= home page ============ */
    .navbar-navs {
        gap: 15px;
    }
    .nav-area {
        padding-left: 25px;
    }
    .hero-wrapper h1 {
        font-size: 52px;
        margin-top: 15px;
    }
    .section-top {
        padding-bottom: 70px;
    }
    .offer-area {
        padding-bottom: 150px;
    }
    .expect-area {
        padding-top: 100px;
    }
    .expect-content h4 {
        font-size: 22px;
    }
    .expect-wrapper {
        padding-top: 0;
    }
    .pricing-info p {
        font-size: 15px;
    }
    .price-block h4 span {
        font-size: 55px;
    }
    .faqs-area {
        margin-top: 100px;
        padding-bottom: 70px;
    }
    .single-faqs-items {
        padding: 15px 15px;
        padding-left: 25px;
    }
    .faqs-header .icons {
        width: 40px;
        height: 40px;
    }
    .get-started-wrapper {
        min-height: 450px;
    }
    .get-started-wrapper h2 {
        font-size: 35px;
    }
    .footer-social ul {
        gap: 10px;
    }
    .footer-links li a {
        line-height: 280.25%;
    }
    .footer-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    .footer-card-left {
        max-width: 550px;
        gap: 22px;
        text-align: center;
        margin-inline: auto;
    }
    .footer-card-right {
        max-width: 100%;
        justify-content: center;
    }



    /*========= chatbot page style ======= */

    .single-chatbox-feature.top-gap {
        margin-top: 0;
    }
    .single-chatbox-feature {
        height: 100%;
    }
    .chatbot-page .hero-area {
        padding-block: 65px;
    }

    .kick-hero-wp {
        max-width: 720px;
        margin-inline: auto;
        flex-direction: column;
        padding-inline: 20px;
    }
    .kick-hero .hero-images img {
        width: 100%;
        height: auto;
    }

    .kick-hero .hero-wrapper h1 {
        font-size: 50px;
    }
    .kick-hero .hero-wrapper {
        gap: 20px;
    }

    .kick-offer-wp {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .single-kick-offer {
        width: calc(50% - 15px);
        flex: unset;
    }

    .kick-benefit-left .section-top {
        align-items: center;
        margin-inline: auto;
    }
    .kick-benefit-left .section-top h1 {
        text-align: center;
    }
    .kick-benefit-left .section-top p {
        text-align: center;
    }

    .kick-benefit-right {
        padding-top: 50px;
    }
    .kick-benefit {
        padding-top: 60px;
        padding-bottom: 100px;
    }

     .view-right-card {
        width: 100%;
    }


     /* add affiliate page  */

    .plan-items-card {
        flex-wrap: wrap;
    }
    .single-plan-a {
        width: calc(33.33% - 10px);
    }
    .purchase-plan-a h4 {
        font-size: 22px;
    }

    /* affiliate dashboard page  */

    .overview-card-name {
        font-size: 12px;
    }
    .refferral-balance h2 {
        font-size: 20px;
    }
    .refferral-balance span {
        font-size: 14px;
    }

    /* account setting page  */

    .twostap-security-card {
        padding: 16px;
        max-width: 280px;
    }
    .twostap-security-card h4 {
        font-size: 18px;
    }
    .twostap-security-card p {
        font-size: 14px;
    }
    .twostap-security-card button {
        padding: 12px;
    }
    .security-wrapper {
        padding: 18px 20px;
    }

}

/*
====================================
Small Screen - Mobile
====================================
*/

@media screen and (max-width: 767px) {
    .dashboard-top-actions {
        flex-wrap: wrap;
    }
    .live-view-bot.inner-left-card {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .dashboard-group-input {
        gap: 20px;
        flex-wrap: wrap;
    }
    .view-status-card {
        width: 100%;
        flex: 1;
        padding: 15px;
    }
    .live-view {
        flex: 1;
    }
    .live-view .live-view-card {
        width: 100%;
        min-width: 270px;
        min-height: 150px;
    }
    .dashboard-header {
        padding-left: 26px;
    }
    .dashboard-main-card {
        padding-left: 26px;
    }
    .sidebar-area {
        background: rgba(0, 0, 0, 0.6);
    }
    .inner-left-card .ellipse-two {
        bottom: unset;
        right: 110px;
        top: -65px;
    }
    .dashboard-inner-card {
        flex-direction: column;
    }
    .inner-right-card {
        flex-direction: row;
    }
    .view-status-card.contact-us-card {
        flex: 1;
    }
    .contact-us-card a {
        padding-block: 15px;
    }
    .account-update {
        padding-inline: 26px;
    }
    .dashboard-header {
        padding-inline: 26px;
        padding-block: 20px;
    }
    .update-container {
        flex-wrap: wrap;
    }
    .page-title h2 {
        font-size: 22px;
    }
    .dashboard-actions-btn {
        padding: 12px 20px;
    }
    .view-status-card h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    /* home page responsive  */
    .navbar-navs {
        display: none;
    }
    .nav-actions {
        display: none;
    }
    .nav-area {
        padding-inline: 15px;
    }
    .hero-wrapper h1 {
        font-size: 40px;
        margin-top: 15px;
    }
    .hero-wrapper p {
        margin-top: 0;
    }
    .section-top h1 {
        font-size: 35px;
    }
    .offer-area {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .expect-area {
        padding-top: 100px;
    }
    .expect-content h4 {
        font-size: 22px;
    }
    .expect-wrapper {
        padding-top: 0;
    }
    .single-expect-items {
        padding: 20px;
    }
    .single-expect-items svg {
        width: 30px;
        height: 30px;
    }
    .section-top {
        padding-bottom: 60px;
    }
    .single-feature-card.feature-card-three {
        padding-top: 30px;
        gap: 20px;
    }
    .single-feature-card.feature-card-five {
        gap: 20px;
    }
    .price-block h4 span {
        font-size: 45px;
    }
    .pricing-area {
        padding-top: 100px;
    }
    .our-features-area {
        padding-top: 100px;
    }
    .faqs-area {
        margin-top: 70px;
        padding-bottom: 60px;
    }
    .single-faqs-items {
        padding: 15px 15px;
        padding-left: 25px;
    }
    .faqs-header .icons {
        width: 40px;
        height: 40px;
    }
    .get-started-wrapper {
        min-height: 300px;
    }
    .get-started-wrapper h2 {
        font-size: 25px;
    }
    .footer-social ul {
        gap: 10px;
    }
    .footer-links li a {
        line-height: 280.25%;
    }
    .footer-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    .footer-card-left {
        max-width: 550px;
        gap: 22px;
        text-align: center;
        margin-inline: auto;
    }
    .footer-card-right {
        max-width: 100%;
        justify-content: center;
    }

     /*========= chatbot page style ======= */

    .single-chatbox-feature.top-gap {
        margin-top: 0;
    }
    .single-chatbox-feature {
        height: 100%;
    }

    .chatbot-page .hero-area {
        padding-block: 50px;
    }

    .chatbot-feature {
        padding-top: 50px;
    }

    .kick-hero-wp {
        max-width: 720px;
        margin-inline: auto;
        flex-direction: column;
        padding-inline: 20px;
    }
    .kick-hero .hero-images img {
        width: 100%;
        height: auto;
    }

    .kick-hero .hero-wrapper h1 {
        font-size: 40px;
    }
    .kick-hero .hero-wrapper {
        gap: 20px;
    }
    .hero-area.kick-hero {
        padding-top: 60px;
    }

    .kick-offer-wp {
        gap: 30px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .kick-offer-two .kick-offer-content {
        padding-top: 30px;
        padding-left: 20px;
        padding-bottom: 25px;
        padding-right: 20px;
    }
    .kick-offer-one .kick-offer-content {
        padding-top: 25px;
        padding-left: 20px;
        padding-bottom: 40px;
        padding-right: 20px;
    }
    .kick-offer-content {
        gap: 15px;
    }
    .kick-offer-content h4 {
        font-size: 20px;
    }

     .kick-benefit-left .section-top {
        align-items: center;
        margin-inline: auto;
    }
    .kick-benefit-left .section-top h1 {
        text-align: center;
    }
    .kick-benefit-left .section-top p {
        text-align: center;
    }

    .kick-benefit-right {
        padding-top: 50px;
    }
    .kick-benefit {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .single-benefit-card h4 {
        font-size: 18px;
    }
    .single-benefit-card {
        padding: 25px 15px;
        min-height: 235px;
    }

     .view-right-card {
        width: 100%;
    }


     /* add affiliate page  */

    .plan-items-card {
        flex-wrap: wrap;
    }
    .single-plan-a {
        width: calc(33.33% - 10px);
    }
    .purchase-plan-a h4 {
        font-size: 22px;
    }


     /* affiliate dashboard page  */

    .overview-card-name {
        font-size: 12px;
    }
    .refferral-balance h2 {
        font-size: 20px;
    }
    .refferral-balance span {
        font-size: 14px;
    }
    .affiliate-overview {
        padding-top: 10px;
        flex-wrap: wrap;
    }
    .single-overview-card {
        width: calc(50% - 8px);
        flex: auto;
    }
    .single-raferral-perform .refferral-balance h2 {
        font-size: 18px;
    }
    .single-raferral-perform .refferral-balance p {
        font-size: 10px;
    }

    /* account setting page  */

    .twostap-security-card {
        padding: 16px;
        max-width: 280px;
    }
    .twostap-security-card h4 {
        font-size: 18px;
    }
    .twostap-security-card p {
        font-size: 14px;
    }
    .twostap-security-card button {
        padding: 12px;
    }
    .security-wrapper {
        padding: 18px 20px;
        flex-direction: column;
    }
    .password-card {
        gap: 15px;
    }
    .pass-change-form {
        gap: 15px;
    }
    .pass-change-form .single-input input {
        padding: 12px 15px;
    }

}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/

@media screen and (max-width: 576px) {
    .inner-right-card {
        flex-direction: column;
    }
    .add-balance-btn button {
        display: none;
    }
    .profile-card .logout-btn {
        margin-left: 0;
    }
    .kye-icon {
        display: none;
    }
    .update-button {
        display: none;
    }
    .balance-enquary {
        gap: 10px;
        font-size: 14px;
    }
    .profile-card .profile a {
        display: flex;
        width: 30px;
        height: 30px;
        margin-left: 0;
    }
    .update-container {
        justify-content: space-between;
        padding-block: 20px !important;
    }
    .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .sidebar-area {
        width: 100%;
    }
    .hero-wrapper h1 {
        font-size: 30px;
        margin-top: 15px;
    }
    .hero-wrapper {
        gap: 25px;
    }
    .hero-area {
        padding-top: 40px;
    }
    .section-badge {
        font-size: 14px;
    }
    .section-top h1 {
        font-size: 25px;
        margin-top: 10px;
    }
    .section-top p {
        font-size: 14px;
        flex-direction: column;
    }
    .section-top .section-title {
        gap: 10px;
    }
    .section-top {
        padding-bottom: 40px;
        gap: 10px;
    }
    .offer-content h4 {
        font-size: 20px;
    }
    .offer-content {
        gap: 10px;
    }
    .offer-area {
        padding-bottom: 50px;
        padding-top: 80px;
    }
    .expect-area {
        padding-top: 60px;
    }
    .expect-content h4 {
        font-size: 20px;
    }
    .our-features-area {
        padding-top: 60px;
    }
    .feautures-content h4 {
        font-size: 20px;
    }
    .price-block h4 span {
        font-size: 35px;
    }
    .single-faqs-items {
        padding: 15px 15px;
    }
    .faqs-header .icons {
        width: 35px;
        height: 35px;
    }
    .get-started-wrapper {
        min-height: 350px;
    }
    .faqs-area {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .pricing-list-area .row {
        gap: 20px 0;
    }
    .pricing-area {
        padding-top: 60px;
    }
    .footer-card-right {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 50px;
    }
    .footer-links li a {
        line-height: 250.25%;
    }
    .footer-block {
        gap: 20px;
    }
    .footer-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .offer-card {
        padding-left: 20px;
        padding-top: 20px;
    }
    .expect-content p {
        font-size: 14px;
    }
    .single-expect-items {
        padding: 15px;
    }
    .expect-content {
        gap: 8px;
    }
    .expect-content h4 {
        font-size: 18px;
    }
    .pricing-type .free-trial {
        position: absolute;
        top: -51px;
        left: -40px;
        max-width: 80px;
    }



    .kick-hero .hero-wrapper h1 {
        font-size: 30px;
        text-align: center;
    }
    .kick-hero .hero-wrapper {
        gap: 15px;
        align-items: center;
    }



    .kick-benefit-right {
        padding-top: 40px;
        flex-direction: column;
    }

    /* add affiliate page  */

    .single-plan-a {
        width: calc(50% - 10px);
    }
    .single-credit-items {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .single-input.cost-value {
        max-width: 100%;
    }

    .plan-action-btns a,
    .plan-action-btns button {
        padding: 10px 15px;
    }
    .plan-price h2 {
        font-size: 20px;
    }
    .purchase-plan-a h4 {
        font-size: 18px;
    }


    /* affiliate dashboard  */

    .affiliate-overview {
        flex-direction: column;
    }
    .single-overview-card {
        width: 100%;
        flex: auto;
    }
    .raffter-link-box {
        gap: 10px;
        flex-direction: column;
    }
    .raferral-perform {
        gap: 15px;
        flex-direction: column;
    }
    .raferral-not-found {
        padding-top: 20px;
    }
    .rafferral-link-card.recent-raferral {
        padding: 20px 15px;
    }
    .affiliate-dashboard-main {
        gap: 20px;
    }

    .security-wrapper::before {
        display: none;
    }
    .change-profile-card {
        padding: 20px 18px;
        gap: 15px;
    }
    .change-profile-card h4 {
        font-size: 16px;
    }
    .change-profile-card p {
        font-size: 12px;
    }
}