.calculatorContainer {
  background: #fff;
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 16px 0 rgba(52, 105, 203, 0.18);
          box-shadow: 0 6px 16px 0 rgba(52, 105, 203, 0.18);
  margin: 32px 0;
}

.calculatorContainer h2.headingCalculator {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 18px;
  line-height: 32px;
}

@media screen and (max-width: 1024px) {
  .calculatorContainer h2.headingCalculator {
    line-height: 36px;
  }
}

.innerWrapCalculator {
  width: 100%;
  margin: 0;
  position: relative;
}

.innerWrapCalculator.topProfile {
  margin: 0;
}

.error-calc {
  font-size: 12px;
  color: #f00;
  line-height: normal;
  padding-top: 5px;
}

.headingFields {
  font-size: 18px;
  font-weight: 500;
  color: #253858;
  line-height: 26px !important;
  margin-bottom: 4px !important;
}

.radios-calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.radios-calculator label {
  position: relative;
  height: 56px;
  width: 31.5%;
  cursor: pointer;
  margin-bottom: 16px;
}

.radios-calculator label input[type="radio"] + span {
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 56px;
  padding: 10px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #5e6c84;
}

.radios-calculator label.error input[type="radio"] + span, .selectCalcBox .selectCover.error, .inputCityCalc.error, .selectCover.error {
  border: solid 1px #ff5630;
}

.radios-calculator label input[type="radio"] + span em {
  font-style: normal;
  font-size: 14px;
  color: #253858;
  line-height: 15px;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.radios-calculator label input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}

.radios-calculator label input[type="radio"]:checked + span {
  border: 1px solid #0065ff;
  color: #0065ff;
  background: #f2f8ff;
}

.radios-calculator label input[type="radio"]:checked + span em {
  color: #0065ff;
}

.radios-calculator label input[type="radio"]:checked + span::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #0065ff;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -9px;
}

.radios-calculator label input[type="radio"]:checked + span::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 1px;
  top: -6px;
  position: absolute;
}

.radios-calculator.coverCalc {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  width: 68%;
}

.radios-calculator.coverCalc label {
  width: 141px;
  margin-bottom: 0;
}

.radios-calculator.coverCalc label:not(:nth-child(3n + 0)) {
  margin-right: 20px;
}

.coverAmountWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.selectCalcBox {
  position: relative;
  width: calc(100% - 68%);
}

.selectCalcBox .selectCover {
  background: #ffffff !important;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  width: 100%;
  height: 56px;
  padding: 10px 10px 10px 13px;
  border: solid 1px #5e6c84;
  font-size: 14px;
  color: #253858;
  -webkit-appearance: none;
  padding-right: 30px;
  font-weight: 500;
}

.selectCalcBox::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: solid #253858;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 12px;
  top: 23px;
  z-index: 1;
}

.boxCalcNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.boxCalcNumber .innerWrapCalculator {
  width: 48%;
}

.boxCalcNumber .innerWrapCalculator .select-city {
  width: 100%;
}

.inputCalcNumber {
  position: relative;
}

.inputCalcNumber .input_box_calc {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  width: 100%;
  height: 56px;
  padding: 10px 10px 10px 13px;
  border: solid 1px #5e6c84;
  font-size: 14px;
  color: #253858;
  padding-right: 30px;
  padding-left: 50px;
}

.countrycodeCalc {
  position: absolute;
  left: 12px;
  top: 20px;
  font-size: 14px;
  color: #253858;
}

.ageLabelCalc {
  position: absolute;
  top: -12px;
  left: 11px;
  background: #fff;
  z-index: 10;
  font-size: 12px !important;
  font-weight: 500;
  padding: 2px;
  margin: 0 !important;
  line-height: normal !important;
}

@media screen and (max-width: 1024px) {
  .ageLabelCalc {
    top: -12px;
  }
}

.box-sp-cover {
  margin: 12px 0 0;
}

