.show-on-991 {
  display: none! important;
}

.hide-on-991 {
  display: block! important;
}

.show-on-767 {
  display: none! important;
}

.hide-on-767 {
  display: block! important;
}

.show-on-640 {
  display: none! important;
}

.hide-on-640 {
  display: block! important;
}

.show-on-575 {
  display: none! important;
}

.hide-on-575 {
  display: block! important;
}

.show-on-480 {
  display: none! important;
}

.hide-on-480 {
  display: block! important;
}

.show-on-425 {
  display: none! important;
}

.hide-on-425 {
  display: block! important;
}


@media (max-width: 1920px) {
  .left-sidebar-content {
    margin-left: 300px;
  }
}

@media (max-width: 1600px) {
  .protfoilo-content .box {
    width: 337px;
    height: 280px;
    min-height: 100%;
  }

  .left-sidebar-content {
    margin-left: 110px;
  }

  .protfoilo-content .box:hover .imgBox {
    transform: translate(30px, 145px);
  }
  
  /* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1540px;
  } */
}

@media (max-width: 1380px) {

  /* .right-sidebar-content img {
    height: 450px;
    object-fit: contain;
  } */
    .content-box h2 {
        font-size:40px;
        line-height:1.2;
    }

    .left-sidebar-content p {
        font-size: 1rem;
    }

  .partnership-content {
    margin-left: 0;
    gap: 15px;
  }

  .partnership-box {
    height: 60px;
    padding: 10px 20px;
  }

  .counting-section {
    bottom: -55px;
  }

  .counting-box {
    padding: 20px 40px;
  }

  .counting-card-body h5 {
    font-size: 40px;
  }

  .partnership-section {
    padding: 40px 20px;
  }

  .partnership-section .section-title h3 {
    font-size: 24px;
  }

  .sidebar-menu ul li a {
    padding: 10px 20px;
  }

  .header-area .main-nav .nav li {
    padding: 0 10px;
  }

  .reqt-btn:focus, .reqt-btn {
    padding: 15px 1rem;
  }

  .contact-info-box .contact-box {
    margin-bottom: 20px;
  }

  .contact-info-box {
    margin: 1rem auto;
  }

  .coming-section .left-content h1 {
    font-size: 80px;
  }

  /* .slick-slide {
    padding: 130px 0px 50px;
  } */

  .left-sidebar-content {
    max-width: 570px;
    margin-left: 108px;
  }

  .slick-slide .mu-single-slide-content-area .left-sidebar-content h1,
  .left-sidebar-content h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  .left-sidebar-content p {
    margin-bottom: 20px;
  }

  .partner-content {
    margin-top: 0;
    bottom: 120px;
  }

  .social-icons {
    gap: 10px;
  }

  .blog-details-section .section-title h3 {
    font-size: 40px;
    line-height: 1.2;
  }

  .recent-blog-post .section-title h3 {
    font-size: 36px;
  }

  .section-right-content span {
    font-size: 14px;
    line-height: 1.2;
  }

  .section-right-content {
    gap: 10px;
  }

  
  .solution-box .solution-box-content {
    padding: 40px;
    margin-bottom: 25px;
  }

  .solution-box-content .right-box-content h4 {
    font-size: 40px;
  }

  .wyd-section .section-title h3 {
    font-size: 40px;
    line-height: 1.2;
  }

  .case-study-content h2 {
    font-size: 80px;
    line-height: 1.1;
  }

  .blog-section .section-title {
    margin-bottom: 30px;
  }

}

@media (max-width: 1200px) {

  .slick-slide img {
    height: 380px;
    object-fit: contain;
  }

  .partner-img-box img {
    height: auto;
    object-fit: none;
  }

  .counting-card-img {
    max-width: 44px;
  }

  .counting-card-body h5 {
    font-size: 30px;
  }

  .partner-content {
    bottom: 150px;
  }

  .counting-section {
    bottom: -45px;
  }
  
  .counting-box {
    padding: 16px 30px;
  }

  .left-sidebar-content p {
    font-size: 14px;
    line-height: 1.3;
  }

  .left-sidebar-content {
    max-width: 100%;
    width: auto;
    max-height: 100%;
  }

  .slick-slide .mu-single-slide-content-area .left-sidebar-content h1 {
    font-size: 30px;
    line-height: 1.2;
  }


  .coming-section .left-content span {
    font-size: 24px;
  }

  .protfoilo-content .box {
    width: 592px;
  }

  .header-area {
    position: fixed! important;
  }
  
  .header-area .main-nav {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 1rem;
  }

  .breadcrumb-section {
    /* margin-top: 180px; */
    padding: 80px 20px;
  }

  .specific-content-box h3 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .device-details-box .right-box-content h4 {
    font-size: 34px;
    line-height: 1.2;
  }
}

