.breadcrumb-item.active {
    color: var(--Grey-300);
}
.pms_portfolio_banner {
    background: var(--grey-900);
    height: calc(100vh - 164px);
    position: relative;
    padding: 0px 120px;
}

.pms_portfolio_banner .port-img-banner {
    position: absolute;
    top: 50%;
    height:450px;
    right: 50px;
    transform: translateY(-50%);
}

.pms_portfolio_banner .row {
    /* position: absolute; */
    /* top: 55%; */
    /* transform: translateY(-40%); */
    width: 100%;
    padding:40px 0px
}

.pms_portfolio_banner h1 {
    font-weight: 600;
    margin-bottom: 17px;
    color: white;
}

.pms_portfolio_banner p {
    font-size: var(--font-size-16);
    font-family: manrope;
    margin-top: 17px;
    color: var(--grey-500);
}

.pms-text-descr{
    width: 800px;
    color:var(--grey-300) !important;
}



.pms_portfolio_banner .btn-dark-wright{
    border-radius: 8px;
    padding: 8px 17px;
    font-size: 14px !important;
    line-height: 27.32px;
    /* margin-top: 20px; */
    background: var(--grey-900);
    color: var(--grey-400);
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-weight: 600;
}

.pms_portfolio_banner .dropdown-toggle::after {
    display: none;
}

.pms_portfolio_banner {
    overflow: visible; /* Allows the dropdown to display outside the container */
}

.pms_portfolio_banner .dropdown-menu.show {
    position: absolute; /* Ensure it doesn't interfere with other layout elements */
    z-index: 1050; /* Higher than other elements on the page */
    width: 213px;
    background: var(--grey-700);
    border-radius: 6px;
    border: 1px solid var(--grey-700);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    padding: 3px;
    top: 100%; /* Adjusts position relative to the dropdown button */
    left: 0; /* Aligns it with the dropdown button */
}


.pms_portfolio_banner .dropdown-item {
    padding: 10px 16px;
    border-radius: 8px;
    font-family: manrope;
    font-size: var(--font-size-14);
    font-weight: 400;
    color: var(--grey-300);
    /* background: linear-gradient(94.03deg, rgba(195, 166, 57, 0.7) 0%, rgba(249, 222, 122, 0.7) 52.62%, rgba(195, 166, 57, 0.7) 100%); */
}


.pms_portfolio_banner .dropdown-item:focus, .pms_portfolio_banner .dropdown-item:hover {
    color: white;
    text-decoration: none;
    /* background-color: #f8f9fa; */
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    background:linear-gradient(90deg, #D57BC8, #693A64);
}

.TestClass thead tr th {
    width: 1000px !important;
    background: rgba(29, 41, 57, 1);
    background-color: var(--grey-800);
    color: white;
    font-size: var(--font-size-16);
    font-weight: 600;
}

.TestClass thead tr th:first-child{
    border-top-left-radius: 16px;
}

.TestClass thead tr th:last-child{
    border-top-right-radius: 16px;
}

.TestClass tbody th , .TestClass tbody td{
    background-color: var(--grey-900);
    font-size: var(--font-size-16);
    font-weight: 400;
    color: white;

}

.table-bordered td, .table-bordered th {
    border-bottom: 0 !important;
    border: 1px solid rgba(16, 24, 40, 0.5);
}

.TestClass {
    border: 0px solid #dee2e6;
}
.scroll-element{
    background-color: var(--grey-);
}


.scroll-element .navbar-expand-sm {
    background-color: var(--grey-900);
    position: sticky;
    top: 60px;
    padding: 2rem 5rem 2rem;
    z-index: 100;
}

.bg-white-pink {
    /* background: linear-gradient(90deg, #ffffff 0%, var(--pink_light) 90%); */
}

.bg-white {
    background: white;
}
.bg-white h2{
    color: var(--pink_dark);
}
.bg-white h3{
    color: var(--pink_dark);
}
.bg-pink {
    /* background: linear-gradient(90deg, #ffffff 0%, var(--pink_light) 90%); */
    background: var(--grey-900);
}
.bg-pink h2{
    color: var(--purple_black);
}
.bg-pink h3{
    color: var(--purple_black);
}
.bg-purple {
    background-color: var(--purple_light) !important;
}
.bg-purple h2{
    color: var(--wrightblack);
}
.scroll-element .navbar-expand-sm .navbar-nav {
    justify-content: space-around;
    width: 100%;

}


.performance-grpah {
    display: flex;
    flex-direction: column;
    gap: 48px;
}



.main-section-individual-pms{
    background-color: var(--grey-900);
    padding: 0px 120px 48px;
}

.main-section-individual-pms p{
    color:rgba(152, 162, 179, 1);
    font-family:manrope;
    /* margin: 5px; */
}

.backtested_para{
    color: white !important;
}

.pms-nav-tabs {
    border-top: 2px solid var(--grey-800);
    border-bottom: 0;
    border-bottom: 0 !important;
    margin-top: 15px;
  }


  .pms-nav-tabs  .nav-item.show .nav-link,
  .pms-nav-tabs  .nav-link.active {
    color: white;
    background-color: var(--grey-900);
    border-color: #dee2e6 #dee2e6 #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    position: relative;
  }

  .pms-nav-tabs  .nav-link.active::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    height: 6px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .pms-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;
  }

  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: white;
  }






