ul, li {
  padding: 0px;
  margin: 0px;
}

#policybazaar {
  width: 100%;
}

.grid {
  width: 1140px;
  margin: 0px auto;
}
@media (max-width: 1024px) {
  .grid {
    width: 100%;
  }
}

.flexcol {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flexbox.justify {
  justify-content: space-between;
}
.flexbox.alignStart {
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .flexbox.alignStart {
    flex-direction: column;
  }
  .flexbox.alignStart .w60 {
    width: 100%;
  }
  .flexbox.alignStart .w40 {
    width: 100%;
  }
}
.flexbox.hideForm .pbpromise {
  text-align: center;
  margin: 30px 0 5px;
}
@media (max-width: 1024px) {
  .flexbox.hideForm .pbpromise {
    margin: 15px 0 10px;
  }
}
.flexbox .pbpromise {
  text-align: left;
  margin-top: 30px;
}
.flexbox.hideForm .w60 {
  width: 100%;
}
.flexbox.hideForm .w40 {
  display: none;
}
@media (max-width: 980px) {
  .flexbox.hideForm .w40 {
    display: flex;
  }
}
@media (max-width: 568px) {
  .flexbox {
    flex-direction: column;
  }
}
@media (max-width: 360px) {
  .flexbox {
    flex-direction: column;
  }
}
.flexbox.column {
  flex-direction: column;
}
.flexbox_left, .flexbox_right {
  width: 50%;
}
@media (max-width: 890px) {
  .flexbox_left, .flexbox_right {
    width: 100%;
  }
}
.flexbox_left.w70, .flexbox_right.w70 {
  width: calc(100% - 338px);
}
@media (max-width: 890px) {
  .flexbox_left.w70, .flexbox_right.w70 {
    width: 100%;
  }
}
.flexbox_left.w100, .flexbox_right.w100 {
  width: 100%;
  margin: 0 auto;
}
.flexbox_left.w60, .flexbox_right.w60 {
  width: 60%;
}
@media (max-width: 568px) {
  .flexbox_left.w60, .flexbox_right.w60 {
    width: 100%;
  }
}
.flexbox_left.w40, .flexbox_right.w40 {
  width: 40%;
}
@media (max-width: 568px) {
  .flexbox_left.w40, .flexbox_right.w40 {
    width: 100%;
  }
}
.flexbox_left.w30, .flexbox_right.w30 {
  width: 338px;
}
@media (max-width: 890px) {
  .flexbox_left.w30, .flexbox_right.w30 {
    width: 100%;
  }
}

.babyName.boy .flexbox.hideForm.alignStart {
  background: none;
}

.babyName.girl .flexbox.hideForm.alignStart {
  background: none;
}

.blue {
  color: #0065FF;
}

.pink {
  color: #FF4181;
}

.h1,
h1 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  margin: 30px 0px 16px;
}
@media (max-width: 568px) {
  .h1,
  h1 {
    font-size: 6.161971831vw;
  }
}

.breadcrumbinner .breadcrumb {
  padding: 0px 0px 20px;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .breadcrumbinner .breadcrumb {
    padding: 20px 20px 0px;
    top: 0px;
  }
}
.breadcrumbinner .breadcrumb li:first-child {
  display: none;
}

.babyName.boy .breadcrumbinner .breadcrumb {
  position: relative;
  top: 95px;
  width: 1140px !important;
  margin: 0px auto;
}
@media (max-width: 1024px) {
  .babyName.boy .breadcrumbinner .breadcrumb {
    padding: 20px 20px 0px;
    top: 0px;
    width: 100% !important;
  }
}

.babyName.girl .breadcrumbinner .breadcrumb {
  position: relative;
  top: 110px;
  width: 1140px !important;
  margin: 0px auto;
}
@media (max-width: 1024px) {
  .babyName.girl .breadcrumbinner .breadcrumb {
    padding: 20px 20px 0px;
    top: 0px;
    width: 100% !important;
  }
}

.hideForm .titleLarge {
  font-size: 52px;
  line-height: 64px;
  font-weight: 600;
  margin: 0px 0 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .hideForm .titleLarge {
    font-size: 32px;
    line-height: 28px;
    margin: 0px 0 8px;
  }
}
@media (max-width: 568px) {
  .hideForm .titleLarge {
    font-size: 17px;
    line-height: 22px;
    margin: 0px;
  }
}

.titleLarge {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin: 16px 0 18px;
  text-align: left;
}

.hideForm .subtitle {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  margin: 0px 0 36px;
  text-align: center;
}
@media (max-width: 767px) {
  .hideForm .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 568px) {
  .hideForm .subtitle {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 6px 0 16px;
    text-align: center;
  }
}

.subtitle {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin: 0px 0 16px;
  text-align: left;
}

.h2,
h2 {
  font-size: 26px;
  line-height: 26px;
  margin: 0;
  font-weight: 600;
  margin: 0px 0px 24px;
}
.h2.center,
h2.center {
  text-align: center;
}
.h2.bold,
h2.bold {
  font-weight: 700;
}
@media (max-width: 568px) {
  .h2,
  h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 14px;
  }
  .h2.underline,
  h2.underline {
    margin-bottom: 10px;
  }
}

p {
  font-size: 16px;
}
p.extraLineHeight {
  line-height: 30px;
  color: rgba(37, 56, 88, 0.9);
}

body {
  color: #253858;
  color: #253858;
  box-sizing: border-box;
}

