@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg#OpenSans-Bold') format('svg'), url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg'), url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header, footer, nav, article, section, aside, hgroup, figure, figcaption { /* Fallback styles For Lower Browsers */
    display: block;
    width: 100%;
}

body {
    font-family: Calibri,Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f6;
    font-size: 0.625em;
}

img, form {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}
button {
    border:0;
    background:transparent;
}
img {
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

a {
    color: #003c7a;
}

.margin0 {
    margin: 0;
}

.padding0 {
    padding: 0;
}

input[type="text"], input[type="password"] {
    outline: 0;
}

.container {
    width: 100%;
    display: block;
}

header {
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    /*	border-top:4px solid #003c7a;*/
    /*HEIGHT: 76PX;*/
}

.hdsection {
    width: 80%;
    margin: 0 auto;
}

.hdleftsectn {
    width: 53%;
    float: left;
    display: inline-flex;
}

.hdrightsectn {
    width: 47%;
    float: left;
}

.npsRtblock {
    float: left;
    width: 80%;
    padding-top: 6px;
    padding-left: 20px;
}

.npsRtblock1 {
    float: left;
    padding: 0px 0px 0 0px;
    width: 20%;
}

    .npsRtblock1 img {
        margin-top: 0px;
    }

.nps-exsub {
    font-size: 3em;
}

.npsRtblock button {
    background-color: #739500;
    color: #ffffff;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #739500;
    font-size: 3em;
    -webkit-box-shadow: 0px 4px 1px 0px rgba(210,210,210,1);
    -moz-box-shadow: 0px 4px 1px 0px rgba(210,210,210,1);
    box-shadow: 0px 4px 1px 0px rgba(210,210,210,1);
}

    .npsRtblock button:hover {
        background-color: #678605;
    }

.banner {
    width: 100%;
    background: #003c7a url(../img/subscribereg.jpg) center center no-repeat;
    padding: 51px 0;
}

.subhd {
    color: #d99333;
    text-transform: uppercase;
    padding-left: 5px;
}

.npssubreg {
    width: 100%;
    display: block;
    background-color: #ffffff;
    border-bottom: 1px solid #dadada;
    padding-top: 10px;
}

.Mnnpssubreg {
    width: 80%;
    margin: 0 auto;
    font-size: 2em;
    color: #ffffff;
    line-height: 30px;
}

.npsFormblock {
    width: 100%;
    display: inline-block;
    /*margin-bottom: 25px;*/
}

.MnFormblock {
    width: 84%;
    margin: 0 auto;
    /*	padding:13px 0
*/
}

.middlecontent {
    text-align: center;
    color: #666666;
    line-height: 33px;
    font-size: 2em;
}

.vrtaln {
    /*border-right:2px solid #cccccc;*/
    padding-right: 14px;
    margin-right: 8px;
}

.regleft {
    /*width:70%;
	float:left;
	display: inline-block;*/
}

.reghd {
    background-color: #003c7a;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 47px;
    padding: 0 18px;
    font-size: 2em;
}

.optionsblock {
    background-color: #ffffff;
}

.chooseoptn {
    text-transform: uppercase;
    color: #d07800;
    font-size: 2em;
    padding: 7px 18px 0 18px;
}

.radiobuttonsblock {
    padding: 1px 19px;
    /*border-bottom:1px solid #ebebeb;
	padding:20px 0;
*/ display: inline-block;
    width: 100%;
}

.inputfieldlabel {
    font-size: 2em;
    /*width:30%;*/
    float: left;
    line-height: 17px;
    color: #4d4d4d;
    font-weight: bold;
}

.inputfieldbutton {
    float: left;
    width: 70%;
}

.inputfieldbutton {
    float: left;
    width: 100%;
}

.middlecontent a {
    color: #707070;
    text-decoration: none;
}

.checkboxfield a {
    text-decoration: none;
    color: #d07800;
}
/*===========================================================================================================================*/
/*======================================= All Radio Stykes =================================================================*/
/*=========================================================================================================================*/
.skinned-form-controls input[type="radio"], .skinned-form-control1 input[type="radio"], .skinned-form-control3 input[type="radio"], .skinned-form-control4 input[type="radio"], .skinned-form-control5 input[type="radio"], .skinned-form-control6 input[type="radio"] {
    position: absolute;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    width: 109px;
    height: 46px;
    cursor: pointer;
    position: inline-block;
}

.skinned-form-control2 input[type="radio"] {
    position: absolute;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    width: 135px;
    height: 30px;
    cursor: pointer;
    position: inline-block;
}
/* prevent the entire page from scrolling if there is overflow and checkbox or checkbox button are clicked */
.skinned-form-controls label, .skinned-form-control1 label, .skinned-form-control2 label, .skinned-form-control3 label, .skinned-form-control4 label, .skinned-form-control5 label, .skinned-form-control6 label {
    position: relative;
}

/* fallback for IE6, IE7 and IE8 */
.skinned-form-controls input[type="radio"], .skinned-form-control1 input[type="radio"], .skinned-form-control2 input[type="radio"], .skinned-form-control3 input[type="radio"], .skinned-form-control4 input[type="radio"], .skinned-form-control5 input[type="radio"],.skinned-form-control6 input[type="radio"] {
    position: static\9;
}

    .skinned-form-controls input[type="radio"] + span::before, .skinned-form-control1 input[type="radio"] + span::before, .skinned-form-control3 input[type="radio"] + span::before, .skinned-form-control4 input[type="radio"] + span::before, .skinned-form-control5 input[type="radio"] + span::before,.skinned-form-control6 input[type="radio"] + span::before {
        content: "";
        display: inline-block;
        width: 109px;
        height: 25px;
        vertical-align: middle;
        background-repeat: no-repeat;
        margin-right: 32px;
    }

    .skinned-form-control2 input[type="radio"] + span::before {
        content: "";
        display: inline-block;
        width: 135px;
        height: 25px;
        vertical-align: middle;
        background-repeat: no-repeat;
        margin-right: 32px;
    }
     .skinned-form-controls input[type="radio"]#individual + span::before, .skinned-form-control1 input[type="radio"]#overseasCitizen + span::before, .skinned-form-control3 input[type="radio"]#single + span::before, .skinned-form-control4 input[type="radio"]#female + span::before, .skinned-form-control5 input[type="radio"]#pan + span::before {
        background-position: -0px -25px;
    }

    .skinned-form-control2 input[type="radio"]#tier1 + span::before {
        background-position: -0px -25px;
    }

    .skinned-form-controls input[type="radio"]:checked#individual + span::before, .skinned-form-control1 input[type="radio"]:checked#overseasCitizen + span::before, .skinned-form-control2 input[type="radio"]:checked#tier1 + span::before, .skinned-form-control3 input[type="radio"]:checked#single + span::before, .skinned-form-control4 input[type="radio"]:checked#female + span::before, .skinned-form-control5 input[type="radio"]:checked#pan + span::before {
        background-position: 0px 0px;
    }

    .skinned-form-controls input[type="radio"]#individual + span::before, .skinned-form-control1 input[type="radio"]#resident + span::before, .skinned-form-control3 input[type="radio"]#single + span::before, .skinned-form-control4 input[type="radio"]#female + span::before, .skinned-form-control5 input[type="radio"]#pan + span::before {
        background-position: -0px -25px;
    }

    .skinned-form-control2 input[type="radio"]#tier1 + span::before {
        background-position: -0px -25px;
    }

       .skinned-form-control1 input[type="radio"]#other + span::before, .skinned-form-control1 input[type="radio"]#overseasCitizen + span::before {
        background-position: -0px -125px;
    }

    .skinned-form-control1 input[type="radio"]:checked#other + span::before, .skinned-form-control1 input[type="radio"]:checked#overseasCitizen + span::before {
        background-position: 0px -100px;
    }

    .skinned-form-controls input[type="radio"]:checked#individual + span::before, .skinned-form-control1 input[type="radio"]:checked#resident + span::before, .skinned-form-control2 input[type="radio"]:checked#tier1 + span::before, .skinned-form-control3 input[type="radio"]:checked#single + span::before, .skinned-form-control4 input[type="radio"]:checked#female + span::before, .skinned-form-control5 input[type="radio"]:checked#pan + span::before {
        background-position: 0px 0px;
    }

    .skinned-form-controls input[type="radio"]#corporate + span::before, .skinned-form-control1 input[type="radio"]#nonresident + span::before, .skinned-form-control3 input[type="radio"]#married + span::before, .skinned-form-control4 input[type="radio"]#male + span::before, .skinned-form-control5 input[type="radio"]#aadhaar + span::before {
        background-position: -0px -75px;
    }

    .skinned-form-control2 input[type="radio"]#tier2 + span::before {
        background-position: -0px -75px;
    }

    .skinned-form-controls input[type="radio"]:checked#corporate + span::before, .skinned-form-control1 input[type="radio"]:checked#nonresident + span::before, .skinned-form-control3 input[type="radio"]:checked#married + span::before, .skinned-form-control4 input[type="radio"]:checked#male + span::before, .skinned-form-control5 input[type="radio"]:checked#aadhaar + span::before {
        background-position: 0px -50px;
    }

    .skinned-form-control2 input[type="radio"]:checked#tier2 + span::before {
        background-position: 0px -50px;
    }

    .skinned-form-control3 input[type="radio"]#other + span::before, .skinned-form-control5 input[type="radio"]#POPCustomer + span::before {
        background-position: -0px -125px;
    }

    .skinned-form-control3 input[type="radio"]:checked#other + span::before, .skinned-form-control5 input[type="radio"]:checked#POPCustomer + span::before  {
        background-position: 0px -100px;
    }


