body{
  font-family: Quark-Bold;
}
.card-agent {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid #dfe6e9;
  border-radius: 0.25rem;
}
.card-agent a {
  text-decoration: none;
  color: black;
}
.card-agent:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
}

.card-agent > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-agent > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-agent > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-agent-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.25rem;
}

.card-agent-title {
  text-align: center;
  margin-bottom: 0.75rem;
}

.card-agent-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-agent-text {
  font-size: 1rem;
  margin-bottom: 0;
}
.card-agent-text i {
  color: green;
}

.card-agent-link:hover {
  text-decoration: none;
}

.card-agent-link + .card-link {
  margin-left: 1.25rem;
}

.card-agent-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-agent-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-agent-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-agent-footer {
  padding: 0.25rem 0.75rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-agent-footer p {
  margin: 0;
}

.card-agent-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-agent-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-agent-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-agent-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-agent-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-agent-img-top {
  display: block;
  width: 100%;
  height: 200px;
  max-height: 200px;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-agent-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-agent-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-agent-deck .card {
  margin-bottom: 15px;
}
.profile-agent img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.profile-agent i{
    color: green;
}

@media (max-width: 575.98px) {
  .profile-agent img {
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .profile-agent {
    font-size: 1rem;
  }
  .profile-agent p{
      margin: 5px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .card-properties .card-img-top {
    display: block;
    width: 100%;
    height: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) {
}

.card-properties .card-img-top {
  display: block;
  width: 100%;
  height: 200px;
}