 /* Start CSS Reset */
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

@font-face {
    font-family:"Rupee Foradian";
    src: url('../fonts/511169434-Rupee_Foradian.eot');
    src: url('../fonts/511169434-Rupee_Foradian.eot?#iefix') format('embedded-opentype'), url('../fonts/511169434-Rupee_Foradian.svg#Rupee Foradian') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* --------------------------------------
   Header Styles
   -------------------------------------- */
header {
    position: relative;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.37);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.37);
    z-index: 2;/*By Saurabh on 31/10/2014*/
}
header .top {
    padding: 12px 0
}
header .logo {
    width: 130px;
    /* commented by Nandkishore on 09.01.2015 */
    /*height: 20px;
    position: absolute;*/
    float:left; /* added by Nandkishore on 09.01.2015 */
    margin-top:4px;
}
header .logo a {
    display:block
}
header .logo img {
    width: 100%;
}
header .right {
    float: right;
    margin-top: 27px; /*By Saurabh on 31/10/2014*/
}
header .url-logo img {
    width: 100%
}
header .url-logo {
    width: 130px;
    height: 13px;
    float: right;
    display: none;/*By Saurabh on 31/10/2014*/
}
/* --------------------------------------
   Typography
   -------------------------------------- */
.ui-datepicker{
	width:16em;
	font-size:12px;
}
/* --------------------------------------
   Buttons
   -------------------------------------- */
 .switch_buttons {
    /* margin:10px 0 0;
width:100%;
min-width:181px;*/
}
.switch_buttons .btn {
    width:50%;
    border-radius: 10px;
    color:#ababab;
    border:1px solid #b6b9bc;
    /*font-weight:bold;*/ /*Commented on 27/10/2014 By Saurabh*/
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #DFCECE 59%, #C9C2C2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(59%, #DFCECE), color-stop(100%, #C9C2C2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #DFCECE 59%, #C9C2C2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #DFCECE 59%, #C9C2C2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #DFCECE 59%, #C9C2C2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #DFCECE 59%, #C9C2C2 100%);
    /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 );  IE6-9 */
}
.switch_buttons .btn.active {
    border: 1px solid #9C9FA1;
    color:#333;
    background: #fff;
    box-shadow: inset -2px 2px 6px #959595;
    color: #034da2;
    font-weight:bold;
}
.switch_buttons .btn.disabled{
	color:#959595!important;
}
.btn {
    background:transparent;
}
.btn-primary {
    background: #264ea3;
    background: -moz-linear-gradient(top, #264ea3 0%, #132d79 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #264ea3), color-stop(100%, #132d79));
    background: -webkit-linear-gradient(top, #264ea3 0%, #132d79 100%);
    background: -o-linear-gradient(top, #264ea3 0%, #132d79 100%);
    background: -ms-linear-gradient(top, #264ea3 0%, #132d79 100%);
    background: linear-gradient(to bottom, #264ea3 0%, #132d79 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#264ea3', endColorstr='#132d79', GradientType=0);
}
.btn-lg, .btn-group-lg>.btn {
    border: none;
    padding: 10px 60px;
    font-size: 2.4rem;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #FFF;
    background: #193c94;
    background: -moz-linear-gradient(top, #193c94 0%, #0a1f66 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #193c94), color-stop(100%, #0a1f66));
    background: -webkit-linear-gradient(top, #193c94 0%, #0a1f66 100%);
    background: -o-linear-gradient(top, #193c94 0%, #0a1f66 100%);
    background: -ms-linear-gradient(top, #193c94 0%, #0a1f66 100%);
    background: linear-gradient(to bottom, #193c94 0%, #0a1f66 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#193c94', endColorstr='#0a1f66', GradientType=0);
}
.btn-default {
    background: #525252;
    background: -moz-linear-gradient(top, #525252 0%, #383838 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #525252), color-stop(100%, #383838));
    background: -webkit-linear-gradient(top, #525252 0%, #383838 100%);
    background: -o-linear-gradient(top, #525252 0%, #383838 100%);
    background: -ms-linear-gradient(top, #525252 0%, #383838 100%);
    background: linear-gradient(to bottom, #525252 0%, #383838 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#525252', endColorstr='#383838', GradientType=0);
    padding: 9px 12px !important;
    color: #fff !important;
	font-size: 1.5rem !important;
	margin: 0 !important;
	font-family: Arial, Helvetica, sans-serif !important;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #fff;
    background: #414141;
    background: -moz-linear-gradient(top, #414141 0%, #242424 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(100%, #242424));
    background: -webkit-linear-gradient(top, #414141 0%, #242424 100%);
    background: -o-linear-gradient(top, #414141 0%, #242424 100%);
    background: -ms-linear-gradient(top, #414141 0%, #242424 100%);
    background: linear-gradient(to bottom, #414141 0%, #242424 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#242424', GradientType=0);
}
.btn-skyblue {
    border: none;
    background: #00b1ef;
    font-size: 15px;
    background: -moz-linear-gradient(top, #00b1ef 0%, #0269b7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b1ef), color-stop(100%, #0269b7));
    background: -webkit-linear-gradient(top, #00b1ef 0%, #0269b7 100%);
    background: -o-linear-gradient(top, #00b1ef 0%, #0269b7 100%);
    background: -ms-linear-gradient(top, #00b1ef 0%, #0269b7 100%);
    background: linear-gradient(to bottom, #00b1ef 0%, #0269b7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b1ef', endColorstr='#0269b7', GradientType=0);
}
.btn-skyblue:hover, .btn-skyblue:active {
    background: #0094e6;
    background: -moz-linear-gradient(top, #0094e6 0%, #0049a0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0094e6), color-stop(100%, #0049a0));
    background: -webkit-linear-gradient(top, #0094e6 0%, #0049a0 100%);
    background: -o-linear-gradient(top, #0094e6 0%, #0049a0 100%);
    background: -ms-linear-gradient(top, #0094e6 0%, #0049a0 100%);
    background: linear-gradient(to bottom, #0094e6 0%, #0049a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0094e6', endColorstr='#0049a0', GradientType=0);
}
.btn-helper, .btn-helper:hover {
    color:#fff;
    width: auto;
    padding: 1px 6px;
    margin: 7px 0;
    border: 1px solid #212e52;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    box-shadow:none;
    background: #345db4;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #345db4 0%, #132e79 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #345db4), color-stop(100%, #132e79));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #345db4 0%, #132e79 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #345db4 0%, #132e79 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #345db4 0%, #132e79 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #345db4 0%, #132e79 100%);
    /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#345db4', endColorstr='#132e79', GradientType=0);*/
    /* IE6-8 */
}
/* --------------------------------------
   Login modal
   -------------------------------------- */

.reliance-modal .slide-wrapper {
    position: relative;
    overflow: hidden;
}
.reliance-modal .login-slide {
    -webkit-transition:.6s ease-in-out left;
    transition:.6s ease-in-out left;
    position: relative;
    left: 0px;
}
.reliance-modal .login-slide2 {
    display: none;
    margin-top: 10px;
}
.reliance-modal .login-slide2 label {
    margin-top: 8px;
    font-weight: normal;
}

.reliance-modal h4.modal-title {
    font-size: 22px;
    color: #1b3e65;
}

.reliance-modal .modal-header {
    margin: 0px 20px;
    padding: 10px 0 5px;
}
.reliance-modal .modal-body{
	padding: 15px 20px 20px;
}
.reliance-modal .btn{
	font-size:15px;
	padding:8px;
}

.login-modal-help {
    padding-top: 10px;
    position:relative;
}

.reliance-modal .modal-header .close {
    margin-top: 5px;
    min-width: 0.5em;
}

/* --------------------------------------
   Navigation Tabs
   -------------------------------------- */
 .topTitle-list {
    list-style: none;
    float:left;
}
.topTitle-list li {
    height:50px;
    float:left;
    padding: 0 0 0 5px;
    border:1px solid #d2d2d2;
    border-right-color: transparent;
    border-bottom: none;
    background: #ffffff;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
    background: -moz-linear-gradient(top, #ffffff 11%, #ffffff 11%, #f9f9f9 45%, #f1f1f1 45%, #f3f3f3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #ffffff), color-stop(11%, #ffffff), color-stop(45%, #f9f9f9), color-stop(45%, #f1f1f1), color-stop(100%, #f3f3f3));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 11%, #ffffff 11%, #f9f9f9 45%, #f1f1f1 45%, #f3f3f3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 11%, #ffffff 11%, #f9f9f9 45%, #f1f1f1 45%, #f3f3f3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 11%, #ffffff 11%, #f9f9f9 45%, #f1f1f1 45%, #f3f3f3 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 11%, #ffffff 11%, #f9f9f9 45%, #f1f1f1 45%, #f3f3f3 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
    /* IE6-8 */
}
.topTitle-list li:last-child {
    border-right:1px solid #d2d2d2;
}
.topTitle-list li a, .topTitle-list li > span {
    color:#333;
    position: relative;
    margin: 0;
    float: left;
    font-size:1.3rem;
    text-decoration:none;
    padding-left: 14px;
    text-indent: -14px;
    padding-top:7px;
    padding-right: 14px;
	width: 100%;
}
.topTitle-list li > span {
    padding-top: 0;
    float: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
    width:100%;
    padding-right: 0;
}
.topTitle-list li.active {
    border-color: transparent;
    background: #01498d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #01498d 0%, #024181 36%, #014a8f 81%, #01529e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #01498d), color-stop(36%, #024181), color-stop(81%, #014a8f), color-stop(100%, #01529e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #01498d 0%, #024181 36%, #014a8f 81%, #01529e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #01498d 0%, #024181 36%, #014a8f 81%, #01529e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #01498d 0%, #024181 36%, #014a8f 81%, #01529e 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #01498d 0%, #024181 36%, #014a8f 81%, #01529e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01498d', endColorstr='#01529e', GradientType=0);
    /* IE6-9 */
}
.topTitle-list li.active:after {
    content:'';
    position:absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(27, 92, 154, 0), rgba(27, 92, 154, 1), rgba(27, 92, 154, 0));
    background-image: -moz-linear-gradient(left, rgba(27, 92, 154, 0), rgba(27, 92, 154, 1), rgba(27, 92, 154, 0));
    background-image: -ms-linear-gradient(left, rgba(27, 92, 154, 0), rgba(27, 92, 154, 1), rgba(27, 92, 154, 0));
    background-image: -o-linear-gradient(left, rgba(27, 92, 154, 0), rgba(27, 92, 154, 1), rgba(27, 92, 154, 0));
}
.topTitle-list li.active a, .topTitle-list li.active > span {
    color:#fff;
    /* font-weight:bold;*/
}
.topTitle-list li.active > span {
    display:none !important;
}
.topTitle-list li.done a:after {
    /* content:url(../../images/done-blue.png); */
    /* margin-left: 17px; */
    position:absolute;
    right:2px;
    top:11px;
    content:" ";
    width:11px;
    height:10px;
    background:url(../../images/done-blue.png) no-repeat;
    background-size:100%;
}
.topTitle-list li.done.active a:after {
    /* content:url(../../images/done.png); */
    background:url(../../images/done.png) no-repeat;
    background-size: 100%;
}
.subTitle-list > ul {
    background:#f2f2f2;
    padding: 0 5px;
    margin: 0;
    border: 1px solid #D2D2D2;
    border-top:none;
    height:60px;
}
.subTitle-list > ul.active {
    background:#014a8f;
    border-color:transparent;
}
.subTitle-list > ul > li {
    list-style: none;
    float: left;
    padding-right: 14px;
    margin-right: 7px;
    position: relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}
.subTitle-list > ul > li:last-child {
    padding:0;
    margin:0;
}
.subTitle-list > ul > li:after {
    content:'\e080';
    font-family:'Glyphicons Halflings';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top:-7px;
    font-size:1rem;
}
.subTitle-list > ul.active > li:after {
    color: #81ACC3;
}
.subTitle-list > ul > li:last-child:after {
    content:'';
}
.subTitle-list > ul > li a {
    float:left;
    height:100%;
    padding:13px 0;
    color:#333;
    text-decoration:none;
}

.subTitle-list > ul > li span.h1 {
    font-size:18px;
    font-weight:bold;
}
.subTitle-list > ul.active > li a {
    color:#fff;
}
.subTitle-list > ul > li.done a {
    background:url(../../images/done1.png) 0 50% no-repeat;
    padding-left:18px;
}
.subTitle-list > ul.done > li.done a {
    background:url(../../images/done1.png) 0 50% no-repeat;
}
.subTitle-list > ul.active > li.done a {
    background:url(../../images/done.png) 0 50% no-repeat;
    padding-left:18px;
}
.subTitle-list > ul > li.current a.transaction-link {
    background:url(../../images/current.png) 0 50% no-repeat;
    padding-left:18px;
}
.subTitle-list > ul > li .h1 {
    line-height:9px;
    display: block;
    margin: 5px 0 -15px;
}
/* bottom triangle on active starts */
 .subTitle-list > ul > li.current a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content:" ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(1, 74, 143, 0);
    border-top-color: #014a8f;
    border-width: 8px;
    margin-left: -8px;
}
a.disabled-nav-link {
    cursor: default;
}

/* --------------------------------------
   Layout
   -------------------------------------- */
 #carousel-transaction {
    margin-top:20px;
    /*padding-bottom: 60px;*/
    padding-bottom: 85px; /*Changed by Nandkishore*/
}
#transaction-tabs .panel {
    min-width:220px;
}
#transaction-tabs div.panel-body {
    padding: 10px;
}
#transaction-tabs div.tab-section {
}
#transaction-tabs div.tab-section .slider-wrapper {
    /* display: block;
    padding: 15px;
    margin: 0 0 10px 10px; */
    padding: 5px 0 20px 0;
	margin-left:10px;
}
#transaction-tabs .tab-heading {
    color:#1b3e65;
    margin: 0 0 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #D2D2D2;
    font-size: 18px;
}
.tab-sub-heading {
    color:#1b3e65;
    font-weight:bold;
}
h3.tab-sub-heading {
    margin-bottom:15px;
}
#summary-details h3{
	font-size:12px;
	font-weight:bold;
}
#summary-details .text-right{
	word-wrap:break-word;
}
#summary-details .tab-sub-heading {
    border-bottom:1px solid #f5f5f5;
    padding-bottom:5px;
    margin:5px 0;
    font-size:14px;
}
.tab-section .toggle-button {
    padding: 6px 22px;
    border-radius: 10px;
}
.tab-section .medium .toggle-button{
	padding: 6px 15px 6px 5px;
}
#transaction-tabs .label-text {
    padding: 6px 0;
}
#transaction-tabs .label-text label {
    font-weight:normal;
    position:relative;
    padding-top: 7px;
}
#transaction-tabs .label-text label.labelFx{
	padding-top:0;
}
#transaction-tabs .label-data {
    padding: 6px 5px 6px 5px;
    float: left;
    /* padding-top:6px;
    padding-bottom:6px; */
}
#transaction-tabs .gender-buttons-wrapper {
    padding-left: 0px;
}
#transaction-tabs a.accordian-link {
    text-decoration: none;
    display: block;
}
#transaction-tabs .help-popover {
    width: auto;
    padding: 1px 5px;
    margin: 11px 0;
}
#carousel-transaction .popover-title {
    font-size: 13px;
    font-weight: bold;
    color: rgb(29, 63, 101);
}
#transaction-tabs .panel-heading {
    padding: 0px;
}
#transaction-tabs .panel-heading a.accordian-link {
    padding: 10px;
}
#transaction-tabs .panel-collapse {
    padding: 0 5px;
}
.module {
    padding:15px;
    border:1px solid #d2d2d2;
    margin-bottom: 15px;
    background-color: #fff;
}
.transaction-dated {
    display:block;
}
.transaction-depriciated {
    margin:5px 0 25px;
}
.top-bottom-border {
    padding: 10px 0;
    /* text-indent: 5px; */
    border: 1px solid;
    border-color: #f5f5f5 transparent;
}
h3.top-bottom-border {
    font-weight:bold;
}
.transaction-summary-block > div {
    margin-bottom:5px;
}
.transaction-summary-block > div > div, .transaction-summary-block > div > div.inner-row {
    padding-right:0;
    padding-left:0;
    text-align:left;
}
.transaction-summary-block > div > div:nth-child(2), .transaction-summary-block > div > div.inner-row > div:nth-child(2) {
    text-align:right;
}
.transaction-summary-block > div > div.h3 {
    margin: 0;
    line-height: 17px;
}
.transaction-summary-block .margin-bm1 {
    margin: 0 0 -1px;
}
.tab-section label {
    font-weight:normal;
}
.table-lined > tbody > tr > td {
    border-top:none;
    border-bottom:1px solid #ddd;
}
.editable-item-header.underlined-header {
    width: 100%;
    display: block;
    float: left;
    border-top: 1px solid #EEE;
    margin-top: 15px;
    padding-top: 15px;
}
.editable-item-header.underlined-header.first {
    border:0;
    padding-top:0;
    margin-top:0
}
.editable-item-header.underlined-header .tab-sub-heading {
    margin-bottom:15px;
}

/* thank you page */
.topTitle-list.thankQ li{
	border-bottom: 1px solid #d2d2d2;
}
.thankQ-wrap{
	margin-top:15px;
	padding-bottom: 100px;
}
.thankQ-container{
	border: 1px solid #d2d2d2;
	float: left;
	width: 100%;
}
.thankQ-container h2{
	font-size:14px;
	color:#1b3e65;
	padding:11px 0 11px 45px;
	background:#f3f3f3 url(../../images/thankQ-icon.png)  11px 19px no-repeat;
	border-bottom:1px solid #d2d2d2;
	line-height:1.3;
}
.thankQ-subHead{
	padding:13px 10px 15px;
	float:left;
	width:100%;
	background:#f3f3f3;
	-webkit-box-shadow:inset 0 4px 15px -5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 4px 15px -5px rgba(0, 0, 0, 0.15);
	box-shadow:inset 0 4px 15px -5px rgba(0, 0, 0, 0.15);
	position: relative;
	border-bottom: 1px solid #d2d2d2;
}
.thankQ-subHead .pull-left:first-child{
	max-width:425px;
}
.thankQ-slogin{
	background:url(../../images/thankQ-slogin.png) 0 0 no-repeat;
	width:131px;
	height:24px;
	float:left;
	display:block;
	text-indent:-9999px;
	margin-top:13px;
}
.thankQ-slogin.slogin-google{
	background-position:0 -26px;
	margin-left:5px;
}
.thankQ-subContent{
	padding:13px 5px 13px 10px;
	float:left;
	width:100%;
}
.subContent-row [class*=col-]{
	margin-bottom:5px;
}
.subContent-row h3[class*=col-]{
	padding: 13px 15px 7px;
	margin: 0;
}
.thankQ-footer{
	padding:0 10px;
	float:left;
	width:100%;
}
.thankQ-subFooter{
	padding:10px 0 13px;
	float:left;
	width:100%;
	border-top:1px solid #d2d2d2;
}
.thankQ-subFooter > .pull-left > .pdfClass ~ a{
	margin-top: 5px;
	margin-left: 22px;
}
.thankQ-socialWrap{
	float:left;
	margin-top: 30px;
}
.thankQ-social{
	float: left;
	margin-left: 10px;
}
.thankQ-social li{
	float:left;
	list-style:none;
}
.thankQ-social li a{
	width:26px;
	height:26px;
	float:left;
	margin-right:10px;
	background:url(../../images/thankQ-social.png) 0 0 no-repeat;
	display:inline-block;
	text-indent:-9999px;
	margin-top: -5px;
}
.thankQ-social li a.social-gp{
	background-position:-40px 0;
}
.thankQ-social li a.social-sh{
	background-position:-80px 0;
	margin-right:0px;
}
.thankQ-credit{
	width:100%;
	text-align:center;
}
.thankQ-credit h2{
	font-size:12px;
	color:#1b3e65;
	margin: 5px 20px 15px;
	line-height: 1.4;
}

/* payment failed */
.payFailed .thankQ-subHead .h3{
	margin: 0 0 8px;
	line-height: 1.3;
}
.payFailed .thankQ-subHead .btn{
	padding:8px;
	width:100%;
	text-align:center;
	font-size:15px;
	margin-top:7px;
}
.payFailed .thankQ-container h2{
	background: #f3f3f3 url(../../images/payFailed-small.png) 10px 15px no-repeat;
	font-size:18px;
	padding:11px 11px 11px 35px;
}
.payFailed .thankQ-subContent .h3{
	margin:0;
	line-height: 1.3;
}

/*Added by Nandkishore 18.06.2014 Start*/
.questionMark .form-control{
    width:90%;
    margin-right:5px;
    display:inline-block;
}
.radioGroup input[type="radio"]{
    vertical-align: text-bottom;
    margin-right: 2px;
}
.chkBox-topMargin input[type="checkbox"]{
    margin-top:2px;
}
/*Added by Nandkishore 18.06.2014 End*/

/* --------------------------------------
   Form Css
   -------------------------------------- */
.formTab .form-group {
    padding: 3px;
}
.form-wrapper .formTab .checkbox {
    color:#fff;
    margin:5px 0;
    padding-left:25px;
}
.form-group .datepicker {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.innerForm .form-wrapper .form-group {
    margin: 0 0 10px 0;
    color:#333;
}
.form-wrapper .form-group:last-child input {
    margin-right: 5px
}
.form-wrapper input,.validate-form input {
    vertical-align: middle;
    padding: 0 5px;
    /*border: 1px solid #cacccd;*/
}
.gray .form-wrapper .form-group input {
    margin: 0;
}
.form-wrapper .formTab input {
    border: 1px solid #03428b;
}
.form-wrapper .formTab .has-error .form-control {
    border-color: #A94442;
}
.form-wrapper .form-group .caret {
    float: right;
    margin-top: 5px;
}
.form-wrapper .form-group .dropdown-menu {
    width: 97%;
    margin: -5px 3px 0;
    padding: 5px;
}
.getQuote-wrapper {
    text-align: center;
    padding: 20px 0 0;
}
.innerForm .getQuote-wrapper {
    padding: 0;
}
.form-control.selectchk {
    padding: 6px 2px;
}
.has-error .form-control {
    -webkit-box-shadow: inset 0px 0px 5px 1px rgba(255, 74, 61, 0.75);
    -moz-box-shadow: inset 0px 0px 5px 1px rgba(255, 74, 61, 0.75);
    box-shadow: inset 0px 0px 5px 1px rgba(255, 74, 61, 0.75);
}
.form-wrapper input.btn_getQuote {
    border: none;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    background: #122c77;
    /* Old browsers */
    background: -moz-linear-gradient(top, #122c77 0%, #264ea3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #122c77), color-stop(100%, #b1a694));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #122c77 0%, #264ea3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #122c77 0%, #264ea3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #122c77 0%, #264ea3 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #122c77 0%, #264ea3 100%);
    /* W3C */
}
.form-control {
    height: 35px;
    -webkit-box-shadow: inset -1px 3px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset -1px 3px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset -1px 3px 3px 0px rgba(0, 0, 0, 0.05);
}
.has-error input.form-control {
    -webkit-appearance: none;
}
.selectcheck {
    padding:8px 1px;
}
.placeholder {
    color: #8e8e8e;
    font-style: italic;
}
.label-auto-width {
    max-width:80px;
    float:left;
    padding:7px 25px 0 0;
}
.unstyled::-webkit-inner-spin-button, .unstyled::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
/* --------------------------------------
   Accordion Styles
   -------------------------------------- */
 #transaction-tabs .tab-section .panel {
    border-color: #DDD transparent transparent transparent;
    background:none;
    box-shadow:none;
    margin: 0;
}
#transaction-tabs .tab-section .panel-default .panel-heading + .panel-collapse .panel-body {
    border-color:transparent;
    padding: 0 15px 0;
}
#transaction-tabs .tab-section .panel-title > a {
    color: #1B3E65;
    display:block;
    text-decoration:none;
    padding:15px 25px 15px 5px;
    position:relative;
    font-weight:bold;
    background: #fff;
}
#transaction-tabs .tab-section .panel-default .panel-heading {
    padding:0;
    background-color: initial;
}
#transaction-tabs .slider-header {
    padding-left: 5px;
}
#transaction-tabs .tab-section .panel:last-child {
    border-bottom-color: #DDD;
}
#transaction-tabs .panel-body div.row {
    padding: 10px 0;
}

/*Commented by Nandkishore on 05.01.2015*/
/*#transaction-tabs .panel-body div.row:first-child {
    margin-top:-15px;
}*/
#transaction-tabs .panel-body div.row:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
}
.row-height {
    height:63px;
}
#transaction-tabs .row-height .label-text {
    height:100%;
}
#transaction-tabs .row-height .label-text label {
    padding-top:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}
#transaction-tabs .tab-section .panel-title > a:before {
    position:absolute;
    right:5px;
    content:"\2212";
    font-family:'Glyphicons Halflings';
    color:#a3a4a4;
    font-weight: normal;
}
#transaction-tabs .tab-section .panel-title > a.collapsed:before {
    content:"+";
}
.expiry-policy {
    padding: 8px 0 8px 5px;
    margin-bottom: -1px;
}
.renew-details-field {
    margin-top: -16px;
    padding-top: 10px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
/* personal details renew page styles */
 .personal-details-section .editable-item {
    padding:0 5px 0px;
}
.personal-details-section .pd-grp {
    min-width:250px;
}
.personal-details-section .pd-grp .toggle-button {
    padding:6px 0;
    min-width:69px;
    text-align:center;
}
.edited-wrapper {
    padding-bottom:-5px;
}
.edited-wrapper .form-group {
    margin-bottom:5px;
}
.edited-wrapper .label-auto-width, .edited-wrapper .edited-control.edited-radio {
    padding-top:0;
}
/* .editable-form{
    padding:0 0 20px;
} */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor:default;
}
/* --------------------------------------
   Others
   -------------------------------------- */
 .fixed_footer {
    border-top:1px solid #b2cddd;
    padding: 10px 0;
    background:#fff;
    -webkit-box-shadow: 0px -18px 18px -5px rgba(240, 243, 248, 1);
    -moz-box-shadow: 0px -18px 18px -5px rgba(240, 243, 248, 1);
    box-shadow: 0px -18px 18px -5px rgba(240, 243, 248, 1);
}
.fixed_footer .btn {
    padding:8px 40px;
    border-color:#212e52;
    outline:none;
    font-size:15px;
}
.fixed_footer .back-button, .fixed_footer .back-button:active {
    color:#034da2;
    padding:8px 25px;
    font-size:15px;
    outline:none;
    box-shadow:none;
    border-color:transparent;
}
.popover-title {
    background:#fff;
    color:#1b3e65;
    font-size:14px;
    font-weight:bold;
    padding: 0 0 8px 0;
}
.popover {
    padding:12px 15px;
    max-width:300px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    z-index:1050;
}
.popover-content {
    padding: 9px 0 0;
}
.policy-helper {
    padding: 0 0 0 8px;
}
.policy-helper .btn-helper {
    margin:5px 0;
}
.irs-slider {
    height:25px;
}
.irs-single {
    font-weight:bold;
    color:#1b3e65;
    font-size:12px;
    background:none;
}
.irs-grid-text {
    font-size:12px;
}
.irs-line-right {
    left:90%;
}
.banner > img {
    max-width:100%;
    height:auto;
    margin:0 0 15px 0;
}
.details-show {
    display:none;
}
.sticky-add {
    display: none;
}
.gridViewTbl{
	overflow-x:auto;
}
.gridViewTbl .table{
    border:1px solid #d2d2d2;
}
/* --------------------------------------
   Payment
   -------------------------------------- */
