.rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link {
	height: auto !important;
}

.form-label {
	margin-bottom: 0;
	margin-top: .5rem;
	font-weight: 500;
}

.text-theme {
	color: #BB0B0B !important;
}

.rs-breadcrumbs .breadcrumbs-inner {
	padding-top: 64px;
	padding-bottom: 64px;
}

.x-form-section {
	margin-bottom: 64px;
}
.x-form-section .title {
	color: #BB0B0B !important;
	margin: 0;
}

.form-comment {
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 13px !important;
}

.form-check-input:checked {
    background-color: #BB0B0B;
    border-color: #BB0B0B;
}

.full-width-header .rs-header .menu-area .logo-area img {
	max-height: 50px;
}

.js-cookie-consent.cookie-consent {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background: #F7E8D4;
}

.cookie-consent__message {
	color: #CA9C62;
}

.js-cookie-consent-agree.cookie-consent__agree {
	font-size: 15px;
    background: #F7D1A1;
    padding: 5px 30px;
    margin: 0;
    border-radius: 0px;
    color: #BB7E31;
    font-weight: 600;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: none;
}