@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,600,700');

@font-face {
  font-family: 'Soleil';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url('../fonts/SoleilLight.otf');
}

@font-face {
  font-family: 'Soleil';
  font-style: normal;
  font-weight: 350;
  font-display: auto;
  src: url('../fonts/SoleilBook.otf');
}

@font-face {
  font-family: 'Soleil';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../fonts/SoleilRegular.eot');
  src: url('../fonts/SoleilRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SoleilRegular.woff2') format('woff2'),
    url('../fonts/SoleilRegular.woff') format('woff'),
    url('../fonts/SoleilRegular.ttf') format('truetype'),
    url('../fonts/SoleilRegular.svg#Soleil') format('svg');
}

@font-face {
  font-family: 'Soleil';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: url('../fonts/SoleilBold.eot');
  src: url('../fonts/SoleilBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SoleilBold.woff2') format('woff2'),
    url('../fonts/SoleilBold.woff') format('woff'),
    url('../fonts/SoleilBold.ttf') format('truetype'),
    url('../fonts/SoleilBold.svg#Soleil') format('svg');
}

/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */
@font-face {
  font-family: 'Brandon Grotesque';
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: url('../fonts/BrandonGrotesqueMedium.eot');
  src: url('../fonts/BrandonGrotesqueMedium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BrandonGrotesqueMedium.woff2') format('woff2'),
    url('../fonts/BrandonGrotesqueMedium.woff') format('woff'),
    url('../fonts/BrandonGrotesqueMedium.ttf') format('truetype'),
    url('../fonts/BrandonGrotesqueMedium.svg#BrandonGrotesque') format('svg');
}

@font-face {
  font-family: 'Brandon Grotesque';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../fonts/BrandonGrotesqueRegular.eot');
  src: url('../fonts/BrandonGrotesqueRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BrandonGrotesqueRegular.woff2') format('woff2'),
    url('../fonts/BrandonGrotesqueRegular.woff') format('woff'),
    url('../fonts/BrandonGrotesqueRegular.ttf') format('truetype'),
    url('../fonts/BrandonGrotesqueRegular.svg#BrandonGrotesque') format('svg');
}

@font-face {
  font-family: 'Brandon Grotesque';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: url('../fonts/BrandonGrotesqueBold.eot');
  src: url('../fonts/BrandonGrotesqueBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BrandonGrotesqueBold.woff2') format('woff2'),
    url('../fonts/BrandonGrotesqueBold.woff') format('woff'),
    url('../fonts/BrandonGrotesqueBold.ttf') format('truetype'),
    url('../fonts/BrandonGrotesqueBold.svg#BrandonGrotesque') format('svg');
}

/* End Custom Fonts CSS */

:root {
  font-size: 10px;
}

body {
  font-family: 'Soleil', Sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #3a2a80;
  background-color: #fcfcfa;
}

body.auth-page {
  background-color: rgb(211, 223, 226);
}

body.ReactModal__Body--open {
  overflow: hidden;
  padding-right: 17px;
}

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: #5333da;
  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; */
}

.suburb-field,
.form-control {
  height: 5rem;
  font-size: 1.6rem;
  padding-left: 3.3rem;
  color: #3a2a80;
  border: 1px solid rgba(55, 55, 55, 0.5);
  border-radius: 4px;
}

.suburb-field {
  width: 100%;
}

.content-form-box .form-control {
  border: none;
  background: #efefef;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef !important;
}

.form-control:focus {
  border: solid 0.1rem #5333da;
}

.container-fluid {
  position: relative;
  min-width: 128rem;
}

.btn-primary {
  /* font-family: "Brandon Grotesque"; */
  font-family: 'Soleil', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  background: #5333da;
  border: none;
  min-width: 14.7rem;
  height: 5rem;
  text-align: center;
  padding: 0rem 3rem;
  line-height: 5rem;
  color: #fff;
  border-radius: 2.5rem;
  text-transform: uppercase;
}

.btn-primary:hover {
  background: rgb(51, 37, 117);
}

.btn-primary.btn-green {
  background: rgba(33, 176, 125, 1);
}

.btn-primary.btn-green:hover {
  background: rgba(33, 176, 125, 0.8);
}

.btn-primary.btn-green:disabled {
  /* background: rgba(33, 176, 125, 0.5); */
  background-color: #918f97 !important;
  opacity: 1;
}

.btn-back,
.btn-empty,
.btn-plus {
  border: none;
  background: transparent;
  color: #5333da;
  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-policy-content a:hover,
.review-description a:hover,
.custom-control-label a:hover,
.btn-plus:hover {
  color: #5333da;
}

.btn-back>i,
.btn-plus>i {
  font-style: normal;
  display: inline-block;
  margin-right: 1rem;
}

.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;
}

.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;
}

header {
  width: 100%;
  /* max-width: 1440px; */
  background: #5333da;
  z-index: 12;
}

header>.container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 13.4rem;
  background: #5333da;
  z-index: 3;
}

header .phone img {
  height: 4rem;
}

header .phone {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.4rem;
}

header .phone>span {
  color: #5333da;
  font-weight: 700;
  font-size: 24px;
  line-height: 19px;
}

.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-family: "Brandon Grotesque"; */
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #3a2a80;
}

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-family: "Brandon Grotesque"; */
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #383838;
  letter-spacing: -0.04rem;
  margin-bottom: 1rem;
}

.customer-form .form-group {
  margin-bottom: 20px;
}

.customer-form .form-group>label {
  font-family: 'Soleil', Sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: 9px;
  color: #5333da;
}

.suburb-field,
.customer-form .form-control {
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #c7ccd6;
  border-radius: 4px;
}

.content-form-box .form-group>label {
  font-size: 21px;
  color: #3a2a80;
  margin-bottom: 1rem;
}

.pet-info {
  display: flex;
  justify-content: space-between;
}

.pet-info>div {
  width: 48.929%;
  min-width: 10rem;
  text-align: center;
  border-radius: 0.6rem;
  cursor: pointer;
  border: 0.1rem solid rgba(55, 55, 55, 0.5);
  min-height: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7a7a7a;
  background: #ffffff;
}

.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 #5333da;
  background: rgba(83, 51, 218, 0.1);
  color: #5333da;
  opacity: 1;
}

.box-pet .pet-info>div.active>div,
.pet-info>div.active>div {
  background-color: #5333da;
  opacity: 1;
}

.box-pet .pet-info>div.active>span,
.pet-info>div.active>span {
  color: #5333da;
  opacity: 1;
}

.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 {
  font-size: 1.8rem;
  line-height: 1.9rem;
  color: #7a7a7a;
  display: inline-block;
  margin: 0px;
  opacity: 0.5;
}

.pet-info>div>div {
  background-color: #7a7a7a;
  opacity: 0.5;
  margin-right: 1rem;
}

.box-pet .pet-info>div.un-active>div,
.pet-info>div.un-active>div {
  background-color: #373737;
  opacity: 0.5;
}

.box-pet .pet-info>div.un-active>span,
.pet-info>div.un-active>span {
  color: #7a7a7a;
  margin: 0px;
}

.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: #5333da;
  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;
}

.form-group .i-help+label {
  padding-right: 16px;
}

div.popover {
  max-width: 60rem;
  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: 39px;
}

.rTableRow .r-2 {
  min-height: 64px;
  display: flex;
  align-items: center;
}

.rTableRow .r-2.cell-center {
  justify-content: center;
}

.rTableRow>div>div.colspan2>div>div,
.rTableRow>div>div {
  border-bottom: 4px solid #fff;
  padding: 3px 5px;
}

