nav {
    right: 0;
    z-index: 109 !important;
}
.logo_box {
    width: 40% !important;
}
.logo_box_bg {
    background: rgba(0,0,0,.6);
    min-height: auto;
    padding-top: 0 !important;
}
header nav .logo_box .yama_logo{
    width: 250px;
    height: 150px;
}
footer .footer_yama {
    width: 250px;
    height: 60px;
}
.click-dropdown-menu {
    color: #fff;
}
.active-dropdown-menu {
    height: auto !important;
    transition: 1s all;
}
.dropdown-menu {
    height: 0;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 0;
}
.dropdown-menu li {
    
}
.dropdown-menu li a {
    color: #fff;
    font-size: 2rem;
    opacity: .8;
    transition: 1s all;
}
.dropdown-menu li a:hover {
    opacity: 1;
}
.dot_box {
    justify-content: center;
}
#popup {
    display:flex; 
    flex-direction:column;
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    width: 100%;
    text-align: center;
}
#popup button {
    background-color:rgba(135, 136, 135,0.7);
    border-radius:50%; 
    width:32px; 
    height: 32px;
    align-self:flex-end; 
    margin:8px; 
    border:none; 
    box-shadow:none;
    padding:4px 8px; 
    color: #f4f5f6;
    font-size: 1rem;
}
#popup .content {
    padding: 20px 50px;
}
#popup .content img  {
    max-width: 100%;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
#popup .content h1 {
    margin-top: 20px;
    font-size: 3.5rem;
}
#popup .content div {
    font-size: 2rem;
    text-align: left;
}
.monthly-installment {
    font-size: 1.5rem !important;
}
.infoFilterAlert {
    text-align: center;
    font-size: 2.5rem;
    padding: 20px 0;
}
header nav .logo_box {
    justify-content: end;
}
@media (max-width: 1620px) {
    header nav .logo_box {
        flex-direction: unset;
    }
    header nav .logo_box .hamburger {
        margin-top: 0px;
    }
    .yama_menu .flex_box {
        height: 75px;
    }
}
@media (max-width: 1600px) {
    footer .footer-blocks .block_normal {
        width: 30%;
    }
}
@media (max-width: 1400px) {
    .yama_menu .flex_box .menu_box h1 {
        font-size: 60px !important;
    }
}
@media (max-width: 1100px) {
    footer .footer-blocks .block_normal {
        width: 50%;
    }
}
@media (max-width: 1000px) {
    .yama_menu .flex_box .menu_box h1 {
        font-size: 50px !important;
    }
}
@media (max-width: 600px) {
    .dropdown-menu li a {
        font-size: 1.5rem;
    }
    footer .footer-blocks .block_normal {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .yama_menu .flex_box {
        height: unset;
    }
    .yama_menu .flex_box .menu_box h1 {
        font-size: 35px !important;
    }
    .dropdown-menu li a {
        font-size: 1rem;
    }
}
@media (max-width: 350px) {
    .yama_menu .flex_box .menu_box h1 {
        font-size: 25px !important;
    }
}
@media (max-width: 992px) {
    .slider {
        margin-top: 250px;
    }
    .logo_box {
        margin-left: auto;
        width: 50%;
    }
    header nav .nav_separator {
        width: 0%;
    }
    .logo_box_bg {
        padding-top: 1.5rem !important;
    }
}
@media (max-width: 900px) {
    header nav {
        min-height: 200px;
    }
    .slider {
        margin-top: 200px;
    }
    .nissan_logo  {
        width: 100px;
    }
    header nav .logo_box .yama_logo {
        width: 200px;
    }
}
@media (max-width: 600px) {
    .logo_box {
        width: 50% !important;
    }
    #popup {
        width: 180%;
    }
    #popup .content {
        padding: 20px;
    }
    #popup button {
        width: 64px;
        height: 64px;
        font-size: 2rem;
    }
}
@media (max-width: 500px) {
    header nav {
        height: 100px;
        min-height: 100px;
    }
    .slider {
        margin-top: 100px;
    }
    .nissan_logo  {
        width: 75px;
    }
    header nav .logo_box .yama_logo {
        width: 150px;
    }
}
@media (max-width: 400px) {
    .logo_box {
        width: 100% !important;
    }
}

@media (max-width: 1280px)
{
    section.new-cars .carousel .column {
        width: 22%;
    }
}

@media (max-width: 1100px) {
    section.new-cars .carousel .column {
        width: 40%
    }
}

@media (max-width: 500px) {
    section.new-cars .carousel .column {
        width: 75%
    }
    section.new-cars .carousel .column .mark, section.new-cars .carousel .column .model, section.new-cars .carousel .column .price {
        font-size: 1.5rem !important;
    }
}

.text-shadow {
    text-shadow: 0 .5rem 1rem rgba(0,0,0,1)!important;
}
.info_left h1 {
    font-size: 4rem;
}
.service-listing {
    height: 400px;
}