@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700');
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
:root {
  font-size: 10px;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  color: #4E5052;
  font-weight: 500;
}
nav {
  height: 90px;
  background-color: #fff;
  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 .pci {
  height: 59px;
}

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;
  cursor: pointer;
  background-color: #fff;
  text-decoration: none;
    border-radius: 100px;
    color: #fff;
}

nav > a.phone {
  display: inline-block;
  border-radius: 75px;
  background-color: #F05046;
  color: #fff;
  height: 59px;
  font-size: 19px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

nav > a.phone img {
  height: 27px;
}

nav a img {
  margin-right: 5px;
}

.header-nav {
  padding: 0 7.5rem;
  margin: 0 auto;
  max-width: 1442px;
}

main {
  padding: 0 7.5rem;
  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;
  margin-bottom: 2.4rem;
}

main form label {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #4E5052;
  font-weight: 500;
}
.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 {
  height: 5.4rem;
  border: solid 0.1rem #C7CCD6;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  padding-left: 1.5rem;
}
.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: 1.7rem;
  line-height: 1.7rem;
  font-weight: 600;
  color: #01ABB8;
  text-transform: uppercase;
  margin: 17px 0 14px 0;
}

main .left .paymentBtn {
  border: none;
  margin: 40px 0 70px 0;
  cursor: pointer;
}
.payment .buy,
main .quote .paymentBtn,
main .left .paymentBtn {
  background: #F25A4F;
  border-radius: 100px;
  border: none;
  min-width: 17rem;
  height: 4.8rem;
  text-align: center;
  padding: 0rem 2.3rem;
  line-height: 4.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
main .left h3 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin: 5rem 0 3.8rem 0;
  font-weight: 600;
}
main .left h3.panel-title {
  margin: 0px;
  color: #4E5052 !important;
  margin-bottom: 10px;
  line-height: 24px;
}
main .left h3.panel-title > a {
  color: #4E5052 !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;
  background: #ffffff;
  box-shadow: 0px 0.8px 10px rgba(0, 0, 0, 0.16);
  border-radius: 0.4rem;
}

h5,
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;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 20px;
}

main .right .card div a {
  color: #FA8072;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
}

main .right .card h1 {
  font-weight: 600;
  line-height: 50px;
  margin-top: 40px;
}

main .right .card h3 {
  font-weight: 700;
  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: #F25A4F;
  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: 2.4rem;
  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:not(.i-icon) {
  margin: 0px !important;
}
.quote-box-pet #options div.i-icon {
  margin: 0 5px 0 0 ;
}
.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%;
  min-width: 10rem;
  text-align: center;
  border-radius: 0.4rem;
  cursor: pointer;
  color: #CFD4D6;
  border: 1px solid #CFD4D6;
  min-height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  font-weight: 700;
}

main .pageOne #options div .selected {
  border: 1px solid #017280;
  background-color: #E8F5F7;
  color: #314716;
}
/* 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: #777880 !important;
}

main .pageOne .tooltip table {
  opacity: 1;
  color: white;
  border-spacing: 1px;
  width: 100%;
}

main .pageOne .tooltip table thead {
  background-color: #1095a6;
}

main .pageOne .tooltip table tbody {
  background-color: #46474a;
}

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: #FA8072;
  font-weight: bold;
}

main .pageOne .alert img {
  margin-right: 12px;
}

main .pageOne .importantInfo h3 {
  color: #00737F;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 0;
}

main .pageOne .importantInfo > h3 {
  margin: 30px 0;
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-weight: 600;
  color: #01ABB8;
  text-transform: uppercase;
}

main .pageOne .importantInfo h5 {
  font-weight: 600;
  font-size: 16px;
  margin: 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: 14px;
  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;
}

main .pageOne .page_one p {
  font-size: 14px;
}

main a {
  color: #FA8072;
  text-decoration: none;
}

main p {
  margin-bottom: 0px;
  color: #4E5052;
}

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 #FA8072 !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: #FA8072;
}

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:disabled {
  background-color: #929292 !important;
}

footer a {
  color: #FA8072;
}

/* 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: #FA8072;
  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;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  font-style: normal;
  color: #4e5052;
}

.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-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey;
  border-radius: 7px;
}
::-webkit-scrollbar-thumb {
  background: #1095a6;
  border-radius: 7px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
::-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; */
}
.securePayment + label,
.payment form label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}

