@charset "UTF-8";
/*  Term top plan widget starts */
.leftSection .term-widget {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #0065FF;
  margin: 20px 0;
  -webkit-box-shadow: 0px 2px 10px 0px #b8d4ff;
  box-shadow: 0px 2px 10px 0px #b8d4ff;
}

@media only screen and (max-width: 1024px) {
  .leftSection .term-widget {
    width: calc(100% - 32px);
    margin: 0 auto 20px;
  }
}

.leftSection .term-widget .left-banner {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.leftSection .term-widget .left-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  background: #ECF3FF;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  height: 100%;
  left: -14%;
}

@media only screen and (max-width: 767px) {
  .leftSection .term-widget .left-banner::before {
    -webkit-transform: none;
    transform: none;
    left: 0%;
  }
}

.leftSection .term-widget .left-banner .mobile-head {
  display: none;
}

.leftSection .term-widget .left-banner p {
  position: relative;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  width: 82%;
  margin: 20px 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .leftSection .term-widget .left-banner p {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .leftSection .term-widget .left-banner p {
    display: none;
  }
}

.leftSection .term-widget .left-banner .img-block {
  display: block;
  width: 82%;
}

.leftSection .term-widget .left-banner .img-block img {
  position: relative;
  width: 175px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .leftSection .term-widget .left-banner .img-block {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .leftSection .term-widget .left-banner {
    width: 100%;
  }
  .leftSection .term-widget .left-banner .mobile-head {
    display: block;
    text-align: center;
  }
  .leftSection .term-widget .left-banner .mobile-head img {
    display: inline-block;
    width: 70px;
    position: relative;
    margin: 10px 0 10px;
    vertical-align: middle;
  }
  .leftSection .term-widget .left-banner .mobile-head p {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 10px 10px 10px;
  }
}

@media only screen and (max-width: 320px) {
  .leftSection .term-widget .left-banner .mobile-head {
    display: block;
    text-align: center;
  }
  .leftSection .term-widget .left-banner .mobile-head p {
    font-size: 16px;
  }
}

.leftSection .term-widget .right-block {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .leftSection .term-widget .right-block {
    width: 100%;
  }
}

.leftSection .term-widget .right-block p.heading {
  padding: 20px 0;
  color: #0058FF;
  text-align: center;
  font-size: 26px;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .leftSection .term-widget .right-block p.heading {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}

.leftSection .term-widget .right-block .form-elements {
  width: 100%;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .leftSection .term-widget .right-block .form-elements {
    margin: 0 auto;
    width: 100%;
  }
}

.leftSection .term-widget .right-block .form-elements .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .leftSection .term-widget .right-block .form-elements .row {
    width: 260px;
    margin: 0 auto 20px;
  }
}

.leftSection .term-widget .right-block .form-elements .row .blocks {
  width: calc(50% - 5px);
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.leftSection .term-widget .right-block .form-elements .row .blocks .label {
  margin: 0 5px 0 0;
  font-size: 14px;
  text-align: right;
  width: calc(43% - 5px);
}

@media only screen and (max-width: 767px) {
  .leftSection .term-widget .right-block .form-elements .row .blocks .label {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.leftSection .term-widget .right-block .form-elements .row .blocks .select-box {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .leftSection .term-widget .right-block .form-elements .row .blocks .select-box {
    width: 100%;
  }
}

.leftSection .term-widget .right-block select {
  width: 100%;
  color: #172B4D;
  border: none;
  float: left;
  padding: 0 16px;
  -webkit-appearance: none;
  background: none;
  background-image: url(../../images/bu/arrow-down_dark.png);
  background-color: #fff;
  background-position: 90% center;
  background-repeat: no-repeat;
  border: 1px solid #CFCCCC;
  border-radius: 4px;
}

.leftSection .term-widget .right-block .amount-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: center;
  margin: 20px auto 0;
}

.leftSection .term-widget .right-block .amount-row .txt {
  text-align: right;
  font-size: 16px;
  line-height: 19px;
  width: auto;
  padding-right: 20px;
  margin: 0 0 0 auto;
}

.leftSection .term-widget .right-block .amount-row .price {
  font-size: 34px;
  color: #0058FF;
  width: auto;
  margin: 0 auto 0 0;
}

.leftSection .term-widget .right-block .btn-plan {
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  background: #F64F0E;
  padding: 10px 0;
  text-align: center;
  display: block;
  margin: 20px auto 30px;
  width: 160px;
  border: 0;
}

/*  Term top plan widget ends */
/*  car top plan widget for car sarts */
.car-top-plans {
  background: #EDEFF1;
  border-radius: 8px;
  padding: 20px 16px 0;
  border: 1px solid #EDEFF1;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .car-top-plans {
    padding: 20px 16px 20px;
  }
}

.car-top-plans p.top-head {
  color: #0065ff;
  font-weight: 500;
  border-bottom: 3px solid #0065ff;
  display: inline-block;
  margin-bottom: 16px;
}

.car-top-plans .car-top-plan-slider .car-plan-item {
  background: #fff;
  height: 250px;
  border-radius: 8px;
  margin: 10px 0;
  padding: 16px;
  margin-bottom: 20px;
  outline: none;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .car-top-plans .car-top-plan-slider .car-plan-item {
    margin: 0 10px 0 0;
  }
}

@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item {
    margin: 0 10px 0 0;
    height: 400px;
  }
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo {
  width: 50%;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo {
  width: 110px;
  height: 45px;
  float: left;
  margin-right: 20px;
  background: url(../../images/bu/insurance-logo.png) center no-repeat;
  background-size: 100%;
  background-position: 0 0;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.iffco-tokio {
  background-position: 0 2px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.royal-sundaram {
  background-position: 0 -42px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.bharti-axa {
  background-position: 0 -86px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.future-generali {
  background-position: 0 -131px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.sbi-general {
  background-position: 0 -174px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.liberty-general {
  background-position: 0 -219px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.tata-aig {
  background-position: -4px -263px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.bajaj-allianz {
  background-position: 0 -301px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.reliance-general {
  background-position: 0 -346px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.hdfc-ergo {
  background-position: 0 -392px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.shriram-general {
  background-position: 0 -439px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.digit {
  background-position: 0 -483px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.kotak-mahindra {
  background-position: 0 -527px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.new-india-assurance {
  background-position: 0 -568px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.national-insurance {
  background-position: 0 -613px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.united-india {
  background-position: 0 -659px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.oriental-insurance {
  background-position: 0 -702px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.universal-sompo {
  background-position: 0 -746px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.magma-hdi {
  background-position: 0 -790px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.navi-general {
  background-position: 0 -834px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo.edelweiss-general {
  background-position: 0 -877px;
}

@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo span.insurer-logo {
    margin-bottom: 10px;
  }
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo p {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  color: #253858;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo p {
    width: 100%;
    float: left;
  }
}

@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo p {
    width: 100%;
    float: left;
  }
}

@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .top-row .logo {
    width: 100%;
  }
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .top-right {
  width: 50%;
}

.car-top-plans .car-top-plan-slider .car-plan-item .top-row .top-right .block-txt {
  background: #f1f1f1;
  float: right;
  border-radius: 20px;
  padding: 5px 10px;
  color: #5e6c84;
  font-size: 12px;
}

@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .top-row .top-right {
    position: absolute;
    right: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .top-row .top-right {
    position: absolute;
    right: 10px;
  }
  .car-top-plans .car-top-plan-slider .car-plan-item .top-row .top-right .block-txt {
    font-size: 9px;
  }
}

@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .top-row {
    margin-bottom: 16px;
  }
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 24px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row:nth-child(3n) {
  margin-right: 0;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .icon-block {
  width: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
  align-self: center;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .icon-block span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f1f1f1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .icon-block span i {
  width: 24px;
  height: 28px;
  background: url(../../images/bu/car-top-plan-icons.png) center no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .icon-block span i.generic {
  background-position: 0 8px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .icon-block span i.damage {
  background-position: 1px -32px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .icon-block span i.tyre-tube {
  background-position: 0 -76px;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .content-block {
  width: calc(100% - 50px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
  align-self: center;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .content-block .head {
  font-size: 14px;
  font-weight: 500;
  color: #253858;
  padding: 0;
  line-height: 18px;
  margin: 0;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .content-block .text {
  font-size: 12px;
  display: block !important;
  color: #253858;
  padding: 0;
  line-height: 18px;
  margin: 0;
}

.car-top-plans .car-top-plan-slider .car-plan-item .content-row .content-block .text a {
  color: #0065ff;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .content-row {
    margin-bottom: 16px;
    width: 100%;
    margin-right: 0;
  }
}

.car-top-plans .car-top-plan-slider .car-plan-item .bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 32px);
}

@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .bottom-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    position: absolute;
    bottom: 20px;
    width: 90%;
  }
}

.car-top-plans .car-top-plan-slider .car-plan-item .bottom-row .price {
  width: calc(100% - 180px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.car-top-plans .car-top-plan-slider .car-plan-item .bottom-row .price p {
  float: right;
  margin: 0px 20px 0 0;
  color: #253858;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .bottom-row .price p {
    font-size: 16px;
    float: left;
    padding-bottom: 16px;
    width: 100%;
    line-height: 20px;
    text-align: center;
  }
}

.car-top-plans .car-top-plan-slider .car-plan-item .bottom-row .price p span {
  display: block;
  color: #253858;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .bottom-row .price p span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .bottom-row .price {
    width: 100%;
  }
}

.car-top-plans .car-top-plan-slider .car-plan-item .bottom-row .btn-block {
  width: 180px;
}

@media only screen and (max-width: 640px) {
  .car-top-plans .car-top-plan-slider .car-plan-item .bottom-row .btn-block {
    width: 100%;
  }
}

.car-top-plans .car-top-plan-slider .car-plan-item .bottom-row .btn-block .btn {
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 10px 0;
  text-align: center;
  background: #0065ff;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.car-top-plans .disclaimer {
  font-size: 8pt;
  color: #333;
}

.car-top-plans .seeMoreplans {
  position: absolute;
  bottom: 22px;
  left: 16px;
  right: 0;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.73)), to(#fff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.73), #fff);
  width: calc(100% - 32px);
}

@media only screen and (max-width: 640px) {
  .car-top-plans .seeMoreplans {
    display: none;
  }
}

.car-top-plans .seeMoreplans span {
  position: absolute;
  font-weight: 500;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  bottom: -15px;
  background: #fff;
  -webkit-box-shadow: 0 3px 24px 0 rgba(37, 56, 88, 0.1);
  box-shadow: 0 3px 24px 0 rgba(37, 56, 88, 0.1);
  padding: 6px 40px 6px 28px;
  border-radius: 32.5px;
  color: #0065ff;
  text-decoration: none;
  cursor: pointer;
}

.car-top-plans .seeMoreplans span::after {
  content: "";
  border: solid #253858;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 18px;
  top: 12px;
}

.top-plan-popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}

.top-plan-popup .close {
  width: 32px;
  height: 32px;
  background: #f3f3f3;
  border-radius: 50%;
  float: right;
  margin: 16px;
  position: relative;
}

.top-plan-popup .close .close-ico {
  position: absolute;
  right: 0;
  top: 5px;
  width: 16px;
  height: 16px;
}

.top-plan-popup .close .close-ico:hover {
  opacity: 1;
}

.top-plan-popup .close .close-ico:before, .top-plan-popup .close .close-ico:after {
  position: absolute;
  left: 0px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #333;
}

.top-plan-popup .close .close-ico:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-plan-popup .close .close-ico:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top-plan-popup .top-row {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.top-plan-popup .top-row .img-block {
  width: 50%;
}

.top-plan-popup .top-row .img-block img {
  width: 100px;
  height: auto;
}

.top-plan-popup .top-row .top-right {
  width: 50%;
}

.top-plan-popup .top-row .top-right .block-txt {
  background: #f1f1f1;
  float: right;
  border-radius: 20px;
  padding: 5px 10px;
  color: #5e6c84;
  font-size: 12px;
}

.top-plan-popup .insurance-heading {
  font-size: 16px;
  padding: 5px 16px 10px;
  font-weight: 600;
  color: #253858;
}

.top-plan-popup .content-container {
  position: relative;
  width: 100%;
  height: calc(100vh - 290px);
  overflow: auto;
}

.top-plan-popup .content-container .faqsWrap ul li h3 a {
  border: 0;
  background: #fafbfc;
}

.top-plan-popup .content-container .faqsWrap ul li {
  background: #fafbfc;
  border-radius: 8px;
}

.top-plan-popup .content-container .faqsWrap ul li p.text {
  font-size: 14px;
  padding-left: 30px;
}

.top-plan-popup .content-container .faqsWrap ul li i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #Dfe1E6;
  margin-right: 16px;
}

.top-plan-popup .content-container .faqsWrap ul li h3 + div {
  border: 0;
  background: #fafbfc;
}

.top-plan-popup .faqsWrap {
  margin: 0 16px;
}

.top-plan-popup .bottom-row {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.top-plan-popup .bottom-row .price {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-plan-popup .bottom-row .price p {
  margin: 5px 20px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.top-plan-popup .bottom-row .price p span {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

.top-plan-popup .bottom-row .btn-block {
  width: calc(100% -32px);
  margin: 16px 16px 0;
}

.top-plan-popup .bottom-row .btn-block .btn {
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 10px 0;
  text-align: center;
  background: #0065ff;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.car-widget-disclaimer {
  font-size: 11px !important;
  line-height: 18px !important;
  padding: 10px 0 !important;
}

@media only screen and (max-width: 1024px) {
  .car-widget-disclaimer {
    padding: 10px 16px !important;
    border-top: 1px solid #ddd;
  }
}

.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: 0;
}

.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;
}

.slick-loading .slick-list {
  background: #fff url("../../images/home-v1/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../../images/home-v1/slick.eot");
  src: url("../../images/home-v1/slick.eot?#iefix") format("embedded-opentype"), url("../../images/home-v1/slick.woff") format("woff"), url("../../images/home-v1/slick.ttf") format("truetype"), url("../../images/home-v1/slick.svg#slick") format("svg");
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: 0;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '';
}

[dir='rtl'] .slick-prev:before {
  content: '';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '';
}

[dir='rtl'] .slick-next:before {
  content: '';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: 0;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #2f4efb;
}

.slick-list {
  padding-left: 0px !important;
}

/*  car top plan widget for car ends */
.numberVal {
  display: inline-block;
}

.grid {
  width: 1140px;
  margin: 0px auto;
}

.layoutfull {
  width: 100%;
}

.title, .leftSection h1, .leftSection h2 {
  color: #253858;
  font-weight: 500;
}

.scrollfreez {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.mt50 {
  margin-top: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.pd0 {
  padding: 0px !important;
}

.clearfix {
  clear: both;
  display: table;
}

.tcondition {
  font-size: 11px;
  display: block;
  padding: 10px 0;
  margin-bottom: 20px;
}

.tcondition .left {
  float: left;
}

.tcondition .right {
  float: right;
}

.updatedon {
  font-size: 12px;
  padding: 0px;
}

.updatedon-top {
  font-size: 10px;
  padding: 0;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}

.leftSection {
  width: 758px;
  float: left;
  /*TOP INSURER PLANS*/
  /* END TOP INSURER PLANS*/
}

@media only screen and (max-width: 1024px) {
  .leftSection .mobilehide {
    display: none;
  }
}

.leftSection img {
  max-width: 100%;
}

.leftSection .left_fullbanner {
  text-align: center;
  max-width: 693px;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner {
    max-width: 100%;
    cursor: pointer;
    padding: 20px;
  }
}

.leftSection .left_fullbanner img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .left_fullbanner img {
    width: auto;
  }
}

.leftSection .tableDisclaimer {
  font-size: 12px;
  display: inline-block;
  color: #263858;
  position: absolute;
}

.leftSection .individualButton_knowmore {
  text-align: right;
  margin: 15px 0;
}

.leftSection .individualButton_knowmore .buttonBox_orange {
  background: #FD4705 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #bfbfbf;
  box-shadow: 0px 3px 6px #bfbfbf;
  border: 1px solid #FD4705;
  border-radius: 4px;
  opacity: 1;
  width: 170px;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 0px auto;
}

@media only screen and (max-width: 640px) {
  .leftSection .tableDisclaimer {
    text-align: center;
    position: static;
    width: 100%;
  }
  .leftSection .individualButton_knowmore {
    text-align: center;
  }
}

.leftSection .mid-form {
  width: 100%;
  margin: 20px 0;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form {
    width: calc(100% - 20px);
    margin: 20px 10px;
  }
}

.leftSection .mid-form .orange-box {
  display: inline-block;
  background: #F45023;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leftSection .mid-form .form-block {
  width: 100%;
  border: 1px solid #E1E1E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0 10px 20px;
  background: #fff;
}

.leftSection .mid-form .form-block .left-div {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leftSection .mid-form .form-block .left-div .inner-block-left {
  width: 45%;
}

.leftSection .mid-form .form-block .left-div .inner-block-right {
  width: 55%;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
    margin: 0 0 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
    margin: 0 5px 0 5px;
  }
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
  }
}

.leftSection .mid-form .form-block .left-div label {
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 12px;
  }
}

.leftSection .mid-form .form-block .left-div .select-box {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div .select-box {
    margin: 0 0 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div .select-box {
    margin: 0 0 0 5px;
  }
}

.leftSection .mid-form .form-block .left-div .select-box select {
  border: 1px solid #CFCCCC;
  background: #fff;
  border-radius: 4px;
  font-size: 18px;
  line-height: 20px;
  padding: 9px 28px 9px 10px;
  position: relative;
}

.leftSection .mid-form .form-block .left-div .select-box select.pl-20 {
  padding-left: 20px;
}

.leftSection .mid-form .form-block .left-div .select-box select.error {
  border-color: #f00;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block .left-div .select-box select {
    font-size: 14px;
    padding: 9px 25px 9px 8px;
  }
}

@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div .select-box select {
    font-size: 12px;
  }
}

.leftSection .mid-form .form-block .left-div .select-box::after {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border: solid #97A0AF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.leftSection .mid-form .form-block .left-div span.life-cover {
  font-size: 12px;
  position: absolute;
  top: 40px;
  left: 22px;
  z-index: 9;
}

.leftSection .mid-form .form-block .left-div span.rupee {
  font-size: 18px;
  position: absolute;
  top: 4px;
  left: 8px;
  z-index: 9;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .form-block {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

@media only screen and (max-width: 640px) {
  .leftSection .mid-form .form-block {
    padding-left: 10px;
  }
}

.leftSection .mid-form .right-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 30px;
  }
}

.leftSection .mid-form .right-div div.blocks {
  width: 50%;
}

.leftSection .mid-form .right-div div.blocks.right {
  text-align: right;
  padding-right: 10px;
}

.leftSection .mid-form .right-div div.blocks p {
  display: inline-block;
  font-size: 14px;
  color: #253858;
  line-height: 22px;
  font-weight: 500;
  padding-left: 20px;
}

.leftSection .mid-form .right-div div.blocks p strong {
  font-weight: 500;
  font-size: 18px;
  color: #0065FF;
}

.leftSection .mid-form .right-div div.blocks p span {
  color: #0065FF;
  font-size: 16px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks p {
    font-size: 14px;
    color: #253858;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .leftSection .mid-form .right-div div.blocks p {
    padding-left: 20px;
  }
}

.leftSection .mid-form .right-div div.blocks button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  background: #0065FF;
  color: #fff;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 14px;
  height: 40px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 12px;
    height: 30px;
    padding: 0 20px;
    margin: 10px 0 0;
  }
}

.leftSection .mid-form .disclaimer {
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px 0 0;
}

.leftSection .mid-form .disclaimer a {
  color: #0065FF;
}

.leftSection .top-plan {
  width: 100%;
  background: #F1F3F5;
  padding: 20px 10px;
  float: left;
}

.leftSection .top-plan p.plan {
  font-size: 16px;
  color: #0065FF;
  display: inline-block;
  border-bottom: 3px solid #0065FF;
  margin-bottom: 10px;
}

.leftSection .top-plan .block-inner {
  width: 100%;
  margin-bottom: 16px;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.leftSection .top-plan .block-inner .see-more {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 24px 5px 24px;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  color: #0065FF;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.leftSection .top-plan .block-inner .see-more::after {
  content: '';
  display: inline-block;
  border: solid black;
  border-width: 0 2px 2px 0;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  margin: 7px 0 0 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .leftSection .top-plan .block-inner .see-more::after {
    margin-top: 5px;
  }
}

.leftSection .top-plan .block-inner .see-more#less-plan::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-plan .block-inner .see-more#less-plan::after {
    margin-top: 8px;
  }
}

.leftSection .top-plan .block-inner .see-more.hide {
  display: none;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-plan .block-inner .see-more {
    font-size: 12px;
    bottom: -39px;
    padding: 5px 14px 5px 14px;
  }
}

.leftSection .top-plan .block-inner .logo-block {
  width: 16%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-plan .block-inner .logo-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .leftSection .top-plan .block-inner .logo-block div {
    width: 50%;
  }
}

.leftSection .top-plan .block-inner .logo-block img {
  width: 80%;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-plan .block-inner .logo-block img {
    width: auto;
    max-width: 80%;
  }
}

.leftSection .top-plan .block-inner .logo-block span {
  width: 80%;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #253858;
  vertical-align: top;
  display: inherit;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-plan .block-inner .logo-block span {
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }
}

.leftSection .top-plan .block-inner .life-cover {
  width: 16%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-plan .block-inner .life-cover {
    width: 50%;
    padding: 15px 0 0;
  }
}

.leftSection .top-plan .block-inner .life-cover p {
  padding: 0;
  margin: 0;
}

.leftSection .top-plan .block-inner .life-cover p:first-child {
  color: #253858;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.leftSection .top-plan .block-inner .life-cover p:nth-child(2n) {
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 5px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-plan .block-inner .life-cover p:nth-child(2n) {
    padding: 0 0 0 0;
    font-size: 16px;
  }
}

.leftSection .top-plan .block-inner .life-cover p:nth-child(3n) {
  color: #253858;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.leftSection .top-plan .block-inner .claim-settlement {
  width: 22%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-plan .block-inner .claim-settlement {
    width: 50%;
    padding: 15px 0 0;
  }
}

.leftSection .top-plan .block-inner .claim-settlement p {
  padding: 0;
  margin: 0;
}

.leftSection .top-plan .block-inner .claim-settlement p:first-child {
  color: #253858;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-plan .block-inner .claim-settlement p:first-child {
    font-size: 12px;
  }
}

.leftSection .top-plan .block-inner .claim-settlement p:nth-child(2n) {
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 10px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-plan .block-inner .claim-settlement p:nth-child(2n) {
    padding: 2px 0 0 0;
    font-size: 16px;
  }
}

.leftSection .top-plan .block-inner .view-plan {
  width: 23%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-plan .block-inner .view-plan {
    width: 50%;
    padding: 15px 0 0;
  }
}

.leftSection .top-plan .block-inner .view-plan p {
  padding: 0;
  margin: 0;
}

.leftSection .top-plan .block-inner .view-plan p:first-child {
  color: #253858;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
}

.leftSection .top-plan .block-inner .view-plan p:first-child span {
  color: #15B5A5;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-plan .block-inner .view-plan p:first-child span {
    font-size: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .leftSection .top-plan .block-inner .view-plan p:first-child {
    font-size: 11px;
    font-weight: 600;
  }
}

.leftSection .top-plan .block-inner .view-plan .btn {
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  background: #F35023;
  padding: 10px 0;
  text-align: center;
  margin-top: 8px;
  width: 160px;
  border: 0;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-plan .block-inner .view-plan .btn {
    font-size: 12px;
    padding: 6px 0;
    width: 115px;
    margin-top: 6px;
  }
}

.leftSection .top-plan .top-plan-disclaimer {
  font-size: 12px;
  line-height: 14px;
  color: #333;
  padding: 10px 0  0px;
}

.leftSection .top-plan .top-plan-disclaimer span {
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-plan .top-plan-disclaimer {
    padding: 30px 0 10px;
  }
}

.leftSection .top-insurer-plan {
  width: 100%;
  background: #F1F3F5;
  padding: 20px 10px;
  float: left;
}

.leftSection .top-insurer-plan p.plan {
  font-size: 16px;
  color: #0065FF;
  display: inline-block;
  border-bottom: 3px solid #0065FF;
  margin-bottom: 10px;
}

.leftSection .top-insurer-plan .block-inner {
  width: 100%;
  margin-bottom: 16px;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.leftSection .top-insurer-plan .block-inner .see-more {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 24px 5px 24px;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  color: #0065FF;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.leftSection .top-insurer-plan .block-inner .see-more::after {
  content: '';
  display: inline-block;
  border: solid black;
  border-width: 0 2px 2px 0;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  margin: 7px 0 0 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .leftSection .top-insurer-plan .block-inner .see-more::after {
    margin-top: 5px;
  }
}

.leftSection .top-insurer-plan .block-inner .see-more#less-plan::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-insurer-plan .block-inner .see-more#less-plan::after {
    margin-top: 8px;
  }
}

.leftSection .top-insurer-plan .block-inner .see-more.hide {
  display: none;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-insurer-plan .block-inner .see-more {
    font-size: 12px;
    bottom: -39px;
    padding: 5px 14px 5px 14px;
  }
}

.leftSection .top-insurer-plan .block-inner .logo-block {
  width: 16%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-insurer-plan .block-inner .logo-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .leftSection .top-insurer-plan .block-inner .logo-block div {
    width: 50%;
  }
}

.leftSection .top-insurer-plan .block-inner .logo-block img {
  width: 80%;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-insurer-plan .block-inner .logo-block img {
    width: auto;
    max-width: 80%;
  }
}

.leftSection .top-insurer-plan .block-inner .logo-block span {
  width: 80%;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #253858;
  vertical-align: top;
  display: inherit;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-insurer-plan .block-inner .logo-block span {
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }
}

.leftSection .top-insurer-plan .block-inner .life-cover {
  width: 18%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-insurer-plan .block-inner .life-cover {
    width: 50%;
    padding: 15px 0 0;
  }
}

.leftSection .top-insurer-plan .block-inner .life-cover p {
  padding: 0;
  margin: 0;
}

.leftSection .top-insurer-plan .block-inner .life-cover p:first-child {
  color: #253858;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.leftSection .top-insurer-plan .block-inner .life-cover p:nth-child(2n) {
  color: #253858;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 5px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-insurer-plan .block-inner .life-cover p:nth-child(2n) {
    padding: 0 0 0 0;
    font-size: 18px;
  }
}

.leftSection .top-insurer-plan .block-inner .life-cover p:nth-child(3n) {
  color: #253858;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.leftSection .top-insurer-plan .block-inner .claim-settlement {
  width: 21%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-insurer-plan .block-inner .claim-settlement {
    width: 50%;
    padding: 15px 0 0;
  }
}

.leftSection .top-insurer-plan .block-inner .claim-settlement p {
  padding: 0;
  margin: 0;
}

.leftSection .top-insurer-plan .block-inner .claim-settlement p:first-child {
  color: #253858;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-insurer-plan .block-inner .claim-settlement p:first-child {
    font-size: 12px;
  }
}

.leftSection .top-insurer-plan .block-inner .claim-settlement p:nth-child(2n) {
  color: #253858;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding: 10px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-insurer-plan .block-inner .claim-settlement p:nth-child(2n) {
    padding: 2px 0 0 0;
    font-size: 16px;
  }
}

.leftSection .top-insurer-plan .block-inner .view-plan {
  width: 23%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-insurer-plan .block-inner .view-plan {
    width: 50%;
    padding: 15px 0 0;
  }
}

.leftSection .top-insurer-plan .block-inner .view-plan p {
  padding: 0;
  margin: 0;
}

.leftSection .top-insurer-plan .block-inner .view-plan p:first-child {
  color: #253858;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
}

.leftSection .top-insurer-plan .block-inner .view-plan p:first-child span {
  color: #15B5A5;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-insurer-plan .block-inner .view-plan p:first-child span {
    font-size: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .leftSection .top-insurer-plan .block-inner .view-plan p:first-child {
    font-size: 11px;
    font-weight: 600;
  }
}

.leftSection .top-insurer-plan .block-inner .view-plan .btn {
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  background: #F35023;
  padding: 10px 0;
  text-align: center;
  margin-top: 8px;
  width: 160px;
  border: 0;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-insurer-plan .block-inner .view-plan .btn {
    font-size: 12px;
    padding: 6px 0;
    width: 115px;
    margin-top: 6px;
  }
}

.leftSection .top-insurer-plan .top-plan-disclaimer {
  font-size: 12px;
  line-height: 14px;
  color: #333;
  padding: 10px 0  0px;
}

.leftSection .top-insurer-plan .top-plan-disclaimer span {
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .leftSection .top-insurer-plan .top-plan-disclaimer {
    padding: 30px 0 10px;
  }
}

.leftSection .topplanbox {
  position: relative;
}

.leftSection .all_investment_plans {
  height: auto;
  overflow: hidden;
  padding: 5px 20px 50px;
  margin-bottom: 40px;
  background: #EFEFEF;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.leftSection .all_investment_plans.fullheight {
  height: 100%;
}

.leftSection .all_investment_plans::-webkit-scrollbar {
  width: 12px;
  display: none;
}

.leftSection .all_investment_plans::-webkit-scrollbar-track {
  background: orange;
}

.leftSection .all_investment_plans::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 20px;
  border: 3px solid orange;
}

.leftSection .all_investment_plans .rest_plan {
  margin-top: 20px;
  display: none;
}

.leftSection .restPlans {
  -webkit-box-shadow: 0px 3px 6px #bfbfbf;
  box-shadow: 0px 3px 6px #bfbfbf;
  display: block;
  width: 210px;
  padding: 10px 10px 10px 0px;
  text-align: center;
  border-radius: 30px;
  color: #FD4705;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin: 0px auto;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -18px;
  right: 0;
}

.leftSection .restPlans span.downarrow {
  position: relative;
}

.leftSection .restPlans span.downarrow:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border: solid #FD4705;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  right: 0;
  margin: 0px auto;
  top: 4px;
}

.leftSection .restPlans span.downarrow.uparrow:after {
  -webkit-transform: rotate(225deg) !important;
  transform: rotate(225deg) !important;
  top: 9px !important;
}

.leftSection .restPlans + .term_cond {
  margin: 10px 0px 15px;
}

@media only screen and (max-width: 1024px) {
  .leftSection .restPlans + .term_cond {
    text-align: center;
    max-width: 500px;
    margin: 0px auto;
  }
}

.leftSection .planbox {
  -webkit-box-shadow: 0px 3px 6px #bfbfbf;
  box-shadow: 0px 3px 6px #bfbfbf;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 20px;
  background: #fff;
}

.leftSection .planbox .planlogo {
  height: 60px;
  position: relative;
}

.leftSection .planbox .planlogo img {
  position: absolute;
}

.leftSection .planbox:last-child {
  margin-bottom: 0px;
}

.leftSection .planbox .data_ul_plan {
  padding-left: 0px;
}

.leftSection .planbox .data_ul_plan li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding-left: 38px;
  position: relative;
  margin-bottom: 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

.leftSection .planbox .data_ul_plan li .right_tick {
  width: 24px;
  height: 24px;
  background: #0662f6;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
}

.leftSection .planbox .data_ul_plan li .right_tick:after {
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 5px;
}

.leftSection .planbox .knowmore_item {
  text-align: right;
}

.leftSection .planbox .knowmore_item a.knowmore {
  background: #FD4705 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #bfbfbf;
  box-shadow: 0px 3px 6px #bfbfbf;
  border: 1px solid #FD4705;
  border-radius: 4px;
  opacity: 1;
  width: 170px;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.leftSection .planbox h3 {
  display: inline-block;
  padding-left: 170px;
  margin: 0;
  vertical-align: top;
  font-size: 20px;
  color: #000;
  line-height: 22px;
}

.leftSection .hlvdata-block {
  width: 100%;
  max-width: 760px;
}

.leftSection .hlvdata-block .hlvblock {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 45%;
  display: inline-block;
}

.leftSection .hlvdata-block label {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.leftSection .hlvdata-block select, .leftSection .hlvdata-block input {
  width: 90%;
  padding: 5px 10px;
  font-size: 15px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  background-position: 97% 15px;
  background-color: #fbfbfb;
  border: 1px solid #f5f3f3;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
}

.leftSection .hlvdata-block #btnTrmStart .btn {
  border-radius: 4px;
  width: 150px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: 20px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.leftSection .single_image img {
  float: right;
  padding: 10px;
}

.leftSection .icon-div .sprite_content {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .leftSection {
    width: 100%;
  }
}

.leftSection .bannertravelredirect img, .leftSection .bannertermredirect img {
  width: auto;
  max-width: 100%;
}

.leftSection h1 {
  font-size: 36px;
  margin: 0px 0px 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
}

.leftSection h2 {
  font-size: 30px;
  margin: 40px 0px 10px;
  letter-spacing: 0.030em;
  line-height: 36px;
}

.leftSection h2 a {
  color: #0065ff;
}

.leftSection h3 {
  font-size: 24px;
  margin-top: 20px;
  color: #253858;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 10px;
}

.leftSection h3 a {
  color: #0065ff;
  padding-top: 6px;
  display: block;
}

.leftSection .paragraphBu {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}

.leftSection .footable {
  width: 100%;
}

.leftSection .top-plan-disclaimer {
  font-size: 12px;
  padding: 5px 0 0;
}

.leftSection table {
  border-collapse: collapse;
  width: 100%;
  border: solid 0.8px #e1e1e1;
  font-size: 14px;
  color: #253858;
  margin-top: 10px;
  margin-top: 20px;
  line-height: 27px;
  border-radius: 8px;
}

.leftSection table p a.btn-primary, .leftSection table a.btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 18px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0px auto;
}

.leftSection table tr:first-child {
  border: none;
  background: #f1f3f5;
  color: #344f7c;
  border-right: solid 0.8px #e1e1e1;
}

@media only screen and (max-width: 640px) {
  .leftSection table tr:first-child {
    color: #253858;
  }
}

.leftSection table td {
  border-top: solid 0.8px #e1e1e1;
  border-bottom: solid 0.8px #e1e1e1;
  padding: 10px;
  vertical-align: top;
  border-right: solid 0.8px #e1e1e1;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
  letter-spacing: 1.8;
}

.leftSection table td a {
  font-size: 14px;
  font-weight: 500;
  color: #4C9AFF !important;
}

.leftSection table td ul, .leftSection table td ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.leftSection table td ul li, .leftSection table td ol li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}

.leftSection table td ul li:before, .leftSection table td ol li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .return_calculator_box_investment {
  display: block;
  max-width: 758px;
  margin: 20px auto;
  border-bottom: none;
}

.leftSection .return_calculator_box_investment .calc_form {
  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;
  padding: 15px 15px 55px;
  border: solid 0.8px #e1e1e1;
  border-radius: 6px 6px 0px 0px;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper {
  width: 100%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(1), .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
  width: 36%;
  margin-right: 2%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
  width: 22%;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
  text-align: left;
  letter-spacing: 0px;
  color: #0065FF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 18px 12px 0px;
  border: none;
  font-weight: 500;
  border-bottom: solid 0.8px #e1e1e1;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url(../../images/bu/arrow-down_dark.png) no-repeat 99% center;
}

.leftSection .return_calculator_box_investment .calc_form .feildWrapper .calculateButton {
  background: #0065FF;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 12px;
  display: block;
  width: 100%;
  font-weight: 500;
  margin: 24px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.leftSection .return_calculator_box_investment .tableBox {
  position: relative;
  top: -1px;
}

.leftSection .return_calculator_box_investment .tableBox table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0 !important;
  border-top: none;
}

.leftSection .return_calculator_box_investment .tableBox table .alignCenter {
  text-align: center;
}

.leftSection .return_calculator_box_investment .tableBox table tr td {
  border: solid 0.8px #e1e1e1;
  border-collapse: collapse;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
}

.leftSection .return_calculator_box_investment .tableBox table tr:first-child th {
  width: 20%;
  background: #F4F7FF;
  border: none;
  border-right: solid 0.8px #e1e1e1;
  padding: 8px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #0065FF;
}

.leftSection .return_calculator_box_investment .tableBox table tr th {
  background: #f4f7fe;
  text-align: center;
}

.leftSection .return_calculator_box_investment .tableBox table tr:nth-child(2) td {
  background: #F4F7FF;
  border: none;
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more {
  background: #FD4705;
  text-align: center;
  color: #fff;
  padding: 8px 20px 8px 5px;
  width: 115px;
  border-radius: 5px;
  margin: 0px auto;
  border: 1px solid #FD4705;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}

.leftSection .return_calculator_box_investment .tableBox .table_know_more:after {
  content: "";
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 13px;
}

.leftSection .number-listing-box {
  margin: 0;
  list-style: none;
  counter-reset: my-sec-counter;
}

.leftSection .number-listing-box li {
  position: relative;
  padding-left: 50px;
  text-align: left !important;
}

.leftSection .number-listing-box li p {
  font-size: 16px;
  font-weight: normal;
}

.leftSection .number-listing-box li ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .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%;
}

.leftSection .number-listing-box li ul li:after {
  content: none;
}

.leftSection .number-listing-box li.numbers:after {
  width: 44px;
  height: 44px;
  background-color: #f4f5f7;
  border-radius: 50%;
  position: absolute;
  content: '';
  left: -12px;
  top: 0;
}

.leftSection .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;
}

.leftSection .number-listing-box .heading {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  padding-top: 5px;
}

.leftSection .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.leftSection .data_ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}

.leftSection .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}

.leftSection .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftSection .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .faqsWrap ul {
  margin: 8px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.leftSection .faqsWrap ul li {
  border-bottom: 0px solid #e7e7e7;
  padding: 0;
  font-size: 16px;
  color: #253858;
  margin: 0 0 5px 0;
  border-radius: 8px;
  background: #f1f3f5;
}

.leftSection .faqsWrap ul li li {
  background: none;
}

.leftSection .faqsWrap ul li:before {
  display: none;
}

.leftSection .faqsWrap ul li h2, .leftSection .faqsWrap ul li h3, .leftSection .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;
}

.leftSection .faqsWrap ul li h2 a, .leftSection .faqsWrap ul li h3 a, .leftSection .faqsWrap ul li h4 a {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
}

.leftSection .faqsWrap ul li h2 a:hover, .leftSection .faqsWrap ul li h3 a:hover, .leftSection .faqsWrap ul li h4 a:hover {
  color: #253858;
}

.leftSection .faqsWrap ul li h2 a:after, .leftSection .faqsWrap ul li h3 a:after, .leftSection .faqsWrap ul li h4 a:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}

.leftSection .faqsWrap ul li h2 a[flag="up"], .leftSection .faqsWrap ul li h3 a[flag="up"], .leftSection .faqsWrap ul li h4 a[flag="up"] {
  background: radial-gradient(circle at 21% 17%, #ffffff, #f1f3f5 53%);
  border-bottom: dashed 1px rgba(37, 56, 88, 0.2);
  padding-bottom: 14px;
  border-radius: 8px 8px 0 0;
  border-top: solid 0.8px rgba(37, 56, 88, 0.1);
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
}

.leftSection .faqsWrap ul li h2 a[flag="up"]::after, .leftSection .faqsWrap ul li h3 a[flag="up"]::after, .leftSection .faqsWrap ul li h4 a[flag="up"]::after {
  -webkit-transform: -135deg;
  transform: -135deg;
  top: 26px;
}

.leftSection .faqsWrap ul li h2 + div, .leftSection .faqsWrap ul li h3 + div, .leftSection .faqsWrap ul li h4 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #ffffff, #f1f3f5);
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: #253858;
  border-left: solid 0.8px rgba(37, 56, 88, 0.1);
  border-right: solid 0.8px rgba(37, 56, 88, 0.1);
  border-bottom: solid 0.8px rgba(37, 56, 88, 0.1);
}

.leftSection .faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}

.leftSection .faqsWrap ul .data_ul li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
}

.leftSection .faqsWrap ul .data_ul li:before {
  content: none;
}

.leftSection .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%;
}

.leftSection .faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.leftSection .faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
}

.leftSection .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;
}

.leftSection .allinsurer .footable table {
  text-rendering: optimizeLegibility;
}

.leftSection .allinsurer .footable table tr:first-child {
  background: #f1f3f5 !important;
  color: #fff;
}

.leftSection .allinsurer .footable table tr:nth-child(even) {
  background: #f7fbfd;
}

/*left section close*/
.pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}

.pbRelatedLinks.container {
  width: 100%;
  max-width: 100%;
}

.pbRelatedLinks .tagbox {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 25px 0;
  text-align: center;
  width: 100%;
  float: left;
}

.pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999999;
  font-weight: bold;
  margin-right: 5px;
}

.pbRelatedLinks .tagbox a {
  font-size: 12px;
  text-decoration: none;
  line-height: 23px;
  background: #ebf3fe;
  border: 1px solid #0065ff;
  border-radius: 3px;
  padding: 7px 10px;
  color: #0065ff;
  font-weight: 500;
  margin: 0px 5px;
  text-decoration: none;
}

.pbRelatedLinks .tagbox a u {
  text-decoration: none;
}

.idvCalculator {
  width: 100%;
  max-width: 345px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  margin: 18px 0 10px;
}

.idvCalculator .title, .idvCalculator .leftSection h1, .leftSection .idvCalculator h1, .idvCalculator .leftSection h2, .leftSection .idvCalculator h2, .idvCalculator .resultTitle {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 5px;
}

.idvCalculator input, .idvCalculator select {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid #ccc;
  margin: 10px 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.idvCalculator input.error, .idvCalculator select.error {
  border: 1px solid #f00;
}

.idvCalculator select {
  background-image: url(../../images/bu/arrow-down_dark.png);
  background-color: #fff;
  background-position: 94% center;
  background-repeat: no-repeat;
}

.idvCalculator .hide {
  display: none;
}

.idvCalculator #calculate_idv {
  background: #0662f6 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #fff;
  padding: 15px;
  font-weight: 500;
  text-align: center;
  display: block;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
  margin: 6px 0 4px;
}

.idvCalculator .formFeild {
  position: relative;
}

.idvCalculator .formFeild .idvLabel {
  position: absolute;
  width: auto;
  left: 5px;
  background: #fff;
  font-size: 12px;
  padding: 0px 10px 0px 8px;
  color: #5E6C84;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.idvCalculator .formFeild input:focus, .idvCalculator .formFeild select:focus {
  border: 1px solid #0662f6;
}

.idvCalculator .formFeild input:focus + .idvLabel, .idvCalculator .formFeild select:focus + .idvLabel {
  color: #0662f6;
}

.idvCalculator .formFeild input.error, .idvCalculator .formFeild select.error {
  border: 1px solid #f00;
}

.idvCalculator .formFeild input.error + .idvLabel, .idvCalculator .formFeild select.error + .idvLabel {
  color: #f00;
}

.idvCalculator .result {
  margin: 0 2%;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.idvCalculator .result .idvtable {
  border: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
  margin-top: 0;
}

.idvCalculator .result .idvtable td {
  border: 1px solid #ccc;
  vertical-align: middle;
  font-size: 18px;
  padding: 10px;
}

.idvCalculator .result .idvtable tr td:nth-child(1) {
  width: 40%;
  font-size: 15px;
}

.idvCalculator .result .idvtable tr td:nth-child(2) {
  width: 60%;
  font-weight: 600;
  font-size: 16px;
}

.idvCalculator .info {
  color: #253858;
  padding: 0px 2%;
}

.idvCalculator .info p {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 20px 0;
}

.idvCalculator .info p.strong {
  font-weight: 600;
  font-size: 15px;
  margin: 10px 0 5px;
}

.idvCalculator .info .recalculate {
  font-size: 14px;
  text-decoration: underline;
  margin: 20px 0 10px;
  cursor: pointer;
  display: inline-block;
}

.idvCalculator .info .h2text {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
}

.idvCalculator .info .compareButton {
  background: #0662f6 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #fff;
  padding: 15px;
  font-weight: 500;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  margin: 6px 0 4px;
  cursor: pointer;
  position: relative;
}

.idvCalculator.content {
  padding: 10px 0px;
  width: 100%;
  max-width: 100%;
}

.idvCalculator.content .title, .idvCalculator.content .leftSection h1, .leftSection .idvCalculator.content h1, .idvCalculator.content .leftSection h2, .leftSection .idvCalculator.content h2, .idvCalculator.content .resultTitle {
  margin: 10px 2%;
}

.idvCalculator.content .formWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.idvCalculator.content .formWrapper .formFeild {
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 2%;
}

.idvCalculator.content #calculate_idv {
  width: 46%;
  margin: 10px 2%;
}

.idvCalculator.content .compareButton {
  width: 46%;
  margin: 0px auto;
}

.idvCalculator.content .compareButton:after {
  content: "";
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 23px;
  top: 22px;
  background: url(../../images/footer-strip/car/path.png) center no-repeat;
  width: 16px;
  height: 14px;
}

@media only screen and (max-width: 640px) {
  .idvCalculator.content .formWrapper {
    width: 100%;
  }
  .idvCalculator.content .formWrapper .formFeild {
    width: 100%;
  }
  .idvCalculator.content .formWrapper #calculate_idv {
    width: 100%;
  }
  .idvCalculator.content .compareButton {
    width: 100%;
  }
}

.howMuch_lifeinsurance {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #0662f6;
  padding: 20px;
  border-radius: 5px;
  border-top: 6px solid #0662f6;
  -webkit-box-shadow: 1px 1px 10px #efefef;
  box-shadow: 1px 1px 10px #efefef;
  margin: 10px 0;
}

.howMuch_lifeinsurance .qs {
  font-size: 34px;
  font-weight: bold;
  color: #0662f6;
  line-height: 44px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.howMuch_lifeinsurance .qs .subheading {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0;
}

.howMuch_lifeinsurance .quesWrapper {
  padding: 20px 20px 10px;
}

.howMuch_lifeinsurance .quesWrapper .q_count {
  display: none;
  margin-top: 45px;
}

.howMuch_lifeinsurance .quesWrapper .q_count:last-child {
  margin-bottom: 0px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0 20px;
  position: relative;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../../../cdn/images/handicon.jpg) no-repeat 0 0;
  left: -20px;
  top: 5px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText {
  margin-bottom: 4px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .small {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.016em;
  line-height: 20px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText + .small {
  margin-bottom: 20px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .yes, .howMuch_lifeinsurance .quesWrapper .q_count .no {
  display: inline-block;
  background: #ccc;
  color: #847d7d;
  border-radius: 5px;
  text-align: center;
  padding: 5px 30px;
  margin-right: 10px;
  font-weight: 500;
  min-width: 89px;
  cursor: pointer;
}

.howMuch_lifeinsurance .quesWrapper .q_count .yes.active, .howMuch_lifeinsurance .quesWrapper .q_count .yes:hover, .howMuch_lifeinsurance .quesWrapper .q_count .no.active, .howMuch_lifeinsurance .quesWrapper .q_count .no:hover {
  background: #0662f6;
  color: #fff;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form {
  position: relative;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form span {
  display: block;
  font-size: 15px;
  color: #333;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input {
  width: 100%;
  max-width: 300px;
  padding: 10px 10px 10px 34px;
  border-radius: 5px;
  border: 2px solid #cccccc;
  font-size: 15px;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form input.error {
  border: 2px solid #f00;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form:first-child {
  display: block;
}

.howMuch_lifeinsurance .quesWrapper .q_count .form .fa-inr {
  font-size: 20px;
  position: absolute;
  top: 44px;
  left: 12px;
}

.howMuch_lifeinsurance .quesWrapper .q_count:first-child {
  display: block;
  margin-top: 0;
}

.howMuch_lifeinsurance .caluclateInsurance_premium {
  display: block;
  margin: 20px 20px 20px;
  display: none;
}

.howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
  border-radius: 4px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 11px 38px;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  margin-right: 10px;
  width: 142px;
  text-align: center;
}

.howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #a2a0a0;
  padding: 10px 38px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  width: 142px;
  text-align: center;
}

@media only screen and (max-width: 440px) {
  .howMuch_lifeinsurance .caluclateInsurance_premium {
    margin: 20px 20px 0px;
  }
  .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink, .howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}

.howMuch_lifeinsurance .calcualtedInsurance_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover.open {
  display: block;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup {
  max-width: 300px;
  width: 100%;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 300px;
  border-radius: 10px;
  padding: 46px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue {
  width: 100%;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue {
  font-size: 30px;
  font-weight: 900;
  color: blue;
  border-bottom: 1px dashed rgba(32, 69, 245, 0.3);
  padding-bottom: 12px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .text.blue .fa-inr {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting {
  text-align: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting span {
  display: block;
  text-align: center;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .smalltext {
  font-size: 14px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext {
  font-size: 27px;
  color: #2045f5;
  font-weight: 600;
  line-height: 28px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext i {
  font-size: 14px;
  font-style: normal;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .planstarting .plantext .fa-inr {
  font-size: 23px;
  margin-right: 6PX;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 10px auto 5px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .coverValue .verysmalltext {
  font-size: 9px;
  text-align: center;
  display: block;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .smalltext {
  font-size: 13px;
  text-align: center;
  display: block;
  line-height: 20px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .viewplan {
  display: block;
  width: 190px;
  background: #ee4e34;
  cursor: pointer;
  padding: 9px;
  text-align: center;
  margin-top: 30px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  text-transform: uppercase;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  top: 5px;
  right: 10px;
  z-index: 10002;
  cursor: pointer;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before, .howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper {
    background: #ffffff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0px 0 20px;
    padding: 16px;
    clear: both;
  }
  .updatedon {
    font-size: 12px;
    padding: 0px 15px 10px;
    display: block;
  }
  .travel_top .travelBackground {
    margin: 0px auto;
  }
  .topSliderIcon .slick-arrow {
    position: absolute;
  }
  .grid {
    padding: 0px;
    display: block;
    width: 100%;
  }
  .grid .leftSection .planbox {
    height: auto;
  }
  .grid .leftSection .planbox .planlogo {
    height: auto;
    position: relative;
    text-align: center;
  }
  .grid .leftSection .planbox .planlogo img {
    position: initial;
  }
  .grid .leftSection .planbox h3 {
    display: block;
    padding-left: 0;
    margin: 0px 0 20px;
    width: 100%;
    text-align: center;
  }
  .grid .leftSection .planbox .knowmore_item {
    text-align: center;
    font-weight: 500;
  }
  .grid .leftSection .restPlans {
    margin: 0px auto 0px;
  }
  .grid .leftSection .bannertravelredirect img, .grid .leftSection .bannertermredirect img {
    width: auto;
    max-width: 100%;
  }
  .grid .leftSection .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
  .grid .leftSection h1, .grid .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0px 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection h2, .grid .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0px 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection h3, .grid .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0px 10px;
  }
  .grid .leftSection h3 a, .grid .leftSection h3 strong a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection .number-listing-box li.numbers:before {
    left: -2px;
    top: -5px;
  }
  .grid .leftSection .number-listing-box li.numbers:after {
    left: -2px;
    top: -5px;
  }
  .pbRelatedLinks {
    margin-top: 0px;
    background: none;
  }
  .pbRelatedLinks .tagbox {
    float: initial;
    text-align: left;
    padding: 0px;
  }
  .pbRelatedLinks .tagbox strong {
    text-align: left;
    display: block;
    padding: 5px;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    padding: 3px 3px;
  }
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .calc_form {
    padding: 15px 0px 15px;
    border: none;
    border-radius: 6px 6px 0px 0px;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper label {
    padding: 15px 0 5px;
    display: block;
    font-size: 15px;
    font-weight: 500;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
    font-size: 16px;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(1), .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 70%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 32%;
    margin: 20px 0;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    border-top: solid 0.8px #e1e1e1;
  }
}

.card {
  border-radius: 0px;
  background: #fff;
  margin: 20px 0;
  border-radius: 0;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  border-left: 0;
  border-right: 0;
}

.card.ratingsBlock {
  background: #fff;
}

.nav-link ul:before {
  display: none;
}

.leftSection, .rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
}

.planTable {
  -webkit-box-shadow: 1px 1px 5px #ccc;
  box-shadow: 1px 1px 5px #ccc;
  border-radius: 5px;
  padding: 0px 0 5px;
  margin: 20px 0;
}

.planTable .saperator {
  color: #0652DD;
  font-size: 15px;
  text-align: center;
  padding: 2px 0;
  background: rgba(69, 107, 216, 0.5);
  font-weight: 600;
}

.planTable .header {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.planTable .header li {
  width: 25%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  background: #EFEFEF;
  padding: 13px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.planTable .header li .vs {
  background: #fff;
  padding: 0px 3px;
  position: absolute;
  border-radius: 50%;
  font-weight: 400;
  font-size: 8px;
  right: 0px;
  z-index: 1;
}

.planTable .header li:after {
  content: "";
  position: absolute;
  width: 1px;
  margin: 0px auto;
  height: 30px;
  background-color: #d4d4d4;
  right: 7px;
}

.planTable .header li:first-child {
  background-color: #fff;
  text-align: left;
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  border-radius: 10px 0 0 0;
}

.planTable .header li:first-child:after {
  display: none;
}

.planTable .header li:last-child {
  text-align: center;
}

.planTable .header li:last-child:after {
  display: none;
}

.planTable .tablecontent {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.planTable .tablecontent:after {
  content: "";
  position: absolute;
  width: 98%;
  margin: 0px auto;
  height: 1px;
  background-color: #EFEFEF;
  left: 0;
  right: 0;
}

.planTable .tablecontent li {
  width: 25%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  background: #fff;
  padding: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.planTable .tablecontent li .yes {
  background: url(../../images/bu/investment/righttick.svg) no-repeat 0 0;
  position: absolute;
  width: 25px;
  height: 25px;
}

.planTable .tablecontent li .no {
  background: url(../../images/bu/investment/cross.svg) no-repeat 0 0;
  position: absolute;
  width: 25px;
  height: 25px;
}

.planTable .tablecontent li:after {
  content: "";
  position: absolute;
  width: 1px;
  margin: 0px auto;
  height: 30px;
  background-color: #EFEFEF;
  right: 7px;
}

.planTable .tablecontent li:first-child {
  background-color: #fff;
  text-align: left;
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  color: #757575;
  font-size: 12px;
  font-weight: 400;
}

.planTable .tablecontent li:first-child:after {
  display: none;
}

.planTable .tablecontent li:last-child {
  text-align: center;
}

.planTable .tablecontent li:last-child:after {
  display: none;
}

.kbowmoreButton {
  width: 100%;
  max-width: 300px;
  text-align: center;
  background: #FD4705;
  padding: 9px;
  color: #fff;
  border-radius: 5px;
  margin: 30px auto 20px;
  cursor: pointer;
  border: 1px solid #FD4705;
  -webkit-box-shadow: 1px 1px 5px #ccc;
  box-shadow: 1px 1px 5px #ccc;
}

@media only screen and (max-width: 768px) {
  .kbowmoreButton {
    margin: 30px auto 20px;
  }
}

@media only screen and (max-width: 768px) {
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .tableBox {
    overflow-x: scroll;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 700px;
  }
  .pbRelatedLinks .tagbox a {
    font-size: 11px;
    padding: 5px 2px;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
}

@media only screen and (max-width: 640px) {
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(1), .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(2) {
    width: 90%;
    margin-right: 2%;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:nth-child(3) {
    width: 60%;
    margin: 20px 0;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    line-height: 13px;
    font-size: 11px;
    padding: 4px;
    text-align: center;
  }
  .single_image img {
    float: initial;
    padding: 10px;
    width: 100%;
    max-width: 400px;
  }
  .showForm {
    margin: 0 auto 2%;
    width: 100%;
  }
  .leftSection h1, .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection h2, .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection h3, .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 500px;
  }
}

@media only screen and (max-width: 360px) {
  .rightSection .graphDiv img {
    width: 100%;
  }
  .leftSection .left_fullbanner img {
    width: 100%;
  }
}

.fd_bankwise {
  margin: 20px 0 0;
}

.fd_bankwise .heading {
  padding: 0 0 10px;
  font-weight: 500;
}

.blue-block {
  border: 1px solid #005387;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

.blue-block .col-md-3 {
  width: 25%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.blue-block .col-md-3:last-child {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block .col-md-3 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}

.blue-block .col-md-4 {
  width: 33.333%;
  text-align: center;
  border-right: 1px solid #005387;
  padding-right: 10px;
}

.blue-block .col-md-4:last-child {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .blue-block .col-md-4 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}

.blue-block span.fd-icon {
  width: 32px;
  height: 34px;
  display: inline-block;
  margin: 0 auto;
  background: url(../../images/bu/fd-icons.png) no-repeat;
  background-size: 100%;
}

.blue-block span.fd-icon.tenure {
  background-position: 0 -43px;
}

.blue-block span.fd-icon.rate {
  background-position: 0 -87px;
}

.blue-block span.title {
  font-size: 18px;
  display: block;
  color: #333;
}

.blue-block span.figer, .blue-block span.limit {
  font-size: 13px;
  display: block;
  color: #005387;
}

.bannercarredirect {
  cursor: pointer;
}

a, input, select, button, textarea, textPath, a:focus, input:focus, select:focus, textarea:focus, textPath:focus, button:focus {
  outline: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#policybazaar {
  width: 100%;
}

.sqbanner {
  text-align: right;
  float: right;
  margin-left: 10px;
  cursor: pointer;
}

.breadcrumbinner {
  background: #fff;
}

.breadcrumbinner ul.breadcrumb {
  padding: 10px 0px;
  border-bottom: solid 0.5px rgba(37, 56, 88, 0.2);
  margin-bottom: 30px;
  width: 1140px;
}

.breadcrumbinner ul.breadcrumb li {
  font-size: 12px;
  padding: 0;
  margin-right: 5px;
}

.breadcrumbinner ul.breadcrumb li:after {
  right: -4px;
  top: 1px;
}

.breadcrumbinner ul.breadcrumb li.active {
  display: none;
}

.breadcrumbinner ul.breadcrumb li a {
  color: #0065ff;
  font-size: 12px;
  font-weight: 400;
}

.breadcrumbinner ul.breadcrumb li .currentLocation {
  font-size: 12px;
}

.breadcrumbinner ul.breadcrumb li:first-child {
  display: none;
}

#listquotes {
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;
  padding: 20px 0;
}

#listquotes .boxCenter .tableHeader {
  font-size: 12px;
  padding: 5px 0px;
  text-transform: uppercase;
  background: #05175f;
  font-weight: 600;
  color: #fff !important;
}

.tableListing {
  font-size: 34px;
  width: 100%;
  max-width: 1140px;
  margin: 20px auto;
  color: #253858;
}

#navBarBookmarks .slick-next {
  right: -54px;
  top: 46px;
}

.rightSection {
  width: 342px;
  float: right;
  padding: 0px;
}

@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #02e562;
    box-shadow: 0 0 0 0 #02e562;
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(2, 229, 98, 0.08);
    box-shadow: 0 0 0 15px rgba(2, 229, 98, 0.08);
  }
}

@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #02e562;
    box-shadow: 0 0 0 0 #02e562;
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(2, 229, 98, 0.08);
    box-shadow: 0 0 0 15px rgba(2, 229, 98, 0.08);
  }
}

.rightSection .livesProtectedDiv {
  background: #FFFFFF;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .grid .rightSection .livesProtectedDiv {
    max-width: 310px;
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 360px) {
  .grid .rightSection .livesProtectedDiv {
    max-width: 260px;
  }
  .grid .rightSection .livesProtectedDiv .protectedTitle {
    padding: 10px 0 0 52px;
  }
  .grid .rightSection .livesProtectedDiv .protectedTitle .userLeft {
    left: 12px;
  }
  .grid .rightSection .livesProtectedDiv .protectedTitle h5 {
    font-size: 17px;
  }
  .grid .rightSection .livesProtectedDiv .blueBg .coverageTxt {
    margin: 0;
  }
}

.rightSection .livesProtectedDiv .protectedTitle {
  width: 100%;
  padding: 10px 0 0 75px;
  line-height: 16px;
  margin: 0;
  position: relative;
}

.rightSection .livesProtectedDiv .protectedTitle .userLeft {
  width: 30px;
  font-size: 33px;
  float: left;
  vertical-align: top;
  line-height: 0;
  left: 35px;
  position: absolute;
  top: 16px;
  color: #226fe6;
}

.rightSection .livesProtectedDiv .protectedTitle h5 {
  color: #505F79;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  line-height: 35px;
}

.rightSection .livesProtectedDiv .protectedTitle h5 .livesProtectedDiv .subTitle {
  font-size: 12px;
}

.rightSection .livesProtectedDiv .protectedTitle h5 .subTitle {
  font-size: 14px;
  letter-spacing: 1px;
}

.rightSection .livesProtectedDiv .blueBg {
  background: url(../../images/bu/waves.svg) no-repeat;
  height: 100%;
  margin: 0;
  position: relative;
  background-size: 100%;
  cursor: pointer;
}

.rightSection .livesProtectedDiv .blueBg .usrIcon {
  position: absolute;
  left: -20px;
  top: 40%;
  background: #14d25b;
  border-radius: 50%;
  padding: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 0;
  padding: 4px 0;
  border: 3px solid #d7e6ff;
  -webkit-box-shadow: inset 0 0 2px 3px #1cb758;
  box-shadow: inset 0 0 2px 3px #1cb758;
  z-index: 90;
  -webkit-animation: shadow-pulse 1s infinite;
  animation: shadow-pulse 1s infinite;
}

.rightSection .livesProtectedDiv .blueBg .usrIcon i {
  top: 4px;
  position: relative;
  color: #07963d;
}

.rightSection .livesProtectedDiv .blueBg .graphDiv {
  padding: 78px 0 20px 75px;
  color: #fff;
}

.rightSection .livesProtectedDiv .blueBg .graphDiv .totalNumber {
  font-size: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 #fff;
  box-shadow: inset 0 0 0 #fff;
  color: #fff;
  letter-spacing: 0;
  background-image: -webkit-linear-gradient(#d7f2ff, #a1c4fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 34px;
}

.rightSection .livesProtectedDiv .blueBg .coverageTxt {
  color: #fff;
  font-size: 10px;
  margin: 7px 0 0 0;
  padding: 3px 0;
  text-align: center;
  background: #3165bf55;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rightSection .currentDate {
  color: #505F79;
  font-weight: 500;
  font-size: 11px;
  padding: 0px 10px;
  text-align: left;
  padding-top: 8px;
}

.rightSection .currentDate span {
  float: right;
}

.leftSection, .rightSection {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
  display: block;
}

@media only screen and (max-width: 1024px) {
  #listquotes {
    padding: 20px  16px;
  }
  .tableListing {
    padding: 0px 16px;
  }
  body {
    background: #f4f5f7;
  }
  #policybazaar {
    width: 100%;
    padding-top: 0px;
  }
  .breadcrumbinner {
    background: none;
  }
  #policybazaar #reviewslide {
    background: #FFFFFF;
    padding: 0px;
    width: 100%;
  }
  .rightSection .livesProtectedDiv {
    margin: 30px auto;
  }
  #our-partners {
    width: 85% !important;
  }
  .breadcrumbinner ul.breadcrumb {
    padding: 10px 16px;
    margin: 0;
    border: none;
    width: 100%;
  }
  .container-nav1 .nav-wrap::-webkit-scrollbar {
    display: none;
  }
  #policybazaar {
    width: 100%;
    background: #f4f5f7;
  }
  #policybazaar .rightSection {
    width: 100%;
    max-width: 100%;
    margin: 0px 0;
    float: left;
    padding: 0px;
  }
  #policybazaar .rightSection .graphDiv {
    text-align: center;
    padding: 75px 0 20px;
  }
  #policybazaar .rightSection .card.articles {
    padding-bottom: 20px;
  }
  #policybazaar #common_footer {
    margin-top: 20px;
  }
}

.block_content_wrapper ul {
  margin: 0 16px;
}

#policybazaar {
  width: 100%;
}

.armed-personal-insurance {
  background: url(../../images/armed-personal-insurance/armed-personal-insurance-cover-image.png) no-repeat center/cover;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .armed-personal-insurance {
    background: url(../../images/armed-personal-insurance/armed-personal-insurance-cover-image-mobile.png) no-repeat top/contain;
    padding-top: 400px;
  }
}

@media screen and (max-width: 600px) {
  .armed-personal-insurance {
    padding-top: 200px;
  }
}

.armed-personal-insurance-heading {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 53%;
  margin-left: auto;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .armed-personal-insurance-heading {
    width: 55%;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .armed-personal-insurance-heading {
    width: 100%;
    background: #fff;
    text-align: center;
    border-radius: 32px 32px 0 0;
    margin-bottom: -1px;
  }
}

@media screen and (max-width: 600px) {
  .armed-personal-insurance-heading {
    text-align: left;
    padding: 24px 16px 0;
  }
}

.armed-personal-insurance-heading h2 {
  margin: 0;
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #172B4D;
  line-height: 42px;
}

.armed-personal-insurance-heading h2:first-of-type {
  font-weight: 300;
}

@media screen and (max-width: 600px) {
  .armed-personal-insurance-heading h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

.armed-personal-insurance-types {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 53%;
  margin-left: auto;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .armed-personal-insurance-types {
    width: 55%;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .armed-personal-insurance-types {
    width: 100%;
    background: #fff;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .armed-personal-insurance-types {
    text-align: left;
    padding: 24px 16px;
  }
}

.armed-personal-insurance-types h5 {
  margin: 0 0 12px;
  font-weight: normal;
  font-size: 16px;
  color: #172B4D;
}

.armed-personal-insurance-types > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .armed-personal-insurance-types > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .armed-personal-insurance-types > div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.armed-personal-insurance-type {
  background: #fff;
  -webkit-box-shadow: 0px 6px 16px #3469CB29;
          box-shadow: 0px 6px 16px #3469CB29;
  border-radius: 8px;
  text-align: center;
  max-width: 96px;
  width: 100%;
  margin-right: 24px;
}

@media screen and (max-width: 600px) {
  .armed-personal-insurance-type {
    margin: 0 18px 18px 0;
  }
  .armed-personal-insurance-type:nth-child(3) {
    margin-right: 0;
  }
}

.armed-personal-insurance-type p {
  font-size: 12px;
  font-weight: 400;
  color: #253858;
  margin: 0 16px 12px;
}

.armed-personal-insurance-type p:first-of-type {
  font-size: 9px;
  background: #12AD3E;
  margin: 0;
  border-radius: 8px 8px 0 0;
  padding: 3px 0;
  color: #fff;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .armed-personal-insurance-type p {
    margin: 0 14px 12px;
  }
}

.armed-personal-insurance-type img {
  padding: 13px 0 8px;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .armed-personal-insurance-type img {
    padding: 13px 0 0;
  }
}

.armed-personal-insurance-advatnages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 53%;
  margin-left: auto;
  padding: 40px 0;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .armed-personal-insurance-advatnages {
    width: 55%;
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .armed-personal-insurance-advatnages {
    width: 100%;
    background: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .armed-personal-insurance-advatnages {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 16px 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.armed-personal-insurance-advatnages .armed-personal-insurance-advatnage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 40px;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .armed-personal-insurance-advatnages .armed-personal-insurance-advatnage {
    margin-right: 12px;
  }
}

@media screen and (max-width: 768px) {
  .armed-personal-insurance-advatnages .armed-personal-insurance-advatnage {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .armed-personal-insurance-advatnages .armed-personal-insurance-advatnage {
    margin-right: 0;
    margin-bottom: 27px;
  }
}

.armed-personal-insurance-advatnages .armed-personal-insurance-advatnage img {
  max-width: 28px;
}

.armed-personal-insurance-advatnages .armed-personal-insurance-advatnage > div {
  margin-left: 8px;
}

.armed-personal-insurance-advatnages .armed-personal-insurance-advatnage > div p {
  color: #172B4D;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin: 5px 0 0;
}

.armed-personal-insurance-advatnages .armed-personal-insurance-advatnage > div p:first-of-type {
  color: #505F79;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .armed-personal-insurance-advatnages .armed-personal-insurance-advatnage > div p:first-of-type {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .armed-personal-insurance-advatnages .armed-personal-insurance-advatnage > div p {
    display: inline;
  }
}
/*# sourceMappingURL=army_person.css.map */