@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.accordion {
  width: 100%;
  max-width: 360px;
  margin: 0px;
  position: relative;
  height: calc(100% - 35px);
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -moz-appearance: none !important;
}

.accordion::-webkit-scrollbar {
  display: none;
}

.accordion .mobileHeading {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .accordion .mobileHeading.fixedh {
    position: fixed;
    background: #fff;
    top: 48px;
  }
}

.accordion::-webkit-scrollbar {
  width: 0px;
  position: absolute;
  right: 25px;
}

.accordion::-webkit-scrollbar-track {
  position: absolute;
  right: 25px;
}

.accordion::-webkit-scrollbar-thumb {
  position: absolute;
  right: 25px;
}

.accordion::-webkit-scrollbar-thumb:hover {
  position: absolute;
  right: 25px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 36px;
  font-weight: 500;
  color: #172B4D;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 12px 0;
}

@media only screen and (max-width: 1024px) {
  .accordion .link {
    padding: 12px 16px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(23, 43, 77, 0.8);
  }
  .accordion .link.sub-menu {
    font-weight: 500;
  }
}

.accordion li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordion li .link.sub-menu:after {
  content: "";
  background-image: url("../../images/bu/all-arrow-term-insurance.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: -62px 0;
  display: block;
  position: absolute;
  background-size: 110px 15px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .accordion li .link.sub-menu:after {
    right: 10px;
    background-position: -8px 0;
  }
}

.accordion li .link.sub-menu.open:after {
  background-position: -87px 0;
}

@media only screen and (max-width: 1024px) {
  .accordion li .link.sub-menu.open:after {
    background-position: -35px 0;
  }
}

.accordion li a {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  padding: 15px 0;
  line-height: 22px;
  cursor: pointer;
  display: block;
  color: #172B4D;
}

.accordion li a:hover, .accordion li a.active {
  color: #0065FF;
}

@media only screen and (max-width: 1024px) {
  .accordion li a {
    padding: 15px 18px;
  }
}

.accordion li .link.sub-menu.open {
  display: block;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .accordion {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .accordion.fixedBox {
    height: auto;
    padding-top: 50px;
    -webkit-box-shadow: 1px 1px 10px #ccc;
            box-shadow: 1px 1px 10px #ccc;
    z-index: 99;
  }
  .accordion li {
    display: none;
  }
  .accordion li.show {
    display: block;
  }
  .accordion li.mobileHeading {
    display: block;
    position: relative;
    padding: 15px 45px 15px 15px;
  }
  .accordion li.mobileHeading .arrow {
    width: 28px;
    height: 28px;
    background: url(../../images/bu/all-arrow-term-insurance.svg) no-repeat;
    cursor: pointer;
    position: absolute;
    right: 10px;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
    background-size: 344px 63px;
    background-position: -184px -17px;
    top: 50%;
  }
  .accordion li.mobileHeading.open {
    -webkit-box-shadow: 1px 1px 5px #ccc;
            box-shadow: 1px 1px 5px #ccc;
  }
  .accordion li.mobileHeading.open .arrow {
    background-position: -227px -17px;
  }
}

/**
 * Submenu
 -----------------------------*/
.submenu {
  display: none;
  background: #f9faff;
  font-size: 14px;
}

.submenu li {
  border: 0px;
}

.submenu li a {
  display: block;
  text-decoration: none;
  color: #253858;
  padding: 12px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu li a:hover, .submenu li a.active {
  color: #0065FF;
}

.submenu li:last-child {
  border-bottom: 1px solid #DFE1E6;
  padding-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
  .submenu {
    background: transparent;
    margin: 0px 20px 20px 20px;
  }
}

.accordion li .link.sub-menu.open + .submenu {
  display: block;
}

.no-webp .logo-widget, .webp .logo-widget {
  background: url(../../images/bu/widget-logo.png?v=2) center no-repeat;
}

.widget-insurer-logo {
  width: 120px;
  height: 40px;
  border: 1px solid #fff;
  float: left;
  margin-right: 20px;
  background-position: 0 0;
  background-size: 100% !important;
}

.widget-insurer-logo.iffco_tokio_general_icon {
  background-position: 0 0px;
}

.widget-insurer-logo.royal_sundaram_general_icon {
  background-position: 0 -39px;
}

.widget-insurer-logo.bharti_axa_general_icon, .widget-insurer-logo.bharti_axa_life_icon {
  background-position: 0 -79px;
}

.widget-insurer-logo.future_generali_general_icon, .widget-insurer-logo.future_generali_life_icon {
  background-position: 0 -117px;
}

.widget-insurer-logo.sbi_general_icon, .widget-insurer-logo.sbi_general_general_icon {
  background-position: 0 -1520px;
}

.widget-insurer-logo.liberty_general_icon {
  background-position: 0 -196px;
}

.widget-insurer-logo.tata_aig_general_icon {
  background-position: -4px -235px;
}

.widget-insurer-logo.bajaj_allianz_general_icon, .widget-insurer-logo.bajaj_allianz_life_icon_allianz_life_icon {
  background-position: 0 -276px;
}

.widget-insurer-logo.reliance_general_icon, .widget-insurer-logo.reliance_general_general_icon, .widget-insurer-logo.reliance_nippon_general_icon {
  background-position: 0 -314px;
}

.widget-insurer-logo.hdfc_ergo_general_icon {
  background-position: 0 -354px;
}

.widget-insurer-logo.shriram_general_icon, .widget-insurer-logo.shriram_gic_general_icon {
  background-position: 0 -393px;
}

.widget-insurer-logo.digit_general_icon, .widget-insurer-logo.go_digit_general_icon {
  background-position: 0 -434px;
}

.widget-insurer-logo.kotak_mahindra_life_icon, .widget-insurer-logo.kotak_mahindra_general_icon, .widget-insurer-logo.kotak_general_general_icon, .widget-insurer-logo.kotak_general_icon {
  background-position: 0 -472px;
}

.widget-insurer-logo.new_india_assurance_general_icon, .widget-insurer-logo.the_new_general_icon, .widget-insurer-logo.new_india_general_icon {
  background-position: 0 -511px;
}

.widget-insurer-logo.national_insurance_general_icon {
  background-position: 0 -550px;
}

.widget-insurer-logo.united_india_general_icon {
  background-position: 0 -589px;
}

.widget-insurer-logo.oriental_insurance_general_icon, .widget-insurer-logo.the_oriental_general_icon, .widget-insurer-logo.oriental_general_icon {
  background-position: 0 -630px;
}

.widget-insurer-logo.universal_sompo_general_icon {
  background-position: 0 -668px;
}

.widget-insurer-logo.magma_hdi_general_icon, .widget-insurer-logo.magma_general_icon {
  background-position: 0 -705px;
}

.widget-insurer-logo.navi_general_icon {
  background-position: 0 -738px;
}

.widget-insurer-logo.edelweiss_general_icon {
  background-position: 0 -783px;
}

.widget-insurer-logo.aditya_birla_life_icon, .widget-insurer-logo.birla_sun_general, .widget-insurer-logo.birla_sun_general_icon, .widget-insurer-logo.aditya_birla_general_icon, .widget-insurer-logo.aditya_birla_capital_life_icon, .widget-insurer-logo.aditya_birla_capital_general_icon {
  background-position: 0 -823px;
}

.widget-insurer-logo.aegon_life_icon {
  background-position: 0 -858px;
}

.widget-insurer-logo.bajaj_allianz_life_icon {
  background-position: 0 -895px;
}

.widget-insurer-logo.canara_hsbc_obc_life_icon {
  background-position: 0 -932px;
}

.widget-insurer-logo.exide_life_icon {
  background-position: 0 -969px;
}

.widget-insurer-logo.edelweiss_tokio_life_icon {
  background-position: 0 -1007px;
}

.widget-insurer-logo.hdfc_life_icon, .widget-insurer-logo.hdfc_standard_life_icon, .widget-insurer-logo.hdfc_life_general_icon {
  background-position: 0 -1043px;
}

.widget-insurer-logo.pnb_met_life {
  background-position: 0 -1558px;
}

.widget-insurer-logo.icici_prudential_life_icon, .widget-insurer-logo.icici_prudential_general_icon {
  background-position: 0 -1080px;
}

.widget-insurer-logo.indiafirst_life_icon {
  background-position: 0 -1116px;
}

.widget-insurer-logo.exide_life_icon_life {
  background-position: 0 -968px;
}

.widget-insurer-logo.kotak_life_icon {
  background-position: 0 -1155px;
}

.widget-insurer-logo.max_life_insurance_life_icon {
  background-position: 0 -1191px;
}

.widget-insurer-logo.max_life_insurance_life_icon_life_insurance_life_icon {
  background-position: 0px -1189px;
}

.widget-insurer-logo.pnb_metlife_life_icon {
  background-position: 0 -1562px;
}

.widget-insurer-logo.reliance_nippon_life_icon {
  background-position: 0 -1230px;
}

.widget-insurer-logo.sbi_life_icon {
  background-position: 0 -158px;
}

.widget-insurer-logo.tata_aia_life_icon {
  background-position: 0 -1266px;
}

.widget-insurer-logo.tata_aia_life_icon_life {
  background-position: 0 -1261px;
}

.widget-insurer-logo.max_bupa_life_icon, .widget-insurer-logo.max_bupa_general_icon {
  background-position: 0 -1379px;
}

.widget-insurer-logo.raheja_qbe_general_icon, .widget-insurer-logo.raheja_general_icon {
  background-position: 0 -1410px;
}

.widget-insurer-logo.religare_life_icon, .widget-insurer-logo.religare_health_general_icon {
  background-position: 0px -2032px;
}

.widget-insurer-logo.star_health_life_icon, .widget-insurer-logo.star_health_general_icon {
  background-position: 0 -1485px;
}

.widget-insurer-logo.max_new_general_icon {
  background-position: 0 -1596px;
}

.widget-insurer-logo.liberty_videocon_general_icon {
  background-position: 0 -1635px;
}

.widget-insurer-logo.icici_lombard_general_icon {
  background-position: 0 -1669px;
}

.widget-insurer-logo.cigna_ttk_general_icon {
  background-position: 0px -1709px;
}

.widget-insurer-logo.cholamandalam_ms_general_icon {
  background-position: 0px -1744px;
}

.widget-insurer-logo.apollo_munich_general_icon {
  background-position: 0px -1782px;
}

.widget-insurer-logo.aviva_life_icon, .widget-insurer-logo.aviva_general_icon {
  background-position: 0px -1818px;
}

.widget-insurer-logo.aegon_religare_general_icon {
  background-position: 0px -1854px;
}

.widget-insurer-logo.lnt_insurance_general_icon {
  background-position: 0px -1929px;
}

.widget-insurer-logo.dhfl_general_general_icon {
  background-position: 0px -1894px;
}

.widget-insurer-logo.lic_life_icon {
  background-position: 0px -1965px;
}

.widget-insurer-logo.care_health_general_icon {
  background-position: 0px -1450px;
}

.widget-insurer-logo.manipal_cigna_general_icon {
  background-position: 0 -2167px;
}

.widget-insurer-logo.pramerica_life_icon {
  background-position: 0px -2812px;
  background-size: 140% !important;
}

@media only screen and (max-width: 640px) {
  .widget-insurer-logo {
    margin-bottom: 10px;
  }
}

select::-ms-value {
  background: none;
  /* remove blue background on ie10/ie11 when selected*/
  color: #253858;
}

@media only screen and (max-width: 440px) {
  .grid h1, .grid .h1, .grid h2, .grid .h2 {
    font-weight: bold !important;
  }
}

@media only screen and (max-width: 1024px) {
  nav.fixedh {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

a, input, button, select {
  outline: none;
}

a:focus, a.visited, input:focus, input.visited, button:focus, button.visited, select:focus, select.visited {
  outline: none;
}

.disclaimerFor_insurer {
  margin: 10px 0;
}

#policybazaar {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  #policybazaar {
    width: 100%;
    max-width: 100%;
  }
}

.pb-navbar-wrapper {
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .pb-navbar-wrapper {
    z-index: auto;
  }
}

.subheader-box {
  background: #fff;
  margin: 0;
  position: fixed;
  width: 100%;
  left: 0;
  padding: 10px;
  top: -100px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1024px) {
  .subheader-box {
    padding: 15px;
  }
}

.subheader-box.move {
  -webkit-animation: slideMenu-button 0.5s forwards;
  -webkit-animation-delay: 0.5s;
  animation: slideMenu-button 0.5s forwards;
  animation-delay: 0.5s;
  display: block;
}

.subheader-box .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subheader-box .grid .pb-logo {
  width: 200px;
  padding: 5px 0px;
  display: block;
}

.subheader-box .grid .pb-logo img {
  width: 100%;
}

.subheader-box .grid .view-more-plan-button {
  width: 20%;
}

.subheader-box .grid .view-more-plan-button a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 160px;
  display: block;
  padding: 12px;
  margin: 4px 0 4px auto;
}

.subheader-box .grid .view-more-plan-button a:hover {
  background: #0051cc;
  color: #ffffff;
}

.subheader-box .grid .view-more-plan-button a.loading {
  font-size: 0px;
}

.subheader-box .grid .view-more-plan-button a.loading::after {
  content: '';
  font-size: 0px;
  display: inline-block;
  width: 25px;
  height: 25px;
  right: 0px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  left: 0px;
  margin: 0px auto;
  position: absolute;
}

.subheader-box .grid .view-more-plan-button a.loading::after {
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  top: 13px;
}

@media only screen and (max-width: 360px) {
  .subheader-box .grid .view-more-plan-button a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .subheader-box .grid .view-more-plan-button a {
    padding: 12px;
    width: 140px;
  }
}

@media only screen and (max-width: 1024px) {
  .subheader-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #f5f5f5;
  }
}

@media only screen and (max-width: 740px) {
  .subheader-box {
    padding: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .subheader-box .grid .pb-logo {
    width: 150px;
    padding: 10px 0px 5px;
    display: block;
  }
  .subheader-box .grid .view-more-plan-button {
    width: 40%;
  }
  .subheader-box .grid .view-more-plan-button a {
    font-size: 12px;
    padding: 14px;
  }
}

.grid {
  width: 1140px;
  margin: 0px auto;
  color: #253858;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
  .grid {
    width: 100%;
  }
  .grid .page-content {
    padding: 15px 0;
  }
}

.left {
  width: calc(100% - 70%);
  padding: 0px 20px 0px 30px;
  padding: 15px 30px 10px 30px;
  position: fixed;
  max-width: 342px;
  top: 122px;
  height: auto;
  border-radius: 8px;
  z-index: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.left.lightblue {
  background: #F4F5F7;
}

.left.fixedh-mob {
  -webkit-transform: translate(0px, -40px);
          transform: translate(0px, -40px);
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .left.fixedh-mob {
    -webkit-transform: translate(0px, -28px);
            transform: translate(0px, -28px);
  }
}

@media only screen and (max-width: 1024px) {
  .left {
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 9999;
    padding: 0px;
  }
  .left.lightblue {
    background: #fff;
    padding: 0;
    top: -110px;
    display: none;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  .left.lightblue.menuhide {
    z-index: -1;
  }
  .left.lightblue.fixedh-mob {
    position: fixed;
    border-radius: 0px;
    -webkit-animation: slideMenu 0.5s forwards;
    -webkit-animation-delay: 0.5s;
    animation: slideMenu 0.5s forwards;
    animation-delay: 0.5s;
    display: block;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  }
  .left.lightblue.fixedh-mob.full-height {
    height: 100%;
  }
  .left.lightblue.fixedh-mob.full-height .accordion {
    height: 100%;
    overflow: scroll;
    padding-top: 51px;
  }
  .left.lightblue.fixedh-mob.full-height .accordion .mobileHeading {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .left.lightblue.fixedh-mob.full-height {
    padding-bottom: 0%;
    height: 89%;
  }
}

@media only screen and (max-width: 1024px) and (max-height: 440px) and (orientation: landscape) {
  .left.lightblue.fixedh-mob.full-height {
    height: 82%;
  }
}

.left .accordion {
  height: auto;
  overflow: auto;
}

.left .accordion li a {
  padding: 12px 0;
}

@media only screen and (max-width: 1024px) {
  .left .accordion li a {
    padding: 15px 18px;
  }
}

.left .accordion li.mobileHeading {
  color: #0065ff;
  font-weight: bold;
  font-size: 14px;
}

.left .accordion .heading-text {
  color: #5E6C84;
  font-size: 12px;
  position: relative;
  line-height: 16px;
  margin: 15px 0 8px;
  display: inline-block;
}

.left .accordion .heading-text::before {
  content: "";
  width: 40px;
  height: 1px;
  right: -45px;
  top: 9px;
  position: absolute;
  background: #a9b2c1;
}

@media only screen and (max-width: 1024px), (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .left .accordion .heading-text {
    display: none;
  }
}

.right {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0px 0px 392px;
}

@media only screen and (max-width: 1024px) {
  .right {
    padding: 0px 10px;
  }
}

.left.fixedh-mob + .right {
  -webkit-transform: translate(0px, -320px);
          transform: translate(0px, -320px);
}

@media only screen and (max-width: 1024px) {
  .left.fixedh-mob + .right {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.text-hide-link {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .text-hide-link {
    display: block;
  }
}

.more-text {
  display: inline;
}

@media only screen and (max-width: 1024px) {
  .more-text {
    display: none;
  }
  .more-text.show {
    display: inline;
  }
}

@-webkit-keyframes slideMenu {
  100% {
    top: 80px;
  }
}

@keyframes slideMenu {
  100% {
    top: 80px;
  }
}

@-webkit-keyframes slideMenu-button {
  100% {
    top: 0px;
  }
}

@keyframes slideMenu-button {
  100% {
    top: 0px;
  }
}

/*Content Formatting Scss*/
.grid {
  position: relative;
}

.grid h1, .grid .h1 {
  margin: 20px 0;
  font-size: 32px;
  line-height: 32px;
}

@media only screen and (max-width: 440px) {
  .grid h1, .grid .h1 {
    font-size: 24px;
    margin: 20px 0 15px;
    font-weight: 600;
  }
}

.grid h2, .grid .h2 {
  font-size: 24px;
  margin: 20px 0 10px;
  line-height: 30px;
}

@media only screen and (max-width: 440px) {
  .grid h2, .grid .h2 {
    font-size: 20px;
    margin: 20px 0 15px;
    font-weight: 600;
  }
}

.grid p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.26px;
}

@media only screen and (max-width: 640px) {
  .grid p {
    margin: 5px 0;
  }
}

.grid .right p a {
  color: #0065FF;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.block_content_wrapper {
  clear: both;
  margin-top: 30px;
  display: block;
}

.open-parent {
  cursor: pointer;
}

.rest-hide.hide + .open-parent {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
}

.number-listing-box {
  margin: 0;
  list-style: none;
  counter-reset: my-sec-counter;
}

.number-listing-box li {
  position: relative;
  padding-left: 50px;
  text-align: left !important;
}

.number-listing-box li p {
  font-size: 16px;
  font-weight: normal;
}

.number-listing-box li ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.number-listing-box li ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  background: #505f79;
  border-radius: 100%;
}

.number-listing-box li ul li:after {
  content: none;
}

.number-listing-box li.numbers:after {
  width: 44px;
  height: 44px;
  background-color: #f4f5f7;
  border-radius: 50%;
  position: absolute;
  content: '';
  left: -12px;
  top: 0;
}

.number-listing-box li.numbers::before {
  width: 44px;
  height: 44px;
  content: "" counter(my-sec-counter) !important;
  counter-increment: my-sec-counter !important;
  position: absolute;
  left: -12px;
  top: 0;
  background: none;
  z-index: 9;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: block !important;
}

.number-listing-box .heading {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding-top: 5px;
}

.data_ul, .ulbox {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.data_ul li, .ulbox li {
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.26px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}

.data_ul li:before, .ulbox li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.data_ol li {
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.26px;
  margin: 5px 0 15px 13px;
  position: relative;
}

#faqs {
  margin: 20px 0 30px;
}

.faqsWrap ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.faqsWrap ul h2 {
  margin: 40px 0 20px;
}

.faqsWrap ul li {
  border-bottom: 0px solid #e7e7e7;
  padding: 0;
  font-size: 16px;
  color: #253858;
  margin: 0 0 5px 0;
  border-radius: 8px;
  background: #f9faff;
}

.faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}

.faqsWrap ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.faqsWrap ul li li {
  background: none;
}

.faqsWrap ul li:before {
  display: none;
}

.faqsWrap ul li h2, .faqsWrap ul li h3, .faqsWrap ul li h4 {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 10px 0 0;
}

.faqsWrap ul li h2 a, .faqsWrap ul li h3 a, .faqsWrap ul li h4 a {
  color: #253858;
  padding: 18px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
}

.faqsWrap ul li h2 a:hover, .faqsWrap ul li h3 a:hover, .faqsWrap ul li h4 a:hover {
  color: #253858;
}

.faqsWrap ul li h2 a:after, .faqsWrap ul li h3 a:after, .faqsWrap ul li h4 a:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../../images/bu/all-arrow-term-insurance.svg) no-repeat;
  right: 10px;
  background-position: -220px 0px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.faqsWrap ul li h2 a[flag="up"], .faqsWrap ul li h3 a[flag="up"], .faqsWrap ul li h4 a[flag="up"] {
  padding-bottom: 18px;
}

.faqsWrap ul li h2 a[flag="up"]::after, .faqsWrap ul li h3 a[flag="up"]::after, .faqsWrap ul li h4 a[flag="up"]::after {
  background-position: -258px 0px;
}

.faqsWrap ul li h2 + div, .faqsWrap ul li h3 + div, .faqsWrap ul li h4 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
}

.faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.faqsWrap ul .data_ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}

.faqsWrap ul .data_ul li:before {
  content: none;
}

.faqsWrap ul .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.faq-button {
  background: #fbfcfc;
  padding: 6px 0;
  border: 1px solid #0065ff;
  border-radius: 4px;
  width: 234px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
}

.allinsurer .footable table {
  text-rendering: optimizeLegibility;
}

.allinsurer .footable table tr:first-child {
  background: #f1f3f5 !important;
  color: #fff;
}

.allinsurer .footable table tr:nth-child(even) {
  background: #f7fbfd;
}

.key-takeaways-banner {
  width: 100%;
  border: 1px solid #253858;
  border-radius: 8px;
}

.key-takeaways-banner.line-circle-bullet {
  padding-left: 20px;
  margin: 5px 0 20px;
  font-size: 14px;
  line-height: 20px;
  color: #253858;
  position: relative;
  display: inline;
  letter-spacing: 0.26px;
  margin: 5px 0 10px;
}

.key-takeaways-banner.line-circle-bullet:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 2px solid #253858;
  top: 5px;
  left: 0px;
}

