header .callSec {
  top: 26px;
}
.fixedContact{
	position: fixed !important;
	top: -93px !important;
}

@media only screen and (min-width: 200px) and (max-width: 600px) {
	header .callSec .contentCalto h4 {
    	font-size: .7rem;
	}
	header .callSec {
    	top: 70px;
	}
	.fixedContact{
		position: fixed !important;
		top: 70px !important;
	}
}
@media only screen and (min-width: 600.1px) and (max-width: 768px) {
	header .callSec {
    	top: 55px;
	}
	.fixedContact{
		position: fixed !important;
		top: -55px !important;
	}
	header .callSec .contentCalto h4 {
    	font-size: .9rem;
	}
}
/*@media only screen and (min-width: 730.1px) and (max-width: 768px) {
	.fixedContact{
		position: fixed !important;
		top: -53px !important;
	}
}*/
@media only screen and (min-width: 768.1px) and (max-width: 992px) {
	header .callSec {
	    top: 42px;
	}
	header .callSec .contentCalto h4 {
    	font-size: 1.24rem;
	}
	.fixedContact{
		position: fixed !important;
		top: -73px !important;
	}
}
@media only screen and (min-width: 992.1px) and (max-width: 1200px) {
	header .callSec {
	    top: 37px;
	}
	.fixedContact{
		position: fixed !important;
		top: -83px !important;
	}
}

.ContText2 img {
    display: none;
}