.rTableRow>div>div.colspan2>div:first-child>div {
  border-right: 4px 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 {
  /* font-family: "Brandon Grotesque"; */
  font-weight: 500;
  font-size: 16px;
  /* background: #d0c5ff; */
  color: #fff;
  width: 20%;
  padding: 5px 5px;
  border-right: 4px solid #fff;
  color: #5333da;
}

.tooltip-annual-excess .rTableRow .bg-purple-light {
  background: #d0c5ff;
}

.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%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.tooltip-annual-excess .rTableRow .col-2 {
  width: 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.tooltip-percent .rTableRow .col-2,
.tooltip-percent .rTableRow .col-3 {
  width: 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

@media (max-width: 567.98px) {
  .tooltip-box {
    max-height: 500px;
    overflow-y: auto;
  }
}

.tooltip-box,
.tooltip-box p,
.tooltip-annual-excess p,
.tooltip-percent p {
  font-family: 'Soleil', Sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #46474a;

}

.tooltip-box p {
  margin-bottom: 1rem;
}

.tooltip-box h4 {
  /* font-family: "Brandon Grotesque"; */
  font-weight: 500;
  font-size: 18px;
  color: #383838;
  margin-bottom: 19px;
}

.tooltip-annual-excess .rTableRow.rHead,
.tooltip-percent .rTableRow.rHead {
  background: #5333da;
  color: #fff;
}

.tooltip-annual-excess .rTableRow.rHead>div,
.tooltip-percent .rTableRow.rHead>div {
  border-right: 4px solid #fff;
  padding: 5px 5px;
  vertical-align: middle;
  /* font-family: "Brandon Grotesque"; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

.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: 4px 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;
}

.pet-hidden {
  display: none !important;
}

.css-151xaom-placeholder {
  color: #777880 !important;
  opacity: 0.5 !important;
}

.css-bg1rzq-control {
  height: 52px;
  border-radius: 4px;
  border: 1px solid rgba(55, 55, 55, 0.5) !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;
  max-width: 25rem;
  /* 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; */
}

.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: #5333da;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #5333da;
  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 0rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 0px 0px 15px 10px;
}

.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 rgba(122, 122, 122, 0.5);
}

.progressbar>div.completed>span {
  border-bottom: 1px solid #5333da;
}

.progressbar>div.active {
  color: #5333da;
}

.progressbar>div.active:before {
  border-color: #5333da;
}

.progressbar>div>a {
  display: flex;
  align-items: center;
  z-index: 6;
  padding-right: 1rem;
  padding-left: 1rem;
}

.progressbar>div:first-child>a {
  padding-left: 0;
}

.progressbar>div:last-child>a {
  padding-right: 0;
  background-color: #eae7f6;
  padding-left: 1.2rem;
}

.progressbar>div>a {
  cursor: inherit;
}

.progressbar>div>a>span {
  height: 4.2rem;
}

.progressbar>div>a>label {
  /* font-family: "Brandon Grotesque"; */
  display: inline-block;
  color: #414141;
  font-weight: 500;
  font-size: 18px;
  padding-left: 1.2rem;
  margin-bottom: 0;
  background-color: #eae7f6;
  /* cursor: pointer; */
}

.progressbar>div:first-child>a>label {
  padding-right: 1.2rem;
}

.progressbar>div>a>span>i {
  position: relative;
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
  background-color: #eae7f6;
  border: 1px solid #5333da;
  border-radius: 50%;
}

.progressbar>div.active>a>span>i {
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: 0px 3.16981px 11.8868px rgba(0, 0, 0, 0.17);
}

.progressbar>div.active>a>span>i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #5333da;
  content: '';
}

.progressbar>div.active>a>label {
  color: #5333da;
}

.progressbar>div.completed>a>span>i {
  border: 1px solid #5333da;
  background-color: #5333da;
}

.progressbar>div.completed+li:after {
  background-color: #5333da;
}

.progressbar>div.completed>a>span>i:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  top: 50%;
  left: 53%;
  width: 2rem;
  margin: -1.2rem -1rem -1rem;
}

.box-info {
  width: 85.3%;
  float: right;
}

.box-content {
  background: #ffffff;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-bottom: 2rem;
}

.box-content>h3 {
  border-bottom: 1px solid #dadadb;
  padding-bottom: 1.5rem;
}

.owner-info {
  margin-top: 0rem;
  padding-top: 4.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-info~.btn-plus {
  margin-top: 1.2rem;
}

.group-pet-actions {
  margin-top: 5rem;
  padding-left: 0rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.group-pet-actions>.btn-end,
.group-pet-actions>.btn-plus {
  /* font-family: "Brandon Grotesque"; */
  font-style: normal;
  font-weight: 500;
  margin-left: 0rem;
  margin-right: 2rem;
  padding: 0px 30px;
  font-size: 16px;
  height: 50px;
  border: 1px solid #5333da;
  color: #5333da;
  border-radius: 4px;
}

.btn-cancel,
.btn-edit {
  display: block;
  border: none;
  outline: none;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
}

.btn-edit {
  background-image: url('../img/ic-pencil.svg');
}

.btn-pencil {
  display: block;
  border: none;
  outline: none;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: #414141;
  -webkit-mask: url('../img/ic-pencil.svg') no-repeat center;
  mask: url('../img/ic-pencil.svg') no-repeat center;
}

.btn-cancel {
  background-image: url('../img/ic-x-grey.svg');
}

.btn-pencil.active {
  background-color: #5333da;
}

h2 .btn-cancel,
h2 .btn-edit {
  position: absolute;
  top: 0.5rem;
  right: 0;
}

.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.4rem !important;
  line-height: 1.4rem !important;
  color: #d60000 !important;
  margin-top: 1rem;
  display: block;
}

.note-title {
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 600;
  color: #3a2a80;
  text-transform: uppercase;
  /* font-family: "Brandon Grotesque"; */
}

p {
  margin-bottom: 2rem;
}

.review-description {
  margin-top: 5rem;
  padding-top: 4rem;
  border-top: 1px solid #dadadb;
}

.custom-control-label a,
.review-description a {
  color: #5333da;
}

.review-policy-content {
  line-height: 30px;
  color: #414141;
}

.review-policy-content a {
  color: #5333da;
}

.review-policy-content ul {
  padding-left: 25px;
}

.review-policy-content>p:first-child {
  color: #5333da;
}

.review-policy-content>p {
  margin-bottom: 3rem;
}

.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: #5333da solid 2px;
}

.custom-control-label::before {
  width: 2.4rem;
  height: 2.4rem;
}

.custom-control-label::after {
  top: -0.5rem;
  left: -1.5rem;
  width: 2.4rem;
  height: 4rem;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.4rem;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #5333da;
  background-color: #5333da;
}

.form-group>label.custom-control-label {
  font-family: 'Soleil', Sans-serif;
  color: #414141;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
}

.custom-control-label {
  padding-left: 2rem;
}

.payment-description {
  background: #fff;
  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 {
  font-weight: 600;
}

.payment-total>span {
  color: #46474a;
}

.payment-title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dadadb;
  margin-bottom: 3rem;
}

.payment-title.no-bottom {
  border-bottom: none;
}

.payment-title>h3 {
  font-weight: 700;
  font-size: 28px;
  text-align: left;
}

.payment-title>span {
  /* font-family: "Brandon Grotesque"; */
  font-size: 32px;
  color: #5333da;
  font-weight: 600;
}