.key-takeaways-banner h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 0px;
  letter-spacing: 0.26px;
  margin: 8px 0 15px;
}

.key-takeaways-banner h3.banner-heading-text {
  color: #0065FF;
  font-size: 16px;
  line-height: 24px;
}

.commonForm-box {
  position: relative;
}

.commonForm-box input, .commonForm-box select {
  padding: 20px;
  border: 1px solid #5E6C84;
  border-radius: 8px;
  font-size: 16px;
  background: none;
  -webkit-appreance: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.commonForm-box .feildLable {
  display: inline-block;
  color: #5E6C84;
  font-size: 12px;
  letter-spacing: 0;
  position: absolute;
  top: -10px;
  left: 10px;
  background: #fff;
  padding: 0px 4px;
}

.banner-with-image {
  border: 1px solid #DFE1E6;
  padding: 20px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 20px 0;
}

.banner-with-image .banner-img {
  background: #ccc;
  width: calc(40% - 40px);
  position: absolute;
  height: calc(100% - 40px);
}

.banner-with-image .banner-pointers {
  padding-left: 40%;
}

.banner-with-image .banner-pointers p {
  display: block;
}

@media only screen and (max-width: 667px) {
  .banner-with-image .banner-img {
    width: 100%;
    position: relative;
    display: block;
    height: 120px;
    margin-bottom: 20px;
  }
  .banner-with-image .banner-pointers {
    padding-left: 0%;
    width: 100%;
  }
}

@media only screen and (max-width: 667px) {
  .banner-with-image {
    padding: 20px 10px 20px 10px;
  }
}

.askWidget {
  position: relative;
}

.ask-pb-banner {
  -webkit-box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
          box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  padding: 20px 20px 30px;
  width: 100%;
  border-radius: 4px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px 0 20px 0;
}

.ask-pb-banner .banner-img {
  background: url("../../images/bu/ask-pb-banner.svg") no-repeat left bottom;
  width: calc(35% - 40px);
  position: absolute;
  height: calc(100% - 40px);
  background-size: contain;
}

.ask-pb-banner .commonForm-box input {
  font-size: 16px;
}

.ask-pb-banner .commonForm-box input + label, .ask-pb-banner .commonForm-box input + label.gray {
  color: #5E6C84;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  position: absolute;
  left: 14px;
  background: #fff;
  top: 18px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.ask-pb-banner .commonForm-box input::-webkit-input-placeholder, .ask-pb-banner .commonForm-box input::-moz-placeholder {
  color: #5E6C84;
}

.ask-pb-banner .commonForm-box input:focus {
  outline: 0;
}

.ask-pb-banner .commonForm-box input:focus + label, .ask-pb-banner .commonForm-box input:focus + label.gray {
  z-index: 10;
  visibility: visible;
  top: -12px;
  font-size: 12px;
}

.ask-pb-banner .commonForm-box input.labelshow + label, .ask-pb-banner .commonForm-box input.labelshow + label.gray {
  z-index: 10;
  visibility: visible;
  top: -12px;
  font-size: 12px;
}

.ask-pb-banner .banner-pointers {
  padding-left: 35%;
}

.ask-pb-banner .banner-pointers p {
  display: block;
  margin: 10px 0px 25px;
  letter-spacing: -0.2px;
}

.ask-pb-banner .banner-pointers .banner-heading-text {
  font-size: 24px;
  line-height: 20px;
  font-weight: 500;
  margin: 15px 0 5px;
  color: #253858;
}

@media only screen and (max-width: 440px) {
  .ask-pb-banner .banner-pointers .banner-heading-text {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 320px) {
  .ask-pb-banner .banner-pointers .banner-heading-text {
    line-height: 28px;
  }
}

.ask-pb-banner .banner-pointers .askpb_logo {
  background-image: url("../../images/svg/askpb_logo.svg");
  background-repeat: no-repeat;
  width: 100%;
  background-position: 0 0;
  display: block;
  height: 50px;
  background-size: 100px 50px;
}

.ask-pb-banner .banner-pointers .pb-form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}

.ask-pb-banner .banner-pointers .pb-form-box .input-wrapper {
  width: 65%;
}

.ask-pb-banner .banner-pointers .pb-form-box .submit_button {
  width: 32%;
  margin-left: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ask-pb-banner .banner-pointers .pb-form-box .submit_button:hover {
  background: #0051cc;
  color: #ffffff;
}

.ask-pb-banner .banner-pointers .pb-form-box .submit_button.loading {
  font-size: 0px;
}

.ask-pb-banner .banner-pointers .pb-form-box .submit_button.loading::after {
  content: '';
  font-size: 0px;
  display: inline-block;
  width: 25px;
  height: 25px;
  right: 0px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  left: 0px;
  margin: 0px auto;
  position: absolute;
}

.ask-pb-banner .banner-pointers .pb-form-box .submit_button.loading::after {
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  top: 13px;
}

@media only screen and (max-width: 360px) {
  .ask-pb-banner .banner-pointers .pb-form-box .submit_button {
    font-size: 12px;
  }
}

.ask-pb-banner .banner-pointers .err {
  font-size: 12px;
  line-height: 16px;
  color: #f00;
  position: absolute;
  bottom: -22px;
  left: 22px;
}

.ask-pb-banner .banner-pointers .err:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../images/bu/red-error-icon.svg) no-repeat 0 0;
  color: #fff;
  position: absolute;
  border-radius: 53%;
  text-align: center;
  top: 1px;
  left: -18px;
  background-size: 100%;
}

@media only screen and (max-width: 667px) {
  .ask-pb-banner .banner-img {
    width: 100%;
    position: relative;
    display: block;
    height: 200px;
    margin-bottom: 20px;
    background-position: center center;
  }
  .ask-pb-banner .banner-pointers {
    padding-left: 0%;
    width: 100%;
  }
}

@media only screen and (max-width: 667px) {
  .ask-pb-banner {
    padding: 20px 10px 35px 10px;
  }
}

.news-letter {
  border: 1px solid #DFE1E6;
  padding: 20px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-letter .commonForm-box input {
  font-size: 16px;
}

.news-letter .commonForm-box input + label, .news-letter .commonForm-box input + label.gray {
  color: #5E6C84;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  position: absolute;
  left: 14px;
  background: #fff;
  top: 18px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.news-letter .commonForm-box input::-webkit-input-placeholder, .news-letter .commonForm-box input::-moz-placeholder {
  color: #5E6C84;
}

.news-letter .commonForm-box input:focus {
  outline: 0;
}

.news-letter .commonForm-box input:focus + label, .news-letter .commonForm-box input:focus + label.gray {
  z-index: 10;
  visibility: visible;
  top: -11px;
  font-size: 12px;
}

.news-letter .commonForm-box input.labelshow + label, .news-letter .commonForm-box input.labelshow + label.gray {
  z-index: 10;
  visibility: visible;
  top: -11px;
  font-size: 12px;
}

.news-letter .banner-img {
  width: calc(50% - 5px);
  height: calc(100% - 40px);
  background-size: contain;
  padding-left: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.news-letter .banner-img .news-letter-icon {
  width: 60px;
  height: 60px;
  background: #DEEBFF url("../../images/bu/news-letter-icon.svg") no-repeat 15px 15px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.news-letter .banner-img h3 {
  margin: 8px 0 10px;
}

.news-letter .banner-img p {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.news-letter .banner-img .banner-heading-text {
  font-size: 22px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 8px 0;
  color: #253858;
}

@media only screen and (max-width: 440px) {
  .news-letter .banner-img .banner-heading-text {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 320px) {
  .news-letter .banner-img .banner-heading-text {
    line-height: 28px;
  }
}

.news-letter .banner-pointers {
  width: calc(50% - 5px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.news-letter .banner-pointers .news-letter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.news-letter .banner-pointers .news-letter-form .input-wrapper {
  width: 70%;
}

.news-letter .banner-pointers .news-letter-form .input-wrapper input {
  border-radius: 8px 0px 0px 8px;
  border-color: #DFE1E6;
}

.news-letter .banner-pointers .news-letter-form .submit_button {
  width: 30%;
  margin-left: 0%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  padding: 18px 0;
  border-radius: 0 8px 8px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-letter .banner-pointers .news-letter-form .submit_button:hover {
  background: #0051cc;
  color: #ffffff;
}

.news-letter .banner-pointers .news-letter-form .submit_button.loading {
  font-size: 0px;
}

.news-letter .banner-pointers .news-letter-form .submit_button.loading::after {
  content: '';
  font-size: 0px;
  display: inline-block;
  width: 25px;
  height: 25px;
  right: 0px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  left: 0px;
  margin: 0px auto;
  position: absolute;
}

.news-letter .banner-pointers .news-letter-form .submit_button.loading::after {
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  top: 13px;
}

@media only screen and (max-width: 360px) {
  .news-letter .banner-pointers .news-letter-form .submit_button {
    font-size: 12px;
  }
}

.news-letter .banner-pointers .err {
  font-size: 12px;
  line-height: 16px;
  color: #f00;
  position: absolute;
  bottom: -12px;
  left: 22px;
}

.news-letter .banner-pointers .err:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../images/bu/red-error-icon.svg) no-repeat 0 0;
  color: #fff;
  position: absolute;
  border-radius: 53%;
  text-align: center;
  top: 1px;
  left: -18px;
  background-size: 100%;
}

@media only screen and (max-width: 667px) {
  .news-letter .banner-pointers .err {
    bottom: -22px;
  }
}

.news-letter .banner-pointers .ns_success {
  color: #06A857;
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  bottom: -12px;
  left: 22px;
}

.news-letter .banner-pointers .ns_success:after {
  display: none;
}

@media only screen and (max-width: 667px) {
  .news-letter .banner-pointers .ns_success {
    bottom: -22px;
  }
}

@media only screen and (max-width: 667px) {
  .news-letter {
    padding: 20px 10px 30px 10px;
  }
  .news-letter .banner-img {
    width: 100%;
    position: relative;
    display: block;
    height: auto;
    margin-bottom: 20px;
  }
  .news-letter .banner-img .news-letter-icon {
    top: -5px;
    -webkit-transform: initial;
            transform: initial;
  }
  .news-letter .banner-pointers {
    padding-left: 0%;
    width: 100%;
  }
}

@media only screen and (max-width: 440px) {
  .news-letter .banner-img .news-letter-icon {
    top: 0px;
  }
}

.news-letter .ns_error {
  font-size: 12px;
  line-height: 16px;
  color: #f00;
  position: absolute;
  bottom: -12px;
  left: 22px;
}

.news-letter .ns_error:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../images/bu/red-error-icon.svg) no-repeat 0 0;
  color: #fff;
  position: absolute;
  border-radius: 53%;
  text-align: center;
  top: 7px;
  left: -18px;
  background-size: 100%;
}

.col-2-layout-with-icon {
  width: 100%;
  margin-bottom: 20px;
}

.col-2-layout-with-icon .col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col-2-layout-with-icon .col-item .item-list {
  width: 48%;
  padding: 0 0px 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 10px 0 20px 0;
}

.col-2-layout-with-icon .col-item .item-list .icon {
  display: inline-block;
  position: absolute;
  width: 50px;
  left: 0;
  top: 5px;
}

.col-2-layout-with-icon .col-item .item-list .icon img {
  width: 100%;
}

.col-2-layout-with-icon .col-item .item-list .list-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.col-2-layout-with-icon .col-item .item-list p {
  margin-top: 3px;
}

@media only screen and (max-width: 640px) {
  .col-2-layout-with-icon .col-item .item-list {
    width: 100%;
  }
}

.calculator-frame {
  border: 1px solid #DFE1E6;
  padding: 20px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px 0 20px 0;
}

.calculator-frame .default-h3, .calculator-frame .default-h2 {
  margin: 0px 0 8px;
}

.calculator-frame .calculator-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}

.calculator-frame .calculator-box li {
  list-style: none;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 35px;
  width: 80px;
}

.calculator-frame .calculator-box li a {
  display: table;
  color: #253858;
}

.calculator-frame .calculator-box li div {
  border: 1px solid #DFE1E6;
  border-radius: 8px;
  height: 80px;
  width: 80px;
  position: relative;
}

.calculator-frame .calculator-box li div::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../../images/bu/calculator-svg-icon.svg") no-repeat 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  left: 0;
  right: 0px;
  margin: 0px auto;
}

.calculator-frame .calculator-box li div.term-ins:before {
  background-position: -212px 0px;
}

.calculator-frame .calculator-box li div.life-ins:before {
  background-position: -70px 0px;
}

.calculator-frame .calculator-box li div.life-val-ins:before {
  background-position: -2px 0px;
}

.calculator-frame .calculator-box li div.retirement-ins:before {
  background-position: -140px 0px;
}

.calculator-frame .calculator-box li div.ulip-ins:before {
  background-position: -280px 0px;
}

.calculator-frame .calculator-box li div.annuity-ins:before {
  background-position: -350px 0px;
}

.calculator-frame .calculator-box li div.premium-ins:before {
  background-position: -422px 0px;
}

.calculator-frame .calculator-box li div.saving-ins:before {
  background-position: -492px 0px;
}

.calculator-frame .calculator-box li div.nps-ins:before {
  background-position: -562px 0px;
}

.calculator-frame .calculator-box li span {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  margin-top: 5px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .calculator-frame .calculator-box li {
    margin-right: calc(33% - 84px);
  }
}

.calculator-frame .banner-pointers {
  padding-left: 40%;
}

.calculator-frame .banner-pointers p {
  display: block;
}

@media only screen and (max-width: 480px) {
  .calculator-frame .banner-img {
    width: 100%;
    position: relative;
    display: block;
    height: 120px;
    margin-bottom: 20px;
  }
  .calculator-frame .banner-pointers {
    padding-left: 0%;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .calculator-frame {
    padding: 20px 10px 20px 10px;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .askpbwidget {
    margin: 20px auto;
  }
}

.col-2-layout-with-bluebg {
  width: 100%;
  margin-bottom: 20px;
}

.col-2-layout-with-bluebg .col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col-2-layout-with-bluebg .col-item .item-list {
  width: 48%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 10px 0 20px 0;
  background: #f9faff;
}

.col-2-layout-with-bluebg .col-item .item-list p {
  display: inline;
}

.col-2-layout-with-bluebg .col-item .item-list .icon {
  display: inline-block;
  position: absolute;
  width: 50px;
  left: 0;
  top: 5px;
}

.col-2-layout-with-bluebg .col-item .item-list .icon img {
  width: 100%;
}

.col-2-layout-with-bluebg .col-item .item-list .list-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}

.col-2-layout-with-bluebg .col-item .item-list .open-parent {
  font-size: 16px;
  color: #0065FF;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .col-2-layout-with-bluebg .col-item .item-list {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

.tow-col-list-with-ticks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tow-col-list-with-ticks .list-title {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  color: #253858;
  letter-spacing: 0.26px;
}

@media screen and (max-width: 767px) {
  .tow-col-list-with-ticks .list-title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 4px;
  }
}

.tow-col-list-with-ticks .list-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 10px;
  width: 5px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.tow-col-list-with-ticks p::last-of-type {
  margin-top: 0;
}

.layout-full {
  width: 100%;
  margin-bottom: 20px;
}

.layout-full .item-list {
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 15px 0 0 0;
  padding-left: 20px;
}

.layout-full .item-list .list-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 20px 0 6px 0;
}

.layout-full .item-list .list-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 10px;
  width: 5px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

@media only screen and (max-width: 640px) {
  .layout-full .item-list {
    width: 100%;
  }
}

.layout-full-with-bluebg {
  width: 100%;
  margin-bottom: 20px;
  background: #F9FAFF;
  border-radius: 8px;
  padding: 22px 24px;
}

.layout-full-with-bluebg h2 {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .layout-full-with-bluebg {
    background: transparent;
    padding: 0;
  }
}

.list-with-round-bullet {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-with-round-bullet li {
  width: 100%;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 15px 0 0 0;
  padding-left: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #253858;
}

.list-with-round-bullet li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #253858;
  border-radius: 50%;
}

ol {
  padding-left: 16px;
}

ol li {
  padding: 0 0 0 16px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

ol li::last-child {
  margin-bottom: 0;
}

ol li::marker {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.list-with-ticks {
  list-style-type: none;
  margin: 0 16px 0 35px;
}

@media screen and (max-width: 767px) {
  .list-with-ticks {
    margin: 0 16px;
  }
}

.list-with-ticks li {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  color: #505F79;
  letter-spacing: 0.26px;
}

.list-with-ticks li:last-child {
  margin-bottom: 0;
}

.list-with-ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 10px;
  width: 5px;
  border-bottom: 2px solid #505F79;
  border-right: 2px solid #505F79;
}

/*End Content Formatting Scss*/
/*Insurance By Compay*/
.blockContentCompany {
  margin: 40px 0 0;
}

.insurer-by-company, .list-calculator {
  border-radius: 8px;
  padding: 15px 25px 5px;
  margin: 20px 0;
  border: 1px solid #DFE1E6;
}

@media only screen and (max-width: 1024px) {
  .insurer-by-company, .list-calculator {
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .insurer-by-company, .list-calculator {
    background: none;
  }
}

@media only screen and (max-width: 480px) {
  .insurer-by-company, .list-calculator {
    padding: 15px 5px 5px;
  }
}

.insurer-by-company .insurer-by-company-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 12px;
}

.insurer-by-company .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #172b4d;
  margin: 0px;
}

.insurer-by-company h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}

.insurer-by-company h4 span {
  vertical-align: text-top;
}

.insurer-by-company .insurer-by-company-content {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-left: 0;
  margin-right: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.insurer-by-company .insurer-by-company-content:after {
  content: "";
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media only screen and (min-device-width: 480px) and (max-device-width: 740px) {
  .insurer-by-company .insurer-by-company-content:after {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block {
  margin: 0px 0 10px 0;
  padding: 15px 6px 0;
  border-radius: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 250px;
  width: 24%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media only screen and (max-width: 740px) {
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block {
    width: 31%;
  }
}

@media only screen and (max-width: 440px) {
  .insurer-by-company .insurer-by-company-content .insurer-by-company-block {
    width: 48%;
  }
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block .logo-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.insurer-by-company .insurer-by-company-content .insurer-by-company-block p {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  display: block;
  margin-bottom: 0;
  color: #253858;
  margin: 10px 0 0;
  width: 100%;
}

.insurer-by-company .slick-prev.slick-arrow,
.insurer-by-company .slick-next.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  width: 18px;
  height: 18px;
}

.insurer-by-company .slick-prev.slick-arrow {
  left: -27px;
}

.insurer-by-company .slick-next.slick-arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}

.showAllInsurer {
  position: relative;
  margin-right: 0;
}

.showAllInsurer::before {
  line-height: 22px;
  content: "+";
  display: inline-block;
  position: absolute;
  margin-left: 4px;
  font-size: 18px;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  top: 50%;
  left: -20px;
}

.lessInsurer::before {
  content: "-";
}

.viewallLinkInsurer {
  margin: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.viewallLinkInsurer .viewAll {
  font-size: 16px;
  color: #0065ff;
  border: 1px solid #0065ff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 30px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .viewallLinkInsurer .viewAll {
    padding: 5px 20px;
    background: #fff;
    font-weight: 500;
  }
}

.viewallLinkInsurer .viewAll .witharrow {
  display: inline-block;
  position: relative;
  padding-right: 14px;
}

.viewallLinkInsurer .viewAll .witharrow:after {
  content: "";
  border: solid #0663f6;
  border-width: 0 2px 2px 0;
  padding: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 0px;
  top: 7px;
}

.viewallLinkInsurer .viewAll .witharrow.less:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 10px;
}

/*End Insurance By Compay*/
/*whatsapp optin*/
.form-whatsapp {
  font-size: 12px;
  text-align: center;
  color: #333;
  margin-top: 20px;
}

.floatpanel .form-whatsapp {
  margin-bottom: 60px;
}

.form-whatsapp i.icon {
  background: url(../../images/bu/whatsapp.png) no-repeat;
  background-size: cover;
  margin-right: 5px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
}

.form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0px;
}

.form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-whatsapp input:checked + .slider {
  background-color: #2196F3;
}

.form-whatsapp input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
  box-shadow: 0 0 1px #2196F3;
}

.form-whatsapp input:checked + .slider:before {
  -webkit-transform: translateX(11px);
  transform: translateX(11px);
}

.form-whatsapp .slider.round {
  border-radius: 34px;
}

.form-whatsapp .slider.round:before {
  border-radius: 50%;
}

/*end whatsapp optin*/
.subfooter .boxleft {
  width: calc(33% - 20px);
  margin-right: 20px;
}

.subfooter .boxleft:last-child {
  margin-right: 0px;
}

@media only screen and (max-width: 667px) {
  .subfooter .boxleft {
    width: 100%;
  }
}

.block_content_wrapper.graybox {
  padding: 0px;
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper.graybox {
    background: #f7f7f7;
  }
}

.fastag-highlighted-block {
  -webkit-box-shadow: 0px 6px 16px #3469cb29;
          box-shadow: 0px 6px 16px #3469cb29;
  border-radius: 8px;
  padding: 25px 0 30px;
}

.fastag-highlighted-block h2 {
  color: #FF991F;
  margin-top: 0;
  border-left: 4px solid;
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .fastag-highlighted-block h2 {
    padding-left: 12px;
  }
}

.fastag-highlighted-block p {
  margin-left: 32px;
}

@media screen and (max-width: 767px) {
  .fastag-highlighted-block p {
    margin-left: 12px;
  }
}

@media screen and (min-width: 768px) {
  .fastag-customer-care-block > p .hidden-desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .fastag-customer-care-block > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fastag-customer-care-block .fastag-customer-care-numbers {
  margin-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fastag-customer-care-block .fastag-customer-care-numbers > div {
  margin-left: 34px;
}

@media screen and (max-width: 767px) {
  .fastag-customer-care-block .fastag-customer-care-numbers > div {
    margin-left: 0px;
    width: 100%;
    margin-right: 12px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .fastag-customer-care-block .fastag-customer-care-numbers > div > div {
    width: 100%;
  }
}

.fastag-customer-care-block .fastag-customer-care-numbers > div > div:last-child {
  margin-top: 30px;
}

.fastag-customer-care-block .fastag-customer-care-numbers p.label {
  color: #7A869A;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 3px;
}

.fastag-customer-care-block .fastag-customer-care-numbers p.value {
  color: #253858;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .fastag-customer-care-block .fastag-customer-care-numbers p.value {
    border: 1px solid #0065FF;
    border-radius: 8px;
    padding: 15px 0;
    font-size: 20px;
    line-height: 26px;
    color: #0065ff;
    text-align: center;
    margin-top: 9px;
  }
}

@media screen and (max-width: 767px) {
  .fastag-customer-care-block .fastag-customer-care-numbers {
    margin-left: 12px;
  }
  .fastag-customer-care-block .fastag-customer-care-numbers img {
    display: none;
  }
}

.fastag-fee-table {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .fastag-fee-table table {
    width: 600px;
  }
}

.fastag-fee-table th {
  text-align: left;
  white-space: nowrap;
  font-weight: 400;
  padding: 0 10px;
  color: #5E6C84;
  font-size: 16px;
  line-height: 22px;
}

@media screen and (max-width: 767px) {
  .fastag-fee-table th {
    vertical-align: top;
  }
  .fastag-fee-table th:first-child {
    width: 70px;
    white-space: initial;
  }
}

.fastag-fee-table td {
  text-align: left;
  padding: 10px;
  font-weight: 600;
  color: #253858;
  line-height: 24px;
  vertical-align: top;
}

.fastag-banner {
  margin: 0 auto;
  text-align: center;
  margin: 40px auto 10px;
}

.fastag-banner img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .fastag-banner .hidden-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .fastag-banner .hidden-desktop {
    display: none;
  }
}

.show-more-less-section {
  position: relative;
}

.show-more-less-section .more-text, .show-more-less-section .view-more-text1, .show-more-less-section .view-more-text2 {
  display: block;
}

.show-more-less-section .show-more {
  color: #0065FF;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 20px;
  cursor: pointer;
  width: 185px;
  margin: 0 auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #0065FF;
  border-radius: 38px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

@media screen and (min-width: 1025px) {
  .show-more-less-section .show-more:hover {
    color: #fff;
    background: #0065FF;
  }
  .show-more-less-section .show-more:hover:after {
    border-color: #fff;
  }
}

.show-more-less-section .show-more:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border: solid #0662f6;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 15px;
  margin: 0px auto;
  top: 39%;
}

.show-more-less-section .show-more.show-less::after {
  right: 22px;
  top: 48%;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.show-more-less-section .show-more.view-more {
  text-align: center;
  margin-bottom: 40px;
}

.show-more-less-section .show-more.view-more:after {
  right: 42px;
}

.show-more-less-section .show-more-height {
  height: 65px;
  overflow: hidden;
  display: none;
}

.show-more-less-section .list-with-bullet {
  margin-bottom: 20px;
}

.show-more-less-section .list-with-bullet p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #253858;
  position: relative;
  padding-left: 20px;
}

.show-more-less-section .list-with-bullet p.heading {
  font-weight: bold;
}

.show-more-less-section .list-with-bullet p.heading:before {
  content: '';
  background: #97A0AF;
  height: 10px;
  width: 10px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  border-radius: 50%;
  left: 0;
}

.show-more-less-section .list-with-bullet-single {
  margin-bottom: 20px;
  list-style-type: none;
}

.show-more-less-section .list-with-bullet-single li {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #253858;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.show-more-less-section .list-with-bullet-single li:before {
  content: '';
  background: #97A0AF;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 8px;
  border-radius: 50%;
  left: 0;
}

.show-more-less-section .list-with-ticks li:last-child {
  margin-bottom: 24px;
}

.show-more-less-section.blue-bg .list-with-ticks {
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .show-more-less-section.blue-bg .list-with-ticks {
    margin: 0 4px;
  }
}

.show-more-less-section.blue-bg .list-with-ticks li {
  font-weight: 400;
  color: #253858;
}

.show-more-less-section.blue-bg .list-with-ticks li::before {
  border-color: #253858;
}

.show-more-less-section.blue-bg .list-with-ticks li:last-child {
  margin-bottom: 24px;
}

.show-more-less-section.blue-bg .list-with-ticks + .show-more.view-more {
  margin-bottom: 0;
}

.recharge-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recharge-details > div {
  width: 63%;
}

@media screen and (max-width: 767px) {
  .recharge-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .recharge-details > div {
    width: 100%;
    margin-top: 10px;
  }
}

.fastag-recharge.faqsWrap ul li h2 + div, .fastag-recharge.faqsWrap ul li h3 + div, .fastag-recharge.faqsWrap ul li h4 + div {
  padding-top: 0;
  margin-left: 52px;
}

.fastag-recharge.faqsWrap ul li h2 + div p, .fastag-recharge.faqsWrap ul li h3 + div p, .fastag-recharge.faqsWrap ul li h4 + div p {
  margin: 0;
}

.fastag-recharge.faqsWrap ul li h2 + div ol, .fastag-recharge.faqsWrap ul li h3 + div ol, .fastag-recharge.faqsWrap ul li h4 + div ol {
  margin: 20px 0 4px;
}

.fastag-recharge.faqsWrap ul li h2 + div ol li, .fastag-recharge.faqsWrap ul li h3 + div ol li, .fastag-recharge.faqsWrap ul li h4 + div ol li {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  padding-left: 10px;
  color: #505F79;
}

.fastag-recharge.faqsWrap ul li h2 a, .fastag-recharge.faqsWrap ul li h3 a, .fastag-recharge.faqsWrap ul li h4 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.fastag-recharge.faqsWrap ul li h2 a .icon, .fastag-recharge.faqsWrap ul li h3 a .icon, .fastag-recharge.faqsWrap ul li h4 a .icon {
  height: 32px;
  width: 32px;
  display: inline-block;
  margin-right: 20px;
}

.fastag-recharge.faqsWrap ul li h2 a .icon.bank, .fastag-recharge.faqsWrap ul li h3 a .icon.bank, .fastag-recharge.faqsWrap ul li h4 a .icon.bank {
  background: url(./../../images/bu/fastag-bank-icon.svg) no-repeat center/contain;
}

.fastag-recharge.faqsWrap ul li h2 a .icon.gpay, .fastag-recharge.faqsWrap ul li h3 a .icon.gpay, .fastag-recharge.faqsWrap ul li h4 a .icon.gpay {
  background: url(./../../images/bu/fastag-gpay-icon.png) no-repeat center/contain;
}

.fastag-recharge.faqsWrap ul li h2 a .icon.phonepe, .fastag-recharge.faqsWrap ul li h3 a .icon.phonepe, .fastag-recharge.faqsWrap ul li h4 a .icon.phonepe {
  background: url(./../../images/bu/fastag-phonepe-icon.png) no-repeat center/contain;
}

.fastag-recharge.faqsWrap ul li h2 a .icon.paytm, .fastag-recharge.faqsWrap ul li h3 a .icon.paytm, .fastag-recharge.faqsWrap ul li h4 a .icon.paytm {
  background: url(./../../images/bu/fastag-paytm-icon.png) no-repeat center/contain;
}

.fastag.faqsWrap ul li h2 + div, .fastag.faqsWrap ul li h3 + div, .fastag.faqsWrap ul li h4 + div {
  padding-top: 0;
}

.grey {
  color: #505F79;
}

.addReadMore.showlesscontent .SecSec, .addReadMore.showlesscontent .readLess {
  display: none;
}

.addReadMore.showmorecontent .readMore {
  display: none;
}

.addReadMore .readMore {
  font-weight: 400;
  margin-left: 2px;
  color: #0065ff;
  cursor: pointer;
}

.addReadMore .readLess {
  display: none;
}

.addReadMoreWrapTxt.showmorecontent .SecSec, .addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}

@media screen and (max-width: 767px) {
  .go-to-top {
    bottom: 25px !important;
  }
}

.banner-with-img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  margin: 40px 0 20px;
  padding: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .banner-with-img-right {
    margin: 40px 0 0px;
  }
}

@media screen and (max-width: 767px) {
  .banner-with-img-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.banner-with-img-right .banner-img {
  background: none;
}

.banner-with-img-right .banner-img img {
  width: 80%;
}

.banner-with-img-right .banner-pointers {
  padding-left: 0px;
  padding-right: 40%;
}

.banner-with-img-right .consolidate-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 350px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .banner-with-img-right .consolidate-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px auto 0;
    max-width: 560px;
    width: 100%;
  }
  .banner-with-img-right .consolidate-group .info-update-pointer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 550px;
  }
  .banner-with-img-right .consolidate-group .info-update-pointer .info-pointer {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .banner-with-img-right .consolidate-group .info-update-pointer .info-pointer img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.banner-with-img-right .consolidate-group .block-box {
  width: 100%;
  max-width: 420px;
}

@media screen and (max-width: 767px) {
  .banner-with-img-right .consolidate-group .block-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.banner-with-img-right .consolidate-group .block-box .block-box-item {
  position: relative;
  max-width: 188px;
  padding: 5px 5px 5px 45px;
  display: inline-block;
  width: 47%;
  border-radius: 8px;
}

.banner-with-img-right .consolidate-group .block-box .block-box-item .bg {
  background: url("../../images/bu/review-sprite.svg") no-repeat 0 0;
  width: 22px;
  height: 20px;
  position: absolute;
  left: 15px;
  top: 8px;
}

.banner-with-img-right .consolidate-group .block-box .block-box-item .bg.ico1 {
  background-position: 0px 0px;
}

.banner-with-img-right .consolidate-group .block-box .block-box-item .bg.ico2 {
  background-position: 0px -28px;
}

.banner-with-img-right .consolidate-group .block-box .block-box-item.green {
  background: #E2FFF0;
  margin: 0 5% 0 0;
}

@media screen and (max-width: 767px) {
  .banner-with-img-right .consolidate-group .block-box .block-box-item.green {
    margin: 0 4% 0 0;
  }
}

.banner-with-img-right .consolidate-group .block-box .block-box-item.green .large {
  color: #19B24D;
  font-size: 20px;
  margin: 0;
  font-weight: 700;
}

.banner-with-img-right .consolidate-group .block-box .block-box-item.green .small {
  color: #172B4D;
  font-size: 14px;
  margin: 0;
}

.banner-with-img-right .consolidate-group .block-box .block-box-item.purple {
  background: #ECE8FF;
}

.banner-with-img-right .consolidate-group .block-box .block-box-item.purple .large {
  color: #6554C0;
  font-size: 20px;
  margin: 0;
  font-weight: 700;
}

.banner-with-img-right .consolidate-group .block-box .block-box-item.purple .small {
  color: #172B4D;
  margin: 0;
  font-size: 14px;
}

.banner-with-img-right .consolidate-group .wr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  width: 60%;
}

.banner-with-img-right .consolidate-group .wr:hover {
  background: #0051cc;
  color: #ffffff;
}

.banner-with-img-right .consolidate-group .wr.loading {
  font-size: 0px;
}

.banner-with-img-right .consolidate-group .wr.loading::after {
  content: '';
  font-size: 0px;
  display: inline-block;
  width: 25px;
  height: 25px;
  right: 0px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  left: 0px;
  margin: 0px auto;
  position: absolute;
}

.banner-with-img-right .consolidate-group .wr.loading::after {
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  top: 13px;
}

@media only screen and (max-width: 360px) {
  .banner-with-img-right .consolidate-group .wr {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .banner-with-img-right .consolidate-group .wr {
    margin: 10px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  .banner-with-img-right .consolidate-group .wr {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .banner-with-img-right .banner-img {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .banner-with-img-right .banner-with-img-right {
    margin: 20px 0;
  }
}

#term-insurance-calculator {
  position: relative;
}

#term-insurance-calculator br {
  display: none;
}

#term-insurance-calculator span {
  padding: 10px 0 5px;
  display: block;
}

@media screen and (max-width: 1024px) {
  #term-insurance-calculator span {
    padding: 0px;
    display: block;
  }
  #term-insurance-calculator br {
    display: block;
  }
  #term-insurance-calculator::before {
    content: "";
    width: 150px;
    height: 120px;
    background: url(../../images/bu/write_review_banner.png) no-repeat 0 0;
    position: absolute;
    background-size: 90%;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
  #term-insurance-calculator span {
    display: inline-block;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
  }
}

