.main-header__top-right-social img {
    width: 22px;
}
.main-menu-wrapper__logo img {
    width: 190px;
}
.main-menu-wrapper__logo {
    position: relative;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0;
}
.main-menu .main-menu__list>li, .stricky-header .main-menu__list>li {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}
.main-menu-wrapper__left {
    position: relative;
    display: block;
    height: 100%;
    padding: 0px 0;
    float: left;
}
.main-header__top-right-contact-box img {
    width: 22px;
}
.main-header__top-right-contact-box a {
    margin: 0 5px;
}

section.rent-car {
    padding: 70px 0 0px;
}
.featured-one__left-img img {
    height: 470px;
    object-fit: cover;
}
.featured-one__img img {
    width: 100%;
    border-radius: 5px;
    transition: all 500ms ease;
    transform: scale(1);
    height: 220px;
    object-fit: cover;
}
.rent-car__img img {
    width: 100%;
    height: 700px;
    border-top-right-radius: 5px;
}
.explore-car__img img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 500ms ease;
    transform: scale(1);
    height: 250px;
    object-fit: cover;
}
.explore-car__content {
    position: relative;
    display: block;
    
    border-top: 0;
    padding: 30px 25px 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 500ms ease;
}
.explore-car__details {
    position: relative;
    display: flex;
    justify-content: center;
    margin: auto;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 23px;
}
.news-one__img img {
    width: 100%;
    border-radius: var(--thm-border-radius);
    transform: scale(1);
    transition: all 500ms ease;
    height: 250px;
    object-fit: cover;
}
.cta-one__icon i {
    color: #fff;
    font-size: 5rem;
}
.site-footer__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.footer-widget__column.footer-widget__about p {
    margin-top: 10px;
    color: #9da7b5;
}
.footer-widget__about-logo img {
    width: 100%;
}
.footer-widget__contact-list li {
    align-items: baseline;

}

.ser_box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: baseline;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: inherit !important;
    background-clip: border-box;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    padding: 20px 25px;
    z-index: 1;
    box-shadow: 0 4px 25px 0 rgb(168 180 208 / 10%);
}
.ser_box:before {
    content: '';
    position: absolute;
    right: -55px;
    width: 95px;
    height: 95px;
    bottom: -50px;
    border-radius: 35px;
    background-color: #E52521;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}
.white_img{
    display: none;
    transition: all .3s;
}
.ylow_img{
    display: block;
    transition: all .3s;
}
.ser_box:hover:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #E52521;
}
.ser_box:hover > .icon_ser .white_img{
 display: block;
 transition: all .3s;
}
.ser_box:hover > .icon_ser .ylow_img{
 display: none;
}
.ser_box:hover > p{
color: #fff;
}
.box_ser_div {
    margin-bottom: 25px;
}
.icon_ser img {
    width: 60px;
    margin-bottom: 15px;
}
.ser_box p {
    padding-left: 10px;
    line-height: 1.8rem;
}
.about-page .about-page__img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.brand-one__overly {
    opacity: 1;
}
.listing__content {
    position: relative;
    display: block;
    width: auto;
    padding: 0;
    float: none;
    z-index: 10;
}
.listing-details__fiche-technique{
    margin-top: 40px;
}
section.search-box.search_page {
    margin-top: -80px;
}
.container.condition-location{
    background-color: #e9edf2;
    padding: 80px 40px 80px;
    margin-bottom: 80px;
}
.condition-location strong{
    color: rgb(0, 0, 0);
}
.condition-location h4{
    font-size: 16px;
    margin-bottom: 16px;
}
.condition-location span{
    color: red !important;
}
.condition-location p{
    font-weight: 500;
    line-height: 32px;
}
.condition-location h3{
    font-size: 16px;
    margin-bottom: 16px;
    border-left : 3px solid #E52521;
    padding-left: 8px;
}


.Notfy-Features{
    background-color: #ffffff;
    padding-top: 22px;
    padding-bottom: 22px;

}
.feature_text {
    text-transform: capitalize;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 13px;
}
.Notfy-Features .col-xl-3 {
    border-right: 1px solid #E52521;
}
.Notfy-Features .col-xl-3:last-child {
    border-right: none !important;
}

.featured-one__btn-box:hover path  {
    fill: #000000;
}

.cta-one__btn:hover path  {
    fill: #E52521;
}


@media(max-width: 767px) {
    .about-page .about-page__img img {
        height: 300px;
    }
    .team-one {
        padding: 0px 0px 30px;
    }
    .main-menu-wrapper__right {
        display: block;
    }
    .main-menu-wrapper__right{
        padding: 0;
    }
    .rent-car__img img {
        height: 350px;
        border-top-right-radius: 5px;
    }
    .explore-car__details li a {
        font-size: 10px;
        font-weight: 500;
        padding: 4px 9px;
    }
    .search-box__input {
        position: relative;
        float: left;
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 20px;
    }
    .dropdown.bootstrap-select {
        min-width: 100%;
    }
    
}
