nav ul li.active {
    border-bottom: 5px double #fff;
}


.showroom-box {
    border: 1px solid #dfdfdf;
    background: #F1F1F1;
    padding: 10px;
    transition: 0.5s;
    margin-bottom: 30px;
}

.showroom-box:hover {
    background: #f9f9f9;
    box-shadow: 0px 5px 20px #dfdfdf;
}

.showroom-box iframe {
    width: 100%;
}

.showroom-box h4 {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 15px;
}

.showroom-box p {
    margin-bottom: 5px;
}

.showroom-box label {
    font-weight: bold;
}

@media (max-width: 767.98px) {
    .rent-header .at_header_nav::before, .header-style-one .at_header_nav::before {
        width: 70%;
    }
}
