@media screen and (min-device-width: 769px) and (max-device-width: 991.98px) {
  .d-flex.footer-post {
    display: grid !important;
  }
}

@media (max-width: 991.98px) {
  .service-item {
    height: 100%;
  }

  .footer-contact-section span {
    display: block;
  }

  .Industries-row .Industries-item {
    max-width: fit-content;
  }

  .Industries-row {
    display: grid;
    flex-wrap: wrap;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .Industries-row .Industries-item img {
    max-width: 100%;
    width: 100%;
  }

  .header-banner-area img {
    width: 100%;
  }

  .header-banner-area {
    margin-bottom: 1rem;
  }

  .about-banner img {
    width: 100%;
  }

  #counter .item .count {
    color: #e7e7e7;
    font-size: 8rem;
  }

  .Infrastructure .inner {
    padding: 30px 28px 30px 0;
  }

  .inner-page-type-2 .page-heading h1 {
    font-size: 30px;
  }

  .accordion {
    min-height: auto;
  }

  .blog-post-entry .blog-img img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .blog-post-entry .blog-img {
    height: 332px;
    margin-bottom: 1rem;
  }

  .blog-gride {
    border-radius: 15px;
    padding: 1rem;
  }

  .blog-section-area {
    background: #F0F0F0;
    padding-bottom: 1rem;
  }

  .header-type-2 {
    padding: 0px 0;
  }

  .header-type-2 .navbar-dark .navbar-nav .nav-link {
    color: #efefef;
  }

  .visible-on-responsive {
    display: block;
  }

  .mian-logo {
    display: none;
  }

  .inner-page .slider-item {
    padding-top: 0;
  }

  .slider-item .slider-text h1 {
    font-size: 40px;
  }

  header .navbar-brand span {
    font-size: 12px;
  }

  .navbar-dark .navbar-brand img {
    max-width: 200px;
  }

  .product-section .flex-nowrap {
    row-gap: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

  }

  .section.facility .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    grid-template-columns: 1fr;
    margin-right: -5px;
    margin-left: -5px;
    row-gap: 14px;
  }

  .testimonials {
    padding: 2rem 0;
  }

  .faq .card-box .card-left {
    background: #00C478;
    min-width: 150px;
  }

  .faq .card-box .card-right {
    background: rgba(0, 0, 0, 0.8);
    min-width: 150px;
  }

  .blog p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #0C072D;
  }

  .lead {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
  }

  .blog-title h2,
  .h2 {
    font-size: 20px;
  }

  .testimonials .owl-dots {
    display: none;
  }

  .manufacture .main-title {
    margin-bottom: 40px;
    padding: 0 2rem;
  }

  .facility .main-title {
    margin-bottom: 15px;
  }

  .manufacture .box-card {
    left: 0;
  }

  .product-section .text {
    padding: 10px;
  }

  .slider-item .slider-text h1 {
    font-size: 45px;
  }

  .slider-item {
    min-height: 700px;
    padding-top: 200px;
  }

  .section {
    padding: 3em 1em !important;
  }

  .service-section .owl-prev {
    position: absolute;
    left: -12px;
  }

  .service-section .owl-next {
    position: absolute;
    right: -12px;
  }

  .btn-view-all {
    font-size: 14px;
  }

  .main-title {
    font-size: 27px;
    font-weight: 500;
    line-height: 37px;
  }

  .imgage-responsive {
    height: auto;
    width: 100%;
  }

  .faq .card-box {
    left: 5px;
    gap: 10px;
    top: 25%;
  }

  .container {
    max-width: 900px;
  }
}

