@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

* {
    font-family: "Poppins", sans-serif;
    color: #333333;
}


/* Dropdown Start */


/* .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #f1f1f1;
    border-radius: 10px;
  }
.dropdown-menu a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-menu {
  display: block;
} */

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar .megamenu {
    padding: 1rem;
}
/* .megamenu li a {padding: 5px 0;} */
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .navbar .megamenu {
        max-height: 300px;
        overflow: scroll;
    }
}
/* ============ mobile view .end// ============ */

/* Dropdown End */



.notificationClose {
    box-sizing: content-box;
    color: #fff;
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-size: 15px;
    padding: .50rem 1rem;
}














.form-control,
.form-control:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    /* border: rgba(255, 255, 255, 0); */
}

:root {
    --iz-purple-dark: #493276;
    --iz-purple-light: #b07dd8;
}

.font-11 {
    font-size: 11px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-22 {
    font-size: 22px;
}

.font-40 {
    font-size: 40px;
}

.text-color-Blight {
    color: #b07dd8;
}

.text-color-Bdark {
    color: #493276;
}

.text-color-iZBlack {
    color: #333333;
}

.bg-color-Blight {
    background: #b363f0;
}

.bg-color-Bdark {
    background: #493276;
}

.bg-color-semilight {
    background-color: #6f598f;
}

.border-purple {
    border-color: #493276 !important;
}

.border-purpleLight {
    border-color: #b07dd8 !important;
}

.btn-primary-iz-bg {
    background: linear-gradient(225deg, #b07dd8, #493276);
    background-size: 120% 120%;
    border: 1px solid #493276;
    animation-name: glow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes glow {
    from {
        box-shadow: 0px 0px 5px #fff, 0px 0px 5px #b07dd8;
    }

    to {
        box-shadow: 0px 0px 20px #fff, 0px 0px 20px #b07dd8;
    }
}

.btn-primary-iz-bg:hover {
    background: linear-gradient(225deg, #b07dd8, #493276);
    background-size: 120% 120%;
    border: 1px solid #493276;
}

.btn-primary-iz-border {
    border: 1px solid #493276;
}

    .btn-primary-iz-border:hover {
        background: linear-gradient(225deg, #b07dd8, #493276);
        background-size: 120% 120%;
        border: 1px solid #493276;
    }

.bg-banner-main {
    padding: 100px 0px 275px 0px;
    background: linear-gradient( 180deg, rgba(230, 87, 44, 0.1) 0%, rgba(73, 50, 118, 0.1) 100% );
    /* background-color:rgba(176, 125, 216, 0.2); */
    /* background: linear-gradient(270deg, #fdeeea, #edeaf1);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite; */
}
/* @-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
} */






.homeSliderA {
    margin-top: -170px;
}

    .homeSliderA img {
        border-radius: 25px;
        width: 100%;
    }

    .homeSliderA .slick-slide {
        margin-left: 0px;
        margin-right: 0px;
    }

    .homeSliderA .slick-dots {
        bottom: 15px;
    }

        .homeSliderA .slick-dots li {
            width: 10px;
            height: 10px;
        }

            .homeSliderA .slick-dots li button:before {
                font-size: 10px;
                color: #b07dd8;
                opacity: 0.5;
            }

            .homeSliderA .slick-dots li.slick-active button:before {
                color: #493276;
                opacity: 1;
            }

.bannerMainText {
    width: 90vh;
    text-align: left;
    padding: 30px;
    position: absolute;
    top: 25px;
}


.homeSliderB p {
    display: ruby-text;
}

.homeSliderB h3 {
    background: #d9d9d9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.homeSliderB .slick-prev {
    right: 5% !important;
    left: auto;
}

    .homeSliderB .slick-prev:before {
        content: url('../images/arrow-left.png');
    }

.homeSliderB .slick-next {
    right: 3% !important;
}

    .homeSliderB .slick-next:before {
        content: url('../images/arrow-right.png');
    }

.homeSliderB .slick-prev,
.homeSliderB .slick-next {
    top: -40%;
}

/* .homeSliderC {padding: 20px!important;} */
.homeSliderC p {
    display: ruby-text;
}

.homeSliderC .slick-slide {
    transform: scale(0.8);
    padding: 0;
    margin: 0;
}

.homeSliderC .slick-current {
    transform: scale(1);
    padding: 0 !important;
}


.homeSliderC .slick-prev {
    /* right: 5% !important;
    left: auto; */
    left: -5px;
}

    .homeSliderC .slick-prev:before {
        content: url('../images/arrow-left.png');
    }

.homeSliderC .slick-next {
    /* right: 3% !important; */
    right: -5px;
}

    .homeSliderC .slick-next:before {
        content: url('../images/arrow-right.png');
    }





.homeSliderD .slick-prev {
    right: 5% !important;
    left: auto;
}

    .homeSliderD .slick-prev:before {
        content: url('../images/arrow-left.png');
    }

.homeSliderD .slick-next {
    right: 3% !important;
}

    .homeSliderD .slick-next:before {
        content: url('../images/arrow-right.png');
    }

.homeSliderD .slick-prev,
.homeSliderD .slick-next {
    top: -40%;
}




.homeSliderD p {
    display: ruby-text;
}

.homeSliderD .inTheNewsHome {
    background-color: rgba(253, 239, 234, 0.5);
}

.homeSliderB .slick-slide,
.homeSliderD .slick-slide,
.homeSliderE .slick-slide,
.homeSliderF .slick-slide {
    opacity: 1 !important;
}

.homeSliderB .slick-active,
.homeSliderD .slick-active,
.homeSliderE .slick-active,
.homeSliderF .slick-active {
    opacity: 1 !important;
}

.homeSliderF img {
    width: 100%;
}

.homeAwardss {
    margin: 120px 0px;
}

.btnmainprimary:hover img {
    transition: all 0.5s linear;
    transform: translateX(20px);
}

.btnmainprimary:hover {
    background-color: var(--iz-purple-dark);
}

.bgLearntoEarn {
    background: url("../images/bg-learn.png") no-repeat bottom center;
    background-size: cover;
    min-height: 500px;
}

.bgCalculatorMain {
    background-color: rgba(74, 52, 119, 0.05000000074505806);
}

.btnCalculator {
    background-color: rgba(217, 217, 217, 0.5);
}

footer p, footer li, footer a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

    footer a:hover {
        color: #fff;
        text-decoration: underline;
    }


.footerHighlighter {
    background: #3d2963;
}

/* 
.homeSliderE .border {box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);}
 */

@media all and (min-width: 992px) {
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    .bg-banner-main {
        padding: 50px 0px 100px 0px;
    }

    .homeSliderA {
        width: 100%;
        margin-top: -70px !important;
    }

    .bannerMainText {
        max-width: 400px !important;
        text-align: left;
        padding: 10px;
        position: absolute;
        top: 0px;
        font-size: 18px;
    }

    .homeAwardss {
        margin: 20px 0px;
    }

    .font-22 {
        font-size: 18px;
    }
}



/* added by sajid */
.bg-inner-page-IZ {
    background: #f4f4f4 !important;
}






/* 15 July 2024 */
.userTopMenu {
    width: 600px;
    padding: 20px 12px 0px 12px;
}

.ddUserTop::after {
    content: none;
}



@media screen and (max-width: 920px) {
    .userTopMenu {
        width: 100%;
        padding: 20px 12px 0px 12px;
    }
}

.minHeight200Div {
    min-height: 170px;
    max-height: 170px;
}

.minHeight200 {
    /* min-height: 200px; */
    /* max-height: 200px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* padding-bottom: 20px!important; */
}

















.pb-100 {
    padding-bottom: 100px !important;
}

.ResearchSliderA {
    margin-top: -100px;
}

    .ResearchSliderA img {
        /* border-radius: 25px; */
        width: 80%;
        border-bottom: 5px solid #4C2E76;
    }

    .ResearchSliderA .slick-slide {
        margin-left: 0px;
        margin-right: 0px;
    }

    .ResearchSliderA .slick-dots {
        bottom: 15px;
    }

        .ResearchSliderA .slick-dots li {
            width: 10px;
            height: 10px;
        }

            .ResearchSliderA .slick-dots li button:before {
                font-size: 10px;
                color: #b07dd8;
                opacity: 0.5;
            }

            .ResearchSliderA .slick-dots li.slick-active button:before {
                color: #493276;
                opacity: 1;
            }

/* .researchSearch {margin-top: 30px;} */
.researchSearch input {
    width: 80%;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #4c2e76;
    padding: 10px 20px;
    background: #ffffff url('../images/retail-research/search.png') no-repeat;
    background-position: right 20px center; /* Adjust the 20px value as needed */
}

.rounded-top-left-right-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

















/*-- global css --*/

.overlay,
.overlay-text,
.simple-text,
.overlay-sim-text-2,
.overlay-text-effect-3,
.zoom-effect-1 img,
.zoom-effect-2 img,
.opacity-effect img,
.blur-effect img,
.grayscale-effect img {
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.image-wrapper {
    margin-bottom: 35px;
}

.effect-image-1 {
    position: relative;
    display: block;
}

.overlay-text p,
.overlay-sim-text-2 p,
.overlay-text-effect-3 p {
    text-align: center;
    color: #fff;
    padding: 20px 20px;
}

.overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #4C2E76;
    opacity: 0;
    visibility: hidden;
}

.overlay-sim-text-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #4C2E76;
    opacity: 0;
}

.simple-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #4C2E76;
    color: #fff !important;
    text-align: center;
}

    .simple-text p {
        margin-bottom: 0px;
        padding: 10px 8px;
        color: #ffffff;
    }

.effect-image-1:hover .overlay-xs-1 {
    opacity: 1;
    visibility: visible;
    display: block;
}

.effect-image-1:hover .simple-text {
    visibility: hidden;
    opacity: 0;
}
/*-- overlay text effect 3 --*/
.overlay-text-effect-3 {
    width: 85%;
    height: 80%;
    left: 20px;
    top: 20px;
    background: rgba(246,0,2,.7);
    position: absolute;
    outline: 5px solid rgba(246,0,2,.7);
    outline-offset: 3px;
}

@media (max-width: 767px) {
    .effect-image-1 {
        margin: 0px 0px;
    }

    .bgResearchMainCTA {
        background: #4C2E76 !important;
    }

    .ResearchSliderA img {
        /* border-radius: 25px; */
        width: 100%;
    }
}

@media (min-width: 800px) and (max-width: 1400px) {
    .btnResearchMain {
        font-size: 14px !important;
    }

    .retailCat200 {
        min-height: 200px !important;
        max-height: 200px !important;
    }
}


.card-custom {
    border: 1px solid #4C2E76;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.retailCat200 {
    min-height: 160px;
    max-height: 160px;
}

.bg-dgrey {
    background: #EAE8EC;
}

.bgResearchMainCTA {
    background: url(../assets/images/bg-research-cta.png) no-repeat;
    padding: 70px 0;
}

.btnResearchMain {
    background: #4C2E76;
    border: 5px solid #ffffff;
    border-radius: 50px;
    color: #ffffff;
    padding: 10px 30px;
    text-decoration: none;
}

    .btnResearchMain:hover {
        color: #ffffff;
    }









.buttonResearch {
    position: relative;
    color: white;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid white;
    border-radius: 1000px;
    padding: 20px 50px;
    box-shadow: 0 2px 5px 0 rgba(3,6,26,0.15);
    transition: .5s all ease-in-out;
    background: #4C2E76;
    &:hover

{
    cursor: pointer;
    background: #ffffff;
    color: #4C2E76;
    animation: none;
    border: 2px solid #4C2E76;
}

}

.button-wiggle {
    animation: wiggle 4s 2s infinite;
}

@keyframes wiggle {
    5%, 50% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.9);
    }

    15% {
        transform: scale(1.15);
    }

    20% {
        transform: scale(1.15) rotate(-5deg);
    }

    25% {
        transform: scale(1.15) rotate(5deg);
    }

    30% {
        transform: scale(1.15) rotate(-3deg);
    }

    35% {
        transform: scale(1.15) rotate(2deg);
    }

    40% {
        transform: scale(1.15) rotate(0);
    }
}

.button-pulse {
    animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 white;
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}



.productLink div a:hover {
    border: 10px solid #4C2E76 !important;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.img-new {
    width: 50px;
}

.img-icon {
    width: 15px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.font-12 {
    font-size: 12px;
}

.bg-dark-gray {
    background-color: #D9D9D9 !important;
}

.border-top {
    border-top: 5px solid #B2B2B2 !important;
}

.rep-details-list ul li::marker {
    color: #F15D29;
}

.rep-details-list ul li {
    margin-bottom: 10px;
}

/*19-08-2024*/
.border-bottom-3 {
    border-bottom: 3px solid #9D9D9D
}

.pdf-container iframe {
    width: 100%;
    height: 100vh; /* Full viewport height */
    min-height: 400px; /* Minimum height to ensure visibility on small screens */
    border: none;
}

@media (max-width: 600px) {
    .pdf-container iframe {
        width: 100%;
        min-height: 50vh !important;
        height: 50vh !important;
    }

    .h15vh {
        height: 15vh !important;
        min-height: 15vh !important;
    }

    .w150px {
        width: 150px !important;
        display: none;
    }
}

@media (max-width: 480px) {
    .pdf-container iframe {
        width: 100%;
        min-height: 50vh !important;
        height: 50vh !important;
    }
}

.office {
    border-bottom: 1px solid #333333;
}

    .office p a:hover {
        color: #3d2963;
    }

    .office.active, .office:hover {
        background-color: #F5F5F5;
    }

.btn-iz-dark {
    background-color: #493276;
    color: #ffffff;
    border-radius: 5px;
    border: none; /* Optional: add if you want to remove the default border */
    transition: background-color 0.3s, color 0.3s; /* Add transition for smooth color change */
}

    .btn-iz-dark:active,
    .btn-iz-dark.active,
    .btn-iz-dark:hover {
        background-color: #ffffff !important;
        color: #493276 !important;
    }

.contact-usbanner {
    position: relative;
    width: 100%;
    height: 350px; /* Adjust the height as needed */
    background-image: url('../assets/images/contact-us.png');
    background-size: cover;
    background-position: center;
}

    /* Add a black overlay using a pseudo-element */
    .contact-usbanner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
        z-index: 1;
    }

    .contact-usbanner .banner-text {
        position: absolute;
        left: 25%; /* Adjust the position as needed */
        top: 50%;
        transform: translateY(-50%);
        color: white; /* Text color */
        font-size: 4rem; /* Adjust font size as needed */
        font-weight: bold;
        z-index: 2; /* Ensure text is above the overlay */
    }

.Subscribefinancialupdates {
    width: 100%;
    height: auto; /* Adjust the height as needed */
    background-image: url('../assets/images/InstResearchsubsriptionimage.png');
    background-size: cover;
    background-position: center;
}


/* Adjustments for mobile screens */
@media (max-width: 768px) {
    .contact-usbanner {
        height: 170px !important; /* Optional: Adjust the height for mobile screens */
    }

        .contact-usbanner .banner-text {
            left: 50%;
            transform: translate(-50%, -50%); /* Center horizontally and vertically */
            text-align: center;
            font-size: 2rem !important; /* Adjust font size for mobile */
        }
}

.font-13 {
    font-size: 13px;
}

.h15vh {
    height: 8vh;
    min-height: 8vh;
}

.rounded-circle-dark {
    width: 100px;
    height: 15px;
    border-radius: 20px !important;
    background-color: #4C2E76;
    position: absolute;
    top: 18px;
    left: 20px;
}

.rounded-circle-white {
    width: 100px;
    height: 15px;
    border-radius: 20px !important;
    background-color: #ffffff;
    position: absolute;
    top: 18px;
    left: 20px;
}

.card-InvestmentIdeas {
    width: 100%;
    height: 100%;
    background-image: url('../assets/images/bg-investment-idea.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Recurring-Products {
    width: 100%;
    height: 100%;
    background-image: url('../assets/images/rpimg.png');
    background-size: cover;
    background-position: center;
}

.bg-light-card {
    background-color: #EAF4FA;
}

.border-radius-alternate {
    border-radius: 40px 0px 40px 0px;
}

.Recurring-Products .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #4C2E76;
}

.Recurring-Products .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
    background-color: #ccc;
}