.payment-row {
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.payment-row>.p-right {
  max-width: 70%;
  text-align: right;
}

.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-payment .btn-primary {
  margin-right: 4rem;
}

.tab-review .form-content .button-group {
  margin-top: 5rem;
}

h2 {
  position: relative;
}

/* .form-content h2 {
  margin-top: 3.6rem;
} */
.quote-btn-group .btn-primary {
  margin-right: 0;
}

.tab-email-quote .button-group {
  margin-top: 3rem;
}

.payment-support {
  margin: 4rem 0 4rem 0;
  padding: 0;
}

.payment-support>li {
  list-style-type: none;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0.02em;
  color: #4e5052;
}

.payment-support>li>img {
  margin-right: 1.5rem;
  max-width: 18px;
}

.month-choose {
  font-size: 1.2rem;
  padding: 0 2.5rem 1rem 2.5rem;
}

.month-choose-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.month-choose-form {
  margin-top: 5px;
}

.month-choose-form>div {
  margin-bottom: 0rem;
  display: flex;
  align-items: center;
}

.month-choose-form>div>label {
  margin-top: 0px;
  display: block;
  line-height: 2.5rem;
}

.right-title {
  display: flex;
  justify-content: space-between;
  /* border-bottom: 1px solid #dadadb; */
  padding: 2.6rem 0rem 3rem 0rem;
  margin: 0 3rem 0 2.9rem;
}

.right-total {
  border-top: 1px solid rgba(58, 42, 128, 0.5);
}

.box-info-bottom,
.right-total {
  /* border-bottom: 1px solid rgba(58, 42, 128, 0.5); */
  padding: 1.5rem 0rem;
  margin: 0 2.4rem;
}

.box-info-bottom {
  border-bottom: none;
}

.right-title .btn-back {
  margin-bottom: 0;
  font-size: 18px;
}

.big-money {
  /* font-family: "Brandon Grotesque"; */
  font-weight: 700;
  font-size: 48px;
  line-height: 30px;
  letter-spacing: -0.04em;
  color: rgba(83, 51, 218, 1);
}

.per-month {
  display: block;
  margin-top: 1.6rem;
  line-height: 16px;
  color: #5333da;
}

.thenTxt {
  color: #414141;
  display: block;
  margin: 22px 0 32px 0;
}

.per-month,
.thenTxt {
  font-weight: 700;
}

.dPriceBox>label {
  font-weight: 700;
  color: #5333da;
  line-height: 16px;
  margin-bottom: 0px;
}

.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.9%;
}

.pet-info>.pet-percent.has-was {
  flex-direction: column;
  padding: 15px 0;
}

.pet-info>.pet-percent span {
  display: block;
}

.pet-info>.pet-percent.has-was span {
  color: rgba(255, 102, 0, 1);
  line-height: 3rem;
  opacity: 1;
}

.pet-info>.pet-percent.has-was span.was {
  color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-decoration: line-through;
  font-size: 1.8rem;
  line-height: 2rem;
}

.pet-title {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(122, 122, 122, 0.5);
}

/* .cover-help {
  margin-bottom: 3rem;
  font-style: italic;
}
.cover-help > a {
  color: #5333DA;
} */
.pet-title>div {
  background-color: #5333da;
  margin-right: 1.5rem;
}

.quote-description {
  border-top: 1px solid #dadadb;
  padding-top: 3rem;
}

.no-lock-contract {
  padding: 3rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  margin-bottom: 5rem;
  background: #ffffff;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.no-lock-contract>div {
  margin-right: 4.1rem;
}

.no-lock-contract>span {
  line-height: 25px;
}

.i-shield {
  width: 40px;
  height: 44px;
  background-image: url(../img/ic-shield.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.wait-periods {
  margin: 3rem 0 3rem 0;
  padding: 0;
}

.wait-periods>li {
  list-style-type: none;
  font-size: 1.6rem;
  color: #414141;
  font-weight: 400;
  line-height: 2.5rem;
  margin-bottom: 2rem;
}

.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;
}

#accordionPetPayment .btn-accordion {
  display: block !important;
  padding-top: 0rem;
  padding-left: 0rem;
  padding-right: 0rem;
  background-image: none, url(../img/ic-dropup.svg);
  background-position: right top;
  margin-top: 1rem;
  font-size: 20px;
}

#accordionPetPayment .btn-accordion.collapsed {
  background-image: none, url('../img/ic-dropdown-grey.svg');
  padding-bottom: 0.5rem;
  font-size: 20px;
  color: #7a7a7a;
}

#accordionPetPayment .btn-accordion>.payment-row {
  display: none;
  font-size: 1.4rem;
  margin-bottom: 0rem;
  margin-top: 20px;
}

#accordionPetPayment .btn-accordion.collapsed>.payment-row {
  display: flex;
}

#accordionPetPayment .collapsing,
#accordionPetPayment .collapse.show {
  margin-top: -1rem;
}

#accordionPetPayment .animal-box {
  border-bottom: none;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.accordion#accordionPetPayment>.card .card-body {
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 2rem;
}

.accordion#accordionPetPayment>.card .card-header {
  margin: 1rem 0 1.4rem 0;
  background: #fff;
}

.accordion#accordionPetPayment>.card {
  background: #fff;
}

.accordion#accordionPetPayment>.card:last-child {
  border-bottom: none !important;
}

.card {
  background-color: #eae7f6;
}

.btn-accordion {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  border: none;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  color: #777880;
  padding: 2.1rem 2rem 2.2rem 0rem;
  background: transparent;
  width: 100%;
  text-align: left;
  background-image: url('../img/ic-checkmark.svg');
  background-position: center right;
  background-repeat: no-repeat;
}

.btn-accordion:has(h3) {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}

.collapse-x-icon .btn-accordion,
#accordionDontCover .btn-accordion {
  background-image: url('../img/ic-x.svg');
}

.collapse-x-icon .btn-accordion.collapsed,
#accordionDontCover .btn-accordion.collapsed {
  background-image: url('../img/ic-x.svg');
}

.accordion-info>div>div>h5>.btn-accordion {
  background-image: url('../img/ic-dropup.svg');
  background-position: center right;
  padding-left: 0;
}

.accordion.quote-info-accordion>div>div>h5>.btn-accordion {
  background-image: url(../img/ic-dropup-grey.svg);
}

.accordion-info>div>div>h5>.btn-accordion h3 {
  color: #414141;
  margin: 0px;
}

.btn-accordion>.i-help {
  position: relative;
  top: 0;
  margin-left: 1rem;
}

.accordion-info>div>div>h5>.btn-accordion.collapsed {
  background-image: url('../img/ic-dropdown-grey.svg');
}

.btn-accordion:hover {
  color: #777880;
}

.accordion>.card {
  border: none;
  border-bottom: 1px solid rgba(122, 122, 122, 0.5) !important;
}

.accordion-info .card-body>.accordion {
  margin-bottom: 2rem;
}

.accordion-info>.card {
  margin-bottom: 0rem;
  border-bottom: none !important;
}

.accordion>.card .card-header {
  background: #fcfcfa;
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.accordion>.card .collapse {
  padding: 0rem;
  background: #fcfcfa;
}

.accordion>.card .card-body {
  /* padding: 1rem 4rem 2rem 3.5rem; */
  padding: 0;
}

.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;
  margin-bottom: 1rem;
  text-decoration: line-through;
}

.discount {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  color: #414141;
  font-weight: 700;
  line-height: 16px;
}

.discount>label {
  color: #414141;
  margin-bottom: 0px;
}

.discount>span {
  font-weight: 700;
}

.discount>span.disc-details {
  text-align: right;
}

.discount,
.promo-code {
  margin-top: 3rem;
}

.promo-code {
  margin-bottom: 1.4rem;
}

.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 {
  line-height: 25px;
}

.permonth-des>p {
  line-height: 25px;
  margin-bottom: 0;
}

.tab-success {
  padding-top: 2.6rem;
}

.payment-success {
  max-width: 700px;
  margin: 0 auto;
}

.message-box {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #414141;
}

.message-box>h2 {
  margin: 7rem 0 3rem;
  font-size: 36px;
}

.message-box>h3 {
  margin: 6.6rem 0 3rem;
  /* font-family: "Brandon Grotesque"; */
  font-size: 28px;
  line-height: 28px;
}

.box-info h3 {
  /* font-family: "Brandon Grotesque"; */
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  letter-spacing: -0.04em;
  /* text-transform: capitalize; */
  color: #3a2a80;
  margin-bottom: 2rem;
}

.box-info .right-title {
  padding-bottom: 0;
}

.message-box .payment-row {
  margin-bottom: 1rem;
}

.message-box .payment-description {
  padding-bottom: 0;
  margin-bottom: 124px;
}

.tab-success .animal-box {
  border-bottom: none;
  padding-top: 2.5rem;
  text-align: left;
}

.message-box {
  max-width: 1196px;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.message-box>p {
  max-width: 747px;
  margin: 0 auto;
}

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: #5333da;
  height: 2rem;
  width: 50%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.quote-temp-price .small-line {
  background: #5333da;
  height: 1.4rem;
  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: #5333da;
  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: 1060;
}

.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: #5333da;
}

