/* color area start  */
.email_collector {
  /* text_dark */
  /* text_dark */
}
.email_collector .text_dark .background h2 {
  color: #333b40 !important;
}
.email_collector .text_dark .background h4 {
  color: #333b40 !important;
}
.email_collector .text_dark .background input {
  color: #333b40 !important;
}
.email_collector .text_dark .background input::placeholder {
  color: #333b40 !important;
}
.email_collector .text_dark .background button {
  color: #333b40 !important;
}
.email_collector .text_light .background h2 {
  color: #ffffff !important;
}
.email_collector .text_light .background h4 {
  color: #ffffff !important;
}
.email_collector .text_light .background input {
  color: #ffffff !important;
}
.email_collector .text_light .background input::placeholder {
  color: #ffffff !important;
}
.email_collector .text_light .background button {
  color: #ffffff !important;
}

/* green */
.email_collector {
  /* blue */
  /* orange */
  /* red */
  /* yellow */
  /* lime */
  /* turquoise */
  /* pink */
  /* magenta */
  /* purple */
  /* cream */
  /* chocolate */
  /* silver */
  /* cobalt */
}
.email_collector .green .background {
  background: #2ACBA4 !important;
}
.email_collector .green button {
  background: #2ACBA4 !important;
}
.email_collector .green h3 {
  color: #2ACBA4 !important;
}
.email_collector .blue .background {
  background: #2879B8 !important;
}
.email_collector .blue button {
  background: #2879B8 !important;
}
.email_collector .blue h3 {
  color: #2879B8 !important;
}
.email_collector .orange .background {
  background: #F27B21 !important;
}
.email_collector .orange button {
  background: #F27B21 !important;
}
.email_collector .orange h3 {
  color: #F27B21 !important;
}
.email_collector .red .background {
  background: #EF3936 !important;
}
.email_collector .red button {
  background: #EF3936 !important;
}
.email_collector .red h3 {
  color: #EF3936 !important;
}
.email_collector .yellow .background {
  background: #F8EF26 !important;
}
.email_collector .yellow button {
  background: #F8EF26 !important;
}
.email_collector .yellow h3 {
  color: #F8EF26 !important;
}
.email_collector .lime .background {
  background: #A3CD3B !important;
}
.email_collector .lime button {
  background: #A3CD3B !important;
}
.email_collector .lime h3 {
  color: #A3CD3B !important;
}
.email_collector .turquoise .background {
  background: #14ADAA !important;
}
.email_collector .turquoise button {
  background: #14ADAA !important;
}
.email_collector .turquoise h3 {
  color: #14ADAA !important;
}
.email_collector .pink .background {
  background: #F499C2 !important;
}
.email_collector .pink button {
  background: #F499C2 !important;
}
.email_collector .pink h3 {
  color: #F499C2 !important;
}
.email_collector .magenta .background {
  background: #D0256B !important;
}
.email_collector .magenta button {
  background: #D0256B !important;
}
.email_collector .magenta h3 {
  color: #D0256B !important;
}
.email_collector .purple .background {
  background: #613E98 !important;
}
.email_collector .purple button {
  background: #613E98 !important;
}
.email_collector .purple h3 {
  color: #613E98 !important;
}
.email_collector .cream .background {
  background: #F1D69F !important;
}
.email_collector .cream button {
  background: #F1D69F !important;
}
.email_collector .cream h3 {
  color: #F1D69F !important;
}
.email_collector .chocolate .background {
  background: #513422 !important;
}
.email_collector .chocolate button {
  background: #513422 !important;
}
.email_collector .chocolate h3 {
  color: #513422 !important;
}
.email_collector .silver .background {
  background: #A9B4BA !important;
}
.email_collector .silver button {
  background: #A9B4BA !important;
}
.email_collector .silver h3 {
  color: #A9B4BA !important;
}
.email_collector .cobalt .background {
  background: #183159 !important;
}
.email_collector .cobalt button {
  background: #183159 !important;
}
.email_collector .cobalt h3 {
  color: #183159 !important;
}

