/*  extra smallsmall device */
@media (max-width:575.98px) {


    /*  common css start here*/
    .common_heading{
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .common_heading .section_title{
        font-size: 14px;
        font-weight: 600;
    }
    .common_heading h3{
        font-size: 35px;
        font-weight: 700;
        padding-bottom: 8px;
        padding-top: 5px;
    }
    .common_heading p{
        font-size: 13px;
        line-height: 26px;
        padding: 0px 30px;
    }
    /* common css end here */
    /* navbar responsive start here */
    #navbar {
        position: relative ;
        background: #0b06ad;
    }

    #navbar .navbar-brand img {
        width: 133px;
    }
    #navbar .navbar-nav {
        font-size: 11px;
    }
    #navbar .dropdown .dropdown-menu{
        font-size: 11px;
    }
    #navbar .buttons a {
        padding: 12px 33px;
        border: 2px solid var(--white);
        font-size: 16px;
    }
    /* Navbar Responsive End Here */



    /* banner responsive start here */

    #banner .banner_info h1 {
        font-family: var(--poppins);
        color: var(--heading_color);
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 8px;
        /* padding-right: 116px; */
    }

    #banner .banner_info p {
        font-size: 13px;
        line-height: 28px;
    }
     #banner .buttons a {
        padding: 14px 30px;
        border-radius: 30px;
        border: 2px solid var(--white);
        text-transform: capitalize;
        background: linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
        color: var(--white);
        font-size: 12px;
    }

    #banner .buttons {
        padding: 0px 85px 0 85px;
    }
    #banner .overlay {
        padding: 100px 0;
    }

    /* shapes */
    #banner .banner_image img {
        height: 0px !important;
        width: 0px !important;
    }
    #banner .shape_1 .img-fluid {
        width: 30%;
    }
    #banner .shape_1 {
        left: 51%;
        top: 47%;
        opacity: 20%;
    }

    #banner .shape_2{
        height: 0px !important;
        width: 0px !important;
    }

    #banner .shape_3{
        height: 0px !important;
        width: 0px !important;
    }

    #banner .shape_4{
            position: absolute;
            right: 12%;
            top: 4%;
            width: 30%;
            opacity: 40%;
    }
    /* banner responsive end */


    /* abbout responsive app start here */
    #aboout_app {
        padding: 60px 0;
    }
    #aboout_app .about_app_info {
        text-align: center;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 50px;

    }
    #aboout_app .about_app_info .title {
        font-size: 14px;
    }
    #aboout_app .about_app_info h3 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 12px;
    }
    #aboout_app .about_app_info p {
        font-size: 13px;
        line-height: 28px;
    }
    #aboout_app .item_1{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: center;
        width: 100%;
    }
    #aboout_app .item_1 a {
        text-decoration: none;
        display: inline-block;
        text-align: center;
    }
    #aboout_app .item_1 p {
        text-decoration: none;
        display: inline-block;
        text-align: center;
    }
    #aboout_app .about_app_container .item_1 {
        width: 100%;
        text-align: left;
        padding: 0px 80px;
    }
    #aboout_app .about_app_container .item_1 a h4 {
        font-size: 16px;
        margin: 0px;
    }

    #aboout_app .about_app_container .item_1:hover a h4 {
        font-size: 16px;
    }

    #aboout_app .about_app_container .item_1 p {
        font-size: 13px;
    }
    /* abbout responsive app end here */


    /* video responsive start here */
    #video iframe {
        width: 100%;
        height: 295px;
        margin-bottom: 30px;
    }

    #video .video_txt {
        text-align: center;
    }
    #video .video_txt .title {
        font-size: 14px;
    }
    #video .video_txt h3 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 12px;
    }
    #video .video_txt .p1 {
        font-size: 13px;
    }
    #video .video_txt .p2 {
        font-size: 13px;
    }
    /* video responsive end here */




    
    /* count-up responsive end here */
    #count_up .count_item_container {
        display: flex;
        flex-wrap: wrap;
    }
    #count_up .count_item_container .responsive{
        width: 100%;
        text-align: center;
    }

    #count_up .counter_item .counter_txt h3 {
        font-size: 30px;
    }
    #count_up .counter_item .counter_txt p {
        font-size: 13px;
    }
    #count_up .counter_item .counter_icon {
        font-size: 60px;
    }
    /* count-up responsive end here */


    /* why chose responsive start here */
    #why_chose .phone_image{
        text-align: center;
    }

    #why_chose .shape_1{
        height: 100px;
        width: 100px;
        top: 12%;
        left: 5%;
    }

    #why_chose .shape_2{
        height: 100px;
        width: 100px;
        top: 2%;
        right: 5%;
    }
    #why_chose .shape_3{
        height: 0px;
        width:  0px;
        
    }
    #why_chose .shape_4{
        height: 150px;
        width:  150px;
        top: 2%;
        left: 0%;
    }
    #why_chose .shape_5{
        height: 0px;
        width: 0px;
    }
    #why_chose .shape_6{
        height: 0px;
        width: 0px;
    }
    #why_chose .shape_7{
        height: 100px;
        width: 100px;
        bottom: 0;
        right: 0;
    }
    /* why chose responsive end here */
    /* working_process responsive start here */
    #working_process .shape1{
        opacity: 5%
    }
    #working_process .shape2{
        opacity: 5%
    }
    #working_process .shape3{
        opacity: 5%
        }
    #working_process .shape4{
        opacity: 5%
        }
    #aboout_app .shape99{
        opacity: 5%
        }
    /* working process responsive end here */


    /* testimonial responsive start here */
    #testimonial .testimonial_slider .testi_slider_image img, svg {
        vertical-align: middle;
        width: 100%;
    }

    #testimonial .slider_info {
        top: 53%;
        right: 9%;
        width: 80%;
        padding: 10px 25px;
    }
    #testimonial .testi_slider_item .icon-container i {
        bottom: 85%;
        left: 45%;
        border-radius: 50%;
        font-size: 12px;
        padding: 15px;
    }
    #testimonial .testi_slider_item .dialoge {
        font-weight: 400;
        font-size: 12px;
        color: #666;
        padding-bottom: 0px;
        padding-top: 10px;
    }
    #testimonial .testi_slider_item .name{
        font-weight: 600;
        font-size: 15px;
        line-height: .2rem;
        color: var(--background_color);
    }

    #testimonial .testi_slider_item .position{
        font-size: 8px;
    }

    /* testimonial responsive end here */



    /* price_Section responsive start here */
    #price_section .plan_item {
        margin: 30px 0px;
    }
    /* price_Section responsive end here */


    /* our_team responsive start here */
    #our_team .team_slide_item {
        margin: 0px  7.5px;
    }

    #our_team .team_slide_container .team_slide_image {
        margin: 0 auto;
    }

    #our_team .team_slide_container .team_slide_item .teams_info {
        text-align: center;
    }
    /* our_team responsive end here */

    /* download part start here */
    .buttons {
        display: flex;
        flex-direction: column;
        gap: 25px;
        transition: all 0.3s linear 0s;
        padding: 0px 50px;
    }
    #our_team .download_part .buttons a i {
        margin-right: 12px;
    }
    /* download part end here */

    /* comment section start here */
    #our_team .comment_section .common_heading {
        padding: 10px;
        text-align: center;
    }

    #our_team .comment_section .name {
        padding: 10px;
        width: 100%;
    }

    #our_team .comment_section .email {
        padding: 10px;
        width: 100%;
    }

    #our_team .shape_2 img {
        max-width: 100%;
        width: 0px;
        height: 0px;
    }
    /* comment section end here */

    /* footer start here */
    #footer .foot-fix {
    margin-top: 37px;
    display: block;
    gap: 24px;
    }
    #footer .fotter_info_container h3 {
        font-weight: 700;
        font-size: 22px;
        line-height: 32px;
        color: #fff;
        margin-top: 28px;
    }

    #footer .fotter_info_container ul {
        display: flex;
        flex-direction: column;
        margin-top: 1px;
    }
    #footer .icon{
        font-size: 24px;
    }
    /* footer end here */
}










