.rses-landing-page .money-back-guarantee:first-child {
  padding-bottom: 0;
}

.rses-landing-page .form-box {
  width: 955px;
  margin: 20px auto 5px;
  max-width: 100%;
}

.rses-landing-page .form-box-item input::placeholder {
  font-style: normal;
  font-weight: 600;
  color: #9c9d9c;
}
.rses-landing-page .form-box-item {
  padding: 9px 0;
}
.rses-landing-page .mandatory-bar span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}
.rses-landing-page .fields-text p {
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
}
.rses-landing-page .fields-text p a {
  color: #ffffff;
  text-decoration: underline;
}

.rses-landing-page .fields-check input {
  background: #ffffff;
  border: 1px solid #c7c6c6;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin: 0 !important;
  padding: 0 !important;
  float: left;
}
.rses-landing-page .mandatory-bar {
  text-align: left;
  padding: 13px 0 25px;
}
.rses-landing-page .fields-bar {
  display: flex;
}
.rses-landing-page .fields-text {
  padding: 0 0 0 11px;
  text-align: left;
  float: left;
  width: 90%;
}

.rses-landing-page .form-btn {
  background: #ffffff;
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.075em;
  color: #fff;
  background: #d7b97b;
  padding: 25px 77px;
  border: none;
}

.rses-landing-page .error-field {
  text-align: left;
  color: #d7b97b;
  font-size: 16px;
  display: none;
}
.rses-landing-page .error-field img {
  margin-top: -2px;
}
.rses-landing-page .form-managed-file a {
  color: #d7b97b !important;
}

.rses-landing-page .error-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.rses-landing-page .rses-form-frm-sub {
  text-align: center;
}

.rses-landing-page .rses-form-frm-sub-loader {
  text-align: center;
}

.rses-landing-page .choose-pet-gender {
  color: #ffffff;
  font-weight: 600;
}

.rses-landing-page .choose-pet-gender input {
  margin-right: 5px !important;
}

.rses-landing-page .dog-gender {
  margin-right: 50px;
}

.rses-landing-page .rses-form-content {
  margin-top: 40px;
}

.rses-landing-page .loader {
  border: 2px solid #bfbaba;
  border-radius: 50%;
  border-top: 2px solid var(--primary);
  width: 25px;
  height: 25px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rses-landing-page .sres-form {
  font-family: "Gilroy";
  background: #5d636f;
}

.page-node-type-rses-landing-page .roko-instabot-widget-button {
  display: none !important;
}

.rses-landing-page .date-of-birth-box p {
  margin: 0;
}

.rses-landing-page .not-sure-date-of-birth,
.rses-landing-page .choose-pet-age {
  display: none;
}

.rses-landing-page .not-sure-date-of-birth-label {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
}

.rses-landing-page input:-webkit-autofill,
.rses-landing-page input:-webkit-autofill:hover,
.rses-landing-page input:-webkit-autofill:focus,
.rses-landing-page textarea:-webkit-autofill,
.rses-landing-page textarea:-webkit-autofill:hover,
.rses-landing-page textarea:-webkit-autofill:focus,
.rses-landing-page select:-webkit-autofill,
.rses-landing-page select:-webkit-autofill:hover,
.rses-landing-page select:-webkit-autofill:focus {
  border: 0px solid var(--primary);
  -webkit-text-fill-color: var(--primary);
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.rses-landing-page hr {
  color: #ffffff;
}

.rses-landing-page .select2-container .select2-selection--single {
  height: 45px;
}

.rses-landing-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--primary);
  font-weight: 600;
  line-height: 45px;
}

.rses-landing-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 43px;
}

.rses-landing-page .select2-selection__placeholder {
  color: #9c9d9c;
  font-weight: 600;
}
.rses-landing-page .rses-form {
  background: #5d636f;
}
@media screen and (max-width: 991px) {
  .rses-landing-page .rses-form {
    padding: 0 0;
    background: #5d636f;
  }
}

