.advisory{
  padding: 32px 120px 12px;
}
.advisory-left .astrik , .new-user-subs-watchlist .astrik {
  font-size: 70px;
  font-weight: 700;
  font-family: manrope;
  line-height: 48px;
  color:#98A2B3;
}

.advisory-left{
  background-color: #EFEBFF;
  border-radius: 16px;
  padding: 30px 40px;
  position: relative;
}

.advisory-left h1 , .new-user-subs-watchlist h4{
  font-size: var(--font-size-20);
  font-weight: 500;
  margin-bottom: 1rem;
}

.advisory-left p{
  font-size: var(--font-size-14);
  color: #000000;
  opacity: .4;
  margin-bottom: 1rem;
  width: 500px;
  font-family: 'Manrope';
}

.advisory-left .show-question{
  color: #ffffff !important;
  font-size: var(--font-size-16);
  font-weight: 600;
}

.advisory-left .show-question:hover{
  color: #d4d1d1 !important;
  cursor: pointer;
}

.advisory-left a:hover{
  color: #000000 !important;
}

.right-arrow-img {
  filter: invert(1);
}

.advisory-left a:hover img {
  filter: invert(0);
}

.advisory-left .risk-top-img{
  position: absolute;
  bottom: 0;
  right: 52px;
}

.video-icon-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

/* Blur elements for unauthenticated users */
.blur-elements {
  filter: blur(6px);
  position: relative;
  user-select: none;
}

.canvas-div,
.live-return-blur {
  position: relative;
}

.canvas-div .login-view {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: manrope;
  font-weight: 600;
  cursor: pointer;
}

.live-return-blur .login-view {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-family: manrope;
  font-weight: 600;
  font-size: var(--font-size-16);
  cursor: pointer;
}

/* Additional blur styling for better UX */
.blur-elements:hover {
  filter: blur(8px);
  transition: filter 0.3s ease;
}

.graph-container.blur-elements {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px;
}

.cagr-value.blur-elements {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 2px 6px;
}


.video-icon-box p{
  margin-bottom: 0;
  height: 18px;
  font-size: 14px;
}

.advisory-right-inner {
  background: #101828;
  padding: 2rem;
  height: 100%;
  border-radius: 16px;
  /* width: 100%; */
  position: relative;
}

.advisory-right-inner h5{
  color: #ffffff;
  font-size: var(--font-size-22);
  margin-bottom: 1rem;
  font-weight: 700;
}