.btnlogin {
font-size: 16px !important;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0.5rem 2rem;
    background: linear-gradient(to top, #c0b1f8 0%, var(--purple_light) 89%, #c0b1f81f 100%);
    color: var(--purple_black);
    font-family: manrope;
    border-radius: 7px;
    font-weight: 400;
}
.nav-link-cta {
background: linear-gradient(to top, var(--pink_dark) 0%, var(--pink_light) 106%, #d57bc800 100%) !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%);
    background: var(--purple_dark);
}

.content h2{
    margin-bottom: var(--font-size-16);;
    margin-top: var(--font-size-16);;
    font-size: var(--font-size-25);
    font-weight: 600;
    background: white;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}





.content h3{
    margin-bottom: var(--font-size-16);;
    margin-top: var(--font-size-10);
    font-size: var(--font-size-20);
    font-weight: 500;
}

.content p, .content li , .about-content li {
    font-size: var(--font-size-14);
    margin-bottom: var(--font-size-14);
    font-weight: 300;
}
.content li{
    margin-left:var(--font-size-14);
}


.about-content li{
    color: var(--grey-400);
    font-family: manrope;
    margin-left: 24px;
}

.about-content{
    padding: 32px;
    box-shadow: 14px 14px 40px 0px rgba(5, 15, 30, 0.9);
    box-shadow: -9px -5px 28px 0px rgba(33, 53, 79, 0.32);
    margin-top: 18px;
    border-radius: 16px;
}

.about-content h2{
    font-family: Manrope;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: left;
    color: white;
    margin-bottom: 12px;
    /* margin-top: 24px; */
}

.about-content h2:not(:first-child){
    margin-top:28px;
}

.performance_date{
    display: flex;
    gap: 18px;
}
.performance_date p{
    margin-bottom: 28px;
    font-weight: 600;
}

.performance_date p span:last-child{
 color: white;
}

.box-shadow-div{
    box-shadow: -9px -9px 28px 0px rgba(33, 53, 79, 0.32);
    border-radius: 16px;
}

.table-bordered > tbody > tr > td,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered {
    border-left: 0;
    border-right: 0;
}
td,th{
    font-size:100%!important;
}

.characterstics-table-box{
    display: flex;
    gap: 40px;
}
.characterstics-table-box div{
    width: 49%;
}

.characterstics-table-box .table-box{
    box-shadow: -9px -9px 28px 0px rgba(33, 53, 79, 0.32);
    border-radius: 16px;
    width: 100%;
}

.characterstics-table-box th{
    border: 0;
    color: white;
    border-bottom:  0 !important;
    background: var(--grey-800);
    font-family: manrope;
}


.characterstics-table-box thead th:first-child{
    border-top-left-radius: 16px;
}

.characterstics-table-box thead th:last-child{
    border-top-right-radius: 16px;
}


.characterstics-table-box tr th, .characterstics-table-box tr td {
    width: 50%;
    padding: 16px 24px;
}



.manager-content-box{
    display: flex;
    position: relative;
    gap: 28px;
    box-shadow: 14px 14px 40px 0px rgba(5, 15, 30, 0.9);
    box-shadow: -9px -9px 28px 0px rgba(33, 53, 79, 0.32);
    margin-top: 2rem;
    padding-top: 16px;
    border-radius: 16px;
}

.manager-heading{
    font-family: Manrope;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: left;
    background: white;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* .manager-img{
width: ;
} */

.manager-content-box div:first-child{
    /* width: 30%; */
}

.manager-content-box div:last-child{
    width: 70%;
    position: relative;
}

.manager-desc-box{
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}

.manager-name h2{
    font-family: Manrope;
    font-size: 24px;
    font-weight: 600;
    line-height: 0px;
    letter-spacing: 0px;
    text-align: left;
    color: white;
    margin-bottom: 24px;
}

.manager-name p{
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--grey-400);
}

.manager-desc-box h6{
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--grey-100);
}

.manager-img img{
    border-radius: 16px;
    box-shadow: 5px 5px 9px 0px rgba(16, 24, 40, 0.86) inset;
    box-shadow: -5px -2px 10px 0px rgba(163, 194, 217, 0.3) inset;
}


.manager-frame{
    position: absolute;
    right: 0;
    bottom: 0;
}


.fee_details{
    font-family: Manrope;
    font-size: var(--font-size-24);
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: left;
    background: white;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.fee_detail_container{
    display: flex;
    margin: 20px 0px 48px;
    /* border-radius: 20px; */
}

.fee_detail_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(29, 41, 57, 1);
    padding: 20px 10px ;
}

.fee_detail_box:nth-child(1){

}



.fee_detail_box:nth-child(1){
    width: 15%;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.fee_detail_box:nth-child(2){
    width: 40%;
}
.fee_detail_box:nth-child(3){
    width: 25%;
}

.fee_detail_box:nth-child(4){
    width: 20%;
     border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}


.fee_detail_box:not(:last-child) {
    border-right: 1px solid var(--grey-700);
}



.fee_detail_box p{
    margin-bottom: 0;
    font-family: manrope;
    font-size: var(--font-size-14);
}

.fee_detail_box p:first-child{
    font-weight: 400;
    color: var(--grey-200);
}

.fee_detail_box p:firlast-child{
    font-weight: 600;
    color: white;
}

.pms-fee-form-heading h3{
    font-family: Manrope;
    font-size: var(--font-size-24);
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: left;
    color: white;
    margin-bottom: 10px;
}



.pms-fee-form-heading p{
    font-family: Manrope;
    font-size: var(--font-size-16);
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--grey-500);

}

.quarterly-returns{
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 14px 14px 40px 0px rgba(5, 15, 30, 0.9);
    box-shadow: -9px -5px 28px 0px rgba(33, 53, 79, 0.32);
    margin-top: 20px;
    border-radius: 16px;
    padding: 24px;
}

.quarters-benchmark div , .initial-management-performance {
    display: flex;
    gap: 20px;
}

.quarters-benchmark div > *{
    width: 18%;
}


.quarters-benchmark div h3 , .initial-management-performance label{
    font-family: Manrope;
    font-size: var(--font-size-14);
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--grey-400);
}


