/* @media (max-width: 1399px) {
  .menu li a {
    font-size: 18px;
  }

  .menu li {
    margin: 0 3px;
  }
} */

@media (max-width:2560px) {
  .product-bg-img {
    top: -235px;
  }
}
@media (max-width:1920px) {
  .product-bg-img {
    top: -180px;
  }
}

@media (max-width: 991px) {
  header {
    background: var(--white);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    /* box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1); */
  }

  .header {
    border-radius: 0;
    box-shadow: none;
  }
  .container-fluid {
    padding: 0 20px;
  }

  .top-header {
    display: none;
  }

  .header-bg-color {
    animation: none !important;
  }

  .menu {
    position: fixed;
    background-color: var(--primary);
    width: 100%;
    height: 100vh;
    display: block;
    text-align: left;
    left: -200%;
    right: 0;
    top: 0px;
    transition: all 0.4s;
    z-index: 999;
    padding-top: 70px;
    margin-top: 0;
    backdrop-filter: blur(5px);
  }

  .header-fixed .menu {
    margin-top: 0;
  }

  .menu li {
    display: block;
    border-bottom: solid 1px #000;
  }

  .menu li a {
    padding: 10px 10px 10px 30px;
    display: block;
    color: #fff !important;
  }

  .has-dropdown span {
    position: absolute;
    right: 10px;
    top: 7px;
    background-color: var(--light);
    display: block;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    padding-top: 2px;
  }

  .show-menu {
    left: 0 !important;
  }

  .show-dropdown {
    display: block;
  }

  .header-right {
    display: block;
    position: fixed;
    right: 20px;
    top: 15px;
    z-index: 9999;
  }

  /* .header-fixed .header-right {
    top: 18px;
  } */

  .menu-icon {
    cursor: pointer;
  }

  .menu-lines {
    position: relative;
    margin-left: 10px;
    width: 30px;
    height: 2px;
    background-color: var(--secondary);
    transition: all 0.3s;
    display: inline-block;
  }

  .menu-lines::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--secondary);
    top: -10px;
    left: 0;
    transition: all 0.3s;
  }

  .menu-lines::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--secondary);
    top: 10px;
    left: 0;
    transition: all 0.3s;
  }

  .header-fixed .menu-lines,
  .header-fixed .menu-lines::before,
  .header-fixed .menu-lines::after {
    background-color: var(--secondary);
  }

  .toggle-lines::before {
    transform: rotate(45deg);
    top: 0px;
    transition: all 0.4s;
  }

  .toggle-lines::after {
    transform: rotate(-45deg);
    top: 0px;
    transition: all 0.4s;
  }

  .toggle-lines {
    background-color: transparent;
    transition: all 0.4s;
  }

  .header-fixed .toggle-lines {
    background-color: transparent;
    transition: all 0.4s;
  }

  .title {
    font-size: 24px;
  }

  .inner-sec {
    padding: 50px 0;
  }

  .logo img {
    max-width: 150px;
  }

  .product-sec {
    margin-top: 0;
    padding: 50px 0;
  }

  .d-pr-sec h1 {
    color: #fff;
    margin-top: 20px;
  }

  .dd-product-img {
    margin-top: 50px;
  }
  .info-sec-1 {
    padding-bottom: 100px;
  }

  footer h4 {
    margin-bottom: 30px;
  }

  .info-sec-3 {
    padding: 15px;
  }

  .header-fixed .logo img {
    max-width: 150px;
  }

  .product-bg-img {
    display: none;
  }

.about-sec {
background: linear-gradient(
    90deg,
    rgba(0, 18, 116, 1) 20%,
    rgba(3, 5, 28, 1) 100%
  );
  }

  .main-banner-img {
    width: 100%;
    min-height: 210px;
    margin-top: 70px;
    object-fit: cover;
    object-position: right;
}

.pr-title {
  font-size: 30px;
}
}

@media (max-width: 768px) {
}

@media (max-width: 525px) {
}
