::placeholder {
    color: gray;
    opacity: 1;
    /* Firefox */
}

.btn {
    border: none !important;
}

.click_to_buy_bgutton {
    border: none;
    height: 36px;
    border-radius: 22px;
    background-color: rgba(248, 102, 0, 0.87);

}

.click_to_buy_bgutton:hover,
.click_to_buy_bgutton:active {
    color: orange;
}

.main-content {
    width: 100%
}

span {
    font-family: 'Poppins', sans-serif !important;
}

h4 {
    font-family: 'Poppins', sans-serif !important;
}

/* start landing page */

.mainpagecalci_ {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #222b45;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh !important;
}

.webphn {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-clip: border-box;
    box-shadow: darkslategray;
    width: 100%;
}

/* end landing page */

/* start login mobile page */

.verification {
    width: 360px;
    /* height: 801px; */
    /* display: flex; */
    justify-content: center;
    margin: 5% 5% 0 20px;
}

.Bitmap {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Rectangle_login {
    width: 100%;
    height: 116.2px;
    border-radius: 8px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: #171c33 !important;
    display: flex;
    justify-content: center;
}




.Enter-Your-Mobile-Nu {
    width: 249px;
    height: 62.2px;
    color: #d8d8d8;
    font-size: 29px;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #d8d8d8;
}



.Rectangle_login_div {
    width: auto;
    height: 182.8px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    opacity: 0.96;
    border-radius: 8px;
    background-color: #222b45 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.-- {
    width: 39px;
    height: 21.4px;
    font-size: 29px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.-Digit-Mobile-Numb {
    width: auto;
    font-size: 29px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    display: flex;
}


.btn_sub_otp {
    font-family: 'Poppins', sans-serif !important;
    background: #0676ed;
    border-radius: 42px !important;
    border-color: white;
    border-radius: 42px;
    width: auto;
    color: white;
    border: none;
    height: 38px;
    border: none;
    cursor: pointer;
}

/* end login mobile page */

/* start otpverification */
span {

    font-family: 'Poppins', sans-serif;
}

.ex1 {
    width: 100% !important;
    height: 85% !important;
    overflow: scroll;
}

.OTP {
    width: 90%;
}

.Rectangle {
    display: flex;
    align-items: center;
    height: 113px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #171c33;
}

.Enter-Verification-C {
    width: 249px;
    height: 62.2px;

    font-size: 29px;
    font-size: 21px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fcf7f8;
    display: block;
}

.Enter-Verification-C .text-style-1 {
    color: #fff;
}

.Rectangle_otp_fiels {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #2b334c;
}

.We-have-sent-the-ver {
    display: block;
    width: 262px;
    height: 43px;
    font-size: 29px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #b4b3b3;
}

.fourboxmaindiv {
    display: flex
}

.otp__digit {
    height: 50px;
    border-radius: 5px;
    border: solid 2px #fff;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    text-align: center;
}

/* end otp verification */

/* start my earning */


.cardmainbodycalci_ {
    height: 100vh !important;
    width: 100%;
    margin: 1% 0;
    border-radius: 0.375rem;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    /* Adjust the gap between elements */

    margin: 0 auto;
    /* Center the grid */
}

.rectangle_img {
    width: 100%;
    /* Full width of grid column */
    padding: 0;
    /* Remove padding */
    border-radius: 8px;
    background-color:#171c33;
    overflow: hidden;
    /* Hide overflowing image parts */
}

.blue_half_bottom_follow {
    width: 90%;
    /* Full width */
    height: auto;
    /* Height adjusts automatically based on content */
    margin: 0 auto;
    /* Centered with adjusted vertical margin */
    padding: 20px;
    /* Adjusted padding for spacing */
    border-radius: 0 0 18px 18px;
    /* Bottom corners rounded */
    background-color: #0676ed;
}

.Oval {
    width: 150px;
    height: 150px;
    padding: 25px;
    /* Adjusted padding for spacing */
    background-color: #dadada;
    border-radius: 50%;
    /* Makes it an oval shape */
}

.Talk-to-your-friends {
    display: block;
    height: 62px;
    font-size: 29px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.21;
    letter-spacing: -0.01px;
    text-align: center;
    color: #fafdfd;
}

.nevy_blue_color {
    margin: 20% 0 20px 0;
    /* Centered with adjusted vertical margin */
    padding: 29px 18px;
    /* Adjusted padding for spacing */
    border-radius: 8px;
    background-color: #0676ed;
    width: 90%;
}

.orange_green_logo {
    width: 100px;
    height: 63px;
}

.orange_green_logo1 {
    width: 38%;

}

.Rectangle_white_half {
    /* width: 90%; */
    margin: 20px auto 0;
    /* Full width */
    height: auto;
    /* Height adjusts automatically based on content */
    padding: 20px;
    /* Adjusted padding for spacing */
    border-radius: 18px 18px 0 0;
    /* Top corners rounded */
    background-color: #fff;
}

.Rectangle_blue_half_bottom {
    width: 100%;
    /* Full width */
    /* max-width: 322px; */
    /* Maximum width */
    height: auto;
    /* Height adjusts automatically based on content */
    margin: 0 auto;
    /* Centered with adjusted vertical margin */
    padding: 20px;
    /* Adjusted padding for spacing */
    border-radius: 0 0 18px 18px;
    /* Bottom corners rounded */
    background-color:#171c33;
}

/* end my earning page */

/* mutualfund start */

.Rectangle_search_mf {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    background-color: #171c33;
    margin: 14px 0;
}

.Quant-Small-Cap--Gro {
    display: block;
    width: 130px;
    font-size: 29px;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.Small-Cap1 {
    display: block;
    height: 24px;
    font-size: 29px;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.spanavrg {
    display: block;
    width: 63px;
    font-size: 20px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.Mask_searc {
    width: 304px;
    height: 43.3px;
    border-radius: 35px;
    background-color: #27336f;
    color: white;
    border: none;
}

.I-am-feeling-lucky- {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15px;
    font-size: 29px;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    color: rgba(255, 255, 255, 0.77);
}

.Our-recommended-fund {
    display: block;
    height: 15px;
    font-size: 29px;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.Rectangle_rtb {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    border-radius: 9px;
    background-color: #1e7bcb;
}

.-Y-Return {
    display: flex;
    height: 15px;
    font-size: 29px;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.t6t {
    border: none;
    background: transparent;
}

.Line-3-v {
    width: 1px;
    height: 20px;
    border: solid 1px #fff;
}

.Rectangle_btn_g {
    /* width: 58px;
    height: 22px; */
    /* padding: 1px 8px 2px 10px; */
    border-radius: 7px;
    background-color: rgba(29, 97, 1, 0.78);
}

.Rectangle_btn_g1 {
    /* width: 58px;
    height: 22px; */
    /* padding: 1px 8px 2px 10px; */
    border-radius: 25px;
    background-color: rgb(216, 123, 64);
}

.Invest_INNER {
    display: flex;
    height: 20px;
    font-size: 29px;
    font-size: 12px;
    /* font-weight: normal; */
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

/* mutual fund end */


/* start myorder */

input[type='radio'],
input[type='checkbox'] {
    accent-color: #020202 !important;
    /* WIDTH: 100PX !important; */
    HEIGHT: 24PX !important;
}

.custom-input_goalplan {
    position: relative !important;
    accent-color: #e6ede6 !important;
    width: 22% !important;
    height: 20% !important;
}

.custom-input_goalplan1 {
    position: relative !important;
    accent-color: #e6ede6 !important;
    height: 20% !important;
    border-radius: 12px;
    /* border: none; */
    color: white;
    background: transparent;
    border-color: darkgray !important;

}

.modal-backdrop {
    position: relative;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.text_span_color {
    color: #748591;
}

/* end myorder */

.cusbodymain {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-content: center;
}

.cusmaindiv {
    max-width: 800px !important;
    width: 100%;
    height: calc(100vh - 56px) !important;
    background-color: #222b45;
}

.cusheader {
    max-width: 800px !important;
    height: 49px;
    width: 100%;
    background-color: #171c33
}

.cusbody {
    height: calc(100% - 56px);
    width: 100%;
    overflow-y: scroll !important
}

.cusfooter {
    height: 56px;
    width: 100%;
    background-color: #171c33;
}

.DARK_CARD {
    width: 90%;
    height: auto;
    /* Adjusted to 'auto' to adjust based on content */
    margin: 5% 5%;
    /* Adjusted the top margin for better spacing */
    padding: 20px 20px 20px 20px;
    /* Adjusted the padding for better spacing */
    object-fit: contain;
    opacity: 0.85;
    border-radius: 14px;
    background-color:#151a30;
}

.DARK_CARD_nevy_g {
    width: 90%;
    height: auto;
    /* Adjusted to 'auto' to adjust based on content */
    margin: 5% 5%;
    /* Adjusted the top margin for better spacing */
    padding: 20px 20px 20px 20px;
    /* Adjusted the padding for better spacing */
    object-fit: contain;
    opacity: 0.85;
    border-radius: 14px;
    /* background-color: #141f40; */
    background-color: #141f40;
    ;
}

.DARK_CARDfourimg {
    width: 90%;
    height: auto;
    /* Adjusted to 'auto' to adjust based on content */
    margin: 5% 5%;
    /* Adjusted the top margin for better spacing */
    padding: 20px 15px 20px 15px;
    /* Adjusted the padding for better spacing */
    object-fit: contain;
    opacity: 0.85;
    border-radius: 14px;
    background-color: #151a30;
}

.cardparent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.textparent {
    font-family: 'Poppins', sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: white;
}

.imgparent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.btnparent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.btn-primary {
    border: none;
    background-color: #0676ed !important;
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
    position: relative;
    transition: none;
    letter-spacing: .025em;
    text-transform: none;
    will-change: auto;
}

.cusbloktextwithimg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.Why-Mutual-Fund {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.13px;
    text-align: center;
    color: #fbfbf5;
}

.DARK_CARD1 {
    width: 90%;
    height: auto;
    margin: 5% 0 0 5%;
    padding: 20px 15px 0px 15px;
    object-fit: contain;
    opacity: 0.85;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    background-color:#151a30;
    /* background-color:#171c33; */
}

.DARK_CARDgraph {
    width: 90%;
    height: auto;
    margin: 5% 0 0 5%;
    object-fit: contain;
    opacity: 0.85;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    background-color:#171c33;
}

.DARK_CARD2 {
    width: 90%;
    height: auto;
    margin: 5% 5% 5% 5%;
    object-fit: contain;
    opacity: 0.85;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    background-color: #151a30;
}

.Oval_small {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 71px;
    height: 69px;
    border: solid 6px #959595;
    margin: -65px auto;
    background-color: #171c33;
    border-radius: 50%;
}

.ce_1 {
    position: relative;
    bottom: 8%;

}

.eDHANAM-is-brand-nam {
    height: 59px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: 0.02px;
    text-align: center;
    color: #f79633;
}

.icon-container-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.span_text_italic {
    margin: 5% 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 200;
    /* font-style: italic; */
    line-height: 1.79;
    text-align: center;
    color: var(--color-white);
}

.span_text_italic.span_text_bold {
    display: inline-block;
    display: block;
    font-weight: 600;
    color: #ebd65d;
}

.span_text_italic.text-style-2 {
    display: block;
    font-weight: 600;
    color: #ebd65d;

}

.contact_icons {

    color: white
}

.noti_bell {
    display: none;
    width: 80%;
    text-decoration: none;
    z-index: 10;
    position: absolute !important;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    BACKGROUND: #ff5900;
    border-radius: 18px;
    color: white;

}

.notification-link {
    position: relative !important;
}

.notification-count {

    position: absolute;
    right: -8px;
    /* Adjust this value to fine-tune the horizontal positioning */
    background-color: white !important;
    color: orange;
    font-size: 10px !important;
    padding: 2px 6px !important;
    border-radius: 50% !important;
    right: 0;

}

.logout_icon {
    font-size: 18px;
    color: red;
}

/* AGENT CARD TOP 10 */
/* top agent card --------------------------------*/
.Rectangle_sttile {
    width: 90%;
    margin: 5% 5%;
    padding: 10px 14px 10px 19px;
    border-radius: 9px;
    background-image: linear-gradient(156deg, #171c33 29%, #4880ff 95%);
}

.Still-not-sure-no-w {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    text-align: left;
}

.prof {
    width: 50px;
    height: 50px;
    /* margin: -52px 30px 3px 220px; */
    padding: -5.9px 1.1px 1.1px 11.1px;
    background-color: #d8d8d8;
    border-radius: 42px;

}

.prof_img_name {
    display: block;
    height: 26px;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: white;
    /* color: var(--color-white); */
}

.Rectangle_what {
    border-radius: 7px;
    width: 27%;
    /* height: 18px; */
    border-radius: 7px;
    background-color: rgba(237, 127, 51, 0.64);
}

.WhatsAp {
    display: block;
    width: 55px;
    height: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin: 2px 0 0 1px;
}

.call_him_tab {
    width: 21%;
    /* height: 18px; */
    border-radius: 7px;
    background-color: rgba(112, 81, 251, 0.71);
}

.Call-him {
    display: block;
    /* width: 44px; */
    /* height: 15px; */
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
    /* color: var(--color-white); */
    margin: 2px 0 0 0;
}

.Ram-Kumar {
    font-family: 'Poppins', sans-serif;
    /* width: 213px;
    height: 51px;
    margin: 0% 3%; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.Your-Activity {
    /* display: block;
    width: 101px; */

    font-family: 'Poppins', sans-serif;
    /* font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal; */
    color: #ffac41;
    /* margin: -27px -4px 0 11px; */
}

/*1111111111111111111111111111111111111111 add registration page111111111111111111111111111111111111111111111111111111111111 */
.verified {
    width: 100%;
    height: 25px;
    padding: 0% 0% 10% 0%;
    border-radius: 16px;
    border: solid 1px #62ff91;
}

.InvalidError_pan {
    width: 100%;
    height: 25px;
    padding: 0% 5%;
    border-radius: 16px;
    border: solid 1px red;
    color: red;
    font-size: 13px;
}

.Line_reg {
    margin-top: 0rem;
    margin-bottom: 2rem;
    border: 1;
    border-top: 3px solid rgb(221 221 221 / 10%);
    width: 90%;
    margin: 1% 5%;
}

.input_fields_without_border {
    background: none;
    border: none;
    /* margin: 5% 5% 1px 5%; */
    margin: 2% 0% 0px 5%;
    ;
    width: 90%;
    outline: none;
    margin-bottom: 0px;
    color: lightgray;
}


.PAN-Number {
    display: block;
    width: 100%;
    height: 20px;
    margin: 1% 8% 0px 13px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.You-can-verify-your {
    display: block;
    width: 184px;
    height: 20px;
    opacity: 0.77;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.ACC_tab {
    width: 90%;
    height: 60px;
    margin: 2% 5%;
    border-radius: 10px;
    background-color: #171c33;
}

.ACC_icon {
    width: 32px;
    height: 21px;
    opacity: 0.2;
    /* background-color: var(--color-white); */
    color: white;
}

.ACC-text {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.tick_registration_details {
    display: flex;
    width: 23px;
    height: 23px;

}

/* 2222222222222222222222222222222222222222222222222222----OREDR CREATE CARD----222222222222222222222222222222222222222222222222222222222 */
.lump_card_dark {
    width: 90%;
    height: auto;
    margin: 5% 5%;
    padding: 7px 83px 5px 78px;
    object-fit: contain;
    opacity: 0.85;
    border-radius: 14px;
    background-image: linear-gradient(to bottom, #333c62, #171c33);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.Lumpsum_text {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.35px;
    text-align: center;
    color: #fcfdfc;
}

.Investing-an-amount_text {
    display: block;
    margin: 4px 0 0;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: white;
    /* color: var(--color-white); */
}

.lump_card {
    width: 90%;
    height: auto;
    padding: -2px 0 -24px;
    object-fit: contain;
    opacity: 0.85;
    border-radius: 14px;
    background-image: linear-gradient(to bottom, #6b7db0, #394778);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin: -5% 5%;
}

.During-a-market-low_text {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 200;
    font-stretch: normal;
    /* font-style: italic; */
    line-height: 1.55;
    letter-spacing: normal;
    text-align: center;
    color: white;
    margin: 5% 5%;
    /* color: var(--color-white); */
    padding: 15px 0 0 0px;
}

.buy_b_lump {
    width: 85px;
    height: 24px;
    margin: -24px 39px 0 191px;
    padding: 8px 7px 5px;
    border-radius: 12px;
    background-color: #ed7f33;
}

.know_more_b {
    height: 19px;
    border-radius: 9.5px;
    border: solid 1px #979797;
    background-color: transparent;
}

.know_more_b1 {
    height: 19px;
    /* border-radius: 9.5px; */
    border: solid 1px #fff;
    background-color: transparent;
}

.Investing-an-amount_tetx {
    display: block;
    width: 291px;
    height: 11px;
    margin: 0px 0 0 -58px;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: white;

}

.rectangle2_img2 img {
    width: 100%;
    /* Full width of container */
    height: 90%;
    /* Maintain aspect ratio */
    display: block;
    /* Remove extra space below images */
}

.If-you-are-an-invest_text {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 200;
    font-stretch: normal;
    /* font-style: italic; */
    line-height: 1.55;
    letter-spacing: normal;
    text-align: center;
    color: white;
    padding: 18px 0 0 0px;
    margin: 5% 5%;
}

.Know-More {
    display: block;
    height: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: white;
}

/* 3333333333333333333333333333333333333333------create order sip and due sip-----------------33333333333333333333333333333333333333333333333 */
.I-want-to-pay-myself {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    /* color: var(--color-white); */
    color: white;
}

.MaterialIcon-blackExpands-more {
    width: 80px;
    opacity: 0.66;
    /* background-color: var(--color-white); */
    color: white;
    margin: -3% 21% 10px 94%;
}

.RectangleOptions {
    padding: 1px 5px;
    border-radius: 8.5px;
    border: 1px solid #a2ffa6;
    font-size: 10px;
}

/* 4444444444444444444444444444444-----------goal plan---------------------444444444444444444444444444444444444444444 */
.container_OVAL {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 400px;
    width: 100%;
}

.container_OVAL .steps_plan {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.steps_plan .circle_plan {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    color: #999;
    font-size: 22px;
    font-weight: 500;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #e0e0e0;
    transition: all 200ms ease;
    transition-delay: 0s;
}



.steps_plan .circle_plan.active {
    transition-delay: 100ms;
    border-color: #044d99;
    color: #044d99;
}

.steps_plan .progress-bar_plan {
    background: #185f00;
    border-color: #04c300;
}




.Line-10-Copy_plan {
    width: calc(100% - 45px);
    height: 2px;
    margin: 10px 3px 18px 1px;
    border: solid 2px #888;
}

.Line-10-Copy_plan_progress {
    width: calc(100% - 30px);
    height: 2px;
    margin: 10px 3px 18px 1px;
    border: solid 2px green;
}



.Oval_plan {
    width: 108px;
    height: 108px;
    margin: -43px 10px 18px 6px;
    padding: 22px 24px 22px 20px;
    border: solid 1px #0352a4;
    background-color: #171c33;
    border-radius: 50%;
}

.step-container_OVAL {
    width: 47%;
}

.step_4 {
    width: 30px;
}

.Expected-date-of-Eve {
    height: 15px;
    opacity: 0.5;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.Rectangle_plan_card {
    width: auto;
    padding: 0 6px 1.8px 5px;
    border-radius: 18px;
    background-color: #113b5f;
}

.Rectangle_plan_card_b {
    width: auto;
    padding: 0 6px 1.8px 5px;
    border-radius: 18px;
    background-color: #037aba;
}

.finesh_orange {
    height: 22px;
    border-radius: 7px;
    border-radius: 5px;
    background-color: #ed7f33;
    color: white;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: normal;
    text-align: center;

}

.Quant_plan {

    font-family: 'Poppins', sans-serif !important;
    font-size: 9px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.SIP-Amount-Rs-8000 {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.SIP-Amount-Rs-8000 .text-style-1 {
    font-size: 16px;
    color: #30e116;
}

.SIP-Amount-Rs-8000 .text-style-2 {
    font-size: 18px;
    color: #30e116;
}

.Return_plan {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fdf9f7;
}

.Rectangle_plan1yr {
    height: 17px;
    border-radius: 8.5px;
    border: solid 1px #cbc2c2;
}

.I-will-take-risk-if {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.72px;
    text-align: center;
    color: #fff;

}

.plan_3ovel_main {
    display: flex;
    justify-content: center;
    padding: 5px;
}

.complete_goals {
    height: 44px;
    width: 90%;
    margin: 5% 5%;
    /* padding: 12px 216.5px 11px 5.5px; */
    border-radius: 5px;
    background-color: #044d99;

}

.I-want-to-grow-my-mo {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    /* color: var(--color-white); */
    color: white;
}

.iplan_card_views {
    width: 90%;
    height: auto;
    padding: 15px 8px 13px;
    object-fit: contain;
    border-radius: 4px;
    /* background-color: #151a30; */
    background-color: #171c33;
    margin: 5% 5%;
}

.iplan_card_views_sub {
    width: auto;
    height: 85px;
    margin: 13px 0 5px;
    padding: 5px 19px 16px 11px;
    border-radius: 4px;
    border: solid 1px #979797;
}

.Rectangle_s_blue {
    /*sky blue card im mutual fund*/
    width: auto;
    /* height: 111px; */
    padding: 18px 6px 1.8px 10px;
    border-radius: 18px;
    background-color: #5491c6;
    margin: 5% 5%;
}

.Rectangle_s_blue1 {
    /*sky blue card im mutual fund*/
    width: auto;
    /* height: 111px; */
    /* padding: 18px 6px 1.8px 10px; */
    border-radius: 10px;
    background-color: #5491c6;
    margin: 5% 5%;
}

.Line-2-s {
    width: auto;
    height: 2px;
    margin: 3px 0 6.5px;
    border: solid 1px #fff;
}

._1_Y_Return_btn {
    width: 80px;
    height: 18px;
    margin: -26px 1px 3px 237px;
    padding: 2px 18px 1px 12px;
    border-radius: 9px;
    background-color: #1e7bcb;
}

.SIP-Amount_text {

    font-family: 'Poppins', sans-serif;
    font-size: .8125rem;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.78;
    letter-spacing: normal;
    text-align: center;
    color: #A9A9A9;
}

.proceed_button {
    font-family: 'Poppins', sans-serif !important;
    border-radius: 12px;
    background-color: #ed7f33;
    color: white;
    font-family: 'Poppins', sans-serif;
    height: 50px;
}

#cartCount {
    background-color: red;
    color: white;
    padding: 5px 10px;
    border-radius: 50%;
}

.Grow_text {
    display: block;
    /* width: 32px; */
    /* height: 15px; */
    margin: -15px 0 0 220px;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    color: white;
}

.Preserved {
    display: block;
    /* width: 56px; */
    /* height: 15px; */
    margin: -8px 0 0 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    color: white;
}

.step_3_dash_card {
    /* width: 328px; */
    height: 227px;
    margin: 5% 5%;
    padding: 19px 30px 19px 13px;
    object-fit: contain;
    border-radius: 10px;
    background-image: linear-gradient(161deg, #0059b2, var(--dark) 54%);
}

.Rs-25000 {
    width: 105px;
    height: 33px;
    margin: 9px 81px 23px 99px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: center;
    color: #65ff20;
}

.Rs-25000 .text-style-1 {
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #fff;
}

.dark_pink_button {

    margin: 23px 57px 16px 75px;
    padding: 3px 11px;
    border-radius: 14.5px;
    background-color: #ff02b1;
}

.review_card_goal_plan {
    height: 84px;
    margin: 16px 0;
    padding: 14px 5px 22px 4px;
    border-radius: 2px;
    background-image: radial-gradient(circle at 49% 50%, #0088cf, var(--dark) 106%);
}

/*-----------------------------dashboard_port-------------------  */
.vertically_line {
    height: 150px;
    width: 1px;
    border: 1px dashed grey;
}

.dashbord_port {
    width: 90%;
    height: auto;
    /* Adjusted to 'auto' to adjust based on content */
    margin: 5% 5%;
    /* Adjusted the top margin for better spacing */
    padding: 20px 11px 20px 23px;
    /* Adjusted the padding for better spacing */
    object-fit: contain;
    opacity: 0.85;
    border-radius: 14px;
    background-color: linear-gradient(#171F38, #1D294E, #385FBD);
    background-image: linear-gradient(#171F38, #1D294E, #385FBD);
}

.Portfolio-Value {
    display: inline-block;
    ;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: rgba(255, 255, 255, 0.77);
}

.amu_vi {

    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.53px;
    text-align: center;
    color: #ed7f33;
}

.row-container {
    display: flex;
    justify-content: space-between;
    /* Distribute items along the main axis */
    align-items: center;
    /* Align items vertically */
}

.row-containercard {
    display: flex;
    justify-content: end;
    /* Distribute items along the main axis */
    align-items: center;
    /* Align items vertically */
}



.row-container span {

    font-size: 12px;
    font-family: 'Poppins', sans-serif;

}

.Quant-Small-Cap--Gro {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    /* color: var(--color-white); */
}

.G_TEXT {
    color: rgba(62, 253, 2, 0.77);
}

.Y_TEXT {
    color: #fdba02;
}

.Line-11_M {
    height: 1px;
    margin: 15.5px 5.5px 16.5px 0px;
    opacity: 0.16;
    border: solid 1px #979797;
}

.outline_btn {
    height: 26px;
    /* margin: 16.5px 34px 0 2px;
  padding: 1.5px 5px 0.5px 15px; */
    border-radius: 11px;
    border: solid 1px #fdba02;
}

.outline_btn1 {
    height: 22px;
    /* margin: 16.5px 34px 0 2px;
  padding: 1.5px 5px 0.5px 15px; */
    border-radius: 11px;
    border: solid 1px rgba(62, 253, 2, 0.77);
}

.Pause_text {
    display: block;
    height: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-align: center;
    color: #fdba02;

}

.Pause_text_green {
    display: block;
    height: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-align: center;
    color: rgba(62, 253, 2, 0.77);
}

/* 777777777777777777777777777777777777777---------------My_orders------------777777777777777777777777777777777777777777777 */
.button_panding {
    font-family: 'Poppins', sans-serif !important;
    text-align: left;
    color: #fd2f28;
    background-color: transparent;
    border-color: lightgray;
    font-size: 11px !important;
    /* width: 35% !important; */
    height: 15px !important;
    font-weight: bold;
}
.button_panding_new {
    font-family: 'Poppins', sans-serif !important;
    text-align: left;
    color: #fd2f28;
    background-color: transparent;
    border-color: lightgray;
    font-size: 12px !important;
    /* width: 35% !important; */
    height: 15px !important;
}

.Rectangle_white_hal_my_orders {
    width: 90%;
    margin: 5% 5%;
    height: auto;
    padding: 20px;
    border-radius: 18px 18px 0 0;
    background-color: #192a5f;
}

.DARK_CARD_my_orders {
    width: 90%;
    height: auto;
    margin: -5% 5%;
    padding: 20px 11px 20px 23px;
    object-fit: contain;
    opacity: 0.85;
    border-radius: 14px;
    border-radius: 0 0 18px 18px;
    background-color: #151a30;
}

.Orders--In-prgress {
    display: block;

    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.18px;
    /* text-align: center; */
    color: #fdfafa;
}

.button_panding_radius {
    font-family: 'Poppins', sans-serif !important;
    border-radius: 42px;
    /* text-align: left; */
    color: white;
    background-color: transparent;
    border-color: lightgray;
    font-size: 12px;
    width: 100%;
    height: 33px;

}

.This-will-redirect-t {
    display: block;
    height: 75px;

    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.29px;
    text-align: center;
    color: #fcfdfc;
}

.input_fields {
    background: none;
    border: none;
    width: 100%;
    outline: none;
    border-bottom: 1px solid rgb(255, 255, 255);
    color: #FFF;
    margin-bottom: 10px;
}

.input_fields_login {
    background: none;
    border: none;
    width: 75%;
    outline: none;
    border-bottom: 1px solid rgb(255, 255, 255);
    color: #FFF;
    margin-bottom: 10px;
}

/* 8888888888888888888888888888888888888888-------invest -dashboard -----------8888888888888888888888888888888888888888888888888 */
.dashbord_port {
    width: 90%;
    height: auto;
    /* Adjusted to 'auto' to adjust based on content */
    margin: 5% 5%;
    /* Adjusted the top margin for better spacing */
    padding: 20px 11px 20px 23px;
    /* Adjusted the padding for better spacing */
    object-fit: contain;
    opacity: 0.85;
    border-radius: 14px;
    background-color: linear-gradient(#171F38, #1D294E, #385FBD);
    background-image: linear-gradient(#171F38, #1D294E, #385FBD);
}

.Portfolio-Value {
    display: inline-block;
    ;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: rgba(255, 255, 255, 0.77);
}


.amu_vi {

    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.53px;
    text-align: center;
    color: #ed7f33;
}

.row-container {
    display: flex;
    justify-content: space-between;
    /* Distribute items along the main axis */
    align-items: center;
    /* Align items vertically */
}

.row-container span {

    font-size: 11px;
    font-family: 'Poppins', sans-serif;

}

.outline_btn {
    height: 22px;
    /* margin: 16.5px 34px 0 2px;
padding: 1.5px 5px 0.5px 15px; */
    border-radius: 11px;
    border: solid 1px #fdba02;
}

.outline_btn1 {
    height: 22px;
    /* margin: 16.5px 34px 0 2px;
padding: 1.5px 5px 0.5px 15px; */
    border-radius: 11px;
    border: solid 1px rgba(62, 253, 2, 0.77);
}

.Pause_text {
    display: block;
    height: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-align: center;
    color: #fdba02;

}

.Pause_text_green {
    display: block;
    height: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-align: center;
    color: rgba(62, 253, 2, 0.77);
}


/* sonam */
.mainblock {
    width: 90% !important;
}

.Rectangle_newp {
    display: flex;
    height: 40px;
    border-radius: 8px;
    border: solid 1px #979797;
    justify-content: center;
    align-items: center
}

.pay {
    width: 85px;
    border-radius: 15px 15px 15px 15px;
    background-color: #ed7f33;
    color: white;
}

/* add swal css */
/* pop up sweetalet (swal) */
.swal2-popup {
    background: #171c33 !important;
    color: #f8f8f8 !important;
}

.swal2-styled.swal2-confirm {
    background-color: #FF5722 !important;
    border-radius: 42px !important;
    width: 130px !important;
}

.swal2-styled.swal2-cancel {
    border-radius: 42px !important;
    background-color: #b3b3b391 !important;
    width: 130px !important;
}

/* input background color */
.custom_bg_input {
    background-color: transparent;
}

.form-control_custom {
    background-color: #132b0e !important;

}

.swal2-title {

    color: #9f9393;

    font-size: 16px;
}

.swal2-content {
    color: #fdfdfd;
}

.swal2-input[type=number] {
    max-width: 10em;
    max-height: 2rem;
    /* width: 100px; */
}



/* ----------------------- */

/* this css belong to abhishek repo... please make your own css file or please ask before doing anything in this
css file to avoid conflicts */



/* zeplin css */
/* login page enter number */

/* orange button */

.custombg {
    background-color: #fff !important;
}

.orange_button {
    font-family: 'Poppins', sans-serif !important;
    width: 100px;
    height: 26px;
    /* margin: 27px 33px 22px 133px; */
    padding: 6px 26px 5px 27px;
    border-radius: 13px;
    background-color: rgba(237, 127, 51, 0.87);
}

.button_textsubmit {
    font-family: 'Poppins', sans-serif !important;
    display: block;
    width: 42px;
    height: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-align: center;
    color: white;
}

.Request-OTP {
    font-family: 'Poppins', sans-serif !important;
    width: 90px;
    height: 21.4px;
    opacity: 0.79;
    font-size: 29px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.Shape {
    width: 21px;
    height: 18px;
    padding: 3px 4px 1px 5px;
    color: white !important;
}


/* ``````````````````````````````````````````````otp page `````````````````````````````` */


.btn_sub {
    font-family: 'Poppins', sans-serif !important;
    border: none;
    background: #0676ed;
    border-radius: 42px !important;
    border-color: white;
    border-radius: 42px;
    width: 49%;
    color: white;
    /* margin: 38px 0 0 57px; */
    border: none;
    height: 37px;
}











.Rectangle-19 {
    font-family: 'Poppins', sans-serif !important;
    width: 155px;
    height: 42px;
    margin: 20px 42px 19px;
    padding: 10px 32px 10.6px 33px;
    opacity: 0.72;
    border-radius: 42px;
    background-color: #0676ed;
    display: flex;
    justify-content: center;
    align-content: center;
    color: white;
    flex-wrap: wrap;
}

/* my earning page--------------------------------------------------------------------------------------------------------- */
.rectangle_img {
    width: 100%;
    /* Full width of grid column */
    padding: 0;
    /* Remove padding */
    border-radius: 8px;
    background-color:#171c33;
    overflow: hidden;
    /* Hide overflowing image parts */
    /* opacity: 0.5; */

}


.rectangle_img img {
    width: 100%;
    /* Full width of container */
    height: auto;
    /* Maintain aspect ratio */
    display: block;
    /* Remove extra space below images */
}

.bell_ {
    width: 29px;
    height: 32px;
    margin: -114px 40px -19px 263px;
    padding: 5px 8px 14px;
    object-fit: contain;

}

.Trusted-by-Millions {
    display: block;
    width: 227px;
    height: 40px;
    margin: 0 31px 15px 28px;
    font-size: 29px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;



}

.We-are-registered-as {
    display: block;
    width: 286px;
    height: 34px;
    margin: -13px 0;
    font-size: 29px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.Rectanglebigboss {
    width: 123px;
    height: 124px;
    padding: 15px 19px 8px 16px;
    opacity: 0.5;
    border-radius: 6px;
    border: solid 1px rgba(255, 255, 255, 0.83);
}

.Rectanglebigboss2 {
    width: 123px;
    height: 124px;
    margin: -122px 27px 0px 156px;
    padding: 14px 11px 7px;
    opacity: 0.5;
    border-radius: 6px;
    border: solid 1px rgba(242, 247, 246, 0.74);

}

.Follow-us-at {
    font-family: 'Poppins', sans-serif !important;
    display: block;
    /* width: 86px; */
    height: 20px;
    font-size: 29px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.Copyright-Striemen {

    display: block;
    width: 280px;
    height: 15px;
    margin: 35px 40px 15px;
    font-size: 29px;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

div.ex1 {

    width: 100% !important;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden !important;
    color: white;
    ;
}

img.edhanam-logo1x {
    width: 89px;
    height: 34px;
    margin: -5px -49px 10px 82px;
    object-fit: contain;
}

.Welcome-Back {
    font-family: 'Poppins', sans-serif;
    /* width: 149px;
           height: 27px;
           margin: 34px 13px 43px 28px; */

    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #989898;
}

/* .Ram-Kumar {
           width: 213px;
           height: 51px;
           margin: 53px 14px 0 28px;
           font-size: 29px;
           font-size: 23px;
           font-weight: normal;
           font-stretch: normal;
           font-style: normal;
           line-height: normal;
           letter-spacing: normal;
           color: #fff;
       } */



.Rectangle_card {
    width: 90%;
    height: 175px;
    margin: 5% 20px 5% 11px;
    padding: 40px 11px 38px 23px;
    object-fit: contain;
    opacity: 0.85;
    border-radius: 14px;
    background-color: #151a30;
}

.I-am-new-to-Investme {
    width: 287px;
    height: 25px;
    margin: 0 0 36px;
    font-size: 29px;
    font-size: 14px;
    font-weight: 200;
    font-stretch: normal;
    /* font-style: italic; */
    line-height: 1.79;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.Rectangle_btn {
    width: 133px;
    height: 36px;
    /* margin: 36px 83px 0 71px; */
    padding: 6px 16px 9px 25px;
    border-radius: 18px;
    background-color: #0676ed;
}

.Plan-Invest {
    width: 92px;
    height: 21px;
    font-size: 29px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.41px;
    color: #fcfdfc;
}

.I-know-about-mutual {
    width: 285px;
    height: 36px;
    margin: 0 0 27px;
    font-size: 29px;
    font-size: 14px;
    font-weight: 200;
    font-stretch: normal;
    /* font-style: italic; */
    line-height: 1.29;
    letter-spacing: 0.41px;
    text-align: center;
    color: #fff;
}

.Rectangle_btn2 {
    width: 180px;
    height: 36px;
    margin: 27px 54px 0 51px;
    padding: 5px 16px 10px 19px;
    border-radius: 18px;
    background-color: #0676ed;
}

.Search-funds-Inves {
    width: 145px;
    height: 21px;
    font-size: 29px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.41px;
    color: #fcfdfc;
}

.I-want-to-learn-more {
    width: 279px;
    height: 27px;
    margin: 0 0 29px;
    font-size: 29px;
    font-size: 14px;
    font-weight: 200;
    font-stretch: normal;
    /* font-style: italic; */
    line-height: 1.93;
    letter-spacing: -0.41px;
    text-align: center;
    color: #fff;
}

.Rectangle_btn3 {
    width: 145px;
    height: 36px;
    margin: 29px 78px 0 72px;
    padding: 5px 4px 10px 16px;
    border-radius: 18px;
    background-color: #0676ed;
}

.Learn-while-Play {
    display: block;
    width: 125px;
    height: 21px;
    font-size: 29px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.41px;
    color: #fcfdfc;
}

.Home-blue {
    width: 353px;
    /* padding: 4px 0 0; */
    background-color: #222b45;
    height: calc(100vh - 112px);
}

.Rectangle_b {
    width: 90%;
    height: 346px;
    margin: 5% 20px 5% 11px;
    padding: 21px 14px 0 2px;
    border-radius: 14px;
    background-blend-mode: source-out;
    background-color: #394778;
}

.How-it-works {
    display: block;
    /* width: 128px; */
    height: 23px;
    /* margin: 0 56px 10px 35px; */
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.47px;
    color: #fcfdfc;
}

.eDHANAM-offers-simpl {
    display: block;
    width: 187px;
    height: 240px;
    margin: 10px 0 22px 10px;
    font-size: 29px;
    font-size: 16px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.01px;
    color: #c9c9c9;
}

.Fill-166 {
    /* width: 69.2px;
           height: 127.5px;
           margin: 0 20.3px 18.1px 0;
           padding: 47.8px 9.5px 62.3px 43.4px;
           background-color: #131d2e; */
    width: 123.2px;
    height: 180.5px;
    margin: 18px -131px 0 -6px;
}

.Rectangle_cont {
    width: 90%;
    height: 547px;
    margin: 1px 0px 14px 11px;
    padding: 5% 9px 5% 10px;
    border-radius: 18px;
    background-color: #171c33;
}

.eDhanam-Fueling-your {
    font-family: 'Poppins', sans-serif !important;
    display: block;
    width: 302px;
    height: 206px;
    margin: 0 0 13px;
    font-size: 29px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: 1.45px;
    text-align: center;
    color: #fff;
}

.eDhanam-Fueling-your .text_style_fueling {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 200;
    /* font-style: italic; */
    letter-spacing: 1.59px;
    color: #c9c9c9;
}

.eDhanam-Fueling-your .text-style-2 {
    font-weight: 600;
    color: #ebd65d;
}

.XMLID_2274_ {
    width: 124.9px;
    height: 84.4px;
    margin: 29px 23.9px 0 55.1px;
    padding: 0.1px 0px 0.5px 0.1px;
    /* background-color: #000; */
}

.We-use-state-of-art {
    display: block;
    width: 302px;
    height: 100px;
    margin: 18px 0;
    font-size: 29px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: 1.45px;
    text-align: center;
    color: #fff;
}

.Rectangle-2 {
    width: 68%;
    height: 48px;
    margin: 18px 48px 0 49px;
    padding: 16px 46px 13px;
    border-radius: 8px;
    box-shadow: 0 5px 20px 0 rgba(90, 202, 157, 0.05);
    background-color: #00d09c;
}

.Get-Started-Now {
    display: block;
    width: 113px;
    height: 19px;
    font-family: Avenir;
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.Rectangle_card_new {
    width: 90%;
    height: 250px;
    border-radius: 18px;
    margin: 0 0 0 13px;
    background-color: #171c33;
}

.view_img_cms {
    width: 275px;
    height: 250px;
    border-radius: 18px
}

.Rectangle_why_mutual_fund {
    width: 90%;
    height: 333px;
    margin: 5% 19px 5% 11px;
    padding: 30px 0 26px 7px;
    border-radius: 18px;
    background-color: #171c33;
}

/* .Why-Mutual-Fund {
           display: block;
           width: 193px;
           height: 23px;
           margin: 15px 63px 15px 58px;
           font-size: 29px;
           font-size: 16px;
           font-weight: 500;
           font-stretch: normal;
           font-style: normal;
           line-height: normal;
           letter-spacing: 1.13px;
           text-align: center;
           color: #fbfbf5;
       } */
.carsoul_ {
    width: 300px;
    height: 104px;
    margin: 15px 19px 21px 0;
    padding: 22px 25px 16px 20px;
    object-fit: contain;
    border-radius: 8px;
    background-color: #5491c6;
}

.Rectangle_do_you_know {
    width: 90%;
    /* height: 631px; */
    margin: 5% 19px 5% 11px;
    padding: 16px 1px 0;
    border-radius: 16px;
    background-color: #171c33;
}

.mgg_icon {
    width: 57%;

    margin: 0 0 0 51px;

}


.Do-you-know-if-you-a {
    display: block;
    font-family: 'Poppins', sans-serif !important;
    font-size: 29px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: -0.01px;
    text-align: center;
    color: #fafdfd;
}

.Present-value-of-Rs {
    display: block;
    width: 290px;
    height: 26px;
    margin: 14px 15px 46px 14px;
    font-size: 29px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: -0.01px;
    text-align: center;
    color: #fafdfd;
}

.Rectangle_sky_blue {
    width: 100%;
    height: 77px;
    margin: 46px 0 0;
    padding: 16px 32px 15px 34px;
    border-radius: 16px;
    background-color: #0676ed;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    text-align: center;
}

.For-your-long-term-g {
    /* font-size: 29px;
           font-size: 14px;
           font-weight: 600;
           font-stretch: normal;
           font-style: normal;
           line-height: 1.64;
           letter-spacing: -0.01px; */
    text-align: center;
    color: #fafdfd;
    font-family: 'Poppins', sans-serif !important;
}

.Rectangle_contact_circle {
    width: 90%;
    margin: -20% 2% 5% -2%;
    padding: 68px 1px 1px;
    border-radius: 8px;
    position: relative;
}

.Oval_mail_ {
    width: 150px;
    height: 150px;
    border-radius: 72px;
    /* position: absolute; */
    /* margin: 0 85px 201px 93px; */
    padding: 33px 16px 41px 18px;
    background-color: #dadada;
}

.Talk-to-your-friends {
    font-family: 'Poppins', sans-serif !important;
    display: block;
    /* width: 283px; */
    height: 62px;
    margin: 0 0 8px;
    font-size: 29px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.21;
    letter-spacing: -0.01px;
    text-align: center;
    color: #fafdfd;
}

.contactedhanamcom {
    width: 188px;
    height: 31px;
    margin: 8px 48px 8px 47px;
    font-size: 29px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.21;
    letter-spacing: -0.01px;
    text-align: center;
    color: #fafdfd;
}

.Path {
    width: 20.6px;
    height: 12.1px;
    margin: 4.3px 0 0;
    background-color: #fff;
}

.mainpagecalci_ {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #222b45;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh !important;
}

.cardmainbodycalci_ {
    /* min-height: 639px !important; */
    height: 100vh !important;
    width: 100%;
    margin: 1% 0;
    border-radius: 0.375rem;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}

.Rectangle_2stepdiv {
    width: 90%;
    height: 528px;
    margin: 25px 18px 32px 11px;
    padding: 2px 13px 42px 18px;
    border-radius: 18px;
    background-color: #171c33;
}












.svg-inline--fa {
    vertical-align: -0.200em;
}

.Rectangle-Copy {
    width: 2px;
    height: 11px;
    margin: -47px 0 0 49px;

}

.icon-user-group {
    margin: -10px 0 0 39px;
    color: white;
}

.portfolio_div {
    margin: -24px 0 0 224px;
    color: white;

}

.MaterialIcons-blackmenu {
    margin: -24px 0 0 285px;
}

.More {
    width: 25px;
    height: 15px;
    margin: 24px 0 0;
    opacity: 0.8;
    font-size: 29px;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
}

.oval_text {
    margin: 30% 5% 5% 5%;
    padding-top: 25%;
    padding-left: 5%;
    padding-bottom: 2%;
    background-color: #171c33;
    width: 100%;
    border-radius: 8px;
}

.Success-in-2-steps {
    width: 100%;
    height: 51px;
    font-size: 29px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    text-align: center;
    color: #fcfdfc;
}

.Success-in-2-steps .text-style-1 {
    font-size: 36px;
    letter-spacing: -1.06px;
}

.Rectangle_2step_ {
    width: 90%;
    height: 160px;
    margin: 58px 0 22px 6px;
    padding: 52px 18px 31.9px;
    border-radius: 8px;
    background-color: #003a6b;
}

.Oval_step_1 {
    width: 71px;
    height: 69px;
    margin: -93px 112px 11px 68px;
    padding: 11px 18px 7px 20px;
    border: solid 6px #959595;
    background-blend-mode: source-in;
    background-image: linear-gradient(to bottom, #222b45, #222b45);
    border-radius: 72px;
}

.Get-in-touch-with-us {
    display: block;
    width: 250px;
    height: 76.1px;
    font-size: 29px;
    font-size: 12px;
    font-weight: 200;
    font-stretch: normal;
    /* font-style: italic; */
    line-height: normal;
    letter-spacing: -0.01px;
    text-align: center;
    color: #98e5ff;
}

.Get-in-touch-with-us .text-style-1 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: -0.01px;
    color: #fafdfd;
}

.Rectangle_wealth {
    width: 90%;
    height: 407px;
    margin: 32px 19px 30px 11px;
    padding: 19px 23px 10px 24px;
    border-radius: 18px;
    background-color: #171c33;
}

.WEALTH-FOR-ALL {
    display: block;
    width: 161px;
    height: 31px;
    margin: 0 65px 28px 64px;
    font-size: 29px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: -0.01px;
    text-align: center;
    color: #fafdfd;
}

.Rectangle_75 {
    width: 90%;
    height: 284px;
    margin: 1px 19px 0px 11px;
    padding: 17px 15px 95px;
    border-radius: 18px;
    background-color: #171c33;
}

.INVEST-IN-INDIA-INVE {
    display: block;
    /* width: 321px;
                           height: 66px;
                           margin: 199px 0 19px -23px; */
    font-size: 29px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.03px;
    text-align: center;
    color: #00a457;
}

.INVEST-IN-INDIA-INVE .text-style-1 {
    font-size: 12px;
    letter-spacing: 0.02px;
    color: #f79633;
}

.INVEST-IN-INDIA-INVE .text-style-2 {
    font-size: 14px;
    letter-spacing: 0.03px;
    color: #fafdfd;
}

.Rectangle_edh {
    width: 90%;
    height: 122px;
    margin: 24px 2px -4px 11px;
    padding: 33px 76px 43px 85px;
    border-radius: 17px;
    background-color: #fff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}

.Rectangle_edh_ {
    width: 90%;
    height: 122px;
    margin: 3px 24px 34px 11px;
    padding: 33px 76px 43px 85px;
    border-radius: 17px;
    background-color: #171c33;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.Rectangle_edh_follow {
    width: 90%;
    height: 74px;
    margin: 6px 2px -4px 11px;
    padding: 33px 76px 43px 85px;
    border-radius: 17px;
    background-color: #171c33;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}

.Rectangle_edh_follow_ {
    display: flex;
    width: 90%;
    height: 92px;
    margin: 3px 24px 34px 11px;
    padding: 33px 76px 43px 85px;
    border-radius: 17px;
    background-color: #3da0d5;

    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.green_logo {
    margin: -8px 4px 1px -32px;
    width: 210px
}

.Rectanglebigboss_wealth {
    width: 119px;
    height: 119px;
    /* padding: 15px 19px 8px 16px; */
    /* opacity: 0.5; */
    border-radius: 6px;
    /* border: solid 1px rgba(255, 255, 255, 0.83); */
    margin: -16px 0px 0 -8px;
    border-radius: 10px;

}

.Rectanglebigboss_wealth1 {
    width: 119px;
    height: 119px;
    margin: -218px 3px 8px 152px;
    border-radius: 8px
}

.Rectanglebigboss_wealth2 {
    width: 119px;
    height: 119px;
    margin: -208px 3px 8px 152px;
    border-radius: 8px
}

.Rectangle_photo1 {

    width: 119px;
    height: 119px;
    margin: 28px 3px 8px 32px;
    border-radius: 8px;

}

.Family-Wealth {
    display: block;
    height: 40px;
    /* margin: -19px 29px 8px -9px; */
    font-size: 29px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.86;
    letter-spacing: 0.03px;
    text-align: center;
    color: #fafdfd;
}

.Investing-for-self {
    display: block;
    width: 119px;
    height: 36px;
    /* margin: -49px 27px 4px -6px; */
    font-size: 29px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.86;
    letter-spacing: 0.03px;
    text-align: center;
    color: #fafdfd;
}

.Retirement {
    display: block;
    width: 108px;
    height: 40px;
    margin: -58px 8px 0 154px;
    font-size: 29px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.86;
    letter-spacing: 0.03px;
    text-align: center;
    color: #fafdfd;
}

.Saving-for-future {
    display: block;
    width: 127px;
    height: 40px;
    margin: -62px 0 8px 148px;
    font-size: 29px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.86;
    letter-spacing: 0.03px;
    text-align: center;
    color: #fafdfd;
}

.aazadi {
    margin: -244px 0 0 -6px
}

.cartoon_read {
    width: 149px;
    margin: -12px 0 0 39px;

}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    /* margin: 0 2px; */
    background-color: #b8b2b273;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    margin: 44px 0 0 1px;
}

.active,
.dot:hover {
    background-color: white;

}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.Low-Cost-regulated {
    display: block;
    width: 107px;
    height: 66px;
    margin: 0 15px 0 48px;
    font-size: 29px;
    font-size: 14px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.low-cost {
    width: 47px;
    height: 34px;
    margin: -53px 0 16px 169px;
}

.ARN-262320 {
    display: block;
    width: 81px;
    height: 15px;
    margin: 7px 0 0;
    opacity: 0.7;
    font-family: Avenir;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fcf4f4;
}

.amf_img {
    width: 95px;
    margin: -11px 0 0 -10px
}

.bse_logo {
    width: 93px;
}

.BSE-57574 {
    display: block;
    width: 81px;
    height: 16px;
    margin: 14px 0 0;
    opacity: 0.7;
    font-family: Avenir;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.color_icon {
    color: #000 !important;
}

::-webkit-scrollbar {
    width: 10px;
    display: none;
}

/* -----------------------------------------mutual fund page------------------------------------------------------------------------------ */
/* mutual fund page csss */
.Invest_page_maindiv {
    width: 100%;
    height: 100vh;
    padding: 4px 0 0;
}

.Things-you-may-need {
    width: 170px;
    height: 16px;
    /* margin: 0 14.5px 16px 10.5px; */
    font-family: Avenir;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.kyctab {
    display: block;
    width: 49px;
    height: 27px;
    /* margin: 17px 10px 10px 25px;
    padding: 6px 47px 0px 16px; */
    border-radius: 19px;
    background-color: #171c33;
}

.KYC_text {
    display: block;
    width: 37px;
    height: 12px;
    font-family: HelveticaNeue;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.nominee_tab {
    display: block;
    width: 126px;
    height: 27px;
    /* margin: 16px 10px 10px;
    padding: 5px 10px 6px; */
    border-radius: 19px;
    background-color: #171c33;
}

.Nomination-details {
    display: block;
    width: 106px;
    height: 16px;
    font-size: 29px;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.FATCKA {
    display: block;
    width: 53px;
    height: 27px;
    /* margin: 16px 0 10px 10px;
    padding: 5px 5px 6px 10px; */
    border-radius: 19px;
    background-color: #171c33;
}

.RISK_INVEST {
    display: block;
    width: 78px;
    height: 27px;
    /* margin: 10px 10px 0 0;
    padding: 5px 10px 6px; */
    border-radius: 19px;
    background-color: #171c33;
}

.Risk-Profile {
    display: block;
    width: 58px;
    height: 16px;
    font-size: 29px;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.INVEST_INVEST {
    display: block;
    width: 139px;
    height: 27px;
    /* margin: -27px 21px 0px 91px;
    padding: 5px 11px 6px; */
    border-radius: 19px;
    background-color: #171c33;
}

.Investment-planning {
    display: block;
    width: 117px;
    height: 16px;
    font-size: 29px;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.tabs_q {
    margin: 0 0 0 10px;
}

/* .grph_invest {
    width: 325px;
    height: 214px;
    margin: 24px 18px 14px 17px;
    padding: 11px 9px 9px 13px;
    border-radius: 10px;
    background-image: linear-gradient(168deg, #171c33 12%, #4880ff 116%);
} */

.Invest-Rs100-per-da {
    display: block;
    width: 241px;
    height: 28px;
    /* margin: 2px 0 13px 14px; */
    font-family: HelveticaNeue;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.up-chart {
    display: block;
    width: 152px;
    height: 78px;
    /* margin: 33px 0 6px 16px;
    padding: 0.8px 74.8px 0.3px 51px; */
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(to right, #fefbfb 6%, #3eff6c 64%);
    border-image-slice: 1;
}

.Rectangle_btn_1 {
    display: block;
    /* width: 122px; */
    /* height: 26px; */
    /* margin: 8px 18px 0 86px; */
    padding: 4.5px 19px 6.5px;
    border-radius: 13px;
    background-color: rgba(237, 127, 51, 0.87);
}

.Invest-Now1 {
    display: flex;
    justify-content: center;
    width: 97px;
    height: 15px;
    font-size: 29px;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    color: #fff;
}
.Invest-Now2 {
    display: flex;
    justify-content: center;
    /* width: 97px; */
    height: 15px;
    font-size: 29px;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    color: #fff;
}



.Small-Cap1 {
    display: block;
    /* width: 55px; */
    height: 24px;
    /* margin: 7px 9px 17px 9px; */
    font-size: 29px;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.spanavrg {
    display: block;
    width: 63px;
    /* height: 33px; */
    /* margin: -41px 42px 17px 208px; */
    font-size: 20px !important;

    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.text-style-1 {
    font-size: 18px;
}










.chart_gr {
    display: block;
    height: 118px !important;
    width: 264px !important;
}

.loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 70%
}

/* ----------------------------------------------popoup goverment mutual fund page--------------------------------------------------------------------------------- */

.fade:not(.show) {
    opacity: 1;
}

.model_reg {
    /* width: 302px; */
    /* height: 249px; */
    /* margin: 368px 0 0 14px; */
    /* margin: 353px 28px 47px 113px; */

    border-radius: 40px;
    background-image: linear-gradient(to bottom, #0f1637 3%, #85a9ff 136%);
}

.Oval_model_reg {
    width: 100px;
    height: 100px;

    background-color: #b8ccff;
    border-radius: 42px;
}

.Government-of-India-Logo-Vector-PNG {
    width: 45px;
    height: 76px;
}

.Government-of-India-Logo-Vector-PNG-GP {
    width: 50px;
    height: 50px;
}

.As-per-the-guideline {
    display: block;
    width: 230px;
    height: 45px;

    font-size: 29px;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.Kindly-complete-the {
    display: block;
    width: 234px;
    height: 60px;
    margin: 0 0 -2px -84px;
    padding: 9px 0px 0px -26px;
    font-size: 29px;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.model_reg_bt {
    /* width: 95px;
        height: 26px; */
    padding: 0px 28px 6px 30px;
    border-radius: 13px;
    background-color: rgba(237, 127, 51, 0.87);

}

.Kindly-complete-the .text-style-1 {
    color: #fef602;
}

.Regster_text_model {
    display: block;
    width: 42px;
    height: 15px;
    font-size: 29px;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    color: #fff;
}

.model_transparent {
    background-clip: padding-box;
    background-color: transparent;
    /* border: 1px solid rgba(0, 0, 0, .2); */
    border-radius: 0.75rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
    border: none;
}

.model_query {
    opacity: 1;
}

@media screen and (max-width: 580px) {
    .model_query {
        left: 0 !important;
    }
}



/* -------------------------- */


.mainpagecalci {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #031e04;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardmainbodycalci {
    width: 100%;
    max-width: 670px;
    min-width: 360px;
    min-height: 967px;
    ;
    /* height: 967px; */
    border-radius: 0.375rem;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}

.cardheader {
    width: 100%;
    max-width: 100%;
    min-width: 360px;
    height: 54px;
    background-color: #171c33;
    display: flex;
    align-items: center;
    /* margin: 6px 0 0 -10px; */
}

.cardbody {
    width: 100%;
    max-width: 670px;
    min-width: 360px;
    height: 913px;
    background-image: linear-gradient(270deg, #265833, #051608);
}

.reasontab {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 15px 0;
}

.reasontabmainbd {
    width: 89%;
    height: 99px;
    background-color: #031e04;
    border-radius: 10px;
}

.resultcard {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.resultcardmainbd {
    width: 89%;
    /* height: 343px; should be added when all things are working*/
    border-radius: 10px;
    border: 1px solid #8faa95;
    box-shadow: 0 2px 4px #59accfb1;
}

.resultcardmainbd:hover {
    border: 1px solid #59accfb1;
}

.lablelmain {
    width: 100%;
    margin-top: 21px;
    padding-left: 5.5%;
}

label {
    color: #ffffff;
    font-size: 14px;
}

.inputmaindiv {
    width: 100%;
    padding-left: 5.5%;
}

.selectreason {
    width: 90%;
    background-color: #031e04;
    border: none;
    color: #fff;
    border-bottom: 1px solid;
    height: 34px;
}

.selectreason:hover {
    border: none;
    border-bottom: 1px solid #59accfb1;
}

.arrowleft {
    height: 16px;
    width: 16px;
    color: #fff;
    margin-left: 20px;
}

.headlab {
    margin-left: 16px;
    padding-top: 5px;
}

.lablelmainbd {
    width: 100%;
    /* margin-top: 18px;
    padding-left: 5.5%; */
    line-height: 1;
}

.inputbd {
    width: 90%;
    background-color: transparent;
    border: none;
    color: #fff;
    border-bottom: 1px solid;
    height: 25px;
}

.btnclass {
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nextButton {
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: end;
    align-items: center;

}

.nextButton button {
    height: 34px;
    width: 45%;
    border-radius: 21px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.emailOtpBtnDiv {
    height: 34px;
    width: 40%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.emailSendOtp {
    height: 34px;
    border-radius: 21px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.btnclass button {
    height: 34px;
    width: 175px;
    border-radius: 21px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.finalbtn {
    width: 260px !important;
    background-color: #0676ed !important;
    cursor: pointer;
}

/* startlumpsump */

/* svgicondiv center text */
.svgicondiv {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.svgiconsubdiv {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}

.svgicondiv img {
    height: 76px;
    width: 74px;
}

.svgiconsubdiv p {
    width: 70%;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.svgicondiv h6 {
    width: 50%;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.mainbodydivsls {
    width: 100%;
    background: transparent;
    padding: 15px 0;
}

.ortypediv {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

.ortypediv hr {
    width: 27%;
    height: 1px;
    background-color: #fff;
}

.ortext {
    color: #fff;
    font-size: 14px;
}

.lumpmaindiv {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lumpsumamountbrief {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lumpslab {
    width: 60% !important;
}

.lumpsinput {
    width: 40% !important;
}

.mainbtngroup {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
}

.btngroup {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btngroup button {
    height: 36px;
    width: 123px;
    background-color: transparent;
    color: #ffffff;
    margin: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
}

/* kyclumpsum */
.messageheader {
    width: 100%;

}

.messageheader h1 {
    font-size: 21px;
    color: #fff;
    font-weight: 500;
}

.messageblock {
    width: 100%;
    /* padding-top: 8px;
    padding-left: 5%;
    padding-right: 5%; */
}

.messageblock p {
    font-size: 14px;
    color: #fff;

}

.stepsdiv {
    width: 100%;
    /* margin-top: 12px;
    padding-left: 16%;
    padding-right: 16%; */
    display: flex;
    align-items: center;
}

.stepsdiv .setstab {
    width: 94px;
    height: 30px;
    border-radius: 0px;
    color: #fff;
    background-color: #031e04;
    font-size: 10px;
    text-align: center;
}

.sets {
    width: 94px;
    height: 40px;
    color: #fff;
    background-color: #031e04;
    border-radius: 14px;
    font-size: 10px;
    text-align: center;
}

.marginl-18 {
    margin-left: 24%;
}

.togg-div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.togg-btn {
    width: 160px;
    height: 31px;
    border: 1px solid #fff;
    /* margin-top: -20px; */
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.borderradleft {
    border-radius: 100px 0 0 100px;
    color: black;
    background-color: #fff;
}

.borderradright {
    border-radius: 0 100px 100px 0;
    color: #fff;
    background-color: #031e04;
}

.statusheader {
    width: 100%;
    height: 32px;
    /* margin-top: 12px; */
    background-color: #0a2c11;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    padding-left: 6%;
    border: 1px solid #94e0a6;
}

.statusheader img {
    width: 18px;
    height: 18px;
    margin-right: 3%;
}

.statusheader p {
    /* padding-top: 18px */
}

.notstartedkyc {
    width: 100%;
    /* padding: 14px 6% 14px 6%; */
    /* margin: 0px 0% 8px 0% !important; */
    /* padding: 0px 0% 5px 0% !important; */
}

.startedkyc {
    width: 100%;
    /* padding: 14px 6% 14px 6%; */
    /* margin: 0px 0% 8px 0% !important; */
    /* padding: 0px 0% 5px 0% !important; */
}

.notstartedplan {
    /* margin: 0px 0% 8px 0% !important; */
    /* padding: 0px 0% 5px 0% !important; */
}

.startedplan {
    /* margin: 0px 0% 8px 0% !important; */
    /* padding: 0px 0% 5px 0% !important; */
}

.maintab {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #8faa95;
    box-shadow: 0 2px 4px #59accfb1;
    border-radius: 8px;
}

.maintab p {
    /* padding-left: 6%; */
    /* padding-top: 12px; */
    font-size: 15px;
    color: #fff;
}

.maintabinfo {
    width: 100%;
    height: 554px;
    border: 1px solid #8faa95;
    box-shadow: 0 2px 4px #59accfb1;
    border-radius: 8px;
    display: none;
}

.cardbodykyc {
    width: 100%;
    /* max-width: 670px; */
    /* min-width: 360px; */
    background-image: linear-gradient(270deg, #265833, #051608);

}

.opentab {
    float: right;
    margin-left: 68%;
    color: #fff;
}

.mainblock {
    /* margin: 5%; */
    width: 100%;
    height: 100%;
}

.profiler {
    width: 91%;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.profilerimage {
    width: 13%;
    height: 37px;
}

.profilerdet {
    width: 75%;
    height: 37px;
    /* padding-left: 3%; */
}

.profilercloseicon {
    width: 12%;
    height: 75px;
}

.profilerimage img {
    width: 37px;
    height: 37px;
}

.profilerdet p {
    font-size: 15px;
    color: #fff;
    margin: 0 !important;
    line-height: 1;
}

.profsubtext {
    font-size: 12px;
    color: #c1d7c3;
}

.ptc-7 {
    /* padding-top: 7%; */
}

.contactinfo {
    margin-top: 8px;
    width: 33%;
    height: 21px;
    /* margin-left: 17%; */
    background-color: #0c2512;
    color: #fff;
    border-radius: 11px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.funcbtn {
    width: 100%;
    /* width: 91%; */
    /* margin-top: 20px; */
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxfunc {
    width: 62px;
    height: 67px;
    border: 1px solid #979797;
    border-radius: 8px;
}

.mlc-3 {
    /* margin-left: 3%; */
}

.ph-color {
    color: #cbffd6;
}

.btn-orange {
    background-color: #d66222 !important;
}

#kycplantab .nav-tabs {
    text-align: center;
    border: 4px solid transparent;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    border-radius: 38px 38px 38px 38px !important;
}

#kycplantab .nav .nav-item {
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#kycplantab .nav-link {
    display: block;
    padding: 0.25rem 0.25rem !important;
}

#kycplantab .nav .nav-link {


    background-color: transparent;

    /* color: var(--m1-tab-text); */
    color: white;
    /* transition: background-color 0.2s, color 0.2s; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
    border: 0;
    border-radius: 38px 2px 4px 37px;
    outline: none;

}

#kycplantab .nav .nav-link.active,
.nav .nav-link.active:hover {
    background-color: white;
    color: #004c2c;
    /* color: linear-gradient(270deg, #265833,#051608) !important; */
}

.maintabinfo1 {
    width: 100%;
    height: 100% !important;
    border: 1px solid #8faa95;
    box-shadow: 0 2px 4px #59accfb1;
    border-radius: 8px;
    display: none;
}

.rounded-left {
    border-top-left-radius: 1.375rem !important;
    border-bottom-left-radius: 1.375rem !important;
}

.rounded-right {
    border-top-right-radius: 1.375rem !important;
    border-bottom-right-radius: 1.375rem !important;
}

.fa-2x {
    font-size: 1.8em;
}

.boxfunc .text-sm {
    /* font-size: 55%; */
    text-align: center;
    line-height: 0.75rem;
}

.modal-success .modal-content {
    color: #fff;
    background-color: #003300 !important;
}


/* sonam */

/* button on click orange  */
.btn {
    background: #0676ed;
    border-radius: 42px !important;
    border-color: white;
}

.btn:focus {
    background: #d66222;
}

/* card  or card with image left side */



.card_view_details {
    max-width: 30em;
    flex-direction: row;
    background-color: #171c33;
    border: 0;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.18);
    margin: 3em auto;
}

@media screen and (max-width: 475px) {
    .card_view_details {
        font-size: 0.9em;
    }
}

.card_view_details_img {
    max-width: 88% !important;
    /* margin: auto; */
    /* padding: 0.5em; */
    border-radius: 0.7em;
}

.card_body1 {
    display: flex;
    justify-content: space-between;
}

/* search paceholder and search icon */
/* .search_icon{
        width: 24px ;
        height: 24px;
       margin-left: 89%;
         margin-top: -15%;
    } */

.form-control_search {

    background: transparent;
    color: white;
    font-size: 17px;
    border-radius: 88px;
    height: 38px;
    border-color: white;
    width: 100%;

}


/* pop up sweetalet (swal) */
.swal2-popup {
    background: #171c33 !important;
    color: #f8f8f8 !important;
}

.swal2-styled.swal2-confirm {
    background-color: #FF5722 !important;
    border-radius: 42px !important;
    width: 130px !important;
}

.swal2-styled.swal2-cancel {
    border-radius: 42px !important;
    background-color: #b3b3b391 !important;
    width: 130px !important;
}




.swal2-title {

    color: #9f9393;

    font-size: 16px;
}

.swal2-content {
    color: #fdfdfd;
}

.swal2-input[type=number] {
    max-width: 10em;
    max-height: 2rem;
    /* width: 100px; */
}


/* Deepak CSS - for All Taps  */

/* Both Taps */
.nav-link {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

.li-taps {
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.ul-tabs {
    /* text-align: center; */
    border: 4px solid transparent;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    border-radius: 38px 2px 4px 37px;
}

/* Tap-3 */
.activeNav {
    /* background: white !important; */
    color: orange !important;
    border-radius: 0 0px 0px 0px !important;
}


#model_1 .nav-tabs {
    text-align: center;
    border: 4px solid transparent;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    border-radius: 38px 2px 4px 37px;
}

#model_1 .nav .nav-item {
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#model_1 .nav .nav-link {
    background-color: #e3e6e452;
    color: #f6f5f5;
    transition: background-color 0.2s, color 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
    border: 0;
    border-radius: 38px 2px 4px 37px;
    outline: none;

}

#model_1 .nav .nav-link:hover {
    background-color: var(--m1-tab-hover-bg);
    color: var(--m1-tab-hover-text);

}


#model_1 .nav .nav-link.active,
#model_1 .nav .nav-link.active:hover {
    background: white;
    color: orange;
    /* border-radius: 0 38px 34px 1px; */
}

.right {
    border-radius: 2px 38px 37px 4px !important;
}

#model_1 .nav i {
    display: inline-block;
    margin: 0 0.4em 0 0;
    vertical-align: middle;
    text-transform: none;
    font-size: 1.3em;
    line-height: 1;
    speak: none;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* border-radius: 0 38px 34px 1px; */
}



/* swal popup */
.swal2-popup {
    background: #171c33 !important;
}



.swal2-content {
    color: #ffffff !important;
}

.custom-swal-text {
    color: white !important;
}


/* My Earning Page css */

.background-image {
    background: url('https://prolificapp.in/public/images/backgroundlog.jpeg');
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.rounded-element {
    width: 20%;
    border-radius: 138px;
}

.text-element {
    color: white;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    width: fit-content;
}

.centered-text {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 11px;
}


.registration-button {
    background-color: rgb(235 230 228 / 3%);
    color: white;
    border-radius: 42px;
    font-size: 15px;
    width: 50%;
    margin: 0 0 0 77px;
}


h2 {
    color: white;
    text-align: center;
}

.btnReg {
    background-color: #d66222;
    color: #FFF;
    border-radius: 42px;
    font-size: 15px;
    width: 100%;
}



/*CSS for  Pipeline */

.spanPipeline {
    display: inline-block;
    height: 34px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 12px;
    color: #95A69A;
}


h1,
h2 h3 {
    color: white
}


.btnPipeline {
    background-color: transparent;
    width: auto;
}


.tableheader {
    color: rgb(178, 174, 174);
}


.cardbodyPipeline {
    height: auto !important;
}


/* Details_of_Investment CSS */

.mainDivInvestment {
    background-color: #0a2c11;
    overflow-x: hidden;
}

/* Hide horizontal scrollbar */

.hiddenScrollbar {
    overflow-x: hidden;

}

.custom-box {
    width: 60%;
    border-radius: 138px;
}


p {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    width: fit-content;
}


.h1Investment {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-top: -20px;
}

/* span {
        font-size: 22px;
    } */

.buttonInvestment {
    border-radius: 42px !important;
    width: 160px;
    height: 40px;
}



.imgInv2 {
    border-radius: 0%;
    width: 800px;
    height: 243px;
}


.div2 {
    background: linear-gradient(90deg, rgba(19, 47, 25, 1) 5%, rgba(80, 107, 85, 1) 80%, rgba(71, 101, 77, 1) 100%);
    border-color: white;
    width: 320px;
    height: 20px;
}

.shadow {
    background-color: #132f19;
}


.div3 {
    width: 51px;
    height: 17px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    line-height: 17px;
}




.btnbox {
    background: transparent;
    border-radius: 5px !important;
    border-color: white;
}

.sets2 {
    width: 94px;
    height: 20px;
    color: #fff;
    background-color: #031e04;
    border-radius: 14px;
    font-size: 10px;
    text-align: center;
}

.agentimg {
    width: 100%;
    border-radius: 138px;
}

.spanSize {
    font-size: 22px;
}


.agentDiv {
    background-color: rgb(15, 43, 21);
    background: linear-gradient(90deg, rgba(15, 43, 21, 1) 8%, rgba(80, 107, 85, 1) 35%, rgba(71, 101, 77, 1) 72%);
    /* padding: 20px; */
    color: white;
}

.agentHref {
    border-color: white;
    color: white;
    background: rgb(15, 43, 21);
}

.agent_of_month {
    text-align: center;
    font-family: 'Merri Gables';
    font-size: 19px;
    color: #ffe299;
    line-height: 19px;
    width: 155px;
}


.agentimg2 {
    width: 80%;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

/* Task */
.viewaddmore {
    background-color: transparent !important;
    width: 258px !important;
}

.elsenodata {
    font-size: 15px !important;
    color: #ff7272 !important;
}

.Ptagheading {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    width: fit-content !important;
}

.Pearnloss {
    font-size: 15px !important;
    color: #ff7272 !important;
}

.Pnewearn {
    font-size: 15px !important;
    color: #c1d7c3 !important;
}

.vrline {
    width: 0.2% !important;
    height: 65px !important;
    background-color: #979797 !important;
}

.inlinecount {
    display: inline-block !important;
    width: 25px !important;
    height: 31px !important;
    font-family: 'Poppins', sans-serif;
    font-size: 25px !important;
    text-align: center !important;
}

.Ptaskname {
    width: 70px !important;
    height: 30px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13.2px !important;
    text-align: center !important;
    color: #ffffff !important;
    line-height: 16px !important;
    line-height: calc(12px + 3px) !important;
}

.switchTd {
    width: 8% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* .myCustomClass {
        padding-right: 0.3rem !important;
        padding-left: 0.3rem !important;
    }
    .thtdstyle {
        padding-right: 0.3rem !important;
        padding-left: 0.3rem !important;
    } */
/* send information */
.input-group .form-control {
    /* padding: 0px 10px !important;
    margin-top: 10px !important; */
    color: transparent !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    border: 2px solid #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-height: 100% !important;
    /* height: auto; */
    border-radius: 50px 50px 50px 50px !important;
}

.form-control :focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: transparent !important;

}

.cardbodysendinfo {
    width: 100%;
    /* max-width: 670px;
        min-width: 360px; */
    height: 100% !important;
    background-color: linear-gradient(270deg, #265833, #051608);
}

#ed-srch-term {
    border: 2px solid #fff !important;
}

.svgsearch {
    width: 28px !important;
    height: 52px !important;
    /* margin: 7px 0 0 -41px !important; */
}

.custom-swal-popup {
    background-color: #171c33 !important;
    color: white !important;
}

.custom-swal-title {
    color: white !important;
}

.custom-swal-content {
    color: white !important;
}

/*  */
.custom-swal-confirm-button {
    background-color: #76B947 !important;
    color: white;
}

.custom-swal-cancel-button {
    background-color: #7EC8E3 !important;
    color: white;
}

.swal2-html-container {

    color: #ffffff;
}

.model_goal_plancsss {
    width: 90%;
    margin-left: 20%;
}

/* Goal Planning */
.inputmaindiv2 {
    width: 100%;
    padding: 5%;
}

.cardbodygoalplan {
    /* width: 100%; */
    height: 100% !important;
    /* background-color: transparent; */
}

.img2 {
    /* width: 359px !important; */
    /* height: 243px !important; */

}

.lablelmain2 {
    width: 100%;
}

/* margin: -3px 3px 3px 20px; */

.svgicondiv h5 {
    width: 100% !important;
    color: #ffb0ba;
    text-align: center;
    font-size: 14px;
}

.reasontabmainbd2 {
    width: 100% !important;
    height: 100% !important;
    background-color: #031e04;
    border-radius: 10px;
}

.inputbd2 {
    width: 40%;
    background-color: transparent !important;
    border: none;
    color: #fff;
    border-bottom: 1px solid;
    height: 24px;
}

.text-sm-font {
    font-size: 1.175rem !important;
}

.rupyicon {
    font-size: 18px;
    color: white;
}

.calendricon {
    font-size: 16px;
}

.yellowtext {
    color: #FFDB08;
    font-size: 18px;
}
















/* footer,model,top-agent,card ,kyc tabc ,plan tabs squre */


/*------------------------ footer------------------------------- */
.footer_phone {
    /* width: 379px;
    height: 56px;
    padding: 8px 19px 9px 22px; */
    background-color: #000;
    color: white;
    bottom: 0;

}

.Home {
    display: block;
    width: 30px;
    height: 16px;
    /* margin: 12px 0px 0 -9px; */
    font-family: 'Poppins', sans-serif !important;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(206, 237, 242);
}

.Investment {
    display: block;

    font-family: 'Poppins', sans-serif !important;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(220, 220, 220);
    /* margin: 10px 0 0 -13px; */
}

.Community {
    display: block;
    width: 62px;
    height: 16px;
    /* margin: 6px 14px 0 6px; */

    font-family: 'Poppins', sans-serif !important;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
    /* margin: 9px 14px 0 -12px; */
}

.Portfolio {
    display: block;
    width: 41px;
    height: 15px;
    /* margin: 2px 0 0; */
    opacity: 0.8;
    font-family: 'Poppins', sans-serif !important;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
    /* margin: 10px 0px -2px -10px; */
}




/* model-------------------------------------------------------------------------------------------------------------------- */
.model_alll {
    /* margin: 135px 0 0 0; */
    border-radius: 11px;
    background-image: linear-gradient(to bottom, #0f1637 3%, #85a9ff 136%);
}

/*  */



/* accudience tab--------------------------------------------------------------------------------------------------------  */



/* square tab use for plan page ----------------------------------------------------------*/
.square_ttab {
    width: 100px;
    height: 103px;

    /* padding: 15px 22px 7px 23px; */
    border-radius: 8px;
    background-blend-mode: soft-light;
    background-image: linear-gradient(to bottom, #171c33, #171c33);
}

.img_for_tab_square {
    width: 100%;
    height: 72%;
    /* margin: 0 0 8px; */
}

.Those-who-create-goa {
    display: block;
    width: 325px;
    height: 32px;
    /* margin: 30px 15px 23px 20px; */
    font-family: 'Avenir', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
}

.row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.f_3tabs {
    height: 32px;
    /* margin: 30px 15px 23px 35px */
}

.text_image_content {
    display: block;
    width: 97px;
    height: 22px;
    /* margin: 7px 0 0 -18px; */
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
    color: white;
}

/* goal planing plan tab */
.Rectangle_risk_tabs {
    width: 321px;
    height: 108px;
    /* margin: 13px 23px 21px 16px; */
    /* padding: 17px 8px 6px 14px; */
    object-fit: contain;
    opacity: 0.85;
    border-radius: 14px;
    background-color: #101c3f;
}

.Line-5 {
    width: 2px;
    height: 76px;
    /* margin: -7px 46px 0px 14px; */
    border: solid 1px #979797;
}




.ssss {
    width: 309px;
    height: 30px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
}










.Great-Here-is-the-s {
    display: block;
    width: 270px;
    height: 30px;
    /* margin: 0 21px 12px 0; */
    font-family: 'Poppins', sans-serif !important;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.25px;
    text-align: center;
    color: white;
}

.Our-recommended-fund_check {
    display: block;
    width: 167px;
    height: 15px;
    /* margin: 1px 69px 8px 8px; */
    font-family: 'Poppins', sans-serif !important;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
}

/* -----------------------------------------------------------------plan -page -----------------------------------------------------------------------------*/
.plan_card_ {
    width: 327px;
    height: 100px;
    /* margin: 13px 17px 15px 16px;
    padding: 9px 88px 10px 83px; */
    object-fit: contain;
    border-radius: 8px;
    background-color: #090f26;
}

.display_row_C {
    display: flex;
    flex-wrap: wrap;
    /* width: 90%; */
}

.Oval_goal_planing {
    /* width: 50px;
    height: 50px;*/
    /* margin: 19px 18px 0 34px;
    padding: 12px 4.5px 14px 7.5px; */
    border: solid 1px #e2fcc6;
    border-radius: 42px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.Set-Goals_text {
    display: block;
    width: 38px;
    height: 24px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.25px;
    text-align: center;
    color: white;
}

.Goals-Completed-0 {
    display: block;
    /* width: 102px; */
    height: 15px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: white;
}

.Risk-profileques_card {
    width: 90%;
    height: auto;
    /* margin: 17px 21px 27px 18px;
  padding: 12px 10px 9px 13px; */
    object-fit: contain;
    opacity: 0.85;
    border-radius: 14px;
    background-color: #151a30;
}

.you-inherit-a-large {
    display: block;
    width: 298px;
    height: auto;
    /* margin: -28px 0 0 -36px; */
    font-family: 'Poppins', sans-serif !important;
    font-size: 9px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.36px;
    text-align: center;
    color: #98ff05;
}

.You-invest-in-small {
    display: flex;
    flex-wrap: wrap;
    display: block;
    /* width: 260px; */

    font-family: 'Poppins', sans-serif !important;
    font-size: 9px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.36px;
    color: white;
}


/* footer css */
.cusfooter {
    height: 56px;
    width: 100%;
    background-color: transparent;
    justify-content: center;
    display: flex;

}

.footer_div {
    max-width: 800px !important;
    height: 56px;
    width: 100%;
    background-color: #171c33;
    justify-content: center;
    align-items: center;

}

.icon-container-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carsoual_card_ {
    height: 104px;
    padding: 22px 13.9px 16px 20px;
    object-fit: contain;
    border-radius: 8px;
    background-color: #5491c6;
}

/* social media css */
.Rectangle_white_half_follow {
    width: 90%;
    /* Full width */

    height: auto;
    /* Height adjusts automatically based on content */
    margin: 20px auto 0;
    /* Centered with adjusted vertical margin */
    padding: 20px;
    /* Adjusted padding for spacing */
    border-radius: 18px 18px 0 0;
    /* Top corners rounded */
    background-color: #000000
}

.Rectangle_blue_half_bottom_follow {
    width: 90%;
    /* Full width */
    height: auto;
    /* Height adjusts automatically based on content */
    margin: 0 auto 20px;
    /* Centered with adjusted vertical margin */
    padding: 20px;
    /* Adjusted padding for spacing */
    border-radius: 0 0 18px 18px;
    /* Bottom corners rounded */
    background-color: #3da0d5;
    /* background-color: rgb(59, 75, 83); */
}

.checkdivclass {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
}

.green_btn {

    padding: 16px 46px 13px;
    border-radius: 8px;
    box-shadow: 0 5px 20px 0 rgba(90, 202, 157, 0.05);
    background-color: #00d09c;
}


.loaderlumpsum {
    position: fixed;
    top: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-overlaylumpsum {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222b45;
    display: none;
    z-index: 9999;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loader-overlaylumpsum.active {
    display: block;
    color: white;
    background-color: #222b45;
    padding-top: 27%;
}

/* my order */
.myo_tab-content {
    display: none;
}

.tabs_myo {
    display: flex;
    justify-content: center;
    align-items: center;
}

label {
    margin-bottom: 0 !important;
}

.grouptabs_myo {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 12px;
}

.vl {
    border-right: solid 3px gray;
}

.Purple_check {
    width: 34.9px;
    height: 34.9px;
    /* opacity: 0.5; */
    background-color: white;
    border-radius: 42px;
}

.sub_check {
    margin: 28% 5% 5% 28%;
    font-size: 20px;
}

.Rectangle_edit {
    margin: 3%;
    border-radius: 5px;
    background-color: #f1f0f0;
}

.sub-tabs_myo {
    display: flex;
    justify-content: center;

}

.tabButtons_myo {
    background-color: transparent;
    color: white;
}

#Data hr {
    margin: 3% !important;
    margin-top: 2rem;
    margin-bottom: 0rem !important;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border: 1px solid
}

/* model text */
.goal_P_mod {
    width: auto;
    height: 15px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.font_size8_text {
    font-family: 'Poppins', sans-serif !important;
    font-size: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.83px;
    text-align: center;
    color: #fff;
}

.card_color_goal {
    height: 84px;
    margin: 16px 0;
    padding: 14px 5px 22px 4px;
    border-radius: 2px;
    background-image: radial-gradient(circle at 50% 50%, #0477b6, #142946 51%);
}

.Set-Goals {
    display: block;
    height: 15px;
    margin: 8px 38px 0 0;
    font-family: 'Poppins', sans-serif !important;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    /* text-align: center; */
    color: #fff;
}

/* menu */
.menutab_oval {
    /* width: 72px;
        height: 72px;
        padding: 21px 21px 22px 22px; */
    /* border-radius: 36px;
        border: solid 1px #7d7e7e; */
}

.menu_text_oval {
    font-family: Poppins;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

/* ================================learn plan screen ========================*/
.card_learn_white {
    width: 90%;
    height: auto;
    margin: 5% 5% 5% 5%;
    object-fit: contain;
    opacity: 0.85;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    border-radius: 0 0 18px 18px;
    /* background-color: #151a30; */
}

.darkscree_half {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    border-radius: 0 0 18px 18px;
    background-color: #171c33;
}

.white_half {
    width: 100%;
    /* Full width */
    height: auto;
    /* Height adjusts automatically based on content */
    padding: 13px;
    /* Adjusted padding for spacing */
    border-radius: 11px 11px 0 0;
    /* Top corners rounded */
    background-color: #fff;
}

/* ======================LEARN PLAN SCREEN================================ */
.Title-Mutual-funds {
    /* width: 295px; */
    height: 37px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.48px;
    color: #000;
}

.Title-Mutual-funds .text-style-1 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.56px;
}

.learn_profile {
    width: 33.9px;
    height: 31.9px;
    border-radius: 24px;
}

.fev_mark {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    border: solid 1px #979797;
}

.A-mutual-fund-is-a-p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.48px;
    color: #fdfdfd;
}

.Rectangle_maintab_learnlearn {
    width: 50%;
    padding: 9px 30px 9px 5px;
    /* opacity: 0.9; */
    border-radius: 10px;
    background-color: #171c33;
}


/* tabs css */
.tab_learn:hover {
    /* background-color: #ddd; */
}

.sub-tab_learn {
    cursor: pointer;
    padding: 10px 20px;
}

.sub-tab_learn:hover {
    /* background-color: #ddd;   */
}

.tab_learn-content,
.sub-tab_learn-content {

    background-color: transparent;
    display: none;
}

.tab_learn-content.active_lern,
.sub-tab_learn-content.active_lern {
    display: block;
}

.active_lern,
.dot:hover {
    background-color: transparent;
}

.sub-tab_learn.active_lern {
    color: white;
}

/* vdo */
.vdocss__card {
    padding: 7px 0 20px 1px;
    background-color: #090f26;
}

.nextvdo {
    width: 50%;
    height: 67px;
}

.Mutual-funds-in-nuts {
    font-family: Poppins;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    /* font-style: italic; */
    line-height: normal;
    letter-spacing: 0.4px;
    color: #fff;
}

.vdotime {
    width: 35px;
    height: 15px;
    margin: 5px 170px 0 11px;
    font-family: Poppins;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #3f6cd6;
}

.NEXT {
    font-family: Poppins;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.56px;
    color: #ffa96e;
}

.Linefev {

    height: 1px;
    margin: 4px 0 8px 5px;
    opacity: 0.51;
    border: solid 1px #979797;
}

.icon_gap1 {
    margin-right: 40px;
}

.button_text {
    font-size: 12px;
}

/* ------------------------------------------KYC CSS ADD  --------------------------------------------------------------- */
.REgistrationbgcard {
    width: 90%;
    margin: 5% 2% 0 5%;
    padding: 3% 2% 7% 2%;
    border-radius: 10px;
    background-color: #171c33;

}

.inputboarder {
    width: 90%;
    height: 40px;
    margin: 5% auto 4% auto;
    padding: 1% 3% 2% 4%;
    border-radius: 8px;
    border: solid 1px #fff;
}

.input_fields_without_border_kyc {
    background: none;
    border: none;
    width: 90%;
    outline: none;
    margin-bottom: 0px;
    color: lightgray;

}

.panname {
    width: 90%;
    height: 40px;
    margin: 5% 5%;
    padding: 1% 4%;
    border-radius: 5px;
    background-color: #2e3b5e;
}

.ShowError {
    width: 90%;
    height: 40px;
    margin: 5% 5%;
    padding: 1% 4%;
    border-radius: 5px;
    background-color: red;
}

.check_done {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-top: -5%;
}

@media screen and (max-width: 600px) {
    .check_done {
        margin-top: -8%;
    }
}

.Uploade {
    width: 82%;
    height: auto;
    margin: 0 4% 0 0;
    padding: 2% 2.5% 2.3% 2.3%;
    border-radius: 2.5vw;
    border: solid 1px #979797;
}

.Line_kyc {
    width: 0.2em;
    height: 11vh;
    margin: 0 2.5vh;
    border: 2px dotted #979797;
    top: 50%;

}

.camline {
    width: auto;
    height: 0.5%;
    margin: 2.8% 2% 7% 2.5%;
    border: solid 1px #979797;
}

.BUTTON {
    height: 26px;
    border-radius: 13px;
    background-color: rgba(237, 127, 51, 0.87);
    color: white;
}

.BUTTON_blue {
    height: 26px;
    border-radius: 13px;
    background-color: #006fff;
    color: white;
}

.Select-File {
    opacity: 0.5;
    font-size: 12px;
    color: #fff;
}

.verified_text {
    display: block;


    height: 17px;
    margin: 3% 0 0 -1.2px;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #62ff91;

}

.panname_VERIFYNAME {
    width: 100%;
    height: 19px;
    /* margin: 2px 0 2px 9px; */
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.panname_kyc {
    width: 90%;
    height: 40px;
    margin: 5% 5%;
    padding: 1% 4%;
    border-radius: 5px;
    background-color: #2e3b5e;
}

.font_size13px {
    font-size: 13px;
}

.iconcoloradd {
    color: black;
}


/* ===========New 26 sep=================== */


.sip-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.sip-header input {
    background-color: #333;
    border: none;
    color: #fff;
    padding: 5px;
    width: 100px;
    border-radius: 5px;
    margin-right: 10px;
}

.sip-header button {
    background-color: #666;
    border: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.sip-content {
    background-color:#151a30;
    color: white;
    width: 90%;
    height: auto;
    margin: 0 auto 0px;
    padding: 20px;
    border-radius: 0 0 18px 18px;
}

.sip-content .sip-item {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 10px; */
    margin: 0 20px 10px 12px;
}

.lumpsum-item {
    display: flex;
    justify-content: space-between;
    width: 90%;
    /* margin-bottom: 10px; */
    margin: 0 20px 10px 12px;
}

.sip-content .sip-item:last-child {
    margin-bottom: 20px;
}

.sip-content .sip-item .sip-price {
    color: #ff9900;
}

.lumpsum-price {
    color: #ff9900;
}

.sip-content .sip-place-order {
    display: flex;
    justify-content: end;
}

.sip-content .sip-place-order button {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    cursor: pointer;
    border: solid 1px #979797;
    font-size: 14px;
    font-family: 'Poppins';
}

.sip-content .sip-place-order1 {
    display: flex;
    justify-content: end;
}

.sip-content .sip-place-order1 button {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    cursor: pointer;
    border: solid 1px #979797;
    font-size: 14px;
    font-family: 'Poppins';
}

.sip-content .sip-place-order1 button:hover{
    background-color: orange;
}

.unique-container {
    display: flex;
    align-items: center;
}

.unique-label {
    margin-right: auto;
    font-size: 18px;
    color: #b7aeae;
    /* letter-spacing: 1.46px; */
}

.unique-input-container {
    display: flex;
    align-items: center;
    background-color: transparent;
    border-radius: 20px;
    padding: 0px 11px;
    border: solid 2px #979797;
    height: 37px;
    margin: 0 5px 0px 2px;
}

.unique-currency-symbol {
    color: #fff;
    font-size: 19px;
    margin-right: 5px;
}

.unique-input-field {
    background-color: transparent;
    border: none;
    color: #555;
    font-size: 18px;
    width: 95px;
}

.unique-input-field_one {
    background-color: transparent;
    border: none;
    color: #555;
    font-size: 15px;
    width: 95%;
}

.unique-input-field:focus {
    outline: none;
}

.unique-ok-button {
    background-color: rgb(79, 79, 79);
    border: none;
    color: #fff;
    cursor: pointer;
    border-left: solid 2px #979797;
    font-size: 16px;
    margin: -1px -18px 0px 8px;
    border-radius: 0px 22px 24px 0px;
    height: 37px;
    width: 56px;
    border: solid 2px #979797;
    font-family: 'Poppins';
    font-weight: 1 !important;
    /* background-color: rgb(79, 79, 79);
    border: none;
    color: #fff;
    cursor: pointer;
    border-left: solid 2px #979797;
    font-size: 16px;
    margin: 0px -11px 0px 8px;
    border-radius: 0px 22px 24px 0px;
    height: 33px;
    width: 47px; */
}
.Excellent-option-to {
    height: 54px;
    opacity: 0.5;
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #feffff;
  
  }
  .nevy_blue_color_addnew{
    padding: 3px 3px;
    border-radius: 8px;
    background-color: #0676ed;
    width: auto;
    border-radius: 10px;
  }

/* .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
  
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
  
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators button {
    flex: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color:gray;
    cursor: pointer;
}

.carousel-indicators button.active {
    background-color: white;
} */.Rectangle_white_half_follow_newcard {
    width: 90%;
    height: auto;
    margin: 17px auto 0;
    padding: 11px 9px;
    border-radius: 10px 10px 0 0;
    background-color: #0d0f19;
}.sonam {
    font-family: 'Poppins', sans-serif; /* Family: Poppins */
    font-weight: 400; /* Weight: Regular */
    font-size: 14px; /* Size: 14px */
    letter-spacing: -0.41px; /* Letter Spacing: -0.41px */
    margin-bottom: 0px; /* Paragraph Spacing: 0px */
}