.foot-Temp-MobDropDown {
    display: none;
}
.nav-pills.foot-Temp-leftNav li {
    margin:0;
}
.foot-Temp-leftNav li a {
    background-color:#f5f6f7;
    border:1px solid #dedede;
    border-top: none;
    color:#1b3e65;
    display:block;
    font-size:14px;
    padding:10px;
}
.foot-Temp-leftNav li a:active, .foot-Temp-leftNav li a:hover, .foot-Temp-leftNav li a:focus {
    text-decoration: none;
}
.foot-Temp-leftNav li:first-child a {
    border-top: 1px solid #dedede;
}
.foot-Temp-leftNav li.active > a {
    background-color:#1b3e65;
    color:#fff;
    font-weight:bold;
    border:1px solid #1b3e65;
}
.nav-pills.foot-Temp-leftNav>li.active>a, .nav-pills.foot-Temp-leftNav>li.active>a:hover, .nav-pills.foot-Temp-leftNav>li.active>a:focus {
    background-color:#1b3e65;
}
.foot-Temp-leftNav li.active:first-child a {
    border-top: 1px solid #1b3e65;
}
.foot-Temp-leftNav li ul li a {
    background-color: #fff;
    border: 1px solid #dedede;
    border-top: none;
}
.foot-Temp-leftNav li ul li:first-child a {
    border-top: none;
}
.foot-Temp-leftNav {
    clear:both;
}
.foot-Temp-leftNav li ul li a.selected {
    background-color: #d1d8e0;
}
.subMenu .arrowDown, .subMenu .arrowUp {
    background: url(../../images/icons/subMenu-down.png) no-repeat right;
    margin-top: 8px;
    float: right;
    height: 5px;
    width: 9px;
}
.subMenu .arrowUp {
    background: url(../../images/icons/subMenu-up.png) no-repeat right;
}
.p-subHeader{
	width: 100%;
	float: left;
	margin-bottom: 13px;
	border-bottom: 1px solid #eee;
	padding-bottom: 7px;
}
.p-payable{
	width: 100%;
	padding: 10px 0;
	border: 1px solid #e3e3e3;
	margin: 15px 0 12px;
	background: #f5f5f5;
	text-align: center;
}
.p-finalPrice{
	font-weight:bold;
	font-size:18px;
	color:#1b3e65;
	display:inline-block;
	margin-left:5px;
}
.p-mode{
	float:left;
	width:100%;
	/*padding-bottom:15px;*/ /*commented by Nandkishore on 03.02.2015*/
}
.p-mode .form-group label,.p-small label{
	margin-bottom:7px;
	float: left;
	width: 100%;
}
.p-mode .form-group label span{
	font-weight:normal;
}
.p-small .form-group{
	width:84px;
	float:left;
	margin-right:10px;
}
.p-mode .btn-helper{
	margin: 0;
	padding: 0;
	border: none;
}
.p-ccv-query{
	margin-top:-9px;
	float: left;
}
.p-ccv-query img{
	float:left;
	margin-right:10px;
}
.btn-pay{
	width:130px;
	text-align:center;
	padding:8px 0;
	font-size:15px;
}
.p-secure-img{
	width: 100%;
	float: left;	
	border-top: 1px solid #eee;
}
.p-secure-img img{
	padding-top: 15px;
}
.p-secure-img p{
	padding-top:7px;
	color:#adadad;
}
.p-secure-img img{
	max-width:100%;
	height:auto;
}
.radio-group{
	float: left;
	width: 100%;
	border: 1px solid #eee;
	padding: 13px 10px 0 10px;
}
.radio-group .radio{
	float:left;
	margin:0 0 10px 0;
	width:50%;
}
.p-dcType .radio{
	float:left;
	margin:0 25px 13px 0;
}
.p-dcType .radio label{
	margin:0;
}
.p-mode .radio label{
	position:relative;
	margin:0;
}
.radio input[type="radio"]{
	margin: 0 0 0 -20px;
	position:absolute;
	left: 0;
	top: 50%;
	-webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);}

