/* Enter Your Custom CSS Here */
.fa.search-top {
  display: none;
}

input[type="tel"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    padding: 1%;
    border: 1px solid #f2f2f2;
    line-height: 20px;
    width: 98%;
    margin: 0 0 30px;
    background-color: #f8f8f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.copyright {
	display: none;
}

.copyright-info:after {
  content: "Copyright @ 2016 Linked Telecom";
}