
.common_padding_t_b {
    padding: 90px 0;
}

p{
    font-family: 'Manrope-Medium';
}

img{
    height: auto;
}


/* 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 50%;
}

.us_stock_left h1{
    font-size: 48px;
    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);
    margin-bottom: 20px;
    visibility: visible;
    position: relative;
    z-index: 1;
    padding: 60px 0px 0px 0px;
    font-family: 'Manrope-ExtraBold';
}

.us_stock_left p{
  font-size: 18px;
  display: block;
  color: #000;
  margin-bottom: 50px;
}


.common_btn{
  display: block;
}

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

.us_stock_right {
    position: absolute;
    bottom: 240px;
    right: 120px;
}

.us_stock_right img{
    width: 100%;
}

/* end us stock banner */

/* start us section main */

    .us_main_section {
        background: linear-gradient(53deg, #113D49 0%, #11493F 100%);
        padding: 70px;
        margin: 0px 50px;
        border-radius: .8rem;
        position: relative;
        top: -168px;
        overflow: hidden;
    }

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

    .us_main_section .investing_heading_div {
        color: #8beedc;
    }

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

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

    .us_main_left p{
        font-size: 18px;
        color: #fff;
        padding-top: 10px;
    }

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



/* end us section main */



/* start global section usstocks */


.global_section_usstocks{
    position: relative;
    background: linear-gradient(0deg, #3EE3DB -782.81%, #FFFFFF 100%);
    margin-top: -100px;
    width: 100%;
}


.global_section_usstocks .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);
}




/* end global section usstocks */



/* start hero page css home page */



/* .hero-blogs_section {
	background: radial-gradient(58.38% 227.62% at 51.74% 100%, #f5f8fd 0%, #f9f9fe 100%);
} */

.blog_prt_bg {
    background: linear-gradient(0deg, #3EE3DB -904.81%, #FFFFFF 100%) !important;
    padding-top: 0;
}

.hero-blogs_section .heading_color {
    color: #012c79;
    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);
    visibility: visible;
}

.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: 3.599vw;
	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;
}

.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-Bold";
}


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

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

.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: 14px;
	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 .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 us stock perform sec */


.us_stock_perform {
    background: linear-gradient(180deg, #3EE3DB -782.81%, #FFFFFF 100%);
    padding-top: 80px;
    width: 100%;
}

.us_stock_perform .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);
    visibility: visible;
}


.table_frid_main {
    width: 100%;
    margin-top: 60px;
}


.table_grid {
    display: flex;
    /* justify-content: space-between;
    column-gap: 10px; */
    margin-top: 25px;
    /* align-items: flex-start; */
}


.teble_left_grid.color_green_table{
   color: #00B871;
}

.teble_left_grid.color_red_table{
    color: #E0352A;
}

.teble_left_grid {
    flex: 0 0 13%;
    color: #000;
    font-size: 18px;
    /* font-family: 'Manrope-Bold'; */
    font-family: 'Manrope-Medium';
    line-height: 1.5;
    padding: 0 4px;
}

.teble_left_grid:first-child {
    flex: 0 0 50px;
    margin-right: 0;
    background: #fff;
    text-align: center;
    border-radius: 10px;
}

.teble_left_grid img {
    width: 100%;
}

.table_grid.first_grid .teble_left_grid:first-child{
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.teble_left_grid:nth-child(2) {
    flex: 0 0 40%;
    padding-left: 30px;
}

.teble_left_grid:nth-child(3){
    flex: 0 0 14%;
    font-family: 'Manrope-Bold';
}

.teble_left_grid:nth-child(4) {
    flex: 0 0 13%;
    text-align: left;
    font-family: 'Manrope-Bold';
}

.teble_left_grid:nth-child(5) {
   font-family: 'Manrope-Bold';
}



.teble_left_grid a{
    /* font-family: 'Manrope-Regular'; */
    font-family: 'Manrope-Medium';
    color: #0461e5;
    text-decoration: underline;
}

.table_grid.first_grid .teble_left_grid{
    font-family: 'Manrope-Regular';
    color: #747381;
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bad6ff;
}

.table_grid.first_grid .teble_left_grid:last-child{
    /* border: none; */
}

.table_frid_main .moretext {
    display: none;
}


.moreless_btn {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.moreless_btn a{
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    border: none;
    color: #fff;
    background-color: #0461e5;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Manrope-Medium';
}



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

    .teble_left_grid {
        padding: 0 10px;
    }

}



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


}



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


}



/* end us stock perform sec */



/* start our user sec */


.client_section {
    padding-top: 18px;
    padding-bottom: 90px;
    background-color: #EDFDFC;
    position: relative;
}
.client_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .05;
    background: none;
    z-index: -1;
}
.client_section .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);
}

