.top-header{
  /*  position: fixed;
    top: 0;*/
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
    z-index: 5;
}
.top-header .navbar{
  margin:0px;
  min-height: 60px;
  border:0px;
}
.primary-header {
    background: #000000;
    color: rgba(255, 255, 255, 0.8);
    padding: 6px 19px;
    font-size: 8px;
}

.drp>li>a{
    color: #000 !important;
    letter-spacing: 0.2px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
        width: 100%;
    text-align: center;
    
}
.primary-header .primary-links .link-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.primary-header .primary-links a {
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.2px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
}

@media (min-width: 768px){
.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}
}
.logo{
      height: 60px;
          line-height: 33px;
}
.slider{
    height: 84vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image: url("../images/banner.jpg");
    /* background-image: url("../images/Taxi-Booking-Banner.png"); */
    transition: all .5s linear;
   
}
.navbar li a{
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    color: #4d4d4d;
}
.slider .item img{
  height: 90vh;
    width: 100%;
}


.home-page-bg {
  min-height: 100vh;
position: absolute;
background-color: rgba(51, 51, 51, 0.74);
transition: all .5s linear;
top: 0;
width: 100%;
}
.bg-slide {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    display: none;
    background-position: center 60px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: .5;
}


.search-hp {
    display: table;
    position: relative;
    margin: 90px auto 0;
    border-radius: 3px;
    z-index: 6;
}
.search-hp>h1, .search-hp>strong {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2em;
}
.hp-city {
    float: left;
    vertical-align: top;
    box-shadow: 1px 1px 7px -1px #2d2d2d;
}
.sdropdown {
    display: inline-block;
    position: relative;
}
.hp-search>input {
    min-height: 50px;
    padding: 7px 184px 7px 25px;
    border-radius: 0 3px 3px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.hp-city>a {
    display: block;
    min-width: 220px;
    padding: 14px 40px 14px 39px!important;
    font-size: 18px;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #f3f1f2;
}
.hp-search .s-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 16px 25px;
    border-radius: 0 3px 3px 0;
    text-transform: uppercase;
    background: #e53935;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.hp-city>a:before {
    position: absolute;
    left: 12px;
    top: 18px;
    content: '';
    background: url(../images/hp-new-sprite.png) -2px -7px no-repeat;
    width: 14px;
    height: 14px;
}
.hp-city.sdropdown .sd-link.input:after {
    position: absolute;
    right: 15px;
    top: 20px;
    content: '';
    background: url(../images/hp-new-sprite.png) -25px -7px no-repeat;
    width: 15px;
    height: 9px;
}

.hp-search {
    position: relative;
    float: left;
    width: 580px;
        height: 55px;
    vertical-align: top;
    /*box-shadow: 2px 1px 7px -1px #2b2b2b;*/
}
.hp-search>input {
    min-height: 50px;
    padding: 8px 184px 7px 25px;
    border-radius: 0 3px 3px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
}


.category-menu {
    max-width: 1300px;
    padding-top: 20px;
    margin: 0 auto;
}

.category {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}
.category>li {
    display: inline-block;
    width: 12.2%;
}
.category>li>a {
    display: block;
    margin: 20px auto 0;
    padding: 20px 15px;
    color: #666;
    text-align: center;
    font-size: 13px;
    transition: .1s ease-in;
}
.category>li>a:hover, .category>li.active>a {
    color: #333;
    background: #efefef;
}

.home-office-service:before {
    background-position: 8px -9px;
}

