/*@charset "utf-8";*/
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800&display=swap');

/****---- Default CSS ----****/
html,
body {
    color: #3C2E7E;
    font-family: 'Assistant', sans-serif !important;
    font-size: 16px;
    line-height: 22px;
}

/* Helping CSS */

.pt-10 {
    padding-top: .625rem !important;
}

.pb-10 {
    padding-bottom: .625rem !important;
}

.pt-20 {
    padding-top: 1.25rem !important;
}

.pb-20 {
    padding-bottom: 1.25rem !important;
}

.pt-30 {
    padding-top: 1.875rem !important;
}

.pb-30 {
    padding-bottom: 1.875rem !important;
}

.pt-40 {
    padding-top: 2.5rem !important;
}

.pb-40 {
    padding-bottom: 2.5rem !important;
}

.pt-50 {
    padding-top: 3.125rem !important;
}

.pb-50 {
    padding-bottom: 3.125rem !important;
}

.pt-55 {
    padding-top: 3.4375rem !important;
}

.pb-55 {
    padding-bottom: 3.4375rem !important;
}

.pt-60 {
    padding-top: 3.75rem !important;
}

.pb-60 {
    padding-bottom: 3.75rem !important;
}

.pt-70 {
    padding-top: 4.375rem !important;
}

.pb-70 {
    padding-bottom: 4.375rem !important;
}

.px-70 {
    padding: 0 4.375rem !important;
}

.pt-80 {
    padding-top: 5rem !important;
}

.pb-80 {
    padding-bottom: 5rem !important;
}

.pt-90 {
    padding-top: 5.625rem !important;
}

.pb-90 {
    padding-bottom: 5.625rem !important;
}

.pt-100 {
    padding-top: 6.25rem
}

.pb-100 {
    padding-bottom: 6.25rem
}

.pt-110 {
    padding-top: 6.875rem
}

.pb-110 {
    padding-bottom: 6.875rem
}

.pt-120 {
    padding-top: 7.5rem
}

.pb-120 {
    padding-bottom: 7.5rem
}

.pt-130 {
    padding-top: 8.125rem
}

.pb-130 {
    padding-bottom: 8.125rem
}

.pt-140 {
    padding-top: 8.75rem
}

.pb-140 {
    padding-bottom: 8.75rem
}

.pt-150 {
    padding-top: 9.375rem
}

.pb-150 {
    padding-bottom: 9.375rem
}

.pt-155 {
    padding-top: 9.6875rem
}

.pb-155 {
    padding-bottom: 9.6875rem
}

.pt-160 {
    padding-top: 10rem
}

.pb-160 {
    padding-bottom: 10rem
}

.pt-170 {
    padding-top: 10.625rem
}

.pb-170 {
    padding-bottom: 10.625rem
}

.pt-180 {
    padding-top: 11.25rem
}

.pb-180 {
    padding-bottom: 11.25rem
}

.pt-195 {
    padding-top: 12.1875rem
}

.pb-195 {
    padding-bottom: 12.1875rem
}

.pt-210 {
    padding-top: 13.125rem
}

.pb-210 {
    padding-bottom: 13.125rem
}

.pt-240 {
    padding-top: 15rem
}

.pb-240 {
    padding-bottom: 15rem
}

.pt-280 {
    padding-top: 17.5rem
}

.pb-280 {
    padding-bottom: 17.5rem
}

.mt-10 {
    margin-top: .625rem
}

.mb-10 {
    margin-bottom: .625rem
}

.mt-15 {
    margin-top: .9375rem
}

.mb-15 {
    margin-bottom: .9375rem
}

.mt-20 {
    margin-top: 1.25rem
}

.mb-20 {
    margin-bottom: 1.25rem
}

.mt-25 {
    margin-top: 1.5625rem
}

.mb-25 {
    margin-bottom: 1.5625rem
}

.mt-30 {
    margin-top: 1.875rem
}

.mb-30 {
    margin-bottom: 1.875rem !important;
}

.mt-35 {
    margin-top: 2.1875rem !important;
}

.mb-35 {
    margin-bottom: 2.1875rem !important;
}

.mt-40 {
    margin-top: 2.5rem !important;
}

.mb-40 {
    margin-bottom: 2.5rem !important;
}

.mt-45 {
    margin-top: 2.8125rem !important;
}

.mb-45 {
    margin-bottom: 2.8125rem !important;
}

.mt-50 {
    margin-top: 3.125rem !important;
}

.mb-50 {
    margin-bottom: 3.125rem !important;
}

.mt-55 {
    margin-top: 3.4375rem !important;
}

.mb-55 {
    margin-bottom: 3.4375rem !important;
}

.mt-60 {
    margin-top: 3.75rem !important;
}

.mb-60 {
    margin-bottom: 3.75rem !important;
}

.mt-65 {
    margin-top: 4.0625rem !important;
}

.mb-65 {
    margin-bottom: 4.0625rem !important;
}

.mt-70 {
    margin-top: 4.375rem !important;
}

.mb-70 {
    margin-bottom: 4.375rem !important;
}

.mt-80 {
    margin-top: 5rem !important;
}

.mb-80 {
    margin-bottom: 5rem !important;
}

.mt-90 {
    margin-top: 5.625rem !important;
}

.mb-90 {
    margin-bottom: 5.625rem !important;
}

.mt-100 {
    margin-top: 6.25rem !important;
}

.mb-100 {
    margin-bottom: 6.25rem !important;
}

.mt-110 {
    margin-top: 6.875rem !important;
}

.mb-110 {
    margin-bottom: 6.875rem !important;
}

.mt-120 {
    margin-top: 7.5rem !important;
}

.mb-120 {
    margin-bottom: 7.5rem !important;
}

.mrg {
    margin: 0 !important;
}

.m-20 {
    margin: 20px !important;
}


img {
    max-width: 100%;
    height: auto;
}

a {
    transition: all 0.5s ease;
}

ul,
li {
    padding: 0px;
    margin: 0px;
}

p {
    font-family: 'Assistant', sans-serif !important;
    font-size: 18px;
    margin: 0;
    font-weight: 300;
    line-height: 24px;
    color: #000;
    margin-bottom: 1rem;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a:hover,
a:visited,
a:focus,
a:active {
    text-decoration: none !important;
    cursor: pointer;
    outline: none;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Assistant', sans-serif !important;
    color: #333;
    font-weight: 500;
    line-height: normal;
}

h1 {
    font-size: 40px;
    line-height: 1;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 18px;
    font-weight: 550 !important;
}

h6 {
    font-size: 16px;
}

.wrapper {
    min-height: 100%;
    background: #fff;
}

.topheader-wrapper {
    background: #eee;
}

.top-header-detail ul {
    display: flex;
    float: right;
    margin: 0px;
    padding: 10px 0px;
}

.top-header-detail ul li {
    padding-left: 25px;
    color: #3C2E7E;
}

a.btn-main,
button.btn-main {
    text-align: center;
    color: #ffffff;
    background: #3C2E7E;
    padding: 10px 25px;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 8px 8px 12px 0px #3c2e7e3d;
    border: none;
}


/* #Navigation
================================================== */
/* .navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
} */

.navbar .dropdown-menu {
    border: none;
    /*background-color:#3c2e7e !important;*/
}

.navbar-brand img {
    width: 240px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap nav a.navbar-brand {
    padding: 0px;
}

nav.navbar.navbar-expand-lg ul.navbar-nav li.nav-item a {
    color: #3C2E7E;
    font-weight: 400;
    font-size: 17px;
}

.dropdown-menu li.nav-item a,
.dropdown-menu a {
    font-size: 15px !important;
}

nav.navbar.navbar-expand-lg ul.navbar-nav li .dropdown-menu ul li a.nav-link {
    color: #fff;
}

.navbar .nav-item {
    padding: 1.5rem 0rem .5rem .5rem;
    margin: 0;
}

.navbar-expand-lg .nav-header-tp .navbar-nav .nav-link {
    padding-right: 0rem;
}

.mid-head-btn .btn-right-head a.btn-main.brder-btn {
    margin-left: 10px;
    margin-right: 0px;
}

.header-menu-contact {
    background: #1F0F6C;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #00000026;
    padding: 20px;
}

.header-menu-contact .heder-contct-detail p a {
    color: #fff !important;
}

.heder-contct-detail span {
    color: #D8D8D8;
    font-size: 12px;
}

.header-menu-contact h5 {
    color: #fff;
}

.heder-contct-detail p {
    margin-bottom: 0px;
}

.heder-contct-detail {
    margin-bottom: 12px;
}

.dropdown-menu.mega-dropmenu {
    padding: 1rem 0 0.5rem;
    border-radius: unset;
    margin: 0px;
}

.megamenu-inner-centerm ul li a {
    padding: 2px;
}

.megamenu-inner-centerm ul li.nav-item {
    padding: 0px;
    margin: 0px;
}

.megamenu-inner-centerm span {
    color: #fff;
    font-size: 16px;
    margin-bottom: 13px;
    display: block;
}

/*.navbar-light .navbar-nav .megamenu-inner-centerm .nav-link.active,*/
.navbar-light .navbar-nav .megamenu-inner-centerm .nav-link:hover {
    border-left: 2px solid #FFCB31;
}

.megamenu-inner-centerm {
    border-right: 1px solid #979797;
}

.megamenu-inner-rightbar h5,
.megamenu-inner-rightbar p {
    color: #fff;
}

.drb-innerdetail {
    text-align: center;
}

.megamenu-inner-rightbar p {
    line-height: 20px;
    margin-top: 12px;
}

.megamenu-inner-rightbar a.btn-main {
    background: #1f0f6c;
    color: #fff !important;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px #00000026;
}

.megamenu-inner-centerm ul.nav li span {
    font-size: 13px;
    color: #B1ABCB;
    padding-left: .5rem;
}

.nav-header-tp ul li a.dropdown-toggle::after {
    display: none;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    div.navbar .nav-item {
        padding: .5rem .5rem;
        margin: 0 .25rem;
    }

    /* makes the dropdown full width  */
    .navbar .dropdown {
        position: static;
        padding-bottom: 28px;
    }

    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        /*  height of nav-item  */
        top: 60px;
    }

    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        display: block !important;
    }

    .navbar .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .15);
        background-color: #fff;
    }

}


/* #Primary style
================================================== */
section {
    position: relative;
    width: 100%;
    display: block;
    overflow-x: hidden;
}

.mid-head-btn {
    position: relative;
    padding-top: 10px;
}

