@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  color: #0454a7;
}
nav {
  height: 90px;
  background-color: #0454a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1px 7.5rem;
}

nav .ctm {
  height: 100%;
}

nav .knose {
  height: 40px;
}

nav a.phone,
nav button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  padding: 0px 16px;
  height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  color: #001443;
  cursor: pointer;
  background-color: #fff;
  text-decoration: none;
}

nav > a.phone {
  display: inline-block;
}

nav a img {
  margin-right: 5px;
}

main {
  padding: 0 7.5rem;
  font-size: 17px;
  margin: 0 auto;
}

main section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main form label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.quote-pet,
.quote-box-pet {
  background: #f5f5f5;
  padding: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
}
main form select,
.quote-box-pet input,
main form input {
  max-width: 660px;
  height: 54px;
  border-radius: 4px;
  margin-bottom: 24px;
  border: 1px solid #d2e4f7;
  padding: 0 16px;
  font-size: 16px;
  color: #0454a7;
  outline: none;
}
.react-datepicker-wrapper,
.quote-box-pet input {
  width: 100%;
}

main .left {
  width: 700px;
  margin-right: 30px;
}

main .left div {
  max-width: 600px;
}

main .left div h4 {
  font-size: 18px;
  font-weight: 700;
  color: #012d71;
  margin: 17px 0 14px 0;
}

main .left .paymentBtn {
  background-color: #C31A7D;
  border: none;
  border-radius: 5px;
  height: 66px;
  width: 260px;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin: 40px 0 70px 0;
  cursor: pointer;
}
main .left .paymentBtn:disabled {
  background-color: #929292 !important;
  border: none;
  border-radius: 5px;
  height: 66px;
  width: 260px;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin: 40px 0 70px 0;
  cursor: pointer;
}
main .left h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #012d71;
  margin: 53px 0 40px 0;
}
main .left h3.panel-title {
  margin: 0px;
  color: #012d71 !important;
  margin-bottom: 10px;
  line-height: 24px;
}
main .left h3.panel-title > a {
  color: #012d71 !important;
}
main .left h3.panel-title:has(.collapsed) {
  margin-bottom: 0px;
}
main .left h3 a,
main .left h3 button {
  /* position: absolute;
  left: 0px;
  top: -25px; */
  font-size: 16px;
}
main .left h3 a:hover {
  text-decoration: none;
}
main .right {
  padding-top: 53px;
  width: 500px;
}

main .right .card {
  padding: 34px;
  -webkit-box-shadow: 0px 0.8px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0.8px 10px rgba(0, 0, 0, 0.16);
}

main .right .card div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #0454a7;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

main .right .card div a {
  color: #c31a7d;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
}

main .right .card h1 {
  font-size: 64px;
  font-weight: 700;
  color: #012d71;
  line-height: 50px;
  margin-top: 40px;
}

main .right .card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #012d71;
  margin-bottom: 20px;
}

main .right .card p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #012d71;
  margin-top: 10px;
}

main .right .card hr {
  opacity: 0.7;
}

main .right .card table {
  margin-top: 20px;
  border-spacing: 15px 2px;
}
.btn-blue,
.changeOptions {
  color: white;
  border-radius: 5px;
  text-align: center;
  outline: none;
  border: none;
  background-color: #0454a7;
  font-size: 20px;
  font-weight: 600;
}
.btn-blue {
  height: 36px;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
}
.changeOptions {
  margin: 20px 0;
  width: 100%;
  height: 66px;
}
main .right .benefits {
  background-color: #f3f1ec;
  border-radius: 5px;
  padding: 40px;
  position: relative;
}

main .right .benefits > div > img {
  max-width: 40px;
}

main .right .benefits .badges {
  position: absolute;
  right: 10px;
  top: -65px;
  width: 240px;
}

main .right .benefits h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #012d71;
  margin-bottom: 34px;
}

main .right .benefits div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #012d71;
  margin-bottom: 36px;
}

main .right .benefits div img {
  margin-right: 15px;
}

main .right .review {
  width: 100%;
  background-color: #001443;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  margin-top: 20px;
}