/* small device */
@media (min-width:576px) and (max-width:767.98px) {

     /*  common css start here*/
     .common_heading{
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .common_heading .section_title{
        font-size: 18px;
        font-weight: 600;
    }
    .common_heading h3{
        font-size: 43px;
        font-weight: 700;
        padding-bottom: 8px;
        padding-top: 5px;
    }
    .common_heading p{
        font-size: 16px;
        line-height: 26px;
        padding: 0px 30px;
    }
    /* common css end */


    /* navbar start here */
    #navbar {
        position: relative ;
        background: #0b06ad;
    }

    #navbar .navbar-brand img {
        width: 220px;
    }
    #navbar .buttons a {
        padding: 10px 20px;
        border: 2px solid var(--white);
        font-size: 16px;
    }
    /* navbar end here */


    /* banner start here */

    #banner .buttons {
        padding: 0px 0px;
    }
    /* shape */
    #banner .banner_image img {
        height: 0px !important;
        width: 0px !important;
    }
    #banner .shape_1 .img-fluid {
        width: 30%;
    }
    #banner .shape_1 {
        left: 51%;
        top: 47%;
        opacity: 20%;
    }

    #banner .shape_2{
        height: 0px !important;
        width: 0px !important;
    }

    #banner .shape_3{
        height: 0px !important;
        width: 0px !important;
    }

    #banner .shape_4{
            position: absolute;
            right: 12%;
            top: 4%;
            width: 30%;
            opacity: 40%;
    }

    #banner .banner_info p {
        font-size: 18px;
    }
    #banner .banner_info h1 {
        font-size: 53px;
    }
    /* banner end here */

    /* abbout appside start here */
    #aboout_app .about_app_info {
        text-align: center;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 50px;

    }
    #aboout_app .about_app_info .title {
        font-size: 18px;
    }
    #aboout_app .about_app_info h3 {
        font-size: 43px;
        line-height: 45px;
        margin-bottom: 12px;
    }
    #aboout_app .about_app_info p {
        font-size: 13px;
        line-height: 28px;
    }
    #aboout_app .about_app_container .item_1 {
        width: 100%;
        text-align: center;
        padding: 0px 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #aboout_app .about_app_container .item_1 a h4 {
        font-size: 18px;
        margin-bottom: 3px;
    }

    #aboout_app .about_app_container .item_1:hover a h4 {
        font-size: 18px;
    }

    #aboout_app .about_app_container .item_1 p {
        font-size: 16px;
    }
    /* abbout appside end here */

    /* video section start here */
    #video iframe {
        width: 100%;
        height: 330px;
        margin-bottom: 30px;
    }

    #video .video_txt {
        text-align: center;
    }
    #video .video_txt .title {
        font-size: 18px;
    }
    #video .video_txt h3 {
        font-size: 43px;
        line-height: 45px;
        margin-bottom: 12px;
    }
    #video .video_txt .p1 {
        font-size: 16px;
    }
    #video .video_txt .p2 {
        font-size: 16px;
    }

    /* video section end here */



     /* count-up responsive end here */
     #count_up .count_item_container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #count_up .count_item_container .responsive{
        width: 100%;
        text-align: center;
    }

    #count_up .counter_item .counter_txt h3 {
        font-size: 35px;
    }
    #count_up .counter_item .counter_txt p {
        font-size: 17px;
    }
    #count_up .counter_item .counter_icon {
        font-size: 65px;
    }
    /* count-up responsive end here */

       /* working_process responsive start here */
       #working_process .shape1{
        opacity: 5%
    }
    #working_process .shape2{
        opacity: 5%
    }
    #working_process .shape3{
        opacity: 5%
        }
    #working_process .shape4{
        opacity: 5%
    }
    #working_process .navs-tab .nav-link {
        margin-bottom: 20px;
    }
    #working_process  .text_area {
        font-size: 16px;
    }
    #aboout_app .shape99{
        opacity: 5%
        }
    /* working process responsive end here */


    /* testimonial part start here */
    #testimonial .testimonial_slider .testi_slider_image img, svg {
        vertical-align: middle;
        width: 100%;
    }

    #testimonial .slider_info {
        top: 64%;
        right: 9%;
        width: 80%;
        padding: 25px 35px;
    }
    #testimonial .testi_slider_item .icon-container i {
        bottom: 85%;
        left: 45%;
        font-size: 16px;
        padding: 20px;
    }
    #testimonial .testi_slider_item .dialoge {
        font-size: 18px;
        padding-bottom: 0px;
        padding-top: 10px;
    }
    #testimonial .testi_slider_item .name{
        font-weight: 600;
        font-size: 22px;
        line-height: .2rem;
        color: var(--background_color);
    }

    #testimonial .testi_slider_item .position{
        font-size: 12px;
    }
    /* testimonial end start here */
    
     /* price_Section responsive start here */
     #price_section .plan_item {
        margin: 30px 0px;
    }
    #price_section .plan_container {
        margin: 0 65px;
    }
    /* price_Section responsive end here */

        /* our_team responsive start here */
        #our_team .team_slide_item {
            margin: 0px  7.5px;
        }
    
        #our_team .team_slide_container .team_slide_image {
            margin: 0 auto;
        }
    
        #our_team .team_slide_container .team_slide_item .teams_info {
            text-align: center;
        }
        /* our_team responsive end here */

          /* download part start here */
        
        #our_team .download_part .buttons a i {
            margin-right: 12px;
        }
        .buttons {
            display: flex;
            flex-direction: row;
            gap: 25px;
            transition: all 0.3s linear 0s;
            padding: 0px 50px;
            flex-wrap: wrap;
        }

        .buttons a {
            padding: 15px 40px;
        }
        /* download part end here */

        /* from section response start here */
        #our_team .shape_2 img {
            width: 0px;
            height: 0px;
        }
        /* from section response end here */
        /* footer response start here */
            #footer .foot-fix {
            margin-top: 37px;
            display: flex;
            gap: 24px;
            justify-content: space-between;
            }
            #footer .fotter_info_container h3 {
                font-weight: 700;
                font-size: 22px;
                line-height: 32px;
                color: #fff;
                margin-top: 28px;
            }
        
            #footer .fotter_info_container ul {
                display: flex;
                flex-direction: column;
                margin-top: 1px;
            }
            #footer .icon{
                font-size: 22px;
            }
        /* footer response start here */

}