@media (max-width: 1024px) {
  
}
@media (max-width: 991px) {
  
  .show-on-991 {
    display: block! important;
  }

  .hide-on-991 {
    display: none! important;
  }

  .solution-box .solution-box-content {
    padding: 30px;
    margin-bottom: 25px;
  }

  .solution-details-section .solution-box-content {
    margin-bottom: 50px;
  }

  .blog-details-section .container {
    max-width: 100%;
  }

  .blog-details-section .blog-post-box {
    margin-bottom: 50px;
  }
  
  .show-text .mu-single-slide-content-area {
    opacity: 1;
    visibility: visible;
    transition: all .4s ease-in-out;
  }

  .mu-slide {
    position: relative;
    height: 100%;
    flex-direction: column;
  }

  .main-banner {
    height: 100%;
  }

  .slick-list {
    position: relative;
  }

  /* .slick-slide {
    background: #fff;
  } */

  .protfoilo-content .box {
    width: 495px;
  }

  .left-sidebar-content p {
    margin-bottom: 20px;
  }

  .partner-content {
    margin-top: 20px;
  }

  .left-sidebar-content {
    max-width: 100%;
  }

  .monitor-section .container,
  .header-area .container {
    max-width: 100%;
  }

  .top-img-box::before,
  .top-img-box::after {
    display: none;
  }

  .top-slider-content {
    flex-direction: column-reverse;
  }

  .slick-slide .mu-single-slide-content-area .left-sidebar-content h1,
  .left-sidebar-content h1 {
    font-size: 80px;
    line-height: 1;
  }

  .case-study-content h2 {
    font-size: 70px;
    line-height: 1;
  }

  .copyright-link p,
  .copyright p {
    text-align: center;
  }

  .thank-you-section,
  .coming-section,
  .monitor-section,
  .blog-section,
  .intelligence-work-section,
  .work-section,
  .wyd-section,
  .features-section {
    padding: 80px 20px;
  }
    .device-details-lastsection {
        margin-bottom:80px;
    }

    .case-study-section {
        padding: 120px 20px;
    }

  .device-section .container,
  .case-inner-section .container {
    max-width: 100%;
  }

  .widget-box .widget-body {
    gap: 1rem;
  }

  .widget-box .widget-body h4 {
    font-size: 20px;
    line-height: 1;
  }

  .widget-box .widget-body p {
    font-size: 14px;
    line-height: 1.4;
  }

  .features-section .section-title h3,
  .section-title h3,
  .wyd-section .section-title h3,
  .content-box h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 1rem;
  }

  .case-study-content p {
    font-size: 18px;
    line-height: 1.4;
  }
  
  /* .device-details-box .right-box-content h4 {
    font-size: 40px;
    line-height: 1.2;
  } */

  .specific-tab-box {
    flex-direction: column;
  }

  .specific-device-img {
    height: auto;
  }

  .specific-tab .nav-pills {
    max-width: 100%;
  }

  .specific-content-box h3 {
    font-size: 32px;
  }

}

