.custom-position {
  position: fixed;
}
.custom-bg-lg {
  background-color: #005ab9 !important;
}
.custom-text {
  text-align: start;
}
.text-secondary-black {
  color: #4f5052;
}
.fs-7 {
  font-size: clamp(0.75rem, 0.4996rem + 0.2933vw, 0.875rem);
  line-height: .85rem;
}
.fs-1-2 {
  font-size: clamp(2.875rem, 1.8735rem + 1.173vw, 3.375rem);
}
.fs-1-3 {
  font-size: clamp(2.125rem, 0.8732rem + 1.4663vw, 2.75rem);
}
.h1-text-shadow {
  text-shadow: 0px 0px 2px #000000a3;
}
.bg-gray {
  background: linear-gradient(360deg, #363535, #242222);
}
.h1-sm {
  color: white;
}
input::placeholder {
  color: #4f5052;
  font-size: 90%;
}

@media screen and (max-width: 991px) {
  .custom-position {
    position: static;
  }
  .custom-bg-lg {
    background-color: white !important;
  }
  .custom-text {
    text-align: center;
  }
  .custom-bg-gradient {
    background: linear-gradient(90deg, #005ab9, #00346b);
  }
  .bg-gray {
    background: none;
  }
  .h1-sm {
    color: #d9534f;
  }
  .fs-1-2 {
    font-size: clamp(2.5rem, 1.4985rem + 1.173vw, 3rem);
  }
}
