@charset "UTF-8";
@import url("../css/slick.css");
#policybazaar {
  width: 100% !important;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

a,
input,
select,
button {
  outline: none;
}

.grid {
  width: 1140px;
  margin: 0px auto;
}

.logopbaskci {
  display: inline-block;
  width: 110px;
  float: left;
  margin-top: -4px;
  margin-right: 5px;
}

#reference_detail {
  font-size: 12px;
  color: #253858;
  margin: 10px;
}

.viewmore_button {
  width: 100%;
  border: 1px solid #0065ff;
  background: #0065ff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  max-width: 220px;
  display: block;
  padding: 14px 0;
  text-align: center;
  margin: 40px 60px;
  position: relative;
}
.viewmore_button.loading:before {
  content: "";
  height: 0;
  width: 0;
  padding: 9px;
  border: 3px solid #fff;
  border-right-color: #fee380;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  position: absolute;
  right: 10px;
  top: 12px;
}

.viewmore_button.getstarted {
  background: #0065ff;
  color: #fff;
  border: 1px solid #0065ff;
  margin: 40px 0 0;
}

.wi-100{
  width:100% !important;
}
@media only screen and (max-width: 1024px) {
  .viewmore_button.getstarted {
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 1024px) {
  .viewmore_button {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 440px) {
  .viewmore_button {
    margin: 30px auto;
    max-width: 100%;
  }
}
.ask_fullwrapper {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
  .ask_fullwrapper {
    background: #fff;
  }
  .ask_fullwrapper .bg-blue {
    background: #e4f5f9;
    width: 100%;
    height: 105%;
    position: absolute;
  }
  .ask_fullwrapper .grid {
    background: none;
    z-index: 1;
  }
}
.ask_fullwrapper .title {
  color: #253858;
  font-size: 44px;
  line-height: 56px;
  margin: 0 0 16px;
  font-weight: 700;
  letter-spacing: 0.704px;
}
@media (max-width: 1024px) {
  .ask_fullwrapper .title {
    font-size: 28px;
    line-height: 39px;
    padding-top: 0;
    position: relative;
    margin: 0;
  }
}

.ask_fullwrapper .subtitle {
  color: #5E6C84;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .ask_fullwrapper .subtitle {
    font-size: 16px;
    line-height: normal;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .logopbaskci {
    position: absolute;
    top: 0;
  }
}
.ask_fullwrapper .title-subtext {
  color: #172B4D;
  font-size: 14px;
  line-height: 14px;
}

@media only screen and (max-width: 1024px) {
  .ask_fullwrapper .title-subtext {
    font-size: 14px;
    line-height: 22px;
  }
}
.ask_fullwrapper .ask_pb_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 42px 0px 0;
  width: 100%;
}

.ask_fullwrapper .ask_pb_container .bannerbox {
  display: flex;
  align-items: flex-end;
  margin-top: 48px;
}

@media only screen and (max-width: 440px) {
  .ask_fullwrapper .ask_pb_container .bannerbox {
    margin-top: 28px;
  }
}
.ask_fullwrapper .ask_pb_container .bannerbox .inforgraphics {
  background: url(../images/bu/ask-pb-bg.svg) no-repeat;
  height: 264px;
  width: 47%;
}

.ask_fullwrapper .ask_pb_container .bannerbox .pointers {
  list-style-type: none;
  width: 39%;
  padding-bottom: 5px;
  position: relative;
  top: -30px;
}

@media only screen and (max-width: 1024px) {
  .ask_fullwrapper .ask_pb_container .bannerbox .pointers {
    top: 0;
  }
}
.ask_fullwrapper .ask_pb_container .bannerbox .pointers li {
  font-size: 14px;
  line-height: 20px;
  color: #253858;
  margin-bottom: 49px;
  position: relative;
  padding-left: 68px;
}

.ask_fullwrapper .ask_pb_container .bannerbox .pointers li:last-child {
  margin-bottom: 0;
}

.ask_fullwrapper .ask_pb_container .bannerbox .pointers li::before {
  position: absolute;
  width: 48px;
  height: 48px;
  content: "";
  top: -3px;
  left: 0;
}

.ask_fullwrapper .ask_pb_container .bannerbox .pointers li.pointer-1::before {
  background: url(../images/bu/ask-pb-pointer-img-1.svg);
}

.ask_fullwrapper .ask_pb_container .bannerbox .pointers li.pointer-2::before {
  background: url(../images/bu/ask-pb-pointer-img-2.svg);
}

.ask_fullwrapper .ask_pb_container .bannerbox .pointers li.pointer-3::before {
  background: url(../images/bu/ask-pb-pointer-img-3.svg);
}

.graphic {
  width: 100%;
  max-width: 500px;
  position: relative;
}
@media (max-width: 1024px) {
  .graphic {
    text-align: center;
    margin: 0;
  }
}
.graphic .ask_right {
  width: 100%;
  max-width: 486px;
  margin-bottom: -16px;
  z-index: 2;
  position: relative;
}
.graphic .ask_right .ask_search-new {
  padding: 24px 24px 15px;
}
@media screen and (max-width: 1024px) {
  .graphic .ask_right .ask_search-new {
    margin-top: 14px;
    padding: 16px 16px 23px;
  }
}
.graphic .ask_right .ask_search-new .heading {
  color: #253858;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
@media screen and (max-width: 1024px) {
  .graphic .ask_right .ask_search-new .heading {
    font-size: 20px;
    line-height: 28px;
  }
}
.graphic .ask_right .ask_search-new .heading span {
  color: var(--253858-n-700, #253858);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .graphic .ask_right .ask_search-new .heading span {
    font-size: 14px;
  }
}
.graphic .ask_right .ask_search-new .input-wrapper label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.256px;
}
.graphic .ask_right .ask_search-new .input-wrapper input.valid + label,
.graphic .ask_right .ask_search-new .input-wrapper input.labelshow + label,
.graphic .ask_right .ask_search-new .input-wrapper input:focus + label,
.graphic .ask_right .ask_search-new .input-wrapper textarea:focus + label,
.graphic .ask_right .ask_search-new .input-wrapper select:focus + label {
  top: -7px;
  left: 10px;
  font-size: 0.8em !important;
  color: inherit;
  cursor: pointer;
  font-size: 12px;
  color: #5E6C84;
}

.graphic img {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .graphic img {
    width: 50%;
  }
}

.graphic:after {
  content: "";
  background: url(../images/bg.svg);
  position: absolute;
  width: 250px;
  height: 180px;
  bottom: 56px;
  right: -21px;
  background-position: center center;
  background-size: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .graphic:after {
    display: none;
  }
}

.asklogo.mt20 {
  margin-bottom: 20px;
}

.input-wrapper {
  position: relative;
  margin-top: 20px;
}

.captcha-input .input-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.captcha-input .input-wrapper.captcha {
  margin: 0;
}

.captcha-input .input-wrapper input {
  padding: 8px 17px 9px;
}

.captcha-input img {
  margin: 0px 12px 0 0;
}

.captcha-input .input-wrapper .err {
  position: absolute;
  bottom: -22px;
  left: 0;
}

.input-wrapper label {
  position: absolute;
  background: #fff;
  padding: 0px 5px;
  font-size: 14px;
  line-height: 18px;
  left: 10px;
  top: 19px;
  color: #5E6C84;
  cursor: text;
  transition: all 0.15s ease-in-out 0s;
}

.input-wrapper select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/bu/arrow-black.svg) no-repeat 93% center;
  cursor: pointer;
}
@media (max-width: 568px) {
  .input-wrapper select {
    width: 100%;
  }
}

.input-wrapper input,
.input-wrapper select {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 16px;
}

.input-wrapper input:focus,
.input-wrapper select:focus {
  outline: none;
}

.input-wrapper input:focus + label {
  top: -9px;
  left: 10px;
  font-size: 12px;
  color: #5E6C84;
  cursor: pointer;
}

.input-wrapper input.valid + label {
  top: -9px;
  left: 10px;
  font-size: 12px;
  color: #5E6C84;
  cursor: pointer;
}

.input-wrapper select + label {
  top: -9px;
  left: 10px;
  font-size: 12px;
  color: #5E6C84;
  cursor: pointer;
}

.input-wrapper textarea {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 14px;
}

.input-wrapper textarea:focus {
  outline: none;
}

.input-wrapper textarea:focus + label,
.input-wrapper textarea:valid + label {
  top: -9px;
  left: 10px;
  font-size: 12px;
  color: #5E6C84;
  cursor: pointer;
}

.input-wrapper textarea {
  height: 80px;
  resize: none;
}

.input-wrapper .err {
  font-size: 12px;
  color: #f00;
  display: block;
  margin: 5px;
}

.input-wrapper .queryLen {
  text-align: right;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #6B778C;
}

