﻿@charset "utf-8";
/* CSS Document */
/* @font-face {
	font-family:rockwell;
	src: url('../fonts/ROCK.eot');
	src: local('ROCK'), url('../fonts/ROCK.woff') format('woff'), url('../fonts/ROCK.ttf') format('truetype');
} */




@font-face {
    font-family: 'Muli-Bold';
    src: url('../fonts/Muli-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli-Bold.woff') format('woff'), url('../fonts/Muli-Bold.ttf') format('truetype'), url('../fonts/Muli-Bold.svg#Muli-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-ExtraBold';
    src: url('../fonts/Muli-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli-ExtraBold.woff') format('woff'), url('../fonts/Muli-ExtraBold.ttf') format('truetype'), url('../fonts/Muli-ExtraBold.svg#Muli-ExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-ExtraLight';
    src: url('../fonts/Muli-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli-ExtraLight.woff') format('woff'), url('../fonts/Muli-ExtraLight.ttf') format('truetype'), url('../fonts/Muli-ExtraLight.svg#Muli-ExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-Light';
    src: url('../fonts/Muli-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli-Light.woff') format('woff'), url('../fonts/Muli-Light.ttf') format('truetype'), url('../fonts/Muli-Light.svg#Muli-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-SemiBold';
    src: url('../fonts/Muli-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli-SemiBold.woff') format('woff'), url('../fonts/Muli-SemiBold.ttf') format('truetype'), url('../fonts/Muli-SemiBold.svg#Muli-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'Muli-Regular';
    src: url('../fonts/Muli-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli-Regular.woff') format('woff'), url('../fonts/Muli-Regular.ttf') format('truetype'), url('../fonts/Muli-Regular.svg#Muli-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a, p, h1, h2, h3, h4, h5, h6, ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none !important;
}

    a:hover, a {
        text-decoration: none;
        outline: none !important;
    }

img {
    border: none;
    margin: 0;
    padding: 0;
}

ul, li {
    margin: 0;
    padding: 0;
}

* {
    outline: none;
}

body {
    font-family: 'Muli-Regular';
    font-weight: 400;
    font-size: 24px;
}

p {
    color: #1C313A;
}

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1699px) {
    .container {
        width: 1500px;
    }
}


.list-inline {
    margin-left: auto;
    line-height: initial;
}

/*July 2022 changes*/
a.themeBTN.smBtn.cursorNon {
    background: transparent;
    color: #24C4A3;
    border: 0px;
    box-shadow: none;
    font-size: 16px;
    padding: 0px;
}

.crslTxtinner h3 small {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: #002F99;
    margin-bottom: 15px;
}
/*July 2022 changes end*/
/* Blck header start here */
.header1 {
    background-color: #1C313A;
    padding: 5px 0px 7px;
}

.hedrContUl {
    margin-top: 5px;
}

    .hedrContUl li:first-child a i {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    .hedrContUl li:last-child {
        padding-left: 12px;
    }

    .hedrContUl li {
        font-size: 18px;
    }

        .hedrContUl li a {
            text-decoration: none;
            color: #ECEFF1;
        }

            .hedrContUl li a i {
                padding: 7px;
                border-radius: 50%;
                background: #ffffff;
                color: #1C313A;
                font-size: 15px;
            }
/* Blck header end here */


/* Search bar css start here */

.search-form {
    display: none;
    margin-top: 2px;
}

    .search-form .form-group {
        float: right !important;
        transition: all 0.35s, border-radius 0s;
        -moz-transition: all 0.35s, border-radius 0s;
        -webkit-transition: all 0.35s, border-radius 0s;
        width: 32px;
        height: 32px;
        background-color: #fff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        border-radius: 25px;
        border: 1px solid #1C313A;
        margin: 0px;
    }

        .search-form .form-group input.form-control {
            padding-right: 20px;
            border: 0 none;
            background: transparent;
            box-shadow: none;
            display: block;
            height: auto;
            line-height: 20px;
            font-size: 18px;
        }

            .search-form .form-group input.form-control::-webkit-input-placeholder {
                display: none;
            }

            .search-form .form-group input.form-control:-moz-placeholder {
                /* Firefox 18- */
                display: none;
            }

            .search-form .form-group input.form-control::-moz-placeholder {
                /* Firefox 19+ */
                display: none;
            }

            .search-form .form-group input.form-control:-ms-input-placeholder {
                display: none;
            }

        .search-form .form-group:hover,
        .search-form .form-group.hover {
            width: 100%;
            border-radius: 25px 25px 25px 25px;
        }

        .search-form .form-group span.form-control-feedback {
            position: absolute;
            top: -1px;
            right: -2px;
            z-index: 2;
            display: block;
            width: 34px;
            height: 34px;
            line-height: 34px;
            text-align: center;
            color: #1C313A;
            left: initial;
            font-size: 14px;
        }

/* Search bar css start end */

.logo_sec img {
    max-width: 175px;
}

.logo_sec {
    padding-top: 0px;
}




/* Menu css start here */
.header2 {
    float: left;
    width: 100%;
    padding: 0px 0px;
    position: relative;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.16);
}

.navbarFixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.16);
}

.navbar {
    min-height: 0px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.my_nav {
    padding-top: 0px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

    .navbar-default .navbar-nav > li > a {
        padding: 15px 0px;
        font-size: 16px;
        color: #333333;
        text-transform: capitalize;
        font-weight: 500;
        line-height: 29px;
        cursor: pointer;
        font-family: 'Muli-SemiBold';
    }

    .navbar-default .navbar-nav > li + li {
        padding-left: 40px;
    }

.my_nav .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.nav > li > a:before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0;
    height: 2px;
    z-index: -1;
    left: 0;
    right: 100%;
    background: transparent;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #002F99;
    background-color: transparent;
}

    .navbar-default .navbar-nav > .active > a:before, .navbar-default .navbar-nav > .active > a:hover:before, .navbar-default .navbar-nav > .active > a:focus:before {
        right: 0;
        background: #002F99;
        z-index: 9;
    }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #002F99;
    background-color: transparent;
}
/* .navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a:focus:before
{
	right: 0;
    background: #FFB300;
    z-index: 9;
} */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #FFB300;
    background-color: transparent;
}

.FTM {
    display: none;
}

.FTD {
    display: block;
}

.dropdown-menu {
    left: 18px !important;
    right: auto !important;
    padding: 4px;
    border: 0px;
    background-color: #ffffff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

}

.dropdown-menu .divider {
    background-color: #d2f1ff;
}

.dropdown-menu > li > a {
    color: #000000;
    padding: 9px 10px;
    font-family: 'Muli-Bold';
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #FFB300;
    }

li.dropdown > a i {
    font-size: 10px;
}
/* .cssarrow {
	position: relative;
	background: #88b7d5;
} */

.dropdown-menu:after,
.dropdown-menu:before {
    bottom: 100%;
    left: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown-menu:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
    border-width: 11px;
    margin-left: 0px;
}

.dropdown-menu:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #f1f1f1;
    border-width: 13px;
    margin-left: -2px;
}

.signUpBTN a {
}

.nav > li.signUpBTN {
    padding-top: 14px;
}

    .nav > li.signUpBTN > a {
        border: 1px solid #002F99;
        padding: 1px 16px;
        background: transparent !important;
        border-radius: 29px;
        border: 1px solid #002F99;
        color: #002F99;
    }

.nav > li.signUpBTN2 > a {
    padding: 1px 16px;
    background: #002F99 !important;
    border-radius: 29px;
    color: #ffffff;
}

.nav > li.signUpBTN > a:hover, .nav > li.signUpBTN > a:focus {
    color: #002F99;
    background: transparent;
}

.nav > li.signUpBTN2 > a:hover, .nav > li.signUpBTN2 > a:focus {
    color: #ffffff;
    background: #002F99;
}

.nav > li.signUpBTN > a:before {
    height: 0px;
}

.nav > li.signUpBTN > a i {
    font-size: 13px;
    padding-right: 2px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #002F99;
}

@media (min-width: 768px) {
    .dropdown-menu {
        top: 500%;
        display: block;
        opacity: 0;
        transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        top: 100%;
        opacity: 1;
    }

    .dropdown:hover {
        overflow: visible;
    }

    .dropdown {
        overflow: hidden;
    }

    .hedrContUl li a i {
        padding: 5px;
        font-size: 13px;
    }
}

.forgotpas, a.forgotpas {
    text-decoration: none;
    color: #1533F8;
    border-bottom: 1px solid;
}

/* Menu css end here */


/* Banner start here */

.crslTxt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.carousel-control.right {
    text-align: left;
}

.carousel-control.right, .carousel-control.left {
    background: transparent;
    opacity: 1;
}

.carousel-control .glyphicon {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.carousel-control {
    width: 50px;
}

.crslTxtinner h3 {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 42px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.crslTxtinner p {
    color: #FFFFFF;
    font-size: 23px;
    font-family: 'Muli-Bold';
}

.carousel-indicators li {
    border: 0px;
    background-color: #808080;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
    background-color: #24C4A3;
}

.carousel-indicators {
    bottom: 30px;
}

.sldBtn {
    margin-top: 20px;
}

    .sldBtn li {
        padding-left: 0px !important;
    }

.myBanner {
    position: relative;
    z-index: 99;
}
/* Banner end here */

/* Door start */
.doorSecmain .col-xs-12 {
    position: relative;
    min-height: 110px;
}

.cmnDoor {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    overflow: hidden;
    padding-bottom: 22px;
    z-index: 9;
}

    .cmnDoor h5 {
        color: #00427A;
        font-size: 26px;
        line-height: 32px;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .cmnDoor p {
        /* position: absolute;
	left: 0;
	right: 0;
	bottom: -35px; */
        margin-bottom: -60px;
    }

    .cmnDoor img {
        opacity: 0;
        width: 65px;
        bottom: -120px;
        position: relative;
    }

    .cmnDoor:hover {
        padding-top: 15px;
        /* z-index: 999; */
        z-index: 500;
        background-color: #002F99;
    }
        /* .cmnDoor:hover   img
{
	width: 65px;
    padding: 0px;
} */
        .cmnDoor:hover p {
            margin-bottom: 0px;
            opacity: 1;
        }

        .cmnDoor:hover img {
            opacity: 1;
            bottom: 0;
        }
/* Door end */


/* deal your bussiness start */
.idealbussnsSec {
    background-color: #f2f6ff;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    border-top: 5px solid #ffffff;
}

.bussnesCard {
    position: relative;
    padding-left: 120px;
    min-height: 90px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 3px 8px #003da64a;
    padding: 10px 10px 30px;
    height: 100%;
    border-radius: 8px;
}

.ideal_row .col-lg-3.col-md-3.col-sm-6.col-xs-12 {
    margin-top: 90px;
}

.bussnesCard:last-child {
    margin-bottom: 0px;
}

.bussnesCard h4 {
    font-size: 17px;
    color: #00427A;
    margin-bottom: 5px;
    font-family: 'Muli-Bold';
    margin-top: 22px;
}

.bussnesCard p {
    color: #455A64;
    max-width: 200px;
    margin: 20px auto 0px;
}

.bussIcon {
    border: 5px solid #ECEFF1;
    background-color: #E19A0C;
    border-radius: 50%;
    display: flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px -6px 6px #00000029;
    -moz-box-shadow: 0px -6px 6px #00000029;
    -webkit-box-shadow: 0px -6px 6px #00000029;
    margin: 0px auto;
    margin-top: -51px;
}
/* deal your bussiness end */

/* Digital experience start */

.digiSecInnr {
    position: relative;
}

.numberHdg {
    font-family: 'Muli-Bold';
    color: rgba(213, 213, 213, .2) !important;
    font-size: 27.03vmin;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
}
/* .digiSecInnr p
{
	color: #455A64;
} */
.digiSecInnrImg > div:nth-child(2) {
    width: 35%;
}

.digiSecInnrImg > div {
    width: 32%;
    float: left;
}

.digiSecInnrImg img, .img2 {
    box-shadow: 0px 1px 6px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 1px 6px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 1px 6px 3px rgba(0, 0, 0, .3);
}

.img1, .img3 {
    position: relative;
    z-index: 99;
}

.img1 {
    margin-right: -2px;
}

.img3 {
    margin-left: -2px;
}

.img2 {
    border-width: 25px 8px 30px;
    border-color: #000000;
    border-style: solid;
    border-radius: 12px;
}

    .img2.tempScrol img {
        top: -35px;
        border-radius: 0px;
    }

    .img2.tempScrol {
        padding-bottom: 58%;
    }

        .img2.tempScrol:hover img {
            margin-top: 180%;
        }

.digiSecInnrImg2 {
    background-image: url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/monitor.png);
    padding: 14px 17px 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

    .digiSecInnrImg2 .tempScroldesk .tempScrol {
        padding-bottom: 55%;
    }

    .digiSecInnrImg2 .tempScroldesk {
        position: absolute;
        left: 30px;
        right: 30px;
        top: 51px;
        bottom: 0px;
    }
/* Digital experience end */

/* drive business start here */
.driveBussnSec {
    background: linear-gradient( rgba(0, 66, 122, 0.45), rgba(0, 66, 122, 0.45) ), url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/digiexp.png);
    background: -ms-linear-gradient( rgba(0, 66, 122, 0.45), rgba(0, 66, 122, 0.45) ), url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/digiexp.png);
    background: -moz-linear-gradient( rgba(0, 66, 122, 0.45), rgba(0, 66, 122, 0.45) ), url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/digiexp.png);
    background: -webkit-linear-gradient( rgba(0, 66, 122, 0.45), rgba(0, 66, 122, 0.45) ), url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/digiexp.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.servicesldRow {
}

.ourSercont {
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 3px rgba(0, 61, 166, 0.29);
    -moz-box-shadow: 0px 0px 8px 3px rgba(0, 61, 166, 0.29);
    -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 61, 166, 0.29);
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
}

.ourSercontInnr {
    border-radius: 8px;
    padding: 20px 15px;
    min-height: 380px;
    position: relative;
}
/* .ourSercontInnr
{
	background: url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/light-bulb.svg);
    background-repeat: no-repeat;
    background-size: 36%;
    border-radius: 8px;
    padding: 20px 15px;
    min-height: 300px;
	position: relative;
    background-position: center 30px;
} */
.visiblehdn {
    visibility: hidden;
    margin-bottom: 25px;
}

.ourSercont:hover .ourSercontInnr2 img.visiblehdn {
    display: none;
}

.blockdispl {
    visibility: hidden;
}

.ourSercont:hover .nondispl {
    visibility: hidden;
}

.ourSercont:hover .blockdispl {
    visibility: visible;
}

.ourSercont:hover {
    /* background-color: #004880; */
    background-image: linear-gradient(to top right, #004880, #027db0);
    background-image: -ms-linear-gradient(to top right, #004880, #027db0);
    background-image: -moz-linear-gradient(to top right, #004880, #027db0);
    background-image: -webkit-linear-gradient(to top right, #004880, #027db0);
    text-align: left;
}

.ourSercont.bgDrkBlue:hover {
    /* background-color: #004880; */
    background-image: linear-gradient(to top right, #003664, #0459a1);
    background-image: -ms-linear-gradient(to top right, #003664, #0459a1);
    background-image: -moz-linear-gradient(to top right, #003664, #0459a1);
    background-image: -webkit-linear-gradient(to top right, #003664, #0459a1);
    text-align: left;
}

.ourSercont.bgYlw:hover {
    /* background-color: #004880; */
    background-image: linear-gradient(to top right, #e19a0c, #ffb300);
    background-image: -ms-linear-gradient(to top right, #e19a0c, #ffb300);
    background-image: -moz-linear-gradient(to top right, #e19a0c, #ffb300);
    background-image: -webkit-linear-gradient(to top right, #e19a0c, #ffb300);
    text-align: left;
}

.ourSercont.bgGreen:hover {
    /* background-color: #004880; */
    background-image: linear-gradient(to top right, #9bb806, #b1ce1b);
    background-image: -ms-linear-gradient(to top right, #9bb806, #b1ce1b);
    background-image: -moz-linear-gradient(to top right, #9bb806, #b1ce1b);
    background-image: -webkit-linear-gradient(to top right, #9bb806, #b1ce1b);
    text-align: left;
}
/* .ourSercont:hover .ourSercontInnr
{
	 background-size: contain;
    background-position: 127px 0px;	
} */
.ourSercont img.overlap {
    /* padding-bottom: 30px;
	max-width: 90px;	
	visibility: hidden; */
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -webkit-transform: translateX(-50%) scale(1);
}

    .ourSercont img.overlap.blockdispl {
        transform: translateX(-50%) scale(1);
        -moz-transform: translateX(-50%) scale(1);
        -webkit-transform: translateX(-50%) scale(1);
        transition: all .0s ease;
        -moz-transition: all .0s ease;
        -webkit-transition: all .0s ease;
        opacity: .11;
    }

.ourSercont:hover img.overlap.nondispl {
    transition: all .0s ease;
    -moz-transition: all .0s ease;
    -webkit-transition: all .0s ease;
}

.ourSercont:hover img.overlap.blockdispl {
    transition: all .s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.ourSercont:hover img.overlap {
    /* display: none; */

    opacity: .11;
    width: 394px;
    left: 100%;
    top: 0px;
    max-width: 100%;
    max-height: inherit;
    transform: translateX(-50%) scale(1.1);
    -moz-transform: translateX(-50%) scale(1.1);
    -webkit-transform: translateX(-50%) scale(1.1);
}
/* .ourSercont:hover   img.overlap
{
	
    opacity: .11;
    width: 394px;
    left: 100%;
    top: 61px;
	max-width: 100%;
    max-height: inherit;
	 transform: translateX(-50%) scale(1.5);
    -moz-transform: translateX(-50%) scale(1.5);
    -webkit-transform: translateX(-50%) scale(1.5);
} */
.driveBussnSec.cmmnSec {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ourSercont h4 {
    font-size: 28px;
    color: #00427A;
    line-height: 35px;
    font-family: 'Muli-Bold';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 65px;
}

.ourSercont:hover h4 {
    color: #ffffff;
    position: relative;
    top: 0;
    z-index: 999;
}

.ourSercont.bgGreen:hover h4, .ourSercont.bgYlw:hover h4 {
    color: #000000;
}

.ourSercont p {
    color: #FFFFFF;
    display: none;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
    height: 245px;
    overflow: hidden;
    font-family: 'Muli-SemiBold';
}

.ourSercont.bgGreen p, .ourSercont.bgYlw p {
    color: #000000;
}

.ourSercont .readAll {
    display: none;
    font-size: 18px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    color: #ffffff;
    font-family: 'Muli-SemiBold';
}

.ourSercont:hover .ourSercontInnr2 p, .ourSercont:hover .ourSercontInnr2 .readAll {
    display: block;
}

.customNavigation {
    text-align: left;
}

    .customNavigation a {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #FFB300;
        font-size: 20px;
        display: inline-block;
        position: relative;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

        .customNavigation a:first-child i {
            padding-right: 3px;
        }

        .customNavigation a:nth-child(2) i {
            padding-left: 3px;
        }

        .customNavigation a:first-child:before {
            content: "";
            position: absolute;
            right: -1px;
            width: 1px;
            height: 8px;
            top: 18px;
            background-color: #ffffff;
        }

        .customNavigation a i {
            font-size: 13px;
            top: -2px;
            position: relative;
        }

        .customNavigation a:hover, .customNavigation a:focus {
            color: #FFB300;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
        }

#serviceSlide.owl-theme .owl-controls {
    display: none !important;
}
/* drive business end here */

/* Wealth Management start */
.platformCon h4 {
    font-size: 28px;
    line-height: 27px;
}

.platformCon {
    position: relative;
    padding-left: 70px;
    min-height: 247px;
    padding-bottom: 10px;
}

    .platformCon.text-right {
        padding-right: 70px;
        padding-left: 0px;
    }

.platformIcon {
    position: absolute;
    left: -12px;
    top: 30px;
    background: #FFB300;
    padding: 12px;
    width: 63px;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.22);
}

.platformCon.text-right .platformIcon {
    right: -12px;
    left: auto;
}

.infographi1 {
    padding-top: 55px;
}

.platformIcon img {
    height: 40px;
    width: auto;
}
/* Wealth Management end */


/* eCR Cutomer portal  start */

.ecrportalCont {
    border: 1px solid #00427A;
    border-radius: 8px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    min-height: 293px;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
}

.ecrportalIcon {
    min-height: 105px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

    .ecrportalIcon img {
        max-height: 100px;
        margin: 0px auto;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
    }

.ecrportalCont:hover {
    background-color: #00427A;
}

.ecrportalIcon img.hoverImg {
    position: absolute;
    top: 100%;
    left: 49.99%;
    opacity: 0;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.ecrportalCont:hover img.hoverImg {
    opacity: 1;
    top: 0%;
}

.ecrportalCont.normalImg {
    opacity: 1;
}

.ecrportalCont:hover img.normalImg {
    margin-top: -100px;
}

.ecrportalCont p {
    color: #2B353A;
}

.ecrportalCont:hover p {
    color: #ffffff;
}




/* eCR Cutomer portal  end */



/* What Client Say start */

.testimonialSec {
    /*  background: url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/testimonial-bg.jpg); */
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ECEFF1;
}

.testimonialCont {
    padding-top: 30px;
}

.testi_Img {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 8px;
    margin-right: 100px;
    text-align: center;
}

    .testi_Img img {
        margin-bottom: 15px;
        border: 1px solid #ebebeb;
        max-height: 242px;
    }

    .testi_Img h4 {
        color: #1c313a;
        padding-bottom: 6px;
        font-family: 'Muli-SemiBold';
    }

    .testi_Img h5 {
        color: #1c313a;
        font-size: 18px;
        font-family: 'Muli-Light';
    }

.testi_Cont p {
    color: #1C313A;
    font-size: 26px;
}

    .testi_Cont p + p {
        margin-top: 10px;
    }
/* What Client Say end */

/* client logo start here */


#clientLogoId.owl-theme .owl-controls {
    display: none !important;
}

/* client logo start end */


/* about page css start here */
.abotCont1 {
}

    .abotCont1 img {
        max-width: 200px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .abotCont1 p {
        max-width: 1170px;
        margin: 0px auto;
        line-height: 41px;
    }

.logoCombo {
    color: #00427A;
    font-family: 'Muli-Bold';
}

    .logoCombo font {
        color: #fdb813;
    }

.pioneersMainSec {
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 1) ), url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/aboutBg.png);
    background: -moz-linear-gradient( 180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 1) ), url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/aboutBg.png);
    background: -ms-linear-gradient( 180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 1) ), url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/aboutBg.png);
    background: -webkit-linear-gradient( 180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 1) ), url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/aboutBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center 100px;
}

.pioneerCont {
    margin-top: 30px;
}

    .pioneerCont .pioIcon {
        padding: 10px;
        border-radius: 50%;
        border: 1px solid #ECEFF1;
        margin-bottom: 15px;
        display: inline-block;
    }

    .pioneerCont img {
        max-width: 55px;
    }

    .pioneerCont p {
        color: #FFFFFF;
    }

.bfsiCont {
    position: relative;
    padding: 46px 50px;
    background-color: #FFFFFF;
    border-radius: 15px;
    margin-top: 95px;
    box-shadow: 0px 0px 37px 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 37px 16px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 37px 16px rgba(0, 0, 0, 0.1);
}

.bfsiIcon {
    position: absolute;
    left: 50%;
    top: -45px;
    width: 90px;
    padding: 15px;
    background-color: #00427A;
    border-radius: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

    .bfsiIcon img {
        padding: 5px;
    }

.bfsiCont p {
    padding: 20px 0px;
    border-bottom: 1px solid rgba(112, 112, 112, .18);
}

    .bfsiCont p:last-child {
        border-bottom: 0px;
        padding-bottom: 0px;
    }
/* about page css end here */



/* features page css start here */
.featureMainSec {
    background-color: #F0F3F4;
}

.FeatureTab {
    width: 100%;
    text-align: center;
}

    .FeatureTab li {
        float: left;
        width: 20%;
    }

        .FeatureTab li a {
            background: rgba(69, 90, 100, 0.1);
            display: inline-block;
            width: 100%;
            padding: 10px 15px;
            margin: 0px -2px;
            color: #00427A;
            font-size: 26px;
            border-radius: 0px;
            font-family: 'Muli-Bold';
            text-align: left;
            min-height: 96px;
            border-color: #EED #eee #ddd;
        }

        .FeatureTab li.active a {
            background: #002F99 !important;
            position: relative;
            color: #fff !important;
        }
        /* .nav > li > a:before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0;
    height: 2px;
    z-index: -1;
    left: 0;
    right: 100%;
    background: transparent;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
} */
        .FeatureTab li + li {
            border-left: 1px solid #ffffff;
        }

.featureMainSec .nav-tabs > li > a {
    border-bottom-color: #ffffff;
}

.FeatureTab li.active a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 12px solid #002F99;
    bottom: -12px;
    position: absolute;
    left: 50%;
    margin-left: -6px;
}

.FeatureTab .tab-content {
    width: 100%;
    margin: 0px;
    background: rgba(69, 90, 100, 0.1);
    padding: 0px 10px 30px 10px;
}

.tab-content > .active {
    display: block;
}

.Since1990_Blocks.Bor_Rad8px {
    border-radius: 8px;
}

.Since1990_Blocks {
    box-shadow: 0px 0px 10px 1px rgb(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 1px rgb(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 1px rgb(0, 0, 0, 0.2);
    padding: 15px 15px 15px;
    border-radius: 16px;
    height: auto;
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-top: 30px;
    /* cursor: pointer; */
}

.Tab_Content_Info {
    position: relative;
    text-align: left;
    color: #262626;
    /*  height: 80px;
    overflow: hidden; */
    margin-top: 15px;
    margin-bottom: 15px;
}

.Feat_Tab_Content_Close {
    position: absolute;
    right: 10px;
    border-radius: 100%;
    top: 10px;
    height: 35px;
    -webkit-text-stroke: 2px #24C4A3;
    width: 35px;
    background: #24C4A3;
    color: #fff;
    text-align: center;
    font-size: 24px;
    display: none;
    cursor: pointer;
    z-index: 99;
}

.FMT {
    display: none;
}

.tabHdg.themeHdgMain {
    font-size: 26px;
    padding-bottom: 10px;
}

    .tabHdg.themeHdgMain:before {
        height: 2px;
    }

.learn-more button {
    border: 0px;
    background: transparent;
    color: #00427A;
    font-size: 16px;
    font-family: 'Muli-SemiBold';
}

.ftrHdg {
    font-size: 32px;
    font-family: 'Muli-Regular' !important;
}

.featureCont1 {
    margin-top: 50px;
}

.tabOverflowHide {
    height: 278px;
    overflow: hidden;
}

.expandparent .tabOverflowHide {
    height: auto;
}

.Since1990_Blocks .learn-more {
    position: absolute;
    bottom: 0px;
    right: -1px;
    background: #24C4A3;
    width: 45px;
    padding: 6px 12px;
    border-radius: 8px 0px;
}

.pricingSec {
    /* background-image: url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/Intersection.png);
	background-position: 109% center;
	background-size: contain;
	background-repeat: no-repeat; */
    background-image: url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/Intersection.png);
    background-position: 115% center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 0px 35px !important;
}

    .pricingSec p {
        color: #1C313A;
        font-size: 26px;
        margin-bottom: 40px;
        font-family: 'Muli-SemiBold';
    }

@media (min-width: 1300px) and (max-width: 1600px) {
    .expandparent .col-sm-5 img {
        width: 250px;
        margin: 0px auto;
    }
}

@media (min-width: 1601px) and (max-width: 1920px) {
    .expandparent .col-sm-5 img {
        width: 350px;
        margin: 0px auto;
    }
}
/* features page css end here */



/* Service page css start  */
.innerBand {
    background-image: url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/innerpageBGBlue.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px !important;
}

    .innerBand h2 {
        color: #ffffff;
        font-size: 42px;
        padding: 0px 0px 0px;
    }

    .innerBand p {
        padding-top: 30px;
    }

.serBenfitSec .owl-carousel .owl-wrapper {
    display: flex !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
}

.serBenfitSec .owl-carousel .owl-item {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
}

.ylwCard {
    height: 88%;
}

.serBenfitSec {
    position: relative;
}

.prevBenft img, .nextBenft img {
}

.serBenfitSec .owl-theme .owl-controls {
    display: none !important;
}

.prevBenft, .nextBenft, .prevlogo, .nextlogo {
    position: absolute;
    top: 50%;
    width: 50px;
    cursor: pointer;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.prevBenft, .prevlogo {
    left: 0px;
}

.nextBenft, .nextlogo {
    right: 0px;
}
/* Service page css end  */


/* Resource page css start here */
.misnryCard {
    padding: 0px;
    margin: 10px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
}

    .misnryCard img {
        border-radius: 8px 8px 0px 0px;
    }

.misnryCardFtr {
    padding: 15px;
}

.halfpRes {
    height: 50px;
    overflow: hidden;
}

.misnryCardFtr a {
    text-decoration: none;
    color: #00427A;
    font-size: 20px;
    display: inline-block;
    padding-top: 15px;
    font-family: 'Muli-Bold';
}

.resourcepadTop {
    margin-bottom: 60px;
}

.resourceSec .item img {
    margin: 0px auto;
}

.masonry { /* Masonry container */
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    /*  margin: 1.5em; */
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    /* font-size: .85em; */
}

.msnryGallry {
    display: inline-block;
    width: 100%;
}

    .msnryGallry img {
        max-width: 100%;
    }

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

/* Resource page css end here */


/* Pricing page css start here */
.paymentMainSec {
    background-color: rgba(69, 90, 100, 0.1);
}

.paySwitchSec h4 {
    color: #000000;
    font-size: 36px;
    font-family: 'Muli-Bold';
    padding-bottom: 20px;
}

.payTypSec h6 {
    color: #00427A;
    font-size: 24px;
    font-family: 'Muli-Bold';
    padding-bottom: 20px;
    padding-top: 30px;
}

.priceCard {
    text-align: center;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
}

    .priceCard h4 {
        font-size: 30px;
        color: #ffffff;
        border-radius: 8px 8px 0px 0px;
        font-family: 'Muli-Bold';
        padding: 10px;
    }

.cardBronz {
    background-color: #BB6609;
}

.cardSilvr {
    background-color: #ABABAB;
}

.cardGold {
    background-color: #E29A07;
}

.cardPlatinum {
    background-color: #CECECE;
}

.priceCardBdy {
    padding: 15px;
    max-height: 400px;
    overflow: hidden;
    border-radius: 0px 0px 8px 8px;
}

    .priceCardBdy p {
        margin-bottom: 25px;
        font-size: 18px;
    }

    .priceCardBdy img {
        max-width: 150px;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
    }

.priceCard:hover .priceCardBdy img {
    max-width: 65px;
}

.priceCardBdy h3 {
    color: #00427A;
    margin: 20px 0px;
    font-size: 34px;
    font-family: 'Muli-Bold';
}

    .priceCardBdy h3 small {
        color: #00427A;
        font-family: 'Muli-Regular';
    }

.priceCardBdy p span {
    display: block;
}

.priceBtnSec a {
    display: inline-block;
}

.shadowBox {
    padding: 15px 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.16);
}

    .shadowBox li {
        padding-bottom: 10px;
    }

        .shadowBox li + li {
            padding-top: 10px;
            border-top: 1px solid rgba(28, 49, 58, .1);
        }

        .shadowBox li:last-child {
            padding-bottom: 0px;
        }

.smInnrHdg {
    font-size: 26px;
    color: #00427A;
    margin-bottom: 20px;
    font-family: 'Muli-Bold';
}

.modulSec h5 {
    padding-left: 30px;
}

.modulContSec {
    padding-top: 60px;
}
/* Table css start here */
.mudulTable {
    width: 100%;
}

.tblRow_th th {
    color: #00427A;
    font-size: 20px;
}

.mudulTable tr td.tblData, .mudulTable tr th {
    padding: 10px 15px;
    border-collapse: collapse;
}

.mudulTable tr th {
    padding: 15px 15px;
}

tr.tblRow_td {
    position: relative;
    border-radius: 8px;
    box-shadow: 6px 0 12px -4px rgba(0, 0, 0, 0.16), -6px 0 8px -3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 6px 0 12px -4px rgba(0, 0, 0, 0.16), -6px 0 8px -3px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 6px 0 12px -4px rgba(0, 0, 0, 0.16), -6px 0 8px -3px rgba(0, 0, 0, 0.16);
}

.mudulTable tr td.tblData:first-child {
    border-right: 1px solid rgba(28, 49, 58, .2);
    min-width: 100px;
    border-radius: 8px 0px 0px 8px;
}

.mudulTable table {
    width: 100%;
}

.mudulTable tr td.tblData, .mudulTable tr th, .mudulTable {
    border-collapse: separate;
}

    .mudulTable tr td.tblData:nth-child(2) {
        min-width: 300px;
    }

    .mudulTable tr td.tblData:nth-child(3) {
        min-width: 150px;
    }

    .mudulTable tr.tblRow_td.trdisabled {
        background-color: #ECEEEF;
    }

    .mudulTable tr td.tblData:last-child {
        border-left: 1px solid rgba(28, 49, 58, .2);
        min-width: 160px;
        border-radius: 0px 8px 8px 0px;
    }

.tblData table tr td {
    padding: 5px 0px;
}

.tblRow_td .tblData {
    border-bottom: 2px solid #dfdfdf;
}

.tblRow_td:last-child .tblData {
    border-bottom: 0px;
}
/* Pricing page css end here */

/* Slect Plan page css start here */
.selectPlanlgSec .priceCardsib.active .priceCardBdy h3, .selectPlanlgSec .priceCardsib.active .priceCardBdy h3 small {
    color: #ffffff;
}
/*.selectPlanlgSec .priceCard.active  .priceCardBdy
{
	background-color: #00427A;
}*/
.selectPlanlgSec .priceCardsib.active .priceCardBdy {
    background-color: #00427A;
}

    .selectPlanlgSec .priceCardsib.active .priceCardBdy p {
        color: rgba(255, 255, 255, 0.6);
    }

.selectPlanlgSec .priceCardBdy img {
    max-width: 80px;
}

.selectPlanlgSec .priceCardBdy img {
    max-width: 80px;
}

.selectPlanlgSec .priceCard:hover .priceCardBdy img {
    max-width: 80px;
}

.table-responsive .checkmark {
    border-color: #D5D5D5;
}

.table-responsive .checkbox, .selectPlanlgSec .radio {
    margin-left: auto;
    margin-right: auto;
    width: 20px;
}

.addModul .mudulTable tr td.tblData:first-child {
    min-width: 55px;
}

.tdSelect select {
    width: 70px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
}

.invoiceDetailsSec {
    padding: 0px;
    background-color: #F6F6F6;
    border-radius: 8px;
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.16);
}

.invoiceTable {
    width: 100%;
}

    .invoiceTable thead tr th {
        color: #ffffff;
        width: 100%;
        font-weight: normal;
        font-family: 'Muli-Bold';
        background-color: #00427A;
    }

    .invoiceTable tr {
        padding: 0px 8px;
    }

    .invoiceTable tbody tr td {
        font-weight: normal;
        color: #455A64;
        background-color: '#f5f5f5';
    }

    .invoiceTable tbody tr, .invoiceTable tfoot tr {
        position: relative;
    }

        .invoiceTable tbody tr:before, .invoiceTable tfoot tr:before {
            content: "";
            position: absolute;
            left: 18px;
            right: 18px;
            height: 1px;
            background-color: rgba(28, 49, 58, .21);
        }

        .invoiceTable tbody tr:before {
            bottom: 0;
        }

        .invoiceTable tfoot tr:before {
            top: 0;
        }

        .invoiceTable tbody tr:last-child:before {
            height: 0px;
        }

        .invoiceTable tfoot tr td {
            color: #1C313A;
            font-weight: normal;
            font-family: 'Muli-Bold';
        }

    .invoiceTable tr td, .invoiceTable tr th {
        padding: 10px;
    }

    .invoiceTable tbody, .invoiceTable tfoot, .invoiceTable tr, .invoiceTable thead, .invoiceTable td, .invoiceTable th {
        display: block;
        float: left;
    }

    .invoiceTable tbody, .invoiceTable tfoot, .invoiceTable tr, .invoiceTable thead, .invoiceTable th {
        width: 100%;
    }

        .invoiceTable tr td:first-child {
            width: 65%;
        }

        .invoiceTable tr td:last-child {
            width: 35%;
        }

        .invoiceTable tr.invoiceNetAmt {
            padding: 0px 0px;
            background: #00427A;
            border-radius: 0px 0px 8px 8px;
        }

            .invoiceTable tr.invoiceNetAmt td {
                color: #ffffff;
                font-size: 27px;
            }
/* .invoiceTable tr
{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
} */
tfoot.hideme {
    display: none;
}

.invoiceTable tfoot tr td i, .invoiceTable tbody tr td i {
    font-size: 21px;
}

.invoiceTable tr.invoiceNetAmt td i {
    font-size: 24px;
}
/* Slect Plan page css end here */

/* Contact page css start here */
.contMainSec .themeHdgMain {
    font-family: 'Muli-Regular' !important;
    padding-bottom: 10px !important;
}

.mapBox {
    padding: 10px;
    box-shadow: 0px 0px 20px 9px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 20px 9px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 20px 9px rgba(0, 0, 0, 0.08);
}

.scanSec {
    margin-top: 30px;
}

    .scanSec p {
        padding-bottom: 10px;
    }

.addressSec p {
    margin-bottom: 30px;
}

.addressSec a {
    text-decoration: none;
    color: #0076EC;
}

.demoTag {
    margin-top: 30px;
}

.radioBtn {
    margin-top: 10px;
}

.demoTag p, .demoTag ul li label, .scanSec p {
    font-size: 20px;
}

.demoTag ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

    .demoTag ul li {
        color: #AAAAAA;
        display: inline-block;
        position: relative;
        float: none;
        text-align: left;
        padding: 4px 10px;
        background: #ECEFF1;
        border-radius: 22px;
    }

        .demoTag ul li + li {
            margin-left: 10px;
        }

        .demoTag ul li input[type=radio] {
            position: absolute;
            visibility: hidden;
        }

        .demoTag ul li label {
            display: block;
            position: relative;
            font-weight: 300;
            padding: 4px 10px 4px 35px;
            margin: 0px auto;
            height: auto;
            z-index: 9;
            cursor: pointer;
            -webkit-transition: all 0.25s linear;
            -moz-transition: all 0.25s linear;
            transition: all 0.25s linear;
        }

        /* .demoTag ul li:hover label{
	color: #FFFFFF;
} */

        .demoTag ul li .check {
            display: block;
            position: absolute;
            border: 2px solid #AAAAAA;
            border-radius: 100%;
            height: 25px;
            width: 25px;
            top: 10px;
            left: 10px;
            z-index: 5;
            transition: border .25s linear;
            -moz-transition: border .25s linear;
            -webkit-transition: border .25s linear;
        }

            /* .demoTag ul li:hover .check {
  border: 5px solid #FFFFFF;
} */

            .demoTag ul li .check::before {
                display: block;
                position: absolute;
                content: '';
                border-radius: 100%;
                height: 13px;
                width: 13px;
                top: 4px;
                left: 4px;
                margin: auto;
                transition: background 0.25s linear;
                -moz-transition: background 0.25s linear;
                -webkit-transition: background 0.25s linear;
            }

.demoTag input[type=radio]:checked ~ .check {
    border: 2px solid #21C4A3;
}

    .demoTag input[type=radio]:checked ~ .check::before {
        background: #21C4A3;
    }

.demoTag input[type=radio]:checked ~ label {
    color: #21C4A3;
}


/* Contact page css end here */

/* FAQ's page css start here */
.accordinStyl {
}

    .accordinStyl .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
        margin-bottom: 15px;
        box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.16);
        border: 0px;
        padding: 0px 15px;
    }

    .accordinStyl .panel-default > .panel-heading {
        background-color: transparent;
        border-color: #DCDCDC;
        padding: 0px;
    }

        .accordinStyl .panel-default > .panel-heading a {
            display: block;
            padding: 15px 20px 15px 0px;
            position: relative;
            text-decoration: none;
            font-size: 28px;
            font-family: 'Muli-SemiBold';
            color: #002F99;
        }

            .accordinStyl .panel-default > .panel-heading a[aria-expanded="false"] {
                color: #00427A;
            }
            /*.accordinStyl .panel-default > .panel-heading a[aria-expanded="false"] .accrIcn {
					transform: rotate(180deg);
					-moz-transform: rotate(180deg);
					-webkit-transform: rotate(180deg);
					-ms-transform: rotate(180deg);
					-o-transform: rotate(180deg);
				}*/

            .accordinStyl .panel-default > .panel-heading a[aria-expanded="true"] .accrIcn {
                transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
            }

    .accordinStyl .panel-body {
        padding: 15px 0px 15px 0px;
    }

    .accordinStyl .accrIcn {
        position: absolute;
        right: 0;
        top: 15px;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
    }
/* FAQ's page css end here */




/* footer start */

.footerSecMain1 {
    padding-top: 46px;
    padding-bottom: 46px;
    background-color: #1C313A;
}

.footerTtl {
    position: relative;
}

    .footerTtl:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        top: 60%;
        background-color: #718792;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .footerTtl img {
        background-color: #1C313A;
        position: relative;
        z-index: 9;
        max-width: 200px;
        padding-right: 15px;
    }

.footerSec1 {
    margin-bottom: 30px;
}

.ftrPara {
    color: #FFFFFF;
    font-size: 23px;
    font-family: 'Muli-ExtraLight';
}

.footerSecinnr1, .footerSecinnr2 {
    padding-bottom: 42px;
}

.ftrUl1 {
    float: left;
    width: 33.33%;
}

    .ftrUl1 li {
        display: block;
        padding-bottom: 3px;
        padding-right: 5px;
    }

        .ftrUl1 li.active a {
            color: #24C4A3;
        }

        .ftrUl1 li a {
            color: #FFFFFF;
            font-size: 19px;
        }

.socialHdg {
    color: #ffffff;
    padding-bottom: 20px;
}

.footerSecinnr3 a {
    max-width: 50%;
    float: left;
    display: block;
    padding-right: 10px;
}

    .footerSecinnr3 a + a {
        padding-right: 0px;
        padding-left: 10px;
    }

.footerSecMain2 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #111D23;
}

    .footerSecMain2 p {
        color: rgba(254, 254, 254, .6);
        font-family: 'Muli-Light';
        font-size: 20px;
    }

.footerSecinnr4 .themeHdgMain {
    margin-bottom: 40px;
    font-size: 26px;
    padding-bottom: 10px;
}

.footerSecinnr4 {
    background-color: #455A64;
    border-radius: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ftrForm .FormCss .form-control {
    color: #ECEFF1;
}

    .ftrForm .FormCss .form-control.CalendarTyp {
        text-transform: lowercase;
    }

    .ftrForm .FormCss .form-control::-webkit-input-placeholder {
        color: #ECEFF1;
    }

    .ftrForm .FormCss .form-control::-moz-placeholder {
        color: #ECEFF1;
    }

    .ftrForm .FormCss .form-control:-ms-input-placeholder {
        /* font-size: 18px; */
        color: #ECEFF1;
    }

.ftrForm .FormCss .form-group label.LblPlce.actv, label.LblPlce.actv, .ftrForm .FormCss select.form-control ~ label.LblPlce.actv, .ftrForm .FormCss input[type="date"].form-control ~ label.LblPlce {
    color: #24C4A3;
}

.ftrForm .FormCss .form-control:focus ~ label.LblPlce {
    color: #24C4A3;
}
/* footer end */



#serBenfitSlide {
    margin-top: 20px;
}

/* common css start here */
.transformNone {
    text-transform: none !important;
}

.ulPoint, .blackUl {
    margin-bottom: 15px;
}

    .ulPoint li {
        background-image: url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/checked-bullet.png);
        background-repeat: no-repeat;
        background-size: 18px;
        background-position: left 7px;
        padding-left: 27px;
        padding-bottom: 11px;
    }

    .blackUl li {
        color: #000000;
        background-image: url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/bullets.png);
        background-repeat: no-repeat;
        background-size: 18px;
        background-position: left 7px;
        padding-left: 27px;
        padding-bottom: 11px;
    }

.ylwCard {
    padding: 15px;
    background-color: #FFB300;
    margin: 15px;
    border-radius: 8px;
    box-shadow: 0px 7px 10px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 7px 10px 3px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 7px 10px 3px rgba(0, 0, 0, 0.16);
}

    .ylwCard h4 {
        color: #000000;
        font-size: 30px;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
        text-align: left;
        font-family: 'Muli-Bold';
    }

        .ylwCard h4:before {
            content: "";
            position: absolute;
            left: 0px;
            bottom: 0;
            height: 2px;
            width: 70px;
            border-radius: 4px;
            background-color: #ffffff;
        }

.normalHdg {
    color: #00427A;
}

.pointHdg {
    color: #1C313A;
}

.pointHdg, .normalHdg {
    font-size: 32px;
    font-family: 'Muli-Bold';
    padding-bottom: 10px;
}

.posRel {
    position: relative;
}

.grayBG {
    background-color: #f2f6ff;
}

.clrWhit {
    color: #ffffff !important;
}

.themeClr {
    color: #24C4A3;
}

a.readAll, .readAll {
    text-decoration: none;
    display: block;
    color: #ffb300;
    background-color: transparent;
    border: 0px;
}

button.readAll {
    display: inline-block;
}

.readAll i {
    /* float: right; */
    padding-left: 10px;
}

.hidecont {
    visibility: hidden;
}

.contHdg {
    color: #00427A;
    padding-bottom: 18px;
}

.callAction {
    position: fixed;
    right: 15px;
    bottom: 100px;
    width: 50px;
    z-index: 99;
}

    .callAction a {
        display: block;
        padding: 8px;
        border-radius: 50%;
        background-color: #24C4A3;
        box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
    }

.heightetc {
    height: 400px;
}

.flexRow {
    /* height: -webkit-fill-available;
	    justify-content: center; */
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
}

.cmmnSec {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .cmmnSec.cmmnPB0px {
        padding-bottom: 0px;
    }

.contHdg, .themeHdgMain {
    font-size: 36px;
    font-family: 'Muli-Bold';
}

.themeHdgMain {
    color: #1C313A;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 45px;
    text-transform: capitalize;
}

    .themeHdgMain span {
        font-size: 20px;
        font-family: 'Muli-Regular';
    }

    .themeHdgMain:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        height: 4px;
        width: 100px;
        border-radius: 4px;
        background-color: #24C4A3;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .themeHdgMain.text-left:before {
        left: 0;
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }

    .themeHdgMain.text-left {
        text-align: left;
    }

/* effect on hover img scroll start */
.tempScrol {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: 51%;
    text-decoration: underline;
    -webkit-text-decoration-skip: objects;
    transition: .3s box-shadow ease-in-out;
    -moz-transition: .3s box-shadow ease-in-out;
    -webkit-transition: .3s box-shadow ease-in-out;
}

    .tempScrol img {
        border-radius: 12px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        transition: 6s all linear;
        -moz-transition: 6s all linear;
        -webkit-transition: 6s all linear;
        display: inline-block;
        will-change: transform;
    }

    .tempScrol:hover {
        outline-width: 0;
    }

        .tempScrol:hover img {
            margin-top: 51%;
            transition: 6s all linear;
            -moz-transition: 6s all linear;
            -webkit-transition: 6s all linear;
            -ms-transform: translateY(-100%);
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        }

    .tempScrol:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0, 0, 0, .4);
        z-index: 9;
        opacity: 1;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        background-image: url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/pointer.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 75px;
    }

    .tempScrol:hover:before {
        opacity: 0;
    }

.digiSecInnrImg2 .tempScrol img {
    transition: 13s all linear;
    -moz-transition: 13s all linear;
    -webkit-transition: 13s all linear;
}

.digiSecInnrImg2 .tempScrol:hover img {
    transition: 13s all linear;
    -moz-transition: 13s all linear;
    -webkit-transition: 13s all linear;
}
/* effect common */
.transitioneffct {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}


/* button css start here */
a.themeBTN {
    text-decoration: none;
    color: #ffffff;
}

a.themeBTN_Opo {
    text-decoration: none;
    color: #FFB300;
}

.themeBTN, .themeBTN_Opo {
    color: #ffffff;
    font-size: 22px;
    padding: 10px 30px;
    border-radius: 37px;
    border: 1px solid #002F99;
    font-family: 'Muli-Bold';
    background-color: #002F99;
    margin-bottom: 15px;
    text-align: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    box-shadow: 0px 1px 6px 1px rgba(0, 47, 153, 0.4);
    -moz-box-shadow: 0px 1px 6px 1px rgba(0, 47, 153, 0.4);
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 47, 153, 0.4);
}

    .themeBTN:hover {
        color: #ffffff;
        background-color: #002F99;
        box-shadow: 0px 1px 6px 1px rgba(0, 47, 153, 0.4);
        -moz-box-shadow: 0px 1px 6px 1px rgba(0, 47, 153, 0.4);
        -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 47, 153, 0.4);
    }

.themeBTN_Opo {
    color: #FFB300;
    background-color: transparent;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

    .themeBTN_Opo:hover {
        color: #000000;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        background-color: #FFB300;
    }

.lgBtn {
    width: 100%;
    display: block;
}

.smBtn {
    font-size: 18px;
    padding: 6px 25px;
}

.thickBtn {
    padding: 15px 25px;
}

a.blueBtn {
    color: #FFB300;
}

.blueBtn {
    color: #FFB300;
    border-color: #00427a;
    background-color: #00427a;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

    .blueBtn:hover {
        color: #FFB300;
        background-color: #00427a;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

a.blueBtn2 {
    color: #ffffff;
}

.blueBtn2 {
    color: #ffffff;
    border-color: #00427a;
    background-color: #00427a;
    box-shadow: none;
    box-shadow: 0px 6px 23px 4px rgba(0, 66, 122, 0.4);
    -moz-box-shadow: 0px 6px 23px 4px rgba(0, 66, 122, 0.4);
    -webkit-box-shadow: 0px 6px 23px 4px rgba(0, 66, 122, 0.4);
}

    .blueBtn2:hover {
        color: #00427a;
        background-color: transparent;
        box-shadow: none;
        box-shadow: 0px 6px 35px 6px rgba(0, 66, 122, 0.4);
        -moz-box-shadow: 0px 6px 35px 6px rgba(0, 66, 122, 0.4);
        -webkit-box-shadow: 0px 6px 35px 6px rgba(0, 66, 122, 0.4);
    }

a.VisitDatacompBtn {
    text-decoration: none;
    color: #ffffff;
}

.VisitDatacompBtn {
    display: inline-block;
    padding: 10px 13px;
    border-radius: 25px;
    background: #002F99;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

    .VisitDatacompBtn img {
        width: 25px;
        margin-right: 5px;
    }

b, strong {
    font-family: 'Muli-Bold';
}

.extraBld {
    font-family: 'Muli-ExtraBold';
}

.semiBld {
    font-family: 'Muli-SemiBold';
}



/* Margin padding start css */
.marBtm30 {
    margin-bottom: 30px;
}

.marBtm15 {
    margin-bottom: 15px;
}

.marTop30 {
    margin-top: 30px;
}

.mrgnBtm0 {
    margin-bottom: 0px !important;
}

.mrgnTop0 {
    margin-top: 0px !important;
}

.mrgnRit0 {
    margin-right: 0px !important;
}

.mrgnLft0 {
    margin-left: 0px !important;
}

.padTopcomn {
    padding-top: 60px !important;
}

.padBtmcomn {
    padding-bottom: 60px !important;
}

.padLft0 {
    padding-left: 0px !important;
}

.padRit0 {
    padding-right: 0px !important;
}

.padLftRit0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cmnHdg {
    font-size: 24px;
    font-family: 'Muli-Bold';
    position: relative;
    color: #000000;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

    .cmnHdg:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 5px;
        width: 83px;
        height: 4px;
        border-radius: 15px;
        background: #24C4A3;
    }

.para {
    color: #455A64;
}

/* modal popup css start here */
.customMdl .modal-title {
    font-size: 22px;
    margin-right: 34px;
    margin-bottom: 0px;
}

.customMdl .modal-header .close {
    margin-top: -2px;
    background: #24C4A3;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    padding: 9px 6.5px 12px;
    border-radius: 50%;
    font-size: 27px;
    line-height: 8px;
}

.customMdl .modal-header {
    border-bottom: 0px solid #e5e5e5;
}

.customMdl {
    background-color: rgba(0, 0, 0, .4);
}

.modal-backdrop {
    display: none;
}

/* modal popup css end here */

/* Form Css start here */
.FormCss .form-group label.LblPlce, .ui-mobile .Rager label, .ui-controlgroup-label {
    font-weight: 400;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 0px;
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0;
    text-transform: capitalize;
    /* text-transform: uppercase; */
    padding: 0px 0px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    z-index: -1;
}

.FormCss .form-control {
    color: #212121;
    border-radius: 0px;
    /* border-color: #757575; */
    border-color: rgba(166, 172, 175, .5);
    height: 55px;
    font-size: 24px;
    position: relative;
    /* z-index: 99; */
    text-align: left;
    text-transform: capitalize;
    /* padding: 8px 16px 7px; */
    padding: 8px 0px 7px;
    font-family: 'Muli-SemiBold';
    font-weight: 500;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
}

.FormCss .form-group input.dateinput {
    z-index: 9;
}

    .FormCss .form-group input.dateinput ~ label.LblPlce {
        visibility: visible;
        opacity: 1;
        top: 7px;
        padding: 0px 5px;
        z-index: 0;
        font-size: 20px;
        font-family: 'Muli-SemiBold';
        color: rgba(43, 53, 58, .5);
        z-index: 9;
    }

.FormCss .form-control.CalendarTyp {
    text-transform: lowercase;
}

.FormCss .form-control::-webkit-input-placeholder {
    font-size: 18px;
    color: rgba(0, 0, 0, .5);
}

.FormCss .form-control::-moz-placeholder {
    font-size: 18px;
    color: rgba(0, 0, 0, .5);
}

.FormCss .form-control:-ms-input-placeholder {
    font-size: 18px;
    color: rgba(0, 0, 0, .5);
}

.FormCss select.form-control {
    padding-right: 21px !important;
    vertical-align: middle;
    padding: 6px 0px 4px;
    font-family: 'Muli-Medium';
    font-size: 14px;
    position: relative;
    /*  z-index: 9; */
}

.lableControl {
    font-weight: normal;
    color: #000000;
    font-size: 11px;
    font-family: 'Muli-Medium';
}

.FormCss textarea.form-control {
    resize: none;
    height: 44px;
}

.FormCss input.form-control::-webkit-inner-spin-button,
.FormCss input.form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.FormCss .form-control:focus ~ label.LblPlce, .FormCss .form-group label.LblPlce.actv, label.LblPlce.actv, .FormCss select.form-control ~ label.LblPlce.actv, .FormCss input[type="date"].form-control ~ label.LblPlce {
    top: -27px;
    opacity: 1;
    left: 15px;
    padding-left: 0px;
    padding-right: 0px;
    color: #757575;
    text-align: left;
    z-index: 9;
}

/* .FormCss textarea.form-control ~ label.LblPlce
{   
    top: 10px;
} */
input[type="date"].form-control, .FormCss .form-group input.dateinput {
    background-image: url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/Calendar.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 18px;
    text-transform: lowercase !important;
}

    input[type="date"].form-control::-webkit-calendar-picker-indicator {
        display: none;
    }

    input[type="date"].form-control::-webkit-inner-spin-button {
        display: none;
    }

.FormCss .form-control:focus ~ label.LblPlce, .FormCss .form-group .form-control:focus label.LblPlce.actv, .FormCss .form-group select.form-control:focus label.LblPlce.actv {
    color: #24c4a3;
    z-index: 9;
}

.ui-input-text + label.LblPlce {
    top: -17px !important;
    opacity: 1 !important;
    left: 0;
    padding-left: 0px !important;
    color: #757575 !important;
}

.FormCss .form-control[type="email"] {
    text-transform: lowercase;
}

.FormCss .form-group {
    position: relative;
    margin-bottom: 30px;
}

.FormCss .form-control[disabled], .FormCss fieldset[disabled] .form-control {
    /*background: #D8E0E3;*/
    border-color: #D8E0E3;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}


.FormCss .form-control:focus {
    /* border-color: #66afe9; */
    border-color: #24c4a3;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

    .FormCss .form-control:focus::-webkit-input-placeholder {
        position: relative;
        /* top: 0px;  */
        visibility: hidden;
        transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
    }

    .FormCss .form-control:focus:-ms-input-placeholder {
        position: relative;
        /* top: 0px;  */
        visibility: hidden;
        transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
    }

    .FormCss .form-control:focus::-moz-placeholder {
        position: relative;
        /* top: 0px;  */
        color: transparent;
        visibility: hidden;
        transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
    }

    .FormCss .form-control:focus::-webkit-input-placeholder {
        position: relative;
        /* top: 0px;  */
        visibility: hidden;
        transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
    }

    .FormCss .form-control:focus::-webkit-input-placeholder {
        position: relative;
        /* top: 0px;  */
        visibility: hidden;
        transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
    }

    .FormCss .form-control:focus::-moz-input-placeholder {
        position: relative;
        /* top: 0px;  */
        visibility: hidden;
        transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
    }

    .FormCss .form-control:focus::-o-input-placeholder {
        position: relative;
        /* top: 0px;  */
        visibility: hidden;
        transition: all 0.1s ease;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
    }

.FormCss select.form-control, .SelecterInpt select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -ms-appearance: button;
    -o-appearance: button;
    background-image: url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/SelectInputBG.png);
    background-repeat: no-repeat;
    background-position: 100% center;
}

.FormCss .radio, .FormCss .checkbox {
    margin-top: 0px;
}

.dateInput {
    background-image: url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/calendar.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-right: 24px;
    background-position: right center;
}

.timeInput {
    /*background-image: url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/calendar.svg);*/
    background-repeat: no-repeat;
    background-size: 20px;
    padding-right: 24px;
    background-position: right center;
}
/* Form Css End here */


/* The container */
.checkbox label.checkbox_cvr {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 27px;
    color: #000000;
}

/* Hide the browser's default checkbox */
.checkbox_cvr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 4px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.checkbox_cvr input[type="checkbox"][disabled] ~ .checkmark {
    background-color: #ECEEEF;
}
/* On mouse-over, add a grey background color */

.checkbox_cvr:hover input ~ .checkmark {
    background-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */
.checkbox_cvr input:checked ~ .checkmark {
    background-color: #00427A;
    border-color: #00427A;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_cvr input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_cvr .checkmark:after {
    left: 5px;
    top: 0px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* group radio button css start */

.radio-group {
    border: solid 1px #1C313A;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    background-color: #1C313A;
    padding: 1px;
}

    .radio-group input[type=radio] {
        margin: 0px;
    }

    .radio-group input[type=radio] {
        position: absolute;
        visibility: hidden;
        display: none;
    }

.FundScheme .radio-group label {
    width: 25%;
}

.radio-group label {
    color: rgba(255, 255, 255, .7);
    /* font-size: 18px; */
    display: block;
    float: left;
    cursor: pointer;
    /* font-weight: bold; */
    font-weight: normal;
    /* padding: 5px 12px; */
    padding: 7px 20px;
    margin-bottom: 0px;
    letter-spacing: .6px;
    border-radius: 19px;
    min-width: 110px;
    font-family: 'Muli-Bold';
}

.radio-group input[type=radio]:checked + label {
    color: #ffffff;
    background: -webkit-linear-gradient(103deg, #002F99, #002F99);
    background: -moz-linear-gradient(103deg, #002F99, #002F99);
    background: -ms-linear-gradient(103deg, #002F99, #002F99);
    background: -o-linear-gradient(103deg, #002F99, #002F99);
}

.radio-group a.active label {
    color: #ffffff;
    background: -webkit-linear-gradient(103deg, #002F99, #002F99);
    background: -moz-linear-gradient(103deg, #002F99, #002F99);
    background: -ms-linear-gradient(103deg, #002F99, #002F99);
    background: -o-linear-gradient(103deg, #002F99, #002F99);
}
/* group radio button css end */



/* common css start end */




.dotUl {
    padding-top: 10px;
}

    .dotUl li {
        position: relative;
        padding-left: 20px;
        font-size: 18px;
        padding-bottom: 10px;
    }

        .dotUl li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #FFB300;
        }

@media (min-width: 992px) {

    /* graph page css start here */



    .pieContainer {
        height: 320px;
        width: 320px;
        position: relative;
        margin: 0px auto;
    }

    .pieContainer2 {
        height: 320px;
        width: 320px;
    }

    .pieBackground {
        position: absolute;
        width: 320px;
        height: 320px;
        border-radius: 100%;
        background-color: #ffffff;
    }

    .pie {
        transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        position: absolute;
        width: 320px;
        height: 320px;
        border-radius: 100%;
        clip: rect(0px, 160px, 320px, 0px);
        z-index: 100;
        cursor: pointer;
    }

    .hold {
        position: absolute;
        width: 320px;
        /*  height: 320px; */
        border-radius: 100%;
        clip: rect(0px, 320px, 320px, 160px);
    }



    #pieSlice3 {
        transform: rotate(64deg);
        -moz-transform: rotate(64deg);
        -webkit-transform: rotate(64deg);
        -ms-transform: rotate(64deg);
        -o-transform: rotate(64deg);
        top: 89px;
        right: -145px;
    }

        #pieSlice3.active {
            top: 94px;
            right: -150px;
        }
        /* #pieSlice3.active .pie
	{
		background-color: #1C313A;
	} */
        #pieSlice3 .pie {
            /* background-color: #a4adb2; */
            transform: rotate(120deg);
            -moz-transform: rotate(120deg);
            -webkit-transform: rotate(120deg);
            -ms-transform: rotate(120deg);
            -o-transform: rotate(120deg);
        }

    #pieSlice4 {
        transform: rotate(304deg);
        -moz-transform: rotate(304deg);
        -webkit-transform: rotate(304deg);
        -ms-transform: rotate(304deg);
        -o-transform: rotate(304deg);
        left: -133px;
        top: 70px;
    }

        #pieSlice4.active {
            top: 62px;
            transform: rotate(303.7deg);
            -moz-transform: rotate(303.7deg);
            -webkit-transform: rotate(303.7deg);
            -ms-transform: rotate(303.7deg);
            -o-transform: rotate(303.7deg);
            left: -131px;
        }

    /* #pieSlice4.active .pie 
	{
		 background-color: #1C313A;
	} */
    .bluePie .pie {
        background-color: #00427a;
    }

    .ylwPie .pie {
        background-color: #e19a0c;
    }

    .greenPie .pie {
        background-color: #9bb806;
    }

    #pieSlice4 .pie {
        /*   background-color: #a4adb2; */
        transform: rotate(120deg);
        -moz-transform: rotate(120deg);
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        -o-transform: rotate(120deg);
    }



    #pieSlice5 {
        transform: rotate(184deg);
        -moz-transform: rotate(184deg);
        -webkit-transform: rotate(184deg);
        -ms-transform: rotate(184deg);
        -o-transform: rotate(184deg);
        top: 320px;
        left: -11px;
    }

        #pieSlice5.active {
            top: 323px;
            left: -16px;
        }
        /* #pieSlice5.active .pie 
	{
		 background-color: #1C313A;
	} */
        #pieSlice5 .pie {
            /* background-color: #a4adb2; */
            transform: rotate(120deg);
            -moz-transform: rotate(120deg);
            -webkit-transform: rotate(120deg);
            -ms-transform: rotate(120deg);
            -o-transform: rotate(120deg);
        }


    .pie span {
        color: #ffffff;
        font-size: 20px;
        font-family: 'Muli-Bold';
    }

    #pieSlice3 .pie span {
        transform: rotate(-62deg);
        -moz-transform: rotate(-62deg);
        -webkit-transform: rotate(-62deg);
        -ms-transform: rotate(-62deg);
        -o-transform: rotate(-62deg);
        display: inline-block;
        position: absolute;
        top: 84px;
        left: 18px;
        text-align: center;
    }

    #pieSlice4 .pie span {
        transform: rotate(-64deg);
        -moz-transform: rotate(-64deg);
        -webkit-transform: rotate(-64deg);
        -ms-transform: rotate(-64deg);
        -o-transform: rotate(-64deg);
        display: inline-block;
        position: absolute;
        top: 83px;
        left: 22px;
        text-align: center;
    }

    #pieSlice5 .pie span {
        transform: rotate(-60deg);
        -moz-transform: rotate(-60deg);
        -webkit-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
        display: inline-block;
        position: absolute;
        top: 86px;
        left: 29px;
        text-align: center;
    }

    .innerCircle {
        position: absolute;
        width: 100px;
        height: 100px;
        background-color: #ffffff;
        border-radius: 100%;
        top: 110px;
        left: 110px;
        color: white;
        z-index: 9;
    }

        .innerCircle .content img {
            max-width: 50px;
            margin: 0px auto;
        }

        .innerCircle .content {
            position: absolute;
            display: block;
            top: 25px;
            left: 0;
            text-align: center;
            font-size: 14px;
            right: 0;
        }


    /* lg graph */
    .cmmnSec.graphSec {
        padding-top: 165px;
    }

    .visiblHiddn {
        visibility: hidden;
    }

    .graphLg1 {
        max-width: 870px;
        min-height: auto;
        margin: 0px auto 165px;
        position: relative;
    }

    .cone {
        border-top: 119px solid red;
        border-left: 35px solid transparent;
        border-right: 35px solid transparent;
        height: 0;
        width: 199px;
        position: relative;
    }

        .cone:before {
            content: "";
            position: absolute;
            width: 129px;
            border-top: 21px solid #e19a0c;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
        }

        .cone.lightYlw {
            border-top-color: #FBC02D;
        }

    .absolutecard1 {
        position: absolute;
        transform: rotate(-81deg);
        -moz-transform: rotate(-81deg);
        -webkit-transform: rotate(-81deg);
        -ms-transform: rotate(-81deg);
        -o-transform: rotate(-81deg);
        left: 79px;
        top: 173px;
    }

    .imgholder {
        width: 230px;
        position: absolute;
        z-index: 9;
    }

    .absolutecard1 .imgholder {
        position: absolute;
        transform: rotate(125deg);
        -moz-transform: rotate(125deg);
        -webkit-transform: rotate(125deg);
        -ms-transform: rotate(125deg);
        -o-transform: rotate(125deg);
        left: -124px;
        top: -52px;
    }

    .absolutecard2 .imgholder {
        transform: rotate(132deg);
        -moz-transform: rotate(132deg);
        -webkit-transform: rotate(132deg);
        -ms-transform: rotate(132deg);
        -o-transform: rotate(132deg);
        left: -8px;
        top: -39px;
    }

    .absolutecard3 .imgholder {
        transform: rotate(138deg);
        -moz-transform: rotate(138deg);
        -webkit-transform: rotate(138deg);
        -ms-transform: rotate(138deg);
        -o-transform: rotate(138deg);
        left: 93px;
        top: -80px;
    }

    .absolutecard4 .imgholder {
        transform: rotate(102deg);
        -moz-transform: rotate(102deg);
        -webkit-transform: rotate(102deg);
        -ms-transform: rotate(102deg);
        -o-transform: rotate(102deg);
        right: -91px;
        top: -45px;
    }

    .absolutecard2 {
        position: absolute;
        transform: rotate(-41deg);
        -moz-transform: rotate(-41deg);
        -webkit-transform: rotate(-41deg);
        -ms-transform: rotate(-41deg);
        -o-transform: rotate(-41deg);
        left: 165px;
        top: 17px;
    }

    .textHolder {
        position: absolute;
        text-align: center;
        width: 135px;
        z-index: 99;
    }

        .textHolder h5 {
            color: #ffffff;
            font-size: 40px;
            display: inline-block;
            padding: 0px 31px;
            border-bottom: 3px solid #ffffff;
            font-family: 'Muli-Bold';
            margin-bottom: 10px;
        }

        .textHolder p {
            color: #ffffff;
            font-size: 17px;
            font-family: 'Muli-Bold';
        }

    .CatElement {
        cursor: pointer;
    }

    .absolutecard1 .textHolder {
        transform: rotate(83deg);
        -moz-transform: rotate(83deg);
        -webkit-transform: rotate(83deg);
        -ms-transform: rotate(83deg);
        -o-transform: rotate(83deg);
        top: 9px;
        left: -31px;
    }

    .absolutecard2 .textHolder {
        transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -o-transform: rotate(40deg);
        top: 24px;
        left: 80px;
    }

    .absolutecard3 .textHolder {
        transform: rotate(1deg);
        -moz-transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        -o-transform: rotate(1deg);
        top: -26px;
        left: 156px;
    }

    .absolutecard4 .textHolder {
        transform: rotate(-84deg);
        -moz-transform: rotate(-84deg);
        -webkit-transform: rotate(-84deg);
        -ms-transform: rotate(-84deg);
        -o-transform: rotate(-84deg);
        top: 0px;
        right: -44px;
    }

    .absolutecard5 .textHolder {
        transform: rotate(126deg);
        -moz-transform: rotate(126deg);
        -webkit-transform: rotate(126deg);
        -ms-transform: rotate(126deg);
        -o-transform: rotate(126deg);
        top: 16px;
        left: -23px;
    }

    .absolutecard6 .textHolder {
        transform: rotate(132deg);
        -moz-transform: rotate(132deg);
        -webkit-transform: rotate(132deg);
        -ms-transform: rotate(132deg);
        -o-transform: rotate(132deg);
        top: 68px;
        right: -181px;
    }

    .absolutecard3 {
        position: absolute;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        left: 331px;
        top: -44px;
    }

    .absolutecard4 {
        position: absolute;
        transform: rotate(81deg);
        -moz-transform: rotate(81deg);
        -webkit-transform: rotate(81deg);
        -ms-transform: rotate(81deg);
        -o-transform: rotate(81deg);
        right: 79px;
        top: 173px;
    }
    /* .absolutecard5
	{
		position: absolute;
		transform: rotate(41deg);
		right: 165px;
		top: 17px;
	} */
    .absolutecard5 {
        position: absolute;
        transform: rotate(-126deg);
        -moz-transform: rotate(-126deg);
        -webkit-transform: rotate(-126deg);
        -ms-transform: rotate(-126deg);
        -o-transform: rotate(-126deg);
        left: 108px;
        top: 460px;
    }

        .absolutecard5 .imgholder {
            transform: rotate(125deg);
            -moz-transform: rotate(125deg);
            -webkit-transform: rotate(125deg);
            -ms-transform: rotate(125deg);
            -o-transform: rotate(125deg);
            left: -124px;
            top: -52px;
        }


    .absolutecard6 {
        position: absolute;
        transform: rotate(229deg);
        -moz-transform: rotate(229deg);
        -webkit-transform: rotate(229deg);
        -ms-transform: rotate(229deg);
        -o-transform: rotate(229deg);
        right: 173px;
        top: 563px;
    }

    .graphTooltip {
        position: absolute;
        opacity: 0;
        background-color: #ffffff;
        padding: 22px;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        /* width: 652px; */
        width: 659px;
        box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.31);
        -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.31);
        -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.31);
        border-radius: 8px;
        display: none;
    }

    .graphOdd .absolutecard1 .imgholder {
        position: absolute;
        transform: rotate(148deg);
        -moz-transform: rotate(148deg);
        -webkit-transform: rotate(148deg);
        -ms-transform: rotate(148deg);
        -o-transform: rotate(148deg);
        left: -16px;
        top: -14px;
    }

    .graphOdd .absolutecard2 .imgholder {
        transform: rotate(154deg);
        -moz-transform: rotate(154deg);
        -webkit-transform: rotate(154deg);
        -ms-transform: rotate(154deg);
        -o-transform: rotate(154deg);
        left: 95px;
        top: 15px;
    }

    .graphOdd .absolutecard3 .imgholder {
        transform: rotate(159deg);
        -moz-transform: rotate(159deg);
        -webkit-transform: rotate(159deg);
        -ms-transform: rotate(159deg);
        -o-transform: rotate(159deg);
        left: 192px;
        top: -20px;
    }

    .graphOdd .absolutecard4 .imgholder {
        transform: rotate(126deg);
        -moz-transform: rotate(126deg);
        -webkit-transform: rotate(126deg);
        -ms-transform: rotate(126deg);
        -o-transform: rotate(126deg);
        right: -206px;
        top: -50px;
    }

    .graphOdd .absolutecard5 .imgholder {
        transform: rotate(146deg);
        -moz-transform: rotate(146deg);
        -webkit-transform: rotate(146deg);
        -ms-transform: rotate(146deg);
        -o-transform: rotate(146deg);
        left: -19px;
        top: -13px;
    }

    .graphOdd .absolutecard1 .textHolder {
        transform: rotate(83deg);
        -moz-transform: rotate(83deg);
        -webkit-transform: rotate(83deg);
        -ms-transform: rotate(83deg);
        -o-transform: rotate(83deg);
        top: 68px;
        left: 80px;
    }

    .graphOdd .absolutecard2 .textHolder {
        transform: rotate(41deg);
        -webkit-transform: rotate(41deg);
        -moz-transform: rotate(41deg);
        -ms-transform: rotate(41deg);
        -o-transform: rotate(41deg);
        top: 90px;
        left: 174px;
    }

    .graphOdd .absolutecard3 .textHolder {
        transform: rotate(1deg);
        -moz-transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        -o-transform: rotate(1deg);
        top: 44px;
        left: 260px;
    }

    .graphOdd .absolutecard4 .textHolder {
        transform: rotate(-84deg);
        -moz-transform: rotate(-84deg);
        -webkit-transform: rotate(-84deg);
        -ms-transform: rotate(-84deg);
        -o-transform: rotate(-84deg);
        top: 0px;
        right: -160px;
    }

    .graphOdd .absolutecard5 .textHolder {
        transform: rotate(126deg);
        -moz-transform: rotate(126deg);
        -webkit-transform: rotate(126deg);
        -ms-transform: rotate(126deg);
        -o-transform: rotate(126deg);
        top: 63px;
        left: 67px;
    }

    .toolHeight {
        max-height: 346px;
        overflow: auto;
    }
    /* .graphSec
	{
		overflow-x: hidden;
	} */
    .absolutecard1 .graphTooltip {
        left: -290px;
        top: 352px;
        transform: rotate(81deg);
        -moz-transform: rotate(81deg);
        -webkit-transform: rotate(81deg);
        -ms-transform: rotate(81deg);
        -o-transform: rotate(81deg);
    }


    .absolutecard2 .graphTooltip {
        left: -122px;
        top: 275px;
        transform: rotate(41deg);
        -moz-transform: rotate(41deg);
        -webkit-transform: rotate(41deg);
        -ms-transform: rotate(41deg);
        -o-transform: rotate(41deg);
    }

    .absolutecard3 .graphTooltip {
        left: -85px;
        top: 114px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    .absolutecard4 .graphTooltip {
        right: -270px;
        top: 395px;
        transform: rotate(-81deg);
        -moz-transform: rotate(-81deg);
        -webkit-transform: rotate(-81deg);
        -ms-transform: rotate(-81deg);
        -o-transform: rotate(-81deg);
    }

    .absolutecard5 .graphTooltip {
        left: -509px;
        top: 280px;
        transform: rotate(126deg);
        -moz-transform: rotate(126deg);
        -webkit-transform: rotate(126deg);
        -ms-transform: rotate(126deg);
        -o-transform: rotate(126deg);
    }

    .absolutecard6 .graphTooltip {
        left: 66px;
        bottom: 65px;
        transform: rotate(131deg);
        -webkit-transform: rotate(131deg);
        -moz-transform: rotate(131deg);
        -ms-transform: rotate(131deg);
        -o-transform: rotate(131deg);
    }

    .absolutecard1 .graphTooltip:after,
    .absolutecard1 .graphTooltip:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .absolutecard1 .graphTooltip:after {
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #ffffff;
        border-width: 22px;
        margin-top: -11px;
        border-bottom-width: 11px;
        border-top-width: 11px;
    }

    .absolutecard1 .graphTooltip:before {
        border-color: rgba(194, 225, 245, 0);
        border-right-color: #f1f1f1;
        border-width: 27px;
        margin-top: -14px;
        border-bottom-width: 14px;
        border-top-width: 14px;
    }




    .absolutecard2 .graphTooltip:after,
    .absolutecard2 .graphTooltip:before {
        left: 30px;
        top: -16px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .absolutecard2 .graphTooltip:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #ffffff;
        border-width: 22px;
        margin-top: -27px;
        margin-left: 3px;
        border-right-width: 8px;
        border-left-width: 8px;
    }

    .absolutecard2 .graphTooltip:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #f1f1f1;
        border-width: 27px;
        border-right-width: 11px;
        border-left-width: 11px;
        margin-top: -37px;
    }

    .absolutecard3 .graphTooltip:after,
    .absolutecard3 .graphTooltip:before {
        left: 256px;
        top: -16px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .absolutecard3 .graphTooltip:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #ffffff;
        border-width: 22px;
        margin-top: -27px;
        margin-left: 3px;
        border-right-width: 8px;
        border-left-width: 8px;
    }

    .absolutecard3 .graphTooltip:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #f1f1f1;
        border-width: 27px;
        border-right-width: 11px;
        border-left-width: 11px;
        margin-top: -38px;
    }


    .absolutecard4 .graphTooltip:after,
    .absolutecard4 .graphTooltip:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .absolutecard4 .graphTooltip:after {
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #ffffff;
        border-width: 22px;
        margin-top: -11px;
        border-bottom-width: 11px;
        border-top-width: 11px;
    }

    .absolutecard4 .graphTooltip:before {
        border-color: rgba(194, 225, 245, 0);
        border-left-color: #f1f1f1;
        border-width: 27px;
        margin-top: -14px;
        border-bottom-width: 14px;
        border-top-width: 14px;
    }

    .absolutecard5 .graphTooltip:after,
    .absolutecard5 .graphTooltip:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .absolutecard5 .graphTooltip:after {
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #ffffff;
        border-width: 22px;
        margin-top: -11px;
        border-bottom-width: 11px;
        border-top-width: 11px;
    }

    .absolutecard5 .graphTooltip:before {
        border-color: rgba(194, 225, 245, 0);
        border-right-color: #f1f1f1;
        border-width: 27px;
        margin-top: -14px;
        border-bottom-width: 14px;
        border-top-width: 14px;
    }


    .absolutecard6 .graphTooltip:after,
    .absolutecard6 .graphTooltip:before {
        left: 100%;
        top: 60px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .absolutecard6 .graphTooltip:after {
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #ffffff;
        border-width: 22px;
        margin-top: -11px;
        border-bottom-width: 11px;
        border-top-width: 11px;
    }

    .absolutecard6 .graphTooltip:before {
        border-color: rgba(194, 225, 245, 0);
        border-left-color: #f1f1f1;
        border-width: 27px;
        margin-top: -14px;
        border-bottom-width: 14px;
        border-top-width: 14px;
    }

    /* odd number graph start */

    .graphOdd {
    }

        .graphOdd .absolutecard1 .graphTooltip {
            left: -308px;
            top: 311px;
            transform: rotate(81deg);
            -moz-transform: rotate(81deg);
            -webkit-transform: rotate(81deg);
            -ms-transform: rotate(81deg);
            -o-transform: rotate(81deg);
        }

            .graphOdd .absolutecard1 .graphTooltip:after, .graphOdd .absolutecard1 .graphTooltip:before {
                right: auto;
                left: 30px;
                top: auto;
                bottom: 100%;
            }

            .graphOdd .absolutecard1 .graphTooltip:before {
                border-bottom-color: #f1f1f1;
                border-right-color: transparent;
            }

            .graphOdd .absolutecard1 .graphTooltip:after {
                border-bottom-color: #ffffff;
                border-right-color: transparent;
                margin-top: -9px;
                margin-left: 3px;
            }

        .graphOdd .absolutecard2 .graphTooltip {
            left: -138px;
            top: 213px;
            transform: rotate(41deg);
            -moz-transform: rotate(41deg);
            -webkit-transform: rotate(41deg);
            -ms-transform: rotate(41deg);
            -o-transform: rotate(41deg);
            bottom: auto;
        }

            .graphOdd .absolutecard2 .graphTooltip:after, .graphOdd .absolutecard2 .graphTooltip:before {
                left: 226px;
            }

        .graphOdd .absolutecard5 .graphTooltip {
            left: -441px;
            top: 317px;
            transform: rotate(126deg);
            -moz-transform: rotate(126deg);
            -webkit-transform: rotate(126deg);
            -ms-transform: rotate(126deg);
            -o-transform: rotate(126deg);
        }

        .graphOdd .absolutecard3 .graphTooltip {
            left: -296px;
            top: 172px;
            transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
        }

            .graphOdd .absolutecard3 .graphTooltip:after, .graphOdd .absolutecard3 .graphTooltip:before {
                left: auto;
                top: -16px;
                right: 30px;
            }

        .graphOdd .absolutecard4 .graphTooltip {
            right: -344px;
            top: 352px;
            transform: rotate(-81deg);
            -moz-transform: rotate(-81deg);
            -webkit-transform: rotate(-81deg);
            -ms-transform: rotate(-81deg);
            -o-transform: rotate(-81deg);
        }


    .graphTooltip h5 {
        font-size: 22px;
        font-family: 'Muli-Bold';
        color: #000000;
        padding-bottom: 15px;
    }

    .graphTooltip p {
        font-size: 18px;
    }

    .CatElement.active {
        z-index: 900 !important;
    }
        /* .CatElement
	{
			z-index: 99;
	} */
        .CatElement.active .graphTooltip {
            opacity: 1;
            display: block;
            z-index: 999;
        }
    /* graph page css end here */

    .absolutecard6 {
        z-index: 130;
    }

    .absolutecard4 {
        z-index: 150;
    }

    .absolutecard3 {
        z-index: 180;
    }

    .absolutecard2 {
        z-index: 200;
    }

    .absolutecard1 {
        z-index: 220;
    }

    .absolutecard5 {
        z-index: 240;
    }

    .wmfMenu #pieSlice3 .pie span {
        left: -14px;
    }

    .wmfMenu #pieSlice5 .pie span {
        top: 73px;
        left: 10px;
    }

    .graphOdd .absolutecard1 .graphTooltip:after {
        border-left-width: 11px;
        border-right-width: 11px;
        border-bottom-width: 22px;
        border-top-width: 22px;
    }

    .graphOdd .absolutecard1 .graphTooltip:before {
        border-left-width: 14px;
        border-right-width: 14px;
        border-bottom-width: 27px;
        border-top-width: 27px;
    }

    .graphOdd .absolutecard3 .graphTooltip:after {
        margin-left: auto;
        margin-right: 3px;
    }

    .ifaMenu #pieSlice4 .pie span {
        top: 89px;
        left: -10px;
        transform: rotate(-63deg);
        -moz-transform: rotate(-63deg);
        -webkit-transform: rotate(-63deg);
        -ms-transform: rotate(-63deg);
        -o-transform: rotate(-63deg);
    }

    .ifaMenu #pieSlice5 .pie span {
        top: 80px;
        left: 4px;
    }

    .ifaMenu #pieSlice3 .pie span {
        top: 75px;
        left: -19px;
    }

    .stock_engChrt1 .absolutecard5 .textHolder {
        top: 27px;
        left: -40px;
    }

    .stock_engChrt1 .absolutecard1 .textHolder {
        top: 14px;
        left: -50px;
    }

    .stock_engChrt1 .absolutecard4 .textHolder {
        top: 14px;
        right: -57px;
    }

    .stockGraph #pieSlice3 .pie span {
        left: 17px;
        top: 68px;
    }

    .stockGraph #pieSlice5 .pie span {
        top: 67px;
        left: 3px;
    }

    .stock_engChrt2.graphOdd .absolutecard4 .textHolder {
        top: 13px;
    }

    .stock_engChrt1 .absolutecard1 .graphTooltip {
        top: 286px;
    }

    .stock_engChrt1 .absolutecard4 .graphTooltip {
        top: 286px;
    }

    .stock_engChrt2.graphOdd .absolutecard1 .graphTooltip {
        left: -370px;
        top: 285px;
    }

    .stock_engChrt2.graphOdd .absolutecard4 .graphTooltip {
        top: 282px;
    }

    .wmf_engChrt2 .absolutecard4 .graphTooltip {
        top: 330px;
    }
}

