h2{
	font-size: 24px;
    margin: 40px 0 20px;
}
h3{
	font-size: 20px;
    font-weight: 600;
    margin: 40px 0 20px;
}
h4{
	margin:40px 0 20px;
}
.header-block {
    background: #f1f1f1 url('https://dekorizon.com/wp-content/themes/dk_theme/images/titlebg.png') right center no-repeat;
    padding: 50px 0;
    border-bottom: 1px solid #efefef;
}
.rank-math-breadcrumb p{
	margin:0;
}
.page-block{
	padding:3.5rem 0;
}
#lightBox img{
	width:100%;
}
#lightBox .close {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    color: red;
    background-image: url(../../images/close.svg);
    width: 30px;
    height: 30px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
#lightBox .close:hover{
	opacity:.5
}
#fancybox-content{
	border-width:0!important;
}
#fancybox-title{
	display:none!important;
}
.ref_tt{
	box-shadow: 2px 2px 15px #eee;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
.pagination{
	color:#f18b36;
	justify-content:center;
}
.page-numbers,
.page-link{
	padding:5px 10px;
	border:1px solid #eee;
	border-right:0;
	color:#f18b36;
	border-radius:0!important;
}
.page-numbers:last-child,
.page-link:last-child{
	border-right:1px solid #eee;
}
.page-numbers:hover,
.page-link:hover{
	background:#eee;
	color:#f18b36;
}
.page-numbers.current,
.page-link.current{
	background:#f18b36;
	color:#fff;
	border-color:#f18b36;
}
.page-link:focus,
.page-link:focus-visible,
.page-item:focus-visible{
	outline:0;
	box-shadow:none;
	border-color:#eee;
	color:#f18b36;
}
.page-item:not(:first-child) .page-link{
	margin:0;
}
.accordion-button:focus{
	box-shadow:none;
}
.accordion-button:not(.collapsed){
	background-color:#f1f1f1;
}

@media(max-width:576px){
	.header-block{
		padding:20px 0;
	}
	.page-block{
		padding-bottom:.75rem;
	}
}