.client_section_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.999vw;
    gap: 30px;
}
.client_block {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}
.client_block.left {
    padding-right: 48px;
}
.client_block > img {
    width: 42px;
}
.client_block.right {
    padding-left: 48px;
}
.client_text > p {
    padding-left: 24px;
    font: 18px "Manrope-Medium";
    color: #181636;
    min-height: 350px;
}
.client_des {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 23px;
}
.client_des .client_img img {
    width: 50px;
}
.client_des .client_details {
    padding-left: 16px;
}
.client_details .client_name {
    font: 18px "Manrope-Bold";
    color: #181636;
}
.client_details .client_designation {
    font: 14px "Manrope-Regular";
    color: #979797;
    padding-top: 5px;
}

/* end our user sec */




/* start stock slider sec */

.stock_slider_main{
   padding: 129px 0px;
}

.stock_clider_title {
    width: 100%;
    text-align: center;
    margin-bottom: 64px;
}

.stock_clider_title h2{
    display: flex;
    justify-content: center;
    font-size: 36px;
    font-family: 'Manrope-Bold';
    color: #012c79;
    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);
    visibility: visible;
    position: relative;
    z-index: 1;
    line-height: 1.5;
}

.stock_prt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
    width: 175px;
    box-shadow: rgba(149, 157, 165, .2) 0px 8px 24px;
    margin: 10px;
}

.stock_prt img{
    width: 50px;
    height: 50px;
}

.stock_prt p{
    font-size: 20px;
    color: #2f3043;
    font-family: 'Manrope-ExtraBold';
    margin-top: 8px;
}

.stock_prt p:last-child{
    margin: 0;
    font-family: 'Manrope-Bold';
}

.stock_slider_main .slick-prev{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
    width: 40px;
    height: 40px;
    top: 40%;
    left: -65px;
}

.stock_slider_main .slick-next{
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg);
    width: 40px;
    height: 40px;
    top: 40%;
    right: -40px;
}

.stock_slider_main .slick-prev::before{
    content: "\f107";
    font-family: FontAwesome;
    color: #000;
}

.stock_slider_main .slick-next::before{
    content: "\f107";
    font-family: FontAwesome;
    color: #000;
}

.stock_slider_main .slick-dots li {
    width: fit-content;
    height: fit-content;
    margin: 0 10px;
}

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

.stock_slider_main .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D6D6D6;
    opacity: inherit;
}

