.requiredmsg {
    color: red;
}

body {
    font-family: 'Lato', sans-serif;
}

input, select, textarea {
    font-family: 'Lato', sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
        outline: 0;
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrapper {
}

.menuCntr {
    float: right;
    padding: 34px 0 0;
}

    .menuCntr .menus {
        float: left;
        padding: 7px 0 0;
    }

    .menuCntr .signBox {
        float: left;
        padding: 0 0 0 40px;
    }

    .menuCntr .menus ul {
        float: left;
        padding: 0 40px 0 0;
        position: relative;
    }

        .menuCntr .menus ul:after {
            position: absolute;
            right: 0;
            top: 4px;
            background: #e6e6e6;
            height: 20px;
            width: 1px;
            content: "";
        }

        .menuCntr .menus ul li {
            float: left;
            padding: 0 0 0 40px;
        }

            .menuCntr .menus ul li a {
                display: block;
                font-size: 16px;
                color: #050202;
                font-weight: 400;
                position: relative;
            }

                .menuCntr .menus ul li a:before {
                    position: absolute;
                    left: 0;
                    top: 12px;
                    width: 0;
                    height: 1px;
                    /*background: #0444a2;*/
                    content: "";
                    transform: rotate(150deg);
                    margin: 0 auto;
                    right: 0;
                    transition: all 0.3s ease;
                    -webkit-transition: all 0.3s ease;
                }

                .menuCntr .menus ul li a:hover:before, .menuCntr .menus ul li.active a:before {
                    width: 45px;
                }

                .menuCntr .menus ul li a:hover {
                    color: #0444a2;
                }

    .menuCntr .signBox .sign {
        float: left;
        font-size: 16px;
        color: #0059da;
        font-weight: 400;
        padding: 7px 32px 0 0;
    }

        .menuCntr .signBox .sign:hover {
            color: #0444a2;
        }

    .menuCntr .signBox .signUp {
        float: left;
        background: #0059da url('../images/sign.png') no-repeat 16px center;
        color: #fff;
        height: 40px;
        width: 200px;
        border-radius: 3px;
        font-size: 13px;
        text-transform: uppercase;
        text-align: center;
        line-height: 38px;
        padding: 0 0 0 17px;
    }

a.logo {
    display: block;
    padding: 2px 0 0 0;
}

.headerBox {
    min-height: 117px;
    border-bottom: 1px solid #f2f2f2;
}

.menuCntr .signBox .signUp:hover {
    background: #0444a2 url('../images/sign.png') no-repeat 16px center;
}

.sliderBox {
    width: 100%;
    padding: 60px 0 0 5%;
}

    .sliderBox .insdSlider {
    }

        .sliderBox .insdSlider:after {
            display: block;
            clear: both;
            content: "";
        }

.srvcCentr {
    position: relative;
    margin: 0 0 73px;
}

    .srvcCentr:after {
        display: block;
        clear: both;
        content: "";
    }

    .srvcCentr:before {
        position: absolute;
        bottom: -81px;
        content: "";
        max-width: 950px;
        width: 100%;
        height: 1px;
        background: #e6e6e6;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.sliderBox .insdSlider .txt {
    float: left;
    width: 50%;
    padding: 7% 0 0;
}

.sliderBox .insdSlider .img {
    float: right;
    width: 50%;
    padding: 0 0 0 35px;
}

    .sliderBox .insdSlider .img img {
        float: right;
    }

.sliderBox .insdSlider .txt h2 {
    font-size: 40px;
    margin: 0 0 25px;
    color: #2d2d2d;
    font-weight: 300;
}

.sliderBox .insdSlider .txt p {
    font-size: 18px;
    color: #73879c;
    font-weight: 300;
}

.sliderBox .insdSlider .txt a.more {
    display: block;
    width: 175px;
    height: 45px;
    text-align: center;
    font-size: 13px;
    color: #0059da;
    text-transform: uppercase;
    border: 2px solid #0059da;
    line-height: 42px;
    letter-spacing: 1px;
    border-radius: 3px;
    margin: 29px 0 0;
}

    .sliderBox .insdSlider .txt a.more:hover {
        background: #0059da;
        color: #fff;
    }

.sliderBox .bx-wrapper {
    border: 0;
    box-shadow: none;
    margin: 0;
}

    .sliderBox .bx-wrapper .bx-pager.bx-default-pager a {
        background: #dadada;
        width: 11px;
        height: 11px;
        margin: 0 3px;
    }

        .sliderBox .bx-wrapper .bx-pager.bx-default-pager a:hover, .sliderBox .bx-wrapper .bx-pager.bx-default-pager a.active, .sliderBox .bx-wrapper .sliderBox .bx-pager.bx-default-pager a:focus {
            background: #0056d2;
        }

.sliderBox .bx-pager {
    bottom: -15px;
}

.adviserCntr {
    background: #f6f6f6;
    height: 344px;
    margin: 128px 0 100px;
}

    .adviserCntr .col-lg-6 {
        width: 45%;
    }

        .adviserCntr .col-lg-6.txt-col {
            width: 55%;
        }

        .adviserCntr .col-lg-6 .img img {
            width: 100%;
            box-shadow: 6px 5px 5px -3px #d5d5d5;
        }

        .adviserCntr .col-lg-6 .img {
            margin: -53px 0 0 0;
        }

    .adviserCntr .txt h1 {
        margin: 0 0 15px;
        font-size: 40px;
        font-weight: 300;
    }

    .adviserCntr .txt p {
        font-size: 18px;
        color: #73879c;
        font-weight: 300;
    }

    .adviserCntr .txt a {
        width: 172px;
        height: 41px;
        line-height: 39px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        background: #0059da;
        display: block;
        border-radius: 2px;
        margin: 30px 0 0;
    }

    .adviserCntr .txt {
        padding: 30px 0 0 25px;
    }

        .adviserCntr .txt a:hover {
            background: #0444a2;
        }

.titleBr {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 0 35px
}

    .titleBr h2 {
        font-size: 40px;
        color: #2d2d2d;
        font-weight: 300;
    }

    .titleBr p {
        font-size: 18px;
        color: #0444a2;
        font-weight: 300;
    }

.serviceCntr .serviceBlock {
    text-align: center;
}

    .serviceCntr .serviceBlock .img img {
        display: block;
        margin: 0 auto;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    .serviceCntr .serviceBlock .img a {
        display: inline-block;
    }

    .serviceCntr .serviceBlock .txt h3 {
        font-size: 26px;
        color: #000;
        font-weight: 300;
        margin: 0 0 8px;
    }

    .serviceCntr .serviceBlock .img {
        margin: 0 0 8px;
    }

    .serviceCntr .serviceBlock .txt p {
        font-size: 16px;
        color: #0444a2;
        font-weight: 300;
    }

    .serviceCntr .serviceBlock .txt {
        padding: 0 45px;
    }

        .serviceCntr .serviceBlock .txt a.more {
            display: block;
            width: 155px;
            height: 42px;
            text-align: center;
            font-size: 13px;
            color: #0059da;
            text-transform: uppercase;
            border: 2px solid #0059da;
            line-height: 40px;
            letter-spacing: 1px;
            border-radius: 3px;
            margin: 38px auto 0;
        }

            .serviceCntr .serviceBlock .txt a.more:hover {
                background: #0059da;
                color: #fff;
            }

    .serviceCntr .serviceBlock:hover .img img {
        transform: scale(1.1)
    }

.addCntr {
    text-align: center;
}

    .addCntr .insdAddCntr {
        max-width: 950px;
        width: 100%;
        margin: 0 auto 100px;
    }

        .addCntr .insdAddCntr h2 {
            margin: 0;
            color: #000;
            font-size: 26px;
            font-weight: 400;
            padding: 70px 0 0;
        }

        .addCntr .insdAddCntr ul li {
            display: inline-block;
            margin: 0 58px;
        }

            .addCntr .insdAddCntr ul li img {
                transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
            }

            .addCntr .insdAddCntr ul li:first-child {
                margin-left: 0;
            }

            .addCntr .insdAddCntr ul li:last-child {
                margin-right: 0;
            }

        .addCntr .insdAddCntr ul {
            text-align: center;
            padding: 40px 0 0;
        }

            .addCntr .insdAddCntr ul li img:hover {
                transform: scale(1.1);
            }

.footer {
    background: #0059da;
}

    .footer .footerMenu ul {
        text-align: center;
        padding: 19px 0 0;
    }

        .footer .footerMenu ul li {
            display: inline-block;
            padding: 0 16px;
        }

            .footer .footerMenu ul li a {
                font-size: 14px;
                color: #fff;
                font-weight: 400;
            }

    .footer .footerMenu {
        min-height: 64px;
        border-bottom: 1px solid #0566f2;
    }

        .footer .footerMenu ul li a:hover {
            color: #f9ba48;
        }

    .footer .socialMnu ul {
        text-align: center;
        padding: 0 0 60px;
    }

        .footer .socialMnu ul li {
            display: inline-block;
            padding: 0 7px;
        }

            .footer .socialMnu ul li img {
                transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
            }

    .footer .socialMnu {
        padding: 18px 0 0;
    }

        .footer .socialMnu p {
            text-align: center;
            font-size: 14px;
            color: #fff;
            padding: 0 0 20px;
            margin: 0;
        }

        .footer .socialMnu ul li img:hover {
            transform: rotate(360deg);
        }

.newsletter {
    background: #f6f6f6 none repeat scroll 0 0;
    display: block;
    overflow: hidden;
    width: 100%;
}

    .newsletter h1 {
        font-size: 36px;
        text-align: center;
        font-weight: 300;
        margin: 0;
        position: relative;
        color: #2d2d2d;
        text-transform: capitalize;
    }

    .newsletter .fld-box {
        overflow: hidden;
        width: 800px;
        margin: 0 auto;
        padding: 60px 32px 0;
    }

        .newsletter .fld-box .fld {
            float: left;
            width: 50%;
            position: relative;
            border-bottom: 1px solid #c1c1c1;
            position: relative;
            padding: 0 0 13px 4px;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
        }

            .newsletter .fld-box .fld:before {
                position: absolute;
                transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                bottom: -1px;
                left: 0;
                width: 0;
                background: #0059da;
                height: 1px;
                content: "";
            }

            .newsletter .fld-box .fld.Bordhover:before {
                width: 100%;
            }

            .newsletter .fld-box .fld .txt {
                background: none;
                text-align: left;
                display: block;
                color: #73879c;
                border: 0;
                width: 100%;
                font-size: 14px;
                font-weight: 300;
                text-transform: uppercase;
            }

            .newsletter .fld-box .fld:nth-child(1) {
                width: 44%;
            }

            .newsletter .fld-box .fld:nth-child(2) {
                width: 44%;
                float: right;
            }

        .newsletter .fld-box .btn {
            position: absolute;
            right: 0;
            top: 6px;
            background: url('../images/fld-arrow.png') no-repeat right center;
            width: 41px;
            height: 29px;
            border: 0;
            cursor: pointer;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
        }

            .newsletter .fld-box .btn:hover {
                right: -10px;
            }

        .newsletter .fld-box .fld .txt::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #73879c;
            opacity: 1;
        }

        .newsletter .fld-box .fld .txt::-moz-placeholder { /* Firefox 19+ */
            color: #73879c;
            opacity: 1;
        }

        .newsletter .fld-box .fld .txt:-ms-input-placeholder { /* IE 10+ */
            color: #73879c;
            opacity: 1;
        }

        .newsletter .fld-box .fld .txt:-moz-placeholder { /* Firefox 18- */
            color: #73879c;
            opacity: 1;
        }

    .newsletter .insd-nwsleter {
        padding: 45px 0 85px;
    }

.about_text {
    width: 100%;
    padding: 61px 0 100px;
}

    .about_text .heading_text {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 0 0 40px 0;
        text-align: center;
    }

        .about_text .heading_text h1 {
            margin: 0;
            font-size: 36px;
            color: #2d2d2d;
            font-weight: 300;
            text-transform: capitalize;
            text-align: center;
        }

    .about_text .text_box {
        width: 100%;
        display: block;
        max-width: 1100px;
        margin: 0 auto;
    }

        .about_text .text_box p {
            color: #73879c;
            font-size: 17px;
            font-weight: 300;
            line-height: 22px;
            margin: 0 10px;
            padding: 0 0 25px;
            text-transform: inherit;
        }

            .about_text .text_box p:last-child {
                padding: 0;
            }

.client-pop-btn {
    display: block;
    background: #0059da;
    color: #fff;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    font-weight: 300;
    font-size: 12px;
    float: right;
    margin: 13px 0 0 0;
}

ul.praposal-list {
    display: block !important;
}

    ul.praposal-list li {
        display: inline-block !important;
        padding: 0 !important;
        position: relative;
        width: 100px;
        height: 100px;
        border: 1px solid #d4d2d2;
        margin-right: 19px;
        margin-bottom: 15px;
    }

        ul.praposal-list li:last-child {
            margin-right: 0;
        }

        ul .praposal-list li a.delet-btn {
            position: absolute;
            top: -9px;
            right: -10px;
        }

            ul.praposal-list li a.delet-btn img {
                width: 20px;
            }

#proposaldocument pf-form-section.popupBody::after, #proposaldocument .rpf-form-section.popupBody::before {
    content: '';
    display: table;
    width: 100%;
    height: 100%;
}

