h4 {
}

.user-card {
  width: 300px;
  height: 400px;
  box-shadow: -10px 5px 20px rgba(0, 0, 0, 0.3) !important;
  border-radius: 15px;
  overflow: hidden;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: box-shadow 0.2s ease-in;
  margin: auto;
  cursor: pointer;
}

.user-card:hover {
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.4) !important;
}

.user-card .user-cover {
  height: 150px;
  width: 100%;
  position: relative;
  background-image: url(https://images.pexels.com/photos/5969/wood-nature-forest-bridge.jpg?w=1260&h=750&dpr=2&auto=compress&cs=tinysrgb);
  background-position: center;
  background-size: cover;
  background: linear-gradient(-90deg, #020d6d 0%, #5c7ced 69%);
  text-align: center;
  background: background-image: linear-gradient(to right top, #00f260, #74e941, #a1de27, #c2d317, #dcc71b, #f2ae2c, #fe9744, #ff825d, #ff6583, #e35caf, #a567d5, #0575e6);
  background: linear-gradient(to right top, #00f260, #74e941, #a1de27, #c2d317, #dcc71b, #f2ae2c, #fe9744, #ff825d, #ff6583, #e35caf, #a567d5, #0575e6) !important;
}

.user-card .user-cover-others {
  background: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1) !important;
}

.user-card .user-cover .user-avatar {
  position: absolute;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  border: 5px solid #fff;
  margin-top: 50px;
}

.user-card .user-details {
  text-align: center;
  width: 80%;
  padding-top: 25px;
}

.user-card .user-details .user-name {
  font-size: 24px;
  font-weight: 600;
}

.user-card .user-details .user-email {
  font-size: 14px;
  color: #0f5fc0;
  font-weight: 500;
}

.user-card .user-details .user-text {
  font-size: 15px;
  color: #f409ce;
  font-weight: bold;
  text-align: center;
}

.user-card .contact-user {
  margin-bottom: 15px;
  height: 35px;
  width: 80%;
  border: 0;
  color: white;
  font-weight: bold;
  background: #035f7d;
  letter-spacing: 0.5px;
  border-radius: 100px;
  cursor: pointer;
  padding-top: 7px;
}

/* Skeleton */

/* Static Skeleton */

.user-card.skeleton .user-cover {
  background: #e2e2e2;
}

.user-card.skeleton .user-cover .user-avatar {
  display: none;
}

.user-card.skeleton .user-cover::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -35px;
  border: 2px solid #fff;
  z-index: 10;
  background: #e2e2e2;
}

/* Animated Skeleton */

@keyframes gradient-animation {
  from {
    left: 0%;
  }
  to {
    left: 100%;
  }
}

.user-card .user-details .user-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 35px;
}

.span-user-name {
  text-align: center;
  font-weight: bold;
  transform: scale(1);
  color: #192a8e;
  font-family: Aclonica, sans-serif;
}

.h3-heading {
  text-align: center;
  padding: 10px;
  color: white;
  background-color: #39C0ED;
  /*background-color: #0D47A1;*/
}

#container_footeraccordian {
  background-color: #1a4774;
  color: #ffffff;
  padding: 0px;
}

.btn_foot_accordion {
  background-color: #1a4774;
  color: #ffffff;
  outline: white;
}

.btn_foot_accordion:not(.collapsed) {
  background-color: #1a4774;
  color: #ffffff;
}

.accordion-button.collapsed::after {
  background-image: url([svg]);
}

button[aria-expanded="false"] .fa color: #fff !important; {
}

button[aria-expanded="true"] .fa color: #fff !important; {
}

button.accordion-button.collapsed {
  background-color: #1a4774;
  color: #ffffff;
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .social-icons {
    background-color: #2196F3;
  }
}

.social-icons a {
  color: #ffffff;
}

.cls_font_15 {
  font-size: 15px;
}

cls_color_white {
  color: #ffffff;
}

.cls_bold {
  font-weight: bold;
}

.cls-font-10 {
  font-size: 10px;
}

.cls-font-13 {
  font-size: 13px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255 255 255) !important;
}

