@font-face {
    /*font-family: "ClanPro-Book";*/
    font-family: "Helvetica";
    font-weight: 300;
    /*src: url("../fonts/clan/ClanPro-Book.otf") format("opentype");*/
    src: url("../fonts/helvetica.ttf") format("truetype");
}

@font-face {
    font-family: "gilroy-light";
    font-weight: 600;
    src: url("../fonts/gilroy/Gilroy-Light.otf") format("opentype");
}
@font-face {
    font-family: "gilroy-bold";
    font-weight: 600;
    src: url("../fonts/gilroy/Gilroy-ExtraBold.otf") format("opentype");
}
@font-face {
    font-family: "gilroy-bd";
    font-weight: 600;
    src: url("../fonts/gilroy/Gilroy-Bold.woff");
}

*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
ul {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300;
    color: #000;
    letter-spacing: 0.1px;
}

body {
    background-color: #ffffff;
    color: #44444d;
}

.strong {
    font-weight: 600;
    color: #000;
    letter-spacing: 0.1px;
}
.free {
    
    color: blue;
    letter-spacing: 0.1px;
}

.light {
    font-weight: 300;
    color: #000;
    letter-spacing: 0.1px;
}

#scroll-top {
    color: #fff !important;
}

footer  span {
   color: #fff; 
}
footer i.fab {
    color: #fff !important;
}
a {
    outline: none!important;
}

a:hover {
    text-decoration: none;
}

.no-margin {
    margin: 0!important;
}

.no-top-margin {
    margin-top: 0!important;
}

.no-bottom-margin {
    margin-bottom: 0!important;
}

.no-left-margin {
    margin-left: 0!important;
}


.no-right-margin {
    margin-right: 0!important;
}

.no-padding {
    padding: 0!important;
}

.no-top-padding {
    padding-top: 0!important;
}


.no-bottom-padding {
    padding-bottom: 0!important;
}

.no-left-padding {
    padding-left: 0!important;
}


.no-right-padding {
    padding-right: 0!important;
}

.no-border {
    border: 0px!important;
}

.navbar-brand {
        float: left;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    height: auto;

}

.navbar-nav>li>a {
    font-size: 16px;
    padding: 20px 30px;
    /*border-top: 4px solid #333; */
}

.navbar-brand img {
    height: 60px;
}

