/*================== Latest update : July 4th, 2022 ==================*/

/*@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');*/

/* Font Declaration*/

/*@font-face {
    font-family: "nunitolight";
    src: url("/Content/fonts/nunito-light-webfont.woff2") format("woff2"), url("/Content/fonts/nunito-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "nunitoregular";
    src: url("/Content/fonts/nunito-regular-webfont.woff2") format("woff2"), url("/Content/fonts/nunito-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "nunitosemibold";
    src: url("/Content/fonts/nunito-semibold-webfont.woff2") format("woff2"), url("/Content/fonts/nunito-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "nunitoblack";
    src: url("/Content/fonts/nunito-black-webfont.woff2") format("woff2"), url("/Content/fonts/nunito-black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "nunitobold";
    src: url("/Content/fonts/nunito-bold-webfont.woff2") format("woff2"), url("/Content/fonts/nunito-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "nunitoextrabold";
    src: url("/Content/fonts/nunito-extrabold-webfont.woff2") format("woff2"), url("/Content/fonts/nunito-extrabold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}*/

/* new font lorin start*/
@font-face {
    font-family: 'Lorin';
    src: url('/Content/fonts/lorin/Lorin-Bold.eot');
    src: url('/Content/fonts/lorin/Lorin-Bold.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/lorin/Lorin-Bold.woff2') format('woff2'), url('/Content/fonts/lorin/Lorin-Bold.woff') format('woff'), url('Lorin-Bold.ttf') format('truetype'), url('/Content/fonts/lorin/Lorin-Bold.svg#Lorin-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lorin';
    src: url('/Content/fonts/lorin/Lorin-Light.eot');
    src: url('/Content/fonts/lorin/Lorin-Light.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/lorin/Lorin-Light.woff2') format('woff2'), url('/Content/fonts/lorin/Lorin-Light.woff') format('woff'), url('/Content/fonts/lorin/Lorin-Light.ttf') format('truetype'), url('/Content/fonts/lorin/Lorin-Light.svg#Lorin-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lorin';
    src: url('/Content/fonts/lorin/Lorin-Regular.eot');
    src: url('/Content/fonts/lorin/Lorin-Regular.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/lorin/Lorin-Regular.woff2') format('woff2'), url('/Content/fonts/lorin/Lorin-Regular.woff') format('woff'), url('/Content/fonts/lorin/Lorin-Regular.ttf') format('truetype'), url('/Content/fonts/lorin/Lorin-Regular.svg#Lorin-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lorin';
    src: url('/Content/fonts/lorin/Lorin-ExtraBold.eot');
    src: url('/Content/fonts/lorin/Lorin-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/lorin/Lorin-ExtraBold.woff2') format('woff2'), url('/Content/fonts/lorin/Lorin-ExtraBold.woff') format('woff'), url('/Content/fonts/lorin/Lorin-ExtraBold.ttf') format('truetype'), url('/Content/fonts/lorin/Lorin-ExtraBold.svg#Lorin-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/* new font lorin end*/

/* Font Declaration*/

html {
    /* font-family: halyard-display, sans-serif; 
    font-family: 'Work Sans', sans-serif;*/
    /*font-family: "nunitoregular";*/
    font-family: 'Lorin' !important;
    font-weight: normal;
    font-style: normal;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    letter-spacing: -0.40px;
    font-size: 62.5%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.header a {
    cursor: pointer;
    text-decoration: none !important;
}

body {
    /*font-family: "Nunito", sans-serif !important;
    font-weight: 400;*/
    /*font-family: "nunitoregular";*/
    font-family: 'Lorin' !important;
    font-weight: normal !important;
    font-size: 62.5%;
}

/**Overriding CMS styles**/
.col-lg-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/*.row {
    
    width: 89%;
    margin: 0 auto !important;
}*/
button:active, button:focus {
    outline: none;
}

.menu_IAP_heading {
    font-size: 2rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.6px;
    color: #ffffff;
}

a {
    /*color: #007ee7;*/
    color: #0081e4;
    text-decoration:none;
}

#search {
    cursor: pointer;
    float: left;
    margin-top: 7px;
    position: fixed;
    margin-left: 5px;
}

.menu-trending-funds a, .view-all-funds {
    cursor: pointer;
}

/* Absolute Center Spinner */
.loadingx {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    z-index: 3004;
    background: rgba(0,0,0,.5);
}

    .loadingx .imgAni img {
        /*margin-bottom: 14px;
        width: 63px;
        height: 61px;*/
        width: 140px;
        height: auto;
    }

    .loadingx p {
        font-size: 1.4rem;
        /*margin: 0;*/
        margin: -20px 0 0 0;
        color: #fff;
    }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
img {
    display: block;
}

nav {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
        text-decoration: none;
    }

    a:hover {
        color: #0081e4 !important;
        cursor: pointer;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 800;
    /*font-family: "nunitosemibold";*/
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    /*font-family: monospace, monospace;*/
    font-size: 1em;
    /*font-family: "nunitoregular" !important;*/
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    margin: 0;
    font-weight: normal !important;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
        opacity: 0.5;
        pointer-events: none;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox],
    input[type=radio] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button,
        input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    list-style: none;
    text-decoration: none;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
}


button {
    /*font-family: 'nunitosemibold';*/
    font-weight: 500 !important;
    letter-spacing: 0.45px;
    font-size: 1.4rem;
}

.sectionPadding {
    /*padding-top: 72px;*/
    padding-top: 86px;
    max-width: 1480px;
    margin: 0 auto;
    /*overflow:hidden;*/
}

header, .sectionPadding, footer {
    /* max-width: 1500px;
    margin: 0 auto;*/
}

.close-mob-menu {
    cursor: pointer;
}
/*dark theme start*/
.dark-theme-strip {
    padding: 6px 45px 4px;
    background-color: #001D37;
    display: flex;
    justify-content: end;
    /*display:none !important;*/
    position: relative;
}

.left-content {
    position: absolute;
    left: 10px;
}

    .left-content a {
        color: #fff;
        font-size: 14px;
        padding-left: 15px;
        line-height: 17px;
    }

        .left-content a:hover {
            color: #fff !important;
            font-size: 14px;
            padding-left: 15px;
            line-height: 17px;
        }

.right-content{
    color: #fff;
    font-size: 14px;
    padding-left: 15px;
    line-height: 17px;
    display: flex;
}

    .right-content a{
        text-decoration:none;
    }
    /*dark theme end*/
    header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 9;
        width: 100%;
        border-bottom: 1px solid #d8d8d8;
        background-color: #fff;
        /*height: 58px;*/
    }

.logo-navbar {
    padding: 0 30px;
}

header .row {
    align-items: center;
}

header nav ul {
    padding: 0;
    margin: 0;
}

header .logo {
    width: 100%;
    max-width: 140px;
}

    header .logo a {
        cursor: pointer;
    }

header nav {
    /*width: 55%;*/
    /*margin-left: 50px;*/
    margin-left: 32px;
}
header a{
    text-decoration:none !important;
}
header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    padding-right: 30px;
}

        header nav ul > li {
            margin-left: 40px;
            /*width: 22%;*/
        }

            header nav ul > li > a {
                padding: 18px 0;
                display: block;
                text-decoration:none;
            }

            header nav ul > li:first-child {
                margin-left: 0;
            }

            header nav ul > li.has-sub-level > a {
                position: relative;
                padding-right: 20px;
                color: black;
                font-weight: 500;
                /*font-family: nunitosemibold;*/
            }

                header nav ul > li.has-sub-level > a::before {
                    content: "";
                    position: absolute;
                    top: 49%;
                    /*left: 100%;*/
                    left: calc( 100% - 6px );
                    -webkit-transform: translateY(-50%) rotate(45deg);
                    transform: translateY(-50%) rotate(45deg);
                    border-right: 0.9px solid #000000;
                    border-bottom: 0.9px solid #000000;
                    width: 4px;
                    height: 4px;
                }

                header nav ul > li.has-sub-level > a::after {
                    content: "";
                    border-top: 4px solid #1f94ee;
                    border-radius: 2px;
                    border-bottom-left-radius: 4px;
                    border-bottom-right-radius: 4px;
                    position: absolute;
                    top: 0;
                    width: 100%;
                    left: 0;
                    display: none;
                }

            header nav ul > li.has-sub-level.active > a::before {
                -webkit-transform: rotate(225deg);
                transform: rotate(225deg);
                border-color: #0081e4;
            }

            header nav ul > li.has-sub-level.active > a::after {
                display: block;
            }

            /*header nav ul > li.has-sub-level.active:hover .sub-menu-wrapper {
                    display: -webkit-box !important;
                    display: -ms-flexbox !important;
                    display: flex !important;
                    -webkit-animation: fadeIn 100ms;
                    animation: fadeIn 100ms;
                }

                header nav ul > li.has-sub-level.active:not(:hover) .sub-menu-wrapper {
                    display: none !important;
                    -webkit-animation: fadeOut 100ms;
                    animation: fadeOut 100ms;
                }*/

            header nav ul > li.has-sub-level:hover .sub-menu-wrapper {
                display: -webkit-box !important;
                display: -ms-flexbox !important;
                display: flex !important;
                -webkit-animation: fadeIn 50ms;
                animation: fadeIn 50ms;
            }

            header nav ul > li.has-sub-level:not(:hover) .sub-menu-wrapper {
                display: none !important;
                -webkit-animation: fadeOut 50ms;
                animation: fadeOut 50ms;
            }

            header nav ul > li > a {
                font-size: 1.3rem;
                color: #000000;
                letter-spacing: 0.44px;
            }

            header nav ul > li .sub-menu-wrapper {
                position: absolute;
                top: 101%;
                left: 0;
                width: 100%;
                z-index: 1;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
            }

                header nav ul > li .sub-menu-wrapper::before {
                    content: "";
                    position: absolute;
                    top: -20px;
                    left: 0;
                    width: 100%;
                    padding: 10px;
                    background: transparent;
                }

                header nav ul > li .sub-menu-wrapper .sub-menu-col {
                    padding: 40px;
                    background-color: #fff;
                }

                    header nav ul > li .sub-menu-wrapper .sub-menu-col .sub-menu-left-col-heading {
                        font-size: 2rem;
                        font-weight: 500;
                        /*font-family: "nunitosemibold";*/
                        line-height: 1.3;
                        letter-spacing: 0.6px;
                        color: #ffffff;
                        margin-bottom: 25px;
                        opacity: 0.3;
                    }

                    header nav ul > li .sub-menu-wrapper .sub-menu-col .left-col-links {
                        font-size: 1.6rem;
                        font-weight: 500;
                        /*font-family: "nunitosemibold";*/
                        line-height: 1.63;
                        letter-spacing: 0.48px;
                        color: #ffffff;
                        margin-bottom: 18px;
                        display: block;
                    }

                        header nav ul > li .sub-menu-wrapper .sub-menu-col .left-col-links:last-child {
                            margin-bottom: 32px;
                        }

                        header nav ul > li .sub-menu-wrapper .sub-menu-col .left-col-links.light {
                            opacity: 0.6;
                            margin-bottom: 10px;
                        }

                    header nav ul > li .sub-menu-wrapper .sub-menu-col .view-more-services {
                        font-size: 1.8rem;
                        font-weight: 800;
                        /*font-family: "nunitoextrabold";*/
                        letter-spacing: 0.56px;
                        color: #ffffff;
                        margin-top: 19px;
                        display: inline-block;
                        position: relative;
                    }

                        header nav ul > li .sub-menu-wrapper .sub-menu-col .view-more-services::before {
                            content: "";
                            width: 24px;
                            border: 1px solid #fff;
                            -webkit-transform: rotate(180deg);
                            transform: rotate(180deg);
                            position: absolute;
                            top: 13px;
                            right: -33px;
                        }

                        header nav ul > li .sub-menu-wrapper .sub-menu-col .view-more-services::after {
                            content: "";
                            padding: 5px;
                            border-width: 2px;
                            border-style: solid;
                            border-color: #fff #fff transparent transparent;
                            position: absolute;
                            top: 7px;
                            right: -32px;
                            -webkit-transform: rotate(45deg);
                            transform: rotate(45deg);
                        }

                        header nav ul > li .sub-menu-wrapper .sub-menu-col .view-more-services.text-blue {
                            color: #0081e4;
                        }

                            header nav ul > li .sub-menu-wrapper .sub-menu-col .view-more-services.text-blue::before {
                                border-color: #0081e4;
                                right: 50px;
                            }

                            header nav ul > li .sub-menu-wrapper .sub-menu-col .view-more-services.text-blue::after {
                                border-color: #0081e4 #0081e4 transparent transparent;
                                right: 50px;
                            }

                        header nav ul > li .sub-menu-wrapper .sub-menu-col .view-more-services.if-two {
                            width: 50%;
                            padding-left: 15px;
                        }

                    header nav ul > li .sub-menu-wrapper .sub-menu-col:first-child {
                        width: 20%;
                        background-color: #004071;
                    }

                    header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 {
                        width: 80%;
                    }

                        header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .view-more-services {
                            margin-top: 0;
                            cursor: pointer;
                        }

                        header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            margin-left: -15px;
                            margin-right: -15px;
                        }

                            header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list .right-menu-link {
                                width: 25%;
                                margin-bottom: 25px;
                                vertical-align: top;
                                min-height: 90px;
                                padding-left: 15px;
                                padding-right: 15px;
                                text-decoration:none;
                            }

                                header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list .right-menu-link.width100 {
                                    width: 100%;
                                    display: block;
                                    min-height: inherit;
                                }

                                    header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list .right-menu-link.width100 .sub-menu-info {
                                        width: 85%;
                                    }

                                    header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list .right-menu-link.width100.mt60 {
                                        margin-top: 60px;
                                    }

                                /*header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list .right-menu-link:last-child {
                                        margin-right: 0;
                                    }*/

                                header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list .right-menu-link .sub-menu-name {
                                    display: block;
                                    font-size: 1.8rem;
                                    font-weight: 500;
                                    /*font-family: "nunitosemibold";*/
                                    color: #222222;
                                    letter-spacing: 0.47px;
                                    line-height: 1.44 !important;
                                    letter-spacing: 0.54px !important;
                                    margin-bottom: 3px;
                                    cursor: pointer;
                                }

                                    header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list .right-menu-link .sub-menu-name.m18 {
                                        margin-bottom: 18px;
                                    }

                                        header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list .right-menu-link .sub-menu-name.m18:last-child {
                                            margin-bottom: 0;
                                        }

                                    header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list .right-menu-link .sub-menu-name .new-tag {
                                        font-size: 1.4rem;
                                        color: #24e343;
                                    }

                                header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list .right-menu-link .sub-menu-info {
                                    opacity: 0.6;
                                    font-size: 1.6rem;
                                    font-weight: normal;
                                    color: #222222;
                                    letter-spacing: 0.41px;
                                    line-height: 1.63;
                                    letter-spacing: 0.48px;
                                    margin-bottom: 0;
                                }

                                header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list .right-menu-link.if-two {
                                    width: 50% !important;
                                    display: inline-block;
                                }

                                header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list .right-menu-link.garybg {
                                    background: #ccc;
                                    padding: 10px;
                                }

                                header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list .right-menu-link:hover .sub-menu-wrapper {
                                    display: block;
                                }

                        header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .sub-right-cols {
                            width: 100%;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            margin-left: -15px;
                            margin-right: -15px
                        }

                            header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .sub-right-cols .sub-right-cols--col1 {
                                width: 35%;
                                /*margin-right: 32px;*/
                                padding-left: 15px;
                                padding-right: 15px;
                            }

                                header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .sub-right-cols .sub-right-cols--col1 .right-col-menu-list {
                                    display: flex;
                                    /*width: 100%;*/
                                    margin-left: -15px;
                                    margin-right: -15px;
                                    flex-wrap: wrap;
                                }


                                header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .sub-right-cols .sub-right-cols--col1.col50 {
                                    width: 50% !important;
                                }

                            header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .sub-right-cols .sub-right-cols--col2 {
                                width: 65%;
                                padding-left: 15px;
                                padding-right: 15px;
                            }

                                header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .sub-right-cols .sub-right-cols--col2 .right-col-menu-list .right-menu-link {
                                    width: 33.33%;
                                }

                                header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .sub-right-cols .sub-right-cols--col2.col50 {
                                    width: 50% !important;
                                }

                header nav ul > li .sub-menu-wrapper .figure-forimg {
                    margin: 0;
                }

                    header nav ul > li .sub-menu-wrapper .figure-forimg img {
                        display: block;
                    }

                    header nav ul > li .sub-menu-wrapper .figure-forimg figcaption.sub-menu-left-col-heading {
                        opacity: 0.3 !important;
                    }

                header nav ul > li .sub-menu-wrapper .sub-menu-para.left-col-links {
                    font-weight: normal !important;
                }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.width100 {
    width: 100%;
}

.header-nav-container {
    width: auto;
}

.header-search-wrapper #search {
    float: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    /*width: 7%;*/
    font-size: 13px;
    color: #222;
    /* pointer-events: none;*/
    /*margin-left: 10px;*/
    /*margin-left:168px;*/
}