#proposaldocument .rpf-form-section .popRow {
    display: inline-block;
    vertical-align: top;
    width: 46%;
}

#proposaldocument select#DocumentTypeID {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    padding: 0 12px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

#proposaldocument .rpf-form-section .popRow:last-child {
    padding-left: 25px;
    float: right;
}

#proposaldocument #submitbtn {
    background: #0059db;
    color: #fff;
    text-align: center;
    width: 90px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border: 0 none;
    border-radius: 3px;
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    margin: 0 10px 0 0;
}

#proposaldocument button.btn.btn-default {
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.client-pop-btn:hover {
    color: #fff;
}
/* login page */
.login-logo.bg-color {
    background: #0059db none repeat scroll 0 0;
    padding: 98px 0 245px;
}

    .login-logo.bg-color img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

.insdLogin {
    width: 100%;
    display: block;
    max-width: 600px;
    min-height: 400px;
    margin: -200px auto 175px;
    background: #fff none repeat scroll 0 0;
    position: relative;
    border-radius: 5px;
    box-shadow: 1px 1px 8px -2px #999;
}

    .insdLogin h2 {
        margin: 0;
        font-weight: 400;
        color: #555555;
        padding: 55px 0 30px;
        text-align: center;
        font-size: 17px;
    }

    .insdLogin .fldRow {
        display: block;
        margin: 0 auto 5px auto;
        max-width: 400px;
        padding: 0 0 12px;
        width: 100%;
    }

#form-User .insdLogin .fldRow:after, #form-User .insdLogin .fldRow:before {
    content: '';
    display: table;
    width: 100%;
    height: 100%;
}

.insdLogin .fldRow label {
    color: #636363;
    display: block;
    font-size: 13px;
    font-weight: 400;
    max-width: 100%;
    padding: 0;
    text-align: left;
}

