@charset "UTF-8";
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after {
  content: "";
  display: table;
  clear: both;
}
.slick-track:before {
  content: "";
  display: table;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-loading .slick-list {
  background: #fff url("./../../images/home-v1/ajax-loader.gif") center center no-repeat;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}

[dir=rtl] .slick-slide {
  float: right;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
  right: -25px;
}
.slick-next:focus {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-next:focus:before {
  opacity: 1;
}
.slick-next:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-next:hover:before {
  opacity: 1;
}
.slick-next:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "→";
}

.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
  left: -25px;
}
.slick-prev:focus {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-prev:focus:before {
  opacity: 1;
}
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}
.slick-prev:hover:before {
  opacity: 1;
}
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "←";
}

.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus {
  outline: 0;
}
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.p.bold {
  font-weight: 600;
}

p.bold {
  font-weight: 600;
}

.small {
  font-size: 14px;
  line-height: 26px;
}

.flexbox-with-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flexbox-with-nowrap {
  display: flex;
  flex-wrap: nowrap;
}

.colgrid_full {
  width: 100%;
}

.colgrid-1 {
  width: 8.3333333333%;
}

.colgrid-2 {
  width: 16.6666666667%;
}

.colgrid-3 {
  width: 25%;
}

.colgrid-4 {
  width: 33.3333333333%;
}

.colgrid-5 {
  width: 41.6666666667%;
}

.colgrid-6 {
  width: 50%;
}

.colgrid-7 {
  width: 58.3333333333%;
}

.colgrid-8 {
  width: 66.6666666667%;
}

.colgrid-9 {
  width: 75%;
}

.colgrid-10 {
  width: 83.3333333333%;
}

.colgrid-11 {
  width: 91.6666666667%;
}

.colgrid-12 {
  width: 100%;
}

.h1 {
  font-size: 28px;
  line-height: 38px;
  margin-top: 14px;
  margin-bottom: 14px;
}

h1 {
  font-size: 28px;
  line-height: 38px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.h2 {
  font-size: 22px;
  line-height: 32px;
  margin-top: 11px;
  margin-bottom: 11px;
}

h2 {
  font-size: 22px;
  line-height: 32px;
  margin-top: 11px;
  margin-bottom: 11px;
}

.h3 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 9px;
  margin-bottom: 9px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 9px;
  margin-bottom: 9px;
}

.p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 8px;
  margin-bottom: 8px;
}

p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 8px;
  margin-bottom: 8px;
}

#sip-calculator {
  background: #f7f7f7;
  padding: 20px 20px 12px;
  border-radius: 10px;
}
#sip-calculator .leftSection .h2 {
  text-align: center;
  color: #000;
  font-size: 18px;
}
#sip-calculator .leftSection h1 {
  text-align: center;
  color: #000;
  font-size: 18px;
}
#sip-calculator .leftSection h2 {
  text-align: center;
  color: #000;
  font-size: 18px;
}
#sip-calculator .title {
  text-align: center;
  color: #000;
  font-size: 18px;
}
#sip-calculator .sipc {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  background: #fff;
  padding: 20px 35px;
  border-radius: 10px;
}
#sip-calculator .disclaimer {
  font-size: 11px;
  color: #000;
  line-height: 18px;
  margin: 0;
  letter-spacing: 0;
  padding: 15px 1% 0;
  font-weight: 400;
}