/* medium device */
@media (min-width:768px) and (max-width:991.98px) {
        /*  common css start here*/
        .common_heading{
            padding-top: 20px;
            padding-bottom: 15px;
        }
        .common_heading .section_title{
            font-size: 20px;
            font-weight: 600;
        }
        .common_heading h3{
            font-size: 45px;
            font-weight: 700;
            padding-bottom: 8px;
            padding-top: 5px;
        }
        .common_heading p{
            font-size: 18px;
            line-height: 26px;
            padding: 0px 30px;
        }
        /* common css end here */


        /* navbar responsive start here */
        #navbar {
            position: relative ;
            background: #0b06ad;
        }

        #navbar .navbar-brand img {
            width: 133px;
        }
        #navbar .navbar-nav {
            font-size: 16px;
        }
        #navbar .dropdown .dropdown-menu{
            font-size: 116px;
        }
        #navbar .buttons a {
            padding: 8.5px 18px;
            font-size: 16px;
        }
        /* Navbar Responsive End Here */

            /* banner start here */
        /* shape */
        #banner .banner_image img {
            height: 0px !important;
            width: 0px !important;
        }
        #banner .shape_1 .img-fluid {
            width: 30%;
        }
        #banner .shape_1 {
            left: 51%;
            top: 47%;
            opacity: 20%;
        }

        #banner .shape_2{
            height: 0px !important;
            width: 0px !important;
        }

        #banner .shape_3{
            height: 0px !important;
            width: 0px !important;
        }

        #banner .shape_4{
                position: absolute;
                right: 12%;
                top: 4%;
                width: 30%;
                opacity: 40%;
        }

        #banner .banner_info p {
            font-size: 19px;
        }
        #banner .banner_info h1 {
            font-size: 60px;
        }
        /* banner end here */

        /* abbout responsive start here */
        #aboout_app {
            padding: 60px 0;
        }
        #aboout_app .about_app_info {
            text-align: center;
            padding-right: 0;
            margin-top: 0;
            margin-bottom: 50px;
    
        }
        #aboout_app .about_app_info .title {
            font-size: 16px;
        }
        #aboout_app .about_app_info h3 {
            font-size: 38px;
            line-height: 45px;
            margin-bottom: 10px;
        }
        #aboout_app .about_app_info p {
            font-size: 14px;
            line-height: 20px;
            margin-top: 20px;
            margin: 0 80px;
        }
        /* abbout responsive start here */

            /* video responsive start here */
        #video iframe {
            width: 100%;
            height: 425px;
            margin-bottom: 30px;
        }

        #video .video_txt {
            text-align: center;
        }
        #video .video_txt .title {
            font-size: 20px;
        }
        #video .video_txt h3 {
            font-size: 45px;
            line-height: 45px;
            margin-bottom: 12px;
        }
        #video .video_txt .p1 {
            font-size: 17px;
        }
        #video .video_txt .p2 {
            font-size: 17px;
        }
        /* video responsive end here */

        #count_up .count_item_container {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }
        #count_up .counter_item .counter_txt h3 {
            font-size: 35px;
        }
        #count_up .counter_item .counter_txt p {
            font-size: 18px;
        }
        #count_up .counter_item .counter_icon {
            font-size: 50px;
        }
        /* count-up responsive end here */


        /* Why chose responsive part start here */
        #why_chose .items_container {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 20px;
            margin: 70px 120px;
        }
        /* Why chose responsive part  end here*/
        /* working process start here */
        #working_process .navs-tab {
            border: none;
            border: 0px;
            text-align: center;
            font-family: var(--poppins);
            font-size: 20px;
            color: #1c144e;
            justify-content: center;
            gap: 10px;
        }
        /* working process end here */

        /* testimonial part start here */
        #testimonial .testimonial_slider .testi_slider_image img, svg {
            vertical-align: middle;
            width: 100%;
        }

        #testimonial .slider_info {
            top: 64%;
            right: 9%;
            width: 80%;
            padding: 25px 55px;
        }
        #testimonial .testi_slider_item .icon-container i {
            bottom: 85%;
            left: 45%;
            font-size: 18px;
            padding: 22px;
        }
        #testimonial .testi_slider_item .dialoge {
            font-size: 20px;
            padding-bottom: 0px;
            padding-top: 10px;
        }
        #testimonial .testi_slider_item .name{
            font-weight: 600;
            font-size: 26px;
            line-height: .2rem;
            color: var(--background_color);
        }

        #testimonial .testi_slider_item .position{
            font-size: 15px;
            line-height: 1rem;
        }
        /* testimonial end start here */


        /* price section start here */
        #price_section .plan_container .row {
            justify-content: center;
        }
        #price_section .plan_item {
            margin-top: 21px;
        }
        /* price section end here */

        /* our team start here */
        #our_team .team_slide_item {
            margin: 0px  7.5px;
        }
    
        #our_team .team_slide_container .team_slide_image {
            margin: 0 auto;
        }
    
        #our_team .team_slide_container .team_slide_item .teams_info {
            text-align: center;
        }
        /* our team end here */

        /* download part start here */
        
        #our_team .download_part .buttons a i {
            margin-right: 12px;
        }
        .buttons {
            display: flex;
            flex-direction: row;
            gap: 25px;
            padding: 0px 0px;
            flex-wrap: wrap;
        }
        .buttons a {
            padding: 15px 40px;
        }
        /* download part end here */

        /* from section response start here */
            #our_team .shape_2 img {
                width: 0px;
                height: 0px;
            }

            #footer .fotter_info_container h3 {
                margin-top: 65px;
            }
            #footer .icon{
                font-size: 20px;
            }
         /* from section response end here */
        


}