@media screen and (max-width: 767px) {
  .rses-landing-page .rses-form {
    padding: 0 0;
    background: #5d636f;
  }
}
@media screen and (max-width: 575px) {
  .rses-landing-page .rses-form {
    padding: 0 32px;
    background: #5d636f;
    margin-top: -3px;
  }
  .rses-landing-page .money-back-guarantee {
    padding: 30px 0 !important;
  }
}

.rses-landing-page .form-box-item label {
  color: #fff;
}
.rses-landing-page .messages--error {
  color: red;
}
.rses-landing-page .form-box-item .description {
  color: #fff;
}
.rses-landing-page .form-box-item input[type="text"],
.form-box-item input[type="email"],
.form-box-item input[type="number"],
.form-box-item input[type="date"],
.form-box-item input[type="tel"],
.rses-landing-page .form-box-item select {
  width: 100%;
  background: #ffffff;
  mix-blend-mode: normal;
  border-radius: 2px;
  height: 45px;
  border: none;
  font-style: normal;
  font-weight: 600;
  color: var(--primary);
  padding: 0 10px;
}
.rses-landing-page .form-box-item input[type="text"]::placeholder {
  font-style: normal;
  font-weight: 600;
  color: #9c9d9c;
}
.rses-landing-page .form-box-item input[type="email"]::placeholder {
  font-style: normal;
  font-weight: 600;
  color: #9c9d9c;
}
.rses-landing-page .form-box-item input[type="number"]::placeholder {
  font-style: normal;
  font-weight: 600;
  color: #9c9d9c;
}
.rses-landing-page .form-box-item input[type="date"]::placeholder {
  font-style: normal;
  font-weight: 600;
  color: #9c9d9c;
}
.rses-landing-page .form-box-item input[type="tel"]::placeholder {
  font-style: normal;
  font-weight: 600;
  color: #9c9d9c;
}
.sres-form input[type="file"] {
  color: #fff;
}
.result_message {
  text-align: center;
  color: #fff;
}

.page-node-type-rses-landing-page .money-back-guarantee-head h2 {
  padding: 0 9% !important;
}

/* Thank you page CSS */

.page-node-type-thank-you-page .money-back-guarantee__cta a {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  background: #d7b97b;
  padding: 16px 32px;
  border: 0px !important;
  border-radius: 32px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  display: inline-block;
}

.page-node-type-thank-you-page .money-back-guarantee-head h2,
.page-node-type-rses-landing-page .money-back-guarantee-head h2 {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #d7b97b;
  margin: 0;
  text-align: center;
  padding: 0 0 24px 0;
}
.money-back-guarantee {
  padding: 68px 0;
}
.result_message{display:none}
.receiptimage [role="alert"]{color: #d7b97b}
/* Thank you page CSS */

/* Home page banner image */
.path-frontpage #block-herobannerpageintrobrand .dots {
  display: flex;
  gap: 16px;
  text-align: center;
  width: 100%;
  justify-content: center;
  background: #f8f9f8;
}
.path-frontpage #block-herobannerpageintrobrand .dot.dot--active {
  background: var(--primary);
}
.path-frontpage #block-herobannerpageintrobrand .dot {
  width: 12px;
  height: 12px;
  border: 1px solid var(--primary);
  border-radius: 50%;
}
#block-herobannerpageintrobrand
  .keen-slider:not([data-keen-slider-disabled])
  .keen-slider__slide {
  background: #f8f9f8;
}
#block-herobannerpageintrobrand .hero-brand__title {
  margin: 48px 0 30px 0 !important;
}
#block-herobannerpageintrobrand .hero-brand__subtitle {
  margin: 0 0 30px 0 !important;
}
.rses-landing-page .money-back-guarantee-head h2 {
  color: #d7b97b !important;
}
.rses-form .fields-check label {
  color: #fff;
}
.rses-form .fields-check label a {
  color: #d7b97b !important;
}
/* Home page banner image */
