@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800&display=swap');


* {
    padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;
}

body {
    font-size: 13px;
    font-family: Poppins-Regular;
}

/* Fonts face */

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/font-poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/font-poppins/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: Poppins-SemiBoldItalic;
    src: url('../fonts/font-poppins/Poppins-SemiBoldItalic.ttf');
}

@font-face {
    font-family: Poppins-Thin;
    src: url('../fonts/font-poppins/Poppins-Thin.ttf');
}

@font-face {
    font-family: Poppins-ThinItalic;
    src: url('../fonts/font-poppins/Poppins-ThinItalic.ttf');
}

@font-face {
    font-family: Poppins-Light;
    src: url('../fonts/font-poppins/Poppins-Light.ttf');
}

@font-face {
    font-family: Poppins-LightItalic;
    src: url('../fonts/font-poppins/Poppins-LightItalic.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/font-poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-MediumItalic;
    src: url('../fonts/font-poppins/Poppins-MediumItalic.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/font-poppins/Poppins-Bold.ttf');
}



/* Comman css  */

::placeholder {
    color: red;
}

.mt0 {
    margin-top: 0px;
}

.mb0 {
    margin-bottom: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb7 {
    margin-bottom: 7px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 20px;
}

.pad150 {
    padding: 150px 0;
}

.pdl30 {
    padding-left: 30px;
}

.pdl40 {
    padding-left: 40px;
}


.fs-45 {
    font-size: 45px !important;
}

.fs-50 {
    font-size: 50px !important;
}

.fs-55 {
    font-size: 55px !important;
}



.color-red {
    color: red;
}

.drk-blue {
    color: #281662 !important;
}

.color-green {
    color: green;
}

.color-white {
    color: #fff !important;
}

.color-light-blue {
    color: #1552F0 !important;
}

.bdr-bottom {
    border-bottom: 1px solid #ddd;
}

.bdr-right {
    border-right: 1px solid #ddd;
}

.wid100pr {
    width: 100%;
}


.bg-clr-rond-t-b {
    background-color: #ebf3ff;
    border-radius: 200px 0 200px 0;
}

.grid-left, .grid-right, .grid-right-top, .grid-right-center {
    position: relative;
}

    .grid-left::before {
        content: '';
        position: absolute;
        bottom: 10px;
        left: 0;
        background: url(../images/bg-grid.svg) no-repeat bottom left;
        width: 100%;
        height: 100%;
    }

    .grid-right::before {
        content: '';
        position: absolute;
        bottom: 36px;
        right: 0;
        background: url(../images/bg-grid.svg) no-repeat bottom right;
        width: 100%;
        height: 100%;
    }

    .grid-right-top::before {
        content: '';
        position: absolute;
        top: 36px;
        right: 0;
        background: url(../images/bg-grid.svg) no-repeat top right;
        width: 100%;
        height: 100%;
    }

    .grid-right-center::before {
        content: '';
        position: absolute;
        top: 35%;
        right: 0;
        background: url(../images/grid-right-center.png) no-repeat top right;
        width: 100%;
        height: 100%;
    }


.input-group-text {
    border-block-start: none;
    border-left-width: 0px;
    border-right-width: 0px;
    border-radius: 0px;
    background: transparent;
}

input.form-control {
    border-block-start: none;
    border-left-width: 0px;
    border-right-width: 0px;
    border-radius: 0px;
}

input.form-control {
    height: 55px;
}

.form-control:focus {
    border-color: #D2D2D2;
    box-shadow: none;
}

::placeholder {
    color: #CCCCCC;
    font-size: 13px;
}

.cust-select {
    height: 55px;
    border-bottom: 1px solid #ddd;
}

    .cust-select .btn-light:hover, .cust-select .btn-light:focus {
        background: #dae0e5;
        outline: 0 !important;
        outline-offset: 0;
    }

    .cust-select a.dropdown-item:hover {
        background: #CACAFF;
        padding: 10px 20px;
    }

    .cust-select a.dropdown-item {
        padding: 10px 20px;
    }

        .cust-select a.dropdown-item.selected.active {
            background: #CACAFF;
        }

.btn-get-start {
    background: #1450EE;
    color: #fff;
    border-radius: 100px;
    padding: 10px 30px;
}

.btn-explore {
    background: #1450EE;
    color: #fff;
    border-radius: 100px;
    padding: 10px 40px;
}

    .btn-explore:hover {
        color: #fff;
    }

.btn-login {
    background: #1552f0;
    border: 1px solid #1552f0;
    color: #fff;
    padding: 7px 20px;
    border-radius: 100px;
    transition: all 0.4s;
    font-family: Poppins-Medium;
}

    .btn-login:hover {
        background: #fff;
        color: #281662;
        box-shadow: 0.3px 2.2px 25px #a9a9a9;
    }

.btn.btn-button:hover {
    background: #fff;
    color: #281662;
    border-color: #1450EE;
}

.btn.btn-button {
    padding: 10px 30px;
    margin-right: 10px;
    border-radius: 1000px;
    background: #1450F0;
    color: #fff;
}

ul, ul li {
    padding: 0;
    list-style: none;
    margin: 0;
}

a {
    color: #000;
}

    a:hover {
        text-decoration: none;
    }

section {
    padding: 50px 0;
}

/*Login */

.captch-img, .captch-img-modal{display:flex; }
.captch-img img, .captch-img-modal img { width: 145px; height: 40px; max-width: 100%; margin-right:7px;}

/* Header */
header {
    background-color: #edf1f9;
    padding: 5px 0;
    height: 46px;
}

.head-bar {
    height: 37px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-box input {
    background: #E0E5F0;
    border-radius: 100px;
    text-indent: 26px;
    position: relative;
    height: 32px;
    margin: auto 0 auto auto;
}

.search-box:before {
    content: '\f002';
    font-family: FontAwesome;
    position: absolute;
    top: 8px;
    left: 2.5em;
    z-index: 1;
}

.search-box input::placeholder {
    font-size: 13px;
}

.head-bar ul li span {
    font-size: 14px;
    font-family: Poppins-Regular;
}

.head-bar ul li:nth-child(1) {
    border-right: 1px solid #281662;
}

.head-bar ul li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

    .head-bar ul li span:nth-child(2) {
        font-size: 14px;
        font-family: Poppins-Bold;
        padding-left: 8px;
    }

    .head-bar ul li span small {
        font-size: 12px;
        font-family: Poppins-Regular;
        padding-left: 8px;
    }

.navbar-toggler-icon i {
    line-height: 35px;
    font-size: 30px;
}

.fix-bar-menu {
    position: relative;
    width: 100%;
}

.Headerfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 0px 12px 9px #c7c6c677;
}

.menu {
    background: #fff;
    box-shadow: 0 2px 11px -10px #000;
}

    .menu ul.navbar-nav li a {
        font-size: 13px;
        font-family: 'Poppins-SemiBold';
    }

    .menu ul.navbar-nav li {
        padding: 0 8px;
    }
    /* .menu ul.navbar-nav li:nth-child(5) {
    background-color: #1552f0;
    border-radius: 100px;
    padding: 0 13px;
} */
    .menu ul.navbar-nav a span {
        color: #fff;
    }

    .menu .cust-navbar {
        padding: 0px;
    }

        .menu .cust-navbar ul.navbar-nav li {
            padding: 22px .4rem;
        }

button.navbar-toggler {
    border: 1px solid #15106d;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.menu ul.navbar-nav li:nth-child(6) a.btn-menu-sign {
    background: #1552f0;
    border-radius: 100px;
    padding: 8px 20px;
    font-size: 13px;
    line-height: 36px;
}

.dropdown-menu.cust-drop-menu {
    padding: 0;
}

    .dropdown-menu.cust-drop-menu a {
        padding: 10px 16px;
    }

        .dropdown-menu.cust-drop-menu a:hover {
            background: #1552f0;
            color: #fff;
        }

        .dropdown-menu.cust-drop-menu a.dropdown-item {
            font-size: 13px;
        }
/* .nav-item.dropdown.cust-dropdwn:hover .dropdown-menu a.dropdown-item:hover {
    background: #3b4b9a;
    color: #fff;
}
.cust-dropdwn .dropdown-menu{padding: 0px;}
.cust-dropdwn .dropdown-menu a {
    padding: 7px 10px;
    font-size: 14px !important;
} */




/* Banner */
.banner {
    position: relative;
    background: url(../images/Banner.png) no-repeat;
    width: 100%;
    height: 100vh;
}

    .banner img {
        max-width: 100%;
        width: 100%;
    }

.banner-info, .home-bnr {
    height: 92vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

    .banner-info h1 {
        font-size: 40px;
        color: #fff;
        line-height: 60px;
        font-family: Poppins-Bold;
        margin-bottom: 30px;
    }

    .banner-info p {
        color: #fff;
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 30px;
        font-family: Poppins-Light;
    }

.btn-banner {
    height: 45px;
    padding: 10px 60px;
    letter-spacing: 0.5px;
    font-size: 16px;
    border-radius: 100px;
    font-family: Poppins-Bold;
    transition: all 0.5s ease-in-out;
}

    .btn-banner:hover {
        box-shadow: 1px 7.5px 25px #1DAFE2;
    }

/* all Start Slider  */

.slick-prev::before {
    content: "\f053";
    font-family: FontAwesome;
    color: #281662;
    font-size: 30px;
}

.slick-next::before {
    content: "\f054";
    font-family: FontAwesome;
    color: #281662;
    font-size: 30px;
}

.slick-prev {
    left: -48px !important;
}

.our-client-box .owl-theme .owl-dots .owl-dot span {
    background: #281662;
    width: 15px;
    height: 15px;
}

.our-client-box .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 2px solid #281662;
}

.our-client-box .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

.our-client-box .owl-nav.disabled {
    position: absolute;
    top: -51px;
    right: 0;
    margin: 0px;
}

.custo-spek {
    margin-top: 30px;
    font-size: 14px;
}

    .custo-spek span a {
        font-family: 'Poppins-Bold';
        color: #1552F0;
        text-decoration: underline;
        padding-left: 5px;
    }

/* .our-client-box .owl-prev, .our-client-box .owl-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
} */
.our-client-box .owl-prev:before, .our-client-box .owl-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.our-client-box .owl-prev::before {
    content: "\f053";
    font-family: FontAwesome;
    color: #281662;
}

.our-client-box .owl-next::before {
    content: "\f054";
    font-family: FontAwesome;
    color: #281662;
}

.our-client-box .owl-prev, .our-client-box .owl-next {
    width: 45px;
    font-size: 0px !important;
    height: 45px;
    background: #DDDDDD !important;
    line-height: 60px;
    padding: 0 !important;
    text-align: center;
    border-radius: 0px !important;
}

.blog-section .slick-prev::before, .blog-section .slick-next::before {
    background: #DDDDDD;
    line-height: 60px;
    padding: 10px;
    text-align: center;
    border-radius: 0px;
}

/* all End Slider  */


/******************* 
    Counter 
***************************************/
.count-info {
    padding: 50px 0;
}

    .count-info h5 {
        font-size: 20px;
        line-height: 45px;
        text-align: center;
        font-family: Poppins-SemiBold;
        color: #281662;
    }

.counter-box h4 span small {
    font-size: 14px;
}

.counter-box {
    text-align: center;
    margin-bottom: 70px;
}

    .counter-box h4 {
        font-size: 40px;
        font-family: Poppins-SemiBold;
        color: #281662;
        line-height: 60px;
    }

    .counter-box h6 {
        font-size: 14px;
        font-family: Poppins-Regular;
        line-height: 20px;
        color: #281662;
    }

.client-txt {
    font-size: 12px;
    font-family: Poppins-Light;
    line-height: 45px;
    text-align: right;
    display: inherit;
}


.heading-ttl p {
    font-size: 15px;
    line-height: 34px;
    padding-top: 15px;
    font-family: Poppins-Regular;
    color: #281662;
}

.heading-ttl h4 {
    color: #281662;
    font-family: Poppins-Bold;
    font-size: 26px;
    line-height: 40px;
}

.heading-ttl h6 {
    color: #1552F0;
    font-family: Poppins-Bold;
    font-size: 14px;
}
/*.heading-ttl { width: 900px; margin: auto; }*/
.feature-box:hover h3 {
    color: #1552f0;
}

.feature-box {
    box-shadow: 1px 5px 15px 6px #e8e3e3;
    text-align: center;
    padding: 40px 28px;
    width: 250px;
    height: 295px;
    margin-bottom: 30px;
    border-radius: 20px;
}

    .feature-box img {
        height: 150px;
        width: 100%;
    }

    .feature-box h3 {
        margin: 0;
        padding: 20px 0 0;
        font-size: 15px;
        line-height: 22px;
        font-family: Poppins-Bold;
        color: #281662;
    }

.feat-plan {
    transform: translateY(60px);
}

.feature-bg {
    position: relative;
}

    .feature-bg::before {
        content: '';
        background: url(../images/Ellipse.png);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: contain;
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }



/******************** 
   WS Offering
**********************************/
.bg-ws-offer {
    position: relative;
}

    .bg-ws-offer:before {
        content: "";
        position: absolute;
        top: 22%;
        left: 0;
        background: url(../images/bg-offer-round.png) no-repeat -24% -10%;
        width: 100%;
        height: 100%;
        bottom: 0;
    }

.ws-offer-info dl {
    margin-bottom: 30px;
}

    .ws-offer-info dl dt {
        font-size: 18px;
        font-family: Poppins-Bold;
        color: #281662;
    }

        .ws-offer-info dl dt img {
            float: left;
            margin-right: 15px;
            width: 35px;
        }

    .ws-offer-info dl dd {
        font-size: 14px;
        color: #281662;
        margin-top: 7px;
        overflow: hidden;
        line-height: 30px;
    }

.ws-acc-open h6 {
    font-size: 18px;
    font-family: Poppins-Bold;
    color: #1552F0;
    margin-bottom: 30px;
}

/******************** 
   Invest & Track Anytime, Anywhere Section
**********************************/
.wmt-anywhere {
    background: #F9F9FF;
    border-radius: 100px;
}

ul.tab-anywhere li {
    font-size: 18px;
    font-family: Poppins-Medium;
    padding: 0 15px;
}

    ul.tab-anywhere li a {
        color: #281662;
    }

ul.nav.nav-tabs.tab-anywhere {
    width: 620px;
    margin: auto;
    border: none;
}

.wmt-bdr-top {
    border-bottom: 1px solid #ddd;
    padding-top: 25px;
}

.nav-tabs.tab-anywhere .nav-link {
    border: 2px solid transparent;
    padding-left: 30px;
    padding-right: 30px;
}

    .nav-tabs.tab-anywhere .nav-item.show .nav-link, .nav-tabs.tab-anywhere .nav-link.active {
        border: 2px solid #1552F0;
        color: #1552F0;
        border-radius: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .nav-tabs.tab-anywhere .nav-link:focus, .nav-tabs.tab-anywhere .nav-link:hover {
        border: 2px solid #1552F0;
        color: #1552F0;
        border-radius: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }

.wmt-app-box p {
    font-size: 18px;
    line-height: 30px;
    padding-top: 20px;
    color: #281662;
}

.wmt-app-box ul li {
    list-style: disc;
    font-size: 14px;
    font-family: Poppins-Medium;
    line-height: 40px;
    color: #281662;
}

.wmt-dwnl {
    width: 200px;
    box-shadow: 0px 3px 11px 4px #ddd;
    padding: 15px 20px;
    border-radius: 8px;
    display: inline-block;
    margin-right: 30px;
}

    .wmt-dwnl .icons img {
        float: left;
        width: 30px;
        margin-right: 20px;
    }

    .wmt-dwnl .txt p {
        margin: 0px;
        height: 33px;
        color: #1552F0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 14px;
        font-family: 'Poppins-Bold';
    }

.wmt-app-img img {
    height: 350px;
}

.mm-solo-info h6 {
    font-size: 18px;
    line-height: 50px;
    padding-bottom: 30px;
}

    .mm-solo-info h6 span {
        color: #1450EE;
        font-family: Poppins-SemiBold;
    }

.mm-solo-info img {
    height: 300px;
}

.ws-desk-box {
    margin-top: 20px;
}

    .ws-desk-box p {
        line-height: 30px;
        font-size: 16px;
        text-align: center;
    }

.wmt-app-box ul {
    margin-bottom: 30px;
    padding-left: 40px;
}

.ws-desk-box ul li {
    font-size: 14px;
    font-family: Poppins-Medium;
    line-height: 56px;
}

    .ws-desk-box ul li span img {
        margin-right: 10px;
        width: 35px;
    }

.ws-desk-img img {
    height: 300px;
}

.wmt-gt-acc {
    margin-top: 40px;
}

.wmt-sign-txt p {
    text-align: right;
    font-size: 16px;
    font-family: Poppins-SemiBold;
    color: #281662;
    margin: 0px;
    transform: translateY(15px);
}

.btn-wmt-sign {
    background: #1450EE;
    font-size: 14px;
    font-family: Poppins-Bold;
    border-radius: 100px;
    padding: 10px 30px;
}

/******************** 
    Meet our intelligent
**********************************/
.meet-wiva {
    margin-top: 50px;
}

    .meet-wiva img {
        height: 350px;
    }


/******************** 
    Knowledge Centre
**********************************/
.know-box {
    text-align: center;
    padding: 20px;
}

    .know-box h5 {
        font-size: 18px;
        line-height: 35px;
        text-transform: uppercase;
        font-family: Poppins-SemiBold;
        color: #281662;
    }

        .know-box h5 span {
            display: block;
            color: #1552F0;
            font-family: Poppins-SemiBold;
        }

    .know-box img {
        margin-bottom: 10px;
    }

    .know-box a {
        font-size: 16px;
        font-family: Poppins-Medium;
        color: #1552F0;
        text-decoration: underline;
    }

/******************** 
    One-stop Financial Needs
**********************************/

.bg-slider-one {
    position: relative;
    z-index: 0;
}

    .bg-slider-one:after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        background: url(../images/bg-grid.svg) no-repeat bottom left;
        width: 100%;
        height: 100%;
        z-index: -2;
    }

    .bg-slider-one:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        background: url(../images/bg-insur.png) no-repeat 108% 100%;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

ul.insur-tabs {
    width: 310px;
    margin: auto;
}

    ul.insur-tabs li {
        font-size: 16px;
        font-family: Poppins-Medium;
        padding: 0 10px 0;
    }

        ul.insur-tabs li a {
            color: #281662;
        }

ul.nav.nav-tabs.insur-tabs {
    border: none;
}

.nav-tabs.insur-tabs .nav-link {
    border: 1px solid #1552f0;
    padding: 4px 40px;
    border-radius: 100px;
    font-family: Poppins-SemiBold;
    line-height: 30px;
    color: #281662;
    font-size: 16px;
}

    .nav-tabs.insur-tabs .nav-item.show .nav-link, .nav-tabs.insur-tabs .nav-link.active {
        border: 1px solid #1552F0;
        color: #fff;
        background: #1552F0;
        border-radius: 100px;
        padding: 4px 40px;
    }

    .nav-tabs.insur-tabs .nav-link:focus, .nav-tabs.insur-tabs .nav-link:hover {
        border: 1px solid #1552F0;
        color: #fff;
        background: #1552F0;
        border-radius: 100px;
        padding: 4px 40px;
    }

.bg-slider-one {
    background: #F8F9FF;
    border-radius: 200px 0 200px 0;
}

.insur-box {
    position: relative;
    box-shadow: 1px 5px 15px 6px #e8e3e3;
    transition: all 0.5s ease-in-out;
    padding: 40px 20px;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    margin: 0px 15px 20px;
    display: inline-block;
}

.one-stop-box {
    margin-bottom: 30px;
}
/*.one-stop-box:hover .insur-box{background:#1450ee; color:#fff; transform: translateY(25px);}
.one-stop-box:hover .insur-box a{color:#fff;}*/
/*.one-stop-box:hover img{opacity:1;}*/
.insur-box a {
    font-size: 20px;
    font-family: 'Poppins-Bold';
    color: #281662;
}

.one-stop-box img {
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.center .slick-center .one-stop-box .insur-box {
    color: #e67e22;
    background: #1450ee;
    transform: translateY(25px);
}

.center .slick-center .one-stop-box img {
    opacity: 1;
}

.center .slick-center .one-stop-box .insur-box a {
    color: #fff;
}

@keyframes spin {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(180deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

/*.finac-need {box-shadow:10px 10px 10px #777; border-radius:20px; text-align:center; margin-bottom:30px;}
.finac-need h4{background: #1552F0; border-radius: 20px 20px 0 0; font-size: 40px; color: #fff; padding: 30px; font-family:Poppins-Medium; margin-bottom:0px;}
.finac-need h6{background: #fff; border-radius: 0px 0px 20px 20px; font-size: 30px; color: #1552F0; padding: 30px; font-family:Poppins-SemiBold; margin-bottom:0px;}
.finac-need h6 a{ color:#1552F0; text-decoration:underline;}
.finac-need-btn { padding:10px 60px; font-size: 17px; border-radius: 100px; margin-top:30px; }*/

/* Services */
.regular-silder {
    width: 900px;
    margin: auto;
}

.service-box:hover {
    background: linear-gradient(to right, #4446E9, #110875);
    color: #fff;
}

    .service-box:hover a {
        color: #fff;
    }

.service-box {
    background: #DFE4F9;
    padding: 30px;
    color: #0B0160;
}

.servic-icon {
    margin-bottom: 30px;
}

.servic-ttl h5 {
    font-size: 16px;
    font-family: Poppins-Bold;
    line-height: 20px;
    margin-bottom: 20px;
}

.servic-txt p {
    font-size: 13px;
    font-family: Poppins-Light;
    line-height: 25px;
    min-height: 75px;
}

.servic-txt a {
    font-size: 14px;
    font-family: Poppins-SemiBold;
    color: #1552F0;
    line-height: 25px;
}

/******************** 
    Need Here
**********************************/
.bg-need-here {
    background: url(../images/new-here.png) no-repeat;
    background-size: cover;
    height: 538px;
    padding: 0px;
}

.need-box, .need-box-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 500px;
}

    .need-box h4 {
        font-size: 69px;
        color: #fff;
        font-family: 'Poppins-Bold';
        margin-bottom: 20px;
    }

    .need-box h6 {
        color: #fff;
        font-size: 18px;
        font-family: 'Poppins-SemiBold';
        margin-bottom: 20px;
    }

    .need-box p {
        color: #fff;
        font-size: 16px;
        font-family: Poppins-SemiBold;
        margin-bottom: 30px;
    }

.bg-become-partner {
    background: #fff url(../images/become-partner.svg) no-repeat left center;
    height: 430px;
    width: 100%;
}
/*.invest-partner{ display: flex; flex-direction: column; justify-content: center; height: 430px;}*/
.btn-partner {
    width: 240px;
    height: 50px;
    font-size: 17px;
    border-radius: 100px;
    background: #1450EE;
    border: none;
}

.invest-partner p {
    margin: 0;
    color: #281662;
    font-size: 22px;
}

    .invest-partner p span {
        font-family: Poppins-Bold;
    }

.ws-parnter h3 {
    font-size: 25px;
    font-family: Poppins-Bold;
    line-height: 50px;
    color: #281662;
}

.ws-parnter p {
    font-size: 16px;
}

.invest-partner ul li {
    display: inline-block;
    padding-right: 15px;
    color: #281662;
    font-size: 14px;
}

    .invest-partner ul li span {
        padding-right: 6px;
    }

.invest-partner ul {
    margin: 15px 0;
}

.invest-partner h5 {
    font-size: 16px;
    font-family: 'POPPINS-SEMIBOLD';
    line-height: 40px;
    color: #281662;
}

.left-pattern {
    position: relative;
}

    .left-pattern:before {
        content: '';
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        background: url(../images/service-bg.png) no-repeat -22% 93%;
        width: 100%;
        height: 100%;
        background-size: inherit;
    }

.ws-why-choose {
    position: relative;
}

    .ws-why-choose:before {
        content: '';
        background: url(../images/bg-ws-chos.png)no-repeat 100% 100%;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        background-size: contain;
    }

.why-wealth-box {
    margin-bottom: 50px;
}

    .why-wealth-box h6 {
        font-size: 18px;
        font-family: Poppins-Bold;
        color: #281662;
        line-height: 33px;
    }

    .why-wealth-box p {
        font-size: 13px;
        text-align: justify;
        padding-right: 20px;
        font-family: Poppins-Regular;
        color: #2C2958;
        line-height: 30px;
    }

.why-wealth-img {
    height: 433px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .why-wealth-img img {
        width: 90%;
    }

.heading-ttl span {
    font-size: 14px;
}

.btn-ws-why {
    padding: 10px 50px;
    margin-right: 10px;
    border-radius: 1000px;
    background: #1450EE;
}

.bg-brokerage {
    background: #272786 url(../images/bg-brokerage.png) no-repeat;
    width: 100%;
    height: 350px;
    padding: 0px;
}

.brokrage-info span {
    font-size: 20px;
    font-family: Poppins-Medium;
    color: #fff;
    line-height: 45px;
}

    .brokrage-info span.elit-txt {
        font-size: 36px;
        background: #608CFF;
    }

.brokrage-info h5 {
    font-size: 36px;
    font-family: Poppins-SemiBold;
    color: #fff;
    line-height: 55px;
}

.brokrage-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 350px;
}

.cntr-btn {
    line-height: 163px;
}

/* Our Client  */
.bg-client {
    background: url(../images/bg-our-client.png) no-repeat;
}

.our-client-info {
    width: 800px;
    margin: auto;
    text-align: center;
    padding: 40px 0 30px;
}

    .our-client-info p {
        font-size: 13px;
        font-family: Poppins-Regular;
        color: #0D0D31;
        line-height: 30px;
        margin: 30px 0;
    }

    .our-client-info h5 {
        font-size: 20px;
        font-family: Poppins-SemiBold;
        color: #0D0D31;
        line-height: 30px;
    }

    .our-client-info span {
        font-size: 13px;
        font-family: Poppins-Light;
    }

    .our-client-info img {
        width: 54px;
        height: 46px;
        opacity: 40%;
    }

    .our-client-info .img-star img {
        opacity: 1;
        width: 194px;
        margin: auto;
    }

    .our-client-info .img-star {
        padding-bottom: 15px;
    }


/* Index Blog */

.futu-txt h4 {
    font-size: 36px;
    font-family: Poppins-Bold;
    line-height: 45px;
    color: #281662;
    border-bottom: 1px solid #281662;
    padding-bottom: 30px;
}

.futu-txt {
    padding-bottom: 30px;
}

.blog-box span {
    color: #666666;
    font-size: 12px;
    font-family: Poppins-Medium;
    line-height: 25px;
}

.blog-box .blog-ttl p {
    font-size: 14px;
    font-family: Poppins-SemiBold;
    line-height: 25px;
    color: #281662;
    margin-bottom: 10px;
}

.blog-box .blog-readmore {
    padding-bottom: 15px;
    font-size: 13px;
    font-family: Poppins-SemiBold;
    line-height: 25px;
    color: #1450EE;
}

.blog-box .blog-img:hover {
    box-shadow: 1px 2px 13px 1px #221f20;
}

.blog-box .blog-img img {
    max-width: 100%;
    margin-bottom: 8px;
}

.blog-box .blog-img {
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.blog-box {
    margin-top: 15px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 1px 0px #676a71;
    border-radius: 4px;
}

.blog-info {
    padding: 8px 15px;
}

.blog-ttl, .blog-readmore {
    padding: 0 15px;
}

/* End  Home css  */

/*Star  About Us  */
.img-vision {
    width: 400px;
    margin: auto;
}

.img-mission {
    width: 400px;
    margin: auto;
}

.bg-intro {
    position: relative;
}

    .bg-intro::before {
        content: '';
        position: absolute;
        background: url(../images/bg-intro.svg) no-repeat left top;
        top: 0;
        left: 0;
        background-size: contain;
        width: 100%;
        height: 100%;
    }

.about-hdr h5 {
    font-size: 40px;
    font-family: Poppins-Bold;
    line-height: 60px;
    color: #281662;
    padding-bottom: 10px;
}

.about-hdr {
    padding: 80px 0;
}

    .about-hdr p {
        color: #0E2B76;
        font-size: 16px;
        font-family: Poppins-Light;
        padding-bottom: 10px;
    }

.instro-text p {
    font-size: 15px;
    line-height: 33px;
    text-align: center;
}

.bg-happy-clent {
    background: #F4F4FF;
    border-radius: 200px;
}

.vision-box h6 {
    color: #1552F0;
    font-family: Poppins-Bold;
    font-size: 14px;
}

.vision-box h4 {
    color: #281662;
    font-family: Poppins-Bold;
    font-size: 22px;
    line-height: 35px;
}

.vision-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 458px;
}

    .vision-box p {
        font-size: 16px;
        padding-top: 20px;
        line-height: 35px;
    }

.value-box {
    margin-bottom: 40px;
}

.value-ttl h5 {
    font-size: 18px;
    color: #281662;
    font-family: Poppins-SemiBold;
    padding-bottom: 7px;
}

.value-txt {
    font-size: 14px;
    line-height: 30px;
    color: #2C2958;
}

.value-icon {
    padding-bottom: 30px;
}

    .value-icon img {
        height: 52px;
    }

.meet-box:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/meet-bg.svg)no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.meet-box {
    position: relative;
    margin-bottom: 30px;
}

.meet-ttl h6 {
    color: #281662;
    font-size: 18px;
    font-family: Poppins-Bold;
}

.meet-info span:nth-child(1) {
    font-size: 16px;
    color: #2C2958;
}

.meet-info span:nth-child(2) {
    position: absolute;
    bottom: 20px;
    right: 34px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #281662;
    border-radius: 100px;
}

.overlay {
    position: absolute;
    top: 13px;
    left: 15px;
    right: 0;
    width: 18.7rem;
    height: 21.5rem;
    opacity: 0;
    transition: .5s ease;
    background-color: #1552F0;
    z-index: 10;
    border-radius: 68px 0;
}

.text {
    color: #fff;
    padding: 30px;
}

    .text p {
        line-height: 20px;
    }

.meet-box:hover .overlay {
    opacity: 1;
}

.meet-box:hover:after {
    opacity: 0.8;
}


.bg_abt_trading {
    background: #F3F3FF;
    height: 378px;
}

.abt-stock h5 {
    font-size: 26px;
    font-family: Poppins-Bold;
    line-height: 50px;
    color: #281662;
}

.abt-stock {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-finc h4 {
    font-size: 40px;
    font-family: Poppins-Bold;
    line-height: 70px;
    color: #281662;
    margin-bottom: 15px;
}

.bg-about-finc {
    position: relative;
    padding: 30px 20px;
}

    .bg-about-finc:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 65%;
        background: #F4F4FF;
        border-radius: 42px;
    }

.partner-join-img img {
    width: 380px;
}

/* End About Us */

/* Start services */
.bg-services, .bg-serv-ptnr {
    position: relative;
    padding-top: 0px;
}

    .bg-services::before {
        content: '';
        position: absolute;
        background: url(../images/serv-bnr1.svg) no-repeat;
        width: 100%;
        height: 100%;
    }

    .bg-serv-ptnr::before {
        content: '';
        position: absolute;
        background: url(../images/bg-servi-ptnr.svg) no-repeat;
        width: 100%;
        height: 100%;
    }

.fina-serv-box {
    text-align: center;
    box-shadow: 1px 3px 6px #000000;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
}

    .fina-serv-box img {
        padding-bottom: 30px;
    }

    .fina-serv-box:hover {
        background: #110875;
        color: #fff;
    }

    .fina-serv-box h6 {
        font-size: 22px;
        font-family: Poppins-Bold;
        margin-bottom: 15px;
    }

    .fina-serv-box p {
        color: #281662;
        font-size: 15px;
        line-height: 30px;
    }

.bg-fina-ser {
    position: relative;
}

    .bg-fina-ser::before {
        content: '';
        background: url(../images/bg-fina-after.png) no-repeat center right;
        position: absolute;
        top: 3%;
        right: 0;
        width: 100%;
        height: 100vh;
        z-index: 0;
    }

/* End services */

/*****************************************
Stock Section
**********************************************************/
.stock-hedr {
    display: flex;
    flex-direction: column;
    height: 488px;
    justify-content: center;
    align-items: flex-start;
}

    .stock-hedr h5 {
        font-size: 40px;
        font-family: Poppins-Bold;
        color: #281662;
        margin-bottom: 15px;
    }

    .stock-hedr h6 {
        font-size: 26px;
        font-family: Poppins-Bold;
        color: #281662;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .stock-hedr p {
        font-size: 18px;
        color: #0E2B76;
        font-family: Poppins-Medium;
        line-height: 35px;
        margin-bottom: 35px;
    }

    .stock-hedr .click-invt {
        font-size: 29px;
        color: #1552F0;
        font-family: Poppins-Bold;
    }

.stock-banr-img img {
    height: 380px;
}


.equity-info {
    padding: 40px 100px 30px 30px;
}

    .equity-info p {
        margin-bottom: 30px;
    }

        .equity-info p img {
            float: left;
            margin-right: 15px;
            width: 35px;
            height: 35px;
        }

        .equity-info p span {
            line-height: 30px;
            overflow: hidden;
            display: block;
            font-size: 14px;
            color: #2C2958;
        }

.stock-grid-right, .stock-grd-btm {
    position: relative;
}

    .stock-grid-right:before {
        content: '';
        position: absolute;
        bottom: 0px;
        right: 0px;
        background: url(../images/stock-grid-right.png) no-repeat 100% 100%;
        width: 100%;
        height: 100%;
    }

    .stock-grd-btm:before {
        content: '';
        position: absolute;
        bottom: 0px;
        right: 0px;
        background: url(../images/grid-right-center.png) no-repeat 100% 68%;
        width: 100%;
        height: 100%;
    }

.bg-stock-app {
    background: #F4F4FF;
    position: relative;
    padding: 0px;
    margin-bottom: 100px;
}

    .bg-stock-app:after {
        content: '';
        background: url(../images/right-arrow.png) no-repeat 2% 16%;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    .bg-stock-app:before {
        content: '';
        background: #F4F4FF url(../images/insu-secu1.png) no-repeat 100% 100%;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
    }

.bg-iposubscr {
    background: #F4F4FF;
}

.ipo-sub-text h4 {
    font-size: 36px;
    font-family: Poppins-Bold;
    margin-bottom: 40px;
    color: #281662;
}

.ipo-sub-text {
    transform: translate(0, 70px);
}

.invt-track img {
    transform: translateY(100px);
}

.invt-track .btn-explore {
    transform: translateY(120px);
}

.invt-app-info {
    transform: translateY(75px);
}

.bg-iposubscr {
    background: #F4F4FF url(../images/ipo-bg-round.png) no-repeat;
    position: relative;
}

.invt-track .invt-app-info p {
    font-size: 36px;
    font-family: Poppins-Bold;
    color: #2C2958;
    margin-bottom: 0px;
}

    .invt-track .invt-app-info p:nth-child(3) {
        color: #1552F0;
        margin-bottom: 15px;
    }

.invt-track .invt-app-info span {
    font-size: 16px;
    color: #2C2958;
}

/* End Stock Section */

/*****************************************
Contact us
**********************************************************/
.off-add-info h6 {
    font-size: 18px;
    font-family: Poppins-Bold;
    line-height: 40px;
    color: #2C2958;
}

.off-add-info p {
    font-size: 13px;
    color: #2C2958;
    line-height: 25px;
}

.cnt-add-box {
    border-bottom: 1px solid #281662;
    margin-bottom: 20px;
    min-height: 165px;
}

.off-add-arn h5 {
    color: #1552F0;
    font-size: 12px;
    padding-top: 10px;
    font-family: Poppins-SemiBold;
}

.conact-banner {
    background: #1450ee;
    background-size: cover;
    background-position: 100% 100%;
    height: 300px;
}

.breadcrumbs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
}

    .breadcrumbs h5 {
        font-size: 50px;
        font-family: Poppins-Bold;
        color: #fff;
    }

    .breadcrumbs p {
        font-size: 17px;
        line-height: 30px;
        font-family: Poppins-Light;
        color: #fff;
    }

.cont-banr-img {
    transform: translate(0px, 25px);
}


.contactus-box {
    position: relative;
    padding-bottom: 50px;
}

.cont-msg-box {
    position: absolute;
    top: 22%;
    left: 25%;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 6px 14px 30px #C7C7C7;
    width: 100%;
    padding: 30px;
    z-index: 1;
}

    .cont-msg-box h5 {
        font-size: 26px;
        color: #281662;
        font-family: Poppins-Bold;
        margin-bottom: 30px;
    }

.cont-msg-input input.form-control {
    border-block-start-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

.cont-chk-box h5 {
    font-size: 18px;
    font-family: Poppins-SemiBold;
}

.btn-submit {
    border-radius: 100px;
    padding: .475rem 1.75rem;
    background: #1450EE;
}

ul.cont-add-box {
    padding: 20px 30px;
    margin-top: 3px;
}

    ul.cont-add-box li {
        display: inline-block;
        width: 49%;
        margin-bottom: 15px;
        line-height: 30px;
        font-size: 18px;
        color: #281662;
    }

        ul.cont-add-box li img {
            float: left;
            padding: 5px 15px 5px 0;
        }

.contact-hed h5 {
    font-size: 18px;
    font-family: 'Poppins-Bold';
    margin-bottom: 20px;
    color: #281662;
}

/***********************
   Goal Calculator Section Start  
***************************************************/
.goal-banner {
    background: #1450ee; /*url(../images/goal-banner.png) no-repeat; background-size: cover; background-position: 100% 100%;*/
    height: 300px;
}

ul.goal-nav-tabs li {
    font-size: 18px;
    font-family: Poppins-Medium;
    padding: 0 25px;
}

    ul.goal-nav-tabs li a {
        color: #281662;
    }

.nav-tabs.goal-nav-tabs .nav-link {
    border: none;
}

    .nav-tabs.goal-nav-tabs .nav-item.show .nav-link, .nav-tabs.goal-nav-tabs .nav-link.active {
        border-bottom: 3px solid #1552F0;
        color: #1552F0;
        border-block-start: none;
        border-left-width: 0px;
        border-right-width: 0px;
    }

    .nav-tabs.goal-nav-tabs .nav-link:focus, .nav-tabs.goal-nav-tabs .nav-link:hover {
        border-bottom: 3px solid #1552F0;
        color: #1552F0;
        border-block-start: none;
        border-left-width: 0px;
        border-right-width: 0px;
    }

.calc-slogan {
    margin-bottom: 4rem;
    font-size: 13px;
    color: #281662;
    line-height: 30px;
}

.calc-boxs {
    padding: 40px;
    border-radius: 39px;
    box-shadow: -0.62px 10px 18px #a9a9a9;
}

.btn-calcs {
    padding: 10px 60px;
    border-radius: 100px;
    background: #1552F0;
    border-color: #1552F0;
    margin: 5px;
}

.btn-calc-reset {
    padding: 10px 60px;
    border-radius: 100px;
    border-color: #281662;
    color: #281662;
    margin: 5px;
    background: transparent;
    font-family: Poppins-Bold;
}

.calc-boxs .calc-info input.form-control {
    border-block-start: 0px;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0px;
}

.clac-rs-bdr {
    width: 372px;
    height: 10px;
    display: block;
    background: #CACAFF;
    margin-bottom: 20px;
}

.calc-result h4 {
    font-size: 14px;
    margin-bottom: 20px;
    color: #281662;
    font-family: Poppins-Medium;
}

.calc-result .calc-result-info h3 {
    font-size: 18px;
    color: #281662;
    font-family: Poppins-Medium;
    line-height: 35px;
}

    .calc-result .calc-result-info h3 i {
        font-size: 16px;
    }

.calc-result .calc-result-info p {
    font-size: 13px;
    color: #281662;
    font-family: Poppins-Medium;
}

.calc-boxs h5 {
    font-size: 25px;
    font-family: Poppins-Bold;
    color: #281662;
    margin-bottom: 30px;
}

.calc-result {
    padding: 0 0px 0 30px;
}

.calc-boxs label {
    color: #281662;
    font-size: 14px;
}

.calc-result h6 {
    font-size: 22px;
    color: #281662;
    font-family: Poppins-SemiBold;
    margin-bottom: 10px;
}

.calc-result .calc-result-info h3 span small {
    font-size: 12px;
    color: #1552F0;
    padding-right: 5px;
}

.calc-result-info {
    margin-bottom: 35px;
}

.calc-result h3 {
    color: #281662;
    font-size: 25px;
}

.calc-result p {
    color: #281662;
}


.reutl-txt h4 {
    font-size: 20px;
    font-family: Poppins-Bold;
    color: #1552F0;
}

.reutl-txt h5 {
    font-size: 16px;
    font-family: Poppins-Regular;
    line-height: 40px;
    margin-bottom: 15px;
}

    .reutl-txt h5 span {
        font-family: Poppins-Bold;
        color: #1552F0;
    }

.reutl-txt h6 {
    font-size: 16px;
    font-family: 'Poppins-Regular';
}

    .reutl-txt h6 span {
        font-family: Poppins-Bold;
        color: #1552F0;
    }

.reutl-txt ul li span {
    float: right;
    color: #281662;
    font-family: Poppins-Bold;
}

.reutl-txt ul li {
    font-size: 13px;
    line-height: 35px;
    color: #281662;
    font-family: Poppins-SemiBold;
}

.retir-chart {
    margin-top: 70px;
}

    .retir-chart h4 {
        font-size: 41px;
        font-family: Poppins-Bold;
        margin-bottom: 30px;
        color: #1552F0;
        text-align: center;
    }

.form-dwnld h5 {
    padding: 5px 0;
}

/***********************
   MF Form Section
***************************************************/
.Mf-banner { /*padding-top: 30px;*/
    background: url(../images/bg-mf-form.png) no-repeat;
    background-position: 100% 100%;
    height: 300px;
    margin-bottom: 70px;
}

.mf-form-hder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
}

    .mf-form-hder h5 {
        font-size: 45px;
        color: #281662;
        font-family: Poppins-Bold;
    }

.form-bnr-img {
    width: 300px;
    text-align: right;
    margin: auto 0 auto auto;
    padding-top: 15px;
}

.mf-dwnl-box {
    box-shadow: 0px 9px 20px #A9A9A9;
    padding: 25px;
    position: relative;
    margin-bottom: 40px;
}

    .mf-dwnl-box::after {
        content: '';
        background: url(../images/mf-form-dwl.png) no-repeat;
        position: absolute;
        right: 0px;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-position: right bottom;
        z-index: -1;
    }

    .mf-dwnl-box:before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 9px;
        background: #1552F0;
        left: 0;
    }

.mf-dwnl-ttl h5 {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    font-family: Poppins-SemiBold;
}

.btn-dwnl-box {
    text-align: right;
}

.mf-dwnl-ttl {
    padding: 22px 0;
}

ul.form-dwnld li {
    position: relative;
    align-items: center;
    font-size: 14px;
    color: #281662;
    font-family: Poppins-Medium;
}

    ul.form-dwnld li::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0px;
        width: 5px;
        height: 65px;
        background: #fff;
    }

    ul.form-dwnld li:first-child::before {
        content: '';
        width: 0;
        height: 0;
        color: #fff;
    }

    ul.form-dwnld li.active:first-child, ul.form-dwnld li.active:first-child:hover {
        font-size: 22px;
        color: #281662;
        background: #D9DEEB;
        border-color: #D9DEEB;
    }

    ul.form-dwnld li span {
        width: 40px;
        height: 40px;
        border-radius: 100px;
        color: #dcdcdc;
        background: #eee;
        line-height: 45px;
        font-size: 24px;
        text-align: center;
    }

        ul.form-dwnld li span a {
            color: #dcdcdc;
        }

ul.list-group.form-dwnld li:hover {
    color: #1552F0;
}

    ul.list-group.form-dwnld li:hover span {
        background: #1552F0;
        color: #fff;
    }

        ul.list-group.form-dwnld li:hover span a {
            color: #fff;
        }

    ul.list-group.form-dwnld li:hover:before {
        background: #1552F0;
        color: #fff;
    }

a.btn-priv {
    background: #F4F4FF;
    border-radius: 100px;
    padding: 10px 25px;
    color: #1552F0;
    float: left;
    margin-top: 13px;
}

ul.list-group.form-dwnld li.no-hover:hover {
    color: #281662;
}

    ul.list-group.form-dwnld li.no-hover:hover:before {
        background: transparent;
    }

/***********************
   MF-Details Section
***************************************************/
.mf-dtl-banner { /*background:url(../images/bg-mf-detail.png) no-repeat;*/
    background: #1552f0;
    width: 100%;
    height: 300px;
}

.mf-detl-ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 300px;
}

    .mf-detl-ttl h4 {
        font-size: 30px;
        color: #fff;
        font-family: 'Poppins-Bold';
        line-height: 45px;
    }

    .mf-detl-ttl h5 {
        font-size: 25px;
        color: #fff;
        font-family: Poppins-Bold;
        margin-bottom: 17px;
    }

    .mf-detl-ttl p {
        font-size: 14px;
        color: #fff;
        line-height: 26px;
    }

.btn-mf {
    background: #fff;
    color: #1552f0;
    border: 2px solid #1552f0;
    border-radius: 100px;
    padding: 7px 25px;
    font-family: 'Poppins-SemiBold';
    transition: all 0.5s;
}

    .btn-mf:hover, .btn-mf-active:hover {
        background: #1552f0;
        color: #fff;
        border: 2px solid #fff;
    }

.btn-mf-active {
    background: #1552f0;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 7px 25px;
}

.mf-dtl-box h3 {
    color: #281662;
    font-size: 30px;
    font-family: Poppins-Bold;
    margin-bottom: 40px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.mf-dtl-box h4 {
    color: #281662;
    font-size: 22px;
    font-family: Poppins-Bold;
    padding: 40px 0 20px;
    margin-bottom: 0px;
}

.mf-dtl-box h5 {
    color: #281662;
    font-size: 18px;
    font-family: Poppins-Bold;
}

.mf-dtl-box p {
    font-size: 14px;
    color: #281662;
    line-height: 30px;
}

.mf-dtl-box ul, .mf-faq-body ul {
    padding-left: 30px;
    margin-bottom: 30px;
}

.mf-faq-body p {
    font-size: 16px;
    color: #2C2958;
    line-height: 30px;
}

.mf-faq-body h6 {
    font-size: 22px;
    font-family: Poppins-SemiBold;
    color: #2C2958;
    padding-bottom: 7px;
}

.mf-faq-body h5 {
    font-size: 22px;
    font-family: Poppins-SemiBold;
    color: #1552F0;
    padding: 0 0 10px 0;
}

.mf-faq-body ul li {
    list-style: disc;
    font-size: 16px;
    line-height: 34px;
    color: #2C2958;
}

.mf-faq-body .scheme-scroll label {
    font-size: 13px;
}

ul.nav.nav-tabs.MF-tabs {
    border: none;
}

    ul.nav.nav-tabs.MF-tabs li .nav-link {
        border: none;
        font-size: 18px;
        font-family: Poppins-Bold;
        color: #281662;
        box-shadow: 0 2px 9px #464646;
        border-radius: 0;
        padding: .5rem 35px;
        text-align: center;
    }

    ul.nav.nav-tabs.MF-tabs li {
        padding-right: 25px;
    }

.nav-tabs.MF-tabs .nav-link.active, .nav-tabs.MF-tabs .nav-link:hover {
    background-color: #F4F4FF;
}

/***********************
   KYC Aadhaar Section
***************************************************/
.kyc-txt {
    width: 800px;
    font-size: 14px;
    line-height: 25px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}

.kyc-ttl h4 {
    font-size: 22px;
    font-family: Poppins-Medium;
    color: #2C2958;
    line-height: 40px;
}

    .kyc-ttl h4 a {
        color: #2C2958;
        text-decoration: underline;
    }

        .kyc-ttl h4 a:hover {
            color: #1552F0;
        }

.kyc-status-box {
    padding: 30px;
    border-radius: 25px;
    border: 1px solid #F4F4FF;
    box-shadow: 0px 3px 6px #b7b2b2;
    text-align: center;
    margin-bottom: 30px;
}

    .kyc-status-box img {
        margin-bottom: 15px;
        width: 150px;
    }

.kyc-ttl {
    padding: 30px 0 0px;
}

.kyc-status-box h6 {
    font-size: 18px;
    color: #281662;
    font-family: Poppins-Medium;
    margin-bottom: 0px;
}

.ckyc-chk {
    border: 1px solid #F4F4FF;
    box-shadow: 0 2px 6px #b7b2b2;
    border-radius: 10px;
    text-align: center;
    padding: 50px 40px;
}

.status-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

    .status-info h5 {
        font-size: 18px;
        color: #281662;
        padding: 15px;
        width: 50%;
        text-align: left;
    }

    .status-info a {
        font-size: 16px;
        color: #1552F0;
        padding: 15px;
        width: 50%;
        text-align: left;
    }

.kra-ttl h4 {
    font-size: 30px;
    font-family: Poppins-SemiBold;
    color: #1552F0;
    line-height: 98px;
    text-align: center;
}

.ckyc-chk img {
    padding-bottom: 30px;
    width: 150px;
}


/***********************
   BLog Section 
***************************************************/
.blog-banner {
    background: url(../images/blog-banner.png) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    height: 540px;
}

.blog-bnr-ttl h5 {
    font-size: 53px;
    font-family: Poppins-Bold;
    color: #fff;
    margin-bottom: 30px;
}

.blog-bnr-ttl p {
    font-size: 18px;
    font-family: Poppins-Light;
    color: #fff;
}

.blog-bnr-ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 540px;
}

.all-blog-box {
    margin-bottom: 30px;
    box-shadow: 0px 1px 4px #989797;
    padding-bottom: 20px;
    border-radius: 4px;
}

    .all-blog-box .blog-btn i {
        width: 26px;
        height: 26px;
        border-radius: 100px;
        border: 1px solid #1552F0;
        background: #1552F0;
        color: #fff;
        line-height: 25px;
        text-align: center;
    }

    .all-blog-box .blog-ttl h5 {
        font-size: 16px;
        line-height: 30px;
        color: #281662;
        font-family: Poppins-Bold;
    }

    .all-blog-box .blog-date span {
        color: #999999;
        font-size: 13px;
        padding-bottom: 10px;
        display: block;
    }

    .all-blog-box .blogs-img {
        padding-bottom: 20px;
    }

    .all-blog-box .blog-ttl, .all-blog-box .blog-date, .all-blog-box .blog-btn {
        padding: 0 15px;
    }

    .all-blog-box.futur-blog {
        box-shadow: none;
        border-bottom: 1px solid #E9E9E9;
        border-radius: 0;
    }

        .all-blog-box.futur-blog .blog-ttl h5 {
            font-size: 23px;
            margin-bottom: 10px;
            line-height: 40px;
        }

        .all-blog-box.futur-blog .blog-date span {
            padding-bottom: 15px;
        }

.blog-ul li {
    font-size: 13px;
    line-height: 30px;
    color: #281662;
    list-style: disc;
}

.all-blog-box.futur-blog .blog-ttl h6 {
    font-size: 18px;
    padding: 10px 0;
    font-family: Poppins-SemiBold;
    color: #281662;
}

.blog-high-lit {
    margin: 20px 0;
    padding: 10px;
    font-family: Poppins-Bold;
    font-size: 16px;
    border: 1px solid #1552F0;
    border-radius: 5px;
    color: #1552F0;
    text-align: center;
}

.socail-icon-side {
    position: absolute;
    top: 0;
    left: -3rem;
    line-height: 40px;
}

    .socail-icon-side ul li {
        height: 35px;
        width: 35px;
        text-align: center;
        line-height: 35px;
        transition: all 0.5s ease-in-out;
        padding: 3px;
        margin-bottom: 15px;
        color: #281662;
    }

    .socail-icon-side li i {
        font-size: 20px;
        color: #281662;
    }

    .socail-icon-side li:hover {
        box-shadow: 1.43px 3.73px 9px #4e4d4d;
        border-radius: 100px;
        padding: 3px;
    }





.widget {
    padding: 0px 0px 0px 0px;
}

.widget_content li.popular-post {
    margin-bottom: 30px;
}

.widget .widget-title h3 {
    margin-bottom: 20px;
    color: #281662;
    position: relative;
    font-size: 18px;
    font-family: Poppins-SemiBold;
}

.widget_content li.popular-post img {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 14px;
}

.all-blog-box .blog-ttl p {
    font-size: 13px;
    line-height: 28px;
    color: #281662;
}

.widget_contentli .li.popular-post h6 a {
    line-height: 30px;
}

.widget_content li.popular-post h6 {
    font-size: 16px;
    line-height: 25px;
}

    .widget_content li.popular-post h6 a {
        color: #0E2B76;
    }

/***********************
   Blog Inner Page  section
***************************************************/

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: transparent;
}

    ul.breadcrumb li {
        display: inline;
        font-size: 14px;
    }

        ul.breadcrumb li + li:before {
            padding: 8px;
            color: #281662;
            content: "/\00a0";
        }

        ul.breadcrumb li a {
            color: #281662;
            text-decoration: none;
        }

            ul.breadcrumb li a:hover {
                color: #01447e;
                text-decoration: underline;
            }

