/*
a {
  text-decoration: none;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.about_us_h1 {
    letter-spacing: -0.000001em;
    font-weight: 600;
    color: rgba(41, 41, 41, 1);
    font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    word-wrap: break-word;
    word-break: break-word;
}
.bold {
    font-weight: bold;
}
.btn {
    border-radius: 10px;
    margin: 10px;
    padding: 5px 12px;
    cursor: pointer;
    display: inline-block;
}
.btn-secondary:hover{
    background-color: #000;
    color: #ffc832;
}
button {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer
}
.card {
    border-color: #DFDFDF;
    background-color: #FFFFFC;
    border-radius: 10px;
}
.card-big {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    margin: 5px;
    padding: 20px;
}
.dot-gradient-sub {
    height: 3.2rem;
    width: 3.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #fff;
}
.fa-2x {
    font-size: 2em;
}
.footer-list-font-size{
  font-size: 1.2em;
}
.font-size-25 {
    font-size: 25px;
}
.font-size-40 {
  font-size: 40px
}
.font-size-30 {
  font-size: 30px
}
.font-size-25 {
  font-size: 25px
}
.font-size-22 {
  font-size: 22px
}
.font-size-18 {
  font-size: 18px
}
.font-size-16 {
  font-size: 16px
}
.font-size-14 {
  font-size: 14px
}
.font-size-12 {
  font-size: 12px
}
hr {
  display: block;
  visibility: visible;
}
.image_container { 
  position: relative; 
}
.image_container img { 
  display: block; 
}
.message {
  background-size: 40px 40px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
  width: 100%;
  color: #fff;
  margin: -1px;
  padding: 15px;
  position: sticky;
  font-weight: 700;
  animation: animate-bg 2s linear infinite
}
.error-info {
  background-color: #f64b2f
}
@keyframes animate-bg {
  from {
    background-position: 0 0
  }
  to {
    background-position: -80px 0
  }
}
.info {
    background-color: #7eb62e;
}
.image_container .download_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    color: black;
    background-color: white;
    margin: 10px;
    padding: 8px;
    border-radius: 20%;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(0, 0, 0, 0.75);
}
.secondary-btn {
    background-color: #f5f5f1;
    color: #000;
    outline: 1px solid #bfc3c5;
}
.user-dashboard-edit {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.text_color_blue{
  color: #084FA6;
}
.text_color_red{
  color: #FB4E30;
}
.text-color-white{
  color: #FFF;
}
.text-value {
    color: #000;
    font-size: 1rem;
}



*/