.skinned-form-control6 input[type="radio"]:checked#pan + span::before {
     background-position: 0px  0px;
}

.skinned-form-control6 input[type="radio"]#pan + span::before {
     background-position: 0px -25px;
}

.skinned-form-control6 input[type="radio"]:checked#POPCustomer + span::before {
     background-position: 0px  -50px;
}
.skinned-form-control6 input[type="radio"]#POPCustomer + span::before {
     background-position: 0px -75px;
}



    /* disabled form elements */
    .skinned-form-controls input[type="radio"]:disabled + span,
    .skinned-form-controls input[type="radio"]:disabled + span::before,
    .skinned-form-control1 input[type="radio"]:disabled + span,
    .skinned-form-control1 input[type="radio"]:disabled + span::before,
    .skinned-form-control2 input[type="radio"]:disabled + span,
    .skinned-form-control2 input[type="radio"]:disabled + span::before,
    .skinned-form-control3 input[type="radio"]:disabled + span,
    .skinned-form-control3 input[type="radio"]:disabled + span::before,
    .skinned-form-control4 input[type="radio"]:disabled + span,
    .skinned-form-control4 input[type="radio"]:disabled + span::before,
    .skinned-form-control5 input[type="radio"]:disabled + span,
    .skinned-form-control5 input[type="radio"]:disabled + span::before,
    .skinned-form-control6 input[type="radio"]:disabled + span,
    .skinned-form-control6 input[type="radio"]:disabled + span::before {
        -moz-opacity: .1;
        -webkit-opacity: .1;
        opacity: .1;
    }