@media screen and (max-width: 1024px) {
  #term-insurance-calculator {
    margin: 40px 0 30px;
  }
}

@media screen and (max-width: 640px) {
  #term-insurance-calculator {
    margin: 40px 0 30px;
  }
  #term-insurance-calculator span {
    width: 200px;
  }
}

@media screen and (max-width: 360px) {
  #term-insurance-calculator {
    margin: 20px 0 40px;
  }
  #term-insurance-calculator span {
    width: 180;
  }
}

.crr {
  background: #5243AA;
  padding: 30px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.crr:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 80px;
  background: url(../../images/bu/comment-bg.png) no-repeat 0 0;
  background-size: 100%;
  top: 0;
  right: 0;
}

.crr .left-box {
  width: 35%;
  color: #fff;
  padding: 8% 30px 8% 0;
  border-right: 1px dashed;
}

@media screen and (max-width: 767px) {
  .crr .left-box {
    padding: 8% 10px 0;
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.crr .left-box .high-rating {
  text-align: center;
  font-size: 70px;
}

.crr .left-box .total-rating-comment {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  opacity: 0.8;
  margin-left: 30px;
}

.crr .left-box .total-rating-comment span {
  display: block;
}

@media screen and (max-width: 1024px) {
  .crr .left-box .total-rating-comment {
    text-align: center;
  }
}

.crr .right-box {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .crr .right-box {
    width: 50%;
  }
}

.crr .right-box .type-of-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .crr .right-box .type-of-rating {
    padding: 0 20px;
  }
}

.crr .right-box .type-of-rating .li-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.crr .right-box .type-of-rating .li-list:first-child {
  padding-top: 0px;
}

.crr .right-box .type-of-rating .li-list:last-child {
  border: none;
  padding-bottom: 0px;
}

.crr .right-box .type-of-rating .li-list .text {
  color: #fff;
  padding-left: 40px;
  position: relative;
  line-height: 28px;
}

.crr .right-box .type-of-rating .li-list .text:before {
  content: "";
  background: url("../../images/bu/review-sprite.svg") no-repeat 0 0;
  width: 32px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.crr .right-box .type-of-rating .li-list .text.ico3:before {
  background-position: -3px -62px;
}

.crr .right-box .type-of-rating .li-list .text.ico4:before {
  background-position: 0px -103px;
}

.crr .right-box .type-of-rating .li-list .text.ico5:before {
  background-position: -3px -145px;
}

.crr .right-box .type-of-rating .li-list .text.ico6:before {
  background-position: -3px -184px;
}

@media screen and (max-width: 1024px) {
  .crr {
    display: block;
  }
  .crr .left-box, .crr .right-box {
    width: 100%;
  }
  .crr .left-box {
    border: none;
    padding: 10px 0 40px;
  }
  .crr .left-box .mobile-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .crr .left-box .high-rating {
    text-align: center;
    font-size: 60px;
  }
  .crr .left-box .total-rating-comment {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    opacity: 0.8;
    margin-left: 30px;
  }
  .crr .left-box .total-rating-comment span {
    display: block;
  }
  .crr .right-box .type-of-rating {
    padding: 0px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 480px) {
  .crr {
    padding: 0px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .crr {
    padding: 20px;
    margin: 20px 0 0;
  }
  .crr .left-box {
    border: none;
    padding: 10px 0 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
  }
}

.starts_block {
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0px;
  margin: 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.starts_block a, .starts_block span {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  display: inline-block;
}

.starts_block a.blank, .starts_block span.blank {
  background: url(../../images/bu/star-blank.svg) no-repeat 0 1px;
  background-size: 18px 18px;
}

.starts_block a.sel, .starts_block span.sel {
  background: url("../../images/bu/star-fill.svg") no-repeat 0 0;
}

.starts_block a.full, .starts_block span.full {
  background: url("../../images/bu/star-fill.svg") no-repeat 0 0;
}

.starts_block a:last-child, .starts_block span:last-child {
  margin-right: 0px;
}

.starts_block .fraction {
  background: url("../../images/bu/star-fraction.svg") no-repeat 0 0;
  width: 105px;
}

.starts_block .fraction.one {
  background-position: 0px 0px;
}

.starts_block .fraction.two {
  background-position: 0px -23px;
}

.starts_block .fraction.three {
  background-position: 0px -47px;
}

.starts_block .fraction.four {
  background-position: 0px -70px;
}

.starts_block .fraction.five {
  background-position: 0px -95px;
}

.starts_block .fraction.four-o-two {
  background-position: 0px -119px;
}

@media screen and (max-width: 768px) {
  .starts_block {
    margin-top: 0px;
  }
}

.list .starts_block {
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0px;
  margin: 15px ​auto 0;
}

.list .starts_block a, .list .starts_block span {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  display: inline-block;
}

.list .starts_block a.blank, .list .starts_block span.blank {
  background: url(../../images/bu/star-blank-dark.svg) no-repeat center 1px;
  background-size: 17px 17px;
}

.list .starts_block a.sel, .list .starts_block span.sel {
  background: url("../../images/bu/star-fill.svg") no-repeat 0 0;
}

.list .starts_block a.full, .list .starts_block span.full {
  background: url("../../images/bu/star-fill.svg") no-repeat 0 0;
}

.list .starts_block a:last-child, .list .starts_block span:last-child {
  margin-right: 0px;
}

.list h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
  .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pagination .boxCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination .boxCenter .page {
  padding: 0;
  color: #253858;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ececec;
  border-right: none;
  font-size: 14px;
  border-right: 1px solid #ececec;
  font-size: 14px;
  margin-right: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .pagination .boxCenter .page {
    width: 28px;
    height: 28px;
  }
}

.pagination .boxCenter .page.left-single {
  font-size: 0px;
  position: relative;
}

.pagination .boxCenter .page.left-single::before {
  content: "";
  position: absolute;
  background: url("../../images/arrow-pagination.png") no-repeat 7px -46px;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.pagination .boxCenter .page.left-double {
  font-size: 0px;
  position: relative;
}

.pagination .boxCenter .page.left-double::before {
  content: "";
  position: absolute;
  background: url("../../images/arrow-pagination.png") no-repeat 5px -21px;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.pagination .boxCenter .page.right-arrow-single {
  font-size: 0px;
  position: relative;
}

.pagination .boxCenter .page.right-arrow-single::after {
  content: "";
  position: absolute;
  background: url("../../images/arrow-pagination.png") no-repeat 8px -72px;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.pagination .boxCenter .page.right-double {
  font-size: 0px;
  position: relative;
}

.pagination .boxCenter .page.right-double::before {
  content: "";
  position: absolute;
  background: url("../../images/arrow-pagination.png") no-repeat 5px 5px;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.pagination .boxCenter .page:last-child {
  border-right: 1px solid #ececec;
}

.pagination .boxCenter .page:hover, .pagination .boxCenter .page.active {
  border: 1px solid #0663f6;
  color: #0663f6;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  .pagination .boxCenter .page {
    width: 30px;
    height: 30px;
    font-size: 12px;
    display: none;
  }
  .pagination .boxCenter .page:nth-child(1), .pagination .boxCenter .page:nth-child(2), .pagination .boxCenter .page:nth-child(3), .pagination .boxCenter .page:nth-child(4), .pagination .boxCenter .page:nth-child(5), .pagination .boxCenter .page:nth-child(6), .pagination .boxCenter .page:nth-child(7), .pagination .boxCenter .page:last-child {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media all and (-ms-high-contrast: none) {
  .pagination .boxCenter .page.left-arrow-single::after,
  .pagination .boxCenter .page.left-double::before,
  .pagination .boxCenter .page.right-arrow-single::after,
  .pagination .boxCenter .page.right-double::before {
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
  /* IE11 */
}

.post-list {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 60px;
  margin-bottom: 50px;
}

.post-list .name-init {
  width: 40px;
  height: 40px;
  background: #E0EBFD;
  color: #0065FF;
  text-align: center;
  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;
  border-radius: 50%;
  font-size: 16px;
  position: absolute;
  left: 0;
}

.post-list:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #e4e4e4;
  left: 0px;
  bottom: -25px;
}

@media screen and (max-width: 1024px) {
  .post-list:before {
    width: 100%;
  }
}

.post-list.last:before {
  display: none;
}

.post-list .postinfo {
  font-size: 12px;
  color: #7A869A;
  display: block;
  margin: 7px 0;
}

.post-list .postinfo .label {
  display: inline-block;
  text-transform: capitalize;
}

.post-list .postinfo.title .linktitle {
  font-size: 18px;
  font-weight: 700;
  color: #253858;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .post-list .postinfo.title .linktitle {
    display: block;
  }
}

.post-list .postinfo.title .linktitle:hover {
  text-decoration: none !important;
}

.post-list .postinfo.title .label {
  background: #F4F5F7;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 12px;
  color: #172B4D;
  display: inline-block;
  margin: 0px 5px;
  text-transform: capitalize;
}

@media screen and (max-width: 740px) {
  .post-list .postinfo.title .label {
    margin: 5px;
  }
}

.post-list .postinfo a {
  color: #0663f6;
  font-weight: 500;
}

.post-list .postinfo a:hover {
  text-decoration: underline;
}

.post-list .post-title-name {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

.post-list video {
  max-width: 100%;
  width: 420px;
}

.post-list p {
  font-size: 16px;
  line-height: 24px;
  color: #172B4D;
  margin: 16px 0;
}

.post-list .ans_view {
  color: #0663f6;
  font-weight: 600;
  font-size: 14px;
}

.post-list .ans_view:hover {
  text-decoration: underline;
}

.post-list .result.anspb {
  font-size: 16px;
  line-height: 24px;
  margin: 0px 0 20px;
  display: block;
  width: 100%;
}

.post-list .result.anspb .postinfo {
  margin: 5px 0;
}

.post-list:last-child:before {
  display: none;
}

.list :nth-last-child(2)::before {
  display: none;
}

.filterbox {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .filterbox {
    padding-bottom: 0px;
  }
}

.filterbox .title {
  padding: 10px 0;
  font-size: 16px;
  color: #253858;
  font-weight: 400;
  letter-spacing: 0.26px;
}

@media screen and (max-width: 740px) {
  .filterbox .title {
    font-weight: 600;
  }
}

.filter_with_write_review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.filter_with_write_review .search_filter {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
}

@media only screen and (max-width: 1024px) {
  .filter_with_write_review .search_filter {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .filter_with_write_review .search_filter::-webkit-scrollbar {
    width: 0px;
  }
  .filter_with_write_review .search_filter::-webkit-scrollbar-track {
    background: transparent;
  }
  .filter_with_write_review .search_filter::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .filter_with_write_review .search_filter::-webkit-scrollbar-thumb:hover {
    background: transparent;
  }
}

.filter_with_write_review .search_filter .select {
  width: 25%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter_with_write_review .search_filter .select select {
  width: 100%;
  border: 1px solid #DFE1E6;
  padding: 10px;
  font-size: 14px;
  color: #5E6C84;
  border-radius: 8px;
  padding: 8px 28px 8px 8px;
  background: url(../../images/bu/select-down-arrow.png) no-repeat right 10px center !important;
}

@media only screen and (max-width: 1024px) {
  .filter_with_write_review .search_filter .select {
    margin: 5px 0;
  }
  .filter_with_write_review .search_filter .select select {
    padding: 11px 28px 11px 8px;
  }
}

@media only screen and (max-width: 640px) {
  .filter_with_write_review .search_filter .select {
    min-width: 150px;
  }
}

@media only screen and (max-width: 480px) {
  .filter_with_write_review .search_filter .select {
    width: 50%;
  }
}

.filter_with_write_review .write_review_botton {
  width: 25%;
  padding-left: 20px;
  box-sizing: border-box;
}
.filter_with_write_review .write_review_botton a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  padding: 18px;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  align-items: center;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  justify-content: center;
  padding: 11px 15px;
  z-index: 98;
}

.filter_with_write_review .write_review_botton a:hover {
  background: #0051cc;
  color: #ffffff;
}

.filter_with_write_review .write_review_botton a.loading {
  font-size: 0px;
}

.filter_with_write_review .write_review_botton a.loading::after {
  content: '';
  font-size: 0px;
  display: inline-block;
  width: 25px;
  height: 25px;
  right: 0px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  left: 0px;
  margin: 0px auto;
  position: absolute;
}

.filter_with_write_review .write_review_botton a.loading::after {
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  top: 13px;
}

@media only screen and (max-width: 360px) {
  .filter_with_write_review .write_review_botton a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .filter_with_write_review .write_review_botton {
    width: 100%;
    padding: 10px 0;
    display: none;
  }
}

.thumreview {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.thumreview [data-network=facebook], .thumreview [data-network=twitter], .thumreview [data-network=pinterest] {
  display: none !important;
}

.thumreview [data-network=sharethis] {
  background-color: #0663f6 !important;
  margin-right: 15px !important;
}

.thumreview .share-post {
  display: inline-block;
  color: #0763f6;
  font-size: 13px;
  position: relative;
  margin-right: 10px;
  padding-left: 26px;
  line-height: 20px;
}

.thumreview .share-post:before {
  content: "";
  position: absolute;
  background: url(../../images/bu/review-sprite.svg) no-repeat -10px -225px;
  width: 20px;
  height: 22px;
  left: 0;
}

.getReview {
  width: auto;
  height: 25px;
  display: inline-block;
  margin-right: 30px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  background: url(../../images/bu/thumbup-down.svg) no-repeat;
}

.getReview.thumb-down {
  background-position: 0 4px;
}

.getReview.thumb-down.active {
  background-position: 0 -32px;
}

.getReview.thumb-up {
  background-position: 0 -110px;
}

.getReview.thumb-up.active {
  background-position: 0 -70px;
}

.img-post-list {
  display: inline-block;
  margin: 10px 0 30px;
  max-width: 250px;
}

.img-post-list img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #efefef;
}

.video-post-list {
  display: inline-block;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  margin: 0px 0 30px;
}

.video-post-list video {
  border-radius: 20px;
}

.video-post-list button {
  position: absolute;
  margin: 0px auto;
  width: 100%;
  height: 100%;
  font-size: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  background: url(../../images/bu/playicon.svg) no-repeat center center;
  z-index: 100;
}

.video-post-list button.active {
  opacity: 0;
}

.info-update-pointer {
  display: block;
  position: relative;
}

.info-update-pointer .info-pointer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.info-update-pointer .info-pointer img {
  width: 44px;
  height: 44px;
  margin-right: 15px;
}

.info-update-pointer .info-pointer .title {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  display: block;
  color: #253858;
}

.info-update-pointer .info-pointer .subtitle {
  font-size: 12px;
  margin: 4px 0 0;
  display: block;
  color: #253858;
  font-weight: 400;
}

@media only screen and (max-width: 320px) {
  .info-update-pointer .info-pointer .subtitle {
    font-size: 10px;
  }
}

.floatingPopupDiv {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  display: none;
}

.floatingPopupDiv.open {
  display: block;
}

.floatingPopupDiv .flat-white {
  position: absolute;
  position: absolute;
  height: 55px;
  background: #fff;
  width: 100%;
  right: 0;
  z-index: 9999;
  max-width: 528px;
}

@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .flat-white {
    width: 100%;
    max-width: 525px;
    margin: 0px auto;
    left: 0;
    right: 0;
  }
}

.floatingPopupDiv .floatpanel {
  position: absolute;
  width: 528px;
  background: #fff;
  right: 0;
  overflow: auto;
  height: 100%;
  -webkit-animation: slide .5s forwards;
          animation: slide .5s forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  padding-top: 45px;
}

@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel {
    width: 100%;
    padding-top: 15px;
  }
}

.floatingPopupDiv .floatpanel #policyinfo .block-inner p {
  padding-top: 8px;
  margin: 0;
}

.floatingPopupDiv .floatpanel #policyinfo .block-inner .logowrap {
  height: 65px;
}

.floatingPopupDiv .floatpanel .review-form {
  display: block;
  padding: 30px 30px 0;
  color: #253858;
  overflow: hidden;
}

.floatingPopupDiv .floatpanel .review-form .starts_block a, .floatingPopupDiv .floatpanel .review-form .starts_block span {
  margin-right: 5px;
}

.floatingPopupDiv .floatpanel .review-form .type-rating {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .review-form {
    max-width: 525px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .review-form {
    padding: 50px 15px 0;
  }
}

.floatingPopupDiv .floatpanel .review-form .heading {
  font-size: 24px;
  margin: 20px 0 10px;
  color: #253858;
  line-height: 30px;
  font-weight: 700;
}

.floatingPopupDiv .floatpanel .review-form .heading .rhs-heading {
  position: relative;
}

.floatingPopupDiv .floatpanel .review-form .heading .rhs-heading:before {
  content: "";
  position: absolute;
  background: url(../../images/bu/emoji-icon.png) no-repeat 0px 0px;
  width: 24px;
  height: 24px;
  right: -40px;
  top: 3px;
}

@media screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel .review-form .heading {
    margin: 10px 0 20px;
  }
}

.floatingPopupDiv .floatpanel .review-form .selectplan {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin: 30px 0 20px;
  display: inline-block;
}

.floatingPopupDiv .floatpanel .review-form .selectplan:before {
  content: "";
  position: absolute;
  width: 30px;
  background: #253858;
  height: 2px;
  right: -35px;
  top: 11px;
}

.floatingPopupDiv .floatpanel .review-form p {
  font-size: 14px;
  line-height: 18px;
  color: #253858;
}

.floatingPopupDiv .floatpanel .review-form p.light {
  font-size: 10px;
  opacity: 70%;
  margin: 5px 0px;
}

.floatingPopupDiv .floatpanel .review-form p.error {
  margin: 4px 0 0;
  font-size: 12px !important;
  color: red;
}

.floatingPopupDiv .floatpanel .img-thankyou {
  width: 175px;
  height: 165px;
  margin: 0px auto;
}

.floatingPopupDiv .floatpanel .img-thankyou img {
  width: 100%;
}

.review-form .fieldWrapper {
  position: relative;
}

.review-form .fieldWrapper input, .review-form .fieldWrapper textarea {
  border: 1px solid #5e6c847a;
  color: #253858;
  border-radius: 8px;
  height: 56px;
  font-size: 16px;
  padding: 16px;
  margin: 10px 0;
  width: 100%;
}

.review-form .fieldWrapper input + label, .review-form .fieldWrapper input + label.gray, .review-form .fieldWrapper textarea + label, .review-form .fieldWrapper textarea + label.gray {
  color: #5E6C84;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  position: absolute;
  left: 14px;
  background: #fff;
  top: 27px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 100;
}

.review-form .fieldWrapper input::-webkit-input-placeholder, .review-form .fieldWrapper input::-moz-placeholder, .review-form .fieldWrapper textarea::-webkit-input-placeholder, .review-form .fieldWrapper textarea::-moz-placeholder {
  color: #5E6C84;
}

.review-form .fieldWrapper input:focus, .review-form .fieldWrapper textarea:focus {
  outline: 0;
}

.review-form .fieldWrapper input:focus + label, .review-form .fieldWrapper input:focus + label.gray, .review-form .fieldWrapper textarea:focus + label, .review-form .fieldWrapper textarea:focus + label.gray {
  z-index: 10;
  visibility: visible;
  top: -1px;
  font-size: 12px;
}

.review-form .fieldWrapper input.labelshow + label, .review-form .fieldWrapper input.labelshow + label.gray, .review-form .fieldWrapper textarea.labelshow + label, .review-form .fieldWrapper textarea.labelshow + label.gray {
  z-index: 10;
  visibility: visible;
  top: -1px;
  font-size: 12px;
}

.review-form .fieldWrapper input.error, .review-form .fieldWrapper textarea.error {
  border-color: red;
}

.review-form .fieldWrapper textarea {
  height: 85px;
}

.review-form .fieldWrapper #review-title {
  height: 100px;
}

.review-form .fieldWrapper select {
  border: 1px solid #5e6c847a;
  color: #253858;
  border-radius: 8px;
  height: 56px;
  font-size: 16px;
  padding: 16px 40px 16px 16px;
  margin: 15px 0;
  width: 100%;
  -webkit-appearance: none;
  background: url(../../images/bu/newarrow.png) no-repeat 95% center !important;
}

.review-form .fieldWrapper select:focus {
  outline: 0;
}

.review-form .fieldWrapper select + label {
  color: #5E6C84;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  position: absolute;
  left: 14px;
  background: #fff;
  top: 27px;
  padding: 2px;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.review-form .fieldWrapper select.labelshow + label {
  z-index: 10;
  visibility: visible;
  top: 2px;
  font-size: 12px;
}

.review-form .fieldWrapper select.error {
  border-color: red;
}

.review-form .fieldWrapper .errortnc {
  font-size: 12px;
  color: red;
  position: relative;
  top: -5px;
  left: 42px;
}

@media screen and (max-width: 767px) {
  .review-form .fieldWrapper .errortnc {
    bottom: -107px;
  }
}

.review-form .text-title {
  margin: 25px 0 0;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  color: #253858;
}

.review-form .text-title:after {
  content: "";
  position: absolute;
  right: -35px;
  width: 30px;
  height: 1px;
  background: #253858;
  top: 13px;
}

.review-form .text-title.no-hifen {
  text-align: center;
  line-height: 28px;
  max-width: 350px;
  margin: 0px auto;
  font-size: 20px;
  width: 96%;
  display: block;
}

.review-form .text-title.no-hifen:after {
  display: none;
}

.review-form .type-rating-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.review-form .type-rating-custom .custome {
  width: 50%;
}

@media screen and (max-width: 360px) {
  .review-form .type-rating {
    margin-bottom: 30px;
  }
}

.review-form .loadingDiv {
  padding: 0 0 20px 0;
}

.review-form .loadingDiv.thnkyou {
  max-width: 60%;
  margin: 30px auto;
}

.review-form .proceed, .review-form .loaderProcess, .review-form #loader {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #0663f6;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  border-radius: 8px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin-top: 0;
}

.review-form .loaderProcess, .review-form #loader {
  font-size: 12px;
  padding: 18px 0;
  line-height: 16px;
}

@media only screen and (max-width: 1024px) {
  .review-form .loaderProcess, .review-form #loader {
    font-size: 16px;
    padding: 18px;
  }
}

.review-form .err {
  font-size: 12px;
  line-height: 16px;
  color: #f00;
  position: absolute;
  bottom: -18px;
  left: 2px;
}

.review-form .custom-browse {
  border: 1px solid #5e6c847a;
  color: #253858;
  cursor: pointer;
  border-radius: 8px;
  height: 56px;
  font-size: 13px;
  padding: 18px;
  margin: 20px 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  .review-form .custom-browse {
    padding: 18px 10px;
  }
}

.review-form .custom-browse input[type=file] {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.review-form .custom-browse span {
  color: #0663f6;
}

.review-form .custom-checkbox {
  position: relative;
  margin: 2% 0;
}

.review-form .custom-checkbox input[type=checkbox] {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 7px;
}

.review-form .custom-checkbox .tnc {
  font-size: 14px;
  line-height: 22px;
  color: #253858;
  margin-left: 25px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 25px;
  display: block;
  position: inherit;
  top: 0;
  pointer-events: initial !important;
}

.review-form .custom-checkbox .tnc.ext {
  display: none;
}

.review-form .custom-checkbox .tnc.ext.show {
  display: block;
}

.review-form .custom-checkbox .tnc .alink {
  color: #0663f6;
}

.review-form .custom-checkbox .tnc .alink:hover, .review-form .custom-checkbox .tnc .alink, .review-form .custom-checkbox .tnc .alink :visited {
  color: #0663f6;
}

.review-form .custom-checkbox input[type=checkbox]:checked + .tnc, .review-form .custom-checkbox input[type=checkbox]:focus + .tnc {
  font-size: 14px;
  line-height: 22px;
  color: #253858;
  margin-left: 25px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  top: 0;
}

.review-form .step2 {
  padding: 0 0 0%;
}

@media screen and (max-width: 1024px) {
  .review-form .step2 {
    padding: 5% 0 5%;
  }
}

.review-form .step3 {
  padding: 0 0 0%;
}

@media screen and (max-width: 768px) {
  .review-form .step3 {
    padding: 15px 0 0%;
  }
}

@media screen and (max-width: 400px) {
  .review-form .step3 {
    padding: 15px 0 0%;
  }
}

.review-form .step3 .img-thankyou {
  width: 140px;
  height: 140px;
  margin: 0px auto;
}

.review-form .step3 .img-thankyou img {
  width: 100%;
  height: auto;
}

.close {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  background: #F2F7FF;
  left: 15px;
  top: 15px;
  border-radius: 8px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .close {
    left: 15px;
  }
}

.close:before {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  height: 10px;
  width: 10px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 12px;
  left: 14px;
}

#policyinfo {
  padding: 0px 0px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

.block-inner {
  width: 100%;
  margin-bottom: 25px;
  padding: 10px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block-inner:first-child {
  margin-top: 20px;
}

.block-inner .itembox {
  width: 25%;
}

.block-inner .itembox .logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 78px;
}

.block-inner .itembox:nth-child(2), .block-inner .itembox:nth-child(3) {
  width: 37.5%;
}

@media only screen and (max-width: 640px) {
  .block-inner .itembox:nth-child(2), .block-inner .itembox:nth-child(3) {
    width: 50%;
    text-align: left;
    margin: 10px 0;
  }
}

.block-inner .logo-block {
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .block-inner .logo-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
  .block-inner .logo-block .logowrap {
    width: 120px;
  }
  .block-inner .logo-block div {
    width: 50%;
  }
}

.block-inner .logo-block img {
  width: 80%;
}

@media only screen and (max-width: 640px) {
  .block-inner .logo-block img {
    width: auto;
    max-width: 80px;
  }
}

.block-inner .logo-block span.plan-name {
  width: 80%;
  text-align: left;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  color: #333333;
  vertical-align: top;
  display: inherit;
}

@media only screen and (max-width: 640px) {
  .block-inner .logo-block span.plan-name {
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    width: calc(80% - 120px);
  }
}

.block-inner .life-cover {
  padding: 0;
  text-align: center;
}

.block-inner .life-cover p.title {
  color: #666666;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.block-inner .life-cover p.text {
  color: #333333;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 10PX;
}

.block-inner .life-cover p.text .tenour {
  font-size: 10px;
}

@media only screen and (max-width: 1024px) {
  .block-inner .life-cover p.text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 640px) {
  .block-inner .life-cover p.text {
    font-size: 14px;
    margin: 0;
  }
}

.not-scroll {
  overflow: hidden;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader {
  margin: 10px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-radius: 50%;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #0663f6;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader.loader.big {
  position: absolute;
  top: 44%;
  left: 42%;
  -webkit-transform: translate(-44%, -42%);
  transform: translate(-44%, -42%);
  width: 6em;
  height: 6em;
}

@media screen and (max-width: 767px) {
  .layout-full-with-bluebg {
    padding: 0px 0px 0;
  }
}

.tblink {
  position: relative;
}

.tblink:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 40px;
}

.tblink .tb {
  margin-top: 40px;
  display: none;
}

.tblink .tb.active {
  display: block;
}

.tblink .tb-link {
  font-size: 18px;
  font-weight: 400;
  color: #cccccc;
  line-height: 24px;
  text-decoration: none;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}

.tblink .tb-link.active {
  color: #253858;
  font-weight: 700;
}

.tblink .tb-link.active:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #0663f6;
  position: absolute;
  bottom: -20px;
}

.step4 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.first_fold_review {
  background: transparent;
  padding: 0px;
}

@media screen and (max-width: 1024px) {
  .first_fold_review {
    background: #F2F7FF;
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
  }
}

@media screen and (max-width: 480px) {
  .first_fold_review {
    padding: 10px;
  }
  .first_fold_review #term-insurance-calculator::before {
    right: -20px;
  }
}

.share-your-exp {
  border: 1px solid #D3D6DC;
  padding: 20px;
  margin: 30px 0;
  border-radius: 8px;
}

.share-your-exp .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share-your-exp .title-box .title {
  font-size: 20px;
  color: #172B4D;
  font-weight: 700;
  padding-left: 10px;
}

@media screen and (max-width: 640px) {
  .share-your-exp .title-box .title {
    padding-left: 20px;
    line-height: 26px;
  }
}

.share-your-exp .more-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 0;
}

.share-your-exp .more-description span {
  font-size: 16px;
  color: #172B4D;
  line-height: 24px;
  padding-right: 16px;
  margin-right: 5px;
}

.share-your-exp .more-description .wr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  padding: 10px;
}

.share-your-exp .more-description .wr:hover {
  background: #0051cc;
  color: #ffffff;
}

.share-your-exp .more-description .wr.loading {
  font-size: 0px;
}

.share-your-exp .more-description .wr.loading::after {
  content: '';
  font-size: 0px;
  display: inline-block;
  width: 25px;
  height: 25px;
  right: 0px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0px;
  vertical-align: middle;
  left: 0px;
  margin: 0px auto;
  position: absolute;
}

.share-your-exp .more-description .wr.loading::after {
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  top: 13px;
}

@media only screen and (max-width: 360px) {
  .share-your-exp .more-description .wr {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .share-your-exp .more-description {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px auto;
    width: 99%;
  }
  .share-your-exp .more-description span {
    margin: 15px 0;
    padding: 0px;
  }
  .share-your-exp .more-description .wr {
    width: 100%;
    font-size: 18px;
  }
}

.ask-pb-banner .banner-img {
  background: url(../../images/bu/ask-pb-banner.svg) no-repeat center center;
}

@media only screen and (max-width: 667px) {
  .ask-pb-banner .banner-img {
    display: none;
  }
}

.field_wrapper .label {
  font-size: 14px;
  font-weight: 500;
  color: #253858;
  margin: 0 0 8px 0;
  font-weight: 500;
}

.radio_pills {
  display: inline-block;
  width: 100%;
}

.radio_pills label {
  margin: 0 12px 9px 0;
  display: inline-block;
}

.radio_pills label input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}

.radio_pills label input[type="radio"] + span {
  background: #ffffff;
  border-radius: 40px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: auto;
  padding: 10px 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0065ff;
  font-style: normal;
  font-size: 14px;
  color: #253858;
}

.radio_pills label input[type="radio"]:checked + span {
  border: 1px solid #0065ff;
  color: #ffffff;
  background: #0065ff;
}

.fromfile {
  width: 100px;
  height: 100px;
  margin: 10px 0;
  display: none;
  border-radius: 5px;
}

.popularCity,
ul.ui-autocomplete {
  position: relative;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.4);
  max-height: 250px;
  overflow: auto;
  z-index: 9999999;
}

