/**
*****************************************
	Theme Name: True Choice Palliative & Hospice Care
	Author: SyncZer Inc
	Author URL: https://www.synczersolutions.com/
	Version: 1.0
******************************************
**/
.footer-area .copy-right p{
	font-size: 13px;
}
.footer-area h3,
.footer-area h2,
.footer-area h5,
.footer-area li,
.footer-area p,
.footer-area a,
.footer-area i{
	color: #fff;        
}
.footer-area h3:hover{
	color: var(--main-3) !important
}
.footer-area a:hover{
	color: var(--main-3) !important;
}
.social-area li i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
}
.border-top {
	border-top: 1px solid #707070!important;
}
.footer-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(14, 16, 21, 0.97);
	z-index: -1;
}
.footer-area .copy-right{
	background: #011b39;
}

.quick-links li{
	display: inline-block;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
}
.quick-links li::after {
    content: " ";
    position: absolute;
    border-left: 2px solid var(--white);
    top: 25%;
    right: 0;
    height: 50%;
    margin: auto;
}
.quick-links li:last-child:after {
   display: none;
}
.foter-text{
	font-family: 'font-5';
}