.dz-quik-search {
    background: rgba(33, 37, 41, 0.95);
    position: fixed;
    height: 100%;
    width: 100%;
    top: -100%;
    left: 0;
    padding: 0px 30px;
    z-index: 999;
    overflow: hidden;
    display: none;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden; 
}
.dz-quik-search form {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    transform: translateY(-50%); 
}
.dz-quik-search .form-control {
    padding: 15px 60px 15px 15px;
    width: 100%;
    height: 90px;
    border: none;
    background: 0 0;
    color: #fff;
    font-size: 20px;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}
.dz-quik-search .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.dz-quik-search #quik-search-remove {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    color: #fff;
    cursor: pointer; 
}
.dz-quik-search.On {
    top: 0;
    visibility: visible; 
}

.site-header .extra-nav #quik-search-btn.header-search-btn {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 15px;
    border: 0;
    background-color: #fff;
    align-items: center;
    flex-direction: column;
}
.site-header .extra-nav #quik-search-btn.header-search-btn i {
    font-size: 20px;
}
.hero-banner.style-1 .sub-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}
.pagination li .page-numbers, .pagination li .page-link{
    border-radius: 15px !important;
}
.section-head.style-1 .sub-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.blog-single.style-1 .dz-meta li::after{
    content: none;
    background-color: transparent;
}

.error-page.style-1.full-screen ,
.error-page.style-2.full-screen {
    height: 100vh;
    display: flex;
    align-items: center;
    min-height: 700px;
}

.box-header + .page-content > *:first-child:not(.hero-banner,.dz-bnr-inr){
    padding-top: 220px;
}
.box-header + .page-content > .post-header{
    padding-top: 0 !important;
}
.box-header + .page-content > .post-header .dz-info{
    padding-top: 160px !important;
}

@media (max-width: 991px) {
    .error-page.style-1.full-screen ,
    .error-page.style-2.full-screen {
        height: auto;
        min-height: 100vh;
    }
    .box-header + .page-content > *:first-child:not(.hero-banner,.dz-bnr-inr){
        padding-top: 160px;
    }
}
@media (max-width: 575px) {
    .box-header + .page-content > *:first-child:not(.hero-banner,.dz-bnr-inr){
        padding-top: 110px;
    }
    .box-header + .page-content > .post-header .dz-info{
        padding-top: 100px !important;
    }
}