form {
  margin: 0px;
  padding: 0px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  font-family: "gotham_htfbook";
  color: #333333;
  font-size: 15.5px;
  line-height: 26px;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  padding: 10px 12px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
}
select {
  background: url(../images/firefox_tweak.png) no-repeat #eeeeee;
  background-position: 96% 25px;
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none;
}
textarea {
  height: 164px;
}
input[type="radio"],
input[type="checkbox"] {
  width: 25px;
  margin: 0 2px;
  vertical-align: middle;
}
input[type="file"] {
  padding: 0px;
  border: 0px;
  /*width: 38%;*/
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.Col1,
.Col2,
.Col3,
.Col4 {
  display: inline-block;
  vertical-align: top;
  width: 49.6%;
  padding: 6px 5px;
  box-sizing: border-box;
}
.Col1 {
  display: block;
  width: 99.9%;
}
.Col3 {
  width: 32.8%;
}
.Col4 {
  width: 24.4%;
}

.ThankYouMsg {
  text-align: center;
  margin: 100px 0px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 1px;
}
.Loader {
  text-align: center;
  margin: 100px 0px;
  line-height: 0px;
}

/*---- input focus css-----*/
input:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 8px #283b929f;
  border: 1px solid #283b929f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/*------ placeholder text color-----*/
::-webkit-input-placeholder {
  font-family: "gotham_htfbook";
  color: #333333;
  font-size: 15.5px;
  line-height: 26px;
  text-transform: capitalize;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-family: "gotham_htfbook";
  color: #333333;
  font-size: 15.5px;
  line-height: 26px;
  text-transform: capitalize;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "gotham_htfbook";
  color: #333333;
  font-size: 15.5px;
  line-height: 26px;
  text-transform: capitalize;
}
:-ms-input-placeholder {
  font-family: "gotham_htfbook";
  color: #333333;
  font-size: 15.5px;
  line-height: 26px;
  text-transform: capitalize;
}
