﻿@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');
} */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,900;1,100;1,300;1,400;1,500;1,900&display=swap');

body {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    /*padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);*/
}

a, p, h1, h2, h3, h4, h5, h6, ul {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
}

a {
    text-decoration: none;
    outline: none !important;
}

    a :hover {
        text-decoration: none;
        outline: none !important;
    }

img {
    border: none;
    margin: 0;
    padding: 0;
}

ul, li {
    margin: 0;
    padding: 0;
}


.pad5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.row.mar5minus, .mar5minus {
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.row.mar2minus, .mar2minus {
    margin-left: -2px !important;
    margin-right: -2px !important;
}

.marginTop62 {
    margin-top: 48px;
}
    .marginTop62 .marginTop62, .marginTop62 .marginTop52 {
        margin-top: 0px;
    }

.modal {
    z-index: 99999999;
}

.marginTop52 {
    margin-top: 52px;
}

.wealthHeadrLg {
    background: #004db9;
    padding: 4px 0px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0px;
    z-index: 999;
    box-shadow: 0px -5px 10px 5px #3a3636;
    -webkit-box-shadow: 0px -5px 10px 5px #3a3636;
    -moz-box-shadow: 0px -5px 10px 5px #3a3636;
}

.wealthHeadr {
    position: relative;
}

    .wealthHeadr .logoImg {
        max-width: 140px;
    }

.wlthMenu {
    position: absolute;
    left: 15px;
    top: 11px;
    display: none;
}

.logoImg {
    max-width: 120px;
}

.menuIcon {
    width: 17px;
}

.infoPara {
    font-size: 14px;
    color: #666666;
    padding-bottom: 15px;
}

.wealthContnrLg1 {
    padding: 15px 15px 0px;
}

.basicInfoForm .form-control[type="email"] {
    text-transform: lowercase;
}



.basicInfoForm .form-control, #selectAMC {
    height: 40px !important;
    font-size: 11px;
    color: #4c4c4c;
    text-transform: uppercase;
    box-shadow: none;
    position: relative;
    padding: 14px 9px 0px;
    border: none;
    border-bottom: 1px solid #002F99;
    border-radius: 0px;
}

.basicInfoForm .form-group {
    margin-bottom: 12px;
    position: relative;
}

.form-group label.LblPlce {
    font-weight: 400;
    color: #ffffff;
    font-size: 9px;
    margin-bottom: 0px;
    position: absolute;
    top: 29px;
    opacity: 0;
    text-transform: uppercase;
    padding: 0px 12px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.basicInfoForm .form-control::-webkit-input-placeholder, .has-error .form-control::-webkit-input-placeholder {
    color: #cccccc;
    position: relative;
    top: 0px;
    font-size: 11px;
    z-index: 99999;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    font-family: 'Roboto', sans-serif;
}

.basicInfoForm .form-control::-moz-input-placeholder, .has-error .form-control::-moz-input-placeholder {
    color: #cccccc;
    font-size: 11px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    font-family: 'Roboto', sans-serif;
}

.basicInfoForm .form-control::-o-input-placeholder, .has-error .form-control::-o-input-placeholder {
    color: #cccccc;
    font-size: 11px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    font-family: 'Roboto', sans-serif;
}

.has-error .form-control:focus {
    border-color: #009ee3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: none !important;
    height: 40px;
}


    .basicInfoForm .form-control:focus::-webkit-input-placeholder, .has-error .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;
    }

/* .glyphicon:before
{
	-webkit-text-stroke: 2px #eaeff7;
}
 */


.basicInfoForm .form-control:focus ~ label.LblPlce, .form-group label.LblPlce.actv, .basicInfoForm select.form-control ~ label.LblPlce, .basicInfoForm input[type="date"].form-control ~ label.LblPlce {
    top: 0;
    opacity: 1;
    padding-left: 0px;
    color: #009ee3;
    z-index: 9;
}

.basicInfoForm .form-group.grpHed label:last-child {
    color: #868b8d;
    bottom: 28px;
    left: 0;
    opacity: 1;
    padding: 0px 6px;
}

.grpHed {
    text-align: center;
}

.iptLbl {
    opacity: 1;
    position: relative;
    display: inline-block;
    padding: 17px 25px;
    bottom: 7px;
}

.basicInfoForm .grpHed .iptLbl input {
    display: none;
}

    .basicInfoForm .grpHed .iptLbl input:checked + span {
        border-color: #052D8D;
        background: #052D8D;
        color: #ffffff;
    }

    .basicInfoForm .grpHed .iptLbl input + span {
        color: #101010;
        border: 1px solid #052D8D;
        padding: 4px 2px;
        position: absolute;
        left: 0;
        right: 0;
        border-radius: 4px;
        text-align: center;
        top: 11px;
        bottom: 0px;
        width: auto;
        font-size: 10px;
    }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label, .help-block2, .help-block3 {
    color: #ff0000;
    font-size: 12px;
    text-align: left;
    color: #ff0000;
    font-size: 12px;
    text-align: left;
    position: absolute;
    top: 31px;
    right: 0;
    background: #ffffff;
    padding: 10px;
    box-shadow: 1px 1px 1px 1px #dddddd;
    z-index: 99;
    border-radius: 30px 0px 30px 0px;
}

.help-block2 {
    display: none;
}

.help-block3 {
    display: none;
}

.basicInfoForm select.form-control, #selectAMC {
    -webkit-appearance: none;
    /* background-image: url(../images/select-Icon.png);*/
    background-repeat: no-repeat;
    background-position: 100% bottom;
    background-size: 15px;
}

.FormthemeBtn {
    font-size: 12px;
    color: rgba(255, 255, 255, .9);
    padding: 10px 10px;
    min-width: 179px;
    border: 0px;
    border: 1px solid #002F99;
    background: #002F99;
    border-radius: 8px;
    text-align: center;
    margin-top: 30px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    letter-spacing: .34px;
}



.fullWdth {
    width: 100%;
    display: block;
}

a.FormthemeBtn, a.FormthemeBtn:hover, a.FormthemeBtn:focus {
    color: #ffffff !important;
    display: inline-block;
}
/*.FormthemeBtn {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 10px 25px;
    position: relative;
    margin-top: 30px;
    background: #19abfa;
    border: 1px solid #19abfa;
    border-radius: 2px;
    text-transform: uppercase;
}*/
.FormthemeBtn:before, .FormthemeBtn:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
/* .FormthemeBtn:after {
    left: 0%;
    right: 0%;
    background: #ffffff;
} */
.FormthemeBtn:hover, .FormthemeBtn:focus {
    color: #ffffff;
    background: transparent;
}

    .FormthemeBtn:hover:before, .FormthemeBtn:focus:before {
        left: 0%;
        right: 0%;
        background: #002F99;
    }

    .FormthemeBtn:hover:after, .FormthemeBtn:focus:after {
        left: 50%;
        right: 50%;
        background: transparent;
    }

input.FormthemeBtn:hover, input.FormthemeBtn:focus {
    color: #ffffff;
    background: #0b6da2;
}

.thankimg {
    margin: 40px auto;
}

.mrgnBtm15 {
    margin-bottom: 15px;
}

.YellowBtn, .DrkBluBtn {
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.YellowBtn {
    background: #edcd31;
    border-color: #edcd31;
}

.DrkBluBtn {
    background: #004db9;
    border-color: #004db9;
}

.advsrTxt {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
}

.plus {
    font-size: 23px;
    line-height: 17px;
}

.drkGrayclr {
    color: #4a4b4c;
}
/* .themesimiBtn
{
	color: #ffffff;
	font-size: 18px;
	padding: 10px 20px;
	min-width: 150px;
	display: inline-block;
	border-radius: 2px;
	
} */
.wetLit {
    font-weight: 300;
}

.FnlAmt {
    font-size: 26px;
    color: #101010;
    font-weight: 700;
}

    .FnlAmt small {
        font-size: 16px;
        font-weight: 300;
    }

.AdvsrSec h6 {
    font-size: 14px;
    color: #101010;
    font-weight: 300;
    margin: 20px 0px;
    font-weight: 600;
}

.paymentMthd .FnlAmt {
    color: #484848;
    margin-top: 10px;
    padding: 15px 10px;
    border: 1px solid #767676;
}

.paymentMthd h4 {
    color: #484848;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 35px;
    text-align: center;
}

.payMthdLg2 {
    padding-top: 0px;
}

.payMthdLg1 {
    background-color: #f4f3f3;
    background-image: url(../images/paymentBrdr.png);
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-position: bottom;
    padding-bottom: 15px;
}

.mrgnBtmTp25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.BasicTtl {
    color: #a7a7a7;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
}

.thnkTxt {
    text-align: justify;
    line-height: 26px;
    padding-bottom: 0px;
}

ul.OptnSec {
    margin-top: 30px;
}

ul.OptnSec {
    list-style: none;
}

    ul.OptnSec li {
        color: #767676;
        display: block;
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        ul.OptnSec li input[type=radio] {
            position: absolute;
            visibility: hidden;
        }

        ul.OptnSec li label {
            display: block;
            position: relative;
            font-weight: 400;
            font-size: 14px;
            padding: 0px 25px 8px 30px;
            margin: 4px auto;
            height: 40px;
            z-index: 9;
            cursor: pointer;
            -webkit-transition: all 0.25s linear;
        }

        ul.OptnSec li:hover label {
            color: #a7a7a7;
        }

        ul.OptnSec li .check {
            display: block;
            position: absolute;
            border: 2px solid #777777;
            border-radius: 100%;
            height: 18px;
            width: 18px;
            top: 13px;
            left: 0px;
            z-index: 5;
            transition: border .25s linear;
            -webkit-transition: border .25s linear;
        }

        ul.OptnSec li:hover .check {
            border: 2px solid #a7a7a7;
        }

        ul.OptnSec li .check::before {
            display: block;
            position: absolute;
            content: '';
            border-radius: 100%;
            height: 10px;
            width: 10px;
            top: 1.5px;
            left: 2px;
            margin: auto;
            background: transparent;
            transition: background 0.25s linear;
            -webkit-transition: background 0.25s linear;
        }

.OptnSec input[type=radio]:checked ~ .check {
    border: 2px solid #19abfa;
}

    .OptnSec input[type=radio]:checked ~ .check::before {
        background: #19abfa;
    }

.OptnSec input[type=radio]:checked ~ label {
    color: #767676;
}

.OptnSec li label img {
    width: 35px;
}

.highLitAmt {
    display: inline-block;
    padding: 3px 10px;
    background: #fedd02;
    color: #242424;
    margin: 0px 5px;
    border-radius: 2px;
    box-shadow: 1px 1px 1px 1px #8d8c8c;
    -moz-box-shadow: 1px 1px 1px 1px #8d8c8c;
    -webkit-box-shadow: 1px 1px 1px 1px #8d8c8c;
}


.splashLgSec {
    background-image: url(../images/splashBg.jpg);
    background-size: auto;
}

.splashSmSec {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.logoTxt {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0px 20px;
    text-transform: uppercase;
}

.splashLogo {
    max-width: 200px;
}

.pwredBy {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
}

.poweredByImg {
    width: 120px;
}

.poweredBy p {
    float: left;
    width: 30%;
    font-size: 12px;
}

.poweredBy div {
    float: left;
    width: 65%;
}

.LoginSmSec2.basicInfoForm .form-control::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 11px;
    text-transform: capitalize;
}

.LoginSmSec2.basicInfoForm .form-control::-moz-input-placeholder {
    color: #ffffff;
    font-size: 11px;
    text-transform: capitalize;
}

.LoginSmSec2.basicInfoForm .form-control::-o-input-placeholder {
    color: #ffffff;
    font-size: 11px;
    text-transform: capitalize;
}

.LoginSmSec2.basicInfoForm .form-control {
    background: transparent;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    text-transform: none;
}

    .LoginSmSec2.basicInfoForm .form-control:focus ~ label.LblPlce, .LoginSmSec2 .form-group label.LblPlce.actv, .LoginSmSec2.basicInfoForm select.form-control ~ label.LblPlce, .LoginSmSec2.basicInfoForm input[type="date"].form-control ~ label.LblPlce {
        color: #b9d1e4;
        top: -14px;
    }

.LoginSmSec2.basicInfoForm .form-group {
    margin-bottom: 30px;
}

.LoginSmSec2 .form-group label.LblPlce {
    left: 0;
    text-transform: capitalize;
}

.LoginSmSec2 {
    padding: 20px 20px 0px;
}

    .LoginSmSec2 .FormthemeBtn {
        margin-top: 10px;
        margin-bottom: 10px;
        box-shadow: -1px 1px 2px 1px #00164a;
        -moz-box-shadow: -1px 1px 2px 1px #00164a;
        -webkit-box-shadow: -1px 1px 2px 1px #00164a;
    }

.userFld, .PaswrdFld {
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 18px !important;
}

.userFld {
    background-image: url(../images/UserIcon.png) !important;
    background-color: transparent !important;
}

.PaswrdFld {
    background-image: url(../images/lockIcon.png) !important;
    background-color: transparent !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent !important;
}

.passwrdGrp {
    margin-bottom: 10px !important;
}

.form-group span {
    position: absolute;
    left: 29px;
    top: 0px;
    display: block;
    width: auto;
    z-index: 999999;
}

    .form-group span.changeinputype {
        position: absolute;
        right: 29px;
        top: 15px;
        display: block;
        width: 26px;
        z-index: 999999;
        left: auto;
    }

.selectCheck li {
    margin-top: 0px;
    margin-bottom: 0px;
    top: 10px;
    display: block;
}

.comFltrPoup .AptabCont label:first-child span {
    right: 30px;
    top: 0px;
    width: auto;
    left: auto;
}

.selectCheck.FL {
    float: left;
    width: auto;
}

.selectCheck li label {
    display: inline-block;
    width: 100%;
    font-size: 11px;
    padding-left: 2px;
    margin-bottom: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    opacity: 1;
    position: relative;
    bottom: 11px;
    color: #101010;
}

.selectCheck.MT0px {
    margin-top: 0px;
}

.selectCheck {
    width: 100%;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

    .selectCheck .checkbox label:after {
        content: '';
        display: table;
        clear: both;
    }

    .selectCheck .checkbox .cr {
        position: relative;
        display: inline-block;
        border: 1px solid #052D8D;
        border-radius: 2px;
        width: 18px;
        height: 18px;
        float: left;
        margin-right: 0px;
        color: #101010;
        top: 1px;
        right: auto;
        /*background: #19abfa;*/
    }

    .selectCheck .radio .cr {
        border-radius: 50%;
    }

    .selectCheck .checkbox .cr .cr-icon {
        position: absolute;
        font-size: 12px;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .selectCheck .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

    .selectCheck .checkbox label input[type="checkbox"] {
        display: none;
    }

        .selectCheck .checkbox label input[type="checkbox"] + .cr > .cr-icon {
            transform: scale(3) rotateZ(-20deg);
            opacity: 0;
            transition: all .3s ease-in;
        }

        .selectCheck .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
            transform: scale(1) rotateZ(0deg);
            opacity: 1;
            margin-left: -1px;
            color: #052D8D;
        }

        .selectCheck .checkbox label input[type="checkbox"]:disabled + .cr {
            opacity: .5;
        }

    .selectCheck .chkBoxLbl {
        padding-top: 2px;
        display: inline-block;
        width: auto;
        top: 1px;
        text-align: left;
        left: 31px;
        font-size: 14px;
        color: #ffffff;
        font-weight: 300;
        padding-left: 10px;
    }

a.frgtPass {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}

.LoginSmSec2 h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding-top: 40px;
}

    .LoginSmSec2 h4 a {
        text-decoration: none;
        color: #19abfa;
        text-transform: uppercase;
        font-weight: 500;
    }


.LoginLgSec {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


.grn {
    color: #2bb673;
}

.successSec h6 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    font-weight: 700;
}

.redClr {
    color: #c40606;
}

a, a:hover, a:focus {
    text-decoration: none;
}

.marTpBtm5 {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.advsrImg img {
    border-radius: 2px;
}






/* Dash board Css start here */
.DashBoardHeader {
}

    .DashBoardHeader ul {
    }

        .DashBoardHeader ul li + li {
            border-left: 2px solid #eeebeb;
        }

        .DashBoardHeader ul li {
            list-style: none;
            display: block;
            width: 25%;
            float: left;
            font-size: 13px;
            text-align: center;
            text-transform: uppercase;
            background: #ffffff;
            position: relative;
            z-index: 99;
        }

            .DashBoardHeader ul li a:before {
                content: "";
                position: absolute;
                left: 50%;
                right: 50%;
                top: 50%;
                bottom: 50%;
                -webkit-appearance: none;
                transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                background: rgba(0, 0, 0, 0.2);
                z-index: -1;
            }

            .DashBoardHeader ul li a:focus:before {
                left: 0%;
                right: 0%;
                top: 0;
                bottom: 0;
            }

            .DashBoardHeader ul li.active a:before {
                left: 0%;
                right: 0%;
                top: 0;
                bottom: 0;
            }

            .DashBoardHeader ul li a {
                text-decoration: none;
                display: block;
                color: #3c4651;
                position: relative;
                padding: 10px 5px;
            }

                .DashBoardHeader ul li a img {
                    margin-bottom: 6px;
                }


#custom_carousel .item {
    color: #000;
    padding: 20px 0;
}

#custom_carousel .controls {
    text-align: center;
    position: relative;
    background: #808080;
}

    #custom_carousel .controls li {
        display: table-cell;
        width: 1%;
        max-width: 90px;
        padding: 2px 15px;
        position: relative;
    }

        #custom_carousel .controls li a {
            padding: 10px 0px;
            position: relative;
            color: #a2a2a2;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 15px;
        }

            #custom_carousel .controls li a:focus, #custom_carousel .controls li a:hover, #custom_carousel .controls li a:active, #custom_carousel .controls li a:visited {
                background: #808080;
            }

            #custom_carousel .controls li a:before {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                background: #ffffff;
                transition: all 0.4s aese;
                -o-transition: all 0.4s aese;
                -ms-transition: all 0.4s aese;
                -moz-transition: all 0.4s aese;
                -webkit-transition: all 0.4s aese;
            }

        #custom_carousel .controls li.active a:before {
            height: 3px;
        }

        #custom_carousel .controls li.active a {
            color: #ffffff;
        }

    #custom_carousel .controls a small {
        overflow: hidden;
        display: block;
        font-size: 10px;
        margin-top: 5px;
        font-weight: bold;
    }