.inputradio {
  display: flex;
  width: 190px;
  margin: 20px 0;
  justify-content: space-between;
}
.inputradio .radio-btn {
  display: flex;
  align-items: center;
  width: auto;
  cursor: pointer;
  justify-content: space-between;
}
.inputradio .radio-btn:first-child {
  margin-right: 15px;
}
.inputradio .radio-btn [type=radio]:checked,
.inputradio .radio-btn [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.inputradio .radio-btn [type=radio]:checked + label {
  background: #0065FF;
  color: #fff;
  border: 1px solid #0065FF;
  border-radius: 30px;
  padding: 6px 0px;
  position: relative;
  text-align: center;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  min-width: 90px;
  font-weight: 400;
  font-size: 16px;
}
.inputradio .radio-btn [type=radio]:not(:checked) + label {
  border: 1px solid rgba(37, 56, 88, 0.4);
  color: rgba(37, 56, 88, 0.4);
  border-radius: 30px;
  padding: 7px 0px;
  min-width: 90px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}
.inputradio .radio-btn [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.inputradio .radio-btn [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*term Lead Form*/
.leadform {
  display: flex;
  width: 90%;
  margin: 30px auto 40px;
  flex-direction: column;
  padding: 6px 26px 26px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 980px) {
  .leadform {
    width: 96%;
    margin: 0px auto 30px;
    max-width: 440px;
    padding: 6px 16px 26px;
    border-radius: 20px;
  }
}
.leadform .fieldWrapper {
  margin: 18px 0 24px;
  position: relative;
}
.leadform .fieldWrapper:first-child {
  margin: 5px 0 22px;
}
@media (max-width: 568px) {
  .leadform .fieldWrapper {
    margin: 0px 0 26px;
  }
}
.leadform .fieldWrapper.error {
  font-size: 11px;
}
.leadform .fieldWrapper.error .err {
  color: #f00;
  font-weight: 400;
  position: absolute;
  bottom: -20px;
  font-size: 11px;
}
@media (max-width: 568px) {
  .leadform .fieldWrapper.error .err {
    font-size: 11px;
    margin: 0;
    color: #f00;
    font-weight: 400;
    position: absolute;
    bottom: -15px;
  }
}
.leadform .fieldWrapper .formInput {
  position: relative;
}
.leadform .fieldWrapper .formInput .ageyears {
  display: block;
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 14px;
  color: #0165ff;
  font-weight: 500;
}
.leadform input,
.leadform select {
  padding: 13px 18px;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  font-size: 16px;
  background: none;
  -webkit-appreance: none;
  outline: none;
  width: 100%;
  height: 44px;
}
@media (max-width: 568px) {
  .leadform input,
  .leadform select {
    padding: 10px 18px;
  }
}
.leadform select.active {
  font-size: 0;
  min-height: 30px;
  min-width: 70px;
}
.leadform #countryDisplayName {
  position: absolute;
  top: 47%;
  left: 16px;
  max-width: 46px;
  font-size: 16px;
  overflow: hidden;
  pointer-events: none;
  transform: translate(0px, -50%);
  text-align: left;
}
.leadform select.active option {
  font-size: 16px;
}
.leadform .feildLable {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  left: auto;
  background: #fff;
  top: auto;
  padding: 0;
  letter-spacing: 0;
  color: rgba(37, 56, 88, 0.7019607843);
  display: block;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  transition: all 0.2s ease-in;
}
.leadform .mobilefirst {
  position: relative;
}
.leadform .mobilefirst .formInput {
  display: flex;
  justify-content: space-between;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  position: relative;
}
.leadform .mobilefirst .formInput input,
.leadform .mobilefirst .formInput select {
  border: none;
  height: 100%;
  appearance: none;
  height: 44px;
}
.leadform .mobilefirst .formInput select {
  width: 90px;
  padding: 10px 30px 13px 16px;
  background: url("../../images/bu/term/arrrow-img.svg") no-repeat 0 0;
  background-repeat: no-repeat;
  background-position: 86% 22px;
  background-size: 10%;
  width: 100%;
  height: 44px;
  appearance: none;
}
.leadform .mobilefirst .formInput select option {
  width: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 568px) {
  .leadform .mobilefirst .formInput select {
    padding: 11px 28px 10px 18px;
  }
}
.leadform .mobilefirst .formInput .col4 {
  width: 110px;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  margin-right: 16px;
}
.leadform .mobilefirst .formInput .code-number {
  display: flex;
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  width: calc(100% - 110px);
  align-items: center;
  padding-left: 12px;
}
.leadform .mobilefirst .formInput .code-number .cCode {
  font-size: 16px;
}
.leadform .mobilefirst .formInput .code-number.otherCountry {
  position: relative;
}
.leadform .mobilefirst .formInput .code-number.otherCountry:before {
  content: "+";
  padding: 0;
  width: 55px;
  position: relative;
  left: -18px;
  padding-left: 14px;
}
.leadform .mobilefirst .formInput .code-number.otherCountry .cCode {
  font-size: 16px;
  position: absolute;
  border-right: 1px solid #ccc;
  width: 52px;
  padding-left: 6px;
  height: 36px;
  display: flex;
  align-items: center;
}
.leadform .mobilefirst .formInput .code-number.otherCountry .cCode input {
  padding: 0;
  width: 39px;
  position: relative;
  left: 0;
}
.leadform .mobilefirst .formInput .code-number.otherCountry .feildLable {
  left: 70px;
}
.leadform .mobilefirst .secure-tag {
  position: absolute;
  display: flex;
  right: 5px;
  bottom: -26px;
  background: rgba(57, 97, 235, 0.1019607843) 0 0 no-repeat padding-box;
  border-radius: 0 0 8px 8px;
  padding: 5px 10px 4px 7px;
}
.leadform .mobilefirst .secure-tag .text {
  letter-spacing: 0.15px;
  color: #0047b3;
  font-size: 11px;
  line-height: 17px;
  font-weight: 500;
  margin-left: 6px;
}
.leadform .loadingDiv {
  padding: 0px 0 0;
  margin: 24px 0 20px;
}
@media (max-width: 568px) {
  .leadform .loadingDiv {
    margin: 4px 0 20px;
  }
}
.leadform .loadingDiv #loader,
.leadform .loadingDiv .proceed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #0065FF;
  color: #fff;
  padding: 18px;
  display: block;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 0;
  position: relative;
  border: none;
  cursor: pointer;
}
.leadform .loadingDiv #loader .loader,
.leadform .loadingDiv .proceed .loader {
  display: none;
}
.leadform .loadingDiv #loader:focus:before,
.leadform .loadingDiv .proceed:focus:before {
  content: "";
  display: block;
  position: absolute;
  height: 70px;
  width: 30px;
  background: url(../../images/bu/term/giphy-loading.gif) no-repeat 0 0;
  top: 12px;
  opacity: 1;
  animation: slideIn 3s ease forwards;
  background-size: contain;
}
@keyframes slideIn {
  0% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 20px;
    opacity: 1;
  }
}
.leadform .certificate-img {
  width: 370px;
  margin: 0 auto 20px;
}
.leadform .certificate-img img {
  width: 100%;
}
@media (max-width: 568px) {
  .leadform .certificate-img {
    max-width: 340px;
    width: 100%;
  }
}

#email + .loadingDiv {
  margin: 20px 0;
}

.leadform .fieldWrapper .formInput .code-number {
  position: relative;
}
.leadform .fieldWrapper .formInput .code-number .feildLable {
  left: 56px;
}

.leadform .fieldWrapper .formInput input.labelshow + .feildLable,
.leadform .fieldWrapper .formInput input:focus + .feildLable {
  z-index: 10;
  visibility: visible;
  top: 0;
  font-size: 12px;
  left: 16px;
}