.home-office-service:before, .home-improvement:before, .property-rental:before, .edu-training:before, .pro-service:before, .travel-transport:before, .health-wellness:before, .events:before {
    background: url(//lscdn.azureedge.net/content/images/v8/menu-category.png) 0 0 no-repeat;
    width: 68px;
    height: 40px;
    display: block;
    margin: 0 auto 10px;
    content: '';
    position: relative;
    transition: .3s ease-in;
}
.category>li.active>.menu-container {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
}

.category>li>.menu-container {

    position: absolute;
    left: 0;
    display: none;
    right: 0;
    width: 100%;
    margin: 0 1px;
    padding: 15px 30px;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    box-shadow: 0 1px 5px 0 #bbb;
    filter: alpha(opacity=0);
    transition: all .5s ease;
    z-index: 10;
    visibility: hidden;
}
.category>li.active>a b:after {
    transform: rotate(-180deg);
}
.category>li>a b {
    display: block;
    position: relative;
    font-weight: 600;
    transition: .3s ease-in;
}
.category>li>a b:after {
    position: absolute;
    top: 8px;
    content: '';
    background: url(//lscdn.azureedge.net/content/images/v8/hp-new-sprite.png) -27px -11px no-repeat;
    width: 11px;
    height: 5px;
    margin-left: 3px;
    opacity: .6;
    transition: .3s ease-in;
}
.subtabs {
    position: relative;
}
.menu-container .stabs-nav {
    background: 0 0;
    border-bottom: 1px solid #e6dcdc;
}
.menu-container .stabs-nav {
    width: 100%;
    margin: 0 0 10px;
    overflow: hidden;
}
.menu-container .stabs-nav li.active a {
    font-weight: 600;
}

.menu-container .stabs-nav li a {
    display: block;
    padding: 10px 0;
    color: #381b1d;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
.menu-container .stabs-nav li.active {
    border-bottom: 3px solid #dc0028;
}
.menu-container .stabs-nav li {
    float: left;
    display: block;
    margin: 0;
    padding: 0 13px;
}
.grid-block ul li strong {
    display: block;
    font-weight: 700;
    padding: 10px 0;
}
.grid-block {
    width: 25%;
    float: left;
    padding-right: 10px;
}
.gray{
    padding-top: 30px;
    padding-bottom: 20px;
    background: #f5f5f5;
}
.gray h2{
  font-size: 22px;
font-weight: bold;
margin: 0 0 15px 0;
}
.sc-wrap {
    position: relative;
    width: 100%;
    margin: 0 15px 0 0;
    padding: 0 0 20px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #bbb;
}
figure {
    height: 120px;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}
.sc-item figure img {
    height: 120px;
    margin: 0 auto;
    border-radius: 3px 3px 0 0;
}
figure:hover img {
    transform: scale(1.09);
}
figure img {
    transition: .3s ease-in;
}
.grid-info {
    padding: 15px 20px 0;
}
.grid-info h3 {
  height: 35px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 15px 0;
}
.grid-info h3 a {
    color: #333;
}
.grid-info span {
    display: inline;
    font-size: 12px;
    font-weight: 400;
    color: #838383;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.get-quotes{
    float: right;
    margin-top: -3px;
    padding: 6px 10px;
    font-size: 13px;
    color: #e73a34;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    font-weight: 600;
    line-height: 17px;
    transition: .3s ease-in;
}
.get-quotes:hover{
    color: #e73a34;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)!important;
}
.mynav li{
     padding: 20px 0px 20px 20px;
     text-align: center;

}
.mynav li a{
    position: relative;
    text-decoration: none;
    /* vertical-align: middle; */
    color: #4d4d4d !important;

    padding: 0px;
}
.rad{
        border: solid 1px #848383;
    border-radius: 38px;
}
.rad1{
        border: solid 1px red;
    border-radius: 38px;
}
.tab-main {
    border: 1px solid #fff;
    margin: -5px 0 30px 0;
     background-image: linear-gradient(to bottom, #0089cf, #0992d9, #129be3, #19a5ee, #1faef8);
}
.nav-tabs{
    border:0px !important;
}
.nav-tabs li{
    text-align: center;
}
.nav-mn-fnd li.active:after {
       content: url(../../site/images/arr-up.png);
    position: relative;
    left: 0px;
    bottom: 1px;
}
.nav-tab-find>li.active>a, .nav-tab-find>li.active>a:focus, .nav-tab-find>li.active>a:hover {
    color: #16a0e9;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: transparent;

}

.form-mn label {
        color: #6a6b6b;
    font-size: 13px;
    font-family: 'Lato', sans-serif;

}

.nav > li > a:hover, .nav > li > a:focus{
    background:transparent;
    color: #000;
}

.nav > li > a{
        color: #000000;
}
.br-tab {
        border-top: 1px solid #000000;
    position: relative;
    top: 40px;
    width: 95%;
    left: 14px;
}
.nav-inner-find li {
    margin-right: 0px;
    width: 33.3%;
}
.nav-tabs > li > a:hover{
    border-color: transparent;
}

.pad-rad {
    padding: 0 0 0 40px;
}

.btn-continue {
    background: transparent;
    border-radius: 0;
    border-color: #fff;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    padding: 4px 30px;
    margin: 30px 0px;
}

.login-wrap{
    margin: 45px 0;
    background: #fff;
    padding: 25px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    border-radius: 3px;
}

.login-wrap h2{
   margin: 0 0 15px 0px;
    text-align: center;
    text-transform: capitalize;
    line-height: 35px;
    font-size: 18px;
    color: #8c8b8b;
    border-bottom: solid 1px #f3f3f3;
}
.tx{
    text-align: center;
    margin: 24px 0;
    font-size: 13px;
    color: #777;
}
.dsing{
        margin: 16px 0;
}

.dsing a{
        color: #484848;
    font-size: 13px;
    font-weight: 700;
}

.d-page{
        padding: 0 0 59px 0;
           background-color: #f3f3f3;
}

.left-sidebar{
    background-color: #d5d5d5;
    border: solid 1px #d2d2d2;
    overflow: hidden;
      
}

.main-log-inner h4 {
    color: #fff;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.main-log-inner h5 {
    color: #fff;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.main-log-inner h6 {
    color: #000000;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
}
.frm{
    padding: 20px;
}

.page-wrap1{
    padding: 35px 0 0 0 ;
}

.main-first {
    background: #337ab7;
    padding: 15px;
}
.mn-ht-content {
    height: 618px;
    overflow-y: scroll;
}

.bac-gh-8 {
    padding: 0;
    background: #e3e3e3;
}
.tab-login-first {
    padding: 10px 35px;
    position: relative;
    border-bottom: 1px solid #b7b7b7;
    margin: 30px 0;
}
.nav-lgn>li.active>a, .nav-lgn>li.active>a:focus, .nav-lgn>li.active>a:hover {
        color: #337ab7;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    border-bottom: 3px solid #337ab7;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.tab-login-first h5 {
    color: #515151;
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
}
.stat span {
    font-style: normal;
    color: #d87a28;
    margin-left: 10px;
}

.tab-lg-sub {
    background: #d5d5d5;
    padding: 40px 25px 0 25px;
}
.sort-by {
    float: right;
}
.sticky{
        position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.body-top-padding {
    padding-top: 88px;
}

.primary-header .primary-links .link-wrapper:last-child {
    border-right: 0;
    padding-right: 0;
}
.mytabs{
    background-color: #fff;
    overflow: hidden;
    border-radius: 0px 0px 10px 10px;
}
.quotes-wrap{
    margin: 19px 0 0 0;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 10px #585858;
    border-radius: 3px;
    height: 500px;
    overflow-y: scroll;
}
.cards{
    border: solid 1px #b3b3b3;
    border-radius: 3px;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 3px;
}
.car-pic{
    height: 100px;
    width:100%;
}
.small-pic{
    margin: 1px 0 0 0;
}
.smallpics{
    height: 30px;
    width:100%;
}
.pd{
     padding: 0 0px 0 1px;
}
.carname{
    margin: 0 0 5px 0;
    font-size: 15px;
    color: #616161;
}
.driver-pic{
    margin: 7px 0;
}
.rate h4{
    float:left;
}
.rating{
    margin: 0 0 0 32px;
}
.rating span {
    color: #f5ce00;
    font-size: 30px !important;
}
.drivername{
    margin: 0;
    font-size: 16px;
}
.prc{
    margin: 0;
    color: #000;
    font-size: 19px;
}
.mbtn{
    width: 100%;
    padding: 4px;
}
.btn-row{
    margin: 7px 0 0 0;
}

.hint{
    margin: 5px 0 0 0;
    color: #6f6c6c;
    font-size: 12px;
}
.driver-form{
    overflow:hidden;
    width: 100%;
    background-color: #ddd;
    border:solid 1px #ddd;
    padding: 20px;
}
.rate-title{
        margin: 0 0 11px 0;
    font-size: 16px;
    text-align: center;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
}
.driverpic img{
        height: 90px;
    width: 90px;
    display: block;
    margin: auto;
}
.driverpic h3{
        font-size: 19px;
    color: black;
    text-align: center;
}
.driverpic h6{
     font-size: 13px;
    color: black;
    text-align: center;
}
.rate-card{
        width: 44%;
    margin: auto;
    box-shadow: 0 0 10px #ddd;
    padding: 8px;
    margin-top: 17px;
    text-align: center;
}
.value {
    padding-bottom: 2px;
    font-weight: 500;
    font-size: 14px;
}
.desc {
    font-size: 12px;
    color: #6d6d6d;
}
.address-holder {
    padding-top: 4px;
}
.from.dot {
    background-color: #54a624;
}
.address {
    width: 90%;
    color: #999999;
    display: inline-block;
    line-height: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 5px;
}
.value {
       padding-bottom: 2px;
    font-weight: 500;
    font-size: 13px;
    color: #000;
    font-weight: 700;
}
.desc {
    font-size: 12px;
    color: #6d6d6d;
}
.dot {
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    vertical-align: top;
    margin: 7px 0 0;
}
.to.dot {
    background-color: #ff665a;
}

.dot {
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    vertical-align: top;
    margin: 7px 0 0;
}
.status.CANCELLED {
    color: #fe554c;
}

.status {
   
        font-size: 12px;
    color: #54a624;
    top: 0;
    font-weight: 600;
}
.right-driver-icon {
   
    width: 44px;
    height: 44px;
    padding: 1px;
    border-radius: 50%;
    border: 1px solid #acacac;
}

.no-border {
    border: none !important;
}
.circle-icon.default {
    height: 42px;
    width: 42px;
}

.circle-icon {
   height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    top: 13px;
    left: 8px;
}
.map-img {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: block;
    z-index: 2;
}
.status-row {
    height: 32px;
    line-height: 16px;
    padding: 8px 0;
    z-index: 2;
}
.center {
    text-align: center;
}
.card {
    position: relative;
    xpadding: 0px px;
    border: 1px solid #e5e5e5;
    margin: 8px 0px;
    border-radius: 4px;
}

.bg-white {
    background: #ffffff;
}
.car-row {
    min-height: 52px;
        border-bottom: solid 1px #ddd;
}
.left {
    width: 72px;
    text-align: center;
}
.car-label {
    top: 0px;
    height: 40px;
}
.elastic-row {
    height: inherit;
        margin: 4px 0;
}
.right-relative {
    position: relative;
    width: 100%;
    padding-left: 80px;
    left: 0;
}
.label {
    font-size: 10px;
    color: #898989;
}

.left {
    position: absolute;
    width: 64px;
    padding-left: 8px;
}

.divider.center {
    margin: 0 8px;
}
.center {
    text-align: center;
}
.divider {
    height: 1px;
    background: #e5e5e5;
}
.address1{
        width: 90%;
    color: #444242;
    display: inline-block;
    line-height: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 11px;
    padding-left: 5px;
}
.frn{
    border: solid 1px #ddd;
    margin: 0 0 4px 0;
}
.rid-title{
        text-align: center;
    margin: 18px 0;
    color: #000;
    font-size: 17px;
}
.zig-zag-true {
    margin-bottom: 12px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.payment-section {
    padding: 0 10px;
    font-size: 14px;
}
.pay-title {
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 8px;
}
.pay-value {
    position: absolute;
    right: 7px;
    top: 10px;
    width: 100%;
    text-align: right;
}
.row-sm {
    display: block;
    height: 40px;
    line-height: 20px;
    position: relative;
    padding: 10px 0px;
}
.xs {
    height: 30px;
    line-height: 12px;
}
.zig-zag-true:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    bottom: -14px;
    height: 14px;
    background: linear-gradient(-45deg,transparent 75%,#e5e5e5 75%) 0 50%,linear-gradient( 45deg,transparent 75%,#e5e5e5 75%) 0 50%;
    background-repeat: repeat-x;
    background-size: 12px 12px,12px 12px;
}
.form-title{
    text-align: center;
}
.form-title h6{
    font-size: 15px;
    font-weight: 600;
}
.page-bg{
    background-color: #f5f5f5;
}
.myinput{
    position: relative;
       margin-top: 0px;
    height: 40px;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    display: table;
    width: 100%;
}
.mybtn{
    margin-top: 6px;
    border-radius: 4px;
    background-color: #58e7c9;
    padding: 11px;
    cursor: pointer;
    width: 100%;
    color: #fff;
}
@media (min-width: 768px){
.modal-sm {
    width: 412px !important;
    margin: 81px auto !important;
}
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dfdfdf !important;
    border-radius: 4px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px !important;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

/* harsh */
.user-tab{
    background: white;
    border-radius: 10px 10px 0px 0px;
}
.user-tab li.active > a{
    color: #0089cf !important;
}
.privacy-policy{
    text-align: justify;
}
.term-condition{
    text-align: justify;
}

#loading {
    margin-top: 6px;
    border-radius: 4px;
    background-color: #58e7c9;
    padding: 11px;
    cursor: pointer;
    width: 100%;
    color: #fff;
}