.bdyGray {
    background: #F2F9FF;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

.faq-cat-content {
    margin-top: 15px;
}

.faq-cat-tabs li a {
    padding: 15px 10px 15px 10px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #777777;
}

.nav-tabs li a:focus,
.panel-heading a:focus {
    outline: none;
}

.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
    text-decoration: none;
    color: #000000;
}

.panel-title {
    font-size: 15px;
    color: #606060;
    font-weight: 500;
    padding: 15px 0px 15px 49px;
    position: relative;
    text-transform: uppercase;
}

.BusinessAcrdion .panel.panel-default.panel-faq:nth-child(3) .TabImgSec img {
    height: 26px;
    width: auto;
}

.faq-cat-content .panel-heading:hover {
    background-color: #ffffff;
}



.panel-faq .panel-heading .panel-title span {
    font-size: 16px;
    font-weight: normal;
    -webkit-text-stroke: 1px #eaeff7;
}

.panel-heading.active-faq .panel-title span {
    -webkit-text-stroke: 1px #5b5b5b;
}

.basicInfoTab .panel-default {
    border-radius: 0px !important;
    box-shadow: none;
}

    .basicInfoTab .panel-default, .basicInfoTab .panel-default > .panel-heading {
        border-color: #448fb9;
    }

.basicInfoTab .panel-group .panel + .panel {
    margin-top: 0px;
    border-top: 0px;
}

.basicInfoTab .panel-default > .panel-heading {
    background-color: #eaeff7;
    color: #000000;
}

.basicInfoTab .panel-body {
    padding-top: 5px;
    padding-bottom: 0px;
}

.basicInfoTab {
    padding: 20px 20px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.dateLi li {
    color: #3c4651;
}

    .dateLi li b {
        color: #000000;
        font-size: 14px;
    }

.TabImgSec {
    position: absolute;
    left: -3px;
    top: 50%;
    background-image: url(../images/bordrLft.png);
    background-repeat: no-repeat;
    background-position: right center;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 38px;
    height: 24px;
}

    .TabImgSec img {
        width: 28px;
    }

.bluFltrOptn {
    position: fixed;
    bottom: 19px;
    right: 24px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0px 3px 4px 1px #b3b1b1;
    -moz-box-shadow: 0px 3px 4px 1px #b3b1b1;
    -webkit-box-shadow: 0px 3px 4px 1px #b3b1b1;
    z-index: 99;
}

.filterLi {
    width: 36px;
    float: right;
}

.notifctn {
    position: relative;
    display: inline-block;
}

    .notifctn span {
        position: absolute;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        background: #e6342a;
        color: #ffffff;
        top: 2px;
        right: -7px;
        text-align: center;
        font-size: 13px;
        padding-top: 3px;
    }

.FormthemeBtn input[type="submit"] {
    background: transparent;
    border: 0px;
    text-transform: uppercase;
    width: 100%;
}


.modal-header .close {
    margin-top: -30px;
    width: 30px;
    height: 30px;
    background: #a71506;
    text-shadow: none;
    color: #ffffff;
    opacity: 1;
    border-radius: 4px;
}

.comFltrPoup .modal-content {
    box-shadow: none;
    border: 1px solid #3e77ad;
}

.comFltrPoup .modal-header {
    margin: 0px 15px;
    padding: 10px 0px;
    border-bottom: 1px solid #accf94;
}

.comFltrPoup .modal-title {
    font-size: 18px;
    color: #595959;
}

.gj-calendar-bootstrap {
    z-index: 999999999;
}


.gj-datepicker-bootstrap span[role=right-icon].input-group-addon .glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .gj-datepicker-bootstrap span[role=right-icon].input-group-addon .glyphicon:before {
        content: "\f073";
        -webkit-text-stroke: 0px #eaeff7;
    }

.gj-datepicker-bootstrap span[role=right-icon].input-group-addon {
    position: relative;
    width: 38px;
    border-radius: 0 4px 4px 0;
    border: 1px solid #002F99;
    padding: 4px 12px;
    border-left: 0px;
    color: #002F99;
    font-size: 17px;
}

.input-group, .datepick {
    width: 100%;
}

    .input-group .datepick:focus {
        border: 1px solid;
        padding: 6px 12px;
        border-color: #002F99;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .input-group .datepick {
        border-color: #002F99;
        background: transparent;
    }

.form-group2 {
    margin-bottom: 9px;
}

    .form-group2 label {
        font-weight: 400;
        font-size: 13px;
    }

.FilterForm select.form-control {
    -webkit-appearance: none;
    transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    /* background-image: url(../images/select-Icon.png);*/
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #002F99;
}

    .FilterForm select.form-control:focus, .FilterForm select.form-control.focus {
        background-image: url(../images/select-Icon.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 14px;
        border-bottom: 1px solid #19abfa;
    }

.formFldSec {
    padding: 10px;
    box-shadow: 0px 0px 10px 1px #e5f2f9;
    border-radius: 25px 0px;
}

.FilterForm .FormthemeBtn {
    font-size: 12px;
    padding: 6px 5px;
    min-width: 75px;
}

/* Notification css */
#notification {
    top: 50%;
    right: 50px;
    left: 50%;
    bottom: 50%;
    transition: all 0.5s ease;
}

.modal-open .modal#notification {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#notification.modal.in .modal-dialog {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

#notification .modal-dialog {
    top: 50%;
    left: 0;
    position: absolute;
}

.notificationPopup .modal-content {
    border: 0px solid rgba(0, 0, 0, .2);
    box-shadow: none;
    background: transparent;
}

    .notificationPopup .modal-content .modal-body {
        transform: scale(0);
        background-color: #fff;
        padding: 24px;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        border: 1px solid rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    }

#notification.modal.in .modal-body {
    transform: scale(1);
}
/* Notification css end */
/*.DashBoardTabSld .carousel-inner
{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    top: 160px;
    overflow-y: scroll;
}*/
.whitIcon {
    position: relative;
    visibility: hidden;
    top: -23px;
}

.panel-heading.active-faq .whitIcon {
    visibility: visible;
}

.panel-heading.active-faq .blueIcon {
    visibility: hidden;
}

.active-faq .panel-title {
    color: #ffffff;
}

.panel-heading.active-faq {
    background-color: #24C4A3 !important;
    border-radius: 0px;
}

.active-faq .TabImgSec {
    background-image: url(../images/bordrLft-1.png);
}

.BusinessAcrdion .panel.panel-default.panel-faq:nth-child(2) .TabImgSec .whitIcon {
    top: -29px;
}

.BusinessAcrdion .panel.panel-default.panel-faq:nth-child(3) .TabImgSec .whitIcon {
    top: -26px;
}

.BusinessAcrdion .panel.panel-default.panel-faq:nth-child(4) .TabImgSec .whitIcon {
    top: -26px;
}

.BusinessAcrdion2 .panel.panel-default.panel-faq:nth-child(4) .TabImgSec .whitIcon {
    top: -28px;
}

.BusinessAcrdion .panel-heading {
    padding: 1px 15px;
}
/* Dash board Css end here */


/* Load Icon Section css start here */
.LoadSec {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* display: none; */
    z-index: 999999;
    background: rgba(255, 255, 255, 0.8);
}

.LoadSec1 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    /* display: none; */
    background: rgba(255, 255, 255, 0.6);
}