@media (max-width: 880px) {
  
  .right-menu-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .mobile-menu .right-menu-nav {
    display: flex;
  }

  .header-area .main-nav {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .menu-nav {
    justify-content: flex-end;
    display: none;
  }

  .protfoilo-content .box {
    width: 432px;
  }

  /* .breadcrumb-section {
    margin-top: 115px;
  } */

}

@media (max-width: 767px) {

  .partner-content {
    position: fixed;
    bottom: 20px;
  }

  .enquery-modal .modal-dialog {
    max-width: 500px;
    margin: .5rem auto;
    padding: 0 1rem;
  }

  .enquery-modal .modal-dialog .modal-header .modal-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .enquery-modal .modal-dialog .modal-header button{
    max-width: 36px;
    height: 36px;
    font-size: 20px;
    top: 0;
    right: 0;
  }
  
  .show-on-767 {
    display: block! important;
  }

  .hide-on-767 {
    display: none! important;
  }

  /* .breadcrumb-section {
    margin-top: 90px;
  } */

  .device-section .section-title, .gallery-section .section-title, .solution-section .section-title {
    margin-bottom: 30px;
  }

  .solution-box-content .right-box-content h4 {
    font-size: 40px;
    max-width: 100%;
  }

  .details-breadcrumb-section {
    min-height: 300px! important;
  }

  .section-right-content {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .header-area .main-nav {
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }

  .header-area .main-nav .menu-trigger {
    top: 25px;
    display: none! important;
  }
  
  .header-area .main-nav .logo {
    line-height: 1;
    margin: 0;
  }
/* 
  .menu-nav {
    display: block;
  } */

  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #f5a425!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    padding: 1rem 1rem;
    height: auto;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px 1rem!important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #f5a425!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }

  .slick-slide .mu-single-slide-content-area .left-sidebar-content h1,
  .left-sidebar-content h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  .slick-slide .mu-single-slide-content-area .left-sidebar-content h1 span {
    color: #fff;
  }

  .left-sidebar-content p {
    font-size: 16px;
    line-height: 1.3;
  }

  .slick-dots {
    position: static;
    margin-bottom: 20px;
  }

  .main-banner {
    flex-direction: column;
  }

  .counting-section {
    background: #fbf5f6;
    padding: 20px;
    position: static;
  }

  .left-sidebar-content {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }

  .case-study-section {
    padding: 80px 20px;
  }

  /* .slick-slide {
    padding: 120px 20px 20px;
    background: #fff;
  } */

  .case-study-content h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .case-study-content p {
    font-size: 1rem;
  }

  .features-box .card .card-body {
    padding-top: 1rem;
  }

  .case-study-content span {
    font-size: 24px;
    line-height: 1.2;
  }

  .features-box .card .card-body p {
    font-size: 14px;
    line-height: 1.4;
  }

  .features-box .card .card-body h4 {
    font-size: 20px;
    line-height: 1;
  }

  .features-section .section-title h3, 
  .section-title h3, 
  .wyd-section .section-title h3, 
  .content-box h2 {
    font-size: 36px;
  }

  .study-content-box {
    margin-bottom: 30px;
  }

  .protfoilo-content .box {
    width: 757px;
  }

  .blog-section .container {
    max-width: 100%;
  }

  .thank-you-section,
  .blog-details-section,
  .device-section,
  .case-inner-section,
  .coming-section,
  .partnership-section {
    padding: 50px 20px;
  }

  
  .device-details-section,
  .coming-section,
  .monitor-section,
  .blog-section,
  .intelligence-work-section,
  .work-section,
  .wyd-section,
  .features-section {
    padding: 50px 20px;
  }
    .device-details-lastsection {
        margin-bottom:50px;
    }


    .features-section .container,
    .footer-section .container,
    .partnership-section .container {
        max-width: 100%;
    }

  .footer-content {
    gap: 20px;
  }

  .coming-section .left-content h1 {
    font-size: 50px;
    margin-bottom: 0;
    line-height: 1;
  }

  .thank-you-section .left-content h1 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 1rem;
  }

  .check_circle-img {
    margin-bottom: 0px;
  }

  .thank-you-section .left-content p {
    font-size: 20px;
    margin-bottom: 1rem;
  }

}

@media (max-width: 640px) {
  
  .show-on-640 {
    display: block! important;
  }

  .hide-on-640 {
    display: none! important;
  }

  .protfoilo-content .box {
    width: 665px;
  }

  .content p{
    max-width: 480px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }

  .right-menu-nav h4 {
    display: none;
  }
  
}

@media (max-width: 575px) {

  .count-items {
    flex: 0 0 auto;
    width: 50%;
  }

  .enquery-modal .modal-dialog .modal-header .modal-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .offcanvas-end {
    width: 320px;
  }

  .enquery-modal .modal-dialog .modal-header button{
    max-width: 30px;
    height: 30px;
    font-size: 18px;
    top: 0;
    right: 0;
  }
  
  .show-on-575 {
    display: block! important;
  }

  .hide-on-575 {
    display: none! important;
  }

  .thank-you-section .left-content h1 {
    font-size: 40px;
  }

  .thank-you-section .left-content .support-info p span {
    font-size: 22px;
  }

  .device-details-box .right-box-content h4 {
    font-size: 30px;
  }
  .solution-box-content .right-box-content h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .solution-details-section .solution-box-content {
    margin-bottom: 30px;
  }

  .blog-card-body p,
  .blog-card-body h4 a, 
  .blog-card-body h4 {
    height: 100%;
  }

  .footer-content h3 {
    font-size: 24px;
    line-height: 1;
  }

  .slick-slide .mu-single-slide-content-area .left-sidebar-content h1 {
    font-size: 40px;
  }
  .left-sidebar-content h1 {
    font-size: 50px;
  }

  .more-btn:focus, .more-btn {
    height: 50px;
  }

  .case-study-content h2 {
    font-size: 40px;
  }

}

@media (max-width: 480px) {
  
  .show-on-480 {
    display: block! important;
  }

  .hide-on-480 {
    display: none! important;
  }

  .slick-slide img {
    height: auto;
  }

  .mu-single-slide-content-area .container-fluid {
    padding-top: 0! important;
  }

  .count-items {
    flex: 0 0 auto;
    width: 100%;
    border-bottom: 1px solid rgba(183, 183, 183, 1);
    border-right: none;
    padding-bottom: 10px;
  }

  .count-items:last-child {
    border: 0;
    padding-bottom: 0;
  }

  .count-items .counting-card-box {
    justify-content: flex-start;
  }

  .left-sidebar-content {
    padding: 0 20px;
    min-height: 180px;
  }

  .partner-content {
    padding: 0 20px;
    flex-wrap: wrap;
    width: 100%;
  }

  .content p {
    max-width: 380px;
  }

  .content h4 {
    font-size: 25px;
    line-height: 1.4;
  }

  .wyd-section .section-title h3 {
    font-size: 30px;
  }

  .content-box h2 {
    font-size: 25px;
  }

  .left-sidebar-content p {
    font-size: 1rem;
  }

  .content-box p {
    font-size: 14px;
    line-height: 24px;
  }

  .breadcrumb-section {
    padding: 90px;
  }

  .breadcrumb-section .section-title {
    margin: 1rem auto! important;
  }

  .intelligence-work-section.section-002 {
    padding: 0 20px 40px;
  }

  .left-partnership-box {
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
  }

  .partnership-content .section-title {
    margin-bottom: 1rem! important;
  }

  .partnership-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .partnership-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .partnership-content {
    gap: 0;
  }

  .footer-section {
    padding: 40px 20px 0;
  }

  .partnership-section .section-title h3 {
    font-size: 20px;
  }

  .contact-us-section .left-content h4 {
    font-size: 40px;
    line-height: 1;
  }

  .slick-slide .mu-single-slide-content-area .left-sidebar-content h1 {
    font-size: 22px;
    margin-bottom: 1rem;
  }

  .coming-section .left-content h1,
  .left-sidebar-content h1 {
    font-size: 40px;
  }

  .features-box .card,
  .monitor-box {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }

  .blog-card-body h4 a, .blog-card-body h4 {
    font-size: 20px;
    line-height: 1.2;
  }

  .blog-card-body p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .footer-top .row .col-6,
  .monitor-content {
    flex: 0 0 auto;
    width: 100%;
  }

  .section-title {
    margin-bottom: 30px! important;
  }

  .copyright-link p a,
  .copyright-link p,
  .copyright p {
    line-height: 1.3;
    font-size: 1rem;
  }


}

@media (max-width: 425px) {
  
  .show-on-425 {
    display: block! important;
  }

  .hide-on-425 {
    display: none! important;
  }
  .wyd-section .section-title h3 {
    font-size: 26px;
  }

  .coming-section .left-content {
    gap: 10px;
  }

  .left-content .fleeto-img {
    max-width: 120px;
    width: 100%;
  }

  .case-study-content h2 {
    font-size: 32px;
  }
  .footer-content h3,
  .case-study-content span {
    font-size: 20px;
  }

  .features-section .section-title h3, .section-title h3 {
    font-size: 32px;
  }

  .copyright-link p a, .copyright-link p, .copyright p {
    font-size: 14px;
  }

  .contact-info-box .contact-box p,
  .contact-info p {
    font-size: 1rem;
    line-height: 1.2;
  }

  .monitor-section, .blog-section, 
  .intelligence-work-section, 
  .work-section, 
  .wyd-section, 
  .features-section {
    padding: 60px 20px;
  }

  .footer-bottom {
    padding: 20px 0;
  }

  .footer-top {
    padding-bottom: 30px;
  }

  .breadcrumb-section {
    padding: 40px 20px;
  }

  .breadcrumb-section .section-title h3 {
    font-size: 40px;
  }

}

@media (max-width: 380px) {
  
  .content p {
    max-width: 340px;
  }

  .offcanvas-end {
    width: 280px;
  }

  .features-section .section-title h3, .section-title h3 {
    font-size: 28px;
  }

  .copyright-link p a, .copyright-link p, .copyright p {
    font-size: 12px;
  }

  .wyd-section .section-title h3 {
    font-size: 22px;
  }

  .case-study-content p {
    font-size: 14px;
    line-height: 1.5;
  }

}

/* =====================
   desktop
   min-width: 768px;
   max-width: 1024px;

===================== */


@media (min-width: 768px) and (max-width: 1024px) {
  
}



/* =====================

   Tablets
   min-width: 640px;
   max-width: 767px;

===================== */

@media (min-width: 640px) and (max-width: 767px) {
  
}



/* =====================

   Small Devices
   min-width: 320px;
   max-width: 479px;

===================== */


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

}
