/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/
@media screen and (max-width: 767px){	
	.wt-topbar-left ul {
		display: flex;
		width: 100%;
		justify-content: space-between;	
	}
	.wt-topbar-left ul li:first-child{
		padding-left:0px;
	}
}

.sa{
	bottom: 99px;
    right: 7px;
    position: fixed;
    width: 70px;
    z-index: 9;
}