.LoadSecImg {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

    .LoadSecImg img {
        width: 100px;
    }
/* Load Icon Section css end here */


/* Portfolio Page css start here */
.panelPortfolio a {
    display: block;
    border: 1px solid transparent;
    border-radius: 1px;
    position: relative;
    -webkit-box-shadow: 0px 2px 1px 0px #c7c7c7;
    -moz-box-shadow: 0px 2px 1px 0px #c7c7c7;
    box-shadow: 0px 2px 1px 0px #c7c7c7;
    padding: 10px 85px 10px 75px;
}

    .panelPortfolio a:before {
        content: "";
        position: absolute;
        left: 50%;
        right: 50%;
        top: 0%;
        bottom: 0%;
        -webkit-appearance: none;
        transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        background: rgba(0, 0, 0, 0.2);
        z-index: -1;
    }

    .panelPortfolio a:focus:before {
        left: 0%;
        right: 0%;
    }

.panelPortfolio .TabImgSec img {
    width: auto;
    height: 28px;
}

.panelPortfolio .TabImgSec {
    position: absolute;
    left: 12px;
    top: 50%;
    background-image: url(../images/bordrLft.png);
    background-repeat: no-repeat;
    background-position: right center;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 47px;
    height: 29px;
}

.panelPortfolio {
    margin: 4px 3px;
    position: relative;
    z-index: 999;
    background: #ffffff;
}

.EachPort p {
    color: #404040;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 8px;
    font-size: 13px;
}

.EachPort h5 {
    color: #9d9d9d;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
}

.PortPrice {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 13px;
    color: #404040;
    font-weight: 500;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.PortFloSecLg {
    padding-top: 0px;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 71px;
    top: 48px;
    overflow-y: auto;
    background: #efe9ed;
}

.PortSearchBar {
    background: #24C4A3;
    padding: 8px 10px;
    margin: 0px 0px 2px 0px;
}

select.form-control.PortSearch {
    background: transparent;
    background-image: url(../images/searchBg.png);
    background-repeat: no-repeat;
    background-position: 100% bottom;
    background-size: 15px;
    border: 0px;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: none;
    border-bottom: 1px solid #ffffff !important;
    border-radius: 0px;
    padding: 0px;
    height: 28px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: 1px solid #ffffff;
}

.PortSearch:focus {
    background: transparent;
    background-image: url(../images/searchBg.png);
    background-repeat: no-repeat;
    background-position: 100% bottom;
    background-size: 15px;
    box-shadow: none;
    padding: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: 1px solid #ffffff;
}

.PortSearch option {
    background: #737373;
}

    .PortSearch option:hover {
        background: #737373;
    }

.PortSearchBar img {
    width: 28px;
}

.panelTotalSec {
    padding: 15px;
    text-align: center;
}

    .panelTotalSec p {
        color: #9f9f9f;
        font-size: 15px;
        padding-bottom: 5px;
    }

    .panelTotalSec h3 {
        color: #464646;
        font-size: 24px;
    }
/* Portfolio footer css start here */
.PortFloFooter {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000203;
    box-shadow: 0 -5px 5px -5px #333;
    -moz-box-shadow: 0 -5px 5px -5px #333;
    -webkit-box-shadow: 0 -5px 5px -5px #333;
}

    .PortFloFooter ul li {
        display: block;
        float: left;
        width: 25%;
        position: relative;
    }

        .PortFloFooter ul li a {
            display: block;
            padding: 10px 2px;
            color: #ffffff;
            font-size: 9px;
            text-transform: uppercase;
            text-align: center;
        }

            .PortFloFooter ul li a img {
                height: 28px;
                margin-bottom: 8px;
            }

        .PortFloFooter ul li:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: -5px;
            width: 13px;
            background-size: contain;
            background-image: url(../images/portFtrBrdr.png);
            background-repeat: no-repeat;
            background-position: right center;
        }

        .PortFloFooter ul li:last-child:after {
            background-image: none;
        }

        .PortFloFooter ul li a:before {
            content: "";
            position: absolute;
            top: 50%;
            bottom: 50%;
            left: 0%;
            right: 0%;
            z-index: -1;
            background: #24C4A3;
            transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
        }

        .PortFloFooter ul li a:focus:before, .PortFloFooter ul li a:hover:before {
            top: 0%;
            bottom: 0%;
        }
/* Portfolio footer css end here */
/* Portfolio Page css end here */

/* Master Page css start here */
.MasterHeaderInnr {
    position: relative;
}

.MasterFluid {
    position: relative;
}

.MasterHeader1 .wlthMenu {
    display: block;
}

.MasterHeader1 {
    background: #042d8d;
    padding: 8.3px 0px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0px;
    z-index: 999;
    box-shadow: 0px -5px 10px 5px #3a3636;
    -webkit-box-shadow: 0px -5px 10px 5px #3a3636;
    -moz-box-shadow: 0px -5px 10px 5px #3a3636;
}

.mar5minus.MasterHeader1.SubMasterHeader1 {
    padding: 12px 0px;
    z-index: 9999;
}

.MasterHeader1 .wlthMenu {
    top: 6px;
}

.SubMasterHeader1 .wlthMenu {
    top: 0px;
}

.MasterHeader1 .logoImg {
    /*max-width: 120px;
    margin-right: 10px;*/
}

.WlcmNote {
    position: absolute;
    left: 50px;
    top: 5px;
}

    .WlcmNote p {
        color: #ffffff;
        font-size: 10px;
    }

        .WlcmNote p:first-child {
            padding-bottom: -2px;
        }
/* .sideMenuBtn
{
	font-size: 30px;
    cursor: pointer;
    line-height: 55px;
    display: inline-block;
    padding-top: 8px;
    float: left;
    color: #ffffff;
    padding-right: 20px;
} */
.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -250px;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}

    .sidenav a img {
        margin-right: 10px;
    }

    .sidenav a {
        padding: 11px 8px 11px 25px;
        text-decoration: none;
        font-size: 16px;
        color: #191919;
        display: block;
        transition: 0.3s;
        text-transform: uppercase;
        background: #f6f6f6;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.GoBack {
    font-size: 18px;
}

.GoBack, .GotoHome a {
    color: #ffffff !important;
    display: inline-block;
    padding-top: 3px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

    .GoBack:hover, .GoBack:focus {
        transform: scale(1.3);
        color: #E6ECF2 !important;
    }

    .GotoHome a:focus, .GotoHome a:hover {
        transform: scale(1.1);
        color: #e3c22c;
    }

        /* .GotoHome a:focus, .GotoHome a:hover
{
	padding-top: 9px;	
} */
        .GotoHome a:focus .whtHome {
            visibility: hidden;
        }

        .GotoHome a:focus .ylwHome {
            visibility: visible;
        }

.ylwHome {
    visibility: hidden;
    position: relative;
    top: -18px;
    left: 0px;
}

.GotoHome a {
    padding-top: 0px;
}

.GotoHome {
    position: absolute;
    right: 15px;
    top: 3px;
    width: 19px;
}

.hdrTTl {
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    margin: 0px;
    text-transform: uppercase;
}

.sidenav .personalDetails {
    background: #004db9;
    padding: 20px 15px;
}

    .sidenav .personalDetails p {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        padding-bottom: 5px;
    }

    .sidenav .personalDetails h4 {
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
    }

.PwsrdBy {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 10px;
    color: #5b5b5b;
    font-weight: 500;
}

    .PwsrdBy P span {
        font-weight: 400;
    }
/* Master Page css end here */


/* Stock Portfolio Page css start here */

.stkPortfolioRow {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 47px;
    background: #ffffff;
    overflow-y: auto;
    padding-bottom: 10px;
}

.stkPortfolioSec1 {
    padding: 20px 15px 0px;
}

    .stkPortfolioSec1.basicInfoForm select.form-control {
        height: 28px !important;
        font-size: 14px;
        color: #282828;
    }

        .stkPortfolioSec1.basicInfoForm select.form-control option {
            color: #282828;
        }

.stkPortfolioSec2 h3 {
    color: #282828;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 20px;
}

.stkPortfolioSec3 table {
    width: 100%;
}

    .stkPortfolioSec3 table tr td {
        color: #282828;
        font-weight: 300;
        padding: 6px;
        font-size: 12px;
        text-transform: uppercase;
    }

    .stkPortfolioSec3 table tr.highlitedTR td {
        font-weight: 500;
        font-size: 13px;
        background: #dedbdb;
    }

    .stkPortfolioSec3 table tr td:first-child {
        width: 115px;
    }
/* Stock Portfolio Page css end here */
/* CRM Page css start here */
.crmRow {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 47px;
    background: #ffffff;
    overflow-y: auto;
    padding-bottom: 10px;
}

.crminnrSec1 {
    position: relative;
}

.crmPlus {
    position: absolute;
    right: 15px;
    top: 14px;
}

.CrmSearch, .CrmSearch:focus {
    background: transparent;
    background-image: url(../images/searchIcon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 21px;
    border: 0px;
    color: #b0b0b0;
    font-size: 12px !important;
    border-radius: 0px;
    height: 36px !important;
    box-shadow: none;
    padding-left: 33px;
    font-weight: 400;
}

    .CrmSearch::-webkit-input-placeholder {
        color: #b0b0b0;
        font-size: 12px;
    }

    .CrmSearch::-moz-input-placeholder {
        color: #b0b0b0;
        font-size: 12px;
    }

    .CrmSearch::-ms-input-placeholder {
        color: #b0b0b0;
        font-size: 12px;
    }

.crminnrSec1 {
    padding: 8px 39px 8px 13px;
}

.crminnrSec2 ul li {
    display: block;
    padding: 10px;
    border-top: 1px solid #d1d1d1;
}

    .crminnrSec2 ul li:first-child {
        background: #e6e6e6;
    }

    .crminnrSec2 ul li:last-child {
        border-bottom: 1px solid #d1d1d1;
    }

    .crminnrSec2 ul li a {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
    }

        .crminnrSec2 ul li a span {
            display: block;
            font-size: 14px;
            color: #505050;
            font-weight: 300;
            text-transform: capitalize;
        }

            .crminnrSec2 ul li a span b {
                font-weight: 500;
            }

            .crminnrSec2 ul li a span + span {
                text-align: right;
                padding-right: 30px;
            }

.contactSeacrch {
    position: fixed;
    top: 98px;
    right: 0;
    bottom: 0;
    width: 32px;
    overflow-y: scroll;
}

    .contactSeacrch::-webkit-scrollbar-thumb {
        background-color: rgba(0, 77, 185, .5);
        outline: 1px solid slategrey;
        border-radius: 5px;
    }

    .contactSeacrch::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        width: 1em;
    }

    .contactSeacrch::-webkit-scrollbar {
        background-color: transparent;
        width: 6px;
    }

    .contactSeacrch::-moz-scrollbar-thumb {
        background-color: rgba(0, 77, 185, .5);
        outline: 1px solid slategrey;
        border-radius: 5px;
    }

    .contactSeacrch::-moz-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        width: 1em;
    }

    .contactSeacrch::-moz-scrollbar {
        background-color: transparent;
        width: 6px;
    }

    .contactSeacrch ul li a {
        color: #989898;
        font-size: 18px;
        padding: 10px 5px;
        display: inline-block;
        text-transform: uppercase;
    }

        .contactSeacrch ul li a:focus {
            color: #000000;
        }
/* CRM Page css end here */

/* media queries start here */

@media (max-width: 411px) {
    #custom_carousel .controls li {
        padding: 2px 10px;
    }

    .DashBoardHeader ul li {
        font-size: 10px;
    }

        .DashBoardHeader ul li a img {
            height: 30px;
        }
}