.blog-search input.form-control {
    border: 1px solid #ddd;
    border-left-width: 0px;
    border-radius: 0 5px 5px 0;
}

.blog-search .input-group-text {
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
}

/***********************
   Insurance Advisory  section
***************************************************/

.one-stop-insu {
    text-align: center;
    margin-bottom: 70px;
}

    .one-stop-insu .icon img {
        width: 100px;
    }

    .one-stop-insu .icon {
        height: 133px;
        margin-bottom: 50px;
        align-items: flex-end;
        display: flex;
        justify-content: center;
    }

    .one-stop-insu .name h5 {
        font-size: 18px;
        font-family: Poppins-Bold;
    }

.bg-insu-need {
    position: relative;
}

    .bg-insu-need::before {
        content: '';
        position: absolute;
        top: 20%;
        left: -32px;
        background: url(../images/grid-colum.png) no-repeat left center;
        width: 100%;
        height: 100%;
    }

a.read-more {
    padding: 15px 30px;
    background: #F4F4FF;
    border-radius: 100px;
    font-size: 16px;
    font-family: Poppins-Bold;
    color: #281662;
}

.mf-insu-hdr {
    padding: 80px 0;
}

    .mf-insu-hdr h5 {
        font-size: 44px;
        font-family: Poppins-Bold;
        line-height: 70px;
        color: #281662;
        padding-bottom: 10px;
    }

    .mf-insu-hdr p {
        color: #0E2B76;
        font-size: 16px;
        font-family: Poppins-Light;
        padding-bottom: 10px;
    }