.payment form input {
  max-width: 660px;
  height: 5.4rem;
  border-radius: 0.4rem;
  border: 1px solid #d2e4f7;
  padding: 0 16px;
  font-size: 1.6rem;
  color: #FA8072;
  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 .buySection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payment .buySection img {
  margin: 0 0px 0 20px;
}

.payment .card {
  box-shadow: 0px 0.4rem 1.2rem rgba(0, 0, 0, 0.15);
  padding: 2rem 2.4rem 3rem 2.4rem;
  border-radius: 0.4rem;
  margin: 4rem 0 3rem 0;
}

.payment .card .total p {
  color: #1095a6;
  font-weight: 700;
  font-size: 24px !important;
}

.payment .card h3 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 600;
  margin: 0px 0px 4px 0px;
}

.payment .card p,
.payment .card span {
  font-size: 14px;
  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: 4.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
}

.payment .btns button img {
  margin-right: 15px;
}

.payment .btns .direct {
  color: #314716;
  border: 1px solid #017280;
  background-color: #E8F5F7;
}

.payment .btns .credit {
  background: #ffffff;
  border: 1px solid #CFD4D6;
  color: #CFD4D6;
}

.payment .securePayment {
  height: 4.4rem;
  line-height: 4.4rem;
  padding-left: 7rem;
  border-radius: 0.4rem;
  background-color: #fef7ed;
  font-size: 1.4rem;
  color: #314716;
  background-image: url(../img/ic-lock.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  margin: -2.5rem 0 2rem 0;
}

.payment .securePayment img {
  margin-right: 12px;
}
.quote-box-top {
  display: none;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #cdcdcd;
}

::-webkit-scrollbar-thumb {
  background-color: #1095a6;
}
.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;
  }
  .group-pet-btn > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.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: #1095a6;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #1095a6;
  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: #FA8072;
  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: 3.5rem;
  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 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 3.5rem;
}
.sticky-content h3 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 600;
}
.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: #FA8072;
}
.sticky-content h3 {
  margin: 0;
}
.sticky-content .per-month {
  margin-top: 0;
}
.sticky-content .s-money {
  color: #FA8072;
  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: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .refresh-box-price > button {
    width: 100%;
    margin: 0px !important;
  }
  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;
  }
  .header-nav,
  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: #FA8072;
}
.btn-remove-pet {
  color: #FA8072;
  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: #FA8072;
}
.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: #F25A4F;
}
.btn-edit-pet {
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  color: #FA8072;
  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: #FA8072;
  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;
  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: #00737F;
  -webkit-mask-size: 100% !important;
    mask-size: 100% !important;
}
.un-selected > .i-icon {
  background-color: #909496;
  -webkit-mask-size: 100% !important;
  mask-size: 100% !important;
}
.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: #FA8072;
}
.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: 15px;
  }
  .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;
}

.box-info h3 {
  font-size: 2rem;
  line-height: 3rem;
  color: #017280;
  font-weight: 600;
}
.box-info .quote-info h3 {
  color: #4E5052;
}

