﻿@font-face {
    font-family: 'rupee_foradianregular';
    src: url('../fonts/rs/rupee_foradian-webfont.eot');
    src: url('../fonts/rs/rupee_foradian-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rs/rupee_foradian-webfont.woff') format('woff'), url('../fonts/rs/rupee_foradian-webfont.ttf') format('truetype'), url('../fonts/rs/rupee_foradian-webfont.svg#rupee_foradianregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    

}
.mainProductContent{
    padding: 80px 0;
}



.NormalFont{
    font-size: 20px;
}

.rx-rs {
    font-family: 'rupee_foradianregular';
}

.container {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

.headder {
    padding: 0px 0;
    position: relative;
    border-bottom: 1px solid #cbcccc;
    /*height:60px;*/
}

.banner {
    height: 320px;
    background: #fdfcfc url(../images/banner.jpg) center center no-repeat;
    background-size: cover;
}

.bannerscs {
    height: 280px;
    /* background: #fdfcfc url(../images/banner2_scs.jpg) center center no-repeat; */
    background-size: cover;
}



.banner .BannerImage {
    width: 221px;
    height: auto;
    margin: 8% 0 0 0;
    float: right;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
}

.bannerscs .BannerImagescs {
    width: 221px;
    height: auto;
    margin: 8% 0 0 0;
    float: right;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
}


.banner2 {
    height: 420px;
    /*background: #fdfcfc url(../images/banner2_scs.jpg) center center no-repeat;*/
    /* background: #fdfcfc url(../images/banner2_scs.jpg) center center no-repeat; */
    background-size: cover;
    border-top: 5px solid #0095da;
}

    .banner2 .BannerImage2 {
        width: 373px;
        height: auto;
        margin: 5% 0 0 0;
        float: right;
        background-color: #fff;
        padding: 20px;
        box-sizing: border-box;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
        border-radius: 5px;
    }

.Links {
    position: absolute;
    left: 150px;
    top: 0;
}

    .Links ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .Links ul li {
            display: table;
            float: left;
            height: 59px;
            border-left: 1px solid #cbcccc;
        }

            .Links ul li:last-child {
                border-right: 0px solid #cbcccc;
            }

            .Links ul li a {
                display: table-cell;
                vertical-align: middle;
                padding: 0 20px;
                font-size: 18px;
                color: #121212;
                font-weight: bold;
            }

                .Links ul li a:hover {
                    background-color: #0095da;
                    color: #fff;
                    transition: all 0.5s ease;
                    text-decoration: none;
                }

                .Links ul li a.active {
                    background-color: #0095da;
                    color: #fff;
                    transition: all 0.5s ease;
                    text-decoration: none;
                }

hr {
    border-top: 1px solid #d1d1d1;
}

.mobileMenu {
    width: 33px;
    float: right;
    padding: 0px 7px;
    margin-top: 19px;
    margin-left: 10px;
    cursor: pointer;
    display: none;
}

    .mobileMenu .bar1, .mobileMenu .bar2, .mobileMenu .bar3, .mobileMenu .bar4 {
        height: 2px;
        width: 25px;
        background: #000;
        margin: 3px 0;
        display: block;
        border-radius: 5px;
        transition: 0.4s;
    }

    .mobileMenu.change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-6px, 3px);
        transform: rotate(-45deg) translate(-6px, 3px);
    }

    .mobileMenu.change .bar2 {
        opacity: 0;
    }

    .mobileMenu.change .bar3 {
        -webkit-transform: rotate(45deg) translate(-3px, -2px);
        transform: rotate(45deg) translate(-3px, -2px);
    }
     .mobileMenu.change .bar4 {
        -webkit-transform: rotate(-45deg) translate(-6px, 3px);
        transform: rotate(-45deg) translate(-6px, 3px);
    }

h2 {
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 24px;
    color: #333333;
    font-weight: 600;
}

.pcopy{
    font-size:15px;

}

p {
    font-size: 15px;
    color: 333333;
}

    p.t1 {
        font-size: 11px;
        color: 333333;
    }

.KeyFeatures .icon {
    width: 68px;
    height: 68px;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 50%;
}

.KeyFeatures .icon1 {
    width: 36px;
    height: 36px;
    background: url(../images/icon-keybenifit.png) left top no-repeat;
    margin: 15px auto 0 auto;
}

.KeyFeatures .icon2 {
    width: 36px;
    height: 36px;
    background: url(../images/icon-keybenifit.png) -36px top no-repeat;
    margin: 15px auto 0 auto;
}

.KeyFeatures .icon3 {
    width: 36px;
    height: 36px;
    background: url(../images/icon-keybenifit.png) -72px top no-repeat;
    margin: 15px auto 0 auto;
}

