@font-face {
	font-family: "museo";
	src: url("../fonts/museo.otf") format('opentype');;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: none;
}
a:focus {
  outline: medium none !important;
}
body {
	padding-top: 80px;
	font-family: "museo";
}
.list-style-no li {
	list-style: none;
}
.pull-left {
	float: left;
}
.pull-width {
	width: 100%;
}
.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}
/* Navigation Styling Starts */

.navbar {
	border-radius: 0;
}
.navbar-brand {
	height: auto;
}
.navbar-brand img {
	width: 80%;
}
.navbar-nav li.active a {
	background: none !important;
	color: #ed1c24 !important;
}
.navbar-nav a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #ffffff !important;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "museo";
	/*font-family: "impact", "museo";*/
	padding: 36px 15px !important;
	letter-spacing: .4px;
}
.navbar-nav a:hover {
	color: #ed1c24 !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.navbar-toggle {
	margin-top: 30px;
}
/* Navigation Styling Ends */

#banner {
	background: url("../../images/bg.jpg") no-repeat;
	background-position: left center;
	background-size: cover;
	width: 100%;
	padding: 30px 0;
	display: table;
	position: relative;
	border-bottom: 20px solid #3d3d3d;
}
/*#banner:after {
	content: "";
	position: absolute;
	top: 101%;
	left: 47%;
	border-top: 35px solid #3d3d3d;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
}*/
#banner::after {
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #3d3d3d;
  bottom: -35px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 35px;
}