/*  large  device*/
@media (min-width:992px) and (max-width:1199.98px) {
     /*  common css start here*/
     .common_heading{
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .common_heading .section_title{
        font-size: 22px;
        font-weight: 600;
    }
    .common_heading h3{
        font-size: 50px;
        font-weight: 700;
        padding-bottom: 8px;
        padding-top: 5px;
    }
    .common_heading p{
        font-size: 20px;
        line-height: 26px;
        padding: 0px 30px;
    }
    /* common css end here */

        /* navbar responsive start here */
    #navbar {
        position: relative ;
        background: #0b06ad;
    }

    #navbar .navbar-brand img {
        width: 240px;
    }
    #navbar .navbar-nav {
        font-size: 16px;
    }
    #navbar .buttons a {
        padding: 12px 35px;
        font-size: 16px;

    }
    #navbar .dropdown .dropdown-menu{
        font-size: 18px;
    }
    /* Navbar Responsive End Here */

     /* banner responsive start here */

     #banner .banner_info h1 {
        font-size: 55px;
        line-height: 70px;
    }

    #banner .banner_info p {
        font-size: 19px;
        line-height: 33px;
    }
     #banner .buttons a {
        padding: 16px 45px;
        font-size: 20px;
    }
    #banner .overlay {
        padding: 150px 0;
    }
    /* shapes */
    #banner .banner_image img {
        height: 0px !important;
        width: 0px !important;
    }
    #banner .shape_1 .img-fluid {
        width: 30%;
    }
    #banner .shape_1 {
        left: 51%;
        top: 47%;
        opacity: 20%;
    }

    #banner .shape_2{
        height: 0px !important;
        width: 0px !important;
    }

    #banner .shape_3{
        height: 0px !important;
        width: 0px !important;
    }

    #banner .shape_4{
            position: absolute;
            right: 12%;
            top: 4%;
            width: 30%;
            opacity: 40%;
    }
    /* banner responsive end */

    /* why chose  start here*/
    #why_chose .why_chose_main_container .phone_image {
        /* margin: 85px 0px; */
        text-align: center;
    }

    #why_chose .items_container {
        margin: 57px 0;
    }

    #why_chose .items_container .icon_1 {
        margin-bottom: 15px;
    }
    #why_chose .items_container .icon_2 {
        margin-bottom: 15px;
    }
    #why_chose .items_container .icon_3 {
        margin-bottom: 15px;
    }
    #why_chose .items_container .icon_4 {
        margin-bottom: 15px;
    }
    #why_chose .items_container .item {
        padding: 20px 70px 20px 20px;
    }
    /* why chose  end here*/
    /* testimonial start here */
    #testimonial .testi_slider_item .icon-container i {
        bottom: 88%;
        left: 45%;
        font-size: 26px;
        padding: 30px;
    }

    #testimonial .slider_info {
        top: 49%;
        right: .5%;
    }
    #testimonial .dialoge {
        font-size: 25px;
    }

    #testimonial .name {
        font-size: 26px;
    }
    #testimonial .position {
        font-size: 16px;
    }
    /* testimonial end here */
           /* our team start here */
           #our_team .team_slide_item {
            margin: 0px  7.5px;
        }
    
        #our_team .team_slide_container .team_slide_image {
            margin: 0 auto;
        }
    
        #our_team .team_slide_container .team_slide_item .teams_info {
            text-align: center;
        }
        /* our team end here */

    /* price section start here */
    #price_section .plan_item {
        padding: 52px  56px;
    }
    #price_section .plan_item h4 {
        font-size: 20px;
    }
    #price_section .plan_item .price {
        font-size: 50px;
    }
    #price_section .plan_container {
        font-size: 20px;
    }

    #price_section .plan_item .plan_btn a {
        padding: 17px 39px;
        font-size: 18px;
    }

    /* price section end here */

    /* from section start here */
    #our_team .comment_section .email {
        width: 100%;
    }
    #our_team .comment_section .name {
        padding: 20px;
        width: 100%;
        border-radius: 7px;
        margin: 12px 0px;
        border: 1px solid #ededed;
    }

    #our_team .shape_2 {
        width: 63%;
    }
    /* from end here */

    /* footer start here */
    #footer {
        font-size: 18px;
    }
    #footer .fotter_info_container h3 {
        font-size: 25px;
    }
    
    /* footer end here */
}


