.dealers_tabs #dealerTab{
    border:1px solid #ddd;
    border-radius:20px;
}
.dealers_tabs #dealerTab .nav-link{
    border-radius:20px;
    border:0;
    font-family:Poppins;
    color:#222;
    padding:10px 20px;
    font-size:14px;
}

.dealers_tabs #dealerTab .nav-link:hover{
    border-radius:20px;
    background-color:#eee;
    font-family:Poppins;
    border:0;
}

.dealers_tabs #dealerTab .nav-link.active{
    border-radius:20px;
    background-color:#2b7dc1;
    color:#fff;
    font-family:Poppins;
    border:0;
}

.dealers_tab .image_col img{
    max-width:100%;
}

.tab_btn a{
    font-size:14px;
    font-weight:normal;
    padding:5px 10px;
}

.tab-pane p{
    max-width:360px;
}