.buttonCalc {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border: solid 1px transparent;
  border-radius: 8px;
  background: #0065ff;
  color: #ffffff;
  max-width: 320px;
  width: 100%;
  height: 48px;
  margin: 20px auto 0;
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .buttonCalc {
    max-width: 100%;
  }
}

.logoCalcSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px 0;
  font-size: 16px;
  font-weight: 500;
}

.logoSection {
  width: 107px;
  height: 53px;
  border: 1px solid #dfe1e6;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 16px 0 0;
}

.logoSection img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 90px;
  height: 45px;
}

.planDetailsCalc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.planDetailsCalcInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.innerCalcLabel {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0px;
  color: #5e6c84;
}

.innerCalcText {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

.calculatePremiumBox {
  background: #ecf3fe;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 500;
}

.amountCalc {
  font-size: 32px;
  font-weight: 700;
  margin: 0 8px 0 12px;
}

.gstCalc {
  color: #5e6c84;
  font-size: 12px;
  margin: 14px 0 0 0;
}

.buttonCtaCalc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.buttonCtaCalc .buttonCalc {
  width: 48%;
  height: 48px;
  margin: 24px 0 0 0;
}

.buttonCtaCalc .buttonCalc.reCalc {
  background: #fff;
  color: #0065ff;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: CENTER;
      -ms-flex-align: CENTER;
          align-items: CENTER;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.buttonCtaCalc .buttonCalc.reCalc.only-border {
  border: 1px solid #0065ff;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .buttonCtaCalc .buttonCalc.reCalc.only-border {
    margin: 20px 0 0;
  }
}

.buttonCtaCalc .buttonCalc.reCalc img {
  margin-right: 8px;
}

.recommendedPlansBox {
  width: 100%;
  margin-top: 0px;
}

@media screen and (max-width: 1024px) {
  .recommendedPlansBox {
    margin-top: 0;
  }
}

.recommendedPlansBox .recommended-plans-heading h3 {
  letter-spacing: 0px;
  line-height: 30px;
  font-weight: bold;
  font-size: 20px;
  color: #253858;
  margin: 0px 0 8px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .recommendedPlansBox .recommended-plans-heading h3 {
    margin-top: 0;
  }
}

.recommendedPlansBox .recommended-plans-heading .tag {
  font-size: 14px;
  color: #fff;
  background: #00BA43;
  font-weight: 400;
  padding: 4px 10px 4px 10px;
  line-height: 26px;
  margin: 0px;
  width: 235px;
  position: relative;
  display: block;
}

.recommendedPlansBox .recommended-plans-heading .tag::after {
  content: "";
  border-top: 17px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 17px solid #fff;
  position: absolute;
  right: 0px;
  top: 0;
}

.recommendedPlansBox h3 {
  font-weight: bold !important;
  font-size: 24px !important;
  margin-bottom: 12px;
  line-height: 32px !important;
}

.qutesWrapperBoxSeo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .qutesWrapperBoxSeo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden !important;
  }
}

.quotesInnerListing {
  max-width: 242px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .quotesInnerListing {
    max-width: 100%;
  }
}

.quotesInnerListing .columnQuotesupper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quotesInnerListing .firstQuoteBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quotesInnerListing .firstQuoteBox .heading .name {
  letter-spacing: 0px;
  line-height: 21px;
  font-weight: 500;
  font-size: 16px;
  color: #253858;
  margin: 0 0 4px;
}

.quotesInnerListing .firstQuoteBox .heading .description {
  letter-spacing: 0px;
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #7A869A;
  margin: 0;
}

.quotesInnerListing .secondQuoteBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin: 10px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logoquotesBox {
  height: auto;
  width: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
}

