@media (min-width: 1600px) and (max-width: 2560px) {
}

@media (min-width: 1400px) and (max-width: 1600px) {
}

@media (min-width: 1200px) and (max-width: 1400px) {
}

@media (min-width: 992px) and (max-width: 1200px) {
    /* ################## Navbar ################## */
    .header-logo {
        height: 55px;
    }
    .nav-link-title {
        font-size: 14px;
    }
    .btn-demo {
        font-size: 14px;
        border-radius: 6px;
    }
    .nav-icon-font {
        font-size: 12px;
    }
    .faa-header-icon {
        height: 22px;
        font-size: 12px;
        width: 22px;
        line-height: 22px;
    }
    .nav-subheading {
        font-size: 12px;
    }
    .nav-content {
        font-size: 12px;
    }
    .nav-icon {
        font-size: 35px;
    }
    .navitem-nonactive {
        font-size: 13px !important;
        width: 180px;
    }
    .nav-box {
        margin: 2px 0px;
    }
    /* ################## Category on banner ################### */
    .category-title {
        font-size: 20px;
    }
    .custom-bar {
        margin-top: -78px;
    }
    /* ################# ERP App Platform ################ */
    .plateform-title {
        font-size: 24px;
        margin-bottom: 6px;
    }
    .plateform-content {
        font-size: 14px;
    }
    .plateform-card {
        padding: 10px 20px;
    }
    /* ############## Box Area ################ */
    .plateform-box-area {
        position: relative;
        height: 600px;
    }
    .integrations-box-area {
        position: relative;
        height: 300px;
    }
    .bg-inner-testimonials {
        margin-top: 16%;
    }
    .testimonials-box-area {
        position: relative;
        height: 760px;
    }
    .bg-inner-integrations {
        margin-top: 8% !important;
    }
    /* ################# Awrds ################ */
    .award-title {
        font-size: 18px;
    }
    .award-content {
        font-size: 16px;
    }
    /* ############### Our Clients ############### */
    .client-box {
        margin: 0px 10px;
    }
    .client-title {
        font-size: 14px;
    }
    .client-content {
        font-size: 12px;
    }
    /* ############### Live Demo ################ */
    .invoice-subheading {
        font-size: 28px;
    }
    .invoice-heading {
        font-size: 44px;
    }
    .btn-invoice {
        padding: 4px 28px;
        font-size: 18px;
    }
    .btn-invoice:hover {
        padding: 4px 28px;
        font-size: 18px;
    }
    .btn-warm {
        padding: 4px 28px;
        font-size: 18px;
    }
    .btn-warm:hover {
        padding: 4px 28px;
        font-size: 18px;
    }
    .btn-democontact {
        padding: 4px 28px;
        font-size: 18px;
    }
    .btn-democontact:hover {
        padding: 4px 28px;
        font-size: 18px;
    }
    /* ################# Faqs ################# */
    .plateform-heading {
        font-size: 30px;
    }
    .plateform-text {
        font-size: 18px;
    }
    .faq-title {
        font-size: 18px;
        padding-bottom: 4px;
    }
    .faq-text {
        font-size: 16px;
    }
    /* ############### Scanner ################## */
    .faa-scanpay-icon {
        height: 40px;
        width: 40px;
        font-size: 20px;
        line-height: 40px;
    }
    .scanpay-title {
        font-size: 18px;
    }
    .scanner-heading {
        font-size: 36px;
    }
    /* ############### Footer ################# */
    .footer-logo {
        height: 55px;
    }
    .footer-content {
        margin-right: 0%;
    }
    .footer-heading {
        font-size: 22px;
    }
    .footer-title {
        font-size: 14px;
    }
    .copyright {
        font-size: 12px;
    }
/* ############### Product ################# */
    .product-heading {
        font-size: 20px;
    }
    .product-platform-title {
        font-size: 18px;
    }
    .plateform-product-subtitle1 {
        font-size: 20px;
    }
    .plateform-product-subtitle2 {
        font-size: 20px;
    }
    .product-heading {
        font-size: 18px;
    }
    .product-feature-content {
        font-family: "Poppins";
        color: #2a2a2a;
        font-size: 14px;
    }
    .eventdetails-title {
        font-size: 22px;
    }
      /* ############### Form ################# */
      .form-w-left {
        width:45%;
    }
    .form-w-right{
        width:55%;
    }
    .career-form-title{
        font-family: "Poppins";
        font-size: 20px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    /* ################## Navbar ################## */
    .header-logo {
        height: 65px;
    }
    .nav-link-title {
        font-size: 14px;
    }
    .btn-demo {
        font-size: 14px;
        border-radius: 6px;
    }
    .nav-icon-font {
        font-size: 12px;
    }
    .faa-header-icon {
        height: 22px;
        font-size: 12px;
        width: 22px;
        line-height: 22px;
    }
    .nav-subheading {
        font-size: 12px;
    }
    .nav-content {
        font-size: 12px;
    }
    .nav-icon {
        font-size: 28px;
    }
    .img-icon{
        height: 60px;
    }
    .navitem-nonactive {
        font-size: 13px !important;
        width: 180px;
        padding: 0.5rem 0.2rem;
    }
    .nav-box {
        margin: 2px 0px;
    }
    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 100%;
    }
    /* ################## Category on banner ################### */
    .category-title {
        font-size: 16px;
    }
    .custom-bar {
        margin-top: -78px;
    }
    /* ################# ERP App Platform ################ */
    .plateform-card {
        border-radius: 12px;
        padding: 14px 10px;
        margin: 0px;
    }
    .plateform-title {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .plateform-content {
        font-size: 14px;
    }
    /* ############## Box Area ################ */
    .plateform-box-area {
        position: relative;
        height: 940px;
    }
    .bg-inner-testimonials {
        margin-top: 28%;
    }
    .testimonials-box-area {
        position: relative;
        height: 800px;
    }
    /* ################# Awrds ################ */
    .award-title {
        font-size: 18px;
    }
    .award-content {
        font-size: 16px;
    }
    /* ############### Our Clients ############### */
    .client-box {
        margin: 0px 10px;
    }
    .client-title {
        font-size: 14px;
    }
    .client-content {
        font-size: 12px;
    }
    /* ############### Live Demo ################ */
    .invoice-subheading {
        font-size: 28px;
    }
    .invoice-heading {
        font-size: 34px;
    }
    .btn-invoice {
        padding: 3px 26px;
        font-size: 16px;
    }
    .btn-invoice:hover {
        padding: 3px 26px;
        font-size: 16px;
    }
    .btn-warm {
        padding: 3px 26px;
        font-size: 16px;
    }
    .btn-warm:hover {
        padding: 3px 26px;
        font-size: 16px;
    }
    .btn-democontact {
        padding: 3px 26px;
        font-size: 16px;
    }
    .btn-democontact:hover {
        padding: 3px 26px;
        font-size: 16px;
    }
    /* ################# Faqs ################# */
    .plateform-heading {
        font-size: 30px;
    }
    .plateform-text {
        font-size: 18px;
    }
    .faq-title {
        font-size: 16px;
        padding-bottom: 4px;
    }
    .faq-text {
        font-size: 14px;
    }
    /* ############### Scanner ################## */
    .faa-scanpay-icon {
        height: 34px;
        width: 34px;
        font-size: 16px;
        line-height: 34px;
    }
    .scanpay-title {
        font-size: 14px;
    }
    .scanner-heading {
        font-size: 28px;
    }
    /* ############### Footer ################# */
    .footer-logo {
        height: 65px;
    }
    .footer-content {
        margin-right: 0%;
    }
    .footer-heading {
        font-size: 22px;
    }
    .footer-title {
        font-size: 14px;
    }
    .copyright {
        font-size: 12px;
    }
    /* ############### Product ################# */
    .product-heading {
        font-size: 20px;
    }
    .product-platform-title {
        font-size: 18px;
    }
    .plateform-product-subtitle1 {
        font-size: 20px;
    }
    .plateform-product-subtitle2 {
        font-size: 20px;
    }
    .product-heading {
        font-size: 18px;
    }
    .product-feature-content {
        font-family: "Poppins";
        color: #2a2a2a;
        font-size: 14px;
    }
    .plateform-product-card {
        border-radius: 10px;
        padding: 10px 6px;
        margin: 0px;
    }
    .product-feature-img{
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .event-cat-list {
        line-height: 22px;
    }
    .eventdetails-title {
        font-size: 20px;
    }
    /* ############### Form ################# */
    .form-w-left {
        width:50%;
    }
    .form-w-right{
        width:50%;
    }
    .career-form-title{
        font-family: "Poppins";
        font-size: 18px !important;
    }
    .heading-title h4 {
        font-size: 1.1rem;
    }
    .form-label {
        font-size: 13px !important;
    }
    .form-input-text {
        font-size: 13px !important;
    }
    .career-heading {
        font-size: 0.9em;
        margin: 2px 0;
    }
    .form-main-title {
        font-size: 1.2rem;
    }
    .nav-link-tab-item.active {
        font-size: 13px !important;
        padding: 8px !important;
    }
    .nav-link-tab-item {
        font-size: 13px !important;
        padding: 8px !important;
    }
}

@media (min-width: 426px) and (max-width: 767px) {
    .header-logo {
        height: 65px;
    }
    .nav-link-title {
        font-size: 14px;
    }
    .btn-demo {
        font-size: 14px;
        border-radius: 6px;
    }
    .nav-icon-font {
        font-size: 12px;
    }
    .faa-header-icon {
        height: 22px;
        font-size: 12px;
        width: 22px;
        line-height: 22px;
    }
    .nav-subheading {
        font-size: 12px;
    }
    .nav-content {
        font-size: 12px;
    }
    .nav-icon {
        font-size: 28px;
    }
    .img-icon{
        height: 60px;
    }
    .navitem-nonactive {
        font-size: 13px !important;
        width: 180px;
        padding: 0.5rem 0.2rem;
    }
    .nav-box {
        margin: 2px 0px;
    }
    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 100%;
    }
    /* ################## Category on banner ################### */
    .category-title {
        font-size: 16px;
    }
    .custom-bar {
        margin-top: -78px;
    }
    /* ################# ERP App Platform ################ */
    .plateform-card {
        border-radius: 12px;
        padding: 14px 10px;
        margin: 0px;
    }
    .plateform-title {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .plateform-content {
        font-size: 14px;
    }
    /* ############## Box Area ################ */
    .integrations-box-area {
        position: relative;
        height: 510px;
    }
    .custom-bar {
        position: absolute;
        z-index: 1;
        margin-top: -35px;
        width: 76%;
    }
    .plateform-box-area {
        position: relative;
        height: 1050px;
    }
    .bg-inner-testimonials {
        margin-top: 28%;
    }
    .testimonials-box-area {
        position: relative;
        height: 780px;
    }
    .bg-inner-integrations {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin-top: 25% !important;
    }
    /* ################# Awrds ################ */
    .award-title {
        font-size: 18px;
    }
    .award-content {
        font-size: 16px;
    }
    /* ############### Our Clients ############### */
    .client-box {
        margin: 0px 10px;
    }
    .client-title {
        font-size: 14px;
    }
    .client-content {
        font-size: 12px;
    }
    /* ############### Live Demo ################ */
    .invoice-subheading {
        font-size: 28px;
    }
    .invoice-heading {
        font-size: 34px;
    }
    .btn-invoice {
        padding: 3px 26px;
        font-size: 16px;
    }
    .btn-invoice:hover {
        padding: 3px 26px;
        font-size: 16px;
    }
    .btn-warm {
        padding: 3px 26px;
        font-size: 16px;
    }
    .btn-warm:hover {
        padding: 3px 26px;
        font-size: 16px;
    }
    .btn-democontact {
        padding: 3px 26px;
        font-size: 16px;
    }
    .btn-democontact:hover {
        padding: 3px 26px;
        font-size: 16px;
    }
    /* ################# Faqs ################# */
    .plateform-heading {
        font-size: 30px;
    }
    .plateform-text {
        font-size: 18px;
    }
    .faq-title {
        font-size: 16px;
        padding-bottom: 4px;
    }
    .faq-text {
        font-size: 14px;
    }
    /* ############### Scanner ################## */
    .faa-scanpay-icon {
        height: 34px;
        width: 34px;
        font-size: 16px;
        line-height: 34px;
    }
    .scanpay-title {
        font-size: 14px;
    }
    .scanner-heading {
        font-size: 28px;
    }
    /* ############### Footer ################# */
    .footer-logo {
        height: 65px;
    }
    .footer-content {
        margin-right: 0%;
    }
    .footer-heading {
        font-size: 22px;
    }
    .footer-title {
        font-size: 14px;
    }
    .copyright {
        font-size: 12px;
    }
      /* ############### Product ################# */
      .product-heading {
        font-size: 20px;
    }
    .product-platform-title {
        font-size: 18px;
    }
    .plateform-product-subtitle1 {
        font-size: 20px;
    }
    .plateform-product-subtitle2 {
        font-size: 20px;
    }
    .product-heading {
        font-size: 18px;
    }
    .product-feature-content {
        font-family: "Poppins";
        color: #2a2a2a;
        font-size: 14px;
    }
    .plateform-product-card {
        border-radius: 10px;
        padding: 10px 6px;
        margin: 0px;
    }
    .product-feature-img{
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .event-cat-list {
        line-height: 22px;
    }
    .eventdetails-title {
        font-size: 18px;
    }
    /* ############### Form ################# */
    .form-w-left {
        width:50%;
    }
    .form-w-right{
        width:50%;
    }
    .career-form-title{
        font-family: "Poppins";
        font-size: 18px !important;
    }
    .heading-title h4 {
        font-size: 1.1rem;
    }
    .form-label {
        font-size: 13px !important;
    }
    .form-input-text {
        font-size: 13px !important;
    }
    .career-heading {
        font-size: 0.9em;
        margin: 2px 0;
    }
    .form-main-title {
        font-size: 1.2rem;
    }
    .nav-link-tab-item.active {
        font-size: 13px !important;
        padding: 8px !important;
    }
    .nav-link-tab-item {
        font-size: 13px !important;
        padding: 8px !important;
    }
}

@media (min-width: 320px) and (max-width: 429px) {
    /* ################## Navbar ################## */
    .header-logo {
        height: 65px;
    }
    .nav-link-title {
        font-size: 14px;
    }
    .btn-demo {
        font-size: 14px;
        border-radius: 6px;
    }
    .nav-icon-font {
        font-size: 12px;
    }
    .faa-header-icon {
        height: 22px;
        font-size: 12px;
        width: 22px;
        line-height: 22px;
    }
    .nav-subheading {
        font-size: 12px;
    }
    .nav-content {
        font-size: 12px;
    }
    .nav-icon {
        font-size: 28px;
    }
    .img-icon{
        height: 60px;
    }
    .navitem-nonactive {
        font-size: 12px !important;
        padding: 0.5rem 0.5rem;
        width: auto;
    }
    .nav-box {
        margin: 2px 0px;
    }
    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 100%;
    }
    /* ################## Category on banner ################### */
    .category-title {
        font-size: 12px;
        margin-left: 0px;
    }
    .custom-bar {
        margin-top: -31px;
        width: 94%;
    }
    /* ################# ERP App Platform ################ */
    .app-img-block {
        padding: 35px 10px;
    }
    .plateform-card {
        border-radius: 12px;
        padding: 12px 8px;
        margin: 0px;
    }
    .plateform-title {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .plateform-content {
        font-size: 14px;
    }
    /* ############## Box Area ################ */
    .integrations-box-area {
        position: relative;
        height: 420px;
    }
    .plateform-box-area {
        position: relative;
        height: 850px;
    }
    .bg-inner-testimonials {
        margin-top: 6%;
    }
    .testimonials-box-area {
        position: relative;
        height: 500px;
    }
    /* ################# Awrds ################ */
    .award-title {
        font-size: 16px;
    }
    .award-content {
        font-size: 14px;
    }
    /* ############### Our Clients ############### */
    .client-box {
        margin: 0px 10px;
    }
    .client-title {
        font-size: 14px;
    }
    .client-content {
        font-size: 12px;
    }
    /* ############### Live Demo ################ */
    .invoice-subheading {
        font-size: 22px;
    }
    .invoice-heading {
        font-size: 28px;
    }
    .btn-invoice {
        padding: 3px 24px;
        font-size: 14px;
    }
    .btn-invoice:hover {
        padding: 3px 24px;
        font-size: 14px;
    }
    .btn-warm {
        padding: 3px 24px;
        font-size: 14px;
    }
    .btn-warm:hover {
        padding: 3px 24px;
        font-size: 14px;
    }
    .btn-democontact {
        padding: 3px 24px;
        font-size: 14px;
    }
    .btn-democontact:hover {
        padding: 3px 24px;
        font-size: 14px;
    }
    /* ################# Faqs ################# */
    .plateform-heading {
        font-size: 26px;
        margin-bottom: 6px;
    }
    .plateform-text {
        font-size: 14px;
    }
    .faq-title {
        font-size: 16px;
        padding-bottom: 4px;
        margin: 0px 0px 0px 30px;
    }
    .faq-text {
        font-size: 14px;
        margin: 8px 0px 0px 30px;
    }
    .faq-toggle {
        font-size: 14px;
        top: 10px;
        left: 8px;
        width: 22px;
        height: 22px;
    }
    /* ############### Scanner ################## */
    .bg-scanner {
        border-radius: 16px 16px 16px 16px;
    }
    .faa-scanpay-icon {
        height: 34px;
        width: 34px;
        font-size: 16px;
        line-height: 34px;
    }
    .scanpay-title {
        font-size: 14px;
    }
    .scanner-heading {
        font-size: 26px;
        margin-bottom: 4px;
    }
    .nav-subheading {
        font-size: 12px;
    }
    .nav-content {
        font-size: 12px;
    }
    .nav-icon {
        font-size: 28px;
    }
    .img-icon{
        height: 40px;
    }
    .nav-box {
        margin: 2px 0px;
    }
    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 100%;
    }
    /* ############### Footer ################# */
    .footer-logo {
        height: 65px;
    }
    .footer-content {
        margin-right: 0%;
    }
    .footer-heading {
        font-size: 22px;
    }
    .footer-title {
        font-size: 14px;
    }
    .copyright {
        font-size: 12px;
    }
    /* ############### Testimonials ################## */
    .micro-slider {
        height: 300px !important;
        /* margin: 10px 0; */
        position: relative;
        width: 100%;
    }
    .slider-item {
        height: 210px !important;
        width: 375px !important;
    }
      /* ############### Product ################# */
      .product-heading {
        font-size: 20px;
    }
    .product-platform-title {
        font-size: 18px;
    }
    .plateform-product-subtitle1 {
        font-size: 20px;
    }
    .plateform-product-subtitle2 {
        font-size: 20px;
    }
    .product-heading {
        font-size: 18px;
    }
    .product-feature-content {
        font-family: "Poppins";
        color: #2a2a2a;
        font-size: 14px;
    }
    .plateform-product-card {
        border-radius: 10px;
        padding: 10px 6px;
        margin: 0px;
    }
    .product-feature-img{
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .event-cat-list {
        line-height: 22px;
    }
    .eventdetails-title {
        font-size: 18px;
    }
    /* ############### Form ################# */
    .form-w-left {
        width:50%;
    }
    .form-w-right{
        width:50%;
    }
    .career-form-title{
        font-family: "Poppins";
        font-size: 18px !important;
    }
    .heading-title h4 {
        font-size: 1.1rem;
    }
    .form-label {
        font-size: 13px !important;
    }
    .form-input-text {
        font-size: 13px !important;
    }
    .career-heading {
        font-size: 0.9em;
        margin: 2px 0;
    }
    .job-opening span {
        font-weight: 600;
    }
    .form-main-title {
        font-size: 1.3rem;
    }
    .nav-link-tab-item.active {
        font-size: 13px !important;
        padding: 8px !important;
    }
    .nav-link-tab-item {
        font-size: 13px !important;
        padding: 8px !important;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    /* ################## Navbar ################## */
    .header-logo {
        height: 60px;
    }
    .nav-link-title {
        font-size: 12px;
    }
    .btn-demo {
        font-size: 12px;
        border-radius: 4px;
    }
    .nav-icon-font {
        font-size: 12px;
    }
    .faa-header-icon {
        height: 22px;
        font-size: 12px;
        width: 22px;
        line-height: 22px;
    }
    .nav-subheading {
        font-size: 11px;
    }
    .nav-content {
        font-size: 11px;
    }
    .nav-icon {
        font-size: 28px;
    }
    .img-icon{
        height: 60px;
    }
    .navitem-nonactive {
        font-size: 11px !important;
        padding: 0.3rem 0.3rem;
    }
    .nav-box {
        margin: 2px 0px;
    }
    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 100%;
    }
    /* ################## Category on banner ################### */
    .category-title {
        font-size: 10px;
        margin-left: 0px;
    }
    .custom-bar {
        margin-top: -28px;
        width: 94%;
    }
    /* ################# ERP App Platform ################ */
    .app-img-block {
        padding: 22px 6px;
    }
    .plateform-card {
        border-radius: 12px;
        padding: 10px 8px;
        margin: 0px;
    }
    .plateform-title {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .plateform-content {
        font-size: 12px;
    }
    /* ############## Box Area ################ */
    .plateform-box-area {
        position: relative;
        height: 710px;
    }
    .bg-inner-testimonials {
        margin-top: 6%;
    }
    .integrations-box-area {
        position: relative;
        height: 320px;
    }
    .testimonials-box-area {
        position: relative;
        height: 460px;
    }
    /* ################# Awrds ################ */
    .award-title {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .award-content {
        font-size: 12px;
    }
    .award-box {
        padding: 4px;
    }
    /* ############### Our Clients ############### */
    .client-box {
        margin: 0px 10px;
        padding: 4px 4px;
    }
    .client-title {
        font-size: 14px;
    }
    .client-content {
        font-size: 12px;
    }
    /* ############### Live Demo ################ */
    .invoice-subheading {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .invoice-heading {
        font-size: 22px;
        margin-bottom: 4px;
    }
    .btn-invoice {
        padding: 3px 20px;
        font-size: 12px;
    }
    .btn-invoice:hover {
        padding: 3px 20px;
        font-size: 12px;
    }
    .btn-warm {
        padding: 3px 20px;
        font-size: 12px;
    }
    .btn-warm:hover {
        padding: 3px 20px;
        font-size: 12px;
    }
    .btn-democontact {
        padding: 3px 20px;
        font-size: 12px;
    }
    .btn-democontact:hover {
        padding: 3px 20px;
        font-size: 12px;
    }
    /* ################# Faqs ################# */
    .plateform-heading {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .plateform-text {
        font-size: 12px;
    }
    .faq-title {
        font-size: 14px;
        padding-bottom: 4px;
        margin: 0px 0px 0px 30px;
    }
    .faq-text {
        font-size: 12px;
        margin: 8px 0px 0px 30px;
    }
    .faq-toggle {
        font-size: 12px;
        top: 10px;
        left: 8px;
        width: 22px;
        height: 22px;
    }
    /* ############### Scanner ################## */
    .bg-scanner {
        border-radius: 12px 12px 12px 12px;
        padding: 8px 0px;
    }
    .faa-scanpay-icon {
        height: 28px;
        width: 28px;
        font-size: 14px;
        line-height: 28px;
    }
    .scanpay-title {
        font-size: 12px;
    }
    .scanner-heading {
        font-size: 20px;
        margin-bottom: 4px;
    }
    /* ############### Footer ################# */
    .footer-logo {
        height: 60px;
    }
    .footer-content {
        margin-right: 0%;
    }
    .footer-heading {
        font-size: 22px;
    }
    .footer-title {
        font-size: 14px;
    }
    .copyright {
        font-size: 12px;
    }
    /* ############### Testimonials ################## */
    .micro-slider {
        height: 300px !important;
        /* margin: 10px 0; */
        position: relative;
        width: 100%;
    }
    .slider-item {
        height: 165px !important;
        width: 280px !important;
    }
       /* ############### Product ################# */
       .product-platform-img {
        height: 45px;
        width: fit-content;
    }
      .product-heading {
        font-size: 18px;
    }
    .product-platform-title {
        font-size: 16px;
    }
    .plateform-product-subtitle1 {
        font-size: 18px;
    }
    .plateform-product-subtitle2 {
        font-size: 18px;
    }
    .product-heading {
        font-size: 16px;
    }
    .product-feature-content {
        font-size: 12px;
    }
    .plateform-product-card {
        border-radius: 8px;
        padding: 10px 6px;
        margin: 0px;
    }
    .product-feature-img{
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .event-title {
        font-size: 18px;
    }
    .event-cat-list {
        line-height: 20px;
    }
    .form-main-title {
        font-size: 1.2rem;
    }
    .nav-link-tab-item.active {
        font-size: 12px !important;
        padding: 7px !important;
    }
    .nav-link-tab-item {
        font-size: 12px !important;
        padding: 7px !important;
    }
}

@media (max-width: 320px) {
    /* ################## Navbar ################## */
    .header-logo {
        height: 60px;
    }
    .nav-link-title {
        font-size: 12px;
    }
    .btn-demo {
        font-size: 12px;
        border-radius: 4px;
    }
    .nav-icon-font {
        font-size: 12px;
    }
    .faa-header-icon {
        height: 22px;
        font-size: 12px;
        width: 22px;
        line-height: 22px;
    }
    .navbar-toggler .hamburger-toggle {
        width: 45px;
        height: 45px;
    }
    /* ################## Category on banner ################### */
    .category-title {
        font-size: 10px;
        margin-left: 0px;
    }
    .custom-bar {
        margin-top: -28px;
        width: 94%;
    }
    /* ################# ERP App Platform ################ */
    .app-img-block {
        padding: 22px 6px;
    }
    .plateform-card {
        border-radius: 12px;
        padding: 10px 8px;
        margin: 0px;
    }
    .plateform-title {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .plateform-content {
        font-size: 12px;
    }
    /* ############## Box Area ################ */
    .plateform-box-area {
        position: relative;
        height: 710px;
    }
    .bg-inner-testimonials {
        margin-top: 6%;
    }
    .integrations-box-area {
        position: relative;
        height: 320px;
    }
    .testimonials-box-area {
        position: relative;
        height: 460px;
    }
    /* ################# Awrds ################ */
    .award-title {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .award-content {
        font-size: 12px;
    }
    .award-box {
        padding: 4px;
    }
    /* ############### Our Clients ############### */
    .client-box {
        margin: 0px 10px;
        padding: 4px 4px;
    }
    .client-title {
        font-size: 14px;
    }
    .client-content {
        font-size: 12px;
    }
    /* ############### Live Demo ################ */
    .invoice-subheading {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .invoice-heading {
        font-size: 22px;
        margin-bottom: 4px;
    }
    .btn-invoice {
        padding: 3px 20px;
        font-size: 12px;
    }
    .btn-invoice:hover {
        padding: 3px 20px;
        font-size: 12px;
    }
    .btn-warm {
        padding: 3px 20px;
        font-size: 12px;
    }
    .btn-warm:hover {
        padding: 3px 20px;
        font-size: 12px;
    }
    .btn-democontact {
        padding: 3px 20px;
        font-size: 12px;
    }
    .btn-democontact:hover {
        padding: 3px 20px;
        font-size: 12px;
    }
    /* ################# Faqs ################# */
    .plateform-heading {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .plateform-text {
        font-size: 12px;
    }
    .faq-title {
        font-size: 14px;
        padding-bottom: 4px;
        margin: 0px 0px 0px 30px;
    }
    .faq-text {
        font-size: 12px;
        margin: 8px 0px 0px 30px;
    }
    .faq-toggle {
        font-size: 12px;
        top: 10px;
        left: 8px;
        width: 22px;
        height: 22px;
    }
    /* ############### Scanner ################## */
    .bg-scanner {
        border-radius: 12px 12px 12px 12px;
        padding: 8px 0px;
    }
    .faa-scanpay-icon {
        height: 28px;
        width: 28px;
        font-size: 14px;
        line-height: 28px;
    }
    .scanpay-title {
        font-size: 12px;
    }
    .scanner-heading {
        font-size: 20px;
        margin-bottom: 4px;
    }
    /* ############### Footer ################# */
    .footer-logo {
        height: 60px;
    }
    .footer-content {
        margin-right: 0%;
    }
    .footer-heading {
        font-size: 22px;
    }
    .footer-title {
        font-size: 14px;
    }
    .copyright {
        font-size: 12px;
    }
    /* ############### Testimonials ################## */
    .micro-slider {
        height: 300px !important;
        /* margin: 10px 0; */
        position: relative;
        width: 100%;
    }
    .slider-item {
        height: 165px !important;
        width: 280px !important;
    }
      /* ############### Product ################# */
      .product-platform-img {
        height: 45px;
        width: fit-content;
    }
      .product-heading {
        font-size: 18px;
    }
    .product-platform-title {
        font-size: 16px;
    }
    .plateform-product-subtitle1 {
        font-size: 18px;
    }
    .plateform-product-subtitle2 {
        font-size: 18px;
    }
    .product-heading {
        font-size: 16px;
    }
    .product-feature-content {
        font-size: 12px;
    }
    .plateform-product-card {
        border-radius: 8px;
        padding: 10px 6px;
        margin: 0px;
    }
    .product-feature-img{
        width: -webkit-fill-available;
        width: -moz-available;
    }
    .event-title {
        font-size: 18px;
    }
    .event-cat-list {
        line-height: 20px;
    }
    .eventdetails-title {
        font-size: 16px;
    }
     /* ############### Form ################# */
     .form-w-left {
        width:50%;
    }
    .form-w-right{
        width:50%;
    }
    .career-form-title{
        font-family: "Poppins";
        font-size: 18px !important;
    }
    .heading-title h4 {
        font-size: 1.1rem;
    }
    .form-label {
        font-size: 13px !important;
    }
    .form-input-text {
        font-size: 13px !important;
    }
    .career-heading {
        font-size: 0.9em;
        margin: 2px 0;
    }
    .job-opening span {
        font-weight: 600;
    }
    .form-main-title {
        font-size: 1rem;
    }
    .nav-link-tab-item.active {
        font-size: 12px !important;
        padding: 6px !important;
    }
    .nav-link-tab-item {
        font-size: 12px !important;
        padding: 6px !important;
    }
}
