.fixed{
	position: fixed;
	top:71px;
	width: 101%;
	max-width: 110%;
}

@media only screen and (max-width: 1200px)
{
	.fixed{
		display: none !important;
	}
}
/*@media only screen and (min-width: 1200px) and (max-width: 1350px){
	.telephone{
		padding: 10px 42% !important;
	}
}*/

.telephone{
	background-color: #0e4272;
    color: #fff;
    text-align: center;
    padding: 10px 44%;
    
    font-weight: 600;
    font-size: 21px;
}