.parradio .radio input[type="radio"]{
	margin: 18px 0 0 -20px;
    position:inherit;
}

.optradio input[type="radio"]{
	
}
/* --------------------------------------
   Misc
   -------------------------------------- */
.custom-panel .panel:first-child{
	border-top:none !important;
	margin-top:-10px;
}
.custom-panel .panel .panel-collapse{
	margin-top:15px !important;
}
/*Aded by Nandkishore on 05.01.2015*/
.custom-panel .panel .panel-collapse.in{
	margin-top:0px !important;
}
.custom-panel .panel-body .row:not(:last-child){
	border-bottom:none !important;
}
.custom-panel .panel-body .row{
	padding:0 !important;
}

/* --------------------------------------
   Helpers
   -------------------------------------- */
 .rupees:before {
    content:'`';
    /* font-size:12px; */
    font-weight: normal;
    font-family: Rupee Foradian;
    margin-right:2px;
}
.rupee-symbol {
    font-family: Rupee Foradian;
    font-style:normal;
}
.bold {
    font-weight:bold;
}
.btn_15p {
    font-size:15px;
    height:35px;
}
.renew-details-field .btn_15p, .btnWidth_100 {
    width:100px
}
/* gradient hr */
 hr.gradient-hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.pt-7px {
    padding-top:7px;
}
.no-padd-left {
    padding-left:0;
}
.no-padd-right {
    padding-right:0;
}
.col-no-padding, .col-child-no-padding > * {
    padding-left:0px !important;
    padding-right:0px !important;
}
.gblue-text {
    color:#41bbf5;
}
.mb-20px {
    margin-bottom:20px;
}
.mb-15px {
    margin-bottom:15px;
}
.mb-10px {
    margin-bottom:10px;
}
.mb-5px {
    margin-bottom:5px;
}
.col-inline-margin {
    margin-right:15px;
}
.mt-m6px {
    margin-top:-6px;
}
.text-primary {
    color:#1b3e65;
}
.pdfClass{
	padding-left:22px;
	padding-right:10px;
	background:url(../../images/pdf-icon.png) 0 0 no-repeat;
}
.underline{
	text-decoration:underline;
}
/* --------------------------------------
   Media Queries
   -------------------------------------- */
 @media (min-width: 768px) {
    .topTitle-list li a {
        font-size:1.6rem;
        padding-right:20px;/*changed by nandkishore on 18.03.2015*/
    }
    .topTitle-list li.done a::after {
        /* margin-left:17px; */
        top: 2px;
        width: 16px;
        height: 14px;
    }
    .topTitle-list li > span {
        font-size:24px;
        margin-left:25px;
        float:right;
        margin: 0;
    }
    .topTitle-list li a, .topTitle-list li > span {
        top: 50%;
        -webkit-transform:translateY(-50%);
    	-moz-transform:translateY(-50%);
    	-ms-transform:translateY(-50%);
    	-o-transform:translateY(-50%);
    	transform:translateY(-50%);
        width:auto;
        padding-top: 0;
    }
    .topTitle-list li.active a, .topTitle-list li.active > span {
        font-weight:bold;
    }
    .topTitle-list li.active > span {
        color:#fff;
    }
    #transaction-tabs .has-error label.error {
        display: none!important;
    }
    /* --------------------------------------
   Typography
   -------------------------------------- */
    #transaction-tabs .tab-heading {
        font-size:22px;
    }
    /* --------------------------------------
   Layout
   -------------------------------------- */
    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
    header .logo img {
        width: 100%
    }
    header .logo {
        width: 170px;/*By Saurabh on 31/10/2014*/
        /*height: 28px;*/ /*By Saurabh on 31/10/2014*/
        margin: 8px 0;
    }
    header .top {
        padding: 0px 0 15px;/*By Saurabh on 31/10/2014*/
        min-height: 85px;/*By Saurabh on 31/10/2014*/
    }
    header .tollfree, header .url-logo {
        float: left;
    }
    header .contact { /*By Saurabh on 31/10/2014*/
        clear: both;
		font-weight: bold;
		line-height: 30px;
		font-size: 24px;
		font-size: 16px;
		float: right;
		color: #034da2;
		margin-top: 10px;
		margin-top: 0px;
	}
    header .contact span {
        font-size: 1.8rem
    }
    header .login #login-link.login-active span {
        color: #fff;
    }
    header .tollfree {
        margin-right: 7px;/*BY Saurabh on 31/10/2014*/
    }
    .login-active {
        background:#002754;
        color:#fff;
    }
    .contact, .contact .tollfree a {
        color: #e41f26; /*By Saurabh on 31/10/2014*/
        text-decoration: none
    }
    header .url-logo {
        width: 184px;
        height: 18px;
    }
    header .top {
        float:none;
        position:static;
    }
    .fixed_footer h2 {
        padding:10px 0;
        color:#1b3e65;
    }
	.thankQ-credit{
		text-align:left;
	}
	.thankQ-credit h2{
		font-size:18px;
		margin: 0;
		line-height: 1.1;
	}
    .subTitle-list > ul, .topTitle-list li {
        padding: 0 8px 0 10px;
    }
    .topTitle-list li {
        height:40px;
    }
    .subTitle-list > ul > li span.h1 {
        font-size:24px;
    }
    .transaction-dated {
        position:absolute;
        right:15px;
        top:9px;
    }
    .transaction-depriciated {
        margin:0;
        position:absolute;
        right:15px;
    }
	
	/* thank you page-sm */
	.thankQ-wrap {
		margin-top: 20px;
	}
	.thankQ-container h2{
		font-size:18px;
		padding: 17px 0 12px 50px;
		background-position:15px 13px;
	}
	.thankQ-subHead{
		padding: 14px 0 14px 15px;
	}
	.thankQ-slogin.slogin-fb{
		margin-left: 10px;
	}
	.thankQ-slogin.slogin-google{
		margin-left:5px;
	}
	.thankQ-slogin{
		margin-top:5px;
	}
	.thankQ-subContent{
		padding: 18px 5px 13px 15px;
	}
	.thankQ-footer{
		padding:0 15px;
	}
	.thankQ-subFooter{
		padding: 17px 0 8px;
	}
	.thankQ-subFooter > .pull-left > .pdfClass ~ a{
		margin:0;
	}
	.thankQ-socialWrap {
		float: right;
		margin-top: 0;
	}
	
    /* --------------------------------------
   Floating Side Bar
   -------------------------------------- */
    #sidebar-wrapper {
        position: fixed;
        right: 0px;
        top: 85px;
        -webkit-box-shadow: -1px 5px 15px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow: -1px 5px 15px 0px rgba(50, 50, 50, 0.2);
        border-radius: 5px;
        box-shadow: -1px 5px 15px 0px rgba(50, 50, 50, 0.2);
    }
    #sidebar-wrapper ul.floating-sidebar {
        display: block;
        list-style: none;
        margin: 0px;
        padding: 0px;
        text-align: center;
        overflow: visible;
        white-space: nowrap;
        min-width: 59px;
    }
    #sidebar-wrapper a.sidebar-link {
        display: block;
        padding: 30px 5px 5px 5px;
        font-size: 11px;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 50% 10px;
        color: #333;
        border: 1px solid rgb(204, 204, 204);
        border-bottom: none;
        background-color: #fff;
    }
    #sidebar-call a.sidebar-link {
        background-image: url(../../images/sidebar/call.png);
    }
    #sidebar-chat a.sidebar-link {
        background-image: url(../../images/sidebar/chat.png);
    }
    #sidebar-feedback a.sidebar-link {
        background-image: url(../../images/sidebar/feedback.png);
    }
    #sidebar-share a.sidebar-link {
        background-image: url(../../images/sidebar/share.png);
    }
    #sidebar-wrapper .active-popover a, #sidebar-wrapper a.sidebar-link:hover {
        background-color: #41bbf5;
        color: #fff;
    }
    #sidebar-call.active-popover a.sidebar-link, #sidebar-call a.sidebar-link:hover {
        background-image: url(../../../images/sidebar/call-hover.png);
    }
    #sidebar-chat.active-popover a.sidebar-link, #sidebar-chat a.sidebar-link:hover {
        background-image: url(../../images/sidebar/chat-hover.png);
    }
    #sidebar-feedback.active-popover a.sidebar-link, #sidebar-feedback a.sidebar-link:hover {
        background-image: url(../../images/sidebar/feedback-hover.png);
    }
    #sidebar-share.active-popover a.sidebar-link, #sidebar-share a.sidebar-link:hover {
        background-image: url(../../images/sidebar/share-hover.png);
    }
    .sidebar-cell:first-child a {
        border-radius: 4px 0px 0px 0px;
    }
    #sidebar-wrapper .floating-sidebar li:last-child >a {
        border-radius: 0px 0px 0px 4px;
        border-bottom: 1px solid rgb(204, 204, 204);
    }
    #sidebar-wrapper .popover-data {
        display: none;
    }
    #sidebar-wrapper .popover {
        position: absolute;
        border-radius: 5px;
    }
    #sidebar-wrapper .popover-content {
        position: relative;
    }
    #sidebar-wrapper .popover-heading {
        color: #1b3e65;
        font-size: 1.4rem;
        font-weight: bold;
        padding-bottom: 10px;
    }
    #sidebar-wrapper .popover-input-wrapper {
    }
    #sidebar-wrapper .popover-button-wrapper {
        text-align: center;
    }
    #sidebar-wrapper .popover-button-wrapper .btn {
        width: 100%
    }
    #sidebar-wrapper .sidebar-popover-content {
        width: 190px
    }
    #sidebar-wrapper ul.popover-sharelinks-wrapper {
        display: block;
        list-style: none;
        margin: 0px;
        padding: 0px;
        min-width: 195px;
    }
    #sidebar-wrapper li.popover-sharelinks {
        display: inline-block;
        margin: 2px;
    }
    #sidebar-wrapper a.sharelink {
        background-image: url(../../images/sidebar/social.png);
        padding: 7px 16px;
    }
    #sidebar-wrapper a.sharelink.sharelink-fb {
        background-position: 0px 0px;
    }
    #sidebar-wrapper a.sharelink.sharelink-twitter {
        background-position: 0px -31px;
    }
    #sidebar-wrapper a.sharelink.sharelink-in {
        background-position: 0px -62px;
    }
    #sidebar-wrapper a.sharelink.sharelink-google {
        background-position: 0px -93px;
    }
    #sidebar-wrapper a.sharelink.sharelink-rss {
        background-position: 0px -124px;
    }
    #sidebar-wrapper .popover .errormessage {
        font-size: 1.1rem;
        color: red;
        padding-top: 2px;
    }
    #sidebar-wrapper .popover.left>.arrow {
        /*top: 20px;*/
    }
    #sidebar-wrapper div.popover-input-wrapper {
		padding-bottom: 10px;
		margin: 0;
	}
    #sidebar-wrapper div.popover-input-wrapper:last-child {
        padding-bottom: 0px
    }
    #sidebar-wrapper .error {
        color: #F00
    }
    .mt-m6px {
        margin-top:0px;
    }
    .tooltip, .has-error .tooltip {
        display:block !important;
    }
    .has-error label.error {
        display:none!important;
    }
    .transaction-tab {
        min-height:400px;
    }
    .tab-section .toggle-button, .tab-section .medium .toggle-button {
        padding:6px 30px;
    }
    #transaction-tabs .panel-collapse {
        padding:0 10px;
    }
    #transaction-tabs .tab-section .panel-title > a {
        padding: 15px 25px 15px 10px;
    }
    #transaction-tabs .slider-header, .expiry-policy {
        padding-left: 10px;
    }
    #transaction-tabs .tab-section .panel-title > a:before {
        right:10px;
    }
    .mob-image {
        display:none;
    }
    /* personal details renew page styles */
    .personal-details-section .editable-item {
        padding:0 10px;
    }
    .personal-details-section .pd-grp .toggle-button {
        /*min-width:74px;*/ /*commented by Nandkishore on 11.02.2015 to resolved iPad issue #11302*/
        min-width:72px;
    }
