body {
    background: rgb(255 255 255);
    background: linear-gradient(180deg, rgb(9 161 72 / 12%) 0%, rgba(255,255,255,1) 240px);
    background-repeat: no-repeat;
}
.h-control {
    display: flex;
    align-items: center;
}
a.hLogo img {
    max-width: 150px;
}
a.become-host {
    background: #09a148;
    border-radius: 8px;
    padding: 8px;
    color: #ffffff;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
a.cancel {
    background: #fc5b4b;
    border-radius: 8px;
    padding: 8px;
    color: #ffffff;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.bottom-panel ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
a.event-icon {
    right: 0;
}
.left-icon {
    left: 0;
}
.menu-icon > .fa {
    color: #ffffff;
}
.navigation-icons:after{
	display:none;
}
.bottom-panel ul a {
    position: relative;
    padding-bottom: 18px;
    display: block;
    min-width: 80px;
    padding-top: 4px;
    color: #666666;
}
.bottom-panel ul a.active {
   color: #09a148;
    background: #eeeeee;
    border-radius: 10px;
}
.bottom-panel ul a span.smlIcn {
    position: absolute;
    font-size: 11px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    bottom: 2px;
}
.nav-menu-icon .navigation-icons.active svg {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
.menu-icon {
    background: #09a148;
}
.brookwood-txt{
	margin-left: 10px;
}
.notification-img img {
    border-radius: 10px;
}
.car-list .notification-page-sec {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    background: #ffffff;
    -webkit-box-shadow: 0 0 8px 0 rgba(163,155,155,1);
    -moz-box-shadow: 0 0 8px 0 rgba(163,155,155,1);
    box-shadow: 0 0 8px 0 rgba(163,155,155,1);
}
.car-list .notification-img.ncar-imgs {
    width: 80px;
    height: 80px;
    overflow: hidden;
    flex: 0 0 80px;
}
    .car-list .notification-img.ncar-imgs img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border: 1px solid #cccccc94;
    }
.car-actions a {
    display: block;
    padding: 5px;
    border: 1px solid #09a148;
    margin-bottom: 7px;
    font-size: 14px;
    border-radius: 5px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    text-align: center;
    /*color: #09a148;*/
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #09a148;
    color: #ffffff !important;
}
.car-actions a:hover {
    background: #09a148;
    color: #ffffff;
}
.car-actions {
    flex: 0 0 100px;
}
.notification-content {
    flex: 0 0 calc(100% - 205px);
}
.m-wrapper {
    /*padding-bottom: 80px;*/
    /*margin-bottom:160px;*/
}
.read-more-btn-text {
    width: 100%;
}
a.product2-readmore {
    justify-content: right;
}
a.fullBtn{
	width: 100%;
	max-width: 345px;
    height: 48px;
    background: #01a334;
    border-radius: 8px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: auto;
    text-decoration: none;
    color: #FFFFFF;
	margin-bottom: 8px;
}
a.fullBtn:hover {
    background: #007324;
}
.vehicle-actions {
    padding: 30px 0;
}
#single-prduct-page, #product-page2-sec {
    margin-bottom: 45px;
}
.profile-actions {
    padding: 35px 25px;
    display: flex;
    flex-flow: wrap;
    column-gap: 20px;
}
.profile-actions a.fullBtn {
    margin-bottom: 25px;
    flex: 0 0 calc(50% - 25px) !important;
    width: calc(50% - 25px);
    text-align: center;
    flex-flow: wrap;
    height: 100%;
    display: flex;
    padding: 15px;
    min-height: 140px;
    text-align: center;
}
.m-wrapper h1.page-mtitle {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #1E293B;
    margin-top: 15px;
    text-align: center;
}
.banner-r {
    background: url(../images/MOBO-image-1.png);
    /*height: 250px;*/
    background-size: cover;
    height: 168px;
    /*background-size: contain;*/
    background-position: right;
    margin: 0 -12px;
}
.car-search-from-top h1 {
    padding-top: 0;
}
.sign-in-screen-top {
    padding: 20px;
    background: #ffffff;
    margin-top: -45px;
    border-radius: 20px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    /*margin-bottom: 150px*/
}
.profile-actions a.fullBtn img {
    display: block !important;
    width: 64px;
    margin-bottom: 10px;
}
.profile-actions a.fullBtn span {
    width: 100%;
    font-size: 16px;
    line-height: 1;
    flex-flow: wrap;
    text-align: center;
}
.sign-up a, .sign-up button {
    width: 100% !important;
    max-width: 345px;
}
.navigation-icons svg path {
    stroke: #666666 !important;
}
.navigation-icons.active svg path {
    stroke: #01a334 !important;
}
.navigation-icons svg {
    height: 30px;
    width: 30px;
}
.fil1{
	fill:#666666 !important;
}
.active svg .fil1{
	fill:#01a334 !important;
}
.top-navbar {
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*max-width: 600px;*/
    margin: auto;
    width:100%;
}
.fixed {
    position: fixed !important;
}
body {
    padding-top: 55px;
    padding-bottom: 65px;
}
.faq-answer ul{
    padding-left:1.1rem;
}

.accordion h4 {
    font-weight: bold;
    margin: 15px 0;
}

.pl-0{
    padding-left:0;
}

.pr-0{
    padding-right:0;
}

.sec-title .inner-title-box h2 {
    /*font-size: 24px;*/
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    line-height: 1.4em;
}
.how_hermit_works_heading {
    font-size: 20px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    line-height: 1.4em;
    text-align: center;
    margin-top: 10px;
}
section.how-works-bl .row {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.btn-style-one {
    position: relative;
    padding: 14px 43px;
    line-height: 24px;
    text-transform: uppercase;
    background: none;
    color: #fff !important;
    border: 2px solid #01a334;
    font-size: 14px;
    font-weight: 800;
    border-radius: 50px;
    background-color: #01a334;
}
.theme-btn {
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.btn-style-later {
    position: relative;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 14px;
    background-color: #fc5b4b;
    padding: 6px 20px;
    border-radius: 5px;
    line-height: 14px;
    font-weight: 600;
    border-color: #fc5b4b;
    transition: all 300ms;
    width:46%;
}

.divBannerWrapper {
    padding: 10px 0 !important;
}

    .divBannerWrapper a.theme-btn {
        font-size: 12px !important;
        height: auto !important;
        line-height: 1;
        min-width: 140px;
        padding: 14px !important;
    }

    .divBannerWrapper h4.banner-h4 {
        font-size: 24px !important;
        line-height: 1.2;
    }

h2.bnrParking {
    text-align: center;
    font-size: 24px;
    text-shadow: none !important;
}

/*Approval custom loader css*/
.preloader-wrapper1 {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: rgba(22, 22, 22, 0.3); */
    background-color: #d3d0d0;
    /* opacity: 0.7; */
    background-position: center center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    flex-wrap: wrap !important;
    align-content: center;
}

    .preloader-wrapper1 > .preloader1 {
        background: transparent url(/Content/web/images/customLoader2.gif) no-repeat center top;
        min-width: 90px;
        /* image-width of loader */
        min-height: 50px;
        /* image-height of loader */
        box-sizing: border-box;
        /* 128px image-height of loader + 20px margin */
        text-align: center;
        flex: 0 0 100%;
    }

.preloader-text {
    font-size: 14px;
    font-weight: 800;
    color: #000 !important;
}