/* focused and active form elements */
/*.skinned-form-controls input[type="radio"]:focus + span::before,
.skinned-form-controls input[type="radio"]:active + span::before
{
	outline: dotted 1px #ccc;
}*/

/* skin-specific sprite */

.skinned-form-controls.skinned-form-controls-mac input[type="radio"] + span::before {
    background-image: url(../img/applicant_type.png);
}

.skinned-form-control1.skinned-form-controls-mac input[type="radio"] + span::before {
    background-image: url(../img/status_of_applicant.png);
}

.skinned-form-control2.skinned-form-controls-mac input[type="radio"] + span::before {
    background-image: url(../img/account_type.png);
}

.skinned-form-control3.skinned-form-controls-mac input[type="radio"] + span::before {
    background-image: url(../img/marital_status.png);
}

.skinned-form-control4.skinned-form-controls-mac input[type="radio"] + span::before {
    background-image: url(../img/gender.png);
}

.skinned-form-control5.skinned-form-controls-mac input[type="radio"] + span::before {
    background-image: url(../img/register_with.png);
}
.skinned-form-control6.skinned-form-controls-mac input[type="radio"] + span::before {
    background-image: url(../img/register_with_POP.png);
}
.skinned-form-control7.skinned-form-controls-mac input[type="radio"] + span::before {
    background-image: url(../img/status_of_applicant.png);
}
/*------------Coustomized Radio Styles Ends -------------*/

.fieldlabel {
    float: left;
    /*width:30%;*/
    font-size: 2em;
    line-height: 35px;
    font-weight: bold;
}

.textbox {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    /*width:30%;*/
    width: 50%;
    padding: 7px;
    font-size: 2em;
}