/* --------------------------------------
   Payment
   -------------------------------------- */
	.foot-Temp-leftNav {
		display: block !important;
	}
	.foot-Temp-leftNav li.active-first > a{
		background-color: #1b3e65;
		color: #fff;
		font-weight: bold;
		border: 1px solid #1b3e65;
	}
	.p-small-left{
		width:200px;
	}
	.p-small-right{
		width:153px;
		float:right !important;
	}
	.p-payable{
		width: auto;
		padding: 0;
		border: none;
		margin: 0;
		background: none;
	}
	.p-payable span,.p-payable h2{
		float:none !important;
	}
	.radio-group .radio{
		width:33.33%;
	}
	.radio-group .radio:nth-child(3n+1){
		width:37.33%;
	}
	.radio-group .radio:nth-child(3n+2){
		width:29.33%;
	}
	/* payment failed */
	.payFailed .thankQ-subHead,.payFailed .thankQ-subContent{
		padding: 14px 15px 14px;
	}
	.payFailed .thankQ-subHead .btn{
		width:200px;
		margin-top: 17px;
		margin-bottom:15px;
	}
	.payFailed .thankQ-container h2{
		background: #f3f3f3 url(../../images/payFailed-big.png) 15px 19px no-repeat;
		padding: 15px 15px 15px 50px;
		font-size:24px;
	}
   
   
}
@media (max-width: 767px) {
	/* CSS by Nandkishore Start for Mobile*/
	.gridViewTbl{
		width:320px;
	}
	.radioGroup .radio-inline{
	    /*display: block;*/
	}
	.radioGroup .radio-inline+.radio-inline{
	    margin-left:0;
	}
	/* CSS by Nandkishore Start for Mobile*/

    header #login-form.login-dropdown {
        display: block;
    }
    .has-error label.error {
        /* display:block!important; */
        font-weight: normal;
    }
    .has-error .tooltip, .tooltip {
        display:none!important;
    }
	.topTitle-list li:nth-child(1){
		width:33.5%;
		min-width: 97.15px;
	}
	.topTitle-list li:nth-child(2){
		width:33.5%;
		min-width: 97.15px;
	}
	.topTitle-list li:nth-child(3){
		width:33%;
		min-width: 95.7px;
	}
    .subTitle-list > ul {
        height: 50px;
    }
    .subTitle-list > ul > li a {
        padding: 8px 0;
    }
    /*Added by Nandkishore on 16.02.2015 to show blue down arrow on transaction*/
	.subTitle-list > ul > li a.single {
	    padding-top:17px;
	    padding-bottom:16px;
	}
    #login-link .uparrow {
        background: url(../../images/icons/up-login.png) no-repeat;
        width: 16px;
        height: 8px;
        display: block;
        position: relative;
        top: -30px;
        left: 20px;
    }
    .login-active .caret {
        visiblity:hidden;
    }
    .banner .mob-image {
        /* width:auto;
        height:100%; */
    }
    .mob-image + img {
        display:none;
    }
