.chk-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #666666;
    font-size: 16px;
}

.chk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.chk-container input:checked ~ .checkmark {
    background-color: #249d22 ;
    border: 2px solid transparent;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #ddd;
}


.chk-container input:checked ~ .checkmark:after {
    display: block;
}
.chk-container .checkmark::after {
    left: 8px;
    top: 1px;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form-switch .form-check-input {
    width: 3em !important;
}
.form-check-input {
    height: 1.5em !important;
}

#scrollUp {
    background: #249d22;
}
.btn.head-btn2 {
    /* color: #249d22; */
    background: white;
    border: 1px solid #249d22;  
    color: #494949;
    box-shadow: none;
}
.btn.head-btn2:hover {
    border: 1px solid #249d22;
    background: #e2fae2;
}

.footer-area .footer-form form .form-icon button {
    background: #249d22;
}
.footer-bottom-area .footer-copy-right p a {
    color: #249d22;
}

.posted {
    color: rgb(132, 136, 142);
    font-size: 0.8rem;
    margin-top: 0.7rem;
}