.form{
    padding: 20px;
}
#pm_leadform_form
{
    text-align: center;
}
.pm_leadform_input
{
    width: 100%;
    height: 40px;
    margin: 0 0px 10px 0;
    padding: 10px;
    text-align: left;
}
.pm_leadform_message {
    width: 100%;
    height: 120px;
    padding: 10px;
    margin-bottom: 10px;
}

input[type="text"]:focus { outline: none; }
input[type="email"]:focus { outline: none; }
textarea:focus { outline: none; }

.frmbtn {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-top:20px;
    padding-bottom:20px;
    border-top:0px;
    border-bottom:3px;
    border-left:0px;
    border-right:0px;
    border-radius: 6px;
    border-style:solid;
    color: #ffffff;
    background: #45da35;
    border-color: #315f31;
    font-size: 26px;
    text-transform: uppercase;
    /* -webkit-font-smoothing: subpixel-antialiased;
     -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
     transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
     */-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    
}
.frmbtn:hover {

    color: #ffffff;
    background: #63ec54;
    border-color: #315f31;
}
div.checker {
    float: left;
    margin: 4px;
}
.pm_leadform_text{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-left: 6px;
}
.dd-select
{
    margin: 10px;
}

.pm_leadform_ajax_div
{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url("/img/bg_loader.png");
    z-index: 100;
    display: none;
}
.pm_leadform_ajax_img
{
    position: fixed;
    top: 50%;
    left: 50%;
}
.pm_leadform_ajax_message {
    position: fixed;
    top: 20%;
    left: 30%;
    right: 30%;
    background: #fff;
    min-width: 280px;
    height: 300px;
    text-align: center;
    border-radius: 6px;
    z-index:99;
    -webkit-box-shadow: 0px 1px 104px -28px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 104px -28px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 104px -28px rgba(0,0,0,0.75);
}
.pm_leadform_ajax_message .thx{
    margin-top: 9%;
}
.pm_leadform_ajax_ok
{
    font-size:45px;
    color:#ea5050;
}
.pm_leadform_ajax_ok:hover
{
   color: #fff;
}
.pm_leadform_form select{
    margin: 0px 20px 20px 0;
    text-align: left;
    height: 44px;
    padding: 10px 5px;
}
.thx .icons-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50px;
    border: 2px solid #ea5050;
}
.thx .icons-wrap {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    padding: 16px 0px;
}
.thx:hover .icons-wrap:after {
    background: #ea5050;
}
.thx:hover .pm_leadform_ajax_ok {
    color: #fff;
}
input[type="text"].pm_leadform_input.name, input[type="text"].pm_leadform_input.phone, input[type="email"].pm_leadform_input.email, input[type="text"].pm_leadform_input.city {
    padding:20px;
}
.bothtml, .tophtml{margin-top:5px;padding:10px;}

.pm_leadform_popup {
    position: fixed;
    top: 20%;
    left: 30%;
    right: 30%;
    background: #fff;
    min-width: 280px;
    padding: 35px;
    border-radius: 6px;
    text-align: center;
    z-index: 9999;
    transition: .6s;
    max-width: 600px;
    -webkit-box-shadow: 0px 1px 104px -28px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 104px -28px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 104px -28px rgba(0,0,0,0.75);
}
.pm_leadform_popup #popup_close{
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 8px;
    transition: .6s;
    color: #000;
}
.pm_leadform_popup #popup_close:hover{
    color: #333;
}
    
.pm_leadform_popup #form-header-text{
    font-size: 13px;
    display: block;
    margin: 5px 0 10px 0;
}    
.pm_leadform_popup input[type="text"].pm_leadform_input.name, .pm_leadform_popup input[type="text"].pm_leadform_input.phone, .pm_leadform_popup input[type="email"].pm_leadform_input.email, .pm_leadform_popup input[type="text"].pm_leadform_input.city {
    background: none;
    color: #c9c9c9;
    height: 40px;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
}
.pm_leadform_popup input[type=submit].pm_leadform_button {
    font-size: 30px;
    border-radius: 6px;
    width: 100%;
}
.pm_leadform_popup input[type=submit].pm_leadform_button:hover {
    font-size: 30px;
    border-radius: 6px;

}
.pm_leadform_form input[type="text"].pm_leadform_input.name, .pm_leadform_form input[type="text"].pm_leadform_input.phone, .pm_leadform_form input[type="email"].pm_leadform_input.email, .pm_leadform_form input[type="text"].pm_leadform_input.city {
    height: 40px;
}
@media (min-width: 992px) and (max-width: 1199px){
.pm_leadform_popup {
    left: 20%;
    right: 20%;}
    
}

@media (min-width: 768px) and (max-width: 991px){

    .pm_leadform_popup {
    left: 10%;
    right: 10%;}
}
@media (max-width: 767px) {

.pm_leadform_popup {
    left: 0%;
    right: 0%;}
}
                