 /*
Theme Name: Indian Motors
Theme URI: http://localhost/Indian Motors/
Author: Indian Motors
Author URI: http://localhost/Indian Motors/
Description: My Site
Version: 1.0
Tags: bootstrap
*/

/*.home-contact .wpcf7-form-control{*/
/*    width: 100%;*/
/*    height: 55px;*/
/*    font-size: 16px;*/
/*    color: #fff;*/
/*    padding: 0px 15px;*/
/*    background: #101010;*/
/*    border: none;*/
/*    border: 2px solid rgba(255, 255, 255, 0.1);*/
/*    border-radius: 5px;*/
/*}*/

.home-appointment-bg {
	width: 100%;
    height: 750px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}


.menu-item.current-menu-item.current_page_item a{
    color: #d3071f;
}

.menu-item.current-menu-item.current_page_item a::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    visibility: hidden;
    opacity: 0;
    background-color: #d3071f;
    transition: all .3s ease;
    height: .010416667in;
    width: 0;
}

.home-contact .home-contact-field{
    width:50% !important;
}

.home-contact .home-contact-field.full{
    width:100% !important;
}

.home-contact .wpcf7-submit{
    color: #fff;
    background-color: #d3071f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6rem;
    letter-spacing: .6px;
    text-transform: uppercase;
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: unset;
    transition: all .3s ease;
}

.home-contact .wpcf7-submit:hover{
    background-color: #fff;
    color:#000;
}
.product-logo {
    /* padding-top: 47px; */
    padding: 31px 31px;
}
.contact-submit input {
    color: #fff;
    background-color: #d3071f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6rem;
    letter-spacing: .6px;
    text-transform: uppercase;
    width: 190px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: unset;
    transition: all .3s ease;
}
/* .contact-us-form {
    padding-bottom: 100px;
} */
a.nav-link:hover {
    color: red;
}
 #map {
    height: 500px; 
    width: 100%;
}

.products-page-block-bg {
    height: 280px;
}

.products-page-block-bg img{
    object-fit: scale-down;
}

.product-detail-right p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    color: #222222b3;
}
.explore-vehicles-block img{
    height: 230px !important;
}

.products-page-block-content h4 a{
    color: #fff;
}

.products-page-tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #d3071f;
}

.products-page-tab .nav-link{
    font-family: Roboto Condensed, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #222;
    padding: 5px 30px;
    width: max-content;
}

.products-page-tab ul {
    margin-bottom: 50px !important;
}

.nav-link:focus, .nav-link:hover {
    color: #d3071f;
}

/*media query */
@media(max-width:1200px){
    .products-page-block-bg {
        height: 250px;
    }
}
@media(max-width:1024px){
   .products-page-block-bg {
        height: 200px;
    }
}
@media(max-width:600px){
     .products-page-block-bg {
        height: unset;
    }
    .explore-vehicles-block img {
        height:  unset !important;
    }
}