/* Demo form */
.demoformsec{ background: #fff; padding: 0 0 100px 0} 
.ae-formcont {
    width: 500px;
    margin: 0 auto;
}
p.formtitle {
    text-align: center;
    margin-top: 0;
}
.ae-form{ margin-top: 0px;}
.ae-inputfild {
    margin: 20px 0;
    position: relative;
}
textarea, input.text, input[type="text"], input[type="email"], input[type="tel"], input[type="tel"], input[type="button"], input[type="submit"]{
    -webkit-appearance: none;
    border-radius: 2px;
}
.ae-formcont input {
    width: 100%;
    outline: none;
    border: 1px solid #b8cbff;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 40px;
    padding: 5px 15px;
    color: #000;
    position: relative;
	    box-sizing: border-box;
}
.ae-formcont input:focus{ -webkit-box-shadow: 0px 1px 11px 2px rgb(215 225 255);
-moz-box-shadow: 0px 1px 11px 2px rgb(215 225 255);
box-shadow: 0px 1px 11px 2px rgb(215 225 255);}
.ae-formcont select:focus{ -webkit-box-shadow: 0px 1px 11px 2px rgb(215 225 255);
-moz-box-shadow: 0px 1px 11px 2px rgb(215 225 255);
box-shadow: 0px 1px 11px 2px rgb(215 225 255);}
.ae-formcont textarea:focus{ -webkit-box-shadow: 0px 1px 11px 2px rgb(215 225 255);
-moz-box-shadow: 0px 1px 11px 2px rgb(215 225 255);
box-shadow: 0px 1px 11px 2px rgb(215 225 255);}

.ae-formcont input[type="text"]::placeholder, .ae-formcont input[type="email"]::placeholder, .ae-formcont input[type="tel"]::placeholder, .ae-formcont input[type="email"]::placeholder, .ae-formcont textarea::placeholder {
  display: none;
  color: #000;
}

.ae-formcont input[type="text"]:focus ~ span.plh-lable, .ae-formcont input[type="email"]:focus ~ span.plh-lable, .ae-formcont input[type="tel"]:focus ~ span.plh-lable, .ae-formcont textarea:focus ~ span.plh-lable {
 background: #fff;
    margin-top: -10px;
    font-size: 13px;
    left: 10px;
    padding: 0 7px;
    color: #194bb6;
}
.ae-formcont input[type="text"]:not(:placeholder-shown) ~ span.plh-lable, .ae-formcont input[type="email"]:not(:placeholder-shown) ~ span.plh-lable, .ae-formcont input[type="tel"]:not(:placeholder-shown) ~ span.plh-lable, .ae-formcont textarea:not(:placeholder-shown) ~ span.plh-lable {
      background: #fff;
    margin-top: -10px;
    font-size: 13px;
    left: 10px;
    padding: 0 7px;
    color: #194bb6;
}
.ae-formcont textarea {
    width: 100%;
    outline: none;
    border: 1px solid #b8cbff;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 25px;
    padding: 5px 15px;
    color: #000;
    position: relative;
    box-sizing: border-box;
    font-family: sans-serif;
}
.ae-formcont select {
    width: 100%;
    outline: none;
    border: 1px solid #b8cbff !important;
    border-radius: 5px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 40px;
    /* height: 40px; */
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(https://www.manageengine.com/products/service-desk-msp/images/select-blue-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    cursor: pointer;
    padding: 5px 15px;
    color: #000;
    font-size: 16px;
	position: relative;
	    box-sizing: border-box;
}
span.plh-lable {
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    z-index: 2;
    margin-top: 15px;
    left: 20px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.ae-formcont.name.error, .ae-formcont.email.error, .ae-formcont.phone.error, .ae-formcont.country.error{ border: 1px solid #ff3c35;}
.ae-inputfild.country span.plh-lable {
    background: #fff;
    margin-top: -10px;
    font-size: 13px;
    left: 10px;
    padding: 0 7px;
    color: #194bb6;
}
.prvcy-plicy {
    font-size: 12px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0px auto 40px auto;
    width: 70%;
}
.prvcy-plicy strong {
    font-weight: 600 !important;
}
.prvcy-plicy a {
    font-size: 12px;
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}
input.demo-submit {
    background: #fd2d2d;
    color: #fff;
    font-size: 20px;
    /* font-weight: 400; */
    width: 100%;
    outline: none;
    border-radius: 5px;
    height: auto;
    border: none !important;
    font-family: 'Zoho_Puvi_Bold';
	cursor: pointer;
	text-transform: uppercase;
}
span.errormsg {
    position: relative;
    left: 10px;
    margin-top: 0px !important;
    font-size: 12px;
    color: red;
    display: block;
    margin-bottom: 0;
    text-align: left;
}
p.newftr {
    width: 30%;
    margin: 40px auto 0 auto;
}


@media screen and (max-width: 667px) {
.ae-formcont {
    width: 100%;
    margin: 0 auto;
}
.prvcy-plicy{ width: 80%;}
p.newftr {
	width: 100%;}

}