.header-inner.style2 .header-logo .logo {
    width: auto;
    height: 80px;
}
.header-info_icon {
    width: 85px !important;
    height: 85px !important;
}
.menu-style2 ul li a.active {
    color: var(--white-color);
}
.menu-style2 ul.sub-menu li a.active, .menu-style2 ul.mega-menu li a.active {
    color: var(--theme-color);
}
.menu-style2 > ul > li > a.active::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    background-color: var(--theme-color);
    top: 80%;
    transform: translateX(-5%);
    right: 0;
    left: 0;
}
.table-summmary th {
      border: 0;
      border-bottom: 1px solid var(--border-color);
      padding: 17px;
      text-align: center;
      background-color: var(--sec-color);
      border-color: var(--sec-color);
      color: var(--white-color);
      text-align: center;
}
.hero-content.style3.theme-card::before {
    background-color: var(--theme-color);
}
.RTI-section .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #7409f6;
  }
.RTI-section  .nav-pills .nav-link {
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid #7409f6;
    background: #fcfcfc;
    margin-bottom: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  }
  .header-info_icon {
    border-radius: 0% !important;
    background-color: #fff;
  }
  .header-info_icon:hover {
    border-radius: 0% !important;
    background-color: #fff;
  }
  .list-style1 li:before, .list-style3 li:before {
    content: "\f058";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 600;
    position: absolute;
    top: 1px;
    left: 6px;
    color: #7409f6;
}
.search-dropdown {
    position: absolute;
    background: #fff;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    border: 1px solid #ddd;
    margin-top: 20px;
    max-height: 380px;
    min-width: 316px;
    overflow-y: auto;
    z-index: 10;
}

#suggestions-list li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

/* #suggestions-list li:hover {
    background-color: #7409f6;
    color: #fff;
}
#suggestions-list li a:hover {
    color: #fff;
} */
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:active {
    background-color: #7409f6 !important;
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    background-color: #7409f6 !important;
    color: #fff !important;
}

.filter-gallery .gallery-thumb img {
    width: 100%;
    height: 380px !important;
    object-fit: cover;
    object-position: center;
}
.card-style1, .card-style2 {
    max-width: 157px;
    padding: 22px 20px;
}

