html,
body {
    height: 100%;
}

form{
	margin-bottom:0;
}

#logo { background-image:url('../images/cologo/MARTI-syslogobigger.png'); background-repeat:no-repeat; width: 323px; }

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}

.circle-btn{
	text-align: center;
}

.circle-btn h3 {
	font-size: 16px;
	margin: 0;
	margin-top:5px;
}

.circle-text{
	width:50px;
	height: 50px;
	border-radius: 50%;
	background-color:#008000;
	margin: 0 auto;
}
.quotation{
	background-image:url('../images/calculator.png');
	background-repeat:no-repeat;
	background-position: center;
}

.apply{
	background-image: url("../images/application-form.png");
	background-repeat: no-repeat;
	background-position: center;
}

.payments{
	background-image:url("../images/money.png");
	background-repeat:no-repeat;
	background-position: center;
}

.complete {
	background-image:url('../images/thumbsup.png');
	background-repeat: no-repeat;
	background-position: center; 
}

.failure {
	background-image:url('../images/thumbsdown.png');
	background-repeat: no-repeat;
	background-position: center; 
}

.opacity{opacity:.2;}

.navbar{padding:5px 0; text-align: center;}


.navbar-inverse {
    background-color: #fff;
    border-bottom: 5px #4bc840 solid;
    border-top: 0;
}

.navbar .towtruck {
	width:45px;
	height:45px;
	background-image:url("../images/phone_green.png");
	background-repeat:no-repeat;
	background-size:100%;
	display: inline-block;
	vertical-align: middle;
	align-items: center;   
}

.navbar .telno {
	padding-left: 20px;
	border-left:1px solid #ecf1c5;
	font-size: 12px;
}
.navbar .telno a{color:#1e6c45;}



.navbar .helplineinfo {
	display:inline-block;
	vertical-align: middle;
	  align-items: center;   
}

.navright{text-align: right; padding-top:5px;}

.navbar .helplineinfo h2, .navbar .helplineinfo p{
	margin:0;

}

.navbar-inverse .navbar-nav > li > a {
    color: #000000;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #cc324b;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
	background-color: #ab0e15;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #ab0e15;
}


.navbar-collapse {
	padding-top:0.5em;
}


.panel-sub:not(.done) .panel-heading:after{
	content:"\270f";
	position: relative;
  bottom: 0;
}

.panel-sub.done .panel-heading:after{
	content:"\e013";
	position: relative;
  bottom: 0;
}

.panel-heading.done:after {
	content:"\e013";
	position: relative;
  bottom: 0;
}

#heading_grp_final:after {
	content:"\2709";
	position: relative;
  bottom: 0;
}

.panel-mm .panel-heading{padding: 10px 15px;}
.panel-mm .panel-heading.collapsed{padding: 10px 15px;}

.panel-mm .panel-heading, .header {background-color:#1e6c45;}
.panel-mm .panel-heading.collapsed, .header {background-color:#1e6c45;}


.panel-sub .panel-heading, .header {background-color:#268c59;}
.panel-sub .panel-heading.collapsed, .header {background-color:#268c59;}


@media (min-width: 768px) {
	.nav {
		padding-left:2em;
	}
}
@media (max-width: 768px) {
	.navbar-collapse
	{
		background-color:#fff;
		border-bottom:1px solid #c0c0c0;
	}

}
	

	section.show.current {
		display:block !important;
	}

	section.show {
		display:none !important;
	}

@media (max-width: 991px) {
	.summary h4
	{
		display:none;
	}	

	section.show.current {
		display:block !important;
	}

	
	.helpline {
		padding-bottom: 1em;
	}
	#logo { background-image:url('../images/cologo/MARTI-syslogo.gif'); background-repeat:no-repeat; width: 250px; }

	.quotation-summary {position:relative !important;}
}

@media (min-width: 768px) and (max-width: 991px)   {
	.form-group div {
		margin-top:0.5em;
	}

	#pa-start{
		padding-top: 6em !important;
		padding-bottom: 6em !important;
	}

	.finalpadding{
		padding-top: 6em !important;
		padding-bottom: 6em !important;
	}
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-control.left {
    background: transparent;
    background: transparent;
    /* background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); */
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); */
    /* background-repeat: repeat-x; */
}

.carousel-control.right {
    background: transparent;
    background: transparent;
    /* background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); */
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); */
    /* background-repeat: repeat-x; */
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 100px;
}

.prod {
    position: absolute;
    bottom: 10%;
    height: auto;
    padding: 15px 20px;
   	text-align: center;
    color: #000;
    /*text-shadow: 0 1px 1px #000;*/
    /*font-size: 1.5rem;*/
	background-color:rgba(255,13,24,.6);
}

.prod-right { right:0px; background-color:rgba(30,108,69,.8);}
.prod-left { left:0px; background-color:rgba(255,13,24,.7);}
.prod-center { margin:auto; width: 60%;
}

.prod {
font-family:"Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
/*font-weight:bold;*/
}

.title{
font-size:25px;
color:#fff;
}

.title-1{
font-size:28px;
color:#fff;
}

.desc{
font-size:1.4em;
padding:0.3em 0em 0.8em 0em;
color:#f2f2f2;
}

#myCarousel .btn {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    border: none;
    border-radius: 300px;
    text-transform: uppercase;
}
#myCarousel .btn-xl {
    padding: 5px 30px;
	font-weight:bold;
}
<!--- .gradient{
    background: linear-gradient(to right,rgba(183,183,183,) 0,rgba(177,13,24,.3) 25%,rgba(177,13,24,.6) 50%,rgba(177,13,24,.3) 75%,rgba(183,183,183,.2) 100%<!--- ,rgba(177,13,24,.9) 50%,rgba(177,13,24,.6) 70%,rgba(200,176,86,.5) 100% --->);

} --->

