@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700');
:root {
  font-size: 10px;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  color: #777880;
  font-weight: 500;
}
a[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  display: block;
}
a:hover {
  text-decoration: none;
}
::-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: #777880;
  opacity: 0.5;
}
::-moz-placeholder,
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #777880;
  opacity: 0.5;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #777880;
  opacity: 0.5;
}
:-moz-placeholder,
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #777880;
  opacity: 0.5;
}
#wrapper {
  margin: 0 auto;
  max-width: 144.4rem;
}
.form-control {
  height: 5.2rem;
  border: solid 0.1rem #dadadb;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  padding-left: 1.5rem;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef !important;
}
.form-control:focus {
  border: solid 0.1rem #1095a6;
}
.container-fluid {
  position: relative;
  min-width: 128rem;
}
.btn-primary {
  background: #c31a7d;
  border: none;
  min-width: 17rem;
  height: 5.2rem;
  text-align: center;
  padding: 0rem 2.3rem;
  line-height: 5.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  border-radius: 0.4rem;
}
.btn-primary:hover {
  background: #d12692;
}
.btn-back,
.btn-empty,
.btn-plus {
  border: none;
  background: transparent;
  color: #c5007c;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0rem;
}
.btn-back {
  font-size: 1.4rem;
  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;
}
.button-group {
  margin-top: 3.5rem;
}
.group-date {
  display: flex;
  justify-content: space-between;
}
.group-date > input.form-control {
  width: 31.3333%;
}
.form-group {
  margin-bottom: 2.4rem;
}
#main {
  margin-top: 8.4rem;
}
#wrapper {
  /* padding-bottom: 4rem; */
}
.m-hide {
  display: none;
}
.m-show {
  display: block;
}
.logo {
  text-align: center;
  display: inline-flex;
}
.logo .citro-logo span {
  color: #ffffff;
  font-size: 1.5rem;
  padding: 0 5px 0 15px;
  bottom: auto;
  position: relative;
  top: .4rem;
}
.logo .citro-logo img {
  height: 3.6rem;
  filter: brightness(1.2)
}
.notifications {
  position: relative;
  height: 8.6rem;
  line-height: 8.6rem;
  margin-right: 4rem;
}
.notifications i {
  font-size: 2rem;
  color: #757575;
}
.notifications > span {
  position: absolute;
  top: 1.7rem;
  right: -2.1rem;
  border-radius: 5rem;
  width: 1.9rem;
  height: 1.9rem;
  line-height: 1.9rem;
  text-align: center;
  background: #f1634b;
  color: #fff;
  font-size: 1.1rem;
}

/* General Wrapper Styles */
.citro-space {
  margin-bottom: 3rem;
  margin-top: -2.6rem;
}
.citro-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  box-sizing: border-box;
  gap: 15px;
}

/* Column Styles */
 .citro-row-column {
  display: flex;
  align-items: center;
  background-color: #f8ede3;
  border-radius: 15px;
  border: 1px solid rgb(253 175 69);
}
.inner-column {
  padding: 2px 15px;

}

/* Image Styles */
.citro-img img {
  max-width: 100%;
  height: 5rem;
  object-fit: contain;
  margin: 0;
  position: relative;
  top: -2px;
}

/* Advanced Heading Styles */
/* .kt-adv-heading18256_252454-92 {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  text-decoration: none;
  margin: 0;
} */