@media only screen and (max-width: 1024px) {
  .ask_fullwrapper .ask_pb_container {
    flex-direction: column;
    margin: 20px 0px;
    align-items: center;
  }
  .ask_fullwrapper .ask_pb_container .ask_left,
  .ask_fullwrapper .ask_pb_container .ask_right {
    width: 100%;
    text-align: left;
  }
  .ask_fullwrapper .ask_pb_container .bannerbox .inforgraphics {
    display: none;
  }
  .ask_fullwrapper .ask_pb_container .bannerbox .pointers {
    width: 100%;
  }
  .ask_fullwrapper .ask_pb_container .bannerbox .pointers li {
    margin-bottom: 28px;
    font-size: 14px;
  }
}
.ask_fullwrapper .ask_left {
  width: 45%;
}

@media only screen and (max-width: 1024px) {
  .ask_fullwrapper .ask_left {
    width: 100%;
    max-width: 100%;
  }
  .ask_fullwrapper .ask_left img {
    max-width: 157px;
    width: 100%;
  }
}
.ask_right {
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .ask_right {
    width: 100%;
    max-width: 328px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 568px) {
  .ask_right {
    max-width: 100%;
  }
}
.ask_right .ask_search-new {
  background: #FFFFFF;
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  border-radius: 24px;
  padding: 40px 40px 10px;
}

@media only screen and (max-width: 1024px) {
  .ask_right .ask_search-new {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .ask_right .ask_search-new {
    margin-bottom: 30px;
  }
}
.ask_right .ask_search-new .heading {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #172B4D;
}

.ask_right .ask_search-new .heading.back-button {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  cursor: pointer;
}

.ask_right .ask_search-new .heading.back-button img {
  margin-right: 12px;
}

.ask_right .ask_search-new .heading.heading_bold {
  font-weight: bold;
  display: inline-flex;
}

.ask_right .ask_search-new .submit_button {
  position: relative;
  width: 100%;
  cursor: pointer;
  background: #0065ff;
  color: #FFFFFF;
  margin: 20px 0 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  box-shadow: 0 10px 28px -10px rgba(0, 0, 0, 0.3);
  display: block;
  padding: 15px;
}

.ask_right .ask_search-new .successfully-query-submitted {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}

@media only screen and (max-width: 1024px) {
  .ask_right .ask_search-new .successfully-query-submitted {
    padding: 0;
  }
}
.ask_right .ask_search-new .successfully-query-submitted p {
  font-size: 16px;
  line-height: 24px;
  color: #253858;
  margin: 0;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .ask_right .ask_search-new .successfully-query-submitted p {
    font-size: 14px;
  }
}
.ask_right .ask_search-new .successfully-query-submitted p.title-green {
  color: #19B24D;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  margin: 10px auto 16px;
}

@media only screen and (max-width: 1024px) {
  .ask_right .ask_search-new .successfully-query-submitted p.title-green {
    font-size: 20px;
    line-height: 26px;
    margin: 5px auto 10px;
  }
}
@media only screen and (max-width: 1024px) {
  #policybazaar {
    width: 100% !important;
  }
  .breadcrumbinner .breadcrumb {
    padding: 10px 15px !important;
  }
  .breadcrumbinner ul.breadcrumb li a {
    color: #0065ff;
  }
}



.grid {
  width: 1140px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
}

.grid.mt40 {
  padding-top: 40px;
  padding-bottom: 0px;
}

.grid.mnagetive {
  margin: 0 auto -40px;
}

.grid-flex{
  display:  flex !important;
}

.p-r-space{
  padding-right: 140px !important;
}

.grid-w{
  width: min(1140px,100%);
}

.grid-m-x{
  margin-left: auto;
  margin-right: auto;
}

.grid-col-l{
  width: 100%;
}

.grid-col-r{
  width: 399px;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.grid-gap-1{
  gap: 40px;
}

.p-top-50{
  padding-top: 50px;
}

.p-all-20{
  padding: 20px !important;
}

.d-mt-auto{
  margin-top: auto;
}

.d-mb-15{
  margin-bottom: 15px;
}

.m-bottom-40{
  margin-bottom: 40px;
}

.m-top-75{
  margin-top: 75px;
}

.card-h-title{
  font-size: 32px;
  line-height: 44px;
  color: #172B4D;
  font-weight: 500;
}

.card-h3-title{
  font-size: 32px;
  line-height: 44px;
  color: #000000;
  font-weight: 400;
}

.card-p-title{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #5E6C84;
  margin: 0px;
}

.p-x-15{
  padding-left: 15px;
  padding-right: 15px;
}

.flex-dir-col{
  flex-direction: column;
}

.fl-content-between{
  justify-content: space-between;
}

.bg-color-light-blue{
  background-color: #E8F3F8 !important;
}

.text:empty{
  display: none;
}

.mb-60{
  margin-bottom: 60px;
}

.m-0{
  margin: 0px !important;
}

.px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.grd-card {
  display: grid;
}

.grd-gap-15{
  gap: 15px;
}

.grd-col-3{
  grid-template-columns: repeat(3, 1fr);
}

.crd-main {
  padding: 0px 20px 50px;
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  border-radius: 10px;
}

.crd-button {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: #ffffff;
  background-color: #0165ff;
  padding: 10px 20px;
  border-radius: 6px;
  border: 0px;
  display: block;
  cursor: pointer;
}

.crd-content {
  border-radius: 16px;
  padding: 30px 20px;
  height: 100%;
  border: 1px solid;
  transition: 0.3s ease-in-out;
}

.askpb-steps form:has(.b-full-card.active){
  box-shadow: none;
  overflow: visible;
}

.askpb-steps:has(.b-full-card.active),
.leftContainer:has(.b-full-card.active){
  width: 100%;
}

.crd-border-1{
  border-color: #bdf4d6;
}

.crd-border-2{
  border-color: #f0dbf9;
}

.crd-border-3{
  border-color: #c9e2f0;
}

.crd-title{
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.crd-details{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.016em;
  min-height: 70px;
  display: block;
}

.bg-color-1{
  background-color:#e5fff1;
}

.bg-color-2{
  background-color: #faf2ff;
}

.bg-color-3{
  background-color: #ecf8ff;
}

.back-step{
  display: flex;
  align-items: center;
}

.back-step .icon{
  --width-b:40px;
  width: var(--width-b);
  height: var(--width-b);
  background: url('https://www.policybazaar.ae/askpb/assets/images/arrow.svg') no-repeat 0 0;
  margin-right: 10px;
  border-radius: 8px;
  cursor: pointer;
  display: block;
}

.back-step span{
  font-size: 16px;
  font-weight: 500;
  color: #0164ff;
  cursor: pointer;
}

/* crd-product */

body:has(.icn-remove.active) .option-slider-insight .icon{
  display: none;
}

.verify-icon{
  width: 100px;
  height: 100px;
  margin: 0px auto 20px;
}

.verify-icon img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.crd-icon {
  width: 52px;
  margin-bottom: 20px;
}

.crd-icon img {
  display: block;
  object-fit: contain;
  width: 100%;
}

.crd-product{
  display: grid;
  gap: 22px;
  width: 100%;
  position: relative;
}

.grd-col-4{
  grid-template-columns: repeat(4,1fr);
}

.w-100{
  width: 100%;
}

.crd-product-in{
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  box-shadow: 0 4px 20px #e5ebf7;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
}

.crd-product-content strong,
.crd-product-content div{
  font-size: 14px;
  color: #000c42;
}

.crd-product-top {
  margin-bottom: 20px;
}

.crd-product-title {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.crd-product-title::after {
  content: '';
  width: 40px;
  height: 2px;
  background: #000;
  display: block;
}

/* crd-product End */

/* card-form-page */

.card-form-page{
  background: #FFFFFF;
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 28px;
  width: min(486px,100%);
}

.card-form-page .heading{
  color: #253858;
  flex-direction: column;
  margin-bottom: 20px;
}

.card-form-page .title{
  font-weight: 500;
  margin: 0;
  font-size: 24px;
  line-height: 36px;
}

.card-form-page .subtitle{
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

/* card-form-page End */


@media screen and (max-width: 1024px) {
  .grid.mnagetive {
    margin: 0 auto;
  }

  .md-grid-flex-column{
    flex-direction: column;
  }

  .md-m-x-auto{
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .grid {
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 0px 15px;
  }
  .grid.mt40 {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}
.grid .top_leftSection {
  width: 530px;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .grid .top_leftSection {
    width: 100%;
  }
}
.grid .top_leftSection .infographic_banner {
  background-image: url("../../images/svg/askpb_graphic.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 490px;
  background-position: center center;
}

@media only screen and (max-width: 1024px) {
  .grid .top_leftSection .infographic_banner {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .grid .top_leftSection .infographic_banner {
    top: 20px;
    right: 20px;
  }
}

@media (max-width:991px) {
  .grid-col-r{
    width: 100%;
  }

  .md-grd-col-3{
    grid-template-columns: repeat(3,1fr);
  }

  .md-grd-col-2{
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:768px) {
  .grid-col-r{
    width: 100%;
  }

  .sm-grd-col-2{
    grid-template-columns: repeat(2,1fr);
  }

  .sm-grd-col-1{
    grid-template-columns: repeat(1,1fr);
  }
}

@media only screen and (max-width: 480px) {
  .grid .top_leftSection .infographic_banner {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 320px) {
  .grid .top_leftSection .infographic_banner {
    width: 80px;
    height: 80px;
  }
}
.grid .top_rightSection {
  width: 570px;
  float: right;
  padding: 0px 50px;
}

@media only screen and (max-width: 1024px) {
  .grid .top_rightSection {
    width: 100%;
    max-width: 570px;
    margin: 0px auto;
    float: inherit;
    padding: 10px 30px;
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .grid .top_rightSection {
    padding: 10px 0;
  }
}
.askpb_heading {
  display: block;
}

.askpb_heading.widget {
  border: 1px solid #ccc;
  padding: 15px 12px 25px;
  border-radius: 5px;
  max-width: 320px;
}

.askpb_heading .askpb_logo {
  background-image: url("../../images/svg/askpb_logo.svg");
  background-repeat: no-repeat;
  width: 100%;
  background-position: 0 0;
  display: block;
  height: 50px;
}

.askpb_heading .heading {
  line-height: 30px;
  font-size: 20px;
  color: #253858;
  margin-top: 20px;
}

.askpb_heading .heading.heading_bold {
  font-weight: 600;
}

.askpb_heading .heading.small {
  font-size: 14px;
  line-height: 24px;
  margin-top: 0px;
}

.askpb_heading .disclaimertext {
  font-size: 10px;
  line-height: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.askpb_heading .disclaimertext a {
  display: inline-block;
  color: #0065ff;
  text-decoration: none;
}

.askpb_heading.page {
  position: relative;
}

.askpb_heading.page .heading {
  line-height: 30px;
  font-size: 24px;
  color: #253858;
  margin-top: 0px;
}

.askpb_heading.page .heading.heading_bold {
  font-weight: 600;
  margin-bottom: 35px;
}

.askpb_heading.page .heading.small {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .askpb_heading.page {
    max-width: 500px;
    width: 100%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 480px) {
  .askpb_heading.page {
    max-width: 360px;
    width: 100%;
    margin: 0px auto;
  }
}
.askpb_heading .input-wrapper {
  position: relative;
  margin-top: 35px;
}

.input-wrapper label {
  position: absolute;
  background: #fff;
  padding: 0px 5px;
  font-size: 12px;
  left: 10px;
  top: 20px;
  color: #5E6C84;
  cursor: text;
  transition: all 0.15s ease-in-out 0s;
}

.input-wrapper input {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 14px;
}

.input-wrapper input:focus {
  outline: none;
}

.input-wrapper input:focus + label {
  top: -7px;
  left: 10px;
  font-size: 0.8em;
  color: inherit;
  cursor: pointer;
}

.input-wrapper input.valid + label {
  top: -7px;
  left: 10px;
  font-size: 0.8em;
  color: inherit;
  cursor: pointer;
}

.input-wrapper textarea {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 14px;
}

.input-wrapper textarea:focus {
  outline: none;
}

.input-wrapper textarea:focus + label,
.input-wrapper textarea:valid + label {
  top: -7px;
  left: 10px;
  font-size: 0.8em;
  color: inherit;
  cursor: pointer;
}

.input-wrapper textarea {
  height: 80px;
  resize: none;
}

.input-wrapper .err {
  font-size: 12px;
  color: #f00;
  display: block;
  margin: 5px;
}

.askpb_heading.page .input-wrapper {
  margin-top: 20px;
}

.submit_button {
  width: 100%;
  background: #0663f6;
  color: #fff;
  padding: 16px;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
}

.askpb_heading.page .submit_button {
  max-width: 250px;
}


/* Tabbing Tab */

.tabbing-tab-cs{
  display: flex;
  background-color: #fff;
  padding: 12px 2px;
  border-radius: 20px;
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  overflow-x: auto;
}


.tabbing-tab-cs li {
  list-style-type: none;
}

.tabbing-tab-cs li a{
  color: #253858;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 20px;
  white-space: nowrap;
}

.tabbing-tab-cs li a.active{
  background-color: #DEEBFF;
  color: #0065FF;
}

.basic-x-title{
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  color: #5E6C84;
}

.lg-title{
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
  color: #253858;
  margin-bottom: 16px;
  letter-spacing: 0.704px;
}

.m-b-40{
  margin-bottom: 40px;
}
/* Tabbing Tab end */

@media only screen and (max-width: 1024px) {
  .askpb_heading.page .submit_button {
    max-width: 100%;
  }
}
.thanksbox {
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
  padding: 30px 0;
  text-align: center;
}

.thanksbox .thansgraphic {
  background-image: url("../../images/thank_icon.png");
  background-repeat: no-repeat;
  width: 130px;
  background-position: 0 0;
  display: block;
  height: 50px;
  background-size: contain;
  height: 130px;
  margin: 50px auto 10px;
}

.thanksbox .thankstext {
  line-height: 28px;
  font-size: 24px;
  color: #19B24D;
  margin: 5px 0 20px;
  font-weight: 700;
}

.thanksbox .small {
  color: #253858;
  font-size: 14px;
  line-height: 24px;
}

.thanksbox .submit_button {
  width: 50%;
  background: #0663f6;
  color: #fff;
  padding: 16px;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  max-width: 250px;
  margin: 30px auto;
}

@media only screen and (max-width: 1024px) {
  .thanksbox .submit_button {
    max-width: 250px;
    width: 100%;
    margin: 20px auto;
  }
}
.leftcontent {
  width: 60%;
  margin-right: 5%;
}

.leftcontent .askpb-title {
  font-size: 32px;
  line-height: 44px;
  color: #172B4D;
  font-weight: 500;
  margin-bottom: 40px;
}

.leftcontent .post-list {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 60px;
  margin-bottom: 50px;
}

.leftcontent .post-list a {
  color: #253858;
  font-weight: bold;
}

.leftcontent .post-list:last-child {
  margin-bottom: 0;
}

.leftcontent .post-list .name-init {
  width: 40px;
  height: 40px;
  background: #fddbd8;
  color: #ef6f66;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  position: absolute;
  left: 0;
}

.leftcontent .post-list .name-init.blue {
  background: url(../images/pbfev-icon.svg);
  margin-top: -5px;
}

.leftcontent .post-list:before {
  content: "";
  position: absolute;
  height: 1;
  width: 100%;
  background-color: #e4e4e4;
  left: 0px;
  bottom: -25px;
}

.leftcontent .post-list .postinfo {
  font-size: 12px;
  color: #7A869A;
  display: block;
  margin: 7px 0;
}
@media (max-width: 640px) {
  .leftcontent .post-list .postinfo {
    line-height: 30px;
  }
}

.postinfo > span.verify {
  background: #E3FCEF;
  border: 1px solid #36B37E;
  border-radius: 20px;
  color: #36B37E;
  padding: 2px 10px 2px 20px;
  position: relative;
}
.postinfo > span.verify:before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 9px;
  width: 6px;
  border-bottom: 1px solid #36B37E;
  border-right: 1px solid #36B37E;
  left: 8px;
  position: absolute;
  top: 4px;
}

.leftcontent .post-list .postinfo a {
  color: #0663f6;
  font-weight: 500;
}

.leftcontent .post-list .postinfo a:hover {
  text-decoration: underline;
}

.leftcontent .post-list .postinfo .datetime {
  text-transform: initial;
}

.leftcontent .post-list .post-title-name {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

.leftcontent .post-list p {
  font-size: 16px;
  line-height: 24px;
  color: #253858;
  margin: 16px 0;
  font-weight: bold;
}

.leftcontent .post-list .ans_view {
  color: #0663f6;
  font-weight: 600;
  font-size: 16px;
}

.leftcontent .post-list .result.anspb {
  font-size: 16px;
  line-height: 24px;
  margin: 0px 0 20px;
  display: block;
  /* align-items: flex-start; */
  width: 100%;
}

.leftcontent .post-list .result.anspb .postinfo {
  margin: 5px 0;
}

.leftcontent .post-list .result.anspb p {
  font-weight: 400;
}

.leftcontent .post-list .ans_view {
  color: #0663f6;
  font-weight: 600;
  font-size: 14px;
}

.leftcontent .post-list .ans_view:hover {
  text-decoration: underline;
}

.leftcontent .post-list:last-child:before {
  display: none;
}

.rightcontent {
  width: 35%;
}

@media only screen and (max-width: 1024px) {
  .leftcontent {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0px;
  }
  .leftcontent .askpb-title {
    font-size: 24px;
    line-height: 32px;
    color: #172B4D;
    font-weight: 500;
    margin-bottom: 40px;
  }
  .rightcontent {
    padding-left: 0px;
    width: 100%;
    margin-right: 0px;
  }
}
.rightcontent .insurance-product {
  border: 1px solid #ccc;
  border-radius: 8px;
  max-width: 467px;
}

.rightcontent .insurance-product.fixed {
  position: fixed;
  right: auto;
  top: 90px;
  background: #fff;
  width: 360px;
}

.rightcontent .insurance-product .head-title {
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
}

.rightcontent .insurance-product ul {
  list-style: none;
}

.rightcontent .insurance-product ul li {
  display: block;
}

.rightcontent .insurance-product ul li a {
  padding: 25px 25px 25px 75px;
  display: block;
  position: relative;
  font-size: 14px;
  color: #172B4D;
}

.rightcontent .insurance-product ul li a:before {
  content: "";
  position: absolute;
  height: 1;
  width: 90%;
  background-color: #e4e4e4;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: 0px auto;
}

.thumreview {
  width: auto;
  height: 25px;
}

.getReviewThum {
  width: auto;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  cursor: pointer;
}

.getReviewThum:before {
  content: "";
  background: url(../images/thumbup-down.svg) no-repeat;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
}

.getReviewThum.thumb-down:before {
  background-position: -28px 5px;
}

.getReviewThum.thumb-down.active:before {
  background-position: 0px 5px;
}

.getReviewThum.thumb-up:before {
  background-position: -84px 2px;
}

.getReviewThum.thumb-up.active:before {
  background-position: -56px 2px;
}

.rightcontent .insurance-product ul li a .home-sprite {
  background-image: url(../images/home-v1/home-icon.svg?v=8);
  background-repeat: no-repeat;
  background-size: 80%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 13px;
  left: 20px;
}

.card.search_article {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  background: #DEEBFF;
  padding: 20px;
  border-radius: 20px;
  justify-content: space-between;
}
.card.search_article.search {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #DEEBFF;
  padding: 4px 8px;
  border-radius: 20px;
  justify-content: space-between;
}
.card.search_article .search-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #505F79;
}

.filterbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}
.filterbox .filter-type {
  width: 31%;
}
@media (max-width: 640px) {
  .filterbox {
    flex-direction: column;
  }
  .filterbox .filter-type {
    width: 100%;
    margin-top: 10px;
  }
}

.card.search_article .filter-type {
  position: relative;
}

.card.search_article input,
.card.search_article select {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #B3BAC5;
  border-radius: 8px;
  padding: 10px;
  font-size: 16px;
  color: #5E6C84;
  border-radius: 8px;
  padding: 18px 58px 18px 18px;
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  background: #fff;
}

.card.search_article .searchword-icon {
  background: url(../images/search-ico.png) no-repeat 0 0;
  width: 22px;
  height: 22px;
  top: 18px;
  position: absolute;
  right: 20px;
  cursor: pointer;
  z-index: 2;
}

.card.search_article select {
  padding: 18px 45px 18px 18px;
  background: #fff url("../images/arrow-black.svg") no-repeat right 8% top 54%;
}

.card.search_article input + label,
.card.search_article select + label {
  font-size: 12px;
  position: absolute;
  left: 14px;
  top: -6px;
  background: #fff;
  line-height: 12px;
  padding: 0px 5px;
}

.card.search_article .card_heading {
  font-size: 12px;
  position: absolute;
  left: 14px;
  top: -6px;
  background: #fff;
  line-height: 12px;
  padding: 0px 5px;
}

.card.search_article button {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  text-indent: 0;
  font-size: 0;
  top: 7px;
  background: none;
  background-image: url(../images/lense-icon.svg);
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.card.search_article .searchError {
  font-size: 12px;
  color: #f00;
  margin: 10px 0;
}

.leftcontent .items_no {
  font-size: 30px;
  margin: 0 0 40px 0;
  padding: 0 0 20px;
  color: #0763f6;
}

.rightcontent .insurance-product ul li a .home-sprite.health-insurance-ico {
  background-position: -1px -63px;
}

.rightcontent .insurance-product ul li a .home-sprite.term-life-ico {
  background-position: 1px 3px;
}

.rightcontent .insurance-product ul li a .home-sprite.car-insurance-ico {
  background-position: -1px -195px;
}

.rightcontent .insurance-product ul li a .home-sprite.two-wheeler-insurance-ico {
  background-position: 2px -258px;
}

.rightcontent .insurance-product ul li a .home-sprite.travel-insurance-1-ico {
  background-position: 4px -975px;
}

.rightcontent .insurance-product ul li a .home-sprite.investment-insurance-ico {
  background-position: 1px -127px;
}

.rightcontent .insurance-product ul li a .home-sprite.home-insurance-1-ico {
  background-position: 1px -1299px;
}

.rightcontent .insurance-product ul li a .home-sprite.group-health-insurance-1-ico {
  background-position: 1px -1606px;
}

.rightcontent .insurance-product ul li a .home-sprite.commercial-insurance-1-ico {
  background-position: 1px -1135px;
}

.rightcontent .insurance-product ul li a .home-sprite.cancer-insurance-1-ico {
  background-position: 1px -734px;
}

.rightcontent .insurance-product ul li a .home-sprite.group-medical-policy-ico {
  background-position: 4px -1284px;
}

.rightcontent .insurance-product ul li a .home-sprite.shop-insurance-ico {
  background-position: 4px -1437px;
}

.rightcontent .insurance-product ul li a .home-sprite.home-insurance-ico {
  background-position: 4px -1038px;
}

.rightcontent .insurance-product ul li a .home-sprite.home-insurance-ico {
  background-position: 4px -1038px;
}

.rightcontent .insurance-product ul li a .home-sprite.cancer-insurance-ico {
  background-position: 1px -1388px;
}

.rightcontent .insurance-product ul li a .home-sprite.personal-accident-policy-ico {
  background-position: 1px -1490px;
}

.rightcontent .insurance-product ul li a .home-sprite.others-ico {
  background-position: 1px -1540px;
}

.rightcontent .insurance-product ul li:last-child a:before {
  display: none;
}


.submit_button + div {
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
  text-align: center;
}

.related-questions-section {
  border-radius: 8px;
  margin-top: 32px;
  background: #f8fbff;
  padding: 24px;
}

.related-questions-section h2 {
  color: #172B4D;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 40px;
  position: relative;
}

.related-questions-section h2:after {
  content: "";
  background: gray;
  width: 50px;
  height: 1px;
  position: absolute;
  top: 56%;
  left: 180px;
}

.related-questions-section .post-list .name-init {
  background: #DEEBFF;
  color: #505F79;
  line-height: 21px;
}

.breadcrumbinner .breadcrumb {
  padding: 10px 0 26px !important;
}

.insurance_easy {
  background: #E8F3F8;
  position: relative;
  padding: 10px 0 0;
}
@media (max-width: 1024px) {
  .insurance_easy {
    background: #fff;
  }
  .insurance_easy .grid {
    background: #E8F3F8;
  }
}
.insurance_easy .askpbslider {
  display: block;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .insurance_easy .askpbslider {
    background: #fff;
    padding: 20px 0 40px;
    border-width: 1px 0 1px 0;
    border-radius: 0 !important;
  }
}
.insurance_easy .askpbslider .option-slider {
  display: flex;
  flex-wrap: wrap;
  width: 92.5%;
  padding: 0px;
  margin: 0px 0 0px auto;
  box-sizing: border-box;
}
.insurance_easy .askpbslider .option-slider.full {
  width: 1140px;
}
@media only screen and (max-width: 1024px) {
  .insurance_easy .askpbslider .option-slider {
    width: 100%;
    padding: 0 0 0 10px;
  }
  .insurance_easy .askpbslider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .insurance_easy .askpbslider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .insurance_easy .askpbslider .option-slider {
    padding: 0px 0 0 10px;
  }
}
.insurance_easy .askpbslider .option-slider .slick-prev,
.insurance_easy .askpbslider .option-slider .slick-next {
  width: 40px;
  height: 40px;
  box-shadow: 0px 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  .insurance_easy .askpbslider .option-slider .slick-prev,
  .insurance_easy .askpbslider .option-slider .slick-next {
    display: none !important;
  }
}
.insurance_easy .askpbslider .option-slider .slick-prev {
  left: 10px;
  z-index: 10;
}
.insurance_easy .askpbslider .option-slider .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0px auto;
  top: 15px;
}
.insurance_easy .askpbslider .option-slider .slick-next {
  right: 10px;
  z-index: 10;
}
.insurance_easy .askpbslider .option-slider .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0px auto;
  top: 15px;
}
.insurance_easy .askpbslider .option-slider .item {
  width: 530px;
  border-radius: 32px;
  margin: 15px 10px 15px 12px;
  position: relative;
  box-sizing: border-box;
  padding: 30px 20px;
}

.min-h-item{
  min-height: 250px;
}

.insurance_easy .askpbslider .option-slider .item .heading {
  position: relative;
  display: flex;
  flex-direction: column;
}
.insurance_easy .askpbslider .option-slider .item .heading .title, .insurance_easy .askpbslider .option-slider .item .heading .title a {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #253858;
}
.insurance_easy .askpbslider .option-slider .item .heading .subtitle, .insurance_easy .askpbslider .option-slider .item .heading .subtitle a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #253858;
  margin: 10px 0;
}
@media (max-width: 568px) {
  .insurance_easy .askpbslider .option-slider .item .heading .title {
    font-weight: 700;
    font-size: 16px;
  }
  .insurance_easy .askpbslider .option-slider .item .heading .subtitle {
    font-weight: 400;
    font-size: 14px;
  }
}
.insurance_easy .askpbslider .option-slider .item.slick-slide {
  height: auto;
}
@media only screen and (max-width: 360px) {
  .insurance_easy .askpbslider .option-slider .item {
    width: 320px;
    background-size: contain;
  }
}
@media only screen and (max-width: 320px) {
  .insurance_easy .askpbslider .option-slider .item {
    width: 280px;
    background-size: contain;
  }
}
.insurance_easy .askpbslider .option-slider .item .tags ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  min-height: 100px;
}
.insurance_easy .askpbslider .option-slider .item .tags ul li {
  margin-right: 10px;
}
.insurance_easy .askpbslider .option-slider .item .tags ul li a {
  background: rgba(255, 255, 255, 0.32);
  border-radius: 58px;
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
}
@media (max-width: 568px) {
  .insurance_easy .askpbslider .option-slider .item .tags ul {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .insurance_easy .askpbslider .option-slider .item .tags ul li {
    margin: 0 0 8px 0;
  }
  .insurance_easy .askpbslider .option-slider .item .tags ul li:last-child {
    margin: 0 0 15px 0;
  }
}
.insurance_easy .askpbslider .option-slider .item .actionbtn {
  background: #FFFFFF;
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  border-radius: 8px;
  border: none;
  padding: 10px 20px;
  color: #0164ff;
  cursor: pointer;
}
.insurance_easy .askpbslider .option-slider .item.blue {
  background: #A8C9F5 url("../images/Call-v2.svg") no-repeat right bottom;
}
.insurance_easy .askpbslider .option-slider .item.blue .tags ul li a {
  color: #214D87;
}
.insurance_easy .askpbslider .option-slider .item.green {
  background: #AAF3E2 url("../images/New-Plan-v2.svg") no-repeat right bottom;
}
.insurance_easy .askpbslider .option-slider .item.green .tags ul li a {
  color: #139B7C;
}
.insurance_easy .askpbslider .option-slider .item.yellow {
  background: #FBDEB3 url("../images/Quick-v2.svg") no-repeat right bottom;
}
.insurance_easy .askpbslider .option-slider .item.yellow .tags ul li a {
  color: #AF6A2A;
}
@media (max-width: 640px) {
  .insurance_easy .askpbslider .option-slider .item {
    width: auto;
  }
}
@media (max-width: 440px) {
  .insurance_easy .askpbslider .option-slider .item {
    width: 300px;
  }
}
.insurance_easy .askpbslider .option-slider-stories {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  padding: 0px;
  margin: 0px auto;
  box-sizing: border-box;
}
.insurance_easy .askpbslider .option-slider-stories.full {
  width: 1140px;
}
@media only screen and (max-width: 1024px) {
  .insurance_easy .askpbslider .option-slider-stories {
    width: 100%;
    padding: 0 0 0 10px;
  }
  .insurance_easy .askpbslider .option-slider-stories.full {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .insurance_easy .askpbslider .option-slider-stories.full {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .insurance_easy .askpbslider .option-slider-stories {
    padding: 0px 0 0 10px;
  }
}
.insurance_easy .askpbslider .option-slider-stories .slick-prev,
.insurance_easy .askpbslider .option-slider-stories .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0px;
  cursor: pointer;
  color: transparent;
  bottom: -80px;
  padding: 0;
  border: none;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  .insurance_easy .askpbslider .option-slider-stories .slick-prev,
  .insurance_easy .askpbslider .option-slider-stories .slick-next {
    display: none !important;
  }
}
.insurance_easy .askpbslider .option-slider-stories .slick-prev {
  left: calc(50% - 80px);
  z-index: 10;
  background: #E8F3F8;
}
.insurance_easy .askpbslider .option-slider-stories .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #253858;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0px auto;
  top: 15px;
}
.insurance_easy .askpbslider .option-slider-stories .slick-next {
  right: calc(50% - 40px);
  z-index: 10;
  background: #E8F3F8;
}
.insurance_easy .askpbslider .option-slider-stories .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #253858;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0px auto;
  top: 15px;
}
.insurance_easy .askpbslider .option-slider-stories .item {
  width: 320px;
  border-radius: 32px;
  margin: 15px 10px 15px 12px;
  position: relative;
  box-sizing: border-box;
  padding: 5px 5px 25px 5px;
  background: #fff;
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
}
.insurance_easy .askpbslider .option-slider-stories .item .img-banner {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  height: 210px;
}
.insurance_easy .askpbslider .option-slider-stories .item .img-banner img {
  width: 100%;
}
.insurance_easy .askpbslider .option-slider-stories .item .heading {
  position: relative;
  display: flex;
  flex-direction: column;
}
.insurance_easy .askpbslider .option-slider-stories .item .heading .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #253858;
}
.insurance_easy .askpbslider .option-slider-stories .item .heading .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #253858;
  margin: 10px 0;
}
.insurance_easy .askpbslider .option-slider-stories .item.slick-slide {
  height: auto;
}
@media only screen and (max-width: 360px) {
  .insurance_easy .askpbslider .option-slider-stories .item {
    width: 280px;
    background-size: contain;
  }
}
.insurance_easy .askpbslider .option-slider-stories .item .tags {
  padding: 0px 15px;
}
.insurance_easy .askpbslider .option-slider-stories .item .tags ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  min-height: 100px;
}
.insurance_easy .askpbslider .option-slider-stories .item .tags ul li {
  margin-right: 10px;
}
.insurance_easy .askpbslider .option-slider-stories .item .tags ul li a {
  background: rgba(255, 255, 255, 0.32);
  border-radius: 58px;
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
}
.insurance_easy .askpbslider .option-slider-stories .item .actionbtn {
  background: #FFFFFF;
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  border-radius: 8px;
  border: none;
  padding: 10px 20px;
  color: #0164ff;
  cursor: pointer;
}
.insurance_easy.gr {
  background: rgb(232, 243, 248);
  background: linear-gradient(180deg, rgb(232, 243, 248) 50%, rgb(255, 255, 255) 50%);
}
.insurance_easy .askpbslider {
  display: block;
  position: relative;
  padding: 3% 0 7%;
}
.insurance_easy .askpbslider.first {
  padding: 0% 0 0%;
}
@media (max-width: 1024px) {
  .insurance_easy .askpbslider.first {
    background: #E8F3F8;
  }
}
.insurance_easy .askpbslider.second {
  padding: 0% 0 7%;
}
@media (max-width: 1024px) {
  .insurance_easy .askpbslider.second {
    background: #E8F3F8;
    padding: 0% 0 2%;
  }
}

.insighthub {
  position: relative;
  padding: 10px 0 0;
}
@media (max-width: 1024px) {
  .insighthub {
    background: #fff;
  }
}
.insighthub .insight-slider {
  display: block;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .insighthub .insight-slider {
    background: #fff;
    padding: 20px 0 0px;
    border-width: 1px 0 1px 0;
    border-radius: 0 !important;
    overflow: hidden;
    overflow-x: scroll;
  }
}
.insighthub .insight-slider .option-slider {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  padding: 0px;
  margin: 0px 0 0px auto;
  box-sizing: border-box;
}
.insighthub .insight-slider .option-slider.full {
  width: 1140px;
}
@media only screen and (max-width: 1024px) {
  .insighthub .insight-slider .option-slider {
    width: 100%;
    padding: 0 0 0 10px;
  }
  .insighthub .insight-slider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .insighthub .insight-slider .option-slider.full {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .insighthub .insight-slider .option-slider {
    padding: 0px 0 0 10px;
  }
}
.insighthub .insight-slider .option-slider .slick-prev,
.insighthub .insight-slider .option-slider .slick-next {
  width: 40px;
  height: 40px;
  box-shadow: 0px 3px 3px #ccc;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  .insighthub .insight-slider .option-slider .slick-prev,
  .insighthub .insight-slider .option-slider .slick-next {
    display: none !important;
  }
}
.insighthub .insight-slider .option-slider .slick-prev {
  left: 10px;
  z-index: 10;
}
.insighthub .insight-slider .option-slider .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0px auto;
  top: 15px;
}
.insighthub .insight-slider .option-slider .slick-next {
  right: 10px;
  z-index: 10;
}
.insighthub .insight-slider .option-slider .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #0852dd;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0px auto;
  top: 15px;
}
.insighthub .insight-slider .option-slider .item {
  width: 530px;
  border-radius: 32px;
  margin: 15px 10px 15px 12px;
  position: relative;
  box-sizing: border-box;
  padding: 30px 20px;
}
.insighthub .insight-slider .option-slider .item .heading {
  position: relative;
  display: flex;
  flex-direction: column;
}
.insighthub .insight-slider .option-slider .item .heading .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #253858;
}
.insighthub .insight-slider .option-slider .item .heading .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #253858;
  margin: 10px 0;
}
@media (max-width: 568px) {
  .insighthub .insight-slider .option-slider .item .heading .title {
    font-weight: 700;
    font-size: 16px;
  }
  .insighthub .insight-slider .option-slider .item .heading .subtitle {
    font-weight: 400;
    font-size: 14px;
  }
}
.insighthub .insight-slider .option-slider .item.slick-slide {
  height: auto;
}
@media only screen and (max-width: 360px) {
  .insighthub .insight-slider .option-slider .item {
    width: 280px;
    background-size: contain;
  }
}
.insighthub .insight-slider .option-slider .item .tags ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  min-height: 100px;
}
.insighthub .insight-slider .option-slider .item .tags ul li {
  margin-right: 10px;
}
.insighthub .insight-slider .option-slider .item .tags ul li a {
  background: rgba(255, 255, 255, 0.32);
  border-radius: 58px;
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
}
@media (max-width: 568px) {
  .insighthub .insight-slider .option-slider .item .tags ul {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .insighthub .insight-slider .option-slider .item .tags ul li {
    margin: 0 0 8px 0;
  }
  .insighthub .insight-slider .option-slider .item .tags ul li:last-child {
    margin: 0 0 15px 0;
  }
}
.insighthub .insight-slider .option-slider .item .actionbtn {
  background: #FFFFFF;
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  border-radius: 8px;
  border: none;
  padding: 10px 20px;
  color: #0164ff;
  cursor: pointer;
}
.insighthub .insight-slider .option-slider .item.blue {
  background: #A8C9F5 url("../images/blue-bg.svg") no-repeat right bottom;
}
.insighthub .insight-slider .option-slider .item.blue .tags ul li a {
  color: #214D87;
}
.insighthub .insight-slider .option-slider .item.green {
  background: #AAF3E2 url("../images/blue-bg.svg") no-repeat right bottom;
}
.insighthub .insight-slider .option-slider .item.green .tags ul li a {
  color: #139B7C;
}
.insighthub .insight-slider .option-slider .item.yellow {
  background: #FBDEB3 url("../images/blue-bg.svg") no-repeat right bottom;
}
.insighthub .insight-slider .option-slider .item.yellow .tags ul li a {
  color: #AF6A2A;
}
@media (max-width: 640px) {
  .insighthub .insight-slider .option-slider .item {
    width: auto;
  }
}
@media (max-width: 440px) {
  .insighthub .insight-slider .option-slider .item {
    width: 300px;
  }
}
.insighthub .insight-slider .option-slider-insight {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 1140px;
  padding: 0px;
  margin: 60px auto 0px;
  box-sizing: border-box;
}
.insighthub .insight-slider .option-slider-insight.full {
  width: 1140px;
}
@media only screen and (max-width: 1024px) {
  .insighthub .insight-slider .option-slider-insight {
    width: 100%;
    padding: 0 0 0 10px;
    width: 1100px;
    flex-wrap: nowrap;
    margin: 0px;
  }
  .insighthub .insight-slider .option-slider-insight.full {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .insighthub .insight-slider .option-slider-insight.full {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .insighthub .insight-slider .option-slider-insight {
    padding: 0px 0 0 10px;
  }
}
.insighthub .insight-slider .option-slider-insight .slick-prev,
.insighthub .insight-slider .option-slider-insight .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  display: block;
  line-height: 0px;
  cursor: pointer;
  color: transparent;
  bottom: -80px;
  padding: 0;
  border: none;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  .insighthub .insight-slider .option-slider-insight .slick-prev,
  .insighthub .insight-slider .option-slider-insight .slick-next {
    display: none !important;
  }
}
.insighthub .insight-slider .option-slider-insight .slick-prev {
  left: calc(50% - 80px);
  z-index: 10;
  background: #E8F3F8;
}
.insighthub .insight-slider .option-slider-insight .slick-prev:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #253858;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  right: 0;
  margin: 0px auto;
  top: 15px;
}
.insighthub .insight-slider .option-slider-insight .slick-next {
  right: calc(50% - 40px);
  z-index: 10;
  background: #E8F3F8;
}
.insighthub .insight-slider .option-slider-insight .slick-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: solid #253858;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -5px;
  right: 0;
  margin: 0px auto;
  top: 15px;
}
.insighthub .insight-slider .option-slider-insight .item {
  width: calc(100%/3 - 10px);
  /* height: 238px; */
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.insighthub .insight-slider .option-slider-insight .item .textwrapper .title {
  min-height: auto;
}
.insighthub .insight-slider .option-slider-insight .item.pp {
  background: #EAE6FF;
}
.insighthub .insight-slider .option-slider-insight .item.pp:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url("../images/background-bg.svg") no-repeat 0 0;
  top: 0;
  right: 0;
}
.insighthub .insight-slider .option-slider-insight .item.gr {
  background: #CBF9E1;
}
.insighthub .insight-slider .option-slider-insight .item.gr:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url("../images/background-bg-gr.svg") no-repeat 0 0;
  top: 0;
  right: 0;
}
.insighthub .insight-slider .option-slider-insight .item.yl {
  background: #FFF2BC;
}
.insighthub .insight-slider .option-slider-insight .item.yl:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url("../images/background-bg-yl.svg") no-repeat 0 0;
  top: 0;
  right: 0;
}
.insighthub .insight-slider .option-slider-insight .item.or {
  background: #FFEBE6;
}
.insighthub .insight-slider .option-slider-insight .item.or:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url("../images/background-bg-or.svg") no-repeat 0 0;
  top: 0;
  right: 0;
}
.insighthub .insight-slider .option-slider-insight .item .heading {
  position: relative;
  display: flex;
  flex-direction: column;
}
.insighthub .insight-slider .option-slider-insight .item .heading .icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 10px 0 10px;
}
.insighthub .insight-slider .option-slider-insight .item .heading .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #253858;
}
.insighthub .insight-slider .option-slider-insight .item .heading .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #253858;
  margin: 10px 0;
  opacity: 0.6;
  display: block;
  min-height: 70px;
}
.insighthub .insight-slider .option-slider-insight .item.slick-slide {
  height: auto;
}
@media only screen and (max-width: 360px) {
  .insighthub .insight-slider .option-slider-insight .item {
    /* width: 280px; */
    background-size: contain;
  }
}
.insighthub .insight-slider .option-slider-insight .item .link-next {
  border-radius: 8px;
  border: none;
  padding: 0;
  display: block;
  margin: 0px 0;
  text-align: right;
}
.insighthub .insight-slider .option-slider-insight .item .link-next .link {
  background: url("../images/black-arrow-icon.svg") no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.insighthub .askpbslider {
  display: block;
  position: relative;
  padding: 3% 0 7%;
}
.insighthub .askpbslider.first {
  padding: 0% 0 0%;
}
@media (max-width: 1024px) {
  .insighthub .askpbslider.first {
    background: none;
  }
}
.insighthub .askpbslider.second {
  padding: 0% 0 7%;
}
@media (max-width: 1024px) {
  .insighthub .askpbslider.second {
    background: #E8F3F8;
    padding: 0% 0 2%;
  }
}

.option-heading {
  display: flex;
  flex-direction: column;
  width: 700px;
  margin: 40px 0;
}
@media (max-width: 1024px) {
  .option-heading {
    margin: 40px 0 10px;
    width: 100%;
  }
}
.option-heading.bt {
  margin: 40px 0 0;
}
.option-heading.full {
  width: 100%;
}
.option-heading h3 {
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.016em;
  margin: 0px 0px 20px;
}
.option-heading h3.mb0 {
  margin-bottom: 0;
}
.option-heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #5E6C84;
  margin: 0px;
}