#contact-us {
	padding-top : 6em;
	padding-bottom : 6em;
}
#contact-us hr {
    border-color: #9b0a0d;
    border-width: 3px;
    max-width: 50px;
}

.service-box {
    max-width: 400px;
    margin: 50px auto 0;
}
.service-box p {
    margin-bottom: 0;
}
.text-muted {
    color: #777;
}

#moreinfo {
	margin-top: 0em;
	padding-top : 2em;
	padding-bottom : 10em;
	padding-left: 1em;
	padding-right: 1em;
	color:#403a1e;
    background-color: #e7d8af;
}


#moreinfo img {
	width:120px;
	height: 120px;
	padding: 20px;
}
#moreinfo .thumbnail {
	background-color: #fff;
	border:1px solid black;
}
#moreinfo .thumbnail:hover {
	background-color: #f0babd;
	border:1px solid #e4666c;
}
.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}

.thumbnail span {
	font-weight:bold;
	text-decoration:none;
	color:black;
}

a.thumbnail:hover {
	text-decoration:none;
}

#travel-start {
	padding-top:4em;
	/*padding-bottom: 12em;*/
}

#pa-start {
	padding-top:5em;
	padding-bottom:5em;
}

.finalpadding {
	padding-top:6em;
	padding-bottom:6em;
}

.well {
background-color: #fff;
margin-bottom:0px;
cursor: pointer;
}

.switch-light span span {
    color:#000;
}

.switch-light{
	z-index:1
}

.btn-sel {
    color: #fff;
    background-color: #e8c96a;
}

.btn-gray {
background-color: #c0c0c0;
color: #000000;
font-weight:bold;
border-radius: 4px;
}

.btn-drkgreen{
	background-color:#bbdc8d;
	color:#fff;
	font-weight:bold;
	border-radius: 4px;
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 26px;
    height: 26px;
    padding: 3px;
    font-weight:bold;


    background: #fff;
    border: 2px solid #d3d3d3;
    color: #666;
    text-align: center;
	margin-right:1em;

    font: 14px Arial, sans-serif;
}
<!--- .panel-group.done div.numberCircle
{
	background-color: #e4666c;
} --->

.summary .numberCircle
{
	background: #fff;
	margin-top:-3px;
}
.summary .numberCircle.done
{
	background: #e4666c;
	margin-top:-3px;
	color:white;
	border:2px solid #e4666c;
}


.summary .title {
	min-height:20px;
	font-weight:bold;
	color:#000;/*#808080*/
	font-size:14px;
}
.summary .title-1 {
	min-height:20px;
	font-weight:bold;
	color:#000;/*#808080*/
	font-size:17px;
}

.summary div.sdetail {
	padding-left:5px;
	padding-right:0px;
	font-size:10px;
}

.btn-green, #final_docid{
	color:#FFF;
	background-color:#1e6c45;
}

.btn-green:hover, #final_docid:hover{
	color:#fff;
	background-color:#4bc840;
}

@media (max-width: 991px) {
	.summary div.sdetail.paytext {
		font-size:13px;
	}

	.summary div.sdetail {
		font-size:12px;
	}
}

@media (min-width: 450px) and (max-width: 991px) {
	.summary .title {
		font-size:16px;
	}
	.summary .title-1 {
		font-size:18px;
	}

	#pa-start{
		padding-top:10em;
		padding-bottom:6em;
	}

	.finalpadding{
		padding-top:4em;
		padding-bottom:4em;
	}
}

.bottom {
	background-color:#fff;
	padding-bottom:5em;
	color:black;
}

@media (min-width: 991px) {
	.bottom {
		margin-top:5em;
		margin-bottom:5em;
	}
}


@media (min-width: 768px)   {
	
	#moreinfo h4 {
		font-size:2em;
	}
	#moreinfo {
		padding-top : 2em;
		padding-bottom : 30em;
		line-height:5em;
		padding-left: 1em;
		padding-right: 1em;
	}
	#contact-us {
		padding-top : 6em;
		padding-bottom : 12em;
	}

}

