.getInTouchLightBox {
    padding: 35px 30px 80px;
}
.aspi-projects .getInTouchLightBox {
    right: 0;
    margin-right: 0;
    height: auto;
    min-height: 500px;
}
.getInTouchLightBox {
    background-color: #f6f2e3;
   padding: 35px 30px;
    right: 0%;
    margin-right: 0px;
    position: absolute;
    margin-top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    max-width: 471px;
    width: 100%;
    z-index: 3;
    top: 0; 
}
.getInTouchLightBox h3 {
    background: url(../img/icon-enquire.png) 0 0 no-repeat;
    color: #000;
    font-family: "DIN-Regular";
    font-size: 23px;
    line-height: 1.1em;
    padding: 0px 0 22px 32px;
}
.getInTouchLightBox .formWrapper .fieldRow {
    padding-bottom: 12px;
}
.formWrapper .fieldRow {
    float: left;
    padding: 0 0 10px;
    width: 100%;
}
.getInTouchLightBox .formWrapper .fieldRow input[type="text"], .getInTouchLightBox .formWrapper .fieldRow input[type="tel"], .getInTouchLightBox .formWrapper .fieldRow input[type="email"], .getInTouchLightBox .formWrapper .fieldRow input[type="select"], .form-control, .getInTouchLightBox .formWrapper .fieldRow input[type="time"] {
    background: transparent;
    border-bottom: solid 1px #d2cec3;
    padding: 5px 5px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    margin-bottom: 3px;
	    box-shadow: none;
}
.getInTouchLightBox .formWrapper .fieldRow input[type="text"], .getInTouchLightBox .formWrapper .fieldRow input[type="tel"], .getInTouchLightBox .formWrapper .fieldRow input[type="time"] {
    background: transparent;
    border-bottom: solid 1px #d2cec3;
    padding: 5px 0;
}
.btn.btn-gold {
    border-color: #bd9234;
    background-color: #bd9234;
    color: #fff;
}
.FormClose {
    position: absolute;
    right: 25px;
    top: 10px;
    font-size: 30px;
    font-weight: 500;
    cursor: pointer;
	z-index: 9999999;
	    opacity: 1;
}  
.tel {  
    width: 85%; 
    float: right;
}
#ph-code{
    padding: 6.5px 6px;
    border-bottom: 1px solid #ccc;
    margin-top: 0px;
    float: left; 
}
.close {
    opacity: 1!important;
    width: 36px;
    height: 20px;
}
.btn {
	background: #bd9234;
    border: 1px solid #bd9234;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 17px;
    /* min-width: 120px; */ 
    padding: 10px 12px;
    position: relative;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    border-radius: 0px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ce971e;
    border-color: #bd9234;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #bd9234;
    border-color: #bd9234;
    box-shadow: none;
}
.getInTouchLightBox .formWrapper .buttonWrap button {
    min-width: 100px;
    padding: 8px 20px;
	font-size: 1.4rem;
}
.call-no{
	color: #545454;
    font-family: "DIN-Regular";
    font-size: 19px;
}
.call-no a{
	color: #545454;
    font-family: "DIN-Regular";
    font-size: 19px;
}


@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
	.modal-dialog {
    margin-top: 2.5rem!important; 
}
  }