.stock_slider_main .slick-dots li.slick-active button{
    background: linear-gradient(270deg, #3EE3C5 -70.83%, #1D54DF 170.83%);
}

.stock_slider_main .slick-dots {
    bottom: -40px;
}

/* end stock slider sec */


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

    .common_padding_t_b {
        padding: 70px 0;
    }

    .us_stock_right {
        bottom: 307px;
        right: 10px;
        width: 50%;
    }

    .us_stock_right img{
        width: 100%;
    }

    .us_main_left {
        flex: 0 0 25%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .patter_us {
        width: 150px;
    }

    .stock_slider_main {
        padding: 100px 0px;
    }

    .stock_prt {
        width: 260px;
    }

    .stock_slider_main .slick-prev {
        left: -40px;
    }

    .stock_slider_main .slick-next {
        right: -15px;
    }

    .blog_prt_bg {
        padding-top: 0;
    }

    .client_text > p {
        padding-left: 24px;
        font-size: 16px;
    }

    .client_text > p {
        min-height: 330px;
    }

    .teble_left_grid {
        font-size: 14px;
    }

    .us_stock_left h1 {
        font-size: 40px;
    }

    .us_main_section {
        padding: 50px;
    }

    .us_main_left p {
        font-size: 16px;
    }

    .section_usstocks_left p {
        font-size: 16px;
    }

    .teble_left_grid {
        flex: 0 0 13%;
    }

}


@media only screen and (max-width: 991px) {
    .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_left img {
        height: 100%;
    }

    .blog_right_flex_div .blog_right_flex_right h5 {
        font-family: "Manrope-Bold";
        font-size: 14px;
    }

    .blog_right_flex_div .blog_right_flex_right .blog_btn {
        font-size: 14px;
    }

    .all-blogs-link {
        margin-top: 0;
    }

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

    .us_main_section {
        margin: 0;
    }

    .us_main_section {
        padding: 50px 0px;
    }

    .us_stock_left {
        flex: 0 0 80%;
    }

    .us_stock_inner {
        row-gap: 40px;
        flex-wrap: wrap;
    }

    .us_main_section {
        top: 0;
    }

    .us_stock_right {
        bottom: 30px;
        right: 0;
        width: 69%;
    }

    .global_section_usstocks {
        margin-top: 0;
        padding-top: 50px;
    }

    .teble_left_grid {
        font-size: 14px;
    }

    .stock_slider_main {
        padding: 70px 0px;
    }

    .us_main_inner {
        padding-top: 30px;
        padding-bottom: 15px;
    }

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

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

    .teble_left_grid:nth-child(4) {
        text-align: left;
        flex: 0 0 13%;
    }

    .teble_left_grid:first-child {
        flex: 0 0 8%;
        margin-right: 0;
    }

     .teble_left_grid:nth-child(2) {
        flex: 0 0 40%;
        padding-left: 20px;
    }

    .teble_left_grid:nth-child(3) {
        flex: 0 0 13%;
    }

    .table_grid.first_grid .teble_left_grid {
      font-size: 16px;
    }


   
.table_grid {
    align-items: initial;
}

    .teble_left_grid {
        padding: 0 6px;
    }

    .stock_prt {
        width: 88%;
        margin-left: 6%;
        box-shadow: rgba(149, 157, 165, .2) 0px 1px 19px;
    }

    .stock_slider_main .slick-next {
        right: -34px;
    }

    .stock_slider_main .slick-prev {
        left: -34px;
    }

    .stock_clider_title {
        margin-bottom: 35px;
    }

    .client_block.left {
        padding-right: 25px;
    }

    .client_block.right {
        padding-left: 25px;
    }

    .client_text > p {
        min-height: 460px;
    }

    .us_main_section .container{
        padding: 0;
    }

}

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



    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

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

.blog_right_full_width {
	gap: 15px;
}

.hero_blog_div .blog_left .blog_left_div h5 {
    padding: 10px 0 18px 0;
}

.client_section_inner {
    gap: 30px;
    flex-wrap: wrap;
}

.client_block.left {
    padding-right: 0;
    width: 100%;
}

.client_block.right {
    padding-left: 0;
    width: 100%;
}

.client_text > p {
    min-height: inherit;
    margin-bottom: 40px;
}

.us_stock_left {
    flex: 0 0 94%;
}

.us_stock_right {
    width: 100%;
    position: static;
}

.us_stock_banner {
    padding-bottom: 40px;
}

.us_stock_left h1 {
    font-size: 24px;
    padding: 50px 0px 0px 0px;
}

.us_main_inner {
    flex-wrap: wrap;
    row-gap: 25px;
}

.us_main_left {
    flex: 0 0 100%;
    text-align: left;
    display: flex;
    column-gap: 20px;
}

.us_main_left p {
    padding-top: 0;
    width: 80%;
}

.us_main_left .icon_part {
    width: 33px;
}

.us_main_left .icon_part img{
    width: 100%;
}

.us_main_left{
    padding: 0;
}

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

.patter_us {
    width: 90px;
}

.section_usstocks_inner {
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    row-gap: 20px;
}

.section_usstocks_left {
    flex: 0 0 100%;
}

.global_section_usstocks .inner-content-wrapper .inner_top_txt {
        justify-content: left;
    }

.global_section_usstocks .inner-content-wrapper .investing_heading_div {
    text-align: center;
}

.teble_left_grid {
    flex: 0 0 15%;
}

    .teble_left_grid:nth-child(4) {
        flex: 0 0 13%;
    }

   .teble_left_grid:nth-child(2) {
        flex: 0 0 34%;
    }

.teble_left_grid:nth-child(3) {
        flex: 0 0 13%;
}

.teble_left_grid:first-child {
        flex: 0 0 8%;
}

.stock_clider_title h2 {
    font-size: 24px;
    text-align: left;
}

.stock_prt {
    width: 50%;
    box-shadow: rgba(149, 157, 165, .2) 0px 1px 19px;
    margin: 0 auto;
}

.stock_slider_main .slick-prev {
    left: 2px;
}

.stock_slider_main .slick-next {
    right: 0px;
}

.stock_slider_main .slick-dots li {
    margin: 0 6px;
}

.stock_slider_main {
    padding: 50px 0px;
    padding-bottom: 70px;
}

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

.us_stock_perform .inner-content-wrapper .inner_top_txt {
    justify-content: center;
}

.us_stock_perform .inner-content-wrapper .investing_heading_div {
    text-align: center;
}

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

.client_section_inner {
    margin-top: 8.999vw;
}

.client_section {
    padding-top: 10px;
    padding-bottom: 60px;
}

.us_stock_left p {
    font-size: 16px;
}

.top_new_popular_stocks {
    overflow: hidden;
}

.top_new_popular_stocks .us_stock_div_table_main {
    overflow-x: scroll;
}

 .table_frid_main {
    width: 200%;
}

}


