  .cust-contact p{
    margin: 0 !important;
    font-size: 14px;
    color: #013765;
    font-weight: 600;
    text-align: right;
  }
  .cust-contact a{
    font-size: 22px;
    color: #013765;
    font-weight: 600;
    text-align: right;
          text-decoration:none;
  }
  .cust-contact a:hover{
	text-decoration:underline;
  }
  .sale-day{
	color:#0086C4!important;
	font-weight:400 !important;
  }
  
@media all and (max-width: 767px)  {
	.cust-contact{
	  text-align:center !important;
	  margin:0 auto !important;
	}
}