main .right .review img {
  width: 200px;
}

main .right .review .image_one {
  padding-bottom: 20px;
  border-bottom: 1px solid white;
}

main .right .review .image_two {
  padding-top: 20px;
}

main .pageOne hr {
  margin-bottom: 25px;
  opacity: 0.7;
}

main .pageOne .dog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

main .pageOne .dog h5 {
  margin-bottom: 0px;
}

main .pageOne .dog img {
  margin-right: 15px;
}

main .pageOne #options {
  margin-bottom: 50px;
  position: relative;
}
.form-help hr,
main .pageOne #options hr {
  opacity: 0.7;
}

.form-help h5,
main .pageOne #options h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
}

main .pageOne #options div {
  display: -ms-grid;
  display: grid;
  grid-gap: 12px;
  justify-items: center;
  margin: 5px 0 12px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.pet-breed-type,
.quote-box-pet #options {
  margin-bottom: 24px !important;
}
.quote-box-pet #options div {
  margin: 0px !important;
}
.auto-suggest-breed > div {
  border-color: #d2e4f7 !important;
}
.form-error .auto-suggest-breed > div {
  border-color: #d60000 !important;
}
.pet-breed-type label.error {
  margin-top: 9px !important;
}
.css-bgvzuu-indicatorSeparator {
  background-color: #d2e4f7 !important;
}
.css-151xaom-placeholder {
  font-size: 16px;
}
.css-16pqwjk-indicatorContainer {
  color: #d2e4f7 !important;
}
.auto-suggest-breed > div > div {
  padding-left: 16px;
}
.auto-suggest-breed #react-select-2-input,
.auto-suggest-breed #react-select-3-input,
.auto-suggest-breed #react-select-4-input,
.auto-suggest-breed #react-select-5-input,
.auto-suggest-breed #react-select-6-input {
  height: 42px;
}
.auto-suggest-breed input {
  margin-bottom: 0px !important;
  line-height: 54px !important;
}
main .pageOne #options div button {
  width: 100%;
  height: 54px;
  color: #909496;
  font-size: 16px;
  background: #ffffff;
  border: 1px solid #d2e4f7;
  border-radius: 4px;
  cursor: pointer;
}

main .pageOne #options div .selected {
  color: #0454a7 !important;
  border: 1px solid #5179b5 !important;
}
/* main .pageOne #options div .selected:has(.i-icon) {
  background-color: #e8ecf0 !important;
} */
main .pageOne #options p {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #e5933d;
}

main .pageOne .tooltip {
  max-width: 500px;
  padding: 5%;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  position: absolute;
  right: 5%;
  top: -10%;
  z-index: 500;
  background-color: white;
  text-align: left;
  display: block;
}

main .pageOne .tooltip p, main .pageOne .tooltip h6, main .pageOne .tooltip table, main .pageOne .tooltip ul {
  font-size: 12px !important;
  line-height: 17px !important;
  margin-bottom: 10px !important;
  opacity: 0.8;
}

main .pageOne .tooltip p {
  color: #0454a7 !important;
}

main .pageOne .tooltip table {
  opacity: 1;
  color: white;
  border-spacing: 1px;
  width: 100%;
}

main .pageOne .tooltip table thead {
  background-color: #001443;
}

main .pageOne .tooltip table tbody {
  background-color: #2e3032;
}

main .pageOne .tooltip table td {
  padding: 5px 10px;
}

.form-help .tooltip h5,
main .pageOne .tooltip h5 {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: left !important;
  width: 100%;
}

main .pageOne .tooltip .center {
  text-align: center;
}

main .pageOne .alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-box-shadow: 0px 0.8px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0.8px 10px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  background: #f3f1ec;
  color: #0454a7;
  font-weight: bold;
}

main .pageOne .alert img {
  margin-right: 12px;
}

main .pageOne .importantInfo h3 {
  font-weight: 700;
  font-size: 16px;
  color: #012d71;
  margin-bottom: 12px;
}