/* --------------------------------------
   Payment
   -------------------------------------- */
   .foot-Temp-leftNav {
		display: none;
	}
	.foot-Temp-MobDropDown h3 {
		color: #1b3e66;
		padding: 10px;
		/* margin: 10px 0; */
		border: 1px solid #cfd0d2;
		background: #fff;
		cursor: pointer;
		font-weight: normal;
	}
	.foot-Temp-MobDropDown h3.active {
        border: 1px solid #214592;
    }
	.foot-Temp-MobDropDown + .hidden_tabs {
        display: none;
    }
	.foot-Temp-MobDropDown + .foot-Temp-leftNav li a {
        background-color: #254ca0;
        /*margin-right: 5px;
	border: 1px solid;*/
        border-color: #3b5eaa;
        color: #fff;
        font-size: 14px;
        padding: 10px 20px;
        outline: none;
    }
    .foot-Temp-MobDropDown + .foot-Temp-leftNav li.subMenu > a .arrowDown {
        background: transparent url(../../images/icons/nav/mobile-drop.png) no-repeat right;
        width:28px;
        height:12px;
        margin-top: 5px;
    }
    .foot-Temp-MobDropDown + .foot-Temp-leftNav li.subMenu > a .arrowUp {
        background: transparent url(../../images/icons/nav/mobile-drop-open.png) no-repeat right;
        width:28px;
        height:12px;
        margin-top: 5px;
    }
    .foot-Temp-MobDropDown + .foot-Temp-leftNav li ul li a {
        padding: 10px 30px;
    }
	.foot-Temp-MobDropDown {
        padding: 0;
        margin-bottom: 0;
        display: block;
    }
    .foot-Temp-MobDropDown h3 {
        color: #1b3e66;
        padding: 10px;
        /* margin: 10px 0; */
        border: 1px solid #cfd0d2;
        background: #fff;
        cursor: pointer;
        font-weight: normal;
    }
}
/* Landscap tablet & Base Desktop  */
 @media (min-width: 1003px) {
	/*Added by Nandkishore on 16.02.2015 to show blue down arrow on transaction*/
	.subTitle-list > ul > li a.single {
	    padding-top:22px;
	    padding-bottom:21px;
	}
    .topTitle-list li a {
        font-size:1.8rem;
    }
    .topTitle-list li.done a:after, .topTitle-list li.done.active a:after {
        /* content:''; */
        background: none;
    }
	.topTitle-list.thankQ li.done a:after, .topTitle-list.thankQ li.done.active a:after {
		background: url(../../images/done-blue.png) no-repeat;
		top: 4px;
	}
    .subTitle-list > ul {
        border-right:none;
    }
    .subTitle-list > ul:last-child {
        border-right:1px solid #d2d2d2;
    }
    .subTitle-list > ul.active {
        border:none;
    }
    header .contact span {
        font-size: 2rem;
    }
    .topTitle-list li {
        background: #ffffff;
        /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0);
        /* IE6-9 */
    }
	.topTitle-list.thankQ li {		
		background: #ffffff;
		/* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZX");
		background: -moz-linear-gradient(top, #ffffff 11%, #ffffff 11%, #f9f9f9 45%, #f1f1f1 45%, #f3f3f3 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #ffffff), color-stop(11%, #ffffff), color-stop(45%, #f9f9f9), color-stop(45%, #f1f1f1), color-stop(100%, #f3f3f3));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ffffff 11%, #ffffff 11%, #f9f9f9 45%, #f1f1f1 45%, #f3f3f3 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ffffff 11%, #ffffff 11%, #f9f9f9 45%, #f1f1f1 45%, #f3f3f3 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ffffff 11%, #ffffff 11%, #f9f9f9 45%, #f1f1f1 45%, #f3f3f3 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #ffffff 11%, #ffffff 11%, #f9f9f9 45%, #f1f1f1 45%, #f3f3f3 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
		/* IE6-8 */
	}
    .subTitle-list > ul > li .h1 {
        margin: 2px 0 -11px;
    }
    .right-header {
        color:#41bbf5;
        font-size:20px;
        margin-bottom:10px;
    }
    .module h3 {
        margin-bottom:10px;
    }
    h3 span.boldText{
		font-size: 16px;
		line-height: 1.7;
		font-weight: bold;
	}
    .list-links {
        list-style:none;
       /* margin:10px 0;*/ /* Commented by Nandkishore on 11.09.2014*/
        float:left;
    }
    .list-links li{
		padding:10px 0;	
	}

    .list-links li a,.list-links li > * {
        /*padding:10px 0;*/ /*Commented by Nandkishore on 08.11.2014*/
        border-bottom:1px solid #f5f5f5;
        float:left;
    }
    .list-links li.disclaimer a {
    	color:#333;
    }
    .list-links li:last-child a {
        border:none;
    }
    #transaction-tabs div.tab-section .slider-wrapper {
        min-width:380px;
    }
    /* personal details renew page styles */
    .personal-details-section .pd-grp {
        min-width: 240px;
    }
    .personal-details-section .pd-grp .toggle-button {
        min-width:69px;
    }
    .details-show {
        display:inline-block;
        text-indent:0;
    }
    .sticky-add {
        display: block;
    }
	
	/* thank you page-md */
	.thankQ-wrap {
		margin-top: 30px;
	}
	.thankQ-aside{
		border:1px solid #d2d2d2;
		padding-bottom:10px;
	}
	.thankQ-aside hr{
		padding:0;
		border-color:#d2d2d2;
		margin:10px 0;
	}
	
}
@media only screen and (min-width : 481px) and (max-width : 767px) {
    .subTitle-list > ul.active > li a br {
        display:none;
    }
    .topTitle-list li > a {
        padding-right:16px;
    }
    .topTitle-list li.done a:after {
        top:4px;
    }
    .topTitle-list li > a, .topTitle-list li > span {
        top: 50%;
        -webkit-transform:translateY(-50%);
	    -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	    -o-transform:translateY(-50%);
	    transform:translateY(-50%);
        width: auto;
        padding-top: 0;
    }
    .topTitle-list li > span {
        width:auto;
        float:right;
    }
    .topTitle-list li {
        padding-left:10px;
    }
    .subTitle-list > ul > li a {
        padding: 16px 0;
    }
    .subTitle-list > ul > li .h1 {
        display: inline-block;
        margin: 0;
    }
    .banner .mob-image {
        display: none;
    }
    .mob-image + img {
        display: block;
    }
	/* thank you page */
	.thankQ-container h2{
		background-position:11px 7px;
	}
	.thankQ-socialWrap{
		float: right;
		margin: 15px 0 0;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1002px) {
    .subTitle-list > ul > li a {
        padding:21px 0;
    }
    .subTitle-list > ul > li .h1 {
        display: inline-block;
        margin: 0;
    }
}

.ui-datepicker-title select {
    color:#666;
 }
/* Custom scrollbar */

/*#transaction-tabs .nanascroll-wrap {
    height: 478px;
}

#policyTab .nanascroll-wrap {
    height:450px;
}*/

/*Editable css*/
 #transaction-tabs span.editable-action {
    margin-right: 5px;
}
.close:hover, .close:focus {
    opacity:1
}
.edited-control.edited-radio {
    padding-top:7px;
}
.edited-control label {
    padding-right: 10px;
    font-weight: bold;
}
.editable-save {
    background:url(../../images/save.png) no-repeat;
}
.editable-edit {
    background:url(../../images/edit.png) no-repeat;
}
.editable-action {
    height:18px;
    width:18px;
    cursor: pointer;
}
.editable-close {
    background:url(../../images/editable-close.png) 50% no-repeat;
    text-indent:-9999px;
    display:block;
    opacity:1;
}
.editable-item.top-bottom-border {
    border-color:#eaeaea transparent transparent transparent;
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 0px;
}
.editable-item.top-bottom-border:last-child {
    border-bottom-color:#eaeaea;
}
.editable-item-header .tab-sub-heading {
    cursor: pointer;
}
.sticky-add.affix {
    width: 302px;
    top:10px;
}