.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: #5333da;
  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: 1rem;
  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: #5333da;
}

.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: 0rem 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.3rem;
  line-height: 24px;
  /* margin-top: 7rem; */
}

a.rule-link,
footer a {
  color: #3a2a80;
  text-decoration: underline;
}

.footer-des {
  padding-top: 4rem;
  padding-bottom: 2rem;
  border-top: 1px solid #dadada;
  /* text-align: center; */
}

/* .footer-des p {
  font-size: 11px;
  line-height: 1.73;
} */
.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 {
  background-color: #918f97;
  opacity: 1;
}

.makes-knose {
  position: relative;
  margin-top: 55px;
  padding-top: 10px;
  padding-bottom: 20px;
  background: #f5f5f5;
  box-shadow: none;
}

.makes-knose .right-title {
  border-bottom: none;
}

.makes-knose>a {
  position: absolute;
  top: -46px;
  right: 10px;
}

.makes-knose>a:hover {
  opacity: 0.7;
}

.makes-knose ul {
  padding-left: 25px;
  padding-right: 15px;
}

.makes-knose ul li {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  line-height: 25px;
}

.makes-knose ul li img {
  margin-right: 17px;
}

.product-review {
  box-shadow: none;
  text-align: center;
  margin-top: 20px;
  padding: 38px 30px 24px 29px;
  background: #5333da;
}

.product-review>a {
  color: white;
  display: block;
  margin-top: 9px;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.product-review>a:hover {
  opacity: 0.7;
}

.product-review>span {
  margin-top: 20px;
  display: block;
  border-bottom: 1px solid#DADADB;
  height: 1px;
}

.sub-menu {
  background-color: #fff;
  z-index: 1;
}

.sub-menu>div {
  min-height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-menu ul {
  margin: 0;
  padding: 0;
}

.sub-menu ul>li {
  list-style-type: none;
  display: inline-block;
  margin-right: 32px;
}

.sub-menu ul>li:last-child {
  margin-right: 0;
}

.sub-menu ul>li>a {
  display: inline-block;
  color: #5334da;
  font-size: 1.9rem;
  line-height: 2rem;
  text-transform: uppercase;
}

.sub-menu ul>li>a:not(.active):hover {
  text-decoration: underline;
}

.sub-menu ul>li>a.active {
  font-weight: 700;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #5333da !important;
}

.dropdown-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
}

.sub-menu>div>ul {
  display: block;
}

.sub-menu>div>.dropdown {
  display: none;
}

.dropdown .icon-bar {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
}

.dropdown.show>button,
.dropdown>button {
  display: flex;
  width: 5rem;
  height: 4rem;
  padding-left: 5px;
  padding-right: 5px;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  border: none;
  outline: none;
  background: #5333da;
  border: none !important;
}

.pet-spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pet-spinner>div {
  text-align: center;
}

/* .pet-spinner > div > img {
  max-width: 16rem;
} */
.pet-spinner>div>span {
  display: block;
  max-width: 48rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #414141;
  font-weight: 400;
}

@media (min-width: 320px) and (max-width: 375px) {
  /* .progressbar {
        margin-left: -26%;
        margin-right: -3%;
    } */
}

@media (min-width: 376px) and (max-width: 567.98px) {
  /* .progressbar {
        margin-left: -23%;
        margin-right: -7%;
    } */
}

/* Mobile */
@media (max-width: 567.98px) {

  .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;
  }

  .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: 7rem;
  }

  .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;
  }

  .group-pet-actions>.btn-end,
  .group-pet-actions>.btn-plus {
    padding-left: 10px;
    padding-right: 10px;
    height: 44px;
  }

  .right-title {
    padding-bottom: 2rem;
  }

  .dPriceBox>label {
    margin-top: 2rem;
  }
}

@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) {

  .policy-note h3,
  .table-box,
  #main {
    margin-top: 1rem;
  }

  .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>h2 {
    font-size: 3rem;
  }

  .message-box>img {
    width: 5rem;
  }

  .policy-board-help>img {
    width: 100%;
  }

  div.sticky>div {
    padding-left: 0px;
    padding-right: 0px;
  }

  .tab-success {
    padding-top: 1rem;
  }

  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;
  }

  footer {
    margin-top: 5rem;
  }

  .footer-des {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .payment-title>span {
    font-size: 2rem;
    font-weight: 700;
  }

  .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;
  }

  .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;
  }

  .sub-menu ul>li {
    margin-right: 1rem;
  }

  .sub-menu>div>ul {
    display: none;
  }

  .sub-menu>div>.dropdown {
    display: block;
  }

  .message-box .payment-description {
    margin-bottom: 40px;
  }
}

/* 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: 1rem;
    margin-bottom: 6rem;
  }

  .progressbar {
    margin-bottom: 4.6rem;
  }

  h2 {
    margin-bottom: 3.8rem;
    margin-top: 0px;
  }

  .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;
  }
}

.quote-box-top {
  display: none;
}

@media (max-width: 768px) {
  .quote-box-top {
    display: block;
    margin-bottom: 40px;
  }

  .col-left {
    max-width: 100% !important;
    margin-bottom: 40px;
  }

  .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;
  }

  .group-pet-actions {
    margin-top: 3rem;
  }

  .box-pet .btn-remove {
    right: 1.5rem;
  }

  .box-pet .form-control {
    height: 3.6rem;
    min-height: 3.6rem;
  }

  .payment-support {
    margin-bottom: 0px;
  }

  .form-content h2 {
    margin-top: 0px;
  }

  .grecaptcha-badge,
  .ctm-logo {
    display: none;
  }
}

/* Desktop */
@media (min-width: 769px) {
  .container {
    max-width: 100%;
  }

  .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/bg-dog.svg);
    background-repeat: no-repeat;
    background-position: right 45px bottom 0rem;
    background-size: 20%;
    padding-bottom: 30px;
    margin-bottom: 70px;
  }

  /* .body-payment {
        background-image: url(../img/payment.svg);
        background-repeat: no-repeat;
        background-position: right 0 bottom 6rem;
        background-attachment: fixed;
    } */
  header>.container {
    min-height: 13.4rem;
  }

  .logo img {
    min-width: 176px;
    height: auto;
  }

  header .phone {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 1.5rem;
    padding: 2.2rem 3.9rem 2.2rem 3rem;
    font-weight: 700;
    font-size: 24px;
    line-height: 19px;
  }

  header .phone>span {
    display: inline-block;
  }

  header .phone>i {
    width: 3.3rem;
    height: 3.3rem;
    background-color: #5333da;
    margin-right: 2.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: 1rem;
  }

  #main.transfer-form {
    margin-top: 7.4rem;
  }

  #wrapper {
    /* padding-bottom: 6rem; */
  }

  .progressbar {
    margin-bottom: 4.3rem;
  }

  .btn-back,
  .btn-empty,
  .btn-plus {
    /* font-family: "Brandon Grotesque"; */
    font-weight: 500;
    font-size: 24px;
  }

  .td-action>button {
    font-family: 'Soleil', Sans-serif;
    font-weight: 400;
    font-size: 16px;
  }

  .button-group {
    margin-top: 5rem;
  }

  #accordionDontCover {
    margin-bottom: 5rem;
  }

  header .phone {
    padding: 2.2rem 3.9rem 2.2rem 3rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .big-money {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }

  h2 {
    /* font-family: "Brandon Grotesque"; */
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: -0.04em;
    color: #3a2a80;
  }

  h3 {
    font-weight: 500;
    font-size: 24px;
  }

  .col-left h2 {
    margin-bottom: 3.8rem;
  }

  .tooltip-close {
    display: none;
  }

  .see-what {
    margin-bottom: 22rem;
  }
}

div.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  bottom: 0;
  max-width: 144.4rem;
  border-top: 1px solid rgba(122, 122, 122, 0.5);
  background-color: #fcfcfa;
  z-index: 10;
}