.textwrapper {
  padding: 10px 26px 26px;
}
.textwrapper .icon {
  margin: 15px 0 15px;
}
.textwrapper .title,
.textwrapper .title a {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0;
  display: block;
  min-height: 65px;
}
.textwrapper .subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  min-height: 70px;
  display: block;
}
.textwrapper .subtitle .more-article {
  font-size: 14px;
  font-weight: 500;
  color: #0065FF;
}

.more-info-links {
  text-align: center;
  margin-bottom: 30px;
}
.more-info-links .explore-pblife {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.016em;
  color: #ffffff;
  background: #0065FF;
  box-shadow: 0px 4px 16px rgba(52, 105, 203, 0.16);
  border-radius: 100px;
  display: inline-block;
  padding: 12px 48px;
  position: relative;
}

/* .more-info-links .explore-pblife:before {
  content: "";
  position: absolute;
  background: url(../images/blue-icon.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  top: 6px;
  right: 10px;
} */

.date-and-view {
  display: flex;
  flex-direction: row;
  padding: 16px 16px 0;
  justify-content: space-between;
}
.date-and-view .date {
  font-size: 12px;
  font-weight: 400;
  display: block;
  line-height: 20px;
  color: #5E6C84;
  padding-right: 5px;
  padding-left: 20px;
  border-right: 1px solid #5E6C84;
  position: relative;
}
.date-and-view .date:before {
  content: "";
  background: url("../../assets/images/clock.svg") no-repeat 0 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1px;
  left: 0px;
}
.date-and-view .view {
  font-size: 12px;
  font-weight: 400;
  color: #5E6C84;
  display: block;
  line-height: 20px;
  padding-left: 20px;
  position: relative;
}
.date-and-view .view:before {
  content: "";
  background: url("../../assets/images/eye.svg") no-repeat 0 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1px;
  left: 0px;
}