main .pageOne .importantInfo h5 {
  font-weight: 600;
  font-size: 16px;
  color: #012d71;
  margin: 24px 0;
}

main .pageOne .importantInfo hr {
  margin: 10px 0;
  opacity: 0.7;
}

main .pageOne .importantInfo div .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

main .pageOne .importantInfo div .item .rotate {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

main .pageOne .importantInfo div p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 500;
}

main .pageOne .importantInfo div .itemInfo {
  padding: 3%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

main .pageOne .importantInfo div .itemInfo p, main .pageOne .importantInfo div .itemInfo ul {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  opacity: 0.7;
}

main .pageOne .page_one h4 {
  font-weight: 600;
  font-size: 16px;
  color: #012d71;
}

main .pageOne .page_one p {
  font-size: 14px;
}

main a {
  color: #c31a7d;
  text-decoration: none;
}

main p {
  font-size: 17px;
  font-weight: 500px;
  line-height: 25.5px;
  margin-bottom: 0px;
  color: #0454a7;
}

main .checkboxes div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  margin-bottom: 5px;
}
main .checkboxes div:last-child {
  margin-bottom: 0px;
}
main .checkboxes div input {
  margin-right: 15px;
  border: 1px solid #c31a7d !important;
  border-radius: 5px;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  font-size: inherit !important;
  margin-top: 5px;
}

main .quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}

main .quote h1 {
  font-size: 34px;
  font-weight: 700;
}

main .quote h1 span {
  color: #c31a7d;
}

main .quote div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .quote div a {
  text-decoration: underline;
  margin-right: 20px;
  font-size: 17px;
  font-weight: 500;
}

main .quote .paymentBtn {
  background-color: #C31A7D;
  border: none;
  border-radius: 5px;
  height: 66px;
  line-height: 66px;
  width: 260px;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
main .quote .paymentBtn:disabled {
  background-color: #929292 !important;
}

footer {
  padding: 0 120px;
  text-align: center;
  padding-bottom: 60px;
  font-size: 17px;
  line-height: 25.5px;
}
footer a {
  color: #c31a7d;
}

/* checking page */
.checking {
  padding: 53px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 663px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checking h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 27px 0 6px 0;
  text-align: center;
}

.checking p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

.checking h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 46px 0 12px 0;
}

.checking .card {
  padding: 40px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  margin: 35px 0;
}

.checking .card h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0px 0px 4px 0px;
  text-align: left;
}

.checking .card p,
.checking .card span {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 15px;
}

.checking .card hr {
  opacity: 0.7;
  margin-bottom: 20px;
}

.checking .card div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.checking .card div.pet-card {
  flex-direction: column;
}
.checking .card div.pet-card > div {
  width: 100%;
}
.checking .card div p,
.checking .card div span {
  margin: 0;
}

.checking .card .bold p,
.checking .card .bold span {
  font-weight: bolder !important;
}

.checking .return {
  background-color: #c31a7d;
  border-radius: 5px;
  border: none;
  height: 66px;
  text-align: center;
  text-decoration: none;
  width: 300px;
  color: white;
  line-height: 66px;
  font-size: 20px;
  font-weight: 600;
}

/* payment page */
.payment {
  max-width: 660px;
  padding-top: 11px;
  margin: 0 auto;
}

.payment h3 {
  margin: 18px 0 40px 0;
}

.payment form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #909496;
  opacity: 0.5;
}
::-moz-placeholder,
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #909496;
  opacity: 0.5;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #909496;
  opacity: 0.5;
}
:-moz-placeholder,
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #909496;
  opacity: 0.5;
}

.payment form label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}

.payment form input {
  max-width: 660px;
  height: 54px;
  border-radius: 4px;
  margin-bottom: 24px;
  border: 1px solid #d2e4f7;
  padding: 0 16px;
  font-size: 16px;
  color: #0454a7;
  outline: none;
}

