#propeller_afshaft .table>thead>tr>th{
    color:unset;
}

#propeller_afshaft .table>tbody>tr>td,
.table>tbody>tr>th {
    padding: 8px;
    border: 1px solid #fff;
}
#propeller_afshaft td,
th {
    border: 1px solid #fff;
}
#propeller_afshaft .table td,
.table th {
    border: 1px solid #fff;
}
#propeller_afshaft thead tr {
    background-color: #14469F !important;
    color: #fff;
}
#propeller_afshaft .slick-slider .element{
background-color:#fff;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius:10px;
}
#propeller_afshaft .slick-slide img{
    display:unset !important;
}
#propeller_afshaft .nav-pills .nav-link{
    background:unset;
}
#propeller_afshaft .nav-pills .nav-link.active{
    background-color: #14469f;
    color: white !important;
    border-bottom: 3px solid #ed1b24;
}
#propeller_afshaft .nav-pills .nav-link{
    background-color: #14469f4d;
}
#propeller_afshaft .nav-pills .nav-item{
    margin: 10px 0px;
}
/* .hor_scroll {
    width: 30em;
overflow-x: auto;
white-space: nowrap;
} */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.slick-track{
    padding-bottom:20px;
    padding-top:20px;
}
}
@media only screen and (max-device-width: 768px){
.slick-track{
    padding-bottom:20px;
    /* padding-top:20px; */
}
}