.tabbing-insurance_easy_wrapper {
  text-align: center;
}
.tabbing-insurance_easy_wrapper::-webkit-scrollbar {
  display: none;
}
.tabbing-insurance_easy_wrapper .tabbing-insurance_easy {
  list-style: none;
  display: flex;
  width: 423px;
  background: #fff;
  padding: 12px 2px;
  border-radius: 20px;
  margin: 75px auto 0;
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
}
.tabbing-insurance_easy_wrapper .tabbing-insurance_easy li {
  margin-right: 5px;
}
.tabbing-insurance_easy_wrapper .tabbing-insurance_easy li:last-child {
  margin-right: 0;
}
.tabbing-insurance_easy_wrapper .tabbing-insurance_easy li a {
  background: #fff;
  padding: 10px 16px;
  border-radius: 20px;
  color: #253858;
  font-size: 14px;
}
.tabbing-insurance_easy_wrapper .tabbing-insurance_easy li a.active {
  background: #DEEBFF;
  color: #0065FF;
}
@media (max-width: 1024px) {
  .tabbing-insurance_easy_wrapper {
    padding-bottom: 20px;
  }
  .tabbing-insurance_easy_wrapper .tabbing-insurance_easy {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .tabbing-insurance_easy_wrapper {
    box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
    padding: 0;
    margin-bottom: 16px;
    overflow-x: scroll;
  }
  .tabbing-insurance_easy_wrapper .tabbing-insurance_easy {
    width: 120%;
    box-shadow: none;
    border-radius: 0;
    justify-content: space-around;
  }
}

.flexbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.flexbox .leftContainer,
.flexbox .rightContainer {
  width: 50%;
}
@media (max-width: 768px) {
  .flexbox {
    flex-direction: column;
  }
  .flexbox .leftContainer,
  .flexbox .rightContainer {
    width: 100%;
  }
  .flexbox .rightContainer {
    display: none;
  }
}
@media (max-width: 568px) {
  .flexbox {
    margin: 16px 0;
  }
}

.askpb-steps {
  width: 486px;
}
@media (max-width: 768px) {
  .askpb-steps {
    width: 100%;
  }
}
.askpb-steps .stepsback {
  display: flex;
  width: 100px;
  margin: 30px 0;
  align-items: center;
}
.askpb-steps .stepsback span {
  color: #0164ff;
  font-size: 16px;
  font-weight: 500;
}
.askpb-steps .stepsback .icon {
  width: 40px;
  height: 40px;
  background: url("../images/arrow.svg") no-repeat 0 0;
  margin-right: 10px;
  border-radius: 8px;
}
.askpb-steps form {
  background: #FFFFFF;
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  border-radius: 16px;
  display: flex;
  overflow: hidden;
}
.askpb-steps form .form-page {
  flex: 1 0 486px;
  padding: 28px;
  display: flex;
  flex-flow: column nowrap;
  transition: transform 0.3s;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .askpb-steps form .form-page {
    flex: 1 0 100%;
  }
}
.askpb-steps form .form-page.hide {
  display: none;
}
.askpb-steps form .heading {
  display: flex;
  color: #253858;
  flex-direction: column;
  margin-bottom: 20px;
}
.askpb-steps form .heading.nomr {
  margin-bottom: 0;
}
.askpb-steps form .heading.textcenter {
  text-align: center;
}
.askpb-steps form .heading.disclaimer {
  margin-top: 15px;
}
.askpb-steps form .heading.disclaimer.mt5 {
  margin: 5px 0 0 0;
}
.askpb-steps form .heading .verify {
  background: url("../images/verify.svg") no-repeat 0 0;
  width: 100px;
  height: 100px;
  margin: 0px auto 20px;
}
.askpb-steps form .heading .title {
  font-weight: 500;
  margin: 0;
  font-size: 24px;
  line-height: 36px;
}
.askpb-steps form .heading .title.mb20 {
  margin-bottom: 20px;
}
.askpb-steps form .heading .subtitle {
  margin: 8px 0 0 0;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.askpb-steps form .heading .vsmall {
  margin: 8px 0 0 0;
  font-weight: 400;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
.askpb-steps form .inputFeildWrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 30px 0 0;
}
.askpb-steps form .inputFeildWrapper.error .err {
  font-size: 12px;
  color: #f00;
  display: block;
  margin: 6px ​0 0;
}
.askpb-steps form .inputFeildWrapper .optinput {
  padding: 0;
  margin: 0;
  list-style: none;
}
.askpb-steps form .inputFeildWrapper .optinput li {
  float: left;
  width: 15%;
  margin-right: 2%;
}
.askpb-steps form .inputFeildWrapper .optinput li:last-child {
  margin-right: 0px;
}
.askpb-steps form .inputFeildWrapper .optinput li input {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
.askpb-steps form .inputFeildWrapper input,
.askpb-steps form .inputFeildWrapper select,
.askpb-steps form .inputFeildWrapper textarea {
  background: #FFFFFF;
  border: 1px solid #5E6C84;
  border-radius: 8px;
  padding: 0px 10px;
  font-size: 16px;
  height: 56px;
  line-height: 24px;
  margin: 0;
}
.askpb-steps form .inputFeildWrapper input:focus,
.askpb-steps form .inputFeildWrapper select:focus,
.askpb-steps form .inputFeildWrapper textarea:focus {
  outline: none;
}
.askpb-steps form .inputFeildWrapper input option.hide,
.askpb-steps form .inputFeildWrapper select option.hide,
.askpb-steps form .inputFeildWrapper textarea option.hide {
  display: none;
}
.askpb-steps form .inputFeildWrapper textarea {
  resize: none;
  padding: 13px;
  width: 100%;
}
.askpb-steps form .inputFeildWrapper select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/arrow-black.svg") no-repeat 93% center;
  width: 430px;
  cursor: pointer;
}

.askpb-steps .inputFeildWrapper:has(.selectvalid) label{
  font-size: 12px;
  top: -11px;
  background: #fff;
  padding: 0 3px;
}

@media (max-width: 568px) {
  .askpb-steps form .inputFeildWrapper select {
    width: 100%;
    padding: 8px 38px 8px 8px;
  }
}
.askpb-steps form .inputFeildWrapper label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #5E6C84;
  position: absolute;
  top: 15px;
  left: 15px;
  transition: all 0.2s ease-in;
  pointer-events: none;
}
.askpb-steps form .inputFeildWrapper textarea:focus + label,
.askpb-steps form .inputFeildWrapper textarea.labelshow + label {
  font-size: 12px;
  top: -11px;
  background: #fff;
  padding: 0 3px;
}
.askpb-steps form .inputFeildWrapper input:focus + label,
.askpb-steps form .inputFeildWrapper input.labelshow + label {
  font-size: 12px;
  top: -11px;
  background: #fff;
  padding: 0 3px;
}
.askpb-steps form .inputFeildWrapper select:focus + label,
.askpb-steps form .inputFeildWrapper select.labelshow + label {
  font-size: 12px;
  top: -11px;
  background: #fff;
  padding: 0 3px;
}
.askpb-steps form .changMobileNumber {
  background: #E3FCEF;
  mix-blend-mode: normal;
  border-radius: 8px;
  padding: 20px 20px 20px 80px;
  margin: 20px 0;
  position: relative;
}
.askpb-steps form .changMobileNumber:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 50px;
  background: url(../images/verification.svg) no-repeat 0 0;
  left: 20px;
}
.askpb-steps form .changMobileNumber.otp {
  padding: 0;
  background: none;
  margin: 40px 0 10px 0;
}
.askpb-steps form .changMobileNumber.otp p {
  font-weight: 400;
}
.askpb-steps form .changMobileNumber.otp .link {
  font-size: 24px;
  font-weight: 700;
  color: #172B4D;
}
.askpb-steps form .changMobileNumber.otp .link a {
  font-size: 14px;
  font-weight: 500;
}
.askpb-steps form .changMobileNumber.otp:before {
  display: none;
}
.askpb-steps form .changMobileNumber p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.askpb-steps form .changMobileNumber p.link {
  margin-top: 15px;
}
.askpb-steps form .changMobileNumber p.link a {
  color: #0164ff;
  display: inline-block;
  margin-left: 10px;
}
.askpb-steps form .changMobileNumber .err{
  text-align: center;
  color: red;
  font-weight: 400;
  font-size: 12px;
  margin: 8px 0 0;

}
.askpb-steps form .changMobileNumber .btn {
  margin: 20px 0 0;
  padding: 16px;
  width: 100%;
  color: #0065FF;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0px 6px 16px rgba(52, 105, 203, 0.16);
  position: relative;
}
.askpb-steps form .changMobileNumber .btn.loader:after {
  top: 11px !important;
}
.askpb-steps form .btn {
  background: #0065FF;
  mix-blend-mode: normal;
  border-radius: 8px;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 18px;
  margin: 50px 0 0 0;
  position: relative;
}
.askpb-steps form .btn.nomr {
  margin: 30px ​0;
}
.askpb-steps form .btn.invert {
  margin: 15px 0 0;
  background: #fff;
  border: 1px solid #0065FF;
  color: #0065FF;
}