@media (min-width: 768px) {
	#travel-final .space {
		height:80px;
	}
}
@media (max-width: 768px) {
	#travel-final .space {
		height:180px;
	}

	#pa-start{
		padding-top: 12em; padding-bottom: 6em;
	}
}

/**************** Pricing Grids **********************/
.pricing-grids {

    margin: 0.5em auto;
}

.pricing-grid:hover, .pricing-grid:hover, .pricing-grid:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    z-index: 1;
    border: none;
	cursor:pointer;
}

.pricing-grid:nth-child(1) {
    margin: 0;
}

@media (max-width: 1024px)
{
	.pricing-grid {
	    padding: 0 4px;
	}
}
.pricing-grid {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.price-value, .price-value.two, .price-value.three {
    background: #1bbc9b;
    padding: 0.1em 0em 0.5em;
    text-align: center;
    border-top-left-radius: 0.3em;
    -o-border-top-left-radius: 0.3em;
    -moz-border-top-left-radius: 0.3em;
    -webkit-border-top-right-radius: 0.3em;
    border-top-right-radius: 0.3em;
    -o-border-top-right-radius: 0.3em;
    -moz-border-top-right-radius: 0.3em;
    -webkit-border-top-right-radius: 0.3em;
    position: relative;
}
p.price-label-1 {
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
.trvpackage {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 9px 15px;
    border: none;
    background: #16a086;
	text-decoration:none;
}
.box {
    width: 247px;
    background: #eee;
    position: absolute;
    top: 1px;
    right: 1px;
}
.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #e84c3d;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}
.price-bg {
    background: #fff;
    border-bottom-left-radius: 0.3em;
    -o-border-bottom-left-radius: 0.3em;
    -moz-border-bottom-left-radius: 0.3em;
    -webkit-border-bottom-right-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
    -o-border-bottom-right-radius: 0.3em;
    -moz-border-bottom-right-radius: 0.3em;
    -webkit-border-bottom-right-radius: 0.3em;
}
.price-bg ul {
    padding: 0;
}
ul.count, .pricing-grid1 ul li a, ul.count, .pricing-grid2 ul li a, ul.count, .pricing-grid3 ul li a {
    font-size: 15px;
    display: block;
    text-decoration: none;
    font-weight: 400;
    padding: 10px 20px;
}

ul.count li:nth-child(1) {
    border-bottom:1px solid #c0c0c0;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul.count li {
    padding: 1.2em 1.2em;
    font-size: 1em;
    font-weight: 600;
    color: #3b4b5c;
    text-align: center;
	color:black;
}

ul.count li p {
	color:gray;
}

.price-bg ul li {
    list-style: none;
}

@media (max-width:500px){
	
	#travel-start{padding-top: 12em; /*padding-bottom: 12em;*/}
	#pa-start{ padding-top: 12em; padding-bottom: 6em; }
	.finalpadding{ padding-top: 4em; padding-bottom: 4em; }
	.quotation-summary{ top: auto !important; height: 100%;}
	h3 {
		font-size:14px;
		font-weight:bold;
	}

	.navright {text-align: center;}

	.circle-btn h3{font-size: 12px;}

	a.trvpackage {
	    font-size: 9px;
	    color: #fff;
	    cursor: pointer;
	    outline: none;
	    padding: 9px 15px;
	    border: none;
	    background: #16a086;
	    text-decoration:none;
	}

	ul.count li {
	    font-size: 10px;
	    color: #3b4b5c;
	    text-align: center;
	}


	ul.count, .pricing-grid1 ul li a, ul.count, .pricing-grid2 ul li a, ul.count, .pricing-grid3 ul li a {
	    font-size: 12px;
	    display: block;
	    text-decoration: none;
	    font-weight: 400;
	    padding: 10px 20px;
	}
	ul, ol {
	    margin-top: 0;
	    margin-bottom: 10px;
	}

	.ribbon {
	    position: absolute;
	    right: -5px;
	    top: -4px;
	    z-index: 1;
	    overflow: hidden;
	    width: 60px;
	    height: 60px;
	    text-align: right;
	}
	.ribbon span {
	    font-size: 9px;
	    color: #fff;
	    text-transform: uppercase;
	    text-align: center;
	    font-weight: bold;
	    line-height: 12px;
	    transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    width: 80px;
	    display: block;
	    background: #e84c3d;
	    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	    position: absolute;
	    top: 15px;
	    right: -20px;
	}
}
a.trvpackage:hover{
	text-decoration:none;
	color:white;
}
.selplan h3:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon - Glyphicons Halflings*/
    color: #fff;         /* adjust as needed */
}
.selplan .price-value {
	background-color:#e4666c;
}
.selplan .trvpackage{
	background-color:#cd8f92;
}
.bigtext {font-weight:bold; font-size:22px;}

#travel-start-test {
z-index:9999;
}

/********************************** PARTICIPANT DETAILS *****************************/

.spouseandchildren {	
	border-top: 1px solid #dedede;
}
.spouseandchildren h2 {font-size: 24px;}
.appendcont {padding:20px 0;}

