h3:after {
  background: none repeat scroll 0 0 #fc0;
  bottom: -10px;
  content: "";
  display: block;
  height: 4px;
  position: relative;
  width: 60px;
}

p>a>i {
  color: #ffc904;
}

.foot_note {
  font-size: 0.9em;
}

.scroll-top {
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 18px;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #ee2e24;
  /* -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite; */
}

.logo {
  width: 540px;
  align-items: center;
}

.logo-center {
  margin: 0 auto;
}

.alert-info {
  background-color: #dcf3f8;
  border-color: #dcf3f8;
  color: #000;
  padding: 1%;
  font-weight: bold;
}

/* Cards */
.card-list-items {
  list-style-type: disc !important;
}

.card-body {
  display: flex;
  flex-direction: column;

}

.card-title:after {
  background: none repeat scroll 0 0 #fc0;
  bottom: -10px;
  content: "";
  display: block;
  height: 2px;
  position: relative;
  width: 60px;
}

/* Youtube Video Media Queries */

@media (max-width: 994px) or (min-width: 1500px) {
  .embed-responsive-item {
    width: 560px;
    height: 315px;
  }
}

@media (min-width: 995px) and (max-width: 1500px) {
  .embed-responsive-item {
    margin-top: 5rem;
    width: 400px;
    height: 225px;
  }
}

@media (max-width: 630px) {
  .embed-responsive-item {
    width: unset;
    height: unset;
  }
}

@media (min-width: 1500px) {
  .embed-responsive-item {
    margin-top: 5rem;
  }
}

/* Shivam-css */

.alert-parent {
  display: flex;
  align-items: center;
  height: 100%;
}