*, :after, :before {
    box-sizing: border-box;
}
.leadBtn{
    background-color: #A669C6;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    border: 1px #fff solid;
    position: relative;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
	font-family: arial !important;
}
.leadBtn.left{
	float: left !important;
    margin: 0px 15px 10px 0 !important;
}
.leadBtn.right{
    float: right !important;
    margin: 0 0 10px 15px !important;
}
.centerBtn{
    text-align: center
}
.floatLeft{
	float:left;
	    width: 50%;
}
.clearfix, .cl{
	clear:both;
	float:none
}
.body{
    background-color: rgba(0, 0, 0, 0.42);
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    z-index: 999;
	display: none
}
#popup{
    display: none;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
    top: 5%;
    z-index: 1000;
    left: 50%;
    width: 600px;
    margin-left: -300px;
	 border-radius: 13px 13px 0 0;
}
#popup .popup_head{
    background: #57595c;
    color: #FFFFFF;
    font-family: "trebuchet MS";
    font-size: 18px;
    padding: 5px 20px 8px 20px;
    border-radius: 10px 10px 0 0;
}
#popup .popup_head .closePopup{
    background: #767676;
    background: -moz-linear-gradient(top, #767676 0%, #1b1b1b 100%);
    background: -webkit-linear-gradient(top, #767676 0%,#1b1b1b 100%);
    background: linear-gradient(to bottom, #767676 0%,#1b1b1b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767676', endColorstr='#1b1b1b',GradientType=0 );
    float: right;
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	    margin-top: 5px;
    padding-top: 4px;
}
#popup .popup_head p{
	margin: 0
}
#popup .popup_mid{
	padding: 10px;
	font-size: 12px;
	    font-family: verdana, tahoma, sans-serif;
    line-height: normal;
	    color: #004565;
}
#popup .popup_mid h3{
color: #a065c3;
    padding-top: 10px;
    margin: 0 0 10px !important;
    font-size: 18px;
    text-transform: none;
}
#popup .popup_mid .lead_form_part{
	margin: 0 -10px
}
#popup .popup_mid .co2{
	    color: #f00;
    position: relative;
    top: 1px;
    left: 1px;
}
#popup .popup_mid .fl{
	float: left;
	width:32%
}
#popup .popup_mid .fr{
	float: left;
	width:68%
}
#popup .popup_mid .box1{
	float: left;
    width: 50%;
	padding: 0 10px 7px;
}
#popup .popup_mid .box1 .input_box input, #popup .popup_mid .box1 .input_box select, #popup .popup_mid .box1 .input_box textarea{
    width: 100%;
    padding: 4px;
    border: 1px #ddd solid;
    border-radius: 4px;
	    height: auto;
	font-family: arial !important;
	font-size: 14px;
}
#popup .popup_mid .box1 .input_box input:focus, #popup .popup_mid .box1 .input_box select:focus, #popup .popup_mid .box1 .input_box textarea:focus{
    box-shadow: 0 0 2px #f00;
}
#popup .popup_mid .box1 .col4Row{
	margin: 0 -2px
}
#popup .popup_mid .box1 .input_box .col4{
	        width: 33.3333333%;
    float: left;
      padding: 0 2px;
}
#popup .popup_mid .box1 .input_box .radio_butt input{
	    width: auto;
    vertical-align: middle;
    top: -2px;
    position: relative;
	-webkit-appearance: radio;
}
#popup .popup_mid .box1 .input_box #button{
    background: #767676;
    background: -moz-linear-gradient(top, #767676 0%, #1b1b1b 100%);
    background: -webkit-linear-gradient(top, #767676 0%,#1b1b1b 100%);
    background: linear-gradient(to bottom, #767676 0%,#1b1b1b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767676', endColorstr='#1b1b1b',GradientType=0 );
    float: right;
    color: #fff;
    padding: 13px 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: arial;
    width: auto;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.44);
    border: 1px #fff solid;
	    cursor: pointer;
}
#popup .popup_mid .box1 .input_box.agree input{
	    width: auto;
	-webkit-appearance: checkbox;
}
@media (max-width: 768px){
	#popup{
    width: 100%;
    left: 0;
    margin: 0;
    top: 0;
    border-radius: 0;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
	}
	#popup .popup_head{
		border-radius: 0;
	}
}
@media (max-width: 568px){
	.leadBtn {
		    float: none;
		top: 0;
		margin-bottom: 20px;
		    text-align: center;
	}
	.floatLeft {
		float: none;
	}
	#popup .popup_mid .box1{
		width: 100%
	}
	#popup .popup_mid .box1.radio_butt{
		width: 50%;
	}
}