.navbar {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    margin-bottom: 0;
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav>li.active>a,
.nav>li.active>a:focus,
.nav>li.active>a:hover {
    text-decoration: none;
    background-color: #37b38b;
    color: #fff;
}

.page-content {
    /*margin-top: 60px;*/
}

.banner {
    background-size: cover;
    padding-top: 190px;
    padding-bottom: 80px;
    position: relative;
}

.banner-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.banner-head {
    color: #fff;
    margin-top: 70px;
    line-height: 50px;
    font-size: 40px;
}

.banner-head .strong {
    color: #fff;
}

.banner-form {
    background-color: #fff;
    border-top: 10px solid #eee;
    padding: 30px;
    border-radius: 5px;
}

.banner-form .fields {
    margin-bottom: 20px!important;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.banner-form .left {
   float: left;
width: 60px;
height: 60px;
margin-right: 20px;
margin-top: 14px;
}

.banner-form .right {
    margin-left: 70px;
}

.banner-form h3 {
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
}

.banner-form h5 {
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
  
    background: 
#24243e;
color:
    #fff;
    border-radius: 4px !important;
    padding: 3px 10px !important;
}
.banner-form h5:hover, .banner-form h5:focus{
     background: 
#1d1d39;
color:
    #fff !important;
}

.banner-form h5 i {
    color: #fff;
    left: 0;
    transition: all 0.4s;
}

.banner-form .right a {
    text-decoration: none;
}

.banner-form .right a:hover h5,
.banner-form .right a:focus h5,
.banner-form .right a:active h5 {
    color: #fff;
}

.banner-form .right a:hover h5 i,
.banner-form .right a:focus h5 i,
.banner-form .right a:active h5 i {
    color: #fff;
    position: relative;
    left: 5px;
    transition: all 0.4s;
}

.note-or a {
   color:
#24243e;
font-weight: bold;
}

.note-or:hover a,
.note-or:active a,
.note-or:focus a {
    color: #278064;
    text-decoration: none;
}

.menu-btn {
    padding: 10px 15px!important;
    margin: 10px;
    line-height: 15px!important padding-top: 13px!important;
    background-color: #37b38b;
    color: #fff;
}

.white-section {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;

}

.gray-section {
    background-color: #f8f8f9;
    padding-top: 80px;
    padding-bottom: 80px;
}
.black-section {
    background-color: rgba(0,0,0,0.8);
    padding-top: 80px;
    padding-bottom: 80px;
}
.black-section * {
    color: #fff !important;
}
.black-section .title-divider {
    background-color: #fff !important;
}
.img-block img {
    max-height: 300px;
    margin: 0 auto;
    max-width: 100%;
}

.content-block h2 {
   margin-top: 5px;

margin-bottom: 5px;
color: #24243e;
font-size: 24px !important;

font-weight: bold;
}

.content-block p {
   margin-bottom: 20px;
line-height: 22px;
font-size: 14px;

}

.title-divider {
    display: inline-block;

width: 50px;

height: 2px;

background-color:
#24243e;

margin-bottom: 20px;
}

.content-more {
    margin: 0;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #3c8991;
}

.content-more i {
    color: #000;
    -webkit-transition: all .1s cubic-bezier(.9, 0, .1, 1);
    transition: all .1s cubic-bezier(.9, 0, .1, 1);
}

.content-more {
    text-decoration: none;
}

.content-more:hover,
.content-more:focus,
.content-more:active {
    color: #278064;
}

.content-more:hover i,
.content-more:focus i,
.content-more:active i {
    color: #278064;
    position: relative;
    left: 5px;
    -webkit-transition: all .1s cubic-bezier(.9, 0, .1, 1);
    transition: all .1s cubic-bezier(.9, 0, .1, 1);
}


.full-section {
    position: relative;
}

.full-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    background-size: cover;
    background-position: center center;
}

.content-block h3 {
    margin-bottom: 0px;
    margin-top: 0;
}

.content-more-btn {
    margin: 0;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #37b38b;
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    padding-top: 18px;
}

.content-more-btn i {
    /*background-color: #37b38b;*/
    color: #fff;
    -webkit-transition: all .1s cubic-bezier(.9, 0, .1, 1);
    transition: all .1s cubic-bezier(.9, 0, .1, 1);
}

.content-more-btn {
    text-decoration: none;
}

.content-more-btn:hover,
.content-more-btn:focus,
.content-more-btn:active {
    background-color: #278064;
    color: #fff;
}

.content-more-btn:hover i,
.content-more-btn:focus i,
.content-more-btn:active i {
    /*background-color: #278064;*/
    color: #fff;
    /*position: relative;
    left: 5px;*/
    -webkit-transition: all .1s cubic-bezier(.9, 0, .1, 1);
    transition: all .1s cubic-bezier(.9, 0, .1, 1);
}

.find-city {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #eee;
}

.find-form input {
    border: 0;
    border-radius: 0;
    line-height: 10px;
    padding: 16px 15px 12px 12px;
    height: 45px;
    box-shadow: none!important;
}

.find-form span {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.find-form span button {
    border: 0;
    padding: 0;
    border-radius: 0;
    height: 45px;
    padding: 10px 20px;
    background-color: #37b38b;
}

.find-form span button i {
    color: #fff;
}

.find-form {
    max-width: 400px;
    margin-top: 30px;
}

.footer-city {
    width: 100%;
    height: 390px;
    background-repeat: no-repeat;
    background-position: right bottom;
   /* background-color: #eee;*/
    background-size: cover;
}

.footer {
    background-color: #000;
    color: #fff;
    padding-top: 70px;
}

.footer .logo-img {
    max-width: 150px;
}

.footer .logo-img img {
    max-width: 100%;
    height: 20px;
}

.footer-logo {
    border-bottom: 1px solid #555;
    margin-bottom: 35px!important;
    padding-bottom: 25px;
    margin-left: 15px!important;
    margin-right: 15px!important;
}

.footer ul {
    list-style: none;
    color: #fff;
    padding: 0;
}

.footer ul li a {
    color: #fff;
    line-height: 26px;
    margin-bottom: 5px;
    display: inline-block;
}

.footer h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.footer .social a i {
    color: #ddd;
}

.footer .social li {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}

.footer .app img {
    height: 40px;
    margin-bottom: 10px;
}

.footer .copy p {
    color: #fff;
    text-align: center;
    font-size: 10px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.footer .copy {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #555;
}

/*.navbar-brand {
    margin-left: 60px!important;
    margin-right: 50px;
}*/






body {
    position: relative;
    overflow-x: hidden;
}

body,
html {
    height: 100%;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
}


/*-------------------------------*/


/*           Wrappers            */


/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    /*padding-left: 220px;*/
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 60px;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    /*padding-top: 70px;*/
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}


/*-------------------------------*/


/*     Sidebar nav styles        */


/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}


.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}