/* --------------------------------------
   Helper Class
   -------------------------------------- */
.mandatory::after{
    content: "*";
    color:#ff0000;
}

.padd-top{
    padding-top: 10px;
}

.padd-bot{
    padding-bottom: 10px;
}

/* --------------------------------------
   Bank image related Class
   -------------------------------------- */

.p-axis, .p-citibank, .p-hdfc, .p-icici, .p-kotak, .p-sbi{
	background: url(../../images/sprites_NBbanks.png) no-repeat;
}

.p-axis{
	background-position: -1px -2px ;
	width: 102px;
	height: 30px;
}

.p-citibank{
	background-position: -151px -2px ;
	width: 69px;
	height: 30px;
}

.p-hdfc{
	background-position: -278px 0;
	width: 93px;
	height: 30px;
}

.p-icici{
	background-position: 0 -53px ;
	width: 102px;
	height: 30px;
}

.p-kotak{
	background-position: -150px -52px ;
	width: 79px;
	height: 30px;
}

.p-sbi{
	background-position: -280px -53px ;
	width: 107px;
	height: 30px;
}


.p-andhra-bank, .p-canara, .p-indian-bank, .p-indian-overseas-bank, .p-pnb, .p-union-bank{
	background: url("../../images/sprites_ccbanks.png") no-repeat;
}