@media (max-width: 768px) {
  .Industries-row .Industries-item {
    flex: 0 0 25%;
    max-width: 25%;
    max-width: 25%;
}
  .service-item {
    height: 100%;
  }
.form-section {
    padding: 20px 30px 20px 30px;
}
  .footer-contact-section span {
    display: block;
  }

  .Industries-row .Industries-item {
    max-width: fit-content;
  }

  .Industries-row {
    display: grid;
    flex-wrap: wrap;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .Industries-row .Industries-item img {
    max-width: 100%;
    width: 100%;
  }

  .header-banner-area img {
    width: 100%;
  }

  .header-banner-area {
    margin-bottom: 1rem;
  }

  .inner-page-type-3 .container {
    width: 100%;
    padding: 0;
  }

  .box-type-2 img {
    display: none;
  }

  .navbar-collapse {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    width: 90%;
    left: 5%;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #333;
  }

  .navbar-dark .navbar-nav .nav-link:focus {
    color: #333;
  }

  .header-type-2 .navbar-dark .navbar-toggler {
    background: #58C18E;
  }

  .header-type-2 .navbar-collapse {
    background: #3d8bd9;
    /* position: absolute; */
    padding: 10px;
    border-radius: 10px;
  }

  .header-type-2 .navbar-collapse .nav-link {
    color: #d9d6d6;
  }

  .header-type-2 .navbar-collapse .nav-link.active {
    color: #fff !important;
    font-weight: bold;
  }

  .inner-page-type-2 .page-heading h1 {
    font-size: 30px;
  }

  .blog-post-entry .blog-img img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .blog-post-entry .blog-img {
    height: 332px;
    margin-bottom: 1rem;
  }

  .blog-gride {
    border-radius: 15px;
    padding: 1rem;
  }

  .blog-section-area {
    background: #F0F0F0;
    padding-bottom: 1rem;
  }

  .header-type-2 {
    padding: 0px 0;
  }

  .header-type-2 .navbar-dark .navbar-nav .nav-link {
    color: #efefef;
  }
.navbar-dark .navbar-nav .dropdown-menu a{
  color: #000 !important;
}
  .visible-on-responsive {
    display: block;
  }

  .mian-logo {
    display: none;
  }

  .inner-page .slider-item {
    padding-top: 0;
  }



  .barnd ul li {
    width: 15%;
  }

  .barnd img {
    width: 100%;
  }

  .container {
    max-width: 800px;

  }

  .wdt-thumb-slider-icon {
    display: none;
  }

  .section.testimonial-section img .img-fluid {
    width: 100%;
  }

  .slider-item .slider-text h1 {
    font-size: 30px;
  }

  .main-custom-nav button {
    width: auto;
    height: auto;
    padding: 5px;
    margin: 0 5px;
    background: transparent;
    border: none;
    color: #58C18E;
  }

 .get-in-touch img {
    max-width: 100%;
    display: none;
}

  .hide-on-phone {
    display: none;
  }

  .newalatter {
    padding: 3rem 0;
  }

  .newalatter h2 {
    font-size: 20px;
  }

  .navigation {
    padding: 14px 21px;
    top: 0;
    left: 0;
  }

  .navigation ul {
    padding-left: 0;
  }

  .navigation ul li {

    margin-bottom: 15px;
  }

  .navigation ul li a {
    font-size: 15px;
  }

  .block-41 .block-41-heading {
    font-size: 24px;
    margin-bottom: 15px !important;
  }

  .service-section {
    padding: 40px 0;
    padding-bottom: 0;
  }

  .content-section {
    position: absolute;
    bottom: 100px;
    right: 0;
    padding: 6px 20px;
    max-width: 698px;
  }

  .content-section h3 {
    font-size: 23px;

  }

  .section {
    padding: 3em 0;
  }

  .team {
    padding: 3em 0;
  }

  .accordion-collapse {
    padding: 10px 12px;
  }

  .accordion-item .accordion-header {
    font-size: 18px;
    padding-right: 46px;
  }

  .accordion-item .accordion-header .accordion-button {
    background: transparent;
    border: none;
    text-align: left;
  }

  .inner-page .slider-item {
    height: calc(40vh - 117px);
    min-height: 200px;
  }

  .slider-item:before {
    height: auto;
  }



  .contact-info-box {
    margin-bottom: 15px;
  }

  .contact-info-box h4 {
    font-size: 15px;
  }

  header .navbar-brand span {
    font-size: 12px;
  }

  .navbar-dark .navbar-brand img {
    max-width: 200px;
  }

  .product-section .flex-nowrap {
    row-gap: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;

  }

  .section.facility .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -ms-flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    margin-right: -5px;
    margin-left: -5px;
    row-gap: 14px;
  }

  .testimonials {
    padding: 2rem 0;
  }

  .faq .card-box .card-left {
    background: #00C478;
    min-width: 150px;
  }

  .faq .card-box .card-right {
    background: rgba(0, 0, 0, 0.8);
    min-width: 150px;
  }

  .blog p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #0C072D;
  }

  .lead {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
  }

  .blog-title h2,
  .h2 {
    font-size: 20px;
  }

  .testimonials .owl-dots {
    display: none;
  }

  .manufacture .main-title {
    margin-bottom: 40px;
    padding: 0 2rem;
  }

  .our-focus ul {
    padding: 0;
  }

  .facility .main-title {
    margin-bottom: 15px;
  }

  .manufacture .box-card {
    left: 0;
  }

  .product-section .text {
    padding: 10px;
  }


  .remove-on-small .rounded-card {
    height: 100%;
  }

  .remove-on-small .rounded-card img {
    height: 100%;
    width: 100%;
  }

  .slider-item {
    min-height: 700px;
    padding-top: 160px;
  }

  .section {
    padding: 1em 1em !important;
  }

  .service-section .owl-prev {
    position: absolute;
    left: -12px;
  }

  .service-section .owl-next {
    position: absolute;
    right: -12px;
  }

  .main-title {
    font-size: 27px;
    font-weight: 500;
    line-height: 37px;
  }

  .title-2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
  }

  .service-content {
    margin-top: 15px;
  }

  .box-type-2 .box-type-2-content-section {
    padding: 30px 15px 30px 10px;
  }

  .box-type-2 .box-type-2-content-section ul {
    padding: 0;
    margin: 0;
  }

  .job-card-inner img {
    display: none;
  }

  .job-content-section ul {
    margin-bottom: 0;
  }

  .imgage-responsive {
    height: auto;
    width: 100%;
  }

  .faq .card-box {
    left: 5px;
    gap: 10px;
    top: 50%;
  }


}