/*  extra large device */
@media (min-width:1200px) and (max-width:1399.98px) {
    /* common heading start here */
    .common_heading{
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .common_heading .section_title{
        font-size: 16px;
        font-weight: 600;
    }
    .common_heading h3{
        font-size: 45px;
        font-weight: 700;
        padding-bottom: 8px;
        padding-top: 5px;
    }
    .common_heading p{
        font-size: 14px;
        line-height: 26px;
        padding: 0px 30px;
    }
    /* common heading end here */
    /* navbar strt here */
    #navbar .buttons a {
        padding: 10px 20px;
        border: 2px solid var(--white);
        font-size: 14px;
    }
    /* end here */
    /* banner start here */
    #banner .banner_info h1 {
        font-family: var(--poppins);
        color: var(--heading_color);
        font-size: 50px;
        line-height: 53px;
        margin-bottom: 20px;
        padding-right: 116px;
    }

    #banner .banner_info p {
        font-size: 18px;
        line-height: 28px;
    }
     #banner .buttons a {
        padding: 14px 30px;
        border-radius: 30px;
        border: 2px solid var(--white);
        text-transform: capitalize;
        background: linear-gradient(50deg, #5e2ced 0%, #9749f8 100%);
        color: var(--white);
        font-size: 16px;
    }
    #banner .overlay {
        padding: 300px 0;
    }

    #banner .banner_image{
        width: 45%;
    }
    /* banner end here */

    /* abbout app side start here*/
    #aboout_app .about_app_info .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #aboout_app .about_app_info p {
        font-size: 16px;
    }
    #aboout_app .about_app_info h3 {
        font-size: 45px;;
    }
    #aboout_app .about_app_container .item_1 p {
        font-size: 16px;
    }

    /* abbout app side end here */

    /* video section start here */
    #video .video_txt .title {
        font-size: 16px;
    }
    #video .video_txt h3 {
        font-size: 45px;
    }
    #video .video_txt .p1 {
        font-size: 14px;
    }
    #video .video_txt .p2 {
        font-size: 14px;
    }
    /* video section end here */


    /* why chose this start here */
    #why_chose .items_container .icon_3 i {
        padding: 22px 20px;
    }

    #why_chose .items_container .icon_1 i {
        padding: 23px 20px;
    }
    #why_chose .items_container .icon_2 i {
        padding: 20px 20px;
    }
    #why_chose .items_container .icon_4 i {
        padding: 20px 20px;
    }
    #why_chose .items_container p {
        font-size: 20px;
    }
    #working_process  .text_area {
        font-size: 20px;
    }

    #working_process  .text_area img{
        width: 100%;
    }
    /* why chose this end here */

    /* testimonial part start here */
    #testimonial .name {
        font-size: 26px;
    }
    #testimonial .position {
        font-size: 16px;
    }

    /* testimonial part end here */
            /* our team start here */
            #our_team .team_slide_item {
                margin: 0px  7.5px;
            }
        
            #our_team .team_slide_container .team_slide_image {
                margin: 0 auto;
            }
        
            #our_team .team_slide_container .team_slide_item .teams_info {
                text-align: center;
            }
            /* our team end here */


    /* pricing plane start here */
    #price_section .plan_item {
        padding: 75px 85px;
    }

    #price_section .plan_container {
        font-size: 20px;
    }
    #price_section .plan_item .plan_btn a {
        padding: 20px 34px;
    }
    /* pricing plane end here */

    /* buttons start here */
    .buttons a {
        padding: 17px 50px;
        font-size: 26px;
    }

    .buttons a:hover {
        padding: 17px 50px;
        font-size: 26px;
    }

    #our_team .download_part .buttons a i {
        font-size: 35px;
        margin-right: 15px;
    } 
    #our_team .download_part .buttons a i:hover {
        font-size: 35px;
        margin-right: 15px;
    }
    #our_team .shape_2 {
        bottom: 0;
        right: 0px;
        width: 64%;
    }

    /* buttons end here */

    /* footer start here */
    #footer .fotter_info_container h3 {
        font-size: 30px;
    }
    #footer {
        font-size: 16px;
    }
    #footer .icon{
        font-size: 22px;
    }
    /* footer end here */
    /* coppywright start here */
    #copyright .copyright_container p {
        font-size: 20px;
    }
    /* coppywright end here */
}


