.contact-popup h2 {
	background: #E1C87F;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 9px 15px;
	font-weight: 700;
	font-size: 28px;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	height: 50px;
}

.closebtn {
	position: absolute;
	top: 14px;
	right: 13px;
	cursor: pointer;
	background: #ffffff;
	width: 25px;
	height: 25px;
	color: #000000;
	text-align: center;
	line-height: 26px;
	font-size: 15px;
	z-index: 1;
	margin-left: -18px;
	border-radius: 25px;
}

.popup-from {
	width: 100%;
	float: left;
	padding: 40px 30px;
	background: url(images/marketing-firm-bg.jpg);
	background-size: cover;
}

div#our-firm-from .modal-content {
	width: 500px;
}

.popup-from h2 {
	text-transform: uppercase;
	text-align: center;
	font-size: 32px;
	margin: 0 0 20px;
	color: #fff;
}

.popup-from .form-control {
	background: transparent;
	border-radius: 0;
	color: #ffffff;
	height: 45px;
	font-weight: 400;
	font-size: 16px;
	padding: 10px 10px;
	box-shadow: none;
	border: 1px solid #fff;
}

.popup-from .form-control::-webkit-input-placeholder {
	color: #ffffff;
}

.popup-from .form-control::-moz-placeholder {
	color: #ffffff;
}

.popup-from .form-control:-ms-input-placeholder {
	color: #ffffff;
}

.popup-from .form-control:-moz-placeholder {
	color: #ffffff;
}

.popup-from textarea.form-control {
	height: 150px;
}

.popup-from .form-group {
	margin-bottom: 20px;
}

.popup-form-btn {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}

.popup-form-btn button {
	border: 0;
	cursor: pointer;
	background: #00c6ff;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	width: auto;
	line-height: 1;
	padding: 16px 40px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

.popup-form-btn button:hover {
	background: #20766b;
}

.contact-popup form p,
.ft-form form p {
	display: none;
}

.popup-from div.wpcf7-response-output {
	line-height: 1;
	padding: 2px 0;
}

.popup-from span.wpcf7-not-valid-tip {
	color: #f7e700;
}

.contact_slider>i {
	font-size: 28px;
}

#header {
    width: 320px;
    position: absolute;
    right: 0;
    margin-left: 40px;
    background: #fff;
    padding: 0 0 0px 0;
    box-shadow: 2px 1px 5px rgba(0,0,0,0.4);
}

.contact_slider {
    color: #fff;
    position: relative;
    left: -50px;
    padding: 0;
    text-transform: uppercase;
    z-index: 1;
    font-size: 30px;
    cursor: pointer;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 47px;
    -webkit-box-shadow: 1px 3px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.15);
    background: #E1C87F;
    font-weight: 500;
    border-radius: 5px 0 0 5px;
    text-align: center;
}

.sidebar-btn {
    position: absolute;
    top: 0;
    left: 0;
}

.contact-popup {
    left: 100%;
    margin-left: 0px;
    -ms-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 320px;
    top: 25%;
    position: fixed;
    z-index: 99999;
}

.contact-popup.popup-open {
    margin-left: -360px;
}

.form-style input, .form-style textarea {
    padding: 6px 10px;
    height: 40px;
    width: 100%;
    font-size: 15px;
    border-radius: 0;
    background: #fff;
    box-sizing: border-box;
    color: #000;
    font-weight: 400;
    border: 1px solid #b3b3b3;
}

.form-style {
    padding: 10px 15px 0;
    width: 100%;
    float: left;
    background: #f1f1f1;
    position: relative;
}

.form-style .form-group {
    margin-bottom: 18px;
}

.form-group {
    width: 100%;
    float: left;
}

input.wpcf7-form-control.wpcf7-submit,button.effect-1.wpcf7-submit {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 30px;
    line-height: 1;
    background: #E1C87F;
    border: 0;
    display: inline-block;
    width: 100%;
    cursor: pointer !important;
    text-transform: uppercase;
	margin-bottom:8px;
}

input.wpcf7-form-control.wpcf7-submit:hover,button.effect-1.wpcf7-submit:hover {
    background: #ff9a37;
    color: #fff;
}

.contact-popup .wpcf7-form .wpcf7-form-control-wrap
{
	margin-bottom:8px ;
}