.inputbox button {
    padding: 4px;
    /*width: 18%;
	width:35%;*/
    /*text-transform: uppercase;*/
    background-color: #d07800;
    border: 1px solid #d07800;
    color: #ffffff;
    border-radius: 6px;
    /*margin-left: 21px;*/
    font-size: 1.9em;
    padding: 2px 8px;
}

.inputformfiled {
    margin-bottom: 10px;
    overflow: hidden;
}

.click {
    color: #d07800;
    text-decoration: underline;
}

.checkboxfield {
    font-size: 2em;
    /*padding:0 18px;*/
}


.skinned-form-check input[type="checkbox"] {
    position: absolute;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 14px;
    height: 14px;
    margin-left: 0;
    margin-top: 0;
}

/* prevent the entire page from scrolling if there is overflow and checkbox or checkbox button are clicked */
.skinned-form-check label {
    position: relative;
}

/* fallback for IE6, IE7 and IE8 */
.skinned-form-check input[type="checkbox"] {
    position: static/9;
}

    .skinned-form-check input[type="checkbox"] + span {
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        vertical-align: middle;
        background-repeat: no-repeat;
    }

    .skinned-form-check input[type="checkbox"]:checked + span {
        background-position: -0px -14px;
    }

    /* skin-specific sprite */

    .skinned-form-check input[type="checkbox"] + span {
        background: url(../img/checkbox1.png) no-repeat 0 0;
    }

.next {
    padding: 12px 0;
}

    .next button {
        padding: 9px;
        width: 21%;
        text-transform: uppercase;
        background-color: #d07800;
        border: 1px solid #d07800;
        color: #ffffff;
        border-radius: 6px;
        margin-left: 21px;
        font-size: 1.9em;
    }

        .next button:hover, .genet button:hover {
            background-color: #c47203;
        }

.regright {
    /*float:right;
	width: 27%;*/
}