.list-insurance {
  padding: 30px;
  border-radius: 30px;
  background: #FFECEA;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}
.list-insurance ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.list-insurance ul li {
  margin-top: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.list-insurance h3,
.list-insurance ul li span {
  color: #4E5052;
}
.box-peace-360 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.box-peace-360 p {
  margin-bottom: 0px;
}
.product-review,
.box-peace-360,
.box-feedback,
.see-what,
.list-insurance,
.speak-our-vets {
  margin-bottom: 35px;
}
.box-insurance {
  margin-top: 35px;
}

footer {
  font-size: 1.4rem;
  margin-top: 5.8rem;
  padding: 0 7.5rem;
}
a.rule-link,
footer a {
  color: #FA8072;
}
.footer-des {
  padding-top: 4rem;
  padding-bottom: 2rem;
  /* border-top: 1px solid #CFD4D6; */
}
.footer-page-1 {
  margin-top: -2rem;
  padding-bottom: 0;
  margin-bottom: 4rem;
  border-bottom: 1px solid #CFD4D6;
  display: none;
}
.body-details .footer-page-1 {
  display: block;
}
.footer-copyright {
  border-top: 1px solid #CFD4D6;
  padding: 2rem 0;
  text-align: center;
}
.btn-nothanks {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.btn-nothanks:hover {
  color: #757575;
}
.promo-valid {
  background-image: url('../img/ic-checkmark.svg');
  background-position: right 1.5rem center;
  background-repeat: no-repeat;
}
a.p-active {
  cursor: pointer !important;
}
/* .link-big {
  font-size: 1.5rem;
} */
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: grey;
}
.box-360-care,
.makes-knose {
  position: relative;
  padding-top: 0px;
  box-shadow: none;
}
.box-360-care {
  background: #F9F9F9;
}
.makes-knose .right-title {
  border-bottom: none;
}
.makes-knose > a {
  position: absolute;
  top: -46px;
  right: 10px;
}
.makes-knose > a:hover {
  opacity: 0.7;
}
.box-360-care ul,
.makes-knose ul {
  padding-left: 16px;
  padding-right: 15px;
}
.box-360-care ul li,
.makes-knose ul li {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.see-what ul li  {
  margin-top: 5px;
}
.box-360-care ul li img,
.makes-knose ul li img {
  margin-right: 17px;
  max-width: 40px;
}
.box-feedback .feedback-content {
  font-size: 15px;
  font-weight: 500;
  padding: 30px 25px;
  border-radius: 30px;
  text-align: center;
  background: #017280;
  color: #fff;
  position: relative;
  /* background-image: url('../img/comma-left.svg'), url('../img/comma-right.svg'); */
  /* background-position: left top, bottom right;
  background-repeat: no-repeat, no-repeat; */
}
.box-feedback .feedback-content img {
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -24px;
}
.box-feedback .feedback-content strong {
  color: #749941;
}
.box-feedback .right-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  gap: 25px;
}
.box-feedback .right-title img {
  width: 68px;
  border-radius: 100px;
  margin-right: 10px;
}
.box-feedback .right-title div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.box-feedback .right-title div a {
  font-size: 18px;
  font-weight: 600;
  color: #FA8072;
}
.box-feedback .right-title div span {
  font-size: 12px;
  font-weight: 500;
}
.product-review {
  box-shadow: none;
  text-align: center;
  margin-top: 0px;
  padding: 30px;
}
.product-review > a {
  color: white;
  display: block;
  text-decoration: none;
  /* margin-bottom: 30px; */
}
.product-review > a:hover {
  color: #FA8072;
}
.product-review > span {
  margin-top: 20px;
  display: block;
  height: 1px;
}
.sub-limits {
  background: #F5FBFB;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.sub-limits .right-title {
  margin-left: 0px;
  margin-right: 0px;
}
.sub-limits h3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.sub-limits h3 a {
  color: #00737F;
}
.sub-limits h3 img {
  margin-right: 10px;
}
.cover-help {
  margin-top: -1rem;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  max-width: 56rem;
}
.cover-help > a {
  color: #1095a6;
}
.question {
  box-shadow: 0px 0.4rem 1.2rem rgb(0 0 0 / 15%);
  padding: 2rem 2.4rem 3rem 2.4rem;
  border-radius: 0.4rem;
  margin-bottom: 3rem;
  /* text-align: left; */
}
.question .quiz-msg h3 {
  margin-bottom: 2rem;
}
.question .quiz-msg .msg-contact {
  margin-bottom: 2rem;
}
.question .quiz-msg p {
  margin-bottom: 0;
}
.question h3 {
  font-size: 1.8rem;
}
.question-item > p {
  font-style: italic;
  margin-bottom: 2rem;
}
.question-item select {
  margin: 0 auto;
  max-width: 30rem;
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
}
.question-heard-about {
  margin-top: 2rem;
}
.question-item .custom-control-label {
  line-height: 2.7rem;
}
.question-item .custom-control-inline.answer-no {
  margin-left: 3rem;
}
.question-item .custom-control-label::after {
  top: -0.7rem;
  left: -1.79rem;
}
.question-item textarea {
  font-size: 1.4rem;
  font-weight: 400;
}
.form-error > .form-group > .form-control {
  border-color: #CFD4D6;
}
.question-item .question-radio-row {
  text-align: left;
}
.question-btn-group {
  text-align: center;
}
p {
  margin-bottom: 2rem;
}
.box-content {
  background: #ffffff;
  box-shadow: 0px 0.8px 10px rgba(0, 0, 0, 0.16);
  border-radius: 0.4rem;
}
.box-content > h3 {
  /* border-bottom: 1px solid #CFD4D6; */
  padding-bottom: 1.5rem;
  color: #017280;
}
.payment-support {
  margin: 4rem 0 0 0;
  padding: 0;
}
.payment-support > li {
  list-style-type: none;
  margin-bottom: 1rem;
}
.payment-support > li > img {
  margin-right: 1.5rem;
  width: 18px;
}
h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 2.8rem;
  color: #4e5052;
}
h4 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  font-style: normal;
  color: #4e5052;
}
@media (min-width: 650px) and (max-width: 768px) {
  h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  h4 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}


