.card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: none;
}

.plan-name p {
  font-weight: 300;
}

.card p {
  margin: 0px;
}

.quote-prices-div p, .quote-main-prices-div p {
  font-weight: 300;
  font-size: 13px;
}

.quote-main-prices-div .main-price {
  font-size: 32px;
  font-weight: 700;
}

.quote-prices-div .quote-prices {
  font-weight: 400;
  font-size: 22px;
}

.quote-prices-div {
  padding-left: 40px;
}

.wealth-warning {
  font-size: 12px;
  font-weight: 300;
}

.quote-button {
  display: block;
  padding: 10px 15px;
  margin: 0 0.3em 0.3em 0;
  border-radius: 4px;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 300;
  text-align: center;
  transition: all 0.4s;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 13px;
}

.quote-details {
  background: #ffffff;
  width: 100%;
  top: 0;
  position: absolute;
  padding: 20px;
  border-radius: .25rem;
}

.quote-details-rows .row {
  padding-top: 10px;
}

.close-btn {
  cursor: pointer;
}

.close-details-btn {
  width: 32px;
  height: 32px;
  opacity: 1;
  cursor: pointer;
  transition: 0.3s;
}

.close-btn:hover > .close-details-btn {
  opacity: 0.3;
}

.close-details-btn:before, .close-details-btn:after {
  position: absolute;
  left: 45px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}

.close-details-btn:before {
  transform: rotate(45deg);
}

.close-details-btn:after {
  transform: rotate(-45deg);
}

.quote-details span {
  font-weight: 600;
}

@media (max-width:992px)  {
  .plan-name p {
    font-size: 12px;
  }
  .quote-prices-div {
    padding-top: 15px;
  }
  .quote-prices-div {
    padding-left: 15px;
  }
  .card h3 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .quote-main-prices-div .main-price {
    font-size: 28px;
  }
  .quote-prices-div .quote-prices {
    font-weight: 400;
    font-size: 20px;
  }
  .quote-button {
    font-size: 12px;
  }
}