.banner-content {
	display: table-cell;
	vertical-align: middle;
	background-color: rgba(0,0,0,0.6);
}
/*.banner-content h1, .banner-content h2 {
	text-transform: uppercase;
	text-align: center;
}*/
.banner-content h1, .banner-content h2 {
	text-transform: uppercase;
	text-align: center;
}
.header_new_h h2{
	text-align:left !important;
}
.banner-content h1 {
	color: #ffffff;
	font-size: 66px;
}
.banner-content h2 {
	color: #ed1c24;
	font-size: 46px;
	margin-bottom: 20px;
}
.banner-content p {
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 0px;
}
.input-fields-group .nav.nav-justified input {
	border-radius: 0;
	height: 50px;
	line-height: 50px;
	padding-left: 40px;
}
.input-fields-group p {
	text-transform: none;
	margin-top: 7px;
	font-weight: 100 !important;
}
#price {
	padding-left: 15px;
	color: #ed1c24;
}
.form-control-feedback {
	left: 5px;
	top: 8px;
}
.input-fields-group .nav.nav-justified li:first-child input {
	border-radius: 5px 0 0 5px;
}
.input-fields-group li {
	padding: 0;
	width: 25%;
}
.input-fields-group .nav-justified button {
	padding: 15px 25px 13px;
	border-radius: 0 5px 5px 0;
	background: #ed1c24;
}
.input-fields-group a {
	display: block;
	position: fixed;
	left: -67px;
	top: 40%;
	padding: 13px 37px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	font-size: 22px;
	background: #ed1c24;
}
.input-fields-group a.review {
	right: -60px;
	left: auto;
	-webkit-transform: rotate(-270deg);
	-moz-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	-o-transform: rotate(-270deg);
	transform: rotate(-270deg);
}
.input-fields-group a.review span {
	color: yellow;
	margin: 0 1px;
}
.site_heading h1 {
  border-bottom: 1px solid #c6c6c6;
  color: #c6c6c6;
  display: inline-block;
  margin: 10px 0 8px !important;
  padding: 0 0 5px;
}
#services {
	border-top: 5px solid #e51b23;
	padding: 20px 0;
}
#services h1, #our_fleet h1, #prices h1, #about_us h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
	margin-bottom: 25px;
}
.service {
	margin: auto;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 8px solid #3d3d3d;
	text-align: center;
	line-height: 200px;
	margin-bottom: 30px;
}
.service img {
	margin: 35px auto 0;
}
.service-info {
	margin-bottom: 30px;
}
.service-info h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 23px;
	margin-bottom: 15px;
}
.service-info h2 a {
	text-decoration: none;
	color: #333;
}
.service-info p {
	text-align: center;
	line-height: 24px;
}
#why_us {
	height: 700px;
	padding: 150px 0;
	background: url("../../images/why_us_bg.png") no-repeat center center;
}
#why_us_info h1 {
	text-transform: uppercase;
}
#why_us_info li {
	line-height: 28px;
	list-style: none;
}
#why_us_info li span {
	margin-right: 8px;
	color: #ffffff;
	background: #ed1c24;
	width: 17px;
	height: 17px;
	font-size: 10px;
	border-radius: 50%;
	line-height: 17px;
	text-align: center;
	display: inline-block;
}
#why_us_car {
	margin-top: 5px;
}
#our_fleet {
	padding: 35px 0;
}
.fleet {
	margin: 20px 0;
}
.fleet img {
	margin: auto;
	display: block;
}
/*#prices {
	background: url("../../images/prices_bg.png") no-repeat center center;
	height: 700px;
	padding: 110px 0;
}*/
#prices {
	background: #2e2e2e none repeat scroll 0 0;
}
#prices h1 {
	margin: 10px 0 0;
	color: #c6c6c6;
}
#prices p {
	color: #c6c6c6;
	font-size: 20px;
	text-align: center;
}
#prices hr {
	width: 25%;
	border-color: #c6c6c6;
	margin: 10px auto;
}
#prices .price {
	text-align: center;
}
#prices .price h1 {
	font-size: 60px;
	margin-bottom: 0;
}
#prices .price h2 {
	margin-top: 0;
	color: #c6c6c6;
	text-transform: uppercase;
	font-size: 25px;
}
#about_us {
	padding: 35px 0;
	border-bottom: 12px solid #ed1c24;
}
#about_us p {
	text-align: center;
	line-height: 25px;
	margin-bottom: 50px;
}
#about_us .about {
	width: 180px;
	margin: auto;
	height: 180px;
	border-radius: 50%;
	border: 8px solid #3d3d3d;
}
#about_us .about img {
	display: block;
	margin: 44px auto 0;
}
#about_us .about-info {
  margin: auto;
  max-width: 200px;
  text-align: center;
}
.payBycard {
  font-size: 22px;
}
#about_us .about-info h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
footer {
	padding: 40px 0;
	background: #3d3d3d;
}
.footer_new_top a {
  color: #000;
}
.footer_links_ul {
	display:none;
}
.footer_links_ul li a{
  color: #ffffff;
  font-size: 20px;
  margin-top: 5px;
  text-align: center;
  text-transform: capitalize;
}
.footer_links_ul li {
  position: relative;
}
.footer_new_ul li {
  clear: both;
  margin: 0 0 4px;
}
.footer_new_heading{
	
}
.footer_new_heading h1, .footer_new_top h1 {
  display: inline-block;
  margin: 0 auto 12px;
  position: relative;
}
.footer_new_heading h1::after, .footer_new_top h1::after {
  background: #ed1c24 none repeat scroll 0 0;
  bottom: -5px;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
#footer-nav {
	margin: 30px 0;
}
#footer-nav a {
	font-size: 20px;
	color: #ffffff;
}
#footer-nav a:hover {
	text-decoration: none;
	color: #d2d2d2;
}
footer ul.list-inline li {
	margin-bottom: 10px;
}
footer ul.list-inline img:hover {
	opacity: .7;
}
span.text-danger {
	color: #ed1c24;
}
.footer-details h2 {
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 25px;
}
.footer-details a {
	color: #ffffff;
}
.footer-details a:hover {
	text-decoration: none;
	color: #d2d2d2;
}
.copyright {
	color: #ffffff;
	margin: 20px;
}
footer p {
	color: #ffffff;
}
/*@@@@@@@@@@@@@@ Inner Page CSS @@@@@@@@@@@@@@@@@@@@@@@@*/
.banner_info_col h3 {
	font-size: 30px;
	font-weight: 500;
	position: relative;
}
.banner_info_col h3::after {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 100%;
	margin: auto;
	position: absolute;
	right: -16px;
	top: 0;
	width: 2px;
}
.banner_info_col .last_col h3::after {
	display: none;
}
.banner_info_col a {
	color: #fff;
	display: block;
	font-family: "museo";
}
.banner_info_col a:hover {
	text-decoration: none;
}
.banner_info_col {
	text-align: center;
}
.pricedata_loop {
  text-align: center;
  width: 25%;
}
.pricedata_loop_inn ul {
  padding: 30px 8px;
}
#priceheading_1 {
  background: #c6c6c6 none repeat scroll 0 0;
  line-height: normal;
  padding: 55px 0;
}
.pricedata_gray_bg {
  background: #444444 none repeat scroll 0 0;
}
.pricedata_gray_bg ul li{
  color:#c6c6c6;
}
.pricedata_white_bg {
  background: #c6c6c6 none repeat scroll 0 0;
}
.pricedata_white_bg ul li {
  color: #2e2e2e;
}
.pricedata_loop_inn h3 {
  margin: 0;
  font-size: 54px;
}
.pricedata_loop_inn span {
  margin: 0;
  font-size: 60px;
}
#priceheading_2, #priceheading_4{
  background: #2e2e2e none repeat scroll 0 0;
}
#priceheading_2 h3, #priceheading_4 h3 {
  background: #444444 none repeat scroll 0 0;
  color: #fff;
}
#priceheading_3 {
  background: #ed1c24 none repeat scroll 0 0;
  color:#fff;
}
#priceheading_3 .price-table {
  background: #c10209 none repeat scroll 0 0;
}
#priceheading_2 .price-table, #priceheading_4 .price-table {
  background: #2e2e2e none repeat scroll 0 0;
  color: #fff;
}
.pricedata_loop_inn ul li {
  font-size: 22px;
  padding: 8px 0;
}
.priceheading_top {
  min-height: 171px;
}
.per_month {
  font-size: 18px !important;
  margin: 0;
}
.ServiceType span {
  color: #ed1c24;
}
.ServiceType {
  margin: 20px 0 0;
}
#priceheading_loop_1 {
	-webkit-transform: scale(1.03));
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	
	-webkit-box-shadow: 0px 0px 7px 1px rgba(72,72,72,1);
	-moz-box-shadow: 0px 0px 7px 1px rgba(72,72,72,1);
	box-shadow: 0px 0px 7px 1px rgba(72,72,72,1);
}

