.white-link a {
  color: #fff;
}
.white-link-dim a{
	color:rgba(255, 255, 255, 0.70);
}
.white-link-dim a:hover{
	color: #fff;
}
.white-link a:hover{
	color:#7d0f0f
}
.contact-list .fusion-checklist-2,
.separator{
    position: relative;
}
.separator{
    padding: 0 4px;
    margin: 0 4px;
	display:inline-block;
}
.contact-list .fusion-checklist-2:before,
.separator:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 13px;
    background: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.separator:before{
	right: unset;
    left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.label-bg {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 12px 18px;
    border: 2px solid #d9d7d1;
    border-radius: 60px;
    background: #fff;
    color: #3d3f8f;
    line-height: 1;
}
.label-bg::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #7d0f0f;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(125, 15, 15, 0.08);
}
.right-box-content .fusion-builder-row-inner{
    background: #f4f2ec;
    padding: 18px 10px !important;
    border-radius: 16px;
    border: 2px solid #e4e2d8;
}
.right-box-content .icon{
	display: inline-block;
	background: #ebebf1;
	width: 30px;
	height: 30px;
	margin-right: 7px;
	padding: 1px;
	border-radius:5px
}
.right-box-content .icon img{
    object-fit: contain;
    max-width: 14px;
    margin: 5px 7px 0 6px !important;
}
.smart-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 28px;
}
.smart-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.smart-switch .slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    background: #d9d6cf;
    border-radius: 50px;
    transition: 0.3s ease;
}
.smart-switch .slider::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    left: 3px;
    top: 3px;
    background: #ffffff;
    border-radius: 50%;
    transition: 0.3s ease;

    box-shadow:
        0 2px 5px rgba(0,0,0,0.15);
}

.smart-switch input:checked + .slider {
    background: #980b0b;
}

.smart-switch input:checked + .slider::before {
    transform: translateX(20px);
}
.system-badge {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    background: #04046d;
    color: #ffffff;
    padding: 12px 15px;
    border-radius: 10px;
    max-width: 187px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 99;
}
.badge-subtitle {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    opacity: 0.75;
    line-height: 1;
}
.fusion-accordian#faq-list .panel-title a .fa-fusion-box{
	background: transparent !important;
	border-radius: 50px;
	border: 2px solid #e4e2d8 !important;
}
#fe-contact-form .fusion-form-field label{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#fe-contact-form button.fusion-button{
	width:100%;
}
.fusion-footer .white-link-dim a {
	    display: block;
}
/*---------------MEDIA----------------------*/
@media (max-width:1024px){
	#menu-main-menu{
		margin-top:35px;
	}
}
@media (max-width:992px){
	.location-list .separator{
		margin:0;
	}
}
@media (max-width:640px){
	.full-w-btn{
		width:100%
	}
	body #main h3,
	body #main h4{
		font-size: 20px !important;
	}
}