@media (max-width: 482px) {
	.btn-link{
		padding-left:0 !important;
	}
}

.h2-company {
	@media (min-width: 992px) {
		font-size: 39px !important;
	}
}

.fw-700{
	font-weight:700;
}

.fw-400{
	font-weight:400;
}

.bg-dark-200{
	background: #EDF4F7;
}
.grecaptcha-badge { 
	visibility: hidden; 
}

.error-link{
	text-decoration:underline;
	font-weight:bold;
}

/* blog category link fix */

.originator-number{
	font-size:2.6rem !important;
}

.btn-back a{
	text-decoration: none;
}

.font-size-fix{
	font-size:2.7rem;
}

.badge a{
	color:#fff;
	text-decoration:none;
}

.badge a:hover{
	text-decoration:none;
}


/* navwalker dropdown fix */
@media (max-width: 1199.98px) {
	ul .dropdown-menu li.nav-item{
		 border-bottom: unset;
	}
}

@media only screen and (max-width:991px){
.mw-chart {min-width:700px;}

.chart-block {position:relative; overflow-x:scroll;}
	}