@media screen and (min-width:150px) and (max-width:992px) {
.hero-section {
    position:static ;
    background: #000041;
	padding: 0px!important;
}
.contact-title {
    margin-top: 50px!important;
}
.product-img-box img {
    height:auto!important;
}
.aboutindex h1 {
    font-size: 32px!important;
}
.aboutindex h3 {
    font-size: 32px!important;
}
.logo-img {
    height: 40px!important;
}
.container {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}
}
@media screen and (min-width:1920px) and (max-width:2680px) {
.container {
    max-width: 1600px;
    padding-left: 2rem;
    padding-right: 2rem;
}
.stat-card {
    padding: 2rem;
    border-radius: 15px;
    height: 238px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

}
.bannersec{
  position:relative;
  width:100%;
  padding-top:46.6%;
  overflow:hidden;
  z-index: 0;
}
.slide{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  opacity:0;
  transition:opacity var(--fade,1s) ease-in-out;
}
.active{opacity:1;}
.slide img{
  width:100%;
  object-fit:cover;
  display:block;
}
.dots{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:8px;
  z-index:20;       /* above slides */
  bottom:20px;      /* placed at bottom center of banner */
}
.dots span{
  width:12px;
  height:12px;
  border-radius:50%;
  background:#ddd;
  cursor:pointer;
  transition:0.3s;
  box-shadow:0 1px 2px rgba(0,0,0,0.15);
}
.dots .active-dot{
  background:#333;
}
@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; /* Alignment sahi rakhne ke liye */
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 600px) {
  .dots {
    display: none;
  }
}
@media
(min-width: 768px) {
    .col-md-2-5 {
        flex: 0 0 auto;
        width: 20%;
    }
	.col-md-1-5 {
        flex: 0 0 auto;
        width: 12%;
    }
}

.mobilefixed {
    position: fixed;
    background-color: #fff;
    width: 100%;
    bottom: 0;
    color: #fff;
    display: flex;
    text-align: center;
    z-index: 99999 !important;
    box-shadow: -8px 2px 21px 0 rgba(136, 136, 136, .4);
    border-radius: 10px 10px 0 0
}

.mobilefixed ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 6px
}

.mobilefixed li a {
    color: #000 !important;
    padding: 10px 15px 0 15px;
    font-weight: 400;
    font-size: 13px;
    display: inline-block
}


.mobilefixed span {
    width: 100%;
    display: block;
    font-size: 11px;
    color: #555;
}

.mobilefixed i {
    font-size: 15px;
}

.menu1 {
    font-size: 30px !important;
    color: #f60;
    padding-top: 7px;
    padding-right: .8rem;
    display: inline-block;
}