.logoquotesBox img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.quotesInnerListing .planNameQuotes {
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quotesInnerListing .innerValuesQuotes {
  color: #7a869a;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
  margin-right: 48px;
}

.quotesInnerListing .innerValuesQuotes:last-child {
  margin-right: 0;
}

.quotesInnerListing .innerValuesQuotes span {
  color: #253858;
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0 0;
  display: block;
}

.quotesButtonValue button {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  color: #0065ff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin: 0 auto;
  border: 1px solid #0065ff;
  height: 38px;
  margin-top: 24px;
}

.selectCalcBox.select-city {
  width: 48%;
}

.select-city::after {
  content: none;
}

.selectCalcBox.select-age {
  width: 100%;
}

.inputCityCalc {
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  z-index: 2;
  width: 100%;
  height: 56px;
  padding: 10px 16px 10px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #E0E0E0;
  font-size: 16px;
  color: #50545a;
  font-weight: 500;
}

.inputCityCalc::-webkit-input-placeholder {
  color: #7A869A;
  font-size: 16px;
  font-weight: 500;
}

.inputCityCalc:-ms-input-placeholder {
  color: #7A869A;
  font-size: 16px;
  font-weight: 500;
}

.inputCityCalc::-ms-input-placeholder {
  color: #7A869A;
  font-size: 16px;
  font-weight: 500;
}

.inputCityCalc::placeholder {
  color: #7A869A;
  font-size: 16px;
  font-weight: 500;
}

.logocalcBox {
  max-height: 40px;
  max-width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}

.logocalcBox img {
  max-width: 50px;
  max-height: 40px;
  width: auto;
}

.floatingLeadFormWrapperCal {
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  position: relative;
}

.floatingLeadFormWrapperCal::before {
  content: "";
  background: rgba(23, 43, 77, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.floatingLeadFormWrapperCal[style="visibility: visible;"]::before {
  opacity: 1;
}

.floatingLeadFormWrapperCal .floatingLeadForm {
  position: fixed;
  background: #ffffff;
  max-width: 550px;
  width: 100%;
  right: -100%;
  top: 0;
  height: 100%;
  -webkit-box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.11);
  z-index: 999999;
  overflow: auto;
  -webkit-transition: right 0.5s ease-in;
  transition: right 0.5s ease-in;
}

ul.ui-autocomplete {
  width: 335px !important;
}

.floatingLeadFormWrapperCal .field_wrapper .label {
  margin-bottom: 0px;
}

.healthCalcWidget .floatingLeadFormWrapperCal .success-msg::after {
  top: 58px !important;
}

.heading-main-calc {
  margin: 0 0 24px 0;
  line-height: 28px;
  position: relative;
  font-size: 20px;
  color: #253858;
  letter-spacing: 0.24px;
  font-weight: bold;
}

.heading-main-calc span {
  font-size: 16px;
  letter-spacing: 0.16px;
  display: block;
  font-weight: normal;
}

.floatingLeadFormWrapperCal .floatingLeadForm::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #f4f5f7;
}

.floatingLeadFormWrapperCal .floatingLeadForm::-webkit-scrollbar-thumb {
  background: #b5b5b5;
}

.floatingLeadFormWrapperCal {
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  position: relative;
}

.floatingLeadFormWrapperCal::before {
  content: "";
  background: rgba(23, 43, 77, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.floatingLeadFormWrapperCal[style="visibility: visible;"]::before {
  opacity: 1;
}

.floatingLeadFormWrapperCal .floatingLeadForm {
  position: fixed;
  background: #ffffff;
  max-width: 550px;
  width: 100%;
  right: -100%;
  top: 0;
  height: 100%;
  -webkit-box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.11);
  z-index: 999999;
  overflow: auto;
  -webkit-transition: right 0.5s ease-in;
  transition: right 0.5s ease-in;
}

.floatingLeadFormWrapperCal[style="visibility: visible;"] .floatingLeadForm {
  right: 0;
}

.floatingLeadFormWrapperCal .floatingLeadForm .quotesBoxWrapper.quotesBoxWrapper {
  max-width: 90%;
  margin: 30px auto 0;
  width: auto;
  float: none;
  height: auto;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.floatingLeadFormWrapperCal .floatingLeadForm .closeHealthFloatingLeadForm,
.floatingLeadFormWrapperCal .floatingLeadForm .closeHealthFloatingLeadForm2 {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 36px;
  height: 36px;
  background: #F4F5F7;
  border-radius: 50%;
  overflow: hidden;
  line-height: 600%;
  z-index: 99;
}

.floatingLeadFormWrapperCal .floatingLeadForm .closeHealthFloatingLeadForm:before,
.floatingLeadFormWrapperCal .floatingLeadForm .closeHealthFloatingLeadForm2:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 18px;
  top: 10px;
}

.floatingLeadFormWrapperCal .floatingLeadForm .closeHealthFloatingLeadForm:after,
.floatingLeadFormWrapperCal .floatingLeadForm .closeHealthFloatingLeadForm2:after {
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  background: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 18px;
  top: 10px;
}

.back-step-calc {
  background: #f2f7ff;
  width: 32px;
  height: 32px;
  text-indent: -99999px;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  margin-bottom: 16px;
}

.back-step-calc::before {
  content: "";
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -6px;
}

@media only screen and (min-width: 1025px) {
  .hideBig {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px), (min-width: 639px) and (max-width: 1024px) {
  .qutesWrapperBoxSeo {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-top: 16px;
  }
  .quotesInnerListing {
    margin-right: 12px;
    margin-top: 3px;
  }
  .qutesWrapperBoxSeo .quotesInnerListing:first-child {
    margin-left: 3px;
  }
  .qutesWrapperBoxSeo .quotesInnerListing:last-child {
    margin-right: 5px;
  }
  .qutesWrapperBoxSeo::-webkit-scrollbar {
    display: none;
  }
  .quotesInnerListing .planNameQuotes {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  ul.ui-autocomplete {
    width: 90% !important;
  }
  .heading-main-calc {
    margin: 0 0 24px 0;
    font-size: 18px;
  }
  .innerWrapCalculator {
    margin: 0 0 8px 0;
  }
  .calculatorContainer {
    width: 100%;
    padding: 16px;
    border-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .radios-calculator label input[type="radio"] + span em {
    line-height: 21px;
  }
  .radios-calculator label,
  .radios-calculator label input[type="radio"] + span {
    height: 80px;
  }
  .boxCalcNumber {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .boxCalcNumber .innerWrapCalculator {
    width: 100%;
  }
  .box-sp-cover {
    margin: 12px 0 0px;
  }
  .boxCalcNumber .box-sp-cover:last-child {
    margin: 12px 0 0;
  }
  .coverAmountWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .radios-calculator.coverCalc {
    width: 100%;
    margin-bottom: 16px;
  }
  .radios-calculator.coverCalc label,
  .radios-calculator.coverCalc label input[type="radio"] + span {
    height: 56px;
  }
  .selectCalcBox {
    width: 100%;
  }
  .buttonCalc {
    width: 100%;
  }
  .boxCalcNumber .innerWrapCalculator:last-child {
    margin-bottom: 0px;
  }
  .radios-calculator label {
    cursor: none;
  }
  .planDetailsCalc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .innerCalcText {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 21px;
  }
  .innerCalcLabel {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .logoCalcSection {
    line-height: 24px;
  }
  .calculatePremiumBox {
    font-size: 16px;
    margin: 0 0 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .amountCalc {
    font-size: 20px;
    margin: 10px 0 0 0;
    display: inline-block;
  }
  .gstCalc {
    font-size: 10px;
    margin: 8px 0 0 4px;
  }
  .buttonCtaCalc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .buttonCtaCalc .buttonCalc {
    width: 100%;
    margin: 0;
  }
  .headingCalculator {
    font-size: 18px;
    font-weight: bold;
  }
  .qutesWrapperBoxSeo {
    overflow: scroll;
    padding: 2px;
    margin-top: 24px;
  }
  .selectCalcBox.select-city {
    width: 100%;
  }
  .selectCalcBox.select-age {
    width: 100%;
  }
  .logocalcBox {
    margin-right: 14px;
  }
  .planDetailsCalcInner {
    width: 48%;
  }
  .floatingLeadFormWrapperCal .floatingLeadForm {
    right: 0;
    bottom: -100%;
    top: inherit;
    -webkit-transition: bottom 0.5s ease-in;
    transition: bottom 0.5s ease-in;
    max-width: inherit;
  }
  .floatingLeadFormWrapperCal[style="visibility: visible;"] .floatingLeadForm {
    bottom: 0;
  }
  .floatingLeadFormWrapperCal .floatingLeadForm .closeHealthFloatingLeadForm {
    right: 10px;
    top: 10px;
  }
  .quotesInnerListing {
    margin-right: 16px;
  }
  .quotesInnerListing:last-child {
    margin-right: 0;
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px), (min-width: 768px) and (max-width: 1024px) {
  .radios-calculator label,
  .radios-calculator label input[type="radio"] + span {
    height: 56px;
  }
  .boxCalcNumber .innerWrapCalculator {
    width: 48%;
  }
  .boxCalcNumber,
  .coverAmountWrap,
  .buttonCtaCalc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .radios-calculator.coverCalc {
    width: auto;
  }
  .selectCalcBox {
    width: calc(100% - 65%);
  }
  .selectCalcBox.mb-left {
    margin-left: 0;
  }
  .buttonCtaCalc .buttonCalc {
    width: 48%;
  }
  .mb-left {
    margin-left: 20px;
  }
  .qutesWrapperBoxSeo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .planDetailsCalc {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
  .planDetailsCalcInner {
    width: 33%;
  }
}

.calculatorContainer .steps {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calculatorContainer .steps .step {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 0;
}

.calculatorContainer .steps .step::before {
  display: none;
}

.calculatorContainer .steps .step:first-child {
  width: 20px;
}

.calculatorContainer .steps .step span {
  letter-spacing: 0px;
  line-height: 14px;
  background: #D1D5DB 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: relative;
}

.calculatorContainer .steps .step.active span {
  background: #174CFF;
  cursor: pointer;
}

.calculatorContainer .steps .step.active::after {
  background: #174CFF;
}

.calculatorContainer .steps .step.complete span {
  color: #174CFF;
  background: #174CFF;
  cursor: pointer;
}

.calculatorContainer .steps .step.complete span::after {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.calculatorContainer .steps .step.complete::after {
  background: #174CFF;
}

.calculatorContainer .steps .step::after {
  content: "";
  background: #D1D5DB;
  width: 100%;
  right: 20px;
  top: 9px;
  position: absolute;
  height: 2px;
  z-index: 0;
}

.calculatorContainer .steps .step:first-child:after {
  display: none;
}

.calculatorContainer .content-steps {
  margin-top: 27px;
}

.calculatorContainer .content-steps .permanent-city-listing {
  margin-top: 24px;
}

.calculatorContainer .content-steps .permanent-city-listing .label {
  letter-spacing: 0px;
  font-size: 14px;
  margin: 0;
  position: relative;
  color: #253858;
  font-weight: 500;
  line-height: 24px;
}

.calculatorContainer .content-steps .permanent-city-listing .label::after {
  content: "";
  background-color: #253858;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 95px;
}

.calculatorContainer .content-steps .permanent-city-listing .cities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .calculatorContainer .content-steps .permanent-city-listing .cities {
    overflow-y: scroll;
  }
  .calculatorContainer .content-steps .permanent-city-listing .cities::-webkit-scrollbar {
    width: 0px;
  }
}

.calculatorContainer .content-steps .permanent-city-listing .cities .city {
  margin-right: 18px;
  text-align: center;
  cursor: pointer;
}

.calculatorContainer .content-steps .permanent-city-listing .cities .city:last-child {
  margin-right: 0;
}

.calculatorContainer .content-steps .permanent-city-listing .cities .city.selected p {
  color: #0065ff;
  font-weight: bold;
}

.calculatorContainer .content-steps .permanent-city-listing .cities .city p {
  color: #394A67;
  font-size: 14px;
  line-height: 17px;
  margin: 9px 0 0;
  text-align: center !important;
}

.calculatorContainer .content-steps .dynamic-city-listing {
  margin-top: 25px;
}

.calculatorContainer .content-steps .dynamic-city-listing .radio_pills label {
  margin: 0 6px 9px 0;
}

.calculatorContainer .content-steps .dynamic-city-listing .radio_pills label input[type="radio"] + span {
  padding: 2px 16px;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #E7E7E7;
}

.calculatorContainer .content-steps .dynamic-city-listing .radio_pills label input[type="radio"]:checked + span {
  border-color: #0065ff;
}

.calculatorContainer .content-steps .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 28px;
}

@media screen and (max-width: 1024px) {
  .calculatorContainer .content-steps .button-group {
    margin-top: 0;
  }
}

.calculatorContainer .content-steps .button-group .buttonCalc {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .calculatorContainer .content-steps .button-group .buttonCalc {
    max-width: 225px;
  }
}

@media screen and (max-width: 320px) {
  .calculatorContainer .content-steps .button-group .buttonCalc {
    max-width: 185px;
  }
}

.calculatorContainer .content-steps .button-group .go-back-button {
  width: auto;
  background: transparent;
  color: #253858;
  text-align: left;
}

.calculatorContainer .content-steps .button-group .go-back-button::before {
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  content: "";
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  margin: 0px 5px 1px 0px;
}

.calculatorContainer .content-steps .label {
  letter-spacing: 0px;
  font-size: 14px;
  margin: 0;
  position: relative;
  color: #253858;
  font-weight: 500;
  line-height: 24px;
}

.calculatorContainer .content-steps .label::after {
  content: "";
  background-color: #253858;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 150px;
}

.calculatorContainer .content-steps .description {
  letter-spacing: 0px;
  color: #7A869A;
  font-size: 16px;
  line-height: 26px;
  margin: -2px 0 24px;
}

.calculatorContainer .content-steps .selectCalcBox {
  position: relative;
  margin-bottom: 24px;
  max-width: 326px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .calculatorContainer .content-steps .selectCalcBox {
    max-width: 100%;
  }
}

.calculatorContainer .content-steps .selectCalcBox.select-city::before {
  content: "";
  background: url("../../../images/health/health-calculator-search-icon.svg") 0px 1px;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 16px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.calculatorContainer .content-steps .selectCalcBox .selectCover {
  font-size: 16px;
  z-index: 1;
  position: relative;
  background: transparent !important;
}

.calculatorContainer .content-steps .selectCalcBox .selectCover:focus + label, .calculatorContainer .content-steps .selectCalcBox .selectCover.labelshow + label {
  font-size: 12px;
  top: -18px;
  z-index: 1;
}

.calculatorContainer .content-steps .selectCalcBox label {
  position: absolute;
  font-size: 16px;
  color: #253858;
  top: 12px;
  left: 12px;
  font-weight: 500;
  background: #fff;
  z-index: 0;
  padding: 2px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.calculatorContainer .content-steps .form-fields.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .calculatorContainer .content-steps .form-fields.radio {
    width: 100% !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 16px;
  }
}

.calculatorContainer .content-steps .form-fields .form-input {
  position: relative;
  margin-bottom: 12px;
}

.calculatorContainer .content-steps .form-fields .form-input .radio-button {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: 0.26px;
  color: #253858;
  font-weight: 500;
  width: 78%;
  padding: 15px 16px 15px 43px;
  border: 1px solid #2D3F5E;
  border-radius: 8px;
  background: #fff;
  margin-right: 16px;
}

.calculatorContainer .content-steps .form-fields .form-input .radio-button span {
  letter-spacing: 0.2px;
  margin: 5px 0 0;
  color: #7A869A;
  font-size: 13px;
  display: block;
}

.calculatorContainer .content-steps .form-fields .form-input .radio-button.error {
  border-color: red;
}

@media screen and (max-width: 767px) {
  .calculatorContainer .content-steps .form-fields .form-input .radio-button {
    max-width: 100%;
    width: 100%;
  }
}

.calculatorContainer .content-steps .form-fields .form-input .radio-button.checked {
  color: #174CFF;
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #174CFF;
}

.calculatorContainer .content-steps .form-fields .form-input .radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.calculatorContainer .content-steps .form-fields .form-input .radio-button input:checked ~ .checkmark {
  background-color: #174CFF;
  border-color: #174CFF;
}

.calculatorContainer .content-steps .form-fields .form-input .radio-button input:checked ~ .checkmark:after {
  display: block;
}

.calculatorContainer .content-steps .form-fields .form-input .radio-button .checkmark {
  position: absolute;
  top: 29%;
  left: 16px;
  height: 16px;
  width: 16px;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  border-radius: 50%;
  background: transparent;
  border: 1px solid #253858;
}

@media screen and (max-width: 320px) {
  .calculatorContainer .content-steps .form-fields .form-input .radio-button .checkmark {
    top: 24%;
  }
}

.calculatorContainer .content-steps .form-fields .form-input .radio-button .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.calculatorContainer .content-steps .radios-calculator label {
  height: auto;
}

.calculatorContainer .content-steps .radios-calculator label span {
  height: auto;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 8px;
}

@media screen and (max-width: 767px) {
  .calculatorContainer .content-steps .radios-calculator label span {
    height: 113px;
  }
}

@media screen and (max-width: 320px) {
  .calculatorContainer .content-steps .radios-calculator label span {
    height: 134px;
  }
}

.calculatorContainer .content-steps .radios-calculator label span em {
  margin-top: 5px;
}

.calculatorContainer .content-steps .radios-calculator label input[type="radio"]:checked + span {
  background: white;
}

.calculatorContainer .content-steps .radios-calculator label input[type="radio"]:checked + span .people.me {
  background-position: 0 -62px;
}

.calculatorContainer .content-steps .radios-calculator label input[type="radio"]:checked + span .people.me-spouse {
  background-position: -1px -515px;
}

.calculatorContainer .content-steps .radios-calculator label input[type="radio"]:checked + span .people.me-spouse-child {
  background-position: 0px -688px;
}

.calculatorContainer .content-steps .radios-calculator label input[type="radio"]:checked + span .people.me-spouse-children {
  background-position: 0px -856px;
}

.calculatorContainer .content-steps .radios-calculator label input[type="radio"]:checked + span .people.parents {
  background-position: 0px -1024px;
}

.calculatorContainer .content-steps .radios-calculator label input[type="radio"]:checked + span .people.senior-citizen {
  background-position: 0px -1195px;
}

.calculatorContainer .content-steps .radios-calculator .people {
  height: 32px;
  width: 26px;
  background: url(../../../../cdn/images/health/health-calculator-icons.svg) no-repeat 0 0;
}

.calculatorContainer .content-steps .radios-calculator .me-spouse {
  background-position: 0 -442px;
  width: 57px;
}

.calculatorContainer .content-steps .radios-calculator .me-spouse-child {
  background-position: 0 -599px;
  width: 64px;
}

.calculatorContainer .content-steps .radios-calculator .me-spouse-children {
  background-position: 0px -773px;
  width: 75px;
}

.calculatorContainer .content-steps .radios-calculator .parents {
  background-position: 0px -944px;
  width: 57px;
  height: 34px;
}

.calculatorContainer .content-steps .radios-calculator .senior-citizen {
  background-position: 0px -1114px;
  width: 57px;
  height: 34px;
}

.cal_step_1 .headingFields, .cal_step_2 .headingFields {
  margin-bottom: 12px !important;
}
/*# sourceMappingURL=seo-calculator.css.map */