.insu-withus ul li {
    position: relative;
    margin-bottom: 18px;
}

    .insu-withus ul li span {
        margin-left: 40px;
        color: #2C2958;
        font-size: 16px;
    }

    .insu-withus ul li::before {
        content: '\f054 ';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        background: #CACAFF;
        border-radius: 100px;
        text-align: center;
        color: #fff;
        font-family: FontAwesome;
        font-size: 10px;
        line-height: 12px;
        padding: 0 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.insu-withus-img {
    width: 400px;
    margin: auto;
}

.partner-us {
    padding-right: 80px;
}

.plan-detl-box {
    box-shadow: 1px 13px 21px #000000;
    border-radius: 39px;
    background: #FFFFFF;
    padding: 40px;
}

.bg-insu-security {
    background: #F8F9FF;
    position: relative;
    padding: 0;
    z-index: 0;
}

    .bg-insu-security::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/right-arrow.png) no-repeat 4% 20%;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .bg-insu-security:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        background: url(../images/insu-secu1.png) no-repeat 95% 100%;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.insu-secur-box {
    height: 262px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.insur-sec-txt h6 {
    font-size: 26px;
    font-family: Poppins-Bold;
    margin-bottom: 20px;
    line-height: 50px;
}

.insu-secur-box .btn-booknow {
    background: #1450EE;
    box-shadow: 4.3px 11.2px 25px #A9A9A9;
    color: #fff;
    border-radius: 100px;
    padding: 10px 30px;
    font-size: 16px;
}

.insu-secur-box.mf-sip-bok {
    height: 350px;
}

.insu-health {
    background: url(../images/insu-health.png) no-repeat;
    width: 100px;
    margin: auto;
}

.one-stop-insu:hover .insu-health {
    background: url(../images/insu-health-hover.png) no-repeat;
}

.insu-motor {
    background: url(../images/insu-motor.png) no-repeat;
    width: 100px;
    margin: auto;
}

.one-stop-insu:hover .insu-motor {
    background: url(../images/insu-motor-hover.png) no-repeat;
}

.insu-life {
    background: url(../images/insu-life.png) no-repeat;
    width: 100px;
    margin: auto;
}

.one-stop-insu:hover .insu-life {
    background: url(../images/insu-life-hover.png) no-repeat;
}

.insu-travel {
    background: url(../images/insu-travel.png) no-repeat;
    width: 100px;
    margin: auto;
}

.one-stop-insu:hover .insu-travel {
    background: url(../images/insu-travel-hover.png) no-repeat;
}

.insu-property {
    background: url(../images/insu-property.png) no-repeat;
    width: 100px;
    margin: auto;
}

.one-stop-insu:hover .insu-property {
    background: url(../images/insu-property-hover.png) no-repeat;
}

.insu-marine {
    background: url(../images/insu-marine.png) no-repeat;
    width: 100px;
    margin: auto;
}

.one-stop-insu:hover .insu-marine {
    background: url(../images/insu-marine-hover.png) no-repeat;
}

.insu-fire {
    background: url(../images/insu-fire.png) no-repeat;
    width: 100px;
    margin: auto;
}

.one-stop-insu:hover .insu-fire {
    background: url(../images/insu-fires-hover.png) no-repeat;
}

.insu-burglary {
    background: url(../images/insu-burglary.png) no-repeat;
    width: 100px;
    margin: auto;
}

.one-stop-insu:hover .insu-burglary {
    background: url(../images/insu-burglary-hover.png) no-repeat;
}

.insu-invet {
    background: url(../images/insu-invet.png) no-repeat;
    width: 100px;
    margin: auto;
}

.one-stop-insu:hover .insu-invet {
    background: url(../images/insu-invet-hover.png) no-repeat;
}




.panel_faq:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f056";
    padding-right: 5px;
}

