#testPost {
    background: #07835c;
    padding: 30px;
    color: #fff;
    margin: 15px 0;
    border-radius: 10px;
}

#testPost-head {
    font-size: 28px;
    font-family: "HelvetIns";
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

#testPost-ct {
    color: #000;
    position: relative;
    background-image: linear-gradient(140deg, #bbffe7 0%, #dcfff3 50%, #eff 75%);
    border: 1px dashed #cb0008;
    padding: 25px 0;
    border-radius: 25px;
    padding: 15px 20px 0;
}

.testPost-ch {
    padding-bottom: 15px;
}

.testPost-tit {
    font-weight: 700;
}

.testPost-ct {
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.testPost-ct label {
    width: calc(50% - 7px);
    margin: 3px 0;
    font-weight: 400;
    cursor: pointer;
}

.testPost-ct input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 13px;
    width: 13px;
    -webkit-transition: all 0.15s ease-out 0;
    -moz-transition: all 0.15s ease-out 0;
    transition: all 0.15s ease-out 0;
    background: transparent;
    border: 1px solid #07835c;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: none;
    position: relative;
    z-index: 8;
    border-radius: 50%;
    margin-right: 10px;
}

.testPost-ct input:checked {
    background: #07835c;
}

#testPost-frm {
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
}

.testPost-frm input {
    width: 100%;
    border: 1px solid #07835c;
    box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 13px 10px;
    max-width: 500px;
    border-radius: 30px;
    margin: 10px 0;
    height: 40px;
    text-align: center;
}

.testPost-gbt {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.testPost-gbt a {
    padding: 5px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    border: 1px solid #07835c;
    margin: 0 5px;
    text-decoration: none;
}
.testPost-gbt a,
.testPost-gbt a:hover,
.testPost-gbt a:active {
    color: #fff;
}
#testPost-send,
#testPost-live.active {
    background: #ffc258;
    border-color: #07835c;
}

#testPost-live,
#testPost-send.active {
    background: #cb0008;
    border-color: #cb0008;
}

.testPost-text2 b {
    color: #ffc258;
    font-size: 18px;
}

#testPost-ct br {
    display: none;
}

@media screen and (max-width: 991.98px) {
    #testPost {
        padding: 15px 10px;
    }

    #testPost-head {
        font-size: 22px;
    }

    .testPost-ct label {
        width: 100%;
    }

    .testPost-gbt a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .testPost-text2 b,
    #pstCntn {
        font-size: 16px;
    }
}