.sticky-content {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sticky-content>div {
  width: 50%;
  display: flex;
  align-items: center;
  height: 12.4rem;
  margin: 0;
}

.sticky-content>div.stick-btns {
  justify-content: flex-end;
}

.sticky-content>div.quote-stick-info {
  justify-content: flex-start;
}

.sticky-price>.s-money {
  margin-right: 16px;
}

.sticky-price>.s-then {
  margin: 0 16px;
}

.sticky-content h3,
.sticky-content .s-ori-money,
.sticky-content .s-money {
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
}

.sticky-content h3 {
  /* font-family: "Brandon Grotesque"; */
  font-style: normal;
  font-weight: 500;
}

.sticky-content .s-ori-money {
  text-decoration: line-through;
  margin-right: 16px;
}

.sticky-content .s-ori-money.then-price {
  text-decoration: none;
  color: #5333da;
}

.sticky-content h3 {
  margin: 0 16px 0 0;
}

.sticky-content .per-month {
  margin-top: 0;
}

.sticky-content .s-money {
  color: #5333da;
}

.sticky-content button {
  height: 5rem;
  line-height: 5rem;
}

.sticky-content .btn-empty {
  margin-right: 2rem;
  font-size: 1.4rem;
}

.sticky-line {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px !important;
  height: 1px !important;
  width: 100% !important;
  border-bottom: 1px solid rgba(122, 122, 122, 0.5);
}

.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: 2.6rem !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: #5333da !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: #5333da !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: #5333da !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: #5333da !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: #5333da !important;
  color: #fff !important;
}

.react-datepicker__day.react-datepicker__day--selected {
  background-color: #5333da !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: 36px;
    line-height: 36px;
  }
  .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;
  } */
}

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: 160px;
}

@media all and (max-width: 640px) {
  .sticky-content .quote-stick-info {
    display: flex;
    margin-top: 0px;
  }

  .sticky-content,
  .sticky-content .quote-stick-info {
    height: 7rem;
  }

  .quote-stick-info>.s-then {
    margin: 0 5px;
  }

  .sticky-content .s-ori-money,
  .sticky-content h3 {
    margin-right: 5px;
  }

  .sticky-content h3,
  .sticky-content .s-ori-money,
  .sticky-content .s-money {
    font-size: 2rem;
  }

  .sticky-content .per-month {
    white-space: nowrap;
  }

  .button-group {
    margin-bottom: 3rem;
  }

  .sticky-content .quote-stick-info h3,
  .sticky-content .s-money {
    line-height: 2rem;
  }

  .per-month {
    display: inline-block;
  }

  .sticky-content .s-money {
    margin: 0 5px 0 0;
  }

  .sticky-content .btn-primary {
    font-size: 1.2rem;
    font-weight: 600;
    min-width: 7rem;
    max-width: 7rem;
    padding: 0;
  }

  .review-policy-content>p {
    margin-bottom: 2rem;
  }

  .quote-stick-info {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .quote-stick-info div.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -10px;
  }

  .editPolicy {
    display: none;
  }

  .card-header .btn-accordion {
    padding-left: 0px;
  }
}

.page-login .form-control {
  font-size: 19px;
  font-weight: 400;
  color: #46484a;
  padding: 29px 10px 30px 10px;
  border-radius: 9px;
  border: none;
}

.page-login .form-control::placeholder {
  color: #46484a;
}

.page-login .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #46484a;
}

.page-login .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #46484a;
}

.page-login .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #46484a;
}

.page-login .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #46484a;
}

/* input.form-control {
  text-align: center;
} */
.body-login {
  background-color: #d2e1e6;
}

.container-fluid {
  position: relative;
  min-width: 1280px;
}

.page-login .btn-primary {
  background: #c31a7d;
  border: none;
  font-weight: 400;
  height: 38px;
  padding: 0px;
  line-height: 38px;
  border-radius: 9px;
}

.page-login {
  height: 900px;
  min-height: 500px;
}

.page-login input.form-control {
  text-align: center;
}

.login-form {
  margin: 162px auto;
  width: 300px;
}

.login-form .logo {
  margin-bottom: 48px;
}

.page-login .img-left {
  width: 25.57%;
  position: absolute;
  bottom: 0;
  left: 7.55%;
  max-width: 350px;
  z-index: -1;
}

.page-login .img-right {
  width: 31.77%;
  position: absolute;
  bottom: 0;
  right: 5.88%;
  max-width: 350px;
  z-index: -1;
}

.form-group {
  margin-bottom: 18px;
}

.page-login .btn-primary {
  margin-top: 28px;
}

.page-login .link-forgot {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
}

.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: #3a2a80;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3a2a80;
  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);
  }
}

