/*Add Css Custom Here*/

#privacy-pop-up{
  margin: 0px!important;
  padding: 10px!important;
  font-size: 14px!important;
  background: rgb(137 181 56 / 89%)!important;
}
#exit-popup{
    font-weight: 400!important;
    text-transform: uppercase!important;
    padding: 0.5em 0.75em!important;
}
@media (max-width: 745px) {

  #exit-popup{
    display:block; 
  }

}
@media (max-width: 1199px) and (min-width: 992px)
header.typeheader-3 .header-bottom-right {
    width: 100%!important;
}

.content-aside{
   z-index:98;
}

.whatsappfloat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    padding: 14px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.option-content-box-disabled{
   background: #b9b9b9!important;
   cursor: not-allowed;
   text-decoration: line-through;
}

