.bg{
    background: #03c6d9;
}
.bglogo{
    height:100px !important;
}
.dropbtn {
    /* background-color: #3498DB;  */
   color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
    border: none;
  cursor: pointer;
}


.dropdown {
  position: relative;
  display: inline-block;
}
#navbar ul{
    list-style: none;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100px;
  border-radius: 5px;

  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
}


.show {display: block;}
.content{
    padding: 0 !important;
}
#navbarBlur{
    background: #03bfcb;
}
/* #navbar{
    
    margin-right: 65px !important;

} */
.opacity-5{
    text-decoration: none;

}
.padd{
    padding: 5px;

}
.fontadd{
    font-weight: 600 !important;
}
.servicenum{
   
        color: #09d709;
        font-size: 16px;
}
.filter img{

    height: 25px;
filter: invert(1);
}

.bg-gradient-success{
    background: #09d709;
}
.wid{
    width: initial !important;
}
.mb-6{
    margin-bottom: 17px;

}
.pyadd{
    padding: 30px 60px !important;

}
.section{
    background: #f2f2f2;
    padding: 50px;
    border-radius: 10px;
}
.section label{
    font-size: 13px;
    font-weight: 600;

}
.borderadd{
    padding-top: 10px;
border-top: 1px solid;
}
.sidebar a {
    color: white !important;
}

.filter a{
    background: #000;
}