.btn-right-head {
    float: right;
}

.btn-right-head a.btn-main.brder-btn {
    background: transparent;
    color: #3C2E7E;
    border: 1px solid #3C2E7E;
    padding: 5px 12px;
    font-size: 14px;
    box-shadow: unset;
}

/***top-banner***/
section.finwave-top-banner {
    padding: 20px 0px 30px 0px;
}

.banner-text-top h1 {
    color: #3C2E7E;
    font-weight: 700;
    font-size: 35px;
    padding-right: 70px;
    line-height: 38px;
    margin-bottom: 12px;
}

/***service***/
section.service-offer-wrapper {
    position: relative;
    padding: 0px 0px 25px;
    display: flow-root;
}

section.service-offer-wrapper .col-lg-10 {
    margin-right: 38px;
}

.section-title.left-side {
    padding-bottom: 20px;
}

.section-title h3 {
    color: #3C2E7E;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 0px;
    line-height: 32px;
    padding-top: 10px;
}

.section-title span {
    color: #4A4A4A;
    font-size: 15px;
}

.seven-box {
    margin-left: -24px;
    margin-top: 27px;
}

.service-detail {
    border: 1px solid #4A90E2;
    padding: 15px;
    border-radius: 3px;
    text-align: left;
    background: #fff;
    box-shadow: 10px 10px 15px 0px #3c2e7e21;
    height: 150px;
    margin-bottom: 30px;

}

.service-image img {
    width: 50%;
    margin-bottom: 10px;
}

.service-detail:hover {
    opacity: unset;
    background: #3C2E7E;
    color: #fff;
}

.owl-carousel .owl-item .service-detail .service-image img {
    width: 78px;
}

.service-detail .service-title h4 {
    color: #9B9B9B;
    font-size: 16px;
    font-weight: 700;
    padding-top: 6px;
    margin-bottom: 0px;
}

.service-detail h4:hover {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding-top: 6px;
    margin-bottom: 0px;
}

/**service-under-section***/
section.management-sol-wrapper,
section.mutual-fund-wrapper {
    padding: 120px 0px 20px;
}

section.testimonial-wrape,
section.contact-info-wrapper {
    padding: 110px 0px 20px;
}

.divider-brdr {
    content: "";
    position: absolute;
    background-color: #FFCB31;
    width: 30px;
    height: 4px;
    margin: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 8px;
}

.detail-under-wrape {
    padding-top: 17px;
}

.content-left-text {
    padding-right: 150px;
}

.Content-left-01 {
    padding-right: 130px !important;
}

/*.lt-1{*/
/*    padding-right:401px;*/
/*} */
.section-title.lr-title h3 {
    padding-bottom: 15px;
}

.content-right-text {
    padding-left: 100px;
}

.accordion-wrape .accordion {
    background-color: transparent;
    color: #4A4A4A;
    cursor: pointer;
    padding: 12px 0px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #C8C8C8;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    line-height: 15px;
    font-weight: 500;
}

.accordion-wrape .active,
.accordion-wrape .accordion:hover {
    background-color: #fff;
}

.accordion-wrape .accordion:before {
    content: '\002B';
    color: #777;
    font-weight: 100;
    float: right;
    margin-left: 5px;
    font-size: 26px;
}

.accordion-wrape .active:before {
    content: "\2212";
}

.accordion-wrape .panel {
    text-align: left;
    padding: 2px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-wrape {
    padding-bottom: 30px;
}


/****testimonial*****/
section.testimonial-wrape .owl-carousel.carousel-main-testimonial {
    padding: 0px 20px;
}

.testimonial-detail {
    padding: 25px 18px 0 18px;
    border: 1px solid #3C2E7E;
    border-radius: 6px;
    height: 260px;
    width: 500px;
    /*box-shadow: 8px 8px 12px 0px #3c2e7e3d;*/
}

.testimonial-detail .img-user-tst {
    float: left;
}

.detail-right-tst {
    display: flow-root;
    padding-left: 18px;
}

.testimonial-detail .detail-btm-txt p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.testimonial-detail:hover {
    background: #3C2E7E;
    box-shadow: 8px 8px 12px 0px #3c2e7e3d;


}

.testimonial-detail:hover .detail-right-tst h4,
.testimonial-detail:hover .detail-right-tst span,
.testimonial-detail:hover .detail-btm-txt p {
    color: #fff;
}

.title-tst {
    display: flow-root;
    margin-bottom: 8px;
}

.title-tst .text-left-tst h4 {
    margin-bottom: 0px;
}

.title-tst .text-left-tst {
    float: left;
}

.title-tst .blockquote-right {
    float: right;
}

.blockquote-right i {
    color: #CBC2F2;
    font-size: 40px;
}

.testimonial-detail:hover .blockquote-right i {
    color: #FFCB31;
}

/****get-in-touch****/
section.contact-info-wrapper .image-right-wrapper {
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 50px 0px;
}

.contact-info-wrape {
    display: inline-block;
    background: #fff;
    border: 1px solid #4A90E2;
    border-radius: 6px;
    padding: 25px;
    text-align: left;
}

.contact-info-wrape h4 {
    color: #3c2e7e;
    font-size: 26px;
    font-weight: 700;
    width: 190px;
}

.contact-detail p {
    padding-bottom: 4px;
    margin-bottom: 0px;
}

.contact-detail {
    padding: 15px 0px;
}

.contact-btn {
    text-align: center;
}

.contact-info-wrape p {
    margin-bottom: 0px;
    padding-bottom: 6px;
}

.contact-detail p a {
    color: #4A4A4A;
}

section.testimonial-wrape .owl-carousel .owl-stage-outer .owl-item:hover {
    /*box-shadow: 0px 0px 10px 0px #cbc2f2;*/

}

.owl-item {
    opacity: 0;
    transition: opacity 500ms;
}

.owl-item.active {
    opacity: 1;
}

a.btn-main:hover {
    color: #fff;
}

section.testimonial-wrape .owl-nav button span.fa {
    font-size: 32px;
}

footer.footer-wrapper {
    background: #3c2e7e;
    padding: 35px 0px 0px;
}

.footer-widget-area {
    padding-bottom: 20px;
}

.footer-contact-info ul li {
    margin-bottom: 10px;
    color: #fff;
}

.footer-contact-info ul li a,
.footer-menu-link ul li a {
    color: #fff;
    transition: all 300ms ease-in-out;
}

.footer-menu-link ul li a:hover {
    color: #FFCB31;
}

.footer-contact-info ul li span.contct-txt {
    display: block;
    margin-left: 28px;
    font-size: 15px;
    padding-top: 3px;
}

.footer-contact-info ul li span.img-box {
    position: absolute;
}

ul.social-icon-footer li {
    display: inline-flex;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 0px 3px;
    margin-right: 8px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 16px;
}

.footer-widget-area h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.footer-menu-link {
    display: inline-flex;
}

.footer-menu-link ul {
    margin-right: 20px;
}

.footer-menu-link ul li {
    padding-bottom: 10px;
    font-size: 15px;
}

.footer-menu-link {
    padding-top: 10px;
}

.footer-menu-link.partner-link ul {
    margin-right: 0px;
}

.footer-menu-link ul.produc-link {
    /*columns: 2;
    -webkit-columns: 2;*/
    -moz-columns: 2;
    margin-right: 0px;
}

.menu-link-mid ul li a {
    color: #fff;
}

.menu-link-mid ul li:last-child {
    border-right: unset;
}

.menu-link-mid ul li {
    font-size: 15px;
    display: inline-block;
    position: relative;
    color: #fff;
    margin-right: 4px;
    font-weight: 300;
}

.menu-link-mid ul li a,
.menu-link-mid ul li span {
    padding: 0px 8px 0px 4px;
    font-weight: 400;
}

.menu-link-mid ul li a::after,
.menu-link-mid ul li span::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #ffffff;
    padding-top: 15px;
    top: 4px;
    right: 0px;
}

.menu-link-mid ul li:last-child a::after,
.menu-link-mid ul li:last-child span::after {
    display: none;
}

.menu-link-mid {
    /*text-align: center;*/
}

.menu-link-mid ul {
    display: -webkit-inline-box;
    margin-bottom: 0rem;
}

.footer-mid-links {
    border-top: 1px solid #8E8E8E;
    /* border-bottom: 1px solid #fff;*/
    padding: 20px 0px;
    margin: 0px 0px;
}

.menu-link-mid.space-btm {
    padding-bottom: 15px;
}

.menu-link-mid.lr-spce-set li {
    margin: 0px;
}

.menu-link-mid.lr-spce-set a {
    padding: 0px 8px;
}

.menu-link-mid.lr-spce-set a::after {
    right: -3px;
}

.menu-link-mid.space-btm ul li p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #FFCB31;
    font-weight: 600;
}

.address-corporate-office {
    text-align: center;
}

.address-corporate-office p {
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: 300;
}

.address-corporate-office p span {
    font-weight: 700;
}

.address-corporate-office p a {
    color: #FFCB31;
}

.arian-comodities {
    text-align: center;
    padding: 10px 0px;
}

.arian-comodities p span {
    font-weight: 600;
}

.arian-comodities p {
    color: #fff;
    font-weight: 300;
}

.arian-comodities p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.text-sample-p p {
    text-align: center;
    color: #fff;
    font-size: 19px;
    padding: 12px 0px;
    margin-bottom: 0px;
}

.disclaimer-wrape p,
.mutual-fund-disclaimer p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
}

.disclaimer-wrape,
.mutual-fund-disclaimer {
    text-align: center;
}

span.clr-org {
    color: #FFCB31;
}

.footer-btm p {
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 13px;
}

/***about-us****/
.abt-details p {
    margin-bottom: 0px;
}

.abt-details {
    margin-bottom: 35px;
}

.abt-stegnth ul li:before {
    content: url('../images/about/icon-str.svg');
    display: inline-block;
    margin-right: 15px;
    margin-top: 2px;
}

section.about-us-wrape .section-title {
    padding-bottom: 18px;
}

.abt-stegnth ul,
.details-vimi p {
    margin-bottom: 0px;
}

/***counter****/

section.milestone-wrapper .details-milestone {
    background: #3c2e7e;
    padding: 25px 25px;
    border-radius: 5px;
    text-align: center;
}

.details-milestone {
    position: relative;
}

.details-milestone h4,
.details-milestone .counter p {
    color: #fff;
}

.details-milestone .counter {
    text-align: center;
}

