/* start banner sec */

img {
    height: auto;
}

.mutual_banner {
    width: 100%;
    position: relative;
    padding: 80px 0px;
}

.common_padding_t_b {
    padding: 90px 0;
}

.mutual_banner::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .1;
    background: radial-gradient(58.38% 227.62% at 51.74% 100%, #3EE3DB 0%, #1D54DF 100%);
    z-index: -9;
}


.inner-content-wrapper .investing_heading_div{
    font-size: 46px !important;
}

.mutual_banner_inner {
    display: flex;
    align-items: flex-end;
    column-gap: 50px;
}

.mutual_banner_cnt {
    flex: 0 0 61%;
    width: 61%;
}

.mutual_banner_img {
    width: 100%;
}

.mutual_banner_img img {
    width: 100%;
}

.common_btn {
    display: block;
}

.common_btn a,
.common_btn button {
    padding: 16px 29px;
    border-radius: 5px;
    font-size: 16px;
    background: #0461e5;
    color: #fff;
    border: none;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    display: inline-block;
}

.mutual_banner_cnt h1 {
    font-size: 60px;
    background: linear-gradient(94.77deg, #0061E5 -16.15%, #00E0C1 111.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    margin-bottom: 10px;
    visibility: visible;
    position: relative;
    z-index: 1;
    font-family: 'Manrope-ExtraBold';
}

.mutual_banner_cnt p {
    display: block;
    margin-bottom: 40px;
    font-family: 'Manrope-Bold';
}


/* end banner sec */


/* start about sec */

p {
    color: #120E34;
    font-size: 18px;
    font-family: 'Manrope-Medium';
    line-height: normal;
}

.what_about_inner {
    display: flex;
    column-gap: 70px;
    align-items: center;
}

.what_about_left {
    flex: 0 0 40%;
    width: 40%;
    border-radius: 25px;
    overflow: hidden;
}

.what_about_left img {
    width: 100%;
}

.what_about_right {
    width: 100%;
}

.common_heading {
    font-size: 40px;
    font-family: 'Manrope-Bold';
    font-family: 'Manrope-ExtraBold';
    color: #120E34;
}

.what_about_right p {
    margin-top: 25px;
}


/* end about sec */


/* start advantage sec css */

.advantage_investing {
    background: #E5F0FF;
    width: 100%;
    overflow: hidden;
}

.advantage_inner {
    width: 100%;
    display: flex;
    column-gap: 70px;
}

.advantage_left {
    flex: 0 0 29%;
    width: 29%;
}

.advantage_left p {
    margin-top: 15px;
    margin-bottom: 40px;
}

.advantage_right {
    width: 100%;
}

.advantage_right .slick-list {
    padding-left: 0 !important;
}

.advantage_cntent {
    box-shadow: 0px 5px 40px 0px #0000001A;
    background: #fff;
    padding: 40px;
    margin-right: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.advantage_cntent h3 {
    font-size: 21px;
    color: #0061E5;
    font-family: 'Manrope-ExtraBold';
}

.advantage_cntent p {
    margin-top: 20px;
    display: block;
    min-height: 170px;
}

.advantage_right .slick-prev {
    position: absolute;
    left: 0px;
    bottom: -80px;
    z-index: 9;
    top: inherit;
    right: inherit;
    display: block;
    margin: 30px auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #0061E5 !important;
    border-left: 2px solid #0061E5 !important;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.advantage_right .slick-prev::before {
    display: none;
}

.advantage_right .slick-prev::after {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background-color: #0061E5;
    transform: rotate(-45deg) translate(10px, 4px);
    left: 0;
}

.advantage_right .slick-next {
    position: absolute;
    left: 80px;
    bottom: -80px;
    z-index: 9;
    top: inherit;
    right: inherit;
    display: block;
    margin: 30px auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #0061E5 !important;
    border-left: 2px solid #0061E5 !important;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.advantage_right .slick-next::before {
    display: none;
}

.advantage_right .slick-next::after {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background-color: #0061E5;
    transform: rotate(-45deg) translate(10px, 4px);
    left: 0;
}


/* end advantage sec css */


/* start type of mutulfund */

.type_mutual_fund {
    width: 100%;
    position: relative;
    padding: 70px 0px;
}

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

.type_mutual_inner {
    margin-top: 60px;
    display: flex;
    column-gap: 50px;
    row-gap: 50px;
    flex-wrap: wrap;
}

.type_mutual_inner_left {
    flex: 0 0 47%;
    width: 47%;
}

.type_mutual_up {
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-bottom: 20px;
}

.type_mutual_icon {
    width: 50px;
}

.type_mutual_icon img {
    width: 100%;
}

.type_mutual_up h3 {
    color: #0061E5;
    font-size: 21px;
    font-family: 'Manrope-ExtraBold';
}

.type_mutual_fund .common_btn {
    text-align: center;
    width: 100%;
    margin-top: 60px;
}

.type_mutual_up h3 {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.type_mutual_up h3>a {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #0061E5;
}

.type_mutual_up h3>a::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #0061E5 !important;
    border-left: 2px solid #0061E5 !important;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    display: block;
}


/* end type of mutulfund */


/* start why invest mutualfund */

.why_invest {
    width: 100%;
    position: relative;
}

.why_invest_inner {
    width: 100%;
    margin-top: 40px;
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.why_invest_left {
    flex: 0 0 49%;
    width: 49%;
    background: #fff;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.15);
    padding: 25px 25px;
    display: flex;
    column-gap: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.why_invest_left span {
    flex: 0 0 10%;
    width: 10%;
}

.why_invest_left span img {
    width: 100%;
}

.right_cnt_invest {
    width: 100%;
}

.right_cnt_invest h2 {
    color: #0061E5;
    font-size: 21px;
    font-family: 'Manrope-Bold';
    font-family: 'Manrope-ExtraBold';
}

.right_cnt_invest p {
    display: block;
    margin-top: 5px;
}

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

.why_invest .common_btn {
    text-align: center;
    width: 100%;
    margin-top: 40px;
}


/* end why invest mutualfund */


/* start top mutual fundinvestors */

.top_investors {
    width: 100%;
    background: #fff;
}

.top_investors .inner-content-wrapper .investing_heading_div {
    background: var(--Blue-Linear, linear-gradient(225deg, #3EE3C5 0%, #1D54DF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top_investors .common_heading {
    color: #fff;
}

.table_part_main {
    width: 100%;
    border-radius: 0;
    background: #ffffff;
    margin-top: 70px;
    padding: 0;
}

.table_part_main table {
    width: 100%;
}

.table_part_main table tr td {
    color: #120E34;
    text-align: center;
    font-size: 16px;
    line-height: normal;
    font-family: 'Manrope-ExtraBold';
    padding: 0;
}

.table_part_main table thead tr td {
    padding-bottom: 30px;
}

.table_part_main table thead tr td:nth-child(2) {
    border-bottom: 1px solid #BAD6FF;
}

.table_part_main table thead tr td:nth-child(3) {
    border-bottom: 1px solid #BAD6FF;
}

.table_part_main table thead tr td:nth-child(4) {
    border-bottom: 1px solid #BAD6FF;
}

.table_part_main table thead tr td:nth-child(5) {
    border-bottom: 1px solid #BAD6FF;
    text-align: right;
}

.spacing {
    margin: 0 20px;
}

.table_part_main table tbody tr td:nth-child(2) {
    text-align: left;
    font-family: 'Manrope-Medium';
}

.table_part_main table tbody tr td:nth-child(6) {
    text-align: right;
    min-width: 90px;
}

.table_part_main table tbody tr td:nth-child(5) {
    min-width: 110px;
    text-align: right;
}

.table_part_main table tbody tr td:nth-child(4) {
    width: 135px;
    padding: 10px 0px;
    text-align: right;
}

.table_part_main table tbody tr td:nth-child(3) {
    min-width: 151px;
    padding: 10px 34px;
}

.table_part_main table tbody tr td:nth-child(1) {
    min-width: 60px;
}

.table_part_main table tbody tr:last-child td {
    border-bottom: none;
}

.table_part_main table thead tr td {
    position: relative;
    color: #747381;
    font-weight: 500;
}

.table_part_main table thead tr td span {
    width: 50px;
    position: absolute;
    background: #ffffff;
    height: 7px;
    right: 0;
    bottom: -2px;
}

.table_part_main table thead tr td:nth-child(5) span {
    left: 7px;
    right: inherit;
}

.table_part_main table tbody tr td:nth-child(5) {
    color: #00B871;
}

.common_part a {
    color: #0461E5;
}

.table_icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.table_icon img {
    width: 100%;
}

.top_investors .common_btn {
    margin-top: 60px;
    width: 100%;
    text-align: center;
}

.table_part_main table tr td .common_btn {
    margin: 0;
    text-align: right;
}

.tabbing_traking {
    width: 100%;
    margin-top: 20px;
    display: block;
}

.tabbing_traking ul {
    list-style: none;
    padding: 0;
    display: flex;
    column-gap: 50px;
    justify-content: center;
}

.tabbing_traking ul li {
    position: relative;
}

.tabbing_traking ul li a {
    color: #C4C4C4;
    font-size: 21px;
    font-weight: 700;
}

.tabbing_traking ul li a.activelink {
    color: #0061E5;
}

.tabbing_traking ul li a::after {
    content: "";
    /* width: 80px; */
    width: 100%;
    height: 3px;
    background-color: #0461e5;
    position: absolute;
    left: 0;
    transform: translate(0, 15px);
    display: none;
}

.tabbing_traking ul li a.activelink::after {
    display: block;
}

.mutuallist.active {
    display: block;
}

.mutuallist.hide {
    display: none;
}


/* end top mutual fundinvestors */


/* start invest_appreciate sec  */

.invest_appreciate {
    background: #113D49;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

.invest_appreciate .patter_us {
    width: 300px;
    right: 0;
}

.invest_appreciate .patter_us img {
    width: 100%;
}

.invest_appreciate .container {
    max-width: 940px;
}

.invest_appreciate .inner_top_txt {
    justify-content: flex-start;
}

.invest_appreciate .inner-content-wrapper .investing_heading_div {
    text-align: left;
    color: #fff;
}

.invest_appreciate .inner_txt_right p {
    color: #FADE6D;
}

.active {
    display: block;
}

.hide {
    display: none;
}

.invest_appreciate_inner {
    display: flex;
    column-gap: 80px;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 45px;
}

.invest_appreciate_left {
    flex: 0 0 58%;
    width: 58%;
}

.invest_appreciate_right {
    width: 100%;
}

.invest_appreciate_right img {
    width: 100%;
}

.invest_appreciate_right .common_btn {
    display: none;
}

.invest_appreciate_left ul {
    width: 100%;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    position: relative;
}

.invest_appreciate_left ul::before {
    content: "";
    width: 2px;
    height: 85%;
    background: #1F4E79;
    position: absolute;
    left: 20px;
    top: 10%;
}

.invest_appreciate_left ul li {
    width: 100%;
    color: #ffffff80;
    font-size: 24px;
    font-family: 'Manrope-Medium';
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 30px;
    font-weight: 500;
}

.invest_appreciate_left ul li span {
    width: 40px;
    height: 40px;
    background: #1F4E79;
    color: #fff;
    display: flex;
    font-size: 22px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.invest_appreciate_left .common_btn {
    margin-top: 50px;
}

.invest_appreciate_left ul li {
    cursor: pointer;
}

.invest_appreciate_left ul li.active {
    color: #ffffff;
    font-family: 'Manrope-Bold';
}

.invest_appreciate_left ul li.active span {
    background: #0061E5;
}

.invest_appreciate_left ul li.activelink span {
    background: #0061E5;
}

.invest_appreciate_left ul li.activelink {
    color: #ffffff;
    font-family: 'Manrope-Bold';
}


/* end invest_appreciate sec  */


/* Investor Section css start  */

.investor_section {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}

.investor_section .container {
    padding: 0;
}

.investor_section .container h2 {
    text-align: center;
    /* padding: 0 130px; */
    line-height: normal;
    padding-top: 20px;
    font-size: 36px;
}

.investor_section .investor_inner {
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
}

.investor_section .investor_box {
    width: 100%;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 8%);
    padding: 30px 30px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 290px;
}

.investor_section .investor_box:focus-visible {
    outline: none;
}

.investor_section .investor_img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.investor_section .investor_img img {
    width: 100%;
    height: 100%;
}

.investor_section .investor_box h3 {
    color: #181636;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.investor_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.investor_box ul li {
    margin: 0 5px;
}

.investor_box ul li:first-child {
    margin-left: 0;
}

.investor_box ul li svg {
    width: 100%;
    height: 100%;
}

.investor_box ul li img {
    width: 100%;
}

.investor_box p {
    margin-top: 0px;
    text-align: left;
    font-size: 16px;
    color: #181636;
    font-weight: 500;
}

.investor_section .slick-track {
    padding-top: 60px;
    padding-bottom: 60px;
}

.investor_section .slick-slider {
    margin: 0 -20px;
}

.investor_section .slick-slide {
    margin-right: 20px;
    margin-left: 20px;
}

.investor_section .slick-prev {
    position: absolute;
    right: 100px;
    left: inherit;
    bottom: -50px;
    z-index: 999;
    top: inherit;
    display: block;
    margin: 30px auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #0061E5 !important;
    border-left: 2px solid #0061E5 !important;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.investor_section .slick-prev::before {
    display: none;
}

.investor_section .slick-prev::after {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background-color: #0061E5;
    transform: rotate(-45deg) translate(10px, 4px);
    left: 0;
}

.investor_section .slick-next {
    position: absolute;
    right: 20px;
    bottom: -50px;
    z-index: 999;
    top: inherit;
    display: block;
    margin: 30px auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #0061E5 !important;
    border-left: 2px solid #0061E5 !important;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.investor_section .slick-next::before {
    display: none;
}

.investor_section .slick-next::after {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background-color: #0061E5;
    transform: rotate(-45deg) translate(10px, 4px);
    left: 0;
}

.investor_box .investor_name_inner {
    display: flex;
    column-gap: 10px;
    margin-top: 40px;
    width: 100%;
}


/* Investor Section css end  */


/* Reviews Button Section css start  */

.reviews_btn_section {
    width: 100%;
    position: relative;
}

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

.reviews_btn_right {
    text-align: left;
}

.reviews_btn_section .reviews_btn_div {
    display: flex;
    justify-content: center;
    column-gap: 45px;
}

.reviews_btn_section .reviews_btn_left {
    display: inline-block;
}

.reviews_btn_section .reviews_number {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin-top: 3px;
}

.reviews_btn_section .reviews_number li {
    font-size: 24px;
    color: #120E34;
    font-weight: 800;
}

.reviews_btn_section .point {
    position: relative;
}

.reviews_btn_section .point::before {
    content: "";
    color: red;
    font-size: 60px;
    position: absolute;
    top: 50%;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid black;
    width: 8px;
    height: 8px;
    background-color: #120E34;
}


/* Reviews Button Section css end  */


/* Accordion Section Start Css  */

.accordion_section {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}

.accordion_section .container h2 {
    text-align: center;
    background: linear-gradient(225deg, #3EE3C5 0%, #1D54DF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    padding-left: 70px;
    font-size: 46px;
}

.accordion_section .accordion_inner {
    margin-top: 40px;
    padding: 0px 70px;
}

.accordion_section .accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-right: 10px;
    list-style: none;
}

.accordion_section .accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    padding: 25px 0px;
    background: #ffffff;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #00000021;
}

.accordion_section .accordion-list li:last-child {
    border-bottom: none;
}

.accordion_section .accordion-list li .answer {
    display: none;
}

.accordion_section .accordion-list li h3 {
    font-size: 18px;
    color: #181636;
    position: relative;
    padding-right: 50px;
    font-weight: 700;
}

.accordion_section .accordion-list li div.answer p {
    line-height: 24.59px;
    margin: 0;
    margin-top: 20px;
    text-align: justify;
    color: #46455E;
    font-size: 16px;
}

.accordion_section .accordion-list li div.answer ul {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.accordion_section .accordion-list li div.answer ul li {
    padding: 0;
    font-size: 16px;
    font-family: 'Manrope-Medium';
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    line-height: 24.59px;
    color: #46455E;
    border: none;
}

.accordion_section .accordion-list li div.answer ul li:last-child {
    margin-bottom: 0;
}

.accordion_section .accordion-list li div.answer ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #120E34;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.accordion_section .accordion-list li h3:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 40px;
    color: #120E34;
}

.accordion_section .accordion-list li.active h3:after {
    content: "-";
}


/* Accordion Section end Css  */


/* start learn_about sec */

.learn_about {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}

.learn_about_inner {
    display: flex;
    column-gap: 50px;
}

.learn_about_left {
    flex: 0 0 32%;
    width: 32%;
}

.learn_about_left p {
    display: block;
    margin-top: 15px;
    width: 77%;
}

.learn_about_right {
    width: 100%;
}

.learn_about_right ul {
    display: none;
}

.about_learn {
    width: 94%;
}

.about_learn a {
    width: 100%;
    display: block;
    text-decoration: none;
}

.image_learn {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.image_learn img {
    width: 100%;
}

.learn_cnt {
    width: 100%;
}

.learn_cnt h3 {
    display: block;
    margin-top: 20px;
    color: #0061E5;
    font-size: 21px;
    line-height: normal;
    font-family: 'Manrope-ExtraBold';
}

.learn_cnt p {
    margin-top: 10px;
    display: block;
}

.learn_cnt .custom_btn {
    font-size: 18px;
    color: #0061E5;
    font-family: 'Manrope-Medium';
    margin-top: 12px;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.learn_cnt .custom_btn::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #0061E5 !important;
    border-left: 2px solid #0061E5 !important;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    display: block;
}

.learn_about .title_part {
    width: 100%;
}

.title_part ul {
    display: flex;
    column-gap: 60px;
    width: fit-content;
    margin-top: 40px;
}

.title_part ul li {
    position: relative;
    cursor: pointer;
}

.learn-prev {
    display: block;
    margin: 0px auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #0061E5 !important;
    border-left: 2px solid #0061E5 !important;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.learn-prev::after {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background-color: #0061E5;
    transform: rotate(-45deg) translate(10px, 4px);
    left: 0;
}

.learn-next {
    display: block;
    margin: 0px auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #0061E5 !important;
    border-left: 2px solid #0061E5 !important;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.learn-next::after {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background-color: #0061E5;
    transform: rotate(-45deg) translate(10px, 4px);
    left: 0;
}


/* end learn_about sec */


/* start mutual funt calculator */

.invest_calculator_main {
    width: 100%;
    margin-top: 0px;
    position: relative;
    padding-bottom: 70px;
    padding-top: 70px;
}

.invest_calculator_main .inner-content-wrapper .investing_heading_div {
    background: var(--Blue-Linear, linear-gradient(225deg, #3EE3C5 0%, #1D54DF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.invest_calculator_main::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.1;
    /* background: var(--Linear-2, linear-gradient(0deg, #3EE3DB 6.19%, #FFF 100%)); */
    background: #3EE3DB;
}

.invest_calculator_inner_main {
    width: 100%;
}

.invest_calculator_main .title_part {
    text-align: center;
    width: 100%;
}

.invest_calculator_main .title_part p {
    display: block;
    margin-top: 15px;
    text-align: left;
}

.calculator_tab_up {
    width: 100%;
    display: block;
    margin-top: 40px;
}

.calculator_tab_up ul {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}

.calculator_tab_up ul li {
    display: inline-block;
}

.calculator_tab_up ul li a {
    color: #868686;
    font-size: 18px;
    font-family: 'Manrope-Bold';
    position: relative;
}

.calculator_tab_up ul li a::before {
    content: "";
    background: #0061E5;
    height: 3px;
    width: 59%;
    position: absolute;
    left: 0;
    bottom: -10px;
    display: none;
}

.calculator_tab_up ul li a.activelink {
    color: #0061E5;
}

.calculator_tab_up ul li a.activelink::before {
    display: block;
}

.invest_calculator_main .active {
    display: block;
}

.invest_calculator_main .hide {
    display: none;
}

.calculator_deta_part {
    width: 100%;
    margin-top: 50px;
    display: block;
}

.calculator_deta_inner {
    width: 100%;
    display: flex;
    column-gap: 60px;
}

.calculator_deta_left {
    flex: 0 0 50%;
    width: 50%;
}

.calculator_deta_right {
    width: 100%;
}

.calculator_deta_left .form-group {
    width: 100%;
}

.calculator_deta_left .form-group .range_up_cnt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    align-items: center;
}

.calculator_deta_left .form-group .range_up_cnt label {
    font-size: 18px;
    color: #46455e;
    line-height: normal;
}

.calculator_deta_left .form-group .range_select {
    width: 100%;
}

.calculator_deta_left .form-group .range_select label {
    width: 100%;
    display: inline-block;
    color: #46455e;
    font-size: 18px;
    font-weight: 500;
}

.calculator_deta_left .form-group .range_select .select_part {
    position: relative;
    width: 100%;
    margin: 16px 0px;
}

.calculator_deta_left .form-group .range_select .select_part select {
    width: 100%;
    border-radius: 10px;
    background: #E5F0FF;
    height: 56px;
    font-size: 20px;
    line-height: 27px;
    border: none;
    outline: none;
    padding: 0px 24px;
    -webkit-appearance: none;
    appearance: none;
    color: #120E34;
}

.calculator_deta_left .form-group .range_select .select_part::before {
    display: none;
}

.calculator_deta_left .form-group .range_select .select_part::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/select-arrow.svg) no-repeat 0 0;
    position: absolute;
    right: 15px;
    top: 16px;
    background-size: 100% 100%;
    pointer-events: none;
}

.calculator_deta_left .form-group .range_select .rang_select_cnt {
    width: 100%;
    font-size: 16px;
    color: #55555A;
    font-weight: 700;
}

.calculator_deta_left .form-group .range_select .rang_select_cnt span {
    color: #0061E5;
}

.calculator_deta_left .form-group .range_up_cnt .number_part {
    border-radius: 10px;
    display: inline-block;
    background: linear-gradient(295deg, #0461e536 54.35%, #A1C8FF 138.88%);
    border: none;
    padding: 6px 9px;
    width: 155px;
    height: 40px;
    font-size: 18px;
    color: #120E34;
    font-family: 'Manrope-Bold';
}

.calculator_deta_left .form-group .range_up_cnt .number_part:hover span {
    background: none;
}

.calculator_deta_left .form-group .persenr_year {
    position: relative;
}

.calculator_deta_left .form-group .range_up_cnt .persenr_year .number_part {
    padding-right: 35px;
}

.calculator_deta_left .form-group .persenr_year span {
    color: #0061e5;
    font-size: 21px;
    font-family: Manrope-Bold;
    position: absolute;
    right: 10px;
    top: 8px;
    background: none;
}

.calculator_deta_left .form-group .range_up_cnt .rupee_number .number_part {
    text-align: right;
    padding-left: 30px;
    padding-right: 4px;
}

.calculator_deta_left .form-group .range_up_cnt .rupee_number {
    position: relative;
}

.calculator_deta_left .form-group .range_up_cnt .rupee_number span {
    color: #0061e5;
    font-size: 21px;
    font-family: Manrope-Bold;
    position: absolute;
    left: 10px;
    top: 8px;
    background: none;
}


/* start range slider */

.range_part {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    min-height: 40px;
}

.fill {
    position: absolute;
    box-sizing: border-box;
    display: inline-block;
    left: 0;
    top: 15px;
    border-radius: 10px;
    width: calc(100% - 5px);
    background: #E5F0FF;
    height: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.range_slider {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.range_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
}

.range_slider::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-radius: 10px;
    border-color: transparent;
    z-index: 99;
    position: relative;
    color: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.range_slider:focus {
    outline: none;
}

.range_slider::-moz-focus-outer {
    border: 0;
}

.range_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #DDD;
    cursor: pointer;
    margin-top: -0px;
    z-index: 99;
    position: relative;
}

.range_slider::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-radius: 10px;
    box-shadow: -407px 0 0 400px #0061E5;
}

.range_slider::-moz-range-thumb {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #DDD;
    cursor: pointer;
    border: none;
    z-index: 99;
    position: relative;
}

.range_slider::-ms-thumb {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    margin-top: 2px;
    box-sizing: border-box;
    border: 0;
}

.range_slider::-ms-thumb {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    margin-top: 2px;
    box-sizing: border-box;
    border: 0;
}

.range_slider:focus::-ms-thumb {
    border: 0;
}

.range_part input[type="range"] {
    /*removingdefaultappearance*/
    -webkit-appearance: none;
    appearance: none;
    /*creatingacustomdesign*/
    width: 100%;
    cursor: pointer;
    outline: none;
    /*sliderprogresstrick*/
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    position: absolute;
    top: 15px;
    height: 15px;
}


/* Thumb: webkit */

.range_part input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #DDD;
    border-radius: 50%;
    box-shadow: -407px 0 0 400px #0061E5;
}


/* Thumb: Firefox */

.range_part input[type="range"]::-moz-range-thumb {
    box-shadow: -407px 0 0 400px #0061E5;
    position: absolute;
    top: 15px;
}


/* end range slider */


/* start canves sec */

.value_up {
    width: 100%;
}

.cntent_value {
    width: 100%;
    text-align: center;
    color: #46455e;
    font-size: 16px;
    font-family: 'Manrope-Medium';
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 0 15px;
}

.cntent_value span {
    color: #0461E5;
    font-family: 'Manrope-Bold';
}

.value_up h3 {
    text-align: center;
    color: #120E34;
    font-size: 30px;
    font-family: 'Manrope-Bold';
}

.canves_value_inner {
    display: flex;
    column-gap: 20px;
    width: 100%;
    margin-top: 30px;
}

.canves_value {
    flex: 0 0 45%;
    width: 45%;
}

.canves_value canvas {
    width: 100% !important;
    height: 100% !important;
}

.canves_amt_inner {
    width: 100%;
}

.amt_up {
    width: 100%;
    margin-bottom: 30px;
}

.amt_up:last-child {
    margin-bottom: 0;
}

.amt_up .box {
    width: 45px;
    height: 10px;
    border-radius: 2px;
    background: #E5F0FF;
    display: block;
}

.amt_up .invested_title {
    width: 100%;
    font-size: 16px;
    color: #46455e;
    line-height: normal;
    display: block;
    margin-top: 8px;
}

.amt_up .invest_price {
    color: #0061E5;
    font-size: 18px;
    font-family: 'Manrope-Bold';
    display: block;
    margin-top: 5px;
}

.amt_up .blue_bg {
    background: #0061E5;
}

.mt-2 {
    margin-top: 1rem;
}


/* end canves sec */


/* end mutual funt calculator */


/* start new mutul fund page */


/* start us stock banner */

.us_stock_banner {
    width: 100%;
    position: relative;
    padding-bottom: 300px;
}

.us_stock_banner::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .1;
    background: radial-gradient(58.38% 227.62% at 51.74% 100%, #3EE3DB 0%, #1D54DF 100%);
    z-index: -999;
}

.us_stock_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
}

.us_stock_left {
    flex: 0 0 45%;
}

.us_stock_left h1 {
    font-size: 46px;
    background: linear-gradient(225deg, #3ee3c5 -35%, #1d54df 100%);
    background: linear-gradient(225deg, #3ee3c5 0%, #1d54df 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    margin-bottom: 20px;
    visibility: visible;
    position: relative;
    z-index: 1;
    padding: 100px 0px 0px 0px;
    font-family: 'Manrope-ExtraBold';
}

.us_stock_left h1 br{
    display: none;
}

.us_stock_left p {
    font-size: 16px;
    display: block;
    color: #000;
    margin-bottom: 40px;
    color: #181636;
}

.us_stock_right {
    position: absolute;
    bottom: 159px;
    right: 0;
}

.us_stock_right img {
    width: 100%;
}


/* end us stock banner */


/* start us section main */

.us_main_section {
    padding: 60px;
    margin: 0px 50px;
    border-radius: .8rem;
    position: relative;
    top: -168px;
    overflow: hidden;
    border-radius: 16px;
    background: var(--Dark-Linear, linear-gradient(263deg, #113D49 36.29%, #11493F 98.72%));
}

.us_main_section .inner_txt_right p {
    color: #fade6d;
}

.us_main_section .investing_heading_div {
    /* color: #8beedc; */
    color: #fff;
    font-family: 'Manrope-ExtraBold' !important;
}

.us_main_inner {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 48px;
    padding-bottom: 24px;
    /* column-gap: 1.406vw; */
}

.us_main_left {
    flex: 0 0 25%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.us_main_left h2 {
    margin-top: 22px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.5px;
    display: block;
    font-family: "Manrope-SemiBold";
}

.us_main_left p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    opacity: 0.6;
    padding-top: 22px;
    font-family: 'Manrope-Regular';
}

.patter_us {
    width: 206px;
    position: absolute;
    top: -1px;
    right: -1px;
}


/* end us section main */


/* start global section usstocks */

.what_mutual {
    position: relative;
    background: #fff;
    margin-top: -80px;
    width: 100%;
    padding-bottom: 90px;
}

.what_mutual_inner {
    display: flex;
    column-gap: 50px;
    align-items: center;
    margin-top: 45px;
}

.what_mutual_left {
    flex: 0 0 auto;
    width: 40%;
}

.what_mutual_left p {
    color: #46455E;
    font-weight: 400;
    margin-bottom: 24px;
}

.section_usstocks {
    width: 100%;
}

.section_usstocks .common_btn{
    display: none;
}

.section_usstocks img {
    width: 100%;
}

.what_mutual .investing_heading_div {
    background: linear-gradient(225deg, #3EE3C5 -35%, #1D54DF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    font-family: 'Manrope-ExtraBold' !important;
}

.input_custom {
    border-radius: 10px;
    background: #E5F0FF;
    height: 56px;
    font-size: 20px;
    line-height: 27px;
    border: none;
    outline: none;
    padding: 0px 24px;
    width: 100%;
}


/* end global section usstocks */


/* start privacy sec */

.priority_sec {
    width: 100%;
    position: relative
}

.priority_sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background: radial-gradient(58.38% 227.62% at 51.74% 100%, #3EE3DB 0%, #1D54DF 100%);
    z-index: -1
}

.priority_inner {
    width: 85%;
    margin: 0 auto;
    padding-top: 70px;
    display: flex;
    gap: 80px
}

.acc-container {
    max-width: 700px;
    width: 100%
}

.acc-container .acc:last-child .acc-content {
    border: none;
}

.priority_right .all-blogs-link {
    padding-left: 20px
}

.acc-head {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-family: Manrope-ExtraBold;
    color: #181636;
    color: #181636;
    text-decoration: none;
    display: block;
    padding: 20px 0px 15px 0px;
}

.acc-head.active {
    border-bottom: none
}

.acc-head p {
    color: #fff;
    font-weight: 700
}

.acc-content {
    display: block;
    padding-bottom: 1.25rem;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    font: 16px Manrope-Medium;
    color: #55555a;
    font-weight: 500 !important;
    text-align: left;
    border-bottom: 1px solid #dedede;
}

.acc-content p {
    font-size: 16px;
    color: #55555A;
}

.acc-content p+p {
    margin-top: 15px;
    font-size: 12px;
    color: #120E34;
}

.priority_left {
    flex: 0 0 25%
}

.priority_left img {
    width: 100%
}

.priority_right {
    width: 100%
}

.soon-you-can {
    display: none
}

.priority_bg {
    width: 185px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .4;
    z-index: -1;
}

.heading_color {
    color: #012c79;
    font-family: 'Manrope-ExtraBold' !important;
}


/* end privacy sec */


/* start hero page css home page */

/* .hero-blogs_section .container{
    max-width: 1140px;
} */

.blog_prt_bg {
    width: 100%;
    position: relative;
}

.blog_prt_bg::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    background: radial-gradient(58.38% 227.62% at 51.74% 100%, #3EE3DB 0%, #1D54DF 100%);
    z-index: -1;
}

.hero-blogs_section .heading_color {
    color: #012C79;
}

.hero_blog_div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.999vw;
    gap: 30px;
}

.hero_blog_div .blog_left {
    width: 50%;
}

.hero_blog_div .blog_right {
    width: 50%;
}

.hero_blog_div .blog_left .blog_left_div {
    width: 100%;
}

.hero_blog_div .blog_left .blog_left_div .blog_img {
    width: 100%;
    height: 380px;
}

.hero_blog_div .blog_left .blog_left_div .blog_img img {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.hero_blog_div .blog_left .blog_left_div h5 {
    font-size: 28px;
    color: #181636;
    padding: 24px 0 24px 0;
    font-weight: 800;
    font-family: "Manrope-ExtraBold";
}

.hero_blog_div .blog_left .blog_left_div p {
    margin-bottom: 24px;
    display: block;
    color: #46455e;
    font-size: 16px;
}

.hero_blog_div .blog_left .blog_left_div .btnn {
    display: inline-block !important;
    opacity: 1;
    transform: translate(0px, 0px);
    margin-top: 0px;
}

.hero_blog_div .blog_left .blog_left_div .btnn button {
    background: #0461e5;
    color: #fff;
    padding: 15px 70px;
    font-size: 16px;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.hero_blog_div .blog_right .blog_right_div {
    width: 100%;
}

.blog_right_full_width {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

.blog_right_flex_div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.blog_right_flex_div .blog_right_flex_left {
    width: 50%;
    border-radius: 8px;
    overflow: hidden;
}

.blog_right_flex_div .blog_right_flex_left div {
    width: 100%;
    height: 146px;
}

.blog_right_flex_div .blog_right_flex_left img {
    width: 100%;
    height: 100%;
}

.blog_right_flex_div .blog_right_flex_right {
    width: 50%;
}

.blog_right_flex_div .blog_right_flex_right h4 {
    font-size: 16px;
    color: #2f3043;
    padding-top: 10px;
    font-family: 'Manrope-ExtraLight';
}

.blog_right_flex_div .blog_right_flex_right h5 {
    color: #181636;
    padding: 10px 0 10px 0;
    font-family: "Manrope-Bold";
    font-size: 20px;
}

.blog_right_flex_div .blog_right_flex_right h5 a{
    color: #181636;
    font-family: "Manrope-ExtraBold";
}

.blog_right_flex_div .blog_right_flex_right .blog_btn {
    color: #0461e5;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.all-blogs-link {
    margin-top: 20px;
}

.all-blogs-link a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #0461e5;
    padding-top: 15px;
    gap: 10px;
    font-size: 16px;
}

.patner_color {
    color: #012c79;
}

.section_usstocks_inner {
    display: flex;
    column-gap: 50px;
    align-items: center;
    margin-top: 45px;
}

.section_usstocks_left {
    flex: 0 0 50%;
}

.section_usstocks_left p {
    font-size: 18px;
    display: block;
    margin-top: 24px;
}

.section_usstocks_left p:first-child {
    margin-top: 0;
}

.section_usstocks {
    width: 100%;
}

.section_usstocks img {
    width: 100%;
}


/* end hero page css home page */


/* start types sec */

.index_mutual_div {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.index_mutual_tabbing {
    position: relative;
}

.index_mutual_tabbing::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.1;
    /* background: var(--Linear-2, linear-gradient(179deg, #3EE3DB 6.19%, #FFF 100%)); */
    background: #fff;
}

.index_mutual_div .index_mutual_ul {
    width: 100%;
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: end;
}

.index_mutual_div .index_mutual_ul .index_mutual_left {
    width: 30%;
    text-align: right;
    order: 1;
}

.index_mutual_div .index_mutual_ul .index_mutual_right {
    order: 3;
}

.index_mutual_div .index_mutual_ul .index_mutual_center {
    order: 2;
}

.index_mutual_div .index_mutual_ul .index_mutual_left ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    padding-bottom: 100px;
}

.index_mutual_div .index_mutual_ul .index_mutual_left ul li a {
    color: var(--light-typography-inactive, #46455e);
    text-align: right;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: flex-end;
    column-gap: 10px;
}

.index_mutual_div .index_mutual_ul .index_mutual_left ul li a span {
    opacity: 0;
}

.index_mutual_div .index_mutual_ul .index_mutual_left ul li a.activelink span {
    opacity: 1;
}

.index_mutual_div .index_mutual_ul .index_mutual_left ul li a span svg {
    width: 8px;
}

.mobile_show_tab {
    display: none;
}

.index_mutual_div .index_mutual_ul .index_mutual_left ul li a.activelink {
    font-weight: 800;
    color: #0461E5;
}

.index_mutual_div .index_mutual_ul .index_mutual_right ul li a.activelink {
    font-weight: 800;
    color: #0461E5;
}

.index_mutual_div .index_mutual_ul .index_mutual_center {
    width: 59%;
    text-align: center;
    border-radius: 16px;
    background: linear-gradient(225deg, rgba(62, 227, 197, 0.10) 0%, rgba(29, 84, 223, 0.10) 100%);
}

.index_mutual_div .index_mutual_ul .index_mutual_center {
    color: #120E34;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 36px 30px 0px 30px;
    overflow: hidden;
}

.index_mutual_div .index_mutual_center .all-blogs-link a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #0461e5;
    justify-content: center;
    gap: 10px;
    font-size: 21px;
    padding-top: 15px;
}

.index_mutual_div .index_mutual_center .index_mutual_img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: -5px;
    margin-top: 20px;
}

.index_mutual_div .index_mutual_center .index_mutual_img img {
    width: 100%;
}

.index_mutual_div .index_mutual_ul .index_mutual_right {
    width: 31%;
    text-align: left;
}

.index_mutual_div .index_mutual_ul .index_mutual_right ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    padding-bottom: 100px;
}

.index_mutual_div .index_mutual_ul .index_mutual_right ul li a {
    color: var(--light-typography-inactive, #46455e);
    text-align: right;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    column-gap: 10px;
}

.index_mutual_div .index_mutual_ul .index_mutual_right ul li a span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
}

.index_mutual_div .index_mutual_ul .index_mutual_right ul li a.activelink span {
    opacity: 1;
}

.index_mutual_div .index_mutual_ul .index_mutual_right ul li a span svg {
    width: 8px;
}

.us_main_section .investing_heading_div.heading_color {
    line-height: normal;
}



.us_stock_banner .common_btn a {
    border-radius: 16px;
}

.invest_calculator_main h2.investing_heading_div.heading_color {
    padding-bottom: inherit;
}

.invest_appreciate h2.investing_heading_div.heading_color {
    line-height: normal;
}

.us_stock_banner .common_btn a, .what_mutual .common_btn a {
    border-radius: 16px;
    padding: 16px 50px;
}

.click_box_mobile{
    display: none;
}

.mobile_select_sec{
    display: none;
}

/* end types sec */


/* end new mutul fund page */

@media only screen and (max-width: 1600px) {

.investor_section .investor_box {
    min-height: 292px;
}

}


@media only screen and (max-width: 1440px) {
    .advantage_cntent p {
        min-height: 270px;
    }
    .accordion_section .accordion-list li div.answer ul li {
        font-size: 16px;
    }
    p {
        font-size: 16px;
    }
    .advantage_cntent h3 {
        min-height: 50px;
    }
    .advantage_left {
        flex: 0 0 26%;
        width: 26%;
    }
    .mutual_banner_cnt h1 {
        font-size: 50px;
    }
    .common_heading {
        font-size: 36px;
    }
    .type_mutual_icon {
        width: 70px;
    }
    .table_part_main table tr td {
        font-size: 16px;
    }
    .invest_appreciate_left ul li {
        font-size: 28px;
    }
    .common_padding_t_b {
        padding: 70px 0;
    }
    .invest_appreciate {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .investor_section .investor_box {
        min-height: 315px;
    }
}

@media only screen and (max-width: 1365px) {

.investor_section .investor_box {
    min-height: 326px;
}

}

@media only screen and (max-width: 1199px) {
    .invest_appreciate {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .advantage_left {
        flex: 0 0 35%;
        width: 35%;
    }
    .mutual_banner_cnt h1 {
        font-size: 45px;
    }
    .common_heading {
        font-size: 30px;
    }
    p {
        font-size: 16px;
    }
    .advantage_cntent p {
        min-height: 200px;
    }
    .advantage_investing {
        padding-bottom: 110px;
    }
    .type_mutual_up h3 {
        font-size: 18px;
    }
    .type_mutual_up {
        column-gap: 15px;
    }
    .type_mutual_icon {
        width: 60px;
    }
    .table_part_main {
        padding: 35px 35px;
    }
    .why_invest_left {
        flex: 0 0 46%;
        width: 46%;
    }
    .right_cnt_invest h2 {
        font-size: 18px;
    }
    .why_invest_left span {
        flex: 0 0 12%;
        width: 12%;
    }
    .invest_appreciate_left ul li {
        font-size: 24px;
    }
    .invest_appreciate_left ul {
        row-gap: 45px;
        margin-top: 50px;
    }
    .invest_appreciate_left .common_btn {
        margin-top: 55px;
    }
    .invest_appreciate_inner {
        column-gap: 75px;
    }
    .invest_calculator_inner_main {
        padding: 60px;
    }
    .learn_about_left {
        flex: 0 0 35%;
        width: 35%;
    }
    .learn_about_left p {
        width: 100%;
    }
    .learn_about_inner {
        column-gap: 30px;
    }
    .investor_section .investor_box {
        min-height: 285px;
    }
    .accordion_section .container h2 {
        padding-left: 0;
    }
    .reviews_btn_section .reviews_number li {
        font-size: 25px;
    }
    .accordion_section .accordion_inner {
        margin-top: 40px;
        padding: 0;
    }
    .cntent_value {
        font-size: 18px;
    }
    .value_up h3 {
        font-size: 25px;
    }
    .range_part {
        margin-top: 20px;
        margin-bottom: 40px;
        min-height: 30px;
    }
    .calculator_deta_left .form-group .range_up_cnt label {
        font-size: 16px;
    }
    .calculator_deta_left .form-group .range_up_cnt .number_part {
        width: 130px;
        height: 36px;
    }
    .calculator_deta_left .form-group .persenr_year span {
        font-size: 18px;
    }
    .calculator_deta_left .form-group .range_up_cnt .rupee_number span {
        font-size: 18px;
        left: 11px;
    }
    .calculator_tab_up ul li a {
        font-size: 18px;
    }
    .us_stock_left h1 {
        font-size: 40px;
    }
    .us_stock_right {
        width: 580px;
    }
    .us_main_section {
        padding: 40px 20px;
    }
    .priority_bg {
        width: 180px;
    }
    .invest_calculator_inner_main {
        padding: 0;
    }
    /* .invest_calculator_main {
        padding-bottom: 0;
    } */
    .index_mutual_div .index_mutual_ul .index_mutual_left ul li a {
        font-size: 16px;
    }
    .index_mutual_div .index_mutual_ul .index_mutual_right ul li a {
        font-size: 16px;
    }
    .invest_appreciate .patter_us {
        width: 240px;
    }
    .investor_section .container h2 {
        /* padding: 0 100px; */
    }
    .priority_sec .inner-content-wrapper .investing_heading_div {
        /* width: 60%; */
        margin: 0 auto;
    }
    .investor_section .investor_img {
        width: 66px;
        height: 66px;
    }
    .investor_box p {
        font-size: 14px;
    }
    .investor_section .investor_box h3 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .mutual_banner_cnt {
        flex: 0 0 80%;
        width: 80%;
    }

    .priority_sec .inner-content-wrapper .investing_heading_div {
        /* width: 80%; */
    }

    .mutual_banner_img {
        width: 75%;
        margin: 0 auto;
    }
    .mutual_banner {
        padding: 60px 0px;
    }
    .mutual_banner_inner {
        row-gap: 30px;
        flex-wrap: wrap;
    }
    .mutual_banner_cnt h1 {
        font-size: 40px;
    }
    .what_about_inner {
        align-items: flex-start;
        column-gap: 40px;
    }
    .advantage_inner {
        flex-wrap: wrap;
        row-gap: 50px;
    }
    .advantage_left {
        flex: 0 0 100%;
        width: 100%;
    }
    .advantage_cntent p {
        min-height: 225px;
    }
    .type_mutual_inner_left {
        flex: 0 0 46%;
        width: 46%;
    }
    .type_mutual_icon {
        width: 50px;
    }
    .table_part_main table tr td {
        font-size: 12px;
    }
    .table_icon {
        width: 40px;
        height: 40px;
    }
    .table_part_main table tbody tr td:nth-child(4) {
        width: 85px;
        padding: 10px 20px;
    }
    .why_invest_inner {
        column-gap: 40px;
        row-gap: 40px;
    }
    .why_invest_left {
        flex: 0 0 47%;
        width: 47%;
        padding: 35px 35px;
    }
    .common_heading {
        line-height: normal;
    }
    .invest_appreciate {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .invest_appreciate_left ul li {
        font-size: 22px;
    }
    .invest_appreciate_left ul li span {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
    }
    .invest_appreciate_left ul::before {
        left: 19px;
    }
    .invest_appreciate_inner {
        column-gap: 45px;
    }
    .invest_appreciate_left {
        flex: 0 0 60%;
        width: 60%;
    }
    .invest_appreciate_left ul {
        row-gap: 45px;
        margin-top: 0;
    }
    .invest_appreciate .container {
        max-width: 720px;
    }
    .invest_appreciate .patter_us {
        width: 180px;
    }
    .invest_appreciate_left .common_btn {
        margin-top: 45px;
    }
    .calculator_tab_up ul li a {
        font-size: 18px;
    }
    .investor_section .container h2 {
        /* padding: 0 100px; */
    }
    .investor_section .investor_box {
        min-height: 320px;
    }
    .investor_section .slick-track {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .accordion_section .accordion-list li h3 {
        font-size: 20px;
    }
    .accordion_section .accordion-list li {
        padding: 30px;
    }
    .calculator_deta_inner {
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .calculator_deta_left {
        flex: 0 0 100%;
        width: 100%;
    }
    .canves_value_inner {
        column-gap: 40px;
        margin-top: 40px;
        align-items: center;
    }
    .us_stock_left {
        flex: 0 0 80%;
    }
    .us_stock_right {
        width: 500px;
        bottom: -7px;
    }
    .us_main_section {
        padding: 50px 0;
        top: 0;
        margin: 0;
        width: 100%;
    }
    .index_mutual_div .index_mutual_ul .index_mutual_left {
        width: 35%;
    }
    .accordion_section .accordion-list li div.answer ul li {
        margin-bottom: 9px;
    }
    .us_main_inner {
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .us_main_left {
        flex: 0 0 49%;
    }
    .what_mutual {
        margin-top: 70px;
    }
    .patter_us {
        width: 165px;
    }
    .what_mutual {
        padding-bottom: 70px;
    }
    .calculator_deta_left .form-group .range_select .select_part select {
        font-size: 18px;
    }
    .priority_inner {
        width: 100%;
    }
    .priority_bg {
        width: 130px;
    }
    .priority_inner {
        padding-top: 40px;
        gap: 50px;
    }
    .table_part_main {
        padding: 0;
    }
    .table_part_main table thead tr td {
        padding-bottom: 20px;
    }
    .index_mutual_div .index_mutual_ul .index_mutual_right {
        display: none;
    }
    .mobile_show_tab {
        display: block;
    }
    .index_mutual_div .index_mutual_ul .index_mutual_left ul li a {
        justify-content: flex-start;
    }
    .index_mutual_div .index_mutual_ul .index_mutual_left .mobile_show_tab ul li a {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .index_mutual_div .index_mutual_ul .index_mutual_left ul {
        gap: 15px;
    }
    .index_mutual_div .index_mutual_ul .index_mutual_left ul {
        padding-bottom: 15px;
    }
    .index_mutual_div .index_mutual_ul {
        gap: 40px;
        align-items: center;
        justify-content: space-between;
    }
    .investor_section .container h2 {
        padding: 0;
    }
    .accordion_section .accordion-list li {
        padding: 20px 0px;
    }
    body {
        overflow-x: hidden;
    }
    .blog_right_flex_div .blog_right_flex_left div {
        width: 100%;
        height: 100px;
    }
    .hero_blog_div {
        margin-top: 30px;
    }
    .hero_blog_div .blog_left .blog_left_div h5 {
        font-size: 16px;
    }
    .blog_right_flex_div .blog_right_flex_right h5 {
        font-family: "Manrope-Bold";
        font-size: 14px;
    }

    .inner-content-wrapper .investing_heading_div {
        font-size: 30px !important;
    }
    .reviews_btn_section .reviews_number li {
        font-size: 17px;
    }

    .accordion_section .container h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .hero_blog_div {
        flex-wrap: wrap;
        row-gap: 55px;
    }
    .investor_section .container h2 br {
        display: none;
    }
    .reviews_btn_section .reviews_btn_div {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .blog_right_flex_div .blog_right_flex_right h4 {
        font-family: 'Manrope-Light';
    }
    .blog_right_flex_div .blog_right_flex_right h5 {
        padding: 8px 0 0px 0;
        font-family: 'Manrope-ExtraBold';
    }
    .blog_right_flex_div .blog_right_flex_right .blog_btn {
        font-size: 13px;
    }
    .table_part_main {
        padding: 25px 20px;
        width: 100%;
        overflow-y: scroll;
    }
    .mutual_banner_cnt {
        flex: 0 0 100%;
        width: 100%;
    }
    .what_about_inner {
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .what_about_left {
        flex: 0 0 100%;
        width: 100%;
    }
    .what_about_right p {
        margin-top: 15px;
    }
    .common_padding_t_b {
        padding: 50px 0;
    }
    .advantage_cntent {
        margin-right: 0;
    }
    .advantage_investing {
        padding-bottom: 110px;
    }
    .type_mutual_inner_left {
        flex: 0 0 100%;
        width: 100%;
    }
    .type_mutual_inner {
        margin-top: 40px;
        row-gap: 40px;
    }
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .why_invest_left {
        flex: 0 0 100%;
        width: 100%;
        padding: 30px 30px;
    }
    .common_heading {
        font-size: 24px;
    }
    .why_invest_inner {
        column-gap: 40px;
        row-gap: 25px;
        margin-top: 40px;
    }
    .why_invest .common_btn {
        margin-top: 40px;
    }
    .invest_appreciate_inner {
        flex-wrap: wrap;
        row-gap: 50px;
    }
    .patter_us {
        width: 80px;
    }
    .invest_appreciate_left {
        flex: 0 0 100%;
        width: 100%;
    }
    .invest_appreciate_left ul li {
        font-size: 18px;
    }
    .invest_appreciate_right .common_btn {
        display: block;
        margin-top: 35px;
        text-align: center;
    }
    .invest_appreciate_left .common_btn {
        display: none;
    }
    .invest_calculator_inner_main {
        padding: 20px;
    }
    .invest_calculator_inner_main {
        padding: 30px 20px;
    }
    .calculator_tab_up ul li a {
        font-size: 16px;
        width: 100%;
        display: block;
    }
    .calculator_deta_inner {
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .calculator_tab_up ul {
        column-gap: 40px;
    }
    .learn_about_inner {
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .learn_about_left {
        flex: 0 0 100%;
        width: 100%;
    }
    .learn_about_right ul {
        display: flex;
        column-gap: 60px;
        width: fit-content;
        margin-top: 40px;
    }
    .learn_about_left ul {
        display: none;
    }
    .investor_section .container h2 {
        padding: 0;
        text-align: left;
        margin-top: 5px;
        font-size: 24px;
    }
    .investor_section .slick-prev {
        bottom: -30px;
    }
    .investor_section .slick-next {
        bottom: -30px;
    }
    .reviews_btn_section .reviews_number li {
        font-size: 20px;
    }
    .accordion_section .accordion_inner {
        margin-top: 10px;
    }
    .accordion_section .accordion-list li {
        padding: 25px 0px;
    }
    .investor_section .investor_box {
        min-height: 350px;
    }

    .reviews_btn_section .reviews_btn_div {
        justify-content: flex-start;
    }

    .reviews_btn_section .reviews_btn_left {
        width: 150px;
    }

    .reviews_btn_section .reviews_btn_left a img{
        width: 100%;
    }

    .reviews_btn_right img{
        width: 120px;
    }

    .investor_section .investor_inner {
        padding: 0 15px;
    }
    .accordion_section .accordion-list li h3 {
        font-size: 18px;
        line-height: normal;
    }
    .calculator_deta_left .form-group .range_up_cnt label {
        font-size: 14px;
    }
    .calculator_deta_left .form-group .range_up_cnt .number_part {
        width: 110px;
        height: 36px;
        padding: 4px 10px;
        font-size: 14px;
    }
    .calculator_deta_left .form-group .persenr_year span {
        font-size: 16px;
        top: 10px;
    }
    .calculator_deta_left .form-group .range_up_cnt .rupee_number span {
        font-size: 16px;
        left: 11px;
        top: 9px;
    }
    .calculator_deta_inner {
        row-gap: 40px;
    }
    .range_part {
        margin-top: 4px;
        margin-bottom: 30px;
    }

    .cntent_value {
        font-size: 16px;
        text-align: left;
        padding: 0;
        border-top: 1px solid #113d4929;
        padding-top: 15px;
    }

    .canves_value{
        display: none;
    }

    .amt_up .box{
        display: none;
    }

    .canves_value_inner {
        column-gap: 40px;
        margin-top: 30px;
        flex-wrap: wrap;
        row-gap: 35px;
    }
    .canves_value {
        flex: 0 0 90%;
        width: 90%;
        margin: 0 auto;
    }
    .canves_amt_inner {
        width: 100%;
        display: flex;
        justify-content: space-between;
        column-gap: 20px;
    }
    .learn_about {
        padding-bottom: 10px;
    }
    .investor_section {
        padding-bottom: 30px;
    }
    .accordion_section .accordion-list li div.answer p {
        text-align: left;
    }
    .us_stock_left h1 {
        font-size: 25px;
        padding-top: 50px;
    }
    .us_stock_left {
        flex: 0 0 100%;
        padding: 0 15px;
    }
    .us_stock_right {
        width: 100%;
        bottom: 0px;
        position: relative;
        right:0px;
    }
    .us_stock_inner {
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .us_stock_banner {
        padding-bottom: 0px;
    }

    .us_stock_right img {
        height: 100%;
    }

    .us_stock_banner .container{
        padding: 0 !important;
    }

    .us_main_left {
        flex: 0 0 100%;
    }
    .what_mutual_inner {
        flex-wrap: wrap;
        row-gap: 20px;
        flex-direction: column-reverse;
    }

    .what_mutual_left p {
        margin-bottom: 20px;
    }

    .what_mutual {
        padding-bottom: 40px;
    }

    .section_usstocks .common_btn {
        display: block;
    }

    .invest_calculator_main .title_part {
        text-align: left;
    }

    .index_mutual_tabbing .inner-content-wrapper{
        padding: 0;
    }

    .what_mutual_left {
        flex: 0 0 auto;
        width: 100%;
    }
    .priority_left {
        display: none;
    }
    .priority_bg {
        display: none;
    }
    .priority_sec .inner-content-wrapper .investing_heading_div {
        width: 100%;
    }
    .priority_inner {
        padding-top: 20px;
    }
    .table_part_main {
        padding: 0;
    }
    .table_part_main table tbody tr td:nth-child(2) {
        min-width: 315px;
    }
    .table_part_main table tbody tr td:nth-child(3) {
        min-width: 160px;
        padding: 10px 15px;
    }
    .table_part_main table tbody tr td:nth-child(4) {
        min-width: 140px;
        padding: 10px 20px;
        padding-right: 0;
    }
    .table_part_main table tbody tr td:nth-child(5) {
        min-width: 140px;
    }
    .table_part_main table tbody tr td:nth-child(6) {
        min-width: 100px;
    }
    .table_part_main table thead tr td span {
        width: 38px;
    }
    .tabbing_traking ul {
        column-gap: 25px;
    }
    .tabbing_traking ul li a {
        font-size: 16px;
    }
    .invest_calculator_main {
        padding-bottom: 0;
        padding-top: 0;
      }
      .invest_calculator_inner_main {
        padding: 20px 0px;
        padding-top: 50px;
      }
    .index_mutual_div .index_mutual_ul {
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .index_mutual_div .index_mutual_ul .index_mutual_left {
        width: 100%;
    }
    .index_mutual_div .index_mutual_ul .index_mutual_center {
        width: 100%;
    }
    .index_mutual_div .index_mutual_ul .index_mutual_left ul {
        align-items: center;
    }
    .index_mutual_div .index_mutual_ul .index_mutual_left {
        height: 300px;
        overflow-y: auto;
    }

    .index_mutual_div .index_mutual_ul .index_mutual_left{
        display: none;
    }


    .invest_appreciate .patter_us {
        width: 80px;
        opacity: 0.5;
    }
    .invest_appreciate .inner-content-wrapper .investing_heading_div br {
        display: none;
    }
    .hero_blog_div {
        flex-wrap: wrap;
        row-gap: 55px;
    }
    .hero_blog_div .blog_left {
        width: 100%;
    }
    .hero_blog_div .blog_right {
        width: 100%;
    }
    .hero_blog_div .blog_left .blog_left_div .blog_img {
        height: 100%;
    }
    .blog_right_flex_div .blog_right_flex_right h4 {
        font-family: 'Manrope-Light';
    }
    .blog_right_flex_div .blog_right_flex_right h5 {
        padding: 8px 0 0px 0;
        font-family: 'Manrope-ExtraBold';
    }
    .blog_right_flex_div .blog_right_flex_right .blog_btn {
        font-size: 13px;
    }
    .all-blogs-link {
        display: block;
        margin: 0;
    }
    .blog_right_full_width {
        gap: 15px;
    }
    .hero_blog_div .blog_left .blog_left_div h5 {
        padding: 10px 0 18px 0;
    }
    .blog_right_flex_div .blog_right_flex_left img {
        height: 100%;
    }
    .table_part_main table tr td {
        font-size: 14px;
    }
    .us_main_left h2 {
        margin-top: 10px;
    }
    .us_main_left p {
        padding-top: 14px;
        font-size: 14px;
    }
    .accordion_section .container h2 {
        font-size: 24px;
    }
    .blog_right_flex_div .blog_right_flex_right h4 {
        font-size: 14px;
    }


    /* .index_mutual_div .index_mutual_ul .index_mutual_center .waylist {
        display: block;
        border-bottom: 1px solid #d3d3d3;
        padding: 17px 0px;
    } */

    .click_box_mobile {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 700;
        color: #120E34;
    }

    .click_box_mobile span{
        -webkit-transform:rotate(90deg);
        -moz-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        -o-transform:rotate(90deg);
        transform:rotate(90deg);
    }

   

    .mobile_cnt_div.show_data{
        display: block;
    }

    .mobile_cnt_div p {
        text-align: left;
    }

    .mobile_cnt_div{
        padding: 20px 0px;
    }

    .index_mutual_center .all-blogs-link {
        display: block;
    }

    .index_mutual_center .waylist.active_new .click_box_mobile{
        color: #0461e5;
    }

    .us_main_left {
        position: relative;
        padding: 30px 30px;
        min-height: 265px !important;
      }

    /* .us_main_section .slick-slider {
        margin:0 -15px;
    } */
    .us_main_section .slick-slide {
        margin-right:10px;
        margin-left:10px;
    }

    .us_main_left::before{
        content: "";
        z-index: -1;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 16px;
        opacity: 0.1;
        background: #D9D9D9;
    }

    .us_main_section .slick-dots li {
        width: fit-content;
        height: fit-content;
        margin: 0;
    }

    .us_main_section .slick-dots{
        width: fit-content;
    }

    .us_main_section .slick-dots li button{
        width: 6px;
        height: 6px;
        padding: 3px;
        color: #A3A2AF;
        background: #A3A2AF;
        margin: 0 3px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
}

.us_main_section .slick-dots li.slick-active button{
    width: 15px;
    height: 15px;
}

    .us_main_section .slick-dots li button:before {
        display: none;
    }


    .us_main_section .slick-dots li.slick-active button:before{
        display: none;
    }

    .us_main_section .patter_us{
        display: none;
    }

    .us_main_inner {
        padding-top: 25px;
    }

    .what_mutual {
        position: relative;
        background: none;
        margin: 0;
        padding-top: 40px;
    }

    .what_mutual::before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0.1;
        background: #3EE3DB;
    }

    .value_up h3 {
        text-align: left;
        font-size: 21px;
    }

    .hero-blogs_section .inner-content-wrapper{
        padding: 0;
    }







    .investor_section .slick-dots li {
        width: fit-content;
        height: fit-content;
        margin: 0;
    }

   

    .investor_section .slick-dots li button{
        width: 6px;
        height: 6px;
        padding: 3px;
        color: #A3A2AF;
        background: #A3A2AF;
        margin: 0 3px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
}

.investor_section .slick-dots li.slick-active button{
    width: 15px;
    height: 15px;
}

    .investor_section .slick-dots li button:before {
        display: none;
    }
    
    .top_investors{
        position: relative;
        background: #ffffff;
    }

    .table_part_main {
        background: #ffffff;
    }

    .table_part_main table thead tr td span{
        background: #ffffff;
    }

    .mobile_select_sec {
        display: block;
        border-radius: 16px;
        background: linear-gradient(225deg, rgba(62, 227, 197, 0.10) 0%, rgba(29, 84, 223, 0.10) 100%);
        padding: 30px 30px 0px 30px;
        overflow: hidden;
    }

   .index_mutual_center{
      display: none;
   }

   .mobile_select_sec .index_mutual_center{
    display: block;
   }

   .priority_sec{
    position: relative;
    background: none;
   }

   .priority_sec::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.05;
    background: radial-gradient(58.38% 227.62% at 51.74% 100%, #3EE3DB 0%, #1D54DF 100%);
   }

   .invest_calculator_main .inner-content-wrapper{
    padding: 0;
   }













.select_arrow_mutual{
    width: 18px;
}

.select_arrow_mutual svg{
    width: 100%;
    height: 100%;
}

   div.custom-select {
    height: 40px;
    width: 100%;
    position: relative;
}
   
div.selected {
    width: inherit;
    cursor: pointer;
    line-height: 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0461E5;
    font-weight: 800;
    column-gap: 10px;
    align-items: center;
}
   
   div.selected > .text
   {
     padding: 0px;
     display: block;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
   }
   
   div.select-box
   {
     display: none;
     width: 100%;
     z-index: 10029;
     position: absolute;
     border-radius: 3px;
     box-shadow: 0 8px 20px #000000;
     box-shadow: 0 8px 20px rgba(0,0,0,.35)
   }
   
   div.select-box.active
   {
     display: block;
   }
   
   div.select-box.drop-up {
    top: auto;
    /* bottom: 100%; */
    background: #fff;
    bottom: auto;
}
   
   ul.select-list
   {
     margin: 0;
     padding: 10px;
     list-style-type: none;
   }
   
   ul.select-list li {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    padding: 7px 0;
}
   
   ul.select-list li:hover,
   ul.select-list li.active
   {
     background-color: #999999;
   }


   .index_mutual_div .index_mutual_ul .index_mutual_center{
    padding: 0;
    background: none;
   }


   .invest_appreciate .inner-content-wrapper {
    padding-left: 0;
    padding-right: 0;
}

   /* .invest_calculator_main {
    background: #fff;
} */

.invest_appreciate {
    padding-top: 50px;
    padding-bottom: 40px;
}

.reviews_btn_section .reviews_number {
    gap: 15px;
}

.reviews_btn_section .point::before {
    font-size: 55px;
    width: 6px;
    height: 6px;
}

.what_mutual_inner {
    margin-top: 20px;
}

.table_part_main {
    margin-top: 30px;
}


.invest_appreciate_right {
    width: 70%;
    margin: 0 auto;
}

.invest_appreciate_right .common_btn{
    display: none;
}

.us_main_section{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.calculator_deta_left .form-group .range_select .select_part select{
    color: #120E34;
    height: 50px;
}

.accordion_section .accordion-list li h3:after {
    font-size: 30px;
    font-weight: 100;
}


.index_mutual_tabbing .investing_heading_div {
    text-align: left;
    background: var(--Blue-Linear, linear-gradient(225deg, #3EE3C5 0%, #1D54DF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.us_stock_left h1 {
    background: linear-gradient(225deg, #3EE3C5 0%, #1D54DF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index_mutual_tabbing::before{
    display: none;
}

.calculator_deta_left .form-group .range_select .select_part select {
    padding-right: 47px;
}

.investor_section .slick-track {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  
.inner-content-wrapper .investing_heading_div {
    font-size: 24px !important;
}
   
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-link {
    cursor: pointer;
}

.inner_top_txt{
    justify-content: start !important;
}
.inner-content-wrapper .investing_heading_div{
    text-align: left !important;
}
.inner_top_txt_type_mf{
    justify-content: center !important;
}
.inner-content-wrapper .type_mf_heading{
    text-align: center !important;
}

/* Terms and condition css start  */
.terms_condition_wraper {
    width: 85%;
    margin: auto;
  }
  .terms_condition_wraper .terms_condition_row .terms_condition_col_left{
    width: 40%;
  }
  .terms_condition_wraper .terms_condition_row .terms_condition_col_right{
    width: 60%;
  }
  .terms_condition_wraper .terms_condition_row {
    display: flex;
    justify-content: start;
    align-content: start;
    gap: 80px;
  }
  .terms_condition_wraper .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .terms_condition_wraper .list_group {
    overflow-y: scroll;
    height: 400px;
    overflow-x: hidden;
    position: fixed;
    top: 204px;
    width: 23%;
    z-index: 0;
  }


  .terms_condition_wraper .list_group::-webkit-scrollbar-track {
	width: 4px;
    background: #383838;
}
 
.terms_condition_wraper .list_group::-webkit-scrollbar {
	width: 8px;
    background: var(--Blue-Linear, linear-gradient(225deg, #3EE3C5 0%, #1D54DF 100%));
}

.terms_condition_wraper .list_group::-webkit-scrollbar-thumb {
    background: var(--Blue-Linear, linear-gradient(225deg, #3EE3C5 0%, #1D54DF 100%));
}


  .terms_condition_wraper .termsoflist_group {
    overflow-y: auto;
  }
  /* .terms_condition_wraper .list_group {
    width: 14%;
  } */
  @media (min-width: 1700px) {
    .terms_condition_wraper .list_group {
        width: 14%;
        max-width: 340px
      }
  }
  .terms_condition_wraper .list_group li:first-child {
    border-top: none;
  }
  .terms_condition_wraper .list_group li {
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 18px 0px 18px 10px;
    color: #181636;
    font: 18px "Manrope-Bold";
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 5px;
  }
  .terms_condition_wraper .termsof_use {
    margin-bottom: 10%;
  }
  .termsof_use .termsof_description {
    margin-bottom: 10%;
  }
  .terms_condition_wraper .privacy_description {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .terms_condition_wraper  .privacy_description h1 {
    margin-bottom: 25px;
    font: 46px "Manrope-ExtraBold";
    color: #012c79;
  }
  .terms_condition_wraper  .privacy_description p {
    margin-bottom: 20px;
  }
  .terms_condition_wraper .termsof_use .termsof_scroll_tab h2 {
    font: 24px "Manrope-Bold";
    color: #181636;
    margin-bottom: 20px;
  }
  .termsof_use .termsof_scroll_tab .termsof_list {
    font: 16px "Manrope-Regular";
  }
  .termstab_mobile {
    display: none;
  }
  .termsof_use .termsof_scroll_tab .termsof_list li {
    margin-bottom: 20px;
    display: flex;
    font: 16px "Manrope-Regular";
      line-height: normal;
    line-height: 24px;
    color: #46455e;
  }
  .termsof_use .termsof_scroll_tab .termsof_list li p {
    padding-left: 12px;
  }
  .termsof_use .termsof_scroll_tab p {
    margin-bottom: 20px;
    /* display: flex; */
    font: 16px "Manrope-Regular";
      line-height: normal;
    line-height: 24px;
    color: #46455e;
  }
  .addActive {
    background-image: linear-gradient(135deg, #3ee3c5 0%, #3ddfc6 29%, #2fa4d1 54%, #2578d8 74%, #1f5edd 91%, #1d54df 100%);
    color: #fff !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  

  .praivacytab_mobile {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .faq-accordion .faq_accordion_card .faq_card_header a {
    width: 100%;
    display: block;
  }
  .faq-accordion .faq_accordion_card .faq_card_header a h5 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  } 
  .privacy_description #readmore-btn{
    border: none;
    font: 14px "Manrope-Medium";
    color: #205dde;
    background: none;
    padding-left: 0px;
  }
  .privacy_description #privacy-description-more {
    display: none;
  }
  .privacy_description h2 {
    margin-bottom: 25px;
    font: 46px "Manrope-ExtraBold";
      font-size: 46px;
    color: #012c79;
  }
  @media screen and (max-width: 1199px) {
    .terms_condition_wraper .list_group {
        width: 27%;
      }
}
  @media screen and (max-width: 991px) {
    .privacy_inner_wraper {
        width: 95%;
    }
    .privacy_inner_wraper .list_group {
        width: 26%;
    }
    .privacy_inner_wraper .list_group li {
        font-size: 15px;
    }
    .terms_condition_wraper {
        width: 100%;
        margin: auto;
    }
    .terms_condition_wraper .list_group {
        width: 25%;
    }
    .terms_condition_wraper .terms_condition_row {
        display: flex;
        justify-content: start;
        align-content: start;
        gap: 90px;
    } 

  }
  @media screen and (max-width: 767px) {
    .privacy_description {
      padding-top: 13px;
      padding-bottom: 20px;
    }
    .privacy_description h2 {
        font-size: 24px;
      }
      .privacy_description p {
        font-size: 14px;
        margin-bottom: 0px;
        line-height: 22px;
      }
      .faq-accordion .faq_accordion_card .faq_card_header {
        padding: 20px 0px;
      }
      .faq-accordion .faq_accordion_card .faq_card_header a h5 i {
        font-size: 11px;
        font-style: normal;
      }
      .faq-accordion .faq_accordion_card .faq_card_header a h5 span {
        font-size: 14px;
      }
 
    .faq-accordion .faq_accordion_card .faq_card_header a h5 span {
      font: 14px "Manrope-Bold";
      font-size: 14px;
      color: #181636;
    }
    .faq-accordion .faq_accordion_card .faq_accordion_cardbody ol li p {
        font: 14px "Manrope-Regular";
        line-height: 19.5px;
        padding-right: 5%;
    }
    .faq-accordion .faq_accordion_card .faq_accordion_cardbody .para_space {
        margin-bottom: 20px;
        font: 14px "Manrope-Regular";
        line-height: 19.5px;
        padding-right: 5%;
    }
    .termstab_mobile ol li {
        list-style-type: none;
        display: flex;
        font-size: 14px;
        color: #46455e;
        font-family: "Manrope-Regular";
      }
    .terms_condition_desktop{
        display: none;
    }
    .termstab_mobile {
        display: block;
      }
     .faq-accordion .collapse{
        display: none;
      }
      .termsof_list li {
        display: flex;
        font-size: 16px;
        margin-bottom: 15px;
        gap: 15px;
        justify-content: start;
        align-items: baseline;
      }
  }
    
  @media screen and (max-width: 575px) {
    .faq-accordion .faq_accordion_card .faq_card_header a h5 span {
      padding-right: 12%;
    }
  }

  #accordionEx  .faq_accordion_card .faq_card_header a h5 i::after {
    content: "+";
    position: absolute;
    transform: translateY(0%);
    right: 20px;
    transition: all 0.3s ease;
    font-size: 20px;
    color: #120E34;
  }

  #accordionEx  .faq_accordion_card .faq_card_header.active a h5 i::after {
    content: "-";
  }

  .card-header {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
  }

  .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
  }
  .faq-accordion .faq_accordion_card .faq_accordion_cardbody {
    border-bottom: 1px solid #dee2e6;
    padding: 15px 0 10px;
  }
  .investor_section .investor_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}