.panel_faq.collapsed:before {
    content: "\f055";
}

.plan-detl-box h6 {
    font-size: 26px;
    color: #1450EE;
    line-height: 40px;
    margin-bottom: 30px;
    font-family: Poppins-Bold;
}

.bg-insur-plan {
    position: relative;
}

    .bg-insur-plan::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/bg-insur-left.png) no-repeat 100% 100%;
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .bg-insur-plan::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/bg-insur-right.png) no-repeat 100% 100%;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

#main {
    margin: 50px 0;
}

#faq .card, #faq-1 .card, #faq-2 .card, #faq-3 .card, #faq-4 .card {
    margin-bottom: 15px;
    border-color: #F4F4FF;
}

.card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

    .card .card-header .btn-header-link {
        display: block;
        text-align: left;
        color: #1552F0;
        padding: 20px;
        font-size: 16px;
    }

    .card .card-header a span i {
        font-size: 20px;
        margin-right: 10px;
    }

    .card .card-header .btn-header-link:after {
        content: "\f068";
        font-family: 'FontAwesome';
        font-weight: 900;
        float: right;
        font-size: 26px;
    }

    .card .card-header .btn-header-link.collapsed:after {
        content: "\f067";
        font-size: 26px;
    }

.card .collapse {
    border: 0;
}