.appendcont .plus{
	padding-top: 20px;
	border-top:1px solid #dedede;
}
.appendcont .plus img,.appendcont .minus img{
	cursor:pointer;
}
.appendcont .minus{
	padding-top: 20px;
	border-top:1px solid #dedede;
	width:98%;
	margin-left:1%;
}

.appendContainer{padding:20px 0;}

.plus img,.minus img {padding-right: 10px;}

#grp_2, #grp_3, #grp_5, #grp_6{display: none;}
@media screen and (max-width: 420px){
	.navbar .helpline{padding-right: 0; padding-bottom:5px; border:0; height:100%; min-height: auto;}
	.navbar .telno {padding-left:0; border:0;}
	.fixed {position: relative!important;}
}


/********************************** RADIO BTN STYLE *****************************/
.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  background-color: #fff;/*#1e6c45;*/
  border-color: e3e3e3;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /*-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
  /*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
	border: 1px solid #8daee5;
}

.switch-field input:checked + label {
  background-color: #bbdc8d;/*#A5DC86;*/
  /*-webkit-box-shadow: none;*/
  box-shadow: none;
}

.switch-field>label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field>label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.col-container {
    display: table;
    width: 100%;
}
.col {
    display: table-cell;
    padding: 16px;
	padding:0;
}

.switch-field>.col-container>.col:first-of-type>label {
  border-radius: 4px 0 0 4px;
}

.switch-field>.col-container>.col:last-of-type>label {
  border-radius: 0 4px 4px 0;
}

.switch-field>.col-container>.col>label {
  width:100%;
}

