.pera1-editable{
    font-size:1.3em;
}

.space{
    margin:40px 0;
}

.p-heading-marker {
    position: relative;
    z-index: 1;
    padding-left: 0.3em;
    padding-bottom: 0.2em;
}

.p-heading-marker::after {
    position: absolute;
    bottom: 0.2em;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 10px;
    background-color: #57d9ae;
    -webkit-transform: rotate(-0.3deg);
    -ms-transform: rotate(-0.3deg);
    transform: rotate(-0.3deg);
}


.c-btn a, .c-btn input, .c-btn .btn-customform-submit, .c-btn button {
    background-color: #00ad7a;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    text-align: center;
    text-shadow: none;
    border: 0;
    cursor: pointer;
    font-weight: normal;
    padding: 0.8em 1.8em;
    min-width: 30%;
    line-height: 1.2;
    font-family: inherit;
}


.p-heading-btm-bdr::after {
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    border-top: 2px solid #57d9ae;
}

.c-hr-dotted{
    margin: 0;
    border-top: 4px dotted #57d9ae;
}

a{ color: #57d9ae;}