.btn-rp {
    background-color: #E3E3E3;
    color: #565656;
}

.card-img-overlay-top {
    top: 10px;
    left: 10px;
}

.category-tag {
    background-color: #ffffff;
    color: #4C2E76;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 16px;
}

.two-line-css {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.height350 {
    min-height: 335px;
    height: 335px;
}

.Latest-Reports .card {
    transition: transform 0.5s ease; /* Adjust the duration as needed */
}

    .Latest-Reports .card:hover {
        transform: scale(1.1);
        cursor: pointer;
    }

.margin-left {
    margin-left: -5% !important;
}


/*ibasket pages css*/
.view-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.border-6 {
    border: 1px solid #4a3275;
    border-radius: 10px;
}

.basket-card {
    cursor: pointer;
}

    .basket-card:hover {
        transform: scale(1.05);
    }

.basket-card {
    transition: transform 0.5s;
}

.btn-basket {
    border: 1px solid #CECECE;
    background: #DEDEDE;
    border-radius: 5px;
    columns: #333333;
    cursor: pointer;
    text-align: left;
}

    .btn-basket:hover {
        background: #ffffff;
        color: #493276;
        border-color: #493276;
    }

    .btn-basket.active {
        background: #493276;
        color: #ffffff;
        border-color: #493276;
    }
    /* Active pseudo-class (when the button is being clicked) */
    .btn-basket:active {
        background: #493276;
        color: #ffffff;
        border-color: #493276;
    }

ul {
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}

    a:hover {
        color: #493276;
    }

.scheme-logo {
    width: 50px;
    height: 50px;
}

.max-two-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.returns-icon {
    width: 30px;
    height: 25px;
}

.btn-download-factsheet {
    background: #D7D3D3;
    color: #493276;
    cursor: pointer;
    border-radius: 5px;
}

    .btn-download-factsheet:hover {
        border: 1px solid #493276;
        background-color: #ffffff;
        color: #493276;
    }

.img-down-fact {
    width: 15px;
    height: 15px;
}

.btn-invest-now {
    color: #D7D3D3;
    background: #493276;
    cursor: pointer;
    border-radius: 5px;
}

    .btn-invest-now:hover,
    .btn-invest-now:active {
        border: 1px solid #493276;
        background-color: #493276;
        color: #ffffff;
    }

.basket-details-tab .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #1a1a1a;
    border-bottom: 3px solid #493276;
    border-radius: 0;
    background-color: transparent;
}

