/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
  --blue: #29abe2;
  --green: #66cc00;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/*
::-webkit-scrollbar {
display: none;
} 
*/
.row-main {
  max-width: none;
}

input[type="range"] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  border: none;
  height: 10px;
  padding: 0 !important;
  background: var(--green);
  /* Otherwise white in Chrome */
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type="range"]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type="range"]::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/* Special styling for WebKit/Blink */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--blue);
  cursor: pointer;
}

/* All the same stuff for Firefox */
input[type="range"]::-moz-range-thumb {
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--blue);
  cursor: pointer;
}

/* All the same stuff for IE */
input[type="range"]::-ms-thumb {
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--blue);
  cursor: pointer;
}

#fullpage {
  margin-top: -30px;
}

.large-12 {
  padding: 0;
}

.form {
  max-width: 1250px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.form>.left__content {
  flex: 0.8;
}

/* .form>.left__content {
  flex: 0.8;
} */

.name__form,
.age__form {
  display: grid;
  grid-gap: 15px;
  margin-bottom: 15px;
}

.name__form input,
.age__form input {
  border-radius: 10px
}

.button__next,
.button__submit,
.button__contact,
.button__contact_submit {
  background-color: var(--blue);
  color: white;
  outline: none;
  border: none;
  width: 100%;
  border-radius: 20px;
  padding: 10px 0;
  margin-top: 20px;
}

.button__submit {
  margin-top: 15px;
}

.button__next:disabled {
  background: #dddddd;
  cursor: not-allowed;
}

.button__back {
  display: none;
  color: #8E8E8E;
  background-color: unset;
  outline: none;
  border: none;
  width: 100%;
  border-radius: 20px;
  padding: 10px 0;
  margin-top: 20px;
}

.right__content .tips {
  height: 574px;
  background-color: #ddf5ff;
  display: grid;
  align-items: center;
  box-shadow: 4px 4px 12px rgb(0 0 0 / 15%);
  border-radius: 12px;
}

.right__content .tips .info {
  flex: 0.3;
  padding: 0 30px;
  width: 300px;
}

.right__content .tips .man__avatar {
  text-align: center;
}

.right__content .tips .woman__avatar {
  text-align: right;
}

.right__content .tips img {
  width: 221px;
  height: 257px;
}

.discover__page {
  padding-bottom: 4rem;
}

.form {
  display: flex;
  justify-content: space-between;
}

#fullpage>.section:nth-child(1) {
  background-image: url('http://insurancechoice.com.sg/wp-content/uploads/2021/09/5b052dfe3a25cc7b9534.jpg');
  background-repeat: no-repeat;
  background-size: contain;
}

#fullpage>.section:nth-child(1) .sub__section {
  width: 1250px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fullpage>.section:nth-child(1) .wording {
  width: 800px;
  margin-top: -200px;
  margin-left: 170px;
}

#fullpage>.section:nth-child(1) .wording>h1 {
  font-size: 80px
}

#fullpage>.section:nth-child(1) .wording>h2 {
  font-size: 40px
}

.check__more__button {
  background-color: var(--blue);
  color: white;
  border-radius: 34px;
  font-size: 20px;
  width: 210px;
  height: 60px;
}

#fullpage>.section:nth-child(2) {
  background-image: url('http://insurancechoice.com.sg/wp-content/uploads/2022/01/web-bg-01-1.png');
  background-repeat: no-repeat;
  background-size: contain;
}

#fullpage>.section:nth-child(2) .sub__section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100vh;
  width: 100vw;
}

#fullpage>.section:nth-child(2) .wording h2 {
  font-size: 45px;
}

#fullpage>.section:nth-child(2) .wording p {
  font-size: 70px;
  font-weight: 900;
  color: var(--blue);
}

#fullpage>.section:nth-child(2) .sub__section img {
  width: 680px;
}

#fullpage>.section:nth-child(3) {
  background-image: url('http://insurancechoice.com.sg/wp-content/uploads/2022/01/web-bg-01-1.png');
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
}

#fullpage>.section:nth-child(3) .sub__section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100vh;
  width: 1250px;
}

#fullpage>.section:nth-child(3) .sub__section .wording {
  width: 570px
}

#fullpage>.section:nth-child(3) .sub__section .wording h2 {
  font-size: 50px;
}

#fullpage>.section:nth-child(3) .sub__section .wording p {
  font-size: 70px;
  font-weight: 900;
  color: var(--blue);
}

#fullpage>.section:nth-child(3) .sub__section img {
  width: 750px;
}

#fullpage>.section:nth-child(4) .sub__section {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
}

#fullpage>.section:nth-child(4) .sub__section .wording h2 {
  font-size: 32px;
}

#fullpage>.section:nth-child(4) .sub__section .wording h2 span {
  font-size: 56px;
  color: var(--blue);
  font-weight: 900;
}

#fullpage>.section:nth-child(4) .sub__section .set__image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

#fullpage>.section:nth-child(4) .sub__section .set__image .set1 {
  display: grid;
  gap: 20px;
}