.page-login .form-error input,
.page-login .form-error .form-control,
.page-login .form-error select {
  border: 1px solid red;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.page-login label.error {
  color: #fff;
  background: red;
  display: block;
  font-size: 12px;
  font-weight: 300;
  width: 100%;
  height: 24px;
  line-height: 24px !important;
  margin: 0;
  padding: 0px 10px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.m-profile {
  position: relative;
  display: flex;
}

.m-profile button {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}

.m-profile button>label {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 19px;
  color: #5334da;
}

.m-profile button>div {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 10px;
  border: 1px solid #dadada;
}

.m-profile button>div>img {
  width: 100%;
  border-radius: 50%;
}

.user-options-menu {
  z-index: 1050;
  display: flex;
  white-space: nowrap;
  position: absolute;
  flex-direction: column;
  top: 6rem;
  right: 0;
  background: #fff;
  box-shadow: 0px 0.4rem 1.2rem rgb(0 0 0 / 15%);
  border-radius: 0.4rem;
  padding: 5px;
}

.user-options-menu a {
  position: relative;
  z-index: 1050;
  padding: 0.5rem 1rem;
  color: #46474a;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.user-options-menu a:hover {
  color: #c5007c;
}

.click-away {
  z-index: 1030;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}

.tranfer-content>h1 {
  /* font-family: "Brandon Grotesque"; */
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0;
  color: #3a2a80;
}

.table-box {
  padding: 0px 48px 20px 48px;
  margin-top: 80px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: #fff;
}

.ReactTable {
  border: none !important;
}

.ReactTable .rt-thead.-header {
  box-shadow: none !important;
  margin-bottom: 10px;
}

.ReactTable .rt-thead,
.ReactTable .rt-tbody {
  min-width: fit-content !important;
}

.ReactTable .rt-thead.-header .rt-tr,
.ReactTable .rt-tbody .rt-tr-group .rt-tr {
  margin: 0 0px;
  background: transparent;
  box-shadow: none !important;
  border-radius: 3px;
}

.ReactTable .rt-thead.-header .rt-tr,
.ReactTable .rt-tbody .rt-tr-group {
  margin-bottom: 8px;
}

.ReactTable .rt-tbody .rt-tr-group {
  border-bottom: none !important;
  cursor: pointer;
}

.ReactTable .rt-thead .rt-th {
  padding: 53px 0px 16px 0 !important;
  border-right: none !important;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(58, 42, 128, 0.5);
  color: #979797;
}

.ReactTable .rt-tbody .rt-td {
  padding: 0px !important;
  border-right: none !important;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #3a2a80;
  letter-spacing: 0;
}

.ReactTable .rt-thead .rt-th.-sort-desc,
.ReactTable .rt-thead .rt-td.-sort-desc {
  box-shadow: inset 0 -3px 0 0 transparent !important;
}

.ReactTable .rt-thead .rt-th.-sort-asc,
.ReactTable .rt-thead .rt-td.-sort-asc {
  box-shadow: inset 0 3px 0 0 transparent !important;
}

.ReactTable .rt-thead .rt-th:nth-last-child(1),
.ReactTable .rt-tbody .rt-td:nth-last-child(1) {
  border-right: none !important;
}

.ReactTable .rt-td .btn-action {
  background: #fff;
  box-shadow: -3px -3px 6px #fafbff, 3px 3px 6px rgba(166, 171, 189, 0.277344);
  border-radius: 12.925px;
  outline: none;
  border: none;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: -0.673077px;
  padding: 1px 11px;
  color: #6d7587;
}

.ReactTable .rt-td .btn-action:disabled {
  background: #e5eaf2;
  box-shadow: none;
}

.ReactTable .rt-noData {
  /* display: block; */
  position: relative !important;
  left: inherit !important;
  top: inherit !important;
  transform: none !important;
  background: transparent !important;
  transition: none !important;
  z-index: 1;
  padding: 20px !important;
  color: rgba(0, 0, 0, 0.5) !important;
  width: 100% !important;
  text-align: center !important;
}

.ReactTable .rt-thead .rt-th,
.ReactTable .rt-thead .rt-td {
  border-right: none !important;
}

.th-sort {
  display: inline-block;
  background: transparent url(../img/arrow.svg) no-repeat right 0rem center/9px 9px;
  padding-right: 20px;
}

.th-sort.asc {
  background: transparent url(../img/arrow-up.svg) no-repeat right 0rem center/9px 9px;
}

.td-status>label {
  font-weight: 700;
}

.status-Active {
  color: #06a332;
  /* opacity: 0.3; */
}

.status-Transfered {
  color: #5333da;
}

.status-Cancelled {
  color: #979797;
}

.status-Pending {
  color: #f3911f;
}

.btn-transfer {
  border: none;
  outline: none;
  background: transparent;
  color: #5333da;
}

.btn-transfer:hover {
  opacity: 0.7;
}

.btn-transfer>i {
  display: inline-block;
  font-style: normal;
  margin-right: 5px;
}

.content-form-box {
  padding: 40px 73px 47px 47px;
  box-shadow: 0px 0.4rem 1.2rem rgb(0 0 0 / 15%);
  border-radius: 0.4rem;
  background-color: #fff;
}

.btn-group {
  margin-top: 25px;
}

.tranfer-content .btn-back {
  /* font-family: "Brandon Grotesque"; */
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
}

.policy-header {
  margin-top: 23px;
  margin-bottom: 50px;
}

.policy-header span {
  display: inline-block;
  font-size: 20px;
  color: #46474a;
  margin-right: 10px;
}

.policy-header label {
  display: inline-block;
  font-size: 20px;
  color: #7a7a7a;
}

.review-content {
  margin-bottom: 20px;
}

.review-content .line {
  height: 1px;
  border-top: 1px solid #dadadb;
  margin-bottom: 25px;
}

.review-content h2 {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #777880;
  margin-bottom: 22px;
}

.transfer-term ul {
  margin: 0;
  padding: 0;
}

.transfer-term {
  border-top: 1px solid #dadadb;
  padding-top: 25px;
}

.transfer-term ul li {
  list-style-type: none;
  line-height: 22px;
}

.form-term>div {
  margin-bottom: 3rem;
}

.transfer-term>.form-term>div {
  margin-bottom: 2px;
}

.transfer-details {
  margin-bottom: 23px;
}

.transfer-details>div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}

.transfer-details>div>label {
  display: inline-block;
  min-width: 200px;
  font-weight: 400;
}

.transfer-details>div>span {
  color: #46474a;
}

.content-form-box.alert-box {
  padding: 56px 20px 56px 20px;
}

.content-form-box.a-success {
  padding: 20px 0 0 0;
  box-shadow: none;
}

.content-form-box.a-success .s-title {
  margin-bottom: 10px;
}

.alert-box .btn-group {
  display: block;
}

.alert-box .btn-group .btn-back {
  margin-top: 20px;
  margin-bottom: 0;
}

.alert-box .policy-info {
  margin-top: 30px;
  margin-bottom: 20px;
}

.alert-content {
  text-align: center;
}

.alert-content>h3,
.policy-info>span {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  color: #46474a;
  display: block;
}

.policy-info>label {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: #777880;
}

.btn-view {
  margin-left: 15px;
}

.pet-list-title,
.box-pet {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.pet-list-title {
  /* border-bottom: 1px solid #DADADB; */
  /* padding-bottom: 1.7rem;
  margin-bottom: 1rem; */
}

.box-pet {
  position: relative;
  margin-top: 0rem;
  margin-bottom: 0px;
}

.box-pet.second-pet {
  margin-bottom: 0;
}

.box-pet .btn-remove {
  position: absolute;
  top: 1.1rem;
  right: -6.5rem;
  border: none;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: #414141;
  -webkit-mask: url('../img/ic-x-grey.svg') no-repeat center;
  mask: url('../img/ic-x-grey.svg') no-repeat center;
}

.box-pet label.error {
  margin-top: 0.2rem;
  font-size: 1rem !important;
  font-weight: 300;
  line-height: 1rem !important;
}

.pet-list-title {
  height: 16px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 18px;
  margin-top: 49px;
}

.pet-list-title>div,
.box-pet>div {
  width: 19%;
}

.pet-list-title>div {
  padding-left: 0px;
  /* font-family: "Brandon Grotesque"; */
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #383838;
}

/*
.pet-list-title > div {
  padding-left: 1rem;
  color: #777880;
  font-size: 1.4rem;
  font-weight: 400;
}
.pet-list-title > div.pet-name,
.box-pet > div.pet-name {
  width: 18%;
}
*/
.pet-list-title>div.pet-gender,
.box-pet>div.pet-gender {
  width: 17%;
}

.pet-list-title>div.pet-birthday,
.box-pet>div.pet-birthday {
  width: 21%;
}

div.pet_policy_date {
  position: relative;
}

div.pet_policy_date>button {
  position: absolute;
  top: 8px;
  right: -40px;
}

div.box-pet .btn-pencil,
div.box-pet .btn-remove {
  cursor: pointer;
  z-index: 10;
}

div.box-pet .btn-pencil:hover,
div.box-pet .btn-remove:hover,
div.pet-birthday>button:hover {
  background-color: #5333da;
}

div.pet-breed,
div.pet-breed>div {
  height: 42px;
}

.dot-text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 100%;
}

.box-pet .form-control {
  height: 42px;
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
  padding-left: 1rem;
  color: #414141;
}

.box-pet select {
  background: url('../img/ic-dropdown.svg') white no-repeat 98.5% !important;
  background: url('../img/ic-dropdown.svg') white no-repeat calc(100% - 0.8rem) !important;
  background-size: 1.3rem !important;
}

.box-pet.pet-done {
  /* margin-bottom: -1rem; */
}

.box-pet.pet-undone {
  /* margin-bottom: -1rem; */
}

.box-pet.pet-done .form-control {
  border: none;
  background: #fff !important;
}

.box-pet.pet-done>div>label {
  display: block;
  padding-left: 1rem;
  font-size: 1.7rem;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  margin-bottom: 0;
  color: #585858;
}

.box-pet .css-1szy77t-control,
.box-pet .css-bg1rzq-control {
  height: 42px;
  min-height: 42px;
  padding-left: 1rem;
}

.box-pet .auto-suggest-breed .css-1hwfws3 {
  padding-left: 0;
  background: transparent !important;
}

/* .box-pet .css-1szy77t-control ~ div {
  z-index: 20;
} */
.pet-containter {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  box-shadow: 0px 0.4rem 1.2rem rgb(0 0 0 / 15%);
  /* border-radius: 0.4rem; */
  padding: 7px 8px;
  /* border: 1px solid red; */
  margin-bottom: 20px;
  background: #ffffff;
}

.review-customer-info>span {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.5rem;
  color: #414141;
}

.payment-method {
  margin-top: 3rem;
  padding-bottom: 3.3rem;
  border-bottom: 1px solid #dadadb;
}

.payment-method>h2 {
  margin-bottom: 1.2rem;
}

.list-payment-method {
  margin-bottom: 3rem;
}

.method-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.4rem;
}

.method-item>label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
}

.method-item>label>div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.2rem 0 1.6rem;
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #dadadb;
  border-radius: 0.4rem;
}

.method-item>label>div.custom-radio {
  border: none;
  width: auto;
  margin: 0;
  padding: 0;
}

.method-item>label>div.custom-radio .custom-control-label {
  padding-left: 0;
  margin-top: -2rem;
  margin-left: 1.5rem;
}

.method-item>label>div.custom-radio .custom-control-label::before {
  width: 1.6rem;
  height: 1.6rem;
  border: #dadadb solid 1px;
}

