
.policy
{
margin-left: 5%;

}
.margin{
    }
.shadowRemover{
    box-shadow: none;
}



div.container p {
font-family: Arial;
font-size: 14px;
font-style: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;

}
@media only screen and (max-width: 576px) {
    .perspective{
    margin-bottom: 450%;
}
div.container 
{


}
.lower{

}
.top-privacy{
    position: fixed;

}

}
/*dropdown*/


#dropdown-products {
  display: none;

}
#dropdown-products{
  position: absolute;
  z-index: 999;
  top: 20%;
  text-align: left;

}
@media only screen and (max-width: 991px) {
#dropdown-products{

}
}

#dropdown-products a .setter{
  width:300%;
}
#menu-products:hover #dropdown-products {
  
  display: block;
}
#menu-products:hover ~ .hide .setter{
  color:#141516;
}
.pricing-table-price-amount{
  color: white;
  background-color: #A76AE4;
  border-radius: 5px;
  padding: 5px;
  margin-top: 10px;
  font-size: 1rem;
}
li span{
  color: #569CE8;
}