.p-andhra-bank{
	background-position: 0 -1px ;
	width: 93px;
	height: 30px;
}

.p-canara{
	background-position: -159px -2px ;
	width: 93px;
	height: 30px;
}

.p-indian-bank{
	background-position: -315px 0;
	width: 93px;
	height: 30px;
}

.p-indian-overseas-bank{
	background-position: 0 -71px ;
	width: 166px;
	height: 30px;
}

.p-pnb{
	background-position: -201px -71px ;
	width: 93px;
	height: 30px;
}

.p-union-bank{
	background-position: -321px -69px ;
	width: 93px;
	height: 30px;
}

/* Thank You page new - Added by Priya*/

.thankyou-new .motor-text-success {
    color: #50b943;
}

.thankyou-new .travel-text-success {
    color: #ab218e;
}

.thankyou-new .health-text-success {
    color: #f05a00;
}

.thankyou-new .navbar-fixed-bottom .thankQ-credit {
    background: #878787;
    padding: 20px;
}

.thankyou-new .topTitle-list.thankQ li {
    position: relative;
    /*z-index: 99;*/
}

.thankyou-new .thankQ .num-bg {
    background: url(../../images/num-bg-icon.png) left center no-repeat;
    height: 27px;
    padding: 0px 20px 0px 27px;
    text-align: left;
    float: left;
    margin-top: 5px;
    margin-left: -12px;
    font-size:0;
}

    .thankyou-new .thankQ .num-bg.num-bg-1 {
        background-position: 1px 0px;
    }

    .thankyou-new .thankQ .num-bg.num-bg-2 {
        background-position: -45px 0px;
    }

    .thankyou-new .thankQ .num-bg.num-bg-3 {
        background-position: -94px 0px;
    }

.thankyou-new .done-succ span {
    background: url(../../images/done-circle.png) left center no-repeat;
    width: 64px;
    height: 63px;
    margin: 0 20px;
}

.thankyou-new .done-succ p {
    font-size: 18px;
    color: #044ea3;
    max-width: 63.66%;
    line-height: 23px;
    margin-top:5px;
}

.thankyou-new .downlod-btn ul li {
    float:right;
    padding:0 10px 10px 0;
}

.thankyou-new .downlod-btn ul li a {
    background: #ec2222;
    padding: 15px 15px;
    text-align: center;
    color: #fff;
    font: 600 16px Arial, Helvetica, sans-serif !important;
    text-decoration: none;
    min-width: 160px;
}

    .thankyou-new .downlod-btn ul li a:hover {
            background: rgba(236, 34, 34, 0.86);
    }

    .thankyou-new .downlod-btn ul li a:before {
        background: url(../../images/downlod-icon.png) left center no-repeat;
        content: "";
        padding-right: 22px;
        margin-right: 10px;
    }

.thankyou-new .thankQ-wrap {
    padding-bottom: 0;
}

.thankyou-new .innerthank-pg {
    border: 1px solid #d7d7d7;
}

.thankyou-new .innerthank-top {
    background: #eee;
}

    .thankyou-new .innerthank-top p {
        font-size: 18px;
        padding: 18px 10px;
    }

.thankyou-new .innerthank-middle {
}

    .thankyou-new .innerthank-middle .innerthank-mid-lft,
    .thankyou-new .innerthank-middle .innerthank-mid-ctr,
    .thankyou-new .innerthank-middle .innerthank-mid-rgt {
        min-height: 346px;
        float: left;
        border-right: 2px solid #e9e9e9;
        padding: 10px 0px;
        max-width: 38%;
        min-width: 25%;
    }

    .thankyou-new .innerthank-middle .innerthank-mid-lft {
        width: 38%;
    }

        .thankyou-new .innerthank-middle .innerthank-mid-lft p {
            font-size: 16px;
            color: rgba(117, 117, 117, 0.88);
            margin-top: 10px;
            padding-bottom: 0;
            font-weight: 600;
        }

        .thankyou-new .innerthank-middle .innerthank-mid-lft span {
            display: block;
            font-size: 16px;
            color: #064ba6;
            font-weight: 600;
            margin: 5px 0;
        }

        .thankyou-new .innerthank-middle .innerthank-mid-lft .poly-detail {
            background: #eeeeee;
            padding: 20px;
            text-align: center;
            margin-top: 20px;
        }

.innerthank-mid-lft .poly-detail h3 {
    color: rgba(52, 52, 52, 0.81);
    font-size: 18px;
    text-align: left;
}

.innerthank-mid-lft ul {
    padding: 0 15px;
    margin-top: 15px;
}

    .innerthank-mid-lft ul li {
        border-bottom: 2px solid #e1e1e1;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 16px;
        color: rgba(115, 115, 115, 0.85);
        font-weight: 600;
        list-style: none;
    }

        .innerthank-mid-lft ul li:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

        .innerthank-mid-lft ul li label,
        .innerthank-mid-lft ul li span {
            color: #5d5d5d !important;
            font-size: 15px;
            text-overflow: ellipsis;
            overflow: hidden;
            width: 140px;
            white-space: nowrap;
            text-align: right;
        }

.thankyou-new .innerthank-middle .innerthank-mid-lft a {
    background: url(../../images/send-mail-btn.png) left center no-repeat;
    height: 29px;
    width: 161px;
    display: block;
    margin: 0 auto;
}

.thankyou-new .innerthank-middle .innerthank-mid-ctr {
    width: 32%;
    background: #f9f9f9;
    padding: 10px 5px;
}

    .thankyou-new .innerthank-middle .innerthank-mid-ctr .or-circle {
        background: url(../../images/or-cir-icon.png) left center no-repeat;
        width: 52px;
        height: 53px;
        display:block;
        margin:0 auto;
    }

    .thankyou-new .innerthank-middle .innerthank-mid-ctr .fb-icon-btn,
    .thankyou-new .innerthank-middle .innerthank-mid-ctr .gplus-icon-btn {
        background: url(../../images/thank-fb-btn.png) left center no-repeat;
        display: block;
        height: 51px;
        margin: 10px auto;
        text-align: center;
        width: 256px;
    }

    .thankyou-new .innerthank-middle .innerthank-mid-ctr p {
        color: rgba(102, 102, 102, 0.78);
        font-size: 16px;
        text-align: center;
        font-weight: 600;
    }

    .thankyou-new .innerthank-middle .innerthank-mid-ctr .gplus-icon-btn {
        background: url(../../images/thank-gplus-btn.png) left center no-repeat;
    }