ul.pagination-items {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}
li.pager__item {
    margin-right: 20px;
}
.pagination-items > li > a, .pagination-items > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.pagination-items > .active > a{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
@media only screen and (max-width: 767px) {
     li.pager__item {
margin-right: 4px;
}
/* li.pager__item {
margin-right: 5px;
} */
.pagination-items > li > a, .pagination-items > li > span {
padding: 6px 9px;
font-size: 11px;
}
}

@media only screen and (max-width: 767px) {
    .pagination-items > li > a, .pagination-items > li > span {
        padding: 4px 8px;
    } 
}
@media only screen and (max-width: 500px) {
    .pagination-items > li > a, .pagination-items > li > span {
        padding: 4px 5px;
    } 
}
@media only screen and (min-width: 768px) and (max-width:1024px){
    li.pager__item {
        margin-right: 5px;
        }
      
        .pagination-items > li > a, .pagination-items > li > span {
        padding: 6px 10px;
        font-size: 14px;
        }
}
.loader-image {
    text-align: center;
    margin-top: 20px;
}
.pagination{
    padding-top: 30px;
}

.loader-section {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ededed82;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hide {
    display: none;
}






/* start us stock new page code */





/* start new page banner */

.new_us_stock_banner{
   padding-bottom: 80px;
}


.new_us_stock_banner .us_stock_right {
    bottom: 0px;
}

.new_us_stock_banner .us_stock_left p {
    margin-bottom: 25px;
}

.new_us_stock_banner .us_stock_left ul{
   list-style: none;
   padding: 0;
   margin-bottom: 40px;
}

.new_us_stock_banner .us_stock_left ul li{
    width: 100%;
    display: -webkit-box;  
    display: -ms-flexbox;    
    display: -webkit-flex;     
    display: flex;
    column-gap: 20px;
    padding-top: 9px;
}

.new_us_stock_banner .us_stock_left ul li span {
    width: 20px;
    height: 20px;
    border-radius: 500px;
    background: #00E0C1;
    display: -webkit-box;  
    display: -ms-flexbox;    
    display: -webkit-flex;     
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

.new_us_stock_banner .us_stock_left ul li span svg{
    width: 100%;
    height: 100%;
}


.new_us_stock_banner .start_investing {
    font-size: 18px;
    flex: 1;
}

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

    .new_us_stock_banner .us_stock_right {
        width: 40%;
    }

}

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

    .new_us_stock_banner .us_stock_left ul li {
       column-gap: 15px;
    }

    .new_us_stock_banner .us_stock_right {
        width: 100%;
        position: static;
    }

    .new_us_stock_banner {
        padding-bottom: 0;
    }

    .new_us_stock_banner .common_btn a, .new_us_stock_banner .common_btn button {
       padding: 15px 50px;
    }

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

}

/* end new page banner */


/* start how to invest section */

.how_to_inverst_us_stock {
    padding-top: 80px;
    width: 100%;
}


.how_to_inverst_us_stock .inner_top_txt {
    justify-content: start;
}

.how_to_inverst_us_stock .inner-content-wrapper .investing_heading_div {
    color: #012C79;
    text-align: left;
}

.how_to_inverst_us_stock .inner-content-wrapper p{
    font-size: 18px;
    text-align: left;
    width: 100%;
}

.how_to_inverst_us_stock .inner-content-wrapper .inner_top_txt p{
    font-size: 16px;
}

.invest_detail_stock{
    width: 100%;
}


.invest_detail_stock ul {
    width: 100%;
    list-style: none;
    padding-top: 36px;
}

.invest_detail_stock ul li{
  width: 100%;
  display: block;
  padding-bottom: 25px;
  border-bottom: 2px solid #0461E4;
  margin-bottom: 26px;
}

.invest_detail_stock ul li p{
    padding-top: 8px;
}

.invest_detail_stock ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0px;
}

.invest_detail_stock ul li .invest_title_step{
   width: 100%;
   display: block;
   color: #0461E4;
   line-height: normal;
   font-size: 24px;
   font-family: Manrope-ExtraBold;
}


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

.invest_detail_stock ul li .invest_title_step {
    font-size: 20px;
}

}

/* end how to invest section */


/* start us section maine new */

.us_section_new_main {
    position: static;
    margin-top: 55px;
    border-radius: 16px;
    background: var(--Dark-Linear, linear-gradient(263deg, #113D49 36.29%, #11493F 98.72%));
}

.us_section_new_main .patter_us{
    display: none;
}

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

.us_section_new_main .inner-content-wrapper .investing_heading_div{
    text-align: left;
}

.us_section_new_main .inner-content-wrapper p{
    color: #FFF;
    font-size: 18px;
}

.us_section_new_main .us_main_inner {
    padding-top: 70px;
}

.us_section_new_main .inner-content-wrapper .inner_txt_right p{
    color: #fade6d;
}

.us_section_new_main .us_main_left {
    padding-left: 0px;
    padding-right: 80px;
    text-align: left;
}

.us_section_new_main .us_main_left:last-child{
    padding-right: 0px;
}


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

    .us_section_new_main .us_main_left {
       padding-right: 30px;
    }
}


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

.us_section_new_main .us_main_inner {
    flex-wrap: wrap;
    row-gap: 40px;
}

    .us_section_new_main .us_main_left {
        padding-right: 30px;
        flex: 0 0 49%;
    }

}


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

    .us_section_new_main .us_main_left {
        padding-right: 30px;
        flex: 0 0 100%;
    }

    .us_section_new_main .us_main_inner {
        flex-wrap: wrap;
        row-gap: 25px;
    }

    .us_section_new_main .us_main_inner {
        padding-top: 30px;
    }

}

