/*error and success msg css start*/
.ansh-newsletter-msg {
  display: none;
  margin-top: 10px;
  border: 2px solid;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}
.ansh-newsletter-msg.error_msg {
  border-color: #f00;
  color: #f00;
}
.ansh-newsletter-msg.success_msg {
  border-color: #090;
  color: #090;
}
/*error and success msg css end*/
h3.ansh_newsletter_title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
  text-align: center;
}
.ansh_newsletter_desc {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
.ansh_newsletter_form .input-area input[type="text"]::-webkit-input-placeholder { 
	color: #666;
	opacity:1;
}
.ansh_newsletter_form .input-area input[type="text"]:-moz-placeholder { 
	color: #666;
	opacity:1;
}
.ansh_newsletter_form .input-area input[type="text"]::-moz-placeholder { 
	color: #666;
	opacity:1;
}
.ansh_newsletter_form .input-area input[type="text"]:-ms-input-placeholder { 
	color: #666;
	opacity:1;
}
.ansh_newsletter_form .input-area {
  position: relative;
}
.ansh_newsletter_form .input-area::after {
  color: #666 !important ;
  content: "" !important;
  font-family: fontawesome;
  font-size: 20px;
  position: absolute;
  left: 10px;
  line-height:45px
}
.ansh_newsletter_form .button-area .input-group-btn button i {
  margin: 0 5px;
}
.ansh_newsletter_form .input-area input[type="text"] {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #333;
  height: 45px;
  padding: 0 10px 0 40px;
  width: 100%;
}
.ansh_newsletter_form .button-area {
  padding-top: 10px;
}
.ansh_newsletter_form .button-area .input-group-btn button {
  background-color: #969696;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 1.2;
  padding: 15px 40px;
  width: auto;
}
.ansh_newsletter_form .button-area .input-group-btn button:hover {
  background-color: #009BEF;
}
.ansh_newsletter_form .ansh-button-shape-rounded .input-area input[type="text"] ,
.ansh_newsletter_form .ansh-button-shape-rounded .button-area .input-group-btn button ,
.ansh_newsletter_form .ansh-button-shape-rounded-outline .input-area input[type="text"] ,
.ansh_newsletter_form .ansh-button-shape-rounded-outline .button-area .input-group-btn button {
  border-radius: 5px;
}
.ansh_newsletter_form .ansh-button-shape-round .input-area input[type="text"] ,
.ansh_newsletter_form .ansh-button-shape-round .button-area .input-group-btn button ,
.ansh_newsletter_form .ansh-button-shape-round-outline .input-area input[type="text"] ,
.ansh_newsletter_form .ansh-button-shape-round-outline .button-area .input-group-btn button {
  border-radius: 25px;
}
.ansh_newsletter_form .ansh-button-shape-square-outline .button-area .input-group-btn button ,
.ansh_newsletter_form .ansh-button-shape-rounded-outline .button-area .input-group-btn button ,
.ansh_newsletter_form .ansh-button-shape-round-outline .button-area .input-group-btn button {
  background-color: transparent;
  color: #969696;
}
.ansh_newsletter_form .ansh-button-shape-square-outline .button-area .input-group-btn button:hover ,
.ansh_newsletter_form .ansh-button-shape-rounded-outline .button-area .input-group-btn button:hover ,
.ansh_newsletter_form .ansh-button-shape-round-outline .button-area .input-group-btn button:hover {
  background-color: transparent;
  color: #009BEF;
}
/*Inline with textbox css start*/
.ansh-inline_with_textbox .ansh_newsletter_form {
  position: relative;
}
.ansh-inline_with_textbox .ansh_newsletter_form .input-area input[type="text"] {
  padding-right: 150px;
}
.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-square-outline .input-area input[type="text"] ,
.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-rounded-outline .input-area input[type="text"] ,
.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-round-outline .input-area input[type="text"] {
  height: 50px;
}
.ansh-inline_with_textbox .ansh_newsletter_form .button-area {
  padding-top: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ansh-inline_with_textbox .ansh_newsletter_form .button-area .input-group-btn button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 15px 30px;
}
.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-square-outline .button-area .input-group-btn button ,
.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-rounded-outline .button-area .input-group-btn button ,
.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-round-outline .button-area .input-group-btn button {
  background-color: #969696;
  color:#fff;
  padding: 9px 30px 10px;
}
.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-square-outline .button-area .input-group-btn button:hover ,
.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-rounded-outline .button-area .input-group-btn button:hover ,
.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-round-outline .button-area .input-group-btn button:hover {
  background-color: #009BEF;
  color:#fff;
}
.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-rounded-outline .button-area .input-group-btn button {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-round-outline .button-area .input-group-btn button {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-square-outline .button-area ,
.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-rounded-outline .button-area ,
.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-round-outline .button-area {
  right: 5px;
  top: 5px;
}
/*Inline with textbox css end*/
/*Inline box css start*/
.ansh-inline .ansh_newsletter_form_input_wrap {
  display: table;
  width: 100%;
}
.ansh-inline .ansh_newsletter_form_input_wrap .input-area {
  display: table-cell;
}
.ansh-inline .ansh_newsletter_form_input_wrap .button-area {
  display: table-cell;
  padding-left: 10px;
  padding-top: 0;
  position:relative;
  vertical-align: top;
}
.ansh-inline .ansh_newsletter_form .button-area .input-group-btn button {
  padding: 12px 10px;
  width: 100%;
}
/*Inline box css end*/
/*loader css start*/
.ansh_newsletter_form .button-area .input-group-btn {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.ansh-inline .ansh_newsletter_form .button-area .input-group-btn {
  display: block;
}
.ansh_newsletter_form .button-area .input-group-btn span {
  position: absolute;
  right: -20px;
  top: 16px;
}
.ansh-inline .ansh_newsletter_form .button-area .input-group-btn span ,
.ansh-inline_with_textbox .ansh_newsletter_form .button-area .input-group-btn span {
  right: 10px;
  top: 11px;
}
.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-square-outline .button-area .input-group-btn span ,
.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-rounded-outline .button-area .input-group-btn span ,
.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-round-outline .button-area .input-group-btn span {
  top: 8px;
}
/*loader css end*/
/*Media Query*/
@media only screen and (max-width:480px) {
	.ansh-inline .ansh_newsletter_form_input_wrap .input-area {
		display: block;
	}
	.ansh-inline .ansh_newsletter_form_input_wrap .button-area {
		display: block;
		padding-left: 0;
		padding-top: 10px;
		text-align: center;
	}
	.ansh-inline .ansh_newsletter_form .button-area .input-group-btn button {
		padding: 12px 20px;
		width: auto;
	}	
	.ansh-inline_with_textbox .ansh_newsletter_form .button-area {
		padding-top: 10px;
		position: relative;
		text-align: center;
	}
	.ansh-inline_with_textbox .ansh_newsletter_form .input-area input[type="text"] {
		padding-right: 10px;
	}
	.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-rounded .button-area .input-group-btn button,
	.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-rounded-outline .button-area .input-group-btn button {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-round .button-area .input-group-btn button,
	.ansh-inline_with_textbox .ansh_newsletter_form .ansh-button-shape-round-outline .button-area .input-group-btn button {
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
}