:root {
    --light-purple: #fa919190;
    --primary: #ff5757;
    --bg-primary: #ff5757;
    --dark-primary: #d23c3c;
    --bg-black: #0a0a0a;
    --body-text-black: #190909;
    --text-white: #ffffff;
    --bg-white: #ffffff;
    --slider-dots-color: #ff5757ba;
    --light-bg: #DFDAF3;
}

@media screen and (min-width: 1920px) {
    .interface_img {
        width: 14%;
        margin-top: 4.55rem;
    }
}


@media screen and (max-width: 1500px) {
    .interface_img {
        width: 18.2vw;
    }
}

@media screen and (max-width: 1200px) {
    .interface_img {
        width: 31.2vw;
    }
}

@media screen and (max-width: 992px) {
    .interface_img {
        width: 47.5vw;
        top: 50%;
        margin-top: 3.2rem;
    }

    .interface_section .screen_slider {
        height: auto;
        min-height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .interface_img {
        width: 47vw;
        top: 50%;
        margin-top: 3.45rem;
    }

    .interface_section .screen_slider {
        height: auto;
        min-height: 350px;
    }
}

@media screen and (max-width: 576px) {
    .interface_img {
        width: 96vw;
        top: 50%;
        margin-top: 3.1rem;
    }

    .interface_section .screen_slider {
        height: auto;
        /* min-height: 300px; */
    }
}



/*----------------------------------------------------------------------
    Small Screen Mobile Devices
-----------------------------------------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 360px) {
    body {
        font-size: 14px;
        text-align: center;
        box-sizing: border-box;
    }

    .row_am {
        padding: 30px 0;
    }

    .section_title p br {
        display: none;
    }

    .free_app_section .container .free_app_inner .free_text .section_title h2,
    .section_title h2 {
        font-size: 24px;
    }

    .navbar-toggler {
        color: var(--primary);
        padding: 6px 12px 8px;
    }

    .navbar-nav {
        padding: 25px 20px 25px;
        text-align: left;
    }

    #navbarContent {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
        margin: 10px 0 0
    }

    button:focus {
        outline: 0;
    }

    .style-one .navbar-toggler,
    .style-one #navbarContent {
        background-color: var(--bg-black);
    }


    .navbar-nav.v1 .nav-link,
    .navbar-nav .nav-link {
        padding: 2px 14px;
        color: #fff;
        font-size: 14px;
        display: inline-block
    }

    .navbar-nav.v1 .nav-link.active,
    .navbar-nav.v1 .nav-link:hover {
        background-color: #fff;
        color: var(--dark-primary);
        line-height: normal
    }

    .style-one.sticky .navbar-toggler,
    .style-three .navbar-toggler,
    .style-one.inner .navbar-toggler {
        background-color: #fff;
        color: var(--bg-primary);
    }
    
    .owl-nav {
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 20px 0;
}

.owl-prev,
.owl-next {
    background-color: var(--primary);
    color: var(--bg-white);
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s ease;
    border: none;
    overflow: hidden;
}
    
    .owl-prev{
    transform: translateX(0px) ;
}

.owl-next{
    transform: translateX(0px) ;
}

    #header.sticky .navbar-nav.v1 .nav-link.active,
    #header.sticky .navbar-nav.v1 .nav-link:hover {
        line-height: normal;
    }

    .navbar-nav.v1 .nav-link:after {
        display: none;
    }

    .navbar-nav .nav-item {
        padding: 8px 0;
    }

    .navbar-nav .nav-link.active::after,
    .navbar-nav .nav-link:hover::after {
        right: auto;
        left: 14px;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown:hover {
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {
        position: absolute;
        right: 0;
        padding: 0 10px;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu {
        position: relative;
        opacity: 1;
        pointer-events: all;
        top: auto;
        background-color: transparent;
        width: 100%;
        border-radius: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-left: 10px;
        display: none;
        box-shadow: none;
        margin-top: 0;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul {
        padding: 0;
        margin-top: 0;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a {
        padding: 5px 10px;
        display: block;
        padding-left: 0;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown:hover .sub_menu {
        margin-top: 0;
    }

    .logo-txt {
        font-size: 2rem;
    }

    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    h2 {
        font-size: 26px;
        line-height: 36px;
    }

    h3 {
        font-size: 18px;
        line-height: 28px;
    }

    h4 {
        font-size: 17px;
        line-height: 28px;
    }

    h5 {
        font-size: 13px;
        line-height: 25px;
    }



    /* Hero section */

    .hero-section {
        height: 100vh;
    }

    .hero-title {
        top: 45%;
        font-size: 2rem;
    }

    .slide1 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Mobile_heroMALE_01.png');
    }

    .slide2 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mobile\ hero_FEMALE_01.png');
    }

    .slide3 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mobile_heroMALE_02.png');
    }

    .slide4 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mobile_FEMALE_02.png');
    }

    .carousel-slide {
        padding-bottom: 0;
        background-size: cover;
    }

    .slide-content h1 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        font-weight: 600;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    }

    .slide-content p {
        font-size: 0.8rem;
        margin-bottom: 2rem;
        color: #fff;
    }

    /* features section */

    /* features section */
    .features_section .feature_detail {
        flex-direction: column-reverse;
        padding-top: 30px;
        margin-top: 0;
        align-items: center;
        gap: 60px;
    }

    .features_section .feature_detail .feature_box {
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }

    .features_section .feature_detail .left_data .data_block .icon {
        margin: auto;
    }

    .features_section .feature_detail .right_data .data_block .icon {
        margin: auto;
    }

    .features_section .feature_detail .feature_box .data_block {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .features_section .feature_detail .feature_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5;
    }

    .features_section .feature_detail .feature_img img {
        max-width: 100%;
        width: 90%;
    }

    .feature_data {
        width: 95%;
        margin: 10px auto 60px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: end;
        align-content: end;
        height: 100%;
        padding: calc(100% - 100px) 10px 0px;
    }


    .features-single .icon {
        font-size: 30px;
    }

    .features-single .feature-link,
    .features-single .feature-link2 {
        padding: 2px;
        gap: 0px;
    }

    .features-single,
    .features-single:hover .feature-link,
    .features-single .feature-link2.active,
    .features-single:hover .feature-link2 {
        /* background-color: var(--bg-primary); */
        width: 100%;
    }

    .features-single .feature-link h4,
    .features-single .feature-link2 h4 {
        text-align: left;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 13px !important;
    }


    /* Dish slider */
    .ctr_app_btn_block .app_btn {
        display: flex;
        flex-wrap: wrap;
    }

    .ctr_app_btn_block .app_btn li {
        width: 80%;
    }

    .watch-content ul li {
        text-align: left;
    }

    .watch-btns a {
        width: 80%;
    }




    /* about app section */
    .about_app_section .about_text .section_title {
        text-align: center;
        padding: 50px 10px 0;
    }

    .about_app_section .about_text .app_statstic {
        justify-content: center;
    }

    .about_app_section .about_text .app_statstic,
    .about_app_section .about_img {
        justify-content: center;
    }

    .about_app_section .about_img::before {
        left: 50%;
    }

    .puprple_btn {
        display: block;
        margin: 0 15px;
    }

    /* how it work section */
    .how_it_works .how_it_inner {
        padding: 50px 15px;
    }

    .how_it_works .step_block ul {
        padding-top: 30px;
    }

    .how_it_works .step_block ul li,
    .how_it_works .step_block ul li:nth-child(2) {
        flex-direction: column;
        padding-left: 30px;
    }

    .how_it_works .step_block ul li .step_text h4 {
        font-size: 18px;
    }

    .how_it_works .step_block ul li::before {
        left: 0;
        transform: none;
        height: calc(100% + 10px);
        top: 40px;
    }

    .how_it_works .step_block ul li:first-child::before {
        height: calc(100% + 50px);
    }

    .how_it_works .step_block ul li:first-child::after {
        left: -5px;
        transform: none;
        display: none;
    }

    .how_it_works .step_block ul li .step_text,
    .how_it_works .step_block ul li .step_img,
    .how_it_works .step_block ul li:nth-child(2) .step_text,
    .how_it_works .step_block ul li:nth-child(2) .step_img {
        text-align: center;
    }

    .how_it_works .step_block ul li .step_text,
    .how_it_works .step_block ul li .step_img {
        width: 100%;
    }

    .how_it_works .step_block ul li .step_number {
        position: absolute;
        top: -5px;
        left: -23px;
        width: 50px;
        height: 50px;
    }

    .how_it_works .step_block ul li:last-child::before {
        opacity: 0;
    }

    .how_it_works .step_block ul li .step_number h3 {
        font-size: 15px;
        margin-bottom: 0;
        margin-top: -2px;
    }

    .how_it_works .yt_video {
        margin-top: -50px;
    }

    .how_it_works .yt_video .thumbnil {
        height: 300px;
        border-radius: 15px;
    }

    .how_it_works .yt_video .thumbnil img {
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 15px;
    }

    .how_it_works .yt_video .thumbnil a {
        width: 100%;
    }

    .how_it_works .yt_video .thumbnil a .play_btn::after {
        width: 140px;
        height: 140px;
    }

    .how_it_works .yt_video .thumbnil a .play_btn::before {
        width: 120px;
        height: 120px;
    }

    .how_it_works .yt_video .thumbnil a .play_btn img {
        height: auto;
    }

    /* Plan Section */
    .plan_section .banner_shape1,
    .plan_section .banner_shape2,
    .plan_section .banner_shape4,
    .plan_section .banner_shape3 {
        width: 50px;
    }

    .plan_section .banner_shape1 {
        top: 110px;
        left: 5%;
    }

    .plan_section .banner_shape2 {
        top: 115px;
        right: 5%;
    }

    .plan_section .banner_shape3 {
        /* top: 250px; */
        bottom: 8%;
        right: 5%;
    }

    .plan_section .banner_shape4 {
        /* top: 250px; */
        bottom: 5%;
        left: 5%;
    }

    .bred_crumb .banner_shape1,
    .bred_crumb .banner_shape2,
    .bred_crumb .banner_shape3,
    .bred_crumb .banner_shape4 {
        width: 40px;
    }

    .bred_crumb .banner_shape1 {
        top: 130px;
        left: 5%;
    }

    .bred_crumb .banner_shape2 {
        top: 125px;
        right: 10%;
    }

    .bred_crumb .banner_shape3 {
        top: 230px;
        right: 10%;
    }

    .bred_crumb .banner_shape4 {
        top: 220px;
        left: 10%;
    }

    /* faq section */
    /* .faq_section .faq_panel .card-header h2 {
        text-align: left;
    }

    .faq_section .faq_panel .card-header .btn {
        font-size: 16px;
        padding-right: 30px;
        padding: 0 10px;
        text-align: left;
    } */

    .faq_section .faq_panel .card-body p {
        text-align: left;
    }


    /* testimonial section */
    .testimonial_section .testimonial_block {
        margin: 0;
    }

    .testimonial_section .testimonial_block .avtar_faces {
        display: none;
    }

    .testimonial_section .testimonial_block .testimonial_slide_box {
        width: 100%;
    }

    /* download section */
    .free_app_section .container .free_app_inner {
        padding: 50px 15px;
        padding-bottom: 0;
        z-index: 99;
    }

    .free_app_section .container .free_app_inner .free_img {
        margin-top: 0;
        justify-content: center;
        padding: 45px 0;
    }

    .free_app_section .container .free_app_inner .free_img img {
        max-width: 100%;
    }

    .free_app_section .container .free_app_inner .free_img img:last-child {
        margin-left: 0;
    }

    .free_app_section .container .free_app_inner .free_text .section_title {
        text-align: center;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn {
        flex-direction: column;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn li a {
        width: 200px;
        text-align: center;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn li:last-child {
        margin-left: 0;
        margin-top: 15px;
    }



    /* newsletter section */

    .newsletter_box {
        flex-wrap: wrap;
        padding: 20px;
    }

    .newsletter_box .section_title {
        width: 100%;
    }

    .newsletter_box form {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .newsletter_box form .form-group {
        width: 100%;
        padding-top: 10px;
    }

    .newsletter_box form .form-group .btn {
        margin-left: 0;
        height: auto;
    }

    .newsletter_box form .form-group .form-control {
        width: 100%;
        margin-bottom: 15px;
        height: auto;
    }

    .newsletter_box .section_title p {
        font-size: 13px;
    }

    /* footer section */
    footer .links,
    footer .abt_side {
        margin-bottom: 30px;
    }

    footer .top_footer .social_media {
        justify-content: center;
    }

    footer .top_footer .social_media li a {
        margin: 0 5px;
    }

    footer .top_footer .try_out {
        margin-left: 0;
        transform: translateX(0px);
    }

    footer .app_btn li a {
        margin: 0 auto;
    }

    footer .bottom_footer .developer_text {
        text-align: center;
        margin-top: 10px;
    }

    footer .go_top {
        right: 10px;
    }

    footer .top_footer .col-md-6 {
        margin-bottom: 0px;
    }

    .social-toggle {
        width: 40px;
        height: 40px;
    }

    /* animation line section */
    .anim_line,
    .anim_line.dark_bg {
        width: 140%;
    }

    /* latest story section */
    .latest_story .story_box .story_img img {
        width: 100%;
    }

    /* go top button section */
    .go_top {
        bottom: 30px;
        z-index: 999;
    }

    .purple_backdrop {
        display: none;
    }


    /* Bread-Crumb */
    .bred_crumb {
        min-height: 330px;
    }

    .bred_crumb .bred_text h1 {
        font-size: 24px;
    }

    .bred_crumb .bred_text .search_bar form .form-group {
        height: 50px;
    }

    .bred_crumb .bred_text .search_bar form .form-group .btn {
        width: 46px;
        height: 46px;
        line-height: 46px;
    }

    .bred_crumb .bred_text {
        padding: 0 15px;
        margin-top: 15px;
    }

    .bred_crumb::after {
        background-size: cover;
        height: 100px;
    }

    /* about us page */

    .app_solution_section .app_images {
        margin: 6rem 0;
    }

    .blog_list_main .blog_text .section_title,
    .blog_list_story .story_box {
        text-align: center;
    }

    .why_we_section .why_inner {
        padding-bottom: 10px;
    }

    .experts_team_section .experts_box {
        padding: 20px;
        margin-bottom: 15px;
    }


    .contact_page_section .contact_inner {
        margin-top: 40px;
        flex-wrap: wrap !important;
        justify-content: center;
    }

    .contact_page_section .contact_inner .contact_form,
    .contact_page_section .contact_inner .contact_info {
        padding: 30px 20px;
        width: 100%;
        margin: 0;
    }

    .contact_page_section .contact_inner .section_title h2 {
        font-size: 24px;
    }

    .contact_page_section .contact_inner .contact_form form .form-group .form-control {
        height: 50px;
        font-size: 14px;
    }

    .contact_page_section .contact_inner .contact_form form .term_check label {
        text-align: left;
        line-height: 1.3;
    }

    .contact_page_section .contact_inner .contact_form form .term_check {
        align-items: flex-start;
    }

    .contact_page_section .contact_inner .contact_info .section_title {
        text-align: center;
    }

    .contact_page_section .contact_inner .contact_info .btn {
        margin-bottom: 30px;
    }

    .contact_page_section .contact_inner .contact_info .contact_info_list li {
        flex-direction: column;
        gap: 10px;
    }

    .top_gap {
        margin-top: 0px !important;
    }

    .contact_page_section .contact_inner .contact_info .contact_info_list li .img {
        width: 100%;
        margin: 0;
    }

    .contact_page_section .contact_inner .contact_info .contact_info_list li .text {
        width: 100%;
        margin-top: 10px;
    }

    .app_solution_section .app_images::before{
        width: 100vw;
        height: 100vw;
    }

    footer .abt_side .logo img{
        padding: 0 80px;
    }

    footer .top_footer .try_out {
        margin-left: 0;
        padding:0 50px;
        transform: translateX(0px);
    }

    footer .top_footer .try_out .app_link,    
    footer .top_footer .try_out  .play_link{
        padding: 0 30px;
    }

    .certificates-container{
        padding: 20px;
    }

    .certificates{
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .certificates li{
        width: 100%;
    }

}

/*----------------------------------------------------------------------
   Medium Screen Mobile Devices
------------------------------------------------------------------------*/

@media only screen and (min-width: 361px) and (max-width: 479px) {
    body {
        font-size: 14px;
        text-align: center;
    }
    
    .owl-nav {
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 20px 0;
}

.owl-prev,
.owl-next {
    background-color: var(--primary);
    color: var(--bg-white);
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s ease;
    border: none;
    overflow: hidden;
}
    
    .owl-prev{
    transform: translateX(0px) ;
}

.owl-next{
    transform: translateX(0px) ;
}
    
    .row_am {
        padding: 30px 0;
    }

    .section_title p br {
        display: none;
    }

    .free_app_section .container .free_app_inner .free_text .section_title h2,
    .section_title h2 {
        font-size: 24px;
    }

    .navbar-toggler {
        color: var(--primary);
        padding: 6px 12px 8px;
    }

    .navbar-nav {
        padding: 25px 20px 25px;
        text-align: left;
    }

    #navbarContent {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
        margin: 10px 0 0
    }

    button:focus {
        outline: 0;
    }

    .style-one .navbar-toggler,
    .style-one #navbarContent {
        background-color: var(--bg-black);
    }


    .navbar-nav.v1 .nav-link,
    .navbar-nav .nav-link {
        padding: 2px 14px;
        color: #fff;
        font-size: 14px;
        display: inline-block
    }

    .navbar-nav.v1 .nav-link.active,
    .navbar-nav.v1 .nav-link:hover {
        background-color: #fff;
        color: var(--dark-primary);
        line-height: normal
    }

    .style-one.sticky .navbar-toggler,
    .style-three .navbar-toggler,
    .style-one.inner .navbar-toggler {
        background-color: #fff;
        color: var(--bg-primary);
    }

    #header.sticky .navbar-nav.v1 .nav-link.active,
    #header.sticky .navbar-nav.v1 .nav-link:hover {
        line-height: normal;
    }

    .navbar-nav.v1 .nav-link:after {
        display: none;
    }

    .navbar-nav .nav-item {
        padding: 8px 0;
    }

    .navbar-nav .nav-link.active::after,
    .navbar-nav .nav-link:hover::after {
        right: auto;
        left: 14px;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown:hover {
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {
        position: absolute;
        right: 0;
        padding: 0 10px;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu {
        position: relative;
        opacity: 1;
        pointer-events: all;
        top: auto;
        background-color: transparent;
        width: 100%;
        border-radius: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-left: 10px;
        display: none;
        box-shadow: none;
        margin-top: 0;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul {
        padding: 0;
        margin-top: 0;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a {
        padding: 5px 10px;
        display: block;
        padding-left: 0;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown:hover .sub_menu {
        margin-top: 0;
    }

    .logo-txt {
        font-size: 2rem;
    }

    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    h2 {
        font-size: 26px;
        line-height: 36px;
    }

    h3 {
        font-size: 18px;
        line-height: 28px;
    }

    h4 {
        font-size: 17px;
        line-height: 28px;
    }

    h5 {
        font-size: 13px;
        line-height: 25px;
    }



    /* Hero section */



    .hero-title {
        top: 35%;
        font-size: 2.5rem;
    }

    .carousel-slide {
        /* padding-bottom: 200px; */
        padding: 0 50px 10px;
        background-size: cover;
    }

    .slide-content h1 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        font-weight: 600;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    }

    .slide-content p {
        font-size: 0.8rem;
        margin-bottom: 2rem;
        color: #fff;
    }

    .slide1 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Mobile_heroMALE_01.png');
    }

    .slide2 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mobile\ hero_FEMALE_01.png');
    }

    .slide3 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mobile_heroMALE_02.png');
    }

    .slide4 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mobile_FEMALE_02.png');
    }

    /* features section */
    .features_section .feature_detail {
        flex-direction: column-reverse;
        padding-top: 30px;
        margin-top: 0;
        align-items: center;
    }

    .features_section .feature_detail .feature_box {
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }

    .features_section .feature_detail .left_data .data_block .icon {
        margin: auto;
    }

    .features_section .feature_detail .right_data .data_block .icon {
        margin: auto;
    }

    .features_section .feature_detail .feature_box .data_block {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .features_section .feature_detail .feature_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5;
    }

    .features_section .feature_detail .feature_img img {
        max-width: 100%;
        width: 80%;
    }

    .feature_data {
        width: 80%;
        margin: 12px auto 100px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: end;
        align-content: end;
        height: 100%;
        padding: calc(100% - 150px) 10px 0px;
    }


    .features-single .icon {
        margin: 5px;
    }

    .features-single .feature-link,
    .features-single .feature-link2 {
        padding: 2px;
        gap: 0px;
    }

    .features-single,
    .features-single:hover .feature-link,
    .features-single .feature-link2.active,
    .features-single:hover .feature-link2 {
        width: 100%;
    }

    .features-single .feature-link h4,
    .features-single .feature-link2 h4 {
        text-align: left;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 13px !important;
    }


    /* Dish slider */
    .ctr_app_btn_block .app_btn {
        display: flex;
        flex-wrap: wrap;
    }

    .ctr_app_btn_block .app_btn li {
        width: 80%;
    }

    .watch-content ul li {
        text-align: left;
    }

    .watch-btns a {
        width: 80%;
    }


    /* about app section */
    .about_app_section .about_text .section_title {
        text-align: center;
        padding: 50px 10px 0;
    }

    .about_app_section .about_text .app_statstic {
        justify-content: center;
    }

    .about_app_section .about_text .app_statstic,
    .about_app_section .about_img {
        justify-content: center;
    }

    .about_app_section .about_img::before {
        left: 50%;
    }

    .puprple_btn {
        display: block;
        margin: 0 15px;
    }

    /* Interface section */

    /* .interface_img {
        top: 41.3%;
    } */



    /* how it work section */
    .how_it_works .how_it_inner {
        padding: 50px 15px;
    }

    .how_it_works .step_block ul {
        padding-top: 30px;
    }

    .how_it_works .step_block ul li,
    .how_it_works .step_block ul li:nth-child(2) {
        flex-direction: column;
        padding-left: 30px;
    }

    .how_it_works .step_block ul li .step_text h4 {
        font-size: 18px;
    }

    .how_it_works .step_block ul li::before {
        left: 0;
        transform: none;
        height: calc(100% + 10px);
        top: 40px;
    }

    .how_it_works .step_block ul li:first-child::before {
        height: calc(100% + 50px);
    }

    .how_it_works .step_block ul li:first-child::after {
        left: -5px;
        transform: none;
        display: none;
    }

    .how_it_works .step_block ul li .step_text,
    .how_it_works .step_block ul li .step_img,
    .how_it_works .step_block ul li:nth-child(2) .step_text,
    .how_it_works .step_block ul li:nth-child(2) .step_img {
        text-align: center;
    }

    .how_it_works .step_block ul li .step_text,
    .how_it_works .step_block ul li .step_img {
        width: 100%;
    }

    .how_it_works .step_block ul li .step_number {
        position: absolute;
        top: -5px;
        left: -23px;
        width: 50px;
        height: 50px;
    }

    .how_it_works .step_block ul li:last-child::before {
        opacity: 0;
    }

    .how_it_works .step_block ul li .step_number h3 {
        font-size: 15px;
        margin-bottom: 0;
        margin-top: -2px;
    }

    .how_it_works .yt_video {
        margin-top: -50px;
    }

    .how_it_works .yt_video .thumbnil {
        height: 300px;
        border-radius: 15px;
    }

    .how_it_works .yt_video .thumbnil img {
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 15px;
    }

    .how_it_works .yt_video .thumbnil a {
        width: 100%;
    }

    .how_it_works .yt_video .thumbnil a .play_btn::after {
        width: 140px;
        height: 140px;
    }

    .how_it_works .yt_video .thumbnil a .play_btn::before {
        width: 120px;
        height: 120px;
    }

    .how_it_works .yt_video .thumbnil a .play_btn img {
        height: auto;
    }

    /* plans section */
    .plan_section .banner_shape1,
    .plan_section .banner_shape2,
    .plan_section .banner_shape4,
    .plan_section .banner_shape3 {
        width: 50px;
    }

    .plan_section .banner_shape1 {
        top: 130px;
        left: 5%;
    }

    .plan_section .banner_shape2 {
        top: 125px;
        right: 5%;
    }

    .plan_section .banner_shape3 {
        /* top: 250px; */
        bottom: 12%;
        right: 5%;
    }

    .plan_section .banner_shape4 {
        /* top: 250px; */
        bottom: 15%;
        left: 5%;
    }

    .bred_crumb .banner_shape1,
    .bred_crumb .banner_shape2,
    .bred_crumb .banner_shape3,
    .bred_crumb .banner_shape4 {
        width: 40px;
    }

    .bred_crumb .banner_shape1 {
        top: 100px;
        left: 5%;
    }

    .bred_crumb .banner_shape2 {
        top: 105px;
        right: 10%;
    }

    .bred_crumb .banner_shape3 {
        top: 250px;
        right: 15%;
    }

    .bred_crumb .banner_shape4 {
        top: 200px;
        left: 15%;
    }

    /* faq section */
    /* .faq_section .faq_panel .card-header h2 {
        text-align: left;
    }

    .faq_section .faq_panel .card-header .btn {
        font-size: 16px;
        padding-right: 30px;
        padding: 0 10px;
        text-align: left;
    } */

    .faq_section .faq_panel .card-body p {
        text-align: left;
    }


    /* testimonial section */
    .testimonial_section .testimonial_block {
        margin: 0;
    }

    .testimonial_section .testimonial_block .avtar_faces {
        display: none;
    }

    .testimonial_section .testimonial_block .testimonial_slide_box {
        width: 100%;
    }

    /* download section */
    .free_app_section .container .free_app_inner {
        padding: 50px 15px;
        padding-bottom: 0;
        z-index: 99;
    }

    .free_app_section .container .free_app_inner .free_img {
        margin-top: 0;
        justify-content: center;
        padding: 45px 0;
    }

    .free_app_section .container .free_app_inner .free_img img {
        max-width: 100%;
        width: 100%;
    }

    .free_app_section .container .free_app_inner .free_img img:last-child {
        margin: 0;
    }

    .free_app_section .container .free_app_inner .free_text .section_title {
        text-align: center;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn {
        flex-direction: column;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn li a {
        width: 200px;
        text-align: center;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn li:last-child {
        margin-left: 0;
        margin-top: 15px;
    }

    /* newsletter section */

    .newsletter_box {
        flex-wrap: wrap;
        padding: 20px;
    }

    .newsletter_box .section_title {
        width: 100%;
    }

    .newsletter_box form {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .newsletter_box form .form-group {
        width: 100%;
        padding-top: 10px;
    }

    .newsletter_box form .form-group .btn {
        margin-left: 0;
        height: auto;
    }

    .newsletter_box form .form-group .form-control {
        width: 100%;
        margin-bottom: 15px;
        height: auto;
    }

    .newsletter_box .section_title p {
        font-size: 13px;
    }

    /* footer section */
    footer .links,
    footer .abt_side {
        margin-bottom: 30px;
    }

    footer .top_footer .social_media {
        justify-content: center;
    }

    footer .top_footer .social_media li a {
        margin: 0 5px;
    }

    footer .abt_side .logo img{
        padding: 0 80px;
    }

    footer .top_footer .try_out {
        margin-left: 0;
        padding:0 50px;
        transform: translateX(0px);
    }

    footer .top_footer .try_out .app_link,    
    footer .top_footer .try_out  .play_link{
        padding: 0 30px;
    }

    footer .app_btn li a {
        margin: 0 auto;
    }

    footer .bottom_footer .developer_text {
        text-align: center;
        margin-top: 10px;
    }

    footer .go_top {
        right: 10px;
    }

    footer .top_footer .try_out {
        transform: translateX(0px);
    }

    footer .top_footer .col-md-6 {
        margin-bottom: 0px;
    }

    .social-toggle {
        width: 40px;
        height: 40px;
    }

    /* animation line section */
    .anim_line,
    .anim_line.dark_bg {
        width: 140%;
    }

    /* latest story section */
    .latest_story .story_box .story_img img {
        width: 100%;
    }

    /* go top button section */
    .go_top {
        bottom: 30px;
        z-index: 999;
    }

    .purple_backdrop {
        display: none;
    }


    /* Bread-Crumb */
    .bred_crumb {
        min-height: 330px;
    }

    .bred_crumb .bred_text h1 {
        font-size: 24px;
    }

    .bred_crumb .bred_text .search_bar form .form-group {
        height: 50px;
    }

    .bred_crumb .bred_text .search_bar form .form-group .btn {
        width: 46px;
        height: 46px;
        line-height: 46px;
    }

    .bred_crumb .bred_text {
        padding: 0 15px;
        margin-top: 15px;
    }

    .bred_crumb::after {
        background-size: cover;
        height: 100px;
    }



    .blog_list_main .blog_text .section_title,
    .blog_list_story .story_box {
        text-align: center;
    }

    /* about us page */

    .app_solution_section .app_images {
        margin: 6rem 0;
    }

    .app_solution_section .app_images::before{
        width: 100vw;
        height: 100vw;
    }

    .blog_list_main .blog_text .section_title,
    .blog_list_story .story_box {
        text-align: center;
    }

    .why_we_section .why_inner {
        padding-bottom: 10px;
    }

    .experts_team_section .experts_box {
        padding: 20px;
        margin-bottom: 15px;
    }


    .contact_page_section .contact_inner {
        margin-top: 40px;
        flex-wrap: wrap !important;
        justify-content: center;
    }

    .contact_page_section .contact_inner .contact_form,
    .contact_page_section .contact_inner .contact_info {
        padding: 30px 20px;
        width: 100%;
        margin: 0;
    }

    .contact_page_section .contact_inner .section_title h2 {
        font-size: 24px;
    }

    .contact_page_section .contact_inner .contact_form form .form-group .form-control {
        height: 50px;
        font-size: 14px;
    }

    .contact_page_section .contact_inner .contact_form form .term_check label {
        text-align: left;
        line-height: 1.3;
    }

    .contact_page_section .contact_inner .contact_form form .term_check {
        align-items: flex-start;
    }

    .contact_page_section .contact_inner .contact_info .section_title {
        text-align: center;
    }

    .contact_page_section .contact_inner .contact_info .btn {
        margin-bottom: 30px;
    }

    .contact_page_section .contact_inner .contact_info .contact_info_list li {
        flex-direction: column;
        gap: 10px;
    }

    .top_gap {
        margin-top: 0px !important;
    }

    .contact_page_section .contact_inner .contact_info .contact_info_list li .img {
        width: 100%;
        margin: 0;
    }

    .contact_page_section .contact_inner .contact_info .contact_info_list li .text {
        width: 100%;
        margin-top: 10px;
    }

    .certificates-container{
        padding: 20px;
    }

    .certificates{
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .certificates li{
        width: 100%;
    }
}





/*---------------------------------------------------------------------
    Large Screen Mobile Devices
-----------------------------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    body {
        font-size: 14px;
        text-align: center;
    }

    .row_am {
        padding: 30px 0;
    }
    
    .owl-nav {
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 20px 0;
}

.owl-prev,
.owl-next {
    background-color: var(--primary);
    color: var(--bg-white);
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s ease;
    border: none;
    overflow: hidden;
}
    .owl-prev{
    transform: translateX(-0px) ;
    }
    
    .owl-next{
        transform: translateX(0px) ;
    }

    .section_title p br {
        display: none;
    }

    .free_app_section .container .free_app_inner .free_text .section_title h2,
    .section_title h2 {
        font-size: 24px;
    }

    .navbar-toggler {
        color: var(--primary);
        padding: 6px 12px 8px;
    }

    .navbar-nav {
        padding: 25px 20px 25px;
        text-align: left;
    }

    #navbarContent {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
        margin: 10px 0 0
    }

    button:focus {
        outline: 0;
    }

    .style-one .navbar-toggler,
    .style-one #navbarContent {
        background-color: var(--bg-black);
    }


    .navbar-nav.v1 .nav-link,
    .navbar-nav .nav-link {
        padding: 2px 14px;
        color: #fff;
        font-size: 16px;
        display: block;
        text-align: left;
    }

    .navbar-nav.v1 .nav-link.active,
    .navbar-nav.v1 .nav-link:hover {
        background-color: var(--bg-primary);
        color: var(--body-text-black);
        line-height: normal
    }

    .style-one.sticky .navbar-toggler,
    .style-three .navbar-toggler,
    .style-one.inner .navbar-toggler {
        color: var(--bg-primary);
    }

    #header.sticky .navbar-nav.v1 .nav-link.active,
    #header.sticky .navbar-nav.v1 .nav-link:hover {
        line-height: normal;
    }

    .navbar-nav.v1 .nav-link:after {
        display: none;
    }

    .navbar-nav .nav-item {
        padding: 8px 0;
    }

    .navbar-nav .nav-link.active::after,
    .navbar-nav .nav-link:hover::after {
        right: auto;
        left: 14px;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown:hover {
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {
        position: absolute;
        right: 0;
        padding: 0 10px;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu {
        position: relative;
        opacity: 1;
        pointer-events: all;
        top: auto;
        background-color: transparent;
        width: 100%;
        border-radius: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-left: 10px;
        display: none;
        box-shadow: none;
        margin-top: 0;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul {
        padding: 0;
        margin-top: 0;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a {
        padding: 5px 10px;
        display: block;
        padding-left: 0;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown:hover .sub_menu {
        margin-top: 0;
    }

    .logo-txt {
        font-size: 2rem;
    }

    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    h2 {
        font-size: 26px;
        line-height: 36px;
    }

    h3 {
        font-size: 18px;
        line-height: 28px;
    }

    h4 {
        font-size: 17px;
        line-height: 28px;
    }

    h5 {
        font-size: 13px;
        line-height: 25px;
    }



    /* Hero section */

    .hero-section {
        height: 100vh;
    }

    .hero-title {
        top: 40%;
        padding: 30px;
        font-size: 2.5rem;
    }

    .slide1 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Mobile_heroMALE_01.png');
    }

    .slide2 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mobile\ hero_FEMALE_01.png');
    }

    .slide3 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mobile_heroMALE_02.png');
    }

    .slide4 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/mobile_FEMALE_02.png');
    }

    .carousel-slide {
        padding-bottom: 0;
        background-size: cover;
    }

    .slide-content h1 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        font-weight: 600;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    }

    .slide-content p {
        font-size: 0.8rem;
        margin-bottom: 2rem;
        color: #fff;
    }

    /* features section */

    /* features section */
    .features_section .feature_detail {
        flex-direction: column-reverse;
        padding-top: 30px;
        margin-top: 0;
        align-items: center;
        gap: 60px;
    }

    .features_section .feature_detail .feature_box {
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }

    .features_section .feature_detail .left_data .data_block .icon {
        margin: auto;
    }

    .features_section .feature_detail .right_data .data_block .icon {
        margin: auto;
    }

    .features_section .feature_detail .feature_box .data_block {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .features_section .feature_detail .feature_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5;
    }

    .features_section .feature_detail .feature_img img {
        max-width: 100%;
        width: 75%;
    }

    .feature_data {
        width: 75%;
        margin: 10px auto 100px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: end;
        align-content: end;
        height: 100%;
        padding: calc(100% - 180px) 10px 0px;
    }


    .features-single .icon {
        margin: 5px;
    }

    .features-single .feature-link,
    .features-single .feature-link2 {
        padding: 2px;
        gap: 0px;
    }

    .features-single,
    .features-single:hover .feature-link,
    .features-single .feature-link2.active,
    .features-single:hover .feature-link2 {
        width: 100%;
    }

    .features-single .feature-link h4,
    .features-single .feature-link2 h4 {
        text-align: left;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 13px !important;
    }


    /* Dish slider */
    .ctr_app_btn_block .app_btn {
        display: flex;
        flex-wrap: wrap;
    }

    .ctr_app_btn_block .app_btn li {
        width: 70%;
    }

    .watch-content ul li {
        text-align: left;
    }

    .watch-btns a {
        width: 70%;
    }


    /* interface section */

    /* .interface_img{
        top: 41%;
    } */

    /* about app section */
    .about_app_section .about_text .section_title {
        text-align: center;
        padding: 50px 10px 0;
    }

    .about_app_section .about_text .app_statstic,
    .about_app_section .about_img {
        justify-content: center;
        gap: 20px;
        /* padding: 25px; */
    }

    .about_app_section .about_img::before {
        left: 50%;
    }

    .puprple_btn {
        display: block;
        margin: 0 15px;
    }

    /* how it work section */
    .how_it_works .how_it_inner {
        padding: 50px 15px;
    }

    .how_it_works .step_block ul {
        padding-top: 30px;
    }

    .how_it_works .step_block ul li,
    .how_it_works .step_block ul li:nth-child(2) {
        flex-direction: column;
        padding-left: 30px;
    }

    .how_it_works .step_block ul li .step_text h4 {
        font-size: 18px;
    }

    .how_it_works .step_block ul li::before {
        left: 0;
        transform: none;
        height: calc(100% + 10px);
        top: 40px;
    }

    .how_it_works .step_block ul li:first-child::before {
        height: calc(100% + 50px);
    }

    .how_it_works .step_block ul li:first-child::after {
        left: -5px;
        transform: none;
        display: none;
    }

    .how_it_works .step_block ul li .step_text,
    .how_it_works .step_block ul li .step_img,
    .how_it_works .step_block ul li:nth-child(2) .step_text,
    .how_it_works .step_block ul li:nth-child(2) .step_img {
        text-align: center;
    }

    .how_it_works .step_block ul li .step_text,
    .how_it_works .step_block ul li .step_img {
        width: 100%;
    }

    .how_it_works .step_block ul li .step_number {
        position: absolute;
        top: -5px;
        left: -23px;
        width: 50px;
        height: 50px;
    }

    .how_it_works .step_block ul li:last-child::before {
        opacity: 0;
    }

    .how_it_works .step_block ul li .step_number h3 {
        font-size: 15px;
        margin-bottom: 0;
        margin-top: -2px;
    }

    .how_it_works .yt_video {
        margin-top: -50px;
    }

    .how_it_works .yt_video .thumbnil {
        height: 300px;
        border-radius: 15px;
    }

    .how_it_works .yt_video .thumbnil img {
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 15px;
    }

    .how_it_works .yt_video .thumbnil a {
        width: 100%;
    }

    .how_it_works .yt_video .thumbnil a .play_btn::after {
        width: 140px;
        height: 140px;
    }

    .how_it_works .yt_video .thumbnil a .play_btn::before {
        width: 120px;
        height: 120px;
    }

    .how_it_works .yt_video .thumbnil a .play_btn img {
        height: auto;
    }

    /* plans section */
    .plan_section .banner_shape1,
    .plan_section .banner_shape2,
    .plan_section .banner_shape4,
    .plan_section .banner_shape3 {
        width: 50px;
    }

    .plan_section .banner_shape1 {
        top: 130px;
        left: 5%;
    }

    .plan_section .banner_shape2 {
        top: 125px;
        right: 5%;
    }

    .plan_section .banner_shape3 {
        /* top: 250px; */
        bottom: 12%;
        right: 5%;
    }

    .plan_section .banner_shape4 {
        /* top: 250px; */
        bottom: 15%;
        left: 5%;
    }

    .price {
        font-size: 1.5rem;
    }

    .old-price {
        font-size: 1rem;
    }

    /* testimonial section */
    .testimonial_section .testimonial_block {
        margin: 0;
    }

    .testimonial_section .testimonial_block .avtar_faces {
        display: none;
    }

    .testimonial_section .testimonial_block .testimonial_slide_box {
        width: 100%;
    }

    /* download section */
    .free_app_section .container .free_app_inner {
        padding: 50px 15px;
        padding-bottom: 0;
        z-index: 99;
    }

    .free_app_section .container .free_app_inner .free_img {
        margin-top: 0;
        justify-content: center;
        padding: 45px 0;
    }

    .free_app_section .container .free_app_inner .free_img img {
        max-width: 100%;
        width: 60%;
    }

    .free_app_section .container .free_app_inner .free_text .section_title {
        text-align: center;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn {
        flex-direction: column;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn li a {
        width: 200px;
        text-align: center;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn li:last-child {
        margin-left: 0;
        margin-top: 15px;
    }

    /* newsletter section */

    .newsletter_box {
        flex-wrap: wrap;
        padding: 20px;
    }

    .newsletter_box .section_title {
        width: 100%;
    }

    .newsletter_box form {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .newsletter_box form .form-group {
        width: 100%;
        padding-top: 10px;
    }

    .newsletter_box form .form-group .btn {
        margin-left: 0;
        height: auto;
    }

    .newsletter_box form .form-group .form-control {
        width: 100%;
        margin-bottom: 15px;
        height: auto;
    }

    .newsletter_box .section_title p {
        font-size: 13px;
    }

    /* footer section */
    footer .links,
    footer .abt_side {
        margin-bottom: 30px;
    }

    footer .top_footer .social_media {
        justify-content: center;
    }

    .social-toggle {
        width: 50px;
        height: 50px;
    }

    footer .top_footer .social_media li a {
        margin: 0 5px;
    }

    footer .top_footer .try_out {
        margin-left: 0;
    }

    footer .app_btn li a {
        margin: 0 auto;
    }

    footer .bottom_footer .developer_text {
        text-align: center;
        margin-top: 10px;
    }

    footer .top_footer .try_out {
        transform: translateX(0px);
    }

    footer .go_top {
        right: 10px;
    }

    footer .top_footer .col-md-6 {
        margin-bottom: 0px;
    }

    /* animation line section */
    .anim_line,
    .anim_line.dark_bg {
        width: 140%;
    }

    /* latest story section */
    .latest_story .story_box .story_img img {
        width: 100%;
    }

    /* go top button section */
    .go_top {
        bottom: 30px;
        z-index: 999;
    }

    .purple_backdrop {
        display: none;
    }


    /* Bread-Crumb */
    .bred_crumb {
        min-height: 330px;
    }

    .bred_crumb .bred_text h1 {
        font-size: 24px;
    }

    .bred_crumb .bred_text .search_bar form .form-group {
        height: 50px;
    }

    .bred_crumb .bred_text .search_bar form .form-group .btn {
        width: 46px;
        height: 46px;
        line-height: 46px;
    }

    .bred_crumb .bred_text {
        padding: 0 15px;
        margin-top: 15px;
    }

    .bred_crumb::after {
        background-size: cover;
        height: 100px;
    }

    .app_solution_section .app_images::before{
        width: 100vw;
        height: 100vw;
    }

    .blog_list_main .blog_text .section_title,
    .blog_list_story .story_box {
        text-align: center;
    }

    .why_we_section .why_inner {
        padding-bottom: 10px;
    }

    .experts_team_section .experts_box {
        padding: 20px;
        margin-bottom: 15px;
    }


    .contact_page_section .contact_inner {
        margin-top: 40px;
    }

    .contact_page_section .contact_inner .contact_form {
        padding: 30px 20px;
    }

    .contact_page_section .contact_inner .section_title h2 {
        font-size: 24px;
    }

    .contact_page_section .contact_inner .contact_form form .form-group .form-control {
        height: 50px;
        font-size: 14px;
    }

    .contact_page_section .contact_inner .contact_form form .term_check label {
        text-align: left;
        line-height: 1.3;
    }

    .contact_page_section .contact_inner .contact_form form .term_check {
        align-items: flex-start;
    }

    .contact_page_section .contact_inner .contact_info .section_title {
        text-align: center;
    }

    .contact_page_section .contact_inner .contact_info .btn {
        margin-bottom: 30px;
    }

    .contact_page_section .contact_inner .contact_info .contact_info_list li {
        flex-direction: column;
    }

    .contact_page_section .contact_inner .contact_info .contact_info_list li .img {
        width: 100%;
        margin: 0;
    }

    .contact_page_section .contact_inner .contact_info .contact_info_list li .text {
        width: 100%;
        margin-top: 10px;
    }
    .certificates-container{
        padding: 20px;
    }

    .certificates{
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .certificates li{
        width: 100%;
    }
}


/*---------------------------------------------------------------------
    Tablet Devices
----------------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {

    h1 {
        font-size: 36px;
        line-height: 46px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3 {
        font-size: 20px;
        line-height: 30px;
    }

    /* Header section */

    .navbar-toggler {
        color: var(--primary);
        padding: 6px 12px 8px;
    }

    .navbar-nav {
        padding: 25px 20px 25px;
    }

    #navbarContent {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
        margin: 10px 0 0
    }

    button:focus {
        outline: 0;
    }

    .style-one .navbar-toggler,
    .style-one #navbarContent {
        background-color: var(--bg-black);
    }
    
    .owl-nav {
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 20px 0;
}

.owl-prev,
.owl-next {
    background-color: var(--primary);
    color: var(--bg-white);
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s ease;
    border: none;
    overflow: hidden;
}
    
    .owl-prev{
    transform: translateX(0px) ;
}

.owl-next{
    transform: translateX(0px) ;
}


    .navbar-nav.v1 .nav-link,
    .navbar-nav .nav-link {
        padding: 2px 14px;
        color: #fff;
        font-size: 16px;
        display: block;
        text-align: left;
    }

    .navbar-nav.v1 .nav-link.active,
    .navbar-nav.v1 .nav-link:hover {
        background-color: var(--bg-primary);
        color: var(--body-text-black);
        line-height: normal
    }

    .style-one.sticky .navbar-toggler,
    .style-three .navbar-toggler,
    .style-one.inner .navbar-toggler {
        color: var(--bg-primary);
    }

    #header.sticky .navbar-nav.v1 .nav-link.active,
    #header.sticky .navbar-nav.v1 .nav-link:hover {
        line-height: normal;
    }

    .navbar-nav.v1 .nav-link:after {
        display: none;
    }

    .navbar-nav .nav-item {
        padding: 8px 0;
    }

    .navbar-nav .nav-link.active::after,
    .navbar-nav .nav-link:hover::after {
        right: auto;
        left: 14px;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown:hover {
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {
        position: absolute;
        right: 0;
        padding: 0 10px;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu {
        position: relative;
        opacity: 1;
        pointer-events: all;
        top: auto;
        background-color: transparent;
        width: 100%;
        border-radius: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-left: 10px;
        display: none;
        box-shadow: none;
        margin-top: 0;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul {
        padding: 0;
        margin-top: 0;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a {
        padding: 5px 10px;
        display: block;
        padding-left: 0;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown:hover .sub_menu {
        margin-top: 0;
    }

    /* Hero section */

    .hero-section {
        height: 100vh;
    }

    .hero-title {
        top: 45%;
        padding: 30px;
        font-size: 3rem;
    }

    .carousel-slide {
        padding-bottom: 50px;
        background-size: cover;
    }

    .slide-content h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
        font-weight: 600;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    }

    .slide-content p {
        font-size: 1rem;
        margin-bottom: 2rem;
        color: #fff;
    }


    /* features section */

    .features_section .feature_detail {
        flex-direction: column-reverse;
        padding-top: 30px;
        margin-top: 0;
        align-items: center;
        gap: 60px;
    }

    .features_section .feature_detail .feature_box {
        width: 100%;
        padding: 0 15px;
        text-align: center;
        display: flex;
        align-items: flex-start;
        gap: 50px;
        max-width: 90%;
    }

    .features_section .feature_detail .left_data .data_block .icon {
        margin: auto;
    }

    .features_section .feature_detail .right_data .data_block .icon {
        margin: auto;
    }

    .features_section .feature_detail .feature_box .data_block {
        margin-bottom: 0;
        margin-top: 30px;
        width: 50%;
    }

    .features_section .feature_detail .feature_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5;
    }

    .features_section .feature_detail .feature_img img {
        max-width: 100%;
        width: 75%;
    }

    .feature_data {
        width: 75%;
        margin: 10px auto 150px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: end;
        align-content: end;
        height: 100%;
        padding: calc(100% - 190px) 10px 0px;
    }

    .features_section .feature_detail .center_data {
        max-width: 440px;
    }


    .ctr_app_btn_block .app_btn li {
        width: 30%;
    }


    /* about app section */
    .about_app_section .row {
        flex-direction: column-reverse;
    }

    .about_app_section .about_img {
        justify-content: center;
        margin-top: 75px;
        margin-left: 0;
    }

    .about_app_section .about_img .screen_img {
        margin-left: -170px;
    }

    .about_app_section .about_text .app_statstic {
        justify-content: flex-start;
    }

    .about_app_section .about_text .app_statstic li {
        width: 35%;
        margin-right: 30px;
    }

    .about_app_section .about_img::before {
        left: 50%;
    }

    /* how it work section */
    .how_it_works .step_block ul li .step_text,
    .how_it_works .step_block ul li .step_img {
        width: 280px;
    }

    .how_it_works .yt_video .thumbnil a {
        top: 57%;
    }

    .how_it_works .yt_video .thumbnil a span {
        font-size: 20px;
    }

    /* plans section */
    .plan_section .banner_shape1,
    .plan_section .banner_shape2,
    .plan_section .banner_shape4,
    .plan_section .banner_shape3 {
        width: 50px;
    }

    .plan_section .banner_shape1 {
        top: 130px;
        left: 5%;
    }

    .plan_section .banner_shape2 {
        top: 125px;
        right: 5%;
    }

    .plan_section .banner_shape3 {
        /* top: 250px; */
        bottom: 12%;
        right: 5%;
    }

    .plan_section .banner_shape4 {
        /* top: 250px; */
        bottom: 15%;
        left: 5%;
    }

    /* testimonial section */
    #testimonial_slider {
        max-width: 500px;
    }

    /* interface section */
    /* .interface_img {
        top: 41.7%;
    } */

    /* download app section */
    .free_app_section .container .free_app_inner {
        padding: 50px 20px;
    }

    .free_app_section h2 {
        font-size: 30px;
    }

    .free_app_section .container .free_app_inner .free_img img {
        transform: scale(1);
    }

    .free_app_section .container .free_app_inner .free_img img:last-child {
        margin-left: -180px;
    }

    .free_app_section .container .free_app_inner .free_text .app_btn li a {
        padding: 10px 20px;
    }

    /* newsletter section */
    .newsletter_box {
        flex-direction: column;
        padding: 30px 20px;
    }

    .newsletter_box .section_title,
    .newsletter_box form {
        width: 100%;
        margin: 10px 0;
        justify-content: center;
    }

    .newsletter_box form .form-group .form-control {
        width: 350px;
    }

    .newsletter_box .section_title h2,
    .newsletter_box .section_title p {
        text-align: center;
    }

    /* footer section */
    footer .top_footer .logo,
    footer h3 {
        margin-bottom: 20px;
    }

    footer .abt_side {
        margin-bottom: 50px;
    }

    footer .top_footer .try_out {
        margin-left: 0;
        transform: translateX(0px);
    }

    footer .top_footer .col-md-6 {
        margin-bottom: 15px;
    }

    footer .top_footer.has_bg {
        background-position: center;
    }

    /* Bred Crumb */
    .bred_crumb {
        min-height: 350px;
    }

    .bred_crumb .bred_text h1 {
        font-size: 30px;
    }

    .bred_crumb::after {
        background-size: 100%;
        height: 90px;
        bottom: -5px;
    }

    .app_solution_section .app_images::before{
        width: 100vw;
        height: 100vw;
    }

    .bred_crumb .bred_text .search_bar form .form-group {
        height: 50px;
    }

    .bred_crumb .bred_text .search_bar form .form-group .btn {
        width: 46px;
        height: 46px;
        line-height: 46px;
    }

    .bred_crumb .banner_shape3 {
        top: 240px;
        animation: mymove 3s infinite;
    }


    .app_solution_section .app_images {
        margin-top: 30px;
    }

    .app_solution_section .app_images ul li:nth-child(2) {
        text-align: right;
    }

    .app_solution_section .app_text p {
        padding-right: 0;
    }

    .app_solution_section .app_text .section_title {
        text-align: center;
    }

    .app_solution_section .app_images {
        margin-top: 70px;
    }

    .app_solution_section .app_images::before {
        width: 350px;
        height: 350px;
    }

    .why_we_section .why_inner {
        padding: 35px 0;
        padding-bottom: 0px;
    }

    .why_we_section .why_inner .why_box {
        margin-bottom: 50px;
        text-align: center;
    }

    .why_we_section .why_inner .why_box .icon {
        margin-bottom: 30px;
    }


    .experts_team_section .experts_box .text span {
        min-height: auto;
    }

    .query_inner .white_btn {
        font-size: 14px;
    }


    .contact_page_section .contact_inner {
        flex-direction: column;
        margin-top: 60px;
    }

    .contact_page_section .contact_inner .contact_form {
        width: 100%;
        margin: 0;
    }

    .contact_page_section .contact_inner .contact_info {
        width: 100%;
        margin-top: 50px;
    }
}

/*---------------------------------------------------------------------
    Laptops
-----------------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {


    /* Hero section */

    .hero-section {
        height: 100vh;
    }

    .hero-title {
        top: 50%;
        padding: 30px;
    }

    .carousel-slide {
        padding-bottom: 30px;
        background-size: cover;
    }

    .slide-content h1 {
        font-size: 2.3rem;
        margin-bottom: 1rem;
        font-weight: 600;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    }

    .slide-content p {
        font-size: 1.3rem;
        margin-bottom: 2rem;
        color: #fff;
    }

    /* features section */

    .features_section .feature_detail {
        flex-direction: column-reverse;
        padding-top: 30px;
        margin-top: 0;
        align-items: center;
        gap: 60px;
    }

    .features_section .feature_detail .feature_box {
        width: 100%;
        padding: 0 15px;
        text-align: center;
        display: flex;
        align-items: flex-start;
        gap: 50px;
        max-width: 90%;
    }

    .features_section .feature_detail .left_data .data_block .icon {
        margin: auto;
    }

    .features_section .feature_detail .right_data .data_block .icon {
        margin: auto;
    }

    .features_section .feature_detail .feature_box .data_block {
        margin-bottom: 0;
        margin-top: 30px;
        width: 50%;
    }

    .features_section .feature_detail .feature_box .data_block {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .features_section .feature_detail .feature_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5;
    }

    .features_section .feature_detail .feature_img img {
        max-width: 100%;
        width: 75%;
    }

    .feature_data {
        width: 75%;
        margin: 10px auto 80px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: end;
        align-content: end;
        height: 100%;
        padding: calc(100% - 180px) 10px 0px;
    }

    .features_section .feature_detail .center_data {
        max-width: 440px;
    }

    /* about app section */
    .about_app_section .about_text .app_statstic li {
        width: 210px;
        padding-left: 20px;
    }

    .about_app_section .about_text .app_statstic li p:first-child {
        font-size: 30px;
    }

    /* Interface section */

    /* .interface_img{
        top: 41.7%;
    } */

    /* download app section */
    .free_app_section .container .free_app_inner .free_img img {
        transform: scale(1);
    }

    .free_app_section .container .free_app_inner .free_img img:last-child {
        margin-left: -120px;
    }

    .free_app_section .container .free_app_inner .free_img {
        margin-top: -100px;
    }

    /* newsletter section */
    .newsletter_box .section_title {
        width: 60%;
    }

    .newsletter_box .section_title h2 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .newsletter_box form .form-group .form-control {
        width: 250px;
    }

    .youtube-video .modal-dialog {
        max-width: 940px !important;
    }

    .app_solution_section .app_images ul li:nth-child(2) {
        width: 45%;
        left: 0;
    }

    .app_solution_section .app_images ul li:nth-child(3) {
        width: 50%;
        right: 0;
    }

    .experts_team_section .experts_box .text span {
        min-height: 50px;
        display: block;
        margin-bottom: 10px;
    }

    .contact_page_section .contact_inner {
        margin-top: -120px;
    }

    .contact_page_section .contact_inner .contact_form {
        width: 520px;
        padding: 50px 30px;
    }

    .contact_page_section .contact_inner .contact_info {
        width: 350px;
        padding: 50px 0;
    }

    .contact_page_section .contact_inner .section_title h2 {
        font-size: 34px;
    }

    .bred_crumb {
        min-height: 400px;
    }

    .bred_crumb::after {
        background-size: 100%;
        height: 110px;
    }



}



/*---------------------------------------------------------------------
    Desktop
-----------------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1919px) {

    /* Hero section */

    .hero-section {
        height: 100vh;
    }

    .hero-title {
        top: 60%;
    }

    .carousel-slide {
        padding-bottom: 15px;
        background-size: cover;
    }

    .slide-content h1 {
        font-size: 2.3rem;
        margin-bottom: 1rem;
        font-weight: 600;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    }

    .slide-content p {
        font-size: 1.3rem;
        margin-bottom: 2rem;
        color: #fff;
    }

    .features_section .feature_detail .feature_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5;
    }

    .features_section .feature_detail .feature_img img {
        max-width: 100%;
        width: 80%;
    }

    .feature_data {
        width: 75%;
        margin: 10px auto 80px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: end;
        height: 100%;
        padding: calc(100% - 250px) 10px 0px;
    }

    /* .interface_img{
        top: 41.5%;
    } */
}