/* end us section maine new */







/* start top mutual fundinvestors */

.top_new_popular_stocks{
    width: 100%;
    background: #fff;
    position: relative;
    margin-top: 10px;
}

.top_new_popular_stocks::before{
    content: "";
    opacity: 0.1;
    background: linear-gradient(180deg, #3EE3DB 6.19%, #FFF 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.top_new_popular_stocks .container{
    position: relative;
}

.top_new_popular_stocks .common_heading{
    color: #fff;
}

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

.table_part_main table{
    width: 100%;
}

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

.table_part_main table tr td.color_red{
    color: #E0352A !important;
}

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

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

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

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

.spacing{
    margin: 0 20px;
}

.table_part_main table tbody tr td:nth-child(2){
    text-align: left;
}

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

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

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

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

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

.table_part_main table tbody tr td:nth-child(2) {
    text-align: left;
}

.new_table_btn{
    width: 100%;
    text-align: center;
}
.new_table_btn a{
    text-align: center;
    color: #0461E5;
    text-decoration: underline;
    font-weight: 500;
}

.top_new_popular_stocks .common_btn a, .top_new_popular_stocks .common_btn button {
    border: 1px solid #0461E5;
    background: #fff;
    color: #181636;
}

.top_new_popular_stocks .inner_top_txt{
    justify-content: flex-start;
}
.top_new_popular_stocks .inner-content-wrapper .investing_heading_div{
    text-align: left;
    color: #012C79;
}

.top_new_popular_stocks .table_part_main {
    margin-top: 60px;
    background: none;
}

@media only screen and (max-width: 991px) {
    .table_icon {
        width: 40px;
        height: 40px;
    }

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

}

@media only screen and (max-width: 767px) {
    .table_part_main {
        padding: 0;
        width: 100%;
        overflow-y: scroll;
    }

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

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

.top_new_popular_stocks .table_part_main {
    margin-top: 35px;
}

}

/* end top mutual fundinvestors */


/* start healthier portfolio section */


.buy_us_stocks_section{
    margin-top: 20px;
}
.buy_us_stocks_section .invest_detail_stock ul li p{
    padding-top: 5px;
}

.buy_us_stocks_section .section_usstocks_left p{
    color: #46455E;
}

.buy_us_stocks_section .section_usstocks_left .common_btn {
    margin-top: 40px;
}

.buy_us_stocks_section{
    padding-bottom: 50px;
}

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

.buy_us_stocks_section .inner-content-wrapper .investing_heading_div {
    text-align: left;
    color: #012C79;
    background: none;
    clip-path: inherit;
    -webkit-text-fill-color: inherit;
    -webkit-background-clip: inherit;
}


/* end healthier portfolio section */



/* start Invest your way section */

.your_pay_invest .invest_detail_stock ul li{
    border-bottom: none;
    padding-bottom: 0px;
}

.your_pay_invest .invest_detail_stock ul li .invest_title_step{
    font-family: Manrope-ExtraBold;
}

.your_pay_invest .invest_detail_stock ul li p {
    padding-top: 5px;
}

.your_pay_invest .invest_detail_stock ul li::before{
    display: none;
}

.your_pay_invest .invest_detail_stock ul {
    padding-top: 16px;
}

.your_pay_invest{
    background: #fff;
}


/* end Invest your way section */







/* start stock_data_main section */



.stock_data_main .invest_detail_stock ul li{
    border-bottom: none;
    padding-bottom: 0px;
}
.stock_data_main .invest_detail_stock ul li::before{
    display: none;
}

.stock_data_main .invest_detail_stock ul {
    padding-top: 16px;
}

.stock_data_main {
    background: #fff;
}

.stock_data_main .invest_detail_stock{
    padding-bottom: 70px;
    border-bottom: 2px solid #DBDBDB;
}

.stock_data_main .invest_detail_stock ul li .invest_title_step{
   color: #012C79;
   font-family: Manrope-ExtraBold;
}

.stock_data_main .invest_detail_stock ul li p {
    color: #46455E;
    padding-top: 5px;
    font-size: 18px;
}



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

    .stock_data_main .invest_detail_stock ul li p{
        font-size: 16px;
    }
}


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

}


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

.stock_data_main .invest_detail_stock ul {
    padding-top: 0px;
}

.stock_data_main .invest_detail_stock {
    padding-bottom: 60px;
}


    .buy_us_stocks_section {
    margin-top: 0;
    padding-top: 20px;
}

}

/* start stock_data_main section */




/* start popular_stock_collection section */


.popular_stock_collection .invest_detail_stock ul li{
    border-bottom: none;
    padding-bottom: 0px;
    width: fit-content;
    display: inline-block;
    position: relative;
}

