.pricing-table ul{ 
    border-width: 1px; 
    border-style: solid; 
    border-color: #CCCCCC; 
    border-radius: 7px; 
    margin: 2px; 
    width: 200px; 
    text-align: center; 
    list-style: none !important; 
    float: left; 
    padding: 5px; 
    background-color: #FFFFFF; 
} 
.pricing-table ul li{ 
    padding: 4px; 
    background-color: #FFFFFF; 
    border-width: 0px; 
    border-style: dotted; 
    border-color: #CCCCCC; 
    border-radius: 4px; 
    border-bottom-width: 1px; 
    font-size: 13px; 
    margin: 0;
} 
.pricing-table li:nth-child(odd){ 
    background-color: #FFFFFF; 
} 
.pricing-table ul .heading{ 
    color: #FFFFFF; 
    background-color: #404554; 
    font-size: 16px; 
} 
.pricing-table ul .price{ 
    color: #636363; 
    background-color: #FFFFFF; 
    font-size: 17px; 
} 
.pricing-table ul .action{ 
    font-size: 15px; 
    background-color: #FFFFFF; 
    color: #6C9694; 
	cursor: pointer;
} 
.pricing-table .action a{ 
    border-color: #B83737; 
    border-width: 0px; 
    border-radius: 2px; 
    background-color: #EEEEEE; 
    padding-top: 5px; 
    padding-bottom: 5px; 
    padding-left: 15px; 
    padding-right: 15px; 
    border-style: solid; 
    color: #000000; 
}
.pricing-table li {
    margin-left: 0;
}

.gresys-tooltip {
    cursor: pointer;
    margin: 0 0 0 5px;
position: relative;
}
.gresys-tooltip span {
    background: none repeat scroll 0 0 white;
    border-radius: 6px;
    color: black;
    display: none;
}
.gresys-tooltip:hover span {
    border: 1px solid black;
    display: block;
    height: 350px;
    left: 15px;
    margin-top: 5px;
    overflow: hidden;
    position: absolute;
    width: 250px;
    z-index: 1000;
}

.feature .gresys-tooltip span img {
    border: 0 none;
    height: auto;
    max-width: 100.1%;
    outline: 0 none;
    vertical-align: top;
}
.icon-info {
    background-image: url("../img/info.png");
    background-repeat: no-repeat;
    float: right;
    height: 20px;
    margin: 2px 0 0;
    position: relative;
    right: 48px;
    width: 20px;
}
.pricing-table ul li:last-child {
    border-bottom: 0 none;
}

/*--------------- Check out -------------------*/

.check-container {
    width: 100%;
}
.check-left {
    float: left;
    width: 600px;
}
.check-left > form {
    float: left;
    width: 100%;
}
.check-fields h1 {
    margin-top: 0;
}
.check-fields {
    border-bottom: 2px solid rgba(204, 204, 204, 0.34);
    float: left;
    margin: 0 0 25px;
    width: 100%;
}
.check-inputs > input {
    margin: 0 0 10px !important;
}
.check-fields br {
    display: none;
}
.r-f-detail {
    float: left;
    width: 396px;
}
.r-f-detail select {
    width: 49%;
}
.f-hour {
    float: left;
    width: 101px;
}
.f-hour select {
    width: 90%;
}
.f-mint {
    float: left;
    width: 101px;
}
.f-mint select {
    width: 90%;
}
.complete_btn {
    margin: 25px 0 0;
}
.car_details input {width:21% !important; float:left; margin-right:4px !important;}


#add_more_vehicle {
	background: url("../img/button_plus_green.png") no-repeat ;
	width:24px;
	height:24px;
	text-indent:-9999px;
	border:none;
	border-radius:0px;
	background-size:100%;
	float:right;
	margin-top:4px;
	


}
.remove_a_vehicle, .remove_a_vehicle:hover {
	background: url("../img/button_minus_red.png") no-repeat ;
	width:24px;
	height:24px;
	text-indent:-9999px;
	border:none;
	border-radius:0px;
	background-size:100%;
	float:right;
	margin-top:4px;
}



.check-right {
    float: right;
    width: 350px;
}
.check-right br{
	display:none;
}
.summary-box {
    border: 2px solid rgba(204, 204, 204, 0.34);
    margin: 0 auto;
    padding: 20px;
    width: 80%;
}
.summary-box > h1 {
    margin-top: 0;
	text-align:center;
}
.price-item {
    font-size: 40px;
    padding: 10px;
    text-align: center;
}
.price-item > span {
    font-size: 20px;
    vertical-align: top;
}
.coupoing > input, .coupoing > button {
    width: 46%;
}
.coupon_msg {display:none; color:red;}
/*-------------- form-validation ----------------*/
.warning{
		border:1px solid #f00;
}
.required {
    color: #000;
}