.register-your-warranty .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.register-your-warrant .modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  pointer-events: none;
  max-width: 500px;
}

.register-your-warranty .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.register-your-warranty .modal.show .modal-dialog {
  left: 50%;
  top: 10%;
  max-width: 600px;
  pointer-events: auto;
  box-sizing: border-box;
  transform: translate(-50%, 10%);
  transition: transform 0.3s ease-out;
  margin: 0;
  z-index: 1050;
  width: 84%;
}
.register-your-warranty .modal-body {
  position: relative;
  padding: 16px 0 0;
}
.register-your-warranty .modal-content {
  position: relative;
  padding: 20px 24px;
  border-radius: 10px;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
}

.register-your-warranty .modal-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #D1D5DB;
  padding-bottom: 20px;
}

.register-your-warranty .modal-title {
  margin-bottom: 0;
  color: #3A4E55;
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
}

.register-your-warranty .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}
.register-your-warranty .help-body {
  color: #3A4E55;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.register-your-warranty button.close {
  border: 0;
  line-height: normal;
  color: #000;
  position: absolute;
  right: 0;
  font-weight: 300 !important;
  padding: 4px;
  background: #fff;
}
.register-your-warranty button.close span {
  font-weight: 300;
  font-size: 40px;
}
.register-your-warranty button.close:hover {
  opacity: 0.75;
}

.register-your-warranty .modal.show {
    display: block !important;
    visibility: visible;
    opacity: 1;
    z-index: 99;
}
.register-your-warranty .help-body{
  padding: 0;
}
.register-your-warranty .help-body p {
  margin-bottom: 5px;
  line-break: anywhere;
}
.form-group.bmd-form-group.mt-3.help-body img {
  border-radius: 4px;
  width: 100%;
}
.modal-dialog.modal-dialog-centered .modal-footer {
  text-align: right;
}
.modal-dialog.modal-dialog-centered .modal-footer button.btn.btn-secondary {
  color: #fff;
  padding: 6px 20px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}

video#video {
  border: 1px solid #dde1e4;
  border-radius: 8px;
  margin-bottom: 10px;
}
div#thankMOdal .modal-header {
  border: none;
}
.form-group.bmd-form-group.mt-3.thank-body {
  padding: 0 0 30px;
  text-align: center;
}
.thank-body h4 {
  color: #3A4E55;
  text-align: center;
  font-family: "Proxima Nova" !important;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  font-size: 32px;
  margin-bottom: 10px;
  margin-top: 14px;
}
.thank-body p {
  margin-bottom: 5px;
  color: #7A808D;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
div#thankMOdal button.close {
  top: 0;
}
.form-group.bmd-form-group.mt-3.thank-body svg {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 600px) {
  .register-your-warranty .modal-title {
    font-size: 16px;
    line-height: 20px;
  }
  .register-your-warranty .modal-content {
      padding: 20px 14px;
  }
  .thank-body h4 {
      line-height: 30px;
      font-size: 24px;
      margin-bottom: 0;
      margin-top: 0;
  }
  .thank-body p {
    font-size: 20px;
  }
}

