.modal {
  z-index: 1055;
  width: 100%;
  height: 100%;
  outline: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

#staticBackdrop .modal-content {
  background-image: url(../images/main-popup.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: none;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#staticBackdrop .modal-content::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--brand-navy, #0B1D35);
  opacity: .5;
  width: 100%;
  z-index: -1;
}

#staticBackdrop .modal-content .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  background: 0 0;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 13px;
  border: 2px solid #fff;
  border-radius: 20px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  z-index: 4;
  opacity: 1;
  transition: .3s ease-in-out;
}

#staticBackdrop .modal-content .btn-close:hover {
  color: var(--brand-red-light, #E02445);
  border: 2px solid var(--brand-red-light, #E02445);
}

#staticBackdrop .modal-content .btn-close i {
  font-weight: 600;
}

#staticBackdrop .modal-dialog {
  max-width: 500px;
  margin: 170px auto 0;
}

#staticBackdrop .modal-header {
  padding: 0;
  border-bottom: none;
}

#staticBackdrop .modal-body {
  padding: 30px 20px;
}

#staticBackdrop .modal-body .modal-body-form {
  text-align: center;
}

#staticBackdrop .banner-form-new-btn {
  color: #fff;
  width: 100%;
  background-color: var(--brand-red, #C41E3A);
  padding: 15px 0;
  display: block;
  border: none;
}

.modal-body-form h5 {
  font-size: 30px;
  line-height: 28px;
  color: var(--brand-red-light, #E02445);
  margin: 0 !important;
}

.modal-body-form .popup-form-list .form-group {
  margin: 0 0 10px;
}

.modal-body-form .popup-form-list .form-group input {
  background: 0 0;
  color: #fff;
  font-size: 16px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
}

.modal-body-form .popup-form-list .form-group input::placeholder {
  color: #fff;
  font-size: 16px;
}

.modal-body-form .popup-form-list .form-group textarea {
  background: 0 0;
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 120px;
  resize: none;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
}

.modal-body-form .popup-form-list .form-group textarea::placeholder {
  color: #fff;
  font-size: 16px;
}

.modal.show {
  padding-right: 0 !important;
}

.modal-body-form h3 {
  font-size: 20px;
  line-height: 19px;
  color: #fff;
  margin: 0 0 10px !important;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.modal-body-form h3 span {
  font-size: 60px;
  line-height: 92px;
  font-weight: 700;
  display: block;
  margin: 0 10px 0 0;
}

.modal .modal-dialog .modal-content .modal-body form {
  flex-direction: column;
  display: flex;
  padding: 0 !important;
}
