body {
	background: #f8f8f8;
}

.clear {clear: both;}

.header {
	border-bottom: 1px solid #ccc;
}

.back-button, .cancle-button {
	background: #fff;
	border: 1px solid #ccc;
	height: 40px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    width: 202px;
    margin: 0 auto;
}

.cancle-button {
	float: left;
}


nav {float: left;
	background: none;
	margin-left: 10px;
}

nav a {
	text-transform: uppercase;
}

nav ul li a {
	color: #0071b1;
}


.ui-selectmenu-menu {
	z-index: 9999999;
}

.group-select .checkbox-group {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 16px;
    font-size: 14px;
}


.group-select .checkbox-group .selected-button {
    color: #fff;
    background-color: #0071b1;
    font-weight: bold;
    display: none;
}

.group-select .checkbox-group input[type=radio]:checked ~ label span.selected-button {
    display: inline-block;
}

.two-col {

    display: inline-block;
    position: relative;
    width: 100%;
}


.group-select .checkbox-group .selected-button:hover {
    background-color: #00a3d9;
}

.checkbox-group p {color: #333;}

.vehicle-form .group-select {
	background: #eee;
	border-radius: 5px;
	padding: 10px;
}

/* .header-nav li.header-register a {
	text-transform: uppercase;
	line-height: 36px;
}


.header-register {
	border: 2px solid #0071b1;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 10px;
} */

.container1 {
	max-width: 1024px;
	margin:0px auto;
}



.content-wrapper {
	width: 100%;
    padding: 8px 0px;
}

.form-wrapper.no-radius {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.bnpm-steps {
	position: relative;
}

.bnpm-steps li.bnpm-steps-one,  .bnpm-steps li.bnpm-steps-two, .bnpm-steps li.bnpm-steps-three{
	width: 33.33%;
}

.top-header {
	text-align: center;
}

.top-header h2 {
	margin-bottom: 0;
}

.top-process {
	width: 100%;
	float: left;
	
	margin-top: 30px;
}

.top-process h3 {
}

.home-icon {
    position: absolute;
    z-index: 99999;
    font-size: 34px;
    /* margin: 0px 8px; */
    border-right: 1px solid #b0bec5;
    padding: 0px 9px;
}

.home-icon i { color:#fff;}

.home-icon img {
	width: 30px;
}

.top-process ul {
	display: block;
}

.top-process ul li {

	float: left;
	width: 14.22%;
	text-align: center;
	
}

.top-process ul li a {
	padding-top: 10px;
	padding-bottom: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	font-weight: bold;
	display: block;
	background: url(../img/icon/border.png) 100% 0 repeat-y;
	min-height: 54px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.top-process ul li.first {
	background: url(../img/icon/border.png) 0 0 repeat-y;
}

.top-process li.active a {
	background: #0071b1;
	color: #fff;
}

.form-wrapper {
	float: left;
	font-size: 14px;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e7e7e7;
}
.form-wrapper-prd {
    float: left;
    font-size: 12px;
    padding: 5px 0px; 
    background: #fff;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
}

.form-wrapper.no-bg {
	background: #fff;
}


.form-wrapper label {
	float: left;
}

.form-wrapper h3 i {
	float: right;
}

.form-wrapper h3 {
	font-size: 14px;
	font-weight: bold;
	color: #0071b1;
	padding: 0;
	margin: 0;
	position: relative;
}

.form-wrapper ul li {
	float: left;
	width: 50%;
	padding: 15px;
}

.form-wrapper ul li label {
	margin-bottom: 5px;
	color: #0071b1;
	font-weight: 300;
	position: relative;
}

.form-wrapper ul li.full {
	width: 100%;
}

.search-made {
	float: left;
	width: 100%;
}

.search-made input {
	float: left;
	width: 90%;
}



.search-made a.primary-button {
	float: right;
	width: 10%;
	height: 32px;
	background: url(../img/icon/search.png) 100% 0 no-repeat;
}


/* .form-wrapper ul li:nth-child(even) {
	padding-right: 0;
}

.form-wrapper ul li:nth-child(odd) {
	padding-left: 0;
} */

.form-wrapper ul li input {
	border-radius: 5px;
	border: 0.0625rem solid #b3b3b3;
}

.form-wrapper .ui-selectmenu-button {
	border-radius: 5px;
	background: #fff;
	padding-left: 20px;
	font-size: 14px;
	padding-right: 20px;
	width: 100%;
	border: 0.0625rem solid #b3b3b3;
}
.form-wrapper .ui-selectmenu-button:focus {
  text-decoration: none;
  cursor: pointer;
  border: 0.09rem solid #0071b1;
  position: relative;
  display: inline-block;
  }
/******** For Drop Down selection menu, background color for keyBoard Focus-Starts **********/	
.ui-state-active {
	background: #eeeeee;
	}
/******** For Drop Down selection menu, background color for keyBoard Focus-Ends **********/	
.ui-selectmenu-button .ui-selectmenu-icon {
	right: 10px;
}


.form-wrapper ul li .calender-section 
{
	  position: relative;
	  color: #aaa;
	  font-size: 16px;
	   
}
								
.form-wrapper ul li .calender-section .calender {
  position: absolute;
  right: 5px;
  top: 30px;
}
	
.form-wrapper ul li .calender {
	display: inline-block;
	width:32px;
	height:32px;
	
}
	
.calender {
	background-image:url(../img/icon/calendar.png);
		background-repeat:no-repeat;
		cursor:pointer;
		background-size: 30px 30px;
		
}


.form-wrapper ul li .search-section 
{
	  position: relative;
	  color: #aaa;
	  font-size: 16px;
	   
}
								
.form-wrapper ul li .search-section .search {
  position: absolute;
  right: 5px;
  top: 30px;
}
	
.form-wrapper ul li .search {
	display: inline-block;
	width:32px;
	height:32px;
	
}
	
.search {
	background-image:url(../img/icon/search_icon.png);
		background-repeat:no-repeat;
		cursor:pointer;
		background-size: 30px 30px;
		
}


.form-wrapper .bnpm-form .radio-vehicle {
	margin-bottom: 0;
}

.form-wrapper ul li input.search {
	background: url(../img/icon/search.png) #fff 98% 50% no-repeat;
	background-size: 30px 30px
}


/* .form-wrapper .bnpm-drivers {
	max-width: 557px;
	float: left;
	background: #fff;
}

.form-wrapper .bnpm-drivers-tr {
	border-bottom: 1px solid #ccc;

}

.form-wrapper .bnpm-drivers-tr .input-group label {
	margin-top: 0;
	font-size: 14px;
}

.form-wrapper .bnpm-drivers-tr .drivers-icno {
	padding-right: 0;
}

.form-wrapper .bnpm-drivers-tr.edit input, .bnpm-drivers-tr.add input {
	border-radius: 5px;
	border: 0.0625rem solid #b3b3b3;
}

.form-wrapper .bnpm-drivers .drivers-list-desc {
	font-size: 14px;
} */

.input-group.success:after {
	right: 10px;
}

/* .primary-button {
	background: #0071b1;

} */

.button {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}


.content-wrapper > h2 {
	font-size: 16px;
	color: #0071b1;
	font-weight: bold;
}

.content-wrapper > h4 {
	font-size: 14px;
	margin: 0;
	font-weight: normal;
}

.plan-wrapper {
	/* margin-top: 50px; */
	padding-left:50px;

}



.plan-wrapper ul li {
	float: left;
	/* width: 30%; */
	/* width: 32.6%; *//* DS */
	border-radius: 20px;
	background: #fff;
	border: 1px solid #e7e7e7;
	padding: 20px 27px;
}


.plan-wrapper .owl-item ul li:last-child {
    margin-right: 0px;
}
.plan-wrapper ul li {
	/* margin-right: 1.5% */
	margin-right: 1% ;/* DS  */
}


.plan-wrapper ul li h2 {
	text-align: center;
}


.plan-wrapper ul li h2 {
	    font-size: 1.2em;
	color: #0071b1;
	
}

.plan-wrapper ul li .plan-price {
	padding: 10px 0;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	/* min-height: 175px; */
}

.plan-wrapper ul li .plan-price span {
	font-size: 1.5em;
	color: #0071b1;
	font-weight: bold;
	margin-bottom: 10px;
	float: left;
	
}

.plan-wrapper ul li .plan-price span.price {
	width: 60%;
}


.plan-wrapper ul li .plan-price span.btn {
	width: 40%;
}

.plan-wrapper ul li .plan-price p {
	font-size: 13px;
	line-height: normal;
	    clear: both
}

.plan-benefits {
	float: left;
	width: 100%;
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
}

.car-select {
	margin-bottom: 10px;
}

.car-select .fl {width: 50%;}


.car-select .fr {
	float: right;
}

.plan-benefits h3 {
	font-size: 14px;
	color: #333333;
	text-align: right;
}

.plan-benefits ul {
	margin-top: 30px;
}

.plan-benefits ul li {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
	border: 0;
}

.plan-benefits-color ul li {
	color: #0071b1;	
}	

.plan-benefits ul li p {
	float: left;
	width: 101%;
	font-size: 14px;

}

.plan-benefits ul li .action {
	float: left;
	width: 30%;
	text-align: right;
	position: relative;
}

.plan-benefits ul li .action i {
	font-size: 22px;
	margin-left: 10px;
}

.plan-benefits ul li .action .fa-check-circle{
	color: #009966;
}

.plan-benefits ul li .action .fa-question-circle{
	color: #0071b1;
}

.plan-benefits .info-tooltip {
	left: -130px !important;
}

.plan-benefits .info-tooltip span {
	left: 160px !important;
}

.plan-benefits .info-tooltip p {
	width: 100%;
	text-align: left;
}

.plan-wrapper .primary-button {
	background: #0071b1;
}

 .hide-desktop {
	display: none !important;
}

.hide-mobile {
	display: block !important;
} 


.two-col .left {
	float: left;
	width: 60%;
}

.two-col .left .form-wrapper ul li{
	width: 100%;
}

.two-col .right {
	float: left;
	width: 40%;
}

.two-col .left .form-wrapper .driver ul li{
	width: 50%;
}

.left .addons-market-value {
	font-size: 40px;
	margin-bottom: 50px;
}

.top-border {
	border-top: 1px solid #ccc;
}

.top-border a {

}

.bottom-border {
	border-bottom: 1px solid #ccc;
}

.main-color {
	color: #0071b1;
}

.list-with-button.no-top-border {
	border-top: 0;
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.textAlignNm:before {
	margin-left: -28px;
	margin-right: 1px !important;
}
.textAlignNm {
	padding-left: 24px;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #0071b1;
    color: #fff;
}



.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}

.small-font{
	font-size: 12px;
}


.form-wrapper ul li:nth-child(odd).list-with-button, .form-wrapper ul li:nth-child(even).list-with-button {
	padding: 15px;
}

.add-on .form-wrapper ul li:nth-child(odd), .add-on .form-wrapper ul li:nth-child(even) {
	padding: 15px;
}

.list-with-button {
	border-top: 1px solid #ccc;
	padding: 15px;
}



.list-with-button .left {
	float: left;
	width: 50%;
}
.list-with-button .right {
	float: left;
	width: 50%;
}

.add-on .bnpm-form .radio-vehicle .radio-group {
	width: 100%;
} 

.add-on .bnpm-form .radio-vehicle .radio-group label {
}

.add-on .bnpm-form .radio-vehicle .radio-group label span {
	max-width: 100%;
}

.add-on .two-col .right .summary-right {
	
	float: right;
	margin: 0;
	border-radius: 10px;
	background: #eff2f6;
}

.add-on .two-col .right .section-right{
	background: #eff2f6;
	border: none;
	font-size: 14px;
	box-shadow : none;
	border: 1px solid #e7e7e7;
	display: block;
}

.summary-right {
	width: 95%;
}

.add-on .two-col .right .section-right h3 {
	font-size: 14px;
}

.add-on .two-col .right .section-right .section-right-button {
	padding: 15px;
	text-align: center;
	padding-top: 0;
}


.add-on .two-col .right .section-right .section-right-button button {
	width: 80%;
	margin-top: 10px;
	text-align: center;
	float: none;
}

.add-on .two-col .right .section-right .section-right-total  {
	padding: 15px;
}

.add-on .two-col .right .section-right .section-right-total label {
	padding: 0;
	line-height: 38px;
	width: 50%;
}

.add-on .two-col .right .section-right .section-right-total div {
	text-align: right;
}

.note label {
	color: #333333 !important;
	font-size: 12px;
	text-transform: uppercase;
}



 .notes1 label {
	color: #333333 !important;	
	font-weight: 300;
}

p.tnc {
	color: #333333 !important;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.two-col .left .form-wrapper ul li.no-padding {
	padding-top: 0;
	padding-bottom: 0;
}

.summary2 .list-with-button .right {
	text-transform: uppercase;
}

.summary2.add-on .two-col > .right .section-right .section-right-button >div  {
	float: left;
	margin-bottom: 10px;
	text-align: left;
}



p.red {color:red;}

.add-on label {
	float: left;
	width: 100%;
}

.add-on .slider {
	float: left;
	width: 100%;
	margin-top: 0px;
	padding-bottom: 16px;
	padding-top: 5px;
}


.irs-line {
	overflow: visible;
}

.irs-from, .irs-to, .irs-single {
	background: #0071b1;
	top: -20px;
	font-size: 22px;
}

.irs-from:after, .irs-to:after, .irs-single:after {
	border: 3px solid transparent;
	border-top-color: #0071b1;
}

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-slider {
    background: url(../../slider/img/sprite-skin-flat.png) repeat-x;
}

.addons-info.addons-coverage {
	margin-bottom: 0;
	border-top: 1px solid #ccc;
}

.addons-info.addons-coverage .input-group {
	border-top: 0;
	clear: none;
	height: auto;
}

.addons-info.addons-coverage .input-group.buttons {
	padding-top: 0;
}

.addons-info.addons-coverage .input-group.buttons button {
	width: auto;
}


/*Modal*/

.modal-header {
	padding: 0 10px;
}

.modal-header h4 {
	float: left;
	font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0;
    margin-top: 10px;
}


.modal-header button {
	float: right;
	margin: 10px;
}


.modal-body label {
	font-size: 14px;
	margin-bottom: 5px;   	
}

.modal-body input[type="text"],input[type="password"] {
	border-radius: 5px;
    border: 0.0625rem solid #b3b3b3
}

.modal-body input {

}

.optional-related-insurance .addons-details {
	padding:0;
	border: 0;
	box-shadow: none;
}

.optional-related-insurance .addons-details td {
	font-size: 14px;
}

.optional-related-insurance.form-wrapper .addons-details td label {
	float: none;
}

.Travel-form .Travel-servicing input, select {
    background-color: #f1f6f9;
}

.Travel-form input, select {
    -webkit-appearance: none;
    background-color: #f1f6f9;
    font-size: 12px;
    height: 43px;
    min-width: 100%;
    border: 0px;
    border-radius: 7px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-weight: 600;
}

.bnpm-form .radio-vehicle .radio-group label span {
	max-width: 100%;
}

.table-class {
	border: 1px solid #bfc9d2;
	width: 100%;
}

.table-class tr {
border: 1px solid #bfc9d2;

}

.table-class tr td {
	float: left;
	width: 50%;
	padding: 10px;
	border-right: 1px solid #bfc9d2;	
	border-left: 1px solid #bfc9d2;
}

.table-class tr td:last-child {
    border-right: 0;
}


.table-class tr:nth-child(odd) {

	background: #e6f0fa;
}

.owl-carousel {
	display: block !important;
}



@media (max-width: 767px) {

	.two-col .left .form-wrapper .driver ul li{
		width: 100%;
	}
	
	.sub-list .col2 {
    width: 40% !important;
	}
	.sub-list .col1 {
    width: 60% !important;
	}
	
	.col1-width-md {width: 100% !important; }

	/* For Dppa Mcpa Mobile view */
	.add-oc-l {
		width: 100% !important;
		display: inline-block;
		    font-weight: bold;
	}
	.add-oc-r {
		width: 100% !important;
		display: inline;
	}
	/* For Dppa Mcpa Mobile view */
	
	section {
		padding: 58px 10px 0px !important;
	}

	.hide-mobile {
		display: none !important;
	}

	.hide-desktop {
		display: block !important;
	}


	.top-process ul li a {
		line-height: normal;
		font-size: 10px;
		text-transform: none;
		font-weight: normal;
	}

	.top-process ul li a {
		min-height: 55px;
	}

	.content-wrapper { 
		/*padding: 10px !important;*/
		    display: inline;
	}

	.form-wrapper ul li {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	
	/* .form-wrapper ul li:nth-child(even){
		padding-right: 0;
	}

	.form-wrapper ul li:nth-child(odd){
		padding-left: 0;
	} */

	.form-wrapper .bnpm-form .radio-vehicle .radio-group {
		width: 100%;
		margin: 0;
		margin-bottom: 5px;
	}



	.plan-wrapper ul li {
		width: 100%;
		margin-bottom: 30px;
	}

	.plan-wrapper ul li .plan-price span {
		width: 100%;
	}


	.owl-controls {
		position: absolute;
		top: 50%;
		left: 0;
		right:0;
		
		

	}

	.owl-controls .owl-buttons div {
		position: absolute;
		top:0;
		bottom: 0;
		display: inline-block;
		zoom: 1;
		margin: 0;
		width: 50px;
		height: 50px;
		line-height: 45px;
		text-align: center;
		font-size: .9em;
		border-radius: 3px;
		color: #FFF;
		/* background: #000; */
		opacity: .8;
		text-transform: capitalize;
	} 
	
.owl-theme .owl-controls .owl-buttons div {

    margin-top: -48px;
}

	.owl-controls .owl-buttons div.owl-prev {
		left: -12px;
	}

	.owl-controls .owl-buttons div.owl-next {
		right:-13px;
	}

	.two-col > .left {
		width: 100%;
	}

	.button input {
		float: right;
		margin-bottom: 10px !important;
		width: 100% !important;
		margin-left: 0 !important; 
	}

	.two-col .right {
		width: 100%;
		margin-bottom: 30px;
	}

	.add-on .two-col > .right .summary-right {
		width: 100%;
	}

	.addons-info.addons-coverage .input-group.buttons {
		width: 50%;
		margin-bottom: 0;
	}


	.summary2 .list-with-button .right {
		width: 50%;
		margin-bottom: 0;
	}

	.section-right-total label {
		float: left;
		width: auto;
	}

	.section-right-total > div {
		float: right;
	}

	.fixed-steps {
		top: 48px; /*---------Mobile alignment----------*/
		min-height: auto;
	}
	
	.home-icon {
   display: none;
    }
    
   /*  .home-icon {
    position: absolute;
    z-index: 99999;
    font-size: 16px;
    margin: 0px 8px;
    border-right: 1px solid #579bbd;
    padding: 13px 9px;
} */


.bnpm-steps li.step2.bnpm-steps-one, .bnpm-steps li.step2{
    width: 26%;
    padding-left: 26px;
}
	.top-process {
		margin-top: 0;
	}

	section.add-on, section.summary {
		padding: 95px 0;
	}

	.show .section-right-button {
		display: block !important;
	}

	.section-right-button {
		float: left;
		width: 100%;
		padding: 0 10px 10px 10px;

	}

	.section-right-button button {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.button {
		padding: 10px;
	}

	.list-with-button .right {
		width: 50%;
		text-align: right;
		margin-bottom: 0;
	}

	.search-made input {
		width: 80%;
	}

	section.add-on .top-header {
		margin-top: 60px;
	}

	.form-wrapper.no-radius {
		border-radius: 10px;
	}


	.bnpm-steps li.step3.bnpm-steps-three span {
		font-size: 10px;
	}
.add-on .form-wrapper ul li:nth-child(odd), .add-on .form-wrapper ul li:nth-child(even) {
    padding: 5px 0;
}
}


.road-tax-left-txt{
    padding: 10px 0px;
}

.road-tax-right-txt b input{
     border:none !important;
         padding-left: 0;
}


/* For Dppa Mcpa premium alignment */
.add-oc-l {
	width: 30%;
	display: inline-block;
}

.add-oc-r {
	width: 70%;
	display: inline;
}

.dppa-rebate {
    width: 65px !important;
    color: red;
    font-weight: bold;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    min-height: 0.4375rem !important;
}

.dppa-rebate1 {
	width: 85px !important;
	color: red;
	font-weight: bold;
	padding-top: 5px !important;
	margin-bottom: 0px !important;
}

.dppa-gst {
    width: 65px !important;
    color: #333;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    min-height: 0.4375rem !important;
}

.dppa-gst1 {
	width: 85px !important;
	color: #333;
	padding-top: 5px !important;
	margin-bottom: 0px !important;
}

.dppa-datestyle {
	width: 155px !important;
	padding-top: 5px !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.dppa-autoprem {
	font-weight: bold;
	width: 81px !important;
	padding-top: 5px !important;
	margin-bottom: 0px !important;
}

/* For Dppa Mcpa premium alignment */

@media only screen and (max-width: 767px){
nav .homeiconmb{
    display: none;
    height: auto;
    padding: 49px 0 0;
    background: #fff ! important;
    height: 675px;
    z-index: 999998;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    width:100% ! important;
}
nav{ background: #fff ! important;}
.homeiconmb ul .header-sidebar ul.menu-sidebar {
    display: inline-block;
    padding: 4px 0 8px;
    border-bottom: none;
    float: left;
    width: 100% !important;
}
.mb-top{margin-top: 0px;}
.mb-toppay{margin-top: 53px;}
.mb-topup{margin-top: 0px;} 
.pay-btnmb{margin-right: 0px !important; }
.print-btn{
	margin-right: 0px !important;
    float: right;    
    padding-top: 10px;
}
.rdtxt-lbl{line-height: 25px !important;}
}
@media only screen and (max-width: 600px){
.vh-pd{padding-left: 0px;}
.mb-top{margin-top: 115px;}
.mb-top-mbl{margin-top: 170px !important;}
.nm-mb-top{margin-top: 115px;}
.nm-mb-top-mbl{margin-top: 160px !important;}
.mb-topup{margin-top: 70px;} }
@media only screen and (min-width: 601px){
.vh-pd{padding-left: 14px;} }
@media only screen and (min-width: 768px){
.pay-btnmb{margin-right: 10px !important;}
.print-btn{
	margin-right: 10px !important;
    float: right;    
    padding-top: 10px;
}
.vh-pd{padding-left: 14px;}
.rdtxt-lbl{line-height: 54px  !important;}
}


.expressRenewal-h2 {margin: 10px 0 14px;color: #006198; }


.my-policy-notification-2 {
  background: #ffffef;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0px 2px 0px -1px rgba(192, 192, 192, 0.85);
  -moz-box-shadow: 0px 2px 0px -1px rgba(192, 192, 192, 0.85);
  box-shadow: 0px 2px 0px -1px rgba(192, 192, 192, 0.85);
  padding: 15px 60px 18px 25px;
  font-size: 14px;
  color: #828282;
  position: relative;
  margin-bottom: 6px;
  line-height: 20px;
}
.my-policy-notification-2 a {
  font-weight: bold;
}
.my-policy-notification-2 a:hover {
  color: #0099ff;
}
.my-policy-notification-2 i {
  position: absolute;
  top: 19px;
  right: 15px;
  cursor: pointer;
}

.express-error-box{
	text-align: center;
    margin: 0px;
    max-width: 50%;
    min-width: 318px;
    transform: translate(-50%, 11%);
    left: 50%;
    top: 50%;
    position: relative;
    display: block;
    margin-bottom: 25px;
}

/*for Hire purchase*/

.hire-dropdown-l{padding-top: 26px !important;}
.hire-dropdown-r{padding-top: 0px !important;}

/*for Hire purchase*/
-----------------------------
/*for Add Driver Name*/
#driverDetailsGrid ul li label{ float: none;}
@media only screen and (max-width: 767px) {.total-rm{width:auto% !important;}}
@media only screen and (min-width: 768px) {
 .total-rm{width:30% !important;}}
 
.search-new-btn{ 
     position: relative;
    top: -70px;
    border-radius: 0;
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border: 0px solid #b3b3b3;
}
 /*~~~~~~~~~~~~~~~~Radio-Custom Start~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.radio-custom {
    opacity: 0;
    position: absolute;   
}

.radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.radio-custom-label {
    position: relative;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #206fa7;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 0px;
    margin-right: 10px;
    text-align: center;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #0071b1;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}


/*~~~~~~~~~~~~~~~~Radio-Custom End~~~~~~~~~~~~~~~~~~~~~~~~~~*/



#driverDetailsGrid ul li label{ float: none;}	\
/* P10 */
.p10-note{
color: grey;
display: inline-block;
font-size: 13px;
color: grey;
display: inline-block;
font-size: 13px;
text-align:justify;
}
.back-White{
	background: white;
    height: 100%;
    width: 100%;
    display: inline-block;
    padding-left: 10px;
	border: 1px solid #e7e7e7;
    border-radius: 10px;
    margin-bottom: 20px;
}	
/* P10 */
/*engine chassis edit */

.form-wrapper ul li .search-edit 
{
	  position: relative;
	  color: #aaa;
	  font-size: 16px;
	   
}
								
.form-wrapper ul li .edit-section .edit {
  position: absolute;
  right: 0px;
  top: 36px;
}
	
.form-wrapper ul li .edit {
	display: inline-block;
	width:32px;
	height:32px;
	
}
	
.edit {
	background-image:url(../img/icon/edit-icon.png);
		background-repeat:no-repeat;
		cursor:pointer;
		background-size: 20px 20px;
		
}


.form-wrapper ul li input.edit {
	background: url(../img/icon/edit-icon.png) #fff 98% 50% no-repeat;
	background-size: 20px 20px
}
/*engine chassis edit */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/**********new table resvariant**************/
.resvariant-table {
    width: 100%;
    margin-bottom: 1.5em;
    background: #f2f7fb;
}
@media (min-width: 48em) {
    .resvariant-table {
        font-size: 10px;
    }
}
@media (min-width: 62em) {
    .resvariant-table {
        font-size: 12px;
    }
}
.resvariant-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
@media (min-width: 48em) {
    .resvariant-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }
}
.resvariant-table thead th {
    /* background-color: #085AB1; */
    /* border: 1px solid #2179BB; */
    font-weight: normal;
    text-align: center;
    color: black;
    font-size: 17px;
    font-weight: bold;
}
.resvariant-table thead th:first-of-type {
    text-align: left;
}
.resvariant-table tbody,
.resvariant-table tr,
.resvariant-table th,
.resvariant-table td {
   /*  display: -webkit-inline-box;
    padding: 0;
    text-align: left;
    white-space: normal; */
    display: block;
    padding: 0;
    text-align: left;
   /*  white-space: normal; */
       page-break-after: auto;
    
}
@media (min-width: 48em) {
    .resvariant-table tr {
        display: table-row;
        /* border: 1px solid #8BB1DA; */
        border-bottom: 1px solid #c7c7c7;
    }
}
.resvariant-table th,
.resvariant-table td {
    padding-left: 50%;
    vertical-align: middle;
    margin: 24px  0px;
    /*height: 31px;*/
}

.resvariant-table td img{ margin-left:0px;}
.retrive-img {display: -webkit-inline-box;}

@media (min-width: 30em) {
    .resvariant-table th,
    .resvariant-table td {
        padding: .75em .5em;
    }
}
@media (min-width: 48em) {
    .resvariant-table th,
    .resvariant-table td {
        display: table-cell;
        padding: .5em;
    }
}
@media (min-width: 62em) {
    .resvariant-table th,
    .resvariant-table td {
        padding: .75em .5em;
    }
}
@media (min-width: 75em) {
    .resvariant-table th,
    .resvariant-table td {
        padding: .75em;
    }
}
.resvariant-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
@media (min-width: 48em) {
    .resvariant-table caption {
        font-size: 1.5em;
    }
}
.resvariant-table tfoot {
    font-size: .8em;
    font-style: italic;
}
@media (min-width: 62em) {
    .resvariant-table tfoot {
        font-size: .9em;
    }
}
@media (min-width: 48em) {
    .resvariant-table tbody {
        display: table-row-group;
    }
}
.resvariant-table tbody tr {
    margin-bottom: 1em;
    border-bottom: 2px solid #dadada;
}
@media (min-width: 48em) {
    .resvariant-table tbody tr {
        display: table-row;
        border-width: 1px;
    }
}
.resvariant-table tbody tr:last-of-type {
     margin-bottom: 10PX;

}
@media (min-width: 48em) {
    .resvariant-table tbody tr:nth-of-type(even) {
        background-color: rgba(94, 93, 82, 0.1);
    }
}
.resvariant-table tbody th[scope="row"] {
    background-color: #0067B4;
    color: white;
}
@media (min-width: 48em) {
    .resvariant-table tbody th[scope="row"] {
        background-color: transparent;
        color: #5e5d52;
        text-align: left;
    }
}
.resvariant-table tbody td {
    text-align: left;
    .resvariant-table {
        width: 100%;
        margin-bottom: 1.5em;
    }
    @media( min-width: 48em) {
        .resvariant-table {
            font-size: .9em;
        }
    }
    @media( min-width: 62em) {
        .resvariant-table {
            font-size: 1em;
        }
    }
    .resvariant-table thead {
        position: absolute;
        clip: rect(1px 1px 1px 1px);
        /* IE6, IE7 */
        
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }
    @media( min-width: 48em) {
        .resvariant-table thead {
            position: relative;
            clip: auto;
            height: auto;
            width: auto;
            overflow: auto;
        }
    }
    .resvariant-table thead th {
        background-color: #1d96b2;
        border: 1px solid #1d96b2;
        font-weight: normal;
        text-align: center;
        color: white;
    }
    .resvariant-table thead th:first-of-type {
        text-align: left;
    }
    .resvariant-table tbody,
    .resvariant-table tr,
    .resvariant-table th,
    .resvariant-table td {
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
    }
    @media( min-width: 48em) {
        .resvariant-table tr {
            display: table-row;
        }
    }
    .resvariant-table th,
    .resvariant-table td {
        padding: .5em;
        vertical-align: middle;
    }
    @media( min-width: 30em) {
        .resvariant-table th, .resvariant-table td {
            padding: .75em .5em;
        }
    }
    @media( min-width: 48em) {
        .resvariant-table th, .resvariant-table td {
            display: table-cell;
            padding: .5em;
        }
    }
    @media( min-width: 62em) {
        .resvariant-table th, .resvariant-table td {
            padding: .75em .5em;
        }
    }
    @media( min-width: 75em) {
        .resvariant-table th, .resvariant-table td {
            padding: .75em;
        }
    }
    .resvariant-table caption {
        margin-bottom: 1em;
        font-size: 1em;
        font-weight: bold;
        text-align: center;
    }
    @media( min-width: 48em) {
        .resvariant-table caption {
            font-size: 1.5em;
        }
    }
    .resvariant-table tfoot {
        font-size: .8em;
        font-style: italic;
    }
    @media( min-width: 62em) {
        .resvariant-table tfoot {
            font-size: .9em;
        }
    }
    @media( min-width: 48em) {
        .resvariant-table tbody {
            display: table-row-group;
        }
    }
    .resvariant-table tbody tr {
        margin-bottom: 1em;
        border: 2px solid #1d96b2;
    }
    @media( min-width: 48em) {
        .resvariant-table tbody tr {
            display: table-row;
            border-width: 1px;
        }
    }
    .resvariant-table tbody tr:last-of-type {
        margin-bottom: 0;
    }
    @media( min-width: 48em) {
        .resvariant-table tbody tr: nth-of-type(even) {
            background-color: rgba(94, 93, 82, 0.1);
        }
    }
    .resvariant-table tbody th[ scope="row"] {
        background-color: #1d96b2;
        color: white;
    }
    @media( min-width: 48em) {
        .resvariant-table tbody th[scope="row"] {
            background-color: transparent;
            color: #5e5d52;
            text-align: left;
        }
    }
    .resvariant-table tbody td {
        text-align: right;
    }
    @media( min-width: 30em) {
        .resvariant-table tbody td {
            border-bottom: 1px solid #1d96b2;
        }
    }
    @media( min-width: 48em) {
        .resvariant-table tbody td {
            text-align: center;
        }
    }
    .resvariant-table tbody td[ data-type currency] {
        text-align: right;
    }
    .resvariant-table tbody td[ data-title]:before {
        content: attr(data-title);
        float: left;
        font-size: .8em;
        color: rgba(94, 93, 82, 0.75);
    }
    .resvariant-table td[ data-title]:before {
        position: absolute;
        padding: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    @media( min-width: 30em) {
        .resvariant-table tbody td[data-title]:before {
            font-size: .9em;
        }
    }
    @media( min-width: 48em) {
        .resvariant-table tbody td[data-title]:before {
            content: none;
        }
    }
 
}
@media (min-width: 30em) {
    .resvariant-table tbody td {
       /*  border-bottom: 1px solid #8BB1DA; */
    }
    
    .resvariant-table tbody td[data-title]:before {
     position: absolute;
    /* top: 0px; */
    /* width: 45%; */
    padding-right: 10px;
    /* white-space: nowrap; */
    text-align: left;
    font-weight: bold;
    color: red;
    left: 11%;
    line-height: 18px;
}

.resvariant-table tbody td {
    text-align: left;
     padding-left: 50%; 
}
}
@media (min-width: 48em) {
	
	.resvariant-table tbody td {
    text-align: left;
   padding-left: 5px; 
}
}
@media (min-width: 48em) {
    .resvariant-table tbody td {
        text-align: center;
    }
}
/*.resvariant-table tbody td[data-type=currency] {
     text-align: right;
}
 */
.resvariant-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: .8em;
    color: rgba(94, 93, 82, 0.75);
}

.resvariant-table tbody tr { width: 100%;
    position: relative;
    display: table;
    text-align: center;}

.resvariant-table tbody td[data-title]:before {
            position: absolute;
    /* top: 0px; */
    /* width: 45%; */
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    color: #2A75AD;
    left: 11%;
    
    color: #000;
    font-weight: bold;
    font-size: 12px;
    white-space: normal;
        width: 43%;
}



@media (min-width: 10em - max-width: 30em) {
    .resvariant-table tbody td[data-title]:before {
        font-size: .9em;
    }
}
@media (min-width: 48em) {
    .resvariant-table tbody td[data-title]:before {
        content: none;
    }
}

.Variants-table-sec  {
	padding:0px 7px 0 7px;
	display: inline-block;
    width: 100%;}
.Variants-table-sec p { font-size:13.5px; color:#000; line-height:20px; font-weight:800;}
.Variants-table-sec p > span { color:#06F;}
.Variant-div{
    max-height: 280px;
    display: inline-block;
    overflow:hidden;
    width: 100%;
    }
 @media (max-width: 767px) {   
 	.header-nav {
 		display: none !important;
 	}
    .Variant-div {
    max-height: 280px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
}
.th1{width:50% !important;}.th2{width:50% !important;}.th3{width:50% !important;}.th4{width:50% !important;}.th5{width:50% !important;}
.td1{width:100% !important;}.td2{width: 100% !important;}.td3{width:100% !important;}.td4{width:100% !important;}.td5{width:100% !important;}
.variant-body{    position: relative;
    display: block;
    width: 100%;
    margin-top: 50px;
    overflow: auto;
    max-height: 230px;}
	.variant-body tr{    display: inline-table;
    border-width: 1px;
    width: 100%;
}
}
.variant-head{width: 100% !important;display:inline-block;background-color: #F2F7FB;}
.variant-head tr {
    width: 990px;
    display: inline-table;
    /* position: absolute; */
    background-color: #F2F7FB;
}
.th1{width:15%;background-color: #F2F7FB;/* z-index: 9999999; */}.th2{width:20%; background-color: #F2F7FB;}.th3{width:20%; background-color: #F2F7FB;}.th4{width:15%; background-color: #F2F7FB;}.th5{width:30%; background-color: #F2F7FB;}


}
.td1{width:15%;}.td2{width:20%;}.td3{width:20%;}.td4{width:15%;}.td5{width:30%;}
 .variant-body{ position: relative;
    display:block !important;
    width: 100%;
    margin-top: 0px;
    overflow: auto;
    max-height: 230px;}
	.variant-body tr{ display: inline-table !important;
    border-width: 1px;
    width: 100%;
    margin-bottom: 0 !important;
}

.varianttext-colour{
	color: #0071b1;
	margin-bottom: 5px;
    font-weight: 600;
    position: relative;
}
/***********claims table*************/
.claims-table{
	border: 1px solid #bfc9d2;
	width: 100%;
}
/* .claims-table th {
    background: #3498db;
    color: white;
    font-weight: bold;
} */

.claims-table thead{position: inherit;}
.claims-table tr {
border: 1px solid #bfc9d2;

}
.claims-table thead tr th{
	border-right: 1px solid #bfc9d2;	
	border-left: 1px solid #bfc9d2;
	
}
.claims-table thead tr th{
	background: #0071b1;
    border-right: 1px solid #bfc9d2;
    border-left: 1px solid #bfc9d2;
    color: white;
}

.claims-table tr td {
	/* float: left; */
	width: auto;
	 padding: 10px; 
	border-right: 1px solid #bfc9d2;	
	border-left: 1px solid #bfc9d2;
}

.claims-table tr td:last-child {
    border-right: 0;
}


.claims-table tbody tr:nth-child(even) {

	background: #f7f7f7;
}
@media (max-width: 767px) {
	.claims-table{
	border: 0px solid #bfc9d2;
	width: 100%;
}
.claims-table thead{position:absolute;}
.claims-table tr {
border: 1px solid #bfc9d2;

}
.claims-table thead tr{
	background:#fff;
}
.claims-table th {
	border-right: 0px solid #bfc9d2;	
	border-left: 0px solid #bfc9d2;
}

.claims-table tbody tr td {
	/* float: left; */
	width: auto;
 padding-left: 50%;
	border-right: 0px solid #bfc9d2;	
	border-left: 0px solid #bfc9d2;
}

.claims-table tbody tr td:last-child {
    border-right: 0;
}


.claims-table tbody tr:nth-child(even) {

	background: #f7f7f7;
}}
@media (min-width: 1280px) {
.mrg-product{margin:0px 35px;}}


.branchhome-icon {
    position: absolute;
    z-index: 99999;
    font-size: 34px;
    border-right: 1px solid #b0bec5;
    padding: 0px 9px;
    color: #006198;
    background: #006198;
    float: left;
    font-size: 25px;
    margin-top: 4px;
}

.branchhome-icon i { color:#fff;}

.branchhome-icon img {
	width: 30px;
}
.extra-plan .info-tooltip {
    left: 12px !important;
}