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

    h2{
        font-size: 1.75rem;
    }
    p{
        font-size: 0.9375rem;
    }
    .btn{
        font-size: 0.9375rem;
        padding:0.5rem 1.5625rem 0.4375rem 1.5625rem;
    }
    .d2c_title{
        font-size: 1.375rem;
    }
    .d2c_subtitle{
        font-size: 1.125rem;
    }
    .d2c_main{
        margin-left: 0rem;
    }
    /* card title */
    .d2c_card_title{
        font-size: 1.125rem;
    }
    
    /* performance page */
    .d2c_multi_steps_progress > li{
        display: block;
    }
    .d2c_multi_steps_progress li:after{
        display: none;
    }
    .d2c_multi_steps_progress li span{
        top: 0.9375rem;
    }
    .d2c_multi_steps_progress > li:before{
        margin-bottom: 0.3125rem;
    }
    .d2c_multi_steps_progress > li:first-child::after,.d2c_multi_steps_progress > li:last-child::after{
        display: none;
    }
    .d2c_multi_steps_progress > li:nth-child(even)::before{
        top: 0rem;
    }
    /* overview page */
    .d2c_assets_inventory .nav-link{
        font-size: 0.75rem;
    }
    /* calendar page */
    .fc .fc-toolbar-title{
        font-size: 1rem !important;
    }
    /* faq page */
    .d2c_faq_main{
        padding: 1rem;
    }
    .accordion-button{
        padding: 1rem;
        padding-right: 45.008px;
    }
    /* profile page */
    .d2c_image_upload label{
        width: 100%;
    }
    /* security page */
    .d2c_summary_and_complain .nav-link{
        font-size: 1.125rem;
    }
    .d2c_summary_and_complain li{
        width: 50%;
    }
    .d2c_summary_and_complain li button{
        width: 100%;
    }
    /* advanced form */
    #editor {
        height: 15.625rem;
    }
    /* advanced table */
    .dataTables_paginate{
        margin-bottom: 0.625rem !important;
    }
    /* login system */
    .d2c_sign_up{
        height: auto;
        padding: 3.125rem 0rem;
    }
    .d2c_login_wrapper{
        padding: 0.75rem;
    }
    .d2c_login_wrapper h2{
        font-size: 1.625rem;
    }
    .d2c_login_wrapper .form-check-label,.d2c_forget_link{
        font-size: 0.8125rem;
    }
    /* landing page */

    /* navbar */
    .navbar{
        padding: 0.375rem 0.875rem;
    }
    .d2c_mobile_view_body{
        background: transparent;
        box-shadow: none;
        border: none;
    }
    
    .d2c_hero_content .btn{
        font-size: 0.875rem;
    }
    .d2c_hero_section{
        height: auto;
        padding: 11.25rem 0rem 5rem 0rem;
    }
    .d2c_hero_content .d2c_hero_title{
        font-size: 1.875rem;
    }
    .d2c_hero_content .d2c_hero_para{
        width: 100%;
    }
    .d2c_rating_text{
        font-size: 0.8125rem;
    }

    .d2c_about{
        padding-top: 0rem;
    }
    .d2c_about_content .d2c_subtitle{
        font-size: 1.125rem;
    }

    .d2c_choose_us,.d2c_video_section,.d2c_features,.d2c_pricing,.d2c_contact{
        padding: 3.125rem 0rem;
    }

    .d2c_video_section video{
        width: 100%;
        margin-bottom: 1.875rem;
    }

    .d2c_pricing_card ul {
        padding-left: 1.875rem;
    }

    .d2c_CTA_content{
        padding: 3.75rem 1.25rem;
    }

    .d2c_newsletter_content{
        margin: 3.75rem 0rem;
        padding: 1.875rem 1.25rem;
    }

    .d2c_copyright .d2c_footer_logo{
        margin-bottom: 1rem;
    }

    .d2c_footer .d2c_footer_title{
        margin: 1.25rem 0rem 1rem 0rem;
    }


    /* ==========Timeline page========== */
    .d2c_timeline_wrapper{
        padding: 0rem;
    }
    .d2c_timeline_content {
        width: 100%;
        margin-bottom: 1.25rem;
    }
    .d2c_timeline_upper .d2c_timeline_content::before,
    .d2c_timeline_content::before,
    .d2c_timeline_upper .d2c_timeline_content:last-child::after,
    .d2c_timeline_upper:before,
    .d2c_timeline_wrapper .d2c_timeline_content::after {
        display: none !important;
    }
    .d2c_timeline_upper {
        margin-bottom: 0rem;
    }
    .d2c_web_journey_timeline{
        padding: 0rem;
    }
    .d2c_web_journey_timeline h5{
        font-size: 1.25rem;
    }
    .d2c_web_timeline_content .d2c_card_wrapper {
        padding: 1.25rem 0rem 1.25rem 0rem !important;
    }
    .d2c_web_timeline_content .d2c_years {
        position: unset;
        margin-bottom: 0.3125rem;
    }
    .d2c_web_journey_timeline .d2c_web_timeline_content:first-child::after,
    .d2c_web_journey_timeline .d2c_web_timeline_content:nth-child(3)::after {
        display: none;
    }
}

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

    /* landing page */

    /* navbar */
    .d2c_hero_section{
        padding: 12.5rem 0rem 5rem 0rem;
    }
    
    /* ==========Timeline page========== */
    .d2c_web_journey_timeline h5{
        font-size: 1.25rem;
    }
}

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

    .d2c_main{
        margin-left: 0rem;
    }
    .d2c_card_title {
        font-size: 1.25rem;
    }
    /* landing page */

    /* navbar */
    .navbar{
        padding: 0.375rem 0.875rem;
    }
    .d2c_mobile_view_body{
        background: transparent;
        box-shadow: none;
        border: none;
    }

    .d2c_hero_content .d2c_hero_title{
        font-size: 2.5rem;
    }
    .d2c_hero_section{
        height: auto;
        padding: 14.375rem 0rem 6.25rem 0rem;
    }

    .d2c_title{
        font-size: 1.75rem;
    }
    .d2c_subtitle{
        font-size: 1.25rem;
    }

    .d2c_choose_us{
        padding: 3.125rem 0rem;
    }

    .d2c_about{
        padding-top: 0rem;
    }

    .d2c_video_section ,.d2c_features,.d2c_pricing,.d2c_contact{
        padding: 3.125rem 0rem;
    }
    .d2c_video_section video{
        width: 98%;
    }

    .d2c_pricing_card ul{
        padding-left: 1.25rem;
    }

    .d2c_pricing_card{
        padding: 2.5rem 1.25rem;
    }
    .d2c_newsletter_content{
        margin: 5rem 0rem;
    }

    .d2c_CTA_content{
        padding: 5rem 0rem;
        margin-top: 1.875rem;
    }

    .d2c_footer .d2c_footer_title{
        margin: 1.25rem 0rem 1rem 0rem;
    }
    .d2c_footer_logo_wrapper{
        padding: 0.625rem 2.5rem;
    }

    /* login system */
    .d2c_sign_up{
        height: auto;
        padding: 4.375rem 0rem;
    }
    .d2c_login_wrapper{
        padding: 0rem 3.75rem;
    }
    /* timeline Page */
    .d2c_timeline_content {
        width: 32%;
    }
    .d2c_web_timeline_content .d2c_card_wrapper {
        padding: 1.25rem !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    h2{
        font-size: 1.75rem;
    }
    .d2c_card_title{
        font-size: 1.25rem;
    }
    /* landing page */
    .d2c_subtitle{
        font-size: 1.25rem;
    }
    .d2c_hero_content .d2c_hero_title{
        font-size: 2.875rem;
    }
    .d2c_navbar .navbar-nav .nav-item{
        margin: 0rem 0.4375rem;
    }
    .d2c_navbar .navbar-nav .nav-link{
        font-size: 0.875rem;
    }
    .d2c_nav_right .btn{
        padding: 0.25rem 1.25rem;
    }
    .d2c_choose_us,.d2c_video_section,.d2c_features,.d2c_pricing,.d2c_contact{
        padding: 4.375rem 0rem;
    }
    .d2c_footer .d2c_footer_title{
        margin: 1.25rem 0rem 1rem 0rem;
    }
    /* reports page */
    .d2c_reports_card h5{
        font-size: 1rem;
    }
    /* login system */
    .d2c_login_wrapper{
        padding: 3.125rem;
    }
    /* timeline */
    .d2c_timeline_content {
        width: 30%;
    }
    .d2c_web_timeline_content .d2c_card_wrapper {
        padding: 0.625rem;
    }
    .d2c_web_journey_timeline{
        padding: 0rem;
    }
    
    
}

