.page-header_car {
    margin-top: 80px;
    width: 100%;
    height: 73vh;
}

.page-header_altroz {
    background: url('../images/altorz_cover.jpg') no-repeat;
    background-size: contain;
}

.page-header_harrier {
    background: url('../images/harrier_cover.jpg') no-repeat;
    background-size: contain;
}

.page-header_nexon {
    background: url('../images/nexon_cover.jpg') no-repeat;
    background-size: contain;
}

.page-header_tigor {
    background: url('../images/tigor_cover.jpg') no-repeat;
    background-size: contain;
}

.page-header_tiago {
    background: url('../images/tiago_cover.jpg') no-repeat;
    background-size: contain;
}

.page-header_safari {
    background: url('../images/safari_cover.jpg') no-repeat;
    background-size: contain;
}

.page-header_punch {
    background: url('../images/tata-punch-slider.jpg') no-repeat;
    background-size: contain;
}

.page-header_nexon-ev {
    background: url('../images/nexon-ev_cover.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header_tigor-ev {
    background: url('../images/tigor-ev_cover.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header_tigor-cng {
    background: url('../images/tigor-cng_cover.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header_tiago-cng{
    background: url('../images/tiago-cng_cover.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}



@media screen and (max-width: 786px) {
    header {
        margin-top: -80px;
    }
    .page-header_car {
        height: 20vh;
    }
}

.dp-car {
    width: 100%;
}

.intro {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #000;
}

@media screen and (max-width: 786px) {
    .intro {
        flex-direction: column;
    }
    .intro .col-sm-10 {
        margin: 20px 0;
    }
    .intro .col-5:first-of-type {
        margin-bottom: 15px;
    }
    .intro .col-5 {
        max-width: 100%;
    }
}

.intro_head {
    font-weight: 700;
}

.intro_stars {
    color: gold;
}

.intro_price {
    font-weight: 600;
}

.intro_ex {
    font-size: .75em;
}

a.btn_white,
a.btn_white:link {
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    background-color: #3f51b5;
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    float: left;
    clear: both;
    margin-top: 10px;
    transition: all .3s ease-in;
}

a.btn_white:hover {
    transform: translateY(-3px);
}

a.btn_white:focus,
a.btn_white:active {
    transform: translateY(0);
}

.specs_icons {
    display: flex;
    justify-content: space-around;
    color: #000;
}

.specs_icons .f-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.specs_icons .f-icon i {
    font-size: 30px;
}

@media screen and (max-width: 786px) {
    .specs_icons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .specs_icons .f-icon {
        margin: 15px 0;
    }
    .specs_icons .f-icon i {
        font-size: 55px;
    }
}

.gallery_filters {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 2rem;
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    .gallery_filters a {
        display: flex;
        flex: 0 0 25%;
        margin: 15px 0;
    }
}

.gallery_filters a:link,
.gallery_filters a:visited {
    padding: 15px 35px;
    border-radius: 25px;
    background-color: #333;
    color: #fff;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
}

.gallery_filters a:hover {
    transform: translateY(-5px);
}

.gallery_filters a:focus {
    transform: translateY(0);
    background: transparent;
    border: 2px solid #2e7ce0;
    color: #2e7ce0;
}

.filter-active {
    background: transparent !important;
    border: 2px solid #2e7ce0 !important;
    color: #2e7ce0 !important;
}

#_360 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.car_slider .carousel-inner {
    height: 70vh;
}

.carousel-item img {
    /*height: 70vh;*/
    height: auto;
}

@media screen and (max-width: 786px) {
    .car_slider .carousel-inner {
        height: 40vh;
    }
    .carousel-item img {
        height: 40vh;
    }
    .gallery_filters a:link,
    .gallery_filters a:visited {
        padding: 10px 25px;
    }
}

.carousel-indicators li {
    width: 200px;
    height: 100%;
    opacity: 0.8;
}

.features {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.features .feature-col {
    width: 40%;
}

.features .feature-col .feature_text {
    color: #000;
    font-size: 20px;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.features .feature-col .feature_text i {
    color: green;
    margin-left: 30px;
}

@media screen and (max-width: 786px) {
    .features {
        flex-direction: column;
    }
    .features .feature-col {
        width: 100%;
    }
    .features .feature-col .feature_text {
        margin: 10px 0;
    }
}

.popup_test-drive {
    display: none;
    opacity: 0;
    transition: all .5s ease-in;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    background: #203354;
    width: 90%;
    padding: 30px;
    padding-top: 0;
}

.popup_test-drive .contact-form .row{
    margin: 20px 0;
}

.popup_test-drive .contact-form .row select {
    margin-top: 35px;
}

.popup_test-drive .contact-form input{
    border-radius: 16px;
}

span.close_popup-test{
    width: 100%;
    text-align: end;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

.gallery-show {
    display: block !important;
    opacity: 1;
}

.gallery-hide {
    display: none !important;
    opacity: 0;
}