.rightContainer .graphic {
  background: url("../images/steps-image.svg") no-repeat center center;
  width: 400px;
  height: 400px;
  margin: 0px auto;
}

.btn.loader:after {
  content: "";
  position: absolute;
  border: 4px solid #f3f3f3;
  border-top: 3px solid blue;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0;
  animation: spin 0.7s linear infinite;
  top: 15px;
  right: 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.vix {
  background: rgba(222, 216, 255, 0.4);
  border-radius: 24px;
  padding: 32px;
}
.vix .title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #5243AA;
}
.vix .title-tag {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 0.016em;
  color: #172B4D;
}
.vix .title-tag.yellow {
  background: #FFE380;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 14px;
  margin: 0px 0 30px 0;
}
.vix .vix-slider {
  display: flex;
  flex-wrap: wrap;
}
.vix .vix-article-title {
  position: relative;
  margin-top: 10px;
}
.vix .vix-article-title .title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  letter-spacing: 0.016em;
  color: #253858;
}
.vix .vix-article-title .subtext {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #505F79;
}
.vix .vix-article-title .fullarticle {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0065FF;
  margin-top: 10px;
  cursor: pointer;
}
.vix .slick-arrow.control-c {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0065FF;
  z-index: 10;
  cursor: pointer;
}
.vix .slick-arrow.control-c.slick-next {
  right: 60px;
}
.vix .slick-arrow.control-c.slick-next:before {
  content: "";
  display: block;
  margin: 0px auto;
  width: 11px;
  height: 11px;
  border-top: 2px solid #0065FF;
  border-left: 2px solid #0065FF;
  transform: rotate(-45deg);
  position: absolute;
  left: -14px;
  top: 4px;
}
.vix .slick-arrow.control-c.slick-prev:before {
  content: "";
  display: block;
  margin: 0px auto;
  width: 11px;
  height: 11px;
  border-top: 2px solid #0065FF;
  border-left: 2px solid #0065FF;
  transform: rotate(135deg);
  position: absolute;
  right: -14px;
  top: 4px;
}/*# sourceMappingURL=ask-pb.css.map */