#fullpage>.section:nth-child(4) .sub__section .set__image .set2 {
  display: grid;
  align-items: center;
}

#fullpage>.section:nth-child(4) .sub__section .set__image .set1 a,
#fullpage>.section:nth-child(4) .sub__section .set__image .set2 a {
  position: relative;
}

#fullpage>.section:nth-child(4) .sub__section img {
  width: 400px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border: 5px solid #C4C4C4;
}

#fullpage>.section:nth-child(5) .sub__section {
  width: 100vw;
}

#fullpage>.section:nth-child(5) .sub__section .content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100vh;
  max-width: 1250px;
  margin: auto;
}

#fullpage>.section:nth-child(5) .sub__section img {
  width: 314px;
  height: 392px;
}

.hospitalisation__benefit>h3,
.critical__illness__cover>h3,
.death__benefit>h3 {
  color: var(--blue);
  font-size: 30px;
  font-weight: 900;
}

.tpd__benefit>h3 {
  color: var(--blue);
  font-size: 30px;
  font-weight: 900;
}

.summary__data {
  border: 1px solid #66CC00;
  padding: 20px;
  margin-bottom: 15px;
}

.summary__data>p {
  color: #66CC00;
  margin: 0;
  font-weight: 700;
}

.min__max {
  display: flex;
  justify-content: space-between;
}

.absolute-footer {
  /* background-color: var(--blue); */
  /* color: white !important; */
}

.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dependents__button {
  display: flex;
}

.dependents__button button {
  width: 280px;
  background: #F8F8F8;
  border: 1px solid #C4C4C4;
  border-radius: 14px;
}

.dependents__button button.active {
  background-color: var(--blue);
  color: white;
  border-color: bar(--blue);
}

.button__add__dependent {
  width: 280px;
  height: 46px;
  border: 1px solid #2697C7;
  background-color: var(--blue);
  border-radius: 14px;
  text-transform: capitalize;
  color: white;
}

.accordion {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.accordion p {
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
  margin: 0;
}

.accordion button {
  margin: 0;
  padding: 0;
  text-transform: lowercase;
  color: red;
}

.dependents__child__list hr {
  margin-top: 0;
}

#first__child,
#second__child,
#third__child,
#first__adult,
#second__adult,
#third__adult {
  display: none;
}

.active {
  display: block !important;
}

#fullpage {
  overflow: scroll;
  height: 100vh;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
}

#fullpage .section {
  scroll-snap-align: start;
}

.error__message {
  color: red;
  margin-top: -10px;
  display: block;
}

.error__input {
  border: 1px solid red !important;
}

.wpforms-field {
  width: 421px;
}

.info>strong {
  display: flex;
}

.info__icon {
  border: 1px solid var(--blue);
  width: 12px;
  height: 12px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  font-size: 11px;
  color: var(--blue);
  position: relative;
  cursor: pointer;
}

.desire__montly__title,
.teriary__edu__title,
.financial__dependent__title,
.age__to__support__title {
  display: flex;
}

.info__icon::before,
.info__icon::after {
  --scale: 0;
  --arrow-size: 10px;
  --tooltip-color: #333;

  position: absolute;
  top: -.25rem;
  left: 50%;
  transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
  transition: 150ms transform;
  transform-origin: bottom center;
}

.info__icon::before {
  --translate-y: calc(-100% - var(--arrow-size));

  color: white;
  padding: .5rem;
  border-radius: .3rem;
  text-align: center;
  width: max-content;
  max-width: 200px;
  background: var(--tooltip-color);
}

.info__icon:hover::before,
.info__icon:hover::after {
  --scale: 1;
}

.info__icon::after {
  --translate-y: calc(-1 * var(--arrow-size));

  content: '';
  border: var(--arrow-size) solid transparent;
  border-top-color: var(--tooltip-color);
  transform-origin: top center;
}

.tooltip__desire::before {
  content: attr(data-tooltip-desire);
}

.tooltip__edu::before {
  content: attr(data-tooltip-edu);
}

.tooltip__financial__dependents::before {
  content: attr(data-tooltip-financial-dependents);
}

.tooltip__age__to__support::before {
  content: attr(data-tooltip-age-to-support);
}

.tooltip__desire__monthly__adult::before {
  content: attr(data-tooltip-desire-monthly-adult);
}

.entry-header {
  display: none;
}

.tooltip__1::before,
.tooltip__1::after {
  top: 7.75rem;
  left: 50%;
  transform-origin: top center;
}

.tooltip__1:after {
  transform: rotate(180deg) translateY(98px);
  display: none;
}

.tooltip__1::before {
  content: attr(data-tooltip-tooltip1);
}

#step__progress__bar {
  display: flex;
  justify-content: center;
}

#step__progress__bar .all__step {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin-bottom: 45px;
}