.quarterly-returns .form-control{
    background-color: var(--grey-800);
    border: 0;
    border-radius: 8px;
    padding: 11px 14px;
    color: white;
    font-family: manrope;
}

.quarter-heading p{
    color: white;
    margin-bottom: 10px;
}


#feeTable_wrapper th{
    background-color: var(--grey-800);
    font-family: manrope;
    font-weight: 500;
    padding: 16px 24px;
}

#feeTable_wrapper th:not(:last-child){
    border-right: 1px solid rgba(16, 24, 40, 0.5);
}

#feeTable_wrapper th:first-child{
    border-top-left-radius: 8px ;
}

#feeTable_wrapper th:last-child{
    border-top-right-radius: 8px ;
}


#feeTable_wrapper td{
    background-color: var(--grey-900);
    padding: 16px 24px;
    font-family: manrope;
    font-weight: 500;
}


#feeTable_wrapper table{
    border-radius: 8px;
}

.fee-result-heading{
    font-family: Manrope;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 36px;
    margin-bottom: 36px;
    color: white;
}


.legendsOne,.legendstwo,.legendsthree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.legendsOne span,.legendstwo span, .legendsthree span{
    color: white;
    font-family: manrope;
    font-weight: 500;
}

.legendsOne span:first-child{
    width: 20px;
    height: 20px;
    background: #579888;
    border-radius: 4px;
}

.legendstwo span:first-child{
    width: 20px;
    height: 20px;
    background: var(--grey-500);
    border-radius: 4px;
}

