body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #000000;
  line-height: 2;
  background-image: linear-gradient(180deg, #e12c30 0%, #101e3c 100%);
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  color: #000; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }
textarea{height:90px !important;}
.text-black {
  color: #000; }

.content {
  padding: 1rem 0; }
  img.img-responsive {
    /*width: 150px;*/
    /*height: auto;*/
}
.invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.1rem rgba(220,53,69,0.25)!important;
    border-color: #dc3545!important;
    box-shadow: 0 0 0 0.1rem rgba(220,53,69,0.25)!important;
    padding-right: calc(1.5em + 0.75rem)!important;
    background-image: url(images/error.svg) !important;
    background-repeat: no-repeat!important;
    background-position: right calc(0.375em + 0.1875rem) center!important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)!important;    border-radius: .25rem;
}
.invalid.serr {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.1rem rgba(220,53,69,0.55)!important;
    border-color: #dc3545!important;
    box-shadow: 0 0 0 0.1rem rgba(220,53,69,0.55)!important;
    padding-right: calc(1.5em + 0.75rem)!important;
    background-image: url(../images/error.svg) !important;
    background-repeat: no-repeat!important;
    background-position: right calc(0.375em + 0.1875rem) center!important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)!important;    border-radius: .25rem;
}
#inght.invalid {    border-radius: .25rem;padding: 10px;
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.1rem rgba(220,53,69,0.85)!important;
    border-color: #dc3545!important;
    box-shadow: 0 0 0 0.1rem rgba(220,53,69,0.85)!important;
    padding-right: calc(0.5em + 0.75rem)!important;
    background-image: url(../images/error.svg) !important;
    background-repeat: no-repeat!important;
    background-position: right calc(0.375em + 0.1875rem) center!important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)!important;
}
#captcha {
    width: 100px!important;
    display: inline!important;min-width: 100px!important;
	margin-bottom: 20px;
}
#submit_btn {
    margin-top: 12px;
}
.captcha {
    max-width: 350px!important;
}
h2 {
  font-size: 3.5rem;
  font-weight: 700; }

h3 {
  font-size: 2rem;
  font-weight: 700; }

.form-control {
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.col-form-label {
  color: #000;font-weight:500; }

.btn, .form-control {
  height: 55px; }

.heading {
  color: #e12c30;    
  font-size: 33px;
  letter-spacing: .05rem;
  font-weight: 400; }

.btn {
  color: #fff;
  border: none;
  border-radius: 4px !important;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important; }
  .btn:hover {
    color: #fff; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
.mmbutton{    color: #000;
    font-weight: bold;
    padding: 10px 30px;
    margin: 10px 0 30px 0;
    font-size: 18px;
    cursor: default!important;
}
.box {
  padding: 40px 50px;
  background: #fff;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2); }
  .box h3 {
    font-size: 32px;
    margin-bottom: 32px;
    text-align: center; }
.form-group{margin-top:15px;}
.form-group.comments{margin-top:0px;}
label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }

.submitting {
  text-align: center;
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; }
  
      .check, #check {
    display: flex;
    padding: 10px;
    margin: 10px;
}
.customer-care {
    padding: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-evenly;
    border: 1px solid #ddd; /* Optional: Adds a light border */
    background-color: #f9f9f9; /* Optional: Light background */
}

.customer-care-item {
    display: flex;
    flex-direction: column; /* Stacks label and content */
    max-width: 250px; /* Ensures content wraps nicely on larger screens */
}

.customer-care-item p {
    margin: 0;
    text-align: center;
}

strong {
    display: block;
    margin-bottom: 5px; /* Adds space between label and text */
}

.info {
    text-align: center;
    color: #333;
}

.customer-care a {
    color: blue;
    text-decoration: none;
}

.customer-care a:hover {
    text-decoration: underline;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .customer-care {
        flex-direction: column; /* Stacks items vertically */
        align-items: center;
        gap: 15px;
    }

    .customer-care-item {
        max-width: 100%; /* Ensures full width on mobile */
        text-align: center; /* Centers text */
    }
}

@media (max-width: 480px) {
    .customer-care {
        padding: 15px;
        gap: 10px;
    }

    .customer-care-item {
        padding: 10px;
        border-bottom: 1px solid #ddd; /* Optional: Adds a dividing line */
        max-width: 100%;
        text-align: center;
    }

    .info {
        text-align: center; /* Keeps the text center aligned */
    }
}