.contact-touch-point ul li a:hover {
    text-decoration: none;
    background-color: #e85514;
}
.contact-touch-point {
    text-align: center;
    width: 100px;
    position: fixed;
    right: 0;
    top: 140px;
    z-index: 9999;
	
}
.contact-touch-point ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .68em;
    line-height: 1.428571429;
}
.contact-touch-point ul li a {
    color: #fff9ef;
    display: inline-block;
    width: 60%;
    height: 100%;
    
	
    background-color: #a90303;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    font-size: 35px;
    margin-left: 45px;
    margin-top: 1px;
    
    border-radius: 3px;
}

.contact-touch-point ul li span {
    padding-top: 15px;
    font-size: 21px;
    display: block;
}
@media (min-width: 1200px)
.visible-lg {
    display: block!important;
}
.service-heading{
	text-align:center;
	font-size: 24px;
}