.details-milestone .counter h5 {
    font-size: 22px;
    line-height: 22px;
    height: 45px;
    color: #FFCB31;
    margin-bottom: 12px;
    font-weight: 700;
}

.details-milestone .counter h5 span {
    font-size: 12px;
    display: block;
}

.details-milestone .counter p {
    margin-bottom: 0px;
}

.details-milestone .counter p span {
    display: block;
    font-size: 22px;
}

.details-milestone .counter img {
    padding-bottom: 10px;
    width: 42px;
}

.details-milestone .counter h4 {
    font-size: 22px;
    margin-bottom: 0px;
}

.details-milestone .col-lg-2::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 95px;
    background-color: #9d96be;
    padding-top: 15px;
    top: 4px;
    right: 0px;
}

.details-milestone .col-lg-2:nth-child(6)::after {
    width: 0px;
}

section.milestone-wrapper {
    padding: 70px 0px;
}


/**what-we-offer**/

.text-hed-btm p {
    margin-bottom: 0px;
}

section.whatwe-offter-wrapper {
    padding: 70px 0px 20px;
}

.offer-detail-btm h4 {
    color: #3C2E7E;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.details-offer-inner {
    padding-top: 30px;
}

.offer-img-top {
    text-align: left;
}

.offer-img-top img {
    padding-bottom: 30px;
}

.offer-img-top-01 img {
    padding-bottom: 24px;
}

.details-offer-inner .col-lg-4 {
    margin-bottom: 35px;
}

section.abt-cntct-wrapper {
    padding: 60px 0px;
}

.cntct-btm-inline {
    border: 1px solid #3c2e7e;
    border-radius: 7px;
    padding: 20px;
    text-align: center;
}

.cntct-btm-inline p {
    margin-bottom: 0px;
    color: #3c2e7e;
    font-weight: 700;
    font-size: 18px;
}

.cntct-btm-inline p a {
    color: #3c2e7e;
    font-weight: 400;
    padding: 0px 12px;
}

.cntct-btm-inline p span {
    padding-left: 30px;
}

.banner-text-top.platform-banner p {
    padding-top: 20px;
    padding-right: 70px;
}

.details-faq-inner {
    padding-top: 40px;
    padding-left: 25px;
}

.details-faq-inner .offer-detail-btm .offer-img-top {
    float: left;
}

.faq-detail {
    display: grid;
    padding-left: 18px;
}

.details-faq-inner .offer-detail-btm h4 {
    line-height: 22px;
    color: #000000;
}

.details-faq-inner .offer-detail-btm {
    margin-bottom: 20px;
}

