.nav-pills .nav-link {
  color: #555;
}

.nav-pills .nav-link.active {
  color: #ffffff;
}

.nav-link > .active {
  background-color: color;
}

.border-line {
  border-right: 1px solid #bdbdbd;
}

.text-sm {
  font-size: 13px;
}

.text-md {
  font-size: 18px;
}

.image {
  width: 60px;
  height: 30px;
}

::placeholder {
  color: grey;
  opacity: 1;
}

:-ms-input-placeholder {
  color: grey;
}

::-ms-input-placeholder {
  color: grey;
}
*/ .card {
  width: 260px;
  border: none;
  border-radius: 10px;
  background: #4e68c7;
}

p.top {
  font-size: 14px;
}

.discount {
  background-color: #ffab00;
  border: none;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 5px 15px;
  transform: translateX(24px);
  height: 35px;
  cursor: pointer;
  color: #fff;
}

.discount span {
  font-size: 15px;
}

h2 {
  letter-spacing: 2px;
}

.fa-euro-sign {
  font-size: 27px;
  color: #b3c4fa;
}

.card-content p {
  line-height: 18px;
  font-size: 11px;
  color: #abbef6;
}

.btn-primary span {
  font-size: 13px;
  color: #d1e2ff;
  margin-right: 10px;
}

.fa-arrow-right {
  font-size: 12px;
  color: #d1e2ff;
}

.card.box1 {
  /* width: 350px; */
  /* height: 500px; */
  background-color: #ffab00;
  color: #baf0c3;
}

.card.box2 {
  /* width: 450px; */
  /* height: 580px; */
  background-color: #ffffff;
}

.text {
  font-size: 13px;
}

.nav.nav-tabs {
  border: none;
  border-bottom: 2px solid #ddd;
}

.nav.nav-tabs .nav-item .nav-link {
  border: none;
  color: black;
  border-bottom: 2px solid transparent;
  font-size: 14px;
}

.nav.nav-tabs .nav-item .nav-link:hover {
  border-bottom: 2px solid #ffab00;
  color: #ffbb00;
}

.nav.nav-tabs .nav-item .nav-link.active {
  border: none;
  border-bottom: 2px solid #ffab00;
}

.form-control {
  border: none;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  height: 20px;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 0px;
  letter-spacing: 1.5px;
  border-radius: 0;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon span {
  position: absolute;
  right: 0px;
  bottom: 9px;
  color: #57c97d;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-radius: 50px;
  margin-right: 20px;
}

form {
  font-size: 14px;
}

@media (max-width: 750px) {
  .container {
    padding: 10px;
    width: 100%;
  }

  .text-green {
    font-size: 14px;
  }

  .card.box1,
  .card.box2 {
    width: 100%;
  }

  .nav.nav-tabs .nav-item .nav-link {
    font-size: 12px;
  }
}
