input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
select {
padding: 0 20px;
font-size: 13px;
letter-spacing: 0;
color: #888;
height: 50px;
line-height: 1;
width: 50%;
background-color: #fff;
border: 1px solid #ddd;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
color: #888888;
}
input[type="text"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
color: #888888;
}
input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
color: #888888;
}
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
color: #888888;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
border-color: #763f66;
}
input[type="number"] {
padding: 0 0 0 20px;
}
textarea {
height: auto;
padding-top: 15px;
}
select {
max-width: 100%;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url(http://ipsmindia.com/wp-content/themes/academia/assets/images/arrow-down.png);
background-repeat: no-repeat;
background-position: 98%;
background-position: calc(100% - 15px);
}
select::-ms-expand {
display: none;
}
lable {font-size: 16px;color: #3a3a3a;margin: 36px 0;float: left;width: 25%;font-weight: 500;}
.wpcf7-form-control-wrap {
position: relative;
}

input[type="text"], input[type="search"], input[type="email"], input[type="url"], input[type="password"], input[type="tel"], input[type="number"], textarea, select {padding: 0 20px;font-size: 13px;letter-spacing: 0;color: #888;height: 50px;line-height: 1;/* width: 90% !important; */background-color: #fff;border: 1px solid #ddd;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.xs-pd-top-5 {
padding-top: 5px !important;
}
.xs-pd-top-10 {
padding-top: 10px !important;
}
.xs-pd-top-15 {
padding-top: 15px !important;
}
.xs-pd-top-20 {
padding-top: 20px !important;
}
 input[type="checkbox"] {
    margin-right: 7px;
    margin-top: 1px;
}

.entry-content .table-striped > tbody > tr:nth-of-type(odd) {
background-color: transparent;
}
.entry-content input[type="submit"] {
font-family: 'Oswald';
font-size: 13px;
line-height: 1.2;
letter-spacing: 0.1em;
text-align: center;
text-transform: uppercase;
min-width: 170px;
padding: 16px 20px;
background-color: #30a8cc;
color: #fff;
border: none;
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.entry-content input[type="submit"]:hover {
background-color: #763f66;
}
.entry-meta-tag-wrap {
position: relative;
margin-top: 70px;
padding: 22px 0 10px 0;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
}
.entry-meta-tag-wrap .social-share-wrap {
margin: 0;
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th {
font-size: 14px;
line-height: 1.2;
padding: 19px 30px;
border-top: 1px solid #eeeeee;
letter-spacing: 0.05em;
vertical-align: middle;
}
.entry-content table > thead > tr > th {
font-family: 'Oswald';
text-transform: uppercase;
background-color: #763f66;
border-top: none;
color: #fff;
font-weight: 400;
vertical-align: bottom;
}
.entry-content table.table-bordered {
border: 1px solid #eeeeee;
}