.verficatnblock {
    border-top: 7px solid #d07800;
    background-color: #ffffff;
    padding: 11px 0;
    margin-bottom: 16px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(216,216,216,1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(216,216,216,1);
    box-shadow: 0px 5px 10px 0px rgba(216,216,216,1);
    color: #666666;
}

select::-ms-expand {
    display: none;
}

.verficatnblock1 {
    border-top: 7px solid #003c7a;
    background-color: #ffffff;
    padding: 7px 0;
    margin-bottom: 17px;
    color: #666666;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(216,216,216,1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(216,216,216,1);
    box-shadow: 0px 5px 10px 0px rgba(216,216,216,1);
}

    .verficatnblock h2, .verficatnblock1 h2 {
        text-align: center;
        font-weight: 600;
        font-size: 2.3em;
        margin-top: 10px;
    }

.enter {
    text-align: center;
    /*padding-top:8px;*/
    margin-bottom: 10px;
}

    .enter button:hover {
        background-color: #698802;
    }

    .enter button {
        padding: 7px;
        width: 33%;
        /*text-transform: uppercase;*/
        background-color: #739600;
        border: 1px solid #739600;
        color: #ffffff;
        border-radius: 7px;
        font-size: 2em;
    }

footer {
    /*width: 100%;
    background-color: #000000;
    line-height: 40px;
    margin-top: 18px;*/
        position: fixed;
    left: 0px;
     background-color: #000000;
    bottom: 0px;
    height: 40px;
    width: 100%;
}

.innerfooter {
    width: 80%;
    margin: 0 auto;
    font-size: 1.8em;
    color: #ffffff;
}

.innerfooter1 {
    width: 90%;
    margin: 0 auto;
    font-size: 1.8em;
    color: #ffffff;
}

.copyright {
    float: left;
}

.PPolicy {
    float: right;
}

    .PPolicy a {
        color: #ffffff;
        text-decoration: underline;
        text-align: right;
    }

.radiotype, .radiotype2 {
    float: left;
    /*width:29%;*/
    width: 33%;
}

.radiotype1 {
    float: left;
    /*width:29%;*/
    width: 33%;
}

.nps-radiotext {
    /*line-height: 38px;*/
    color: #4d4d4d;
    font-size: 1.9em;
}

.nps-radiotext2 {
    line-height: 38px;
    color: #4d4d4d;
    font-size: 1.9em;
    padding-left: 30px;
}

.nps-radiotext1 {
    font-size: 1.9em;
    line-height: 38px;
    color: #4d4d4d;
    padding-left: 34px;
}




.Pd-section {
    width: 82%;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    /*margin-top: 25px;*/
}

.Pd-sectionInnr, .Pd-sectionInnr1, .Pd-sectionInnr2 {
    width: 90%;
    margin: 0 auto;
    /*padding:25px 0;*/
}

.Pd-formfiledBlk {
    padding: 0px 18px;
    overflow: hidden;
}

.Pd-hdg {
    font-size: 2.1em;
    color: #f79443;
    padding-bottom: 10px;
}

.control-label {
    font-size: 2em;
    font-weight: 500;
    line-height: 34px;
    padding-left: 0;
}

.Pd-formfiledLt, .Pd-formfiledRt {
    padding: 15px 0;
}

.form-control {
    border: 1px solid #e2e2e2;
    width: 80%;
}

.salutation-details {
    padding-right: 20px;
}

    .salutation-details label {
        font-weight: 600;
        font-size: 2em;
        line-height: 35px;
    }

.report-left {
    width: 35%;
    float: left;
}

.report-left1 {
    width: 35%;
    float: left;
}

.report-right {
    width: 65%;
    float: right;
    margin-top:7px;
    /*margin-bottom: 8px;*/
}

.report-right1 {
    width: 65%;
    float: right;
    margin-bottom: 8px;
}

.report-leftS {
    width: 15%;
    float: left;
}

.report-rightS {
    width: 85%;
    float: left;
    /*margin-bottom: 8px;*/
}

.report-right input,
.report-right select {
    width: 100%;
}

.appro-ptions {
    width: 100%;
    display: inline-block;
}

.Pd-styled-select select {
    background: transparent;
    width: 100%;
    font-size: 2em;
    padding: 0 3px;
    line-height: 1;
    border: 1px solid #003c7a;
    height: 24px;
    border-radius: 4px;
    line-height: 24px;
    color: #333333;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.Pd-styled-select {
    width: 100%;
    /*height: 33px;*/
    /*overflow: hidden;*/
    background: url(../img/dropdownarrow.png) no-repeat 98% 50% #fff!important;
    margin: 0 auto;
    float: left;
    margin-right: 5%;
}

.Pd-styled-select1 select {
    background: transparent;
    width: 100%;
    font-size: 2em;
    padding: 0 3px;
    line-height: 1;
    border: 1px solid #003c7a;
    height: 24px;
    border-radius: 4px;
    line-height: 24px;
    color: #333333;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.Pd-styled-select1 {
    width: 100%;
    /*height: 33px;*/
    /*overflow: hidden;*/
    background: url(../img/dropdownarrow.png) no-repeat 98% 25% #fff!important;
    margin: 0 auto;
    float: left;
    margin-right: 5%;
}

.mandate {
    color: #F00;
}

.Pd-hdg {
    text-transform: inherit;
    font-size: 2.2em;
    color: #f79443;
}

.form-control {
    border: 1px solid #003c7a !important;
    box-shadow: none!important;
    resize: none;
}

#comment {
    width: 100%;
}


.Up-hdg {
    font-size: 2em;
    color: #f79443;
    text-align: center;
    font-weight: bold;
}

.Up-innersectn {
    padding: 0px 0;
    overflow: hidden;
    width: 84%;
    margin: 0 auto;
}

.Up-button {
    border: 2px solid #003c7a;
    border-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 10px 32px;
    font-size: 2em;
    text-transform: uppercase;
    color: #003c7a;
    background: #ffffff;
}

.Up-content {
    font-size: 2em;
    /*line-height: 50px;*/
    padding-bottom: 15px;
}

.Up-block {
    text-align: center;
    width: 33.3%;
    float: left;
}

.Up-border {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.Up-BLockInner {
    padding: 15px 0;
    width: 90%;
    margin: 0 auto;
}

.upload-section {
    margin-bottom: 42px;
}

.buttonsection {
    text-align: center;
    padding: 40px 0 80px 0px;
}

.buttonsection1 {
    text-align: center;
}

.nextbuttn, .resetbuttn {
    color: #ffffff;
    /*text-transform: uppercase;*/
    font-size: 2em;
    padding: 9px 27px;
    border-radius: 8px;
}

.nextbuttn {
    background: #d07800;
    border: 1px solid #d07800;
    margin-left:10px;
}

    .nextbuttn:hover {
        background: #c17002;
    }

.nextbuttnT1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 2em;
    padding: 9px 27px;
    border-radius: 8px;
}