.KeyFeatures .icon4 {
    width: 36px;
    height: 36px;
    background: url(../images/icon-keybenifit.png) -112px top no-repeat;
    margin: 15px auto 0 auto;
}

.KeyFeatures .icon5 {
    width: 36px;
    height: 36px;
    background: url(../images/icon-keybenifit.png) -146px top no-repeat;
    margin: 15px auto 0 auto;
}

.KeyFeatures .icon6 {
    width: 36px;
    height: 36px;
    background: url(../images/icon-keybenifit.png) -180px top no-repeat;
    margin: 15px auto 0 auto;
}

.KeyFeatures .t1 {
    padding: 10px 0 0 0;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

.KeyFeatures .t2 {
    padding: 5px 0 5px 0;
    margin: 0;
    min-height: 80px;
    font-size: 14px;
}

.KeyFeatures .borderR {
    border-right: 1px solid #cdcccc;
    margin-top: 20px;
    margin-bottom: 20px;
}

.KeyFeatures .noBorder {
    border-right: 0px solid #cdcccc;
}

.padding {
    padding: 70px 0;
}

.bg {
    background-color: white;
    text-decoration: none !important;
}

.Text1 {
    padding: 20px 0 0px 0;
    font-size: 14px;
    color: #ccc;
}

.btn {
    background-color: #e0e0e0;
    padding: 15px 15px;
    margin: 10px 10px 10px 0px;
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    border: none !important;
}

    .btn:hover {
        text-decoration: none;
    }

    .btn.bg {
        background-color: #0095da;
        color: #fff;
        text-decoration: none !important;
    }

.TableBox {
    margin: 10px 0;
    width:100%;
}

    .TableBox .table {
        /*border: 0px solid #3bace4;*/
        font-size: 14px;
        margin-bottom: 0;
    }

        .TableBox .table th {
            /*background-color: #d8eefa;*/
            text-align: center;
            /*color: #0e4ea3;*/
            font-size: 14px;
            font-weight: bold;
        }

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    /*border: 1px solid #3bace4;*/
    padding: 10px 8px;
}

.TableBox .bold {
    font-weight: bold;
}

.TableBox .table1 {
    border: 0;
    text-align: left !important;
}

.TableBox .table tr td {
    text-align: left !important;
}

    .TableBox .table tr td .table1 tr th {
        text-align: left;
        color: #000;
        font-weight: normal;
    }

    .TableBox .table tr td .table1 tr td:nth-child(even) {
        border-top: 0;
        border-top: 0;
        border-right: 0;
    }

    .TableBox .table tr td .table1 tr td:nth-child(odd) {
        border-left: 0;
        border-top: 0;
        border-right: 0;
    }

.BenifitsBoxWapper {
    position: relative;
}

