.popup-contact-forms {
  background-color: rgba(0, 0, 0, 0.57);
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}
.form-area {
  margin-left: 25%;
  margin-top: 20%;
  width: 50%;
  background-color: #FFF;
  border-radius: 5px 5px;
}
.form-heading > span {
  font-family: open sans;
  font-size: 18px;
  font-weight: bold;
}
.form-heading {
  background-color: #f95702;
  border-radius: 5px 5px 0 0;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-align: center;
}
.formarea {
  padding: 0 21px 10px;
}
.pcf-cols {
  float: left;
}
.pcf-rows {
  clear: both;
  margin: 6px 0;
}
.pcf-cols.lbl {
  font-family: titillium bold;
  font-weight: bold;
  margin-right: 57px;
  padding: 12px 10px;
  width: 95px;
}
.pcf-inptxtbox {
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
}
.pcf-cols.inpt {
  width: 272px;
}
.pcf-subbtn {
  background-color: #f95702;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-family: open sans;
  font-size: 16px;
  padding: 5px 15px;
  width: 100%;
}
.pcf-cols.btn {
  width: 45%;
}
.call-cat, .mail-cat {
  cursor: pointer;
  
}
.pcf-cols.btn:first-child {
  margin-right: 42px;
}
.pcf-subbtn:hover {
  background-color: #2D408C;
  transition: 0.5s;
}
.successmsg {
  font-family: open sans;
  padding: 0px 20px 31px;
  text-align: center;
}
.closebtn {
  text-align: right;
  margin-top: -22px;
  position: relative;
  top: -38px;
  right: 17px;
  cursor: pointer;
}