/********************************** PAYMENT*****************************/
.termsandcondition {background-color:#1e6c45;}
.tnc_container{background-color:#ededed; padding:10px;}
.checkbox input{
	position: relative !important;
	margin-left: 0 !important;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
    height: 20px;

}

.checkbox label {padding-left: 10px;}
.checkbox {color:#fff;}

.tncbtn {margin:10px 0; text-align: right;}

.showmore, .showless{cursor:pointer; color:blue; text-decoration: underline;}
.showless {display: none;}
.paymentmethod {}

.termsandcondition .panel-collapse {
	background-color: transparent;
}

.creditcard {border-left: 2px solid #fff;}
.card {display: inline-block; vertical-align: middle;}
.card img {width:100%;}

.btn-pay {
	width: 50%;
	margin-top: 10px;

}

#printing{display: block; width:100%;}
#print{display: block; width:100%;}
#shortpaynow{display: none; width: 100%;}

.text-right{text-align: right;}

.text-center{ text-align: center; }

@media (min-width:990px){
	.benefit-table{font-size: 14px;}
}
@media (max-width:450px){
	.benefit-table{font-size: 12px;}

	#pa-start{
		padding-top:12em;
		padding-bottom:8em;
	}

	.finalpadding{
		padding-top:4em;
		padding-bottom:4em;
	}
}

.benefit-table li{height:auto; color:#808080;}
.fixed{position: fixed;}

.printonly{
	display: none !important;
}

@media print{      /*here print quo*/
	#travel-start {padding-top:0;padding-bottom: 0;}
	.travel-start {padding-top:0;padding-bottom: 0;}
	.pa-start { padding-top:0;padding-bottom: 0; }
	.finalpadding { padding-top:0;padding-bottom: 0; }
	/*#collapse_grp_6{display: block !important;}
	.quotation-summary{width: 100% !important;}
	.panel-heading {border-bottom: 2px solid #000000 !important; }
	.panel-collapse{border:2px solid #000000 !important;}*/
	.hideprint{display: none !important;}
	.quotation-summary{width: 100% !important;border:2px solid #000000 !important;}
	.printonly{
		display: block !important;
	}
}

/*******************************Tooltip********************************/

label .glyphicon {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

/* Tooltip text */
label .glyphicon .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
label .glyphicon .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
label .glyphicon:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/***************************************************************/

label.error{
	color:red;
	font-size:80%;
}

#spanhint1{
	color:blue;
	font-weight:bold;
	font-size:80%;
}

.bg-red{
    background-color:rgb(242, 204, 204) !important;
}

.bg-white{
    background-color:white !important;
}

.switch-pay.switch-field label {
  border-radius: 4px 4px 4px 4px;
}

.text-50{
	font-size:50%;
}
.text-80{
	font-size:80%;
}

.text-90{
	font-size:90%;
}

.inputdesc{
	color:#1e6c45;
	font-weight:bold;
	font-size:70%;
}
/*no choice, hardcode fix nominee NRIC label height*/
@media (min-width: 768px) and (max-width: 1199px)   {
	#appendcontent-nom .switch-field>.col-container>.col>label {
	  min-height:3.5em;
	}
}
@media (max-width: 424px)   {
	#appendcontent-nom .switch-field>.col-container>.col>label {
	  min-height:3.5em;
	}
}


/***** START PA PERMATA & PA PERDANG *****/
.paddinglr5px{ padding: 0px 5px 0px 5px; }
.paddingbottom5px{ padding-bottom: 5px }
.paddingleft20px{ padding-left: 20px; }
.padding5{ padding: 5px 5px; }
.pa-fp-lbl{ color: #73AD21; }
.planbenefit{ font-weight: bold; font-size: 1.5rem; }
.benefitdtl{ font-size: 1.2rem; }
.decaqad{ text-decoration: underline; cursor: pointer; color: #000000; }
.borderbtm{ border: none; border-bottom: 2px solid;}
.zeroborderrad{ border-radius: 0px; }

.proptype-lbl{
	padding: 100 0 0 0;
	font-size: 1.5rem;
}

.pa-form{ border-radius: 10px !important; }

.pa-form-label{
	font-weight: normal;
	font-size: 1.3rem;
}

.pa-btn{
	width: 140px;
	height: 40px;
	font-weight: bold;
	font-size: medium;
	color: #ffffff;
	border-radius: 25px;
	background-color: #73AD21;
}

.pa-plan-hdr{
	background-color: #EDF78F;
	padding: 10px;
	border-radius: 25px;
}

.font15px{ font-size: 15px !important; }
.ele-hide{ display: none; }
.white-bg{ background-color: #FFFFFF !important; }
.bold{font-weight: bold; }
.graybutton{ background-color: buttonface; color: #000000; }

/*** START IMAGE RADIO BUTTON STUFF ***/
.proptype-selector input,
.childage-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}

.mfoff{	background-image:url('../images/cologo/MARTI_PA_MF_off.png'); }
.mfon{ background-image:url('../images/cologo/MARTI_PA_MF_on.png'); }
.msoff{	background-image:url('../images/cologo/MARTI_PA_MS_off.png'); }
.mson{	background-image:url('../images/cologo/MARTI_PA_MS_on.png'); }
.mcoff{	background-image:url('../images/cologo/MARTI_PA_MC_off.png'); }
.mcon{ background-image:url('../images/cologo/MARTI_PA_MC_on.png'); }
.mooff{	background-image:url('../images/cologo/MARTI_PA_MO_off.png'); }
.moon{ background-image:url('../images/cologo/MARTI_PA_MO_on.png'); }

.bpcenter{ background-position: center; }

.proptype-selector input:active +.proptype-opt, .proptype-selector input:active +.covtype-opt,
.childage-selector input:active +.childage-opt{
	opacity: .9;
}
.childage-selector input:active +.childage-opt{
	background-color: #bbdc8d;
	border: 2px solid #bbdc8d;
	color: #ffffff;
}

.proptype-selector input:active +.mfoff{ background-image:url('../images/cologo/MARTI_PA_MF_on.png'); }
.proptype-selector input:active +.msoff{ background-image:url('../images/cologo/MARTI_PA_MS_on.png'); }
.proptype-selector input:active +.mcoff{ background-image:url('../images/cologo/MARTI_PA_MC_on.png'); }
.proptype-selector input:active +.mooff{ background-image:url('../images/cologo/MARTI_PA_MO_on.png'); }

.proptype-selector input:checked +.proptype-opt, .proptype-selector input:checked +.covtype-opt,
.childage-selector input:checked +.childage-opt{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}

.childage-selector input:checked +.childage-opt{
	background-color: #bbdc8d;
	border: 2px solid #bbdc8d;
	color: #ffffff;
}

.proptype-selector input:checked +.mfoff{ background-image:url('../images/cologo/MARTI_PA_MF_on.png'); }
.proptype-selector input:checked +.msoff{ background-image:url('../images/cologo/MARTI_PA_MS_on.png'); }
.proptype-selector input:checked +.mcoff{ background-image:url('../images/cologo/MARTI_PA_MC_on.png'); }
.proptype-selector input:checked +.mooff{ background-image:url('../images/cologo/MARTI_PA_MO_on.png'); }

.proptype-opt{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width: 100px;
    height: 100px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
}

.childage-opt{
    width: 140px;
    height: 40px;
    padding-top: 10px;
    border: 2px solid;
    border-radius: 25px;
    background-color: #bbdc8d;
    vertical-align: middle;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
            filter: brightness(1.8) grayscale(1) opacity(.7);
}

.proptype-opt:hover, .covtype-opt:hover,
.childage-opt:hover {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}

.childage-opt:hover { border: 2px solid #bbdc8d; }

.mfoff:hover{ background-image:url('../images/cologo/MARTI_PA_MF_on.png'); }
.msoff:hover{ background-image:url('../images/cologo/MARTI_PA_MS_on.png'); }
.mcoff:hover{ background-image:url('../images/cologo/MARTI_PA_MC_on.png'); }
.mooff:hover{ background-image:url('../images/cologo/MARTI_PA_MO_on.png'); }
/*** END IMAGE RADIO BUTTON STUFF ***/
/*** START SWITCH STUFF ***/
.switch{
	margin-top: 0 !important;
    position: relative;
    height: 34px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}

.switch-label{
    position: relative;
    z-index: 1;
    float: left;
    width: 50%;
    line-height: 22px;
    color: #000000;
    text-align: center;
    cursor: pointer;
    font-size: 1.3rem;
}

.switch-label-input{ top: 1px; }

.switch-label:active{ font-weight: bold; }

.switch-label-off{ padding-left: 2px; }

.switch-label-on{ padding-right: 2px; }

.switch-input{ display: none; }

.switch-input:checked + .switch-label{
    font-weight: bold;
    color: #000000;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}

.switch-input:checked + .switch-label-on ~ .switch-selection{ left: 50%; }

.switch-selection{
    display: block;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 2px;
    width: 49.3%;
    height: 31px;
    background: #bbdc8d;
    color: #000000;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
/*** END SWITCH STUFF ***/
.scrollable-menu {
    height: auto;
    max-height: 193px;
    overflow-x: hidden;
}
.scrollable-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;        
}    
.scrollable-menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: lightgray;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);        
}	
/***** END PA PERMATA & PA PERDANG *****/
/***** START HOMEPROTECT*****/
/***** Images *****/
.pngfirelightning {background-image: url('../images/MARTI/fire_lightning.png');}
.pngexplosion {background-image: url('../images/MARTI/explosion.png');}
.pngimpact {background-image: url('../images/MARTI/impact.png');}
.pngaircraft {background-image: url('../images/MARTI/aircraft.png');}
.pnghurricane {background-image: url('../images/MARTI/hurricane.png');}
.pngtheft {background-image: url('../images/MARTI/theft.png');}
.pngwatertank {background-image: url('../images/MARTI/water_tank.png');}
.pngearthquake {background-image: url('../images/MARTI/earthquake.png');}
.pngbush {background-image: url('../images/MARTI/bush.png');}
.pngfallingtree {background-image: url('../images/MARTI/falling_tree.png');}
.pngflood {background-image: url('../images/MARTI/flood.png');}
.pngrobbery {background-image: url('../images/MARTI/robbery.png');}
.pngcash {background-image: url('../images/MARTI/cash.png');}
.pngplate {background-image: url('../images/MARTI/plate.png');}
.pngfinancing {background-image: url('../images/MARTI/financing.png');}
.pngremovedcontents {background-image: url('../images/MARTI/removed_contents.png');}
.pngmirrorbreakage {background-image: url('../images/MARTI/mirror_breakage.png');}
.pngservant {background-image: url('../images/MARTI/servant.png');}
.pngholdcover {background-image: url('../images/MARTI/hold_cover.png');}
.pngdeath {background-image: url('../images/MARTI/death.png');}
.pngcompoundcontents {background-image: url('../images/MARTI/compound_contents.png');}
.pngrental {background-image: url('../images/MARTI/rental.png');}
.pngliability {background-image: url('../images/MARTI/liability.png');}
.pngmoney {background-image: url('../images/MARTI/money.png');}
.jpgcontent {background-image: url('../images/MARTI/Content.jpg');}
.jpgbuilding {background-image: url('../images/MARTI/Building.jpg');}
.jpghighrise {background-image: url('../images/MARTI/high_rise_off.jpg');}
.jpghighrise:hover {background-image: url('../images/MARTI/high_rise_on.jpg');}
.proptype-selector input:checked + .jpghighrise {background-image: url('../images/MARTI/high_rise_on.jpg');}
.jpglandedhomes {background-image: url('../images/MARTI/landed_homes_off.jpg');}
.jpglandedhomes:hover {background-image: url('../images/MARTI/landed_homes_on.jpg');}
.proptype-selector input:checked + .jpglandedhomes {background-image: url('../images/MARTI/landed_homes_on.jpg');}
.jpgc1a {background-image: url('../images/MARTI/C1A_off.jpg');}
.jpgc1a:hover {background-image: url('../images/MARTI/C1A_on.jpg');}
.proptype-selector input:checked + .jpgc1a {background-image: url('../images/MARTI/C1A_on.jpg');}
.jpgc1b {background-image: url('../images/MARTI/C1B_off.jpg');}
.jpgc1b:hover {background-image: url('../images/MARTI/C1B_on.jpg');} 
.proptype-selector input:checked + .jpgc1b {background-image: url('../images/MARTI/C1B_on.jpg');}
.jpgc2 {background-image: url('../images/MARTI/C2_off.jpg');}
.jpgc2:hover {background-image: url('../images/MARTI/C2_on.jpg');}
.proptype-selector input:checked + .jpgc2 {background-image: url('../images/MARTI/C2_on.jpg');}

.on.jpgc1a {background-image: url('../images/MARTI/C1A_on.jpg');}
.on.jpgc1b {background-image: url('../images/MARTI/C1B_on.jpg');}
.on.jpgc2 {background-image: url('../images/MARTI/C2_on.jpg');}

/*****Slider for range input*****/
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 5px !important; /* Specified height */
  border-radius: 5px !important;
  background: #175200; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  padding: 0;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 15px; /* Set a specific slider handle width */
  height: 15px; /* Slider handle height */
  border-radius: 50%;
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 15px; /* Set a specific slider handle width */
  height: 15px; /* Slider handle height */
  border-radius: 50%;
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slidernum{
	border-radius: 20px; 
}
/***Radio button selection for yes and no***/
.yesno {
	border-radius: 10px;
	border:1px solid #cccccc;
	width: 100px;
	height: 35px;
	cursor: pointer;
}

input:checked + .yesno {
	background-color: green;
	color: white;
}

/***Black and white info icon***/
.glyph-info-invert {
	color: white;
	background-color: black;
	border-radius: 50%;
	border: 1px solid black;
	cursor: help;
}

/***Different style of switch toggle only for yes and no option***/
 .switchToggle input[type=checkbox], .switchToggle input[type=radio]{
 	height: 0; width: 0; 
 	visibility: hidden; 
 	position: absolute; 
 }
.switchToggle label {
	cursor: pointer; 
	text-indent: -9999px; 
	width: 65px; 
	max-width: 70px; 
	height: 24px; 
	background: #d1d1d1; 
	display: block; 
	border-radius: 100px; 
	position: relative; 
}
.switchToggle label:after {
	content: ''; 
	position: absolute; 
	top: 2px; 
	left: 2px; 
	width: 20px; 
	height: 20px; 
	background: #fff; 
	border-radius: 90px; 
	transition: 0.3s; 
}
.switchToggle input:checked + label, .switchToggle input:checked + input + label  {
	background: #73AD21; 
}
.switchToggle input + label:before, .switchToggle input + input + label:before {
	content: 'NO'; 
	font-size: 10px;
	position: absolute; 
	top: 6px; 
	left: 35px; 
	width: 26px; 
	height: 26px; 
	border-radius: 90px; 
	transition: 0.3s; 
	text-indent: 0; 
	color: #fff; 
}
.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {
	content: 'YES'; 
	font-size: 10px;
	position: absolute; 
	top: 6px; 
	left: 10px; 
	width: 26px; 
	height: 26px; 
	border-radius: 90px; 
	transition: 0.3s; 
	text-indent: 0; 
	color: #fff; 
}
.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {
	left: calc(100% - 2px); 
	transform: translateX(-100%); 
}

/***Popover***/
.popover {
	width: 20em;
}
.popover.bottom {
	padding-bottom: 1px;
}
.popover-content {
	text-align: center;
	background-color: ##F7DD00;
}
.popover .arrow {
	display: none;
}

/***Others***/
.paddingtopbottom10px {
	padding: 10px 0px;
}


/***** END HOMEPROTECT *****/

/***** START SME BUSINESS*****/

.jpgtruck {background-image: url('../images/MARTI/truck_off.jpg');}
.jpgtruck.on {background-image: url('../images/MARTI/truck_on.jpg');}
.jpgfood {background-image: url('../images/MARTI/food_off.jpg');}
.jpgfood.on  {background-image: url('../images/MARTI/food_on.jpg');}
.jpgfactory {background-image: url('../images/MARTI/factory_off.jpg');}
.jpgfactory.on {background-image: url('../images/MARTI/factory_on.jpg');}
.jpgoffice {background-image: url('../images/MARTI/office_off.jpg');}
.jpgoffice.on {background-image: url('../images/MARTI/office_on.jpg');}

.jpgcov1 {background-image: url('../images/MARTI/fire_off.jpg');}
/* .jpgcov1:hover {background-image: url('../images/MARTI/store_hl.jpg');}  
.proptype-selector input:checked + .jpgcov1 {background-image: url('../images/MARTI/fire_on.jpg');}*/

.jpgcov2 {background-image: url('../images/MARTI/firecon_off.jpg');}
/* .jpgcov2:hover {background-image: url('../images/MARTI/store_hl.jpg');}  
.proptype-selector input:checked + .jpgcov2 {background-image: url('../images/MARTI/firecon_on.jpg');}*/

.jpgcov3 {background-image: url('../images/MARTI/burglary_off.jpg');}
/* .jpgcov3:hover {background-image: url('../images/MARTI/store_hl.jpg');}  
.proptype-selector input:checked + .jpgcov3 {background-image: url('../images/MARTI/burglary_on.jpg');}*/

.jpgcov4 {background-image: url('../images/MARTI/liability_off.jpg');}
/* .jpgcov4:hover {background-image: url('../images/MARTI/store_hl.jpg');}  
.proptype-selector input:checked + .jpgcov4 {background-image: url('../images/MARTI/liability_on.jpg');}*/

.jpgcov5 {background-image: url('../images/MARTI/allrisk_off.jpg');}
/* .jpgcov5:hover {background-image: url('../images/MARTI/store_hl.jpg');}  
.proptype-selector input:checked + .jpgcov5 {background-image: url('../images/MARTI/allrisk_on.jpg');}*/

.jpgcov6 {background-image: url('../images/MARTI/money_off.jpg');}
/* .jpgcov6:hover {background-image: url('../images/MARTI/store_hl.jpg');}  
.proptype-selector input:checked + .jpgcov6 {background-image: url('../images/MARTI/money_on.jpg');}*/

.jpgcov7 {background-image: url('../images/MARTI/gpa_off.jpg');}
/* .jpgcov7:hover {background-image: url('../images/MARTI/store_hl.jpg');}  
.proptype-selector input:checked + .jpgcov7 {background-image: url('../images/MARTI/gpa_on.jpg');}*/

.jpgcov8 {background-image: url('../images/MARTI/intrans_off.jpg');}
/* .jpgcov8:hover {background-image: url('../images/MARTI/store_hl.jpg');}  
.proptype-selector input:checked + .jpgcov8 {background-image: url('../images/MARTI/intrans_on.jpg');}*/

.jpgcov9 {background-image: url('../images/MARTI/fidelity_off.jpg');}
/* .jpgcov9:hover {background-image: url('../images/MARTI/store_hl.jpg');}  
.proptype-selector input:checked + .jpgcov9 {background-image: url('../images/MARTI/fidelity_on.jpg');}*/

.jpgcov10 {background-image: url('../images/MARTI/plateglass_off.jpg');}
/* .jpgcov10:hover {background-image: url('../images/MARTI/store_hl.jpg');}  
.proptype-selector input:checked + .jpgcov10 {background-image: url('../images/MARTI/plateglass_on.jpg');}*/

.jpgcov1on.on {background-image: url('../images/MARTI/fire_on.jpg');}
.jpgcov2on.on  {background-image: url('../images/MARTI/firecon_on.jpg');}
.jpgcov3on.on  {background-image: url('../images/MARTI/burglary_on.jpg');}
.jpgcov4on.on  {background-image: url('../images/MARTI/liability_on.jpg');}
.jpgcov5on.on  {background-image: url('../images/MARTI/allrisk_on.jpg');}
.jpgcov6on.on  {background-image: url('../images/MARTI/money_on.jpg');}
.jpgcov7on.on  {background-image: url('../images/MARTI/gpa_on.jpg');}
.jpgcov8on.on  {background-image: url('../images/MARTI/intrans_on.jpg');}
.jpgcov9on.on  {background-image: url('../images/MARTI/fidelity_on.jpg');}
.jpgcov10on.on  {background-image: url('../images/MARTI/plateglass_on.jpg');}

.jpgadd1  {background-image: url('../images/MARTI/aircraft.png');}
.jpgadd2  {background-image: url('../images/MARTI/earthquake.png');}
.jpgadd3  {background-image: url('../images/MARTI/stormtempest.png');}
.jpgadd4  {background-image: url('../images/MARTI/flood.png');}
.jpgadd5  {background-image: url('../images/MARTI/explosion.png');}
.jpgadd6  {background-image: url('../images/MARTI/impact.png');}
.jpgadd7  {background-image: url('../images/MARTI/water_tank.png');}
.jpgadd8  {background-image: url('../images/MARTI/riot.png');}
.jpgadd9  {background-image: url('../images/MARTI/electrical.png');}
.jpgadd10 {background-image: url('../images/MARTI/falling_tree.png');}
.jpgadd11 {background-image: url('../images/MARTI/bush.png');}
.jpgadd12 {background-image: url('../images/MARTI/landslip.png');}
.jpgadd13 {background-image: url('../images/MARTI/fire.png');}
.jpgadd14 {background-image: url('../images/MARTI/noaccess.png');}
.jpgadd15 {background-image: url('../images/MARTI/utility.png');}

.covsumline{
	margin-top:5px;
	margin-bottom:5px;
	border-top:1px lightgray solid;
}

.circleclose{
	height: 25px;
	width: 25px;
	color: lightgray;
	background-color: green;
	border-radius: 50%;
	display: inline-block;
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	/*background: 0 0;*/
	border: 0;
	float: right;
	/*font-size: 21px;*/
	font-weight: 700;
	/*line-height: 1;*/
	/*color: #000;*/
	/*text-shadow: 0 1px 0 #fff;*/
	/*filter: alpha(opacity=20);*/
	/*opacity: .2;*/
	margin-right:10px;
}

.covsum-btn{
   /* width: 140px;
    height: 40px;
    font-weight: bold;
    font-size: medium;*/
    color: #ffffff;
    border-radius: 25px;
    background-color: #73AD21;
}
.covsum-btn:hover{
	color: black;
    border-radius: 25px;
    background-color: yellowgreen;
    border: lightgray 1px solid;
}

.covsumimg {
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 40px;
    -moz-transition: all 100ms ease-in;
}

@media (max-width:1090px){
	.covsumimg {
		background-size: contain;
		background-repeat: no-repeat;
		width: 80px;
		height: 20px;
		-moz-transition: all 100ms ease-in;
	}
}

.covfireaddlbl{
	font-weight:normal;
	
}

/***** END SME BUSINESS *****/