.legendsthree span:first-child{
    width: 20px;
    height: 20px;
    background: #D0D5DD;
    border-radius: 4px;
}


.show-index {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin: 2px 0px 0;
    position: absolute;
    left: 10px;
    /* top: 28px; */
    width: 100%;
    text-align: center;
}

.show-index p {
    margin-bottom: 0;
    color: white;
    text-align: right;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* margin-left: 5px; */
}

.current-portfolio,
.portfolio-index {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.current-portfolio-line,
.portfolio-index-line {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: var(--grey-200, #EAECF0);
    position: relative;
    z-index: 1;
}

.current-portfolio-line::after,
.portfolio-index-line::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 3px;
    z-index: 10;
}

.current-portfolio-line::after {
    background: #cdb044;
}

.portfolio-index-line::after {
    background-color: #354154;
}


.faq_section {
background: var(--purple_light);
z-index: 100;
position: relative;
padding: 4rem 0rem 2rem;
}

.faq_section .card {
margin-bottom: 2rem;
border-bottom: 0px solid var(--purple_light) !important;
border: 1px solid var(--purple_light);
border-radius: 8px !important;
font-family: manrope;
}

.faq_section .card-header {
background-color: white;
border-bottom: 0px solid var(--purple_light);
}

.faq_section .card-header h2 button {
color: var(--purple_black);
text-align: inherit;
}
.faq_section .card-body  {
font-size:var(--font-size-15)
}

.faq_section .card-body p,.faq_section .card-body li {margin-bottom: 0 !important;font-weight: 300;padding: 0rem .8rem;color: var(--grey-400);}


.TestClass {margin-bottom: 3rem;/* background: rgb(247 247 247 / 60%); *//* border-bottom: 4px solid var(--teal_medium); */}


.performance-grpah .TestClass{
    box-shadow: -9px -9px 28px 0px rgba(33, 53, 79, 0.32);border-radius: 16px;
}

.TestClass thead tr{
    text-align:left !important;
}
.section-margin-top{
scroll-margin-top: 180px;
}


.TestClass tr th,.TestClass tr td{
font-family: manrope;
font-weight: 400;
font-size: var(--font-size-16);
}

.btnshine{
margin-bottom: 0rem !important;
}
.btnshine:hover{
transform: none;
}


.try-out-section{
    background-color: var(--grey-900);
    padding: 40px 140px;
}


.try-out-banner{
    /* background: linear-gradient(94.03deg, #C3A639 0%, #F9DE7A 52.62%, #C3A639 100%);
    opacity: 30%;
    z-index: 0; */
    position: relative;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    padding: 28px 32px;
    margin-top: 56px;
}

.try-out-banner::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(213,123,200,1) 35%, rgba(250,168,241,1) 49%, rgba(213,123,200,1) 60%);
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 30%;
    border-radius: 12px;
    /* transform: rotate(90deg); */
    /* background: rgba(16, 24, 40, 1); */
}

.try-out-banner div{
    z-index: 10;
    position: relative;
    color: white;
}

.try-out-banner h3{
    font-family: Manrope;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: left;
}


.try-out-banner p{
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0;

}

.try-out-banner a{
    border: 1px solid #d57bc8;
    background-color: var(--grey-700);
    color:  #d57bc8;
    font-family: Manrope;
    font-size: var(--font-size-16);
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 112px;
}