.method-item>label>div.custom-radio .custom-control-label::after {
  top: 0.5rem;
  left: -1.2rem;
  width: 1rem;
  height: 1rem;
}

.method-item>label>div.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #fff;
  border: #5333da solid 1px;
}

.method-item>label>div.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: none;
  background-color: #5333da;
  border-radius: 50%;
}

.method-item>label>div>i {
  display: block;
  width: 2.8rem;
}

.method-item>label>div>i.i-credit {
  background-color: #5333da;
}

.method-item>label>span {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.method-item>label>span>span {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #46474a;
}

.method-item>label>span>label {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #777880;
}

.method-item>button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  width: 5rem;
  height: 5rem;
  outline: none;
  border: none;
  background-color: transparent;
  text-align: right;
}

.method-item>button>i {
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/ic-options.svg);
}

.method-item:hover>button>i {
  background-image: url(../img/ic-options-grey.svg);
}

.method-item>button.active>div {
  display: flex;
  z-index: 1;
}

.method-item>button>div {
  display: none;
  position: absolute;
  top: 3.5rem;
  left: 0rem;
  min-width: 10rem;
  padding: 1rem 3rem 1rem 1.5rem;
  align-items: flex-start;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 0.4rem 1.2rem rgba(0, 0, 0, 0.15);
  border-radius: 0.8rem;
}

.method-item>button>div>button {
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #777880;
}

.modal-payment {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  border-radius: 0.8rem;
}

.modal-payment .modal-footer {
  justify-content: flex-end;
}

.modal-payment .modal-footer>button {
  margin-right: 0;
}

.modal-payment .modal-footer .btn-empty {
  margin-right: 2rem;
}

.add-payment-screen>button {
  margin-top: 2rem;
}

.btn-p-cancel {
  color: #7a7a7a !important;
}

.content-form-box .btn-p-cancel {
  text-decoration: underline;
}

.td-action .btn-transfer {
  margin-right: 2rem;
}

@media (min-width: 568px) and (max-width: 649.98px) {}

@media (max-width: 649.98px) {
  .pet-list-title {
    display: none;
  }

  .box-pet>div {
    width: 100% !important;
  }

  .box-pet {
    flex-direction: column;
    margin-top: 3rem;
    padding-bottom: 1rem;
    /* border-bottom: 1px solid #dadada; */
  }

  .box-pet>div {
    margin-bottom: 1rem;
  }

  .box-pet .btn-remove {
    background-image: url(../img/ic-x.svg);
    top: -2.8rem;
    right: 0rem;
  }

  .btn-transfer,
  .ReactTable .rt-tbody .rt-td {
    font-size: 1.4rem;
  }

  .sub-menu ul>li>a {}

  .ReactTable .rt-thead.-header .rt-tr,
  .ReactTable .rt-tbody .rt-tr-group {
    margin-bottom: 0.5rem;
  }

  .modal-payment {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .modal-payment>div {
    padding: 2.5rem;
  }

  .modal-payment .modal-body {
    padding-bottom: 1rem;
  }

  .method-item>button>div {
    left: auto;
    right: 1rem;
  }

  .pet-info.annual_excess {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .pet-info.annual_excess>.pet-percent {
    min-width: auto !important;
    margin-bottom: 2rem;
    text-align: center;
  }
}

@media (min-width: 650px) and (max-width: 768px) {}

@media (max-width: 768px) {
  .body-sign .container-fluid {
    min-width: auto;
    min-height: auto;
    height: initial;
  }

  .login-form {
    width: 100%;
  }
}

@media (min-width: 769px) {}

.btn-mr {
  margin-right: 2rem;
}

.swal2-popup.swal2-modal {
  padding: 2.5rem;
}

.swal2-actions {
  margin-top: 2rem;
}

.swal2-confirm.btn-primary {
  min-width: auto;
}

.swal2-icon.swal2-warning {
  border-color: #5333da !important;
  color: #5333da !important;
}

.status-InProgress {
  color: #f3911f;
}

.status-Transferred {
  color: #5333da;
}

.agreements-success h3 {
  max-width: 40rem;
  margin: 3rem auto;
}

.agreements-success .message-box>img {
  margin-bottom: -0.7rem;
}

.hot-line {
  position: fixed;
  top: 20px;
  right: 20px;
  color: #b22477;
  font-weight: 400;
  z-index: 1;
}

.hot-line>label {
  margin-bottom: 0;
}

.hot-line>a {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  height: 35px;
  line-height: 36px;
  padding-left: 60px;
  padding-right: 40px;
  font-weight: 500;
  color: #b22477;
  margin-left: 15px;
}

.hot-line>a:hover {
  opacity: 0.7;
}

.hot-line>a>i {
  background-color: #c31a7d;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 15px;
}

.annual-des {
  margin-top: -1.5rem;
  color: #f3911f;
}

.policy-transfer-des {
  color: #f3911f;
  margin-bottom: 0px;
}

.see-what {
  margin-top: 2rem;
}

.see-what>div {
  margin-bottom: -2rem;
}

.see-what h3 {
  width: 100%;
}

.see-what a {
  color: #3a2a80;
  display: block;
}

.months-purchase-des {
  text-align: left;
  margin-top: -2.5rem;
  margin-bottom: 2rem;
  color: #7a7a7a;
  font-size: 18px;
}

.tooltip {
  font-size: 14px;
}

.owner-info h2 {
  margin-bottom: 21px;
}

.pre-months-des {
  display: block;
  margin-bottom: 10px;
}

.single-line {
  white-space: nowrap;
}

.transfer-best {
  color: #00bf63;
}

.transfer-good {
  color: #d6d419;
}

.transfer-ideal {
  color: #ef4138;
}

.transfer-possible {
  color: #bf0000;
}

.td-transfer-left>label {
  position: relative;
}

.td-transfer-left>label .i-help {
  right: -25px;
}

.elementor-location-footer {
  background: #342572;
}

.elementor-container.elementor-column-gap-default {
  padding: 40px 0;
  display: flex;
  justify-content: space-around;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  color: #fff;
}

.elementor-container a {
  text-decoration: none;
  color: #fff;
}

.elementor-container a:hover {
  text-decoration: underline;
}

.elementor-container h6 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.elementor-container ul {
  margin: 0;
  padding: 0;
}

.elementor-container ul li {
  list-style-type: none;
}

.elementor-container>div {
  padding-left: 45px;
  /* border-left: 1px solid rgba(140, 114, 253, 0.5); */
}

.elementor-container>div:first-child {
  padding-left: 0px;
  border-left: none;
}

.elementor-nav-menu .elementor-item {
  font-family: 'Soleil', Sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.elementor-social-icons-wrapper>span {
  margin-right: 10px;
}

.elementor-social-icons-wrapper>span i {
  font-size: 22px;
}

.policy-note h3 {
  margin-top: 100px;
  margin-bottom: 20px;
  /* font-family: "Brandon Grotesque"; */
  font-weight: 500;
  font-size: 28px;
  color: #3a2a80;
}

.policy-note p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}

.policy-board-help {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 23px;
}

.auth-form .form-control {
  background: #efefef;
  border-radius: 4px;
  border: none;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  padding-left: 0px;
}

.forgot-box {
  margin-top: 20px;
}

.link-forgot {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: -0.04em;
  text-decoration-line: underline;
  color: #5333da !important;
  cursor: pointer;
}

.auth-img {
  text-align: center;
  margin-top: 100px;
}

.auth-form ::-webkit-input-placeholder,
.auth-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5333da;
  opacity: 1;
}

.auth-form ::-moz-placeholder,
.auth-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #5333da;
  opacity: 1;
}

.auth-form :-ms-input-placeholder,
.auth-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #5333da;
  opacity: 1;
}

.auth-form :-moz-placeholder,
.auth-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #5333da;
  opacity: 1;
}