.insdLogin .fldRow .fld {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #545454;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

    .insdLogin .fldRow .fld:focus {
        border: 1px solid #999;
    }

.insdLogin .fldRow .butn {
    background: #0059db none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    width: 100%;
    margin: 16px 0 6px 0;
}

    .insdLogin .fldRow .butn:hover {
        background: #0849a9;
    }

.insdLogin .frgt {
    color: #1166db;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 13px;
    text-decoration: none;
    text-align: center;
}

.insdLogin .signUp {
    color: #636363;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 26px;
    text-align: center;
    display: block;
}

    .insdLogin .signUp a {
        color: #636363;
    }

        .insdLogin .signUp a:hover {
            color: #1166db;
        }

.footer.login {
    background: #fff none repeat scroll 0 0;
}

    .footer.login .footerMenu {
        border: 0 none;
        display: block;
        padding: 31px 0 0 0;
        margin: 0 auto;
        max-width: 600px;
        min-height: 90px;
        text-align: center;
        width: 100%;
        border-top: 1px solid #cddef8;
    }

        .footer.login .footerMenu ul {
            margin: 0;
            text-align: left;
            float: left;
            padding: 0;
        }

            .footer.login .footerMenu ul li a {
                color: #0057d8;
                font-weight: 400;
                font-size: 13px;
            }

                .footer.login .footerMenu ul li a:hover {
                    color: #073a85;
                }

    .footer.login .socialMnu.login {
        display: block;
        float: right;
        padding: 0;
    }

        .footer.login .socialMnu.login ul {
            padding: 0;
            margin: 0;
            float: right;
        }

            .footer.login .socialMnu.login ul li {
                padding: 0 10px 0 0;
                border-right: 0 none;
            }

                .footer.login .socialMnu.login ul li:last-child {
                    padding-right: 0;
                }

    .footer.login .footerMenu ul li {
        padding: 0 27px 0 0;
        position: relative;
    }

        .footer.login .footerMenu ul li:after {
            position: absolute;
            right: 12px;
            top: 6px;
            height: 11px;
            width: 1px;
            content: "";
            background: #0059db;
        }

        .footer.login .footerMenu ul li:last-child::after {
            display: none;
        }

    .footer.login .socialMnu.login ul li:after {
        display: none;
    }

.signUp-newBx .login-logo.bg-color {
    padding: 67px 0 268px;
}

.signUpStepCntr {
    width: 100%;
    max-width: 820px;
    position: relative;
    margin: -230px auto 105px;
    overflow: hidden;
}
.ChangePlanStepCntr {
    width: 100%;
    max-width: 820px;
    position: relative;
    margin: 50px auto 0px;
    overflow: hidden;
}
.signUp-newBx .insdLogin {
    margin-top: 0;
    margin-bottom: 0;
    clear: both;
    padding: 45px 0 0 0;
}

.signUp-newBx .stepBx {
    float: none;
    padding: 0 0 24px 0;
    margin: 0 auto;
    overflow: hidden;
    width: 520px;
}

    .signUp-newBx .stepBx ul li {
        float: left;
        padding: 0 40px 0 0;
    }

        .signUp-newBx .stepBx ul li a {
            color: #4c8ce6;
            font-size: 19px;
            background: url('../images/arrow1.png') no-repeat right center;
            padding: 0 40px 0 0;
            display: block;
        }

        .signUp-newBx .stepBx ul li.active a, .signUp-newBx .stepBx ul li:hover a {
            color: #fff;
            background: url('../images/arrow.png') no-repeat right center;
        }

.signUpStepCntr .step2Cntr {
    width: 620px;
    margin: 0;
}

.signUp-newBx .data-section {
    display: block;
    padding: 0 6px 9px 6px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .signUp-newBx .data-section .data-text {
        width: 48%;
        float: left;
        border-radius: 5px;
        box-shadow: 1px 1px 8px -2px #999;
        background: #fff none repeat scroll 0 0;
        padding: 30px 25px;
        min-height: 409px;
        margin: 0 10px 20px 0;
        position: relative;
    }
        /* .signUp-newBx .data-section .data-text:last-child{margin-right: 0;float: right;} */
        .signUp-newBx .data-section .data-text h1 {
            margin: 0;
            font-size: 20px;
            font-weight: 400;
            color: #015adc;
            text-transform: capitalize;
            text-align: center;
            line-height: 22px;
        }

        .signUp-newBx .data-section .data-text span {
            color: #555555;
            display: block;
            font-size: 20px;
            font-weight: 500;
            line-height: 22px;
            padding: 2px 0 11px 0;
            text-align: center;
        }

.data-section .data-text .right_box ul li .circle-top ~ span {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: calc(100% - 42px);
}

.signUp-newBx .data-section .data-text .right_box {
    display: block;
    width: 100%;
}

    .signUp-newBx .data-section .data-text .right_box .circle-top {
        float: left;
        height: 26px;
        display: block;
        width: 40px;
    }

.signUp-newBx .data-section .data-text ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.signUp-newBx .data-section .data-text .right_box ul li {
    color: #555555;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 16px;
    text-transform: capitalize;
}

.signUp-newBx .data-section .data-text ul li:last-child {
    padding-bottom: 0;
}

.signUp-newBx .data-section .data-text .choosebtnn {
    background: #0059db none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    width: 248px;
    margin: 0 auto 0;
    left: 0;
    right: 0;
    bottom: 20px;
    position: absolute;
}

    .signUp-newBx .data-section .data-text .choosebtnn:hover {
        background: #0867f3 none repeat scroll 0 0;
    }

.signUp-newBx .data-section .data-text .img_box {
    display: block;
    padding: 18px 0;
    text-align: center;
    width: 100%;
}

    .signUp-newBx .data-section .data-text .img_box img {
        max-width: 100%;
    }

.signUp-newBx .data-section .data-text .choosebtnn:hover {
    background: #0849a9;
}

.signUp-newBx .step2Cntr .cont {
    text-align: center;
}

    .signUp-newBx .step2Cntr .cont p {
        font-size: 16px;
        margin: 15px 0 0;
    }

        .signUp-newBx .step2Cntr .cont p a {
            display: inline-block;
            color: #0059db;
        }

.circle-top .circle-color {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .circle-top .circle-color input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.circle-top .checkmark {
    position: absolute;
    border-radius: 25px;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #c6e7c8;
}

.circle-top .circle-color:hover input ~ .checkmark {
    background-color: #c6e7c8;
}

.circle-top .circle-color input:checked ~ .checkmark {
    background-color: #c6e7c8;
    border-radius: 25px;
}

.circle-top .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.circle-top .circle-color input:checked ~ .checkmark:after {
    display: block;
}

.circle-top .circle-color .checkmark:after {
    left: 10px;
    top: 6px;
    width: 6px;
    height: 12px;
    border: solid #47ab49;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login_stepone.steptwo .data-section .data-text .choosebtnn.two {
    margin: 16px 0 0;
}

.signUp-newBx .fadeBox.step1Cntr.active {
}

.signUp-newBx .fadeBox {
    margin: 0 auto 0;
    display: none;
}

    .signUp-newBx .fadeBox.step2Cntr.active {
        display: block;
    }

.slideForm {
    width: auto;
    clear: both;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: translate3d(0,0,0);
    padding: 4px 0 1px 7px;
}

    .slideForm:after {
        display: block;
        clear: both;
        content: "";
    }

.signUp-newBx .fadeBox.step1Cntr {
    display: block;
}

.signUp-newBx .stepBx ul li:last-child {
    padding-right: 0;
}

.signUp-newBx .fadeBox.step3Cntr {
    width: 100%;
}

    .signUp-newBx .fadeBox.step3Cntr .data-section .data-text {
        float: left;
    }

    .signUp-newBx .fadeBox.step3Cntr .data-section .data-text {
        width: 38%;
        min-height: 370px;
    }

    .signUp-newBx .fadeBox.step3Cntr .cardDetail-cntr {
        float: right;
        width: 59%;
    }

    .signUp-newBx .fadeBox.step3Cntr .insdLogin .fldRow.card {
        position: relative;
    }

        .signUp-newBx .fadeBox.step3Cntr .insdLogin .fldRow.card span {
            position: absolute;
            right: 6px;
            top: 41%;
        }

    .signUp-newBx .fadeBox.step3Cntr .insdLogin .fldRow.date {
    }

        .signUp-newBx .fadeBox.step3Cntr .insdLogin .fldRow.date:after {
            content: "";
            display: block;
            clear: both;
        }

        .signUp-newBx .fadeBox.step3Cntr .insdLogin .fldRow.date .left {
            width: 47%;
            float: left;
        }

        .signUp-newBx .fadeBox.step3Cntr .insdLogin .fldRow.date .right {
            width: 47%;
            float: right;
            position: relative;
        }

    .signUp-newBx .fadeBox.step3Cntr .insdLogin .fldRow {
        padding: 0 0 7px;
    }

        .signUp-newBx .fadeBox.step3Cntr .insdLogin .fldRow label {
            margin: 0 0 3px;
        }

        .signUp-newBx .fadeBox.step3Cntr .insdLogin .fldRow.date .right span {
            position: absolute;
            right: 2px;
            top: 47%;
            cursor: pointer;
        }

        .signUp-newBx .fadeBox.step3Cntr .insdLogin .fldRow h3 {
            margin: 9px 0 2px;
            font-weight: 400;
            font-size: 13px;
            color: #636363;
        }

        .signUp-newBx .fadeBox.step3Cntr .insdLogin .fldRow.date.street .left {
            width: 52%;
            float: left;
        }

        .signUp-newBx .fadeBox.step3Cntr .insdLogin .fldRow.date.street .right {
            width: 52%;
            float: right;
        }

        .signUp-newBx .fadeBox.step3Cntr .insdLogin .fldRow.date.state .left {
            width: 52%;
            float: left;
            margin: 0 11px 0 0;
        }

        .signUp-newBx .fadeBox.step3Cntr .insdLogin .fldRow.date.state .center {
            width: 44%;
            float: left;
        }

        .signUp-newBx .fadeBox.step3Cntr .insdLogin .fldRow.date.state .right {
            width: 43%;
            float: right;
        }

    .signUp-newBx .fadeBox.step3Cntr .insdLogin {
        padding-bottom: 20px;
    }

.signUp-newBx .fadeBox.successForm {
    display: block;
}

.successBox.signUpStepCntr {
    text-align: center;
}

    .successBox.signUpStepCntr h4 {
        color: #fff;
        margin: 0 0 20px;
        font-size: 20px;
        font-weight: 300;
    }

.successForm .insdLogin .fldRow {
    max-width: 390px;
}

.successForm .insdLogin h2 {
    padding: 23px 0 34px;
    font-size: 20px;
}

.successForm .insdLogin p {
    text-align: left;
    font-size: 15px;
    margin: 0 0 18px;
}

    .successForm .insdLogin p span {
        display: block;
    }

    .successForm .insdLogin p a {
        color: #0059db;
    }

.successForm .insdLogin .fldRow .butn {
    width: 73%;
    line-height: 33px;
    font-weight: 300;
}

.signUp-newBx .fadeBox.successForm {
    padding: 0 0 13px;
}

.signUp-newBx .fadeBox.step3Cntr .insdLogin .fldRow.date .right span cite {
    position: absolute;
    right: 0;
    top: 21px;
    width: 150px;
    font-style: normal;
    font-size: 10px;
    background: #eee;
    border-radius: 3px;
    padding: 5px 7px;
    display: none;
}

.signUp-newBx .fadeBox.step3Cntr .insdLogin .fldRow.date .right span:hover cite {
    display: block;
}



/* signup-login page css */

.dashbrdTitle.user-title h1 {
    color: #797979;
    text-transform: capitalize;
    font-weight: 400;
}

.user_form {
    padding: 0;
}

.username {
    box-shadow: 0px 0 3px 3px #efefef;
}

.box_container {
    box-shadow: 0 1px 0 1px #efefef;
}

.username .user-profile {
    padding: 13px 0 0 0;
}

    .username .user-profile .user {
        width: 100%;
        display: block;
        float: left;
        padding: 0 0 40px 0;
        margin: -43px 0 0 0;
    }

        .username .user-profile .user h1 {
            margin: 0;
            color: #333;
            font-size: 20px;
            font-weight: 400;
            display: inline-block;
            padding: 31px 0 0 33px;
        }

    .username .user-profile ul {
        border: 0 none;
        padding: 8px 0 14px;
        float: left;
        width: 100%;
    }

    .username .user-profile .nav > li > a:focus, .nav > li > a:hover {
        background: none;
    }

    .username .user-profile .nav-tabs > li > a:hover {
        border: 0;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0 none;
    color: #2872e0;
}

.nav-tabs > li > a {
    border: 0 none;
    text-decoration: none;
    color: #646464;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
}

.username .user-profile .nav-tabs > li {
    padding: 0 45px 0 0;
}

    .username .user-profile .nav-tabs > li:first-child {
        padding-left: 0;
    }

    .username .user-profile .nav-tabs > li:last-child {
        padding-right: 0;
    }

.form-section {
    padding: 55px 0 80px;
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.username .savebtnn {
    width: 100%;
    display: block;
    max-width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #0059da;
    color: #fff;
    border-radius: 3px;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    z-index: 9999;
    float: right;
    margin: 25px 0 0 0;
}

    .username .savebtnn:hover {
        background: #024ab2;
    }

.form-section .account-info {
    float: left;
    width: 50%;
}

    .form-section .account-info.profile {
        float: left;
    }

    .form-section .account-info h2 {
        margin: 0;
        font-weight: 500;
        color: #444;
        padding: 0 0 25px;
        font-size: 20px;
    }

    .form-section .account-info .field {
        display: block;
        max-width: 350px;
        padding: 0 0 16px;
        width: 100%;
        overflow: hidden;
    }

        .form-section .account-info .field label {
            color: #5b5b5b;
            display: block;
            font-size: 13px;
            font-weight: 500;
            max-width: 100%;
            padding: 0 0 10px;
            text-align: left;
            margin: 0;
        }

        .form-section .account-info .field .fld {
            border: 1px solid #dddddd;
            border-radius: 3px;
            color: #767676;
            font-size: 15px;
            font-weight: 400;
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            width: 100%;
        }

        .form-section .account-info .field .butn {
            background: #f1f1f1 none repeat scroll 0 0;
            border: 0 none;
            border-radius: 3px;
            color: #717171;
            font-size: 14px;
            font-weight: 500;
            height: 35px;
            line-height: 35px;
            text-transform: capitalize;
            width: 100%;
            margin: 20px 0;
        }

        .form-section .account-info .field .box {
            float: left;
            margin: 0 0 0 14px;
            width: 48%;
        }

            .form-section .account-info .field .box:first-child {
                margin-left: 0;
            }

        .form-section .account-info .field .butn:hover {
            background: #e2e2e2;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
        }

        .form-section .account-info .field input:focus {
            border: 1px solid #024ab2;
        }

.account-info .data-text .visacard {
    color: #808080;
    margin: 0;
    padding: 25px 0;
    border-bottom: 1px solid #eceff2;
    color: #5e5e5e;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
}

.account-info.profile.card h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.account-info .headingcard, .account-info.profile .headingcard {
    margin: 0;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    color: #444;
    padding: 0 0 22px 0;
    background: rgba(0, 0, 0, 0) url("../images/red-img.png") no-repeat scroll right center;
}

.account-info .data-text, .account-info.profile .data-text {
    width: 100%;
    max-width: 300px;
    min-height: 400px;
    border-radius: 5px;
    box-shadow: 1px 1px 8px -1px #999;
    background: #fff none repeat scroll 0 0;
    padding: 30px 25px;
}

    .account-info .data-text h1, .account-info.profile .data-text h1 {
        margin: 0;
        font-size: 20px;
        font-weight: 400;
        color: #055dda;
        text-transform: capitalize;
        text-align: center;
        line-height: 22px;
    }

    .account-info .data-text span, .account-info.profile .data-text span {
        color: #5e5e5e;
        display: block;
        font-size: 20px;
        font-weight: 500;
        line-height: 22px;
        padding: 2px 0;
        text-align: center;
    }

    .account-info.profile .data-text ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .account-info.profile .data-text .right_box ul li {
        color: #686868;
        line-height: 25px;
        font-size: 15px;
        font-weight: 400;
        padding: 0 0 16px;
        text-transform: capitalize;
    }

    .account-info .data-text ul li:last-child, .account-info.profile .data-text ul li:last-child {
        padding-bottom: 0;
    }

    .account-info .data-text .img_box, .account-info.profile .data-text .img_box {
        display: block;
        padding: 18px 0;
        text-align: center;
        width: 100%;
    }

    .account-info .data-text .right_box .address {
        padding: 20px 0 0 50px;
    }

    .account-info .data-text .right_box ul li {
        color: #686868;
        line-height: 20px;
        font-size: 15px;
        font-weight: 400;
        text-transform: capitalize;
    }

    .account-info .data-text .ex-card {
        border-bottom: 1px solid #eceff2;
        color: #565656;
        font-size: 16px;
        padding: 22px 0;
    }

        .account-info .data-text .ex-card span {
            font-size: 16px;
            display: inline-block;
        }

    .account-info .data-text .img_box img, .account-info.profile .data-text .img_box img {
        max-width: 100%;
    }

    .account-info.profile .data-text .right_box {
        display: block;
        width: 100%;
    }

        .account-info.profile .data-text .right_box .circle-top {
            float: left;
            height: 26px;
            display: block;
            width: 16%;
        }

.account-info .img_box.card {
    padding: 0;
}

.account-info .butn.plan, .account-info.profile .butn.plan {
    max-width: 300px;
}

.account-info.card {
    width: 39%;
    margin: 0 0 0 2px;
}

.account-info.profile.card {
    width: 34%;
    margin: 0;
}

.user-profile .insdUserProf {
    float: left;
}

    .user-profile .insdUserProf a {
        display: block;
        position: relative;
        border-radius: 50%;
        overflow: hidden;
    }

        .user-profile .insdUserProf a img {
            display: block;
            border-radius: 50%;
            border: 3px solid #dddddd;
        }

        .user-profile .insdUserProf a span {
            position: absolute;
            bottom: 0;
            width: 83px;
            height: 26px;
            text-align: center;
            padding: 2px 28px 0 0;
            font-size: 12px;
            color: #fff;
            background: rgba(0,0,0,0.4);
        }

.account-info.profile .data-text span {
    padding: 2px 0 15px;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
    opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
    opacity: 1;
}


/** good news css 28@  **/

.loginCntr.messgCntr .login-logo.bg-color {
    padding: 30px 0 135px;
}

.loginCntr.messgCntr .insdLogin {
    margin: -105px auto 90px;
}

.bmw-txt {
    margin: 0 auto;
    max-width: 85%;
}

.good-news {
    padding: 35px 0 40px;
    width: 100%;
    display: block;
}

    .good-news .bmw-txt ul li {
        padding: 0 0 8px 0;
        overflow: hidden;
    }

        .good-news .bmw-txt ul li:last-child {
            padding-bottom: 0;
        }

    .good-news h1 {
        color: #595959;
        font-size: 22px;
        font-weight: 400;
        line-height: 40px;
        margin: 0;
        text-align: center;
        padding: 0 0 15px 0;
    }

    .good-news .fldRow {
        padding: 25px 0 0 0;
        max-width: 200px;
    }

.bmw-txt .info label {
    color: #626262;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    width: 33%;
    float: left;
}

.bmw-txt .info span {
    color: #727272;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    width: 66%;
    float: left;
}

.good-news .fldRow .butn {
    font-size: 13px;
    margin: 0;
}


#proposaldocument .modal-footer {
    border-top: none;
}

/*** New css ***/
.HomeContent-sec .insdHome-cntnt p {
    font-size: 18px;
    margin: 0 0 20px;
    color: #73879c;
    font-weight: 300;
}

    .HomeContent-sec .insdHome-cntnt p span {
        font-weight: 500;
    }

.HomeContent-sec .insdHome-cntnt {
    padding: 60px 0 0 0;
}

.menuCntr .menus ul:after {
    display: none;
}

.homeThumb-section {
    text-align: center;
    background: #fafafa;
    padding: 63px 0 56px;
    margin: 18px 0 0;
}

    .homeThumb-section ul li {
        display: inline-block;
        width: 19.5%;
        padding: 0 10px;
        vertical-align: top;
    }

        .homeThumb-section ul li .txt h3 {
            font-size: 26px;
            color: #000;
            font-weight: 300;
            margin: 0 0 8px;
        }

        .homeThumb-section ul li .txt p {
            font-size: 16px;
            color: #0444a2;
            font-weight: 300;
        }

.homeVideo-section {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0;
}

    .homeVideo-section video {
        width: 100%;
        transform: scale(1.4);
    }

    .homeVideo-section::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(0, 0, 0, 0.1);
        content: "";
    }

    .homeVideo-section .container.cntrPositn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 4;
    }

.bnrText {
    width: 100%;
    display: block;
    max-width: 100%;
    padding: 0 0 0 0;
    text-align: center;
}

    .bnrText h1 {
        color: #fff;
        font-size: 50px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 58px;
        margin: 0 0 20px;
        letter-spacing: 1px;
        text-shadow: 0 1px 1px #333;
    }

    .bnrText .butnBox {
        overflow: hidden;
        text-align: center;
        margin: 45px 0 0 0;
    }

        .bnrText .butnBox a {
            display: inline-block;
            background: #0059da;
            color: #fff;
            font-size: 18px;
            height: 40px;
            border-radius: 3px;
            line-height: 38px;
            margin: 0 5px;
            text-transform: uppercase;
            text-align: center;
            font-size: 13px;
            padding: 0 40px;
        }

            .bnrText .butnBox a:hover {
                background: #0043a4;
            }

.contactForm-sec .insdLogin {
    margin: 71px auto 86px;
    padding: 55px 0 30px;
    max-width: 650px;
    box-shadow: 0 0 12px -3px #999;
}

    .contactForm-sec .insdLogin .fldRow {
        max-width: 510px;
    }

.insdLogin .fldRow .fld:focus {
    outline: none;
}

.contactForm-sec .insdLogin .fldRow li cite {
    font-style: normal;
    font-size: 13px;
    display: inline-block;
    padding: 0 0 0 8px;
}

.contactForm-sec .insdLogin .fldRow li {
    padding: 0 0 2px;
}

.homeThumb-section ul li .img {
    min-height: 128px;
}

.technology-sec .about_text .text_box {
    max-width: 100%;
}

    .technology-sec .about_text .text_box h2 {
        font-size: 30px;
        color: #2d2d2d;
        font-weight: 300;
        margin: 35px 0 42px;
        text-align: center;
    }

.technology-sec .about_text .bulletBox h3 {
    font-size: 20px;
    color: #2d2d2d;
    font-weight: 400;
}

.technology-sec .about_text .bulletBox ul li {
    position: relative;
    color: #73879c;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    padding: 0 0 0 18px;
    margin: 0 0 7px 0;
}

    .technology-sec .about_text .bulletBox ul li::before {
        position: absolute;
        left: 0;
        top: 9px;
        content: "";
        background: #0059da;
        width: 6px;
        height: 6px;
        border-radius: 50%;
    }

.technology-sec .about_text .bulletBox ul {
    padding: 0 0 0 13px;
}

.technology-sec .about_text .bulletBox {
    margin: 0 0 37px;
}

.technology-sec .about_text a.butn {
    display: block;
    background: #0059da;
    color: #fff;
    height: 40px;
    border-radius: 3px;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    padding: 0 40px;
    width: 300px;
    margin: 50px auto 0;
}

    .technology-sec .about_text a.butn:hover {
        background: #0043a4;
    }

.technology-sec .about_text {
    max-width: 1150px;
    margin: 0 auto;
}

    .technology-sec .about_text .text_box p {
        margin-left: 0;
    }

/*.technology-sec .marketValidation {
    max-width: 700px;
    margin: 134px auto 0;
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #eee;
    padding: 31px 43px 39px;
    border-radius: 4px;
    position: relative;
}

    .technology-sec .marketValidation h3 {
        margin: 0 0 20px;
        font-weight: 300;
        font-size: 28px;
    }

    .technology-sec .marketValidation li {
        font-size: 15px;
        margin: 0 0 9px;
        position: relative;
        font-weight: 400;
        padding: 0 0 0 15px;
    }

        .technology-sec .marketValidation li span {
            font-weight: 600;
        }

        .technology-sec .marketValidation li:before {
            position: absolute;
            left: 0;
            top: 10px;
            width: 7px;
            height: 1px;
            background: #333;
            content: "";
        }

    .technology-sec .marketValidation:before {
        position: absolute;
        top: -70px;
        width: 900px;
        left: -104px;
        right: 0;
        margin: 0 auto;
        content: "";
        background: #eee;
        height: 1px;
    }*/

.shaowCase.owl-carousel .owl-item .item .insdBox {
    margin: 0 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 6px;
}

.shaowCase.owl-carousel .owl-item .item img {
    border-radius: 6px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.shaowCase.owl-carousel .owl-item .item .insdBox .overLay {
    position: absolute;
    left: 0;
    bottom: -400px;
    width: 100%;
    height: 45%;
    background: rgba(0,0,0,0.5);
    padding: 25px 28px 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

    .shaowCase.owl-carousel .owl-item .item .insdBox .overLay h4 {
        margin: 0 0 10px;
        color: #ddd;
        font-weight: 500;
        font-size: 20px;
    }

    .shaowCase.owl-carousel .owl-item .item .insdBox .overLay p {
        color: #ddd;
        font-weight: 300;
        font-size: 16px;
    }

    .shaowCase.owl-carousel .owl-item .item .insdBox .overLay a {
        background: #0059da;
        color: #fff;
        display: inline-block;
        padding: 3px 15px 5px;
        border-radius: 3px;
        font-size: 12px;
        margin: 5px 0 0 0;
    }

        .shaowCase.owl-carousel .owl-item .item .insdBox .overLay a:hover {
            background: #0043a4;
        }

.shaowCase.owl-carousel .owl-item .item:hover img {
    transform: scale(1.1);
}

.shaowCase.owl-carousel .owl-item .item .insdBox:hover .overLay {
    bottom: 0;
}

.shaowCase {
    margin: 6px 0 0 0;
}

.showcaseSection {
    margin: 90px 0 0 0;
}

.insideBanner {
    background: url('../images/inside-img.jpg') no-repeat center top;
    background-size: cover;
    min-height: 237px;
    text-align: center;
}

    .insideBanner h1 {
        font-size: 68px;
        color: #fff;
        text-align: center;
        font-weight: 500;
        margin: 0;
        text-shadow: 0 2px 3px #333;
    }

        .insideBanner h1 span {
            font-weight: 300;
        }

    .insideBanner h2 {
        font-size: 22px;
        color: #fff;
        text-align: center;
        margin: 14px 0 0;
        text-shadow: 0 2px 3px #333;
    }

.contact_wrap {
    margin-top: 70px
}

    .contact_wrap h1 {
        margin: 0 0 50px;
        font-size: 40px;
        color: #333;
        font-weight: 300;
    }

        .contact_wrap h1 span {
            font-weight: 300
        }

.form_sec .form-control {
    height: 50px;
    border: 1px solid #ddd;
    box-shadow: none;
    text-transform: uppercase;
    color: #161616;
    color: #161616;
    font-weight: 300
}

.form-control:focus {
    border: 1px solid #cecbcb;
}

.form_sec textarea.form-control {
    height: 130px;
    padding-top: 10px;
    resize: none
}

.form_sec .bootstrap-select .btn-default {
    background-color: inherit;
    border: 1px solid #f4f4f4;
    padding: 12px;
    box-shadow: none;
    font-weight: 300
}

.form_sec .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #161616;
    text-transform: uppercase
}

.form_sec .bootstrap-select .btn .caret {
    color: #b7b7b7;
    border-top: 8px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.form_sec .form-group.submit_btn {
    margin-top: 30px
}

.btn.cust_btn {
    background-color: #0059da;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    max-width: 120px;
    width: 100%;
    height: 38px;
    transition: all 700ms ease 0s;
    -webkit-transition: all 700ms ease 0s;
    -ms-transition: all 700ms ease 0s
}

    .btn.cust_btn:hover {
        background-color: #0043a4;
    }

.form_sec .bootstrap-select .btn-default.active, .form_sec .bootstrap-select .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-color: inherit !important;
    border: 1px solid #cecbcb;
    outline: 0
}

.form_sec .bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important
}

.location_row {
    width: 100%;
    margin-bottom: 70px
}

.location_sec {
    /*padding-left: 120px;
    margin-top: 85px;*/
    position: relative
}

    .location_sec::before {
        position: absolute;
        left: 60px;
        content: '';
        background: url(../images/contact-line.jpg) no-repeat left top;
        width: 68px;
        height: 562px;
        top: -55px;
    }

.location_row > div {
    display: inline-block;
    vertical-align: text-top
}

.location_row .location_img {
    width: 14%
}

.location_row .location_Txt {
    width: 85%;
    font-size: 20px;
    color: #7e7e7e;
    font-weight: 300
}

.location_Txt p {
    margin: 0
}

.location_row.mail a {
    color: #7e7e7e;
    display: block;
    margin-top: -2px;
}

.insideBanner .insdTitle {
    padding: 8% 0 0 0;
}

.contact_wrap .form_sec {
    position: relative;
}

    .contact_wrap .form_sec:after {
        position: absolute;
        right: -69px;
        top: 26%;
        width: 1px;
        height: 250px;
        content: "";
        background: #eee;
    }



/** New css **/


/** 19-17-2018 **/
a.logo.landingLogo {
    margin: 26px 0 0 0;
}

.menuCntr .menus ul li a {
    font-size: 18px;
    color: #0059da;
}

.menuCntr {
    padding: 24px 0 0;
}

    .menuCntr .menus ul li {
        padding: 0 100px 0 0;
    }

    .menuCntr .menus {
        padding: 9px 0 0;
    }

    .menuCntr .signBox .sign {
        font-size: 18px;
        color: #0059da;
        background: url('../images/login-icon.png') no-repeat left center;
        padding: 0 0 0 33px;
        margin: 10px 60px 0 0;
    }

    .menuCntr .signBox {
        padding: 0;
    }

    .menuCntr .menus ul {
        padding: 0;
    }

    .menuCntr .signBox .signUp {
        font-size: 14px;
        width: 187px;
        margin: 3px 0 0 0;
    }

.headerBox {
    min-height: 95px;
    box-shadow: 0 0 13px -2px #333;
    position: relative;
    z-index: 9;
}

.adviserCntr .txt p {
    font-size: 19px;
}

.adviserCntr .txt {
    padding: 35px 0 0 25px;
}

.homeSlider-sec .homeSliderTop .first {
    overflow: hidden;
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.homeSlider-sec .homeSliderTop .img {
    float: right;
    width: 55%;
    padding: 8% 0 0 0;
}

.homeSlider-sec .homeSliderTop .txt {
    float: left;
    width: 45%;
    padding: 9% 0 0;
}

    .homeSlider-sec .homeSliderTop .txt h2 {
        font-size: 34px;
        margin: 0 0 25px;
        color: #fff;
        font-weight: 300;
        line-height: 40px;
    }

    .homeSlider-sec .homeSliderTop .txt p {
        font-size: 18px;
        color: #bbd3f6;
        font-weight: 300;
    }

    .homeSlider-sec .homeSliderTop .txt a.more {
        display: block;
        width: 175px;
        height: 45px;
        text-align: center;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        border: 1px solid #fff;
        line-height: 45px;
        letter-spacing: 1px;
        border-radius: 3px;
        margin: 29px 0 0;
    }

.homeSlider-sec {
    background: #2e7ff5;
    position: relative;
}

    .homeSlider-sec .homeSliderTop .txt a.more:hover {
        background: #fff;
        color: #2e7ff5;
    }

    .homeSlider-sec .insdBox .insdSlider2:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,89,218,0.7);
    }

    .homeSlider-sec .insdBox .sliderCenterTxt {
        position: absolute;
        z-index: 99;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 855px;
        width: 100%;
    }

        .homeSlider-sec .insdBox .sliderCenterTxt h2 {
            font-size: 48px;
            text-align: center;
            color: #fff;
            line-height: 63px;
        }

        .homeSlider-sec .insdBox .sliderCenterTxt a {
            display: block;
            width: 175px;
            height: 45px;
            text-align: center;
            font-size: 13px;
            color: #fff;
            text-transform: uppercase;
            border: 1px solid #fff;
            line-height: 45px;
            letter-spacing: 2px;
            border-radius: 3px;
            margin: 53px auto 0;
        }

            .homeSlider-sec .insdBox .sliderCenterTxt a:hover {
                background: #fff;
                color: #2e7ff5;
            }

    .homeSlider-sec .item {
    }

    .homeSlider-sec .owl-dot span {
        display: block;
        border-radius: 50%;
        background: #6d92ce;
        width: 13px;
        height: 13px;
    }

    .homeSlider-sec .owl-dots {
        position: absolute;
        bottom: 35px;
        width: 100%;
        text-align: center;
    }

    .homeSlider-sec .owl-dot {
        display: inline-block;
        margin: 0 5px;
    }

        .homeSlider-sec .owl-dot.active span {
            background: #b7d3fa;
        }

    .homeSlider-sec .insdBox .sliderCenterTxt a.video {
        background: url('../images/play-icon.png') no-repeat 90% center;
        padding: 0 17px 0 0;
    }

        .homeSlider-sec .insdBox .sliderCenterTxt a.video:hover {
            background: #fff url('../images/play-icon-hover.png') no-repeat 90% center;
        }