.header-search-wrapper-mobile {
    position: relative;
}

.hide-menu {
    display: none
}

.sub-menu-para-flex {
    display: flex !important;
    align-items: center;
}

/*header nav ul > li.has-sub-level.active {
    font-weight: bold;
}*/

header nav ul > li .sub-menu-wrapper .sub-menu-col .sub-menu-left-col-heading {
    text-transform: uppercase;
}

header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list .right-menu-link.garybg {
    background: #f3f3f3;
}

header nav ul > li .sub-menu-wrapper .figure-forimg figcaption.sub-menu-left-col-heading-2 {
    font-size: 2rem;
    font-weight: 500;
    /*font-family: "nunitosemibold";*/
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.6px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

header nav ul > li .sub-menu-wrapper .sub-menu-col .left-col-links-2 {
    color: #ffffff;
    opacity: 0.6;
}

header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list .right-menu-link .sub-menu-name .new-tag {
    text-transform: uppercase;
}

header .row {
    justify-content: space-between;
}

header .header-search-wrapper {
    margin-right: 16px;
    float: left;
    /*margin-left: 50px;*/
    margin-left: 0;
}

    header .header-search-wrapper .search-mobile {
        display: none;
    }

    header .header-search-wrapper input {
        border-radius: 4px;
        border: solid 1px #c9cacb;
        font-size: 1.4rem;
        letter-spacing: 0.44px;
        color: #b2b2b2;
        height: 40px;
        /*padding: 0 5px 0 33px;*/
        padding: 0 20px 0 18px;
        /*font-family: "nunitoregular";*/
		width:155px;
    }

header .header-cta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #d8d8d8;
    padding-left: 20px;
}

    header .header-cta-wrapper a:first-child {
        margin-right: 16px;
    }

    header .header-cta-wrapper .primary-button, header .header-cta-wrapper .secondary-button {
        /*  padding-top: 4px;
        padding-bottom: 4px;*/
    }

header .cart-myprofile-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 12px;
}

    header .cart-myprofile-wrapper .secondary-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 25px;
        border-right: 1px solid #d8d8d8;
        align-items:center;
    }

        header .cart-myprofile-wrapper .secondary-menu .cart {
            margin-left: 20px;
            position: relative;
            color: black;
        }

            header .cart-myprofile-wrapper .secondary-menu .cart .cartCount {
                position: absolute;
                right: -7px;
                top: -5px;
                display: block;
                width: 15px;
                height: 15px;
                background: #0081ef;
                border-radius: 100%;
                color: #fff;
                line-height: 15px;
                text-align: center;
                font-size: 8px;
                font-weight: bold;
                /*font-family: "nunitobold";*/
            }

    header .cart-myprofile-wrapper .my-profile {
        /*border-left: 1px solid #d8d8d8;
        padding-left: 30px;*/
        margin-left: 25px;
        align-items:center;
        display:flex;
    }

        header .cart-myprofile-wrapper .my-profile a.tooltip-icon {
            font-size: 1.6rem;
            font-weight: 500;
            /*font-family: "nunitosemibold";*/
            color: #0081e4;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            header .cart-myprofile-wrapper .my-profile a.tooltip-icon img {
                padding-right: 10px;
            }

            header .cart-myprofile-wrapper .my-profile a.tooltip-icon span {
                position: relative;
                padding-right: 10px;
            }

                header .cart-myprofile-wrapper .my-profile a.tooltip-icon span:before {
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 100%;
                    -webkit-transform: translateY(-50%) rotate(45deg);
                    transform: translateY(-50%) rotate(45deg);
                    border-right: 0.9px solid #007ee7;
                    border-bottom: 0.9px solid #007ee7;
                    width: 4px;
                    height: 4px;
                }

        header .cart-myprofile-wrapper .my-profile .profile-settings.tooltip-hoverInfo {
            width: 280px;
            top: 31px;
            /*left: -180px;*/
            left: -127px;
            padding: 30px 24px 16px 24px;
            -webkit-transition: all 600ms 0s ease-in-out;
            transition: all 600ms 0s ease-in-out;
        }

            header .cart-myprofile-wrapper .my-profile .profile-settings.tooltip-hoverInfo::before {
                left: 77%;
            }

        header .cart-myprofile-wrapper .my-profile:hover .profile-settings.tooltip-hoverInfo {
            display: block !important;
            -webkit-animation: fadeIn 100ms;
            animation: fadeIn 100ms;
        }

        header .cart-myprofile-wrapper .my-profile:not(:hover) .profile-settings.tooltip-hoverInfo {
            display: none !important;
            -webkit-animation: fadeOut 100ms;
            animation: fadeOut 100ms;
        }

header .nfo-menu-list {
    border-top: 1px solid #4d799b;
    padding-top: 20px;
    margin-top: 20px;
}

    header .nfo-menu-list img + svg {
        vertical-align: middle;
    }

.passive-btn {
    background-color: rgba(0, 123, 234, 0.12);
    border: 1px solid rgba(0, 123, 234, 0.12);
    color: #007BEA;
    font-weight: 700;
    font-style: Bold;
    font-size: 1.2rem;
    line-height: normal;
    letter-spacing: 0px;
    padding: 8px 8px;
    margin-top: 11px;
    border-radius: 2px;
}
    .passive-btn:hover {
        background-color: #fff;
        border: 1px solid rgba(0, 123, 234, 0.12);
        cursor:pointer;
    }

.profile-settings--links a.txt-value {
    padding: 14px 0;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0;
}

    .profile-settings--links a.txt-value:first-child {
        border-top: 1px solid #efefef;
    }

    .profile-settings--links a.txt-value:last-child {
        border-bottom: transparent;
    }

    .profile-settings--links a.txt-value:hover {
        background-color: rgba(233, 233, 233, 0.1);
    }

.close-mob-menu {
    display: none;
}

.search-login-wrapper {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.search-box {
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

    .search-box input[type="text"] {
        border-radius: 4px;
        border: solid 1px #c9cacb;
        font-size: 1.4rem;
        letter-spacing: 0.44px;
        color: #b2b2b2;
        padding: 5px 0 5px 25px;
    }

        .search-box input[type="text"]::-webkit-input-placeholder {
            color: #b2b2b2;
        }

        .search-box input[type="text"]:focus {
            border-color: #0081e4;
        }

    .search-box .fa-search {
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 16px;
        color: #c9cacb;
    }

.quick-invest-login {
    text-align: right;
    padding-left: 16px;
    margin-left: 16px;
    border-left: 1px solid #b2b2b2;
}

/*remove default select arrow in ie*/
select::-ms-expand {
    display: none;
}

.fixed-wrapper {
    /* width: 1200px;*/
    width: 89%;
    margin: 0 auto;
}

footer {
    background-color: #001d37;
    padding: 46px 61px 15px;
    justify-content: space-between;
}

    footer a {
        color: #c9c9c9;
        text-decoration:none !important;
    }

    footer nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /*margin-right: 30px;*/
        width: 100%;
    }

        footer nav > ul {
            width: 25%;
        }

            footer nav > ul li {
                margin-right: 20px;
            }

                footer nav > ul li a {
                    display: inline-block;
                    margin-bottom: 21px;
                }

                    footer nav > ul li a:hover {
                        text-decoration: none;
                    }

            footer nav > ul > li > a {
                color: #fff;
                margin-bottom: 25px;
            }

            footer nav > ul > li {
                font-size: 1.4rem;
                font-weight: 500;
                /*font-family: "nunitosemibold";*/
            }

                footer nav > ul > li ul li {
                    font-size: 1.3rem;
                    /*font-family: "nunitoregular";*/
                    font-weight: normal;
                    color: #c9c9c9;
                    line-height: 17px;
                }

                    footer nav > ul > li ul li a {
                        color: #c9c9c9;
                    }

                    footer nav > ul > li ul li:last-child a {
                        margin-bottom: 0;
                    }

    footer .footer-contact-us .heading {
        font-size: 1.4rem;
        font-weight: 500;
        /*font-family: "nunitosemibold";*/
        color: #ffffff;
        margin-bottom: 25px;
    }

    footer .footer-contact-us ul {
        color: #c9c9c9;
        font-size: 1.3rem;
        padding-right: 50px;
    }

        footer .footer-contact-us ul li {
            margin-bottom: 29px;
            padding-left: 50px;
        }

            footer .footer-contact-us ul li:last-child {
                margin-bottom: 0;
            }

            footer .footer-contact-us ul li.address {
                background: url("../images/icon-location.svg") no-repeat 0 0;
            }

            footer .footer-contact-us ul li.contact-info {
                background: url("../images/icon-phone.svg") no-repeat 0 0;
            }

            footer .footer-contact-us ul li.email {
                background: url("../images/icon-email.svg") no-repeat 0 0;
            }

            footer .footer-contact-us ul li.sms {
                background: url("../images/icon-message.svg") no-repeat 0 0;
            }

    footer .footer-copyrights {
        border-top: 1px solid #001030;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #c9c9c9;
        font-size: 1.2rem;
        margin-top: 75px;
    }

        footer .footer-copyrights .follow-us .heading {
            color: #c9c9c9;
            font-size: 1.2rem;
            margin-bottom: 0;
            align-self: center
        }

    footer .follow-us ul {
        align-self: center;
        margin-bottom: 0
    }

        footer .follow-us ul li a:hover {
            color: #fff;
        }

            footer .follow-us ul li a:hover svg path {
                fill: white;
            }

    footer .footer-copyrights .follow-us {
        margin-bottom: 0;
    }

        footer .footer-copyrights .follow-us li {
            margin-left: 30px;
        }

    footer .locate-panel-mobile-main {
        background: #fff;
        width: 100%;
        padding: 8px 0px;
        display: none;
    }

        footer .locate-panel-mobile-main ul {
            display: flex;
            justify-content: space-around;
            margin: 0;
        }

            footer .locate-panel-mobile-main ul li {
                font-size: 1.1rem;
                /*font-family: "nunitosemibold";*/
                font-weight: 500;
                text-align: center;
                padding: 0;
                box-shadow: inherit;
            }

                footer .locate-panel-mobile-main ul li a {
                    color: #00334b;
                }

                footer .locate-panel-mobile-main ul li .img-panel {
                    height: 18px;
                }

                footer .locate-panel-mobile-main ul li a .img-panel img {
                    margin: 0 auto;
                }

                footer .locate-panel-mobile-main ul li a span {
                    display: block;
                    margin-top: 2px;
                }

.heading,
.tagline {
    font-size: 16px;
    letter-spacing: 0.47px;
    color: #222222;
}
/*
section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}*/

section aside {
    max-width: 297px;
    width: 30%;
    text-align: center;
    position: fixed;
    left: 0;
    z-index: 1;
    height: 100%;
}

    section aside nav {
        height: 100%;
        position: relative;
    }

        section aside nav a:last-child {
            padding-bottom: 30px;
        }

            section aside nav a:last-child:after {
                content: "";
                position: absolute;
                width: calc(100% - 30px);
                border-bottom: 1px solid #d8d8d8;
                bottom: 0;
            }

    section aside .lhs-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0 30px 50px;
        margin-bottom: 30px;
    }

        section aside .lhs-links a {
            font-size: 1.4rem;
            color: #666666;
            letter-spacing: 0.44px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
            position: relative;
            margin-top: 35px;
            padding-right: 30px;
        }

            section aside .lhs-links a:first-child {
                margin-top: 0;
            }

            section aside .lhs-links a:before {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                width: 5px;
                height: 24px;
                background-color: transparent;
                -webkit-transition: 0.5s all ease;
                transition: 0.5s all ease;
            }

            section aside .lhs-links a svg {
                width: 24px;
                height: 24px;
                -webkit-transition: 0.5s all ease;
                transition: 0.5s all ease;
            }

            section aside .lhs-links a span {
                padding-left: 20px;
                text-align: left;
            }

            section aside .lhs-links a.active, section aside .lhs-links a:hover {
                color: #000000;
            }

                section aside .lhs-links a.active:before, section aside .lhs-links a:hover:before {
                    background-color: #0081e4;
                }

                section aside .lhs-links a.active svg rect, section aside .lhs-links a:hover svg rect {
                    fill: #007ee7;
                    stroke: #007ee7;
                }

                section aside .lhs-links a.active svg path, section aside .lhs-links a:hover svg path {
                    fill: #007ee7;
                }

section .content-wrapper {
    border-left: 1px solid #d8d8d8;
    width: calc(100% - 297px);
    padding: 30px 50px 24px 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    section .content-wrapper.leftMargin {
        margin-left: 297px;
    }

    section .content-wrapper .main-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        section .content-wrapper .main-content .row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 21px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            section .content-wrapper .main-content .row .logged-in-user-details {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                section .content-wrapper .main-content .row .logged-in-user-details .logged-in-user-image {
                    position: relative;
                    width: 50px;
                    height: 50px;
                    padding: 15px;
                }

                    section .content-wrapper .main-content .row .logged-in-user-details .logged-in-user-image:before {
                        content: "";
                        border: 2px solid #f0f0f0;
                        border-radius: 50%;
                        border-right-color: #007ee7;
                        position: absolute;
                        width: 50px;
                        height: 50px;
                        top: 0;
                        left: 0;
                        -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                    }

                section .content-wrapper .main-content .row .logged-in-user-details .user-name {
                    margin-left: 15px;
                }

                    section .content-wrapper .main-content .row .logged-in-user-details .user-name p {
                        font-size: 1.2rem;
                        letter-spacing: 1.15px;
                        color: #222222;
                        text-transform: uppercase;
                    }

.line-graph {
    position: relative;
}

    .line-graph .progress-bar {
        width: 100%;
        height: 4px;
        position: absolute;
        bottom: -10px;
        border-radius: 4px;
        overflow: hidden;
    }

        .line-graph .progress-bar span {
            height: 4px;
            display: inherit;
        }

h1 {
    font-size: 2.4rem;
    font-weight: 300;
    letter-spacing: 0.75px;
    color: #000000;
}

h2 {
    font-size: 20px;
    letter-spacing: 0.63px;
    color: #000000;
    margin-bottom: 10px;
    /*font-weight: bold;*/
}

.dropdown-custom {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 250px;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    color: #222222;
    cursor: pointer;
}

    .dropdown-custom span {
        width: 100%;
        display: inline-block;
    }

    .dropdown-custom ul {
        position: absolute;
        top: 140%;
        left: 0;
        z-index: 9;
        background-color: #ffffff;
        -webkit-box-shadow: 1px 1px 14px 0 rgba(204, 204, 204, 0.5);
        box-shadow: 1px 1px 14px 0 rgba(204, 204, 204, 0.5);
        border-radius: 4px;
        padding: 8px 15px;
        /*width: 100%;*/
        display: none;
    }

        .dropdown-custom ul li {
            border-bottom: 1px solid #efefef;
            padding: 10px 0;
            cursor: pointer;
        }

            .dropdown-custom ul li:hover {
                color: #007ee7;
            }

            .dropdown-custom ul li:last-child {
                border-bottom: transparent;
            }

            .dropdown-custom ul li a {
                color: #222222 !important;
            }

                .dropdown-custom ul li a:hover {
                    color: #007ee7 !important;
                }

            .dropdown-custom ul li .nested-select {
                top: 0 !important;
                left: 230px !important;
                display: none !important;
                border-top: 1px solid #0081e4 !important;
                border-left: 0 transparent !important;
                /*pointer-events:none;*/
            }

                .dropdown-custom ul li .nested-select::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: -52px;
                    width: 50px;
                    height: 100%;
                    background-color: transparent;
                }

            .dropdown-custom ul li.selected.has-sub-list:hover .nested-select {
                display: block !important;
            }

            .dropdown-custom ul li.selected.has-sub-list:after {
                content: "";
                position: absolute;
                right: 8px;
                top: 50%;
                width: 8px;
                height: 8px;
                border-top: 1px solid #0081e4;
                border-right: 1px solid #0081e4;
                -webkit-transform: rotate(45deg) translateY(-50%);
                transform: rotate(45deg) translateY(-50%);
            }

.benner-fixed-content .dropdown-custom ul {
    width: 100%;
}

.dropdown-custom:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 95%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 0.9px solid #000000;
    border-bottom: 0.9px solid #000000;
    width: 4px;
    height: 4px;
    z-index: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.dropdown-custom.blue-border {
    border: 1px solid #0081e4;
    border-radius: 4px;
    padding: 5px;
}

    .dropdown-custom.blue-border:before {
        border-color: #0081e4;
    }

.dropdown-custom.heading-drp {
    width: 200px;
}

    .dropdown-custom.heading-drp::before {
        width: 8px;
        height: 8px;
        border-color: #0081e4;
    }

    .dropdown-custom.heading-drp > span {
        font-size: 2.4rem;
        font-weight: bold;
        /*font-family: "nunitobold";*/
        letter-spacing: 0.75px;
        color: #000;
    }

#year-select.dropdown-custom ul {
    width: 74px;
}

