/** custom css */

.client-topic h3 a {
    font-size: 18px;
    color: #f47921;
    font-weight: bold;
}

.client-topic .inquiry {
    margin-top: 30px;
}

.client-topic .inquiry a {
    float: right;
    margin-top: -44px;
}

.client-topic .points {
    margin-left: 20px;
}

.client-topic .points li {
    list-style-type: none;
    color: #000;
}

.client-topic .points li:before {
    content: '\2022';
    color: #f47921;
    padding-right: 0.5em;
}

.pricing-tables .table-striped tbody tr:last-child p {
    padding-bottom: 10px !important;
}

.flags-intro a {
    background-image: url(../images/mastil-flags.png);
}

footer div.vat{
  font-size: 10px;
  color: #90949c;
}
.cardsFooter {
  width: 360px;
  height: 143px;
  background-image: url(../images/cards.png);
}
@media (max-width:360px) {
.cardsFooter {
  width: 290px;
  height: 114px;
  background-image: url(../images/cards_rd.png);
}
}

div.gdpr-quick{
  width: 276px;
  float: right;
  font-weight: bold;
}

.privacy li{
  margin-left: 40px;
}

.nav-footer a {
    margin-right: 6px;
}

#popup-results a.gdpr{
  color: white;
  text-decoration: underline;
}
