@font-face {
  font-family: "FuturaPT-Medium";
  font-style: normal;
  font-display: swap;
  src: local("FuturaPT-Medium"), local("FuturaPT-Medium"),
    url("../../fonts/FuturaPT-Medium/FuturaPT-Medium.eot") format("eot"),
    url("../../fonts/FuturaPT-Medium/FuturaPT-Medium.woff") format("woff"),
    url("../../fonts/FuturaPT-Medium/FuturaPT-Medium.ttf") format("truetype");
}
nav a, b {
  font-family: "FuturaPT-Medium" !important;
}
nav a {
    font-size: 1rem;
}
.well {
  border-radius: 5px;
  border: 1.5px solid #d3d9e3;
  box-shadow: inset 0 0 10px 0 rgb(185 194 208 / 41%);
  margin: 5px 0;
  padding: 10px 15px;
  background: rgb(255 255 255 / 90%);
}
.well-text {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
i.icon-referral {
  width: 100%;
  height: 40px;
  display: inline-block;
  background: url(assets/template/img/free-icon-referral.png) center / contain
    no-repeat;
}

body {
  font-family: "FuturaPT-Medium";
  font-style: normal;
  font-weight: 450;
}
a:hover {
  text-decoration: underline;
}
a {
  text-decoration: none;
}
a b {
  font-size: 18px;
}
ul {
  list-style: none;
}
li {
  display: inline;
  font-weight: 450;
  font-size: 16px;
  line-height: 21px;
  color: #3f3f3f;
}
ul li:nth-child(2) {
  margin: 0 57px;
}
p.thanks {
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #3f3f3f;
  margin-bottom: 45px;
}
.promocodes a:hover {
  text-decoration: none;
}
.card {
  margin: 15px;
  width: 340px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.card img {
  margin: 15px 5px;
  width: 95%;
}
.card .promocode {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #3f3f3f;
  margin: 0;
}
.card h2 {
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #3f3f3f;
}
.card .text {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #3f3f3f;
  margin: 0 15px 20px;
}
.care {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #3f3f3f;
}
img.footer {
  width: inherit;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 992px) {
  .img_footer_mob {
    display: none;
  }
}

@media (max-width: 991px) {
  header .col-lg-6 {
    width: auto;
  }
  header .row {
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
  header ul {
    padding: 0;
  }
  header ul li:nth-child(2) {
    margin: 0;
  }
  header ul li {
    margin: 5px 20px;
  }
  header nav {
    margin-top: 20px;
    border-top: 1px solid #d0e8f8;
    border-bottom: 1px solid #d0e8f8;
    width: 100%;
  }
  footer .row {
    flex-direction: column;
    align-content: center;
  }
  footer .img_footer_mob {
    margin: 20px 0;
  }
  footer .img_footer {
    display: none;
  }
  footer h6 {
    text-align: center;
  }
}
@media (max-width: 767.9px) {
  body {
    background-size: contain!important;
  }
}
