@media (min-width: 992px) and (max-width: 1440px) {
  .pro_card_title {
    font-size: 14px;
  }

  .pro_card_img img {
    max-height: 170px;
  }

  .pro_price_title {
    font-size: 13px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar-nav .nav-link {
    padding-block: 22px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {}

@media (min-width: 992px) {
  .nav-item:hover>.dropdown-menu {
    display: block;
  }

  .megaMenuDrop .dropdown-toggle {
    display: none;
  }

  .subMenuLinks2 {
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 27%;
    right: 0;
  }

  .subMenuLinks>li {
    z-index: 1;
    width: 27%;
  }

  /* 
  .dropdown:hover ul.dropdown-menu,
  .dropdown:hover ul.dropdown-menu.show {
    top: calc(100% + 5px);
    opacity: 1;
    visibility: visible;
    transform: rotateX(0) translateZ(0);

  } */
  .mobile_logo,
  .mobile_backBtn {
    display: none;
  }
}

@media (min-width: 768px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .contactForm-items {
    padding: 20px 16px;
    gap: 16px;
  }

  .formDetal_track a,
  .formDetal_track p {
    font-size: 14px;
  }

  .footer-links li a {
    font-size: 14px;
  }

  .footer-block figure img {
    max-height: 73px;
  }

  .copyright {
    font-size: 13px;
  }

  .footer-links {
    margin: 0 0 30px;
    gap: 2px 30px;
  }

  .icon-track {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .form-label {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .navbar-nav .nav-link {
    margin: 0 8px;
    font-size: 15px;
  }

}

@media (max-width: 1199.98px) {
  .whatsapp-float {
    width: 60px;
    height: 60px;
  }

  .applications_card_box h3 {
    font-size: 17px;
  }

  .applications_card_box p {
    font-size: 14px;
  }

  .section-heading p {
    font-size: 16px;
  }

  .applications_wrapper {
    padding: 50px 0;
  }

  .cms-section {
    padding: 50px 0;
  }

  p {
    font-size: 14px;
  }

  .about-title {
    font-size: 19px;
    margin-bottom: 17px;
  }

  .about-sub-title {
    font-size: 15px;
  }

  .about-list li {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}


@media (max-width: 991.98px) {
  .contactButton {
    margin-left: 0;
    margin-top: 20px;
  }

  .megaMenuDrop .dropdown-menu {
    border: none;
    box-shadow: none;
    background: #fafafa;
    margin-left: 15px;
    position: unset;
    padding: 0;
  }

  .megaMenuDrop .dropdown-item {
    padding: 7px 12px;
    font-size: 14px;
  }

  .megaMenuDrop .dropdown-toggle {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    width: 30px;
    height: 30px;
  }

  .megaMenuDrop .dropdown-toggle::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
    border: 0;
    padding: 0;
    margin: 0;
    display: inline;
  }


  .megaMenuDrop.open .megaMenuDrop .dropdown-menu {
    display: block;
  }

  .dropdown.megaMenuDrop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .megaMenuDrop.open .dropdown-menu {
    display: block;
    width: 100%;
  }

  .pro_card_title {
    font-size: 14px;
  }

  .pro_price_title {
    font-size: 13px;
  }

  .pro_card_content {
    gap: 7px;
    padding-top: 15px;
    flex-direction: column;
    text-align: center;
  }

  .subMenuLinks>li>a {
    background: #fbfbfb;
    border-bottom: 1px solid #ddd;
  }

  .subMenuLinks2 {
    padding: 0 15px 15px;
  }

  .subMenuLinks {
    height: calc(100vh - 112px);
    max-height: 100%;
    overflow: auto;
    padding-inline: 6px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  .headProCard .pro_card_img img {
    max-height: 90px;
  }

  .pro_card_box.headProCard {
    padding: 10px;
  }

  .overlay {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    z-index: 1;
  }

  button.mobile_backBtn {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #454b4b;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }

  .subMenuContainer {
    top: 76px;
    max-height: 100%;
    padding-inline: 12px;
  }

  .subMenuLinks {
    box-shadow: none;
  }

  .subMenuLinks>li>a.active::after {
    transform: rotate(270deg) !important;
    right: 20px !important;
  }

  .mobile_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% + 32px);
    padding: 7px 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-left: -16px;
    height: 75px;
    margin-bottom: 14px;
    background: #fff;
  }

  .navbar-nav .nav-link {
    padding-block: 12px;
    margin: 0;
  }

  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    left: -510px;
    width: 100%;
    max-width: 500px;
    height: 100vh;
    background: #fff;
    padding: 0px 16px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    transition: left 0.4s ease;
    z-index: 99;
  }

  .navbar .navbar-collapse.show {
    left: 0;
  }

  .navbar .navbar-collapse.collapse {
    display: block !important;
  }

  .side_close_icon {
    line-height: 1;
    margin-top: -4px;
  }

  .subMenuLinks>li.rightArrow>a:after {
    top: 5px;
    right: 15px;
    transform: rotate(90deg);
  }

  .navbar-brand img {
    max-height: 50px;
  }


  #header .navbar-nav .dropdown-menu {
    border: none;
    /* background: transparent; */
    position: absolute;
  }

  .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }

  .navbar-toggler {
    width: 24px;
    height: 24px;
    position: relative;
    right: 0px;
    padding: 0;
    border: 0;
    z-index: 9;
  }



  .navbar-toggler:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 2px;
    width: 22px;
    background: #000000;
    content: "";
  }

  .navbar-toggler span {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 14px;
    right: 0;
    display: block;
    height: 2px;
    width: 22px;
    background: #000000;
  }

  .navbar-toggler:after {
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    height: 4px;
    width: 22px;
    border-top: 2px solid #000000;
    content: "";
  }


}

@media (max-width: 767.98px) {
  .section-heading h2 {
    font-size: 20px;
  }

  .product-wrapper {
    padding: 40px 0;
  }

  .section-heading {
    margin-bottom: 20px;
  }

  .pro_card_img img {
    max-height: 140px;
  }

  .prodName {
    font-size: 15px;
  }

  .experience-counter {
    padding: 0 0 20px;
  }

  .footer-block {
    text-align: center;
  }

  .footer-links {
    margin: 0 0 21px;
    gap: 2px 30px;
  }

  .footer-links li a {
    font-size: 14px;
  }

  .social_links a {
    width: 42px;
    height: 42px;
    padding: 13px;
  }

  .copyright {
    text-align: center;
  }

  .social_links {
    margin-bottom: 14px;
  }

  .form-label {
    font-size: 18px;
  }

  .contact-description {
    font-size: 14px;
    margin-bottom: 21px;
  }

  .formDetal_track p {
    font-size: 14px;
  }

  .icon-track {
    width: 50px;
    min-width: 50px;
    height: 50px;
    padding: 15px;
  }

  .about-section {
    padding: 50px 0;
  }

  .contactForm-items {
    padding: 19px 17px;
    gap: 15px;
    margin-bottom: 14px;
  }

  .cms-title2,
  .cms-title2 h1,
  .cms-title2 h2 {
    font-size: 22px;
    margin: 0 0 16px;
  }

  .footer-section {
    padding: 40px 0 20px;
  }

  .footer-block figure img {
    max-height: 60px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {}


@media (max-width: 575.98px) {

  .ser-table.table th {
    font-size: 14px;
    line-height: 22px;
  }

  .swr-pro-name {
    font-size: 14px;
    line-height: normal;
  }

  .swr-image-box {
    flex: 0 0 40%;
  }

  .megaMenuDrop .dropdown-toggle {
    font-size: 15px;
  }

}

@media (max-width: 420.98px) {
  .swr-image-box img {
    max-width: 130px;
  }

  .swr-pro-name {
    font-size: 13px;
    line-height: normal;
  }

  .ser-table.table td {
    font-size: 13px;
  }
}