.primary-button,
.secondary-button {
    /*font-family: "nunitosemibold" !important;*/
    font-weight: 500 !important;
    display: inline-block;
    border-radius: 4px;
    padding: 10px 12px;
    letter-spacing: 0.5px;
    font-size: 1.6rem;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: relative;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    text-decoration:none;
}

    .primary-button.active,
    .secondary-button.active {
        color: #fff !important;
        background-color: #0081e4;
    }

.primary-button {
    background-color: #0081e4;
    color: #ffffff !important;
    border: 1px solid transparent;
}

    .primary-button:hover:not(.disable-button) {
        background-color: #ffffff;
        color: #0081e4 !important;
        border-color: #0081e4;
    }

    .primary-button.with-arrow {
        position: relative;
        padding-right: 30px;
    }

        .primary-button.with-arrow::before {
            content: "";
            position: absolute;
            width: 6px;
            height: 6px;
            border-right: 1px solid #ffffff;
            border-bottom: 1px solid #ffffff;
            top: 45%;
            right: 10%;
            -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }

        .primary-button.with-arrow:hover::before {
            border-right-color: #007ee7;
            border-bottom-color: #007ee7;
        }

.secondary-button {
    background-color: #ffffff;
    color: #007ee7 !important;
    border: 1px solid #0081e4;
}

    .secondary-button:hover:not(.disable-button) {
        background-color: #0081e4;
        color: #ffffff !important;
        border-color: transparent;
    }

    .secondary-button.orange-border {
        border-color: #fc8c00;
        font-size: 1.2rem;
        letter-spacing: 0.5px;
        color: #222222;
    }

        .secondary-button.orange-border:hover {
            background-color: #fc8c00;
            color: #ffffff;
            border-color: #ffffff;
        }

            .secondary-button.orange-border:hover.with-arrow::before {
                border-right-color: #ffffff;
                border-bottom-color: #ffffff;
            }

    .secondary-button.with-arrow {
        position: relative;
        padding-right: 30px;
    }

        .secondary-button.with-arrow::before {
            content: "";
            position: absolute;
            width: 6px;
            height: 6px;
            border-right: 1px solid #222222;
            border-bottom: 1px solid #222222;
            top: 50%;
            right: 10%;
            -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
            -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
        }

        .secondary-button.with-arrow:hover::before {
            border-right-color: #007ee7;
            border-bottom-color: #007ee7;
        }

    .secondary-button.with-link {
        position: relative;
        padding-right: 35px;
    }

        .secondary-button.with-link::before {
            content: "";
            position: absolute;
            background: url("../images/icon-link.svg") no-repeat 0 0;
            width: 15px;
            height: 15px;
            right: 8%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .secondary-button.with-arrow-down {
        padding-right: 35px;
    }

        .secondary-button.with-arrow-down:before {
            left: 90%;
        }

.disable-button {
    border: transparent;
}

    .disable-button:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        opacity: 0.7;
    }

.borderBottom {
    border-bottom: 1px solid #d8d8d8;
}

.breadcrumbs {
    padding-top: 32px;
    padding-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 500;
    /*font-family: "nunitosemibold";*/
    color: #222222;
}

    .breadcrumbs a {
        color: #007ee7 !important;
        letter-spacing: 0.38px;
        position: relative;
        padding-right: 12px;
        margin-right: 8px;
        text-decoration:none;
    }

        .breadcrumbs a:after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            width: 6px;
            height: 6px;
            border-top: 1px solid #222222;
            border-right: 1px solid #222222;
            -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
        }

        .breadcrumbs a:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            border-bottom: 1px solid transparent;
            width: calc(100% - 12px);
        }

        .breadcrumbs a:hover:before {
            border-color: #007ee7;
        }
/*search scheme lists box*/
.ui-widget {
    font-family: 'Lorin' !important;
}