.payment form .expiration {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.payment form .expiration div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.payment form .expiration input {
  margin-top: 4px;
}

.payment .buy {
  background-color: #c31a7d;
  border-radius: 5px;
  border: none;
  height: 66px;
  text-align: center;
  text-decoration: none;
  width: 204px;
  color: white;
  line-height: 66px;
  font-size: 20px;
  font-weight: 600;
}

.payment .buySection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payment .buySection img {
  margin: 0 0px 0 20px;
}

.payment .card {
  padding: 40px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  margin: 35px 0;
}

.payment .card .total p {
  color: #c31a7d;
  font-weight: 700;
  font-size: 24px !important;
}

.payment .card h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0px 0px 4px 0px;
}

.payment .card p,
.payment .card span {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 15px;
}

.payment .card hr {
  opacity: 0.7;
  margin-top: 0px;
  margin-bottom: 20px;
}

.payment .card div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.payment .card div p,
.payment .card div span {
  margin: 0;
}

.payment .card .bold p,
.payment .card .bold span {
  font-weight: bolder !important;
}

.payment .back {
  font-size: 16px;
  font-weight: 700;
}
.payment .back:hover {
  text-decoration: none;
}

.payment .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 24px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.payment .btns button {
  width: 90%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 316.97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  height: 66px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}

.payment .btns button img {
  margin-right: 15px;
}

.payment .btns .direct {
  background: #d2e4f7;
  border: 1px solid #012d71;
  color: #012d71;
}

.payment .btns .credit {
  background: #ffffff;
  border: 1px solid #d2e4f7;
  color: grey;
}