/***********************
   Human Life Value Calculator Section
***************************************************/
.life-valu-calc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .life-valu-calc .life-txt h6 {
        color: #281662;
        font-size: 14px;
    }

    .life-valu-calc .form-group input {
        text-align: right;
        height: 40px;
    }

.life-valu-box {
    display: inline;
    background: #F4F4FF;
    color: #281662;
    font-family: Poppins-Bold;
    font-size: 20px;
    padding: 10px 29px;
    border-radius: 100px;
}

.life-txt-totl h6, .lbl-totl label {
    font-size: 18px;
    font-family: Poppins-SemiBold;
    color: #281662;
}




/***********************
   Bottom Section Start  
***************************************************/

/* App Download */
.app-box {
    width: 900px;
    margin: auto;
    text-align: center;
}

.app-dwnl-box:hover {
    box-shadow: 5.38px 14px 30px #a9a9a9;
}

.app-dwnl-box {
    width: 250px;
    margin-top: 20px;
    flex-direction: initial;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0px 0px;
    transition: all 0.5s ease-in-out;
}

.app-dwnl-icon {
    float: left;
    margin-right: 15px;
}

.app-dwnl-txt p {
    margin: 0;
    font-size: 18px;
    color: #1552F0;
    font-family: Poppins-Bold;
    line-height: 79px;
}

.app-dwnl-icon img {
    width: 40px;
    height: 40px;
}

.app-dwnl {
    width: 300px;
    margin: auto;
    display: inline-block;
}

    .app-dwnl .app-qr {
        width: 100px;
    }




/* client-contact-box */
.client-contact-box {
    width: 970px;
    margin: auto auto 30px auto;
    background: url(../images/bg-client-contact.png) no-repeat;
    height: 290px;
    color: #fff;
    text-align: center;
}

    .client-contact-box h4 {
        color: #fff;
        text-align: center;
        font-size: 30px;
        font-family: Poppins-SemiBold;
        line-height: 50px;
        margin-bottom: 25px;
    }

.btn-clnt-cnact {
    background: #fff;
    color: #1450EE;
    font-size: 16px;
    font-family: Poppins-Bold;
    border: transparent;
    border-radius: 100px;
    padding: 13px 50px;
    transition: all 0.5s ease-in-out;
}

    .btn-clnt-cnact:hover, .btn-clnt-cnact:visited {
        background: #fff;
        color: #1450EE;
        box-shadow: 4.3px 11.2px 25px #A9A9A9;
    }

.invest-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 290px;
}

/* Footer */
.f-logo {
    margin-bottom: 20px;
}

.footer-txt {
    font-size: 16px;
    font-family: Poppins-Light;
    color: #281662;
    line-height: 30px;
    margin-bottom: 20px;
}

