:root {
    --primery: #f69f00;
    --green:#026223;
    --dark-green:#003813;
    --light-yellow: #eeeadf;
    --whitish: #f7f5ef;
    --light-green: #d9e3d6;
    --white: #ffffff;

    --dark-black: #181a22;
    --dark-greay: #9599ab;
    --greay: #afafaf;
    --text-greay: #848484;
    --black: #000000;
    --red-color: #ff0000;
}

/* ------Media-Query-Start--------- */
@media screen and (max-width:1600px) {

    .section_title p {
        padding: 0 260px;
    }

    .hero_side_element.right_side {
        right: -30px;
    }

    .hero_side_element.right_side img {
        width: 250px;
    }

    .hero_side_element.left_side {
        display: none;
    }

    .youtube-video .modal-dialog {
        max-width: 1040px !important;
    }

    .kf_side_element.left_side {
        left: 10px;
    }

    .kf_side_element.right_side {
        right: 5px;
    }

    /* footer elements */
    .top_footer .element .element1 { left: 20px; }
    .top_footer .element .element2 {  right: 20px;  }
}


@media screen and (max-width:1300px) {

    /* global css */

    h2 {
        font-size: 45px;
    }

    h4 {
        font-size: 25px;
    }


    /* banner css */
    .banner_section {
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .banner_section::before {
        width: 100%;
    }

    .banner_section .banner_text h1 {
        font-size: 60px;
    }

    .banner_section .banner_text p {
        padding-right: 0;
    }

    .download_app .task_block {
        padding: 50px;
    }

    .hero_side_element.right_side, .hero_side_element.left_side {
        display: none;
    }

    .kf_side_element.left_side {
        top: 150px;
    }

    .kf_side_element.right_side {
        top: inherit;
        bottom: 70px;
        right: 0;
    }

    /* footer elements */
    .top_footer .element { display: none; }

}


@media screen and (max-width:1200px) {

    /* navigation bar section */

    .navbar-expand-lg .navbar-nav .nav-link.dark_btn {
        padding: 9px 30px;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {
        right: 5px;
    }

    header .container {
        max-width: 100% !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link,
    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a {
        font-size: 16px;
    }


    .banner_section .banner_slider .right_icon {
        right: -30px;
    }

    .banner_section .banner_text {
        padding-right: 50px;
    }

    .banner_section .app_btn li a img {
        height: 30px;
    }

    .section_title p {
        padding: 0 200px;
    }

    /* advanced features */
    .advance_feature_section .af_innner .listing_inner .af_block h4 {
        padding: 0;
    }

    .youtube-video .modal-dialog {
        max-width: 940px !important;
    }

    .key_innner .owl-nav button.owl-next {
        right: -15px;
    }

    .key_innner .owl-nav button.owl-prev {
        left: -15px;
    }

    /*  go top section  */

    .go_top {
        bottom: 30px;
    }

    .go_top:hover {
        bottom: 40px;
    }

    .text_block span {
        font-size: 40px;
    }

    .text_list_section .owl-stage,
    .text_list_section .owl-stage-outer,
    .textFlow_list .owl-stage,
    .textFlow_list .owl-stage-outer {
        height: 45px;
    }


    /* newsletter */
    .cta_section.new .cta_box .section_title h2 {
        font-size: 26px;
    }

    .cta_section.new .cta_box .btn {
        padding: 15px 25px;
    }

    .cta_section.new .cta_box .section_title .customer_icon {
        top: 10%;
    }


    /* footer section */
    footer .app_btn li a {
        width: 160px; 
    }

    footer .app_btn li a img {
        max-width: 100%;
        height: auto;
    }

    /* footer elements */
    .top_footer .element .element1 { 
        display: none; 
    }

    .top_footer .element .element2 { 
        display: none; 
    }

}

@media screen and (max-width:992px) {

    /* Global css */
    h2 {
        font-size: 35px;
    }

    h5 {
        font-size: 22px;
    }

    .section_title p {
        padding: 0 50px;
    }


    /* navigation section */
    .navbar-toggler-icon {
        display: flex;
        align-items: center;
        color: var(--body-text-purple);
        justify-content: flex-end;
    }

    header.fix_style {
        padding: 10px 0;
    }

    .navbar {
        padding: 0 20px;
    }

    .navbar-expand-lg .navbar-nav {
        align-items: flex-start;
    }

    .navbar-toggler {
        padding-right: 0;
        line-height: 1.7;
    }

    .navbar-expand-lg .navbar-nav {
        padding: 20px 15px;
        background-color: var(--bg-white);
        border-radius: 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-link.dark_btn {
        margin: 0;
    }

    .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;
        color: var(--black);

    }

    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu {
        position: relative;
        opacity: 1;
        pointer-events: all;
        top: auto;
        background-color: transparent;
        width: 100%;
        border-bottom: 1px solid #e2dcd1;
        border-radius: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        display: none;
        box-shadow: none;
        margin-top: 0;
        padding-left: 10px;
    }

    .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;
    }

    .navbar-expand-lg .navbar-nav .nav-item .btn_block {
        margin: 15px 0 0 15px;
    }

    header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-expand-lg .navbar-nav .nav-item:not(:last-child) {
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 8px 10px;
        width: 100%;
        display: block;
        text-align: left;
        color: var(--black);
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a {
        line-height: 1.4;
    }

    .banner_section .used_app ul {
        justify-content: center;
    }

    /* banner section */
    .banner_section {
        text-align: center;
        padding-top: 150px;
        padding-bottom: 120px;
    }

    .banner_section .app_btn,
    .banner_section .used_app {
        justify-content: center;
    }

    .banner_section .banner_text {
    	margin-top: 0;
    	padding: 0 50px;
    }

    .banner_section .banner_text h1 {
        font-size: 40px;
    }

    .banner_section .banner_text p {
        padding-right: 0;
    }

    .banner_section .banner_slider {
        margin-top: 50px;
    }

    .banner_section .banner_slider .left_icon {
        left: 0;
    }

    .banner_section .banner_slider .right_icon {
        right: 0;
    }


    /* advanced features */

    .advance_feature_section {
        margin-top: 0;
    }
    
    .advance_feature_section .af_innner {
        padding: 70px 30px;
    }

    .ctr_app_btn_block {
        margin-top: 15px;
    }


    /* key features */

    .key_feature_section {
        padding: 100px 0;
    }

    .kf_side_element.left_side {
        top: 50px;
    }


    /* download section */
    .download_element.elm1, .download_element.elm2 {
        display: none;
    }

    /* interface section */
    .section_title h2 img {
        height: 30px;
        margin: 0 5px;
    }


    /* CTA section  */
    .cta_section.new .cta_box {
        flex-direction: column; 
        padding: 30px 20px;
    }

    .cta_section.new .section_title, .cta_box form  {
        justify-content: center; 
    }

    .cta_section.new .cta_box .section_title h3 { 
        width: 100%;
    }

    .cta_section.new .cta_box .section_title{
        padding-left: 0;
    }

    .cta_section.new .cta_box .section_title .customer_icon{
        margin-bottom: 20px;
        position: relative;
    }

    .cta_section.new .cta_box .btn_block{
        width: 100%;
        flex-wrap: inherit;
    }

    .cta_section.new .cta_box .right {
        width: 100%;
    }

    .cta_section.new .cta_box {
        padding: 30px;
    }

    .cta_section.new .cta_box .btn_block{
        justify-content: center; 
        margin-top: 20px;
    }

    .cta_section.new .cta_box {
        padding: 40px 30px;
    }

    .cta_section.new .cta_box .element .element1 {
        right: 50px;
    }

    .cta_section.new .cta_box .element .element2 {
        left: 50px;
    }


    /* footer section */
    footer .top_footer .logo , footer h6 {
        margin-bottom: 20px;
    }

    footer .abt_side {
        margin-bottom: 50px;
    }

    footer .top_footer .try_out {
        margin-left: 0;
    }

    footer .top_footer .col-md-6 {
        margin-bottom: 15px;
    }

    footer .top_footer.has_bg {
        background-position: center;
    }

    footer .top_footer .abt_side p {
        padding: 0 0 15px 0;
    }

    footer .top_footer .abt_side .app_btn {
        text-align: center; 
        display: block;
    }

    footer .top_footer .abt_side .app_btn li {
        margin: 0;
    }

    footer .app_btn li a {
        width: 200px;
    }

    footer .app_btn li a {
        width: 180px;
    }

    /*  faq section */
    .faq_section {
        margin-top: -50px;
    }

    .faq_section .nav-tabs .nav-item button {
        padding: 10px 25px;
    }

    .faq_section .card .card-header button {
        font-size: 16px;
    }


    /* Download app section */

    .download_app .app_btn {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .download_app .app_btn li:last-child {
        margin-left: 0;
    }

    .download_app .app_btn li a {
        padding: 15px 25px;
    }

    .download_app .app_btn li a img {
        height: 30px;
    }

}


@media screen and (max-width:767px) {

    /* global css */
    body {
        text-align: center;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    .section_title h2 br {
        display: none;
    }

    .section_title p {
        padding: 0;
    }

    .section_title p br {
        display: none;
    }

    .row_am {
        padding: 30px 0;
    }


    /* navbar section */
    .navbar {
        /*padding-top: 0;*/
        padding: 0 20px;
    }

    .toggle-wrap {
        padding-right: 0;
    }

    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a {
        text-align: left;
        line-height: 1.5;
        font-size: 14px;
    }

    /* banner section */

    .banner_section {
        margin-top: 0px;
    }

    .banner_section .banner_text {
        /*margin-top: -30px;*/
    }

    .banner_section .banner_text h1 {
        font-size: 35px;
    }

    .banner_section .app_btn,
    .banner_section .used_app {
        justify-content: center;
    }

    .banner_section .app_btn li:last-child {
        margin-left: 0;
    }

    .banner_section .app_btn li {
        margin: 0 15px;
    }

    .banner_section .app_btn li a {
        padding: 15px 30px;
    }

    .banner_section .app_btn li a img {
        height: 25px;
    }

    .banner_section .banner_slider {
        /*width: 90%;*/
    }

    .banner_section .banner_slider .left_icon {
        left: 0;
    }

    .banner_section .banner_slider .right_icon {
        right: -25px;
        z-index: 1000;
    }

    .banner_section .banner_slider::before {
        width: 300px;
        height: 300px;
    }

    .banner_section .banner_slider .hero_img img{
        width: 100%;
    }

    /* interface section */
    .interface_section .screen_slider {
        min-height: auto;
    }

    .interface_section .owl-item .screen_frame_img img {
        transform: scale(1);
    }

    .interface_section .owl-dots {
        margin-top: 30px;
    }


    /* how work block home */

    .how_work_block {
        padding-top: 50px;
    }

    /* advanced features */

    .advance_feature_section .af_innner .listing_inner .af_block {
        width: 100%;
    }

    /* go top button section */
    .go_top {
        bottom: 30px;
        z-index: 999;
    }

    .text_list_section .down_fix {
        bottom: -15px;
    }

    .text_block span {
        font-size: 30px;
    }


    .text_list_section .owl-stage,
    .text_list_section .owl-stage-outer,
    .textFlow_list .owl-stage,
    .textFlow_list .owl-stage-outer {
        height: 35px;
    }

    .section_title h2 img {
        height: 30px;
    }

    .our_client {
        padding: 40px 0;
    }

    .our_client .client_list li {
        width: 45%;
    }

    .our_client .client_list .client_logo {
        padding: 10px;
    }

    .our_client .client_list .client_logo img {
        width: 100px;
    }

    .our_client::before,
    .our_client::after {
        bottom: -200px;
    }

    .downaload_section .center_screen .img img {
        width: 300px;
    }

    .downaload_section .app_btn {
        flex-direction: column;
        gap: 10px;
    }

    .downaload_section .app_btn li:last-child {
        margin: 0;
    }

    .downaload_section .yellow_dotes img {
        max-width: 500px;
    }

    .downaload_section .background_slider {
        padding: 120px 0;
    }

    .key_feature_section {
        margin-top: 50px;
    }

    .key_innner {
        padding: 50px 0;
    }


    /* cta section */
    .cta_section.new {
        padding-top: 20px;
    }

    /* footer section */
    footer .links , footer .abt_side {
        margin-bottom: 50px;
    }

    footer .top_footer .social_media {
        justify-content: center; 
        padding: 10px 0;
    }

    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 {
        margin-top: 50px;
    }

    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;
    }

    footer .news_letter form .form-group {
        margin: 0 auto;
    }

    footer .news_letter form .note {
        padding-top: 15px;
    }

    footer .top_footer .logo, footer h6 {
        margin-bottom: 40px;
    }

    footer h6::before {  
        width: 18px;  
        height: 3px;  
        margin-left:inherit; 
        left: 0; 
        right: 0; 
        bottom: -15px; 
        margin: 0 auto;  
    }

    /* faq section */
    .faq_section {
        margin-top: 0;
    }

    .faq_section .nav-tabs {
        gap: 10px;
    }

    .faq_section .nav-tabs .nav-item::before {
        background-color: transparent;
    }

    .faq_section .card .card-body {
        text-align: left;
    }

    .faq_section .card .card-header button {
        padding-right: 25px;
    }

    .faq_section .card .card-header {
        padding: 12px 15px;
    }

    .faq_section .section_title {
        margin-bottom: 30px;
    }

    /* download section */

    .download_app {
        margin-bottom: 30px;
    }

    .download_app .frame_img {
        text-align: center;
        margin-top: 50px;
    }

    .download_app .task_block .section_title {
        text-align: center;
    }

    .download_app .app_btn {
        align-items: center;
    }


}

@media screen and (max-width:576px) {

    /* Global css */
	h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }


	/* navbar section */
    .navbar {
        padding: 0 10px;
    }

    /*  banner section  */

    .banner_section .banner_text h1 {
        font-size: 30px;
    }

    .banner_section .banner_text {
    	padding: 0 20px;
    }

    .banner_section .app_btn li a {
        padding: 12px 25px;
    }

    .section_title h2 img {
        height: 22px;
    }

    .section_element.left_sd, .section_element.right_sd {
        display: none;
    }

    .ctr_app_btn_block .app_btn {
        display: block;
    }

    .ctr_app_btn_block .app_btn li a {
        display: inline-block;
    }

    .ctr_app_btn_block .app_btn li:last-child {
        margin-left: 0;
        margin-top: 25px;
    }

    .advance_feature_section .af_innner .listing_inner .af_block .text {
        padding: 30px 20px;
    }

    .kf_side_element.left_side {
        display: none;
    }

    .kf_side_element.right_side {
        display: none;
    }

    /* CTA section */
    .cta_section.new .cta_box .section_title h2 { 
        padding: 0; 
        font-size: 30px;
    }

    .cta_section.new .cta_box .btn{
        font-size: 14px;
    }

    .cta_section.new .cta_box .btn_block{
        justify-content: center;
    }

    .cta_section.new .cta_box:before{  
        right: -150px;  
        top:-150px; 
    }

    /* footer */
    footer .top_footer .abt_side p {
        padding: 0 20px 20px 20px;
    }
}