@media (max-width: 480px) {
  .footer-contact-section span {
    display: block;
  }

  .Industries-row .Industries-item img {
    max-width: 100%;
    width: 100%;
  }

  .header-banner-area img {
    width: 100%;
  }

  .header-banner-area {
    margin-bottom: 1rem;
  }

  .Industries-row .Industries-item {
    max-width: fit-content;
  }

  .Industries-row {
    display: grid;
    flex-wrap: wrap;
    gap: 15px;
    grid-template-columns: 1fr;
  }

  .header-type-2 .navbar-toggler-icon {
    filter: invert(1);
  }

  .about-banner img {
    width: 100%;
  }

  .about-banner {
    margin-bottom: 1rem;
  }

  #counter .item .count {
    font-size: 8rem;
  }

  #counter {
    flex-wrap: wrap;
  }

  #counter .item {
    width: 45%;
  }

  .text-flow {
    text-align: left;
  }

  .inner-page-type-2 .page-heading h1 {
    font-size: 30px;
  }

  .blog-post-entry .blog-img img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .blog-post-entry .blog-img {
    height: 332px;
    margin-bottom: 1rem;
  }

  .blog-gride {
    border-radius: 15px;
    padding: 1rem;
  }

  .blog-section-area {
    background: #F0F0F0;
    padding-bottom: 1rem;
  }

  .header-type-2 {
    padding: 0px 0;
  }


  .visible-on-responsive {
    display: block;
  }

  .mian-logo {
    display: none;
  }

  .inner-page .slider-item {
    padding-top: 0;
  }
.inner-page .slider-item h1{
         padding-top: 0 !important;
        margin-bottom: 0;
}
  header .navbar-brand span {
    font-size: 12px;
  }

  .navbar-dark .navbar-brand img {
    max-width: 200px;
  }

  .product-section .flex-nowrap {
    row-gap: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;

  }

  .section.facility .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -ms-flex-wrap: wrap;
    grid-template-columns: 1fr;
    margin-right: -5px;
    margin-left: -5px;
    row-gap: 14px;
  }

  .testimonials {
    padding: 2rem 0;
  }

  .faq .card-box .card-left {
    background: #00C478;
    min-width: 150px;
  }

  .faq .card-box .card-right {
    background: rgba(0, 0, 0, 0.8);
    min-width: 150px;
  }

  .blog p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #0C072D;
  }

  .lead {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
  }

  .blog-title h2,
  .h2 {
    font-size: 20px;
  }

  .testimonials .owl-dots {
    display: none;
  }

  .manufacture .main-title {
    margin-bottom: 40px;
    padding: 0 2rem;
  }

  .facility .main-title {
    margin-bottom: 15px;
  }

  .manufacture .box-card {
    left: 0;
  }

  .product-section .text {
    padding: 10px;
  }

  .slider-item .slider-text h1 {
    font-size: 30px;
  }

  .slider-item {
    min-height: 700px;
    padding-top: 120px;
  }

  .section {
    padding: 1em 1em !important;
  }

  .service-section .owl-prev {
    position: absolute;
    left: -12px;
  }

  .service-section .owl-next {
    position: absolute;
    right: -12px;
  }

  .btn-view-all {
    font-size: 14px;
    min-width: 180px;
  }

  .main-title {
    font-size: 27px;
    font-weight: 500;
    line-height: 37px;
  }

  .imgage-responsive {
    height: auto;
    width: 100%;
  }

  .faq .card-box {
    left: 5px;
    gap: 10px;
  }
}