.color_blue{
	color:#0006ff;
}

/*@@@@@@@@@@@@@@ End inner Page CSS @@@@@@@@@@@@@@@@@@@@@@@@*/

@media (min-width: 768px) and (max-width: 991px) {
body {
	padding-top: 211px;
}
.navbar-header, #collapse {
	float: none;
	text-align: center;
}
.navbar-brand, ul.navbar-nav {
	display: inline-block;
	float: none !important;
}
.navbar-brand {
	margin: 15px 0;
}
.navbar-brand img {
	width: 100%;
}
.navbar-nav a {
	padding-top: 5px !important;
}
#prices .price h1 {
	font-size: 50px;
}
#prices .price h2 {
	font-size: 20px;
}
.input-fields-group p {
	font-size: 12px;
}
}
 @media (max-width: 767px) {
body {
	padding-top: 50px;
}
.navbar-nav a {
	padding: 12px !important;
	border-bottom: 1px solid #38373c;
}
.navbar-nav li:last-child a {
	border-bottom: none;
}
#banner {
	background-position: left top;
	border-bottom: 0;
}
#banner:after {
	display: none;
}
.banner-content h1 {
	font-size: 40px;
}
.banner-content h2 {
	font-size: 25px;
}
.banner-content p {
	font-size: 15px;
	line-height: 25px;
}
.input-fields-group li {
	display: none;
}
.input-fields-group a, .input-fields-group a.review {
	width: 40%;
	margin: 10px auto;
	display: block;
	padding: 15px 25px;
	border: 3px solid #ffffff;
	background: none;
	border-radius: 4px;
	font-size: 20px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	position: static;
}
#why_us {
	background: #c6c6c6;
	height: auto;
	padding: 30px 0;
}
#why_us h1 {
	font-size: 25px;
}
#services h1, #our_fleet h1, #about_us h1 {
	font-size: 35px;
}
#prices {
	padding-top: 100px;
}
#prices h1 {
	font-size: 30px;
}
#prices hr {
	width: 60%;
}
#prices .price h1 {
	font-size: 30px;
}
#prices .price h2 {
	font-size: 18px;
}
#prices p {
	font-size: 18px;
}
footer ul.list-inline {
	text-align: center;
}
}
@media (max-width: 500px) {
.input-fields-group a, .input-fields-group a.review {
	width: 100%;
}
#prices .price h1 {
	font-size: 18px;
}
.footer_links_ul {
	display:block;
}
.footer_links_ul li a{
  font-size: 15px;
}
.footer_links_ul li {
  border-bottom: 1px solid #ccc;
  float: left;
  margin-right: 2%;
  position: relative;
  text-align: center;
  width: 48%;
}
.footer_links_ul li a {
  display: block;
  padding: 4px;
}
.desktop_links{
	display:none;
}
.input-fields-group {
  clear: both;
  display: block;
  width: 96%;
}
#prices .price h2 {
	font-size: 14px;
}
#prices p {
	font-size: 16px;
}
.pricedata_loop_inn h3, .pricedata_loop_inn ul li, .pricedata_loop_inn span, .per_month {
  font-size: 68%;
}
.per_month {
  font-size: 68% !important;
}
.pricedata_loop_inn h3 {
  padding: 8px 6px;
}
.pricedata_loop_inn ul li {
  border-bottom: 1px solid #000;
  line-height: 13px;
  min-height: 37px;
  padding: 5px 0;
}
.pricedata_loop_inn ul {
  padding: 30px 0;
}
#priceheading_1 {
  padding: 30px 0;
}
.priceheading_top {
  min-height: 87px;
}
.banner_info_col h3 {
  font-size: 24px;
  margin: 10px 0;
}
.res_media_col {
  overflow-x: hidden;
}
.airport_table th, .airport_table td {
  font-size: 80%;
}

}



.banner_red h1 {
    font-size: 32px;
    border-bottom: 2px solid rgb(237, 28, 36);
    padding-bottom: 15px;
    display: inline-block;

}


@media (min-width: 320px) and (max-width: 500px) {
    
.banner-content h1 {
    font-size: 20px;
} 

.banner_red h1 {
   font-size: 9px; 
   padding-bottom: 10px;
}

}

}
 