header {
  position: fixed;
  width: 100%;
  max-width: 1444px;
  top: 0;
  background: #1095a6;
  z-index: 12;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 7.2rem;
}
header .phone img {
  height: 4rem;
}
header .phone {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.4rem;
}
header .phone > span {
  color: #1095a6;
  font-size: 1.6rem;
  font-weight: 500;
}
.i-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
}
.i-phone {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #fff;
  -webkit-mask: url('../img/ic-telephone.svg') no-repeat center;
  mask: url('../img/ic-telephone.svg') no-repeat center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.footer-img {
  position: absolute;
  width: 32rem;
  bottom: 6rem;
  right: 0;
}
h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 2.8rem;
  color: #46474a;
}
h3 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  font-style: normal;
  color: #46474a;
}
h4 {
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 600;
  font-style: normal;
  color: #46474a;
}
.pet-info > div > span,
.form-group > label {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #777880;
  font-weight: 500;
}
.pet-info {
  display: flex;
  justify-content: space-between;
}
.pet-info > div {
  width: 48.5%;
  min-width: 10rem;
  text-align: center;
  border-radius: 0.5rem;
  cursor: pointer;
  border: 0.1rem solid #dadadb;
  min-height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pet-info > div.pet-dog,
.pet-info > div.pet-male {
  margin-right: 1.55rem;
}
.box-pet .pet-info > div.active,
.pet-info > div.active {
  border: 1px solid #1095a6;
  background-color: #f9feff;
}
.box-pet .pet-info > div.active > div,
.pet-info > div.active > div {
  background-color: #1095a6;
}
.box-pet .pet-info > div.active > span,
.pet-info > div.active > span {
  color: #1095a6;
}
.box-pet .pet-info > div {
  background-color: #fff;
}
.i-dog {
  width: 2.4rem;
  height: 2.1rem;
  -webkit-mask: url('../img/ic-dog.svg') no-repeat center;
  mask: url('../img/ic-dog.svg') no-repeat center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.i-cat {
  width: 2.4rem;
  height: 2.2rem;
  -webkit-mask: url('../img/ic-cat.svg') no-repeat center;
  mask: url('../img/ic-cat.svg') no-repeat center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.i-male {
  width: 2.2rem;
  height: 2.2rem;
  -webkit-mask: url('../img/ic-male.svg') no-repeat center;
  mask: url('../img/ic-male.svg') no-repeat center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.i-female {
  width: 1.8rem;
  height: 2.4rem;
  -webkit-mask: url('../img/ic-female.svg') no-repeat center;
  mask: url('../img/ic-female.svg') no-repeat center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.i-direct {
  width: 3rem;
  height: 2.2rem;
  /* -webkit-mask: url('../img/ic-directdebit.svg') no-repeat center; */
  /* mask: url('../img/ic-directdebit.svg') no-repeat center; */
  background-image: url('../img/ic-directdebit.svg');
  background-color: transparent !important;
  background-size: 100%;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.i-credit {
  width: 3.3rem;
  height: 2.2rem;
  -webkit-mask: url('../img/ic-credit-card.svg') no-repeat center;
  mask: url('../img/ic-credit-card.svg') no-repeat center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.pet-info > div > span {
  color: #dadadb;
  display: inline-block;
  margin-left: 1rem;
}
.pet-info > div > div {
  background-color: #46474a;
}
.box-pet .pet-info > div.un-active > div,
.pet-info > div.un-active > div {
  background-color: #dadada;
}
.box-pet .pet-info > div.un-active > span,
.pet-info > div.un-active > span {
  color: #dadadb;
}
.box-pet .pet-info > div > span {
  color: #46474a;
}
.box-pet .pet-info > div > div {
  background-color: #46474a;
}
input:-internal-autofill-selected {
  background-color: #fff !important;
}
.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: #1095a6;
  color: #fff;
}
.form-help {
  position: relative;
}
.i-help {
  position: absolute;
  top: 0.4rem;
  right: 0px;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  background: url('../img/ic-information.svg') no-repeat;
}
.i-help.i-no-title {
  top: -2.4rem;
}
.form-group .i-help + label {
  padding-right: 16px;
}
div.popover {
  max-width: 50rem;
  border: none;
}
.popover-body {
  padding: 0px;
}
.tooltip-box {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #777880;
  background: #fff;
  padding: 2rem;
  box-shadow: 0px 0.4rem 1.2rem rgba(0, 0, 0, 0.15);
  border-radius: 0.8rem;
  border: none;
}
.tooltip-box .i-help {
  top: 1.5rem;
  right: 2rem;
}
.bs-popover-bottom > .arrow::after {
  border-bottom-color: transparent !important;
  border: 1px solid transparent !important;
  box-shadow: 0px 0.4rem 1.2rem rgba(0, 0, 0, 0.15);
}
.bs-popover-bottom > .arrow::before {
  border-bottom-color: transparent !important;
  box-shadow: 0px 0.4rem 1.2rem rgba(0, 0, 0, 0.15);
}
.bs-popover-auto[x-placement^='left'] > .arrow::after,
.bs-popover-left > .arrow::after,
.bs-popover-left > .arrow::before,
.bs-popover-left > .arrow::after {
  border-left-color: transparent !important;
  box-shadow: 0px 0.4rem 1.2rem rgba(0, 0, 0, 0.15);
}
.rTable {
  display: table;
  width: 100%;
}
.rTableRow {
  display: table-row;
}
.rTableRow > div {
  display: table-cell;
  vertical-align: top;
}
.rHead > div {
  font-weight: bold;
  padding-bottom: 8px;
}
.rTableRow .cell-center {
  margin: 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.rTableRow .r-1,
.rTableRow .c-empty {
  min-height: 25px;
}
.rTableRow .r-2 {
  min-height: 43px;
  display: flex;
  align-items: center;
}
.rTableRow .r-2.cell-center {
  justify-content: center;
}
.rTableRow > div > div.colspan2 > div > div,
.rTableRow > div > div {
  border-bottom: 1px solid #fff;
  padding: 3px 5px;
}
.rTableRow > div > div.colspan2 > div:first-child > div {
  border-right: 1px solid #fff;
}
.rTableRow > div > div.colspan2 > div > div:last-child,
.rTableRow > div > div.colspan2 {
  border-bottom: none;
}
.rTableRow > div > div.colspan2 {
  padding: 0;
}
.tooltip-annual-excess .rTableRow .col-1,
.tooltip-annual-excess .rTableRow .col-2,
.tooltip-annual-excess .rTableRow .col-3,
.tooltip-annual-excess .rTableRow .col-4,
.tooltip-percent .rTableRow .col-1,
.tooltip-percent .rTableRow .col-2,
.tooltip-percent .rTableRow .col-3,
.tooltip-percent .rTableRow .col-4 {
  background: #46474a;
  color: #fff;
  width: 20%;
  padding: 5px 5px;
  border-right: 1px solid #fff;
}
.tooltip-annual-excess .rTableRow .col-1,
.tooltip-annual-excess .rTableRow .col-2,
.tooltip-annual-excess .rTableRow .col-3,
.tooltip-annual-excess .rTableRow .col-4 {
  padding: 0px;
}
.tooltip-annual-excess .rTableRow .col-1,
.tooltip-percent .rTableRow .col-1 {
  width: 40%;
}
.tooltip-annual-excess p,
.tooltip-percent p {
  font-weight: 600;
  color: #46474a;
}
.tooltip-annual-excess .rTableRow.rHead,
.tooltip-percent .rTableRow.rHead {
  background: #1095a6;
  color: #fff;
}
.tooltip-annual-excess .rTableRow.rHead > div,
.tooltip-percent .rTableRow.rHead > div {
  border-right: 1px solid #fff;
  padding: 5px 5px;
  vertical-align: middle;
}
.tooltip-annual-excess .rTableRow .colspan2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tooltip-annual-excess .rTableRow .colspan2 > div {
  width: 50%;
}
.tooltip-breed .rHead > div {
  font-weight: bold;
  padding-bottom: 8px;
}
.tooltip-breed .rTableRow .col-1,
.tooltip-breed .rTableRow .col-2 {
  background: rgb(248, 215, 218);
  color: rgb(114, 28, 36);
  padding: 5px 5px;
  border-right: 1px solid #fff;
}
.tooltip-breed .rTableRow .col-3 {
  background: rgb(212, 237, 217);
  color: rgb(31, 95, 45);
  padding: 5px 5px;
}
.tooltip-breed .rTableRow .col-1 {
  width: 30%;
}
.tooltip-breed .rTableRow .col-2 {
  width: 40%;
}
.tooltip-breed .rTableRow .col-3 {
  width: 30%;
}
.hidden {
  display: none;
}
.css-151xaom-placeholder {
  color: #777880 !important;
  opacity: 0.5 !important;
}
.css-bg1rzq-control {
  height: 52px;
  border-radius: 4px;
  border: 1px solid #dadadb !important;
  /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05) !important; */
}
.form-error .css-bg1rzq-control {
  border: 1px solid #d60000 !important;
}
.css-1szy77t-control {
  height: 52px;
  border-radius: 4px;
  border: none !important;
  border: 1px solid #dadadb !important;
  /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05) !important; */
}
.css-1thkkgx-indicatorContainer,
.css-16pqwjk-indicatorContainer {
  color: #dadadb !important;
  display: none !important;
}
.css-bgvzuu-indicatorSeparator {
  width: 0px !important;
}
.css-kj6f9i-menu {
  border: none !important;
  /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05) !important; */
  /* z-index: 200; */
}
.css-19bqh2r {
  width: 3rem !important;
  height: 3rem !important;
}
.auto-suggest-breed {
  z-index: 10;
  border-radius: 5px;
  background: #fff !important;
}
.auto-suggest-breed .css-1hwfws3 {
  padding-left: 1.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  background: #fff !important;
  display: flex;

  position: relative;
  width: 100%;
}
.auto-suggest-breed .css-bg1rzq-control {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.auto-suggest-breed .css-1hwfws3 .css-151xaom-placeholder {
  position: absolute;
  /* top: 0px; */
}
.auto-suggest-breed .css-1hwfws3 .css-1g6gooi input[type='text']:disabled {
  height: 3.8rem;
}
/* .auto-suggest-breed .css-1hwfws3 .css-1g6gooi,
.auto-suggest-breed .css-1hwfws3 .css-dvua67-singleValue {
  display: flex;
  position: absolute;
  top: 50%;
}
.auto-suggest-breed .css-1hwfws3 .css-1g6gooi,
.auto-suggest-breed .css-1hwfws3 .css-151xaom-placeholder {
  position: absolute;
  top: 28%;
} */
/* .auto-suggest-breed .css-1hwfws3 .css-1g6gooi {
  position: absolute;
  top: 50%;
} */
.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);
  }
}

.progressbar {
  margin: 0 0rem 0 -0.5rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 0.5rem 0 0.5rem 0.5rem;
}
.progressbar > div {
  display: flex;
  align-items: center;
  position: relative;
  color: #46474a;
}
.progressbar > div > span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1000px;
  height: 1px;
  border-bottom: 1px solid #dadadb;
}
.progressbar > div.completed > span {
  border-bottom: 1px solid #1095a6;
}
.progressbar > div.active {
  color: #1095a6;
}
.progressbar > div.active:before {
  border-color: #1095a6;
}
.progressbar > div > a {
  display: flex;
  align-items: center;
  z-index: 6;
  background: #fff;
  padding-right: 1rem;
  padding-left: 1rem;
}
.progressbar > div:first-child > a {
  padding-left: 0;
}
.progressbar > div:last-child > a {
  padding-right: 0;
}
.progressbar > div > a {
  cursor: inherit;
}
.progressbar > div > a > span {
  height: 2.8rem;
}
.progressbar > div > a > label {
  display: inline-block;
  color: #46474a;
  font-weight: 500;
  margin-left: 1.2rem;
  margin-bottom: 0;
  /* cursor: pointer; */
}

.progressbar > div > a > span > i {
  position: relative;
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background-color: white;
  border: 1px solid #dadadb;
  border-radius: 50%;
}
.progressbar > div.active > a > span > i {
  border: 1px solid transparent;
  box-shadow: 0px 0.2rem 0.6rem rgba(0, 0, 0, 0.15);
}
.progressbar > div.active > a > span > i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  margin: -0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #1095a6;
  content: '';
}
.progressbar > div.active > a > label {
  color: #1095a6;
}
.progressbar > div.completed > a > span > i {
  border: 1px solid #1095a6;
  background-color: #1095a6;
}
.progressbar > div.completed + li:after {
  background-color: #1095a6;
}
.progressbar > div.completed > a > span > i:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  top: 50%;
  left: 53%;
  width: 2rem;
  margin: -1rem;
}
.box-info {
  width: 85.3%;
}
.box-content {
  background: #ffffff;
  box-shadow: 0px 0.4rem 1.2rem rgba(0, 0, 0, 0.15);
  border-radius: 0.4rem;
}
.box-content > h3 {
  border-bottom: 1px solid #dadadb;
  padding-bottom: 1.5rem;
}
.owner-info {
  margin-top: 3rem;
  padding-top: 4rem;
  border-top: 1px solid #dadadb;
}
.box-pet-info {
  margin-bottom: -1rem;
}
.box-pet {
  background-color: #f5f5f5;
  padding: 0;
  margin-bottom: 2.5rem;
  border-radius: 0.4rem;
}
.box-pet .btn-plus {
  margin: 1rem 0;
}
.box-pet > h3 {
  margin-bottom: 2rem;
  cursor: pointer;
}
.box-pet-first > h3 {
  display: none;
}
.box-pet-first {
  margin-bottom: 3.2rem;
}
.box-pet-info ~ .btn-plus {
  margin-top: 1.2rem;
}
.clear {
  clear: both;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.note-pets {
  margin-top: 4rem;
  display: block;
  background: #f5f5f5;
  padding: 1rem;
  border: 1px solid #dadadb;
}
.note-pets > a {
  color: #777880;
  text-decoration: underline;
}
.form-error .form-control {
  border: 1px solid #d60000;
}
label.error {
  font-size: 1.2rem !important;
  line-height: 1.2rem !important;
  color: #d60000;
  margin-top: 1rem;
  display: block;
}
.note-title {
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-weight: 600;
  color: #1095a6;
  text-transform: uppercase;
}
p {
  margin-bottom: 2rem;
}
.review-description {
  margin-top: 5rem;
  padding-top: 4rem;
  border-top: 1px solid #dadadb;
}
.review-description a {
  color: #c5007c;
}
.review-description .note-title {
  display: block;
  margin-bottom: 2rem;
}
.custom-checkbox {
  margin-bottom: 10px;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0px;
}
.custom-control-label::before {
  border: #c31a7d solid 1px;
}
.custom-control-label::before {
  width: 2rem;
  height: 2rem;
}
.custom-control-label::after {
  top: -0.65rem;
  left: -1.7rem;
  width: 2.5rem;
  height: 4rem;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.4rem;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #c31a7d;
  background-color: #c31a7d;
}
.form-group > label.custom-control-label {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.custom-control-label {
  padding-left: 2rem;
}

.payment-description {
  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-top: 4rem;
}
.payment-description .payment-then {
  margin-bottom: 2.5rem;
  font-weight: 400;
}
.payment-total > span {
  color: #46474a;
}
.tab-success .payment-total > span.p-right {
  color: #1095a6;
  font-size: 1.6rem;
}
.payment-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dadadb;
}
.payment-title.no-bottom {
  border-bottom: none;
}
.payment-title > span {
  font-size: 2.4rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: #1095a6;
}
.payment-next-bill {
  background: #fff;
  height: 2rem;
  line-height: 1.4rem;
  display: inline-block;
  padding-right: 0.5rem;
  position: absolute;
  bottom: -1.2rem;
  left: 0;
}
.payment-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.3rem;
}
.payment-row > .p-right {
  font-weight: 600;
  max-width: 70%;
  text-align: right;
}
.animal-box {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dadadb;
}
.animal-box.first-payment {
  border-bottom: none;
  margin-top: -1rem;
}
.animal-box > p {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.animal-box > h4 {
  margin: 2.5rem 0 2rem;
}
.customer-info {
  padding-top: 1rem;
  margin-top: 1.5rem;
  margin-bottom: -2rem;
}
.customer-info > h4 {
  margin-bottom: 2rem;
}
.tab-email-quote .btn-primary,
.tab-quote .btn-primary,
.tab-review .btn-primary,
.tab-payment .btn-primary {
  margin-right: 4rem;
}
.quote-btn-group .btn-primary {
  margin-right: 0;
}
.tab-email-quote .button-group {
  margin-top: 3rem;
}
.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;
}
.right-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dadadb;
  padding: 2rem 0rem 1rem 0rem;
  margin: 0 2.4rem;
}
.box-info-bottom,
.right-total {
  border-bottom: 1px solid #dadada;
  padding: 1.5rem 0rem;
  margin: 0 2.4rem;
}
.box-info-bottom {
  border-bottom: none;
}
.right-title .btn-back {
  margin-bottom: 0;
}
.big-money {
  color: #1095a6;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 600;
}
.per-month {
  display: block;
  margin-top: 1rem;
  color: #1195a6;
}
.thenTxt {
  font-size: 1.2rem;
  color: #777880;
  display: block;
  margin: 15px 0 18px;
}
.dPriceBox > label {
  font-size: 1.2rem;
  color: #1195a6;
}
.quote-pet {
  margin-bottom: 3rem;
}
.quote-pet .form-group {
  position: relative;
  margin-bottom: 2.6rem;
}
.quote-pet .form-group > label {
  margin-bottom: 1.5rem;
}
.pet-info > .pet-percent {
  width: 31.3333%;
}
.pet-title {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #dadada;
}
.pet-title > div {
  background-color: #1195a6;
  margin-right: 1.5rem;
}
.quote-description {
  border-top: 1px solid #dadadb;
  padding-top: 3rem;
}
.wait-periods {
  margin: 3rem 0 3rem 0;
  padding: 0;
}
.wait-periods > li {
  list-style-type: none;
  font-size: 1.6rem;
  color: #46474a;
  font-weight: 400;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
.quote-icon img {
  margin-right: 1.5rem;
  width: 3.2rem;
  height: 3.2rem;
}
.quote-icon > div {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  color: #46474a;
  font-weight: 500;
}
.quote-description .note-title {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: inline-block;
}
.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: #777880;
  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;
}
.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 #dadadb !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;
}
.accordion > .card .card-body ul {
  padding-left: 15px;
}
#accordionCover {
  margin-bottom: 3rem;
  margin-top: 1rem;
}
#accordionDontCover {
  margin-bottom: 3rem;
  margin-top: 2rem;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url('../img/ic-dropdown.svg') white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
  background: url('../img/ic-dropdown.svg') white no-repeat calc(100% - 1.5rem) !important; /* Better placement regardless of input width */
}
.tab-quote h2 {
  margin-bottom: 2.8rem;
}
h3.panel-title > a {
  color: #46474a;
  line-height: 1.8rem;
  display: block;
  padding: 2.7rem 2.4rem 2.8rem 2.4rem;
  margin-bottom: 0.8rem;
  background-image: url('../img/ic-dropup.svg');
  background-repeat: no-repeat;
  background-position: center right 2rem;
}
h3.panel-title > a.collapsed {
  background-image: url('../img/ic-dropdown.svg');
}
.box-pet .panel-collapse {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.box-pet .btn-plus {
  margin-bottom: 3.2rem;
}
.o-price {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-decoration: line-through;
}
.discount {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  margin-bottom: -0.3rem;
}
.discount > label {
  font-size: 1.2rem;
  color: #777880;
}
.discount > span {
  font-weight: 700;
  font-size: 1.2rem;
}
.discount > span.promo-code {
  font-size: 1.4rem;
}
.discount > span.disc-details {
  text-align: right;
}
.promo-code {
  margin-top: 1rem;
}
.pet-quote-des > span {
  display: block;
  background: #fff;
  padding: 2.5rem 2.4rem 1rem 2.4rem;
  font-weight: 600;
  color: #46474a;
}
.permonth-des {
  background-color: rgb(250, 250, 250);
  padding: 2.2rem 2.4rem 0.5rem 2.4rem;
}
.permonth-single {
  background-color: #fff;
}
.quote-1 .permonth-des {
  background-color: transparent;
}
.permonth-des > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.permonth-des > div > span.txt-per {
  font-size: 1.2rem;
}
.permonth-des > p {
  font-size: 1.2rem;
}
.tab-success {
  padding-top: 2.6rem;
}
.message-box {
  text-align: center;
}
.message-box > h2 {
  margin: 2.8rem 0 1.3rem;
}
.message-box > h3 {
  margin: 3.9rem 0 1.6rem;
}
.box-info h3 {
  font-size: 1.8rem;
}
.message-box .payment-row {
  margin-bottom: 1rem;
}
.message-box .payment-description {
  padding-bottom: 0;
  margin-bottom: -1rem;
}
.tab-success .animal-box {
  border-bottom: none;
  padding-top: 2.5rem;
  text-align: left;
}
.message-box {
  max-width: 61rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}

header .phone {
  background: transparent;
}
header .phone > span {
  display: none;
}
.box-details {
  display: none;
  margin-bottom: 3rem;
}
.box-details > div {
  width: 100%;
}
.select-custom {
  position: relative;
}
.select-custom > span {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 80%;
  display: block;
  background: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgba(119, 120, 128, 0.5);
}
.quote-temp-price .big-line {
  background: #1095a6;
  height: 1.2rem;
  width: 50%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.quote-temp-price .small-line {
  background: #1095a6;
  height: 0.8rem;
  width: 25%;
  margin-bottom: 2rem;
}
.box-fixed {
  position: -webkit-sticky;
  position: sticky;
  /* position: fixed; */
  /* top: 20.3rem; */
  top: 10rem;
  max-width: 28.8rem;
  width: 100%;
}
.breed-tooltip-title {
  margin: -0.5rem -0.5rem 0.5rem -0.5rem;
  background: #1095a6;
  padding-left: 0.5rem;
  padding-bottom: 0.2rem;
  color: #fff;
  /* font-size: 1.3rem; */
  font-weight: 700;
}
.box-email-quote {
  width: 100%;
  margin-top: 2rem;
}
#payway-credit-card {
  margin-left: 0rem;
}
#payway-credit-card-iframe0 {
  /* width: 100% !important; */
}
.totalPayable {
  margin-bottom: 1rem;
}
.tooltip-close {
  /* border-radius: 50%; */
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  display: inline-block;
  /* border: 1px solid #000; */
  width: 2rem;
  height: 2rem;
  font-size: 12px;
  line-height: 2rem;
  text-align: center;
  color: #000;
  cursor: pointer;
}
.modal.show {
  display: block;
}
.ReactModal__Content--after-open {
  background: rgba(0, 0, 0, 0.5);
}
.modal-header {
  justify-content: flex-start;
}
.modal-dialog {
  max-width: 727px;
}
.modal-exit {
  max-width: 900px;
  z-index: 10;
}
.modal-exit-box {
  z-index: 1065;
}
.modal-exit .modal-content {
  padding: 0;
}
.modal-exit .modal-body {
  display: flex;
}
.modal-exit .exit-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.modal-exit .exit-left img {
  max-width: 35rem;
  width: 100%;
}
.modal-exit .exit-right {
  text-align: center;
  padding: 2rem 5rem 0 0;
  width: 50%;
}
.modal-exit .exit-right h3 {
  font-size: 6rem;
  line-height: 7rem;
  font-weight: 700;
  color: #c31a7d;
}
.modal-exit .exit-right .exit-text {
  line-height: 2.8rem;
  font-size: 1.8rem;
  margin: 3rem 0 2rem 0;
  color: #46474a;
}
.modal-exit .exit-right > p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-top: 3rem;
  color: #46474a;
}
.modal-exit .exit-right .exit-promo-code {
  color: #c5007c;
  margin-bottom: 0.5rem;
  margin-top: -1rem;
}
.modal-exit .exit-right .exit-promo-code > strong {
  font-size: 1.7rem;
}
.modal-exit .fa-times {
  display: inline-block;
  font-size: 3rem;
  position: absolute;
  top: 2rem;
  right: 2.5rem;
  cursor: pointer;
  z-index: 10;
  color: #ccc;
}
.modal-exit .fa-times:hover {
  color: #757575;
}
.btn-exit {
  border-radius: 3rem;
  height: 6rem;
  padding-left: 4rem;
  padding-right: 4rem;
  background-color: #f49020;
}
.modal-body,
.modal-header,
.modal-footer {
  padding: 0px;
}
.modal-footer,
.modal-header {
  border-top: none;
  justify-content: flex-start;
}
.modal-footer .btn-primary {
  margin-right: 1.5rem;
}
.modal-header {
  border-bottom: none;
}
.modal-body {
  border-top: none;
  padding: 2rem 0rem 3rem 0rem;
}
.modal-content {
  padding: 3rem 4rem;
  box-shadow: 0px 0.4rem 1.2rem rgba(0, 0, 0, 0.15);
  border-radius: 0.4rem;
  border: none;
}
.modal-header > h5 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #46474a;
}
.modal-header > i {
  margin-right: 1.5rem;
  font-size: 2.5rem;
  color: #1095a6;
}
.quote-btn-group {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  text-align: center;
}
.box-secure {
  height: 4.4rem;
  line-height: 4.4rem;
  padding-left: 4.3rem;
  border-radius: 0.4rem;
  background-color: #fef7ed;
  font-size: 1.4rem;
  color: #f3911f;
  background-image: url(../img/ic-lock.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  margin: -2.5rem 0 2rem 0;
}
.label-btn .btn-back {
  margin-left: 1.5rem;
  font-size: 1.4rem;
}
.payway-credit-card-iframe {
  width: 100% !important;
  min-height: 318px;
}
footer {
  font-size: 1.4rem;
  margin-top: 7rem;
}
a.rule-link,
a.survey-link,
footer a {
  color: #c5007c;
}
.footer-des {
  padding-top: 4rem;
  padding-bottom: 2rem;
  border-top: 1px solid #dadada;
  text-align: center;
}
.footer-page-1 {
  margin-top: -2rem;
  padding-bottom: 0;
  margin-bottom: 4rem;
  border-bottom: 1px solid #dadada;
  display: none;
}
.body-details .footer-page-1 {
  display: block;
}
.footer-copyright {
  border-top: 1px solid #dadada;
  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 {
  border-color: grey;
  background-color: grey;
}
.btn-skip.disabled,
.btn-skip:disabled {
  color: #46474a !important;
  background-color: transparent !important;
  font-weight: 700;
  border: 1px solid #46474a !important;
}
.makes-knose {
  position: relative;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  background: rgb(224,241,244);
  box-shadow: none;
}
.knose-different .right-title {
  padding: 0px;
}
.see-what {
  background: #f5f5f5;
}
.makes-knose .right-title {
  border-bottom: none;
}
.makes-knose > a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.makes-knose > a:hover {
  opacity: 0.7;
}
.makes-knose ul {
  padding-left: 25px;
  padding-right: 15px;
}
.knose-different ul {
  padding-right: 0px;
}
.makes-knose ul li {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.makes-knose ul li:first-child {
  margin-top: 10px;
}
.makes-knose ul li img {
  margin-right: 14px;
  max-width: 40px;
}
.product-review {
  box-shadow: none;
  text-align: center;
  margin-top: 20px;
  padding: 25px 25px 20px 25px;
  background: #1095a6;
}
.product-review > a {
  color: white;
  display: block;
  margin-top: 6px;
  text-decoration: none;
}
.product-review > a:hover {
  color: #c31a7d;
}
.product-review > span {
  margin-top: 20px;
  display: block;
  border-bottom: 1px solid#DADADB;
  height: 1px;
}
.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: #dadadb;
}
.question-item .question-radio-row {
  text-align: left;
}
.question-btn-group {
  text-align: center;
}

/* Mobile */

@media (min-width: 568px) and (max-width: 649.98px) {
  .col-right {
    display: none;
  }
  .container {
    max-width: 100%;
  }
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 649.98px) {
  .box-info h3 {
    font-size: 1.6rem;
  }
  .note-title,
  .note-pets {
    font-size: 1.4rem;
  }
  .message-box > h2,
  .message-box > h3 {
    margin-top: 2rem;
  }
  .message-box > img {
    width: 5rem;
  }
  .tab-success {
    padding-top: 1rem;
  }
  .question-item > p,
  footer,
  .link-big,
  .s-title,
  .box-info-bottom > p,
  .message-box > p,
  .message-box .payment-row,
  .animal-box > p,
  .accordion > .card .card-body,
  .quote-description > p,
  .review-description > p {
    font-size: 1.2rem;
  }
  .question h3 {
    font-size: 1.6rem;
  }
  footer {
    margin-top: 5rem;
  }
  .footer-des {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
  .payment-title > span {
    font-size: 2rem;
  }
  .payment-type > div {
    max-width: 2.8rem;
  }
  .payment-type > div.i-direct {
    height: 2.1rem;
  }
  .progressbar {
    margin-bottom: 2.5rem;
  }
  .progressbar > div > a > label {
    display: none;
  }
  .citro-space {
    margin-top: 0;
  }
  .citro-img img {
    height: 7.5rem;
  }
  .inner-column {
    padding: 0 12px;
  }
  .modal-exit .exit-left {
    display: none;
  }
  .modal-exit .exit-right {
    width: 100%;
    padding: 2rem 2rem 0 2rem;
  }
  .modal-exit .exit-right h3 {
    font-size: 5rem;
    line-height: 5rem;
  }
  .modal-exit .exit-right .exit-text {
    margin: 2rem 0 2rem 0;
  }
  .modal-exit .modal-body {
    border-top: none;
    padding-bottom: 2rem;
  }
  .modal-exit .fa-times {
    font-size: 2rem;
  }
  .box-secure {
    margin: -1rem 0 2rem 0;
  }
  .footer-page-1 {
    margin-top: -1.3rem;
  }
}
@media (max-width: 567.98px) {
  .logo .citro-logo {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: column;
  }
  .logo .citro-logo img {
    padding-left: 15px;
    height: 3.3rem;
    position: relative;
    margin-top: -8px;
  }
  .citro-column span {
    font-size: 1.2rem;
    display: -webkit-inline-box;
    line-height: 1.3;
  }
  .citro-row {
    padding: 0 3px;
    gap: 7px;
    height: 7rem;
  }
  .citro-img img {
    height: 9rem;
  }
  .citro-column span {
    font-size: 1.2rem;
  }

  .progressbar li > a > label,
  .col-right {
    display: none;
  }
  /* .body-details {
        background-image: none;
    }
    .body-payment {
        background-image: none;
    } */

  .body-details #content,
  .body-payment #content {
    background-image: none;
  }
  .form-control,
  .pet-info > div {
    min-height: 4.4rem;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .form-control {
    height: 4.4rem;
  }
  .cover-help,
  .pet-info > div > span,
  .form-group > label {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .form-group > label.error {
    margin-top: 0.5rem;
  }
  .btn-primary {
    min-width: 17rem;
    height: 4.4rem;
    padding: 0rem 2.3rem;
    line-height: 2.1rem;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .css-151xaom-placeholder,
  .btn-back,
  .btn-empty,
  .btn-plus {
    font-size: 1.4rem;
  }
  .css-1szy77t-control,
  .css-bg1rzq-control {
    height: 4.4rem;
  }
  .btn-accordion,
  .quote-icon > div {
    font-size: 1.4rem;
  }
  .btn-accordion {
    padding: 1.2rem 2rem 1.3rem 3rem;
  }
  header .container {
    min-height: 6rem;
  }
  .logo > img {
    height: 3.6rem;
  }
  header .phone {
    display: flex;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .select-custom > span {
    top: 1rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .logo .citro-logo span {
    font-size: 1rem;
    top: auto;
  }
  .logo .citro-logo img {
    margin-top: -6px;
  }
  .citro-img img {
    height: 8rem;
  }
  .citro-column span {
    font-size: 1.3rem;
  }
  .citro-row {
    height: 6rem;
  }
  .inner-column {
    padding: 4px;
  }
}
@media (min-width: 375px) and (max-width: 415px) {
  .citro-column span {
    font-size: 1.2rem;
  }
  .citro-img img {
    height: 11rem;
  }
  .logo .citro-logo span {
    font-size: 1.1rem;
    top: 0;
  }
  .citro-column span {
    font-size: 1.3rem;
  }
  .citro-row {
    padding: 0 3px;
    gap: 10px;
    height: 7rem;
  }
  .inner-column {
    padding: 0 7px;
}
}

@media (min-width: 415px) and (max-width: 567.98px) {
  .logo .citro-logo span {
    font-size: 1.1rem;
    top: 0;
  }
  .citro-column span {
    font-size: 1.3rem;
  }
  .citro-row {
    padding: 0 3px;
    gap: 10px;
    height: 7rem;
  }
}

/* Tablet */
@media (min-width: 650px) and (max-width: 768px) {
  .col-right {
    display: none;
  }
  .progressbar li > a > label {
    display: inline-block;
  }
  .container {
    max-width: 76.8rem;
  }
  .form-control,
  .pet-info > div {
    min-height: 5.2rem;
    font-size: 1.6rem;
  }
  h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  h3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .pet-info > div > span,
  .form-group > label {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .btn-primary {
    min-width: 17rem;
    height: 5.2rem;
    padding: 0rem 2.3rem;
    line-height: 5.2rem;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .css-bg1rzq-control {
    height: 5.2rem;
  }
  .btn-accordion,
  .quote-icon > div {
    font-size: 1.6rem;
  }
  .btn-accordion {
    padding: 1.5rem 2rem 1.6rem 3.5rem;
  }
  #main {
    margin-top: 10.6rem;
    margin-bottom: 6rem;
  }
  .progressbar {
    margin-bottom: 4.6rem;
  }
  h2 {
    margin-bottom: 3.8rem;
  }
  .wait-periods > li {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  #accordionCover {
    margin-bottom: 5rem;
  }
  .quote-description {
    padding-top: 5rem;
  }
  .box-details,
  #accordionDontCover,
  .quote-pet {
    margin-bottom: 5rem;
  }
  .button-group {
    margin-top: 5rem;
  }
  .container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .big-money {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
  .col-left {
    max-width: 63.8rem !important;
  }
  .col-left h2 {
    margin-bottom: 3.8rem;
  }
  .modal-exit .exit-right h3 {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .quote-description {
    border: none;
    padding-top: 0px;
  }
  .quote-description .note-title {
    margin-top: 0;
  }
  .box-details {
    display: block;
    margin-top: 3rem;
    border-top: 1px solid #dadadb;
    padding-top: 3.8rem;
    margin-bottom: 4rem;
  }
  .review-description .body-details {
    margin-top: 3.8rem !important;
  }
  .owner-info {
    margin-top: 0rem;
    padding-top: 0rem;
    border-top: none;
  }
  .review-description {
    margin-top: 0rem;
    padding-top: 0rem;
    border-top: none;
  }
  .box-details .fr {
    float: inherit;
  }
  .box-fixed {
    /* display: none; */
  }
  .quote-btn-group {
    display: none;
  }
  .payway-credit-card-iframe {
    min-height: 350px;
  }
  div.sticky-btns {
    display: none !important;
  }
  .sticky-content > div.quote-stick-info {
    width: 100%;
  }
}
/* Desktop */
@media (min-width: 769px) {
  .container {
    max-width: 1006px;
  }
  .col-left {
    -ms-flex: 0 0 63.4194831%;
    flex: 0 0 63.4194831%;
    max-width: 63.4194831%;
  }
  .col-right {
    display: block;
    -ms-flex: 0 0 36.55%;
    flex: 0 0 36.55%;
    max-width: 36.55%;
  }
  /* .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: 140px;
    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;
    align-items: center;
    background: #fff;
    border-radius: 0.4rem;
    padding: 0.8rem 1.2rem;
  }
  header .phone > span {
    display: inline-block;
  }
  header .phone > i {
    width: 1.8rem;
    height: 1.8rem;
    background-color: #1195a6;
    margin-right: 1rem;
  }
  .i-dog {
    width: 3rem;
    height: 2.6rem;
  }
  .i-cat {
    width: 2.7rem;
    height: 2.5rem;
  }
  .i-male {
    width: 2.6rem;
    height: 2.6rem;
  }
  .i-female {
    width: 1.9rem;
    height: 2.6rem;
  }
  .quote-icon img {
    width: 4.1rem;
    height: 4.1rem;
  }
  .quote-icon > div {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
  }
  #main {
    margin-top: 10.8rem;
  }
  #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: 5rem;
  }
  #accordionDontCover {
    margin-bottom: 5rem;
  }
  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;
  }
}
div.sticky {
  margin-top: 80px;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  bottom: 0;
  max-width: 144.4rem;
  background-color: #ffffff;
  /* box-shadow: 0 -1px 0 0 #DADADB; */
}
.sticky-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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;
}
.quote-stick-info > .s-then {
  margin-right: 0.5rem;
}
.sticky-content h3,
.sticky-content .s-ori-money,
.sticky-content .s-money {
  color: #46474a;
  font-family: 'Poppins';
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 3.5rem;
}
.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: #1095a6;
}
.sticky-content h3 {
  margin: 0;
}
.sticky-content .per-month {
  margin-top: 0;
}
.sticky-content .s-money {
  color: #1095a6;
  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;
}
.react-datepicker-wrapper {
  display: block !important;
}
.info-box {
  text-align: left;
  padding-bottom: 2rem;
  border-top: 1px solid #dadadb;
  padding-top: 2rem;
}
.pr-inline-rating {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  color: #fff;
}
.pr-inline-rating > div > div > div > svg,
.pr-inline-rating > div > div > div > svg > span,
.pr-inline-rating > div > div > div > div,
.pr-inline-rating > div > div > div > span {
  color: #fff !important;
  font-size: 1.8rem !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;
}
.swal2-content {
  font-family: 'Poppins' !important;
  font-size: 1.6rem !important;
}
.swal2-popup {
  width: 45rem !important;
}
.swal2-styled.swal2-confirm {
  font-family: 'Poppins' !important;
  font-size: 1.4rem !important;
  background-color: #1095a6 !important;
}

.listwithInfo {
  position: relative;
}

@media (max-width: 768px) {
  .swal2-content {
    font-size: 1.4rem !important;
  }
  .swal2-popup {
    width: 32rem !important;
  }
}
.react-datepicker__day.policyCustomDate {
  background-color: #1095a6 !important;
  color: #fff !important;
}
.react-datepicker__day.react-datepicker__day--selected {
  background-color: #c5007c !important;
  color: #fff !important;
}
.react-datepicker__day--disabled,
.react-datepicker__day--keyboard-selected {
  background-color: transparent !important;
  color: #777880 !important;
  border: none !important;
  outline: none !important;
}
@media (max-width: 567px) {
  .makes-knose {
    display: none;
  }
  .auto-suggest-breed .css-1hwfws3 {
    height: 42px;
  }
  .auto-suggest-breed .css-1hwfws3 .css-151xaom-placeholder,
  .auto-suggest-breed .css-1hwfws3 .css-dvua67-singleValue {
    top: 50%;
  }
  .auto-suggest-breed .css-1hwfws3 .css-151xaom-placeholder {
    /* margin-top: -10px; */
  }
  .auto-suggest-breed .css-1hwfws3 .css-1g6gooi {
    position: absolute;
    top: 8px;
  }
  .auto-suggest-breed .css-1hwfws3 .css-1g6gooi input[type='text']:disabled {
    height: auto;
  }
}
button:active,
button:visited,
button:focus {
  outline: none !important;
  border: none !important;
  user-select: none !important;
  box-shadow: none !important;
}
#fc_frame.fc-widget-small {
  bottom: 0 !important;
}
.maintenance-container .btn-primary {
  line-height: 5.2rem;
}
.knose-mozo-expert {
  max-width: 215px;
}
@media all and (max-width: 1000px) {
  .sticky-content > div {
    justify-content: end;
  }
}

@media all and (max-width: 640px) {
  .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: -10px;
  }
  .body-details .quote-info,
  .editPolicy {
    display: none;
  }
}
#frame {
  text-align: center;
}
#main.question-success {
  margin-top: 5rem;
  margin-right: 15px;
}
.iframe-question {
  width: 100%;
  min-height: 45rem;
}
.transfer-page .pet-info > div:not(.pet-percent,.pet-fee).un-active {
  border: 0.1rem solid #f5f5f5;
  background-color: #f5f5f5;
}
.transfer-page .auto-suggest-breed .css-1hwfws3 {
  background-color: #f5f5f5 !important;
}
.transfer-page .auto-suggest-breed .css-1g6gooi {
  /* color: #dadada !important; */
}
.transfer-page input[name='pet_birth_date'],
/* .transfer-page .pet-info > div.un-, */
.transfer-page input[name='pet_policy_date'] {
  background-color: #f5f5f5 !important;
  border: 0.1rem solid #f5f5f5;
}
.annual-des {
  margin-top: -1.5rem;
  color: #f3911f;
  font-size: 14px;
}
.see-what {
  margin-top: 2rem;
}
.see-what > div {
  margin-bottom: -2rem;
}
.see-what h3 {
  width: 100%;
  background: url('../img/ic-dropdown-right.svg') right center no-repeat;
}
.see-what a {
  color: #46474a !important;
  display: block;
}
.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: 50px;
  height: 60px;
  background-image: url('../img/ic-shield.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.i-insurance {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #1095a6;
  -webkit-mask: url('../img/ic-health-insurance.svg') no-repeat center;
  mask: url('../img/ic-health-insurance.svg') no-repeat center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.quote-rate-modal {
  max-width: 360px !important;
  border: 2px solid #c5007c !important;
  border-radius: 40px !important;
  padding: 20px 0px 25px 15px !important;
}
.quote-rate-limit a,
.quote-rate-limit {
  text-align: left;
  color: #c5007c;
}
.quote-rate-limit a:hover {
  color: #1095a6;
}
.quote-rate-modal .swal2-title {
  color: #c5007c;
}
.quote-empty {
  min-height: 130px;
}
.single-line {
  white-space: nowrap;
}
.box-survey {
  background: transparent;
}
.box-survey h3 a {
  padding: 1rem 0rem;
}
.box-survey > .panel-collapse {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.box-survey > .panel-collapse .btn-plus {
  position: absolute;
  top: -10px;
  left: 0px;
  z-index: 1;
  margin: 0px;
  font-size: 14px;
}
.survey {
  padding: 25px 50px 25px 50px;
}
.survey-progress {

}
.survey-progress .progressbar {
  width: 100%;
  margin-bottom: 20px;
}
.survey-text {
  margin-bottom: 1.5rem;
  height: 4.2rem;
  font-size: 1.4rem;
}
.question-group-btns {
  /* position: relative; */
  /* min-height: 41px; */
  margin-top: 2rem;
  /* display: flex;
  justify-content: flex-end;
  align-items: center; */
  /* gap: 10px; */
  text-align: center;
}
.question-group-btns button.btn {
  font-size: 1.3rem;
  padding: 10px 1.5rem;
  height: auto;
  line-height: inherit;
  min-width: 10rem;
  margin-right: 0px !important;
  border: 1px solid #c5007c;
  border-radius: 0.4rem;
}
.question-group-btns button:hover {
  opacity: 0.8;
}
.question-group-btns .btn-back {
  position: absolute;
  left: 0;
  top: 10px;
}
.sub-progress {
  max-width: 400px;
  margin: 15px auto 20px;
  border-radius: 10px;
  border: 1px solid #1095a6;
}
.sub-progress .progress-bar {
  background-color: #c5007c;
}
.symptoms-head ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-transform: uppercase;
}
.symptoms-head ul li {
  list-style-type: none;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
}
.symptoms-head ul li.active {
  color: #000;
}
.conditions-group .css-1szy77t-control,
.conditions-group .css-bg1rzq-control {
  height: auto;
  min-height: 5.2rem;
}
.conditions-group .css-kj6f9i-menu {
  z-index: 10;
}
.conditions-group .css-19bqh2r {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.survey-link:hover {
  color: blue;
}
.survey-questions {
  position: relative;
}
.i-arrow-right,
.i-arrow-left {
  display: block;
  background-color: #1095A6;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.i-arrow-right {
  -webkit-mask: url('../img/arrow-right.svg') no-repeat center;
  mask: url('../img/arrow-right.svg') no-repeat center;
}
.i-arrow-left {
  -webkit-mask: url('../img/arrow-left.svg') no-repeat center;
  mask: url('../img/arrow-left.svg') no-repeat center;
}
.btn-left,
.btn-right,
.i-arrow-left,
.i-arrow-right {
  width: 4rem;
  height: 4rem;
}
.btn-left,
.btn-right {
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
  border-radius: 50px;
  background-color: #fff;
}
.btn-left:hover,
.btn-right:hover {
  opacity: 0.7;
}
.btn-left:disabled,
.btn-right:disabled {
  opacity: 1;
}
.btn-left:disabled .i-arrow-left,
.btn-right:disabled .i-arrow-right {
  background-color: grey;
}
.btn-left {
  left: -55px;
}
.btn-right {
  right: -44px;
}
.progress-label {
  display: none;
}
@media (max-width: 567.98px) {
  .survey {
    padding: 25px 35px 0 35px;
  }
  .btn-left,
  .btn-right {
    width: 3rem;
    height: 3rem;
  }
  .btn-right {
    right: -30px;
  }
  .progress-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .progress-label .current {
    min-width: 75px;
  }
}
.q-status-in-progress {
  display: inline-block;
  margin-left: 10px;
  color: rgb(251,107,2);
}
.q-status-to-be-completed {
  display: inline-block;
  margin-left: 10px;
  color: rgb(248,24,24);
}
.q-status-completed {
  display: inline-block;
  margin-left: 10px;
  color: rgb(23,165,24);
}
.accordionHealth > .card {
   border-bottom: none !important;
}
.accordionHealth .health-pet-title {
  font-size: 18px;
  border-bottom: none;
  font-weight: 500;
  background: transparent;
  border: none;
  padding: 10px 0px;
  width: 100%;
  text-align: left;
  background: url(../img/ic-dropdown.svg) no-repeat center right;
}
.accordionHealth .health-pet-title.collapsed {
  background: url(../img/ic-dropup.svg) no-repeat center right;
}
.accordionHealth > .card .card-body {
  padding: 0rem;
}

.ms-2 {
  margin-left: 0.5rem;
}