.radius-5{
	border-radius: 10px;
}
.nav_links{
	list-style: none;
	margin-bottom: .5rem;
}
.w-59{
	width: 59%;
}
@media (min-width: 1200px) and (max-width: 1399.98px){
	.w-xl-53{
		width: 53%;
	}
}
.footer .inline-d small{
	font-weight: 600;
	font-size: .8em;
}
.footer ul li a, .footer ul li, .small-letter{
	text-decoration: none;
	font-weight: 500;
	font-size: .9em;
}
.footer a:hover {
    color: #1d1d1d !important;
}
.footer .icon a:hover{
	color: #2a6365 !important;
}
.footer .icon a:active{
	transform: scale(0.9);
}
ul li i{
	color: #049da1;
	margin-right: 10px;
	font-size: 18px;
}
.inline-d{
	position: relative;
}
@media (min-width: 768px){
	.inline-d::after{
		content: '';
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 3px;
	    height: 100%;
	    background-color: #d4d4d4;
	}
}
@media (max-width: 767.98px){
	.inline-d::before{
		content: '';
	    position: absolute;
	    top: calc(100% - 1rem);
	    right: 0;
	    width: 100%;
	    height: 3px;
	    background-color: #d4d4d4;
	}
}
