.myddd {
    position:absolute;
}

.section-title span {
    font-size: 36px;
    color: #33a756 !important;
    display: inline-block;
    line-height: 1.2;
    letter-spacing: 2px;
}

.text-secondary {
    color: #29b15b !important;
}

.text-primary {
    color: #29b15b !important;
}

.butn-style4 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    padding: 15px 36px !important;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
    background-color: #34a757;
}

.form-check-input:checked {
    border-color: #34a757;
    background-color: #34a757;
}

.header-style2 .navbar-nav li.current > a, .header-style2 .navbar-nav li.active > a {
    color: #29b15b;
}
