.hs-popup-overlay{
	position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 99999;
    width: 100%;
    height: 100%;
	display: none;
}
.hs-popup-wrapper{
	margin: 10% 30%;
	width: 40%;
    min-height: 50%;
    background: #fff;
    opacity: 1;
    z-index: 999999;
	top: 0;
    left: 0;
    position: fixed;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
}
.hs-popup-wrapper .hs-popup-close{
	position: absolute;
	top: 8px;
    right: 8px;
	font-size: 12px;
	cursor: pointer;
}
.hs-popup-wrapper .hs-popup-header{
	background: #fcfcfc;
    border-bottom: 1px solid #dfdfdf;
	font-size: 18px;
}
.hs-popup-wrapper .hs-popup-header div{
	font-weight: 600;
    line-height: 29px;
	padding: 0 10px;
}
.hs-popup-wrapper .box-header h2 {
    font-size: 30px!important;
    line-height: 30px!important;
	margin: 0!important;
	width: 100%!important;
}
.hs-popup-content .box-header{
	padding: 15px 10px;
}
.hs-popup-content .box-body{
	padding: 5px 10px;
}
.hs-popup-content {
    padding: 10px 40px;
    margin: 0 auto;
    text-align: center;
}
.hs-popup-content .hs-form label{
	width: 20%;
	padding-left: 45px;
}
.hs-popup-content  .hs-form .input{
	width: 100%;
    margin-left: 0;
}
.hs-form input[type=email], .hs-form input[type=text], .hs-form input[type=password], .hs-form input[type=tel], .hs-form textarea{
	max-width: 100%!important;
	-webkit-overflow-scrolling: touch!important;
}
.box-body .hs-popup label{
	 display: none;
}
@media screen and (max-width: 1200px) {
	.hs-popup-wrapper{
		margin: 10% 10%;
		width: 80%;
	}
}
@media screen and (max-width: 800px) {
	.hs-popup-wrapper{
		margin: 10% 5%;
		width: 90%;
	}
	.hs-popup-content .hs-form label {
		width: 20%;
		padding-left: 30px;
	}
	.hs-popup-content {
		padding: 10px 20px;
	}
}
@media screen and (max-width: 767px) {
	.hs-popup-content .hs-form label {
		width: 100%;
		text-align: left!important;
		padding-bottom: 10px;
		padding-left: 0;
	}
	.hs-popup-content .hs-form .input {
		width: 100%;
		margin-left:0!important;
	}
	.hs-popup-content {
		padding: 10px 10px;
	}
}
