.sticky-header-active .shree-logo {
  top: 20px;
  position: relative;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #header .header-nav-main nav > ul > li > a {
    padding: 0.3rem 0.5rem;
  }
}

.bg-color {
  background-color:#fee3b8!important;
}

.bg-footer {
  background-color: #ead1aa!important;
}

#header .header-logo {
  margin: 16px 0;
  margin: 0.5rem 0;
  position: relative;
  z-index: 1;
}

.topbar {
    background: #fee3b8;
    color: #000;
    font-size: 14px;
    padding: 6px 0;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #383082;
    border-color: var(--bs-btn-hover-border-color);
}


.header-text p {
    color: #383082;
    margin: 0;          /* remove default spacing */
     line-height: 1.5;
    font-size: 14px;   /* control tightness */
}

#searchBtn{
 background: #383082;
 color: #ffffff;
}

#header .header-btn-collapse-nav {
    margin: 0 2rem 0 0rem!important;
}

@media (max-width: 768px) {
  #header .header-logo img {
    width: 90px;
    height: auto;
  }

  .mobile-viw{
    display: none;
  }
}
 @media (max-width: 991px) {
    .dropdown-menu {
        display: none;
    }

    .dropdown.show .dropdown-menu {
        display: block;
    }
} 

@media (max-width: 991px) {
    .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin-top: 0;
    }
}
.dropdown-menu {
 transform: none !important;
}
@media (max-width: 991px) {
    .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin-top: 0;
    }
    

}
 .header-body {
height: auto !important;
}

.dropdown-menu.show {
transform: none !important;
top: 100% !important;
right: 0 !important;
left: auto !important;
}
