.contactus-one .contact-form .form-control {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 1px solid #fff;
            border-radius: 0px;
            background-color: transparent;
            color: #fff;
            height: 50px;
        }
        .contactus-one .contact-form .form-control {
            border-bottom: 1px solid #ccc;
            box-shadow: none;
        }
        .contact-info > div > p {
            margin-bottom: 10px;
        }
        .contactus-one .contact-info p i {
            margin-right: 15px;
            color: lightgray;
        }
        .map iframe {
            pointer-events: none;
            width: 100%;
            border: none;
        }
        .map {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
        }
        .map iframe{
            pointer-events: none;
            width:100%;
            border:none;
        }
        .contactus-one .dart-headingstyle-one .dart-heading:after{
            left:15px;
        }

        .normal-btn {
  background: lightgray none repeat scroll 0 0;
  border-radius: 5px;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}