.form-search-wrap2 {
    background: rgba(198, 188, 188, 0.3);
    border-radius: 7px;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

li, ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.checkbox input[type="checkbox"]:focus+label::before,
.checkbox input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after,
.checkbox input[type="radio"]:checked+label::after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled+label,
.checkbox input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before,
.checkbox input[type="radio"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.memory-ck-hk-wrap h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}
.memory-ck-hk-wrap .checkbox label{
    margin-bottom: 0;
    line-height: 1;
    color: #000;
    font-weight: 600;
}
.memory-ck-hk-wrap .checkbox{
    padding-left: 3px;
}
.memory-ck-hk-wrap .checkbox label::after {
    padding-top: 3px;
}
.memory-ck-hk-wrap {
    margin-top: 10px;
    text-align: left;
}
.memory-ck-hk-wrap li + li{
    margin-top: 2px;
}
.site-blocks-cover {
    padding-top: 110px;
    background-position: top center !important;
}
.site-blocks-cover {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.site-blocks-cover.open_option {
    min-height: 900px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.option-btn-wrap li a{
    color: #000;
    font-size: 15px;
}
.option-btn-wrap li a i{
    padding-left: 10px;
}
.option-btn-wrap li + li{
    margin-left: 15px;
}
.gap-top {
    padding-top: 50px;
}
/* .site-blocks-cover .container>.row{
    min-height: 100%;
    height: 100%;
} */
.site-blocks-cover, .site-blocks-cover .container>.row{
    min-height: 450px;
    height: 100%;
}
.browser-cemetery-location-button{
    color:#000;
}