.abt-stegnth ul li {
    padding-bottom: 10px;
    display: flex;
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

.abt-stegnth2 ul li {
    padding-bottom: 10px;
    display: block !important;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

section.key-feature-wrspe.advantges {
    padding: 20px 0px 30px;
}

section.demat-account {
    padding: 70px 0px;
}

section.demat-account h4 {
    float: left;
    color: #3c2e7e;
    font-size: 28px;
    font-weight: 700;
}

section.demat-account a.btn-main {
    float: right;
    margin: 16px 0px;
}

section.get-started-wrapper {
    padding: 60px 0px;
}

.get-started-inner {
    border: 1px solid #4A90E2;
    border-radius: 4px;
    box-shadow: 0px 0px 26px 0px #3c2e7e17;
    padding: 18px;
    height: 170px;
}

.get-start-detail p {
    margin-bottom: 0px;
}

.get-start-detail h4 {
    color: #3C2E7E;
    font-size: 22px;
    font-weight: 600;
}

.get-started-inner .number-bg {
    background-color: #3c2e7e;
    color: #FFCB31;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 100%;
    font-size: 30px;
    margin-left: -30px;
    display: inline-block;
    position: absolute;
    top: 40px;
}

.get-start-detail {
    padding-left: 50px;
}

ul.mutual-fund-ul li span.text-mutual-fund {
    display: contents;
    color: #3C2E7E;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.abt-stegnth ul.mutual-fund-ul li:before {
    padding-top: 1px;
}

ul.mutual-fund-ul li {
    margin-bottom: 10px;
    font-size: 18px;
}

.title-all-fund h4 {
    float: left;
}

.title-all-fund span {
    float: right;
}

.title-all-fund span a {
    color: #000;
    font-size: 18px;
}

.title-all-fund h4 {
    color: #3C2E7E;
}

.mutual-funds-block {
    border: 1px solid #4A90E2;
    border-radius: 4px;
    box-shadow: 0px 0px 26px 0px #3c2e7e17;
    padding: 15px 12px;
}

.title-all-fund {
    display: flow-root;
    padding-bottom: 26px;
}

.mf-block-inner {
    display: flex;
    align-items: center;
}

.fund-block-text h5,
.fund-growth-text h5 {
    color: #3C2E7E;
    font-size: 20px;
}

.fund-block-text p {
    color: #8e8e8e;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 300;
    line-height: 20px;
}

.fund-block-img {
    padding: 0px 20px 0px 10px;
    width: 130px;
}

.start-end-date {
    display: flex;
    padding-top: 6px;
}

.start-end-date .date-day {
    font-size: 14px;
    color: #8e8e8e;
    font-weight: 300;
}

.start-end-date .date-day span {
    color: #FFCB31;
    font-size: 18px;
    font-weight: 400;
}

.fund-btm-view {
    border-top: 1px solid #8e8e8e85;
    padding-top: 10px;
    margin-top: 10px;
}

.fund-btm-view a:last-child {
    float: right;
}

.fund-btm-view a {
    color: #3C2E7E;
    font-size: 16px;
    padding: 0px 16px;
}

.space-ptop {
    padding-top: 60px;
}

.fund-growth-text h5 {
    margin-bottom: 30px;
    height: 50px;
}

.fund-growth-text p {
    margin-bottom: 0px;
}

.fund-growth-text h4 {
    color: #FFCB31;
    font-size: 35px;
    line-height: 30px;
}

.mutual-funds-block.mfb-growth {
    padding: 15px;
    padding-right: 40px;
}

.fund-growth-text span {
    color: #8e8e8e;
}

/****public-issues-css***/
section.public-issues-wrape {
    padding: 100px 0px 70px;
}

ul.nav-tabs.tab-main-nav li a.nav-link {
    border-right: 2px solid #eee;
    border-left: unset;
    border-top: unset;
    font-size: 24px;
    padding: 0px 15px !important;
    color: #8e8e8e;
    border-radius: 0px;
}

ul.nav-tabs.tab-main-nav li:first-child a {
    padding-left: 0px !important;
}

ul.nav-tabs.tab-main-nav .nav-link.active {
    color: #3C2E7E;
}

ul.nav-tabs.tab-main-nav {
    border: unset;
    border-radius: 0px;
}

ul.nav-tabs.tab-main-nav li.nav-item:last-child a {
    border: unset;
}

.tabs-inner-detail {
    border: 1px solid #4A90E2;
    border-radius: 4px;
    box-shadow: 0px 0px 26px 0px #3c2e7e17;
    padding: 15px 12px;
    margin-top: 15px;
}

.data-table-inner div.dataTables_length,
.data-table-inner div.dataTables_filter {
    display: none;
}

.data-table-inner table thead tr th {
    color: #3C2E7E;
    font-weight: 500;
}

ul.nav-tabs.tab-main-nav.inner-ul li a.active {
    font-weight: 700;
}

ul.nav-tabs.tab-main-nav.inner-ul li a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}

ul.nav.nav-tabs.tab-main-nav.inner-ul {
    padding-bottom: 10px;
    padding-left: 13px;
}

.data-table-inner .dataTables_paginate span a.current {
    color: #000;
}

.data-table-inner .dataTables_paginate a {
    color: #c0c0c0;
    padding: 0px 8px;
}

.ipo-performance-wrape {
    padding-top: 40px;
}

.ipo-performance-wrape h4 {
    color: #3C2E7E;
    font-size: 24px;
    font-weight: 700;
}

.tabs-pi-details .nav-item::before {
    background: none;
}

.tabs-inner-detail table {
    width: 100%;
    display: inline-table;
}

section.bond-section-wrapper {
    padding: 20px 0px;
}

.pbn-title h4,
.pbn-title span {
    color: #3C2E7E;
}

.bonds-btm-details h5 {
    color: #3c2e7e;
}

.pbn-title {
    padding: 50px 0px 30px;
}

.bons-top-img {
    padding-bottom: 10px;
}

.bond-details {
    padding: 0px 70px 25px 0px;
}

section.ncd-section-wrapper {
    padding-bottom: 20px;
}

section.why-us-wrapper .row:nth-child(odd) {
    flex-flow: row-reverse;
}

.pad-btm-row {
    padding-bottom: 40px;
}

section.finwave-top-banner.why-us-main-top {
    padding-bottom: 30px;
}

.financebox-details h5 {
    color: #3C2E7E;
    font-weight: 700;
    padding-top: 10px;
}

.financial-box-wrape {
    text-align: center;
}

section.financial-industry-wrape .section-title p {
    padding-top: 18px;
}

.section-title p {
    padding-top: 18px;
}

ul.product-investor-point {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.number-callback {
    margin-top: 25px;
}

.number-callback div button {
    background: #3c2e7e;
    color: #fff;
    margin-left: 0px;
    border-radius: 0px 5px 5px 0px;
    padding: 10px;
}

.number-callback div .form-group input {
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
    width: 260px;
}

section.financial-industry-wrape {
    padding-bottom: 90px;
}

h5.benefit-text {
    color: #3c2e7e;
}

section.crieteria-accordion-wrape {
    padding: 120px 0px 50px;
}

.crieteria-acc.accordion-wrape button {
    border: 1px solid #3C2E7E;
    background: #F5F7FA;
    border-radius: 5px;
    padding: 12px;
}

.crieteria-acc.accordion-wrape .panel {
    margin-bottom: 10px;
}

.crieteria-acc.accordion-wrape {
    margin-top: 20px;
}

.finwave-partner-form form input {
    border: unset;
    border-bottom: 1px solid #979797;
    border-radius: 0px;
    padding: 8px 0px;
}

.contact-detail.finwave-partner-form {
    padding: 0px;
}

section.finwave-partner-section .image-right-wrapper {
    padding: 50px 0px;
}

.contact-detail.finwave-partner-form .contact-btn button.btn-main {
    padding: 8px 70px;
    border-radius: 25px;
    margin-top: 15px;
}

.faq-top-search .search-container button {
    padding: 6px 10px;
    margin-top: 8px;
    background: #fff;
    font-size: 17px;
    border: 1px solid #c8c8c8;
    cursor: pointer;
    border-left: unset;
    position: absolute;
    outline: unset;
}

.faq-top-search input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: 1px solid #c8c8c8;
    border-right: unset;
    outline: unset;
    width: 100%;
}

section.choose-category-ss h4 {
    padding-bottom: 30px;
}

.category-box p {
    color: #3C2E7E;
    padding-top: 20px;
}

.category-box {
    text-align: center;
}

section.account-open-wrape {
    padding: 20px 0px 30px;
}

.account-detail-btm h5 {
    color: #3c2e7e;
    margin-bottom: 15px;
}

.account-detail-btm {
    padding-top: 20px;
}

ul.acc-open-list li {
    color: #8e8e8e;
    padding-bottom: 6px;
}

ul.acc-open-list {
    border-top: 1px solid #8e8e8e;
    padding-top: 15px;
}

.tab-form-account {
    margin-top: 50px;
    /* display: inline-block;*/
}

.tab-form-account ul li {
    width: 25%;
    text-align: center;
}

.tab-form-account ul.nav-tabs {
    border: unset;
}

.tab-form-account ul.nav-tabs li a {
    border: 1px solid #4A90E2;
    border-radius: 0px;
    padding: 15px 35px !important;
}

.tab-form-account .nav-tabs .nav-item.show .nav-link,
.tab-form-account .nav-tabs .nav-link.active {
    border-color: #4A90E2;
    color: #3C2E7E;
    font-weight: 700;
}

.tab-form-account ul.nav-tabs li.nav-item a {
    color: #3c2e7e7a;
    font-size: 18px;
}

.tab-form-account .tab-content {
    border: 1px solid #4a90e2;
}

section.finwave-top-banner.download-center-wrape {
    padding: 130px 0px 60px;
}

.cnt-form-signin a,
.cnt-form-signup a {
    color: #3c2e7e;
    font-size: 18px;
    border-bottom: 1px solid #a3a3a373;
    padding-bottom: 5px;
    display: inline-block;
}

.cnt-form-signin p {
    color: #9B9B9B;
}

.cnt-form-signin {
    padding-top: 15px;
}

.cnt-form-signin a:hover,
.cnt-form-signup a:hover {
    color: #3c2e7e;
}

.cnt-form-signup {
    margin-bottom: 20px;
}

.open-demat-acc .financebox-details {
    padding-top: 20px;
}

section.demat-account-wrape {
    background-image: url(../images/bg-deamt-acc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    background-position: center;
}

.section-title-white h3 {
    color: #fff;
    font-size: 30px;
    padding-bottom: 30px;
    font-weight: 600;
}

.section-title-white {
    text-align: center;
}

.demat-acc-box-img {
    background: #fff;
    text-align: center;
    padding: 30px 0px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 2px solid #4A90E2;
}

.demat-acc-detail span,
.demat-acc-detail h5 {
    color: #fff;
}

.demat-acc-detail h5 {
    font-size: 40px;
}

.demat-acc-detail h5 span {
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
}

section.open-Daccount-wrape {
    padding: 100px 0px;
}

.demat-acc-box2 {
    border: 1px solid #4A90E2;
    border-radius: 5px;
    padding: 15px 12px;
    box-shadow: 0px 0px 26px 0px #3c2e7e17;
    height: 178px;
}

.demat-acc-box2 img {
    padding-bottom: 15px;
}

.demat-acc-box2 p {
    margin-bottom: 0px;
    line-height: 20px;
    color: #3C2E7E;
}

.crieteria-acc.accordion-wrape button.accordion.active,
.crieteria-acc.accordion-wrape button.accordion:hover {
    background: #E6EFFA;
}

.crieteria-acc.accordion-wrape button a {
    float: right;
    background: #3c2e7ea8;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.crieteria-acc.accordion-wrape button.accordion.active a {
    background: #3C2E7E;
}

section.career-form-wrapper {
    padding: 50px 0px 100px;
}

.carrer-form-inner {
    border: 1px solid #4A90E2;
    padding: 50px;
    box-shadow: 8px 12px 15px 0px #3c2e7e17;
}

.carrer-form-inner h4 {
    color: #3C2E7E;
    padding-bottom: 10px;
    font-weight: 700;
}

.carrer-form-inner h5 {
    color: #3C2E7E;
    padding: 10px 0px 5px;
    font-weight: 700;
}

form.form-style-wrape .form-group input {
    border-color: #3C2E7E;
    height: 45px;
    border-radius: unset;
}

form.form-style-wrape .form-group textarea {
    border-color: #3C2E7E;
    border-radius: unset;
    width: 100%;
}

form.form-style-wrape .form-group.row input::placeholder,
form.form-style-wrape .form-group.row textarea::placeholder {
    color: #3C2E7E;
}

div.contact-form-wrape {
    background-image: url("../images/contact/contact-bg.png");
    background-repeat: no-repeat;
    background-size: auto;
    padding: 70px 0px 25px;
    background-position: center;
}

.contact-left-form {
    background: #fff;
    border: 1px solid #4A90E2;
    padding: 30px;
    box-shadow: 8px 12px 15px 0px #3c2e7e17;
}

.sidebar-contct-info {
    background: #3C2E7E;
    padding: 30px;
}

.contact-left-form h5 {
    color: #3c2e7e;
    margin-bottom: 20px;
}

.contact-info-widget h5 {
    color: #fff;
    margin-bottom: 20px;
}

ul.contct-detail li a {
    display: inline-flex;
}

ul.contct-detail li a i {
    vertical-align: middle;
    line-height: 25px;
    padding-right: 10px;
    color: #fff;
    width: 25px;
}

ul.contct-detail li a span {
    color: #fff;
}

ul.contct-detail li {
    padding-bottom: 15px;
}

.follow-social-media a {
    padding: 0px 6px;
}

.contact-detail-wrape {
    background-image: url("../images/contact/contact-detail.png");
    background-repeat: no-repeat;
    background-size: auto;
    margin: 100px 0px;
    background-position: center;
}

.cntct-detail-bg {
    background: #fff;
    border: 1px solid #4A90E2;
    padding: 30px;
    box-shadow: 8px 12px 15px 0px #3c2e7e17;
}

.cntct-detail-bg .section-title {
    padding-bottom: 30px;
}

.contct-all-info {
    text-align: center;
    border-right: 1px solid #979797;
}

.detail-cntct-box h5,
.detail-cntct-box p a,
.detail-cntct-box p {
    color: #3C2E7E;
}

.detail-cntct-box h5 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
}

.detail-cntct-box p {
    margin-bottom: 0px;
    line-height: 23px;
    font-size: 18px;
    font-weight: 300;
}

.detail-cntct-box {
    margin-top: 15px;
}

.col-lg-4:last-child .contct-all-info {
    border: unset;
}

.border-1 {
    border-bottom: 1px solid #979797;
    margin: 20px 0px;
}

/****blog-post*****/
section.blog-post-wrapper {
    padding: 100px 0px;
}

.blog-listing-post,
.blog-sidebar-widget {
    border: 1px solid #3C2E7E;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #3c2e7e1c;
    margin-bottom: 20px;
}

.blog-short-detail a:hover {
    color: #3C2E7E;
}

.blog-short-detail a {
    color: #000000;
    padding-top: 0;
    display: block;
}

.blog-short-detail h5 {
    color: #3C2E7E;
    padding-bottom: 10px;
    font-weight: 700;
}

.blog-short-detail {
    padding-top: 20px;
}

.searchbar-blog .faq-top-search input[type=text] {
    width: auto;
}

.searchbar-blog .faq-top-search button {
    border-radius: 0px 4px 4px 0px;
}

.searchbar-blog .faq-top-search input[type=text] {
    width: 270px;
    border-radius: 4px 0px 0px 4px;
}

.searchbar-blog {
    margin-bottom: 25px;
    border-bottom: 2px solid #ececec;
    padding-bottom: 22px;
}

.latest-post h5 {
    color: #3C2E7E;
    padding-bottom: 10px;
    font-weight: 700;
}

.detail-postinner span {
    font-size: 13px;
}

.detail-postinner p {
    margin-bottom: 2px;
    line-height: 20px;
}

.bpost-sidebar {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.newsletter-post {
    padding-top: 25px;
}

.newsletter-post button {
    width: 100%;
    border-radius: 2px;
    margin-top: 10px;
}

.categories-widget,
.tags-widget,
.social-widget {
    padding-top: 25px;
}

.categories-widget h5,
.tags-widget h5,
.social-widget h5 {
    color: #3C2E7E;
    font-weight: 700;
}

.categories-widget p,
.tags-widget p {
    margin-bottom: 0px;
}

.social-widget a {
    padding-right: 10px;
}

p.tags-i i {
    color: #3c2e7e;
}

.comment-inner-detail p {
    margin-bottom: 5px;
    line-height: 20px;
}

.user-comment.row {
    background: #F5F7FA;
    padding: 20px;
    border: 1px solid #3C2E7E;
    box-shadow: 3px 3px 10px #3c2e7e1c;
    margin-bottom: 14px;
}

.user-comment.row:nth-child(even) {
    margin-left: 12px;
}

.comment-area-wrape {
    padding: 20px 0px 40px;
}

form.blog-form-comment .form-row input,
form.blog-form-comment .form-row textarea {
    border: unset;
    border-bottom: 1px solid #D8D8D8;
    border-radius: 0px;
    width: 100%;
}

form.blog-form-comment .form-row input::placeholder,
form.blog-form-comment .form-row textarea::placeholder {
    color: #000;
}

form.blog-form-comment .contact-btn {
    float: left;
    display: contents;
}

.leave-reply-form h5 {
    color: #3c2e7e;
    font-size: 25px;
    font-weight: 700;
}

.abt-stegnth p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin-bottom: 1.4rem;
}

.abt-stegnth2 p {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 1.4rem;
}

.faq-top-search.download-new-wrpe form button i {
    color: #3C2E7E;
    font-size: 20px;
}

.faq-top-search.download-new-wrpe form input[type="text"] {
    border-radius: 6px 0px 0px 6px;
}

.faq-top-search.download-new-wrpe form button {
    border-radius: 0px 6px 6px 0px;
}

section.finwave-top-banner.download-center-wrape .tab-form-account .tab-content {
    border: 1px solid #4a90e2;
    box-shadow: 8px 7px 15px 0px #3c2e7e1c;
}

.cntct-detail-bg.login-ekyc .section-title h3 i {
    color: #ffcb31;
    font-size: 40px;
    padding-left: 8px;
}

.cntct-detail-bg.login-ekyc .section-title h3 {
    padding-bottom: 0px;
    color: #fff;
}

.cntct-detail-bg.login-ekyc .section-title p {
    font-size: 18px;
    color: #ffcb31;
    font-weight: 700;
    letter-spacing: 1px;
}

.cntct-detail-bg.login-ekyc {
    padding: 30px 30px;
    background: #3c2e7e;
    border-radius: 8px;
    border: unset;
    width: 100%;
}

.cntct-detail-bg.login-ekyc form .form-group input,
select {
    border-color: #3C2E7E;
    height: 45px;
    border-radius: unset;
    width: 100%;
}

.contact-detail-wrape.ekyc-bg-unset {
    background: unset;
}

a.btn-main,
button.btn-main {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    background: #3C2E7E;
    padding: 7.5px 30px;
    border-radius: 3px;
    /*text-transform: uppercase;*/
}

.finwave-login {
    text-align: center;
}

.finwave-login img {
    width: 18em;
}

.contact-detail-wrape.login-type3 {
    background: unset;
    margin: 0px 0px 30px;
}

.contact-detail-wrape.login-type3 .section-title h3 {
    font-size: 30px;
}

.contact-detail-wrape.login-type3 .cntct-detail-bg.login-ekyc {
    padding: 30px 40px;
}

.btm-frgt-pass {
    text-align: center;
    margin-top: 20px;
    color: #ffcb31;
}

.btm-frgt-pass a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .5px;
}

