:root {
	--banner-one-bg: linear-gradient(180deg, #C70039 0%, #660000 100%);
	--primary-gradient: linear-gradient(180deg, #C70039 0%, #660000 100%);
	--primary: #a01028;
	--color-primary: #1a0000;
	--color-fourth: #C41E3A;
}

header.header .topbar {
	background-color: #750000;
}

order-premium_comparison .price-table-container .price-table .top-head {
	background: linear-gradient(to bottom, #C70039 0%, #660000 100%);
}

header.header .logo-img {
    max-height: 55px;
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 4px;
}
.rts-hero__one {
    margin-bottom: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary {
	color: #fff;
    background-color: #f00;
    border-color: #f00;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:hover {
	color: #fff;
    background-color: #d60000;
    border-color: #d60000;
}
.invoice-container .small-text {
	font-size: 12px;
}