/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
body {
    color: #333;
    font-size: 16px;
    line-height: 1.4;
    font-family: "AvenirNextLTPro-Regular", Helvetica, Arial, sans-serif;
    font-weight: 500;
	
	overflow-y: scroll;

}

@font-face {
    font-family: 'FontAwesome';
    src: url('../font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'FontAwesome';
    src: url('../font-awesome/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font-awesome/fonts/FontAwesome.otf') format('opentype'), url('../font-awesome/fonts/fontawesome-webfont.woff') format('woff'), url('../font-awesome/fonts/fontawesome-webfont.ttf') format('truetype'), url('../font-awesome/fonts/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lock:before {
    content: "\f023";
}

.fa-phone:before {
    content: "\f095";
}

.fa-user:before {
    content: "\f007";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-desktop {
    display: none;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

        .mobileappbanner{display:none;}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   Author's default styles
   ========================================================================== */

a:hover,
a:active,
a:focus,
a:active:focus,
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    text-decoration: none;
    outline: none;
    border: none;
    transition: all 0.25s ease-in-out 0s;
}

.hero-section .click-me:hover,
.hero-section .click-me:focus,
.hero-section .click-me:active,
.hero-section .click-me:active:focus {
    text-decoration: none;
    outline: none;
    border-bottom: 55px solid #24b567;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    transition: all 0.25s ease-in-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    color: black;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: -.02em;
}

h3 {
    color: black;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
}

h4 {
    color: #535b62;
    font-family: "AvenirNextLTPro-Regular", Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
}

h5 {
    color: #0074bf;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

blockquote::after {
    background-color: red;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    width: 125px;
}

blockquote {
    border-left: medium none;
    color: #fc5441;
    font-size: 1.75rem;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 80%;
}

ul.list-style li {
    list-style: none;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.no-margin {
    margin: 0;
}

.no-margin-left {
    margin-left: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.no-border {
    border: 0 none;
}

.no-border-radius {
    border-radius: 0;
}

.bg-transparent {
    background-color: transparent;
}

.section-control {
    display: table;
    width: 100%;
}

.cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.vertical-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.center-center {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
}

.transition {
    transition: all 0.25s ease-in-out 0s;
}

.navbar-toggle.collapsed .top-bar {
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.top-bar {
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10% 0;
    -ms-transform-origin: 10% 10% 0;
    transform-origin: 10% 10% 0;
}

.middle-bar {
    opacity: 0;
}

.bottom-bar {
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90% 0;
    -ms-transform-origin: 10% 90% 0;
    transform-origin: 10% 90% 0;
}

.header--fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}

.headroom {
    transition: -webkit-transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
}

.headroom--pinned {
    -webkit-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    transform: translateY(-0%);
}

.headroom--unpinned {
    -webkit-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    transform: translateY(-0%);
}

.btn {
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    padding: 10px 30px;
    border-radius: 30px;
    border: none;
}

.btn-large {
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 30px;
}

.btn-medium {
    font-size: 15px;
}

.btn-success {
    background-color: #00b050;
    color: white;
}

.btn-success:hover {
    background-color: #14A929;
    color: white;
}

.btn-success:active:focus,
.btn-success:focus,
.btn-success:active,
.btn-success:active:hover,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    background-color: #14A929;
    color: white;
}

.bannertext{position: relative;
	
	
	left: 20%;
top: 40%; 
	
	-ms-transform: translate (50%, 50%);
	
	}

.bannertext h1 {    font-size: 3.10rem;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px; color: #fed301; }

.bannertext h2 {color: #ffffff;  font-size: 3.10rem;}

.bannertext span {color: #ffffff;}

.bannertext .spanbottom { position:absolute; top:200px; font-family:Helvetica, Arial, sans-serif; }
.bannertext .spanbottom a {  color: #fff; }

.spanbottommobile { display: none;}

.spanbottommobile a {  color: #fff; }


.normal-form .nl-form button.btn-primary {
    background-color: #0554a1;
    color: white;
}

.btn-primary {
    background-color: #0554a1;
    color: white;
}

.btn-primary:hover {
    background-color: #156dc2;
    color: white;
}

.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    background-color: #156dc2;
    color: white;
}

.btn-default {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.btn-default:hover {
    background-color: rgba(255, 255, 255, .2);
    color: white;
    border: 2px solid white;
}

.btn-default:active:focus,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    background-color: rgba(255, 255, 255, .2);
    color: white;
    border: 2px solid white;
}

.btn-default.blue-default:hover {
    background-color: rgba(5, 84, 161, 0.05);
}

.btn-default.blue-default:active:focus,
.btn-default.blue-default:focus,
.btn-default.blue-default:active,
.btn-default.blue-default:active:hover,
.btn-default.blue-default:active.focus,
.btn-default.blue-default.active:hover,
.btn-default.blue-default.active:focus,
.btn-default.blue-default.active.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    background-color: rgba(5, 84, 161, 0.05);
}

.btn-filled {
    background-color: white;
    color: #00b050;
    border: 2px solid white;
}

.btn-filled:hover {
    background-color: white;
    color: #00b050;
    border: 2px solid white;
}

.btn-filled:active:focus,
.btn-filled:focus,
.btn-filled:active,
.btn-filled:active:hover,
.btn-filled:active.focus,
.btn-filled.active:hover,
.btn-filled.active:focus,
.btn-filled.active.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    background-color: white;
    color: #00b050;
    border: 2px solid white;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.lead {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 15px;
    letter-spacing: -.02em;
}

.bg-white {
    background-color: white;
}

.section-space {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.section-space-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.padding-xtra {
    padding-left: 30px;
    padding-right: 30px;
}

a {
    //     font-size: 10px;
    // font-weight: 700;
    // line-height: 18px;
    // text-transform: uppercase;
}


/*Header*/

header {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 1px 1.7px 21px rgba(56, 56, 56, 0.1);
}

.ios-icon {
    fill: #0554a1;
    fill-rule: evenodd;
}

.android-icon {
    fill: #0554a1;
    fill-rule: evenodd;
}

.desktoptel{
    display:block!important; 
    padding-top: 5px;
}

.mobiletel{
    display:none!important;
}

.phone-chat li.play-store-logo {
    padding-left: 0;
}

.play-store-logo ul li {
    margin-right: 10px;
}

.play-store-logo ul li:last-child {
    margin-right: 0;
}

.play-store-logo ul li,
.play-store-logo ul {
    float: left;
}

.play-store-logo ul {
    float: right;
    margin-right: 25px;
    margin-top: 4px;
    margin-bottom: 0;
}

.play-store-logo a {
    padding: 0;
    width: 26px;
}

.play-store-logo .btn-default.blue-default {
    margin-top: 0;
}

.play-store-logo a svg {
    width: 15px;
}

.navbar-nav>li>a {
    padding: 0;
    color: #666;
    font-size: 15px;
    // font-weight: 700;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
    color: #0554a1;
}

.navbar-nav {
    margin-left: 2rem;
    margin-top: 10px;
}

.navbar-nav li {
    margin-right: 27px;
}

.navbar-nav li:last-child {
    margin-right: 0;
}

.navbar-nav li:last-child a {
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.navbar {
    min-height: 40px;
}

.navbar-header h1 {
    margin-left: 30px;
}

.navbar-header h1,
.navbar-brand {
    width: 188px;
    padding: 0;
    height: 39px;
}

.navbar-brand {
    background-image: url("https://d3371sz2atf3uv.cloudfront.net/uiassets/images_sep/logo.png");
    background-repeat: no-repeat;
    margin: 0px 0 0 0;
}

.stylish-navbar {
    width: 100%;
}

.primary-nav {
    float: left;
}

.fa-power-off,
.btn-dashboard,
.btn-signup,
.phone-chat {
    float: right;
}

.fa-power-off {
    font-size: 1rem;
}

.phone-chat {
    margin-top: 4px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.phone-chat li {
    margin-right: 20px;
    position: relative;
    min-height: 24px;
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.phone-chat li a {
    display: block;
    color: #0554a1;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: .03em;
}

.phone-icon {
    background-image: url("https://www.fundsindia.com/images_sep/svg/icon-phone.svg");
    font-size: 13px;
}

.chat-icon {
    background-image: url("https://www.fundsindia.com/images_sep/svg/icon-chat.svg");
    font-size: 15px;
}

.btn-signup {
    padding: 8px 22px;
}

.btn-power-icon {
    padding: 6px 8px;
    border-radius: 50%;
    text-align: center;
    float: right;
    margin-right: 30px;
    margin-top: 4px;
}

.btn-signup {
    margin-top: 2px;
    margin-right: 45px;
}

.btn-dashboard {
    margin-top: 2px;
    margin-right: 10px;
}

.btn-dashboard {
    padding: 6px 17px;
}

// .navbar-nav a::before {
//     content: '';
//     height: 2px;
//     background: #0554a1;
//     position: absolute;
//     -webkit-transform: scale3d(0, 1, 1);
//     transform: scale3d(0, 1, 1);
//     -webkit-transition: -webkit-transform 0.5s;
//     transition: -webkit-transform 0.5s;
//     transition: transform 0.5s;
//     transition: transform 0.5s, -webkit-transform 0.5s;
//     left: 0;
//     right: 0;
//     -webkit-transform-origin: 0 50%;
//     transform-origin: 0 50%;
//     bottom: 0;
// }
// .navbar-nav a:hover::before {
//     -webkit-transform: scale3d(1, 1, 1);
//     transform: scale3d(1, 1, 1);
// }
.head-top {
    margin-top: 80px;
    position: relative;
}


.click-me {
    position: absolute;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

.hero-section .click-me {
    bottom: 0;
    border-bottom: 55px solid #24b567;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    padding: 0 30px;
}

.hero-section .click-me svg {
    margin-left: 6px;
}

.hero-section .click-me span {
    display: block;
    top: 43px;
    position: relative;
    color: white;
    font-size: 20px;
}


/*#trapezoid {
    height: 0;
    width: 100px;
}*/


/*hero-section*/

.hero-section {
    height: calc(100vh - 80px);
    width: 100%;
    background: url("https://www.fundsindia.com/images_sep/bg-hero-banner.jpg");
    background-size: cover;
    position: relative;
}

.normal-form,
.natural-form {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

.natural-form {
    max-width: 700px;
}

// .normal-form {
//     max-width: 650px;
// }
.normal-form{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mutual-funds-inner {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.mutual-funds-features {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    background-image: url(../images_sep/feature-bg.png);
    background-repeat: repeat-y;
    width: 50%;
}

.mutual-funds-features a:hover,
.mutual-funds-features a:focus,
.mutual-funds-features a:focus:active,
.mutual-funds-features a:active,
.mutual-funds-features a:active:focus,
.mutual-funds-features a:active:hover {
    color: white;
    opacity: .8;
}

.normal-form span {
    display: block;
    text-align: center;
    color: #424341;
    font-size: 1.2rem;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.login .btn-success,
.natural-form .btn-primary {
    color: white;
    font-size: 1.4375rem;
    font-weight: 500;
    padding: 10px 30px;
    margin-top: 40px;
}

.login .btn-success {
    font-size: 16px;
    margin-top: 25px;
}

.login p {
    background: rgba(32, 189, 190, 0.85) none repeat scroll 0 0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: white;
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
}

.login > p > svg {
    width: 14px;
}

.login .input {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
    font-size: 15px;
    font-family: "AvenirNextLTPro-Regular", Helvetica, sans-serif;
}

.free-icon {
    width: 88px;
    height: 88px;
    background-image: url("../images_sep/img-free-form.png");
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: -45px;
    color: white;
    font-size: 14px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 20px 12px;
    line-height: 1.2;
}

.login .input:last-child {
    margin-bottom: 0;
}

.login .input span {
    position: absolute;
    display: block;
    color: #fff;
    left: 10px;
    top: 2px;
    font-size: 20px;
}

.login .input input {
    width: 100%;
    border: 0;
    display: block;
    padding: 8px 5px 8px 40px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    transition: 0.2s ease-out;
    color: #192a71;
    background-color: transparent;
    box-shadow: none;
}

.input .fa {
    font-size: 16px;
}

.login .input input:focus {
    padding: 8px 5px 8px 10px;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #fff;
}

.login fieldset {
    width: 83%;
    margin-left: auto;
    margin-right: auto;
}

.next-arrow {
    fill: #fff;
    fill-rule: evenodd;
}

.info-title h2 {
    font-size: 2.25rem;
}

.normal-form svg {
    margin-left: 20px;
}

.natural-form h2,
.natural-form p,
.normal-form p,
.normal-form h2 {
    color: #0554a1;
    text-align: center;
}

.natural-form p,
.normal-form h2 {
    font-size: 2.25rem;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
}

.natural-form.info-title h2 {
    font-size: 1.5rem;
}

.natural-form h2,
.normal-form p {
    font-size: 2.25rem;
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.natural-form h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.natural-form p {
    font-size: 18px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.nl-form {
    opacity: 0.9;
    font-size: 1.375rem;
    color: #32754f;
    font-weight: 400;
    text-align: center;
    position: relative;
    line-height: 1.8;
}

.nl-form p:last-of-type {
    margin-bottom: 10px;
}

.nl-form > p > span {
    text-decoration: line-through;
}

.nl-field-toggle:hover,
.nl-form input:hover,
.nl-form select:hover,
.nl-field-toggle:active,
.nl-field-toggle:focus,
.nl-field-toggle:focus:active,
.nl-field-toggle:active:focus,
.nl-field-toggle,
.nl-form input,
.nl-form select {
    color: #184e2f;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    cursor: pointer;
    border-bottom: 1px solid #184e2f;
}

.nl-ti-text ul li.nl-ti-input input {
    width: 100%;
    padding: 0 15px;
    border-bottom: none;
    color: #0554a1;
    font-size: 30px;
    font-weight: 500;
}

.nl-ti-text ul li.nl-ti-example em {
    color: #0554a1;
}

.nl-field.nl-field-open ul {
    background-color: white;
    padding: 15px 0;
}

.nl-ti-text ul {
    min-width: 18em;
    padding: 0 !important;
}

.nl-ti-text ul li.nl-ti-input input::-webkit-input-placeholder,
.nl-ti-text ul li.nl-ti-input input:-ms-input-placeholder,
.nl-ti-text ul li.nl-ti-input input:-moz-placeholder,
.nl-ti-text ul li.nl-ti-input input::-moz-placeholder {
    color: #0554a1;
}

.nl-dd ul li.nl-dd-checked {
    color: #0554a1;
}

.nl-dd ul li {
    padding: 4px 20px !important;
    margin-bottom: 0;
    color: #0554a1;
    font-size: 18px;
}

.no-touch .nl-dd ul li:hover {
    background-color: transparent;
}

.nl-dd ul li:last-child {
    margin-bottom: 0;
}

.nl-ti-text ul li.nl-ti-example {
    font-size: 90%;
    color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.nl-field ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.help-btn {
    background-color: #17c988;
    border: 3px solid rgba(255, 255, 255, 0.5);
    position: fixed;
    bottom: 30px;
    right: 60px;
    border-radius: 30px;
    padding: 10px 18px;
    font-size: 16px;
    color: white;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: .04em;
    cursor: pointer;
}

.help-btn svg {
    margin-top: -4px;
    margin-right: 4px;
}

.btn-success > svg {
    margin-top: -6px;
    margin-right: 6px;
}

.help-icon {
    fill: #fff;
    fill-rule: evenodd;
}

.secure-signup-icon {
    fill: #fff;
    fill-rule: evenodd;
}

.secure-signup {
    height: 15px;
    color: white;
    font-family: "Avenir Next LT Pro";
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    display: table;
    width: 100%;
    text-align: center;
}

.secure-signup svg {
    margin-top: -6px;
}

.login {
    text-align: center;
    position: absolute;
    right: 0;
    width: 300px;
    padding-bottom: 30px;
    background: rgba(58, 188, 187, 0.55) none repeat scroll 0 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*Natural form*/

.nl-form {
    margin-top: 0;
}

.natural-form {
    height: 100%;
}


/*mutual-funds*/

.mutual-funds {
    width: 100%;
    background: url("../images_sep/bg-mutual.jpg");
    background-size: cover;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.mutual-funds-left {
    margin-left: auto;
    display: block;
    max-width: 660px;
    padding-left: 30px;
    padding-right: 30px;
}

.mutual-funds-left .launch-modal {
    padding-top: 15px;
    padding-bottom: 15px;
}

.mutual-funds a {
    font-size: 1.4rem;
    margin-right: 20px;
    margin-top: 30px;
}

.mutual-funds .btn-default {
    margin-right: 0;
}

.mutual-funds-inner span {
    color: white;
    font-size: 20px;
}

.mutual-funds h2 {
    color: white;
    font-size: 2.25rem;
    letter-spacing: -.04em;
    margin-top: 6px;
    margin-bottom: 6px;
}


/*.mutual-funds > .container {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}*/

.feature-icon {
    max-width: 114px;
    height: 112px;
    border: 4px solid #65acff;
    border-left: 0;
    border-radius: 0 10px 10px 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feature-single {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3.45rem;
    padding-left: 22px;
    padding-right: 30px;
    max-width: 520px;
}

.feature-single:last-child {
    margin-bottom: 0;
}

.feature-single h3 {
    color: white;
    font-size: 24px;
    font-family: "AvenirNextLTPro-Regular", Helvetica, Arial, sans-serif;
}

.feature {
    padding-left: 20px;
}

.feature-single p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.34;
    margin-top: 10px;
}


/*how-it-work*/

.how-it-work .lead {
    max-width: 410px;
}

.how-it-work h3 {
    margin-top: 3.125rem;
}

.work-flow {
    margin-top: 5rem;
}

.work-flow > span {
    max-width: 35px;
    height: 35px;
    background-color: #17c988;
    border-radius: 50%;
    display: block;
    color: white;
    font-size: 16px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-align: center;
    padding-top: 7px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.work-flow > span::before {
    content: '';
    position: absolute;
    bottom: 15px;
    width: 326px;
    height: 2px;
    opacity: 0.3;
    background-color: #17c988;
    left: 43px;
}

.work-flow:last-child > span::before {
    width: 0;
    height: 0;
    display: none;
}

.how-it-work p {
    margin-top: 10px;
}

.steps-icon {
    margin-top: 2.375rem;
    max-width: 92px;
}

.invest figure {
    max-width: 81px;
}

.track figure {
    max-width: 90px;
}

.flex-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}


/*why-fundsindia*/

.why-fundsindia {
    background-color: #f9f9f9;
}

.why-fundsindia .btn {
    margin-top: 3.75rem;
}

.why-fundsindia .lead {
    max-width: 730px;
}

.process {
    margin-top: 6rem;
}

.steps-process p,
.feature-details p {
    font-size: 14px;
    color: #666;
}

.process p {
    margin-top: 30px;
}

.process span {
    color: #2e9de3;
    font-size: 12px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.why-fundsindia h3 {
    margin-top: 30px;
}

.future-icon {
    max-width: 64px;
    height: 68px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


/*getting-rich*/

.getting-rich {
    margin-top: 4rem;
    text-align: center;
}

.getting-rich h2 {
    margin-bottom: 10px;
}

.getting-rich p.lead {
    margin-bottom: 20px;
    max-width: 300px;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
}


/*testimonial-faq*/

.testimonial-faq {
    display: table;
    width: 100%;
}

.testimonial {
    background: url("../images_sep/bg-testimonial.png") #28b380;
    background-repeat: no-repeat;
    background-position: left bottom -45px;
}

.client-pic {
    max-width: 79px;
    border-radius: 50%;
}

.testimonial-faq h2 {
    font-size: 1.875rem;
    font-weight: 500;
    color: white;
}

.testimonial-inner {
    max-width: 570px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
}

.testimonial-inner .btn-default {
    margin-top: 30px;
}

.testimonial-content {
    border-radius: 5px;
    padding: 20px 30px;
    margin-top: 30px;
}

.testimonial-content p {
    color: #666;
    font-size: 14px;
    line-height: 2;
    min-height: 150px;
}

.testimonial-person {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.carousel-testimonial-indicators {
    bottom: -70px;
    left: 100%;
    text-align: right;
    width: 29%;
}

.carousel-testimonial-indicators li.active {
    border-color: #fff;
    background-color: #fff;
}

.carousel-testimonial-indicators li {
    border-color: rgba(255, 255, 255, .3);
    background-color: rgba(255, 255, 255, .3);
}

.testimonial-person p {
    font-size: 18px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    line-height: 1;
    min-height: 10px;
}

.client-name {
    position: relative;
    padding-left: 50px;
}

.client-name::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images_sep/svg/icon-quote.svg");
    width: 35px;
    height: 30px;
}

.testimonial-person span {
    color: #999;
    font-size: 10px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.faq {
    background: url("../images_sep/bg-faq.png") #366fe5;
    background-repeat: no-repeat;
    background-position: right bottom -65px;
}

.faq ul {
    margin-top: 50px;
    margin-bottom: 40px;
}

.faq li a {
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    display: block;
}

.faq li a::before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    background-image: url("../images_sep/svg/icon-plus-circle.svg");
    top: 2px;
}

.faq li {
    margin-bottom: 20px;
}

.faq li:last-child {
    margin-bottom: 0;
}

.faq-inner {
    padding-left: 60px;
}

.testimonial-success {
    background-color: #e9e7db;
}

.client-logo {
    width: 225px;
    float: right;
    margin-top: 0;
    text-align: center;
}

.client-logo img {
    margin-left: auto;
    margin-right: auto;
}

.client-says {
    float: left;
    width: 720px;
}

.testimonial-indicators {
    bottom: -33px;
    max-width: 225px;
    margin-right: 0;
    margin-left: 0;
    left: 100%;
    -webkit-transform: translateX(-96%);
    -ms-transform: translateX(-96%);
    transform: translateX(-96%);
    bottom: 0;
    margin-bottom: 0;
}

.testimonial-indicators li,
.carousel-testimonial-indicators li {
    width: 9px;
    height: 9px;
    margin: 0;
}

.testimonial-indicators li {
    background-color: #ddd;
    border-color: #ddd;
}

.carousel-indicators {
    z-index: 8;
}

.carousel-indicators .active,
.media-indicators .active {
    width: 9px;
    height: 9px;
    margin: 0;
}

.media-indicators .active {
    border: 0;
    background-color: rgba(102, 102, 102, .7);
}

.carousel-indicators .active {
    border: 0;
    background-color: #666;
}

.media-indicators li {
    background-color: #fff;
    width: 9px;
    height: 9px;
    background-color: rgba(255, 255, 255, .7);
}

.testimonial-success span {
    color: #666;
    font-size: 12px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.client-says p {
    color: black;
    font-size: 1.375rem;
    line-height: 1.3;
    padding-top: 20px;
    min-height: 80px;
}


/*footer*/


/*our-partners*/

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 110px;
}

.partner-slide {
    text-align: center;
}

.pens-slide:nth-child(2n) {
    width: 40%;
}

.pens-slide:nth-child(3n) {
    width: 20%;
}

.pens-slide.swiper-slide {
    opacity: .2;
}

.swiper-button {
    max-width: 320px;
    top: 175px;
    width: 100%;
    bottom: 0;
    height: calc(100% - 250px);
}

.swiper-button span {
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-button.swiper-button-prev span {
    left: 30px;
    color: #0554a1;
}

.swiper-button.swiper-button-next span {
    color: #0554a1;
    right: 30px;
}

.swiper-button.swiper-button-prev {
    background-position: center left;
    left: 0;
}

.swiper-button.swiper-button-next {
    background-position: center right;
    right: 0;
}

.swiper-button {
    background-image: none;
}

.pens-slide.swiper-slide-active,
.pens-slide.swiper-slide-prev,
.pens-slide.swiper-slide-next {
    opacity: 1;
}

.our-partners {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}

.partners-logo {
    width: 500px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.partners-logo span {
    color: #0554a1;
    font-size: 16px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.swiper-partners {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.partners-arrow {
    fill: #45b3f8;
    fill-rule: evenodd;
}

.start-arrow {
    fill: #fff;
    fill-rule: evenodd;
}

.partners-arrow-right {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}


/*footer-top*/

.footer-top {
    background-color: #f9f9f9;
    padding-bottom: 3rem;
}

.col-one p {
    color: #010101;
    font-size: 15px;
    line-height: 2;
    margin-top: 25px;
}

.col-one a {
    display: inline-block;
    margin-right: 15px;
    margin-top: 35px;
}

.footer-space {
    margin-top: 4.5rem;
}

.footer-top ul {
    margin-top: 25px;
    margin-bottom: 0;
}

.footer-top ul li a {
    color: #666;
    font-size: 13px;
}

.footer-top ul li {
    margin-bottom: 4px;
    padding-left: 3px;
    padding-right: 3px;
}

.footer-top ul li:last-child {
    margin-bottom: 0;
}

.col-two p,
.col-three p {
    color: #376092;
    font-size: 12px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.footer-top .list-inline {
    margin-top: 20px;
}

.col-three .list-inline li:first-child {
    padding-left: 0;
}

.col-three .list-inline li:last-child {
    padding-right: 0;
}

.spacetop {
    margin-top: 30px;
}

.col-one,
.col-two,
.col-three {
    margin-top: 3rem;
}


/*from-blog*/

.from-blog {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #fff;
}

.feature-block {
    max-width: 475px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
    display: block;
    height: 210px;
    overflow: hidden;
}

.feature-content .btn {
    margin-top: 2.5rem;
}

.feature-title {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
}

// .feature-title span {
//     color: #17c988;
//     font-size: 10px;
//     font-weight: 700;
//     text-transform: uppercase;
//     letter-spacing: .15em;
//     letter-spacing: .03em;
// }
.feature-title h3 {
    color: white;
}

.blog-overlay {
    background-image: url("../images_sep/bg-blog.png");
    opacity: .8;
    background-repeat: repeat-x;
    background-position: center bottom;
}

.from-blog h2 {
    padding-left: 15px;
    padding-right: 15px;
    color: #0554a1;
    text-align: center;
}

.btn-default.blue-default {
    color: #0554a1;
    border: 2px solid #0554a1;
}

.from-blog .btn-default.blue-default {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.section-title {
    margin-bottom: 30px;
    margin-top: 3rem;
}

// .recent-articles span {
//     color: #adadad;
//     font-family: "Avenir Next LT Pro";
//     font-size: 10px;
//     font-weight: 700;
//     text-transform: uppercase;
//     letter-spacing: .1em;
// }
.recent-articles h4 > a {
    color: #0554a1;
    font-size: 16px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.recent-articles h4 {
    margin-top: 11px;
    margin-bottom: 6px;
}

.recent-articles p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.single-article {
    margin-bottom: 2.5rem;
}

.winner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 980px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

.winner img {
    margin-top: 4rem;
}

.people-champions .winner img {
    margin-top: 2rem;
}


/*blog*/

.blog-hero {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    background-color: #f9fdff;
}

.blog-page-title {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.blog-hero h2 {
    color: #0554a1;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 2.25rem;
}

.blog-hero p {
    text-transform: uppercase;
    font-size: 12px;
    color: #0554a1;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    margin-bottom: 4px;
}

.blog-hero span {
    color: #00b050;
    font-size: 16px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-style: italic;
    display: block;
    padding-bottom: 20px;
    letter-spacing: .03em;
}


/* Header styles */


/* Header styles */

.category-menu {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0 15px;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.category-selected {
    transition: color 200ms cubic-bezier(.55, 0, .1, 1);
    color: white;
    font-size: 2rem;
    display: none;
}

.select-category {
    background-color: #0554a1;
    padding-bottom: 40px;
    padding-top: 40px;
}

.ok-header__logo:hover {
    color: #546edb
}

body.okayNav-loaded {
    overflow-x: hidden;
}

.okayNav {
    position: relative;
    z-index: 2;
}

.okayNav:not(.loaded) {
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.okayNav ul {
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}

.okayNav a {
    position: relative;
    z-index: 1;
}

.okayNav__nav--visible {
    overflow: hidden;
    white-space: nowrap;
}

.okayNav__nav--visible li {
    display: inline-block;
    margin-right: 30px;
}

// .okayNav__nav--visible li:last-child {
//     margin-right: 0;
// }
.okayNav__nav--visible a {
    display: block;
    transition: color 200ms cubic-bezier(0.55, 0, 0.1, 1);
    color: white;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.okayNav__nav--visible a:hover {
    color: #546edb;
}

.okayNav__nav--invisible {
    position: absolute;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(5, 84, 161, .9);
    z-index: 1;
    padding-top: 15px;
    padding-bottom: 15px;
}

.okayNav__nav--invisible a {
    width: 240px;
    display: block;
    padding: 8px 15px;
    color: #fff;
}

.okayNav__nav--invisible.nav-left {
    left: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
    transition: opacity 0.1s .1s ease;
}

.okayNav__nav--invisible.nav-right {
    right: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
    transition: opacity 0.1s .1s ease;
}

.okayNav__nav--invisible.transition-enabled {
    transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
}

// .okayNav__menu-toggle {
//     -webkit-transform: rotate(90deg);
//     transform: rotate(90deg);
// }
.okayNav__nav--invisible.nav-open {
    -webkit-transform: translateY(62px);
    -ms-transform: translateY(62px);
    transform: translateY(62px);
    opacity: 1;
    transition: opacity 0.1s 0.1s ease;
}

.okayNav__menu-toggle {
    position: relative;
    transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    cursor: pointer;
    width: 40px;
    height: 20px;
    float: left;
    z-index: 1;
    top: 2px;
}

.okayNav__menu-toggle.okay-invisible {
    position: absolute;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.okayNav__menu-toggle span {
    display: block;
    position: absolute;
    margin: auto;
    height: 4px;
    width: 4px;
    background: #fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    pointer-events: none;
    display: none;
}

.okayNav__menu-toggle::before {
    content: 'more';
    position: absolute;
    left: 0;
    color: white;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
    top: 4px;
}

.okayNav__menu-toggle.icon--active span {
    background: #546edb;
}

.select-category .category-menu {
    background-color: #0554a1;
}


/*cutomer-corner*/

.corner-bg {
    width: 255px;
    color: #008353;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding-right: 35px;
}

.corner-bg span {
    margin-left: 34px;
}

.corner-bg img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
}

.customer-corner-block {
    padding-top: 26px;
    padding-bottom: 22px;
    background-color: #f6f8fa;
    background-image: url("../images_sep/bg-customer-corner.png");
    border-radius: 5px;
    overflow: hidden;
    background-position: left center;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 40px;
}

.small-list a:nth-last-child(1)::after {
    font-size: 20px;
    content: '';
}

.small-list > a::after {
    content: ',';
    font-size: 10px;
    color: #666;
}

.category-list {
    padding-left: 30px;
}

.category-list h2 > a {
    color: #0554a1;
}

.small-list {
    margin-bottom: 7px;
    line-height: 1;
}


/*blog-feature*/

.blog-feature a {
    position: relative;
    margin-top: 3.75rem;
    width: calc(100% / 3);
    overflow: hidden;
}

.blog-feature a:first-child {
    border-radius: 5px 0 0 5px;
}

.blog-feature a:last-child {
    border-radius: 0 5px 5px 0;
}

.flex-feature {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feature-category {
    position: absolute;
    bottom: 15px;
    z-index: 1;
    left: 15px;
    right: 15px;
}

.blog-feature h2 {
    color: white;
    font-size: 20px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    margin-top: 4px;
}

.category {
    color: #17c988;
    font-size: 10px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.small-list > a {
    color: #17c988;
    font-size: 10px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: .04em;
    text-transform: uppercase;
}


/*left-right-bar*/

.blog-left-right-bar {
    padding-top: 4rem;
}

.blog-left-right-bar h2 {
    padding-left: 15px;
    padding-right: 15px;
}


/*left-side*/

.blog-left-side {}

.article-row {
    max-width: 350px;
    background-color: white;
    // border: 1px solid #dedede;
    overflow: hidden;
    border-radius: 8px;
    margin-top: 30px;
    position: relative;
}

.article-row > a {
    display: block;
    height: 255px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.flex-article {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.article-details {
    padding: 20px;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-radius: 0 0 8px 8px;
}

.article-row h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 45px;
}

.pens-container h2 {
    margin-bottom: 30px;
}

.article-row h3 > a {
    color: #0554a1;
    font-size: 18px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.article-row p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    /*min-height: 90px;*/
}

.pens-wrapper .article-row {
    height: 100%;
    margin-top: 0;
}

.pens-wrapper .article-row > a {
    margin-top: 0;
    height: 210px;
}

.pens-wrapper .article-row > a img {
    border-radius: 8px 8px 0 0;
}

.blog-continue-reading {
    color: #666;
    font-size: 14px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: .03em;
}

.icon-chat {
    fill: #999;
    fill-rule: evenodd;
}

.comment-count {
    position: absolute;
    right: 0;
    bottom: 0;
}

.comment-count {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    border-radius: 3px 0 8px 0;
    border: 1px solid #dedede;
    color: #666;
    font-size: 14px;
}

.comment-count svg {
    margin-top: -2px;
    margin-right: 2px;
}


/*knowledge-base*/

.knowledge-base {
    padding: 25px;
    background-color: white;
    border: 2px solid #c4d5e2;
    border-radius: 5px;
    margin-top: 30px;
}

.knowledge-base > p {
    color: black;
    font-size: 18px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.knowledge-base h3 {
    color: #0554a1;
    font-size: 16px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    line-height: 1.25;
    margin-top: 30px;
}

.add-block,
.facebook-widget {
    text-align: center;
    margin-top: 30px;
}

.facebook-widget img,
.add-block img {
    margin-left: auto;
    margin-right: auto;
}

.search-block {
    margin-top: 30px;
}

.search-block > input {
    background-color: white;
    border: 1px solid #dedede;
    border-radius: 5px;
    width: 100%;
    padding: 15px 50px 15px 15px;
    background-image: url("../images_sep/svg/icon-search.svg");
    background-repeat: no-repeat;
    background-position: center right 15px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/* custom placeholder color */

.search-block input::-webkit-input-placeholder {
    color: rgba(153, 153, 153, 0.8);
}

.search-block input:active::-webkit-input-placeholder,
.search-block input:focus::-webkit-input-placeholder {
    color: rgba(153, 153, 153, 0.2);
}

.search-block input::-moz-placeholder {
    color: rgba(153, 153, 153, 0.8);
}

.search-block input:active::-moz-placeholder,
.search-block input:focus::-moz-placeholder {
    color: rgba(153, 153, 153, 0.2);
}

.search-block input:-ms-input-placeholder {
    color: rgba(153, 153, 153, 0.8);
}

.search-block input:active::-ms-input-placeholder,
.search-block input:focus::-ms-input-placeholder {
    color: rgba(153, 153, 153, 0.2);
}

.login .input input::-webkit-input-placeholder {
    color: #fff;
}

.login .input input:active::-webkit-input-placeholder,
.login .input input:focus::-webkit-input-placeholder {
    color: #fff;
}

.login .input input::-moz-placeholder {
    color: #fff;
}

.login .input input:active::-moz-placeholder,
.login .input input:focus::-moz-placeholder {
    color: #fff;
}

.login .input input:-ms-input-placeholder {
    color: #fff;
}

.login .input input:active::-ms-input-placeholder,
.login .input input:focus::-ms-input-placeholder {
    color: #fff;
}

.search-block input:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.tab-container {
    background: #fff;
    border: 1px solid #ddd;
}

.tab-container .nav-tabs {
    border-bottom: transparent;
    position: relative;
}

.tab-container .nav-tabs > li {
    margin-bottom: 0;
    position: initial;
    margin-right: 30px;
}

.tab-container .nav-tabs > li:last-child {
    margin-right: 0;
}

.tab-container .nav-tabs > li > a {
    border: none;
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.tab-container .nav-tabs > li > a:hover {
    background: transparent;
}

.tab-container .nav-tabs > li.active > a {
    border: none;
    background: transparent;
    color: #0554a1 !important;
    font-size: 12px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.tab-container .nav-tabs > li.active > a,
.tab-container .nav-tabs > li.active > a:focus,
.tab-container .nav-tabs > li.active > a:hover {
    border-width: 0;
}

.tab-container .nav-tabs > li#magic-line {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #0554a1;
}

.tab-container .tab-content {
    padding: 0;
}

.tab-content a {
    color: #666;
    font-size: 16px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    line-height: 1.25;
    display: block;
    margin-top: 30px;
}

.popular-tags {
    margin-top: 30px;
    background-color: white;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 25px;
}


/*About page*/

.about-hero {
    background-color: #0554a1;
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
}

.about-info {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.info-title h2 {
    color: white;
}

.info-title p {
    color: white;
    font-size: 18px;
    line-height: 1.78;
    margin-top: 2.5rem;
}


/*who-we-are*/

.who-we-are {
    display: table;
    width: 100%;
    position: relative;
}

.whoweare-images {
    max-width: 600px;
    margin-left: auto;
}

.whoweare-images .winner img {
    margin-top: 2.75rem;
}

.carousel-fade .carousel-fade-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-fade-inner .item,
.carousel-fade .carousel-fade-inner .active.left,
.carousel-fade .carousel-fade-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-fade-inner .active,
.carousel-fade .carousel-fade-inner .next.left,
.carousel-fade .carousel-fade-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-fade-inner .next,
.carousel-fade .carousel-fade-inner .prev,
.carousel-fade .carousel-fade-inner .active.left,
.carousel-fade .carousel-fade-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-fade,
.carousel-fade-inner {
    max-width: 600px;
    overflow: hidden;
}

.carousel-fade-inner .item {
    height: 400px;
}

.whoweare-content {
    max-width: 585px;
    padding-left: 30px;
}

.whoweare-content p {
    margin-bottom: 2.75rem;
    line-height: 1.8;
}

.whoweare-content figure {
    display: table;
    width: 100%;
}

.whoweare-content figcaption,
.whoweare-content figure > img {
    float: left;
}

.whoweare-details {
    margin-left: 50px;
    margin-top: 4px;
    width: calc(100% - 45px);
}

.whoweare-content small {
    color: #2e9de3;
    font-size: 12px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding-left: 15px;
}

.whoweare-content h2 {
    padding-left: 15px;
    margin-bottom: 30px;
}

.whoweare-content p:last-child {
    margin-bottom: 0;
}

.color-blue.investingsedosti {
    color: #45b3f8;
}

.hero-section .investingsedosti {       
    color: white;
}


/*history*/

.history {
    background-color: #f9f9f9;
}

.history-details h2 {
    max-width: 610px;
    margin-top: 10px;
}

.history-details h2,
.history-details p {
    margin-left: auto;
    margin-right: auto;
}

.history-details p {
    max-width: 880px;
    line-height: 1.8;
    letter-spacing: .01em;
    margin-top: 2rem;
}

.history-details small {
    color: #2e9de3;
    font-size: 12px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.history-details {
    text-align: center;
}

.history-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    position: relative;
    padding-top: 5rem;
}

.history-flex > img {
    margin-top: 30px;
}

.history-inner span {
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.history-inner h2 {
    max-width: 240px;
    position: absolute;
    left: 0;
    font-size: 2.4rem;
    text-align: left;
    color: #2e9de3;
    margin-top: 0;
    top: 65px;
    font-weight: 500;
}

.history-inner {
    display: table;
    width: 100%;
    position: relative;
}

.history-flex h2 span {
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}


/*our-team*/

.linkedin-icon {
    fill: #fff;
    fill-rule: evenodd;
}

.our-team .blog-overlay {
    opacity: 0;
}

.our-team a:hover .blog-overlay {
    opacity: 1;
    transition: all 0.25s ease-in-out 0s;
}

.our-team h2 {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    margin-bottom: 3rem;
}

.our-team figure {}

.our-team figcaption {
    position: absolute;
}

.our-service-flex,
.our-team-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: right;
    justify-content: right;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.our-team-flex {
    max-width: 980px;
}

.our-service-flex {
    max-width: 1170px;
}

.twoblock {
    max-width: 770px;
}

.threeblock {
    max-width: 1170px;
}

.our-service-flex a .cover,
.our-service-flex a {
    border-radius: 5px;
}

.our-service-flex .cover > p {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: white;
}

.service-toggle {
    display: none;
}


.our-service-flex h1{
    color: black;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: -.02em;
}

.our-service-flex h2, .our-service-flex h1 {
    width: 100%; 
}


.animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.our-team a,
.service-types a {
    display: block;
    position: relative;
    margin-top: 30px;
    margin-right: 30px;
}

.service-types a {
    max-width: 350px;
}

.our-team a {
    max-width: 310px;
}

.our-team p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    animation-name: fadeOutDown;
    -webkit-animation-name: fadeOutDown;
    color: white;
    font-size: 20px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.our-team small {
    opacity: 0.5;
    color: white;
    font-size: 11px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    display: block;
}

.our-team svg {
    position: absolute;
    right: 0px;
    top: 8px;
}

.our-team a:hover p {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}


/*our-partners*/

.our-partners-about {
    background-color: #f1f1f1;
}

.our-partners-about h2 {
    text-align: center;
}

.partners-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.partners-flex a {
    width: 185px;
    display: block;
    margin-top: 3rem;
}

.partners-flex a > img {
    margin-left: auto;
    margin-right: auto;
}


/*service*/

.careers-hero,
.media-hero,
.mitr-hero,
.contact-hero,
.testimonials-hero,
.service-hero {
    background-color: #0554a1;
    position: relative;
}

.service-hero h2 {
    max-width: 590px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.service-hero figure {
    max-width: 180px;
}

.careers-hero figure {
    max-width: 270px;
}

.careers-hero figure,
.mitr-hero figure,
.media-hero figure,
.contact-hero figure {
    position: absolute;
    right: 30px;
}

.service-hero figure,
.testimonials-hero figure {
    position: absolute;
    bottom: 0;
    right: 30px;
}

.careers-hero figure,
.mitr-hero figure,
.media-hero figure,
.contact-hero figure {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-hero figure {
    max-width: 350px;
}

.media-hero figure {
    max-width: 395px;
}

.careers-info.info-title p,
.mitr-info.info-title p,
.media-info.info-title p,
.contact-info.info-title p,
.testimonials-info.info-title p {
    max-width: 310px;
    color: white;
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.6;
}

.careers-info.info-title h2,
.mitr-info.info-title p {
    max-width: 420px;
}

.careers-info.info-title p {
    max-width: 360px;
}

.careers-info a {
    text-decoration: underline;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    color: white;
    letter-spacing: .04em;
}

.testimonials-hero figure {
    max-width: 430px;
}

.mitr-hero figure {
    max-width: 290px;
}

.careers-info,
.mitr-info,
.media-info,
.testimonials-info,
.service-info,
.contact-info {
    max-width: 980px;
    padding-left: 30px;
    padding-right: 30px;
}

.careers-info,
.media-info,
.mitr-info,
.service-info,
.testimonials-info,
.contact-info {
    padding-top: 10rem;
    padding-bottom: 10rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.service-info {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
}

.service-info > h2 {
    font-size: 2rem;
}

.service-info .btn {
    font-size: 1.5rem;
    margin-left: 30px;
}

.service-info a > svg {
    margin-left: 10px;
}

.service-title {
    background-color: #f1f8ff;
}

.icon-service-type {
    fill: #45b3f8;
    fill-rule: evenodd;
}

.single-type,
.small-type {
    max-width: 350px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    padding: 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.single-type figure {
    width: 70px;
}

.small-type figure {
    width: 40px;
}

.service-details {
    margin-top: 20px;
}

.equity-platform-title p,
.service-details p {
    color: #222;
    font-size: 1.5rem;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.equity-platform-title h2,
.service-details h2 {
    color: #0554a1;
    font-size: 2.25rem;
    font-weight: 400;
    max-width: 240px;
    margin-top: 5px;
}

.list-head h2 {
    text-align: center;
    margin-bottom: 20px;
}

.equity-platform-title h2 {
    max-width: 100%;
}

.equity-platform-title {
    text-align: center;
}

.fundsindia-you>.container,
.equity-platform,
.services-list,
.ssa-intro {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.single-type p {
    width: calc(100% - 70px);
    padding-left: 20px;
}

.small-type p {
    width: 240px;
    padding-left: 20px;
}

.single-type small,
.small-type small {
    float: left;
    margin-top: 15px;
    font-size: 11px;
    color: #999;
}

.service-btn {
    font-size: 18px;
    margin: 30px 0 0;
}

.ssa-text {
    margin: 40px 0 10px 0;
}

.ssa-text p {
    font-weight: 800;
}

.ssa-logo {
    margin-left: -40px;
    margin-top: 10px;
}
.ssa-video-embed{
    max-width: 900px;
    margin: 0 auto;
}

.flex-type {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.bg-grey {
    background-color: #f9f9f9;
}


/*fundsindia-you*/

.services-type,
.fundsindia-you,
.equity-platform,
.ssa-intro {
    position: relative;
}

.fundsindia-you small {
    color: #2e9de3;
    font-size: 12px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    text-align: center;
    letter-spacing: .04em;
}

.fundsindia-you h2 {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 6px;
}

.services-list-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.services-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 44%;
    margin-top: 4rem;
}

.services-row figure {
    width: 64px;
    margin-right: 30px;
}

.active-service {
    font-size: 23px;
    color: #333;
    padding-left: 15px;
}

.services-row p {
    width: calc(100% - 64px);
}

.flex-service {
    padding-left: 15px;
    padding-right: 15px;
}

.flex-service li a,
.flex-service ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-service ul {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-service li a {
    padding: 10px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    position: relative;
    min-height: 70px;
}

.flex-service li a::before,
.flex-service li a.active::before {
    content: '';
    height: 3px;
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    background-color: transparent;
}

.flex-service li a.active {
    background-color: white;
}

.flex-service li a.active::before {
    background-color: #45b3f8;
}

.flex-service li span {
    display: block;
    color: #999;
    font-size: 14px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.flex-service li p {
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 15px;
    line-height: 1;
    margin-left: 6px;
}

.flex-equity-platform {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.equity-platform-single {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px;
}

.equity-platform-single figure {
    width: 64px;
}

.equity-platform-single > p {
    width: calc(100% - 64px);
    padding-left: 20px;
}

.equity-platform-single:first-child {
    margin-top: 3rem;
}

.equity-style {
    max-width: 475px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
}

.equity-style li {
    padding: 30px;
    border-bottom: #f9f9f9 1px solid;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.equity-style li svg {
    width: 60px;
}

.equity-style li p {
    background-image: url('../images_sep/svg/icon-tick.svg');
    background-repeat: no-repeat;
    background-position: left top 3px;
    padding-left: 40px;
    line-height: 1.6;
    margin-left: 45px;
}

.equity-style li:first-child p {
    background-image: none;
    width: calc(100% - 60px);
    padding-left: 25px;
    margin-left: 0;
}

.equity-style li:last-child {
    border-bottom: none;
}

.people-champions-equities.people-champions {
    padding-bottom: 0;
}

.equity-account {
    background-color: #f9f9f9;
}

.equity-account span {
    color: #333;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    display: block;
    text-align: center;
    margin-top: 2rem;
}

.equity-account h2,
.equity-account p {
    text-align: center;
}

.equity-account h2 {
    margin-bottom: 2.5rem;
}

.equity-account p {
    margin-top: 10px;
}

.equity-account p:first-child {
    margin-top: 0;
}

.table-equity>thead>tr>th {
    text-align: center;
    padding: 15px;
    background-color: rgba(92, 217, 171, 1);
    color: white;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
}

.table-equity {
    background-color: white;
    border: 1px solid #e4e4e4;
    box-shadow: 1.5px 2.6px 25px rgba(0, 0, 0, 0.05);
    max-width: 840px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.table-equity>tbody>tr>td {
    padding: 15px 20px;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    color: #666;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-align: center;
}

.table-equity>tbody>tr>td:first-child {
    text-align: left;
}

.table-equity>tbody>tr>td:last-child {
    border-right: none;
}

.table-equity>tbody>tr>td>p {
    font-size: 14px;
}

.equity-investor.investor-experience {
    margin-top: 0;
}


/*advisory*/

.advisory {
    position: relative;
    display: table;
    width: 100%;
}

.advisory h2 {
    color: white;
    font-size: 1.875rem;
    font-weight: 500;
    margin-bottom: 30px;
}

.advisory p {
    opacity: 0.8;
    line-height: 1.56;
    letter-spacing: .02em;
}

.robo-advisory {
    background-color: #00b050;
    background-image: url("../images_sep/svg/bg-robo-advisory.svg");
    background-position: bottom -20px left 35px;
    background-repeat: no-repeat;
}

.investment-advisors {
    background-color: #0554a1;
    background-image: url("../images_sep/svg/advisors-bg.svg");
    background-position: bottom -20px right 45px;
    background-repeat: no-repeat;
}

.advisory-content {
    max-width: 540px;
    color: white;
}

.robo-content {
    margin-left: auto;
    padding-right: 10rem;
}

.investment-content {
    padding-left: 8rem;
}

.award-winning {
    width: 151px;
    height: 151px;
    background-color: white;
    position: absolute;
    top: 20px;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
}

.award-winning p > span {
    color: #2e9de3;
    font-size: 12px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    letter-spacing: .04em;
    margin-bottom: 8px;
}

.award-winning p {
    color: #222;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    line-height: 1;
    opacity: 1;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.money-tree {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    bottom: 0;
}

.money-mitr {
    background-color: #f9f9f9;
}

.money-mitr-details {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.money-mitr-details h2 {
    line-height: 1.25;
    margin-bottom: 30px;
    margin-top: 30px;
}

.money-mitr-details li {
    background-image: url("../images_sep/svg/icon-tick.svg");
    background-repeat: no-repeat;
    background-position: center left 20px;
    padding-left: 60px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.money-mitr-details li:last-child {
    margin-bottom: 0;
}

.icon-control {
    max-width: 115px;
    text-align: center;
}

.icon-control span {
    color: #999;
    font-size: 12px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.25;
    display: block;
    letter-spacing: .04em;
    margin-top: 30px;
}

.icon-control img {
    margin-left: auto;
    margin-right: auto;
}

.money-mitr-flex {
    max-width: 600px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.money-mitr-image {
    padding-top: 85px;
    background-image: url("../images_sep/svg/icon-arrow-down.svg");
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: -25px;
    max-width: 175px;
}

.advisors-champion {
    max-width: 680px;
    position: relative;
    float: left;
}

.bg-advisor {
    background-image: url("../images_sep/bg-advisor-overlay.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 130px;
}

.advisors-champion p {
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-size: 1.875rem;
    margin-bottom: 15px;
    z-index: 2;
}

.advisor-award {
    position: absolute;
    bottom: 0;
    opacity: .95;
}

.investor-experience {
    text-align: center;
    margin-top: 4rem;
}

.investor-experience h2 {
    font-weight: 500;
    color: #333;
}

.investor-experience a {
    color: #0554a1;
    font-size: 16px;
}

.investor-experience p {
    margin-top: 4px;
}

.champion-advise {
    max-width: 420px;
    padding-left: 40px;
    float: left;
}

.champion-advise > h2 {
    margin-top: 5rem;
}

.champion-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 4rem;
}

.people-champions {
    padding-bottom: 4rem;
}

.champion-row figure {
    width: 62px;
    margin-right: 20px;
}

.champion-row p {
    width: calc(100% - 62px);
}

.people-champions-wrapper {
    width: 100%;
    display: table;
}


/*knowledge-center*/

.explorer-hero,
.select-funds-hero,
.knowledge-hero {
    background-color: #0554a1;
    position: relative;
}

.explorer-info {
    max-width: 1170px;
}

.explorer-info,
.knowledge-info {
    padding-left: 30px;
    padding-right: 30px;
}

.knowledge-info {
    max-width: 741px;
}

.knowledge-info p,
.knowledge-info h2 {
    color: white;
}


/*Video-section*/

.video-section {
    background-color: #f1f1f1;
}

.video-single {
    max-width: 255px;
    padding: 10px;
    margin-top: 20px;
    background-color: white;
    border-radius: 5px;
}

.video-section h3 > a {
    color: #0554a1;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.video-single h3 > a {
    font-size: 15px;
}

.video-single h3 {
    margin-top: 10px;
}

.audio-single {
    padding: 20px;
    background-color: white;
    margin-top: 20px;
    border-radius: 5px;
}

.audio-single h3 > a {
    font-size: 16px;
}

.audio-single h3 {
    margin-bottom: 20px;
}

.video-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.check-review-flex p,
.check-blog p {
    font-size: 1.25rem;
    line-height: 1.5;
}

.check-review-flex p {
    max-width: 505px;
}

.check-review-flex {
    max-width: 980px;
    padding-left: 15px;
    padding-right: 15px;
}

.check-review-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.check-blog > .container {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


/*testimonials-view*/

.testimonials-view {
    background-color: #f9f9f9;
}

.testimonials-wrapper {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.testimonials-wrapper > p {
    color: #0554a1;
    font-size: 1.5rem;
    line-height: 1.6;
    max-width: 980px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 6rem;
    text-align: center;
}

.testimonials-wrapper .testimonial-person {
    margin-top: 10px;
}

.testimonials-wrapper .testimonial-content {
    width: 46%;
}

.testimonials-wrapper .testimonial-content > p {
    min-height: 30px;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.collapse.in {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}


/*Contact page*/

.help-you {
    background-color: #f9f9f9;
}

.help-form {
    display: block;
    color: #737373;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 790px;
    text-align: center;
}

.help-you h2 {
    color: #0554a1;
}

.help-you h3 {
    color: #222;
    font-size: 1.5rem;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    margin-top: 4.75rem;
}

.help-you p {
    margin-top: 30px;
}

.help-form a {
    margin-top: 2.5rem;
    margin-left: 10px;
    margin-right: 10px;
}

.help-form .form-group {
    margin-bottom: 0;
    margin-top: 15px;
}

.help-form .form-control {
    height: 53px;
    margin-top: 15px;
    border-radius: 5px;
    max-width: 350px;
}

.help-form .form-control:focus {
    border: 1px solid #00b050;
    box-shadow: none;
}

.help-form p {
    margin-top: 6px;
}

.help-form form > p {
    margin-bottom: 2.1875rem;
}

.unanswered-question {
    background-color: #00b050;
}

.help-form h3,
.help-form form > p {
    color: white;
}

.help-form form button {
    margin-top: 2.1875rem;
}

.escalation-inner {
    max-width: 860px;
}

.escalation-info {
    max-width: 660px;
    padding-left: 30px;
    padding-right: 30px;
}

.escalation-info p {
    margin-top: 30px;
}

.escalation-matrix h3 {
    margin-top: 3rem;
    margin-bottom: 30px;
    text-align: center;
    color: #0554a1;
    font-size: 20px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.matrix-control {
    padding-left: 30px;
    padding-right: 30px;
}

.matrix-inner {
    border: 1px solid #d8d8d8;
}

.matrix-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.step-details {
    padding-left: 30px;
    padding-right: 30px;
}

.step-one {
    background-color: #438ed7;
}

.step-two {
    background-color: #307bc3;
}

.step-three {
    background-color: #2367a8;
}

.step-four {
    background-color: #0554a1;
}

.matrix-step {
    padding: 20px;
    max-width: 200px;
}

.matrix-step span {
    color: #bed3ff;
    font-size: 10px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.matrix-step p {
    color: white;
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 1.2;
    margin-top: 5px;
}

.step-details {
    font-size: 14px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.step-details {
    max-width: 600px;
    border-right: 1px solid #d8d8d8;
}

.matrix-row:last-of-type .step-details {
    border-bottom: 1px solid #d8d8d8;
}

.matrix-row:first-of-type .step-details {
    border-top: 1px solid #d8d8d8;
}

.step-details a {
    text-decoration: underline;
}

.advice-reviewed {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 4.375rem;
}

.advice-reviewed figure {
    max-width: 165px;
}

.reviewed-details {
    max-width: 635px;
    padding-left: 35px;
}

.reviewed-details h2 {
    color: #19c989;
}

.advice-reviewed {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.reviewed-details span {
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    margin-top: 10px;
    display: block;
}

.reviewed-details p {
    margin-top: 20px;
    line-height: 1.8;
}

.clear-filter select,
.refine-select select,
.search-selectbox select,
.select-box-group select,
.help-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images_sep/svg/icon-selectbox-arrow.svg");
    background-repeat: no-repeat;
    background-position: center right 15px;
}

.map-section {
    background-color: #f9f9f9;
}

.map-section h2 {
    color: #0554a1;
}

.map-info {
    padding-left: 15px;
}

.map-info p {
    margin-top: 15px;
}

.location-point {
    border: 0px none;
}

 

.location-point iframe {
    width: 100%;
    height: 680px;
    margin-top: 15px;
    padding: 8px;
    background-color: white;
}

.reach-us-row figure {
    max-width: 60px;
}

.reach-via {
    width: calc(100% - 60px);
    padding-left: 30px;
}

.reach-via p {
    color: #666;
    font-size: 16px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.reach-via span {
    color: #999;
    font-size: 14px;
    margin-top: 15px;
    display: block;
}

.reach-via a {
    color: #0554a1;
    font-size: 18px;
    text-decoration: underline;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    margin-top: 4px;
    display: inline-block;
}

.reach-via .number {
    color: #333;
    font-size: 1.5rem;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: -.04em;
}

.blod-text {
    color: #333;
    font-size: 14px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.info-note {
    color: #999;
    font-size: 12px;
}

.reach-us-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 2.4rem;
}

.reach-us-row:first-child {
    margin-top: 0;
}

.location-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.location-wrapper span {
    color: #2e9de3;
    font-size: 12px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .04em;
    display: table;
    width: 100%;
    margin-top: 3rem;
}

.location-wrapper h2 {
    color: #0554a1;
}

.location-wrapper h2 {
    display: table;
    width: 100%;
}

.office-location {
    width: 277px;
    margin-top: 3rem;
}

.office-location .blue-default {
    font-size: 15px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    padding: 4px 20px;
    letter-spacing: .03em;
    margin-top: 25px;
}

.office-location h3 {
    font-size: 18px;
}

.office-location p {
    font-size: 13px;
    margin-top: 15px;
}

.other-location {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: calc(100% - 277px);
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*select funds page*/

// .headcol {
//     position: absolute;
//     width: 350px;
//     left: 0;
// }
// .table-wrapper {
//     padding-left: 15px;
//     padding-right: 15px;
// }
// .table-wrapper th span::before {
//     content: '';
//     background-image: url("../images_sep/svg/icon-filter-arrow.svg");
//     width: 10px;
//     height: 16px;
//     background-position: center;
//     background-repeat: no-repeat;
//     position: absolute;
//     right: -15px;
// }
.table-wrapper:last-child {
    margin-bottom: 0;
}

.table-relative p {
    font-size: 14px;
    opacity: 0.7;
    color: black;
}

.table-control thead span {
    position: relative;
}

.table-control {
    width: 100%;
}

.table-bordered {
    border: 0;
}

.table-bordered>tbody>tr>td {
    border: none;
    border-bottom: 1px solid #cfe4fa;
    border-right: 1px solid #cfe4fa;
}

.table-bordered>tbody>tr>td:last-child {
    border-right: 0;
}

.table-bordered>tbody>tr:last-child>td {
    border-bottom: none;
}

.table-bordered>thead>tr>th {
    border-bottom: 1px solid #cfe4fa;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.filled-star {
    fill: #00b050;
    fill-rule: evenodd;
}

.filled-star-blue {
    fill: rgba(69, 179, 248, 1);
    fill-rule: evenodd;
}

.unfilled-star-blue {
    fill: rgba(69, 179, 248, .3);
    fill-rule: evenodd;
}

.view-schemes {
    max-width: 100%;
    width: 100%;
    padding: 40px 15px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    // background-color: rgba(255, 255, 255, .8);
    background-image: url("../images_sep/table-bg.png");
    background-repeat: repeat;
}

.table-relative {
    position: relative;
}

.sign-in-up .btn-sign-up,
.sign-in-up .btn-success {
    padding: 8px 22px;
}

.sign-in-up span {
    padding-left: 10px;
    padding-right: 10px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    color: #999;
    font-size: 16px;
}

.form-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.view-schemes > span {
    width: 100%;
    display: block;
    text-align: center;
    color: #666;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.sign-in-up span {}

.sign-in-up {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 15px;
}

.unfilled-star {
    fill: #ccc;
    fill-rule: evenodd;
}

.table-group {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: white;
    border: 1px solid #e4e4e4;
    box-shadow: 1.5px 2.6px 25px rgba(0, 0, 0, 0.05);
}

.risk-clasification {
    padding: 20px;
    position: relative;
}

.single-risk {
    padding: 15px 20px;
}

.moderate-risk {
    background-color: rgba(255, 213, 113, 0.05);
}

.high-risk {
    background-color: rgba(207, 171, 145, 0.05);
}

.low-risk {
    background-color: rgba(141, 255, 163, 0.05);
}

.moderate-risk::before,
.high-risk::before,
.low-risk::before {
    content: '';
    position: absolute;
    width: 4px;
    top: 0;
    bottom: 0;
    left: -4px;
}

.moderate-risk::before {
    background-color: #ffd571;
}

.high-risk::before {
    background-color: #cfab91;
}

.low-risk::before {
    background-color: #8ad498;
}

.table-control img {
    height: 20px;
}

.table-control th,
.table-control td {
    text-align: center;
    font-size: 15px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    color: #0554a1;
}

.table-control td.first-col {
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.table-control td a {
    color: #0554a1;
    font-size: 14px;
}

.table-control td.first-col,
.table-control th.first-col {
    text-align: left;
}

.table-control thead th {
    background-color: #f5faff;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #666;
    font-size: 11px;
}

.table-control>thead>tr>th {
    padding: 15px 20px;
}

.table-control>tbody>tr>td {
    padding: 20px;
}

// .table-control thead th:first-child {
//     border-radius: 5px 0 0 0;
// }
// .table-control thead th:last-child {
//     border-radius: 0 5px 0 0;
// }
.mail-to {
    text-decoration: underline;
}


/*Media page*/

.single-media-feed p {
    color: #666;
    font-size: 15px;
    margin-top: 20px;
}

.single-media-feed span {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.media-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.single-media-feed a {
    color: #45b3f8;
    font-size: 13px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-decoration: underline;
    display: inline-block;
}

.single-media-feed > a:first-of-type {
    margin-top: 15px;
}

.single-media-feed {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    padding: 25px;
    max-width: 350px;
    margin-top: 30px;
    border: 1px solid transparent;
    transition: all 0.25s ease-in-out 0s;
}

.single-media-feed:hover {
    border: 1px solid #d5e3f1;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.single-media-feed:hover p {
    color: #0554a1;
}

.single-media-feed:nth-child(odd) {
    margin-right: 30px;
}

.single-media-feed:last-child {
    margin-right: 0;
}

.media-collection {
    background-color: #f9f9f9;
}

.media-carousel {
    background-color: #f6f4e7;
    padding: 25px;
    margin-top: 40px;
}

.media-inner p {
    min-height: 100px;
}

.media-inner figure {
    height: 50px;
}

.media-inner figure > img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.media-carousel span {
    color: #666;
    font-size: 11px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
    letter-spacing: .1em;
}

.media-indicators {
    right: -26px;
    left: 100%;
    bottom: 91%;
    margin-bottom: 0;
    width: 105px;
}

.media-indicators li {
    top: 21px;
    position: relative;
}

.media-contact {
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    margin-top: 30px;
}

.media-contact p {
    color: #666;
    font-size: 16px;
}

.media-contact span {
    color: #999;
    font-size: 14px;
    display: block;
    margin-top: 6px;
}

.media-contact a {
    color: #0554a1;
    font-size: 18px;
    text-decoration: underline;
}

.pagination-media {
    float: right;
    margin-top: 3rem;
    margin-bottom: 3rem;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 15px 30px;
}

.pagination-media>li>a {
    border-radius: 50%;
    margin: 0 5px;
}

.pagination-media>li>a {
    color: #0554a1;
    font-size: 13px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    width: 26px;
    height: 26px;
    background-color: white;
    border: 2px solid #0554a1;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    // padding-top: 2px;
}

.pagination-media>li.paginate-dir > a {
    width: auto;
    border-radius: 0;
    border: 0;
    text-decoration: underline;
    font-size: 15px;
    color: #0554a1;
}

.pagination-media>li.last > a,
.pagination-media>li.next > a {
    margin-left: 25px;
}

.pagination-media>li.prev > a,
.pagination-media>li.first > a {
    margin-right: 25px;
}

.pagination-media>.active>a:hover,
.pagination-media>li>a:active:hover,
.pagination-media>li>a:active:focus,
.pagination-media>li>a:focus,
.pagination-media>li>a:hover,
.pagination-media>li.active>a {
    background-color: white;
    border: 2px solid #ccc;
    color: #999;
}

.pagination-media>li.paginate-dir > a:hover {
    border: 0;
}

.select-media {
    background-color: white;
}

.media-menu {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 15px;
}

.media-menu li {
    margin-right: 4rem;
}

.media-menu li:last-child {
    margin-right: 0;
}

.media-menu a {
    padding-bottom: 30px;
    padding-top: 30px;
    display: inline-block;
    color: #999;
    font-size: 16px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    transition: 0.3s ease;
    border-bottom: 3px solid white;
}

.media-menu li.active a,
.media-menu a:hover,
.media-menu a:focus,
.media-menu a:active,
.media-menu a:active:focus,
.media-menu a:active:hover {
    color: #666;
}

.media-menu li.active a,
.media-menu a:hover {
    border-bottom: 3px solid #45b3f8;
}


/*Equities*/

.equity-funds {
    background-color: #f1f1f1;
    padding-bottom: 6rem;
}

.equity-funds h3 {
    color: #222;
    font-size: 1.5rem;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    margin-top: 3rem;
}

.equity-funds h3:first-child {
    margin-top: 0;
}

.equity-funds h4 {
    color: #333;
    font-size: 18px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    margin-bottom: 4px;
}

.equity-funds .category-table-wrapper {
    display: none;
}

.select-funds-register p {
    margin-top: 10px;
}

.equity-single {
    background-color: white;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    max-width: 350px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    padding-bottom: 70px;
    margin-top: 30px;
}

.equity-single-front h3 {
    background-color: #0554a1;
    border-radius: 5px 5px 0px 0px;
    padding: 13px 15px 15px;
}

.equity-single-front h3 > a {
    color: white;
    font-size: 15px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: .06em
}

.equity-single-back h3 {
    padding: 15px;
}

.equity-single-back h3 > a {
    color: #0554a1;
    font-size: 15px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.equity-category,
.equity-disclaimer,
.nri-sip {
    padding: 15px;
}

.equity-list > div {
    padding: 15px 10px;
}

.equity-single-back .equity-list > div {
    width: 50%;
}

.equity-single-back .equity-list .equity-load {
    width: 100%;
}

.equity-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 5px;
    padding-right: 5px;
}

.equity-list p {
    margin-top: 5px;
}

.equity-load p:last-child {
    margin-top: 0;
}

.equity-performance > span,
.equity-category span {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.equity-performance > span {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
}

.nri-sip {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.nri-sip svg {
    margin-left: 30px;
    margin-right: 10px;
}

.nri-sip svg:first-child {
    margin-left: 0;
}

.expense-ratio p,
.equity-risk p,
.nri-sip span,
.equity-load p,
.equity-type p,
.equity-benchmark p,
.equity-category h4 {
    color: #666;
    font-size: 15px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.equity-category h4 {
    margin-bottom: 0;
    margin-top: 5px;
}

.equity-watchlist .btn-success {
    font-size: 12px;
    padding: 8px 17px 7px 17px;
}

.equity-watchlist,
.equity-disclaimer {
    padding: 15px 20px;
}

.equity-watchlist {
    border-top: 1px #eee solid;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.equity-disclaimer {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.equity-watchlist,
.equity-disclaimer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.select-watchlist {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.equity-watchlist .form-control {
    width: 160px;
    margin-right: 10px;
}

.equity-year span,
.equity-list span {
    font-size: 11px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.year-performance {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-top: 5px;
}

.equity-list span {
    color: #999;
}

.equity-year span {
    color: #5bade0;
    background-color: #f3f9ff;
    display: block;
    padding-top: 12px;
    padding-bottom: 10px;
}

.current-nav p {
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    color: black;
    font-size: 15px;
}

.equity-year p {
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.equity-year {
    width: calc(100% / 3);
    text-align: center;
}

.icon-check-success {
    fill: #17c988;
    fill-rule: evenodd;
}

.icon-refresh {
    fill: #2891e5;
    fill-rule: evenodd;
}

.equity-disclaimer a {
    color: #0554a1;
    font-size: 15px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-decoration: underline;
}

.equity-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
}

.min-invest p {
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: black;
    letter-spacing: .08em;
}

.select-funds {
    background-color: #f1f8ff;
    padding: 0 15px 20px;
}

.equity-funds {
    position: relative;
}

.select-funds.fix-bar {
    position: fixed;
    z-index: 1;
    width: 100%;
}

.icon-search-funds {
    fill: #45b3f8;
    fill-rule: evenodd;
}

.icon-refine-funds {
    fill: #45b3f8;
    fill-rule: evenodd;
}

.select-lg {
    max-width: 250px;
}

.refineFunds svg {
    width: 40px;
    height: auto;
}

.selectFunds svg {
    width: 36px;
    height: auto;
}

.select-md {
    max-width: 180px;
}

.select-xs {
    max-width: 150px;
}

.select-funds span {
    max-width: 60px;
    display: block;
    color: #999;
    font-size: 11px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
}

.selectFunds-view > span {
    max-width: auto;
    margin-left: 0;
    margin-right: 0;
}

.selectFunds,
.refineFunds {
    margin-top: 20px;
}

.seach-funds,
.search-selectbox,
.refine-select,
.refine-search,
.refineFunds,
.selectFunds-view,
.select-funds,
.selectFunds {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.select-funds-hero p {
    opacity: 0.7;
    color: white;
}

.selectFunds-view svg {
    margin-top: 20px;
    margin-left: 10px;
    cursor: pointer;
    display: table;
}

.selectFunds-view {
    margin-left: 15px;
}

.select-funds select {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.clear-filter select,
.select-funds .form-control {
    height: 43px;
    margin-right: 10px;
}

.clear-filter select:last-child {
    margin-right: 0;
}

.refineFunds {
    margin-left: 10px;
}

#grid svg:hover .grid-view,
#grid svg:focus .grid-view,
#grid svg:active .grid-view,
#grid svg:active:hover .grid-view,
#grid svg:active:focus .grid-view,
#list svg:hover .list-view,
#list svg:focus .list-view,
#list svg:active .list-view,
#list svg:active:hover .list-view,
#list svg:active:focus .list-view {
    opacity: 1;
}

.selectFunds-view svg {
    cursor: pointer;
}

.grid-view {
    fill: #0554a1;
    fill-rule: evenodd;
    opacity: 0.3;
    transition: all 0.25s ease-in-out 0s;
}

.list-view {
    fill: #0554a1;
    opacity: 0.3;
    fill-rule: evenodd;
    transition: all 0.25s ease-in-out 0s;
}

.grid-op .grid-view,
.list-op .list-view {
    opacity: 1;
}

.terms-hero {
    background-color: #0554a1;
}

.term-intro p {
    line-height: 1.875;
    margin-top: 30px;
    text-align: justify;
}

.term-intro p:first-child {
    margin-top: 0;
}

.privacy-policy li,
.privacy-policy p {
    letter-spacing: -.01em;
    text-align: justify;
}

.privacy-policy,
.terms-condition {
    padding-bottom: 6rem;
    text-align: justify;
}

.condition-list h3,
.security-verification h4,
.policies h3 {
    color: #222;
    font-size: 1.5rem;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.security-verification h4 {
    margin-top: 15px;
}

.policies h3 {
    margin-top: 4rem;
}

.policies h3:first-child {
    margin-top: 0;
}

.policies p,
.condition-list p {
    line-height: 1.875;
    margin-top: 30px;
}

.security-verification p {
    margin-top: 10px;
}

.policies li {
    color: #333;
    background-image: url("../images_sep/svg/icon-tick.svg");
    background-repeat: no-repeat;
    background-position: left top 2px;
    padding-left: 35px;
    line-height: 1.6;
    margin-top: 15px;
}

.condition-list {
    padding-right: 15px;
    padding-left: 15px;
}

.security-verification {
    margin-top: 30px;
}

.page-404 p {
    color: #333;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    width: 100%;
}

.page-404 span {
    color: #adadad;
    font-size: 15px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    margin-top: 15px;
    display: block;
}

.page-404 li > a {
    color: #45b3f8;
    font-size: 16px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.page-404 ul {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.learn-more {
    margin-top: 0;
    position: absolute;
    bottom: 30px;
}

.page-404 .list-inline>li {
    padding: 0 25px;
}

.page-404 .list-inline>li:first-child {
    padding-left: 0;
}

.page-404 .list-inline>li:last-child {
    padding-right: 0;
}

.learn-more li {
    margin-right: 3.125rem;
}

.learn-more li:last-child {
    margin-right: 0;
}

.page-404 .text-404 {
    color: #e66a3e;
    font-size: 7.5rem;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: -.05em;
}

.flex-404 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.page-404 figure {
    max-width: 384px;
    margin-left: auto;
    margin-right: auto;
}

.page-404 .learn-more>li {
    color: #333;
    font-size: 16px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 0;
    padding-right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
}

.page-404 .learn-more>li a {
    color: #333;
    font-size: 16px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.page-404 .learn-more>li svg {
    margin-right: 10px;
}

.icon-watch-video {
    fill: #e66a3e;
    fill-rule: evenodd;
}

.icon-visit-blog {
    fill: #e66a3e;
    fill-rule: evenodd;
}

.page-404 .learn-more>li:first-child {
    background-image: none;
}

.blog-404>li {
    border-right: 2px solid #eee;
    margin-top: 30px;
}

.blog-404>li:last-child {
    border-right: none;
}

.register-here {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.icon-left-arrow {
    fill: #e66a3e;
    fill-rule: evenodd;
}

.blog-account {
    width: 50%;
    margin-top: 2rem;
}

.blog-account p {
    color: #333;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
}

.blog-account a {
    color: #e66a3e;
    font-size: 16px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.blog-account svg {
    margin-right: 10px;
}

.terms-conditon-web {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 3rem;
}

.terms-conditon-web p {
    color: #666;
    font-size: 12px;
    font-weight: 400;
}

// @-webkit-keyframes moveUp {
//   from {
//     opacity: 0;
//   }
//   to {
//     opacity: 1;
//   }
// }
// @keyframes moveUp {
//   from {
//     opacity: 0;
//   }
//   to {
//     opacity: 1;
//   }
// }
// .moveUp {
//   -webkit-animation-name: fadeIn;
//   animation-name: fadeIn;
// }
.moveUp {
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    opacity: 0;
    left: 0;
    transition: all 0.3s ease-in-out 0s;
}

.table-relative:hover .moveUp {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}


/*Money mitr*/

.mitr-hero .btn {
    color: white;
    font-size: 1.5rem;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: .04em;
    margin-top: 3rem;
}

.mitr-info svg {
    margin-left: 30px;
}

.robo-advisor {
    background-color: #17c988;
}

.robo-advisor .robo-advise {
    margin-left: auto;
    margin-right: 9rem;
}

.mitr-goals .robo-advise {
    margin-right: auto;
    margin-left: 15rem;
}

.mitr-goals {
    background-color: #0ec180;
}

.mitr-goals ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: calc(100% - 20px);
}

.invest-goal {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    position: relative;
}

.mitr-advisor {
    width: 50%;
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.mitr-advisor h2 {
    color: white;
}

.robo-advise {
    max-width: 420px;
    padding-right: 15px;
    padding-left: 15px;
    height: 100%;
}

.mitr-goals .robo-advise {
    max-width: 310px;
}

.robo-advise figure {
    width: 70px;
}

// .money-mitr-circle {
//     position: absolute;
// }
.robo-advise > ul > li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 3rem;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mitr-goals .robo-advise > ul > li {
    margin-top: 0;
}

.robo-advise > ul > li ul,
.robo-advise > ul > li > p {
    width: calc(100% - 70px);
    color: white;
    font-size: 20px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    padding-left: 10px;
}

.robo-advise > ul > li ul p {
    margin-bottom: 15px;
}

.robo-advise > ul > li ul > li {
    font-size: 16px;
    background-image: url('../images_sep/svg/tick-small.svg');
    background-repeat: no-repeat;
    background-position: center left 20px;
    padding-left: 45px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.robo-advise > ul > li ul > li:last-child {
    margin-bottom: 0;
}

.icon-mitr-advisor {
    fill: #7ef0c6;
    fill-rule: evenodd;
}

.mitr-start {
    background-color: #0554a1;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
}

.mitr-start h2 {
    color: white;
    margin-bottom: 2.5rem;
}

.mitr-start .btn {
    font-size: 15px;
    letter-spacing: .04em;
}

.single-calculate {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    max-width: 350px;
    padding: 25px;
    margin-top: 2.5rem;
    margin-left: 15px;
    margin-right: 15px;
}

.single-calculate .btn {
    margin-top: 20px;
}

.calculator-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.calculator-title h2 {
    color: #0554a1;
}

.calculator-title p {
    color: #666;
    font-size: 16px;
    margin-top: 20px;
}

.calculator-title figure {
    width: 84px;
}

.calculator-info {
    width: calc(100% - 84px);
    padding-left: 30px;
}

.investing-calculator {
    fill: #45b3f8;
    fill-rule: evenodd;
}

.money-mitr-icons {
    fill: #17c988;
    fill-rule: evenodd;
}

.single-mitr h2 {
    color: #17c988;
    font-size: 2.375rem;
    position: relative;
    top: 16%;
    -webkit-transform: translateY(-16%);
    -ms-transform: translateY(-16%);
    transform: translateY(-16%);
}

.single-mitr h2 > span {
    font-size: 1.9375rem;
    display: block;
}

.why-mitr {
    width: 160px;
    height: 160px;
    background-color: white;
    border: 2px solid #17c988;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #17c988;
    font-size: 4.6875rem;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    right: -30px;
    top: -30px;
}

.single-mitr h3 {
    margin-top: 15px;
}

.single-mitr p {
    margin-top: 20px;
}

.single-calculate p {
    padding-top: 15px;
    color: #666;
    font-size: 14px;
}

.flex-calculator {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-mitr figure {
    width: 111px;
    height: 111px;
    background-color: white;
    border: 2px solid #17c988;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.single-mitr:first-child {
    background-color: #f7fffc;
}

.single-mitr {
    width: 50%;
    border-bottom: #b9efdb 2px solid;
    border-right: #b9efdb 2px solid;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.flex-why-mitr {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: #b9efdb 2px solid;
    border-top: #b9efdb 2px solid;
}


/*categories*/

.table-category {
    width: 100%;
    margin-top: -1px;
    background-color: white;
}

.category-table-wrapper {
    max-width: 1170px;
    padding-left: 30px;
    padding-right: 30px;
}

.table-category svg {
    width: 11px;
}

.funds-category {
    border: 1px solid #e4e4e4;
    box-shadow: 1.5px 2.6px 25px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
}

.table-category>thead>tr>th {
    background-color: rgba(23, 201, 136, .1);
    color: #17c988;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
}

.table-category>thead>tr>th:first-child {
    text-align: left;
}

.table-category>tbody>tr>td {
    padding: 20px 0;
}

.table-category>tbody>tr>td {
    color: #666;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.table-category>tbody>tr>td>a {
    color: #0554a1;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.table-category>tbody>tr>td {
    border: none;
    border-bottom: 1px solid #cfe4fa;
    border-right: 1px solid #cfe4fa;
    text-align: center;
}

.table-category>tbody>tr>td:first-child {
    text-align: left;
    padding-left: 20px;
}

.table-category>tbody>tr>td:last-child {
    border-right: none;
}

.table-category>tbody>tr:last-child>td {
    border-bottom: none;
}

.table-category>tbody>tr>td:last-child>a {}

.table-category .btn {
    padding: 9px 17px 7px 17px;
    color: white;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.category-list-table h2 {
    color: #222;
}

.category-list-table span {
    opacity: 0.7;
    color: #0554a1;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: -3px;
}

.category-list-table p {
    color: #666;
    font-size: 13px;
    margin-top: 20px;
}

.category-list-table {
    background-color: #f1f1f1;
}

.select-box-group,
.selectFunds-category {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.selectFunds-category {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.select-box-group {
    width: calc(100% - 100px);
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.select-box-group select,
.select-box-group input {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 20px;
    height: 43px;
}

.input-search {
    position: relative;
}

.input-search input {
    padding-right: 30px;
}

.search-icon-input {
    position: absolute;
    right: 9px;
    top: 9px;
}

.select-box-group input {
    background-image: url("../images_sep/svg/icon-search-category.svg");
    background-repeat: no-repeat;
    background-position: center right 15px;
    padding-right: 45px;
}

.select-box-group select:last-child {
    margin-right: 0;
}

.selectFunds-category span {
    color: #999;
    font-size: 11px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    margin-top: 20px;
    text-transform: uppercase;
    width: 100px;
}

.category-filter {
    background-color: #f1f8ff;
    padding-bottom: 20px;
}

.select-box-group .select-lg {
    width: 200px;
}

.select-box-group .select-md {
    width: 175px;
}

.select-box-group .select-xs {
    width: 150px;
}

.explorer-info h2 {
    text-align: center;
}

.explorer-info a {
    text-decoration: underline;
    font-weight: 400;
    color: white;
}

.explorer-info span {
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    letter-spacing: .04em;
}

.display-hide,
.funds-category {
    display: none;
}

.equity-funds .category-table-wrapper.display-show {
    display: block;
}

.category-table-wrapper .funds-category {
    display: block !important;
}


/*careers*/

.careers-section {
    background-color: #f9f9f9;
}

.join-team {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 25px;
    background-color: white;
}

.flex-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.join-team-title {
    max-width: 270px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 30px;
}

.join-team-title h2 {
    margin-left: 20px;
}

.join-team-title,
.join-team p {
    width: 100%;
    margin-top: 25px;
}

.join-team p {
    max-width: calc(100% - 270px);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    padding-right: 20px;
}

.accordion-head {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.accordion-head a {
    color: #45b3f7;
    font-size: 14px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-decoration: underline;
    letter-spacing: .02em;
}

.read-more {
    width: 100%;
    margin-top: 15px;
}

.viewmore-content {}

.read-more a {
    color: #0554a1;
    font-size: 14px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.accordion-head,
.title-opening {
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.title-opening {
    padding-top: 25px;
}

.accordion-head p {
    color: #666;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    padding-right: 15px;
}

.width-control p:last-child {
    padding-right: 0;
}

.width-control p:nth-child(1) {
    width: 26%;
}

.width-control p:nth-child(2) {
    width: 16%;
}

.width-control p:nth-child(3) {
    width: 24%;
}

.width-control p:nth-child(4) {
    width: 14%;
}

.accordion-head p:nth-child(5) {
    width: 20%;
}

.single-accordion {
    margin-top: 15px;
}

.single-accordion.first-child {
    margin-top: 0;
}

.accordion-explained {
    background-color: #f8fcff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 0 20px 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.accordion-explained h3 {
    color: #666;
    font-size: 14px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.accordion-explained p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.78;
    margin-top: 10px;
}

.card-block {
    width: calc(100% / 3);
    padding-right: 30px;
    margin-top: 20px;
}

.card-block:first-child {
    margin-top: 0;
    padding-top: 20px;
}

.card-block:last-child {
    padding-right: 0;
}

.flex-title {
    color: #0554a1;
    font-size: 11px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.toggle-control {
    background-color: #77cbff;
    border-radius: 0 0 5px 5px;
    color: white;
    font-size: 11px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 5px 30px 5px 10px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    cursor: pointer;
    letter-spacing: 0.04em;
}

.card.down-arrow .toggle-control {
    background-image: url("../images_sep/svg/toggle-up.svg");
}

.toggle-control {
    background-image: url("../images_sep/svg/toggle-down.svg");
}

.card.down-arrow .toggle-control.down-arrow,
.toggle-control.down-arrow {
    background-image: url("../images_sep/svg/toggle-up.svg");
}

.card.down-arrow .toggle-control.collapsed,
.toggle-control.down-arrow.collapsed {
    background-image: url("../images_sep/svg/toggle-down.svg");
}

.opening-filter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    margin-top: 4rem;
}

.clear-filter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.opening-filter h2 {
    color: black;
    font-size: 20px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
}

.opening-filter span {
    color: #0554a1;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.clear-filter span {
    color: #0554a1;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    font-size: 12px;
    cursor: pointer;
}

.clear-filter small {
    color: #999;
    letter-spacing: .02em;
    font-size: 11px;
    font-family: "AvenirNextLTPro-Demi", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.clear-filter p {
    line-height: 1;
    margin-right: 15px;
}

.join-fundsIndia ul,
.title-join {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.join-fundsIndia ul {
    margin-bottom: 0;
}

.title-join {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

.join-fundsIndia li {
    padding: 30px;
    width: calc(100% / 3);
}

.join-fundsIndia li h2 {
    color: white;
    line-height: 1.2;
}

.join-footer {
    background-color: white;
    padding: 25px 15px;
    text-align: center;
}

.join-footer a {
    color: #0554a1;
}

.join-fundsIndia li p {
    margin-top: 30px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

.join-fundsIndia li:nth-child(1) {
    background-color: #307bc3;
}

.join-fundsIndia li:nth-child(2) {
    background-color: #2367a8;
}

.join-fundsIndia li:nth-child(3) {
    background-color: #0554a1;
}


/*footer-bottom*/

.footer-margin {
    margin-top: 13rem;
}

.footer-padding {
    padding-top: 6rem;
}

.investingsedosti {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-weight: 500;
    font-size: 18px;
    font-style: italic;
    letter-spacing: .04em;
}

.footer-bottom {
    padding-top: 20px;
}

.footer-accordion > a:focus:active,
.footer-accordion > a:active:focus,
.footer-accordion > a:active,
.footer-accordion > a:focus,
.footer-accordion > a:hover {
    color: #376092;
}

.footer-accordion > a {
    color: #376092;
    font-size: 14px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("https://www.fundsindia.com/images_sep/svg/icon-minus-blue.svg");
}

.footer-accordion > a.collapsed {
    background-image: url("https://www.fundsindia.com/images_sep/svg/icon-plus-blue.svg");
}

.footer-accordion {
    margin-bottom: 20px;
}

.footer-accordion small {
    float: right;
}

.disclaimer p,
.accordion-body p {
    margin-bottom: 20px;
    color: #010101;
    font-size: 15px;
    line-height: 2;
}

.disclaimer p:last-child,
.accordion-body p::last-child {
    margin-bottom: 0;
}

.accordion-body {
    margin-top: 30px;
}

.disclaimer {
    margin-top: 3rem;
}

.disclaimer p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4;
}

.disclaimer p:last-child {
    margin-bottom: 0;
}

.footer-bottom h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-bottom h2 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 2.5rem;
}


/*blog*/

.blog-hero {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    background-color: #f9fdff;
}

.blog-page-title {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.blog-hero h2 {
    color: #0554a1;
    font-weight: 700;
    font-size: 2.25rem;
}

.blog-hero p {
    text-transform: uppercase;
    font-size: 12px;
    color: #0554a1;
    font-weight: 700;
    margin-bottom: 4px;
}

.blog-hero span {
    color: #00b050;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    display: block;
    padding-bottom: 20px;
    letter-spacing: .03em;
}


/*single post*/

.single-post {
    margin-top: 30px;
    border: 1px solid #dedede;
    padding: 15px 30px;
    border-radius: 5px;
}

.single-post h2 {
    margin-top: 30px;
}

.single-post figure {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0;
}

.category-author {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}

.post-categories {
    margin-bottom: 0;
    padding-left: 0;
}

.post-categories li {
    list-style-type: none;
}

.single-post > p {
    margin-top: 20px;
}

.category-author {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.canvas-block {
    background-color: #f6f8fa;
    border-radius: 5px;
    border: 1px solid #999;
    color: #333;
    padding: 15px;
}

.canvas-block h2 {
    margin-top: 0;
}

.canvas-block p.lead {
    margin-top: 10px;
    margin-bottom: 0;
}

.dataTables_wrapper,
.btn-anywhere {
    margin-top: 30px;
}
