.header-area-1 .header-content {
    padding: 0;
}

.header-area-1 .header-icons-inner {
    padding: 30px 0 0px 0px;
}

.header-area-1 .topright-button {
    margin: 30px 0;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

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

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

.alert-success {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: green;
    width: 100%;
    background-color: #a0ea9a;
    padding: 15px;
    margin-bottom: 10px;
}

.alert-danger {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: red;
    width: 100%;
    background-color: #ffe0c9;
    padding: 15px;
    margin-bottom: 10px;
}

.no-news {
    text-align: center !important;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vehicles {
    margin-bottom: 20px;
}

.vehicle {
    border: #e8e8e8 1px solid;
    padding: 0 !important;
    width: 255px;
    margin-right: 30px;
}

.vehicle-image img {
    width: 100%;
}

.vehicle-price {
    font-size: 15px;
    color: #fff;
    padding: 12px;
    display: table;
    margin: -20px 0 25px 0;
    z-index: 99;
    position: relative;
    background-color: #cc4452;
}

.vehicle-content {
    padding: 0 30px 0px 30px;
    border-top: #e8e8e8 1px solid;
}

.vehicle-content h4 {
    font-size: 15px;
    font-weight: bold;
}

.header-account a {
    padding-right: 10px;
    padding-left: 10px;
}

.header-account a:hover {
    color: #cc4452;
}

.login_title h4 {
    text-align: center !important;
    text-decoration: underline;
}

.login {
    border: 1px groove rgba(28, 110, 164, 0.29);
    padding: 40px;
}

.login-footer p {
    margin: 0px !important;
}

.login_footet_text {
    color: black !important;
    text-decoration: none !important;
}

.login_footet_text:hover {
    color: #cc4452 !important;
}

.register-footer p {
    margin: 0px !important;
}

.register_footet_text {
    text-decoration: none !important;
    color: #cc4452 !important;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.avatar {
    border-radius: 50%;
}

.social-register {
    height: 100%
}

.social-login-fb {
    width: 93%;
    background-color: #288af0 !important;
}

.social-login-fb i {
    font-size: 16px;
    margin-right: 5px
}

.social-login-google {
    width: 93%;
    background-color: #c52d29 !important;
}

.social-login-google i {
    font-size: 16px;
    margin-right: 5px
}

.validation_error {
    float: right !important
}

.main-content #booking-tabs ul li.tab_active {
    background-color: #cc4452;
}

.main-content button {
    border: none;
    font-size: 14px;
    border-radius: 5px;
}

.booking-tab-items {
    width: 100% !important;
    margin-top: 2px !important;
}

.booking-tab-items li {
    margin-bottom: 0px !important;
    padding: 10px;
    text-align: center;
    color: white;
    cursor: pointer;
}

.booking-tab-items li:before {
    content: "" !important;
    font-size: 0px;
    margin: 0px;
}

.booking-tab-items li:hover {
    background-color: #be505a!important;
}

.booking-tab-items li.active {
    background-color: #be505a!important;
}

.slider-caption {
    position: absolute;
    /* right: 15%; */
    bottom: 0px;
    /* left: 0% !important; */
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 70px;
    color: #fff;
    opacity: 0.7;
    background-color: #000;
    width: 100%;
    text-align: left;
}

.slider-caption h5 {
    color: #fff;
    margin-bottom: 10px !important;
    font-weight: bold;
}

.slider-caption p {
    font-size: 14px !important;
}


/* <--------------- Account Information ----------------> */

.padding-top-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cinfo1 {
    margin-right: 10px;
}

.cinfo2 {
    margin: 0 10px 0 10px;
}

.account-nav-item{
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.10); 
    box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.10);
}

.account-nav-item:hover, 
.account-nav-item > a:hover {
    background-color: #326bf3;
    color: white;
}

.customer_active {
    background-color: #326bf3;
    color: white !important;
}

.customer_active > a{
    color: white;
}

.account-link {
    color: black;
}

.account-link:hover {
    color: #326bf3;
}

.account-btn{
    background-color: #408e3e;
    color: #ffffff;
}

.account-btn:hover{
    background-color: white;
    border: 1px solid #408e3e;
    color: #408e3e;
}

.account-btn > a{
    color: #ffffff;
}

.account-btn:hover > a:hover{
    color: #408e3e;
}

.account-menu {
    padding-bottom: 20px;
}

.viewlink {
    color: black;
}

.viewlink:hover {
    color: #408e3e;
}



/*//loader*/
@-webkit-keyframes loader-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); 
    } 
}

.preloader-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1004;
    background-color: #fff;
}

.preloader-backdrop .page-preloader {
    position: fixed;
    top: 40%;
    left: 50%;
    padding: 10px 45px 10px 10px;
    margin-left: -60px;
    z-index: 1005;
    font-family: "Poppins";
    font-size: 16px; 
}

.preloader-backdrop .page-preloader::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-top: 2px solid #34495f;
    border-right: 2px solid transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: loader-rotate 0.6s linear infinite;
    animation: loader-rotate 0.6s linear infinite; 
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1004;
    pointer-events: none; 
}