@media (max-width: 319px) {
    #custom_carousel .controls li a {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px)
{
    .custommodal-dialog {
        padding-top: 55px !important;
    }
    
}
@media screen and (min-width: 768px) {
    .modal-dialog {
        margin-left: -100% !important;
    }
    
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (max-height: 600px) {
    .whoopsImg {
        width: 65px;
    }

    .whoopsLgSec .infoPara {
        font-size: 11px;
        padding-bottom: 10px;
    }

    .whoopsLgSec .FormthemeBtn.YellowBtn, .whoopsLgSec .FormthemeBtn.DrkBluBtn {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .AdvsrSec h6 {
        font-size: 11px;
        margin: 14px 0px;
    }

    .whoopsLgSec .FormthemeBtn {
        margin-top: 10px;
        font-size: 14px;
        padding: 8px 25px;
    }

    .FnlAmt {
        font-size: 20px;
    }

        .FnlAmt small {
            font-size: 12px;
        }
}

@media (max-height: 500px) {
    .whoopsImg {
        width: 65px;
        margin-bottom: 8px;
    }

    .whoopsLgSec .infoPara {
        padding-bottom: 2px;
    }

    .AdvsrSec h6 {
        margin: 5px 0px
    }

    .FnlAmt {
        font-size: 15px;
    }

        .FnlAmt small {
            font-size: 10px;
        }
}

@media (min-height: 601px) {
    .whoopsImg {
        width: 72px;
        margin-bottom: 10px;
    }

    .AdvsrSec h6 {
        margin: 10px 0px;
    }

    .whoopsLgSec .FormthemeBtn {
        margin-top: 16px;
    }

        .whoopsLgSec .FormthemeBtn.YellowBtn, .whoopsLgSec .FormthemeBtn.DrkBluBtn {
            margin-top: 5px;
            margin-bottom: 5px;
        }

    .FnlAmt {
        font-size: 22px;
    }

        .FnlAmt small {
            font-size: 13px;
        }
}
/* media queries end here */

/* View Request page css start here */

.viewDat {
    position: relative;
    padding: 11px 0px;
}

.ReqstFltr {
    position: absolute;
    width: 20px;
    top: 12px;
    right: 14px;
    z-index: 999;
}

.pad3 {
    padding-left: 3px;
    padding-right: 3px;
}

.viewRqstTblHdr {
    background: #dedbdb;
}

    .viewRqstTblHdr ul li, .viewRqstTblBdy ul li {
        display: block;
        float: left;
        color: #000000;
        font-size: 13px;
        font-weight: 700;
        padding: 10px 5px;
        text-transform: uppercase;
    }

        .viewRqstTblHdr ul li:first-child, .viewRqstTblBdy ul li:first-child {
            width: 30%;
        }

        .viewRqstTblHdr ul li:nth-child(2), .viewRqstTblHdr ul li:nth-child(3), .viewRqstTblHdr ul li:nth-child(4), .viewRqstTblBdy ul li:nth-child(2), .viewRqstTblBdy ul li:nth-child(3), .viewRqstTblBdy ul li:nth-child(4) {
            width: 23.33%;
        }

.viewRqstTblBdy ul {
    margin-bottom: 4px;
    float: left;
    width: 100%;
    box-shadow: 0px 1px 1px 1px #bdbbbb;
    -moz-box-shadow: 0px 1px 1px 1px #bdbbbb;
    -webkit-box-shadow: 0px 1px 1px 1px #bdbbbb;
    background: #ffffff;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
}

    .viewRqstTblBdy ul li {
        font-weight: 400;
        background: #ffffff;
    }

.viewRqstRow2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 138px;
    bottom: 0;
    overflow-y: scroll;
}

/* View Request page css end here */

/*Added by Hemant for table structure inside accordion dashboard page*/
.tbcss {
    width: 99.9%;
    vertical-align: central !important;
    font-size: 14px;
}

.tbthindash {
    /*border-bottom: dashed thin #000000;
            border-top: dashed thin #000000;*/
    vertical-align: middle !important;
    border-top: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
}

.tbthindashlr {
    /*border-left: dashed thin #000000;
            border-right: dashed thin #000000;*/
    padding: 7px;
    border: solid 1px #b1b1b1;
}

.lblAlignRight {
    text-align: right;
}

.lblPoss {
    margin-top: 5px;
    font-weight: normal !important;
}

.lblPoss1 {
    font-weight: normal !important;
    color: #606060;
    font-size: 14px;
}

.valign_top {
    vertical-align: top;
}

table.tbcss tbody tr td label {
    font-weight: 400;
}

table.tbcss tbody tr td {
    color: #606060;
}

    .bldFnt, table.tbcss tbody tr td label.bldFnt {
        font-weight: bold;
        margin-bottom: 22px;
    }

.padbtn20td {
    padding-bottom: 20px;
}

.graphimg img {
    width: 200px;
}

.norbrdr {
    border: 0px !important;
}

.tdgrayclr .tbthindash {
    color: #606060;
}

.gnrlTblHeadFtr {
    background: #5b5b5b;
    color: #ffffff;
}

    .gnrlTblHeadFtr.tbthindash {
        color: #ffffff;
    }

.Loaderwidth {
    width: 12% !important;
}

/*css end (Hemant)*/
.MfOnlineRow .pad5 {
    padding-left: 0px;
    padding-right: 0px;
}

.MfOnlineRow .panelPortfolio a {
    padding: 18px 85px 18px 75px;
}

.MfOnlineRow .EachPort p {
    /*padding-bottom: 10px;*/
    padding-bottom: 0px;
    font-size: 15px;
}


/* Communication page css start*/
.ComunComps1Row h2 {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    padding-bottom: 20px;
}

.ComunComps1Row textarea {
    border-color: #5e86ab;
    box-shadow: none;
    border-radius: 0px;
    height: 332px;
    margin: 0px 0px 20px;
}

.ComunComps1Row {
    padding: 25px 20px;
}

.ComposForm .cmpsLbl {
    font-size: 18px;
    color: #000000;
    padding: 0px 0px;
}

.ComposForm .form-control {
    height: 29px !important;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    box-shadow: none;
    position: relative;
    padding: 5px 6px;
    border: 0px;
    border-radius: 0px;
    background: transparent;
    border-bottom: 1px solid #042d8d;
}

.ComposForm .basicInfoForm .form-group.grpHed label:last-child {
    color: #868b8d;
    bottom: 0px;
    left: 0;
    opacity: 1;
    margin-left: 15px;
    padding: 0px 6px;
}

.ComposForm .basicInfoForm .form-group.grpHed label + label {
    margin-left: 15px;
}

.ComposForm .basicInfoForm .grpHed .iptLbl input + span {
    padding: 9px 2px;
    top: 0px;
    font-weight: 500;
    font-size: 18px;
}


.ComposForm.basicInfoForm .grpHed .iptLbl input:checked + span {
    color: #ffffff;
}

.ComposForm .iptLbl {
    opacity: 1;
    position: relative;
    display: inline-block;
    padding: 4px 25px;
    bottom: 0px;
    width: 130px;
    height: 41px;
}

.ComposForm .basicInfoForm .form-group label {
    margin-bottom: 0px;
}

.ComposForm .basicInfoForm .form-group {
    text-align: left;
    margin-bottom: 0px;
}

.ComposForm form > .row:first-child {
    margin-bottom: 20px;
}

.ComposForm form > .row {
    margin-bottom: 15px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
}

.cmposBtn {
    color: #ffffff;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 4px;
    font-weight: 500;
    background: #19abfa;
    border: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
    min-width: 150px;
}

.marTpmr {
    margin-top: 60px;
}



.ComposSearch {
    margin-bottom: 20px;
}

    .ComposSearch .SrchBar .form-control {
        border-color: #5e86ab;
        box-shadow: none;
        color: #848484;
        font-size: 18px;
        height: 34px;
        border-radius: 0px;
        font-style: italic;
    }

    .ComposSearch .SrchBar {
        padding-right: 45px;
    }

.ComposSearch {
    position: relative;
}

.compasFltr {
    /*position: absolute;
	top: 0;
	right:0;
	width: 35px;*/
    position: absolute;
    top: 6px;
    right: 14px;
    width: 27px;
}

.receipntTable table {
    width: 100%;
}

    .receipntTable table thead tr th {
        background: #d9d9d9;
        font-weight: 500;
    }

        .receipntTable table thead tr th:nth-child(2) {
            width: 35% !important;
        }

        .receipntTable table thead tr th:nth-child(3) {
            width: 23% !important;
        }

    .receipntTable table thead tr th, .receipntTable table tbody tr td {
        font-size: 18px;
        padding: 8px;
        color: #000000;
        border-bottom: 1px solid #d1d1d1;
    }

        .receipntTable table tbody tr td a {
            font-size: 18px;
        }
        /* .receipntTable .selectCheck .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon
{
	color: #000000;
}
.receipntTable .selectCheck .checkbox .cr
{
	    border: 1px solid #000000;
} */
        .receipntTable table thead tr th:first-child, .receipntTable table tbody tr td:first-child {
            text-align: center;
        }

.receipntTable .selectCheck li label:last-child, .receipntTable .selectCheck li label {
    width: auto;
}

.fltrTbl table tbody tr td {
    font-weight: 500;
}

.modal-header .close {
    margin-top: -30px;
    width: 30px;
    height: 30px;
    background: #a71506;
    text-shadow: none;
    color: #ffffff;
    opacity: 1;
    border-radius: 4px;
}

.comFltrPoup .modal-content {
    box-shadow: none;
    border: 1px solid #3e77ad;
}

.comFltrPoup .modal-header {
    margin: 0px 15px;
    padding: 10px 0px;
    border-bottom: 1px solid #accf94;
}

.comFltrPoup .modal-title {
    font-size: 18px;
    color: #595959;
}

.comFltrPoup .AptabCont label span {
    font-size: 16px;
}

.comFltrPoup .AptabCont label:first-child span {
    left: -160px;
}

.comFltrPoup .ComposForm {
    margin-top: 15px;
}

.cmpFltrBtn .pad2:first-child {
    padding-right: 10px;
}

.cmpFltrBtn .pad2:last-child {
    padding-left: 10px;
    padding-right: 5px;
}

.wdth100per {
    width: 100%;
}

#CompassFltrMdl .receipntTable table thead tr th, #CompassFltrMdl .receipntTable table tbody tr td {
    border: 1px solid #d1d1d1;
}

.sentMsgFrmt p {
    background: #00cc00;
    padding: 10px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #3e77ad;
}

.MsgSpn span {
    font-size: 25px;
}

.sentMsgFrmt {
    padding: 0px 20px;
}

@media (max-width: 650px) {
    .ComunComps1Row h2 {
        font-size: 24px;
    }
}

@media (max-width: 500px) {
    .ComposForm .iptLbl {
        padding: 4px 0px;
        width: 115px;
    }

    .ComposForm .basicInfoForm .form-group.grpHed label + label {
        margin-left: 10px;
    }

    .ComunComps1Row h2 {
        font-size: 21px;
    }

    .ComposSearch .SrchBar .form-control, .receipntTable table thead tr th, .receipntTable table tbody tr td {
        font-size: 18px;
    }

        .receipntTable table tbody tr td a {
            font-size: 18px;
        }

    .comFltrPoup .modal-title {
        font-size: 15px;
    }

    .modal-header .close {
        margin-top: -24px;
        width: 24px;
        height: 24px;
    }
}

@media (min-width: 400px) {
    .comFltrPoup .AptabCont label span br {
        display: none;
    }

    .AptabCont label:first-child span, .AptabCont label:last-child span {
        top: -4px;
    }
}

@media (max-width: 399px) {
    .AptabCont.AptabContFltr label:last-child span {
        top: -8px;
    }
}

@media (max-width: 420px) {
    .ComunComps1Row {
        padding: 0px 0px 20px;
    }

    .ComposForm .cmpsLbl {
        font-size: 14px;
        color: #000000;
        font-weight: normal;
    }

    .ComposForm .form-control {
        font-size: 14px;
        height: 40px;
    }

    .ComposForm .iptLbl {
        padding: 4px 0px;
        width: 88px;
        height: 37px;
    }

    .ComposForm .basicInfoForm .grpHed .iptLbl input + span {
        padding: 9px 0px;
        font-size: 13px;
    }

    .ComposForm .basicInfoForm .form-group.grpHed label + label {
        margin-left: 0px;
    }

    .ComposForm form > .row:first-child {
        margin-bottom: 13px;
    }

    .ComposForm form > .row {
        margin-bottom: 10px;
    }

    .cmposBtn {
        font-size: 13px;
        margin-top: 10px;
        padding: 10px 9px;
        min-width: 121px;
    }

    .ComunComps1Row textarea {
        height: 200px;
    }

    .ComunComps1Row h2 {
        font-size: 14px;
        background: #24C4A3;
        padding: 14.5px 10px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 5px;
    }

    .comFltrPoup .AptabCont label span {
        font-size: 12px;
    }

    .comFltrPoup .AptabCont label:first-child span {
        right: 30px;
        top: 0px;
        width: auto;
        left: auto;
    }

    .ComposSearch .SrchBar .form-control, .receipntTable table thead tr th, .receipntTable table tbody tr td {
        font-size: 14px;
    }

        .receipntTable table tbody tr td a {
            font-size: 14px;
        }

    .sentMsgFrmt h4 {
        font-size: 14px;
    }

    .sentMsgFrmt p {
        font-size: 14px;
        padding: 4px;
        margin-bottom: 13px;
    }

    .MsgSpn span {
        font-size: 18px;
    }

    .AptabCont .btn-group {
        max-width: 45px;
    }

    .AptabCont label {
        width: 22px;
        height: 20px;
    }

        .AptabCont label.btn.active:before {
            width: 20px;
            height: 20px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}
/* media queries end here */

/* Communication page css end*/

.ComunComps2Row .ComposSearch {
    margin-bottom: 0px;
}

.ComunComps2Row .SrchBar .form-control {
    background: transparent;
    color: #ffffff !important;
    font-size: 14px;
    border: 0px;
    border-bottom: 1px solid #ffffff;
}

    .ComunComps2Row .SrchBar .form-control::-webkit-input-placeholder {
        color: #ffffff !important;
    }

    .ComunComps2Row .SrchBar .form-control::-moz-input-placeholder {
        color: #ffffff !important;
    }

    .ComunComps2Row .SrchBar .form-control:-ms-input-placeholder {
        color: #ffffff !important;
    }

.ComunComps2Row .SrchBar {
    background: #24C4A3;
    padding: 5px 56px 5px 5px;
}

.pad15 {
    padding-left: 15px;
    padding-right: 15px;
}

.CommuNoti .AptabCont label {
    width: 26px;
}

.CommuNoti .AptabCont .btn-group {
    max-width: 52px;
}

.CommuNoti .form-group span {
    font-size: 14px;
}

    .CommuNoti .form-group span:first-child {
        right: 30px;
        left: auto;
        width: 99px;
        text-align: left;
    }

    .CommuNoti .form-group span:last-child {
        width: 99px;
        text-align: right;
    }

.ComposForm form > .row {
    display: block;
}

.CommuNoti {
    padding: 10px 0px 0px;
    box-shadow: 0 5px 5px -5px #333;
    -webkit-box-shadow: 0 5px 5px -5px #333;
    -moz-box-shadow: 0 5px 5px -5px #333;
}

.basicInfoForm.CommuNoti {
    padding-bottom: 20px;
    padding-top: 0px;
}

/*5 feb 2018 css start here*/
.PrflViewChngPage .panel-title {
    padding: 0px 0px 0px 0px;
    color: #606060;
}

.PrflViewChngPage .basicInfoTab .panel-default > .panel-heading {
    background-color: transparent;
}

.PrflViewChngPage .glyphicon:before {
    -webkit-text-stroke: 2px #ffffff;
}

.PrflViewChngPage .active-faq .glyphicon:before {
    -webkit-text-stroke: 2px #5b5b5b;
}

.active-faq .panel-title {
    color: #ffffff;
}

.PrflViewChngPage .basicInfoTab .panel-default, .PrflViewChngPage .basicInfoTab .panel-default > .panel-heading {
    border: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.PrflViewChngPage .basicInfoTab .panel-default {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    margin-bottom: 7px;
}

.PrflViewChngPage .basicInfoTab {
    padding: 20px 5px 0px;
    margin-top: 11px;
}

.PrflViewChngPage .frmBtnNew {
    color: #ffffff;
    background: #052D8D;
    border: 0px;
    padding: 5px 10px;
    min-width: 76px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 4px;
    box-shadow: -2px 5px 3px -2px rgba(0,0,0,0.5);
}

.PrflViewChngPage .errTxt {
    color: #ff0000;
    font-size: 9px;
    padding: 5px 0px;
}

.PrflViewChngPage .grpHed {
    text-align: left;
    margin-bottom: 0px;
    margin-top: 10px;
}

.clrBlk {
    color: #4c4c4c !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    left: 17px !important;
    top: -1px !important;
}

.PrflViewChngPage .selectCheck .checkbox .cr {
    left: 0px !important;
}

.PrflViewChngPage .form-group label.LblPlce {
    font-weight: 400;
    color: #ffffff;
    font-size: 8px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 23px;
    top: auto;
    opacity: 0;
    text-transform: uppercase;
    padding: 0px 12px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.PrflViewChngPage .basicInfoForm .form-group.grpHed label:last-child {
    color: #555555;
    bottom: 45px;
    left: 0;
    opacity: 1;
    padding: 0px 0px;
}

.PrflViewChngPage .basicInfoForm .form-control:focus ~ label.LblPlce, .PrflViewChngPage .form-group label.LblPlce.actv, .PrflViewChngPage .basicInfoForm select.form-control ~ label.LblPlce, .PrflViewChngPage .basicInfoForm input[type="date"].form-control ~ label.LblPlce {
    top: 0;
    opacity: 1;
    padding-left: 0px;
    color: #555555;
}

.PrflViewChngPage .basicInfoForm .form-control, #selectAMC {
    padding: 14px 0px 0px;
}

.PrflViewChngPage .form-control[disabled], .form-control[readonly], .PrflViewChngPage fieldset[disabled] .form-control {
    background-color: transparent;
    opacity: 1;
}

.PrflViewChngPage .selectCheck {
    z-index: 9;
    position: relative;
}

    .PrflViewChngPage .selectCheck .clrBlk {
        font-size: 11px !important;
        font-weight: 400 !important;
        left: 17px !important;
        top: 2px !important;
    }

.ServicePrefenceRes1 .iptLbl {
    opacity: 1;
    position: relative;
    display: inline-block;
    padding: 17px 33px;
    bottom: 7px;
}
/*Multiselect css start here*/
.multiselect-native-select .multiselect {
    width: 100%;
    padding: 8px 0px;
    text-align: left;
    height: 40px;
    border: 0px;
    overflow: hidden;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

    .multiselect-native-select .multiselect:focus, .multiselect-native-select .open > .dropdown-toggle.btn-default {
        background-color: #ffffff !important;
    }

span.multiselect-native-select .caret {
    display: none;
}

.multiselect-selected-text {
    position: relative !important;
    top: 0 !important;
    left: -1px !important;
    font-size: 12px;
    width: 100% !important;
}

.multiselect-container {
    z-index: 999999;
    margin-top: 40px;
}

.frmBtnNew:focus {
    background: #5b9bd5;
    border: 0px;
    outline: none;
}

.multiselect-native-select .dropdown-menu > .active > a, .multiselect-native-select .dropdown-menu > .active > a:hover, .multiselect-native-select .dropdown-menu > .active > a:focus {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}

span.multiselect-native-select {
    right: auto;
    top: 0px;
    display: block;
    width: 100%;
    left: 0;
    z-index: 99;
    border-bottom: 1px solid #009ee3;
}

.multiselect-native-select .btn-group {
    display: block;
}

.CRMGrpLbl {
    position: absolute;
    left: -1px;
    opacity: 1;
    top: -2px;
    color: #868b8d;
    font-size: 8px;
    font-weight: 400;
    z-index: 999;
}

.CRMGrp {
    width: 80%;
    float: left;
    height: 40px;
}

.PlusBtn {
    width: 17%;
    background-image: url(../images/iconAddDetails.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    height: 40px;
    box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.2);
    float: right;
    border-radius: 4px;
}

.common_tablePopUp, .common_tablePopUp2 {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    top: 0px;
}

.common_tableCellPopUp {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .common_tableCellPopUp .data, .common_tablePopUp2 .data {
        display: inline-block;
        margin: 2%;
        width: 96%;
        max-width: 600px;
        background: #fff;
        border-radius: 8px;
        position: relative;
        background: #fff;
    }

.BD-popup-Box {
    overflow-y: scroll;
    max-height: 475px;
    border: 0px solid #8f1c21;
    border-radius: 8px;
    padding: 10px;
}

.popup-BD-tbl-Div {
    background: transparent;
    width: 100%;
    float: left;
    color: #052D8D;
}

.common_tablePopUp2 h2 {
    background: transparent;
    padding: 5px;
    font-weight: 700;
    color: #052D8D;
    text-align: left;
    font-size: 16px;
}

.common_tablePopUp2 .basicInfoForm {
    margin-top: 8px;
}

.CrmRemvFld {
    max-height: 190px;
    min-height: 190px;
    overflow: auto;
    border-radius: 4px;
    border: solid 1px #DEDEE0;
}

    .CrmRemvFld ul li {
        text-align: left;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        align-items: center;
        border-bottom: 1px dashed gray;
        -moz-align-items: center;
        -webkit-align-items: center;
        padding: 6px 1px;
    }

        .CrmRemvFld ul li span {
            padding-top: 6px;
            padding-left: 20px;
        }

/*.multiselect-selected-text
{
    position: relative !important;
    top: 0 !important;
    left: -1px;
    font-size: 12px;
    width: 100% !important;
}
span.multiselect-native-select .caret {
    display: none;
}*/
.radioButtonCont {
    float: right;
}

    .radioButtonCont .commonRadioBtn {
        display: none;
    }

        .radioButtonCont .commonRadioBtn + label {
            display: block;
            color: #292321;
            padding: 0px 0px 0px 0px;
            margin: 2px 0px 0px -5px;
        }

            .radioButtonCont .commonRadioBtn + label .checkImg {
                display: inline-block;
                width: 35px;
                height: 35px;
                border: solid 1px transparent;
                vertical-align: middle;
                cursor: pointer;
                -moz-border-radius: 100%;
                border-radius: 100%;
                border: 1px solid rgba(0,0,0,0.2);
            }

        .radioButtonCont .commonRadioBtn:checked + label .checkImg {
            box-shadow: inset 0px 0px 2px 2px rgba(0, 112, 192, 0.5);
            background: #052D8D;
            color: #ffffff !important;
        }

        .radioButtonCont .commonRadioBtn + label .checkImg { /*background:rgba(0,0,0,0.1) url(../images/male1.png) no-repeat center;*/
            background-size: 23px;
        }

        .radioButtonCont .commonRadioBtn:checked + label .checkImg { /*background:#eaeff7  url(../images/male1.png) no-repeat center;*/
            background-size: 23px;
        }

    .radioButtonCont .commonRadioBtn1 {
        display: none;
    }

        .radioButtonCont .commonRadioBtn1 + label {
            display: block;
            color: #292321;
            padding: 0px 0px 0px 0px;
            margin: 2px 0px 0px -5px;
        }

            .radioButtonCont .commonRadioBtn1 + label .checkImg {
                display: inline-block;
                width: 35px;
                height: 35px;
                border: solid 1px transparent;
                vertical-align: middle;
                cursor: pointer;
                -moz-border-radius: 100%;
                border-radius: 100%;
                border: 1px solid rgba(0,0,0,0.2);
                font-size: 25px;
                text-align: center;
                color: #5b5b5b;
                padding-top: 5px;
            }

.commonRadioBtn + label .checkImg {
    font-size: 25px;
    text-align: center;
    color: #5b5b5b;
    padding-top: 5px;
}

#faq-cat-1-sub-4 .basicInfoForm {
    padding-bottom: 7px;
}

.radioButtonCont:first-child {
    margin-left: 14px;
}

.radioButtonCont .commonRadioBtn1:checked + label .checkImg {
    box-shadow: inset 0px 0px 2px 2px rgba(0, 112, 192, 0.5);
    background: #19abfa;
    color: #ffffff !important;
}

.radioButtonCont .commonRadioBtn1 + label .checkImg { /*background:rgba(0,0,0,0.1) url(../images/fmale1.png) no-repeat center;*/
    background-size: 23px;
}

.radioButtonCont .commonRadioBtn1:checked + label .checkImg { /*background:#eaeff7  url(../images/fmale1.png) no-repeat center;*/
    background-size: 23px;
}



/* Address page start here */

.Address-3tab-div {
    float: left;
    height: 30px;
    background: #F2F2F2; /*box-shadow:0px 5px 5px -5px rgba(0,0,0,0.8);*/
    width: 100%;
}

    .Address-3tab-div .common33perc-tab {
        float: left;
        width: 33.33%;
        height: 30px;
        line-height: 32px;
        color: #000;
        font-size: 14px;
        text-align: center;
        box-shadow: 0px -1px 1px 1px rgba(0,0,0,0.3);
    }

        .Address-3tab-div .common33perc-tab.active {
            color: #fff;
            background: #052D8D;
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
        }

.MT45px {
    margin-top: 45px;
}

.AAradioButtonDiv {
    float: left;
    width: 30px;
}

.PR {
    position: relative;
}

.AAradioTextDiv {
    float: left;
    color: #545454;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    text-transform: none;
}


/* Bank Detail page start here */

.BD-tbl-Div {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    float: left;
}

    .BD-tbl-Div table {
        border-collapse: collapse;
        width: 100%;
        font-size: 12px;
        border: 1px solid #ccc;
    }

        .BD-tbl-Div table th {
            border-bottom: 1px solid #adadad;
            padding: 5px;
            background: #052D8D;
            color: #fff;
            font-weight: normal;
            text-align: left;
            vertical-align: middle;
        }

        .BD-tbl-Div table td {
            border-bottom: 1px solid #ccc;
            color: #2d2947;
            text-align: left;
            position: relative;
            padding: 5px;
            vertical-align: middle;
        }

.info-circle {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #0260aa;
    color: #0260aa;
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.3);
}

.Iicon {
    margin-top: 1px;
    font-size: 17px;
    -webkit-text-stroke: 1px #0260aa;
    color: #fff;
}

    .Iicon:active {
        -webkit-text-stroke: 1px #f7a500;
        color: #0260aa;
    }

.info-circle:active {
    background: #f7a500;
}



/* Bank Detail Popup page start here */
.DigrmTblShadow {
    box-shadow: 0px -2px 1px -1px #cccccc;
    -moz-box-shadow: 0px -2px 1px -1px #cccccc;
    -ms-box-shadow: 0px -2px 1px -1px #cccccc;
    -webkit-box-shadow: 0px -2px 1px -1px #cccccc;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

/*7 feb 18 css start*/


/*26 feb 18*/
.PrflViewChngPage .panel-heading {
    padding: 16px 15px;
}

/*1 march 18*/
.MfOnlineRow .panelPortfolio .TabImgSec {
    height: 35px;
}

    .MfOnlineRow .panelPortfolio .TabImgSec img {
        width: auto;
        height: 31px;
    }


/* OnBoarding ralated css start here */

.fix_bdyScroll {
    position: fixed;
    top: 48px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background: #ffffff;
}

.UsageLog_main .form-group.grpHed {
    max-width: 280px;
    margin: 0px auto;
}

.UsageLog_main.ComposForm .iptLbl {
    width: 41%;
    float: left;
    margin: 0px 10px !important;
}

.anchor_link_clr, a.anchor_link_clr {
    color: #0070c0;
}

.block_level {
    float: left;
    width: 100%;
}

.mrgnTop10 {
    margin-top: 10px;
}

.mrgnTop15 {
    margin-top: 15px;
}

.text-left {
    text-align: left !important;
}

.whatsap_TD a {
    display: inline-block;
    padding: 0px 5px;
}

.whatsap_TD img {
    width: 17px;
}

.whatsap_TD img {
    width: 25px;
}


.UsageLogin_SingleSec {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 10px 100px 10px 10px;
    box-shadow: 0px 1px 3px 2px #d9d9d9;
    -moz-box-shadow: 0px 1px 3px 2px #d9d9d9;
    -webkit-box-shadow: 0px 1px 3px 2px #d9d9d9;
}

    .UsageLogin_SingleSec label {
        margin: 0px;
    }

        .UsageLogin_SingleSec label span {
            color: #a6a6a6;
            font-weight: normal;
        }

.whatsap_filter {
    position: absolute;
    right: 10px;
    top: 10px;
}

@media(min-width: 421px) {
    .UsageLogin_SingleSec label {
        font-size: 18px;
    }
}

@media(max-width: 364px) {
    .whatsap_TD a {
        padding: 0px 3px;
    }

    .whatsap_TD img {
        width: 17px;
    }
}

@media (min-width: 365px) and (max-width: 420px) {
    .whatsap_TD a {
        padding: 0px 4px;
    }

    .whatsap_TD img {
        width: 20px;
    }
}

@media (min-width: 421px) and (max-width: 576px) {
    .whatsap_TD img {
        width: 24px;
    }

    .UsageLog_main .form-group.grpHed {
        max-width: 350px;
    }
}

@media (min-width: 577px) {
    .UsageLog_main .form-group.grpHed {
        max-width: 370px;
    }
}

.panel-heading {
    padding: 3px 15px;
}

.panel-group {
    margin-bottom: 6px;
}

.onBorngBnr {
    border-radius: 4px;
    -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);
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.16);
    background: linear-gradient(114deg, #19ABFA, #004DB9);
    background: -ms-linear-gradient(114deg, #19ABFA, #004DB9);
    background: -moz-linear-gradient(114deg, #19ABFA, #004DB9);
    background: -webkit-linear-gradient(114deg, #19ABFA, #004DB9);
    margin-bottom: 8px;
}

.onBorngBnrinner {
    padding: 10px 10px 10px 70px;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: 90px;
    background-position: left bottom;
    overflow: hidden;
    background-image: url(../images/OnBoardingbanner.png);
}

    .onBorngBnrinner.onBorngBnrinnerRight {
        background-position: right 40px;
        text-align: left;
        padding-left: 10px !important;
        padding-right: 100px !important;
    }

    .onBorngBnrinner h4 {
        color: #FFE600;
        font-size: 19px;
        font-weight: 500;
        padding-bottom: 4px;
    }

    .onBorngBnrinner p {
        color: #FFFFFF;
        font-size: 12px;
    }

    .onBorngBnrinner a {
        text-decoration: none;
        color: #ffffff;
        display: inline-block;
        padding: 3px 17px;
        border-radius: 20px;
        font-size: 12px;
        border: 1px solid #ffffff;
        margin: 5px 0px;
    }

.newOnbrdg {
    position: absolute;
    left: -26px;
    top: 11px;
    transform: rotate(-40deg);
}

    .newOnbrdg p {
        font-size: 14px;
        padding: 0px 33px;
        background: linear-gradient(231deg, #FF8888, #FC4D4D);
    }

@media (max-width: 550px) {
    .onBorngBnrinner h4 {
        font-size: 17px;
    }
}

@media (min-width: 550px) {
    .onBorngBnrinner {
        background-size: 116px;
    }

        .onBorngBnrinner h4 {
            font-size: 28px;
        }

        .onBorngBnrinner p {
            font-size: 16px;
        }

        .onBorngBnrinner a {
            font-size: 16px;
        }
}


/* Trial Page css start here */

.onBrdgTimlin1 {
    margin-top: 48px;
    text-align: center;
    padding: 15px 0px 10px;
}

    .onBrdgTimlin1 h4 {
        color: #000000;
        font-size: 18px;
        padding-bottom: 5px;
        font-weight: 600;
    }

    .onBrdgTimlin1 p, .trialCountSec p {
        color: #3C4651;
        font-size: 14px;
        padding-bottom: 15px;
    }

.timLineImg {
    max-width: 140px;
    margin-bottom: 24px;
}

.SlefiIMG {
    max-width: 96px;
}

.trialCountSec {
    padding: 10px;
    background: rgba(0, 77, 185, .1);
}

    .trialCountSec h6 {
        color: #3C4651;
        font-size: 10px;
        margin-top: 15px;
    }

.smalBTN {
    float: left;
    width: 100%;
    margin: 0px;
}

    .smalBTN .FormthemeBtn {
        font-size: 12px;
        padding: 8px 1px;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
        min-width: 100%;
    }

.trialFooter p {
    color: #3C4651;
    font-size: 12px;
    text-align: center;
    font-style: italic;
    padding-bottom: 15px;
}


.count_trial {
    width: 127px;
    height: 127px;
    margin: 0px auto;
    display: table;
    position: relative;
    border: 15px solid rgba(60, 70, 81, 0.1);
    border-radius: 50%;
}

    .count_trial font {
        display: table-cell;
        height: 100%;
        width: 100%;
        vertical-align: middle;
        color: #1D242B;
        font-size: 56px;
        font-weight: 600;
        position: relative;
        z-index: 999;
        border-radius: 50%;
        background: #edf2fa;
    }

    .count_trial small {
        position: absolute;
        width: 0px;
        height: 0px;
        border-right: 62px solid transparent;
        border-top: 62px solid #004DB9;
        border-left: 62px solid transparent;
        border-bottom: 62px solid transparent;
        border-top-left-radius: 62px;
        border-top-right-radius: 62px;
        border-bottom-left-radius: 62px;
        border-bottom-right-radius: 62px;
        left: -13px;
        top: -14px;
        transform: rotate(42deg);
        -o-transform: rotate(42deg);
        -ms-transform: rotate(42deg);
        -moz-transform: rotate(42deg);
        -webkit-transform: rotate(42deg);
    }
/* .count_trial small:before
{
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	background: #004DB9;
} */
/* Trial Page css end here */

.circle-chart__circle {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform-origin: center;
    animation: circle-chart-fill 2s reverse;
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

/* OnBoarding ralated css end here */

/* 2020 13 Nov */

.ifa_table20 {
    padding: 15px;
    float: left;
    width: 100%;
}

    .ifa_table20 table {
        border-collapse: collapse;
        border: 1px solid #6d6d6d;
        width: 100%;
    }

    .ifa_table20 tr td, .ifa_table20 tr th {
        padding: 6px;
        border: 1px solid #909090;
        font-weight: 500;
    }

    .ifa_table20 tr th {
        background-color: #d9d9d9;
    }

.ifa_selectedTD {
    background-color: #f2f2f2;
}

.ifa_table20 tr td {
    color: #000000;
    font-size: 14px;
}

    .ifa_table20 tr td a {
        color: #0273cd;
        text-decoration: underline;
    }


/* Serach bar */

.ifa_search {
    position: relative;
    margin-bottom: 0px;
}

    .ifa_search .form-control {
        border-color: #41719c;
        border-radius: 0px;
    }

        .ifa_search .form-control::input-placeholder {
            font-style: italic;
        }

        .ifa_search .form-control::-moz-input-placeholder {
            font-style: italic;
        }

        .ifa_search .form-control::-webkit-input-placeholder {
            font-style: italic;
        }

    .ifa_search button i {
        padding: 4px;
    }

    .ifa_search button {
        position: absolute;
        right: 1px;
        top: 1px;
        background: #5b9bd5;
        border: 0px;
        color: #ffffff;
        font-size: 27px;
        -webkit-text-stroke: 2px #5b9bd5;
    }

.ifa_table20 h5 {
    font-weight: 600;
    font-size: 12px;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}

/* 2020 13 Nov */
.selectCheck_ifa li label {
    display: inline-block;
    width: 100% !important;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    opacity: 1;
    position: relative;
    color: #807f80;
    text-align: left;
    padding-left: 21px;
}

.selectCheck_ifa .checkbox .cr {
    position: absolute;
    display: inline-block;
    border: 1px solid #0260aa;
    border-radius: 0px;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 0px;
    color: #000000;
    top: 1px;
    left: 0;
}

.allOver_border table tbody tr td, .allOver_border table tbody tr th {
    border: 1px solid #d1d1d1 !important;
}

.marginTop20 {
    margin-top: 20px;
}

/*28 jan 21*/
.basicInfoTab .panel-title {
    font-size: 13px;
    font-weight: 400;
    padding: 0px;
}

.panel-heading.P15px {
    padding: 15px;
}

.pad2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.pad2_notification {
    margin-top: 2px;
}

.pad2_notification_lbl {
    margin-left: 2px;
}
/* Serach bar */

.ifa_search {
    position: relative;
    margin-bottom: 0px;
}

    .ifa_search .form-control {
        border-color: #41719c;
        border-radius: 0px;
        height: 40px;
        font-size: 11px;
        color: #000000;
        text-transform: uppercase;
        box-shadow: inset 0px 0px 1px 1px rgb(0 0 0 / 20%);
        position: relative;
        padding: 13px 6px;
        border: none;
    }

        .ifa_search .form-control::input-placeholder {
            font-style: italic;
        }

        .ifa_search .form-control::-moz-input-placeholder {
            font-style: italic;
        }

        .ifa_search .form-control::-webkit-input-placeholder {
            font-style: italic;
        }

    .ifa_search button i {
        padding: 4px;
    }

    .ifa_search button {
        position: absolute;
        right: 1px;
        top: 0px;
        background: #5b9bd5;
        border: 0px;
        color: #ffffff;
        font-size: 27px;
        z-index: 9;
        -webkit-text-stroke: 2px #5b9bd5;
    }

    .ifa_search #ui-id-1 {
        position: absolute;
        left: 0;
        right: 0;
        top: 40px !important;
        width: auto !important;
        height: 100px;
        overflow: auto;
        z-index: 99;
        background: #ffffff;
    }

        .ifa_search #ui-id-1 li {
            list-style: none;
            padding: 5px;
        }

.overflow_y_visible {
    overflow: visible !important;
}

.text_center {
    text-align: center !important;
}

/*23 feb 2021 css*/
.healthInsu_notification {
    padding: 15px;
    float: left;
    width: 100%;
    background: #ffffff;
    margin-top: 15px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 30%);
}

    .healthInsu_notification ul li span {
        font-weight: bold;
        width: 50%;
        float: left;
        text-align: left;
        color: #505050;
        font-size: 14px;
    }

    .healthInsu_notification ul li {
        list-style: none;
        text-align: right;
    }

        .healthInsu_notification ul li + li {
            padding-top: 9px;
        }

.bell_icon {
    position: absolute;
    right: 13px;
    top: 6px;
}

    .bell_icon a {
        color: #ffffff;
        font-size: 20px;
    }

.cart_val {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #e6342a;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -8px;
    font-size: 12px;
    right: -10px;
}

.flexDiv_WMF {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

    .flexDiv_WMF a {
        border: 0px;
        padding: 0;
        margin: 0px;
        display: flex;
        border-radius: 0px;
        align-items: center;
    }

        .flexDiv_WMF a span {
            padding-top: 5px;
            padding-left: 10px;
        }

        .flexDiv_WMF a + a {
            margin-left: 15px;
            border-left: 1px solid #ffffff;
            padding-left: 15px;
        }

        .flexDiv_WMF a img {
            height: 18px;
        }

.mrgnBtm10 {
    margin-bottom: 10px !important;
}

/*Revamp Css start here*/
.revamp_body_bg {
    background-color: #F2F9FF;
}

.WMF_home_header {
    background-color: #FFFFFF;
}

    .WMF_home_header .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

.HomePgContent {
    margin-top: 56px;
}

.WMF_home_header .row {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
}

.home_txt {
    color: #090F36;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    font-size: 20px;
}

.heder_bel_dev img {
    float: right;
    width: 20px;
}

.welcome_txt {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
}

.welcome_txt2 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 900;
}

.sec_heading {
    font-size: 23px;
    font-weight: 500;
    /*font: var(--unnamed-font-style-normal) normal medium 24px/29px Roboto;*/
    text-align: left;
    /*font: normal normal medium 24px/29px Roboto;*/
    letter-spacing: 0px;
    /* color: #FFFFFF !important; */
    opacity: 1;
}

.hdg_white {
    color: #F2F9FF;
}

.hdg_black {
    color: #090F36;
}

.welcome_dev {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    background-image: url(/images/IFA_revamp/WMF_DashBoard_Bg.png)
}

.welcome_dev2 {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.welcome_img {
    margin: 0px auto;
    visibility: hidden;
}

.you_business_dev {
    margin-top: -140px;
}

.widegt_dev, .widegt_footer {
    float: left;
}

.widegt_main {
    display: flex;
    background-color: #ffffff;
    box-shadow: 2px 2px 4px #87889d21;
    border-radius: 8px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
}

.widegt_dev {
    padding: 12px 3px;
    width: 100%;
    position: relative;
    padding-bottom: 0px;
}

.widegt_devider {
    position: relative;
}

    .widegt_devider:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 12px;
        bottom: 0;
        background: #C1C1C165;
        width: 0.8px;
    }

.widegt_dev .col-xs-6 {
    padding: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.widegt_devEB {
    min-height: 150px;
}

.widegt_devGI {
    min-height: 230px;
}

    .widegt_devGI .widegt_dev_Grow {
        min-height: 150px;
    }

.Bus_Val {
    color: #052D8D;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
}

.DescriptionFD {
    float: left;
    padding: 10px 15px;
}

.Bus_Val_Cr {
    color: #052D8D;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

.Bus_label {
    display: flex;
    align-items: center;
    color: #808080;
    font-size: 12px;
}

    .Bus_label img {
        width: 15px;
        margin-right: 5px;
    }

.widegt_footer {
    border-radius: 0px 0px 8px 8px;
    background-color: #24C4A3;
    display: flex;
    align-items: center;
    color: #ffffff;
    letter-spacing: 0.12px;
    text-shadow: 0px 3px 6px #00000008;
    font-size: 12px;
    padding: 11px 15px;
}

    .widegt_footer p {
        width: 100%;
    }

        .widegt_footer p a {
            color: #ffffff !important;
            display: block;
        }

    .widegt_footer img {
        width: 14px;
    }

.widegt_dev_Grow {
    display: flex;
}

.widegt_Grow_img {
    width: 37px;
}

.widegt_Grow_content {
    width: 100%;
    padding-left: 10px;
    position: relative;
}

    .widegt_Grow_content h5 {
        color: #090F36;
        font-size: 14px;
        font-weight: 700;
        position: relative;
        padding-right: 15px;
        margin-bottom: 5px;
        display: block;
        display: -webkit-box;
        height: 15px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .widegt_Grow_content .widegt_Grow_Dwnld {
        border: 0px;
        background: transparent;
        width: 14px;
        position: absolute;
        right: -5px;
        top: 0px;
        display: inline-block;
    }

.business_detail_dev {
    padding-top: 5px;
    padding-bottom: 10px;
}


.widegt_Grow_content p {
    display: block;
    display: -webkit-box;
    color: #808080;
    font-size: 14px;
    /*line-height: 16px;*/
    /*height: 35px;*/
    /*-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
    /*overflow: hidden;
    text-overflow: ellipsis;*/
}

.business_detail_dev h5 {
    color: #090F36;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
}

.business_detail_dev p {
    color: #808080;
    font-size: 10px;
    font-weight: 300;
}

#widget_SlideID .owl-controls {
    display: none !important;
}

/*Bottom Nav*/
.BottomMenu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    z-index: 9999;
}

.overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.BottomMenu .container {
    margin: 0px 0px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

/*.BottomMenu.activeBtmMenu, */
.overlay.activeBtmMenu {
    display: flex;
    top: 0;
    z-index: 9999;
    align-items: flex-end;
    background-color: rgba(0, 0, 0, .7);
}

.BottomMenu_blue {
    background-color: #042D8D;
}

.Bottom_menuUl {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: left;
}

.BottomMenu ul li {
    list-style: none;
    text-align: center;
    padding: 10px 9px;
}

    .BottomMenu ul li a, .BottomMenu ul li span {
        display: block;
        font-size: 9px;
    }

.BottomMenu_blue ul li {
    position: relative;
}

    .BottomMenu_blue ul li a {
        color: #F8F5FF !important;
        position: relative;
    }

.BottomMenu_blue ul li {
    width: 20%;
}

    .BottomMenu_blue ul li a img {
        margin: 0px auto 5px;
        max-height: 20px;
    }

.BottomMenu_white {
    display: none;
    background-color: #ffffff;
    border-radius: 8px 8px 0px 0px;
}

.BottomMenu.activeBtmMenu .BottomMenu_white {
    display: block;
}

.BottomMenu_white ul li {
    width: 25%;
    position: relative;
    padding: 13px 9px;
}

    .BottomMenu_white ul li a {
        color: #002F99 !important;
    }

        .BottomMenu_white ul li a img {
            margin: 0px auto 9px;
            max-height: 20px;
        }

.BottomMenu_blue .Bottom_menuUl li:before {
    position: absolute;
    content: "";
    top: 0;
    left: 5px;
    right: 5px;
    height: 2px;
}

.BottomMenu_blue .Bottom_menuUl li.activeli:before {
    background-color: #ffffff;
}

.Imp_Note {
    position: absolute;
    right: 0;
    width: 15px;
    top: 6px;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
    color: #002F99;
    font-size: 18px;
    font-weight: 500;
}

.modal-header {
    min-height: 16.428571429px;
    padding: 15px 15px 0px;
    border-bottom: 0px solid #e5e5e5;
}

.modal-footer {
    padding: 0px 20px 20px;
    margin-top: 15px;
    text-align: center;
    border-top: 0px solid #e5e5e5;
}

.modal-body ul li {
    color: rgba(9, 15, 54, .9);
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 0.21px;
    list-style: none;
    position: relative;
    padding-left: 13px;
}

    .modal-body ul li:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        left: -4px;
        top: 4px;
        border-radius: 50%;
        background-color: #21274A;
    }
/*common css */
.jconfirm .jconfirm-box div.jconfirm-title-c {
    border-bottom: solid 0px #AE5A21 !important;
}

    .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
        color: #002F99;
        font-size: 18px;
        font-weight: 500;
        border-bottom: solid 0px #AE5A21;
    }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #002F99 !important;
    color: rgba(255, 255, 255, .9) !important;
    font-weight: 400 !important;
    letter-spacing: .34px !important;
    border-radius: 8px !important;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    box-shadow: none !important;
}

.WMF_blueBtn {
    border-radius: 8px;
    background-color: #002F99;
    color: rgba(255, 255, 255, .9);
    line-height: 34px;
    padding: 0px 15px;
    border: 0px;
    font-size: 12px;
    width: 85%;
    text-transform: uppercase;
    letter-spacing: 0.34px;
}

.position_rel {
    position: relative !important;
}

.wmf_mrgnTp34 {
    margin-top: 34px;
}

.wmf_mrgnTp24 {
    margin-top: 24px;
}

.WMF_Green {
    color: #199D56 !important;
}

.WMF_Red {
    color: #CC1F1F !important;
}

.AsOn_txt {
    color: #808080;
    font-size: 10px;
    margin-top: 4px;
}

.widegt_dev_Grow {
    position: relative;
}

.WMF_lg_btn {
    color: #24C4A3;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 0px 10px;
    border: 1px solid #24C4A3;
    background-color: #ffffff;
    border-radius: 8px;
    line-height: 40px;
}

.owl-stage {
    left: -100px;
}

.owl-carousel .owl-item .widegt_main {
    width: 97%;
}

.widegt_dev .header {
    padding-left: 10px;
}

.LASCard {
    min-height: 300px;
    margin-bottom: 12px;
    height: auto;
}

    .LASCard .widegt_dev_Grow {
        min-height: 110px;
        height: 180px;
    }

    .LASCard .header h5 {
        color: #090F36;
        font-size: 14px;
        font-weight: 700;
        position: relative;
        padding-right: 15px;
        margin-bottom: 10px;
        display: block;
        display: -webkit-box;
        height: 15px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }


.EBCard, .FDCard, .GICard {
    margin-bottom: 12px;
    height: auto;
}

.InterestRate {
    min-height: 50px;
}

.paddRight0 {
    padding-right: 0px;
}

.btnsL {
    padding: 10px 5px 10px 10px !important;
}

.btnsR {
    padding: 10px 10px 10px 5px !important;
}

.btnsL img {
    height: 26px;
    width: 26px;
    padding-right: 5px;
}

.btnsR img {
    height: 26px;
    width: 26px;
    padding-right: 5px;
}


.LASIcon, .EBIcon, .GIIcon, .FDIcon {
    background-repeat: no-repeat;
    width: 24px;
    height: 30px;
    background-size: contain;
}

.LASIcon {
    background-image: url(/images/IFA_revamp/LASIcon.png);
}

.EBIcon {
    background-image: url(/images/IFA_revamp/EBIcon.png);
}

.GIIcon {
    background-image: url(/images/IFA_revamp/GIIcon.png);
}

.FDIcon {
    background-image: url(/images/IFA_revamp/FDIcon.png);
}

.accordion li.open i.LASIcon {
    background-image: url(/images/IFA_revamp/LASIconGr.png);
}

.accordion li.open i.EBIcon {
    background-image: url(/images/IFA_revamp/EBIconGr.png);
}

.accordion li.open i.GIIcon {
    background-image: url(/images/IFA_revamp/GIIconGr.png);
}

.accordion li.open i.FDIcon {
    background-image: url(/images/IFA_revamp/FDIconGr.png);
}

.disabled {
    background-color: #f4f4f4 !important;
    cursor: not-allowed !important;
}


#wmalerts {
    display: none;
    position: absolute;
    border: 1px solid rgb(36, 196, 163);
    border-radius: 12px;
    padding: 20px;
    background: rgb(255, 255, 255);
    height: auto;
    padding: 10px;
    z-index: 9999;
    width: 90%;
    margin: 5%;
}

div.reactions {
    position: relative;
    height: 20px;
    bottom: -15px;
    /* left: auto; */
    text-align: center;
}

#wmalerts div.reactions {
    position: relative;
    height: 24px;
    bottom: 0px;
    text-align: center;
    background-color: #dfdfdf30 !important;
}

div.reactions i {
    opacity: 0.5;
    cursor: pointer;
    transition: .2s;
    font-size: 18px;
    margin: 5px;
    font-style: normal;
}

    div.reactions i:hover, div.reactions i:active {
        color: #666;
        opacity: 1;
    }

div.reactions span {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    visibility: hidden;
    transition: .6s;
    z-index: -2;
    font-size: 2px;
    color: transparent;
    font-weight: 400;
}

div.reactions i.press {
    animation: fade .4s;
    color: #e23b3b;
    opacity: 1;
}

div.reactions span.press {
    bottom: 120px;
    font-size: 14px;
    visibility: visible;
    animation: fade 1s;
}

.feedback {
    width: 100%;
    position: relative;
    margin-top: 14px;
}

.feedbackInput {
    font-size: 12px;
    padding: 0px;
    margin-top: 10px;
    border: none;
    border-radius: 3px !important;
    line-height: 26px;
    padding-left: 2%;
    padding-right: 15%;
    width: 100%;
}

.feedbackInputSend {
    width: 15%;
    position: absolute !important;
    right: 2px;
    bottom: 0px;
    border: none;
    background: inherit;
    color: #0d9af1;
    font-size: 12px;
    line-height: 26px;
    cursor: pointer;
    font-weight: bold;
    padding: 0px !important;
}



#wmalerts div.closeMe, #wmalertsDisplay div.closePost {
    transition: all .5s ease;
    color: #fff;
    border: none;
    /* font-family: 'Montserrat', sans-serif; */
    /* text-transform: uppercase; */
    /* text-align: center; */
    /* line-height: 1; */
    /* font-size: 17px; */
    /* background-color: transparent; */
    /* outline: none; */
    /* right: 0px; */
    /* top: 0px; */
    /* position: absolute; */
    cursor: pointer;
    position: absolute;
    /* right: 15px; */
    /* top: 7px; */
    width: 25px;
    height: 25px;
    opacity: 0.4;
}

#wmalerts div.closeMe {
    color: #000;
    right: -7px;
    top: -7px;
    background-color: #eeeeeeb3;
    border: 1px solid;
    border-radius: 50px;
    opacity: 1;
}

    #wmalerts div.closeMe:hover, #wmalertsDisplay div.closePost:hover {
        color: #001F3F;
        background-color: #e0e0e0;
        border-radius: 46px;
        font-weight: bold;
        cursor: pointer;
    }

    #wmalerts div.closeMe:hover, #wmalertsDisplay div.closePost:hover {
        opacity: 1;
    }

    #wmalerts div.closeMe:before, #wmalerts div.closeMe:after, #wmalertsDisplay div.closePost:before, #wmalertsDisplay div.closePost:after {
        position: absolute;
        left: 12px;
        top: 3px;
        content: ' ';
        height: 18px;
        width: 2px;
        background-color: #fff;
    }

    #wmalerts div.closeMe:before, #wmalerts div.closeMe:after {
        background-color: #333;
    }

    #wmalerts div.closeMe:before, #wmalertsDisplay div.closePost:before {
        transform: rotate(45deg);
    }

    #wmalerts div.closeMe:after, #wmalertsDisplay div.closePost:after {
        transform: rotate(-45deg);
    }