.homeThumb-section {
    background: #fff;
}

    .homeThumb-section ul li .txt h3 {
        font-weight: 400;
        margin: 0 0 14px;
    }

    .homeThumb-section ul li .txt p {
        color: #73879c;
        line-height: 22px;
        font-size: 18px;
    }

.addCntr {
    background: #f6f6f6;
}

.new-business-sec {
    position: relative;
    background: url('../images/business-image.jpg') no-repeat center top;
    background-size: cover;
    margin: 0 0 -8px 0;
    overflow: hidden;
}

    .new-business-sec .insd-business {
        position: absolute;
        z-index: 99;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 640px;
        width: 100%;
        text-align: center;
    }

        .new-business-sec .insd-business h3 {
            font-size: 54px;
            color: #fff;
            font-weight: 300;
            line-height: 64px;
        }

            .new-business-sec .insd-business h3 span {
                display: block;
                font-weight: 400;
            }

        .new-business-sec .insd-business a {
            width: 172px;
            height: 41px;
            line-height: 39px;
            color: #fff;
            text-align: center;
            text-transform: uppercase;
            background: #0059da;
            display: block;
            border-radius: 2px;
            margin: 30px auto 0;
            letter-spacing: 1px;
        }

            .new-business-sec .insd-business a:hover {
                background: #0444a2;
            }