.sidebar-nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav li a img {
    max-width: 100%;
    max-height: 40px;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}


/*-------------------------------*/


/*       Hamburger-Cross         */


/*-------------------------------*/

.hamburger {
    position: fixed;
    top: 15px;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 15px;
    background: transparent;
    border: none;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}

.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #1a1a1a;
}

.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -1px;
}

.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #1a1a1a;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open .hamb-middle {
    display: none;
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}


/*-------------------------------*/


/*            Overlay            */


/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1;
}


.content-block.small h2 {
    font-size: 22px;
}

.full-white {
    padding: 10px;
}

.full-white a {
    background-color: #fff;
    color: #333!important;
    padding: 10px!important;
    text-align: center;
    line-height: 21px;
    padding-bottom: 6px!important;
}

.full-white a:hover,
.full-white a:focus,
.full-white a:active {
    background-color: #fff!important;
    text-decoration: none;
    color: #000!important;
}

.white-border {
    padding: 10px;
}

.white-border a {
    background-color: #000;
    color: #fff!important;
    padding: 10px!important;
    text-align: center;
    line-height: 21px;
    padding-bottom: 6px!important;
    border: 2px solid #fff;
}

.white-border a:hover,
.white-border a:focus,
.white-border a:active {
    background-color: #fff;
    text-decoration: none;
    color: #fff!important;
}

.sub-head {
    margin-top: 0;
    line-height: 50px;
    margin-bottom: 15px;
}

.car-tab .nav-tabs>li>a {
    border: 0;
    border-bottom: 4px solid transparent!important;
    border-radius: 0;
    padding: 10px 0px 10px 0px;
    margin-right: 20px;
    font-size: 16px;
}

.car-tab .nav-tabs li.active a,
.car-tab .nav-tabs li.active a:hover,
.car-tab .nav-tabs li.active a:focus,
.car-tab .nav-tabs li.active a:active,
.car-tab .nav-tabs li a:hover,
.car-tab .nav-tabs li a:focus,
.car-tab .nav-tabs li a:active {
    color: #37b38b;
    border: 0;
    border-bottom: 4px solid #37b38b!important;
    background-color: transparent;
}

.car-slide {
    margin-top: 30px;
    text-align: center;
}

.car-slide img {
    max-width: 100%;
}

.two-title {
    line-height: 30px;
    margin-top: 0!important;
}

.two-title .strong {
    font-weight: 600;
    color: 
    #000;
    letter-spacing: 0.1px;
    margin-top: 10px !important;
    display: inline-block;
    margin-bottom: 10px;
}
.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


.fare-form input {
    border: 0;
    border-radius: 0;
    line-height: 10px;
    padding: 16px 15px 12px 12px;
    height: 45px;
    box-shadow: none!important;
}

