@media screen and (max-width:480px) {

    /* body start*/
    p,
    a {
        font-size: 13px;
    }

    li {
        font-size: 13px;
    }

    .padding_top_bottom {
        padding: 30px 0px;
    }

    .flex_direction {
        flex-direction: column-reverse;
    }

    .margin_top {
        margin-top: 30px;
    }

    .col-xs-6 {
        width: 50%;
    }

    .sub_heading h3 {
        font-size: 21px;
        font-weight: 600;
    }

    .heading h2 {
        font-size: 22px;
        letter-spacing: -1px;
    }

    .whatspp_icon {
        position: fixed;
        top: 87%;
        z-index: 9;
        right: 20px;
    }

    /* body end*/

    /* header css start  */

    header {
        padding: 10px 0px;
    }

    header .logo img {
        width: 100%;
    }

    header .logo {
        width: 70%;
    }

    header nav.navbar.navbar-expand-lg.navbar-light {

        padding: 0px;
    }

    header .navbar-light .navbar-nav .nav-link {
        padding: 7px 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .navbar-toggler {
        font-size: 16px;
    }

    header .dropdown-menu.show {
        box-shadow: none;
    }

    .di_form .form-group .img_bg {
        padding: 15.4px 20px;
    }

    section.rocket .heading {
        width: 100%;
    }

    /* header css end  */



    /* Inventory Management banner section css start  */

    section.asset_managment {
        height: auto;
    }

    .banner_content {
        margin-right: 0;
    }

    section.asset_managment .banner_content ul li img {
        width: 15px;
    }

    .banner_content h1 {
        font-size: 22px;
    }

    .inventory_pera p:first-child {
        font-size: 14px;
    }

    section.asset_managment .banner_content ul li {
        margin-bottom: 10px;
    }

    .banner_content {
        margin-top: 0px;
        text-align: center;
    }

    section.asset_managment .get_started_btn {
        margin-top: 20px;
    }

    .di_form .form_heading.sub_heading h4 {
        font-size: 17px;
    }

    .arrow_icon {
        text-align: center;
        margin: 0px auto;
        margin-top: 30px;
    }

    .arrow_icon img {
        position: static;
    }

    .get_started_btn a {
        padding: 8px 30px;
    }

    .di_form {
        margin-left: 0px;
        margin-top: 30px;
    }

    .di_form .form-group {
        width: 100%;
    }

    .di_form .form-group .form-control {
        font-size: 12px;
    }

    .di_form .form-group .btn_form {
        font-size: 14px;
    }

    /* Inventory Management banner section css end  */


    /* Inventory Management system css start  */


    section.inventory_system .inventory_wrp {
        padding: 20px;
        margin-top: 15px;
        height: auto;
    }

    section.inventory_system .inventory_heading h5 {
        font-size: 16px;
    }

    section.inventory_system .inventory_wrp p {
        margin-bottom: 0px;
    }

    /* Inventory Management system css end  */

    /* How its works section css start  */

    section.how_works .how_work_step p {
        height: 60px;
        width: 60px;
        font-size: 11px;
    }

    section.how_works .how_work_step p:after {
        width: 55px;
        height: 55px;
        border: 2px solid #ffffff;

    }

    section.how_works .how_work_step {
        width: 18%;
    }

    section.how_works .how_work_text {
        margin-left: 15px;
    }

    section.how_works .how_work_step:before {
        height: 100%;
        border: 1px solid #ddf1ff;
        top: 60px;
    }

    section.how_works .how_works_wrp {
        margin-bottom: 0px;
    }

    section.how_works .how_work_img {
        margin-top: 20px;
    }

    /* How its works section css end  */


    /* why choose section css start  */

    section.why_choose {
        padding-top: 0px;
    }

    section.why_choose .arrow_img {
        display: none;
    }

    section.why_choose .why_choose_wrp {
        position: relative;
        left: 0;
        padding-right: 0;
        padding: 0px 20px;
        padding: 30px 20px;
        background-color: #ddf1ff;

        border-radius: 10px;
    }

    section.why_choose .why_choose_img img {
        object-fit: cover;
        height: 450px;
        object-position: bottom;
        margin-top: 20px;
    }

    section.why_choose .why_choose_wrp:before {
        width: 100%;
        top: -30px;
        position: static;
    }

    /* why choose section css end  */


    /* success stories section css start  */

    section.success_stories .success_wrp .success_icon img {
        width: 60px;
    }

    section.success_stories .success_wrp {
        border: 2px solid #2684c8;
        padding: 10px;
    }

    section.success_stories .row .col-lg-6:first-child .success_wrp {
        margin-top: 0px;
    }

    /* success stories section css end  */

    /* Customer testimonials section css start  */


    section.customer_testimonials .testi_slider .owl-nav {
        display: none !important;
    }

    /* Customer testimonials section css end  */


    /* Faq's section css start  */


    section.faq .card {
        border: 2px solid #2684c8;
        border-radius: 5px;
    }

    section.faq .card-header a {
        display: flex;
        align-items: start;
    }



    section.faq .card-header {
        padding: 15px;
        border-radius: 5px;
    }

    section.faq .card-header:first-child {
        border-radius: 5px;
    }

    /* Faq's section css end  */

    /* streamline section css start  */

    section.streamline {
        text-align: center;
    }

    section.streamline .heading h2 {
        font-size: 22px;
    }

    section.streamline .get_started_btn {
        text-align: center;
        margin-top: 30px;
    }

    section.streamline .arrow_line {
        display: none;
    }

    /* streamline section css end  */




    /* footer css start  */


    footer .di_form {
        margin-left: 0px;
        margin-right: 0;
        margin-top: 0;
    }

    footer .footer_right_content {
        margin-top: 30px;
    }

    .footer_right_content ul li img {
        width: 16px;
    }

    .footer_right_content ul li {
        margin-bottom: 10px;
    }

    footer .pick_phone p {
        font-size: 13px;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    footer .pick_phone p:first-child {
        font-size: 16px;
    }

    footer .mobile_details ul {
        margin-bottom: 0px;
    }

    /* footer css end  */

    /* privacy section css start  */


    .privacy_btn {
        text-align: center;
        margin-top: 20px;
    }

    .footer_copy_right {
        text-align: center;
    }

    /* privacy section css end  */

}


@media only screen and (min-width:481px) and (max-width:640px) {


    /* body start*/
    p,
    a {
        font-size: 13px;
    }

    li {
        font-size: 13px;
    }

    .padding_top_bottom {
        padding: 30px 0px;
    }

    .flex_direction {
        flex-direction: column-reverse;
    }

    .margin_top {
        margin-top: 30px;
    }

    .col-xs-6 {
        width: 50%;
    }

    .sub_heading h3 {
        font-size: 21px;
        font-weight: 600;
    }

    .heading h2 {
        font-size: 22px;
        letter-spacing: -1px;
    }

    .whatspp_icon {
        position: fixed;
        top: 87%;
        z-index: 9;
        right: 20px;
    }

    /* body end*/

    /* header css start  */

    header {
        padding: 10px 0px;
    }

    header .logo img {
        width: 100%;
    }

    header .logo {
        width: 70%;
    }

    header nav.navbar.navbar-expand-lg.navbar-light {

        padding: 0px;
    }

    header .navbar-light .navbar-nav .nav-link {
        padding: 7px 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .navbar-toggler {
        font-size: 16px;
    }

    header .dropdown-menu.show {
        box-shadow: none;
    }

    header .navbar-toggler {
        font-size: 16px;
    }

    .di_form .form-group .img_bg {
        padding: 15.4px 20px;
    }

    section.rocket .heading {
        width: 100%;
    }

    /* header css end  */



    /* Inventory Management banner section css start  */

    section.asset_managment {
        height: auto;
    }

    .banner_content {
        margin-right: 0;
    }

    section.asset_managment .banner_content ul li img {
        width: 15px;
    }

    .banner_content h1 {
        font-size: 22px;
    }

    .inventory_pera p:first-child {
        font-size: 14px;
    }

    section.asset_managment .banner_content ul li {
        margin-bottom: 10px;
    }

    .banner_content {
        margin-top: 0px;
        text-align: center;
    }

    section.asset_managment .get_started_btn {
        margin-top: 20px;
    }

    .di_form .form_heading.sub_heading h4 {
        font-size: 17px;
    }

    .arrow_icon {
        text-align: center;
        margin: 0px auto;
        margin-top: 30px;
    }

    .arrow_icon img {
        position: static;
    }

    .get_started_btn a {
        padding: 8px 30px;
    }

    .di_form {
        margin-left: 0px;
        margin-top: 30px;
    }

    .di_form .form-group {
        width: 100%;
    }

    .di_form .form-group .form-control {
        font-size: 12px;
    }

    .di_form .form-group .btn_form {
        font-size: 14px;
    }

    /* Inventory Management banner section css end  */


    /* Inventory Management system css start  */


    section.inventory_system .inventory_wrp {
        padding: 20px;
        margin-top: 15px;
        height: auto;
    }

    section.inventory_system .inventory_heading h5 {
        font-size: 16px;
    }

    section.inventory_system .inventory_wrp p {
        margin-bottom: 0px;
    }

    /* Inventory Management system css end  */

    /* How its works section css start  */

    section.how_works .how_work_step p {
        height: 60px;
        width: 60px;
        font-size: 11px;
    }

    section.how_works .how_work_step p:after {
        width: 55px;
        height: 55px;
        border: 2px solid #ffffff;

    }

    section.how_works .how_work_step {
        width: 18%;
    }

    section.how_works .how_work_text {
        margin-left: 15px;
    }

    section.how_works .how_work_step:before {
        height: 100%;
        border: 1px solid #ddf1ff;
        top: 60px;
    }

    section.how_works .how_works_wrp {
        margin-bottom: 0px;
    }

    section.how_works .how_work_img {
        margin-top: 20px;
    }

    /* How its works section css end  */


    /* why choose section css start  */

    section.why_choose {
        padding-top: 0px;
    }

    section.why_choose .arrow_img {
        display: none;
    }

    section.why_choose .why_choose_wrp {
        position: relative;
        left: 0;
        padding-right: 0;
        padding: 0px 20px;
        padding: 30px 20px;
        background-color: #ddf1ff;

        border-radius: 10px;
    }

    section.why_choose .why_choose_img img {
        object-fit: cover;
        height: 450px;
        object-position: bottom;
        margin-top: 20px;
    }

    section.why_choose .why_choose_wrp:before {
        width: 100%;
        top: -30px;
        position: static;
    }

    /* why choose section css end  */


    /* success stories section css start  */

    section.success_stories .success_wrp .success_icon img {
        width: 60px;
    }

    section.success_stories .success_wrp {
        border: 2px solid #2684c8;
        padding: 10px;
    }

    section.success_stories .row .col-lg-6:first-child .success_wrp {
        margin-top: 0px;
    }

    /* success stories section css end  */

    /* Customer testimonials section css start  */


    section.customer_testimonials .testi_slider .owl-nav {
        display: none !important;
    }

    /* Customer testimonials section css end  */


    /* Faq's section css start  */


    section.faq .card {
        border: 2px solid #2684c8;
        border-radius: 5px;
    }

    section.faq .card-header a {
        display: flex;
        align-items: start;
    }



    section.faq .card-header {
        padding: 15px;
        border-radius: 5px;
    }

    section.faq .card-header:first-child {
        border-radius: 5px;
    }

    /* Faq's section css end  */

    /* streamline section css start  */

    section.streamline {
        text-align: center;
    }

    section.streamline .heading h2 {
        font-size: 22px;
    }

    section.streamline .get_started_btn {
        text-align: center;
        margin-top: 30px;
    }

    section.streamline .arrow_line {
        display: none;
    }

    /* streamline section css end  */




    /* footer css start  */


    footer .di_form {
        margin-left: 0px;
        margin-right: 0;
        margin-top: 0;
    }

    footer .footer_right_content {
        margin-top: 30px;
    }

    .footer_right_content ul li img {
        width: 16px;
    }

    .footer_right_content ul li {
        margin-bottom: 10px;
    }

    footer .pick_phone p {
        font-size: 13px;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    footer .pick_phone p:first-child {
        font-size: 16px;
    }

    footer .mobile_details ul {
        margin-bottom: 0px;
    }

    /* footer css end  */

    /* privacy section css start  */


    .privacy_btn {
        text-align: center;
        margin-top: 20px;
    }

    .footer_copy_right {
        text-align: center;
    }

    /* privacy section css end  */

}



@media screen and (min-width:800px) and (max-width:1280px) {

    p,
    li,
    a,
    .form-control {
        font-size: 14px;
    }

    .heading h2 {
        font-size: 32px;
    }

    .banner_content h1 {
        font-size: 35px;
    }

    .arrow_icon {
        width: 40%;
    }

    .inventory_pera p:first-child {
        font-size: 16px;
    }

    .banner_content {
        margin-right: 80px;
    }

    .di_form .form-group .form-control {
        font-size: 13px;
    }

    section.why_choose .why_choose_wrp:before {
        height: 490px;

        right: 0;
        top: -40px;
    }

    section.why_choose .choose_text p {
        font-size: 14px;
    }

    section.why_choose .arrow_img {
        position: absolute;
        width: 52%;
        top: 0;
        right: 10px;
    }

    section.success_stories .success_wrp .success_icon img {
        width: 80px;
    }
}


@media only screen and (min-width:1024px) and (max-width:1200px) {

    p,
    li,
    a,
    .form-control {
        font-size: 13px;
    }

    .heading h2 {
        font-size: 30px;
    }

    .banner_content h1 {
        font-size: 32px;
    }

    .arrow_icon {
        width: 40%;
    }


    header .navbar-light .navbar-nav .nav-link {
        padding: 0px 15px;
    }

    .di_form:before {
        width: 350px;
        height: 350px;
    }

    .inventory_pera p:first-child {
        font-size: 16px;
    }

    .banner_content {
        margin-right: 80px;
    }

    .di_form .form-group .form-control {
        font-size: 13px;
    }

    section.inventory_system .inventory_wrp {
        padding: 25px;
        height: 200px;
    }

    section.inventory_system .inventory_heading h5 {
        font-size: 15px;
    }

    section.how_works .how_works_wrp {
        margin-bottom: 0;
    }

    section.how_works .how_work_step p:after {
        width: 60px;
        height: 60px;
        border: 3px solid #ffffff;
    }

    section.how_works .how_work_step p {
        height: 70px;
        font-size: 10px;
    }

    section.why_choose .why_choose_wrp:before {
        height: 470px;
        right: 0;
        top: -35px;
        width: 490px;
    }

    section.why_choose .choose_text p {
        font-size: 14px;
    }

    section.why_choose .arrow_img {
        position: absolute;
        width: 52%;
        top: 0;
        right: 10px;
    }

    section.success_stories .success_wrp .success_icon img {
        width: 80px;
    }

    section.streamline .heading h2 {
        font-size: 27px;
    }

    section.streamline .arrow_line img {
        width: 410px;
    }

    footer .di_form {
        margin-right: 0px;
    }

    .di_form .form_heading.sub_heading h4 {
        font-size: 16px;
    }
}


@media only screen and (min-width:800px) and (max-width:991px) {

    p,
    li,
    a,
    .form-control {
        font-size: 11px;
    }

    .container {
        max-width: 810px;
    }

    .heading h2 {
        font-size: 25px;
    }

    .padding_top_bottom {
        padding: 30px 0px;
    }

    .margin_top {
        margin-top: 30px;
    }

    .banner_content h1 {
        font-size: 25px;
    }

    .arrow_icon {
        width: 35%;
    }

    section.asset_managment .get_started_btn {
        margin-top: 30px;
    }

    header .navbar-light .navbar-nav .nav-link {
        padding: 10px 0px;
    }

    .di_form:before {
        width: 300px;
        height: 300px;
    }

    .inventory_pera p:first-child {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .banner_content {
        margin-right: 0;
        margin-top: 40px;
    }

    .di_form {
        margin-left: 0px;
    }

    .di_form .form-group .form-control {
        font-size: 10px;
        padding: 12px 35px 12px 12px;
    }

    .di_form .form_heading.sub_heading p {
        margin-bottom: 5px;
    }

    .di_form .form-group .img_bg {
        padding: 15px 15px;
    }

    .di_form .form-group img {

        left: 9px;
        width: 12px;
        top: 10px;
    }

    .di_form .form-group .btn_form {
        padding: 8px 30px;
    }

    section.inventory_system .inventory_wrp {
        padding: 25px;
        height: 200px;
    }

    section.inventory_system .inventory_heading h5 {
        font-size: 13px;
    }

    section.how_works .how_works_wrp {
        margin-bottom: 0;
    }

    section.how_works .how_work_step p:after {
        width: 50px;
        height: 50px;
        border: 3px solid #ffffff;
    }

    section.how_works .how_work_step p {
        height: 60px;
        font-size: 8px;
    }

    section.how_works .how_work_step:before {
        border: 2px solid #ddf1ff;
    }

    section.why_choose .why_choose_wrp:before {
        height: 410px;
        right: 0;
        top: -35px;
        width: 410px;
    }

    section.why_choose .choose_text p {
        font-size: 14px;
    }

    section.why_choose .arrow_img {
        position: absolute;
        width: 52%;
        top: 0;
        right: 10px;
    }

    section.success_stories .success_wrp .success_icon img {
        width: 60px;
    }

    section.streamline .heading h2 {
        font-size: 23px;
    }

    section.streamline .arrow_line img {
        width: 330px;
    }

    section.streamline .arrow_line {
        top: -30px;
    }

    footer .di_form {
        margin-right: 0px;
    }

    .di_form .form_heading.sub_heading h4 {
        font-size: 16px;
    }
}

@media only screen and (min-width:641px) and (max-width:786px) {

    p,
    li,
    a,
    .form-control {
        font-size: 9px;
    }

    .container {
        max-width: 700px;
    }

    .get_started_btn a {
        padding: 8px 30px;
    }

    .heading h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .padding_top_bottom {
        padding: 30px 0px;
    }

    .margin_top {
        margin-top: 30px;
    }

    .banner_content h1 {
        font-size: 22px;
    }

    .arrow_icon {
        width: 35%;
    }

    section.asset_managment .get_started_btn {
        margin-top: 10px;
    }

    header .navbar-light .navbar-nav .nav-link {
        padding: 7px 0px;
    }



    .di_form:before {
        width: 250px;
        height: 250px;
    }

    .inventory_pera p:first-child {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .banner_content {
        margin-right: 0;
        margin-top: 40px;
    }

    .di_form {
        margin-left: 0px;
    }

    .di_form .form-group .form-control {
        font-size: 9px;
        padding: 12px 30px 10px 12px;
    }

    .di_form .form_heading.sub_heading p {
        margin-bottom: 5px;
    }

    .di_form .form-group .img_bg {
        padding: 15px 14px;
    }

    .di_form .form-group img {

        left: 9px;
        width: 10px;
        top: 10px;
    }

    .di_form .form-group .btn_form {
        padding: 8px 30px;
    }

    section.talk_expert .get_started_btn {
        margin-top: 20px;
    }

    section.inventory_system .inventory_wrp {
        padding: 15px;
        height: 140px;
    }

    section.inventory_system .inventory_heading h5 {
        font-size: 11px;
    }

    section.how_works .how_works_wrp {
        margin-bottom: 0;
    }

    section.how_works .how_work_step p:after {
        width: 40px;
        height: 40px;
        border: 1px solid #ffffff;
    }

    section.how_works .how_work_step p {
        height: 50px;
        font-size: 7px;
    }

    section.how_works .how_work_step:before {
        border: 1px solid #ddf1ff;
    }

    section.why_choose .why_choose_wrp:before {
        height: 350px;
        right: 0;
        top: -35px;
        width: 350px;
    }

    section.why_choose .choose_text p {
        font-size: 14px;
    }

    section.success_stories .success_wrp {
        border: 2px solid #2684c8;
        padding: 20px;
    }

    section.why_choose .arrow_img {
        position: absolute;
        width: 52%;
        top: 0;
        right: 10px;
    }

    section.success_stories .success_wrp .success_icon img {
        width: 50px;
    }

    section.streamline .heading h2 {
        font-size: 20px;
    }

    section.streamline .arrow_line img {
        width: 270px;
    }

    .di_form .form-group {
        width: 100%;
    }

    .di_form .form_heading.sub_heading h4 {
        font-size: 12px;
    }

    section.streamline .arrow_line {
        top: -20px;
    }

    footer .di_form {
        margin-right: 0px;
        border: 2px solid #00b1ff;
    }

    .di_form .form_heading.sub_heading h4 {
        font-size: 16px;
    }

    footer .pick_phone p:first-child {
        font-size: 13px;
    }

    section.customer_testimonials .testi_slider .owl-prev span i {
        font-size: 20px;
        left: -90px;
    }

    section.customer_testimonials .testi_slider .owl-next span i {
        font-size: 20px;
        right: -90px;
    }

    section.faq .card-header {
        padding: 12px;
    }

    section.faq .card {
        border: 2px solid #2684c8;
    }

    section.faq .card-body {
        padding: 12px;
    }

    .di_form .form_heading.sub_heading h4 {
        font-size: 13px;
    }
}