/* badge-main */

  .badge-main{
    display: flex;
  }

  .badge-cd{
    display: flex;
    align-items: center;
    gap: 5px;
    align-items: center;
    background-color: rgba(57,97,235,0.102);
    border-radius: 0 0 8px 8px;
    column-gap: 6px;
    display: inline-flex;
    padding: 3px 10px 3px 7px;
    margin-left: auto;
  }

  .badge-cd img{
    display: block;
    flex-shrink: 0;
    width: auto;
  }

  .badge-cd span{
    font-size: 11px;
    line-height: 17px;
    font-weight: 600;
    color: #3962ed;
    letter-spacing: .15px;
  }

  /* badge-main End */

  /* accordion-box */

  .accordion-box {
    width: 100%;
  }

  .accordion-li-title{
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    color: #052f5f;
  }

  .accordion-title{
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
  }

  .accordion-ul{
    --rounded-border:8px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .accordion-ul-li{
    overflow: hidden;
    border-radius: var(--rounded-border);
  }

  .accordion-li-header {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f3f7fe;
    border:1px solid #e2eaf5;
    border-radius: var(--rounded-border) var(--rounded-border) 0 0;
    color: #052f5f;
    padding: 10px 20px 10px 15px;
    cursor: pointer;
  }


  .accordion-content{
    border: 1px solid #e9f0fc;
    border-radius: 0 0 var(--rounded-border) var(--rounded-border);
    background-color: #ffffff;
    border-top: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-height: 0px;
    transition: max-height 0.3s ease-in-out;
  }

  .question-items-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 22px 15px;
}

  .content-question{
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    color: #253858;
    margin-bottom: 10px;
  }

  .question-details{
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #253858;
  }

  .accordion-img-box{
    --icon-box:32px;
    background-image: url('https://www.policybazaar.ae/askpb/assets/images/home-v1/home-icon.svg?v=8');
    background-repeat: no-repeat;
    background-size: 28px;
    width: var(--icon-box);
    height: var(--icon-box);
  }

  .accordion-img-box.acc-img-1{
    background-position:-1px -57px;
  }

  .accordion-img-box.acc-img-2{
    background-position:-px 1px;
  }

  .accordion-img-box.acc-img-3{
    background-position:1px -113px;
  }

  .accordion-img-box.acc-img-4{
    background-position:-1px -174px;
  }

  .accordion-img-box.acc-img-5{
    background-position:1px -226px;
  }

  .accordion-img-box.acc-img-6{
    background-position:1px -853px;
  }

  .accordion-img-box.acc-img-7{
    background-position:-1px -1124px;
  }

  .accordion-img-box.acc-img-8{
    background-position:-1px -909px;
  }

  .accordion-img-box.acc-img-9{
    background-position:-1px -1306px;
  }

  .accordion-img-box.acc-img-10{
    background-position:-1px -1348px;
  }

  .accordion-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.accordion-arrow{
  --arrow-box:10px;
  --border-width:2px;
  border: solid #000000;
  border-width: 0 var(--border-width) var(--border-width) 0;
  display: block;
  padding: 3px;
  position: relative;
  rotate: 45deg;
  width: var(--arrow-box);
  height: var(--arrow-box);
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.accordion-arrow input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0px;
  padding: 0px;
  display: none;
}