.WMPostsHead {
    height: 30px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}

.WMPostsBody {
    height: 100%;
    overflow: auto;
    margin-top: 40px;
}

    .WMPostsBody::-webkit-scrollbar {
        width: 0.5em;
    }

    .WMPostsBody::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .WMPostsBody::-webkit-scrollbar-thumb {
        background-color: #fff;
        outline: 1px solid slategrey;
    }

.PostSection {
    margin-bottom: 40px;
    width: 100%;
}

    .PostSection:last-child {
        margin-bottom: 120px;
    }

.PostContent {
    background-color: #fff;
    padding: 10px;
}

.postDate {
    color: #fff;
    font-size: 14px;
}

.button__badge {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    top: -8px;
    right: 8px;
}

#wmalertsDisplay {
    background: transparent linear-gradient(90deg,#24c4a3,#002f99 130%) 0 0 no-repeat padding-box;
}



/*STP Css start */
.dll_date select {
    width: 32% !important;
    float: left;
}

    .dll_date select + select {
        margin-left: 2%;
    }

.generate_style button {
    background-color: #fff;
    border: solid 1px #052D8D;
    color: #052D8D !important;
    width: 16%;
    margin-top: 10px;
    padding: 4px 0px;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
    margin-left: 10px;
}

.fntWet500 {
    font-weight: 500;
}