ul.f-add li {
    padding-bottom: 25px;
    font-size: 14px;
    color: #281662;
}

.f-list h5 {
    font-size: 16px;
    font-family: Poppins-Bold;
    color: #281662;
}

ul.socail-folow li i {
    font-size: 20px;
}

.f-list ul li {
    font-size: 14px;
    font-family: Poppins-Regular;
    color: #281662;
    line-height: 34px;
}

    .f-list ul li a {
        color: #281662;
    }

        .f-list ul li a:hover {
            color: #1552f0;
        }

.f-list.f-social-box {
    padding-top: 10px;
}

ul.f-add li img {
    float: left;
    margin-right: 24px;
    text-align: left;
    width: 24px;
    height: 24px;
}

ul.socail-folow li {
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    transition: all 0.5s ease-in-out;
    padding: 3px;
}

    ul.socail-folow li:hover {
        box-shadow: 1.43px 3.73px 9px #4e4d4d;
        border-radius: 100px;
        padding: 3px;
    }

ul.socail-folow {
    padding-top: 15px;
}

.newsletter {
    margin: 0px 0;
}

    .newsletter p {
        font-size: 16px;
        color: #281662;
        margin: 0;
        padding: 13px 0;
    }

    .newsletter .custm-newletter input {
        height: 50px;
        border-radius: 100px;
        border: none;
        box-shadow: 1.43px 3.73px 9px #a9a9a9;
        text-indent: 15px;
    }

    .newsletter .custm-newletter i {
        width: 45px;
        height: 45px;
        border-radius: 100px;
        background: #1450EE;
        text-align: center;
        line-height: 45px;
        font-size: 19px;
        position: absolute;
        right: 25px;
        top: 2px;
        color: #fff;
    }

hr.bdr-line-hr {
    margin: 1rem 0;
}

.footer-text-info p {
    font-size: 13px;
    font-family: Poppins-Light;
    color: #281662;
    line-height: 30px;
}

.footer-text-info span {
    display: inline-block;
}

    .footer-text-info span:first-child {
        font-size: 20px;
        font-family: Poppins-SemiBold;
    }

.use-link {
    margin-bottom: 5px;
}

    .use-link h6, .use-link ul {
        display: inline-block;
    }

    .use-link h6 {
        font-size: 16px;
        font-family: Poppins-SemiBold;
        color: #281662;
        padding-right: 10px;
    }

    .use-link ul li:before, .use-link-policy ul li::before {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 14px;
        background: #281662;
        top: 6px;
        right: -8px;
    }

    .use-link ul li, .use-link-policy ul li {
        display: inline-block;
        margin-right: 10px;
        font-size: 13px;
        font-family: 'Poppins-Medium';
        line-height: 25px;
        position: relative;
        color: #281662;
    }

        .use-link ul li:last-child:before, .use-link-policy ul li:last-child::before {
            width: 0px;
            height: 0px;
        }

.use-link-policy ul li {
    font-size: 13px;
    font-family: Poppins-Medium;
}

    .use-link-policy ul li a {
        color: #281662;
    }

.use-link ul li a {
    color: #281662;
}

    .use-link ul li a:hover, .use-link-policy ul li a:hover {
        color: #1552f0;
    }

.footer-bottom {
    background-color: #E9E7F2;
    padding: 10px 0;
}

    .footer-bottom span {
        font-family: Poppins-SemiBold;
        color: #281662;
        font-size: 12px;
    }

section.footer-part {
    position: relative;
}

.footer-part:before {
    background: url(../images/bg-footer.svg) no-repeat;
    width: 100%;
    height: 90%;
    content: '';
    position: absolute;
    top: 189px;
    z-index: -1;
}

/* Login Css */

.login-instr { display: flex; justify-content: space-between; }
.login-box {
    box-shadow: 4px 4px 17px #000000;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 30px 30px;
    z-index: 10;
    position: sticky;
    top: 40px;
}

/*.bg-login{position: relative; display: flex; flex-direction: column; justify-content: center; height: 100vh;}*/
.login-logo img {
    width: 200px;
}

.sign-img {
    width: 450px;
    text-align: center;
    margin: auto auto 5rem auto;
}

.bg-login::after {
    content: '';
    background: url(../images/bg-login-right.png) no-repeat top right;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0px;
    z-index: -1;
}

.bg-login::before {
    content: '';
    background: url(../images/signin-path.png) no-repeat 0 103px;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
}

.login-box h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #2C2958;
    line-height: 36px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.login-box h6 {
    font-size: 22px;
    font-family: Poppins-Bold;
    color: #2C2958;
    line-height: 27px;
    margin-bottom: 15px;
}

.login-box p {
    font-size: 12px;
    color: #666666;
    line-height: 32px; /*text-transform:uppercase;*/
}

.login-box img {
    margin-bottom: 10px;
}

.login-input {
    position: relative;
}

    .login-input input {
        border-radius: 5px;
        border: 1px solid #ddd;
    }

        .login-input input.form-control {
            height: 35px;
            font-size: 13px;
        }

    .login-input .form-group {
        margin-bottom: 10px;
    }

.forgt-txt {
    margin-bottom: 5px;
}

    .forgt-txt span {
        display: block;
        font-size: 13px;
        font-family: Poppins-SemiBold;
        line-height: 16px;
        color: #00233F;
        cursor: pointer;
    }

.input-pass, .input-otp, .input-mob {
    position: relative;
}
/*.form-group.input-otp:before { content: "\f0a9"; color:#1552F0; position: absolute; top: 28px; right: 15px; font-family: 'FontAwesome'; font-size:20px; }*/
.form-group.input-otp .input-group-prepend span.input-group-text {
    color: #1552f0;
    /* border: none; */
    font-size: 20px;
    border: 1px solid #ddd;
    border-left-width: 0;
    cursor: pointer;
    padding: 0 .75rem;
}

    .form-group.input-otp .input-group-prepend span.input-group-text a {
        color: #1552f0;
    }

.form-group.input-otp input.form-control.input-text {
    border-right-width: 0;
}

.input-pass input {
    margin-bottom: 15px;
}

.input-pass::before {
    content: '\f070 ';
    position: absolute;
    top: 23%;
    right: 16px;
    font-size: 17px;
    color: #666;
    font-family: FontAwesome;
}

.btn-sign {
    margin: 15px 0;
}

    .btn-sign .btn-primary {
        background-color: #1552F0;
        height: 45px;
        font-size: 18px;
    }

.signup-txt p {
    margin: 0;
    font-size: 13px;
    color: #666666;
    line-height: 32px;
    text-transform: inherit;
}

    .signup-txt p span {
        font-size: 16px;
        color: #1552F0;
        font-family: Poppins-SemiBold;
        line-height: 32px;
    }

.signup-txt a {
    color: #1552F0;
}

.btn-sign a {
    color: #fff;
}

.popover-body ul li {
    font-size: 12px;
    margin-left: 15px;
    margin-bottom: 5px;
    list-style: disc;
}

.login-ttl h5 {
    font-size: 25px;
    text-align: center;
    font-family: Poppins-SemiBold;
    color: #1552F0;
    line-height: 30px;
}

.login-ttl {
    margin: 40px 0;
}

.login-info span {
    font-size: 22px;
    color: #2C2958;
    line-height: 34px;
}

.login-info {
    text-align: center;
    padding-top: 40px;
}

    .login-info ul {
        margin: auto auto 40px auto;
        width: 400px;
        display: flex;
        justify-content: space-between;
    }

        .login-info ul li span {
            margin-right: 10px;
        }

        .login-info ul li {
            display: inline-block;
            padding-right: 10px;
            font-size: 18px;
            color: #281662;
            font-family: 'Poppins-SemiBold';
        }

.btn-login {
    background: #1552f0;
    border-color: #1552f0;
    font-size: 13px;
    margin-right: 10px;
}

.forgt-login a {
    font-size: 12px;
    color: #2C2958;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 7px;
    display: inherit;
}

.signup-box {
    text-align: center;
    margin-bottom: 15px;
}

    .signup-box p {
        margin: 0;
        font-size: 14px;
        padding: 10px 0;
        line-height: 25px;
        font-family: Poppins-SemiBold;
    }

    .signup-box img {
        width: 80px;
    }

h5.sign-fin-txt {
    font-size: 18px;
    color: #1552F0;
    font-family: 'Poppins-Bold';
    padding: 50px 0;
}

.info-track ul li {
    display: inline-block;
    font-size: 13px;
    color: #1552F0;
    padding-right: 10px;
}

    .info-track ul li a {
        color: #1552F0;
    }

    .info-track ul li span {
        padding-right: 5px;
    }

.sing-invet-txt {
    text-align: center;
    margin-bottom: 15px;
}

    .sing-invet-txt ul li {
        display: inline-block;
        text-align: center;
        font-size: 14px;
        position: relative;
        padding-right: 20px;
        color: #281662;
        line-height: 35px;
    }

        .sing-invet-txt ul li:after {
            content: '';
            position: absolute;
            top: 10px;
            right: 6px;
            background: #1552F0;
            height: 15px;
            width: 2px;
        }

.info-track {
    text-align: center;
    margin-bottom: 30px;
}

.open-acc-tra {
    background: #1552F0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
    position: relative;
}

    .open-acc-tra:before {
        content: '';
        position: absolute;
        top: -5px;
        left: -8px;
        width: 17px;
        height: 50px;
        background: #fff;
        transform: rotate(21deg);
    }

    .open-acc-tra:after {
        content: '';
        position: absolute;
        top: 1px;
        right: -8px;
        width: 17px;
        height: 50px;
        background: #fff;
        transform: rotate(21deg);
    }

.forgt-txt label {
    margin: 0;
    font-size: 11px;
}

    .forgt-txt label a {
        color: #1552f0;
    }


.back-serv-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/rec16.png) no-repeat;
    width: 100%;
    height: 100%;
}

.back-serv-img::after {
    content: '';
    position: absolute;
    bottom: 36px;
    left: 0;
    background: url(../images/bg-grid.svg) no-repeat bottom right;
    width: 100%;
    height: 100%;
}

.back-serv-img {
    position: relative;
}



/* About Partner page */
.partner-hdr {
    padding: 80px 0;
}

    .partner-hdr h5 {
        font-size: 44px;
        font-family: Poppins-Bold;
        line-height: 60px;
        color: #281662;
        padding-bottom: 10px;
    }

    .partner-hdr p {
        color: #0E2B76;
        font-size: 16px;
        font-family: Poppins-Light;
        padding-bottom: 10px;
    }

    .partner-hdr h5 span {
        color: #1552F0;
        font-family: 'Poppins-Medium';
    }

.partner-signup-box .panel-heading {
    background: #1552F0;
    padding: 25px;
    border-radius: 19px 19px 0 0;
    display: flex;
    justify-content: space-between;
}

.patnr-sign {
    position: relative;
}

    .patnr-sign:before {
        content: '';
        background: url(../images/partner-bg.png) no-repeat 100% 60%;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.partner-signup-box .panel-heading h5 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-family: Poppins-SemiBold;
}

.partner-signup-box .panel-heading a {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-family: Poppins-SemiBold;
}

.btn-otp {
    padding: 8px 15px;
    background: #1450EE;
    border-radius: 0;
    font-size: 18px;
}

.partner-signup-box {
    box-shadow: 2px 3px 9px #000000;
    border-radius: 19px;
    padding-bottom: 20px;
}

    .partner-signup-box .panel-body {
        padding: 15px;
    }

.partner-us p {
    padding: 20px 0;
    font-size: 13px;
    line-height: 30px;
}

.about-ptnr-wid {
    width: 900px;
    margin: auto;
}

.abut-partnr-box {
    text-align: center;
    padding: 40px 30px;
}

    .abut-partnr-box h6 {
        color: #281662;
        font-size: 30px;
        font-family: Poppins-SemiBold;
        margin: 10px 0;
    }

    .abut-partnr-box p {
        color: #281662;
        font-size: 16px;
        line-height: 30px;
    }

/* MF Page */
/* .invt-acc-info dl dt:before {
    content: '\f00c ';
    font-family: 'FontAwesome';
    margin-right: 15px;
} */
.invt-acc-img {
    text-align: center;
}

    .invt-acc-img img {
        height: 350px;
    }

.invt-acc-info dl {
    margin-bottom: 30px;
}

    .invt-acc-info dl dt {
        font-size: 18px;
        font-family: Poppins-Bold;
        color: #281662;
    }

    .invt-acc-info dl dd {
        font-size: 14px;
        color: #281662;
        margin-top: 7px;
        overflow: hidden;
        line-height: 35px;
    }

