#lp-quotes-form #lp_parent_categories .lp-home-categoires {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 25px;
    position: relative;
    transform: unset;
}

#lp-quotes-form #lp_parent_categories .lp-home-categoires li {
    width: 11% !important;
    cursor: pointer;
    min-height: 150px;
    padding: 13px 9px;
    border-radius: 5px;
    box-shadow: 0 0 15px 0px darkgrey;
    margin: 6px 5px;
    max-height: 118px;
    overflow: hidden;
    background: green !important;
}

#lp-quotes-form #lp_parent_categories .lp-home-categoires li span,
#lp_child_categories ul.lp-home-categoires.padding-left-0.new-banner-category-view4 li span{
    color: white !important;
}

#lp-quotes-form #lp_child_categories{
    padding: 40px 12px;
}

#lp_child_categories ul.lp-home-categoires.padding-left-0.new-banner-category-view4 li{
    background: green !important;
}

#lp-quotes-form #lp-send-quote{
    background-color: #73d500 !important;
    color: #fff !important;
}