.accordion-ul-li:has(input:checked) .accordion-content{
  max-height: 4000px;
}

.accordion-ul-li:has(input:checked) .accordion-arrow{
  rotate: 226deg;
}

.accordion-title-subtitle{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: #5E6C84;
  margin-bottom: 20px;
  display: block;
}

.text-alin-right{
  text-align: right;
}

.page-links {
  color: #0165ff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid #0165ff;
  padding-bottom: 2px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.page-links::after{
  content: '';
  width: 7px;
  height: 7px;
  border-right: 2px solid #0165ff;
  border-bottom: 2px solid #0165ff;
  transition: transform 0.3s ease;
  display: block;
  rotate: -45deg;
  position: relative;
  top: 1px;
}

  /* accordion-box End */

  .block-image{
    display: block;
    object-fit: contain;
    width: 100%;
  }

  .block-w-full{
    display: block;
    width: 100%;
  }

  .rounded-5{
    border-radius: 5px;
  }

  .m-b-0 {
    margin-bottom: 0px !important;
  }

  .m-r-0{
    margin-right: 0px !important;
  }

  .text-links{
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
    min-height: unset !important;
    color: inherit !important;
  }

  .more-view {
    background-color: #f4631e;
    border-radius: 30px;
    padding: 2px 9px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    color: #fff;
    margin-left: 4px;
  }

.leftcontent .post-list a,
.leftcontent .post-list p {
  word-break: break-all;
  overflow-wrap: anywhere;
}

.txt-color-blue{
  color: #0164ff;
}

.loader-main {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 60%);
  backdrop-filter: blur(2px);
}