.ui-menu.ui-widget.ui-widget-content {
    box-shadow: 0 4px 10px 2px rgba(204, 204, 204, 0.5);
    margin-top: 6px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.ui-menu .ui-menu-item {
    padding: 10px !important;
    border-bottom: 1px solid #f5f5f5;
}

    .ui-menu .ui-menu-item:hover {
        background: #fcfcfc;
    }

    .ui-menu .ui-menu-item .ui-menu-item-wrapper {
        font-size: 1.4rem !important;
        font-weight: normal !important;
    }

.ui-widget-content .ui-state-active {
    margin: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
}

header ul li:nth-child(2) .sub-menu-col .figure-forimg .risk-test-a {
    pointer-events: none;
}

.website-main-menu ul li:last-child .sub-menu-col.col2 .right-col-menu-list div.right-menu-link {
    height: 80px;
}

.header-right-section .cart-myprofile-wrapper .my-profile .tooltip-icon .user-first-name {
    white-space: nowrap;
    max-width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.factsheetsdropdown .floating-form .empty-val-input .select-selected {
    padding-top:;
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    /* font-family: "nunitosemibold"; */ color: #222222;
    letter-spacing: 0.47px;
    line-height: 14px;
}

.factsheetsdropdown .floating-form .custom-select .select-items  {
    width: 100%;
}

.factsheetsdropdown .custom-select .select-items div {
    font-size: 14px;
}

.inspire-card.video-content .inspire-card__img {
    position: relative;
    height: 206px;
}

    .inspire-card.video-content .inspire-card__img img {
        width: 100%;
        min-height: 206px;
        height: auto;
        max-height: 206px;
        border-radius: 4px;
    }

    .inspire-card.video-content .inspire-card__img:after {
        content: "";
        position: absolute;
        background: url(/../Content/Images/play-btn.svg) no-repeat center center/cover;
        left: 0;
        right: 0;
        z-index: 2;
        height: 41px;
        width: 40px;
        top: 35%;
        bottom: 0;
        margin: 0 auto;
    }

.inspire-card.video-content .inspire-card__content > h2 {
    font-size: 20px;
}

.inspire-card.video-content .inspire-card-time__min-read {
    padding: 0;
}

.inspire-card.video-content .inspire-card__img::before {
    position: absolute;
    content: "";
    position: absolute;
    background: rgba(34,34,34,0.50);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 206px;
    border-radius: 4px;
}

.inspire-card-time__min-read span {
    padding: 5px;
    display: inline-flex;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    color: #333 !important;
}



@media only screen and (max-width: 767px) {
    .breadcrumbs {
        padding-top: 0;
        padding-bottom: 2rem;
    }

    .smtstatement .resp-accordion hor_1 {
        display: none;
    }

    .commn-tooltip {
        padding: 10px;
        font-size: 1.2rem;
        text-align: justify;
    }

    .theme-dark .plan-section .img-responsive {
        margin: 15px auto;
    }

    .theme-dark .browse-category__boxes.invest-ideas ul li.category-box.extra-pad-bott {
        background-image: none !important;
    }

    .theme-dark footer .locate-panel-mobile-main ul li a .img-panel img {
        filter: invert(1);
    }

    .theme-dark footer .locate-panel-mobile-main {
        background-color: #081B28;
    }
}

.notification-bar-primary {
    border-radius: 4px;
    background-image: linear-gradient(83deg, #7757da -1%, #6a91fd 101%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 42px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem;
    letter-spacing: 0.47px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}

    .notification-bar-primary p {
        margin-bottom: 9px;
    }

    .notification-bar-primary .close {
        text-indent: -10000px;
        position: absolute;
        right: 20px;
        top: 20px;
        background: url("/Content/Images/icon-close.svg") no-repeat 0 0;
        width: 12px;
        height: 12px;
    }

    .notification-bar-primary .heading {
        font-size: 2rem;
        letter-spacing: 0.63px;
        font-weight: 500;
        /*font-family: "nunitosemibold";*/
        margin-bottom: 0;
    }

    .notification-bar-primary .link-text {
        letter-spacing: 0.5px;
        color: #ffffff;
        font-size: 1.6rem;
        background: url("../images/link-arrow-white.svg") no-repeat 100% 50%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding-right: 25px;
    }

    .notification-bar-primary .oval-1,
    .notification-bar-primary .oval-2,
    .notification-bar-primary .oval-3,
    .notification-bar-primary .oval-4 {
        opacity: 0.1;
        background-color: #ffffff;
        border-radius: 50%;
        position: absolute;
    }

    .notification-bar-primary .oval-1 {
        width: 137px;
        height: 137px;
        bottom: -94%;
        right: 15%;
    }

    .notification-bar-primary .oval-2 {
        width: 19px;
        height: 19px;
        right: 22%;
        top: -10%;
    }

    .notification-bar-primary .oval-3 {
        width: 25px;
        height: 25px;
        left: 40%;
        bottom: -14%;
    }

    .notification-bar-primary .oval-4 {
        width: 7px;
        height: 7px;
        right: 8%;
        bottom: 10%;
    }

.notification-bar-secondary {
    border-radius: 4px;
    border: 1px solid #7dd599;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 26px 44px 26px 30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .notification-bar-secondary > * {
        margin-right: 8px;
    }

        .notification-bar-secondary > *:last-child {
            margin-right: 0;
        }

    .notification-bar-secondary .message {
        margin-left: 10px;
        width: 74%;
    }

    .notification-bar-secondary p,
    .notification-bar-secondary .link-text {
        font-size: 1.6rem;
        letter-spacing: 0.5px;
    }

    .notification-bar-secondary p {
        color: #222222;
        margin-bottom: 8px;
    }

        .notification-bar-secondary p:last-child {
            margin-bottom: 0;
        }

    .notification-bar-secondary .link-text {
        color: #0081e4;
        background: url("../images/link-arrow-blue.svg") no-repeat 100% 50%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding-right: 25px;
    }

/* DEEPAK CSS STARTS HERE */
.container {
    padding-right: 0px;
    padding-left: 0px;
}

.primary-boxShadow {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

/* CSS FOR FUNDS HEADER AND FINANCIAL ADD ADVISOR STARTS HERE */
.fund-header {
    /*font-family: "nunitosemibold";*/
    font-size: 2rem;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #222222;
}

.fundfolio-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 27px;
}

    .fundfolio-section.mb29 {
        margin-bottom: 29px;
    }

    .fundfolio-section .folio-dropdown {
        width: 100%;
    }

    .fundfolio-section .folio-number {
        font-weight: 500;
        /*font-family: "nunitosemibold";*/
        font-size: 1.6rem;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: 0.5px;
        color: #007bea;
        cursor: pointer;
        position: relative;
        /*&::after {
            position: absolute;
            width: 6px;
            height: 6px;
            background: transparent;
            text-indent: -9999px;
            border-top: 1px solid #007ee7;
            border-left: 1px solid #007ee7;
            transition: all 250ms ease-in-out;
            text-decoration: none;
            color: transparent;
            content: "";
            top: 50%;
            transform: translate(100%, -50%) rotate(-135deg);
        }*/
    }

        .fundfolio-section .folio-number select {
            background: transparent;
            cursor: pointer;
            font-size: 1.6rem;
        }

    .fundfolio-section .financial-advisorinfo {
        width: 100%;
        text-align: right;
    }

        .fundfolio-section .financial-advisorinfo .advisorinfo {
            font-weight: normal;
            /*font-family: "nunitoregular";*/
            font-size: 16px;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3 !important;
            letter-spacing: 0.47px;
            color: #222222;
        }

            .fundfolio-section .financial-advisorinfo .advisorinfo .add-advisor {
                color: #007ee7;
                padding-left: 5px;
                cursor: pointer;
            }

        .fundfolio-section .financial-advisorinfo .redemption-notAllowed p .instant-redemption {
            font-size: 14px;
            font-weight: normal;
            line-height: 0.86;
            letter-spacing: normal;
            color: #999999;
            position: relative;
            border: solid 1px #999999;
            border-radius: 15px;
            padding: 2px 15px 2px 26px;
            cursor: pointer;
        }

            .fundfolio-section .financial-advisorinfo .redemption-notAllowed p .instant-redemption::before {
                position: absolute;
                content: "";
                background: url("../images/info-grey-icon.svg") no-repeat;
                width: 13px;
                height: 13px;
                left: 9px;
                top: 50%;
                -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
            }

        .fundfolio-section .financial-advisorinfo .redemption-allowed p .instant-redemption {
            font-size: 16px;
            font-weight: normal;
            line-height: normal;
            letter-spacing: 0.47px;
            color: #222222;
            border: solid 1px #f5dc60;
            border-radius: 25px;
            padding: 13px 25px 13px 42px;
            cursor: pointer;
            position: relative;
            display: inline;
            background: #fff;
        }

            .fundfolio-section .financial-advisorinfo .redemption-allowed p .instant-redemption::before {
                position: absolute;
                content: "";
                background: url(../images/flash.svg) no-repeat;
                width: 21px;
                height: 31px;
                left: 15px;
                top: 50%;
                -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
            }

.instant-icon img {
    width: 20px !important;
    height: 30px !important;
    margin-right: 5px !important;
    position: relative !important;
}

/* CSS FOR FUNDS HEADER AND FINANCIAL ADD ADVISOR ENDS HERE */
/* CSS FOR FLOATING INPUT AND SELECT BOX STARTS HERE */
.floating-form {
    width: 100%;
    padding: 0 20px;
}

    .floating-form .empty-val-input {
        position: relative;
    }

        .floating-form .empty-val-input > .placeholder {
            font-size: 14px;
            line-height: 1;
            letter-spacing: 0.44px;
            color: #666666;
            position: absolute;
            top: 18px;
            -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
        }

            .floating-form .empty-val-input > .placeholder.active {
                opacity: 0;
            }

        .floating-form .empty-val-input > label {
            position: absolute;
            top: -26px;
            left: 0;
            display: inline-block;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            opacity: 0;
            font-size: 12px !important;
            line-height: 0.83;
            letter-spacing: 0.38px;
            color: #666666;
        }

            .floating-form .empty-val-input > label.is-visible {
                -webkit-transform: translateX(0%) translateY(27px);
                transform: translateX(0%) translateY(27px);
                opacity: 1;
            }

        .floating-form .empty-val-input > input {
            padding-top: 20px;
            position: relative;
            display: block;
            width: 100%;
            background: transparent;
            font-size: 16px;
            font-weight: 500 !important;
            /*font-family: "nunitosemibold" !important;*/
            line-height: 0.88;
            letter-spacing: 0.5px;
            color: #222222;
            cursor: text;
            height: 40px;
            z-index: 1;
        }

        .floating-form .empty-val-input > select {
            padding-top: 20px;
            position: relative;
            display: block;
            width: 100%;
            background: transparent;
            font-size: 16px;
            font-weight: 500;
            /*font-family: "nunitosemibold" !important;*/
            line-height: 0.88;
            letter-spacing: 0.5px;
            color: #222222;
            cursor: pointer;
            height: 40px;
            z-index: 1;
        }

            .floating-form .empty-val-input > input[value] + .placeholder,
            .floating-form .empty-val-input > select[value] + .placeholder {
                top: 8px;
            }

        .floating-form .empty-val-input .select-selected {
            padding-top: 17px;
            position: relative;
            display: block;
            width: 100%;
            font-size: 14px;
            font-weight: 500;
            /*font-family: "nunitosemibold";*/
            color: #222222;
            letter-spacing: 0.47px;
            line-height: 0.88;
            cursor: pointer;
            height: 32px;
            z-index: 1;
        }

            .floating-form .empty-val-input .select-selected::after {
                right: 0;
            }

    .floating-form .custom-select .select-items {
        width: 200px;
        left: -20px;
    }

/* CSS FOR FLOATING INPUT AND SELECT BOX ENDS HERE */
/* Gray Input Box with Dropdown Arrow Starts here */
.transfer-amountfield {
    padding: 10px 0 5px;
    max-width: 200px;
    width: 100%;
    border-radius: 4px;
    height: 55px;
}

    .transfer-amountfield.custm {
        max-width: 100%;
        margin-bottom: 16px;
        height: auto;
        padding: 10px 0 10px;
    }

    .transfer-amountfield.error {
        opacity: 0.6;
        border: solid 1px #ce2323;
        background-color: #fff1f1;
    }

    .transfer-amountfield.secondaryBackgroundColor.no-bg-drpodown {
        background-color: transparent;
        max-width: 136px;
    }

        .transfer-amountfield.secondaryBackgroundColor.no-bg-drpodown .floating-form {
            padding: 0;
        }

            .transfer-amountfield.secondaryBackgroundColor.no-bg-drpodown .floating-form .empty-val-input > .placeholder,
            .transfer-amountfield.secondaryBackgroundColor.no-bg-drpodown .floating-form .empty-val-input > label,
            .transfer-amountfield.secondaryBackgroundColor.no-bg-drpodown .floating-form .empty-val-input .select-selected {
                color: #007ee7;
                font-weight: bold;
                /*font-family: "nunitobold";*/
            }

/* Gray Input Box with Dropdown Arrow ENDs here */
/* COMMON CSS FOR TOGGLE SWITCH STARTS HERE */
.switch-chkbx {
    position: relative;
    display: inline-block;
    max-width: 37px;
    width: 100%;
    height: 21px;
    margin-right: 10px;
}

    .switch-chkbx input {
        opacity: 0;
        width: 0;
        height: 0;
    }

        .switch-chkbx input + .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #d5dde5;
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

            .switch-chkbx input + .slider.round {
                border-radius: 10px;
            }

                .switch-chkbx input + .slider.round::before {
                    border-radius: 50%;
                }

            .switch-chkbx input + .slider::before {
                position: absolute;
                content: "";
                height: 17px;
                width: 17px;
                left: 2px;
                bottom: 2px;
                background-color: white;
                -webkit-transition: 0.4s;
                transition: 0.4s;
            }

        .switch-chkbx input:checked + .slider {
            background-color: #007ee7;
        }

            .switch-chkbx input:checked + .slider::before {
                -webkit-transform: translateX(16px);
                transform: translateX(16px);
            }

        .switch-chkbx input:focus + .slider {
            -webkit-box-shadow: 0 0 1px #007ee7;
            box-shadow: 0 0 1px #007ee7;
        }

.switchbtn-col {
    width: 50%;
}

    .switchbtn-col:first-child {
        border-right: 1px solid #dddddd;
        margin-right: 30px;
    }

    .switchbtn-col > label {
        font-size: 1.6rem;
        font-weight: normal;
        color: #222222;
        cursor: pointer;
    }

    .switchbtn-col .drpdown-wrapper {
        margin-top: 21px;
        margin-bottom: 0;
    }

        .switchbtn-col .drpdown-wrapper .drpdown-col {
            width: 33%;
        }

    .switchbtn-col .label-inline {
        margin-top: 4px;
        display: block;
    }

/* COMMON CSS FOR TOGGLE SWITCH ENDS HERE */
/* CSS FOR COMMON CHECKBOX STARTS HERE */
.custom-checkbox .styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .custom-checkbox .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        /*font-family: "Nunito";*/
        font-size: 14px;
        line-height: 22px;
        letter-spacing: normal;
        color: #222222;
    }

        .custom-checkbox .styled-checkbox + label:before {
            content: "";
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 20px;
            height: 20px;
            background: #fff;
            border-radius: 4px;
            border: 1px solid #666666;
        }

    .custom-checkbox .styled-checkbox:checked + label:before {
        background: #0081e4;
        border: 1px solid #0081e4;
    }

    .custom-checkbox .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .custom-checkbox .styled-checkbox:disabled + label:before {
            -webkit-box-shadow: none;
            box-shadow: none;
            background: #ddd;
        }

    .custom-checkbox .styled-checkbox:checked + label:after {
        content: "";
        position: absolute;
        left: 5px;
        top: 9px;
        background: white;
        width: 2px;
        height: 2px;
        -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/* CSS FOR COMMON CHECKBOX ENDS HERE */
/* CSS FOR CUSTOM DATE PICKER STARTS HERE */
.custom-datepicker {
    padding-top: 20px;
}

    .custom-datepicker .transfer-amountfield {
        position: relative;
    }

        .custom-datepicker .transfer-amountfield label {
            opacity: 1;
            -webkit-transform: translateX(0%) translateY(27px);
            transform: translateX(0%) translateY(27px);
        }

        .custom-datepicker .transfer-amountfield .placeholder {
            opacity: 0;
        }

        .custom-datepicker .transfer-amountfield::after {
            content: "";
            position: absolute;
            background: url("../images/calender-blue.svg") no-repeat;
            width: 18px;
            height: 18px;
            right: 0;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .custom-datepicker .floating-form {
        padding: 0;
    }

        .custom-datepicker .floating-form .empty-val-input input,
        .custom-datepicker .floating-form .empty-val-input label,
        .custom-datepicker .floating-form .empty-val-input p {
            padding-left: 20px;
            padding-right: 20px;
        }

.daterangepicker .calendar-table th {
    /*font-family: "nunitoregular";*/
    font-size: 12px;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #666666;
}

.daterangepicker .month {
    font-size: 12px;
    font-weight: 500;
    /*font-family: "nunitosemibold";*/
    line-height: 1.83;
    letter-spacing: 0.35px;
    color: #222222 !important;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border: solid #c9c9c9 !important;
    border-width: 0 2px 2px 0 !important;
}

.daterangepicker .calendar-table td {
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #222222;
    font-size: 12px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #f1f2f6 !important;
    color: #007bea !important;
}

.daterangepicker.single .drp-calendar.left {
    width: 270px;
    padding: 10px;
}

.daterangepicker .drp-calendar.left .calendar-table {
    padding: 0 !important;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    padding: 3px !important;
}

/* CSS FOR CUSTOM DATE PICKER ENDS HERE */
/*custom select starts*/
.custom-select {
    position: relative;
}

    .custom-select select {
        display: none;
    }

    .custom-select .select-selected {
        background-color: transparent;
        cursor: pointer;
    }

        .custom-select .select-selected::after {
            content: "";
            position: absolute;
            right: -10px;
            top: 33%;
            width: 6px;
            height: 6px;
            border: 1px solid #0081e4;
            border-left: 0 transparent;
            border-top: 0 transparent;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .custom-select .select-selected.select-arrow-active::after {
            top: 45%;
            -webkit-transform: rotate(222deg);
            transform: rotate(222deg);
        }

    .custom-select .select-items {
        position: absolute;
        background-color: #fff;
        top: 160%;
        left: 0;
        right: 0;
        z-index: 9;
        width: 100%;
        border-radius: 6px;
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
        background-color: rgba(255, 255, 255, 0.92);
    }

        .custom-select .select-items div,
        .custom-select .select-items .select-selected {
            word-break: break-word;
            padding: 8px 16px;
            border: 1px solid transparent;
            border-color: transparent transparent transparent transparent;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            font-size: 1.6rem;
            font-weight: normal;
            color: #666666;
        }

            .custom-select .select-items div:hover,
            .custom-select .select-items .same-as-selected {
                background-color: rgba(0, 0, 0, 0.1);
            }

    .custom-select .select-hide {
        display: none;
    }

/*custom select ends*/
/* CSS FOR MODAL STARTS HERE */
.modal {
    display: none;
    position: fixed;
    z-index: 9;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.92);
    /*&.in {
        display: block;
    }*/
    /* Add Animation */
    /*@-webkit-keyframes animatetop {
      from {top:-300px; opacity:0} 
      to {top:0; opacity:1}
    }

    @keyframes animatetop {
      from {top:-300px; opacity:0}
      to {top:0; opacity:1}
    }*/
}

    .modal .modal-content {
        position: absolute;
        margin: auto;
        padding: 0;
        width: 40%;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s*/
    }

        .modal .modal-content.modal-lg {
            width: 50%;
        }

    .modal .modal-header {
        padding: 2px 16px;
        background-color: #5cb85c;
        color: white;
    }

    .modal .close {
        color: #d6d2b6;
        float: right;
        font-size: 3.6rem;
        font-weight: 200;
        position: absolute;
        top: 10px;
        right: 40px;
    }

        .modal .close:hover, .modal .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

    .modal .modal-body {
        padding: 2px 16px;
    }

    .modal .modal-footer {
        padding: 2px 16px;
        background-color: #5cb85c;
        color: white;
    }

.floating-form.modal {
    z-index: 9;
    padding-top: 60px !important;
}

    .floating-form.modal .searchOverlay {
        max-width: 888px;
        margin: 0 auto;
    }

        .floating-form.modal .searchOverlay .empty-val-input.active::after {
            font-family: "Font Awesome 5 Free";
            content: none;
        }

        .floating-form.modal .searchOverlay .empty-val-input.active .SchemeSelect {
            background: #fff;
            border: 1px solid #007ee7;
            line-height: 0.7;
            letter-spacing: 0.63px;
            color: #222222;
        }

        .floating-form.modal .searchOverlay .empty-val-input {
            position: relative;
        }

            .floating-form.modal .searchOverlay .empty-val-input label {
                opacity: 0 !important;
            }

            .floating-form.modal .searchOverlay .empty-val-input .placeholder {
                top: 50%;
                left: 10px;
            }

            .floating-form.modal .searchOverlay .empty-val-input .SchemeSelect {
                height: 100%;
                border-radius: 6px;
                border: solid 1px #edf1f5;
                padding: 15px 10px;
                background: #f1f2f6;
                color: #999999;
                z-index: 2;
            }

            .floating-form.modal .searchOverlay .empty-val-input .placeholder {
                line-height: 0.7;
                letter-spacing: 0.63px;
                color: #999999;
                font-size: 16px;
                z-index: 2;
            }

            .floating-form.modal .searchOverlay .empty-val-input::after {
                font-family: "Font Awesome 5 Free";
                content: "\f002";
                display: inline-block;
                padding-right: 3px;
                vertical-align: middle;
                font-weight: 900;
                position: absolute;
                right: 10px;
                top: 50%;
                z-index: 2;
                color: #000000;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                font-size: 15px;
                cursor: pointer;
            }

        .floating-form.modal .searchOverlay .autocomplete--wrapper .autocomplete-buttons {
            padding: 30px 0 10px;
        }

            .floating-form.modal .searchOverlay .autocomplete--wrapper .autocomplete-buttons .secondary-button:not(:last-child) {
                margin-right: 15px;
            }

        .floating-form.modal .searchOverlay .autocomplete--wrapper .autocomplete-schemes {
            max-height: 350px;
            overflow-y: scroll;
        }

            .floating-form.modal .searchOverlay .autocomplete--wrapper .autocomplete-schemes .autocomplete-schemesHeader {
                font-size: 18px;
                font-weight: normal;
                line-height: normal;
                letter-spacing: 0.63px;
                color: #666666;
                padding: 10px 10px 0;
            }

            .floating-form.modal .searchOverlay .autocomplete--wrapper .autocomplete-schemes .overlay-row {
                /*font-family: "nunitoregular";*/
                font-weight: normal;
                padding: 15px 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                cursor: pointer;
                margin: 5px 10px 15px 0px;
            }

                .floating-form.modal .searchOverlay .autocomplete--wrapper .autocomplete-schemes .overlay-row:not(:last-child) {
                    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
                }

                .floating-form.modal .searchOverlay .autocomplete--wrapper .autocomplete-schemes .overlay-row:hover {
                    border: solid 1px #007ee7 !important;
                    border-radius: 6px;
                }

                .floating-form.modal .searchOverlay .autocomplete--wrapper .autocomplete-schemes .overlay-row .overlay-lhs {
                    width: 100%;
                }

                    .floating-form.modal .searchOverlay .autocomplete--wrapper .autocomplete-schemes .overlay-row .overlay-lhs .overlay-schemeHeader {
                        font-size: 16px;
                        font-weight: 500;
                        /*font-family: "nunitosemibold";*/
                        line-height: normal;
                        letter-spacing: 0.5px;
                        color: #222222;
                    }

                    .floating-form.modal .searchOverlay .autocomplete--wrapper .autocomplete-schemes .overlay-row .overlay-lhs .overlay-ul {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        padding-top: 5px;
                    }

                        .floating-form.modal .searchOverlay .autocomplete--wrapper .autocomplete-schemes .overlay-row .overlay-lhs .overlay-ul p {
                            font-size: 14px;
                            font-weight: normal;
                            line-height: normal;
                            letter-spacing: 0.41px;
                            color: #666666;
                            position: relative;
                        }

                            .floating-form.modal .searchOverlay .autocomplete--wrapper .autocomplete-schemes .overlay-row .overlay-lhs .overlay-ul p:not(:first-child) {
                                padding-left: 30px;
                            }

                                .floating-form.modal .searchOverlay .autocomplete--wrapper .autocomplete-schemes .overlay-row .overlay-lhs .overlay-ul p:not(:first-child)::before {
                                    content: "";
                                    position: absolute;
                                    width: 2px;
                                    height: 2px;
                                    background: #222222;
                                    top: 50%;
                                    left: 15px;
                                    -webkit-transform: translate(-50%, -50%);
                                    transform: translate(-50%, -50%);
                                    border-radius: 50%;
                                }

                .floating-form.modal .searchOverlay .autocomplete--wrapper .autocomplete-schemes .overlay-row .overlay-rhs button {
                    font-size: 14px;
                }

.visible {
    display: block !important;
}

/* CSS FOR MODAL ENDS HERE */
/*::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}*/
/* CSS FOR CLEAR ICON STARS HERE */
.clear-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 99999;
}

    .clear-icon::after {
        font-family: "Font Awesome 5 Free";
        content: "\f00d";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
        position: absolute;
        right: 10px;
        top: 50%;
        z-index: 2;
        color: #000000;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 15px;
        cursor: pointer;
    }

/* CSS FOR CLEAR ICON END HERE */
/* TYPEHEAD STARTS HERE */
.scheme-dropdown {
    max-width: 630px;
    width: 100%;
}

    .scheme-dropdown .scheme-typehead {
        margin: 3px 0;
        height: 55px;
    }

        .scheme-dropdown .scheme-typehead::after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            width: 72px;
            height: 55px;
            background: #f1f2f6;
            border-radius: 4px;
            background-blend-mode: multiply;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f2f6), to(#f1f2f6));
            background-image: linear-gradient(to bottom, #f1f2f6, #f1f2f6);
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .scheme-dropdown .scheme-typehead .typehead-from {
            border-radius: 4px;
            border: solid 1px #edf1f5;
            background-color: #edf1f5;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            max-width: calc(100% - 71px);
        }

            .scheme-dropdown .scheme-typehead .typehead-from input:focus {
                outline: none;
            }

    .scheme-dropdown .typehead-redeem::after {
        content: none !important;
    }

    .scheme-dropdown .scheme-arrowicon {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
        width: 40px;
        height: 40px;
        cursor: pointer;
        background-color: #007bea;
        border-radius: 50%;
        z-index: 1;
    }

        .scheme-dropdown .scheme-arrowicon .arrow {
            position: absolute;
            top: 50%;
            width: 20px;
            height: 2px;
            background-color: #ffffff;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

            .scheme-dropdown .scheme-arrowicon .arrow::after, .scheme-dropdown .scheme-arrowicon .arrow::before {
                content: "";
                position: absolute;
                width: 10px;
                height: 2px;
                right: 0px;
                background-color: #ffffff;
            }

            .scheme-dropdown .scheme-arrowicon .arrow::after {
                top: -4px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .scheme-dropdown .scheme-arrowicon .arrow::before {
                top: 4px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .scheme-dropdown .scheme-payout {
        position: absolute;
        width: 200px;
        right: -210px;
        bottom: 0;
    }

        .scheme-dropdown .scheme-payout .transfer-amountfield {
            height: 55px;
        }

/* TYPEHEAD ENDS HERE */
/* CSS FOR INLINE AVAILABE AND UNITS STARTS HERE */
.scheme-unitsifo {
    padding-top: 40px;
}

    .scheme-unitsifo .scheme-unitul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .scheme-unitsifo .scheme-unitul .scheme-units {
            font-size: 14px;
            letter-spacing: 0.41px;
            color: #222222;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .scheme-unitsifo .scheme-unitul .scheme-units .tooltip-icon {
                padding-left: 4px;
                margin-top: -2px;
            }

                .scheme-unitsifo .scheme-unitul .scheme-units .tooltip-icon img {
                    width: 15px;
                    height: 15px;
                    cursor: pointer;
                }

            .scheme-unitsifo .scheme-unitul .scheme-units .tooltip-hoverInfo {
                display: none;
                position: absolute;
                background: #fff;
                -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
                top: 27px;
                right: -17px;
                padding: 6px 20px;
                font-size: 12px;
                border-radius: 6px;
                line-height: 1.4;
                z-index: 2;
            }

                .scheme-unitsifo .scheme-unitul .scheme-units .tooltip-hoverInfo::before {
                    content: "";
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 8px 8px 0px 8px;
                    border-color: #fff transparent transparent transparent;
                    -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
                    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
                    top: -8px;
                    right: 14px;
                }

            .scheme-unitsifo .scheme-unitul .scheme-units .instant-redemptionTooltip::before {
                top: 0px;
                right: -3px;
            }

            .scheme-unitsifo .scheme-unitul .scheme-units:not(:first-child) {
                padding-left: 20px;
            }

                .scheme-unitsifo .scheme-unitul .scheme-units:not(:first-child)::before {
                    content: "";
                    position: absolute;
                    width: 2px;
                    height: 2px;
                    background: #222222;
                    top: 50%;
                    left: 10px;
                    -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    border-radius: 50%;
                }

    .scheme-unitsifo .scheme-toggle {
        padding-top: 20px;
    }

        .scheme-unitsifo .scheme-toggle .switchbtn-col {
            width: auto;
            display: block;
            border: none !important;
            margin: 0;
        }

            .scheme-unitsifo .scheme-toggle .switchbtn-col label {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

            .scheme-unitsifo .scheme-toggle .switchbtn-col .redemption-section {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .scheme-unitsifo .scheme-toggle .switchbtn-col .redemption-section .redemption-information {
                    margin-top: 20px;
                    padding-left: 20px;
                    position: relative;
                }

                    .scheme-unitsifo .scheme-toggle .switchbtn-col .redemption-section .redemption-information p {
                        font-size: 16px;
                        font-weight: normal;
                        line-height: normal;
                        letter-spacing: 0.47px;
                        color: #222222;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                    }

                        .scheme-unitsifo .scheme-toggle .switchbtn-col .redemption-section .redemption-information p img {
                            width: 15px;
                            height: 15px;
                            margin-left: 5px;
                            cursor: pointer;
                            position: relative;
                        }

                    .scheme-unitsifo .scheme-toggle .switchbtn-col .redemption-section .redemption-information .instant-redemptionTooltip {
                        right: -90px;
                        top: 35px;
                    }

                        .scheme-unitsifo .scheme-toggle .switchbtn-col .redemption-section .redemption-information .instant-redemptionTooltip p {
                            font-size: 12px;
                            font-weight: normal;
                            line-height: 1.5;
                            letter-spacing: 0.38px;
                            color: #666666;
                        }

            .scheme-unitsifo .scheme-toggle .switchbtn-col .transfer-amountfield {
                margin-top: 20px;
                max-width: 290px;
            }

    .scheme-unitsifo .schedule-toggle .drpdown-wrapper {
        margin: 0;
        padding: 0;
    }

    .scheme-unitsifo .schedule-toggle label {
        padding-bottom: 0 !important;
    }

    .scheme-unitsifo .schedule-toggle .transfer-amountfield {
        margin-top: 0px;
    }

    .scheme-unitsifo .redemption-processInfo {
        opacity: 0;
        max-width: 290px;
        width: 100%;
        padding: 12px 0;
    }

        .scheme-unitsifo .redemption-processInfo .redemption-process {
            font-size: 12px;
            font-weight: normal;
            line-height: 1.5;
            letter-spacing: 0.38px;
            color: #666666;
        }

.padding-top-0 {
    padding-top: 0 !important;
}

.tooltip-hoverInfo {
    display: none;
    min-width: 150px;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    top: 27px;
    left: 0;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.4;
    /*text-align: justify;*/
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    z-index: 2;
}

    .tooltip-hoverInfo::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 46%;
        border: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid transparent;
    }

    .tooltip-hoverInfo::after {
        content: "";
        width: 100%;
        position: absolute;
        top: -9px;
        left: 0;
        border-top: 10px solid transparent;
    }

    .tooltip-hoverInfo .tt-text {
        font-size: 1.2rem;
        color: #666;
    }

.tooltip-icon .tooltip-hoverInfo {
    left: -56px;
}

.tooltip-icon {
    cursor: pointer;
}

    .tooltip-icon:hover + .tooltip-hoverInfo,
    .tooltip-icon:hover > .tooltip-hoverInfo {
        display: block !important;
    }

/* CSS FOR INLINE AVAILABE AND UNITS ENDS HERE */
.instant-redemptionTooltip {
    position: absolute;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.38px;
    color: #666666;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    right: 0px;
    padding: 15px;
    z-index: 2;
    top: 35px;
    text-align: left;
}

    .instant-redemptionTooltip ul {
        padding-left: 10px;
    }

        .instant-redemptionTooltip ul li {
            list-style: decimal;
        }

    .instant-redemptionTooltip::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 0px;
        right: 70px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 7px solid black;
        border-color: transparent transparent #fff #fff;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-box-shadow: 0px 2px 12px -12px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 2px 12px -12px rgba(0, 0, 0, 0.4);
    }

/* DEEPAK CSS ENDS HERE */
/*maheshc css starts here*/
.img-responsive {
    max-width: 100%;
}

.dblock {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.align-self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.float-right {
    float: right;
}

.mzero-auto {
    margin: 0 auto;
}

.mr10 {
    margin-right: 10px !important;
}

.mr12 {
    margin-right: 12px !important;
}

.mr16 {
    margin-right: 16px !important;
}

.ml14 {
    margin-left: 14px !important;
}

.mr14 {
    margin-right: 14px !important;
}

.m0 {
    margin: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb70 {
    margin-bottom: 70px;
}

.mb16 {
    margin-bottom: 16px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt14 {
    margin-top: 14px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.border0 {
    border: 0 transparent !important;
}

.border-bottom-ddd {
    border-bottom: 1px solid #dddddd !important;
}

.color22 {
    color: #222222 !important;
}

.color-ligt-green {
    color: #38b34e;
}

.color66 {
    color: #666666 !important;
}

.color99 {
    color: #999999 !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.line-through {
    text-decoration: line-through;
}

.error-message {
    font-size: 1.4rem;
    font-weight: normal;
    color: #666666;
    letter-spacing: 0.36px;
    color: #ce2323 !important;
    margin-top: 11px;
    display: none;
}

.page-heading {
    font-size: 2.4rem;
    font-weight: 500;
    /*font-family: "nunitosemibold";*/
    letter-spacing: 0.63px;
    color: #222222;
    padding-top: 4rem;
    margin-bottom: 4rem !important;
}

.page-heading-para {
    font-size: 1.4rem;
    font-weight: normal;
    color: #222222;
    letter-spacing: 0.41px;
    margin-top: 5px;
}

.dflex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .dflex-row .col50 {
        width: 48.5%;
        margin-right: 8px;
    }

        .dflex-row .col50:nth-child(even) {
            margin-right: 0;
        }

        .dflex-row .col50.col30 {
            width: 30%;
        }

            .dflex-row .col50.col30.bg-gray {
                background: #657079;
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
            }

        .dflex-row .col50.col70 {
            width: 70%;
        }

    .dflex-row.col-wdth .col50 {
        width: 48%;
        margin-right: 16px;
    }

        .dflex-row.col-wdth .col50:last-child {
            margin-right: 0;
        }

    .dflex-row .width100 {
        width: 100%;
    }

.width100 {
    width: 100% !important;
}

.max-width100 {
    max-width: 100% !important;
}

.txt-label {
    font-size: 1.2rem;
    letter-spacing: 0.35px;
    color: #666666;
    display: block;
    margin-bottom: 4px;
}

.txt-value {
    font-size: 1.4rem;
    font-weight: normal;
    color: #666666;
    letter-spacing: 0.36px;
    color: #222222 !important;
    margin-bottom: 12px;
    display: block;
}

.btn-dashed {
    color: #0081e4;
    font-size: 1.6rem;
    font-weight: 500;
    /*font-family: "nunitosemibold";*/
    padding: 20px;
    width: 100%;
    text-align: center;
    display: block;
    letter-spacing: 0.5px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23999999FF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 4px;
}

    .btn-dashed:hover {
        border-color: #0081e4;
    }

.secondaryBackgroundColor {
    background: #edf1f5;
}

.custom-tab {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    border-bottom: 1px solid #dddddd;
}

    .custom-tab li > a {
        font-size: 14px;
        letter-spacing: 0.44px;
        color: #222222;
        padding: 30px 30px 12px 30px;
        display: block;
    }

        .custom-tab li > a.active {
            border-bottom: 4px solid #007ee7;
            color: #007ee7 !important;
            font-weight: 500;
            /*font-family: "nunitosemibold";*/
        }

    .custom-tab.onfull-page li {
        margin-right: 40px;
    }

        .custom-tab.onfull-page li > a {
            font-size: 1.6rem;
            padding-left: 0;
            padding-right: 0;
        }

.tab-content.in {
    display: block;
}

.tab-content .tcontent-box {
    padding: 20px 32px;
    border-bottom: 1px solid #dddddd;
}

    .tab-content .tcontent-box .sz14-semibold {
        margin-bottom: 14px;
    }

    .tab-content .tcontent-box .bank-icons {
        font-size: 1.4rem;
        color: #999999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .tab-content .tcontent-box .bank-icons img {
            margin-left: 10px;
        }

    .tab-content .tcontent-box .togglebtn {
        font-size: 1.4rem;
        letter-spacing: 0.44px;
    }

.tab-content .tcontent-box-banks {
    margin-bottom: 18px;
}

    .tab-content .tcontent-box-banks .line {
        border-bottom: 1px solid #dddddd;
        width: 94%;
        position: relative;
    }

        .tab-content .tcontent-box-banks .line span {
            position: absolute;
            right: -21px;
            top: -9px;
            padding: 1px 10px;
            border: 1px solid #dddddd;
            border-radius: 10px;
            background: #fff;
        }

    .tab-content .tcontent-box-banks ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }

        .tab-content .tcontent-box-banks ul li {
            font-size: 1.4rem;
            font-weight: normal;
            color: #666666;
            letter-spacing: 0.36px;
            width: 48%;
            margin: 0 10px 10px 0;
        }

            .tab-content .tcontent-box-banks ul li:nth-child(even) {
                margin-right: 0;
            }

/*maheshc css ends here*/
.message-bar {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .message-bar .message {
        width: 90%;
    }

        .message-bar .message .link-text {
            margin-left: 50px;
        }

.portfolio-snapshot .container-border .padded-box-32 .row,
.upcoming-investments .container-border .padded-box-32 .row,
.top-fund-month .container-border .padded-box-32 .row {
    padding-bottom: 29px;
    margin-bottom: 29px;
}

.portfolio-snapshot .container-border .additional-scheme,
.upcoming-investments .container-border .additional-scheme,
.top-fund-month .container-border .additional-scheme {
    font-size: 1.6rem;
    color: #222222;
    margin-bottom: 34px;
}

    .portfolio-snapshot .container-border .additional-scheme a,
    .upcoming-investments .container-border .additional-scheme a,
    .top-fund-month .container-border .additional-scheme a {
        color: #0081e4;
        background: url(../images/link-arrow-blue.svg) no-repeat 100% 50%;
        padding-right: 20px;
        margin-left: 5px;
    }

.portfolio-snapshot .container-border .link-other-folios-wrapper,
.upcoming-investments .container-border .link-other-folios-wrapper,
.top-fund-month .container-border .link-other-folios-wrapper {
    background-color: #e6f2fc;
    padding: 21px 32px;
    font-size: 1.6rem;
    margin-bottom: 0 !important;
}

    .portfolio-snapshot .container-border .link-other-folios-wrapper p,
    .upcoming-investments .container-border .link-other-folios-wrapper p,
    .top-fund-month .container-border .link-other-folios-wrapper p {
        color: #222222;
    }

    .portfolio-snapshot .container-border .link-other-folios-wrapper a,
    .upcoming-investments .container-border .link-other-folios-wrapper a,
    .top-fund-month .container-border .link-other-folios-wrapper a {
        color: #0081e4;
        letter-spacing: 0.5px;
        position: relative;
        padding-left: 30px;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

        .portfolio-snapshot .container-border .link-other-folios-wrapper a::before,
        .upcoming-investments .container-border .link-other-folios-wrapper a::before,
        .top-fund-month .container-border .link-other-folios-wrapper a::before {
            content: "";
            position: absolute;
            background: url("../images/icon-add.svg") no-repeat 0 0;
            width: 24px;
            height: 24px;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
        }

.portfolio-snapshot.switch-accounts .width-70,
.upcoming-investments.switch-accounts .width-70,
.top-fund-month.switch-accounts .width-70 {
    width: 85%;
}

.button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 32%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

    .button-container a {
        margin-left: 6px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .button-container .dropdown-custom:before {
        display: none;
    }

    .button-container .dropdown-custom ul {
        top: 15px;
    }

        .button-container .dropdown-custom ul a {
            margin-left: 0;
        }

.fund-details {
    width: 68%;
}

    .fund-details h3 {
        font-size: 1.6rem;
        letter-spacing: 0.5px;
        color: #222222;
        margin-bottom: 6px;
    }

    .fund-details .fund-type,
    .fund-details .fund-status {
        border-radius: 2px;
        padding: 3px 5px;
        font-size: 1rem;
        letter-spacing: 0.31px;
        text-transform: uppercase;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-left: 10px;
        white-space: nowrap;
    }

    .fund-details .fund-type {
        background-color: #e6e6e6;
        color: #666666;
    }

    .fund-details .fund-status {
        color: #ffffff;
    }

        .fund-details .fund-status.moderate {
            background-color: #debc00;
        }

        .fund-details .fund-status.low {
            background-color: #38b34e;
        }

        .fund-details .fund-status.moderate-low {
            background-color: #9fbb42;
        }

    .fund-details .nav-details {
        font-size: 1.2rem;
        letter-spacing: 0.35px;
        color: #666666;
        margin-bottom: 19px;
        width: 100%;
    }

    .fund-details ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .fund-details ul li {
            margin-left: 25px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .fund-details ul li:first-child {
                margin-left: 0;
            }

            .fund-details ul li .heading {
                font-size: 1.2rem;
                letter-spacing: 0.35px;
                color: #666666;
                margin-bottom: 5px;
            }

            .fund-details ul li .value {
                font-size: 1.4rem;
                color: #222222;
                font-weight: 500;
                /*font-family: "nunitosemibold";*/
            }

                .fund-details ul li .value.up {
                    color: #28ac18;
                }
                .fund-details ul li .value.dn {
                    color: #ff0000;
                }

    .fund-details .fund-date {
        background-color: #f7f7f7;
        color: #000000;
        padding: 6px 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 20px;
        position: absolute;
    }

        .fund-details .fund-date .day {
            font-size: 1.68rem;
            letter-spacing: 0.53px;
        }

        .fund-details .fund-date .month {
            font-size: 0.72rem;
            letter-spacing: 0.23px;
            text-transform: uppercase;
        }

    .fund-details .installment-details {
        width: 100%;
        font-size: 1.3rem;
        color: #666666;
    }

.tabs {
    border-bottom: 4px solid #eeeeee;
    padding-bottom: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
}

    .tabs ul li {
        float: left;
        text-align: center;
    }

        .tabs ul li a {
            font-size: 1.6rem;
            letter-spacing: 0.5px;
            text-align: center;
            color: #222222;
            padding: 0 5px 8px;
            margin-right: 40px;
            display: inline-block;
            position: relative;
            height: 100%;
        }

            .tabs ul li a:before {
                content: "";
                position: absolute;
                bottom: -2px;
                height: 0;
                width: 100%;
                left: 0;
                border-radius: 4px;
                -webkit-transition: 0.2s all ease;
                transition: 0.2s all ease;
            }

        .tabs ul li.active a {
            color: #007ee7;
            font-weight: 500;
            /*font-family: "nunitosemibold";*/
        }

            .tabs ul li.active a:before {
                height: 4px;
                background-color: #007ee7;
            }

        .tabs ul li:first-child {
            margin-left: 0;
        }

        .tabs ul li:last-child a {
            margin-right: 0;
        }

.tabbed-content {
    display: none;
}

    .tabbed-content .heading {
        font-weight: 500;
        /*font-family: "nunitosemibold";*/
    }

    .tabbed-content .gray-box {
        padding: 30px 0 !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .tabbed-content .gray-box .column-1 {
            margin-right: 28px;
        }

        .tabbed-content .gray-box .button-container {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 27px;
        }

            .tabbed-content .gray-box .button-container .primary-button {
                margin-right: 18px;
            }

        .tabbed-content .gray-box.justify-content-start {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: start;
        }

    .tabbed-content .goal-wise-wrapper > .row:before {
        display: none;
    }

.message-bar {
    background-color: #fffce7;
    border-radius: 4px;
    border: none;
    border-left: 2px solid #feda00;
    position: relative;
}

    .message-bar .heading {
        letter-spacing: normal;
        font-weight: 500;
        /*font-family: "nunitosemibold";*/
    }

    .message-bar p {
        color: #666666;
    }

    .message-bar svg {
        width: 5%;
        height: auto;
    }

    .message-bar .link-text {
        letter-spacing: normal;
        font-weight: 500;
        /*font-family: "nunitosemibold";*/
    }

    .message-bar .close {
        text-indent: -10000px;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 12px;
        height: 12px;
    }

        .message-bar .close:before, .message-bar .close:after {
            content: "";
            position: absolute;
            width: 2px;
            height: 12px;
            top: 0;
            left: 0;
            background-color: #d6d2b6;
        }

        .message-bar .close:before {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .message-bar .close:after {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.no-background-image {
    background-image: none !important;
}

.no-box-border {
    border: none !important;
}

.fit-width-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.fit-height-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.full-width {
    width: 100% !important;
}

.container-border {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.container-margin-bottom {
    margin-bottom: 50px;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-direction-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.width-70 {
    width: 70%;
}

.width-28 {
    width: 28%;
}

.margin-bottom-32 {
    margin-bottom: 32px !important;
}

.margin-bottom-24 {
    margin-bottom: 24px !important;
}

.margin-top-24 {
    margin-top: 24px;
}

.padding-bottom-24 {
    padding-bottom: 24px;
}

.display-block {
    display: block;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.verticle-middle {
    vertical-align: middle;
}

.verticle-bottom {
    vertical-align: bottom;
}

.pop-up-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
}

    .pop-up-wrapper.display-none {
        display: none;
    }

    .pop-up-wrapper .close-popup {
        text-indent: -10000px;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
    }

        .pop-up-wrapper .close-popup:before, .pop-up-wrapper .close-popup:after {
            content: "";
            position: absolute;
            width: 2px;
            height: 20px;
            top: 0;
            left: 0;
            background-color: #d6d2b6;
        }

        .pop-up-wrapper .close-popup:before {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .pop-up-wrapper .close-popup:after {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .pop-up-wrapper .close-popup:hover:before, .pop-up-wrapper .close-popup:hover:after {
            background-color: #666666;
        }

    .pop-up-wrapper .heading {
        font-size: 2.4rem;
        font-weight: 500;
        /*font-family: "nunitosemibold";*/
        letter-spacing: 0.75px;
        color: #000000;
        margin-bottom: 16px;
    }

    .pop-up-wrapper .tagline {
        font-size: 1.6rem;
        color: #222222;
        margin-bottom: 41px;
    }

    .pop-up-wrapper .button-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        margin-top: 30px;
    }

        .pop-up-wrapper .button-container a {
            margin-right: 12px;
        }

.linked-folio {
    background: url("../images/icon-folio-linked.svg") no-repeat 0 0;
    font-size: 1.6rem;
    color: #222222;
    padding: 8px 0 8px 45px;
}

.linked-text-bold {
    font-size: 1.6rem;
    font-weight: 500;
    /*font-family: "nunitosemibold";*/
    letter-spacing: 0.47px;
    color: #007ee7 !important;
}

.gray-box {
    background-color: #f9f9f9;
}

.accordion-wrapper .accordion-click {
    padding-bottom: 24px;
    margin-top: 27px;
    cursor: pointer;
    position: relative;
}

    .accordion-wrapper .accordion-click:before, .accordion-wrapper .accordion-click:after {
        content: "";
        width: 14px;
        height: 1px;
        background-color: #0081e4;
        position: absolute;
        /*top: 50%;*/
        top: 9px;
        left: calc(98% - 14px);
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

    .accordion-wrapper .accordion-click:before {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .accordion-wrapper .accordion-click:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }

    .accordion-wrapper .accordion-click:first-of-type {
        margin-top: 0;
    }

    .accordion-wrapper .accordion-click.collapsed {
        border-bottom: 1px solid #d8d8d8;
        -webkit-transition: 0.2s all ease;
        transition: 0.2s all ease;
    }

    .accordion-wrapper .accordion-click.expanded {
        border-bottom-color: transparent;
        padding-bottom: 0;
    }

        .accordion-wrapper .accordion-click.expanded:after {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
            background-color: transparent;
        }

        .accordion-wrapper .accordion-click.expanded ~ .accordion-holder {
            border-bottom: 1px solid #d8d8d8;
            /*padding-bottom: 15px;*/
            padding: 15px 0;
            border-top: 1px solid #d8d8d8;
        }

    .accordion-wrapper .accordion-click .tagline {
        font-size: 1.2rem;
        color: #666666;
    }

.accordion-wrapper .accordion-holder {
    display: none;
    margin-top: 24px;
    font-size: 1.6rem;
}

.accordion-wrapper .heading {
    /*font-family: "nunitosemibold";*/
    font-weight: 500;
}
.theme-dark .glance-content-heading h4, .theme-dark .view-all-videos p {
    color: #000 !important;
}

.chatbot-failure{
    padding: 35px 0;
}
.chatbot-failure img{
    margin-bottom:25px;
    width:135px;
}

@media only screen and (max-width: 767px) {
    .accordion-wrapper .accordion-holder {
        font-size: 1.2rem;
    }

    .inspire-header__logo {
        font-size: 22px;
    }

    .warrant_status_captcha .website-captcha, .warrant_status_captcha .website-captcha-main {
        width: 100%;
    }


}

.market-up {
    color: #1dae00;
    position: relative;
    padding-left: 12px;
    margin-left: 3px;
}

    .market-up::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url("../images/arrow-up-green.svg") no-repeat 0 2px;
        width: 10px;
        height: 90%;
        background-size: contain;
    }

.background-color-transparent {
    background-color: transparent;
}

.form-wrapper input[type="text"] {
    border: 1px solid #999999;
    font-size: 1.6rem;
    padding: 8px;
    border-radius: 4px;
}

.link-another-folio .heading {
    margin-bottom: 6px;
}

.link-another-folio .tagline {
    margin-bottom: 22px;
}

.gray-box.link-another-folio {
    padding: 40px 0 !important;
}

.biller-registration-pending-wrapper .heading {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #ff999b;
    font-size: 10px;
    font-weight: 500;
    /*font-family: "nunitosemibold";*/
    letter-spacing: 0.31px;
    text-align: center;
    color: #222222;
    padding: 5px 8px;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.biller-registration-pending-wrapper .biller-registration-pending-content {
    border: 1px solid #ff999b;
    padding: 12px 14px;
}

.with-arrow-down {
    position: relative;
    padding-right: 10px;
}

    .with-arrow-down:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        border-right: 0.9px solid #007ee7;
        border-bottom: 0.9px solid #007ee7;
        width: 4px;
        height: 4px;
    }

.view-more.expanded:before {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.investscheme-name .custom-select.folio-num {
    width: 17%;
    padding-left: 16px;
}

    .investscheme-name .custom-select.folio-num .select-selected::after {
        right: 0px;
    }

.investscheme-name .custom-select .select-selected::after {
    width: 8px;
    height: 8px;
    right: 3px;
    top: 30%;
    border-color: #222222;
}

.folio-dropdown.adivisors {
    float: right;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .folio-dropdown.adivisors .custom-select {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        padding-left: 10px;
        text-align: left;
    }

/*custom tooltip*/
.custom-tooltip {
    padding: 14px;
    max-width: 320px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 28px;
    display: none;
    z-index: 1;
}

    .custom-tooltip:hover {
        display: block;
    }

    .custom-tooltip::before {
        content: "";
        width: 12px;
        position: absolute;
        top: -12px;
        right: -230px;
        left: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #fff;
        margin: 0 auto;
    }

    .custom-tooltip::after {
        content: "";
        width: 100%;
        position: absolute;
        top: -14px;
        left: 0;
        border: 7px solid transparent;
    }

        .custom-tooltip::after:hover .custom-tooltip {
            display: block;
        }

    .custom-tooltip p,
    .custom-tooltip a {
        margin-bottom: 12px;
    }

        .custom-tooltip p:last-child,
        .custom-tooltip a:last-child {
            margin-bottom: 0;
        }

.ontext-hover {
    cursor: pointer;
}

    .ontext-hover:hover + .custom-tooltip {
        display: block;
        -webkit-transition: all 600ms 0s ease-in-out;
        transition: all 600ms 0s ease-in-out;
    }

/*custom tooltip end*/
.bold {
    font-weight: 500 !important;
    /*font-family: "nunitosemibold" !important;*/
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 4;
    overflow: hidden;
}

.margin-zero-auto {
    margin: 0 auto;
}

.position-relative {
    position: relative;
}

.beside-text svg {
    margin-right: 6px;
}

.inlinex {
    display: inline-block !important;
}

.color-white {
    color: #fff !important;
}

.color-blue {
    color: #007ee7;
}

.bg-color-blue {
    background-color: #0081e4;
}

.rtgs-lumpsum .label-sz16.fsz14.color22 {
    color: #222222;
}

.label-sz16.fsz14 {
    font-size: 1.4rem;
}

.label-sz16.fsz12 {
    font-size: 1.2rem;
}

.label-sz16,
.link-blue {
    color: #666666;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.6px;
}

    .label-sz16.with-arrow,
    .link-blue.with-arrow {
        position: relative;
        padding-right: 20px;
    }

        .label-sz16.with-arrow::before,
        .link-blue.with-arrow::before {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            width: 6px;
            height: 6px;
            border: 2px solid #222;
            border-left: 0 transparent;
            border-top: 0 transparent;
            -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
            top: 50%;
            right: -12px;
            padding: 3px;
            border-color: #0081e4;
            -webkit-transform: rotate(-45deg) translate(36%, -24%);
            transform: rotate(-45deg) translate(36%, -24%);
        }

        .label-sz16.with-arrow::after,
        .link-blue.with-arrow::after {
            content: "";
            position: absolute;
            top: 50%;
            right: -12px;
            border-bottom: 2px solid #0081e4;
            width: 12px;
        }

.link-blue {
    color: #007ee7;
}

    .link-blue.dark-link {
        font-size: 1.6rem;
        font-weight: 500;
        /*font-family: "nunitosemibold";*/
    }

.blue {
    color: #0081e4 !important;
}

.f-size12 {
    font-size: 1.2rem !important;
}

.f-size20 {
    font-size: 2rem !important;
}

.f-size24 {
    font-size: 2.4rem !important;
}

.heading-sz20 {
    font-weight: 500;
    /*font-family: "nunitosemibold";*/
    color: #222222;
    letter-spacing: 0.47px;
    font-size: 2rem;
    margin-bottom: 13px;
}

    .heading-sz20.sz16 {
        font-size: 1.6rem;
        margin-bottom: 4px;
    }

    .heading-sz20.sz14 {
        font-size: 1.4rem;
        letter-spacing: 0.41px;
    }

.border-top-0 {
    border-top: 0 transparent !important;
}

a.color-blue:hover, a.blue:hover {
    text-decoration: underline;
}

.circle-xcl {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    background-color: #ff8337;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    /*font-family: "nunitosemibold";*/
    color: #fff;
}

.flex1 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
}

.flex1-text-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.flex-none {
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
}

.max-width200 {
    max-width: 200px;
}

.color-black {
    color: #000;
}

.faqs {
    width: 54%;
}

/* 26-03-2021*/
.fixed-wrapper {
    max-width: 1170px;
    width: auto;
}

footer .fixed-wrapper {
    max-width: inherit;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}


.fund-details ul li .heading {
    margin-bottom: 0;
}

h2 {
    font-weight: 500;
    /*font-family: "nunitosemibold";*/
}

.page-light-para {
    font-size: 1.6rem;
    font-weight: normal;
    color: #666;
    letter-spacing: 0.47px;
}

.popup {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    padding-top: 140px;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
}

.popup-content {
    background-color: white;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 65%;
    height: auto;
    border-radius: 5px;
    text-align: center;
}

.popup h1 {
    font-weight: bold;
    /*font-family: "nunitobold";*/
}

.mobile-nav-wrapper {
    display: none;
}

.mobile-menu {
    display: none;
}

.menu-nfo p {
    font-weight: normal;
    color: #ffffff;
    font-size: 1.4rem;
    opacity: 0.3;
}

/*Sbuscribe Now popup*/
.subscribe-now {
    cursor: pointer;
}

.fixed-wrapper .subscribe-now-hover {
    position: relative;
    padding-top: 90px;
}

.fixed-wrapper .subscribe-tooltip {
    display: none;
    color: #666;
    border-radius: 6px;
    position: absolute;
    z-index: 2;
    background-color: rgba(255,255,255,0.92);
    min-width: 380px;
    left: 0;
    top: 50px;
    padding: 15px;
    width: 940px;
    margin-top: 90px;
}

    .fixed-wrapper .subscribe-tooltip h4 {
        font-size: 1.6rem;
        line-height: 2.2rem;
        color: #222222;
    }

    .fixed-wrapper .subscribe-tooltip .subscribe-form {
        display: flex;
        padding-right: 20px;
    }

    .fixed-wrapper .subscribe-tooltip .cross-btn {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        cursor: pointer;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 21px;
    }

    .fixed-wrapper .subscribe-tooltip .secondaryBackgroundColor {
        padding: 10px 0 5px;
        /*width: 32%;*/
        width: 100%;
        border-radius: 4px;
        height: 55px;
        margin-right: 15px;
    }

        .fixed-wrapper .subscribe-tooltip .secondaryBackgroundColor span {
            display: none;
            color: red;
            font-size: 1.4rem;
        }

    .fixed-wrapper .subscribe-tooltip .floating-form {
        margin-bottom: 4px;
    }

    .fixed-wrapper .subscribe-tooltip .captcha-con {
        width: 27%;
        display: none;
    }

        .fixed-wrapper .subscribe-tooltip .captcha-con img {
            height: 55px;
        }

    .fixed-wrapper .subscribe-tooltip .button-area {
        display: block;
        border-radius: 4px;
        padding: 15px 20px;
        letter-spacing: 0.5px;
        font-size: 1.6rem;
        position: relative;
        text-align: center;
        background-color: #0081e4;
        color: #fff;
        border: 1px solid transparent;
    }

        .fixed-wrapper .subscribe-tooltip .button-area.active {
            color: #fff;
            background-color: #0081e4
        }

        .fixed-wrapper .subscribe-tooltip .button-area:hover:not(.disable-button) {
            background-color: #fff;
            color: #0081e4;
            border-color: #0081e4
        }

/*Sbuscribe Now popup*/
.sfPageEditor .loadingx {
    display: none;
}

.sfPageEditor .owl-carousel {
    display: block;
}

.sfPageEditor header {
    position: initial;
}
/*.fixed-wrapper, .container{
    border: 1px solid
}*/


.snackbars.bottom-center {
    left: 50%;
    transform: translate(-50%);
    bottom: 20px;
    align-items: center;
}

.snackbars {
    position: fixed;
    z-index: 99999;
    display: flex;
    flex-direction: column;
}

.snack {
    margin: 10px;
    padding: 10px;
    font-size: 1.4rem;
    border-radius: 10px;
    display: flex;
}

.snack-text {
    margin-right: 5px;
}

.snack-action {
    cursor: pointer;
}

.snackbars.alert.alert-danger .snack {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

    .snackbars.alert.alert-danger .snack, .snackbars.alert.alert-danger .snack .snack-text strong,
    .snackbars.alert.alert-danger .snack .snack-action {
        color: #ce2323 !important;
    }

        .snackbars.alert.alert-danger .snack .snack-text strong {
            font-weight: 400 !important;
        }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    /*font-weight: normal !important;*/
}


.add-watchlist {
    cursor: pointer;
}

.menuIAP p {
    cursor: pointer;
}

.fake-col-wrapper .slide.item:last-child ul li {
    border-bottom: 0 !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

.dvaudio .cross-btn {
    font-size: 21px;
    position: relative;
    float: right;
    right: 0px;
    top: -15px;
    cursor: pointer;
}

.dvaudio .popupwidth {
    width: 30%;
}

.dvaudio .popup {
    top: 60px;
}

footer nav > ul > li ul li, footer nav > ul > li ul li a {
    cursor: pointer !important
}
/* Custom dropdown*/
.floating-form .custom-select .select-items {
    max-height: 300px;
    overflow-y: auto;
}

/* Zindex incresse due to DatePicker 01-06-21*/
header {
    z-index: 3002;
}

/* Risk color*/
.low-risk-type {
    background: #38b34e !important;
}

.moderately-low-risk-type {
    background: #A3CD3B !important;
}

.moderate-risk-type {
    background: #ffd700 !important;
}

.moderately-high-risk-type {
    background: #eb8508 !important;
}

.high-risk-type {
    background: orange !important;
}

.low-to-moderate-risk-type {
    background: #A3CD3B !important;
}

.very-high-risk-type {
    background: #dd0202 !important;
}
/* Text color*/
.low-risk-text {
    color: #38b34e !important;
}

.moderatelylow-risk-text {
    color: #A3CD3B !important;
}

.moderate-risk-text {
    color: #ffd700 !important;
}

.moderatelyhigh-risk-text {
    color: #eb8508 !important;
}

.high-risk-text {
    color: orange !important;
}

.veryhigh-risk-text {
    color: #dd0202 !important;
}

.lowtomoderate-risk-text {
    color: #A3CD3B !important;
}

.very-high-risk-text {
    color: #dd0202 !important;
}

.risk-type {
    color: #fff;
    /* background: #38b34e;*/
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    /*font-family: "nunitosemibold";*/
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    padding: 2px 10px 1px 10px;
    border-radius: 2.6px;
}

.ErrorPage {
    margin-top: 100px;
    margin-bottom: 100px;
}

.ErrorpageLink {
    font-size: 20px;
}

#mobile-accordian li span {
    cursor: pointer;
}

.adv-header {
    display: none;
}

.ArticleTag label {
    cursor: pointer;
}

.subscribe-form input {
    padding-top: 0 !important;
}

.width-70 {
    width: 70%;
}

.update-details a {
    cursor: pointer;
}
/* The switch - the box around the slider */
.toggle-btn-wrapper {
    display: flex;
}

    .toggle-btn-wrapper .switch {
        margin-bottom: 0;
        width: 28px;
        height: 16px;
        position: relative;
        display: inline-block;
    }
        /* Hide default HTML checkbox */
        .toggle-btn-wrapper .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }
    /* The slider */
    .toggle-btn-wrapper .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #001D37;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .toggle-btn-wrapper .slider:before {
            position: absolute;
            content: "";
            height: 12px;
            width: 12px;
            left: 2px;
            bottom: 1px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .toggle-btn-wrapper input:checked + .slider {
        background-color: #001D37;
    }

    .toggle-btn-wrapper input:focus + .slider {
        box-shadow: 0 0 1px #001D37;
    }

    .toggle-btn-wrapper input:checked + .slider:before {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        background-color: #EBCB05;
    }
    /* Rounded sliders */
    .toggle-btn-wrapper .slider.round {
        border: 1px solid #fff;
        border-radius: 34px;
    }

        .toggle-btn-wrapper .slider.round:before {
            border-radius: 50%;
        }

    .toggle-btn-wrapper .light, .toggle-btn-wrapper .dark, .font-plus-minus a, .join-us-link {
        /*font-family: "nunitoregular";*/
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.4375px;
        color: #FFFFFF !important;
    }

        .join-us-link:hover {
            color: #FFFFFF !important;
        }

    .toggle-btn-wrapper .light {
        margin-right: 8px;
    }

    .toggle-btn-wrapper .dark {
        margin-left: 8px;
    }

.font-plus-minus {
    margin: 0 36px;
}

    .font-plus-minus a {
        margin-right: 16px;
    }

        .font-plus-minus a:last-child {
            margin-right: 0;
        }

.f-size14 {
    font-size: 1.4rem !important;
}

.f-size16 {
    font-size: 1.6rem !important;
}

.f-size30 {
    font-size: 3rem !important;
}
/*Dark theme css start*/
.theme-dark, .theme-dark .starter-kit-section__left, .theme-dark .faq-section, .theme-dark .equity-fund-top,
.theme-dark .resp-tabs-container, .theme-dark .table-thin-title.table-striped tbody tr:nth-of-type(2n),
.theme-dark .about-tab-holder, .theme-dark .half_tabletype table tbody tr:nth-child(even) {
    background-color: #1B1E1F !important;
}

    .theme-dark .podcast-section-playing {
        background: #1B1E1F !important
    }

    .theme-dark h1, .theme-dark p, .theme-dark a {
        color: #fff !important;
    }

    .theme-dark .captchabox{
        border: 1px solid #fff !important;
        background-color: #000 !important;
    }

.ln-darktheme {
    background-color: #041522 !important
}

.theme-dark header nav ul > li.has-sub-level > a::before {
    border-right-color: #fff !important;
    border-bottom-color: #fff !important;
}

.theme-dark .secondary-button {
    border-color: #fff;
}

.theme-dark .secondary-button, .theme-dark header .header-search-wrapper input, .theme-dark .sip-faq.faq-section .accordion-wrapper .accordion-click:before, .theme-dark .textfeild_tenure .floating-form .empty-val-input > input {
    background-color: transparent !important;
}

.theme-dark header .header-search-wrapper input {
    color: #fff !important;
    background-color: #000 !important;
    padding: 0 30px 0 10px;
}

.theme-dark .home-banner.banner-bluseshade .benner-fixed-content {
    background: rgba(0, 29, 55, 0.9);
}

    .theme-dark .home-banner.banner-bluseshade .benner-fixed-content::after {
        border-left-color: rgba(0, 29, 55, 0.9);
    }

.theme-dark .banner-right-ele {
    background: rgba(24, 56, 80, 0.7);
}

.theme-dark .subscribe-tooltip .subscribe-form .error-message {
    color: #ce2323 !important;
}

.theme-dark .quick-links-main.quick-links, .theme-dark .explore-funds-riskometer-wrapper .fund-types-wrapper ul li, .theme-dark .latest-news,
.theme-dark .solution-for-all-needs-wrapper, .theme-dark .learn-trending-section__bottom .learn-card__desc, .theme-dark .learn-mf-guide,
.theme-dark .upcoming-investor-awareness-programmes .investor-awareness-section__blog, .theme-dark .section-wrapper.bg-blue,
.theme-dark .browse-category__boxes.invest-ideas ul li.extra-pad-bott .atag-carousel-link,
.theme-dark .browse-category__boxes.invest-ideas ul li .atag-carousel-link, .theme-dark .more-interest-section .interest-card-wrapper .intrest-card,
.theme-dark .browse-category__boxes ul .category-box, .theme-dark .other-tools .tool-wrapper__commonbox,
.theme-dark .starter-kit-section__right .check-invest, .theme-dark .starter-kit-section__right .plan-links-active,
.theme-dark .starter-kit-section__right .plan-tabs-wrapper .plan-right, .theme-dark .nri-guide, .theme-dark .nri_tabwrap, .theme-dark .starter-kit-section__right .plan-tabs-wrapper .plan-right .floating-form .rs-holder .input-text,
.theme-dark .starter-kit-section__right .plan-tabs-wrapper .plan-right .floating-form .input-text, .theme-dark .starter-kit-section__right .plan-tabs-wrapper .plan-tabs-row .col-md-6:last-child, .theme-dark .learn-trending-section__bottom .learn-card {
    background-color: #041522 !important;
}

.theme-dark .explore-funds-riskometer-wrapper .explore-our-funds-wrapper, .theme-dark .invest-on-go, .theme-dark .calculator-box .calc-form {
    background-color: #001D37 !important;
}

.theme-dark .explore-funds-riskometer-wrapper, .theme-dark .pennywise-podcast, .theme-dark .ask-an-expert, .theme-dark .dark-theme-strip,
.theme-dark header nav ul > li .sub-menu-wrapper .sub-menu-col.col2,
.theme-dark header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list .right-menu-link.garybg, .theme-dark .bg-light.calc-section,
.theme-dark .young-section.bg-image, .theme-dark .browse-category, .theme-dark .trending-funds, .theme-dark .banner-section__left .maturity-plan,
.theme-dark .starter-kit-section__right .where-to-start .start-boxes .category-box, .theme-dark .starter-kit-section__right .owl-carousel .ideas-wrapper__list,
.theme-dark .calculator-box .graph-box, .theme-dark .wrapper-suit-for.objective-nav-main .return-list li {
    background-color: #182731 !important;
}

.theme-dark .penny-section {
    background: #182731 !important;
}

.theme-dark .invest-on-go .column-1 .app-download-marketplace a {
    background-color: transparent !important;
    border: 1px solid #fff;
}

.theme-dark #btnSendApp {
    background: #007BEA;
    color: #fff;
}

.theme-dark header nav ul > li .sub-menu-wrapper .sub-menu-col:first-child {
    background-color: #1e313e !important;
}

.theme-dark .banner-wrapper .column-1 .button-wrapper .dropdown-custom ul,
.theme-dark .banner-wrapper .dropdown-custom ul li:hover .nested-select {
    background: #0e2840;
    box-shadow: none;
    border-color: #c6c6c6;
    border-left-color: #c6c6c6 !important;
    border-top-color: #c6c6c6 !important;
}



.theme-dark .inspire-blog, .theme-dark .invest-kit-section, .theme-dark .starter-kit-section__right .achieve-sip-wrapper, .theme-dark .ready-section,
.theme-dark .new-fund-offers, .theme-dark .callback {
    background-color: #081B28;
}

    .theme-dark header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list .right-menu-link .sub-menu-name,
    .theme-dark header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list .right-menu-link .sub-menu-info,
    .theme-dark header nav ul > li .sub-menu-wrapper .sub-menu-col .sub-menu-left-col-heading, .theme-dark .fa,
    .theme-dark .invest-kit-section .invest-kit-wrapper__left .invest-subheading, .theme-dark .learn-trending-section__bottom .learn-card__desc .sub-heading,
    .theme-dark .learn-mf-guide .section-desc .learn-subheading, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6,
    .theme-dark p, .theme-dark label, .theme-dark a, .theme-dark span, .theme-dark ul li a, .theme-dark figcaption, .theme-dark .banner-section__left #txtSchemeSearch,
    .theme-dark .starter-kit-section__right .plan-tabs-wrapper .plan-right .floating-form .label, .theme-dark .mutual-fund-wrapper ul li,
    .theme-dark .faq-cont .faqonly-wrapper input, .theme-dark .calc-form div.label, .theme-dark .terams, .theme-dark .bulb_wrap, .theme-dark .sys_toptext,
    .theme-dark .sys_belowtext, .theme-dark .commn-tooltip, .theme-dark .commn-tooltip p, .theme-dark .custom-checkbox .styled-checkbox + label,
    .theme-dark input[type="text"], .theme-dark button, .theme-dark input, .theme-dark optgroup, .theme-dark select, .theme-dark textarea,
    .theme-dark .floating-form .empty-val-input .select-selected, .theme-dark .floating-form .empty-val-input > label,
    .theme-dark .floating-form .empty-val-input > .placeholder, .theme-dark .return-heading, .theme-dark .fund-wrapper .fund-box__top__right .scheme-disclaimer,
    .theme-dark .wrapper-suit-for.objective-nav-main .return-list li, .theme-dark .resp-tabs-list li,
    .theme-dark .objective-nav-main, .theme-dark .historical-nav-main, .theme-dark .etf-overview-tab-holder, .theme-dark .similar-etf-holder,
    .theme-dark .etf-overview-mid1 .fund-details .risk-meter-popup li, .theme-dark .table, .theme-dark .dividend-area tbody td,
    .theme-dark .etf-overview-tab-holder .table th, .theme-dark .performance-area .notes-area ul li, .theme-dark .historical-nav-main .rs-holder:before,
    .theme-dark table tr td, .theme-dark table tr th, .theme-dark .ui-widget-content, .theme-dark .custom-select .select-items div,
    .theme-dark .custom-select .select-items .select-selected, .theme-dark .fax_wrap, .theme-dark .pne_wrap, .theme-dark .listing_tick li,
    .theme-dark .team-people-loop .more-etf, .theme-dark .about-customer-top p.label-sz16.color22, .theme-dark .about-customer-top .about-customer-val,
    .theme-dark .corporate-profile, .theme-dark .list_recentpost li:first-child, .theme-dark .privecy-polyci, .theme-dark .fatca-steps li.active,
    .theme-dark .objective-nav-main .returnsval, .theme-dark .mutual-fund-wrapper strong, .theme-dark .sip-calculate .garph_righttext, .theme-dark .topsip_righttext, .theme-dark .iap-top-description, .theme-dark .scheme-dettype .scheme-dettype--label.bg-transparent, .theme-dark .portfolio span strong, .theme-dark .div-hstry-data .table-responsive .table tr:nth-child(even) td, .theme-dark .div-hstry-data .table-responsive .table thead tr th {
        color: #fff !important;
    }


.theme-dark .starter-kit-section__left .kit-heading {
    margin-top: 0;
}

.theme-dark .sip-calculate #Body_C035_Col00 img {
    background-color: #fff;
    padding: 20px 10px;
}

.theme-dark .article:nth-child(even) {
    color: #fff !important
}

.theme-dark .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    color: #fff;
}

.theme-dark footer .footer-copyrights {
    border-top-color: #fff;
}

.theme-dark .invest-plan-tags li a, .theme-dark .banner-section__left #txtSchemeSearch {
    background: transparent;
}

.theme-dark .browse-category__boxes.invest-ideas ul li.extra-pad-bott .atag-carousel-link {
    height: 100%;
}

.theme-dark .watchlist-section_browse .watchlist-section__top__right .rectangle,
.theme-dark .watchlist-section__top__right .sbi-fund-wrapper__left .right-top .fund-popup,
.theme-dark .fund-wrapper .fund-box__bottom__right .invest-wrapper .invest-tooltip, .theme-dark .sub-popup,
.theme-dark .starter-kit-section__right .plan-tabs-wrapper .plan-left,
.theme-dark .starter-kit-section__right .plan-tabs-wrapper, .theme-dark .podcast-section-playing-buttom #plList li,
.theme-dark .faq-cont .faqonly-wrapper input, .theme-dark .plan-form .transfer-amountfield, .theme-dark .plan-form,
.theme-dark .bulb_wrap, .theme-dark .commn-tooltip, .theme-dark input[type="text"],
.theme-dark input, .theme-dark optgroup, .theme-dark select, .theme-dark textarea,
.theme-dark .equity-fund-top__header__bottom .equity-disclaimer .disclaimer-tooltip,
.theme-dark .fund-wrapper .fund-box__top__right .scheme-disclaimer, .theme-dark .tooltip-hoverInfo, .theme-dark .dropdown-custom ul,
.theme-dark .etf-overview-mid1 .fund-details .risk-meter-popup, .theme-dark .table-striped tbody tr:nth-of-type(odd),
.theme-dark .similar-etf-holder .recomendation-riskBoxWrapper .modifyetfType, .theme-dark .top-contact-area .social-tooltip-hover:hover .social-tooltip,
.theme-dark .secondaryBackgroundColor, .theme-dark .daterangepicker .drp-calendar, .theme-dark .daterangepicker .calendar-table,
.theme-dark .daterangepicker td.off, .theme-dark .daterangepicker td.off.in-range, .theme-dark .daterangepicker td.off.start-date,
.theme-dark .daterangepicker td.off.end-date, .theme-dark .scheme-disclaimer_media, .theme-dark .ui-widget-content, .theme-dark .custm-search,
.theme-dark .custom-select .select-items, .theme-dark .popup-content, .theme-dark .like_wrap .social-tooltip,
.theme-dark .banner-wrapper .column-1 .button-wrapper .dropdown-custom {
    background: #000 !important;
}

.theme-dark .floating-form .empty-val-input {
    background: transparent;
    /*border: 1px solid #fff;*/
}

.theme-dark .commn-tooltip:after, .theme-dark .scheme-disclaimer_media::after {
    border-color: #000;
}

.theme-dark .equity-fund-top__header__bottom .equity-disclaimer .disclaimer-tooltip::before,
.theme-dark .fund-wrapper .fund-box__top__right .scheme-disclaimer::before, .theme-dark .tooltip-hoverInfo::before,
.theme-dark .etf-overview-mid1 .fund-details .risk-meter-popup:before,
.theme-dark .top-contact-area .social-tooltip::before, .theme-dark .like_wrap .social-tooltip::before {
    border-bottom-color: #000;
}

.theme-dark #audiowrap #audio0 {
    background: #ebebeb !important;
}

.theme-dark .plan-form .primary-button {
    border: 1px solid #fff;
    opacity: 1;
}

.theme-dark .discolser-box-main .accrLink::after, .theme-dark .fatca-steps li.active::after, .theme-dark .hamburger-menu span {
    border-color: #fff !important;
}

.theme-dark .highcharts-background {
    fill: #000 !important;
    color: #fff !important;
}

.theme-dark .graph-box .highcharts-legend-item, .theme-dark .graph-box .highcharts-legend-item text,
.theme-dark .highcharts-container .highcharts-axis-labels text, .theme-dark .highcharts-axis-title {
    fill: #fff !important;
}

.theme-dark .floating-form .empty-val-input, .theme-dark .calc-form .rs-holder .input-text {
    background: transparent !important;
}

.theme-dark .wrap_yearly, .theme-dark .equity-fund-bottom__right__top__section1 .return-sort .returns-section .return-btn-group .years {
    background: transparent;
}

    .theme-dark .equity-fund-bottom__right__top__section1 .return-sort .returns-section .return-btn-group .years.since-btn,
    .primary-button.active, .theme-dark .secondary-button.active, .theme-dark .fatca-steps li.active::before {
        background-color: #0081e4 !important;
    }

.theme-dark .floating-form .empty-val-input > .placeholder, .theme-dark .floating-form .empty-val-input label {
    z-index: 9;
    pointer-events: none;
}

.theme-dark .schemesip, .theme-dark .schemelumpsum, .theme-dark #mobile-accordian h3 a, .theme-dark #mobile-accordian ul ul li a, .theme-dark .close-mob-menu, .theme-dark .ArticleTag label, .theme-dark .goalsip_box p, .theme-dark .subscribe-tooltip-con .cross-btn span, .theme-dark .pressar_wrap.media-center-list table tr th h6 {
    color: #000 !important;
}

.theme-dark .historical-nav-main .tooltop_nav.tooltip-icon .tooltip-hoverInfo::before {
    border-right-color: #000;
}

.theme-dark .custom-select .select-selected::after, .theme-dark .fatca-steps li.active::before {
    border-color: #0081e4 !important;
}

.theme-dark .tooltip-hoverInfo, .theme-dark .custom-select .select-selected,
.theme-dark .historical-nav-main .historical-dropdown-1 span,
.theme-dark .tooltip-hoverInfo, .fmp-benefits-wrapper .arrived-details-link, .theme-dark .morelink, .theme-dark .sitemap-container h6, .theme-dark .fixed-wrapper .subscribe-tooltip .button-area:hover {
    color: #0081e4 !important;
}

.theme-dark .fmp-download-wrapper .floating-form .empty-val-input, .theme-dark .dividend .floating-form .empty-val-input {
    border-color: transparent;
}

.theme-dark .serchbox_addscheme {
    background: #8a90ab;
}

.theme-dark .modal {
    background-color: rgba(66, 66, 66, 0.98) !important;
}

.theme-dark .pressar_wrap.media-center-list table tr th {
    background-color: #fff !important;
}

    .theme-dark .pressar_wrap.media-center-list table tr th h6 {
        padding-left: 15px;
    }

.theme-dark header nav ul > li .sub-menu-wrapper .sub-menu-col.col2 .right-col-menu-list .right-menu-link .sub-menu-name .new-tag {
    color: #24e343 !important;
}

.theme-dark .breadcrumbs a {
    color: #007ee7 !important;
}

    .theme-dark .breadcrumbs a:after {
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
    }

.theme-dark .calculator-box.emer_calcwrap .graph-box {
    width: 45%;
}

.theme-dark .cpCalculator .emer_calcwrap .highcharts-title {
    fill: #ffffff;
}

.theme-dark .div-hstry-data .table-responsive .table tr:nth-child(even) td, .theme-dark .div-hstry-data .table-responsive .table thead tr th {
    color: #000 !important;
}

.theme-dark .portfolio-popup-content .portfolio.popup-holding-header, .theme-dark .portfolio-popup-content .portfolio.popup-holding-header span, .theme-dark .portfolio-popup-content .portfolio.popup-holding-header span strong, .theme-dark .portfolio-popup-content .portfolio.popup-sector-header {
    color: #000 !important;
}

.theme-dark .etf-overview-tab-holder .resp-tabs-list li.resp-tab-active {
    color: #0081E4 !important;
}

.theme-dark .invest-wrapper .invest-tooltip .floating-form .empty-val-input.secondaryBackgroundColor {
    border: 1px solid #edf1f5;
}



.theme-dark .indexconstituent .date-field {
    background-color: #fff !important;
    color: #000 !important;
    background-image: url("../images/date-picker.png") !important;
    background-repeat: no-repeat !important;
    background-position: 95% 46% !important;
}

@media only screen and (max-width: 1370px){
    .theme-dark .customTable .customTableBody .groupItem:nth-of-type(odd) {
        color: #000;
    }
}

/*Dark theme css end*/
input, button, select, optgroup, textarea {
    font-family: 'Lorin' !important;
}

.mobile-nav-wrapper {
    display: none;
}
/*chatbot css satrt*/
.website-chatbot {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9;
}

    .website-chatbot .icon-chatbot {
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        cursor: pointer;
        background: #394085;
        border: 0.5px solid #FFFFFF;
        border-radius: 100%;
        box-sizing: border-box;
        box-shadow: 0px 0px 24px rgba(57, 64, 133, 0.7);
    }

        .website-chatbot .icon-chatbot img {
            align-self: center;
        }

        .website-chatbot .icon-chatbot.close-chatbot {
            background: #fff;
        }

            .website-chatbot .icon-chatbot.close-chatbot::before,
            .website-chatbot .icon-chatbot.close-chatbot::after {
                content: '';
                width: 2px;
                height: 66%;
                background: #394085;
                position: absolute;
                top: 8px;
                z-index: 9;
            }

            .website-chatbot .icon-chatbot.close-chatbot::before {
                transform: rotate(45deg);
            }

            .website-chatbot .icon-chatbot.close-chatbot::after {
                transform: rotate(135deg);
            }

.chatbot-services-wrapper {
    position: absolute;
    bottom: 46px;
    right: 0;
    z-index: 9;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
}

    .chatbot-services-wrapper .service {
        width: 48px;
        height: 48px;
        margin-bottom: 15px;
        background: #394085;
        border-radius: 100%;
        border: 0.5px solid #394085;
        box-sizing: border-box;
        display: flex;
        align-self: center;
        justify-content: center;
    }

        .chatbot-services-wrapper .service:hover,
        .website-chatbot .icon-chatbot:hover {
            transform: scale(1.1);
        }

.service img {
    align-self: center;
    max-width: 100%;
}
/*chatbot css end*/

.sf-Code pre {
    font-size: 12px;
}

.drpdown-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    margin-bottom: 25px;
}

.got-to-cart {
    float: right;
    color: #0081e4;
}

.cart .img-tooltip .info-tip {
    width: 334px;
    left: -180%;
}

.commn-tooltip {
    visibility: hidden;
    background-color: #fff;
    color: #666;
    border-radius: 6px;
    padding: 22px 15px;
    position: absolute;
    z-index: 1;
    margin-left: -90px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.92);
}

    .commn-tooltip:after {
        content: "";
        position: absolute;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #fff;
    }

.img-tooltip .info-tip:after {
    left: 39%;
    border-width: 10px;
}

.img-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .img-tooltip:hover .info-tip {
        visibility: visible;
    }

    .img-tooltip .info-tip {
        width: 250px;
        top: 170%;
        left: 0%;
        font-size: 1.4rem;
    }

        .img-tooltip .info-tip:after {
            top: -7%;
            left: 42%;
            -webkit-transform: rotate(139deg);
            transform: rotate(139deg);
        }

@media only screen and (max-width: 1024px) {

    .img-tooltip .info-tip {
        left: 40px;
        font-size: 1.2rem;
        padding: 15px;
    }

        .img-tooltip .info-tip:after {
            left: 52px;
        }
}

.go-to-cart {
    float: right;
    color: #0081e4;
    cursor: pointer;
}

.cart .info-tip {
    color: black;
}

.img-tooltip .info-tip:before {
    width: 100%;
    padding: 16px;
    background: transparent;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    z-index: 99;
}



header .cart-myprofile-wrapper .secondary-menu .cart .cartCount {
    z-index: 9;
}

.cart .commn-tooltip {
    background-color: white;
}

.default-dropdown {
    margin-right: 14px;
    margin-left: 4px;
    position: relative
}

    .default-dropdown::after {
        content: '>';
        position: absolute;
        top: 0px;
        right: 5px;
        z-index: 1;
        color: #fff;
        font-size: 1.3rem;
        transform: rotate(90deg);
        pointer-events: none;
    }

    .default-dropdown select {
        color: #fff;
        font-size: 1.2rem;
        border-radius: 2px;
        background: #001D37;
        padding: 0px 20px 0px 6px;
    }

        .default-dropdown select option {
            color: #fff;
        }

.smtstatememt #txtPAN {
    text-transform: uppercase;
}

.smtstatement .smtstatement-top {
    margin-top: 0;
}

.smtstatement .invest-tab .website-captcha {
    width: 63%;
    margin-top: 0;
}

.fund-box .nfo-min-investment {
    padding-right: 70px;
}

.my_wrap_monthret a.active {
    font-size: 14px;
    font-weight: 500;
    /* font-family: "nunitosemibold"; */
    color: #fff;
    background-color: #0081e4;
    line-height: 38px;
    padding: 0 20px;
    border-radius: 0px 4px 4px 0px;
}

.my_wrap_monthret {
    border-radius: 4px;
    border: solid 1.1px #999999;
    display: flex;
}

    .my_wrap_monthret a {
        font-size: 14px;
        font-weight: 500;
        /* font-family: "nunitosemibold"; */
        color: #666;
        line-height: 38px;
        padding: 0 20px;
    }


.inspire {
    margin-top: 64px;
    margin-bottom: 80px;
}

.inspire-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 64px;
}

@media (min-width: 500px) {
    .inspire-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

.inspire-header__logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.inspire-header__filter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    height: 40px;
    padding-left: 16px;
    border-radius: 4px;
    background: rgba(0, 129, 228, 0.12);
}

    .inspire-header__filter > span {
        color: #222;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 0.313px;
    }

    .inspire-header__filter > button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        height: 36px;
        padding: 6px 16px;
        border: 0;
        border-radius: 4px;
        margin: 2px;
        margin-left: 0;
        background: rgba(0, 129, 228, 0.12);
        cursor: pointer;
    }

        .inspire-header__filter > button span {
            font-size: 14px;
            line-height: 14px;
            letter-spacing: 0.4375px;
            color: #666666;
        }

        .inspire-header__filter > button > svg > path {
            stroke: #666666;
        }

    .inspire-header__filter .inspire-header-items {
        position: absolute;
        top: 45px;
        right: 0;
        width: 100%;
        border-radius: 4px;
        padding: 20px;
        background: #fff;
        box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

@media (min-width: 768px) {
    .inspire-header__filter .inspire-header-items {
        width: 239px;
    }
}

.inspire-header__filter .inspire-header-items > button {
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.inspire-header__filter .inspire-header-items .last-month-active {
    color: #0081e4;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.313px;
}

.inspire-header__filter .inspire-header-items .last-month-not-active {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.313px;
}

.inspire__cards {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center;*/
    /*justify-content: space-between;*/
    row-gap: 48px;
    padding-bottom: 80px;
    gap: 30px;
}

.inspire-card {
    width: 100%;
    height: fit-content;
}



@media (min-width: 768px) {
    .inspire-card {
        width: 49%;
    }
}

@media (min-width: 992px) {
    .inspire-card {
        width: 31.507%;
    }
}

.inspire-card__img {
    height: 240px;
    background: url(../images/img.svg) no-repeat center center/cover;
    cursor: pointer;
}

.inspire-card > img {
    width: 100%;
}

.research-badges.purple {
    background: rgba(110, 98, 228, 0.59);
}

.research-badges.yellow {
    background: hsl(47deg, 100%, 67%);
}

.research-badges.light-blue {
    background: hsl(206deg, 80%, 76%);
}

.research-badges.light-green {
    background: rgba(88, 184, 71, 0.56);
}

@media (min-width: 768px) {
    .inspire-card > img {
        width: auto;
    }
}

@media(max-width: 1024px) {
    .inspire__cards {
        gap: 15px;
    }
}

.inspire-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

    .inspire-card__content > h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: 0.35px;
    }

    .inspire-card__content > p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        color: hsl(0deg, 0%, 40%);
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.35px;
    }

    .inspire-card__content > a {
        display: flex;
        align-items: center;
        align-self: flex-start;
        gap: 8px;
        text-decoration: none;
        transition: gap 300ms;
    }

        .inspire-card__content > a:hover, .inspire-card__content > a:focus {
            gap: 20px;
        }

        .inspire-card__content > a > span {
            color: #0081e4;
            font-size: 14px;
            font-weight: 700;
            line-height: 24px;
            letter-spacing: 0.35px;
        }

.inspire-card-time {
    display: flex;
    align-items: center;
    gap: 12px;
}

.inspire-card-time__min-read {
    padding-inline: 5.25px;
    border-radius: 2px;
    background: #0081e4;
    line-height: 1;
}

    .inspire-card-time__min-read > span {
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 0.313px;
        text-transform: uppercase;
        line-height: 1;
    }

.inspire-card-time__date {
    line-height: 1;
}

    .inspire-card-time__date > span {
        color: rgba(102, 102, 102, 0.8);
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.313px;
    }

    .inspire-card-time__date > time {
        color: #666;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.313px;
    }

.inspire-slides {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.inspire-slides__pages > button {
    border-color: transparent;
    background-color: transparent;
    cursor: pointer;
}

.inspire-slides__pages .inspire-not-active {
    padding: 1.2px 7.2px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

.inspire-slides__pages .inspire-active {
    padding: 1.2px 7.2px;
    border-radius: 4px;
    background: hsl(206deg, 100%, 45%);
    color: hsl(0deg, 0%, 100%);
    font-size: 16px;
    font-weight: 700;
}

.blog-checkbox {
    width: 24px;
    height: 24px;
    background: #007ee7;
    border: 1px solid #007ee7;
    border-radius: 4px;
}

.blog-title {
    letter-spacing: 0.5px;
    color: #222222;
}

.blog-wrapper .popup-content, .inspire__cards .popup-content {
    position: relative;
}

    .blog-wrapper .popup-content .close-video, .inspire__cards .popup-content .close-video {
        position: absolute;
        margin-left: 0;
        right: -22px;
        top: -22px;
        background-color: #fff;
        padding: 6px 13px;
        border-radius: 100%;
    }

.blog-wrapper .video-content #vidbtn img {
    width: 100%;
}

.video-popup {
    display: none;
}



.close-video {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    /*font-family: 'nunitobold';*/
    position: fixed;
    margin-left: 770px;
}

.cart-popup-overlay {
    position: fixed;
    z-index: 1;
    right: 10px;
}



.cart-notification {
    border-radius: 4px;
    opacity: 0.9;
    background: #000;
    box-shadow: 0px -4px 16px 0px rgba(102, 102, 102, 0.16);
    max-width: 398px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 7px 20px;
    margin-top: 65px;
    float: right;
    margin-right: 10px;
    text-align: center;
}

    .cart-notification p {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0px;
        text-align: left;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 0;
    }



    .cart-notification a {
        font-size: 14px;
        font-weight: 800;
        line-height: 14px;
        letter-spacing: 0.47px;
        text-align: right;
        color: rgba(0, 126, 231, 1);
        margin-right: 15px;
    }

    .cart-notification img {
        width: auto;
    }

.video-popup .popup-content {
    position: relative;
}

    .video-popup .popup-content .close-video {
        position: absolute;
        margin-left: 0;
        right: -22px;
        top: -22px;
        background-color: #fff;
        padding: 6px 13px;
        border-radius: 100%;
    }

/***********for version update changes**************/
.logo-navbar .row .sf_colsIn {
    width: auto;
}

a {
    text-decoration: none;
}

ol, ul {
    padding-left: 0;
}

.floating-form .placeholder {
    background-color: transparent;
}

footer ul{
    margin-left:0;
    padding-left:0;
}

footer nav > ul > li > a:link, footer nav > ul > li > a:visited {
    color: #fff;
}

footer nav > ul > li ul li a:link, footer nav > ul > li ul li a:visited {
    color: #c9c9c9;
}

.placeholder{
    display:block;
    opacity:1;
}
/***********for version update changes**************/
@media screen and (max-width: 480px) {
    .cart-notification {
        max-width: 310px;
        width: 100%;
        padding: 7px 10px;
    }

        .cart-notification p {
            font-size: 12px;
            line-height: 15px;
            margin-left: 0;
        }

        .cart-notification a {
            font-size: 12px;
            margin-right: 8px;
        }
}

.inspire-slides #prev {
    cursor: pointer;
}

.inspire-slides #next {
    cursor: pointer;
}

.inspire-header__filter .inspire-header-items {
    z-index: 1;
}

@media screen and (max-width:767px) {
    .inspire__cards .popup {
        padding-top: 107px;
    }

    .inspire__cards .video-popup .popup-content {
        padding: 10px 10px 5px;
        width: 88%;
    }

        .inspire__cards .video-popup .popup-content iframe {
            height: 235px;
        }
}