.typesContlg_Sec.row {
    margin-left: -10px;
    margin-right: -10px;
}

.typesContlg_Sec {
    float: left;
    width: 100%;
    padding: 10px 0px;
}

.innertype {
    text-align: center;
    background: #FFB300;
    border-radius: 14px;
    margin-top: 34px;
    padding: 10px;
    /* min-height: 114px; */
    min-height: 92px;
}

.graphTooltip .innertype p {
    font-size: 14px;
}

.innertype img {
    width: 70px;
    margin-top: -38px;
}

.typCont {
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}

.featrTyp {
    float: left;
    width: 50%;
    padding: 0px 10px;
    margin-top: 15px;
}

.featrTypeSec {
    float: left;
    width: 100%;
}

.featrTypInnr {
    border: 1px solid #FFB300;
}

    .featrTypInnr h4 {
        font-size: 18px;
        color: #ffffff;
        padding: 8px;
        position: relative;
        margin-bottom: 20px;
        text-align: center;
        background-color: #FFB300;
    }

    .featrTypInnr ul {
        padding: 0px 10px;
    }

    .featrTypInnr h4 img {
        width: 30px;
    }

    .featrTypInnr ul li:before {
        background-color: #00427A;
    }

.goalbaseSecTooltip {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .goalbaseSecTooltip img {
        width: 50%;
        float: right;
        margin-left: 10px;
    }

.per100width {
    width: 100%;
    float: left;
}

.per50width {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.stockMblMenu .text2 {
    top: 36px;
    right: 88px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .graphTooltip {
        width: 500px;
    }

    .absolutecard5 .graphTooltip {
        left: -473px;
        top: 215px;
    }

    .absolutecard1 .graphTooltip {
        left: -217px;
        top: 295px;
    }

    .absolutecard2 .graphTooltip {
        left: -88px;
        top: 234px;
    }

    .absolutecard4 .graphTooltip {
        right: -238px;
        top: 288px;
    }

    .absolutecard6 .graphTooltip {
        left: 37px;
        bottom: 41px;
    }

    .graphOdd .absolutecard5 .graphTooltip {
        left: -320px;
        top: 247px
    }

    .graphOdd .absolutecard1 .graphTooltip {
        left: -261px;
        top: 269px;
    }

    .graphOdd .absolutecard2 .graphTooltip {
        top: 187px;
    }

    .graphOdd .absolutecard3 .graphTooltip {
        left: -143px;
        top: 188px;
    }

    .graphOdd .absolutecard4 .graphTooltip {
        right: -344px;
        top: 279px;
    }

    .typCont {
        width: 50%;
    }

    .stock_engChrt1 .absolutecard1 .graphTooltip {
        top: 203px;
    }

    .stock_engChrt1 .absolutecard4 .graphTooltip {
        top: 197px;
    }

    .stock_engChrt1 .absolutecard5 .graphTooltip {
        left: -406px;
        top: 177px;
    }

    .stock_engChrt2.graphOdd .absolutecard1 .graphTooltip {
        left: -330px;
        top: 182px;
    }

    .stock_engChrt2.graphOdd .absolutecard4 .graphTooltip {
        top: 209px;
    }

    .stock_engChrt2.graphOdd .absolutecard5 .graphTooltip {
        left: -316px;
        top: 171px;
    }

    .IFA_graph2 .absolutecard1 .graphTooltip {
        top: 207px;
    }

    .banker_engChrt3 .absolutecard1 .graphTooltip {
        left: -217px;
        top: 246px;
    }

    .wmf_engChrt2 .absolutecard5 .graphTooltip {
        left: -439px;
        top: 184px;
    }

    .wmforbank_box p {
        font-size: 16px !important;
    }
}

@media (max-width: 991px) {


    .typCont {
        width: 25%;
    }
}

@media (max-width: 650px) {
    .typCont {
        width: 50%;
    }

    .featrTyp, .per50width {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .typCont {
        width: 100%;
    }

    .innertype {
        min-height: auto;
        max-width: 164px;
        margin-left: auto;
        margin-right: auto;
    }

    .goalbaseSecTooltip img {
        width: auto;
        float: right;
        margin-left: 0px;
        display: block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}
/* graph page css end */

@media (min-width: 768px) {

    .customMdl.modal.in .modal-dialog {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .customMdl {
        top: -100%;
        bottom: auto;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
    }

        .customMdl.in {
            top: 0;
            bottom: 0;
        }

            .customMdl.in .modal-dialog {
                margin: auto;
                position: absolute;
                left: 50%;
                top: 50%;
            }

    .table-responsive {
        overflow-x: inherit !important;
    }
}

@media (max-width: 1600px) {
    body {
        font-family: 'Muli-Regular';
        font-weight: 400;
        font-size: 18px;
    }

    .callAction {
        width: 36px;
    }

    .logoCombo p {
        max-width: 990px;
        line-height: 32px;
    }

    #signupModal .modal-dialog, #bookDemo .modal-dialog, #callUs .modal-dialog {
        max-width: 430px;
    }

    .hedrContUl li {
        font-size: 12px;
    }

    .header1 {
        padding: 2px 0px 6px;
    }

    .cmnHdg:before {
        width: 50px;
        height: 3px
    }

    .FormCss .form-control {
        font-size: 18px;
    }

    .FormCss .form-group input.dateinput ~ label.LblPlce {
        font-size: 16px;
    }

    .FormCss .form-group label.LblPlce, .ui-mobile .Rager label, .ui-controlgroup-label {
        font-size: 16px;
    }

    .cmnHdg {
        font-size: 22px;
        font-family: 'Muli-Bold';
        position: relative;
        color: #000000;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .accordinStyl .panel-default > .panel-heading a {
        font-size: 22px;
    }

    .customMdl .modal-title {
        font-size: 20px;
        margin-right: 34px;
        margin-bottom: 0px;
    }

    .customMdl .modal-header .close {
        padding: 9px 6px 12px;
        font-size: 20px;
        line-height: 3px;
    }

    .themeBTN, .themeBTN_Opo {
        font-size: 17px;
    }

    .smBtn {
        font-size: 14px;
        padding: 6px 20px;
    }

    .themeHdgMain {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .themeHdgMain, .contHdg, .paySwitchSec h4 {
        font-size: 28px;
        line-height: 36px;
    }

        .themeHdgMain:before {
            width: 80px;
        }

        .themeHdgMain span {
            font-size: 16px;
        }

    .doorSecmain .col-xs-12 {
        min-height: 101px;
    }

    .cmnDoor h5 {
        font-size: 22px;
    }
    /* .cmnDoor img
	{
		padding: 25px 91px 0px;
	} */
    .ourSercont h4 {
        font-size: 24px;
    }

    .ourSercont img {
        /*  max-width: 90px; */
        max-height: 133px;
    }

    .ourSercont p {
        font-size: 16px;
    }

    .ourSercont .readAll {
        display: none;
        font-size: 14px;
    }

    .platformCon h4 {
        font-size: 24px;
        line-height: 27px;
    }

    .ecrportalIcon img {
        max-height: 75px;
    }

    .testi_Img h5 {
        font-size: 14px;
    }

    .testi_Cont p {
        font-size: 20px;
    }

    .footerSecinnr1, .footerSecinnr2 {
        padding-bottom: 27px;
    }

    .ftrPara {
        font-size: 15px;
    }

    .ftrUl1 li a {
        font-size: 16px;
    }

    .footerSecMain2 p {
        font-size: 14px;
    }

    .ecrportalIcon {
        min-height: 85px;
    }

    .ecrportalCont {
        min-height: 230px;
    }
    /* .ourSercontInnr
	{
		min-height: 300px;
	} */
    .ourSercontInnr {
        min-height: 335px;
    }

    .ourSercont p {
        height: 157px;
    }

    .platformCon {
        min-height: 190px;
    }

    .cmnDoor p {
        margin-bottom: -50px;
    }

    .footerSecinnr4 .themeHdgMain {
        margin-bottom: 28px;
        font-size: 22px;
    }

    .FormCss .form-control {
        height: 32px;
    }

        .FormCss .form-control:focus ~ label.LblPlce, .FormCss .form-group label.LblPlce.actv, label.LblPlce.actv, .FormCss select.form-control ~ label.LblPlce.actv, .FormCss input[type="date"].form-control ~ label.LblPlce {
            top: -20px;
        }

    .customNavigation a i {
        font-size: 10px;
        top: -1px;
    }

    .customNavigation a {
        font-size: 14px;
    }

        .customNavigation a:first-child::before {
            top: 12px;
        }

    .checkmark {
        top: 3px;
    }

    .bussnesCard h4 {
        font-size: 20px;
    }

    .bussIcon {
        width: 90px;
        height: 90px;
    }

    .abotCont1 p {
        max-width: 950px;
        margin: 0px auto;
        line-height: 32px;
    }

    .FeatureTab li a {
        font-size: 22px;
        min-height: 88px;
    }

    .tabHdg.themeHdgMain {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 10px;
    }

    .ftrHdg {
        font-size: 23px;
    }

    .tabOverflowHide {
        height: 180px;
    }

    .pricingSec p {
        font-size: 20px;
    }

    .priceCardBdy p {
        font-size: 16px;
    }

    .innerBand h2 {
        font-size: 30px;
    }

    .priceCardBdy {
        max-height: 375px;
    }

    .pointHdg, .normalHdg, .ylwCard h4 {
        font-size: 22px;
        font-family: 'Muli-Bold';
    }

    .misnryCardFtr a {
        font-size: 14px;
    }

    .demoTag p, .demoTag ul li label, .scanSec p {
        font-size: 16px;
    }

    .demoTag ul li {
        min-width: 197px;
    }

        .demoTag ul li .check {
            height: 22px;
            width: 22px;
            top: 9px;
        }

            .demoTag ul li .check::before {
                height: 12px;
                width: 12px;
                top: 3px;
                left: 3px;
            }

    .payTypSec h6 {
        font-size: 18px;
    }

    .priceCard h4 {
        font-size: 24px;
    }

    .priceCardBdy h3 {
        font-size: 28px;
    }

    .smInnrHdg {
        font-size: 22px;
    }

    .graphTooltip h5 {
        font-size: 20px;
    }

    .graphTooltip p, .dotUl li {
        font-size: 16px;
    }

    .invoiceTable tfoot tr td i, .invoiceTable tbody tr td i {
        font-size: 15px;
    }

    .invoiceTable tr.invoiceNetAmt td {
        font-size: 22px;
    }

        .invoiceTable tr.invoiceNetAmt td i {
            font-size: 19px;
        }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .logoCombo p {
        max-width: 100%;
        line-height: 28px;
    }

    .flexRow {
        display: block;
    }

    .customNavigation {
        text-align: center;
        margin-bottom: 20px;
    }

    .modal-dialog {
        margin: 30px auto;
    }

    .modal-content {
        margin-left: 10px;
        margin-right: 10px;
    }

    .callAction {
        width: 38px;
        z-index: 99;
    }

    .signftr1 {
        font-size: 13px;
    }

    .checkmark {
        top: 1px;
        height: 17px;
        width: 17px;
    }

    .modal {
        z-index: 9999;
    }

    .logo_sec {
        padding-top: 0px;
    }

        .logo_sec img {
            max-width: 130px;
        }

    .navbar-default .navbar-nav > li + li {
        padding-left: 20px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
    }

    .digiSecInnrImg2 .tempScroldesk {
        left: 29px;
        right: 29px;
        top: 47px;
    }

    .crslTxtinner h3 {
        font-size: 18px;
        line-height: 23px;
    }

        .crslTxtinner h3 small {
            margin-bottom: 10px;
        }

    a.themeBTN.smBtn.cursorNon {
        font-size: 14px;
    }

    .crslTxtinner p {
        font-size: 15px;
    }

    .idealbussnsSec .themeHdgMain.text-left {
        text-align: center;
    }

    .themeHdgMain, .contHdg, .paySwitchSec h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .ourSercont h4 {
        font-size: 21px;
        line-height: 28px;
    }

    .ourSercont img {
        max-height: 112px;
    }

    .platformCon h4 {
        font-size: 17px;
        line-height: 15px;
        padding-bottom: 10px;
    }

    .platformCon {
        padding-left: 70px;
    }

        .platformCon.text-right {
            padding-left: 70px;
            text-align: left;
            padding-right: 0px;
        }

            .platformCon.text-right .platformIcon, .platformIcon {
                right: auto;
                left: 0px;
            }

    .platformCon {
        min-height: 121px;
    }

        .platformCon p {
            font-size: 12px;
        }

    .platformIcon img {
        height: 26px;
    }

    .platformIcon {
        padding: 8px;
        width: 43px;
        top: 5px;
    }

    .testi_Cont p {
        font-size: 16px;
        text-align: justify;
    }

    .ftrPara {
        font-size: 14px;
    }

    .ftrUl1 li a {
        font-size: 15px;
    }

    .FormCss .form-control {
        font-size: 16px;
    }

    .FormCss .form-group label.LblPlce, .ui-mobile .Rager label, .ui-controlgroup-label {
        font-size: 12px;
    }

        .FormCss .form-control:focus ~ label.LblPlce, .FormCss .form-group label.LblPlce.actv, label.LblPlce.actv, .FormCss select.form-control ~ label.LblPlce.actv, .FormCss input[type="date"].form-control ~ label.LblPlce {
            top: -14px;
        }

    .footerSecinnr4 .themeHdgMain {
        font-size: 19px;
    }

    .idealbussnsSec .themeHdgMain::before {
        width: 56px;
        height: 3px;
        left: 50% !important;
        /*margin-left: -28px;*/
    }

    .themeBTN, .themeBTN_Opo {
        font-size: 15px;
    }

    .footerSecMain2 p {
        font-size: 12px;
        text-align: center;
    }

    .list-inline > li {
        padding-right: 2px;
        padding-left: 2px;
    }

    .carousel-control {
        width: 22px;
    }

        .carousel-control img {
            width: 11px;
        }

    .smBtn {
        font-size: 11px;
        padding: 6px 14px;
    }

        .smBtn:not(.cursorNon) {
            display: inline-block;
            line-height: 18px;
        }

    .ourSercont p {
        font-size: 14px;
    }

    .testi_Img {
        margin-right: auto;
        margin-left: auto;
        max-width: 198px;
        padding: 8px;
        margin-bottom: 15px;
    }

    .search-form .form-group input.form-control {
        font-size: 14px;
    }

    .priceCardBdy img {
        max-width: 65px;
    }

    .hedrContUl li:last-child {
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .xsLogo img {
        max-width: 150px;
        margin-top: 11px;
        margin-left: 10px;
    }

    .my_nav .navbar-nav {
        margin: 0px;
    }

    .navbar-default .navbar-nav > li + li {
        padding-left: 0px;
    }

    .nav > li.signUpBTN a {
        display: inline-block;
    }

    .nav > li.signUpBTN {
        padding-top: 14px;
        padding-bottom: 15px;
    }

    .flexRow.cmmnSec {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .digiSecInnr {
        margin-bottom: 40px;
    }

    .bussnesCard {
        padding-left: 85px;
        text-align: center;
        margin-bottom: 50px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

        .bussnesCard h4 {
            font-size: 18px;
        }

    .bussnesCard {
        padding-left: 0px;
    }

    .idealbussnsSec .bussnesCard {
        padding-left: 10px;
    }

    .idealbussnsSec {
        background-position: right top;
    }

    .cmnDoor {
        position: static;
        padding-top: 15px;
        background-color: #ffb300;
        margin-bottom: 15px;
    }

        .cmnDoor img {
            bottom: 0px;
            opacity: 1;
        }

        .cmnDoor p {
            margin-bottom: 0px;
            opacity: 1;
        }

        .cmnDoor h5 {
            line-height: 27px;
        }

    .myBanner .carousel-indicators {
        display: block;
        bottom: -5px;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-toggle {
        background-color: transparent;
    }

    .navbar-toggle {
        border: 0px;
        padding
    }

    .hamburger {
        padding: 0px;
    }

    .FeatureTab li a {
        min-height: 51px;
        font-size: 0px;
        padding: 10px;
        background-color: rgba(69, 90, 100, 0.1) !important;
    }

    .FeatureTab li {
        border-bottom: solid 1px #fff;
    }

        .FeatureTab li:nth-child(1) a {
            background: url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/tab2_blue.png) no-repeat center;
        }

            .FeatureTab li:nth-child(1) a:hover {
                background: #002F99 url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/tab2_white.png) no-repeat center;
            }

        .FeatureTab li.active:nth-child(1) a {
            background: #002F99 url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/tab2_white.png) no-repeat center !important;
        }

        .FeatureTab li:nth-child(2) a {
            background: url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/tab4_blue.png) no-repeat center;
        }

            .FeatureTab li:nth-child(2) a:hover {
                background: #002F99 url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/tab4_white.png) no-repeat center;
            }

        .FeatureTab li.active:nth-child(2) a {
            background: #002F99 url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/tab4_white.png) no-repeat center !important;
        }

        .FeatureTab li:nth-child(3) a {
            background: url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/tab1_blue.png) no-repeat center;
        }

            .FeatureTab li:nth-child(3) a:hover {
                background: #002F99 url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/tab1_white.png) no-repeat center;
            }

        .FeatureTab li.active:nth-child(3) a {
            background: #002F99 url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/tab1_white.png) no-repeat center !important;
        }

        .FeatureTab li:nth-child(4) a {
            background: url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/tab3_blue.png) no-repeat center;
        }

            .FeatureTab li:nth-child(4) a:hover {
                background: #002F99 url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/tab3_white.png) no-repeat center;
            }

        .FeatureTab li.active:nth-child(4) a {
            background: #002F99 url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/tab3_white.png) no-repeat center !important;
        }

        .FeatureTab li:nth-child(5) a {
            background: url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/tab5_blue.png) no-repeat center;
        }

            .FeatureTab li:nth-child(5) a:hover {
                background: #002F99 url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/tab5_white.png) no-repeat center;
            }

        .FeatureTab li.active:nth-child(5) a {
            background: #002F99 url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/tab5_white.png) no-repeat center !important;
        }

    .tabHdg.themeHdgMain {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 10px;
    }

    .FMT {
        display: block;
        float: left;
        margin: 20px 0px 20px 0px;
        font-size: 18px;
        text-align: left;
        color: #24C4A3;
        font-family: 'Muli-Bold';
        width: 100%;
    }

    .FeatureTab .tab-content {
        padding: 0px 0px 30px 0px;
    }

    .learn-more button {
        font-size: 12px;
    }

    .pricingSec {
        background-position: right bottom;
        background-size: 173px;
    }

        .pricingSec p {
            font-size: 18px;
        }

    .thickBtn {
        padding: 9px 25px;
    }

    .ftrHdg {
        font-size: 20px;
    }

    .bfsiIcon {
        width: 75px;
        padding: 13px;
    }

    .bfsiCont {
        padding: 34px 20px;
    }

    .VisitDatacompBtn {
        font-size: 14px;
    }

        .VisitDatacompBtn img {
            width: 16px;
        }

    .abotCont1 p {
        line-height: 26px;
    }

    .pioneerCont .pioIcon {
        background-color: #7a7a7a;
    }

    .pioneersMainSec {
        background: linear-gradient( 230deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 1) );
        background: -moz-linear-gradient( 230deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 1) );
        background: -webkit-linear-gradient( 230deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 1) );
    }

    .innerBand h2 {
        font-size: 28px;
    }

    .prevBenft, .nextBenft {
        display: none !important;
    }

    .misnryCardFtr a {
        font-size: 12px;
    }

    .FormCss .form-control::-webkit-input-placeholder {
        font-size: 15px;
        color: rgba(0, 0, 0, .5);
    }

    .FormCss .form-control::-moz-placeholder {
        font-size: 15px;
        color: rgba(0, 0, 0, .5);
    }

    .FormCss .form-control:-ms-input-placeholder {
        font-size: 15px;
        color: rgba(0, 0, 0, .5);
    }

    .demoTag ul li {
        display: block;
        max-width: 207px;
        margin: 10px auto;
    }

        .demoTag ul li + li {
            margin-left: auto;
        }

    .radio-group label {
        padding: 7px 16px;
        min-width: 82px;
    }

    .priceCard h4 {
        font-size: 18px;
    }

    .priceCard {
        margin-top: 30px;
    }

    .priceCardBdy h3 {
        font-size: 22px;
    }

    .smInnrHdg {
        font-size: 18px;
    }

    .modulSec h5 {
        padding-left: 15px;
    }

    .shadowBox {
        padding: 15px 15px;
    }

    .mudulTable tr td.tblData, .mudulTable tr th {
        padding: 8px;
    }

    .table-responsive {
        border: 0px;
    }

    .mudulTable tr th {
        font-size: 16px;
    }

    .demoTag p, .demoTag ul li label, .scanSec p {
        font-size: 14px;
    }

    .demoTag ul li .check {
        height: 19px;
        width: 19px;
    }

        .demoTag ul li .check::before {
            height: 11px;
            width: 11px;
            top: 2px;
            left: 2px;
        }

    .accordinStyl .panel-default > .panel-heading a {
        font-size: 16px;
    }

    .mudulTable tr td.tblData:first-child {
        min-width: 50px;
    }

    .ylwCard h4 br {
        display: none;
    }
    /* select plan */
    .invoiceTable tr.invoiceNetAmt td {
        font-size: 20px;
    }

        .invoiceTable tr.invoiceNetAmt td i {
            font-size: 17px;
        }

    .invoiceTable tfoot tr td i, .invoiceTable tbody tr td i {
        font-size: 13px;
    }

    .table-responsive {
        padding: 10px 10px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 16px;
    }

    .logo_sec {
        padding-top: 0px;
    }

        .logo_sec img {
            max-width: 130px;
        }

    .navbar-default .navbar-nav > li + li {
        padding-left: 20px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
    }

    .idealbussnsSec {
        background-position: -200px top;
    }

    .digiSecInnrImg2 .tempScroldesk {
        left: 27px;
        right: 26px;
        top: 40px;
    }

        .digiSecInnrImg2 .tempScroldesk .tempScrol {
            padding-bottom: 56%;
        }

    .crslTxtinner h3 {
        font-size: 18px;
        line-height: 23px;
    }

    a.themeBTN.smBtn.cursorNon {
        font-size: 14px;
    }

    .crslTxtinner p {
        font-size: 13px;
    }

    .themeHdgMain, .contHdg {
        font-size: 22px;
        line-height: 28px;
    }

    .ourSercont h4 {
        font-size: 21px;
        line-height: 28px;
    }

    .ourSercont img {
        max-height: 112px;
    }


    .platformCon h4 {
        font-size: 17px;
        line-height: 15px;
        padding-bottom: 10px;
    }

    .platformCon {
        padding-left: 40px;
    }

        .platformCon.text-right {
            padding-right: 40px;
        }

    .platformCon {
        min-height: 121px;
    }

        .platformCon p {
            font-size: 12px;
        }

    .platformIcon img {
        height: 26px;
    }

    .platformIcon {
        padding: 10px;
        width: 43px;
    }

    .testi_Cont p {
        font-size: 16px;
    }

    .ftrPara {
        font-size: 14px;
    }

    .ftrUl1 li a {
        font-size: 15px;
    }

    .FormCss .form-control {
        font-size: 16px;
    }

    .FormCss .form-group label.LblPlce, .ui-mobile .Rager label, .ui-controlgroup-label {
        font-size: 12px;
    }

        .FormCss .form-control:focus ~ label.LblPlce, .FormCss .form-group label.LblPlce.actv, label.LblPlce.actv, .FormCss select.form-control ~ label.LblPlce.actv, .FormCss input[type="date"].form-control ~ label.LblPlce {
            top: -14px;
        }

    .footerSecinnr4 .themeHdgMain {
        font-size: 19px;
    }

    .themeHdgMain::before {
        width: 56px;
        height: 3px;
    }

    .themeBTN, .themeBTN_Opo {
        font-size: 15px;
    }

    .footerSecMain2 p {
        font-size: 12px;
    }

    .list-inline > li {
        padding-right: 2px;
        padding-left: 2px;
    }

    .carousel-control {
        width: 22px;
    }

        .carousel-control img {
            width: 11px;
        }

    .smBtn {
        font-size: 11px;
        padding: 6px 14px;
    }

    .ourSercont p {
        font-size: 14px;
    }

    .testi_Img {
        margin-right: 10px;
        margin-left: 10px;
    }
    /* .footerSecinnr4
	{
		margin-top: 35px;
	} */
    .ftrUl1 li {
        margin-bottom: 0px;
    }

        .ftrUl1 li a {
            font-size: 12px;
        }

    .hedrContUl {
        margin-top: 7px;
    }

    .search-form .form-group input.form-control {
        font-size: 14px;
    }

    .cmnDoor h5 {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 23px;
    }

    .doorSecmain .col-xs-12 {
        min-height: 82px;
    }

    .cmnDoor img {
        width: 40px;
    }

    .bussnesCard h4 {
        font-size: 20px;
    }

    .prevBenft, .nextBenft {
        display: block !important;
    }

    /* 23 may 19 */
    .FormCss .form-control::-webkit-input-placeholder {
        font-size: 16px;
        color: rgba(0, 0, 0, .5);
    }

    .FormCss .form-control::-moz-input-placeholder {
        font-size: 16px;
        color: rgba(0, 0, 0, .5);
    }

    .FormCss .form-control:-ms-input-placeholder {
        font-size: 16px;
        color: rgba(0, 0, 0, .5);
    }

    .VisitDatacompBtn {
        font-size: 16px;
    }

    .bfsiCont {
        padding: 46px 13px;
    }

    .FeatureTab li a {
        font-size: 18px;
        min-height: 76px;
    }

    .tabHdg.themeHdgMain {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px;
    }

    .learn-more button {
        font-size: 13px;
    }

    .pricingSec p {
        font-size: 18px;
    }

    .paySwitchSec h4 {
        font-size: 20px;
    }

    .innerBand h2 {
        font-size: 26px;
    }

    .prevBenft, .nextBenft {
        width: 41px;
    }

    .priceCard h4 {
        font-size: 20px;
    }

    .priceCardBdy h3 {
        font-size: 22px;
    }

    .priceCard {
        margin-top: 30px;
    }

    .smInnrHdg {
        font-size: 20px;
    }

    .tblRow_th th {
        font-size: 18px;
    }

    .innerBand h2 {
        padding: 20px 0px;
    }

    .accordinStyl .panel-default > .panel-heading a {
        font-size: 19px;
    }

    .ylwCard h4 {
        font-size: 20px;
    }
    /* select plan */
    .invoiceTable tr.invoiceNetAmt td {
        font-size: 20px;
    }

        .invoiceTable tr.invoiceNetAmt td i {
            font-size: 17px;
        }

    .invoiceTable tfoot tr td i, .invoiceTable tbody tr td i {
        font-size: 13px;
    }

    .addModul .mudulTable tr td.tblData:nth-child(2) {
        min-width: 232px;
    }

    .addModul .mudulTable tr td.tblData:last-child {
        min-width: 120px;
    }

    .ownwebsitSec .mudulTable tr td.tblData:nth-child(2) {
        min-width: 120px;
    }

    .ownwebsitSec .mudulTable tr td.tblData:last-child {
        min-width: 232px;
    }
}



@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 16px;
    }

    .crslTxtinner h3 {
        font-size: 23px;
        line-height: 36px;
    }

    .crslTxtinner p {
        font-size: 16px;
    }

    .themeHdgMain, .contHdg, .paySwitchSec h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .ourSercont h4 {
        font-size: 21px;
        line-height: 28px;
    }

    .ourSercont img {
        max-height: 112px;
    }

    .platformCon h4 {
        font-size: 21px;
        line-height: 15px;
    }

    .platformCon {
        min-height: 155px;
    }

    .testi_Cont p {
        font-size: 18px;
    }

    .ftrPara {
        font-size: 14px;
    }

    .ftrUl1 li a {
        font-size: 15px;
    }

    .FormCss .form-control {
        font-size: 16px;
    }

    .FormCss .form-group label.LblPlce, .ui-mobile .Rager label, .ui-controlgroup-label {
        font-size: 12px;
    }

        .FormCss .form-control:focus ~ label.LblPlce, .FormCss .form-group label.LblPlce.actv, label.LblPlce.actv, .FormCss select.form-control ~ label.LblPlce.actv, .FormCss input[type="date"].form-control ~ label.LblPlce {
            top: -14px;
        }

    .footerSecinnr4 .themeHdgMain {
        font-size: 19px;
    }

    .themeHdgMain::before {
        width: 56px;
        height: 3px;
    }

    .themeBTN, .themeBTN_Opo {
        font-size: 15px;
    }

    .footerSecMain2 p {
        font-size: 12px;
    }

    .search-form .form-group input.form-control {
        font-size: 16px;
    }

    .cmnDoor h5 {
        font-size: 17px;
        line-height: 28px;
        padding-bottom: 28px;
    }

    .cmnDoor img {
        width: 55px;
    }

    .smBtn {
        font-size: 13px;
    }

    .bussnesCard h4 {
        font-size: 20px;
    }


    /* 23 amy 19 */
    .FeatureTab li a {
        font-size: 18px;
        min-height: 76px;
    }

    .tabHdg.themeHdgMain {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px;
    }

    .learn-more button {
        font-size: 13px;
    }

    .ylwCard h4 {
        font-size: 17px;
    }

    .accordinStyl .panel-default > .panel-heading a {
        font-size: 20px;
    }

    .priceCard h4 {
        font-size: 20px;
    }

    .priceCardBdy h3 {
        font-size: 22px;
    }

    .priceCard {
        margin-top: 30px;
    }

    /* select plan */
    .invoiceTable tr.invoiceNetAmt td {
        font-size: 20px;
    }

        .invoiceTable tr.invoiceNetAmt td i {
            font-size: 17px;
        }

    .invoiceTable tfoot tr td i, .invoiceTable tbody tr td i {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    /* .responsiveTablShadw
	{
		box-shadow: 6px 0 12px -4px rgba(0, 0, 0, 0.16), -6px 0 8px -3px rgba(0, 0, 0, 0.16);
		padding: 10px;
	} */
}