.generate_style button.activecls {
    background-color: #052D8D;
    color: #ffffff !important;
}

.STPOrderStatus_popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .4);
    z-index: 999;
}

.STPOrderStatus_popupMain {
    width: 320px;
    margin: 0px auto;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
}

    .STPOrderStatus_popupMain h4 {
        font-size: 14px;
    }

    .STPOrderStatus_popupMain h6 {
        line-height: 19px;
    }

.STPOrderStatus_popupFtr {
    text-align: center;
}

    .STPOrderStatus_popupFtr button {
        background: #042d8d;
        color: #ffffff;
        margin: 0px auto;
        border: 0px;
        padding: 5px 20px;
        border-radius: 2px;
    }
.BtmBtnFix {
    padding-bottom: 30px;
}
.AUMBodyFix {
    position: fixed;
    margin-top: constant(safe-area-inset-top);
    margin-top: env(safe-area-inset-top);
    top: 129px;
    bottom: 0px;
    left: 3px;
    right: 3px;
    overflow-y: scroll;
}
.HeadrFixAUM {
    position: fixed;
    background-color: #BFBFBF;
    color: #000;
    font-size: 15px;
    left: 3px;
    right: 3px;
    z-index: 999999;
    margin-top: constant(safe-area-inset-top);
    margin-top: env(safe-area-inset-top);
    font-weight: 600;
    top: 93px;
}
    .HeadrFixAUM .pad5 {
        padding: 7.5px !important;
    }