.updateMobileFeild {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin: 10px 0 10px;
}
.updateMobileFeild input::-webkit-input-placeholder {
  color: #253858;
}
.updateMobileFeild input:-moz-placeholder {
  color: #253858;
}
.updateMobileFeild input::-moz-placeholder {
  color: #253858;
}
.updateMobileFeild input:-ms-input-placeholder {
  color: #253858;
}
@media (max-width: 568px) {
  .updateMobileFeild {
    margin: 0px 0 26px;
  }
}
.updateMobileFeild .err {
  bottom: -22px;
  color: #f00;
  font-weight: 400;
  position: absolute;
  font-size: 11px;
}
.updateMobileFeild .dropdown {
  position: relative;
  width: 105px;
}
.updateMobileFeild .dropdown:before {
  content: "";
  background: url(../../images/bu/term/arrrow-img.svg) no-repeat 0 0;
  width: 12px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 8px;
  background-size: cover;
}
.updateMobileFeild .dropdown input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding: 0 22px 0 14px;
  height: 46px;
}
.updateMobileFeild .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;
}
.updateMobileFeild .dropdown .dropdown-list.show {
  display: block !important;
}
.updateMobileFeild .dropdown .dropdown-list .closeCountry {
  display: none;
}
.updateMobileFeild .dropdown .dropdown-list input {
  width: 100% !important;
  padding: 10px;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  box-sizing: border-box;
}
.updateMobileFeild .dropdown .dropdown-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 240px;
}
@media (max-width: 568px) {
  .updateMobileFeild .dropdown .dropdown-list ul {
    height: 320px;
  }
}
.updateMobileFeild .dropdown .dropdown-list ul li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.updateMobileFeild .dropdown .dropdown-list ul li:hover {
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .updateMobileFeild .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;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry {
    position: absolute;
    right: -11px;
    top: -13px;
    width: 22px;
    height: 22px;
    opacity: 1;
    background: #000000;
    border-radius: 50%;
    display: block;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:before, .updateMobileFeild .dropdown .dropdown-list .closeCountry:after {
    position: absolute;
    left: 10px;
    content: " ";
    height: 13px;
    width: 2px;
    background-color: #fff;
    top: 4px;
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:before {
    transform: rotate(45deg);
  }
  .updateMobileFeild .dropdown .dropdown-list .closeCountry:after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .updateMobileFeild .dropdown .overlyblock.active {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 56, 88, 0.7);
    z-index: 99990;
  }
}
.updateMobileFeild .code-number {
  display: flex;
  width: calc(100% - 105px);
  border: 1px solid rgba(37, 56, 88, 0.4);
  border-radius: 8px;
  margin-left: 8px;
}
.updateMobileFeild .code-number #countryCode {
  max-width: 72px;
  padding: 0px 10px;
  border: none;
  box-sizing: border-box;
}
@media (max-width: 375px) {
  .updateMobileFeild .code-number #countryCode {
    max-width: 62px;
  }
}
.updateMobileFeild .code-number .mobileNumber {
  width: calc(100% - 72px);
  padding: 0px 0px;
  box-sizing: border-box;
  position: relative;
  border: none;
}
@media (max-width: 375px) {
  .updateMobileFeild .code-number .mobileNumber {
    width: calc(100% - 62px);
  }
}
.updateMobileFeild .code-number .mobileNumber input {
  border: none;
  padding: 0 10px 0 0;
}
.updateMobileFeild .code-number .mobileNumber .feildLable {
  left: 0px;
  pointer-events: none;
  transition: all 0.2s ease-in;
}
.updateMobileFeild .code-number .mobileNumber input:focus + .feildLable, .updateMobileFeild .code-number .mobileNumber input.labelshow + .feildLable {
  font-size: 12px;
  top: -2px;
  left: -62px;
}

