.pc_nav {
  margin-top: 15px; }

.empty {
  height: 201px;
  display: block; }

.dropdown-menu {
  top: 90px; }

.formBox {
  width: 995px;
  margin: 0 auto;
  margin-bottom: 45px; }

form .form-group {
  margin-bottom: 50px !important; }
form .last {
  margin-bottom: 0 !important; }
form label {
  display: inline-block;
  width: 100%; }
  form label input, form label textarea {
    display: block;
    border: none;
    width: 100%;
    outline: none;
    background: none;
    border: none;
    padding-left: 20px;
    padding-bottom: 20px;
    font-weight: 300;
    border-bottom: 1px solid #c24793 ; }
  form label input::-webkit-input-placeholder, form label textarea::-webkit-input-placeholder {
    color: #c24793 ;
    font-family: 'Lato-Regular';
    font-size: 20px; }
  form label input:-moz-placeholder, form label textarea:-moz-placeholder {
    color: #c24793 ;
    font-family: 'Lato-Regular';
    font-size: 20px; }
  form label input::-moz-placeholder, form label textarea::-moz-placeholder {
    color: #c24793 ;
    font-family: 'Lato-Regular';
    font-size: 20px; }
  form label input:-ms-input-placeholder, form label textarea:-ms-input-placeholder {
    color: #c24793 ;
    font-family: 'Lato-Regular';
    font-size: 20px; }
  form label input:-internal-autofill-selected {
    background: none !important; }
  form label input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset; }
form .marks {
  width: 555px;
  float: left; }
form .subs {
  background-color: #c24793 ;
  padding: 6px 0;
  text-align: center;
  float: right;
  width: 127px;
  margin-top: 40px;
  transition: all 0.4s;
  font-family: 'Lato-Regular'; }
  form .subs:hover {
    background: #000; }
form .sub {
  border: none;
  background: none;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  border: none !important;
  color: #fff;
  font-family: 'Lato-Regular';
  display: block;
  margin: auto; }
form .enquiry_make {
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }
  form .enquiry_make p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    color: #fff;
    padding: 20px 30px; }

.contactBox {
  width: 995px;
  margin: 0 auto;
  margin-bottom: 40px; }
  .contactBox section {
    display: inline-block;
    width: 470px;
    margin-right: 45px;
    vertical-align: top; }
    .contactBox section h3 {
      padding: 20px 0;
      border-bottom: 1px solid #c24793 ;
      font-size: 20px;
      color: #c24793 ;
      font-family: Lato-Regular;
      font-weight: 400; }
    .contactBox section div {
      padding-top: 25px; }
      .contactBox section div p {
        font-size: 16px;
        color: #828282;
        margin-bottom: 25px;
        line-height: 22px; }
  .contactBox .two {
    margin-right: 0; }
    .contactBox .two li {
      font-size: 16px;
      margin-bottom: 7px;
      color: #828282; }
      .contactBox .two li span {
        color: #c24793 ; }
    .contactBox .two .border {
      border: 1px solid #eeeeee;
      margin-bottom: 30px;
      width: 100%; }

.privacyBox {
  margin-bottom: 45px; }
  .privacyBox h4 {
    font-size: 16px;
    font-family: 'Lato-Bold';
    color: #333;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 600; }
  .privacyBox p {
    font-size: 14px;
    color: #333;
    line-height: 20px; }
  .privacyBox div p {
    margin-bottom: 20px; }

@media screen and (max-width: 1000px) {
  .formBox {
    width: 82.9%; }

  .contactBox {
    width: 82.9%; }

  .contactBox section {
    width: 45%; } }
@media screen and (max-width: 767px) {
  .empty {
    height: 55px; }

  .formBox {
    margin-top: 30px;
    margin-bottom: 30px; }

  .contactBox section {
    width: 100%;
    margin-right: 0; }

  .formBox, .contactBox {
    width: 100%;
    padding: 0 20px; }

  form .form-group {
    margin-bottom: 20px !important; }

  .contactBox section div {
    padding-top: 15px; }
    .contactBox section div p {
      margin-bottom: 10px;
      font-size: 14px; }

  .contactBox .two li {
    font-size: 14px; }

  .contactBox .two .border {
    margin-bottom: 15px; } }

/*# sourceMappingURL=contact.css.map */
