footer .widget ul {
  display: flex;
  flex-wrap: wrap;
}

footer .widget ul li {
  width: 50%;
  margin: 7px 0;
}

.padding-top {
  padding-top: 50px;
}

footer .d-flex h5 {
  color: #fff;
}

.prices {
  padding-bottom: 32px;
  border-bottom: 1px dashed #c0c0c5;
}

.pricing-feature-list li {
  font-size: 15px;
  padding: 5px 0;
}

.breadcrumb.font-awesome,
.breadcrumb.fontAwesome {
  display: flex;
  flex-wrap: wrap;
  width: 20%;
  margin: 0 auto;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: none;
  border-radius: 0;
  justify-content: space-around;
  align-items: center;
}

.breadcrumb.font-awesome {
  width: 40% !important;
}

nav .container .navbar-brand a img {
  width: 50% !important;
}

.icon-list ul.pricing-feature-list li i {
  position: relative !important;
  top: 4px;
}

.spinner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(101, 69, 69, 0.7);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  animation: rotate 1s infinite;
  height: 50px;
  width: 50px;
}

.loader:before,
.loader:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}

.loader:before {
  animation: ball1 1s infinite;
  background-color: #cb2025;
  box-shadow: 30px 0 0 #f8b334;
  margin-bottom: 10px;
}

.loader:after {
  animation: ball2 1s infinite;
  background-color: #00a096;
  box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(0.8);
    -moz-transform: rotate(0deg) scale(0.8);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
  }
  100% {
    -webkit-transform: rotate(720deg) scale(0.8);
    -moz-transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #f8b334;
  }
  50% {
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #97bf0d;
  }
  50% {
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0;
  }
}

@media screen and (min-width: 991px) {
  .display {
    display: none;
  }

  .pricing-wrapper .popular .pricing.card {
    padding-top: 0rem;
    padding-bottom: 1rem;
    margin-top: 0rem;
  }
}

@media screen and (max-width: 991px) {
  .displayHere {
    display: none;
  }

  .breadcrumb.fontAwesome {
    width: 45%;
  }

  .breadcrumb.font-awesome {
    width: 70% !important;
  }
}
