#trendingCars
{
  margin-top:75px;
  margin-bottom:75px;
}
#trendingCars .sectionHeading{
font-size: 24px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 0.83;
letter-spacing: normal;
text-align: center;
color: #334150;
}
#trendingCars .panel
{
border-radius: 10px;
border: 2px solid #ebebeb;
background-color: #FFF;
}
#trendingCars .panel-heading{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom:1px solid #eee;
}
#trendingCars .panel-heading,
#trendingCars .panel-footer
{
background-color: #FFF;
text-align: center;
}
#trendingCars .panel-footer
{
border-top:none;
}
#trendingCars .view-details{
font-size: 18px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.21;
letter-spacing: normal;
text-align: center;
color: #000000;
border-radius: 5px;
background-color: #f2f4f6;
padding: 9px 60px 9px 60px;
}
#trendingCars .starting_price
{
display: block;
font-size: 15px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.87;
letter-spacing: 0.24px;
color: #7f8fa4;
}
#trendingCars .currencyOne
{
font-size: 18px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.87;
letter-spacing: 0.24px;
color: #f3515c;
}
#trendingCars .priveValue
{
font-size: 23px;
font-weight: bold;
letter-spacing: 0.32px;
color: #f3515c;
}
#trendingCars  .pricePhrase
{
text-align: center;
display: inherit;
}
#trendingCars .dataYM
{
font-size: 18px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.44;
letter-spacing: 0.29px;
color: #000000;
text-align:center;
}
#trendingCars a.showArrow {
color: #000;
text-decoration: none;line-height: 32px;
}
#trendingCars a.showArrow:hover {
color: #932224;
border-bottom: 2px dotted #932224;
}
#trendingCars .showArrow:after {
background: no-repeat 0 url('https://s3-us-west-2.amazonaws.com/motoraty-media/icons/right-arrow-v2.png');
content: "";
display: inline-block;
height: 20px;
margin-left: 5px;
margin-top: 2px;
/*vertical-align: top;*/
width: 18px;
}
#trendingCars .carHeading {
font-size: 24px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.18;
letter-spacing: 0.17px;
text-align: center;
color: #000000;
}
#trendingCars ul.nav{
  margin:0 auto;
  width: 50%;
}
#trendingCars .nav>li{
  padding: 0px;
}
#trendingCars .nav>li>a{
  color: #8897ab;
  font-size:18px;
  text-align: center;
}
#trendingCars  .nav>li.active a {
    border:none;
    border-bottom: 3px solid #f3515c;
    color: #f3515c;
    top: 0px !important;
    font-size: 18px;
}
#trendingCars .nav>li>a:focus,
#trendingCars .nav>li>a:hover
{
  background-color:  #FFF;
  border-top-color: #FFF;
  border-left-color: #FFF;
  border-right-color: #FFF;
}