/*Whatapp toggle*/
.babyName {
  background: #fff;
  min-height: 500px;
}
.babyName .bg {
  background-size: 100%;
  padding-bottom: 70px;
  position: relative;
}
.babyName .bg:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  background: url(../../images/bu/term/bgfirst-fold.png) repeat-x;
  height: 30px;
  background-size: 80%;
}
@media (max-width: 768px) {
  .babyName .bg:before {
    background-size: 250%;
  }
}
.babyName.girl > .bg {
  background: rgba(234, 106, 127, 0.1);
  height: 100%;
  background-size: 100%;
  padding-bottom: 30px;
}
.babyName.boy > .bg {
  background: rgba(119, 180, 250, 0.2);
  height: 100%;
  background-size: 100%;
  padding-bottom: 30px;
}
.babyName .title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #253858;
  font-family: inherit;
  width: 90%;
}
.babyName .char-count {
  display: inline;
  line-height: 28px;
}
.babyName .char-count .extra-text-web {
  display: none;
}
.babyName .char-count .extra-text-web.show-extra {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .babyName .char-count .extra-text,
  .babyName .char-count .extra-text-web {
    display: none;
  }
  .babyName .char-count .extra-text.show-extra,
  .babyName .char-count .extra-text-web.show-extra {
    display: inline;
  }
}
.babyName .text-hide-link {
  color: #0065FF;
  font-weight: 500;
}
.babyName .text-hide-link:hover {
  color: #0065FF;
}
.babyName .alphabet-letters-all {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  background: rgba(255, 65, 129, 0.1);
  padding: 35px 70px;
  row-gap: 24px;
  column-gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .babyName .alphabet-letters-all {
    border-radius: 0px;
    padding: 27px 20px;
  }
}
.babyName .alphabet-letters-all .letter-box {
  background: #fff;
  font-weight: 700;
  cursor: pointer;
  border-radius: 2px;
  width: 36px;
  height: 36px;
  color: #253858;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
}
.babyName .alphabet-letters-all .letter-box.active {
  background: #FF4181;
  color: #fff;
}
.babyName .leadform .heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0 6px 0;
}
@media (max-width: 980px) {
  .babyName .leadform .heading {
    display: none;
  }
}
.babyName .leadform .description {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .babyName .leadform .description {
    text-align: center;
    font-size: 14px;
    margin: 10px 0;
    font-weight: 600;
  }
}
.babyName.girl .btn-view-all-name {
  background: #FF4181;
  border: none;
  padding: 14px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  color: #fff;
  margin: 20px 0 0 0;
  cursor: pointer;
}
.babyName.girl .blue {
  color: #FF4181 !important;
}
.babyName.girl .hlf-g {
  color: #FF4181 !important;
}
.babyName.girl .browse-names-wrapper .baby-title span::after {
  background: url(../../images/bu/term/heading-bottom-pink-line.svg) top 7px center no-repeat;
}
.babyName.girl .flexbox.alignStart {
  align-items: flex-start;
  background: url("../../images/bu/term/baby-girl-banner-image.png") no-repeat left bottom;
  background-size: 45%;
}
.babyName.girl .alphabet-letters-all {
  background: rgba(255, 65, 129, 0.1);
}
.babyName.girl .alphabet-letters-all .letter-box.active {
  background: #FF4181;
  color: #fff;
}
.babyName.girl .linkPbpromise {
  display: inline-block;
  padding: 10px 12px 10px 16px;
  border: 1px dashed;
  border-color: rgb(214, 61, 118);
  border-radius: 20px;
  color: rgb(214, 61, 118);
  background: rgb(255, 233, 242);
  padding-left: 37px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
}
.babyName.girl .linkPbpromise:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../../images/bu/term/pbpromiseHandIcon_pink.png") no-repeat center center;
  background-size: contain;
}
.babyName.girl .leadform {
  border-top: 5px solid #FF4181;
}
.babyName.girl .leadform .heading {
  color: #ff4181;
}
.babyName.girl .gender-color-letter, .babyName.girl .baby-name {
  color: #FF4181;
  text-transform: uppercase;
}
.babyName.girl .letterWise {
  display: block;
  width: 100%;
  height: 220px;
  background: #ff4181;
  padding: 0 14px 14px 0px;
}
.babyName.girl .letterWise .bannerAlphabet {
  background: #fff6f9;
  width: 100%;
  background-size: contain;
  height: 100%;
  border-right: 10px solid #f77693;
  border-bottom: 10px solid #f77693;
  position: relative;
}
.babyName.girl .letterWise .bannerAlphabet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 100%;
  background: url(../../images/bu/term/left-bg.png) no-repeat center right;
  background-size: contain;
}
@media (max-width: 568px) {
  .babyName.girl .letterWise .bannerAlphabet:before {
    width: 110px;
  }
}
.babyName.girl .letterWise .bannerAlphabet:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/bu/term/right-bg.png) no-repeat center right;
  background-size: contain;
}
.babyName.girl .letterWise .bannerAlphabet .aph {
  width: 130px;
  height: 196px;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.babyName.girl .letterWise .bannerAlphabet .aph img {
  width: 100%;
  max-width: 100% !important;
}
.babyName.boy .btn-view-all-name {
  background: #0065FF;
  border: none;
  padding: 14px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  color: #fff;
  margin: 20px 0 0 0;
  cursor: pointer;
}
.babyName.boy .gender-color-letter, .babyName.boy .baby-name {
  color: rgb(56, 137, 230);
  text-transform: uppercase;
}
.babyName.boy .alphabet-letters-all {
  background: rgba(58, 137, 230, 0.1);
}
.babyName.boy .alphabet-letters-all .letter-box.active {
  background: rgb(56, 137, 230);
  color: #fff;
}
.babyName.boy .browse-names-wrapper .baby-title span::after {
  background: url(../../images/bu/term/heading-bottom-blue-line.svg) top 7px center no-repeat;
}
.babyName.boy .flexbox.alignStart {
  align-items: flex-start;
  background: url("../../images/bu/term/baby-boys-mobile.png") no-repeat left bottom 50px;
  background-size: 45%;
}
.babyName.boy .linkPbpromise {
  display: inline-block;
  padding: 10px 12px 10px 16px;
  border: 1px dashed;
  border-color: rgb(19, 99, 191);
  border-radius: 20px;
  color: rgb(19, 99, 191);
  background: rgba(119, 180, 250, 0.16);
  padding-left: 37px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
}
.babyName.boy .linkPbpromise:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../../images/bu/term/pbpromiseHandIcon_blue.png") no-repeat center center;
  background-size: contain;
}
.babyName.boy .leadform {
  border-top: 5px solid rgb(56, 137, 230);
}
.babyName.boy .leadform .heading {
  color: rgb(56, 137, 230);
}
.babyName.boy .letterWise {
  display: block;
  width: 100%;
  height: 220px;
  background: rgb(19, 99, 191);
  padding: 0 14px 14px 0px;
}
.babyName.boy .letterWise .bannerAlphabet {
  background: #ebf4ff;
  width: 100%;
  height: 100%;
  background-size: contain;
  border-right: 10px solid rgb(56, 137, 230);
  border-bottom: 10px solid rgb(56, 137, 230);
  position: relative;
}
.babyName.boy .letterWise .bannerAlphabet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background: url(../../images/bu/term/left-bg-blue.png) no-repeat center right;
  background-size: contain;
}
@media (max-width: 568px) {
  .babyName.boy .letterWise .bannerAlphabet:before {
    width: 110px;
  }
}
.babyName.boy .letterWise .bannerAlphabet:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: url(../../images/bu/term/right-bg-blue.png) no-repeat center right;
  background-size: contain;
}
.babyName.boy .letterWise .bannerAlphabet .aph {
  width: 130px;
  height: 196px;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.babyName.boy .letterWise .bannerAlphabet .aph img {
  width: 100%;
  max-width: 100% !important;
}
.babyName .popular-names-section .view-more-less-name {
  display: flex;
  justify-content: center;
  margin: 20px 0 50px 0;
}
.babyName .popular-names-section .view-more-less-name .names-view-more-btn {
  border-radius: 8px;
  background: #FF4181;
  width: 146px;
  height: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  color: #fff;
}
.babyName .popular-names-section .popular-name-heading {
  font-size: 24px;
  color: #253858;
  font-weight: 700;
  line-height: 41px;
  margin: 32px 0 27px;
}
@media (max-width: 980px) {
  .babyName .popular-names-section .popular-name-heading {
    font-size: 22px;
    padding: 0 20px;
    line-height: 28px;
    margin-bottom: 40px;
  }
}
.babyName .popular-names-section .title-name-meaning {
  font-size: 20px;
  font-weight: 600;
  color: #253858;
  margin: 54px 0 20px;
}
@media (max-width: 980px) {
  .babyName .popular-names-section .title-name-meaning {
    padding: 0 20px;
    margin: 26px 0 15px;
  }
}
.babyName .popular-names-section .name-meaning-row {
  display: none;
  flex-wrap: wrap;
}
.babyName .popular-names-section .name-meaning-row.active {
  height: auto;
  display: flex;
}
@media (max-width: 980px) {
  .babyName .popular-names-section .name-meaning-row {
    padding: 0 20px;
    height: 272px;
    overflow: hidden;
  }
  .babyName .popular-names-section .name-meaning-row.active {
    height: auto;
    display: block;
  }
}
.babyName .popular-names-section .name-meaning-row .name-meaning-col {
  display: flex;
  width: 33.33%;
  align-items: flex-start;
  margin: 0 0 9px;
  padding-right: 4%;
}
@media (max-width: 980px) {
  .babyName .popular-names-section .name-meaning-row .name-meaning-col {
    width: 100%;
  }
}
.babyName .popular-names-section .name-meaning-row .name-meaning-col .baby-name {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
}
.babyName .popular-names-section .name-meaning-row .name-meaning-col .baby-name + span {
  font-size: 18px;
  line-height: 25px;
  color: rgb(56, 137, 230);
  padding: 0px 0px 0px 5px;
  display: inline-block;
}
.babyName .popular-names-section .name-meaning-row .name-meaning-col .name-meaning, .babyName .popular-names-section .name-meaning-row .name-meaning-col i {
  font-size: 15px;
  color: #253858;
  margin: 0 0 0 4px;
  font-style: normal;
  padding-top: 3px;
}

.info-secure {
  color: #818181;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}
.info-secure .secure {
  background: url(../../images/bu/investment/investment-lock-icon.svg);
  width: 9px;
  height: 12px;
  display: inline-block;
  margin-right: 8px;
  background-size: 100%;
}

.babyNameBanner {
  width: 100%;
  height: auto;
  padding: 0px;
  box-sizing: border-box;
}
.babyNameBanner img {
  width: 100%;
  max-width: 100% !important;
}
@media (max-width: 980px) {
  .babyNameBanner {
    display: none;
  }
}

.search-baby-name-wrapper {
  margin-top: 100px;
  display: none;
}
.search-baby-name-wrapper .search-baby-center {
  width: 60%;
  margin: 0px auto;
}
.search-baby-name-wrapper .search-baby-center h2 {
  position: relative;
}
.search-baby-name-wrapper .search-baby-center h2::after {
  content: "";
  background: url(../../images/bu/term/heading-bottom-blue-line.svg) center center no-repeat;
  height: 40px;
  display: block;
  width: 100px;
  margin: 0px auto;
  background-size: contain;
}
.search-baby-name-wrapper .auto {
  position: relative;
}
.search-baby-name-wrapper .auto .baby-input-search {
  width: 100%;
  height: 65px;
  border: 1px solid #253858;
  border-radius: 8px;
  margin: 0;
  font-size: 18px;
  padding: 0px 20px;
  margin-bottom: 5px !important;
}
.search-baby-name-wrapper .search-list {
  width: 100%;
  border: 1px solid #253858;
  border-radius: 8px 8px 8px 8px;
  padding: 24px;
}
.search-baby-name-wrapper .search-list #resultList {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.search-baby-name-wrapper .search-list #resultList li {
  width: 20%;
  font-size: 18px;
  font-weight: 500;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  margin-top: 24px;
}
.search-baby-name-wrapper .search-list #resultList li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../../images/bu/term/his.png") no-repeat center center;
  background-size: contain;
}
.search-baby-name-wrapper .search-list #tagsContainer {
  display: none;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.search-baby-name-wrapper .search-list #tagsContainer.active {
  display: flex;
}
.search-baby-name-wrapper .search-list #tagsContainer .tag {
  border: 1px solid #253858;
  border-radius: 8px;
  padding: 5px 36px 5px 7px;
  font-size: 16px;
  margin-right: 10px;
  position: relative;
}
.search-baby-name-wrapper .search-list #tagsContainer .tag .close {
  font-size: 21px;
  position: absolute;
  right: 5px;
  top: 1px;
  cursor: pointer;
}
.search-baby-name-wrapper .search-list #resultTitle {
  font-size: 20px;
  font-weight: 600;
  margin: 2px 0px 4px 0px;
}