.popularCity li,
ul.ui-autocomplete li {
  padding: 16px !important;
  font-size: 14px;
  color: #666666 !important;
  background-image: none !important;
  border: none !important;
  background-color: #fff !important;
}

.popularCity li:hover,
ul.ui-autocomplete li:hover {
  background-color: #2684ff !important;
  color: #fff !important;
}

.popularCity li[disable="disable"] {
  padding: 8px 16px !important;
  background-color: #f4f5f7 !important;
}

.popularCity li[disable="disable"]:hover {
  background-color: #f4f5f7 !important;
  color: #666666 !important;
}

select {
  background: none !important;
}

ul.ui-autocomplete {
  width: 455px !important;
  border: none !important;
}

ul.ui-autocomplete li a {
  color: #666666 !important;
  border: none !important;
  background: none !important;
  font-weight: normal;
  padding: 0 !important;
  margin: 0 !important;
}

ul.ui-autocomplete li:hover a {
  color: #fff !important;
}

.no-img-wrap {
  position: relative;
  margin: 70px 0 50px;
}

.no-img-wrap .no-img {
  max-width: 550px;
  height: 250px;
  background: url(../../images/bu/no-review.svg) no-repeat center center;
  width: 100%;
  margin: 0px auto;
}

.no-img-wrap .title {
  font-size: 25px;
  color: #5E6C84;
  line-height: 42px;
  display: block;
  text-align: center;
}