.dotLoder{
  --loader-blue:#0164ff;
  width: 56px;
  height: 26.9px;
  background: radial-gradient(circle closest-side,var(--loader-blue) 90%,#0000) 0%   50%,
         radial-gradient(circle closest-side,var(--loader-blue) 90%,#0000) 50%  50%,
         radial-gradient(circle closest-side,var(--loader-blue) 90%,#0000) 100% 50%;
  background-size: calc(100%/3) 13.4px;
  background-repeat: no-repeat;
  animation: dotLoder 1s infinite linear;
}


@keyframes dotLoder {
  20% {
     background-position: 0%   0%, 50%  50%,100%  50%;
  }

  40% {
     background-position: 0% 100%, 50%   0%,100%  50%;
  }

  60% {
     background-position: 0%  50%, 50% 100%,100%   0%;
  }

  80% {
     background-position: 0%  50%, 50%  50%,100% 100%;
  }
}

.connect-section{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 11px 0px;
  gap: 10px;
}

.connect-option{
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  color: #000000d9;
  display: flex;
  align-items: center;
  gap: 7px;
}

/*.connect-option a {*/
/*  cursor: pointer;*/
/*  transition: opacity 0.2s ease;*/
/*}*/

/* CSS hover effects removed - handled by JavaScript */
