.error_404_data_text {
    clear: both;
    margin: 40px 0px 80px;
    text-align: center;
}
input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 14;
}
.error_404_data_text h1 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    margin: 0px 0px;
}

.total_error_data {
    clear: both;
}

.error_404_data_text_small {
    clear: both;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}

.error_404_data_global_search .holiday-search {
    width: 100%;
}

.error_404_data_global_search .holiday-search .holiday-form-search .col-lg-5 {
    width: 100%;
    margin-left: 0%;
    border-right: 0px solid #ccc;
    padding-right: 0px;
}

.error_404_data_global_search .holiday-search .holiday-search-form .form-control {
    background: #fff;
}

.error_404_data_global_search .holiday-search .holiday-form-search .form-group.mleft10 {
    margin-left: -109px;
}

.error_404_data_global_search {
    margin: 20px 0px;
    clear: both;
}

.error_404_data_tagging {
    clear: both;
    text-align: center;
}

span.error_tagging_data {
    border: 1px solid red;
    border-radius: 15px;
    padding: 5px 10px 5px 10px;
    overflow: hidden;
    min-height: 35px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

span.error_tagging_data a {
    margin: 9px 0px;
    overflow: hidden;
    color: #444444;
}

@media screen and (max-width: 767px) and (min-width: 320px)
{
.holiday-search {
    border-bottom: 0px solid #ddd;
}
}