.popular_stock_collection .invest_detail_stock ul li::before{
    display: none;
}


.popular_stock_collection .invest_detail_stock ul li ul li{
    padding-right: 15px;
}


.popular_stock_collection .invest_detail_stock ul li ul li a{
    position: relative;
    display: flex;
    align-items: center;
    color: #0073FF;
    font-size: 18px;
}

.invest_detail_stock ul li ul li{margin-bottom: 0;}

.popular_stock_collection .invest_detail_stock ul li ul{
    padding-top: 0;
    margin-bottom: 20px;
}

.popular_stock_collection .invest_detail_stock ul li ul li a::after {
    content: "";
    background: #0073FF;
    width: 2px;
    height: 80%;
    position: absolute;
    right: -7px;
}

.popular_stock_collection .invest_detail_stock ul li ul li:last-child a::after{
    display: none;
}   


.popular_stock_collection .invest_detail_stock ul {
    padding-top: 35px;
}

.popular_stock_collection{
    background: #fff;
}

.popular_stock_collection .invest_detail_stock ul li .invest_title_step {
    color: #000;
    padding-bottom: 10px;
}

.popular_stock_collection .invest_detail_stock{
    padding-bottom: 70px;
    border-bottom: 2px solid #DBDBDB;
}


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

.popular_stock_collection {
    padding-top: 40px;
}

.popular_stock_collection .invest_detail_stock ul {
    padding-top: 25px;
}

.popular_stock_collection .invest_detail_stock ul li ul li a {
    font-size: 16px;
}

.popular_stock_collection .invest_detail_stock {
    padding-bottom: 70px;
}

}

/* end popular_stock_collection section */



/* start Learn as you earn blog section */

.you_earn_blog_section{
  background: linear-gradient(0deg, #ECFCFB 45.54%, rgba(245, 250, 253, 0.00) 100%);
}

.you_earn_blog_section .inner-content-wrapper {
    width: 78%;
}

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

.you_earn_blog_section .inner-content-wrapper .investing_heading_div {
    text-align: left;
    color: #012C79;
    background: none;
    -webkit-text-fill-color: inherit;
    clip-path: inherit;
    background-clip: inherit;
    margin-bottom: 10px;
}

.you_earn_blog_section .inner-content-wrapper p{
   color: #46455E;
   font-size: 18px;
}

.you_earn_blog_section .inner-content-wrapper .inner_top_txt p{
    color: #9B771B;
    font-size: 16px;
}



.you_earn_blog_section .blog_right_flex_div{
    justify-content: flex-start;
}

.you_earn_blog_section .blog_right_flex_div .blog_right_flex_right {
    width: 100%;
    padding-bottom: 40px;
    position: relative;
}

.you_earn_blog_section .blog_right_flex_div .blog_right_flex_right::before{
    content: "";
    width: 90px;
    background: #A3A2AF;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.you_earn_blog_section .blog_right_flex_div:last-child .blog_right_flex_right::before{
    display: none;
}

.you_earn_blog_section .hero_blog_div{
    column-gap: min(max(40px, 5.167vw), 90px);
}

.you_earn_blog_section .blog_right_flex_div .blog_right_flex_right h4 {
    color: #55555A;
    letter-spacing: 1px;
}

.you_earn_blog_section .blog_right_flex_div .blog_right_flex_right .blog_btn{
    text-decoration: underline;
}

.you_earn_blog_section .hero_blog_div .blog_left .blog_left_div h5 {
    font-weight: 500;
    line-height: 1.2;
}

.you_earn_blog_section .blog_right_flex_div .blog_right_flex_right h5{
    font-weight: 500;
}



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

.you_earn_blog_section .inner-content-wrapper {
    width: 100%;
}

}


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

}


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

}

/* end Learn as you earn blog section */




/* start new client section */

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

.new_section_client .inner-content-wrapper .investing_heading_div{
    text-align: left;
}

/* end new client section */




/* start new faq section */

.new_faq_design .inner_top_txt {
    justify-content: start;
}

.new_faq_design .inner-content-wrapper .investing_heading_div {
    text-align: left;
    padding-top: 0;
    position: relative;
}

.new_faq_design .inner-content-wrapper .investing_heading_div span{
    display: inline-block;
    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);
}

.new_faq_design .inner-content-wrapper .investing_heading_div::before{
    content: "";
    width: 100%;
    height: 1px;
    opacity: 0.15;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}


.new_faq_design .invest_detail_stock ul li .invest_title_step {
    color: #181636;
    font-size: 18px;
    font-family: Manrope-ExtraBold;
}

.new_faq_design .invest_detail_stock ul li p {
    padding-top: 5px;
    color: #46455E;
    font-size: 16px;
}

.invest_detail_stock ul li{
    position: relative;
    border-bottom: none;
}