.nextbuttnT1 {
    background: #d07800;
    border: 1px solid #d07800;
}

    .nextbuttnT1:hover {
        background: #c17002;
    }

.nextbuttnT2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 2em;
    padding: 9px 27px;
    border-radius: 8px;
}

.nextbuttnT2 {
    background: #d07800;
    border: 1px solid #d07800;
}

    .nextbuttnT2:hover {
        background: #c17002;
    }


.resetbuttn {
    background: #003c7a;
    border: 1px solid #003c7a;
    margin-left: 10px;
}

    .resetbuttn:hover {
        background: #01356b;
    }

.optional {
    color: #d07800;
}

.Pc-buttonsection {
    /*padding:50px 0;*/
    padding: 20px 0;
}

.Pd-sectionInnr1, .Pd-sectionInnr2 {
    display: none;
}

.img-responsive {
    text-align: center;
}

.footersec {
    margin-top: 10px;
}

.prospect-label {
    font-size: 2em !important;
}

.form-content {
    width: 92%;
}

.Sh-styled-select {
    width: 90%;
}

.savebtn {
    padding: 7px 40px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 15px;
    font-size: 1.9em;
    border: 1px solid #d07800;
    background: #d07800;
    margin-left: 0;
}

.schemeselection label {
    font-size: 1.8em;
    font-weight: 500;
}

.save-label {
    width: 100%;
    font-size: 2em !important;
    text-align: center;
}

    /*.prospect-label, .save-label {
    line-height: 22px;
}*/

    .save-label a {
        text-decoration: underline;
        color: #8a8a8a;
    }

/*----------------------------------------grid table--------------------------------------*/

.accountMiddleMain {
    width: 100%;
    background-color: #fbfbfb;
    margin: 25px auto 0 auto;
    font-size: 2em;
}

.regHeading {
    width: 100%;
    margin: 5% auto 1% auto;
    text-align: center;
    color: #d00233;
    font-size: 200%;
}

.regMiddleInner {
    width: 98%;
    margin: 0 auto 5% auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    webkit-border-radius: 10px;
    background-color: #dbdbdb;
    padding: 0.3%;
}

.scheme-table, .scheme-table tr, .scheme-table tr td {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 100%;
    border-collapse: collapse;
    padding: 10px;
    border: 0;
    background-color: #ececec;
}

.checkbox tr td {
    background-color: #ffffff;
    padding: 0;
}

