.Vendor_Beta {
    padding: 200px 0 100px;
    background: linear-gradient(135deg, #426c88 0%, #182f3e 32%, #182f3e 47%, black 100%);
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
}
.Vendor_Beta:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    background: url(../img/shape-1.webp) no-repeat;
    height: 100%;
    background-size: cover;
    opacity: 0.7;
}
.Vendor_Beta h2{
    color:#fff;
}
.Vendor_Beta h2 span {
    color: #e9b23c;
}
.Vendor_Beta p{
    color:#fff;
}



.subscription {
    padding: 0 0 100px !important;
}


.Vendor_Lists {
    background: #f8f8f8;
}

.Vendor_Lists ul li{
    margin: 0 0 15px;
    line-height: 26px;
    position: relative;
    padding-left: 30px;
    /*
    padding-left: 30px;
    position: relative;
    */
}
.WhyBecome ul li span {
    position: absolute;
    left: 0;
    background: #009b30;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 5px;
    font-size: 12px;
    top: 5px;
}

.VendorWorks ul li span {
    position: absolute;
    left: 0;
    background: #eab23d;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50px;
    font-size: 12px;
    top: 5px;
}



/*
.TesterList ul li:after {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #00B620;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -2px;
}
*/

.RegisterList ul li {
    list-style: decimal;
}


.Vendor_ApplyNow .horizontal_banner {
    margin: 0 0 30px;
}

.Vendor_KeyFeatures.text-center {
    background: #f8f8f8;
}
Vendor_KeyFeatures ul{
    margin: 0 0 30px;
}
.Vendor_KeyFeatures ul li{
    margin: 0 0 15px;
    line-height: 26px;
    padding-left: 30px;
    position: relative;
}
.Vendor_KeyFeatures ul li span {
    margin-right: 5px;
}