.no-img-wrap span {
  font-size: 18px;
  color: #253858;
  line-height: 26px;
  display: block;
  text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: landscape), (max-width: 1024px) {
  .fixedh .user_signin .mobsignin {
    margin: 12px 0px 12px 0;
  }
}

.file-upload-content img {
  width: 100%;
}

.file-upload-content .image-title-wrap {
  position: absolute;
  left: 110px;
  top: 60px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
  border: 1px solid #333;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.file-upload-content .image-title-wrap:hover {
  opacity: 1;
}

.file-upload-content .image-title-wrap:before, .file-upload-content .image-title-wrap:after {
  position: absolute;
  left: 8px;
  content: ' ';
  height: 10px;
  width: 2px;
  background-color: #333;
  top: 4px;
}

.file-upload-content .image-title-wrap:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.file-upload-content .image-title-wrap:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.image-title {
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin: 15px 0;
}

.loading {
  font-size: 24px;
  font-family: serif;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: capitalize;
  overflow: hidden;
  font-family: inherit;
}

.loading:before {
  color: #aaa;
  content: attr(data-loading-text);
}

.loading:after {
  top: 0;
  left: 0;
  width: 0;
  opacity: 1;
  color: #444;
  overflow: hidden;
  position: absolute;
  content: attr(data-loading-text);
  -webkit-animation: loading 5s infinite;
          animation: loading 5s infinite;
}