.advisory-right-inner p{
  color: var(--Grey-300, #D0D5DD);
  /* Regular/14 */
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 22px;
}
.advisory-right-inner h5 span{
  font-size: var(--font-size-14);
  font-weight: 400;
}

.advisory-right-inner .progress{
  margin-bottom: 1rem;
  background: #404653;
  border-radius: 20px;
}

.advisory-right-inner .progress-bar-planner{
  background: #ffffff;
}



.profile-complete-button img {
  margin-left: 10px;
  background: white;
  border-radius: 50%;
  width: 33px;
  padding: 8px;
}

.grey-img-1{
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 10;
  border-radius: 16px;
  height: 70px;
}

.grey-img-2{
  position: absolute;
  bottom: 0;
  right: 15px;
  border-radius: 16px;
  height: 100px;
}

.profile-complete-button{
  z-index: 1060;
  /* max-width: 100%; */
  /* padding: 10px 32px;
  position: absolute;
  width: 79%;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%); */
}

.Create-new-goal{
  color: white !important;
  padding: 10px 32px;
}



.faq_section{
  padding-top: 16px;
  padding-bottom: 80px;
  padding-left: 120px;
  padding-right: 120px;
}

.faq_section .faq-heading{
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.faq_section .card{
  margin-bottom: 16px;
  border: 0;
  border-radius: 16px;
  background: var(--Gradient-Purple-pink-gradient, linear-gradient(92deg, #FFEBFC 0%, #D6CBFE 100%));
}


.faq_section .card-header{
  background-color: rgba(109, 98, 98, 0);
  border: 0;
  padding: 18px 24px 12px;
}



.faq_section .card-body{
  padding: 0px 24px 24px;
}

.faq_section .btn-link{
  padding: 0;
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  text-align: left;
}

.faq_section .card-header[aria-expanded=true] .btn-link {
  font-weight: 600;
}

.faq_section .accordion .card:last-of-type {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 16px;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 16px;
}

.faq_section .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 16px;
}

.accordion-heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq_section .card-header[aria-expanded=true] .minus-risk {
  display: block;
  border-radius: 32px;
  background: var(--Grey-700, #344054);
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  height: 56px;
  width: 56px;
}

.faq_section .card-header[aria-expanded=true] .minus-risk img{
  transform: none;
  filter: invert(1);
}

.faq_section .card-header[aria-expanded=true] .plus-risk {
  display: none;
  transform: none;

}


.faq_section .card-header[aria-expanded=false] .minus-risk {
  display: none;
}

.faq_section .card-header[aria-expanded=false] .plus-risk {
  display: block;
  border-radius: 32px;
  background: #F0F0F0;
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
  height:40px;
  width: 40px;
}

.faq_section .card-header[aria-expanded=false] {
  background-color: white;
}


.faq_section .card-body p , .faq_section .card-body li{
  color: var(--Grey-700, #344054);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px
}

.faq_section .fag-heading{
  color: var(--Grey-900, #101828);
  /* Semibold (Heading)/feature news */
  font-family: Manrope;
  font-size: var(--font-size-36);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 26px;
  margin-top: 16px;
}


.login-view{
  display: none;
}


.all-about-section {
  background: var(--Pink-light, #FFEBFC);
  padding: 40px 120px 40px;
  position: relative;
}

.all-about-section-text {
  background-color: white;
  display: inline-flex;
  padding: 40px 32px 32px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 16px;
  position: relative;
  z-index: 10;
}

.all-about-text h2 {
  color: var(--grey-900, #101828);
  /* Semibold (Heading)/feature news */
  font-family: Manrope;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.all-about-text p {
  color: var(--grey-900, #101828);
  /* Regular/20 regular */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
}

.readMoreLesstext h2 {
  margin-bottom: 16px;
  color: var(--grey-900, #101828);
  /* Semibold (Heading)/H4 */
  font-family: Manrope;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


.readMoreLesstext h3 {
  margin-bottom: 16px;
  color: var(--grey-900, #101828);
  /* Semibold (Heading)/H4 */
  font-family: Manrope;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.readMoreLesstext p,
.readMoreLesstext li {
  color: var(--grey-500, #667085);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}


.readMoreLesstext li {
  margin-left: 24px;
}


.all-about-section .bottom-fancy-img {
  position: absolute;
  left: 70px;
  bottom: 0;
}

.all-about-text {
  position: relative;
  z-index: 10;
}

.your-gaols {
  padding: 0px 120px 32px;
}

.your-gaols h3{
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: var(--font-size-22);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.your-gaols .card , .active-inactive .card{
  border-radius: 10px;
  border: 1px solid var(--Grey-200, #EAECF0);
  background: var(--White, #FFF);
  /* Shadow 1 */
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
  padding: 12px 16px;
  margin:0px 10px 18px 10px;
  max-width: 412px;
}


.your-gaols .card .card-header , .active-inactive .card .card-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: white;
  background: white;
  position: relative;
  border-radius: 16px;
  /* position: relative; */
  padding: 0;
  margin-bottom: 16px;
}

.your-gaols .card .card-header::after , .active-inactive .card .card-header::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #6670852b;
}

.your-gaols .card .card-header a , .active-inactive .card .card-header a{
  color: var(--Grey-900, #101828);
/* Bold/22 */
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
}

.your-gaols .card .card-header .dropleft .dropdown-toggle::before ,
.active-inactive .card .card-header .dropleft .dropdown-toggle::before {
  vertical-align: 0;
  display: none;
}

.your-gaols .card .card-body , .active-inactive .card .card-body{
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}

.your-gaols .card .card-body .progress ,
.active-inactive .card .card-body .progress{
  height: 10px;
}

.your-gaols .card .card-body .progress .progress-bar-planner ,
.active-inactive .card .card-body .progress .progress-bar-planner{
  border-radius: 8px;
  background: #CECECE;
}

.progress-bar-status p{
  color: var(--Grey-600, #475467);
  font-feature-settings: 'salt' on, 'liga' off;
  /* Medium/14 medium */
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  margin-bottom: 8px;
}

.your-gaols .card p , .active-inactive .card p{
  font-family: manrope;
  margin-bottom: 0;
  font-style: normal;
  line-height: 24px; /* 200% */
  margin-bottom: 5px;
}

.duration-emi-cat{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.duration-emi-cat div p:first-child{
  color: var(--Grey-500, #667085);
  font-size: var(--font-size-12);
  font-weight: 400;
}

.duration-emi-cat div p:last-child{
  color: var(--Grey-900, #101828);
  font-size: var(--font-size-14);
  font-weight: 600;
}

.your-gaols .card .dropdown-menu .dropdown-item,
.active-inactive .card .dropdown-menu .dropdown-item{
  color: var(--Grey-600, #475467);
text-align: right;

/* Regular/16 regular */
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
display: flex;
padding: 10px 24px 10px 16px;
align-items: flex-start;
gap: 8px;
align-self: stretch;
}

.your-gaols .card .dropdown-menu .dropdown-item:hover,
.active-inactive .card .dropdown-menu .dropdown-item:hover{
  border-radius: 8px;
background: var(--Grey-50, #F9FAFB);
}

.your-gaols .card .dropdown-menu,
.active-inactive .card .dropdown-menu{
  padding: 6px;
  border-radius: 8px;
  border: 1px solid var(--Grey-100, #F2F4F7);
  background: var(--White, #FFF);
  /* Shadow 2 */
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.04);
}



.active-inactive{
  padding: 48px 120px 24px;
}

.active-inactive .nav-tabs .nav-link {
  display: block;
  padding: 24px 16px;
  color: var(--Grey-400, #98A2B3);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: white;
}

.active-inactive .nav-tabs .nav-item.show .nav-link, .active-inactive .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  position: relative;
}

.active-inactive .nav-tabs {
  border-top: 1px solid #dee2e6;
  border-bottom: 0;
  margin-bottom: 16px;
}

.active-inactive .nav-tabs .nav-link.active::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background: var(--Grey-900, #101828);
  height: 6px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}



.recent-financial-plans{
  padding-top: 24px;
}


.recent-financial-plans h2{
  color: var(--Grey-900, #101828);
  /* Semibold (Heading)/H4 */
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
}

.recent-financial-plans .duration-emi-cat{
  display: flex;
  flex-wrap: wrap;
}

.recent-financial-plans .duration-emi-cat div{
  width: 50%;
}

.recent-financial-plans .duration-emi-cat div:not(:last-child) {
  margin-bottom: 8px;
}


.suggested-portfolio{
  background:var(--navy_blue);
  padding: 48px 120px 70px;
}

.suggested-portfolio .suggested-portfolio-heading{
  margin-bottom: 24px;
}
.suggested-portfolio .suggested-portfolio-heading h2{
  color: var(--White, #FFF);
  font-family: Manrope;
  font-size: var(--font-size-36);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.suggested-portfolio .suggested-portfolio-heading p{
  color: var(--Grey-300, #D0D5DD);
  font-family: Manrope;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 400;
  /* margin-bottom: 0; */
  line-height: 150%; /* 24px */
}

.suggested-portfolio .suggested-portfolio-heading .btn-light{
  color: var(--Grey-900, #101828);
  text-align: center;
  font-family: Manrope;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  }

.suggested-portfolio .col-md-12{
  display: flex;
  justify-content: center;
}

.suggested-portfolio .nav-pills{
  Padding: 8px 12px;
  width: max-content;
  background: var(--gray-blue-shade);
  border-radius: 16px;
}
.suggested-portfolio .nav-pills .nav-link{
  font-size: var(--font-size-16);
  line-height: 24px;
  font-family: manrope;
  color: var(--grey-light-blue);
  padding: 10px 24px;
}

.suggested-portfolio .nav-pills .nav-link.active,
.suggested-portfolio .nav-pills .show>.nav-link {
  color: rgb(11 11 11);
  background-color: var(--white);
  border-radius: 10px;
  padding: 10px 24px;
}

.suggested-portfolio .card{
  background-color: #252121;
  border: 1px solid #475467;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  max-width: 380px;
}


.suggested-portfolio .card-header{
  border-bottom: 0px;
  background-color: rgb(0 0 0 / 0%) !important;
  position: relative;
}
.suggested-portfolio .card-header::after{
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 90%;
  height: 1px;
  background: var(--semi-gray);
}
.suggested-portfolio .card-header h4{
  font-size: var(--font-size-16);
  font-weight: 700;
  color: var(--white-blue-shade);
}
.suggested-portfolio #pink-border{
  border-top:5px solid var(--pink_medium);
  border-radius: 10px;
}
.suggested-portfolio #teal-border{
  border-top:5px solid var(--teal_dark);
  border-radius: 10px;
}
.suggested-portfolio #purple-border{
  border-top:5px solid var(--purple_dark);
  border-radius: 10px;
}
.suggested-portfolio .card p{
  margin-bottom: 0;
  color: #98A2B3;
  font-family: manrope;
  font-size: var(--font-size-12);
  font-weight: 500;
}

.suggested-portfolio .card-header .badge{
  font-family: manrope;
  border: 1px solid #579888;
  border-radius: 40px;
  font-size: var(--font-size-12);
  font-weight: 600;
  line-height: 16.39px;
  background-color: #344054;
  padding: 4px 12px;
  color: #96DDCC;
}
.suggested-portfolio .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.suggested-portfolio .card-body .inner-box-data{
  display: flex;
  justify-content: space-between;
}
.suggested-portfolio .card .card-body p{
  font-size: var(--font-size-12);
}
.suggested-portfolio .card .card-body h6{
  font-size: var(--font-size-16);
  font-weight: 600;
  line-height: 21.86px;
  color:#EAECF0;
}
.suggested-portfolio .card-body button{
  font-family: manrope;
}
.suggested-portfolio .col-md-4{
  margin-bottom: 16px;
}
.suggested-portfolio .btn-outline-light {
  color: var(--white-blue-shade);
  border-color: var(--semi-gray);
  font-size: var(--font-size-14);
  font-weight: 600;
  padding: 10px 32px 10px 48px;
  border-radius: 10px;
  width: 186px;
  height: 44px;
}
.suggested-portfolio   .btn-outline-light:hover {
  color: var(--black-grey-shade);
  border-color: var(--btn-outline-light);
}
.suggested-portfolio .btn-outline-light:hover img{
  filter: invert(1);
}

.suggested-portfolio .btn-light{
    padding: 10px 24px;
    color: var(--Grey-900, #101828);
    font-size: var(--font-size-14);
    font-weight: 600;
}

.img-graph{
  display: none;
}

.button-watchlist{
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.button-watchlist button{
  width: 100%;
  font-size: var(--font-size-16);
  padding: 8px !important;
  background-color: #F2F4F7;
  color: #101828;
}

.suggested-portfolio #carouselIndicatorsInsideGoal .container-fluid,
.suggested-portfolio  .container-fluid:nth-child(2) ,.suggested-portfolio .suggested-portfolio-heading,
#carouselIndicators .container-fluid{
  padding: 0;
}


#carouselIndicatorsInsideGoal .carousel-indicators li ,
#carouselIndicators .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}


#carouselIndicatorsInsideGoal .carousel-indicators  ,
#carouselIndicators .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -65px;
  left: 0;
  width: 12%;
  z-index: 15;
  padding-left: 0;
  margin-right: 0%;
  margin-left: 0%;
}





.ai-Risk-Modeling{
  padding: 36px 140px;
  background: var(--Pink-light, #FFEBFC);
}

.blog-div-right{
  padding: 0px 16px 0px 0px;
}


.blog-div-right .card{
  padding: 16px;
  border-radius: 16px;
}
.blog-div-right .card-body{
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.blog-div-right .card-body p{
  margin-bottom: 0;
}

.truncate {
  width:100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  background:#fff;
}

.blog-heading-ai{
  color: var(--Grey-900, #101828);

/* Medium/18 */
font-family: Manrope;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.blog-div-right .card .ai-top-img{
  width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
}

.read{
  color: var(--Grey-400, #98A2B3);
font-feature-settings: 'salt' on, 'liga' off;
/* Semibold (Heading)/14 semibold */
font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 171.429% */
}

.blog-text-ai{
  color: var(--Grey-500, #667085);

/* Regular/16 regular */
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}

.blog-div-right .card-footer{
  background-color: white;
  border-top: 0;
  margin-top: 2px;
  padding: 0;
}

.blog-div-right .card-footer a{
  color: var(--Pink-Dark, #D57BC8);
  /* Semibold (Heading)/16 semibold */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}



.next-back-icons{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background: white;
  padding: 14px 17px;
  border-radius: 50%;
}

.carousel-control-prev-icon {
  background-image: url(/static/img/newIcons/arrow-right.svg);
  transform: rotate(180deg);
  filter: grayscale(100%);
}

.carousel-control-next-icon {
  background-image:url('/static/img/newIcons/arrow-right.svg');
  filter: grayscale(100%);
}

.other-blog-section .col-md-3 .carousel-control-next {
  left: 90px;
  opacity: 1;
  max-height: 100%;
  bottom: 33px !important;
}

.other-blog-section .col-md-3 .carousel-control-prev {
  left: 22px;
  opacity: 1;
  max-height: 100%;
  bottom: 33px !important;
}

.news-letter-subscribe {
  padding: 48px 120px;
  position: relative;
}

.news-letter-subscribe h2{
  font-size: var(--font-size-36);
  font-weight: 400;
  color: #1D2939;
}
.news-letter-subscribe p{
  font-size: var(--font-size-16);
  font-weight: 400;
  color: #667085;
  margin: 1.5rem 0rem 2rem;
  font-family: manrope;
}

.news-letter-subscribe .form-control{
  height: 52px;
  border-radius: 14px;
}

.news-letter-subscribe .input-group-text{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
  font-family: manrope;
}
.news-letter-subscribe .input-group-append{
  background: #1D2939;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
  border: 1px solid #1d2939;
}

.news-letter-subscribe .input-group-text{
  font-size: var(--font-size-16);
  font-weight: 600;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #1d2939;
  border-radius: 16px !important;
  padding: 0 2rem;
}

.news-letter-subscribe img{
  position: absolute;
  bottom: 0;
  right: 30px;
}
.create-goal-modal .modal-dialog{
  background-color: white;
  border-radius: 8px;
}

.create-goal-modal .modal-footer{
  padding: 0px 30px 30px;
  border-top: 0;
}

.close {
  position: absolute;
  right: 24px;
  top: 24px;
  text-align: right;
  z-index: 1050 !important;
  color: var(--purple_dark);
  opacity: 1;
}

.create-goal-modal .suggested-portfolio {
  background: var(--navy_blue);
  padding: 48px 40px 60px !important;
  margin-bottom: 0px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.create-goal-modal label{
  font-size: var(--font-size-14);
  color: var(--Grey-500, #667085);
  /* Semibold (Heading)/16 semibold */
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.create-goal-modal .form-control {
  height: calc(2rem + 2px);
  font-size: var(--font-size-12);
  font-family: manrope;
  box-shadow: none;
  border-color: #ced4da;
}
.create-goal-modal .form-group{
  margin-bottom: 14px;
}

.create-goal-modal .btn-dark-wright {
  padding: 8px 32px;
}

.create-goal-modal .modal-header p{
  margin-bottom: 0;
  color: var(--Grey-600, #475467);
  /* Regular/14 */
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.results-box{
  border-radius: 8px;
  padding: 18px 32px;
  background: var(--Pink-light, #FFEBFC);
  margin: 0px;
}
.results-box-inner{
  border-radius: 16px;
  background: var(--White, #FFF);
  padding: 24px 8px 24px 24px;
}

.results-box h3{
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
  margin-top: 12px;
}

.results-box-inner h5{
  color: var(--Grey-600, #475467);
  /* Semibold (Heading)/H5 */
  font-family: Manrope;
  font-size: var(--font-size-18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.results-box-inner p , .results-box p{
  color: var(--Grey-500, #667085);
  font-family: Manrope;
  font-size: var(--font-size-12);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  }
.results-box-inner h4{
  color: var(--Grey-900, #101828);
  /* Semibold (Heading)/H4 */
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


.tab-content-box{
  padding: 32px 24px;
  border-radius: 8px;
  background: var(--Grey-50, #F9FAFB);
  height: 405px;
  position: relative;
  margin-bottom: 30px;
}

.box-button{
  position: absolute;
  bottom: 16px;
  left: 38px;
  padding: 10px 24px;
  display: flex;
  gap: 18px;
  font-size: 14px;
}

.box-button img{
  filter: invert(1);
}

.box-button:hover img{
  filter: invert(0);
}

.tab-content-box label{
  color: var(--Grey-500, #667085);
  /* Semibold (Heading)/16 semibold */
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}

.tab-content-box .form-control{
  border-radius: 8px;
  border: 1px solid var(--Grey-300, #D0D5DD);
  background: var(--White, #FFF);
}

.financial_banner{
  padding: 8px 120px 0;
}

.financial-planner-div h2{
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.financial_banner .breadcrumb-div .breadcrumb {
  padding: 12px 0px 8px;
  background-color: #e9ecef00;
  font-family: Manrope;
  margin-bottom: 0;
}


.financial_banner .breadcrumb-div .breadcrumb li{
  /* font-size: var(--font-size-14); */
}


.form-group {
  margin-bottom: 10px;
}


.financial-planner-div p{
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  opacity: 0.5;
  margin-bottom: 16px;
}

.financial-form-section .form-group{
  margin-bottom: 10px;
}

.financial-form-section .nav{
  flex-direction: column;
}

.financial-form-section .nav-pills .nav-link{
  color: var(--Grey-500, #667085);
  /* Regular/16 regular */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 16px 24px;
  line-height: 150%; /* 24px */
}

.financial-form-section .nav-pills .nav-link.active,
.financial-form-section .nav-pills .show>.nav-link {
  color: var(--grey-900) !important;
  border-radius: 8px;
  background: var(--Gradient-Purple-pink-gradient, linear-gradient(92deg, #FFEBFC 0%, #D6CBFE 100%));
  font-weight: 600 !important;
}


.financial-result {
  display: flex;
  background-color: var(--Grey-100, #F2F4F7);
  border-radius: 7px;
  border: 1px solid var(--Grey-100, #F2F4F7);
  height: 75px;
  gap: 2px;
  margin-top: 24px;
  padding: 0;
  width: 100%;
}


.financial-result-box h2{
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.financial-result-box p{
  color: var(--Grey-900, #101828);
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

.financial-planner-main-result{
  padding: 0px 120px;
  margin-bottom: 40px;
}

.financial-result-inner:nth-child(1),
.financial-result-inner:nth-child(2),
.financial-result-inner:nth-child(3),
.financial-result-inner:nth-child(6),
.financial-result-inner:nth-child(4),
.financial-result-inner:nth-child(5) {
  width: 16.66%;
  padding: 12px 24px;
}


.financial-result-inner {
  padding: 12px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: white;
  border-radius: 7px;
}

.financial-result-inner p {
  margin-bottom: 0;
  font-family: manrope;
  font-size: var(--font-size-12);
}

.financial-result-inner p:first-child {
  color: var(--grey-700, #344054);
  font-weight: 400;
}

.financial-result-inner p:last-child {
  color: var(--grey-900, #101828);
  font-weight: 600;
}


.financial-result-box{
  background-color: green;
  padding: 32px;
  border-radius: 16px;
  background: var(--Gradient-purple-grey-gradient, linear-gradient(225deg, #F2F4F7 -0.05%, #EFEBFF 100%));
}

.financial-result-div{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.financial-result-div div{
  width: 48%;
  background-color: white;
  border-radius: 16px;
  padding: 20px 24px;
}

.financial-result-div div h4{
  color: var(--Grey-900, #101828);
  /* Semibold (Heading)/H4 */
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

.financial-result-div div p{
  color: var(--Grey-500, #667085);
  /* Regular/14 */
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.financial-result-div div h5{
  color: var(--Grey-900, #101828);
  /* Regular/20 regular */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

  .retirement-results {
    background-color: #ffeefe;
    border-radius: 12px;
    padding: 32px 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 20px;
  }

  .results-left h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1d1d1f;
  }

  .results-left p {
    color: #666;
    font-size: 14px;
    margin-top: 8px;
  }

  .results-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .results-grid {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }

  .results-box-inner {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    flex: 1;
    min-width: 240px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  }

  .results-box-inner h5 {
    font-size: 20px;
    font-weight: 600;
    color: #475467;
    margin-bottom: 4px;
  }

  .results-box-inner p {
    font-size: 13px;
    color: #667085;
    margin-bottom: 12px;
  }

  .results-box-inner h4 {
    font-size: 20px;
    font-weight: 600;
    color: #101828;
  }

  .full-width {
    width: 100%;
  }

  .modal-body{
    margin-top: 0px !important;
  }

  .suggested-portfolio .card:hover {
    box-shadow: 0px -3px 24px 0px rgb(0 0 0 / 15%);
    transition: .3s ease all;
    margin-top: -3px;
}

.your-gaols .card:hover, .active-inactive .card:hover{
  box-shadow: 0px -3px 24px 0px rgb(0 0 0 / 15%);
    transition: .3s ease all;
    margin-top: -3px;
}

  @media (max-width: 1200px) {
    .suggested-portfolio{
    padding: 48px 30px 70px;
    }
}
  
  @media (max-width: 1200px){
    .advisory-left .risk-top-img{
      bottom: -35px;
      right: 20px;
      width: 60px;
    } 
  }
  
  @media (max-width: 1000px){
    .advisory {
      padding: 32px 20px 12px;
  }
  
  .advisory-right-inner h5 {
    font-size: 18px;
  }
  }
  @media(min-width:768px){
    .profile-complete-button{
      position: absolute;
      bottom: 30px !important;
      z-index: 100;
      color: white;
      width: 85% !important;
      font-weight: 600;
      z-index: 1050;
    }
  }
  