h3 {
  font-size: 20px;
}

a:focus {
  outline: none !important;
}

.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-green {
  color: #fff;
  background: #6b9404;
  font-size: 12px;
}
.btn-green:hover {
  background: #618701;
  color: #fff;
}

.btn-white {
  color: #111;
  background: #fff;
}
.btn-white:hover {
  background: #f99400;
}

.btn-orange {
  color: #111;
  background: #f99400;
}
.btn-orange:hover {
  background: #fff;
}

.book-btn {
  position: fixed;
  width: 52px;
  height: 145px;
  right: 0;
  top: 50%;
  z-index: 2;
  margin-top: -50px;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 16.8px;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
body.faded {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
body:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 94px;
  z-index: 2;
  left: 0;
  top: -94px;
  background: #212121;
}

.ace-bodywarp, .outer-wrap {
  padding-top: 94px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.ace-bodywarp:before, .outer-wrap:before, .ace-bodywarp:after, .outer-wrap:after {
  content: " ";
  clear: both;
  display: table;
}

.outer-wrap {
  padding-top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}

.section-home {
  padding: 0;
  height: auto;
  position: relative;
}

.main-header {
  width: 100%;
  background-color: #212121;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  height: 94px;
  -webkit-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.65);
  box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.65);
  -webkit-transition: top 0.2s;
  -moz-transition: top 0.2s;
  -o-transition: top 0.2s;
  transition: top 0.2s;
}

.account-sub {
  display: none;
}