.invest_detail_stock ul li::before{
    content: "";
    width: 100%;
    height: 2px;
    /* opacity: 0.15; */
    background: #0461E4;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

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

.new_faq_design .invest_detail_stock ul li::before{
    opacity: 0.15;
    background: #000000;
    height: 1px;
}

/* end new faq section */




/* start new calculate section */

.calculate_buy_stock{
  padding-top: 60px;
  position: relative;
  margin-top: 80px;
}
    
.calculate_buy_stock::before{
    content: "";
    opacity: 0.1;
    background: linear-gradient(180deg, #3EE3DB 6.19%, #FFF 100%);
    position: absolute;
    inset: 0;
}


.calculate_buy_stock .container{
    position: relative;
}

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

.calculate_buy_stock .inner-content-wrapper .investing_heading_div{
    text-align: left;
    color: #012C79;
}

.calculate_buy_stock .inner-content-wrapper p{
   color: #46455E;
}


.calculate_buy_stock .inner-content-wrapper .inner_top_txt p{
    color: #726126;
}

    .calculate_buy_stock .calculator-container {
      display: grid;
      grid-template-columns: 5fr 7fr;
      gap: 40px;
      margin: auto;
      align-items: flex-start;
      padding-top: 60px;
    }

    .calculator_tag_line {
    font-size: 8px;
    color: #A3A2AF;
    margin-bottom: 25px;
    display: flex;
    column-gap: 3px;
    justify-content: flex-start;
}

    /* === FORM === */
    .calculate_buy_stock .form-group {
      margin-bottom: 20px;
    }

    .calculate_buy_stock label {
        display: block;
        font-size: 14px;
        margin-bottom: 6px;
        color: #181636;
        font-weight: 700;
    }

    .calculate_buy_stock select, .calculate_buy_stock input {
        width: 100%;
        padding: 12px 14px;
        outline: none;
        background: #fff;
        border: none;
        height: 50px;
        border-radius: 16px;
        color: #181636;
        font-size: 16px;
        font-weight: 500;
    }

    .select_arrow{
        position: relative;
    }
     .select_arrow select{
        -webkit-appearance: none;
            appearance: none;
     }

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

    .calculate_buy_stock select:focus, .calculate_buy_stock input:focus {
      border-color: #0066ff;
    }

    .calculate_buy_stock .amount-group {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .calculate_buy_stock .amount-group input {
      flex: 1;
    }

    .calculate_buy_stock .currency-switch {
      display: flex;
      overflow: hidden;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
}

    .calculate_buy_stock .currency-switch .inr_price {
        flex: 1;
        text-align: center;
        padding: 8px 16px;
        font-size: 14px;
        cursor: pointer;
        color: #181636;
        font-weight: 400;
    }

    .calculate_buy_stock .currency-switch .price-active {
        border-radius: 8px;
        background: #E5F0FF;
        font-weight: 700;
    }

    .calculate_buy_stock .date-group {
        display: flex;
        gap: 12px;
        justify-content: space-between;
        column-gap: 40px;
    }

    .calculate_buy_stock .date-group .group_left {
        width: 100%;
    }

    .calculate_buy_stock .calc-btn {
      width: 100%;
      background: #0066ff;
      color: #fff;
      font-size: 16px;
      padding: 14px;
      border-radius: 8px;
      border: none;
      cursor: pointer;
      font-weight: 600;
      margin-top: 10px;
    }

    /* === RESULT BOX === */
    .calculate_buy_stock .result-box {
      padding: 24px;
      border-radius: 12px;
    }

    .calculate_buy_stock .chart-box {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 16px;
    }

    .calculate_buy_stock .chart-wrapper {
      width: 220px;
      height: 220px;
    }


.result-details {
    width: 100%;
    flex: 1;
}

.amt_box_left {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.result-details .amt_up {
    width: 100%;
    margin-bottom: 22px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.result-details .line_box {
    width: 100%;
    background: #000000;
    margin: 22px 0px;
    height: 1px;
}

.result_bottom_part {
    display: flex;
    flex-wrap: wrap;
    row-gap: 22px;
}

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

.total_value_left {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.2px;
}

.total_value_right {
    font-size: 24px;
    color: #0061E5;
    font-family: Manrope-ExtraBold;
}

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

.result-details .amt_up .box {
    width: 25px;
    height: 8px;
    border-radius: 2px;
    background: #00E0C1;
    display: block;
}

.result-details .amt_up .invested_title{
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: normal;
    display: block;
    margin-top: 0px;
}

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


.result-details .amt_up .blue_bg{
    background: #0061E5;
}

.calculate_buy_stock .result-box .summary{
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #BAD6FF;
    color: #000;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    line-height: normal;
}

.calculate_buy_stock .result-box .summary .highlight{
    font-weight: 700;
    color: #0061E5;
}




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

    .calculate_buy_stock .result-box .summary {
      font-size: 16px;
    }

    .calculate_buy_stock .result-box {
       padding: 10px;
    }

    .total_value_right {
      font-size: 20px;
    }
}



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

/* .calculate_buy_stock .chart-wrapper {
    width: 120px;
    height: 120px;
} */

.calculate_buy_stock .calculator-container {
    grid-template-columns: inherit;
}

.calc-form {
    width: 100%;
}

.calculate_buy_stock .result-box{
    width: 100%;
}

.calculate_buy_stock {
    padding-top: 50px;
    margin-top: 60px;
}

 .calculate_buy_stock .chart-wrapper {
      width: 130px;
      height: 130px;
    }


}


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

.calculate_buy_stock .amount-group {
    flex-wrap: wrap;
    row-gap: 10px;
}

    .calculate_buy_stock .result-box {
        padding-bottom: 0;
    }

.calculate_buy_stock .amount-group input {
    flex: inherit;
}

.calculate_buy_stock .chart-box {
    flex-wrap: wrap;
}

.calculate_buy_stock .date-group {
    flex-wrap: wrap;
    row-gap: 20px;
}

.calculate_buy_stock .form-group {
    margin-bottom: 30px;
}

}


/* end new calculate section */





/* start stock_marcket_main section */

.stock_marcket_main{
    background: #113D49;
    width: 100%;
    padding: 99px 0px;
    margin-top: 120px;
}

.stock_marcket_main .inner-content-wrapper .inner_txt_right p{
    color: #FADE6D;
}

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

.stock_marcket_main .inner-content-wrapper .investing_heading_div {
    text-align: left;
    color: #8BEEDC;
}

.stock_market_inner_new {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    margin-top: 30px;
}

.stock_market_left_new {
    width: 48%;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
}

.stock_market_left_title {
    width: 100%;
    color: #2F3043;
    font-size: 16px;
    font-style: normal;
    font-family: Manrope-ExtraBold;
    line-height: normal;
}

.stock_market_left_price {
    color: #2F3043;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 15px;
}

.stock_market_left_label {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.stock_market_left_label_left {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.stock_market_left_label_arrow {
    width: 20px;
}

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

.stock_market_left_label.color_red .stock_market_left_label_left{
    color: #F43249;
}

.stock_market_left_label.color_red .stock_market_left_label_arrow svg{
    fill: #F43249;
    color: #F43249;
}


.stock_market_left_label.color_green .stock_market_left_label_left{
    color: #00B871;
}

.stock_market_left_label.color_green .stock_market_left_label_arrow svg{
    fill: #00B871;
    color: #00B871;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.stock_marcket_main .common_btn {
    display: block;
    margin-top: 50px;
    text-align: center;
}

.stock_market_left_label .stock_market_left_label_left {
    /* flex: 1; */
}


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

}


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

.stock_market_inner_new {
    flex-wrap: wrap;
    row-gap: 20px;
}

.stock_market_left_price {
    font-size: 20px;
}

}


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

    .stock_market_left_new {
       width: 47%;
    }

    .stock_market_inner_new {
        row-gap: 15px;
        column-gap: 15px;
    }

    .stock_marcket_main {
        padding: 50px 0px;
        margin-top: 60px;
    }

}


/* end stock_marcket_main section */
.amount_group {
  display: flex;
  flex-direction: column;
}

.amount_group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #181636;
  font-weight: 700;
}

