<style type="text/css">
        /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
        @font-face {
            font-family: 'poppins-regular';
            src: url('../assets/fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/Poppins-Regular.woff') format('woff'), url('../assets/fonts/Poppins-Regular.ttf') format('truetype'), url('../assets/fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
            font-weight: normal;
            font-style: normal;
        }

        html {
            font-family: poppins-regular;
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }

        body {
            margin: 0;
            font-family: poppins-regular;
            color: #2B63B2;
        }

        .container {
            width: 1170px;
            margin: auto;
        }

        h1, h2, h3, h4, h4 {
            font-weight: normal;
            margin: 0px;
        }

        *, *:before, *:after {
            box-sizing: border-box;
        }

        article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
            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;
            text-decoration: none;
            outline: none;
        }

            a:focus {
                outline: none;
                border: 0;
            }

            a:active, a:hover {
                outline: 0;
            }

        abbr[title] {
            border-bottom: 1px dotted;
        }

        b, strong {
            font-weight: bold;
        }

        dfn {
            font-style: italic;
        }

        h1 {
            font-size: 2em;
        }

        mark {
            background: #ff0;
            color: #000;
        }

        small {
            font-size: 80%;
        }

        sub, sup {
            font-size: 75%;
            line-height: 0;
            position: relative;
            vertical-align: baseline;
        }

        sup {
            top: -0.5em;
        }

        sub {
            bottom: -0.25em;
        }

        img {
            border: 0;
        }

        svg:not(:root) {
            overflow: hidden;
        }

        hr {
            box-sizing: content-box;
            height: 0;
        }

        pre {
            overflow: auto;
        }

        code, kbd, pre, samp {
            font-family: monospace, monospace;
            font-size: 1em;
        }

        button, input, optgroup, select, textarea {
            color: inherit;
            font: inherit;
            margin: 0;
        }

        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;
            }

            button::-moz-focus-inner, input::-moz-focus-inner {
                border: 0;
                padding: 0;
            }

        input {
            line-height: normal;
        }

            input[type="checkbox"], input[type="radio"] {
                box-sizing: border-box;
                padding: 0;
                vertical-align: middle;
            }

            input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
                height: auto;
            }

            input[type="search"] {
                -webkit-appearance: textfield;
                box-sizing: content-box;
            }

                input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
                    -webkit-appearance: none;
                }

        fieldset {
            border: 1px solid #c0c0c0;
            margin: 0 2px;
            padding: 0.35em 0.625em 0.75em;
        }

        legend {
            border: 0;
            padding: 0;
        }

        textarea {
            overflow: auto;
        }

        optgroup {
            font-weight: bold;
        }

        html, body {
            height: 100%;
        }

        input[type="text"]:focus, input[type="email"], input[type="password"]:focus {
            background: none;
        }

        table {
            border-collapse: collapse;
            border-spacing: 0;
        }

        .clearfix:before, .clearfix:after {
            content: " ";
            display: table;
        }

        .clearfix:after {
            clear: both;
        }

        .clear {
            clear: both;
        }

        .clearfix {
            *zoom: 1;
        }

        p {
            margin: 0;
            padding: 0;
        }

        td, th {
            padding: 0;
        }

        nav ul, ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .hidden, .g-hidden {
            display: none;
        }

        @font-face {
            font-family: robotolight;
            src: url(../fonts/roboto-light.eot);
            src: url(../fonts/roboto-light.eot?#iefix) format("embedded-opentype"),url(../fonts/roboto-light.woff2) format("woff"),url(../fonts/roboto-light.woff) format("woff"),url(../fonts/roboto-light.ttf) format("truetype"),url(../fonts/roboto-light.svg#roboto-light) format("svg");
            font-weight: 400;
            font-style: normal;
        }

        @font-face {
            font-family: poppins-regular;
            src: url(assets/fonts/roboto-regular.eot);
            src: url(assets/fonts/roboto-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/roboto-regular.woff2) format("woff2"),url(fonts/roboto-regular.woff) format("woff"),url(fonts/roboto-regular.ttf) format("truetype"),url(../fonts/roboto-regular.svg#roboto-regular) format("svg");
            font-weight: 400;
            font-style: normal;
        }

        @font-face {
            font-family: robotomedium;
            src: url(../fonts/Roboto-Medium.eot);
            src: url(../fonts/Roboto-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/Roboto-Medium.woff2) format("woff2"),url(../fonts/Roboto-Medium.woff) format("woff"),url(../fonts/Roboto-Medium.ttf) format("truetype"),url(../fonts/Roboto-Medium.svg#Roboto-Medium) format("svg");
            font-weight: 400;
            font-style: normal;
        }

        .NewUserPopup {
            width: 600px;
            display: block;
            background: #ffffff;
            float: left;
        }

            .NewUserPopup .LeftBlockContent {
                width: 252px;
                display: block;
                float: left;
                background: #07ab73 url(assets/images/PopLeftContent.png) no-repeat;
                color: #ffffff;
            }

                .NewUserPopup .LeftBlockContent .PopHeadLine {
                    font: 22px poppins-regular;
                    display: block;
                    margin: 35px 18px 18px 18px;
                }

                    .NewUserPopup .LeftBlockContent .PopHeadLine span {
                        background: #f3e421;
                        padding: 0px 7px;
                        color: #000;
                    }

                .NewUserPopup .LeftBlockContent .PopSubHeadLine {
                    font: 17px robotolight;
                    display: block;
                    margin: 18px 18px;
                }

                .NewUserPopup .LeftBlockContent .PopFeatures {
                    border-top: 1px solid #37b58d;
                    display: block;
                    padding: 20px 18px 34px 18px;
                }

                    .NewUserPopup .LeftBlockContent .PopFeatures ul li {
                        font: 15px/17px robotolight;
                        margin-bottom: 25px;
                        position: relative;
                        padding-left: 50px;
                    }

                        .NewUserPopup .LeftBlockContent .PopFeatures ul li:last-child {
                            margin-bottom: 0px;
                        }

                        .NewUserPopup .LeftBlockContent .PopFeatures ul li:after {
                            content: '';
                            position: absolute;
                            top: 0px;
                            left: 0px;
                            width: 36px;
                            height: 36px;
                            background: url(assets/images/PopLoginFeatureIcon.png) no-repeat;
                        }

                    .NewUserPopup .LeftBlockContent .PopFeatures ul .FeatureIcon-1:after {
                        background-position: 0px 0px;
                    }

                    .NewUserPopup .LeftBlockContent .PopFeatures ul .FeatureIcon-2:after {
                        background-position: -131px 0px;
                    }

                    .NewUserPopup .LeftBlockContent .PopFeatures ul .FeatureIcon-3:after {
                        background-position: -45px 0px;
                    }

                    .NewUserPopup .LeftBlockContent .PopFeatures ul .FeatureIcon-4:after {
                        background-position: -87px 0px;
                    }

                    .NewUserPopup .LeftBlockContent .PopFeatures ul .bookIcon-1:after {
                        background-position: -175px 0px;
                    }

                    .NewUserPopup .LeftBlockContent .PopFeatures ul .bookIcon-2 {
                        margin-bottom: 46px !important;
                    }

                        .NewUserPopup .LeftBlockContent .PopFeatures ul .bookIcon-2:after {
                            background-position: -222px 0px;
                        }

            .NewUserPopup .RightBlockForm {
                width: 348px;
                display: block;
                float: right;
                padding: 40px 30px 10px 30px;
                background: #fff;
            }

                .NewUserPopup .RightBlockForm .PopHeadLine {
                    font: 18px poppins-regular;
                    color: #1a51aa;
                    text-align: left;
                    margin-bottom: 10px;
                    display: none;
                }

                    .NewUserPopup .RightBlockForm .PopHeadLine .ebookFree {
                        background: #f45332;
                        padding: 0px 7px;
                        margin: 0px 1px;
                        color: #FFF;
                        font-size: 17px;
                        text-transform: uppercase;
                    }

                .NewUserPopup .RightBlockForm .PopSubHeadLine {
                    font: 12px robotolight;
                    color: #4e4e4e;
                    padding-bottom: 10px;
                    display: none;
                }

                .NewUserPopup .RightBlockForm .PopupInput {
                    width: 100%;
                    float: left;
                    display: block;
                    outline: none;
                    border: none;
                    border-bottom: 1px solid #999999;
                    color: #505050;
                    padding: 7px 0px;
                    margin-bottom: 28px;
                    font: 15px poppins-regular;
                }

                .NewUserPopup .RightBlockForm .countrycode {
                    width: 30%;
                    padding: 6px 0px;
                    height: 35px;
                    background: url(assets/images/dropdowselect.png) no-repeat 93% 50%;
                    -moz-appearance: none;
                    -webkit-appearance: none;
                    appearance: none;
                    background-size: 14px;
                }

                .NewUserPopup .RightBlockForm #mobile, .NewUserPopup .RightBlockForm .phoneno {
                    width: 67%;
                    float: right;
                }

                .NewUserPopup .RightBlockForm .FormInputBox {
                    position: relative;
                    display: inline-block;
                    width: 100%;
                }

                    .NewUserPopup .RightBlockForm .FormInputBox .UserHelper {
                        position: absolute;
                        right: 0;
                        top: 10px;
                        font-size: 13px;
                        color: #1752b3;
                    }

                    .NewUserPopup .RightBlockForm .FormInputBox .error {
                        font: 13px/15px;
                        display: none;
                        width: 200px;
                        color: #313030;
                        border-radius: 2px;
                        border: 1px solid #adadad;
                        text-align: left;
                        position: absolute;
                        box-shadow: 0px 0px 8px #bbb9b9;
                        transition: opacity 0.3s;
                        padding: 6px 12px;
                        background: #fff url(assets/images/information-icon.png) no-repeat;
                        padding-left: 38px;
                        background-position: 6px 6px;
                        min-height: 45px;
                        right: 0;
                        bottom: -19px;
                        float: right;
                        z-index: 200;
                        left: auto;
                    }

                        .NewUserPopup .RightBlockForm .FormInputBox .error:after {
                            content: "";
                            position: absolute;
                            top: -9px;
                            right: 30px;
                            width: 0;
                            height: 0;
                            border-style: solid;
                            border-width: 0 6px 9px 6px;
                            border-color: transparent transparent #ffffff transparent;
                        }

                        .NewUserPopup .RightBlockForm .FormInputBox .error:before {
                            content: "";
                            position: absolute;
                            top: -10px;
                            right: 28px;
                            width: 0;
                            height: 0;
                            border-style: solid;
                            border-width: 0 8px 10px 8px;
                            border-color: transparent transparent #c7c7c7 transparent;
                        }

                .NewUserPopup .RightBlockForm .PopupLoginLink {
                    font: 14px poppins-regular;
                    color: #505050;
                    float: left;
                    margin: 10px 0px 0px 0px;
                    display: inline-block;
                    width: 100%;
                    text-align: center;
                }

                    .NewUserPopup .RightBlockForm .PopupLoginLink a {
                        color: #1752b3;
                        text-decoration: underline;
                    }

                .NewUserPopup .RightBlockForm .PopupBtnDesign {
                    font: 17px poppins-regular;
                    background: #2874f0;
                    padding: 10px 10px;
                    display: inline-block;
                    width: 100%;
                    text-align: center;
                    border-radius: 2px;
                    color: #ffffff;
                    border: none;
                    text-transform: uppercase;
                    margin: 10px 0px;
                    box-shadow: 0px 3px 6px #d0cdcd;
                }

                    .NewUserPopup .RightBlockForm .PopupBtnDesign:hover {
                        box-shadow: 0px 3px 6px #b3b2b2;
                    }

        .OtpSendMsg {
            position: absolute;
            top: 10px;
            left: auto;
            padding: 7px 9px;
            z-index: 1;
            font-size: 14px;
            border-radius: 3px;
            display: inline-block;
            background: #dcf3cd;
            color: #285a07;
        }

        @media only screen and (max-width: 767px) {
            .NewUserPopup {
                width: 100%;
            }

                .NewUserPopup .LeftBlockContent {
                    display: none;
                }

                .NewUserPopup .RightBlockForm {
                    width: 100%;
                    padding: 14px 15px;
                }

                    .NewUserPopup .RightBlockForm .PopHeadLine, .NewUserPopup .RightBlockForm .PopSubHeadLine {
                        display: block;
                    }

                    .NewUserPopup .RightBlockForm .PopupInput {
                        margin-bottom: 18px;
                    }
        }

        .color-overlay {
            position: fixed;
            background: rgba(0,0,0,0.64);
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 5;
            display: none;
            overflow: hidden;
            outline: 0;
        }

            .color-overlay.activecolor {
                display: block;
            }

        .AddtoCartMsg {
            position: absolute;
            right: 0px;
            top: 36px;
            display: block;
            width: 250px;
            background: #3e9b2e;
            color: #fff;
            padding: 8px 6px;
            text-align: center;
            border-radius: 3px;
        }

            .AddtoCartMsg:before {
                border-bottom: 8px solid #3e9b2e;
                height: 0;
                width: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                content: "";
                position: absolute;
                right: 3px;
                top: -7px;
            }

        .sticky .AddtoCartMsg {
            top: 41px;
        }

        .app-download {
            background: #293447;
            padding: 8px 1px;
            width: 100%;
            display: none;
            font-family: poppins-regular;
        }

            .app-download ul {
                display: inline-block;
                float: left;
            }

                .app-download ul li {
                    float: left;
                    color: #ffffff;
                }

                    .app-download ul li.icons {
                        width: 31px;
                        height: 29px;
                        display: inline-block;
                        background: url(assets/images/sprite.png) -52px -226px no-repeat;
                    }

                    .app-download ul li .install {
                        background: #e26f3e;
                        font-size: 13px;
                        padding: 4px 7px;
                        display: inline-block;
                        border-radius: 2px;
                    }

                    .app-download ul li span {
                        font: 14px/14px;
                        width: 139px;
                        float: left;
                        margin: 0px 15px 0px 9px;
                    }

                    .app-download ul li a {
                        color: #ffffff;
                    }

                        .app-download ul li a small {
                            margin: 0px 15px;
                            display: inline-block;
                            font-size: 13px;
                            color: #efeaea;
                        }

            .app-download .ul2 {
                float: right;
                padding-top: 2px;
            }

        #recognitionSearch {
            float: left;
            display: block;
        }

            #recognitionSearch a {
                background: url(assets/images/sprite.png) -467px -305px no-repeat;
                display: block;
                float: right;
                position: absolute;
                right: 53px;
                bottom: 2px;
                width: 29px;
                height: 29px;
            }

                #recognitionSearch a img {
                    display: block;
                    max-width: 100%;
                }

        .new-launch {
            font-size: 12px;
            background: #fd1f1f;
            color: #FFF;
            padding: 1px 3px;
            border-radius: 3px;
            float: right;
        }

        header.sticky {
            background: #fff;
            -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            -ms-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            position: fixed !important;
            height: 45px;
            z-index: 999;
        }

            header.sticky .top-strip-header {
                display: none;
            }

            header.sticky .logo {
                width: 47px;
                margin: 3px 0px;
                overflow: hidden;
            }

                header.sticky .logo img {
                    width: 170px;
                }

            header.sticky .search-li {
                width: 185px !important;
                position: absolute;
                left: -45px;
                top: 10px;
            }

            header.sticky .search-box {
                display: none;
            }

            header.sticky .small-app-icon {
                right: 85px;
            }

                header.sticky .small-app-icon a span {
                    display: none;
                }

            header.sticky .navigation {
                width: 93%;
            }

                header.sticky .navigation ul li {
                    margin-top: 7px;
                }

                header.sticky .navigation ul .for-acc {
                    position: relative;
                    padding: 5px 15px;
                    margin-top: 7px;
                }

                header.sticky .navigation ul .small-app-icon {
                    display: none;
                }

                header.sticky .navigation .main-manu {
                    float: right;
                }

        .small-logo {
            display: none;
        }

        header.sticky#landing-page-header {
            min-height: 45px;
        }

        .skype-icon {
            vertical-align: middle;
            margin-right: 6px;
        }

        .skype {
            background: url(assets/images/sprite.png) -1px -1px no-repeat;
            float: left;
            width: 20px;
            height: 19px;
            margin-right: 5px;
        }

        .fa-whatsapp:before {
            content: "";
            background: url(assets/images/sprite.png) -24px -1px no-repeat;
        }

        .andriod {
            background: url(assets/images/sprite.png) -1px -841px no-repeat;
            float: left;
            width: 45px;
            height: 26px;
            margin-top: -5px;
        }

        .refer-icon {
            background: url(assets/images/sprite.png) -54px -839px no-repeat;
            float: left;
            width: 28px;
            height: 26px;
            position: absolute;
            left: -30px;
            top: -8px;
        }

        .ui-autocomplete {
            position: fixed !important;
            background: #fff;
            color: #222;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -khtml-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.36);
            -moz-box-shadow: 0 0 5px rgba(0,0,0,0.36);
            -ms-box-shadow: 0 0 5px rgba(0,0,0,0.36);
            box-shadow: 0 0 5px rgba(0,0,0,0.36);
            max-height: 250px;
            overflow: auto;
            width: 400px;
            font-size: 12px;
            top: 65px !important;
            z-index: 999;
            border: solid 2px #fff;
        }

            .ui-autocomplete li {
                display: block;
                font-family: poppins-regular;
                border-bottom: solid 1px #e0e0e0;
                padding: 7px 20px;
                transition: all 0.5s ease;
            }

                .ui-autocomplete li a {
                    display: block;
                    font-size: 14px;
                }

                .ui-autocomplete li:hover {
                    background: #ebeef0;
                    color: #000;
                    cursor: pointer;
                }

            .ui-autocomplete ::-webkit-scrollbar {
                display: none;
            }

        .search-container .ui-helper-hidden-accessible {
            display: none !important;
        }

        .common-header {
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            font-family: robotolight;
            padding: 0px;
            background: #fff;
            border-bottom: solid 1px rgba(206,206,206,0.1);
            z-index: 99;
            height: 105px;
        }

            .common-header .top-icon {
                background: url(https://www.mysiponline.com/images/sprite.png) no-repeat;
                float: left;
                width: 23px;
                height: 23px;
                margin-top: -4px;
                background-size: 450px;
            }

            .common-header .top-strip-header {
                float: left;
                width: 100%;
                clear: both;
                background: #828282;
                padding: 5px 0px;
                color: #fff;
                font-size: 14px;
            }

                .common-header .top-strip-header a {
                    color: #FFF;
                    font-size: 13px;
                    text-transform: initial;
                }

                .common-header .top-strip-header .phone {
                    background-position: -60px -629px;
                }

                .common-header .top-strip-header .mail {
                    background-position: -125px -842px;
                    background-size: 600px;
                }

                .common-header .top-strip-header .user {
                    background-position: -110px -629px;
                }

                .common-header .top-strip-header .ebook {
                    background-position: -201px -628px;
                }

                .common-header .top-strip-header .scal {
                    background-position: -201px -628px;
                }

                .common-header .top-strip-header .left {
                    float: right;
                    text-transform: uppercase;
                }

                .common-header .top-strip-header .right {
                    float: left;
                }

                    .common-header .top-strip-header .right li {
                        float: left;
                        margin-left: 10px;
                    }

                        .common-header .top-strip-header .right li .fa {
                            margin: 0px 6px 0px 3px;
                        }

                        .common-header .top-strip-header .right li .fa-whatsapp:before {
                            float: left;
                            display: inline-block;
                            width: 20px;
                            margin: -4px 1px;
                            height: 20px;
                        }

                    .common-header .top-strip-header .right .desk-mobile-none {
                        display: none;
                    }

            .common-header .logo {
                float: left;
                margin: 7px 0;
                width: 20%;
            }

                .common-header .logo img {
                    width: 100%;
                }

            .common-header .navigation {
                float: right;
                width: 820px;
                position: relative;
            }

                .common-header .navigation ul li {
                    list-style: none;
                    margin-top: 8px;
                    margin-bottom: 5px;
                    position: relative;
                    float: left;
                    font-size: 14px;
                    padding: 5px 15px;
                }

                    .common-header .navigation ul li i {
                        color: #474748;
                        font-size: 16px;
                        vertical-align: middle;
                    }

                    .common-header .navigation ul li a {
                        color: #000;
                        text-decoration: none;
                        cursor: pointer;
                    }

                        .common-header .navigation ul li a:hover {
                            color: #1069a1;
                        }

                        .common-header .navigation ul li a.myaccount {
                            -moz-border-radius: 50px;
                            -webkit-border-radius: 50px;
                            -khtml-border-radius: 50px;
                            border-radius: 50px;
                            border: solid 1px #fff;
                            display: inline-block;
                            padding: 5px 20px;
                            margin-top: -5px;
                            transition: background-color 0.5s ease;
                        }

                            .common-header .navigation ul li a.myaccount.myaccount:hover {
                                background: #379e5c;
                            }

                            .common-header .navigation ul li a.myaccount i {
                                margin-left: 5px;
                            }

                    .common-header .navigation ul li .fr-sm-sze {
                        font-size: 12px;
                        color: #2e4daf !important;
                        padding-right: 0px;
                    }

                .common-header .navigation ul .drawar-design {
                    display: none;
                }

                .common-header .navigation ul .ekyc span, .common-header .navigation ul .goalnav span {
                    font: 11px/14px;
                    position: absolute;
                    display: block;
                    top: -7px;
                    right: 0px;
                    background: #ec5d3f;
                    color: #FFF;
                    padding: 0px 3px;
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    -khtml-border-radius: 4px;
                    border-radius: 4px;
                    animation: blink-animation 1s steps(8, start) infinite;
                    -webkit-animation: blink-animation 1s steps(8, start) infinite;
                    -moz-animation: blink-animation 1s steps(8, start) infinite;
                    -o-animation: blink-animation 1s steps(8, start) infinite;
                }

        @keyframes blink-animation {
            from {
                color: #FFF;
            }

            to {
                color: #fff23d;
            }
        }

        @-webkit-keyframes blink-animation {
            from {
                color: #FFF;
            }

            to {
                color: #fff23d;
            }
        }

        .common-header .navigation ul .carts {
            width: 20px;
            padding-top: 1px;
            background: url(assets/images/sprite.png) -384px -300px no-repeat;
            height: 29px;
            padding: 5px 0px;
            color: #edd817;
            text-align: center;
            margin-left: 10px;
            font-size: 16px;
        }

            .common-header .navigation ul .carts a {
                float: left;
                width: 100%;
                height: 100%;
                text-align: right;
            }

            .common-header .navigation ul .carts .circle {
                margin-left: 0px;
                margin-top: -6px;
                margin-bottom: 4px;
                color: #000;
                padding: 0px;
                font: 13px/15px;
            }

        .common-header .navigation ul .wishlist {
            background-position: -352px -300px;
            margin-right: 8px;
            width: 23px;
            height: 29px;
            margin-left: 5px;
        }

            .common-header .navigation ul .wishlist .circle {
                margin-left: 5px;
            }

        .common-header .navigation ul .for-acc {
            position: absolute;
            margin-top: 6px;
            padding-right: 0px;
            right: 0px;
            top: 0px;
        }

            .common-header .navigation ul .for-acc .dropdown .dropbtn .drop-down {
                background-position: -66px -278px;
                background-size: 200px;
                width: 13px;
                height: 13px;
                position: absolute;
                right: -13px;
                top: 6px;
            }

            .common-header .navigation ul .for-acc .dropdown .dropdown-content .drop-right {
                width: 13px;
                height: 13px;
                left: 0;
                background-size: 300px;
                position: relative;
                top: 5px;
                background-position: -90px -421px;
            }

            .common-header .navigation ul .for-acc a {
                color: #ffffff;
                text-transform: uppercase;
                font-size: 14px;
            }

            .common-header .navigation ul .for-acc .login_btn {
                color: #1546a0;
                font: 13px robotomedium;
            }

            .common-header .navigation ul .for-acc .register_btn {
                background: #326bc9;
                color: #ffffff;
                padding: 4px 7px;
                border-radius: 3px;
                margin-left: 8px;
                transition: background-color 0.5s ease;
            }

                .common-header .navigation ul .for-acc .register_btn:hover {
                    background: #7eb530;
                }

        .common-header .navigation ul .desktop-none {
            display: none;
        }

        .common-header .navigation .for-mobile-device {
            display: none;
        }

        .common-header .navigation .search-li {
            float: left;
            width: 100%;
        }

            .common-header .navigation .search-li .only-mobile {
                display: none;
            }

        .common-header .navigation .main-manu {
            float: right;
        }

        .common-header .navigation .dropdown-nav .top-icon {
            background-size: 200px;
            width: 13px;
            height: 13px;
            position: absolute;
            right: 0;
            top: 11px;
        }

        .common-header .navigation .dropdown-nav .drop-down {
            background-position: -66px -278px;
        }

        .common-header .navigation .sub-menu-mobile {
            display: none;
            position: absolute;
            width: 227px;
        }

            .common-header .navigation .sub-menu-mobile:last-child {
                right: 0;
            }

                .common-header .navigation .sub-menu-mobile:last-child:before {
                    right: 12px;
                    left: auto;
                }

            .common-header .navigation .sub-menu-mobile::before {
                border-bottom: 8px solid #fff;
                height: 0;
                width: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                content: "";
                position: absolute;
                left: 30px;
                top: 12px;
            }

            .common-header .navigation .sub-menu-mobile ul {
                width: 100%;
                float: left;
                margin-top: 20px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                -khtml-border-radius: 5px;
                border-radius: 5px;
                background: #f9f9f9;
                -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                -ms-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            }

                .common-header .navigation .sub-menu-mobile ul li {
                    float: left;
                    width: 100%;
                    margin: 0px !important;
                    padding: 0px 0px;
                    font-size: 14px;
                    display: block;
                    border-bottom: 1px dotted #d3d3d3;
                }

                    .common-header .navigation .sub-menu-mobile ul li a {
                        padding: 10px 12px;
                        display: table;
                        width: 100%;
                    }

                        .common-header .navigation .sub-menu-mobile ul li a .top-icon {
                            width: 13px;
                            height: 13px;
                            left: 0;
                            background-size: 300px;
                            position: relative;
                            top: 5px;
                        }

                        .common-header .navigation .sub-menu-mobile ul li a .drop-right {
                            background-position: -90px -421px;
                        }

                        .common-header .navigation .sub-menu-mobile ul li a i {
                            margin-right: 6px;
                            margin-top: -5px;
                        }

                        .common-header .navigation .sub-menu-mobile ul li a:hover {
                            color: #fff;
                        }

                            .common-header .navigation .sub-menu-mobile ul li a:hover i {
                                color: #fff;
                            }

                    .common-header .navigation .sub-menu-mobile ul li:hover {
                        background: #f7f6f3;
                        color: #2f2f2f;
                    }

                        .common-header .navigation .sub-menu-mobile ul li:hover a {
                            color: #2f2f2f;
                        }

                            .common-header .navigation .sub-menu-mobile ul li:hover a i {
                                color: #2f2f2f;
                            }

                        .common-header .navigation .sub-menu-mobile ul li:hover:nth-child(1):hover {
                            -moz-border-radius: 5px 5px 0px 0px;
                            -webkit-border-radius: 5px 5px 0px 0px;
                            -khtml-border-radius: 5px 5px 0px 0px;
                            border-radius: 5px 5px 0px 0px;
                        }

                        .common-header .navigation .sub-menu-mobile ul li:hover:last-child:hover {
                            -moz-border-radius: 0px 0px 5px 5px;
                            -webkit-border-radius: 0px 0px 5px 5px;
                            -khtml-border-radius: 0px 0px 5px 5px;
                            border-radius: 0px 0px 5px 5px;
                        }

                    .common-header .navigation .sub-menu-mobile ul li:last-child {
                        border: none;
                    }

        .common-header .navigation .dropdown-nav:hover .sub-menu-mobile {
            display: block;
        }

        .common-header .about-nav .sub-menu-mobile {
            width: 160px;
        }

        .common-header .search-box {
            width: 380px;
            float: left;
            text-align: center;
            position: relative;
            margin: 3px 0px 0px 23px;
        }

            .common-header .search-box input[type="text"] {
                position: relative;
                height: 26px;
                width: 330px;
                display: inline-block;
                background: none;
                padding: 0 20px 0 5px;
                font-size: 13px;
                border: none;
                border-bottom: 1px solid #e0e0e0;
                color: #474748;
                text-align: left;
            }

                .common-header .search-box input[type="text"]::-webkit-input-placeholder {
                    color: #474748;
                }

                .common-header .search-box input[type="text"]:-moz-placeholder {
                    color: #474748;
                }

                .common-header .search-box input[type="text"]::-moz-placeholder {
                    color: #474748;
                }

                .common-header .search-box input[type="text"]:-ms-input-placeholder {
                    color: #474748;
                }

            .common-header .search-box input[type="submit"] {
                position: relative;
                float: left;
                height: 26px;
                width: 30px;
                text-indent: -99999px;
                margin-left: -28px;
                border: none;
                background: url(https://www.mysiponline.com/images/sprite.png) -43px 0px no-repeat;
            }

            .common-header .search-box:focus {
                outline: none;
            }

        .search-box-icon {
            position: absolute;
        }

        .dropdown {
            position: relative;
            display: inline-block;
        }

            .dropdown .account {
                display: none;
            }

            .dropdown i {
                margin-left: 5px;
            }

            .dropdown .dropbtn {
                font-size: 14px;
                cursor: pointer;
                background: none;
                border: 0;
                color: #E77428;
                text-transform: uppercase;
                margin: 0px;
                padding: 0px;
            }

        .dropdown-postion {
            position: absolute;
            top: 13px;
            right: 0px;
            z-index: 9999;
        }

            .dropdown-postion .dropdown-content {
                display: none;
                background-color: #f9f9f9;
                min-width: 180px !important;
                -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                -ms-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                -khtml-border-radius: 5px;
                border-radius: 5px;
                top: 15px;
                border: 1px solid #CECECE;
                position: relative;
            }

                .dropdown-postion .dropdown-content::before {
                    border-bottom: 8px solid #CECECE;
                    height: 0;
                    width: 0;
                    border-left: 8px solid transparent;
                    border-right: 8px solid transparent;
                    content: "";
                    position: absolute;
                    right: 30px;
                    top: -8px;
                }

                .dropdown-postion .dropdown-content a {
                    color: #343434 !important;
                    padding: 10px 5px;
                    font-size: 14px;
                    display: block;
                    text-transform: capitalize !important;
                    border-bottom: 1px dotted #d3d3d3;
                }

                    .dropdown-postion .dropdown-content a:hover {
                        background: #f7f6f3;
                        color: #2f2f2f !important;
                    }

                    .dropdown-postion .dropdown-content a:nth-child(1):hover {
                        border-top-left-radius: 5px;
                        border-top-right-radius: 5px;
                    }

                    .dropdown-postion .dropdown-content a:last-child:hover {
                        border-bottom-left-radius: 5px;
                        border-bottom-right-radius: 5px;
                    }

                    .dropdown-postion .dropdown-content a i {
                        margin-right: 10px;
                        color: #5d5e5f !important;
                    }

                    .dropdown-postion .dropdown-content a .circle {
                        display: inline-block;
                        color: #fff;
                        font-size: 11px;
                        padding-top: 1px;
                        margin-left: 3px;
                        text-align: center;
                        -moz-border-radius: 30px;
                        -webkit-border-radius: 30px;
                        -khtml-border-radius: 30px;
                        border-radius: 30px;
                        height: 18px;
                        width: 18px;
                        background: #343434;
                    }

        .dropdown:hover .dropdown-content {
            display: block;
        }

        .arrowup {
            transform: rotate(180deg);
        }

        .arrowdown {
            transform: rotate(180deg);
        }

        #upload-error {
            font-size: 13px;
        }

        .calculator-fix {
            position: fixed;
            left: 0;
            top: 273px;
        }

            .calculator-fix img {
                height: 120px;
                width: 25px;
                z-index: 999999;
            }

        .fornav {
            background: #4C4C4C !important;
        }

        .for-mobile-show {
            display: none;
        }

        .heading-main {
            font-size: 30px;
            color: #eb5d3f;
        }

        .para-head {
            color: #474748;
            font-size: 16px;
        }

        .small-app-icon {
            position: absolute !important;
            right: 245px;
            top: 11px;
            list-style: none;
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            float: left;
            padding: 0 !important;
        }

            .small-app-icon a {
                text-transform: uppercase;
                color: #ec5d3f !important;
            }

                .small-app-icon a span {
                    padding-left: 6px;
                }

                    .small-app-icon a span:hover {
                        color: #1069a1;
                    }

                .small-app-icon a img {
                    vertical-align: middle;
                }

        @media only screen and (max-width: 1200px) {
            .container {
                width: 992px;
            }

            .common-header .search-box {
                width: 262px;
            }

                .common-header .search-box input[type="submit"] {
                    right: 0;
                }

                .common-header .search-box input[type="text"] {
                    right: 0;
                    width: 85%;
                }

            header.sticky .search-box {
                display: none;
            }

            .small-app-icon a span {
                display: none;
            }
        }

        @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .container {
                width: 992px;
            }

            #recognitionSearch a {
                right: 103px;
            }

            .common-header .search-box {
                width: 332px;
            }

                .common-header .search-box input[type="submit"] {
                    right: 7px;
                }
        }

        @media only screen and (min-width: 1024px) and (max-width: 1024px) {
            #banner-readmore {
                display: none;
            }

            header.sticky .small-app-icon {
                right: 6px;
            }

            .common-header .search-box input[type="text"] {
                width: 71% !important;
            }

            .common-header .navigation {
                width: 780px;
            }

                .common-header .navigation ul li {
                    padding: 5px 13px;
                }

                .common-header .navigation ul .hiw {
                    display: none;
                }
        }

        @media only screen and (min-width: 768px) and (max-width: 1023px) {
            .sticky .small-logo {
                display: block;
            }

            .small-app-icon {
                display: none;
            }

            #recognitionSearch a {
                right: 42px;
            }

            .common-header .search-box input[type="submit"] {
                right: 6px !important;
            }

            .common-header .small-logo {
                display: none;
            }

            .common-header .top-strip-header .left, .common-header .hiw, .common-header .c-fund, .common-header .ekyc {
                display: none;
            }

            .common-header .logo {
                width: 27%;
            }

            .common-header .navigation {
                float: right;
                width: 540px;
            }

                .common-header .navigation ul li {
                    padding: 5px 10px;
                    margin-top: 13px;
                    font-size: 13px;
                }

                    .common-header .navigation ul li .dropdown .dropbtn {
                        font-size: 13px;
                    }

                    .common-header .navigation ul li:nth-child(1) {
                        margin-top: 10px;
                        margin-right: 5px;
                    }

                .common-header .navigation .dropdown-nav .top-icon {
                    right: -3px;
                }

            header.sticky .search-box {
                width: 250px;
                display: none;
            }

                header.sticky .search-box input[type="text"] {
                    padding-left: 10px;
                    font-size: 9px;
                    width: 28%;
                    margin-left: 10px;
                }

                header.sticky .search-box input[type="submit"] {
                    right: 0px;
                    width: 40px;
                }

            header.sticky .navigation {
                width: 91%;
            }

            header.sticky .small-app-icon {
                right: 3px;
            }
        }

        @media only screen and (max-width: 1023px) and (min-width: 768px) {
            .container {
                width: 750px;
            }

            .common-header .navigation ul li .fr-sm-sze {
                padding-right: 0px;
            }

            #banner-readmore {
                display: none;
            }

            .common-header .navigation ul .for-acc {
                right: 15px;
            }
        }

        @media only screen and (max-width: 767px) {
            #banner-readmore {
                display: none;
            }

            .container {
                width: auto;
                margin: 0px auto;
                padding: 0px 10px;
            }

            .reg-call {
                width: 100%;
            }

            .right-sidebar .addvertisment {
                display: none;
            }

            .app-download {
                display: inline-block;
            }

            .header-container {
                text-align: center;
            }

            .small-app-icon {
                display: none;
            }

            .for-mobile-show {
                display: block;
            }

            .common-header .navigation ul .drawar-design {
                background: #155ac2;
                padding: 12px 0px;
                display: block;
            }

                .common-header .navigation ul .drawar-design:hover {
                    background: #0d4aa7;
                }

                .common-header .navigation ul .drawar-design .link-box {
                    display: flex;
                }

                    .common-header .navigation ul .drawar-design .link-box .icon-user {
                        width: 30px;
                        height: 30px;
                        border: 1px solid #FFF;
                        padding: 3px;
                        border-radius: 100%;
                        text-align: center;
                        margin-right: 8px;
                        margin-left: 14px;
                    }

                        .common-header .navigation ul .drawar-design .link-box .icon-user:before {
                            color: #fff;
                            font-size: 14px;
                            vertical-align: middle;
                        }

                    .common-header .navigation ul .drawar-design .link-box a {
                        color: #fff;
                        padding: 4px 11px 0px 8px;
                    }

                        .common-header .navigation ul .drawar-design .link-box a:hover {
                            background: #0d4aa7;
                        }

                        .common-header .navigation ul .drawar-design .link-box a:last-child {
                            padding: 4px 15px 0px 19px;
                        }

                    .common-header .navigation ul .drawar-design .link-box span {
                        color: #fff;
                        padding-top: 3px;
                    }

            .small-app-icon a span {
                display: none;
            }

            .common-header {
                background: #FFF;
                padding: 5px 0;
                z-index: 999;
                height: 50px;
                border-bottom: 1px solid #999;
            }

                .common-header .top-strip-header {
                    display: none;
                }

                .common-header .logo {
                    width: 165px;
                    margin: 0px auto;
                    float: none;
                    display: block;
                }

                    .common-header .logo img {
                        width: 165px;
                        max-width: 165px;
                        display: block;
                        text-align: center;
                        margin: 0px auto;
                    }

                .common-header .logo-hide-sticky {
                    display: none;
                }

                .common-header .navigation {
                    position: inherit;
                    text-align: left;
                }

                    .common-header .navigation .sub-menu-mobile {
                        position: relative;
                        width: 100%;
                    }

                        .common-header .navigation .sub-menu-mobile:before {
                            display: none;
                        }

                        .common-header .navigation .sub-menu-mobile ul {
                            margin-top: 0px;
                            -webkit-box-shadow: none;
                            -moz-box-shadow: none;
                            -ms-box-shadow: none;
                            box-shadow: none;
                            -moz-border-radius: 0px;
                            -webkit-border-radius: 0px;
                            -khtml-border-radius: 0px;
                            border-radius: 0px;
                            background: #f5f4f4;
                        }

                            .common-header .navigation .sub-menu-mobile ul li {
                                border-bottom: 1px solid #e6e6e6;
                            }

                    .common-header .navigation ul {
                        -moz-border-radius: 0;
                        -webkit-border-radius: 0;
                        -khtml-border-radius: 0;
                        border-radius: 0;
                    }

                        .common-header .navigation ul .carts .circle {
                            margin-top: -15px;
                        }

                        .common-header .navigation ul .wishlist {
                            display: none !important;
                            position: absolute;
                            top: -50px;
                            right: 78px;
                            border: none;
                        }

                        .common-header .navigation ul .goalnav span {
                            top: 10px;
                            right: 10px;
                        }

                        .common-header .navigation ul .for-acc {
                            position: relative;
                            padding: 5px 0px !important;
                        }

                            .common-header .navigation ul .for-acc a {
                                padding: 5px 10px;
                            }

                            .common-header .navigation ul .for-acc span {
                                display: none;
                            }

                        .common-header .navigation ul li {
                            margin: 0 !important;
                            padding: 0;
                            float: none !important;
                            border-radius: 0;
                        }

                            .common-header .navigation ul li:nth-child(2) {
                                -moz-border-radius: 0px;
                                -webkit-border-radius: 0px;
                                -khtml-border-radius: 0px;
                                border-radius: 0px;
                            }

                            .common-header .navigation ul li a {
                                color: #000;
                                padding: 11px 10px;
                                display: block;
                            }

                                .common-header .navigation ul li a span {
                                    float: right;
                                    font-size: 25px;
                                    margin-top: -5px;
                                }

                            .common-header .navigation ul li .dropdown .hide-account {
                                display: none;
                            }

                            .common-header .navigation ul li .dropdown a .dropbtn {
                                display: none;
                            }

                            .common-header .navigation ul li .dropdown .dropdown-postion {
                                display: none;
                            }

                            .common-header .navigation ul li + li {
                                border-bottom: 1px solid #e7ebee;
                            }

                                .common-header .navigation ul li + li.m-carts {
                                    position: absolute;
                                    top: -50px;
                                    display: none;
                                    right: 48px;
                                    border: none;
                                }

                                    .common-header .navigation ul li + li.m-carts .circle {
                                        padding-top: 0px;
                                        text-align: center;
                                        background-size: contain;
                                        font-size: 15px;
                                    }

                            .common-header .navigation ul li:hover {
                                background: #e4e4e4;
                            }

                                .common-header .navigation ul li:hover a {
                                    color: #403f3f;
                                }

                        .common-header .navigation ul .desk-mobile-none {
                            display: none;
                        }

                        .common-header .navigation ul .cl-effect-4, .common-header .navigation ul .add-cart, .common-header .navigation ul .mobile-hide {
                            display: none;
                        }

                        .common-header .navigation ul .desktop-none {
                            display: block;
                            margin: 0;
                        }

                            .common-header .navigation ul .desktop-none .sub-menu-mobile {
                                display: none;
                            }

                                .common-header .navigation ul .desktop-none .sub-menu-mobile li {
                                    border-bottom: solid 1px #fff;
                                    background: #f0f4f7;
                                    margin: 0;
                                    padding: 5px 15px;
                                    font-size: 12px;
                                }

                                    .common-header .navigation ul .desktop-none .sub-menu-mobile li i {
                                        color: #000;
                                        font-size: 14px;
                                    }

                                    .common-header .navigation ul .desktop-none .sub-menu-mobile li a {
                                        padding: 2px 0;
                                        display: inline-block;
                                        width: 90%;
                                        padding-left: 10px;
                                        color: #000;
                                    }

                        .common-header .navigation ul i {
                            margin-left: 5px;
                        }

                    .common-header .navigation .dropdown-nav:hover .sub-menu-mobile {
                        display: table;
                    }

                    .common-header .navigation .search-li {
                        position: absolute;
                        left: 0px;
                        display: block;
                        top: 0px;
                    }

                        .common-header .navigation .search-li .search-box {
                            display: none;
                        }

                    .common-header .navigation .for-mobile-device {
                        display: block;
                        top: 8px;
                        position: absolute;
                        right: 15px;
                    }

                        .common-header .navigation .for-mobile-device .carts {
                            border: none;
                            position: absolute;
                            right: 3px;
                        }

                            .common-header .navigation .for-mobile-device .carts a {
                                float: left;
                            }

                        .common-header .navigation .for-mobile-device .wishlist {
                            display: none;
                        }

                .common-header .toggle-nav {
                    display: block;
                    padding: 10px;
                    position: absolute;
                    left: 15px;
                    text-align: left;
                    line-height: 30px;
                    top: 15px;
                    color: #fff;
                    background: url(https://www.mysiponline.com/images/sprite.png) -147px -236px no-repeat;
                }

                .common-header .current {
                    background: url(https://www.mysiponline.com/images/close-button.svg) no-repeat center;
                    padding: 9px;
                    background-size: contain;
                }

                .common-header .nav-mobile {
                    display: none;
                }

                .common-header .style-mobile {
                    background: #fff;
                    position: fixed;
                    width: 75%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    box-shadow: 3px 0 8px 1px rgba(0,0,0,0.4);
                    overflow-y: scroll;
                    z-index: 99;
                }

                .common-header .nav .right {
                    display: block;
                    float: none;
                    width: auto;
                    margin: 0em;
                }

                .common-header .nav .left {
                    display: block;
                    margin: 0em;
                }

            header.sticky {
                height: 50px;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                -ms-box-shadow: none;
                box-shadow: none;
            }

                header.sticky .logo {
                    display: block;
                    width: 100%;
                    margin: 0px;
                }

                header.sticky #landing-page-header {
                    min-height: 50px;
                }

                header.sticky .search-li {
                    width: 100% !important;
                }

                header.sticky .top-strip-header {
                    display: none;
                }

            .logo {
                width: 50%;
                margin: 0;
            }

                .logo img {
                    max-width: 100%;
                }

            .navigation ul li {
                margin: 0;
                padding: 0;
            }

                .navigation ul li a {
                    color: #000;
                    padding: 10px 15px;
                    display: block;
                }

                    .navigation ul li a span {
                        float: right;
                        font-size: 13px;
                        margin-top: -5px;
                    }

                .navigation ul li:nth-child(1) {
                    display: none;
                }

                .navigation ul li + li + li {
                    border-bottom: 1px solid #e7ebee;
                }

                .navigation ul li:last-child {
                    border-bottom: 0;
                }

                .navigation ul li:hover {
                    background: #dde5ea;
                }

                    .navigation ul li:hover a {
                        color: #1069a1;
                    }

            .navigation ul .desktop-none {
                display: block;
                margin: 0 !important;
            }

                .navigation ul .desktop-none .sub-menu-mobile {
                    display: none;
                }

                    .navigation ul .desktop-none .sub-menu-mobile li {
                        border-bottom: solid 1px #fff;
                        background: #f0f4f7;
                        margin: 0;
                        padding: 7px 15px;
                    }

                        .navigation ul .desktop-none .sub-menu-mobile li i {
                            color: #000;
                        }

                        .navigation ul .desktop-none .sub-menu-mobile li a {
                            padding: 2px 0;
                            display: inline-block;
                            width: 90%;
                            padding-left: 10px;
                            color: #000;
                        }

            .navigation ul i {
                margin-left: 5px;
            }
        }

        @media only screen and (max-width: 360px) {
            .common-header .logo img {
                width: 148px;
                max-width: 148px;
                margin-top: 1px;
                float: none;
            }

            .common-header .navigation .for-mobile-device {
                right: 8px;
            }
        }

        .FpkSearch {
            display: none;
        }

        @media only screen and (max-width: 767px) {
            .FpkSearch {
                display: block;
            }

            .FlkSearchDesign {
                position: fixed;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                opacity: 0;
                -webkit-transform: scale(1, 0);
                transform: scale(1, 0);
                -webkit-transition: opacity 0.3s ease-in, transfrom 0.3s ease-out;
                transition: opacity 0.3s ease-in, transfrom 0.3s ease-out;
                -webkit-transform-origin: top left;
                transform-origin: top left;
                z-index: 99999999;
            }

                .FlkSearchDesign .FlkSearch_block {
                    position: fixed;
                    top: 0;
                    left: 0;
                    width: 100%;
                    visibility: hidden;
                    z-index: 999;
                    background-color: #FFFFFF;
                    height: 100vh;
                    font-family: poppins-regular;
                }

                    .FlkSearchDesign .FlkSearch_block .Flk_Search_Form {
                        -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
                        transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
                        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
                        transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
                        will-change: transform;
                        -webkit-transform: translateY(-54px);
                        transform: translateY(-54px);
                        display: table;
                        width: 100%;
                        border-bottom: 1px solid #eaeaea;
                        line-height: 0;
                    }

                    .FlkSearchDesign .FlkSearch_block .Flk_Move_Effect {
                        -webkit-transform: translateY(0);
                        transform: translateY(0);
                    }

                    .FlkSearchDesign .FlkSearch_block .FlkClose {
                        display: table-cell;
                        padding: 0 16px;
                        vertical-align: middle;
                        width: 52px;
                        background-color: #FFF;
                    }

                    .FlkSearchDesign .FlkSearch_block .Flk_Input_Search {
                        border: none;
                        outline: none;
                        font-size: 14px;
                        letter-spacing: -0.2px;
                        text-align: left;
                        display: table-cell;
                        width: 100%;
                        height: 52px;
                        font-family: poppins-regular;
                    }

                    .FlkSearchDesign .FlkSearch_block .serach-sub {
                        visibility: hidden;
                        display: none;
                    }

                .FlkSearchDesign .Flk_Search_View {
                    visibility: visible;
                }

            .ui-autocomplete {
                top: 56px !important;
                left: 0px !important;
                z-index: 99999999;
                border: none;
                box-shadow: none;
                width: 100% !important;
                max-height: 100%;
            }

                .ui-autocomplete li {
                    padding: 0px;
                    border-bottom: none;
                    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
                    transition: opacity 0.2s, -webkit-transform 0.2s;
                    transition: transform 0.2s, opacity 0.2s;
                    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
                    position: relative;
                    overflow: hidden;
                }

                    .ui-autocomplete li:before {
                        content: '';
                        height: 12px;
                        width: 18px;
                        position: absolute;
                        font-family: poppins-regular;
                        left: 15px;
                        margin-top: 21px;
                        background-repeat: no-repeat;
                        background-size: contain;
                        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE4IDEyIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0tMS01aDIwdjIwSC0xeiIvPjxwYXRoIGZpbGw9IiNDMkMyQzIiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEyLjMzMyAwbDEuOTA5IDEuOTA4LTQuMDY3IDQuMDY3LTMuMzMzLTMuMzMzTC42NjcgOC44MjUgMS44NDIgMTBsNS01IDMuMzMzIDMuMzMzIDUuMjUtNS4yNDFMMTcuMzMzIDVWMHoiLz48L2c+PC9zdmc+);
                    }

                    .ui-autocomplete li a {
                        padding: 17px 20px 17px 52px;
                        text-decoration: none;
                        color: #717171;
                        display: block;
                        font-size: 14px;
                    }

            .InputCloseIcon {
                position: absolute;
                top: 17px;
                right: 19px;
                width: 17px;
                height: 18px;
            }

            #recognitionSearch {
                float: left;
                position: relative;
                width: 100%;
            }

                #recognitionSearch a {
                    display: block;
                    float: right;
                    position: absolute;
                    right: 11px;
                    bottom: 12px;
                    width: 29px;
                    height: 29px;
                    left: auto;
                }
        }

        .breadcrumb {
            padding: 6px 0;
            border-bottom: solid 1px #e0e0e0;
            display: block;
            width: 100%;
        }

            .breadcrumb ul li {
                display: inline-block;
                padding: 0;
                font-size: 12px;
                line-height: 20px;
                color: #40526E;
                font-family: poppins-regular;
            }

                .breadcrumb ul li a {
                    color: #40526E;
                }

        .checkbox_set {
            margin-left: 20px;
            padding: 0;
            list-style: none;
        }

            .checkbox_set li {
                display: inline-block;
                cursor: pointer;
                margin-right: 10px;
            }

            .checkbox_set .checkmark_btn {
                position: relative;
                margin: 3px 3px 0px 0px;
                cursor: pointer;
                display: inline-block;
                float: left;
                height: 24px;
                width: 100%;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                overflow: hidden;
            }

                .checkbox_set .checkmark_btn input {
                    position: absolute;
                    opacity: 0;
                    cursor: pointer;
                    left: 0px;
                    width: 19px;
                    height: 19px;
                    z-index: 1;
                }

                .checkbox_set .checkmark_btn label {
                    color: #666;
                    float: left;
                    margin-left: 25px;
                }

                .checkbox_set .checkmark_btn input:checked ~ .checkmark {
                    background-color: #2874F0;
                    border: 1px solid #2874F0;
                    -webkit-transition: all 0.6s ease;
                    transition: all 0.6s ease;
                }

                    .checkbox_set .checkmark_btn input:checked ~ .checkmark:after {
                        display: block;
                    }

                .checkbox_set .checkmark_btn input[type="checkbox"] {
                    width: 100%;
                }

            .checkbox_set .checkmark {
                position: absolute;
                top: 0;
                left: 0;
                height: 19px;
                width: 19px;
                border: 1px solid #7E7E7E;
            }

                .checkbox_set .checkmark:after {
                    left: 6px;
                    content: "";
                    top: 2px;
                    display: none;
                    position: absolute;
                    width: 5px;
                    height: 10px;
                    border: solid white;
                    border-width: 0 2px 2px 0;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

        .fliter-tab {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .fliter-tab li {
                display: inline-block;
                font-size: 13px;
                background-color: #E5EFFF;
                border: 1px solid #E5E5E5;
                padding: 2px 10px;
                margin-right: 5px;
                color: #233044;
                font-family: robotomedium;
            }

                .fliter-tab li:last-child {
                    background-color: #fff;
                    border: 1px solid #d5d5d5;
                }

        .table-content {
            margin-top: 20px;
            box-shadow: 0 0 6px rgba(0,0,0,0.1);
            background: #fff;
        }

            .table-content table {
                width: 100%;
            }

                .table-content table thead {
                    border: 1px solid #D9D9D9;
                    background: #F2F2F2;
                }

                    .table-content table thead tr th {
                        padding: 9px 6px;
                        color: #2b63b2;
                        font-size: 15px;
                        line-height: 23px;
                        font-family: poppins-regular;
                        font-weight: normal;
                        text-align: left;
                    }

                .table-content table tbody tr {
                    border-bottom: 1px solid #D9D9D9;
                }

                    .table-content table tbody tr td {
                        padding: 9px 6px;
                        font-size: 14px;
                        font-family: poppins-regular;
                        line-height: 23px;
                        font-weight: normal;
                        color: #2b63b2;
                    }

                    .table-content table tbody tr .fundname {
                        padding-left: 45px;
                        font-family: poppins-regular;
                        font-size: 15px;
                        color:  #2B63B2;
                    }

                        .table-content table tbody tr .fundname a {
                            color: #2b63b2;
                        }

                        .table-content table tbody tr .fundname .sub-info {
                            font-size: 11px;
                            font-family: poppins-regular;
                            color: #2B63B2;
                            text-transform: uppercase;
                            cursor: default;
                        }

                            .table-content table tbody tr .fundname .sub-info .green {
                                color: #12A51C;
                                padding: 0 5px 0 0;
                            }

                            .table-content table tbody tr .fundname .sub-info .red {
                                color: #F13737;
                                padding: 0 5px 0 0;
                            }

                            .table-content table tbody tr .fundname .sub-info .orange {
                                color: #E09B3D;
                                padding: 0 5px 0 0;
                            }

                            .table-content table tbody tr .fundname .sub-info span {
                                padding-left: 5px;
                            }

                        .table-content table tbody tr .fundname .save-tax {
                            position: absolute;
                            right: 20px;
                            top: 30px;
                            background: #F13737;
                            color: #fff;
                            font-size: 11px;
                            font-family: poppins-regular;
                            padding: 0px 10px;
                            -moz-border-radius: 20px;
                            -webkit-border-radius: 20px;
                            -khtml-border-radius: 20px;
                            border-radius: 20px;
                            text-transform: uppercase;
                            cursor: default;
                        }

                    .table-content table tbody tr .return {
                        color: #12A51C;
                    }

                    .table-content table tbody tr .rating li {
                        display: inline-block;
                        position: relative;
                        padding: 0px 5px;
                    }

                        .table-content table tbody tr .rating li:after {
                            content: '';
                            background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png) no-repeat;
                            position: absolute;
                            right: 0;
                            top: 5px;
                            width: 20px;
                            height: 20px;
                            background-size: 200px;
                        }

                        .table-content table tbody tr .rating li.rating-icon:after {
                            background-position: -24px -49px;
                        }

                        .table-content table tbody tr .rating li.active:after {
                            background-position: -41px -49px;
                        }

                    .table-content table tbody tr th:last-child, .table-content table tbody tr td:last-child, .table-content table thead tr th:last-child, .table-content table thead tr td:last-child {
                        width: 100px;
                    }

        .menutabs {
            display: inline-block;
            padding-top: 20px;
            width: 100%;
        }

            .menutabs .tabs {
                padding: 0px;
                list-style: none;
            }

                .menutabs .tabs li {
                    color: #222;
                    display: inline-block;
                    padding: 5px 15px;
                    cursor: pointer;
                    background: #fff;
                    margin-right: 5px;
                    border-radius: 20px;
                    font-size: 14px;
                    font-family: poppins-regular;
                    border: 1px solid #B5B3B3;
                }

                    .menutabs .tabs li.current {
                        background-color: #40526E;
                        color: #fff;
                        border: 1px solid #40526E;
                    }

            .menutabs .tab-content {
                display: none;
                padding: 27px 24px;
                border: 1px solid #E3E3E3;
                background: #fff;
                margin-top: 10px;
            }

                .menutabs .tab-content.current {
                    display: block;
                }

                .menutabs .tab-content h3, .menutabs .tab-content p {
                    margin: 5px 0 0 0;
                    font-family: poppins-regular;
                }

                .menutabs .tab-content p {
                    margin-bottom: 20px;
                }

                .menutabs .tab-content label {
                    font-family: poppins-regular;
                    font-size: 15px;
                }

                .menutabs .tab-content .inner-content {
                    height: 370px;
                    overflow: auto;
                    padding-right: 20px;
                    margin-bottom: 20px;
                }

        .btn {
            display: inline-block;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            border: 1px solid transparent;
            transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
            padding: 5px 20px 5px 10px;
            font-size: 15px;
            font-family: poppins-regular;
            border-radius: 3px;
        }

            .btn:not(:disabled):not(.disabled) {
                cursor: pointer;
            }

            .btn:focus {
                outline: none;
            }

        .btn-link {
            color: #007bff;
            background-color: transparent;
        }

            .btn-link hover {
                color: #0056b3;
                text-decoration: underline;
                background-color: transparent;
                border-color: transparent;
            }

            .btn-link:focus, .btn-link.focus {
                text-decoration: underline;
                border-color: transparent;
                box-shadow: none;
            }

            .btn-link:disabled, .btn-link.disabled {
                color: #6c757d;
            }

        .btn-primary {
            background-color: #2874F0;
            color: #fff;
        }

        .btn-yellow {
            background-color: #FEE148;
            color: #333333;
        }

        .btn-secondary {
            background-color: #40526E;
            color: #fff;
        }

        .btn-success {
            background-color: #0C9715;
            color: #fff;
        }

        .btn-outline {
            background-color: transparent;
            box-shadow: none;
        }

            .btn-outline:active {
                box-shadow: none;
            }

        .btn-outline-primary {
            border: 2px solid #2874F0;
            color: #2874F0;
        }

        .btn-outline-secondary {
            border: 2px solid #40526E;
            color: #40526E;
        }

        .btn-outline-success {
            border: 2px solid #0C9715;
            color: #0C9715;
        }

        .radiobutton {
            margin-left: 20px;
            padding: 0;
            list-style: none;
        }

            .radiobutton li {
                display: inline-block;
                cursor: pointer;
                margin-right: 10px;
            }

                .radiobutton li [type="radio"]:checked, .radiobutton li [type="radio"]:not(:checked) {
                    position: absolute;
                    left: -9999px;
                    margin: 0;
                }

                    .radiobutton li [type="radio"]:checked + label, .radiobutton li [type="radio"]:not(:checked) + label {
                        position: relative;
                        padding-left: 28px;
                        cursor: pointer;
                        line-height: 20px;
                        display: inline-block;
                        color: #666;
                    }

                        .radiobutton li [type="radio"]:checked + label:before, .radiobutton li [type="radio"]:not(:checked) + label:before {
                            content: '';
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 18px;
                            height: 18px;
                            border: 1px solid #707070;
                            border-radius: 100%;
                            background: #fff;
                        }

                        .radiobutton li [type="radio"]:checked + label:after, .radiobutton li [type="radio"]:not(:checked) + label:after {
                            content: '';
                            width: 12px;
                            height: 12px;
                            background: #2874F0;
                            position: absolute;
                            top: 3px;
                            left: 3px;
                            border-radius: 100%;
                            -webkit-transition: all 0.2s ease;
                            transition: all 0.2s ease;
                        }

                        .radiobutton li [type="radio"]:checked + label:before {
                            border: 1px solid #2874F0;
                        }

                        .radiobutton li [type="radio"]:checked + label:after {
                            opacity: 1;
                            -webkit-transform: scale(1);
                            transform: scale(1);
                        }

                        .radiobutton li [type="radio"]:not(:checked) + label:after {
                            opacity: 0;
                            -webkit-transform: scale(0);
                            transform: scale(0);
                        }

        .slider {
            width: 50%;
            margin: 100px auto;
        }

        .slick-slide {
            margin: 0px 20px;
        }

            .slick-slide img {
                width: 100%;
            }

        .slick-prev:before, .slick-next:before {
            color: black;
        }

        .slick-slide {
            transition: all ease-in-out .3s;
            opacity: .2;
        }

        .slick-active {
            opacity: .5;
        }

        .slick-current {
            opacity: 1;
        }

        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            height: 120vh;
            background-color: rgba(0,0,0,0.66);
            z-index: 9999;
        }

        .main-heading, .sub-heading, .subsub-heading {
            font: 28px/42px robotomedium;
            color: #333;
        }

        .sub-heading, .subsub-heading {
            font-size: 22px;
        }

        p {
            color: #5F5F5F;
            font: 15px/18px poppins-regular;
        }

            p strong, p em {
                font-weight: normal;
                font-style: normal;
            }

        .mutual-icon {
            background: url(assets/images/mutual-fund-sprite.png);
            background-size: 254px;
        }

        .text-center {
            text-align: center;
        }

        ::-webkit-scrollbar {
            width: 2px;
        }

        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        ::-webkit-scrollbar-thumb {
            background: #888;
        }

            ::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

        .btn .btn-inner {
            background: #2874F0;
            color: #fff;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            -khtml-border-radius: 2px;
            border-radius: 2px;
            font: 16px/16px robotomedium;
            padding: 7px 18px;
            display: inline-block;
        }

        .what-mutual {
            padding: 20px 0 40px 0;
        }

            .what-mutual.sip-insure-3 .left-side {
                width: 76%;
            }

            .what-mutual.sip-insure-3 .right-side {
                width: 23%;
            }

                .what-mutual.sip-insure-3 .right-side .benefit-background {
                    position: relative;
                }

                    .what-mutual.sip-insure-3 .right-side .benefit-background .btn {
                        position: absolute;
                        left: 10px;
                        bottom: 7px;
                    }

                        .what-mutual.sip-insure-3 .right-side .benefit-background .btn .sip-insure-btn {
                            background: #fff;
                            color: #252525;
                            font-size: 17px;
                            font-family: robotomedium;
                            padding: 5px 10px;
                        }

            .what-mutual .divide {
                float: left;
                padding: 0 10px;
            }

            .what-mutual .left-side {
                width: 77%;
            }

                .what-mutual .left-side .benifits {
                    margin: 20px 0;
                }

                    .what-mutual .left-side .benifits ul li {
                        display: inline-block;
                        margin-right: 30px;
                        padding: 10px 0 10px 45px;
                        position: relative;
                        font: 16px/18px robotolight;
                    }

                        .what-mutual .left-side .benifits ul li i {
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 35px;
                            height: 35px;
                        }

                        .what-mutual .left-side .benifits ul li .recommended1 {
                            background-position: -6px -338px;
                        }

                        .what-mutual .left-side .benifits ul li .recommended2 {
                            background-position: -49px -338px;
                        }

                        .what-mutual .left-side .benifits ul li .recommended3 {
                            background-position: -91px -338px;
                        }

                        .what-mutual .left-side .benifits ul li .tt1 {
                            background-position: -116px -297px;
                            background-size: 225px;
                        }

                        .what-mutual .left-side .benifits ul li .tt2 {
                            background-position: -176px -338px;
                        }

                        .what-mutual .left-side .benifits ul li .tt3 {
                            background-position: -218px -338px;
                        }

                        .what-mutual .left-side .benifits ul li .tp1 {
                            background-position: -5px 113px;
                        }

                        .what-mutual .left-side .benifits ul li .tp2 {
                            background-position: -3px 2px;
                        }

                        .what-mutual .left-side .benifits ul li .tp3 {
                            background-position: -49px 113px;
                        }

                        .what-mutual .left-side .benifits ul li .nfo1 {
                            background-position: -90px 113px;
                        }

                        .what-mutual .left-side .benifits ul li .nfo2 {
                            background-position: -134px 113px;
                        }

                        .what-mutual .left-side .benifits ul li .nfo3 {
                            background-position: -174px 113px;
                        }

                        .what-mutual .left-side .benifits ul li .box1 {
                            background-position: -3px 2px;
                        }

                        .what-mutual .left-side .benifits ul li .box2 {
                            background-position: -80px 2px;
                        }

                        .what-mutual .left-side .benifits ul li .box3 {
                            background-position: -40px 2px;
                        }

                        .what-mutual .left-side .benifits ul li .tax1 {
                            background-position: -47px -292px;
                        }

                        .what-mutual .left-side .benifits ul li .tax2 {
                            background-position: -90px -292px;
                        }

                        .what-mutual .left-side .benifits ul li .tax3 {
                            background-position: -4px -292px;
                        }

                        .what-mutual .left-side .benifits ul li .nri1 {
                            background-position: -219px -380px;
                        }

                        .what-mutual .left-side .benifits ul li .nri2 {
                            background-position: -6px -424px;
                        }

                        .what-mutual .left-side .benifits ul li .nri3 {
                            background-position: -49px -422px;
                        }

                .what-mutual .left-side .tax-sever-fund-strip {
                    padding: 5px 5px 5px 45px;
                    background: #F3F2D1;
                    border: 1px solid #ECE8BB;
                    display: block;
                    -moz-border-radius: 5px;
                    -webkit-border-radius: 5px;
                    -khtml-border-radius: 5px;
                    border-radius: 5px;
                    position: relative;
                    line-height: 14px;
                }

                    .what-mutual .left-side .tax-sever-fund-strip p {
                        color: #333;
                    }

                    .what-mutual .left-side .tax-sever-fund-strip span {
                        color: #12A51C;
                        font: 13px/19px poppins-regular;
                    }

                    .what-mutual .left-side .tax-sever-fund-strip:before {
                        content: '';
                        background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png);
                        background-size: 300px;
                        width: 35px;
                        height: 35px;
                        position: absolute;
                        left: 5px;
                        background-position: -143px -2px;
                        top: 7px;
                    }

                    .what-mutual .left-side .tax-sever-fund-strip .saver-link {
                        position: relative;
                        bottom: 7px;
                        font: 13px/19px robotomedium;
                        color: #2874F0;
                        float: right;
                        padding-right: 35px;
                    }

                        .what-mutual .left-side .tax-sever-fund-strip .saver-link:after {
                            content: '';
                            background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png);
                            background-size: 245px;
                            width: 25px;
                            height: 20px;
                            position: absolute;
                            background-position: -215px -18px;
                            top: 0;
                            right: 0;
                        }

            .what-mutual .right-side {
                width: 23%;
            }

                .what-mutual .right-side .benefit-background img {
                    max-width: 100%;
                    padding: 0;
                    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
                    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
                    -ms-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
                    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
                }

                .what-mutual .right-side .open-account-benefit {
                    background: #F3F8FF;
                    padding: 30px 20px 10px 20px;
                    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
                    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
                    -ms-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
                    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
                    position: relative;
                }

                    .what-mutual .right-side .open-account-benefit .top-block {
                        margin-bottom: 20px;
                    }

                        .what-mutual .right-side .open-account-benefit .top-block i {
                            width: 75px;
                            height: 48px;
                            position: absolute;
                            left: 10px;
                            background-position: -185px 0px;
                            top: 20px;
                            background-size: 300px;
                        }

                        .what-mutual .right-side .open-account-benefit .top-block label {
                            padding-left: 70px;
                            display: block;
                            color: #222;
                            font: 18px/20px robotomedium;
                        }

                    .what-mutual .right-side .open-account-benefit ul {
                        margin-bottom: 20px;
                    }

                        .what-mutual .right-side .open-account-benefit ul li {
                            font: 15px/25px poppins-regular;
                            color: #333;
                            position: relative;
                            padding-left: 22px;
                        }

                            .what-mutual .right-side .open-account-benefit ul li:before {
                                content: '';
                                background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png);
                                background-size: 300px;
                                width: 16px;
                                height: 16px;
                                position: absolute;
                                left: 0;
                                background-position: -263px -2px;
                                top: 5px;
                            }

                    .what-mutual .right-side .open-account-benefit .btn {
                        padding: 8px 10px 8px 10px;
                        font-size: 16px;
                        margin: 0 auto;
                        width: 100%;
                    }

                        .what-mutual .right-side .open-account-benefit .btn a span {
                            color: #F3E40F;
                        }

        .best-funds-schemes, .mutual-funds-everything, .how-mutual-funds, .who-invest, .method-invest, .types-mutual-funds, .benefits-mutual-funds, .why-mutual-funds-better, .how-to-invest, .direct-regular-mutual, .choose-mutual-fund, .objective-mutual-fund, .why-choose-sip {
            padding: 30px 0;
        }

        .best-funds-schemes {
            background: #EFEFEF;
        }

            .best-funds-schemes .filter-option {
                margin-top: 20px;
                display: inline-block;
                width: 100%;
            }

                .best-funds-schemes .filter-option .left-filter {
                    width: 73%;
                    float: left;
                }

                .best-funds-schemes .filter-option .select-box {
                    width: 200px;
                    display: inline-block;
                    margin-right: 6px;
                }

                    .best-funds-schemes .filter-option .select-box .filter-title {
                        font: 14px/16px poppins-regular;
                        color: #777;
                        display: inline-block;
                        margin-bottom: 5px;
                    }

                    .best-funds-schemes .filter-option .select-box .count {
                        font: 13px robotomedium;
                    }

                    .best-funds-schemes .filter-option .select-box.fund-option-box ul {
                        margin: 0;
                    }

                        .best-funds-schemes .filter-option .select-box.fund-option-box ul li label {
                            font: 14px/19px robotomedium;
                            color: #333;
                        }

                    .best-funds-schemes .filter-option .select-box .select-control {
                        position: relative;
                    }

                        .best-funds-schemes .filter-option .select-box .select-control .select-value {
                            min-width: 200px;
                            cursor: pointer;
                        }

                            .best-funds-schemes .filter-option .select-box .select-control .select-value .select-container {
                                background: #fff;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                max-width: 100%;
                                padding: 6px 30px 6px 10px;
                                position: relative;
                                border: 1px solid #B5B3B3;
                                -webkit-user-select: none;
                                -moz-user-select: none;
                                -ms-user-select: none;
                                user-select: none;
                            }

                                .best-funds-schemes .filter-option .select-box .select-control .select-value .select-container .select-value-label {
                                    font: 14px/19px robotomedium;
                                    display: inline-block;
                                }

                                .best-funds-schemes .filter-option .select-box .select-control .select-value .select-container i {
                                    position: absolute;
                                    right: 4px;
                                    top: 11px;
                                    width: 20px;
                                    height: 13px;
                                    background-position: 2px -45px;
                                }

                        .best-funds-schemes .filter-option .select-box .select-control .select-option-list {
                            position: absolute;
                            top: 35px;
                            left: 0;
                            width: 100%;
                            opacity: 0;
                            z-index: 9;
                            -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
                            -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
                            -ms-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
                            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
                            background: #fff;
                            border: solid 1px #e0e0e0;
                            width: 200px;
                            -webkit-transform: scale(1, 0);
                            transform: scale(1, 0);
                            -webkit-transform-origin: top left;
                            transform-origin: top left;
                            -webkit-transition: all 0.4s ease-in-out;
                            transition: all 0.4s ease-in-out;
                        }

                            .best-funds-schemes .filter-option .select-box .select-control .select-option-list .searchSelect {
                                padding: 10px 10px;
                                background: #f1f1f1;
                                border-bottom: 1px solid #ACABAB;
                            }

                                .best-funds-schemes .filter-option .select-box .select-control .select-option-list .searchSelect .fund-search {
                                    width: 100%;
                                    background: #fff;
                                    border: 1px solid #e0e0e0;
                                    height: 30px;
                                    line-height: 30px;
                                    padding: 2px 7px 0;
                                    font-size: 13px;
                                    font-family: poppins-regular;
                                }

                                    .best-funds-schemes .filter-option .select-box .select-control .select-option-list .searchSelect .fund-search:focus {
                                        outline: none;
                                    }

                            .best-funds-schemes .filter-option .select-box .select-control .select-option-list .list-wrapper {
                                border-top: none;
                                max-height: 300px;
                                overflow-y: scroll;
                                margin: 0px;
                            }

                                .best-funds-schemes .filter-option .select-box .select-control .select-option-list .list-wrapper .liheading {
                                    padding: 0;
                                }

                                .best-funds-schemes .filter-option .select-box .select-control .select-option-list .list-wrapper li {
                                    position: relative;
                                    display: table;
                                    width: 100%;
                                    margin: 0;
                                    border-bottom: 1px solid #D5D5D5;
                                    padding: 5px 10px;
                                }

                                    .best-funds-schemes .filter-option .select-box .select-control .select-option-list .list-wrapper li .catasset {
                                        position: relative;
                                        font: 16px/22px robotomedium;
                                        cursor: pointer;
                                        user-select: none;
                                        display: inline-block;
                                        color: #ffffff;
                                        padding: 0px 10px;
                                        background: #777777;
                                        width: 100%;
                                    }

                                    .best-funds-schemes .filter-option .select-box .select-control .select-option-list .list-wrapper li .fund-label {
                                        position: relative;
                                        font: 13px/20px robotomedium;
                                        cursor: pointer;
                                        user-select: none;
                                        display: inline-block;
                                        color: #2F3031;
                                    }

                                    .best-funds-schemes .filter-option .select-box .select-control .select-option-list .list-wrapper li .checkmark {
                                        top: 3px;
                                        height: 16px;
                                        width: 16px;
                                    }

                                        .best-funds-schemes .filter-option .select-box .select-control .select-option-list .list-wrapper li .checkmark:after {
                                            left: 5px;
                                            top: 1px;
                                        }

                                .best-funds-schemes .filter-option .select-box .select-control .select-option-list .list-wrapper ul li:last-child {
                                    border-bottom: none;
                                }

                        .best-funds-schemes .filter-option .select-box .select-control.active .select-option-list {
                            opacity: 1;
                            transform: scale(1, 1);
                        }

                .best-funds-schemes .filter-option .right-filter {
                    width: 27%;
                    float: right;
                }

                    .best-funds-schemes .filter-option .right-filter .filter {
                        background: #fff;
                        padding: 6px 30px 6px 10px;
                        position: relative;
                        border: 1px solid #B5B3B3;
                        display: inline-block;
                        float: right;
                    }

                        .best-funds-schemes .filter-option .right-filter .filter a {
                            color: #333;
                        }

                        .best-funds-schemes .filter-option .right-filter .filter span {
                            font: 14px/19px robotomedium;
                            display: inline-block;
                        }

                        .best-funds-schemes .filter-option .right-filter .filter i {
                            position: absolute;
                            right: 4px;
                            top: 6px;
                            width: 20px;
                            height: 22px;
                            background-position: -57px -36px;
                        }

                    .best-funds-schemes .filter-option .right-filter .search {
                        padding: 6px;
                        position: relative;
                        float: right;
                        height: 35px;
                        display: inline-block;
                        width: 58%;
                        cursor: pointer;
                        z-index: 0;
                        top: -6px;
                    }

                        .best-funds-schemes .filter-option .right-filter .search input {
                            width: 300px;
                            float: right;
                            border: 1px solid #d8d7d7;
                            outline: none;
                            background: #fff;
                            -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.15);
                            -moz-box-shadow: 0 0 6px rgba(0,0,0,0.15);
                            -ms-box-shadow: 0 0 6px rgba(0,0,0,0.15);
                            box-shadow: 0 0 6px rgba(0,0,0,0.15);
                            padding: 6px 30px 6px 10px;
                            z-index: 9;
                        }

                        .best-funds-schemes .filter-option .right-filter .search i {
                            position: absolute;
                            right: 20px;
                            top: 11px;
                            width: 28px;
                            height: 25px;
                            background-position: -125px -57px;
                            background-size: 400px;
                            z-index: 99;
                            -webkit-transform-origin: top left;
                            transform-origin: top left;
                            -webkit-transition: all 0.4s ease-in-out;
                            transition: all 0.4s ease-in-out;
                        }

                            .best-funds-schemes .filter-option .right-filter .search i.close {
                                background-position: -75px -61px;
                                background-size: 254px;
                            }

                    .best-funds-schemes .filter-option .right-filter .right-filter-box {
                        float: right;
                        width: 155px;
                    }

                        .best-funds-schemes .filter-option .right-filter .right-filter-box .select-control .select-value {
                            min-width: 155px;
                        }

                        .best-funds-schemes .filter-option .right-filter .right-filter-box .select-control .select-option-list {
                            width: 155px;
                        }

                    .best-funds-schemes .filter-option .right-filter .tax-cal {
                        display: inline;
                        float: right;
                        padding: 0px 0 0 20px;
                        top: 7px;
                        position: relative;
                    }

                        .best-funds-schemes .filter-option .right-filter .tax-cal a {
                            background: #2874F0;
                            color: #fff;
                            padding: 8px 15px;
                            text-decoration: none;
                            border-radius: 3px;
                            font-size: 15px;
                        }

            .best-funds-schemes .filter-result {
                margin-top: 15px;
                display: none;
                width: 100%;
            }

                .best-funds-schemes .filter-result.active {
                    display: inline-block;
                }

                .best-funds-schemes .filter-result ul li {
                    position: relative;
                    padding: 2px 30px 2px 10px;
                }

                    .best-funds-schemes .filter-result ul li span {
                        position: absolute;
                        right: 3px;
                        top: 2px;
                        width: 18px;
                        height: 18px;
                        background-position: -281px 0px;
                        background-size: 300px;
                        cursor: pointer;
                    }

            .best-funds-schemes .tab-select-fund {
                margin-top: 15px;
                display: inline-block;
                width: 100%;
            }

                .best-funds-schemes .tab-select-fund .tab-button {
                    width: 50%;
                    float: left;
                }

                    .best-funds-schemes .tab-select-fund .tab-button ul li {
                        display: inline-block;
                        font-size: 15px;
                        margin-right: 10px;
                        font-family: poppins-regular;
                        color: #333;
                        padding: 2px 0;
                        cursor: pointer;
                    }

                        .best-funds-schemes .tab-select-fund .tab-button ul li.active {
                            border-bottom: 2px solid #2874F0;
                        }

                .best-funds-schemes .tab-select-fund .show-return {
                    width: 50%;
                    float: right;
                    text-align: right;
                }

                    .best-funds-schemes .tab-select-fund .show-return ul {
                        display: inline;
                    }

                        .best-funds-schemes .tab-select-fund .show-return ul li {
                            display: inline-block;
                            color: #333;
                            font-family: poppins-regular;
                        }

                            .best-funds-schemes .tab-select-fund .show-return ul li span {
                                font-size: 13px;
                                margin-right: 10px;
                            }

                            .best-funds-schemes .tab-select-fund .show-return ul li.year {
                                font-size: 15px;
                                background: #fff;
                                margin-right: 5px;
                                padding: 2px 5px;
                                border: 1px solid #E3E3E3;
                                outline: 2px solid transparent;
                                cursor: pointer;
                            }

                            .best-funds-schemes .tab-select-fund .show-return ul li.active {
                                outline: 2px solid #2874F0;
                                border: 1px solid transparent;
                            }

                            .best-funds-schemes .tab-select-fund .show-return ul li:last-child {
                                margin-right: 0;
                            }

                    .best-funds-schemes .tab-select-fund .show-return .tax-cal {
                        display: inline;
                        padding: 0 0 0 20px;
                    }

                        .best-funds-schemes .tab-select-fund .show-return .tax-cal a {
                            background: #2874F0;
                            color: #fff;
                            padding: 6px 15px;
                            text-decoration: none;
                            border-radius: 3px;
                            font-size: 15px;
                        }

            .best-funds-schemes .table-content {
                position: relative;
            }

                .best-funds-schemes .table-content table tbody tr .tax-tble:before {
                    top: 6px !important;
                }

                .best-funds-schemes .table-content table tbody tr .norecommended {
                    padding-left: 20px;
                }

                .best-funds-schemes .table-content table tbody tr .recommended:hover:after {
                    content: 'Recommended By MySIPonline';
                    position: absolute;
                    top: 14px;
                    left: -96px;
                    background: #292929;
                    font-size: 13px;
                    color: #fff;
                    border-radius: 3px;
                    width: 99px;
                    font-family: robotolight;
                    line-height: 14px;
                    padding: 3px 5px;
                }

                .best-funds-schemes .table-content table tbody tr .recommended:before {
                    content: '';
                    background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png) no-repeat;
                    position: absolute;
                    left: 3px;
                    top: 13px;
                    width: 35px;
                    height: 35px;
                    background-position: 0px -83px;
                }

                .best-funds-schemes .table-content table tbody tr td {
                    position: relative;
                }

                    .best-funds-schemes .table-content table tbody tr td .btn {
                        padding: 3px 25px 3px 10px;
                        position: relative;
                    }

                        .best-funds-schemes .table-content table tbody tr td .btn:after {
                            content: '';
                            background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png) no-repeat;
                            position: absolute;
                            right: 5px;
                            top: 3px;
                            width: 14px;
                            height: 21px;
                            background-position: -27px -23px;
                            background-size: 200px;
                        }

                    .best-funds-schemes .table-content table tbody tr td .title {
                        background: #ea8134;
                        color: #fff;
                        padding: 2px 0;
                        font-size: 13px;
                        position: relative;
                    }

                        .best-funds-schemes .table-content table tbody tr td .title:before {
                            content: '';
                            height: 8px;
                            width: 4px;
                            background: #eaeaea;
                            position: absolute;
                            top: 19px;
                            box-shadow: 0 0 6px #9a9a9a;
                        }

                        .best-funds-schemes .table-content table tbody tr td .title:after {
                            content: '';
                            height: 8px;
                            width: 4px;
                            background: #eaeaea;
                            position: absolute;
                            top: 19px;
                            box-shadow: 0 0 6px #505050;
                        }

                    .best-funds-schemes .table-content table tbody tr td .dleft {
                        background: linear-gradient(0deg, #fff 0%, #eaeaea 50%);
                        padding: 4px 0;
                        font-family: robotomedium;
                        color: #000;
                    }

            .best-funds-schemes .show-load-more {
                text-align: center;
                padding: 15px 0;
            }

                .best-funds-schemes .show-load-more span {
                    font: 14px/15px poppins-regular;
                    color: #2F3031;
                }

                .best-funds-schemes .show-load-more p {
                    margin: 10px 0;
                }

                    .best-funds-schemes .show-load-more p a {
                        padding: 2px 8px;
                        -moz-border-radius: 20px;
                        -webkit-border-radius: 20px;
                        -khtml-border-radius: 20px;
                        border-radius: 20px;
                        font-size: 13px;
                    }

            .best-funds-schemes .result-loading {
                background: #fff;
                height: 100%;
                width: 100%;
                opacity: 0.90;
                position: absolute;
                display: block;
                top: 0px;
                -webkit-box-shadow: 0px 0px 6px #dadada;
                -moz-box-shadow: 0px 0px 6px #dadada;
                -ms-box-shadow: 0px 0px 6px #dadada;
                box-shadow: 0px 0px 6px #dadada;
            }

        .mutual-funds-everything .mutual-know {
            padding-top: 40px;
            display: inline-block;
        }

            .mutual-funds-everything .mutual-know ul li {
                width: 33.33%;
                padding: 0 15px;
                float: left;
                margin-bottom: 35px;
                position: relative;
            }

                .mutual-funds-everything .mutual-know ul li:before {
                    content: '';
                    position: absolute;
                    width: 3px;
                    height: 100%;
                    left: 0;
                }

                .mutual-funds-everything .mutual-know ul li.line:before {
                    background: #69C969;
                }

                .mutual-funds-everything .mutual-know ul li.line1:before {
                    background: #CBB3F5;
                }

                .mutual-funds-everything .mutual-know ul li.line2:before {
                    background: #A4E1FC;
                }

                .mutual-funds-everything .mutual-know ul li.line3:before {
                    background: #FFD54F;
                }

                .mutual-funds-everything .mutual-know ul li.line4:before {
                    background: #FC8DB3;
                }

                .mutual-funds-everything .mutual-know ul li.line5:before {
                    background: #FEAEFF;
                }

                .mutual-funds-everything .mutual-know ul li .block .title h3 {
                    color: #222;
                    font: 20px/30px poppins-regular;
                    margin-bottom: 7px;
                }

                .mutual-funds-everything .mutual-know ul li .block a {
                    color: #2874F0;
                }

        .mutual-funds-everything .know-more, .mutual-funds-everything .view {
            text-align: center;
        }

            .mutual-funds-everything .know-more .btn, .mutual-funds-everything .view .btn {
                position: relative;
                padding: 8px 25px 8px 10px;
            }

                .mutual-funds-everything .know-more .btn:after, .mutual-funds-everything .view .btn:after {
                    content: '';
                    background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png) no-repeat;
                    position: absolute;
                    right: 2px;
                    top: 7px;
                    width: 14px;
                    height: 21px;
                    background-position: -27px -23px;
                    background-size: 200px;
                }

        .how-mutual-funds {
            background: #E8F0FC;
            display: inline-block;
            width: 100%;
        }

            .how-mutual-funds .left-content {
                width: 52%;
                float: left;
            }

                .how-mutual-funds .left-content .first-block {
                    margin-bottom: 20px;
                }

                .how-mutual-funds .left-content a {
                    color: #2874F0;
                }

                .how-mutual-funds .left-content p {
                    height: 90px;
                    overflow: auto;
                    padding-right: 20px;
                    text-align: justify;
                }

            .how-mutual-funds .right-content {
                width: 48%;
                float: left;
                text-align: center;
            }

                .how-mutual-funds .right-content img {
                    box-shadow: 0 0 6px rgba(0,0,0,0.31);
                    max-width: 100%;
                }

        .who-invest {
            border-bottom: 1px solid #DBDBDB;
        }

            .who-invest img {
                max-width: 100%;
                float: left;
            }

            .who-invest .content {
                padding-left: 70px;
                display: table;
            }

                .who-invest .content .space {
                    margin-bottom: 20px;
                }

        .method-invest .top-content {
            position: relative;
        }

            .method-invest .top-content h3:after {
                content: '';
                position: absolute;
                width: 100px;
                height: 2px;
                background: #296AD4;
                top: 35px;
                left: 0;
            }

        .method-invest .methods {
            display: inline-block;
            padding-top: 30px;
        }

            .method-invest .methods .method-type {
                width: 65%;
                float: left;
            }

                .method-invest .methods .method-type h3 {
                    font: 18px/25px poppins-regular;
                    color: #333;
                }

                .method-invest .methods .method-type .method1 {
                    padding-bottom: 20px;
                }

            .method-invest .methods .calculate {
                width: 35%;
                float: left;
                padding: 0 47px;
                position: relative;
            }

                .method-invest .methods .calculate .cal-benefit {
                    background: #E8F0FC;
                    padding: 25px 29px;
                }

                    .method-invest .methods .calculate .cal-benefit i {
                        width: 65px;
                        height: 55px;
                        display: block;
                        background-size: 300px;
                        margin: 0px auto;
                        background-position: 66px -47px;
                    }

                    .method-invest .methods .calculate .cal-benefit label {
                        color: #181818;
                        font: 26px/31px robotomedium;
                        text-align: center;
                        display: block;
                        padding: 5px 0;
                    }

                        .method-invest .methods .calculate .cal-benefit label span {
                            font-size: 24px;
                            background: #fbea57;
                            padding: 2px 10px;
                        }

                    .method-invest .methods .calculate .cal-benefit p {
                        text-align: center;
                        line-height: 16px;
                    }

                    .method-invest .methods .calculate .cal-benefit .calculate-btn {
                        text-align: center;
                        margin: 20px 0 0;
                    }

                        .method-invest .methods .calculate .cal-benefit .calculate-btn a {
                            padding: 10px 30px;
                            font-size: 20px;
                        }

        .types-mutual-funds {
            background: #EFEFEF;
        }

            .types-mutual-funds .top-content {
                position: relative;
            }

                .types-mutual-funds .top-content h3:after {
                    content: '';
                    position: absolute;
                    width: 100px;
                    height: 2px;
                    background: #296AD4;
                    top: 39px;
                    left: 0;
                }

                .types-mutual-funds .top-content p {
                    margin-top: 4px;
                }

        .benefits-mutual-funds .benefits-list ul {
            display: inline-block;
            width: 100%;
            padding-top: 30px;
        }

            .benefits-mutual-funds .benefits-list ul li.ben1 {
                display: block;
                width: 48%;
                float: left;
                margin-bottom: 20px;
                box-shadow: 0 0 3px rgba(0,0,0,0.1);
                border: 1px solid #D9D9D9;
                padding: 20px;
            }

                .benefits-mutual-funds .benefits-list ul li.ben1:nth-child(odd) {
                    margin-right: 20px;
                }

            .benefits-mutual-funds .benefits-list ul li h4 {
                color: #333;
                font: 19px/20px robotomedium;
                padding-bottom: 10px;
            }

            .benefits-mutual-funds .benefits-list ul li p {
                height: 145px;
                overflow: auto;
                padding-right: 15px;
            }

        .why-mutual-funds-better {
            background: #E8F0FC;
        }

            .why-mutual-funds-better .top-content {
                text-align: center;
            }

            .why-mutual-funds-better .count {
                background: #fff;
                margin: 24px 0;
                border: 1px solid #E3E3E3;
            }

                .why-mutual-funds-better .count .heading {
                    color: #333;
                    font: 16px/24px robotomedium;
                    padding: 10px 0;
                    border-bottom: 1px solid #EBEBEB;
                    background: #fffaf3;
                }

                .why-mutual-funds-better .count .counters {
                    padding: 40px;
                    display: table;
                    width: 100%;
                }

                    .why-mutual-funds-better .count .counters ul li {
                        width: 25%;
                        float: left;
                        padding: 0 15px;
                        position: relative;
                    }

                        .why-mutual-funds-better .count .counters ul li i {
                            width: 50px;
                            height: 50px;
                            display: block;
                            background-size: 330px;
                            margin: 0px auto;
                        }

                            .why-mutual-funds-better .count .counters ul li i.fund {
                                background-position: -331px -114px;
                            }

                            .why-mutual-funds-better .count .counters ul li i.bank {
                                background-position: -396px -114px;
                            }

                            .why-mutual-funds-better .count .counters ul li i.ppf {
                                background-position: -458px -114px;
                            }

                            .why-mutual-funds-better .count .counters ul li i.bond {
                                background-position: -193px -114px;
                            }

                        .why-mutual-funds-better .count .counters ul li h4 {
                            color: #333;
                            font: 16px/20px poppins-regular;
                            padding-top: 5px;
                        }

                        .why-mutual-funds-better .count .counters ul li .value {
                            padding-top: 15px;
                        }

                            .why-mutual-funds-better .count .counters ul li .value span {
                                font: 22px/24px robotomedium;
                                color: #333;
                            }

                            .why-mutual-funds-better .count .counters ul li .value .green {
                                color: #12A51C;
                            }

        .how-to-invest .process {
            display: inline-block;
            padding: 30px 0;
            width: 100%;
        }

            .how-to-invest .process .process-inner {
                width: 46%;
                float: left;
                position: relative;
                background: #F9F9F9;
                border: 1px solid #E3E3E3;
                margin: 0 20px;
                -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
                -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
                -ms-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
                box-shadow: 0 3px 6px rgba(0,0,0,0.16);
            }

                .how-to-invest .process .process-inner .heading {
                    background: #EBEBEB;
                    padding: 13px 0;
                }

                    .how-to-invest .process .process-inner .heading h1 {
                        font: 18px/28px robotomedium;
                        color: #333;
                    }

                    .how-to-invest .process .process-inner .heading.green-heading {
                        background: #DEF3D1;
                    }

                .how-to-invest .process .process-inner .steps {
                    padding: 25px;
                }

                    .how-to-invest .process .process-inner .steps label {
                        color: #333;
                        font: 16px/28px robotomedium;
                    }

                        .how-to-invest .process .process-inner .steps label span {
                            background: #2874F0;
                            color: #fff;
                            padding: 4px 12px;
                            -moz-border-radius: 20px;
                            -webkit-border-radius: 20px;
                            -khtml-border-radius: 20px;
                            border-radius: 20px;
                            font-size: 15px;
                            font-family: poppins-regular;
                            margin-right: 10px;
                        }

                    .how-to-invest .process .process-inner .steps p {
                        margin: 10px 0 15px;
                    }

                    .how-to-invest .process .process-inner .steps.greensteps label span {
                        background: #39B98E;
                    }

                .how-to-invest .process .process-inner a {
                    margin: 30px 0px 0;
                    padding: 10px 25px 9px 10px;
                    font-size: 16px;
                    position: relative;
                }

                    .how-to-invest .process .process-inner a span {
                        color: #F3E40F;
                    }

                    .how-to-invest .process .process-inner a:after {
                        content: '';
                        background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png) no-repeat;
                        position: absolute;
                        right: 2px;
                        top: 10px;
                        width: 14px;
                        height: 21px;
                        background-position: -27px -23px;
                        background-size: 200px;
                    }

        .comparison-elss {
            background: none !important;
        }

            .comparison-elss .table-content table thead tr th {
                width: 16.66% !important;
            }

            .comparison-elss .table-content table tbody .highlight {
                background: #ebf3ff;
            }

                .comparison-elss .table-content table tbody .highlight span {
                    padding: 5px 10px;
                    background: #2874ef;
                    color: #fff;
                }

        .direct-regular-mutual {
            background: #E8F0FC;
        }

            .direct-regular-mutual .table-content table thead tr th {
                padding-left: 30px;
                border-right: 1px solid #E3E3E3;
                width: 33.33%;
            }

            .direct-regular-mutual .table-content table tbody tr td {
                border-right: 1px solid #E3E3E3;
                padding-left: 30px;
            }

                .direct-regular-mutual .table-content table tbody tr td:first-child {
                    font-family: robotomedium;
                }

            .direct-regular-mutual .table-content table tr {
                border-bottom: 1px solid #E3E3E3;
            }

        .choose-mutual-fund .top-content {
            position: relative;
        }

            .choose-mutual-fund .top-content h3:after {
                content: '';
                position: absolute;
                width: 100px;
                height: 2px;
                background: #296AD4;
                top: 39px;
                left: 0;
            }

            .choose-mutual-fund .top-content p {
                margin-top: 5px;
            }

        .choose-mutual-fund .choose-fund {
            margin: 20px 0;
        }

            .choose-mutual-fund .choose-fund ul li {
                padding: 0 0 20px 20px;
                position: relative;
            }

                .choose-mutual-fund .choose-fund ul li p span {
                    color: #2874F0;
                }

                .choose-mutual-fund .choose-fund ul li:before {
                    content: '';
                    background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png);
                    background-size: 300px;
                    width: 16px;
                    height: 16px;
                    position: absolute;
                    left: 0;
                    background-position: -263px -2px;
                    top: 3px;
                }

        .objective-mutual-fund {
            background: #E8F0FC;
        }

            .objective-mutual-fund .multitype-objective {
                display: inline-block;
                width: 100%;
                padding: 30px 0;
            }

                .objective-mutual-fund .multitype-objective .obj-box .obj-box-inner {
                    width: 24%;
                    float: left;
                    margin-right: 15px;
                    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.16);
                    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.16);
                    -ms-box-shadow: 0 0 4px rgba(0,0,0,0.16);
                    box-shadow: 0 0 4px rgba(0,0,0,0.16);
                    background: #fff;
                }

                    .objective-mutual-fund .multitype-objective .obj-box .obj-box-inner:last-child {
                        margin: 0;
                    }

                    .objective-mutual-fund .multitype-objective .obj-box .obj-box-inner .title {
                        background: #F3F2D1;
                        padding: 12px 11px;
                        display: table;
                        width: 100%;
                    }

                        .objective-mutual-fund .multitype-objective .obj-box .obj-box-inner .title label {
                            float: left;
                            font: 16px/18px robotomedium;
                            color: #222;
                        }

                        .objective-mutual-fund .multitype-objective .obj-box .obj-box-inner .title p {
                            float: right;
                            font-size: 12px;
                            color: #333;
                            display: grid;
                        }

                            .objective-mutual-fund .multitype-objective .obj-box .obj-box-inner .title p span {
                                font: 14px robotomedium;
                            }

                    .objective-mutual-fund .multitype-objective .obj-box .obj-box-inner .points {
                        padding: 12px 11px;
                        position: relative;
                        height: 210px;
                    }

                        .objective-mutual-fund .multitype-objective .obj-box .obj-box-inner .points label {
                            display: block;
                            font: 13px/18px robotomedium;
                            color: #40526E;
                            padding-bottom: 10px;
                        }

                        .objective-mutual-fund .multitype-objective .obj-box .obj-box-inner .points ul li {
                            padding: 0 0 0px 20px;
                            position: relative;
                            font: 13px/24px poppins-regular;
                            color: #5F5F5F;
                        }

                            .objective-mutual-fund .multitype-objective .obj-box .obj-box-inner .points ul li:before {
                                content: '';
                                background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png);
                                background-size: 300px;
                                width: 16px;
                                height: 16px;
                                position: absolute;
                                left: 0;
                                background-position: -263px -2px;
                                top: 6px;
                            }

                        .objective-mutual-fund .multitype-objective .obj-box .obj-box-inner .points a {
                            width: 92%;
                            position: absolute;
                            bottom: 10px;
                        }

        .why-choose-sip {
            background: #F1F1F1;
        }

            .why-choose-sip .top-content {
                position: relative;
            }

                .why-choose-sip .top-content h3:after {
                    content: '';
                    position: absolute;
                    width: 100px;
                    height: 2px;
                    background: #296AD4;
                    top: 39px;
                    left: 0;
                }

                .why-choose-sip .top-content p {
                    margin-top: 5px;
                }

            .why-choose-sip .why-choose-point {
                padding: 30px 0;
                display: inline-block;
            }

                .why-choose-sip .why-choose-point ul li {
                    width: 24%;
                    margin-right: 15px;
                    float: left;
                    display: block;
                }

                    .why-choose-sip .why-choose-point ul li:last-child {
                        margin: 0;
                    }

                    .why-choose-sip .why-choose-point ul li .point-box {
                        background: #fff;
                        padding: 10px;
                        border: 1px solid #D9D9D9;
                        -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.1);
                        -moz-box-shadow: 0 3px 4px rgba(0,0,0,0.1);
                        -ms-box-shadow: 0 3px 4px rgba(0,0,0,0.1);
                        box-shadow: 0 3px 4px rgba(0,0,0,0.1);
                        height: 170px;
                        overflow: auto;
                    }

                        .why-choose-sip .why-choose-point ul li .point-box .subsub-heading {
                            color: #2874F0;
                            font: 18px/20px robotomedium;
                        }

            .why-choose-sip .btn-account {
                margin: 20px 0 0;
                text-align: center;
            }

                .why-choose-sip .btn-account a {
                    padding: 10px 30px 10px 10px;
                    font-size: 17px;
                    position: relative;
                }

                    .why-choose-sip .btn-account a span {
                        color: #F3E40F;
                    }

                    .why-choose-sip .btn-account a:after {
                        content: '';
                        background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png) no-repeat;
                        position: absolute;
                        right: 2px;
                        top: 10px;
                        width: 14px;
                        height: 21px;
                        background-position: -27px -23px;
                        background-size: 200px;
                    }

        .call-back {
            top: 0px;
            right: -103%;
            height: 100%;
            width: 100%;
            bottom: 0;
            background: #f1f2f4;
            position: fixed;
            z-index: 99999999;
            overflow: auto;
            box-shadow: 0 0 6px #ccc;
        }

            .call-back .back {
                background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png);
                background-size: 254px;
                float: left;
                width: 24px;
                height: 24px;
                background-position: -77px -62px;
                top: 11px;
                position: absolute;
                cursor: pointer;
            }

            .call-back .call-back-header {
                background: #fff;
                -webkit-box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.5);
                -moz-box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.5);
                -ms-box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.5);
                box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.5);
            }

                .call-back .call-back-header .top {
                    padding: 14px;
                }

                    .call-back .call-back-header .top a div {
                        padding-left: 40px;
                    }

            .call-back .filter1 {
                margin: 15px 10px;
                background: #fff;
                padding: 12px 10px;
                -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.12);
                -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.12);
                -ms-box-shadow: 0 2px 3px rgba(0,0,0,0.12);
                box-shadow: 0 2px 3px rgba(0,0,0,0.12);
            }

                .call-back .filter1 label {
                    font: 14px/18px robotomedium;
                    color: #333;
                    display: block;
                    padding-bottom: 10px;
                }

                .call-back .filter1 .filter-input {
                    border: 1px solid #dadada;
                    width: 115px;
                    padding: 4px 5px;
                    font-size: 14px;
                }

                .call-back .filter1 span {
                    padding: 0 10px;
                }

            .call-back .select-box {
                padding: 20px 10px;
                width: 100% !important;
                margin-right: 0 !important;
            }

                .call-back .select-box .select-option-list {
                    width: 100% !important;
                }

            .call-back .btn-fix {
                width: 100%;
                margin: 0px 0px 0px 10px;
                display: inline;
            }

                .call-back .btn-fix a {
                    width: 35%;
                    font-size: 16px;
                    padding: 10px;
                }

            .call-back .cancel .btn-default {
                background-color: #e0e0e0;
                color: #222;
            }

        #invest-form {
            width: 350px;
            height: max-content;
        }

            #invest-form.suspended_warning .fund-name {
                background: #F13737;
            }

            #invest-form.suspended_warning .suspended_content {
                text-align: center;
                color: #F13737;
            }

            #invest-form .fund-name {
                color: #fff;
                padding: 10px 20px;
                background: #2874F0;
                text-align: center;
                margin-bottom: 5px;
                font-family: poppins-regular;
                font-size: 16px;
            }

            #invest-form .investmentform {
                display: block;
                width: 100%;
                margin-top: 0px;
                padding-bottom: 50px;
                min-height: 250px;
            }

                #invest-form .investmentform .list {
                    padding: 10px 15px;
                    position: relative;
                }

                    #invest-form .investmentform .list label {
                        font: 14px poppins-regular;
                        color: #333;
                    }

                        #invest-form .investmentform .list label span {
                            font-size: 12px;
                        }

                    #invest-form .investmentform .list ul {
                        margin: 8px 0px;
                    }

                        #invest-form .investmentform .list ul li {
                            display: inline-block;
                            cursor: pointer;
                            margin-right: 5px;
                            margin-bottom: 3px;
                        }

                            #invest-form .investmentform .list ul li.sip-btn {
                                margin: 0 55px 0 0;
                            }

                    #invest-form .investmentform .list .inputtext, #invest-form .investmentform .list select {
                        padding: 4px 10px 5px 0;
                        width: 100%;
                        border: none;
                        border-bottom: 1px solid #c3c3c3;
                        margin-top: 5px;
                        -webkit-user-select: text;
                        background: none;
                        box-shadow: none;
                    }

                        #invest-form .investmentform .list .inputtext:focus, #invest-form .investmentform .list select:focus {
                            outline: none;
                        }

                    #invest-form .investmentform .list .inputtext {
                        padding-left: 15px;
                    }

                    #invest-form .investmentform .list .error-line {
                        border-bottom: 1px solid #f00;
                    }

                    #invest-form .investmentform .list .error_msg {
                        font-size: 12px;
                        color: #f00;
                        padding-top: 4px;
                    }

                    #invest-form .investmentform .list.rupees:before {
                        content: '\20B9';
                        width: 20px;
                        height: 20px;
                        position: absolute;
                        background: none;
                        top: 40px;
                    }

                    #invest-form .investmentform .list .amount-label li {
                        background: #f7f7f7;
                        padding: 2px 15px;
                        color: #525252;
                        font-size: 14px;
                        border: 1px solid #d8d8d8;
                    }

                        #invest-form .investmentform .list .amount-label li.active {
                            border: 2px solid #2874f0;
                        }

                #invest-form .investmentform .FooterFixedButton {
                    position: fixed;
                    z-index: 2;
                    bottom: 0;
                    width: 100%;
                    float: left;
                    background-color: #fff;
                    box-shadow: 0px 0px 10px #797979;
                }

                    #invest-form .investmentform .FooterFixedButton a {
                        display: block;
                        padding: 12px 0px;
                        text-align: center;
                        width: 50%;
                        font-family: robotomedium;
                        text-transform: uppercase;
                        font-size: 15px;
                        cursor: pointer;
                        float: left;
                    }

                        #invest-form .investmentform .FooterFixedButton a.AddCart {
                            color: #3b3a3a;
                        }

                        #invest-form .investmentform .FooterFixedButton a.BuyNow {
                            background-color: #2874F0;
                            color: #fff;
                        }

        @media (max-width: 1280px) {
            .best-funds-schemes .table-content table tbody tr .recommended:hover:after {
                width: 94px;
                font-size: 12px;
                left: -52px;
            }
        }

        @media (max-width: 1024px) {
            .best-funds-schemes, .mutual-funds-everything, .how-mutual-funds, .who-invest, .method-invest, .types-mutual-funds, .benefits-mutual-funds, .why-mutual-funds-better, .how-to-invest, .direct-regular-mutual, .choose-mutual-fund, .objective-mutual-fund, .why-choose-sip {
                padding: 30px 0;
            }

            .what-mutual .left-side .benifits {
                margin: 10px 0;
            }

                .what-mutual .left-side .benifits ul li {
                    margin-right: 10px;
                    font-size: 14px;
                }

            .what-mutual .left-side .tax-sever-fund-strip .saver-link {
                bottom: 0;
            }

            .what-mutual .right-side .open-account-benefit {
                padding: 30px 0px;
            }

                .what-mutual .right-side .open-account-benefit .top-block i {
                    left: 0px;
                    top: 28px;
                }

            .best-funds-schemes .filter-option .right-filter .search input {
                width: 260px;
            }

            .best-funds-schemes .filter-option .select-box {
                width: 170px;
            }

                .best-funds-schemes .filter-option .select-box .select-control .select-value {
                    min-width: 170px;
                }

                .best-funds-schemes .filter-option .select-box .select-control .select-option-list {
                    width: 170px;
                }

            .best-funds-schemes .table-content table tbody tr .recommended:hover:after {
                left: -15px;
            }

            .how-to-invest .process .process-inner {
                margin: 0 19px;
            }

                .how-to-invest .process .process-inner a {
                    margin: 85px 0px 0;
                }

            .how-to-invest p br {
                display: none;
            }

            .objective-mutual-fund .multitype-objective .obj-box .obj-box-inner {
                margin-right: 13px;
            }

                .objective-mutual-fund .multitype-objective .obj-box .obj-box-inner .points {
                    padding: 12px 5px;
                    height: 230px;
                }

            .why-choose-sip .why-choose-point ul li {
                margin-right: 13px;
            }

                .why-choose-sip .why-choose-point ul li .point-box {
                    height: 190px;
                }

            .table-content table tbody tr .fundname {
                width: 350px;
            }
        }

        @media (max-width: 768px) {
            .hide-mobile {
                display: none;
            }

            .what-mutual .left-side {
                width: 100%;
            }

                .what-mutual .left-side .benifits ul li {
                    padding: 10px 0 10px 40px;
                }

            .what-mutual .right-side {
                display: none;
            }

            .best-funds-schemes .filter-option .left-filter {
                width: 80%;
            }

            .best-funds-schemes .filter-option .right-filter {
                margin-top: 0px;
                width: 20%;
            }

                .best-funds-schemes .filter-option .right-filter .search {
                    display: none;
                }

            .best-funds-schemes .filter-result {
                width: 77%;
                position: relative;
                top: 5px;
                margin-top: 0;
            }

            .best-funds-schemes .table-content table tbody tr .recommended:hover:after {
                left: -7px;
            }

            .mutual-funds-everything .mutual-know ul li .block .title h3 {
                font: 16px/22px;
            }

            .mutual-funds-everything .mutual-know ul li .block .mutual-content {
                height: 95px;
                overflow: auto;
            }

            .how-mutual-funds .left-content {
                width: 100%;
            }

            .how-mutual-funds .right-content {
                display: none;
            }

            .who-invest img {
                display: none;
            }

            .who-invest .content {
                padding-left: 0;
            }

            .method-invest .methods .method-type {
                width: 100%;
            }

            .method-invest .methods .calculate {
                width: 100%;
                padding: 0;
                margin-top: 10px;
            }

            .menutabs .tabs li {
                font-size: 13px;
                margin-top: 5px;
            }

            .why-mutual-funds-better p br {
                display: none;
            }

            .how-to-invest .process .process-inner {
                margin: 0 15px;
            }

            .objective-mutual-fund .multitype-objective .obj-box .obj-box-inner {
                margin-bottom: 15px;
                width: 49%;
            }

                .objective-mutual-fund .multitype-objective .obj-box .obj-box-inner:nth-child(even) {
                    margin-right: 0;
                }

                .objective-mutual-fund .multitype-objective .obj-box .obj-box-inner .points {
                    height: 190px;
                }

                    .objective-mutual-fund .multitype-objective .obj-box .obj-box-inner .points a {
                        width: 97%;
                    }

            .objective-mutual-fund p br {
                display: none;
            }

            .why-choose-sip .why-choose-point ul li {
                margin-bottom: 10px;
                width: 48%;
            }

                .why-choose-sip .why-choose-point ul li .point-box {
                    height: 130px;
                }

            .how-to-invest .process .process-inner .steps {
                padding: 10px;
            }

            .table-content table tbody tr .fundname {
                width: 300px;
            }

                .table-content table tbody tr .fundname .save-tax {
                    top: 35px;
                    right: 0px;
                }

            .best-funds-schemes .table-content table tbody tr td .title:after, .best-funds-schemes .table-content table tbody tr td .title:before {
                top: 36px;
            }

            .top-ranking-fund .best-funds-schemes .filter-option .left-filter, .top-performing-fund .best-funds-schemes .filter-option .left-filter, .mutual-funds .best-funds-schemes .filter-option .left-filter {
                width: 100%;
            }
        }

        .adbtn {
            margin: 0 0 0 20px;
        }

        #snackbar {
            visibility: hidden;
            background-color: #40526E;
            color: #fff;
            padding: 16px;
            position: fixed;
            z-index: 1;
            left: 45%;
            bottom: 70px;
            font-size: 15px;
            font-family: poppins-regular;
        }

            #snackbar.show {
                visibility: visible;
                -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
                animation: fadein 0.5s, fadeout 0.5s 2.5s;
            }

        @-webkit-keyframes fadein {
            from {
                bottom: 0;
                opacity: 0;
            }

            to {
                bottom: 30px;
                opacity: 1;
            }
        }

        @keyframes fadein {
            from {
                bottom: 0;
                opacity: 0;
            }

            to {
                bottom: 30px;
                opacity: 1;
            }
        }

        @-webkit-keyframes fadeout {
            from {
                bottom: 30px;
                opacity: 1;
            }

            to {
                bottom: 0;
                opacity: 0;
            }
        }

        @keyframes fadeout {
            from {
                bottom: 30px;
                opacity: 1;
            }

            to {
                bottom: 0;
                opacity: 0;
            }
        }

        .icici-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -40px -158px;
        }

        .kotak-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -76px -158px;
        }

        .birla-sun-life-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -2px -158px;
        }

        .tata-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -260px -260px;
        }

        .hdfc-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -250px -208px;
        }

        .sbi-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -114px -158px;
        }

        .uti-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -5px -306px;
        }

        .reliance-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -155px -157px;
        }

        .idbi-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -197px -157px;
        }

        .sundaram-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -217px -259px;
        }

        .canara-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -203px -206px;
        }

        .invesco-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -242px -158px;
        }

        .axis-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -142px -185px;
            background-size: 275px;
        }

        .baroda-pioneer-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -61px -210px;
        }

        .dsp-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -49px -305px;
        }

        .dhfl-pramerica-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -93px -305px;
        }

        .franklin-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -450px -90px;
            background-size: 250px;
        }

        .idfc-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -305px -259px;
        }

        .l-t-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -374px -189px;
            background-size: 275px;
        }

        .mirae-asset-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -420px -260px;
        }

        .motilal-oswal-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -474px -262px;
        }

        .mahindra-funds-page .one-mutual-fund .left-side .title .main-heading:before {
            background-position: -351px -257px;
        }

        .nri-fund .left-side .title .main-heading {
            position: relative;
            padding-left: 40px;
        }

            .nri-fund .left-side .title .main-heading:before {
                content: '';
                background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png);
                background-size: 240px;
                width: 35px;
                height: 35px;
                position: absolute;
                left: 0px;
                top: 2px;
                background-position: -128px -276px;
            }

        .category-page .one-mutual-fund .left-side .title .main-heading {
            padding-left: 0;
        }

            .category-page .one-mutual-fund .left-side .title .main-heading:before {
                display: none;
            }

        .one-mutual-fund .left-side .title .main-heading {
            position: relative;
            padding-left: 40px;
        }

            .one-mutual-fund .left-side .title .main-heading:before {
                content: '';
                background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png);
                background-size: 300px;
                width: 35px;
                height: 35px;
                position: absolute;
                left: 0px;
                top: 2px;
            }

        .one-mutual-fund .left-side .title .short_content.active .subheading {
            height: 75px;
        }

        .one-mutual-fund .left-side .title .short_content .subheading {
            height: 60px;
        }

            .one-mutual-fund .left-side .title .short_content .subheading .heading {
                margin-top: 5px;
                color: #5F5F5F;
                font: normal 14px/18px robotomedium;
            }

            .one-mutual-fund .left-side .title .short_content .subheading p strong, .one-mutual-fund .left-side .title .short_content .subheading p em {
                font: normal normal;
                font-family: robotomedium;
            }

        .one-mutual-fund .left-side .benifits {
            margin: 0 0 20px 0;
        }

            .one-mutual-fund .left-side .benifits ul li {
                padding: 10px 0;
                margin-right: 50px;
            }

                .one-mutual-fund .left-side .benifits ul li .rating-score {
                    font-family: robotolight;
                }

                .one-mutual-fund .left-side .benifits ul li span {
                    font-size: 13px;
                }

            .one-mutual-fund .left-side .benifits .rating .rating-icon {
                display: inline-block;
                position: relative;
                padding: 0px 5px;
                margin: 0;
            }

                .one-mutual-fund .left-side .benifits .rating .rating-icon:after {
                    content: '';
                    background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png) no-repeat;
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 20px;
                    height: 20px;
                    background-size: 200px;
                }

                .one-mutual-fund .left-side .benifits .rating .rating-icon.rating-icon:after {
                    background-position: -24px -49px;
                }

                .one-mutual-fund .left-side .benifits .rating .rating-icon.active:after {
                    background-position: -41px -49px;
                }

        .amc-best .filter-option {
            margin-top: 0;
        }

            .amc-best .filter-option .left-filter {
                width: 60%;
            }

            .amc-best .filter-option .right-filter {
                width: 40%;
            }

                .amc-best .filter-option .right-filter .search {
                    width: 60%;
                    right: 60px;
                }

        .best-funds-schemes .filter-option .left-filter {
            position: relative;
        }

            .best-funds-schemes .filter-option .left-filter .menutabs {
                padding: 0;
            }

                .best-funds-schemes .filter-option .left-filter .menutabs .tabs li {
                    margin: 0;
                    border-radius: 0;
                    display: table-cell;
                    border-left: none;
                    padding: 7px 15px;
                }

                    .best-funds-schemes .filter-option .left-filter .menutabs .tabs li:first-child {
                        border-left: 1px solid #B5B3B3;
                    }

            .best-funds-schemes .filter-option .left-filter .manager-box {
                position: absolute;
                right: 45px;
                top: 0px;
            }

        .all-content {
            padding: 30px 0;
            display: inline-block;
            width: 100%;
        }

            .all-content .video-seo a {
                float: right;
            }

                .all-content .video-seo a img {
                    box-shadow: 0 0 6px rgba(0,0,0,0.31);
                    max-width: 100%;
                    margin-left: 20px;
                }

            .all-content .left-side-block {
                width: 100%;
            }

                .all-content .left-side-block section {
                    width: 70%;
                }

            .all-content .right-side-block {
                width: 28%;
                position: sticky;
                top: 100px;
                float: right;
                padding: 0 0 0 15px;
            }

            .all-content .mutual-funds-everything {
                padding: 0 0 60px 0;
            }

                .all-content .mutual-funds-everything .mutual-know ul li {
                    width: 100%;
                }

                .all-content .mutual-funds-everything .view {
                    text-align: left;
                }

            .all-content .how-mutual-funds {
                padding: 22px;
            }

                .all-content .how-mutual-funds .top-content {
                    position: relative;
                }

                    .all-content .how-mutual-funds .top-content h3:after {
                        content: '';
                        position: absolute;
                        width: 100px;
                        height: 2px;
                        background: #296AD4;
                        top: 35px;
                        left: 0;
                    }

                .all-content .how-mutual-funds h4 {
                    font: 18px/26px poppins-regular;
                    color: #333;
                    margin: 20px 0 5px 0;
                }

            .all-content .features {
                padding: 40px 0;
            }

                .all-content .features .feature-point {
                    padding-top: 15px;
                }

                    .all-content .features .feature-point ul li {
                        font: 14px/30px poppins-regular;
                        color: #3D3D3D;
                        padding-left: 25px;
                        position: relative;
                    }

                        .all-content .features .feature-point ul li:before {
                            content: '';
                            background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png);
                            background-size: 300px;
                            width: 16px;
                            height: 16px;
                            position: absolute;
                            left: 0;
                            background-position: -263px -2px;
                            top: 8px;
                        }

            .all-content .types-mutual-funds {
                padding: 22px;
            }

                .all-content .types-mutual-funds .menutabs .tab-content .point {
                    margin-bottom: 0;
                }

                .all-content .types-mutual-funds .menutabs .tab-content .inner-content {
                    height: 175px;
                }

            .all-content .benefits-mutual-funds .top-content {
                position: relative;
            }

                .all-content .benefits-mutual-funds .top-content h2:after {
                    content: '';
                    position: absolute;
                    width: 100px;
                    height: 2px;
                    background: #296AD4;
                    top: 35px;
                    left: 0;
                }

            .all-content .benefits-list .ben1 h4 {
                color: #1A51AA;
                font: 16px/18px;
                padding-bottom: 0;
            }

            .all-content .benefits-list .ben1 span {
                padding: 4px 0 10px 0;
                display: block;
                color: #333;
                font: 15px/15px poppins-regular;
            }

            .all-content .benefits-list .ben1 p {
                height: 90px;
            }

            .all-content .why-mutual-funds-better {
                padding: 22px;
            }

                .all-content .why-mutual-funds-better .top-content {
                    position: relative;
                    text-align: left;
                    margin-bottom: 10px;
                }

                    .all-content .why-mutual-funds-better .top-content h3:after {
                        content: '';
                        position: absolute;
                        width: 100px;
                        height: 2px;
                        background: #296AD4;
                        top: 35px;
                        left: 0;
                    }

            .all-content .heigher-return {
                border: 1px solid #E8F0FC;
                background: #E8F0FC;
                box-shadow: 0 3px 6px rgba(0,0,0,0.16);
                position: sticky;
                top: 10px;
                left: 0;
                display: block;
                width: 100%;
                float: left;
                text-align: center;
            }

                .all-content .heigher-return .top-title {
                    background: #2874F0;
                    padding: 20px 10px;
                }

                    .all-content .heigher-return .top-title span {
                        color: #fff;
                        font: 18px/19px robotolight;
                    }

                    .all-content .heigher-return .top-title h1 {
                        font: 23px/26px poppins-regular;
                        color: #fff;
                        padding-bottom: 19px;
                    }

                    .all-content .heigher-return .top-title .btn {
                        font: 15px/16px robotomedium;
                        padding: 10px 25px 10px 10px;
                        color: #333;
                        position: relative;
                    }

                        .all-content .heigher-return .top-title .btn:after {
                            content: '';
                            background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png) no-repeat;
                            position: absolute;
                            right: 2px;
                            top: 12px;
                            width: 14px;
                            height: 14px;
                            background-position: 0px -24px;
                            background-size: 200px;
                            transform: rotate(90deg);
                        }

                .all-content .heigher-return .inner-content {
                    padding: 18px 7px;
                }

                    .all-content .heigher-return .inner-content .heading {
                        font: 18px/22px robotomedium;
                        color: #1E1E1E;
                    }

                    .all-content .heigher-return .inner-content .trust-box {
                        border: 2px solid #12A51C;
                        padding: 3px 3px 3px 15px;
                        width: 65%;
                        margin: 3px auto 10px;
                        border-radius: 20px;
                        font: 12px robotomedium;
                        color: #222;
                        position: relative;
                    }

                        .all-content .heigher-return .inner-content .trust-box:before {
                            content: '';
                            background: #12A51C url(https://www.mysiponline.com/images/mutual-fund-sprite.png) no-repeat;
                            position: absolute;
                            left: -4px;
                            top: -1px;
                            width: 27px;
                            height: 27px;
                            background-position: -120px -38px;
                            background-size: 300px;
                            border-radius: 50%;
                        }

                    .all-content .heigher-return .inner-content .plans-box {
                        margin-top: 5px;
                        background: #fff;
                        border: 1px solid #D9D9D9;
                        padding: 10px;
                        display: inline-block;
                        width: 100%;
                        position: relative;
                    }

                        .all-content .heigher-return .inner-content .plans-box ul li {
                            width: 33.33%;
                            float: left;
                            text-align: left;
                        }

                            .all-content .heigher-return .inner-content .plans-box ul li label {
                                font: 15px/18px poppins-regular;
                                color: #222;
                            }

                            .all-content .heigher-return .inner-content .plans-box ul li span {
                                font: 12px/22px poppins-regular;
                                color: #333;
                            }

                            .all-content .heigher-return .inner-content .plans-box ul li p {
                                color: #333;
                                font-family: robotomedium;
                            }

                            .all-content .heigher-return .inner-content .plans-box ul li .rating .rating-icon {
                                display: inline-block;
                                position: relative;
                                padding: 0px 5px;
                                margin: 0;
                                width: auto;
                            }

                                .all-content .heigher-return .inner-content .plans-box ul li .rating .rating-icon:after {
                                    content: '';
                                    background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png) no-repeat;
                                    position: absolute;
                                    right: 0;
                                    top: 0;
                                    width: 20px;
                                    height: 20px;
                                    background-size: 200px;
                                }

                                .all-content .heigher-return .inner-content .plans-box ul li .rating .rating-icon.rating-icon:after {
                                    background-position: -24px -49px;
                                }

                                .all-content .heigher-return .inner-content .plans-box ul li .rating .rating-icon.active:after {
                                    background-position: -41px -49px;
                                }

                        .all-content .heigher-return .inner-content .plans-box:after {
                            content: '';
                            background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png) no-repeat;
                            position: absolute;
                            right: 1px;
                            top: 25px;
                            width: 25px;
                            height: 20px;
                            background-position: -215px -17px;
                            background-size: 244px;
                            cursor: pointer;
                        }

                    .all-content .heigher-return .inner-content .amfi-reg {
                        position: relative;
                        margin: 10px auto;
                        display: inline-block;
                        text-align: left;
                        padding: 9px 0 0px 55px;
                        font: 14px/16px poppins-regular;
                    }

                        .all-content .heigher-return .inner-content .amfi-reg:before {
                            content: '';
                            background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png) no-repeat;
                            position: absolute;
                            left: 0;
                            top: 0px;
                            width: 45px;
                            height: 45px;
                            background-position: -176px -50px;
                            background-size: 300PX;
                        }

            .all-content #seo_content.short_content .subheading {
                font: 15px/22px poppins-regular;
                color: #5f5f5f;
                height: 265px;
                transition: height 0.8s ease-in-out;
                overflow: hidden;
            }

            .all-content #seo_content.short_content.active .subheading {
                visibility: visible;
                height: 400px;
                overflow-y: scroll;
                transition: height 0.8s ease-in-out;
                -webkit-overflow-scrolling: touch;
            }

            .all-content #seo_content h3 {
                color: #1f2020;
            }

            .all-content #seo_content h2 {
                color: #1f2020;
                font: 24px/26px poppins-regular;
                margin-bottom: 10px;
            }

            .all-content #seo_content p {
                margin: 12px 0px;
                padding-right: 20px;
            }

            .all-content #seo_content strong {
                font: normal robotomedium;
                color: #333;
            }

            .all-content #seo_content .sub-heading {
                display: table;
                width: 100%;
                color: #1f2020;
                margin: 10px 0;
                font: 18px poppins-regular;
            }

            .all-content #seo_content ul, .all-content #seo_content ol {
                padding: 0px 0px 0px 22px;
                list-style: decimal;
            }

                .all-content #seo_content ul li, .all-content #seo_content ol li {
                    padding: 7px 12px;
                    font: 15px poppins-regular;
                    color: #565454;
                }

                    .all-content #seo_content ul li strong, .all-content #seo_content ol li strong {
                        font-weight: normal;
                    }

        .short_content .subheading {
            height: 55px;
            transition: height 0.8s ease-in-out;
            overflow: hidden;
        }

            .short_content .subheading .heading {
                font-size: 13px;
                margin: 10px 0 2px 0;
                font-weight: 600;
            }

        .short_content .more_content {
            display: inline;
            color: #2874F0;
            font: 12px poppins-regular;
        }

            .short_content .more_content:after {
                content: 'Read More';
            }

        .short_content.active .subheading {
            visibility: visible;
            height: 75px;
            overflow-y: scroll;
            transition: height 0.8s ease-in-out;
            -webkit-overflow-scrolling: touch;
        }

        .short_content.active .more_content:after {
            content: 'Read Less';
        }

        .category-title {
            color: #2874f0;
            font-size: 14px;
            font-family: robotomedium;
        }

        .all-category {
            padding-top: 10px;
            text-align: center;
        }

            .all-category .category-list a, .all-category .amc-list a {
                border: 1px solid #282828;
                padding: 5px 15px;
                border-radius: 20px;
                margin: 0px 12px 10px 0;
                width: auto !important;
                color: #282828;
                font-size: 13px;
                font-family: robotomedium;
            }

        @media (max-width: 1024px) {
            .amc-best .filter-option .left-filter {
                width: 45%;
            }

            .amc-best .filter-option .right-filter {
                width: 54%;
                margin: 0;
            }

                .amc-best .filter-option .right-filter .search {
                    width: 40%;
                    right: 15px;
                }

                    .amc-best .filter-option .right-filter .search input {
                        width: 200px;
                    }

            .best-funds-schemes .filter-option .left-filter .menutabs .tabs .hide-mobile {
                display: none;
            }

            .best-funds-schemes .filter-option .left-filter .manager-box {
                right: -43px;
            }

            .all-content .heigher-return .top-title {
                padding: 10px 5px;
            }

                .all-content .heigher-return .top-title span {
                    font-size: 16px;
                }

                .all-content .heigher-return .top-title h1 {
                    font-size: 20px;
                }

                .all-content .heigher-return .top-title .btn {
                    font-size: 15px;
                }

            .all-content .heigher-return .inner-content .trust-box {
                width: 85%;
            }

            .all-content .heigher-return .inner-content .plans-box ul li label {
                font-size: 13px;
            }
        }

        @media (max-width: 768px) {
            .elss .amc-best .filter-option .left-filter {
                width: 80%;
            }

            .elss .amc-best .filter-option .right-filter {
                width: 20%;
            }

            .best-funds-schemes .filter-option .left-filter .manager-box {
                right: 0px;
            }

            .all-content .right-side-block {
                display: none;
            }

            .all-content .left-side-block section {
                width: 100%;
            }
        }

        .slick-slider {
            position: relative;
            display: block;
            box-sizing: border-box;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-touch-callout: none;
            -khtml-user-select: none;
            -ms-touch-action: pan-y;
            touch-action: pan-y;
            -webkit-tap-highlight-color: transparent;
        }

            .slick-slider .slick-track {
                position: relative;
                top: 0;
                left: 0;
                display: block;
                margin-left: auto;
                margin-right: auto;
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

                .slick-slider .slick-track:after, .slick-slider .slick-track:before {
                    display: table;
                    content: '';
                }

                .slick-slider .slick-track:after {
                    clear: both;
                }

            .slick-slider .slick-list {
                position: relative;
                display: block;
                overflow: hidden;
                margin: 0;
                padding: 0;
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

                .slick-slider .slick-list:focus {
                    outline: none;
                }

                .slick-slider .slick-list.dragging {
                    cursor: pointer;
                    cursor: hand;
                }

        .slick-loading .slick-track {
            visibility: hidden;
        }

        .slick-initialized .slick-slide {
            display: block;
        }

        .slick-loading .slick-slide {
            visibility: hidden;
        }

        .slick-vertical .slick-slide {
            display: block;
            height: auto;
            border: 1px solid transparent;
        }

        .slick-arrow.slick-hidden {
            display: none;
        }

        [dir='rtl'] .slick-slide {
            float: right;
        }

        .slider {
            width: 100%;
            margin: 0px auto;
            padding: 0 9px;
        }

        .slick-slide {
            margin: 0px 20px;
            transition: all ease-in-out .3s;
            opacity: .7;
            display: none;
            float: left;
            height: 100%;
            min-height: 1px;
        }

            .slick-slide img {
                width: 100%;
            }

            .slick-slide:hover {
                opacity: .9;
            }

        .slick-prev, .slick-next {
            position: absolute;
            top: 40%;
            display: block;
            width: 20px;
            height: 20px;
            padding: 0;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            cursor: pointer;
            color: transparent;
            border: none;
            outline: none;
            background: #333;
            border-radius: 50%;
        }

            .slick-prev.slick-disabled, .slick-next.slick-disabled {
                opacity: .25;
            }

                .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
                    opacity: .25;
                }

            .slick-prev:before, .slick-next:before {
                content: '';
                background: url(https://www.mysiponline.com/images/mutual-fund-sprite.png) no-repeat;
                opacity: 1;
                position: absolute;
                right: 0px;
                top: 0px;
                left: 4px;
                width: 18px;
                height: 18px;
            }

        .slick-prev {
            left: -25px;
        }

            .slick-prev:before {
                background-position: -19px -32px;
                background-size: 242px;
                left: 0px;
            }

        .slick-next {
            right: -25px;
        }

            .slick-next:before {
                background-position: -34px -32px;
                background-size: 242px;
            }

        .ui-widget-content {
            border: 1px solid #c5c5c5;
            background: #ffffff;
        }

        .ui-datepicker {
            padding: .2em .2em 0;
            width: 300px;
            z-index: 9 !important;
        }

            .ui-datepicker .ui-datepicker-header {
                position: relative;
                border: 1px solid #2362ca;
                background: #2874f0;
                color: #ffffff;
                font-weight: bold;
            }

                .ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
                    position: absolute;
                    top: 5px;
                    width: 1.8em;
                    text-indent: 40px;
                    overflow: hidden;
                    cursor: pointer;
                }

                    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
                        content: '';
                        background: url(https://www.mysiponline.com/images/footer_sprite.png);
                        background-size: 200px;
                        width: 22px;
                        height: 22px;
                        top: 0;
                        right: 0;
                        padding: 0 0 2px;
                        position: absolute;
                    }

                .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
                    left: 5px;
                }

                    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
                        background-position: -156px -423px;
                    }

                .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
                    right: 5px;
                }

                    .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
                        background-position: -176px -423px;
                    }

                .ui-datepicker .ui-datepicker-header .ui-state-hover, .ui-datepicker .ui-datepicker-header .ui-widget-content .ui-state-hover, .ui-datepicker .ui-datepicker-header .ui-widget-header .ui-state-hover, .ui-datepicker .ui-datepicker-header .ui-state-focus, .ui-datepicker .ui-datepicker-header .ui-widget-content .ui-state-focus, .ui-datepicker .ui-datepicker-header .ui-widget-header .ui-state-focus, .ui-datepicker .ui-datepicker-header .ui-button:hover, .ui-datepicker .ui-datepicker-header .ui-button:focus {
                    border: none !important;
                    background: none !important;
                }

                .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
                    margin: 0 36px;
                    line-height: 35px;
                    text-align: center;
                }

                    .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
                        background: none;
                        border: 1px solid #85adef;
                        padding: 0px 5px;
                        width: 40%;
                        font-weight: normal;
                    }

                        .ui-datepicker .ui-datepicker-header .ui-datepicker-title select option {
                            color: #333;
                        }

            .ui-datepicker table.ui-datepicker-calendar {
                font-size: .9em;
                margin: 0 0 .4em;
                border: 0 !important;
            }

            .ui-datepicker table thead {
                border: 0;
                background: #fff;
            }

                .ui-datepicker table thead tr th {
                    padding: .7em .3em;
                    text-align: center;
                    border: 0;
                }

            .ui-datepicker table tbody tr td {
                border: 0;
                padding: 1px;
            }

                .ui-datepicker table tbody tr td a, .ui-datepicker table tbody tr td span {
                    display: block;
                    padding: .2em;
                    text-align: center;
                    text-decoration: none;
                }

                .ui-datepicker table tbody tr td span {
                    opacity: .4;
                    cursor: not-allowed;
                }

            .ui-datepicker table tbody tr:hover, .ui-datepicker table tbody tr:active {
                box-shadow: none;
                background: none;
            }

            .ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default, .ui-datepicker .ui-button, .ui-datepicker html .ui-button.ui-state-disabled:hover, .ui-datepicker html .ui-button.ui-state-disabled:active {
                border: 1px solid #c5c5c5;
                background: #f6f6f6;
                font-weight: normal;
                color: #454545;
            }

                .ui-datepicker .ui-state-hover, .ui-datepicker .ui-widget-content .ui-state-hover, .ui-datepicker .ui-widget-header .ui-state-hover, .ui-datepicker .ui-state-focus, .ui-datepicker .ui-widget-content .ui-state-focus, .ui-datepicker .ui-widget-header .ui-state-focus, .ui-datepicker .ui-button:hover, .ui-datepicker .ui-button:focus {
                    border: 1px solid #2874f0;
                    background: #2874f0;
                    font-weight: normal;
                    color: #ffffff;
                }

            .ui-datepicker .ui-state-highlight, .ui-datepicker .ui-widget-content .ui-state-highlight, .ui-datepicker .ui-widget-header .ui-state-highlight {
                border: 1px solid #215dbf;
                background: #2874f0;
                color: #ffffff;
            }

        @media (max-width: 768px) {
            table.ui-datepicker-calendar thead {
                display: table-header-group;
            }

            table.ui-datepicker-calendar tbody tr {
                width: 100%;
                display: table-row;
                margin: 0;
                border: none;
                box-shadow: none;
                float: none;
            }

                table.ui-datepicker-calendar tbody tr td {
                    display: table-cell;
                    float: none;
                    width: auto;
                    font-size: 14px;
                }
        }

        .main-footer {
            width: 100%;
            display: table;
            position: relative;
            z-index: 9;
            background: #fff;
            float: left;
            padding-bottom: 10px;
        }

            .main-footer .top-bar {
                background: #EFF5FF;
                padding: 10px 0;
                width: 100%;
                position: relative;
                box-shadow: 0 0 10px rgba(0,0,0,0.26);
            }

                .main-footer .top-bar .top-bar-inner {
                    width: 100%;
                    display: flex;
                }

                    .main-footer .top-bar .top-bar-inner li i {
                        width: 56px;
                        height: 56px;
                        display: inline-block;
                        margin: 0px auto;
                        vertical-align: middle;
                        float: left;
                    }

                        .main-footer .top-bar .top-bar-inner li i.ficon1 {
                            background-position: -80px -5px;
                        }

                        .main-footer .top-bar .top-bar-inner li i.ficon2 {
                            background-position: 0px -5px;
                        }

                        .main-footer .top-bar .top-bar-inner li i.ficon3 {
                            background-position: -155px -5px;
                        }

                    .main-footer .top-bar .top-bar-inner li label {
                        color: #333333;
                        font-family: robotomedium;
                        padding-left: 20px;
                        display: inline-block;
                        font-size: 18px;
                    }

                    .main-footer .top-bar .top-bar-inner li.experts {
                        width: 45%;
                    }

                        .main-footer .top-bar .top-bar-inner li.experts ul {
                            padding: 5px 0 5px 5px;
                            display: inline-block;
                        }

                            .main-footer .top-bar .top-bar-inner li.experts ul li {
                                list-style: disc;
                                float: left;
                                margin: 0px 0px 0px 35px;
                                font-size: 15px;
                                font-family: poppins-regular;
                                color: #333333;
                            }

                    .main-footer .top-bar .top-bar-inner li.trust {
                        width: 34%;
                    }

                        .main-footer .top-bar .top-bar-inner li.trust label span {
                            font-size: 24px;
                        }

                    .main-footer .top-bar .top-bar-inner li.arn {
                        width: 20%;
                    }

                        .main-footer .top-bar .top-bar-inner li.arn span {
                            font-size: 24px;
                        }

            .main-footer .f-menu {
                padding: 25px 0;
            }

                .main-footer .f-menu .f-menu-inner {
                    width: 100%;
                    display: inline-block;
                }

                    .main-footer .f-menu .f-menu-inner .fmenu-bx {
                        width: 19%;
                        float: left;
                        padding: 0 10px;
                        margin: 0 13px 0 0;
                    }

                        .main-footer .f-menu .f-menu-inner .fmenu-bx label {
                            color: #333333;
                            font-size: 16px;
                            font-family: robotomedium;
                            display: block;
                            padding-bottom: 10px;
                        }

                        .main-footer .f-menu .f-menu-inner .fmenu-bx ul li a {
                            font-family: poppins-regular;
                            font-size: 14px;
                            line-height: 27px;
                            color: #333333;
                        }

                        .main-footer .f-menu .f-menu-inner .fmenu-bx .social-media {
                            padding-bottom: 30px;
                        }

                            .main-footer .f-menu .f-menu-inner .fmenu-bx .social-media li {
                                display: inline-block;
                            }

                                .main-footer .f-menu .f-menu-inner .fmenu-bx .social-media li a {
                                    width: 35px;
                                    height: 35px;
                                    text-indent: -2500px;
                                    display: block;
                                }

                                    .main-footer .f-menu .f-menu-inner .fmenu-bx .social-media li a.facebook {
                                        background-position: -2px -79px;
                                    }

                                    .main-footer .f-menu .f-menu-inner .fmenu-bx .social-media li a.googleplus {
                                        background-position: -40px -79px;
                                    }

                                    .main-footer .f-menu .f-menu-inner .fmenu-bx .social-media li a.linkedin {
                                        background-position: -79px -79px;
                                    }

                                    .main-footer .f-menu .f-menu-inner .fmenu-bx .social-media li a.twitter {
                                        background-position: -118px -79px;
                                    }

                                    .main-footer .f-menu .f-menu-inner .fmenu-bx .social-media li a.youtubenew {
                                        background-position: -157px -79px;
                                    }

                                    .main-footer .f-menu .f-menu-inner .fmenu-bx .social-media li a.instagram {
                                        background-position: -198px -79px;
                                    }

                        .main-footer .f-menu .f-menu-inner .fmenu-bx .install li {
                            display: inline-block;
                        }

                            .main-footer .f-menu .f-menu-inner .fmenu-bx .install li a {
                                width: 122px;
                                height: 43px;
                                text-indent: -2500px;
                                display: block;
                            }

                                .main-footer .f-menu .f-menu-inner .fmenu-bx .install li a.gplay {
                                    background-position: -2px -129px;
                                }

                                .main-footer .f-menu .f-menu-inner .fmenu-bx .install li a.astore {
                                    background-position: -147px -129px;
                                }

                    .main-footer .f-menu .f-menu-inner .aboutmenu {
                        width: 15%;
                    }

                    .main-footer .f-menu .f-menu-inner .last-child {
                        margin: 0;
                        width: 23%;
                    }

            .main-footer .f-link-inner {
                border-top: 1px solid #d1d1d1;
                border-bottom: 1px solid #d1d1d1;
                padding: 5px 0;
                display: inline-block;
                width: 100%;
            }

                .main-footer .f-link-inner .flink {
                    width: 50%;
                    float: left;
                }

                    .main-footer .f-link-inner .flink ul li {
                        display: inline-block;
                        border-right: 1px solid #d1d1d1;
                        padding: 0 8px;
                    }

                        .main-footer .f-link-inner .flink ul li a {
                            color: #222222;
                            font-family: poppins-regular;
                            font-size: 14px;
                        }

                        .main-footer .f-link-inner .flink ul li:last-child {
                            border: 0;
                        }

                .main-footer .f-link-inner .flink-right {
                    text-align: right;
                    color: #222222;
                    font-family: poppins-regular;
                    font-size: 14px;
                }

                    .main-footer .f-link-inner .flink-right a {
                        color: #222222;
                    }

            .main-footer .fund-tag .fund-tag1 {
                padding: 15px 0;
            }

                .main-footer .fund-tag .fund-tag1 ul li {
                    display: inline-block;
                }

                    .main-footer .fund-tag .fund-tag1 ul li a {
                        line-height: 25px;
                        font-size: 13px;
                        color: #333333;
                        font-family: poppins-regular;
                    }

                        .main-footer .fund-tag .fund-tag1 ul li a:after {
                            content: '';
                            border: 1px solid #b0b0b0;
                            margin: 0 6px;
                        }

                    .main-footer .fund-tag .fund-tag1 ul li:last-child a:after {
                        border: 0;
                    }

                    .main-footer .fund-tag .fund-tag1 ul li.title {
                        background: #2874F0;
                        color: #fff;
                        padding: 4px 7px;
                        margin-right: 15px;
                        font-size: 14px;
                        font-family: poppins-regular;
                        line-height: 15px;
                    }

            .main-footer .footer-bottom p {
                font-size: 12px;
                font-family: poppins-regular;
                line-height: 16px;
                color: #333333;
            }

            .main-footer .footer-call-btn {
                position: fixed;
                bottom: 40px;
                left: 20px;
                background: #fff;
                box-shadow: 0px 0px 6px #9e9e9e;
                padding: 5px;
            }

                .main-footer .footer-call-btn .button-call {
                    display: inline;
                    font-size: 17px;
                    font-family: poppins-regular;
                    color: #333;
                }

                    .main-footer .footer-call-btn .button-call span {
                        font-size: 12px;
                        font-weight: 400;
                        display: block;
                    }

                    .main-footer .footer-call-btn .button-call .call {
                        background-position: -172px 0px !important;
                        background-size: 300px !important;
                        width: 25px;
                        height: 30px;
                        margin-right: 5px;
                        float: left;
                    }

        .support-box {
            width: 60px;
            height: 60px;
            position: fixed;
            right: 30px;
            bottom: 30px;
            z-index: 9995;
            box-shadow: 0 5px 4px 0 rgba(0,0,0,0.26);
            cursor: pointer;
            border-radius: 34px 8px 34px 34px;
            color: #FFF;
            background-color: #1c4282;
            padding: 7px 10px 10px;
            display: table;
        }

            .support-box .support-content {
                position: relative;
            }

                .support-box .support-content .i-support {
                    background-position: -439px -54px !important;
                    background-size: 500px !important;
                    width: 40px;
                    height: 40px;
                    top: 0px;
                    left: 2px;
                    position: absolute;
                }

        .footer-icon {
            background: url("https://www.mysiponline.com/images/footer_sprite.png") no-repeat;
            background-size: 400px;
        }

        @media (max-width: 1024px) {
            .main-footer .top-bar .top-bar-inner li.experts {
                width: 52%;
            }

            .main-footer .top-bar .top-bar-inner li.trust {
                width: 36%;
            }

            .main-footer .top-bar .top-bar-inner li.arn {
                width: 18%;
            }

            .main-footer .f-menu .f-menu-inner .fmenu-bx {
                width: 17%;
            }

            .main-footer .f-menu .f-menu-inner .last-child {
                width: 28%;
            }

            .main-footer .f-menu .f-menu-inner .aboutmenu {
                width: 13%;
            }

            .main-footer .f-link-inner .flink {
                width: 60%;
            }

            .main-footer .f-link-inner .flink-right {
                width: 40%;
            }
        }

        @media (max-width: 768px) {
            .main-footer .top-bar .top-bar-inner li.experts {
                display: none;
            }

            .main-footer .top-bar .top-bar-inner li.trust {
                width: 50%;
            }

            .main-footer .top-bar .top-bar-inner li.arn {
                width: 40%;
            }

            .main-footer .f-menu .f-menu-inner .fmenu-bx {
                width: 23%;
            }

            .main-footer .f-menu .f-menu-inner .last-child {
                width: 40%;
                padding-top: 20px;
            }

            .main-footer .f-menu .f-menu-inner .aboutmenu {
                width: 18%;
            }

            .main-footer .f-link-inner .flink {
                width: 100%;
                text-align: left;
            }

            .main-footer .f-link-inner .flink-right {
                padding: 5px 0 0 8px;
            }
        }

        .fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
            padding: 0;
            margin: 0;
            border: 0;
            outline: none;
            vertical-align: top;
        }

        .fancybox-wrap {
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            z-index: 8020;
        }

        .fancybox-skin {
            position: relative;
            background: #f9f9f9;
            color: #444;
            text-shadow: none;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

        .fancybox-opened {
            z-index: 8030;
        }

            .fancybox-opened .fancybox-skin {
                -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
                -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
                box-shadow: 0 10px 25px rgba(0,0,0,0.5);
            }

        .fancybox-outer, .fancybox-inner {
            position: relative;
        }

        .fancybox-inner {
            overflow: hidden;
        }

        .fancybox-type-iframe .fancybox-inner {
            -webkit-overflow-scrolling: touch;
        }

        .fancybox-error {
            color: #444;
            font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
            margin: 0;
            padding: 15px;
            white-space: nowrap;
        }

        .fancybox-image, .fancybox-iframe {
            display: block;
            width: 100%;
            height: 100%;
        }

        .fancybox-image {
            max-width: 100%;
            max-height: 100%;
        }

        #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
            background-image: url(https://www.mysiponline.com/images/fancybox_sprite.png);
        }

        #fancybox-loading {
            position: fixed;
            top: 50%;
            left: 50%;
            margin-top: -22px;
            margin-left: -22px;
            background-position: 0 -108px;
            opacity: .8;
            cursor: pointer;
            z-index: 8060;
        }

            #fancybox-loading div {
                width: 44px;
                height: 44px;
                background: url(../fancybox_loading.gif) center center no-repeat;
            }

        .fancybox-close {
            position: absolute;
            top: -18px;
            right: -18px;
            width: 36px;
            height: 36px;
            cursor: pointer;
            z-index: 8040;
        }

        .fancybox-nav {
            position: absolute;
            top: 0;
            width: 40%;
            height: 100%;
            cursor: pointer;
            text-decoration: none;
            background: transparent url(https://www.mysiponline.com/images/blank.gif);
            -webkit-tap-highlight-color: transparent;
            z-index: 8040;
        }

        .fancybox-prev {
            left: 0;
        }

        .fancybox-next {
            right: 0;
        }

        .fancybox-nav span {
            position: absolute;
            top: 50%;
            width: 36px;
            height: 34px;
            margin-top: -18px;
            cursor: pointer;
            z-index: 8040;
            visibility: hidden;
        }

        .fancybox-prev span {
            left: 10px;
            background-position: 0 -36px;
        }

        .fancybox-next span {
            right: 10px;
            background-position: 0 -72px;
        }

        .fancybox-nav:hover span {
            visibility: visible;
        }

        .fancybox-tmp {
            position: absolute;
            top: -99999px;
            left: -99999px;
            max-width: 99999px;
            max-height: 99999px;
            overflow: visible !important;
        }

        .fancybox-lock {
            overflow: visible !important;
            width: auto;
        }

            .fancybox-lock body {
                overflow: hidden !important;
            }

        .fancybox-lock-test {
            overflow-y: hidden !important;
        }

        .fancybox-overlay {
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            display: none;
            z-index: 8010;
            background: url(https://www.mysiponline.com/images/fancybox_overlay.png);
        }

        .fancybox-overlay-fixed {
            position: fixed;
            bottom: 0;
            right: 0;
        }

        .fancybox-lock .fancybox-overlay {
            overflow: auto;
            overflow-y: scroll;
        }

        .fancybox-title {
            visibility: hidden;
            font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
            position: relative;
            text-shadow: none;
            z-index: 8050;
        }

        .fancybox-opened .fancybox-title {
            visibility: visible;
        }

        .fancybox-title-float-wrap {
            position: absolute;
            bottom: 0;
            right: 50%;
            margin-bottom: -35px;
            z-index: 8050;
            text-align: center;
        }

            .fancybox-title-float-wrap .child {
                display: inline-block;
                margin-right: -100%;
                padding: 2px 20px;
                background: transparent;
                background: rgba(0,0,0,0.8);
                -webkit-border-radius: 15px;
                -moz-border-radius: 15px;
                border-radius: 15px;
                text-shadow: 0 1px 2px #222;
                color: #FFF;
                font-weight: 700;
                line-height: 24px;
                white-space: nowrap;
            }

        .fancybox-title-outside-wrap {
            position: relative;
            margin-top: 10px;
            color: #fff;
        }

        .fancybox-title-inside-wrap {
            padding-top: 10px;
        }

        .fancybox-title-over-wrap {
            position: absolute;
            bottom: 0;
            left: 0;
            color: #fff;
            padding: 10px;
            background: #000;
            background: rgba(0,0,0,0.8);
        }

        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
            #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
                background-image: url(https://www.mysiponline.com/images/fancybox_sprite@2x.png);
                background-size: 44px 152px;
            }

                #fancybox-loading div {
                    background-image: url(../fancybox_loading@2x.gif);
                    background-size: 24px 24px;
                }
        }

        .fix-custombtn {
            position: fixed;
            top: 140px;
            background: url(https://www.mysiponline.com/images/footer_sprite.png) -333px -105px no-repeat;
            right: 0;
            height: 100px;
            z-index: 999;
            width: 77px;
        }

            .fix-custombtn img {
                max-width: 100%;
            }

        .fix-custombtn1 {
            position: fixed;
            top: 140px;
            background: url(https://www.mysiponline.com/images/footer_sprite.png) -420px -105px no-repeat;
            right: 0;
            height: 100px;
            z-index: 999;
            width: 77px;
        }

            .fix-custombtn1 img {
                max-width: 100%;
            }

        .reg-call {
            width: 450px;
            padding: 15px;
            text-align: center;
            font-family: robotolight;
        }

            .reg-call p {
                font-size: 13px;
                color: #000;
                font-weight: 300;
                line-height: 20px;
            }

            .reg-call .number {
                font-size: 19px;
                color: #000;
                position: relative;
                padding: 15px 0px;
            }

                .reg-call .number:before {
                    background: url(https://www.mysiponline.com/images/sprite.png) -32px -29px no-repeat;
                    content: '';
                    width: 26px;
                    height: 26px;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 10px;
                }

            .reg-call i {
                background: #fbc3b8;
                font-size: 10px;
                width: 25px;
                height: 25px;
                display: block;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                -khtml-border-radius: 50%;
                border-radius: 50%;
                line-height: 28px;
                font-style: normal;
                margin: auto;
                position: relative;
                z-index: 9;
            }

            .reg-call hr {
                margin: 0px;
                border-top: 1px solid #d2d2d2;
                border-bottom: 1px solid #fff;
                height: 0px;
                margin-top: -13px;
            }

            .reg-call span {
                font-size: 20px;
                display: block;
                padding: 21px 0px 5px;
                color: #f34e2e;
            }

            .reg-call .form-control, .reg-call .reg-call .selector {
                border-radius: 4px;
                box-sizing: border-box;
                float: left;
                width: 48%;
                background: #fff;
                height: 37px;
                padding: 5px 10px;
                border: 1px solid #cecdcd;
                margin: 12px 0 0;
                color: #000;
                outline: none;
                margin: 10px 1% 0px;
            }

                .reg-call .form-control.placeholder, .reg-call .reg-call .selector.placeholder {
                    font-size: 13px;
                    color: #919191;
                    font-weight: 300;
                }

                .reg-call .form-control:-moz-placeholder, .reg-call .reg-call .selector:-moz-placeholder {
                    font-size: 13px;
                    color: #9e9c9c;
                    font-weight: 300;
                }

                .reg-call .form-control::-moz-placeholder, .reg-call .reg-call .selector::-moz-placeholder {
                    font-size: 13px;
                    color: #9e9c9c;
                    font-weight: 300;
                }

                .reg-call .form-control:-ms-input-placeholder, .reg-call .reg-call .selector:-ms-input-placeholder {
                    font-size: 13px;
                    color: #9e9c9c;
                    font-weight: 300;
                }

                .reg-call .form-control::-webkit-input-placeholder, .reg-call .reg-call .selector::-webkit-input-placeholder {
                    font-size: 13px;
                    color: #919191;
                    font-weight: 300;
                }

            .reg-call textarea.form-control {
                width: 98%;
                height: 60px;
            }

            .reg-call .type-selact-pop {
                font-size: 13px;
                color: #919191;
                font-weight: 300;
            }

            .reg-call .selector {
                width: 48% !important;
                padding: 0;
                height: 30px !important;
            }

                .reg-call .selector span {
                    background: url(https://www.mysiponline.com/images/common-select-arrow.png) no-repeat center right;
                    width: 92% !important;
                    padding: 6px 4% 2px;
                    font-size: 13px;
                    color: #919191;
                    font-weight: 300;
                }

                .reg-call .selector select {
                    height: 30px !important;
                }

            .reg-call .orange-btn {
                border: 0;
                text-transform: uppercase;
                margin: 12px 0 0;
                border-radius: 5px;
                padding: 5px 30px;
                background: #ec5d3f;
                color: #fff;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

                .reg-call .orange-btn:hover {
                    background: #38b33c;
                }

            .reg-call .red-placeholder {
                border: 1px solid #f00 !important;
            }

                .reg-call .red-placeholder.placeholder {
                    color: #f00;
                }

                .reg-call .red-placeholder:-moz-placeholder {
                    color: #f00;
                }

                .reg-call .red-placeholder::-moz-placeholder {
                    color: #f00;
                }

                .reg-call .red-placeholder:-ms-input-placeholder {
                    color: #f00;
                }

                .reg-call .red-placeholder::-webkit-input-placeholder {
                    color: #f00;
                }

            .reg-call .request-success {
                color: #00be0d;
            }

            .reg-call form span.error {
                display: none;
            }

            .reg-call .form-control.error {
                border-bottom: 1px solid red !important;
            }

        .fix-custombtn-new {
            position: fixed;
            bottom: 40px;
            background: #fff;
            right: -6px;
            height: 70px;
            z-index: 999;
            border: 1px solid #e1e0e0;
            width: 268px;
            padding: 5px;
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
            border-radius: 3px;
        }

            .fix-custombtn-new .callbck-icon {
                background: url("https://www.mysiponline.com/images/call.gif");
                height: 55px;
                width: 55px;
                border-radius: 50%;
                background-size: cover;
                position: absolute;
                top: 8px;
            }

            .fix-custombtn-new h3 {
                font-size: 18px;
                font-family: robotomedium;
                color: #303030;
                padding-left: 55px;
            }

            .fix-custombtn-new p {
                font-family: robotolight;
                font-size: 13px;
                color: #5f5f5f;
                line-height: 14px;
                padding-left: 55px;
            }

        @media (max-width: 1024px) {
            .fix-custombtn, .fix-custombtn1 {
                top: 320px;
            }
        }

        #req_call {
            max-width: 100% !important;
        }

        .req-call-bck .title {
            background: #2874f0;
            padding: 9px 0;
        }

            .req-call-bck .title h3 {
                color: #fff;
                text-align: center;
                font-size: 21px;
                font-family: robotomedium;
            }

        .req-call-bck .sub-title {
            padding: 10px 0 20px;
        }

            .req-call-bck .sub-title p {
                font-size: 13px;
                text-align: center;
                line-height: 15px;
                font-family: robotolight;
            }

        .req-call-bck .req_call_back_Form {
            padding: 0 30px;
        }

            .req-call-bck .req_call_back_Form .form-group {
                margin-bottom: 20px;
                position: relative;
            }

                .req-call-bck .req_call_back_Form .form-group .error {
                    border-bottom: none !important;
                }

                .req-call-bck .req_call_back_Form .form-group i {
                    width: 16px;
                    height: 16px;
                    position: absolute;
                    top: 4px;
                    background-size: 500px;
                }

                    .req-call-bck .req_call_back_Form .form-group i.name {
                        background-position: -15px -144px;
                    }

                    .req-call-bck .req_call_back_Form .form-group i.email {
                        background-position: -47px -144px;
                    }

                    .req-call-bck .req_call_back_Form .form-group i.phone {
                        background-position: -80px -144px;
                    }

                    .req-call-bck .req_call_back_Form .form-group i.arrow {
                        background-position: -180px -150px;
                        left: 70px;
                        width: 12px;
                        height: 12px;
                        top: 8px;
                    }

                    .req-call-bck .req_call_back_Form .form-group i.date {
                        background-position: -119px -146px;
                    }

                    .req-call-bck .req_call_back_Form .form-group i.time {
                        background-position: -152px -144px;
                    }

                    .req-call-bck .req_call_back_Form .form-group i.message {
                        background-position: -198px -144px;
                    }

                .req-call-bck .req_call_back_Form .form-group textarea {
                    height: 40px;
                }

                .req-call-bck .req_call_back_Form .form-group .input-box {
                    width: 100%;
                    background: none;
                    border: none;
                    border-bottom: 1px solid #d4d4d4;
                    font-size: 14px;
                    line-height: 26px;
                    padding-left: 20px;
                    font-family: robotolight;
                    color: #222;
                }

                    .req-call-bck .req_call_back_Form .form-group .input-box:focus {
                        outline: none;
                        border-bottom: 1px solid #9e9e9e;
                    }

                    .req-call-bck .req_call_back_Form .form-group .input-box:hover {
                        -webkit-appearance: none;
                    }

                .req-call-bck .req_call_back_Form .form-group ::-webkit-input-placeholder {
                    color: #a0a0a0;
                }

                .req-call-bck .req_call_back_Form .form-group select:required:invalid {
                    color: #b6b6b6;
                }

                .req-call-bck .req_call_back_Form .form-group option[value=""][disabled] {
                    display: none;
                }

                .req-call-bck .req_call_back_Form .form-group option {
                    color: #333;
                }

                .req-call-bck .req_call_back_Form .form-group .select-code {
                    width: 25% !important;
                    -webkit-appearance: none;
                    background: none;
                }

                .req-call-bck .req_call_back_Form .form-group .phone-box {
                    width: 70%;
                    padding-left: 10px;
                    margin-left: 14px;
                }

                .req-call-bck .req_call_back_Form .form-group label {
                    padding-left: 20px;
                    font-size: 14px;
                    color: #343434;
                    font-family: robotolight;
                }

                .req-call-bck .req_call_back_Form .form-group ::-webkit-input-placeholder {
                    color: #a0a0a0;
                }

                .req-call-bck .req_call_back_Form .form-group .label-box {
                    padding: 5px 0 0;
                }

                .req-call-bck .req_call_back_Form .form-group ul {
                    padding-top: 10px;
                }

                    .req-call-bck .req_call_back_Form .form-group ul li {
                        display: inline-block;
                        background: #f6f6f6;
                        outline: 1px solid #dedede;
                        border: 2px solid transparent;
                        font-size: 12px;
                        padding: 5px;
                        color: #595959;
                        cursor: pointer;
                    }

                        .req-call-bck .req_call_back_Form .form-group ul li:hover, .req-call-bck .req_call_back_Form .form-group ul li.active {
                            border: 2px solid #2874f0;
                            outline: 1px solid transparent;
                        }

                .req-call-bck .req_call_back_Form .form-group .btn {
                    background: #2874f0;
                    color: #fff;
                    font-family: poppins-regular;
                    padding: 6px 15px;
                    border: none;
                    font-size: 18px;
                    margin: 10px 0;
                    display: inline-block;
                    box-shadow: 0 2px 7px rgba(0,0,0,0.35);
                }

        .req-call-bck .my-h2-tag {
            padding: 10px;
            background: #fff;
            color: #0C9715;
            text-align: center;
            font-size: 20px;
            font-family: poppins-regular;
        }

        .req-call-bck .msg {
            padding: 20px;
            font-size: 15px;
            font-family: poppins-regular;
            color: #333;
            line-height: 20px;
            text-align: center;
        }

        .req-call-bck .thanku-btn {
            margin: 10px 0 40px 0;
            text-align: center;
        }

            .req-call-bck .thanku-btn .blue-btn {
                background: #2874f0;
                color: #fff;
                padding: 6px 35px;
                border-radius: 3px;
                font-size: 16px;
                font-family: poppins-regular;
            }

        .ui-datepicker {
            z-index: 9999 !important;
            width: 260px;
        }

            .ui-datepicker table.ui-datepicker-calendar {
                width: 100%;
            }

        .ui-widget-content {
            overflow: hidden;
            display: none;
        }

        .testimonial-blog {
            background: #f7f7f7;
            padding: 50px 0;
            display: block;
            overflow: hidden;
        }

            .testimonial-blog .test-slides, .testimonial-blog .newslide {
                overflow: inherit !important;
                position: relative;
            }

                .testimonial-blog .test-slides .slidesjs-container, .testimonial-blog .newslide .slidesjs-container {
                    background: #fff;
                    margin: 30px 0;
                    box-shadow: 0px 0px 24px 4px rgba(0,0,0,0.07);
                    z-index: 9;
                }

                .testimonial-blog .test-slides .slidesjs-navigation, .testimonial-blog .newslide .slidesjs-navigation {
                    background: url(https://www.mysiponline.com/images/home.png) no-repeat;
                    background-size: 300px;
                    text-indent: -100px;
                    display: block;
                    position: absolute;
                    width: 25px;
                    height: 25px;
                    overflow: hidden;
                    top: -40px;
                }

                .testimonial-blog .test-slides .slidesjs-previous, .testimonial-blog .newslide .slidesjs-previous {
                    background-position: 3px -93px;
                    right: 35px;
                }

                .testimonial-blog .test-slides .slidesjs-next, .testimonial-blog .newslide .slidesjs-next {
                    background-position: -23px -93px;
                    right: 5px;
                }

                .testimonial-blog .test-slides .slidesjs-stop, .testimonial-blog .test-slides .slidesjs-play, .testimonial-blog .newslide .slidesjs-stop, .testimonial-blog .newslide .slidesjs-play {
                    display: none !important;
                }

            .testimonial-blog .testimonial-inner {
                width: 40%;
                float: left;
                margin-right: 20px;
            }

                .testimonial-blog .testimonial-inner .section-heading {
                    color: #3a3a3a;
                    font-size: 30px;
                    font-family: poppins-regular;
                    display: block;
                    margin: 5px 0px;
                }

                    .testimonial-blog .testimonial-inner .section-heading:after {
                        content: '';
                        width: 70px;
                        height: 3px;
                        background: #296ad4;
                        display: block;
                        position: absolute;
                        margin: 5px 0;
                    }

                .testimonial-blog .testimonial-inner .client {
                    padding: 25px;
                }

                    .testimonial-blog .testimonial-inner .client ::-webkit-scrollbar {
                        width: 2px;
                    }

                    .testimonial-blog .testimonial-inner .client ::-webkit-scrollbar-track {
                        background: #f1f1f1;
                    }

                    .testimonial-blog .testimonial-inner .client ::-webkit-scrollbar-thumb {
                        background: #888;
                    }

                        .testimonial-blog .testimonial-inner .client ::-webkit-scrollbar-thumb:hover {
                            background: #555;
                        }

                    .testimonial-blog .testimonial-inner .client span {
                        font-size: 14px;
                        font-family: poppins-regular;
                        line-height: 20px;
                        color: #5f5f5f;
                        height: 142px;
                        overflow: auto;
                        display: inline-block;
                    }

                    .testimonial-blog .testimonial-inner .client .client-name {
                        display: block;
                        font-size: 16px;
                        color: #125bb1;
                        margin-top: 15px;
                        font-family: poppins-regular;
                        font-style: normal;
                        line-height: 22px;
                    }

                        .testimonial-blog .testimonial-inner .client .client-name:after {
                            content: '';
                            background: url(https://www.mysiponline.com/images/home.png) no-repeat;
                            background-size: 500px;
                            background-position: -99px -153px;
                            display: block;
                            position: absolute;
                            width: 45px;
                            height: 45px;
                            bottom: 10px;
                            right: 20px;
                        }

            .testimonial-blog .blog-inner-full {
                width: 100% !important;
            }

            .testimonial-blog .blog-inner {
                width: 55%;
                float: right;
                height: 330px;
            }

                .testimonial-blog .blog-inner .section-heading {
                    color: #3a3a3a;
                    font-size: 30px;
                    font-family: poppins-regular;
                    display: block;
                    margin: 5px 0px;
                }

                    .testimonial-blog .blog-inner .section-heading:after {
                        content: '';
                        width: 70px;
                        height: 3px;
                        background: #296ad4;
                        display: block;
                        position: absolute;
                        margin: 5px 0;
                    }

                .testimonial-blog .blog-inner .slidesjs-container {
                    background: none;
                    margin: 30px 0;
                    box-shadow: none;
                }

                .testimonial-blog .blog-inner .newslide .blog {
                    width: 100%;
                }

                    .testimonial-blog .blog-inner .newslide .blog .blog1 {
                        width: 48%;
                        float: left;
                        margin-right: 20px;
                        cursor: pointer;
                    }

                        .testimonial-blog .blog-inner .newslide .blog .blog1 a img {
                            max-width: 100%;
                        }

                    .testimonial-blog .blog-inner .newslide .blog .blog2 {
                        width: 48%;
                        float: right;
                        cursor: pointer;
                    }

                        .testimonial-blog .blog-inner .newslide .blog .blog2 a img {
                            max-width: 100%;
                        }

                    .testimonial-blog .blog-inner .newslide .blog .full-page-blog {
                        width: 24%;
                        float: left;
                        margin: 30px 15px 0 0;
                    }

                        .testimonial-blog .blog-inner .newslide .blog .full-page-blog a img {
                            max-width: 100%;
                        }

                        .testimonial-blog .blog-inner .newslide .blog .full-page-blog:last-child {
                            margin-right: 0;
                        }

                    .testimonial-blog .blog-inner .newslide .blog p {
                        font-size: 15px;
                        color: #333333;
                        padding-top: 15px;
                    }

        @media (max-width: 1024px) {
            .main-sip-box .more-option ul li {
                margin: 0 20px 10px 0 !important;
            }

            .testimonial-blog .blog-inner {
                height: 260px;
            }

                .testimonial-blog .blog-inner .newslide .blog .full-page-blog {
                    width: 23%;
                }

                .testimonial-blog .blog-inner .newslide .blog a img {
                    height: 135px;
                }

                .testimonial-blog .blog-inner .newslide .blog p {
                    line-height: 16px;
                    font-size: 13px;
                }
        }

        @media (max-width: 768px) {
            .testimonial-blog .blog-inner .section-heading {
                font-size: 24px;
            }

            .testimonial-blog .blog-inner .newslide .blog .blog1 {
                margin-right: 10px;
            }

            .testimonial-blog .testimonial-inner .section-heading {
                font-size: 24px;
            }

            .testimonial-blog .testimonial-inner .client span {
                height: 70px;
            }
        }

        ::-webkit-scrollbar {
            width: 2px;
        }

        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        ::-webkit-scrollbar-thumb {
            background: #888;
        }

            ::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

        .searchbox {
            position: absolute;
            top: 64px;
            z-index: 99;
            width: 400px;
            margin: 0 auto;
            left: 38%;
            border: 1px solid #c5c5c5;
            background: #ffffff;
            box-shadow: 0 0 5px rgba(0,0,0,0.2);
            max-height: 300px;
            overflow: auto;
        }

            .searchbox li {
                font-weight: 400;
                display: block;
                padding: 0px;
                border-bottom: none;
                -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
                transition: opacity 0.2s, -webkit-transform 0.2s;
                transition: transform 0.2s, opacity 0.2s;
                transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
                position: relative;
                overflow: hidden;
            }

                .searchbox li:before {
                    content: '';
                    height: 12px;
                    width: 18px;
                    position: absolute;
                    font-family: GTAmerica-Regular;
                    left: 7px;
                    margin-top: 16px;
                    background-repeat: no-repeat;
                    background-size: contain;
                    background-image: url(https://www.mysiponline.com/images/web-search.svg);
                }

                .searchbox li a {
                    padding: 10px 10px 10px 35px;
                    text-decoration: none;
                    color: #717171;
                    display: block;
                    font-size: 14px;
                }

                .searchbox li:hover {
                    background: #f7f7f7;
                }

        @media (max-width: 1440px) {
            .searchbox {
                left: 36.8%;
            }
        }

        @media (max-width: 1280px) {
            .searchbox {
                left: 35%;
            }
        }

        @media (max-width: 1024px) {
            .searchbox {
                left: 27%;
            }
        }

        @media (max-width: 768px) {
            .searchbox {
                left: 34.5%;
            }
        }

        html {
            scroll-behavior: smooth;
        }
        /*# sourceMappingURL=mutual-fund-new.css.map */
    </style>