select {
    color: #7d858c;
    font-size: 15px !important;
    padding: 7px;
}

.contact-detail-wrape.login-type3 .section-title h5 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 25px;
}

.back-office-login {
    text-align: center;
    background: #3c2e7e;
    padding: 50px;
    border-radius: 10px;
}

.back-office-login i,
.back-office-login h4 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.back-office-login i {
    font-size: 45px;
    margin-bottom: 15px;
    color: #ffcb31;
}

.backoffice-page-wrape {
    padding: 100px 0px;
}

.tab-form-account table.table {
    display: inline-table;
}

nav.navbar.navbar-expand-lg ul.navbar-nav li.nav-item.show a,
nav.navbar.navbar-expand-lg ul.navbar-nav li.nav-item.show a:hover {
    font-weight: 400;
}

nav.navbar.navbar-expand-lg ul.navbar-nav li.nav-item a.active {
    font-weight: 700;
}

section.ncd-section-wrapper h4,
section.bond-section-wrapper h4 {
    font-weight: 700;
}

section.about-us-wrape .our-vision-mission .section-title {
    padding-bottom: 20px;
}

.cntct-detail-bg.login-ekyc button.btn-main {
    background: #ffcb31;
    color: #3c2e7e;
}

nav.navbar.navbar-expand-lg ul.navbar-nav li.nav-item.show .dropdown-menu.mega-dropmenu ul li a,
nav.navbar.navbar-expand-lg ul.navbar-nav li.nav-item .dropdown-menu.mega-dropmenu ul li a.active,
nav.navbar.navbar-expand-lg ul.navbar-nav li.nav-item.show .dropdown-menu.mega-dropmenu a {
    font-weight: 400;
    font-size: 15px;
}

.abt-stegnth.our-strength ul li {
    font-size: 18px;
    font-weight: 300;
}

.tab-form-account table.table tr td:last-child {
    justify-content: right;
    display: grid;
}

.tab-form-account table tr td {
    padding: 0.75rem 2.3rem;
}

section.finwave-top-banner.contct-top-sec {
    padding: 20px 0px;
}

@media (min-width: 768px) {

    .seven-cols .col-md-se1,
    .seven-cols .col-sm-se1,
    .seven-cols .col-lg-se1 {
        width: 100%;
    }
}

@media (min-width: 992px) {

    .seven-cols .col-md-se1,
    .seven-cols .col-sm-se1,
    .seven-cols .col-lg-se1 {
        width: 14.285714285714285714285714285714% !important;
        max-width: 14.285714285714285714285714285714% !important;
        padding: 0 10px;

    }

}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {

    .seven-cols .col-md-se1,
    .seven-cols .col-sm-se1,
    .seven-cols .col-lg-se1 {
        width: 14.285714285714285714285714285714% !important;
    }
}

.contact-details {
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid #3c2e7e;
    border-radius: 5px;
}

.contact-details li {
    font-size: 20px;
    color: #3c2e7e;
    font-weight: 500;
    padding: 0 15px;
}

.contact-details li a {
    color: #3c2e7e;
}

.contact-details li img {
    width: 25px;
}

.abt-details h4 {
    font-weight: 700;
    color: #3C2E7E;
}

.abt-details h2 {
    font-weight: 700;
    color: #3C2E7E;
}

.section-title h5 {
    color: #3C2E7E;
    font-size: 22px;
    font-weight: 600 !important;
    padding-bottom: 50px;
    margin-bottom: 0px;
    line-height: 40px;
}

.sticky-top {
    /*background-color: rgb(248, 249, 250);*/
    /*box-shadow: 0px 12px 16px #3c2e7e17;*/
}

.attention-title h4 {
    font-size: 18px;
    color: yellow;
    font-weight: 600;
}

.attention-title p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
}

.private p span {
    font-weight: 600;
    font-size: 16px;
}

.private h4 {
    font-size: 18px;
    color: #FFCB31;
    font-weight: 600;
}

.private p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0px;
    font-weight: 200;
}

.private {
    margin-bottom: 20px;
}

.private p a {

    color: #FFCB31;

}

.disclaimer p span {
    color: #FFCB31;
    font-weight: 500;
}

.disclaimer p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 200;
    line-height: 20px;
}

#modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    height: 100%;
    width: 100%;
}

.modalPopup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    /*width: 50%;*/
    padding: 0 0 30px;
    -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
}

.modalContent {
    padding: 0 2em;
}

.headerBar {
    width: 90%;
    /*background: #edcb04 url(http://cognex.com/gfx/site/bg-global-header.png) repeat-x 0 0;*/
    margin: 0;
    text-align: center;
}

.headerBar img {
    margin: 1em .7em;
    height: 500px;
    width: 400px;

}

h1 {
    margin-bottom: .2em;
    font-size: 26px;
}

p {
    margin: .75em 0 1.5em;
}