.basket-details-tab .nav-link {
    color: #333333;
    border-bottom: 3px solid #CBCBCB;
    border-radius: 0;
}

.tree-logo {
    width: 15px;
    height: 15px;
    margin-top: 5px;
}

.icon-text {
    display: flex;
    align-items: start;
}

.bgbasketcard {
    background: linear-gradient(180deg, rgba(230, 87, 44, 0.1) 0%, rgba(73, 50, 118, 0.1) 100%);
}

.font-10 {
    font-size: 10px;
}

.basketabout ul li a.active {
    color: #4c2e76;
    font-weight: 500;
    text-decoration: underline;
}
/*accordian css i basket*/
/* Parent container needs relative positioning to contain the absolute child */
.accordion-button {
    position: relative;
    padding-right: 30px; /* Add some padding to avoid overlapping with the icon */
}

    /* Hide the default Bootstrap accordion icon */
    .accordion-button::after {
        display: none;
    }

    /* Add the custom plus-minus icon on the right side */
    .accordion-button::before {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-family: "FontAwesome";
        content: "\f068"; /* Default FontAwesome down arrow (collapsed) */
        font-size: 16px;
        transition: transform 0.2s ease-in-out;
    }

    /* Change to plus-minus icon when accordion is expanded */
    .accordion-button:not(.collapsed)::before {
        content: "\f067";
        transform: translateY(-50%) rotate(180deg);
    }

.accordion-item {
    margin-bottom: 15px;
    border: 1px solid #a09d9d;
    border-top: 1px solid #a09d9d !important;
    background: #F1F1F1;
}

.tnc ul {
    padding: 0px 5px 0px 30px;
}

    .tnc ul li {
        list-style: outside;
        font-size: 14px;
        margin-bottom: 10px;
    }

.RegistrationMode img {
    width: 20px;
}

.RegistrationMode:hover {
    transform: scale(1.05);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.upi-logo {
    width: 70px !important;
    height: 20px;
}

.w-md-100 {
    width: 100%;
}

.w-md-75 {
    width: 75%;
}

.w-md-50 {
    width: 50%;
}

.w-md-25 {
    width: 25%;
}

.upi-id input {
    background-image: url(../images/UPIlogo.png);
    background-repeat: no-repeat;
    background-size: 15% 50%;
    background-position: 6px 11px;
    padding: 0.375rem 0.375rem 0.375rem 7.75rem;
}
