body{
    font-family: "Poppins", sans-serif;
}
.theme-bg-gradient{
    background: linear-gradient(135deg, #a00000, #FA0002) ;
}
.theme-bg{
    background-color: #FA0002;
}
.theme-text{
    color: #FA0002;
}
.section-01{
    background: linear-gradient(135deg, #a00000, #FA0002) ;
    padding: 30px 0px;
}
.section-about{
    padding: 45px 0px;
    background-color: #e7e7e7;
}
.section-02{
    padding: 45px 0px;
}
.list-problem{
    margin-top: 15px;
}
.list-problem li{
    margin-bottom: 8px;
}
.list-problem li span:first-child{
    color: #FA0002;
}
.dealer_form input:focus,
.dealer_form select:focus{
    box-shadow: none;
    border-color: #FA0002;
}
::placeholder{
    font-size: 14px;
}
.section-03{
    padding: 60px 0px;
    background-color: #e7e7e7;
}
.section-04{
    padding: 60px 0px;
}
.mobile-products{
    padding: 60px 0px;
}
.section-05{
    padding: 60px 0px;
    background-color: #e7e7e7;
}
footer{
    padding: 45px 0px;
}
.footer-bar{
    background-color: #222222;
    text-align: center;
    color: #ffffff;
    padding: 10px 0px;
    font-size: 14px;
}

.mobile-products {
    display: none;
}

@media screen and (max-width: 600px) {
    .section-04 {
        display: none !important;
    }
}

@media screen and (max-width: 600px) {
    .mobile-products {
        display: block !important;
        padding-bottom: 0 !important;
    }
    .mobile-products .card {
        border: 0 !important;
    }
    .mobile-products .card .card-body h5 {
        font-size: 15px !important;
    }
}


.myproducts img {
          width: 223px;
    margin-left: 51px;
    height: 154px;
}


.whyprocat .card{
      box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    width: 164px;
    height: 169px;
    padding: 8px;
  
   
    
}






