.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: #43054f !important;
}

.rs-breadcrumbs .breadcrumbs-inner {
	padding-top: 64px;
	padding-bottom: 64px;
}

.x-form-section {
	margin-bottom: 64px;
}
.x-form-section .title {
	color: #43054f !important;
	margin: 0;
}

.form-comment {
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 13px !important;
}

.form-check-input:checked {
    background-color: #43054f;
    border-color: #43054f;
}

.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;
}

#site__logo__top,
#site__logo__bottom,
#site__logo__middle {
	max-height: 50px;
}

.page-header {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.contact-one__form input[type="text"],
.contact-one__form input[type="email"],
.contact-one__form input[type="phone"],
.contact-one__form input[type="date"],
.contact-one__form input[type="number"],
.contact-one__form input[type="tel"],
.contact-one__form select {
    display: block;
    border: none;
    outline: none;
    width: 100%;
    height: 45px;
    background-color: #FFFfff;
    color: var(--insuco-text, #616161);
    font-size: 18px;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid rgba(var(--insuco-black-rgb, 0, 4, 27), 0.1);
    border-radius: 5px;
    font-family: var(--insuco-font-title, "Red Hat Display", sans-serif);
}

.slider-one__title {
	font-size: 26px !important;
}

.testimonials-card__image {
	height: 100px !important;
	width: 100px !important;
	border: 5px solid #43054f;
	border-radius: 50% !important;
}
.testimonials-card__image__inner {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer-one__top__title {
	font-size: 18px !important;
}

#scrollUp {
	display: none !important;
}