.BodyAUMSchemeWiseName {
    font-size: 14px;
    font-weight: 600;
    background-color: #F2F2F2;
    padding: 7.5px !important;
    text-transform: uppercase;
    
    border: solid 1px #B9D5E5;
}
.BodyAUMSchemeWiselist {
    border: solid 1px #B9D5E5;
}
.BodyAUMSchemeWiselist .col-xs-8, .BodyAUMSchemeWiselist .col-xs-4, .BodyAUMSchemeWisefooter .col-xs-8, .BodyAUMSchemeWisefooter .col-xs-4 {
    padding: 7.5px !important;
}
.BodyAUMSchemeWiseMV, .BodyAUMSchemeWisePV {
    color: #02375f !important;
    font-size: 12px;
    padding: 7.5px !important;
}
.BodyAUMSchemeWisefooter {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    background: #d7d7d7;
    color: #02375f;
    font-weight: bold;
    border: solid 1px #B9D5E5;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

@supports (-webkit-touch-callout: none) {
	
    .customrow1 {
        display: none !important;
    }
	
	.BottomMenu ul li {
        padding: 10px 9px 20px;
    }

    .HomePgContent {
        position: absolute;
        top: 48px;
        bottom: 0px;
        bottom: constant(safe-area-inset-bottom);
        bottom: env(safe-area-inset-bottom);
        left: 0px;
        right: 0px;
        overflow-y: scroll;
        margin-top: 0px !important;
    }

    .list-fixeddivhead {
        top: 132px;
        margin-top: constant(safe-area-inset-top);
        margin-top: env(safe-area-inset-top);
    }

    .customDivContent2, .serchBgGray, .searchFixed, .iosPosition {
        position: static !important;
    }

    .customDivul {
        height: 100vh;
        top: 26px !important;
        position: absolute !important;
    }

        .customDivul.MFcustomDivul {
            height: auto;
            top: 164px !important;
            position: fixed !important;
            margin-top: env(safe-area-inset-top) !important;
        }

    .iostop0 .customDivul {
        top: 0px !important;
    }

    .positionRelative {
        position: relative;
        height: 100vh;
    }

    .modal {
        z-index: 9999;
    }

    .modal-dialog .modal-content {
        margin-top: constant(safe-area-inset-top);
        margin-top: env(safe-area-inset-top);
    }

    .contentScrollBody {
        position: absolute;
        top: 48px;
        bottom: 0px;
        bottom: constant(safe-area-inset-bottom);
        bottom: env(safe-area-inset-bottom);
        left: 0px;
        right: 0px;
        overflow-y: scroll;
    }

    .modal {
        z-index: 9999 !important;
    }

    .container-fluid .side {
        top: 0px !important;
        position: static !important;
    }

    .container-fluid .lftpad {
        top: 48px !important;
        margin-top: constant(safe-area-inset-top);
        margin-top: env(safe-area-inset-top);
    }


    .marginTop62 {
        margin-top: constant(safe-area-inset-top);
        margin-top: env(safe-area-inset-top);
        padding-top: 0px !important;
    }

        .marginTop62 .marginTop62, .marginTop62 .marginTop52 {
            margin-top: 0px !important;
        }

    #divCust, #index {
        top: 44px !important;
    }

    #index {
        position: absolute;
    }

    .WMF_home_header .container, .mar5minus.MasterHeader1 .col-lg-12 {
        margin-top: constant(safe-area-inset-top);
        margin-top: env(safe-area-inset-top);
    }

    .HomePgContent, .PortFloSecLg {
        padding-top: constant(safe-area-inset-top);
        padding-top: env(safe-area-inset-top);
    }
    /* .side {        */
    /* margin-top: constant(safe-area-inset-top) !important; */
    /* margin-top: env(safe-area-inset-top) !important; */
    /* } */

    .redeemSrch, .viewRqstRow2 {
        padding-top: constant(safe-area-inset-top);
        padding-top: env(safe-area-inset-top);
    }

        .viewRqstRow2.BuyMF {
            padding-top: 0px !important;
        }

    @media only screen and (max-width: 414px) {
        .redeemSrch, .viewRqstRow2 {
            padding-top: constant(safe-area-inset-top);
            padding-top: env(safe-area-inset-top);
        }

        /* .CrmSrchPage.customDivcentertxt { */
        /* margin-top: -14px; */
        /* position: static !important; */
        /* } */
    }
}
.PMSDetailHdg {
    text-align: center;
    font-size: 14px;
    margin: 0px;
    padding: 10px 0px 0px;
    font-weight: 500;
}
.PMSDSect1
{
    padding: 4px 10px !important;
}
.transactionDetailrow {
    padding: 4px 10px !important;
}
.PMSDSect1Txt {
    font-size: 12px;
    font-weight: 400;
}
.PMSDSect1Val {
    font-size: 12px;
    font-weight: 500;
}
.PMSDSect2 {
    padding: 0px 10px !important;
}
.PMSDSect2innr {
    background-color: #fed534;
    border-radius: 2px;
    padding: 0px 0px !important;
}
.PMSDSect2Txt.col-xs-6 {
    font-size: 10px;
    font-weight: 500;
    padding: 2px 4px !important;
}
.PMSDSect2Val.col-xs-6 {
    font-size: 10px;
    font-weight: 500;
    padding: 2px 5px !important;
}
.transactionDetail th {
    font-weight: 500;
    background: #042d8d;
    color: #ffffff;
}
.transactionDetail td, .transactionDetail th {
    font-size: 11px;
    padding: 5px 3px;
    border: 1px solid #042d8d;
}
.coverPMSDetail {
    margin: 20px 10px 0px;
    background: #ffffff;
    box-shadow: 0px -1px 13px 0px rgba(0, 0, 0, .3);
    border-radius: 3px 3px 0px 0px;
}
.PMSDivider
{
    border-left: 1px solid #000000;
}

