.rg-input-text-item .radio-item input +label:before {
    border: 1px solid #000 !important;
}

.mt-discount h4 {
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.mt-banner {
    text-align: center;
    color: white;
}
.mt-banner h1{
    color: white;
    font-size: 55px;
    font-weight: medium;
}
.mt-banner p {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: lighter;
}
.mt-intro .col-md-6 {
    margin-top: 40px;
}
.mt-intro h2 {
    font-size: 30px;
    font-weight: bold;
    color: #1E8963;
    margin-top: 40px;
}
.mt-intro-line {
    height: 1px;
    background-color: #1E8963;
    width: 70%;
    margin-bottom: 40px;
}
.mt-line {
    margin-top: 50px;
    margin-bottom: 50px;
}
.custom-line {
    height: 7px;
    background: #5BCEA3;
    border-radius: 4px;
    margin: 0 3px;
}
.mt-ready-title p{
    font-style: italic;
}
.mt-ready-title h2 {
    font-size: 30px;
    font-weight: bold;
}
.mt-ready-title-special {
    margin-left: 20px;
    color: #1E8963;
}
.mt-ready-detail {
    padding: 0;
}
.mt-ready-detail h3 {
    color: #1E8963;
    font-size: 20px;
    font-weight: bold;
}
.mt-line-vertical {
    width: 7px;
    border-radius: 4px;
    height: 100px;
    background: #5BCEA3;
    margin: auto;
    padding: 0;
}
.mt-ready-detail p{
        /* font-size: 2px; */
    font-weight: bold;
    color: #1E8963;
}
.mt-value-title h2 {
    margin: auto;
    margin-bottom: 30px;
    font-weight: bold;
}
.mt-value-option h3 {
    font-size: 18px;
    font-weight: bold;
}
.mt-group {
    margin-top: 80px;
}
.mt-group h2 {
    font-size: 30px;
    font-weight: bold;
}
.mt-value-option-title {
    margin-top: 30px;
    height: 6em;
}
.mt-value-option-content {
    text-align: justify;
}
/* .mt-value-option-content p:nth-child(1) {
    min-height: 4.7em;
}
.mt-value-option-content p:nth-child(2) {
    min-height: 3.1em;
} */
/* .circle-container {
    padding-top: 20px;
} */
/* .mt-group {
    margin-bottom: 80px;
} */
.mt-group .circle {
    border-radius: 100%;
    background-color:#C5E2D7;
    height: 280px;
    width: 280px;
    display:table-cell;
    vertical-align:middle;
}
.mt-join {
    margin-top: 40px;
    margin-bottom: 40px;
}
.mt-join p {
    margin-bottom: 5px;
}
/* .mt-group-sub-title { */
    /* display: flex; */
/* } */
.mt-group-sub-title h3 {
    font-size: 20px;
    line-height: 20px;
    color: #1E8963;
    font-weight: bold;
    margin-bottom: 10px;
}
.mt-group-div-right, .mt-group-div-left {
    height: 20px;
    background-color: #C5E2D7;
    width: 70%;
}
.mt-membership {
    background-color: #C5E2D7;
}
.mt-membership .custom-line {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mt-membership h2{
    font-size: 30px;
    font-weight: bold;
    margin-top: 60px;
    /* background-color: #5BCEA3; */
}
/* .mt-membership-chose-container {
    margin-left: 17.5%;
} */
.mt-membership-chose{
    background-color: #F0F0F0;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 50px;
    height: 100%;
}
.mt-membership-chose-special {
    background-color: white;
    border: 2px dashed #024D36;
}
.mt-membership-list {
    /* text-align: justify; */
    list-style: none; /* Remove list bullets */
}
.mt-membership-list li, .mt-discount-list li {
    display: flex;
}
.mt-membership-list li p, .mt-discount-list li p {
    text-align: justify;
    margin-left: 15px;
}
.mt-membership-list li i, .mt-discount-list li i {
    margin-top: 4px;
}
.mt-membership-list li i::before {
    color: #5BCEA3;
}
.mt-discount-lis li i::before {
    color: #ffffff;
}
/* .mt-discount { */
    /* height: 100%;
    color: white; */
    /* display: table; */
    /* width: 100%; */
/* } */
.mt-discount-tilte {
    background-color: #1E8963;
    color: white;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 40px;
}
.mt-discount-tilte h3 {
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.mt-discount-tilte p {
    margin-bottom: 10px;
}
.mt-discount-col {
    display: table-cell;
    color: white;
}
.mt-discount-col-content {
    height: 100%;
    border-radius: 38px;
    padding: 40px;
    color: white;
}
.mt-discount-col-content h4 {
    color: white;
    font-size: 20px;
    margin-left: 30px;
    font-weight: bold;
}
.mt-discount-col-content-right p {
    margin-left: 30px;
    margin-top: 70px;
}
.mt-form {
    padding-top: 80px;
    padding-bottom: 80px;
}
.mt-form h3 {
    font-size: 30px;
    font-weight: bold;
}
.rg-input-text-item input {
    width: 100%;
}
.mt-membership-list.mt-intro-list p {
    margin-bottom: 10px;
}
.mt-start {
    background-color: #C5E2D7;
    /* padding-top: 30px;
    padding-bottom: 30px; */
    text-align: center;
}
.mt-start-title p{
    font-style: italic;
}
.mt-start-title h2 {
    font-size: 30px;
    font-weight: bold;
    color: #024D36;
}
.mt-start-title-special {
    margin-left: 20px;
    color: #1E8963;
}
.mt-start-detail {
    padding: 0;
    text-align: center;
}
.mt-start-detail h3 {
    color: #1E8963;
    font-size: 20px;
    font-weight: bold;
}
.mt-start-detail p{
    /* font-size: 2px; */
    font-weight: bold;
    color: #1E8963;
}
.mt-discount-countdown {
    color: red;
    background-color: white;
    padding: 10px 20px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.mt-discount-early {
    margin-left: 0;
    margin-right: 0;
    border-radius: 19px;
}
.mt-discount-choose {
    background: #4AA583;
    border-radius: 19px;
    color: white;
}
.mt-discount-choose img {
    height: 65px;
}
.mt-discount-choose-t {
    color: #4AA583;
    font-size: 16px;
    font-weight: bold;
}
.mt-discount-choose h3 {
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    #slider {
        background-size: contain !important;
        height: 350px !important;
        margin-top: -90px !important;

    }

    #content > div > div > div.wrap-form-register > div > div > h3 {
        font-size: 18px !important;
        margin-top: 0px !important;
        letter-spacing: 1px !important;
        line-height: 1.5 !important; 
    }
}