.payment .securePayment {
  height: 56px;
  background-color: #f3f1ec;
  margin-bottom: 24px;
  padding: 0 17px 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.payment .securePayment img {
  margin-right: 12px;
}
.quote-box-top {
  display: none;
}
/* Tablet */
@media only screen and (max-width: 768px) {
  .quote-box-top {
    display: block;
  }
  body:not(:has(.message-box)) .quote-box-top {
    margin-top: 30px;
  }
  nav {
    padding: 0 5%;
  }
  nav .ctm {
    height: auto;
    width: 300px;
  }
  main {
    padding: 0 5%;
  }
  main .benefits {
    position: static;
  }
  main .benefits .badges {
    position: relative !important;
    margin: 0 auto 40px 0 !important;
    right: 0px !important;
    top: 0px !important;
    width: 200px;
  }
  footer {
    padding: 0 5%;
    margin-bottom: 40px;
  }
  .tooltip {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  h4 {
    margin: 0 !important;
  }
  p,
  label,
  input,
  ul,
  table {
    font-size: 12px !important;
  }
  .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btns button {
    margin-bottom: 15px;
  }
  .ctm {
    display: none;
  }
  section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .left {
    width: 100%;
  }
  section .right {
    width: 100%;
  }
  .right {
    padding-top: 0 !important;
  }
  .quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quote div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quote div a {
    margin: 15px 0;
  }
  .badges {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .paymentBtn,
  .btn-blue,
  .changeOptions {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 15px !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  .return {
    font-size: 15px !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  h1 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  h3 {
    font-size: 20px !important;
    line-height: 22px !important;
  }
  /* h5 {
    font-size: 14px !important;
  } */
  .card {
    padding: 25px !important;
  }
  .card span,
  table {
    font-size: 12px !important;
  }
  .buySection {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 2;
        grid-template-columns: 2;
    grid-gap: 0 !important;
  }
  .buySection .buy {
    grid-column: span 2 !important;
    margin-bottom: 20px;
  }
  .buy {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 15px !important;
    height: 40px !important;
    line-height: 40px !important;
  }
  .expiration {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
  }
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #cdcdcd;
}

::-webkit-scrollbar-thumb {
  background-color: #001443;
}
.hidden {
  display: none;
}
#payway-credit-card {
  margin-left: 0rem;
}
#payway-credit-card-iframe0 {
  /* width: 100% !important; */
  margin-bottom: 24px;
}
.payway-credit-card-iframe {
  width: 100% !important;
  min-height: 318px;
}
@media (max-width: 768px) {
  .payway-credit-card-iframe {
    min-height: 350px;
  }
}
.single-line {
  white-space: nowrap;
}
label.error {
  font-size: 12px !important;
  line-height: 12px !important;
  color: #d60000 !important;
  margin-top: -15px !important;
  margin-bottom: 15px !important;
  display: block;
}
.form-error input,
.form-error select {
  border: 1px solid #d60000;
}
/*# sourceMappingURL=style.css.map */
.cmt-home {
  min-height: 300px;
}
.suburb-field {
  width: 100%;
}
.react-autosuggest__container {
  position: relative;
  /* z-index: 2; */
}
.react-autosuggest__suggestions-container--open {
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #edecec;
  padding: 20px 0px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  height: 325px;
  overflow: auto;
}
.react-autosuggest__suggestions-container--open ul {
  margin: 0px;
  padding: 0px;
}
.react-autosuggest__suggestions-container--open ul li {
  list-style-type: none;
}
.suggest-item {
  padding: 8px 20px;
  cursor: pointer;
}
.suggest-item:hover {
  background: #001443;
  color: #fff;
}
.spinner {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.fa-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  font-size: 55px;
  z-index: 10;
  color: #012d71;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #012d71;
  width: 100px;
  height: 100px;
  -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);
  }
}
.btn-back,
.btn-empty,
.btn-plus {
  border: none;
  background: transparent;
  color: #c5007c;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0rem;
  outline: none;
}
.btn-back {
  font-size: 16px;
  margin-bottom: 1rem;
  margin-top: -0.2rem;
}
.btn-empty:hover,
.btn-back:hover,
.review-description a:hover,
.btn-plus:hover {
  color: #d12692;
}
.btn-back > i,
.btn-plus > i {
  font-style: normal;
  display: inline-block;
  margin-right: 0.3rem;
}
.animal-box {
  flex-direction: column;
}
.animal-box > div {
  width: 100%;
}
@media all and (max-width: 1000px) {
  .sticky-content > div {
    justify-content: end;
  }
}
.box-fixed {
  position: -webkit-sticky;
  position: sticky;
  /* position: fixed; */
  /* top: 20.3rem; */
  top: 10rem;
  max-width: 28.8rem;
  width: 100%;
}
div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  bottom: 0;
  max-width: 144.4rem;
  background-color: #ffffff;
  margin-top: 1rem;
  border: 0;
}
.sticky-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(237, 237, 237, 1);
}
.sticky-content > div {
  width: 50%;
  display: flex;
  align-items: center;
  height: 7rem;
  margin: 0;
}
.sticky-content > div {
  justify-content: flex-end;
}
.sticky-content > div.quote-stick-info {
  justify-content: flex-start;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quote-stick-info > .s-then {
  margin-right: 0.5rem;
}
.sticky-content h3,
.sticky-content .s-ori-money,
.sticky-content .s-money {
  color: #012d71;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 3.5rem;
}
.sticky-content h3 {
  font-size: 30px;
  font-weight: 700;
}
.sticky-content .s-ori-money {
  font-size: 2.4rem;
  font-weight: 600;
  color: #777880;
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.sticky-content .s-ori-money.then-price {
  text-decoration: none;
  color: #c31a7d;
}
.sticky-content h3 {
  margin: 0;
}
.sticky-content .per-month {
  margin-top: 0;
}
.sticky-content .s-money {
  color: #c31a7d;
  margin: 0 5px;
}
.sticky-content button {
  height: 4.6rem;
  line-height: 4.6rem;
}
.sticky-content .btn-empty {
  margin-right: 2rem;
  font-size: 1.4rem;
}
.sticky-line {
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  height: 1px !important;
  box-shadow: 0 -1px 0 0 #dadadb;
}
@media all and (max-width: 768px) {
  .sticky-content .quote-stick-info {
    display: block;
    margin-top: 26px;
  }
  .sticky-content .quote-stick-info h3,
  .sticky-content .s-money {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
  }
  .per-month {
    font-size: 1rem;
    display: inline-block;
    margin-left: 5px;
  }
  .sticky-content .s-money {
    margin: 0;
  }
  .sticky-content .btn-primary {
    font-size: 1.2rem;
    font-weight: 600;
    min-width: 7rem;
    max-width: 7rem;
    padding: 0;
  }
  .quote-stick-info {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  div.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
  }
  .body-details .quote-info,
  .editPolicy {
    display: none;
  }
  .sticky-content > div.quote-stick-info {
    flex-direction: row;
    margin: 0px;
    padding: 0 5%;
    height: 70px;
  }
  .sticky-content > div.quote-stick-info > div {
    width: 100%;
  }
  .sticky-content > div.quote-stick-info .paymentBtn {
    width: 100%;
  }
  .sticky-price {
    display: flex;
    align-items: center;
    flex-direction: row !important;
  }
  .sticky-price h3 {
    font-size: 16px;
  }
  .sticky-price .per-month {
    font-size: 13px;
  }
  .edit-cover {
    display: none;
  }
}
.sticky-price {
  display: flex;
  align-items: center;
}
button:disabled {
  background-color: #929292 !important;
}
.input-account-number:has(.error) input {
  margin-bottom: 24px !important;
}
.box-price > span {
  width: 100%;
}
.promo-code {
  margin-bottom: 0px !important;
  font-size: 18px;
  width: 100%;
}
.promo-code > label {
  margin-bottom: 0px;
}
.badges {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.badges > img {
  max-width: 115px;
}
.review-rule {
  margin: 20px 0px 20px 30px;
}
.review-rule > li {
  margin-bottom: 10px;
}
.review-rule > li:last-child {
  margin-bottom: 0px;
}
.box-reward {
  margin-top: 20px;
}
.box-reward > img {
  width: 100%;
}
.refresh-box-price {
  display: none;
}
@media only screen and (max-width: 768px) {
  .promo-code > label,
  .promo-code > span {
    font-size: 16px !important;
  }
  main .right .review {
    margin-bottom: 20px;
  }
  main form select,
  .quote-box-pet input,
  main form input,
  main .left div {
    max-width: 100%;
  }
  .review-rule {
    padding: 0;
  }
  .review-rule li {
    margin: 0 0 10px 0;
    padding: 0;
  }
  .checking .card,
  main .right .benefits {
    padding: 25px;
  }
  .checking .return,
  .checking .card {
    width: 100%;
  }
  main .pageOne .alert {
    margin-top: 30px !important;
    padding: 15px 20px;
  }
  main .left h3 {
    margin: 30px 0;
  }
  nav {
    height: 72px;
  }
  main .left .paymentBtn,
  main .left .paymentBtn:disabled {
    margin: 40px 0;
  }
  .refresh-box-price {
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  main .left .refresh-box-price .paymentBtn {
    margin: 0px 0 20px 0;
  }
  footer {
    margin-bottom: 85px;
  }
  .payment .btns button {
    width: 100%;
  }
  .box-reward {
    margin-bottom: 40px;
  }
  .grecaptcha-badge {
    /* visibility: hidden; */
    z-index: 1;
  }
  div.sticky-btns {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 820px) {
  nav {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  footer,
  main {
    padding: 0 2.4rem;
  }
  main .quote .paymentBtn {
    width: 230px;
  }
}
main .quote div a,
.sticky-content .per-month {
  white-space: nowrap;
}
.btn-save-pet {
  margin-right: 20px;
  background-color: #C31A7D;
}
.btn-remove-pet {
  color: #0454a7;
  font-size: 16px;
  background: transparent;
  border: none;
  margin-top: -10px;
}
.pet-des-item {
  max-width: 100% !important;
  display: flex ;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 30px;
}
.pet-des-item > div {
  margin-bottom: 0px !important;
}
.pet-des-item span {
  position: relative;
  font-size: 18px;
}
.pet-des-item span label {
  position: absolute;
  left: 0;
  bottom: -25px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.8;
}
.quote-pet > .dog,
.quote-pet > .cat {
  position: relative;
  width: 100%;
}
.btn-edit {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 25px;
  background: transparent;
  border: none;
}
.btn-edit svg * {
  stroke: #0454a7;
}
.btn-edit:hover {
  opacity: 0.7;
}
.btn-edit-pet,
.discount-box {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  border-radius: 4px;
  background-color: rgb(221,229,241);
  padding: 4px 8px;
}
.btn-edit-pet svg,
.discount-box svg {
  width: 10px;
  margin-right: 5px;
}
.btn-edit-pet svg {
  width: 15px;
}
.btn-edit-pet svg *,
.discount-box svg * {
  fill: #0454a7;
}
.btn-edit-pet {
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  color: #0454a7;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
}
.btn-edit-pet:hover {
  opacity: 0.7;
}
.btn-refresh {
  margin-right: 20px !important;
}
.btn-cover {
  background: transparent;
  border: none;
  padding: 0px;
  color: #C31A7D;
  font-size: 17px;
  font-weight: 500;
  margin: 0px;
}
.edit-cover.btn-cover {
  text-decoration: underline;
  margin-right: 20px;
}
.btn-add-pet {
  margin-right: 10px;
}
.o-price {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-decoration: line-through;
}
.discount {
  display: flex;
  justify-content: space-between;
  margin: 0px !important;
}
.discount > label {
  font-size: 18px;
}
.discount > span {
  font-weight: 700;
  font-size: 1.2rem;
}
.discount > span.promo-code {
  font-size: 1.4rem;
}
.discount > span.disc-details {
  text-align: right;
}
.pet-per-price {
  position: relative;
}
.pet-per-price .o-price {
  position: absolute;
  bottom: -35px;
  left: 0px;
  font-size: 14px !important;
  opacity: 0.8;
}
.group-pet-btn {
  position: relative;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #f5f5f5;
}
.pet-dis-info {
  background: transparent !important;
  padding: 0px;
  margin-left: 10px;
  color: #0454a7;
  font-weight: 400;
}
.i-icon {
  width: 2.4rem !important;
  height: 2.1rem !important;
  -webkit-mask-size: 100% !important;
  mask-size: 100% !important;
}
.i-dog {
  -webkit-mask: url('../img/ic-dog.svg') no-repeat center !important;
  mask: url('../img/ic-dog.svg') no-repeat center !important;
}
.i-cat {
  -webkit-mask: url('../img/ic-cat.svg') no-repeat center !important;
  mask: url('../img/ic-cat.svg') no-repeat center !important;
}
.i-male {
  -webkit-mask: url('../img/ic-male.svg') no-repeat center !important;
  mask: url('../img/ic-male.svg') no-repeat center !important;
}
.i-female {
  -webkit-mask: url('../img/ic-female.svg') no-repeat center !important;
  mask: url('../img/ic-female.svg') no-repeat center !important;
}
.i-calendar {
  -webkit-mask: url('../img/ic-calendar.svg') no-repeat center !important;
  mask: url('../img/ic-calendar.svg') no-repeat center !important;
}
.i-dog,
.i-cat,
.i-male,
.i-female {
  display: inline-block !important;
}
.selected > .i-icon {
  background-color: #0454a7;
}
.un-selected > .i-icon {
  background-color: #909496;
}
.selected:has(.i-icon),
.un-selected:has(.i-icon) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-icon {
  position: relative;
}
.form-icon .i-icon {
  position: absolute;
  top: -4px;
  right: 10px;
  width: 30px !important;
  height: 30px !important;
  background-color: #0454a7;
}
.then-price {
  margin: 20px 0 !important;
  opacity: 0.6;
  text-decoration: line-through;
}
.thenTxt,
.discount {
  color: #909496 !important;
}
.thenTxt {
  display: block;
}
@media only screen and (max-width: 768px) {
  .group-pet-btn {
    margin-top: 20px;
    flex-direction: row;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .btn-add-pet {
    margin-right: 0px;
  }
  .group-pet-btn .discount-box {
    justify-content: center;
  }
}
main .quote .paymentBtn.btn-refresh {
  background-color: #F3911F;
}
.pet-group-btns {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.btn-refresh-quote,
.btn-refresh {
  background-color: #F3911F;
}