#WM_RatingFAQ .container {
    display: block;
    width: 100%;
    margin: 0px auto;
    background: #eff8ff;
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
    padding-top: 15px;
    border-radius: 10px;
}

#WM_RatingFAQ .R_FAQ {
}

    #WM_RatingFAQ .R_FAQ h4 {
        font-weight: normal;
        font-size: 13px;
        position: relative;
        padding-right: 55px;
        margin: 0px;
    }

        #WM_RatingFAQ .R_FAQ h4 span {
            color: #ffa500;
            float: right;
            font-size: 11px;
            font-weight: 600;
            position: absolute;
            right: 0;
            top: 1px;
        }

    #WM_RatingFAQ .R_FAQ p {
        font-size: 12px;
        margin-top: 25px;
        color: #888888;
        line-height: 16px;
        max-height: 0px;
        transition: max-height 0.3s ease-out;
        overflow: hidden;
        margin: 0px;
    }

#WM_RatingFAQ .Active {
    display: none;
}



#WM_RatingFAQ .R_FAQ {
    background: #ffffff;
    padding: 12px 15px;
    position: relative;
    /* max-height: 43px;*/
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    border-radius: 4px;
    box-sizing: border-box;
    /* box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .3); */
}

    #WM_RatingFAQ .R_FAQ + .R_FAQ {
        margin-top: 10px;
    }


#WM_RatingFAQ .R_FAQ.AC_Active {
    /* max-height: 500px !important;*/
    transition: max-height 0.5s ease-in;
}

    #WM_RatingFAQ .R_FAQ.AC_Active p {
        max-height: 500px !important;
        transition: max-height 0.5s ease-in;
        margin-top: 25px;
    }

    #WM_RatingFAQ .R_FAQ.AC_Active h4:before {
        content: "";
        position: absolute;
        left: -15px;
        right: -15px;
        bottom: -10px;
        height: 1px;
        background: #eaeaea;
    }

#WM_RatingFAQ .Container_Tab {
    margin-top: 0px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    #WM_RatingFAQ .Container_Tab ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        #WM_RatingFAQ .Container_Tab ul li:before {
            content: "";
            position: absolute;
            bottom: -3px;
            height: 2px;
            left: 0;
            background: blue;
            top: auto;
            right: 100%;
            width: 0px;
            border-radius: 0px;
        }

        #WM_RatingFAQ .Container_Tab ul li.ActivTab:before {
            right: 0;
            width: 100%;
        }
#WM_RatingFAQ .modal-body {
    padding: 0px !important;
/*    max-height: 85vh;
    overflow-y: scroll;*/
}

#WM_RatingFAQ .Container_Tab ul li {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    background: #ffffff;
    position: relative;
}

            #WM_RatingFAQ .Container_Tab ul li img {
                max-width: 35px;
            }

#WM_RatingFAQ section {
    display: none;
}

    #WM_RatingFAQ section.Sec_Active {
        display: block;
        float: left;
        width: 100%;
    }

#WM_RatingFAQ .FAQ_heading {
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
    color: #002f99;
    font-family: Arial, sans-serif;
}
#WM_RatingFAQ .modal-footer {
    background: #eff8ff;
    margin-top: 0px;
    padding-bottom: 15px;
    border-radius: 10px;
}
.ContentBody {
    float: left;
    width: 100%;
    max-height: 60vh;
    overflow-y: auto;
}
#WM_RatingFAQ .modal-content {
    background-color: #eff8ff;
}
@media screen and (min-width: 768px) {
    #WM_RatingFAQ .modal-dialog {
        margin-left: auto !important;
        margin-right: auto;
    }
}
    
    /*#WM_RatingFAQ .modal-content {
    max-height: 85vh;
    overflow: scroll;
}*/
.active_dots {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.active_dots span {
    display: inline-block;
    width: 21px;
    position: relative;
    border-radius: 50%;
    margin: 0 7px;
    height: 21px;
    border: 2px solid #989aa2;
}
    .active_dots span:before {
        content: "";
        width: 9px;
        height: 9px;
        background: transparent;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 4px;
        margin-left: -5px;
    }
    .active_dots span.active:before {
        background: #89898d;
    }
.patter_num_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
    .patter_num_box div {
        width: 33.33%;
        text-align: center;
        padding: 5px 0;
        z-index: 99;
     
    }
.keypad-item {
    width: 72px;
    height: 72px;
    background-color: transparent;
    border: 2px solid #222428;
    border-radius: 50%;
    font-size: 34px;
    display: flex;
    margin: 4px auto;
    justify-content: center;
    align-items: center;
}
.active_dots span.wrong_pattern {
    border-color: red;
}
    .active_dots span.wrong_pattern::before {
        background: red;
    }
.PinPatternHdg {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
}
.PinSection {
    float: left;
    width: 100%;
}
.BackBtn {
    margin: 10px auto 0px;
    display: block;
    background: darkblue;
    border: 0px;
    color: #ffffff;
    padding: 10px 40px;
}
.checkboxWhite .selectCheck .checkbox .cr {
    border: 1px solid #ffffff;
}
.checkboxWhite .selectCheck .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    color: #ffffff;
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
    position: static;
}

.bootstrap-datetimepicker-widget table th.prev span, .bootstrap-datetimepicker-widget table th.next span {
    padding-top: 8px;
    display: inline-block;
    position: static;
}
.fromdate_rel
{
    position: relative;
}
    .fromdate_rel input {
        text-align: left;
        z-index: 99;
        position: relative;
        background: transparent;
    }
    .fromdate_rel .input-group-addon {
        position: absolute !important;
        width: 38px !important;
        border-radius: 0 4px 4px 0;
        border: 1px solid #002F99;
        padding: 4px 12px;
        border-left: 0px;
        color: #002F99;
        font-size: 17px;
        top: 0px;
        right: 0px;
        left: auto !important;
        z-index: 9;
    }