@charset "UTF-8";
.mode-edit .banner-bg {
  height: 200px !important;
  position: relative !important;
  z-index: 0 !important;
}
.mode-edit .banner-bg img {
  height: 200px !important;
}

.right-side-element div.links-container-links:first-of-type {
  display: none;
}
@media (min-width: 1025px) {
  .right-side-element div.links-container-links:first-of-type {
    display: inline !important;
  }
}
.right-side-element div.links-container-links:nth-of-type(2) {
  display: none;
}
@media (max-width: 1024px) {
  .right-side-element div.links-container-links:nth-of-type(2) {
    display: inline !important;
  }
}

.flatpickr-calendar {
  width: 100%;
  height: auto;
  background-color: #3a3a3a;
  top: 0px !important;
  left: 0px !important;
}
.flatpickr-rContainer {
  width: 100%;
}
.flatpickr-months {
  background-color: #3a3a3a;
  height: 29px;
  margin-bottom: 21px;
}
.flatpickr-months .flatpickr-month {
  background-color: #3a3a3a;
  height: 40px !important;
}
.flatpickr-months .flatpickr-month .flatpickr-current-month select.custom-select-wrapper {
  appearance: none; /* remove native arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
}
.flatpickr-months .flatpickr-month .flatpickr-current-month .custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 200px;
}
.flatpickr-months .flatpickr-month .flatpickr-current-month .custom-select-wrapper::after {
  content: ">"; /* or use an SVG or icon font */
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #007bff; /* <-- your custom arrow color */
  font-size: 14px;
}
.flatpickr-months .flatpickr-month .flatpickr-current-month select.flatpickr-monthDropdown-months {
  width: 68px !important;
  margin-right: 17px;
  background-color: #626262;
  padding: 5px 2px !important;
  font-size: 14px !important;
  border-radius: 8px !important;
}
.flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
  width: 65px;
  border-radius: 8px;
  font-size: 14px;
  background-color: #626262;
}
.flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowUp,
.flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .arrowDown {
  display: none;
}
.flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .custom-year-select {
  border: 0px;
  background-color: transparent;
  padding: 0px;
  width: 64px;
  align-content: center;
  color: #ffffff;
  height: 29px !important;
}
.flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper select option {
  background-color: black; /* ✅ dropdown background */
  color: #ffffff !important;
}
.flatpickr-weekdays {
  padding: 8px 8px 0px 8px;
  height: 40px;
}
.flatpickr-weekdays .flatpickr-weekday {
  border-radius: 0px;
  border: 0px;
  height: 40px;
  width: 100%;
  max-width: none;
  align-content: center;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  border-left: none;
  border-bottom: none;
  background-color: #3a3a3a;
}
.flatpickr-weekdays .flatpickr-weekday:nth-child(7n+1) {
  border-left: 1px solid #787878;
}
.flatpickr-weekdays .flatpickr-weekday:nth-child(7n) {
  border-right: 1px solid #787878;
}
.flatpickr-days {
  width: 100%;
  padding: 0px 8px 8px 8px;
}
.flatpickr-days .dayContainer {
  justify-content: center !important;
  margin: 0px auto;
  width: 100%;
  min-width: none;
  max-width: none;
}
.flatpickr-days .dayContainer .flatpickr-day {
  border-radius: 0px;
  border: 0px;
  height: 40px;
  width: 100%;
  max-width: none;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  border-left: none;
  border-bottom: none;
}
.flatpickr-days .dayContainer .flatpickr-day:nth-child(7n+1) {
  border-left: 1px solid #787878;
}
.flatpickr-days .dayContainer .flatpickr-day:nth-child(7n) {
  border-right: 1px solid #787878;
}
.flatpickr-days .dayContainer .flatpickr-day:nth-last-child(-n+7) {
  border-bottom: 1px solid #787878;
}
.flatpickr-days .dayContainer .flatpickr-day:first-child {
  border-top: 1px solid #787878;
  border-left: 1px solid #787878;
}
.flatpickr-days .dayContainer .flatpickr-day:last-child {
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
}
.flatpickr-days .dayContainer .flatpickr-day.selected {
  background-color: #fe7407;
  color: #ffffff;
}
.flatpickr-days .dayContainer .flatpickr-day.flatpickr-disabled {
  background-color: #515151;
}