.invt-acc-info {
    position: relative;
}

    .invt-acc-info dl dt img {
        float: left;
        margin-right: 15px;
        width: 35px;
        height: 35px;
    }

.goal-fund-calc {
    clear: both;
    padding: 20px 40px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    margin-bottom: 30px;
}

    .goal-fund-calc:hover {
        box-shadow: 1px 5px 15px 6px #e8e3e3;
        border-radius: 10px;
    }

.goal-fund-txt {
    padding: 26px 0;
}

.goal-fund-img {
    text-align: center;
}

.goal-fund-calc .goal-fund-img img {
    width: 100px;
    height: 100px;
}

.goal-fund-txt h5 {
    font-size: 18px;
    font-family: Poppins-Bold;
    color: #281662;
}

.goal-fund-txt p {
    font-size: 14px;
    color: #281662;
    line-height: 30px;
}

.bg-goal-fund-calc {
    position: relative;
    background: #F8F9FF;
    border-radius: 100px;
    z-index: 0;
}

    .bg-goal-fund-calc::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        background: url(../images/bg-calc.png) no-repeat 119% 48%;
        width: 100%;
        height: 100%;
        z-index: -1;
    }


.advan-box {
    border: 1px solid #B8B8B8;
    border-radius: 21px;
    padding: 25px 30px;
    margin-bottom: 30px;
}

    .advan-box:hover h5 {
        color: #fff;
    }

    .advan-box:hover {
        background: #281662;
        color: #fff;
    }

    .advan-box h5 {
        font-size: 16px;
        font-family: Poppins-Bold;
        color: #281662;
        margin-bottom: 0px;
    }

.ws-advanc {
    position: relative;
}

    .ws-advanc:after {
        content: '';
        background: url(../images/bg-advac.png) no-repeat center center;
        width: 100%;
        height: 100%;
        /*background-size: contain;*/
        position: absolute;
        top: 0px;
    }

.uber-easy-box {
    padding: 25px 15px;
    margin: auto auto 30px auto;
    text-align: center;
    border-radius: 20px;
    box-shadow: 1px 5px 15px 6px #e8e3e3;
}

    .uber-easy-box img {
        height: 80px;
        margin-bottom: 15px;
    }

    .uber-easy-box h6 {
        font-size: 16px;
        color: #281662;
        line-height: 25px;
        font-family: Poppins-SemiBold;
    }

    .uber-easy-box:hover h6 {
        color: #1552f0;
    }

.uber-easy {
    margin-bottom: 30px;
}

    .uber-easy:nth-child(2), .uber-easy:nth-child(4), .uber-easy:nth-child(6) {
        transform: translateY(60px);
    }

.uber-invet {
    padding: 20px 50px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*  Explore Mutual Funds By Category*/
.bg-fund-categry {
    background: #1552F0;
    position: relative;
    z-index: 0;
}

    .bg-fund-categry::before {
        content: '';
        background: url(../images/Grid.png) no-repeat bottom left;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0px;
        z-index: -1;
    }

    .bg-fund-categry::after {
        content: '';
        background: url(../images/grid-right.png) no-repeat 104% 100%;
        width: 100%;
        height: 100%;
        background-size: contain;
        position: absolute;
        top: 0px;
        z-index: -1;
    }

.fund-cate-box {
    text-align: center;
    margin-bottom: 50px;
}

    .fund-cate-box img {
        text-align: center;
        width: 130px;
        margin-bottom: 20px;
    }

    .fund-cate-box h6 {
        font-size: 18px;
        font-family: Poppins-Bold;
        color: #fff;
    }

ul.support-info li img {
    text-align: center;
    margin-right: 15px;
    width: 30px;
    height: 30px;
}

ul.support-info li {
    margin-bottom: 30px;
    text-align: left;
    font-size: 20px;
    color: #2C2958;
    font-family: Poppins-SemiBold;
}

    ul.support-info li span:nth-child(1) {
        float: left;
        font-size: 15px;
        margin-right: 15px;
    }

    ul.support-info li span:nth-child(2) {
        overflow: hidden;
        font-size: 14px;
    }

.support-txt h5 {
    font-size: 26px;
    font-family: Poppins-Bold;
    color: #281662;
    margin-bottom: 15px;
}

.support-txt h4 {
    font-size: 81px;
    font-family: Poppins-Bold;
    color: #1552F0;
    margin-bottom: 20px;
}

.support-txt p {
    font-size: 13px;
    text-align: left;
    line-height: 25px;
    color: #281662;
}

.support-box {
    background: #F4F4FF;
    border-radius: 200px 0px 200px 0px;
}
/*.support-box:before { content: ''; position: absolute;  width: 100%; height: 520px; bottom: 0px; left: 0; right: 0; border-radius: 200px 0px 200px 0px; z-index: -1; }*/
ul.support-info {
    padding: 50px 0 20px;
}

.support-img img {
    width: 300px;
    height: 300px;
    transform: translateY(102px);
    margin: auto;
    text-align: center;
}

/* Partner Offer */
.offer-grid {
    position: relative;
}

    .offer-grid:after {
        content: '';
        position: absolute;
        bottom: 0;
        background: url(../images/bg-grid.svg) no-repeat 0% 90%;
        left: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        z-index: -1;
    }

.bg-fund-partner {
    background: url(../images/fund-partner.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100vh;
}

.fund-partner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: 83vh;
}

    .fund-partner h5 {
        font-size: 45px;
        font-family: Poppins-Bold;
        color: #281662;
        margin-bottom: 30px;
    }

    .fund-partner p {
        font-size: 18px;
        color: #281662;
        margin-bottom: 30px;
    }

button.btn.btn-fund-partner {
    background: #1552F0;
    border-radius: 100px;
    color: #fff;
    padding: 12px 30px;
}

.fund-partner a {
    font-size: 22px;
    font-family: Poppins-Bold;
    line-height: 33px;
    color: #1552F0;
    margin-top: 30px;
}

.partner-offer {
    margin-bottom: 30px;
}

    .partner-offer .partner-img {
        text-align: center;
        background: #fff;
        box-shadow: 1px 5px 15px 6px #e8e3e3;
        border-radius: 20px;
        padding: 25px 10px;
    }

    .partner-offer .partner-txt h5 {
        font-size: 20px;
        font-family: Poppins-SemiBold;
        line-height: 46px;
        color: #281662;
    }

    .partner-offer .partner-txt p {
        font-size: 16px;
        font-family: Poppins-Regular;
        line-height: 40px;
        color: #281662;
    }

.bg-grow-fina {
    position: relative;
    background-color: #281662;
    height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 0;
}

    .bg-grow-fina:before {
        content: '';
        position: absolute;
        top: 28px;
        left: 0px;
        background: url(../images/grow-fin-img.png) no-repeat 100% 100%;
        width: 100%;
        height: 283px;
        z-index: -1;
    }

    .bg-grow-fina:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0px;
        background: url(../images/right-arrow.png) no-repeat 3% 13%;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.grow-fina-info h5 {
    font-size: 36px;
    font-family: 'Poppins-Bold';
    color: #fff;
    line-height: 65px;
}

.btn-grow-fina .btn {
    background: #1552f0;
    box-shadow: 0px 11px 31px #696969;
    color: #fff;
    padding: 10px 30px;
    border-radius: 100px;
}

.btn-grow-fina {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

/*  MF Section*/
/*.bg-ws-journey{margin-top: 3rem; background: url(../images/ws-journey.png) no-repeat bottom center; width: 100%; height: 90vh;}*/
.journey-box h5 {
    font-size: 40px;
    font-family: Poppins-SemiBold;
    color: #281662;
    margin-bottom: 0;
}

.journey-box span {
    color: #1552F0;
    font-size: 20px;
}

.journey-box {
    text-align: center;
}

    .journey-box:nth-child(1) {
        transform: translate(0px, 0px);
    }

    .journey-box:nth-child(2) {
        transform: translate(0px, 150px);
    }

    .journey-box:nth-child(3) {
        transform: translate(0px, 230px);
    }

    .journey-box:nth-child(4) {
        transform: translate(0, 370px);
    }

.ws-journey {
    text-align: center;
}

.MF-bnr-img {
    text-align: center;
    width: 400px;
    margin: auto;
}

/* MF Scheme*/
.nav-value {
    display: flex;
    justify-content: space-around;
}

    .nav-value .nav-block p {
        font-family: Poppins-SemiBold;
        margin-bottom: 0px;
    }

.scheme_title {
    display: flex;
    justify-content: space-between;
}

    .scheme_title p, .scheme_title h6 {
        margin-bottom: 0px;
    }

    .scheme_title .bg-scheme {
        background: #281662;
        padding: 10px 40px 10px 10px;
        border-radius: 10px 10px 0 0;
        color: #fff;
    }

.bg-sche-full-ttl {
    font-size: 14px;
    background-color: #281662;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
}

    .scheme_title .bg-scheme h6 span .fa, .bg-sche-full-ttl .fa {
        margin-right: 10px;
    }

.bdr-chart {
    border: 1px solid #281662;
}

.chartBox {
    height: 300px;
    margin-bottom: 30px;
    border: 1px solid #281662;
}

.bdr-chart p {
    padding: 20px;
    margin-bottom: 0px;
}

table tr th {
    background-color: #CACAFF;
    text-align: center;
}

.table-bordered td, .table-bordered th {
    border-color: #9287b5;
}

.scheme-btm-bdr {
    border-bottom: 3px solid #281662;
}

.schem-navmove ul li {
    display: inline-block;
    padding: 0 5px;
}

.scheme-name-ttl h4 {
    font-size: 28px;
    color: #281662;
    font-family: Poppins-SemiBold;
}

.scheme-name-ttl {
    padding: 30px;
}

#synopsis, #performance, #portfolio-insight {
    padding-top: 90px;
}

.schem-navbar {
    background: #eff8ff;
}

a.nav-link.active {
    color: #0056b3;
}

.schem-navbar li.nav-item {
    font-size: 16px;
}

span.ason-date, span.ason-date a {
    font-family: Poppins-SemiBold;
    color: #281662;
    display: inline-block;
    line-height: 35px;
}

.protfolio .fa-question-circle, .risk-factor .fa-question-circle {
    color: #281662;
    font-size: 16px;
    padding-left: 5px;
}


ul.btn-mf-schem li {
    display: inline-block;
    width: 128px;
    position: relative;
    height: 35px;
    line-height: 35px;
}

    ul.btn-mf-schem li:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 35px;
        height: 35px;
        transition: all 0.5s ease-in-out;
        background: #281662;
        border-radius: 100px;
    }

    ul.btn-mf-schem li a:hover {
        color: #fff;
    }

    ul.btn-mf-schem li:hover:before {
        width: 120px;
        z-index: -1;
        background: #281662;
        color: #fff;
    }

    ul.btn-mf-schem li:hover a {
        color: #fff;
    }

    ul.btn-mf-schem li:hover {
        cursor: pointer;
    }

    ul.btn-mf-schem li a i {
        margin: 0 10px 0 10px;
        text-align: center;
        font-size: 16px;
        color: #fff;
    }

ul.btn-mf-schem {
    line-height: 100px;
}

/*Equity*/
.bread-crumbs {
    background: #262686;
    color: #fff;
    padding: 50px 0;
}

    .bread-crumbs h5 {
        margin: 0px;
        font-size: 30px;
        font-family: Poppins-SemiBold;
    }

.equity-box-chart {
    box-shadow: 4px 3px 12px 4px #eee;
    padding: 10px;
    margin-bottom: 30px;
}

.maintbls {
    height: 270px;
}

    .maintbls table thead {
        position: sticky;
        top: -1px;
    }

h4.sub-title {
    padding: 10px;
    margin: 0;
    font-size: 20px;
    font-family: Poppins-SemiBold;
}

/*pravicy-policy*/
.bg-policy {
    position: relative;
}

    .bg-policy:before {
        content: '';
        position: absolute;
        top: -73px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: url(../images/condi-grid.png) no-repeat left top;
    }

    .bg-policy:after {
        content: '';
        position: absolute;
        top: 0px;
        left: 15%;
        background-color: #CACAFF;
        width: 180px;
        height: 8px;
    }

.disc-bnr-img {
    position: relative;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .disc-bnr-img img {
        width: 250px;
    }

.bg-condi-form:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/bg-privacy.png) no-repeat 100% 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.pravicy-policy-box p {
    font-size: 14px;
    line-height: 30px;
    color: #281662;
}

.pravicy-policy-box h5 {
    font-size: 22px;
    color: #281662;
    font-family: Poppins-Bold;
    padding-bottom: 15px;
}

.pravicy-policy-box ul {
    margin-bottom: 30px;
}

    .pravicy-policy-box ul li {
        font-size: 14px;
        line-height: 30px;
        position: relative;
    }