.amount-group {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

/* Input Field */
.amount-group input[type="text"] {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 16px;
  color: #101828;
  background: transparent;
}

/* Currency Switch */
.currency-switch {
  display: inline-flex;
  background: #f2f4f7;
  border-radius: 8px;
  margin-right: 8px;
  overflow: hidden;
}

/* Hide native radio */
.currency-switch input[type="radio"] {
  display: none;
}

/* Currency Labels */
.currency-switch label {
  cursor: pointer;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #344054;
  transition: all 0.3s ease;
}

/* Selected Currency */
.currency-switch input[type="radio"]:checked + span {
  background: #1d4ed8; /* Primary Blue */
  color: #fff;
  border-radius: 6px;
}


.currency-switch {
  display: inline-flex;
  border-radius: 30px;
  background: transparent;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

.currency-switch label {
  cursor: pointer;
  padding: 8px 22px;
  font-size: 14px;
  font-weight: 500;
  color: #475467;
  transition: all 0.3s ease;
}

.currency-switch input[type="radio"] {
  display: none; /* hide default radio */
}

.currency-switch input[type="radio"]:checked + span {
  background: #1d4ed8; /* Blue background */
  color: #fff;         /* White text */
  border-radius: 20px; /* Rounded inside */
  padding: 8px 22px;   /* Match spacing */
}
.new_faq_design .invest_detail_stock ul.step_list_ul {
    padding-top: 10px;
}
.new_faq_design .invest_detail_stock ul.step_list_ul li {
  padding: 6px;
  color: #46455E;
  font-size: 16px;
  font-family: manrope-medium;
}
.invest_detail_stock ul.step_list_ul li::before {
	display: none;
}