.fare-form span {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.fare-form span button {
    border: 0;
    padding: 0;
    border-radius: 0;
    height: 45px;
    padding: 10px 20px;
    background-color: #37b38b;
}

.fare-form span button i {
    color: #fff;
}

.fare-form {
    max-width: 400px;
    margin-top: 10px;
    width: 100%;
}

.fare-form input {
    border: 1px solid #eee;
}

.fare-radio input[type=radio] {
    display: none;
}

.fare-radio input:checked+label {
    background-color: #000;
    color: #fff;
}

.fare-radio label {
    width: 100%!important;
    display: block!important;
    max-width: 400px;
    height: 40px;
    padding: 10px;
    border-bottom: 1px solid #111;
    margin: 0;
}

.fare-radio label .name {
    float: left;
}

.fare-radio label .rate {
    float: right;
}

.fare-radio input:checked+label .name,
.fare-radio input:checked+label .rate {
    color: #fff;
}

.fare-detail {
    margin-top: 20px;
}

.full-primary-btn {
    border: 0;
margin: 0;
    margin-top: 0px;
padding: 0;
padding: 10px;
    padding-top: 10px;
padding-top: 14px;
background-color:
#24243e;
color:
#fff;
text-align: center;
display: block;
width: 100%;
margin-top: 20px;
font-weight: 600;
border-radius: 5px;
}

.fare-btn {
    max-width: 400px;
}

.drive-btn {
    max-width: 300px;
    display: inline-block;
    width: auto;
}

.full-page-bg {
    background-size: cover;
    position: relative;
}

.log-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.full-page-bg-inner {
    padding: 30px 30px;
}

.login-logo {
    padding: 20px;
    background-color: transparent;
    display: inline-block;
}

.login-logo img {
    height: 70px;
}

.log-left h2 {
    font-size: 4.5em;
    color: #fff;
    margin-top: 0;
width: 100%;
display: inline-block;
}

.log-left p {
    color: #fff;
    line-height: 2em;
    font-size: 1.2em;
}

.login-box-outer {
    max-width: 500px;
    float: right;
    width: 75%;
}

.login-box {
  background-color:
#f1f1f1;
padding: 20px 20px;
min-height: 380px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.log-blk-btn {
    background-color: #111;
    padding: 20px;
    display: block;
    color: #fff;
    text-align: center;
    padding-bottom: 16px;
}

.log-blk-btn:hover,
.log-blk-btn:focus,
.log-blk-btn:active {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.login-box h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0;
}
.registerForm input{
    margin-bottom:10px  !important;
}
.checkBox input
{
    float: left;
margin-top: 4px !important;
}
.login-box input {
    display: block;
    border-radius: 0px;
    padding: 10px;
    padding-top: 14px;
    height: 40px;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid
#ddd;
position: relative !important;

box-shadow: none;
}
.login-box .gp{
    margin: 0 !important;
    font-weight: bold;
}
.login-box select {
    display: block;
    border-radius: 0px;
    padding: 10px;
    height: 40px;
    margin-bottom: 15px;
    width: 100%;
}

.log-teal-btn {
     padding: 12px;
    font-size: 15px;
    text-transform: uppercase;
    height: auto !important;
    background-color: #de1d1d;
   
    display: block;
    color: #fff;
    text-align: center;
   
    width: 100%;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.log-teal-btn:hover,
.log-teal-btn:focus,
.log-teal-btn:active {
    background-color: #b52121;
    color: #fff;
}

.log-teal-btn.fb {
    background-color: #3b5998;
    color: #fff;
    font-size: 10px;
    padding: 12px 10px 10px;
    margin: 5px 0px;
}

.log-teal-btn.fb i {
    color: #fff;
    margin-right: 10px;
}

.log-teal-btn.gp {
    background-color: #dd4b39;
    color: #fff;
    font-size: 10px;
    padding: 12px 10px 10px;
    margin: 5px 0px;
}

.log-teal-btn.gp i {
    color: #fff;
    margin-right: 10px;
}

.helper a {
      color: #000000;
    text-align: center;
    width: 100%;
    display: inline-block;

}

.helper a:hover,
.helper a:focus,
.helper a :active {
    color: #37b38b;
    text-decoration: none;
}

.helper {
    margin-bottom: 0;
}

.log-copy {
    background-color: #f1f1f1;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
}

@media screen and (max-width: 991px) {
    .img-block {
        margin-top: 20px;
    }

    .find-city {
        padding: 40px 0;
    }

    .img-block img {
        max-height: 300px;
        margin: 20px auto;
        max-width: 100%;
    }
    .full-img {
        position: relative;
        height: 300px;
        width: 400px;
        margin: 20px auto;
    }

    .login-box-outer {
        float: none;
        margin: 30px auto;
        width: 100%;
    }

    .content-block {
        margin-bottom: 30px;
    }
}

.checkbox label{
   display: flex;
align-items: center;
margin: 0;
padding-left: 0;
}

.checkbox input{
    margin: 0 5px 0 0 !important;

}


@media screen and (max-width: 800px) {

    .navbar-nav>li>a {
        font-size: 16px;
        padding: 20px 20px;
    }
}

@media screen and (max-width: 767px) {
    .log-left h2 {
        font-size: 40px;
        line-height: 55px;
    }
}

@media screen and (max-width: 500px) {
    .footer-city {
        height: 220px;
    }

    .log-left h2 {
        font-size: 30px;
        line-height: 45px;
    }

    .log-right {
        padding: 0;
    }
}



.checkbox input {
    display: inline-block;
    padding: 0!important;
    padding-top: 14px;
    height: 20px;
    width: 15px;
    margin-top: -1px;
}

.left img {
    height: 60px;
}

input[type=checkbox] {
    display: inline-block;
    padding: 0!important;
    padding-top: 14px;
    height: 14px;
    width: 16px;
    margin-top: -3px;
}


.full-page-bg-inner{
   /*  padding-top: 0; */
}
.full-page-bg{
    background-size: cover;
position: relative;
display: flex;
justify-content: center;
align-items: center;
min-height: 600px;
/* height: calc(100vh - 210px); */
}
#site-header{
    position: relative;
}



.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s; 
        -ms-transition: 1s all ease-in-out .1s; 
         -o-transition: 1s all ease-in-out .1s; 
            transition: 1s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url('../slider/1.jpg'); 
}
.fade-carousel .slides .slide-2 {
  background-image: url('../slider/2.jpg');
}
.fade-carousel .slides .slide-3 {
  background-image: url('../slider/3.jpg');
}
.fade-carousel .slides .slide-4 {
  background-image: url('../slider/4.jpg');
}
.fade-carousel .slides .slide-5 {
  background-image: url('../slider/5.jpg');
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

.authWrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.headerCustom{
    position: absolute !important;
    background: #24243e  !important;
    top: 0;
    width: 100%;
}
.headerCustom .navbar-default{
    background-color: transparent;
}
.sitefooter{
    padding: 10px !important;
}

/*.innerheader{
    position: absolute !important;
}*/
.innerheader #header-wrap{
    background-color: transparent;
}
.innerheader .navbar.navbar-default{
    background-color: transparent;
}
.banner.innerlogin {
    padding:120px 0px;
}

body{


    font-family: 'Montserrat', sans-serif !important;


}
#estimate-fare{
    background:
#f1f3f6;
border-top: 1px solid
#ddd;
border-bottom: 1px solid
#ddd;
padding: 50px 0px !important;

}