@media (max-width: 768px) {
  .auth-form {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .auth-img {
    display: none;
  }

  .elementor-container.elementor-column-gap-default {
    flex-direction: column;
  }

  .elementor-container>div:first-child,
  .elementor-container>div {
    padding-left: 20px;
  }

  .elementor-container h6 {
    margin-top: 20px;
  }

  .login-form {
    margin: 60px auto;
  }

  footer {
    margin-top: 10px;
  }
}

body:has(.popover) #mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

body:has(.popover) {
  overflow: hidden;
}

.period-insurance {
  font-weight: 700;
  color: #414141;
}

.box-reward {
  padding: 0px;
  background: transparent;
}

.box-reward>img {
  width: 100%;
}

.quote-info table {
  margin: 0px 26px 0 26px;
}

.form-group.custom-control.custom-checkbox.checkbox-term label {
  color: #3a2a80;
}

/* Update new CtM*/
.quote-pet .quote-warning {
  color: rgba(56, 56, 56, 1);
  font-size: 16px;
  line-height: 28px;
}

.box-info .right-title {
  position: relative;
}

.box-info .right-title .btn-close {
  position: absolute;
  bottom: 2rem;
  right: 0;
}

.btn-close {
  background: url('../img/i-close-button.png') no-repeat center center;
  background-size: cover;
  min-height: 30px;
  min-width: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.product-review {
  background-color: #f1eeff;
  border-radius: 6px;
  text-align: center;
  padding: 20px;
}

.product-review .header {
  padding-bottom: 20px;
  border-bottom: 1px solid #b8b3be;
}

.product-review .header img {}

.product-review .content {}

.product-review .content img {
  max-width: 100%;
}

.product-review .read-reviews span {
  cursor: pointer;
  font-weight: 700;
  color: #183029;
  font-size: 1.8rem;
}

.accordion.quote-info-accordion>.card .card-header {
  border-bottom: 1px solid #c7ccd6;
  color: #4e5052;
}

.accordion.quote-info-accordion>.card .card-header a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
  margin-right: 10px;
}

.accordion.quote-info-accordion>.card .card-header a.success::before {
  background-image: url(../img/ic-checkmark-green.svg);
}

.accordion.quote-info-accordion>.card .card-header a.error::before {
  background-image: url(../img/ic-x.svg);
}

.accordion.quote-info-accordion .card.card-content {
  border: none;
  background-color: transparent;
  padding: 10px 0;
}

.accordion.quote-info-accordion>div>div>h5>.btn-accordion h3 {
  color: #4e5052;
  font-size: 17px;
}

.payment-frequency button {
  border: 1px solid #3a2a80;
  background: transparent;
  margin-right: 1rem;
  color: #3a2a80;
  font-weight: 400;
  font-size: 1.4rem;
  border-radius: 5px;
  padding: 0rem 1.5rem;
}

.payment-frequency button.active {
  border: 1px solid #3a2a80;
  background: #3a2a80;
  color: #fff;
  cursor: text;
}

.promo-code-infor {
  background: rgba(255, 138, 0, 0.05);
  border-radius: 10px;
  padding: 15px 20px;
}

.promo-code-infor .promo-code-text {
  color: rgba(58, 42, 128, 1);
  font-weight: 400;
  font-size: 2rem;
  line-height: 2rem;
}

.promo-code-infor .promo-code-desc-1 {
  color: rgba(255, 102, 0, 1);
  font-weight: 700;
  font-size: 1.8rem;
}

.promo-code-infor .promo-code-desc-2 {
  color: rgba(255, 102, 0, 1);
  font-weight: 400;
  font-size: 1.6rem;
}

/* Modal Pubj */
.modal {
  overflow-y: scroll;
  display: block !important;
}

.modal-dialog {
  margin: 2.75rem auto;
}

.modal-dialog.flc_petsy-annual-limit {
  max-width: 700px;
}

.modal-dialog.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}

.modal-dialog.flc_petsy-annual-limit .modal-header {
  background: rgba(250, 246, 253, 1);
  padding: 1.5rem 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(83, 52, 218, 1);
  border-top-left-radius: 1.4rem;
  border-top-right-radius: 1.4rem;
}

.modal-dialog.flc_petsy-annual-limit .modal-header .close {
  position: absolute;
  top: 2.5rem;
  right: 4rem;
  background: url(../img/i-close-button.png) no-repeat center center;
  background-size: cover;
  width: 22px;
  height: 22px;
  text-align: center;
  opacity: 0.8;
}

.modal-dialog.flc_petsy-annual-limit .modal-header .close:hover {
  opacity: 1;
}

.modal-dialog.flc_petsy-annual-limit .modal-body {
  padding: 1rem 3rem;
  margin-bottom: 1rem;
}

.flc_petsy-annual-limit .modal-text.title {
  font-size: 2rem;
  text-align: center;
  font-weight: 400;
  /* font-family: var(--heading-font-name); */
  margin: 1rem 1rem 1rem 1rem;
  color: rgba(65, 61, 79, 1);
}

.flc_petsy-annual-limit .modal-text.text-style-2 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  /* font-family: var(--heading-font-name); */
  margin: 0 1rem 1rem;
  color: rgba(65, 61, 79, 1);
}

.flc_petsy-annual-limit img {
  width: 100%;
  height: auto;
}

.flc_petsy-annual-limit .modal-text.text-style-3 {
  font-weight: 400;
  text-align: left;
  font-size: 1.6rem;
  color: rgba(65, 61, 79, 1);
  line-height: 2.2rem;
}

.flc_petsy-annual-limit .modal-text.text-style-3 {
  font-weight: 400;
  text-align: left;
  font-size: 1.6rem;
  color: rgba(65, 61, 79, 1);
  line-height: 2.2rem;
}

.flc_petsy-annual-limit .bottom-award {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  text-align: left;
}

.flc_petsy-annual-limit .bottom-award .award {
  width: 30%;
}

.flc_petsy-annual-limit .bottom-award .description {
  width: 70%;
  padding-left: 2.3rem;
  align-self: center;
  font-size: 1.8rem;
  font-weight: 400;
  /* color: var(--flc-petsy-text-primary); */
}

.main-color {
  color: rgba(83, 51, 218, 1);
}

.text-bold {
  font-weight: 700;
}

.btn.btn-outline-primary.editPolicy {
  font-weight: 600;
  font-size: 16px;
  background: transparent;
  min-width: 14.7rem;
  height: 5rem;
  text-align: center;
  padding: 0rem 2.3rem;
  line-height: 5rem;
  border-radius: 0.4rem;
  border-color: rgba(83, 51, 218, 1);
}

.btn.btn-outline-primary.editPolicy:hover,
.btn.btn-outline-primary.editPolicy:focus,
.btn.btn-outline-primary.editPolicy:active {
  color: rgba(83, 51, 218, 0.8);
}

.payment-information {
  border-bottom: 1px solid rgba(58, 42, 128, 0.5);
  padding-bottom: 2rem;
  text-align: left;
  color: rgba(58, 42, 128, 1);
  margin-bottom: 2rem;
}

.payment-information h3 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: -0.04em;
}

.payment-information .months-purchase-des {
  margin: initial;
  color: rgba(58, 42, 128, 1);
  font-weight: 700;
  font-size: 1.6rem;
  display: flex;
  flex-direction: row;
  flex: 70% 30%;
}

.months-purchase-des .desc {
  flex: 1;
}

.months-purchase-des .right-currency {
  max-width: 30%;
  text-align: right;
  flex: 1;
}

.animal-box.success {
  font-size: 1.6rem;
}

.animal-box.success .payment-row {
  color: #3a2a80;
}

.animal-box.success .payment-row .p-right {
  color: #5333da;
}

.animal-box.success .payment-row>span,
.animal-box.success .payment-row.payment-total {
  color: #3a2a80;
}

.animal-box.success .payment-row.payment-total .p-right {
  color: #3a2a80;
}

.payment-details-information {
  border-bottom: 1px solid #dadadb;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.payment-details-information:last-child {
  border-bottom: none;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}

.tab-payment .form-group>label {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: -0.04em;
  color: #5333da;
}

.tab-payment .form-group>input {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #3a2a80;
}

.text-note,
.tooltip-box p.text-note {
  font-size: 16px;
}