/**
Theme Name: alphaclinic
Author: Chempi_One
Author URI: https://bigwayup.com
Description: Theme create by Bigwayup
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alphaclinic
Template: astra
*/

.header-info {
	display: flex;
	font-size: 13px;
}

.header-info li {
	margin-right: 15px;
}

.header-info svg {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	fill: #fff;
}

.header-info__phone a, 
.header-info__address a, 
.header-info__time {
	display: flex;
	align-items: center;
	color: #fff;
}

.header-info a:hover {
	color: #dddddd;
}

.header-social-inner-wrap a svg {
	transition: all .2s linear;	
}

.header-social-inner-wrap a:hover svg {
	fill: #dddddd;
}