.MainWrapper{
background-color:#fff;
}
.MainImg{
float: left;
}
h1{
    float: right !important;
    width: 100% !important;
    font-size: 29px !important;
    font-family: 'ISBold' !important;
    line-height: 2em !important;
    text-align: right !important;
    margin-top: 63px !important;
color:#ff2b85 !important;
}
.BaseText{
display: block;
    float: right;
    width: 100%;
    text-align: justify !important;
    font-size: 16px !important;
    line-height: 2em;
    margin-top: 30px;
color:#696969 !important;
}
.BusinessPurchasePlanImg{
display: block;
    margin: auto;
    width: 120px;
}

.BusinessPurchasePlanTitle{
    text-align: center;
    font-size: 20px;
    font-family: 'ISBold';
    margin-top: 40px;
    float: right;
    width: 100%;
}

.BusinessPurchasePlanDescription{
    display: block;
    float: right;
    width: 250px;
    line-height: 2em;
    color: #696969;
    margin-right: calc(50% - 125px);
    margin-top: 15px;
}

.BusinessPurchasePlanList{
    display: block;
    float: right;
    padding: 8px;
    width: 260px;
    margin-right: calc(50% - 130px);
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
}
.BusinessPurchasePlanList li{
    display: block;
    float: right;
    width: 100%;
    margin-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
    padding-top: 7px;
}
.BusinessPurchasePlanList li span:nth-child(1){
display: block;
    float: right;
    font-size: 14px;
    font-family: 'ISBold';
}
.BusinessPurchasePlanList li span:nth-child(2){
    display: block;
    float: right;
    font-size: 14px;
    margin-right: 7px;
}
.BusinessPurchasePlanList li:nth-child(5){
  border:none;
    margin-bottom: 0px;
}
.BusinessPurchasePlanPriceBack{
    display: block;
    width: 250px;
    margin-right: calc(50% - 125px);
    text-align: center;
    float: right;
    margin-top: 9px;
}
.BusinessPurchasePlanPriceBack span{
    font-family: 'ISBold';
    font-size: 18px;
    margin-left: 7px;
color:#1abc9c;
}

.BusinessPurchasePlanPriceBackHasDiscount {
    display: block;
    width: 250px;
    margin-right: calc(50% - 125px);
    text-align: center;
    float: right;
    margin-top: 9px;
}
.BusinessPurchasePlanPriceBackHasDiscount span{
   font-family: 'ISBold';
    font-size: 15px;
    margin-left: 7px;
    color: #ff1b73;
    text-decoration: line-through;
}

.BusinessPurchasePlanNotActive{
    display: block;
    width: 250px;
    margin-right: calc(50% - 125px);
    text-align: center;
    float: right;
    margin-top: 9px;
 font-family: 'ISBold';
    font-size: 18px;
    margin-left: 7px;
    color: #ff1b73;
}
.Mainh2{
    width: 100% !important;
    font-size: 29px !important;
    font-family: 'ISBold' !important;
    line-height: 2em !important;
    text-align: right !important;
    margin-top: 63px !important;
    color: #ff2b85 !important;
padding-right: 15px;
    padding-left: 15px;
}
.MainText{
 display: block;
    width: 100%;
    text-align: justify !important;
    font-size: 16px !important;
    line-height: 2em;
    margin-top: 30px;
    color: #696969 !important;
padding-right: 15px;
    padding-left: 15px;
}
.MainText strong{
color:#f39c12;
}
.GuideImage{
display:block;
margin:40px auto;
}

.RegisterLink{
    background: linear-gradient(270deg, #ff2b85 0%, #cd4c9e 50%, #996eb5 100%);
    color: #fff !important;
    transition: 0.3s;
    width: 260px;
    height: 52px;
    border-radius: 40px;
    margin-right: calc(50% - 150px);
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    text-align: center;
    font-size: 18px;
    width: 300px;
    float: right;
    padding-top: 13px;
}

.RegisterLink:hover {
    background: linear-gradient(270deg, #cf3275 0%, #b34089 50%, #8537b7 100%);
}


.FormListGuide{
display: block;
width:100%;
}
.FormListGuide li{
display: block;
width:100%;
margin-bottom: 30px;
}
.FormListGuide p{
display: block;
width:100%;
   font-size: 14px;
    color: #696969;
    line-height: 2em;
}
.FormListGuide li span:nth-child(1){
display: inline-block;
    font-size: 18px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0055ef;
    text-align: center;
    padding-top: 1px;
}
.FormListGuide li span:nth-child(2){
display: inline-block;
    font-family:'ISBold';
    color: #000000;
    text-align: right;
    margin-right: 7px;
margin-left: 7px;
}
.FormListGuide li span:nth-child(3){
display: inline-block;
    margin-right: 7px;
    text-align: right;
}

.BusinessPurchasePlanList{display:none !important;}