.BenifitsBox {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .BenifitsBox .Box {
        width: 68px;
        height: 68px;
        float: left;
        border: 1px solid #000;
        border-radius: 50%;
    }

        .BenifitsBox .Box.icon1 {
            background: url(../images/Icon-Benefits.png) left top no-repeat;
            margin: 0px auto 0 auto;
        }

        .BenifitsBox .Box.icon2 {
            background: url(../images/Icon-Benefits.png) left -68px no-repeat;
            margin: 0px auto 0 auto;
        }

        .BenifitsBox .Box.icon3 {
            background: url(../images/Icon-Benefits.png) left -136px no-repeat;
            margin: 0px auto 0 auto;
        }

        .BenifitsBox .Box.icon4 {
            background: url(../images/Icon-Benefits.png) left -204px no-repeat;
            margin: 0px auto 0 auto;
        }

    .BenifitsBox h2 {
        font-size: 16px;
        color: #333333;
        padding: 10px 0 5px 0;
    }

    .BenifitsBox .TextBox {
        width: calc(100% - 68px);
        float: left;
        padding-left: 20px;
    }

        .BenifitsBox .TextBox em {
            font-size: 14px;
        }

.InnerText {
    padding-left: 30px;
}

    .InnerText .TextHE {
        font-size: 14px;
        color: #333333;
        padding: 0;
        margin: 0 0 10px 0;
        font-weight: bold;
        border-bottom: 1px solid #333333;
        float: left;
        display: inline-block;
    }

    .InnerText .TextCont {
        font-size: 14px;
    }

        .InnerText .TextCont.bg {
            background-color: #fff;
            padding: 10px;
        }

.expadding {
    padding: 10px;
}

.IntroTextBox {
    width: 62%;
    margin: 0 auto;
}

    .IntroTextBox .he {
        font-size: 18px;
        color: #333333;
        text-transform: uppercase;
    }

    .IntroTextBox ul.Point {
        font-size: 16px;
        color: #333333;
        margin: 10px 0 20px 52px;
        padding: 0;
        font-weight: 400;
        float: left;
    }

        .IntroTextBox ul.Point li {
            list-style: none;
            padding-left: 30px;
            margin-bottom: 10px;
            float: left;
            line-height: 20px;
            padding-right: 0;
            clear: both;
            position: relative;
        }

            .IntroTextBox ul.Point li:before {
                content: "•";
                color: #333333;
                font-size: 40px;
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                font-family: sans-serif;
            }

.Form {
    position: relative;
}

    .Form h3 {
        font-size: 18px;
        color: #333333;
        padding: 10px 0 0 0;
        margin: 0;
    }

        .Form h3 span {
            font-weight: bold;
        }

    .Form p.t1 {
        padding: 10px 0 0px 0;
        font-size: 14px;
    }

    .Form label {
        font-size: 14px;
        color: #333333;
        margin-top: 15px;
    }

    .Form sup {
        font-size: 12px;
        color: #ff0000;
    }

    .Form .form-control {
        border-radius: 0;
        /*padding: 20px 10px;*/
        height: 43px;
    }

    .Form .BTNVMnumber {
        background-color: #0095da;
        padding: 11px 20px;
        margin: 0px 0px 0 0px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        border-radius: 0;
        text-decoration: none;
    }

    /*.Form .BTNVMnumber:hover {
            text-decoration: none !important;
        }*/

    .Form .Otptext {
        font-size: 13px;
        color: #49565e;
        padding-top: 10px;
    }

    .Form .checkWapper {
        display: block;
        position: relative;
        padding-left: 45px;
        margin-bottom: 30px;
        cursor: pointer;
        font-size: 12px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .Form .checkWapper input {
            position: absolute;
            cursor: pointer;
            left: 15px;
            top: 0;
            width: 20px;
            height: 20px;
            background: none;
        }

    .Form .btnBack {
        background: none !important;
        padding: 15px 20px;
        border: none !important;
        /*margin: 10px 10px 0 10px;*/
        color: #0095d9;
        font-size: 16px;
        font-weight: 600;
        border-radius: 0;
    }

    .Form .btnBck:hover {
        transition: all 0.5s ease;
    }

.footerWapper {
    background-color: #171717;
    color: #fff;
   font-size: 20px;
}

    .footerWapper .text1 {
        margin: 0;
        padding: 15px;
        display: inline-block;
        background-color: #454545;
        border-radius: 5px;
        font-size: 20px;
    }

    .footerWapper .text2 {
        margin: 0;
        padding: 10px 15px;
        display: inline-block;
        font-size: 16px;
        color: #999;
    }

    .footerWapper ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .footerWapper ul li {
            display: table;
            float: left;
            border-right: 1px solid #cbcccc;
        }

            .footerWapper ul li:last-child {
                border-right: 0px solid #cbcccc;
            }

            .footerWapper ul li a {
                display: table-cell;
                vertical-align: middle;
                padding: 0 10px;
                font-size: 12px;
                color: #0095da;
            }

                .footerWapper ul li a:hover {
                    color: #fff;
                    transition: all 0.5s ease;
                    text-decoration: none;
                }

            .footerWapper ul li:first-child a {
                padding-left: 0;
            }

select { /* for Firefox */
    -moz-appearance: none; /* for Chrome */
    -webkit-appearance: none;
    height: 42px !important;
    padding: 6px 10px !important;
    background: #fff url(../images/arrow.png) 96% center no-repeat !important;
}

    /* For IE10 */
    select::-ms-expand {
        display: none;
    }

.TabWapper {
    margin: 30px 0 0 0;
    padding: 0;
    position: relative;
}

    .TabWapper ul {
        margin: 0;
        padding: 0;
        width: 100%;
        min-height: 108px;
        box-sizing: border-box;
        border: 1px solid #e0e0e0;
        border-bottom: 3px solid #0095d9;
        list-style: none;
        border-right: 0px solid #e0e0e0;
    }

        .TabWapper ul li {
            width: 20%;
            min-height: 105px;
            float: left;
            text-align: center;
            box-sizing: border-box;
            border-right: 1px solid #e0e0e0;
            margin: 0;
            padding: 0;
        }

            .TabWapper ul li .icon {
                width: 29px;
                height: 29px;
                margin: 12% auto 0 auto;
            }
            /*.TabWapper ul li:hover { background-color: #0095d9 }*/
            .TabWapper ul li.active {
                background-color: #0095d9;
                cursor: default;
            }

            .TabWapper ul li .icon.icon1 {
                background: url(../images/tab-icon.png) left top no-repeat;
            }

            .TabWapper ul li.active .icon.icon1 {
                background: url(../images/tab-icon.png) left -29px no-repeat;
            }

            .TabWapper ul li .icon.icon2 {
                background: url(../images/tab-icon.png) -29px top no-repeat;
            }

            .TabWapper ul li.active .icon.icon2 {
                background: url(../images/tab-icon.png) -29px -29px no-repeat;
            }

            .TabWapper ul li .icon.icon3 {
                background: url(../images/tab-icon.png) -61px top no-repeat;
            }

            .TabWapper ul li.active .icon.icon3 {
                background: url(../images/tab-icon.png) -61px -29px no-repeat;
            }

            .TabWapper ul li .icon.icon4 {
                background: url(../images/tab-icon.png) -87px top no-repeat;
            }

            .TabWapper ul li.active .icon.icon4 {
                background: url(../images/tab-icon.png) -87px -29px no-repeat;
            }

            .TabWapper ul li .icon.icon5 {
                background: url(../images/tab-icon.png) -116px top no-repeat;
            }

            .TabWapper ul li.active .icon.icon5 {
                background: url(../images/tab-icon.png) -116px -29px no-repeat;
            }

            .TabWapper ul li p {
                width: 100%;
                font-size: 13px;
                color: #999999;
                font-weight: bold;
                margin: 0;
            }

            .TabWapper ul li.active p {
                color: #fff;
            }

.custom-control {
    float: left;
    margin-left: 14px;
}

    .custom-control [type="radio"]:checked, .custom-control [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }

        .custom-control [type="radio"]:checked + label, .custom-control [type="radio"]:not(:checked) + label {
            position: relative;
            padding-left: 23px;
            cursor: pointer;
            line-height: 16px;
            display: inline-block;
            color: #000;
            margin: 18px 0 0 0;
        }

            .custom-control [type="radio"]:checked + label:before, .custom-control [type="radio"]:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 16px;
                height: 16px;
                border: 1px solid #b6b6b6;
                border-radius: 100%;
                background: #fff;
            }

            .custom-control [type="radio"]:checked + label:after, .custom-control [type="radio"]:not(:checked) + label:after {
                content: '';
                width: 16px;
                height: 16px;
                border: 4px solid #0095d9;
                position: absolute;
                top: 0px;
                left: 0px;
                border-radius: 100%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .custom-control [type="radio"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .custom-control [type="radio"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

.BISummary {
    margin-top: 20px;
}

    .BISummary .bg {
        background-color: #f3f2f2;
        display: inline-block;
        width: 100%;
        padding: 20px 0;
        margin-bottom: 20px;
    }

    .BISummary .bg2 {
        background-color: #e7e7e7;
        display: inline-block;
        width: 100%;
        padding: 20px 0;
    }

    .BISummary .t1 {
        font-size: 16px;
        color: #000000;
    }

        .BISummary .t1 span {
            font-weight: bold;
            /*color: #0095d9;*/
        }

    .BISummary .border-right {
        border-right: 1px solid #000;
    }

    .BISummary h2 {
        font-size: 18px;
        /*color: #0095d9;*/
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

    .BISummary .t2 {
        font-size: 16px;
        /*color: #0095d9;*/
        font-weight: bold;
        margin: 0;
        padding: 20px 0;
        padding-left: 8px;
    }

    .BISummary .ResultBoxEdit {
        padding: 10px; /*display: inline-block;*/
        width: 100%;
        position: relative;
        display: inline-block;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background-color: #0b242a;
        color: #fff;
    }

        .BISummary .ResultBoxEdit .form-control {
            height: 30px;
        }

        .BISummary .ResultBoxEdit .PDBox {
            padding-top: 15px;
            padding-bottom: 15px;
            padding-right: 36px;
        }

            .BISummary .ResultBoxEdit .PDBox .PDValueBox { /*border-right:1px solid #a9a8a6;*/
                font-size: 18px;
                padding: 0 10px;
                float: left;
                position: relative;
            }

                .BISummary .ResultBoxEdit .PDBox .PDValueBox:before {
                    content: '';
                    position: absolute;
                    border-right: 1px solid #fff;
                    height: 60%;
                    width: 1px;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                    z-index: 2;
                }

                .BISummary .ResultBoxEdit .PDBox .PDValueBox:last-child {
                    border: none;
                }

                .BISummary .ResultBoxEdit .PDBox .PDValueBox.Exbo:before {
                    content: '';
                    border: none !important;
                }

                .BISummary .ResultBoxEdit .PDBox .PDValueBox label {
                    height: 20px;
                    width: auto;
                    line-height: 1.9em;
                    font-size: 16px;
                    color: #fff;
                    min-height: 30px;
                    font-weight: bold;
                    margin-bottom: 0;
                    margin-top: 0;
                }

                .BISummary .ResultBoxEdit .PDBox .PDValueBox .form-control {
                    height: 30px !important;
                    width: auto;
                    font-size: 12px;
                    background-color: transparent;
                }

                    .BISummary .ResultBoxEdit .PDBox .PDValueBox .form-control.date {
                        width: 70px;
                    }

        .BISummary .ResultBoxEdit .selectWrap {
            width: auto;
            height: 30px !important;
            background: url(../images/selectArrow2.png) center right no-repeat;
        }

            .BISummary .ResultBoxEdit .selectWrap .selectVal {
                width: auto;
                padding-right: 30px;
                height: 30px;
                font-size: 14px;
            }

        .BISummary .ResultBoxEdit .PDBox .PDValueBox .fields {
            position: absolute;
            left: 0;
            top: 0;
            width: 101%;
            padding: 0 15px;
            display: none;
            border: none;
            box-shadow: none;
            color: #fff;
        }

        .BISummary .ResultBoxEdit .PDBox.active .PDValueBox .fields {
            display: block;
        }

        .BISummary .ResultBoxEdit .PDBox.active .PDValueBox label {
            opacity: 0;
            min-height: 30px;
            padding-left: 10px;
            padding-right: 10px;
        }

        .BISummary .ResultBoxEdit .PDBox.active .PDValueBox .fields.date {
            padding-left: 5px;
            background: none;
        }

        .BISummary .ResultBoxEdit .PDBox span.noBorder {
            border-right: none;
        }

        .BISummary .ResultBoxEdit .editSections {
            padding-top: 6px;
            padding-bottom: 6px;
            background: #ffffff; /*border:1px solid #cccccc;*/
        }

            .BISummary .ResultBoxEdit .editSections .form-group {
                border-bottom: 1px solid #9c9c9c;
            }

                .BISummary .ResultBoxEdit .editSections .form-group.rupee .selectVal:before {
                    position: absolute;
                    left: 0;
                    height: 100%;
                }

        .BISummary .ResultBoxEdit .editBtn {
            position: relative;
            z-index: 1;
            margin: auto;
            background: #ffffff; /*display:none;*/
        }

            .BISummary .ResultBoxEdit .editBtn p {
                font-size: 16px;
                margin: 0 0 5px;
            }

        .BISummary .ResultBoxEdit .fieldBox { /*border-right:1px solid #eae2b4;*/
        }

            .BISummary .ResultBoxEdit .fieldBox.pt {
                padding: 5px 15px;
                background: #ecf9fa;
            }

                .BISummary .ResultBoxEdit .fieldBox.pt .form-group {
                    margin-bottom: 0;
                }

                    .BISummary .ResultBoxEdit .fieldBox.pt .form-group label {
                        font-size: 1em;
                    }

            .BISummary .ResultBoxEdit .fieldBox .form-control {
                background: none;
                padding: 0 7px;
                background: none;
                color: #333333;
            }

.editfieldValue {
    width: 100%;
    position: relative;
    padding-left: 15px;
}

    .editfieldValue .GenderICon {
        width: 44px;
        height: 44px;
        position: absolute;
        left: -3px;
        top: -5px;
    }

    .editfieldValue .PDValueBox {
        display: inline-block;
    }

.BISummary .ResultBoxEdit .defaultValueBox {
    width: calc(100% - 50px);
    float: left;
}

.calculate .editButtonBox {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.calculate .edit {
    background: url(../images/edit-Icon.png) no-repeat center center;
    display: inline-block;
    border-radius: 0%; /*position: absolute; right: 0px; top: 14px;*/
    height: 30px;
    width: 30px; /* -webkit-box-shadow: -1px 0px 10px 1px rgba(0,0,0,0.21); -moz-box-shadow: -1px 0px 10px 1px rgba(0,0,0,0.21); box-shadow: -1px 0px 10px 1px rgba(0,0,0,0.21);*/
    z-index: 10;
    cursor: pointer;
}

    .calculate .edit.active {
        background: url(../images/saveBtn.png) no-repeat center center;
    }

.BISummary .ResultBoxEdit h5 {
    font-size: 18px;
    color: #000000;
    margin: 0 0 10px 0;
    display: inline-block;
    float: left;
    padding: 0 15px;
    border-right: 1px solid #6f6f6f;
}

    .BISummary .ResultBoxEdit h5:last-child {
        border: none;
    }

    .BISummary .ResultBoxEdit h5 span {
        display: block;
        line-height: 1.5em;
    }

        .BISummary .ResultBoxEdit h5 span:first-child {
            font-size: 0.7em;
            color: #6f6f6f;
        }

.BISummary .editDefaultValueBox {
    padding-top: 20px;
    padding-bottom: 10px;
    background: #ffffff;
    display: none;
}

.Acordiaon {
    margin: 20px 0;
}

    .Acordiaon h2 {
        font-size: 18px;
        color: black;
        font-weight: bold;
        margin: 0;
        padding: 10px 0;
    }

    .Acordiaon .accordionButton {
        width: 100%;
        float: left;
        _float: none; /* Float works in all browsers but IE6 */
        color: #044ba5;
        font-size: 15.60px;
        font-weight: bold;
        padding: 15px 12px;
        background: #66bfe8 url(../images/aco-arrow.png) 99% center no-repeat;
        color: #fff;
        cursor: pointer;
        border-bottom: 20px solid #fff;
    }
     .Acordiaon .accordionButton1 {
        width: 100%;
        float: left;
        _float: none; /* Float works in all browsers but IE6 */
        color: #044ba5;
        font-size: 15px;
        font-weight: bold;
        padding: 15px 15px;
        /*background: #66bfe8 url(../images/aco-arrow.png) 98% center no-repeat;*/
        color: #fff;
        cursor: pointer;
        border-bottom: 20px solid #fff;
    }

    .Acordiaon .accordionContent {
        width: 100%;
        float: left;
        _float: none;
        display: none;
    }

        .Acordiaon .accordionContent.exPadding {
            padding: 20px 20px;
        }

    .Acordiaon .on {
        background: #0095d9 url(../images/aco-arrow-active.png) 98% center no-repeat;
        border-bottom: 0px;
    }

    .Acordiaon .accordionContent .DataBox {
        width: 100%;
        border: 1px solid #cecece;
        border-top: 0px;
        display: inline-block;
    }

    .Acordiaon .t1 {
        font-size: 16px;
        color: #000000;
    }

    .Acordiaon .checkbox {
        float: left;
        margin-right: 10px;
    }

    .Acordiaon .t2 {
        width: calc(100% - 35px);
        float: left;
        font-size: 13px;
    }

.btn.btn-primary {
    background-color: #0095d9;
    border-color: #0095d9;
    color: #fff;
    line-height: 1.1em;
    outline: none;
    margin: 0;
    padding: 13px 15px;
}

    .btn.btn-primary:hover {
        background-color: #0095d9;
        border-color: #0095d9;
    }

    .btn.btn-primary:active, .btn.btn-primary:focus {
        background-color: #0095d9;
        border-color: #0095d9;
    }

.file {
    visibility: hidden;
    position: absolute;
}

.Choosefile {
    float: left;
    width: calc(100% - 180px);
    margin-right: 15px;
    background-color: #fff;
}

.HealthWapper {
    padding: 0px 0;
    margin: 0;
}

    .HealthWapper .tx1 {
        width: calc(100% - 180px);
        font-size: 14px;
        color: #000;
        float: left;
        /*font-weight: bold;*/
        margin: 10px 0;
    }

    .HealthWapper .tx2 {
        font-size: 14px;
        color: #000;
        float: left;
        /*font-weight: bold;*/
        margin: 10px 0;
    }
     .HealthWapper .tx2Copy {
        font-size: 14px;
        color: #000;
        float: left;
        /*font:bold;*/
        font-weight: bold;
        margin: 10px 0;
    }

    .HealthWapper .alpha {
        display: inline-block;
        float: left;
        /*font-weight: bold;*/
        margin: 10px 20px 10px 0;
    }

    .HealthWapper .custom-control [type="radio"]:checked + label, .HealthWapper .custom-control [type="radio"]:not(:checked) + label {
        margin: 15px 0;
    }

.headding {
    background: #0095d9;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
}

.MakePayment h2 {
    font-size: 20px;
    /*color: #0095d9;*/
    font-weight: bold;
    padding-bottom: 10px;
}

.MakePayment p {
    margin: 0px 0 10px 0;
    padding: 0;
    font-size: 14px;
}

.MakePayment .AgreeBox {
    background: #e6e6e6;
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

    .MakePayment .AgreeBox input {
        float: left;
        margin-right: 10px;
    }

    .MakePayment .AgreeBox p {
        width: calc(100% - 30px);
        float: left;
        font-size: 14px;
        font-weight: bold;
        margin: 0px 0 0px 0;
    }

.MakePayment .PlaceDate {
    background: #e6e6e6;
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    font-size: 16px;
    font-weight: bold;
}

.PayDetails {
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}

    .PayDetails p {
        text-align: center;
        font-size: 14px;
    }

    .PayDetails ul {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

        .PayDetails ul li {
            float: left;
            width: 33.33%;
            list-style: none;
            padding: 0px 10px;
            margin: 0px 0 0 0;
            font-size: 14px;
            color: #000;
            font-weight: bold;
            border-right: 1px solid #000;
        }

            .PayDetails ul li:last-child {
                border-right: 0px solid #000;
            }

            .PayDetails ul li span {
                /*color: #0095d9;*/
            }

    .PayDetails.bg1 {
        background-color: #f3f2f2;
    }

    .PayDetails.bg2 {
        background-color: #fafafa;
        margin-top: 0;
    }

    .PayDetails input {
        float: left;
        margin-right: 10px;
    }

    .PayDetails p.t1 {
        width: calc(100% - 30px);
        float: left;
        font-size: 14px;
        color: #696969;
        font-weight: lighter;
        text-align: left;
        margin: 0px 0 0px 0;
        padding: 0;
    }

.manualKYC p.t1 {
    font-size: 14px;
    color: #000;
}

.manualKYC .btn.btn-primary {
    padding: 13px 30px;
}

.Esign p.t2 {
    float: left;
    font-size: 14px;
    /*color: #0095d9;*/
    font-weight: bold;
    text-align: left;
    margin: 20px 0 0px 0;
    padding: 0;
}

.Esign input {
    float: left;
    margin-right: 10px;
}

.Esign .t1 {
    float: left;
    font-size: 17px;
    color: #696969;
    font-weight: lighter;
    text-align: left;
    margin: 0px 0 0px 0;
    padding: 0 0 0px 30px;
}

    .Esign .t1 span {
        /*color: #0095d9;*/
    }

.Esign .custom-control {
    margin: 0;
}

    .Esign .custom-control [type="radio"]:checked + label, .Esign .custom-control [type="radio"]:not(:checked) + label {
        padding: 0 0 0 25px;
        margin: 20px 0 0 0;
        font-size: 16px;
        margin-right: 10px;
        margin-left:10px;
    }

.Esign .OTPbox {
    border-top: 1px solid #c3c2c2;
    border-bottom: 1px solid #c3c2c2;
    background-color: #f3f2f2;
    padding: 30px;
    margin: 20px 0;
}

    .Esign .OTPbox h2 {
        font-size: 16px;
        color: #000;
    }

.checkbox { position: absolute; opacity: 0; }
.checkbox + label { position: relative; cursor: pointer; padding: 0; }
.checkbox + label:before { content: ''; margin-right: 10px; display: inline-block; vertical-align: text-top; width: 15px; height: 15px; background: white; position: absolute; left: 0; top: 2px; border: 1px solid #b6b6b6; }
.checkbox:hover + label:before { background: #0095d9; }
.checkbox:focus + label:before { box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
.checkbox:checked + label:before { background: #0095d9; }
.checkbox:disabled + label { color: #b8b8b8; cursor: auto; }
.checkbox:disabled + label:before { box-shadow: none; background: #ddd; }
.checkbox:checked + label:after { content: ''; position: absolute; left: 3px; top: 8px; background: white; width: 2px; height: 2px; box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.checkbox + label.t1 { float: left; font-size: 14px; color: #696969; font-weight: lighter; text-align: left; margin: 0px 0 0px 0; padding: 0 0 0px 25px; }
.checkbox + label.t1 span { color: #0095d9 }
.checkbox + label.t1 strong { color: #1795d9; }

input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: white;
    height: 15px;
    width: 15px;
    border: 1px solid #b6b6b6;
    margin-right: 2px;
}

    input[type="checkbox"]:checked {
        background: #0095d9;
    }

    input[type="checkbox"]:hover {
        background: #0095d9;
    }

    input[type="checkbox"]:disabled {
        background: #e6e6e6;
        opacity: 0.6;
        pointer-events: none;
    }


.checkText {
    float: left;
    font-size: 14px;
    color: #696969;
    font-weight: lighter;
    text-align: left;
    margin: 0px 0 0px 0;
    padding-right:5px;
}

input[type="checkbox"]:after {
    content: '';
    position: relative;
    left: 40%;
    top: 10%;
    width: 35%;
    height: 75%;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    display: none;
}

input[type="checkbox"]:checked:after {
    display: block;
}

input[type="checkbox"]:disabled:after {
    border-color: #7b7b7b;
    position:relative;
    width: 6px;
    height: 11px;
    top: 0px;
    left: 4px;
}



.form-control[disabled], fieldset[disabled] .form-control {
    background: #eee !important;
}

.form-control.disabled1{
    background:#eee !important;
    pointer-events:none;
     padding: 12px 10px !important;
    height: 43px !important;
    margin-top: 0;
}

.form-control.disabled1:after{
    background:#eee !important;
    pointer-events:none;
     padding: 12px 10px !important;
    height: 43px !important;
    margin-top: 0;
}


label.disabled {
    padding: 12px 10px !important;
    height: 43px !important;
    margin-top: 0;
}

.UserPhoto {
    width: 82px;
    height: 81px;
    float: left;
    border: 2px solid #dedede;
}

.EDIT {
    float: right;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #dedede;
    color: #0095d9;
    background-color: #fff;
    padding: 5px 10px;
    cursor: pointer;
}

ol {
    padding: 0;
    margin-left: 15px;
    padding: 5px 0 0px 0;
}

    ol li {
        padding: 0 0 10px 0;
        margin: 0;
    }

        ol li strong {
            color: #1795d9;
        }

@media (max-width:980px) {
    .container {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width:768px) {
    .Links ul li a {
        padding: 0 10px;
        font-size: 14px;
    }

    .MiddleWapper {
        padding: 20px 0;
    }

    .borderR {
        border-right: 0px solid #cdcccc;
        border-bottom: 1px solid #cdcccc;
        margin-bottom: 10px;
    }

    .KeyFeatures .t2 {
        padding: 5px 0 20px 0;
        margin: 0;
        min-height: inherit;
    }

    .HealthWapper .tx1 {
        width: calc(100% - 163px);
    }

    .PayDetails ul li {
        float: left;
        width: 100%;
        border-right: 0px solid #000;
        border-bottom: 1px solid #000;
        padding: 20px 0;
    }

        .PayDetails ul li:last-child {
            border-right: 0px solid #000;
            border-bottom: 1px solid #000;
        }
}

@media (max-width:620px) {
    .mobileMenu {
        display: block;
    }

    .Links {
        width: 100%;
        position: absolute;
        left: inherit;
        right: 0;
        top: 101%;
        background-color: #f7f7f7;
        z-index: 100;
        display: none;
    }

        .Links.active {
            display: block;
        }

        .Links ul li {
            width: 100%;
            text-align: right;
            border-left: 0px solid #cbcccc;
            border-bottom: 1px solid #cbcccc;
        }

            .Links ul li a {
                padding: 0 20px;
                font-size: 14px;
            }

    .banner2 .BannerImage2 {
        width: 191px;
    }

    .banner2 {
        height: 220px;
        transition: all 0.5s ease;
    }

    .IntroTextBox {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width:480px) {
    .banner .BannerImage {
        width: 191px;
    }

    .banner {
        height: 220px;
        transition: all 0.5s ease;
    }

    .TabWapper ul {
        min-height: 98px;
    }

        .TabWapper ul li {
            min-height: 95px;
        }
}

@media (max-width:420px) {
    .logo {
        width: 40%;
    }

    .banner .BannerImage {
        width: 121px;
    }

    .Form .BTNVMnumber {
        padding: 11px 10px;
    }

    .Form .btnBack {
        padding: 15px 10px;
        border: none !important;
    }

    .btn {
        background-color: #e0e0e0;
        padding: 15px 10px;
        border: none !important;
        font-size: 16px;
    }
}

@media (max-width:380px) {
    .mobileMenu {
        margin-top: 15px;
    }

    .banner2 .BannerImage2 {
        width: 151px;
    }

    h2 {
        font-size: 20px;
    }

    .TabWapper ul {
        min-height: 78px;
    }

        .TabWapper ul li {
            min-height: 75px;
        }

            .TabWapper ul li p {
                font-size: 10px;
            }
}


::-WebKit-scrollbar{
-WebKit-appearance: none;
}

::-WebKit-scrollbar-thumb{
border-radius: 4px;
background-color: #999;
-WebKit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

::-WebKit-scrollbar:horizontal{
height:5px;}

#loader {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url('../images/loader.gif') no-repeat center center rgba(0, 0, 0, 0.25)
}

.inlineDisplay {
    display: -webkit-box;
    position: relative;
}

.inlineDisplay img {
    height: 30px;
    width: 25px;
    position: absolute;
    right: 10px;
    top: 8px;
}

.errColor {
    color: red;
    font-weight: unset !important;
    font-size: 13px;
  }

    
  .successColor {
    color: green;
  }


  .uppercase {
    text-transform: uppercase;
  }

.capitalize {
  text-transform: capitalize;
}

#txt_Nm1 {
    display: inline;width: auto;
}

.chk_terms_lbl{
    display: inline;
}

.bold_inline_number{
    font-weight: bold;
}

.other-terms li {
    padding: 0 0 10px 0;
}

.ui-datepicker-trigger {
   
  
    position: absolute;
    /* top: 28px; */
    right: 15px;
    padding-right: 5px;
    color: #c95709;
    font-size: 18px;
    padding-top: 0.30rem;
    padding-bottom: 0.30rem;
  }

  .pull-left {
      display: inline-block;
  }

  .pull-right {
    display: inline-block;
    float: right;
}