/* color area end */
/* email_collector start */
.email_collector {
  position: relative;
  margin-bottom: 30px;
}
.email_collector .theme_01 {
  background: linear-gradient(to right, #1E7361, #04A57A);
}
.email_collector .theme_01 .padding {
  padding: 30px;
}
.email_collector .theme_01 h2 {
  font-weight: 700;
  font-size: 28px !important;
  text-align: center;
  /*font-family: "Spectral", serif !important;*/
}
.email_collector .theme_01 h4 {
  font-size: 18px !important;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  /*font-family: "Spectral", serif !important;*/
}
.email_collector .theme_01 input {
  max-width: 350px;
  width: 100%;
  height: 35px;
  padding: 0 15px;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  display: block;
  margin: 0 auto;
  background: none;
}
.email_collector .theme_01 .background button {
  /*width: 100px;*/
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  display: block;
  font-weight: 700;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  outline: 0;
  transition: all 0.2s;
  cursor: pointer;
  margin: 0 auto;
  background: none;
}
.email_collector .theme_01 .background button:hover {
  transform: scale(0.95);
}
.email_collector .theme_02 {
  background: #fff;
  box-shadow: 0 0 9px 1px rgba(51, 59, 64, 0.1);
}
.email_collector .theme_02 .padding {
  padding: 30px;
}
.email_collector .theme_02 .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.email_collector .theme_02 .image img {
  max-width: 170px;
  width: 100%;
}
.email_collector .theme_02 h3 {
  font-weight: 700;
  font-size: 28px !important;
  /*font-family: "Spectral", serif !important;*/
  margin-bottom: 10px;
}
.email_collector .theme_02 h6 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #95a2aa;
}
.email_collector .theme_02 p {
  font-size: 16px !important;
  margin-bottom: 7px !important;
}
.email_collector .theme_02 .form-group {
  margin-bottom: 30px;
}
.email_collector .theme_02 input {
  max-width: 350px;
  width: 100%;
  height: 35px;
  padding: 0;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #95a2aa;
  border-radius: 0;
  display: block;
  margin: 0;
  background: none;
  color: #606f79;
}
.email_collector .theme_02 input::placeholder {
  color: #606f79;
}
.email_collector .theme_02 button {
  width: 100px;
  height: 40px;
  display: block;
  font-weight: 700;
  border: 0;
  border-radius: 20px;
  outline: 0;
  transition: all 0.2s;
  cursor: pointer;
  /*margin: 0 auto;*/
  color: #ffffff;
}
.email_collector .theme_02 button:hover {
  transform: scale(0.95);
}
.email_collector .theme_03 {
  background: #F8F9FC;
}
.email_collector .theme_03 .padding {
  padding: 30px;
}
.email_collector .theme_03 .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.email_collector .theme_03 .image img {
  max-width: 150px;
  width: 100%;
}
.email_collector .theme_03 h3 {
  font-weight: 700;
  font-size: 27px !important;
  /*font-family: "Spectral", serif !important;*/
  margin-bottom: 25px;
}
.email_collector .theme_03 p {
  font-size: 16px !important;
  margin-bottom: 7px !important;
}
.email_collector .theme_03 .form-group {
  margin-bottom: 30px;
}
.email_collector .theme_03 input {
  max-width: 350px;
  width: 100%;
  height: 35px;
  padding: 0;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #95a2aa;
  border-radius: 0;
  display: block;
  /*margin: 0 auto;*/
  background: none;
  color: #606f79;
}
.email_collector .theme_03 input::placeholder {
  color: #95a2aa;
}
.email_collector .theme_03 button {
  width: 100px;
  height: 40px;
  display: block;
  font-weight: 700;
  border: 0;
  border-radius: 20px;
  outline: 0;
  transition: all 0.2s;
  cursor: pointer;
  margin: 0 0 5px 0;
  color: #ffffff;
}
.email_collector .theme_03 button:hover {
  transform: scale(0.95);
}
.email_collector .theme_04 {
  background: #fff;
  box-shadow: 0 0 9px 1px rgba(51, 59, 64, 0.1);
}
.email_collector .theme_04 .padding {
  padding: 30px;
}
.email_collector .theme_04 .image_area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url(/frontend/images/email_collector/bg_1.png);
  background-size: cover;
  background-position: center;
  padding: 30px;
}
.email_collector .theme_04 .image_area .image {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
}
.email_collector .theme_04 .image_area .image img {
  width: 100px;
  height: 100px;
  margin-top: 20px;
}
.email_collector .theme_04 h3 {
  font-weight: 700;
  font-size: 28px !important;
  /*font-family: "Spectral", serif !important;*/
  margin-bottom: 10px;
}
.email_collector .theme_04 h6 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #95a2aa;
}
.email_collector .theme_04 p {
  font-size: 16px !important;
  margin-bottom: 7px !important;
}
.email_collector .theme_04 .form-group {
  margin-bottom: 30px;
}
.email_collector .theme_04 input {
  max-width: 350px;
  width: 100%;
  height: 35px;
  padding: 0;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #95a2aa;
  border-radius: 0;
  display: block;
  margin: 0;
  background: none;
  color: #606f79;
}
.email_collector .theme_04 input::placeholder {
  color: #95a2aa;
}
.email_collector .theme_04 button {
  width: 100px;
  height: 40px;
  display: block;
  font-weight: 700;
  border: 0;
  border-radius: 20px;
  outline: 0;
  transition: all 0.2s;
  cursor: pointer;
  /*margin: 0 auto;*/
  color: #ffffff;
}
.email_collector .theme_04 button:hover {
  transform: scale(0.95);
}
.email_collector .theme_05 {
  background: #333b40;
}
.email_collector .theme_05 .padding {
  padding: 30px;
}
.email_collector .theme_05 .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.email_collector .theme_05 .image img {
  max-width: 250px;
  width: 100%;
}
.email_collector .theme_05 h3 {
  font-weight: 700;
  font-size: 28px !important;
  /*font-family: "Spectral", serif !important;*/
  margin-bottom: 10px;
}
.email_collector .theme_05 h6 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #cdd4d8;
}
.email_collector .theme_05 p {
  font-size: 16px !important;
  margin-bottom: 7px !important;
  color: #b1bbc1;
}
.email_collector .theme_05 .form-group {
  margin-bottom: 30px;
}
.email_collector .theme_05 input {
  max-width: 350px;
  width: 100%;
  height: 35px;
  padding: 0;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #cdd4d8;
  border-radius: 0;
  display: block;
  margin: 0 auto;
  background: none;
  color: #cdd4d8;
}
.email_collector .theme_05 input::placeholder {
  color: #cdd4d8;
}
.email_collector .theme_05 button {
  width: 100px;
  height: 40px;
  display: block;
  font-weight: 700;
  border: 0;
  border-radius: 20px;
  outline: 0;
  transition: all 0.2s;
  cursor: pointer;
  margin: 0 auto;
  color: #ffffff;
}
.email_collector .theme_05 button:hover {
  transform: scale(0.95);
}
.email_collector .theme_06 {
  background: #333b40;
}
.email_collector .theme_06 .padding {
  padding: 30px;
}
.email_collector .theme_06 .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.email_collector .theme_06 .image img {
  max-width: 150px;
  width: 100%;
}
.email_collector .theme_06 h3 {
  font-weight: 700;
  font-size: 27px !important;
  /*font-family: "Spectral", serif !important;*/
  margin-bottom: 25px;
}
.email_collector .theme_06 p {
  font-size: 16px !important;
  margin-bottom: 7px !important;
  color: #b1bbc1;
}
.email_collector .theme_06 .form-group {
  margin-bottom: 30px;
}
.email_collector .theme_06 input {
  max-width: 350px;
  width: 100%;
  height: 35px;
  padding: 0;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #cdd4d8;
  border-radius: 0;
  display: block;
  margin: 0 auto;
  background: none;
  color: #cdd4d8;
}
.email_collector .theme_06 input::placeholder {
  color: #cdd4d8;
}
.email_collector .theme_06 button {
  width: 100px;
  height: 40px;
  display: block;
  font-weight: 700;
  border: 0;
  border-radius: 20px;
  outline: 0;
  transition: all 0.2s;
  cursor: pointer;
  margin: 0 auto;
  color: #ffffff;
}
.email_collector .theme_06 button:hover {
  transform: scale(0.95);
}
.email_collector .mailbird {
  box-shadow: 0 1px 5px 1px rgba(51, 59, 64, 0.1);
}
.email_collector .mailbird .background {
  background: #FDAA6E;
  padding: 20px 0;
  text-align: center;
}
.email_collector .mailbird .background .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
}
.email_collector .mailbird .main_area {
  background: #fff;
  padding: 50px 30px 10px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.email_collector .mailbird .main_area h3 {
  text-align: center;
  font-weight: 700;
  color: #FDAA6E;
  margin-bottom: 20px;
}
.email_collector .mailbird .main_area form {
  display: flex;
  margin-bottom: 20px;
}
.email_collector .mailbird .main_area form input {
  width: 100%;
  height: 40px;
  background: #E5E7E8;
  border: 0;
  outline: 0;
  padding: 0 10px;
}
.email_collector .mailbird .main_area form button {
  height: 40px;
  line-height: 43px;
  width: 120px;
  border: 0;
  outline: 0;
  color: #fff;
  background: #FDAA6E;
  font-weight: 700;
  cursor: pointer;
}
.email_collector .blueheart {
  box-shadow: 0 1px 5px 1px rgba(51, 59, 64, 0.1);
}
.email_collector .blueheart .background {
  background: #0075FF;
  text-align: center;
}
.email_collector .blueheart .background .main_body {
  background: url(/frontend/images/blueheart/large_shape.png);
  background-size: 100% 100%;
  padding: 20px 30px 20px;
}
.email_collector .blueheart .background .main_body .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
}
.email_collector .blueheart .background .main_body h3 {
  text-align: center;
  color: #0075FF;
  font-weight: 700;
  margin: 40px 0 20px;
}
.email_collector .blueheart .background .main_body form {
  display: flex;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.email_collector .blueheart .background .main_body form input {
  width: 100%;
  height: 40px;
  background: #E5E7E8;
  border: 0;
  outline: 0;
  padding: 0 10px;
}
.email_collector .blueheart .background .main_body form button {
  height: 40px;
  line-height: 43px;
  width: 120px;
  border: 0;
  outline: 0;
  color: #fff;
  background: #0075FF;
  font-weight: 700;
  cursor: pointer;
}
.email_collector .pinkpoint {
  box-shadow: 0 1px 5px 1px rgba(51, 59, 64, 0.1);
}
.email_collector .pinkpoint .background {
  background: #FEA09F;
}
.email_collector .pinkpoint .background .main_body {
  padding: 60px 30px 10px;
  background: linear-gradient(172deg, transparent 38%, #fff 39%);
}
.email_collector .pinkpoint .background .main_body .mail_icon {
  width: 115px;
  margin: 0;
  display: block;
}
.email_collector .pinkpoint .background .main_body .text {
  text-align: right;
  color: #455A80;
  font-weight: 700;
  font-size: 38px !important;
  margin: 60px 0 0;
  line-height: 35px;
}
.email_collector .pinkpoint .background .main_body .text span {
  display: block;
  font-weight: 300;
  font-size: 34px;
}
.email_collector .pinkpoint .background .main_body form {
  display: flex;
  margin: 35px 0 30px;
}
.email_collector .pinkpoint .background .main_body form input {
  width: 100%;
  height: 40px;
  background: #E5E7E8;
  border: 0;
  outline: 0;
  padding: 0 10px;
}
.email_collector .pinkpoint .background .main_body form button {
  height: 40px;
  line-height: 43px;
  width: 120px;
  border: 0;
  outline: 0;
  color: #fff;
  background: #FEA09F;
  font-weight: 700;
  cursor: pointer;
}
.email_collector .pinkpoint .background .main_body p {
  text-align: center;
  font-size: 14px;
  color: #999;
}
.email_collector .pinkpoint .background .main_body p span {
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .email_collector .pinkpoint .main_body {
    background: linear-gradient(172deg, transparent 40%, #fff 41%) !important;
  }
  .email_collector .pinkpoint .main_body .text {
    margin: 25px 0 0 !important;
  }
  .email_collector .pinkpoint .main_body .mail_icon {
    margin: 0 auto !important;
    width: 100px !important;
  }
}

/* email_collector end */

/*# sourceMappingURL=email_collector.css.map */
