/* header */
.nav-part{
    width: 100%;
}
.nav-part {
    width: 100%;
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;  
}
.nav-div {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.header-sec nav.navbar.navbar-expand-lg,
.login-page nav.navbar.navbar-expand-lg,
.signup-page nav.navbar.navbar-expand-lg{
    padding: 18px 0;
}
.head-nav .nav-link{
    font-family: 'GilroyMedium';
    color: #252525;
    font-size: 14px;
    padding: 10px 18px !important;
}
.head-nav .menu-item .nav-link.active,
.head-nav .menu-item:hover .nav-link {
    color: #252525;
    text-align: center;
}
.login-head .menu-item .nav-link.active,.login-head .menu-item:hover .nav-link {
    color: #fff;
    text-align: center;
} 
.head-nav li.nav-item.menu-item,
.login-head li.nav-item.menu-item  {
    position: relative;
}
  
.head-nav .nav-link::before,
.login-head .nav-white::before{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    left: 50%;
    transform: translate(-50%);
    transition: 0.2s;
    bottom: 0;
}
.head-nav .menu-item:hover .nav-link::before,
.head-nav .nav-link.active::before  {
    width: 80%;
    height: 2px;
    transition: 0.2s;
    background-color: #8DBF20;
}
.login-head .menu-item:hover .nav-white::before,
.login-head .menu-item .nav-white.active::before {
    background-color: #fff;
    width: 80%;
    height: 2px;
    transition: 0.2s;
}
.btn-color {
    border: 1px solid #252525;
    font-family: 'GilroyMedium';
    font-size: 14px;
    padding: 10px 18px !important;
    overflow: hidden;
    position: relative;
}
.btn-color:hover{
    /* background: #1e2541; */
    color: #fff;
}
.nav-btn{
    background: #1E2541;
    border-radius: 6px;
    font-family: 'GilroyMedium';
    font-size: 14px;
    padding: 10px 18px !important;
}
/* .nav-btn:hover {
    background: #8dbf20;
} */
/* footer-part */
section.footer-sec {
    width: 100%;
    float: left;
    background: #252525;
    height: auto;
    padding-top: 50px;
}
.footer-part{
    width: 100%;
    margin: 10px 0;
}
section.footer-sec ul{
	padding-left: 0;
	list-style-type: none;
}
.footer-part .p-text {
    color: #ffffff;
    font-size: 22px;
    width: 100%;
    margin-bottom: 15px;
    font-family: 'GilroyMedium';
    line-height: 30px;
}
.footer-part li{
    margin-bottom: 10px;
    color:#CBCBCB;
    font-size: 14px;
    width: 70%;
}

.footer-part li a{
    color:#CBCBCB;
    text-decoration: none;
}
.footer-part ul li a:hover {
    color: #8dbf20;
    transition: 0.3s;
}
.social-links {
    width: 100%;
    float: left;
}
.social-links a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 8px;
    padding: 5px;
    text-align: center;
	border: 1px solid transparent;
    border-radius: 50%;
    transition: 0.5s;
}
.social-links a:hover {
	background :#A2C343;
	border: 1px solid #A2C343;
}

.copy-rights .p-text {
    color: #CBCBCB;
    font-size:14px;
    line-height: 23px;
    width: 100%;
    margin: 0 auto;
    float: left;
    padding: 15px 0;
    text-align: center;
    font-family: 'GilroyMedium';
    background: #1D1D1D;
}
.login-head a.nav-white {
    color: #fff;
}
.img-btn {
    padding: 0;
    border: none;
}
.user-img {
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow:hidden;
}

section.header-sec.fixed {
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 100000;
    top: 0;
    box-shadow: 0 0 12px #c7c7c7;
}
section.header-sec {
    width: 100%;
    border-bottom: 1px solid #DBDBDB;
}

.user-img{
    display: inline-block;
}
button.btn.dropdown-toggle.user-item {
    outline: none;
    box-shadow: unset;
    border: unset;
}
.nav-left li.nav-item.menu-item .dropdown .user-item::after{
    content: '';
    border: none;
    margin: 0;
    position: relative;
    background: url("../images/arrow-down.png") no-repeat;
    background-size: contain;
    top: -10px;
    left: 3px;
    width: 12px;
    height: 8px;
    line-height: 1;
    transform: rotate(0deg);
    transition: 0.3s all;
}

