#pills-Automotive .hotspots {
    position: relative;
}

#pills-Automotive .hotspots img {
    max-width: 100%;
    height: auto;
    display: block;
}

#pills-Automotive .hotspot {
    position: absolute;
    width: 37px;
    height: 37px;
    padding-top: 0px;
    border: 5px solid #ff0000d6;
    border-radius: 50%;
    animation: fader 1500ms ease-out infinite;
    transition: all 0.2s;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
    color: #555;
}

#pills-Automotive .hotspot::after {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #f00;
    border-radius: 50%;
    display: block;
    margin: 1px auto 0 2px;
    transition: all 0.2s;
}

#pills-Automotive .hotspot:hover {
    border-color: lightcoral !important;
    animation-play-state: paused;
    color: #fff;
}

#pills-Automotive .hotspot:hover::after {
    background-color: lightsalmon;
}

@keyframes fader {
    50% {
        border-color: rgb(255, 255, 255, 0.2);
    }

    100% {
        border-color: rgb(255, 255, 255, 0.8);
    }
}

#commercial-a {
    top: 73%;
    left: 24%;
}

#commercial-b {
    top: 75%;
    left: 60%;
}

#commercial-c {
    top: 70%;
    left: 73%;
}

/* fancybox */
.box_shadow {
    box-shadow: 0px -1px 8px 4px #0000000d;
    border-radius: 10px;
}

.ourProduct .gallery-heading {
    background: linear-gradient(to bottom, rgb(212 221 238 / 0%) 0%, rgb(20 70 159 / 86%) 100%);
}


.ourProduct .container-filter {
    position: relative;
}



.customer_support .btn-danger {
    border: none;
    font-family: 'Poppins', sans-serif;
    background: #14469f;
    /* height: 50px; */
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    height: 40px;
}

.customer_support .btn-danger:hover {
    background: red;
}

.customer_support .mail {
    color: #14469f;
}

.customer_support .mail:hover {
    color: blue !important;
}

.customer_support .ion-ios-email {
    font-size: 30px;
    vertical-align: middle;
    padding: 0px 5px;
}

.customer_support .card {
    box-shadow: 3px 4px 6px 1px #0000002e;
    border-radius: 10px;
}

.customer_support .csm_pdf:hover {
    color: #14469f !important;
}

#auto_product .flip_img {
    transform: scaleX(-1);
}

#auto_product .product_btn:hover{
    background:#14469f !important;
    color:#fff;
}

/* data filter gallery */
.filter-nav .btn {
    border-radius: 0px;
    padding: 5px 20px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.filter_scv{
    overflow-x: auto;
    white-space: nowrap;
}
.filter_emob{
    overflow-x: auto;
    white-space: nowrap;
}
}
@media only screen and (max-device-width: 768px){
    .filter_scv{
    overflow-x: auto;
    white-space: nowrap;
}
}


.ourProduct .box_shadow .item-container{
    width: 60% !important;
}