.menu-mask {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background: #000;
  position: fixed;
  z-index: 100;
  cursor: pointer;
  overflow: auto;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.sub-menu {
  width: 300px;
  right: -350px;
  height: 100%;
  background: #111;
  position: fixed;
  overflow: auto;
  top: 0;
  z-index: 101;
  padding: 94px 25px 0 25px;
  -webkit-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  -webkit-box-shadow: -4px 0px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -4px 0px 7px rgba(0, 0, 0, 0.3);
  box-shadow: -4px 0px 7px rgba(0, 0, 0, 0.3);
}
.sub-menu h4 {
  margin-top: 30px;
  color: #f99400;
  padding-left: 25px;
}

.fc-menu, .sm-menu {
  margin: 0 0 30px 0;
  padding: 0 0 0 25px;
  list-style: none;
}
.fc-menu > li, .sm-menu > li {
  padding: 7px 0;
}
.fc-menu > li a, .sm-menu > li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 300;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.fc-menu > li a:hover, .sm-menu > li a:hover {
  color: #999;
}

.fc-menu ul {
  padding: 5px 0 5px 15px;
  margin: 0;
  display: none;
  list-style: none;
}
.fc-menu ul li {
  padding: 2px 0;
}
.fc-menu ul li a {
  font-size: 12px;
}
.fc-menu ul li a:hover {
  color: #f99400;
}

.anim1 > li.sbm {
  position: relative;
  cursor: pointer;
}
.anim1 > li.sbm:after {
  content: "\f107";
  font-family: "fontAwesome";
  position: absolute;
  right: 10px;
  top: 7px;
  color: #595959;
}

.fc-menu {
  overflow: hidden;
}
.fc-menu > li {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.fc-menu > li:nth-child(2) {
  -webkit-animation-delay: 0.05s !important;
  -moz-animation-delay: 0.05s !important;
  animation-delay: 0.05s !important;
}

.sm-menu li a {
  font-size: 11px;
}

.hire-now {
  clear: both;
  padding-left: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.hire-now a {
  width: 100%;
  height: 48px;
  padding: 0;
  line-height: 48px;
}

.slide-submenu .sub-menu {
  right: 0;
}

.close-icon {
  width: 25px;
  height: 25px;
  position: relative;
  display: block;
  float: right;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 2px;
  margin: auto;
  height: 100%;
  background: #fff;
}
.close-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #fff;
}

.logo {
  padding: 10px 0;
}
.logo a {
  outline: 0;
}
.logo a img {
  max-width: 180px;
  display: block;
  height: auto;
}

.main-menu {
  float: right;
  margin-right: -15px;
}
.main-menu > ul {
  padding: 0;
  margin: 0;
}
.main-menu > ul li {
  display: inline-block;
  margin-left: -4px;
}
.main-menu > ul li a {
  height: 94px;
  line-height: 94px;
  padding: 0 16px;
  display: block;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.main-menu > ul li:hover a {
  background-color: #151515;
}
.main-menu > ul li:first-child a {
  color: #f99400;
}

.main-menu > ul li.toggle-menu {
  border-left: 1px solid #6a6a6a;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.main-menu > ul li.toggle-menu a span {
  width: 27px;
  height: 2px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: #fff;
  margin-right: 12px;
}
.main-menu > ul li.toggle-menu a span:after, .main-menu > ul li.toggle-menu a span:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  background: #fff;
}
.main-menu > ul li.toggle-menu a span:before {
  top: -6px;
}
.main-menu > ul li.toggle-menu a span:after {
  bottom: -6px;
}

.section-home > .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.prop-group {
  margin-top: 185px;
}
.prop-group > div {
  background: rgba(0, 0, 0, 0.55);
  height: 130px;
  display: table;
}
.prop-group > div:nth-child(3) {
  background: rgba(249, 148, 0, 0.55);
}

.prop-box {
  display: table-cell;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.prop-box h3 {
  font-weight: 400;
}
.prop-box .prop-tick {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: -32px auto 0 auto;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #212121;
  color: #fff;
  font-size: 60px;
  line-height: 64px;
}

.title {
  margin-bottom: 60px;
}
.title h1, .title h2 {
  margin: 0;
  font-size: 60px;
  font-weight: 300;
  color: #f99400;
}
.title p {
  padding-top: 10px;
  margin-bottom: 0;
  font-size: 32px;
  color: #c5c5c5;
  line-height: normal;
  color: rgba(255, 255, 255, 0.66);
  font-weight: 300;
}

.section-foc {
  background-color: #212121;
  height: auto;
  position: relative;
}

.section-foc:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 40%;
  background-image: url("../images/car-shadow.png");
  background-color: #F2F2F2;
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.car-type {
  background: #fff;
  border: 1px solid #3c3c3c;
  padding: 0 25px;
}
.car-type > h2 {
  margin: 0;
  padding: 15px 0;
  font-size: 32px;
  letter-spacing: 0.5px;
  position: relative;
}
.car-type > h2:before {
  content: "\f0d9";
  position: absolute;
  color: #fff;
  top: 0;
  font-family: "fontAwesome";
  font-size: 60px;
  display: block;
  left: -42px;
}
.car-type > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.car-type > ul li {
  margin-right: -25px;
  margin-left: -25px;
  padding: 15px 10px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.car-type > ul li:hover {
  opacity: 0.9;
}

.car-type > ul li .btn {
  padding: 4px 5px;
}
.car-type > ul li h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #f99400;
  font-size: 14px;
  font-weight: 600;
}
.car-type > ul li span {
  color: #000;
  font-size: 11px;
}
.car-type > ul li:last-child {
  border-bottom: 4px solid #c4421c;
}
.car-type > ul li:nth-child(2n+1) {
  background: #f2f2f2;
}
.car-type > ul li:nth-child(2n+2) {
  background: #e5e5e5;
}

.car-img {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.car-img img {
  transform-style: inherit !important;
}

.foc-carousel .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 65%;
}
.foc-carousel .owl-nav > div {
  position: absolute;
  font-size: 60px;
  color: #fff;
  margin-top: -30px;
}
.foc-carousel .owl-nav .owl-next {
  right: -30px;
}
.foc-carousel .owl-nav .owl-prev {
  left: -30px;
}
.foc-carousel .owl-dots {
  text-align: center;
}
.foc-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #d7d7d7;
  margin: 0 5px;
}
.foc-carousel .owl-dots .owl-dot.active {
  background: #f99400;
}

.section-network {
  background-image: url("../images/location-bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left bottom;
  background-color: #000;
}
.section-network .title h2 {
  color: #fff;
}
.section-network .network-group {
  display: table;
  width: 85%;
  margin: -20px auto 0 auto;
  height: 100%;
}
.section-network .network-group > div {
  display: table-cell;
  padding: 0 20px 75px 20px;
  border-left: 1px solid #4e4e4e;
  vertical-align: top;
  float: none;
  padding-left: none;
}
.section-network .network-group > div:first-child {
  border-left: 0;
}
.section-network .network {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-network .network li {
  color: #f99400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 3px 0;
}

.section-app {
  background-image: url(../images/app-bg.jpg);
  background-color: #333;
}
.section-app > .container {
  display: table;
  height: 100%;
}
.section-app > .container > .row {
  display: table-cell;
  vertical-align: middle;
}
.section-app .title h2 {
  font-size: 48px;
  font-weight: 400;
}
.section-app .title h2 span {
  display: block;
}
.section-app .title h2, .section-app .title p {
  color: #000;
}
.section-app .title p {
  font-size: 20px;
  color: #666666;
  padding: 20px;
  font-weight: 400;
}
.section-app .btn-google-play {
  text-align: center;
}

.main-footer {
  height: auto;
  padding: 30px 0 0 0;
}
.main-footer h4 {
  margin-top: 0;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #f99400;
}
.main-footer .footer-address {
  color: #595959;
}
.main-footer .social-icons {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-footer .social-icons li {
  display: inline-block;
  margin-right: 5px;
}
.main-footer .social-icons li a {
  font-size: 20px;
  color: #3B5997;
}
.main-footer .social-icons li a i {
  background: #fff;
}
.main-footer .social-icons li a:hover {
  text-decoration: none;
}
.main-footer .social-icons li + li a {
  color: #00AAF0;
}

.fl-group {
  margin-bottom: 30px;
}
.fl-group > div {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
  border-left: 1px solid #dbdbdb;
  height: 100%;
}
.fl-group > div:first-child {
  border: none;
}

.footer-link {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-link li {
  display: block;
  padding-bottom: 5px;
}
.footer-link li a {
  font-size: 12px;
  color: #595959;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.footer-link li a:hover {
  text-decoration: none;
  color: #000;
}

.copyrights {
  background-color: #212121;
  padding: 20px 0;
}
.copyrights p, .copyrights a {
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  margin-bottom: 0;
  color: #c3c3c3;
  letter-spacing: 1px;
}
.copyrights p span, .copyrights a span {
  color: #f99400;
}

.inner-pages {
  padding-top: 0;
}
.inner-pages .title {
  position: relative;
  margin-bottom: 20px;
  top: -45px;
}
.inner-pages .title h1 {
  display: inline-block;
  background: #f99400;
  color: #fff;
  padding: 10px 30px;
}

.inner-banner {
  background-color: #212121;
  background-image: url(../images/inner-banner.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 200px;
}

.car-box {
  margin-bottom: 40px;
}
.car-box > .row {
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.car-box > .row:hover {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.details-btn {
  padding-top: 20px;
}
.details-btn a {
  font-size: 12px;
}
.details-btn a:first-child {
  margin-right: 5px;
}

.note sup {
  color: red;
  font-size: 12px;
}

input::-webkit-input-placeholder, button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input, textarea, select {
  border: none !important;
  border-bottom: solid 2px #f2f2f2 !important;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

input:focus, textarea, select, textarea:focus, input:valid {
  box-shadow: none !important;
  outline: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

input:focus::-webkit-input-placeholder {
  color: #f99400;
  font-size: 11px;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  visibility: visible !important;
}

form.hire-car .form-group .form-control {
  padding-left: 0;
}
form.hire-car .form-group .label {
  color: #212121;
  font-weight: normal;
  font-size: 12px;
  padding-left: 0;
}
form.hire-car .form-group .label sup {
  color: red;
}

#aceServices > li {
  display: block;
  float: none;
}
#aceServices > li > a {
  padding: 15px 10px;
  color: #595959;
  border: none;
  border-bottom: 2px solid #fff !important;
  background: #f9f9f9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#aceServices > li > a:hover {
  background: #fff;
  color: #212121;
  border-left: 5px solid #f99400;
}
#aceServices > li.active a {
  background: #fff;
  color: #212121;
  border-left: 5px solid #f99400;
}

.address {
  border-left: 5px solid orange;
  min-height: 150px;
  padding-left: 15px;
}

.footer-inner {
  padding-top: 30px;
  border-top: 1px solid #f2f2f2;
}


.tagline
{
margin-bottom:50px;
color: #fff;
font-size:40px;
font-weight: 600;
margin-top:0px !important;
padding-top:0px !important;
text-shadow:2px 1px 2px rgba(0,0,0,0.7)  !important;

}

.keepMeText
{
color: #595959 !important;
    font-size: 12px;
    font-weight: normal;
    padding-left: 0;
	padding-top:0px !important;
}


.bedcrum {
    font-size: 11px;
    padding-bottom:0px;
	margin-bottom:0px;
    padding-top: 1%;
    text-transform: none;
	padding-left:0px !important;
	margin-left:0px !important;
}

.paddCls
{
padding-right:0px !important;
}

.select-car{
  margin: 0 -15px 10px -15px;  
}
.selected-car{  
  font-size: 14px;
  padding-left: 5px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ccc;
  margin-bottom: 21px;
  position: relative;
}

.selected-car:after{
  content: "\f0d7";
  position: absolute;
  right: 5px;
  line-height: 36px;
  font-family: "fontAwesome";
}


.carbook-btn{
  padding-top: 10px;
}
.carbook-btn{
  display: none;
}


.cars-wrapper{
  position: absolute;
  width: 100%;
  height: 100%;  
  left: 0;
  top: 0;  
  display: none;
  z-index: 9999;
  overflow: auto;
  padding: 25px 20px;
}

.overlay{
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%; 
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.8);
}

.cars-wrapper ul{
  background: #fff;
  padding:0 15px;
  border-radius: 3px;
  margin: 0;
  list-style: none;
  box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.1);
}

.cars-wrapper ul li{
  display: block;
  padding: 15px 15px;
  margin: 0 -15px;  
  border-top: 1px solid #dfdfdf;
}
.cars-wrapper ul li:first-child{
  border-top: 0;
}

.active-car{
  color: #f99400;  
}

.z-ind{
  z-index: -1;
}


/*****************************
Bug Fixing css
******************************/
.owl-carousel .owl-item .car-img img{
    display: block;
    width: auto;
    max-width: 100%;
  }
  .owl-carousel.owl-loaded{
    position: relative;
    z-index: 1;
  }
  .home-slider .slider-item *, .car-img,.select-car *,.carbook-btn{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .section-home{
    overflow: hidden;
  }


.privacy{text-align:justify;}
.privacy ul{
	margin-bottom: 10px;
}
.privacy ul li{
	margin-bottom:10px;
}