@media only screen and (min-width: 1200px) and (max-width: 1600px){

    h2{
        font-size: 1.75rem;
    }
    h3{
        font-size: 1.5rem;
    }
    /* card title */
    .d2c_card_title{
        font-size: 1.0625rem;
    }
    /* overview page */
    .d2c_overview_card_title{
        font-size: 1.25rem;
    }
    .d2c_overview_card h2{
        font-size: 1.75rem;
    }
    .d2c_assets_inventory_content .d2c_small_icon_wrapper p{
        font-size: 0.8125rem;
        font-weight: 500;
    }
    .d2c_assets_inventory_content .card {
        padding: 0.5rem;
    }
    /* reports page */
    .d2c_reports_card{
        padding: 0.625rem !important;
        border-radius: 0.375rem;
    }
    .d2c_reports_card h5,.d2c_reports_card h6{
        font-size: 0.875rem;
    }
    .d2c_reports_card p span{
        font-size: 1.375rem;
    }
    .d2c_reports_card p{
        font-size: 0.8125rem;
    }
    .d2c_user_reports h5{
        font-size: 1rem;
    }
    /* visualization page */
    .d2c_years_name{
        font-size: 0.875rem;
    }
    /* data source page */
    .d2c_progress_title{
        font-size: 0.8125rem;
        font-weight: 500;
    }
    .d2c_count_title{
        font-size: 0.875rem;
    }
    /* landing page */
    .d2c_choose_us,.d2c_video_section,.d2c_features,.d2c_pricing,.d2c_contact{
        padding: 5rem 0rem;
    }
    .d2c_pricing_card ul{
        padding-left: 1.25rem;
    }
    /* timeline */
    .d2c_timeline_content {
        width: 27%;
    }
    .d2c_web_timeline_content .d2c_card_wrapper {
        padding: 1.25rem !important;
    }

    /* authentication pages */
    .d2c_login_wrapper {
        padding: 60px 30px;
    }
    

    /* insights page */
    .d2c_resolved_asset_column,.d2c_identity_column,.d2c_social_network,.d2c_projection_summary,.d2c_area_column{
        width: 100%;
    }
    .d2c_visitor_column,.d2c_conversation_column,.d2c_risk_failing,.d2c_complain_column,.d2c_devices_column,.d2c_demographics_column{
        width: 50%;
    }

}

/* 
Template Name: {{AIinsights - Data Insights Dashboard Template}}
Template URL: {{https://www.designtocodes.com/product/aiinsights-data-insights-dashboard-template/}}
Description: {{AIinsights is a professional and developer-friendly data insights dashboard template. The insights dashboards help you turn raw data from users into meaningful insights. }}
Author: DesignToCodes
Author URL: https://www.designtocodes.com
Text Domain: {{ Aiinsights }}
*/