.out-adviserCntr {
    overflow: hidden;
}

.adviserCntr .col-lg-6 .img {
    left: -800px;
    position: relative;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.adviserCntr .txt {
    position: relative;
    right: -800px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.adviserCntr.animated .col-lg-6 .img {
    left: 0;
}

.adviserCntr.animated .txt {
    right: 0;
}

.transact-pop {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    background: none;
    border-radius: 4px;
    position: relative;
}

    .transact-pop .closePopup {
        position: absolute;
        right: -14px;
        top: -14px;
        z-index: 99999;
    }

.detailPopup {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: fixed;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
}

    .detailPopup .popupLayer {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(78,69,85,0.9);
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

    .detailPopup .insdDetail {
        border-radius: 8px;
        left: 50%;
        max-width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: 99999;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

        .detailPopup .insdDetail .detail-sec {
            padding: 0;
            position: relative;
            width: 70%;
            margin: 0 auto;
        }

            .detailPopup .insdDetail .detail-sec:after {
                display: block;
                content: "";
                clear: both;
            }

    .detailPopup.active {
        opacity: 1;
        visibility: visible;
    }

.addCntr .insdAddCntr ul li {
    margin: 0 32px;
}

.footer {
    position: relative;
}

/** 19-17-2018 **/




.about_text .text_box p {text-align: center; padding: 0 0 16px; margin: 0; line-height: 28px; font-size: 22px;}
.technology-sec .about_text {max-width: 1200px;}
.insideBannerNew {background: url('../images/inside-img.jpg') no-repeat; background-size: cover; min-height: 237px; text-align: center; }
.insideBannerNew h1 {color: #fff; font-size: 48px; font-weight: 800; margin: 0 0 0 0; padding: 6.5% 0 0 0;}
.technology-sec .about_text .text_box .insdTxt-box p {font-size: 22px; color: #73879c; line-height: 30px;}
.technology-sec .about_text .text_box .insdTxt-box {margin: 0 0 70px;}
.technology-sec .about_text .text_box .insdTxt-box p span {font-weight: 500; }
.aboutTxt-box { text-align: center; max-width: 900px; margin: 0 auto; width: 100%; position: relative;}
.aboutTxt-box:before {width: 700px; position: absolute; height: 2px; content: ""; background: #f5f4f4; top: 80px; left: 0; right: 0; margin: 0 auto; }
.aboutTxt-box .block {display: inline-block; position: relative; vertical-align: top; width: 31.333%; margin: 0 8px; cursor: pointer;}
.aboutTxt-box .block .crcl {width: 150px; height: 150px; background: #f1f1f1; border-radius: 50%; margin: 0 auto; position: relative;  transition: all 0.5s ease;    -webkit-transition: all 0.5s ease; }
.aboutTxt-box .block .crcl:before {position: absolute; left: 0; right: 0; top: 23px; content: ""; background: url('../images/aboutIcon1.png') no-repeat center center; width: 100px; height: 100px; margin: 0 auto;}
.aboutTxt-box .block.scnd .crcl:before {background: url('../images/aboutIcon2.png') no-repeat center center;} 
.aboutTxt-box .block.thrd .crcl:before {background: url('../images/aboutIcon3.png') no-repeat center center;} 
.aboutTxt-box .block h4 {color: #060000; font-size: 24px; margin: 27px 0 23px;}
.aboutTxt-box .block p {font-size: 20px; color: #73879c; line-height: 23px;}
.about_text .lrn-more {display: block; background: #0059da; width: 150px; text-align: center; color: #fff;
text-transform: uppercase; height: 38px; line-height: 38px; border-radius: 3px; clear: both; margin: 61px auto 0;}
.aboutTxt-box .block:hover .crcl {background: #0059da;}
.aboutTxt-box .block:hover .crcl:before {background: url('../images/aboutIcon1-hover.png') no-repeat center center;}
.aboutTxt-box .block.scnd:hover .crcl:before {background: url('../images/aboutIcon2-hover.png') no-repeat center center;}
.aboutTxt-box .block.thrd:hover .crcl:before {background: url('../images/aboutIcon3-hover.png') no-repeat center center;}





@media (min-width:1024px) and (max-width:1123px) {
}

@media (max-width: 1200px) {
    /** 20_11_18 new css */
    a.logo.landingLogo.indx_3 img {
        max-width: 100%;
    }

    .headerBox.hedr_indx .menuCntr {
        padding: 24px 0 0;
    }

    .menuCntr .menus ul li {
        padding: 0 40px 0 0;
    }

    .headerBox.hedr_indx .menuCntr .menus ul li a {
        font-size: 18px;
    }

    .headerBox.hedr_indx .menuCntr .menus ul {
        padding: 0;
    }

    .headerBox.hedr_indx .menuCntr .signBox {
        padding: 0 0 0 10px;
    }

    .menuCntr .signBox .sign {
        font-size: 18px;
        margin: 10px 46px 0 0;
        padding: 2px 2px 3px 25px;
    }

    .adviserCntr .col-lg-6 .img {
        margin: 0;
    }

    .adviserCntr {
        margin: 60px 0;
    }

        .adviserCntr .txt {
            padding: 10px 0 10px 25px;
        }
    /** 20_11_18 new css */
}



@media (min-width:768px) and (max-width:1024px) {
    a.logo img {
        width: 100%;
    }

    .menuCntr .menus ul li {
        padding: 0 0 0 10px;
    }

    .menuCntr .signBox {
        padding: 0 0 0 10px;
    }

    .menuCntr .menus ul {
        padding: 0 10px 0 0;
    }

    .menuCntr .signBox .sign {
        padding: 7px 10px 0 0;
    }

    .menuCntr .signBox .signUp {
        width: 180px;
        padding: 0 0 0 19px;
        background-position: 13px center;
    }

    .menuCntr .menus ul li:first-child {
        padding-left: 0;
    }

    .sliderBox {
        padding: 30px 0 0 5%;
    }

        .sliderBox .insdSlider .txt h2 {
            font-size: 28px;
            margin: 0 0 18px;
        }

        .sliderBox .insdSlider .txt {
            padding: 3% 0 0;
        }

        .sliderBox .bx-pager {
            bottom: -30px;
        }

    .adviserCntr {
        height: auto;
        padding: 0 0 35px;
        margin: 88px 0 37px;
    }

        .adviserCntr .col-lg-6 .img {
            margin: 45px 0 0 0;
        }

        .adviserCntr .txt {
            padding: 30px 0 0 0;
        }

            .adviserCntr .txt h1 {
                font-size: 29px;
            }

    .serviceCntr .serviceBlock .txt {
        padding: 0;
    }

    .addCntr .insdAddCntr {
        margin: 0 auto 53px;
    }

        .addCntr .insdAddCntr h2 {
            padding: 47px 0 0;
            font-size: 23px;
        }

        .addCntr .insdAddCntr ul li {
            margin: 0 20px;
        }

    .about_text {
        padding: 50px 0 100px;
    }

        .about_text .heading_text {
            padding: 0 0 30px;
        }

            .about_text .heading_text h1 {
                font-size: 35px;
            }

        .about_text .text_box p {
            padding: 0 0 25px;
        }

    .newsletter .insd-nwsleter {
        padding: 42px 0 70px;
    }

    .newsletter h1 {
        font-size: 35px;
    }

    .newsletter p {
        font-size: 18px;
    }

    .newsletter .fld-box {
        width: 637px;
        padding: 50px 32px 0;
    }

    .srvcCentr::before {
        bottom: -65px;
    }

    .signUp-newBx .fadeBox.step3Cntr .insdLogin .fldRow {
        max-width: 330px;
    }

    .signUp-newBx .fadeBox.step3Cntr .data-section .data-text {
        width: 40%;
    }

    .signUp-newBx .fadeBox.step3Cntr .cardDetail-cntr {
        width: 57%;
    }

    .slideForm {
        padding: 4px 11px 1px 12px;
    }

    .form-section .account-info.profile {
        float: right;
    }

    .form-section .account-info {
        width: 48%;
    }

        .form-section .account-info .field .box:first-child {
            float: left;
        }

        .form-section .account-info .field .box {
            width: 47%;
            float: right;
        }

        .form-section .account-info.profile.card {
            float: left;
            width: 42%;
        }



    /** new css **/
    .shaowCase .owl-nav {
        display: none;
    }

    .shaowCase.owl-carousel .owl-item .item .insdBox .overLay {
        height: 62%;
        padding: 12px 20px 0;
    }

        .shaowCase.owl-carousel .owl-item .item .insdBox .overLay h4 {
            margin: 0 0 7px;
            font-size: 18px;
        }

        .shaowCase.owl-carousel .owl-item .item .insdBox .overLay p {
            line-height: 16px;
            font-size: 14px;
        }

        .shaowCase.owl-carousel .owl-item .item .insdBox .overLay a {
            margin: 0;
        }

    .insideBanner .insdTitle {
        padding: 14% 0 0 0;
    }

    .location_sec {
        padding-left: 78px;
    }

    .location_row .location_Txt {
        padding: 0 0 0 15px;
    }

    .homeThumb-section ul li {
        width: 32.333%;
        margin: 0 0 53px;
    }
    /** new css **/

    /** 20_11_18 new css */
    .headerBox.hedr_indx .menuCntr {
        padding: 21px 0 0;
    }

        .headerBox.hedr_indx .menuCntr .menus ul {
            padding: 0;
        }

            .headerBox.hedr_indx .menuCntr .menus ul li a {
                font-size: 16px;
            }

    .menuCntr .signBox .sign {
        font-size: 16px;
        padding: 0 2px 0 25px;
        margin: 10px 25px 0 0;
    }

    .menuCntr .signBox {
        padding: 0 0 0 25px;
    }

    .adviserCntr {
        margin: 0;
        padding: 0 0 28px;
    }

    .homeThumb-section {
        margin: 15px 0;
        padding: 50px 0 15px;
    }

    .homeSlider-sec .homeSliderTop .txt {
        padding: 17px 0 0;
    }

        .homeSlider-sec .homeSliderTop .txt h2 {
            font-size: 22px;
            line-height: 30px;
            margin: 0 0 12px;
        }

    .homeSlider-sec .homeSliderTop .first {
        padding: 0 20px;
    }

    .homeSlider-sec .homeSliderTop .txt p {
        font-size: 16px;
    }

    .homeSlider-sec .item {
        min-height: 0;
    }

    .homeSlider-sec .insdBox .sliderCenterTxt h2 {
        font-size: 36px;
        line-height: 48px;
        padding: 0 50px;
    }

    .homeSlider-sec .insdBox .sliderCenterTxt a {
        margin: 23px auto 0;
    }

    .new-business-sec .insd-business h3 {
        font-size: 48px;
    }

    .addCntr .insdAddCntr ul li {
        margin: 0 6px;
    }

    /** 20_11_18 new css */





    .insideBannerNew h1 {    padding: 13.5% 0 0 0;}
    .aboutTxt-box .block {width: 30.333%;}
    .aboutTxt-box:before  {    width: 500px;}



}





@media (min-width:320px) and (max-width:767px) {

    .menuCntr .mobileTrigr {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #0059da;
        border-radius: 5px;
        display: block;
        float: right;
        height: 38px;
        position: relative;
        width: 51px;
        cursor: pointer;
        margin: -66px 0 0;
    }

        .menuCntr .mobileTrigr span {
            background: #0059da none repeat scroll 0 0;
            display: block;
            height: 2px;
            margin: 10px auto 0;
            width: 26px;
        }

        .menuCntr .mobileTrigr:before {
            position: absolute;
            left: 0;
            right: 0;
            margin: 17px auto 0;
            top: 0;
            width: 26px;
            background: #0059da none repeat scroll 0 0;
            height: 2px;
            content: "";
        }

        .menuCntr .mobileTrigr:after {
            position: absolute;
            left: 0;
            right: 0;
            margin: 24px auto 0;
            top: 0;
            width: 26px;
            background: #0059da none repeat scroll 0 0;
            height: 2px;
            content: "";
        }

    .menuCntr {
        padding: 0;
        float: right;
        margin: -10px 0 0;
        position: relative;
        width: 100%;
        z-index: 99;
    }

    a.logo img {
        width: 100%;
        float: left;
        width: auto;
    }

    .insdMenu {
        clear: both;
        overflow: hidden;
        width: 100%;
        background: #f6f6f6;
        padding: 8px 14px 14px 16px;
        display: none;
        margin: 0 0 12px;
    }

    .menuCntr .menus ul {
        padding: 0;
        width: 100%;
    }

        .menuCntr .menus ul li {
            width: 100%;
            padding: 0 0 2px;
        }

        .menuCntr .menus ul::after {
            display: none;
        }

    .menuCntr .menus {
        width: 100%;
        padding: 0;
    }

    .menuCntr .signBox {
        padding: 0;
    }

        .menuCntr .signBox .sign {
            width: 100%;
            padding: 0 0 8px;
            color: #050202;
        }

    .headerBox {
        min-height: 96px;
    }

    .sliderBox {
        padding: 14px 0 0 15px;
    }

        .sliderBox .insdSlider .txt {
            width: 100%;
            padding: 0 15px 0 0;
            text-align: center;
        }

            .sliderBox .insdSlider .txt h2 {
                font-size: 27px;
                margin: 0 0 18px;
            }

            .sliderBox .insdSlider .txt p {
                font-size: 17px;
            }

            .sliderBox .insdSlider .txt a.more {
                margin: 18px auto 0;
            }

        .sliderBox .insdSlider .img {
            float: right;
            width: 100%;
            padding: 0;
        }

        .sliderBox .bx-pager {
            bottom: -35px;
        }

    .adviserCntr {
        margin: 67px 0 0;
    }

        .adviserCntr .col-lg-6 .img {
            margin: 0;
        }

        .adviserCntr .col-lg-6 {
            width: 100%;
        }

    .adviserCntr {
        padding: 20px 0 24px 0;
        height: auto;
    }

        .adviserCntr .col-lg-6.txt-col {
            width: 100%;
        }

        .adviserCntr .txt {
            padding: 20px 0 0 0;
            text-align: center;
        }

            .adviserCntr .txt h1 {
                font-size: 24px;
            }

    .titleBr {
        width: 100%;
        padding: 0 15px 23px;
    }

    .adviserCntr .txt a {
        margin: 30px auto 0;
    }

    .titleBr h2 {
        font-size: 30px;
    }

    .serviceCntr .serviceBlock .txt {
        padding: 0;
    }

    .serviceCntr .serviceBlock {
        padding: 0 0 24px;
        border-bottom: 1px solid #eee;
        margin: 0 0 15px;
    }

    .addCntr .insdAddCntr {
        margin: 0 auto 25px;
        border: 0;
    }

        .addCntr .insdAddCntr h2 {
            padding: 14px 0 0;
            font-size: 20px;
        }

        .addCntr .insdAddCntr ul {
            padding: 35px 0 0;
        }

            .addCntr .insdAddCntr ul li {
                margin: 0 0 8px;
                width: 100%;
            }

    .footer .footerMenu {
        padding: 0 0 18px;
    }

    .footer .socialMnu ul {
        padding: 0 0 29px;
    }

    .menuCntr .menus ul li a:before {
        display: none;
    }

    .about_text {
        padding: 45px 0 51px;
    }

        .about_text .heading_text {
            padding: 0 0 22px;
        }

            .about_text .heading_text h1 {
                font-size: 30px;
            }

        .about_text .text_box p {
            line-height: 23px;
            padding: 0 0 22px;
            margin: 0;
            text-align: center;
        }

    .newsletter p {
        font-size: 18px;
    }

    .newsletter .fld-box {
        width: 90%;
        padding: 40px 12px 0;
    }

    .newsletter h1 {
        font-size: 30px;
    }

    .newsletter .insd-nwsleter {
        padding: 35px 0 60px;
    }

    .newsletter .fld-box .fld:nth-child(1) {
        padding-left: 0;
        width: 100%;
        margin: 0 0 25px;
    }

    .newsletter .fld-box .fld:nth-child(2) {
        width: 100%;
    }

    .srvcCentr::before {
        display: none;
    }

    .srvcCentr {
        margin: 0;
    }

    .newsletter {
        margin: 0 0 23px;
    }

    /* login css */
    .login-logo.bg-color {
        padding: 10px 0 213px;
    }

    .insdLogin h2 {
        padding: 19px 0 21px;
        font-size: 22px;
    }

    .insdLogin .frgt {
        padding: 0;
        font-size: 14px;
    }

    .insdLogin .signUp {
        padding: 0;
        margin: 0;
    }

    .footer.login .footerMenu ul {
        text-align: center;
        margin: 0 auto;
        float: none;
    }

    .insdLogin {
        margin: -200px auto 22px;
        max-width: 300px;
        min-height: 0;
        padding: 0 0 15px;
    }

        .insdLogin .fldRow {
            max-width: 270px;
            padding: 0 0 8px;
        }

            .insdLogin .fldRow label {
                padding: 0 0 5px
            }

            .insdLogin .fldRow .butn {
                margin: 9px 0 7px 0;
            }

    .footer.login .socialMnu.login {
        display: block;
        float: none;
        margin: 0 auto 0;
        max-width: 63px;
        padding: 10px 0 0;
        width: 100%;
        overflow: hidden;
    }

    .footer.login .footerMenu {
        max-width: 300px;
        padding: 14px 0 13px 0;
    }

    .login-logo.bg-color img {
        width: 165px;
    }

    .signUp-newBx .login-logo.bg-color {
        padding: 14px 0 217px;
    }

    .signUp-newBx .stepBx ul li {
        width: 100%;
    }

    .signUp-newBx .stepBx {
        padding: 0 0 7px 19px;
        width: 100%;
        margin: 0 auto;
        float: none;
        overflow: hidden;
    }

    .signUp-newBx .insdLogin {
        padding: 45px 0 17px 0;
    }

    .signUp-newBx .signUpStepCntr .insdLogin {
        padding: 24px 0 17px 0;
    }

    .signUpStepCntr {
        margin: -200px auto 29px;
    }

        .signUpStepCntr .step2Cntr {
            width: 100%;
            margin: 0;
        }

    .signUp-newBx .data-section .data-text {
        width: 305px;
        float: none;
        margin: 0 auto 20px;
        min-height: 0;
    }

    .signUp-newBx .data-section {
        padding: 0 8px 9px 8px;
    }

        .signUp-newBx .data-section .data-text .choosebtnn {
            position: static;
            margin: 20px auto 0;
        }

    .signUp-newBx .step2Cntr .cont {
        width: 90%;
        margin: 0 auto;
    }

        .signUp-newBx .step2Cntr .cont p {
            margin: 0;
        }

    .signUp-newBx .data-section .data-text:last-child {
        margin: 0 auto 20px;
        float: none;
    }

    .signUp-newBx .stepBx ul li:last-child {
        padding: 0 40px 0 0;
    }

    .slideForm {
        padding: 4px 0 1px 0;
    }

    .signUp-newBx .stepBx ul li a {
        font-size: 14px;
        padding: 0 15px 0 0;
        background-size: 11px;
    }

    .signUp-newBx .stepBx ul li {
        padding: 0 10px 0 0;
        width: auto;
    }

        .signUp-newBx .stepBx ul li.active a, .signUp-newBx .stepBx ul li:hover a {
            background-size: 11px;
        }

        .signUp-newBx .stepBx ul li:last-child {
            padding: 0;
        }

    .signUp-newBx .fadeBox.step3Cntr .data-section .data-text {
        width: 100%;
        min-height: 0;
    }

    .signUp-newBx .fadeBox.step3Cntr .cardDetail-cntr {
        width: 100%;
    }

    .successForm .insdLogin h2 {
        font-size: 17px;
        padding: 16px 0 20px;
    }

    .successForm .insdLogin p {
        text-align: center;
    }

    .signUp-newBx .signUpStepCntr .successForm .insdLogin {
        padding: 24px 20px 17px 20px;
    }


    /* user css */
    .username .user-profile {
        padding: 84px 0 0 0;
        overflow: hidden;
        position: relative;
    }

        .username .user-profile .user {
            padding: 0 0 22px 0;
        }

        .username .user-profile .nav-tabs > li {
            padding: 0 14px 6px 0;
        }

    .username .savebtnn {
        margin: 0;
        position: absolute;
        top: 14px;
        right: 0;
    }

    .form-section {
        padding: 40px 0 70px;
        overflow: visible;
        float: left;
        width: 100%;
    }

        .form-section .account-info {
            width: 98%;
        }

            .form-section .account-info .field .box {
                margin: 0 0 0 10px;
            }

            .form-section .account-info.profile.card {
                width: 100%;
            }

    .account-info .data-text, .account-info.profile .data-text {
        padding: 20px 15px;
        max-width: 100%;
        margin: 0 0 10px;
    }

        .account-info.profile .data-text .right_box .circle-top {
            width: 13%;
        }

        .account-info.profile .data-text .right_box ul li {
            font-size: 14px;
        }

    .form-section .account-info .field .butn {
        margin: 4px 0 32px 0;
    }


    /**** good news **/
    .good-news {
        padding: 30px 0;
    }

        .good-news h1 {
            line-height: 25px;
            padding: 0 0 15px;
        }

    .bmw-txt .info label {
        width: 100%;
        font-size: 14px;
        padding: 0 0 3px;
    }

    .bmw-txt .info span {
        width: 100%;
        font-size: 14px;
    }

    .good-news .fldRow {
        max-width: 200px;
        padding: 25px 0 0;
    }

    #proposaldocument .rpf-form-section .popRow:last-child {
        padding-left: 0;
        float: right;
        margin-top: 13px;
        margin-bottom: 20px;
    }

    #proposaldocument .rpf-form-section .popRow {
        width: 100%;
    }
    /** new css */
    .location_sec {
        padding-left: 30px;
    }

        .location_sec::before {
            left: 0
        }

    .map-sec {
        margin-top: 0
    }

        .map-sec iframe {
            height: 300px;
        }

    .location_row .location_Txt {
        padding-left: 10px;
        width: 82%;
    }

    .img-sec .img-box {
        width: 100%;
        margin: 0 0 30px
    }

    .insideBanner.detail h1 {
        font-size: 40px;
    }

    .insideBanner.detail {
        min-height: 200px;
    }

    .shaowCase .owl-nav {
        display: none;
    }

    .shaowCase.owl-carousel .owl-item .item .insdBox .overLay {
        height: 44%;
        padding: 12px 20px 0;
    }

        .shaowCase.owl-carousel .owl-item .item .insdBox .overLay h4 {
            margin: 0 0 7px;
            font-size: 18px;
        }

        .shaowCase.owl-carousel .owl-item .item .insdBox .overLay p {
            line-height: 16px;
            font-size: 14px;
        }

        .shaowCase.owl-carousel .owl-item .item .insdBox .overLay a {
            margin: 0;
        }

    .insideBanner h1 {
        font-size: 40px;
    }

    .insideBanner {
        min-height: 150px;
    }

        .insideBanner .insdTitle {
            padding: 16% 0 0 0;
        }

    .contact_wrap {
        margin-top: 30px;
    }

        .contact_wrap h1 {
            margin: 0 0 31px;
        }

    .contactForm-sec .insdLogin {
        margin: 31px auto 30px;
        padding: 22px 20px 3px;
    }

    .HomeContent-sec .insdHome-cntnt {
        padding: 30px 0 0 0;
    }

    .homeThumb-section ul li {
        width: 100%;
        margin: 0 0 22px;
    }

    .homeVideo-section video {
        display: none;
    }

    .homeVideo-section {
        background: url('../images/imgcar.png') no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 300px;
    }

    .bnrText h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .bnrText .butnBox {
        margin: 21px 0 0 0;
    }

    .bnrText {
        width: 280px;
    }

    /** 20_11_18 new css */
    .headerBox.hedr_indx {
        min-height: 0;
        padding: 2px 0 6px;
    }

    a.logo.landingLogo.indx_3 {
        display: inline-block;
        width: 207px;
        margin: 13px 0 0 0;
    }

        a.logo.landingLogo.indx_3 img {
            width: 100%;
        }

    .menuCntr.indx_3 .signBox .sign {
        padding: 0 0 8px 30px;
    }

    .menuCntr.indx_3 .mobileTrigr {
        margin: -43px 0 0;
    }

    .homeSlider-sec .insdBox .sliderCenterTxt h2 {
        font-size: 17px;
        line-height: 21px;
        margin: 0;
        padding: 0 16px;
    }

    .homeSlider-sec .insdBox .sliderCenterTxt a {
        margin: 15px auto 0;
    }

    .homeSlider-sec .homeSliderTop .img {
        width: 100%;
        padding: 4% 0 0;
    }

    .homeSlider-sec .homeSliderTop .txt {
        width: 100%;
        padding: 4% 10px 0;
        float: none;
        text-align: center;
        overflow: hidden;
    }

        .homeSlider-sec .homeSliderTop .txt h2 {
            font-size: 20px;
            line-height: 26px;
            margin: 0 0 10px;
        }

        .homeSlider-sec .homeSliderTop .txt a.more {
            margin: 28px auto 20px;
        }

    .adviserCntr {
        padding: 24px 0;
        margin: 0;
    }

    .homeThumb-section {
        margin: 15px 0;
        padding: 10px 0 9px;
    }

        .homeThumb-section ul li:last-child {
            margin-bottom: 0;
        }

    .addCntr .insdAddCntr h2 {
        padding: 25px 0 0;
    }

    .new-business-sec {
        min-height: 225px;
    }

        .new-business-sec .insd-business h3 {
            font-size: 28px;
            line-height: 32px;
            margin: 0;
        }

        .new-business-sec .insd-business a {
            margin: 20px auto 0;
        }

    .headerBox.hedr_indx .menuCntr .signBox {
        padding: 0;
    }

    .homeSlider-sec .item {
        min-height: 0;
        padding: 0;
    }

    .homeSlider-sec .owl-dots {
        bottom: 10px;
        display: none;
    }

    .adviserCntr .col-lg-6 .img {
        left: 0;
    }

    .adviserCntr .txt {
        right: 0;
    }

    .menuCntr .mobileTrigr {
        width: 46px;
    }

    .headerBox.hedr_indx .menuCntr {
        padding: 17px 0 0;
    }

    .addCntr .insdAddCntr ul li img {
        width: 100%;
    }

    .addCntr .insdAddCntr ul li {
        width: 24%;
    }


    /** 20_11_18 new css */



    .insideBannerNew {min-height: 106px;}
    .insideBannerNew h1 {padding: 10.5% 0 0 0; font-size: 28px;}
    .about_text {padding: 24px 0 51px;}
    .technology-sec .about_text .text_box .insdTxt-box p {line-height: 24px;font-size: 18px;}
    .technology-sec .about_text .text_box .insdTxt-box {margin: 0 0 30px;}
    .aboutTxt-box .block {width: 250px; margin: 0 0 50px;}
    .aboutTxt-box:before {display: none;}
    .about_text .lrn-more {margin: 21px auto 0;}



}




@media (min-width:481px) and (max-width:767px) {
    .adviserCntr .col-lg-6 .img {
        width: 436px;
        margin: 0 auto;
    }

    .insdLogin {
        max-width: 385px;
        margin: -200px auto 25px;
    }

        .insdLogin h2 {
            padding: 29px 0 26px;
        }

        .insdLogin .signUp {
            padding: 0 0 15px;
        }

    .footer.login .footerMenu {
        max-width: 385px;
    }

    .footer.login .socialMnu.login {
        display: block;
        margin: 15px auto 0;
        max-width: 66px;
        padding: 10px 0 0;
        width: 100%;
        float: none;
        overflow: hidden;
    }

    .signUp-newBx .stepBx {
        width: 367px;
        padding: 0 0 9px;
        margin: 0 auto;
    }

        .signUp-newBx .stepBx ul li a {
            font-size: 15px;
            padding: 0 27px 0 0;
        }

        .signUp-newBx .stepBx ul li {
            padding: 0 19px 0 0;
        }

            .signUp-newBx .stepBx ul li.active a, .signUp-newBx .stepBx ul li:hover a {
                background-size: auto;
            }

            .signUp-newBx .stepBx ul li a {
                background-size: auto;
            }

    .signUp-newBx .step3Cntr .data-section {
        width: 400px;
        margin: 0 auto;
    }

    .signUp-newBx .signUpStepCntr .successForm .insdLogin {
        padding: 24px 20px 17px 20px;
    }

    .successForm .insdLogin p {
        text-align: center;
    }

    .form-section .account-info {
        width: 48%;
    }

        .form-section .account-info .field .box {
            margin: 0 0 0 8px;
        }

        .form-section .account-info.card {
            width: 48%;
        }

        .form-section .account-info.profile.card {
            width: 48%;
        }
    /** new css */
    .shaowCase.owl-carousel .owl-item .item .insdBox .overLay {
        height: 65%;
        padding: 12px 20px 0;
    }

    /** new css */
}