.nav-left li.nav-item.menu-item.user-settings .dropdown .user-item::after {
    transform: rotate(180deg);
    transition: 0.3s all;
}
.nav-left li.nav-item.menu-item .dropdown ul.dropdown-menu {
    display: none;
}
.nav-left li.nav-item.menu-item.user-settings .dropdown ul.dropdown-menu.show{
    display: block;
}
@media only screen and (max-width: 767px){
    section.footer-sec {
        padding-top: 10px;
    }
    .footer-part li {
        width: 95%;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1200px){
    .footer-part li {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        background-color: #3a3a3a;
        z-index: 1000;
        margin: 0;
        padding: 20px;
        height: 100%;
        transition: all 0.5s;
    }
    .navbar-collapse.show {
        transition: all 0.5s;
        right: 0;
    }
    .navbar-toggler {
        background: #fff;
        position: absolute;
        right: 15px;
    }
    .navbar-toggler.res-nav {
        left: 15px;
        top: 24px;
        right: auto;
        width: 50px;
        height: 50px;
    }
    .head-nav {
        margin: 50px 0 0 0 !important;
        gap: 10px !important;
    }
    ul.navbar-nav.nav-menu {
        width: 100% !important;
        text-align: center;
        margin-left: 0 !important;
        justify-content: flex-start !important;
    }
    li.nav-item.menu-item {
        width: 100%;
        justify-content: center;
    }
    .log-item img{
        filter: none !important;
    }
    .head-nav a.nav-link, .nav-span {
        color: #ffffff;
        text-align: left;
    }
    .nav-item.menu-item:hover a.nav-link::before, .nav-item.menu-item a.nav-link.active::before {
        width: 35%;
        background-color: #8dbf20;
    }
    li.nav-item.menu-item.active a.nav-link {
        text-align: center;
    }
    .head-nav a.btn.nav-link{
        text-align: center;
    }
    .btn-color{
        background: #1E2541;
        border-radius: 6px;
        width: 100%;
        color: #fff;
    }
    .btn-color:hover {
        background: #8dbf20;
    }
    li.nav-item.menu-item a.nav-link.active {
        color: #8dbf20;
        text-align: center;
    }
    .nav-btn{
        width: 100%;
    }
  }



  
/* loginafter-header */
section.reserve-sec {
    width: 100%;
    position: relative;
}
.driver-sidenav {
    width: 18%;
    /*background: #404E68;*/
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: auto;
}
.driver-sidenav1 {
    width: 18%;
    background: #5a76a7;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: auto;
}
.driver-sidenav .nav-part {
    margin: 0;
}
.main-part {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.nav-side {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.driver-sidenav ul.side-navbar{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.logo-img {
    width: 120px;
    height: 53px;
    margin: 0 auto;
}
.driver-sidenav .menu-item {
    width: 100%;
}
.driver-sidenav .menu-item .nav-link {
    width: 100%;
    padding: 12px 10px 12px 40px;
    border-left: 5px solid #404E68;
    color: #fff;
    font-family: 'GilroySemiBold';
    font-size: 14px;
}
.driver-sidenav .menu-item .nav-link.active{
    border-left: 5px solid #8DBF20;
    background: rgba(255, 255, 255, 0.05);
    /* text-align: center; */
    padding-left: 60px;
}
li.nav-item.logo-item {
    width: 100%;
    padding: 15px 0 30px 0;
}
.driver-head {
    padding: 15px 0;
    background: #fff;
}
.log-item img {
    filter: invert(1);
}
.driver-head .nav-part {
    width:98%;
}
.side-left {
    width: 100%;
}
span.close_spans {
    display: none;
}
button.filter-part {
    width: 35px;
    height: 35px;
    border: 0;
    background: transparent;
    padding:0;
    display: none;
    position: relative;
    left: 15px;
}
@media only screen and (max-width: 991px){
    .driver-sidenav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        z-index: 9999;
        margin: 0;
        /* padding: 0 20px; */
        height: 100%;
        overflow-y: auto;
        overflow: visible;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        align-content: flex-start;
    }
    .driver-sidenav.fixed {
        left: 0!important;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        height: 1000vh;
    }
    span.close_spans {
        position: absolute;
        z-index: 10;
        top: 15px;
        right: 15px;
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: #fff;
        line-height: 30px;
        text-align: center;
        box-shadow: 1px 2px 7px #8a8a8a;
        cursor: pointer;
        border-radius: 50%;
    }
    .car-reserve,
    .change-data,
    .adduser-data,
    .dash-data,
    .earn-data,
    .owner-data  {
        width: 100% !important;
    }
    button.filter-part {
        display: block;
    }
}