@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700');
body {
	font-family: 'Raleway';
	font-size: 16px;
	background: #000;
}
 .clear {
	clear: both
}
.form-wrapper {
	padding: 70px 0
}
.white-bg {
	background: #fff;
	border-radius: 10px;
	overflow: hidden
}
.form-wrapper h1 {
	color: #0470f7;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
	padding-top: 15px
}
h1.style1 {
	border-bottom: 0;
	padding-bottom: 0;
	text-decoration: underline
}
.left-side {
	padding: 30px 30px 62px 30px;
	float: left;
	width: 35%;
	background: url(../../img/left-side-shadow.jpg) repeat-y right 0;
}
.right-side {
	float: left;
	width: 65%;
	position: relative;
	min-height: 697px;
}
.right-side::after {
	clear: both;
	content: "";
	display: table;
}
.location {
	position: absolute;
	height: 100%;
	padding: 0;
	width: 480px;
	z-index: 1;
	left: -2px;
}
.location::before {
	background: url(../../img/corner.png) no-repeat 2px 0;
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1
}
.location-inner {
	padding: 30px;
	background: url(../../img/right-shadow.png) no-repeat 4px 0;
}
.map {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.sml-text {
	font-size: 14px;
	color: #9e9e9e;
	margin: 0;
	padding: 6px 0 30px
}
.left-side form label {
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #9e9e9e;
	padding-top: 15px;
	font-size: 12px;
}
.left-side form .form-control {
	height: 34px;
	padding: 0 12px 6px 0;
	font-size: 14px;
	color: #555;
	border: 0;
	border-bottom: 1px solid #d8d8d8;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-submit {
	background: #f15c22;
	color: #fff;
	transition: all 0.3s ease-in;
	border-radius: 35px;
	padding: 10px 35px;
	margin-top: 14px;
	box-shadow: 0 2px 7px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 7px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 2px 7px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.2);
}
address {
	color: #9e9e9e;
	padding-bottom: 25px
}
.call-us {
	color: #0470f7;
	font-size: 18px;
	padding: 3px 0 32px 56px;
}
.call-us.phone-icon{
    	background-image: url(../../img/cell-whtasapp-icon.png)
}
.call-us.phone-icon {
    background-repeat: no-repeat;
}
/*.phone-icon {*/
/*	background-image: url(../../img/call_icon.png),url(../../img/whatsapp_icon.png);*/
/*	background-repeat: no-repeat,no-repeat;*/
/*}*/
/*.whatsapp-icon{
    background: url(../../img/whatsapp_icon.png) no-repeat 0 0
}*/
.mail-us {
	color: #0470f7;
	font-size: 18px;
	padding: 0 0 22px 56px;
	width: 345px
}
.mail-icon {
background: url(../../img/mail_icon.png) no-repeat 0 0;
border-bottom: 1px solid #ebebeb;
}
.mtop15 {
	margin-top: 10px
}
.mail-us.border-none {
	border: 0
}
/* 18-12-2017 */
p input[type="submit"].shortcode_button.btn_small.btn_type4 {
    background: #0470f7;
    color: #fff;
    transition: all 0.3s ease-in;
    border-radius: 35px!important;
    padding: 10px 35px;
    margin-top: 14px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 2px 7px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.2);
    border-color: #ccc;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    height: 40px!important;
}

span.wpcf7-form-control-wrap input.form-control {
    border-radius: 0px!important;
    margin: 0;
    /* padding: 0; */
	padding: 0 11px 2px 0;
}

.left-side form label {
    padding: 10px 0 0 0;
}

.form-group {
    margin: 0 0 5px 0;
}

.form-group span.wpcf7-form-control-wrap.project_outline {
    margin:0;
}

.form-group span.wpcf7-form-control-wrap.project_outline textarea {
    margin: 0;
    height: 40px!important;
    resize: vertical;
	padding: 0 11px 2px 0;
    border-radius: 0!important;
}

.sml-text {
    padding: 6px 0 0px;
}

.right-side {
 /*    min-height: 730px; */
}
.form-group p {
    margin: 0;
}
.left-side{
	    padding: 30px 30px 32px 30px;
}
.left-side form label.captchaLabel {
    padding: 10px 0 10px;
}
p.responseSubmit {
    float: left;
    margin: 0;
}

.wpcf7-response-output.wpcf7-display-none {
    float: right;
    max-width: 60%;
    margin: 5px 0;
}

  


@media (min-width:1420px) {
.container {
	width: 1390px
}
}
 

@media (max-width:767px) {
.form-wrapper h1 br {
	display: none
}
.sml-text {
	padding: 6px 0 19px;
}
.right-side {
	float: none;
	width: auto;
	min-height: unset;
}
.location {
	position: unset;
	height: 100%;
	padding: 0;
	width: auto;
	z-index: 1;
	left: 0;
}
.form-wrapper {
	padding: 18px 0;
}
.left-side form .form-group {
	margin-bottom: 5px;
}
.left-side {
	padding: 0px 30px 0 30px;
	float: none;
	width: auto;
	background: none;
}
.location-inner {
	padding: 15px;
	background: none;
}
.mail-us {
	padding: 0 0 22px 56px;
	width: auto;
}
.map {
	position: unset;
}
.map iframe {
	height: 400px
}
}