.buttonStyle {
    border: transparent;
    border-radius: 0;
    background: #6d6d6d;
    color: #eee !important;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 25px;
    text-decoration: none;
    background: -moz-linear-gradient(top, #6d6d6d 0%, #1e1e1e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d6d6d), color-stop(100%, #1e1e1e));
    background: -webkit-linear-gradient(top, #6d6d6d 0%, #1e1e1e 100%);
    background: -o-linear-gradient(top, #6d6d6d 0%, #1e1e1e 100%);
    background: -ms-linear-gradient(top, #6d6d6d 0%, #1e1e1e 100%);
    background: linear-gradient(to bottom, #6d6d6d 0%, #1e1e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6d6d', endColorstr='#1e1e1e', GradientType=0);
    /*	-webkit-box-shadow: 0 2px 4px 0 #999;
		box-shadow: 0 2px 4px 0 #999; */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.buttonStyle:hover {
    background: #1e1e1e;
    color: #fff;
    background: -moz-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e1e1e), color-stop(100%, #6d6d6d), color-stop(100%, #6d6d6d));
    background: -webkit-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
    background: -o-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
    background: -ms-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
    background: linear-gradient(to bottom, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e1e1e', endColorstr='#6d6d6d', GradientType=0);
}

.returnToProfile {
    text-align: center;
    margin: 3em;
}

.returnToProfile a,
.returnToProfile a:visited {
    color: #ddd;
}

.returnToProfile a:hover {
    color: #fff;
}

/* ===== SEBI Score Page  ====== */

.section-title p {
    font-size: 18px;
    font-weight: 300;
}

.sebi-score ul li {
    display: flex;
    margin-bottom: 20px;
}

.sebi-score li::before {
    content: url(../images/sebi-score-1.svg);
    height: 16px;
    width: 16px;
    margin-top: 2px;
    margin-right: 20px;
}

.sebi-score {
    color: #000000;
}

.sebi-score a {
    color: #3C2E7E;
    display: contents;
}

.sebi-score span {
    color: #3C2E7E;
    display: contents;
}

img.sebi-guide {
    margin-top: -15px;
}

.link-area {
    margin-top: 80px;
}

.link-area p>a {
    color: #3C2E7E;
}

.tab-form-account-new ul li {
    max-width: 20%;
    text-align: center;
    /*padding: 25px;*/
}

.tab-form-account-new2 ul li {
    max-width: 100% !important;
    text-align: left !important;
    /*padding: 25px;*/
}

.nav-item a img p {
    color: #000000;
}


.popup-content h3 {
    color: #3c2e7e;
    font-weight: 400;
    font-size: 20px;
}

.popup-content1 h3 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 0px;
    color: #21236d;
}

.popup-content1 h3 span {
    color: #3c2e7e;
    font-weight: 300;
}

.leftbox h4 {
    color: #1F0F6C;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    top: 9px;
}

.abt-stegnth-new p {
    color: #3C2E7E;
    line-height: 10px;
    font-weight: 600;
}

.fin-main-box {
    display: table !important;
    table-layout: fixed;
    border-spacing: 15px 0px;
    padding: 12px 0px;
}

.fin-box {
    border: 1px solid #b8cde8;
    border-radius: 4px;
    display: table-cell !important;
    width: 50% !important;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 12px 4px #3c2e7e21;
    -moz-box-shadow: 0px 0px 12px 4px #3c2e7e21;
    box-shadow: 0px 0px 12px 4px #3c2e7e21;
}

@media screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .fin-box {
        width: 100% !important;
        display: block !important;
        margin-bottom: 20px;
    }
}

.fin-box .finwave-company h5 {
    color: #1F0F6C;
    margin-bottom: 15px;
}

.fin-box .finwave-company img {
    max-width: 70%;
}



.ipo-popup .custom-model-inner {
    width: 100%;
}

.ipo-popup .custom-model-wrap {
    padding: 0px;
    border-radius: 0px;
}

.ipo-popup .row {
    width: 100%;
}

.ipo-popup .p-20 {
    padding: 10px 20px;
}

.ipo-popup hr {
    margin-top: 0px;
    margin-bottom: 0px;
    background: #BEDCFF;
}

.ipo-popup .title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #3c2e80;
    top: 2px;
}

.ipo-popup .brd-right {
    border-right: 1px solid #BEDCFF;
}

.ipo-popup .brd-left {
    border-left: 1px solid #BEDCFF;
}

.ipo-popup .s-title {
    text-align: center;
    color: #ffcb31;
    font-size: 22px;
}

.ipo-popup .main-table table {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color: #3c2e80;
}

.ipo-popup .brd-right {
    border-right: 1px solid #BEDCFF;
}

.ipo-popup .pb-10 {
    padding-bottom: 10px;
}

.ipo-popup .padd-10 {
    padding: 10px;
}

.ipo-popup .sub-table table {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #3c2e80;
    border-collapse: separate;
    border-spacing: 10px 3px;
}

.pb-50 {
    padding-bottom: 40px;
}




/* ============================================
       ======= Support-Center-FAQs Page CSS =======
       ==========================================*/
.finwave-top-banner-23 h4 {
    margin-top: 0px;
    /*color: #3C2E7E;*/
    color: #000000;
    margin-bottom: 30px;
}

.platform-banner-1 h1 {
    font-size: 35px;
    font-weight: 700;
    padding-top: 35px;
}

.banner-text-top p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

.faq-top-search h4 {
    margin-top: -10px;
    font-size: 20px;
    color: #9B9B9B;
    font-weight: 400;
}

.download-center-wrape1 {
    margin-top: 50px;
}

.download-center-wrape1 h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #3C2E7E;
}

.faqs-slider .slick-slide img {
    display: initial;
}

.faqs-slider .slick-slide:focus {
    outline: none;
}

.faqs-slider li a {
    height: 160px;
    /*width: 150px;*/
    color: #212121;
    padding-top: 20px;
    border-radius: unset !important;
    font-weight: bold;
}

.faqs-slider .show>.nav-link {
    transition: none;
    /* box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.1) !important; */
    background-color: #3C2E7E !important;
    color: #fff !important;
}

.faqs-slider .nav-link.active,
.faqs-slider .nav-link.active:hover {
    color: #fff !important;
    background-color: #3C2E7E !important;
    /* box-shadow: 0px 2px 30px -10px #3C2E7E !important; */
    /* font-weight: bolder !important; */
}

.faqs-pills h6 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
}

.account-open,
.demat-ac,
.transaction {
    margin-top: 18px;
}

.fin-acc {
    margin-top: 30px;
}

.fund-faq {
    margin-top: 30px;
}

.mobile-fin {
    margin-top: 18px;
}

.faqs-slider .slick-prev {
    left: -10px;
    top: 45%;
    z-index: 100 !important;
}

.faqs-slider .slick-prev::before {
    content: url(../images/new-arrow-left.svg);
}

.faqs-slider .slick-next {
    right: 0;
    top: 45%;
    z-index: 100 !important;
}

.faqs-slider .slick-next::before {
    content: url(../images/new-arrow-right.svg);
}

.faqs-slider .slick-prev.slick-disabled:before,
.faqs-slider .slick-next.slick-disabled:before {
    opacity: 0.75 !important;
}

/* Faq Accordion CSS */

.faqs-accordion-area {
    margin-top: 80px;
}

.main-faq-title h1 {
    font-size: 32px;
    font-weight: 600;
    color: #3C2E7E;
}

.card-header button {
    width: 100%;
    text-align: left;
}

.faqs-accordion-area .accordion {
    margin-top: 50px;
}

.accordion-area .card-header {
    background-color: unset;
}

.accordion-area .card {
    margin: 0;
    border: none;
}

.accordion-area .card-header {
    border: none;
    padding: 0;
}

.accordion-area .btn[aria-expanded="true"].btn-link {
    color: #3C2E7E;
    font-weight: 600;
}

.accordion-area .btn[aria-expanded="false"] {
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: 0 !important;
}

.accordion-area .btn::after {
    color: #3C2E7E;
    font-weight: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-top: 0;
    position: relative;
    top: 2px;
}

.accordion-area .btn[aria-expanded="false"]::after {
    /*content: '\002B';*/
    content: url(../images/new/Plus.svg);
}

.accordion-area .btn[aria-expanded="true"]::after {
    /*content: "\2212";*/
    content: url(../images/new/Minus.svg);
    top: -6px;

}

.accordion-area .btn {
    padding: 10px !important;
    white-space: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999999;
    font-size: 18px;
    font-weight: 300;
}

.accordion-area .btn:hover {
    color: #3C2E7E;
    text-decoration: none;
}

.accordion-area .btn:focus {
    color: #454545;
    text-decoration: none;
}

.accordion-area .card-body {
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
    padding: 0.05rem 6.85rem 1.25rem 1.85rem;
    font-size: 16px;
    font-weight: 400;
}

.down-body ul li {
    list-style: none;
    max-width: 100%;
    text-align: start;
    padding: 0;

}

.down-body ul li:before {
    content: url(../images/faq/dot.svg);
    float: left;
    padding-right: 6px;
    padding-top: 3.5px;

}

.dbh {
    color: #3C2E7E;
    font-size: 20px;
    font-weight: 600;
    padding-left: 15px;
    padding-bottom: 10px;
}

.down-body strong {
    font-weight: 600;
}

.data-bg {
    background-color: #D2D5FB;
    font-size: 20px;
    padding: 24px 0 15px 20px;
}

.data-bg p {
    font-size: 20px;
    line-height: 1;
}

.text-side {
    text-align: right;
}

.qna-down {
    padding: 0px 20px;
}

.down-body h5 {
    padding: 40px 0 20px 0;
    font-size: 20px;
}

.findot:before {
    content: url(../images/faq/Finwave-Icon.svg);
    float: left;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 21px;
}

.qna-down h6 {
    padding-bottom: 10px;
    font-size: 20px;
}

.qna-down strong {
    font-size: 20px;
    color: #3C2E7E;
}

.endpad {
    padding: 0px 20px;
    font-weight: 600;
}

.endpad p {
    line-height: 21px;
}

.endpad .findot:before {
    padding-bottom: 0px;
}

.heading {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 5px;
}

.heading p {
    font-weight: 600;
    line-height: 0.8;
    color: #3C2E7E;
}

.funder {
    text-decoration: underline;
}

.banner-text-top.platform-banner p {
    padding-top: 16px;
    padding-right: 70px;
}

@media (min-width:2250px) {
    .data-bg {
        background-color: #D2D5FB;
        font-size: 20px;
        padding: 28px 0 18px 20px;
    }

    .qna-down {
        padding: 0px 20px;
    }
}

/*.fpb h3 {
    margin-top: -45px;
}*/

.fpb img {
    width: 100%;
    height: 90px;
    margin-top: 25px;
    border: 1px solid #4a90e2;
    padding: 15px;
    border-radius: 6px;
}

.reflect p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    margin-right: 200px;
}

.reflect h5 {
    font-size: 18px;
    font-weight: 600 !important;
    margin-top: 15px;
    color: #21236d;
    margin-bottom: 20px;
}

.popup-footer {
    padding: 20px;
    background-color: #21236d;
    margin-bottom: 25px;
}

@media only screen and (max-width:767px) {
    .fbp h3 {
        margin-top: 30px;
    }
}

/* ----404 page css----- */
.error-page {
    text-align: center;
    margin-bottom: 50px;
}

.error-page h1 {
    color: #3C2E7E;
    font-weight: bolder;
    font-size: 200px;
}

.error-page h2 {
    color: #3C2E7E;
    font-weight: bolder;
    font-size: 70px;
}

.error-page h3 {
    color: #3C2E7E;
    font-weight: bolder;
    font-size: 50px;
}


.service-detail:hover .service-title h4 {
    color: #FFF;
}

.service-detail img:last-child {
    display: none;
}

.service-detail:hover img:last-child {
    display: block;
}

.service-detail:hover img:first-child {
    display: none;
}

.content-left-text a i {
    margin-right: 5px;
}

.detail-under-wrape p {
    margin-bottom: 0px;
}

.send-a-message {
    margin-right: 0px !important;
}

.footer-menu-link-1 ul li a {
    font-size: 16px;
    font-weight: 300;
}

.footer-mid-links-copyright {
    padding: 5px 0;
}

.footer-widget-area h4 {
    padding-top: 21px;
}

.mailing-id {
    font-weight: 500 !important;
}

.accordion-wrape-011 {
    padding-top: 15px;
}

.modal-content .button {
    padding: 0.5rem 24.1px 0 0 !important;
    float: right;
    text-align: end;
}

.close:focus,
.close:hover {
    outline: unset;
}

.modal-body-1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/*.fbp h3::before {
    content: "";
    border-bottom: 4px solid #FFCB31;
    display: inline-block;
    width: 30px;
    border-radius: 5px;
    position: relative;
    top: -7px;
    margin-right: 15px;
}*/
.fbp h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.fbp h3::after {
    content: '';
    position: absolute;
    display: block;
    top: 35px;
    bottom: -8px;
    height: 3px;
    width: 25px;
    background: #FFCB31;
    left: 15px;
    z-index: 1;
    border-radius: 15px;
}

/*.fpb h3::before {
    content: "";
    border-bottom: 4px solid #FFCB31;
    display: inline-block;
    width: 30px;
    border-radius: 5px;
    position: relative;
    top: -7px;
    margin-right: 15px;
}*/
.fpb h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.fpb h3::after {
    content: '';
    position: absolute;
    display: block;
    top: 35px;
    bottom: -8px;
    height: 3px;
    width: 25px;
    background: #FFCB31;
    z-index: 1;
    border-radius: 15px;
}

.fin-bor h5::after {
    content: '';
    position: absolute;
    display: block;
    top: 35px;
    bottom: -8px;
    height: 3px;
    width: 25px;
    background: #FFCB31;
    z-index: 1;
    border-radius: 15px;
}

.fin-bor-1 h5::after {
    content: '';
    position: absolute;
    display: block;
    top: 35px;
    bottom: -8px;
    height: 3px;
    width: 25px;
    background: #FFCB31;
    z-index: 1;
    border-radius: 15px;
}

.finwave-top-banner-001 {
    padding: 0px 0 10px 0 !important;
}

.key-feature-wrspe p i {
    margin-right: 15px;
}

ul.pop-footer li {
    display: inline-block !important;
    list-style: none !important;
    margin-right: 15px;
}

ul.pop-footer li::before {
    content: none;
}

.pop-footer li img {
    margin-right: 8px;
}

.pop-footer li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.fbp img {
    width: 100%;
    height: 90px;
    margin-top: 25px;
    border: 1px solid #4a90e2;
    padding: 7px;
    border-radius: 6px;
}

.fin-bor img {
    border: 1px solid #4a90e2;
    padding: 15px;
    border-radius: 6px;
    height: 80px;
    width: 450px;
    margin-top: 20px;
}

.fin-bor-1 img {
    border: 1px solid #4a90e2;
    padding: 18px;
    border-radius: 6px;
    height: 80px;
    margin-top: 17px;
}

.fpb {
    margin-left: 35px;
    margin-top: 0px;
}


/*============================================================
=============================================================
=============================================================*/

.platform-class1 {
    display: flex;
    width: 100%;
}

.platform-class1 h4 {
    margin-left: 3px;
    font-size: 20px;
    font-weight: 600;
    color: #121212;
}

.platform-class {
    background-color: #fff !important;
    height: 132px;
    padding: 15px 15px 0 15px;
    border: 1px solid #efefef;
}

.platform-class:hover {
    background-color: #3c2e7e !important;
    border-color: transparent;
}

.platform-class:hover .platform-class1 h4 {
    margin-left: 22px;
}

.platform-class:hover .platform-class1 h4,
.platform-class:hover p {
    color: #fff;
}

.platform-class p {
    margin-left: 40px;
    color: #8E8E8E;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.platform-class1 img {
    margin-top: -6px;
}

.megamenu-inner-centerm span {
    color: #3C2E7E !important;
    font-weight: bold !important;
    font-size: 21px;
}

.platform-class2 .col-lg-6 {
    margin-bottom: 0 !important;
}

.platform-class2 .platform-class3 {
    padding-right: 0px !important;
}

.platform-class2 .platform-class4 {
    padding-left: 0px !important;
}

.platform-class1 img:first-child {
    display: block;
}

.platform-class:hover .platform-class1 img:first-child {
    display: none;
}

.platform-class1 img:last-child {
    display: none;
}

.platform-class:hover .platform-class1 img:last-child {
    display: block;
}

.megamenu-inner-centerm {
    border-right: unset !important;
}

.platform-class5 {
    background-color: #f7f9fc;
    height: 300px;
    margin-top: 10px;
    padding: 12px 20px 10px 20px;
    border-radius: 8px;
}

.platform-class5 h3 {
    color: #3c2e7e;
    font-size: 30px;
    font-weight: 300;
    line-height: 27px;
}

.platform-class5 h3 span {
    font-weight: 600;
}

.platform-class5 p {
    color: #3c2e7e;
    font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 20px;
}

.platform-class7 a {
    background-color: #3c2e7e;
    padding: 4px 5px 6px 5px;
    color: #fff !important;
    border-radius: 3px;
    text-decoration: none;
    font-size: 13px !important;
}

.platform-class7 a i {
    margin-right: 5px;
    font-size: 14px;
}

.platform-class6 h5 {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 8px;
    color: #3c2e7e;
}

.platform-class6 h5::before {
    content: "";
    border-left: 3px solid #ffcb31;
    display: inline-block;
    width: 3px;
    height: 20px;
    margin-right: 12px;
    position: relative;
    top: 3px;
    border-radius: 3px;
}

.platform-class6 {
    margin-bottom: 25px;
}

.platform-class7 a:nth-child(2) {
    padding: 4.5px 18.2px 5.6px 18.2px !important;
}

.platform-class_01 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#particle {
    /*background-color: #b61924;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    /*opacity: 0.3;*/
}

