.bullet-list ul{
    padding:0;
    margin:0;
    list-style: none;
}
.bullet-list ul li{
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
    margin-bottom: 16px;
    position: relative;
}
.bullet-list ul li:last-of-type{
    margin-bottom: 0;
}
.bullet-list ul li::before{
    content:'';
    position: absolute;
    top: 5px;
    left: 2px;
    width: 6px;
    height: 12px;
    border: solid #f9dd94;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.btn-green .zpbutton-type-primary{
    color: #fff;
    background: #5bb85d !important;
    background: -moz-linear-gradient(left, #5bb85d 0%, #86dd88 100%)!important;
    background: -webkit-linear-gradient(left, #5bb85d 0%, #86dd88 100%)!important;
    background: linear-gradient(to right, #5bb85d 0%, #86dd88 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bb85d', endColorstr='#86dd88',GradientType=1 );
    border: transparent;
}
.zpdark-section .zpform-container .zpbutton.zpbutton-type-primary,
.zpform-container .zpbutton.zpbutton-type-primary{
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    background: #5bb85d !important;
    background: -moz-linear-gradient(left, #5bb85d 0%, #86dd88 100%)!important;
    background: -webkit-linear-gradient(left, #5bb85d 0%, #86dd88 100%)!important;
    background: linear-gradient(to right, #5bb85d 0%, #86dd88 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bb85d', endColorstr='#86dd88',GradientType=1 );
    border: transparent;
	padding-top: 10px;
    padding-right: 35px;
    padding-bottom: 10px;
    padding-left: 35px;
}
.zpdark-section .zpform-container .zpbutton.zpbutton-type-primary:hover,
.zpform-container .zpbutton.zpbutton-type-primary:hover{
    color: #fff;
    filter: brightness(90%);
}
.zpdark-section .zpform-container .zpbutton.zpbutton-type-secondary,
.zpform-container .zpbutton.zpbutton-type-secondary{
    display: none !important;
}
.zptable table{
    border-collapse: collapse;
    border-spacing: 0;
}
.zptable table td{
    padding: 0;
}
.zptable table > tbody > tr > td{
    border-top: 1px solid #ddd;
}
.zptable.zptable-header-dark table tr th {
    vertical-align: bottom;
    background: transparent !important;
    border-bottom: 2px solid #ddd !important;
}
.zpform-container .zpheading{
    display: none;
}
.zpdark-section .zpform-container label,
.zapform-container label{
    color: #1d1d1d !important;
}
.zpdark-section .zpform-container .zpform-mandatory:after,
.zpform-container .zpform-mandatory:after{
    color: #FF4949 !important;
}
.zpform-container input[type=text],
.zpform-container input[type=email],
.zpform-container input[type=date],
.zpform-container input[type=file],
.zpform-container textarea,
.zpform-container select{
    border: 1px solid #1d1d1d !important;
    color: #1d1d1d !important;
}