.scheme-sep {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.form-inline .form-group label {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    font-size: 16px; /*font-weight:600;*/
    color: #333;
}

.inputfieldlabel i {
    color: #da0000;
}

.form-control {
    height: 24px;
}

.form-inline .form-control {
    width: 264px;
}

.field-validation-error {
    display: block;
}

.padding0 {
    padding-bottom: 10px;
}

.PPolicy a {
    color: #FFFFFF;
    text-decoration: none;
}

    .PPolicy a:hover {
        text-decoration: underline;
    }

.nps-radiotext {
    display: block;
}

.topNavMain {
    width: 82%;
    margin: 0 auto;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    height: 76px;
    margin-top: 0px;
}

.topNavInner {
    width: 93%;
    margin: -7px auto;
}

    .topNavInner ul {
        list-style-type: none!important;
        padding: 0;
        margin: 0;
    }

        .topNavInner ul li {
            display: inline-block!important;
        }

.selectedIndex {
    background-color: #fff;
}

    .selectedIndex > a {
        color: #aeb0b1;
        /*background: url(../img/Green-Icon.png) no-repeat left !important;*/
        background: url(../img/desktop/green_personaldetails.png) no-repeat left !important;
    }

.perdet_buttons {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

.schemeMain {
    width: 100%;
}




.Sch-styled-select select {
    background: transparent;
    width: 100%;
    font-size: 2em;
    padding: 0 20px 0 3px;
    line-height: 1;
    border: 1px solid #003c7a;
    height: 24px;
    border-radius: 4px;
    line-height: 24px;
    color: #333333;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.Sch-styled-select {
    width: 90%;
    /*height: 33px;*/
    /*overflow: hidden;*/
    background: url(../img/dropdownarrow.png) no-repeat 98% 50% #fff;
    margin: 0 auto;
    float: left;
    margin-right: 5%;
}
.Sch-styled-select1 select {
    background: transparent;
    width: 100%;
    font-size: 2em;
    padding: 0 20px 0 3px;
    line-height: 1;
    border: 1px solid #003c7a;
    height: 24px;
    border-radius: 4px;
    line-height: 24px;
    color: #333333;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.Sch-styled-select1 {
    width: 90%;
    /*height: 33px;*/
    /*overflow: hidden;*/
    background: url(../img/dropdownarrow.png) no-repeat 98% 28% #fff;
    margin: 0 auto;
    float: left;
    margin-right: 5%;
}

#Table1, #Table2 {
    border-collapse:collapse;
    width:100%;
    /*font-size:0.9em;*/
    
}
    #Table1 th, #Table2 th, #Table1 td, #Table2 td {
        border:1px solid #CCCCCC;
        /*padding:5px;*/
    }
    #Table1 th, #Table2 th {
        background:#739500;
        color:#FFFFFF;
        text-align:center;
        padding:5px;
    }

        #Table1 th:first-child, #Table2 th:first-child { width:5.5%!important; }
        #Table1 th:nth-child(2), #Table2 th:nth-child(2) { width:5.5%!important; }
        #Table1 th:nth-child(3), #Table2 th:nth-child(3) { width:5.5%!important; }
        #Table1 th:nth-child(4), #Table2 th:nth-child(4){ width:5.5%!important; }
        #Table1 th:nth-child(5), #Table2 th:nth-child(5) { width:5.5%!important; }
        #Table1 th:nth-child(6), #Table2 th:nth-child(6) { width:5.5%!important; }
        #Table1 th:nth-child(7), #Table2 th:nth-child(7) { width:5.5%!important; }
        #Table1 th:nth-child(8), #Table2 th:nth-child(8){ width:5.5%!important; }
        #Table1 th:nth-child(9), #Table2 th:nth-child(9) { width:5.5%!important; }
        #Table1 th:nth-child(10), #Table2 th:nth-child(10) { width:5.5%!important;}
        #Table1 th:nth-child(11), #Table2 th:nth-child(11) { width:5.5%!important;}
        #Table1 th:nth-child(12), #Table2 th:nth-child(12){ width:5.5%!important; }
        #Table1 th:nth-child(13), #Table2 th:nth-child(13) { width:5.5%!important;}
        #Table1 th:nth-child(14), #Table2 th:nth-child(14) { width:5.5%!important; }
        #Table1 th:nth-child(15), #Table2 th:nth-child(15) { width:5.5%!important; }
        #Table1 th:nth-child(16), #Table2 th:nth-child(16){ width:5.5%!important;}
        #Table1 th:nth-child(17), #Table2 th:nth-child(17) { width:5.5%!important; }
        #Table1 th:nth-child(18), #Table2 th:nth-child(18) { width:5.5%!important; }


.ptop {
    margin-top:7px;
}

ul.ui-autocomplete {
    background: #FFFFFF;
    color: #000000;
    padding:0;

}
ul.ui-autocomplete li {
    font-size:2em!important;
    padding:5px 0 5px 5px;
   
    cursor:pointer;
    border-bottom:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
   
}

    ul.ui-autocomplete li:hover {
        background: #DDDDDD;
    }

.ui-dialog {
    background:#FFFFFF;
    color:#000000;
    font-size:2em;
}

.cc-selector-2 label {
    width:90%;
}
 /*.innerbanner2 {
            width: 100%;
    text-align: center;
    background: url(../img/innerBanner.png) no-repeat center #d07800;
        margin-top: -6px;
            height: 3px;
        }*/
 hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    /*border-style: inset;*/
    border-width: 3px;
    border-color:#e08912;
}

.paymentButtos {
    width:35%;
    margin:0 auto;
}

.scheme-table {
	border-collapse:collapse;
	border:1px solid #8dadc4;
	font-size:0.92em;
	color:#000000;
	width:100%;
}
.scheme-table tr, .scheme-table tr td {
	border-collapse:collapse;
	border:1px solid #8dadc4;
	color:#000000;
    /*font-size:1em;*/
}

.scheme-table tr th {
	border-collapse:collapse;
	border:1px solid #8dadc4;
	font-size:1em;
	background:#688ba4;
	color:#FFFFFF;
	font-weight:normal;
}


.scheme-table tr:nth-child(odd) {
	background:#a1bed2;
	overflow:hidden;
}
.scheme-table tr:nth-child(even) {
	background:#a8c5d9;
	overflow:hidden;
}

    .scheme-table td button img {
        max-width:none;
    }
   