.faq_section{
    padding-top: 72px;
    padding-bottom: 80px;
    padding-left: 120px;
    padding-right: 120px;
    background-color:var(--Grey-900, #101828);
  }

  .faq_section .faq-heading{
    color: white;
    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%)); */
    background: rgba(29, 41, 57, 1);
  }


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



  .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: 600;
    line-height: normal;
  }

  .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: 3px;
  }

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

  .faq_section .card-header[aria-expanded=true] .btn-link{
    color: white;
  }

  .faq_section .card-header[aria-expanded=false] .btn-link{
    color: var(--grey-500);
  }

  .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;
    box-shadow: -4px -5px 9px 0px rgba(16, 24, 40, 0.74) inset;
    box-shadow: 2px 2px 6px 0px rgba(255, 255, 255, 0.18) inset;
  }

  .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: var(--Purple-medium, #D9D0FC); */
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 8px;
    background: linear-gradient(180deg, rgba(213,123,200,1) 29%, rgba(250,168,241,1) 50%, rgba(213,123,200,1) 71%);
    box-shadow: -4px -5px 9px 0px rgba(77, 64, 17, 1) inset;
    box-shadow: 2px 3px 7px 0px rgba(255, 255, 255, 0.5) inset;
  }

  .faq_section .card-header[aria-expanded=false] {
    background-color: var(--grey-900);
  }


  .faq_section .card-body p{
    color: var(--grey-400);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px
  }

  #graphOptions .btn-light-wright{
    width: 129px;
    justify-content: space-between;
    background: rgba(87, 152, 136, 0.12);
    color: var(--grey-300);
    font-size: 15px;
    font-weight: 500;
  }

  #graphOptions .dropdown-menu{
    background-color: var(--grey-700);
    padding: 6px;
  }

  #graphOptions .dropdown-menu  .dropdown-item{
    font-family: manrope;
    color: var(--grey-400);
    border-radius: 6px;
  }

  #graphOptions .dropdown-menu .dropdown-item:hover{
    background: linear-gradient(90deg, #D57BC8, #693A64);
    color: white;
  }

  .yellow-gradient-text{
    position: absolute;
    right: 32px;
    top: 36px;
    background: white;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: manrope;
  }


  .yellow-gradient-text img{
        filter: invert(1);
        width: 20px;
  }


  /* pms-combination css starts */

  .combination_banner{
    background-color: var(--grey-900);
    padding: 72px 120px;
    position: relative;
  }

  .combination_banner h1{
    font-family: Manrope;
    font-size: var(--font-size-36);
    color: white;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: left;
  }


  .combination_banner p{
    font-family: Manrope;
    font-size: var(--font-size-16);
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--grey-50);
  }

  .weights-form form{
    box-shadow: 14px 14px 40px 0px rgba(5, 15, 30, 0.9);
    box-shadow: -9px -9px 28px 0px rgba(33, 53, 79, 0.32);
    padding: 24px 36px;
    border-radius: 12px;
  }

  .weights-form .form-group{
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
  }

  .weights-form .form-group label{
    font-family: Manrope;
    font-size: var(--font-size-16);
    color: var(--grey-400);
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
  }
  .combination-frame{
    position: absolute;
    right: 36px;
    top: 24px;
    height: 68%;
  }

  .form-element {
    height: calc(2.25rem + 2px);
    font-weight: 400;
    color: var(--grey-400);
    background: rgba(29, 41, 57, 1);
    border: 0px;
    padding: 8px 24px;
    border-radius: 0.25rem;
    width: 320px;
}

.weights-form .btn-yellow-wright{
    height:50px;
    --webkit-box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;

    --moz-box-shadow: 4px 4px 16px 0px rgba(131, 110, 35, 0.2);

    box-shadow: -4px -4px 10px 0px rgba(201, 179, 103, 0.1);

}

.goal_results{
    background-color: var(--grey-900);
    padding: 40px 40px;
}


.pms-nav-tabs{
    position: sticky;
    top: 0;
}

#successInterestModal{
    background-color: var(--grey-900) !important
    ;
}

#successInterestModal .modal-content{
    background-color: var(--grey-900) !important;
}

.submission-text{
    color: var(--grey-300);
    margin-bottom: 48px;
}


.combination-results{
    display: flex;
    align-items: center;
    padding: 32px 0px;
}

.combination-results div{
    display: flex;
    width: 25%;
    justify-content: flex-start;
    gap: 25px;
}

.combination-results div p{
    margin-bottom: 0;
    font-size: var(--font-size-16);
    font-family:manrope;
}

.combination-results div p:first-child{
    color:var(--grey-400);
    font-weight:400;
}

.combination-results div p:last-child{
    color:white;
}

.paging_numbers{
    margin-top: 17px;
    margin-left: 10px;
    display: none;
}

a.paginate_button.current{
    background: #1d2939;
    padding: 1px 10px;
    border-radius: 4px;
    color: white;
    font-family: 'Manrope';
    cursor: pointer;
}

.topSector{
    color: var(--grey-400);
    font-size: var(--font-size-20);
}



