.sub-body-bx {
    padding: 0px
}

.subscribe-heading {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
}

.unsubscribe-heading {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
}

.subscribe-heading2 {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
}

.subscribe-form-outer-bx {
    max-width: 850px;
    margin: 0px auto 0px auto;
    background-color: rgb(247, 247, 247);
    /* border: 1px solid #043b09; */
    border-radius: 10px;
    padding: 20px 40px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.bottom {
    background-color: #fff;
}

label {
    color: #1f1f1f !important;
    line-height: 1 !important;
    font-weight: bold !important;
}

#signupmodal {
    display: none;
}

input {
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.input-text {
    border: none !important;
    padding: 5px;
}

@media screen and (max-width: 500px) {
    input {
        margin-bottom: 20px;
    }

    .subscribe-form-outer-bx {
        padding: 8px 10px;
    }
    
}






/* ----- FROM cakemail-subscribe-form.php start ------ */
.form-error {
    border: 1px solid #ff0000;
    color: #ff0000;
}

#subscribeForm input {
    padding: 10px;
}

#subscribe_error_message,
#subscribe_error_message2,
#subscribe_error_message3 {
    display: none;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#subscribe_success_message {
    display: none;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* ----- FROM cakemail-subscribe-form.php end ------ */

/* ----- FROM cakemail-unsubscribe-form.php start ------ */
/* .input-text {
    border: 1px solid #cccccc;
    padding: 4px;
} */

.form-error {
    border: 1px solid #ff0000;
    color: #ff0000;
}

#unsubscribeForm input {
    padding: 10px;
}

#unsubscribe_error_message,
#unsubscribe_error_message2 {
    display: none;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#unsubscribe_success_message {
    display: none;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
/* ----- FROM cakemail-unsubscribe-form.php end ------ */

/* ----- Subscribe Button start ------ */
.subscribe-button {
    background-color: #da0000;
    width: 200px;
    font-size: 16px;
    color: #fff;
    box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
    border-radius: 5rem;
    padding: 1rem 1.5rem 1rem 1.5rem;
    border: none;
    margin: 3.5rem auto 3.5rem auto;
  }
  
  .subscribe-button:hover {
    transform: scale(1.04);
    transition-duration: 0.6s;
  }
  
  .pnumber {
    color: #fafafa;
    font-weight: bold;
  }
  
  .pnumber:hover {
    color: #fafafa;
  }
  
  .pnumber_button {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .phone_number_h4 {
    font-size: 1.8rem;
    margin: 0;
  }
  /* ----- Download Button end ------ */

  /* ----- Region Switch start ------ */
  .region-switch-button-set {
    display: flex;
    flex-direction: column;
    margin: 20px auto 20px auto;
    max-width: 300px;
  }

  .region-switch-button-set h3 {
    font-size: 20px;
    font-weight: 600;
  }

.region-switch-button-set h4 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
}

  .region-sub-page-btn {
    background-color: #da0000;
    width: 100%;
    max-width: 300px;
    font-size: 13px;
    color: #fff;
    /* box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px; */
    border-radius: 5px;
    padding: 8px 12px;
    border: none;
    margin-bottom: 20px;
  }

  .region-sub-page-btn:hover {
    transform: scale(1.04);
    transition-duration: 0.6s;
    color: #fff;
  }

  .western-selector {
    color: #a8a8a8;
    font-size: 12px;
  }

  .region-switch-terms-text {
    color: #a8a8a8;
    font-size: 12px;
  }