.leftSection #sip-calculator .h2 {
  text-align: center;
  color: #000;
  font-size: 18px;
}
.leftSection #sip-calculator h1 {
  text-align: center;
  color: #000;
  font-size: 18px;
}
.leftSection #sip-calculator h2 {
  text-align: center;
  color: #000;
  font-size: 18px;
}
.leftSection #sip-calculator_graph.new .h2 {
  letter-spacing: 0;
  color: #263858;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 14px;
  font-weight: 700;
}
.leftSection #sip-calculator_graph.new .h2 span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
.leftSection #sip-calculator_graph.new h1 {
  letter-spacing: 0;
  color: #263858;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 14px;
  font-weight: 700;
}
.leftSection #sip-calculator_graph.new h1 span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
.leftSection #sip-calculator_graph.new h2 {
  letter-spacing: 0;
  color: #263858;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 14px;
  font-weight: 700;
}
.leftSection #sip-calculator_graph.new h2 span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
.leftSection .sector-allocation #barcontainer .sector-wise .h2 {
  width: 150px;
}
.leftSection .sector-allocation #barcontainer .sector-wise h1 {
  width: 150px;
}
.leftSection .sector-allocation #barcontainer .sector-wise h2 {
  width: 150px;
}
.leftSection .h2 {
  color: #253858;
  font-weight: 600;
  font-size: 24px;
  margin: 40px 0 10px;
  letter-spacing: 0.03em;
  line-height: 36px;
  clear: both;
}
.leftSection .h2:first-letter {
  text-transform: uppercase;
}
.leftSection .h2 a {
  color: #0065ff;
}
.leftSection h1 {
  color: #253858;
  font-weight: 600;
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
}
.leftSection h2 {
  color: #253858;
  font-weight: 600;
  font-size: 24px;
  margin: 40px 0 10px;
  letter-spacing: 0.03em;
  line-height: 36px;
  clear: both;
}
.leftSection h2:first-letter {
  text-transform: uppercase;
}
.leftSection h2 a {
  color: #0065ff;
}
.leftSection {
  width: 758px;
  float: left;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
}
.leftSection .mf-h1 {
  font-size: 36px;
  margin: 0 0 10px;
  letter-spacing: 0.036em;
  line-height: 45px;
  color: #253858;
  font-weight: 500;
}
.leftSection .mf-h1 h1 {
  display: inline-block;
}
.leftSection img {
  max-width: 100%;
}
.leftSection .left_fullbanner {
  text-align: center;
  max-width: 750px;
  cursor: pointer;
  margin-bottom: 20px;
}
.leftSection .left_fullbanner img {
  width: 100%;
}
.leftSection .left_fullbanner img.sqbannerimg {
  max-width: 342px;
  margin: 20px 0;
}
.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;
  box-shadow: 0 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: 0 auto;
}
.leftSection .mid-form {
  width: 100%;
  margin: 20px 0;
  float: left;
}
.leftSection .mid-form .orange-box {
  display: none;
  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 .wrapper {
  width: calc(100% - 250px);
  background: #fff;
  margin-left: calc(100% - 470px);
  padding: 20px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
}
.leftSection .mid-form .form-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: #0068d9;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.leftSection .mid-form .form-block:before {
  content: "";
  width: 170px;
  height: 185px;
  position: absolute;
  background: url(../../images/bu/customize_term_plan_vector.png) no-repeat;
  top: 50%;
  transform: translate(0, -50%);
  left: 50px;
  background-size: contain;
}
.leftSection .mid-form .form-block .left-div {
  width: 45%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 15%;
}
.leftSection .mid-form .form-block .left-div .gender-tab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 43px;
  align-items: center;
  margin-bottom: 10px;
}
.leftSection .mid-form .form-block .left-div .gender-tab label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] {
  display: none;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label {
  color: #fff;
  border: 1px solid #0d70db;
  background-color: #0d70db;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  z-index: 100;
  padding: 11px;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.male {
  padding: 10px;
  margin-right: -10px;
  z-index: 100;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio]:checked + label.female {
  padding: 10px;
  margin-left: -10px;
  z-index: 100;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + label {
  z-index: 10;
  margin: 0;
  position: relative;
  color: #676767;
  font-weight: 400;
  background-color: #efefef;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.leftSection .mid-form .form-block .left-div .gender-tab input[type=radio] + [for=female] {
  left: -10px;
}
.leftSection .mid-form .form-block .left-div .inner-block-left {
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .inner-block-left .select-box {
  margin-bottom: 20px;
}
.leftSection .mid-form .form-block .left-div .inner-block-right {
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
  margin-bottom: 20px;
  margin-bottom: 0;
}
.leftSection .mid-form .form-block .left-div label {
  font-size: 12px;
  color: #676767;
  display: block;
  padding: 0 5px;
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .select-box {
  position: relative;
  display: block;
  width: 100%;
}
.leftSection .mid-form .form-block .left-div .select-box select {
  border: none;
  background: #fff;
  font-size: 18px;
  line-height: 20px;
  color: #253858;
  padding: 5px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  background-color: transparent;
  background-image: url(../../images/svg/go-to-down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 5px top 15px;
  background-size: 5%;
  border-bottom: 1px solid #cfcccc;
  width: 100%;
}
.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: red;
}
.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: -1px;
  left: 4px;
  z-index: 9;
}
.leftSection .mid-form .right-div {
  display: flex;
  width: 40%;
  flex-direction: column;
  text-align: center;
  height: 100%;
  justify-content: space-between;
}
.leftSection .mid-form .right-div div.blocks {
  width: 100%;
}
.leftSection .mid-form .right-div div.blocks p {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
}
.leftSection .mid-form .right-div div.blocks .premium {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.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;
  width: 130px;
  margin: 20% auto 0;
}
.leftSection .mid-form .right-div div.blocks.brd {
  border: 1px dashed rgba(13, 112, 219, 0.25);
  border-radius: 12px;
  background: #f7faff;
  padding: 8px;
  margin-bottom: 20px;
}
.leftSection .mid-form .right-div div.blocks.right {
  text-align: right;
  padding-right: 10px;
}
.leftSection .mid-form .disclaimer {
  font-size: 12px;
  margin-top: 20px;
  padding: 0 10px 0 0;
}
.leftSection .mid-form .disclaimer a {
  color: #0065ff;
}
.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 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;
  box-shadow: 1px 1px 1px #ccc;
}
.leftSection .hlvdata-block select {
  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;
  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;
}
.leftSection .bannertermredirect img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
}
.leftSection .bannertravelredirect img {
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
}
.leftSection .h2.mt0 {
  margin-top: 0;
}
.leftSection h2.mt0 {
  margin-top: 0;
}
.leftSection h3 {
  font-size: 18px;
  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 #top_plans.titleFormat {
  font-size: 19px;
  margin-top: 10px;
  color: #0662f6;
  font-weight: 500;
  letter-spacing: 0.024em;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.leftSection .paragraphBu {
  font-size: 16px;
  color: #253858;
  letter-spacing: 0.016em;
  line-height: 30px;
  margin-bottom: 16px;
}
.leftSection .footable {
  width: 100%;
}
.leftSection .footable .table.whitebg td a.btn-class {
  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: capitalize;
  width: 120px;
  display: block;
  margin: 0 auto;
}
.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 .btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.leftSection table a.btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.leftSection table button.btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.leftSection table p a.btn-primary {
  border-radius: 4px;
  background-color: #0065ff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 120px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.leftSection table tr:first-child {
  border: none;
  background: #f1f3f5;
  color: #344f7c;
  border-right: solid 0.8px #e1e1e1;
  width: 50%;
}
.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;
}
.leftSection table td a {
  font-size: 14px;
  font-weight: 500;
  color: #4c9aff !important;
}
.leftSection table td ol {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.leftSection table td ol li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}
.leftSection table td ol li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 13px;
  background: #253858;
  border-radius: 100%;
}
.leftSection table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.leftSection table td ul li {
  line-height: 18px;
  margin-bottom: 8px;
  padding: 0 0 0 8px;
  display: block;
  position: relative;
}
.leftSection table td ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 13px;
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px 55px;
  border: solid 0.8px #e1e1e1;
  border-radius: 6px 6px 0 0;
}
.leftSection .return_calculator_box_investment .calc_form .feildWrapper {
  width: 100%;
}
.leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child {
  width: 36%;
  margin-right: 2%;
}
.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: 0;
  color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.leftSection .return_calculator_box_investment .calc_form .feildWrapper select {
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 18px 7px 0;
  border: none;
  font-weight: 500;
  border-bottom: solid 0.8px #e1e1e1;
  appearance: none;
  -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;
  box-shadow: 0 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: 0;
  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: 0 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 #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  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;
  margin-bottom: 20px;
  letter-spacing: 0.016em;
  font-size: 16px;
  color: #253858;
  position: relative;
}
.leftSection .number-listing-box li b {
  display: block;
}
.leftSection .number-listing-box li p {
  font-size: 16px;
  font-weight: 400;
}
.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::marker {
  display: none;
  color: #fff;
  z-index: -5;
}
.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: 0 0;
  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: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 13px;
  position: relative;
  list-style: none;
  border: 0px;
}
.leftSection .data_ul li .paragraphBu {
  margin: 0 !important;
}
.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;
  outline: 0;
}
.leftSection .faqsWrap ul li {
  border-bottom: 0 solid #e7e7e7;
  padding: 0;
  font-size: 16px;
  color: #253858;
  margin: 0 0 5px 0;
  border-radius: 8px;
  background: #f1f3f5;
}
.leftSection .faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}
.leftSection .faqsWrap ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}
.leftSection .faqsWrap ul li li {
  background: 0 0;
}
.leftSection .faqsWrap ul li:before {
  display: none;
}
.leftSection .faqsWrap ul li .h2 {
  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 {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li .h2 > a:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h2 > a:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li .h2 > label {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li .h2 > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h2 > label:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li .h2 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li .h2 > span:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h2 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li .h2 > a[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #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 {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h2 > label[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #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 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h2 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #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 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h3 {
  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 .h3 > a {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li .h3 > a:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h3 > a:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li .h3 > label {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li .h3 > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h3 > label:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li .h3 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li .h3 > span:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h3 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li .h3 > a[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #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 .h3 > a[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h3 > label[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #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 .h3 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h3 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #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 .h3 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.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 .h4 > a {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li .h4 > a:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h4 > a:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li .h4 > label {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li .h4 > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h4 > label:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li .h4 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li .h4 > span:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li .h4 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li .h4 > a[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #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 .h4 > a[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h4 > label[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #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 .h4 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h4 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #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 .h4 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h2 {
  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 {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h2 > a:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h2 > a:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li h2 > label {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h2 > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h2 > label:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li h2 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h2 > span:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h2 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li h2 > a[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #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 {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h2 > label[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #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 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h2 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #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 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h3 {
  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 h3 > a {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h3 > a:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h3 > a:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li h3 > label {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h3 > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h3 > label:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li h3 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h3 > span:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h3 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li h3 > a[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #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 h3 > a[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h3 > label[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #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 h3 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h3 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #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 h3 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.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 h4 > a {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h4 > a:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h4 > a:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li h4 > label {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h4 > label:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h4 > label:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li h4 > span {
  color: #253858;
  padding: 14px;
  display: block;
  position: relative;
  padding-right: 50px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.leftSection .faqsWrap ul li h4 > span:hover {
  color: #253858;
}
.leftSection .faqsWrap ul li h4 > span:after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.leftSection .faqsWrap ul li h4 > a[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #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 h4 > a[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h4 > label[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #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 h4 > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li h4 > span[flag=up] {
  background: radial-gradient(circle at 21% 17%, #fff, #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 h4 > span[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.leftSection .faqsWrap ul li .h2 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #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 li .h3 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #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 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%, #fff, #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 li h2 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #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 li h3 + div {
  padding: 0;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 16px;
  background: radial-gradient(circle at 21% 17%, #fff, #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 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%, #fff, #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: 0 0 0 20px;
  font-size: 16px;
  color: #253858;
  margin: 0 0 15px 13px;
  position: relative;
  list-style: none;
  border: 0px;
}
.leftSection .faqsWrap ul .data_ul li .paragraphBu {
  margin: 0 !important;
}
.leftSection .faqsWrap ul .data_ul li:before {
  content: none;
  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(2n) {
  background: #f7fbfd;
}
.leftSection .blue-block span.h2 {
  font-size: 18px;
  display: block;
  color: #333;
}
.leftSection .h2.tp0 {
  margin-top: 0;
}
.leftSection h2.tp0 {
  margin-top: 0;
}
.leftSection .aum-fund-manager-section .card.half .heading-with-background .h2 {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.leftSection .aum-fund-manager-section .card.half .heading-with-background .h2 span {
  font-size: 12px;
}
.leftSection .aum-fund-manager-section .card.half .heading-with-background h1 {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.leftSection .aum-fund-manager-section .card.half .heading-with-background h1 span {
  font-size: 12px;
}
.leftSection .aum-fund-manager-section .card.half .heading-with-background h2 {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.leftSection .aum-fund-manager-section .card.half .heading-with-background h2 span {
  font-size: 12px;
}
.leftSection .faq-section .faq-heading .h2 {
  letter-spacing: 0;
  color: #263858;
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
}
.leftSection .faq-section .faq-heading h1 {
  letter-spacing: 0;
  color: #263858;
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
}
.leftSection .faq-section .faq-heading h2 {
  letter-spacing: 0;
  color: #263858;
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
}
.leftSection .asset-allocation-graph-box .heading-with-background .h2 {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.leftSection .asset-allocation-graph-box .heading-with-background h1 {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.leftSection .asset-allocation-graph-box .heading-with-background h2 {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.leftSection .sector-allocation-box .heading-with-background .h2 {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.leftSection .sector-allocation-box .heading-with-background .h2 span {
  font-size: 12px;
}
.leftSection .sector-allocation-box .heading-with-background h1 {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.leftSection .sector-allocation-box .heading-with-background h1 span {
  font-size: 12px;
}
.leftSection .sector-allocation-box .heading-with-background h2 {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.leftSection .sector-allocation-box .heading-with-background h2 span {
  font-size: 12px;
}

.tenure {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px auto;
  list-style: none;
  justify-content: center;
}
.tenure li {
  margin-right: 20px;
}
.tenure li:last-child {
  margin-right: 0;
}
.tenure li a {
  background: #fff;
  color: #3197f3;
  border: 1px solid #3197f3;
  cursor: pointer;
  padding: 7px 30px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.15s ease-in-out 0s;
}
.tenure li a:hover {
  background: #3197f3;
  color: #fff;
}
.tenure li a.active {
  background: #3197f3;
  color: #fff;
}

.sip-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sip-form .input-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.sip-form .input-wrapper:nth-child(2n) {
  margin-right: 0;
}
.sip-form .input-wrapper.sl label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}
.sip-form label {
  position: absolute;
  background: #fff;
  padding: 0 5px;
  font-size: 12px;
  left: 10px;
  top: 15px;
  color: #707b8d;
  cursor: text;
  transition: all 0.15s ease-in-out 0s;
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}
.sip-form .infotext {
  font-size: 12px;
  padding-left: 15px;
  margin: 5px 0;
  position: relative;
  color: #253858;
  opacity: 0.8;
}
.sip-form .infotext:before {
  content: ".";
  position: absolute;
  font-size: 32px;
  top: 0;
  left: 4px;
  line-height: 0;
}
.sip-form .peryear {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 16px;
}
.sip-form select {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 16px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/bu/down-arrow.svg) no-repeat 93% center;
}
.sip-form input[type=text]::-ms-clear {
  display: none;
}
.sip-form input {
  display: block;
  width: 100%;
  padding: 13px 17px 14px;
  line-height: 24px;
  border: 1px solid #9c9393;
  border-radius: 5px;
  font-size: 16px;
}
.sip-form input:focus {
  outline: 0;
}
.sip-form input:focus + label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}
.sip-form input#sipExpectedROI {
  padding: 13px 80px 14px 17px;
}
.sip-form input#sipAmtInvest {
  padding: 13px 17px 14px 30px;
}
.sip-form input.valid + label {
  top: -11px;
  left: 10px;
  font-size: 12px;
  color: #707b8d;
  cursor: pointer;
}
.sip-form .rupeeicon {
  position: absolute;
  top: 12px;
  left: 17px;
}
.sip-form .err {
  font-size: 12px;
  color: red;
  display: block;
  margin: 5px;
}

.totalWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
}
.totalWrap .amount_you_get.box {
  width: 220px;
  border-radius: 5px;
  height: 120px;
  box-shadow: 0 3px 6px rgba(91, 155, 253, 0.6039215686);
  top: 0;
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
  margin-right: 67px;
  background-color: #5b9bfd;
  box-shadow: 0 3px 6px rgba(91, 155, 253, 0.6039215686);
  margin-right: 7px;
  width: 140px;
}
.totalWrap .amount_you_get.box .investedamt {
  font-size: 22px;
}
.totalWrap .amount_you_receive.box {
  width: 220px;
  border-radius: 5px;
  height: 120px;
  box-shadow: 0 3px 6px rgba(91, 155, 253, 0.6039215686);
  top: 0;
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
  margin-right: 0;
  background-color: #59b973;
  box-shadow: 0 3px 6px rgba(89, 185, 115, 0.6);
  width: 140px;
}
.totalWrap .amount_you_receive.box .investedamt {
  font-size: 22px;
}
.totalWrap .amount_you_get {
  font-weight: 400;
}
.totalWrap .amount_you_get span {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.totalWrap .amount_you_get .amt {
  text-align: center;
  display: block;
  margin: 0 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}
.totalWrap .amount_you_get .investedamt {
  text-align: center;
  display: block;
  margin: 0 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}
.totalWrap .amount_you_get .overyear {
  opacity: 0.6;
}
.totalWrap .amount_you_get .intrest {
  display: block;
  text-align: center;
  opacity: 0.6;
}
.totalWrap .amount_you_receive {
  font-weight: 400;
}
.totalWrap .amount_you_receive span {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.totalWrap .amount_you_receive .amt {
  text-align: center;
  display: block;
  margin: 0 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}
.totalWrap .amount_you_receive .investedamt {
  text-align: center;
  display: block;
  margin: 0 0;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}
.totalWrap .amount_you_receive .overyear {
  opacity: 0.6;
}
.totalWrap .amount_you_receive .intrest {
  display: block;
  text-align: center;
  opacity: 0.6;
}

.sip-loadingDiv {
  display: block;
  text-align: center;
  margin: 35px auto 20px;
}
.sip-loadingDiv .sipcalculate {
  cursor: pointer;
  background: #0663f6;
  color: #fff;
  padding: 13px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  background: #fd4705;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
}

.ui-helper-reset {
  outline: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-menu {
  outline: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu .ui-state-focus {
  margin: -1px;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  overflow: visible;
  text-decoration: none;
}
.ui-button:active {
  text-decoration: none;
}
.ui-button:hover {
  text-decoration: none;
}
.ui-button:link {
  text-decoration: none;
}
.ui-button:visited {
  text-decoration: none;
}
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-spinner {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-spinner-input {
  vertical-align: middle;
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0;
  margin: 0.2em 22px 0.2em 0.4em;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-zfix {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-widget-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
  clear: both;
}
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix {
  min-height: 0;
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button-icon-only {
  width: 2.2em;
}
.ui-button-icon-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-text-icon-primary .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-primary .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
  padding: 0.4em 2.1em 0.4em 1em;
  padding-left: 2.1em;
  padding-right: 2.1em;
}
.ui-button-text-icons .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-text-icons .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icons .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icon-secondary .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary {
  right: 0.5em;
}

input.ui-button {
  padding: 0.4em 1em;
}
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  right: 2px;
}
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  left: 2px;
}
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
  left: 1px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month {
  width: 45%;
}
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle {
  filter: inherit;
}
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-widget-content a {
  color: #222;
}
.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff;
  color: #222;
}
.ui-widget-content .ui-state-default {
  border: 1px solid #d3d3d3;
  background: url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;
  font-weight: 400;
  color: #555;
}
.ui-widget-content .ui-state-focus {
  border: 1px solid #999;
  background: url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;
  font-weight: 400;
  color: #212121;
}
.ui-widget-content .ui-state-hover {
  border: 1px solid #999;
  background: url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;
  font-weight: 400;
  color: #212121;
}
.ui-widget-content .ui-state-active {
  border: 1px solid #aaa;
  background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
  font-weight: 400;
  color: #212121;
}
.ui-widget-content .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;
  color: #363636;
}
.ui-widget-content .ui-state-highlight a {
  color: #363636;
}
.ui-widget-content .ui-state-error {
  border: 1px solid #cd0a0a;
  background: url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;
  color: #cd0a0a;
}
.ui-widget-content .ui-state-error a {
  color: #cd0a0a;
}
.ui-widget-content .ui-state-error-text {
  color: #cd0a0a;
}
.ui-widget-content .ui-priority-primary {
  font-weight: 700;
}
.ui-widget-content .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}
.ui-widget-content .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-header {
  color: #222;
  border: 1px solid #aaa;
  background: #ccc;
  font-weight: 700;
}
.ui-widget-header a {
  color: #222;
}
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;
  font-weight: 400;
  color: #555;
}
.ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;
  font-weight: 400;
  color: #212121;
}
.ui-widget-header .ui-state-hover {
  border: 1px solid #999;
  background: url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;
  font-weight: 400;
  color: #212121;
}
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
  font-weight: 400;
  color: #212121;
}
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;
  color: #363636;
}
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;
  color: #cd0a0a;
}
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}
body {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  color: var(--black);
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget input {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget select {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-state-default {
  border: 1px solid #d3d3d3;
  background: url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x #e6e6e6;
  font-weight: 400;
  color: #555;
}
.ui-state-default a {
  color: #555;
  text-decoration: none;
}
.ui-state-default a:link {
  color: #555;
  text-decoration: none;
}
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}

.ui-state-focus {
  border: 1px solid #999;
  background: url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;
  font-weight: 400;
  color: #212121;
}
.ui-state-focus a {
  color: #212121;
  text-decoration: none;
}
.ui-state-focus a:hover {
  color: #212121;
  text-decoration: none;
}
.ui-state-focus a:link {
  color: #212121;
  text-decoration: none;
}
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-hover {
  border: 1px solid #999;
  background: url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x #dadada;
  font-weight: 400;
  color: #212121;
}
.ui-state-hover a {
  color: #212121;
  text-decoration: none;
}
.ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}
.ui-state-hover a:link {
  color: #212121;
  text-decoration: none;
}
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-active {
  border: 1px solid #aaa;
  background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
  font-weight: 400;
  color: #212121;
}
.ui-state-active a {
  color: #212121;
  text-decoration: none;
}
.ui-state-active a:link {
  color: #212121;
  text-decoration: none;
}
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-highlight {
  border: 1px solid #fcefa1;
  background: url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x #fbf9ee;
  color: #363636;
}
.ui-state-highlight a {
  color: #363636;
}
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error {
  border: 1px solid #cd0a0a;
  background: url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;
  color: #cd0a0a;
}
.ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

.ui-state-error-text {
  color: #cd0a0a;
}
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

.ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-widget-shadow {
  background: url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  margin: -8px 0 0 -8px;
  padding: 8px;
  border-radius: 8px;
}

.ui-corner-all {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.ui-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-bottom {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ui-corner-br {
  border-bottom-right-radius: 4px;
}

.exit-intent-popup-container.mobile {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.exit-intent-popup-container.mobile.visible {
  opacity: 1;
  z-index: 999999;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup {
  position: relative;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup .exit-intent-popup-close {
  background: url("../../images/bu/exit-intent-popup-close.svg") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 100;
  border: 1px solid;
  border-radius: 50%;
  background-size: 100%;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 8px;
  max-width: 860px;
  width: 100%;
  padding: 30px 15px 0 30px;
  position: relative;
  z-index: 1002;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip:after {
  content: "";
  background-image: url("../../images/bu/exit-intent-popup-image-investment-sip-bull.svg") !important;
  width: 245px;
  background-repeat: no-repeat;
  border-radius: 0 0 12px 0;
  height: 344px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 1 !important;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip {
  background: #fff;
  border-radius: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 700px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-close {
  border: 0;
  height: 22px;
  width: 22px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main {
  width: 100%;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left {
  max-width: 433px;
  position: relative;
  z-index: 1;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text1 {
  font-size: 32px;
  font-weight: 600;
  color: #0065ff;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text1 .color-white {
  color: #fff;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text-mixed-clr {
  margin: 20px 0 0 0;
  color: rgba(37, 56, 88, 0.8901960784);
  font-size: 20px;
  max-width: 385px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text-mixed-clr span.fnt-500 {
  font-weight: 500;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text-mixed-clr span.green {
  color: #079836;
  font-weight: 700;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text-mixed-clr span.green strong {
  font-weight: 500;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text2 {
  background: linear-gradient(90deg, rgba(68, 191, 84, 0.2) 0, rgba(58, 181, 74, 0) 107.78%);
  border-radius: 0;
  margin: 24px 0 20px -30px;
  font-size: 24px;
  font-weight: 600;
  color: #079836;
  display: block;
  padding: 16px 32px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text2 p {
  font-size: 16px;
  font-weight: 600;
  margin: 24px 0 24px -30px;
  display: block;
  max-width: 90%;
  margin: 5px 0 0 0;
  line-height: 20px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text3 {
  font-size: 26px;
  font-weight: 600;
  color: #142b66;
  line-height: 36px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .viewbtn {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 10px;
  color: #fff;
  text-transform: initial;
  max-width: 159px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .viewplan-link {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 10px;
  color: #fff;
  text-transform: initial;
  max-width: 159px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content a {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 10px;
  color: #fff;
  text-transform: initial;
  max-width: 159px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content button {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  background: #0065ff 0 0 no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 10px;
  color: #fff;
  text-transform: initial;
  max-width: 159px;
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .source-text {
  color: #a6a6a6;
  font-size: 10px;
  line-height: 12px;
  margin: 19px 0 0 0;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .source-text p {
  color: #a6a6a6;
  font-size: 10px;
  line-height: 12px;
  margin: 0;
}

.pb-navbar-wrapper .pb-nav ul.nav {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:first-child {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

:root {
  --white: #fff;
  --light-blue: #F2F7FF;
  --darkblack: #000;
  --black: #253858;
  --gray-dark: #4C4C4D;
  --disable-color: ##949494;
  --shadowblue: #FAFCFF;
  --gray: #D6D6D6;
  --brdgray: #e2e2e2;
  --font-size: 16px;
  --blue: #0065ff;
  --blue01: #4994EB;
  --green: #2DBC13;
  --page-max-width: 1140px;
}

#sip-calculator_graph {
  background: #f7f7f7;
  padding: 20px 20px 12px;
  border-radius: 10px;
  margin: 30px 0;
  width: 90%;
}
#sip-calculator_graph .sipc {
  box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.29);
  background: #fff;
  padding: 20px 35px;
  border-radius: 10px;
}
#sip-calculator_graph .sipc .calculator_with_graph {
  display: flex;
  flex-wrap: nowrap;
}
#sip-calculator_graph .sipc .calculator_with_graph .sipc_all_input {
  width: 50%;
  padding: 0 25px 0 0;
}
#sip-calculator_graph .sipc .calculator_with_graph .totalWrap {
  width: 50%;
  padding: 0 0 0 15px;
  height: 100%;
  margin: 0;
}
#sip-calculator_graph .sip-loadingDiv {
  margin: 15px auto 10px;
}
#sip-calculator_graph .tenure li .tenure-tab {
  background: #fff;
  color: #3197f3;
  border: 1px solid #3197f3;
  cursor: pointer;
  padding: 7px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.15s ease-in-out 0s;
}
#sip-calculator_graph .tenure li .tenure-tab:hover {
  background: #3197f3;
  color: #fff;
}
#sip-calculator_graph .tenure li .tenure-tab.active {
  background: #3197f3;
  color: #fff;
}

#sip-calculator_graph.new {
  background: #f2f2f2 0 0 no-repeat padding-box;
  border-radius: 12px;
  padding: 16px;
  width: 100%;
}
#sip-calculator_graph.new .leftSection .h2 {
  letter-spacing: 0;
  color: #263858;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 14px;
  font-weight: 700;
}
#sip-calculator_graph.new .leftSection .h2 span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
#sip-calculator_graph.new .leftSection h1 {
  letter-spacing: 0;
  color: #263858;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 14px;
  font-weight: 700;
}
#sip-calculator_graph.new .leftSection h1 span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
#sip-calculator_graph.new .leftSection h2 {
  letter-spacing: 0;
  color: #263858;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 14px;
  font-weight: 700;
}
#sip-calculator_graph.new .leftSection h2 span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
#sip-calculator_graph.new .title {
  letter-spacing: 0;
  color: #263858;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 14px;
  font-weight: 700;
}
#sip-calculator_graph.new .title span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
#sip-calculator_graph.new .sipc {
  background: #fff;
  padding: 32px 20px 26px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
}
#sip-calculator_graph.new .sipc .calculator_with_graph {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input {
  width: 48%;
  padding: 0;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure {
  flex-wrap: nowrap;
  margin: 0 auto 24px auto;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li {
  margin-right: 10px;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li:last-child {
  margin: 0;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li a {
  color: #0065ff;
  border: 1px solid #0065ff;
  padding: 2px 0;
  font-size: 12px;
  font-weight: 700;
  width: 81px;
  line-height: 24px;
  text-align: center;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li a:hover {
  background: #0065ff;
  color: #fff;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .tenure li a.active {
  background: #0065ff;
  color: #fff;
  background: #0065ff;
  color: #fff;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form input.valid + label {
  top: -10px;
  left: 10px;
  font-size: 14px;
  cursor: pointer;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form label {
  font-weight: 500;
  transition: all 0.15s ease-in-out 0s;
  letter-spacing: 0;
  color: #14233b;
  font-size: 14px;
  line-height: 18px;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .rupeeicon {
  top: 15px;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider {
  width: 100%;
  margin-bottom: 35px;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider:last-child {
  margin-bottom: 0;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .slider-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  position: relative;
  margin: 0 0 20px;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .slider-heading p {
  letter-spacing: 0;
  color: #14233b;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 5px;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .slider-heading p span {
  font-size: 10px;
  color: #757575;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .slider-heading .scrollAmt {
  position: relative;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .slider-heading .scrollAmt input {
  border: 1px solid #5e6c84;
  border-radius: 8px;
  width: 101px;
  padding: 7px 17px 7px;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .slider-heading .scrollAmt label {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  letter-spacing: 0;
  color: #000;
  opacity: 0.5;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  left: auto;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .slider-heading .err {
  border: 0;
  background: 0 0;
  position: absolute;
  bottom: -19px;
  font-size: 10px;
  right: 0;
  letter-spacing: 0;
  color: #c10000;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content {
  border: 0;
  background: transparent linear-gradient(270deg, #00c134 0, #004eff 100%) 0 0 no-repeat padding-box;
  cursor: pointer;
  border-radius: 20px;
  height: 2px;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content #sip-custom-invested-years {
  background: url(../../images/bu/nps-calc-with-graphs-handle.svg) no-repeat center/contain;
  top: -26px;
  cursor: pointer;
  width: 41px;
  outline: 0;
  height: 58px;
  border: 0;
  margin-left: -18px;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content #sip-custom-investment-years {
  background: url(../../images/bu/nps-calc-with-graphs-handle.svg) no-repeat center/contain;
  top: -26px;
  cursor: pointer;
  width: 41px;
  outline: 0;
  height: 58px;
  border: 0;
  margin-left: -18px;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content #sip-custom-rate-of-return {
  background: url(../../images/bu/nps-calc-with-graphs-handle.svg) no-repeat center/contain;
  top: -26px;
  cursor: pointer;
  width: 41px;
  outline: 0;
  height: 58px;
  border: 0;
  margin-left: -18px;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content .step {
  position: relative;
  top: 7px;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content .step span {
  font-size: 12px;
  position: absolute;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  color: #000;
  opacity: 1;
  line-height: 22px;
  font-weight: 700;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content .step span.min {
  left: 0;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .sliderBox .ui-widget-content .step span.max {
  right: 0;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form .slider .disclaimer {
  letter-spacing: 0;
  color: #253858;
  opacity: 0.8;
  font-size: 12px;
  line-height: 18px !important;
  margin: 30px 0 0;
  padding: 0;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap {
  padding: 0;
  justify-content: flex-end;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get .upcs {
  font-weight: 500;
  padding: 16px 10px 25px;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive .upcs {
  font-weight: 500;
  padding: 16px 10px 25px;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box {
  height: 140px;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box .futurvalue {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box .investedamt {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box .afteryear {
  font-size: 10px;
  margin: 22px 0 0;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get.box .overyear {
  font-size: 10px;
  margin: 22px 0 0;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive.box {
  height: 140px;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive.box .futurvalue {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive.box .investedamt {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive.box .afteryear {
  font-size: 10px;
  margin: 22px 0 0;
}
#sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive.box .overyear {
  font-size: 10px;
  margin: 22px 0 0;
}
#sip-calculator_graph.new .sip-loadingDiv {
  margin: 15px auto 0;
}
#sip-calculator_graph.new .sip-loadingDiv .sipcalculate {
  background: #0164ff 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 14px 0 15px;
  max-width: 180px;
}

.year-on {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.year-on li {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.year-on li.about-company-progress .step1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.year-on li.about-company-progress .step1 .company-logo {
  width: 90px;
  background: #fff;
  border: 1px solid #ccc;
  height: 45px;
  border-radius: 4px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.year-on li.about-company-progress .step1 .downloadable {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 160px;
}
.year-on li.about-company-progress .step1 .downloadable span {
  font-size: 14px;
  font-weight: 500;
  color: var(--blue);
}
.year-on li.about-company-progress .step1 .downloadable .action-btn {
  background-color: var(--blue);
  color: #fff;
  border-radius: 8px;
  padding: 12px 20px;
  max-width: 130px;
  text-align: center;
  margin: 20px 0 0 auto;
  cursor: pointer;
  font-weight: 500;
}
.year-on li.about-company-progress .step1 .multi-info-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.year-on li.about-company-progress .step1 .multi-info-wrap .btn-type {
  font-size: 12px;
  background: #fff;
  border: 1px solid #253858;
  padding: 2px 8px;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
}
.year-on li.about-company-progress .step1 .multi-info-wrap .text-type {
  font-size: 12px;
  background: #fff;
  padding: 2px 8px;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
}
.year-on li.about-company-progress .step1 .multi-info-wrap .text-type i {
  font-weight: 600;
  font-style: normal;
}
.year-on li.about-company-progress .step1 li h1 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}

.sub-text-heading {
  margin-top: 30px;
  font-weight: 500;
  color: #253858;
}
.sub-text-heading input {
  width: 40px;
  outline: 0;
}

.fund-description {
  width: 100%;
  padding: 10px;
  background: #dbe8fa;
  border: 2px dashed rgba(0, 101, 255, 0.4);
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.fund-with-insurer {
  background-color: var(--white);
  border-radius: 5px 5px 5px 5px;
  margin-top: 15px;
  margin-bottom: 30px;
  box-shadow: 0 3px 12px rgba(47, 100, 213, 0.2);
  width: 90%;
  padding: 0 10px 10px;
  display: table;
}
.fund-with-insurer .sub-text-heading {
  margin: 22px 0 10px;
  background: transparent linear-gradient(91deg, #b2cffa 0, #fff 100%) 0 0 no-repeat padding-box;
  padding: 8px;
  position: relative;
  left: -10px;
  display: inline-block;
}
.fund-with-insurer .fundblock {
  display: flex;
  flex-wrap: nowrap;
}

.fund-type-allocation {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  margin-right: 45px;
  position: relative;
}
.fund-type-allocation:after {
  content: "";
  position: absolute;
  display: block;
  margin: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid var(--brdgray);
  right: -27px;
}
.fund-type-allocation:last-child {
  margin-right: 0;
}
.fund-type-allocation:last-child:after {
  display: none;
}
.fund-type-allocation li {
  border-bottom: 1px solid var(--brdgray);
  font-size: 14px;
  position: relative;
  padding: 6px 10px 12px;
  cursor: pointer;
}
.fund-type-allocation li:last-child {
  border: none;
}
.fund-type-allocation li .company-logo {
  width: 80px;
  background: #fff;
  border: 1px solid #ccc;
  height: 35px;
  border-radius: 4px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  margin: 10px 0 0;
  padding: 2px;
}
.fund-type-allocation li .plan_name {
  color: var(--black);
  font-weight: 400;
  padding: 5px 0 0;
  display: block;
}
.fund-type-allocation li:after {
  content: "";
  position: absolute;
  display: block;
  margin: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--blue);
  border-left: 2px solid var(--blue);
  transform: rotate(-225deg);
  right: 10px;
  top: 50%;
}

.bar {
  background: #e3e3e3;
  width: 100%;
  height: 10px;
  border-radius: 3px;
  margin: auto;
}
.bar .progress {
  width: 200px;
  height: 10px;
  border-radius: 5px;
  background: #ee9b18;
}

.sector-allocation {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  width: 63%;
  display: table;
  border-radius: 8px;
  margin-bottom: 20px;
}
.sector-allocation .heading {
  margin: 13px 0 5px;
  display: block;
  padding: 0 15px;
  background: transparent linear-gradient(91deg, #b1d0fe 0, #fff 100%) 0 0 no-repeat padding-box;
  color: #253858;
  padding: 10px;
  width: 200px;
  font-weight: 500;
}
.sector-allocation #barcontainer {
  width: 100%;
  padding: 20px;
}
.sector-allocation #barcontainer .sector-wise {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.sector-allocation #barcontainer .sector-wise .leftSection .h2 {
  width: 150px;
}
.sector-allocation #barcontainer .sector-wise .leftSection h1 {
  width: 150px;
}
.sector-allocation #barcontainer .sector-wise .leftSection h2 {
  width: 150px;
}
.sector-allocation #barcontainer .sector-wise .title {
  width: 150px;
}
.sector-allocation #barcontainer .sector-wise .bar {
  width: calc(100% - 200px);
}
.sector-allocation #barcontainer .sector-wise .allocate {
  width: 45px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
}

#policybazaar {
  width: 100%;
  padding-top: 20px;
  background: #fafafa 0 0 no-repeat padding-box;
}
#policybazaar .investment-bg .nri-secure-tag {
  position: absolute;
  right: 0;
  bottom: -16px;
  color: var(--0065-ff, #0065ff);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  cursor: pointer;
  z-index: 10;
  background: 0 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
  border: 0;
}

:focus {
  outline: 0;
}

a {
  outline: 0;
}

button {
  outline: 0;
}

input {
  outline: 0;
}

li {
  outline: 0;
}

ol.ul {
  outline: 0;
}

select {
  outline: 0;
}

textarea {
  outline: 0;
}

.pagecontainer {
  width: 1170px;
  clear: both;
}

.pagecontainer.layoutcenter {
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
}
.pagecontainer.layoutcenter aside {
  width: 34%;
}

.contentLeft {
  width: 65%;
}

.stickyfooter .bold {
  font-weight: 600;
}
.stickyfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 101;
  right: 0;
  bottom: -35%;
  transition: bottom 0.2s ease-in;
}
.stickyfooter .closesticky {
  background: #ccc;
  width: 24px;
  height: 24px;
  top: 20px;
  position: absolute;
  right: 10px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
  transition: opacity 0.2s ease-in;
  right: 10px;
  top: 10px;
}
.stickyfooter .closesticky:hover {
  opacity: 1;
}
.stickyfooter .closesticky:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: #333;
  transform: rotate(-45deg);
  left: 9px;
  top: 4px;
}
.stickyfooter .closesticky:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: #333;
  transform: rotate(45deg);
  left: 9px;
  top: 4px;
}
.stickyfooter .sticky {
  background-color: var(--blue01);
}
.stickyfooter .sticky .left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.stickyfooter .sticky .left .text {
  color: var(--white);
  font-size: 20px;
  padding-bottom: 5px;
}
.stickyfooter .sticky .right {
  width: 50%;
  display: flex;
  align-items: center;
}
.stickyfooter .sticky .right .ctaform {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.stickyfooter .sticky .right .ctaform .forminput {
  width: calc(100% - 165px);
  background: #fff;
  display: flex;
  height: 46px;
  border-radius: 8px;
  margin-right: 2%;
}
.stickyfooter .sticky .right .ctaform .forminput .error {
  font-size: 10px;
  color: #a02424;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.stickyfooter .sticky .right .ctaform .forminput .ico {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.stickyfooter .sticky .right .ctaform .forminput .ico.usericon {
  background-position: 0 -454px;
}
.stickyfooter .sticky .right .ctaform .forminput .ico.dob {
  background-position: 0 -372px;
}
.stickyfooter .sticky .right .ctaform .forminput .ico.email {
  background-position: 0 -329px;
}
.stickyfooter .sticky .right .ctaform .forminput .ico.mobile-ico {
  background-position: 0 -413px;
}
.stickyfooter .sticky .right .ctaform .forminput input {
  font-size: 16px;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 0 10px;
}
.stickyfooter .sticky .right .ctaform .forminput select {
  font-size: 16px;
  background: 0 0;
  -webkit-appearance: none;
  border: none;
  background: url(../../images/bu/arrow-gray.svg) no-repeat right 10% center;
  width: 120px;
  margin-left: 40px;
  height: 40px;
  margin: 4px 0 4px 40px;
}
.stickyfooter .sticky .right .ctaform button {
  width: 150px;
}
.stickyfooter .sticky .right .ctaform button:disabled:after {
  width: 16px;
  height: 16px;
  top: 20%;
  right: 0;
}
.stickyfooter .sticky .right button {
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  padding: 15px;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  align-items: center;
  transition: all 0.7s ease;
  cursor: pointer;
  justify-content: center;
  border-radius: 8px;
  width: 90%;
  margin: 0 auto;
  border: none;
  padding: 14px 20px;
  position: relative;
  margin: 0 0 0 auto;
  font-weight: 500;
  cursor: pointer;
}
.stickyfooter .sticky .right button:disabled {
  background: #005be6;
  cursor: not-allowed;
}
.stickyfooter .sticky .right button:disabled:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 10%;
  transform: translate(0, -50%);
  right: 4px;
}
.stickyfooter .sticky .right button:hover {
  background: #005be6;
}

.form_icon {
  background-image: url("../../images/bu/mixedlayout-icon.svg");
  background-repeat: no-repeat;
}

.mixedlayout {
  position: relative;
}
.mixedlayout article {
  width: 66%;
  padding-right: 17px;
  padding-bottom: 10px;
}
.mixedlayout article .link-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.mixedlayout article .list {
  position: relative;
  width: 90%;
  margin-bottom: 30px;
  padding-left: 90px;
}
.mixedlayout article .list:last-child {
  margin-bottom: 0;
}
.mixedlayout article .list .ico {
  width: 60px;
  height: 70px;
  position: absolute;
  left: 0;
}
.mixedlayout article .list .ico.ti_icon {
  background: url("../../images/bu/benefit-term.png") no-repeat 0 0;
  background-size: 100%;
}
.mixedlayout article .list .ico.li_icon {
  background: url("../../images/bu/benefit-life.png") no-repeat 0 0;
  background-size: 100%;
}
.mixedlayout article .list .productname {
  color: var(--black);
  letter-spacing: 2.16px;
  text-transform: uppercase;
  font-size: 12px;
}
.mixedlayout article .list .h3 {
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
}
.mixedlayout article .list .h3:before {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--blue);
  position: absolute;
  bottom: -10px;
}
.mixedlayout article .list .h3:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--black);
  position: absolute;
  left: 50px;
  bottom: -10px;
}
.mixedlayout article .list h3 {
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
}
.mixedlayout article .list h3:before {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--blue);
  position: absolute;
  bottom: -10px;
}
.mixedlayout article .list h3:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--black);
  position: absolute;
  left: 50px;
  bottom: -10px;
}
.mixedlayout article .list .product-link {
  margin-right: 10px;
  margin-top: 10px;
}
.mixedlayout article .list .product-link:last-child {
  margin-right: 0;
}
.mixedlayout article .list .product-link span {
  color: var(--black);
  border: 1px solid var(--gray);
  background-color: var(--shadowblue);
  padding: 5px 10px;
  border-radius: 8px;
  font-size: calc(var(--font-size) - 2px);
  display: inline-block;
}
.mixedlayout article.blue {
  background-color: var(--light-blue);
  border-radius: 20px;
  padding: 20px;
  margin: 30px 0;
  width: 70%;
}

.form_mixed_layout {
  background-color: var(--white);
  border-radius: 8px;
  padding: 15px 14px;
  width: 100%;
  max-width: 393px;
  position: relative;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
  position: sticky;
  top: 110px;
  margin-bottom: 30px;
}
.form_mixed_layout::before {
  content: "";
  display: none;
  width: 92%;
  background: #40bc70;
  height: 4px;
  border-radius: 50px 50px 0 0;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.form_mixed_layout .h4 {
  text-align: center;
  font-weight: 600;
  margin: 0;
}
.form_mixed_layout .h4 .heading {
  background: rgba(28, 129, 16, 0.0509803922);
  border-radius: 24px;
  color: #1C8110;
  line-height: 24px;
  padding: 2px 8px 8px;
  margin: 10px 0 0 0;
}
.form_mixed_layout .h4 .heading.blue {
  color: #1C8110 !important;
}
.form_mixed_layout .h4 .heading sup {
  position: relative;
  top: 6px;
}
.form_mixed_layout .h4 .description {
  letter-spacing: 0;
  color: #253858;
  font-size: 14px;
  line-height: 18px;
  margin: 2px auto;
  font-weight: 500;
  max-width: 75%;
}
.form_mixed_layout .h4 .tag {
  background: #e5ffef 0 0 no-repeat padding-box;
  border-radius: 8px;
  display: flex;
  font-size: 12px;
  line-height: 32px;
  align-items: CENTER;
  justify-content: center;
  max-width: 246px;
  margin: 0 auto;
}
.form_mixed_layout .h4 .tag img {
  margin-right: 8px;
}
.form_mixed_layout .h4 .tag span {
  margin-left: 4px;
  font-weight: 700;
  color: #3b62e6;
}
.form_mixed_layout .form_box {
  display: none;
}
.form_mixed_layout .form_box.active {
  display: block;
}
.form_mixed_layout .form_box.active .headingText .heading {
  color: #0065ff;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 10px 0;
  line-height: 26px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .form_mixed_layout .form_box.active .headingText .heading {
    margin-bottom: 7px;
    line-height: 26px;
    padding-top: 0;
  }
}
.form_mixed_layout .form_box.active .headingText .heading sup {
  top: 6px;
  position: relative;
}
.form_mixed_layout .form_box.active .headingText .description {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  font-weight: 500;
  clear: both;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .form_mixed_layout .form_box.active .headingText .description {
    margin-top: 3px;
    font-size: 16px;
  }
}
.form_mixed_layout .form_box.active .headingText .description span {
  color: #0065ff;
  font-weight: 500;
}
.form_mixed_layout .form_box.active .headingText .description span sup {
  font-size: 9px;
}
.form_mixed_layout .forminput {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.form_mixed_layout .forminput li {
  display: flex;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  margin: 20px 10px;
  padding: 0 5px;
  position: relative;
}
.form_mixed_layout .forminput li .ico {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.form_mixed_layout .forminput li .ico.usericon {
  background-position: 0 -454px;
}
.form_mixed_layout .forminput li .ico.dob {
  background-position: 0 -372px;
}
.form_mixed_layout .forminput li .ico.email {
  background-position: 0 -329px;
}
.form_mixed_layout .forminput li .ico.mobile-ico {
  background-position: 0 -413px;
}
.form_mixed_layout .forminput li:last-child {
  margin-bottom: 0;
}
.form_mixed_layout .forminput li .genderselect {
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  margin: 4px 0 10px;
  width: 100%;
  max-width: 170px;
}
.form_mixed_layout .forminput li .genderselect .female {
  width: 50%;
  display: flex;
  align-items: center;
  min-width: 90px;
}
.form_mixed_layout .forminput li .genderselect .male {
  width: 50%;
  display: flex;
  align-items: center;
  min-width: 90px;
}
.form_mixed_layout .forminput li .genderselect input {
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
}
.form_mixed_layout .forminput li .genderselect .radio {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.form_mixed_layout .forminput li .genderselect .radio.active {
  border: 1px solid var(--blue);
}
.form_mixed_layout .forminput li .genderselect .radio.active:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: var(--blue);
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.form_mixed_layout .forminput li .genderselect label {
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
}
.form_mixed_layout .forminput li .error {
  font-size: 10px;
  color: #a02424;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 100%;
}
.form_mixed_layout .forminput li input {
  font-size: 16px;
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 10px 10px 10px 45px;
  min-height: 46px;
  line-height: 25px;
}
.form_mixed_layout .forminput li select {
  font-size: 16px;
  background: 0 0;
  -webkit-appearance: none;
  border: none;
  background: url(../../images/bu/arrow-gray.svg) no-repeat right 10% center;
  width: 120px;
  margin-left: 40px;
  height: 40px;
  margin: 4px 0 4px 45px;
}
.form_mixed_layout .forminput li input.pd10 {
  padding: 10px;
}
.form_mixed_layout .forminput li .ageyears {
  background: #f2f7fe;
  color: #0563f6;
  width: 100px;
  height: 30px;
  margin: 8px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 5px;
  display: none;
}
.form_mixed_layout .forminput li .ageyears.show {
  display: flex;
}
.form_mixed_layout .forminput li .country {
  width: 100px;
  display: flex;
  align-items: center;
}
.form_mixed_layout .forminput li .country select {
  border: none;
}
.form_mixed_layout .forminput li .country .countrycode {
  width: 60px;
  box-sizing: border-box;
  padding-left: 8px;
  border-right: 1px solid #ccc;
}
.form_mixed_layout .forminput li button {
  box-sizing: border-box;
  background: #0663f6;
  color: #fff;
  padding: 15px;
  display: flex;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  align-items: center;
  transition: all 0.7s ease;
  cursor: pointer;
  justify-content: center;
  border-radius: 8px;
  width: 90%;
  margin: 15px auto 10px;
  border: none;
  padding: 14px 20px;
  position: relative;
}
.form_mixed_layout .forminput li button:disabled {
  background: #005be6;
  cursor: not-allowed;
}
.form_mixed_layout .forminput li button:disabled:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 15%;
  transform: translate(0, -50%);
  right: 4px;
}
.form_mixed_layout .forminput li button:hover {
  background: #005be6;
}
.form_mixed_layout .forminput li .secure-tag {
  position: absolute;
  display: flex;
  right: 8px;
  bottom: -25px;
  background: rgba(57, 97, 235, 0.1019607843) 0 0 no-repeat padding-box;
  border-radius: 0 0 8px 8px;
  padding: 4px 8px 3px 5px;
}
.form_mixed_layout .forminput li .secure-tag .text {
  letter-spacing: 0.15px;
  color: #3962ed;
  font-size: 9px;
  line-height: 17px;
  font-weight: 600;
  margin-left: 6px;
}
.form_mixed_layout .forminput li.has_radio {
  margin: 5px 20px 20px 20px;
}
.form_mixed_layout .forminput li.noborder {
  border: none;
}
.form_mixed_layout .forminput li.mt0 {
  margin: 0 15px;
}
.form_mixed_layout .forminput li.registration_check {
  margin-bottom: 30px;
}
.form_mixed_layout .termCondition {
  font-size: calc(var(--font-size) - 6px);
  color: var(--black);
  text-align: center;
  margin: 8px 0;
  display: block;
}
.form_mixed_layout .termCondition a {
  color: var(--blue);
}
.form_mixed_layout .termCondition a:hover {
  text-decoration: underline;
}

.floatingPopupDiv .product-achivement-at-policybazaar {
  display: none;
}

.product-achivement-at-policybazaar {
  display: flex;
  margin: 30px 0 5px;
  justify-content: space-between;
}
.product-achivement-at-policybazaar .listitem {
  width: 25%;
}
.product-achivement-at-policybazaar .listitem .heading-title {
  font-size: 12px;
  font-weight: 600;
  color: #253858;
  margin-bottom: 10px;
}
.product-achivement-at-policybazaar .listitem.center {
  text-align: center;
  padding: 0 5px;
}
.product-achivement-at-policybazaar .listitem.center .blue {
  color: #0563f6;
  font-weight: 600;
  font-size: 16px;
}
.product-achivement-at-policybazaar .listitem.center .blue span {
  font-size: 12px;
}
.product-achivement-at-policybazaar .listitem.center .heading-sub-title {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.016em;
  margin-top: 8px;
  line-height: 12px;
}
.product-achivement-at-policybazaar .listitem.center .heading-sub-title br {
  display: none;
}
.product-achivement-at-policybazaar .listitem.center:nth-child(3) {
  border-left: 1px solid rgba(192, 192, 192, 0.3);
}
.product-achivement-at-policybazaar .listitem.center:nth-child(4) {
  border-left: 1px solid rgba(192, 192, 192, 0.3);
}
.product-achivement-at-policybazaar .form-rating {
  position: relative;
  top: -3px;
  width: 80px;
  overflow: hidden;
}
.product-achivement-at-policybazaar .form-rating img {
  width: 80px;
  height: auto;
}
.product-achivement-at-policybazaar .form-rating:before {
  content: "";
  transform: rotate(-50deg);
  width: 30px;
  height: 300%;
  right: 150%;
  top: -22px;
  background: hsla(0, 0%, 100%, 0.5);
  position: absolute;
  animation-name: starshine1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.product-achivement-at-policybazaar .form-rating:after {
  content: "";
  transform: rotate(-50deg);
  width: 40px;
  height: 300%;
  right: 200%;
  top: -22px;
  background: hsla(0, 0%, 100%, 0.5);
  position: absolute;
  animation-name: starshine;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

.certificate {
  background: transparent linear-gradient(270deg, #e5ffee, #effcf5 58%, hsla(0, 0%, 100%, 0)) 0 0 no-repeat padding-box;
  border-radius: 12px;
  line-height: 16px;
  font-size: 12px;
  color: #121d2f;
  padding: 8px 12px 8px 45px;
  font-weight: 500;
  position: relative;
  margin: 10px 10px 10px auto;
  display: none;
  max-width: 320px;
}
.certificate:before {
  content: "";
  background: url(../../images/bu/pbcertifiacte-icon.png);
  width: 38px;
  height: 34px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.certificate + .termCondition {
  background: #fdf1e5;
  display: block;
  line-height: 24px;
  color: #eb893a;
  width: 240px;
  margin: 0 auto;
  border-radius: 4px;
  padding-left: 22px !important;
  position: relative;
}
.certificate + .termCondition:before {
  content: "i";
  background: #eb893a;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 10px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  line-height: 15px;
}

.registration_check {
  position: relative;
  position: relative;
}
.registration_check #mob_feild2feild {
  width: 125px;
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.registration_check #mob_feild2feild .country {
  width: 70px;
  padding: 3px 20px 2px 0;
  margin: 0 0 0 45px;
  border-right: 1px solid #bfbfbf;
  height: auto;
}
.registration_check #mob_feild2feild .countryCode {
  width: 38px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding-left: 5px;
  line-height: 25px;
}
.registration_check #mob_feild2feild .country.active {
  font-size: 0;
  min-height: 30px;
  min-width: 70px;
}
.registration_check #mob_feild2feild .country.active option {
  font-size: 16px;
}
.registration_check .countybox {
  width: 140px;
  display: flex;
  position: relative;
  width: 140px;
  display: flex;
  position: relative;
}
.registration_check .countybox .country-flag {
  width: 60px;
  align-items: center;
  display: flex;
  padding: 0 20px 0 8px;
  cursor: pointer;
  position: relative;
  width: 60px;
  align-items: center;
  display: flex;
  padding: 0 20px 0 8px;
  cursor: pointer;
  position: relative;
}
.registration_check .countybox .country-flag img {
  width: 22px;
  width: 22px;
}
.registration_check .countybox .country-flag:after {
  content: "";
  background: url(../../images/bu/selectarrow.svg) no-repeat 0 0;
  width: 13px;
  height: 10px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  background: url(../../images/bu/selectarrow.svg) no-repeat 0 0;
  width: 13px;
  height: 10px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.registration_check .countybox .country-flag.active:after {
  transform: rotate(180deg);
  transform: rotate(180deg);
}
.registration_check .countybox .country-flag.un:after {
  background: url(../images/bu/selectarrow.svg) no-repeat 0 0;
  background: url(../images/bu/selectarrow.svg) no-repeat 0 0;
}
.registration_check .countybox .flags {
  width: 300px;
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 6px #ccc;
  border-radius: 0 0 5px 5px;
  top: 70px;
  padding: 0;
  max-height: 200px;
  overflow: auto;
  margin: 0;
  display: none;
  transition: all 0.2s ease-in;
  width: 300px;
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 6px #ccc;
  border-radius: 0 0 5px 5px;
  top: 70px;
  padding: 0;
  max-height: 200px;
  overflow: auto;
  margin: 0;
  display: none;
  transition: all 0.2s ease-in;
}
.registration_check .countybox .flags::-webkit-scrollbar {
  width: 0;
  width: 0;
}
.registration_check .countybox .flags::-webkit-scrollbar-track {
  background: 0 0;
  background: 0 0;
}
.registration_check .countybox .flags::-webkit-scrollbar-thumb {
  background: 0 0;
  background: 0 0;
}
.registration_check .countybox .flags::-webkit-scrollbar-thumb:hover {
  background: 0 0;
  background: 0 0;
}
.registration_check .countybox .flags li {
  width: 100%;
  margin: 0;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  border-radius: 0;
  font-weight: 400;
  width: 100%;
  margin: 0;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  border-radius: 0;
  font-weight: 400;
}
.registration_check .countybox .flags li span {
  padding: 0;
  width: 30px;
  margin-right: 10px;
  padding: 0;
  width: 30px;
  margin-right: 10px;
}
.registration_check .countybox .flags li span:after {
  display: none;
  display: none;
}
.registration_check .countybox .flags li .cname {
  width: 100%;
  width: 100%;
}
.registration_check .countybox .flags li .code {
  padding: 0;
  width: 30px;
  margin-right: 10px;
  padding: 0;
  width: 30px;
  margin-right: 10px;
}
.registration_check .countybox .flags.show {
  display: block;
  top: 48px;
  z-index: 1;
  display: block;
  top: 48px;
  z-index: 1;
}
.registration_check .countybox .codeCountry {
  border: none;
  width: 95px;
  float: left;
  padding: 15px 20px 15px 15px;
  -webkit-appearance: none;
  height: 100%;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  background: url("../../images/bu/selectarrow.svg") no-repeat 95% 52%;
  background-size: 12px 8px;
  border: none;
  width: 95px;
  float: left;
  padding: 15px 20px 15px 15px;
  -webkit-appearance: none;
  height: 100%;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  background: url("../../images/bu/selectarrow.svg") no-repeat 95% 52%;
  background-size: 12px 8px;
}
.registration_check .countybox .cCode {
  display: inline-flex;
  width: 53px;
  float: right;
  padding: 0 10px;
  height: 100%;
  font-size: 16px;
  align-items: center;
  display: inline-flex;
  width: 53px;
  float: right;
  padding: 0 10px;
  height: 100%;
  font-size: 16px;
  align-items: center;
}
.registration_check .countybox.boxup .show {
  display: block;
  bottom: 48px !important;
  z-index: 1;
  top: inherit !important;
  display: block;
  bottom: 48px !important;
  z-index: 1;
  top: inherit !important;
}
.registration_check input {
  width: calc(100% - 100px);
  padding: 0 15px 0 0;
  background: 0 0;
  border: none;
  font-size: 14px;
  border-radius: 8px;
  width: calc(100% - 100px);
  padding: 0 15px 0 0;
  background: 0 0;
  border: none;
  font-size: 14px;
  border-radius: 8px;
}

aside {
  top: 0;
  transition: top 0.2s linear;
}

aside.sticky {
  position: fixed;
  z-index: 100;
  width: 393px;
  top: 108px;
  left: calc(var(--page-max-width) - 393px);
  right: 0;
  margin: 0 auto;
}

.container {
  max-width: var(--page-max-width);
  margin: 0 auto;
}

.pagecontent {
  position: relative;
}
.pagecontent .h2 {
  margin: 50px 0 30px;
}
.pagecontent .h2.mt100 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.pagecontent .h2.wt {
  font-weight: 500;
}
.pagecontent .short {
  width: 64% !important;
  display: flex;
  border-radius: 8px !important;
  padding: 10px !important;
  box-sizing: border-box;
  flex-direction: column;
}
.pagecontent .leftSection {
  width: 100%;
}
.pagecontent .rightSection {
  width: 33%;
  display: none;
}
.pagecontent .blue {
  background-color: var(--light-blue);
}
.pagecontent .product_info {
  display: block;
  width: 100%;
}
.pagecontent .sapretor_with_text {
  color: var(--black);
  position: relative;
  width: 100%;
  margin: 20px 0 10px;
  margin-bottom: 10px;
}
.pagecontent .sapretor_with_text span {
  position: relative;
  z-index: 1;
  background: #f2f7fe;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2.16px;
  text-transform: uppercase;
}
.pagecontent .sapretor_with_text hr {
  width: 100%;
  height: 1px;
  background: var(--brdgray);
  opacity: 0.5;
  position: absolute;
  top: 50%;
  margin-bottom: 10px;
  transform: translate(0, -50%);
  margin: 0;
}
.pagecontent .sapretor_with_text.first {
  margin: 10px 0;
  text-rendering: optimizeLegibility;
}
.pagecontent .feature_benefits {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.pagecontent .feature_benefits li {
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}
.pagecontent .feature_benefits li:last-child {
  margin: 0;
}
.pagecontent .feature_benefits li .daimond {
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: var(--blue);
  position: absolute;
  left: 0;
  left: -5px;
  top: -2px;
}
.pagecontent .feature_benefits li .daimond:after {
  content: "";
  position: absolute;
  left: -8px;
  top: 8px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: var(--blue);
}
.pagecontent .feature_benefits p {
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
.pagecontent .feature_benefits .small {
  font-weight: 400;
  line-height: 22px;
}
.pagecontent .feature_benefits .tag_lable {
  margin: 10px 0;
}
.pagecontent .feature_benefits .tag_lable span {
  display: inline-block;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 10px;
  padding: 5px 10px;
}
.pagecontent .feature_benefits .tag_lable span.green {
  background-color: var(--lightgreen);
}
.pagecontent .feature_benefits .tag_lable span.red {
  background-color: var(--lightred);
  text-decoration: line-through;
}

.blue {
  color: #0065ff !important;
}

.trustedBy .trustedCarousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.trustedBy .trustedCarousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.trustedBy .card {
  width: 140px;
  background-color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  border-top: 0;
  border-bottom: 0;
  margin-right: 15px;
}
.trustedBy .card .imgSet {
  background-image: url(../../images/bu/widget-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 140px;
  height: 70px;
}
.trustedBy .slick-dots li button:before {
  width: 10px;
  height: 10px;
  font-size: 0px;
  color: #7a869a;
  opacity: 0.6 !important;
  background: #7a869a;
  border-radius: 100%;
}
.trustedBy .slick-dots li.slick-active button:before {
  color: #253858;
  font-size: 0;
  background: #253858;
}
.trustedBy .slick-dots {
  position: relative;
  bottom: 0;
}
.trustedBy .slick-next.slick-disabled {
  border-color: #a0a9ba !important;
}
.trustedBy .slick-prev.slick-disabled {
  border-color: #a0a9ba !important;
}
.trustedBy .slick-disabled > .customeArrow {
  border-color: #a0a9ba;
}
.trustedBy .slick-next {
  right: 25px;
  z-index: 99;
}
.trustedBy .slick-prev {
  left: 25px;
  z-index: 99;
}
.trustedBy .rounded.slick-next {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.trustedBy .rounded.slick-prev {
  border: 1px solid #2b61ec;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.trustedBy .customeArrow.slick-disabled {
  border-color: #a0a9ba;
}
.trustedBy .customeArrow {
  border: 1px solid #2b61ec;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.trustedBy .customeArrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.trustedBy .customeArrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.trustedBy .customeArrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  position: relative;
  top: 3px;
}
.trustedBy .customeArrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.trustedBy.adjust {
  margin-top: 50px;
  margin-bottom: 20px;
}
.trustedBy.adjust .grid p.adjustedItems {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}
.trustedBy.adjust .grid p.adjustedItems > b {
  color: #172b4d;
  font-weight: 500;
}

.trustedBy.section {
  padding: 20px 20px;
}
.trustedBy.section p {
  color: #667173;
  font-size: 16px;
  margin-bottom: 30px;
}
.trustedBy.section p b {
  color: #1b292c;
}
.trustedBy.section .slick-list {
  padding-left: 0 !important;
}

.trustedBysection {
  padding: 20px 20px;
}
.trustedBysection p {
  color: #667173;
  font-size: 16px;
  margin-bottom: 30px;
}
.trustedBysection p b {
  color: #1b292c;
}
.trustedBysection .slick-list {
  padding-left: 0 !important;
}

.trustedBy.clearfix {
  display: inherit;
}
.trustedBy.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.trustedBy.bg {
  background-color: #f4f7fe;
}

.numberVal {
  display: inline-block;
}

.grid {
  width: 1140px;
  margin: 0 auto;
}

.layoutfull {
  width: 100%;
}

.title {
  color: #253858;
  font-weight: 600;
}

.bannerDiscalimer {
  font-size: 11px;
  margin-bottom: 5px;
  display: block;
}

.scrollfreez {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.mt50 {
  margin-top: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.pd0 {
  padding: 0 !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: 0;
}

.updatedon-top {
  font-size: 10px;
  padding: 0;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}

.rightSection {
  width: 342px;
  float: right;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.5px;
}
.rightSection > .card {
  margin-top: 0;
}
.rightSection .allimg {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
}
.rightSection .supplier_icon {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
  background-repeat: no-repeat;
  background-position: 0 51px;
}
.rightSection .webp .allimg {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
  background-size: 100px 4942px;
}
.rightSection .webp .supplier_icon {
  background-image: url(../../images/bu/sprite_landing_life@2x.png?v=1011);
  background-size: 100px 4942px;
}
.rightSection img[alt] {
  font-size: 0;
}
.rightSection .mt-0 {
  margin-top: 0;
}
.rightSection .graphDiv {
  cursor: pointer;
  text-align: center;
  margin: 20px 0 18px;
}
.rightSection .graphDiv img {
  max-width: 100%;
}
.rightSection .graphDiv.first {
  margin-top: 0;
}
.rightSection .calculateBtn {
  background-color: #ffd65e !important;
  background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .calculate_d {
  background-color: #ffd65e !important;
  background-image: linear-gradient(to bottom, #ffd65e, #febf04) !important;
  border: 1px solid #ffc826;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  z-index: 72;
  text-transform: uppercase;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap {
  padding: 15px;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-control {
  margin-bottom: 10px;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .form-group.boxMulti {
  margin: 8px 0 20px;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap label {
  display: inline-block;
  color: #fff;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap select {
  height: auto;
  padding: 8px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  background-color: #fff;
  background-position: 95%;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap select.error {
  border: 1px solid #ff9797 !important;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap input {
  padding: 8px;
  width: 100%;
  background-color: #fff;
  border: none;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap input.error {
  border: 1px solid #ff9797 !important;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti {
  display: flex;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti input {
  width: 50%;
  margin-right: 5%;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti select {
  width: 50%;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns {
  width: 50%;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label {
  width: 40%;
  position: relative;
  padding-right: 4px;
  padding-left: 20px;
  font-weight: 400;
  margin: 0 !important;
  line-height: 20px;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  display: block;
  top: 2px;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns label .circle::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  top: 3px;
  position: relative;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input {
  visibility: hidden;
  position: absolute;
  margin: 0;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti .custom-radio-btns input:checked + .circle::after {
  display: block;
}
.rightSection .fdcalculator .bluebg .forex-form-bootstrap .boxMulti label {
  width: 50%;
}
.rightSection .fdcalculator .bluebg {
  background: #005387;
  margin: 10px 0 20px;
}
.rightSection .fdcalculator .h3.white {
  color: #fff;
}
.rightSection .fdcalculator .calculate_compare_result {
  padding: 0;
  margin: 20px 0 0 0;
  background: #fff;
  width: 100%;
  float: left;
}
.rightSection .fdcalculator .calculate_compare_result table {
  border: none;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  width: 100%;
}
.rightSection .fdcalculator .calculate_compare_result table td {
  color: #333;
  text-align: center;
  padding: 10px 0;
}
.rightSection .fdcalculator .calculate_compare_result table td div {
  line-height: 18px;
}
.rightSection .fdcalculator .calculate_compare_result table td:first-child {
  color: #f90;
}
.rightSection .fdcalculator .calculate_compare_result table td:nth-child(2) {
  font-size: 14px;
  font-weight: 600;
}
.rightSection .fdcalculator .calculate_compare_result table th {
  background: #f2f2f2;
  padding: 10px 0;
  text-align: center;
  color: #333;
}
.rightSection .card {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  padding: 6px 16px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: none;
}
.rightSection .card .viewAll {
  font-size: 13px;
  color: #0265fc;
  width: 100%;
  display: block;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #d3d7de;
}
.rightSection .card.search_article {
  display: block;
  background: #f1f3f5;
  border: none;
  padding-top: 12px;
  padding-bottom: 20px;
  margin-bottom: 18px;
}
.rightSection .card.calculator {
  padding: 0;
}
.rightSection .card.insurers {
  padding: 0;
}
.rightSection .card.travelguide {
  padding: 0;
}
.rightSection .card.travelguide .insurerBlock {
  padding: 14px 14px 18px;
}
.rightSection .card.travelguide .insurerBlock:after {
  top: 24px;
}
.rightSection .card.travelguide .insurerBlock .insurerName {
  width: calc(95% - 80px);
  margin-left: 0;
}
.rightSection .card.list_typeA {
  padding-bottom: 20px;
}
.rightSection .card.list_typeA .card_heading {
  padding: 0;
}
.rightSection .card.list_typeA .titleText {
  font-size: 24px;
  padding: 0 0 7px;
  color: #253858;
  font-weight: 500;
}
.rightSection .card.card.articles .card_heading {
  padding: 10px 0 10px 0;
}
.rightSection .card.ratingsBlock {
  background: #f1f3f5;
  border: none;
  margin: 10px 0 24px;
  padding: 0 10px;
  min-height: 201px;
}
.rightSection .card.ratingsBlock .card_heading {
  font-size: 20px;
  padding: 10px 0 10px 0;
}
.rightSection .card.ratingsBlock .review_btn .button {
  margin: 3px 0 18px;
}
.rightSection .insurerBlock {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  border-top: solid 0.8px #d3d7de;
  padding: 5px;
  min-height: 60px;
  position: relative;
}
.rightSection .insurerBlock .insurerLogo {
  border: 0 solid rgba(23, 43, 77, 0.2);
  border-radius: 4px;
  height: 50px;
  overflow: hidden;
  padding: 0;
  width: 48px;
}
.rightSection .insurerBlock .insurerLogo.articleImg {
  padding: 0;
  width: 80px;
  display: inline-block;
  margin-top: 6px;
}
.rightSection .insurerBlock .insurerLogo.articleImg img {
  max-width: 100%;
}
.rightSection .insurerBlock .insurerName {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  width: calc(95% - 80px - 25px);
  margin-left: 10px;
  display: inline-block;
  color: #172b4d;
  letter-spacing: 0.014em;
  line-height: 21px;
}
.rightSection .insurerBlock .insurerName span {
  font-weight: 400;
  color: #172b4d;
  display: block;
  transition: color ease-in 0.3s;
  line-height: 21px;
  letter-spacing: 0.014em;
}
.rightSection .insurerBlock:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 28px;
}
.rightSection .article_newsLetter {
  position: relative;
  overflow: hidden;
  background: #f1f3f5;
  border: none;
  padding-bottom: 17px;
  padding-top: 37px;
}
.rightSection .article_newsLetter .newsletterImg {
  margin-bottom: 10px;
  text-align: center;
  margin-top: -16px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.rightSection .article_newsLetter .titleText {
  margin-bottom: 0 !important;
  color: #253858 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 10px 0;
  text-align: center;
}
.rightSection .article_newsLetter .subText {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #505f79;
  padding-bottom: 15px;
}
.rightSection .article_newsLetter .btn {
  width: 100%;
  border: 1px solid #0065ff;
  background: #fff;
  color: #0065ff;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.rightSection .article_newsLetter .btn span {
  line-height: 30px;
}
.rightSection .fieldsWrapper {
  margin-bottom: 16px;
}
.rightSection .fieldsWrapper .ns_success span {
  font-size: 14px;
  color: #119442;
}
.rightSection .fieldsWrapper .field {
  border-radius: 4px;
  border: solid 1px rgba(37, 56, 88, 0.2);
  outline: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
  transition: border 0.3s ease-in;
}
.rightSection .fieldsWrapper input[type=password] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}
.rightSection .fieldsWrapper input[type=tel] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}
.rightSection .fieldsWrapper input[type=text] {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
}
.rightSection #newsletterFld.error .ns_Letter {
  border: 1px solid red;
}
.rightSection #newsletterFld.error .ns_error {
  font-size: 12px;
  color: red;
}
.rightSection .rightSidebtn {
  border-radius: 8px;
  border: solid 0.8px #0e4cca;
  margin-bottom: 20px;
  background: #fff;
  color: #253858;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  text-align: left;
  letter-spacing: 0.5px;
  display: flex;
  width: 100%;
  position: relative;
  height: 65px;
  align-items: center;
}
.rightSection .rightSidebtn .iconimg {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 10px;
}
.rightSection .rightSidebtn .iconimg img {
  width: 100%;
  height: auto;
}
.rightSection .rightSidebtn:after {
  content: "";
  border: solid #0e4cca;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 27px;
}
.rightSection .calculatorsList {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.rightSection .calculatorsList li {
  font-size: 14px;
}
.rightSection .calculatorsList li a {
  color: #253858;
  transition: color 0.3s ease-in;
  border-top: solid 0.8px #d3d7de;
  padding: 12px 0 12px 61px;
  display: block;
  position: relative;
}
.rightSection .calculatorsList li a:hover {
  color: #0065ff;
}
.rightSection .calculatorsList li a:after {
  content: "";
  border: solid rgba(23, 43, 77, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 23px;
  top: 23px;
}
.rightSection .calculatorsList li a.otherlinks {
  padding: 15px 0 15px 20px;
}
.rightSection .card.articles .insurerBlock {
  border: none;
  align-items: top;
}
.rightSection .card.articles .insurerBlock:after {
  display: none;
}
.rightSection .card_heading {
  margin-bottom: 0;
  color: #253858;
  font-size: 21px;
  font-weight: 700;
  padding: 10px 14px 10px 14px;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 32px;
}
.rightSection .card_heading a {
  margin-bottom: 0;
  color: #253858;
  font-size: 21px;
  font-weight: 700;
  padding: 10px 14px 10px 14px;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 32px;
}
.rightSection .btn {
  cursor: pointer;
  font-weight: 300;
  text-align: center;
  padding: 8px 0;
  border: solid 1px transparent;
  border-radius: 4px;
  background: #0065ff;
  width: 100%;
  font-size: 16px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.rightSection .btn.btnnetworkhospital {
  margin-bottom: 13px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightSection #searchForm input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  margin-bottom: 10px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #172b4d;
  padding: 0 16px;
  border-radius: 4px;
  height: 48px;
  border: solid 1px rgba(37, 56, 88, 0.2);
}
.rightSection #searchForm button {
  cursor: pointer;
  display: block;
  width: 100%;
  background: #fff;
  color: #0065ff;
  padding: 10px 12px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  outline: 0;
  text-transform: uppercase;
  border: 1px solid #0065ff;
  line-height: 1.6;
}
.rightSection .searchError {
  clear: both;
  font-size: 12px;
  font-family: inherit;
  padding: 0 0 7px 0;
  color: red;
  font-weight: 400;
}
.rightSection .videobox_right {
  border-radius: 8px;
  border: solid 0.8px rgba(23, 43, 77, 0.2);
  margin-bottom: 16px;
  padding: 10px 10px 10px 10px;
  width: 342px;
  height: 262px;
}
.rightSection .videobox_right object {
  width: 100%;
  height: 240px;
}
.rightSection .videobox_right iframe {
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 8px;
  height: 240px;
}
.rightSection .allCalc {
  background-image: url("../../images/bu/caculator-sprite.png");
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}
.rightSection .allCalc.income_tax {
  background-position: 8px 3px;
}
.rightSection .allCalc.saving {
  background-position: 8px -45px;
}
.rightSection .allCalc.human_life_value {
  background-position: 8px -863px;
}
.rightSection .allCalc.health_insurance_premium {
  background-position: 8px -287px;
}
.rightSection .allCalc.car_insurance {
  background-position: 8px -234px;
}
.rightSection .allCalc.bike_insurance {
  background-position: 8px -190px;
}
.rightSection .allCalc.other {
  background-position: 8px -672px;
}
.rightSection .allCalc.travel {
  background-position: 8px -672px;
}
.rightSection .allCalc.lic {
  background-position: 8px -476px;
}
.rightSection .allCalc.premium {
  background-position: 8px -476px;
}
.rightSection .allCalc.ulip {
  background-position: 8px -381px;
}
.rightSection .allCalc.life_insurance {
  background-position: 8px -332px;
}
.rightSection .allCalc.sip {
  background-position: 8px -764px;
}
.rightSection .allCalc.fd {
  background-position: 8px -814px;
  background-position: 8px -812px;
}
.rightSection .allCalc.term_insurance {
  background-position: 8px -1153px;
}
.rightSection .allCalc.lumpsup {
  background-position: 8px -962px;
}
.rightSection .allCalc.annuity {
  background-position: 8px -1193px;
}
.rightSection .allCalc.ppf {
  background-position: 8px -911px;
}
.rightSection .allCalc.npscalc {
  background-position: 8px -1007px;
}
.rightSection .allCalc.bg-13 {
  background-position: -10px -824px;
}
.rightSection .allCalc.bg-16 {
  background-position: -10px -872px;
}
.rightSection .allCalc.retirement {
  background-position: 8px -94px;
}
.rightSection .allCalc.investment {
  background-position: 8px -621px;
}
.rightSection .allCalc.bg-24 {
  background-position: -10px -1016px;
}
.rightSection .allCalc.bg-21 {
  background-position: -10px -1064px;
}
.rightSection .aegon-life_icon {
  background-position: 0 -3911px;
}
.rightSection .aviva-life_icon {
  background-position: 0 -3828px;
}
.rightSection .Bajaj_icon {
  background-position: 3px -38px;
}
.rightSection .bajaj-allianz-life_icon {
  background-position: 3px -38px;
}
.rightSection .bharti-axa-life_icon {
  background-position: -3px -1385px;
}
.rightSection .Aditya_icon {
  background-position: 1px -4675px;
}
.rightSection .birla-sun-life_icon {
  background-position: 1px -4675px;
}
.rightSection .canara-hsbc-life_icon {
  background-position: 0 -3992px;
}
.rightSection .edelweiss-life_icon {
  background-position: 0 -293px;
}
.rightSection .zuno-general_icon {
  background-position: 0 -293px;
}
.rightSection .exide-life-saral-jeevan-bima_icon {
  background-position: 0 -4071px;
}
.rightSection .exide-life_icon {
  background-position: 0 -4071px;
}
.rightSection .future-generali-life_icon {
  background-position: 1px -361px;
}
.rightSection .HDFC_icon {
  background-position: 1px -1468px;
}
.rightSection .hdfc-life_icon {
  background-position: 1px -1468px;
}
.rightSection .icici-life_icon {
  background-position: -67px 13px;
}
.rightSection .idbi-life_icon {
  background-position: 2px -4234px;
}
.rightSection .indiafirst-life_icon {
  background-position: -2px -4608px;
}
.rightSection .Kotak_icon {
  background-position: 1px -557px;
}
.rightSection .kotak-life_icon {
  background-position: 1px -557px;
}
.rightSection .max-life_icon {
  background-position: 3px -685px;
}
.rightSection .pnb-metlife-life_icon {
  background-position: 0 -4305px;
}
.rightSection .dhfl-pramerica-life_icon {
  background-position: -2px -1696px;
}
.rightSection .SBI_icon {
  background-position: 1px -1031px;
}
.rightSection .sbi-life_icon {
  background-position: 1px -1031px;
}
.rightSection .sahara-life_icon {
  background-position: 0 -4384px;
}
.rightSection .shriram-life_icon {
  background-position: 1px -4466px;
}
.rightSection .star-union-life_icon {
  background-position: 1px -1093px;
}
.rightSection .Tata_icon {
  background-position: 3px -1151px;
}
.rightSection .tata-aia-life_icon {
  background-position: 3px -1151px;
}
.rightSection .postal-india-life_icon {
  background-position: 0 -4904px;
}
.rightSection .reliance-life_icon {
  background-position: 2px -1538px;
}
.rightSection .lic-india-life_icon {
  background-position: -67px -491px;
}
.rightSection .digit-general_icon {
  background-position: -1px -216px;
}
.rightSection .edelweiss-general_icon {
  background-position: 0 -293px;
}
.rightSection .hdfc-general_icon {
  background-position: 1px -1468px;
}
.rightSection .ICICI_icon {
  background-position: -67px 13px;
}
.rightSection .icici-general_icon {
  background-position: -67px 13px;
}
.rightSection .dhfl-general_icon {
  background-position: -2px -1696px;
}
.rightSection .magma-hdi-general_icon {
  background-position: -60px -575px;
}
.rightSection .oriental-insurance-general_icon {
  background-position: 4px -733px;
}
.rightSection .new-india-assurance-general_icon {
  background-position: 0 -1774px;
}
.rightSection .national-insurance-general_icon {
  background-position: 3px -1947px;
}
.rightSection .royal-sundaram-general_icon {
  background-position: 1px -953px;
}
.rightSection .united-india-general_icon {
  background-position: 0 -1210px;
}
.rightSection .universal-sompo-general_icon {
  background-position: 0 -1266px;
}
.rightSection .acko-general_icon {
  background-position: -6px -3466px;
}
.rightSection .aditya-birla-general_icon {
  background-position: 1px -4675px;
}
.rightSection .apollo-munich-general_icon {
  background-position: 0 -437px;
}
.rightSection .raheja-qbe-general_icon {
  background-position: 3px -1612px;
}
.rightSection .Reliance_icon {
  background-position: 1px -883px;
}
.rightSection .religare-general_icon {
  background-position: 1px -883px;
}
.rightSection .sbi-general_icon {
  background-position: 1px -1031px;
}
.rightSection .bajaj-allianz-general_icon {
  background-position: -2px -97px;
}
.rightSection .bharti-axa-general_icon {
  background-position: -3px -1385px;
}
.rightSection .cholamandalam-general_icon {
  background-position: -4px -1862px;
}
.rightSection .future-generali-general_icon {
  background-position: 1px -361px;
}
.rightSection .iffco-tokio-general_icon {
  background-position: 4px -494px;
}
.rightSection .liberty-general_icon {
  background-position: 3px -626px;
}
.rightSection .manipalcigna-general_icon {
  background-position: 0 -156px;
}
.rightSection .kotak-general_icon {
  background-position: 1px -557px;
}
.rightSection .kotak-mahindra-general_icon {
  background-position: 1px -557px;
}
.rightSection .reliance-general_icon {
  background-position: 2px -1538px;
}
.rightSection .shriram-general_icon {
  background-position: 1px -4466px;
}
.rightSection .star-general_icon {
  background-position: 2px -1091px;
}
.rightSection .tata-aig-general_icon {
  background-position: -66px -355px;
}
.rightSection .max-general_icon {
  background-position: 3px -685px;
}
.rightSection .max-general_icon_icon {
  background-position: 3px -685px;
}
.rightSection .Axis_icon {
  background-position: -67px -63px;
}
.rightSection .UTI_icon {
  background-position: -67px -399px;
}
.rightSection .LIC_icon {
  background-position: -67px -489px;
}
.rightSection .religare_care_life_icon {
  background-position: -70px -449px;
}
.rightSection .Yes_icon {
  background-position: 100% 12.6%;
}
.rightSection .HSBC_icon {
  background-position: 100% 13.5%;
}

.grid.contentSection.sticky_widget {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.grid.contentSection.sticky_widget .leftSection {
  width: 758px;
  margin-right: 40px;
}

.pbRelatedLinks {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f5f7;
  max-width: 100%;
}
.pbRelatedLinks .tagbox {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: CENTER;
}
.pbRelatedLinks .tagbox strong {
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  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: 5px;
  text-decoration: none;
}
.pbRelatedLinks .tagbox a u {
  text-decoration: none;
}

.pbRelatedLinks.container {
  width: 100%;
  max-width: 100%;
}

.pbRelatedLinks.moretag {
  display: table;
}
.pbRelatedLinks.moretag .tagbox {
  color: #6b6b6b;
}
.pbRelatedLinks.moretag a {
  display: inline-block;
  margin: 5px;
  padding: 3px 5px;
}

.howMuch_lifeinsurance {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid #0662f6;
  padding: 20px;
  border-radius: 5px;
  border-top: 6px solid #0662f6;
  box-shadow: 1px 1px 10px #efefef;
  margin: 10px 0;
}
.howMuch_lifeinsurance .qs {
  font-size: 34px;
  font-weight: 700;
  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: 0;
}
.howMuch_lifeinsurance .quesWrapper .q_count .handarrow {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0 0;
  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;
  margin-bottom: 0;
}
.howMuch_lifeinsurance .quesWrapper .q_count .handarrow.smallText + .small {
  margin-bottom: 20px;
}
.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 .no:hover {
  background: #0662f6;
  color: #fff;
}
.howMuch_lifeinsurance .quesWrapper .q_count .yes {
  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:hover {
  background: #0662f6;
  color: #fff;
}
.howMuch_lifeinsurance .quesWrapper .q_count .no.active {
  background: #0662f6;
  color: #fff;
}
.howMuch_lifeinsurance .quesWrapper .q_count .yes.active {
  background: #0662f6;
  color: #fff;
}
.howMuch_lifeinsurance .quesWrapper .q_count .form {
  position: relative;
  margin-top: 16px;
}
.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 #ccc;
  font-size: 15px;
  line-height: 15px;
}
.howMuch_lifeinsurance .quesWrapper .q_count .form input.error {
  border: 2px solid red;
}
.howMuch_lifeinsurance .quesWrapper .q_count .form:first-child {
  display: block;
}
.howMuch_lifeinsurance .quesWrapper .q_count .form .fa-inr {
  font-size: 20px;
  position: absolute;
  top: 14px;
  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 #ccc;
  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;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001;
  display: none;
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup {
  max-width: 300px;
  width: 100%;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 300px;
  border-radius: 10px;
  padding: 46px 15px 15px;
  display: flex;
  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: #00f;
  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:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
  transform: rotate(-45deg);
}
.howMuch_lifeinsurance .calcualtedInsurance_cover .insurance_popup .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #333;
  top: 7px;
  transform: rotate(45deg);
}
.howMuch_lifeinsurance .calcualtedInsurance_cover.open {
  display: block;
}

.card {
  border-radius: 0;
  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;
}

.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: flex;
  padding: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0;
}
.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;
}
.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;
}
.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 .leftSection span.h2 {
  font-size: 18px;
  display: block;
  color: #333;
}
.blue-block span.title {
  font-size: 18px;
  display: block;
  color: #333;
}
.blue-block span.figer {
  font-size: 13px;
  display: block;
  color: #005387;
}
.blue-block span.limit {
  font-size: 13px;
  display: block;
  color: #005387;
}

.bannercarredirect {
  cursor: pointer;
}

.timeline-item {
  background: #e1edff;
  border-radius: 3px;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  min-height: 450px;
}

.animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #e1edff 8%, #f6faff 50%, #e1edff 100%);
  background-size: 1100px 104px;
  height: 450px;
  position: relative;
}

.insurer-language {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 15px 25px 5px;
  margin: 20px 0;
  overflow: hidden;
}
.insurer-language .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: 100% !important;
  margin-bottom: 20px;
}
.insurer-language .insurer-by-company-title .h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}
.insurer-language .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #172b4d;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}
.insurer-language h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  line-height: 19px;
  color: #172b4d;
}
.insurer-language h4 span {
  vertical-align: text-top;
}
.insurer-language .insurer-by-company-content {
  margin-top: 0;
  display: flex;
  position: relative;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.insurer-language .insurer-by-company-content .insurer-by-company-block {
  height: 140px !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  background: #fff;
  margin: 0 15px 14px 0;
  padding: 15px 12px 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  min-width: 155px;
  cursor: pointer;
}
.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place {
  height: 60px;
  display: flex;
  width: 112px;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  align-items: center;
}
.insurer-language .insurer-by-company-content .insurer-by-company-block .logo-place img {
  width: 120px;
  height: 45px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.insurer-language .insurer-by-company-content .insurer-by-company-block p {
  color: #253858;
  font-size: 14px;
  line-height: 16px;
  text-align: center !important;
}
.insurer-language .slick-next.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: 0 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -26px;
}
.insurer-language .slick-prev.slick-arrow {
  content: "";
  border: solid #253858;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 55px;
  border-radius: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: 0 0;
  left: -27px;
}

.languageArticleName {
  max-width: 155px;
  text-align: center;
  padding: 0 6px;
  color: #0065ff;
  margin: 0 15px 0 0;
  word-break: break-word;
}
.languageArticleName a {
  color: #0065ff;
}

.languageBox {
  width: 56px;
  height: 56px;
  background: url("../../images/health/language_icons.svg") no-repeat 0 0;
  margin-bottom: 16px;
}

.languageBox.eng {
  background-position: 0 0;
}

.languageBox.hi-in {
  background-position: 0 -90px;
}

.languageBox.mr-in {
  background-position: 0 -90px;
}

.languageBox.te-in {
  background-position: 0 -180px;
}

.languageBox.ta-in {
  background-position: 0 -270px;
}

.languageBox.kn-in {
  background-position: 0 -360px;
}

.languageBox.ml-in {
  background-position: 0 -450px;
}

.languageBox.or-in {
  background-position: 0 -540px;
}

.languageBox.gu-in {
  background-position: 0 -630px;
}

.languageBox.pa-in {
  background-position: 0 -720px;
}

.languageBox.bn-in {
  background-position: 0 -810px;
}

.promotional_banner_right .contentBanner.sq img {
  max-width: 394px;
  margin: 0 auto;
  display: block;
}

.animated-banner {
  margin-bottom: 20px;
}
.animated-banner .am-banner.desktop {
  width: 750px;
  height: auto;
  display: block;
  cursor: pointer;
}
.animated-banner .am-banner.desktop lottie-player {
  width: 100% !important;
}
.animated-banner .am-banner.mobile {
  display: none;
  width: 350px;
  height: auto;
  cursor: pointer;
}
.animated-banner .am-banner.mobile lottie-player {
  width: 100% !important;
}

.faqsWrapper ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
.faqsWrapper ul li {
  padding-left: 0;
  font-size: 16px;
  color: #253858;
  margin: 5px 0 15px 30px;
  position: relative;
  list-style-type: disc;
  line-height: 30px !important;
}

#perosnalBlockInsurer.perosnalBlockInsurer {
  border-radius: 8px;
  background-color: #f4f7fe;
  padding: 10px 0 0 0;
  margin: 20px 0;
}
#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title {
  border-bottom: 1px solid #d9dde2;
  display: flex !important;
  width: calc(100% - 48px);
  margin: 16px 24px 0;
}
#perosnalBlockInsurer.perosnalBlockInsurer .insurer-by-company-title h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  line-height: 19px;
  color: #253858;
  border-bottom: 3px solid #0065ff;
  margin: 0 !important;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal {
  background: 0 0;
  margin-bottom: 16px;
  padding-top: 0 !important;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapperPersonal .slick-initialized {
  margin-left: 8px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselWrapper {
  color: #253858;
  position: relative;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
  width: 337px;
  height: 500px;
  background: #fff;
  border: none;
  border-radius: 8px !important;
  box-shadow: 0 6px 16px rgba(52, 105, 203, 0.16) !important;
  margin: 20px 16px 20px 16px;
  padding: 6px 16px 16px;
  position: relative;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized .slick-slide {
  display: block;
  outline: 0;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
  margin-left: 8px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-prev {
  right: 70px;
  left: auto;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow {
  top: -17px;
  background: 0 0;
  border: none;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow::before {
  border: solid #000;
  border-width: 0 3px 3px 0;
  padding: 6px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-arrow.slick-next {
  right: 23px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #253858;
  text-align: center;
  line-height: 24px;
  margin-bottom: 8px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a {
  color: #0065ff;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card h3 a:hover {
  color: #0065ff;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card p {
  font-size: 16px;
  font-weight: 400;
  color: #505f79;
  text-align: center !important;
  line-height: 26px;
  height: 208px;
  margin-bottom: 7px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA {
  border: 1px solid #0065ff;
  border-radius: 4px;
  padding: 8px 0;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #0065ff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .viewPlanCTA:hover {
  background: #0051cc;
  color: #fff;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal {
  flex: 1;
  max-height: 99px;
  display: flex;
  justify-content: center;
  height: 100px;
  width: 220px;
  margin: 12px auto 0;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .imageBlockPersonal img {
  display: block;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans {
  flex: 1;
  min-height: 300px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans h3 {
  margin-bottom: 0;
  margin-top: 12px;
  padding: 0 24px;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .blockTextPlans p {
  margin-bottom: 12px;
  height: auto;
}
#perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .everyoneCta {
  flex: 0 0 48px;
}

.desktop {
  display: flex !important;
}

.mobile {
  display: none !important;
}

.form-whatsapp {
  font-size: 10px;
  text-align: center;
  color: #333;
  margin-top: 20px;
}
.form-whatsapp i.icon {
  background: url(../../images/bu/whatsapp.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.form-whatsapp .switch {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 14px;
  vertical-align: middle;
  margin-left: 5px;
}
.form-whatsapp .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.form-whatsapp .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.form-whatsapp .slider:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  transition: 0.4s;
}
.form-whatsapp input:checked + .slider {
  background-color: #2196f3;
}
.form-whatsapp input:checked + .slider:before {
  transform: translateX(11px);
}
.form-whatsapp input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.form-whatsapp .slider.round {
  border-radius: 34px;
}
.form-whatsapp .slider.round:before {
  border-radius: 50%;
}

.floatpanel .form-whatsapp {
  margin-bottom: 60px;
}

.stickyinfowrapper {
  width: 1000px;
}

.stickyfooter.active {
  bottom: 0;
}

.faq_accordian_wrapper {
  position: relative;
  background-color: var(--light-blue);
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 50px;
}
.faq_accordian_wrapper details .tablink {
  padding: 0 20px 20px;
  border-radius: 0 0 5px 5px;
  background-color: var(--white);
  position: relative;
  top: -1px;
}
.faq_accordian_wrapper details .tablink p:first-child {
  margin-top: 0;
}
.faq_accordian_wrapper details .tablink > * + * {
  margin-top: 20px;
  list-style: none;
}
.faq_accordian_wrapper details + details {
  margin-top: 0.5rem;
}
.faq_accordian_wrapper summary {
  list-style: none;
  padding: 18px;
  font-weight: 600;
  background: var(--white);
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}
.faq_accordian_wrapper summary::-webkit-details-marker {
  display: none;
}
.faq_accordian_wrapper summary .arrow {
  display: block;
  margin: 30px auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--black);
  border-left: 2px solid var(--black);
  transform: rotate(225deg);
  position: absolute;
  top: -8px;
  right: 20px;
}
.faq_accordian_wrapper details[open] summary .arrow {
  transform: rotate(45deg);
  position: absolute;
  top: -4px;
  right: 20px;
}
.faq_accordian_wrapper .medium {
  font-weight: 500;
}

.body-fixed {
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.popup-container .popup {
  background: 0 0;
  border-radius: 8px;
  padding-top: 40px;
  max-width: 393px;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1002;
}
.popup-container .popup .popup-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  opacity: 0.3;
  transition: opacity 0.2s ease-in;
  right: 0;
  top: -26px;
  z-index: 100;
  opacity: 1;
  cursor: pointer;
}
.popup-container .popup .popup-close:hover {
  opacity: 1;
}
.popup-container .popup .popup-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #333;
  transform: rotate(-45deg);
  left: 14px;
  top: 4px;
  background-color: var(--white);
}
.popup-container .popup .popup-close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #333;
  transform: rotate(45deg);
  left: 14px;
  top: 4px;
  background-color: var(--white);
}
.popup-container .popup .popup-content > div {
  z-index: 10;
  position: relative;
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
  top: 0;
  margin-bottom: 0;
}

.popup-container.visible {
  opacity: 1;
  z-index: 99999;
}

#reviewslide {
  padding-top: 30px;
  position: relative;
  top: -30px;
}

.popular_article .reviewbox .slick-next {
  top: -52px;
}
.popular_article .reviewbox .slick-prev {
  top: -52px;
}

.ul-block-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  list-style: none;
  margin-bottom: 10px;
}
.ul-block-list li {
  display: block;
  font-size: var(--font-size);
  margin-bottom: 10px;
  position: relative;
}
.ul-block-list li.heading {
  font-weight: 500;
  margin: 20px 0;
  display: block;
}
.ul-block-list li.heading:before {
  display: none;
}
.ul-block-list li.list-style-hypen:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  border-radius: 50%;
  background-color: var(--black);
  top: 8px;
  left: -20px;
}

.ul-block-list.margin-left-bottom {
  margin-left: 30px;
  margin-bottom: 30px;
}

.ul-block-list.box-view li {
  padding: 15px;
  border: 1px solid rgba(112, 112, 112, 0.28);
  border-radius: 8px;
  margin: 20px 0;
}
.ul-block-list.box-view li:last-child {
  margin-bottom: 0;
}
.ul-block-list.box-view li .heading {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: initial;
  padding: initial;
  margin-top: initial;
}
.ul-block-list.box-view li .summary {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
.ul-block-list.box-view li .summary:last-child {
  margin: 0;
}
.ul-block-list.box-view li .link {
  display: block;
  text-align: right;
  margin-top: 10px;
}
.ul-block-list.box-view li .link span {
  display: inline-block;
  color: var(--blue);
  font-size: 14px;
  position: relative;
  padding-right: 10px;
  cursor: pointer;
}
.ul-block-list.box-view li .link span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  border-radius: 50%;
  background-color: var(--blue);
  top: 8px;
  right: -2px;
}

.ul-block-list.non-border-box li {
  padding: 0;
  border: none;
  border-radius: 8px;
  margin: 10px 0 10px 45px;
  font-weight: 400;
  font-size: 14px;
  position: relative;
}
.ul-block-list.non-border-box li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--black);
  top: 8px;
  left: -15px;
}

.performance {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 8px;
  box-shadow: none;
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid rgba(112, 112, 112, 0.1215686275);
  border-radius: 8px;
  position: relative;
  text-align: center;
}
.performance .returns {
  background: #21c905 0 0 no-repeat padding-box;
  border-radius: 0 8px;
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: 0;
  color: #fff;
  padding: 5px 15px 7px 17px;
  font-size: 12px;
  line-height: 16px;
}
.performance .fund-name {
  text-align: CENTER;
  letter-spacing: 0;
  color: #253858;
  font-size: 12px;
  line-height: 16px;
  margin: 22px auto 0;
  display: inline-block;
  position: relative;
}
.performance .fund-name::before {
  content: "";
  background: #0065ff;
  width: 11px;
  height: 11px;
  position: absolute;
  border-radius: 50%;
  left: -15px;
  top: 50%;
  transform: translate(0, -50%);
}
.performance .type {
  background: #21c905 0 0 no-repeat padding-box;
  border-radius: 0 8px;
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: 0;
  color: #fff;
  padding: 5px 15px 7px 17px;
  font-size: 12px;
  line-height: 16px;
}
.performance #area-chart-trend-wise {
  border-radius: 8px;
  padding-top: 10px;
}

ul#performance-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
}
ul#performance-nav li {
  float: left;
  font-weight: 500;
  margin-right: 2px;
  padding: 8px 10px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  position: relative;
}
ul#performance-nav li:hover:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #0065ff;
}
ul#performance-nav li:hover span {
  color: #08e;
}
ul#performance-nav li .linkButton {
  text-decoration: none;
  color: #253858;
}
ul#performance-nav li:first-child span {
  color: #253858;
}
ul#performance-nav li:first-child:before {
  display: none;
}
ul#performance-nav li .sub-text-heading {
  margin: 0;
}
ul#performance-nav li.active:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #0065ff;
}
ul#performance-nav li.active span {
  color: #08e;
}

.performance-content {
  padding: 10px;
  background-color: #fff;
}

.aum-fund-manager-section {
  display: flex;
  justify-content: space-between;
}
.aum-fund-manager-section .card {
  margin: 0 0 10px;
  border: 0;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
}
.aum-fund-manager-section .card.half {
  width: 48%;
  padding: 13px 13px 29px 0;
}
.aum-fund-manager-section .card.half p {
  padding: 0 31px;
  font-size: 15px;
  margin: 0;
  line-height: 24px;
}
.aum-fund-manager-section .card.half .heading-with-background {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aum-fund-manager-section .card.half .heading-with-background .leftSection .h2 {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.aum-fund-manager-section .card.half .heading-with-background .leftSection .h2 span {
  font-size: 12px;
}
.aum-fund-manager-section .card.half .heading-with-background .leftSection h1 {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.aum-fund-manager-section .card.half .heading-with-background .leftSection h1 span {
  font-size: 12px;
}
.aum-fund-manager-section .card.half .heading-with-background .leftSection h2 {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.aum-fund-manager-section .card.half .heading-with-background .leftSection h2 span {
  font-size: 12px;
}
.aum-fund-manager-section .card.half .heading-with-background .title {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.aum-fund-manager-section .card.half .heading-with-background .title span {
  font-size: 12px;
}
.aum-fund-manager-section .card.half .heading-with-background .updated-on {
  letter-spacing: 0;
  color: #263858;
  opacity: 0.5;
  font-size: 12px;
  line-height: 16px;
}
.aum-fund-manager-section .card.half .assets-type-list {
  padding: 35px 13px 15px 30px;
}
.aum-fund-manager-section .card.half .assets-type-list .type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
  position: relative;
}
.aum-fund-manager-section .card.half .assets-type-list .type:last-child {
  margin: 0;
}
.aum-fund-manager-section .card.half .assets-type-list .type::after {
  border: 1px dashed #707070;
  opacity: 0.3;
  position: absolute;
  width: 40%;
  z-index: 0;
  left: 70px;
  top: 50%;
}
.aum-fund-manager-section .card.half .assets-type-list .type .label {
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  background: #fff;
}
.aum-fund-manager-section .card.half .assets-type-list .type .value {
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  background: #fff;
  font-weight: 700;
}
.aum-fund-manager-section .card.half .assets-type-list.multiple-values .type::after {
  width: 35%;
  left: 72px;
}
.aum-fund-manager-section .card.half .assets-type-list.multiple-values .type.mmi::after {
  width: 21%;
  left: 115px;
}
.aum-fund-manager-section .card.half .name {
  padding: 29px 0 24px 32px;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  color: #253858;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.aum-fund-manager-section .card.half .name img {
  margin-right: 8px;
}
.aum-fund-manager-section .card.half .fund-managed {
  margin: 0 30px 0 32px;
  border: 1px solid #c3c3c3;
  border-radius: 12px;
  position: relative;
  padding: 17px 17px 16px 17px;
}
.aum-fund-manager-section .card.half .fund-managed .label {
  letter-spacing: 0;
  color: #253858;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  position: absolute;
  top: -11px;
  background: #fff;
  left: 10px;
  padding: 0 2px;
}
.aum-fund-manager-section .card.half .fund-managed .number {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aum-fund-manager-section .card.half .fund-managed .number .total-number {
  letter-spacing: 0;
  color: #253858;
  font-size: 48px;
  line-height: 63px;
  font-weight: 700;
}
.aum-fund-manager-section .card.half .fund-managed .number .division {
  letter-spacing: 0;
  color: #253858;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}
.aum-fund-manager-section .card.half .fund-manager {
  padding: 12px 17px 0;
}
.aum-fund-manager-section .card.half .fund-manager .name {
  padding: 0;
}
.aum-fund-manager-section .card.half .fund-manager .fund-managed {
  margin: 0 30px 0 32px;
  border: 0;
  border-radius: 0;
  position: relative;
  padding: 0;
  max-width: 260px;
}
.aum-fund-manager-section .card.half .fund-manager .fund-managed .label {
  letter-spacing: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 3px;
  padding: 0 2px;
  letter-spacing: 0;
  color: #757575;
  position: relative;
  top: auto;
  margin-bottom: 1px;
}
.aum-fund-manager-section .card.half .fund-manager .fund-managed .number {
  justify-content: flex-start;
  background: #deffe2 0 0 no-repeat padding-box;
  border-radius: 4px;
  padding: 3px 12px 4px 9px;
}
.aum-fund-manager-section .card.half .fund-manager .fund-managed .number .total-number {
  letter-spacing: 0;
  color: #253858;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-right: 10px;
}
.aum-fund-manager-section .card.half .fund-manager .fund-managed .number .division {
  letter-spacing: 0;
  color: #253858;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}

.aum-fund-manager-section.multiple-values {
  align-items: inherit;
}
.aum-fund-manager-section.multiple-values .card.half {
  padding: 13px 13px 12px 0;
}
.aum-fund-manager-section.multiple-values .card.half .assets-type-list {
  padding: 45px 13px 15px 30px;
}
.aum-fund-manager-section.multiple-values .card.half .assets-type-list .type {
  margin: 0 0 40px;
}

.faq-section {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 31px 36px 36px 25px;
  position: relative;
}
.faq-section:after {
  content: "";
  background: url("../../images/bu/investment/fund-page-faq-img.svg");
  width: 111px;
  height: 128px;
  position: absolute;
  top: 9px;
  right: 59px;
}
.faq-section .faq-heading .leftSection .h2 {
  letter-spacing: 0;
  color: #263858;
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
}
.faq-section .faq-heading .leftSection h1 {
  letter-spacing: 0;
  color: #263858;
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
}
.faq-section .faq-heading .leftSection h2 {
  letter-spacing: 0;
  color: #263858;
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
}
.faq-section .faq-heading .title {
  letter-spacing: 0;
  color: #263858;
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
}
.faq-section .faq-heading .fund-name {
  letter-spacing: 0;
  color: #7a8598;
  font-size: 13px;
  line-height: 18px;
  margin-top: 3px;
  font-weight: 500;
}
.faq-section .faq-content {
  margin: 71px 0 0;
  text-align: center;
}
.faq-section .faq-content:has(.show) .faq:nth-child(3) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1215686275);
  padding: 0 0 16px;
  margin: 0 0 24px;
}
.faq-section .faq-content .faq {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1215686275);
  padding: 0 0 16px;
  margin: 0 0 24px;
}
.faq-section .faq-content .faq:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.faq-section .faq-content .faq .question {
  letter-spacing: 0;
  color: #263858;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  border: 0;
  background: 0 0;
  cursor: pointer;
  padding: 0 25px 0 0;
  margin-bottom: 8px;
  position: relative;
  width: 100%;
  text-align: left;
}
.faq-section .faq-content .faq .question::after {
  content: "";
  background: url(../../images/bu/investment/fund-page-faq-plus-icon.svg) no-repeat center/contain;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
}
.faq-section .faq-content .faq .question.active::after {
  background: url("../../images/bu/investment/fund-page-faq-minus-icon.svg") no-repeat center/contain;
}
.faq-section .faq-content .faq .answer {
  padding: 0;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  letter-spacing: 0;
  color: #7a8598;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
}
.faq-section .faq-content .faq .answer.active {
  padding-bottom: 8px;
}
.faq-section .faq-content .faq:nth-child(3) {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.faq-section .faq-content .more-faq .faq {
  display: none;
}
.faq-section .faq-content .more-faq .faq.show {
  display: block;
}
.faq-section .faq-content .view-more-faq {
  display: inline-block;
  margin: 0 auto;
  text-align: CENTER;
  cursor: pointer;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 16px;
  line-height: 21px;
  margin-top: 40px;
  position: relative;
  font-weight: 500;
}
.faq-section .faq-content .view-more-faq::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: -15px;
  top: 5px;
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
}
.faq-section .faq-content .view-more-faq.show {
  margin-top: 30px;
}
.faq-section .faq-content .view-more-faq.show::after {
  transform: rotate(-135deg);
  top: 10px;
}

.disclaimer-section-fundpage {
  background: #fff 0 0 no-repeat padding-box;
  padding: 10px 20px 12px;
  margin: 30px 0 20px;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
}
.disclaimer-section-fundpage .diclaimer-content .disclaimer {
  letter-spacing: 0;
  color: #263858;
  font-size: 14px;
  line-height: 29px;
  font-weight: 500;
  border: 0;
  background: 0 0;
  cursor: pointer;
  padding: 0;
  margin-bottom: 8px;
  position: relative;
  width: 100%;
  text-align: left;
}
.disclaimer-section-fundpage .diclaimer-content .disclaimer::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 9px;
  top: 4px;
  border: solid #757575;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
}
.disclaimer-section-fundpage .diclaimer-content .disclaimer.active::after {
  transform: rotate(-135deg);
  top: 6px;
}
.disclaimer-section-fundpage .diclaimer-content .disclaimer-answer {
  padding: 0;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.disclaimer-section-fundpage .diclaimer-content .disclaimer-answer p {
  letter-spacing: 0;
  color: #263858;
  font-size: 10px;
  line-height: 17px;
}
.disclaimer-section-fundpage .diclaimer-content .disclaimer-answer p span {
  font-size: 10px !important;
}
.disclaimer-section-fundpage .diclaimer-content .disclaimer-answer.active {
  padding-bottom: 8px;
  max-height: 100%;
}

.fund-update-year-on {
  position: relative;
}

.image-fund-name {
  display: flex;
  align-items: center;
}
.image-fund-name .fund-image {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 4px;
  width: 100px;
  height: 46px;
  text-align: CENTER;
  display: flex;
  align-items: CENTER;
  justify-content: center;
}
.image-fund-name .fund-image img {
  max-width: 85px;
}
.image-fund-name .funds-name {
  letter-spacing: 0;
  color: #253858;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-left: 18px;
}

.details-download-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: rgba(0, 101, 255, 0.0509803922);
  border-radius: 10px 10px 0 0;
  padding: 10px 20px;
}
.details-download-box .details .fund-mobile-heading {
  margin: 2px 0 12px;
  font-weight: 600;
  font-size: 16px;
}
.details-download-box .details .multi-info-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.details-download-box .details .multi-info-wrap:last-child {
  margin-bottom: 0;
}
.details-download-box .details .multi-info-wrap .btn-type {
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 4px;
  letter-spacing: 0;
  color: #253858;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 19px;
  margin: 0 11px 0 0;
}
.details-download-box .details .multi-info-wrap .btn-type::before {
  content: "";
  margin: 0 5px 0 0;
  display: inline-flex;
  height: 14px;
  width: 14px;
  background: url(../../images/bu/investment/large-cap-ulip-icon.svg) no-repeat 0 0;
}
.details-download-box .details .multi-info-wrap .btn-type + .btn-type::before {
  background: url(../../images/bu/investment/high-risk-ulip-icon.svg) no-repeat 0 0;
}
.details-download-box .details .multi-info-wrap .launch-date {
  letter-spacing: 0;
  color: #0065ff;
  font-size: 12px;
  line-height: 16px;
  background: #fff;
  border-radius: 4px;
  padding: 0 10px;
  display: flex;
  font-weight: 500;
  min-height: 25px;
  align-items: center;
}
.details-download-box .details .multi-info-wrap .text-type {
  display: flex;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.6980392157);
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  margin-right: 29px;
  align-items: center;
}
.details-download-box .details .multi-info-wrap .text-type span {
  color: #253858;
  margin-left: 3px;
  font-weight: 600;
}
.details-download-box .details .multi-info-wrap .text-type .high-trend {
  color: #04893d;
  margin-left: 4px;
}
.details-download-box .details .multi-info-wrap .text-type .low-trend {
  color: #890404;
  margin-left: 4px;
}
.details-download-box .details .multi-info-wrap .text-type .arrow-up {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 15px;
  height: 14px;
  margin-left: 4px;
}
.details-download-box .details .multi-info-wrap .text-type .arrow-up::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #04893d;
  border-left: 2px solid #04893d;
  transform: rotate(45deg);
  left: 4px;
}
.details-download-box .details .multi-info-wrap .text-type .arrow-up::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  width: 2px;
  height: 9px;
  left: 6px;
  background: #04893d;
}
.details-download-box .details .multi-info-wrap .text-type .arrow-down {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 15px;
  height: 14px;
  margin-left: 4px;
}
.details-download-box .details .multi-info-wrap .text-type .arrow-down::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 3px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #890404;
  border-right: 2px solid #890404;
  transform: rotate(45deg);
  left: 4px;
}
.details-download-box .details .multi-info-wrap .text-type .arrow-down::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 3px;
  width: 2px;
  height: 9px;
  left: 6px;
  background: #890404;
}
.details-download-box .details .multi-info-wrap .text-type .tooltip {
  width: 14px;
  height: 14px;
  opacity: 1;
  margin-left: 7px;
}
.details-download-box .details .multi-info-wrap .text-type .tooltip .tooltip-icon {
  background: url(../../images/bu/investment/info-icon-aum-fund.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
}
.details-download-box .details .multi-info-wrap .text-type .tooltip .tool-tip-data {
  position: absolute;
  width: 220px;
  height: 9.5em;
  top: 14px;
  padding: 6px;
  background: #fff;
  border-radius: 8px;
  color: #253858;
  display: none;
  z-index: 1;
  box-shadow: 0 0 16px #ccc;
  font-size: 10px;
  line-height: 14px;
}
.details-download-box .details .multi-info-wrap .text-type .tooltip .tool-tip-data.large {
  width: 220px;
  height: 12em;
  top: -10px;
}
.details-download-box .details .multi-info-wrap .text-type .tooltip:hover .tool-tip-data {
  display: block;
}
.details-download-box .downloadable {
  display: FLEX;
  flex-direction: COLUMN;
  align-items: flex-end;
}
.details-download-box .downloadable .download {
  display: flex;
  align-items: flex-end;
}
.details-download-box .downloadable .download img {
  margin-right: 7px;
}
.details-download-box .downloadable .download a {
  letter-spacing: 0;
  color: #0065ff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
.details-download-box .downloadable .action-btn {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 6px;
  height: 31px;
  width: 101px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  cursor: pointer;
}

.performance-graph-heading {
  letter-spacing: 0;
  color: #253858;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  padding: 0 12px;
  margin: 24px 0 0;
}

.performance-graph .updated-date-source {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 28px;
}
.performance-graph .updated-date-source .updated-on {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.7);
  font-size: 10px;
  line-height: 16px;
}
.performance-graph .updated-date-source .source {
  display: flex;
  align-items: CENTER;
}
.performance-graph .updated-date-source .source .label {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.7);
  font-size: 10px;
  line-height: 16px;
  margin: 0 5px;
}

.fund-growth-view-chart-wrapper {
  margin-top: 24px;
}
.fund-growth-view-chart-wrapper .fund-growth-view-chart .agewise {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-start;
}
.fund-growth-view-chart-wrapper .fund-growth-view-chart .agewise li {
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.7);
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  margin-right: 34px;
  cursor: pointer;
}
.fund-growth-view-chart-wrapper .fund-growth-view-chart .agewise li.active {
  background: rgba(0, 101, 255, 0.1019607843) 0 0 no-repeat padding-box;
  border-radius: 24px;
  padding: 4px 10px;
  letter-spacing: 0;
  color: #0065fe;
}
.fund-growth-view-chart-wrapper .fund-growth-view-chart .agewise.hide-desktop {
  justify-content: space-between;
}

.asset-allocation-graph-box {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  border: 0;
  padding: 13px 13px 29px 0;
}
.asset-allocation-graph-box .heading-with-background {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.asset-allocation-graph-box .heading-with-background .leftSection .h2 {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.asset-allocation-graph-box .heading-with-background .leftSection h1 {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.asset-allocation-graph-box .heading-with-background .leftSection h2 {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.asset-allocation-graph-box .heading-with-background .title {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.asset-allocation-graph-box .heading-with-background .updated-on {
  letter-spacing: 0;
  color: #263858;
  opacity: 0.5;
  font-size: 12px;
  line-height: 16px;
}
.asset-allocation-graph-box .content {
  display: flex;
  align-items: CENTER;
  justify-content: space-between;
  padding: 0 0 0 22px;
}
.asset-allocation-graph-box .content #asset-allocation {
  max-width: 500px;
  width: 100%;
  height: 250px;
}
.asset-allocation-graph-box .content .asset-type .type {
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 32px;
  position: relative;
  padding-left: 45px;
}
.asset-allocation-graph-box .content .asset-type .type:last-of-type {
  margin: 0;
}
.asset-allocation-graph-box .content .asset-type .type::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  background: #2dbdcb 0 0 no-repeat padding-box;
  border-radius: 4px;
  left: 0;
}
.asset-allocation-graph-box .content .asset-type .type.dark-blue::before {
  background: #274467;
}
.asset-allocation-graph-box .content .asset-type .type.yellow::before {
  background: #f7af16;
}

.sector-allocation-box {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  border: 0;
  padding: 13px 13px 21px 0;
}
.sector-allocation-box .heading-with-background {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sector-allocation-box .heading-with-background .leftSection .h2 {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.sector-allocation-box .heading-with-background .leftSection .h2 span {
  font-size: 12px;
}
.sector-allocation-box .heading-with-background .leftSection h1 {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.sector-allocation-box .heading-with-background .leftSection h1 span {
  font-size: 12px;
}
.sector-allocation-box .heading-with-background .leftSection h2 {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.sector-allocation-box .heading-with-background .leftSection h2 span {
  font-size: 12px;
}
.sector-allocation-box .heading-with-background .title {
  background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 4px 0 4px 14px;
}
.sector-allocation-box .heading-with-background .title span {
  font-size: 12px;
}
.sector-allocation-box .heading-with-background .updated-on {
  letter-spacing: 0;
  color: #263858;
  opacity: 0.5;
  font-size: 12px;
  line-height: 16px;
}
.sector-allocation-box .content {
  padding: 29px 16px 0 24px;
  text-align: center;
}
.sector-allocation-box .content .sector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 23px;
}
.sector-allocation-box .content .sector .name {
  letter-spacing: 0;
  color: #253858;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
.sector-allocation-box .content .sector .allocation-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
}
.sector-allocation-box .content .sector .allocation-bar .allocation {
  background-color: #e3e3e3;
  width: 88%;
  border-radius: 15px;
  height: 12px;
}
.sector-allocation-box .content .sector .allocation-bar .allocation .fill {
  background-color: #ee9b18;
  color: #fff;
  height: 12px;
  text-align: right;
  font-size: 20px;
  border-radius: 15px;
}
.sector-allocation-box .content .sector .allocation-bar .percentage {
  letter-spacing: 0;
  color: #083c1b;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}
.sector-allocation-box .content .more-sectors .sector {
  display: none;
}
.sector-allocation-box .content .more-sectors .sector.show {
  display: flex;
}
.sector-allocation-box .content .view-more-sectors {
  display: inline-block;
  margin: 0 auto;
  text-align: CENTER;
  cursor: pointer;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 16px;
  line-height: 21px;
  margin-top: 20px;
}
.sector-allocation-box .content .view-more-sectors.show {
  margin-top: 30px;
}

.footer {
  display: none !important;
}

.fullpage-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  top: 0;
  left: 0;
}
.fullpage-loader::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  right: 0;
  left: 0;
  margin: 0 auto;
}
.fullpage-loader i {
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  font-style: normal;
  margin: 80px auto;
}

g.highcharts-axis-labels.highcharts-xaxis-labels text {
  font-size: 11px !important;
}

.card.fullwidth.text {
  background: 0 0;
  border: 0;
  padding: 18px 0;
  text-align: center;
}
.card.fullwidth.text .more-text {
  text-align: left;
}
.card.fullwidth.text .more-text p {
  color: #783490;
  font-weight: 600;
  background: rgba(120, 52, 144, 0.1);
  display: inline-flex;
  justify-content: flex-start;
  border-radius: 4px 4px 22px;
  padding: 6px 22px 6px 8px;
  margin: 20px 0 5px;
}
.card.fullwidth.text .more-text p:empty {
  background: transparent;
  margin: 0;
  padding: 0px;
}
.card.fullwidth.text .more-text ul {
  list-style: none;
  padding: 0;
}
.card.fullwidth.text .more-text ul li {
  position: relative;
  line-height: 24px;
  margin: 12px 0 0 0;
  padding: 0 0 0 30px;
}
.card.fullwidth.text .more-text ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 21px;
  height: 21px;
  display: inline-flex;
  background: url(../../images/bu/investment/fd-sparkle-icon-1.svg) no-repeat 0 0;
  background-size: 100%;
}
.card.fullwidth.text .heading {
  font-size: 24px;
  margin: 0;
  letter-spacing: 0.03em;
  line-height: 36px;
  font-weight: 500;
  text-align: left;
}
.card.fullwidth.text li {
  font-size: 14px;
  color: var(--black);
  letter-spacing: 0.016em;
  line-height: 24px;
  margin-bottom: 0;
  text-align: left;
}
.card.fullwidth.text p {
  font-size: 14px;
  color: var(--black);
  letter-spacing: 0.016em;
  line-height: 24px;
  margin-bottom: 0;
  text-align: left;
}
.card.fullwidth.text ul {
  padding-left: 17px;
  padding-top: 7px;
}
.card.fullwidth.text .view-more-text {
  display: inline-block;
  margin: 0 auto;
  text-align: CENTER;
  cursor: pointer;
  letter-spacing: 0;
  color: #0065ff;
  font-size: 16px;
  line-height: 21px;
  margin-top: 10px;
  position: relative;
  font-weight: 500;
}
.card.fullwidth.text .view-more-text::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: -15px;
  top: 7px;
  border: solid #0065ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  margin: 0 0 3px 5px;
}
.card.fullwidth.text .view-more-text.show::after {
  transform: rotate(-135deg);
  top: 10px;
}

.key-terminologies-section {
  border-radius: 12px;
  background: #f3f7ff;
  padding: 32px 32px 24px 32px;
  text-align: center;
  margin-bottom: 30px;
}
.key-terminologies-section .heading {
  color: rgba(37, 56, 88, 0.89);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.key-terminologies-section .key-terminologies-content {
  margin-top: 24px;
  text-align: left;
}
.key-terminologies-section .key-terminologies-content .people-also-read {
  display: flex;
  align-items: CENTER;
  justify-content: CENTER;
  margin: 18px auto 10px;
  display: none;
}
.key-terminologies-section .key-terminologies-content .people-also-read .text {
  color: var(--tag-1-tag-1-tick, #3962ed);
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  margin-left: 8px;
}
.key-terminologies-section .key-terminologies-content .key-terms-list {
  display: flex;
  align-items: center;
  overflow: scroll;
  flex-wrap: nowrap;
  white-space: nowrap;
  position: relative;
}
.key-terminologies-section .key-terminologies-content .key-terms-list::-webkit-scrollbar {
  display: none;
}
.key-terminologies-section .key-terminologies-content .key-terms-list .key-term {
  border-radius: 32px;
  background: var(--flowkit-white, #fff);
  padding: 9px 16px 7px;
  color: var(--text-60, rgba(37, 56, 88, 0.8));
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  margin: 0 8px 8px 0;
  flex-shrink: 0;
}
.key-terminologies-section .key-terminologies-content .key-terms-list .key-term.active {
  background: #0065ff;
  color: #fff;
}
.key-terminologies-section .key-terminologies-content .key-terms-definitions-section {
  max-height: 354px;
  margin-top: 32px;
}
.key-terminologies-section .key-terminologies-content .key-terms-definitions-section .key-terms-definitions-slider {
  border-radius: 24px;
  background: #fff;
  padding: 32px 32px;
}
.key-terminologies-section .key-terminologies-content .key-terms-definitions-section .key-terms-definitions-slider .key-terms-definition .heading {
  color: rgba(37, 56, 88, 0.89);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  margin: 0 0 16px;
}
.key-terminologies-section .key-terminologies-content .key-terms-definitions-section .key-terms-definitions-slider .key-terms-definition .definition {
  max-height: 246px;
  overflow-y: scroll;
  padding-bottom: 35px;
}
.key-terminologies-section .key-terminologies-content .key-terms-definitions-section .key-terms-definitions-slider .key-terms-definition .definition::-webkit-scrollbar {
  width: 0;
}
.key-terminologies-section .key-terminologies-content .key-terms-definitions-section .key-terms-definitions-slider .key-terms-definition .definition p {
  color: rgba(37, 56, 88, 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.key-terminologies-section .key-terminologies-content .key-terms-definitions-section .key-terms-definitions-slider .slick-next {
  color: rgba(37, 56, 88, 0.38);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  top: auto;
  transform: none;
  bottom: 24px;
  padding: 10px 24px;
  width: auto;
  height: auto;
  background: #0065ff;
  border-radius: 20px;
  color: #fff;
  z-index: 10;
  right: 24px;
  padding: 10px 35px;
}
.key-terminologies-section .key-terminologies-content .key-terms-definitions-section .key-terms-definitions-slider .slick-next::before {
  display: none;
}
.key-terminologies-section .key-terminologies-content .key-terms-definitions-section .key-terms-definitions-slider .slick-next:after {
  content: "";
  border: solid #fff;
  border-width: 2px 2px 0 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  right: -8px;
  top: -1px;
  opacity: 1;
}
.key-terminologies-section .key-terminologies-content .key-terms-definitions-section .key-terms-definitions-slider .slick-prev {
  color: rgba(37, 56, 88, 0.38);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  top: auto;
  transform: none;
  bottom: 24px;
  padding: 10px 24px;
  width: auto;
  height: auto;
  background: #0065ff;
  border-radius: 20px;
  color: #fff;
  z-index: 10;
  left: auto;
  right: 22%;
  padding-left: 40px;
}
.key-terminologies-section .key-terminologies-content .key-terms-definitions-section .key-terms-definitions-slider .slick-prev:before {
  content: "";
  border: solid #fff;
  border-width: 0 0 2px 2px;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  right: 13px;
  top: -2px;
  opacity: 1;
}
.key-terminologies-section .key-terminologies-content .key-terms-definitions-section .key-terms-definitions-slider .slick-prev.slick-disabled {
  background: #ebebeb;
  color: rgba(37, 56, 88, 0.38);
}
.key-terminologies-section .key-terminologies-content .key-terms-definitions-section .key-terms-definitions-slider .slick-prev.slick-disabled::before {
  border-color: rgba(37, 56, 88, 0.38);
}
.key-terminologies-section .key-terminologies-content .key-terms-definitions-section .key-terms-definitions-slider .slick-next.slick-disabled {
  background: #ebebeb;
  color: rgba(37, 56, 88, 0.38);
}
.key-terminologies-section .key-terminologies-content .key-terms-definitions-section .key-terms-definitions-slider .slick-next.slick-disabled::after {
  border-color: rgba(37, 56, 88, 0.38);
}

.left-section-image img {
  max-width: 100%;
  height: auto;
}

.info-secure {
  color: #818181;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.info-secure .secure {
  background: url(../../images/bu/investment/investment-lock-icon.svg);
  width: 12px;
  height: 15px;
  display: inline-block;
  margin-right: 8px;
}
.info-secure:has(+ .isnri:not(.hide)) {
  margin-bottom: 8px;
}

#popup-container .investment-bg .nri-secure-tag {
  position: absolute;
  right: 0;
  bottom: -16px;
  color: var(--0065-ff, #0065ff);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  cursor: pointer;
  z-index: 10;
  background: 0 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
  text-align: right;
  border: 0;
}

.nri-popup-container {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.nri-popup-container .nri-popup-content {
  width: 100%;
  position: relative;
  z-index: 1002;
  max-width: 450px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
  padding: 32px 16px 32px;
  text-align: center;
}
.nri-popup-container .nri-popup-content .nri-popup-close {
  background: url(../../images/bu/investment/investment-nri-popup-close.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}
.nri-popup-container .nri-popup-content .details .heading {
  color: var(--0065-ff, #0065ff);
  text-align: center;
  margin: 0 0 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.nri-popup-container .nri-popup-content .details .description {
  color: #253858;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.nri-popup-container .nri-popup-content .details .disclaimer {
  color: #253858;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal !important;
  margin: 8px 0 0;
  padding: 0;
}

.nri-popup-container.visible {
  opacity: 1;
  z-index: 100000;
}

#countryDisplayName {
  position: absolute;
  top: 50%;
  left: 50px;
  max-width: 46px;
  font-size: 16px;
  overflow: hidden;
  pointer-events: none;
  transform: translate(0, -50%);
  text-align: left;
}

.table-border-wrapper .moreplans {
  display: flex;
  text-align: center;
  color: #0065FF;
  width: 199px;
  height: 52px;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
  font-size: 0px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  background: #0065FF;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 980px) {
  .table-border-wrapper .moreplans {
    display: flex;
    height: 46px;
    width: 146px;
    margin: 20px auto 0 auto;
  }
}
.table-border-wrapper .moreplans::after {
  font-size: 16px;
  color: #fff;
  content: "View More";
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-border-wrapper {
  padding: 15px 20px;
  border: 1px solid rgba(37, 56, 88, 0.2);
  border-radius: 10px;
  margin: 30px 0 0 0;
}
.table-border-wrapper h2 {
  margin: 0 0 16px;
}
.table-border-wrapper h2 span {
  font-size: 16px;
  font-weight: 600;
}
.table-border-wrapper .table-section tr td .btn-primary {
  border-radius: 6px;
  background-color: #0065ff;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 6px 4px;
  border: none;
  cursor: pointer;
  width: 108px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.table-border-wrapper .table-section tr td .view-plan-link {
  font-size: 16px;
  font-weight: 600;
  color: #0065ff;
  text-decoration: underline;
  white-space: nowrap;
}
.table-border-wrapper .table-section .fundmoreplans {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #0065ff;
  color: #0065ff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in;
  width: 173px;
  margin: 0 auto;
  padding: 10px 8px;
  border-radius: 4px;
}
.table-border-wrapper .table-section .fundmoreplans .arrow {
  border: solid #fff;
  border-width: 0 0 2px 2px;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-out;
  width: 10px;
  height: 10px;
  position: relative;
  top: -2px;
  margin-left: 4px;
}
.table-border-wrapper .table-section table {
  width: 100%;
  border-spacing: 0px;
  margin: 0 auto 10px;
  border-collapse: separate;
  background: rgba(249, 207, 88, 0.08);
  border-radius: 0.4em;
}
.table-border-wrapper .table-section table tr:first-child {
  border-top: none;
  color: #fff;
}
.table-border-wrapper .table-section table tr:first-child td {
  text-align: left;
  padding: 12px 16px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background: #1e1e1e;
}
.table-border-wrapper .table-section table tr:first-child td:first-child {
  border-top-left-radius: 0.4em;
  border-left: none;
}
.table-border-wrapper .table-section table tr:first-child td:last-child {
  border-top-right-radius: 0.4em;
  border-right: none;
}
.table-border-wrapper .table-section table tr:first-child td span.red-text {
  color: #ff6161;
}
.table-border-wrapper .table-section table tr:first-child td span {
  white-space: nowrap;
}
.table-border-wrapper .table-section table tr:first-child td strong {
  color: #fff;
}
.table-border-wrapper .table-section table tr:last-child td:first-child {
  border-radius: 0 0 0 0.4em;
}
.table-border-wrapper .table-section table tr:last-child td:last-child {
  border-radius: 0 0 0.4em 0;
}
.table-border-wrapper .table-section table tr:last-child {
  border-radius: 0 0 0.4em 0.4em;
}
.table-border-wrapper .table-section table tr {
  border-top: 1px solid rgba(37, 56, 88, 0.2);
}
.table-border-wrapper .table-section table tr:nth-child(odd) {
  background: rgba(249, 207, 88, 0.08);
}
.table-border-wrapper .table-section table td {
  padding: 12px 16px;
  font-size: 16px;
  color: rgba(37, 56, 88, 0.9);
  min-height: 51px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}
.table-border-wrapper .table-section table td:first-child {
  min-width: 175px;
  max-width: 175px;
}
.table-border-wrapper .table-section table td:first-child .btnViewQuotesNavBar {
  color: #0065ff;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}
.table-border-wrapper .table-section table td strong {
  color: #253858;
  font-weight: 700;
}
.table-border-wrapper .table-section table td .red-text {
  color: #ff6161;
  font-weight: 600;
}
.table-border-wrapper .table-section table td .greenText {
  color: #53ba28;
  font-weight: 600;
}
.table-border-wrapper .table-section table td .green-text-table {
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #1c8110;
  line-height: 24px;
  padding: 0 12px;
}
.table-border-wrapper .table-section table td b.sorted-column.sort-asc img {
  transform: rotate(180deg);
}
.table-border-wrapper .table-section table .button {
  border-radius: 4px;
  background: #0065ff;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  border: none;
}
.table-border-wrapper .table-section.view-table table tr td:nth-child(2) {
  min-width: 110px;
}
.table-border-wrapper .table-section.view-table table tr td:nth-child(2) table td {
  max-width: inherit;
  min-width: inherit;
}
.table-border-wrapper .table-section.view-table table tr td .change-table-tab {
  max-width: 76%;
  text-align: center;
}
.table-border-wrapper .table-section.view-table table tr td .change-table-tab table {
  position: relative;
  bottom: -12px;
  border-radius: 10px 10px 0 0;
  margin: 0;
  padding: 0;
}
.table-border-wrapper .table-section.view-table table tr td .change-table-tab table tr td {
  background: #fff;
  color: #253858;
  font-size: 14px;
  width: 25%;
  font-weight: 600;
  padding: 8px 10px;
}
.table-border-wrapper .table-section.view-table table tr td .change-table-tab table tr td:first-child {
  border-radius: 10px 0 0 0;
  min-width: 110px;
}
.table-border-wrapper .table-section.view-table table tr td .change-table-tab table tr td:last-child {
  border-radius: 0 10px 0 0;
}
.table-border-wrapper .table-section.view-table table tr:nth-child(5) td:first-child {
  border-radius: 0 0 0 0.4em;
}
.table-border-wrapper .table-section.view-table table tr:nth-child(5) td:last-child {
  border-radius: 0 0 0.4em 0;
}
.table-border-wrapper .table-section.view-table tr {
  display: none;
}
.table-border-wrapper .table-section.view-table tr:nth-child(-n+5) {
  display: table-row;
}
.table-border-wrapper .table-section.view-table.full table tr {
  display: table-row;
}
.table-border-wrapper .table-section.view-table.full table tr:nth-child(5) td:first-child {
  border-radius: 0;
}
.table-border-wrapper .table-section.view-table.full table tr:nth-child(5) td:last-child {
  border-radius: 0;
}
.table-border-wrapper .table-section.view-table.active table {
  border-bottom: none;
}
.table-border-wrapper .table-section.view-table.active tr {
  display: table-row;
}
.table-border-wrapper .return-calculator-form {
  border-radius: 10px;
  background: rgba(0, 101, 255, 0.05);
  padding: 17px 25px;
  min-height: 120px;
  position: relative;
  top: 0;
}
.table-border-wrapper .return-calculator-form input {
  outline: 0;
}
.table-border-wrapper .return-calculator-form label {
  outline: 0;
}
.table-border-wrapper .return-calculator-form select {
  outline: 0;
}
.table-border-wrapper .return-calculator-form .loaderProcess {
  background: #0663f6;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  max-width: 160px;
  border-radius: 8px;
  width: 100%;
  border: none;
  padding: 11px 10px;
  position: absolute;
  cursor: pointer;
  right: 25px;
}
.table-border-wrapper .return-calculator-form .loaderProcess .wait-text {
  text-align: center;
  font-size: 16px;
}
.table-border-wrapper .return-calculator-form #loader {
  background: #0663f6;
  color: #fff;
  padding: 13px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
  width: 100%;
  border: none;
  padding: 11px 10px;
  position: relative;
  cursor: pointer;
}
.table-border-wrapper .return-calculator-form .proceed {
  background: #0663f6;
  color: #fff;
  padding: 13px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
  width: 100%;
  border: none;
  padding: 11px 10px;
  position: relative;
  cursor: pointer;
}
.table-border-wrapper .return-calculator-form .headingText {
  position: relative;
}
.table-border-wrapper .return-calculator-form .headingText .description {
  display: none;
}
.table-border-wrapper .return-calculator-form .headingText .description span {
  color: #0065ff;
}
.table-border-wrapper .return-calculator-form .headingText .mediumtext {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.016em;
  color: #253859;
  margin-bottom: 15px;
}
.table-border-wrapper .return-calculator-form .headingText .mediumtext .highlight {
  color: #0a811d;
}
.table-border-wrapper .return-calculator-form .headingText .mediumtext .highlight sup {
  font-size: 13px;
}
.table-border-wrapper .return-calculator-form .headingText .mediumtext .highlight .highlight {
  margin-bottom: 14px;
}
.table-border-wrapper .return-calculator-form .headingText .mediumtext .description span {
  color: #0065ff;
  font-weight: 500;
}
.table-border-wrapper .return-calculator-form .form-in-row {
  display: flex;
  flex-direction: row;
}
.table-border-wrapper .return-calculator-form .form-in-row .form-feild-row {
  display: flex;
  flex-direction: row;
  width: 76%;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.table-border-wrapper .return-calculator-form .form-in-row .form-feild-row .fieldWrapper {
  width: 48%;
  margin-right: 2%;
  position: relative;
}
.table-border-wrapper .return-calculator-form .form-in-row .form-feild-row .fieldWrapper .nri-secure-tag {
  bottom: 14px !important;
}
.table-border-wrapper .return-calculator-form .form-in-row .form-feild-row .fieldWrapper.error .err {
  display: block;
  font-size: 11px;
  color: #ce0505;
  font-weight: 500;
  padding: 5px;
  position: absolute;
  bottom: 7px;
}
.table-border-wrapper .return-calculator-form .form-in-row .form-feild-row .formInput {
  width: 100%;
  position: relative;
  border: 1px solid rgba(37, 56, 88, 0.2);
  border-radius: 8px;
  position: relative;
  display: table;
  margin: 0 auto 0;
  margin-right: 2%;
  height: 44px;
  padding: 0 0 0 16px;
}
.table-border-wrapper .return-calculator-form .form-in-row .form-feild-row .formInput::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 12px;
  height: 20px;
  width: 20px;
  background: url(../../images/bu/investment/return-calculator-calender-icon.svg) no-repeat;
  display: flex;
}
.table-border-wrapper .return-calculator-form .form-in-row .form-feild-row .formInput input {
  background: 0 0;
  border: none;
  border-radius: 8px;
  width: 100%;
  padding: 11px 0;
  height: 100%;
}
@media only screen and (max-width: 980px) {
  .table-border-wrapper .return-calculator-form .form-in-row .form-feild-row .formInput input::-moz-placeholder {
    opacity: 0;
  }
  .table-border-wrapper .return-calculator-form .form-in-row .form-feild-row .formInput input::placeholder {
    opacity: 0;
  }
}
@media only screen and (max-width: 980px) {
  .table-border-wrapper .return-calculator-form .form-in-row .form-feild-row .formInput input.fullWidht:invalid::before {
    content: attr(placeholder);
  }
}
@media only screen and (max-width: 980px) {
  .table-border-wrapper .return-calculator-form .form-in-row .form-feild-row .formInput input.fullWidht:valid::before {
    content: "";
  }
}
.table-border-wrapper .return-calculator-form .form-in-row .form-feild-row .formInput input:focus + .feildLable {
  top: -13px;
  font-size: 11px;
  color: rgba(37, 56, 88, 0.5);
}
.table-border-wrapper .return-calculator-form .form-in-row .form-feild-row .formInput input.labelshow + .feildLable {
  top: -13px;
  font-size: 11px;
  color: rgba(37, 56, 88, 0.5);
}
.table-border-wrapper .return-calculator-form .form-in-row .form-feild-row .formInput .feildLable {
  color: #868383;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  left: 14px;
  background: #edf2fa;
  top: 8px;
  padding: 2px;
  visibility: visible;
  pointer-events: none;
  transition: all 0.4s ease-in;
}
.table-border-wrapper .return-calculator-form .form-in-row .feild-action {
  width: 24%;
}
.table-border-wrapper .return-calculator-form .err-absolute-return-calc span.error {
  color: #d62c2c;
  font-size: 10px;
  line-height: 12px;
}
.table-border-wrapper .return-calculator-form .formInput input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  right: 0;
  height: 100%;
  width: 100%;
  font-size: 0px;
  border: 0;
}
.table-border-wrapper .tab-row h2 {
  margin-bottom: 0;
}
.table-border-wrapper .tab-row .tab-heading-and-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.table-border-wrapper .tab-row .tab-heading-and-btn ul.different-plans {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.table-border-wrapper .tab-row .tab-heading-and-btn ul.different-plans li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37, 56, 88, 0.2);
  border-radius: 6px;
  font-size: 18px;
  width: 120px;
  height: 38px;
  cursor: pointer;
}
.table-border-wrapper .tab-row .tab-heading-and-btn ul.different-plans li.active {
  border-color: rgba(0, 101, 255, 0.5);
  color: #0065ff;
  font-weight: 500;
  background: rgba(0, 101, 255, 0.05);
}
.table-border-wrapper .table-wrapper .table_box {
  display: none;
}
.table-border-wrapper .table-wrapper .table_box.active {
  display: block;
}

.absolute-return {
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  position: relative;
  margin: 18px 0 0 0;
}
.absolute-return::after {
  content: "";
  display: flex;
  position: absolute;
  right: 25px;
  top: 20%;
  width: 115px;
  height: 86px;
  background: url(../../images/bu/investment/return-calculator-fund.svg) no-repeat;
}
.absolute-return .absolute-heading {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #253858;
}
.absolute-return .absolute-heading .return-val {
  background: #e5ffde;
  margin: 0 0 0 10px;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  color: #1c8110;
}
.absolute-return .absolute-heading .return-val.negative-val {
  background: #ffeff0;
  color: #ac2219;
}
.absolute-return .nav-value {
  display: flex;
  background: #f8f5f0;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 10px 0 0 0;
  max-width: 410px;
}
.absolute-return .nav-value .nav-val-box {
  font-size: 14px;
}
.absolute-return .nav-value .nav-val-box:first-child::after {
  content: "|";
  padding: 0 4px 0 2px;
  margin: 0 0 0;
  line-height: inherit;
  display: inline-flex;
  align-items: flex-start;
  font-size: 11px;
  position: relative;
  top: -2px;
}
.absolute-return .nav-value .nav-val-box span {
  font-size: 10px;
}
.absolute-return .nav-value .nav-val-box strong {
  font-weight: 600;
}
.absolute-return .action-btn.btnViewQuotesNavBar {
  background: #0065ff 0 0 no-repeat padding-box;
  border-radius: 6px;
  height: 31px;
  width: 101px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  cursor: pointer;
  margin: 12px auto 0;
}

.section-full.lgpp {
  background: #f9f8ff;
  padding: 50px 50px 10px;
  margin-top: 40px;
}
.section-full.lgpp .scrollable-box {
  position: relative;
}
.section-full.lgpp .scrollable-box.y {
  height: 170px;
  overflow-y: scroll;
}
.section-full.lgpp .scrollable-box.y::-webkit-scrollbar {
  width: 2px;
}
.section-full.lgpp .scrollable-box.y::-webkit-scrollbar-track {
  border-radius: 0;
  background: #ccc;
}
.section-full.lgpp .scrollable-box.y::-webkit-scrollbar-thumb {
  height: 2px;
  background: 0 0;
  border-radius: 8px;
}
.section-full.lgpp .scrollable-box.y p {
  padding-right: 10px;
}
.section-full.lgpp .popular-search {
  position: relative;
  padding: 0;
}
.section-full.lgpp .popular-search .scrollable-box {
  position: relative;
  padding: 12px 5px;
  background: #fff;
  border-radius: 10px;
  margin: 20px 0;
}
.section-full.lgpp .popular-search h2.underline {
  display: flex;
  position: static;
  text-decoration: none;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  font-weight: 600;
}
.section-full.lgpp .popular-search h2.underline::before {
  content: "";
  position: static;
  background: url("../../images/bu/investment/popular-tags-jet-icon.svg") no-repeat 0 0;
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
}
.section-full.lgpp .popular-search .popular-search-tag {
  padding: 0;
  margin: 0 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}
.section-full.lgpp .popular-search .popular-search-tag li {
  background: #fff;
  border: 1px solid #0065ff;
  color: #0065ff;
  border-radius: 4px;
  box-sizing: border-box;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  margin: 5px 6px;
  position: relative;
  transition: all 0.3s ease-in;
  cursor: pointer;
  width: 179px;
}
.section-full.lgpp .popular-search .popular-search-tag li:hover {
  color: #0065ff;
}
.section-full.lgpp .popular-search .popular-search-tag li:hover a {
  color: #0065ff;
}
.section-full.lgpp .popular-search .popular-search-tag li .bigtext {
  font-size: 44px;
  display: flex;
  align-items: baseline;
  flex-direction: row;
}
.section-full.lgpp .popular-search .popular-search-tag li .bigtext .linktext {
  margin: 0 0 0 4px;
  font-size: 28px;
  line-height: 16px;
}
.section-full.lgpp .popular-search .popular-search-tag li .linktext {
  margin: 0;
  color: #253858;
  font-size: 12px;
  font-weight: 500;
  max-height: inherit;
  display: flex;
  align-items: center;
  padding: 8px 30px 8px 10px;
}
.section-full.lgpp .popular-search .popular-search-tag li .linktext::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../images/life/link-icon.svg) no-repeat 0 0;
  right: 5px;
  top: 32%;
}
.section-full.lgpp .popular-search .fullContainer {
  display: flex;
  margin: 20px 0 0 0;
  justify-content: center;
}
.section-full.lgpp .popular-search .fullContainer .more {
  color: #fff;
  padding: 10px 18px;
  background: #0065ff;
  display: block;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
  font-weight: 500;
  border: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
}

.table-wrapper a.track-click-event {
  color: #0065ff;
  cursor: pointer;
}
.table-wrapper span.track-click-event {
  color: #0065ff;
  cursor: pointer;
}

input[type=date]::-webkit-datetime-edit-day-field {
  color: #253858;
}
input[type=date]::-webkit-datetime-edit-month-field {
  color: #253858;
}
input[type=date]::-webkit-datetime-edit-text {
  color: #253858;
}
input[type=date]::-webkit-datetime-edit-year-field {
  color: #253858;
}

section#mainLifeForm aside .form_mixed_layout {
  border-top: 3px solid #0065ff;
  padding-top: 8px;
}
section#mainLifeForm aside .form_mixed_layout::before {
  display: none;
}
section#mainLifeForm aside .form_mixed_layout .h4:has(.tag) .description {
  color: #253858;
  background: 0 0;
}
section#mainLifeForm aside .form_mixed_layout .h4 .description {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 3px 17px;
  background: rgba(28, 129, 16, 0.0509803922);
  border-radius: 30px;
  color: #1c8110;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 12px;
}
section#mainLifeForm aside .form_mixed_layout .h4 .description span.greenText sup {
  font-weight: 400;
  font-size: 12px;
}

@media (max-width: 1024px) {
  .h1 {
    font-size: 26px;
    line-height: 34px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  h1 {
    font-size: 26px;
    line-height: 34px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .h2 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .h3 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 9px;
    margin-bottom: 9px;
  }
  h3 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .h4 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  h4 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  #policybazaar {
    margin-top: 0;
    padding: 10px 0 0;
  }
  .pagecontainer.layoutcenter {
    padding: 0 15px;
    flex-direction: column;
  }
  .pagecontainer.layoutcenter aside {
    display: block;
    order: 1;
  }
  .contentLeft {
    width: 100%;
  }
  .mixedlayout {
    display: flex;
    flex-direction: column;
  }
  .mixedlayout article {
    order: 1;
    width: 100%;
  }
  .mixedlayout article .list {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 40px;
  }
  .mixedlayout article .list .ico {
    width: 30px;
    height: 40px;
  }
  .mixedlayout article.blue {
    width: 100%;
  }
  .mixedlayout.mobreverse {
    padding: 0;
  }
  .mixedlayout.mobreverse article {
    padding: 0 12px;
    margin-bottom: 30px;
  }
  .form_mixed_layout {
    display: block;
    float: initial;
    margin: 0 auto;
    position: relative;
    width: 96%;
    top: 0;
  }
  .form_mixed_layout .forminput li.mt0 {
    padding: 0 15px 0 5px;
  }
  .product-achivement-at-policybazaar {
    width: 100%;
    left: 0;
    margin-top: 100px;
    position: relative;
  }
  .product-achivement-at-policybazaar .listitem {
    position: absolute;
    left: 0;
    right: 0;
    width: 150px;
    margin: 0 auto;
    top: -80px;
    text-align: center;
  }
  .product-achivement-at-policybazaar .listitem .heading-title.first {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product-achivement-at-policybazaar .listitem.center {
    position: initial;
    padding: 0 4px;
  }
  .product-achivement-at-policybazaar .listitem.center .heading-sub-title {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 14px;
  }
  .product-achivement-at-policybazaar .listitem.center .heading-sub-title br {
    display: block;
  }
  .product-achivement-at-policybazaar .form-rating {
    width: 150px;
  }
  .product-achivement-at-policybazaar .form-rating img {
    width: 150px;
  }
  aside {
    order: 3;
  }
  .container {
    max-width: 100%;
  }
  .pagecontent .h2.mt100 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .pagecontent .short {
    width: 100% !important;
  }
  .leftSection .mid-form .wrapper {
    margin-left: calc(100% - 440px);
  }
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 0;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  .stickyinfowrapper {
    align-items: baseline;
  }
  .stickyfooter .closesticky {
    display: none;
  }
  .stickyfooter .sticky .left .text {
    font-size: 18px;
  }
  .stickyfooter .sticky .left {
    width: 50%;
    font-size: 14px;
  }
  .stickyfooter .sticky {
    padding: 10px 0;
  }
  .stickyfooter .sticky .right {
    width: 50%;
  }
  .stickyfooter .sticky .right .ctaform .forminput {
    display: none;
  }
  .car-stiky-view-plan {
    left: 0;
    text-align: CENTER;
    z-index: 10 !important;
  }
  .car-stiky-view-plan .linkclick {
    width: 96%;
  }
  #sip-calculator_graph .tenure li .tenure-tab:hover {
    background: #fff;
    color: #3197f3;
    border: 1px solid #3197f3;
  }
  #sip-calculator_graph .tenure li .tenure-tab.active {
    background: #3197f3;
    color: #fff;
  }
  .table-border-wrapper .table-section table {
    min-width: 100%;
  }
}
@media only screen and (max-width: 440px) {
  #sip-calculator .sipc {
    padding: 20px 15px;
  }
  .howMuch_lifeinsurance .caluclateInsurance_premium {
    margin: 20px 20px 0;
  }
  .howMuch_lifeinsurance .caluclateInsurance_premium .resetLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .howMuch_lifeinsurance .caluclateInsurance_premium .submitLink {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .tenure li {
    margin-right: 5px;
  }
  .tenure li a {
    padding: 7px 10px;
    text-align: center;
    width: 90px;
  }
  .sip-form .input-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .sip-loadingDiv .sipcalculate {
    max-width: 370px;
  }
  .leftSection .return_calculator_box_investment .tableBox table {
    width: 500px;
  }
  .rightSection .videobox_right {
    max-width: 100%;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 200px;
  }
}
@media only screen and (max-width: 320px) {
  .tenure li a {
    padding: 7px 4px;
    text-align: center;
    width: 76px;
    font-size: 11px;
  }
  .totalWrap .amount_you_get .totalWrap .amount_you_receive .amt {
    font-size: 18px;
    line-height: 40px;
  }
  .totalWrap .amount_you_get totalWrap .amount_you_get .amt {
    font-size: 18px;
    line-height: 40px;
  }
  .totalWrap .amount_you_receive .totalWrap .amount_you_receive .amt {
    font-size: 18px;
    line-height: 40px;
  }
  .totalWrap .amount_you_receive totalWrap .amount_you_get .amt {
    font-size: 18px;
    line-height: 40px;
  }
  .animated-banner .am-banner.mobile {
    width: 288px;
    margin: 0 auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 280px !important;
    height: 350px;
    margin: 0 auto;
  }
  #sip-calculator_graph .tenure li a {
    padding: 7px 4px;
    text-align: center;
    width: 76px;
    font-size: 11px;
  }
  #sip-calculator_graph .tenure li span {
    padding: 7px 4px;
    text-align: center;
    width: 76px;
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .totalWrap .amount_you_get.box {
    margin-right: 30px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text2 {
    margin: 16px 0 8px -16px;
    font-size: 16px;
    padding: 16px 18px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .viewbtn {
    max-width: 159px;
    font-size: 16px;
    z-index: 1;
    margin: 8px auto 0;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .viewplan-link {
    max-width: 159px;
    font-size: 16px;
    z-index: 1;
    margin: 8px auto 0;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content a {
    max-width: 159px;
    font-size: 16px;
    z-index: 1;
    margin: 8px auto 0;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content button {
    max-width: 159px;
    font-size: 16px;
    z-index: 1;
    margin: 8px auto 0;
    position: relative;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .source-text {
    margin: 7px 0 0 0;
    font-size: 7px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .source-text p {
    font-size: 7px;
  }
  .popup-container .popup {
    margin: 0 15px;
  }
  .popup-container .popup::after {
    background-size: contain;
    width: 200px;
    height: 183px;
  }
}
@media only screen and (max-width: 1024px) {
  .totalWrap .amount_you_get .amt {
    font-size: 20px;
  }
  .totalWrap .amount_you_receive .amt {
    font-size: 20px;
  }
  .leftSection .mobilehide {
    display: none;
  }
  .leftSection .left_fullbanner {
    max-width: 100%;
    cursor: pointer;
    padding: 10px 20px 0;
    display: block;
    margin-bottom: 0;
  }
  .leftSection .left_fullbanner img {
    width: auto;
    height: auto !important;
  }
  .leftSection .left_fullbanner img.sqbannerimg {
    display: block;
    margin: 20px auto;
  }
  .leftSection .left_fullbanner.mr-20 {
    padding: 10px 0 20px;
  }
  .leftSection .mid-form {
    max-width: 750px;
    margin: 30px auto;
    display: block;
    float: inherit;
    width: 100%;
  }
  .leftSection .mid-form .form-block .left-div {
    width: 100%;
  }
  .leftSection .mid-form .form-block .left-div label {
    font-size: 14px;
  }
  .leftSection .mid-form .form-block .left-div .select-box select {
    font-size: 18px;
    padding: 9px 25px 11px 5px;
  }
  .leftSection .mid-form .form-block .left-div span.rupee {
    top: 3px;
  }
  .leftSection .mid-form .form-block {
    box-shadow: 0 2px 5px 0 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;
  }
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 0;
    height: 100%;
    justify-content: space-between;
  }
  .leftSection .mid-form .right-div div.blocks .premium {
    font-size: 16px;
  }
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 12px;
    height: 38px;
    padding: 0 20px;
    margin: 20% 0 0;
  }
  .leftSection {
    width: 100%;
  }
  .leftSection .number-listing-box li .data_ul {
    margin-left: 0 !important;
  }
  .leftSection .number-listing-box li .data_ul li {
    margin: 5px 0 15px 5px;
  }
  .leftSection .number-listing-box li .data_ul li:before {
    top: 14px;
  }
  .leftSection .return_calculator_box_investment {
    width: 100%;
    max-width: 100%;
  }
  .leftSection .return_calculator_box_investment .calc_form {
    padding: 15px 0 15px;
    border: none;
    border-radius: 6px 6px 0 0;
  }
  .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:first-child {
    width: 70%;
    margin-right: 2%;
  }
  .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;
  }
  .leftSection .h2.tp0 {
    padding: 10px 0 10px;
  }
  .leftSection h2.tp0 {
    padding: 10px 0 10px;
  }
  .pbRelatedLinks.moretag .tagbox {
    padding: 15px;
    color: transparent;
  }
  .block_content_wrapper {
    background: #fff;
    border: solid rgba(23, 43, 77, 0.2);
    border-width: 1px 0 1px 0;
    margin: 0 0 20px;
    padding: 16px;
    clear: both;
  }
  .updatedon {
    font-size: 12px;
    padding: 0 15px 10px;
    display: block;
  }
  .travel_top .travelBackground {
    margin: 0 auto;
  }
  .topSliderIcon .slick-arrow {
    position: absolute;
  }
  .grid {
    padding: 0;
    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: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  .grid .leftSection .planbox .knowmore_item {
    text-align: center;
    font-weight: 500;
  }
  .grid .leftSection .restPlans {
    margin: 0 auto 0;
  }
  .grid .leftSection .bannertermredirect img {
    width: auto;
    max-width: 100%;
    border-radius: 4px;
  }
  .grid .leftSection .bannertravelredirect img {
    width: auto;
    max-width: 100%;
    border-radius: 4px;
  }
  .grid .leftSection .single_image {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .grid .leftSection .single_image img {
    float: initial !important;
    padding: 10px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto !important;
  }
  .grid .leftSection .h1 {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection .h1 strong {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection h1 {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    margin: 10px 0 10px;
    letter-spacing: 0.024em;
  }
  .grid .leftSection .h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection .h2 strong {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 10px;
    letter-spacing: 0.02em;
  }
  .grid .leftSection .h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .grid .leftSection .h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .grid .leftSection .h3 strong a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection .h3 a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .grid .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin: 10px 0 10px;
  }
  .grid .leftSection h3 strong a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection h3 a {
    padding-top: 5px;
    display: block;
  }
  .grid .leftSection h1.allinsurer_new {
    margin: 0 15px;
    padding: 0 15px;
  }
  .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: 0;
    background: 0 0;
  }
  .pbRelatedLinks .tagbox {
    float: initial;
    text-align: left;
    padding: 0;
  }
  .pbRelatedLinks .tagbox strong {
    text-align: left;
    display: block;
    padding: 5px;
  }
  .pbRelatedLinks .tagbox a {
    display: inline-block;
    margin: 4px;
    padding: 3px 3px;
  }
  .bannercarredirect {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .insurer-language .insurer-by-company-content {
    justify-content: flex-start !important;
    margin-left: -10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-left: -10px;
    margin-right: 0;
    overflow-x: auto;
    width: 100%;
    padding-left: 10px;
    justify-content: flex-start;
  }
  .insurer-language .insurer-by-company-content::-webkit-scrollbar {
    display: none;
  }
  .block_language {
    border: none !important;
    padding: 12px !important;
  }
  .languageContainer {
    background: #f4f7fe;
    border-radius: 8px;
    padding: 12px 0 12px 12px;
  }
  .languageContainer .insurer-by-company-content .insurer-by-company-block {
    min-width: 145px;
  }
  .languageArticleName {
    font-size: 14px;
    max-width: 100%;
  }
  .blockLanguageSlider {
    outline: 0;
  }
  .rightSection > .card {
    padding: 10px 0 10px;
  }
  .rightSection .graphDiv.first {
    margin: 20px;
  }
  .rightSection .rightSidebtn {
    border-radius: 0;
    border-right: none;
    border-left: 0;
  }
  .rightSection .card_heading {
    font-size: 20px;
    padding: 10px 45px 10px 14px;
  }
  .rightSection .card_heading a {
    font-size: 20px;
    padding: 10px 45px 10px 14px;
  }
  .rightSection .graphDiv {
    cursor: pointer;
    text-align: center;
  }
  .rightSection .graphDiv img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .rightSection .card.search_article {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    background: #fff;
  }
  .rightSection .card {
    border-radius: 0;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
  }
  .rightSection .card.ratingsBlock {
    background: #fff;
    padding: 0;
  }
  .rightSection .card + .disclaimerFor_insurer {
    background: #fff;
    border-radius: 0;
  }
  .rightSection .card.tabopen {
    margin-bottom: 0;
  }
  .rightSection .card.tabopen + .disclaimerFor_insurer {
    display: block;
  }
  .rightSection .article_newsLetter {
    background: #fff;
    width: 100%;
    margin: 0 auto 20px;
    border: solid 0.8px rgba(23, 43, 77, 0.2);
  }
  .rightSection .videobox_right {
    max-width: 100%;
    border-radius: 0;
    margin: 0 auto 20px;
    padding: 10px;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 420px;
  }
  .animated-banner .am-banner.desktop {
    display: none;
  }
  .animated-banner .am-banner.mobile {
    display: block;
    margin: 20px auto 0;
  }
  .grid.contentSection.sticky_widget {
    flex-direction: column;
    width: 100%;
  }
  .grid.contentSection.sticky_widget .leftSection {
    margin: 0;
    width: 100%;
  }
  #newformat {
    width: 100% !important;
  }
  #reviewslide {
    overflow: hidden !important;
  }
  .popular_article .reviewbox .slick-next {
    top: -42px;
  }
  .popular_article .reviewbox .slick-prev {
    top: -42px;
  }
}
@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: 350px;
    width: 90%;
    padding: 16px 15px 0 30px;
    margin: 0 auto;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip:after {
    background-size: contain;
    width: 178px;
    height: 250px;
    background-repeat: no-repeat;
    bottom: 0;
    top: auto;
    right: 0;
  }
  .table-border-wrapper .table-section.view-table table {
    min-width: 570px;
  }
  .table-border-wrapper .table-section table td {
    padding: 10px 8px;
    font-size: 14px;
    vertical-align: baseline;
  }
  .table-border-wrapper .table-section table td:first-child .btnViewQuotesNavBar {
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
  }
  .table-border-wrapper .table-section table td:first-child {
    min-width: 140px;
    max-width: 140px;
  }
  .table-border-wrapper .table-section table td:last-child {
    min-width: inherit;
  }
  .table-border-wrapper #topForm {
    display: flex;
    flex-direction: column-reverse;
  }
  .table-border-wrapper #topForm.return-calculator-form {
    flex-direction: column;
    top: 0;
  }
  .table-border-wrapper .return-calculator-form .form-in-row {
    flex-direction: column;
  }
  .table-border-wrapper .return-calculator-form .form-in-row .form-feild-row .fieldWrapper .nri-secure-tag {
    right: initial;
    left: 0;
    bottom: 28px !important;
  }
  .table-border-wrapper .return-calculator-form .form-in-row .form-feild-row .fieldWrapper {
    width: 100%;
    margin-right: 0;
  }
  .table-border-wrapper .return-calculator-form .form-in-row .form-feild-row {
    flex-direction: column;
    width: 100%;
  }
  .table-border-wrapper .return-calculator-form .form-in-row .form-feild-row #number_f .formInput {
    margin: 0 auto 42px;
  }
  .table-border-wrapper .return-calculator-form .form-in-row .form-feild-row .formInput {
    margin-bottom: 18px;
  }
  .table-border-wrapper .return-calculator-form .form-in-row .feild-action {
    width: 100%;
  }
  .table-border-wrapper .tab-row .tab-heading-and-btn {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 23px;
  }
  .table-border-wrapper .tab-row .tab-heading-and-btn ul.different-plans li {
    font-size: 14px;
    width: 92px;
    height: 32px;
  }
  .absolute-return {
    margin-top: 10px;
  }
  .absolute-return::after {
    display: none;
  }
  .absolute-return .nav-value {
    flex-direction: column;
  }
  .absolute-return .nav-value .nav-val-box {
    padding: 5px 0;
  }
  .absolute-return .nav-value .nav-val-box:first-child::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: 350px;
    width: 98%;
    padding: 16px;
    margin: 0 auto;
  }
  .pagecontainer {
    padding: 0 15px;
  }
  .mixedlayout article .link-tags {
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    overflow-y: auto;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .mixedlayout article .link-tags::-webkit-scrollbar {
    width: 0;
  }
  .mixedlayout article .link-tags::-webkit-scrollbar-track {
    background: 0 0;
  }
  .mixedlayout article .link-tags::-webkit-scrollbar-thumb {
    background: 0 0;
  }
  .mixedlayout article .link-tags::-webkit-scrollbar-thumb:hover {
    background: 0 0;
  }
  .form_mixed_layout {
    padding: 15px 5px;
  }
  .stickyfooter .sticky .right .ctaform button {
    font-size: 14px;
    width: 100%;
  }
  .table-border-wrapper .table-section table tr:first-child td {
    font-size: 13px;
    padding: 12px;
  }
}
@media (device-height: 320px) and (device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: 300px;
    padding: 10px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip:after {
    background-size: contain;
    width: 151px;
    background-repeat: no-repeat;
    height: 250px;
    bottom: auto;
    top: 62px;
    right: 0;
  }
}
@media (max-width: 560px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu {
    height: auto;
    padding: 16px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip:after {
    background-size: contain;
    width: 154px;
    background-image: url("../../images/bu/exit-intent-popup-image-investment-sip-bull-mobile.svg") !important;
    background-repeat: no-repeat;
    height: 252px;
    bottom: 62px;
    top: auto;
    right: -49px;
  }
  .mixedlayout article .list .h3 {
    font-size: 16px;
  }
  .mixedlayout article .list h3 {
    font-size: 16px;
  }
  .form_mixed_layout .forminput li {
    margin: 20px;
  }
  .form_mixed_layout .forminput li input {
    font-size: 14px;
  }
  .form_mixed_layout .forminput li select {
    font-size: 14px;
  }
  .registration_check #mob_feild2feild .countryCode {
    font-size: 14px;
    font-weight: 400;
  }
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card {
    width: auto;
  }
  #perosnalBlockInsurer.perosnalBlockInsurer .carouselBlockPersonal.card .slick-initialized {
    margin-left: 8px;
  }
  .stickyfooter .sticky {
    padding: 10px 0;
  }
  .stickyfooter .sticky .left {
    width: 62%;
    font-size: 14px;
  }
  .stickyfooter .sticky .left .text {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
  }
  .stickyfooter .sticky .right {
    width: 35%;
    min-width: 130px;
  }
  .stickyfooter .sticky .right .ctaform .forminput input {
    font-size: 14px;
  }
  .stickyfooter .sticky .right .ctaform .forminput select {
    font-size: 14px;
  }
  .popup-container {
    align-items: flex-end;
  }
  .popup-container .popup {
    margin: 0;
    max-width: 100%;
  }
  .popup-container .popup .popup-content {
    position: relative;
  }
  .popup-container .popup .popup-content > div {
    padding-top: 40px;
  }
  .popup-container .popup .popup-content:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 40px;
    background-color: transparent;
    z-index: 99;
    border-radius: 48px 48px 0 0;
    left: 1%;
  }
  .popup-container .popup .form_mixed_layout {
    max-width: 100%;
    border-radius: 48px 48px 0 0;
    overflow-y: scroll;
    max-height: 280px;
    max-height: 580px;
  }
  .popup-container .popup .form_mixed_layout:before {
    display: none;
  }
  .popup-container .popup .popup-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    opacity: 0.3;
    transition: opacity 0.2s ease-in;
    right: 26px;
    top: 22px;
    z-index: 100;
    opacity: 1;
  }
  .popup-container .popup .popup-close:hover {
    opacity: 1;
  }
  .popup-container .popup .popup-close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 24px;
    width: 2px;
    background-color: #333;
    transform: rotate(-45deg);
    left: 14px;
    top: 4px;
    background-color: var(--black);
  }
  .popup-container .popup .popup-close:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 24px;
    width: 2px;
    background-color: #333;
    transform: rotate(45deg);
    left: 14px;
    top: 4px;
    background-color: var(--black);
  }
  .details-download-box .details .multi-info-wrap .text-type .tooltip .tool-tip-data {
    left: 0;
    top: 41px;
  }
  .table-border-wrapper .table-section table {
    margin: 0 auto 10px;
  }
  .table-border-wrapper .return-calculator-form .headingText .mediumtext {
    text-align: center;
  }
  .table-border-wrapper .return-calculator-form .headingText .mediumtext span {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip {
    height: auto;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text3 {
    font-size: 23px;
    max-width: 250px;
  }
  .performance-graph .updated-date-source {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip {
    padding: 24px 16px;
    padding-bottom: 8px;
  }
  #sip-calculator_graph.new {
    padding: 15px 0 25px;
    width: auto;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
    border-radius: 12px;
    margin: 12px;
    max-width: 100%;
  }
  #sip-calculator_graph.new .leftSection .h2 {
    background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0 5px 10px;
  }
  #sip-calculator_graph.new .leftSection .h2 span {
    font-size: 10px;
    line-height: 16px;
  }
  #sip-calculator_graph.new .leftSection h1 {
    background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0 5px 10px;
  }
  #sip-calculator_graph.new .leftSection h1 span {
    font-size: 10px;
    line-height: 16px;
  }
  #sip-calculator_graph.new .leftSection h2 {
    background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0 5px 10px;
  }
  #sip-calculator_graph.new .leftSection h2 span {
    font-size: 10px;
    line-height: 16px;
  }
  #sip-calculator_graph.new .title {
    background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0 5px 10px;
  }
  #sip-calculator_graph.new .title span {
    font-size: 10px;
    line-height: 16px;
  }
  #sip-calculator_graph.new .sipc {
    box-shadow: none;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph {
    flex-direction: column;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input {
    width: 100%;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form input.valid + label {
    letter-spacing: 0;
    color: #5e6c84;
    font-size: 12px;
    font-weight: 400;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph .sipc_all_input .sip-form label {
    letter-spacing: 0;
    color: #5e6c84;
    font-size: 12px;
    font-weight: 400;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap {
    width: 100%;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .widgetAmtGet_wrapper {
    width: 100%;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .widgetAmtGet_wrapper .graph {
    display: none;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .widgetAmtGet_wrapper .widgetAmtGet_result {
    width: 100%;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_get {
    width: 100%;
    margin-top: 30px;
  }
  #sip-calculator_graph.new .sipc .calculator_with_graph .totalWrap .amount_you_receive {
    width: 100%;
    margin-top: 30px;
  }
  #sip-calculator_graph.new .sip-loadingDiv {
    margin: 4px 0 0;
  }
  .leftSection #sip-calculator_graph.new .h2 {
    background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0 5px 10px;
  }
  .leftSection #sip-calculator_graph.new .h2 span {
    font-size: 10px;
    line-height: 16px;
  }
  .leftSection #sip-calculator_graph.new h1 {
    background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0 5px 10px;
  }
  .leftSection #sip-calculator_graph.new h1 span {
    font-size: 10px;
    line-height: 16px;
  }
  .leftSection #sip-calculator_graph.new h2 {
    background: transparent linear-gradient(91deg, rgba(0, 101, 255, 0.2117647059) 0, #fff 100%) 0 0 no-repeat padding-box;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0 5px 10px;
  }
  .leftSection #sip-calculator_graph.new h2 span {
    font-size: 10px;
    line-height: 16px;
  }
  .fund-description {
    width: auto;
    max-width: 100%;
    margin: 0 12px 20px;
  }
  .mixedlayout.mobreverse article {
    padding: 0;
    margin-bottom: 0;
  }
  .trustedBy .card {
    border: 10px solid #f4f7fe;
    border-top: 0;
    border-radius: 15px;
    margin: 0 auto;
  }
  .trustedBy .card img.img-fluid {
    max-width: 100px;
  }
  .trustedBy .slick-next {
    right: 0;
  }
  .trustedBy .slick-prev {
    left: 0;
  }
  .trustedBy.adjust .grid p.adjustedItems {
    font-size: 18px;
  }
  .trustedBy.section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .trustedBy.section p {
    font-size: 14px;
  }
  .trustedBysection {
    padding-left: 10px;
    padding-right: 10px;
  }
  .trustedBysection p {
    font-size: 14px;
  }
  .performance {
    margin-bottom: 40px;
  }
  .performance .fund-name {
    margin: 40px 0 0;
  }
  .aum-fund-manager-section {
    flex-direction: column;
    margin: 0 12px;
  }
  .aum-fund-manager-section .card.half {
    width: 100%;
  }
  .aum-fund-manager-section .card.half .assets-type-list {
    padding: 35px 13px 0 17px;
  }
  .aum-fund-manager-section .card.half .assets-type-list .type::after {
    width: 50%;
    z-index: 0;
    left: 55px;
  }
  .aum-fund-manager-section .card.half .assets-type-list .type .label {
    font-size: 12px;
    line-height: 16px;
  }
  .aum-fund-manager-section .card.half .assets-type-list .type .value {
    font-size: 12px;
    line-height: 16px;
    font-size: 14px;
    line-height: 19px;
  }
  .aum-fund-manager-section .card.half .fund-managed {
    padding: 17px 12px 16px 12px;
  }
  .aum-fund-manager-section .card.half .fund-managed .number .total-number {
    font-size: 40px;
    line-height: 55px;
  }
  .aum-fund-manager-section .card.half .fund-managed .number .division {
    font-size: 14px;
    line-height: 19px;
  }
  .aum-fund-manager-section .card.half .fund-manager {
    padding: 16px 17px 0;
  }
  .aum-fund-manager-section .card.half .fund-manager .fund-managed .label {
    display: none;
  }
  .aum-fund-manager-section .card.half .fund-manager .fund-managed .number {
    margin-top: 2px;
  }
  .aum-fund-manager-section.multiple-values .card.half {
    min-height: 180px;
  }
  .aum-fund-manager-section.multiple-values .card.half .assets-type-list {
    padding: 20px 13px 0 17px;
  }
  .aum-fund-manager-section.multiple-values .card.half .assets-type-list .type {
    margin: 0 0 20px;
  }
  .aum-fund-manager-section.multiple-values .card.half.fund-manager-box.multiple {
    padding: 13px 13px 25px 0;
  }
  .faq-section {
    padding: 24px 16px;
    width: auto;
    margin: 12px;
    max-width: 100%;
  }
  .faq-section:after {
    right: 0;
  }
  .faq-section .faq-heading {
    width: 65%;
  }
  .faq-section .faq-content {
    margin: 61px 0 0;
  }
  .faq-section .faq-content .faq .question {
    font-size: 16px;
    line-height: 21px;
    padding-right: 25px;
  }
  .faq-section .faq-content .faq .question::after {
    width: 18px;
    height: 18px;
    top: 7px;
  }
  .faq-section .faq-content .faq .answer {
    font-size: 13px;
  }
  .faq-section .faq-content .view-more-faq {
    margin-top: 20px;
  }
  .faq-section .faq-content .view-more-faq.show {
    margin-top: 10px;
  }
  .disclaimer-section-fundpage {
    padding: 10px 16px;
    width: auto;
    margin: 12px;
    max-width: 100%;
  }
  .disclaimer-section-fundpage .diclaimer-content .disclaimer {
    font-size: 16px;
    line-height: 21px;
    padding-right: 25px;
  }
  .disclaimer-section-fundpage .diclaimer-content .disclaimer-answer {
    font-size: 13px;
  }
  .fund-update-year-on {
    padding: 12px 0 70px;
  }
  .image-fund-name {
    display: block;
    padding: 0 12px 10px;
  }
  .image-fund-name .fund-image {
    display: inline;
  }
  .image-fund-name .funds-name {
    margin: 6px 0 10px;
    font-size: 22px;
    display: inline;
    vertical-align: top;
  }
  .details-download-box {
    padding: 10px 12px;
    width: 100%;
  }
  .details-download-box .details {
    width: 100%;
  }
  .details-download-box .details .multi-info-wrap {
    flex-wrap: wrap;
    row-gap: 11px;
  }
  .details-download-box .details .multi-info-wrap .btn-type {
    font-size: 11px;
    padding: 3px 8px;
  }
  .details-download-box .details .multi-info-wrap .launch-date {
    font-size: 10px;
    line-height: 13px;
  }
  .details-download-box .details .multi-info-wrap .text-type {
    margin-right: auto;
    justify-content: space-between;
  }
  .details-download-box .details .multi-info-wrap .text-type .tooltip .tool-tip-data.large {
    left: auto;
    right: 0;
    top: 16px;
  }
  .details-download-box .downloadable {
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
    right: 0;
    left: 0;
    bottom: 20px;
  }
  .details-download-box .downloadable .download {
    width: 100%;
    justify-content: center;
  }
  .details-download-box .downloadable .download a {
    font-size: 12px;
    line-height: 15px;
  }
  .details-download-box .downloadable .action-btn {
    display: none;
    height: 36px;
    width: 110px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 16px;
  }
  .performance-graph {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
    border-radius: 8px;
    position: relative;
  }
  .performance-graph .updated-date-source {
    position: absolute;
    width: 95%;
    left: 10px;
    bottom: -24px;
    margin-bottom: 0;
  }
  .fund-growth-view-chart-wrapper {
    margin-top: 16px;
    padding: 8px 0 0 12px;
  }
  .fund-growth-view-chart-wrapper .fund-growth-view-chart .agewise.hide-mobile {
    display: none;
  }
  .fund-growth-view-chart-wrapper .fund-growth-view-chart .agewise li {
    margin-right: 19px;
  }
  .asset-allocation-graph-box {
    max-width: 100%;
    margin: 0 12px 20px;
    padding: 13px 13px 0 0;
  }
  .asset-allocation-graph-box .content {
    padding: 0 0 0 14px;
    flex-direction: column;
  }
  .asset-allocation-graph-box .content #asset-allocation {
    height: 200px;
  }
  .asset-allocation-graph-box .content .asset-type {
    margin: 25px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .asset-allocation-graph-box .content .asset-type .type {
    padding-left: 33px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    margin-right: 20px;
    width: 28%;
  }
  .asset-allocation-graph-box .content .asset-type .type::before {
    top: 50%;
    transform: translate(0, -50%);
  }
  .sector-allocation-box {
    max-width: 100%;
    margin: 12px;
    padding: 13px 8px 16px 0;
  }
  .sector-allocation-box .content {
    padding: 19px 0 0 12px;
  }
  .sector-allocation-box .content .sector .name {
    text-align: left;
    width: 30%;
  }
  .sector-allocation-box .content .sector .allocation-bar {
    width: 62%;
  }
  .sector-allocation-box .content .sector .allocation-bar .allocation {
    width: 75%;
  }
  .sector-allocation-box .content .view-more-sectors.show {
    margin-top: 10px;
  }
  .card.fullwidth.text {
    max-width: 100%;
    margin: 0 12px 20px;
  }
  .card.fullwidth.text .heading {
    font-size: 21px;
    line-height: 30px;
  }
  .key-terminologies-section {
    padding: 24px 10px;
    border-radius: 0;
  }
  .key-terminologies-section .heading {
    font-size: 24px;
  }
  .key-terminologies-section .key-terminologies-content .key-terms-list {
    width: 100%;
    margin: 0 auto;
  }
  .key-terminologies-section .key-terminologies-content .key-terms-definitions-section {
    margin-top: 14px;
  }
  .key-terminologies-section .key-terminologies-content .key-terms-definitions-section .key-terms-definitions-slider {
    padding: 20px 20px 0;
    border: 4px solid #fff;
  }
  .key-terminologies-section .key-terminologies-content .key-terms-definitions-section .key-terms-definitions-slider::after {
    content: "";
    width: 100%;
    height: 84px;
    border-radius: 0 0 22px 22px;
    background: #f3f7ff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .key-terminologies-section .key-terminologies-content .key-terms-definitions-section .key-terms-definitions-slider .key-terms-definition .definition {
    height: 300px;
    padding-bottom: 100px;
  }
  .key-terminologies-section .key-terminologies-content .key-terms-definitions-section .key-terms-definitions-slider .slick-next {
    width: 130px;
    right: 20px;
    padding: 10px 30px 11px 24px;
  }
  .key-terminologies-section .key-terminologies-content .key-terms-definitions-section .key-terms-definitions-slider .slick-prev {
    width: 130px;
    left: 20px;
    right: auto;
    padding: 10px 10px 11px 25px;
  }
  .nri-popup-container .nri-popup-content {
    padding: 40px 16px 32px;
    max-width: 340px;
  }
  .nri-popup-container .nri-popup-content .nri-popup-close {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text1 {
    font-size: 24px;
    max-width: 210px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text-mixed-clr {
    font-size: 16px;
    margin: 16px 0 0 0;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text-mixed-clr span.green {
    display: block;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text2 p {
    font-size: 14px;
    width: 65%;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.sip .exit-intent-popup-content .sip-exit-main .sip-exit-left .text3 {
    max-width: 185px;
  }
}
@media (max-width: 480px) {
  :root {
    --page-max-width: 100%;
    --font-size: 14px;
  }
  .p {
    font-size: var(--font-size);
    line-height: 21px;
  }
  p {
    font-size: var(--font-size);
    line-height: 21px;
  }
  .pagecontainer {
    padding: 0 10px;
  }
}
@media (min-width: 576px) {
  :root {
    --page-max-width: 100%;
  }
}
@media (max-width: 991px) {
  :root {
    --page-max-width: 100%;
  }
  .pagecontainer {
    width: var(--page-max-width);
  }
  aside.sticky {
    width: var(--page-max-width);
    position: initial;
  }
}
@media (min-width: 992px) {
  :root {
    --page-max-width: 960px;
  }
  .pagecontainer {
    width: var(--page-max-width);
  }
  .pagecontent .blue {
    order: 2;
  }
  .stickyfooter .sticky .right button {
    padding: 14px 25px;
  }
}
@media (min-width: 1200px) {
  :root {
    --page-max-width: 1170px;
  }
}
@media screen and (max-width: 1024px) {
  .pagecontainer.layoutcenter aside {
    width: 100%;
  }
  .pbRelatedLinks .tagbox {
    display: block;
  }
}
@media (max-width: 768px) {
  .mixedlayout article {
    width: 100%;
  }
  .stickyfooter .sticky .right .ctaform button {
    width: 80%;
    max-width: 170px;
    padding: 15px 0;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 992px) {
  .form_mixed_layout .forminput li.has_radio {
    margin: 5px 20px 20px 20px;
  }
}
@media (max-width: 360px) {
  .registration_check #mob_feild2feild {
    width: 120px;
  }
  .registration_check #mob_feild2feild .country {
    width: 60px;
  }
  .leftSection .mid-form .form-block .left-div label {
    font-size: 10px;
  }
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
    font-size: 12px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 14px;
  }
  .stickyfooter .sticky .left {
    width: 100%;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .stickyfooter .sticky .left .tab.alignleft.wd300 {
    max-width: 100%;
  }
  .stickyfooter .sticky .right {
    width: 100%;
    min-width: 120px;
    margin: 0 auto;
  }
  .stickyfooter .sticky .right .ctaform button {
    width: 100%;
    margin: 10px auto !important;
  }
  .section-full.lgpp .popular-search .popular-search-tag li {
    width: 160px;
  }
}
@media screen and (max-width: 320px) {
  .trustedBy .card img.img-fluid {
    max-width: 90px;
  }
}
@media (max-width: 1366px) and (orientation: landscape) {
  .leftSection .left_fullbanner {
    cursor: pointer;
    padding: 10px 20px 20px;
    display: block;
    margin: 0 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 .form-block .left-div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-left {
    width: 48%;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-right {
    width: 48%;
    padding-top: 63px;
  }
  .leftSection .mid-form .form-block {
    padding: 10px;
  }
  .leftSection .mid-form .right-div div.blocks.brd {
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #1770db;
    background: #e5f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .leftSection .mid-form .right-div div.blocks.brd p {
    margin-right: 10px;
    margin-right: 10px;
  }
  .leftSection .mid-form .right-div div.blocks.brd .premium {
    font-size: 16px;
  }
  .leftSection .mid-form .right-div div.blocks button {
    font-size: 16px;
    padding: 8px;
    margin: 0 auto;
    height: auto;
    width: 150px;
  }
  .leftSection table tr:first-child {
    color: #253858;
  }
  .leftSection .return_calculator_box_investment .calc_form .feildWrapper:first-child {
    width: 90%;
    margin-right: 2%;
  }
  .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;
  }
  .leftSection .h1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection .h1 strong {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection h1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection h1 strong {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.024em;
  }
  .leftSection .h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection .h2 strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection h2 strong {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
  }
  .leftSection .h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
  .leftSection .h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
  .leftSection h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
  .leftSection h3 strong {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.016em;
    margin-bottom: 10px;
  }
  .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%;
  }
  .rightSection .videobox_right iframe {
    width: 100%;
    height: 300px;
  }
  .rightSection .widget-insurer-logo {
    float: initial;
  }
}
@media (max-width: 640px) {
  .leftSection .mid-form {
    max-width: 350px;
    width: 100%;
    margin: 20px auto;
  }
  .leftSection .mid-form .wrapper {
    width: 100%;
    padding: 15px;
    max-width: 360px;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
  }
  .leftSection .mid-form .form-block:before {
    display: none;
  }
  .leftSection .mid-form .form-block .left-div .gender-tab {
    width: 200px;
    margin: 0 auto 20px;
    position: relative;
    left: 35%;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-left .select-box {
    margin-bottom: 0;
  }
  .leftSection .mid-form .form-block .left-div .inner-block-right .select-box {
    margin-bottom: 0;
  }
  .leftSection .mid-form .right-div {
    width: 100%;
    margin-top: 30px;
    height: auto;
  }
}
@media (max-width: 740px) {
  .leftSection .mid-form .wrapper {
    width: calc(100% - 150px);
    background: #fff;
    margin-left: calc(100% - 380px);
  }
}
@media only screen and (max-width: 768px) {
  .leftSection .mid-form .form-block .left-div label {
    font-size: 12px;
  }
  .leftSection .number-listing-box li {
    padding-left: 50px;
  }
  .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;
  }
  #sip-calculator_graph .tenure {
    margin: 0 auto 30px;
  }
  #sip-calculator_graph .tenure li {
    margin-right: 5px;
  }
  #sip-calculator_graph .tenure li .tenure-tab {
    padding: 7px 10px;
    text-align: center;
    width: 90px;
  }
  #sip-calculator_graph .tenure li a {
    padding: 7px 10px;
    text-align: center;
    width: 90px;
  }
  #sip-calculator_graph .tenure li span {
    padding: 7px 10px;
    text-align: center;
    width: 90px;
  }
}
@media only screen and (max-width: 360px) {
  .rightSection .graphDiv img {
    width: 100%;
  }
  .leftSection .left_fullbanner img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blue-block {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .blue-block .col-md-3 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
  .blue-block .col-md-4 {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #005387;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .animated-banner .am-banner.mobile {
    width: 320px;
    margin: 0 auto;
    margin: 0 auto;
  }
  .animated-banner .am-banner.mobile lottie-player {
    width: 300px !important;
    height: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .stickyinfowrapper {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .stickyfooter .sticky .right {
    min-width: 120px;
  }
}
@media (min-width: 800px) and (max-width: 990px) {
  .popup-container {
    align-items: flex-end;
  }
  .popup-container .popup {
    margin: 0;
    max-width: 100%;
  }
  .popup-container .popup .popup-content {
    position: relative;
  }
  .popup-container .popup .popup-content > div {
    padding-top: 40px;
  }
  .popup-container .popup .popup-content:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 40px;
    background-color: #fff;
    z-index: 99;
    border-radius: 48px 48px 0 0;
    left: 1%;
  }
  .popup-container .popup .form_mixed_layout {
    max-width: 100%;
    border-radius: 48px 48px 0 0;
    overflow-y: scroll;
    max-height: 280px;
  }
  .popup-container .popup .form_mixed_layout:before {
    display: none;
  }
  .popup-container .popup .popup-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    opacity: 0.3;
    transition: opacity 0.2s ease-in;
    right: 26px;
    top: 22px;
    z-index: 100;
    opacity: 1;
  }
  .popup-container .popup .popup-close:hover {
    opacity: 1;
  }
  .popup-container .popup .popup-close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 24px;
    width: 2px;
    background-color: #333;
    transform: rotate(-45deg);
    left: 14px;
    top: 4px;
    background-color: var(--black);
  }
  .popup-container .popup .popup-close:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 24px;
    width: 2px;
    background-color: #333;
    transform: rotate(45deg);
    left: 14px;
    top: 4px;
    background-color: var(--black);
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .popup-container {
    align-items: flex-end;
  }
  .popup-container .popup {
    margin: 0;
    max-width: 100%;
  }
  .popup-container .popup .popup-content {
    position: relative;
  }
  .popup-container .popup .popup-content > div {
    padding-top: 40px;
  }
  .popup-container .popup .popup-content:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 40px;
    background-color: #fff;
    z-index: 99;
    border-radius: 48px 48px 0 0;
    left: 1%;
  }
  .popup-container .popup .form_mixed_layout {
    max-width: 100%;
    border-radius: 48px 48px 0 0;
    overflow-y: scroll;
    max-height: 280px;
  }
  .popup-container .popup .form_mixed_layout:before {
    display: none;
  }
  .popup-container .popup .popup-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    opacity: 0.3;
    transition: opacity 0.2s ease-in;
    right: 26px;
    top: 22px;
    z-index: 100;
    opacity: 1;
  }
  .popup-container .popup .popup-close:hover {
    opacity: 1;
  }
  .popup-container .popup .popup-close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 24px;
    width: 2px;
    background-color: #333;
    transform: rotate(-45deg);
    left: 14px;
    top: 4px;
    background-color: var(--black);
  }
  .popup-container .popup .popup-close:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 24px;
    width: 2px;
    background-color: #333;
    transform: rotate(45deg);
    left: 14px;
    top: 4px;
    background-color: var(--black);
  }
}
@media screen and (max-width: 360px) {
  .popup-container .popup::after {
    opacity: 0.8;
  }
}
@media (max-width: 320px) {
  .details-download-box .details .multi-info-wrap .text-type .tooltip .tooltip-icon {
    width: 12px;
    height: 12px;
    position: absolute;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  .performance-graph-heading.hide-desktop {
    display: none;
  }
  .fund-growth-view-chart-wrapper .fund-growth-view-chart .agewise.hide-desktop {
    display: none;
  }
  .key-terminologies-section .key-terminologies-content .people-also-read.hide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  .table-border-wrapper {
    width: calc(100% - 30px);
    margin-left: 15px;
    padding: 10px;
  }
  .table-border-wrapper:has(.return-calculator) .table-section table td:first-child {
    min-width: inherit;
    max-width: inherit;
  }
  .table-border-wrapper .table-section.view-table {
    width: calc(100% + 10px);
    padding-right: 10px;
    overflow: auto;
  }
  .table-border-wrapper .table-section.view-table table tr td:nth-child(2) {
    min-width: inherit;
  }
  .table-border-wrapper .table-section.view-table table tr td .change-table-tab {
    width: 65%;
  }
  .table-border-wrapper .table-section.view-table table tr td .change-table-tab table {
    min-width: inherit;
  }
  .table-border-wrapper .table-section.view-table table tr td .change-table-tab table tr td:first-child {
    min-width: inherit;
  }
}
@media (max-width: 890px) {
  .section-full.lgpp {
    padding: 30px 8px 10px 8px;
  }
  .section-full.lgpp .scrollable-box.y {
    overflow-x: initial;
  }
  .section-full.lgpp .scrollable-box {
    overflow: hidden;
    overflow-x: scroll;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .section-full.lgpp .scrollable-box::-webkit-scrollbar {
    width: 2px;
  }
  .section-full.lgpp .scrollable-box::-webkit-scrollbar-track {
    border-radius: 0;
    background: 0 0;
  }
  .section-full.lgpp .scrollable-box::-webkit-scrollbar-thumb {
    height: 2px;
    background: 0 0;
    border-radius: 8px;
  }
  .section-full.lgpp .scrollable-box.hid {
    height: 90px;
    overflow-y: scroll;
  }
  .section-full.lgpp .scrollable-box.hid::-webkit-scrollbar {
    width: 0;
  }
  .section-full.lgpp .scrollable-box.hid::-webkit-scrollbar-track {
    border-radius: 0;
    background: 0 0;
  }
  .section-full.lgpp .scrollable-box.hid::-webkit-scrollbar-thumb {
    height: 2px;
    background: 0 0;
    border-radius: 8px;
  }
  .section-full.lgpp .popular-search .scrollable-box {
    margin-bottom: 15px;
    padding: 12px 5px 0;
    margin-bottom: 15px;
  }
  .section-full.lgpp .popular-search h2.underline::before {
    display: none;
  }
  .section-full.lgpp .popular-search h2.underline {
    font-size: 22px;
    text-align: center;
  }
  .section-full.lgpp .popular-search .popular-search-tag li {
    width: calc(50% - 6px);
    margin: 5px 3px;
  }
  .section-full.lgpp .popular-search .popular-search-tag li .linktext {
    padding: 8px 21px 8px 10px;
  }
  .section-full.lgpp .popular-search .popular-search-tag {
    width: 100%;
    margin: 0;
  }
  .section-full.lgpp .popular-search .popular-search-tag .scrollable-box {
    position: relative;
    right: -16px;
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .form_mixed_layout .forminput li input#mobNumber.pd10 + .error {
    bottom: -28px;
  }
  .details-download-box .downloadable {
    bottom: 20px;
    padding: 0 15px;
    flex-direction: column-reverse;
    align-items: center;
  }
  .details-download-box .downloadable .download {
    margin-top: 18px;
    justify-content: center;
  }
  .details-download-box .downloadable .download.hide + .action-btn {
    margin: 0 auto;
  }
  .details-download-box .downloadable .action-btn {
    display: flex;
    background: rgb(253, 124, 51);
  }
}
.top-funds {
  margin-top: 15px;
  flex-direction: column;
}
.top-funds .slick-next {
  font-size: 0px;
  text-indent: 0;
  right: -25px;
  background: #2a63f6;
  z-index: 1;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: block;
}
.top-funds .slick-next:before {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 9px;
  top: 8px;
  z-index: 10;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .top-funds .slick-next {
    display: none !important;
  }
}
.top-funds .heading {
  letter-spacing: 0;
  color: #253858;
  opacity: 0.8;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.top-funds .top-funds-list {
  width: 91%;
  padding: 0 10px 0;
  margin: 0 30px;
}
@media only screen and (max-width: 767px) {
  .top-funds .top-funds-list {
    width: 100%;
    margin: 0;
    padding: 0 0 0 0px;
  }
}
.top-funds .top-funds-list .top-fund {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  padding: 8px 6px 8px 13px;
  max-width: 140px;
  width: 100% !important;
  margin-right: 12px;
  height: 94px;
  opacity: 0.5;
  cursor: pointer;
}
.top-funds .top-funds-list .top-fund img {
  max-width: 80px;
  width: 100%;
  height: auto;
}
.top-funds .top-funds-list .top-fund .interest {
  letter-spacing: 0;
  color: #132139;
  font-size: 18px;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
  margin-top: 5px;
}
.top-funds .top-funds-list .top-fund .name {
  letter-spacing: 0;
  color: #4f5e79;
  margin-top: 6px;
  font-size: 10px;
  line-height: 15px;
  text-align: left;
  font-weight: 500;
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.top-funds .top-funds-list .top-fund.visible, .top-funds .top-funds-list .top-fund.active {
  opacity: 1;
}
.top-funds .top-funds-list .slick-track {
  padding: 13px 0 18px;
}
.top-funds .slick-prev {
  font-size: 0px;
  text-indent: 0;
  background: #2a63f6;
  z-index: 1;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  left: -25px;
  display: block;
}
.top-funds .slick-prev:before {
  content: "";
  border: solid #fff;
  border-width: 2px 0 0 2px;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: 6px;
  top: 8px;
  z-index: 10;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .top-funds .slick-prev {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .top-funds {
    padding: 0 0 0 20px;
  }
}

.ulip-nav-table {
  background: #F3F7FF;
  border-radius: 10px;
  padding: 20px;
  margin: 40px auto 0;
  width: 100%;
  -moz-column-gap: 20px;
       column-gap: 20px;
  max-width: 1170px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .ulip-nav-table {
    flex-direction: column;
    padding: 20px 10px;
  }
}
.ulip-nav-table .ulip-nav-list .title-ulip {
  font-size: 26px;
  font-weight: 700;
  color: #253858;
}
.ulip-nav-table .ulip-nav-list .ulip-nav-links {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 500px;
  overflow-y: auto;
}
@media (max-width: 980px) {
  .ulip-nav-table .ulip-nav-list .ulip-nav-links {
    overflow-y: auto;
    display: flex;
    max-height: inherit;
  }
}
.ulip-nav-table .ulip-nav-list .ulip-nav-links .nav-lists {
  margin: 18px 0 0 0;
}
.ulip-nav-table .ulip-nav-list .ulip-nav-links .nav-lists a {
  font-size: 18px;
  color: #253858;
  text-decoration: none;
  padding: 14px 15px;
  display: flex;
}
@media (max-width: 980px) {
  .ulip-nav-table .ulip-nav-list .ulip-nav-links .nav-lists a {
    white-space: nowrap;
  }
}
.ulip-nav-table .ulip-nav-list .ulip-nav-links .nav-lists a.active {
  color: #fff;
  background: #0065FF;
  border-radius: 8px;
}
.ulip-nav-table .ulip-table-rhs {
  border-radius: 8px;
  padding: 12px 4px 12px 12px;
  background: #FFFFFF;
  width: 74%;
}
@media (max-width: 980px) {
  .ulip-nav-table .ulip-table-rhs {
    width: 100%;
    padding-right: 0px;
    margin-top: 10px;
  }
}
.ulip-nav-table .ulip-table-rhs .allinsurer::after {
  background: transparent;
  height: 0px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer {
  height: auto;
  padding: 0;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable {
  max-height: 500px;
  overflow-y: auto;
  width: 100%;
}
@media (max-width: 980px) {
  .ulip-nav-table .ulip-table-rhs .allinsurer .footable {
    overflow-y: auto;
    max-height: inherit;
    padding-right: 10px;
  }
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table {
  border-collapse: separate;
  border-spacing: 0px 10px;
  width: 100%;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr {
  background: rgba(51, 98, 255, 0.03);
  border-top: 10px solid #fff;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr.th-row {
  background: #eaefff;
  position: sticky;
  top: 0;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th {
  text-align: left;
  font-size: 16px;
  color: rgb(37, 56, 88);
  font-weight: 500;
  padding: 15px 10px;
  white-space: nowrap;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th:first-child {
  border-radius: 8px 0px 0px 8px;
  max-width: 140px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th:last-child {
  border-radius: 0px 8px 8px 0px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th.sort-asc img {
  transform: rotate(180deg);
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th img {
  filter: brightness(0);
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th b {
  font-weight: 500;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th .sort-icons {
  display: inline-flex;
  vertical-align: middle;
  flex-direction: column;
  margin-left: 5px;
  gap: 2px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th .sort-icons .sort-up {
  display: block;
  cursor: pointer;
  width: 9px;
  height: 5px;
  background: url(../../images/bu/investment/sorting-up-ulip-nav.svg) no-repeat 0 0;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th .sort-icons .sort-up:hover {
  opacity: 0.4;
  transition: all ease 0.4s;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th .sort-icons .sort-down {
  display: block;
  cursor: pointer;
  width: 9px;
  height: 5px;
  background: url(../../images/bu/investment/sorting-down-ulip-nav.svg) no-repeat 0 0;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr th .sort-icons .sort-down:hover {
  opacity: 0.4;
  transition: all ease 0.4s;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td {
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 600;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td:first-child {
  border-radius: 8px 0px 0px 8px;
}
@media (max-width: 980px) {
  .ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td:first-child {
    min-width: 140px;
  }
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td:last-child {
  border-radius: 0px 8px 8px 0px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  max-width: 138px;
  line-height: 24px;
  color: rgb(0, 101, 255);
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td .green {
  background: rgb(215, 255, 205);
  padding: 4px 10px;
  border-radius: 8px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td .red {
  background: rgb(255, 204, 200);
  padding: 4px 10px;
  border-radius: 8px;
}
.ulip-nav-table .ulip-table-rhs .allinsurer .footable table tr td button.btn {
  background: rgb(0, 101, 255);
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  white-space: nowrap;
  width: 83px;
  height: 32px;
  cursor: pointer;
}

/*--- Faq Section Starts ---*/
.faqsWrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}
.faqsWrap ul li {
  font-size: 16px;
  color: #253858;
  margin: 0 0 16px 0;
  border-radius: 10px;
  padding: 0 20px;
  border: 1px solid rgba(0, 101, 255, 0.5);
}
.faqsWrap ul li > ul li {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 5px 13px;
}
.faqsWrap ul li > ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: #253858;
  border-radius: 100%;
}
.faqsWrap ul li li {
  background: none;
}
.faqsWrap ul li:before {
  display: none;
}
.faqsWrap ul li h2,
.faqsWrap ul li h3,
.faqsWrap ul li h4,
.faqsWrap ul li .h2,
.faqsWrap ul li .h3,
.faqsWrap ul li .h4,
.faqsWrap ul li p {
  font-size: 16px;
  color: #253858;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin: 0px 0 0;
}
.faqsWrap ul li h2 > span,
.faqsWrap ul li h2 > label,
.faqsWrap ul li h3 > span,
.faqsWrap ul li h3 > label,
.faqsWrap ul li h4 > span,
.faqsWrap ul li h4 > label,
.faqsWrap ul li .h2 > span,
.faqsWrap ul li .h2 > label,
.faqsWrap ul li .h3 > span,
.faqsWrap ul li .h3 > label,
.faqsWrap ul li .h4 > span,
.faqsWrap ul li .h4 > label,
.faqsWrap ul li p > span,
.faqsWrap ul li p > label {
  color: #253858;
  padding: 14px 50px 14px 37px;
  display: block;
  position: relative;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-size: 16px;
  background: transparent;
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
  text-align: left !important;
}
.faqsWrap ul li h2 > span:hover,
.faqsWrap ul li h2 > label:hover,
.faqsWrap ul li h3 > span:hover,
.faqsWrap ul li h3 > label:hover,
.faqsWrap ul li h4 > span:hover,
.faqsWrap ul li h4 > label:hover,
.faqsWrap ul li .h2 > span:hover,
.faqsWrap ul li .h2 > label:hover,
.faqsWrap ul li .h3 > span:hover,
.faqsWrap ul li .h3 > label:hover,
.faqsWrap ul li .h4 > span:hover,
.faqsWrap ul li .h4 > label:hover,
.faqsWrap ul li p > span:hover,
.faqsWrap ul li p > label:hover {
  color: #253858;
}
.faqsWrap ul li h2 > span::before,
.faqsWrap ul li h2 > label::before,
.faqsWrap ul li h3 > span::before,
.faqsWrap ul li h3 > label::before,
.faqsWrap ul li h4 > span::before,
.faqsWrap ul li h4 > label::before,
.faqsWrap ul li .h2 > span::before,
.faqsWrap ul li .h2 > label::before,
.faqsWrap ul li .h3 > span::before,
.faqsWrap ul li .h3 > label::before,
.faqsWrap ul li .h4 > span::before,
.faqsWrap ul li .h4 > label::before,
.faqsWrap ul li p > span::before,
.faqsWrap ul li p > label::before {
  content: "";
  background: url(../../images/bu/investment/faq-hand-icon.png) no-repeat 0 0/24px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 18px;
}
.faqsWrap ul li h2 > span::after,
.faqsWrap ul li h2 > label::after,
.faqsWrap ul li h3 > span::after,
.faqsWrap ul li h3 > label::after,
.faqsWrap ul li h4 > span::after,
.faqsWrap ul li h4 > label::after,
.faqsWrap ul li .h2 > span::after,
.faqsWrap ul li .h2 > label::after,
.faqsWrap ul li .h3 > span::after,
.faqsWrap ul li .h3 > label::after,
.faqsWrap ul li .h4 > span::after,
.faqsWrap ul li .h4 > label::after,
.faqsWrap ul li p > span::after,
.faqsWrap ul li p > label::after {
  content: "";
  border: solid #5e6c84;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 8px;
  position: absolute;
  right: 0;
  top: 22px;
}
.faqsWrap ul li h2 > span[flag=up],
.faqsWrap ul li h2 > label[flag=up],
.faqsWrap ul li h3 > span[flag=up],
.faqsWrap ul li h3 > label[flag=up],
.faqsWrap ul li h4 > span[flag=up],
.faqsWrap ul li h4 > label[flag=up],
.faqsWrap ul li .h2 > span[flag=up],
.faqsWrap ul li .h2 > label[flag=up],
.faqsWrap ul li .h3 > span[flag=up],
.faqsWrap ul li .h3 > label[flag=up],
.faqsWrap ul li .h4 > span[flag=up],
.faqsWrap ul li .h4 > label[flag=up],
.faqsWrap ul li p > span[flag=up],
.faqsWrap ul li p > label[flag=up] {
  background: transparent;
  padding-bottom: 14px;
  border-radius: 8px;
}
.faqsWrap ul li h2 > span[flag=up]::after,
.faqsWrap ul li h2 > label[flag=up]::after,
.faqsWrap ul li h3 > span[flag=up]::after,
.faqsWrap ul li h3 > label[flag=up]::after,
.faqsWrap ul li h4 > span[flag=up]::after,
.faqsWrap ul li h4 > label[flag=up]::after,
.faqsWrap ul li .h2 > span[flag=up]::after,
.faqsWrap ul li .h2 > label[flag=up]::after,
.faqsWrap ul li .h3 > span[flag=up]::after,
.faqsWrap ul li .h3 > label[flag=up]::after,
.faqsWrap ul li .h4 > span[flag=up]::after,
.faqsWrap ul li .h4 > label[flag=up]::after,
.faqsWrap ul li p > span[flag=up]::after,
.faqsWrap ul li p > label[flag=up]::after {
  transform: rotate(-135deg);
  top: 26px;
}
.faqsWrap ul li h2 + div,
.faqsWrap ul li h3 + div,
.faqsWrap ul li h4 + div,
.faqsWrap ul li .h2 + div,
.faqsWrap ul li .h3 + div,
.faqsWrap ul li .h4 + div,
.faqsWrap ul li p + div {
  padding: 0;
  margin-top: 8px;
  line-height: 30px;
  margin-bottom: 10px;
  display: none;
  padding: 16px 0px;
  border-top: 1px solid #d9d9d9;
  font-size: 16px;
  letter-spacing: 0.016em;
  line-height: 30px;
  color: rgba(37, 56, 88, 0.8);
  background: transparent;
  text-align: left !important;
}
.faqsWrap ul .data_ul {
  margin-top: 16px;
  margin-bottom: 20px;
  list-style: none;
}
.faqsWrap ul .data_ul li {
  padding: 0 0px 0 20px;
  font-size: 16px;
  color: rgba(37, 56, 88, 0.8);
  margin: 0px 0 15px 13px;
  position: relative;
  list-style: none;
  border: 0px;
}
.faqsWrap ul .data_ul li .paragraphBu {
  margin: 0px !important;
  color: rgba(37, 56, 88, 0.8);
}
.faqsWrap ul .data_ul li:before {
  content: none;
}
.faqsWrap ul .data_ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 11px;
  background: rgba(37, 56, 88, 0.8);
  border-radius: 100%;
}
.faqsWrap ul .data_ol {
  margin-top: 16px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.faqsWrap ul .data_ol li {
  padding-left: 20px;
  font-size: 16px;
  color: rgba(37, 56, 88, 0.8);
  margin: 5px 0 15px 13px;
  position: relative;
}
.faqsWrap ul .data_ol li p {
  color: rgba(37, 56, 88, 0.8);
}

.block_content_wrapper {
  padding: 0px 15px 0;
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}

.faqsWrap {
  margin: 50px auto 0;
  width: 100%;
  max-width: 1140px;
}

.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg:after {
  content: "";
  background-image: url("../../images/bu/exit-intent-popup-image-investment-new.svg") !important;
  width: 307px;
  height: 306px;
  position: absolute;
  bottom: 53px;
  right: 36px;
  z-index: 0;
  opacity: 1 !important;
}
@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg:after {
    background-size: contain;
    width: 120px;
    height: 115px;
    right: 9px;
    bottom: initial;
    top: 37px;
  }
}
@media (device-height: 320px) and (device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg:after {
    width: 200px;
    height: 210px;
    right: 9px;
  }
}
@media (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg:after {
    background-size: contain;
    width: 102px;
    background-repeat: no-repeat;
    height: 102px;
    bottom: initial;
    top: 37px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg {
  background: #FFF4E2;
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg {
    height: auto;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-close {
  border: 0px;
  height: 22px;
  width: 22px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content > div.disclaimer.right {
  z-index: 10;
  position: relative;
  font-size: 11px;
  text-align: right;
  margin-top: 0px;
  color: rgba(37, 56, 88, 0.3);
  padding-top: 0px;
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content > div.disclaimer.right {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag {
  background: #D1FFE3 0% 0% no-repeat padding-box;
  border: 1px dashed #0E6A32;
  border-radius: 6px;
  margin: 0 0 0 0px;
  padding: 6px 12px 6px 32px;
  display: inline-flex;
  letter-spacing: 0px;
  color: #106A32;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url("../../images/bu/discount-icon-new.svg") no-repeat 0 0;
  background-size: contain;
  left: 10px;
  top: 8px;
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag:before {
    top: 8px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag span {
  font-weight: 400;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag {
    font-size: 16px;
  }
}
@media screen and (max-width: 567px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag {
    border-radius: 6px;
    margin: 0px;
    padding: 7px 6px 7px 33px;
    width: 100% !important;
    display: block;
    max-width: 220px;
    letter-spacing: 0px;
    color: #106A32;
    font-size: 14px;
    line-height: 19px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag.tax-free {
  border-color: #480798;
  background: #FFF7F4;
  font-weight: 500;
  margin: 0 0 0 10px;
  padding-left: 38px;
}
@media (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag.tax-free {
    margin: 10px 0 0 0;
    width: auto !important;
    display: inline-block;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag.tax-free::before {
  background: url("../../images/bu/tax-free-return-intent-icon.svg") no-repeat 0 0;
  content: "";
  height: 23px;
  width: 23px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag.tax-free span {
  font-weight: 500;
  color: #480798;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .tag.tax-free span sup {
  line-height: 12px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content h2 {
  color: #253858;
  font-size: 32px !important;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content h2 {
    font-size: 24px !important;
    line-height: 32px;
    margin-top: 15px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.description {
  color: #253858;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  width: 440px;
  position: relative;
  margin: 0 0 20px 0;
  color: rgba(37, 56, 88, 0.95);
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.description .nothing-text {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.description .nothing-text {
    font-weight: 400;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.description.sapretor {
  margin-bottom: 0px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.description {
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 10px 0;
    width: calc(100% - 115px);
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.description::after {
  display: none;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .details-1 {
  font-size: 17px;
  margin: 15px 0 15px;
  color: rgba(37, 56, 88, 0.95);
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .details-1 {
    font-size: 13px;
    margin: 5px 0;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
  position: relative;
  background: #FFE3B5;
  padding: 11px 15px 10px 30px;
  letter-spacing: 0px;
  color: #253858;
  font-size: 16px;
  line-height: 27px;
  width: 58%;
  margin: 10px 0 12px;
  left: -30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
    min-height: 48px;
    left: -16px;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span {
  color: #266FF7;
  line-height: 30px;
  font-weight: 600;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.large, .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.medium {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.large, .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.medium {
    font-size: 15px;
    font-weight: 500;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.premiumPlan, .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.small {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.premiumPlan, .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.small {
    font-size: 13px;
    font-weight: 500;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.premiumPlan sup, .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.small sup {
  font-size: 14px;
  line-height: 40px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2:after {
  content: "";
  width: 20px;
  bottom: 0em;
  position: absolute;
  display: block;
  border: 27px solid #FFE3B5;
  z-index: 0;
  right: -27px;
  border-left-width: 0em;
  border-right-color: transparent;
}
@media screen and (max-width: 980px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
    padding: 8px 22px 14px;
    font-size: 20px;
    line-height: 30px;
    width: 69%;
    max-width: 492px;
    margin: 10px 0 12px;
    left: -29px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
    padding: 8px 0 7px 17px;
    letter-spacing: 0px;
    color: #253858;
    font-size: 15px;
    line-height: 30px;
    width: 71%;
    left: -15px;
    max-width: 382px;
    margin: 5px 0;
    left: -15px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2:after {
    border: 23px solid #FFE3B5;
    z-index: 0;
    right: -23px;
    border-left-width: 0em;
    border-right-color: transparent;
  }
}
@media screen and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
    padding: 7px 0 8px 13px;
    letter-spacing: 0px;
    color: #253858;
    font-size: 12px;
    line-height: 30px;
    width: 91%;
    margin: 10px 0;
    left: -17px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.large {
    font-size: 16px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 span.premiumPlan {
    font-size: 14px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2::after {
    border: 29px solid #FFE3B5;
    right: -29px;
    border-left-width: 0em;
    border-right-color: transparent;
  }
}
@media screen and (max-width: 568px) and (max-width: 568px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2::after {
    border: 24px solid #FFE3B5;
    right: -24px;
    border-left-width: 0em;
    border-right-color: transparent;
  }
}
@media screen and (max-width: 440px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content p.details-2 {
    width: 100%;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer {
  margin: 5px 0 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 62%;
  gap: 2%;
  font-weight: 400;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer {
    margin: 8px 0 0;
    width: 100%;
    align-items: flex-start;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li {
  letter-spacing: 0px;
  color: rgba(37, 56, 88, 0.95);
  font-size: 14px;
  line-height: 30px;
  position: relative;
  width: 47%;
  margin: 0 0 3px;
  padding-left: 20px;
  display: flex;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url("../../images/bu/exit-intent-popup-bullet-tick.svg") !important;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li::after {
  content: "";
  background: #6EAA50;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  border: 1px solid #fff5ef;
  top: 11px;
  display: none;
}
@media screen and (max-width: 767px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li {
    font-size: 13px;
    width: 100%;
    margin-bottom: 12px;
    line-height: 16px;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li:before {
    top: 2px;
    transform: initial;
  }
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li:after {
    top: 5px;
    transform: initial;
  }
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer li sup.arrow-disclaimer {
  position: relative;
  top: -4px;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer.row::before, .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .pointer.row::after {
  display: none;
}
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content a,
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .viewplan-link,
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .viewbtn,
.exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content button {
  background: #0065ff 0% 0% no-repeat padding-box;
  border: 1px solid #0065ff;
  border-radius: 5px;
  color: #fff;
  text-transform: initial;
  max-width: 230px;
  width: 100%;
  padding: 10px 0px;
  display: block;
  text-align: center;
  margin-top: 23px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content a,
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .viewplan-link,
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content .viewbtn,
  .exit-intent-popup-container.mobile.investment .exit-intent-popup.bu.cg .exit-intent-popup-content button {
    max-width: 268px;
    font-size: 16px;
    z-index: 1;
    margin: 7px auto;
    position: relative;
  }
}

.breadcrumbinner .breadcrumb li:first-child {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold {
    width: 100%;
  }
}
.block_content_wrapper_firstfold p {
  display: inline !important;
}
.block_content_wrapper_firstfold .extra-text {
  display: inline;
}
@media only screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold .extra-text.show-extra {
    display: inline;
  }
}
@media only screen and (max-width: 1024px) {
  .block_content_wrapper_firstfold .extra-text {
    display: none;
  }
}
.block_content_wrapper_firstfold .extra-text-web {
  display: none;
}
.block_content_wrapper_firstfold .extra-text-web.show-extra {
  display: inline;
}
.block_content_wrapper_firstfold .text-hide-link {
  display: inline-block;
  color: #0065ff;
  cursor: pointer;
  text-transform: capitalize;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 440px) {
  .breadcrumbinner .breadcrumb li a {
    color: #0065ff;
  }
}
.form-tab .registration_check .dropdown {
  position: relative;
  width: 85px;
  margin-left: 24px;
}
.form-tab .registration_check .dropdown:before {
  content: "";
  background: url(../../images/bu/term/arrrow-img.svg) no-repeat 0 0;
  width: 13px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 8px;
  background-size: cover;
}
.form-tab .registration_check .dropdown input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 18px;
  height: 46px;
  width: 85px;
  border: none;
}
.form-tab .registration_check .dropdown .dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  max-height: 300px;
  overflow: initial;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px;
  box-sizing: border-box;
}
.form-tab .registration_check .dropdown .dropdown-list.show {
  display: block !important;
}
.form-tab .registration_check .dropdown .dropdown-list .closeCountry {
  display: none;
}
.form-tab .registration_check .dropdown .dropdown-list input {
  width: 100% !important;
  padding: 10px;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  box-sizing: border-box;
}
.form-tab .registration_check .dropdown .dropdown-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 240px;
}
@media (max-width: 568px) {
  .form-tab .registration_check .dropdown .dropdown-list ul {
    height: 320px;
  }
}
.form-tab .registration_check .dropdown .dropdown-list ul li {
  padding: 10px;
  cursor: pointer;
  border: 0px;
  border-bottom: 1px solid #ccc;
  margin: 0px;
  border-radius: 0px;
}
.form-tab .registration_check .dropdown .dropdown-list ul li:hover {
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .form-tab .registration_check .dropdown .dropdown-list {
    display: none;
    position: fixed;
    top: 25%;
    left: 0px;
    margin: 0px auto;
    right: 0;
    transform: translate(0px, -25%);
    z-index: 99991;
    max-height: 380px;
  }
  .form-tab .registration_check .dropdown .dropdown-list .closeCountry {
    position: absolute;
    right: -11px;
    top: -13px;
    width: 22px;
    height: 22px;
    opacity: 1;
    background: #000000;
    border-radius: 50%;
    display: block;
  }
  .form-tab .registration_check .dropdown .dropdown-list .closeCountry:before, .form-tab .registration_check .dropdown .dropdown-list .closeCountry:after {
    position: absolute;
    left: 10px;
    content: " ";
    height: 13px;
    width: 2px;
    background-color: #fff;
    top: 4px;
  }
  .form-tab .registration_check .dropdown .dropdown-list .closeCountry:before {
    transform: rotate(45deg);
  }
  .form-tab .registration_check .dropdown .dropdown-list .closeCountry:after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .form-tab .registration_check .dropdown .overlyblock.active {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 56, 88, 0.7);
    z-index: 99990;
  }
}
.form-tab .registration_check .code-number {
  display: flex;
  width: 100%;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  padding-left: 40px;
}
@media (max-width: 640px) {
  .form-tab .registration_check .code-number {
    margin: 10px 0 0;
  }
}
.form-tab .registration_check .code-number #countryCode {
  max-width: 65px;
  padding: 0px 0 0 10px;
  border: none;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 375px) {
  .form-tab .registration_check .code-number #countryCode {
    max-width: 54px;
  }
}
.form-tab .registration_check .code-number .mobileNumber {
  width: calc(100% - 72px);
  padding: 0px 0px;
  box-sizing: border-box;
  position: relative;
  border: none;
}
@media (max-width: 375px) {
  .form-tab .registration_check .code-number .mobileNumber {
    width: calc(100% - 62px);
  }
}
.form-tab .registration_check .code-number .mobileNumber input {
  border: none;
  padding: 0 10px 0 10px;
  height: 100%;
}
.form-tab .registration_check .code-number .mobileNumber .feildLable {
  left: 0px;
  pointer-events: none;
  transition: all 0.2s ease-in;
}
.form-tab .registration_check .code-number .mobileNumber input:focus + .feildLable,
.form-tab .registration_check .code-number .mobileNumber input.labelshow + .feildLable {
  font-size: 12px;
  top: -2px;
  left: -160px;
}

.best-sip-funds-widget .sip-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: inherit;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
  border-radius: 8px;
  background: linear-gradient(90deg, #F4F8FF 0%, #E8FFE9 100%);
  padding: 30px 0 0 0;
}

.best-sip-funds-widget .sip-container.colum-wise {
  position: relative;
  flex-direction: column;
  padding: 24px 12px;
  width: calc(100% + 32px);
  margin-left: -16px;
  max-width: 750px;
}

@media screen and (max-width: 980px) {
  .best-sip-funds-widget .sip-container.colum-wise {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .best-sip-funds-widget .sip-container.colum-wise {
    margin: 0 0 0 -16px;
  }
}
@media screen and (max-width: 767px) {
  .best-sip-funds-widget .sip-container.colum-wise .select-col:last-child .select-styled-sip {
    width: 93%;
  }
}
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p span {
  font-size: 14px;
}

.best-sip-funds-widget .sip-container.colum-wise .sip-investment .green-text.paragraphBu span {
  font-size: 14px;
}

.best-sip-funds-widget .sip-container.colum-wise .sip-list-parent {
  margin: 0;
  padding: 0;
}

.best-sip-funds-widget .sip-container.colum-wise h2.sif-title,
.best-sip-funds-widget .sip-container.colum-wise h3.sif-title {
  padding: 0 0 16px 0;
  min-width: 200px;
  margin: 0;
  line-height: initial;
}

.best-sip-funds-widget .sip-container.colum-wise .vertical-tabs {
  display: flex;
  white-space: nowrap;
  margin: 15px -12px 10px;
  overflow-x: auto;
  border-top: 1px dashed rgba(0, 0, 0, 0.12);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
  gap: 20px;
  padding: 10px 10px;
}

.best-sip-funds-widget .sip-container.colum-wise .vertical-tabs::-webkit-scrollbar {
  display: none;
}

@media (max-width: 980px) {
  .best-sip-funds-widget .sip-container.colum-wise .vertical-tabs {
    border: none;
    margin: 0 -12px 0 0;
    padding: 0;
    gap: 15px;
  }
}
.best-sip-funds-widget .sip-container.colum-wise .vertical-tabs a.active {
  padding: 14px 10px;
  border-radius: 8px;
  background-size: 0;
  flex-direction: column;
}

.best-sip-funds-widget .sip-container.colum-wise .vertical-tabs a {
  background-size: 0;
  padding: 4px 14px;
  height: 40px;
  justify-content: center;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0;
}

.best-sip-funds-widget .sip-container.colum-wise .vertical-tabs a:last-child {
  margin-right: 12px;
}

.best-sip-funds-widget .sip-container.colum-wise .vertical-tabs a:first-child {
  margin-left: 12px;
}

@media (max-width: 980px) {
  .best-sip-funds-widget .sip-container.colum-wise .vertical-tabs a:first-child {
    margin-left: 0;
  }
}
.best-sip-funds-widget .sip-container.colum-wise .vertical-tabs a span {
  font-size: 11px;
}

.best-sip-funds-widget .sip-container.colum-wise .select-col {
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  margin: 0;
}

.best-sip-funds-widget .sip-container.colum-wise .select-col:nth-child(2) {
  margin-left: 0;
}

.best-sip-funds-widget .sip-container.colum-wise .select-col .select-styled-sip {
  width: 100%;
  align-items: center;
}

.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box {
  position: absolute;
  top: 64px;
  width: 340px;
  display: none;
  left: -93px;
}

@media (max-width: 980px) {
  .best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    z-index: 100000;
  }
}
.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .iab-main {
  background: #fff;
  padding: 18px 12px 16px;
  box-shadow: 0 3px 12px 0 rgba(0, 101, 255, 0.25);
  border-radius: 8px;
}

@media (max-width: 980px) {
  .best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .iab-main {
    border-radius: 24px 24px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .iab-main .topPlan-errorMessage {
  color: red;
  font-size: 12px;
  margin: -9px 0 5px;
}

.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .close-investBox {
  display: none;
  position: absolute;
}

@media (max-width: 980px) {
  .best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .close-investBox {
    display: flex;
  }
}
.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .investment-amoount-heading {
  font-size: 13px;
  font-weight: 600;
}

.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .inputValue-and-label {
  display: flex;
  padding: 12px 8px 6px;
  margin: 5px 0 12px 0;
  gap: 5px;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
}

.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .inputValue-and-label .inputValue-left {
  display: flex;
  align-items: center;
}

.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .inputValue-and-label .inputValue-left .inputValInvestment {
  font-size: 16px;
  color: #253858;
  border: none;
  padding: 0 0 0 8px;
  outline: 0;
  max-width: 100%;
}

.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .inputValue-and-label .inputValue-left .input-rupee-sign {
  font-size: 15px;
  font-weight: 600;
  color: rgba(37, 56, 88, 0.6);
}

.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .inputValue-and-label .inputValue-right {
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  color: rgba(37, 56, 88, 0.6);
}

.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .default-price-options {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .default-price-options .dpo-value {
  font-size: 13px;
  font-weight: 600;
  border-radius: 24px;
  background: rgba(0, 101, 255, 0.1);
  padding: 8px 16px;
  cursor: pointer;
}

.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .cancelAndApply {
  display: flex;
  gap: 8px;
  margin: 24px 0 0 0;
}

.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .cancelAndApply .cancel-investment-btn {
  border-radius: 4px;
  padding: 8px;
  background: #ddd;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  border: 0;
  color: #fff;
  font-size: 14px;
  height: 32px;
}

.best-sip-funds-widget .sip-container.colum-wise .select-col .investment-amount-box .cancelAndApply .apply-investment-btn {
  border-radius: 4px;
  padding: 8px;
  background: #0067ff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  border: 0;
  color: #fff;
  font-size: 14px;
  height: 32px;
}

.best-sip-funds-widget .sip-container.colum-wise .select-col span {
  font-size: 12px;
}

.best-sip-funds-widget .sip-container.colum-wise .select-col select {
  font-size: 13px;
}

.best-sip-funds-widget .sip-container.colum-wise .sip-left {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.best-sip-funds-widget .sip-container.colum-wise section.sip-right {
  width: 100%;
}

.best-sip-funds-widget .sip-container.colum-wise .select-section {
  margin: 16px 0;
  width: 58%;
  justify-content: space-between;
  position: absolute;
  right: 20px;
  top: 0;
}

@media (max-width: 980px) {
  .best-sip-funds-widget .sip-container.colum-wise .select-section {
    position: static;
    right: 0;
    width: 100%;
    padding: 10px 0;
  }
}
.best-sip-funds-widget .sip-container.colum-wise .sip-list {
  margin: 0 0 16px;
  padding: 0;
}

.best-sip-funds-widget .sip-container.colum-wise .sip-list:last-child {
  margin: 0;
}

.best-sip-funds-widget .sip-container.colum-wise .sip-list .sip-list-inner {
  padding: 16px;
  flex-wrap: wrap;
  gap: 10px;
}

.best-sip-funds-widget .sip-container.colum-wise .sip-details {
  width: 100%;
  order: 3;
  border-radius: 8px;
  padding: 16px 10px;
  row-gap: 2px;
  -moz-column-gap: 0;
       column-gap: 0;
  justify-content: flex-start;
}

@media (max-width: 980px) {
  .best-sip-funds-widget .sip-container.colum-wise .sip-details {
    width: 100%;
    order: 3;
    padding: 0;
    row-gap: 12px;
    -moz-column-gap: 0px;
    column-gap: 15px;
    justify-content: flex-start;
  }
}
.best-sip-funds-widget .sip-container.colum-wise .sip-details .sip-det-col {
  width: 20%;
}

@media (max-width: 980px) {
  .best-sip-funds-widget .sip-container.colum-wise .sip-details .sip-det-col {
    width: 30%;
  }
  .best-sip-funds-widget .sip-container.colum-wise .sip-details .sip-det-col:nth-of-type(2n) {
    width: 82px;
  }
}
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col span {
  font-size: 12px;
}

@media (max-width: 980px) {
  .best-sip-funds-widget .sip-container.colum-wise .sip-det-col span {
    font-size: 11px;
  }
}
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p,
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p > span {
  font-size: 16px;
}

.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p .five-year-returns,
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p .seven-year-returns,
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p .ten-year-returns,
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p.green-text,
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p > span .five-year-returns,
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p > span .seven-year-returns,
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p > span .ten-year-returns,
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p > span.green-text {
  color: #253858;
}

.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p:has(.estimated-value) {
  color: #079836;
}
.best-sip-funds-widget .sip-container.colum-wise .sip-det-col p > span.estimated-value {
  color: #079836;
}

@media (max-width: 980px) {
  .best-sip-funds-widget .sip-container.colum-wise .sip-det-col p,
  .best-sip-funds-widget .sip-container.colum-wise .sip-det-col p > span {
    font-size: 14px;
  }
}
.best-sip-funds-widget .sip-container.colum-wise .sip-btn a {
  width: 114px;
  height: 32px;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 980px) {
  .best-sip-funds-widget .sip-container.colum-wise .sip-btn a {
    width: 98px;
  }
}
.best-sip-funds-widget .sip-container.colum-wise .sip-logo {
  display: flex;
  flex-direction: row;
  min-width: 320px;
  max-width: 100%;
  align-items: center;
}

.best-sip-funds-widget .sip-container.colum-wise .sip-logo img {
  max-width: 75px;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 980px) {
  .best-sip-funds-widget .sip-container.colum-wise .sip-logo {
    min-width: inherit;
    margin-bottom: 10px;
    height: auto;
    max-width: calc(100% - 110px);
    align-items: flex-start;
    flex-direction: column;
  }
}
.best-sip-funds-widget .sip-container.colum-wise .sip-investment .green-text.paragraphBu span {
  font-size: 14px;
}

.best-sip-funds-widget .sip-container .sip-left {
  min-width: 193px;
  width: 21%;
}

.best-sip-funds-widget .sip-container h3.sif-title {
  margin: 0;
  padding: 0 0 30px 20px;
  font-size: 24px;
  font-weight: 600;
}

.best-sip-funds-widget .sip-container .tab-sip {
  display: none;
  height: 400px;
  margin: 10px 0 0;
  overflow-y: auto;
}

.best-sip-funds-widget .sip-container .tab-sip::-webkit-scrollbar {
  display: none;
}

.best-sip-funds-widget .sip-container .tab-sip.active {
  display: block;
}

.best-sip-funds-widget .sip-container .vertical-tabs a {
  font-size: 15px;
  font-weight: 500;
  color: #253858;
  text-decoration: none;
  display: block;
  padding: 0 20px;
  background: url(../../images/bu/b_arrow_down.png) no-repeat 97% center/16px;
  height: 50px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 10px;
  cursor: pointer;
}

.best-sip-funds-widget .sip-container .vertical-tabs a span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: rgba(37, 56, 88, 0.6);
}

.best-sip-funds-widget .sip-container .vertical-tabs a.active {
  color: #0065ff;
  border-radius: 0 34px 34px 0;
  background: url(../../images/bu/sip_arrow_down_active.png) no-repeat 97% center/16px, rgba(0, 101, 255, 0.1);
}

.best-sip-funds-widget .sip-container section.sip-right {
  width: 82%;
}

.best-sip-funds-widget .sip-container .select-section {
  display: flex;
  margin: 0 40px;
  justify-content: space-evenly;
}

.best-sip-funds-widget .sip-container .select-section.flex-end-sip-filter {
  justify-content: flex-end;
}

.best-sip-funds-widget .sip-container .select-col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  position: relative;
  margin: 0 0;
}

.best-sip-funds-widget .sip-container .select-col .select-hidden-sip {
  display: none;
  -webkit-appearance: none;
  visibility: hidden;
  padding-right: 10px;
}

.best-sip-funds-widget .sip-container .select-col.best-funds-year-new .select-topPlan {
  width: 96px;
}

.best-sip-funds-widget .sip-container .select-col .select-topPlan {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #253858;
  width: 125px;
  height: 30px;
}

@media (max-width: 767px) {
  .best-sip-funds-widget .sip-container .select-col .select-topPlan {
    width: auto;
    min-width: 94px;
  }
}
.best-sip-funds-widget .sip-container .select-col .select-styled-sip {
  position: absolute;
  top: 0;
  white-space: nowrap;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  width: 100%;
  display: flex;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  background: url(../../images/bu/arrow-gray.svg) no-repeat calc(100% - 15px) 14px;
  font-size: 15px;
  font-weight: 600;
  color: #253858;
  padding: 0 30px 0 12px;
  outline: 0;
  height: 30px;
  transition: all 0.2s ease-in;
}

@media (max-width: 980px) {
  .best-sip-funds-widget .sip-container .select-col .select-styled-sip.active::before {
    content: "";
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
}
.best-sip-funds-widget .sip-container .select-col .select-options {
  display: none;
  width: 177px;
  position: absolute;
  top: 40px;
  right: 0;
  left: -23px;
  z-index: 9;
  margin: 0;
  list-style: none;
  background: #fff;
  padding: 18px 12px 16px;
  box-shadow: 0 3px 12px 0 rgba(0, 101, 255, 0.25);
  border-radius: 8px;
}

@media (max-width: 980px) {
  .best-sip-funds-widget .sip-container .select-col .select-options {
    top: auto;
    z-index: 99999;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 24px 24px 0 0;
    padding-bottom: 40px;
  }
  .best-sip-funds-widget .sip-container .select-col .select-options::before {
    background: #fff;
    content: "X";
    font-family: sans-serif;
    position: absolute;
    font-weight: 500;
    font-size: 20px;
    color: #a0a0a0;
    left: 50%;
    top: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transform: translateY(-50%);
  }
}
.best-sip-funds-widget .sip-container .select-col .select-options li {
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 0 14px;
  padding: 0 0 14px;
  transition: all 0.15s ease-in;
}

.best-sip-funds-widget .sip-container .select-col .select-options li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}

.best-sip-funds-widget .sip-container .select-col .select-options li.is-selected,
.best-sip-funds-widget .sip-container .select-col .select-options li:hover {
  color: #253858;
}

.best-sip-funds-widget .sip-container .select-col .select-options li[rel=hide] {
  display: none;
}

.best-sip-funds-widget .sip-container .select-col span {
  color: rgba(37, 56, 88, 0.6);
  font-size: 14px;
  font-weight: 500;
}

.best-sip-funds-widget .sip-container .select-col .invest-toggleBox {
  position: relative;
}

.best-sip-funds-widget .sip-container .select-col .invs-value {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  background: url(../../images/bu/arrow-gray.svg) no-repeat calc(100% - 15px) 14px;
  font-size: 15px;
  font-weight: 600;
  color: #253858;
  padding: 0 30px 0 12px;
  height: 30px;
  width: -moz-max-content;
  width: max-content;
}

.best-sip-funds-widget .sip-container .select-col .invs-value span {
  font-size: 15px;
  font-weight: 600;
  color: #253858;
}

.best-sip-funds-widget .sip-container .select-col .invs-value img {
  margin-left: 10px;
}

.best-sip-funds-widget .sip-container .select-col .arrow-rotate img {
  transform: rotate(180deg);
}

.best-sip-funds-widget .sip-container .select-col .investment-amount-box {
  position: absolute;
  top: 40px;
  width: 340px;
  display: none;
  left: -93px;
}

.best-sip-funds-widget .sip-container .select-col .investment-amount-box .iab-main {
  background: #fff;
  padding: 18px 12px 16px;
  box-shadow: 0 3px 12px 0 rgba(0, 101, 255, 0.25);
  border-radius: 8px;
}

.best-sip-funds-widget .sip-container .select-col .investment-amount-box .iab-main .topPlan-errorMessage {
  color: red;
  font-size: 12px;
  margin: -9px 0 5px;
}

.best-sip-funds-widget .sip-container .select-col .investment-amount-box .close-investBox {
  display: none;
  position: absolute;
}

.best-sip-funds-widget .sip-container .select-col .investment-amount-box .investment-amoount-heading {
  font-size: 13px;
  font-weight: 600;
}

.best-sip-funds-widget .sip-container .select-col .investment-amount-box .inputValue-and-label {
  display: flex;
  padding: 12px 8px 6px;
  margin: 5px 0 12px 0;
  gap: 5px;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
}

.best-sip-funds-widget .sip-container .select-col .investment-amount-box .inputValue-and-label .inputValue-left {
  display: flex;
  align-items: center;
}

.best-sip-funds-widget .sip-container .select-col .investment-amount-box .inputValue-and-label .inputValue-left .inputValInvestment {
  font-size: 16px;
  color: #253858;
  border: none;
  padding: 0 0 0 8px;
  outline: 0;
  max-width: 100%;
}

.best-sip-funds-widget .sip-container .select-col .investment-amount-box .inputValue-and-label .inputValue-left .input-rupee-sign {
  font-size: 15px;
  font-weight: 600;
  color: rgba(37, 56, 88, 0.6);
}

.best-sip-funds-widget .sip-container .select-col .investment-amount-box .inputValue-and-label .inputValue-right {
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  color: rgba(37, 56, 88, 0.6);
}

.best-sip-funds-widget .sip-container .select-col .investment-amount-box .default-price-options {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.best-sip-funds-widget .sip-container .select-col .investment-amount-box .default-price-options .dpo-value {
  font-size: 13px;
  font-weight: 600;
  border-radius: 24px;
  background: rgba(0, 101, 255, 0.1);
  padding: 8px 16px;
  cursor: pointer;
}

.best-sip-funds-widget .sip-container .select-col .investment-amount-box .cancelAndApply {
  display: flex;
  gap: 8px;
  margin: 24px 0 0 0;
}

.best-sip-funds-widget .sip-container .select-col .investment-amount-box .cancelAndApply .cancel-investment-btn {
  border-radius: 4px;
  padding: 8px;
  background: #ddd;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  border: 0;
  color: #fff;
  font-size: 14px;
  height: 32px;
}

.best-sip-funds-widget .sip-container .select-col .investment-amount-box .cancelAndApply .apply-investment-btn {
  border-radius: 4px;
  padding: 8px;
  background: #0067ff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  border: 0;
  color: #fff;
  font-size: 14px;
  height: 32px;
}

@media screen and (max-width: 767px) {
  .best-sip-funds-widget .sip-container .select-col:first-child .select-topPlan {
    width: auto;
    min-width: 115px;
  }
  .best-sip-funds-widget .sip-container .select-col:last-child .select-styled-sip {
    width: 100%;
  }
}
.best-sip-funds-widget .sip-container .sip-list-parent {
  max-width: 100%;
  margin: 22px 0 0 0;
  padding: 0 40px;
}

.best-sip-funds-widget .sip-container .sip-list {
  margin-top: 16px;
  border-radius: 8px;
  background: #fff;
  justify-content: space-between;
  box-shadow: 0 3px 12px 0 rgba(0, 101, 255, 0.08);
}

.best-sip-funds-widget .sip-container .sip-list:last-child {
  margin-bottom: 20px;
}

.best-sip-funds-widget .sip-container .sip-list .sip-list-inner {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  gap: 50px;
  justify-content: space-between;
}

.best-sip-funds-widget .sip-container .sip-list .tax-receipt-pension-sip {
  display: flex;
  padding: 9px 16px;
  background: #f5f5f5;
  border-radius: 0 0 8px 8px;
}

.best-sip-funds-widget .sip-container .sip-list .tax-receipt-pension-sip .instant-tax-receipt-btn {
  border-radius: 16px;
  background: rgba(0, 103, 185, 0.1);
  padding: 4px 12px;
  height: 30px;
  font-size: 12px;
  color: #0067b9;
  cursor: pointer;
  font-weight: 500;
}

.best-sip-funds-widget .sip-container .sip-list .tax-receipt-pension-sip .tax-ree-pension {
  border-radius: 16px;
  background: rgba(68, 154, 67, 0.1);
  font-weight: 500;
  padding: 8px 12px;
  font-size: 12px;
  color: #449a43;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 30px;
}

.best-sip-funds-widget .sip-container .sip-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 120px;
  max-width: 120px;
}

.best-sip-funds-widget .sip-container .sip-logo img {
  max-height: 40px;
}

.best-sip-funds-widget .sip-container .sip-logo span {
  font-size: 14px;
  display: block;
  line-height: initial;
  color: #253858;
  font-weight: 500;
  margin: 0;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.best-sip-funds-widget .sip-container .sip-details {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding: 0 0;
}

.best-sip-funds-widget .sip-container .sip-det-col > span {
  font-size: 12px;
  line-height: initial;
  display: flex;
  flex-direction: column;
  color: rgba(37, 56, 88, 0.6);
  font-weight: 500;
}

.best-sip-funds-widget .sip-container .sip-det-col span.after-years {
  display: flex;
  margin: 3px 0 0;
  line-height: initial;
}

.best-sip-funds-widget .sip-container .sip-det-col .paragraphBu {
  font-size: 16px;
  font-weight: 600;
  margin: 4px 0 0;
  color: #253858;
  line-height: 16px;
}

.best-sip-funds-widget .sip-container .sip-det-col p {
  font-size: 16px;
  font-weight: 600;
  margin: 4px 0 0 0;
  color: #253858;
  line-height: 16px;
}

.best-sip-funds-widget .sip-container .sip-det-col p span {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #253858;
  line-height: 16px;
}

.best-sip-funds-widget .sip-container .sip-det-col p.greem-text {
  color: #079836 !important;
}

.best-sip-funds-widget .sip-container .sip-btn {
  display: flex;
  margin-top: 8px;
}

@media (max-width: 980px) {
  .best-sip-funds-widget .sip-container .sip-btn {
    margin-top: 0;
  }
}
.best-sip-funds-widget .sip-container .sip-btn a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  width: 114px;
  height: 40px;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #0065ff;
  background: #0067ff;
}

.best-sip-funds-widget .sip-container .read-more-sip {
  display: none;
}

@media (max-width: 1024px) {
  .best-sip-funds-widget .select-col span {
    font-size: 13px;
  }
  .best-sip-funds-widget .select-col select {
    font-size: 14px;
  }
  .best-sip-funds-widget .sip-container {
    padding: 24px;
  }
  .best-sip-funds-widget .sip-container .sip-list .sip-list-inner {
    gap: 15px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .best-sip-funds-widget .sip-container .sip-details {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 35px;
    padding: 0 0;
  }
  .best-sip-funds-widget .sip-container .sip-btn {
    order: 2;
  }
  .best-sip-funds-widget .sip-container .select-col {
    margin: 0 20px;
    flex-direction: column;
  }
  .best-sip-funds-widget .sip-container .select-col:nth-child(2) {
    margin-left: 40px;
  }
}
@media (max-width: 980px) {
  .best-sip-funds-widget .sip-container .sip-det-col p span {
    font-size: 14px;
  }
  .best-sip-funds-widget .sip-investment .green-text.paragraphBu span {
    font-size: 14px;
  }
  .best-sip-funds-widget .sip-wrapper {
    padding: 10px 0;
  }
  .best-sip-funds-widget .sip-container {
    flex-direction: column;
    padding: 24px 12px;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .best-sip-funds-widget .sip-container .heightAutoTop .tab-sip .sip-list {
    display: block;
  }
  .best-sip-funds-widget .sip-container .heightAutoTop .tab-sip {
    height: auto;
  }
  .best-sip-funds-widget .sip-container .tab-sip {
    height: auto;
    overflow: hidden;
  }
  .best-sip-funds-widget .sip-container .read-more-sip {
    display: flex;
    justify-content: center;
  }
  .best-sip-funds-widget .sip-container .read-more-sip span {
    width: 137px;
    margin: 16px 0 0 0;
    text-decoration: none;
    height: 42px;
    border-radius: 30px;
    border: 1px solid #253858;
    color: #253858;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .best-sip-funds-widget .sip-container .sip-list-parent {
    margin: 0;
    padding: 0;
  }
  .best-sip-funds-widget .sip-container h3.sif-title {
    font-size: 20px;
    padding: 0 0 16px 0;
  }
  .best-sip-funds-widget .sip-container .vertical-tabs {
    display: flex;
    gap: 12px;
    white-space: nowrap;
    margin: 0 -12px;
    overflow-x: auto;
  }
  .best-sip-funds-widget .sip-container .vertical-tabs a.active {
    padding: 14px 10px;
    border-radius: 8px;
    background-size: 0;
    flex-direction: column;
  }
  .best-sip-funds-widget .sip-container .vertical-tabs a {
    background-size: 0;
    padding: 4px 14px;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
  }
  .best-sip-funds-widget .sip-container .vertical-tabs a:last-child {
    margin-right: 12px;
  }
  .best-sip-funds-widget .sip-container .vertical-tabs a:first-child {
    margin-left: 12px;
  }
  .best-sip-funds-widget .sip-container .vertical-tabs a span {
    font-size: 11px;
  }
  .best-sip-funds-widget .sip-container .select-col {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    margin: 0;
  }
  .best-sip-funds-widget .sip-container .select-col .invs-value {
    font-size: 13px;
    align-items: center;
  }
  .best-sip-funds-widget .sip-container .select-col .invs-value span {
    font-size: 13px;
    display: flex;
    align-items: center;
  }
  .best-sip-funds-widget .sip-container .select-col .select-styled-sip {
    font-size: 13px;
    align-items: center;
    width: 100%;
  }
  .best-sip-funds-widget .sip-container .select-col.payment-mode-sip-filter {
    order: 2;
  }
  .best-sip-funds-widget .sip-container .select-col:nth-child(2) {
    margin-left: 0;
    order: 1;
  }
  .best-sip-funds-widget .sip-container .select-col:last-child {
    order: 3;
  }
  .best-sip-funds-widget .sip-container .select-col .investment-amount-box {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
  }
  .best-sip-funds-widget .sip-container .select-col .investment-amount-box .iab-main {
    border-radius: 24px 24px 0 0;
    padding: 18px 12px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .best-sip-funds-widget .sip-container .select-col .investment-amount-box .close-investBox {
    position: absolute;
    font-size: 20px;
    color: #a0a0a0;
    opacity: 1;
    font-weight: 500;
    transform: translateY(-50%);
    left: 50%;
    background: #fff;
    height: 32px;
    width: 32px;
    align-items: center;
    display: flex;
    justify-content: center;
    top: -40px;
    border-radius: 50%;
  }
  .best-sip-funds-widget .sip-container .select-col span {
    font-size: 12px;
  }
  .best-sip-funds-widget .sip-container .select-col select {
    font-size: 13px;
  }
  .best-sip-funds-widget .sip-container .sip-left {
    width: 100%;
  }
  .best-sip-funds-widget .sip-container section.sip-right {
    width: 100%;
  }
  .best-sip-funds-widget .sip-container .select-section {
    border-top: 1px dashed rgba(0, 0, 0, 0.12);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
    gap: 8px;
    padding: 10px 10px;
    margin: 16px -12px;
  }
  .best-sip-funds-widget .sip-container .select-section.flex-end-sip-filter {
    justify-content: center;
  }
}
@media (max-width: 980px) and (max-width: 560px) {
  .best-sip-funds-widget .sip-container .select-section {
    justify-content: space-between;
  }
}
@media (max-width: 980px) {
  .best-sip-funds-widget .sip-container .sip-list {
    margin: 0 0 16px;
    padding: 0;
    display: none;
  }
  .best-sip-funds-widget .sip-container .sip-list:nth-child(-n+3) {
    display: block;
  }
  .best-sip-funds-widget .sip-container .sip-list:last-child {
    margin: 0;
  }
  .best-sip-funds-widget .sip-container .sip-list .sip-list-inner {
    padding: 16px;
    flex-wrap: wrap;
    gap: 9px;
  }
  .best-sip-funds-widget .sip-container .sip-details {
    width: 100%;
    order: 3;
    padding: 0;
    row-gap: 12px;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
  .best-sip-funds-widget .sip-container .sip-det-col {
    width: 65%;
  }
  .best-sip-funds-widget .sip-container .sip-det-col span {
    font-size: 11px;
  }
  .best-sip-funds-widget .sip-container .sip-det-col .paragraphBu,
  .best-sip-funds-widget .sip-container .sip-det-col p {
    font-size: 14px;
  }
  .best-sip-funds-widget .sip-container .sip-btn a {
    width: 98px;
    height: 32px;
    font-size: 14px;
  }
  .best-sip-funds-widget .sip-container .sip-logo {
    height: 80px;
    overflow: hidden;
  }
  .best-sip-funds-widget .sip-container .sip-logo span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 11px;
  }
  .best-sip-funds-widget .sip-container .sip-logo img {
    max-width: initial;
    height: 38px;
  }
  .best-sip-funds-widget .sip-container .sip-det-col:nth-of-type(2n) {
    width: 68px;
  }
  .best-sip-funds-widget .sip-container .sip-investment .green-text.paragraphBu span {
    font-size: 14px;
  }
}
.mutual-fund-calculator-wrapper {
  margin: 50px 0;
  width: 100%;
  max-width: 710px;
  background: linear-gradient(227.82deg, rgba(60, 0, 105, 0.2) 29.79%, rgba(253, 25, 0, 0.2) 51.7%);
  padding: 16px;
  border-radius: 8px;
}
.mutual-fund-calculator-wrapper .calculator-row {
  display: flex;
  gap: 16px;
}
@media (max-width: 1024px) {
  .mutual-fund-calculator-wrapper .calculator-row {
    flex-direction: column;
  }
}
.mutual-fund-calculator-wrapper .calculator-row .mutual-calculator-left {
  background: #fff;
  border-radius: 4px;
  padding: 16px;
  width: 60%;
}
@media (max-width: 1024px) {
  .mutual-fund-calculator-wrapper .calculator-row .mutual-calculator-left {
    width: 100%;
  }
}
.mutual-fund-calculator-wrapper .calculator-row .mutual-calculator-left .calculator-heading {
  font-weight: 600;
  color: #253858;
  font-size: 20px;
}
.mutual-fund-calculator-wrapper .calculator-row .mutual-calculator-left .subheading-calculator {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  margin: 16px 0 0 0;
  color: #253858;
}
.mutual-fund-calculator-wrapper .calculator-row .mutual-calculator-left .input-parent {
  position: relative;
}
.mutual-fund-calculator-wrapper .calculator-row .mutual-calculator-left .input-parent .cal-text {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  outline: none;
  border: 1px solid #DDDDDD;
  padding: 3px 20px 3px 40px;
  margin: 12px 0 5px;
}
.mutual-fund-calculator-wrapper .calculator-row .mutual-calculator-left .input-parent .rupee-sign {
  position: absolute;
  left: 15px;
  top: 25px;
  color: rgba(37, 56, 88, 0.6);
  font-weight: 500;
}
.mutual-fund-calculator-wrapper .calculator-row .mutual-calculator-left .input-parent .info-text {
  font-size: 10px;
  margin: 0 0 2px;
  line-height: 14px;
  color: rgba(37, 56, 88, 0.4);
}
.mutual-fund-calculator-wrapper .calculator-row .mutual-calculator-right {
  border-radius: 4px;
  padding: 12px;
  min-width: 285px;
  max-width: 285px;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .mutual-fund-calculator-wrapper .calculator-row .mutual-calculator-right {
    max-width: 100%;
  }
}
.mutual-fund-calculator-wrapper .calculator-row .mutual-calculator-right .value-box {
  background: rgba(255, 255, 255, 0.6);
  padding: 30px 20px;
  margin: 0 0 14px;
}
.mutual-fund-calculator-wrapper .calculator-row .mutual-calculator-right .value-box .value-text {
  color: #253858;
  margin: 0 auto;
  max-width: 160px;
  font-size: 10px;
  line-height: 14px;
}
.mutual-fund-calculator-wrapper .calculator-row .mutual-calculator-right .value-box .value-amount {
  font-size: 24px;
  font-weight: 600;
  color: #253858;
  line-height: 32px;
  margin: 8px 0 0 0;
}
.mutual-fund-calculator-wrapper .calculator-row .mutual-calculator-right .invest-now-btn {
  background: #0065FF;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 40px;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  border: none;
}

@media (max-width: 1024px) {
  .pagecontainer.layoutcenter .squareBanner.hide-desktop {
    margin: 10px 0;
  }
}
@media (max-width: 1024px) {
  .pagecontainer.layoutcenter article .order-wrapper {
    margin-top: 10px;
  }
}

.stickyfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 101;
  right: 0;
  bottom: -35%;
  transition: inherit;
}
@media (min-width: 1025px) {
  .stickyfooter {
    display: none;
  }
}

.stickyfooter.active {
  bottom: 0;
}

.stickyfooter .closesticky {
  background: #ccc;
  width: 24px;
  height: 24px;
  top: 20px;
  position: absolute;
  right: 10px;
  border-radius: 50%;
}

.stickyfooter .closesticky {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
  transition: opacity 0.2s ease-in;
  right: 10px;
  top: 10px;
}
@media (max-width: 1024px) {
  .stickyfooter .closesticky {
    display: flex;
    z-index: 3;
    opacity: 0.8;
  }
}

.stickyfooter .closesticky:hover {
  opacity: 1;
}

.stickyfooter .closesticky:after,
.stickyfooter .closesticky:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: #333;
}

.stickyfooter .closesticky:before {
  transform: rotate(45deg);
}

.stickyfooter .closesticky:after {
  transform: rotate(-45deg);
}

.stickyfooter .closesticky:after,
.stickyfooter .closesticky:before {
  left: 9px;
  top: 4px;
}

.stickyfooter .sticky {
  background: url(../../images/bu/investment/sip-sticky-footer-bg.svg);
  box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.1607843137);
  height: 75px;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 820px) {
  .stickyfooter .sticky {
    height: auto;
    padding: 10px 0;
    background: #253858 0 0 no-repeat padding-box;
  }
}
@media screen and (max-width: 767px) {
  .stickyfooter .sticky {
    padding: 10px 10px 0 !important;
  }
}
.stickyfooter .sticky .disclaimer {
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  font-size: 10px;
  line-height: 13px;
  right: 6px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .stickyfooter .sticky .disclaimer {
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 13px;
    right: auto;
    font-size: 10px;
    line-height: 13px;
    text-align: left;
    display: none;
  }
}
.stickyfooter .sticky .stickyinfowrapper_custome {
  width: 100%;
  max-width: 1140px;
  position: relative;
  display: flex;
  align-items: CENTER;
  justify-content: center;
  height: 100%;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .stickyfooter .sticky .stickyinfowrapper_custome {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 820px) {
  .stickyfooter .sticky .stickyinfowrapper_custome {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .stickyfooter .sticky .stickyinfowrapper_custome {
    align-items: flex-start;
    padding-bottom: 8px;
  }
}
.stickyfooter .sticky .stickyinfowrapper_custome::before {
  background: url(../../images/bu/investment/sip-sticky-footer-icon.svg) no-repeat;
  text-align: center;
  position: absolute;
  content: "";
  width: 209px;
  height: 132px;
  background-position: center top;
  bottom: 0;
  left: 0;
  z-index: 10;
}

@media screen and (max-width: 820px) {
  .stickyfooter .sticky .stickyinfowrapper_custome::before {
    bottom: -15px;
  }
}
@media screen and (max-width: 767px) {
  .stickyfooter .sticky .stickyinfowrapper_custome::before {
    background: url(../../images/bu/investment/sip-sticky-footer-mobile-icon.svg) no-repeat;
    width: 209px;
    height: 150px;
    left: auto;
    right: -85px;
    bottom: -68px;
    z-index: 0;
  }
}
.stickyfooter .sticky .stickyinfowrapper_custome .left {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .stickyfooter .sticky .stickyinfowrapper_custome .left {
    width: 55%;
  }
}
@media screen and (max-width: 820px) {
  .stickyfooter .sticky .stickyinfowrapper_custome .left {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .stickyfooter .sticky .stickyinfowrapper_custome .left {
    width: 100%;
    align-items: flex-start;
  }
}
.stickyfooter .sticky .stickyinfowrapper_custome .left .text-custome {
  padding-left: 220px;
}

@media screen and (max-width: 820px) {
  .stickyfooter .sticky .stickyinfowrapper_custome .left .text-custome {
    padding-left: 0;
    z-index: 2;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .stickyfooter .sticky .stickyinfowrapper_custome .left .text-custome {
    text-align: left;
  }
}
.stickyfooter .sticky .stickyinfowrapper_custome .left .text-custome .tag-line {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  margin: 0 0 4px;
}

@media screen and (max-width: 820px) {
  .stickyfooter .sticky .stickyinfowrapper_custome .left .text-custome .tag-line {
    line-height: 21px;
    font-size: 16px;
  }
}
.stickyfooter .sticky .stickyinfowrapper_custome .left .text-custome .description {
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .stickyfooter .sticky .stickyinfowrapper_custome .left .text-custome .description {
    line-height: 16px;
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.stickyfooter .sticky .stickyinfowrapper_custome .right {
  width: 35%;
}

@media screen and (max-width: 820px) {
  .stickyfooter .sticky .stickyinfowrapper_custome .right {
    padding-left: 26px;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .stickyfooter .sticky .stickyinfowrapper_custome .right {
    width: 95%;
    padding-left: 0;
    margin: 0;
  }
}
.stickyfooter .sticky .stickyinfowrapper_custome .right .ctaform {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 360px;
  align-items: center;
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid rgba(0, 20, 255, 0.1215686275);
  border-radius: 8px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .stickyfooter .sticky .stickyinfowrapper_custome .right .ctaform {
    max-width: 304px;
    margin-bottom: 6px;
  }
}
.stickyfooter .sticky .stickyinfowrapper_custome .right .ctaform .forminput {
  height: 43px;
  align-items: center;
  width: calc(100% - 100px);
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .stickyfooter .sticky .stickyinfowrapper_custome .right .ctaform .forminput {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .stickyfooter .sticky .stickyinfowrapper_custome .right .ctaform .forminput {
    width: calc(100% - 90px);
  }
}
.stickyfooter .sticky .stickyinfowrapper_custome .right .ctaform .forminput #countryDisplayName {
  left: 4%;
  box-sizing: border-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: horizontal;
  text-overflow: ellipsis;
  max-width: 57px;
}

.stickyfooter .sticky .stickyinfowrapper_custome .right .ctaform .forminput .cCode,
.stickyfooter .sticky .stickyinfowrapper_custome .right .ctaform .forminput input,
.stickyfooter .sticky .stickyinfowrapper_custome .right .ctaform .forminput select {
  font-size: 14px;
  line-height: 19px;
}

.stickyfooter .sticky .stickyinfowrapper_custome .right .ctaform .forminput select {
  padding: 0 22px 0 16px;
  width: 75px;
  margin: 0;
}

.stickyfooter .sticky .stickyinfowrapper_custome .right .ctaform .forminput select.active {
  font-size: 0px;
  min-height: 30px;
  min-width: 77px;
}

.stickyfooter .sticky .stickyinfowrapper_custome .right .ctaform .forminput select option {
  font-size: 16px;
}

.stickyfooter .sticky .stickyinfowrapper_custome .right .ctaform button {
  padding: 6px 16px;
  width: 110px;
  flex-shrink: 0;
  color: #fff;
  padding: 0;
  font-weight: 500;
  margin-left: 0;
  align-items: center;
  line-height: 19px;
  cursor: pointer;
  background: #ef7b00 0 0 no-repeat padding-box;
  border-radius: 16px;
  border: 0;
  padding: 6px 16px;
  margin-right: 16px !important;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .stickyfooter .sticky .stickyinfowrapper_custome .right .ctaform button {
    margin: 0 !important;
    padding: 6px;
    width: 86px;
  }
}
.stickyfooter .sticky .stickyinfowrapper_custome .right .ctaform button.loading {
  height: auto;
  font-size: 0;
}

.stickyfooter .sticky .stickyinfowrapper_custome .right .ctaform button.loading::after {
  width: 15px;
  height: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  top: 8px;
  content: "";
  display: inline-block;
  right: 0;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  margin: 0;
  vertical-align: middle;
  left: 0;
  margin: 0 auto;
  position: absolute;
}

.stickyfooter .sticky .left {
  display: flex;
  flex-direction: column;
}

.stickyfooter .sticky .left .text,
.stickyfooter .sticky .left .text-custome {
  color: var(--white);
  font-size: 20px;
  padding-bottom: 5px;
  position: relative;
  left: -20px;
}

@media (max-width: 1024px) {
  .stickyfooter .sticky .left .text,
  .stickyfooter .sticky .left .text-custome {
    left: 0;
    position: static;
  }
}
.stickyfooter .sticky .left .text-custome.small,
.stickyfooter .sticky .left .text.small {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .stickyfooter .sticky .left .text,
  .stickyfooter .sticky .left .text-custome {
    font-size: 18px;
  }
  .stickyfooter .sticky .left .text-custome.small,
  .stickyfooter .sticky .left .text.small {
    display: none;
  }
}
.stickyfooter .sticky.textonly {
  margin: 20px 0;
}

@media (max-width: 1024px) {
  .stickyfooter .sticky {
    padding: 10px 0;
  }
  .stickyfooter .sticky .left {
    width: 50%;
    font-size: 14px;
  }
  .stickyfooter .sticky .right {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .stickyfooter .sticky {
    padding: 10px 0;
  }
  .stickyfooter .sticky .left {
    width: 62%;
    font-size: 14px;
  }
  .stickyfooter .sticky .left .text,
  .stickyfooter .sticky .left .text-custome {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    padding-right: 5px;
  }
  .stickyfooter .sticky .right {
    width: 35%;
    min-width: 130px;
  }
}
@media (max-width: 375px) {
  .stickyfooter .sticky .right {
    min-width: 120px;
  }
}
@media (max-width: 360px) {
  .stickyfooter .sticky .left {
    width: 100%;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .stickyfooter .sticky .left .tab.alignleft.wd300 {
    max-width: 100%;
  }
  .stickyfooter .sticky .left .text,
  .stickyfooter .sticky .left .text-custome {
    text-align: center;
    font-size: 18px;
  }
  .stickyfooter .sticky .right {
    width: 100%;
    min-width: 120px;
    margin: 0 auto;
  }
  .stickyfooter .sticky .right .ctaform button {
    width: 100%;
    margin: 10px auto !important;
  }
}
.stickyfooter .sticky .right {
  display: flex;
  align-items: center;
}

.stickyfooter .sticky .right .ctaform {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.stickyfooter .sticky .right .ctaform .forminput {
  width: calc(100% - 165px);
  background: #fff;
  display: flex;
  height: 46px;
  border-radius: 8px;
  margin-right: 2%;
}

.stickyfooter .sticky .right .ctaform .forminput .error {
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: -16px;
  left: 0;
}

.stickyfooter .sticky .right .ctaform .forminput .ico {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.stickyfooter .sticky .right .ctaform .forminput .ico.usericon {
  background-position: 0 -454px;
}

.stickyfooter .sticky .right .ctaform .forminput .ico.dob {
  background-position: 0 -372px;
}

.stickyfooter .sticky .right .ctaform .forminput .ico.email {
  background-position: 0 -329px;
}

.stickyfooter .sticky .right .ctaform .forminput .ico.mobile-ico {
  background-position: 0 -413px;
}

.stickyfooter .sticky .right .ctaform .forminput input,
.stickyfooter .sticky .right .ctaform .forminput select {
  font-size: 16px;
}

@media (max-width: 568px) {
  .stickyfooter .sticky .right .ctaform .forminput input,
  .stickyfooter .sticky .right .ctaform .forminput select {
    font-size: 14px;
  }
}
.stickyfooter .sticky .right .ctaform .forminput select {
  background: 0 0;
  -webkit-appearance: none;
  border: none;
  background: url(../../images/bu/arrow-gray.svg) no-repeat right 10% top 55%;
  width: 120px;
  margin-left: 40px;
  height: 44px;
  margin: 0 0 0 40px;
  cursor: pointer;
}

.stickyfooter .sticky .right .ctaform .forminput input {
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 0 10px;
  margin-top: -2px;
}

@media (max-width: 1024px) {
  .stickyfooter .sticky .right .ctaform .forminput {
    display: none;
  }
}
.stickyfooter .sticky .right .ctaform button {
  width: 150px;
}

.stickyfooter .sticky .right .ctaform button:disabled:after {
  width: 16px;
  height: 16px;
  top: 20%;
  right: 0;
}

@media (max-width: 768px) {
  .stickyfooter .sticky .right .ctaform button {
    width: 80%;
    max-width: 170px;
    padding: 15px 0;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 767px) {
  .stickyfooter .sticky .right .ctaform button {
    font-size: 14px;
    width: 100%;
  }
}
.stickyfooter .sticky .right button {
  background: #0663f6;
  color: #fff;
  padding: 13px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  border-radius: 8px;
  width: 90%;
  margin: 0 auto;
  border: none;
  padding: 14px 20px;
  position: relative;
  margin: 0 0 0 auto;
  font-weight: 500;
  cursor: pointer;
}

@media (min-width: 992px) {
  .stickyfooter .sticky .right button {
    padding: 14px 25px;
  }
}
.stickyfooter .sticky .right button:disabled,
.stickyfooter .sticky .right button:hover {
  background: #005be6;
}

.stickyfooter .sticky .right button:disabled {
  cursor: not-allowed;
}

.stickyfooter .sticky .right button:disabled:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 10%;
  transform: translate(0, -50%);
  right: 4px;
}