@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
  overflow-x: hidden;
}

h1 {
  margin-bottom: 15px;
  font-size: 55px;
  line-height: 55px;
  color: rgb(251 122 142);
  font-weight: 700;
}

h2 {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 36px;
  color: rgb(251 122 142);
  font-weight: 700;
}

h3 {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 30px;
  color: rgb(251 122 142);
  font-weight: 700;
}

h4 {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 26px;
  color: rgb(251 122 142);
  font-weight: 700;
}

h4 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  color: rgb(251 122 142);
  font-weight: 700;
}

h5 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
  color: rgb(251 122 142);
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

a {
  outline: none;
  text-decoration: none !important;
  cursor: pointer;
  max-width: 100%;
  white-space: normal !important;
  display: inline-block;
  text-transform: none;
  border: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* a:hover { color: #e7248b; } */

p {
  margin: 0 0 10px;
  width: 100%;
  display: block;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  border: 1px solidrgb(251 122 142);
  outline: #b7c5d3 auto 0px;
  box-shadow: 0px 0px 7px #979595;
}

.wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto !important;
  float: none !important;
  display: block;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Home Page */

.tab-section {
  float: left;
  width: 100%;
  color: #fff;
  padding: 20px 0 0;
  font-size: 16px;
  line-height: 26px;
}

.tab-section .tabing-title {
  width: 99%;
  float: left;
  text-align: center;
  position: absolute;
  margin-bottom: 0px;
}

.tab-section .tabbing-main {
  float: left;
  width: 100%;
  padding: 0 20px;
}

.tab-section .tabing-title .tabs-title.current {
  background-color: #fff;
  color: #250D4B;
}

.tab-section .tabing-title .tabs-title:hover {
  box-shadow: 0px 0px 5px rgb(251 122 142);
  color: rgb(251 122 142);
  zoom: 1.02;
}

.tab-section .tabs .tab-content {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 100px;
}

.tab-section h1 {
  margin: 0 0 30px;
  font-size: 42px;
  line-height: 60px;
  color: rgb(251 122 142);
  font-weight: 500;
  text-align: center;
}

.tab-section .tabs-inner {
  float: left;
  width: 100%;
  padding: 16px 8px;
  border-radius: 17px 17px 0 0;
  background-color: #250D4B;
}

.tab-section .tabs-main {
  width: 100%;
  text-align: left;
  max-width: 1000px;
  display: flex;
  align-items: center;
  margin: 30px auto;
}

.tab-section .tabing-title .tabs-title {
  cursor: pointer;
  display: inline-block;
  float: none;
  width: calc(100% / 6 - 40px) !important;
  padding: 9px;
  margin: 0 4px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  border-radius: 25px;
  border: 1px solid #707070;
}

.tab-section .tabs-main .tab-img {
  float: left;
  width: 50%;
  text-align: center;
}

.tab-section .tabs-main .inner-content {
  float: left;
  width: 50%;
}

.tab-section .tabs-main h3 {
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 14px;
}

.tab-section .tabs-main .tab-img>img {
  max-height: 300px;
  max-width: 420px;
  object-fit: cover;
}

.tab-section .tabs-main:nth-child(2n) {
  flex-direction: row-reverse;
}

.tab-section .tabs-main:nth-child(1) {
  margin-top: 0;
}

.tab-section .tabs-main:nth-child(3) {
  margin-top: 100px;
  position: relative;
}

/* .tab-section .tabs-main:nth-child(3):before{ position: absolute;content: '';top: -105px;left: 0;right: 0;margin: auto;background: url(../images/arrow.png)no-repeat center / cover; width: 35px; height:50px; } */

/* Index Page */

.tab-banner .tabing-title.title {
  padding: 115px 0 15px;
}

.tab-banner .tabs-title {
  color: #4A2C31;
  font-size: 18px;
  font-weight: 700;
  width: calc(100% / 6 - 10px);
  display: inline-block;
  padding: 8px 15px;
  margin: 0 5px;
  line-height: 24px;
  border: 1px solid rgb(251 122 142);
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}

.tab-banner .tabs-title.current {
  background-color: rgb(251 122 142);
}

.tab-banner .tabs-title:hover {
  zoom: 1.02;
  color: rgb(251 122 142) !important;
}

.tab-banner .tabs-title.current {
  color: #333 !important;
}

.tab-banner .tabing-title {
  padding: 30px 0 15px;
  box-shadow: 0px 3px 21px #ccc;
}

.tab-banner .left-top {
  padding: 15px 14px;
  background-color: #250D4B;
  border-radius: 6px;
}

.tab-banner .tab-left {
  width: 50%;
  float: left;
}

.tab-banner .tab-right {
  width: 49%;
  float: left;
  border: 1px solid rgb(251 122 142);
  border-radius: 6px;
  margin-left: 1%;
  padding: 10px 0;
}

.tab-banner .left-bottom {
  border: 1px solid rgb(251 122 142);
  border-radius: 6px;
  margin-top: 12px;
  padding: 15px;
}

.tab-banner .tabbing-main {
  padding: 40px 15px;
  float: left;
  width: 100%;
}

.tab-banner .column {
  width: calc(100% / 3 - 20px);
  display: inline-block;
  margin: 0 9px;
}

.tab-banner .column:nth-child(1) {
  margin-left: 0;
}

.tab-banner .column:nth-child(3) {
  margin-right: 0;
}

.tab-banner .slider-orange>.bar>span {
  transition: 0.3s;
  background: #fff;
}

.tab-banner .slider-orange>.bar-btn {
  background: rgb(251 122 142);
  border: none;
  transition: 0.3s;
}

.tab-banner .slider-orange:hover>input+.slider-container>.bar-btn {
  box-shadow: inset 0 0 2px #9f9d9e6e;
  zoom: 1.05;
}

.tab-banner .dot {
  width: 7px !important;
  height: 7px;
  background: #fff;
  display: block;
  position: absolute;
  border-radius: 125%;
  top: 2px;
}

.tab-banner .slider {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.tab-banner .slider>input {
  opacity: 0;
  width: 100%;
  height: 24px;
  position: relative;
  z-index: 5;
  cursor: pointer;
  -webkit-appearance: none;
}

.tab-banner .slider>input::-webkit-slider-thumb {
  -webkit-appearance: none;
  z-index: 100;
  position: relative;
  width: 50px;
  height: 30px;
  -webkit-border-radius: 10px;
}

.tab-banner .slider>span.slider-container {
  min-height: 40px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tab-banner .slider>span.slider-container>span.bar {
  background-color: #fff;
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  height: 15px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.tab-banner .slider>span.slider-container>span.bar>span {
  background: #fff;
  display: inline-block;
  float: left;
  height: 15px;
  width: 0%;
}

.tab-banner .slider>span.slider-container>span.bar-btn {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  min-width: 55px;
  margin-top: 0px;
  max-width: 100px;
  height: 18px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  background: rgb(251 122 142);
  left: 0;
  top: 50%;
  border-radius: 100px;
  border: none;
  z-index: 5;
  color: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translateY(-50%);
}

.tab-banner .slider>span.slider-container>span.bar-btn>span {
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}

.tab-banner .tab-bottom {
  float: right;
  width: 88%;
  position: relative;
  margin-top: 15px;
  border: 1px solid #250D4B;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  align-items: center;
}

.tab-banner .tab-bottom .list {
  width: 10%;
  float: left;
}

.tab-banner .tab-bottom .list:nth-child(2) {
  width: 70%;
}

.tab-banner .tab-bottom .list:nth-child(3) {
  width: 20%;
}

.tab-banner .tab-bottom:before {
  position: absolute;
  content: '';
  background: url(../images/girl.png);
  left: -150px;
  top: -193px;
  width: 230px;
  height: 314px;
  background-size: contain;
  background-repeat: no-repeat;
}

.tab-banner .column label {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.tab-banner .input {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin: 4px 0 10px;
  border-radius: 4px;
  border: none;
}

.tab-banner input.submit {
  text-transform: uppercase;
  width: 100%;
  float: none;
  margin: 10px 5px 0;
  background: rgb(251 122 142);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(251 122 142)', endColorstr='#faa7b7', GradientType=1);
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: #ffff;
  padding: 7px 10px;
  border-radius: 4px;
  max-width: 150px;
  cursor: pointer;
  -webkit-appearance: none;
}

.tab-banner input.submit.reset {
  margin-top: 31px;
  background: #fff;
  color: rgb(251 122 142);
  -webkit-appearance: none;
}

.tab-banner input.submit:hover {
  box-shadow: 0px 0px 5px #3d3d3d;
  zoom: 1.05;
  color: #ffffff !important;
  background-color: #f89caa !important;
  transition: all 0.5s ease;
}

.tab-banner input.submit.reset:hover {
  box-shadow: 0px 0px 5px #3d3d3d;
  zoom: 1.05;
  color: #f89caa !important;
  background-color: #ffffff !important;
  transition: all 0.5s ease;
}

.tab-banner .column img {
  object-fit: cover;
  max-width: 90px;
}

.tab-banner .column:last-child {
  text-align: center;
}

.tab-banner select.input {
  padding: 6px 34px 6px 10px;
  -webkit-appearance: none;
  background-image: url(../images/down.png);
  background-size: 18px 14px;
  background-repeat: no-repeat;
  background-position: 92%;
  margin-bottom: 40px;
  background: rgb(255 255 255);
}

.tab-banner .left-top form {
  display: flex;
  align-items: flex-start;
}

.tab-banner .list a.btn {
  text-transform: uppercase;
  width: 100%;
  float: none;
  background-color: rgb(251 122 142);
  border: 2px solid rgb(251 122 142);
  font-size: 18px;
  font-weight: 700;
  color: #ffff;
  padding: 7px 10px;
  border-radius: 4px;
  max-width: 200px;
  cursor: pointer;
  text-align: center;
}

.tab-banner .list a.btn:hover {
  background-color: #fff;
  color: rgb(251 122 142);
}

.tab-banner .list ul li {
  font-size: 16px;
  font-weight: 700;
  color: #250D4B;
  position: relative;
  padding: 0 0 0 35px;
  margin-bottom: 3px;
}

.tab-banner .list ul li:first-child {
  padding: 0;
}

.tab-banner .list ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background-image: url(../images/list.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  background-size: contain;
}

.tab-banner .list h4 {
  color: #FE617F;
  margin: 0;
  font-weight: 600;
}

.tab-banner .list ul li:first-child:before {
  display: none;
}

.tab-banner .left-bottom>p {
  padding-left: 160px;
  font-size: 16px;
}

.tab-banner .left-bottom>p>span {
  color: #FE617F;
  font-weight: 700;
}

.tab-banner table {
  background-color: #FFEFF2;
  color: #250D4A;
  padding: 15px 15px 15px 160px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
}

.tab-banner table th {
  text-align: left;
  color: #250D4B;
  font-weight: 600;
}

.tab-banner table tr>td:nth-child(2) {
  color: #FE617F;
  font-weight: 600;
}

.tab-banner table tr>td:nth-child(3) {
  color: #011B89;
  font-weight: 600;
}

.tab-banner .column.two {
  width: 65%;
}

.tab-banner .column.two label {
  width: 50%;
  float: left;
  padding-top: 9px;
}

.tab-banner .column.two .input {
  float: left;
  width: 50%;
  position: relative;
}

.tab-banner .column.two .input:after {
  position: absolute;
  content: '';
  top: 0;
  right: 10px;
  width: 23px;
  height: 30px;
  background-image: url(../images/info.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.tab-banner .tab-right.two {
  padding: 30px 40px 80px;
}

.tab-banner .tab-right.two h4 {
  margin: 0 0 40px;
  color: #250D4B;
  font-size: 24px;
}

.tab-banner .tab-right.two .inner-right {
  padding: 45px 30px;
  background-color: #FFEFF2;
  border-radius: 4px;
}

.tab-banner .tab-right.two .inner-right h3 {
  color: #250D4B;
  font-size: 18px;
  margin: 0 0 5px;
  padding-left: 30px;
  position: relative;
}

.tab-banner .tab-right.two .inner-right h5 {
  margin: 0;
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 400;
  padding-left: 30px;
  color: #250D4B;
}

.tab-banner .tab-right.two .inner-right h3:before {
  position: absolute;
  content: '';
  top: 1px;
  left: -10px;
  width: 35px;
  height: 30px;
  background-image: url(../images/right-side.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.tab-banner .tab-right.two .inner-right ul li {
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 50px;
  position: relative;
  color: #250D4B;
}

.tab-banner .tab-right.two .inner-right ul li:before {
  position: absolute;
  content: '';
  top: 1px;
  left: 23px;
  width: 20px;
  height: 24px;
  background-image: url(../images/right-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.tab-banner .tab-right.two .inner-right h3.two {
  margin: 40px 0 5px;
}

.tab-banner .top-main {
  display: flex;
  align-items: center;
}

.tab-banner .column.four {
  width: calc(100% / 2 - 20px);
}

.tab-banner img.maggi {
  max-width: 170px;
  margin-left: 25px;
}

.tab-banner img.doctor {
  margin-left: 25px;
  max-height: 255px;
}

/* 26-06-2020 */

.logo {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
}

.header-section {
  float: left;
  width: 100%;
  padding: 0px 30px;
  position: absolute;
  top: 0;
  z-index: 999;
}

.mainmenu {
  width: calc(100% - 255px);
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  /* padding-right: 90px;  */
  padding-right: 0px;
}

.blurbg {
  width: calc(100% - 255px);
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.mainmenu ul {
  list-style: none;
}

.mainmenu ul li {
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
}

.mainmenu ul li a {
  font-size: 16px;
  color: #fff;
}

.mainmenu>ul>li>a {
  padding: 20px 0;
}

.mainmenu>ul>li>a:hover {
  opacity: 0.7;
}

.mainmenu ul li.menu-item-has-children {
  position: relative;
}

.mainmenu ul ul.sub-menu {
  position: absolute;
  box-shadow: 0px 0px 5px #6e6b6b !important;
  right: -30px;
  top: 100%;
  width: 160px;
  background: #fff;
  text-align: left;
  padding: 10px 14px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.mainmenu ul ul.sub-menu li a {
  color: #000;
  padding: 6px 6px;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid rgb(251 122 142);
}

.mainmenu ul ul.sub-menu li a:hover {
  color: rgb(251 122 142);
}

.mainmenu ul ul.sub-menu li {
  margin: 0;
  width: 100%;
  float: left;
}

.mainmenu ul ul.sub-menu li:last-child a {
  border-bottom: none;
}

.mainmenu ul li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

.mainmenu>ul>li>ul.sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #d5d1d2 transparent;
  position: absolute;
  bottom: 100%;
  right: 40px;
}

.text-center {
  text-align: center;
}

.reset-icon {
  font-size: 15px;
  width: 60px !important;
}

.hero-section {
  float: left;
  min-height: 95vh;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 80px 0 30px;
  position: relative;
}

.hero_svg {
  position: absolute;
  right: 0;
  top: 0;
  width: 62%;
  z-index: -1;
}

.hero_svg img {
  width: 100%;
}

.down-img {
  transition: all 0.4s ease;
  width: 45px;
  height: 45px;
}

.hero-caption {
  width: 100%;
  max-width: 460px;
  margin-left: 15px;
}

.hero-caption h1 {
  margin: 0 0 20px;
}

.hero-caption .hero-text {
  margin-bottom: 30px;
}

.hero-text p {
  margin-bottom: 40px;
}

.hero-text p:last-child {
  margin-bottom: 0;
}

.btn a {
  background-color: #FE617F;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #FE617F;
  font-size: 14px;
}

.btn2 a {
  background: #fff;
  color: #FE617F;
  box-shadow: 0 0 14px rgba(251, 122, 142, 0.3);
}

.down_icon {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.down_icon_no_display {
  display: none;
}

.cashvisory-assists-section {
  width: 100%;
  float: left;
  background: rgba(169, 181, 253, 0.10);
  padding: 20px 0;
  position: relative;
  z-index: 2;
}

.accordion-row ul {
  display: flex;
}

.accordion-row li {
  background: -moz-linear-gradient(270deg, rgba(170, 122, 168, 1) 0%, rgba(117, 92, 158, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(170, 122, 168, 1)), color-stop(100%, rgba(117, 92, 158, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(170, 122, 168, 1) 0%, rgba(117, 92, 158, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(170, 122, 168, 1) 0%, rgba(117, 92, 158, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(170, 122, 168, 1) 0%, rgba(117, 92, 158, 1) 100%);
  /* ie10+ */
  background: linear-gradient(180deg, rgba(170, 122, 168, 1) 0%, rgba(117, 92, 158, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AA7AA8', endColorstr='#755C9E', GradientType=0);
  /* ie6-9 */
  color: #fff;
  padding: 30px;
  margin: 0 6px;
  overflow: hidden;
  width: 100px;
  transition: all 0.5s;
  position: relative;
  border-radius: 10px;
  height: 464px;
  cursor: pointer;
}

.accordion-row li:first-child {
  background: -moz-linear-gradient(270deg, rgba(250, 167, 183, 1) 0%, rgba(117, 92, 158, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250, 167, 183, 1)), color-stop(100%, rgba(117, 92, 158, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(250, 167, 183, 1) 0%, rgba(117, 92, 158, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(250, 167, 183, 1) 0%, rgba(117, 92, 158, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(250, 167, 183, 1) 0%, rgba(117, 92, 158, 1) 100%);
  /* ie10+ */
  background: linear-gradient(180deg, rgba(250, 167, 183, 1) 0%, rgba(117, 92, 158, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAA7B7', endColorstr='#755C9E', GradientType=0);
  /* ie6-9 */
}

.accordion-row li.active:first-child {
  background: -moz-linear-gradient(220deg, rgba(250, 167, 183, 1) 0%, rgba(1, 27, 137, 0.55) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(1, 27, 137, 0.55)), color-stop(100%, rgba(250, 167, 183, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(220deg, rgba(250, 167, 183, 1) 0%, rgba(1, 27, 137, 0.55) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(220deg, rgba(250, 167, 183, 1) 0%, rgba(1, 27, 137, 0.55) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(220deg, rgba(250, 167, 183, 1) 0%, rgba(1, 27, 137, 0.55) 100%);
  /* ie10+ */
  background: linear-gradient(230deg, rgba(250, 167, 183, 1) 0%, rgba(1, 27, 137, 0.55) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#011B89', endColorstr='#FAA7B7', GradientType=1);
  /* ie6-9 */
}

.accordion-row {
  width: 100%;
  max-width: 1164px;
  margin: auto;
}

.accordion-row li .accordion-content {
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.accordion-row li.active {
  width: 700px;
}

.accordion-title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 45px 40px 35px 37px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.accordion-title:hover {
  zoom: 1.05;
  box-shadow: 0px 0px 5px #9f9d9e6e;
}

.accordion-row li.active .accordion-title:hover {
  zoom: 1.00;
  box-shadow: none !important;
}

.accordion-title span {
  font-weight: 900;
  letter-spacing: 12px;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: scale(-1);
  color: rgba(255, 255, 255, 0.2);
}

.accordion-title .num {
  color: rgb(251 122 142);
  margin-top: 25px;
}

.accordion-text {
  color: #fff;
  width: 100%;
  max-width: 370px;
}

.accordion-row li.active .accordion-content {
  transition: all 4s ease;
  opacity: 1;
  visibility: visible;
}

.accordion-img {
  float: right;
  position: absolute;
  bottom: 20px;
  right: 60px;
}

.accordion-img img {
  width: 100%;
  max-width: 330px;
  height: 320px;
  object-fit: contain;
}

.title-section {
  margin-bottom: 30px;
}

.title-section h4 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #6877b9;
  color: #6877b9;
  font-weight: 500;
}

.cashvisory-assists-section .btn-wrap {
  margin-bottom: -45px;
}

.btn-wrap .btn {
  display: inline-block;
  margin: 0px;
}

.btn-wrap {
  text-align: center;
}

.btn-wrap .btn2 a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-wrap .btn:last-child a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cashvisory-bottom-text {
  padding-top: 30px;
  margin-bottom: 30px;
}

.financial-section {
  position: relative;
  width: 100%;
  float: left;
  padding: 70px 0 0px;
}

.financial-img {
  background-size: contain;
  position: absolute;
  left: 0;
  width: 50%;
  pointer-events: none;
  height: 100%;
}

.financial-img img {
  width: 100%;
  height: 500px;
  border: none;
  vertical-align: middle;
}

/* .financial-caption {  background: url(../../assets/images/financial.png) no-repeat;width: 50%; float: right; border-left: 10px solid rgb(251 122 142); padding-left: 20px; } */

.financial-caption {
  width: 50%;
  float: right;
  padding-left: 20px;
}

.financial-section .title,
.circle-section .title {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #6877b9;
  color: #6877b9;
  font-weight: 500;
}

.financial-caption ul li h2 {
  margin: 0;
}

/* .financial-caption ul li { font-size: 16px; font-weight: 700; margin-bottom: 20px; } */

.financial-caption ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  border-left: 5px solid #fe617f;
  ;
  padding: 0 10px;
  opacity: 0.5;
}

.financial-caption ul li.active {
  opacity: 1 !important;
}

.financial-caption ul li:last-child {
  margin-bottom: 0;
}

.financial-section .title-section {
  margin-bottom: 50px;
}

.financial-section .btn-wrap {
  width: 100%;
  float: left;
  padding: 60px 0 0;
  margin-bottom: -20px;
}

.financialSol h2 {
  display: none;
  text-align: center;
}

.financialslider {
  float: left;
  width: 100%;
  height: 500px;
}

#financialSlidersection,
#financialProblemSlidersection {
  display: none;
}

.circle-section {
  width: 100%;
  float: left;
  background: rgba(169, 181, 253, 0.10);
  padding: 20px 0 0;
  margin-bottom: 50px;
}

.circle-img img {
  transition: all 0.5s;
}

.circle-wrap {
  width: 100%;
  max-width: 530px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.circle-row h5 {
  margin: 0;
  font-size: 22px;
  margin-bottom: 6px;
  line-height: normal;
}

.circle-img span {
  position: absolute;
  top: 214px;
  left: 0;
  right: 0;
  width: 204px;
  margin: auto;
  text-align: center;
  color: rgba(1, 27, 137, 0.8);
  font-size: 18px;
  text-transform: uppercase;
}

.circle-row li {
  position: absolute;
  width: 100%;
  max-width: 280px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  transition: transform 200ms;
  cursor: pointer;
}

.circle-text {
  font-size: 16px;
  line-height: 20px;
  display: none;
}

.circle-section .circle-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px;
  grid-gap: 2px;
}

.circle-row .zomm-section {
  grid-column: 1 / span 2;
  grid-row: 1;
  height: 340px;
}

.circle-section .inner-section {
  text-align: center;
  height: 200px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}

.circle-section .inner-section .inner-text {
  font-size: 16px;
  width: 100%;
  padding: 5px 20px;
}

.circle-section .inner-section .inner-section-first img {
  height: 100px;
  object-fit: contain;
  transition: all 4s ease;
  margin: 10px;
  opacity: 0.6;
}

.circle-section .inner-section.item1 {
  border-radius: 0px 0px 0px 0px;
}

.circle-section .inner-section.item3 {
  border-radius: 0px 0px 0px 0px;
}

.circle-section .inner-section.item4 {
  border-radius: 0px 0px 0px 0px;
}

.circle-section .inner-section.item6 {
  border-radius: 0px 0px 0px 0px;
}

.circle-row-1 .item1 {
  grid-area: 3 / span 2 / 1 / 3;
  height: 400px;
}

.circle-row-1 .item2 {
  grid-area: 1 / 3 / 4 / 3;
}

.circle-row-1 .item3 {
  grid-area: 2 / 3 / 4 / 3;
}

.circle-row-1 .item6 {
  grid-area: 3 / 3 / 4 / 3;
}

.circle-row-2 .item1 {
  grid-area: 1 / 1 / 2 / 2;
}

.circle-row-2 .item2 {
  grid-area: 1 / span 2 / 3 / 4;
  height: 400px;
}

.circle-row-2 .item3 {
  grid-area: 3 / 3 / 4 / 3;
}

.circle-row-3 .item1 {
  grid-area: 2 / 1 / 2 / 2;
}

.circle-row-3 .item3 {
  grid-area: 1 / span 2 / 3 / 4;
  height: 400px;
}

.circle-row-3 .item2 {
  grid-area: 1 / 1 / 2 / 2;
}

.circle-row-4 .item4 {
  grid-area: 2 / span 2 / 3 / 3;
  height: 400px;
}

.circle-row-4 .item5 {
  grid-area: 3 / 3 / 3 / 4;
  margin-top: -200px;
}

.circle-row-4 .item6 {
  grid-area: 2 / 3 / 2 / 3;
}

.circle-row-5 .item5 {
  grid-area: 2 / span 2 / 3 / 4;
  height: 400px;
}

.circle-row-5 .item1 {
  grid-area: 2 / 1 / 2 / 2;
}

.circle-row-5 .item4 {
  grid-area: 3 / 1 / 3 / 2;
  margin-top: -200px;
}

.circle-row-5 .item6 {
  grid-area: 1 / 3 / 1 / 3;
}

.circle-row-5 .inner-section.item3.inner-section-blue div {
  min-width: 360px !important;
}

.circle-row-6 .item4 {
  grid-area: 2 / 1 / 2 / 2;
}

.circle-row-6 .item6 {
  grid-area: 2 / span 2 / 3 / 4;
  height: 400px;
}

.circle-row-6 .item5 {
  grid-area: 3 / 1 / 3 / 1;
  margin-top: -200px;
}

.border-top-left-radius {
  border-top-left-radius: 0px !important;
}

.border-top-right-radius {
  border-top-right-radius: 0px !important;
}

.border-bottom-left-radius {
  border-bottom-left-radius: 0px !important;
}

.border-bottom-right-radius {
  border-bottom-right-radius: 0px !important;
}

.circle-row-6 .inner-section.item3.inner-section-blue div {
  min-width: 360px !important;
}

.inner-section-first {
  border: 3px solid #ffffff;
  width: 100%;
  min-height: 100%;
  box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
  transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.inner-section-first:hover {
  transform: scale(1.06, 1.06);
}

.inner-section-first::after {
  opacity: 1;
}

.inner-section-first:hover {
  zoom: 1.05;
}

.inner-section-second {
  transition: all 4s ease;
  width: 100%;
  min-height: 100%;
  display: none;
  border: 3px solid #9b9b9b6e;
  box-shadow: 2px 4px 5px #9f9d9e6e;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.inner-section .zoom-section-hide {
  display: none;
}

.inner-section .zoom-section-view {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  float: left;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.inner-section .zoom-section-view .header {
  width: 100%;
  margin-bottom: 10px;
  box-shadow: 2px 4px 5px #9f9d9e6e;
  padding-top: 10px;
  float: left;
  color: #250D4B;
}

.inner-section .zoom-section-view .title {
  margin-left: 5%;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  width: 90%;
  float: left;
  color: #250D4B;
}

.inner-section .zoom-section-view .title-inner {
  margin-left: 5%;
  text-transform: none;
  margin-bottom: 50px;
  font-size: 16px;
  width: 90%;
  float: left;
  color: #28114E;
}

.inner-section .zoom-section-view .title-inner span {
  text-transform: uppercase;
  font-weight: 700;
  width: 90%;
}

.inner-section .zoom-section-view .close {
  font-weight: 700;
  font-size: 13px;
  width: 4%;
  float: right;
  color: #250D4B;
}

.inner-section .zoom-section-view .circle-view .circle-view-left {
  border-right: 3px solid #9c9c9c;
}

.inner-section .zoom-section-view .circle-view .circle-view-left,
.inner-section .zoom-section-view .circle-view .circle-view-right {
  width: 50%;
  float: left;
  padding: 20px;
  height: 360px;
  margin-top: -10px;
}

.inner-section .zoom-section-view .circle-view img {
  margin: 0px auto;
  height: 140px;
  object-fit: contain;
}

.inner-section .zoom-section-view .circle-view {
  width: 100%;
  float: left;
}

.circle-section .inner-section-pink {
  background-color: #FE617F;
}

.circle-section .inner-section-blue {
  background-color: #250D4B;
}

.circle_0 .circle-row li:nth-child(1) {
  bottom: 25px;
}

.circle_0 .circle-row li:nth-child(1) .circle-text {
  display: block;
}

.circle_0 .circle-row li:nth-child(2) {
  right: -370px;
  top: 0;
  bottom: 0;
  max-width: 130px;
  height: 264px;
  display: flex;
  align-items: center;
}

.circle_0 .circle-row li:nth-child(2) h5 {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: scale(-1);
  margin: auto 0 auto 38px;
}

.circle_0 .circle-row li:nth-child(3) {
  top: 7px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle_0 .circle-row li:nth-child(3) h5 {
  margin-top: 50px;
}

.circle_0 .circle-row li:nth-child(4) {
  left: -370px;
  top: 0;
  bottom: 0;
  max-width: 130px;
  height: 264px;
  display: flex;
  align-items: flex;
}

.circle_0 .circle-row li:nth-child(4) h5 {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  margin: auto auto auto 70px;
}

.circle_1 .circle-row li:nth-child(2) {
  bottom: 25px;
}

.circle_1 .circle-row li:nth-child(2) .circle-text {
  display: block;
}

.circle_1 .circle-row li:nth-child(3) {
  right: -370px;
  top: 0;
  bottom: 0;
  max-width: 130px;
  height: 264px;
  display: flex;
  align-items: center;
}

.circle_1 .circle-row li:nth-child(3) h5 {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: scale(-1);
  margin: auto 0 auto 38px;
}

.circle_1 .circle-row li:nth-child(4) {
  top: 7px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle_1 .circle-row li:nth-child(4) h5 {
  margin-top: 50px;
}

.circle_1 .circle-row li:nth-child(1) {
  left: -370px;
  top: 0;
  bottom: 0;
  max-width: 130px;
  height: 264px;
  display: flex;
  align-items: flex;
}

.circle_1 .circle-row li:nth-child(1) h5 {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  margin: auto auto auto 70px;
}

.circle_2 .circle-row li:nth-child(3) {
  bottom: 25px;
}

.circle_2 .circle-row li:nth-child(3) .circle-text {
  display: block;
}

.circle_2 .circle-row li:nth-child(4) {
  right: -370px;
  top: 0;
  bottom: 0;
  max-width: 130px;
  height: 264px;
  display: flex;
  align-items: center;
}

.circle_2 .circle-row li:nth-child(4) h5 {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: scale(-1);
  margin: auto 0 auto 38px;
}

.circle_2 .circle-row li:nth-child(1) {
  top: 7px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle_2 .circle-row li:nth-child(1) h5 {
  margin-top: 50px;
}

.circle_2 .circle-row li:nth-child(2) {
  left: -370px;
  top: 0;
  bottom: 0;
  max-width: 130px;
  height: 264px;
  display: flex;
  align-items: flex;
}

.circle_2 .circle-row li:nth-child(2) h5 {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  margin: auto auto auto 70px;
}

.circle_3 .circle-row li:nth-child(4) {
  bottom: 25px;
}

.circle_3 .circle-row li:nth-child(4) .circle-text {
  display: block;
}

.circle_3 .circle-row li:nth-child(1) {
  right: -370px;
  top: 0;
  bottom: 0;
  max-width: 130px;
  height: 264px;
  display: flex;
  align-items: center;
}

.circle_3 .circle-row li:nth-child(1) h5 {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: scale(-1);
  margin: auto 0 auto 38px;
}

.circle_3 .circle-row li:nth-child(2) {
  top: 7px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle_3 .circle-row li:nth-child(2) h5 {
  margin-top: 50px;
}

.circle_3 .circle-row li:nth-child(3) {
  left: -370px;
  top: 0;
  bottom: 0;
  max-width: 130px;
  height: 264px;
  display: flex;
  align-items: flex;
}

.circle_3 .circle-row li:nth-child(3) h5 {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  margin: auto auto auto 70px;
}

.circle_bottom {
  width: 100%;
  max-width: 560px;
  margin: -250px auto 0;
  position: relative;
}

.circle_bottom_text {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  max-width: 280px;
  width: 100%;
  margin: auto;
  text-align: center;
  color: #fff;
}

.circle_bottom_text .circle-text {
  display: block;
}

.circle_bottom_text h5 {
  margin: 0;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: normal;
}

.circle-section .btn-wrap {
  margin-bottom: -26px;
  margin-top: 40px;
}

.contents-list {
  position: fixed;
  right: 30px;
  z-index: 999;
  height: 100%;
  display: flex;
  align-items: center;
}

.contents-bottom-to-top {
  text-align: center;
  color: #fe617fbf;
  font-size: 12px;
  width: 50px;
  position: fixed;
  right: 15px;
  z-index: 999;
  bottom: 20px;
}

.to-top {
  width: 30px;
  transform: rotate(-90deg);
}

.to-bottom {
  width: 30px;
}

.contents-list li {
  width: 10px;
  height: 10px;
}

.contents-list li a {
  width: 6px;
  height: 6px;
  margin: 0px auto;
  display: block;
  background: #4e4e4e;
  border-radius: 100%;
  opacity: 0.6;
}

.contents-list li a.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.contents-list li {
  margin: 15px 0;
}

.contents-list ul {
  width: 20px;
  list-style: none;
  padding: 5px !important;
  margin: 0;
  border-radius: 10px;
  background: #eeeeee;
}

.contents-list li:first-child {
  margin: 5px 0 8px 0;
}

.contents-list li:last-child {
  margin: 8px 0 5px 0;
}

.contents-list li.active a {
  box-shadow: 0 0 0 4px #4e4e4e;
  opacity: 1;
}

.mobile-btn {
  display: none;
}

span.child-trigger {
  display: none;
}

.btn a:hover {
  box-shadow: 0px 0px 5px #3d3d3d;
  /* zoom: 1.05; */
  transform: scale(1.02);
  color: #ffffff !important;
  background-color: #fe617fbf !important;
  transition: all 0.4s ease;
}

.btn.btn2 a:hover {
  box-shadow: 2px 4px 5px #9f9d9e6e;
  background-color: #f6f7ffba !important;
  transition: all 0.5s ease;
  color: #FE617F !important;
}

.experienced-row .btn a:hover {
  zoom: 1.05;
  box-shadow: 2px 4px 5px #9f9d9e6e;
  background-color: #9f6084 !important;
  border-color: #9f6084;
  transition: all 0.5s ease;
}

.boss-row .btn a:hover {
  zoom: 1.05;
  box-shadow: 2px 4px 5px #9f9d9e6e;
  background-color: #3a1f66 !important;
  border-color: #3a1f66;
  transition: all 0.5s ease;
}

button.hs-btn:hover {
  zoom: 1.02;
  box-shadow: 2px 4px 5px #9f9d9e6e;
  background-color: #fe617fbf !important;
  transition: all 0.5s ease;
}

.header-section-v2 {
  box-shadow: 2px 4px 5px #9f9d9e6e;
}

.header-section-v2 .mainmenu>ul>li>a {
  color: #000;
}

/* .header-section-v2 .mainmenu ul ul.sub-menu { background: #fe617f; }
.header-section-v2 .mainmenu ul ul.sub-menu li a { color: #fff; } */

/* .header-section-v2 .mainmenu ul ul.sub-menu li a:hover { color: #000; } */

/* .header-section-v2 .mainmenu > ul > li > ul.sub-menu:before { border-color: transparent transparent #fe617f transparent; } */

.main-wrap {
  width: 100%;
  float: left;
  margin-top: 65px;
}

.form-wrap {
  padding-bottom: 50px;
  border: 1px solid rgba(251, 122, 142, 0.3);
  width: 100%;
  float: left;
  margin-top: 20px;
}

.form-box-row {
  align-items: center;
}

.which-stage-box h4 {
  margin: 0;
}

.which-stage-box {
  padding: 25px;
}

.which-stage-box h4 {
  color: rgba(74, 44, 49, 0.8);
  margin-bottom: 50px;
}

.which-stage-box h5 {
  font-size: 30px;
  color: #4A2C31;
  font-weight: 300;
  display: inline-block;
  border-bottom: 3px solid rgb(251 122 142);
  padding-bottom: 5px;
  margin: 0 0 7px;
}

.which-stage-box ul {
  padding: 0px;
}

.which-stage-left {
  width: 100%;
  float: left;
  padding-right: 20px;
}

.which-stage-right {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}

.which-stage-box ul li {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}

.which-stage-text {
  margin-bottom: 20px;
  font-size: 14px;
}

.profile-img img {
  width: 140px;
  height: 140px;
}

.profile-img {
  float: left;
}

.progress-bar {
  border: 3px solid rgba(112, 112, 112, 0.6);
  width: calc(100% - 155px);
  height: 32px;
  border-radius: 85px;
  margin-left: 38px;
  position: relative;
  overflow: hidden;
  background-color: transparent !important;
}

.progress-bar span {
  position: absolute;
  left: 0;
  right: 0;
  background: rgb(251 122 142);
  height: 100%;
  top: 0;
  bottom: 0;
  border-radius: 90px;
}

.which-stage-box ul li:last-child {
  padding-bottom: 0;
}

.experienced-row h5 {
  border-color: #8B416B;
}

.experienced-row .progress-bar span {
  background: #8B416B;
}

.boss-row h5 {
  border-color: #250D4B;
}

.boss-row .progress-bar span {
  background: #250D4B;
}

.gender-check-box {
  margin: 18px 0 90px;
  display: flex;
}

.form-age-row .hs-form-row {
  margin: 80px 0 52px;
}

.form-section {
  padding-bottom: 30px;
  width: 100%;
  float: left;
}

.form-row {
  padding: 40px 50px;
  position: relative;
  display: flow-root;
}

.form-row h6 {
  color: #4A2C31;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 50px;
  border-bottom: 1px solid rgb(251 122 142);
  display: table;
}

.form-box {
  width: 50%;
  float: left;
}

.form-img {
  height: 515px;
  width: 50%;
  float: left;
  text-align: right;
}

.form-img li {
  display: inline-block;
  vertical-align: bottom;
  opacity: 0.3;
}

.gender-check-box input[type="radio"]+label {
  width: 100%;
  display: block;
  background: rgb(251 122 142);
  text-align: center !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  position: relative;
  opacity: 0.5;
  border-radius: 7px;
}

.gender-check-box li {
  display: inline-block;
  margin-right: 14px;
  width: calc(100%/3 - 15px);
  max-width: 240px;
}

.gender-check-box .bank-row li {
  display: inline-block;
  margin-right: 0px;
  width: calc(100%/2 - 20px);
}

.gender-img li img {
  max-width: 109px;
  width: 100%;
  height: 301px;
  object-fit: contain;
}

.which-stage-box .btn a {
  min-width: 220px;
  text-align: center;
}

.experienced-row .btn a {
  background: #8B416B;
  border-color: #8B416B;
}

.boss-row .btn a {
  background: #250D4B;
  border-color: #250D4B;
}

.gender-check-box input[type="radio"]+label:before {
  content: "\f00c";
  font-family: FontAwesome;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 20px;
  font-weight: 300;
  color: rgb(251 122 142);
  font-size: 0;
  transition: all 0.5s;
}

.gender-check-box input[type="radio"] {
  display: none;
}

.gender-check-box input[type="radio"]:checked+label {
  opacity: 1;
}

.gender-check-box input[type="radio"]:checked+label:before {
  font-size: 16px;
}

.gender-check-box>span {
  font-size: 16px;
  margin-bottom: 9px;
  display: block;
}

.form-btn span {
  background: rgb(251 122 142);
  color: #fff;
  padding: 14px 45px;
  font-weight: 700;
  display: inline-block;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.5s;
}

.form-btn span:hover {
  box-shadow: 2px 4px 5px #9f9d9e6e;
  background-color: #fe617fbf;
  color: #fff;
  border-color: #fe617fbf;
}

.form-btn.disable {
  pointer-events: none;
  opacity: 0.5;
}

.form-btn {
  padding-top: 60px;
  float: left;
  width: 100%;
}

.gender-img[gender="male"] li:nth-child(1) {
  opacity: 1;
}

.gender-img[gender="female"] li:nth-child(2) {
  opacity: 1;
}

.gender-img li.active {
  opacity: 1;
}

.hs-form-row label {
  width: 100%;
  float: left;
  font-size: 16px;
  margin-bottom: 9px;
  display: block;
}

.hs-form-row input {
  background: #FFEFF2;
  width: 100%;
  max-width: calc(100% - 15px);
  height: 50px;
  border: 1px solid rgba(251, 122, 142, 0.5);
  border-radius: 5px;
  padding: 10px 15px;
}

.gender-check-box input[type="radio"]+label:hover {
  box-shadow: 0px 0px 7px #979595;
  opacity: 0.7;
}

.tab-content.invest hr {
  box-shadow: 0px 0px 10px #000000;
}

.form-age-row .form-box {
  width: 60%;
}

.form-age-row .form-img {
  width: 40%;
}

.age-img li img {
  max-width: 92px;
  width: 100%;
  height: 290px;
  object-fit: contain;
}

.age-img li:nth-child(1) img {
  height: 230px;
}

.age-img li:nth-child(2) img {
  height: 265px;
}

.age-img[age="age_2"] li:nth-child(2) {
  opacity: 1;
}

.age-img[age="age_1"] li:nth-child(1) {
  opacity: 1;
}

.age-img[age="age_3"] li:nth-child(3) {
  opacity: 1;
}

.age-img li.active {
  opacity: 1;
}

.hs-form-row ul li {
  width: 25%;
  float: left;
  padding: 0 4px;
  vertical-align: middle;
}

.hs-form-row ul li input[type="text"],
.hs-form-row ul li input[type="number"] {
  width: 100%;
}

.hs-form-row ul {
  margin: 0 -8px;
  margin-bottom: 10px;
}

.hs-form-row ul li>label {
  font-size: 14px;
  margin-bottom: 7px;
}

/**/

.form-style select {
  background-color: rgb(251 122 142);
  color: #000;
  border: none;
  background-image: url(../images/select.png);
  height: 45px;
  width: 150px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  border: none !important;
  padding: 0 8px;
  -webkit-appearance: none;
  border-radius: 5px;
  background-position: calc(100% - 4px) center;
  background-repeat: no-repeat;
  display: table;
}

.form-style select.nselect {
  background-color: rgb(251 122 142);
  color: #000;
  background-image: none;
  border: none;
  height: 45px;
  width: 150px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  border: none !important;
  padding: 0 8px;
  -webkit-appearance: none;
  border-radius: 5px;
  background-position: calc(100% - 4px) center;
  background-repeat: no-repeat;
  display: table;
}

.loan-row {
  padding-right: 0;
}

.loan-row .form-box {
  width: 100%;
}

.loan-row .loan-img {
  width: 38%;
  padding-right: 24px;
}

.loan-row .loan-img li {
  opacity: 1;
}

.user-login .form-box {
  width: 50%;
}

.user-login .form-img {
  width: 50%;
}

.user-login .form-img li {
  opacity: 1;
}

.user-login input {
  font-size: 18px;
  width: 100%;
  padding-right: 60px;
}

.user-login input::placeholder {
  color: rgba(74, 44, 49, 0.30);
}

span.form-line {
  width: 100%;
  text-align: center;
  float: left;
  position: relative;
  margin: 30px 0;
}

span.form-line span {
  background: #fff;
  display: inline-block;
  padding: 0 9px;
  position: relative;
  z-index: 1;
  color: rgb(251 122 142);
}

span.form-line:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(251 122 142);
  height: 1px;
  margin: auto;
}

button.hs-btn {
  width: 100%;
  background: rgb(251 122 142);
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 15px;
  margin-top: 60px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s
}

/* button.hs-btn:hover{  background-color: #011B89; color: #fff; border-color: #011B89; } */

/*.user-login .hs-form-row { margin-bottom: 30px; }*/

.user-login .form-img li img {
  width: 100%;
  max-width: 340px;
}

.fb-google-btn a {
  display: inline-block;
  vertical-align: middle;
  background: #FFEFF2;
  border: 1px solid rgb(251 122 142);
  padding: 5px 25px;
  min-width: 200px;
  margin: 0 10px;
  border-radius: 5px;
}

.fb-google-btn {
  text-align: center;
  margin-top: 100px;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.fb-google-btn a img {
  width: 100%;
  max-width: 114px;
  height: 36px;
  object-fit: contain;
}

.hs-form-row {
  margin: 0px 0px 10px;
  position: relative;
  float: left;
  width: 100%;
}

.hs-form-row .hs_icon {
  position: absolute;
  right: 28px;
  top: 0;
  bottom: 0;
  display: flex;
  pointer-events: none;
}

.back {
  position: absolute;
  left: 13px;
  color: rgb(251 122 142);
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: normal;
  top: 40px;
  cursor: pointer;
}

.back i.fa {
  font-weight: 800;
  font-size: 20px;
  margin-right: 5px;
  margin-top: 5px;
}

.form-text {
  font-size: 14px;
  text-align: center;
  margin: 50px 0 20;
  color: rgb(251 122 142);
}

.form-text a {
  color: rgb(251 122 142);
  text-decoration: underline !important;
}

/* .form-text a:hover { color: #1a2489; } */

.current-assets-row .hs-form-row ul li {
  width: calc(100% - 15px);
  margin-bottom: 20px;
}

.current-assets-row .form-box {
  width: 50%;
  margin-top: -75px;
}

.current-assets-row .form-img {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}

.current-assets-row select {
  display: table;
  margin: auto;
  min-width: 240px;
  font-weight: 500;
  background-color: #fde7eb;
}

.current-assets-row .form-box-row {
  padding-bottom: 0;
}

.login-row .hs-form-row {
  margin-bottom: 40px;
}

.login-row .hs_icon img {
  width: 100%;
  height: 26px;
  object-fit: contain;
}

.login-row .hs-form-row .hs_icon {
  display: flex;
  align-items: center;
  height: 49px;
}

span.forgot_password {
  text-align: right;
  width: 100%;
  float: left;
  font-size: 16px;
  margin: 10px 0 0;
  color: rgb(251 122 142);
}

span.forgot_password a {
  color: rgb(251 122 142);
}

.login-row button.hs-btn {
  margin-top: 30px;
}

.skip-btn {
  background: #fff;
  color: #FE617F;
  box-shadow: 0 0 14px rgba(251, 122, 142, 0.3);
  width: 148px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 15px 8px 15px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-left: -6px;
  border: 1px solid rgb(251 122 142);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 3px;
  font-weight: 800;
}

.form-btn2 span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.plan-now {
  margin-top: 2% !important;
}

.wrapper {
  max-width: 100%;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-10px);
  }
}

@media (min-width: 767px) {
  .tabs .tabs-title {
    display: none;
  }
}

@media (min-width: 1650px) {
  .financial-img {
    bottom: -70px;
  }
}

@media (max-width:1350px) {
  .tab-section .tabing-title .tabs-title {
    font-size: 15px;
  }
}

@media (max-width:1200px) {
  .hero-section {
    min-height: 50vh;
    padding: 0 0 0px;
  }
}

@media (max-width:1199px) {
  .hero-caption {
    width: 100%;
    max-width: 400px;
  }

  .tab-section .tabing-title .tabs-title {
    font-size: 10px;
    padding: 3px 10px;
  }

  /* */
  /* .hero-section { padding-bottom: 120px; min-height: 65vh; padding: 428px 0 0;} */
  .hero-section {
    min-height: 70vh;
    padding: 0 0 0px;
  }

  .mainmenu {
    padding-right: 0;
  }

  .hero_svg {
    width: 690px;
  }

  .hero_svg img {
    width: 100%;
    height: 452px;
    float: right;
  }

  .logo {
    width: 170px;
  }

  .mainmenu {
    width: calc(100% - 175px);
  }

  .mainmenu>ul>li {
    margin-left: 16px;
  }

  .hero_svg {
    width: 75%;
  }

  .hero_svg img {
    height: auto;
  }

  .mainmenu>ul>li>a {
    padding: 10px 0;
  }

  .header-section {
    padding: 5px 20px;
  }

  /* */
  .which-stage-box ul {
    padding: 0;
  }

  .gender-check-box {
    margin: 0;
    display: flex;
  }

  .form-box {
    width: 50%;
  }

  .form-img {
    width: 50%;
  }

  .form-age-row .form-box {
    width: 50%;
  }

  .form-age-row .form-box input[type="text"] {
    width: 100%;
  }

  .form-age-row .hs-form-row {
    margin: 0;
  }

  .hs-form-row ul li {
    width: 50%;
    margin-bottom: 17px;
  }

  .hs-form-row ul {
    padding-bottom: 0;
  }

  .fb-google-btn a {
    margin-bottom: 20px;
  }

  .gender-check-box li {
    margin: 5px 2px;
  }

  .form-row {
    padding: 40px 30px;
  }
}

@media (max-width:1024px) {
  .hero-section {
    min-height: 40vh;
    padding: 0 0 0px;
  }
}

@media (max-width:991px) {
  .down_icon {
    text-align: center;
  }

  .hero-section .btn {
    text-align: center;
  }

  #financialSlidersection {
    display: block;
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px 0;
    position: relative;
    z-index: 2;
  }

  #financialProblemSlidersection {
    display: block;
    width: 100%;
    float: left;
    background: rgba(169, 181, 253, 0.10);
    padding: 20px 0 35px;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
  }

  .tab-section .tabs-main .tab-img>img {
    max-height: 250px;
    max-width: 340px;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .tab-section .tabs-main .inner-content {
    padding: 0 0 0 30px;
  }

  .tab-section .tabs-main:nth-child(2n) .inner-content {
    padding: 0 30px 0 0;
  }

  .tab-section .tabing-title .tabs-title {
    margin: 3px 2px;
    display: inline-block;
    width: 125px !important;
  }

  /* */
  .accordion-img {
    right: 0;
  }

  .accordion-img img {
    max-width: 220px;
    height: 210px;
  }

  .accordion-text {
    font-size: 14px;
  }

  .accordion-title {
    padding: 45px 30px 35px 27px;
  }

  .accordion-row li {
    height: 367px;
  }

  .accordion-title span {
    font-size: 30px;
    letter-spacing: 7px;
  }

  .accordion-title .num {
    font-size: 24px;
    margin-top: 13px;
  }

  .financial-caption ul li h2 {
    font-size: 20px;
    line-height: normal;
  }

  .financial-caption ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .financial-section .title-section {
    margin-bottom: 30px;
  }

  .financial-section {
    padding-bottom: 50px;
  }

  .profile-img img {
    width: 120px;
    height: 120px;
  }

  .form-img ul {
    display: flex;
    align-items: flex-end;
  }

  .gender-check-box li {
    padding-bottom: 18px;
  }

  .form-btn {
    padding-top: 30px;
  }

  .form-age-row .form-img {
    padding-left: 30px;
  }

  .age-img li:nth-child(1) img {
    height: 170px;
  }

  .form-row {
    padding: 40px 30px;
  }
}

.goback {
  margin-left: -10px !important;
}

@media (max-width: 800px) {
  .hero-caption h1 {
    font-size: 40px;
  }

  .circle-row {
    grid-template-columns: initial !important;
    display: block !important;
    padding: 0 !important;
  }

  .circle-section .inner-section {
    width: 100%;
  }

  .circle-section .btn-wrap {
    margin-bottom: 30px;
  }

  .tab-section .tabing-title {
    position: relative;
  }

  .tab-section .tabbing-main {
    padding: 15px 0;
  }

  form.main-form-wrap {
    overflow: hidden;
  }

  .current-assets-row .form-box {
    width: 100%;
  }

  .current-assets-row .form-img {
    width: 100%;
  }
}

@media (max-width:768px) {
  .mobile-btn {
    position: absolute;
    right: 15px;
    width: 32px;
    height: 32px;
    top: 0;
    display: block;
    bottom: 0;
    margin: auto;
  }

  .mobile-btn span,
  .mobile-btn span:after,
  .mobile-btn span:before {
    position: absolute;
    height: 3px;
    content: "";
    background: -moz-linear-gradient(180deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(53, 1, 132, 1)), color-stop(100%, rgba(251, 122, 142, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    /* ie10+ */
    background: linear-gradient(270deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#350184', endColorstr='rgb(251 122 142)', GradientType=1);
    /* ie6-9 */
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
  }

  .mobile-btn span:before {
    top: -20px;
  }

  .mobile-btn span:after {
    top: 12px;
  }

  .mainmenu ul li a {
    font-size: 20px;
    font-weight: 500;
  }

  .mainmenu ul ul.sub-menu li a {
    font-size: 16px !important;
    font-weight: 600;
  }

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

  .closeicon {
    display: block !important;
  }

  .premium {
    font-size: 14px !important;
    margin: 5px 0px;
  }

  .m-menu {
    width: 80% !important;
    border-top: 0px solid rgb(251 122 142) !important;
  }

  .m-menu-close {
    width: 20% !important;
    text-align: center !important;
  }

  .tab-section .tabs .tab-content {
    display: block;
    padding-top: 50px;
    border: 1px solid #707070;
    margin-bottom: 10px;
    border-radius: 25px;
  }

  .tab-section .tabs-title {
    display: none;
    border-radius: 25px;
    border: 1px solid #707070;
    padding: 6px 25px;
    text-align: center;
    margin: 10px 0;
  }

  .tab-section .tabs-main {
    max-width: 100%;
    display: block;
    margin: 30px auto;
    float: left;
  }

  .tab-section h1 {
    font-size: 29px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .tab-section .tabs-main .tab-img {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 30px;
  }

  .tab-section .tabs-title.active {
    background-color: #fff;
    color: #250D4B;
  }

  .tab-section .tabs-main .inner-content {
    padding: 0 20px;
    width: 100%;
    margin-top: 40px;
  }

  .tab-section .tabs-main h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .tab-section {
    font-size: 14px;
    line-height: 24px;
  }

  .tab-section .tabs-main:nth-child(2n) {
    flex-direction: inherit;
  }

  .tab-section .tabs-main:nth-child(2n) .inner-content {
    padding: 0 20px;
  }

  .tab-section .tabs-main:nth-child(3) {
    margin-top: 95px;
    position: relative;
  }

  .tab-section .tabs {
    width: 100%;
    float: left;
  }

  /**/
  .contents-list {
    display: none;
  }

  .accordion-row li {
    width: 100% !important;
    height: auto;
  }

  .accordion-row ul {
    display: block;
  }

  #fullpage {
    margin-top: 45px;
  }

  .circle-section {
    overflow: hidden;
  }

  .mainmenu {
    display: none;
  }

  .header-section {
    position: fixed;
    padding: 10px 15px;
    box-shadow: 0 0 30px 0 #000;
    background: #fff;
  }

  .hero_svg {
    left: 0;
    right: 0;
    width: 100%;
  }

  .hero_svg img {
    height: auto;
  }

  .hero-section {
    padding-top: 70%;
    padding-bottom: 30px;
    min-height: auto;
  }

  .hero-caption h1 {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
  }

  .down_icon img {
    max-width: 40px;
    margin: auto;
    display: block;
  }

  .down_icon a {
    display: inline-block;
  }

  .accordion-title {
    position: relative;
    height: auto;
    padding: 17px 21px;
    width: 100%;
    float: left;
  }

  .accordion-title span {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    transform: scale(1);
    font-size: 20px;
  }

  .accordion-row li {
    padding: 0;
    margin: 0 0 20px;
  }

  .accordion-title>div {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }

  .accordion-title .num {
    margin: 0 20px 0 0;
  }

  .accordion-text {
    width: 100%;
    padding: 20px 15px;
  }

  .accordion-img {
    position: relative;
    right: 30px;
    margin-top: 30px;
  }

  .accordion-img img {
    max-width: 160px;
    height: 160px;
  }

  .accordion-row li .accordion-content {
    display: none;
  }

  .accordion-row li.active .accordion-content {
    display: block;
  }

  .accordion-row li:first-child {
    background: -moz-linear-gradient(180deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(53, 1, 132, 1)), color-stop(100%, rgba(251, 122, 142, 1)));
    background: -webkit-linear-gradient(180deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    background: -o-linear-gradient(180deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    background: -ms-linear-gradient(180deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    background: linear-gradient(270deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#350184', endColorstr='rgb(251 122 142)', GradientType=1);
  }

  .accordion-row li.active:first-child {
    background: -moz-linear-gradient(180deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(53, 1, 132, 1)), color-stop(100%, rgba(251, 122, 142, 1)));
    background: -webkit-linear-gradient(180deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    background: -o-linear-gradient(180deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    background: -ms-linear-gradient(180deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    background: linear-gradient(270deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#350184', endColorstr='rgb(251 122 142)', GradientType=1);
  }

  .accordion-row li {
    background: -moz-linear-gradient(180deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(53, 1, 132, 1)), color-stop(100%, rgba(251, 122, 142, 1)));
    background: -webkit-linear-gradient(180deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    background: -o-linear-gradient(180deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    background: -ms-linear-gradient(180deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    background: linear-gradient(270deg, rgba(251, 122, 142, 1) 0%, rgba(53, 1, 132, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#350184', endColorstr='rgb(251 122 142)', GradientType=1);
  }

  .cashvisory-bottom-text {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
  }

  .sub-text {
    font-size: 14px;
  }

  .financial-img {
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }

  .financial-caption {
    width: 58%;
    border-left: 0px solid rgb(251 122 142);
    padding-left: 0px;
  }

  .financial-caption ul li h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .financial-caption ul li span {
    font-size: 14px;
    font-weight: 400
  }

  .financial-caption ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .btn a {
    font-size: 12px;
    padding: 5px 15px;
  }

  .financial-caption .title {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(1, 27, 137, 1);
  }

  .circle-wrap {
    max-width: 290px;
  }

  .circle-text {
    font-size: 10px;
    line-height: 12px;
  }

  .circle-row h5 {
    font-size: 15px;
    margin-bottom: 0;
  }

  .circle-row li {
    max-width: 150px;
  }

  .circle_0 .circle-row li:nth-child(1) {
    bottom: 12px;
  }

  .circle_0 .circle-row li:nth-child(2) {
    right: -220px;
  }

  .circle_0 .circle-row li:nth-child(3) {
    top: -36px;
  }

  .circle_0 .circle-row li:nth-child(4) {
    left: -214px;
  }

  .circle_1 .circle-row li:nth-child(2) {
    bottom: 12px;
  }

  .circle_1 .circle-row li:nth-child(3) {
    right: -220px;
  }

  .circle_1 .circle-row li:nth-child(4) {
    top: -36px;
  }

  .circle_1 .circle-row li:nth-child(1) {
    left: -214px;
  }

  .circle_2 .circle-row li:nth-child(3) {
    bottom: 12px;
  }

  .circle_2 .circle-row li:nth-child(4) {
    right: -220px;
  }

  .circle_2 .circle-row li:nth-child(1) {
    top: -36px;
  }

  .circle_2 .circle-row li:nth-child(2) {
    left: -214px;
  }

  .circle_3 .circle-row li:nth-child(4) {
    bottom: 12px;
  }

  .circle_3 .circle-row li:nth-child(1) {
    right: -220px;
  }

  .circle_3 .circle-row li:nth-child(2) {
    top: -36px;
  }

  .circle_3 .circle-row li:nth-child(3) {
    left: -214px;
  }

  .circle_bottom {
    max-width: 270px;
    margin-top: -137px;
  }

  .circle-img span {
    top: 115px;
    font-size: 12px;
    max-width: 110px;
    line-height: 14px;
  }

  .circle_bottom_text {
    max-width: 160px;
    bottom: 21px;
  }

  .circle_bottom_text h5 {
    display: none;
  }

  .mainmenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    text-align: left;
    top: 100%;
    background: #fff;
    padding: 0 0px 10px;
    overflow: auto;
    max-height: calc(100vh - 60px);
  }

  .mainmenu ul li a {
    color: #000 !important;
    width: 100%;
    border-top: 1px solid rgb(251 122 142);
  }

  .mainmenu ul li {
    width: 100%;
    margin: 0;
  }

  .mainmenu ul ul.sub-menu {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    left: 0;
    right: 0;
    width: 100%;
    float: left;
    padding: 0px;
    font-weight: 700;
    display: block;
    transition: all 0s;
    box-shadow: none !important;
  }

  .mainmenu ul ul.sub-menu li a {
    border: none;
  }

  .mainmenu>ul>li>ul.sub-menu:before {
    display: none;
  }

  .mainmenu ul li.last-child {
    display: none;
  }

  .mobile-btn.active span {
    background: transparent;
  }

  .mobile-btn.active span:before {
    transform: rotate(45deg);
    top: 0;
  }

  .mobile-btn.active span:after {
    transform: rotate(-45deg);
    top: 0;
  }

  span.child-trigger {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 28px;
    color: rgb(251 122 142);
    display: block;
  }

  .child-trigger.child-open {
    transform: scale(-1);
  }

  .which-stage-right {
    display: block;
  }

  .profile-img {
    width: 100%;
  }

  .progress-bar {
    width: 100%;
    margin: 0;
  }

  .which-stage-box .btn a {
    min-width: auto;
  }

  .profile-img {
    text-align: center;
    margin-bottom: 20px;
  }

  .header-section-v2 .mainmenu ul ul.sub-menu {
    background: #fff;
  }

  .main-wrap {
    margin-top: 80px;
  }

  .form-row h6 {
    margin-bottom: 20px;
    font-size: 18px;
    text-decoration: underline;
    text-decoration-color: rgb(251 122 142);
    border-bottom: 0;
    text-underline-position: under;
  }

  .form-row {
    padding: 30px 5px;
    width: 100%;
    float: left;
  }

  .gender-check-box li {
    width: 50%;
    float: left;
    margin: 5px 0;
    padding: 0 6px;
  }

  .gender-check-box input[type="radio"]+label {
    width: 100%;
    font-size: 11px;
  }

  .form-box {
    width: 100%;
  }

  .form-box-row {
    display: block;
  }

  .gender-check-box ul {
    margin: 0 -6px;
  }

  .form-btn span {
    padding: 10px 25px;
  }

  .form-btn {
    text-align: center;
    margin-top: 20px;
  }

  .form-img {
    width: 100%;
    margin-top: 50px;
  }

  .form-img ul {
    justify-content: center;
  }

  .form-age-row .form-box {
    width: 100%;
  }

  .form-age-row .form-img {
    width: 100%;
    padding: 0 0;
  }

  .back {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }

  .current-assets-row .form-box {
    width: 100%;
  }

  .hs-form-row ul {
    margin-bottom: 10px;
    display: initial !important;
  }

  .loan-row .form-box {
    width: 100%;
  }

  .hs-form-row ul li {
    width: 100%;
  }

  .loan-row .loan-img {
    width: 100%;
    padding: 0;
  }

  .form-style select {
    margin: 0 0 20px;
  }

  .user-login .form-box {
    width: 100%;
  }

  .user-login .form-img {
    width: 100%;
  }

  .form-text {
    margin-top: 10px;
  }

  button.hs-btn {
    margin-top: 40px;
  }

  /* .login-row button.hs-btn {margin-top: 0;} */
  .skip-btn {
    padding: 3px 15px 5px 15px;
    width: 130px;
  }

  .hs-form-row input {
    font-size: 18px;
  }

  .inner-section .zoom-section-view .circle-view .circle-view-left,
  .inner-section .zoom-section-view .circle-view .circle-view-right {
    padding: 10px;
  }

  .inner-section .zoom-section-view .title-inner {
    font-size: 14px;
  }

  .inner-section .zoom-section-view .title {
    font-size: 14px;
  }

  .circle-section .inner-section {
    height: auto;
  }

  .inner-section .zoom-section-view .header {
    margin-bottom: 0;
    padding-bottom: 10px;
    background: #fff;
  }

  .inner-section .zoom-section-view .circle-view {
    background: #fff;
  }

  .mainmenu {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .monile-sub-menu {
    display: block !important;
    width: 55%;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    box-shadow: 0px 2px 7px 0px #00000082;
    top: 0;
  }

  .blurbg.monile-sub-menu {
    background: rgba(204, 204, 204, 0.55) !important;
    height: 100% !important;
    width: 100%;
    /* float: left; */
    position: fixed;
    left: 0;
    top: 0px;
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }
}

@media (max-width: 600px) {
  .financial-img {
    width: 100% !important;
    position: relative !important;
  }

  .financial-img img {
    height: auto;
  }

  .financial-caption {
    width: 100% !important;
    /* text-align: center; */
  }

  .tab-banner .slider>input {
    height: 35px;
  }

  .tab-banner .slider>span.slider-container {
    overflow: hidden;
  }

  .form-img {
    height: auto;
  }

  .financial-section .wrapper {
    max-width: 100%;
    float: left !important;
  }

  .financial-img {
    width: 100% !important;
    position: relative !important;
    float: left;
  }

  .financial-caption ul li h2 {
    font-size: 11px;
    margin-bottom: 2px;
  }

  .financial-caption ul li span {
    font-size: 11px;
  }

  .financial-caption ul li span {
    font-size: 10px;
  }

  .financial-caption ul li {
    line-height: 8px;
  }

  .form-wrap {
    margin-top: 0;
  }

  .image-slide-top {
    height: 230px !important;
  }

  .text-label {
    height: 48px;
  }

  .financialSol h2 {
    display: block;
    text-align: center;
  }

  .main-wrap {
    margin-top: 45px;
  }

  .tab-banner .slider {
    width: 100% !important;
  }

  .inner-section .zoom-section-view .header {
    box-shadow: none;
  }

  .inner-section-second {
    border: 0px solid #9b9b9b6e;
    box-shadow: none;
  }

  .inner-section .zoom-section-view .circle-view .circle-view-left {
    border-right: 1px solid #9c9c9c;
  }

  .finanslider .aboutcarousel .slick-list .slick-track .media-inner .boxinner {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  }

  .down-img {
    height: 53px;
  }

  .down_icon {
    bottom: 73px;
  }

  p.tooltext {
    height: 100px;
    font-size: 12px;
    line-height: 14px;
  }

  p.tooltextIns {
    height: 135px;
    font-size: 12px;
    line-height: 14px;
  }

  .investmentchart {
    width: 100%;
    min-width: 410px;
    max-width: 375px;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 25px;
    margin-left: -15px;
  }

  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    display: block;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }
}

@media (max-width: 480px) {
  .premium {
    width: 150px !important;
  }

  /* .which-stage-box ul li { display: block; } */
  .which-stage-left {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .which-stage-right {
    width: 100%;
    padding: 30px 0 40px;
  }

  .which-stage-box h4 {
    text-align: center;
  }
}

@media (max-width: 400px) {
  .gender-check-box li {
    width: 100%;
    max-width: 100%;
  }

  .hero-section {
    padding: 250px 0 30px 0 !important;
  }

  .tab-section.why.main-wrap {
    margin-top: 60px;
  }

  .team-section .team-inner {
    max-width: 150px !important;
    width: 150px !important;
    min-width: 150px;
    padding: 20px;
  }

  p.tooltextIns {
    height: 170px;
    font-size: 12px;
    line-height: 14px;
  }

  .investmentchart {
    width: 100%;
    min-width: 375px;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

/* //addition */

.m-t-20 {
  margin-top: 20px;
}

.m-t-10 {
  margin-top: 10px;
}

/* .apexcharts-toolbar{
  display: none!important;
} */

.grid-selectbox {
  background: #FFEFF2 !important;
  width: calc(100% - 15px) !important;
  height: 50px !important;
  border: 1px solid rgba(251, 122, 142, 0.5) !important;
  border-radius: 5px !important;
  padding: 10px 15px !important;
  background-image: url(../images/select.png) !important;
  color: #000 !important;
  border: none !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 0px !important;
  -webkit-appearance: none !important;
  border-radius: 5px !important;
  background-position: calc(100% - 12px) center !important;
  background-repeat: no-repeat !important;
  display: table !important;
}

.rotate-180 {
  transform: rotateX(180deg);
}

/* RESPONSIVE STYLED BY TARIK ================================================================================*/

.mainaboutslider.home-banner-slider #section1 {
  position: relative;
}

.mainaboutslider.home-banner-slider .hero-goal-planing .btn-slide-wrap {
  bottom: 7%;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 336px;
  max-width: 336px;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.form-box-row .hs-form-row.mb-0 {
  margin-bottom: 0 !important;

}

.clear-fix::after {
  display: table;
  content: "";
  clear: both;
}

.clear-fix::before {
  display: table;
  content: "";
  clear: both;
}

.inline-ul-with-btn {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.inline-ul-with-btn .inner-btn {
  margin-left: 10px;
  width: auto !important;
}

.inline-ul-with-btn .inner-btn i {
  margin-top: 0;
}


.form-btn.hs-btn:hover {
  zoom: normal !important;
  transform: scale(1.01);
}

.risk-slider .slick-arrow {
  display: none !important
}

.reward-inner-four,
.reward-section .reward-bottom .reward-inner,
.reward-section .reward-wrap .reward-inner,
.tab-banner.dashboard .bottom-inner {
  transition: all .4s ease;
}

.main-btn>a:hover,
.reward-inner-four:hover,
.reward-section .reward-bottom .reward-inner:hover,
.reward-section .reward-wrap .reward-inner:hover,
.tab-banner.dashboard .bottom-inner:hover {
  zoom: normal !important;
  transform: scale(1.01);
}

.reward-section .reward-wrap {
  height: auto !important;
}

.custom-goal-container {
  display: flex;
  flex-wrap: wrap;
}

.custom-goal-container .form-box-row {
  width: 90% !important;

}

.form-img.goal-img {
  width: 10%;
}

@media(max-width:1200px) {
  .custom-goal-container .form-box-row {
    width: 100% !important;

  }

  .form-img.goal-img {
    width: 100% !important;
  }

  /* Goals */
  .goal-container,
  .goal-row .form-box-row {
    width: 100%;
    overflow: auto;
  }

  .goal-wrapper,
  .goal-row .form-box-goal.form-style {
    min-width: 1200px !important;
  }

  .goal-wrapper .hs-form-row ul,
  .goal-row .hs-form-row ul {
    display: flex !important;
    margin-left: auto !important;
  }

  .goal-wrapper .hs-form-row ul li,
  .goal-row .hs-form-row ul li {
    max-width: 200px;
  }

  .goal-wrapper .hs-form-row ul li.short-goals,
  .goal-row .hs-form-row ul li.short-goals {
    position: relative;
    flex: 0 0 auto;
    width: 84px;
  }

  .goal-wrapper .hs-form-row ul li img.active-position,
  .goal-row .hs-form-row ul li img.active-position {
    right: 14px;
    top: 5px;
    margin: 0 !important;
  }

  .goal-wrapper .hs-form-row ul li img.deactive-position,
  .goal-row .hs-form-row ul li img.deactive-position {
    left: 15px;
    top: 5px;
    margin: 0 !important;
  }

  .goal-wrapper .hs-form-row ul li.short-ym-input,
  .goal-row .hs-form-row ul li.short-ym-input {
    min-width: 60px;
  }

  .goal-wrapper .short-duplicate.text-center,
  .goal-row .short-duplicate.text-center {
    width: 60px;
  }

  .goal-wrapper .hs-form-row .label-input,
  .goal-row .hs-form-row .label-input,
  .goal-wrapper .hs-form-row input,
  .goal-row .hs-form-row input {
    max-width: 200px !important;
  }
}

@media(min-width:600px) {
  .d-md-none {
    display: none !important;
  }

}

@media(max-width:767px) {
  .form-section .form-box-row .hs-form-row.d-flex {
    flex-wrap: wrap;
  }

  .form-section .form-box-row .hs-form-row.d-flex .hs-form-row {
    width: 100% !important;
  }
}

@media(max-width:480px) {

  /* clear fixed */
  .hs-form-row .hs_icon {
    right: 14px;
  }

  .mt-sm {
    margin-top: 15px !important;
  }

  .mt-xs-none {
    margin-top: 0 !important;
  }

  .mb-xs-none {
    margin-bottom: 0 !important;
  }

  .mb-sm {
    margin-bottom: 15px !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .align-items-start {
    align-items: flex-start;
  }

  /* user-data *************/

  .form-section .form-box-row .hs-form-row input,
  .form-section .form-box-row .hs-form-row .label-input {
    max-width: unset !important;
    width: 100%;
    font-size: 18px;
  }

  .hs-form-row ul.goal-list {
    margin-left: 0;
  }

  .form-row.loan-row.current-assets-row .hs-form-row {
    display: flex !important;
    flex-wrap: wrap;
  }

  /* my info select your gender */
  .form-row h6.tools {
    display: block;
    text-align: center;
  }

  .gender-check-box li {
    text-align: center;
  }

  .gender-check-box input[type="radio"]+label {
    display: inline-block !important;
  }

  /* asssets */
  .hs-form-row ul li i {
    margin-top: 5px;

  }

  /* RISK QUESTION */
  .slider-section .slider-wrap .slick-prev {
    left: -25px;

  }

  .slider-section .slider-wrap .slick-next {
    right: -35px;
  }

  .slider-section .slider-wrap .slick-dots {
    top: 0 !important;
  }

  .slider-section .slider-wrap .btn.slick-controls a:first-child {
    margin-bottom: 10px;
  }

  /* /investment-user-info */
  /* basic info */
  .tab-banner.dashboard.portfolio .tick-btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tab-banner.dashboard.portfolio .tabs::after {
    display: table;
    content: '';
    clear: both;
  }

  .tab-banner.dashboard.portfolio .wrapper {
    padding: 0px;
  }

  .tab-banner.dashboard.portfolio .wrapper::after {
    display: table;
    content: '';
    clear: both;
  }

  .tab-banner.dashboard.portfolio .gender-check-box ul {
    flex-wrap: wrap;
  }

  .tab-banner.dashboard.portfolio .select-gender .gender-check-box>div {
    flex-wrap: wrap;
  }

  /* account info */
  .tab-banner.dashboard.portfolio .current-assets-row .form-box {
    margin-top: 0 !important;
  }

  .tab-banner.dashboard.portfolio .current-assets-row .form-box {
    width: calc(100% - 50px);
  }

  .tab-banner.dashboard.portfolio .gender-check-box .bank-row li {
    width: 100%;
  }

  /* portfolio-action */
  .tab-banner.dashboard.portfolio .value-section .graph-box-arrow {
    margin-left: 0;
  }

  .tab-banner.dashboard.portfolio .value-section .graph-box-arrow .goback {
    margin-left: 0;
  }

  .tab-banner.dashboard.portfolio .value-section .mutual-fund-first {
    flex-wrap: wrap;
  }

  .tab-banner.dashboard.portfolio .value-section .mutual-fund-first .tab-second-box {
    width: 100%;
  }

  .tab-banner.dashboard.portfolio .tab-content .bottom-wrap {
    flex-wrap: wrap;
  }

  .risk-slider .slick-arrow {
    display: block !important
  }

  ul.resp-list {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100% !important;
  }

  .hs-form-row ul {
    margin-left: 0;
    margin-right: 0;
  }

  .form-graphdata p {
    height: auto !important;
  }

  .items-box {
    width: 100% !important;
    height: auto !important;
    padding: 15px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .tabs-title.menu-tabs {
    width: 50% !important;
    background-color: #f3f3f3 !important;
    font-size: 14px !important;
  }

  .tabs-title.menu-tabs.current {
    background-color: #ffffff !important;
    font-size: 16px !important;
  }

  .tab-banner.dashboard .top-inner {
    line-height: unset !important;
  }

  .dashboard .bottom-inner,
  .box-card.bottom-inner {
    align-items: center;
  }

  .dashboard .bottom-inner img:first-child .box-card.bottom-inner img:first-child {
    width: 30%;
  }

  .dashboard .bottom-inner p,
  .box-card.bottom-inner p {
    width: calc(100% - 15px)
  }

  .recom-img {
    top: 2px;
  }

  /* Investment */
  .investments-recommend .tab-section,
  .investments-recommend .tabs-inner {
    height: auto !important;
  }

  .investments-recommend .tabs-inner .tabs-title {
    display: flex !important;
    max-height: none !important;
    min-width: 250px;
  }

  .investments-recommend .tabs-inner .tabs-title p {
    text-align: center !important;
  }

  .investments-recommend .tabs-inner .tabing-title {
    display: flex !important;
    margin-left: 0 !important;
    overflow-x: scroll;
  }

  .investments-recommend .tabs-inner .tabs-title.not-selected.invest-selected {
    display: flex !important;
  }

  .investments-recommend .tabs-inner .close-img.mob-rec-close-img {
    display: none !important;
  }

  .investments-recommend .tabs-inner .tab-content {
    display: block !important;
  }

  .investments-recommend .tabs-inner .tabs-main {
    margin-top: 20px !important;
    position: relative;
  }

  .investments-recommend .tabs-inner .tabs-main .close-img {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .investments-recommend .tabs-inner .recomd-box {
    display: flex;
    margin: 0px auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.d-flex[_ngcontent-yuc-c112] .hs-form-row[_ngcontent-yuc-c112] input[_ngcontent-yuc-c112],
.d-flex[_ngcontent-yuc-c112] .hs-form-row[_ngcontent-yuc-c112] .label-input[_ngcontent-yuc-c112] {
  width: 92%;
  max-width: 260px;
}