.keyPoint {
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 16px 16px 16px 28px;
  max-width: 630px;
  margin: 0px;
}
@media (max-width: 980px) {
  .keyPoint {
    display: none;
  }
}
.keyPoint .keypointText {
  padding-left: 35px;
  margin-right: 15px;
  position: relative;
}
.keyPoint .keypointText:nth-child(1) i {
  position: absolute;
  left: -2px;
  top: 3px;
  width: 30px;
  height: 30px;
  background: url("../../images/bu/term/iconNoneCore1.jpg") no-repeat center center;
  background-size: contain;
}
.keyPoint .keypointText:nth-child(2) i {
  position: absolute;
  left: -2px;
  top: 3px;
  width: 30px;
  height: 30px;
  background: url("../../images/bu/term/iconNoneCore2.jpg") no-repeat center center;
  background-size: contain;
}
.keyPoint .keypointText:nth-child(3) i {
  position: absolute;
  left: -2px;
  top: 3px;
  width: 30px;
  height: 30px;
  background: url("../../images/bu/term/iconNoneCore3.jpg") no-repeat center center;
  background-size: contain;
}
.keyPoint .keypointText span {
  font-size: 14px;
  font-weight: 600;
}
.keyPoint .keypointText p {
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}

.hideForm .keyPoint {
  margin: 30px auto 0;
}
@media (max-width: 980px) {
  .hideForm .keyPoint {
    display: none;
  }
}

.buttonForLeadForm {
  text-align: center;
}
.buttonForLeadForm button {
  background: #0065FF;
  border: none;
  padding: 14px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  color: #fff;
  margin: 20px 0 0 0;
  cursor: pointer;
  font-weight: 600;
  padding: 16px 50px;
  margin: 30px 0 60px 0;
  font-size: 20px;
}
.buttonForLeadForm button.hide {
  display: none;
}
@media (max-width: 980px) {
  .buttonForLeadForm {
    display: none;
  }
}