.fare-form input
{
    box-shadow: 1px 1px 6px 2px #ececec !important
}



form strong{
    font-weight: 100;
font-size: 11px;
color:
red;
}
.help-block{
    margin-top: 0;
    position: relative;
    top: -10px;
    margin-bottom: 0;
}

.authWrapper .login-logo{
  padding: 0 !important;
}


@media only screen  and (max-width: 767px){
   .full-page-bg-inner {

    padding: 30px 10px;
    position: relative;
    background-color: #000;

}
.login-box{
    padding: 10px;
    display: block;
}
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3{
    height: 200px;
}
.authWrapper{
    position: relative;
}
.fade-carousel .carousel-inner .item{
    height: 100%;
}
.fade-carousel{
    height: auto;
}
._login, ._register{
    position: relative !important;
    min-height: auto;
}
.banner-head {
    color: 
    #fff;
    margin-top: 0;
    line-height: 30px;
    font-size: 20px;
}
.banner.innerlogin {

    padding: 80px 0px;
    height: auto !important;

}

}

.gm-style-iw-d h5{
    font-weight: bold;
font-size: 14px;
margin-bottom: 5px;
}
.gm-style-iw-d p a{
 background:
#000;

color:
#fff !important;

padding: 2px 8px;

border-radius: 23px;

font-size: 12px;

margin-top: 10px;

display: inline-block;
transition: all 0.4s;
-webkit-transition: all 0.4s;
}
.gm-style-iw-d p a:hover{
    opacity: 0.8;
}


@media only screen and (min-width: 768px) and (max-width: 1024px){
    .login-box{
        display: block;
    }
    ._login, ._register{
        height: 100%;
    }
    .log-left h2{
        font-size: 42px;
    }
    .log-left{
        text-align: center;
    }
    .navbar-brand{
        float: none;
    }
    #map{
        height: 100vh !important;
    }
}

.driver-register ._gender input{
padding: 0;

height: auto;

float: left;

margin: 0;



text-align: left;

width: auto;

position: relative;

top: 3px;

margin-right: 10px;
  
}

.driver-register ._gender .radio-inline
{
    padding: 0;
}
._gender{
    margin-bottom: 15px;
}
div.checkbox{
    margin-bottom: 10px !important;
}


.languageSelect select{
-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
._donate{
    box-shadow: 5px 5px 0px 1px #7f7f7f;
}
._donate h3
{
    margin-top: 0;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.btn.btn-primary{
  background-color: #de1d1d;
  color: #fff;
  border-radius: 0;
  border:0;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
    background-color: #b52121;
    color: #fff;
}
._donatepayment h3{
   margin-top: 0;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
._donatepayment form{
    width:100%;
}
._donatepayment .panel-heading{
    width:100%;
    text-align: center;
}
._cardthumb{
    margin-top: 20px;
}
._donatepayment  .form-group{
    margin-bottom: 0;
}