@-webkit-keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.image-error {
  font-size: 16px;
  color: #f00;
}

.ui-helper-hidden-accessible div {
  display: none;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}
#filterbox {
  display: none;
  background: rgb(246, 248, 254);
  box-sizing: border-box;
  padding: 8px 20px 20px;
  border-radius: 8px;
}
#filterbox .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
#filterbox .title:before {
  content: "";
  position: absolute;
  width: 40px;
  left: 0px;
  bottom: -1px;
  background: #0065FF;
  height: 2px;
}
#filterbox .filter_with_write_review {
  position: relative;
}
#filterbox .filter_with_write_review .write_review_botton {
  position: absolute;
  padding: 0;
  width: 160px;
  right: 0px;
  bottom: -71px;
}
#filterbox .search_filter {
  width: 100%;
}
#filterbox .select {
  width: 23%;
  box-sizing: border-box;
  display: flex;
  margin: 7px 5px;
}
@media (max-width: 568px) {
  #filterbox .select:first-child {
    padding-left: 0px;
  }
}
#filterbox .select select {
  border: 1px solid rgb(179, 186, 197);
  background: #fff url(../../images/bu/select-down-arrow.png) no-repeat right 10px center !important;
  appearance: none;
  -webkit-appearance: none;
}
#filterbox .select-menu {
  max-width: 330px;
  margin: 50px auto;
}
#filterbox .select-menu .select-btn {
  display: flex;
  height: 55px;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#filterbox .select-menu .select-btn i {
  font-size: 25px;
  transition: 0.3s;
}
#filterbox .select-menu .options {
  position: absolute;
  width: 330px;
  overflow-y: auto;
  max-height: 295px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
}
#filterbox .select-menu .options .option {
  display: flex;
  height: 55px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}
