.inner-page {
  padding-top: 15px;
  min-height: 600px
}

.inner-page p {
  font-size: 15px;
  color: #333;
}

.inner-page li {
  font-size: 15px;
  margin-bottom: 15px;
}

.inner-page label {
  font-weight: bold;
  margin-top: 15px;
}

.breadcrumb {
  background: none;
}

.breadcrumb-item {
  float: right;
}

.card-header {
  background: none;
  border: none;
}

.secondery-title {
  font-size: 15px;
  color: #022A78;
  border-bottom: 2px solid;
  padding: 10px 0px;
}

.ul-inner-page {
  list-style: none;
  padding: 0px;
}

.ul-inner-page li {
  font-size: 16px;
  margin-bottom: 10px;
}

.ul-inner-page li .now-ui-icons {
  font-size: 14px;
  vertical-align: middle;
  color: #022A78;
  font-weight: bold;
}

.sub-title {
  font-size: 13px !important;
  color: #666 !important;
}

/* about us */
.ul-value {
  list-style: none;
  margin: 0px;
  margin-top: 30px;
  padding: 0px;
}

.ul-value li {
  width: 120px;
  height: 120px;
  background: #022A78;
  color: #fff;
  font-size: 12px;
  border: 2px inset;
  margin: 10px 5px;
  line-height: 120px;
  font-weight: bold;
  border-radius: 100%;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}

.contact-item {
  list-style: none;
}

.note-editor.card {
  overflow: scroll;
}

.add-user {
  background: #fff;
  min-height: 258px;
  color: #fff;
  width: 180px;
  margin: 0px auto;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 85px;
}

.add-user h2 {
  font-size: 50px;
  font-weight: bold;
  width: 70px;
  height: 70px;
  color: #022A78;
  border: 3px dashed;
  margin: 0px auto;
  margin-top: 40px;
  border-radius: 100px;
  margin-bottom: 15px;
}

.add-user p {
  font-size: 20px;
  font-weight: bold;
  color: #022A78;
}

.btn-resume:hover {
  background: #fff !important;
}

@media (max-width: 767px) {
  .inner-page {
    padding-bottom: 80px;
  }
}


/* responsive */
@media (min-width: 576px) {}

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

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

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