@font-face {
	font-family: 'bikoregular';
	src: url('fonts/biko_regular-webfont.eot');
	src: url('fonts/biko_regular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/biko_regular-webfont.woff2') format('woff2'),  url('fonts/biko_regular-webfont.woff') format('woff'),  url('fonts/biko_regular-webfont.ttf') format('truetype'),  url('fonts/biko_regular-webfont.svg#bikoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Flaticon";
	src: url("fonts/flaticon.eot");
	src: url("fonts/flaticon.eot#iefix") format("embedded-opentype"),  url("fonts/flaticon.woff") format("woff"),  url("fonts/flaticon.ttf") format("truetype"),  url("fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-style: normal;
}
.flaticon-arrow621:before {
	content: "\e000";
}
.flaticon-circular116:before {
	content: "\e001";
}
.flaticon-downwards:before {
	content: "\e002";
}
.flaticon-dribbble6:before {
	content: "\e003";
}
.flaticon-event5:before {
	content: "\e004";
}
.flaticon-facebook30:before {
	content: "\e005";
}
.flaticon-facebook31:before {
	content: "\e006";
}
.flaticon-google29:before {
	content: "\e007";
}
.flaticon-left195:before {
	content: "\e008";
}
.flaticon-linkedin11:before {
	content: "\e009";
}
.flaticon-phone66:before {
	content: "\e00a";
}
.flaticon-quotes2:before {
	content: "\e00b";
}
.flaticon-twitter5:before {
	content: "\e00c";
	;
}
.flaticon-vimeo12:before {
	content: "\e00d";
}
body {
	margin: 0;
padding: 0;
font-size: 14px;
font-family: 'Work Sans', sans-serif;
overflow-x: hidden;
	
}
/* 
font-family: 'bikoregular'; */
a {
	color: inherit;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	/*color: #fff;*/
	color: #d86565;
}
a:focus{
	outline:none;
	outline-offset:none;
}
.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.padding_left_0 {
	padding-left: 0;
}
.padding_right_0 {
	padding-right: 0;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline:inherit;
    outline-offset:0px;
}
/* TOP HEADER CSS START */
.top_right_side {
	background: #e6ecef;
	padding: 10px;
	font-size: 16px;
	color: #4c4c4c;
}
.top_right_side a {
	color: #4c4c4c;
	padding: 0 10px;
}
.top_right_side a:hover i {
	color: #b70000;
}
.top_right_side i {
	padding-right: 10px;
	font-size: 16px;
	color: #39b4ed;
}
.top-link {
	text-align: right;
	text-transform: capitalize;
}
.top-link a {
	color: #4c4c4c;
	text-decoration: none;
	font-size: 14px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.top-link a i {
	color: #39b4ed;
	font-size: 18px;
	text-decoration: none;
	vertical-align: sub;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.top-link a:hover {
	color: #b70000;
}
/* TOP HEADER CSS END */

/* NAVIGATION CSS START */

.navbar {
	margin-bottom: 0;
	margin-top: 15px;
}
.navbar-default {
	background-color: transparent ;
	border: none;
}

.navbar-nav > li {
	margin-left: 6px;
	
}

.navbar-default .navbar-nav > li > a {
	color: #4c4c4c;
	font-size: 13px;
	text-transform:uppercase;
	border-radius:5px;

	padding: 8px 20px;
	-moz-transition: all 700ms ease-in-out;
	-webkit-transition: all 700ms ease-in-out;
	transition: all 700ms ease-in-out;
}

.top-select-language {
	background-color:#eaeaea;
	border:1px solid #cacaca;
		font-size:13px;
	text-transform:uppercase;
	
	
}


.top-select-language > option{
	padding:5px 10px;
	border:none;
	border-style:none;
	border-bottom:solid 2px #FFFFFF;
	border-radius:5px;
	margin-bottom:6px;
	
		-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}



.top-select-language:focus{
	box-shadow:none;
	outline:none;
}

.top-select-language > option:last-child{
	border-bottom:none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #b70000;
	color: #FFF;
	
}
.nav.navbar-nav.navbar-right a:hover {
	background-color: #b70000 !important;
	color: #FFF !important;
	border-radius:5px;
}
.nav.navbar-nav .dropdown-toggle {
	background-color: #d96666 !important;
	color: #FFF !important;
	border-radius: 5px;
	padding: 4px 20px 9px 20px;
}
.navbar-right .dropdown-menu {
	background-color:transparent;
	padding: 0;
}
.navbar-right .dropdown-menu > li {
	border-bottom: solid 2px #FFF;
	background:#404040;
	border-radius:5px;
}
.navbar-right .dropdown-menu{
	left:0;
	border:none;
	box-shadow: none;
	top:40px;
}
.navbar-right .dropdown-menu a {
	color: #FFF !important;
	font-size: 13px;
	text-transform:uppercase;
	padding: 5px 25px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.navbar-right .dropdown-menu > li:last-child {
	border-bottom: none;
}
#bs-example-navbar-collapse-1 .dropdown-menu{
	min-width:100px;
}
.glyphicon-chevron-down {
	font-size: 20px;
	top: 5px;
	margin-left: 10px;
}
/* NAVIGATION CSS END */

/* TAB CSS START */

.tab_box{ 
    border: 1px solid #a1a1a1;
	background:#f1f1f1;
}
.text_shadow{
	background:url(images/tab_shadow.png) no-repeat left bottom;
	position:absolute;
	top:50px; /*70px;*/
	z-index:10;
	padding-bottom:45px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border:none;
}
.nav-tabs{
	border-bottom:none;
}
.nav-tabs > li{
	margin-bottom:0;
}
.nav-tabs > li > a{
	margin-right:0;
	border-radius:0;
	border:none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active{
	background:#dedede !important;
	border:none;
	color:#000 !important;
	font-size:20px;
	border-bottom:solid 5px #d96666;
	
}
.tab_box .nav > li > a{
	 background:#f1f1f1;
	 border:none;
    color: #4c4c4c;
    font-size: 20px;
	padding:10px 23px;
	
}

.reservation h1{
	font-size:21px;
	color:#bd4c4c;
	text-align:center;
	margin:0;
}
.tab-content {
    padding: 25px 15px;
}
.reservation span{
	color:#4c4c4c;
}
.rental{
	font-size:18px;
	color:#d96666;
	padding:15px 0;
}
.rental:after {
	height: 1px;
	display: block;
	background: #d96666;
	border: 1px white;
	content: '';
	float: right;
	width:225px;
	top: 14px;
	position: relative;
}
.tab-pane label{
	font-size:18px;
	color:#4c4c4c;
	font-weight:normal;
}
.input-group i{
	color:#bd4c4c;
	font-size:20px;
	top:2px;
	left:7px;
	position:relative;
}
.input-group {
    margin-right: 20px;
}
.input-group input {
    margin-bottom: 10px;
	height:26px;
	border:solid 1px #d1d1d1;
	padding:3px;
	font-family:Arial;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;

}
.input-group input:focus{
	border:solid 1px #F00;
}
.tab-pane form{
	margin-bottom:0;
}
.tab-pane select {
    width: 100%;
	height:26px;
	border:solid 1px #d1d1d1;
}
.tab-pane .checkbox {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
	
}
.tab-pane .checkbox label{
	font-size:16px;
	color:#4c4c4c;
}
.tab-pane .btn-default{
	background:#bc5656;
	background: rgb(211,99,99); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzNjM2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2NiNWU1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YjNkM2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(211,99,99,1) 0%, rgba(203,94,94,1) 40%, rgba(139,61,61,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,99,99,1)), color-stop(40%,rgba(203,94,94,1)), color-stop(100%,rgba(139,61,61,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(211,99,99,1) 0%,rgba(203,94,94,1) 40%,rgba(139,61,61,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(211,99,99,1) 0%,rgba(203,94,94,1) 40%,rgba(139,61,61,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(211,99,99,1) 0%,rgba(203,94,94,1) 40%,rgba(139,61,61,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(211,99,99,1) 0%,rgba(203,94,94,1) 40%,rgba(139,61,61,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d36363', endColorstr='#8b3d3d',GradientType=0 ); /* IE6-8 */

font-size:16px;
color:#ffffff;
border:none;
border-radius:0;
padding:5px 35px;
margin-left:auto;
margin-right:auto;
display:block;
}
.tab-pane .btn-default:hover{
	background: rgb(210,98,98); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyNjI2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2NhNWQ1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2EzNDk0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YzNkM2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(210,98,98,1) 0%, rgba(202,93,93,1) 37%, rgba(163,73,73,1) 70%, rgba(140,61,61,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,98,98,1)), color-stop(37%,rgba(202,93,93,1)), color-stop(70%,rgba(163,73,73,1)), color-stop(100%,rgba(140,61,61,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(210,98,98,1) 0%,rgba(202,93,93,1) 37%,rgba(163,73,73,1) 70%,rgba(140,61,61,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(210,98,98,1) 0%,rgba(202,93,93,1) 37%,rgba(163,73,73,1) 70%,rgba(140,61,61,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(210,98,98,1) 0%,rgba(202,93,93,1) 37%,rgba(163,73,73,1) 70%,rgba(140,61,61,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(210,98,98,1) 0%,rgba(202,93,93,1) 37%,rgba(163,73,73,1) 70%,rgba(140,61,61,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d26262', endColorstr='#8c3d3d',GradientType=0 ); /* IE6-8 */
}
/* TAB CSS END */
header {
	/*margin-bottom: 20px;*/
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
}

.our_site h1{
	font-size:18px;
	color:#2d2d2d;
	font-weight:400;
	font-family:"bikoregular";
}
.our_site p{
	font-size:14px;
	color:#4c4c4c;
	font-family:Arial;
}
/* BANNER CSS END */

/* BANNER SLIDER CSS START */

.carousel.slide .carousel-caption{
    font-size: 45px;
    padding-bottom: 30px;
    right: 12%;
    top:15px;
}
.carousel.slide .carousel-caption > h1{
	font-size:45px;
	color:#FFF;
	font-family:Arial;
	text-align:right;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
	width:100%;
}

/* BANNER SLIDER CSS END */

/* MIDDAL CONTANT CSS START */

.middal_contant {
	background-color: #f0f3f5;
	padding: 25px 0;
	margin-top:50px;
	border-top: solid 3px #e6ecef;
	border-bottom: solid 3px #e6ecef;
}
.middal_contant h1 {
	font-size: 20px;
	color: #4c4c4c;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: uppercase;
}
.middal_contant_left {
	border-bottom: solid 2px #ced6db;
	background-color: #FFF;
	margin-bottom: 10px;
}
.middal_contant_left h1{
	font-size: 20px;
	color: #39b4ed;
	margin-bottom: 0;
	padding: 10px 0;
	border-bottom: solid 1px #e9e9e9;
	text-transform: capitalize;
}
.middal_contant_left h1 a:hover{
	color: #39b4ed;
}
.middal_contant_right_offer_box h2 a:hover{
	color: #39b4ed;
}
.car {
	border: solid 1px #b5b5b5;
	border-right: solid 5px #d23131;
}
.car_text_box {
	background-color: #FFF;
	text-align: center;
}
.car_text_box p {
	font-size: 14px;
	color: #8e959b;
	border-bottom: solid 1px #e9e9e9;
	padding:9px;
	margin-bottom: 0;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.car_text_box p:hover{
	color: #d86565;
	padding:9px 0 9px 20px;
}
.car_text_box span {
	font-size: 20px;
	color: #d86565;
	padding-top: 15px;
	display: block;
}
.middal_contant_right_offer_box {
	background-color: #FFF;
	border-bottom: solid 2px #ced6db;
	padding: 25px 15px;
}
.middal_contant_right_offer_box h2 {
	font-size: 20px;
	color: #39b4ed;
	text-transform: capitalize;
	margin: 0;
}
.middal_contant_right_offer_box span {
	font-size: 20px;
	color: #d86565;
	float: right;
}
.middal_contant_right_offer_box p {
	font-size: 14px;
	color: #80868c;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	text-align: justify;
	line-height: 21px;
}
/* MIDDAL CONTANT CSS END */

/* TEXT SLIDER CSS START */
#quote-carousel {
	padding: 20px 270px 40px 270px;
	position: relative;
}
.carousel-inner {
	text-align: center;
	background: url(images/comma.png) no-repeat center top;
}
.carousel-inner h1 {
	font-size: 20px;
	font-family: Arial;
	font-style: italic;
	color: #557788;
	text-align: center;
	padding-top: 30px;
}
.carousel-inner span {
	color: #39b4ed;
}
.carousel-control.left, .carousel-control.right {
	background: none;
	width:5%;
}
#quote-carousel a i{
	color:#dbdbdb;
	font-size:40px;
	top:70px;
	position:relative;
}
/* TEXT SLIDER CSS  END */

/* CAR LOGO CSS START */

.car_logo_div {
	background-color: #f0f3f5;
	padding: 25px 0;
	border-top: solid 3px #e6ecef;
	border-bottom: solid 3px #e6ecef;
	margin-bottom: 20px;
	margin-top:20px;
}
.car_logo_div h1::first-letter {
	font-size: 30px;
	color: #4c4c4c;
}
.car_logo_div h1 {
	font-size: 20px;
	color: #4c4c4c;
	margin-top: 0;
	margin-bottom: 20px;
}
.car_logo li {
	float: left;
	width: 14.2%;
}
.car_logo ul li a:hover {
	opacity: 0.6;
}
/* CAR LOGO CSS END */

/* GPS_MAP CSS START */

.gps_map h1 {
	color: #4c4c4c;
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
.gps_map span {
	color: #2381ad;
}
.gps_map h1:before {
	height: 2px;
	display: block;
	background: #d5d5d5;
	border: 1px white;
	content: '';
	float: left;
	width: 38%;
	top: 13px;
	position: relative;
}
.gps_map h1:after {
	height: 2px;
	display: block;
	background: #d5d5d5;
	border: 1px white;
	content: '';
	float: right;
	width: 38%;
	top: 13px;
	position: relative;
}
/* GPS_MAP CSS END */

/* FOOTER CSS START */

footer {
	background: none repeat scroll 0 0 #2c2d2d;
	border-top: 3px solid #000;
	padding: 20px 0;
	color:#FFF;
}
footer h3 {
	font-size: 26px;
	color: #FFF;
}
.footer_box1 p {
	font-size: 14px;
	color: #adb6b9;
	text-align: justify;
	line-height: 24px;
}
.footer_box1 ul li a {
	font-size: 14px;
	color: #adb6b9;
	line-height: 24px;
}
.footer_box1 ul li a:hover {
	color: #d96666;
}
footer a i {
	/*color: #757a7c;*/
	font-size: 20px;
	padding-right: 10px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
footer i:hover {
	color: #FFF;
}
.social_icon {
	border-bottom: solid 1px #cd6262;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.footer_box1 span {
	font-size: 14px;
	color: #747474;
	margin-top: 10px;
	display: block;
}
.footer_box1 ul {
    padding-left:30px;
}
.footer_box1 ul li a{
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.footer_box1 ul li a:hover{
	padding-left:10px;
	
}
/* FOOTER CSS END */



.con-banner img{
	width:100%;	
}

.contact{
	
}
.contact h1{
	font-size: 20px;
	color: #4c4c4c;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
	
}
.contact form{
	font-family:Arial, Helvetica, sans-serif;
	
}
.contact label{
	font-size:13px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	
	
}
.contact input{
	
	border:none;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.5, rgb(247, 247, 247)),
	color-stop(1, rgb(255, 255, 255))
);
background-image: -o-linear-gradient(bottom, rgb(247, 247, 247) 50%, rgb(255, 255, 255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(247, 247, 247) 50%, rgb(255, 255, 255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(247, 247, 247) 50%, rgb(255, 255, 255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(247, 247, 247) 50%, rgb(255, 255, 255) 100%);
background-image: linear-gradient(to bottom, rgb(247, 247, 247) 50%, rgb(255, 255, 255) 100%);
	border-radius:0px;
	border-bottom:1px solid rgba(183,0,0,0.30);
	box-shadow:none;
	
}
.contact input:hover{
	background:#fff;
	
}
.contact input:focus{
	background:#fff;
	border-bottom:1px solid rgba(183,0,0,0.60);
	box-shadow:none;
	
}
.contact textarea{
	border:none;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.5, rgb(247, 247, 247)),
	color-stop(1, rgb(255, 255, 255))
);
background-image: -o-linear-gradient(bottom, rgb(247, 247, 247) 50%, rgb(255, 255, 255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(247, 247, 247) 50%, rgb(255, 255, 255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(247, 247, 247) 50%, rgb(255, 255, 255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(247, 247, 247) 50%, rgb(255, 255, 255) 100%);
background-image: linear-gradient(to bottom, rgb(247, 247, 247) 50%, rgb(255, 255, 255) 100%);
	border-radius:0px;
	border-bottom:1px solid rgba(183,0,0,0.30);
	box-shadow:none;
	
}
.contact textarea:hover{
	background:#fff;
	
}
.contact textarea:focus{
	background:#fff;
	border-bottom:1px solid rgba(183,0,0,0.60);
	box-shadow:none;
	
}



.contact button{
	background:#bc5656;
	background: rgb(211,99,99); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzNjM2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2NiNWU1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YjNkM2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(211,99,99,1) 0%, rgba(203,94,94,1) 40%, rgba(139,61,61,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,99,99,1)), color-stop(40%,rgba(203,94,94,1)), color-stop(100%,rgba(139,61,61,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(211,99,99,1) 0%,rgba(203,94,94,1) 40%,rgba(139,61,61,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(211,99,99,1) 0%,rgba(203,94,94,1) 40%,rgba(139,61,61,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(211,99,99,1) 0%,rgba(203,94,94,1) 40%,rgba(139,61,61,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(211,99,99,1) 0%,rgba(203,94,94,1) 40%,rgba(139,61,61,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d36363', endColorstr='#8b3d3d',GradientType=0 ); /* IE6-8 */

font-size:16px;
color:#ffffff;
border:none;
border-radius:0;
padding:5px 35px;
margin-left:auto;
margin-right:auto;
display:block;
float:left;
margin-left:10px;
margin-top:20px;
	
	
}

.contact button:hover{
	background: rgb(210,98,98); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyNjI2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2NhNWQ1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2EzNDk0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YzNkM2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(210,98,98,1) 0%, rgba(202,93,93,1) 37%, rgba(163,73,73,1) 70%, rgba(140,61,61,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,98,98,1)), color-stop(37%,rgba(202,93,93,1)), color-stop(70%,rgba(163,73,73,1)), color-stop(100%,rgba(140,61,61,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(210,98,98,1) 0%,rgba(202,93,93,1) 37%,rgba(163,73,73,1) 70%,rgba(140,61,61,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(210,98,98,1) 0%,rgba(202,93,93,1) 37%,rgba(163,73,73,1) 70%,rgba(140,61,61,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(210,98,98,1) 0%,rgba(202,93,93,1) 37%,rgba(163,73,73,1) 70%,rgba(140,61,61,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(210,98,98,1) 0%,rgba(202,93,93,1) 37%,rgba(163,73,73,1) 70%,rgba(140,61,61,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d26262', endColorstr='#8c3d3d',GradientType=0 ); /* IE6-8 */

	
}


.location{
}

.location h1{
	font-size: 18px;
	color: #b70000;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight:700;
	
}
.location p{
	font-size:16px;
	line-height:26px;
}
.location span{
	color:#959595;
	
}

.side_bar ul a li:hover{
	background:#cccccc;
	color:#b70000;
	padding-left:10px;
}
.side_bar ul a li{
	border-bottom:dotted 1px #CCC;
	line-height:30px;
	font-size:16px;
	color:#333;
	moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.newslatter .radio label, .checkbox label{
	padding:0;
}
input[type="radio"], input[type="checkbox"]{margin-right:5px;}
label{font-weight:normal;}
.newslatter .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
	margin:0;
	width:auto;
	position:inherit;
	margin-right:10px;
	vertical-align:middle;
}

.main {
}
.main h1{
	  color: #4c4c4c;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
	
}

/* RESERVATION PAGE CSS START HERE */



/* Rental Information css start here */

.RESERVATION h3{
    color: #d86565;
    font-size: 20px;
}
.rental_information{
	margin-bottom:30px;
}
.rental_information p , .rental_information span , .rental_information aside{
	color:#80868c;
	font-size:15px;
}
.rental_information aside span{
	padding-left:25px;
}
.rental_information a{
	padding-left:52px;
	text-decoration:underline;
}
.rental_information a:hover{
	color: #d86565;
}
/* Rental Information css end here */
.car_type_box:hover .selece_box{
	/* background:#fefefe; */
}
.car_type_box{
	padding:18px 5px 5px 0;
	/* 23-10-2020 padding:18px 5px 15px 0;*/
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	border: 5px solid #f5f5f5;
}
.car_type_box:hover{
	background:#eeeeee;
}
.car_type_box h2{
    color: #bd4c4c;
    font-size: 21px;
    margin:0 0 0 0;
	padding-bottom:10px;
	border-bottom: solid 1px #d96666;
	width:100%;
}
.car_type ul li span{
	color:#bd4c4c;
}
.car_type > span{
	color: #80868c;
    font-size: 21px;
}
.car_type ul {
    padding-left: 20px;
}
.car_type ul li{
	font-size:15px;
	color:#80868c;
	line-height:26px;
}
.selece_box , .car_type{
	margin-top:15px;
}
.selece_box{
	background: #f5f5f5;
    background-color: rgb(245, 245, 245);
	padding:20px;
}
.selece_box h3{
    color: #d86565;
font-size: 18px;
margin: 0;
text-align: center;
padding: 25px 0 0 0;
font-weight: bold;
}
.selece_box h3 span{
	font-size:14px;
	color: #bd4c4c;
}
.selece_box .btn-default {
    background: rgb(248, 167, 36);
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    display: block;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
	margin-top:20px;
	 margin-bottom:20px;
    padding: 5px 35px;
}
.car_type_box:hover .selece_box button {
    background-color: #474747;
}
 .car_type_box:hover {
     box-shadow: 0 0 15px #aaa;
border: 5px solid #b0b0b0;
background-color: #eee;
}
.border_bottom{
    border-bottom: 1px solid #999;
    margin: 20px 0 45px;
    padding-top: 20px;
}
.margin_top{
	margin-top:40px;
}

/* SERVICE CSS START HERE */

.left_side h3 , .right_side > h3{
    color: #d86565;
    font-size: 20px;
}
.Ex_service h2{
    color: #d86565;
    font-size:16px;
}
.Ex_service > img{
	margin:5px 0 10px 0;
}
.Ex_service > p{
	color:#80868c;
	font-size:16px;
}
.Ex_service span{
	font-size:14px;
	color: #bd4c4c;
	display:block;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
	border:none;
	vertical-align:middle;
	padding:5px;
}
.left_side select {
    font-size: 13px;
	padding:5px;
	background:#FFF;
	border:solid 1px #CCCCCC;
}
.left_side select:focus {
	border:solid 1px #d86565;
	moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.glyphicon-asterisk {
    color: #f00;
    font-size: 6px;
    vertical-align: top;
}
table .btn-default , .newslatter .btn-default , .informatin .btn-default {
    background: linear-gradient(to bottom, rgba(211, 99, 99, 1) 0%, rgba(203, 94, 94, 1) 40%, rgba(139, 61, 61, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    display: block;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 35px;
}
table .btn-default:hover , .newslatter .btn-default:hover , .informatin .btn-default:hover {
    background: linear-gradient(to bottom, rgba(210, 98, 98, 1) 0%, rgba(202, 93, 93, 1) 37%, rgba(163, 73, 73, 1) 70%, rgba(140, 61, 61, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color:#FFF;
}


/* insurance css start here */
.insurance a{text-decoration:underline;color:#999;}
.insurance a:hover{color: #b70000;}
.insurance h2 , .about h2{
    color: #b70000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
	padding-bottom:10px;
    text-transform: uppercase;
	border-bottom:solid 1px #b70000;
}

.insurance span{
	float:left;	
}
.insurance li{
	padding:5px;
	font-size:16px;
}
.insurance li:nth-of-type(even) {
  background:#cccccc;
}
.insurance p {
    font-size: 16px;
    line-height:24px;
	text-align:justify;
}
.about li{
	font-size:14px;
	line-height:24px;
	padding-left:20px;
	background-image:url(images/arrow1.png);	
	background-size:12px 12px;
	background-repeat:no-repeat;
	background-position:0 6px;
}
.about ul{
	padding-left:0;
	list-style:none;
}

/* inforation css start */
.form-horizontal .control-label{
	text-align:left;
}

.step ul {
	list-style:none;
	padding:0;
	margin:20px 0 0 0;
}

.step  ul li {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 100px;
    margin: 5px 2px 0 0;
    text-indent: 35px;
    position: relative;
}

.step  ul li:before {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    left: -2px;
    border-style: solid;
    border-width:25px 0 25px 15px;
    border-color: transparent transparent transparent #fff;
    z-index: 0;
}

.step  ul li:first-child:before {
    border-color: transparent;
}

.step ul li a:after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    right: -15px;
    border-style: solid;
    border-width:25px 0 25px 15px;
    border-color: transparent transparent transparent #ccc;
    z-index: 10;
}

.step ul li.active a {
    background:#bd4c4c;
	color:#FFF;
    z-index: 100;
	
}

.step ul li.active a:after {
    border-left-color:#bd4c4c;
}

.step ul li a {
    display: block;
    background: #ccc;
	font-size: 17px;
	-moz-transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	transition: all 0ms ease-in-out;
}

.step ul li a:hover {
    background:#bd4c4c;
}

.step ul li a:hover:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #bd4c4c;

}
.list-full{
width:100%;	
	
}
.newsletter {
    position: relative;
	float: right;
	top: -5px;
}	
.form-control.emialidfooter {
background: #fff;
border: none;
color:#000;
padding: 10px 60px 10px 10px;
text-transform: lowercase;
font-size: 14px;
}
.newsletter a {
    display: table;
    background: #3e78b2;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 50px;
    line-height: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    border: none;
    right: 0;
    cursor: pointer;
} 
.ft{
	text-align:left;
	font-size: 13px;
}/*
.sbox {
	border-radius: 10px;
	background-color: #39B4ED;
	color: #fff !important;
	border: 5px solid #dedede;
	display: table;
	margin: 50px auto;
	padding: 20px 30px;
	font-size: 22px;
}*/
	 
.sbox span p {
	 height: 80px;
	background-color: rgba(0,0,0,.4);
	box-shadow: 0 2px 10px rgba(0,0,0,.2),0 0 10px rgba(0,0,0,.6) inset;
	position: absolute;
	top: 50px;
	bottom: 0;
	margin: auto;
	margin-top: auto;
	margin-left: auto;
	left: 10%;
	padding: 20px;
	border: 1px solid rgba(255,255,255,.4);
	font-size: 24px !important;
	color: red !important;
margin-left: -45px !important;
margin-top: 323px !important;
}

.head-main-feature {
    color: #d86565;
    float: right;
    font-size: 18px;
}
@media only screen and (max-device-width: 767px){
	.head-main-feature {
	float: none;
}
}
@media only screen and (max-device-width: 320px)
{
#main {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
}
.car-imag,.arro-imag,.right-arrow,.fotter
{
	display:none;
}
#wrapper
{
	display:none;
}

#logomobile
{
display:block !important;
}

.TabbedPanelsContentGroup
{
	width:100%;
}
#rentMainMO{ width:100% !important; margin-left:auto;margin-right:auto; }
#content-main {
    width:100%;
	border:none !important;
	height:auto !important;
}
.main-form-bg {
    background-size:100% 100% !important;   
	height:auto;
}
.TabbedPanels {
    width: 100% !important;
}
.TabbedPanelsContent {
    width: 100% !important;
	padding: 0 !important;
}
select{
	width:70%;
}
.TabbedPanelsTab
{
	font-size:70% !important;
}
h2
{
	font-size:80% !important;
}
.right_editbox
{
margin-left:5px;
float: left;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    margin-top: 10px;
    width: 95%;
}
.window {
 /*position:absolute;
  left:0;
  top:0;
  width:100%; 
  height:100%;
  display:none;
  z-index:9999;
  background-color:#ffffff;*/
  background-color: #999999;
	display: none;
	height: auto;
	left: 0 !important;
	position: absolute;
	top: 0 !important;
	width: 100%;
}
#mask {
    background-color: #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9000;
}
.tablenew
{
	width:100%;
}
.left_form
{
padding-left:0px;
padding-right:0px;
font-size:8px;
width:100% !important;
}
.left_form input
{
	font-size:8px;
	
}
.headings
{
font-size:10px;
}
#rentMain {
    width: 100%;
}

.window h1
{
color:#000000;
font-size:10px;
}

}















@media only screen and (max-device-width: 480px)
{
#main {
    padding-left: 0px!important;
    padding-right: 0px!important;
    width: 100%!important;
}
.car-imag,.arro-imag,.right-arrow,.fotter
{
	display:none;
}


#wrapper
{
	display:none;
}

#logomobile
{
display:block !important;
}
.TabbedPanelsContentGroup
{
	width:100%;
}
#rentMainMO{ width:100%!important; margin-left:auto;margin-right:auto; }

#content-main {
    width:100%; margin-left:auto;margin-right:auto;
	border:none!important;
	height:auto!important;
}
.main-form-bg {
    background-size:100% 100% !important;   
	height:auto;
}
.TabbedPanels {
    width: 100%!important;
}
.TabbedPanelsContent {
    width: 100%!important;
	padding: 0!important;
}
select{
	width:70%;
}
.TabbedPanelsTab
{
	font-size:70%!important;
}
h2
{
	font-size:80%!important;
}
.right_editbox
{
margin-left:5px;
float: left;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    margin-top: 10px;
    width: 95%;
}
.window {
 /*position:absolute;
  left:0;
  top:0;
  width:100%; 
  height:100%;
  display:none;
  z-index:9999;
  background-color:#ffffff;*/
  background-color: #ffffff;
	display: none;
	height: auto;
	left: 0!important;
	position: absolute;
	top: 0!important;
	width: 100%;
}
#mask {
    background-color: #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9000;
}
.tablenew
{
	width:100%;
}
.left_form
{
padding-left:0px;
padding-right:0px;
font-size:8px;
width:100%!important;
}
.left_form input
{
	font-size:8px;
	
}
.headings
{
font-size:10px;
}
#rentMain {
    width: 100%;
}

.window h1
{
color:#000000;
font-size:10px;
}


}
















@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5)
{




#main {
    padding-left: 0px!important;
    padding-right: 0px!important;
    width: 100%!important;
}
.car-imag,.arro-imag,.right-arrow,.fotter
{
	display:none;
}


#wrapper
{
	display:none;
}
#logomobile
{
/*display:block !important;
*/display:none !important;
}
.TabbedPanelsContentGroup
{
	width:100%;
}
#rentMainMO
{ 
	width:100%!important; 
	margin-left:auto;
	margin-right:auto; 
}

#content-main {
    width:100%; 
    margin-left:auto;
    margin-right:auto;
	border:none !important;
	height:auto !important;
}
.main-form-bg {
    background-size:100% 100% !important;   
	height:auto;
}
.TabbedPanels {
    width: 100%!important;
}
.TabbedPanelsContent {
    width: 100%!important;
	padding: 0!important;
}
select{
	width:70%;
}
.TabbedPanelsTab
{
	font-size:70%!important;
}
h2
{
	/*font-size:80%!important;*/
}
.right_editbox
{
margin-left:5px;
float: left;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    margin-top: 10px;
    width: 95%;
}
.window {
  /*position:absolute;
  left:0;
  top:0;
  width:100%; 
  height:100%;
  display:none;
  z-index:9999;
  background-color:#ffffff;*/
  background-color: #999999;
	display: none;
	height: auto;
	left: 0!important;
	position: absolute;
	top: 0!important;
	width: 100%;
}
.window h1
{
color:#000000;
font-size:10px;
}

#mask {
    background-color: #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9000;
}
.tablenew
{
	width:100%;
}
.left_form
{
padding-left:0px;
padding-right:0px;
font-size:8px;
width:100%!important;
}
.left_form input
{
	font-size:8px;
	
}
.headings
{
font-size:10px;
}
#rentMain {
    width: 100%;
}
.sbox p {
    font-size: 24px !important;
    color: red !important;
     
}
.sbox{
	    height: 100px !important;

}
/*.backGrnd input
{
	width: 100%;
	font-size:8px;
}*/
}
.protection_taxes {

    font-size: 14px !important;
    font-family: 'IBM Plex Serif', serif !important;
    font-weight: bold !important;
	text-align: center;

}
.form-group.prepaid_credit_details {
    margin-left: 1px;
}



/* 23-10-2020 for select car page base rate*/

.selece_box1 {
    margin-top: 1px;
    border: 1px solid;
    background: #f5f5f5;
    background-color: rgb(245, 245, 245);
	padding:5px;
}

.car_type_box:hover .selece_box1 button {
    background-color: #474747;
}

.selece_box1 p {

	font-size: 15px;
    color: #80868c;
    line-height: 16px;
    padding-left: 30px;
    margin: 0px 0 0px;
}

.selece_box1 h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 1px 0 1px;
    text-align: center;
    color: #d86565;
}
.selece_box1 .btn-default {
    background: rgb(248, 167, 36);
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    display: block;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
	margin-top:5px;
	margin-bottom:0px;
    padding: 5px 35px;
}

.base-scroll{
    overflow: auto;
    height: 210px;
    right: 10px;
}


/*end*/