.key-factor-wrapper {
  position: relative;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 980px) {
  .key-factor-wrapper {
    width: 100%;
    max-width: 420px;
    margin: 0px auto;
  }
}
@media (max-width: 390px) {
  .key-factor-wrapper {
    max-width: 360px;
  }
}
@media (max-width: 360px) {
  .key-factor-wrapper {
    max-width: 340px;
  }
}
.key-factor-wrapper .key-factor {
  background: none;
  border-radius: 8px;
  padding: 0px;
  list-style: none;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px 0 30px 10px;
  left: 0;
  right: 0;
  box-shadow: none;
}
.key-factor-wrapper .key-factor li {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  position: relative;
  min-height: 50px;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .key-factor-wrapper .key-factor li {
    align-items: flex-start;
  }
}
.key-factor-wrapper .key-factor li::before {
  content: "";
  height: 70%;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 1px;
}
.key-factor-wrapper .key-factor li:last-child::before {
  display: none;
}
.key-factor-wrapper .key-factor li .starts_block {
  width: 70px;
}
.key-factor-wrapper .key-factor li .hi-pp {
  font-size: 28px;
  font-weight: 700;
  line-height: 22px;
  color: #253858;
  background-image: linear-gradient(93.34deg, #0094FF 28.49%, #0057FF 61.15%, #0500FF 98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
@media (max-width: 980px) {
  .key-factor-wrapper .key-factor li .hi-pp {
    font-size: 16px;
    margin: 0px;
  }
}
@media (max-width: 440px) {
  .key-factor-wrapper .key-factor li .hi-pp {
    font-size: 13px;
    margin: 0px;
  }
}
@media (max-width: 390px) {
  .key-factor-wrapper .key-factor li .hi-pp {
    font-size: 12px;
    margin: 0px;
  }
}
.key-factor-wrapper .key-factor li .light-text {
  font-size: 13px;
  color: rgba(37, 56, 88, 0.9);
  font-weight: 400;
}
.key-factor-wrapper .key-factor li .light-text .totalRating {
  width: 80px;
}
@media (max-width: 980px) {
  .key-factor-wrapper .key-factor li .light-text {
    font-size: 10px;
    justify-content: flex-start;
  }
}
@media (max-width: 568px) {
  .key-factor-wrapper .key-factor li .light-text {
    text-align: center;
  }
  .key-factor-wrapper .key-factor li .light-text .totalRating {
    width: 90px;
  }
}
.key-factor-wrapper .key-factor .totalRating .starts_block .fraction {
  background: url("../../images/bu/term/rating_new.png") no-repeat 0 0;
  width: 80px;
  background-size: 100%;
  height: 14px;
  margin-top: 11px;
  position: absolute;
}
@media screen and (max-width: 980px) {
  .key-factor-wrapper .key-factor .totalRating .starts_block .fraction {
    height: 12px;
    margin-top: 8px;
    position: absolute;
    left: 6px;
    width: 60px;
  }
}
@media (max-width: 980px) {
  .key-factor-wrapper .key-factor {
    max-width: 100%;
    bottom: initial;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .key-factor-wrapper .key-factor li {
    width: 33%;
  }
  .key-factor-wrapper .key-factor li .totalRating {
    width: 80px;
    left: 0px;
  }
}

.browse-names-wrapper {
  position: relative;
}
.browse-names-wrapper .baby-title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  margin: 70px 0px 6px;
  text-align: center;
}
@media (max-width: 640px) {
  .browse-names-wrapper .baby-title {
    margin: 30px 0px 6px;
    font-size: 20px;
  }
}
.browse-names-wrapper .baby-title span::after {
  content: "";
  height: 40px;
  display: block;
  width: 100px;
  margin: 0px auto;
  background-size: contain;
}
.browse-names-wrapper .baby-heading-sub {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}

.protect-child-future {
  border-radius: 10px;
  width: 100%;
  background-size: contain;
  background-size: contain;
  margin: 60px 0px 40px;
}
@media (max-width: 980px) {
  .protect-child-future {
    width: 100%;
    max-width: 360px;
    margin: 0px auto;
    margin: 0px auto;
  }
}
@media (max-width: 568px) {
  .protect-child-future {
    background-position: bottom right;
    margin: 30px auto 10px;
  }
}
@media (max-width: 360px) {
  .protect-child-future {
    border-radius: 0px;
  }
}
.protect-child-future .child-left-panel {
  padding: 18px 0 5px 42px;
  position: relative;
  height: 290px;
}
@media (max-width: 980px) {
  .protect-child-future .child-left-panel {
    padding: 15px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 568px) {
  .protect-child-future .child-left-panel {
    height: 260px;
    margin-bottom: 30px;
  }
}
.protect-child-future .child-left-panel .title-subtitle-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  .protect-child-future .child-left-panel .title-subtitle-wrap {
    margin: 0px 0 0;
    text-align: center;
    padding: 12px 0;
    padding: 12px 7px;
  }
}
.protect-child-future .child-left-panel .left-panel-heading {
  font-size: 36px;
  font-weight: 700;
  color: rgb(37, 56, 88);
}
@media (max-width: 980px) {
  .protect-child-future .child-left-panel .left-panel-heading {
    font-size: 20px;
  }
}
.protect-child-future .child-left-panel .left-panel-subheading {
  font-size: 28px;
  margin: 7px 0 19px;
  color: rgb(37, 56, 88);
}
@media (max-width: 980px) {
  .protect-child-future .child-left-panel .left-panel-subheading {
    font-size: 15px;
    margin: 7px 0 0;
    color: rgb(37, 56, 88);
  }
}
.protect-child-future .child-left-panel .child-box-price {
  display: inline-flex;
  border-radius: 4px;
  background: #fff;
  width: 560px;
  flex-direction: column;
  height: auto;
  padding: 10px 20px 20px 20px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 980px) {
  .protect-child-future .child-left-panel .child-box-price {
    border-radius: 8px;
    border-top: 0px;
    height: auto;
    width: 80%;
    padding: 4px;
    max-width: 240px;
    margin: 17px auto 0 0;
  }
}
@media (max-width: 568px) {
  .protect-child-future .child-left-panel .child-box-price {
    margin: 3px auto 0 0;
  }
}
.protect-child-future .child-left-panel .child-box-price .term-text-child {
  color: #253858;
  font-size: 20px;
  margin: 0;
  font-weight: 500;
}
.protect-child-future .child-left-panel .child-box-price .term-text-child br {
  display: none;
}
.protect-child-future .child-left-panel .child-box-price .term-text-child span {
  font-size: 22px;
  font-weight: 600;
  color: #0065FF;
}
@media (max-width: 980px) {
  .protect-child-future .child-left-panel .child-box-price .term-text-child {
    font-size: 14px;
    color: #2F2F2F;
    padding: 0px 10px;
  }
  .protect-child-future .child-left-panel .child-box-price .term-text-child span {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  .protect-child-future .view-plan-btn-child {
    margin: 17px auto 0 0;
  }
}

.view-plan-btn-child {
  display: inline-flex;
  color: #fff;
  width: auto;
  height: 48px;
  border-radius: 8px;
  background: #0065FF;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 49px;
  margin: 20px 0 0 0;
  padding: 0px 30px;
}

.babyName.boy .protect-child-future {
  background: rgba(119, 180, 250, 0.2) url("../../images/bu/term/banner-bg.png?v=1") no-repeat top right -10px;
  background-size: contain;
}
@media (max-width: 980px) {
  .babyName.boy .protect-child-future {
    background: rgba(119, 180, 250, 0.2) url(../../images/bu/term/banner-bg_mob.png) no-repeat top right -10px;
    background-size: 40%;
    background-position: bottom right;
  }
}
.babyName.boy .child-left-panel .child-box-price {
  border-radius: 8px;
  border-left: 4px solid #0165ff;
}

.babyName.girl .protect-child-future {
  background: rgba(234, 106, 127, 0.1) url("../../images/bu/term/banner-bg_pink.png") no-repeat top right -10px;
  background-size: contain;
}
@media (max-width: 980px) {
  .babyName.girl .protect-child-future {
    background: rgba(234, 106, 127, 0.1) url("../../images/bu/term/banner-bg_pink_mob.png") no-repeat top right -10px;
    background-size: 40%;
    background-position: bottom right;
  }
}
.babyName.girl .child-left-panel .child-box-price {
  border-radius: 8px;
  border-left: 4px solid #FF4181;
}

.car-stiky-view-plan {
  display: none !important;
}

.sticky-new {
  background: #15181A;
  position: relative;
  padding: 0px 0;
}
.sticky-new .strip_close {
  background: none;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  right: 5px;
  top: 0;
}
.sticky-new .strip_close::before, .sticky-new .strip_close::after {
  content: "";
  position: absolute;
  background: #fff;
  opacity: 0.7;
  height: 2px;
  margin-top: -2px;
  width: 60%;
  top: 50%;
  left: 5px;
  border-radius: 5px;
}
.sticky-new .strip_close::before {
  transform: rotate(45deg);
}
.sticky-new .strip_close::after {
  transform: rotate(-45deg);
}
.sticky-new .sticky-new-center {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  overflow: hidden;
}
@media (max-width: 980px) {
  .sticky-new .sticky-new-center {
    align-items: center;
    padding: 0 15px;
  }
}
.sticky-new .sticky-new-center .left {
  display: flex;
  align-items: center;
}
.sticky-new .sticky-new-center .left.col {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  height: 100%;
  left: 220px;
}
@media (max-width: 980px) {
  .sticky-new .sticky-new-center .left.col {
    left: 0px;
  }
}
@media (max-width: 980px) {
  .sticky-new .sticky-new-center .left {
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px 0;
    align-items: flex-start;
    width: 70%;
  }
}
.sticky-new .sticky-new-center .left .img-left-child {
  background: url(../../../images/bu/investment/secure-child-sticky.png) no-repeat center center/81px;
  width: 81px;
  height: 95px;
}
@media (max-width: 980px) {
  .sticky-new .sticky-new-center .left .img-left-child {
    display: none;
  }
}
.sticky-new .sticky-new-center .left.boy .img-left {
  background: url("../../images/bu/term/baby-boy-img.png") no-repeat center center/86px;
  width: 126px;
  height: 94px;
  position: absolute;
  top: -18px;
  left: -130px;
  background-size: 90%;
}
@media (max-width: 980px) {
  .sticky-new .sticky-new-center .left.boy .img-left {
    display: none;
  }
}
.sticky-new .sticky-new-center .left.boy .heading-text {
  font-size: 22px;
  font-weight: 600;
  background-clip: text;
  padding: 0;
  margin: 0 20px 0 0;
  width: 100%;
  text-align: left;
  background: linear-gradient(90deg, #77FAF5 0%, #77B4FA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 980px) {
  .sticky-new .sticky-new-center .left.boy .heading-text {
    font-size: 20px;
    border: 0px;
    padding: 0 0 4px;
    margin: 0px;
  }
}
.sticky-new .sticky-new-center .left.boy .heading-text.small {
  font-size: 16px;
  letter-spacing: 0.016em;
  font-weight: 400;
  line-height: 30px;
  background-clip: initial;
  color: #fff;
  background: transparent;
  -webkit-text-fill-color: #fff;
}
@media (max-width: 568px) {
  .sticky-new .sticky-new-center .left.boy .heading-text {
    font-size: 16px;
  }
  .sticky-new .sticky-new-center .left.boy .heading-text.small {
    font-size: 12px;
    line-height: 16px;
  }
}
.sticky-new .sticky-new-center .left.girl .img-left {
  background: url("../../images/bu/term/baby-girl-img.png") no-repeat center center/86px;
  width: 86px;
  height: 94px;
  position: absolute;
  top: -18px;
  left: -100px;
}
@media (max-width: 980px) {
  .sticky-new .sticky-new-center .left.girl .img-left {
    display: none;
  }
}
.sticky-new .sticky-new-center .left.girl .heading-text {
  font-size: 22px;
  font-weight: 600;
  background-clip: text;
  padding: 0;
  margin: 0 20px 0 0;
  width: 100%;
  text-align: left;
  background: linear-gradient(90deg, #FF76B4 0%, #F7A9A0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 980px) {
  .sticky-new .sticky-new-center .left.girl .heading-text {
    font-size: 20px;
    border: 0px;
    padding: 0 0 4px;
    margin: 0px;
  }
}
.sticky-new .sticky-new-center .left.girl .heading-text.small {
  font-size: 16px;
  letter-spacing: 0.016em;
  font-weight: 400;
  line-height: 30px;
  background-clip: initial;
  color: #fff;
  background: transparent;
  -webkit-text-fill-color: #fff;
}
@media (max-width: 568px) {
  .sticky-new .sticky-new-center .left.girl .heading-text {
    font-size: 16px;
  }
  .sticky-new .sticky-new-center .left.girl .heading-text.small {
    font-size: 12px;
    line-height: 16px;
  }
}
.sticky-new .sticky-new-center .left .heading-text {
  font-size: 22px;
  font-weight: 600;
  background-clip: text;
  padding: 0;
  margin: 0 20px 0 0;
  width: 100%;
  text-align: left;
  background: linear-gradient(90deg, #FF76B4 0%, #F7A9A0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 980px) {
  .sticky-new .sticky-new-center .left .heading-text {
    font-size: 20px;
    border: 0px;
    padding: 0 0 4px;
    margin: 0px;
  }
}
.sticky-new .sticky-new-center .left .heading-text.small {
  font-size: 16px;
  letter-spacing: 0.016em;
  font-weight: 400;
  line-height: 30px;
  background-clip: initial;
  color: #fff;
  background: transparent;
  -webkit-text-fill-color: #fff;
}
@media (max-width: 568px) {
  .sticky-new .sticky-new-center .left .heading-text {
    font-size: 16px;
  }
  .sticky-new .sticky-new-center .left .heading-text.small {
    font-size: 12px;
    line-height: 16px;
  }
}
.sticky-new .sticky-new-center .right {
  display: flex;
  align-items: flex-end;
}
.sticky-new .sticky-new-center .right .btn-view-plan {
  background: #0065FF 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  cursor: pointer;
  width: 130px;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  margin: 0 195px 0 0px;
}
@media (max-width: 980px) {
  .sticky-new .sticky-new-center .right .btn-view-plan {
    margin: 0 0px 0 0;
    padding: 10px 0;
    width: 92px;
    font-size: 12px;
  }
}
@media (max-width: 568) {
  .sticky-new .sticky-new-center .right .btn-view-plan {
    margin: 0;
  }
}
.sticky-new .sticky-disclaimer-light {
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  max-width: 172px;
  position: absolute;
  right: 20px;
  bottom: 12px;
  text-align: left;
}
@media (max-width: 980px) {
  .sticky-new .sticky-disclaimer-light {
    display: none;
  }
}

.closesticky {
  z-index: 1;
}
.closesticky::before, .closesticky::after {
  background: #fff;
  opacity: 0.7;
}

.floatingPopupDiv {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  display: none;
}
.floatingPopupDiv.open {
  display: block;
}
.floatingPopupDiv .close {
  position: absolute;
  width: 35px;
  height: 35px;
  background: #ccc;
  border-radius: 50px;
  top: 14px;
  right: 34%;
  z-index: 10002;
  cursor: pointer;
}
.floatingPopupDiv .close:before {
  position: absolute;
  left: 0;
  content: "";
  background: url(../../images/bu/right-arrow-floating.svg) no-repeat;
  height: 35px;
  width: 35px;
  top: 0;
  background-size: 100%;
}
@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .close {
    top: 0;
    background: 0 0;
    right: 10px;
  }
  .floatingPopupDiv .close:before {
    position: absolute;
    left: 3px;
    content: "";
    background: url(../../images/bu/cross-for-floating.svg) no-repeat;
    height: 25px;
    width: 25px;
    top: 10px;
    background-size: 100%;
  }
}
.floatingPopupDiv .flat-white {
  position: absolute;
  height: 55px;
  background: #fff;
  width: 39%;
  right: 0;
  z-index: 100;
}
.floatingPopupDiv .floatpanel {
  position: absolute;
  width: 39%;
  background: #fff;
  right: 0;
  overflow: auto;
  height: 100%;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  padding-top: 45px;
  padding-bottom: 20px;
}
.floatingPopupDiv .floatpanel .term-form-template {
  border: none;
  box-shadow: none;
  padding: 0 20px;
  overflow: auto;
  max-width: 540px;
  margin: 0 auto;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.floatingPopupDiv .floatpanel .term-form-template .leadform {
  padding: 6px 0px 26px;
  border: none;
}
@media only screen and (max-width: 1024px) {
  .floatingPopupDiv .floatpanel {
    width: 100%;
  }
}

.modalpopup {
  position: relative;
}
.modalpopup.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  height: 100%;
  z-index: 10001;
}
.modalpopup.overlay.show {
  visibility: visible;
  opacity: 1;
}
.modalpopup .popup {
  margin: 0 auto;
  padding: 0px 20px;
  border-radius: 12px;
  width: 440px;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.modalpopup .popup.thankyou {
  width: 440px;
}
@media screen and (orientation: landscape) and (max-width: 1000px) {
  .modalpopup .popup {
    overflow-y: scroll;
  }
}
.modalpopup .popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.modalpopup .popup .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  text-decoration: none;
  color: #333;
  opacity: 0.6;
  z-index: 1;
  cursor: pointer;
}
.modalpopup .popup .close:hover {
  opacity: 1;
}
.modalpopup .popup .certificate {
  text-align: center;
}
.modalpopup .popup .certificate img {
  width: auto;
}
.modalpopup .popup .heading_call_icon {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-top: 32px;
}
.modalpopup .popup .heading_call_icon .phone {
  width: 60px;
  height: 60px;
  margin: 0px auto;
  background: url("../../images/bu/term/call-back-icon.png") no-repeat 0 0;
  background-size: contain;
}
.modalpopup .popup .content h3 {
  padding: 0;
  margin: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}
.modalpopup .popup .content .back-to-site,
.modalpopup .popup .content .reqBtn,
.modalpopup .popup .content .scheduleBtn {
  background: #0065FF 0 0 no-repeat padding-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  cursor: pointer;
  width: 70%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-weight: 500;
  margin: 20px auto;
}
@media (max-width: 568px) {
  .modalpopup .popup .content .back-to-site,
  .modalpopup .popup .content .reqBtn,
  .modalpopup .popup .content .scheduleBtn {
    font-size: 14px;
    width: 60%;
    padding: 10px;
  }
}
.modalpopup .popup .content .back-to-site {
  width: 140px;
  padding: 12px;
  margin: 0 auto;
  text-align: center;
}
.modalpopup .popup .content .scheduleBtn {
  margin: 20px auto 10px;
}
@media (max-width: 568px) {
  .modalpopup .popup .content .scheduleBtn {
    margin: 7px auto 10px;
    border-radius: 10px;
  }
}
.modalpopup .popup .content .link {
  font-size: 12px;
  color: #0165ff;
  margin: 0;
  line-height: normal;
  position: relative;
  cursor: pointer;
}
.modalpopup .popup .content .link:before {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
  position: absolute;
  top: 4px;
  left: -19px;
}
.modalpopup .popup .content .highlight-text {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.modalpopup .popup .content .highlight-text:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  background: #ccc;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}
.modalpopup .popup .content .highlight-text.xl {
  font-size: 26px;
  margin: 0;
}
.modalpopup .popup .content .highlight-text.xl:before {
  display: none;
}
.modalpopup .popup .content .contact-info {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 30px;
  width: 90%;
  margin: 0 auto;
}
.modalpopup .popup .content .contact-info li {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.modalpopup .popup .content .contact-info li .des {
  font-size: 12px;
  color: rgba(37, 56, 88, 0.8);
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}
.modalpopup .popup .content .contact-info li .number {
  font-size: 14px;
  color: #253858;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.modalpopup .popup .content .contact-info li .number .phone-icon {
  background: url("../../images/bu/term/call-icon.svg") no-repeat 0 0;
  width: 14px;
  height: 15px;
  display: block;
  margin: 0 5px 0 0;
}
@media (max-width: 568px) {
  .modalpopup .popup .content .contact-info {
    width: 100%;
    margin: 16px auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .modalpopup .popup .content .contact-info li {
    width: 50%;
  }
  .modalpopup .popup .content .contact-info li .number {
    font-weight: 600;
  }
}
.modalpopup .popup .content .extra-info {
  width: 250px;
  margin: 0 auto 30px;
  text-align: center;
}
.modalpopup .popup .content .extra-info span {
  display: block;
  font-size: 10px;
  margin: 20px;
  line-height: 16px;
}
.modalpopup .popup .content .extra-info .infotext {
  font-size: 12px;
  line-height: 22px;
}
.modalpopup .popup .content .extra-info.xl {
  width: 280px;
}
.modalpopup .popup .content .reqCallback {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.modalpopup .popup .content .reqCallback .call-back-form-heading {
  font-size: 14px;
  font-weight: 500;
}
.modalpopup .popup .content .reqCallback .reqCallbackinput {
  width: 98%;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
}
@media (max-width: 767px) {
  .modalpopup .popup .content .reqCallback .reqCallbackinput {
    padding: 0px !important;
  }
}
.modalpopup .popup .content .reqCallback .reqCallbackinput .call-back-form-heading {
  background: rgba(24, 194, 0, 0.05);
  color: #253858;
  padding: 10px;
  top: 0px;
  font-size: 12px;
  padding-left: 22px;
  width: 290px;
  position: absolute;
  border-radius: 0 0 8px 8px;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
}
.modalpopup .popup .content .reqCallback .reqCallbackinput .call-back-form-heading:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 9px;
  left: 11px;
  background: url("../../images/bu/term/phone_callback.png") no-repeat 0 0;
  background-size: contain;
}
.modalpopup .popup .content .phone-icon {
  width: 50px;
  height: 50px;
  margin: 10px auto;
}
.modalpopup .popup .content .thanks-icon {
  width: 120px;
  height: 110px;
  margin: 0 auto;
}
.modalpopup .popup .step-2 {
  margin: 45px 0;
}
@media screen and (max-width: 767px) {
  .modalpopup .popup .step-2 {
    margin: 33px 0;
  }
}
.modalpopup .popup .step-3 {
  margin: 75px 0;
}
@media (max-width: 568px) {
  .modalpopup .popup {
    width: 96%;
    margin: 0 auto;
    max-width: 360px;
  }
  .modalpopup .popup.thankyou {
    max-width: 360px;
    width: 96%;
  }
  .modalpopup .popup.thankyou .step-3 {
    margin: 75px 0;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
  .modalpopup .popup .content .step-1 .reqCallback {
    margin: 27px 0 20px auto;
  }
  .modalpopup .popup .content .reqCallback .call-back-form-heading {
    top: -34px !important;
  }
  .modalpopup .popup .content .reqCallback:before {
    display: none;
  }
  .modalpopup .popup .content .highlight-text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 26px;
  }
  .modalpopup .popup .content .contact-info li .des {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 6px;
    font-weight: 400;
  }
  .modalpopup .popup .content .contact-info li .number {
    font-size: 14px;
    justify-content: center;
  }
  .modalpopup .popup .content .phone-icon {
    width: 40px;
    height: 40px;
  }
  .modalpopup .popup .content .extra-info span {
    display: block;
    font-size: 10px;
    margin: 15px;
    line-height: 16px;
  }
  .modalpopup .popup .content .extra-info span.infotext {
    margin-bottom: 10px;
  }
  .modalpopup .popup .content .reqCallback .reqCallbackinput {
    box-shadow: none;
  }
}
.modalpopup .custom-field {
  position: relative;
  font-size: 14px;
  border-top: 20px solid transparent;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.modalpopup .custom-field .err {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  font-size: 10px;
  text-align: right;
  color: #f00;
}
.modalpopup .custom-field.movingLabel.mob input {
  padding: 0 0 0 12px;
  height: 44px;
}
.modalpopup .custom-field.movingLabel.mob select {
  position: absolute;
  width: 78px;
  height: calc(100% - 6px);
  padding: 0 10px;
  border: none;
  top: 3px;
  left: 0;
  background: transparent;
  z-index: 1;
}
.modalpopup .custom-field.movingLabel.mob select:focus {
  outline: none;
}
.modalpopup .custom-field.movingLabel input {
  appearance: none;
  background: #f2f2f2;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  outline: none;
  font-size: 14px;
  background: none;
  border: 1px solid #CBC9C9;
  transition: border-color 0.3s ease;
}
.modalpopup .custom-field.movingLabel input + .placeholder {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: -6px;
  line-height: 100%;
  color: #aaa;
  transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
  left: 7px;
  padding: 0 5px;
  font-size: 12px;
  background: #fff;
  display: inline-block;
}
.modalpopup .form-whatsapp {
  margin-top: 10px !important;
}