.no-banner {
    margin-top: 70px;
    margin-bottom: 20px;
}

/* header */
.site-header .right-header {
    width: calc(100% - 300px);
}
.site-header .navbar-brand img {
    height: 50px;
}

/* home page */
.testimonial-section .slick-slide .item {
    text-decoration: none;
}

/* my diary page */
.page-template-page-my-diary .reviews-section .review-item::before {
	display: none;
}

@media (max-width: 575.98px) { 
	.page-template-page-contact .contact-box-section .contact-box.address-box i {
		margin-bottom: 82px !important;
	}
}