:root {
    --light-purple: #F6F4FE!important;
    --purple: #6A49F2!important;
    --bg-purple: #6A49F2!important;
    --dark-purple: #32236F!important;
    --body-text-purple: #3E3F66!important;
    --text-white: #ffffff!important;
    --bg-white: #ffffff!important;
    --slider-dots-color: #D4D2DD!important;
    --light-bg: #DFDAF3!important;
}

/* ------Media-Query-Start--------- */
@media screen and (max-width:1300px) {
    
    /* features section */
    .features_section .feature_detail .feature_box {width: 350px!important;}
    .features_section .feature_detail .left_data {padding-left: 75px!important;}
    .features_section .feature_detail .right_data {padding-right: 75px!important;}

    /* hero banner shape animation */
    .banner_section .banner_shape1 { top: 0px!important; left: -3%!important;}
    .banner_section .banner_shape2 { top: 100px!important; right: -2%!important; }
    .banner_section .banner_shape3 { top: 400px!important; right: -4%!important; }

    /* footer shape animation */
    .top_footer .banner_shape1 { top: 0px!important; left: -3%!important;}
    .top_footer .banner_shape2 { top: 100px!important; right: -2%!important; }
    .top_footer .banner_shape3 { top: 400px!important; right: -4%!important; }

}


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

    .row_am {padding: 50px 0!important;}

    /* navigation bar section */
    .navbar-expand-lg .navbar-nav .nav-link {padding: 5px 8px!important; color: var(--text-white);}
    .navbar-expand-lg .navbar-nav .nav-link.dark_btn {padding: 9px 30px!important;}
    .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {right: 5px!important;}

    /* hero banner shape animation */
    .banner_section .banner_shape1 { top: -30px!important; left: -2%!important;}
    .banner_section .banner_shape2 { top: 100px!important; right: -2%!important; }
    .banner_section .banner_shape3 { top: 400px!important; right: -4%!important; }

    /* footer shape animation */
    .top_footer .banner_shape1 { top: -30px!important; left: -2%!important;}
    .top_footer .banner_shape2 { top: 100px!important; right: -2%!important; }
    .top_footer .banner_shape3 { top: 400px!important; right: -4%!important; }



    .banner_section .banner_slider .right_icon {right: -30px!important;}

    /* features section */
    .features_section .feature_detail .feature_box {width: 300px!important;}
    .features_section .feature_detail .left_data {padding-left: 15px!important;}
    .features_section .feature_detail .right_data {padding-right: 15px!important;}

    /* about app section */
    .about_app_section .about_text .app_statstic li {width: 210px!important; padding-left: 20px!important;}
    .about_app_section .about_text .app_statstic li p:first-child {font-size: 30px!important;}

    /* modern ui section */
    .modern_ui_section .ui_images::before {width: 475px!important; height: 475px!important;}
    .modern_ui_section .ui_images .right_img img:nth-child(1) {margin-left: -60px!important;}
    .modern_ui_section .ui_images .right_img img:nth-child(2) {margin-left: -140px!important;}

    /* download app section */
    .free_app_section .container .free_app_inner .free_img img {transform: scale(.8)!important;}
    .free_app_section .container .free_app_inner .free_img img:last-child {margin-left: -120px!important;}
    .free_app_section .container .free_app_inner .free_img {margin-top: -180px!important;}

    /* newsletter section */
    .newsletter_box .section_title {width: 60%!important;}
    .newsletter_box .section_title h2 {font-size: 24px!important; letter-spacing: 1px!important;}
    .newsletter_box form .form-group .form-control {width: 250px!important;}


    .youtube-video .modal-dialog  {max-width: 940px !important;}

    .app_solution_section .app_images ul li:nth-child(2) {width: 45%!important; left: 0!important;}
    .app_solution_section .app_images ul li:nth-child(3) {width: 50%!important; right: 0!important;}

    .experts_team_section .experts_box .text span {min-height: 50px!important; display: block!important; margin-bottom: 10px!important;}

    .review_list_section .review_box h3 {font-size: 16px!important;}
    .review_list_section .review_box p {font-size: 14px!important;}
    .review_list_section .review_box .reviewer .text span {font-size: 14px!important;}

    .contact_page_section .contact_inner {margin-top: -120px!important;}
    .contact_page_section .contact_inner .contact_form {width: 520px!important; padding: 50px 30px!important;}
    .contact_page_section .contact_inner .contact_info {width: 350px!important;}
    .contact_page_section .contact_inner .section_title h2 {font-size: 34px!important;}

    .bred_crumb {min-height: 400px!important;}
    .bred_crumb::after {background-size: 100%!important; height: 110px!important;} 

    .blog_detail_section .blog_inner_pannel {margin-top: -100px!important; padding: 30px!important;}

}

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

    /* navigation section */
    .navbar-toggler-icon {display: flex!important; align-items: center!important; color: var(--body-text-purple)!important; justify-content: flex-end!important;}
    .free_app_section .container .free_app_inner .free_text .section_title h2 , .section_title h2 {font-size: 30px!important;}
    header.fix_style {padding: 5px 0!important;}

    .banner_section {text-align: center!important; padding-top: 200px!important;}
    .banner_section .app_btn , .banner_section .used_app {justify-content: center!important;}

     /* navigation section */
    .navbar-expand-lg .navbar-nav {align-items: flex-start!important;}
    .navbar-toggler {padding-right: 0!important; line-height: 1.7!important;}
    .navbar-expand-lg .navbar-nav {padding: 20px 15px!important; background-color: var(--bg-white)!important; border-radius: 15px!important; }
    .navbar-expand-lg .navbar-nav .nav-link { color: var(--body-text-purple)!important;}
    .navbar-expand-lg .navbar-nav .nav-link.dark_btn {margin-left: 0!important; margin-top: 15px!important;}
    .navbar-expand-lg .navbar-nav .has_dropdown {flex-direction: column!important; align-items: flex-start!important; width: 100%!important; box-shadow: none!important;}
    .navbar-expand-lg .navbar-nav .has_dropdown:hover {box-shadow: none!important;}
    .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {position: absolute!important; right: 0!important; padding: 0 10px!important; color: var(--body-text-purple)}
    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu {position: relative!important; opacity: 1!important; pointer-events: all!important; top: auto!important; background-color: transparent!important; width: 100%!important; border-bottom: 1px solid #6b49f268!important; border-radius: 0!important; width: 100%!important; min-width: 100%!important; max-width: 100%!important; margin-left: 10px!important; display: none!important; box-shadow: none!important; margin-top: 0!important;}
    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul {padding: 0!important; margin-top: 0!important;}
    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a {padding: 5px 10px!important; display: block!important; padding-left: 0!important;}
    .navbar-expand-lg .navbar-nav .has_dropdown:hover .sub_menu {margin-top: 0!important;}

    /* banner section */
    .banner_section .banner_text h1 {font-size: 40px !important;}
    .banner_section .banner_slider {margin-top: 50px!important;}
    .banner_section .banner_slider .left_icon {left: 0!important;}
    .banner_section .banner_slider .right_icon {right: 0!important;}

    .banner_section .banner_image {max-width: 100%!important; margin-top: 75px!important; text-align: center!important; display: inherit!important;}

    /* features section */
    .features_section .feature_detail .feature_img {width: 275px!important;}
    .features_section .feature_detail .feature_box .data_block {margin-bottom: 30px!important;}
    .features_section .feature_detail .feature_box {width: 200px!important;}

    /* about app section */
    .about_app_section .row {flex-direction: column-reverse!important;}
    .about_app_section .about_img {justify-content: flex-start!important; margin-top: 75px!important; margin-left: 0!important;}
    .about_app_section .about_img::before {left: 50%!important;}
    .about_app_section .about_img .screen_img {margin-left: -170px!important;}
    .about_app_section .about_text .app_statstic {justify-content: flex-start!important;}
    .about_app_section .about_text .app_statstic li {width: 35%!important; margin-right: 30px!important;}
    .about_app_section .about_img::before {left: 35%!important;}
    
    /* modern ui section */
    .modern_ui_section .ui_images {margin-top: 30px!important;}
    .modern_ui_section .ui_text {padding-right: 0!important;}
    .modern_ui_section .ui_images .right_img {display: flex!important; flex-direction: column!important; align-items: center!important;}

    /* how it work section */
    .how_it_works .step_block ul li .step_text, .how_it_works .step_block ul li .step_img {width: 280px!important;}
    .how_it_works .yt_video .thumbnil a {top: 57%!important;}
    .how_it_works .yt_video .thumbnil a span {font-size: 20px!important;}
    
    /* testimonial section */
    #testimonial_slider {max-width: 500px!important;}

    /* pricing section */
    .pricing_section .pricing_pannel .pricing_block {padding-left: 15px!important; padding-right: 15px!important; min-height: 600px!important; padding-top: 30px!important;}
    .pricing_section .pricing_pannel .pricing_block .price {font-size: 36px!important;}
    .pricing_section .pricing_pannel .pricing_block .benifits li p {font-size: 14px!important;}

    /* interface section */
    .interface_section .screen_slider {min-height: 550px!important;}

    /* download app section */
    .free_app_section .container .free_app_inner {padding: 20px 15px!important;}
    .free_app_section .container .free_app_inner .free_img img {transform: scale(.7)!important;}
    .free_app_section .container .free_app_inner .free_img img:last-child {margin-left: 0px!important;}
    .free_app_section .container .free_app_inner .free_text .app_btn li a {padding: 10px 20px!important;}

    /* latest story section */
    .latest_story {margin-bottom: 40px!important;}
    .latest_story .story_box .story_text {padding: 15px!important;}

    /* newsletter section */
    .newsletter_box {flex-direction: column!important; padding: 30px 20px!important;}
    .newsletter_box .section_title , .newsletter_box form {width: 100%!important; margin: 10px 0!important; justify-content: center!important;}
    .newsletter_box form .form-group .form-control {width: 350px!important;}
    .newsletter_box .section_title h2, .newsletter_box .section_title p {text-align: center!important;}

    /* footer section */
    footer .top_footer .logo , footer h3 {margin-bottom: 20px!important;}
    footer .abt_side {margin-bottom: 50px!important;}
    footer .top_footer .try_out {margin-left: 0!important;}
    footer .top_footer .col-md-6 {margin-bottom: 15px!important;}


    /* Bred Crumb */
    .bred_crumb {min-height: 350px!important;}
    .bred_crumb .bred_text h1 {font-size: 30px!important;}
    .bred_crumb::after {background-size: 100%!important; height: 90px!important; bottom: -5px!important;}
    .bred_crumb .bred_text .search_bar form .form-group {height: 50px!important;}
    .bred_crumb .bred_text .search_bar form .form-group .btn {width: 46px!important; height: 46px!important; line-height: 46px!important;}

    .bred_crumb .banner_shape3 { top: 240px!important;   animation: mymove 3s infinite!important; }
    

    .app_solution_section .app_images {margin-top: 30px!important;}
    .app_solution_section .app_images ul li:nth-child(2) {text-align: right!important;}
    .app_solution_section .app_text p {padding-right: 0!important;}
    .app_solution_section .app_text .section_title {text-align: center!important;}
    .app_solution_section .app_images {margin-top: 70px!important;}
    .app_solution_section .app_images::before {width: 350px!important; height: 350px!important;}

    .why_we_section .why_inner {padding: 35px 0!important; padding-bottom: 0px!important;}
    .why_we_section .why_inner .why_box {margin-bottom: 50px!important; text-align: center!important;} 
    .why_we_section .why_inner .why_box .icon {margin-bottom: 30px!important;}
    

    .experts_team_section .experts_box .text span {min-height: auto!important;}
    .query_inner .white_btn {font-size: 14px!important;}

    
    .blog_list_main .blog_text {margin-top: 30px!important;}
    .blog_detail_section .blog_inner_pannel {margin-top: -100px!important; padding: 30px!important;}
    .blog_detail_section .blog_inner_pannel .info ul {padding-left: 30px!important;}
    .comment_section ul li .comment { width: calc(100% - 280px)!important; margin-left: 20px!important;}
    .blog_detail_section .blog_inner_pannel .quote_block {padding: 55px 30px 35px 30px!important;}

    .contact_page_section .contact_inner {flex-direction: column!important; margin-top: 60px!important;}
    .contact_page_section .contact_inner .contact_form {width: 100%!important;}
    .contact_page_section .contact_inner .contact_info {width: 100%!important; margin-top: 50px!important;}

    

}

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

    body {font-size: 14px!important; text-align: center!important;}
    .row_am {padding: 30px 0!important;}
    .section_title p br {display: none!important;}
    .free_app_section .container .free_app_inner .free_text .section_title h2, .section_title h2 {font-size: 24px!important;}

    /* navbar section */
    .navbar {padding-top: 15px!important;}
    .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a {text-align: left!important; line-height: 1.5!important; font-size: 14px!important;}

    /* banner section */
    .banner_section {margin-top: 0px!important; padding-top: 175px!important;}
    .banner_section .banner_text h1 {font-size: 30px !important;}
    .banner_section .app_btn , .banner_section .used_app {justify-content: center!important;}
    .banner_section .app_btn li:last-child {margin-left: 0!important;}
    .banner_section .app_btn li {margin: 0 15px!important;}
    .banner_section .app_btn li a {padding: 10px 20px!important;}
    .banner_section .app_btn li a img {height: 25px!important;}
    .banner_section .banner_slider .left_icon {left: -40px!important;}
    .banner_section .banner_slider .right_icon {right: -40px!important; z-index: 1000!important;}
    .banner_section .banner_slider::before {width: 350px!important; height: 350px!important;}


    /* hero banner shape animation */
    .banner_section .banner_shape1, .banner_shape2, .banner_shape3 { display: none!important;}

    /* footer shape animation */
    .top_footer .banner_shape1, .banner_shape2, .banner_shape3 { display: none!important;}


    /* trusted logo section */
    .trusted_section .company_logos {padding-top: 0!important;}
    .trusted_section .company_logos img {max-width: 70%!important;}

    /* features section */
    .features_section .feature_detail {flex-direction: column-reverse!important; padding-top: 30px!important; margin-top: 0!important;}
    .features_section .feature_detail .feature_img {position: relative!important; top: auto!important; left: auto!important; transform: none!important; width: 75%!important; margin: 0 auto!important;}
    .features_section .feature_detail .feature_box {width: 100%!important; padding: 0 15px!important; text-align: center!important;}
    .features_section .feature_detail .left_data .data_block .icon {margin-right: 0!important;}
    .features_section .feature_detail .right_data .data_block .icon {margin-left: 0!important;}
    .features_section .feature_detail .feature_box .data_block {margin-bottom: 0!important; margin-top: 30px!important;}

    /* about app section */
    .about_app_section .about_text , .about_app_section .about_text .section_title {text-align: center!important;}
    .about_app_section .about_text .app_statstic {margin-top: 0!important; justify-content: space-between!important;}
    .about_app_section .about_text .app_statstic li {width: 48%!important; margin-right: 0!important;}
    .about_app_section .about_text .app_statstic li p:first-child {font-size: 18px!important;}
    .about_app_section .about_img {margin: 0!important; margin-top: 50px!important; justify-content: center!important;}
    .about_app_section .about_img::before {width: 350px!important; height: 350px!important;}

    /* modern ui section */
    .modern_ui_section .ui_images {margin-top: 10px!important;}
    .modern_ui_section .section_title {text-align: center!important;}
    .modern_ui_section .design_block li {padding-left: 0!important; margin-bottom: 30px!important;}
    .modern_ui_section .design_block li::before {position: relative!important; left: auto!important; top: auto!important; display: inline-block!important;}

    .modern_ui_section .ui_images img {max-width: 100%!important;}
    .modern_ui_section .ui_images::before {width: 350px!important; height: 350px!important;}
    .modern_ui_section .ui_images .left_img {width: 70%!important;}
    .modern_ui_section .ui_images .right_img {justify-content: center!important;}
    .modern_ui_section .ui_images .right_img img:nth-child(1) {top: 0!important; width: 100px!important;}
    .modern_ui_section .ui_images .right_img img:nth-child(3) {margin-top: 0!important;}

    /* how it work section */
    .how_it_works .how_it_inner {padding: 50px 15px!important;}
    .how_it_works .step_block ul {padding-top: 30px!important;}
    .how_it_works .step_block ul li , .how_it_works .step_block ul li:nth-child(2) {flex-direction: column!important; padding-left: 30px!important;}
    .how_it_works .step_block ul li .step_text h4 {font-size: 18px!important;}
    .how_it_works .step_block ul li::before {left: 0!important; transform: none!important; height: calc(100% + 10px)!important; top: 40px!important;}
    .how_it_works .step_block ul li:first-child::before {height: calc(100% + 50px)!important;}
    .how_it_works .step_block ul li:first-child::after {left: -5px!important; transform: none!important; display: none!important;}
    .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!important;}
    .how_it_works .step_block ul li .step_text, .how_it_works .step_block ul li .step_img {width: 100%!important;}
    .how_it_works .step_block ul li .step_number {position: absolute!important; top: -5px!important; left: -23px!important; width: 50px!important; height: 50px!important;}
    .how_it_works .step_block ul li:last-child::before {opacity: 0!important;}
    .how_it_works .step_block ul li .step_number h3 {font-size: 15px!important; margin-bottom: 0!important; margin-top: -2px!important;}
    .how_it_works .yt_video {margin-top: -50px!important;}
    .how_it_works .yt_video .thumbnil {height: 300px!important; border-radius: 15px!important;}
    .how_it_works .yt_video .thumbnil img {height: 100%!important; object-fit: cover!important; object-position: center!important; border-radius: 15px!important;}
    .how_it_works .yt_video .thumbnil a {width: 100%!important;}
    .how_it_works .yt_video .thumbnil a .play_btn::after {width: 140px!important; height: 140px!important;}
    .how_it_works .yt_video .thumbnil a .play_btn::before {width: 120px!important; height: 120px!important;}
    .how_it_works .yt_video .thumbnil a .play_btn img {height: auto!important;}

    /* video banner shape animation */
    .thumbnil .banner_shape1, .banner_shape2, .banner_shape3 { display: none!important;}

    /* testimonial section */
    .testimonial_section .testimonial_block {margin: 0!important;}
    .testimonial_section .testimonial_block .avtar_faces {display: none!important;}
    .testimonial_section .testimonial_block .testimonial_slide_box {width: 100%!important;}

    /* pricing section */
    .pricing_section .pricing_pannel .pricing_block {min-height: auto!important; padding: 30px 15px!important;}
    .pricing_section .pricing_pannel .pricing_block .icon {margin-bottom: 15px!important;}
    .pricing_section .contact_text {margin-top: -20px!important;}

    /* faq section */
    .faq_section .faq_panel .card-header h2 {text-align: left!important;}
    .faq_section .faq_panel .card-header .btn {font-size: 16px!important; padding-right: 30px!important;}
    .faq_section .faq_panel .card-body p {text-align: left!important;}

    /* interface section */
    .interface_section .screen_slider { /*min-height: 720px!important;*/ }
    .interface_section .owl-item .screen_frame_img img {transform: scale(1)!important;}

    /* download section */
    .free_app_section .container .free_app_inner {padding: 50px 15px!important; padding-bottom: 0!important; z-index: 99!important;}
    .free_app_section .container .free_app_inner .free_img {margin-top: 0!important; justify-content: center!important;}
    .free_app_section .container .free_app_inner .free_img img {max-width: 100%!important;}
    .free_app_section .container .free_app_inner .free_text .section_title {text-align: center!important;}
    .free_app_section .container .free_app_inner .free_text .app_btn {flex-direction: column!important;}
    .free_app_section .container .free_app_inner .free_text .app_btn li a {width: 200px!important; text-align: center!important;}
    .free_app_section .container .free_app_inner .free_text .app_btn li:last-child {margin-left: 0!important; margin-top: 15px!important;}

    /* latest story section */
    .latest_story .story_box {margin-bottom: 30px!important;}

    /* newsletter section */
    .newsletter_box form {flex-direction: column!important; align-items: center!important;}
    .newsletter_box form .form-group {width: 100%!important;}
    .newsletter_box form .form-group .form-control {width: 100%!important; margin-bottom: 15px!important;}
    .newsletter_box .section_title p {font-size: 13px!important;}

    /* footer section */
    footer .links , footer .abt_side {margin-bottom: 30px!important;}
    footer .top_footer .social_media {justify-content: center!important;}
    footer .top_footer .social_media li a {margin: 0 5px!important;}
    footer .top_footer .try_out {margin-left: 0!important;}
    footer .app_btn li a {margin: 0 auto!important;}
    /* footer .bottom_footer .developer_text {text-align: center!important; margin-top: 10px!important;} */
    footer .go_top {right: 10px!important;}
    footer .top_footer .col-md-6 {margin-bottom: 0px!important;}

    /* animation line section */
    .anim_line , .anim_line.dark_bg {width: 140%!important;}

    /* latest story section */
    .latest_story .story_box .story_img img {width: 100%!important;}    

    /* go top button section */
    .go_top {bottom: 30px!important; z-index: 999!important;}

    .purple_backdrop {display: none!important;}


    /* Bread-Crumb */
    .bred_crumb {min-height: 330px!important;}
    .bred_crumb .bred_text h1 {font-size: 24px!important;}
    .bred_crumb .bred_text .search_bar form .form-group {height: 50px!important;}
    .bred_crumb .bred_text .search_bar form .form-group .btn {width: 46px!important; height: 46px!important; line-height: 46px!important;}
    .bred_crumb .bred_text {padding: 0 15px!important; margin-top: 15px!important;}
    .bred_crumb::after {background-size: cover!important; height: 100px!important;} 



    .blog_list_main .blog_text .section_title , .blog_list_story .story_box {text-align: center!important;}

    .why_we_section .why_inner {padding-bottom: 10px!important;}

    .experts_team_section .experts_box {padding: 20px!important; margin-bottom: 15px!important;}
    .pagination_block ul li:not(:first-child , :last-child) a {width: 24px!important; height: 24px!important; line-height: 24px!important; margin: 0 3px!important; font-size: 12px!important;}

    .blog_detail_bredcrumb.bred_crumb .bred_text {margin-top: -10px!important;}
    .blog_detail_section .blog_inner_pannel {margin-top: -70px!important; padding: 25px 20px!important;}
    .blog_detail_section .blog_inner_pannel .section_title {margin-bottom: 20px!important;}
    .blog_detail_section .blog_inner_pannel .section_title h2 {font-size: 22px!important;}
    .blog_detail_section .blog_inner_pannel .info h3 {font-size: 18px!important;}
    .blog_detail_section .blog_inner_pannel .info ul {text-align: left!important; padding-left: 0!important;}
    .blog_detail_section .blog_inner_pannel .two_img {margin-bottom: 0!important;}
    .blog_detail_section .blog_inner_pannel .two_img img {margin: 10px 0!important;}
    .blog_detail_section .blog_inner_pannel .quote_block .q_icon {left: 50%!important; transform: translateX(-50%)!important;}
    .blog_detail_section .blog_inner_pannel .quote_block {padding: 55px 20px 35px 20px!important;}
    .blog_detail_section .blog_inner_pannel .quote_block h2 {font-size: 18px!important; line-height: 1.4!important;}
    .blog_detail_section .blog_inner_pannel .blog_authore {flex-direction: column!important;}
    .blog_detail_section .blog_inner_pannel .blog_authore .authore_info {margin-bottom: 30px!important;}
    .blog_detail_section .blog_inner_pannel .blog_authore .authore_info .text h3 {font-size: 18px!important;}

    .comment_section ul li {flex-direction: column!important; padding: 20px 0!important; text-align: left!important;}
    .comment_section ul li .comment {width: 100%!important; margin-left: 0!important;}
    .comment_section ul li .authore_info {width: 100%!important; margin-bottom: 15px!important;}
    .comment_section ul li.replay_comment {margin-left: 30px!important;}
    .comment_section ul li .authore_info .text {width: auto!important;}

    .comment_form_section form .form-group .form-control {height: 45px!important; font-size: 14px!important; margin-bottom: 15px!important;}


    .signup_form {width: calc(100% - 30px)!important; margin: 0 15px!important;} 
    .signup_form form {padding: 0 20px!important;}
    .signup_form form .form-group .form-control {font-size: 14px!important; height: 50px!important;}
    .signup_form .or_option .google_btn {min-width: 275px!important; padding: 12px 10px!important;}
    .signup_section .back_btn {top: 15px!important;}
    .signup_section .top_part {padding-top: 35px!important; padding-bottom: 35px!important;}

    .review_freeapp {margin: 0 0 40px 0!important;}
    .review_list_section .review_box .rating ul , 
    .review_list_section .review_box .reviewer {justify-content: flex-start!important; text-align: center!important;}
    .review_list_section .review_box .reviewer .text {width: auto!important; text-align: left!important;}
    .review_list_section .review_box {text-align: left!important;}

    .contact_page_section .contact_inner {margin-top: 40px!important;}
    .contact_page_section .contact_inner .contact_form {padding: 30px 20px!important;}
    .contact_page_section .contact_inner .section_title h2 {font-size: 24px!important;}
    .contact_page_section .contact_inner .contact_form form .form-group .form-control {height: 50px!important; font-size: 14px!important;}
    .contact_page_section .contact_inner .contact_form form .term_check label {text-align: left!important; line-height: 1.3!important;}
    .contact_page_section .contact_inner .contact_form form .term_check {align-items: flex-start!important;}
    .contact_page_section .contact_inner .contact_info .section_title {text-align: center!important;}
    .contact_page_section .contact_inner .contact_info .btn {margin-bottom: 30px!important;}
    .contact_page_section .contact_inner .contact_info .contact_info_list li {flex-direction: column!important;}
    .contact_page_section .contact_inner .contact_info .contact_info_list li .img {width: 100%!important; margin: 0!important;}
    .contact_page_section .contact_inner .contact_info .contact_info_list li .text {width: 100%!important; margin-top: 10px!important;}
    
    .map_section {margin: 15px 0!important;}

}

@media screen and (max-width:640px) {
    .features_section .feature_detail .feature_box { justify-content: center!important; margin: 0 auto!important; }
    .bred_crumb .banner_shape1, .banner_shape2, .banner_shape3 {  display: none!important;}
    .query_section .banner_shape1, .banner_shape2, .banner_shape3 {  display: none!important;}

}

@media screen and (max-width:479px) {

    /* about app section */
    .about_app_section .about_img::before {left: 49%;}
}