@media (max-width: 649.98px) {
  footer {
    margin-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Tablet */
@media (min-width: 650px) and (max-width: 768px) {
  
}


/* 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;
  }
  .header-nav,
  footer,
  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;
  }
}
.source-link {
  color: #00737F;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 30px;
}
.box-feedback {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box-feedback div {
  margin-bottom: 10px;
}
.box-feedback div i {
  color: #F25A4F;
}
.box-feedback label {
  color: #00737F;
  font-weight: 600;
}
.no-lock-contract {
  box-shadow: 0px 0.2rem 0.6rem rgba(0, 0, 0, 0.15);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  margin-bottom: 1rem;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}
.no-lock-contract > div {
  margin-right: 1.5rem;
}
.i-shield {
  width: 40px;
  height: 40px;
  background-image: url('../img/ic-shield.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.i-lock-in {
  width: 50px;
  height: 60px;
  background-image: url('../img/ic-no-lock-in.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.btn-accordion.collapsed {
  background-image: url('../img/ic-checkmark.svg'),
    url('../img/ic-dropdown.svg');
}
.btn-accordion {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #4E5052;
  padding: 1.5rem 2rem 1.6rem 3.5rem;
  background: transparent;
  width: 100%;
  text-align: left;
  background-image: url('../img/ic-checkmark.svg'), url('../img/ic-dropup.svg');
  background-position: center left, center right;
  background-repeat: no-repeat;
}
.btn-accordion:hover {
  text-decoration: none !important;
}
.collapse-x-icon .btn-accordion,
#accordionDontCover .btn-accordion {
  background-image: url('../img/ic-x.svg'), url('../img/ic-dropup.svg');
}
.collapse-x-icon .btn-accordion.collapsed,
#accordionDontCover .btn-accordion.collapsed {
  background-image: url('../img/ic-x.svg'), url('../img/ic-dropdown.svg');
}

.btn-accordion:hover {
  color: #777880;
}
.accordion > .card {
  border: none;
  border-bottom: 1px solid #CFD4D6 !important;
  padding-left: 8px;
  padding-right: 8px;
}
.accordion > .card:last-child {
  border: none;
  border-bottom: none !important;
}
.accordion > .card .card-header {
  background: #fff;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.accordion > .card .collapse {
  padding: 0rem;
}
.accordion > .card .card-body {
  padding: 1rem 4rem 2rem 3.5rem;
  color: #4E5052;
}
.accordion > .card .card-body ul {
  padding-left: 15px;
}
.cover-box {
  border: 1px solid #CFD4D6;
  border-radius: 4px;
  padding: 18px 16px 19px 16px;
  margin-bottom: 16px;
}
.cover-box > h3 {
  cursor: pointer;
  position: relative;
}
.cover-box > h3 span {
  font-size: 1.6rem;
  font-weight: 700;
  display: none;
  position: absolute;
  top: 1px;
  right: 2px;
  color: #FA8072 !important;
}
.cover-box > h3 span.show-less {
  display: inline-block;
}
.cover-box > h3.collapsed div.show-selected,
.cover-box > h3.collapsed span.show-less {
  display: none;
}
.cover-box > h3 div.show-selected {
  display: block;
}
.cover-box > h3.collapsed span.show-more {
  display: inline-block;
}
.cover-box .multi-collapse {
  padding-top: 20px;
  margin-bottom: -15px;
}
.cover-box .multi-collapse .card-body {
  padding: 0px;
  border: none !important;
  /* border-bottom: 1px solid #CFD4D6 !important; */
}
.cover-box .multi-collapse .accordion .card-body {
  padding-bottom: 20px !important;
}
.wait-periods {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 10px;
  margin-left: 10px;
}
.wait-periods > li {
  list-style-type: none;
  font-size: 1.5rem;
  color: #4E5052;
  font-weight: 400;
  line-height: 2.5rem;
}
.Exclusion-periods div,
.Exclusion-periods p {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 2.5rem;
}
.Exclusion-periods .card-body > p {
  margin-bottom: 10px !important;
}
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  font-family: 'Poppins' !important;
  color: #777880 !important;
  display: inline-block;
  width: 3.7rem !important;
  line-height: 3.7rem !important;
  text-align: center;
  font-size: 1.4rem !important;
  margin: 0.166rem !important;
}
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected,
.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  background-color: #1095a6 !important;
  color: #fff !important;
}
.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  font-size: 1.6rem !important;
  line-height: 2.6rem;
  color: #fff !important;
  font-weight: 400 !important;
}
.react-datepicker__header {
  background-color: #1095a6 !important;
}
.react-datepicker__header,
.react-datepicker__day-name {
  color: #fff !important;
}
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^='bottom']
  .react-datepicker__triangle::before {
  border-bottom-color: #1095a6 !important;
}
.react-datepicker__navigation--previous {
  border-right-color: #fff !important;
}
.react-datepicker__navigation--next {
  border-left-color: #fff !important;
}
.react-datepicker__navigation {
  top: 15px !important;
}
.react-datepicker__triangle {
  left: 50% !important;
}
.react-datepicker-popper {
  z-index: 10 !important;
}
.right-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CFD4D6;
  padding: 2rem 0rem 1rem 0rem;
  margin: 0 1.6rem;
}
.box-info-bottom,
.right-total {
  border-bottom: 1px solid #CFD4D6;
  padding: 1.5rem 0rem;
  margin: 0 1.6rem;
}
.box-info-bottom {
  border-bottom: none;
}
.right-title .btn-back {
  margin-bottom: 0;
}
.big-money {
  color: #00737F;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 600;
}
.per-month {
  display: block;
  margin-top: 1rem;
  color: #00737F;
  font-weight: 500 !important;
}
.thenTxt {
  font-size: 1.2rem;
  color: #777880;
  display: block;
  margin: 15px 0 18px;
}
.dPriceBox > label {
  font-size: 1.2rem;
  color: #00737F;
}
@media (min-width: 769px) {
  .container {
    max-width: 1060px;
  }
  .col-left {
    -ms-flex: 0 0 65.095%;
    flex: 0 0 65.095%;
    max-width: 65.095%;
  }
  .col-right {
    display: block;
    -ms-flex: 0 0 34.905%;
    flex: 0 0 34.905%;
    max-width: 34.905%;
  }
  /* .body-details {
        background-image: url(../img/person.svg);
        background-repeat: no-repeat;
        background-position: right 0 bottom 6rem;
        background-attachment: fixed;
        zoom: 0;
    } */
  .body-details #content {
    /* background-image: url(../img/person.svg); */
    background-repeat: no-repeat;
    background-position: right 45px bottom 0rem;
    background-size: 20%;
    padding-bottom: 0;
    margin-bottom: -30px;
  }
  /* .body-payment {
        background-image: url(../img/payment.svg);
        background-repeat: no-repeat;
        background-position: right 0 bottom 6rem;
        background-attachment: fixed;
    } */
  .body-payment #content {
    /* background-image: url(../img/payment.svg); */
    background-repeat: no-repeat;
    background-position: right 0 bottom 0rem;
  }
  header .container {
    min-height: 7.2rem;
  }
  .logo > img {
    height: auto;
  }
  header .phone {
    display: flex;
    background: #FA8072;
    border-radius: 100px;
    padding: 0.8rem 1.2rem;
  }
  header .phone > span {
    display: inline-block;
    letter-spacing: 0.02em;
    font-weight: 500;
    color: #fff;
  }
  header .phone > i {
    width: 1.8rem;
    height: 1.8rem;
    background-color: #fff;
    margin-right: 1rem;
  }
  .i-dog,
  .i-cat,
  .i-male,
  .i-female {
    width: 2.4rem;
    height: 2.4rem;
  }
  .quote-icon img {
    width: 4.1rem;
    height: 4.1rem;
  }
  .quote-icon > div {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
  }
  #main.transfer-page .box-info.fr {
      padding-bottom: 150px;
  }
  #wrapper {
    /* padding-bottom: 6rem; */
  }
  .progressbar {
    margin-bottom: 5.7rem;
  }
  .btn-back,
  .btn-empty,
  .btn-plus {
    font-size: 1.6rem;
  }
  .button-group {
    margin-top: 2.4rem;
  }
  header .phone {
    padding: 0.8rem 1.2rem;
  }
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .big-money {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
  h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  h3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .col-left h2 {
    margin-bottom: 3.8rem;
  }
  .tooltip-close {
    display: none;
  }
}

.checkboxes input[type="checkbox"] {
  display: none;
}

/* Style the custom checkbox */
.checkboxes label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 30px; /* Space for the checkbox */
  font-size: 16px;
  user-select: none;
}

/* Create the checkbox box */
.checkboxes label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff; /* Default color */
  border: 1px solid #FA8072;
  border-radius: 4px;
}

/* Add a checkmark when checked */
.checkboxes input[type="checkbox"]:checked + label::before {
  background-color: #FA8072; /* Checked color */
  content: "✔";
  color: white;
  text-align: center;
  line-height: 20px;
}

@media only screen and (max-width: 640px) {
  nav > a.phone {
    border-radius: 9999px;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-self: center;
  }
  nav > a.phone img {
    height: 15px;
  }
  nav .pci.award {
    height: 50px;
  }
  nav .pci.logo {
    height: 47px;
  }
  nav > a.phone span {
    display: none;
  }
}
