.dropdown-toggle::after{
  content: unset !important;
}
:root {
--color-primary: #06A3DA;
--color-secondary: #012068;  
--color-default: #0a0d13;
--cz-primary-rgb: #FE696A;
}

.home-banner {
    /*background: linear-gradient(91.03deg, #06A3DA 31.18%, #012068 98.97%);*/
    /*background: linear-gradient(45.03deg, #06A3DA, #012068 31.18%, rgb(68 27 133 / 0%) 134.97%);*/
    background:linear-gradient(91.03deg, #1c2430 31.18%, rgba(32, 53, 81, 0) 98.97%), url('/asset/img/banner.webp');
    background-size: cover;
}
.text-primary{
  color:var(--color-primary) !important;
}

.text-secondary{
  color:var(--color-secondary) !important;
}
.bg-primary{
  background-color: var(--color-primary) !important;
}
.bg-secondary{
  background-color: var(--color-secondary) !important;
}
@media (max-width: 991.98px) {
  .navbar-nav .dropdown-menu {
    max-height: 70vh;
    overflow-y: auto;
  }
}
.bg-footer{
  background: #091E3E;
}
.footer .footer-item a {
  line-height: 30px;
  color: white;
  transition: 0.5s;
  text-decoration: none;
}
.sticky-top {
  z-index: 20 !important;
  background: white;
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#category-section .CaardBox:hover {
  box-shadow: 0px 0px 20px rgb(0 0 0 / 12%);
}
#category-section .CaardBox {
  margin-bottom: 25px;
  text-align: center;
  border-radius: 6px;
  padding: 20px 20px;
  background: #FFFFFF;
}
.service .nav .nav-link.active {
  border-color: var(--color-secondary) !important;
  background: var(--color-secondary);
  color:white !important;
  font-weight: 600;
}
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 14;
}
#Category .card-title:hover,#Department .card-title:hover,#Location .card-title:hover{
  background: var(--color-secondary);
  border-radius: 20px;
}
#Category .card-title a:hover,#Department .card-title a:hover,#Location .card-title a:hover{
  color: white !important;
}

/* Home page Searching autocomplate */
.ui-menu .ui-menu-item{
padding-bottom: 20px !important;
}
.ui-menu .ui-menu-item-wrapper{
position: ABSOLUTE !important;
WIDTH: 100% !important;
padding: 8px 1em 8px .4em !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight{
border: 1px solid var(--color-secondary);
background: var(--color-secondary);
color: #fff;
}
.ui-state-active{
background-color: var(--color-secondary) !important;
border: 1px solid var(--color-secondary) !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
  border: 1px solid var(--color-primary) !important;
  background: var(--color-primary) !important;
  color: #ffffff !important;
}
/* Home page Searching autocomplate */

.accordion-button::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
a,a:hover {
    color: #06A3DA;
    text-decoration: none;
}
.text-orange{
  color: #EF6924;
}
.btn-orange,.btn-orange:hover {
    color: #fff;
    background-color: #EF6924;
    border-color: #EF6924;
}
.whatsapp_btn {
  position: fixed;
  bottom: 35px;
  left: 10px;
  width: 125px;
  height: 50px;
  z-index: 11;
}

/*** Button Start ***/
.btn {
font-weight: 600;
transition: .5s;
}
.btn-square {
width: 32px;
height: 32px;
}
.btn-sm-square {
width: 34px;
height: 34px;
}
.btn-md-square {
width: 44px;
height: 44px;
}
.btn-lg-square {
width: 56px;
height: 56px;
}
.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
padding: 0;
display: flex;
align-items: center;
justify-content: center;
font-weight: normal;
border-radius: 50%;
}
/*** Section Title Start ***/

.sticky-top-link-line{
  position:  sticky;
  top:72px;
  background: white;
  z-index: 9;
}

.search_filter_text_scroll{
  overflow-y: scroll;
  overflow-x:hidden;
  transition: var(--color-primary);
  height: 150px;
}