.innerthank-middle .innerthank-mid-ctr span {
    background: url(../../images/sor-cir-icon.png) left center no-repeat;
}

.thankyou-new .innerthank-middle .innerthank-mid-ctr .fb-icon-btn,
    .thankyou-new .innerthank-middle .innerthank-mid-ctr .gplus-icon-btn {
        background-size:100% auto;
        max-width:100%;
    }

.thankyou-new .innerthank-middle .innerthank-mid-rgt {
    width: 30%;
    border-right: none;
    /*background: #d1d1d1;*/
    text-align: center;
}

    .thankyou-new .innerthank-middle .innerthank-mid-rgt p {
        font-size: 35px;
        color: #969696;
        padding: 10px 0;
        margin-top: 135px;
    }

.thankyou-new .innerthank-mid-rgt img {
        max-width:100%;
        max-height:100%;
}

.thankyou-new .innerthank-bottom {
    background: #878787;
    color: #fff;
    font-size: 20px;
    padding: 20px 10px;
}

    .thankyou-new .innerthank-bottom p {
        padding-bottom: 0;
        line-height: 18px;
    }

    .thankyou-new .innerthank-bottom span {
        color: #e0e0e0;
        font-size: 18px;
    }

    .thankyou-new .topTitle-list.thankQ li {
        background: #f2f2f2;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(top, #F2F2F2 11%, #f2f2f2 11%, #f3f3f3 45%, #f2f2f2 45%, #f3f3f3 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #f2f2f2), color-stop(11%, #f2f2f2), color-stop(45%, #f3f3f3), color-stop(45%, #f3f3f3), color-stop(100%, #f3f3f3));
        background: -webkit-linear-gradient(top, #F2F2F2 11%, #f2f2f2 11%, #f3f3f3 45%, #f2f2f2 45%, #f3f3f3 100%);
        background: -o-linear-gradient(top, #F2F2F2 11%, #f2f2f2 11%, #f3f3f3 45%, #f2f2f2 45%, #f3f3f3 100%);
        background: -ms-linear-gradient(top, #F2F2F2 11%, #f2f2f2 11%, #f3f3f3 45%, #f2f2f2 45%, #f3f3f3 100%);
        background: linear-gradient(to bottom, #F2F2F2 11%, #f2f2f2 11%, #f3f3f3 45%, #f2f2f2 45%, #f3f3f3 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f3f3f3', GradientType=0);
    }

    .thankyou-new .topTitle-list.thankQ li.done a:after,
    .thankyou-new .topTitle-list.thankQ li.done.active a:after {
        background: url(../../images/done-green.png) left center no-repeat;
        width: 21px;
        height: 13px;
        right: -5px;
    }


    /* Login Page New Created by Priya on 9/2/2016 */

#transaction-tabs .login-new h2.tab-heading {
    color: #034da2;
    border-bottom: none;
    font-size: 26px;
    padding-bottom:0;
}

#transaction-tabs .login-new h3 {
    color: #2f2f2f;
    font-size: 18px;
    font-weight: normal;
}

#transaction-tabs .login-new .login-lft,
#transaction-tabs .login-new .login-rgt {
    box-shadow: -7px 8px 1px 0px #ddd;
    margin-left: 10px;
}

#transaction-tabs .login-new .login-lft .login-inner,
#transaction-tabs .login-new .login-rgt .login-inner {
    background: #ececec;
    padding: 15px;
    min-height:176px;   
}

    #transaction-tabs .login-new .login-inner .form-group {
        margin-bottom:10px;
    }

#transaction-tabs .login-new .login-ctr {
    margin:90px 0;
}

#transaction-tabs .login-new .login-inner-head {
    background: #b0b0b0;
    padding: 15px;
}

#transaction-tabs .login-new .login-inner-head h3 {
    color:#fff;
    font-size:20px;
}

#transaction-tabs .login-new .login-lft input[type="submit"] {
    background:#ec2222 !important;
    text-align:center;
    font-size:14px;
    height:40px;
    border-color:transparent !important;
    width:100%;
}

#transaction-tabs .login-new .login-lft input[type="submit"]:hover,
#transaction-tabs .login-new .login-lft input[type="submit"]:active,
#transaction-tabs .login-new .login-lft input[type="submit"]:focus {
    background:#ea2423 !important;
    border-color: #a73f40 !important;
    outline:none !important;
}

#transaction-tabs .login-new .login-ctr h2,
#transaction-tabs .login-new .login-or-img h2 {
    background: url(../../images/or-cir-icon.png) left center no-repeat;
    width: 52px;
    height: 53px;
    display:block;
    margin:0 auto;
    text-indent: 999em;
    padding-left:0;
}

#transaction-tabs .login-new .login-rgt .login-inner .login-fb, 
#transaction-tabs .login-new .login-rgt .login-inner .login-ggl {  
    background: url(../../images/login-btn-fb.png) left center no-repeat;
    /*background-size:100% 100%;*/
    display: block;
    height: 51px;
    margin: 10px auto;
    text-align: center;
    width: 326px;
    text-indent: 999em;
    float:none;
}

#transaction-tabs .login-new .login-rgt .login-inner .login-ggl {
    background: url(../../images/login-btn-gplus.png) left center no-repeat;
    /*background-size:100% 100%;*/
}

#transaction-tabs .login-new .login-or-img {
    margin:40px 0;
}

#transaction-tabs .login-new .txt-frdmove h3 {
    color: #656565;
    font-size: 22px;
    font-weight: 500;
}

#transaction-tabs .login-new .txt-frdmove h3 span.text-primary {
    color: #0c4c8a;
}

@media (min-width: 768px) and (max-width: 981px) {
    #transaction-tabs .login-new .login-rgt .login-inner .login-fb,
    #transaction-tabs .login-new .login-rgt .login-inner .login-ggl {
        width:auto;
    }
}

@media (min-width: 768px) {
    #transaction-tabs .login-new .login-lft,
    #transaction-tabs .login-new .login-rgt {
        width:40%;
    }
}

@media (max-width: 640px) {
    #transaction-tabs .login-new .login-lft, 
    #transaction-tabs .login-new .login-rgt {
        margin-left:0;
    }
}

@media (max-width: 361px) {
    #transaction-tabs .login-new .login-rgt .login-inner .login-fb,
    #transaction-tabs .login-new .login-rgt .login-inner .login-ggl {
        background-size:100% 100%;
        width:236px;
    }
}
/* End Login New Page */


@media (max-width: 768px) {
    .thankyou-new .innerthank-bottom p {
        line-height:inherit !important;
    }
}

@media (min-width: 640px) and (max-width: 981px) {
    .innerthank-mid-lft ul li label,
    .innerthank-mid-lft ul li span {
        width:89px;
    }
}

@media (min-width: 481px) and (max-width: 981px) {
    .thankyou-new .downlod-btn ul li a {
        font-size:12px !important;
    }

    .thankyou-new .innerthank-middle .innerthank-mid-lft p,
    .thankyou-new .innerthank-middle .innerthank-mid-lft span,
    .thankyou-new .innerthank-middle .innerthank-mid-ctr p,
    .innerthank-mid-lft ul li {
        font-size:12px;
    }

    .innerthank-mid-lft .poly-detail h3 {
        font-size:16px;
    }

    .innerthank-mid-lft ul li label,
    .innerthank-mid-lft ul li span {
        font-size:13px;
    }
}

@media (max-width: 480px) {
    .thankyou-new .thankQ .num-bg {
        background:none;
        font-size:14px;
        padding:4px 0 0 0;
        margin-left:0;
    }

    .thankyou-new .topTitle-list li a, .thankyou-new .topTitle-list li > span {
        text-indent:inherit;
        font-size:12px;
        width:90%;
        padding:10px 0 0 8px;
    }

    .thankyou-new .topTitle-list.thankQ li.done a:after,
    .thankyou-new .topTitle-list.thankQ li.done.active a:after {
        background-size:65%;
        height:15px;
    }

    .thankyou-new .downlod-btn ul li {
        float:left;
    }

    .thankyou-new .downlod-btn ul li a {
        font-size:12px !important;
    }

    .thankyou-new .innerthank-mid-lft,
    .thankyou-new .innerthank-mid-rgt,
    .thankyou-new .innerthank-mid-ctr {
        width:100% !important;
        max-width:100% !important;
    }
}

@media (max-width: 360px) {
    .innerthank-mid-lft ul li label,
    .innerthank-mid-lft ul li span {
        width:89px;
    }
}