#filterbox .select-menu .options .option:hover {
  background: #f2f2f2;
}
#filterbox .select-menu .options .option i {
  font-size: 25px;
  margin-right: 12px;
}
#filterbox .select-menu .options .option .option-text {
  font-size: 18px;
  color: #333;
}
#filterbox .select-menu.active .select-btn i {
  transform: rotate(-180deg);
}
#filterbox .select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

.infobox {
  background: url("../../images/bu/csat-_bg_desktop.png") no-repeat 0 0;
  height: 115px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0px auto 30px;
  background-size: contain;
  padding: 0px 24px;
}
@media (max-width: 568px) {
  .infobox {
    background: url("../../images/bu/csat-_bg_mobile.png") no-repeat 0 0;
    height: 220px;
    background-size: cover;
    max-width: 354px;
    margin: 0 auto 20px auto;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .infobox {
    height: 210px;
  }
}
@media (max-width: 320px) {
  .infobox {
    height: 185px;
  }
}
.infobox .content-box {
  display: flex;
  flex-wrap: nowrap;
}
.infobox .content-box p {
  line-height: 22px;
  margin: 0;
}
@media (max-width: 568px) {
  .infobox .content-box {
    flex-direction: column;
  }
  .infobox .content-box h3 {
    margin: 8px 0;
  }
}
@media (max-width: 320px) {
  .infobox .content-box h3 {
    margin: 8px 0;
  }
  .infobox .content-box p {
    line-height: 16px;
    margin: 0;
    font-size: 12px;
  }
}
.infobox .iconbox {
  width: 90px;
  height: 60px;
  margin-right: 30px;
  padding-top: 18px;
}
.infobox .iconbox img {
  width: 100%;
}
@media (max-width: 568px) {
  .infobox .iconbox {
    width: 60px;
    height: 60px;
    padding-top: 0;
    margin-right: 0;
    margin-top: 16px;
  }
}