#overlay {
    position: relative;
}

#animate-me {
    position: absolute;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

#animate-me01 {
    position: absolute;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.mutual-fund-wrapper {
    z-index: 2;
}

#animate-me1 {
    position: absolute;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

#animate-me2 {
    position: absolute;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

#animate-me3 {
    position: absolute;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

#animate-me4 {
    position: absolute;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

#animate-me5 {
    position: absolute;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

#animate-me6 {
    position: absolute;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

#animate-me7 {
    position: absolute;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.Footer-Padding-Products {
    padding-left: 40px !important;
}

.Made-By a {
    color: #ffffff;
}

.Made-By a:hover {
    color: #FFCB31;
}

.About-Gif-Image img {
    margin-top: 40px;
    margin-left: -30px;
}

.Technology-Heading h1 {
    margin-bottom: 0 !important;
}

.our-strength-Margin {
    margin-top: 40px;
    margin-bottom: 40px;
}

.whatwe-offter-wrapper-About {
    padding-top: 30px !important;
}

.navbar-toggler:focus {
    outline: unset;
}

.Partner_Heading h1 {
    margin-bottom: 15px;
}

.banner-text-top.Partner_Heading p {
    padding-top: 18px;
    margin-bottom: 18px;
}

.Bond-Margin_LI {
    margin-top: -6px;
}

.Technology_page_Partner {
    margin-top: 90px;
}

.Technology_page_Partner-01 {
    margin-top: 120px;
}

.Technology_page_Partner-01 img {
    margin-left: -35px;
}

.Partner_Input:focus {
    box-shadow: unset !important;
}

.Become-Partner-Margin-01 {
    padding-top: 50px !important;
}

.contact-btn button:focus {
    outline: unset;
}

.form-control:focus {
    box-shadow: unset !important;
}

.Fin_Login_Img {
    margin-bottom: 30px;
}

.Login_Page_Padding {
    padding-top: 120px !important;
    background-position: center bottom !important;
    padding-bottom: 2px !important;
}

.Partner_Form_Area {
    overflow-y: auto;
}

.align_Flex_Start {
    align-items: flex-start;
}

.Blog_Title_Blog_Title h3 {
    font-size: 35px;
    line-height: 0;
    margin-bottom: 15px;
}

.Branch_Login_Margin {
    margin: 50px 0;
}