/*  extra extra large device */
@media (min-width:1400px) {
    /* common css start here */
    .common_heading{
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .common_heading .section_title{
        font-size: 20px;
        font-weight: 600;
    }
    .common_heading h3{
        font-size: 50px;
        font-weight: 700;
        padding-bottom: 20px;
        padding-top: 40px !important;
        padding-top: 5px;
    }
    .common_heading p{
        font-size: 20px;
        line-height: 26px;
        padding: 0px 30px;
    }
    /* common css end here */

    /* navbar start here */
    #navbar {
        position: relative ;
        background: #0b06ad;
    }

    #navbar .navbar-brand img {
        width: 280px;
    }
    #navbar .navbar-nav {
        font-size: 20px;
    }
    #navbar .dropdown .dropdown-menu{
        font-size: 26px;
    }
    #navbar .buttons a {
        padding: 10px 20px;
        border: 2px solid var(--white);
        font-size: 14px;
    }
    /* navbar end here */

    /* banner start here */
    #banner .banner_info h1 {
        font-size: 40px;
        font-weight: 700;
    }
    #banner .banner_info p {
        font-size: 23px;
    }

    .buttons a {
        padding: 21px 53px;
        border-radius: 30px;
        font-size: 24px;
    }
    /* banner end here */
    /* abbout page start here */
    #aboout_app .about_app_info .title {
        font-size: 35px;
    }
    #aboout_app .about_app_info h4 {
        font-size: 30px !important;
        color: #fff !important;
    }
    #aboout_app .about_app_info p {
        font-size: 22px;
    }
    #aboout_app .about_app_container .item_1 a h4 {
        font-size: 20px;
    }
    #aboout_app .about_app_container .item_1 p {
        font-size: 15px;
    }
    /* abbout page end here */
    /* video section start here */
    #video .video_txt .title {
        font-size: 24px;
    }
    #video .video_txt h3 {
        font-size: 54px;
    }
    #video .video_txt .p1 {
        font-size: 20px;
    }
    #video .video_txt .p2 {
        font-size: 20px;
    }
    /* video section end here */


    /* count up start here */
    #count_up .counter_item .counter_icon {
        font-size: 80px;
    }
    #count_up .counter_item .counter_txt p {
        font-size: 20px;
    }
    /* count up end here */


    /* whyh chose start section */
    #why_chose .items_container .icon_1 i {
        font-size: 40px;
        padding: 32px 30px;
    }

    #why_chose .items_container .icon_2 i {
        font-size: 40px;
        padding: 30px 30px;

    }

    #why_chose .items_container .icon_3 i {
        font-size: 40px;
        padding: 32px 30px;

    }

    #why_chose .items_container .icon_4 i {
        font-size: 40px;
        padding: 30px 30px;

    }

    #why_chose .items_container h3 {
        font-size: 28px;
    }
    #why_chose .items_container p {
        font-size: 22px;;
    }
    /* whyh chose end section */

    /* working process start here */
    #working_process  .text_area .title {
        font-size: 34px;
    }
    #working_process  .text_area {
        font-size: 21px;
    }
    /* working process end here */

    /* testimonial start here */
    #testimonial .testimonial_slider .testi_slider_image img, svg {
        vertical-align: middle;
        width: 80%;
    }
    /* testimonial end here */

            /* our team start here */
            #our_team .team_slide_item {
                margin: 0px  7.5px;
            }
        
            #our_team .team_slide_container .team_slide_image {
                margin: 0 auto;
            }
        
            #our_team .team_slide_container .team_slide_item .teams_info {
                text-align: center;
            }
            /* our team end here */


    /* price section start here */
    #price_section .plan_item {
        padding: 52px  73px;
    }
    #price_section .plan_item h4 {
        font-size: 24px;
    }

    #price_section .plan_item .price {
        font-size: 50px;
    }
    #price_section .plan_container {
        position: relative;
        display: flex;
        flex-direction: row;
        gap: 30px;
        justify-content: center;
        font-family: var(--poppins);
        font-weight: 400;
        line-height: 1.5;
        font-size: 24px;
        color: rgba(255,255,255,.8);
    }
    /* price section end here */

    /* from section start here */
    #our_team  .comment_button a {
        padding: 20px 61px;
        font-size: 26px;
    }

    #our_team  .comment_button a:hover {
        padding: 20px 61px;
        font-size: 26px;
    }

    /* from section end here */

       /* footer start here */
       #footer .fotter_info_container h3 {
        font-size: 35px;
        margin-top: 33px;
    }
    #footer .fotter_info_container ul {
        margin-top: 56px;
    }
    #footer .fotter_info_container h3 {
        font-size: 22px;
    }
    #footer {
        font-size: 18px;
    }
    #footer .logo img {
        width: 90px;
    }
    #footer .logo img:hover{
      transform: scale();
      -webkit-transform: scale();
      -moz-transform: scale();
      -ms-transform: scale();
      -o-transform: scale();
}
    #footer .logo span{
        font-size: 30px;
        font-weight: 700;
        color: #fff;
    }
    #footer .icon{
        font-size: 26px;
    }
    #footer .text p {
        line-height: 24px;
    }
    /* footer end here */

    /* copyright start here */
    #copyright .copyright_container p {
        font-size: 24px;
    }
}