
@media screen and (min-width: 992px) {
.db1{
      background-color: white !important;
    color: black !important;
}

.active1{
    padding-left: 20px ;

}

.dropbtn {
  background-color: transparent;
  color: white;
  padding: 14px 16px 14px 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

}


@media screen and (max-width: 992px) {
  .db1{
   background-color: black !important;
        color: rgba(255, 255, 255, 0.7)  !important;
}



.dropbtn {
  
  color: white;
  padding: 14px 16px 14px 10px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

  
 }


.accordion {


    margin-top: 13px;

    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px 5px 18px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 19px;
    transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}


.panel {
  font-size: 20px;
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}



.footerstyle{
      color: white;
    font-size: 23px;
    font-weight: 700;

}

.footer-listing{
    color: white;
    font-size: 16px;
    list-style: none; 
}

.footer-anchor{
  color: white !important;
}

.ul-li-footer{
  list-style: none;
}

.vh{
  visibility: hidden;
}
.back-transparent{
  background-color: transparent !important;
}