.radialnav {
    position: fixed;
    top: 32%;
    right: 0%;
    display: block;
    width: 26em;
    height: 26em;
    font: 500 14px/14px arial normal;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

    .radialnav .ellipsis {
        position: absolute;
        right: 40%;
        bottom: 0;
        z-index: 2;
        width: 73px;
        height: 41px;
        border-radius: 100%;
        background: #ffb300;
        color: white;
        border-radius: 50px 50px 0px 0px;
        text-align: center;
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.44);
        -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.44);
        -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.44);
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .radialnav .ellipsis:focus {
            outline: none;
        }

        .radialnav .ellipsis i {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -8px 0 0 -10px;
            font-size: 24px;
            color: #000000;
            transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
        }

    .radialnav.active .ellipsis i {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    .radialnav .ellipsis:active, .radialnav .ellipsis:hover {
        background: #ffb300;
    }

    .radialnav a {
        color: white;
        text-decoration: none;
    }

    .radialnav.active .ellipsis {
        box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.44);
        -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.44);
        -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.44);
        background: #ffb300;
    }

    .radialnav.active .graph_menu {
        pointer-events: auto;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.graph_menu, .submenu {
    position: absolute;
    top: 50%;
    right: 8%;
    z-index: 0;
    width: 300px;
    height: 363px;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -moz-transform: scale(0.1);
    transform: scale(0.1);
    pointer-events: none;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    transition: all .15s ease;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .graph_menu > li:nth-of-type(1), .submenu > li:nth-of-type(1) {
        -moz-transform: rotate(0deg) skew(30deg);
        -ms-transform: rotate(0deg) skew(30deg);
        -webkit-transform: rotate(0deg) skew(30deg);
        transform: rotate(0deg) skew(30deg);
    }

    .graph_menu > li:nth-of-type(2), .submenu > li:nth-of-type(2) {
        -moz-transform: rotate(60deg) skew(30deg);
        -ms-transform: rotate(60deg) skew(30deg);
        -webkit-transform: rotate(60deg) skew(30deg);
        transform: rotate(60deg) skew(30deg);
    }
    /* .graph_menu > li.active > a
{
  background-color: #1c313a;
} */
    .graph_menu > li:nth-of-type(3), .submenu > li:nth-of-type(3) {
        -moz-transform: rotate(120deg) skew(30deg);
        -ms-transform: rotate(120deg) skew(30deg);
        -webkit-transform: rotate(120deg) skew(30deg);
        transform: rotate(120deg) skew(30deg);
    }


    .graph_menu > li, .submenu > li {
        position: absolute;
        bottom: 50%;
        right: 50%;
        font-size: 1.5em;
        width: 10em;
        height: 10em;
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        overflow: hidden;
        margin-top: -1.3em;
        margin-left: -10em;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all 0.3s ease;
    }

        .graph_menu > li a, .submenu > li a {
            position: absolute;
            bottom: -7.25em;
            right: -7.25em;
            display: block;
            height: 14.5em;
            width: 14.5em;
            border-radius: 50%;
            text-decoration: none;
            color: #fff;
            padding-top: 0em;
            text-align: center;
            font-size: 1.18em;
            -webkit-transform: skew(-30deg) rotate(-70deg) scale(1);
            -ms-transform: skew(-30deg) rotate(-70deg) scale(1);
            -moz-transform: skew(-30deg) rotate(-70deg) scale(1);
            transform: skew(-30deg) rotate(-70deg) scale(1);
            -webkit-backface-visibility: hidden;
            -webkit-transition: opacity 0.3s, color 0.3s;
            -moz-transition: opacity 0.3s, color 0.3s;
            transition: opacity 0.3s, color 0.3s;
            background-color: #9fa6a9;
        }

            .graph_menu > li a i, .submenu > li a i {
                padding: 20px 15px 0 0;
            }

        .graph_menu > li.menu1 a {
            background-color: #00427a;
        }

        .graph_menu > li.menu1.active a {
            background-color: rgba(0, 66, 122, .9);
        }

        .graph_menu > li.menu2 a {
            background-color: #e19a0c;
        }

        .graph_menu > li.menu2.active a {
            background-color: rgba(225, 154, 12, .9);
        }

        .graph_menu > li.menu3 a {
            background-color: #9bb806;
        }

        .graph_menu > li.menu3.active a {
            background-color: rgba(155, 184, 6, .9);
        }

@media (max-width: 991px) {
    .graphLg1 {
        max-width: 100%;
        min-height: auto;
    }

    .textHolder {
        text-align: center;
        background: #fbc02d;
        padding: 25px 20px;
        color: #ffffff !important;
        border-radius: 11px;
        border: 0px;
        border-bottom-width: 30px;
        border-style: solid;
    }

        .textHolder h5 {
            color: #ffffff;
            font-size: 50px;
            display: inline-block;
            padding: 0px 31px 10px;
            border-bottom: 3px solid #ffffff;
            font-family: 'Muli-Bold';
            margin-bottom: 20px;
        }

        .textHolder p {
            color: #ffffff;
            font-size: 18px;
            font-family: 'Muli-Bold';
        }

    .CatElement {
        margin-bottom: 25px;
        clear: both;
        float: left;
        width: 100%;
    }

    .graphTooltip {
        padding: 0px 20px 20px;
        text-align: left;
        border-radius: 0px 0px 8px 8px;
        float: left;
        width: 100%;
    }

    .toolHeight {
        padding: 20px 20px 20px;
        text-align: left;
        background: #f1f1f1;
        border-radius: 0px 0px 8px 8px;
        float: left;
        width: 100%;
    }

    .graphTooltip h5 {
        font-size: 20px;
        color: #000000;
        padding-bottom: 10px;
        font-family: 'Muli-Bold';
    }

    .graphTooltip p {
        color: #000000;
    }

    .text1, .text2, .text3 {
        position: absolute;
        color: #ffffff;
        font-size: 16px;
        font-family: 'Muli-Bold';
        line-height: 22px;
        transform: rotate(89deg);
        -moz-transform: rotate(89deg);
        -webkit-transform: rotate(89deg);
        -o-transform: rotate(89deg);
        -ms-transform: rotate(89deg);
        text-align: center;
    }

    .text1 {
        top: 92px;
        right: -2px;
    }

    .text2 {
        top: 36px;
        right: 114px;
    }

    .text3 {
        top: 94px;
        right: 198px;
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    .wmfMblMeu .text2 {
        top: 43px;
        right: 101px;
    }

    .ifaMblMenu .text2 {
        top: 54px;
        right: 97px;
    }

    ul.graph_menu:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 139px;
        background: #1c313a;
        right: 205px;
        top: 18px;
        z-index: 9;
        transform: rotate(150deg);
        -moz-transform: rotate(150deg);
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        -o-transform: rotate(150deg);
    }

    ul.graph_menu:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 142px;
        background: #1c313a;
        right: 96px;
        top: 17px;
        z-index: 9;
        transform: rotate(210deg);
        -moz-transform: rotate(210deg);
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        -o-transform: rotate(210deg);
    }

    .engageData .CatElement .textHolder {
        background-color: #0459a1;
        border-color: #003664;
    }

    .simplify .CatElement .textHolder {
        background-color: #ffb300;
        border-color: #e19a0c;
    }

    .embrace .CatElement .textHolder {
        background-color: #b1ce1b;
        border-color: #9ab805;
    }
    /* .CatElement:first-child .textHolder 
	{
		background-color: #FBC02D;
		    border-color: #E19A0C;
	}
	.CatElement:nth-child(2) .textHolder 
	{
		background-color: #01ADEB;
		border-color: #0B98D0;
	}
	.CatElement:nth-child(3) .textHolder 
	{
		background-color: #00427A;
		border-color: #003664;
	}
	.CatElement:nth-child(4) .textHolder 
	{
		background-color: #FBC02D;
		border-color: #E19A0C;
	}
	.CatElement:nth-child(5) .textHolder 
	{
		background-color: #01ADEB;
		border-color: #0B98D0;
	}
	.CatElement:nth-child(6) .textHolder 
	{
		background-color: #00427A;
		border-color: #003664;
	} */

}




/**------ Banner section css starts -------**/


@media only screen and (max-width:767px) {
    .crslTxtinner {
        text-align: center;
        width: 100%;
    }

    .homeSlide .crslTxtinner {
        text-align: left;
        width: calc(100% - 54%);
    }

    .myBanner .carousel-inner .themeBTN {
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .myBanner .item .container {
        padding: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .crslTxt {
        top: 46%;
    }

    .crslTxtinner h3 {
        font-size: 14px;
        line-height: 18px;
    }

        .crslTxtinner h3 small {
            margin-bottom: 6px;
        }

    a.themeBTN.smBtn.cursorNon {
        font-size: 11px;
    }

    .sldBtn {
        margin-top: 10px;
    }

    .crslTxtinner.pull-right {
        width: 55%;
    }
}


/*------ Banner section css starts -------*/

/**======================================
Nitin css part
starts from here
as on 21-05-2019
======================================**/

/*------------- common css ---------------*/
.fullwidth100 {
    width: 100%;
    float: Left;
}



@media only screen and (max-width: 480px) {
    .col-xss-12 {
        width: 100%;
        float: left;
    }
}

/*------------- common css ---------------*/

/**---------- Financial Advisor page ------------**/

/*--Wealth-Magic for Banks setion--*/
.wmforbank_box {
    width: 19%;
    float: left;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.16);
    padding: 18px 12px;
    min-height: 539px;
    margin-left: 18px;
    margin-top: 49px;
}

.wmforbank_div .wmforbank_box:first-child {
    margin-left: 0px;
}

.wmforbank_box h5 {
    color: #1C313A;
    font-family: 'Muli-Bold';
    text-align: Center;
    height: 110px;
    margin-top: 27px;
    line-height: 34px;
}

.wmforbank_box p {
    text-align: Center;
}


.wmforbank_hex {
    width: 197px;
    height: 221px;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    padding-top: 10px;
    margin: 0px auto;
    overflow: hidden;
}

.wmforbank_hexwhite {
    width: 177px;
    height: 201px;
    background-color: #fff;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    margin: 0px auto;
    padding-top: 5px;
}

.wmforbank_hexcolor {
    width: 167px;
    height: 191px;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    margin: 0px auto;
    padding-top: 29px;
}

    .wmforbank_hexcolor img {
        margin: 0px auto;
        margin-top: 10px;
    }

.wmforbank_box img {
    max-width: 115px;
    margin: 0px auto;
}

.wmforbank_hex1 .wmforbank_hex, .wmforbank_hex1 .wmforbank_hexcolor {
    background-color: #E19A0C;
}

.wmforbank_hex2 .wmforbank_hex, .wmforbank_hex2 .wmforbank_hexcolor {
    background-color: #00427A;
}

.wmforbank_hex3 .wmforbank_hex, .wmforbank_hex3 .wmforbank_hexcolor {
    background-color: #9BB806;
}

.wmforbank_hex4 .wmforbank_hex, .wmforbank_hex4 .wmforbank_hexcolor {
    background-color: #00427A;
}

.wmforbank_hex5 .wmforbank_hex, .wmforbank_hex5 .wmforbank_hexcolor {
    background-color: #E19A0C;
}


@media only screen and (max-width:1699px) {
    .wmforbank_box {
        margin-left: 14px;
    }
}

@media only screen and (min-width: 1601px) {
    .wmforbank_box h5 {
        font-size: 26px;
    }

    .wmforbank_box p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1699px) {
    .wmforbank_box p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1600px) {
    .wmforbank_box {
        margin-left: 14px;
    }

    .wmforbank_hex {
        width: 177px;
        height: 211px;
    }

    .wmforbank_hexwhite {
        width: 157px;
        height: 191px;
    }

    .wmforbank_hexcolor {
        width: 147px;
        height: 181px;
    }

        .wmforbank_hexcolor img {
            margin-top: 19px;
            width: 62%;
        }
}

@media only screen and (max-width: 1600px) and (min-width: 1201px) {
    .wmforbank_box h5 {
        font-size: 20px;
        line-height: 26px;
        height: 90px;
    }

    .wmforbank_box {
        min-height: 517px;
    }
}

@media only screen and (max-width: 1300px) {
    .wmforbank_hexcolor img {
        margin-top: 19px;
        width: 62%;
    }

    .wmforbank_box {
        margin-left: 10px;
    }

    .wmforbank_hex {
        width: 155px;
        height: 197px;
    }

    .wmforbank_hexwhite {
        width: 145px;
        height: 177px;
    }

    .wmforbank_hexcolor {
        width: 135px;
        height: 167px;
    }
}

@media only screen and (max-width: 1200px) {
    .wmforbank_box h5 {
        font-size: 15px;
        line-height: 20px;
        height: 61px;
    }

    .wmforbank_hexcolor img {
        margin-top: 0px;
    }

    .wmforbank_hex {
        width: 145px;
        height: 167px;
    }

    .wmforbank_hexwhite {
        width: 135px;
        height: 147px;
    }

    .wmforbank_hexcolor {
        width: 125px;
        height: 137px;
    }

    .wmforbank_box {
        min-height: 443px;
        margin-top: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .wmforbank_div {
        text-align: center;
    }

    .wmforbank_box {
        min-height: 400px;
        margin-left: 18px;
        float: none;
        display: inline-block;
        width: 30%;
    }

        .wmforbank_box h5 {
            font-size: 17px;
            line-height: 23px;
            height: 51px;
        }

    .stkinsbrkr .cmmnSec {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .wmforbank_hex {
        width: 135px;
        height: 157px;
    }

    .wmforbank_hexwhite {
        width: 125px;
        height: 137px;
    }

    .wmforbank_hexcolor {
        width: 115px;
        height: 127px;
    }

    .wmforbank_box {
        min-height: 403px;
    }

        .wmforbank_box h5 {
            font-size: 15px;
            height: 77px;
        }
}

@media only screen and (max-width: 650px) {
    .wmforbank_box {
        width: 45%;
        margin-left: 9px;
        min-height: 385px;
    }

        .wmforbank_box h5 {
            height: 60px;
        }
}

@media only screen and (max-width: 480px) {
    .wmforbank_box {
        width: 100%;
        float: left;
        margin-left: 0px;
    }

        .wmforbank_box h5 {
            height: 55px;
        }

    .wmforbank_box {
        min-height: 370px;
    }
}
/*--Wealth-Magic for Banks setion--*/

/*--Boost Your Growth Engine --*/

.ourSercont:hover p {
    position: relative;
}

.customNavigation a {
    cursor: pointer;
}

@media only screen and (max-width:1699px) {
    .ourSercont h4 {
        font-size: 21px;
        line-height: 30px;
    }
    /* .ourSercont p
	{
	    font-size: 17px;	
	} */
}

@media only screen and (max-width: 1600px) {
    .ourSercont h4 {
        font-size: 21px;
    }

    .ourSercont p {
        height: 230px;
    }
}
/*--Boost Your Growth Engine --*/

/*--Pricing--*/
.custpricing {
    text-align: center;
}

    .custpricing p {
        font-weight: 600;
        color: #1C313A;
        padding: 0px 323px;
    }

    .custpricing button {
        margin-top: 26px;
        -webkit-box-shadow: 0px 21px 60px rgba(251, 192, 45, 0.75);
        -moz-box-shadow: 0px 21px 60px rgba(251, 192, 45, 0.75);
        box-shadow: 0px 21px 60px rgba(251, 192, 45, 0.75);
    }

@media only screen and (max-width: 1600px) {
    .custpricing p {
        padding: 0px 285px;
    }
}

@media only screen and (max-width: 1300px) {
    .custpricing p {
        padding: 0px 275px;
    }
}

@media only screen and (max-width: 1200px) {
    .custpricing p {
        padding: 0px 207px;
    }
}

@media only screen and (max-width: 1024px) {
    .custpricing p {
        padding: 0px 92px;
    }
}

@media only screen and (max-width: 767px) {
    .custpricing p {
        padding: 0px 81px;
    }
}

@media only screen and (max-width: 650px) {
    .custpricing p {
        padding: 0px 0px;
    }
}
/*--Pricing--*/


/**---------- Financial Advisor page ------------**/


/**---------- Stock/Insurance Broker page -------------**/
.stkinsbrkr_h3 {
    font-size: 32px;
    text-align: center;
    color: #1C313A;
    margin-top: 45px;
}

.wmforbank_box {
    margin-top: 24px;
}

.stkinsbrkr .wmforbank_box h5 {
    height: 81px;
}


@media only screen and (max-width: 1600px) {
    .stkinsbrkr .ourSercont h4 {
        line-height: 27px;
    }

    .stkinsbrkr .wmforbank_box h5 {
        height: 65px;
    }

    .stkinsbrkr .wmforbank_box {
        min-height: 470px;
        /* margin-top: 10px;		 */
    }

    .stkinsbrkr_h3 {
        font-size: 25px;
        margin-top: 22px;
    }
}

@media only screen and (max-width: 1200px) {
    .stkinsbrkr .wmforbank_box h5 {
        font-size: 16px;
    }

    .stkinsbrkr .wmforbank_box h5 {
        height: 50px;
    }

    .stkinsbrkr .wmforbank_box {
        min-height: 393px;
    }

    .stkinsbrkr_h3 {
        font-size: 20px;
        margin-top: 15px;
    }

    .stkinsbrkr .wmforbank_box {
        margin-top: 0px;
    }

    .stkinsbrkr .themeHdgMain {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .stkinsbrkr_h3 {
        margin-top: 5px;
    }

    .stkinsbrkr .wmforbank_box {
        margin-top: 28px;
    }

    .stkinsbrkr .wmforbank_div > DIV:nth-child(1), .stkinsbrkr .wmforbank_div > DIV:nth-child(2), .stkinsbrkr .wmforbank_div > DIV:nth-child(3) {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .stkinsbrkr .wmforbank_box {
        min-height: 374px;
    }
}

@media only screen and (max-width: 480px) {
    .stkinsbrkr .wmforbank_div > DIV:nth-child(2), .stkinsbrkr .wmforbank_div > DIV:nth-child(3) {
        margin-top: 28px;
    }

    .stkinsbrkr .wmforbank_box {
        min-height: 345px;
    }

    .stkinsbrkr_h3 {
        font-size: 16px;
    }
}


/*--- Boost your growth engine ---*/
@media only screen and (max-width: 991px) {
    .stkinsbrkr .ourSercont h4 {
        font-size: 17px;
        bottom: 20px;
    }

    .stkinsbrkr .ourSercontInnr {
        min-height: 260px;
    }

    .stkinsbrkr .ourSercont p {
        height: 166px;
        padding-top: 5px;
    }

    .ourSercontInnr {
        padding: 15px 11px;
    }
}

@media only screen and (max-width: 767px) {
    .stkinsbrkr .themeHdgMain br, .stkinsbrkr .ourSercont h4 br {
        display: none;
    }

    .stkinsbrkr .ourSercont h4 {
        font-size: 21px;
    }

    .stkinsbrkr .ourSercontInnr {
        min-height: 260px;
    }

    .stkinsbrkr .ourSercont p {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .stkinsbrkr .themeHdgMain {
        font-size: 19px;
    }
}

/**---------- Stock/Insurance Broker page -------------**/




/**---------- Wealth Management Firms ----------------**/

.themeHdgMain span {
    font-family: 'Muli-Regular';
}

.wmf .wmforbank_box h5 {
    font-size: 24px;
}

.wmf.stkinsbrkr .wmforbank_box h5 {
    height: 110px;
}

@media only screen and (max-width:1699px) {
    .wmf .wmforbank_box {
        min-height: 419px;
    }

        .wmf .wmforbank_box h5 {
            font-size: 18px;
            line-height: 28px;
        }

        .wmf .wmforbank_box p {
            font-size: 16px;
        }
}

@media only screen and (max-width: 1600px) {
    .wmf.stkinsbrkr .wmforbank_box h5 {
        height: 84px;
    }
}

@media only screen and (max-width: 1199px) {
    .wmf .wmforbank_box h5 {
        font-size: 14px;
        line-height: 22px;
    }

    .wmf .wmforbank_box p {
        font-size: 14px;
    }

    .wmf.stkinsbrkr .wmforbank_box h5 {
        height: 74px;
    }

    .wmf.stkinsbrkr .wmforbank_box {
        min-height: 438px;
    }
}

@media only screen and (max-width: 991px) {
    .wmf .wmforbank_box h5 {
        font-size: 18px;
    }

    .wmf .wmforbank_box p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .wmf .wmforbank_box h5 {
        font-size: 15px;
    }

    .wmf .wmforbank_box p {
        font-size: 14px;
    }

    .wmf.stkinsbrkr .wmforbank_box h5 {
        height: 70px;
    }
}

@media only screen and (max-width: 650px) {
    .wmf .wmforbank_box h5 {
        font-size: 17px;
    }

    .wmf .wmforbank_box p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .wmf.stkinsbrkr .wmforbank_box {
        min-height: 383px;
    }
}

/*--- Boost your growth engine ---*/
.wmf .ourSercontInnr {
    padding: 20px 13px;
}

@media only screen and (max-width: 1600px) {
    .wmf .ourSercont p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .ourSercont h4 {
        font-size: 19px;
    }

    .wmf .ourSercontInnr {
        padding: 10px 11px;
    }

    .wmf .ourSercont p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .wmf .ourSercont p {
        font-size: 15px;
    }
}
/*--- Boost your growth engine ---*/

/**---------- Wealth Management Firms ----------------**/


/**-------------- I am Financial Advisor ----------------**/
.imfinanadvis .wmforbank_box {
    width: 100%;
}

.imfinanadvis .wmforbank_box {
    min-height: 400px;
}

    .imfinanadvis .wmforbank_box p.p {
        margin-top: 25px;
    }

.digitExpSec > .container > DIV:nth-child(3) {
    padding-bottom: 0px;
}

@media only screen and (max-width: 1699px) {
    .imfinanadvis .wmforbank_box {
        min-height: 388px;
    }
}

@media only screen and (max-width: 1600px) {
    .imfinanadvis .wmforbank_box {
        min-height: 370px;
    }
}

@media only screen and (max-width: 1200px) {
    .imfinanadvis .wmforbank_box {
        min-height: 316px;
    }

        .imfinanadvis .wmforbank_box p {
            font-size: 18px;
        }
}

@media only screen and (max-width: 650px) {
    .imfinanadvis .wmforbank_box p {
        font-size: 17px;
    }
}

@media only screen and (max-width: 480px) {
    .imfinanadvis .wmforbank_box {
        min-height: 305px;
    }
}


/*--- Boost your growth engine ---*/
@media only screen and (max-width: 1600px) {
    .imfinanadvis .ourSercontInnr {
        padding: 10px 15px;
    }

    .imfinanadvis .ourSercont p {
        height: 205px;
        padding-top: 8px;
    }
}

@media only screen and (max-width: 1200px) {
    .imfinanadvis .ourSercont p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .imfinanadvis.stkinsbrkr .ourSercontInnr {
        min-height: 284px;
    }

    .imfinanadvis.stkinsbrkr .ourSercont p {
        font-size: 13px;
        height: 181px;
    }
}

@media only screen and (max-width: 767px) {
    .imfinanadvis.stkinsbrkr .ourSercont p {
        font-size: 16px;
    }

    .imfinanadvis .ourSercontInnr {
        padding: 20px 15px;
    }
}
/*--- Boost your growth engine ---*/

/**-------------- I am Financial Advisor ----------------**/


/**------------------ Enhance Customer Relationship -------------------**/

/*--- wheel menu part starts ---**/
.wheelmenucircle {
    position: relative;
    border: 1px solid black;
    padding: 0;
    margin: 1em auto;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    list-style: none;
    overflow: hidden;
}

    .wheelmenucircle li {
        overflow: hidden;
        position: absolute;
        top: -20%;
        right: -20%;
        width: 70%;
        height: 70%;
        transform-origin: 0% 100%;
    }

    .wheelmenucircle .text {
        position: absolute;
        left: -88%;
        width: 200%;
        height: 200%;
        text-align: center;
        transform: skewY(-28deg) rotate(60deg);
        -moz-transform: skewY(-28deg) rotate(60deg);
        -webkit-transform: skewY(-28deg) rotate(60deg);
        -ms-transform: skewY(-28deg) rotate(60deg);
        -o-transform: skewY(-28deg) rotate(60deg);
        padding-top: 20px;
        top: -40px;
        font-family: 'Muli-Regular';
        font-weight: bold;
        font-size: 15px;
        color: #fff;
    }

        .wheelmenucircle .text p {
            margin-top: 163px;
            color: #fff;
        }

    .wheelmenucircle li:first-child {
        transform: rotate(0deg) skewY(30deg);
        -moz-transform: rotate(0deg) skewY(30deg);
        -webkit-transform: rotate(0deg) skewY(30deg);
        -ms-transform: rotate(0deg) skewY(30deg);
        -o-transform: rotate(0deg) skewY(30deg);
    }

    .wheelmenucircle li:nth-child(2) {
        transform: rotate(120deg) skewY(30deg);
        -moz-transform: rotate(120deg) skewY(30deg);
        -webkit-transform: rotate(120deg) skewY(30deg);
        -ms-transform: rotate(120deg) skewY(30deg);
        -o-transform: rotate(120deg) skewY(30deg);
    }

    .wheelmenucircle li:nth-child(3) {
        transform: rotate(240deg) skewY(30deg);
        -moz-transform: rotate(240deg) skewY(30deg);
        -webkit-transform: rotate(240deg) skewY(30deg);
        -ms-transform: rotate(240deg) skewY(30deg);
        -o-transform: rotate(240deg) skewY(30deg);
    }

    .wheelmenucircle li:first-child .text {
        background: green;
    }

    .wheelmenucircle li:nth-child(2) .text {
        background: tomato;
    }

    .wheelmenucircle li:nth-child(3) .text {
        background: aqua;
    }

    .wheelmenucircle .circlesec1 {
        background-color: #1C313A !important;
    }

    .wheelmenucircle .circlesec2 {
        background-color: #718792 !important;
    }

    .wheelmenucircle .circlesec3 {
        background-color: #718792 !important;
    }

.wheelrotate {
    transform: rotate(-61deg);
    -moz-transform: rotate(-61deg);
    -webkit-transform: rotate(-61deg);
    -ms-transform: rotate(-61deg);
    -o-transform: rotate(-61deg);
}


/*--- wheel menu part starts ---**/
/**------------------ Enhance Customer Relationship -------------------**/

.owl-theme .owl-controls {
    display: none !important;
}

#privacyMdl .modal-body {
    position: relative;
    padding: 15px;
    max-height: 400px;
    overflow: auto;
}

@media (max-width: 767px) {
    .homeBanner .item img {
        visibility: hidden;
    }

    .homeBanner .item {
        background-image: url(https://wmcdnimagesv1.blob.core.windows.net/cdn-wmimages/cdn-wmimages/admin.wealthmagic.fintso.com-local/Images/New_Image/mobile_Slide.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}


/* scroll Bar css start */
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important;
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0;
        }

.scroll-element {
    display: none;
}

    .scroll-element, .scroll-element div {
        box-sizing: content-box;
    }

        .scroll-element.scroll-x.scroll-scrollx_visible,
        .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block;
        }

        .scroll-element .scroll-bar,
        .scroll-element .scroll-arrow {
            cursor: default;
        }

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

    .scroll-textarea > .scroll-content {
        overflow: hidden !important;
    }

        .scroll-textarea > .scroll-content > textarea {
            border: none !important;
            box-sizing: border-box;
            height: 100% !important;
            margin: 0;
            max-height: none !important;
            max-width: none !important;
            overflow: scroll !important;
            outline: none;
            padding: 2px;
            position: relative !important;
            top: 0;
            width: 100% !important;
        }

            .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
                height: 0;
                width: 0;
            }




/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

    .scrollbar-inner > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-inner > .scroll-element.scroll-x {
        bottom: 2px;
        height: 8px;
        left: 0;
        width: 100%;
    }

    .scrollbar-inner > .scroll-element.scroll-y {
        height: 100%;
        right: 2px;
        top: 0;
        width: 8px;
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer {
        overflow: hidden;
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer,
    .scrollbar-inner > .scroll-element .scroll-element_track,
    .scrollbar-inner > .scroll-element .scroll-bar {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .scrollbar-inner > .scroll-element .scroll-element_track,
    .scrollbar-inner > .scroll-element .scroll-bar {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        opacity: 0.4;
    }

    .scrollbar-inner > .scroll-element .scroll-element_track {
        background-color: #e0e0e0;
    }

    .scrollbar-inner > .scroll-element .scroll-bar {
        background-color: #c2c2c2;
    }

    .scrollbar-inner > .scroll-element:hover .scroll-bar {
        background-color: #919191;
    }

    .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191;
    }


    /* update scrollbar offset if both scrolls are visible */

    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
        left: -12px;
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
        top: -12px;
    }


    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -12px;
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -12px;
    }



/* edits css start here 11 June 19 */

.breadcrumb_Sec {
    position: absolute;
    left: 0;
    top: 20px;
    background-color: rgba(255, 255, 255, .90);
    padding: 5px;
    z-index: 999;
    min-width: 322px;
    border-radius: 0px 20px 20px 0px;
}

    .breadcrumb_Sec ul {
        padding-right: 20px;
        padding-left: 95px;
        float: right;
    }

        .breadcrumb_Sec ul li + li {
            padding-left: 15px;
        }

        .breadcrumb_Sec ul li {
            position: relative;
        }

            .breadcrumb_Sec ul li:before {
                content: ">";
                color: rgba(28, 49, 58, .46);
                position: absolute;
                right: -12px;
            }

            .breadcrumb_Sec ul li:last-child:before {
                content: "";
            }

            .breadcrumb_Sec ul li a {
                font-size: 14px;
                text-decoration: none;
                color: rgba(28, 49, 58, .46);
                font-family: 'Muli-SemiBold';
            }

            .breadcrumb_Sec ul li.disCrumb a {
                color: #1C313A;
                font-family: 'Muli-Bold';
                cursor: unset;
            }

.innerBand .breadcrumb_Sec {
    position: static;
    display: inline-block;
    margin-bottom: 30px;
}

.flyerSec {
    margin-top: 30px;
}

@media(min-width: 768px) {
    .homeSlide {
        position: relative;
    }

    .doorsPosition {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        z-index: 99;
    }

    .homeSlide .carousel-control .glyphicon {
        top: 90%;
    }

    .homeSlide .crslTxt {
        top: 50%;
    }

    .homeSlide .carousel-indicators {
        bottom: 35px;
    }
}

@media(max-width: 560px) {
    .homeBanner .carousel-inner > .item {
        padding: 26px 0px;
    }
}

@media(max-width: 767px) {
    .doorsPosition {
        margin-top: 15px;
    }

    .cmnDoor h5 {
        font-size: 18px;
    }

    .innerBand {
        padding-top: 60px !important;
    }

    .breadcrumb_Sec {
        display: none !important;
    }

    .pointHdg, .normalHdg, .ylwCard h4 {
        font-size: 20px;
    }

    .flyerlgSec2 {
        margin-top: 50px;
    }

    .Feat_Tab_Content_Close {
        height: 25px;
        font-size: 19px;
        width: 25px;
    }

    .feturIcnSec {
        float: left;
        width: 56px;
        margin-right: 20px;
    }

        .feturIcnSec + .tabHdg.themeHdgMain {
            float: left;
            width: 65%;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .homeSlide .carousel-indicators {
        bottom: 0px;
    }

    .carousel-control {
        width: 18px;
    }

        .carousel-control img {
            width: 12px;
            max-width: 12px;
        }

    .breadcrumb_Sec ul li a {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .homeSlide .carousel-indicators {
        bottom: 110px;
    }

    .carousel-control {
        width: 25px;
    }

        .carousel-control img {
            width: 12px;
        }

    .testi_Img {
        margin-right: 62px;
    }
}

.engageData, .simplify, .embrace {
    display: none;
}
/* edits css start here 11 June 19 end */

::-webkit-input-placeholder {
    text-transform: initial;
}

:-moz-placeholder {
    text-transform: initial;
}

::-moz-placeholder {
    text-transform: initial;
}

:-ms-input-placeholder {
    text-transform: initial;
}


@media (max-width: 767px) {
    .serBenfitSec .prevBenft, .serBenfitSec .nextBenft {
        display: block !important;
        width: 20px;
    }
}

/* Contact branches css start here */

.Address_Blocks {
    width: 100%;
    box-shadow: 0px 0px 4px -3px #ccc;
    -moz-box-shadow: 0px 0px 4px -3px #ccc;
    -webkit-box-shadow: 0px 0px 4px -3px #ccc;
    background: #fff;
    min-height: 225px;
    /*min-height: 365px;*/
    margin: 30px 0px;
    border-radius: 5px;
}

.AddressHeading {
    background: #00427a;
    color: #fff;
    text-align: center;
    /* height: 40px; */
    /* line-height: 40px; */
    border-radius: 5px 5px 0px 0px;
    padding: 15px;
}

.Address_Blocks table {
    border-collapse: collapse;
    width: 98%;
    margin: 10px auto;
}

    .Address_Blocks table td {
        vertical-align: top;
        padding: 5px;
    }

.AddNew_text {
    min-height: 145px;
    margin-bottom: 5px;
}

.AddNew_icon2 {
    width: 23px;
}

.AddNew_icon {
    width: 27px;
}

.AddNew_text3 {
    min-height: 45px;
    margin-bottom: 5px;
}

.AddNew_icon3 {
    width: 23px;
}

.AddressHeading.two {
    background: #24C4A3;
}

.AddressHeading.Three {
    background: #9bb806;
}
/* .AddressHeading.Four {
    background: #3e44c1;
}
.AddressHeading.Five {
    background: #0248b1;
}
.AddressHeading.Six {
    background: #09aeae;
} */
/* Contact branches css end here */

.testi_Cont a[data-fancybox="gallery"] {
    display: block;
    width: 30%;
    margin-right: 10px;
    margin: 0px auto;
}
/* 14 Aug Css start here */
.rightBanrTxt {
    left: 61%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

    .rightBanrTxt .crslTxtinner h3, .centerBanrTxt .crslTxtinner h3 {
        color: #001f4c;
        /*  font-size: 40px; */
    }

.centerBanrTxt.crslTxt {
    top: 29%;
}

.triclr1 {
    color: #fd8e08;
}

.triclr3 {
    color: #009f1e;
}

@media (max-width: 767px) {

    .rightBanrTxt {
        left: 50%;
    }

        .rightBanrTxt .crslTxtinner h3, .centerBanrTxt .crslTxtinner h3 {
            color: #ffffff;
        }

    .centerBanrTxt.crslTxt {
        top: 50%;
    }
}





/*6 Jan 20*/
.wmforInsu .wmforbank_box {
    width: 24%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .wmforInsu .wmforbank_box {
        width: 45%;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .wmforInsu .wmforbank_box {
        width: 100%;
        margin-left: 0px;
    }
}

.MWpro_midle_UI {
    background-image: url(../images/MobileBg.png);
    padding: 54px 9px 48px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

    .MWpro_midle_UI img {
        height: 415px !important;
        width: 230px;
    }

.MWpro_featr_row {
    background-color: #1C313A;
}

.MWpro_pointUl li {
    position: relative;
    list-style: none;
    padding-left: 30px;
}

.MWpro_pointUl.text-right li {
    padding-right: 30px;
}

.MWpro_pointUl li:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #FFB300;
    border-radius: 50%;
    top: 8px;
    left: 0px;
}

.MWpro_pointUl.text-right li:before {
    right: 0px;
    left: auto;
}

@media(min-width: 1699px) {
    .MWpro_midle_UI img {
        height: 533px !important;
        width: 290px;
    }

    .MWpro_pointUl li:before {
        width: 16px;
        height: 16px;
        top: 5px;
    }
}

.MWpro_pointUl {
    padding-top: 65px;
}

    .MWpro_pointUl li + li {
        margin-top: 34px;
    }

.MWpro_featr_pointsec {
    margin-top: 40px;
}

.slideMain2 .slider {
    width: 100%;
    height: auto;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 25px;
}

    .slideMain2 .slider .item {
        /*  height: 100%; */
        width: 300px;
        position: absolute;
        background: #fff;
        border-radius: 0px;
        transition: all ease 0.7s;
        z-index: 1;
        left: 0;
        opacity: 1;
        transform: scale(0.8);
        right: 0;
        margin: 0 auto;
        cursor: pointer;
        box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, .5);
    }



        .slideMain2 .slider .item.active {
            z-index: 2;
            opacity: 1;
            background: #fff;
            transform: scale(1);
        }

.slideMain2 {
    position: relative;
    height: 600px;
}

.left300 {
    left: -300px !important;
}

.left600 {
    left: -600px !important;
    z-index: 0 !important;
}

.right300 {
    right: -300px !important;
}

.right600 {
    right: -600px !important;
    z-index: 0 !important;
}


@media(min-width: 768px) and (max-width: 991px) {
    .left300 {
        left: -250px !important;
    }

    .left600 {
        left: -400px !important;
    }

    .right300 {
        right: -250px !important;
    }

    .right600 {
        right: -400px !important;
    }
}

/*29 Jan 21*/
@media (min-width: 768px) {
    .doorSecmain .col-lg-3.col-md-3.col-sm-3.col-xs-12 {
        width: 20%;
    }
}

.bfsiMainSec {
    padding-top: 0px;
    padding-bottom: 30px;
}

.Address_Blocks table td:first-child {
    width: 40px;
}

.img1 img, .img3 img {
    max-height: initial;
    max-width: 80%;
}

.img1 img {
    float: right;
}

.img1, .img3 {
    padding-top: 5%;
}

.footerSecinnr3 img {
    max-width: 147px;
}

.bussIcon img {
    max-height: 45px;
}

.ideal_row {
    display: flex;
    flex-wrap: wrap;
}

.BG_blue {
    background-color: #00427A !important;
}

.BG_green {
    background-color: #9BB806 !important;
}

@media (min-width: 1200px) {
    .footerSecinnr3 img {
        max-width: 100%;
    }
}
/*23 june 2022 css */
.headerFlex {
    display: flex;
    align-items: center;
}

.clrBlack {
    color: #000000 !important;
}
/*.fintsoStyle .themeBTN, .fintsoStyle .themeBTN_Opo {
	border: 1px solid #24c4a3;
	font-family: 'Muli-Bold';
	background-color: rgb(36 196 163);
	color: #ffffff;
	box-shadow: 0px 6px 23px 4px rgb(36 196 163 / 40%);
	-moz-box-shadow: 0px 6px 23px 4px rgb(36 196 163 / 40%);
	-webkit-box-shadow: 0px 6px 23px 4px rgb(36 196 163 / 40%);
	
}*/

.fintsoStyle a.themeBTN {
    color: #ffffff;
}

.fintsoStyle img {
    margin: 0px auto;
}

@media (max-width: 767px) {
    .homeBanner .item.fintsoStyle img {
        visibility: visible;
    }

    .homeBanner .item.fintsoStyle .crslTxtinner {
        text-align: left;
        padding-left: 20px;
    }

    .homeBanner .item.fintsoStyle {
        background: #ffffff;
    }
}


/*SignUp Page Css start here*/
.SignUp_main_row {
    height: 100vh;
    width: 100%;
}

.containerFlex {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: row;
    font-family: Roboto,sans-serif;
}

.signupFormContent {
    width: 310px;
}

.logoPlacer {
    padding: 35px 0px 0px 20px;
}

    .logoPlacer a {
        display: inline-block;
    }

    .logoPlacer img {
        width: 140px;
    }

.SignUpLeft_Section {
    width: 40%;
    background: #002F99;
    display: flex;
    flex-wrap: wrap;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/Images/loginImgWebX.png),linear-gradient(180deg, #002f99 50%, #81e2e2 50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.LoginLeft_Section {
    width: 40%;
    background: #002F99;
    display: flex;
    flex-wrap: wrap;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/Images/DigiGoldLoginPage2025.png),linear-gradient(180deg, #002f99 50%, #81e2e2 50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.FintsoWMLoginLeft_Section {
    width: 40%;
    background: #002F99;
    display: flex;
    flex-wrap: wrap;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/Images/DigiGoldLoginPage2025.png),linear-gradient(180deg, #002f99 50%, #81e2e2 50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.ScreenshotPlacer {
    vertical-align: bottom;
    display: flex;
    align-items: center;
    /*height: 100%;*/
    /*background: #002442;
    background: linear-gradient(180deg, #002f99 15%, #002443 83%);*/
}

    .ScreenshotPlacer img {
        max-width: 100%;
        opacity: 0;
    }

/*#signLeftBG {
    width: 100%;
}*/

.SignUpRight_Section {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.welcome-text {
    font-family: Roboto;
    font-weight: 300;
    letter-spacing: 3.15px;
    color: #313342;
    opacity: .86;
    font-size: 22px;
    margin-bottom: 15px;
}

.top-bar {
    width: 52%;
    height: 15%;
    position: absolute;
    top: 2%;
    left: 43%;
}

    .top-bar .top-bar-content {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }

        .top-bar .top-bar-content .home-left-content .arrow-circle {
            width: 20px;
            height: 20px;
            border-radius: 50px;
            border: 1px solid grey;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .top-bar .top-bar-content .home-left-content .go-home {
            font-family: Roboto,sans-serif;
            font-size: 12px;
            color: grey;
            letter-spacing: 1.2px;
            font-style: italic;
            opacity: .7;
            margin-left: 8px;
        }

        .top-bar .top-bar-content .home-right-content {
            width: 35%;
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

            .top-bar .top-bar-content .home-right-content .no-account-text {
                font-family: Roboto;
                letter-spacing: 0;
                color: #797676;
                opacity: .7;
                font-size: 10px;
                cursor: pointer;
                padding: 10px;
            }

            .top-bar .top-bar-content .home-right-content .ant-btn.home-signup-button.ant-btn-background-ghost {
                width: 120px;
                color: #24c4a3;
                background: transparent !important;
                border-color: #24c4a3;
                border-radius: 2px;
            }

.fintsoStyleform .form-control::-webkit-input-placeholder {
    font-family: "Roboto Condensed";
    color: #a09f9f;
    letter-spacing: 1.53px;
    font-size: 12px;
    font-weight: 500;
    opacity: .6
}

.fintsoStyleform .form-control {
    height: 40px;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    opacity: 1;
    margin: 4px 0;
    box-shadow: none;
}

.fintsoStyleform .form-group {
    margin-bottom: 10px;
}

.fintsoStyleform .form-control:hover, .fintsoStyleform .form-control:focus {
    height: 40px;
    border: 1px solid #24c4a3;
    border-radius: 3px;
    opacity: 1;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number], input[type=password], input[type=text], textarea {
    -webkit-appearance: none;
}

.contactField {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
    height: 40px;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    opacity: 1;
    margin-bottom: 4px;
}

    .contactField:hover {
        border: 1px solid #24c4a3;
    }

span.indiCode {
    display: inline-block;
    float: left;
    padding: 0;
    border-right: 1px solid #c3c3c3;
    width: 50px;
}

    span.indiCode input {
        border: 0px !important;
        box-shadow: none;
        margin: 0px !important;
        height: 38px !important;
        cursor: not-allowed;
        background-color: transparent !important;
    }

        span.indiCode input::-webkit-input-placeholder {
            font-family: Roboto !important;
            font-size: 14px !important;
            font-weight: 400;
        }

.numInput {
    float: right;
    width: calc(100% - 52px);
    border: 0px !important;
    box-shadow: none;
    height: 38px !important;
}

    .numInput:focus, .numInput:hover, span.indiCode input:hover, span.indiCode input:focus {
        box-shadow: none;
        border-color: transparent;
    }

.home-left-content {
    display: flex;
    align-items: center;
}

.login_btnV2 {
    border: 1px solid #24c4a3;
    background: transparent;
    padding: 0px 30px;
    border-radius: 2px;
    color: #24c4a3;
    font-size: 14px;
    line-height: 32px;
}

.fintsoBtn {
    background: transparent linear-gradient(90deg,#24c4a3,#002f99 130%) 0 0 no-repeat padding-box;
    color: rgba(255, 255, 255, .5);
    height: 40px;
    outline: none;
    border: none;
    margin-left: 0;
    margin-top: 7px;
    font-family: Roboto;
    letter-spacing: 0;
    font-size: 16px;
    border-radius: 2px;
    width: 100%;
    text-transform: uppercase;
}

.themeBTN.BlueOutlineBTN {
    background: #ffffff;
    color: #002F99;
}

.themeBTN.GreenBgBTN {
    background: #24C4A3;
    color: #ffffff;
}

.cursorNon {
    cursor: default !important;
}

.testimonialCont .carousel-control .glyphicon {
    top: 50%;
}

@media (max-width: 580px) {
    .logoPlacer img {
        width: 110px;
    }

    .logoPlacer {
        padding: 25px 0px 15px 20px;
    }

    .containerFlex {
        display: block !important;
    }

    .SignUpLeft_Section {
        display: block !important;
        width: 100%;
    }

    .top-bar .top-bar-content .home-right-content {
        width: 50%;
    }

    .SignUpRight_Section {
        display: block;
        width: 100%;
    }

    .top-bar {
        position: static;
        width: 100%;
        padding: 15px 15px 0px;
    }

    .signupFormContent {
        margin: 15px auto 0px;
    }
}

@media (max-width: 580px) {
    .logoPlacer img {
        width: 110px;
    }

    .logoPlacer {
        padding: 25px 0px 15px 20px;
    }

    .containerFlex {
        display: block !important;
    }

    .SignUpLeft_Section, .LoginLeft_Section, .FintsoWMLoginLeft_Section {
        display: block !important;
        width: 100%;
    }

    .top-bar .top-bar-content .home-right-content {
        width: 51%;
    }

    .SignUpRight_Section {
        display: block;
        width: 100%;
    }

    .top-bar {
        position: static;
        width: 100%;
        padding: 15px 15px 0px;
    }

    .signupFormContent {
        margin: 15px auto 0px;
    }
}

@media (max-width: 450px) {
    .smBtn {
        font-size: 9px;
    }
}

.haserror {
    background-color: #fff;
    border-color: #f5222d !important;
}

.haserrorDiv, .haserrorEmaiDiv, .haserrorMobiDiv, .haserrorPinDiv, .haserrorFirstName, .haserrorLastName {
    margin-top: -5px;
    font-size: 11px;
    color: #f5222d;
    margin-bottom: 13px;
}

.name {
    text-transform: capitalize;
}

input#txtEmail {
    text-transform: lowercase;
}
/*SignUp Page Css end here*/