.Branch_Login_Title {
    padding-bottom: 10px !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #ffffff !important;
    background: url(../images/Select-Dropdown.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-x: 97.5%;
    background-position-y: 16px;
}

.Resume_CV {
    padding-top: 3px !important;
}

.contact-form-wrape_Client_Login {
    padding: 0 !important;
    background-position: center bottom !important;
}

.Backoffice_Client h3 {
    font-weight: 600;
}

.Call_Trade_Number h5 {
    margin-bottom: 34px;
}

.Call_Trade_Number p {
    position: relative;
    top: -10px;
}

.Acc_Open img {
    margin-bottom: 20px;
}

.Registered_Office h5 {
    margin-bottom: 13px;
}

.Registered_Office p {
    position: relative;
    top: -3px;
}

.Office_Image img {
    margin-bottom: 5px;
}

.Grievance-Area p {
    padding-top: 3px;
}

.Mobile_Background-Contact {
    padding: 10px 20px 30px 20px;
}

.Do_Title h2 {
    margin-top: 20px !important;
    margin-bottom: 20px;
}

.For_Bottom_Padding .abt-details {
    margin-bottom: 0;
}

.For_Bottom_Padding .abt-details h4 {
    margin-bottom: 5px;
}

.For_Bottom_Padding ul {
    margin-bottom: 20px;
}

.Dormant_Poliicy h4 {
    margin-top: 25px;
    margin-bottom: 4px;
}

.Do_Heading h3 {
    margin-top: 50px;
}

.tab-content table {
    margin-bottom: 0;
}

.Family_Login_Heading h3 {
    font-weight: 600;
}

.Feedback_Background {
    background-position: center bottom !important;
    padding-bottom: 21px !important;
}

.Mobile_Padding {
    padding-left: 15px !important;
}

.Feedback_Heading {
    padding-left: 0;
}

.Feedback_Form {
    padding: 30px !important;
}

.Feedback_Background_Ekyc {
    background-position: center bottom !important;
    padding-bottom: 0px !important;
    padding-top: 40px !important;
}

.Finwave_Ekyc-Heading h3 {
    font-weight: 600;
    padding-top: 0 !important;
}

.Finwave_Ekyc-Heading p {
    font-weight: 600 !important;
}

.Android-Btn-Mobile {
    margin-right: 15px !important;
}

.Demat_Testimonial {
    padding-top: 15px !important;
}

.Benefit_Account {
    margin-bottom: 65px;
}

.Trade_Platform p {
    font-size: 18px;
    font-weight: 300;
}

.Pocket_Padding {
    padding-top: 13px !important;
}


.Open_Account_Procedure {
    padding: 45px 0 !important;
}

.Demat_Top_Margin {
    margin-top: 30px;
}

.Key_Feature_Margin {
    margin-top: 40px;
    margin-bottom: 40px;
}

.Privacy_Policy_Heading h3 {
    margin-top: 70px;
    padding-top: 0 !important;
}

.Privacy_Policy_List {
    margin-top: 20px;
}

.Privacy_Policy_List li {
    margin-bottom: 10px;
}

.NCD_Wrapper {
    margin-top: 70px;
}

.pbn_Title {
    padding-top: 0;
}

.PBN_Title_01 {
    margin-top: 70px;
}

.platform-class_Products {
    background-color: #fff !important;
    height: 88px;
    border: 1px solid #efefef;
    padding: 0 0 0 20px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.platform-class_Products:hover {
    background-color: #3c2e7e !important;
    border-color: transparent;
}

.Partner_With_Us {
    font-size: 15px !important;
    padding-left: 17px !important;
    padding-right: 17px !important;
}

.Support-Center-Image {
    margin-top: 30px;
}

.Support-Center-Image img {
    width: 90px;
    height: 90px;
    margin-right: 15px;
}

.Support-Center-Image img:nth-of-type(3) {
    margin-right: 0;
}

.Support_Class {
    padding-top: 18px !important;
}

.Mobile_para {
    display: none;
}

.Terms_Site h4 {
    margin-top: 30px;
    margin-bottom: 8px;
}

.Terms_Site p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.Term_Use li {
    text-align: left;
}

.Abt_Details_01 p {
    font-size: 18px;
}

.Clent_Registration {
    margin-bottom: 20px !important;
}

.Clent_Registration h4 {
    font-size: 20px;
    padding-left: 31px;
}

.Risk_Policy {
    margin-bottom: 18px;
}

.Feedback_Heading h1 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 32px;
}

.Dormant_Poliicy-01 p {
    font-size: 18px;
    font-weight: 300;
}

.Why_Us_Para p {
    color: #000;
}

.For_Why_Us {
    margin-top: 60px;
}

.One_Sec p {
    font-size: 18px !important;
}

.For_Depository_services {
    padding-left: 65px !important;
}

.Margin-Depository {
    margin-top: 50px;
}

.Extra_Margin_Broking {
    margin-top: 80px;
}

.FAQ_FAQ {
    padding-left: 50px !important;
}

.topheader-wrapper {
    display: none;
}

nav.navbar.navbar-expand-lg ul.navbar-nav li.nav-item a.active:hover {
    font-weight: 700;
}

.Bond_NCD_Margin {
    margin-top: 30px;
}

.DePository_Page {
    margin-left: -15px;
}

.Smart_Investor h1 {
    margin-bottom: 25px !important;
}

.Leading-Group li {
    padding-bottom: 5px !important;
}

.Complete_solutions {
    font-size: 18px !important;
    font-weight: 300 !important;
}

.Back_Office_Login h3 {
    padding-bottom: 30px !important;
}

.form-control {
    font-size: 16px !important;
    font-weight: 300 !important;
}

.Blog_Image_Area img {
    margin-bottom: 10px;
}

.Contact-Form_Margin {
    margin-bottom: 30px !important;
}

.Contact_Form_Padding {
    padding: 25px 30px 25px 30px !important;
}

.Contact-Form_Margin input,
.Contact-Form_Margin textarea {
    border: 1px solid rgba(60, 46, 126, 0.30) !important;
    color: #1F0F6C !important;
}

.Place_Holder textarea {
    border: 1px solid rgba(60, 46, 126, 0.30) !important;
    color: #1F0F6C !important;
}

.Contact-Form_Margin input::placeholder,
.Place_Holder textarea::placeholder {
    color: #1F0F6C !important;
}

.Contact-Mes_New {
    padding: 8px 50px !important;
    font-size: 16px !important;
}

.For_Align_Right {
    text-align: right !important;
}

.FORM_AREA {
    background-position: center bottom !important;
    padding-bottom: 22px !important;
}

.Disclaimer_List_Area li {
    font-size: 18px !important;
    font-weight: 300 !important;
}

.Download_Center_Top_Padding {
    padding-top: 40px !important;
}

.demat-acc-box2 p {
    font-weight: 600;
}

.Opening_Account_Para {
    padding-right: 95px;
}

.Diff_Para p {
    padding-right: 0 !important;
}

.Tabel_Active_Area th {
    border-bottom: unset !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

div.dataTables_wrapper div.dataTables_info {
    padding-left: 10px !important;
    padding-top: 0px !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1F0F6C !important;
    border-color: #1F0F6C !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    padding-right: 10px;
}

.Banner-Heading_Area p {
    padding-right: 0 !important;
}

.P-Class p {
    padding-right: 0 !important;
}

.Risk_POLICY_01 p {
    font-size: 18px !important;
    font-weight: 300 !important;
}

.Terms_Site_PAge p {
    font-size: 18px !important;
    font-weight: 300 !important;
}

.Difference_Textarea textarea::placeholder {
    color: #1F0F6C;
}

.Specific_Margins {
    padding-left: 60px !important;
}

.For-Gif_Image_Area img {
    margin-left: -32px;
}

table.dataTable td {
    font-size: 15px !important;
    font-weight: 300 !important;
}

.page-link {
    border: unset !important;
}

.Download_Center_Input_Area input {
    width: 68% !important;
}

.Next_Margin {
    margin-top: 60px;
}

.pop-up-area {
    border: 1px solid #3C2E80;
}

.pop-up-table {
    margin: 0;
}

.pop-up-area hr {
    border-color: #3C2E80;
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

.pop-up-table .middle {
    font-size: 30px;
    font-weight: 700;
    color: #3C2E80;
}

.bd-r {
    border-right: 1px solid #dcdcdc;
}

.bd-l {
    border-left: 1px solid #dcdcdc;
}

.pd {
    padding: 15px 0;
    text-align: center;
}

.heading-area .title {
    text-align: center;
    color: #ffcb31;
    font-size: 21px;
    font-weight: 500;
}

.heading-area .table-top-area table {
    width: 36%;
    margin: 5px auto;
    text-align: center;
    color: #3C2E80;
    font-weight: 500;
    font-size: 18px;
}

tr.b-b {
    border-bottom: 1px solid #dcdcdc;
}

.main-table-content {
    text-align: center;
}

.pop-up-area .main-table-content table {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #3c2e80;
}

.bd-b {
    border-bottom: 1px solid #dcdcdc;
}

.bd-t {
    border-top: 1px solid #dcdcdc;
}

.bld {
    font-weight: 500;
}

.pd-10 th {
    padding: 8px;
}

.pd-5 th {
    padding: 5px;
}

.bg-w {
    background: white;
    padding: 5px 0 0 0;
}

.bg-clr {
    background: #F1F6FC;
}

tbody.bg-clr tr td {
    padding: 7px 0;
}

.table-footer {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.table-footer .left {
    color: #3c2e80;
    font-size: 17px;
}

.table-footer .right p:nth-child(1) {
    color: #3c2e80;
}

.table-footer .right p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.Modal-Diffrent {
    border-bottom: unset !important;
}

.Modal-Diffrent .close {
    margin: -1rem -1.5rem -1rem auto !important;
}

.Diif-Table {
    display: inline-table !important;
}

.table thead th {
    vertical-align: middle !important;
}

.popup-content1 {
    background-color: #dcd5f2;
    padding: 15px;
}

.mob-pop {
    display: none;
}

.new-col ul li {
    font-size: 16px;
    font-weight: 600;
    color: #3c2e7e;
}

.fin-bor h5 {
    font-size: 18px;
    font-weight: 700;
}

.Pop_Address {
    font-size: 16px !important;
    font-weight: 200 !important;
    margin-left: 20px;
}

.foot img {
    margin-right: 10px;
}

.Pop_Footer_LI {
    margin-bottom: 0;
}

.Pop_Footer_LI li a {
    font-size: 16px;
    font-weight: 500;
}

.Powered_By p {
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
}

#LoadingArea {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 99999999;
}

.ball {
    margin: 0 auto;
    background: #fff url(../images/home/Loader-Svg.svg) center no-repeat;
    background-size: 98%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: anim 2s ease infinite;
}

.shadow {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: black;
    filter: blur(10px);
    transform: rotateX(70deg);
    animation: anim2 2s ease infinite;
}

@keyframes anim {
    60% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes anim2 {
    60% {
        transform: translateY(5px) rotateX(70deg) scale(1.3);
        opacity: 0.8;
    }

    100% {
        transform: translateY(0) rotateX(70deg);
    }
}

.Bond_NCD_Margin_01 {
    margin-top: 0;
}

.header-fixed {
    background-color: rgb(248, 249, 250);
    box-shadow: rgb(60 46 126 / 9%) 0px 12px 16px;
}

/* Dark Blue Color Class */

.dark-blue-color {
    color: #3C2E7E !important;
}

.dark-blue-bgcolor {
    background-color: #3C2E7E !important;
}


/* Yellow Color Class */
.yellow-color {
    color: #FFCB31 !important;
}

.yellow-bgcolor {
    background-color: #FFCB31 !important;
}

/*BHAVIK*/
.errorlable {
    color: red;
    font-size: 11px
}

.float-right {
    float: right !important;
}

.btn-darkblue {
    color: #fff !important;
    background-color: #21236d !important;
    border-color: #21236d !important;
}

    .btn-darkblue:hover {
        color: #fff !important;
        background-color: #3C2E7E !important;
        border-color: #3C2E7E !important;
        box-shadow: 0 0 0 0.25rem rgba(95, 97, 159, 0.5) !important;
    }

    .btn-darkblue:focus {
        color: #fff !important;
        background-color: #3C2E7E !important;
        border-color: #3C2E7E !important;
        box-shadow: 0 0 0 0.25rem rgba(95, 97, 159, 0.5) !important;
    }

.btn-yellow {
    color: #21236d !important;
    background-color: #FFCB31 !important;
    border-color: #FFCB31 !important;
}


    .btn-yellow:hover {
        color: #21236d !important;
        background-color: #FFCB31 !important;
        border-color: #FFCB31 !important;
    }

    .btn-yellow:focus {
        color: #21236d !important;
        background-color: #FFCB31 !important;
        border-color: #FFCB31 !important;
        box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    }

.txt-white {
    color:#ffffff !important;
}

.noti-dot:before {
    content: '';
    width: 5px;
    height: 5px;
    border: 5px solid #072E73; /*#ff9b44;*/
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #072E73; /*#ff9b44;*/
    z-index: 10;
    position: absolute;
    right: 37px;
    top: 15px;
}

.noti-dot:after {
    content: '';
    border: 4px solid #072E73; /*#ff9b44;*/
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 24px;
    width: 24px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: 8px;
    right: 30px;
    z-index: 1;
    opacity: 0;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.tablemin td, .tablemin th {
    padding: 0.2rem 0.5rem !important;
}

.tableminfont th {
    padding: 0.2rem 0.5rem !important;
}

.tableminfont td, .tableminfont th {
    padding: 0.2rem 0.5rem !important;
    font-size: 13px !important;
}
.Confirm-Group {
    display: flex;
}

.Confirm-Group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    height: 18px;
    padding: 9px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3C2E7E;
    border-radius: 4px;
    outline: unset !important;
    position: relative;
}

    .Confirm-Group input[type="checkbox"]::after {
        content: "";
        position: absolute;
        left: 6px;
        top: 1px;
        width: 6px;
        height: 12px;
        border: solid #FFCB31;
        border-width: 0 2px 2px 0;
        transition: all 240ms ease-in-out;
        transform: rotate(45deg) scale(0);
    }

    .Confirm-Group input[type="checkbox"]:checked::after {
        transform: rotate(45deg) scale(1.0);
    }

.Confirm-Group label {
    cursor: pointer;
    user-select: none;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-right: 0;
}

.roundbirder125 {
    border-radius: 1.25rem !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFCB31 !important;
    font-weight:600;
    /*background-color: #fff;*/
    border: 2px Solid #FFCB31 !important;
}
/*  */


.dropdown-toggle2::after {
    margin-right: 0px !important;
    content: "" !important;
}


.modelclosebtn {
    position: absolute;
    top: 1%;
    right: 1%;
}

.modelimage {
    width: 100%;
    height: auto;
}