#step__progress__bar .all__step .step .bullet {
  border: 1px solid #B9B9B9;
  background-color: #B9B9B9;
  height: 36px;
  width: 36px;
  border-radius: 100%;
  color: white;
  display: inline-block;
  text-align: center;
  position: relative;
  transition: background-color 500ms;
  line-height: 36px;
}

.bullet::after {
  content: '';
  position: absolute;
  right: -55px;
  bottom: 14px;
  height: 5px;
  width: 54px;
  background-color: #B9B9B9 !important;
}

.bullet.completed {
  color: white !important;
  background-color: #29abe2 !important;
  border: 1px solid #29abe2 !important;
}

.bullet.completed::after {
  content: '';
  position: absolute;
  right: -55px;
  bottom: 14px;
  height: 5px;
  width: 54px;
  background-color: #29abe2 !important;
}

#step__progress__bar>div>div:nth-child(8)>div::after,
#step__progress__bar>div>div:nth-child(8)>div.completed::after {
  width: 0;
  height: 0;
}

.shortcode-error {
  display: none;
}

.footer__form>.sub__section>.content>div {
  flex: 1;
  height: 400px;
}

.wording__form__home>h3 {
  font-size: 32px;
}

.wording__form__home>h3>p {
  font-size: 56px;
  color: var(--blue);
  font-weight: 900;
  margin-bottom: 0;
}

.wording__form__home>h3>small {
  font-size: 16px;
  font-weight: 400;
}

.get__report__input {
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 14px;
  width: 100%;
  height: 46px;
  padding-left: 20px;
}

.get__report__input_invalid {
  border: 2px solid #ff0000;
  box-sizing: border-box;
  border-radius: 14px;
  width: 100%;
  height: 46px;
  padding-left: 20px;
}

.tips__button {
  color: white;
  width: 134px;
  height: 46px;
  background: #4C9800;
  border-radius: 57px;
}

.woman__avatar img {
  width: 151px !important;
  height: 184px !important;
}

.need__help__wording {
  display: block;
  margin-bottom: 15px;
  margin-top: 20px;
}

.form__leave__us {
  display: grid;
}

.form__leave__us p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
}

.form__leave__us .wpforms-container {
  width: 100%;
}

.hover__images__insurance {
  position: relative;
}

.hover__images__insurance img::before,
.hover__images__insurance img::after {
  content: '';
  background-color: rgba(46, 93, 90, .5);
  width: 100%;
  position: absolute !important;
  height: 100%;
}

.result__tips {
  margin-bottom: 10px;
}

.modal-content>.wpforms-container {
  width: 100%;
  padding: 30px;
}

.compare_result {
  margin-top: 0;
  margin-bottom: 10px;
}

.contact-email {
  padding: 0.2rem;

}

.form {
  vertical-align: middle;
}

.response-message {
  background-color: #64EC3D;
  padding: 1rem;
  max-width: fit-content;
  vertical-align: middle;
  margin-bottom: 1rem;
  height: fit-content;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6C7E99;
  background-color: #f4f6fa;
  background-clip: padding-box;
  border: 1px solid #7E92B2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  position: relative;
  top: -7px;
  padding: .7em;
  font-size: 1em;
  border-bottom: 5px solid #1973be;
  background-color: transparent;
}

.tc-texts {
  padding-left: 0;
  color: #333333;
  font-size: .85em;
}

.contact-form-submit {
  margin-left: 2em;
}

.read-more-button {
  background-image: url(http://insurancechoice.com.sg/wp-content/uploads/2022/04/Group-107.png);
  background-repeat: no-repeat;
  object-fit: cover;
  width: 70%;
  height: auto;
}

.button__back_from_result {
  display: none;
  color: #8E8E8E;
  background-color: unset;
  outline: none;
  border: none;
  width: 100%;
  border-radius: 20px;
  padding: 10px 0;
  margin-top: 20px;
}

.td-width-30 {
  width: 30%;
}

.td-width-20 {
  width: 20%;
}

.td-width-30-margin {
  width: 30%;
  padding-right: 10px;
}

.result-title {
  display: flex;
  align-items: center;
  margin-top: 1vw;
  justify-content: start
}

.result-title-text {
  font-size: 1.5em;
  font-weight: 500;
  display: inline-block
}

.result-status-icon {
  height: 1.25vw;
  margin-left: 1vw;
  max-height: 50px
}

.tips__button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

/*************** MORE CUSTOM   ***************/

.input_form {
  border-radius: 50rem !important;
  border-color: #fff !important;
  box-sizing: border-box;
  height: 2.507em;
  max-width: 100%;
  vertical-align: middle;
  background-color: #fff !important;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6C7E99;
  background-clip: padding-box;
  border: 1px solid #7E92B2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.button_from {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: white;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  max-width: 100%;
  font-weight: bold;
  background: #4D7FFB;
  border-radius: 50rem !important;
  width: 100%;
}

.check-more {
  color: #2eade3;
  background-color: #2eade3;
}

.compare-header {
  width: 100%;
  height: auto;
}

.footer-link {
  color: #2eade3;
}

.button_read_more {
  float: right;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/


}