.pravicy-policy-box span {
    background: #CACAFF;
    padding: 8px 35px;
    font-size: 14px;
    font-family: Poppins-Bold;
    line-height: 34px;
    border-radius: 0 40px;
    color: #281662;
    margin-bottom: 15px;
    display: inline-block;
}

.bg-condi-form {
    position: relative;
}

    .bg-condi-form:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        background: url(../images/bg-condi-form.png) no-repeat 0% 0%;
        width: 100%;
        height: 100%;
        background-size: contain;
    }

.pravicy-policy-box ul li p {
    margin-left: 30px;
    margin-bottom: 0px;
    color: #2C2958;
    font-size: 14px;
}

.pravicy-policy-box ul li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 100px;
}

.pri-poli-left {
    padding-left: 30px;
}

h6.condi-info {
    font-size: 18px;
    color: #2C2958;
    line-height: 35px;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
}

ol.Tem-num {
    counter-reset: item;
    padding-left: 20px;
}


    ol.Tem-num li {
        display: block;
        position: relative;
        padding: 5px 0px;
    }

        ol.Tem-num li:before {
            content: counters(item, ".")".";
            counter-increment: item;
            position: absolute;
            margin-right: 100%;
            font-weight: 600;
            font-size: 18px;
            color: #281662;
            right: 10px;
        }

        ol.Tem-num li h4 {
            font-size: 20px;
            color: #281662;
            line-height: 40px;
            font-family: Poppins-Bold;
        }

        ol.Tem-num li h6 {
            font-size: 18px;
            color: #281662;
            line-height: normal;
            font-family: Poppins-Bold;
        }

        ol.Tem-num li p {
            margin-bottom: 0px;
            color: #281662;
        }


/*****************************************
MF- Scheme Funds Section
**********************************************************/

.mf-sch-box {
    background: #fff;
    box-shadow: 0px 2px 9px #b1afaf;
    border-radius: 7px;
    padding: 20px;
    margin-bottom: 30px;
}

.schemename {
    overflow: hidden;
    min-height: 69px;
}

.img-box img {
    width: 50px;
    height: 50px;
}

.img-box {
    float: left;
    margin-right: 15px;
}

.schemename a {
    font-size: 14px;
    font-family: 'Poppins-SemiBold';
    color: #281662;
}

.mf-sch-box .mf-nav-value p {
    font-size: 13px;
    font-family: 'Poppins-Regular';
    color: #281662;
    line-height: 20px;
    margin-bottom: 0px;
    text-align: center;
}

.mf-sch-box .mf-nav-value h6 {
    font-size: 16px;
    font-family: Poppins-SemiBold;
    color: #281662;
    line-height: 30px;
    margin: 0px;
    text-align: center;
}

.mf-sch-box .mf-nav-value span {
    text-align: center;
    display: block;
    color: #281662;
}

.mf-sch-box .mf-nav-value h6 i.fa-inr {
    margin-right: 5px;
    font-size: 14px;
}

span.label-highrisk {
    background: #1552F0;
    color: #fff;
    border-radius: 7px;
    padding: 3px 10px;
}

span.label-euity {
    background: #70BA5A;
    color: #fff;
    border-radius: 7px;
    padding: 3px 10px;
}

span.label-cap {
    background: #281662;
    color: #fff;
    border-radius: 7px;
    padding: 3px 10px;
}

.mf-lbl-info {
    margin-top: 10px;
}

span.label-start {
    font-size: 15px;
    padding-left: 10px;
}

    span.label-start i.fa-star {
        font-size: 15px;
        color: #FFBB54;
    }

.amc-list {
    width: auto;
    display: inline-block;
    background: #ddd;
    font-size: 12px;
    border-radius: 4px;
    padding: 5px 10px;
    border: 1px solid #F1F1F1;
    color: #D8D8D8;
}

    .amc-list span.alert-dismissible {
        padding-right: 0rem;
        font-size: 16px;
        padding-left: 5px;
    }

.card .card-header .mf-arrow {
    display: block;
    text-align: left;
    color: #281662;
    padding: 15px 10px;
    font-size: 14px;
    font-family: 'Poppins-SemiBold';
}

.card .card-header a span i {
    font-size: 20px;
    margin-right: 10px;
}

.card .card-header .mf-arrow:after {
    content: "\f068";
    font-family: 'FontAwesome';
    font-weight: 900;
    float: right;
    font-size: 14px;
}

.card .card-header .mf-arrow.collapsed:after {
    content: "\f067";
    font-size: 14px;
}

.card .collapse {
    border: 0;
}

.card.mf-card .card-header {
    background: #fff;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}

.card.mf-card {
    box-shadow: none;
    border: none;
}

.MF-filter {
    border: 1px solid #ddd;
}

    .MF-filter h5 {
        background: #F4F4FF;
        padding: 20px 10px;
        font-size: 16px;
        font-family: 'Poppins-SemiBold';
        color: #281662;
    }

        .MF-filter h5 span {
            float: right;
            font-size: 16px;
            color: #1552F0;
            font-family: 'Poppins-Regular';
        }

    .MF-filter div#fund-scheme {
        padding: 0 10px;
    }

.card.mf-card .card-body {
    padding: 10px;
}

.scheme-scroll {
    height: 300px;
    overflow: auto;
}

.mf-fund-ttl h5 {
    font-size: 30px;
    font-family: Poppins-Bold;
    color: #281662;
}

.mf-fund-drop .input-group-text {
    background: #fff;
    color: #D8D8D8;
    font-size: 20px;
    border: 1px solid #D8D8D8;
    border-right-width: 0px;
    padding: 8px 20px 8px 10px;
    border-radius: 6px;
}

.mf-fund-drop label {
    padding-right: 10px;
    font-size: 14px;
    color: #999999;
}

.mf-fund-drop select.form-control {
    border-left-width: 0px;
    border-radius: 6px;
}

.mf-fund-ttl {
    margin-bottom: 15px;
}



/*Error msg*/
.otp-msg {
    color: red;
    font-family: Poppins-SemiBold;
    text-align: center;
    display: block;
    font-size: 12px;
}

/*Foreget Password Popup Old Design */
#forgotPassword input.form-control {
    height: inherit;
}

.icon-refresh {
    line-height: 55px;
}

.btn-close {
    position: absolute;
    top: 23px;
    right: 20px;
}

#resetPassword .modal-header, #forgotPassword .modal-header {
    justify-content: center;
}

#resetPassword input.form-control {
    height: 35px;
}

#resetPassword .form-group label {
    margin-top: 8px;
}

/*Start KYC PROCESS */
.modal-savevideo {
    max-width: 350px;
    width: 350px;
}

.save-video {
    text-align: center;
    padding: 15px 0 20px 0;
    font-family: 'Poppins-semiBold';
    font-size: 14px;
}

.modal-backdrop {
    opacity: 0.5;
}

.two-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.box-inner video {
    width: 346px;
    height: 350px;
    border-radius: 7px;
}

.box-inner {
    background-color: #ffffff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    padding: 25px 5px;
    max-width: 350px;
    height: 263px;
    justify-content: center;
    align-items: center;
    margin: 0 15px 30px 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    border: 2px dashed #5188b7;
    position: relative;
}

    .box-inner p {
        margin-bottom: 0;
        font-size: 12px;
        color: #073F88;
        font-weight: 400;
        margin-top: 15px;
        padding: 0 20px;
        width: auto;
        text-align: center;
    }

.video-status span.txt-pending {
    position: absolute;
    top: 10px;
    right: 20px;
    font-weight: 600;
    color: #ffa500;
    letter-spacing: 0.6px;
}

.video-status span.txt-aprove {
    position: absolute;
    top: 10px;
    right: 20px;
    font-weight: 600;
    color: #008000;
    letter-spacing: 0.6px;
}

.video-camera-box {
    text-align: center;
}

.kyc_ipv_box {
    background: #f9f9ff;
    padding: 50px 0;
    border-top: 1px solid #b2b2b2;
    height: 100vh;
}

.kyc-ipv-txt {
    text-align: center;
}

    .kyc-ipv-txt h3 {
        font-size: 30px;
        color: #281662;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .kyc-ipv-txt p {
        font-size: 16px;
        color: #281662;
        line-height: 25px;
    }

.IPV-btn-box {
    margin-bottom: 20px;
}

    .IPV-btn-box .btn.btn-ipv, .btn-take-video {
        padding: 10px 30px;
        margin: auto;
        border-radius: 1000px;
        background: #1450f0;
        border: 2px solid #1450f0;
        color: #fff;
        font-weight: 600;
        letter-spacing: 0.4px;
        transition: all 0.5s ease-in-out;
    }

        .IPV-btn-box .btn.btn-ipv i, .btn-take-video i {
            margin-right: 10px;
        }

.btn:focus {
    outline: none;
    color: #fff;
}

.IPV-btn-box .btn.btn-ipv:hover, .btn-take-video:hover {
    background: #fff;
    color: #281662;
    border-color: #1450ee;
}

.kyc-video-otp {
    margin: auto;
    text-align: center;
}

    .kyc-video-otp input {
        display: inline-block;
        width: 40px;
        text-align: center;
        padding: 0;
        margin: auto;
    }

    .kyc-video-otp a {
        text-align: right;
        width: 100%;
        display: block;
        font-weight: 800;
        padding: 15px 5px 10px 0px;
        letter-spacing: 0.5px;
        color: #281662;
    }

        .kyc-video-otp a i {
            margin-right: 5px;
        }

.btn.btn-kyc-confirm {
    width: 100%;
    background: #1450f0;
    border-radius: 0px;
    color: #fff;
    padding: 10px 1px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 0 0 10px 10px;
    opacity: 0.6;
    transition: all 0.5s ease-in-out;
}

    .btn.btn-kyc-confirm:hover {
        opacity: 1;
    }

.kyc-video-otp p {
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 25px;
    color: #281662;
}

.OTP-modal {
    background: #f9f9ff;
    border-radius: 10px;
}

.modal-header.kycotp-img-hdr {
    margin: auto;
    text-align: center;
    border-bottom: none;
    display: block;
}

    .modal-header.kycotp-img-hdr img {
        width: 80px;
    }

.modal-dialog.modal-KYCIPV {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
}

.notics-box {
    padding-right: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 33%;
}

    .notics-box ul {
        padding-left: 17px;
    }

        .notics-box ul li {
            font-weight: 500;
            margin-bottom: 7px;
            line-height: 20px;
        }

            .notics-box ul li a {
                font-family: 'Poppins-Bold';
                color: #1450f0;
            }

    .notics-box h5 {
        font-size: 18px;
        font-weight: 600;
    }

.ipv_success h3 {
    font-family: 'Poppins-bold';
    font-size: 18px;
    text-align: center;
    color: #008000;
}

.btn.btn-kyc-sucess, .btn-IPV_Link {
    border: 2px solid #1450f0;
    background: #1450f0;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    transition: all 0.5s ease-in-out;
}

    .btn-IPV_Link:hover, .btn.btn-kyc-sucess:hover {
        border: 2px solid #1450f0;
        background: #fff;
        color: #1450f0;
    }

.ipv_success {
    text-align: center;
    padding: 20px 0 30px 0;
}

    .ipv_success img {
        width: 80px;
        height: 80px;
        margin: auto auto 30px auto;
        text-align: center;
    }

.ipv_link-txt h6 {
    font-family: 'Poppins-Bold';
    font-size: 20px;
    color: #281662;
    padding-bottom: 15px;
}

.ipv_link-txt p {
    color: #281662;
    line-height: 25px;
    font-size: 13px;
    font-family: 'Poppins-SemiBold';
    padding-bottom: 10px;
}

.ipv_link-txt {
    text-align: center;
}

.send-otp {
    text-align: right;
    width: 100%;
    display: block;
    font-weight: 800;
    padding: 15px 5px 0px 0px;
    letter-spacing: 0.5px;
    color: #281662;
    border: none;
    background: transparent;
}

    .send-otp i {
        margin-right: 5px;
    }


/* End KYC PROCESS */



/*Responsive*/
@media (min-width: 320px) and (max-width: 767px){

.notics-box{position:static; top:0px; width:100%;}
.kyc_ipv_box{height:100%;}
.notics-box ul li{list-style:disc;}
.box-inner video{  height: 258px !important; object-fit: cover;}
.box-inner{padding: 0px !important;;}
.IPV-btn-box .btn.btn-ipv, .btn-take-video{margin-bottom:10px !important;;}
.IPV-btn-box{margin-bottom:0px !important;}

}

@media (min-width: 768px) and (max-width: 991px){.notics-box{    padding-right: 50px;
    position: static !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;}
}
