.main-body{
    margin-top: -10rem;
    background: #fff;
    padding-bottom: 5rem;
}

.search-widget h2{
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    color: #282168;
    margin-top: -1rem;
    margin-bottom: 2rem;
}
.search-widget .btn-green{
    background: #ef6b00;
    color: #fff;
    font-weight: bolder;
}
.search-widget .btn-green:hover{
    background-color: #282168;
    color: #fff;
}

.jimmy-middle{
    margin-top: 5rem;
    padding: 6rem 0;
    background: url(../Images/dealers-logo-bg.png) no-repeat center 0/cover;
}
.jimmy-middle .imageSecond{
    margin-top: 2rem;
    min-height: 50px;
}
.jimmy-middle  hr{
    width: 30%;
    border-top: 4px solid #ea0026;
    border-radius: 4px;
}
.jimmy-middle  h5{
    font-size: 16px;
}
.jimmy-britt3{
    background: rgba(255,255,255,0.5);
    padding: 2rem 0;
}

.triangle-bg{
    background: url(../Images/triangle-bg.png) no-repeat center 0/cover;
    padding: 2rem 0 10rem;
    margin-top: 2rem;
}
.triangle-bg h3{
    margin: 0;
    font-weight: 900;
    color: #292067;
    font-size: 9rem;
    
}

.we-will p{
    text-transform: uppercase;
    text-align: center;
    font-size: 4.8rem;
}
.learn-more a{
    display: inline-block;
    background: #ef6b00;
    color: #fff;
    padding: 10px 15px;
    margin-top: 10px;
    font-size: 16px;
}
.learn-more a:hover{
    background: #282167;
    color: #fff !important;
    text-decoration: none;
}
.checkmark{
    margin-top: 2rem;
}

.checkmark h6{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}
.bestprice img{
    margin-top: -24rem;
}

.content-body{
    padding: 3rem 0;
}

.content-body h2{
    font-size: 32px;
}
.header-content p{
    font-size :18px !important;
}
.content-body p{
    font-size: 16px;
}
.inv-btn{
    width: 70%;
    min-width: 170px;
    display: inline-block;
    padding: 10px 0px;
    margin: 5px 2px;
    font-size: 18px;
    color: white !important;
    text-decoration: none !important;
    text-transform: uppercase;
}

.contact-col{
    background: #eee;
    margin-bottom: 25px;
}

.get-dir-btn{
    background-color: #000000 !important;
    margin-bottom: 2rem;
}
.shop-inv-btn{
    background-color: #1058aa !important;
    margin-top: 30px;
}
.get-dir-btn:hover{
    color: #fff !important;
    background: #ef6b00 !important;
    
}
.shop-inv-btn:hover{
    color: #fff !important;
    background: #ef6b00 !important;
}
@media(min-width: 768px) and (max-width: 1199px){
    .inv-btn{
        min-width: 170px;
    }
    .contact-col{padding: 0 15px;}
}