.all-about-section {
    background: var(--grey-900);
    padding: 40px 140px 40px;
    position: relative;
  }

  .all-about-section-text {
    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;
    box-shadow: -9px -4px 28px 0px rgba(33, 53, 79, 0.32);
  }

  .all-about-text h2 {
    color: white;
    /* Semibold (Heading)/feature news */
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
  }

  .all-about-text p {
    color: white;
    /* Regular/20 regular */
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
  }

  .readMoreLesstext h2 {
    margin-bottom: 16px;
    color: white;
    /* Semibold (Heading)/H4 */
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }


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

  .readMoreLesstext h4 {
    font-size: var(--font-size-18);
    color: white;
}

  .readMoreLesstext p,
  .readMoreLesstext li {
    color: var(--grey-400, #667085);
    font-family: Manrope;
    font-size: 14px;
    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: 140px;
    bottom: 0;
  }

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

  .readMoreLess {
    font-size: var(--font-size-14) !important;
    cursor: pointer;
    font-weight: 700;
    color: white !important;
}


button.showmoreless {
    border: 0;
    background: #101828;
    font-size: 14px;
    font-family: 'Manrope';
    cursor: pointer;
    color: white;
}

button.showmoreless:focus{
    border: 0;
    outline: 0px;

}

.about-section-body p , li {
    color: var(--grey-400);
    font-family: manrope;
}

h2 span , h2 p span , h3 span , h3 p span{
    color: white;
    font-family: manrope;
}

.about-section-body h2 span{
    font-size: var(--font-size-24)  !important;
    color: var(--grey-200)  !important;
    font-weight: 600 !important;
}

.about-section-body span , .about-section-body p {
    font-family: manrope !important;
    color: var(--grey-400)  !important;
}


.about-section-body h3 span{
    font-size: var(--font-size-14) !important;
    color: var(--grey-200) !important;
    font-weight: 600;
}

  @media (max-width:768px) {

    h3 span{
        font-size: var(--font-size-20);
    }


button.showmoreless {
    border: 0;
    background: #101828;
    font-size: 14px;
    font-family: 'Manrope';
    color: #D57BC8;
    cursor: pointer;
}

button.showmoreless:focus{
    border: 0;
    outline: 0px;

}

.about-section-body h2 , .about-section-body h3{
    line-height: 1 !important;
}

.about-section-body h2 span {
    font-size: var(--font-size-20) !important;
    color: var(--grey-200) !important;
    font-weight: 600 !important;
}


.about-section-body p , li {
    color: var(--grey-400);
    font-family: manrope;
    }

    .about-section-body span {
        font-family: manrope !important;
    }


    .pms-port-img-mobile{
        mix-blend-mode: luminosity;

    }

    .pms_portfolio_banner h1 {
        font-size: 18px;
    }
    .pms_portfolio_banner p {
        font-size: var(--font-size-12);
        font-family: manrope;
        margin-top: 17px;
        color: var(--grey-500);
        width: 310px;
    }
    .pms_portfolio_banner {
        background: var(--grey-900);
        height: calc(100vh - 490px);
        position: relative;
        padding: 0px;
    }
    .pms_portfolio_banner .port-img-banner {
        z-index: 0;
        position: absolute;
        top: 50%;
        right: -60px;
        transform: translateY(-50%);
        width: 300px;
    }
    .pms_portfolio_banner .row {
        z-index: 100;
    }
    .main-section-individual-pms {
        background-color: var(--grey-900);
        padding: 0px 20px 48px;
    }

    .btn-light-wright {
        width: 144.333px;
    }

    .banner_buttons{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .btn-yellow-wright{
        width: fit-content !important;
    }

    .performance-grpah table{
        width: 100%;
        overflow: auto;
        display: block;
    }
    .TestClass thead tr th {
        font-size: var(--font-size-12) !important;
    }
    .TestClass tr th, .TestClass tr td {
        font-family: manrope;
        font-weight: 400;
        font-size: var(--font-size-12) !important;
    }
    .pms-nav-tabs {
        border-top: 2px solid var(--grey-800);
        border-bottom: 0;
        border-bottom: 0 !important;
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .faq_section {
        padding-top: 72px;
        padding-bottom: 80px;
        padding-left: 0px;
        padding-right: 0px;
        background-color: var(--Grey-900, #101828);
    }
    .faq_section .faq-heading {
        color: white;
        font-family: Manrope;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .faq_section .btn-link {
        font-size: var(--font-size-14);
    }

    .mobile-quarter{
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }

    .mobile-quarter h3{
        color:white;
        font-size: var(--font-size-12);
        width: 66%;
    }

    .mobile-quarter .form-control{
        background: rgba(29, 41, 57, 1);
        border:0px

    }
    .mobile-quarter-bottom{
        display: flex;
        gap: 20px;
        margin-bottom: 10px;
    }

    .mobile-quarter-bottom h3{
        color:white;
        font-size: var(--font-size-12);
        width: 50%;
        color: var(--grey-400);
    }

    .mobile-quarter-bottom .form-control{
        width: 43%;
        background: rgba(29, 41, 57, 1);
        border:0px;
    }
    .characterstics-table-box {
        display: flex;
        gap: 40px;
        flex-direction: column;
    }
    .characterstics-table-box div {
        width: 100%;
    }

    .manager-content-box {
        display: flex;
        position: relative;
        flex-direction: column;
        padding: 0px 15px 30px;
        box-shadow: 14px 14px 40px 0px #050F1EE5;
        box-shadow: -9px -5px 28px 0px #21354F52;
    }
    .manager-content-box div:last-child {
        width: 100%;
        margin-top: 20px;
    }
    .manager-content-box div:first-child {
        width: 100%;
        padding-top: 16px;
    }
    .manager-img img{
        width: 100%;
    }
    .main-section-individual-pms p {
        color: rgba(152, 162, 179, 1);
        font-family: manrope;
        font-size: 12px;
    }
    .about-content h2 {
        font-family: Manrope;
        font-size: 20px;
    }
    .content h2 {
        font-size: var(--font-size-20);
  }
  .manager-frame {
    width: 161px;
    position: absolute;
    right: 0;
    bottom: -78px;
}
.live-performance-table{
    display: block;
    width: 100%;
    overflow: auto;
    border-radius: 16px;
    box-shadow: 14px 14px 40px 0px #050F1EE5;
    box-shadow: -9px -9px 28px 0px #21354F52;
}

.live-performance-table table{
    width: 800px;
}

.pms_portfolio_banner .row{
    position: relative;
    transform: none;
    padding: 20px 10px 0px;
}
.breadcrumb-item.active {
    color: var(--Grey-300);
}

#graphOptions .btn-light-wright{
    width: 132px;
    background: rgba(87, 152, 136, 0.12);
    color: white;
    font-size: 14px;
    justify-content: space-between;
}
/* .try-out-banner{
    display: none;
} */

.topSector{
    font-size: var(--font-size-16) !important;
}


.combination_banner {
    padding: 20px 20px;
}
.combination_banner h1 {
    font-size: var(--font-size-22);
}

.weights-form form {
    padding: 24px 19px;
    border-radius: 12px;
}

.form-element {
    width: 92px;
}
.weights-form .form-group label {
    font-size: var(--font-size-14);
}

.weights-form form {
    padding: 24px 19px;
    border-radius: 12px;
    position: relative;
    z-index: 100;
    background: var(--grey-900);
}
.combination-frame {
    position: absolute;
    right: -34px;
    top: 119px;
    height: 65%;
    z-index: 0;
}

.yellow-gradient-text{
    position: relative;
}
.legendsOne span, .legendstwo span, .legendsthree span {
    color: white;
    font-family: manrope;
    font-weight: 500;
    font-size: 10px;
}


.combination-results {
    display: flex;
    padding: 32px 0px;
    flex-direction: column;
}
.combination-results div {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 25px;
}

.try-out-banner{
    flex-direction: column;
}
.try-out-banner h3 {
    font-size: var(--font-size-14);
}
.combination_banner p {
    font-size: var(--font-size-10);
    margin-bottom: 14px;
    line-height: 14px;
}
.try-out-banner a {
    width: 120px;
}

.yellow-gradient-text {
    right: 0px;
    top: 0px;
}

.form-fee-mobile{
    padding: 32px 16px 1px;
    box-shadow: 14px 14px 40px 0px #050F1EE5;
    box-shadow: -9px -5px 28px 0px #21354F52;
    border-radius: 12px;
}

.all-about-section {
    background: var(--grey-900);
    padding: 40px 20px 40px;
    position: relative;
}
.all-about-text p {
    font-size: 19px;
}
.all-about-text h2 {
    font-size: 20px;
}
.readMoreLesstext h2 , .readMoreLesstext h3 {
    font-size: 16px !important;
}

.readMoreLesstext h4 {
    font-size: var(--font-size-14) !important;
}

.readMoreLess {
    font-size: var(--font-size-14) !important;
    cursor: pointer;
    font-weight: 700;
    color: white;
}




}