body .modal-btn {
  font-weight: 300 !important;
}
body .life-regency section.life-regency-bannersection {
  padding: 105px 0px 0px 0px;
  margin: 0px auto;
  text-align: center;
  position: relative;
  margin-top: -21px;
}
@media (max-width: 768px) {
  body .life-regency section.life-regency-bannersection {
    padding: 58px 0px 0px 0px;
  }
}
body .life-regency section.life-regency-bannersection .container {
  padding-left: 40px;
  padding-right: 40px;
}
body .life-regency section.life-regency-bannersection::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #091b57;
  height: 110%;
  width: 100%;
  z-index: -2;
}
body .life-regency section.life-regency-bannersection .banner-bg {
  height: 110%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1090px) {
  body .life-regency section.life-regency-bannersection .banner-bg {
    height: 115%;
  }
}
body .life-regency section.life-regency-bannersection .banner-bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: -0.322px 20.36px;
  display: block;
  border: 1px solid #000;
  transform: scaleX(-1);
}
@media (max-width: 425px) {
  body .life-regency section.life-regency-bannersection .banner-bg picture img {
    object-position: -580px -70px;
  }
}
@media (min-width: 426px) and (max-width: 1090px) {
  body .life-regency section.life-regency-bannersection .banner-bg picture img {
    object-position: center;
  }
}
body .life-regency section.life-regency-bannersection .banner-content {
  position: relative;
  padding: 43px 0px 41.7px 0px;
}
@media (max-width: 1024px) {
  body .life-regency section.life-regency-bannersection .banner-content {
    padding: 33px 0px 44.44px 0px;
  }
}
body .life-regency section.life-regency-bannersection .banner-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #091b57;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  z-index: -1;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife {
  margin-top: 27.3px;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form {
  max-width: 395px;
  display: flex;
  flex-direction: column;
  gap: 15.01px;
  margin: 0px auto;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form select,
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form input {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: none;
  font-size: 16px;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form .country-wrapper {
  position: relative;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form .country-wrapper select {
  appearance: none;
  color: #091b57;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form .date-wrapper {
  position: relative;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form .date-wrapper label#dateDisplay {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  text-align: left;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 15px;
  color: #091b57;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  border-radius: 11px;
  cursor: pointer;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form .date-wrapper #dateDisplay.placeholder {
  color: #6b7280 !important;
  opacity: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form .date-wrapper input {
  color: #091b57;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form .date-wrapper input::placeholder {
  color: #6b7280;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  opacity: 0.5;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form .number-format {
  color: #091b57;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form .us-wrapper {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form .us-wrapper label {
  margin-right: 20.48px;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form .us-wrapper input {
  color: #091b57 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form .us-wrapper input::placeholder {
  color: #6b7280;
  opacity: 0.5;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form .icon-calendar {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fe7407;
  pointer-events: none;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form .person-wrapper {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 17.23px 17.54px 16.22px 12.82px;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form .person-counter {
  color: #091b57;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form .person-count .date-label {
  color: #6b7280;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  opacity: 0.5;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
  white-space: nowrap;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form .person-count button {
  background: none;
  border: none;
  font-size: 24px;
  color: #001b55;
  cursor: pointer;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form .person-count button img {
  width: 22.7px;
  height: 22.7px;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form #dob-container {
  gap: 5.78px;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form #dob-container .dob-group {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form #dob-container .dob-group label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
  white-space: nowrap;
  color: #091b57;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form #dob-container .dob-group .dob-inputs {
  display: flex;
  gap: 10px;
  /* Firefox */
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form #dob-container .dob-group .dob-inputs input {
  flex: 1;
  text-align: center;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16);
  border: none;
  padding: 6.74px 12.71px 10.63px 9.43px;
  width: 43.05px;
  height: 32.287px;
  flex-shrink: 0;
  padding: 0px;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form #dob-container .dob-group .dob-inputs input:last-child {
  width: 63.04px;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form #dob-container .dob-group .dob-inputs input::placeholder {
  color: #6b7280;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  opacity: 0.5;
  letter-spacing: 0.14px;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form #dob-container .dob-group .dob-inputs input[type=number]::-webkit-outer-spin-button,
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form #dob-container .dob-group .dob-inputs input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form #dob-container .dob-group .dob-inputs input[type=number] {
  -moz-appearance: textfield;
}
body .life-regency section.life-regency-bannersection .banner-content .formLife .quote-form .btn.btn-quote {
  background-color: #fe7407;
  padding: 16.9px 0px 20.1px 0px;
  margin: 0px auto;
  cursor: pointer;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  z-index: 1;
  width: 100%;
  border: 1px solid #ffffff;
}
body .life-regency section.life-regency-bannersection .banner-content p {
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  body .life-regency section.life-regency-bannersection .banner-content p {
    font-size: 20px;
    line-height: 23px;
  }
}
body .life-regency section.life-regency-bannersection .banner-content h1 {
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 12px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  body .life-regency section.life-regency-bannersection .banner-content h1 {
    font-size: 27px;
    line-height: 30px;
    max-width: 205px;
    margin: 13px auto 0px auto;
  }
}
body .life-regency section.life-regency-bannersection .banner-review-content {
  width: auto;
  height: auto;
  max-width: 146px;
  max-height: 143px;
  flex-shrink: 0;
  border-radius: 4px;
  left: 0;
  right: 0;
  margin: auto auto 20px auto;
  padding: 20.5px 0px 19px 0px;
}
body .life-regency section.life-regency-bannersection .banner-review-content #review-badge .Badge {
  display: flex !important;
}
body .life-regency section.life-regency-bannersection .banner-review-content #review-badge .Badge .Badge__footer {
  order: 1;
}
body .life-regency section.life-regency-bannersection .banner-review-content #review-badge .Badge .Badge__content {
  order: 2;
}
@media (max-width: 1000px) {
  body .life-regency section.life-regency-bannersection .banner-review-content {
    margin: auto auto 22px auto;
  }
}
body .life-regency section.life-regency-label-section {
  background-color: #081b56;
  padding-top: 117.63px;
  padding-bottom: 120.51px;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  body .life-regency section.life-regency-label-section {
    padding: 59.55px 0px 55.51px 0px;
    margin: 0px auto;
  }
}
body .life-regency section.life-regency-label-section h2 {
  text-align: center;
  margin-bottom: 0px;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  body .life-regency section.life-regency-label-section h2 {
    text-align: left !important;
  }
}
body .life-regency section.life-regency-label-section h2 picture img {
  margin-bottom: 9.2px;
}
body .life-regency section.life-regency-label-section p {
  margin-top: 7px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  body .life-regency section.life-regency-label-section p {
    margin-left: 69px;
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  body .life-regency section.life-regency-label-section .label-content-containers {
    padding-left: 19.44px;
    height: fit-content;
    border-left: 2px solid #fe7407;
    position: relative;
    width: 306px;
  }
  body .life-regency section.life-regency-label-section .label-content-containers::after {
    content: "Yahoo Finance";
    position: absolute;
    left: 18px;
    bottom: 2px;
    text-transform: none;
    color: #fe7407;
    font-family: "Calibri", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  body .life-regency section.life-regency-label-section .label-content-containers h2 {
    text-align: left;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.22px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
  }
  body .life-regency section.life-regency-label-section .label-content-containers h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    margin-top: 7px;
  }
  body .life-regency section.life-regency-label-section .label-content-containers p {
    height: 20px;
  }
  body .life-regency section.life-regency-label-section .label-content-containers p picture {
    display: none;
  }
}
body .life-regency section.life-regency-content-section {
  padding: 76px 0px 132.42px 0px;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1250px) {
  body .life-regency section.life-regency-content-section {
    padding: 35px 0px 40px 0px;
    margin: 0px auto;
  }
  body .life-regency section.life-regency-content-section .col-md-6.col-12.d-flex {
    margin-top: 20.72px;
  }
}
@media (max-width: 992px) {
  body .life-regency section.life-regency-content-section {
    padding: 35px 0px 69.54px 0px;
  }
  body .life-regency section.life-regency-content-section .row {
    gap: 20.72px;
  }
}
@media (max-width: 768px) {
  body .life-regency section.life-regency-content-section {
    padding: 35px 0px 0px 0px;
  }
  body .life-regency section.life-regency-content-section .row {
    gap: 20.72px;
  }
}
body .life-regency section.life-regency-content-section picture {
  margin: auto;
  width: 100%;
}
body .life-regency section.life-regency-content-section picture img {
  width: auto;
  height: auto;
  max-height: 349.369px;
  flex-shrink: 0;
  object-fit: cover;
  aspect-ratio: 524/349.37;
  object-position: 0.024px 0px;
  transform: scaleX(-1);
}
@media (max-width: 1024px) {
  body .life-regency section.life-regency-content-section picture img {
    height: 372px;
    flex-shrink: 0;
    object-fit: cover;
    object-fit: cover;
    object-position: center;
    margin: auto;
    display: flex;
    transform: scaleX(1);
    width: 100% !important;
  }
}
body .life-regency section.life-regency-content-section .life-review-content {
  width: 121px;
  height: auto;
  margin: 0px auto;
  padding-bottom: 107.41px;
}
@media (max-width: 768px) {
  body .life-regency section.life-regency-content-section .life-review-content {
    padding-bottom: 34px;
  }
}
body .life-regency section.life-regency-content-section .links-container-links {
  margin-top: 11.57px;
}
body .life-regency section.life-regency-content-section .links-container-links .link-item {
  padding-left: 0px !important;
}
body .life-regency section.life-regency-content-section .links-container-links a {
  padding: 16.9px 139.46px 20.1px 140.48px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  width: fit-content;
  color: #ffffff;
  background-color: #fe7407;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
body .life-regency section.life-regency-content-section .links-container-links a:hover {
  cursor: pointer;
  color: #fe7407;
  background: #ffffff;
  border: 1px solid #fe7407;
}
@media (max-width: 992px) {
  body .life-regency section.life-regency-content-section .links-container-links a {
    padding: 9.42px 43.93px 10.43px 45.66px;
    font-size: 12px;
  }
}
body .life-regency section.life-regency-content-section p {
  margin-bottom: 0px;
  color: #707070;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 768px) {
  body .life-regency section.life-regency-content-section p {
    font-size: 12px;
  }
}
body .life-regency section.life-regency-content-section h2 {
  color: #091b57;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  body .life-regency section.life-regency-content-section h2 {
    width: 257px;
    line-height: 30px;
  }
}
body .life-regency section.life-regency-label-cotent-section {
  background-color: #ffffff;
  padding-top: 104px1;
  padding-bottom: 117.23px;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  body .life-regency section.life-regency-label-cotent-section {
    padding: 0px 0px 55.51px 0px;
    margin: 0px auto;
  }
  body .life-regency section.life-regency-label-cotent-section p {
    text-align: left !important;
    margin-bottom: 6.28px;
  }
}
body .life-regency section.life-regency-label-cotent-section h2 {
  color: #000;
  font-family: "Calibri", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 0px;
}
body .life-regency section.life-regency-label-cotent-section h2 picture {
  margin-bottom: 3vw;
}
body .life-regency section.life-regency-label-cotent-section h2 picture img {
  margin-bottom: 9.2px;
}
body .life-regency section.life-regency-label-cotent-section h3 {
  margin-top: 9.26px;
  margin-bottom: 0px;
  color: #091b57;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 768px) {
  body .life-regency section.life-regency-label-cotent-section .label-content-containers {
    padding-left: 19.44px;
    height: fit-content;
    border-left: 2px solid #fe7407;
    position: relative;
    width: 364px;
  }
  body .life-regency section.life-regency-label-cotent-section .label-content-containers h2 {
    text-align: left !important;
    margin-bottom: 0px;
    color: #000;
    font-family: "Calibri", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  body .life-regency section.life-regency-label-cotent-section .label-content-containers h2 picture {
    margin-bottom: 3vw;
  }
  body .life-regency section.life-regency-label-cotent-section .label-content-containers h3 {
    margin-top: 11.28px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 18px; /* 112.5% */
    font-style: normal;
    font-weight: 400;
    text-align: left !important;
    margin-bottom: 0px;
    color: #091b57;
  }
}
body .life-regency section.life-benefits-regency-section {
  background-color: #081b56;
  height: auto;
  width: auto;
  padding-top: 78.1px;
  padding-bottom: 72.24px;
  position: relative;
}
@media (max-width: 768px) {
  body .life-regency section.life-benefits-regency-section {
    height: auto;
  }
}
body .life-regency section.life-benefits-regency-section hr {
  width: 100%;
  top: 0;
  position: absolute;
  height: 5px;
  background-color: #fe7407;
  opacity: 1;
  margin: 0px;
}
body .life-regency section.life-benefits-regency-section h2 {
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 768px) {
  body .life-regency section.life-benefits-regency-section h2 {
    width: 300px;
    margin: auto;
  }
}
body .life-regency section.life-benefits-regency-section h3 {
  height: 74px;
}
@media (max-width: 992px) {
  body .life-regency section.life-benefits-regency-section .content-items-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
body .life-regency section.life-compare-content-section {
  padding: 147px 0px 151.81px 0px;
  margin: 0px auto;
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  background-color: #ebebeb;
}
@media (max-width: 1024px) {
  body .life-regency section.life-compare-content-section {
    padding: 46.09px 0px 40px 0px;
    margin: 0px auto;
  }
  body .life-regency section.life-compare-content-section .col-md-6.col-12.d-flex {
    margin-top: 20.72px;
  }
}
@media (max-width: 992px) {
  body .life-regency section.life-compare-content-section {
    padding: 46.09px 0px 104px 0px;
  }
  body .life-regency section.life-compare-content-section .row {
    gap: 20.72px;
  }
  body .life-regency section.life-compare-content-section .container-left {
    order: 2;
  }
  body .life-regency section.life-compare-content-section .container-right {
    order: 1;
  }
}
body .life-regency section.life-compare-content-section picture img {
  width: auto;
  height: auto;
  max-height: 441.625px;
  flex-shrink: 0;
  object-fit: cover;
  aspect-ratio: 625.23/416.86;
}
@media (max-width: 1024px) {
  body .life-regency section.life-compare-content-section picture img {
    height: 338.2;
    flex-shrink: 0;
    margin: auto;
  }
}
body .life-regency section.life-compare-content-section .links-container-links {
  margin-top: 27px;
  margin-bottom: 0px;
}
body .life-regency section.life-compare-content-section .links-container-links .link-item {
  padding-left: 0px !important;
}
body .life-regency section.life-compare-content-section .links-container-links a {
  padding: 16.9px 128.46px 20.1px 140.48px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  width: fit-content;
  color: #ffffff;
  background-color: #fe7407;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
body .life-regency section.life-compare-content-section .links-container-links a:hover {
  cursor: pointer;
  color: #fe7407;
  background: #ffffff;
  border: 1px solid #fe7407;
}
@media (max-width: 768px) {
  body .life-regency section.life-compare-content-section .links-container-links a {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
body .life-regency section.life-compare-content-section p {
  margin-bottom: 0px;
  max-width: 504px;
  color: #707070;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 992px) {
  body .life-regency section.life-compare-content-section p {
    max-width: unset;
  }
}
body .life-regency section.life-compare-content-section h2 {
  color: #091b57;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 28.26px;
}
body .life-regency section.life-compare-content-section h3 {
  color: #707070;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  max-width: 554px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 992px) {
  body .life-regency section.life-compare-content-section h3 {
    max-width: unset;
  }
}
body .life-regency section.life-regency-claim-section {
  padding: 76px 0px 151.81px 0px;
  margin: 0 auto;
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
}
body .life-regency section.life-regency-claim-section div.links-container-links:first-of-type {
  display: none;
}
@media (min-width: 1025px) {
  body .life-regency section.life-regency-claim-section div.links-container-links:first-of-type {
    display: inline !important;
  }
}
body .life-regency section.life-regency-claim-section div.links-container-links:nth-of-type(2) {
  display: none;
}
body .life-regency section.life-regency-claim-section div.links-container-links:nth-of-type(2) a {
  padding: 16.9px 139.46px 20.1px 140.48px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  width: fit-content;
  color: #ffffff;
  background-color: #fe7407;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
body .life-regency section.life-regency-claim-section div.links-container-links:nth-of-type(2) a:hover {
  cursor: pointer;
  color: #fe7407;
  background: #ffffff;
  border: 1px solid #fe7407;
}
@media (max-width: 992px) {
  body .life-regency section.life-regency-claim-section div.links-container-links:nth-of-type(2) a {
    padding: 9.42px 43.93px 10.43px 45.66px;
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  body .life-regency section.life-regency-claim-section div.links-container-links:nth-of-type(2) {
    display: inline !important;
  }
}
@media (max-width: 1250px) {
  body .life-regency section.life-regency-claim-section {
    padding: 35px 0px 40px 0px;
    margin: 0px auto;
  }
  body .life-regency section.life-regency-claim-section .col-md-6.col-12.d-flex {
    margin-top: 20.72px;
  }
}
@media (max-width: 992px) {
  body .life-regency section.life-regency-claim-section {
    padding: 35px 0px 69.54px 0px;
  }
  body .life-regency section.life-regency-claim-section .row {
    gap: 20.72px;
  }
}
@media (max-width: 768px) {
  body .life-regency section.life-regency-claim-section {
    padding: 35px 0px 0px 0px;
  }
  body .life-regency section.life-regency-claim-section .row {
    gap: 20.72px;
  }
}
@media (max-width: 1090px) {
  body .life-regency section.life-regency-claim-section .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
body .life-regency section.life-regency-claim-section picture {
  margin: auto;
}
body .life-regency section.life-regency-claim-section picture img {
  width: auto;
  height: auto;
  max-height: 313px;
  max-width: 337px;
  flex-shrink: 0;
  object-fit: cover;
  object-position: 0.024px 0px;
  aspect-ratio: 337/313;
}
@media (max-width: 1024px) {
  body .life-regency section.life-regency-claim-section picture img {
    height: 372px;
    flex-shrink: 0;
    object-fit: cover;
    object-position: center;
    margin: auto;
    display: flex;
  }
}
body .life-regency section.life-regency-claim-section .health-review-content {
  width: 121px;
  height: auto;
  margin: 0px auto;
  padding-bottom: 107.41px;
}
@media (max-width: 768px) {
  body .life-regency section.life-regency-claim-section .health-review-content {
    padding-bottom: 34px;
  }
}
body .life-regency section.life-regency-claim-section .links-container-links {
  margin-top: 11.57px;
}
body .life-regency section.life-regency-claim-section .links-container-links .link-item {
  padding-left: 0px !important;
}
body .life-regency section.life-regency-claim-section .links-container-links a {
  padding: 9.42px 20.8px 10.43px 20.05px;
  border: 1px solid #081b56;
  border-radius: 6px;
  width: fit-content;
  color: #081b56;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body .life-regency section.life-regency-claim-section .links-container-links a:hover {
  cursor: pointer;
  color: #ffffff;
  background: #081b56;
  border: 1px solid #081b56;
}
@media (max-width: 992px) {
  body .life-regency section.life-regency-claim-section .links-container-links a {
    padding: 9.42px 43.93px 10.43px 45.66px;
    font-size: 12px;
  }
}
body .life-regency section.life-regency-claim-section p {
  margin-bottom: 0px;
  color: #707070;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 768px) {
  body .life-regency section.life-regency-claim-section p {
    font-size: 12px;
  }
}
body .life-regency section.life-regency-claim-section h2 {
  color: #091b57;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  body .life-regency section.life-regency-claim-section h2 {
    width: 257px;
  }
}
body .life-regency section.life-reency-news-content-section {
  padding-bottom: 60.7px;
}
body .life-regency section.life-reency-news-content-section p {
  color: #091b57;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 30px;
}
body .life-regency section.life-reency-news-content-section .links-container-links {
  margin-top: 33.53px;
}
body .life-regency section.life-reency-news-content-section .links-container-links a {
  color: #081b56;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  stroke-width: 1px;
  stroke: #081b56;
  padding: 9.42px 14.93px 10.43px 11.66px;
  border: 1px solid #081b56;
  border-radius: 6px;
  display: flex;
  width: fit-content;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
body .life-regency section.life-reency-news-content-section .links-container-links a:hover {
  cursor: pointer;
  color: #ffffff;
  background: #081b56;
}

/*# sourceMappingURL=life_quote.css.map */
