.bulk-order-form .text .top-text {
  font-size: 30px;
  padding: 45px 0 30px;
  font-family: "Gotham-Black";
  color: #bd001c; }

.bulk-order-form .text .middle-text {
  font-size: 30px;
  padding: 0px 0 30px;
  font-family: "Gotham-Light";
  color: #bd001c; }

.bulk-order-form .text .bottom-text {
  font-size: 20px;
  padding: 0px 0 30px;
  font-family: "Gotham-Medium";
  color: #4a4a4a;
  line-height: 40px; }

.bulk-order-form .wrap-head {
  margin-bottom: 3.6rem; }
  .bulk-order-form .wrap-head .title {
    font-family: "Gotham-Black";
    font-size: 4.8rem;
    line-height: 4.4rem;
    letter-spacing: -2.74px;
    color: #4a4a4a;
    text-transform: uppercase; }
  .bulk-order-form .wrap-head span {
    font-family: "Gotham-Light";
    font-size: 2.4rem;
    line-height: 1.1rem;
    letter-spacing: -1.37px; }

@media (max-width: 767px) {
  .bulk-order-form .wrap-head {
    margin-bottom: 2rem !important; }
  .bulk-order-form .bs-sec.typ-reachus {
    padding: 4em 2em; }
  .bulk-order-form .text .top-text {
    font-size: 22px;
    padding: 20px 0 20px; }
  .bulk-order-form .text .middle-text {
    font-size: 22px;
    line-height: 26px;
    padding: 0px 0 20px; }
  .bulk-order-form .text .bottom-text {
    font-size: 16px;
    padding: 0px 0 20px;
    line-height: 20px; } }

.cm-overlay.active {
  z-index: 123 !important; }

.toast-message {
  background-color: #111111;
  color: #fff;
  padding: 30px 25px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.5s;
  text-align: center;
  /* Center the text horizontally */
  font-size: 12px;
  line-height: 16px;
  font-family: "Gotham-Medium";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px; }
  .toast-message .act-btn {
    text-align: right;
    position: absolute;
    top: -15px;
    right: -15px; }
    .toast-message .act-btn .btn {
      padding: 5px 10px;
      font-size: 10px; }

.toast-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999; }
  @media (max-width: 767px) {
    .toast-container {
      width: 80%; } }

.bs-form.typ-form-getintouch {
  margin: auto; }
  .bs-form.typ-form-getintouch .optMessage {
    position: absolute;
    left: 0;
    color: #bd001c;
    font-size: 1.2rem;
    line-height: 1.2rem; }
  .bs-form.typ-form-getintouch .validateMobile {
    position: absolute;
    left: 0;
    color: #428e00;
    font-size: 1.2rem;
    line-height: 1.2rem; }
  .bs-form.typ-form-getintouch .success .optMessage {
    color: #428e00; }
  .bs-form.typ-form-getintouch .error-wrap.error-valid-otp {
    position: absolute;
    font-size: 1.2rem;
    bottom: 0;
    width: 100%; }
  .bs-form.typ-form-getintouch .form-group input ~ label {
    z-index: 1; }
  .bs-form.typ-form-getintouch .form-group {
    margin: 0 0 3.4rem; }
  .bs-form.typ-form-getintouch .form-field {
    position: relative;
    z-index: 2; }
  .bs-form.typ-form-getintouch .otp-wrapper button {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    border: none;
    z-index: 99; }
  .bs-form.typ-form-getintouch .optMessage {
    font-size: 10px; }
    .bs-form.typ-form-getintouch .optMessage.error {
      color: #bd001c; }
    .bs-form.typ-form-getintouch .optMessage.success {
      color: green; }
  .bs-form.typ-form-getintouch .validateMobile {
    color: green;
    font-size: 10px;
    margin-top: 5px; }
